@charset "UTF-8";
/* コンテンツ */


#title_img1 {
    background-image:url("../img/title_bg.webp");
}
#title_img1 span {
    /*background-color: transparent;*/
}

.ab_tx1 {
    text-align: center;
}
.ab_tx1 h3 {
    font-size: 2em;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.ab_tx1 p {
    line-height: 2;
    font-size: 1.16em;
    margin-top: 2em;
}


@media screen and (max-width: 960px) {

}


@media screen and (max-width: 560px) {

.ab_tx1 {
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 3%
}
.ab_tx1 h3 {
    font-size: 1.32em;
    line-height: 1.5;
}
.ab_tx1 p {
    line-height: 1.7;
    font-size: 1em;
}

}
