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

/* gss
==============================*/
#___gcse_1 .cse .gsc-control-cse,#___gcse_1 .gsc-control-cse {padding: 0;}
#___gcse_1 .cse .gsc-control-cse:after,#___gcse_1 .gsc-control-cse:after {content: normal;}
#___gcse_1 .gsc-control-cse:after {content: normal;}
#___gcse_1 .cse .gsc-control-cse,#___gcse_1 .gsc-control-cse {border: none;}

/* basic
==============================*/
html{
	font-size: 62.5%;
}
body{
	position: relative;
	min-width: 960px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
img{
	width: auto;
	height: auto;
	max-width: 100%;
}
li{
	list-style-type: none;
}
#spHeader{
	display: none;
}
.container {
	margin-top: var(--header-height);
	background: url(../img/mainBg.jpg) top center no-repeat;
}
.logo{
	width: 423px;
	padding-top: 47px;
	margin:  0 auto;
}
.oa{
	width: 364px;
	margin: 0 auto;
	padding-top: 57px;
	position: relative;
}
.oa::before{
	position: absolute;
	top: 28px;
	left: 50%;
	margin-left: -80px;
	content: "";
	height: 2px;
	display: block;
	width: 160px;
	background: #f32947;
	
}
.contentsArea{
	width: 960px;
	margin: 30px auto 0;
	font-size: 18px;
	line-height: 2.3;
	padding: 8px 0 30px;
	position: relative;
}
.contentsArea::after{
	content: "";
	background: url(../img/img3.png) 0 0 no-repeat;
	background-size: 125px auto;
	width: 125px;
	height: 92px;
	position: absolute;
	left: 359px;
	bottom: 170px
}
.contentsArea .big{
	font-size: 30px;
}
.contentsArea .red{
	color: #f32947;
}
.contentsArea .img1{
	top: 0;
	right: 5px;
	position: absolute;
	width: 428px;
}
.contentsArea .img2{
	position: absolute;
	width: 285px;
	bottom: 0;
	left: 18px;
}
.contentsArea .btmText{
	margin: 100px 0 0 330px;

}
.messageArea{
	width: 960px;
	margin: 16px auto 0;
	border: 2px solid #000;
	padding: 24px 0 ;
}
.messageArea p{
	font-size: 18px;
	text-align: center;
}
.messageArea ul{
	display: flex;
	width: 848px;
	margin: 24px auto 0;
}
.messageArea li{
	background: url(../img/bg.png);
	background-size: 20px auto;
	width: 400px;
	text-align: center;
	transition: all .3s;
}
.messageArea li:hover{
	opacity: .6;
}
.messageArea li:first-child{
	margin-right: 48px;
}
.messageArea li a{
	height: 60px;
	vertical-align: middle;
	padding: 14px 0 14px;
	font-size: 18px;
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
}
.messageArea li a img{
	display: inline-block;
	height: 27px;
}
footer {
}
footer .inner{
	width: 960px;
	position: relative;
	margin: 0 auto;
}
footer .copy{
	text-align: right;
	padding: 32px 0 24px;
}

#btnTop{
	position: fixed;
	right: 34px;
	bottom: 28px;
	background: url(../img/pagetop.png) 0 0 no-repeat;
	background-size: 79px auto;
	width: 79px;
	height: 65px;
	text-indent: -9999px;
	transition: all .3s;
	cursor: pointer;
	opacity: 0;
}
#btnTop.show:hover{
	opacity: .6;
}
#btnTop.show{
	opacity: 1;
}
/* メッセージを読む*/
.readContents{
	margin: 50px auto 0;
	width: 960px;
}
.readContents h1{
	background: url(../img/bg.png);
	background-size: 20px auto;
	height: 57px;
	padding: 16px;
	margin-bottom: 34px;
}
.readContents h1 img{
	height: 25px;
}
.item{
	background: url(../img/hoshi.png) right bottom no-repeat;
	background-size: auto 20px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.item dt{
	font-size: 20px;
	background: url(../img/ashiato.png) 0 3px no-repeat;
	background-size:22px auto;
	padding-left: 30px;
}
.item p{
	margin-top: 8px;
	line-height: 1.8;
	font-size: 16px;
}
.item time{
	display: block;
	text-align: right;
	margin-top: 20px;
}
.readContents .link{
	text-align: center;
}
.readContents .link li{
	display: inline-block;
	padding: 8px;
}
.readContents .link li a{
	color: #000;
	text-decoration: none;
}
.readContents .link li a:hover{
	text-decoration: underline;
}
.btnTop {
	position: relative;
	height: 60px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.btnTop a{
	position: absolute;
	top: 0 ;
	right: 0;
	display: block;
	background: url(../img/bg.png);
	background-size: 20px auto;
	width: 260px;
	height: 60px;
	text-align: center;
	padding: 20px 0;
	transition: all .3s;
}
.btnTop a:hover{
	opacity: .6;
}
.btnTop img{
	height: 20px;
}
#read .messageArea li{
	background: url(../img/bg.png);
	background-size: 20px auto;
	width: 100%;
	text-align: center;
	transition: all .3s;
}
#read .messageArea li:first-child{
	margin-right: 0;
}
/* common class
==============================*/
.spElem{
	display: none;
}
/* 960px以下
==============================*/
@media screen and (max-width: 960px) {
	body{
		min-width: 0;
	}
	div#thkGlobal div.thkGlobalInner {
		width: 100%;
	}
	div#thkGlobal {
		position: relative;
		z-index: 1000;
		height: 26px;
		border-bottom: 3px solid #00b8ee;
	}
	#globalMenu {
		display: none;
	}
	div#thkGlobal ul#mediaMenu li.search {
		display: none !important;
	}
}/* media */


