.telno {
    color: #005B00;
    font-size: 40px;
    font-weight: 600;
    text-decoration: none;
    vertical-align: middle;
}

.tel-box {
    max-width: 700px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    background: #ADE899;
    border-radius: 10px;
}

.shoulder {
    width: 80%;
    background: #fff;
    color: #005B00;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
}

.material-symbols-outlined {
    color: #3CAC3C;
    vertical-align: middle;
    font-weight: 400;
}

.orange_text {
    font-size: 24px;
    font-weight: 600;
    color: #ffa500;
}

.time {
    vertical-align: middle;
}

/* リンクポイントの調整 */

/*PC用*/
@media print, screen and (min-width: 641px){

    #feature_01,#feature_02,#feature_03,#feature_04,#feature_05,#feature_06,#feature_07,#feature_08,#feature_09{
        padding-top: 300px;
        margin-top:-300px;
    }

}

/*SP用*/
@media screen and (max-width:640px) {

    #feature_01,#feature_02,#feature_03,#feature_04,#feature_05,#feature_06,#feature_07,#feature_08,#feature_09{
        padding-top: 50px;
        margin-top:-50px;
    }

}

