<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リセット
 ================================================*/
html,body,wrapper,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #000;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
* {
 margin:0;
 padding:0;
}

img { 
    max-width: 100%; 
    height:auto;
}

body {
	width:100%;
	margin:0 auto;
	font-family:"Meiryo","メイリオ","MS Gothic","ＭＳ ゴシック",Osaka,sans-serif;
	font-size:16px;
	padding: 0;
}

header {
	width:860px;
	margin:10px auto 0px auto ;/* 上、右、下、左 */
}

#contents {
	width:880px;
	margin:0px auto;
}

#main {
	float:left;
	width:70.00%;
	margin:0 1% 0 1%; /* 上、右、下、左 */
}

#main img {
	width:100%;
}

p .caption {
	margin:10px 8px 0 12px; /* 上、右、下、左 */
	padding:0;
	list-style:none;
	text-align: right;
	font-size:12px;
}

#sub {
	float:right;
	width:28.00%;
}

#subnav {
	display:none;
}

h1 {
	color:#000;
	font-size:21px;
	line-height:1.2;
}
h1 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	color:#1870ff;
	text-decoration:underline;
}

h2 {
	margin-left: 0.5em;
	}

h3 {
	font-size:21px; 
	color:#1e5787; 
	line-height:1.2em; 
	font-weight:bold;
	padding-top:0.3em;
	}
	
h3 span {
	font-size:12px; 
	color:#1e5787; 
	line-height:1.2em; 
	font-weight:bold;
	padding-top:0.3em;
	}

h4 { 
	text-align: right;
	margin-right: 0.5em;
	margin-bottom:0.25em;
	}

h5 {
	margin:10px 0 1em 0;/* 上、右、下、左 */
	line-height:1.6;
	font-weight:bold;
}

h6 {
	margin-top:1.5em;
	margin-bottom:0.5em;
	padding:2px 5px;
	color:#1870ff;
	font-size:16px;
	border-bottom:3px solid #1e5787;
}

p {
	margin:10px 0 0.5em 0;/* 上、右、下、左 */
	line-height:1.6;
}

p .span {
	margin:10px 0 5em 0;/* 上、右、下、左 */
	line-height:1.6;
	font-size:14px; 
	text-align: right;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}


strong {
	font-weight:bold;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

/* -------------------------------------------------------------------------------
 obi 仕切り青帯
--------------------------------------------------------------------------------*/
.obi {
	clear: both;
	width: 100%;
	height: 3px;                                  /* 縦幅 */
	background-color: #1e5787;
	margin: 5px 0 15px 0; /* 上、右、下、左 */
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	margin-bottom:0px;
}

.contact {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}



.summary {
	clear:both;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:20px 8px 0 12px; /* 上、右、下、左 */
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

.bnr li.caption {
	margin:10px 8px 0 12px; /* 上、右、下、左 */
	padding:0;
	list-style:none;
	text-align: right;
	font-size:12px;
}

.bnr li.caption_T {
	margin:10px 8px -5px 12px; /* 上、右、下、左 */
	padding:0;
	list-style:none;
	text-align: center;
	font-size:12px;
}

/* -------------------------------------------------------------------------------
 vism　560×315
--------------------------------------------------------------------------------*/
/* 640×400 */
#vism-container {
	margin:0px auto;
}




#footer {
	clear: both;
	width:100%;
	height: 16px;                                  /* 縦幅 */
	background-color: #1e5787;
	margin: 0 0 10px 0; /* 上、右、下、左 */
	padding: 2px 0 0 0 ; /* 上、右、下、左 */
	color: white;
	font-size: 10px;
	line-height: 130%;
	text-align: right;
}

a.special { text-decoration : none; }
a.special:link { color : white; }
a.special:visited { color : white; } 
a.special:hover  { color : red; }

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

footer a {
	color:#000;
}
footer a:hover {
	color:#1870ff;
}



.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:5px 20px;
	font-size:12px;
	text-align:center;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#003F7F;
}
.totop img:hover {
	background:#99CCFF;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:5px solid #ddd;
	background:#fff;
}

.imgL {
	float:left;
	margin:0 0.5em 0.5em 0;
}

.imgR {
	float:right;
	margin:0 0 0.5em 0.5em;
}

.imgP {
	margin:0.5em;
}


.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	background:#fff;
	}
	
	.contact {
		position:relative;
		float:right;
		margin:10px 0;
	}
	
	header {
		width:95%;

	}

	header h3 {
		padding:0px 0px 0px 0px ;/* 上、右、下、左 */
	}
	
h2 {
	margin-left: 0;
	}

h4 { 
	text-align: right;
	margint: 0;
	}
	
	
	#contents {
		width:100%;
	}
	
	#main {
		float:none;
		width:100%;
		margin:0; /* 上、右、下、左 */
	}

	#sub {
		display: none;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:98%;
		margin:0 2% 2% 0;
	}
	
}

/*================================================
 *  スマートフォンで横向きデザイン　orientation: landscape
 ================================================*/
@media screen and (max-width:767px) and (orientation: landscape) {

	#main {
		float:none;
		width:90%;
		margin:0 auto;
	}
	
}</pre></body></html>