@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.service h3 {
    margin-bottom: 12px;
    text-align: center;
    font-size: 3.6rem;
    letter-spacing: 0.1em;
}
.service .inner {
    max-width: 704px;
    margin: 0 auto 67px;
    padding-top: 8px;
    text-align: center;
}
.service .inner .photo {
    margin-bottom: 15px;
}
.service .inner p {
    letter-spacing: 0.1em;
    line-height: 1.722;
    text-align: center;
}
.service .inner p span {
    display: inline-block;
    text-align: left;
}


@media all and (max-width: 896px) {
    .service .inner .photo img {
        width: auto;
        height: 57px;
    }
    .service h3 {
        font-size: 2.25rem;
    }
    .service .inner p {
        line-height: 2.12;
    }
    .service .inner .photo {
        margin-bottom: 11px;
    }
    .service .inner {
        max-width: inherit;
        margin-bottom: 40px;
    }
    .service .inner .photo02 img {
        height: 75px;
    }
}


@media all and (max-width: 374px) {
    
}