@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------------------------
/////■■ utility ■■/////
----------------------------------------------------------------------*/
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .u-mb20 {
    margin-bottom: 10px;
  }
}

.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 15px;
  }
}

.u-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 20px;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .u-mb50 {
    margin-bottom: 25px;
  }
}

.u-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-mb60 {
    margin-bottom: 30px;
  }
}

.u-mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .u-mb70 {
    margin-bottom: 35px;
  }
}

.u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}

.u-mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .u-mb90 {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb100 {
    margin-bottom: 50px;
  }
}

.u-mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .u-mb110 {
    margin-bottom: 55px;
  }
}

.u-mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .u-mb120 {
    margin-bottom: 60px;
  }
}

.u-mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .u-mb130 {
    margin-bottom: 65px;
  }
}

.u-mb140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .u-mb140 {
    margin-bottom: 70px;
  }
}

.u-mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .u-mb150 {
    margin-bottom: 75px;
  }
}

.u-sp_br--block {
  display: none;
}
@media screen and (max-width: 440px) {
  .u-sp_br--block {
    display: block;
  }
}

@media screen and (max-width: 440px) {
  .u-sp_br--none {
    display: none;
  }
}

/* CSS Document */
/*----------------------------------------------------------------------
/////■■ component ■■/////
----------------------------------------------------------------------*/


.c-wrapper--1440 {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}

.c-wrapper--1200 {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.c-wrapper--1100 {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.c-wrapper--1000 {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.c-wrapper--960 {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}

.c-wrapper--900 {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

.c-wrapper--800 {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

.c-common_btn {
  width: 100%;
}
.c-common_btn a,
.c-common_btn button {
  background: #fff;
  border: solid 1px #806000;
  color: #806000;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  text-align: center;
  padding: 0.5em 0.5em;
  position: relative;
  width: 100%;
}
.c-common_btn a::after,
.c-common_btn button::after {
  content: "";
  background: #806000;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 0%;
}
.c-common_btn a:hover,
.c-common_btn button:hover {
  color: #fff;
}
.c-common_btn a:hover::after,
.c-common_btn button:hover::after {
  opacity: 1;
  width: 100%;
}
.c-common_btn a:hover svg,
.c-common_btn button:hover svg {
  fill: #fff;
}
.c-common_btn a svg,
.c-common_btn button svg {
  fill: #806000;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  max-width: 30px;
  width: 100%;
  z-index: 1;
}
.c-common_btn a p,
.c-common_btn button p {
  position: relative;
  z-index: 1;
}

.c-contents_box {
  padding-top: 130px;
  position: relative;
}
@media screen and (max-width: 440px) {
  .c-contents_box {
    padding-top: 95px;
  }
}
.c-contents_box::before {
  content: "";
  background: #f5f5eb;
  position: absolute;
  top: 130px;
  left: 0;
  height: 200px;
  width: 100%;
  z-index: -999;
}

.c-page_top {
  background: #806000;
  position: fixed;
  right: 30px;
  bottom: -200px;
  text-align: center;
  height: 46px;
  width: 46px;
  z-index: 100;
}
.c-page_top i {
  color: #fff;
  line-height: 46px;
}

/* CSS Document */
/*----------------------------------------------------------------------
/////■■ project ■■/////
----------------------------------------------------------------------*/
.p-bread_crumb {
  padding: 50px 1em 20px;
}
@media screen and (max-width: 440px) {
  .p-bread_crumb {
    display: none;
  }
}
.p-bread_crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}
.p-bread_crumb ul li {
  padding-right: 1em;
  position: relative;
  margin-right: 0.5em;
}
.p-bread_crumb ul li:last-child::after {
  content: none;
}
.p-bread_crumb ul li::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
}
.p-bread_crumb ul li a {
  color: #a3a390;
  display: block;
}

.p-common_page {
  background: #fff;
  padding: 5% 1em ;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}
.p-common_page__title {
  text-align: center;
  position: relative;
}
.p-common_page__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
}
.p-common_page__title h2 {
  font-size: 250%;
  font-weight: 400;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-common_page__title h2 {
    font-size: 150%;
  }
}
.p-common_page__explanation {
  font-size: 112.5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-common_page__explanation {
    font-size: 100%;
    text-align: left;
  }
}
.p-common_page__explanation a {
  color: #0024ff;
  text-decoration: underline;
}

.p-common_link_box__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2.5em;
}
.p-common_link_box__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.p-common_link_box__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-common_link_box__title h3 {
    font-size: 126.25%;
  }
}
.p-common_link_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 440px) {
  .p-common_link_box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-common_link_box ul li {
  margin-right: 1.5em;
  max-width: 390px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .p-common_link_box ul li {
    margin-right: 0em;
    margin-bottom: 1.5em;
    max-width: 100%;
  }
}
.p-common_link_box ul li:last-child {
  margin-right: 0em;
}
.p-common_link_box ul li a {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-common_link_box ul li a:hover {
  opacity: 0.5;
}

.p-common_banner_box {
  background: #f5f5eb;
  padding: 2.5em 1em 4em;
}
@media screen and (max-width: 768px) {
  .p-common_banner_box {
    padding: 1.5em 1em;
  }
}
.p-common_banner_box__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2.5em;
}
.p-common_banner_box__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.p-common_banner_box__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-common_banner_box__title h3 {
    font-size: 126.25%;
  }
}
.p-common_banner_box a {
  display: block;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}

.p-common_list_box ul li {
  border-bottom: solid 1px #cccccc;
  margin-bottom: 1.5em;
}
.p-common_list_box ul li:last-child {
  margin-bottom: 0em;
}
.p-common_list_box ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-common_list_box ul li dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-common_list_box ul li dl dt {
  border-left: solid 1px #000;
  font-size: 112.5%;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-common_list_box ul li dl dt {
    margin-bottom: 1em;
    width: 100%;
  }
}
.p-common_list_box ul li dl dt:last-child {
  margin-bottom: 0em;
}
.p-common_list_box ul li dl dd {
  font-size: 112.5%;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-common_list_box ul li dl dd {
    max-width: 100%;
  }
}

.p-common_text_list li {
  margin-bottom: 1.5em;
}
.p-common_text_list li:last-child {
  margin-bottom: 0em;
}
.p-common_text_list li dl dt {
  font-size: 112.5%;
  padding-bottom: 0.5em;
  position: relative;
  margin-bottom: 1em;
}
.p-common_text_list li dl dt::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
}
.p-common_text_list li dl dd {
  margin-bottom: 1.5em;
}
.p-common_text_list li dl dd:last-child {
  margin-bottom: 0em;
}

/* CSS Document */
/*----------------------------------------------------------------------
/////■■ layout ■■/////
----------------------------------------------------------------------*/
.l-header__inner {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 440px) {
  .l-header__inner {
    padding: 1em;
  }
}
.l-header__inner__logo {
  position: absolute;
  top: 35px;
  left: 50px;
}
@media screen and (max-width: 440px) {
  .l-header__inner__logo {
    top: 60%;
    left: 0.5em;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 45%;
  }
}
.l-header__inner__logo a {
  display: block;
}
.l-header__inner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .l-header__inner__right {
    display: none;
  }
}
.l-header__inner__right__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  margin-right: 2.5em;
  max-width: 620px;
  width: 100%;
}
.l-header__inner__right__list li a {
  display: block;
  opacity: 1;
  position: relative;
}
.l-header__inner__right__list li a:hover::after {
  width: 100%;
}
.l-header__inner__right__list li a::after {
  content: "";
  background: #333;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 0;
}
.l-header__inner__right__btn {
  max-width: 240px;
}
.l-header__inner__right__btn a {
  font-size: 125%;
}
.l-header__inner__menu_btn {
  background: #806000;
  cursor: pointer;
  display: none;
  padding: 1em;
  position: relative;
  margin-left: auto;
  height: 60px;
  width: 60px;
}
@media screen and (max-width: 1300px) {
  .l-header__inner__menu_btn {
    display: block;
  }
}
.l-header__inner__menu_btn.is-active span:nth-of-type(1) {
  top: 15%;
  -webkit-transform: translate(-50%, 0) translateY(20px) rotate(-45deg);
          transform: translate(-50%, 0) translateY(20px) rotate(-45deg);
}
.l-header__inner__menu_btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__inner__menu_btn.is-active span:nth-of-type(3) {
  bottom: 15%;
  -webkit-transform: translate(-50%, 0) translateY(-20px) rotate(45deg);
          transform: translate(-50%, 0) translateY(-20px) rotate(45deg);
}
.l-header__inner__menu_btn span {
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 2px;
  width: 50%;
}
.l-header__inner__menu_btn span:nth-of-type(1) {
  top: 30%;
}
.l-header__inner__menu_btn span:nth-of-type(2) {
  top: 50%;
}
.l-header__inner__menu_btn span:nth-of-type(3) {
  bottom: 30%;
}
.l-header__inner__menu_inner {
  background: #fff;
  display: none;
  padding: 4%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 100vh;
  width: 100%;
}
.l-header__inner__menu_inner ul {
  margin-bottom: 2em;
}
.l-header__inner__menu_inner ul li {
  border-bottom: solid 1px #cccccc;
}
.l-header__inner__menu_inner ul li:first-child {
  border-top: solid 1px #cccccc;
}
.l-header__inner__menu_inner ul li a {
  display: block;
  font-size: 112.5%;
  padding: 1.5em;
  position: relative;
}
.l-header__inner__menu_inner ul li a::after {
  content: "";
  border-top: 1px solid #806000;
  border-right: 1px solid #806000;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 12px;
  width: 12px;
}
.l-header__inner__menu_inner div a {
  padding: 1em;
}
.l-header__inner__menu_inner div a p {
  font-size: 125%;
}

.l-footer {
  background: #f5f5eb;
  padding: 5em 1em;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .l-footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__inner__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.5em;
    width: 100%;
  }
}
.l-footer__inner__left a {
  display: block;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1024px) {
  .l-footer__inner__left a {
    margin-bottom: 0em;
    margin-right: 1.5em;
  }
}
@media screen and (max-width: 440px) {
  .l-footer__inner__left a {
    max-width: 130px;
  }
}
.l-footer__inner__left ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__inner__left ul li dl dt {
  margin-right: 1em;
}
.l-footer__inner__right {
  max-width: 800px;
  width: 100%;
}
.l-footer__inner__right > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 440px) {
  .l-footer__inner__right > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-footer__inner__right > div ul {
  border-left: solid 1px #e1dfca;
  padding: 0 2.5em;
}
@media screen and (max-width: 768px) {
  .l-footer__inner__right > div ul {
    padding: 0 2em 0 1em;
  }
}
@media screen and (max-width: 440px) {
  .l-footer__inner__right > div ul {
    padding: 0 1.5em;
    margin-bottom: 1.5em;
  }
}
.l-footer__inner__right > div ul li {
  margin-bottom: 1rem;
}
.l-footer__inner__right > div ul li:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__inner__right > div ul li a {
    font-size: 1.5rem;
  }
}
.l-footer__inner__right p {
  color: #a3a390;
}

