/* ▼-----index----- */
.wrap-secMS {
  display: flex;
  margin: 0 auto;
  padding: 40px 0;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #fff;
  border-radius: 8px;
}
.wrap-secMS ul {
  width: 50%;
  margin: 0 0 40px;
  list-style: none;
}
.wrap-secMS div {
  width: 50%;
  min-width: 360px;
  text-align: center;
  background-color: white;
}
.wrap-carbon-contact h3 {
  margin: 16px 0;
  font-size: 16px;
}
.wrap-carbon-contact {
  padding: 20px;
  margin: 20px 0 0;
  border-radius: 8px;
  background-color: #fff;
}
.tbl-faq {
  width: 100%;
}
.tbl-faq td {
  padding: 8px;
  border: 1px solid #dfe5dc;
  background-color: #fff;
}
.tbl-faq th {
  padding: 8px;
  min-width: 80px;
  background-color: #10479e;
  color: #fff;
  font-weight: 500;
  text-align: left;
}
.content-carbon-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.content-carbon-contact span {
  line-height: 2rem;
}

/* ▲-----index----- */
/* ▼-----formats（各種書式一覧）----- */
.wrap-formats {
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}
.wrap-formats h3 {
  margin: 0 0 40px;
}
.wrap-formats-img {
  text-align: center;
  padding: 40px 0;
}
.wrap-formats img {
  width: 100%;
}
.wrap-formats-img-b {
  max-width: 510px;
  margin: 0 auto;
}
.wrap-formats-img-t {
  max-width: 950px;
  margin: 0 auto 40px;
}
.sec-formats tr > *:first-child {
  width: 16%;
}
.sec-formats td > a {
  border-bottom: 1px solid #10479e;
  color: #10479e;
}
.sec-formats td > a:hover {
  opacity: 0.6;
}
/* ▲-----formats----- */
/* ▼-----CertificationBody（認証機関）----- */
.wrap-CertificationBody-list {
  margin: 80px 0;
}
.txt-CertificationBody-Company {
  font-size: 24px;
  font-weight: 500;
  padding: 8px;
}
.wrap-CertificationBody-list .btn-cmn {
  padding: 12px 40px;
}
.wrap-CertificationBody-list > div:first-child {
  display: flex;
  margin-bottom: 16px;
  border-bottom: 1px solid #dfe5dc;
  justify-content: space-between;
  align-items: center;
}
.wrap-CertificationBody-list .btn-cmn {
  white-space: nowrap;
}
/* ▲-----CertificationBody----- */
/* ▼-----SteeringCommittee（運営委員会開催情報）----- */
.sec-SteeringCommittee tr > td:first-child {
  width: 12%;
  min-width: 80px;
  background-color: #f0f0f0;
}
/* ▲-----SteeringCommittee----- */

/* 準備中 */
.preparation {
  height: 240px;
}

/* Q&A */
.qa-h5 {
  margin: 0;
}
.qa-margin {
  margin-top: 8px;
}
.tbl-offsetqa {
  margin-bottom: 24px;
  line-height: 1.2rem;
}
.tbl-offsetqa > tbody > tr > td:first-of-type {
  padding-right: 16px;
  min-width: 120px;
}
.tbl-offsetqa > tbody > tr > td:nth-of-type(3) {
  padding: 0 16px;
}
.tbl-offsetqa p {
  padding:  8px 16px;
  background-color: #fff;
  border: 1px solid #dfe5dc;
  border-radius: 4px;
}
#qa-conditions {
  scroll-margin-top: 120px;
}
.accordion_title {
  padding-right: 60px;
  color: #10479e;
  font-weight: 700;
  border-bottom: 1px solid #dfe5dc;
  display: flex;
	align-items: center;
  font-weight: bold;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
}
.accordion_title p {
  padding: 8px 0;
}
.icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_title.open
.icon_wrap {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.icon:before, .icon:after {
  display: flex;
  content: '';
  background-color: #10479e;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.icon:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}
.accordion_title.open
.icon_wrap .icon:before {
  content: none;
}
.accordion_title.open
.icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_inner {
  display: none;
  padding: 20px 8px;
  box-sizing: border-box;
}
.accordion_title > p::before {
  content: "Q. ";
}
.list-decimal {
  list-style: decimal;
}
table.tbl-cmn .td-noborder-b {
  border-bottom: none;
}
table.tbl-cmn .td-noborder-t {
  border-top: none;
}

@media screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
  .tbl-faq button {
  min-width: 160px;
  }
  .wrap-CertificationBody-list th {
    width: 16%;
  }
  .tbl-offsetqa > tbody > tr > td:nth-of-type(2) {
    min-width: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .sp-none {
    display: none;
  }
  .tbl-faq button {
  min-width: 160px;
}
  .btn-CertificationBody-sp {
    width: 100%;
    margin: 24px auto;
    text-align: center;
  }
  .btn-CertificationBody-sp .btn-cmn {
    width: 40%;
    max-width: 360px;
    display: inline-block;
  }
  .sec-CarbonOffsetPg img {
    width: 100%;
    max-width: 720px;
    height: auto;
  }
  .wrap-secMS {
    width: 100%;
  }
  .wrap-secMS ul {
    width: 80%;
    padding: 0;
  }
  .wrap-CertificationBody-list td, .wrap-CertificationBody-list th {
    display: block;
  }
}
@media (max-width: 599px) {
  .content-carbon-contact {
    flex-direction: column;
  }
  .tbl-faq button {
    width: 100%;
  }
  .wrap-formats h3 {
    margin-left: 16px;
  }
  .wrap-formats {
    padding: 40px 0;
  }
}