@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, strong, 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;
}

/* 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 {
	min-width: 1000px;
	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*/
}
@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;
}

/* 3: icon
================================== */
.blank {
	background: url(../img/common/icn_blnk.svg) right center no-repeat;
	background-size: 14px;
	padding-right: 23px;
}
.blank_white {
	background: url(../img/common/icn_blnk_white.svg) right center no-repeat;
	background-size: 14px;
	padding-right: 23px;
}
.pdf {
	background: url(../img/common/icn_pdf.svg) right center no-repeat;
	background-size: 18px;
	padding-right: 23px;
}
.zip {
	background: url(../img/common/icn_zip.png) right center no-repeat;
	background-size: 14px;
	padding-right: 20px;
}
.arw {
	background: url(../img/common/icn_arw02_blue_r.svg) 99% center no-repeat;
	background-size: 14px;
	padding-right: 23px;
}
.icn_arw {
	background: url(../img/common/icn_arw01.svg) left center no-repeat;
	background-size: 8px;
	padding-left: 16px;
}
.icn_twitter {
	margin-bottom: 24px;
	text-align: right;
}
.word {
	background: url(/common/img/common/icn_word.png) right center no-repeat;
	background-size: 18px;
	padding-right: 23px;
}

/* 4: header
================================== */
#header {
	height: 134px;
}
.header_sub_menu,
.hd_link,
.langSwitch {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.header_inr {
	max-width: 1240px;
	min-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 8px 20px 0;
}
.header_inr h1 {
	display: inline-block;
}
.header_inr h1 img {
	height: 54px;
}

@media all and (max-width: 1090px) {
.header_inr h1 img {
	max-width: 220px;
	height: auto;
}
}

.header_sub_menu {
	position: absolute;
	top: -54px;
	right: 0;
}
.hd_link,
.langSwitch {
	margin-left: 16px;
	padding-left: 16px;
	border-left: 1px solid #a9aaaa;
	line-height: 1.2;
	font-size: 1.4rem;
}
.hd_link li {
	margin-left: 16px;
}
.hd_link li:first-child {
	margin-left: 0;
}
.hd_link a {
	padding-left: 8px;
	color: #000;
	text-decoration: none;
	background: url(../img/common/icn_arw01.svg) no-repeat left center;
}
.hd_link a:hover {
	color: #3aa9ef;
	text-decoration: underline;
}
.langSwitch li,
.langSwitch a {
	font-weight: bold;
}
.langSwitch a {
	margin-left: 8px;
	color: #a9aaaa;
}
.langSwitch a:hover {
	color: #3aa9ef;
}
/* -----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; }
/* #g-k-w-search .gsc-search-box .gsc-input-box { background-color: #F3F3F1; } */
#g-k-w-search .gsc-search-box .gsc-input-box { padding:0; border-radius: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: 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;
	background:white;
}

/* テキストボックスのデザイン設定 */
#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;
	-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;
	background:#EBEBEB;
}

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

/* 検索ボタンの背景をボタンのように見せかける */
#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: #fff url(../img/common/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;
}

/* 5: gnav
================================== */
.menu-container {
	width: 100%;
	margin: 16px auto 0;
	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 : 15%;
	width : calc((100% -36px) / 6);
}
.navGlobal > li > a {
	display: block;
	margin: 0 3px;
	padding: 8px 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	border-top: 3px solid #e0e0e0;
}
.about .navGlobal > li.nav_about > a,
.jigyou .navGlobal > li.nav_jigyou > a,
.seika .navGlobal > li.nav_seika > a,
.data .navGlobal > li.nav_data > a,
.choutatsu .navGlobal > li.nav_choutatsu > a,
.bosyu .navGlobal > li.nav_bosyu > a,
.report .navGlobal > li.nav_report > a,
.navGlobal > li.hover > a {
	position: relative;
	color: #001b4c;
}
.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: #001b4c;
}
.about .navGlobal > li.nav_about > a::after,
.jigyou .navGlobal > li.nav_jigyou > a::after,
.seika .navGlobal > li.nav_seika > a::after,
.data .navGlobal > li.nav_data > a::after,
.choutatsu .navGlobal > li.nav_choutatsu > a::after,
.bosyu .navGlobal > li.nav_bosyu > a::after,
.report .navGlobal > li.nav_report > a::after,
.navGlobal > li.hover > 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;
}
.MegaDrop {
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	display: none;
	width: 100%;
	padding: 50px 40px;
	background: #001b4c;
	z-index: 99;
	box-shadow : 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.MegaDrop_inr,
.nav_second {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.MegaDrop_inr {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}
.MegaDrop_inr > h2 {
	min-width: 290px;
	padding-top: 8px;
}
.MegaDrop_inr > h2 > a,
.nav_second a {
	padding-left: 16px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF;
	background: url(../img/common/icn_arw01_white.svg) no-repeat left center;
	text-decoration: none;
}
.nav_second span {
	font-weight: bold;
}
.MegaDrop_inr > h2 > a:hover,
.nav_second a:hover {
	color: #3aa9ef;
	background: url(../img/common/icn_arw01_act.svg) no-repeat left center;
}
.nav_second {
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
	width: calc(100% - 300px);
	padding: 8px 40px;
	border-left: 1px solid #FFF;
}
.nav_second > li {
	min-width: 240px;
	padding-right: 20px;
}
.nav_second > li:last-child {
	padding-right: 0;
}
.nav_second a {
	font-size: 1.6rem;
}
.sub_link a {
	position:relative;
	font-size: 1.4rem;
	background: none;
}
.sub_link a::before {
	position: absolute;
	content:"";
	box-sizing: border-box;
	left: 0;
	top: 25%;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #FFF;
}
.sub_link a:hover::before {
	border-left: 4px solid #3aa9ef;
}
.nav_second .sub_link a:hover {
	background: none;
}
.nav_second ul > li {
	margin-bottom: 8px;
}
.nav_second ul > li span {
	font-size: 1.4rem;
}
.nav_second h3 {
	margin-bottom: 8px;
	font-weight: bold;
	color: #FFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tworows {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.tworows > li {
	width: 49%;
	width: calc((100% - 32px) / 2);
}
.tworows li:nth-child(odd) {
	margin-right: 32px;
}
.tworows span {
	font-size: 1.3rem;
	font-weight: bold;
}
.threerows > li {
	max-width: calc((100% - 30px) / 3);
}
.megaNavClose {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 28px;
	height: 28px;
	background: #FFF;
	border-radius: 50%;
}
.megaNavClose:hover {
	color: #FFF;
	background: #3aa9ef;
}
.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: #FFF;
}
.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 : #001b4c;
	color: #fff;
	opacity: 0.7;
}
#page-top a:hover {
	opacity: 0.7;
}
#page-top a:active {
	opacity: 1;
}
#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);
}

.footer_nav {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	padding: 32px 0;
	border-top: 1px solid #a9aaaa;
}
.footer_nav li {
	margin: 0 8px;
}
.footer_nav a {
	padding-left: 8px;
	color: #000;
	text-decoration: none;
	font-size: 1.4rem;
	background: url(../img/common/icn_arw01.svg) no-repeat left center;
}
.footer_nav a:hover {
	color: #3aa9ef;
	text-decoration: underline;
}
.copy {
	display: block;
	padding: 24px 0;
	text-align: center;
	background: #2e3642;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.2rem;
}

/* 7: breadcrumb
================================== */
/* パンくずリスト（2019GSC対応） */
.pankuzu li:last-child a {
	pointer-events: none;
	color: #383737;
	text-decoration: none;
}