.l-index__header {
  padding: 35px 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-index__header.is-show {
  background: #fff;
}
@media screen and (max-width: 1300px) {
  .l-index__header {
    background: #fff;
    padding: 1.5em 50px;
  }
}
@media screen and (max-width: 440px) {
  .l-index__header {
    padding: 1em;
  }
}
.l-index__header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.l-index__header__inner__logo {
  position: absolute;
  top: 35px;
  left: 50px;
}
@media screen and (max-width: 1300px) {
  .l-index__header__inner__logo {
    top: 25px;
    left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .l-index__header__inner__logo {
    left: 25px;
  }
}
@media screen and (max-width: 440px) {
  .l-index__header__inner__logo {
    top: 60%;
    left: 0.5em;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 45%;
  }
}
.l-index__header__inner__logo.is-show a > div:nth-of-type(1) {
  display: none;
}
.l-index__header__inner__logo.is-show a > div:nth-of-type(2) {
  display: block;
}
.l-index__header__inner__logo a {
  display: block;
}
.l-index__header__inner__logo a > div:nth-of-type(1) {
  display: block;
}
@media screen and (max-width: 1300px) {
  .l-index__header__inner__logo a > div:nth-of-type(1) {
    display: none;
  }
}
.l-index__header__inner__logo a > div:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 1300px) {
  .l-index__header__inner__logo a > div:nth-of-type(2) {
    display: block;
  }
}
.l-index__header__inner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .l-index__header__inner__right {
    display: none;
  }
}
.l-index__header__inner__right__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  margin-right: 2.5em;
  max-width: 620px;
  width: 100%;
}
.l-index__header__inner__right__list li a {
  display: block;
  opacity: 1;
  position: relative;
}
.l-index__header__inner__right__list li a:hover::after {
  width: 100%;
}
.l-index__header__inner__right__list li a::after {
  content: "";
  background: #333;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 0;
}
.l-index__header__inner__right__btn {
  max-width: 240px;
}
.l-index__header__inner__right__btn a {
  font-size: 125%;
}
.l-index__header__inner__menu_btn {
  background: #806000;
  cursor: pointer;
  display: none;
  padding: 1em;
  position: relative;
  margin-left: auto;
  height: 60px;
  width: 60px;
}
@media screen and (max-width: 1300px) {
  .l-index__header__inner__menu_btn {
    display: block;
  }
}
.l-index__header__inner__menu_btn.is-active span:nth-of-type(1) {
  top: 15%;
  -webkit-transform: translate(-50%, 0) translateY(20px) rotate(-45deg);
          transform: translate(-50%, 0) translateY(20px) rotate(-45deg);
}
.l-index__header__inner__menu_btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-index__header__inner__menu_btn.is-active span:nth-of-type(3) {
  bottom: 15%;
  -webkit-transform: translate(-50%, 0) translateY(-20px) rotate(45deg);
          transform: translate(-50%, 0) translateY(-20px) rotate(45deg);
}
.l-index__header__inner__menu_btn span {
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 2px;
  width: 50%;
}
.l-index__header__inner__menu_btn span:nth-of-type(1) {
  top: 30%;
}
.l-index__header__inner__menu_btn span:nth-of-type(2) {
  top: 50%;
}
.l-index__header__inner__menu_btn span:nth-of-type(3) {
  bottom: 30%;
}
.l-index__header__inner__menu_inner {
  background: #fff;
  display: none;
  padding: 4%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000;
}
.l-index__header__inner__menu_inner ul {
  margin-bottom: 2em;
}
.l-index__header__inner__menu_inner ul li {
  border-bottom: solid 1px #cccccc;
}
.l-index__header__inner__menu_inner ul li:first-child {
  border-top: solid 1px #cccccc;
}
.l-index__header__inner__menu_inner ul li a {
  display: block;
  font-size: 112.5%;
  padding: 1.5em;
  position: relative;
}
.l-index__header__inner__menu_inner ul li a::after {
  content: "";
  border-top: 1px solid #806000;
  border-right: 1px solid #806000;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 12px;
  width: 12px;
}
.l-index__header__inner__menu_inner div a {
  padding: 1em;
}
.l-index__header__inner__menu_inner div a p {
  font-size: 125%;
}
.l-index__main {
  position: relative;
}
.l-index__main::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 360px;
  width: 33.333%;

}
@media screen and (max-width: 1200px) {
  .l-index__main::before {
    max-width: 100%;
  }
}
.l-index__main__kv {
  padding: 0 1em;
}
@media screen and (max-width: 440px) {
  .l-index__main__kv {
    padding: 0;
    margin: 0 auto;
    max-width: 330px;
    width: 100%;
  }
}
.l-index__main__market {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  margin-left: 360px;
  width: 66.667%;
}
@media screen and (max-width: 1200px) {
  .l-index__main__market {
    background: #fff;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .l-index__main__market {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1em;
  }
}
.l-index__main__market__cap {
  background: #333333;
  color: #fff;
  text-align: center;
  padding: 0.25em 1em;
  margin: 0 3.5em;
  max-width: 160px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-index__main__market__cap {
    margin: 0 auto 1em;
    max-width: 100%;
  }
}
.l-index__main__market__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-index__main__market__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-index__main__market__list li {
  margin: 0 4em 0 0;
}
@media screen and (max-width: 1024px) {
  .l-index__main__market__list li {
    text-align: center;
    margin: 0 auto 1.5em;
    max-width: 100%;
    width: 100%;
  }
}
.l-index__main__market__list li:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-index__main__market__list li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .l-index__main__market__list li dl dt {
    margin-right: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .l-index__main__market__list li dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.l-index__main__market__list li dl dd p {
  font-size: 187%;
  line-height: 1.4;
}
.l-index__main__market__list li dl dd span,
.l-index__main__market__list li dl dd strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .l-index__main__market__list li dl dd span,
  .l-index__main__market__list li dl dd strong {
    margin-left: 0.5em;
  }
}
.l-index__main__market__list li dl dd span::before,
.l-index__main__market__list li dl dd strong::before {
  content: "(";
  color: #333333;
}
.l-index__main__market__list li dl dd span::after,
.l-index__main__market__list li dl dd strong::after {
  content: ")";
  color: #333333;
}
.l-index__main__market__list li dl dd span {
  color: #d50000;
}
.l-index__main__market__list li dl dd strong {
  color: #40b055;
}
.l-index__free_contents_box {
  padding: 0 1em;
}
.l-index__news_list {
  padding: 2em 1em 0;
}
.l-index__news_list__inner {
  background: #f5f5eb;
  padding: 4em 2.5em;
  position: relative;
}
@media screen and (max-width: 440px) {
  .l-index__news_list__inner {
    padding: 2.5em 2.5em 1.5em;
  }
}
.l-index__news_list__inner__title {
  text-align: center;
  position: absolute;
  top: -3em;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .l-index__news_list__inner__title {
    top: -2.5em;
  }
}
.l-index__news_list__inner__title h2 {
  font-size: 250%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-index__news_list__inner__title h2 {
    font-size: 150%;
  }
}
.l-index__news_list__inner__title span {
  color: #806000;
}
.l-index__news_list__inner__btn {
  margin: 0 auto;
  max-width: 400px;
}
.l-index__news_list__inner__btn a {
  font-size: 112.5%;
}
.l-index__news_list__inner ul {
  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;
  position: relative;
}
.l-index__news_list__inner ul::after {
  content: "";
  display: block;
  max-width: 325px;
  width: calc(25% - 0.5em);
}
@media screen and (max-width: 1200px) {
  .l-index__news_list__inner ul::after {
    width: calc(33.3333333333% - 0.5em);
  }
}
@media screen and (max-width: 1024px) {
  .l-index__news_list__inner ul::after {
    max-width: 100%;
    width: calc(50% - 0.5em);
  }
}
.l-index__news_list__inner ul li {
  margin-bottom: 2.5em;
  max-width: 325px;
  width: calc(25% - 0.5em);
}
@media screen and (max-width: 1200px) {
  .l-index__news_list__inner ul li {
    width: calc(33.3333333333% - 0.5em);
  }
}
@media screen and (max-width: 1024px) {
  .l-index__news_list__inner ul li {
    max-width: 100%;
    width: calc(50% - 0.5em);
  }
}
@media screen and (max-width: 440px) {
  .l-index__news_list__inner ul li {
    border: solid 1px #a3a390;
    margin-bottom: 1em;
    max-width: 100%;
    width: 100%;
  }
  .l-index__news_list__inner ul li:nth-child(n+5) {
    display: none;
  }
}
.l-index__news_list__inner ul li a {
  display: block;
}
@media screen and (max-width: 440px) {
  .l-index__news_list__inner ul li a {
    padding: 0.5em;
  }
}
.l-index__news_list__inner ul li a img {
  margin-bottom: 1em;
}
@media screen and (max-width: 440px) {
  .l-index__news_list__inner ul li a img {
    display: none;
  }
}
.l-index__news_list__inner ul li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0.5em;
}
.l-index__news_list__inner ul li a dl dt {
  background: #333333;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 0.5em 0.5em;
  margin-right: 1em;
}
.l-index__news_list__inner ul li a p {
  overflow: hidden;
  position: relative;
  height: 6rem;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-index__news_list__inner ul li a p {
    height: 4.875rem;
  }
}
.l-index__news_list__inner ul li a p::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(100, 180, 225, 0)), color-stop(50%, #f5f5eb), to(#f5f5eb));
  background: linear-gradient(to right, rgba(100, 180, 225, 0) 0%, #f5f5eb 50%, #f5f5eb 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3rem;
  width: 60px;
}
@media screen and (max-width: 440px) {
  .l-index__news_list__inner ul li a p::after {
    height: 2.4375rem;
  }
}
.l-index__support {
  background: url(../images/index/index_support_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 5em 1em;
}
@media screen and (max-width: 440px) {
  .l-index__support {
    padding: 2.5em 1em;
  }
}
.l-index__support__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-index__support__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-index__support__inner__left_box {
  max-width: 500px;
  width: 41.66%;
}
@media screen and (max-width: 1024px) {
  .l-index__support__inner__left_box {
    margin-bottom: 1.5em;
    max-width: 100%;
    width: 100%;
  }
}
.l-index__support__inner__right_box {
  max-width: 600px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .l-index__support__inner__right_box {
    max-width: 100%;
    width: 100%;
  }
}
.l-index__support__inner__right_box__title span {
  color: #806000;
}
.l-index__support__inner__right_box__title h2 {
  font-size: 250%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-index__support__inner__right_box__title h2 {
    font-size: 150%;
  }
}
.l-index__support__inner__right_box__btn_list {
  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;
}
@media screen and (max-width: 440px) {
  .l-index__support__inner__right_box__btn_list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.l-index__support__inner__right_box__btn_list li {
  margin-bottom: 0.5em;
  max-width: 295px;
  width: calc(50% - 0.25em);
}
@media screen and (max-width: 1024px) {
  .l-index__support__inner__right_box__btn_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 100%;
  }
}
.l-index__support__inner__right_box__btn_list li > div a {
  font-size: 125%;
}
@media screen and (max-width: 440px) {
  .l-index__support__inner__right_box__btn_list li > div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.4;
    height: 100%;
  }
}
.l-index__result {
  padding: 5em 1em;
}
@media screen and (max-width: 440px) {
  .l-index__result {
    padding: 2.5em 1em;
  }
}
.l-index__result__title {
  text-align: center;
}
.l-index__result__title span {
  color: #806000;
}
.l-index__result__title h2 {
  font-size: 250%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-index__result__title h2 {
    font-size: 150%;
  }
}
.l-index__result__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 1.5em;
}
@media screen and (max-width: 440px) {
  .l-index__result__list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-index__result__list li:last-child {
  margin-bottom: 0em;
}
.l-index__result__list__left {
  margin-right: 1.5em;
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-index__result__list__left {
    margin-right: 0em;
    margin-bottom: 1em;
    max-width: 100%;
  }
}
.l-index__result__list__left p {
  background: #333331;
  color: #fff;
  font-size: 125%;
  padding: 0.25em 0.5em;
}
.l-index__result__list__left dl {
  border-bottom: solid 1px #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-index__result__list__left dl dt,
.l-index__result__list__left dl dd {
  padding: 1em;
}
.l-index__result__list__left dl dd strong {
  color: #806000;
  font-size: 187.5%;
}
.l-index__result__list__right {
  background: #f5f5eb;
  padding: 1.5em;
  max-width: 520px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-index__result__list__right {
    max-width: 100%;
  }
}
.l-index__result__list__right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
}
.l-index__result__list__right dl dt {
  margin-right: 1.5em;
  max-width: 82px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-index__result__list__right dl dt {
    max-width: 40px;
  }
}
.l-index__result__list__right dl dd {
  font-size: 125%;
}
.l-index__result__list__right p {
  font-size: 112.5%;
}
.l-index__result__btn {
  margin: 0 auto;
  max-width: 400px;
}
.l-index__result__btn a {
  font-size: 112.5%;
}
.l-index__interview {
  background: #f5f5eb;
  position: relative;
  margin-top: 2em;
  padding: 4em 0em 2em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-index__interview {
    margin-top: 4em;
  }
}
.l-index__interview__title {
  text-align: center;
  padding: 0 1em;
  position: absolute;
  top: -3em;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .l-index__interview__title {
    top: -4em;
  }
}
.l-index__interview__title h2 {
  font-size: 250%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-index__interview__title h2 {
    font-size: 150%;
    line-height: 1.4;
  }
}
.l-index__interview__title span {
  color: #806000;
}
.l-index__interview__list li {
  margin-right: 1.5em;
  max-width: 365px;
  width: 100%;
}
.l-index__interview__btn {
  padding: 0 1em;
  margin: 0 auto;
  max-width: 400px;
}
.l-index__interview__btn a {
  font-size: 112.5%;
}
.l-index__about {
  padding: 5em 1em;
}
@media screen and (max-width: 440px) {
  .l-index__about {
    padding: 2.5em 1em;
  }
}
.l-index__about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 440px) {
  .l-index__about__inner {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.l-index__about__inner__left_box {
  margin-right: 1.5em;
  max-width: 500px;
  width: 41.66%;
}
@media screen and (max-width: 440px) {
  .l-index__about__inner__left_box {
    margin-right: 0em;
    margin-bottom: 1.5em;
    max-width: 100%;
    width: 100%;
  }
}
.l-index__about__inner__left_box__title span {
  color: #806000;
}
.l-index__about__inner__left_box__title h2 {
  font-size: 250%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-index__about__inner__left_box__title h2 {
    font-size: 150%;
  }
}
.l-index__about__inner__left_box__btn {
  max-width: 355px;
}
@media screen and (max-width: 440px) {
  .l-index__about__inner__left_box__btn {
    max-width: 100%;
  }
}
.l-index__about__inner__left_box__btn a {
  font-size: 112.5%;
}
.l-index__about__inner__right_box {
  max-width: 600px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .l-index__about__inner__right_box {
    max-width: 100%;
    width: 100%;
  }
}
.l-index__more {
  padding: 0em 1em 2.5em;
}
.l-index__more__title {
  text-align: center;
}
.l-index__more__title span {
  color: #806000;
}
.l-index__more__title h2 {
  font-size: 250%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-index__more__title h2 {
    font-size: 150%;
  }
}
.l-index__more__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-index__more__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4em;
  max-width: 700px;
  width: calc(50% - 1em);
}
@media screen and (max-width: 1024px) {
  .l-index__more__list li {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 440px) {
  .l-index__more__list li {
    width: 100%;
  }
}
.l-index__more__list li:nth-child(1) > div:nth-of-type(1) {
  background: url(../images/index/index_more_bg1.jpg) no-repeat right bottom;
  background-size: 70%;
}
.l-index__more__list li:nth-child(2) > div:nth-of-type(1) {
  background: url(../images/index/index_more_bg2.jpg) no-repeat right bottom;
  background-size: 70%;
}
.l-index__more__list li:nth-child(3) > div:nth-of-type(1) {
  background: url(../images/index/index_more_bg3.jpg) no-repeat right bottom;
  background-size: 70%;
}
.l-index__more__list li:nth-child(4) > div:nth-of-type(1) {
  background: url(../images/index/index_more_bg4.jpg) no-repeat right bottom;
  background-size: 70%;
}
.l-index__more__list li > div:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1em;
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-index__more__list li > div:nth-of-type(1) {
    margin-right: 0em;
    max-width: 100%;
  }
}
.l-index__more__list li > div:nth-of-type(1) > dl dt {
  background: #333331;
  color: #fff;
  font-size: 112.5%;
  display: inline-block;
  text-align: center;
  padding: 0.25em 1em;
  margin-bottom: 0.5em;
}
.l-index__more__list li > div:nth-of-type(1) > dl dd {
  color: #806000;
  font-size: 156.25%;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .l-index__more__list li > div:nth-of-type(1) > dl dd {
    font-size: 126.25%;
  }
}
.l-index__more__list li > div:nth-of-type(1) > p {
  font-size: 112.5%;
  margin-bottom: auto;
}
.l-index__more__list li > div:nth-of-type(1) > div {
  margin-top: 1.5em;
  max-width: 295px;
}
@media screen and (max-width: 440px) {
  .l-index__more__list li > div:nth-of-type(1) > div {
    max-width: 100%;
  }
}
.l-index__more__list li > div:nth-of-type(1) > div a {
  font-size: 112.5%;
}
.l-index__more__list li > div:nth-of-type(2) {
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-index__more__list li > div:nth-of-type(2) {
    margin-bottom: 1.5em;
    max-width: 100%;
  }
}
.l-index__message {
  padding: 5em 1em;
  position: relative;
}
@media screen and (max-width: 440px) {
  .l-index__message {
    padding: 2.5em 1em;
  }
}
.l-index__message::before {
  content: "";
  background: #f5f5eb;
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -999;
}
.l-index__message__inner {
  background: #fff;
  padding: 1.5em 1em;
  text-align: center;
}
@media screen and (max-width: 440px) {
  .l-index__message__inner {
    text-align: left;
  }
}
.l-index__message__inner__title {
  text-align: center;
}
.l-index__message__inner__title span {
  color: #806000;
}
.l-index__message__inner__title h2 {
  font-size: 250%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-index__message__inner__title h2 {
    font-size: 150%;
  }
}
.l-index__message__inner__btn {
  margin: 0 auto;
  max-width: 400px;
}
.l-index__message__inner__btn a {
  font-size: 112.5%;
}

.l-account_page__form_box {
  background: #f5f5f5;
  padding: 4em 1em;
}
@media screen and (max-width: 440px) {
  .l-account_page__form_box {
    padding: 2em 1em;
  }
}
.l-account_page__form_box form ul {
  margin: 0 auto 1em;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-account_page__form_box form ul li {
    margin-bottom: 1.5em;
  }
}
.l-account_page__form_box form ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-account_page__form_box form ul li dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-account_page__form_box form ul li dl dt {
  border-left: solid 1px #000;
  font-size: 112.5%;
  padding-left: 1em;
  margin-bottom: 2.4em;
}
@media screen and (max-width: 768px) {
  .l-account_page__form_box form ul li dl dt {
    margin-bottom: 1em;
    width: 100%;
  }
}
.l-account_page__form_box form ul li dl dt:last-child {
  margin-bottom: 0em;
}
.l-account_page__form_box form ul li dl dd {
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-account_page__form_box form ul li dl dd {
    max-width: 100%;
  }
}
.l-account_page__form_box form ul li dl dd input {
  border: solid 1px #cccccc;
  font-size: 112.5%;
  padding: 0.25em 0.5em;
  width: 100%;
}
.l-account_page__form_box form ul li dl dd p {
  color: #df3e41;
  font-size: 75%;
}
.l-account_page__form_box__btn {
  margin: 0 auto 1em;
  max-width: 400px;
}
.l-account_page__form_box__btn button {
  font-size: 112.5%;
  padding: 1em 0.5em;
}
.l-account_page__form_box__caution {
  font-size: 75%;
  text-align: center;
}

.l-csr_page__section1__title_box {
  background: url(../images/csr/csr_title_bg1.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 5.5% 1em;
}
.l-csr_page__section1__title_box h3 {
  color: #fff;
  font-size: 175%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-csr_page__section1__title_box h3 {
    font-size: 125%;
  }
}
.l-csr_page__section2__title_box {
  background: url(../images/csr/csr_title_bg2.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 5.5% 1em;
}
.l-csr_page__section2__title_box h3 {
  color: #fff;
  font-size: 175%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-csr_page__section2__title_box h3 {
    font-size: 125%;
  }
}
.l-csr_page__section3__title_box {
  background: url(../images/csr/csr_title_bg3.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 5.5% 1em;
}
.l-csr_page__section3__title_box h3 {
  color: #fff;
  font-size: 175%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-csr_page__section3__title_box h3 {
    font-size: 125%;
  }
}

.l-news_list_page__contents_box {
  background: #f5f5eb;
  padding: 5%;
}
.l-news_list_page__contents_box__list {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5%;
}
.l-news_list_page__contents_box__list li {
  margin-bottom: 1em;
  max-width: 570px;
  width: calc(50% - 1em);
}
@media screen and (max-width: 1024px) {
  .l-news_list_page__contents_box__list li {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 440px) {
  .l-news_list_page__contents_box__list li {
    border-bottom: solid 1px #cccccc;
    padding-bottom: 1em;
    width: 100%;
  }
  .l-news_list_page__contents_box__list li:last-child {
    border-bottom: none;
    padding-bottom: 0em;
    margin-bottom: 0em;
  }
}
.l-news_list_page__contents_box__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .l-news_list_page__contents_box__list li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-news_list_page__contents_box__list li a img {
  margin-right: 1em;
  max-width: 180px;
}
@media screen and (max-width: 1024px) {
  .l-news_list_page__contents_box__list li a img {
    margin-bottom: 1em;
    max-width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .l-news_list_page__contents_box__list li a img {
    margin-right: 0em;
    margin-bottom: 0em;
    display: none;
  }
}
.l-news_list_page__contents_box__list li a > div {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-news_list_page__contents_box__list li a > div {
    max-width: 100%;
  }
}
.l-news_list_page__contents_box__list li a > div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0.5em;
}
.l-news_list_page__contents_box__list li a > div dl dt {
  background: #333333;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 0.5em 0.5em;
  margin-right: 1em;
}
.l-news_list_page__contents_box__list li a > div p {
  overflow: hidden;
  position: relative;
  height: 6rem;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-news_list_page__contents_box__list li a > div p {
    height: 4.875rem;
  }
}
.l-news_list_page__contents_box__list li a > div p::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(100, 180, 225, 0)), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to right, rgba(100, 180, 225, 0) 0%, #fff 50%, #fff 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3rem;
  width: 60px;
}
@media screen and (max-width: 440px) {
  .l-news_list_page__contents_box__list li a > div p::after {
    height: 2.4375rem;
  }
}

.l-news_page__contents_box {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 2.5em;
  margin-bottom: 1.5em;
}
.l-news_page__contents_box__title {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 2.5em;
}
.l-news_page__contents_box__title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
.l-news_page__contents_box__title > div span {
  background: #df1111;
  color: #fff;
  display: block;
  font-size: 75%;
  line-height: 1;
  padding: 0.5em 1em;
  margin-right: 1.5em;
}
.l-news_page__contents_box__title h3 {
  font-size: 156.25%;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-news_page__contents_box__title h3 {
    font-size: 126.25%;
  }
}
.l-news_page__contents_box__split_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-news_page__contents_box__split_box {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.l-news_page__contents_box__split_box__text_box {
  margin-right: 1em;
  max-width: 740px;
  width: 100%;
}
.l-news_page__contents_box__split_box__img_box {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-news_page__contents_box__split_box__img_box {
    margin-bottom: 1.5em;
    max-width: 100%;
  }
}
.l-news_page__text_link {
  text-align: right;
}

.l-main_box_page__contents_box__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-main_box_page__contents_box__icon dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-main_box_page__contents_box__icon dl:nth-of-type(1) {
  margin-right: 1em;
}
.l-main_box_page__contents_box__icon dl:nth-of-type(1) dt {
  background: #df1111;
}
.l-main_box_page__contents_box__icon dl:nth-of-type(2) dt {
  background: #cccccc;
}
.l-main_box_page__contents_box__icon dl dt {
  border-radius: 50%;
  margin-right: 0.5em;
  height: 17px;
  width: 17px;
}
.l-main_box_page__contents_box__list li {
  border-bottom: dashed 1px #cccccc;
}
.l-main_box_page__contents_box__list li:first-child {
  border-top: dashed 1px #cccccc;
}
.l-main_box_page__contents_box__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 1em;
  position: relative;
}
@media screen and (max-width: 440px) {
  .l-main_box_page__contents_box__list li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-main_box_page__contents_box__list li a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #666666;
  border-right: solid 1px #666666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -5px;
}
.l-main_box_page__contents_box__list li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-main_box_page__contents_box__list li a dl {
    margin-bottom: 0.5em;
    max-width: 100%;
  }
}
.l-main_box_page__contents_box__list li a dl dt {
  border-radius: 50%;
  margin-right: 0.5em;
  height: 17px;
  width: 17px;
}
.l-main_box_page__contents_box__list li a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-main_box_page__contents_box__list li a p {
    max-width: 100%;
    width: 90%;
  }
}
.l-main_box_page__contents_box__list__item__icon--read {
  background: #df1111;
}
.l-main_box_page__contents_box__list__item__icon--unread {
  background: #cccccc;
}

.l-mail_page__contents_box {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 2.5em;
  margin-bottom: 1.5em;
}
.l-mail_page__contents_box__title {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 2.5em;
}
.l-mail_page__contents_box__title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
.l-mail_page__contents_box__title > div span {
  background: #df1111;
  color: #fff;
  display: block;
  font-size: 75%;
  line-height: 1;
  padding: 0.5em 1em;
  margin-right: 1.5em;
}
.l-mail_page__contents_box__title h3 {
  font-size: 156.25%;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-mail_page__contents_box__title h3 {
    font-size: 126.25%;
  }
}
.l-mail_page__contents_box__split_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-mail_page__contents_box__split_box {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.l-mail_page__contents_box__split_box__text_box {
  margin-right: 1em;
  max-width: 740px;
  width: 100%;
}
.l-mail_page__contents_box__split_box__img_box {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-mail_page__contents_box__split_box__img_box {
    margin-bottom: 1.5em;
    max-width: 100%;
  }
}
.l-mail_page__text_link {
  text-align: right;
}

.l-setting_page__contents_box__title {
  font-size: 187.5%;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-setting_page__contents_box__title {
    font-size: 137.5%;
  }
}
.l-setting_page__contents_box__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
}
.l-setting_page__contents_box__sub_title {
  font-size: 156.25%;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-setting_page__contents_box__sub_title {
    font-size: 126.25%;
  }
}
.l-setting_page__contents_box__sub_title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
}
.l-setting_page__contents_box__center_text {
  font-size: 112.5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-setting_page__contents_box__center_text {
    font-size: 100%;
    text-align: left;
  }
}
.l-setting_page__contents_box__catch_text {
  font-size: 156.25%;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-setting_page__contents_box__catch_text {
    font-size: 126.25%;
    text-align: left;
  }
}
.l-setting_page__contents_box__domain_box {
  border: solid 1px #cccccc;
  padding: 2em 1em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100%;
}
.l-setting_page__contents_box__domain_box p:nth-of-type(1) {
  color: #ff0000;
  font-size: 112.5%;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .l-setting_page__contents_box__domain_box p:nth-of-type(1) {
    font-size: 100%;
  }
}
.l-setting_page__contents_box__domain_box p:nth-of-type(2) {
  font-size: 225%;
}
@media screen and (max-width: 768px) {
  .l-setting_page__contents_box__domain_box p:nth-of-type(2) {
    font-size: 155%;
  }
}
.l-setting_page__contents_box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-setting_page__contents_box__list li {
  border: solid 1px #cccccc;
  padding: 2em 1em;
  text-align: center;
  margin-bottom: 1.5em;
  max-width: 360px;
  width: calc(33.3333333333% - 1em);
}
@media screen and (max-width: 768px) {
  .l-setting_page__contents_box__list li {
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 768px) {
  .l-setting_page__contents_box__list li {
    padding: 2em 0.5em;
    width: calc(50% - 0.5em);
  }
}
.l-setting_page__contents_box__list li img {
  margin: 0 auto 1em;
}
.l-setting_page__contents_box__list li a {
  color: #0070cc;
  text-decoration: underline;
}
.l-setting_page__contents_box__link_box__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2.5em;
}
.l-setting_page__contents_box__link_box__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-setting_page__contents_box__link_box__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-setting_page__contents_box__link_box__title h3 {
    font-size: 126.25%;
  }
}
.l-setting_page__contents_box__link_box__split {
  background: #f5f5eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 2.5em;
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-setting_page__contents_box__link_box__split {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-setting_page__contents_box__link_box__split > div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-setting_page__contents_box__link_box__split > div:nth-of-type(1) {
    margin-right: 0em;
    margin-bottom: 1em;
  }
}
.l-setting_page__contents_box__link_box__split > div:nth-of-type(1) > p {
  font-size: 87.5%;
  text-align: center;
}
.l-setting_page__contents_box__link_box__split > div:nth-of-type(2) a,
.l-setting_page__contents_box__link_box__split > div:nth-of-type(2) dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-setting_page__contents_box__link_box__split > div:nth-of-type(2) a i {
  font-size: 250%;
  margin-right: 0.25em;
}
.l-setting_page__contents_box__link_box__split > div:nth-of-type(2) a p {
  font-size: 250%;
}
.l-setting_page__contents_box__link_box__split > div:nth-of-type(2) dl dt,
.l-setting_page__contents_box__link_box__split > div:nth-of-type(2) dl dd {
  font-size: 87.5%;
}
.l-setting_page__contents_box__link_box__split > div:nth-of-type(2) dl dt {
  border: solid 1px #cccccc;
  line-height: 1;
  padding: 0.5em 1em;
  margin-right: 1em;
}
.l-setting_page__contents_box__link_box__explanation {
  font-size: 112.5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-setting_page__contents_box__link_box__explanation {
    font-size: 100%;
    text-align: left;
  }
}

.l-result_page__list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
.l-result_page__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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.5em;
}
@media screen and (max-width: 440px) {
  .l-result_page__list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-result_page__list li:last-child {
  margin-bottom: 0em;
}
.l-result_page__list__left {
  margin-right: 1.5em;
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-result_page__list__left {
    margin-right: 0em;
    margin-bottom: 1em;
    max-width: 100%;
  }
}
.l-result_page__list__left p {
  background: #333331;
  color: #fff;
  font-size: 125%;
  padding: 0.25em 0.5em;
}
.l-result_page__list__left dl {
  border-bottom: solid 1px #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-result_page__list__left dl dt,
.l-result_page__list__left dl dd {
  padding: 1em;
}
.l-result_page__list__left dl dd strong {
  color: #806000;
  font-size: 187.5%;
}
.l-result_page__list__right {
  background: #f5f5eb;
  padding: 1.5em;
  max-width: 520px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-result_page__list__right {
    max-width: 100%;
  }
}
.l-result_page__list__right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
}
.l-result_page__list__right dl dt {
  margin-right: 1.5em;
  max-width: 82px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-result_page__list__right dl dt {
    max-width: 40px;
  }
}
.l-result_page__list__right dl dd {
  font-size: 125%;
}
.l-result_page__list__right p {
  font-size: 112.5%;
}
.l-result_page__pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-result_page__pager__list li {
  text-align: center;
  margin-right: 1em;
  max-width: 50px;
  width: 100%;
}
.l-result_page__pager__list li:last-child {
  margin-right: 0em;
}
.l-result_page__pager__list li a,
.l-result_page__pager__list li span {
  border: solid 1px #cccccc;
  display: block;
  padding: 0.5em;
}
.l-result_page__pager__list li a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-result_page__pager__list li a:hover {
  background: #806000;
  color: #fff;
}
.l-result_page__pager__list li span {
  background: #806000;
  color: #fff;
}

.l-diagnosis_page__form_box {
  background: #f5f5f5;
  padding: 4em 1em;
}
@media screen and (max-width: 440px) {
  .l-diagnosis_page__form_box {
    padding: 2em 1em;
  }
}
.l-diagnosis_page__form_box form ul {
  margin: 0 auto 2em;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-diagnosis_page__form_box form ul li {
    margin-bottom: 1.5em;
  }
}
.l-diagnosis_page__form_box form ul li:nth-child(4) dl dd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-diagnosis_page__form_box form ul li:nth-child(4) dl dd > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-diagnosis_page__form_box form ul li:nth-child(4) dl dd > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-diagnosis_page__form_box form ul li:nth-child(4) dl dd > div > div {
    width: 100%;
  }
  .l-diagnosis_page__form_box form ul li:nth-child(4) dl dd > div > div:nth-of-type(1) {
    margin-bottom: 1em;
  }
}
.l-diagnosis_page__form_box form ul li:nth-child(4) dl dd > div > div input {
  margin-right: 0.5em;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-diagnosis_page__form_box form ul li:nth-child(4) dl dd > div > div input {
    max-width: 100%;
  }
}
.l-diagnosis_page__form_box form ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-diagnosis_page__form_box form ul li dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-diagnosis_page__form_box form ul li dl dt {
  border-left: solid 1px #000;
  font-size: 112.5%;
  padding-left: 1em;
  margin-bottom: 2.4em;
}
@media screen and (max-width: 768px) {
  .l-diagnosis_page__form_box form ul li dl dt {
    margin-bottom: 1em;
    width: 100%;
  }
}
.l-diagnosis_page__form_box form ul li dl dt:last-child {
  margin-bottom: 0em;
}
.l-diagnosis_page__form_box form ul li dl dd {
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-diagnosis_page__form_box form ul li dl dd {
    max-width: 100%;
  }
}
.l-diagnosis_page__form_box form ul li dl dd input,
.l-diagnosis_page__form_box form ul li dl dd textarea {
  border: solid 1px #cccccc;
  font-size: 112.5%;
  padding: 0.25em 0.5em;
  width: 100%;
}
.l-diagnosis_page__form_box form ul li dl dd input[type=radio] {
  display: none;
}
.l-diagnosis_page__form_box form ul li dl dd input[type=radio] + label {
  padding-left: 1.5em;
  position: relative;
  margin-right: 1.5em;
}
.l-diagnosis_page__form_box form ul li dl dd input[type=radio] + label::before {
  content: "";
  background: #fff;
  border: solid 1px #cccccc;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  height: 20px;
  width: 20px;
}
.l-diagnosis_page__form_box form ul li dl dd input[type=radio]:checked + label::after {
  content: "";
  background: #806000;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  height: 16px;
  width: 16px;
}
.l-diagnosis_page__form_box form ul li dl dd textarea {
  height: 150px;
}
.l-diagnosis_page__form_box__btn {
  margin: 0 auto 1em;
  max-width: 400px;
}
.l-diagnosis_page__form_box__btn button {
  font-size: 112.5%;
  padding: 1em 0.5em;
}
.l-diagnosis_page__contents_box__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2.5em;
}
.l-diagnosis_page__contents_box__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-diagnosis_page__contents_box__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-diagnosis_page__contents_box__title h3 {
    font-size: 126.25%;
  }
}
.l-diagnosis_page__contents_box__explanation {
  font-size: 112.5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-diagnosis_page__contents_box__explanation {
    font-size: 100%;
    text-align: left;
  }
}
.l-diagnosis_page__contents_box__explanation a {
  color: #0024ff;
  text-decoration: underline;
}
.l-diagnosis_page__contents_box__btn {
  margin: 0 auto;
  max-width: 400px;
}
.l-diagnosis_page__contents_box__btn a {
  font-size: 112.5%;
}
.l-diagnosis_page__contents_box ul {
  background: #f5f5eb;
  padding: 3%;
}
.l-diagnosis_page__contents_box ul li {
  background: #fff;
  border: solid 1px #dddddd;
  margin-bottom: 50px;
  padding: 3%;
}
.l-diagnosis_page__contents_box ul li:first-child {
  position: relative;
}
.l-diagnosis_page__contents_box ul li:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -38px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #a3a390 transparent transparent transparent;
  border-width: 25px 30px 0 30px;
}
.l-diagnosis_page__contents_box ul li:first-child dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
.l-diagnosis_page__contents_box ul li:first-child dl dt {
  background: #333331;
  color: #fff;
  font-size: 87.5%;
  line-height: 1;
  padding: 0.5em 1em;
  text-align: center;
  margin-right: 1em;
  max-width: 140px;
  width: 100%;
}
.l-diagnosis_page__contents_box ul li:first-child dl dd {
  font-size: 156.25%;
}
@media screen and (max-width: 768px) {
  .l-diagnosis_page__contents_box ul li:first-child dl dd {
    font-size: 126.25%;
  }
}
.l-diagnosis_page__contents_box ul li:last-child {
  margin-bottom: 0;
}
.l-diagnosis_page__contents_box ul li:last-child p:nth-of-type(1) {
  background: #806000;
  color: #fff;
  font-size: 87.5%;
  line-height: 1;
  padding: 0.5em 1em;
  text-align: center;
  max-width: 140px;
  width: 100%;
}

