.faq_sec_main .cont {
  width: 58%;
}
.faq_sec_main figure {
  width: 40%;
}

.faq_sec_list > ul > li {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.faq_sec_list > ul > li > div {
  padding: 10px 20px;
}
.faq_sec_list > ul > li > .q {
  font-size: 1.1em;
}
.faq_sec_list > ul > li > .a {
  background-color: #ecf4fc;
}
.faq_sec_list > ul > li > .a.orange_bg {
  background-color: #fff3eb;
}
.faq_sec_list .guide_sec {
  margin-top: 10px;
}
.faq_sec_list .guide_sec li a {
  background-color: #fff;
}

.faq_sec_all {
  padding-bottom: 20px;
}
.faq_sec_all > ul > li:not(:last-child) {
  margin-bottom: 25px;
}
.faq_sec_all > ul > li .q {
  position: relative;
  background-color: #ecf4fc;
  padding: 10px 35px 10px 50px;
  font-size: 1.1em;
  cursor: pointer;
}
.faq_sec_all > ul > li .q .icon_plus {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 15px;
  top: calc(50% - 8px);
  transition: all 0.2s ease-in-out;
}
.faq_sec_all > ul > li .q .icon_plus::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 10%;
  height: 100%;
  transform: translateX(7px);
}
.faq_sec_all > ul > li .q .icon_plus::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 10%;
  left: 0;
  top: 0;
  transform: translateY(7px);
}
.faq_sec_all > ul > li .q .icon_plus.active {
  transform: rotate(45deg);
}
.faq_sec_all > ul > li .a {
  display: none;
  position: relative;
  padding: 10px 20px 10px 50px;
}
.faq_sec_all > ul > li .a .qa_icon {
  background-color: #ee6814;
}
.faq_sec_all > ul .qa_icon {
  position: absolute;
  display: block;
  border-radius: 9999px;
  background-color: #005bac;
  width: 28px;
  height: 28px;
  line-height: 24px;
  color: #fff;
  left: 10px;
  top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.faq_sec_main.payment_sec ul {
  margin-top: 20px;
  flex-wrap: wrap;
}
.faq_sec_main.payment_sec ul::after {
  display: block;
  content: "";
  width: 32%;
}
.faq_sec_main.payment_sec li {
  border: 3px solid #eee;
  border-radius: 5px;
  width: 32%;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.faq_sec_main.payment_sec li img {
  display: block;
  padding: 10px 10px 10px 10px;
}

.bank_sec {
  padding: 10px;
}
.bank_sec dl {
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.bank_sec dl:first-child {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
}
.bank_sec dl dt {
  width: 30%;
}
.bank_sec dl dd {
  font-weight: 500;
  font-size: 1.2em;
}

.creditcard_sec {
  text-align: center;
}
.creditcard_sec dl {
  margin: 20px 0;
}
.creditcard_sec dl dt {
  width: 70%;
  margin: 0 auto;
}
.creditcard_sec dl dd {
  font-weight: 500;
  margin: 10px 0;
  font-size: 1.5em;
}

.daibiki_sec > dl {
  justify-content: center;
  gap: 30px;
  align-items: center;
}
.daibiki_sec > dl > dt {
  width: 35%;
}
.daibiki_sec > dl > dd {
  width: 50%;
}
.daibiki_sec > dl > dd h4 {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.daibiki_sec > dl > dd .table {
  width: 100%;
  text-align: center;
}
.daibiki_sec > dl > dd .table .head dt,
.daibiki_sec > dl > dd .table .head dd {
  background-color: #f1f1f1;
}
.daibiki_sec > dl > dd .table dt,
.daibiki_sec > dl > dd .table dd {
  border-bottom: 1px solid #999;
}
.daibiki_sec > dl > dd .table dt {
  width: 50%;
}

.shop_sec > dl > dt {
  width: 60%;
}
.shop_sec > dl > dt iframe {
  width: 100%;
  height: 300px;
}
.shop_sec > dl > dd {
  width: 37%;
}
.shop_sec > dl > dd dt {
  font-size: 1.2em;
  font-weight: 500;
}

.invoice {
  margin: 0 auto;
}
.invoice dt {
  font-weight: 500;
  text-align: center;
}
.invoice dd {
  padding-left: 2em;
}

.company_page .table {
  width: 100%;
}
.company_page .table dt,
.company_page .table dd {
  vertical-align: middle;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.company_page .map_sec {
  margin-top: 30px;
}
.company_page .map_sec li {
  margin-bottom: 30px;
}
.company_page .map_sec iframe {
  width: 100%;
  max-height: 280px;
}
.company_page .privacy p {
  margin-bottom: 1.5em;
}
.company_page .privacy > dl {
  margin-bottom: 1.5em;
}
.company_page .privacy > dl > dt {
  font-weight: bold;
}
.company_page .privacy .name {
  text-align: right;
}

.form_request .top {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  align-items: center;
  gap: 20px;
}
.form_request .top figure {
  width: 25%;
}
.form_request .top p {
  width: 70%;
}
.form_request .table {
  margin-top: 30px;
  width: 100%;
}
.form_request .table input[type=text] {
  padding: 10px 20px;
}
.form_request .table dt {
  text-align: center;
  font-weight: 500;
}
.form_request .table dt,
.form_request .table dd {
  vertical-align: middle;
  border-bottom: 1px solid #999;
  padding: 10px 0;
}
.form_request .table .zip_sec {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}
.form_request .table .zip_sec .button {
  padding: 3px 10px;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  width: auto;
  margin-left: 20px;
}

.contact_sec p {
  margin-bottom: 15px;
  font-size: 0.9em;
}
.contact_sec ul {
  display: flex;
  justify-content: space-between;
}
.contact_sec ul li {
  box-shadow: 0 0 2px #999;
  padding: 20px 0;
  box-sizing: border-box;
  width: 48%;
  border-radius: 5px;
  text-align: center;
}
.contact_sec ul li .btn {
  margin-bottom: 10px;
}
.contact_sec ul li h4 {
  margin-bottom: 10px;
}

#contact_form .contact_item {
  display: flex;
  justify-content: space-around;
}

.template_page .table_list dl dd.icon {
  width: 8%;
}
.template_page .table_list dl dt {
  width: 52%;
}
.template_page .table_list dl dd.caption {
  font-size: 11px;
  width: 20%;
}
.template_page .table_list dl dd.btn_sec {
  width: 20%;
}

@media screen and (max-width: 780px) {
  .contact_sec ul {
    flex-flow: column;
  }
  .contact_sec ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .template_page .table_list dl {
    display: grid;
    grid-template-columns: 10% 60% 30%;
    align-items: center;
    border-bottom: 1px solid #999;
  }
  .template_page .table_list dl dt,
  .template_page .table_list dl dd {
    border: none;
  }
  .template_page .table_list dl dd.icon {
    grid-row: 1/3;
    grid-column: 1/4;
  }
  .template_page .table_list dl dt {
    grid-row: 1/2;
    grid-column: 2/3;
    width: auto;
    padding-bottom: 0;
  }
  .template_page .table_list dl dd.caption {
    grid-row: 2/3;
    grid-column: 2/3;
    width: auto;
    padding-top: 0;
  }
  .template_page .table_list dl dd.btn_sec {
    grid-row: 1/3;
    grid-column: 3/4;
    width: auto;
  }
  #contact_form .contact_item {
    flex-wrap: wrap;
  }
  #contact_form .contact_item li {
    width: 49%;
    margin: 10px 0;
  }
  .form_request .table .zip_sec {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .faq_sec_main {
    flex-wrap: wrap;
  }
  .faq_sec_main .cont {
    width: 100%;
    order: 2;
  }
  .faq_sec_main figure {
    order: 1;
    width: 70%;
    margin: 0 auto;
  }
  .form_request .table dt,
  .form_request .table dd {
    display: block;
    width: 100%;
  }
  .form_request .table dt {
    border-bottom: none;
    padding-bottom: 0;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .form_request .table dd {
    padding-top: 5px;
  }
}