@charset "utf-8";
/*=================================
1: reset-CSS
2: setting
3: header
4: footer
5: common-content
6: top page
7: second page
8: JS
=================================*/


/* 1: reset-CSS
================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, 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, 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, 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,main {
	display:block;
}
li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border:solid 1px #666;
}
.member_table {
	min-width:60%;
}
	.search table,
	.search td {
		border:0;
	}

td,th {
	border:solid 1px #666;
	padding:0.5em;
}

th {
	background:#fabd00;
	color:#000;
	border:solid 1px #666;
	white-space:nowrap;
}

.member_table th {
	width:8em;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}


	.sp_show {
		display: none !important;
	}

/* 2: setting
================================== */
*, *:before, *:after {
	box-sizing: border-box;
}

/* clearfix*/
.cf:after { content: ""; clear: both; display: block; }
.clear { clear: both;}

html {
	overflow: auto;
	font-size: 62.5%;
}
body {
	font-family: メイリオ, Meiryo, 'Hiragino Kaku Gothic Pro',  'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 500;
	color: #323232;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	-webkit-print-color-adjust: exact;/* baskground_print */
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;/* safari_textBold*/
	-webkit-text-size-adjust: 100%;/* safari_textBold*/
	min-width:950px;
}
img {
	display: block;
	line-height: 0;
	max-width:100%;
	height:auto;
	position:relative;
	z-index:10;
}
	.normal {
		display:inline-block;
		vertical-align:middle;
	}

input[type="submit"],
input[type="button"] {
border-radius: 0;
-webkit-box-sizing: content-box;
-webkit-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
outline-offset: -2px;
}


/* link */
a {
	color:#006fb9;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-decoration:none;
}
a:hover {
	color: #1ba3f9;
	text-decoration: underline;
}
a img {
	-webkit-transition: all .2s;
	transition: all .2s;
}
a img:hover {
	opacity:.7;
}

/* 3: header
================================== */
#wrapper {
	width:100%;
	position:relative;
	overflow: hidden;
}

#contents {
	height:100%;
}

#header {
	height:140px;
}

.header_main {
	width:100%;
	position:relative;
}


#header a,
.f_bg a {
	text-decoration:none;
	color:#333;
}

#header h1 {
	float:left;
	margin:0;
}

	#header h1 img {
		margin:5px auto 10px auto;
		width:420px;
		height:auto;
	}
	.en #header h1 img {
		width:550px;
	}


.header_menu {
	float:right;
	margin:10px;
}


.header_subnav {
	position: absolute;
	top: 10px;
	right: 0;
	width:auto!important;
}

.header_subnav li a,
.link_arow {
	position:relative;
	padding-left:15px;
	font-size:1.4rem;
	margin-right:15px;
}

	.header_subnav li a::after,
	.link_arow::after {
		content:"";
		display: inline-block;
		margin-right: 5px;
		position: absolute;
		left: 2px;
		top: 35%;
		content: "";
		width: 6px;
		height: 6px;
		border-top: 2px solid #fabd00;
		border-right: 2px solid #fabd00;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}



/* -----google検索----- */
.menu > li.search_box {
	position: absolute;
	top: -60px;
	right: 180px;
}

	.en .menu > li.search_box {
		top:-70px;
	}

.header_main_inr_sec .search_box {
	top: 0;
}


#g-k-w-search td,
#g-k-w-search th {
	border-bottom: none;
}
#g-k-w-search .gsc-control-cse { padding: 0; }
/* テキストボックスに文字入力したときに出る「×」マークの位置調整用の指定 */
#g-k-w-search .gsc-search-box { position: relative; }
#g-k-w-search .gsc-search-box tr,
#g-k-w-search .gsc-search-box td { display: block; border:0;}
#g-k-w-search .gsc-search-box .gsc-input-box { padding-top:0; }
/* テキストボックスの親要素。width指定しつつfloatで左寄せ */
#g-k-w-search .gsc-search-box td.gsc-input,
#g-k-w-search .gsc-search-box td.gsc-input .gstl_50 {
	box-sizing: border-box;
	width: 200px !important;
	padding: 0 !important;
	margin-right: 5px;
	height: 30px;
	vertical-align: top;
	float: left;
	border:0;
}
#g-k-w-search .gsc-search-box .gsib_a {
	width: 200px !important;
	padding: 0 !important;
	border:0;
}
/* テキストボックスのデザイン設定 */
#g-k-w-search .gsc-search-box input#gsc-i-id1 {
	box-sizing: border-box;
	height: 30px !important;
	padding: 5px 30px 5px 15px !important;
	border-radius: 20px;
	-webkit-box-shadow: 30px 30px 30px 0 rgba(200,200,200,0.4) inset;
	-moz-box-shadow: 30px 30px 30px 0 rgba(200,200,200,0.4) inset;
	box-shadow: 30px 30px 30px 0 rgba(200,200,200,0.4) inset;
	background-position: 15px center !important;
}
#g-k-w-search .gsc-search-box td#gs_tti51 { margin-bottom: 5px; }
/* ボタンの親要素。width指定しつつfloatで左寄せ */
#g-k-w-search .gsc-search-box td.gsc-search-button {
	width: 20px !important;
	height: 30px;
	float: left;
}
/* テキストボックスに文字入力したときに出る「×」マークの位置調整 */
#g-k-w-search .gsc-search-box .gsib_b {
	position: absolute;
	width: 20px;
	top: -5px;
	right: -10px;
	border:0;
}
/* デフォルトで設定されている(疑似的な)テキストボックスの
デザイン設定を解除 */
#g-k-w-search .gsc-search-box .gsc-input-box,
#g-k-w-search .gsc-search-box .gsc-input-box-hover,
#g-k-w-search .gsc-search-box .gsc-input-box-focus {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
/* 検索ボタンの背景をボタンのように見せかける */
#g-k-w-search .gsc-search-box .gsc-search-button {
	width: 20px;
	height: 30px;
	position: absolute;
	right: 10px;
	top:0;
	padding: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
	border: none;
}

