/* index
--------------------------------------------------------- */

.service_intro {
    background: #008db7;
    background-position: left bottom;
    color: #ffffff;
    text-align: center;
    padding: 64px;
    width: 1120px;
    margin: 0 auto;
}

.service_intro .ttl {
    font-size: 2.8rem;
    line-height: 4.4rem;
    font-weight: bold;
}

.service_intro .txt {
    margin-top: 32px;
    font-size: 1.5rem;
    line-height: 2.8rem;
}

.service_list_wrap {
    background: #ffffff;
    width: 1120px;
    margin: 64px auto 0;
}

.service_list_wrap .service_img {
    display: none;
}

.service_list_wrap .inner_in {
    margin-top: 20px;
    padding: 64px 40px 56px;
}

.service_list_wrap h2.l_ttl {
    margin-top: 0;
    font-size: 4.0rem;
    line-height: 1;
}

.service_list_wrap h2.l_ttl .shoulder {
    font-size: 3rem;
    margin-bottom: 16px;
}

.service_list_wrap .txt {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 2.6rem;
}

.service_list_wrap .detail a {
    display: block;
    padding: 12px 5px;
    text-decoration: none;
    position: relative;
    width: 230px;
    border-bottom: dotted 2px #263238;
    border-top: dotted 2px #263238;
    margin-top: 32px;
    font-weight: bold;
}

.service_list_wrap .detail a:after {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/common/arrow.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.service_list_wrap_01 {
    background: url(../img/business/business-image2.png) no-repeat #ffffff;
    background-position: right center;
    background-size: contain;
}

.service_list_wrap_02 {
    background: url(../img/business/business-image3.png) no-repeat #ffffff;
    background-position: right center;
    background-size: contain;
}

.service_list_wrap_03 {
    background: url(../img/business/business-image1.png) no-repeat #ffffff;
    background-position: right center;
    background-size: contain;
}

.service_list_wrap_04 {
    background: url(../img/business/business-image4.png) no-repeat #ffffff;
    background-position: right center;
    background-size: contain;
}


/* detail
--------------------------------------------------------- */

main.service_detail .column {
    margin-top: 120px;
}

main.service_detail .column>div>h2.l_ttl+* {
    margin-top: 40px;
}

main.service_detail section>.inner>h2.l_ttl {
    margin-top: 120px;
}

main.service_detail .txt_lead+.column {
    margin-top: 40px;
}

p.description {
    background: #edebe4;
    width: 1120px;
    margin: 0 auto;
    padding: 40px;
}

h3.faq_ttl {
    font-size: 2.8rem;
    font-weight: bold;
    width: 1120px;
    margin: 130px auto 0;
    line-height: 1;
    text-align: center;
}

h3.faq_ttl span {
    margin: 0 auto 16px;
    display: block;
    width: 40px;
    height: auto;
    text-align: center;
}

h3.faq_ttl span img {
    width: 100%;
}

h3.faq_ttl+section.w_bk {
    margin-top: 40px;
}

.dosnet_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    background: #edebe4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dosnet_wrap .img {
    width: 142px;
}

.dosnet_wrap .img img {
    max-width: initial;
    width: 100%;
}

.dosnet_wrap .txt {
    margin-left: 40px;
    font-size: 1.4rem;
    line-height: 2.0rem;
}

.navbtn_bk .btn+* {
    margin-top: 24px;
}

.t_txt_bold {
    font-weight: bold;
    color: #2a5a88;
    font-size: 2.0rem;
}

.t_type_01 {
    line-height: 1 !important;
    font-size: 1.6rem !important;
    margin-top: 24px !important;
}

.t_type_02 {
    line-height: 2.2rem !important;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .service_intro {
        width: 100%;
        padding: 64px 20px;
        background-position: 40px 80px;
    }
    .service_intro .ttl {
        font-size: 2.4rem;
        line-height: 3.8rem;
    }
    .service_intro .txt {
        text-align: justify;
    }
    .service_list_wrap {
        margin: 40px auto;
        width: 89%;
    }
    .service_list_wrap .service_img {
        display: block;
        width: 100%;
    }
    .service_list_wrap .inner_in {
        margin-top: 0;
        background: #ffffff;
        padding: 32px 20px;
    }
    .service_list_wrap h2.l_ttl {
        font-size: 2.8rem;
    }
    .service_list_wrap h2.l_ttl .shoulder {
        font-size: 2rem;
        line-height: 1.7rem;
    }
    .service_list_wrap .txt {
        margin-top: 32px;
        font-size: 1.2rem;
        line-height: 2.2rem;
    }
    .service_list_wrap .detail a {
        display: block;
        width: 100%;
        margin-top: 48px;
    }
    .service_list_wrap_01 {
        background: none;
        background-position: none;
        background-size: none;
    }
    .service_list_wrap_02 {
        background: none;
        background-position: none;
        background-size: none;
    }
    .service_list_wrap_03 {
        background: none;
        background-position: none;
        background-size: none;
    }
    .service_list_wrap_04 {
        background: none;
        background-position: none;
        background-size: none;
    }
    main.service_detail .column {
        margin-top: 104px;
    }
    main.service_detail .column>div>h2.l_ttl+* {
        margin-top: 32px;
    }
    main.service_detail section>.inner>h2.l_ttl {
        margin-top: 104px;
    }
    p.description {
        width: 100%;
        padding: 36px 20px;
    }
    h3.faq_ttl {
        width: 100%;
        margin: 80px auto 0;
    }
    h3.faq_ttl span {
        width: 9%;
    }
    .dosnet_wrap {
        padding: 32px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .dosnet_wrap .img {
        width: 50%;
    }
    .dosnet_wrap .img img {
        width: 100%;
    }
    .dosnet_wrap .txt {
        margin-left: 0;
        margin-top: 16px;
    }
    .navbtn_bk .btn+* {
        margin-top: 32px;
    }
    .t_txt_bold {
        line-height: 1.5;
    }
}