@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;700&display=swap');
a,p,ul,li,dl,dd,div{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
div{
  line-height: unset;
}
ul li{
  list-style: none;
}
a:link{
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
a:hover{
  text-decoration: underline;
}
body{
  font-family: "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, 'BIZ UDPGothic', Meiryo, メイリオ, Osaka, sans-serif;
}
img{
  max-width: 100%;
}
.view--pc {
  display: block;
}
.view--sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .view--pc {
    display: none;
  }
	.view--sp {
    display: block;
  }
}


#mymainback{
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 0;
}

#container{
  background: url(/img/site/kosodate/bg_top_green_v2.png),url(/img/site/kosodate/bg_top_blue_v3.png),#F6FBDC;
  background-repeat: no-repeat,no-repeat;
  background-size: 100% auto,100% auto;
  background-position: top 177px center,top;
  min-width: unset;
}
@media screen and (max-width: 540px) {
  #container{
    background: url(/img/site/kosodate/bg_top_green_v2.png),url(/img/site/kosodate/bg_top_blue_sp_v2.png),#F6FBDC;
    background-size: 100%,632px 408px;
    background-position: top 291px center,top;
    background-repeat: no-repeat,no-repeat;
  }
}

/* ========== 追従ボタン ========== */
.fixed_btn{
  position: fixed;
  top: 160px;
  right: 0;
  background: #85C9D1;
  border-radius: 8px 0 0 8px;
  z-index: 99;
  min-width: calc(3.2rem + 20px);
}
@media screen and (max-width: 1080px) {
  .fixed_btn{
    top: unset;
    bottom: 0;
    border-radius: unset;
    width: 100%;
  }
}
.fixed_btn a{
  padding: 24px 8px;
  text-decoration: none;
  color: #000;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1080px) {
  .fixed_btn a{
    font-size: 1.6rem;
    padding: 24px 8px;
    writing-mode: unset;
    flex-direction: row;
    justify-content:center;
  }
}
.fixed_btn a:hover{
  text-decoration: block;
}
.fixed_btn a span{
  line-height: 1;
  display: block;
}
.fixed_btn a span:first-of-type{
  margin-left: 4px;
}
@media screen and (max-width: 1080px) {
  .fixed_btn a span:first-of-type{
    margin-left: 0;
  }
}
.fixed_btn a span:nth-of-type(2){
  margin-top: 1em;
}
@media screen and (max-width: 1080px) {
  .fixed_btn a span:nth-of-type(2){
    margin-top: 0;
  }
}

/* ========== ヘッダ ========== */

@media screen and (max-width: 1080px) {
	#support_menu_open, #support_menu_close{
    display: block !important;
  }
}


/* スマートフォン用 */
#spm_wrap {
  display: none;
}
#spm_support {
  display: none;
}

/* ヘッダ */
#header {
  padding: 0 40px;
}
@media screen and (max-width: 1080px) {
	#header {
    padding: 0;
  }
}
#header .header_innr{
  width: 100%;
  max-width: 1080px;
  margin: 16px auto 0;
  display: flex;
  justify-content: right;
  position: relative;
}
@media screen and (max-width: 1080px) {
	#header .header_innr{
    display: block;
    margin-top: 0;
  }
}
#header li {
  font-size: 1.3rem;
  line-height: 1.5;
}
.header_right_top{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 750px;
  margin-bottom: 32px;
  gap: 10px;
}
@media screen and (max-width: 1080px) {
	.header_right_top{
    display: block;
    max-width: unset;
  }
}
.color_change .header_right_top nav,
.color_change .header_right_top nav ul,
.color_change .header_right_top nav ul li{
  background-color: transparent !important;
}
.header_right_bottom{
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 1080px) {
	.header_right_bottom{
    justify-content: center;
  }
}
#header_left{
  position: absolute;
  width: 303px;
  top: 16px;
  left: 0;
}
@media screen and (max-width: 1200px) {
	#header_left{
    width: 230px;
  }
}
@media screen and (max-width: 1080px) {
	#header_left{
    width: 202px;
    left: 16px;
  }
}
#logo{
  background-color: transparent !important;
  margin: 0;
}