#g-k-w-search .gsc-search-box td.gsc-search-button {
	background: url(../img/icn_search.svg) 96% center no-repeat;
}

html .gsc-search-button-v2, html .gsc-search-button-v2:hover, html .gsc-search-button-v2:focus {

    border-color: none;
    background-color: rgba(0,0,0,0);
    background-image: none;
    filter: none;
}


#g-k-w-search .gsc-search-box .gsc-search-button svg {
	display: none;
}
/* 検索ボタンの背景部分にテキストを表示させる */
#g-k-w-search .gsc-search-box .gsc-search-button:before {
	position: absolute;
	top: 35%;
	left: 30%;
	content: '';
	color: #FFF;
}
/* 検索ボタンを透明化し背景のみを表示させる */
#g-k-w-search .gsc-search-box input.gsc-search-button-v2,
#g-k-w-search .gsc-search-box input.gsc-search-button {
	width: 10px;
	height: 50px;
	padding: 0 !important;
	opacity: 0;
}
#header .gsc-control-cse {
	background:none;
	border:0;
}

.logo_link {
	clear:right;
	float:right;
	margin-top:50px;
	margin-bottom:5px;
}
	.en .logo_link {
		max-width:220px;
	}


h2 {
	font-weight:bold;
	font-size:2.3rem;
	margin-bottom:0.5em;
	position: relative;
	margin:1em auto;
	padding:0.5em;
	display: inline-block;
	padding: 0 65px;
	text-align: center;
  }
  
  h2:before,
  h2:after {
	position: absolute;
	top: calc(50% - 3px);
	width: 50px;
	height: 6px;
	content: '';
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
  }
  
  h2:before {
	left: 0;
  }
  
  h2:after {
	right: 0;
  }


h3 {
  position: relative;
  padding: 0.2em 0.5em;
  background:#eee;
  font-size:2.0rem;
  margin-bottom:0.5em;
  font-weight:bold;
  overflow:hidden;
  border-top:solid 1px #fabd00;
  border-bottom:solid 1px #fabd00;
}

	h3:nth-of-type(n+2) {
		margin-top:2em;
	}

.heading {
	position: relative;
	padding-left: 60px;
	font-size: 20px;
}

.heading::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(0,63,92,0.3);
	font-size: 50px;
}


h4 {
	margin:  0;
	font-size:1.8rem;
	border-bottom: solid 3px #eee;
	padding-bottom:  5px;
	margin-bottom: 15px;
	position:  relative; 
  font-weight:bold;
}

h4:before {
	content:  '';
	width: 50px;
	height: 3px;
	background-color: #fabd00;
	display:  block;
	position:  absolute;
	left:  0; 
	bottom: -3px;
}

h5 {
	font-size:  1.6rem; 
	position: relative;
	font-weight:  bold;
	margin:0.5em auto 0.5em auto;
}

