@charset "UTF-8";
/* CSS Document */
.no-padding-start {
  padding-block-start: 0;
}
.price_list_linkBtn {
  margin: 0 0 30px 25px;
}
.linkMenu {
  display: flex;
  justify-content: center;
  column-gap: 3vw;
}
.linkMenu a {
  background: #ffeedc;
  padding: 0.2em 0.8em;
  border-radius: 4px;
}
.more {
  position: relative;
  font-size: 12px;
  color: #b0922c;
  text-align: right;
  margin-left: 1rem;
}
.more::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #b0922c;
  border-right: 1.5px solid #b0922c;
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%) rotate(45deg);
}
.wideImgBox img {
  width: 80%;
  display: block;
  margin: 50px auto;
}
.price_contentBoxHeader.hasBg {
  font-size: 20px;
  line-height: 1.8;
  max-width: 1200px;
  margin: 0 auto 0;
  background: #e4e9f4;
  padding: 0.3em 0.8em;
  border-radius: 7px 7px 0 0;
}
.price_contentBoxHeader.hasBg::after {
  display: none;
}
.sec_subsubHeader {
  position: relative;
  border-bottom: 2px solid #7795c2;
  padding-block-end: 0.5em;
}
.sec_subsubHeader::before {
  content: "●";
  font-size: inherit;
  position: relative;
  color: #7795c2;
  display: inline-block;
  margin-inline-end: 0.5em;
}
.groupingBox {
  padding: 2.8em 2em 0;
  border: 1px dotted #4d7abc;
  border-top: none;
  border-radius: 0 0 7px 7px;
  margin-block-end: 3rem;
}
.groupTtl {
  background: #767ca2;
  padding: 0.3em 1.6em;
  margin-block: 1em 3em;
  color: #fff;
  font-weight: bold;
  border-radius: 7px;
}
.flexbox:has(.imgBox38) {
  margin-block-end: 3rem;
}
@media screen and (max-width:768px) {
  .price_list_linkBtn {
    margin: 0 0 50px 3vw;
    line-height: 2.0;
  }
  .more {
    display: block;
    text-align: center;
    width: 85%;
    margin: 20px auto;
    border: 1px solid #b0922c;
    padding: 8px 0;
    border-radius: 100vh;
  }
  .more::after {
    right: 13px;
  }
  .groupingBox {
    padding: 9vw 3vw 0;
  }
}
.price table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
}
.price th, .price td {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
}
.tb01 th {
  background: #7795c2;
  color: #fff;
}
.tb01 td.sub_h {
  background: #e4ebf4;
}
p.apdx {
  font-size: 0.8em;
}
.loanSimulationBox {
  margin-block-end: 4rem;
}
dl.loanSimulation {
  margin-inline-start: 1.5rem;
}
.loanSimulation dt {
  padding: 0.3em 0.8em;
  background: #7795c2;
  font-weight: bold;
  color: #fff;
}
.loanSimulation dd {
  margin-inline-start: 0;
  padding: 0.7em 0.8em;
  border: 1px solid #7895c2;
}
.loanSimulation dd .en {
  font-size: 22px;
  margin-inline-start: 0.6em;
}
span.loan-ex {
  background: #ffeedc;
  padding: 0em 0.5em;
  border-radius: 4px;
  display: inline-block;
  margin-inline-end: 0.5em;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th, table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
  .price_contentBox.linkMenu {
    margin-block-start: 2vw;
    flex-wrap: wrap;
  }
  .linkMenu {
    row-gap: 4vw;
  }
  .linkMenu a {
    padding: 0.4em 2.8em 0.4em 0.8em;
    border-radius: 4px;
    font-size: clamp(14px, 3.8vw, 16px);
    width: 47%;
  }
}
.listCover {
  display: flex;
  justify-content: center;
  margin-block-end: 80px;
}
ul.featureList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-inline: 0;
  border-radius: 10px;
  border: solid 2px #ff8aa1;
  padding: 20px 30px;
  margin: 0 auto;
  max-width: 660px;
}
.featureList li {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.08em;
  width: 100%;
}
.featureList li:nth-child(n+2) {
  margin-block-start: 16px;
}
.featureList_item .num {
  background: #f6d3de;
  line-height: 40px;
  display: inline-block;
  border-radius: 60px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.01px;
  margin-inline: 0.5rem 1.5rem;
  position: relative;
  top: auto;
  left: auto;
  text-shadow: 1px 1px 16px #dc3535;
}
.featureList_item .num::before {
  content: "難度";
  text-align: center;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
  line-height: 1.2;
  text-shadow: none;
  width: 100%;
  color: #3d5972;
  font-family: sans-serif;
}
@media screen and (max-width: 768px) {
  ul.featureList {
    flex-direction: column;
    width: 100%;
    padding: 35px 4vw;
  }
  .featureList li {
    width: 100%;
    font-size: clamp(14px, 4.23vw, 17px);
  }
  .featureList_item .num {
    line-height: clamp(20px, 11vw, 40px);
    width: clamp(20px, 11vw, 40px);
    height: auto;
    aspect-ratio: 1 / 1;
    font-size: clamp(16px, 6vw, 18px);
    margin-right: 3vw;
  }
  .featureList_item .num + span {
    width: calc(100% - 12vw);
  }
}