.l-support_page__section1__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2.5em;
}
.l-support_page__section1__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-support_page__section1__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-support_page__section1__title h3 {
    font-size: 126.25%;
  }
}
.l-support_page__section1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-support_page__section1 ul li {
  border: solid 1px #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3%;
  margin-bottom: 2em;
  width: calc(50% - 1em);
}
@media screen and (max-width: 440px) {
  .l-support_page__section1 ul li {
    width: 100%;
  }
}
.l-support_page__section1 ul li div {
  background: #333333;
  color: #fff;
  font-size: 156.25%;
  text-align: center;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .l-support_page__section1 ul li div {
    font-size: 126.25%;
  }
}
.l-support_page__section1 ul li p {
  margin-bottom: 1em;
}
.l-support_page__section1 ul li a {
  color: #0068de;
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  margin-top: auto;
  width: 100%;
}
.l-support_page__section2 {
  border: solid 1px #cccccc;
  padding: 3%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
.l-support_page__section2__title {
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}
.l-support_page__section2__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-support_page__section2__title h3 {
    font-size: 126.25%;
  }
}
.l-support_page__section2__split_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .l-support_page__section2__split_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-support_page__section2__split_box div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-support_page__section2__split_box div:nth-of-type(1) {
    margin-right: 0em;
    margin-bottom: 1.5em;
    max-width: 100%;
  }
}
.l-support_page__section2__split_box div:nth-of-type(2) {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-support_page__section2__split_box div:nth-of-type(2) {
    max-width: 100%;
  }
}
.l-support_page__section2__split_box div:nth-of-type(2) a {
  color: #0024ff;
  text-decoration: underline;
}
.l-support_page__section3__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2.5em;
}
.l-support_page__section3__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-support_page__section3__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-support_page__section3__title h3 {
    font-size: 126.25%;
  }
}
.l-support_page__section3__split_box {
  border: solid 1px #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-support_page__section3__split_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-support_page__section3__split_box div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-support_page__section3__split_box div:nth-of-type(1) {
    margin-right: 0em;
    margin-bottom: 1.5em;
    max-width: 100%;
  }
}
.l-support_page__section3__split_box div:nth-of-type(2) {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-support_page__section3__split_box div:nth-of-type(2) {
    max-width: 100%;
  }
}
.l-support_page__section3__split_box div:nth-of-type(2) a {
  color: #0024ff;
  text-decoration: underline;
}
.l-support_page__section4__title {
  text-align: center;
  position: relative;
  margin-bottom: 2em;
}
.l-support_page__section4__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-support_page__section4__title h3 {
    font-size: 126.25%;
  }
}
.l-support_page__section4__split_box {
  border: solid 1px #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-support_page__section4__split_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-support_page__section4__split_box div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-support_page__section4__split_box div:nth-of-type(1) {
    margin-right: 0em;
    margin-bottom: 1.5em;
    max-width: 100%;
  }
}
.l-support_page__section4__split_box div:nth-of-type(2) {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-support_page__section4__split_box div:nth-of-type(2) {
    max-width: 100%;
  }
}
.l-support_page__section4__split_box div:nth-of-type(2) p strong {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-support_page__section4__split_box div:nth-of-type(2) p strong {
    font-size: 126.25%;
  }
}
.l-support_page__section4__split_box div:nth-of-type(2) p a {
  color: #0024ff;
  text-decoration: underline;
}

