<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* * * * * * *  
content
* * * * * * */
body #content {
    padding: 0.5% 4%;
}
body #content section {
    background: #fff;
    padding: 3% 6% 6%;
    margin: 2em auto 3.8em;
    max-width: 1124px;
    overflow: hidden;
}
#content h3 {
    font-size: .30rem;/* 100pxの0.2倍だから20pxだよ！ */
    text-align: center;
    color: #000;
    font-weight: 300;
    padding-top: 1.4em;
    letter-spacing: 0.05em;
}
#content h3.eng {
    font-size: .18rem;/* 100pxの0.2倍だから20pxだよ！ */
    color: #416985;
    font-weight: 300;
    display: block;
    padding-top: 0.6em;
    letter-spacing: 0.04em;
}
/* 基本のh3 */
#content h3.head3 {
    font-size: .26rem;
    text-align: center;
    font-weight: 300;
    padding-top: 1.8em;
    letter-spacing: 0.05em;
    margin-bottom: 1.5em;
    display: flex;
    align-items: center;
    border-bottom: none!important;
    line-height: 120%;
}
#content h3.head3:before, #content h3.head3:after {
    content: "";
    height: 6px;
    flex-grow: 1;
    background-color: #2a4377;
}
#content h3.head3:before {
    margin-right: 1em;
}
#content h3.head3:after {
    margin-left: 1em;
}
/* 基本の普通のh3 */
#content .section_nomal h3 {
    font-size: .26rem;
    text-align: left;
    font-weight: 300!important;
    padding: 1.8em 0  0.4em;
    letter-spacing: 0.05em;
    margin-bottom: 0.6em;
    border-bottom: #90a9c8 1px solid;
}
/* 基本のh4 */
#content h4.head4 {
    font-size: .20rem;
    text-align: center;
    font-weight: 300;
    padding-top: 1.8em;
    letter-spacing: 0.05em;
    margin-bottom: 1.2em;
    display: flex;
    align-items: center;
    color: #9b7340;
}
#content h4.head4:before, #content h4.head4:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #6a97c4;
}
#content h4.head4:before {
    margin-right: 1em;
}
#content h4.head4:after {
    margin-left: 1em;
}
/* 基本のh5 */
#content h5.head5 {
    font-size: .18rem;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-bottom: 1.2em;
    border-bottom: #2a4377 1px solid;
    padding-bottom: 0.3em;
    background: #2a4377;
    padding: 0.2em 0.5em;
    border-radius: 0.5em;
    color: #fff;
}
/********/


.head3_2 {
    font-size: .26rem;/* 100pxの0.2倍だから20pxだよ！ */
    text-align: left;
    color: #416985;
    font-weight: 300;
    padding: 0.4em 0em;
    padding-top: 2.4em;
    letter-spacing: 0.05em;
    border-bottom: 2px solid;
    margin-bottom: 1.2em;
}
/* 基本のリスト */
#content ul.list li {
    background: url(../img/common/dot_02.png) no-repeat left 0.33em/ 1em;
    padding-left: 1.3em;
    margin-bottom: 0.6em;
}
/*  */
body #content p {
    line-height: 1.8;
    font-weight: 300;
    text-align: justify;
    text-justify: inter-ideograph;
}
/*  */
hr {
	display: block;
	height: 2px;
	border: 0;
    border-top: 2px #6a97c4 solid;
	margin: 4em 0;
	padding: 0;
}
body #content .caution {
    color: red;
}
body #content ul {
    margin-bottom: 1em;
}
body #content p {
    margin-bottom: 0.8em;
}
body #content img.alignright {
    float: right;
    margin: 0 0 2em 2em;
}
body #content img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
body #content img.aligncenter {
    display: block;
    margin: 0 auto;
}
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    border: #E3E3E3 1px solid;
    margin-top: 2em;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
body #content th, body #content td {
    line-height: 1.5;
    font-weight: 300;
    font-size: .16rem;/* 100pxの0.2倍だから20pxだよ！ */
    text-align: left;
    border: #ccc solid 1px;
    padding: 0.4em 0.8em;
    vertical-align: middle;
}
body #content th {
    background: #e9e9e9;
    text-align: center;
}
body #content thead th {
    background: #d1cbc3;
}
body #content td {
    background: #fff;
}
/**/
body #content #contact table {
    border-top: none;
}
body #content #contact table th {
    white-space: nowrap;
    padding-right: 0.5em;
}
body #content #contact table input, body #content #contact table textarea, body #content #contact table select, body #content #contact table input label {
    padding: 0em;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .18rem;/* 100pxの0.2倍だから20pxだよ！ */
    width: 100%;
}
.mwform-checkbox-field label, .mwform-radio-field label {
    font-weight: 200!important;
}
.mw_wp_form .error {
    font-size: 100%;
    color: red!important;
    display: block;
}
body #content #contact table select {
    width: 8em;
}
body #content #contact table .multi input {
    width: 4em;
}
body #content #contact .privacy {
    text-align: center;
    padding-top: 2em;
}
body #content #contact .btn input {
    width: 33em;
    max-width: 72%;
    margin: auto;
    margin-top: 1.8em;
}
body #content #contact .btn input {
    text-align: center;
    display: block;
    padding: 1.3em;
    font-size: 0.2rem;
    color: #FFFFFF;
    background: #002e4e;
    border: none;
}
body #content #contact .btn input:hover {
    background: #004779;
    transition: 0.3s;
}
/*privacy*/

