@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;
}
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;
}

.pankuzu a.disabled{
	pointer-events: none;
	color:white;
}

/* 3: icon
================================== */
.link_blank {
	background: url(../../../common/img/icn_blnk.svg) left center no-repeat;
	background-size: 14px;
	padding-left: 23px;
}
	.navGlobal .blank {
		background:none;
	}
	
	#footer .link_blank {
		background: url(../../../common/img/icn_blnk_w.svg) right center no-repeat;
		padding-left: 0;
		padding-right: 23px;
	}

.pdf {
	background: url(../../../common/img/icn_pdf.svg) left center no-repeat;
	background-size: 18px;
	padding-left: 23px;
}

.excel {
	background: url(../../../common/img/icn_excel.gif) left center no-repeat;
	background-size: 18px;
	padding-left: 23px;
}

.word {
	background: url(../../../common/img/icn_word.png) left center no-repeat;
	background-size: 18px;
	padding-left: 23px;
}

.arw {
	background: url(../../../common/img/icn_arw02_blue_r.svg) 99% center no-repeat;
	background-size: 14px;
	padding-right: 23px;
}
.icn_arw {
	background: url(../../../common/img/icn_arw01.svg) left center no-repeat;
	background-size: 8px;
	padding-left: 16px;
}


/* 4: header
================================== */
#header {
	background:#fff;
}
.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:100px;
	display:inline-block;
}

.header_inr h1 img {
	height: 45px;
	max-width:702px;
	height: auto;
/* 	width: 100%; */
}

.header_inr2 {
	max-width: 1240px;
	min-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.header_sub_menu {
	position: absolute;
	top: -85px;
	right: 0;
}

.header_submenu_contact {
	text-align: right;
	width: auto;
	position: absolute;
	top: -35px;
	right: 90px;
	font-size: 14px;
	margin-right: 14px;
}

.header_submenu_english {
	text-align: right;
	width: auto;
	position: absolute;
	top: -35px;
	right: 8px;
	font-size: 14px;
	margin-right: 14px;
}

.header_submenu_contact a,
.header_submenu_english a {
    padding-left: 8px;
    color: #000;
    text-decoration: none;
    transition: .2s;
}


.header_submenu_contact a:hover,
.header_submenu_english a:hover{
	color: #0098be;
}

.header_submenu_contact a::before,
.header_submenu_english a::before{
	content: ">";
	display: inline-block;
}


/* -----google検索----- */

body #g-k-w-search table.gsc-search-box td{
	border: none;
}

body #g-k-w-search td,
body #g-k-w-search th {
	border-bottom: none;
}
body #g-k-w-search .gsc-control-cse { padding: 0; }

/* テキストボックスに文字入力したときに出る「×」マークの位置調整用の指定 */
body #g-k-w-search .gsc-search-box { position: relative; }
body #g-k-w-search .gsc-search-box tr,
body #g-k-w-search .gsc-search-box td { display: block; }

.gsc-input-box {
	border-color:#c3c3c3;
	background:#c3c3c3!important;
}

/* テキストボックスの親要素。width指定しつつfloatで左寄せ */
body #g-k-w-search .gsc-search-box td.gsc-input,
body #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;
}
body #g-k-w-search .gsc-search-box .gsib_a {
	width: 196px !important;
	padding: 0 !important;
}

/* テキストボックスのデザイン設定 */
body #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: rgba(200,200,200,0.4)!important;
	color:#383737;
	border:solid 1px rgba(200,200,200,0.4)!important;
}

body #g-k-w-search .gsc-search-box td#gs_tti51 { margin-bottom: 5px; }

/* ボタンの親要素。width指定しつつfloatで左寄せ */
body #g-k-w-search .gsc-search-box td.gsc-search-button {
	width: 20px !important;
	height: 30px;
	float: left;
}

/* テキストボックスに文字入力したときに出る「×」マークの位置調整 */
body #g-k-w-search .gsc-search-box .gsib_b {
	position: absolute;
	width: 20px;
	top: 0px;
	left: 160px;
	margin-top: -10px;
}

/* デフォルトで設定されている(疑似的な)テキストボックスの
デザイン設定を解除 */
body #g-k-w-search .gsc-search-box .gsc-input-box,
body #g-k-w-search .gsc-search-box .gsc-input-box-hover,
body #g-k-w-search .gsc-search-box .gsc-input-box-focus {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-top:0;
}

/* 検索ボタンの背景をボタンのように見せかける */
body #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;
	cursor: pointer;
	border: none;
}
body #g-k-w-search .gsc-search-box .gsc-search-button .gsc-search-button {
	background: url(../../../common/img/icn_search.svg) 96% center no-repeat;
}
body #g-k-w-search .gsc-search-box .gsc-search-button svg {
	display: none;
}