.l-contact_page__form_box {
  background: #f5f5f5;
  padding: 4em 1em;
}
@media screen and (max-width: 440px) {
  .l-contact_page__form_box {
    padding: 2em 1em;
  }
}
.l-contact_page__form_box form ul {
  margin: 0 auto 2em;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-contact_page__form_box form ul li {
    margin-bottom: 1.5em;
  }
}
.l-contact_page__form_box form ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-contact_page__form_box form ul li dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-contact_page__form_box form ul li dl dt {
  border-left: solid 1px #000;
  font-size: 112.5%;
  padding-left: 1em;
  margin-bottom: 2.4em;
}
@media screen and (max-width: 768px) {
  .l-contact_page__form_box form ul li dl dt {
    margin-bottom: 1em;
    width: 100%;
  }
}
.l-contact_page__form_box form ul li dl dt:last-child {
  margin-bottom: 0em;
}
.l-contact_page__form_box form ul li dl dd {
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-contact_page__form_box form ul li dl dd {
    max-width: 100%;
  }
}
.l-contact_page__form_box form ul li dl dd input,
.l-contact_page__form_box form ul li dl dd textarea {
  border: solid 1px #cccccc;
  font-size: 112.5%;
  padding: 0.25em 0.5em;
  width: 100%;
}
.l-contact_page__form_box form ul li dl dd textarea {
  height: 150px;
}
.l-contact_page__form_box__btn {
  margin: 0 auto 1em;
  max-width: 400px;
}
.l-contact_page__form_box__btn button {
  font-size: 112.5%;
  padding: 1em 0.5em;
}
.l-contact_page__link_box__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2.5em;
}
.l-contact_page__link_box__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-contact_page__link_box__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-contact_page__link_box__title h3 {
    font-size: 126.25%;
  }
}
.l-contact_page__link_box__explanation {
  font-size: 112.5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-contact_page__link_box__explanation {
    font-size: 100%;
    text-align: left;
  }
}
.l-contact_page__link_box__contents {
  background: #f5f5eb;
  padding: 1.5em 2.5em;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 100%;
}
.l-contact_page__link_box__contents a,
.l-contact_page__link_box__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-contact_page__link_box__contents a i {
  font-size: 250%;
  margin-right: 0.25em;
}
.l-contact_page__link_box__contents a p {
  font-size: 250%;
}
.l-contact_page__link_box__contents dl dt,
.l-contact_page__link_box__contents dl dd {
  font-size: 87.5%;
}
.l-contact_page__link_box__contents dl dt {
  border: solid 1px #cccccc;
  line-height: 1;
  padding: 0.5em 1em;
  margin-right: 1em;
}

