
#tester p {
    font-size: 12px; font-size: 1.2rem;
    line-height: 24px; line-height: 2.4rem;
}
.tester-introduction {}
.tester-introduction p {
}

.tester-row-group {}
.tester-row-group p {}
.tester-row-group-title {
    font-size: 16px; font-size: 1.6rem;
    line-height: 26px; line-height: 2.6rem;
    font-weight: 700;
    color: #2f7fd0;
    background-color: #eaf2fa;
    padding: 7px 12px 9px 12px;
    margin: 24px 0 12px 0;
}

.tester-row-group #number-list {
    font-size: 12px; font-size: 1.2rem;
    line-height: 24px; line-height: 2.4rem;
    margin-bottom: -3px;
    counter-reset: numlist;
}
.tester-row-group #number-list li {
    position: relative;
    padding: 3px 0 3px 32px;
    counter-increment: numlist;
}
.tester-row-group #number-list li:before {
    content: counter(numlist);
    font-size: 12px; font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background-color: #2f7fd0;
    position: absolute;
    left: 0;
    top: 3px;
}

.tester-row-group #tester-row-group-image {
    text-align: center;
    max-width: 558px;
    padding: 0 20px;
    margin: 16px auto 32px auto;
}

.monthly-info {
    border: solid 1px #d4e1e7;
    border-radius: 10px;
    margin-bottom: 10px;
}
.monthly-info-label {
    font-size: 14px; font-size: 1.4rem;
    line-height: 24px; line-height: 2.4rem;
    font-weight: 700;
    padding: 12px 12px 12px 26px;
    margin-left: 16px;
    background: url(../img/tester/megaphone.png) no-repeat left/18px;
}
.monthly-info-row {
    padding: 16px;
    border-top: solid 1px #d4e1e7;
}
#tester .monthly-info-row-update {
    font-size: 11px; font-size: 1.1rem;
    line-height: 17px; line-height: 1.7rem;
    color: #777777;
    margin-bottom: 4px;
}
.monthly-info-row-title {
    font-size: 16px; font-size: 1.6rem;
    line-height: 26px; line-height: 2.6rem;
    font-weight: 700;
    color: #2f7fd0;
    margin-bottom: 6px;

}
.monthly-info-row-body {}
.monthly-info-row-box {
    background-color: #eaf2fa;
    padding: 12px 16px;
    margin: 16px -4px 14px -4px;
}
.monthly-info-row-box-title {
    font-size: 14px; font-size: 1.4rem;
    line-height: 26px; line-height: 2.6rem;
    font-weight: 700;
}
.monthly-info-row-box .common-list {
    margin: 4px 0 0 0;
}

#service #service-lead-text {
    font-size: 14px; font-size: 1.4rem;
    line-height: 26px; line-height: 2.6rem;
    font-weight: 700;
}
#service-detail {
    padding: 16px 0;
}
#service-detail-image {
    max-width: 494px;
    text-align: center;
    padding-bottom: 16px
}

#service #service-detail-lead-text {
    font-size: 14px; font-size: 1.4rem;
    font-weight: 700;
    color: #2f7fd0;
    margin-top: 8px;
}

#service-detail-info-tel {
    margin-top: 6px;
    text-align: center;
}
#service #service-detail-info-tel a {
    display: inline-block;
    padding: 0;
    font-weight: 700;
    font-size: 31px; font-size: 2.4rem;
    line-height: 34px; line-height: 3.4rem;
    letter-spacing: 1px;
}
#service-detail-info-tel a span {
    display: inline-block;
    padding-left: 24px;
    background: url(../img/common/icon-tel-large.png) no-repeat left;
    background-position: 0 11px;
    background-size: 18px;
    -webkit-transition: transform .02s;
    transition: transform .02s;
}
#service-detail-info-tel a:hover span {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

