@charset "UTF-8";
/*about:root*/
:root {
  --base_white: #fff;
  --about_faqcolor: #f1e7e5;
  --about_bgcolor: #f1e7e5;
  --about_bgcolor-dark: #c7bbb8;
  --border-color-bk: #565656;
  --border-color-og: #f98d28;
  --border-bottom-Idx: 2px dotted var(--border-color-bk);
  --border-orange: 2px solid var(--border-color-og);
}

html {
  scroll-padding-top: 96px;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }
  .l-container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
}

.ropWrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.ropWrapper aside {
  display: none;
}

.ropWrapper .ropWrapper_inner {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .ropWrapper aside {
    display: flex;
    width: 25%;
    margin-right: 5%;
  }

  .ropWrapper .ropWrapper_inner {
    width: calc(100% - 30%);
  }
}

.c-section.error__wrapper.aboutBox,
.c-section.error__wrapper.afiBox,
.c-section.error__wrapper.paymentBox,
.c-section.error__wrapper.privacy,
.c-section.error__wrapper.recyclecostBox,
.c-section.error__wrapper.service,
.c-section.error__wrapper.sitemapBox,
.c-section.error__wrapper.guideBox,
.c-section.error__wrapper.memberBox,
.c-section.error__wrapper.transferBox,
.c-section.error__wrapper.benefitsBox,
.c-section.error__wrapper.deliveryBox,
.c-section.error__wrapper.registrationBox {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

/*sideMenu*/
#sideMenu {
  display: none;
}

@media screen and (min-width: 768px) {
  #sideMenu {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  #sideMenu nav,
  #sideMenu nav ul,
  #sideMenu nav ul li,
  #sideMenu nav ul li a,
  #sideMenu nav ul li a:link,
  #sideMenu nav ul li a:visited,
  #sideMenu nav ul li a:hover {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }

  #sideMenu nav ul li {
    padding: 1rem 0;
    border: 1px solid var(--border-color-bk);
    border-right: 0;
    border-left: 0;
  }

  #sideMenu nav ul li:not(:last-of-type) {
    border-bottom: none;
  }

  #sideMenu nav ul li a button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .sideMenu_about button::before {
    content: "";
    background: url("/static/EX/guide/images/guide_icon_company.png") top left
      no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
  }

  .sideMenu_member button::before {
    content: "";
    background: url("/static/EX/guide/images/guide_icon_member.png") top left
      no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
  }
  .sideMenu_order button::before {
    content: "";
    background: url("/static/EX/guide/images/guide_icon_order.png") top left
      no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
  }
  .sideMenu_delivery button::before {
    content: "";
    background: url("/static/EX/guide/images/guide_icon_delivery.png") top left
      no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
  }
  .sideMenu_payment button::before {
    content: "";
    background: url("/static/EX/guide/images/guide_icon_payment.png") top left
      no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
  }
  .sideMenu_value button::before {
    content: "";
    background: url(/static/EX/guide/images/guide_icon_value.png) top left
      no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
  }

  .sideMenu_return button::before {
    content: "";
    background: url("/static/EX/guide/images/guide_icon_return.png") top left
      no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
  }

  .sideMenu_handover button::before {
    content: "";
    background: url("/static/EX/guide/images/guide_icon_handover.png") top left
      no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
  }

  .sideMenu_faqUsually button::before {
    content: "";
    background: url("/static/EX/guide/images/guide_icon_contact.png") top left
      no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
  }
}

/*guide*/

#howToUse {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
}

