@charset "UTF-8";
@import url("print.css") print;

* {
	margin: 0;
	padding: 0;
	font-family: sans-serif, monospace, serif, courier new, monospace, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.01em;
	font-weight: 350;
	color: #111;
	line-height: 1.7em;
}

/*****************************************
 共通
******************************************/


a {
	color: #003897;
}
a:hover {
	color: #DF0615;
}
a.out:after {
	content: '\f35d';
	font-family: "Font Awesome 5 Free";
	margin: 0px 8px;
	font-weight: 900;
	font-size: .8em;
}

p {
	margin: 10px 0px;
}

article {
	margin: 10px 0 30px;
}
section {
	margin: 50px 0;
}

iframe { box-sizing: border-box; }

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }

.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }

.fw700 { font-weight: 700; }
.fw200 { font-weight: 400; }
.fs09 { font-size: 0.9em; }
.fs08 { font-size: 0.8em; }
.ls0 { letter-spacing: 0; }
.red { color: crimson; }
.navy { color: navy; }
.b-w { overflow-wrap: break-word; }

.nami { text-decoration: underline wavy; }
.notice { font-size: .95em; }

.span,
span.tel,
span.fax,
span.mail {
	display: inline-block;
	width: 2.5rem;
	margin-right: 5px;
	padding: 0 5px;
	background-color: #434343;
	color: #fff;
	line-height: 1.45em;
	font-size: .8em;
	border-radius: 3px;
	text-align: center;
}
span.tel:before { content: 'TEL'; }
span.fax:before { content: 'FAX'; }
span.mail:before { content: 'MAIL'; }
span.kome { color: #0072ff; }

.pt50 { padding-top: 50px; }
.pt80 { padding-top: 80px; }


/*** grid ***/
.col2 { grid-template-columns: repeat(2, 1fr); }
.col3 { grid-template-columns: repeat(3, 1fr); }
.col4 { grid-template-columns: repeat(4, 1fr); }
.col5 { grid-template-columns: repeat(5, 1fr); }

.mc_2-4 { grid-column: 2 / 4; }
.span2 { grid-column: span 2; }

span.pdf,
span.xls,
span.doc {
	margin-left: 8px;
	padding: 2px 5px 1px;
	background-color: transparent;
	color: #fff;
	font-size: 0.6em;
	vertical-align: middle;
}
span.pdf { background-color: #b30019; }
span.xls { background-color: green; }
span.doc { background-color: blue; }

i.fas.fa-external-link-alt {
	margin: 0px 3px;
}


/***** h *****/
h1 {
	font-size: 2em;
	font-weight: 400;
}

h2 {
	display: block;
	width: auto;
	margin: 30px 0px 15px;
	padding: 0 13px 5px;
	font-size: 1.3em;
	border-left: 5px solid #990015;
	font-weight: 400;
	color: #333;
	line-height: 1.5em;
}

h3 {
	position: relative;
	width: fit-content;
	margin: 7px 0;
	padding: 5px 10px;
	color: #0e3cbf/*#2044ab*/;
	font-size: 1.15rem;
	font-weight: 500;
	z-index: 1;
}
h3:before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	top: 2.5px;
	left: 0;
	background: repeating-linear-gradient(
	-45deg,
	#fff,
	#fff 1px,
	#e0efff/*#eef1f9*/ 0,
	#e0efff/*#eef1f9*/ 5px
	);
	z-index: -1;
}

h4 {
	position: relative;
	display: block;
	margin: 5px;
	padding-left: 13px;
	color: #810012;
}
h4:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	top: 3px;
	left: -1.8px;
	background-color: #e7d2ca;
}
h4:after {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	margin-top: 7px;
	left: -4px;
	border: 1px solid #b18d92;
}

h5 {
	display: block;
	padding-left: 10px;
	border-left: 5px solid #b1c5f4;
	color: #333;
	font-weight: 400;
	font-size: .9em;
}