/* ヘッダメニュー */
.header_nav {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
	.header_nav {
    background-color: transparent;
  }
}
.header_nav ul {
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
}
@media screen and (max-width: 1080px) {
	.header_nav ul {
    margin-right: 0;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
	.header_nav ul li:first-of-type{
    display: none;
  }
}

.header_nav ul li[class^="h_"] {
  margin: 0;
  text-align: left;
}
.header_nav ul li[class^="h_"]:last-child {
  margin-right: 0;
}
#header_right .header_nav ul li[class^="h_"]>a,
#header_right .header_nav ul li[class^="h_"]>button {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  text-align: left;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  background-color: unset;
  font-size: 1.3rem;
}
.color_change #header_right .header_nav ul li[class^="h_"]>a,
.color_change #header_right .header_nav ul li[class^="h_"]>button {
  background-color: #E4D1EC!important;
  color: #000!important;
}

.header_nav ul li.h_keep a {
  font-size: min(1.6rem,18px) !important;
}

@media screen and (max-width: 1080px) {
	#header .h_support{
      display: flex;
      justify-content: flex-end;
      padding-right: 16px;
      margin-bottom: 32px;
  }
}

#header .header_nav ul li.h_support #support_menu_open {
  background-image: url(/img/site/kosodate/icon_h_support.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 24px;
}
@media screen and (max-width: 1080px) {
	#header .header_nav ul li.h_support #support_menu_open {
    border-radius: 8px;
    padding: 54px 16px 14px;
    background-image: url(/img/site/kosodate/icon_h_support_sp.png);
    background-position: top 14px center;
    background-size: 32px;
    background-color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    width: 80px;
    margin-top: 16px;
    text-align: center;
  }
}
#support_menu_close{
  background-color: #000;
}
#header .header_nav ul li.h_lang {
  background-image: url(/img/site/kosodate/icon_h_lang.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 24px;
}
@media screen and (max-width: 1080px) {
	#header .header_nav ul li.h_lang {
    display: none;
  }
}
.color_change #header{
  border-bottom: none !important;
}
.color_change #header .header_nav ul li.h_lang {
  background-color: #fff !important;
}
.h_lang_sp{
  display: none;
}
@media screen and (max-width: 1080px) {
  .h_lang_sp{
    display: block;
    background: #fff;
    width: 100%;
    padding: 20px;
    text-align: left;
  }
  .h_lang_sp a{
    display: flex;
    align-items: center;
  }
  .h_lang_sp a::before{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/img/site/kosodate/icon_h_lang.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    margin-right: 7px;
  }
  .color_change .h_lang_sp a::before{
    background-color: #fff !important;
  }
}
#support_menu_box.open{
  top: 40px;
  box-shadow: none;
  background: #F4F7EA;
  border: 1px solid #66BCC6;
  left: -44px;
  border-radius: 16px;
}
@media screen and (max-width: 1080px) {
	#support_menu_box.open{
    top: 0;
    padding: 0;
    width: 100%;
    min-width: unset;
    left: 0;
    border-radius: 0;
    border: none;
  }
}

/* アクセシビリティ機能 */
.h_support,
.h_lang {
  position: relative;
}
.header_nav .header_nav_box,
#support_menu_box {
  display: none;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  z-index: 800;
  border-radius: 5px;
  background: #ffffff;
  border: 20px solid #E6E6E6;
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 34rem;
  margin: 0;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}
