@charset "utf-8";
@media (max-width: 700px) {
#reform_plan {
    padding-top: 8.46%;
    padding-bottom: 8.46%;
}
#reform_plan .content_wrap {
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
}
#reform_plan h2 {
    color: #009126;
    display: flex;
    font-size: 22px;
    line-height: 1em;
    align-items: center;
}
#reform_plan h2 img {
    width: 40px;
    margin-right: 8px;
}
#reform_plan_contents {
    padding: 16px;
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-top: 16px;
}

#reform_plan_head {
    display: flex;
    border-radius: 6px;
    justify-content: space-between;
	flex-direction: column;
}
#reform_plan_thumb {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 16px;
    margin-right: 0;
}
#reform_plan_thumb img {
    border-radius: 6px;
}
#reform_plan_detail {
    width: 100%;
    padding-top: 8px;
    max-width: 400px;
    padding-right: 1.53%;
}

#reform_plan_detail h3 {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 16px;
/*     display: flex; */
}
#reform_plan_detail h3 span {
    width: 40%;
    display: block;
    margin-bottom: 8px;
}
.plan_spec {
    bottom: 4px;
    left: 4px;
    margin-top: 14px;
    margin-bottom: 14px;
}
.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;
}
.plan_price_wrap {
    
 }
.plan_price_main {
	display: flex;
    margin-bottom: 24px;
    align-items: center;
	justify-content: space-between;
}

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

/* 上下の小テキスト */
.plan_price-off_txt {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

/* 数字部分 */
.plan_price-off_number {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-right: 0;
    margin-left: 0;
}

/* % のサイズ */
.plan_price-off_number span {
  font-size: 16px;
}
.plan_price-off_off {
	font-size: 19px;
    font-weight: 600;
    line-height: 1;
}

.plan_price_box {
}
.plan_price {
/*     text-align: center; */
    
}
.plan_price_num {
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    color: #FF0000;
}
.plan_price_unit {
	font-size: 18px;
}
.plan_price_tax {
    font-size: 13px;
    line-height: 1em;
    color: #555151;
    font-weight: 600;
}
.plan_price_komikomi {
    background-color: #FF0000;

}
.plan_price_komikomi strong {
    color: #ffff00;
    font-size: 15px;
    line-height: 1em;
    padding-top: 4px;
    padding-right:3px;
    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;
	flex-direction: column;
}
.plan_price_bd_each {
    border: 1px solid #c21303;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.price_bd_head {
    background-color: #c21303;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    padding-top: 8px;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 10px;
    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: 18px;
    line-height: 1em;
    padding: 8px;
	padding-bottom: 10px;
    font-weight: 500;
    text-align: center;
}
.price_bd_price span {
    font-size: 13px;
	display: inline-block;
	margin-left: 2px;
}

.plan_price_bd_plus {
            font-size: 28px;
        font-weight: 600;
        line-height: 1em;
        width: 13px;
        min-width: inherit;
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 6px;
        margin-bottom: 8px;
}
#reform_plan_spec_wrap {
    margin-top: 44px;
}
#reform_plan_spec_wrap ul {
}
#reform_plan_spec_wrap ul li {
    display: flex;
    padding: 24px 20px;
    justify-content: space-between;
    border-radius: 8px;
    border: 0.08em solid #61c000;
    margin-bottom: 12px;
	flex-direction: column-reverse;
}
	#reform_plan_spec_wrap ul li:last-child{
		margin-bottom: 0;
	}
.plan_spec_txt {
    width: 100%;
	margin-top: 16px;
}
.plan_spec_txt h4 {
    font-size: 21px;
    line-height: 1.6em;
    font-weight: 600;
    color: #61c000;
}
.plan_spec_txt h4 span{
    padding-bottom: 2px;
    background: linear-gradient(transparent 80%, #D9EEC4 80%);
    padding-left: 4px;
    padding-right: 4px;
}
.plan_spec_txtbox {
    margin-top: 20px;
}
.plan_spec_txtbox p {
    font-size: 16px;
    line-height: 1.6em;
}
.plan_spec_img {
    width: 100%;
}
}