/* --------------------------------------------
  requirements
-------------------------------------------- */
.requirements_section_title {
  color: #fd6f31;
  text-align: center;
  margin-top: 62.4px;
  margin-bottom: 53.8px;
}
.requirements_section_title h2 {
  font-weight: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .requirements_section_title {
    margin-top: 52.6px;
    margin-bottom: 33.6px;
  }
  .requirements_section_title h2 {
    font-size: 2.4rem;
  }
}
.requirements_local_title {
  color: #222;
  text-align: center;
}
.requirements_local_title h3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .requirements_local_title h3 {
    font-size: 2.0rem;
  }
}
.requirements_sub_title {
  color: #fd6f31;
  text-align: center;
  margin-top: 46px;
}
.requirements_sub_title.text01 {
  margin-top: 86.8px;
}
.requirements_sub_title h4 {
  font-size: 3.2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .requirements_sub_title {
    text-align: left;
    margin-top: 39.4px;
  }
  .requirements_sub_title.txt01 {
    margin-top: 53.4px;
  }
  .requirements_sub_title h4 {
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 1px;
  }
}
.requirements_row_title {
  color: #222;
  text-align: center;
  margin-top: 45.8px;
  position: relative;
}
.requirements_row_title h5 {
  font-size: 2.0rem;
}
.requirements_row_title:before,
.requirements_row_title:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 22.5%;
  height: 1px;
  background: url(/2027/information/img/requirements_bg03.png) repeat-x;
  background-size: auto  1px;
}
.requirements_row_title:before {
  left: 17.5%;
}
.requirements_row_title:after {
  right: 17.5%;
}
@media screen and (max-width: 767px) {
  .requirements_row_title {
    margin-top: 23.6px;
  }
  .requirements_row_title h5 {
    font-size: 1.8rem;
  }
  .requirements_row_title:before,
  .requirements_row_title:after {
    width: 18.84058%;
  }
  .requirements_row_title:before {
    left: 4.347826%;
  }
  .requirements_row_title:after {
    right: 4.347826%;
  }
}
@media screen and (max-width: 767px) {
  .requirements_img_wrap {
    overflow: hidden;
    margin-left: -15%;
    margin-right: -15%;
  }
}
.requirements_img {
  width: 100%;
  height: auto;
  position: relative;
}
.requirements_img img {
  width: 100%;
  height: auto;
}
.requirements_logo img {
  width: 360px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .requirements_logo img {
    max-width: 220px;
    height: auto;
  }
}
.requirements_cont_top {
  position: relative;
  background: #fff;
  margin: 0 auto 82px;
  /* padding: 74.8px 0 82px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
}
.requirements_cont {
  position: relative;
  background: #fff;
  margin: -60px auto 0;
  padding: 74.8px 0 82px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .requirements_cont {
    margin-top: -20px;
    padding: 28px 0 42px;
  }
}
.requirements_cont_wrap {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .requirements_cont_wrap {
    padding: 0 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.requirements_read {
  font-size: 2.0rem;
  color: #444;
  line-height: 2.0;
  text-align: center;
  margin-top: 40px;
}
.requirements_read.txt01 {
  margin-top: 65px;
}
.requirements_read span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .requirements_read {
    font-size: 1.8rem;
    margin-top: 38px;
    text-align: left;
  }
  .requirements_read.txt01 {
    margin-top: 23px;
  }
  .requirements_read.txt02 {
    margin-top: 15px;
  }
}
.requirements_nec {
  width: 780px;
  font-size: 0;
  margin: 28px auto;
}
.requirements_nec > li {
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .requirements_nec {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 23.2px auto;
  }
  .requirements_nec li {
    display: block;
    margin-top: 15px;
    width: 100%;
  }
  .requirements_nec li:first-child {
    margin-top: 0;
  }
}
.requirements_nec_inner {
  text-align: center;
}
.requirements_nec_inner dt {
  width: 100%;
}
.requirements_nec_inner dt div {
  background: #fd6f31;
  border-radius: 80px;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: table;
  position: relative;
}
.requirements_nec_inner dt div:before {
  content: '';
  opacity: 0.2;
  background: #fd6f31;
  border-radius: 80px;
  width: 160px;
  height: 160px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.requirements_nec_inner dt p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
}
.requirements_nec_inner dd {
  margin-top: 21.3px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #222;
}
@media screen and (max-width: 767px) {
  .requirements_nec_inner {
    display: table;
  }
  .requirements_nec_inner dt {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
  .requirements_nec_inner dt div {
    border-radius: 50px;
    width: 100px;
    height: 100px;
  }
  .requirements_nec_inner dt div:before {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    top: 5px;
    left: 5px;
  }
  .requirements_nec_inner dt p {
    vertical-align: middle;
    font-size: 1.9rem;
    color: #fff;
  }
  .requirements_nec_inner dd {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin-top: 0;
    padding-left: 16px;
    font-size: 1.5rem;
  }
}
.detail_wrap {
  background: url(/2027/common/img/parts/common_bg01_pc.png);
  padding: 96px 0;
  position: relative;
}
.detail_wrap:before,
.detail_wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: auto;
  padding-top: 2.196193%;
  z-index: 100;
}
.detail_wrap:before {
  top: 0;
  background: url(/2027/common/img/parts/wave_img01.png) no-repeat;
  background-size: 100% auto;
}
.detail_wrap:after {
  bottom: 0;
  background: url(/2027/common/img/parts/wave_img02.png) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .detail_wrap {
    background: url(/2027/common/img/parts/common_bg01_sp.png);
    padding: 48px 14px;
  }
}
.detail {
  margin: 0 auto;
  width: 960px;
  background: #fff;
  border-radius: 12px;
  padding: 60px 60px;
  line-height: 2.0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #444;
}
.detail > dt,
.detail > dd {
  font-size: 1.6rem;
  padding: 15px 9px 17px 0;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail > dt.first,
.detail > dd.first {
  border-top: 1px solid #d8d8d8;
}
.detail > dt {
  float: left;
  width: 250px;
  margin-right: 30px;
  font-weight: bold;
}
.detail > dd {
  overflow: hidden;
  width: 560px;
}
@media screen and (max-width: 767px) {
  .detail {
    width: 100%;
    padding: 30px 15px;
    line-height: 1.6;
  }
  .detail > dt,
  .detail > dd {
    font-size: 1.5rem;
    padding: 20.5px 3px 17.5px 0;
  }
  .detail > dt {
    float: left;
    width: 94px;
    margin-right: 0;
    padding: 20.5px 9px 17.5px 0;
  }
  .detail > dd {
    overflow: hidden;
    width: auto;
  }
}
.detail_lower {
  margin-top: 14px;
}
.detail_lower2{
  margin-top: 28px;
}
.detail_lower > dt,
.detail_lower > dd {
  font-size: 1.6rem;
  line-height: 2.0;
}
.detail_lower > dt {
  font-weight: bold;
}
.detail-note {
  margin-top: 10px;
  position: relative;
  padding-left: 1.3em;
  zoom: 1;
  font-size: 1.4rem;
}
.detail-note:first-child {
  margin-top: 0;
}
.detail-note span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.detail-note-ul {
  margin-top: 10px;
}
.detail-note-ul:first-child {
  margin-top: 0;
}
.detail-note-ul li {
  position: relative;
  padding-left: 1.3em;
  zoom: 1;
  line-height: 1.85;
  font-size: 1.4rem;
}
.detail-note-ul li:first-child {
  margin-top: 0;
}
.detail-note-ul li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.detail-notice {
  color: #f00;
}
.welfare_read {
  font-size: 1.6rem;
  line-height: 2.0;
  margin-bottom: 39.4px;
  color: #444;
}
@media screen and (max-width: 767px) {
  .welfare_read {
    font-size: 1.5rem;
    margin-bottom: 42px;
  }
}
.welfare_local_title {
  position: relative;
}
.welfare_local_title h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  padding-left: 19px;
  color: #222;
}
.welfare_local_title:before {
  content: '';
  width: 4px;
  height: 83.870968%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #fd6f31;
}
@media screen and (max-width: 767px) {
  .welfare_local_title h3 {
    font-size: 2.0rem;
    padding-left: 20px;
  }
}
.welfare_media {
  overflow: hidden;
  margin-top: 14.4px;
  margin-bottom: 76.4px;
}
@media screen and (max-width: 767px) {
  .welfare_media {
    margin-top: 14px;
    margin-bottom: 47px;
  }
}
.welfare_media_body {
  float: left;
  margin-right: 5.833333%;
  clear: left;
  width: 64.166667%;
}
.welfare_media_body p {
  font-size: 1.6rem;
  line-height: 2.0;
  color: #444;
  margin-top: 19px;
}
.welfare_media_body p:first-child {
  margin-top: 0;
}
.welfare_media_body p span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .welfare_media_body {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }
  .welfare_media_body p {
    font-size: 1.5rem;
    margin-top: 12px;
  }
}

.welfare_media_body_nonimage {
  float: left;
  margin-right: 5.833333%;
  clear: left;
  width: 100%;
}
.welfare_media_body_nonimage p {
  font-size: 1.6rem;
  line-height: 2.0;
  color: #444;
  margin-top: 19px;
}
.welfare_media_body_nonimage p:first-child {
  margin-top: 0;
}
.welfare_media_body_nonimage p span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .welfare_media_body_nonimage {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }
  .welfare_media_body_nonimage p {
    font-size: 1.5rem;
    margin-top: 12px;
  }
}


.welfare_media_object {
  float: left;
  width: 30%;
  height: auto;
}
.welfare_media_object img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .welfare_media_object {
    float: none;
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
  }
}
.welfare_wrap {
  margin-bottom: 63.6px;
}
@media screen and (max-width: 767px) {
  .welfare_wrap {
    margin-bottom: 3px;
  }
}
