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


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

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

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

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

html {
	overflow: auto;
	min-width: 1000px;
	font-size: 62.5%;
}
body {
	font-family: 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-feature-settings : "palt";
	font-weight: 500;
	color: #383737;
	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*/
	overflow-x: hidden;
    position: relative;
}
@media all and (-ms-high-contrast:none){
	body {font-family: メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;}
}
img {
	display: block;
	line-height: 0;
}

/* 2023-12-22 概要図用 */
#main img.gaiyo_img {
    margin: auto;
}

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;
}
a {
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #0066aa;
	text-decoration: underline;
}
a:hover {
	color: #3aa9ef;
	text-decoration: none;
}
a:visited {
	color: #1a0dab;
}
a img {
	-webkit-transition: all .2s;
	transition: all .2s;
}
a img:hover {
	opacity:.7;
}

/* 3: icon
================================== */
.blank,
.archive .disc a[href$=".html"],
.archive .tableDesign1 a[href$=".html"]{
	background: url(../img/icn_blnk.svg) right center no-repeat;
	background-size: 14px;
	padding-right: 23px;
}
	.navGlobal .blank {
		background:none;
	}
/* 2023-09-29修正のため、コメントアウト …2023-10-30 に一旦解除左記の問題が改善した可能性から*/
.pdf,
.archive .disc a[href$=".pdf"] {
	background: url(../img/icn_pdf.svg) right center no-repeat;
	background-size: 18px;
	padding-right: 23px;
}

/* 2023-09-29修正のため、以下5行追記
a[href$=".pdf"] {
	background: url(../img/icn_pdf.svg) right center no-repeat;
	background-size: 18px;
	padding-right: 23px;
}
 */

.arw {
	background: url(../img/icn_arw02_blue_r.svg) 99% center no-repeat;
	background-size: 14px;
	padding-right: 23px;
}
.icn_arw {
	background: url(../img/icn_arw01.svg) left center no-repeat;
	background-size: 8px;
	padding-left: 16px;
}


/* 4: header
================================== */
#header {
	height: 180px;
	background:#000;
}
.header_sub_menu {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.header_inr {
	max-width: 1200px;
	min-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 12px 20px 5px 0;
}

#header .flexbox_wap {
	width:50%;
}

	#header .flexbox_wap li {
		width:50%;
	}
	
	#header .flexbox_wap li:nth-child(2) img {
		max-width: 220px;
		width:75%;
		padding-top: 15px;
		height:auto;
		margin:0 auto;
	}


.header_inr h1 {
	height:50px;
	display:inline-block;
}

.header_inr h1 img {
	/*height: 55px;*/
	width:255px;
}

.header_inr2 {
	max-width: 1240px;
	min-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.header_sub_menu {
	position: absolute;
	top: -55px;
	right: 0;
}

.bB1px {
	border-bottom:solid 1px #595757;
}

/* -----google検索----- */


#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; }

.gsc-input-box {
	border-color:#000;
	background:#000!important;
}

/* テキストボックスの親要素。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: 196px !important;
	padding: 0 !important;
	height: 30px;
	vertical-align: top;
	float: left;
}
#g-k-w-search .gsc-search-box .gsib_a {
	width: 196px !important;
	padding: 0 !important;
}

/* テキストボックスのデザイン設定 */
#g-k-w-search .gsc-search-box input#gsc-i-id1 {
	box-sizing: border-box;
	height: 30px !important;
	padding: 5px 15px !important;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-position: 15px center !important;
	background-color: #000!important;
	color:white;
	border:solid 1px #595757!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: 0px;
	left: 160px;
}

/* デフォルトで設定されている(疑似的な)テキストボックスの
デザイン設定を解除 */
#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;
	padding-top:0;
}

/* 検索ボタンの背景をボタンのように見せかける */
#g-k-w-search .gsc-search-box .gsc-search-button {
	width: 20px;
	height: 30px;
	position: relative;
	padding: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #000 url(../img/icn_search.svg) 96% center no-repeat;
	cursor: pointer;
	border: 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;
}


.jst-logo {
	width:220px;
}

	.jst-logo a {
		text-indent:-9999px;
		display:block;
		width:220px;
		height:40px;
		background:url(../img/logo_jst.svg) no-repeat center center;
		background-size:80%;
	}