@media screen and (max-width: 640px) {
	#thkGlobal{
		display: none;
	}
	/*スマートフォン用ナビ*/
	#spHeader {
		display: block;
		width: 100%;
		background: #fff;
		border-top-width: 6px;
		border-top-style: solid;
		border-top-color: #00b8ee;
	}
	#spHeader p{
		margin: 0;
		padding: 0;
	}
	#header-inner {
		min-height: 71px;
		width: 320px;
		position: relative;
		margin: 0 auto;
	}
	#header-inner #rogo {
		width: 71px;
		height: 59px;
		padding: 6px 0 6px 12px;
	}

	#header-inner #menu-btn {
		width: 160px;
		height: 30px;
		position:absolute;
		top: 20px;
		left: 111px;
	}

	#global-nav {
		width: 300px;
		margin: 0 auto 5px;
		overflow: hidden;
	}
	#global-nav ul {
		width: 306px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#global-nav ul li {
		display: block;
		float: left;
		width: 70px;
		font-size: 0px;
		line-height: 0px;
		margin: 0 6px 6px 0;
	}
}

/* style
==============================*/
@media screen and (max-width: 640px) {
	.spElem {
		display: block;
	}
	.pcElem{
		display: none;
	}
	body{
		min-width: 0px;
	}
	.container {
		background: url(../img/spBg.jpg) top center no-repeat;
		background-size:100% auto;
	}
	.logo{
		width: 267px;
		padding-top: 23px;
	}
	.oa{
		width: 230px;
		margin: 0 auto;
		padding-top: 40px;
		position: relative;
	}
	.oa::before{
		top: 15px;
	}
	.contentsArea{
		width: 90%;
		margin: 0x auto 0;
		font-size: 16px;
		line-height: 1.8;
		padding: 8px 0 0px;
		position: relative;
	}
	.contentsArea::after{
		display: none;
	}
	.contentsArea .big{
		font-size: 20px;
	}
	.contentsArea .red{
		color: #f32947;
	}
	.contentsArea .img1{
		position:static;
		margin-top: -4px;
		width: 100%;
	}
	.contentsArea .img2{
		position: static;
		margin-top: 8px;
		width: 100%;

	}
	.contentsArea .middleText{
		margin-top: 8px;
		
	}
	.contentsArea .btmText{
		margin: 16px 0 0 0;
	}
	.messageArea{
		width: 90%;
		margin: 16px auto 0;
		border: 2px solid #000;
		padding: 20px ;
	}
	.messageArea p{
		font-size: 14px;
		text-align: center;
	}
	.messageArea ul{
		display: block;
		width: 100%;
		margin: 24px auto 0;
	}
	.messageArea li{
		background: url(../img/bg.png);
		background-size: 20px auto;
		width: 100%;
		text-align: center;
	}
	.messageArea li:first-child{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.messageArea li a{
		height: 60px;
		vertical-align: middle;
		padding: 14px 0 14px;
		display: block;
		color: #000;
		text-decoration: none;
		position: relative;
	}
	.messageArea li a img{
		display: inline-block;
		height: 27px;
	}
	footer {
	}
	footer .inner{
		width: 90%;
		position: relative;
		margin: 0 auto;
	}
	footer .copy{
		text-align: center;
		font-size:9px;
		padding: 32px 0 24px;
	}

	#btnTop{
		position: fixed;
		right: 10px;
		bottom: 5px;
		background: url(../img/pagetop.png) 0 0 no-repeat;
		background-size: 50px auto;
		width: 50px;
		height: 55px;
		text-indent: -9999px;
		transition: all .3s;
		cursor: pointer;
		opacity: 0;
	}
	/* メッセージを読む*/
	.readContents{
		margin: 40px auto 0;
		width: 90%;
	}
	.readContents h1{
		background: url(../img/bg.png);
		background-size: 20px auto;
		height: 47px;
		padding: 11px;
		margin-bottom: 16px;
	}
	.readContents h1 img{
		height: 20px;
	}
	.item{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.item dt{
		font-size: 18px;
		background: url(../img/ashiato.png) 0 3px no-repeat;
		background-size:22px auto;
		padding-left: 30px;
	}
	.item p{
		margin-top: 8px;
		line-height: 1.5;
		font-size: 14px;
	}
	.item time{
		display: block;
		text-align: right;
		margin-top: 8px;
	}
	.readContents .link{
		text-align: center;
	}
	.readContents .link li{
		display: inline-block;
		padding: 4px 4px 4px 0;
	}
	.readContents .link li a{
		color: #000;
		text-decoration: none;
	}
	.readContents .link li a:hover{
		text-decoration: underline;
	}
	.btnTop {
		position: relative;
		height: 60px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.btnTop a{
		position: static;
		margin: 0 auto;
		top: 0 ;
		right: 0;
		display: block;
		background: url(../img/bg.png);
		background-size: 20px auto;
		width: 260px;
		height: 60px;
		text-align: center;
		padding: 20px 0;
	}
	.btnTop img{
		height: 20px;
	}
	#read .messageArea li{
		background: url(../img/bg.png);
		background-size: 20px auto;
		width: 100%;
		text-align: center;
		transition: all .3s;
	}
	#read .messageArea li:first-child{
		margin-right: 0;
	}
}
</pre></body></html>