<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*タブレット専用CSS*/
@media (max-width: 1024px) and (min-width: 640px) {
	.pc_none{
		display:block!important;
	}
	.tab_none{
		display:none!important;
	}
	.tab_only,.mobile_only{
		display: block!important;
	}
	.sp_none{
		display:none!important;
	}
	.sp_only{
		display: none;
	}

	#header,
	#topcontainer{
		width:100%;
	}

/*
-----------------------------------
ヘッダー
-----------------------------------
*/
#header #fontsize,
#header #tmenu{
	display:none;
}
#header{
	height:74px;
}
#header #head_l {
	top: 5px;
	left:36px;
}
#header #date {
	width: 250px;
	font-style: italic;
	font-size: 35px;
	padding-right: 12px;
	margin-top: -10px;
}

.drawer-hamburger {
	top: 0px!important;
}
.drawer-navbar .drawer-nav {
	margin-top:54px;
}
#header #head_c{
	width:120px!important;
	left:20px;
	top:10px;
}
#header #head_c img{
	width:100%;
}
.drawer-navbar .drawer-nav {
	margin-top:74px;
}
div.maintit,
h1.head_title {
	width: 100%;
}
.covervid-wrapper,
.titmovbg {
	display:none!important;
}
h1.head_title {
	background: #0968AB url(../img/common/side_menu_bottom_bg.png) no-repeat 90% 10px;
	color: white;
	height: 75px;
	font-size: 32px;
	padding-top: 30px;
	position: relative;
}
#header .head_other{
	position:absolute;
	left:inherit;
	top:18px;
	right:190px;
	display:block;
	width:330px;
}
#header #head_r {
	width: 210px;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}

/*
-----------------------------------
ナビ
-----------------------------------
*/
#gnav{
	display: none;
}
#sp_gnav{
	display:block;
}
#sp_gnav{
	width:100%;
	height:auto!important;
	background:#003094;
	clear:both;
	overflow:hidden;
}
#sp_gnav ul{
	width:100%;
	margin:0 auto;
}
#sp_gnav li{
	width:50%!important;
	float:left;
	border-right:solid 1px #FFF;
	box-sizing:border-box;
	border-bottom:solid 1px #FFF;
}
#sp_gnav li:nth-child(even){
	border-right:none;
}
#sp_gnav li a{
	display:block;
}
#sp_gnav li a{
	background-size:100%!important;
}
#sp_gnav:after{
	content:"";
	display:block;
	clear:both;
}
#sp_menu_search{
	width:280px;
	margin:10px auto;
}

/*
-----------------------------------
スライダー
-----------------------------------
*/

#mainv {
	clear:both;
}
#slider_all,
.slider #slider01, .slider #slider02, .slider #slider03, .slider #slider04, .slider #slider05 {
	width:100%;
	height: 319px!important;
}
#slider01 span {
	margin-top: 50px!important;
}
.slick-prev,
.slick-next{
	display:none!important;
}

/*
-----------------------------------
コンテナー
-----------------------------------
*/

