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

.eng {
	font-family: 'Roboto', sans-serif;
}


.mincyo {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans" ,sans-serif;
}

.bold {
	font-weight: bold !important;
}
.mid {
	font-weight: medium !important;
}
.normal {
	font-weight: normal !important;
}

.center {
	text-align: center;
}
.s-center {
	text-align: left;
}

/* 色 */
.org {
	color: #d58462;
}
.gray {
	color: #c6c6c6;
}
.grn {
	color: #4f92ac;
}
.red {
	color: red;
}
.wht {
	color: #fff;
}

/* .hl_top  */
.hl_top {
	font-size: 22px;
	font-weight: bold;
}
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.3em;
    left: .1em;
    right: 0;
    margin: auto;
    font-size: 13px;
    overflow: visible;
    white-space: nowrap;
}

/* .hl_top_e  */
.hl_top_e {
	text-align: center;
	font-size: 14px;
	line-height: 2.0;
	position: relative;
}
.hl_top_e .eng {
	display: block;
	font-size: 30px;
	line-height: 1.0;
}
.hl_top_e::after {
	content: '';
	width: 3em;
	border-top: 3px solid #6e85aa;
	position: absolute;
	bottom: -.8em;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}


/* .hl_top_e_w  */
.hl_top_e.hl_top_e_w {
	text-align: left;
}
.hl_top_e.hl_top_e_w::after {
	border-top: 3px solid #fff;
	left: 0%;
	transform: translateX(0%);
	-webkit- transform: translateX(0%);
}

/* ヘッドライン */
#headline {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#pageSecond #headline {
	background-image: url(../img/second/bg_headline_sp.jpg);
}
#headline .inner {
	height: 90px;
	position: relative;
	text-align: center;
}
#headline .inner .hl {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	white-space: nowrap;
}
#headline .inner .hl span.eng {
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.0;
}

/* hlbbb */
.hlbbb {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.4;
}
/* hlbb */
.hlbb {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
}
/* hlb */
.hlb {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.4;
}
/* hlbs */
.hlbs {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
}
/* hlb2 */
.hlb2 {
	font-size: 19px;
	font-weight: normal;
	line-height: 1.4;
}
/* hlb3 */
.hlb3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
}

/* hls */
.hls {
	font-size: 17px;
	line-height: 1.4;
	font-weight: normal;
}
/* hls2 */
.hls2 {
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
}
/* hls3 */
.hls3 {
	font-size: 15px;
	line-height: 1.4;
	font-weight: normal;
}
/* hlss */
.hlss {
	font-size: 15px;
	line-height: 1.4;
	font-weight: normal;
}










@media handheld, print, screen and (min-width: 375px) {
/* iphone6 */



/* hlb */
.hlb {
	font-size: 22px;
}

/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 414px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 480px) {

/* .hl_top  */
.hl_top {
	font-size: 28px;
}
[data-ruby]::before {
    top: -1.3em;
    left: .4em;
    font-size: 14px;
}
/* .hl_top_e  */
.hl_top_e {
	font-size: 16px;
}
.hl_top_e .eng {
	font-size: 40px;
}
.hl_top_e::after {
	width: 3em;
	border-top: 3px solid #6e85aa;
	bottom: -.8em;
}
.hl_top_e.hl_top_e_w::after {
	border-top: 3px solid #fff;
}

/* ヘッドライン */
#pageSecond #headline {
	background-image: url(../img/second/bg_headline.jpg);
}

		@media (-webkit-min-device-pixel-ratio: 2){
			
				#pageSecond #headline {
					background-image: url(../img/second/bg_headline@2x.jpg);
				}	

		/* end of media query(retina) */	
		}

#headline .inner {
	height: 168px;
}
#headline .inner .hl {
	font-size: 16px;
	font-weight: bold;
}
#headline .inner .hl span.eng {
	font-size: 40px;
}

