@charset "utf-8";

.mslp__encquet--new-a{
  gap: 4%;
}

.mslp__encquet--a-item--4item {
  width: 48%;
  margin: 0;
}

.mslp__encquet--q4-txt{
  font-size: 93%;
}

.mslp__encquet--q4-note{
  bottom: -13%;
  right: 2%
}

.bukken__item{
  margin: 0 auto;
  width: 95%;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 7px 0px gray;
}

.bukken__item--img{
  aspect-ratio: 315 / 157;
  background-color: #d2d2d2;
  display: flex;
  justify-content: center;
  align-items: center; 
}

.bukken__item--img img{
  width: auto;
  height: 100%;
  object-fit: cover;
}

.bukken__item--disc{
  padding: 15px;
  background: #fff;
}




.bukken__item--name{
  font-size: 24px;
  margin-bottom: 1%;
}


.bukken__item--price{
  display: contents;
  gap: 8px;
  margin-top: 10px;
}


.bukken__item--plan{
  background-color: #013e6d;
  color: #ffffff;
  padding: 0 4%;
  font-weight: bold;
  font-size: 30px;
  margin-right: 3%;
}


.bukken__item--value{
  font-size: 40px;
  font-weight: bold;
  color: #013e6d;
  line-height: 1;
}


.bukken__item--yen{
  font-size: 30px;
  font-weight: bold;
  color: #013e6d;
}

.bukken__item--area{
  margin-top: 2%;
  font-size: 24px;
  color: #013e6d;
}

.bukken__item--access {
  font-size: 24px;
  color: #013e6d;
}


.selectable-card__checkbox:checked + .selectable-card__label .bukken__item--disc {
  background-color: #b29820;
}

.selectable-card__checkbox:checked + .selectable-card__label .bukken__item--name,
.selectable-card__checkbox:checked + .selectable-card__label .bukken__item--value,
.selectable-card__checkbox:checked + .selectable-card__label .bukken__item--yen,
.selectable-card__checkbox:checked + .selectable-card__label .bukken__item--area,
.selectable-card__checkbox:checked + .selectable-card__label .bukken__item--access {
  color: #fff;
}

.selectable-card__checkbox:checked + .selectable-card__label .bukken__item--plan {
  background-color: #fff;
  color: #b29820;
}




/* テーブル */
.table__section {
  font-family: sans-serif;
  color: #333;
  max-width: 700px;
  margin: 0 auto;
}


.bukken__table {
  width: 100%;
  border-collapse: collapse;
}

.bukken__table-head {
  width: 30%;
  padding: 2%;
  background-color: #f3f3f3;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 500;
}

.bukken__table-data {
  border-bottom: 1px solid #e0e0e0;
  padding: 4%;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
}

.table__item{
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 5%;
}

.mslp__cta--btn-boundAnimation {
  margin: 0 auto;
  transform: translateY(-80%);
  margin-top: -10%;
  border-radius: min(20px, 2.6vw);
  box-shadow: 0px 8px 0px 0px rgba(145, 2, 9, 1);
  animation: pekopeko 2s infinite;
  position: relative;
  overflow: hidden;
  padding: 4%;
}

.mslp__cta._cta{
  padding-top: 10%;
}

.bukken__sub{
  font-weight: 500;
  font-size: 70%;
  padding-bottom: 5%;
  display: block;
}


.mslp__cta--btn-boundAnimation.-cta1._cta--btn {
  transform: translateY(-18%);
  margin-top: -25%;
}

.bukken__name{
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 3%;
}


.bukken__table--counter{
  font-weight: bold;
  font-size: 38px;
  max-width: 700px;
  margin: 0 auto;
}

.mslp__cta--inner._cta__inner{
  margin-bottom: 10%;
}

.mslp__encquet--q-note.selectTxt{
  bottom: -20%;
}

.mslp__encquet--q-note.mslp__encquet--q4-note.selectTxt{
  line-height: 1.3;
  font-size: min(16px, 2.13vw);
  position: absolute;
  right: 2%;
  bottom: -12%;
}

.mslp__encquet--catch{
  margin-bottom: 6.53vw;
}

.mslp__simulation{
  font-size: 18px;
  display: block;
  padding: 0 min(40px, 5.3vw) min(40px, 5.3vw);
  text-align: left;
  border-bottom:solid;
  border-bottom-color: #013e6d;
  margin-bottom: 10%;
}

.mslp__footer--copyrights{
  margin-top: 0;
}

.mslp__simulation:last-child {
  border: none;
  margin: 0;
}

.mslp__cta--btn-boundAnimation::before{
  border-radius: min(20px, 2.6vw);
}

@media screen and (max-width: 767px) {
  .mslp__encquet--next-btn{
    margin: 5vw auto;
  }
  .bukken__item--name{
    font-size: 3.2vw;
  }

  .bukken__item--plan{
    font-size: 4vw;
}

.bukken__item--value{
  font-size: 6.2vw;
}

.bukken__item--yen{
  font-size: 4vw;
}

.bukken__item--area{
  font-size: 3.2vw;
}

.bukken__item--access{
  font-size: 3.2vw;
}

.bukken__table--counter{
  font-size: 6vw;
  padding: 0 4.4vw;
}

.bukken__name{
  font-size: 3.2vw;
}

.bukken__table-head{
  font-size: 3.2vw;
}

.bukken__table-data{
  font-size: 3.2vw;
}

.table__section{
  padding: 0 4.4vw;
}

.mslp__encquet--catch{
  margin-bottom: 6.53vw;
}

.mslp__encquet--q-note.mslp__encquet--q4-note.selectTxt{
  bottom: -15%;
}

.mslp__encquet--q4-txt{
  font-size: 87%;
}

.mslp__simulation{
  font-size: 2.3vw;
}

}