/* 検索ボタンの背景部分にテキストを表示させる */
body #g-k-w-search .gsc-search-box .gsc-search-button:before {
	position: absolute;
	top: 35%;
	left: 30%;
	content: '';
	color: #383737;
}

/* 検索ボタンを透明化し背景のみを表示させる */
body #g-k-w-search .gsc-search-box input.gsc-search-button-v2,
body #g-k-w-search .gsc-search-box input.gsc-search-button {
	width: 10px;
	height: 50px;
	padding: 0 !important;
	opacity: 0;
}

.sub_menu_contact{
	display: block;
}


.jst-logo {
	width:160px;
}

.sp_jst-logo{
	display: none;
}

	.jst-logo a {
		text-indent:-9999px;
		display:block;
		width:155px;
		height:40px;
		background:url(../img/logo_jst.svg) no-repeat center center;
		background-size:90%;
	}

/* 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 : 33.3%;
	width : calc((100% -36px) / 3);
}
.navGlobal > li > a {
	display: block;
	margin: 0 3px;
	padding: 8px 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #383737;
	text-decoration: none;
	text-align: center;
	border-top: 3px solid #e0e0e0;
}

.about .navGlobal > li.nav_about > a,
.publication .navGlobal > li.nav_seika > a,
.contract .navGlobal > li.nav_data > a,
.p05 .navGlobal > li.nav_jigyou > a,
.p08 .navGlobal > li.nav_jigyou > a,
.navGlobal > li > a:hover {
	position: relative;
}


.navGlobal > li::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: #0098be;
}

.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: #0098be;
}


.navGlobal > li > a:hover::after,
.about .navGlobal > li.nav_about > a::after,
.publication .navGlobal > li.nav_seika > a::after,
.contract .navGlobal > li.nav_data > a::after,
.p05 .navGlobal > li.nav_jigyou > a::after,
.p08 .navGlobal > li.nav_jigyou > a::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:#0098be;
		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: #0098be;
	z-index: 99;
	box-shadow : 1px 1px 4px rgba(0, 0, 0, 0.3);
	max-width:100%;
}

.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%;
	padding: 24px 0 12px 0;
}

.tworows{
	margin-left: 1em;
}

.MegaDrop_inr h2 { flex: 1; }
.MegaDrop_inr h2 + ul { 
	flex: 3;
}

.nav_second > li{
	padding-left: 64px;
	flex: 1;
}

.nav_second > li:last-child{
	margin-right: 64px;
}

.MegaDrop_inr h2 {
	font-size: 1.22em;
}

.nav_second h3 {
	color: #fff;
	padding-bottom: 10px;
	font-size: 1.22em;
	padding-left: 1em;
}

.nav_second h3::before,.nav_second > li > ul >li::before{
	content: ">";
	color: #fff;
	margin-right: 3px;
}

.nav_second h3::before{
	margin-left: -1em;
}

.MegaDrop_inr h2 + ul{
	border-left: 1px solid #fff;
}

.tworows {
	padding-top: 13px;
	border-top: 1px solid #fff;
}


.MegaDrop th {
	width:3em;
	text-align:center;
}


.megaNavClose::after {
    transform: skewY(45deg);
}

.megaNavClose::before, .megaNavClose::after {
    display: block;
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 12px;
    margin: auto;
    border-top: 2px solid #0098be;
}
.megaNavClose::before {
    transform: skewY(-45deg);
}

.megaNavClose {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
    background: #FFF;
    border-radius: 50%;
}

.MegaDrop a {
	color:white;
	text-decoration: none;
}

.MegaDrop a:hover{
	opacity: .7;
}

.MegaDrop td {
	border-bottom:solid 1px #ddd;
	padding:0.5em;
}




.dl-trigger,
.open_icn,
.sp_layer {
	display: none;
}

/* 6: footer
================================== */
/* go topボタン */

footer{
	position: relative;
}

#page-top.under {
    position: absolute;
    top: -20px;
    right: 10px;
}


#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(../../../common/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 {
	position:relative;
	margin: 0 8px;
	padding-left:20px;
}


.footer_nav li::before {
	content:"";
	top:6px;
	left:0;
	position:absolute;
     width: 10px;
     height: 10px;
     border-top: solid 2px #fff;
     border-right: solid 2px #fff;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);

}

.footer_nav a {
	display:block;
	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;
	color: #fff;
	font-size: 1.4rem;
}

/*color*/

.zu_red{
	color: #da0009;
}

.zu_blue{
	color:#1a0dab;
}