.buttonBox {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.buttonBox a,
.buttonBox a:link,
.buttonBox a:visited,
.buttonBox a:hover {
  background: var(--base_white);
  width: calc(90% / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 2px solid var(--border-color-bk);
}

@media screen and (min-width: 768px) {
  .buttonBox a,
  .buttonBox a:link,
  .buttonBox a:visited,
  .buttonBox a:hover {
    width: calc(90% / 4);
    margin-right: auto;
    margin-left: 0;
  }

  .faqBox.includeSet {
    width: 100%;
  }

  .faqBox.includeSet .faqBox_inner .buttonBox a,
  .faqBox.includeSet .faqBox_inner .buttonBox a:link,
  .faqBox.includeSet .faqBox_inner .buttonBox a:visited,
  .faqBox.includeSet .faqBox_inner .buttonBox a:hover {
    width: calc(90% / 4);
    margin-right: auto;
    margin-left: 0;
  }

  .buttonBox a:nth-of-type(4n),
  .faqBox.includeSet .faqBox_inner .buttonBox a:nth-of-type(4n) {
    margin-right: 0;
  }

  .buttonBox a:nth-of-type(n + 4) {
    margin-left: 0;
    margin-right: 2.5%;
  }

  .buttonBox a:last-of-type {
    margin-right: auto;
  }
}

.buttonBox a button {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.buttonBox a button img {
  width: 50%;
}

.buttonBox a button img:last-of-type {
  width: 20%;
}

.faqUsually {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.faqUsuallyIdx {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  margin-bottom: 1rem;
}

.faqUsually_inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.faqUsually_inner a,
.faqUsually_inner a:link,
.faqUsually_inner a:visited,
.faqUsually_inner a:hover {
  width: 48%;
  margin-bottom: 20px;
  border: 1px solid var(--about_bgcolor-dark);
  border-radius: 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 10px;
}

.faqUsually_inner a:last-of-type {
  width: 98%;
  margin: 0 auto 20px;
}

.faqUsually_inner a button {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
}

/*faq*/
.faqBox {
  background: var(--about_faqcolor);
}

.faqBox_inner {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.faqBox_inner img {
  width: 100%;
  display: flex;
  height: auto;
}

.faqBox_inner div {
  width: 100%;
}

.faqBox_inner div h3 {
  border-bottom: 2px dotted var(--border-color-bk);
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}

.faqBox_inner div h3.indexCompany::before {
  background: url("/static/EX/guide/images/guide_icon_company.png") top left
    no-repeat;
  background-size: contain;
  content: "";
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
}

.faqBox_inner div h3.indexMember::before {
  background: url("/static/EX/guide/images/guide_icon_member.png") top left
    no-repeat;
  background-size: contain;
  content: "";
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
}

.faqBox_inner div h3.indexOrder::before {
  background: url("/static/EX/guide/images/guide_icon_order.png") top left
    no-repeat;
  background-size: contain;
  content: "";
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
}
.faqBox_inner div h3.indexPayment::before {
  background: url("/static/EX/guide/images/guide_icon_payment.png") top left
    no-repeat;
  background-size: contain;
  content: "";
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
}
.faqBox_inner div h3.indexDelivery::before {
  background: url("/static/EX/guide/images/guide_icon_delivery.png") top left
    no-repeat;
  background-size: contain;
  content: "";
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
}
.faqBox_inner div h3.indexValue::before {
  background: url("/static/EX/guide/images/guide_icon_value.png") top left
    no-repeat;
  background-size: contain;
  content: "";
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
}
.faqBox_inner div h3.indexReturn::before {
  background: url("/static/EX/guide/images/guide_icon_return.png") top left
    no-repeat;
  background-size: contain;
  content: "";
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
}
.faqBox_inner div h3.indexHandover::before {
  background: url("/static/EX/guide/images/guide_icon_handover.png") top left
    no-repeat;
  background-size: contain;
  content: "";
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
}
.faqBox_inner .faqBox_inner_list {
  width: 100%;
  background: var(--base_white);
  padding: 1rem;
}

.faqBox_inner .faqBox_inner_list li {
  margin-bottom: 1rem;
}

.faqBox_inner .faqBox_inner_list li a:hover {
  text-decoration: underline;
  opacity: 0.6;
}
.faqBox_inner > a,
.faqBox_inner > a:link,
.faqBox_inner > a:visited,
.faqBox_inner > a:hover {
  width: 60%;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.faqBox_inner > a > button {
  background: var(--base_white);
  border: 1px solid var(--about_bgcolor-dark);
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 60px;
  padding: 0.5rem 0;
}

/*about*/
#aboutBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

#aboutBox section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background-color: var(--base_white);
}

#aboutIdx {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-bottom: var(--border-bottom-Idx);
  text-align: left;
  padding: 1rem;
  margin-bottom: 1rem;
}

#aboutIdx div {
  width: 100%;
}
#aboutIdx div::before {
  content: "";
  display: inline-block;
  background: url("/static/EX/guide/images/guide_icon_company.png") top left
    no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.aboutRopping,
.aboutSCTA,
.aboutLicence {
  width: 90%;
  margin: 0 auto;
}

.aboutRopping_inner {
  width: 100%;
  margin: 0 auto 1rem;
}

.aboutRopping h2 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

#aboutSCTA {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

#aboutSCTA h2 {
  width: 100%;
  margin: 0 auto 1rem;
  text-align: left;
}

#aboutSCTA > div {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
}

#aboutSCTA .aboutSCTA_inner {
  width: 100%;
}