.l-buy_page__section1 {
  background: #f5f5f5;
  padding: 3%;
}
.l-buy_page__section1__split_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .l-buy_page__section1__split_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-buy_page__section1__split_box div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 330px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-buy_page__section1__split_box div:nth-of-type(1) {
    margin-right: 0em;
    margin-bottom: 1em;
    max-width: 100%;
  }
}
.l-buy_page__section1__split_box div:nth-of-type(2) {
  max-width: 760px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-buy_page__section1__split_box div:nth-of-type(2) {
    max-width: 100%;
  }
}
.l-buy_page__section1__split_box div:nth-of-type(2) dl dt {
  font-size: 112.5%;
}
.l-buy_page__section1__split_box div:nth-of-type(2) dl:nth-of-type(2) dd {
  color: #806000;
  font-size: 156.25%;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .l-buy_page__section1__split_box div:nth-of-type(2) dl:nth-of-type(2) dd {
    font-size: 126.25%;
  }
}
.l-buy_page__section1__split_box div:nth-of-type(2) dl:nth-of-type(2) dd span {
  font-size: 65%;
}
.l-buy_page__section1__btn {
  margin: 0 auto;
  max-width: 400px;
}
.l-buy_page__section1__btn a,
.l-buy_page__section1__btn button {
  background: #806000;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  font-weight: 500;
  text-align: center;
  padding: 1em 0.5em;
  position: relative;
  width: 100%;
}
.l-buy_page__section1__btn a:hover,
.l-buy_page__section1__btn button:hover {
  opacity: 0.8;
}
.l-buy_page__section1__btn a svg,
.l-buy_page__section1__btn button svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  max-width: 30px;
  width: 100%;
}
.l-buy_page__section2__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2.5em;
}
.l-buy_page__section2__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-buy_page__section2__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-buy_page__section2__title h3 {
    font-size: 126.25%;
  }
}
.l-buy_page__section2__btn {
  margin: 0 auto;
  max-width: 400px;
}
.l-buy_page__section2__btn a {
  font-size: 112.5%;
}
.l-buy_page__section3__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2.5em;
}
.l-buy_page__section3__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-buy_page__section3__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-buy_page__section3__title h3 {
    font-size: 126.25%;
  }
}
.l-buy_page__section3__list {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 100%;
}
.l-buy_page__section3__list li {
  margin-bottom: 1.5em;
}
.l-buy_page__section3__list li:first-child dl dd {
  display: block;
}
.l-buy_page__section3__list li:last-child {
  margin-bottom: 0em;
}
.l-buy_page__section3__list li dl dt {
  background: #f0f0f0;
  cursor: pointer;
  font-size: 112.5%;
  font-weight: 700;
  padding: 0.5em 2.5em;
  position: relative;
}
@media screen and (max-width: 440px) {
  .l-buy_page__section3__list li dl dt {
    padding: 0.5em 3.5em;
  }
}
.l-buy_page__section3__list li dl dt.is-active::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.l-buy_page__section3__list li dl dt::before {
  content: "Q.";
  color: #192c80;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.l-buy_page__section3__list li dl dt::after {
  content: "▼";
  color: #626262;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-buy_page__section3__list li dl dd {
  border: solid 1px #f0f0f0;
  display: none;
  font-size: 112.5%;
  padding: 1em;
  position: relative;
}
.l-buy_page__section3__list li dl dd::before {
  content: "A.";
  color: #d73c3e;
  font-weight: 700;
}
.l-buy_page__section3__btn {
  margin: 0 auto;
  max-width: 400px;
}
.l-buy_page__section3__btn a {
  font-size: 112.5%;
}

.l-buy_select_page__section1__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 1.5em;
}
.l-buy_select_page__section1__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-buy_select_page__section1__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-buy_select_page__section1__title h3 {
    font-size: 126.25%;
  }
}
.l-buy_select_page__section1__explanation {
  font-size: 112.5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-buy_select_page__section1__explanation {
    font-size: 100%;
    text-align: left;
  }
}
.l-buy_select_page__section1__list li {
  margin-bottom: 2.5em;
}
.l-buy_select_page__section1__list li:last-child {
  margin-bottom: 0em;
}
.l-buy_select_page__section1__list li div:nth-of-type(1) {
  background: #f5f5f5;
  padding: 4%;
}
.l-buy_select_page__section1__list li div:nth-of-type(1) dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-buy_select_page__section1__list li div:nth-of-type(1) dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-buy_select_page__section1__list li div:nth-of-type(1) dl:nth-of-type(1) {
  margin-bottom: 1.5em;
}
.l-buy_select_page__section1__list li div:nth-of-type(1) dl:nth-of-type(2) dd {
  color: #b52d2f;
  font-size: 137.5%;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-buy_select_page__section1__list li div:nth-of-type(1) dl:nth-of-type(2) dd {
    font-size: 117.5%;
  }
}
.l-buy_select_page__section1__list li div:nth-of-type(1) dl:nth-of-type(2) dd span {
  font-size: 80%;
}
.l-buy_select_page__section1__list li div:nth-of-type(1) dl dt {
  border-left: solid 1px #000;
  font-size: 112.5%;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .l-buy_select_page__section1__list li div:nth-of-type(1) dl dt {
    margin-bottom: 1em;
    width: 100%;
  }
}
.l-buy_select_page__section1__list li div:nth-of-type(1) dl dt:last-child {
  margin-bottom: 0em;
}
.l-buy_select_page__section1__list li div:nth-of-type(1) dl dd {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 0.75em;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-buy_select_page__section1__list li div:nth-of-type(1) dl dd {
    max-width: 100%;
  }
}
.l-buy_select_page__section1__list li div:nth-of-type(2) {
  margin: 0 auto;
  max-width: 300px;
}
.l-buy_select_page__section1__list li div:nth-of-type(2) a {
  font-size: 112.5%;
}
.l-buy_select_page__section2__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 1.5em;
}
.l-buy_select_page__section2__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-buy_select_page__section2__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-buy_select_page__section2__title h3 {
    font-size: 126.25%;
  }
}
.l-buy_select_page__section2__contents {
  background: #f5f5f5;
  padding: 4%;
}
.l-buy_select_page__section2__contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-buy_select_page__section2__contents ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-buy_select_page__section2__contents ul li {
  background: #fff;
  border: solid 1px #cccccc;
  padding: 1em;
  max-width: 490px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-buy_select_page__section2__contents ul li {
    max-width: 100%;
  }
}
.l-buy_select_page__section2__contents ul li:first-child {
  margin-right: 1.5em;
}
@media screen and (max-width: 768px) {
  .l-buy_select_page__section2__contents ul li:first-child {
    margin-right: 0em;
    margin-bottom: 1.5em;
  }
}
.l-buy_select_page__section2__contents ul li:first-child > div:nth-of-type(2) a {
  border: solid 1px #140175;
  color: #140175;
}
.l-buy_select_page__section2__contents ul li:first-child > div:nth-of-type(2) a:hover {
  color: #fff;
}
.l-buy_select_page__section2__contents ul li:first-child > div:nth-of-type(2) a:hover svg {
  fill: #fff;
}
.l-buy_select_page__section2__contents ul li:first-child > div:nth-of-type(2) a::after {
  background: #140175;
}
.l-buy_select_page__section2__contents ul li:first-child > div:nth-of-type(2) a svg {
  fill: #140175;
}
.l-buy_select_page__section2__contents ul li:last-child > div:nth-of-type(2) a {
  border: solid 1px #a60f01;
  color: #a60f01;
}
.l-buy_select_page__section2__contents ul li:last-child > div:nth-of-type(2) a::after {
  background: #a60f01;
}
.l-buy_select_page__section2__contents ul li:last-child > div:nth-of-type(2) a:hover {
  color: #fff;
}
.l-buy_select_page__section2__contents ul li:last-child > div:nth-of-type(2) a:hover svg {
  fill: #fff;
}
.l-buy_select_page__section2__contents ul li:last-child > div:nth-of-type(2) a svg {
  fill: #a60f01;
}
.l-buy_select_page__section2__contents ul li > div:nth-of-type(1) {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 1.5em;
}
.l-buy_select_page__section2__contents ul li > div:nth-of-type(1)::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-buy_select_page__section2__contents ul li > div:nth-of-type(1) p {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-buy_select_page__section2__contents ul li > div:nth-of-type(1) p {
    font-size: 126.25%;
  }
}
.l-buy_select_page__section2__contents ul li > div:nth-of-type(2) a {
  font-size: 112.5%;
}
.l-buy_select_page__section2__contents ul li > img {
  margin: 0 auto 1.5em;
  max-width: 270px;
}
.l-buy_select_page__section2__contents ul li > p {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 440px) {
  .l-buy_select_page__section2__contents ul li > p {
    text-align: left;
  }
}