/* 5: gnav
================================== */
.menu-container {
	width: 100%;
	margin: 0 auto;
	z-index: 33;
}
.menu {
	position: relative;
}
.navGlobal {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	z-index: 33;
}
.navGlobal > li {
	width : 25%;
	width : calc((100% -36px) / 4);
}
.navGlobal > li > a {
	display: block;
	margin: 0 3px;
	padding: 8px 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.outline .navGlobal > li.nav_outline > a,
.pamph .navGlobal > li.nav_pamph > a,
.news .navGlobal > li.nav_news > a,
.archive .navGlobal > li.nav_archive > a,
.seika .navGlobal > li.nav_seika > a,
.contact .navGlobal > li.nav_contact > a,
.navGlobal > li > a:hover {
	position: relative;
}
.navGlobal > 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: #f9d607;
}
.outline .navGlobal > li.nav_outline > a::after,
.pamph .navGlobal > li.nav_pamph a::after,
.news .navGlobal > li.nav_news > a::after,
.archive .navGlobal > li.nav_archive > a::after,
.contact .navGlobal > li.nav_contact > a::after,
.navGlobal > li > a:hover:after {
	width: 100%;
	box-sizing: content-box;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition:  0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.navGlobal2 {
	height:50px;
	margin:0 auto 50px auto;
	position:relative;
	max-width:1200px;
}
.navGlobal2 > li {
	width:49%;
}

	.navGlobal2 span.menu_btn {
		display:block;
		border:solid 1px #595757;
		color:white;
		text-align:center;
		width:100%;
		height:46px;
		line-height:46px;
		margin-top:2px;
		cursor: pointer;
		font-size:1.8rem;
		font-weight:bold;
	}
	
	
.navGlobal2 span.menu_btn::after {/*PCgnav_hover underline*/
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	content: "";
	display: block;
	width: 0;
	height: 3px;
	z-index: 666666;
	margin: 0 auto;
	background: #fff100;
}
	
	.navGlobal2 span.menu_btn:hover,
	.hover span.menu_btn ,
	.navGlobal2.current{
		position:relative;
		background:#171c61;
		color:white;
	}
	
	
	.navGlobal2 span.menu_btn:hover:after,
	.hover span.menu_btn:after ,
	.navGlobal2.current:after{
		width: 100%;
		box-sizing: content-box;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition:  0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

.MegaDrop {
	position: absolute;
	top: 48px;
	left: 0;
	display: none;
	width: 100%;
	padding: 0;
	background: #171c61;
	z-index: 99;
	box-shadow : 1px 1px 4px rgba(0, 0, 0, 0.3);
	max-width:830px;
}

.navGlobal2 li:nth-child(2) .MegaDrop {
	right:0!important;
	left:auto;
}

.MegaDrop_inr,
.nav_second {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.MegaDrop_inr {
	width: 100%;
}

.MegaDrop th {
	width:3em;
	text-align:center;
}

.tate {
	white-space: nowrap;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	-webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl; 
    writing-mode: vertical-rl;
    display:inline-block;
}

.MegaDrop th,
.MegaDrop td {
	padding:0.5em;
	color:white;
}

.MegaDrop a {
	color:white;
}

.MegaDrop td {
	border-bottom:solid 1px #ddd;
	padding:0.5em;
}

.MegaDrop tr:nth-child(2n){
	background:#1d2088;
}

.MegaDrop th {vertical-align:middle;}
.pink {background:#e4007f;}
.green {background:#8fc31f;}
.blue {background:#00a0e9;}
.blue2 {background:#0059e8;}
.purple {background:#a500e2;}
.fS {font-size:1.1rem;}


.dl-trigger,
.open_icn,
.sp_layer {
	display: none;
}

/* 6: footer
================================== */
/* go topボタン */
#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 : url(../img/pagetop.png) no-repeat #1d2088;
	opacity: 0.7;
}
#page-top a:hover {
	opacity: 0.7;
}
#page-top a:active {
	opacity: 1;
}

.footer_nav {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	padding: 10px 0;
}
.footer_nav li {
	margin: 0 8px;
}
.footer_nav a {
	padding-left: 8px;
	color: #000;
	text-decoration: none;
	font-size: 1.4rem;
	color:white;
}
.footer_nav a:hover {
	color: #3aa9ef;
	text-decoration: underline;
}
.copy {
	display: block;
	padding: 24px 0;
	text-align: center;
	background: #3e3a39;
	color: #fff;
	font-size: 1.4rem;
}