@charset "utf-8";

/*****  全体のCSS *****/

* {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

img {
  width: 100%;
}

a:hover {
  opacity: 0.5;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.clearfix::after {
  content: ' ';
  display: block;
  clear: both;
}

body {
  width: 100%;
  font-family: 'Mplus 1p', -apple-system, BlinkMacSystemFont, 'Helvetica Neue',
    YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial,
    'メイリオ', Meiryo, sans-serif;
}

p {
  line-height: 1.5;
}

.syusshin_cate_link_top {
  color: #009b95;
  border-bottom: 1px dotted #009b95;
  padding-bottom: 3px;
  display: inline-block;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 183px;
}

@media screen and (min-width: 280px) and (max-width: 960px) {
  html {
    scroll-padding-top: 80px;
  }
}

/*****  ヘッダーのCSS *****/

.header_container {
  width: 100%;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}

@media screen and (min-width: 280px) and (max-width: 960px) {
  .header_container {
    position: relative;
    z-index: 0;
    margin-top: 60px;
  }
}

.header_wapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0px;
  position: relative;
}

@media screen and (min-width: 280px) and (max-width: 600px), {
  .header_wapper {
    width: 100%;
    position: static;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .header_wapper {
    width: 100%;
    position: static;
  }
}

.header_col1 {
  width: 40%;
  float: left;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .header_col1 {
    width: 100%;
    float: none;
    padding-top: 15px;
    text-align: center;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .header_col1 {
    width: 50%;
    margin-top: 10px;
    text-align: center;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .header_h1 {
    width: 280px;
  }
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .header_h1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.header_col2 {
  width: 40%;
  float: left;
  padding-left: 5px;
  padding-right: 10px;
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .header_col2 {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 10px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .header_col2 {
    display: none;
  }
}

.header_col3 {
  width: 20%;
  float: left;
  padding-left: 5px;
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .header_col3 {
    width: 0%;
    float: none;
    padding-left: 0;
    display: none;
  }
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .header_col3 {
    width: 0%;
    float: none;
    padding-left: 0;
    display: none;
  }
}

.hc_p_tel {
  font-size: 12px;
  text-align: right;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .hc_p_tel {
    text-align: center;
    padding-top: 15px;
  }
}

.hc_a {
  font-size: 18px;
  font-weight: bold;
  color: #009b95;
}

.hc_p_mail {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: right;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .hc_p_mail {
    text-align: center;
  }
}

.hc_a_mail {
  font-weight: bold;
  color: #009b95;
  font-size: 14px;
}

.hc_p_goukaku {
  float: right;
  margin-left: 10px;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .hc_p_goukaku {
    text-align: center;
    float: none;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.hc_a_goukaku {
  display: inline-block;
  background-color: #cc0000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
}

.hc_a_shiryo {
  background-color: #009b95;
}

.boeisyo_link {
  width: 180px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  position: fixed;
  top: 0;
}

/*****  コンテンツの骨組みのCSS *****/

.slide_area {
  height: auto;
}

.main_container {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
}

.main_wapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 280px) and (max-width: 960px) {
  .main_wapper {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

.main_3col {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  float: left;
  border: 2px solid #264686;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  background-color: #fff;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .main_3col {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
    float: none;
    border: 2px solid #264686;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background-color: #fff;
  }
}

.main_3col_last {
  width: 32%;
  margin-bottom: 30px;
  border: 2px solid #264686;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  float: left;
  background-color: #fff;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .main_3col_last {
    width: 100%;
    margin-bottom: 30px;
    border: 2px solid #264686;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    float: none;
    background-color: #fff;
  }
}

.main_cont {
  width: 74%;
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 2%;
  float: left;
}

@media screen and (min-width: 280px) and (max-width: 960px) {
  .main_cont {
    width: 100%;
    background-color: #ffffff;
    padding-left: 3%;
    padding-right: 3%;
    margin-right: 0;
    float: none;
  }
}

.side_cont {
  width: 24%;
  padding-bottom: 30px;
  float: left;
}

@media screen and (min-width: 280px) and (max-width: 960px) {
  .side_cont {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0;
    float: none;
  }
}

.news_float {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

.news_float_left {
  width: 30%;
  float: left;
  padding-right: 3%;
}

.news_float_right {
  width: 67%;
  float: left;
}

@media screen and (min-width: 280px) and (max-width: 960px) {
  .news_float_left {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .news_float_right {
    width: 100%;
    float: none;
  }
}

/*****  コンテンツ内3colのCSS *****/

.main_3col_h2 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 8px;
  border-bottom: solid 1px #999;
  margin-bottom: 8px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  color: #0a4302;
  font-weight: bold;
}

.main_3col_p {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #0a4302;
  line-height: 1.5;
  font-size: 12px;
}

.flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 2%;
}

.flex_col {
  -ms-flex-preferred-size: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-basis: 49%;
  max-width: 49%;
  margin-bottom: 2%;
  background-color: #f2f2f2;
  padding: 3%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0;
}

.flex_col_wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
  margin-bottom: 2%;
  background-color: #f2f2f2;
  padding: 3%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .flex_col_wide {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.flex_col_2col {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
}

.flex_col p {
  font-size: 13px;
  color: #121212;
  margin-bottom: 3%;
}

.flex_vertical_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item-btn {
  margin-top: auto;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .flex_col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 4%;
    background-color: #f2f2f2;
    padding: 4%;
  }
}

.flex_3col {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  max-width: 32%;
  margin-bottom: 2%;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .flex_3col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 4%;
  }
}

/*****  コンテンツメインコンテンツのCSS *****/

.home_bunner_wapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home_bunner_container {
  width: calc(50% - 8px);
  padding-bottom: 16px;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .home_bunner_container {
    width: 100%;
    padding-bottom: 12px;
  }
}

.main_cont h1 {
  color: #121212;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
}

.h1_img {
  margin-bottom: 30px;
  border-bottom: none !important;
}

.main_cont h2 {
  color: #085aa8;
  border-bottom: 3px #085aa8 dotted;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.main_cont h3 {
  color: #098cb2;
  font-weight: bold;
  border-left: 5px solid #09b27c;
  font-size: 1.3rem;
  padding-left: 8px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.flex_3col h3 {
  font-size: 1.2rem;
  border-left: none;
  padding-left: 0;
  color: #121212;
  margin-bottom: 5px;
}

.flex_3col h3::before {
  content: '\f2be';
  font-family: 'FontAwesome';
  padding-right: 8px;
  right: 15px;
  color: #085aa8;
}

.flex_3col hr {
  margin: 5px 0;
  border: 1px dashed #999;
}

.flex_3col p {
  font-size: 0.8rem;
}

.main_cont h4 {
  color: #09b27c;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 15px;
  padding-left: 8px;
  line-height: 2;
  border-radius: 5px;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .main_cont h2 {
    line-height: 1.5;
    font-size: 1.3rem;
  }

  .main_cont h3 {
    line-height: 1.5;
    font-size: 1.2rem;
  }

  .main_cont h4 {
    line-height: 1.5rem;
    font-size: 1.1rem;
  }
}

.main_cont_p {
  line-height: 1.5;
  padding-bottom: 15px;
}

.main_cont_2col {
  width: 47%;
  margin: 0 3% 3% 0;
  float: left;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .main_cont_2col {
    width: 94%;
    margin: 0 3% 3%;
    float: none;
  }
}

.float_wapper {
  margin-bottom: 20px;
}

.float_left_photo {
  width: 45%;
  margin-right: 2%;
  float: left;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .float_left_photo {
    width: 100%;
    margin-right: 0%;
    float: none;
    margin-bottom: 15px;
  }
}

.float_right_text {
  width: 53%;
  float: left;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .float_right_text {
    width: 100%;
    float: none;
  }
}

.img_size_res img {
  width: 100%;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .img_size_res img {
    width: 70%;
  }

  .img_size_res {
    text-align: center;
  }
}

.syokuin_float_wapper {
  margin-bottom: 15px;
  background-color: #f8f8f8;
  padding: 15px;
}

.syokuin_float_wapper h3 {
  border: none;
  padding-left: 0;
  font-size: 1.2rem;
  border-bottom: 2px solid #09b27c;
  margin-bottom: 10px;
}

.syokuin_name {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1rem !important;
}

.syokuin_float_left_photo {
  width: 32%;
  margin-right: 2%;
  float: left;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .syokuin_float_left_photo {
    width: 100%;
    margin-right: 0%;
    float: none;
    margin-bottom: 15px;
  }
}

.syokuin_float_right_text {
  width: 66%;
  float: left;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .syokuin_float_right_text {
    width: 100%;
    float: none;
  }
}

.jimusyo_link_area {
  background-color: #f8f8f8;
  padding: 15px;
  margin-bottom: 15px;
}

.float_70 {
  width: 70%;
  float: left;
  padding-top: 10px;
}

.float_30 {
  width: 30%;
  float: left;
}

.float_30 p a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: 2px solid #009b95;
  background-color: #009b95;
  padding: 8px 0;
}

.float_30 p a:hover {
  color: #009b95;
  background-color: #fff;
  border: 2px solid #009b95;
  opacity: 0.9;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .float_70 {
    width: 100%;
    padding: 0 0 15px;
    text-align: center;
    font-size: 1rem;
    float: none;
  }

  .float_30 {
    width: 100%;
    float: none;
  }
}

.link_botton_green {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: 2px solid #009b95;
  padding: 12px 0;
  background-color: #009b95;
}

.link_botton_green:hover {
  color: #009b95;
  background-color: #fff;
  border: 2px solid #009b95;
  opacity: 0.9;
}

.block_margin30 {
  margin-bottom: 30px;
}

.block_margin15 {
  margin-bottom: 15px;
}

.block_margin10 {
  margin-bottom: 10px;
}

.text_center {
  text-align: center;
}

.font_bold {
  font-weight: bold;
}

.display_block {
  display: block;
}

/*****  お知らせテーブルのCSS *****/

.table_box {
  margin-bottom: 30px;
}

.table_time {
  font-size: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: bold;
}

.news_float_right p {
  font-size: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 1.3;
  color: #434343;
}

.news_float_right p a {
  color: #098cb2;
  text-decoration: underline;
}

.table_tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 280px) and (max-width: 960px) {
  .news_float_right p {
    padding-top: 0px;
    padding-left: 10px;
  }
}

.flag_r {
  color: #fff;
  background-color: #cc0000;
  display: inline-block;
  margin-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}
.flag_o {
  color: #fff;
  background-color: orange;
  display: inline-block;
  margin-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}
.flag_g {
  color: #fff;
  background-color: #019a66;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  margin-left: 5px;
}

.flag_b {
  color: #fff;
  background-color: #0079c2;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  margin-left: 5px;
}

/*****  受付テーブルのCSS *****/

.uketsuke table {
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.5;
}

.uketsuke table th {
  background-color: #f2f2f2;
  color: #121212;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ddd;
  width: 25%;
  vertical-align: middle;
}

.uketsuke table td {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #ddd;
  color: #666;
}

.uketsuke table td ul li {
  font-size: 0.9em;
  line-height: 1.6;
  padding-bottom: 10px;
}

.link_pdf a {
  display: block;
  color: #098cb2;
  text-decoration: underline;
  line-height: 1.5;
  margin-bottom: 10px;
}

.link_pdf a::before {
  content: '\f1c1';
  font-family: 'FontAwesome';
  padding-right: 5px;
  right: 15px;
  color: #cc0000;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .uketsuke table th {
    width: 100%;
    display: block;
    border: none;
    background-color: #ddd;
  }

  .uketsuke table td {
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
}

/*****  サイドバナーのCSS *****/

.side_cont ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.side_bunner_img {
  margin-bottom: 12px;
  width: 100%;
}

@media screen and (min-width: 280px) and (max-width: 960px) {
  .side_cont ul {
    gap: 12px;
    margin-bottom: 12px;
  }

  .side_bunner_img {
    width: calc(33.3% - 8px);
    margin-bottom: 0;
  }
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .side_bunner_img {
    width: calc(50% - 6px);
  }
}

.ol_list_l li {
  line-height: 1.5;
  padding-bottom: 10px;
  font-size: 0.9rem;
  list-style-type: decimal;
  list-style-position: inside;
  font-weight: bold;
  color: #434343;
}

.gray_p15 {
  background-color: #f2f2f2;
  padding: 15px;
  border: 1px solid #ccc;
}

/*****  よくある質問アコーディオンのCSS *****/

.accbox {
  width: 100%;
}

/*ラベル*/
.accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 20px 10px;
  color: #fff;
  font-weight: bold;
  background: #098cb2;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  transition: all 0.8s ease;
}

/*アイコンを表示*/
.accbox label::before {
  content: '\f054';
  font-family: 'FontAwesome';
  padding-right: 8px;
  right: 15px;
  color: #fff;
}

.accbox label::after {
  content: '\f055';
  font-family: 'FontAwesome';
  padding-right: 8px;
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 150%;
  color: #fff;
}

/*ラベルホバー時*/
.accbox label:hover {
  background: #085aa8;
  color: #fff;
  transition: all 0.8s ease;
}

/*チェックは隠す*/
.accbox input {
  display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
  height: auto;
  padding: 5px;
  background: #f8f8f8;
  opacity: 1;
  transition: all 0.8s ease;
}

.accbox .accshow p {
  margin: 15px 10px;
  color: #121212;
  font-size: 0.8rem;
  line-height: 1.8;
  font-weight: bold;
}

.accbox .accshow p::first-letter {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #009b95;
  padding-right: 1px;
}

/*
.accbox .accshow p:before {
    content: '\f27a';
    font-family: 'FontAwesome';
    padding-right: 10px;
}
*/

/*アイコンを入れ替える*/
.cssacc:checked + label::after {
  content: '\f056';
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .label_p {
    display: inline-block;
    padding-right: 40px !important;
    line-height: 1.5;
  }
}

/*****  コンテンツお問い合わせエリアのCSS *****/

.cont_contact {
  width: 100%;
  padding: 15px;
  background-color: #f2f2f2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0;
}

.cont_contact_left {
  width: 60%;
  margin-right: 2%;
  float: left;
}

.cont_contact_right {
  width: 38%;
  float: left;
}

@media screen and (min-width: 280px) and (max-width: 960px) {
  .cont_contact_left {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
  }

  .cont_contact_right {
    width: 100%;
    float: none;
  }
}

/*****  フッターのCSS *****/

footer {
  width: 100%;
  background-color: #085aa8;
}

.site_map {
  width: 100%;
  background-color: #085aa8;
}

.sitemap_bg {
  width: 960px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 280px) and (max-width: 960px) {
  .sitemap_bg {
    width: 100%;
    padding-top: 6%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

.sitemap_float_div {
  width: 50%;
  float: left;
}

@media screen and (min-width: 280px) and (max-width: 960px) {
  .sitemap_float_div {
    width: 100%;
    float: left;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .sitemap_float_div {
    margin-bottom: 3%;
  }
}

.sitemap_h2,
.sitemap_h3 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.sitemap_col {
  width: 46%;
  float: left;
  margin-right: 4%;
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .sitemap_col {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .sitemap_col {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 9%;
  }
}

.sitemap_col_last {
  width: 46%;
  float: left;
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .sitemap_col_last {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .sitemap_col_last {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
  }
}

.sitemap_li_a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.sitemap_li_a::before {
  content: '\f054';
  font-family: 'FontAwesome';
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 8px !important;
}

.sitemap_col .fa {
  padding-right: 8px;
  font-size: 80% !important;
}

.sitemap_col_last .fa {
  padding-right: 8px;
  font-size: 80% !important;
}

.about_us {
  width: 100%;
  background-image: url(../img/bg/footer_about_us-min.jpg);
  background-size: cover;
  background-position: center;
}

.about_us_filter {
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .about_us_filter {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.footer_h2_img {
  text-align: center;
  margin-bottom: 20px;
}

.footer_logo_img {
  width: 450px;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .footer_logo_img {
    width: 90%;
  }
}

.footer_about_us_p {
  color: #fff;
  text-align: center;
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  line-height: 1.5;
}

.copy_right {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer_left {
  float: left;
  width: 33.33%;
  height: 16px;
  line-height: 16px;
}

.copy_right_small {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.footer_syomei {
  margin: 0;
  padding: 0;
}

.footer_sns_icon {
  width: 40px;
  float: left;
}

.sns_fb {
  display: inline-block;
  width: 40px;
}

.sns_tw {
  display: inline-block;
  width: 40px;
}

.sns_in {
  display: inline-block;
  width: 40px;
}

.color_w {
  color: #fff;
}

@media screen and (min-width: 280px) and (max-width: 960px) {
  .copy_right {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .footer_left {
    float: none;
    width: 100%;
    height: auto;
    line-height: auto;
  }

  .copy_right {
    padding-top: 15px;
    padding-bottom: 0px;
  }

  .sns_icon_area {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .footer_sns_icon {
    width: 33%;
    text-align: center;
    font-size: 150%;
  }
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .copy_right {
    padding-bottom: 89px;
  }
}

/***フッターモバイル固定メニューのCSS***/

.footer_fixed_menu {
  display: none;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .footer_fixed_menu {
    display: flex;
    background-color: #f2f2f2;
    border-top: 1px solid #ddd;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.footer_fixed_menu_container {
  width: 100%;
  padding: 8px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer_fixed_menu_list {
  width: 100%;
  border-right: 1px solid #ccc;
}

.footer_fixed_menu_list:last-child {
  border-right: none;
}

.footer_fixed_menu_list a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 8px;
}

.footer_fixed_menu_img {
  display: inline-block;
  width: 24px;
  height: auto;
}

.footer_fixed_menu_text {
  font-size: 10px;
  line-height: 1;
  padding-top: 8px;
  color: #085aa8;
  font-weight: bold;
}

/***** ページTOPボタンのデザイン *****/

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 100;
  background-color: #009b95;
  opacity: 0.8;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
}
@media screen and (min-width: 280px) and (max-width: 600px) {
  .scroll-top {
    bottom: 94px;
  }
}

.scroll-top::before {
  content: '\f062';
  font-family: 'FontAwesome';
  color: #fff;
}

.scroll-top:hover {
  cursor: pointer;
}

.scroll-top i {
  color: #fff;
  opacity: 1;
  padding-right: 0;
}

/***** 利用規約のデザイン *****/

.kiyaki_ul {
  line-height: 1.5;
  margin-bottom: 30px;
}

.kiyaki_li_01 {
  list-style-type: circle;
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
  margin: 10px 0px 10px;
}

.kiyaku_li_title {
  font-weight: bold;
  padding: 10px 0 5px;
}

.kiyaki_li_02 {
  list-style-type: square;
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
  font-size: 90%;
  padding-top: 10px;
}

/*ページアニメーション*/

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*トピックページのCSS*/

.tpx_cont {
  background-color: #fbca4d;
  padding: 30px 15px;
}

.topix_q_mark {
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.topix_q_mark::first-letter {
  font-size: 4rem;
  color: #098cb2;
}

.topix_q_text {
  font-size: 1.3rem;
  color: #6e5000;
  font-weight: bold;
  margin-bottom: 20px;
}

.float_left_80 {
  width: 75%;
  margin-right: 5%;
  float: left;
}

.float_right_20 {
  width: 20%;
  float: left;
}

.topix_qa {
  padding-bottom: 45px;
  border-bottom: 2px solid #6e5000;
}

.fukidashi_topix {
  position: relative;
  padding: 10px 20px 20px;
  background-color: #fff3ad;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.fukidashi_topix::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: -15px;
  border-bottom: 15px solid #fff3ad;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.fukidashi {
  position: relative;
  padding: 10px 20px 20px;
  background-color: #fff3ad;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.fukidashi::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #fff3ad;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.topix_a_ttl {
  font-size: 1.2rem;
  font-weight: bold;
  color: #6e5000;
  letter-spacing: 0.1em;
}

.topix_a_ttl::first-letter {
  font-size: 2rem;
  color: #cc0000;
  padding-right: 10px;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .float_left_80 {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .float_right_20 {
    display: none;
  }

  .fukidashi::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 30px;
    top: -30px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff3ad;
  }

  .topix_a_ttl {
    font-size: 1.2rem;
  }

  .topix_a_ttl::first-letter {
    line-height: 1.3;
  }
}

.fukidashi ol li {
  line-height: 1.5;
  padding-bottom: 10px;
  font-size: 0.8rem;
  list-style-type: decimal;
  list-style-position: inside;
  font-weight: bold;
  color: #6e5000;
}

.flex_3col_movie {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  max-width: 32%;
  margin-bottom: 2%;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 3px;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .flex_3col_movie {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 4%;
  }
}

.flex_3col_movie p {
  padding-top: 10px;
  color: #6e5000;
  font-size: 0.8rem;
}

.float_40 {
  width: 35%;
  margin-right: 5%;
  float: left;
}

.float_60 {
  width: 60%;
  float: left;
}

/*パンくずリストのCSS*/
.bc_list {
  margin-bottom: 15px;
}

.bc_list li {
  display: inline-block;
}

.bc_list li a {
  color: #121212;
  font-size: 0.7rem;
}

.bc_list li::after {
  content: '>';
  padding: 0 3px;
  font-size: 90%;
  color: #999;
}

.bc_list li:last-of-type::after {
  content: none !important;
}

/*イベントページ・参加募集中のCSS*/
.event_block {
  padding: 15px;
  background-color: #f2f2f2;
  margin-bottom: 15px;
}

.event_thumb {
  width: 28%;
  margin-right: 2%;
  float: left;
}

.event_text {
  width: 70%;
  float: left;
}

@media screen and (min-width: 280px) and (max-width: 600px) {
  .event_thumb,
  .event_text {
    width: 100%;
    float: none;
    margin-right: 0%;
  }

  .event_thumb {
    padding-bottom: 15px;
  }
}

.event_text table {
  border-collapse: collapse;
  width: 100%;
}

.event_block th {
  font-weight: bold;
  width: 25%;
  text-align: left;
  padding-bottom: 15px;
}

.event_block td {
  width: 75%;
}

/***トピックスのCSS***/
.flag_topix {
  display: inline-block;
  color: #fff;
  background-color: #fbca4d;
  padding: 5px 15px;
}

/***TOPページお知らせのタブ***/

/*タブ切り替え全体のスタイル*/
.tabs {
  padding-top: 10px;
  padding-bottom: 40px;
  width: 100%;
}

/*タブのスタイル*/
.tab_item {
  width: auto;
  padding: 8px 12px;
  font-size: 14px;
  color: #ccc;
  display: inline-block;
  font-weight: bold;
  transition: all 0.2s ease;
  background-color: #eee;
  border-radius: 8px;
  margin-right: 4px;
  margin-bottom: 8px;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name='tab_item'] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 30px 8px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#news:checked ~ #news_content,
#event:checked ~ #event_content,
#setsumeikai:checked ~ #setsumeikai_content,
#goukaku:checked ~ #goukaku_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #009b95;
  color: #fff;
  border-radius: 8px;
}

/*選択されているタブのスタイルを変える*/ /*選択されているタブのスタイルを変える*/ /*選択されているタブのスタイルを変える*/ /*選択されているタブのスタイルを変える*/

.h_nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #085aa8;
}

nav li a {
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
}
nav .sub-menu,
.mean-container .mean-nav ul ul {
  background: #085aa8;
}
@media only screen and (max-width: 960px) {
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and (min-width: 961px) {
  #header {
    height: 40px;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 8px;
    width: 129px;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 40px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -60px;
    margin-top: -30px;
    width: 129px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 13px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #gNav ul > li:hover a,
  #gNav .current-menu-item a,
  #gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
  #gNav li:hover ul.sub-menu a {
    color: #fff;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
    color: #085aa8 !important;
    opacity: 1 !important;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}
