@charset "utf-8";
.c-mainContents__top__title-sub{
font-size: 1.2em;
color: #b91a17;
background-color: #fffbeb;
width: 60%;
margin: 1em auto 2em;
padding: 20px;
font-weight: bold;
text-align: center;
}
.plan_tbl {
width: 100%;
margin-bottom: 4em;
}
.plan_tbl th, .plan_tbl td {
padding: 10px;
border: 1px solid #ddd;
}
.plan_tbl th {
width: 20%;
text-align: left;
background: #f4f4f4;
}
ul.plan_list{}
ul.plan_list li{list-style: disc;margin: 0 0 0.5em 1em;}

.plan_wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 1.5em 1em -4em;
}
.plan_co{
width: 48%;
margin: 0 0 2em;
}
.plan_co img{}
.plan_co p{margin-top: 0.5em;}

@media screen and (max-width: 768px) {
.c-mainContents__top__title-sub{
width: 100%;
padding: 0.8em;
font-size: 1.1em;
}
.c-mainContents-sub-title.plan_h3{font-size: 1.1em;}
ul.plan_list{margin: 1em 0 3.5em;}
.plan_co{width: 100%;}
}