.font_size_changed #support_menu_box {
  min-width: initial;
  width: 400px!important;
}
@media screen and (max-width: 1080px) {
  .font_size_changed #support_menu_box {
    width: 100%!important;
  }
}
.font_size_changed .h_lang .header_nav_box {
  min-width: initial;
  width: 300px!important;
}
@media screen and (max-width: 1080px) {
  .font_size_changed .h_lang .header_nav_box {
    width: 100%!important;
  }
}
.support_ttl{
  display: none;
}
@media screen and (max-width: 1080px) {
  .support_ttl{
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.header_nav .header_nav_box:before,
#support_menu_box:before {
  /* content: ""; */
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 17px solid #F4F7EA;
  border-top: 0;
  position: absolute;
  top: -17px;
  left: 20%;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .header_nav .header_nav_box:before,
  #support_menu_box:before{
    display: none;
  }
}
.header_nav .header_nav_box:after,
#support_menu_box:after {
  /* content: ""; */
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 19px solid #66BCC6;
  border-top: 0;
  position: absolute;
  top: -20px;
  left: 19.3%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .header_nav .header_nav_box:after,
  #support_menu_box:after{
    display: none;
  }
}
.header_nav .header_nav_box .header_nav_close,
.header_nav #support_menu_close {
  border: none;
  color: #fff !important;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  background-image: none !important;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.header_nav .header_nav_box.is-active {
  display: block !important;
}
.header_nav .header_nav_list {
  display: flex;
  flex-wrap: nowrap;
  text-align: left;
}
.header_nav .header_nav_list a {
  font-size: min(1.6rem,20px);
  line-height: 2;
  text-align: left;
}

/* Language */
.h_lang .header_nav_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_lang .header_nav_list a {
  width: 50%;
  margin: 10px 0 0 0;
}
.h_lang .header_nav_list a:nth-child(-n+4) {
  margin-top: 0;
}
dl#moji_size,
dl#haikei_color {
  margin: 0px 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1080px) {
  dl#moji_size,
  dl#haikei_color {
    padding: 0 20px;
    margin-bottom: 92px;
    
  }
}
dl#haikei_color {
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  dl#haikei_color {
    margin-bottom: 32px;
  }
}
dl#moji_size dt,
dl#haikei_color dt {
  display: inline-block;
  vertical-align: middle;
  min-width: unset;
  font-size: min(1.3rem,20px);
  font-weight: 400;
  margin: 0px 12px 0px 0px;
  padding: 6px 0px;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  dl#moji_size dt,
  dl#haikei_color dt {
    font-size: min(1.6rem,20px);
  }
}
dl#moji_size dd,
dl#haikei_color dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

dl#moji_size dd:not(:last-of-type),
dl#haikei_color dd:not(:last-of-type) {
  margin-right: 8px;
}
@media screen and (max-width: 1080px) {
  dl#moji_size dd:not(:last-of-type),
  dl#haikei_color dd:not(:last-of-type) {
    margin-right: 16px;
  }
}

dl#moji_size dd a,
dl#haikei_color dd a {
  display: block;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  color: #333333;
  font-size: min(1.3rem,20px);
  line-height: 1.8rem;
  padding: 5px 8px;
  border-radius: 3px;
}
@media screen and (max-width: 1080px) {
  dl#moji_size dd a,
  dl#haikei_color dd a {
    font-size: min(1.6rem,20px);
    line-height: 1.8rem;
    padding: 5px 8px;
    border-radius: 3px;
  }
}
dl#moji_size dd a {
  width: 74px;
  padding: 5px;
  background: #fff;
  color: #000;
  border-radius: 25px;
  border: 1px solid #006735;
}
@media screen and (max-width: 1080px) {
  dl#moji_size dd a {
    width: 97px;
    padding: 10px;
    border-radius: 25px;
  }
}
.font_size_limit_max dl#moji_size dd a#moji_large {
  background: #f6f6f6;
  color: #666666;
}

dl#moji_size dd a#moji_large{
  font-weight: 400;
  font-size: 1.3rem;
}
@media screen and (max-width: 1080px) {
  dl#moji_size dd a#moji_large{
    font-size: 1.6rem;
  }
}