.l-buy_bank_page__common_box {
  background: #f5f5f5;
  padding: 4%;
}
.l-buy_bank_page__common_box img {
  margin-left: auto;
  margin-right: auto;
  max-width: 228px;
}
.l-buy_bank_page__common_box p {
  font-size: 87.5%;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.l-buy_bank_page__common_box ul li {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .l-buy_bank_page__common_box ul li {
    margin-bottom: 1.5em;
  }
}
.l-buy_bank_page__common_box ul li:last-child {
  margin-bottom: 0em;
}
.l-buy_bank_page__common_box ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-buy_bank_page__common_box ul li dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-buy_bank_page__common_box ul li dl dt {
  border-left: solid 1px #000;
  font-size: 112.5%;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .l-buy_bank_page__common_box ul li dl dt {
    margin-bottom: 1em;
    width: 100%;
  }
}
.l-buy_bank_page__common_box ul li dl dd {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 0.75em;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-buy_bank_page__common_box ul li dl dd {
    max-width: 100%;
  }
}
.l-buy_bank_page__common_box__price dd {
  color: #b52d2f;
  font-size: 137.5%;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-buy_bank_page__common_box__price dd {
    font-size: 117.5%;
  }
}
.l-buy_bank_page__common_box__price dd span {
  font-size: 80%;
}
.l-buy_bank_page__section1__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 1.5em;
}
.l-buy_bank_page__section1__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-buy_bank_page__section1__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-buy_bank_page__section1__title h3 {
    font-size: 126.25%;
  }
}
.l-buy_bank_page__section1__explanation {
  font-size: 112.5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-buy_bank_page__section1__explanation {
    font-size: 100%;
    text-align: left;
  }
}
.l-buy_bank_page__section2__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2.5em;
}
.l-buy_bank_page__section2__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-buy_bank_page__section2__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-buy_bank_page__section2__title h3 {
    font-size: 126.25%;
  }
}
.l-buy_bank_page__section2__split {
  background: #f5f5eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 2.5em;
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-buy_bank_page__section2__split {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-buy_bank_page__section2__split > div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-buy_bank_page__section2__split > div:nth-of-type(1) {
    margin-right: 0em;
    margin-bottom: 1em;
  }
}
.l-buy_bank_page__section2__split > div:nth-of-type(1) > p {
  font-size: 87.5%;
  text-align: center;
}
.l-buy_bank_page__section2__split > div:nth-of-type(2) a,
.l-buy_bank_page__section2__split > div:nth-of-type(2) dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-buy_bank_page__section2__split > div:nth-of-type(2) a i {
  font-size: 250%;
  margin-right: 0.25em;
}
.l-buy_bank_page__section2__split > div:nth-of-type(2) a p {
  font-size: 250%;
}
.l-buy_bank_page__section2__split > div:nth-of-type(2) dl dt,
.l-buy_bank_page__section2__split > div:nth-of-type(2) dl dd {
  font-size: 87.5%;
}
.l-buy_bank_page__section2__split > div:nth-of-type(2) dl dt {
  border: solid 1px #cccccc;
  line-height: 1;
  padding: 0.5em 1em;
  margin-right: 1em;
}
.l-buy_bank_page__section2__explanation {
  font-size: 112.5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-buy_bank_page__section2__explanation {
    font-size: 100%;
    text-align: left;
  }
}

.l-buy_credit_page__common_box {
  background: #f5f5f5;
  padding: 4%;
}
.l-buy_credit_page__common_box img {
  margin-left: auto;
  margin-right: auto;
}
.l-buy_credit_page__common_box__inner {
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}
.l-buy_credit_page__common_box__inner__text_center {
  text-align: center;
}
@media screen and (max-width: 440px) {
  .l-buy_credit_page__common_box__inner__text_center {
    text-align: left;
  }
}
.l-buy_credit_page__common_box__inner__text_center strong {
  color: #e00003;
  text-decoration: underline;
}
.l-buy_credit_page__common_box__inner__btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}
.l-buy_credit_page__common_box__inner__btn a {
  border: solid 1px #e00003;
  color: #e00003;
  font-size: 112.5%;
}
.l-buy_credit_page__common_box__inner__btn a::after {
  background: #e00003;
}
.l-buy_credit_page__common_box__inner__btn a:hover {
  color: #fff;
}
.l-buy_credit_page__common_box__inner__btn a:hover svg {
  fill: #fff;
}
.l-buy_credit_page__common_box__inner__btn a svg {
  fill: #e00003;
}
.l-buy_credit_page__common_box__inner__bottom {
  background: #fff;
  border: solid 1px #cccccc;
  padding: 1em;
}
.l-buy_credit_page__common_box__inner__bottom p a {
  color: #0024ff;
  text-decoration: underline;
}
.l-buy_credit_page__section1 ul li {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .l-buy_credit_page__section1 ul li {
    margin-bottom: 1.5em;
  }
}
.l-buy_credit_page__section1 ul li:last-child {
  margin-bottom: 0em;
}
.l-buy_credit_page__section1 ul li:last-child dl dd {
  color: #b52d2f;
  font-size: 137.5%;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-buy_credit_page__section1 ul li:last-child dl dd {
    font-size: 117.5%;
  }
}
.l-buy_credit_page__section1 ul li:last-child dl dd span {
  font-size: 80%;
}
.l-buy_credit_page__section1 ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-buy_credit_page__section1 ul li dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-buy_credit_page__section1 ul li dl dt {
  border-left: solid 1px #000;
  font-size: 112.5%;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .l-buy_credit_page__section1 ul li dl dt {
    margin-bottom: 1em;
    width: 100%;
  }
}
.l-buy_credit_page__section1 ul li dl dd {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 0.75em;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-buy_credit_page__section1 ul li dl dd {
    max-width: 100%;
  }
}
.l-buy_credit_page__section1__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 1.5em;
}
.l-buy_credit_page__section1__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-buy_credit_page__section1__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-buy_credit_page__section1__title h3 {
    font-size: 126.25%;
  }
}
.l-buy_credit_page__section1__explanation {
  font-size: 112.5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-buy_credit_page__section1__explanation {
    font-size: 100%;
    text-align: left;
  }
}
.l-buy_credit_page__section2__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2.5em;
}
.l-buy_credit_page__section2__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-buy_credit_page__section2__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-buy_credit_page__section2__title h3 {
    font-size: 126.25%;
  }
}
.l-buy_credit_page__section2__split {
  background: #f5f5eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 2.5em;
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-buy_credit_page__section2__split {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-buy_credit_page__section2__split > div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-buy_credit_page__section2__split > div:nth-of-type(1) {
    margin-right: 0em;
    margin-bottom: 1em;
  }
}
.l-buy_credit_page__section2__split > div:nth-of-type(1) > p {
  font-size: 87.5%;
  text-align: center;
}
.l-buy_credit_page__section2__split > div:nth-of-type(2) a,
.l-buy_credit_page__section2__split > div:nth-of-type(2) dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-buy_credit_page__section2__split > div:nth-of-type(2) a i {
  font-size: 250%;
  margin-right: 0.25em;
}
.l-buy_credit_page__section2__split > div:nth-of-type(2) a p {
  font-size: 250%;
}
.l-buy_credit_page__section2__split > div:nth-of-type(2) dl dt,
.l-buy_credit_page__section2__split > div:nth-of-type(2) dl dd {
  font-size: 87.5%;
}
.l-buy_credit_page__section2__split > div:nth-of-type(2) dl dt {
  border: solid 1px #cccccc;
  line-height: 1;
  padding: 0.5em 1em;
  margin-right: 1em;
}
.l-buy_credit_page__section2__explanation {
  font-size: 112.5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-buy_credit_page__section2__explanation {
    font-size: 100%;
    text-align: left;
  }
}

.l-public_page__form_box {
  background: #f5f5f5;
  padding: 4em 1em;
}
@media screen and (max-width: 440px) {
  .l-public_page__form_box {
    padding: 2em 1em;
  }
}
.l-public_page__form_box form > p {
  font-size: 112.5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-public_page__form_box form > p {
    font-size: 100%;
    text-align: left;
  }
}
.l-public_page__form_box form ul {
  margin: 0 auto 2.5em;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-public_page__form_box form ul li {
    margin-bottom: 1.5em;
  }
}
.l-public_page__form_box form ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-public_page__form_box form ul li dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-public_page__form_box form ul li dl dt {
  border-left: solid 1px #000;
  font-size: 112.5%;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .l-public_page__form_box form ul li dl dt {
    margin-bottom: 1em;
    width: 100%;
  }
}
.l-public_page__form_box form ul li dl dt:last-child {
  margin-bottom: 0em;
}
.l-public_page__form_box form ul li dl dd {
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-public_page__form_box form ul li dl dd {
    max-width: 100%;
  }
}
.l-public_page__form_box form ul li dl dd input {
  border: solid 1px #cccccc;
  font-size: 112.5%;
  padding: 0.25em 0.5em;
  width: 100%;
}
.l-public_page__form_box__btn {
  margin: 0 auto 1em;
  max-width: 400px;
}
.l-public_page__form_box__btn button {
  font-size: 112.5%;
  padding: 1em 0.5em;
}
.l-public_page__caution_box {
  border: solid 1px #cccccc;
  padding: 1.5em 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100%;
}
.l-public_page__caution_box p:nth-of-type(1) {
  color: #ff0000;
  font-size: 156.25%;
  text-decoration: underline;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-public_page__caution_box p:nth-of-type(1) {
    font-size: 126.25%;
  }
}
.l-public_page__caution_box p:nth-of-type(2) {
  text-align: center;
}
@media screen and (max-width: 440px) {
  .l-public_page__caution_box p:nth-of-type(2) {
    text-align: left;
  }
}

.l-public_info_page__contents_box {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 2.5em;
  margin-bottom: 1.5em;
}
.l-public_info_page__contents_box__title {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 2.5em;
}
.l-public_info_page__contents_box__title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
.l-public_info_page__contents_box__title > div span {
  background: #df1111;
  color: #fff;
  display: block;
  font-size: 75%;
  line-height: 1;
  padding: 0.5em 1em;
  margin-right: 1.5em;
}
.l-public_info_page__contents_box__title h3 {
  font-size: 156.25%;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-public_info_page__contents_box__title h3 {
    font-size: 126.25%;
  }
}
.l-public_info_page__contents_box__split_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-public_info_page__contents_box__split_box {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.l-public_info_page__contents_box__split_box__text_box {
  margin-right: 1em;
  max-width: 740px;
  width: 100%;
}
.l-public_info_page__contents_box__split_box__img_box {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-public_info_page__contents_box__split_box__img_box {
    margin-bottom: 1.5em;
    max-width: 100%;
  }
}
.l-public_info_page__text_link {
  text-align: right;
}
.l-public_info_page__link_box__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2.5em;
}
.l-public_info_page__link_box__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-public_info_page__link_box__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-public_info_page__link_box__title h3 {
    font-size: 126.25%;
  }
}
.l-public_info_page__link_box__split {
  background: #f5f5eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 2.5em;
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-public_info_page__link_box__split {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-public_info_page__link_box__split > div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-public_info_page__link_box__split > div:nth-of-type(1) {
    margin-right: 0em;
    margin-bottom: 1em;
  }
}
.l-public_info_page__link_box__split > div:nth-of-type(1) > p {
  font-size: 87.5%;
  text-align: center;
}
.l-public_info_page__link_box__split > div:nth-of-type(2) a,
.l-public_info_page__link_box__split > div:nth-of-type(2) dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-public_info_page__link_box__split > div:nth-of-type(2) a i {
  font-size: 250%;
  margin-right: 0.25em;
}
.l-public_info_page__link_box__split > div:nth-of-type(2) a p {
  font-size: 250%;
}
.l-public_info_page__link_box__split > div:nth-of-type(2) dl dt,
.l-public_info_page__link_box__split > div:nth-of-type(2) dl dd {
  font-size: 87.5%;
}
.l-public_info_page__link_box__split > div:nth-of-type(2) dl dt {
  border: solid 1px #cccccc;
  line-height: 1;
  padding: 0.5em 1em;
  margin-right: 1em;
}
.l-public_info_page__link_box__explanation {
  font-size: 112.5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-public_info_page__link_box__explanation {
    font-size: 100%;
    text-align: left;
  }
}

.l-survey_page__form_box {
  background: #f5f5f5;
  padding: 4em 1em;
}
@media screen and (max-width: 440px) {
  .l-survey_page__form_box {
    padding: 2em 1em;
  }
}
.l-survey_page__form_box form > ul {
  margin: 0 auto 2em;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-survey_page__form_box form > ul > li {
    margin-bottom: 1.5em;
  }
}
.l-survey_page__form_box form > ul > li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-survey_page__form_box form > ul > li dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-survey_page__form_box form > ul > li dl dt {
  border-left: solid 1px #000;
  font-size: 112.5%;
  padding-left: 1em;
  margin-bottom: 2.4em;
}
@media screen and (max-width: 768px) {
  .l-survey_page__form_box form > ul > li dl dt {
    margin-bottom: 1em;
    width: 100%;
  }
}
.l-survey_page__form_box form > ul > li dl dt:last-child {
  margin-bottom: 0em;
}
.l-survey_page__form_box form > ul > li dl dd {
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-survey_page__form_box form > ul > li dl dd {
    max-width: 100%;
  }
}
.l-survey_page__form_box form > ul > li dl dd > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-survey_page__form_box form > ul > li dl dd > ul > li {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .l-survey_page__form_box form > ul > li dl dd > ul > li {
    width: 50%;
  }
}
.l-survey_page__form_box form > ul > li dl dd > p {
  font-size: 75%;
}
.l-survey_page__form_box form > ul > li dl dd input,
.l-survey_page__form_box form > ul > li dl dd textarea {
  border: solid 1px #cccccc;
  font-size: 112.5%;
  padding: 0.25em 0.5em;
  width: 100%;
}
.l-survey_page__form_box form > ul > li dl dd input[type=radio] {
  display: none;
}
.l-survey_page__form_box form > ul > li dl dd input[type=radio] + label {
  padding-left: 2em;
  position: relative;
  margin-right: 1.5em;
}
.l-survey_page__form_box form > ul > li dl dd input[type=radio] + label::before {
  content: "";
  background: #fff;
  border: solid 1px #cccccc;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  height: 20px;
  width: 20px;
}
.l-survey_page__form_box form > ul > li dl dd input[type=radio]:checked + label::after {
  content: "";
  background: #806000;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  height: 16px;
  width: 16px;
}
.l-survey_page__form_box form > ul > li dl dd input[type=checkbox] {
  display: none;
}
.l-survey_page__form_box form > ul > li dl dd input[type=checkbox] + label {
  padding-left: 2em;
  position: relative;
  margin-right: 1.5em;
}
.l-survey_page__form_box form > ul > li dl dd input[type=checkbox] + label::before {
  content: "";
  background: #fff;
  border: solid 1px #cccccc;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  height: 20px;
  width: 20px;
}
.l-survey_page__form_box form > ul > li dl dd input[type=checkbox]:checked + label::after {
  content: "";
  border-right: 6px solid #806000;
  border-bottom: 3px solid #806000;
  display: block;
  position: absolute;
  top: 15px;
  left: 7px;
  -webkit-transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
          transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  margin-top: -16px;
  height: 20px;
  width: 9px;
}
.l-survey_page__form_box form > ul > li dl dd textarea {
  height: 150px;
}
.l-survey_page__form_box__btn {
  margin: 0 auto 1em;
  max-width: 400px;
}
.l-survey_page__form_box__btn button {
  font-size: 112.5%;
  padding: 1em 0.5em;
}

.l-about_page__section1 {
  padding: 0 1em;
}
@media screen and (max-width: 440px) {
  .l-about_page__section1 {
    background: #fff;
  }
}
.l-about_page__section1 p {
  text-align: center;
}
@media screen and (max-width: 440px) {
  .l-about_page__section1 p {
    text-align: left;
  }
}
.l-about_page__section1__title {
  background: url(../images/about/about_section1_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 10% 1em;
  text-align: center;
}
.l-about_page__section1__title h2 {
  color: #fff;
  font-size: 250%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-about_page__section1__title h2 {
    font-size: 150%;
  }
}
.l-about_page__section1__sub_title {
  font-size: 187.5%;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-about_page__section1__sub_title {
    font-size: 137.5%;
  }
}
.l-about_page__section2__title {
  background: url(../images/about/about_section2_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 3.5% 1em;
  text-align: center;
}
.l-about_page__section2__title h2 {
  color: #fff;
  font-size: 250%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-about_page__section2__title h2 {
    font-size: 150%;
  }
}
.l-about_page__section2__title h2 span {
  font-size: 87.5%;
}
.l-about_page__section2__contents_box {
  padding: 0 1em;
}
.l-about_page__section2__contents_box__split_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .l-about_page__section2__contents_box__split_right {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.l-about_page__section2__contents_box__split_right div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 570px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-about_page__section2__contents_box__split_right div:nth-of-type(1) {
    max-width: 100%;
  }
}
.l-about_page__section2__contents_box__split_right div:nth-of-type(1) p strong {
  font-size: 125%;
}
.l-about_page__section2__contents_box__split_right div:nth-of-type(2) {
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-about_page__section2__contents_box__split_right div:nth-of-type(2) {
    margin: 0 auto 1.5em;
    max-width: 100%;
    width: 70%;
  }
}
.l-about_page__section2__contents_box__split_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .l-about_page__section2__contents_box__split_left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-about_page__section2__contents_box__split_left div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-about_page__section2__contents_box__split_left div:nth-of-type(1) {
    margin: 0 auto 1.5em;
    max-width: 100%;
    width: 50%;
  }
}
.l-about_page__section2__contents_box__split_left div:nth-of-type(2) {
  max-width: 730px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-about_page__section2__contents_box__split_left div:nth-of-type(2) {
    max-width: 100%;
  }
}
.l-about_page__section2__contents_box__catch1 {
  font-size: 187.5%;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-about_page__section2__contents_box__catch1 {
    font-size: 137.5%;
    text-align: left;
  }
  .l-about_page__section2__contents_box__catch1 br {
    display: none;
  }
}
.l-about_page__section2__contents_box__catch2 {
  font-size: 250%;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-about_page__section2__contents_box__catch2 {
    font-size: 150%;
  }
}
.l-about_page__section3__title {
  background: url(../images/about/about_section3_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 3.5% 1em;
}
@media screen and (max-width: 768px) {
  .l-about_page__section3__title {
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  .l-about_page__section3__title {
    text-align: left;
  }
}
.l-about_page__section3__title h2 {
  color: #fff;
  font-size: 250%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-about_page__section3__title h2 {
    font-size: 150%;
  }
}
.l-about_page__section3__title h2 span {
  font-size: 50%;
}
.l-about_page__section3__contents_box {
  padding: 0 1em;
}
.l-about_page__section3__contents_box__catch {
  font-size: 187.5%;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-about_page__section3__contents_box__catch {
    font-size: 137.5%;
    text-align: left;
  }
  .l-about_page__section3__contents_box__catch br {
    display: none;
  }
}
.l-about_page__section3__contents_box__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .l-about_page__section3__contents_box__split {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.l-about_page__section3__contents_box__split div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-about_page__section3__contents_box__split div:nth-of-type(1) {
    max-width: 100%;
  }
}
.l-about_page__section3__contents_box__split div:nth-of-type(2) {
  max-width: 423px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-about_page__section3__contents_box__split div:nth-of-type(2) {
    margin: 0 auto 1.5em;
    max-width: 100%;
    width: 80%;
  }
}
.l-about_page__section4__title {
  background: url(../images/about/about_section4_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 3.5% 1em;
}
@media screen and (max-width: 768px) {
  .l-about_page__section4__title {
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  .l-about_page__section4__title {
    text-align: left;
  }
}
.l-about_page__section4__title h2 {
  color: #fff;
  font-size: 250%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-about_page__section4__title h2 {
    font-size: 150%;
  }
}
.l-about_page__section4__title h2 span {
  font-size: 50%;
}
.l-about_page__section4__contents_box {
  padding: 0 1em;
}
.l-about_page__section4__contents_box__catch {
  font-size: 187.5%;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-about_page__section4__contents_box__catch {
    font-size: 137.5%;
    text-align: left;
  }
  .l-about_page__section4__contents_box__catch br {
    display: none;
  }
}
.l-about_page__section4__contents_box__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .l-about_page__section4__contents_box__split {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.l-about_page__section4__contents_box__split div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-about_page__section4__contents_box__split div:nth-of-type(1) {
    max-width: 100%;
  }
}
.l-about_page__section4__contents_box__split div:nth-of-type(2) {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-about_page__section4__contents_box__split div:nth-of-type(2) {
    margin: 0 auto 1.5em;
    max-width: 100%;
    width: 80%;
  }
}
.l-about_page__section5__title {
  background: url(../images/about/about_section5_bg.jpg?20231124) no-repeat center center;
  background-size: cover;
  padding: 3.5% 1em;
}
@media screen and (max-width: 768px) {
  .l-about_page__section5__title {
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  .l-about_page__section5__title {
    text-align: left;
  }
}
.l-about_page__section5__title h2 {
  color: #fff;
  font-size: 250%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-about_page__section5__title h2 {
    font-size: 150%;
  }
}
.l-about_page__section5__title h2 span {
  font-size: 50%;
}
.l-about_page__section5__contents_box {
  padding: 0 1em;
}
.l-about_page__section5__contents_box__catch {
  font-size: 187.5%;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-about_page__section5__contents_box__catch {
    font-size: 137.5%;
    text-align: left;
  }
  .l-about_page__section5__contents_box__catch br {
    display: none;
  }
}
.l-about_page__section5__contents_box__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .l-about_page__section5__contents_box__split {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-about_page__section5__contents_box__split div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-about_page__section5__contents_box__split div:nth-of-type(1) {
    margin: 0 auto 1.5em;
    max-width: 100%;
    width: 50%;
  }
}
.l-about_page__section5__contents_box__split div:nth-of-type(2) {
  max-width: 730px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-about_page__section5__contents_box__split div:nth-of-type(2) {
    max-width: 100%;
  }
}
.l-about_page__section5__contents_box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .l-about_page__section5__contents_box__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-about_page__section5__contents_box__list li {
  max-width: 315px;
  width: calc(33.3333333333% - 0.5em);
}
@media screen and (max-width: 440px) {
  .l-about_page__section5__contents_box__list li {
    margin: 0 auto 1.5em;
    max-width: 315px;
    width: 100%;
  }
  .l-about_page__section5__contents_box__list li:last-child {
    margin: 0 auto;
  }
}
.l-about_page__link_box {
  padding: 0 1em;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}


.l-reason_page__section1 {
  padding: 0 1em;
}
@media screen and (max-width: 440px) {
  .l-reason_page__section1 {
    background: #fff;
  }
}
.l-reason_page__section1__title {
  background: url(../images/reason/reason_section1_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 10% 1em;
  text-align: center;
}
.l-reason_page__section1__title h2 {
  color: #fff;
  font-size: 250%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-reason_page__section1__title h2 {
    font-size: 150%;
  }
}
.l-reason_page__section1__sub_title {
  font-size: 187.5%;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-reason_page__section1__sub_title {
    font-size: 137.5%;
    text-align: left;
  }
}
.l-reason_page__section2__title {
  background: url(../images/reason/reason_section2_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 5% 1em;
  text-align: center;
}
.l-reason_page__section2__title h2 {
  font-size: 100%;
  color: #fff;
}
.l-reason_page__section2__title h2 span {
  background: rgba(242, 165, 5, 0.8);
  display: inline-block;
  font-size: 125%;
  padding: 0.25em 0.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 440px) {
  .l-reason_page__section2__title h2 span {
    font-size: 100%;
  }
}
.l-reason_page__section2__title h2 strong {
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  font-size: 250%;
  padding: 0.25em 0.5em;
}
@media screen and (max-width: 440px) {
  .l-reason_page__section2__title h2 strong {
    display: inline;
    font-size: 130%;
  }
}
.l-reason_page__section2__contents_box {
  padding: 0 1em;
}
.l-reason_page__section2__contents_box__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .l-reason_page__section2__contents_box__split {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-reason_page__section2__contents_box__split div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-reason_page__section2__contents_box__split div:nth-of-type(1) {
    margin: 0 auto 1.5em;
    max-width: 100%;
  }
}
.l-reason_page__section2__contents_box__split div:nth-of-type(2) {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-reason_page__section2__contents_box__split div:nth-of-type(2) {
    max-width: 100%;
  }
}
.l-reason_page__section2__contents_box__sub_title {
  position: relative;
  margin-bottom: 1.5em;
}
.l-reason_page__section2__contents_box__sub_title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
}
.l-reason_page__section2__contents_box__sub_title h3 {
  font-size: 187.5%;
  font-weight: 400;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .l-reason_page__section2__contents_box__sub_title h3 {
    font-size: 137.5%;
  }
}
.l-reason_page__section2__contents_box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-reason_page__section2__contents_box__list li {
  border: solid 1px #cccccc;
  padding: 1.5em;
  margin-bottom: 1.5em;
  max-width: 590px;
  width: calc(50% - 0.5em);
}
@media screen and (max-width: 440px) {
  .l-reason_page__section2__contents_box__list li {
    width: 100%;
  }
}
.l-reason_page__section2__contents_box__list li img {
  margin-bottom: 1.5em;
}
.l-reason_page__section2__contents_box__list li dl dt {
  font-size: 156.25%;
  text-align: center;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .l-reason_page__section2__contents_box__list li dl dt {
    font-size: 126.25%;
  }
}
.l-reason_page__section2__contents_box__catch {
  font-size: 187.5%;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-reason_page__section2__contents_box__catch {
    font-size: 137.5%;
    text-align: left;
  }
  .l-reason_page__section2__contents_box__catch br {
    display: none;
  }
}
.l-reason_page__section3__title {
  background: url(../images/reason/reason_section3_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 5% 1em;
  text-align: center;
}
.l-reason_page__section3__title h2 {
  font-size: 100%;
  color: #fff;
}
.l-reason_page__section3__title h2 span {
  background: rgba(242, 165, 5, 0.8);
  display: inline-block;
  font-size: 125%;
  padding: 0.25em 0.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 440px) {
  .l-reason_page__section3__title h2 span {
    font-size: 100%;
  }
}
.l-reason_page__section3__title h2 strong {
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  font-size: 250%;
  padding: 0.25em 0.5em;
}
@media screen and (max-width: 440px) {
  .l-reason_page__section3__title h2 strong {
    display: inline;
    font-size: 130%;
  }
}
.l-reason_page__section3__contents_box {
  padding: 0 1em;
}
.l-reason_page__section3__contents_box__sub_title {
  position: relative;
  margin-bottom: 1.5em;
}
.l-reason_page__section3__contents_box__sub_title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
}
.l-reason_page__section3__contents_box__sub_title h3 {
  font-size: 187.5%;
  font-weight: 400;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .l-reason_page__section3__contents_box__sub_title h3 {
    font-size: 137.5%;
  }
}
.l-reason_page__section3__contents_box__catch {
  font-size: 187.5%;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-reason_page__section3__contents_box__catch {
    font-size: 137.5%;
    text-align: left;
  }
  .l-reason_page__section3__contents_box__catch br {
    display: none;
  }
}
.l-reason_page__section3__contents_box__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .l-reason_page__section3__contents_box__split {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-reason_page__section3__contents_box__split div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-reason_page__section3__contents_box__split div:nth-of-type(1) {
    margin: 0 auto 1.5em;
    max-width: 100%;
  }
}
.l-reason_page__section3__contents_box__split div:nth-of-type(2) {
  max-width: 670px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-reason_page__section3__contents_box__split div:nth-of-type(2) {
    max-width: 100%;
  }
}
.l-reason_page__section3__contents_box__split div:nth-of-type(2) p strong {
  font-size: 125%;
}
.l-reason_page__section3__contents_box__chart_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .l-reason_page__section3__contents_box__chart_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-reason_page__section3__contents_box__chart_list li {
  background: #000;
}
@media screen and (max-width: 440px) {
  .l-reason_page__section3__contents_box__chart_list li:first-child {
    margin-bottom: 1.5em;
  }
}
.l-reason_page__section3__contents_box__chart_list li dl dt {
  color: #fff;
  font-size: 125%;
  text-align: center;
  padding: 1em 1em 0;
}
.l-reason_page__section3__contents_box__chart_list li dl dd {
  padding: 1em;
}
.l-reason_page__section4 {
  background: #effafc;
  padding: 4% 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
.l-reason_page__section4__img_list {
  margin-left: auto;
  margin-right: auto;
  max-width: 784px;
  width: 100%;
}
.l-reason_page__section4__img_list li {
  margin-bottom: 1.5em;
}
.l-reason_page__section4__img_list li:last-child {
  margin-bottom: 0em;
}
.l-reason_page__section4__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 440px) {
  .l-reason_page__section4__split {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-reason_page__section4__split li {
  max-width: 480px;
  width: calc(50% - 1em);
}
@media screen and (max-width: 440px) {
  .l-reason_page__section4__split li {
    width: 100%;
  }
}
.l-reason_page__section4__split li:first-child {
  margin-right: 1.5em;
}
@media screen and (max-width: 440px) {
  .l-reason_page__section4__split li:first-child {
    margin-right: 0em;
    margin-bottom: 1.5em;
  }
}
.l-reason_page__section4__catch1 {
  font-size: 156.25%;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-reason_page__section4__catch1 {
    font-size: 126.25%;
    text-align: left;
  }
  .l-reason_page__section4__catch1 br {
    display: none;
  }
}
.l-reason_page__section4__catch2 {
  font-size: 187.5%;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-reason_page__section4__catch2 {
    font-size: 137.5%;
    text-align: left;
  }
  .l-reason_page__section4__catch2 br {
    display: none;
  }
}
.l-reason_page__link_box {
  padding: 0 1em;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

.l-flow_page__section1 {
  padding: 0 1em;
}
@media screen and (max-width: 440px) {
  .l-flow_page__section1 {
    background: #fff;
  }
}
.l-flow_page__section1__title {
  background: url(../images/reason/reason_section1_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 10% 1em;
  text-align: center;
}
.l-flow_page__section1__title h2 {
  color: #fff;
  font-size: 250%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-flow_page__section1__title h2 {
    font-size: 150%;
  }
}
.l-flow_page__section1__sub_title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2.5em;
}
.l-flow_page__section1__sub_title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-flow_page__section1__sub_title h3 {
  font-size: 187.5%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-flow_page__section1__sub_title h3 {
    font-size: 137.5%;
    line-height: 1.4;
  }
}
.l-flow_page__section1 p {
  text-align: center;
}
@media screen and (max-width: 440px) {
  .l-flow_page__section1 p {
    text-align: left;
  }
}
.l-flow_page__section2__catch_box {
  background: url(../images/flow/flow_section2_bg.jpg?20231124) no-repeat center center;
  background-size: cover;
}
.l-flow_page__section3__catch_box {
  background: url(../images/flow/flow_section3_bg.jpg?20231124) no-repeat center center;
  background-size: cover;
}
.l-flow_page__section4__catch_box {
  background: url(../images/flow/flow_section4_bg.jpg?20231124) no-repeat center center;
  background-size: cover;
}
.l-flow_page__section5 {
  padding: 0 1em;
}
.l-flow_page__section5__title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2.5em;
}
.l-flow_page__section5__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-flow_page__section5__title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-flow_page__section5__title h3 {
    font-size: 126.25%;
  }
}
.l-flow_page__section5__banner_box {
  background: #f1f1f1;
  padding: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 100%;
}
.l-flow_page__section5__banner_box a {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-flow_page__section5__banner_box a:hover {
  opacity: 0.5;
}
.l-flow_page__section5__text_box {
  text-align: center;
}
@media screen and (max-width: 440px) {
  .l-flow_page__section5__text_box {
    text-align: left;
  }
}
.l-flow_page__section5__text_box p:nth-of-type(1) {
  font-size: 156.25%;
}
@media screen and (max-width: 768px) {
  .l-flow_page__section5__text_box p:nth-of-type(1) {
    font-size: 126.25%;
  }
}
.l-flow_page__repeat_section {
  padding: 0 1em;
}
.l-flow_page__repeat_section__title {
  position: relative;
  margin-bottom: 1.5em;
}
.l-flow_page__repeat_section__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
}
.l-flow_page__repeat_section__title h2 {
  font-size: 187.5%;
  font-weight: 400;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .l-flow_page__repeat_section__title h2 {
    font-size: 137.5%;
  }
}
.l-flow_page__repeat_section__catch_box {
  padding: 5% 1em;
  text-align: center;
}
@media screen and (max-width: 440px) {
  .l-flow_page__repeat_section__catch_box {
    text-align: left;
  }
}
.l-flow_page__repeat_section__catch_box p {
  color: #fff;
  font-size: 187.5%;
}
@media screen and (max-width: 768px) {
  .l-flow_page__repeat_section__catch_box p {
    font-size: 110%;
  }
}
.l-flow_page__repeat_section__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .l-flow_page__repeat_section__split {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-flow_page__repeat_section__split div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 720px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-flow_page__repeat_section__split div:nth-of-type(1) {
    margin: 0 auto 1.5em;
    max-width: 100%;
  }
}
.l-flow_page__repeat_section__split div:nth-of-type(2) {
  max-width: 430px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-flow_page__repeat_section__split div:nth-of-type(2) {
    max-width: 100%;
  }
}
.l-flow_page__repeat_section__list li {
  border: solid 1px #cccccc;
  padding: 1.5em;
  margin-bottom: 1.5em;
  width: 100%;
}
.l-flow_page__repeat_section__list li:last-child {
  margin-bottom: 0em;
}
.l-flow_page__repeat_section__list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
.l-flow_page__repeat_section__list li dl dt {
  background: #333331;
  color: #fff;
  font-size: 90%;
  padding: 0.25em 1em;
  margin-right: 1em;
}
@media screen and (max-width: 440px) {
  .l-flow_page__repeat_section__list li dl dt {
    margin-right: 0em;
    margin-bottom: 0.5em;
    width: 100%;
  }
}
.l-flow_page__repeat_section__list li dl dd {
  font-size: 156.25%;
}
@media screen and (max-width: 768px) {
  .l-flow_page__repeat_section__list li dl dd {
    font-size: 126.25%;
  }
}
.l-flow_page__link_box {
  padding: 0 1em;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

.l-dream_page {
  padding: 0% 0em 10%;
}
.l-dream_page__section1 {
  padding: 0 1em;
}
@media screen and (max-width: 440px) {
  .l-dream_page__section1 {
    background: #fff;
  }
}
.l-dream_page__section1__title {
  background: url(../images/dream/dream_section1_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 10% 1em;
  text-align: center;
}
.l-dream_page__section1__title h2 {
  color: #fff;
  font-size: 250%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-dream_page__section1__title h2 {
    font-size: 150%;
  }
}
.l-dream_page__section1__sub_title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2.5em;
}
.l-dream_page__section1__sub_title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-dream_page__section1__sub_title h3 {
  font-size: 187.5%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-dream_page__section1__sub_title h3 {
    font-size: 137.5%;
  }
}
.l-dream_page__section1 p {
  text-align: center;
}
@media screen and (max-width: 440px) {
  .l-dream_page__section1 p {
    text-align: left;
  }
}
.l-dream_page__repeat_section {
  padding: 0 1em;
}
.l-dream_page__repeat_section__title {
  position: relative;
  margin-bottom: 1.5em;
}
.l-dream_page__repeat_section__title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
}
.l-dream_page__repeat_section__title h2 {
  font-size: 187.5%;
  font-weight: 400;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .l-dream_page__repeat_section__title h2 {
    font-size: 137.5%;
  }
}
.l-dream_page__repeat_section__split1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 440px) {
  .l-dream_page__repeat_section__split1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-dream_page__repeat_section__split1 div {
  margin-right: 2em;
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-dream_page__repeat_section__split1 div {
    margin: 0 auto 1.5em;
  }
}
.l-dream_page__repeat_section__split1 dl dt {
  font-size: 187.5%;
}
@media screen and (max-width: 768px) {
  .l-dream_page__repeat_section__split1 dl dt {
    font-size: 137.5%;
  }
}
.l-dream_page__repeat_section__split1 dl dd {
  font-size: 250%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-dream_page__repeat_section__split1 dl dd {
    font-size: 150%;
  }
}
.l-dream_page__repeat_section__split2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 440px) {
  .l-dream_page__repeat_section__split2 {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.l-dream_page__repeat_section__split2 div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 390px;
  width: 100%;
}
.l-dream_page__repeat_section__split2 div:nth-of-type(1) p:nth-of-type(1) {
  background: #333333;
  color: #fff;
  font-size: 80%;
  display: inline-block;
  padding: 0.25em 1em;
}
.l-dream_page__repeat_section__split2 div:nth-of-type(1) ul li::before {
  content: "■";
  color: #f8ad37;
}
.l-dream_page__repeat_section__split2 div:nth-of-type(2) {
  max-width: 760px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-dream_page__repeat_section__split2 div:nth-of-type(2) {
    margin: 0 auto 1.5em;
  }
}
.l-dream_page__repeat_section__split3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 440px) {
  .l-dream_page__repeat_section__split3 {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.l-dream_page__repeat_section__split3 div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 790px;
  width: 100%;
}
.l-dream_page__repeat_section__split3 div:nth-of-type(1) p:nth-of-type(1) {
  font-size: 187.5%;
}
@media screen and (max-width: 768px) {
  .l-dream_page__repeat_section__split3 div:nth-of-type(1) p:nth-of-type(1) {
    font-size: 137.5%;
  }
}
.l-dream_page__repeat_section__split3 div:nth-of-type(1) ul li::before {
  content: "■";
  color: #f8ad37;
}
.l-dream_page__repeat_section__split3 div:nth-of-type(2) {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-dream_page__repeat_section__split3 div:nth-of-type(2) {
    margin: 0 auto 1.5em;
    width: 70%;
  }
}
.l-dream_page__catch {
  text-align: center;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  .l-dream_page__catch {
    text-align: left;
  }
}
.l-dream_page__catch h3 {
  font-size: 187.5%;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-dream_page__catch h3 {
    font-size: 137.5%;
  }
}
.l-dream_page__link_box {
  padding: 0 1em;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

.l-staff_page__list {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%;
}
.l-staff_page__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5em;
}
.l-staff_page__list li:last-child {
  margin-bottom: 0em;
}
@media screen and (max-width: 440px) {
  .l-staff_page__list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-staff_page__list li div:nth-of-type(1) {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-staff_page__list li div:nth-of-type(1) {
    margin: 0 auto 1.5em;
  }
}
.l-staff_page__list li div:nth-of-type(2) {
  max-width: 710px;
  width: 100%;
}
.l-staff_page__list li div:nth-of-type(2) dl {
  position: relative;
  margin-bottom: 1em;
}
.l-staff_page__list li div:nth-of-type(2) dl::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background: #cccccc;
  height: 1px;
  width: 100%;
}
.l-staff_page__list li div:nth-of-type(2) dl dt {
  font-size: 112.5%;
}
.l-staff_page__list li div:nth-of-type(2) dl dd strong {
  font-size: 187.5%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-staff_page__list li div:nth-of-type(2) dl dd strong {
    font-size: 137.5%;
  }
}
.l-staff_page__list li div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 112.5%;
}
.l-staff_page__list li div:nth-of-type(2) p:nth-of-type(2) {
  font-size: 125%;
}

.l-seminar_page__common_title {
  text-align: center;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2.5em;
}
.l-seminar_page__common_title::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100px;
}
.l-seminar_page__common_title h3 {
  font-size: 156.25%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-seminar_page__common_title h3 {
    font-size: 126.25%;
  }
}
.l-seminar_page__section1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-seminar_page__section1 ul li {
  background: #f5f5eb;
  padding: 2em;
  margin-bottom: 1.5em;
  max-width: 590px;
  width: calc(50% - 0.5em);
}
@media screen and (max-width: 440px) {
  .l-seminar_page__section1 ul li {
    padding: 2em 1em;
    width: 100%;
  }
}
.l-seminar_page__section1 ul li dl dt {
  font-size: 156.25%;
  text-align: center;
  padding-bottom: 0.5em;
  position: relative;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .l-seminar_page__section1 ul li dl dt {
    font-size: 126.25%;
  }
}
.l-seminar_page__section1 ul li dl dt::after {
  content: "";
  background: #cccccc;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
}
.l-seminar_page__section2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-seminar_page__section2 ul li {
  border: solid 1px #cccccc;
  padding: 2em;
  margin-bottom: 1.5em;
  max-width: 590px;
  width: calc(50% - 0.5em);
}
@media screen and (max-width: 440px) {
  .l-seminar_page__section2 ul li {
    padding: 2em 1em;
    width: 100%;
  }
}
.l-seminar_page__section2 ul li dl dt {
  margin-bottom: 1.5em;
}
.l-seminar_page__section3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-seminar_page__section3 ul li {
  border: solid 1px #cccccc;
  padding: 2em;
  margin-bottom: 1.5em;
  max-width: 590px;
  width: calc(50% - 0.5em);
}
@media screen and (max-width: 440px) {
  .l-seminar_page__section3 ul li {
    padding: 2em 1em;
    width: 100%;
  }
}
.l-seminar_page__section3 ul li p {
  font-size: 156.25%;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .l-seminar_page__section3 ul li p {
    font-size: 126.25%;
  }
}
.l-seminar_page__section3 ul li dl dt {
  margin-bottom: 1.5em;
}
.l-seminar_page__section4 ul li {
  border: solid 1px #cccccc;
  padding: 2em;
  margin-bottom: 1.5em;
  width: 100%;
}
.l-seminar_page__section4 ul li:last-child {
  margin-bottom: 0em;
}
@media screen and (max-width: 440px) {
  .l-seminar_page__section4 ul li {
    padding: 2em 1em;
  }
}
.l-seminar_page__section4 ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
.l-seminar_page__section4 ul li dl dt {
  background: #333331;
  color: #fff;
  font-size: 87.5%;
  padding: 0.25em 1em;
}
.l-seminar_page__section4 ul li dl dd {
  font-size: 156.25%;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .l-seminar_page__section4 ul li dl dd {
    font-size: 126.25%;
  }
}
.l-seminar_page__section5 {
  text-align: center;
}
.l-seminar_page__section5 p a {
  color: #0088de;
  text-decoration: underline;
}


.l-message_page__catch {
  font-size: 187.5%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-message_page__catch {
    font-size: 137.5%;
  }
}
.l-message_page__split {

  display: flex;
          justify-content: center;
}
@media screen and (max-width: 440px) {
  .l-message_page__split {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-message_page__split div:nth-of-type(1) {
  margin-right: 1em;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-message_page__split div:nth-of-type(1) {
    margin: 0 auto 1.5em;
  }
}
.l-message_page__split div:nth-of-type(2) {
  max-width: 650px;
  width: 100%;
}
.l-message_page__split div:nth-of-type(2) p {
  font-size: 112.5%;
}

#top_bg {
  background: url(../images/index/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.main_text {
  text-align: center;

}

.main_text img {
  max-width: 85%;
  padding: 5vh;
  margin: 0 auto;
}

/* メール */

.mail_area {
  background-color: black;
  background-size: cover;
  color: #fff;
  padding: 20px;

}

.form{
  text-align: center;
}

.mail_area h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 3.5rem;
}

.submit {
  width: 100%;
  height: 7.6vh;
  margin-left: 10px;
}

.submit:hover {
  opacity: 0.8;
}


/* メール */

/* フッター　ナビゲーション */

.navigation {
  background-color: #fff;
  padding: 40px;
}

.navigation ul {
  display: flex;
  list-style: none;
  justify-content: center;
}

.navigation ul a {
  text-decoration: none;
}

.navigation ul li:hover {
  opacity: 0.7;
}

.navigation ul li {
  padding: 10px;
  color: #000;
  font-weight: bold;
}

.copy {
  text-align: center;
  margin-top: 40px;
}


/*  フッター　ナビゲーション  */

/* 個人情報保護方針 */

.personal_top h2 {
  background: url(../images/personal_topimg.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  padding: 80px;
  font-size: 3rem;
}


.personal_box {
  width: 80%;
  margin: 0 auto;
  padding: 30px;
}

.personal_1 {
  margin-bottom: 20px;
}

/* 個人情報保護方針 */


/* 製品情報 */

.product h2 {
  background: url(../images/product_background.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  padding: 80px;
  font-size: 3rem;
}




.product_textbox {
  padding: 40px;
  width: 80%;
  margin: 0 auto;
}

.product_text {
  margin-bottom: 30px;
}

.product_text h4 {
  margin-bottom: 5px;
  border-left: rgb(9, 31, 131) 4px solid;
  padding-left: 5px;
}



/* 製品情報 */


/* 特定商 */

.spacific_top h2 {
  background: url(../images/spacific_background.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  padding: 80px;
  font-size: 3rem;
}

.spacific_1 table {
  border-collapse: collapse;
  margin: 30px auto;

}

.spacific_1 table tr {
  border-bottom: 1px solid#cccccc;
  padding-right: 10px;
}

.spacific_1 table tr td {
  padding: 15px;
  font-size: 18px;
}

.spacific_title {
  font-weight: bold;

}

@media screen and (max-width:767px) {
  .spacific_1 table tr td {
    font-size: 14px;
  }
}

/* 特定商 */

/*  */
.c-wrapper--1000 {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.l-index__result {
  padding: 5em 1em;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 440px) {
  .l-index__result {
    padding: 2.5em 1em;
  }
}

.l-index__result__title {
  text-align: center;
}

.l-index__result__title span {
  color: #806000;
}

.l-index__result__title h2 {
  font-size: 250%;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .l-index__result__title h2 {
    font-size: 150%;
  }
}

.l-index__result__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 1.5em;
}

@media screen and (max-width: 440px) {
  .l-index__result__list li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.l-index__result__list li:last-child {
  margin-bottom: 0em;
}

.l-index__result__list__left {
  margin-right: 1.5em;
  max-width: 450px;
  width: 100%;
}

@media screen and (max-width: 440px) {
  .l-index__result__list__left {
    margin-right: 0em;
    margin-bottom: 1em;
    max-width: 100%;
  }
}

.l-index__result__list__left p {
  background: #333331;
  color: #fff;
  font-size: 125%;
  padding: 0.25em 0.5em;
}

.l-index__result__list__left dl {
  border-bottom: solid 1px #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-index__result__list__left dl dt,
.l-index__result__list__left dl dd {
  padding: 1em;
}

.l-index__result__list__left dl dd strong {
  color: #806000;
  font-size: 187.5%;
}

.l-index__result__list__right {
  background: #f5f5eb;
  padding: 1.5em;
  max-width: 520px;
  width: 100%;
}

@media screen and (max-width: 440px) {
  .l-index__result__list__right {
    max-width: 100%;
  }
}

.l-index__result__list__right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5em;
}

.l-index__result__list__right dl dt {
  margin-right: 1.5em;
  max-width: 82px;
  width: 100%;
}

@media screen and (max-width: 440px) {
  .l-index__result__list__right dl dt {
    max-width: 40px;
  }
}

.l-index__result__list__right dl dd {
  font-size: 125%;
}

.l-index__result__list__right p {
  font-size: 112.5%;
}

.l-index__result__btn {
  margin: 0 auto;
  max-width: 400px;
}

.l-index__result__btn a {
  font-size: 112.5%;
}

/*  */




/* スマホ用 */

@media screen and (max-width:599px) {
  .main_text img {
    max-width: 95%; 
    padding: 5vh 0;
}

.mail_area{
margin-top: 0;
}
.mail_area h1 {
 
    font-size: 2rem;
}

  .product_textbox,.personal_box {
    padding: 40px;
    width: 100%;
    margin: 0 auto;
}


  .submit {
    width: 70%;
    height: auto;
  }

  .top_nav ul {
    display: block;
  }

  .top_nav ul li {
    font-size: 18px;
    text-align: center;
    padding: 5px;
  }

  .navigation {
    padding: 10px;
  }

  .navigation ul {
    display: block;
    text-align: center;
  }

  .navigation ul li {
    padding: 5px;
  }

  .copy {
    margin-top: 10px;
  }

  .spacific_top h2,
  .product h2,
  .personal_top h2 {
    font-size: 1.8rem;
    padding: 40px;
  }

}
/* CSS Document */