#aboutSCTA .aboutSCTA_inner dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}

#aboutSCTA .aboutSCTA_inner dl dt {
  width: 100%;
  background: var(--about_bgcolor);
  padding: 1rem;
  border: 1px solid #f1e7e5;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  text-align: left;
}

#aboutSCTA .aboutSCTA_inner dl dd {
  width: 100%;
  padding: 1rem;
  border: 1px solid #f1e7e5;
  display: flex;
  flex-direction: column;
  justify-self: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  text-align: left;
}

#aboutSCTA .aboutSCTA_inner dl dd a,
#aboutSCTA .aboutSCTA_inner dl dd a:link,
#aboutSCTA .aboutSCTA_inner dl dd a:visited,
#aboutSCTA .aboutSCTA_inner dl dd a:hover {
  text-decoration: underline;
}

#aboutSCTA .aboutSCTA_inner dl dd:not(:last-of-type) {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  #aboutSCTA .aboutSCTA_inner dl {
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }

  #aboutSCTA .aboutSCTA_inner dl dt {
    width: 30%;
    border-color: var(--about_bgcolor-dark);
  }

  #aboutSCTA .aboutSCTA_inner dl dd {
    width: calc(100% - 30%);
    border-color: var(--about_bgcolor-dark);
    border-left: none;
  }

  #aboutSCTA .aboutSCTA_inner dl dt:not(:last-of-type),
  #aboutSCTA .aboutSCTA_inner dl dd:not(:last-of-type) {
    border-bottom: none;
  }
}

.aboutLicence h2 {
  margin-bottom: 1rem;
}

.aboutLicence div {
  margin-bottom: 1rem;
}

.aboutLicence_inner dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.aboutLicence_inner dl dt {
  width: 40%;
  border: 1px solid #565656;
  padding: 1rem;
}
.aboutLicence_inner dl dd {
  width: calc(100% - 40%);
  border: 1px solid #565656;
  border-left: none;
  padding: 1rem;
}

.aboutLicence_inner dl dt:not(:last-of-type),
.aboutLicence_inner dl dd:not(:last-of-type) {
  border-bottom: none;
}

/*payment*/

#paymentIdx {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-bottom: var(--border-bottom-Idx);
  text-align: left;
  padding: 1rem;
  margin-bottom: 1rem;
}