#topcontainer_all {
	background:#b6dff3 url(../img/common/contbg.jpg) no-repeat;
	padding: 25px;
	box-sizing: border-box;
	margin-top: -3px;
	margin-bottom: 0;
}
#topcontainer #cont_all {
	margin-bottom: 0px;
}
#mainv {
	margin-top: 0px;
}
#topcontainer{
	width: 100%;
	padding-bottom: 0px;
}
#topcontainer #cont_l{
	width:70%;
}
#topcontainer #cont_r{
	width: 28%;
}
.topic_path {
	margin-bottom: 15px;
	margin-left:30px;
	font-size:16px;
}
#topcontainer{
	margin-bottom: 0px;
}
#contents {
	background-color:#174987;	
}
#main{
	margin:0 auto;
	float: none;
	position: relative;
	zoom: 1;
	background: white;
	width:96%;
	padding:30px 2% 30px 2%;
	border:none;
	box-sizing:border-box;
	margin-bottom: 40px;
}
.head_contents{
	width:690px;
	margin:20px auto;
}
.contents_list,
.frame:not(p),
.columnset{
	width:670px;
	margin:auto auto;
	margin-bottom: 20px;
}
#main:after,
.frame:after{
	content:"";
	display:block;
	clear:both;
}
h1.head_title, .topic_path, #container {
	width: 100%;
}
body.laybottom h1.head_title span {
	padding-left:30px;
}
h2.main_title {
	background: #003094 url(../img/common/side_menu_bottom_bg.png) no-repeat 10% 10px;
	color: white;
	margin: 0;
	margin-bottom: 40px;
}
.newsbody {
	width: 50%;
	padding-right:10px;
}
#news_e #newsbody dl{
	font-size:14px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom:dotted 1px #999;
}
#news_e #newsbody dl dt{
	font-weight: bold;
	float:left;
	width:23%;
	font-size: 12px;
}
#news_e #newsbody dl dd{
	float:right;
	width:75%;
}
#toplist.tabOn .tabReset {
	right:30px;
}
#bnr01,
#bnr03{
	display:none;
}
#linklist01{
	width:55%;
	margin-right: 20px;
	float:right;
	font-size:1.2em;
}
#linklist01 dt{
	font-size:1.4em;
	height:37px;
	padding-top:8px;
	padding-left:15px;
	color:white;
	font-weight: bold;	
	background:#031a7c;
}
#linklist01 dd a{
	display: block;
	height:41px;
	padding-left:78px;
	padding-top: 16px;
	font-size:1.2em;
	font-weight: bold;
	margin-bottom: 1px;
}
#linklist01 dd a span{
	display:inline-block;
	width:20px;
	height:20px;
	text-indent:-9999px;
	float:right;
	margin-right: 20px;
	background:url(../img/common/icon_pc.png) no-repeat;
	background-size:100%;
}
#linklist01 dd#link01 a{	background:#eeeeee url(../img/common/tab/linkicon01.png) 25px 50% no-repeat;}
#linklist01 dd#link02 a{	background:#eeeeee url(../img/common/tab/linkicon02.png) 25px 50% no-repeat;}
#linklist01 dd#link03 a{	background:#eeeeee url(../img/common/tab/linkicon03.png) 25px 50% no-repeat;}
#linklist01 dd#link04 a{	background:#eeeeee url(../img/common/tab/linkicon04.png) 25px 50% no-repeat;}
#linklist01 dd#link05 a{	background:#eeeeee url(../img/common/tab/linkicon05.png) 25px 50% no-repeat;}
#linklist01 dd#link06 a{	background:#eeeeee url(../img/common/tab/linkicon06.png) 25px 50% no-repeat;}
#linklist01 dd#link07 a{	background:#eeeeee url(../img/common/tab/linkicon06.png) 25px 50% no-repeat;}
#linklist01 dd#link08 a{	background:#eeeeee url(../img/common/tab/linkicon07.png) 25px 50% no-repeat;}

#linklist01 dd a:hover{
	text-decoration:none;
}
.bottom_link{
	display:none;
}
.side_menu {
	width: 100%;
	min-height: 0px;
	margin:0 auto 30px auto;
	float: none;
	background:#DDD;
	border-bottom: solid 5px #AAA;
	clear:both;
}
.side_menu ul li.menu_title {
	border-radius:0;
}
.side_menu:after{
	content:"";
	display:block;
	clear:both;
}
.side_menu ul li.notit {
	width:50%;
	float:left;
	border-right:solid 1px white;
	box-sizing:border-box;
}
.side_menu ul li.notit a {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 2;
	background: #CDCDCD url(../img/common/icon_fmenu01.png) no-repeat 10px 50%;
	color: #555;
	font-weight: bold;
	padding-left: 35px;
	overflow: hidden;
}
.newsbody ul {
	width: 100%;
}
body.subcont #main {
	width: 86%;
	margin:0 auto;
	margin-bottom: 50px;
	padding: 2%;
}

/*
-----------------------------------
フッター
-----------------------------------
*/

.sp_top{
	text-align:center;
	background-color:#AAA;
}
.sp_top a{
	width:600px;
	margin:0 auto;
	padding:12px;
	display:block;
}
.pc_btn{
	display:none;
	font-size:1.4em;
	padding:15px;
	font-weight: bold;
	text-align:center;
	width:340px;
	margin:0 auto;
	margin-bottom: 20px;
	background:#dedede;
}
#foot_sp{
	background:#174987;
}
#foot_spbody{
	height:149px;
}
#foot_spbody h3{
	color:white;
	font-weight: bold;
	text-align:center;
	font-size:1.5em;
	padding:11px 0;
}
#fmenu_sp{
	width:305px;
	background:#868686;
	margin: 0 auto;
}
#fmenu_sp li{
	float:left;
	margin-right: 8px;
}
#fmenu_sp li:last-child{
	margin-right: 0;
}
#sp_copy{
	padding-top: 30px;
	padding-bottom: 20px;
}
#sp_copy p{
	width:540px;
	margin: 0 auto;
	color:white;
	font-weight: bold;
}
#sp_copy span{
	width:120px;
	height:27px;
	display:inline-block;
	margin-right: 15px;
	text-indent:-9999px;
	background:url(../img/common/footer_logo.png) no-repeat;
}

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