@charset "UTF-8";

/* zeh 2025 */
.select2__title {
  margin: 100px 0 40px 0;
  text-align: center;
}

.select2__title img {
  height: 20px;
}

.select2Area {
  margin-left: auto;
  margin-right: auto;
  max-width: 1210px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}

.select2Area.bottom_M1 {
  margin-bottom: 120px;
}

.select2Area__Box {
  display: block;
  max-width: calc(50% - 12px);
  transition: opacity 0.3s ease;
  width: 100%;
}

.select2Area__Box:hover {
  opacity: 0.7;
}

.select2Area__Box--Img img {
  max-width: 100%;
}

.select2Area__Box--Title {
  font-weight: bold;
  margin-top: 14px;
}

.select2Area__Box--Txt {
  text-align: center;
  margin-top: 14px;
}

.select2Area__Box--Txt.long {
  text-align: left;
  margin-top: 6px;
}

@media screen and (max-width: 481px) {
  .select2__title {
    margin: 50px 0 30px 0;
    text-align: center;
  }
  .select2Area {
    display: block;
  }
  .select2Area__Box {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
  .select2Area__Box:last-child {
    margin-bottom: 0px;
  }
}

/* flat 2025 */
.svgT2ColArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.svgT2ColArea__Title img {
  width: auto;
}
.svgT2ColArea__Text {
  margin-left: 40px;
  max-width: 552px;
}
@media (max-width: 768px) {
  .svgT2ColArea {
    display: block;
  }
  .svgT2ColArea__Title {
    margin-bottom: 40px;
  }
  .svgT2ColArea__Text {
    margin-left: 0px;
    max-width: 100%;
  }
}

.box3Area {
  margin-left: auto;
  margin-right: auto;
  max-width: 1210px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box3Area .c-plan__hr {
  width: 100% !important;
  margin-top: 0;
  margin-bottom: 60px;
}
.box3Area .c-plan__hr::before {
  width: 100%;
}
.box3Area__Box {
  margin-bottom: 60px;
  display: block;
  max-width: calc(33.333% - 12px);
  width: 100%;
}
.box3Area__Box--Img img {
  max-width: 100%;
}
.box3Area__Box--Title {
  margin-top: 14px;
}
.box3Area__Box--Title img {
  width: auto;
}
.box3Area__Box--Txt {
  margin-top: 14px;
}
@media (max-width: 1160px) {
  .box3Area__Box {
    margin-bottom: 60px;
    max-width: calc(50% - 12px);
    width: 100%;
  }
}
@media (max-width: 768px) {
  .box3Area__Box {
    margin-bottom: 40px;
    max-width: 100%;
  }
}

.spec2Area {
  margin-left: auto;
  margin-right: auto;
  max-width: 1210px;
  padding: 0 30px;
}
.spec2Area__BtnArea {
  display: none;
}
.spec2Area__Title {
  text-align: center;
  margin-bottom: 40px;
}
.spec2Area__Title img {
  width: auto;
}
.spec2Area__Box {
  margin: 0 auto 0 auto;
  max-width: 940px;
  padding: 0 0px;
  display: flex;
  justify-content: space-between;
}
.spec2Area__Box--Con {
  max-width: calc(50% - 12px);
  width: 100%;
}
.spec2Area__Box--ConImg {
  margin-bottom: 32px;
}
.spec2Area__Box--ConImg img {
  max-width: 100%;
}
.spec2Area__Box--ConTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 14px;
}
.spec2Area__Box--ConTxt {
  font-size: 14px;
}
.spec2Area__Box--Table {
  margin: 40px auto 0 auto;
  max-width: 940px;
  width: 100%;
}
.spec2Area__Box--TableTr {
  position: relative;
  display: flex;
  border-top: 1px solid #dedede;
}
.spec2Area__Box--TableTr::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  max-width: 100px;
  border-top: 1px solid #dedede;
  top: -1px;
  left: 100%;
}
.spec2Area__Box--TableTH {
  margin-top: -1px;
  border-top: 1px solid #dedede;
  position: absolute;
  right: 100%;
  font-size: 14px;
  box-sizing: border-box;
  padding: 16px 0;
  max-width: 100px;
  width: 100%;
}
.spec2Area__Box--TableTD {
  font-weight: bold;
  box-sizing: border-box;
  padding: 16px;
  font-size: 14px;
  max-width: 50%;
  width: 100%;
}
.spec2Area__Box--TableTD.plan2 {
  /*background: #FCF8F0;*/
  background: none;
}
.spec2Area__Box--TableTD.select {
  background: #FCF8F0;
}
@media (max-width: 1160px) {
  .spec2Area {
    max-width: 640px;
  }
  .spec2Area__Box--ConTitle {
    font-size: 14px;
  }
  .spec2Area__Box--Table {
    margin: 40px auto 0 auto;
  }
  .spec2Area__Box--TableTr::after {
    max-width: 70px;
  }
  .spec2Area__Box--TableTH {
    max-width: 70px;
    font-size: 12px;
  }
  .spec2Area__Box--TableTD.plan2 {
    /*background: #FCF8F0;*/
    background: none;
  }
  
}
@media (max-width: 768px) {
  .spec2Area__BtnArea {
    display: flex;
    justify-content: center;
  }
  .spec2Area__BtnArea--Box {
    align-items: center;
    appearance: none;
    background: #dedede;
    border: 1px solid #dedede;
    color: #FFF;
    border-radius: 5px;
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
    justify-content: center;
    line-height: 1.8571428571;
    margin: 0 10px 20px;
    max-width: 100%;
    outline: none;
    padding: 14px 19px;
    min-width: 140px;
    text-decoration: none;
    transition: border-color 0.15s ease-out;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .spec2Area__BtnArea--Box.select {
    background: #FFF;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;
    color: #000;
  }
  .spec2Area__Title {
    margin-bottom: 20px;
  }
  .spec2Area__Box {
    max-width: 640px;
    display: block;
  }
  .spec2Area__Box--Con {
    max-width: 100%;
    width: 100%;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 300ms ease;
    transform: translateY(20px);
  }
  .spec2Area__Box--Con.select {
    opacity: 1;
    transform: translateY(0px);
    height: auto; /* 中身に応じて調整 */
  }
  .spec2Area__Box--ConImg {
    margin-bottom: 32px;
  }
  .spec2Area__Box--ConImg img {
    max-width: 100%;
  }
  .spec2Area__Box--ConTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
  }
  .spec2Area__Box--ConTxt {
    font-size: 14px;
  }
  .spec2Area__Box--Table {
    margin: 40px auto 0 auto;
  }
  .spec2Area__Box--TableTr {
    border-top: 1px solid #dedede;
  }
  .spec2Area__Box--TableTr::after {
    display: none;
  }
  .spec2Area__Box--TableTH {
    margin-top: 0px;
    border-top: none;
    position: static;
    right: 100%;
    max-width: 100px;
    width: 100%;
  }
  .spec2Area__Box--TableTD {
    max-width: 100%;
    width: 100%;
    display: none;
  }
  .spec2Area__Box--TableTD.plan2 {
    background: none;
  }
  .spec2Area__Box--TableTD.select {
    display: block;
    background: none;
  }
}