#side h3 {
	width: auto;
	min-width: 160px;
	margin: 0 0 7px;
	border-bottom:1px solid #a80017 ;
	background: #fff;
	color: #333;
	border-radius: 0;
	padding: 0 3px;
}
#side h3:before {
	display: none;
}

/****** ul / ol ******/
ul,
ol {
	list-style: none;
	line-height: 1.5em;
}
.disc {
	margin-left: 2em;
	list-style: disc;
}
.decimal {
	margin-left: 2em;
	list-style: decimal;
}
.decimal li {
	text-indent: .3em;
}
li {
	line-height: 1.5em;
}
.kome li:before {
	content: "\203B";
	margin-right: 0.2em;
}
.listmark li {
	padding-left: 1em;
	text-indent: -1.5em;
}
.kome li {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
main ul li,
main ol li {
	margin: 8px 0px;
}


/****** dl ******/
dl.row2 {
	display: grid;
	grid-template-columns: 0.3fr 1.5fr;
	background-color: #e4efff;
	font-size: 0.95em;
	border-bottom: 1px solid #999;
	line-height: 1.5em;
}
dl.row2 > dt {
	padding: 8px;
	border-top: 1px solid #fff;
}
dl.row2 > dd {
	padding: 8px;
	border-top: 1px dotted #ccc;
	background-color: #fff;
	align-items: center
}

dl.row2 > dd.d-f { display: flex; }

dl.row2 > dt:first-of-type,
dl.row2 > dd:first-of-type {
	border-top: 1px solid #999;
}
dl.row2 > dd:last-of-type {
	border-bottom: none;
}

/*** 2列（項目列長い） ***/
dl.row2b {
	display: grid;
	grid-template-columns: 2fr 0.7fr;
	background-color: #e4efff;
	font-size: 0.9em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	line-height: 1.5em;
}
dl.row2b > dt {
	background-color: #fff;
}
dl.row2b > dt,
dl.row2b > dd {
	padding: 8px;
	border-top: 1px solid #ccc;
}
dl.row2b > dd {
	border-top-color: #fff;
}
dl.row2b > dt:first-of-type,
dl.row2b > dd:first-of-type {
	border-top: none;
}




/***** bread *****/
.bread_bar {
	padding-top: 60px;
	background-color: #eaf2ff;
}
#bread {
	width: 1200px;
	margin: 0 auto;
	padding: 0 5px;
	font-size: 0.8em;
	box-sizing: border-box;
}

#bread li {
	display: inline-block;
}
#bread li:after {
	content: '\2502';
	margin-left: 8px;
	color: #999;
	font-size: 0.7em;
	vertical-align: middle;
}
#bread li:last-of-type:after {
	display: none;
}


/***** ページトップへ *****/
#scroll {
	position: fixed;
	right: 10px;
	bottom: 130px;
	margin: 0;
	z-index: 5;
}
#scroll a {}
#scroll a i {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 30px;
	color: #fff;
	padding: 10px 15px;
	background-color: rgba(0,0,0,0.5);
}
#scroll a i:hover {
	background-color: #000;
	color: #fff;
}


/***** main *****/
main {
	display: grid;
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 80px;
	grid-template-columns: 180px 1fr;
	grid-template-areas: "side main";
	gap: 40px;
}
main#top {
	display: block;
}


#main {
	grid-area: main;
}

#side {
	grid-area: side;
	padding-top: 5px;
	font-size: .95em;
}




/***************************************************
 parts/side
****************************************************/

#side {
}

/***** side_menu *****/
.side_menu {
	padding: 5px;
	border: 1px solid #cdcdcd/*#d4e4fb*/;
}
.side_menu h3 {
	margin: 3px;
	font-size: 0.95em;
	letter-spacing: -0.5px;
}

