@charset "utf-8";

/*お問い合わせページ⇊---------------------------------*/
#container .page_header .page_title.contact strong {
    font-family: "adobe-caslon-pro", serif;
    font-weight: 400;
    font-style: normal;
}

#container .contents .contents_inner.contents__contact {
    max-width: calc(1200px - 203px);
}

#container .page_header .breadcrumbs.contact {
    color: #333333;
    font-weight: 500;
    line-height: calc(17 / 13);
}

.btn-center {
    margin: auto;
}

#contact .form-title {
    display: none;
}

.formmailer-embed iframe body .form-title {
    display: none;
}

.contents__comment {
    line-height: calc(27 / 15);
}

.txt-link {
    color: #00236e;
    text-decoration: underline;
}
.txt-link:hover {
    text-decoration: none;
}

@media screen and (min-width: 750px) and (max-width: 1024px){
    .txt-link {
        color: #00236e;
        text-decoration: underline;
    }
    .txt-link:hover {
        text-decoration: none;
    }
}