h5::before{
	content:"●";
	color:#003f5c;
}


.inr {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding: 0 10px;
	position:relative;
}

	section .inr {
		padding: 50px 10px 80px 10px;
	}


/* -----gnav----- */
.parentNav {
	clear:both;
}

#btn,
.meganav {
	display:none;
}

.parentNav > li {
	width:calc(100%/5 - 10px);
	text-align:center;
	font-weight:bold;
	margin:0 5px;
}
	.en .parentNav > li {
		width:calc(100%/2 - 10px)
	}

.parentNav > li > a {
	position:relative;
	color:#333;
	display:block;
	border-top:solid 3px #eee;
	padding-top:5px;
}

.parentNav > li > a::after {/*PCgnav_hover underline*/
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
	content: "";
	display: block;
	width: 0;
	height: 3px;
	z-index: 666666;
	margin: 0 auto;
	background: #fabd00;
}
.parentNav > li:hover > a::after,
.parentNav > li.current > a::after {
	width: 100%;
	box-sizing: content-box;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition:  0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.open_icn {
	display:block;
	position:relative;
}

.open_icn::after {
    position: absolute;
    right: 0;
    top: -18px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}


#gloval_nav ul > li.open > .meganav { 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
#gloval_nav ul > li > .meganav { 
	display: none; 
	width: 100%; 
	z-index: 20;  
	position: absolute; 
	background: rgba(226,233,247,0.96); 
	left: 0; 
	top: 140px;
}

#gloval_nav ul > li > .meganav h2 {
	color:white;
	
}
#gloval_nav ul > li > .meganav > p { 
	float: left; 
	width: 240px; 
	font-size: 1.6rem; 
	color: #fff; 
	font-weight: bold;
}

.nav_tit {
	width:30%;
	background:#003f5c;
	padding: 20px 20px 50px 20px;
	color:white;
}

.nav_tit h2 {
	font-size:2.0rem;
}
	.nav_tit p {
		font-weight:bold;
	}

.nav_menu {
	width:70%;
	padding: 20px;
	position:relative;
}

	.nav_menu > .flexbox_wap > li > a {
		display:block;
		border-bottom:solid 1px #003f5c;
		padding:0.2em 0.5em;
		font-weight:bold;
		position:relative;
	}

	.nav_menu > .flexbox_wap > li > a::after {
		position: absolute;
		right: 10px;
		top: 40%;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 2px solid #003f5c;
		border-right: 2px solid #003f5c;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.nav_menu > .flexbox_wap > li {
		width: calc(100%/3.2);
		margin-right:15px;
		margin-bottom:15px;
	}
	
.megaNavClose {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background: #FFF;
    border-radius: 50%;
}

.megaNavClose:hover {
	color: #FFF;
	background: #003f5c;
}
.megaNavClose::before,
.megaNavClose::after {
	display: block;
	content: "";
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	width: 12px;
	margin: auto;
	border-top: 2px solid #001b4c;
}
.megaNavClose::before {
	transform: skewY(-45deg);
}
.megaNavClose::after {
	transform: skewY(45deg);
}
.megaNavClose:hover::before,
.megaNavClose:hover::after {
	border-color: #FFFFFF;
}





/* main
================================== */
#main {
	position:relative;
}

#main_visual {
	position:relative;
	min-height:500px;
	background:url(../img/main_visual.jpg) no-repeat top center;
	background-size:cover;
	margin:0 auto;
	max-width:1200px;
	border-radius: 20px;
}

	#main_visual::after {
		content:"";
		width:300%;
		height:55%;
		position:absolute;
		top:50%;
		left:-100%;
		background:#fabd00;
		z-index:-1;
	}

.catch {
	color:white;
	font-size:2.0rem;
	font-weight:bold;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
	text-align:center;
}

/* ------TOP NEWS------ */
.newsContainer {
	background: #fff;
    width: 100%;
    max-width: 1080px;
    min-height: 100px;
    margin:0 auto 50px auto;
    padding:20px;
	text-align:center;
    /*box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.16);*/
}
	.en .newsContainer {
		margin-top:50px;
	}

	.newsContainer dl {
		text-align:left;
	}

	.sec .newsContainer {
		margin-top:0;
	}

.date {
	display:inline-block;
	width:8.5em;
}

.news_contents {
	margin-top:5px;
	position:relative;
	display:block;
	padding:0;
}