dl#haikei_color dd a{
    width: 30px;
    min-height: 30px;
    padding: 6px 0;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1080px) {
  dl#haikei_color dd a{
    width: 40px;
    min-height: 40px;
    padding: 8px 0 10px 0;
  }
}
dl#haikei_color dd a#haikei_white {
  border-color: #cccccc;
  background: #ffffff !important;
  color: #333333 !important;
}
dl#haikei_color dd a#haikei_black {
  border-color: #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
dl#haikei_color dd a#haikei_blue {
  border-color: #186AB3;
  background: #186AB3 !important;
  color: #FFFF00 !important;
}

.search_and_doctor_btn{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .search_and_doctor_btn{
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .search_and_doctor_btn{
    flex-direction: column;
  }
}

#header_search{
    max-width: 335px;
    margin: 0 20px 0 0;
}
@media screen and (max-width: 1080px) {
  #header_search{
      width: 89.333%;
  }
}
@media screen and (max-width: 768px) {
  #header_search{
    margin: 0;
    margin-bottom: 30px;
  }
}
#header_search #cse-search-box-header {
    display: flex;
    background-color: #fff;
}

#header_search #cse-search-box-header #tmp_query_header {
    border: 1px solid #D9D9D9;
    border-right: none;
    padding: 0 10px;
    background-image: url(https://www.google.com/cse/static/images/2x/ja/branding.png) !important;
    background-size: 74px auto !important;
    background-position: center left 10px !important;
    background-color: #fff !important;
    width: 179px;
    font-size: 1.3rem;
    margin: 0;
}
@media screen and (max-width: 1080px) {
	#header_search #cse-search-box-header #tmp_query_header {
    width: calc(100% - 40px);  
    max-width: 279px;
  }
}

#header_search #cse-search-box-header #tmp_query_header:focus {
    background: none !important;
}

#header_search #cse-search-box-header #tmp_query_header:focus-visible {
    outline: none;
}

#header_search #cse-search-box-header #submit_header {
    width: 40px;
    height: 40px;
    background-image: url(/img/site/kosodate/ggl_search_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    text-indent: -9999px;
    border: none;
}

#header_search #cse-search-box-header #submit_header:hover {
    background-color: #C1F0E1;
}



/* ========== グローバルナビ ========== */
.tpl_top_emer #top_search {
	display: none;
}
#top_search .gnav {
  width: 100%;
  background-image: url(/img/common/gnav/gnav_bg.png);
  background-size: auto 100px;
  background-repeat: repeat;
}
.color_change  #top_search .gnav {
  background-image: none;
}
#top_search .gnav .gnav_list {
  position: relative;
  width: 94%;
  max-width: var(--content-width, 1080px);
  margin: 0px auto;
  padding: 10px 0px;
  list-style: none;
  display: flex;
  justify-content: center;
}
#top_search .gnav .gnav_list li {
  list-style: none;
}
#top_search .gnav .gnav_list .gnav_item {
  display: block;
  border-right: 1px solid;
  width: calc(100% / 6);
}
#top_search .gnav .gnav_list .gnav_item:first-child {
  border-left: 1px solid;
}
#top_search .gnav .gnav_list .gnav_item > a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 94%;
  height: 100px;
  padding: 0;
  margin: 0 auto;
  color: #333333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  background-size: auto 43px;
  background-repeat: no-repeat;
  background-position: center top;
}
#top_search .gnav .gnav_list .gnav_item > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 45px 0 0;
}

/* トップの時 */
.tpl_top_index #top_search .gnav .gnav_list .gnav_item > a {
  height: 127px;
  background-size: auto 59px;
  background-position: center top;
}
.tpl_top_index #top_search .gnav .gnav_list .gnav_item > a span {
  padding: 68px 0 0;
}

