.main {
  padding: 0 0 40px 0;
}
.bg-yellow {
  background-color: #FFFBEF;
}
.bg-white {
  background-color: #fff;
  border: 1px solid #FFEBD9;
}
.pagetop {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
}
.cmn-image img {
  height: auto !important;
}

/*--------------------
  accordion
--------------------*/
.toggle-group>.toggle-head.open {
  color: #007749;
}
.toggle-group>.toggle-head.open .question-initial {
  color: #007749 !important;
}
.toggle-section.main {
  padding-bottom: 0;
}
.toggle-group>.toggle-head .question {
  font-weight: bold;
}
.toggle-group>.toggle-head .question-initial {
  font-size: 1.8rem;
  top: 0;
}
.toggle-group>.toggle-head .question-text {
  font-size: 1.8rem;
}
.toggle-section .note-s {
  font-size: 12px;
}
.toggle-group>.toggle-head .icon {
  top: 38%;
  background-image: url(/common/service/image/appli/how_to_order/button-plus.svg);
}
.toggle-group>.toggle-head.open .icon {
  background-image: url(/common/service/image/appli/how_to_order/button-minus.svg);
}
.toggle-body .toggle-contents {
  max-width: 1100px;
  margin: 0 auto 50px;
  padding: 45px;
}
.toggle-body .toggle-contents.toggle-contents-ptn2 {
  padding: 0;
}
.toggle-body .toggle-contents .cmn-flex-rvs {
  margin-bottom: 40px !important;
}
.toggle-body .toggle-contents .cmn-flex-rvs+.cmn-flex-rvs {
  border-top: 1px solid #DDD;
  padding-top: 45px;
}
.toggle-body .toggle-contents .cmn-flex-rvs:first-child {
  border-top: none;
}
.toggle-body .toggle-contents .cmn-flex-rvs+.cmn-flex-rvs.sub {
  border-top: none;
  padding-top: 0;
  margin-top: -40px;
}
.cmn-flex-rvs .cmn-image.image-arrow::after {
  content: url(/common/service/image/appli/how_to_order/icon_pc.svg);
  display: block;
  width: 34px;
  height: 19px;
  padding-top: 20px;
  margin: 0 auto;
}
.cmn-flex-rvs .cmn-image.image-3 {
  width: 441px;
}
.cmn-flex-rvs .cmn-text p,
.cmn-flex-rvs .cmn-text .cmn-note {
  max-width: 521px;
}
.cmn-note-s {
  margin-bottom: 30px;
}
.cmn-note-s:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .toggle-body .toggle-body-ttl {
    max-width: 1100px;
    margin: 0 auto 30px;
  }
  .cmn-flex-rvs .cmn-image .image-3 {
    width: 441px;
  }
  .cmn-flex-rvs .cmn-image .image-3 img {
    display: block;
    margin: 0 auto;
  }
  .cmn-flex-rvs .cmn-image .image-3 img:nth-child(1),
  .cmn-flex-rvs .cmn-image .image-3 img:nth-child(2) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mb-60 {
    margin-bottom: 40px !important;
  }
  .pagetop {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
  }

  /*--------------------
    accordion
  --------------------*/
  .toggle-group>.toggle-head .question-initial {
    font-size: 1.6rem;
  }
  .toggle-group>.toggle-head .question-text {
    font-size: 1.6rem;
  }
  .toggle-body .toggle-contents {
    margin-bottom: 30px;
    padding: 30px 20px;
  }
  .cmn-flex-rvs .cmn-image {
    max-width: 160px;
    margin: 0 auto 25px;
  }
  .cmn-flex-rvs .cmn-image.img-box {
    max-width: none;
  }
  .cmn-flex-rvs .cmn-image .cmn-image-block {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cmn-flex-rvs .cmn-image .cmn-image-block.cmn-image-block-2 {
    align-items: flex-start;
  }
  .cmn-flex-rvs .cmn-image .cmn-image-block li {
    list-style: none;
    max-width: 100px;
  }
  .cmn-flex-rvs .cmn-image .cmn-image-block li:nth-child(2) {
    margin: 0 10px;
  }
  .cmn-flex-rvs .cmn-image .cmn-image-block.cmn-image-block-2 li:nth-child(2) {
    margin: 62px 10px 0;
  }
  .cmn-flex-rvs .cmn-image .cmn-image-block li:nth-child(2) img {
    width: 12px;
  }
  .cmn-flex-rvs .cmn-image .cmn-image-block.image-3 {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .cmn-flex-rvs .cmn-image .cmn-image-block.image-3 li:nth-child(1) {
    max-width: 110px;
  }
  .cmn-flex-rvs .cmn-image .cmn-image-block.image-3 li:nth-child(2) {
    margin: 0 0 10px 0;
  }
  .cmn-flex-rvs .cmn-image .cmn-image-block.image-3 li:nth-child(2) img {
    width: 18px;
  }
  .cmn-flex-rvs .cmn-image .cmn-image-block.image-3 li:nth-child(3) {
    max-width: 224px;
  }
  .cmn-flex-rvs .cmn-image .cmn-image-block.image-3 li.images img {
    width: 48%;
  }
  .cmn-flex-rvs .cmn-text {
    padding-top: 30px;
  }
  .cmn-flex-rvs tbody, .cmn-flex-rvs tr, .cmn-flex-rvs td {
    margin-bottom: 0 !important;
  }
  .toggle-body .toggle-contents .cmn-flex-rvs {
    margin-bottom: 30px !important;
  }
  .toggle-body .toggle-contents .cmn-flex-rvs+.cmn-flex-rvs {
    border-top: none;
    padding-top: 0;
  }
  .cmn-note-s {
    margin-bottom: 20px;
  }
  .cmn-note-s:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .cmn-flex-rvs .cmn-image .cmn-image-block li {
    list-style: none;
    max-width: 80px;
  }
}