.newsContainer dl {
	display:flex;
	border-bottom:dashed 1px #ccc;
}


.newsContainer dt {
	width:11em;
	padding:0.5em;
}

.newsContainer dd {
	padding:0.5em;
	width: calc(100% - 1em);
}

.newsTtl {
  margin: 0 auto 30px auto;
  font-size: 1.8rem;
  font-weight:  bold;
  width: 4em;
 }

.newsTtl::after {
	content:"";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid black;
  position:absolute;
  bottom:-15px;
  left:15px;
}

.more a {
	background:#006ab7;
	color:white;
	margin:1em auto;
	display:block;
	width:6em;
	padding:5px 25px 5px 10px;
	text-align:center;
	font-weight:bold;
	position:relative;
	border:solid 1px #006ab7;
}

.more a::after {
	content:"";
	width:0;
	height:0;
	position:absolute;
	top:15px;
	right:10px;
	border-left: 5px solid white;
	border-top: 5px solid #006ab7;
	border-bottom: 5px solid #006ab7;
}

.more a:hover {
	background:white;
	color:#006ab7;
}

.more a:hover::after {
	border-left: 5px solid #003f5c;;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.link_banner {
	max-width:1200px;
	margin:50px auto 10px auto;
}

.link_banner .flexbox_cwap {
	align-items:center;
}


.link_banner li {
	width:calc(100%/3 - 20px);
	height:95px;
	margin:1em 10px;
	box-shadow:0px 2px 6px rgba(0,0,0,.16);
	padding:10px;
}

	.link_banner li:first-child{
	}

	.link_banner li:nth-child(2){
		padding-top:1.5%;
	}




/* 4: footer
================================== */

#footer {
	position:relative;
	clear:both;
	background:#fabd00;
}

.sec #footer {
	margin-top:50px;
}

#footer .inr {
	overflow: hidden;
}
#footer .inr ul.f_menu {
	padding: 10px 0;
	justify-content:flex-end;
}
	#footer .f_menu li {
		margin-right:15px;
	}
	
	#footer .f_menu li a {
		position:relative;
		text-align:left;
		color:#000;
		padding-left:15px;
		white-space:nowrap;
	}

	#footer .f_menu li a::after {
		content:"";
		display: inline-block;
		margin-right: 5px;
		position: absolute;
		left: 2px;
		top: 35%;
		content: "";
		width: 6px;
		height: 6px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
#footer a {
	color:white;
	font-size:1.4rem;
	font-weight:bold;
}

#copy {
	clear:both;
	text-align:center;
	padding:20px;
	font-size: 1.2rem;
	color:#000;
}

/*スクロールボタン*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-weight: bold;
    font-size: 80%;
    z-index: 999;
    text-align: center;
}
#page-top a {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    background: #02111e;
    color:  #fff;
    opacity: 0.7;
}

#page-top a::after {
    position: absolute;
    right: 16px;
    top: 40%;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



/* 5: common-content
================================== */
.flexbox {/* 折り返しのみ */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
}
.flexbox_wap {/* 折り返しのみ */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.flexbox_sbwap {/* 折り返し・水平方向端揃え */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}

.flexbox_sbnwap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-ms-flex-wrap : nowrap; /*for IE10*/
	-webkit-flex-wrap : nowrap; /*for old webkit browser*/
	flex-wrap: nowrap;
}

