@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */

.introduction .monthly .text-small {
    font-size: 80%;
}

.introduction .monthly {
    height: 90px;
    padding: 10px 10px 2px 10px;
}

.introduction .monthly .large {
    font-size: 22px;
}

.introduction .monthly {
    font-size: 17px;
}

.introduction .monthly span {
    line-height: 1.4;
}

.introduction .detail img {
    margin: 20px 20px 0;
    padding-bottom: 320px
}

.introduction .price table td.left {
    width: 46%;
    padding: 5px 0;
}

.introduction .price table td.right {
    text-align: right;
    width: 53%;
}

.introduction .price table td.pad {
    padding: 8px 0;
}

.introduction .price .total {
    padding: 5px 0;
    color: #e6000d;
    font-weight: 600;
    font-size: 16px;
    border-top: 1px solid #1d5ab6;
    padding-top: 10px;
}

.introduction .price .total .pl {
    padding-left: 13px;
}




.introduction .price {
    position: absolute;
    bottom: 0;
    width: 310px;
    margin: auto 36px;
}

.small-price {
    font-size: 12px;
}

.introduction .price table td.red-total {
    padding: 14px 0 10px;
    width: 440px;
}

.introduction .price table .right-total {
    text-align: right;
    width: 250px;
}



.contact-title {
    display: block;
    width: 100%;
    padding: 8px 0;
    border: 1px solid #000;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
    font-size: 16px;
}

/* 
#main .contact-text .tel {
    font-size: 15px;
    font-weight: 700;
} */

#main .contact-text a {
    /* text-decoration: none; */
    pointer-events: auto;
    color: #000099;
    font-weight: bold;
}

.contact-text {
    margin-top: 14px;
}

#main .contact-text p {
    margin-bottom: 5px;
}

.note {
    text-align: left;
}


.section03 .note {
    text-indent: -16px;
    padding-left: 24px;
}

/* ====================================
	PC専用スタイル
===================================== */
@media only screen and (min-width: 1080px) {}