#paymentIdx div::before {
  content: "";
  display: inline-block;
  background: url("/static/EX/guide/images/guide_icon_payment.png") top left
    no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.paymentBox_inner {
  width: 90%;
  margin: 0 auto 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.paymentBox_inner img {
  width: 100%;
  display: flex;
  height: auto;
  max-width: 300px;
  margin: 0 auto 0 0;
}

.paymentBox_inner p a,
.paymentBox_inner p a:link,
.paymentBox_inner p a:visited,
.paymentBox_inner p a:hover {
  margin-bottom: 1rem;
}

.paymentBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.paymentBox article {
  width: 90%;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.paymentBox h1,
.paymentBox article h2 {
  text-align: left;
  width: 100%;
}

.paymentBox article h2 {
  border-bottom: 1px solid #565656;
  margin-bottom: 1rem;
}

.paymentBox .paymentList {
  width: 90%;
  display: flex;
  margin: 0 auto;
}

.paymentBox .paymentList ul {
  width: 96%;
  margin: 10px auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.paymentBox .paymentList ul li {
  list-style-type: none;
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: calc(98% / 2);
  margin: 0 auto 10px;
}

@media screen and (min-width: 768px) {
  .paymentBox .paymentList ul li {
    list-style-type: none;
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: calc(98% / 3);
    margin: 0 auto 10px;
  }

  .paymentBox .paymentList ul li:nth-last-of-type(2) {
    margin-left: 0;
    margin-right: 1%;
  }
  .paymentBox .paymentList ul li:last-of-type {
    margin-right: auto;
    margin-left: 0;
  }
}

.paymentBox .paymentList ul li a,
.paymentBox .paymentList ul li a:link,
.paymentBox .paymentList ul li a:visited,
.paymentBox .paymentList ul li a:hover {
  text-decoration: none;
  color: #565656;
  width: 100%;
}

.paymentBox .paymentList ul li a button {
  background: #c7bbb8;
  border-radius: 2rem;
  padding: 1rem;
  color: #fff;
  width: 100%;
  text-align: center;
}

.paymentBox article p {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.paymentBox article img {
  width: 100%;
  display: flex;
  height: auto;
}

.paymentBox article img.cardBrand {
  aspect-ratio: 1651/200;
  margin: 0 auto 2rem 0;
}

.paymentBox article img.visaSecure {
  aspect-ratio: 193/193;
  max-width: 110px;
  margin: 0 auto 2rem 0;
}
.paymentBox article img.np-atobarai {
  aspect-ratio: 468/200;
  max-width: 468px;
  margin: 0 auto 2rem 0;
}
.paymentBox article img.dBarai {
  aspect-ratio: 1124/396;
  max-width: 180px;
  margin: 0 auto 0 0;
}

.paymentBox article img.auKantan {
  aspect-ratio: 1000/378;
  max-width: 180px;
  margin: 2rem auto 0 0;
}

.paymentBox article img.softBank {
  aspect-ratio: 401/81;
  max-width: 180px;
  margin: 2rem auto 0 0;
}

.paymentBox article img.payPay {
  aspect-ratio: 822/300;
  max-width: 180px;
  margin: 0 auto 2rem 0;
}

.paymentBox article img.rakutenPay {
  aspect-ratio: 300/88;
  max-width: 300px;
  margin: 0 auto 2rem 0;
}

.paymentBox article img.auPay {
  aspect-ratio: 668/128;
  max-width: 180px;
  margin: 0 auto 2rem 0;
}

.paymentBox article img.paydi {
  aspect-ratio: 300/50;
  max-width: 300px;
  margin: 0 auto 2rem 0;
}

.paymentBox article a,
.paymentBox article a:link,
.paymentBox article a:visited,
.paymentBox article a:hover {
  text-decoration: underline;
}

.paymentBox article b {
  font-weight: bold;
}

.paymentBox article ul {
  width: 80%;
  margin: 0 auto 30px;
}

.paymentBox article ul li {
  list-style-type: disc;
}

/*SiteMap*/

#siteMap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 1rem;
}

.sitemapBox_inner {
  width: 90%;
  margin: 0 auto 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .sitemapBox_inner {
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .sitemapBox_inner h2 {
    width: 100%;
  }

  .sitemapBox_inner div {
    width: calc(96% / 3);
    margin-right: auto;
    margin-bottom: 1rem;
    text-align: justify;
  }

  .sitemapBox_inner div:nth-of-type(3n) {
    margin-right: 0;
  }

  .sitemapBox_inner div:last-of-type {
    width: 100%;
  }
}

.sitemapBox_inner > h2,
.sitemapBox_inner h3,
.sitemapBox_inner p {
  margin-bottom: 1rem;
}

.sitemapBox_inner_list {
  padding-left: 1rem;
}

.sitemapBox_inner_list li {
  margin-bottom: 1rem;
}

.sitemapBox_inner_list a:hover,
.sitemapBox_inner p a:hover {
  opacity: 0.6;
  text-decoration: underline;
  cursor: pointer;
}

/*member*/
#memberBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background: var(--base_white);
}

#memberIdx {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-bottom: var(--border-bottom-Idx);
  text-align: left;
  padding: 1rem;
  margin-bottom: 1rem;
}

#memberIdx div {
  width: 100%;
}

#memberIdx div::before {
  content: "";
  display: inline-block;
  background: url("/static/EX/guide/images/guide_icon_member.png") top left
    no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.memberBox_inner {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
}

.memberBox_inner img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 1rem;
  display: flex;
  height: auto;
}

