
.l-inner { width: 1240px; padding: 0 20px 3rem 20px; margin: 0 auto; color: #333; }
@media screen and (max-width: 767px) { .l-inner { width: 100%; padding: 0 15px 3rem 15px; } }
@media screen and (min-width: 768px) { .l-inner__w { width: 1080px; margin: 0 auto; } }
.l-heading { font-family: "Noto Sans JP", sans-serif !important; font-size: 2.65rem!important; color: #333!important; width: fit-content; position: relative; margin: 1rem auto 3rem auto; font-weight: bold;}
/*.l-heading::after { content: ''; position: absolute; bottom: -22px; display: inline-block; width: 4rem; height: 3px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); background-color: #8B0000; border-radius: 2px; }*/
.l-heading__middle { font-family: "Noto Sans JP",Sans-Serif; font-size: 1.2rem; font-weight: bold; padding-left: 1.5rem; position: relative; }
@media screen and (max-width: 767px) { .l-heading__middle { font-size: 1.15rem; line-height: 1.25; padding-left: 1.25rem; } }
.l-heading__middle::before { content: ""; display: inline-block; position: absolute; top: 50%; left: 0%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 16px; height: 16px; background-image: url("/include_html/toyu_re/img/circle.svg"); background-size: contain; background-repeat: no-repeat; }
@media screen and (max-width: 767px) { .l-heading__middle::before { top: 13px; } }
.l-btn { max-width: 400px; height: 70px; font-family: "Noto Sans JP", sans-serif; }
.l-btn a { display: flex; justify-content: center; align-items: center; flex-direction: column; border-radius: 40px; font-size: 18px;width: 100%; height: 100%; background: #979797;	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em; color:#fff !important; position: relative; }
.l-btn a::after {
    content: "";
    position: absolute;
    right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.l-btn a:hover{
	    opacity: 0.75;
    transition: 0.6s;
}
.l-btn a span { display: block; font-size: .9rem; margin-bottom: 3px; }
/*.l-btn a:hover { background: #FFFED5; border: 2px solid #FFD23D; box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px; }*/
.l-btn__single { margin: 0 auto; max-width: 400px; }
.l-container-col2 { display: grid; grid-template-columns: 1fr 220px; gap: 0 54px; }
.l-main-col2 .l-heading { font-family: "Noto Sans JP", sans-serif; font-weight: bold; font-size: 2rem; border-radius: 2px; border-left: 4px solid #8B0000; padding: 0 0 2px 0.35em; margin: 0 0 2rem 0; }
.l-main-col2 .l-heading::after { display: none; }

.link-btn-list__col3 { margin-top: 3rem; display: flex; justify-content: center; gap: 0 2rem; }
@media screen and (max-width: 767px) { .link-btn-list__col3 { flex-direction: column; gap: 1rem; } }
.link-btn-list__col3 li { width: 300px; }
@media screen and (max-width: 767px) { .link-btn-list__col3 li { width: 100%; } }

.mt3rem { margin-top: 3rem; }

#contents_modifi { background: #FFFED5; margin-top: 0!important; padding: 130px 0 0 0; width: 100%!important;}
@media screen and (max-width: 767px) { #contents_modifi { padding-top: 105px; } }

#contents_modifi { background: #fff; }

{ /* ----Youtube---- */ /* ----?A?R?[?f?B?I??---- */ }
.tank-global .section-common { margin-top: 3rem; }
.tank-global img { width: 100%; height: auto; }
.tank-global .hdg3 { font-size: 1.4rem; margin-top: 3.75rem; margin-bottom: calc(60px - 0.6rem); padding-bottom: 0.5rem; border-bottom: 2px solid #B6B6B6; }
.tank-global .hdg4 { font-size: 1.25rem; margin-bottom: calc(30px - 0.5rem); padding-bottom: 0.5rem; }
.tank-global .area-heading { font-size: 2rem; font-weight: bold; margin-top: calc(80px - 0.6rem); margin-bottom: calc(40px - 0.75rem); padding: 1rem; background: #01479c; color: #fff; }
.tank-global .text__indent { text-indent: -1em; padding-left: 1em; }
.tank-global .summary-text { line-height: 1.5; margin-bottom: 1rem; }
.tank-global .summary-text.local { text-indent: 1em; }
.tank-global .summary-text.right { text-align: right; }
.tank-global .detail-box { border: 2px solid #333; padding: 1.25rem 1rem; margin: 1rem 0; box-sizing: border-box; font-size: 1.5rem; text-align: center; }
.tank-global .common-btn-list { display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.tank-global .common-btn-list li { width: calc( 40% - 10px); margin-right: 40px; line-height: 1.2; }
.tank-global .common-btn-list li:last-child { margin-right: 0; }
.tank-global #tank-movie { margin: 1.5rem 0; }
.tank-global #tank-movie ul { display: flex; justify-content: space-around; }
.tank-global #tank-movie li { width: 90%; background-color: #999; }
.tank-global #tank-movie .youtube { width: 100%; height: 100%; }
.tank-global .info-image { width: 80%; margin: 0 auto; }
.tank-global .pref-section .area-list { margin-bottom: 10px; display: flex; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; flex-wrap: wrap; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; }
.tank-global .pref-section .area-items { box-sizing: border-box; display: inline-block; margin: 0; padding: 10px 16px; width: 100%; }
.tank-global .pref-section .area-items .area-title { cursor: pointer; display: block; padding: 0.5rem 2.5rem 0.5rem 1.5rem; line-height: 1.4; position: relative; border-bottom: 1px solid #ccc; }
.tank-global .pref-section .area-items .area-title::after { content: ''; display: inline-block; height: 9px; width: 9px; position: absolute; right: 25px; top: 50%; border-right: 2px solid #333; border-bottom: 2px solid #333; transform: translateY(-50%) rotate(45deg); transition: all 0.2s; }
.tank-global .pref-section .area-items .area-title.open:after { transform: rotate(225deg); transition: all 0.2s; }
.tank-global .pref-section .area-list .area-items dd { display: none; width: 100%; clear: both; margin: 0 0 40px; }
.tank-global .area-group { display: flex; flex-wrap: wrap; gap: 30px; }
.tank-global .area-group .inner { /*width: calc((100% - 40px)/3);*/ width: calc((100% - 30px * 2) / 3); margin-top: 1rem; }
.tank-global .detail-common--table { border: 1px solid #d9d9d9; box-sizing: border-box; font-size: .8rem; table-layout: fixed; width: 100%; }
.tank-global .detail-common--table th { border: 1px solid #d9d9d9; box-sizing: border-box; padding: 0.8rem; line-height: 1.4; font-weight: normal; background: #ccc; text-align: center; }
.tank-global .detail-common--table td { line-height: 1.3; border: 1px solid #d9d9d9; box-sizing: border-box; padding: 0.8rem; }
.tank-global .accordion_inner .summary-text { margin-top: 1rem;}
/*====================================================================
.s_05 .accordion_one
====================================================================*/
.s_05{
		margin: 30px 0
	}
.s_05 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_05 .accordion_one .accordion_header {
  background-color: #002060;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-top: 1px solid #fff;
}
	
/*.s_05 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.s_05 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
}*/
.s_05 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_05 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
/*  border: 1px solid #fff;*/
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_05 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_05 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.s_05 .accordion_one .accordion_header .i_box .one_i:before, .s_05 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_05 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_05 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_05 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_05 .accordion_one .accordion_inner {
  display: none;
  padding: 1em;
  border-left: 1px solid #002060;
  border-right: 1px solid #002060;
  border-bottom: 1px solid #002060;
  box-sizing: border-box;
}
/*.s_05 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.s_05 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}*/
.s_05 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_05 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.s_05 .accordion_one .accordion_inner .closeArea {
  width: 180px;
  margin: 0 auto;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #969494;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}
/*.s_05 .accordion_one:nth-of-type(2) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #ff9a05;
}
.s_05 .accordion_one:nth-of-type(3) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #1c85d8;
}*/
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: .8;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18px;
  height: 18px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  transform-origin: center center;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
@media screen and (max-width: 1024px) {
  .s_05 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_05 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .s_05 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}