@charset "UTF-8";
/* ======================================================
 * app.css
====================================================== */
/* ------------------------------------------------------
 * Common
------------------------------------------------------ */
.js-company-msa,
.js-company-msi {
  display: none;
}

/* ------------------------------------------------------
 * Box
------------------------------------------------------ */
/* ----- box-v1 ----- */
.box-v1 {
  border: 2px solid #dddddd;
}
.box-v1 > :first-child {
  margin-top: 0 !important;
}
.box-v1 > :last-child {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .box-v1 {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .box-v1 {
    padding: 11px 15px;
  }
}
.box-v1__title {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .box-v1__title {
    margin: 0 0 15px;
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .box-v1__title {
    margin: 0 0 10px;
    font-size: 1.5rem;
  }
}

/* ----- inquirybox-v1 ----- */
.inquirybox-v1 {
  border: 2px solid #cccccc;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0;
    padding: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .inquirybox-v1 {
    margin: 40px 0 0;
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v1--transparent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .inquirybox-v1--transparent {
    margin: 40px 0 0;
    padding: 0;
  }
  .inquirybox-v1--transparent .inquirybox-title {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v1__1st {
    width: 34%;
  }
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v1__2nd {
    width: 29%;
    padding-left: 37px;
    border-left: 1px solid #dddddd;
  }
}
@media only screen and (max-width: 767.98px) {
  .inquirybox-v1__2nd {
    border-top: 1px solid #dddddd;
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v1__3rd {
    width: 30%;
  }
}
@media only screen and (max-width: 767.98px) {
  .inquirybox-v1__3rd {
    margin-top: 20px;
  }
}
.inquirybox-v1__note {
  position: relative;
  margin: 0;
  padding-left: 1em;
}
.inquirybox-v1__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: 767.98px) {
  .inquirybox-title {
    line-height: 1.25;
    text-align: center;
  }
}

/* ----- inquirybox-tel ----- */
.inquirybox-tel {
  margin: 0;
  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: 767.98px) {
  .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: 767.98px) {
  .inquirybox-tel--row .inquirybox-tel__label {
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .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: 23px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .inquirybox-tel__label {
    margin: 0 0 0.8em;
    font-size: 1.4rem;
  }
}
.inquirybox-tel__number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-tel__number {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .inquirybox-tel__number {
    font-size: 1.7rem;
  }
}
.inquirybox-tel__number:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  background: url(/app-files-custom/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: 767.98px) {
  .inquirybox-tel__number:before {
    margin-right: 10px;
    width: 22px;
    height: 22px;
  }
}
.inquirybox-tel__number a {
  color: #000000;
}
@media only screen and (max-width: 767.98px) {
  .inquirybox-tel__number a {
    text-decoration: underline;
  }
}

/* ----- 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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .inquirybox-v2__2nd {
    margin-top: 15px;
  }
}
.inquirybox-v2__2nd__text {
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .inquirybox-v3__item {
    margin: 25px 0 0;
    padding: 20px 20px 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: 767.98px) {
  .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: 767.98px) {
  .inquirybox-v3__title img {
    width: auto;
    height: 20px;
  }
}
.inquirybox-v3__text {
  margin: 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .inquirybox-v3__button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .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-custom/img/icon/icon_pc01_on.svg);
  }
}
@media only screen and (max-width: 767.98px) {
  .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-custom/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: 767.98px) {
  .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;
  }
}

/* ------------------------------------------------------
 * 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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .button__type {
    width: 100%;
    padding: 10px 35px;
  }
}

/* ----- area-return ----- */
@media print, screen and (min-width: 768px) {
  .Main__content > .area-return {
    margin-bottom: -4.6em !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .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 only screen and (min-width: 768px) and (max-width: 1280px) {
  .area-return {
    margin: 90px -32px 0;
    padding: 20px 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .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: 767.98px) {
  .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 {
  vertical-align: middle;
  margin-right: 10px;
  content: "";
  display: block;
  width: 21px;
  height: 20px;
  background: url(/app-files-custom/img/icon/icon_return.svg) 0 0 no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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-custom/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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .heading2__title {
    font-size: 2.0rem;
  }
}

/* ======================================================
 * Text
====================================================== */
/* ----- text ----- */
#header .text,
#footer .text {
  margin: 1em 0 0;
}

/* ======================================================
 * 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: 767.98px) {
  .link-list[data-col-sp] > li {
    margin-top: .2em;
  }
}
.link-list > li > [class*=__type] {
  padding-left: 1.2em;
  display: inline-block;
  position: relative;
}
.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;
}
@media only screen and (max-width: 767.98px) {
  .link-list > li > [class*=__type]:before {
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .link-list > li > a[class*=__type]:hover {
    text-decoration: underline;
  }
}

/* ----- unorder-list ----- */
.unorder-list {
  margin: 2em 0 0;
  padding: 0;
}
.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;
}
@media only screen and (max-width: 767.98px) {
  .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: 767.98px) {
  .unorder-list__nest {
    margin: .2em 0 .6em;
  }
}
@media print, screen and (min-width: 768px) {
  .unorder-list[data-col-pc] > li {
    margin-top: 0.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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .unorder-list-v2[data-col-sp] > li {
    margin-top: .2em;
  }
}

/* ----- 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: 767.98px) {
  .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: 767.98px) {
  .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-custom/img/icon/icon_faq.svg) 0 0 no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .question-linklist > li:before {
    top: 2px;
    width: 21px;
    height: 23px;
  }
}
@media only screen and (max-width: 767.98px) {
  .question-linklist > li:before {
    top: 3px;
    width: 15px;
    height: 17px;
  }
}

/* ======================================================
 * Other
====================================================== */
/* ----- customer-step ----- */
.customer-step * {
  outline: none;
}
.customer-step .slick-track {
  display: flex;
}
.customer-step__item {
  position: relative;
  overflow: hidden;
  background-color: #fdf4d2;
  display: flex !important;
  height: auto !important;
}
@media print, screen and (min-width: 768px) {
  .customer-step__item {
    margin-right: 30px;
    padding: 4px;
    width: 746px;
  }
}
@media only screen and (max-width: 767.98px) {
  .customer-step__item {
    padding: 2px;
  }
}
.customer-step__item:nth-child(n+2) {
  display: none;
}
.slick-initialized .customer-step__item:nth-child(n+2) {
  display: block;
}
.customer-step__item:after {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  content: "";
  display: block;
}
@media print, screen and (min-width: 768px) {
  .customer-step__item:after {
    height: calc(100% + 8px);
    width: 44px;
    background: url(/app-files-custom/img/cmn_bg01.png) 100% 50% no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .customer-step__item:after {
    height: calc(100% + 4px);
    width: 50px;
    background: url(/app-files-custom/img/cmn_bg01_sp.png) 100% 50% no-repeat;
    background-size: auto 100%;
  }
}
.customer-step__item__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff9e2;
}
@media print, screen and (min-width: 768px) {
  .customer-step__item__inner {
    padding: 16px 70px 30px 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .customer-step__item__inner {
    padding: 13px 42px 15px 15px;
  }
}
.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: 767.98px) {
  .customer-step__head {
    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: 767.98px) {
  .customer-step__label {
    padding: 5px 15px;
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
.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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .customer-step__title {
    font-size: 1.8rem;
  }
}
.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: 767.98px) {
  .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: 767.98px) {
  .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;
  }
}
@media only screen and (max-width: 767.98px) {
  .customer-step-layout__image {
    text-align: center;
  }
}
.customer-step-layout__image img {
  display: inline-block;
}
.customer-step-layout__detail {
  flex-grow: 1;
}
@media only screen and (max-width: 767.98px) {
  .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: center;
    border-radius: 10px;
    width: 304px;
    padding: 16px 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .customer-step-icon--01 {
    width: 113px;
  }
}
/* 02 */
@media print, screen and (min-width: 768px) {
  .customer-step-icon--02 {
    width: 174px;
  }
}
@media only screen and (max-width: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .customer-step-icon--06 {
    width: 88px;
  }
}

/* ----- customer-tab ----- */
@media print, screen and (min-width: 768px) {
  main .customer-tab {
    margin: 0 0 90px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .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: 767.98px) {
  .customer-tab__switch {
    border-radius: 8px;
    padding: 10px;
  }
}
.customer-tab__label {
  margin-bottom: 0.5em;
  border-radius: 3px;
  background-color: #f26c00;
  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: 767.98px) {
  .customer-tab__label {
    display: block;
    padding: 2px;
    font-size: 1.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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .company-select-modal .modaal-content-container {
    padding: 30px 20px 20px;
  }
}
.company-select-modal .modaal-close {
  position: absolute !important;
  background: none !important;
}
@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: 767.98px) {
  .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;
}
@media print, screen and (min-width: 768px) {
  .company-select-box__title {
    margin-bottom: 2em;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .company-select-box__title {
    margin-bottom: 1em;
    padding: 0 10px;
  }
}
.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: 767.98px) {
  .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-custom/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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .company-select-button__type.is-active {
    background-color: #11a292;
  }
}
@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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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-custom/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: 767.98px) {
  .company-select-button__selected__label:after {
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
  }
}
.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: 208px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .company-select-button__content {
    height: 120px;
    padding: 0 15px;
  }
  .company-select-button__content--2nd {
    height: 160px;
  }
}
.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: 767.98px) {
  .company-select-button__text {
    font-weight: 700;
  }
}
.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: 767.98px) {
  .company-select-button__strong {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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: 767.98px) {
  .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;
  }
}

.company-select-button__link {
  text-align: left;
}

.company-select-button__link a {
  position: relative;
  display: inline-block;
  text-align: left;
  font-weight: normal;
}

.company-select-button__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-button__link {
    margin-top: 5px;
  }
  .company-select-button__link a {
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .company-select-button__link a:hover {
    text-decoration: underline;
  }
  .company-select-button__link a:before {
    top: 0.35em;
    width: 9px;
    height: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .company-select-button__link {
    margin-top: 8px;
  }
  .company-select-button__link a {
    padding-left: 15px;
    font-size: 1.4rem;
  }
  .company-select-button__link a:before {
    top: 0.5em;
    width: 7px;
    height: 7px;
  }
}

/* ----- customer-modal ----- */
.customer-modal-title {
  font-weight: bold;
  text-align: center;
}

.customer-modal-box {
  border: 2px solid #cccccc;
  background-color: #fff;
}

.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-layout-v1__2nd__text {
  margin: 0;
}

.customer-modal-layout-v1__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;
  font-weight: bold;
  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-custom/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 {
  margin: 0;
  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-custom/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: 9999;
  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;
  z-index: 10;
  background-color: #effffd;
}

.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;
  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-custom/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-custom/img/icon/icon_blank_ic02.svg) 0 0 no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .customer-modal-title {
    margin: 0 0 35px;
    font-size: 2.8rem;
  }
  .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-layout-v1 {
    display: flex;
    justify-content: space-between;
  }
  .customer-modal-layout-v1 .home-webservice-buttons .home-c-button {
    width: 170px;
  }
  .customer-modal-layout-v1__1st {
    width: 212px;
  }
  .customer-modal-layout-v1__2nd {
    width: 260px;
  }
  .customer-modal-layout-v1__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 > a {
    font-size: 3.6rem;
  }
  .customer-modal-tel > a:before {
    top: -2px;
    height: 35px;
    width: 35px;
  }
  .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__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-custom/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-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 > 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: 25px;
  }
  .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;
  }
  a.customer-button--login:hover:before {
    background-image: url(/app-files-custom/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: 767.98px) {
  .customer-modal-title {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  .customer-modal-box {
    margin: 20px 0 0;
    padding: 20px 20px 25px;
  }
  .customer-modal-box__title {
    margin: 0 0 18px;
    padding: 0 0 18px;
    font-size: 1.8rem;
  }
  .customer-modal-box__title-v2 {
    margin: 0;
    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-layout-v1__1st {
    margin: 0 auto;
    width: 178px;
  }
  .customer-modal-layout-v1__2nd {
    margin-top: 15px;
  }
  .customer-modal-layout-v1__2nd__text {
    text-align: center;
  }
  .customer-modal-layout-v1__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 > a {
    font-size: 2.1rem;
    text-decoration: underline;
  }
  .customer-modal-tel > 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__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-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 > 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;
  }
}