@charset "utf-8";
/* ----------------------------------------
共通
---------------------------------------- */
.common-area {
  padding: 0 6rem;
}
.common-box {
  max-width: 118rem;
  margin: 0 auto;
}
.tab-title {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 5rem;
}
.tab-title.mb {
  margin: 0 0 3rem;
}
/* CDM2型 */
.CDM2-tab-title {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 5rem;
}
.CDM2-tab-title.mb {
  margin: 0 0 3rem;
}
/* ----------------------------------------
.stable-area
---------------------------------------- */
.stable-area {
  margin: 3.5rem 0 0;
  background-color: #fff;
}
.stable-area picture {
  margin: 0 0 3rem;
}
.stable-area picture img {
}
.stable-text {
  font-size: 2.1rem;
  text-align: center;
  line-height: 2;
  margin: 0 0 3rem;
}
.stable-text span {
  font-weight: bold;
}
.stable-list {
  display: flex;
  border-image: linear-gradient(#f6f8fa 0 0) fill 0 / 0 / 0 100vw;
  padding: 6rem 0 5rem;
}
.stable-list li {
  width: 50%;
}
.stable-list li:first-child {
  border-right: 1px solid #e9ecee;
  padding: 0 4rem 0 0;
}
.stable-list li:last-child {
  padding: 0 0 0 4rem;
}
.stable-list li figure {
  text-align: center;
  margin: 0 0 1rem;
}
.stable-list li figure img {
  width: 12rem;
  height: auto;
}
.stable-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  height: 4.4rem;
  background-color: #b8c2c8;
  margin: 0 0 2rem;
  padding: 1rem;
}
.stable-mintext {
  font-size: 1.6rem;
  line-height: 2;
}
/* ----------------------------------------
.method-area
---------------------------------------- */
.method-area {
  background-color: #fff;
  margin: 7rem 0;
}
.method-text {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 2rem;
}
.method-area picture {
  text-align: center;
  border: 0.4rem solid #e9ecee;
  padding: 4rem 1rem 3rem;
  margin: 0 0 3rem;
}
.method-area picture img {
  max-width: 98rem;
  width: 100%;
  margin: 0 auto;
}
.method-mintext {
  font-size: 1.6rem;
  line-height: 2;
}
/* ----------------------------------------
.tab-area
---------------------------------------- */
.tab-area {
  margin: 0 0 11rem;
}
.tab-list {
  display: flex;
  border-image: linear-gradient(#e9ecee 0 0) fill 0 / 0 / 0 100vw;
  padding: 12rem 0 0;
  gap: 0.6rem;
}
.tab-list li {
  cursor: pointer;
  width: 50%;
}
.tab-list li a {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2.15rem 0;
  background-color: #f6f8fa;
  border-radius: 0.4rem 0.4rem 0 0;
  position: relative;
  z-index: 0;
  transition: all 0.12s ease-out;
}
.tab-list li.t-mdq a::before {
  content: "";
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.7rem 1rem 0 1rem;
  border-color: #0068b7 transparent transparent transparent;
  transition: all 0.12s ease-out;
  display: none;
}
.tab-list :is(li.t-mdq.active a, li.t-mdq.hover a) {
  color: #fff;
  background-color: #0068b7;
}
.tab-list li.t-mdq.active a::before {
  display: block;
}
.tab-list li.t-mdc a::before {
  content: "";
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.7rem 1rem 0 1rem;
  border-color: #99cc00 transparent transparent transparent;
  transition: all 0.12s ease-out;
  display: none;
}
.tab-list :is(li.t-mdc.active a, li.t-mdc.hover a) {
  color: #fff;
  background-color: #99cc00;
}
.tab-list li.t-mdc.active a::before {
  display: block;
}
.tab-list li a span {
  font-size: 3.2rem;
}
.branch-topic {
  margin: 6rem 0 0;
}
/************************************************ CDM2型のCSS ここから */
/* ----------------------------------------
CDM2型のCSS
.model-area
---------------------------------------- */
.CDM2-model-area {
  display: flex;
  align-items: center;
  gap: 6rem;
  margin: 0 0 7rem;
}
.CDM2-model-box {
  width: 50%;
}
.CDM2-model-box figure {
  border: 1px solid #e9ecee;
}
.CDM2-model-subtitle {
  font-size: 1.6rem;
  line-height: 1.3;
}
.CDM2-model-title {
  font-size: 3.6rem;
  color: #0068b7;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 2rem;
}
.CDM2-model-title span {
  font-size: 8rem;
  line-height: 1;
  margin: 0 0 0.5rem;
}
.CDM2-model-text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 2.5rem;
}
.CDM2-model-table {
  width: 100%;
  border-left: 1px solid #e5e8eb;
  border-top: 1px solid #e5e8eb;
}
.CDM2-model-table th,
.CDM2-model-table td {
  border-bottom: 1px solid #e5e8eb;
  border-right: 1px solid #e5e8eb;
  font-size: 1.4rem;
  line-height: 1.3;
  height: 5rem;
  vertical-align: middle;
  padding: 0.5rem 2rem;
}
.CDM2-model-table th {
  background-color: #f6f8fa;
  width: 40%;
  font-weight: bold;
}
.CDM2-model-table td {
  background-color: #fff;
  width: 60%;
}
/* ----------------------------------------
CDM2型のCSS
.saving-area
---------------------------------------- */
.CDM2-saving-area {
  position: relative;
  z-index: 0;
  padding: 8rem 0;
}
.CDM2-saving-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-image: linear-gradient(#f6f8fa 0 0) fill 0 / 0 / 0 100vw;
  z-index: -1;
}
.CDM2-saving-list {
  display: flex;
}
.CDM2-saving-list li {
  width: calc(100% / 3);
  margin: 0 4rem 0 0;
}
.CDM2-saving-list li:last-child {
  margin: 0;
}
.CDM2-saving-box {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.CDM2-saving-box figure img {
  width: 14rem;
  height: auto;
}
.CDM2-saving-en {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  color: #0068b7;
  margin: 2.5rem 0 0;
}
.CDM2-saving-ja {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin: 1.5rem 0 0;
}
.CDM2-saving-text {
  font-size: 1.6rem;
  line-height: 2;
  margin: 3.5rem 0 0;
  letter-spacing: 0.15rem;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .CDM2-saving-box figure img {
    width: 10rem;
  }
  .CDM2-saving-en {
    font-size: 2.8rem;
    margin-top: 2rem;
  }
  .CDM2-saving-ja {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .CDM2-saving-text {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 3rem;
  }
}
.CDM2-saving-text span {
  font-weight: bold;
  background-color: #ffff00;
}
/* ----------------------------------------
CDM2型のCSS
.strength-area
---------------------------------------- */
.CDM2-strength-area {
  padding: 7rem 0 6rem;
}
.CDM2-strength-list {
  display: flex;
  gap: 6rem;
}
.CDM2-strength-list li {
  width: 50%;
}
.CDM2-strength-list li figure {
  margin: 0 0 1.5rem;
}
.CDM2-strength-subtitle {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 1.5rem;
}
.CDM2-strength-text {
  font-size: 1.6rem;
  line-height: 2;
}
/* ----------------------------------------
CDM2型のCSS
.structure-area
---------------------------------------- */
.CDM2-structure-area {
  background-color: #f6f8fa;
  padding: 6rem;
  margin: 0 0 6rem;
}
.CDM2-structure-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  height: 6.5rem;
  background-color: #0068b7;
  margin: 0 0 4rem;
}
.CDM2-structure-area figure {
  text-align: center;
}
.CDM2-structure-area figure img {
  width: 54rem;
  height: auto;
}
.CDM2-structure-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
.CDM2-structure-list li figure {
  margin: 0 0 1.5rem;
}
.CDM2-structure-list li figure.s-border {
  border: 1px solid #e9ecee;
}
.CDM2-structure-subtitle {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 1rem;
  color: #0068b7;
}
.CDM2-structure-subtitle span {
  font-size: 1.4rem;
}
.CDM2-structure-text {
  font-size: 1.4rem;
  line-height: 2;
}
/************************************************ CDM2型のCSS ここまで */