#service #service-detail-info-btn {
    margin-top: 14px;
    text-align: center;
}
#service #service-detail-info-btn a {
    display: inline-block;
    padding: 4px 12px 6px 12px;
    font-size: 12px; font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-align: center;
    white-space: nowrap;
    border-radius: 25px;
    background-color: #2f7fd0;
    color: #fff;
    width: 100%;
    max-width: 286px;
    border: solid 1px #2f7fd0;
    -webkit-transition: background .2s;
    transition: background .2s;
}
#service #service-detail-info-btn a:hover {
    background-color: #368ad6;
}

@media (min-width: 640px)
{
    #service-detail {
        display: flex;
    }
    #service-detail-image {
        min-width: 200px;
        max-width: 494px;
        padding-top: 7px;
        padding-right: 20px;
    }
    #service-detail-info {
        flex-basis: 434px;
    }
    #service-detail-info-tel,
    #service #service-detail-info-btn {
        text-align: left;
    }
}




@media (min-width: 768px)
{
    #tester p {
        font-size: 16px; font-size: 1.6rem;
        line-height: 34px; line-height: 3.4rem;
    }
    .tester-row-group-title {
        font-size: 22px; font-size: 2.2rem;
        line-height: 34px; line-height: 3.4rem;
        padding: 6px 24px 8px 24px;
        margin: 48px 0 16px 0;
    }
    .tester-row-group #number-list {
        font-size: 16px; font-size: 1.6rem;
        line-height: 34px; line-height: 3.4rem;
    }
    .tester-row-group #number-list li {
        padding-left: 42px;
    }
    .tester-row-group #number-list li:before {
        font-size: 16px; font-size: 1.6rem;
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 5px;
    }

    .tester-row-group #tester-row-group-image {
        padding: 0 28px;
        margin: 32px auto 56px auto;
    }

    .monthly-info-label {
        font-size: 20px; font-size: 2.0rem;
        line-height: 36px; line-height: 3.6rem;
        padding: 20px 20px 20px 48px;
        background-size: 36px;
    }
    .monthly-info-row {
        padding: 24px 30px 40px 30px;
    }
    #tester .monthly-info-row-update {
        font-size: 13px; font-size: 1.3rem;
        line-height: 21px; line-height: 2.1rem;
    }
    .monthly-info-row-title {
        font-size: 22px; font-size: 2.2rem;
        line-height: 40px; line-height: 4.0rem;
        margin-bottom: 14px;
    }

    .monthly-info-row-box {
        padding: 16px 26px;
        margin: 29px -4px 17px -4px;
    }
    .monthly-info-row-box-title {
        font-size: 18px; font-size: 1.8rem;
        line-height: 36px; line-height: 3.6rem;
    }
    .monthly-info-row-box .common-list {
        margin: 0 0 4px 0;
    }

    #service #service-lead-text {
        font-size: 20px; font-size: 2.0rem;
        line-height: 34px; line-height: 3.4rem;
    }
    #service-detail {
        padding: 40px 0;
    }
    #service-detail-image {
        min-width: 381px;
        padding-right: 42px;
    }
    #service #service-detail-lead-text {
        font-size: 18px; font-size: 1.8rem;
        margin-top: 20px;
    }

    #service-detail-info-tel {
        margin-top: 12px;
    }
    #service #service-detail-info-tel a {
        font-size: 31px; font-size: 3.1rem;
        line-height: 41px; line-height: 4.1rem;
        letter-spacing: 2px;
    }
    #service-detail-info-tel a span {
        padding-left: 46px;
        background-position: 0 5px;
        background-size: 36px;
    }

    #service #service-detail-info-btn {
        margin-top: 22px;
    }
    #service #service-detail-info-btn a {
        padding: 6px 16px 8px 16px;
        font-size: 14px; font-size: 1.4rem;
        border-radius: 25px;
    }
}


