@charset "utf-8";
.menu_box ul li:nth-child(4) a::after{
    transform: scale(1, 1);
}
/*priceページ指定*/
#price_list {
    width: 100%;
}
#price_list h2 {
    color: #00a395;
    font-size: 26px;
    position: relative;
    margin-bottom: 60px;
    letter-spacing: 0.2em;
    font-weight: 400;
}
#price_list h2:after {
    display: inline;
    content: "";
    width: 250px;
    height: 1px;
    border-right: 250px solid #00a395;
    position: absolute;
    left: 0;
    bottom: -30%;
    margin:0;   
}

#price_list caption {
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bolder;
    margin-bottom: 20px;
    text-align: left;
}
#price_list table {
    width: 100%;
    display: block;
    margin-bottom: 60px;
}
#price_list tbody {
    width: 100%;
    display: block;
}
.va {
    vertical-align: middle!important;
}
#price_list tr {
    width: 100%;
    font-weight: 400;
    margin: 0 auto
}
#price_list td {
    width: 50%;
    padding: 1.5% 3%;
    box-sizing: border-box;
    background: #f7f7f7;
    font-size: 14px;
    border: solid 1px #333;
}
#price_list td.dis {
    width: 50%;
    background: #fff;
}
#price_list td span {display: block;}
#price_list .gmap {
    width: 100%;
    display: block;
    margin-bottom: 60px;
}
#price_list .section-product__cards__item__button{
    text-align: center;
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
#price_list {
    width: 100%;
    margin: 0 auto!important;
    padding-top: 15px;
}
#price_list h2 {
    font-size: 20px;
    margin-bottom: 30px;
}
#price_list h2:after {
    width: 150px;
    border-right: 150px solid #00a395; 
}
#price_list .section-product__cards__item__button{
    margin-bottom: 30px;
}
}
@media screen and (max-width: 480px) {
#price_list td {
    padding: 1.5%;
    font-size: 12px;
}
}

#price_list p {
    font-size: 14px;
    padding-bottom: 20px;

}
#price_list p span {
    font-weight: 700;
    display: block;
    padding-bottom: 30px;
}
#price_list p b {
    font-weight: 700;
}
#price_list .remarks {
    font-size: 14px;
    padding-bottom: 60px;
}
#price_list th {
    background: #f7f7f7;
    font-size: 14px;
    border: solid 1px #333;
    padding: 1.5% 3%;
}
#price_list table.ex td:nth-child(1) {
    width: 33.3333333333%;
    min-width: 333.333333px;
}
#price_list table.ex td:nth-child(2) {
    width: 33.3333333333%;
    min-width: 333.333333px;
}
#price_list table.ex td:nth-child(3) {
    width: 33.3333333333%;
    min-width: 333.333333px;
}
#price_list td {
    width: 50%;
    min-width: 500px;
    padding: 1.5% 3%;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    border: solid 1px #333;
    text-align: center;
}
#price_list table {
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
#price_list p {
    font-size: 14px;
    padding-bottom: 30px;
}
#price_list p span {
    padding-bottom: 15px;
}
#price_list th {
    font-size: 12px;
}
#price_list td {
    min-width: 168px;
    font-size: 12px;
}
#price_list table.ex td:nth-child(1) {
    width: 33.3333333333%;
    min-width: 110px;
}
#price_list table.ex td:nth-child(2) {
    width: 33.3333333333%;
    min-width: 110px;
}
#price_list table.ex td:nth-child(3) {
    width: 33.3333333333%;
    min-width: 110px;
}
.entry-content {
    padding-bottom:30px;
}
}
