@charset "utf-8";

.price .table_wrap {
    padding: 0 0 3rem;
}

.price th,
.price td {
    padding: 0.2em 0.3em;
    font-size: 14px;
}

.price table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.price thead th,
.facility thead th {
    vertical-align: middle;
    color: #fff;
    text-align: center;
}

.price thead th {
    background: #519f3c;
    color: #fff;
}

.ageo .price thead th {
    background: #e08000;
}

.price th {
    background: #fffbc7;
    vertical-align: middle;
}

.price td {
    vertical-align: middle;
}

.price td,
.facility td {
    background: #fffef2;
    vertical-align: middle;
    text-align: center;
}

.price table td:empty {
    background-image: linear-gradient(to top left, transparent, transparent 50%, #ccc 49%, #ccc 51%, transparent 51%, transparent);
}

.list_disc {
    width: fit-content;
    margin: 0 auto;
}

.list_disc li {
    list-style: disc;
}


.price thead th,
.facility thead th {
    background: #519f3c;
    border: 1px solid #757575;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}

.ageo .price thead th,
.ageo .facility thead th {
    background: #e08000;
}


.price thead th span {
    margin-left: 10px;
}

.price th.head,
.facility th.head {
    background: #F9E120;
}


.price th,
.facility th {
    background: #bee8b3;
    border: 1px solid #757575;
    vertical-align: middle;
    color: #221815;
    text-align: center;
}

.ageo .price th,
.ageo .facility th {
    background: #fedd5d;
}

.price td,
.facility td {
    background: #fffef2;
    border: 1px solid #757575;
    vertical-align: middle;
    text-align: center;
}


.price .box05 h4 {
    border-left: 3px solid #278607;
    border-bottom: 2px solid #278607;
    margin-bottom: 30px;
    padding-left: 10px;
    font-size: 1.1rem;
}

.ageo .price .box05 h4 {
    border-left: 3px solid #e08000;
    border-bottom: 2px solid #e08000;
}

.price .box05 dt {
    background: #278607;
    color: #fff;
    padding: 5px 20px;
}

.price .box05 dd {
    border: 1px solid #278607;
    padding: 20px;
}

.ageo .price .box05 dt,
.ageo .price .box05 dd {
    background: #e08000;
}

.price tr:nth-of-type(2n),
.price tr:nth-of-type(2n) td {
    background-color: #ffeede;
}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {

    .price th,
    .price td {
        padding: 0.6em 0.6em;
        font-size: 16px;
    }
}

/*********************/
.plan_img_list {}

.plan_img_list li {
    padding: 1rem;
}

.plan_img_list li img {}

/*900px以上*/
@media (min-width: 900px) {
    .plan_img_list {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .plan_img_list li {
        padding: 1rem;
        width: 50%;
        display: flex;
        align-items: center;
    }
}

/***sanko********/
.sanko table {
    background-color: #fff;
    border: solid 1px #293d10;
}

.ageo .sanko table {
    border: solid 1px #e08000;
}

.sanko table th,
.sanko table td {
    border: solid 1px;
}