/*
#tester p {
    font-size: 16px; font-size: 1.6rem;
    line-height: 34px; line-height: 3.4rem;
}
.tester-introduction {}
.tester-introduction p {
}

.tester-row-group {}
.tester-row-group p {}
.tester-row-group-title {
    font-size: 22px; font-size: 2.2rem;
    line-height: 34px; line-height: 3.4rem;
    font-weight: 700;
    color: #2f7fd0;
    background-color: #eaf2fa;
    padding: 6px 24px 8px 24px;
    margin: 48px 0 16px 0;
}

.tester-row-group #number-list {
    font-size: 16px; font-size: 1.6rem;
    line-height: 34px; line-height: 3.4rem;
}
.tester-row-group #number-list {
    counter-reset: numlist;
}
.tester-row-group #number-list li {
    position: relative;
    padding: 3px 0 3px 42px;
    counter-increment: numlist;
}
.tester-row-group #number-list li:before {
    content: counter(numlist);
    font-size: 16px; font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #2f7fd0;
    position: absolute;
    left: 0;
    top: 5px;
}

.tester-row-group #tester-row-group-image {
    text-align: center;
    max-width: 558px;
    padding: 0 28px;
    margin: 32px auto 56px auto;
}

.monthly-info {
    border: solid 1px #d4e1e7;
    border-radius: 10px;
    margin-bottom: 10px;
}
.monthly-info-label {
    font-size: 20px; font-size: 2.0rem;
    line-height: 36px; line-height: 3.6rem;
    font-weight: 700;
    padding: 20px 20px 20px 48px;
    margin-left: 28px;
    background: url(../img/tester/megaphone.png) no-repeat left/36px;
}
.monthly-info-row {
    padding: 24px 30px 40px 30px;
    border-top: solid 1px #d4e1e7;
}
#tester .monthly-info-row-update {
    font-size: 13px; font-size: 1.3rem;
    line-height: 21px; line-height: 2.1rem;
    color: #777777;
    margin-bottom: 4px;
}
.monthly-info-row-title {
    font-size: 22px; font-size: 2.2rem;
    line-height: 40px; line-height: 4.0rem;
    font-weight: 700;
    color: #2f7fd0;
    margin-bottom: 14px;

}
.monthly-info-row-body {}
.monthly-info-row-box {
    background-color: #eaf2fa;
    padding: 16px 26px;
    margin: 29px -4px 17px -4px;
}
.monthly-info-row-box-title {
    font-size: 18px; font-size: 1.8rem;
    line-height: 36px; line-height: 3.6rem;
    font-weight: 700;
}
.monthly-info-row-box .common-list {
    margin: 0 0 4px 0;
}



#service #service-lead-text {
    font-size: 20px; font-size: 2.0rem;
    line-height: 34px; line-height: 3.4rem;
    font-weight: 700;
}
#service-detail {
    display: flex;
    padding: 40px 0;
}
#service-detail-image {
    min-width: 381px;
    max-width: 494px;
    padding-top: 7px;
    padding-right: 42px;
}
#service-detail-info {
    flex-basis: 434px;
}
#service #service-detail-lead-text {
    font-size: 18px; font-size: 1.8rem;
    font-weight: 700;
    color: #2f7fd0;
    margin-top: 20px;
}

#service-detail-info-tel {
    margin-top: 12px;
}
#service #service-detail-info-tel a {
    display: inline-block;
    padding: 0;
    font-weight: 700;
    font-size: 31px; font-size: 3.1rem;
    line-height: 41px; line-height: 4.1rem;
    letter-spacing: 2px;
}
#service-detail-info-tel a span {
    display: inline-block;
    padding-left: 46px;
    background: url(../img/common/icon-tel-large.png) no-repeat left;
    background-position: 0 5px;
    background-size: 36px;
    -webkit-transition: transform .02s;
    transition: transform .02s;
}
#service-detail-info-tel a:hover span {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

#service #service-detail-info-btn {
    margin-top: 22px;
}
#service #service-detail-info-btn a {
    display: inline-block;
    padding: 6px 16px 8px 16px;
    font-size: 14px; font-size: 1.4rem;
    text-align: center;
    white-space: nowrap;
    border-radius: 25px;
    background-color: #2f7fd0;
    color: #fff;
    width: 100%;
    max-width: 286px;
    border: solid 1px #2f7fd0;
    -webkit-transition: background .2s;
    transition: background .2s;
}
#service #service-detail-info-btn a:hover {
    background-color: #368ad6;
}
*/