/* 文字拡大 */
.font_size_changed #top_search .gnav .gnav_list .gnav_item > a {
  height: 10rem;
}
.font_size_changed .tpl_top_index #top_search .gnav .gnav_list .gnav_item > a {
  height: 11rem;
}

#top_search .gnav .gnav_list .gnav_item.gnav_life>a {
  background-image: url(/img/common/gnav/gnav_icon-life.png);
}
#top_search .gnav .gnav_list .gnav_item.gnav_health>a {
  background-image: url(/img/common/gnav/gnav_icon-health.png);
}
#top_search .gnav .gnav_list .gnav_item.gnav_kosodate>a {
  background-image: url(/img/common/gnav/gnav_icon-kosodate.png);
}
#top_search .gnav .gnav_list .gnav_item.gnav_work>a {
  background-image: url(/img/common/gnav/gnav_icon-work.png);
}
#top_search .gnav .gnav_list .gnav_item.gnav_info>a {
  background-image: url(/img/common/gnav/gnav_icon-info.png);
}
#top_search .gnav .gnav_list .gnav_item.gnav_kankou>a {
  background-image: url(/img/common/gnav/gnav_icon-kankou.png);
}
#top_search .gnav .gnav_box {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  border: 4px solid #E4D1EC;
  padding: 18px 33px;
  box-sizing: border-box;
}
#top_search .gnav .gnav_box_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#top_search .gnav .gnav_box_list a {
  display: block;
  width: calc(100%/3);
  margin: 6px 0;
  font-size: min(1.6rem,20px);
}
#top_search .gnav .gnav_box_list a:before {
  content: "▶";
  display: inline-block;
  color: #6C009A;
  margin-right: 5px;
  font-size: min(3rem,40px);
  vertical-align: baseline;
  line-height: .8;
  position: relative;
  top: .5rem;
}
#top_search .gnav .gnav_btn.is-active {
  background-color: #fff !important;
}

/* 色変更 */
.color_change #top_search .gnav .gnav_list .gnav_item > a {
  color: #fff!important;
}
.color_change #top_search .gnav .gnav_list .gnav_item > .gnav_btn:hover {
  color: #333!important;
}

.medical_info_btn a{
  padding: 16px 32px 16px 31px;
  border-radius: 90px;
  border: 1px solid #66BCC6;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.05em;
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.medical_info_btn a::before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/img/site/kosodate/icon_medical_info_v2.png);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 7px;
}
.color_change .medical_info_btn a::before{
  background-color: #fff;
}


/* グローバルナビ（動的メニュー） */
#context_category02,
#context_category01 {
  display: none;
}


/* ========== フッタ ========== */
#footer{
  position: relative;
  background-color: #fff;
}
#footer::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 200px;
  background-image: url(/img/site/kosodate/bg_bottom_green.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.list_green_box{
  display: flex;
  gap: 32px;
  width: 802px;
  padding-top: 64px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1080px) {
	.list_green_box{
    flex-direction: column;
    width: 100%;
    padding: 0 5.33%;
  }
}
.item_green_box{
  width: 246px;
  background: #CDF1B9;
  border-radius: 16px;
  padding: 16px;
}
@media screen and (max-width: 1080px) {
	.item_green_box{
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1080px) {
  .item_green_box a{
    display: flex;
    align-items: center;
  }
}
.icon_green_box{
  width: 80px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 1080px) {
	.icon_green_box{
    width: 64px;
    margin: 0;
    line-height: 0;
  }
}
.item_green_box p{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
	.item_green_box p{
    margin-left: 16px;
  }
}
.footer_blue_wrap{
  background: #fff;
  padding-top: 112px;
}
#footer_blue{
  background: #DCEAED;
  position: relative;
  padding: 64px 40px;
}
@media screen and (max-width: 1080px) {
	#footer_blue{
    padding: 64px 5.33%;
  }
}
#footer_blue::before{
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 80px);
  max-width: 1080px;
  height: 80px;
  top: -80px;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(/img/site/kosodate/footer_illust_v2.png);
  background-repeat: no-repeat;
  background-size: 62px;
  background-position: right top;
}
.footer_box_wrap{
  max-width: 1080px;
  margin: auto;
}
.footer_box_wrap dl{
  line-height: 1.5;
}
.footer_box_wrap dl dt a{
  position: relative;
  padding-left: 16px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 1080px) {
	.footer_box_wrap dl dt a{
    font-size: 1.8rem;
  }
}
.footer_box_wrap dl dt a:hover{
  text-decoration: underline;
  color: #000;
}
.footer_box_wrap dl dt a::before,
.footer_box_wrap dl dt a::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 1.6px;
  border-radius: 50%;
  display: block;
  background: #000;
  left: 0;
  margin: auto;
  transform-origin: right center;
}
@media screen and (max-width: 1080px) {
	.footer_box_wrap dl dt a::before,
  .footer_box_wrap dl dt a::after {
    width: 9px;
    height: 1.4px;
  }
}
.color_change .footer_box_wrap dl dt a::before,
.color_change .footer_box_wrap dl dt a::after {
  background: #fff;
}