/* hlbbb */
.hlbbb {
	font-size: 40px;
}
/* hlbb */
.hlbb {
	font-size: 36px;
}
/* hlb */
.hlb {
	font-size: 28px;
}
/* hlb */
.hlbs {
	font-size: 27px;
}
/* hlb2 */
.hlb2 {
	font-size: 26px;
}
/* hlb3 */
.hlb3 {
	font-size: 24px;
}
/* hls */
.hls {
	font-size: 22px;
}
/* hls2 */
.hls2 {
	font-size: 20px;
}
/* hls3 */
.hls3 {
	font-size: 19px;
}
/* hlss */
.hlss {
	font-size: 18px;
}


/* end of media query */	
}


@media handheld, print, screen and (min-width: 620px) {
/* iPad */

/* .hl_top_e_w  */
.hl_top_e.hl_top_e_w {
	text-align: center;
}
.hl_top_e.hl_top_e_w::after {
	border-top: 3px solid #fff;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

/* ヘッドライン */
#headline {
	background-image: url(../img/second/bg_headline.jpg);
}
#headline .inner {
	height: 224px;
}
#headline .inner .hl {
	font-size: 17px;
}
#headline .inner .hl span.eng {
	font-size: 50px;
}

/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 800px) {

/* .hl_top  */
.hl_top {
	font-size: 38px;
}
[data-ruby]::before {
    top: -1.3em;
    left: 1em;
    font-size: 16px;
}

/* .hl_top_e  */
.hl_top_e {
	font-size: 18px;
}
.hl_top_e .eng {
	font-size: 50px;
}
.hl_top_e::after {
	width: 3em;
	border-top: 3px solid #6e85aa;
	bottom: -.8em;
}

.hl_top_e.hl_top_e_w::after {
	border-top: 3px solid #fff;
}

/* ヘッドライン */
#headline {
	background-image: url(../img/second/bg_headline.jpg);
}
#headline .inner {
	height: 280px;
}
#headline .inner .hl {
	font-size: 18px;
}
#headline .inner .hl span.eng {
	font-size: 60px;
}

/* hlbbb */
.hlbbb {
	font-size: 50px;
}
/* hlbb */
.hlbb {
	font-size: 40px;
}
/* hlb */
.hlb {
	font-size: 36px;
}
/* hlb */
.hlbs {
	font-size: 34px;
}
/* hlb2 */
.hlb2 {
	font-size: 30px;
}
/* hlb3 */
.hlb3 {
	font-size: 28px;
}
/* hls */
.hls {
	font-size: 26px;
}
/* hls2 */
.hls2 {
	font-size: 22px;
}
/* hls3 */
.hls3 {
	font-size: 20px;
}
/* hlss */
.hlss {
	font-size: 18px;
}

/* end of media query */
}


@media handheld, print, screen and (min-width: 1111px) {





/* end of media query */
}

/* 16pxを起点とした比較%font */
.pr12 {
	font-size: 75%;
}
.pr13 {
	font-size: 81.3%;
}
.pr14 {
	font-size: 87.5%;
}
.pr15 {
	font-size: 93.8%;
}
.pr16 {
	font-size: 100%;
}
.pr17 {
	font-size: 106.3%;
}
.pr18 {
	font-size: 112.5%;
}
.pr19 {
	font-size: 118.8%;
}
.pr20 {
	font-size: 125%;
}
.pr21 {
	font-size: 131.3%;
}
.pr22 {
	font-size: 137.5%;
}
.pr23 {
	font-size: 143.8%;
}
.pr24 {
	font-size: 150%;
}
.pr25 {
	font-size: 156.3%;
}
.pr26 {
	font-size: 162.5%;
}
.pr27 {
	font-size: 168.8%;
}
.pr28 {
	font-size: 175%;
}
.pr29 {
	font-size: 181.3%;
}
.pr30 {
	font-size: 187.5%;
}
.pr31 {
	font-size: 193.8%;
}
.pr32 {
	font-size: 200%;
}</pre></body></html>