<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
#column h1 {position: relative;padding-bottom: 1.5vw;font-size: 1.9vw;font-weight: 500;border-bottom: 3px solid #6fdce3;}
#column h1:before {content: "";position: absolute;left: 0;bottom: -3px;width: 6vw;height: inherit;border-bottom: 3px solid #296ffc;}
#column h2 {margin-top: 2.5vw;position: relative;padding-bottom: 1.5vw;font-size: 1.9vw;font-weight: 500;border-bottom: 3px solid #6fdce3;}
#column h2:before {content: "";position: absolute;left: 0;bottom: -3px;width: 6vw;height: inherit;border-bottom: 3px solid #296ffc;}
/*--------- column ---------*/
#column {display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-flex-wrap: wrap;flex-wrap: wrap;width: 75%;margin: 3vw auto 12vw;padding: 4vw 5%;box-sizing: border-box;border-radius: 0.8vw;background-color: #fff;}
/*---------- content01 ----------*/
#content01 {width: 100%;}
.content01_t1 {margin-top: 1vw;font-size: 1.4vw;font-weight: 300;line-height: 160%;}
.content01_t2 {margin-top: 1vw;font-size: 1vw;font-weight: 300;line-height: 160%;text-align: right;}
.content01_t {width: 100%;margin-top: 2.5vw;font-size: 0;}
.content01_t3 {display: inline-block;vertical-align: middle;width: 50%;margin-top: 1vw;font-size: 1.5vw;font-weight: 500;}

/*----- background_img -----*/
.bg1_img {position: absolute;top: 0;left: 0;width: 100%;z-index: -1;}
.bg2_img {position: absolute;bottom: 0;left: 0;width: 100%;z-index: -1;}
.bg3_img {position: absolute;bottom: 0;left: 0;width: 100%;z-index: -1;}
.bg4_img {position: absolute;top: 45vw;left: 0;width: 100%;z-index: -1;}
.bg5_img {position: absolute;top: 50vw;left: 0;width: 100%;z-index: -1;}
.bg6_img {position: absolute;top: 155vw;left: 0;width: 100%;z-index: -1;}
.bg7_img {position: absolute;top: 160vw;left: 0;width: 100%;z-index: -1;}


@media screen and (max-width:960px) {
#column h1 {padding-bottom: 1.5vw;font-size: 2.5vw;}
#column h2 {margin-top: 2.5vw;padding-bottom: 1.5vw;font-size: 2.5vw;}
/*--------- column ---------*/
#column {width: 90%;margin: 3vw auto 12vw;padding: 4vw 5%;}
/*---------- content01 ----------*/
.content01_t1 {margin-top: 1vw;font-size: 2vw;}
.content01_t2 {margin-top: 1vw;font-size: 1.6vw;}
.content01_t3 {width: 50%;margin-top: 1.5vw;font-size: 2.1vw;}

/*----- background_img -----*/
.bg1_img {top: 0;left: 0;}
.bg2_img {bottom: 0;left: 0;}
.bg3_img {bottom: 0;left: 0;}
.bg4_img {top: 65vw;left: 0;}
.bg5_img {top: 70vw;left: 0;}
.bg6_img {top: 205vw;left: 0;}
.bg7_img {top: 210vw;left: 0;}
}


@media screen and (max-width:500px) {
#column h1 {padding-bottom: 1.5vw;font-size: 4.4vw;}
#column h2 {margin-top: 2.5vw;padding-bottom: 1.5vw;font-size: 4.4vw;}
/*--------- column ---------*/
#column {margin: 3vw auto 12vw;padding: 5vw 5%;}
/*---------- content01 ----------*/
.content01_t1 {margin-top: 1vw;font-size: 3.4vw;}
.content01_t2 {margin-top: 1.2vw;font-size: 3vw;}
.content01_t3 {width: 50%;margin-top: 1.5vw;font-size: 3.4vw;}

/*----- background_img -----*/
.bg1_img {top: 0;left: 0;}
.bg2_img {bottom: 0;left: 0;}
.bg3_img {bottom: 0;left: 0;}
.bg4_img {top: 65vw;left: 0;}
.bg5_img {top: 70vw;left: 0;}
.bg6_img {top: 205vw;left: 0;}
.bg7_img {top: 210vw;left: 0;}
}
</pre></body></html>