.memberBox_inner h2 {
  width: 96%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.memberBox_inner > p,
.memberBox_inner > div {
  width: 90%;
  margin: 0 auto 1rem;
}

.memberBox_inner > div > h3 {
  width: 96%;
  margin: 0 auto 0.5rem;
  border-bottom: 1px solid var(--border-color-bk);
}

.memberBox_inner > div > h4 {
  width: 96%;
  margin: 0 auto 0.5rem;
  border-bottom: 1px solid var(--border-color-bk);
  font-size: large;
}

.memberBox_inner > div > h5 {
  width: 96%;
  margin: 0 auto 0.5rem;
  font-size: large;
}

.memberBox_inner > div > p,
.memberBox_inner > div > ol,
.memberBox_inner > div > ul {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.memberBox_inner > div > ol,
.memberBox_inner > div > ol > li {
  list-style-type: decimal;
}

.memberBox_inner > div > ul,
.memberBox_inner > div > ul > li {
  list-style-type: circle;
}

.memberBox_inner > div a,
.memberBox_inner > div a:link,
.memberBox_inner > div a:visited,
.memberBox_inner > div a:hover {
  text-decoration: underline;
  margin-bottom: 1rem;
  cursor: pointer;
}

.memberBox_inner > div a:hover {
  opacity: 0.6;
}

.memberBox_inner dl {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}

.memberBox_inner dl dt,
.memberBox_inner dl dd {
  border: 1px solid var(--about_bgcolor-dark);
  padding: 0.5rem;
}

.memberBox_inner dl dt {
  border-bottom: none;
  background-color: var(--about_bgcolor);
}

.memberBox_inner dl dd:not(:last-of-type) {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .memberBox_inner dl {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .memberBox_inner dl dt,
  .memberBox_inner dl dd {
    border: 1px solid var(--about_bgcolor-dark);
  }

  .memberBox_inner dl dt {
    border-right: none;
    width: 30%;
  }

  .memberBox_inner dl dt:not(:last-of-type) {
    border-bottom: none;
  }

  .memberBox_inner dl dd {
    width: calc(100% - 30%);
  }

  .memberBox_inner dl dd:not(:last-of-type) {
    border-bottom: none;
  }
}

/*transfer*/
#transferIdx {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-bottom: var(--border-bottom-Idx);
  text-align: left;
  padding: 1rem;
  margin-bottom: 1rem;
}

#transferIdx div::before {
  content: "";
  display: inline-block;
  background: url("/static/EX/guide/images/guide_icon_handover.png") top left
    no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.transferBox_inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 10px;
}

.transferBox_inner .buttonBox {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}

.transferBox_inner > .buttonBox > a,
.transferBox_inner > .buttonBox > a:link,
.transferBox_inner > .buttonBox > a:visited,
.transferBox_inner > .buttonBox > a:hover {
  width: 48%;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  border: var(--border-orange);
  border-radius: 12px;
  color: #f98d28;
  font-weight: bold;
  text-align: center;
}

.transferBox_inner > .buttonBox > a:hover {
  opacity: 0.6;
}

.transferBox_inner > .buttonBox > a button {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
}

.transferBox_inner img {
  width: 100%;
  margin: 0 auto 1rem;
  max-width: 512px;
  display: flex;
  height: auto;
}

.transferBox_inner div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

.transferBox_inner div p {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.transferBox_inner div p a,
.transferBox_inner div p a:link,
.transferBox_inner div p a:visited,
.transferBox_inner div p a:hover {
  color: #565656;
  text-decoration: underline;
  cursor: pointer;
}

/*affiliate*/
.afiBox img {
  width: 100%;
  display: flex;
  height: auto;
}
.afiIdx {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  margin-bottom: 1rem;
}
.afiBox h2 {
  margin-bottom: 10px;
}

.afiBox article {
  margin-bottom: 30px;
}

.afiBox article dl {
  width: 100%;
  margin: 0 auto 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}

.afiBox article dl dt,
.afiBox article dl dd {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  border: 1px solid var(--about_bgcolor-dark);
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .afiBox article dl {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .afiBox article dl dt {
    width: 20%;
    border-right: none;
  }

  .afiBox article dl dt:not(:last-of-type),
  .afiBox article dl dd:not(:last-of-type) {
    border-bottom: none;
  }
  .afiBox article dl dd {
    width: calc(100% - 20%);
  }
}

.afiBox article dl dt {
  font-weight: bold;
}

.afiBox article dl dt:not(:last-of-type) {
  border-bottom: none;
}

.afiBox article dl dt {
  background: var(--about_bgcolor);
}

.afiIdx img.sp,
.afiBox img.sp {
  display: flex;
  width: 100%;
  height: auto;
}
.afiIdx img.pc,
.afiBox img.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .afiIdx img.sp,
  .afiBox img.sp {
    display: none;
  }
  .afiIdx img.pc,
  .afiBox img.pc {
    display: flex;
    width: 100%;
    height: auto;
  }
}

a.afiLink_icon > img {
  width: 88px;
  height: auto;
  aspect-ratio: 88/31;
  display: flex;
}

.afiBox article div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .afiBox article div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
}

.afiBox article div p.textCaution a,
.afiBox article div p.textCaution a:link,
.afiBox article div p.textCaution a:visited,
.afiBox article div p.textCaution a:hover {
  text-decoration: underline;
}

.afiBox > article > a,
.afiBox > article > a:link,
.afiBox > article > a:visited,
.afiBox > article > a:hover {
  background: orange;
  border-radius: 60px;
  color: #fff;
  font-weight: bold;
  font-size: large;
  padding: 0.5rem;
  width: 80%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .afiBox article div a {
    width: 18%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .afiBox article div p.textCaution {
    width: calc(100% - 18%);
    display: inline-block;
  }

  .afiBox article div p.textCaution a,
  .afiBox article div p.textCaution a:link,
  .afiBox article div p.textCaution a:visited,
  .afiBox article div p.textCaution a:hover {
    display: inline-block;
    width: auto;
  }
}
/*benefits*/
#benefitsIdx {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-bottom: var(--border-bottom-Idx);
  text-align: left;
  padding: 1rem;
  margin-bottom: 1rem;
}

#benefitsIdx div::before {
  content: "";
  display: inline-block;
  background: url("/static/EX/guide/images/guide_icon_value.png") top left
    no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.benefitsBox_inner {
  width: 90%;
  margin: 0 auto 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.benefitsBox_inner img {
  width: 100%;
  display: flex;
  height: auto;
  margin: 0 auto;
  max-width: 370px;
}

.benefitsBox_inner h2 {
  width: 100%;
  border-bottom: 2px solid var(--border-color-bk);
  margin-bottom: 0.5rem;
}

.benefitsBox_inner p {
  margin-bottom: 1rem;
}

.benefitsBox_inner .campaignTag {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}

.benefitsBox_inner .campaignTag div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.benefitsBox_inner .campaignTag div img {
  width: 80%;
  display: flex;
  height: auto;
  margin: 0 auto 0 0;
  max-width: 200px;
}

.benefitsBox_inner .campaignTag div p {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .benefitsBox_inner .campaignTag {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
  }

  .benefitsBox_inner .campaignTag div {
    width: 48%;
    max-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
  }

  .benefitsBox_inner .campaignTag div:not(:last-of-type) {
    margin-right: 1rem;
  }

  .benefitsBox_inner .campaignTag div img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 0 0;
    height: auto;
    display: flex;
  }
}

.benefitsBox_inner .couponChk {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}

.benefitsBox_inner .couponChk div {
  margin-bottom: 1rem;
}

.benefitsBox_inner .couponChk div p {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .benefitsBox_inner .couponChk {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
  }

  .benefitsBox_inner .couponChk div {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }

  .benefitsBox_inner .couponChk div img {
    width: 96%;
    display: flex;
    height: auto;
    margin: 0 auto;
  }
}

.benefitsBox_inner .snsBox {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.benefitsBox_inner .snsBox div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
  border-bottom: 1px solid #303030;
  padding: 1rem;
}

.benefitsBox_inner .snsBox div:last-of-type {
  border-bottom: none;
}

.benefitsBox_inner .snsBox div p {
  width: calc(90% - 20%);
}

.benefitsBox_inner .snsBox div a,
.benefitsBox_inner .snsBox div a:link,
.benefitsBox_inner .snsBox div a:visited,
.benefitsBox_inner .snsBox div a:hover {
  width: 15%;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 60px;
}

.benefitsBox_inner .snsBox div a img {
  width: 100%;
  display: flex;
  height: auto;
}

.benefitsBox_inner .tvasahiPoint {
  width: 100%;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
}

.benefitsBox_inner .tvasahiPoint dt {
  background: var(--about_bgcolor);
  font-weight: bold;
}

.benefitsBox_inner .tvasahiPoint dd {
  text-align: justify;
}

.benefitsBox_inner .tvasahiPoint dt,
.benefitsBox_inner .tvasahiPoint dd {
  border: 1px solid var(--about_bgcolor-dark);
  padding: 0.4rem;
}

.benefitsBox_inner .tvasahiPoint dt:not(:last-of-type),
.benefitsBox_inner .tvasahiPoint dd:not(:last-of-type) {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .benefitsBox_inner .tvasahiPoint {
    width: 100%;
    margin: 1rem auto 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .benefitsBox_inner .tvasahiPoint dt {
    width: 130px;
  }

  .benefitsBox_inner .tvasahiPoint dd {
    width: calc(100% - 130px);
    border-left: none;
  }
}

.benefitsBox_inner .tvasahiPoint_details {
  width: 100%;
}

.benefitsBox_inner .tvasahiPoint_details a,
.benefitsBox_inner .tvasahiPoint_details a:link,
.benefitsBox_inner .tvasahiPoint_details a:visited,
.benefitsBox_inner .tvasahiPoint_details a:hover {
  text-decoration: underline;
  font-weight: bold;
}

/*order*/
#orderIdx {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-bottom: var(--border-bottom-Idx);
  text-align: left;
  padding: 1rem;
  margin-bottom: 1rem;
}

#orderIdx div::before {
  content: "";
  display: inline-block;
  background: url("/static/EX/guide/images/guide_icon_order.png") top left
    no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.orderBox_inner {
  width: 90%;
  margin: 0 auto 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.orderBox_inner img {
  width: 100%;
  margin: 0 auto 1rem;
  max-width: 480px;
  display: flex;
  height: auto;
}

.orderBox_inner p {
  display: inline-block;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.orderBox_inner p a,
.orderBox_inner p a:link,
.orderBox_inner p a:visited,
.orderBox_inner p a:hover {
  text-decoration: underline;
}

/*return*/
#returnIdx {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-bottom: var(--border-bottom-Idx);
  text-align: left;
  padding: 1rem;
  margin-bottom: 1rem;
}

#returnIdx div::before {
  content: "";
  display: inline-block;
  background: url("/static/EX/guide/images/guide_icon_return.png") top left
    no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.returnBox_inner {
  width: 90%;
  margin: 0 auto 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.returnBox_inner h2 {
  border-bottom: 2px solid var(--border-color-bk);
  width: 100%;
}

.returnBox_inner img {
  width: 100%;
  display: flex;
  height: auto;
  margin: 0 auto;
  max-width: 360px;
}

.returnBox_inner p {
  width: 90%;
  margin: 1rem auto;
}

.returnBox_inner p a,
.returnBox_inner p a:link,
.returnBox_inner p a:visited,
.returnBox_inner p a:hover {
  text-decoration: underline;
  font-weight: bold;
}

.returnBox_inner ol {
  list-style: none;
  padding-left: 1.5em;
}

.returnBox_inner ol li {
  margin-bottom: 0.5em;
}

.returnBox_inner ol li:before {
  counter-increment: num;
  content: counter(num, decimal);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5em;
  background: #303030;
  color: #fff;
}

.returnBox_inner ol {
  counter-reset: num;
}

/*shipping*/
#shippingIdx {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  border-bottom: var(--border-bottom-Idx);
  text-align: left;
  padding: 1rem;
  margin-bottom: 1rem;
}

#shippingIdx div::before {
  content: "";
  display: inline-block;
  background: url("/static/EX/guide/images/guide_icon_delivery.png") top left
    no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.shippingButtonBox {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.shippingButtonBox a,
.shippingButtonBox a:link,
.shippingButtonBox a:visited,
.shippingButtonBox a:hover {
  width: calc(96% / 2);
  margin: 0 0 1rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: none;
  border-radius: 60px;
}

@media screen and (min-width: 768px) {
  .shippingButtonBox a,
  .shippingButtonBox a:link,
  .shippingButtonBox a:visited,
  .shippingButtonBox a:hover {
    width: calc(98% / 3);
    margin: 0 0 1rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: none;
    border-radius: 60px;
  }
}

.shippingButtonBox a button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background: #c7bbb8;
  border-radius: 2rem;
  padding: 1rem;
  color: #fff;
  width: 100%;
  text-align: center;
}

.shippingBox_inner {
  width: 90%;
  margin: 0 auto 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.shippingBox_inner img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 1rem;
  display: flex;
  height: auto;
}

.shippingBox_inner h2 {
  width: 100%;
  border-bottom: 2px solid var(--border-color-bk);
  margin-bottom: 0.4rem;
}

.shippingBox_inner h3 {
  margin-bottom: 0.4rem;
  text-decoration: underline;
}

.shippingBox_inner p {
  width: 90%;
  margin: 0 auto 1rem;
}

.shippingBox_inner h2 div::before {
  content: "■";
  display: inline-block;
  vertical-align: middle;
}
.shippingBox_inner h3 div::before {
  content: "・";
  display: inline-block;
  vertical-align: middle;
}

.shippingBox_inner ol {
  margin-bottom: 1rem;
}

.shippingBox_inner > p > a,
.shippingBox_inner > p > a:link,
.shippingBox_inner > p > a:visited,
.shippingBox_inner > p > a:hover {
  text-decoration: underline;
}

/*service*/
.serviceClause {
  margin: 1rem auto;
}

.serviceBox_inner > ul,
.serviceBox_inner > ol {
  width: 90%;
  margin: 0 auto;
}

.serviceBox_inner > ul,
.serviceBox_inner > ul > li {
  list-style: none;
}

.serviceBox_inner > ul > li > ol {
  width: 90%;
  margin: 1rem auto 0;
}

.serviceBox_inner > ol,
.serviceBox_inner > ol > li {
  list-style-type: decimal;
  margin-bottom: 0.6rem;
}

.serviceBox_inner > ol > li {
  margin-bottom: 0.6rem;
}

.serviceBox_inner > ol > li > ol {
  width: 90%;
  margin: 0 auto;
  position: relative;
  list-style-type: none;
}

.serviceBox_inner > ul > li > ol > li,
.serviceBox_inner > ol > li > ol > li {
  list-style-type: none;
  margin-bottom: 0.6rem;
  position: relative;
}

.serviceBox_inner > ul > li > ol > li:before,
.serviceBox_inner > ol > li > ol > li:before {
  position: absolute;
  right: calc(100% + 0.5rem);
  content: "(" counter(list-item) ")";
}

.serviceBox_inner > ol > li > ol > li > ol {
  width: 90%;
  margin: 0 auto;
}
.serviceBox_inner > ol > li > ol > li > ol > li {
  list-style-type: lower-latin;
  margin-bottom: 0.6rem;
}

.serviceBox_inner a,
.serviceBox_inner a:link,
.serviceBox_inner a:visited,
.serviceBox_inner a:hover {
  text-decoration: underline;
}

/*サイト移転のお知らせ*/
section#siteRelocation {
  width: 100%;
  max-width: 960px;
  margin: 2rem auto;
}

section#siteRelocation p {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  section#siteRelocation p {
    text-align: left;
  }
}