.side_menu dl dt {
	float: left;
	width: 10px;
	margin: 0;
	padding: 0;
}
.side_menu dl dt:before {
	display: block;
	margin: 5px 0 0 5px;
	content: '\f04b';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.1em;
	color: #31608f;
}
.side_menu dl dd {
	padding: 4px 0 3px 25px;
	border: none;
	font-size: 0.95em;
}
.side_menu dl dd a {
	display: block;
	text-decoration: none;
}


/*** sidebar(banner) ***/
#sidebar {
	width: 180px;
	margin: 20px 0;
}
#sidebar li {
	margin: 0;
	margin-bottom: 3px;
}
#sidebar li a {
	display: block;
	height: auto;
	padding: 8px 10px;
	border: 1px solid navy;
	text-decoration: none;
	font-size: 0.87em;
	letter-spacing: -0.1px;
}
#sidebar li a:hover {
	border-color: #DF0615;
}
#sidebar li.contacts a {
	margin-bottom: 10px;
	text-align: center;
	background-color: #003897;
	color: #fff;
	border: 1px solid #003897;
	font-size: 1.05em;
	font-weight: 700;
}
#sidebar li.contacts a:hover {
	background-color: #d0e1ff;
	color: #003897;
}

#sidebar .side_imp-exp {
	font-size: 1.05em;
	text-align: center;
}
#sidebar .side_imp-exp a {
	border: none;
}
#sidebar #side_imp {
	background:repeating-linear-gradient(
	-45deg,
	#ffe3e3,
	#ffe3e3 1px,
	#ffcdcd 0,
	#ffcdcd 29px
	);
}
#sidebar #side_exp {
	margin-bottom: 10px;
	background:repeating-linear-gradient(
	-45deg,
	#d9ecff,
	#d9ecff 1px,
	#b3d8ff 0,
	#b3d8ff 29px
	);
}
#sidebar #side_imp:hover,
#sidebar #side_exp:hover {
	background:repeating-linear-gradient(
	-45deg,
	#eee,
	#eee 1px,
	#ddd 0,
	#ddd 29px
	);
	border: nne;
}


#sidebar li a i {
	width: 18px;
	margin-right: 8px;
	font-size: 1.05em;
	color: navy;
	text-align: center;
}
#sidebar li a:hover i {
	color: #DF0615;
}


/*** sidebar_only ***/
#side.sidebar_only {
/*	padding-top: 0;*/
}
#side.sidebar_only article {
	margin-top: 0;
}
#side.sidebar_only article #sidebar {
	margin-top: 0;
}

/****** news side_menu ******/
#newsSelect {
	display: block;
	margin: 0 auto;
	padding: 2px 5px;
}


/***************************************************
 nav_index
****************************************************/
#nav_index {
	margin: 30px 0;
	font-size: .9em;
}
#nav_index ul {
	display: grid;
	gap: 1em;
	text-align: center;
}
#nav_index ul li.note {
	position: relative;
}
#nav_index li a {
	display: block;
	width: 100%;
	padding: 2px;
	text-decoration: none;
	border: 2px solid navy;
	border-radius: 50px;
	box-sizing: border-box;
}
#nav_index li a:hover {
	border-color: crimson;
}
#nav_index li a.manual {
	position: absolute;
	top: .25em;
	right: 1em;
	width: 80px;
	margin: 5px;
	padding: 0;
	border: none;
	border-radius: 5px;
	font-size: .8em;
}
#nav_index li a.manual:hover {
	color: #fff;
	background-color: darkblue/*#f86d00*/;
}



/***************************************************
 footer
****************************************************/
footer {
	height: 100px;
	margin-top: 50px;
	padding: 15px;
	background-color: #f1f1f1;
	font-size: 0.9em;
}
footer p.tac {
	margin-bottom: 0;
	font-size: 0.85em;
}

#footer_menu {
	font-size: 0.95em;
	text-align: right;
	line-height: 1.35em;
}
#footer_menu li {}
#footer_menu li a {
	display: block;
	text-decoration: none;
	color: #333;
}
#footer_menu li a:hover {
	color: #DF0615;
}



