@charset "utf-8";
#reform_plan {
    padding-top: 6.15%;
    padding-bottom: 6.15%;
}
#reform_plan .content_wrap {
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
}
#reform_plan h2 {
    color: #009126;
    display: flex;
    font-size: 24px;
    line-height: 1em;
    align-items: center;
}
#reform_plan .bath {
	color: #0073c9;
}
#reform_plan .toilet {
	color: #61c000;
}
#reform_plan .kitchen {
	color: #009126;
}
#reform_plan .washroom {
	color: #f6b01f;
}
#reform_plan .wet-areas{
	color: #009b34;
}
#reform_plan .interior{
	color: #CB9A63;
}
#reform_plan .wall{
	color: #249350;
}
#reform_plan .fixture-replacement{
	color: #CECA00;
}
#reform_plan h2 img {
    width: 40px;
    margin-right: 8px;
}
#reform_plan_contents {
    padding: 3.84%;
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-top: 2.3%;
}

#reform_plan_head {
	display: flex;
    border-radius: 6px;
    justify-content: space-between;
}
#reform_plan_thumb {
    width: 48.46%;
    aspect-ratio: 4 / 3;   /* ← ★これ */
    border-radius: 6px;
    margin-bottom: 10px;
    margin-right: 24px;
    overflow: hidden;     /* ← ★これ */
}

#reform_plan_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;    /* ← ★これ */
    border-radius: 6px;
    display: block;
}

#reform_plan_detail {
    width: 50%;
    padding-top: 8px;
    max-width: 400px;
    padding-right: 1.53%;
}

#reform_plan_detail h3 {
    font-size: 26px;
    line-height: 1em;
    margin-bottom: 10px;
/* 	display: flex; */
}
#reform_plan_detail h3 span {
    width: 40%;
    display: block;
    margin-bottom: 8px;
}
.plan_spec {
    bottom: 4px;
    left: 4px;
    margin-top: 3.07%;
	margin-bottom:1.53%;
}
.plan_spec span {
    background-color: #61c000;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    display: inline-block;
    padding-top: 2px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    margin-right: 6px;
	 margin-bottom: 8px;
}
.plan_price_wrap {
    
 }
.plan_price_main {
	display: flex;
    margin-bottom: 16px;
    align-items: center;
	justify-content: space-between;
}

.plan_maker_price {
    font-size: 15px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 4.61%;
}
.plan_maker_price span {
    font-size: 20px;
}
.plan_price-off {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* ▼ 丸のサイズ（レスポンシブ） */
  width: clamp(40px, 15vw, 112px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #FF0000;
  color: #FFFFFF;
  margin-right: 12px;
}

/* 上下の小テキスト */
.plan_price-off_txt {
    font-size: clamp(11px, 1.2vw, 16px);
    font-weight: 600;
    line-height: 1;
}

/* 数字部分 */
.plan_price-off_number {
    font-size: clamp(20px, 5vw, 48px);
    font-weight: 700;
    line-height: 1;
    margin-right: 0;
    margin-left: 0;
}

/* % のサイズ */
.plan_price-off_number span {
  font-size: clamp(12px, 1.6vw, 24px);
}
.plan_price-off_off {
	font-size: clamp(0.8125rem, 1.8svw, 1.5rem);
    font-weight: 600;
    line-height: 1;
}

.plan_price_box {
}
.plan_price {
/*     text-align: right; */
    
}
.plan_price_num {
    font-size: clamp(1.3rem, 5svw, 3rem);
    line-height: 1em;
    font-weight: 700;
    color: #FF0000;
}
.plan_price_unit {
	font-size: clamp(0.7rem, 2svw, 1.5rem);
}
.plan_price_tilde {
	font-size: clamp(0.7rem, 2svw, 1.5rem);
	line-height: 1em;
}
.plan_price_tax {
    font-size: clamp(0.4rem, 1.5svw, 1rem);
    line-height: 1em;
    color: #555151;
    font-weight: 600;
}
.plan_price_komikomi {
    background-color: #FF0000;

}
.plan_price_komikomi strong {
    color: #ffff00;
    font-size: clamp(0.5rem, 1.6svw, 1.2rem);
    line-height: 1em;
    padding-top: 6px;
    padding-right: 2px;
    padding-left: 6px;
    padding-bottom: 6px;
    font-weight: 700;
    display: block;
    letter-spacing: 0px;
    text-align: center;
}
.plan_price_breakdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plan_price_bd_each {
    border: 1px solid #c21303;
    display: flex;
    flex-direction: column;
    width: 42.3%;
}
.price_bd_head {
    background-color: #c21303;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    padding-top: 3px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 5px;
    line-height: 1em;
}
.plan_price_bd_each.green {
	border: 1px solid #22c34f;
}
.plan_price_bd_each.green .price_bd_head {
    background-color: #22c34f;
}

.price_bd_price {
    font-size: 15px;
    line-height: 1em;
    padding: 6px;
    font-weight: 500;
    text-align: center;
}
.price_bd_price span {
    font-size: 12px;
}

.plan_price_bd_plus {
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    width: 13px;
    min-width: 13px;
    margin-left: 16px;
    margin-right: 16px;
}

.plan_description {
	margin-top:2.3%;
	line-height:1.8em;
}

#reform_plan_spec_wrap {
    margin-top: 5.38%;
}
#reform_plan_spec_wrap ul {
}
#reform_plan_spec_wrap ul li {
    display: flex;
    padding: 32px;
    justify-content: space-between;
    border-radius: 8px;
    border: 0.08em solid #61c000;
    margin-bottom: 3.84%;
}
.plan_spec_txt {
    width: 60%;
}
.plan_spec_txt h4 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 600;
    color: #61c000;
}
.plan_spec_txt h4 span{
    padding-bottom: 2px;
    background: linear-gradient(transparent 80%, #D9EEC4 80%);
    padding-left: 6px;
    padding-right: 6px;
}
.plan_spec_txtbox {
    margin-top: 5.38%;
}
.plan_spec_txtbox p {
    font-size: 16px;
    line-height: 1.8em;
}
.plan_spec_img {
    width: 36.15%;
}
