@charset "UTF-8";

/* CSS INFORMATION -====================================================
File name : add.css
Description : 追加パーツ
===================================================================== */
.intro_content p {
    font-size: 90%;
    font-family: "Sawarabi Mincho", serif;
    font-weight: 400;
    font-style: normal;

}
.catch {
    font-size: 1.2em;
}
.catch span {
    background: #89a9c2;
    color: #ffffff;
    padding: 0.2em 0;
}
.catch strong {
    font-size: 140%;
    font-weight: normal;
    color: #2a6da1;
    line-height: 1.6;
}
.text {
    border-top: 1px solid #2a6da1;
    padding-top: 3em;
}
.text span {
    color: #89a9c2;
}
.text strong {
    display: block;
    font-size: 140%;
    font-weight: normal;
    line-height: 1.6;
    padding: 1em 0;
}
.content_desc_huge sub {
    display: block;
    padding-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
    .intro_content p {
        font-size: 110%;
    }
    .catch strong {
    font-size: 170%;
}
}