@charset "utf-8";
/*=================================
1: reset-CSS
2: setting
3: header
4: footer
5: common-content
=================================*/


/* 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;
}

/* 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-feature-settings : "palt";
	font-weight: 500;
	color: #323232;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;/* safari_textBold*/
	-webkit-text-size-adjust: 100%;/* safari_textBold*/
	min-width:800px;
}
@media all and (-ms-high-contrast:none){
	body {font-family: メイリオ, Meiryo, 'Hiragino Kaku Gothic Pro',  'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;}
}
img {
	display: block;
	line-height: 0;
}
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:#374149;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a:hover,
.header_subnav li a:hover,
.link_btn a:hover {
	color: #1ba3f9;
	text-decoration: underline!important;
}
a img {
	-webkit-transition: all .2s;
	transition: all .2s;
}
a img:hover {
	opacity:.7;
}
a.hovre_line:hover {
	text-decoration: underline;
}


/* 3: header
================================== */
#wrapper {
	width:100%;
	position:relative;
	overflow: hidden;
}
#header {
	position:relative;
	z-index:999;
}
#header a,
#footer a {
	text-decoration:none;
}
.jst_logo {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin: 16px 0;
	max-width:100%;
	height:auto;
}


/* 4: footer
================================== */
#footer {
	position:relative;
	clear:both;
	background:#f5f5f5;
	margin-top: 40px;
}
#footer .inr {
	overflow: hidden;
}
#footer .inr ul.f_menu {
	padding: 16px 0;
}
#footer .f_menu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
	#footer .f_menu li {
		margin-right:10px;
	}
	#footer .f_menu li a {
		position:relative;
		text-align:left;
		text-decoration: none;
	}
	#footer .f_menu li::before {
		content:"";
		display: inline-block;
		background: url(../img/cmn/icn_arrow.svg) no-repeat;
		background-size: contain;
		top:20px;
		left:0;
		width:15px;
		height:15px;
		margin-right: 5px;
	}
	#footer .f_menu li:first-child::before {
		content:"";
	}
#copy {
	clear:both;
	text-align:center;
	padding:20px;
	font-size: 1.4rem;
	color: #000;
}

/*スクロールボタン*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-weight: bold;
    font-size: 80%;
    z-index: 5;
    text-align: center;
}
#page-top a {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    background: #374149;
    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: flex;
}
.flexbox_wap {/* 折り返しのみ */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.flexbox_sbwap {/* 折り返し・水平方向端揃え */
	display: -webkit-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: 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: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.flexbox_c {/* 折り返しなし・水平中央揃え */
	display: -webkit-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;}
.m0 {margin:0 auto!important;}
.m1em {margin:1em;}
.m2em {margin:2em auto;}
.mR10px {margin-right:10px!important;}
.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;}
.mT4em {margin-top:4em!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%;}
.mauto {margin:auto;}
.mid {vertical-align:middle;}
.red {color:red;}
.border {border:solid 1px #000; padding:0.5em;}

	.tC img {
		margin:0 auto;
	}

.link_pdf {
	background:url(../img/cmn/icn_pdf.svg) no-repeat 0 center;
	padding-left:20px;
}

.link_zip {
	background:url(../img/cmn/icn_zip.svg) no-repeat 0 center;
	padding-left:25px;
}

.link_doc {
	background:url(../img/cmn/icn_doc.svg) no-repeat 0 center;
	padding-left:25px;
}

.link_xls {
	background:url(../img/cmn/icn_xls.svg) no-repeat 0 center;
	padding-left:25px;
}

.link_ppt {
	background:url(../img/cmn/icn_ppt.svg) no-repeat 0 center;
	padding-left:25px;
}

.link_blank {
	background:url(../img/cmn/icn_blank.svg) no-repeat right center;
    background-size: 14px;
    padding-right: 20px;
}

/*パンくず*/
#breadcrumb {
	overflow:hidden;
	font-size:1.4rem;
	padding:16px 0;
}
#breadcrumb li:before {
	content:"＞";
	padding: 0 5px;
}
#breadcrumb li:first-child:before {
	content: none;
}

.mainTtl {
	padding: 40px 16px;
	font-weight: bold;
  font-size: 2.8rem;
	text-align: center;
	background: #214DA6;
	color: #FFF;
}
.mainTtl span {
	font-size: 140%;
}
h2 {
	padding-top: 24px;
	margin-bottom: 16px;
	font-size:  2.4rem;
	font-weight:  bold;
}
h3 {
	font-size:  2.0rem;
	border-bottom: solid 3px #e6e6e6;
	padding-top: 16px;
	padding-bottom:  5px;
	margin-bottom: 15px;
	position:  relative;
	font-weight:  bold;
}
h3:before {
	content:  '';
	width: 20%;
	height: 3px;
	background-color: #1e1e72;
	display:  block;
	position:  absolute;
	left:  0;
	bottom: -3px;
}
h4 {
	font-size:  1.8rem;
	position: relative;
	padding: 0.5em 1em;
	font-weight:  bold;
	margin: 1em auto;
}
h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #1e1e72, #1e1e72 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #1e1e72, #1e1e72 2px, #fff 2px, #fff 4px);
}

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

.schedule_table {
	width:100%;
}
.schedule_table td {
	vertical-align: middle;
}
.schedule_table td:first-child{
	width:30%;
}
.schedule_table td:nth-child(2){
	width:30%;
	white-space:nowrap;
}
.down_table {
	width:60%;
}
#main th,#main td {
	border:solid 1px #ccc;
	padding:1em;
}
#main th {
	background:#eee;
	color:#000;
	font-weight:bold;
}
.img {
	text-align: center;
}
.img img {
	width: 100%;
}
.box {
	border: 1px solid #214DA6;
	margin: 2em 0;
	padding: 24px;
}
.new_box dl {
	display: -webkit-flex;
	display: flex;
}
.new_box dt {
	width: 10em;
	padding:5px;
}
.new_box dd {
	padding:5px;
}
.new_box dt:before{
	content:"";
	display: inline-block;
	background: url(../img/cmn/icn_arrow.svg) no-repeat;
	background-size: contain;
	top:20px;
	left:0;
	width:15px;
	height:15px;
	margin-right: 5px;
}
.unei_table {
	width:80%;
}
.unei_table td:first-child {
	width:10em;
}
