@charset "UTF-8";
/* ======================================================
 * customer__index.css
====================================================== */
.customer-top-iconbutton,
.customer-top-visualbutton,
.customer-top-planebutton,
.customer-top-cvbutton,
.customer-top-other-button__item {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3), 0 -1px 0 #dddddd;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
}
@media print, screen and (min-width: 768px) {
  .customer-top-iconbutton,
  .customer-top-visualbutton,
  .customer-top-planebutton,
  .customer-top-cvbutton,
  .customer-top-other-button__item {
    border-radius: 10px;
    transition: ease all 0.3s;
  }
  .customer-top-iconbutton:hover,
  .customer-top-visualbutton:hover,
  .customer-top-planebutton:hover,
  .customer-top-cvbutton:hover,
  .customer-top-other-button__item:hover {
    border-color: #11a292;
    color: #11a292;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
  }
  .customer-top-iconbutton:hover .customer-top-color--01,
  .customer-top-visualbutton:hover .customer-top-color--01,
  .customer-top-planebutton:hover .customer-top-color--01,
  .customer-top-cvbutton:hover .customer-top-color--01,
  .customer-top-other-button__item:hover .customer-top-color--01 {
    color: #11a292;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-iconbutton,
  .customer-top-visualbutton,
  .customer-top-planebutton,
  .customer-top-cvbutton,
  .customer-top-other-button__item {
    border-radius: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .customer-top-u-fullpage {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}
@media print {
  .customer-top-u-fullpage {
    width: 100% !important;
    min-width: 1280px !important;
    margin-left: -40px !important;
    margin-right: -40px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .customer-top-u-fullpage {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-u-fullpage {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.customer-top-u-mt0 {
  margin-top: 0 !important;
}
.customer-top-section {
  position: relative;
  border-top: 1px solid #dddddd;
}
@media print, screen and (min-width: 768px) {
  .customer-top-section {
    margin: 50px 0 0;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-section {
    margin: 40px 0 0;
    padding-top: 20px;
  }
}
.customer-top-headline {
  position: relative;
  border-top: 1px solid #e1d5a9;
  padding: 0;
  background-color: #fff9e2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .customer-top-headline {
    margin-top: 80px;
    margin-bottom: 40px;
    height: 166px;
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-headline {
    margin-top: 40px;
    margin-bottom: 20px;
    min-height: 100px;
    font-size: 2.3rem;
  }
}
.customer-top-headline:before {
  position: absolute;
  z-index: 2;
  top: -1px;
  content: "";
  display: block;
  background-color: #11a292;
  border-radius: 0 0 3px 3px;
}
@media print, screen and (min-width: 768px) {
  .customer-top-headline:before {
    left: calc(50% - 50px);
    width: 100px;
    height: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-headline:before {
    left: calc(50% - 40px);
    width: 80px;
    height: 5px;
  }
}
.customer-top-headline-v2--expansion {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .customer-top-headline-v2--expansion .customer-top-popup-wrap {
    position: absolute;
    z-index: 2;
    right: 0;
    top: calc(50% - 0.5em);
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-headline-v2--expansion .customer-top-headline-v2 {
    margin: 0 0 10px;
  }
}
.customer-top-headline-v2--expansion2 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .customer-top-headline-v2--expansion2 .customer-icon-wrap {
    position: absolute;
    z-index: 2;
    right: 0;
    top: calc(50% - 18px);
  }
  .customer-top-headline-v2--expansion2 .customer-top-headline-v2 {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-headline-v2--expansion2 .customer-icon-wrap {
    margin: 15px 0 0;
    justify-content: flex-end;
  }
  .customer-top-headline-v2--expansion2 .customer-top-headline-v2 {
    margin: 0 0 10px;
  }
  .customer-top-headline-v2--expansion2 + .customer-top-visualbutton-list {
    margin-top: 15px;
  }
}
.customer-top-headline-v2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .customer-top-headline-v2 {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-headline-v2 {
    margin: 0 0 20px;
  }
}
.customer-top-headline-v2--strong {
  border-top-width: 3px;
}
.customer-top-headline-v2__icon {
  margin-right: 10px;
  display: block;
  background: 50% 50% no-repeat;
  background-size: contain;
}
.customer-top-headline-v2__icon.is-icon01 {
  background-image: url(/app-files/img/icon/icon_customer01.svg);
}
@media print, screen and (min-width: 768px) {
  .customer-top-headline-v2__icon.is-icon01 {
    width: 53px;
    height: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-headline-v2__icon.is-icon01 {
    width: 37px;
    height: 33px;
  }
}
.customer-top-headline-v2__icon.is-icon02 {
  background-image: url(/app-files/img/icon/icon_customer02.svg);
}
@media print, screen and (min-width: 768px) {
  .customer-top-headline-v2__icon.is-icon02 {
    width: 43px;
    height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-headline-v2__icon.is-icon02 {
    width: 33px;
    height: 33px;
  }
}
.customer-top-headline-v2__icon.is-icon03 {
  background-image: url(/app-files/img/icon/icon_customer03.svg);
}
@media print, screen and (min-width: 768px) {
  .customer-top-headline-v2__icon.is-icon03 {
    width: 52px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-headline-v2__icon.is-icon03 {
    width: 39px;
    height: 37px;
  }
}
.customer-top-headline-v2__icon.is-icon04 {
  background-image: url(/app-files/img/icon/icon_customer04.svg);
}
@media print, screen and (min-width: 768px) {
  .customer-top-headline-v2__icon.is-icon04 {
    width: 64px;
    height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-headline-v2__icon.is-icon04 {
    width: 39px;
    height: 37px;
  }
}
.customer-top-headline-v2__icon.is-icon05 {
  background-image: url(/app-files/img/icon/icon_customer05.svg);
}
@media print, screen and (min-width: 768px) {
  .customer-top-headline-v2__icon.is-icon05 {
    width: 74px;
    height: 51px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-headline-v2__icon.is-icon05 {
    width: 39px;
    height: 37px;
  }
}
.customer-top-headline-v2__icon.is-icon06 {
  background-image: url(/app-files/img/icon/icon_customer06.svg);
}
@media print, screen and (min-width: 768px) {
  .customer-top-headline-v2__icon.is-icon06 {
    width: 49px;
    height: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-headline-v2__icon.is-icon06 {
    width: 39px;
    height: 37px;
  }
}
.customer-top-headline-v2__icon.is-icon07 {
  background-image: url(/app-files/img/icon/icon_customer07.svg);
}
@media print, screen and (min-width: 768px) {
  .customer-top-headline-v2__icon.is-icon07 {
    width: 52px;
    height: 49px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-headline-v2__icon.is-icon07 {
    width: 39px;
    height: 37px;
  }
}
.customer-top-headline-v2__icon.is-icon08 {
  background-image: url(/app-files/img/icon/icon_customer08.svg);
}
@media print, screen and (min-width: 768px) {
  .customer-top-headline-v2__icon.is-icon08 {
    width: 46px;
    height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-headline-v2__icon.is-icon08 {
    width: 39px;
    height: 37px;
  }
}
.customer-top-headline-v2__icon.is-icon09 {
  background-image: url(/app-files/img/icon/icon_customer09.svg);
}
@media print, screen and (min-width: 768px) {
  .customer-top-headline-v2__icon.is-icon09 {
    width: 49px;
    height: 49px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-headline-v2__icon.is-icon09 {
    width: 37px;
    height: 37px;
  }
}
.customer-top-headline-v2__label {
  margin: 0;
  line-height: 1.3;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .customer-top-headline-v2__label {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-headline-v2__label {
    font-size: 1.8rem;
  }
}
.customer-top-headline-v2__small {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .customer-top-headline-v2__small {
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-headline-v2__small {
    margin-top: 0.2em;
    font-size: 1.5rem;
  }
}
.customer-top-color--01 {
  color: #006762;
  transition: ease color 0.3s;
}
.customer-top-lead {
  margin: 1em 0 0;
}
@media print, screen and (min-width: 768px) {
  .customer-top-lead {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-lead {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-group-list {
    margin-top: 15px;
  }
}
.customer-top-group__item {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .customer-top-group__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.customer-top-group__item .customer-top-iconbutton,
.customer-top-group__item .customer-top-visualbutton {
  width: 100%;
}
.customer-top-iconbutton {
  position: relative;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  outline: none !important;
}
@media print, screen and (min-width: 768px) {
  .customer-top-iconbutton {
    padding: 15px 30px;
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-iconbutton {
    padding: 12px 10px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .customer-top-iconbutton--tag .customer-top-button__title {
    padding-left: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-iconbutton--tag .customer-top-button__title {
    padding-left: 110px;
  }
}
.customer-top-button__tag {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  border-radius: 3px;
  min-width: 90px;
  padding: 5px 5px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .customer-top-button__tag {
    min-width: 100px;
    left: 5px;
    font-size: 1.1rem;
  }
}
.customer-top-button__tag--orange {
  background-color: #f26c00;
}
.customer-top-button__tag--green {
  background-color: #11a292;
}
.customer-top-button__tag--blue {
  background-color: #004887;
}
.customer-top-button__title {
  margin: 0;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .customer-top-button__title {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .customer-top-button__small {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-button__small {
    font-size: 1.2rem;
  }
}
.customer-top-button__text {
  margin-top: 0.5em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton-list {
    margin: 45px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton-list {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton-list--large .customer-top-button__title {
    font-size: 1.5rem;
  }
}
.customer-top-visualbutton {
  position: relative;
  outline: none !important;
  box-sizing: border-box;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton {
    height: 120px;
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton {
    padding: 8px 12px;
  }
  .customer-top-visualbutton:nth-child(n+2) {
    margin-top: 15px;
  }
}
.customer-top-visualbutton--short {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton--modal .customer-top-button__text {
    padding-right: 10px;
  }
}
.customer-top-visualbutton--modal:after {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/app-files/img/icon/icon_blank_ic02.svg) 0 0 no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton--modal:after {
    width: 17px;
    height: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton--modal:after {
    margin-left: 5px;
    width: 12px;
    height: 12px;
  }
}
.customer-top-button__detail {
  flex-grow: 1;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .customer-top-button__detail {
    padding-left: 12px;
  }
}
.customer-top-visualbutton-icon {
  flex-shrink: 0;
  background: 50% 50% no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton-icon {
    height: 80px;
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton-icon {
    width: 50px;
    height: 40px;
  }
}
.customer-top-visualbutton-icon.is-icon01 {
  background-image: url(/customer/img/index_ic11.png);
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton-icon.is-icon01 {
    background-size: 78px auto;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton-icon.is-icon01 {
    background-size: 39px auto;
  }
}
.customer-top-visualbutton-icon.is-icon02 {
  background-image: url(/customer/img/index_ic12.png);
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton-icon.is-icon02 {
    background-size: 67px auto;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton-icon.is-icon02 {
    background-size: 34px auto;
  }
}
.customer-top-visualbutton-icon.is-icon03 {
  background-image: url(/customer/img/index_ic13.png);
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton-icon.is-icon03 {
    background-size: 61px auto;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton-icon.is-icon03 {
    background-size: 30px auto;
  }
}
.customer-top-visualbutton-icon.is-icon04 {
  background-image: url(/customer/img/index_ic14.png);
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton-icon.is-icon04 {
    background-size: 77px auto;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton-icon.is-icon04 {
    background-size: 38px auto;
  }
}
.customer-top-visualbutton-icon.is-icon05 {
  background-image: url(/customer/img/index_ic15.png);
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton-icon.is-icon05 {
    background-size: 51px auto;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton-icon.is-icon05 {
    background-size: 25px auto;
  }
}
.customer-top-visualbutton-icon.is-icon06 {
  background-image: url(/customer/img/index_ic16.png);
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton-icon.is-icon06 {
    background-size: 69px auto;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton-icon.is-icon06 {
    background-size: 37px auto;
  }
}
.customer-top-visualbutton-icon.is-icon07 {
  background-image: url(/customer/img/index_ic17.png);
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton-icon.is-icon07 {
    background-size: 72px auto;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton-icon.is-icon07 {
    background-size: 36px auto;
  }
}
.customer-top-visualbutton-icon.is-icon08 {
  background-image: url(/customer/img/index_ic09.png);
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton-icon.is-icon08 {
    width: 85px;
    background-size: 72px auto;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton-icon.is-icon08 {
    background-size: 40px auto;
    width: 50px;
    height: 40px;
  }
}
.customer-top-visualbutton-icon.is-icon09 {
  background-image: url(/customer/img/index_ic10.png);
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton-icon.is-icon09 {
    width: 85px;
    background-size: 81px auto;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton-icon.is-icon09 {
    width: 50px;
    height: 37px;
    background-size: 50px auto;
  }
}
.customer-top-visualbutton-icon.is-icon10 {
  background-image: url(/customer/img/index_ic07.png);
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton-icon.is-icon10 {
    background-size: 88px auto;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton-icon.is-icon10 {
    height: 32px;
    width: 50px;
    background-size: 44px auto;
  }
}
.customer-top-visualbutton-icon.is-icon11 {
  background-image: url(/customer/img/index_ic08.png);
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton-icon.is-icon11 {
    background-size: 100px auto;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton-icon.is-icon11 {
    height: 32px;
    width: 50px;
    background-size: 50px auto;
  }
}
.customer-top-visualbutton-icon.is-icon12 {
  background-image: url(/img/index_consideration_ic06.svg);
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton-icon.is-icon12 {
    width: 85px;
    background-size: 72px auto;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton-icon.is-icon12 {
    background-size: 40px auto;
    width: 50px;
    height: 40px;
  }
}
.customer-top-visualbutton-icon.is-icon13 {
  background-image: url(/img/index_consideration_ic07.svg);
}
@media print, screen and (min-width: 768px) {
  .customer-top-visualbutton-icon.is-icon13 {
    width: 85px;
    background-size: 72px auto;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-visualbutton-icon.is-icon13 {
    background-size: 40px auto;
    width: 50px;
    height: 40px;
  }
}
.customer-top-hr {
  border-top: 1px solid #dddddd;
}
@media print, screen and (min-width: 768px) {
  .customer-top-hr {
    margin: 50px 0 30px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-hr {
    margin: 40px 0 40px;
    padding-top: 30px;
  }
}
.customer-top-planebutton-wrap,
.customer-top-cvbutton-wrap {
  display: flex;
  justify-content: center;
}
.customer-top-planebutton {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .customer-top-planebutton {
    padding: 14px 30px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-planebutton {
    padding: 10px 15px;
    font-size: 1.5rem;
  }
}
.customer-top-cvbutton-wrap {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .customer-top-cvbutton-wrap {
    margin-top: 25px;
  }
}
.customer-top-cvbutton {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .customer-top-cvbutton {
    height: 80px;
    width: 728px;
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-cvbutton {
    padding: 12px;
    width: 100%;
    font-size: 1.3rem;
    text-align: center;
  }
}
.customer-top-cvbutton:before {
  margin-right: 15px;
  content: "";
  display: block;
  background: url(/customer/img/index_ic05.png) 0 0 no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .customer-top-cvbutton:before {
    margin-right: 10px;
    width: 38px;
    height: 38px;
  }
}
@media print, screen and (min-width: 768px) {
  .customer-top-cvbutton .customer-top-color--01 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-cvbutton .customer-top-color--01 {
    font-size: 1.6rem;
  }
}
.customer-top-localnav {
  background-color: #90d7cf;
  padding-top: 20px;
  padding-bottom: 20px;
}
.Main__content > .customer-top-localnav {
  margin-top: -2.5em !important;
}
@media only screen and (max-width: 767px) {
  .Main__content > .customer-top-localnav {
    margin-top: -1.4em !important;
  }
}
@media print, screen and (min-width: 768px) {
  .customer-top-localnav-list {
    justify-content: center;
  }
}
.customer-top-localnav__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}
@media print, screen and (min-width: 768px) {
  .customer-top-localnav__item {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 22px 20px;
    font-size: 1.8rem;
    transition: ease all 0.3s;
  }
  .customer-top-localnav__item:hover {
    color: #11a292;
    border-color: #11a292;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
  }
  .customer-top-localnav__item:hover em {
    color: #11a292;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-localnav__item {
    border-radius: 8px;
    padding: 10px 18px;
    min-height: 65px;
    font-size: 1.4rem;
  }
}
.customer-top-localnav__item em {
  color: #f26c00;
  font-size: 2.4rem;
  font-style: normal;
  transition: ease all 0.3s;
}
@media only screen and (max-width: 767px) {
  .customer-top-localnav__item em {
    font-size: 1.6rem;
  }
}
.customer-top-localnav__item--anc:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 6px);
  right: 20px;
  width: 12px;
  height: 12px;
  transform: rotate(135deg);
  border-top: 2px solid #006762;
  border-right: 2px solid #006762;
  content: "";
  transition: ease all 0.3s;
}
@media only screen and (max-width: 767px) {
  .customer-top-localnav__item--anc:after {
    top: calc(50% - 6px);
    right: 11px;
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .customer-top-localnav__large {
    font-size: 2.2rem;
  }
}
.customer-top-localnav__item--faq:before {
  content: "";
  display: block;
  background: url(/customer/img/index_ic04.png) 0 0 no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .customer-top-localnav__item--faq:before {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-localnav__item--faq:before {
    margin-right: 5px;
    width: 23px;
    height: 23px;
  }
}
@media print, screen and (min-width: 768px) {
  .customer-top-localnav__item--faq .customer-top-localnav__large {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-localnav__item--faq .customer-top-localnav__large {
    font-size: 1.4rem;
  }
}
.customer-top-card-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .customer-top-card-wrap {
    width: 80%;
    margin: 0 auto -35px;
  }
}
.customer-top-card__item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .customer-top-card__item {
    margin-bottom: 35px;
    /* width: 25%; */
    width: 33%;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
  }

  .customer-top-card__item.col1 {
    width: 99%;}


  .customer-top-card__item:hover .customer-top-card__title {
    color: #11a292;
  }
  .customer-top-card__item:hover img {
    transform: scale(1.05);
  }
  .customer-top-card__item.col1:hover img {
    transform: none;
    opacity: 0.8;
    transition: opacity 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-card__item {
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid #eeeeee;
  }
}
.customer-top-card__image {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.customer-top-card__image img {
  width: 100%;
  height: auto;
  transition: ease transform 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.customer-top-card__detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media print, screen and (min-width: 768px) {
  .customer-top-card__detail {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-card__detail {
    padding: 15px;
  }
}
.customer-top-card__title {
  width: 100%;
  flex-grow: 1;
  margin: 0;
  font-weight: bold;
  color: #006762;
  line-height: 1.42;
}
@media print, screen and (min-width: 768px) {
  .customer-top-card__title {
    transition: ease color 0.3s;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-card__title {
    font-size: 1.4rem;
  }
}
.customer-top-card__text {
  margin: 0.5em 0 0;
}
@media only screen and (max-width: 767px) {
  .customer-top-card__text {
    font-size: 1.1rem;
  }
}
.customer-top-other {
  background-color: #f5f5f5;
}
@media print, screen and (min-width: 768px) {
  .customer-top-other {
    margin-top: 80px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-other {
    margin-top: 40px;
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .Main__content > .customer-top-other {
    margin-bottom: -4.6em !important;
  }
}
@media only screen and (max-width: 767px) {
  .Main__content > .customer-top-other {
    margin-bottom: -2.8em !important;
  }
}
.customer-top-other-button-wrap--center {
  justify-content: center;
}
.customer-top-other-button__item {
  padding: 8px 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .customer-top-other-button__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.customer-top-other-button__item > span {
  flex-grow: 1;
}
.customer-top-other-button__item:before {
  content: "";
  display: block;
  flex-shrink: 0;
  background: 50% 50% no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .customer-top-other-button__item:before {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-other-button__item:before {
    width: 39px;
    height: 39px;
  }
}
.customer-top-other-button__item.type-terms {
  padding: 4px 4px 4px 15px;
  border: none;
  background-color: #11a292;
  color: #11a292;
}
@media print, screen and (min-width: 768px) {
  .customer-top-other-button__item.type-terms:hover {
    background-color: #59beb3 !important;
    color: #59beb3 !important;
  }
}
.customer-top-other-button__item.type-terms:before {
  background-image: url(/customer/img/index_ic18.png);
}
.customer-top-other-button__item.type-terms > span {
  display: block;
  margin-left: 15px;
  padding: 8px 10px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .customer-top-other-button__item.type-terms > span {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-other-button__item.type-terms > span {
    border-radius: 5px;
  }
}
.customer-top-other-button__item.type-terms em {
  display: block;
  font-style: normal;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .customer-top-other-button__item.type-terms em {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .customer-top-other-button__item.type-info {
    font-size: 1.8rem;
  }
}
.customer-top-other-button__item.type-info:before {
  background-image: url(/customer/img/index_ic20.png);
}
.customer-top-other-button__item.type-question:before {
  background-image: url(/customer/img/index_ic19.png);
}
.customer-top-other-button__item.type-question em {
  font-size: 2.2rem;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .customer-top-other-button__item.type-question em {
    font-size: 1.8rem;
  }
}
.customer-top-anclist {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.customer-top-anclist > li {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .customer-top-anclist > li {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-anclist > li {
    padding-left: 18px;
  }
}
.customer-top-anclist > li:before {
  position: absolute;
  z-index: 2;
  top: calc(50% - 10px);
  left: 0;
  width: 12px;
  height: 12px;
  transform: rotate(135deg);
  border-top: 2px solid #006762;
  border-right: 2px solid #006762;
  content: "";
  transition: ease all 0.3s;
}
@media only screen and (max-width: 767px) {
  .customer-top-anclist > li:before {
    top: calc(50% - 8px);
    left: 0;
    width: 9px;
    height: 9px;
  }
}
.customer-top-anclist > li > a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .customer-top-anclist + .inquirybox-v2 {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-anclist + .inquirybox-v2 {
    margin: 0 0 30px;
  }
}
.customer-top-anclist--right {
  margin: 20px 0 0;
  padding: 0;
  justify-content: flex-end;
}
.customer-top-popup {
  position: relative;
}
.customer-top-popup__detail {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .customer-top-popup__detail {
    bottom: calc(100% + 25px);
    padding: 23px 30px;
    width: 580px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .2);
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-popup__detail {
    bottom: 40px;
    width: 100%;
    padding: 10px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  }
}
.customer-top-popup__detail:after {
  position: absolute;
  z-index: 2;
  bottom: -20px;
  right: 50px;
  content: "";
  display: block;
  border: 10px solid transparent;
  border-top-color: #fff;
}
.customer-top-popup__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .customer-top-popup__list {
    justify-content: space-between;
  }
}
.customer-top-popup__list li {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .customer-top-popup__list li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-popup__list li {
    width: 48%;
    font-size: 1.2rem;
  }
  .customer-top-popup__list li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.customer-top-popup__list li:last-child {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .customer-top-popup__list li .customer-icon {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-popup__list li .customer-icon {
    margin-right: 10px;
  }
}
.customer-top-popup__button {
  text-align: right;
}
.customer-top-popup__button > a {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .customer-top-popup__button > a:hover {
    text-decoration: underline;
  }
}
.customer-top-popup__button > a:before {
  position: relative;
  content: "";
  vertical-align: middle;
  display: inline-block;
  background: url(/customer/img/index_ic06.png) 0 0 no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .customer-top-popup__button > a:before {
    margin-right: 10px;
    width: 22px;
    height: 22px;
  }
  .customer-top-popup__button > a:before:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-popup__button > a:before {
    top: -1px;
    margin-right: 6px;
    width: 17px;
    height: 15px;
  }
}
.customer-top-fixnav {
  position: fixed;
  z-index: 10;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .customer-top-fixnav {
    top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-fixnav {
    top: 0;
  }
}
.customer-top-fixnav__elm {
  color: #fff;
  background-color: #11a292;
  font-weight: bold;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .customer-top-fixnav__elm {
    border-radius: 0 0 20px 0;
    padding: 15px 20px;
    font-size: 2.0rem;
    height: 64px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  }
}
@media only screen and (max-width: 767px) {
  .customer-top-fixnav__elm {
    border-radius: 0 0 15px 0;
    padding: 8px 15px;
    font-size: 1.1rem;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  }
}
.customer-top-fixnav__elm.is-active {
  display: block;
}

/* lineup-top-lead　位置調整　*/
@media only screen and (max-width: 767px) {
  .lineup-top-lead.taC {
    text-align: left !important;
  }
}

.txtRed{
  color: #e90f0f;
}