@charset "UTF-8";
h2 {
  margin-bottom: 8px;
  font-size: 20px;
  margin-top: 18rem;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  margin-bottom: 6px;
  border-left: 5px solid #C7C6B9;
  padding-left: 6px;
  font-weight: bold;
}

/*---------------------------------
    特商法
  ---------------------------------*/
.tokusho_container {
  width: 100%;
  max-width: 800px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10rem;
  margin-right: auto;
  margin-left: auto;
}

.tokusho_container table {
  border: 1px solid #ccc;
}

.tokusho_container table th {
  font-size: 16px;
  vertical-align: middle;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #F5F5F5;
  text-align: left;
  float: none;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 650px) {
  .tokusho_container table th {
    display: block;
    width: 100%;
  }
}

.tokusho_container table td {
  background-color: #FDFDFD;
  text-align: left;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 10px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 650px) {
  .tokusho_container table td {
    display: block;
    width: 100%;
  }
}

.tokusho_container table td li {
  list-style-position: inside;
}

/*=====================================
      FAQ
    =====================================*/
.faq_container {
  width: 100%;
  max-width: 800px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10rem;
  margin-right: auto;
  margin-left: auto;
}

.faq_container .corner_lead {
  margin-bottom: 32px;
}

.faq_container .corner_lead ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.faq_container .corner_lead ul li {
  list-style: none;
  width: calc(100% / 5 - 1rem);
  margin: 0.4rem;
}

@media screen and (max-width: 650px) {
  .faq_container .corner_lead ul li {
    width: calc(100% / 2 - 1rem);
  }
}

.faq_container .corner_lead ul li a {
  background: #E7E7E4;
  border-radius: 3px;
  border: solid #C7C6B9 2px;
  display: block;
  text-align: center;
  padding: 1rem 0;
}

@media screen and (max-width: 650px) {
  .faq_container .corner_lead ul li a {
    font-size: 14px;
  }
}

.faq_container .faqList__wrap:nth-child(n+2) {
  margin-top: 56px;
}

.faq_container .faqList__wrap .anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

.faq_container .faqList__item {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 4px;
}

.faq_container .faqList__item:hover {
  background: #E7E7E4;
}

.faq_container .faqList__item--icon {
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 8px 10px;
  display: inline-block;
  font-size: 18px;
  margin-right: 8px;
  position: relative;
  top: -4px;
}

.faq_container .faqList__item--Q {
  display: block;
  font-size: 16px;
  padding: 2rem 0 1.2rem 2rem;
  vertical-align: middle;
}

.faq_container .faqList__item .icon--Q {
  background: #C7C6B9;
}

.faq_container .faqList__item .icon--A {
  background: #E7E7E4;
}

.faq_container .faqList__item--A {
  padding: 2rem 0 1.2rem 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
}

.faq_container .faqList__item--A a {
  border-bottom: 1px solid #C7C6B9;
}

.faq_container .faqList__item--A a:hover {
  color: #c4442b;
}

.faq_container .faqList__item .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.faq_container .faqList__item--text {
  padding: 1rem 1.4rem;
  background: #f2f2f2;
  width: 93%;
  border-radius: 3px;
  font-size: 14px;
}

.faq_container .faqList__item.active {
  background: #fff;
}
/*# sourceMappingURL=tokusho.css.map */