@charset "UTF-8";
/* ======================================================
 * app.css
====================================================== */
/* ------------------------------------------------------
 * Common
------------------------------------------------------ */
.js-company-msa,
.js-company-msad {
  display: none;
}

/* ------------------------------------------------------
 * Box
------------------------------------------------------ */
/* ----- box ----- */
.box {
  border: 2px solid #dddddd;
}
.box > :first-child {
  margin-top: 0 !important;
}
.box > :last-child {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .box {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .box {
    padding: 11px 15px;
  }
}
.box__title {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .box__title {
    margin: 0 0 15px;
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 767px) {
  .box__title {
    margin: 0 0 10px;
    font-size: 1.5rem;
  }
}

/* ----- inquirybox ----- */
.inquirybox {
  border: 2px solid #cccccc;
}
@media print, screen and (min-width: 768px) {
  .inquirybox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0;
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox {
    margin: 40px 0 0;
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .inquirybox--transparent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox--transparent {
    margin: 40px 0 0;
    padding: 0;
  }
  .inquirybox--transparent .inquirybox-title {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .inquirybox__1st {
    width: 34%;
  }
}
.inquirybox__1st > *:first-child {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .inquirybox__2nd {
    width: 29%;
    padding-left: 37px;
    border-left: 1px solid #dddddd;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox__2nd {
    border-top: 1px solid #dddddd;
    margin-top: 15px;
    padding-top: 15px;
  }
}
.inquirybox__2nd > *:first-child {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .inquirybox__3rd {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox__3rd {
    margin-top: 20px;
  }
}
.inquirybox__3rd > *:first-child {
  margin-top: 0 !important;
}
.inquirybox__note {
  position: relative;
  margin: 0;
  padding-left: 1em;
}
.inquirybox__note:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

/* ----- inquirybox-title ----- */
.inquirybox-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .inquirybox-title {
    line-height: 1.25;
    text-align: center;
  }
}

/* ----- inquirybox-tel-wrap ----- */
@media print, screen and (min-width: 768px) {
  .inquirybox-tel-wrap {
    margin-top: 15px;
  }
  .inquirybox-tel-wrap__title {
    margin: 0 0 5px 47px;
    font-weight: bold;
  }
  .inquirybox-tel-wrap__title--center {
    text-align: center;
  }
  .inquirybox-tel-wrap__column {
    display: flex;
    align-items: center;
  }
  .inquirybox-tel-wrap__title + .inquirybox-tel-wrap__column {
    margin-top: -5px;
  }
  .inquirybox-tel-wrap__column > * {
    margin-top: 0 !important;
  }
  .inquirybox-tel-wrap__column > .inquirybox-tel {
    flex-shrink: 0;
    margin-right: 60px;
  }
  .inquirybox-tel-wrap__column > .inquirybox-tel-v2 {
    flex-shrink: 0;
    margin-right: 30px;
  }
  .inquirybox-tel-wrap__column .customer-linklist {
    width: 100%;
  }
  .inquirybox-tel-wrap__title + .inquirybox-tel-wrap__column .inquirybox-tel-v2__number:before {
    width: 35px;
    height: 35px;
    margin-top: -22px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-tel-wrap {
    margin-top: 15px;
  }
  .inquirybox-tel-wrap + .inquirybox-tel-wrap {
    padding-top: 15px;
    border-top: 1px solid #ccc;
  }
  .inquirybox-tel-wrap__title {
    margin: 0 0 5px;
    font-weight: bold;
    text-align: center;
  }
  .inquirybox-tel-wrap__title--center {
    text-align: center;
  }
  .inquirybox-tel-wrap__column {
  }
  .inquirybox-tel-wrap__column > * {
    margin-top: 0 !important;
  }
  .inquirybox-tel-wrap__column .customer-linklist {
    margin-top: 1em !important;
    text-align: center;
  }
}

/* ----- inquirybox-tel ----- */
.inquirybox-tel {
  margin: 15px 0 0;
}
.inquirybox-tel--center {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-tel--row {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-tel--row {
    margin: 20px 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .inquirybox-tel--row .inquirybox-tel__label {
    margin: 0 30px 0 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-tel--row .inquirybox-tel__label {
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-tel--row .inquirybox-tel__number {
    font-size: 2.1rem;
  }
  .inquirybox-tel--row .inquirybox-tel__number:before {
    width: 29px;
    height: 29px;
  }
}
.inquirybox-tel__label {
  color: #000;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-tel__label {
    margin: 0 0 0.2em;
    padding-left: 52px;
    font-size: 1.8rem;
  }
  .inquirybox-tel--center .inquirybox-tel__label {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-tel__label {
    margin: 0 0 0.8em;
    font-size: 1.4rem;
    text-align: center;
  }
}
.inquirybox-tel__number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-tel__number {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-tel__number {
    font-size: 2.1rem;
  }
}
.inquirybox-tel__number:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  background: url(/app-files/img/icon/icon_contact01.svg) 0 0 no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-tel__number:before {
    margin-right: 12px;
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-tel__number:before {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
}
.inquirybox-tel__number a {
  color: #000000;
}

/* ----- inquirybox-tel-v2 ----- */
.inquirybox-tel-v2 {
  margin: 15px 0 0;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-tel--row .inquirybox-tel-v2__label {
    margin: 0 30px 0 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-tel--row .inquirybox-tel-v2__label {
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-tel--row .inquirybox-tel-v2__number {
    font-size: 2.1rem;
  }
  .inquirybox-tel--row .inquirybox-tel-v2__number:before {
    width: 29px;
    height: 29px;
  }
}
.inquirybox-tel-v2__label {
  color: #000;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-tel-v2__label {
    margin: 0 0 0.2em;
    padding-left: 52px;
    font-size: 1.8rem;
  }
  .inquirybox-tel--center .inquirybox-tel-v2__label {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-tel-v2__label {
    margin: 0 0 5px;
    font-size: 1.4rem;
    text-align: center;
  }
}
.inquirybox-tel-v2__number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-tel-v2__number {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-tel-v2__number {
    font-size: 2.1rem;
  }
}
.inquirybox-tel-v2__number:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/app-files/img/icon/icon_contact01.svg) 0 0 no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-tel-v2__number:before {
    margin-right: 12px;
    margin-top: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-tel-v2__number:before {
    margin-right: 10px;
  }
}
.inquirybox-tel-v2__number a {
  color: #000000;
}

/* ----- inquirybox-v2 ----- */
.inquirybox-v2 {
  border: 2px solid #cccccc;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v2 {
    margin: 30px 0 0;
    padding: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v2 {
    margin: 20px 0 0;
    padding: 20px 20px 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v2 .home-webservice-buttons .home-c-button {
    width: 170px;
  }
}
.inquirybox-v2__title {
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v2__title {
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v2__title {
    margin: 0 0 18px;
    padding: 0 0 18px;
    font-size: 1.8rem;
  }
}
.inquirybox-v2__logo {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v2-layout {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v2__1st {
    width: 212px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v2__1st {
    margin: 0 auto;
    width: 178px;
  }
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v2__2nd {
    width: 325px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v2__2nd {
    margin-top: 15px;
  }
}
.inquirybox-v2__2nd__text {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .inquirybox-v2__2nd__text {
    text-align: center;
  }
}
.inquirybox-v2__2nd__text + .list-wrap {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v2__3rd {
    margin-right: 30px;
    width: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v2__3rd {
    margin-top: 15px;
  }
}

/* ----- inquirybox-v3 ----- */
@media print, screen and (min-width: 768px) {
  .inquirybox-v3 {
    margin: 30px 0 0;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v3 {
    margin: 40px 0 0;
  }
}
.inquirybox-v3__item {
  border: 2px solid #cccccc;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v3__item {
    width: 48.5%;
    padding: 35px 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v3__item {
    margin: 25px 0 0;
    padding: 20px 20px 25px;
  }
}
@media only screen and (max-width: 360px) {
  .inquirybox-v3__item {
    padding: 20px 15px 25px;
  }
}
.inquirybox-v3__title {
  line-height: 1.0;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v3__title {
    margin: 0 0 30px;
    padding: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v3__title {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v3__title img {
    width: auto;
    height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v3__title img {
    width: auto;
    height: 20px;
  }
}
.inquirybox-v3__text {
    text-align: center;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v3__text {
    margin: 25px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v3__text {
    margin: 15px 0 0;
  }
}
.inquirybox-v3__emphasis {
  text-align: center;
  font-weight: bold;
}
.inquirybox-v3__emphasis > span {
  display: inline-block;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v3__emphasis {
    margin: 60px 0 0;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v3__emphasis {
    margin: 20px 0 0;
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v3__button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v3__button {
    margin-top: 15px;
  }
}
.inquirybox-v3__button a {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #11a292;
  font-weight: bold;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v3__button a {
    border: 2px solid #11a292;
    border-radius: 10px;
    padding: 15px 20px;
    width: 328px;
    height: 60px;
    transition: ease all 0.3s;
    font-size: 2.2rem;
  }
  .inquirybox-v3__button a:hover {
    background-color: #fff;
    color: #11a292;
  }
  .inquirybox-v3__button a:hover:before {
    background-image: url(/app-files/img/icon/icon_pc01_on.svg);
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v3__button a {
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
    max-width: 235px;
    height: 45px;
    font-size: 1.6rem;
  }
}
.inquirybox-v3__button a:before {
  flex-shrink: 0;
  content: "";
  display: block;
  background: url(/app-files/img/icon/icon_pc01.svg) 0 0 no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v3__button a:before {
    width: 30px;
    height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v3__button a:before {
    width: 21px;
    height: 16px;
  }
}
.inquirybox-v3__button span {
  flex-grow: 1;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v3__button span {
    margin-left: -30px;
  }
}

/* ----- inquirybox-v4 ----- */
.inquirybox-v4 {
  border: 2px solid #cccccc;
  background-color: #fff;
}
.inquirybox-v4 > *:first-child {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 60px;
  }
  .inquirybox-v4--mbM {
    margin-bottom: 40px;
  }
  .inquirybox-v4__title {
    flex-shrink: 0;
    width: 280px;
    margin: 0 40px 0 0;
  }
  .inquirybox-v4__detail {
    width: 100%;
  }
  .inquirybox-v4__detail > *:first-child {
    margin-top: 0 !important;
  }
  .inquirybox-v4__text {
    margin: 20px 0 0;
  }
  .inquirybox-v4__colmun {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .inquirybox-v4__colmun__text {
    width: 100%;
  }
  .inquirybox-v4__colmun__text > *:first-child {
    margin-top: 0 !important;
  }
  .inquirybox-v4__colmun__text .customer-linklist {
    margin-top: .4em;
  }
  .inquirybox-v4__colmun__button {
    flex-shrink: 0;
    width: 480px;
    margin-left: 20px;
  }
  .inquirybox-v4__colmun__button > *:first-child {
    margin-top: 0 !important;
  }
  .inquirybox-v4__colmun__button .customer-button {
    width: 170px;
  }
  .inquirybox-v4__text {
    margin: 1em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v4 {
    margin: 25px 0 0;
    padding: 30px 20px;
  }
  .inquirybox-v4--mbM {
    margin-bottom: 25px;
  }
  .inquirybox-v4__title {
    margin: 0;
    text-align: center;
  }
  .inquirybox-v4__detail {
    margin-top: 20px;
  }
  .inquirybox-v4__detail > *:first-child {
    margin-top: 0 !important;
  }
  .inquirybox-v4__colmun {
  }
  .inquirybox-v4__colmun__text {
  }
  .inquirybox-v4__colmun__text > *:first-child {
    margin-top: 0 !important;
  }
  .inquirybox-v4__colmun__text .customer-linklist {
    margin-top: .4em;
  }
  .inquirybox-v4__colmun__button {
    margin-top: 20px;
  }
  .inquirybox-v4__colmun__button > *:first-child {
    margin-top: 0 !important;
  }
  .inquirybox-v4__text {
    margin: 20px 0 0;
  }
}

/* ----- inquirybox-v5 ----- */
@media print, screen and (min-width: 768px) {
  .inquirybox-v5 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .inquirybox-v5__title {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 515px;
    margin: 0 60px 0 0;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    font-size: 2rem;
    font-weight: bold;
  }
  .inquirybox-v5__detail {
    width: 100%;
  }
  .inquirybox-v5__detail > *:first-child {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v5 {
    margin-top: 25px;
  }
  .inquirybox-v5__title {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .inquirybox-v5__detail {
    margin-top: 15px;
  }
  .inquirybox-v5__detail > *:first-child {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .inquirybox-v5__title {
    font-size: 1.5rem;
  }
}

/* ----- inquirybox-v6 ----- */
.inquirybox-v6 {
  border: 2px solid #cccccc;
  background-color: #fff;
}
.inquirybox-v6 > *:first-child {
  margin-top: 0 !important;
}
.inquirybox-v6__title {
  margin: 0 0 15px;
  padding: 0 0 10px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.inquirybox-v6__detail > *:first-child {
  margin-top: 0 !important;
}
.inquirybox-v6__text {
  margin: 1em 0 0;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v6 {
    margin: 30px 0 0;
    padding: 25px 88px;
  }
  .inquirybox-v6__title {
    font-size: 2rem;
  }
  .inquirybox-v6__text {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v6 {
    margin: 20px 0 0;
    padding: 20px 20px 25px;
  }
  .inquirybox-v6__title {
    font-size: 1.6rem;
  }
}
/* ----- inquirybox-v7 ----- */
.inquirybox-v7 {
  border: 2px solid #ccc;
}
.inquirybox-v7__tel {
  text-align: center;
}
.inquirybox-v7__tel__title {
  font-weight: bold;
}
.inquirybox-v7__tel__number > a {
  position: relative;
}
.inquirybox-v7__tel__number > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  background: url(/app-files/img/icon/icon_contact01.svg) 0 0 no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v7 {
    margin: 30px 0 0;
    padding: 22px 28px 30px;
  }
  .inquirybox-v7__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .inquirybox-v7__tel {
    width: 372px;
    margin-right: 26px;
  }
  .inquirybox-v7__tel__title {
    font-size: 1.8rem;
  }
  .inquirybox-v7__tel__number {
    font-size: 3.0rem;
  }
  .inquirybox-v7__tel__number > a {
    padding-left: 46px;
  }
  .inquirybox-v7__tel__number > a::before {
    margin-top: -17px;
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v7 {
    margin: 20px 0 0;
    padding: 15px 20px;
  }
  .inquirybox-v7__tel__number {
    margin-top: 5px;
    font-size: 2.1rem;
  }
  .inquirybox-v7__tel__number > a {
    padding-left: 38px;
  }
  .inquirybox-v7__tel__number > a::before {
    margin-top: -15px;
    width: 29px;
    height: 29px;
  }
  .inquirybox-v7__description {
    margin-top: 15px;
  }
}
/* ----- inquirybox-v8 ----- */
.inquirybox-v8 {
  border: 2px solid #ccc;
}
.inquirybox-v8__tel__number > a {
  position: relative;
}
.inquirybox-v8__tel__number > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  background: url(/app-files/img/icon/icon_contact01.svg) 0 0 no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v8 {
    margin: 30px 0 0;
    padding: 23px 28px;
  }
  .inquirybox-v8__inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .inquirybox-v8__title {
    margin-right: 35px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .inquirybox-v8__tel {
    margin-right: 40px;
  }
  .inquirybox-v8__tel__number {
    font-size: 3.0rem;
  }
  .inquirybox-v8__tel__number > a {
    padding-left: 48px;
  }
  .inquirybox-v8__tel__number > a::before {
    margin-top: -17px;
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-v8 {
    margin: 20px 0 0;
    padding: 15px 20px;
  }
  .inquirybox-v8__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .inquirybox-v8__tel {
    margin-top: 5px;
  }
  .inquirybox-v8__tel__number {
    font-size: 2.1rem;
  }
  .inquirybox-v8__tel__number > a {
    padding-left: 38px;
  }
  .inquirybox-v8__tel__number > a::before {
    margin-top: -15px;
    width: 29px;
    height: 29px;
  }
  .inquirybox-v8__detail {
    margin-top: 8px;
  }
}
/* ----- inquiryboxx-layout ----- */
@media print, screen and (min-width: 768px) {
  .inquirybox-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .inquirybox-v6__title + .inquirybox-layout {
    margin-top: -15px;
  }
  .inquirybox-v6__detail > .inquirybox-layout:last-child {
    margin-bottom: -25px;
  }
  .inquirybox-layout + .inquirybox-layout {
    border-top: 1px solid #ccc;
  }
  .inquirybox-layout__title {
    flex-shrink: 0;
    width: 320px;
    margin: 0 30px 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  .inquirybox-layout__detail {
    width: 100%;
  }
  .inquirybox-layout__detail > *:first-child {
    margin-top: 0 !important;
  }
  .inquirybox-layout__text {
    margin: 0 0 5px;
  }
  .inquirybox-layout .customer-modal-tel-wrap {
    margin-top: 0;
  }
  .inquirybox-layout .customer-modal-tel-wrap__column > [class*="customer-modal-tel"] {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-layout {
    margin-top: 15px;
  }
  .inquirybox-layout + .inquirybox-layout {
    padding-top: 15px;
    border-top: 1px solid #ccc;
  }
  .inquirybox-layout__title {
    margin: 0 0 5px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  .inquirybox-layout__detail {
  }
  .inquirybox-layout__detail > *:first-child {
    margin-top: 0 !important;
  }
  .inquirybox-layout__text {
    margin: 1em 0 0;
  }
}
/* ----- inquiryboxx-layout-v2 ----- */
.inquirybox-layout-v2 + .inquirybox-layout-v2 {
  border-top: 1px solid #ccc;
}
.inquirybox-layout-v2:first-of-type {
  padding-top: 0;
}
.inquirybox-layout-v2:last-of-type {
  padding-bottom: 0;
}

.inquirybox-layout-v2__title {
  text-align: center;
}
.inquirybox-layout-v2__title__badge {
  background-color: #11a292;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-layout-v2 {
    display: flex;
    align-items: center;
    padding: 25px 0 20px
  }
  .inquirybox-layout-v2__title {
    width: 396px;
    margin-right: 28px;
  }
  .inquirybox-layout-v2__title__badge {
    width: 253px;
    margin: 0 auto 15px;
    padding: 1px 5px;
  }
  .inquirybox-layout-v2__title__text {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .inquirybox-layout-v2__title__subtext {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .inquirybox-layout-v2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
  }
  .inquirybox-layout-v2__title {
    width: 100%;
  }
  .inquirybox-layout-v2__title__badge {
    display: block;
    width: 100%;
    margin: 0 0 14px;
    padding: 1px 5px;
  }
  .inquirybox-layout-v2__title__text {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .inquirybox-layout-v2__link {
    margin-top: 5px;
  }
}

/* ------------------------------------------------------
 * Button
------------------------------------------------------ */
.button__type, .area-return-button {
  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) {
  .button__type, .area-return-button {
    border-radius: 10px;
    transition: ease all 0.3s;
  }
  .button__type:hover, .area-return-button:hover {
    border-color: #11a292;
    color: #11a292;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
  }
}
@media only screen and (max-width: 767px) {
  .button__type, .area-return-button {
    border-radius: 5px;
  }
}

/* ----- button-wrap ----- */
@media print, screen and (min-width: 768px) {
  .button-wrap {
    margin: 2em 0 0;
  }
  .button-wrap[data-col-pc]:not([data-col-pc=auto]) > * {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .button-wrap {
    margin: 1.2em 0 0;
  }
  .button-wrap[data-col-sp]:not([data-col-sp=auto]) > * {
    margin-top: 1.2em;
  }
}

/* ----- button ----- */
.button {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .button__type {
    padding: 12px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .button__type {
    width: 100%;
    padding: 10px 35px;
  }
}

/*btn green*/
.button.green > a {
  /*display: block;*/
  background-color: #11a292;
  border: 2px solid #11a292;
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.button.green > a:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
  color: #11a292;
  background-color: #fff;
}
/*btn green*/
.button.white > a {
  /*display: block;*/
  font-weight: bold;
}
.button.white > a:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
  color: #11a292;
  border: 2px solid #11a292;

  background-color: #fff;
}
/* ----- area-return ----- */
@media print, screen and (min-width: 768px) {
  .Main__content > .area-return {
    margin-bottom: -4.6em !important;
  }
}
@media only screen and (max-width: 767px) {
  .Main__content > .area-return {
    margin-bottom: -2.8em !important;
  }
}
.area-return {
  background-color: #90d7cf;
}
@media print, screen and (min-width: 768px) {
  .area-return {
    margin: 90px calc(50% - 50vw) 0;
    padding: 20px calc(50vw - 50%);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .area-return {
    margin: 90px -40px 0;
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .area-return {
    padding: 20px 15px;
    margin: 50px -15px 0;
  }
}

/* ----- area-return-buttons-wrap ----- */
@media print, screen and (min-width: 768px) {
  .area-return-buttons-wrap {
    display: flex;
    justify-content: space-between;
  }
}

/* ----- area-return-button ----- */
.area-return-button {
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .area-return-button {
    height: 70px;
    width: 48.5%;
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 767px) {
  .area-return-button {
    position: relative;
    padding: 10px 35px;
    min-height: 45px;
    width: auto;
  }
  .area-return-button:nth-child(n+2) {
    margin-top: 10px;
  }
}
.area-return-button:before {
  flex-shrink: 0;
  vertical-align: middle;
  margin-right: 10px;
  content: "";
  display: block;
  width: 21px;
  height: 20px;
  background: url(/app-files/img/icon/icon_return.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .area-return-button:before {
    position: absolute;
    z-index: 2;
    top: calc(50% - 8px);
    left: 15px;
    width: 15px;
    height: 15px;
  }
}
.area-return-button:hover .area-return-button__mark {
  color: #11a292;
}
.area-return-button__mark {
  color: #f26c00;
}
@media print, screen and (min-width: 768px) {
  .area-return-button__mark {
    font-size: 2.4rem;
    transition: ease all 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .area-return-button__mark {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------
 * Heading
------------------------------------------------------ */
/* ----- heading1 ----- */
.heading1 {
  color: #fff;
  background-color: #11a292;
}
@media print, screen and (min-width: 768px) {
  .heading1 {
    margin: 0 -40px;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .heading1 {
    margin: 0;
    padding: 25px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .heading1__inner {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1280px;
  }
}
@media only screen and (max-width: 767px) {
  .heading1__inner {
    padding: 0 15px;
  }
}
.heading1__subtitle {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .heading1__subtitle {
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading1__subtitle {
    font-size: 1.4rem;
  }
}
.heading1__title {
  margin: 0;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .heading1__title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading1__title {
    font-size: 2.1rem;
  }
}
.heading1__small {
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .heading1__small {
    font-size: 1.6rem;
  }
}
.heading1__button--change {
  display: inline-block;
  border-radius: 50px;
  background-color: #fff;
  outline: none;
  color: #333;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .heading1__button--change {
    padding: 3px 10px;
    border: 2px solid #fff;
    transition: ease all 0.3s;
    font-size: 1.6rem;
    box-shadow: 1px 1px 0 #cccccc,-1px -1px 0 #cccccc;
  }
  .heading1__button--change:hover {
    border-color: #11a292;
    color: #11a292;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
  }
}
@media only screen and (max-width: 767px) {
  .heading1__button--change {
    border: 1px solid #cccccc;
    padding: 5px 5px;
    width: 135px;
    font-size: 1.2rem;
  }
}
.heading1__button--change:before {
  position: relative;
  vertical-align: middle;
  content: "";
  display: inline-block;
  background: url(/app-files/img/icon/icon_recycle.svg) 0 0 no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .heading1__button--change:before {
    top: -2px;
    margin-right: 5px;
    width: 19px;
    height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .heading1__button--change:before {
    top: 0;
    margin-right: 5px;
    width: 15px;
    height: 12px;
  }
}
.heading1__subtitle-hasButton {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .heading1__subtitle-hasButton .heading1__button--change {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .heading1__subtitle-hasButton .heading1__button--change {
    margin-left: 10px;
  }
}
.heading1__title-hasButton {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .heading1__title-hasButton {
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .heading1__title-hasButton {
    margin: 8px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .heading1__title-hasButton .heading1__button--change {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .heading1__title-hasButton .heading1__button--change {
    margin-left: 10px;
  }
}

/* ----- heading2 ----- */
.heading2 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .heading2 {
    margin: 70px 0 35px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .heading2 {
    margin: 45px 0 30px;
    padding-bottom: 18px;
  }
}
.heading2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-radius: 3px;
  content: "";
  background-color: #11a292;
}
@media print, screen and (min-width: 768px) {
  .heading2:before {
    width: 100px;
    height: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .heading2:before {
    width: 80px;
    height: 5px;
  }
}
.heading2__title {
  margin: 0;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .heading2__title {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading2__title {
    font-size: 2.0rem;
  }
}

/* ======================================================
 * Text
====================================================== */
/* ----- text ----- */
.text {
  margin: 1em 0 0;
}
.text--center {
  margin: 1em 0 0;
  text-align: center;
}

/* ======================================================
 * List
====================================================== */
/* ----- list-wrap ----- */
[class^=list-wrap] > :first-child {
  margin-top: 0 !important;
}
.list-wrap {
  display: flex;
  flex-flow: row wrap;
  margin: 1em 0 0;
}

/* ----- link-list ----- */
.link-list {
  margin: 2em 0 0;
  padding: 0;
}
.link-list > li {
  position: relative;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .link-list[data-col-pc] > li {
    margin-top: .6em;
  }
}
@media only screen and (max-width: 767px) {
  .link-list[data-col-sp] > li {
    margin-top: .2em;
  }
}
.link-list > li > [class*=__type] {
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.link-list > li > a[class*=__type].link-list__color1 {
  color: #006762;
}
.link-list > li > [class*=__type]:before {
  position: absolute;
  z-index: 2;
  top: 0.45em;
  left: 0;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #006762;
  border-right: 2px solid #006762;
  content: "";
  transition: ease all 0.3s;
}
.link-list > li > .link-list__type--pdf::after {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  content: "";
  top: -2px;
  margin-left: 10px;
  background: url("/app-files/img/icon/icon_pdf.svg") no-repeat 0 0;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .link-list > li > [class*=__type]:before {
    width: 8px;
    height: 8px;
  }
  .link-list > li > .link-list__type--pdf::after {
    width: 12px;
    height: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .link-list > li > a[class*=__type]:hover {
    text-decoration: underline;
  }
  .link-list > li > .link-list__type--pdf::after {
    width: 15px;
    height: 18px;
  }
}

/* ----- note-list ----- */
.note-list {
  margin: 2em 0 0;
  padding: 0;
  list-style: none;
}
.note-list > li {
  position: relative;
}
.note-list > li:first-of-type {
  margin-top: 0;
}
.note-list__mark {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .note-list > li {
    margin-top: .6em;
    padding-left: 18px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .note-list > li {
    margin-top: .6em;
    padding-left: 18px;
  }
}
/* ----- unorder-list ----- */
.unorder-list {
  margin: 2em 0 0;
  padding: 0;
}
.inquirybox-v4 .unorder-list {
  margin-top: 1em;
}
.unorder-list > li {
  position: relative;
  list-style: none;
  padding-left: 1.25em;
}
.unorder-list > li:before {
  position: absolute;
  z-index: 2;
  top: 0.45em;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background-color: #11a292;
}
.unorder-list > li.highlight:before {
  background-color: #cc0000;
}
@media only screen and (max-width: 767px) {
  .unorder-list > li:before {
    width: 9px;
    height: 9px;
  }
}
.unorder-list__nest > :first-child {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .unorder-list__nest {
    margin: .6em 0 1.0em;
  }
}
@media only screen and (max-width: 767px) {
  .unorder-list__nest {
    margin: .2em 0 .6em;
  }
}
@media print, screen and (min-width: 768px) {
  .unorder-list[data-col-pc] > li {
    margin-top: .6em;
  }
}
@media only screen and (max-width: 768px) {
  .unorder-list[data-col-sp] > li {
    margin-top: .6em;
  }
}
/* v2 */
.unorder-list-v2 {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.unorder-list-v2 > li {
  position: relative;
  padding-left: 1.25em;
}
@media print, screen and (min-width: 768px) {
  .unorder-list-v2 > li {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .unorder-list-v2 > li {
    font-size: 1.2rem;
  }
}
.unorder-list-v2 > li::before {
  display: inline-block;
  position: absolute;
  top: .5em;
  left: 0;
  border-radius: 50%;
  background-color: #999999;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .unorder-list-v2 > li::before {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .unorder-list-v2 > li::before {
    width: 7px;
    height: 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .unorder-list-v2[data-col-pc] > li {
    margin-top: .6em;
  }
}
@media only screen and (max-width: 767px) {
  .unorder-list-v2[data-col-sp] > li {
    margin-top: .2em;
  }
}
/* v3 */
.unorder-list-v3 {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.unorder-list-v3 > li {
  position: relative;
  padding-left: 1.25em;
}
@media print, screen and (min-width: 768px) {
  .unorder-list-v3 > li {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .unorder-list-v3 > li {
    font-size: 1.2rem;
  }
}
.unorder-list-v3 > li::before {
  display: inline-block;
  position: absolute;
  top: .5em;
  left: 0;
  border-radius: 50%;
  background-color: #006762;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .unorder-list-v3 > li::before {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .unorder-list-v3 > li::before {
    width: 7px;
    height: 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .unorder-list-v3[data-col-pc] > li {
    margin-top: .6em;
  }
}
@media only screen and (max-width: 767px) {
  .unorder-list-v3[data-col-sp] > li {
    margin-top: .2em;
  }
}
/* v4 */
.unorder-list-v4 {
  margin: 2em 0 0;
  padding: 0;
}
.inquirybox-v4 .unorder-list-v4 {
  margin-top: 1em;
}
.unorder-list-v4 > li {
  position: relative;
  list-style: none;
  padding-left: 1.25em;
}
.unorder-list-v4 > li:before {
  position: absolute;
  z-index: 2;
  top: 0.45em;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background-color: #999999;
}
@media only screen and (max-width: 767px) {
  .unorder-list-v4 > li:before {
    width: 9px;
    height: 9px;
  }
}
.unorder-list-v4__nest > :first-child {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .unorder-list-v4[data-col-pc] > li {
    margin-top: .6em;
  }
}
@media only screen and (max-width: 768px) {
  .unorder-list-v4[data-col-sp] > li {
    margin-top: .6em;
  }
}

/* ----- question-linklist ----- */
.question-linklist {
  list-style: none;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .question-linklist {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .question-linklist {
    margin: 20px 0;
  }
}
.question-linklist > li {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .question-linklist > li {
    padding-left: 40px;
  }
  .question-linklist > li:nth-child(n+2) {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .question-linklist > li {
    padding-left: 25px;
    font-size: 1.5rem;
  }
  .question-linklist > li:nth-child(n+2) {
    margin-top: 12px;
  }
}
.question-linklist > li:before {
  position: absolute;
  z-index: 2;
  left: 0;
  content: "";
  font-weight: bold;
  background: url(/app-files/img/icon/icon_faq.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media print, screen and (min-width: 768px) {
  .question-linklist > li:before {
    top: 2px;
    width: 21px;
    height: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .question-linklist > li:before {
    top: 3px;
    width: 15px;
    height: 17px;
  }
}

/* ======================================================
 * Other
====================================================== */
/* ----- customer-icon-wrap ----- */
.customer-icon-wrap {
  margin-left: 5px;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .customer-icon-wrap .customer-icon {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-icon-wrap .customer-icon {
    margin-left: 3px;
  }
}

/* ----- customer-icon ----- */
.customer-icon {
  display: block;
  flex-shrink: 0;
}
.customer-icon:before {
  content: "";
  display: block;
  background: 0 0 no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .customer-icon:before {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-icon:before {
    width: 22px;
    height: 22px;
  }
}
.customer-icon.type-tel:before {
  background-image: url(/app-files/img/icon/icon_guid02.png);
}
.customer-icon.type-auto:before {
  background-image: url(/app-files/img/icon/icon_guid03.png);
}
.customer-icon.type-web:before {
  background-image: url(/app-files/img/icon/icon_guid01.png);
}
.customer-icon-modal:after {
  position: relative;
  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-icon-modal:after {
    top: -3px;
    margin-left: 10px;
    width: 17px;
    height: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-icon-modal:after {
    top: -1px;
    margin-left: 5px;
    width: 12px;
    height: 12px;
  }
}

/* ----- customer-step ----- */
.customer-step * {
  outline: none;
}
.customer-step .slick-track {
  display: flex;
}
.customer-step__item {
  position: relative;
  overflow: hidden;
  display: flex !important;
  height: auto !important;
}
@media print, screen and (min-width: 768px) {
  .customer-step__item {
    margin-right: 30px;
    width: 746px;
  }
}
.customer-step__item:nth-child(n+2) {
  display: none;
}
.slick-initialized .customer-step__item:nth-child(n+2) {
  display: block;
}
.customer-step__item__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  background-color: #fff9e2;
}
@media print, screen and (min-width: 768px) {
  .customer-step__item__inner {
    padding: 16px 70px 30px 30px;
    border: 4px solid #fdf4d2;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step__item__inner {
    padding: 13px 42px 15px 15px;
    border: 2px solid #fdf4d2;
  }
}
.customer-step__item__inner:after {
  position: absolute;
  z-index: 10;
  content: "";
  display: block;
}
@media print, screen and (min-width: 768px) {
  .customer-step__item__inner:after {
    top: -4px;
    right: -5px;
    height: calc(100% + 8px);
    width: 44px;
    background: url(/app-files/img/cmn_bg01.png) 100% 50% no-repeat;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step__item__inner:after {
    top: -2px;
    right: -3px;
    height: calc(100% + 4px);
    width: 50px;
    background: url(/app-files/img/cmn_bg01_sp.png) 100% 50% no-repeat;
    background-size: auto 100%;
  }
}
.customer-step__head {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .customer-step__head {
    margin: 0 0 20px -34px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step__head {
    height: 56px;
    margin: 0 0 15px -17px;
  }
}
.customer-step__label {
  flex-shrink: 0;
  border-radius: 0 50px 50px 0;
  background-color: #11a292;
  color: #fff;
  font-weight: bold;
  line-height: 1.0;
}
@media print, screen and (min-width: 768px) {
  .customer-step__label {
    padding: 8px 24px;
    font-size: 1.4rem;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step__label {
    padding: 5px 15px;
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .customer-step__label {
    padding: 5px;
  }
}
.customer-step__label__num {
  margin-left: 0.2em;
}
@media print, screen and (min-width: 768px) {
  .customer-step__label__num {
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step__label__num {
    font-size: 1.2rem;
  }
}
.customer-step__label__num em {
  font-style: normal;
}
@media print, screen and (min-width: 768px) {
  .customer-step__label__num em {
    font-size: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step__label__num em {
    font-size: 1.8rem;
  }
}
.customer-step__title {
  flex-grow: 1;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .customer-step__title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 340px) {
  .customer-step__title {
    font-size: 1.4rem;
  }
}
.customer-step__body {
  flex-grow: 1;
  width: 100%;
  display: flex;
}
.customer-step__body > * {
  width: 100%;
}
.customer-step__box {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .customer-step__box {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step__box {
    border-radius: 5px;
  }
}

/* ----- customer-step-layout ----- */
.customer-step-layout {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .customer-step-layout {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 30px 60px 30px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step-layout {
    border-radius: 5px;
    padding: 35px 25px;
  }
}
.customer-step-layout__image {
  flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .customer-step-layout__image {
    width: 180px;
  }
  .customer-step-layout__image.img_adj_l25 {
    margin-left: -25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step-layout__image {
    text-align: center;
  }
}
.customer-step-layout__image img {
  display: inline-block;
}
.customer-step-layout__detail {
  flex-grow: 1;
}
@media print, screen and (min-width: 768px) {
  .customer-step-layout__detail {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .customer-step-layout__detail {
    margin-top: 50px;
  }
}
.customer-step-layout__detail > :first-child {
  margin-top: 0 !important;
}
.customer-step-layout__detail > :last-child {
  margin-top: 0 !important;
}
/* v2 */
.customer-step-layout-v2 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .customer-step-layout-v2 {
    display: flex;
    justify-content: space-between;
  }
}
.customer-step-layout-v2__box {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .customer-step-layout-v2__box {
    display: flex;
    align-items: flex-start;
    border-radius: 10px;
    width: 304px;
    padding: 16px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step-layout-v2__box {
    border-radius: 5px;
    padding: 18px 20px;
  }
}
.customer-step-layout-v2__box__contents {
  width: 100%;
}
.customer-step-layout-v2__note {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .customer-step-layout-v2__note {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step-layout-v2__note {
    font-size: 1.4rem;
    text-align: center;
  }
}
.customer-step-layout-v2__icon {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .customer-step-layout-v2__icon {
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step-layout-v2__icon {
    margin: 10px 0 0;
  }
}
.customer-step-layout-v2__icon img {
  display: inline-block;
}
.customer-step-layout-v2__hr {
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #f26c00;
  background-color: #fff;
  font-weight: bold;
  color: #f26c00;
}
@media print, screen and (min-width: 768px) {
  .customer-step-layout-v2__hr {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step-layout-v2__hr {
    position: relative;
    margin: -9px auto;
    border-radius: 50px;
    border-width: 1px;
    width: 60px;
    height: 25px;
    font-size: 1.2rem;
  }
}
/* v3 */
.customer-step-layout-v3 {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .customer-step-layout-v3 {
    border-radius: 10px;
    padding: 30px 40px;
  }
  .customer-step-layout-v3 .customer-step-subtitle {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step-layout-v3 {
    border-radius: 5px;
    padding: 35px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .customer-step-layout-v3-media {
    margin-top: 20px;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .customer-step-layout-v3__image {
    flex-shrink: 0;
    margin-right: 20px;
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step-layout-v3__image {
    margin: 0 auto 10px;
    text-align: center;
  }
  .customer-step-layout-v3__image img {
    display: inline-block;
  }
}
.customer-step-layout-v3__detail {
  flex-grow: 1;
}
.customer-step-layout-v3__detail > :first-child {
  margin-top: 0 !important;
}
.customer-step-layout-v3__detail > :last-child {
  margin-top: 0 !important;
}

/* ----- customer-step-subtitle ----- */
.customer-step-subtitle {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .customer-step-subtitle {
    margin: 0 0 15px;
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step-subtitle {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
}
.customer-step-subtitle em {
  font-style: normal;
  color: #f26c00;
}

/* ----- customer-slick-controls ----- */
.customer-slick-controls {
  position: absolute;
  z-index: 10;
  top: calc(50% - 23px);
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  border-radius: 50%;
  display: block;
  background-color: #11a292;
  border: 2px solid #11a292;
}
@media print, screen and (min-width: 768px) {
  .customer-slick-controls {
    width: 46px;
    height: 46px;
    transition: ease background-color 0.3s;
  }
  .customer-slick-controls:hover {
    background-color: #fff;
  }
  .customer-slick-controls:hover:before {
    border-top-color: #11a292;
    border-right-color: #11a292;
  }
}
@media only screen and (max-width: 767px) {
  .customer-slick-controls {
    top: calc(50% - 23px);
    width: 46px;
    height: 46px;
  }
}
.customer-slick-controls.slick-disabled {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .customer-slick-controls.slick-prev {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-slick-controls.slick-prev {
    left: -5px;
  }
}
.customer-slick-controls.slick-prev:before {
  left: calc(50% - 6px);
  transform: rotate(-135deg);
}
@media print, screen and (min-width: 768px) {
  .customer-slick-controls.slick-next {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-slick-controls.slick-next {
    right: 10px;
  }
}
.customer-slick-controls:before {
  position: absolute;
  z-index: 2;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .customer-slick-controls:before {
    top: calc(50% - 7px);
    left: calc(50% - 12px);
    width: 15px;
    height: 15px;
    transition: ease all 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .customer-slick-controls:before {
    top: calc(50% - 7px);
    left: calc(50% - 10px);
    width: 14px;
    height: 14px;
  }
}

/* ----- customer-step-icon ----- */
/* 01 */
@media print, screen and (min-width: 768px) {
  .customer-step-icon--01 {
    width: 174px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step-icon--01 {
    width: 113px;
  }
  .customer-step-icon--01_single {
    width: 125px;
  }
}
/* 02 */
@media print, screen and (min-width: 768px) {
  .customer-step-icon--02 {
    width: 174px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step-icon--02 {
    width: 113px;
  }
}
/* 03 */
@media print, screen and (min-width: 768px) {
  .customer-step-icon--03 {
    width: 114px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step-icon--03 {
    width: 74px;
  }
}
/* 04 */
@media print, screen and (min-width: 768px) {
  .customer-step-icon--04 {
    width: 82px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step-icon--04 {
    width: 53px;
  }
}
/* 05 */
@media print, screen and (min-width: 768px) {
  .customer-step-icon--05 {
    width: 111px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step-icon--05 {
    width: 72px;
  }
}
/* 06 */
@media print, screen and (min-width: 768px) {
  .customer-step-icon--06 {
    width: 135px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-step-icon--06 {
    width: 88px;
  }
}

/* ----- customer-tab ----- */
@media print, screen and (min-width: 768px) {
  .customer-tab {
    margin: 0 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-tab {
    margin: 0 0 27px;
  }
}
.customer-tab__switch {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3), 0 -1px 0 #dddddd;
  border: 2px solid #fff;
}
@media print, screen and (min-width: 768px) {
  .customer-tab__switch {
    padding: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-tab__switch {
    border-radius: 8px;
    padding: 10px;
  }
}
.customer-tab__label {
  margin-bottom: 0.5em;
  border-radius: 3px;
  background-color: #004887;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .customer-tab__label {
    padding: 4px;
    min-width: 200px;
    display: inline-block;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-tab__label {
    display: block;
    padding: 2px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 360px) {
  .customer-tab__label {
    font-size: 1rem;
  }
}
.customer-tab__label--green {
  background-color: #11a292;
}
.customer-tab__title {
  font-size: 2.0rem;
  font-weight: bold;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
@media only screen and (max-width: 767px) {
  .customer-tab__title {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .customer-tab__panel {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .customer-tab__panel {
    padding: 30px 0 0;
  }
}
.customer-tab__panel > :first-child {
  margin-top: 0 !important;
}

/* ----- customer-tab-nav ----- */
.customer-tab-nav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.customer-tab-nav__item {
  display: flex;
  padding: 0;
}
.customer-tab-nav__item:not(.is-current) .customer-tab__switch:hover {
  border-color: #11a292;
  background-color: #e9f8f6;
}
.customer-tab-nav__item:not(.is-current) .customer-tab__switch:hover .customer-tab__title {
  color: #11a292;
}
.customer-tab-nav__item.is-current .customer-tab__switch {
  cursor: default;
  border-color: #11a292;
  background-color: #e9f8f6;
}
.customer-tab-nav__item.is-current .customer-tab__switch:before, .customer-tab-nav__item.is-current .customer-tab__switch:after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  border: 12px solid transparent;
}
@media print, screen and (min-width: 768px) {
  .customer-tab-nav__item.is-current .customer-tab__switch:before, .customer-tab-nav__item.is-current .customer-tab__switch:after {
    left: calc(50% - 12px);
  }
}
@media only screen and (max-width: 767px) {
  .customer-tab-nav__item.is-current .customer-tab__switch:before, .customer-tab-nav__item.is-current .customer-tab__switch:after {
    left: calc(50% - 9px);
    border-width: 9px;
  }
}
.customer-tab-nav__item.is-current .customer-tab__switch:before {
  z-index: 10;
  border-top-color: #e9f8f6;
}
@media print, screen and (min-width: 768px) {
  .customer-tab-nav__item.is-current .customer-tab__switch:before {
    bottom: -23px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-tab-nav__item.is-current .customer-tab__switch:before {
    bottom: -17px;
  }
}
.customer-tab-nav__item.is-current .customer-tab__switch:after {
  z-index: 2;
  border-top-color: #11a292;
}
@media print, screen and (min-width: 768px) {
  .customer-tab-nav__item.is-current .customer-tab__switch:after {
    bottom: -26px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-tab-nav__item.is-current .customer-tab__switch:after {
    bottom: -20px;
  }
}

/* ----- company-select-modal ----- */
@media print, screen and (min-width: 768px) {
  .company-select-modal .modaal-inner-wrapper {
    padding: 75px 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-modal .modaal-inner-wrapper {
    padding: 15px !important;
  }
}
@media print, screen and (min-width: 768px) {
  .company-select-modal .modaal-container {
    min-width: 1200px;
  }
}
.company-select-modal .modaal-content-container {
  background-color: #fff9e2;
}
.company-select-modal .modaal-content-container > *:first-child,
.company-select-modal .modaal-content-container > section:first-child > *:first-child,
.company-select-modal .modaal-content-container > [class^="list-wrap"] > *:first-child {
  margin-top: 0 !important;
}
.company-select-modal .modaal-content-container > *:last-child {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .company-select-modal .modaal-content-container {
    padding: 30px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-modal .modaal-content-container {
    padding: 30px 20px 20px;
  }
}
.company-select-modal .modaal-close {
  display: none;
  position: absolute !important;
  background: none !important;
}
.company-select-modal.has-close .modaal-close {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .company-select-modal .modaal-close {
    top: 30px;
    right: 40px;
    width: 40px;
    height: 40px;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .company-select-modal .modaal-close:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-modal .modaal-close {
    top: 20px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
}
.company-select-modal .modaal-close:before,
.company-select-modal .modaal-close:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #555 !important;
  content: "";
}
.company-select-modal .modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.company-select-modal .modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* ----- company-select-box ----- */
.company-select-box > *:first-child,
.company-select-box > section:first-child > *:first-child,
.company-select-box > [class^="list-wrap"] > *:first-child {
  margin-top: 0 !important;
}
.company-select-box > *:last-child {
  margin-bottom: 0 !important;
}
.company-select-box__title {
  text-align: center;
}
.company-select-box__btn-wrap {
  position: relative;
}
.company-select-box__close,
.company-select-box__unknown {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3), 0 -1px 0 #dddddd;
  border: 2px solid #fff;
  outline: none;
  appearance:none;
}
@media print, screen and (min-width: 768px) {
  .company-select-box__title {
    margin-bottom: 2em;
    padding: 0 20px;
  }
  .company-select-box__close {
    margin: 25px auto 0;
    height: 45px;
    width: 130px;
    transition: ease all 0.3s;
  }
  .company-select-box__unknown {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -270px;
    height: 45px;
    transition: ease all 0.3s;
  }
  .company-select-box__close:hover,
  .company-select-box__unknown:hover {
    border-color: #11a292;
    color: #11a292;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-box__title {
    margin-bottom: 1em;
    padding: 0 10px;
  }
  .company-select-box__close {
    margin: 20px auto 0;
    height: 45px;
    width: 130px;
    font-size: 1.4rem;
  }
  .company-select-box__unknown {
    margin: 20px auto 0;
    height: 45px;
    font-size: 1.4rem;
  }
  .company-select-box__close + .company-select-box__unknown {
    margin-top: 1.0em;
  }
}
.company-select-box__title__label {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .company-select-box__title__label {
    padding-left: 45px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-box__title__label {
    padding-left: 25px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
}
.company-select-box__title__label:before {
  position: absolute;
  top: .1em;
  left: 0;
  background: url("/app-files/img/sprite/icon.svg#check-usage") no-repeat 0 0;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .company-select-box__title__label:before {
    width: 24px;
    height: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-box__title__label:before {
    width: 16px;
    height: 16px;
  }
}
.company-select-box__detail > *:first-child,
.company-select-box__detail > section:first-child > *:first-child,
.company-select-box__detail > [class^="list-wrap"] > *:first-child {
  margin-top: 0 !important;
}
.company-select-box__detail > *:last-child {
  margin-bottom: 0 !important;
}

/* ----- company-select-box ----- */
@media print, screen and (min-width: 768px) {
  .company-select-column {
    margin-top: 2em;
  }
}
.company-select-column__item > *:first-child,
.company-select-column__item > section:first-child > *:first-child,
.company-select-column__item > [class^="list-wrap"] > *:first-child {
  margin-top: 0 !important;
}
.company-select-column__item > *:last-child {
  margin-bottom: 0 !important;
}

/* ----- company-select-button ----- */
.company-select-button__type {
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .company-select-button__type {
    padding: 15px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #d4e9e7;
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .company-select-button__type.is-active {
    background-color: #11a292;
  }
}
.company-select-button__type--nolink {
  display: block;
}
@media only screen and (max-width: 767px) {
  .company-select-button__type--nolink {
    padding: 15px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #d4e9e7;
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
  }
}
@media print, screen and (min-width: 768px) {
  .company-select-button__type__inner {
    position: relative;
    padding: 70px 30px 30px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #d4e9e7;
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .company-select-button__type:hover .company-select-button__type__inner {
    background-color: #11a292;
  }
  .is-active .company-select-button__type__inner {
    background-color: #11a292;
  }
}
.company-select-button__selected {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .company-select-button__selected {
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-button__selected {
    display: none;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .is-active .company-select-button__selected {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .is-active .company-select-button__selected {
    display: block;
  }
}
.company-select-button__selected__label {
  display: inline-block;
  position: relative;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .company-select-button__selected__label {
    padding-left: 44px;
    font-size: 2.4rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-button__selected__label {
    padding-left: 33px;
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.company-select-button__selected__label:before {
  position: absolute;
  left: 0;
  background-color: #fff;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .company-select-button__selected__label:before {
    top: 0;
    width: 29px;
    height: 29px;
    border-radius: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-button__selected__label:before {
    top: -1px;
    width: 24px;
    height: 24px;
    border-radius: 2px;
  }
}
.company-select-button__selected__label:after {
  position: absolute;
  background: url("/app-files/img/sprite/icon.svg#check-usage") no-repeat 0 0;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .company-select-button__selected__label:after {
    top: 4px;
    left: 4px;
    width: 21px;
    height: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-button__selected__label:after {
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
  }
}
.company-select-button__impossible {
  color: #f26c00;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .company-select-button__impossible {
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-button__impossible {
    margin-bottom: 10px;
  }
}
.company-select-button__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
.company-select-button__content > *:first-child,
.company-select-button__content > section:first-child > *:first-child,
.company-select-button__content > [class^="list-wrap"] > *:first-child {
  margin-top: 0 !important;
}
.company-select-button__content > *:last-child {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .company-select-button__content {
    height: 180px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-button__content {
    height: 100px;
    padding: 0 15px;
  }
  .company-select-button__content--2nd {
    height: 140px;
  }
}
.company-select-button__content > * {
  min-height: 1px;
}
@media print, screen and (min-width: 768px) {
  .company-select-button__text {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-button__text {
    font-weight: 700;
  }
}
@media only screen and (max-width: 360px) {
  .company-select-button__text {
    font-size: 1.2rem;
  }
}
.company-select-button__strong {
  color: #006762;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .company-select-button__strong {
    font-size: 2.4rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-button__strong {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
@media only screen and (max-width: 360px) {
  .company-select-button__strong {
    font-size: 1.6rem;
  }
}
.company-select-button__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .company-select-button__logo {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-button__logo {
    margin-bottom: 10px;
  }
}
.company-select-button__logo > * {
  min-height: 1px;
}
.company-select-button__logo__image {
  text-align: left;
}
.company-select-button__logo__image img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .company-select-button__logo__image img {
    max-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-button__logo__image img {
    max-height: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .company-select-button__logo__image img + img {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-button__logo__image img + img {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .company-select-button__description {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin: 1.6em 0 0;
    padding: 0 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-button__description {
    margin: 1em 0 0;
  }
}
.company-select-button__description > dt {
  background-color: #11a292;
  color: #fff;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .company-select-button__description > dt {
    flex-shrink: 0;
    margin-right: 1em;
    padding: 3px 22px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-button__description > dt {
    display: inline-block;
    padding: 4px 10px;
    font-size: 1.2rem;
    font-weight: 700;
    vertical-align: top;
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .is-active .company-select-button__description > dt {
    background-color: #fff;
    color: #333;
  }
}
@media print, screen and (min-width: 768px) {
  .company-select-button__description > dd {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-button__description > dd {
    margin: .5em 0 0;
    font-size: 1.1rem;
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .is-active .company-select-button__description > dd {
    color: #fff;
  }
}

@media print, screen and (min-width: 768px) {
  .company-select-button__description__text {
    margin: 1.6em 0 0;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-button__description__text {
    margin: 1.0em 0 0;
    font-size: 1.1rem;
  }
  .is-active .company-select-button__description__text {
    color: #fff;
  }
}

.company-select-link {
  text-align: left;
}

.company-select-link a {
  position: relative;
  display: inline-block;
  text-align: left;
  font-weight: normal;
}

.company-select-link a:before {
  position: absolute;
  z-index: 2;
  left: 0;
  transform: rotate(45deg);
  border-top: 2px solid #006762;
  border-right: 2px solid #006762;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .company-select-link {
    margin-top: 15px;
    padding-left: 30px;
  }
  .company-select-link a {
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .company-select-link a:hover {
    text-decoration: underline;
  }
  .company-select-link a:before {
    top: 0.4em;
    width: 9px;
    height: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .company-select-link {
    margin-top: 10px;
  }
  .company-select-link a {
    padding-left: 15px;
    font-size: 1.4rem;
  }
  .company-select-link a:before {
    top: 0.5em;
    width: 7px;
    height: 7px;
  }
}
/* ----- company-select-childmodal ----- */
.company-select-childmodal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  -webkit-tap-highlight-color: transparent !important;
  display: none;
}
.company-select-childmodal-inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-select-childmodal-contents {
  position: relative;
  background-color: #effffd;
  z-index: 10;
}
.company-select-childmodal-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.0em;
}
.company-select-childmodal-button {
  display: flex;
}
.company-select-childmodal-button__type {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3), 0 -1px 0 #dddddd;
  border: 2px solid #fff;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .company-select-childmodal-contents {
    width: 840px;
    padding: 40px;
  }
  .company-select-childmodal-button-wrap {
    flex-flow: row nowrap;
  }
  .company-select-childmodal-button {
    margin-right: 32px;
  }
  .company-select-childmodal-button:last-of-type {
    margin-right: 0;
  }
  .company-select-childmodal-button__type {
    padding: 8px 35px;
    border-radius: 5px;
    transition: ease all 0.3s;
  }
  .company-select-childmodal-button__type:hover {
    border-color: #11a292;
    color: #11a292;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
  }
}
@media only screen and (max-width: 767px) {
  .company-select-childmodal-contents {
    margin: 0 auto;
    padding: 5vw;
    width: 77vw;
  }
  .company-select-childmodal-button-wrap {
    flex-direction: column;
    align-items: center;
  }
  .company-select-childmodal-button {
    margin-top: 1.0em;
  }
  .company-select-childmodal-button:first-of-type {
    margin-top: 0;
  }
  .company-select-childmodal-button__type {
    width: 100%;
    padding: 10px 35px;
    border-radius: 5px;
  }
}

/* ----- customer-modal ----- */
.customer-modal-content > *:first-child {
  margin-top: 0 !important;
}
.customer-modal-title {
  font-weight: bold;
  text-align: center;
}
.customer-modal-title + * {
  margin-top: 0 !important;
}
.customer-modal-subtitle {
  font-weight: bold;
}
.customer-modal-box {
  border: 2px solid #cccccc;
  background-color: #fff;
}
.customer-modal-box > *:first-child {
  margin-top: 0 !important;
}
.customer-modal-box__title {
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.customer-modal-box__title-v2 {
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.customer-modal-box__title-v3 {
  line-height: 1.0;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.customer-modal-box__text {
  margin: 1em 0 0;
}
.customer-modal-box-v2 {
  border: 2px solid #cccccc;
  background-color: #fff;
}
.customer-modal-box-v2 > *:first-child {
  margin-top: 0 !important;
}
.customer-modal-box-v2__title {
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.customer-modal-layout__2nd__text {
  margin: 0;
}
.customer-modal-layout__title {
  margin: 0;
}
.customer-modal-layout-v2 + .customer-modal-layout-v2 {
  border-top: 1px solid #cccccc;
}
.customer-modal-layout-v2__title {
  margin: 0;
  font-weight: bold;
}
.customer-modal-tel {
  margin: 0;
  text-align: center;
}
.customer-modal-tel > a {
  display: inline-block;
  color: #000;
  line-height: 1.1;
}
.customer-modal-tel > a:before {
  position: relative;
  margin-right: 12px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/app-files/img/icon/icon_contact01.svg) 0 0 no-repeat;
  background-size: contain;
}
.customer-modal-tel-v2 {
  margin: 0;
  text-align: center;
}
.customer-modal-tel-v2 > a {
  display: inline-block;
  color: #000;
  line-height: 1.1;
}
.customer-modal-tel-v2 > a:before {
  position: relative;
  margin-right: 10px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/app-files/img/icon/icon_contact01.svg) 0 0 no-repeat;
  background-size: contain;
}
.customer-modal-layout-v2__detail > :first-child {
  margin-top: 0 !important;
}
.customer-modal-layout-v2__detail > :last-child {
  margin-bottom: 0 !important;
}
.customer-modal-layout-v3 .home-linklist {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customer-modal-layout-v3__text {
  text-align: center;
}
.customer-modal-layout-v3__button a {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #11a292;
  font-weight: bold;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.customer-modal-layout-v3__button a:before {
  flex-shrink: 0;
  content: "";
  display: block;
  background: url(/app-files/img/icon/icon_pc01.svg) 0 0 no-repeat;
  background-size: contain;
}
.customer-modal-layout-v3__button span {
  flex-grow: 1;
  text-align: center;
}
.customer-childmodal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  -webkit-tap-highlight-color: transparent !important;
  display: none;
}
.customer-childmodal-inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-childmodal-contents {
  position: relative;
  background-color: #effffd;
  z-index: 10;
}
.customer-childmodal__title {
  text-align: center;
  font-weight: bold;
}
.customer-childmodal__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.customer-childmodal__list > li {
  position: relative;
}

.customer-childmodal__list > li:before {
  position: absolute;
  z-index: 2;
  top: 0.45em;
  left: 0;
  content: "";
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #11a292;
}
.customer-childmodal-close {
  position: absolute;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none !important;
}
.customer-childmodal-close:before, .customer-childmodal-close:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #555 !important;
  content: "";
}
.customer-childmodal-close:before {
  transform: rotate(-45deg);
}
.customer-childmodal-close:after {
  transform: rotate(45deg);
}
.customer-linklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.customer-linklist > li {
  padding: 0;
}
.customer-linklist > li > a {
  position: relative;
  display: inline-block;
}
.customer-linklist > li > a:before {
  position: absolute;
  left: 0;
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  display: inline-block;
  border-top: 2px solid #006762;
  border-right: 2px solid #006762;
  vertical-align: middle;
  content: "";
}
a.customer-button--login {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004887;
  color: #ffffff!important;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
  border: 2px solid #004887;
}
a.customer-button--login:before {
  flex-shrink: 0;
  content: "";
  display: block;
  background: url(/app-files/img/icon/icon_login01.svg) 0 0 no-repeat;
  background-size: contain;
}
a.customer-button--login span {
  flex-grow: 1;
  text-align: center;
}
.customer-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3), 0 -1px 0 #dddddd;
  text-align: center;
  border: 2px solid #fff;
}

.customer-linklist--row {
  margin-top: 10px;
}
.customer-linklist--row > li:nth-child(n+2) {
  margin-top: 6px;
}
.customer-linklist--center {
  display: flex;
  justify-content: center;
}
.customer-u-icon--blank--v2:after {
  position: relative;
  top: 2px;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  content: "";
  display: inline-block;
  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-modal-title {
    margin: 50px 0 25px;
    font-size: 2.8rem;
  }
  .customer-modal-subtitle {
    margin: 25px 0 0;
    font-size: 1.8rem;
  }
  .customer-modal-subtitle + * {
    margin-top: 15px !important;
  }
  .customer-modal-box {
    margin: 30px 0 0;
    padding: 28px;
  }
  .customer-modal-box__title {
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 2.1rem;
  }
  .customer-modal-box__title-v2 {
    margin: 0 0 15px;
    padding: 0 0 25px;
    font-size: 2.0rem;
  }
  .customer-modal-box__title-v3 {
    margin: 0 0 30px;
    padding: 0 0 30px;
  }
  .customer-modal-box__title-v3 img {
    width: auto;
    height: 26px;
  }
  .customer-modal-box__text {
    text-align: center;
  }
  .customer-modal-box-v2 {
    margin: 30px 0 0;
    padding: 50px 30px;
  }
  .customer-modal-box-v2__title {
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 2.1rem;
  }
  .customer-modal-box-v2 > .customer-modal-box-v2__title {
    margin-top: -20px !important;
  }
  .customer-modal-layout {
    display: flex;
    justify-content: space-between;
  }
  .customer-modal-layout .home-webservice-buttons .home-c-button {
    width: 170px;
  }
  .customer-modal-layout__1st {
    width: 212px;
  }
  .customer-modal-layout__2nd {
    width: 260px;
  }
  .customer-modal-layout__3rd {
    width: 480px;
  }
  .customer-modal-layout-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
  }
  .customer-modal-layout-v2 + .customer-modal-layout-v2 {
    margin-top: 15px;
  }
  .customer-modal-layout-v2 .customer-modal-tel {
    width: 290px;
  }
  .customer-modal-layout-v2__title {
    width: 280px;
    font-size: 1.8rem;
  }
  .customer-modal-layout-v2__title--right {
    text-align: right;
  }
  .customer-modal-tel-wrap {
    margin-top: 15px;
  }
  .customer-modal-tel-wrap__title {
    margin: 0 0 5px;
    font-weight: bold;
  }
  .customer-modal-tel-wrap__title--center {
    text-align: center;
  }
  .customer-modal-tel-wrap__column {
    display: flex;
    align-items: center;
  }
  .customer-modal-tel-wrap__column > * {
    margin-top: 0 !important;
  }
  .customer-modal-tel-wrap__column [class*="customer-modal-tel"] {
    flex-shrink: 0;
    margin-right: 30px;
  }
  .customer-modal-tel-wrap__column .customer-linklist {
    width: 100%;
  }
  .customer-modal-tel > a {
    font-size: 3.6rem;
  }
  .customer-modal-tel > a:before {
    top: -2px;
    height: 35px;
    width: 35px;
  }
  .customer-modal-tel-v2 > a {
    font-size: 3rem;
  }
  .customer-modal-tel-v2 > a:before {
    top: -3px;
    height: 30px;
    width: 30px;
  }
  .customer-modal-layout-v2__detail {
    width: 300px;
  }
  .customer-modal-layout-v3 {
    display: flex;
    justify-content: space-between;
  }
  .customer-modal-layout-v3 .customer-modal-box {
    margin: 0;
    width: 522px;
  }
  .customer-modal-layout-v3 .customer-modal-tel {
    margin-top: 35px;
  }
  .customer-modal-layout-v3 .customer-modal-tel a {
    font-size: 2.4rem;
  }
  .customer-modal-layout-v3 .customer-modal-tel a:before {
    top: -2px;
    width: 23px;
    height: 23px;
  }
  .customer-modal-layout-v3__text {
    margin: 25px 0 0;
  }
  .customer-modal-layout-v3__emphasis {
    margin: 60px 0 0;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .customer-modal-layout-v3__emphasis span {
    display: inline-block;
    text-align: left;
  }
  .customer-modal-layout-v3__button {
    margin-top: 20px;
  }
  .customer-modal-layout-v3__button a {
    border: 2px solid #11a292;
    border-radius: 10px;
    padding: 15px 20px;
    width: 328px;
    height: 60px;
    transition: ease all 0.3s;
    font-size: 2.2rem;
  }
  .customer-modal-layout-v3__button a:hover {
    background-color: #fff;
    color: #11a292;
  }
  .customer-modal-layout-v3__button a:hover:before {
    background-image: url(/app-files/img/icon/icon_pc01_on.svg);
  }
  .customer-modal-layout-v3__button a:before {
    width: 30px;
    height: 22px;
  }
  .customer-modal-layout-v3__button span {
    margin-left: -30px;
  }
  .customer-modal-layout-v4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  .customer-modal-layout-v4__title {
    flex-shrink: 0;
    width: 220px;
    margin: 0 30px 0 10px;
  }
  .customer-modal-layout-v4__detail {
    width: 100%;
  }
  .customer-modal-layout-v4__detail > *:first-child {
    margin-top: 0 !important;
  }
  .customer-modal-layout-v4__colmun {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .customer-modal-layout-v4__colmun__text {
    width: 100%;
  }
  .customer-modal-layout-v4__colmun__text > *:first-child {
    margin-top: 0 !important;
  }
  .customer-modal-layout-v4__colmun__text .customer-linklist {
    margin-top: .4em;
  }
  .customer-modal-layout-v4__colmun__button {
    flex-shrink: 0;
    width: 480px;
    margin-left: 20px;
  }
  .customer-modal-layout-v4__colmun__button > *:first-child {
    margin-top: 0 !important;
  }
  .customer-modal-layout-v4__colmun__button .customer-button {
    width: 170px;
  }
  .customer-modal-layout-v4__text {
    margin: 1em 0 0;
  }
  .customer-modal-layout-v5 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .customer-modal-layout-v5__title {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 310px;
    margin: 0 60px 0 70px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    font-size: 2rem;
    font-weight: bold;
  }
  .customer-modal-layout-v5__detail {
    width: 100%;
  }
  .customer-modal-layout-v5__detail > *:first-child {
    margin-top: 0 !important;
  }
  .customer-modal-layout-v6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .customer-modal-box > .customer-modal-layout-v6:last-child {
    margin-bottom: -28px;
  }
  .customer-modal-box__title-v2 + .customer-modal-layout-v6 {
    margin-top: -15px;
  }
  .customer-modal-layout-v6 + .customer-modal-layout-v6 {
    border-top: 1px solid #ccc;
  }
  .customer-modal-layout-v6__title {
    flex-shrink: 0;
    width: 320px;
    margin: 0 30px 0 0;
    padding-left: 40px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  .customer-modal-layout-v6__title--left {
    text-align: left;
  }
  .customer-modal-layout-v6__title--right {
    text-align: right;
  }
  .customer-modal-layout-v6__detail {
    width: 100%;
  }
  .customer-modal-layout-v6__detail > *:first-child {
    margin-top: 0 !important;
  }
  .customer-modal-layout-v6__text {
    margin: 0 0 5px;
  }
  .customer-modal-layout-v6 .customer-modal-tel-wrap {
    margin-top: 0;
  }
  .customer-modal-layout-v6 .customer-modal-tel-wrap__column [class*="customer-modal-tel"] {
    margin-right: 60px;
  }
  .customer-modal-layout-v7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 110px;
  }
  .customer-modal-layout-v7__title {
    flex-shrink: 0;
    margin: 0 100px 0 0;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
  }
  .customer-modal-layout-v7__detail {
    width: 100%;
  }
  .customer-modal-layout-v7__detail > *:first-child {
    margin-top: 0 !important;
  }
  .customer-modal-layout-v7__button a {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #11a292;
    font-weight: bold;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    border: 2px solid #11a292;
    border-radius: 10px;
    padding: 15px 20px;
    width: 100%;
    height: 60px;
    transition: ease all 0.3s;
    font-size: 2.2rem;
  }
  .customer-modal-layout-v7__button a:hover {
    background-color: #fff;
    color: #11a292;
  }
  .customer-modal-layout-v7__button a:before {
    width: 30px;
    height: 22px;
    flex-shrink: 0;
    content: "";
    display: block;
    background: url(/app-files/img/icon/icon_pc01.svg) 0 0 no-repeat;
    background-size: contain;
  }
  .customer-modal-layout-v7__button a:hover:before {
    background-image: url(/app-files/img/icon/icon_pc01_on.svg);
  }
  .customer-modal-layout-v7__button span {
    flex-grow: 1;
    text-align: center;
    margin-left: -30px;
  }
  .customer-childmodal-contents {
    width: 840px;
    padding: 40px;
  }
  .customer-childmodal__title {
    margin: 0 0 40px;
    font-size: 2.0rem;
  }
  .customer-childmodal__list > li {
    margin-top: 15px;
    padding-left: 20px;
  }
  .customer-childmodal-close {
    top: 30px;
    right: 40px;
    width: 40px;
    height: 40px;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .customer-childmodal-close:hover {
    opacity: 0.7;
  }
  .customer-linklist--mtL {
    margin-top: 50px !important;
  }
  .customer-linklist > li > a {
    padding-left: 20px;
  }
  .customer-linklist > li > a:hover {
    text-decoration: underline;
  }
  .customer-linklist > li > a:before {
    top: .5em;
    width: 9px;
    height: 9px;
  }
  .customer-linklist--center {
    margin-top: 15px;
  }
  .customer-webservice-buttons {
    margin: 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  a.customer-button--login {
    border-radius: 10px;
    padding: 0 22px;
    height: 60px;
    width: 273px;
    font-size: 1.8rem;
    transition: ease 0.3s;
    transition-property: border-color,color,background-color;
  }
  a.customer-button--login:hover {
    border-color: #11a292;
    background-color: #fff;
    color: #11a292!important;
  }
  a.customer-button--login:hover:before {
    background-image: url(/app-files/img/icon/icon_login01_on.svg);
  }
  a.customer-button--login:before {
    width: 30px;
    height: 30px;
  }
  .customer-button {
    width: 186px;
    height: 50px;
    border-radius: 10px;
    transition: ease 0.3s;
    transition-property: border-color,color;
  }
  .customer-button:hover {
    border-color: #11a292;
    color: #11a292;
  }
}
@media only screen and (max-width: 767px) {
  .customer-modal-title {
    margin: 30px 0 15px;
    font-size: 1.8rem;
  }
  .customer-modal-subtitle {
    margin: 25px 0 0;
    font-size: 1.5rem;
  }
  .customer-modal-subtitle + * {
    margin-top: 10px !important;
  }
  .customer-modal-box {
    margin: 20px 0 0;
    padding: 20px 20px 25px;
  }
  .customer-modal-box__title {
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 1.6rem;
  }
  .customer-modal-box__title-v2 {
    margin: 0 0 15px;
    padding: 0 0 15px;
    text-align: center;
    font-size: 1.6rem;
  }
  .customer-modal-box__title-v3 {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .customer-modal-box__title-v3 img {
    width: auto;
    height: 20px;
  }
  .customer-modal-box-v2 {
    margin: 20px 0 0;
    padding: 30px 20px;
  }
  .customer-modal-box-v2__title {
    margin: 0 0 15px;
    padding: 0 0 10px;
    font-size: 1.6rem;
  }
  .customer-modal-box-v2 > .customer-modal-box-v2__title {
    margin-top: -15px !important;
  }
  .customer-modal-layout__1st {
    margin: 0 auto;
    width: 178px;
  }
  .customer-modal-layout__2nd {
    margin-top: 15px;
  }
  .customer-modal-layout__2nd__text {
    text-align: center;
  }
  .customer-modal-layout__3rd {
    margin-top: 15px;
  }
  .customer-modal-layout-v2 {
    padding: 20px 0;
  }
  .customer-modal-layout-v2:last-child {
    padding-bottom: 0 !important;
  }
  .customer-modal-layout-v2__title {
    margin: 0 0 12px;
    text-align: center;
    font-size: 1.4rem;
  }
  .customer-modal-tel-wrap {
    margin-top: 15px;
  }
  .customer-modal-tel-wrap + .customer-modal-tel-wrap {
    padding-top: 15px;
    border-top: 1px solid #ccc;
  }
  .customer-modal-tel-wrap__title {
    margin: 0 0 5px;
    font-weight: bold;
    text-align: center;
  }
  .customer-modal-tel-wrap__title--center {
    text-align: center;
  }
  .customer-modal-tel-wrap__column {
  }
  .customer-modal-tel-wrap__column > * {
    margin-top: 0 !important;
  }
  .customer-modal-tel-wrap__column .customer-linklist {
    margin-top: 1em !important;
    text-align: center;
  }
  .customer-modal-tel > a {
    font-size: 2.1rem;
  }
  .customer-modal-tel > a:before {
    height: 29px;
    width: 29px;
  }
  .customer-modal-tel-v2 > a {
    font-size: 2.1rem;
  }
  .customer-modal-tel-v2 > a:before {
    height: 29px;
    width: 29px;
  }
  .customer-modal-layout-v2__detail {
    margin-top: 15px;
  }
  .customer-modal-layout-v3 .customer-modal-tel {
    margin-top: 25px;
  }
  .customer-modal-layout-v3 .customer-modal-tel a {
    font-size: 1.7rem;
  }
  .customer-modal-layout-v3 .customer-modal-tel a:before {
    width: 22px;
    height: 22px;
  }
  .customer-modal-layout-v3__text {
    margin: 15px 0 0;
  }
  .customer-modal-layout-v3__emphasis {
    margin: 20px 0 0;
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
  }
  .customer-modal-layout-v3__emphasis span {
    display: inline-block;
    text-align: left;
  }
  .customer-modal-layout-v3__button {
    margin-top: 15px;
  }
  .customer-modal-layout-v3__button a {
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
    max-width: 235px;
    height: 45px;
    font-size: 1.6rem;
  }
  .customer-modal-layout-v3__button a:before {
    width: 21px;
    height: 16px;
  }
  .customer-modal-layout-v4 {
    margin-top: 20px;
  }
  .customer-modal-layout-v4__title {
    margin: 0;
    text-align: center;
  }
  .customer-modal-layout-v4__detail {
    margin-top: 20px;
  }
  .customer-modal-layout-v4__detail > *:first-child {
    margin-top: 0 !important;
  }
  .customer-modal-layout-v4__colmun {
  }
  .customer-modal-layout-v4__colmun__text {
  }
  .customer-modal-layout-v4__colmun__text > *:first-child {
    margin-top: 0 !important;
  }
  .customer-modal-layout-v4__colmun__text .customer-linklist {
    margin-top: .4em;
  }
  .customer-modal-layout-v4__colmun__button {
    margin-top: 20px;
  }
  .customer-modal-layout-v4__colmun__button > *:first-child {
    margin-top: 0 !important;
  }
  .customer-modal-layout-v4__text {
    margin: 20px 0 0;
  }
  .customer-modal-layout-v5 {
    margin-top: 20px;
  }
  .customer-modal-layout-v5__title {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .customer-modal-layout-v5__detail {
    margin-top: 15px;
  }
  .customer-modal-layout-v5__detail > *:first-child {
    margin-top: 0 !important;
  }
  .customer-modal-layout-v6 {
    margin-top: 15px;
  }
  .customer-modal-layout-v6 + .customer-modal-layout-v6 {
    padding-top: 15px;
    border-top: 1px solid #ccc;
  }
  .customer-modal-layout-v6__title {
    margin: 0 0 5px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  .customer-modal-layout-v6__detail {
  }
  .customer-modal-layout-v6__detail > *:first-child {
    margin-top: 0 !important;
  }
  .customer-modal-layout-v6__text {
    margin: 1em 0 0;
  }
  .customer-modal-layout-v7 {
    margin-top: 15px;
  }
  .customer-modal-layout-v7__title {
    margin: 0;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
  }
  .customer-modal-layout-v7__detail {
    margin-top: 15px;
  }
  .customer-modal-layout-v7__detail > *:first-child {
    margin-top: 0 !important;
  }
  .customer-modal-layout-v7__button {
    margin-top: 15px;
  }
  .customer-modal-layout-v7__button a {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #11a292;
    font-weight: bold;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
    height: 45px;
    font-size: 1.6rem;
  }
  .customer-modal-layout-v7__button a:before {
    width: 21px;
    height: 16px;
    content: "";
    display: block;
    background: url(/app-files/img/icon/icon_pc01.svg) 0 0 no-repeat;
    background-size: contain;
  }
  .customer-modal-layout-v7__button span {
    flex-grow: 1;
    text-align: center;
    margin-left: -15px;
  }
  .customer-childmodal-contents {
    margin: 0 auto;
    padding: 5vw;
    width: 77vw;
  }
  .customer-childmodal__title {
    margin: 0 0 20px;
    padding: 0 10px;
    font-size: 1.6rem;
  }
  .customer-childmodal__list > li {
    margin-top: 8px;
    padding-left: 15px;
  }
  .customer-childmodal-close {
    top: 5vw;
    right: 5vw;
    width: 20px;
    height: 20px;
  }
  .customer-linklist--mtL {
    margin-top: 30px !important;
  }
  .customer-linklist > li > a {
    padding-left: 15px;
  }
  .customer-linklist > li > a:before {
    top: .55em;
    width: 7px;
    height: 7px;
  }
  .customer-linklist--center {
    margin-top: 15px;
  }
  .customer-webservice-buttons {
    margin: 15px 0 0;
  }
  a.customer-button--login {
    border-radius: 8px;
    padding: 0 15px;
    height: 45px;
    font-size: 1.5rem;
  }
  a.customer-button--login:before {
    width: 22px;
    height: 22px;
  }
  a.customer-button--login span {
    margin-left: -22px;
  }
  .customer-button {
    margin-top: 15px;
    border-radius: 8px;
    height: 45px;
    width: auto;
  }
}

/* ----- customer-modal-procedure ----- */
@media print, screen and (min-width: 768px) {
  .customer-modal-procedure {
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .customer-modal-procedure {
    margin: 0 0 20px;
  }
}
.customer-modal-procedure__title {
  flex-shrink: 0;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .customer-modal-procedure__title {
    margin: 0 50px 0 0;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer-modal-procedure__title {
    margin: 0 0 15px;
    font-size: 1.6rem;
  }
}
.customer-modal-procedure__list {
  flex-grow: 1;
  border-top: 1px solid #e1d5a9;
  list-style: none;
  margin: 0;
  padding: 0;
}
.customer-modal-procedure__list > li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #e1d5a9;
}
.customer-modal-procedure__list > li > .customer-modal-procedure__list__label {
  position: relative;
  display: block;
  font-weight: bold;
}
.customer-modal-procedure__list > li .customer-icon-wrap {
  display: inline-flex;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .customer-modal-procedure__list > li > .customer-modal-procedure__list__label {
    padding-left: 30px;
    font-size: 2.0rem;
  }
  .customer-modal-procedure__list > li .customer-icon-wrap {
    margin: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-modal-procedure__list > li > .customer-modal-procedure__list__label {
    padding-left: 15px;
    font-size: 1.5rem;
  }
}
.customer-modal-procedure__list > li > .customer-modal-procedure__list__label:before {
  position: absolute;
  left: 0;
  z-index: 2;
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #11a292;
}
@media print, screen and (min-width: 768px) {
  .customer-modal-procedure__list > li > .customer-modal-procedure__list__label:before {
    top: 0.5em;
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-modal-procedure__list > li > .customer-modal-procedure__list__label:before {
    top: 0.45em;
    width: 9px;
    height: 9px;
  }
}
/* ----- conversion-box ----- */
.conversion-box {
  border: 2px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .conversion-box {
    margin: 30px 0 0;
    padding: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .conversion-box {
    margin: 20px 0 0;
    padding: 20px;
  }
}
/* ----- conversion-box-v2 ----- */
.conversion-box-v2 {
  background-color: #f5f5f5;
}
@media print, screen and (min-width: 768px) {
  .conversion-box-v2 {
    margin-top: 25px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .conversion-box-v2 {
    margin-top: 20px;
    padding: 20px;
  }
}
/* ----- conversion-layout ----- */
.conversion-layout + .conversion-layout {
  border-top: 1px solid #ccc;
}
.conversion-layout:first-of-type {
  padding-top: 0;
}
.conversion-layout:last-of-type {
  padding-bottom: 0;
}
.conversion-layout > :first-of-type {
  margin-top: 0;
}
.conversion-layout > :last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .conversion-layout {
    padding: 20px 0;
  }
  .conversion-layout__title {
    margin: 0;
    font-size: 2.0rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .conversion-layout {
    padding: 16px 0;
  }
  .conversion-layout__title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
}
/* ----- conversion-column ----- */
.conversion-column__item > :first-child {
  margin-top: 0;
}
.conversion-column__item > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .conversion-column {
    display: flex;
    align-items: center;
  }
  .conversion-column.type-narrow {
    padding: 0 20px
  }
  .conversion-column__item {
    width: calc((100% - 36px)/2);
    margin-right: 36px;
  }
  .conversion-column__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .conversion-column__button {
    width: 321px;
    margin-right: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .conversion-column__item + .conversion-column__item {
    margin-top: 15px;
  }
  .conversion-column__button + .conversion-column__text {
    margin-top: 15px;
  }
}
/* ----- conversion-button ----- */
.conversion-button > a {
  display: block;
  background-color: #11a292;
  border: 2px solid #11a292;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.conversion-button__label {
  position: relative;
  display: inline-block;
}
.conversion-button__label::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
}
.conversion-button__type-pdf .conversion-button__label::before {
  background: url("/app-files/img/icon/icon_pdf.svg") no-repeat 0 0;
  background-size: contain;
}
.conversion-button__filesize {
  font-style: normal;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .conversion-button {
    width: 100%;
  }
  .conversion-button > a {
    padding: 13px 25px;
    border-radius: 10px;
    font-size: 2.2rem;
  }
  .conversion-button > a:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    color: #11a292;
    background-color: #fff;
  }
  .conversion-button__type-pdf .conversion-button__label::before {
    right: -24px;
    width: 15px;
    height: 18px;
    margin-top: -9px;
  }
  .conversion-button__filesize {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .conversion-button > a {
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 1.6rem;
  }
  .conversion-button__type-pdf .conversion-button__label {
    line-height: 1.2;
  }
  .conversion-button__type-pdf .conversion-button__label::before {
    right: -22px;
    width: 11px;
    height: 13px;
    margin-top: -6px;
  }
  .conversion-button__filesize {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 370px) {
  .conversion-button__type-pdf .conversion-button__label::before {
    right: -20px;
  }
}
/* -----.conversion-button-v2 ----- */
.conversion-button-v2 > a {
  display: block;
  background-color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  color: #006762;
  font-weight: bold;
  text-align: center;
}
.conversion-button-v2__label {
  position: relative;
  display: inline-block;
}
.conversion-button-v2__label::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
}
.conversion-button-v2__type-pdf .conversion-button-v2__label::before {
  width: 15px;
  height: 18px;
  margin-top: -9px;
  background: url("/app-files/img/icon/icon_pdf.svg") no-repeat 0 0;
  background-size: contain;
}
.conversion-button-v2__sublabel {
  color: #333;
  font-weight: normal;
}
.conversion-button-v2__filesize {
  font-style: normal;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .conversion-button-v2 {
    width: 100%;
    margin-right: 28px;
  }
  .conversion-button-v2 > a {
    padding: 13px;
    border-radius: 10px;
    font-size: 1.8rem;
  }
  .conversion-button-v2 > a:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    color: #11a292;
    border-color: #11a292;
  }
  .conversion-button-v2__sublabel {
    font-size: 1.6rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .conversion-button-v2 > a:hover .conversion-button-v2__sublabel {
    color: #11a292;
  }
  .conversion-button-v2__filesize {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .conversion-button-v2 > a {
    padding: 10px 20px;
    border-radius: 5px;
  }
  .conversion-button-v2__label {
    line-height: 1.4;
  }
}
/* ----- download ----- */
.download {
  border: 1px solid #ccc;
}
.download__inner {
  display: flex;
  align-items: center;
}
.download__description {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .download {
    margin: 30px 0 0;
  }
  .download__inner {
    display: flex;
    align-items: center;
    padding: 28px;
  }
  .download__banner {
    margin-right: 30px;
  }
  .download__banner > a:hover {
    opacity: .7;
  }
}
@media only screen and (max-width: 767px) {
  .download {
    margin: 20px 0 0;
  }
  .download__inner {
    flex-direction: column;
    padding: 20px 20px 15px;
  }
  .download__caption {
    margin-top: 15px;
  }
}
/* ----- modaal-container ----- */
.modal--inline .modaal-container {
  position: relative;
  background-color: #effffd;
}
.modal--inline .modaal-close > span {
  text-indent: -9999px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .modal--inline .modaal-container {
    width: 840px;
  }
  .modal--inline .modaal-close {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 40px;
    height: 40px;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .modal--inline .modaal-close:hover {
    opacity: .7;
  }
  .modal--inline .modaal-close::before,
  .modal--inline .modaal-close::after {
    top: 16px;
    left: 18px;
    width: 42px;
    height: 2px;
    margin: -1px 0 0 -15px;
    background-color: #555;
  }
  .modal--inline .modaal-content-container {
    padding: 90px 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .modal--inline .modaal-container {
    width: 77vw;
  }
  .modal--inline .modaal-content-container {
    padding: 14vw 5vw 5vw;
  }
  .modal--inline .modaal-close {
    position: absolute;
    top: 5vw;
    right: 5vw;
    width: 15px;
    height: 15px;
  }
  .modal--inline .modaal-close::before,
  .modal--inline .modaal-close::after {
    top: 6px;
    left: -2px;
    width: 20px;
    height: 2px;
    background-color: #555;
  }
}
/* ----- guidemodal ----- */
.guidemodal__lead {
  margin: 0;
  color: #006762;
  font-weight: bold;
}
.guidemodal__note-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.guidemodal__note-list > li {
  position: relative;
}
.guidemodal__note-list__mark {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .guidemodal__lead {
    font-size: 1.8rem;
  }
  .guidemodal__note-list > li {
    margin-top: .6em;
    padding-left: 20px;
  }
  .guidemodal__note-list > li:first-of-type {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .guidemodal__lead {
    font-size: 1.5rem;
  }
  .guidemodal__note-list > li {
    margin-top: .6em;
    padding-left: 18px;
  }
  .guidemodal__note-list > li:first-of-type {
    margin-top: 0;
  }
}

/*adjustment kbd 202209*/
p.listv2like {
  margin-left: 8.25em;
  text-indent: -1em;
  margin-bottom:0.25em;
  margin-top:0.25em;
  font-size: 1.4rem;
}
.unorder-list-v2.sub_nodisc > li {
  padding-left: 1em;
}
.unorder-list-v2.sub_nodisc > li::before {
  width: 0;
  height: 0;
}
.sp_inline {
  display: none;
}
span.bold {
  font-weight: bold;
}
span.underline-red {
  text-decoration: none;
  border-bottom: 1px solid #cc0000;
  padding-bottom: 1px;
}

@media only screen and (max-width: 767px) {
  p.listv2like {
    font-size: 1.2rem;
    margin-left: 2.25em;
  }
  .sp_inline {
    display: inline;
  }
  .sp_ml075em {
    margin-left:0.75em!important;
  }
}

.pl60 {
  padding-left: 60px!important;
}
.ml1_5em {
  margin-left:1.5em;
}
.ml6em {
  margin-left:6em;
}
.mt025em {
  margin-top: .25em;
}
.mt05em {
  margin-top: .5em;
}
.mb05em {
  margin-bottom: .5em;
}

/*adjustment kbd 202209*/
em.orange {
  font-style: normal;
  font-weight: bold;
  color: #f26c00;
}

.red-bold {
  font-style: normal;
  font-weight: bold;
  color: #cc0000;
}

em.black, li.bold {
  font-style: normal;
  font-weight: bold;
}
em.black a {
  color: #006762;
}
span.not-em {
  font-weight: normal!important;
}
span.center {
  text-align: center!important;
}
span.green {
  color:#11a292;
}
span.underline-01 {
  padding-bottom: 3px;
  background: linear-gradient(transparent 85%, #00b0f0 85%);
}
span.underline-02 {
  padding-bottom: 3px;
  background: linear-gradient(transparent 85%, #f8b61c 85%);
}
span.underline-03 {
  padding-bottom: 3px;
  background: linear-gradient(transparent 90%, #006762 95%);
}
span.underline-04 {
  padding-bottom: 3px;
  background: linear-gradient(transparent 90%, #aaa 90%);
}
span.underline-05 {
  padding-bottom: 3px;
  background: linear-gradient(transparent 85%, #333 85%,#333 92%,transparent 92%)
}

span.fontsize080per {
  font-size: 80%;
}
p.etc {
  margin: 5px 0 0 auto;
  font-size: 80%;
}

/*202211*/
.unorder-list-general {
    margin: 0 0 0;
    padding: 0;
}
.unorder-list-general > li {
  list-style: none;
  display: flex;
  padding-left: 0px;
  margin-top: 10px;
}
.unorder-list-general.w1half > li > span {
  margin-right: 0.5em;
  display: block;
}

/*202010*/
/* ----- order-list ----- */
.order-list01 {
  margin: 2em 0 0 2em;
  padding: 0;
}
.inquirybox-v4 .order-list01 {
  margin-top: 1em;
}
.order-list01 > li {
  /*position: relative;
  list-style: none;
  padding-left: 1.25em;*/

  list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
.order-list01 > li:before {
  content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 767px) {
  .order-list01 > li:before {
    /*width: 9px;
    height: 9px;*/
  }
}
.order-list01 .unorder-list__nest > :first-child {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .order-list01 .unorder-list__nest {
    margin: .6em 0 1.0em 5px;
  }
}
@media only screen and (max-width: 767px) {
  .order-list01 .unorder-list__nest {
    margin: .2em 0 .6em 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .order-list01[data-col-pc] > li {
    margin-top: .6em;
  }
}
@media only screen and (max-width: 768px) {
  .order-list01[data-col-sp] > li {
    margin-top: .6em;
  }
}

.order-list02 {
  margin: 2em 0 0 3em;
  padding: 0;
}
.order-list02 > li {
  list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
.order-list02 > li:before {
  content: "(※" counter(cnt) ")";
	display: inline-block;
	margin-left: -4.5em; /* サイトに合せて調整 */
	width: 4em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

/* ----- remark ----- */
.remark {
  margin: 2em 0 0 0.25em;
  padding: 0;
  font-weight: bold;
  color:#f26c00;
}
.remark > li {
  position: relative;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .remark[data-col-pc] > li {
    margin-top: .6em;
  }
}
@media only screen and (max-width: 767px) {
  .remark[data-col-sp] > li {
    margin-top: .2em;
  }
}
.remark > li {
  padding-left: 20px;
  display: inline-block;
  position: relative;
}

.remark > li:before {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 1em;
  content: "＊";
  /*top: 0.45em;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #006762;
  border-right: 2px solid #006762;*/
}
.remark.square {
  color: inherit;
  font-weight: normal;
}
.remark.square > li:before {
  content: "■";
}
.remark.circle {
  color: inherit;
  font-weight: normal;
}
.remark.circle > li:before {
  content: "●";
}
.remark.kome {
  color: inherit;
  font-weight: normal;
}
.remark.kome > li:before {
  content: "※";
  font-weight: bold;
}
.remark.kome-bold {
  color: inherit;
  font-weight: bold;
}
.remark.kome-bold > li:before {
  content: "※";
  font-weight: bold;
}
.remark.kome-only-alert {
  color: inherit;
  font-weight: bold;
}
.remark.kome-only-alert > li:before {
  content: "※";
  font-weight: bold;
  color: #f26c00;
}

@media only screen and (max-width: 767px) {
  .remark > li > [class*=__type]:before {
    width: 8px;
    height: 8px;
  }
  .remark > li > .remark__type--pdf::after {
    width: 12px;
    height: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .remark > li > a[class*=__type]:hover {
    text-decoration: underline;
  }
  .remark > li > .remark__type--pdf::after {
    width: 15px;
    height: 18px;
  }
}

/*group*/
span.grouped {
 display: inline-block; 
}

/*flex-table*/
div.table-termanddoc1 {
  width: 80%;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  text-align: justify;
  
}
div.table-termanddoc1.wide {
  width: 100%;
}
div.table-termanddoc1 > div {
  display: flex;
  flex-wrap: wrap;
}
div.table-termanddoc1 > div > div:nth-last-of-type(2n) {
  
}
div.table-termanddoc1 > div > div:nth-last-of-type(2n+1) {
  border-right: none;
}
div.table-termanddoc1 div.head  {
  text-align: center;
  background-color: #fff9e2;
}
div.table-termanddoc1 div.body  {
  text-align: justify;
}
div.table-termanddoc1 > div div, div.table-termanddoc1 > div div div {
  flex-grow: 1;
  flex-shrink: 0;
  box-sizing: border-box;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  padding: 10px;
  
  
}
div.table-termanddoc1 div.central {
  display: flex;
  align-items: center;
}
div.table-termanddoc1 > div.central span.flex-central {
  display: block;
  margin: auto 0;
}

div.table-termanddoc1 > div div.term {
  flex-basis: 50%;
}
div.table-termanddoc1 > div div.doc {
  flex-basis: 50%;
}
div.table-termanddoc1.wide > div div.term {
  flex-basis: 35%;
}
div.table-termanddoc1.wide > div div.doc {
  flex-basis: 65%;
}

div.table-termanddoc1 > div div.revursive {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: none;
}
div.table-termanddoc1 > div div.revursive > div:nth-last-of-type(2n+1) {
  border-right: none;
}
div.table-termanddoc1 > div div> div {
  flex-grow: 1;
  flex-shrink: 0;
  box-sizing: border-box;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  padding: 10px;
}
.fbw20per {
  flex-basis: 20%;
}
.fbw30per {
  flex-basis: 30%;
}
.fbw35per {
  flex-basis: 35%;
}
.fbw40per {
  flex-basis: 40%;
}
.fbw50per {
  flex-basis: 50%;
}
.fbw60per {
  flex-basis: 60%;  
}
.fbw65per {
  flex-basis: 65%;
}
.fbw70per {
  flex-basis: 70%;  
}
.fbw80per {
  flex-basis: 80%;  
}


@media only screen and (max-width: 767px) {
  div.table-termanddoc1 {
    width: 100%;
  }

  div.table-termanddoc1 > div div.term ,div.table-termanddoc1 > div div.doc {
    flex-basis: 100%!important;
  }
  div.table-termanddoc1 > div div:nth-last-of-type(2n) {
    border-bottom: none;
  }
  div.table-termanddoc1 > div > div {
    border-right: none;
  }
  div.table-termanddoc1 > div.head div:nth-last-of-type(2n+1)  {
    text-align: center;
    background-color: #fdf1c3;
  }
  div.table-termanddoc1 > div.body div:nth-last-of-type(2n+1)  {
    background-color: #f3f3f3;
  }

  div.table-termanddoc1 > div div.revursive > div:nth-last-of-type(2n) {
    border: none;
    background-color: #ddd;
  }
  .fbw100per_sp {
    flex-basis: 100%!important;  
  }
  .no_border_bottom_sp {
    border-bottom: none!important;  
  }
}

div.table-termanddoc2 {
  width: 100%;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  text-align: justify;
}
div.table-termanddoc2 > div {
  display: flex;
  flex-wrap: wrap;
}
div.table-termanddoc2 > div > div:nth-last-of-type(2n) {
  
}
div.table-termanddoc2 > div > div:nth-last-of-type(2n+1) {
  border-right: none;
}
div.table-termanddoc2 div.head  {
  text-align: center;
  /*background-color: #fff9e2;*/
}
div.table-termanddoc2 div.body  {
  text-align: justify;
}
div.table-termanddoc2 > div div {
  flex-grow: 1;
  flex-shrink: 0;
  box-sizing: border-box;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  padding: 10px;
}
div.table-termanddoc2 > div div.term {
  flex-basis: 15%;
  display: flex;
  align-items: center;
  text-align: center;
}
div.table-termanddoc2 > div div.term span.flex-center-lr {
  display: block;
  margin: auto;
}
div.table-termanddoc2 > div div.doc {
  flex-basis: 85%;
}
/*
@media only screen and (max-width: 767px) {
  div.table-termanddoc2 {
    width: 100%;
  }
}
*/

div.table-termanddoc3 {
  width: 80%;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  text-align: justify;
}
div.table-termanddoc3 > div {
  display: flex;
  flex-wrap: wrap;
}
div.table-termanddoc3 > div > div:nth-last-of-type(2n) {
  
}
div.table-termanddoc3 > div > div:nth-last-of-type(2n+1) {
  border-right: none;
}
div.table-termanddoc3 div.body  {
  text-align: justify;
}
div.table-termanddoc3 > div div {
  flex-grow: 1;
  flex-shrink: 0;
  box-sizing: border-box;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  padding: 10px;
}
div.table-termanddoc3 > div div.OS {
  flex-basis: 30%;
  display: flex;
  align-items: center;
  text-align: justify;
}
div.table-termanddoc3 > div div span.flex-center-lr {
  display: block;
  margin: auto 0;
}
div.table-termanddoc3 > div div.browser {
  flex-basis: 70%;
  display: flex;
  align-items: center;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  div.table-termanddoc3 {
    width: 100%;
  }
}

.simple-box {
  margin: 0;
  padding: 10px 28px 14px;
  border: 2px solid #ccc;
}

/*table*/
div.small-table-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
}

table.small-table {
  background-color: #fff;
  border-collapse:  collapse;
  color:#333;
  width: 49%;
}
table.small-table th,td {
  border:2px solid #ccc;
  padding: 10px;
}
table.small-table th {
  background-color: #fff9e2;
}
table.small-table td:nth-of-type(1) {
  width: 60%;
}
table.small-table td:nth-of-type(2) {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  div.small-table-column {
    width: 100%!important;
  }
  table.small-table {
    width: 100%!important;
  }
  table.small-table-2nd {
    display: none;
  }
  /*div.small-table-column table.small-table:nth-of-type(2) tr th {
    display: none;
  }
  div.small-table-column table.small-table:nth-of-type(2) tr td {
    border-top: none;
  }*/
  table.small-table td:nth-of-type(1) {
    width: 50%!important;
  }
  table.small-table td:nth-of-type(2) {
    width: 50%!important;
  }
}

.large-button{
  justify-content: center;
  /*height: 80px;*/
  font-size: 2.0rem;
}
.large-button a {
  flex-shrink: 1;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .large-button a {
    width: 100%;
    font-size: 1.6rem;
  }
}

.large-button_notice{
  width: 70%;
  margin:0 auto;
}

@media only screen and (max-width: 767px) {
.large-button_notice{
    width: 100%;
  }
}