.flexbox_cwap {/* 折り返し・水平中央揃え */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.flexbox_c {/* 折り返しなし・水平中央揃え */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
.flexbox_end {
	align-items: flex-end;
}
.fL {float:left!important;}
.fR {float:right!important;}
.fR img {margin-left:1em;}
.m0 {margin:0 auto!important;}
.m1em {margin:1em;}
.m2em {margin:2em auto;}
.mR1em {margin-right:1em!important;}
.mL1em {margin-left:1em!important;}
.mL2em {margin-left:2em!important;}
.mT1em {margin-top:1em!important;}
.mT2em {margin-top:2em!important;}
.mB0 {margin-bottom:0!important;}
.mB1em {margin-bottom:1em!important;}
.mB20 {margin-bottom:20px!important;}
.mB40 {margin-bottom:40px!important;}
.p1em {padding:1em;}
.p2em {padding:2em!important;}
.pT1em {padding-top:1em;}
.pB1em {padding-bottom:1em;}
.tC {text-align:center;}
.tR {text-align:right!important;}
.tL {text-align:left!important;}
.fB {font-weight: bold;}
.fI {font-style: italic;}
.fS {font-size: 80%;}
.b_green {background:#c1e7e4;}
.b_white {background:#ffffff;}
.fbig {font-size: 2.0rem;}
.underL {border-bottom:solid 1px #000;}
.mauto {margin:auto;}
.mid {vertical-align:middle;}
.red {color:red;}
.disc li, .single .inr ul li{margin-left:1em; list-style:disc;}
.w100 {width:100%;}

.decimal li, .single .inr ol li {list-style:decimal; margin-left:2em;}
.waku {border:solid 1px #003f5c; padding:0.5em; background:#eee; margin-bottom:1em;}
strong { display: inline; background: linear-gradient(transparent 60%, #ffff66 60%);}
	.tC img {
		margin:0 auto;
	}

#main .inr a[target="_blank"],
#main .newsContainer a[target="_blank"] {
	background:url(../img/icn_blank.svg) no-repeat right center;
    background-size: 14px;
    padding-right: 20px;
}

#main a:not(.link_blank)[href$=".pdf"] {
	padding-left:25px;
	background:url(../img/icn_pdf.svg) no-repeat 0 center;
}

#main a.link_xls {
	padding-left:27px;
	background:url(../img/icn_xls.svg) no-repeat 0 center!important;
}

#main a.link_doc {
	padding-left:27px;
	background:url(../img/icn_doc.svg) no-repeat 0 center!important;
}


#breadcrumb {
	overflow:hidden;
	font-size:1.4rem;
	padding:5px 0;
	/*background: rgba(226,233,247,0.96);*/
}

#breadcrumb li:before {
	content:"＞";
	padding: 0 5px;
}
#breadcrumb li:first-child:before {
	content: none;
}

#breadcrumb ul {
	margin:0 30px;
}

#breadcrumb .inr {
	padding:0;
}


/*２階層目*/

.sec #main_visual {
	min-height:100px;
	background: #fabd00;
	border-radius:0;
	margin-bottom:2em;
}

	.sec #main_visual:after {
		top:0;
		height:100%;
		background:#fabd00;
	}

.sec section#main_visual .inr {
	padding:10px;
}

.sec #main_visual h1 {
	color:black;
	font-weight:bold;
	font-size:2.5rem;
	line-height:100px;
	text-align:center;
}

	.en.sec #main_visual h1 {
		line-height:1.4;
		padding:1.5em 0;
	}


#main p {
	margin-bottom:1em;
}

.date_sche dt {
	float:left;
	clear:left;
	width:5em;
}

.date_sche dd {
	padding-left:5em;
}

/*2カラム*/
.left_contents {
	width:18%;
}

nav.sidebar {
	padding: 1em;
	background: #f2f2f1;
	border-radius: 8px;
	margin: 0;
	font-size:1.4rem;
}

.right_contents {
	width:80%;
}
.sidebarfixed {
    position: fixed;
    width: 15em;
    top: 1em;
}

.sidebar h2 {
	font-size:1.6rem;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}


.sec #main .sidebar h2::after {
	background:none;
}


/*事務処理*/

.submit_down {
	padding: 15px 2em;
	background: rgb(14,168,237);
	background: linear-gradient(180deg, rgba(14,168,237,1) 0%, rgba(4,104,149,1) 48%);
	color:white;
	color: #fff;
	border-style: none;
	border-radius:5px;
	cursor : pointer;
	border:solid 1px #214DA6;
}

.submit_down:hover {
	background:white;
	border:solid 1px #214DA6;
	color:#214DA6;
}

/*サイトマップ*/
.sitemap li {
	margin-bottom:0.5em;
}

.sitemap li a {
	position:relative;
	padding-left:20px;
}

	.sitemap li a:before {
		content:"";
		display: inline-block;
		margin-right: 5px;
		position: absolute;
		left: 2px;
		top: 35%;
		content: "";
		width: 6px;
		height: 6px;
		border-top: 2px solid #006ab7;
		border-right: 2px solid #006ab7;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.sitemap li:nth-child(n + 2) {
		margin-left:1em;
	}


/*event*/

.new_box dl{
display:flex;
}
.new_box dl{display: flex;
  flex-wrap: wrap;
  width: 100%;}
.new_box dt{  width: 13%;
  margin-bottom: 10px;
  font-weight: bold;
}
.new_box dd{
  width: 87%;
  margin-bottom: 10px;
}