section#siteRelocation article#siteBox {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  section#siteRelocation article#siteBox {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}

section#siteRelocation article#siteBox * {
  width: 100%;
  display: flex;
  height: auto;
}

section#siteRelocation article#siteBox div#ropSite {
  width: calc(96% / 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  border: 1px solid rgb(214, 79, 203);
  text-align: center;
  border-radius: 6px;
}

section#siteRelocation article#siteBox div#ropSite div {
  width: 100%;
  background: rgb(214, 79, 203);
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 1rem;
}

section#siteRelocation article#siteBox div#exSite {
  width: calc(96% / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border: 1px solid rgb(214, 117, 79);
  text-align: center;
  border-radius: 6px;
}

section#siteRelocation article#siteBox div#exSite div {
  width: 100%;
  background: rgb(214, 117, 79);
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 1rem;
}

section#siteRelocation article#siteBox div#ropSite a,
section#siteRelocation article#siteBox div#ropSite a:link,
section#siteRelocation article#siteBox div#ropSite a:visited,
section#siteRelocation article#siteBox div#ropSite a:hover,
section#siteRelocation article#siteBox div#exSite a,
section#siteRelocation article#siteBox div#exSite a:link,
section#siteRelocation article#siteBox div#exSite a:visited,
section#siteRelocation article#siteBox div#exSite a:hover {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  border: none;
  background: none;
  padding: 1rem;
  cursor: pointer;
  height: auto;
}

section#siteRelocation article#siteBox div#ropSite a:hover,
section#siteRelocation article#siteBox div#exSite a:hover {
  text-decoration: underline;
}

section#siteRelocation article#siteBox div#ropSite a button,
section#siteRelocation article#siteBox div#exSite a button {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  border: none;
  background: none;
  padding: 1rem;
  cursor: pointer;
  height: auto;
}

section#siteRelocation p.caution {
  padding: 0.4rem;
  background: rgb(255, 255, 212);
  border: 2px dotted rgb(189, 127, 56);
  text-align: justify;
}

section#siteRelocation p.caution a,
section#siteRelocation p.caution a:link,
section#siteRelocation p.caution a:visited,
section#siteRelocation p.caution a:hover {
  text-decoration: underline;
}

section#siteRelocation article#siteBox div#ropSite div::after,
section#siteRelocation article#siteBox div#exSite div::after {
  content: "▼";
}