.footer_box_wrap dl dt a::before{
  transform: rotate(45deg);
  top: 1.3rem;
}
.footer_box_wrap dl dt a::after{
  transform: translateY(-0.5px) rotate(-45deg);
  top: 1.3rem;
}

.footer_box_wrap dl dd p.footer_tel{
    font-size: 1.8rem;
  }

@media screen and (max-width: 1080px) {
	.footer_box_wrap dl dd p{
    font-size: 1.6rem;
  }
  
  .footer_box_wrap dl dd p.footer_tel a{
    color: #000;
    text-decoration: none;
  }
}

.footer_box_wrap dl dd p:first-of-type{
  margin-bottom: 24px;
}
@media screen and (max-width: 1080px) {
	.footer_box_wrap dl dd p:first-of-type{
    margin-bottom: 16px;
  }
}

.footer_box_top{
  margin: 0 0 32px;
}
.footer_box_top dt{
  background: #85C9D1;
  padding: 24px;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 1080px) {
	.footer_box_top dt{
    padding: 16px;
  }
}
.footer_box_top dd{
  background: #fff;
  padding: 24px;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width: 1080px) {
	.footer_box_top dd{
    padding: 16px;
  }
}
.footer_box_bottom {
  display: flex;
  gap: 32px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1080px) {
	.footer_box_bottom {
    display: block;
  }
}
.footer_box_bottom dl{
  background: #fff;
  border-radius: 16px;
  width: 31.3%;
  max-width: 338px;
  padding: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
	.footer_box_bottom dl{
    width: 100%;
    max-width: unset;
    margin-bottom: 32px;
    padding: 16px;
  }
}
.footer_box_bottom dl dt{
  margin-bottom: 24px;
}

.policy_links_wrap{
  display: flex;
  justify-content: center;
}
.policy_links{
  display: flex;
}
@media screen and (max-width: 1080px) {
	.policy_links{
    flex-direction: column;
    align-items: center;
  }
}
.policy_links p{
  display: flex;
}
@media screen and (max-width: 1080px) {
	.policy_links p{
    margin-bottom: 15px;
  }
}
.policy_links p a{
  display: flex;
  font-size: 1.6rem;
}
.policy_links p a:hover{
  text-decoration: underline;
  color: #000;
}
.policy_links p:not(:last-of-type)::after{
  content: "|";
  display: inline-block;
  padding: 0 10px;
}
@media screen and (max-width: 1080px) {
	.policy_links p:not(:last-of-type)::after{
    display: none;
  }
}
.copy_right{
  background: #85C9D1;
  text-align: center;
  padding: 16px 0;
}
@media screen and (max-width: 1080px) {
	.copy_right{
    margin-bottom: 6rem;
  }
}
.copy_right p{
  font-size: 1.4rem;
}