@charset "utf-8";


/*	料金表
------------------------------*/
#price-list .page-txt p:first-child {
    margin-bottom: 2rem;
}
#price-list .flexbox {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.price-tb {
    margin: 0 10px;
}
.price-tb table {
    border: 1px solid #dcdcdc;
}
.price-tb caption {
    margin-bottom: 6px;
    font-size: var(--font-size-small);
}
.price-tb th {
    padding: 12px;
    color: #fff;
    font-weight: var(--font-weight-600);
    font-size: var(--font-size-large);
    text-align: center;
    white-space: nowrap;
    background-color: var(--color-deep-green);
}
.price-tb:nth-child(even) th {
    background-color: var(--color-deep-red);
}
.price-tb td {
	padding: 12px 30px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-top: 1px solid #dcdcdc;
}
.price-tb tr:nth-child(2) td {
    border-top: none;
}
.price-tb td:first-child {
    background-color: #fafafa;
}
.price-tb td:nth-child(2) {
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-500);
}
#price-list .list-disc {
    margin-top: 30px;
}
@media only screen and (max-width: 1218px) {

#price-list .flexbox {
    justify-content: space-evenly;
}

}
@media only screen and (max-width: 812px) {

#price-list .flexbox {
    flex-direction: column;
}
.price-tb {
    margin: 0;
}

}


/*	料金例
------------------------------*/
#model-case {
    margin-top: 120px;
}
.case-box {
    margin-top: 70px;
    padding: 60px 8.33333333% 40px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #fafafa;
    position: relative;
}
.case-hd {
    color: var(--color-deep-green);
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-400);
    font-size: 1.75rem;
    letter-spacing: normal;
    line-height: 1;
    position: absolute;
    left: 8.33333333%;
    top: -30px;
}
.case-hd .case-num {
    font-weight: var(--font-weight-700);
    font-style: italic;
    font-size: 3.25rem;
}
.case-box .flexbox {
    width: 100%;
    align-items: center;
}
.case-illust {
    width: 335px;
}
.case-illust figure {
    width: 100%;
    margin: 0 auto;
}
.case-1 .case-illust figure {
    width: 321px;
}
.case-3 .case-illust figure {
    width: 203px;
}
.case-box .page-txt {
    width: calc(100% - 335px);
    padding-left: 60px;
}
#model-case .case-price {
    margin-top: 30px !important;
}
.case-price dt {
    font-size: 3.25rem;
    text-align: right;
    line-height: 1;
    letter-spacing: normal;
}
.case-price dd {
    text-align: right;
}
.price-etc {
    margin-top: 80px;
    text-align: center;
}
.price-etc .base-btn {
    margin-top: 16px;
}
@media only screen and (max-width: 1024px) {

.case-box .flexbox {
    flex-direction: column;
}
.case-illust {
    width: min(90%, 335px);
    margin-bottom: 40px;
}
.case-1 .case-illust figure {
    width: min(100%, 321px);
}
.case-3 .case-illust figure {
    width: min(100%, 203px);
}
.case-box .page-txt {
    width: 100%;
    padding-left: 0;
}

}
@media only screen and (max-width: 768px) {

.case-hd {
    font-size: clamp(1.25rem, 0.773rem + 2.04vw, 1.75rem);
    top: -20px;
}
.case-hd .case-num {
    font-size: clamp(2.25rem, 1.296rem + 4.07vw, 3.25rem);
}
.case-price dt {
    font-size: clamp(2.625rem, 2.029rem + 2.54vw, 3.25rem);
}

}
@media only screen and (max-width: 480px) {

#model-case {
    margin-top: 60px;
}
.case-box {
    margin-top: 50px;
    padding: 60px 6.25% 40px;
}
.price-etc {
    margin-top: 40px;
    text-align: justify;
}

}