#content .seitei p {
    text-align: right!important;
    margin-top: 3em;
}

/* * * * * * *  
News
* * * * * * */
#contenta #news {
    padding-top: 4em;
}
#content #news-single h3.head3_news {
    text-align: center!important;
    font-size: .30rem;/* 100pxの0.2倍だから20pxだよ！ */
    font-weight: 300;
    line-height: 1.5!important;
    padding-top: 1.2em;
    border-left: none;
    padding-left: 0;
}
#content #news-single p.date {
    text-align: center!important;
    font-size: .18rem;/* 100pxの0.2倍だから20pxだよ！ */
    font-weight: 300;
    line-height: 1.5!important;
    color: #416985;
    padding-top: 1em;
    padding-bottom: 1.6em;
}
#content #news-single figure {
    max-width: 100%;
}
#content #news-single fig.fig-img {
    max-width: 378px;
    margin: auto;
    display: block;
    margin-top: 2em;
}
body #content #news-single .alignright {
    float: right;
    margin: 0 0 2em 2em;
}
body #content #news-single .alignleft {
    float: left;
    margin: 0 2em 2em 0;
}
body #content #news-single .aligncenter {
    display: block;
    margin: 0 auto 2em;
}
#content #news-single figcaption.wp-caption-text {
    text-align: center;
    font-size: 0.15rem;
    font-weight: 300;
    line-height: 1.4;
}
#content #news-single a {
    color: #0054c6;
    text-decoration: underline;
}
#content #news-single .btn a {
    color: #FFFFFF!important;
    text-decoration: none!important;
}
#content #news-single h1 {
    font-size: 0.3rem;
    font-weight: 300;
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom: 2px solid #002e4e;
    line-height: 1.4;
    background: #002e4e;
    color: #FFFFFF;
}
#content #news-single h1, #content #news-single h2, #content #news-single h3, #content #news-single h4, #content #news-single h5, #content #news-single h6, #content #news-single hr {
    clear: both;
}
#content #news-single h2 {
    font-size: 0.26rem;
    font-weight: 300;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    border-bottom: 2px solid #002e4e;
    line-height: 1.4;
}
#content #news-single h3 {
    font-size: 0.24rem;
    font-weight: 300;
    margin-top: 0.8em;
    margin-bottom: 0.4em;
    line-height: 1.4;
    border-left: 6px solid #002e4e;
    padding-left: 0.5em;
}
#content #news-single h4 {
    font-size: 0.20rem;
    font-weight: 300;
    margin-top: 0.8em;
    margin-bottom: 0.4em;
    line-height: 1.4;
}
#content #news-single h5 {
    font-size: 0.20rem;
    font-weight: 300;
    margin-top: 0.8em;
    margin-bottom: 0.4em;
    line-height: 1.4;
    color: #416985;
}
#content #news-single h6 {
    font-size: 0.20rem;
    font-weight: 300;
    margin-top: 0.8em;
    margin-bottom: 0.4em;
    line-height: 1.4;
    color: #9A9A9A;
}
#content .inner .section_nomal {
    padding-bottom: 2em;
}
.section_nomal a {
    color: inherit;
    text-decoration: underline;
}



@media screen and (max-width: 780px) {
.gmap {
    padding-bottom: 80%;
}
body #content img.alignright {
    float: none;
    display: block;
    margin: 0 auto 2em;
}
.head4 {
    font-size: .16rem;/* 100pxの0.2倍だから20pxだよ！ */
}
.head3_2 {
    font-size: .18rem;/* 100pxの0.2倍だから20pxだよ！ */
    border-bottom: 1px solid;
}
#content #news-single h3.head3_news {
    font-size: .20rem;/* 100pxの0.2倍だから20pxだよ！ */
}
body #content table.sp_block th, body #content table.sp_block td {
    display: block;
}
body #content table.sp_block th {
    border: none;
    border-top: #f3f1ec 10px solid;
}
#content #access p {
    text-align: left!important;
}
body #content #contact .btn input {
    padding: 0.8em;
    font-size: 0.16rem;
}
body #content #contact table input, body #content #contact table textarea, body #content #contact table select, body #content #contact table input label {
    padding: 0em;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .14rem;/* 100pxの0.2倍だから20pxだよ！ */
    font-weight: 300;
}
#content #news-single figcaption.wp-caption-text {
    font-size: 0.13rem;
}
/* 基本のh4 */
#content h4.head4 {
    font-size: .16rem;
}
}
/*------------------------------------
ページング（wp-pagenaviプラグイン）
--------------------------------*/
.wp-pagenavi {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 1em;
    display: block;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none!important;
    padding: 3px 5px;
    margin: 1px!important;
    width: 2em;
    background: #FFFFFF;
    display: inline-block;
    color: #3A3A3A;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
}
.wp-pagenavi a {
    display: inline-block!important;
	text-decoration: none!important;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover {
    font-weight: normal!important;
    background: #2a4377;
    color: #fff!important;
    text-decoration: none!important;
}
.wp-pagenavi a.first, .wp-pagenavi a.last {
    width: 4em;
}
</pre></body></html>