<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';

/*  guide
--------------------------------------- */

.guide {
max-width: 900px;
margin: 0 auto;
padding:  65px 20px 43px;
text-align: center;
box-sizing: border-box;
}

.guide h2 {
margin: 0 0 55px;
padding: 0 0 18px;
color: #333;
font-size: 30px;
font-weight: bold;
background: url("/ja/assets/img/bg_h2_01.png") no-repeat center bottom;
}

.guide .lead {
margin: 0 0 35px;
font-size: 14px;
line-height: 1.58;
text-align: left;
}

.guide .ctBox {
padding: 0 0 12px;
}

.guide .ctBox h3 {
margin: 0 0 25px;
padding: 8px 20px;
color: #fff;
font-size: 20px;
font-weight: bold;
text-align: left;
background: url("/ja/assets/img/bg_h3_01.png") no-repeat center;
}

.guide .ctBox .txt {
margin: 0 0 25px;
font-size: 14px;
line-height: 1.58;
text-align: left;
}

.guide .ctBox .txt a {
color: #104696;
transition: 0.3s all;
}

.guide .ctBox .txt a:hover {
color: #0022FF;
}

.guide .ctBox .bnr {
margin: 0 0 25px;
}

.guide .ctBox .bnr a {
transition: 0.3s all;
}

.guide .ctBox .bnr a:hover {
opacity: 0.7;
}

.guide .ctBox dl {
margin: 0 0 20px;
text-align: left;
}

.guide .ctBox dl dt {
font-size: 14px;
line-height: 1.58;
}

.guide .ctBox dl dt span {
display: inline-block;
margin: 0 5px 0 0;
color: #144996;
vertical-align: middle;
}

.guide .ctBox dl dd {
font-size: 14px;
line-height: 1.58;
}

.guide .date {
margin: 0 0 5px;
font-size: 14px;
line-height: 1.58;
text-align: right;
}

.guide .name {
width: 129px;
margin: 0 0 0 auto;
}



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

.guide {
width: 86.666%;
margin: 0 auto;
padding: 10% 0 2%;
text-align: center;
box-sizing: border-box;
}

.guide h2 {
margin: 0 0 9%;
padding: 0 0 2%;
color: #333;
font-size: 20px;
font-weight: bold;
background: url("/ja/assets/img/bg_h2_01.png") no-repeat center bottom;
background-size: 100px auto;
}

.guide .lead {
margin: 0 0 11%;
font-size: 12px;
line-height: 1.59;
text-align: left;
}

.guide .ctBox {
padding: 0 0 5%;
}

.guide .ctBox h3 {
margin: 0 0 7%;
padding: 7px 10px;
color: #fff;
font-size: 15px;
font-weight: bold;
text-align: left;
background: url("/ja/assets/img/bg_h3_01_sp.png") no-repeat center;
background-size: cover;
}

.guide .ctBox .txt {
margin: 0 0 5%;
font-size: 12px;
line-height: 1.59;
text-align: left;
}

.guide .ctBox .txt a:hover {
color: #104696;
}

.guide .ctBox .bnr {
width: 52.3%;
margin: 0 auto 8%;
}

.guide .ctBox .bnr a:hover {
opacity: 1;
}

.guide .ctBox dl {
margin: 0 0 6%;
text-align: left;
}

.guide .ctBox dl dt {
font-size: 12px;
line-height: 1.59;
}

.guide .ctBox dl dt span {
display: inline-block;
margin: 0 5px 0 0;
color: #144996;
vertical-align: middle;
}

.guide .ctBox dl dd {
font-size: 12px;
line-height: 1.59;
}

.guide .date {
margin: 0 0 5px;
font-size: 12px;
line-height: 1.59;
text-align: right;
}

.guide .name {
width: 31%;
margin: 0 0 0 auto;
}

}
</pre></body></html>