@charset "utf-8";
html,
body {
	height: 100%;
	font-size: 62.5%;
	color: #333;
	width: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	-webkit-text-size-adjust: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
img {
	max-width: 100%;
}
img[src$=".svg"] {    
	width: 100%;
}
sup {
    top: -0.5em;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.c-red { color:#ff4040;}
.c-blue { color:#3436b9;}
.ta-left { text-align:left !important;}
.ta-center { text-align:center !important;}
.ta-right { text-align:right !important;}

.va-top { vertical-align: top;}
.va-middle { vertical-align: middle;}
.va-bottom { vertical-align: bottom;}
.va-base { vertical-align: baseline;}

.fz-xs { font-size: 1rem !important;}
.fz-s { font-size: 1.2rem !important;}
.fz-m { font-size: 1.4rem !important;}
.fz-l { font-size: 1.6rem !important;}
.fz-xl { font-size: 1.8rem !important;}
.fz-xxl { font-size: 2.0rem !important;}

.fw-n { font-weight: normal !important;}
.fw-b { font-weight: bold !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}
.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb90 { margin-bottom: 90px !important;}
.mb100 { margin-bottom: 100px !important;}

.w-em05 { width: 5em;}
.w-em10 { width: 10em;}
.w-em15 { width: 15em;}
.w-em20 { width: 20em;}
.w-em25 { width: 25em;}
.w-em30 { width: 30em;}

.d-i { display: inline !important;}
.d-ib { display: inline-block !important;}
.d-b { display: block !important;}
.d-none { display: none !important;}

.link-tel {
	color: #4c4fb6;
}
.link-tel:hover {
	text-decoration: underline;
}
.font-cn {
	font-family: 'Microsoft YaHei', sans-serif;
}

/*----------------------------------------------------header*/
.header {
	position: relative;
	z-index: 2;
	border-bottom: 50px solid #2e3092;
}
.header .box {
	width: 96%;
	max-width: 1120px;
	margin: 0 auto;
	height: 114px;
	position: relative;
}
.header .box .header_logo {
	position: absolute;
	top: 20px;
	width: 14%;
	max-width: 160px;
}
.header .box .tool .fontsize {
	position: absolute;
	top: 8px;
	right: 0;
	font-size: 1.2rem;
}
.header .box .tool .fontsize a {
	background: #f2f2f2;
	padding: 8px 5px;
    display: inline-block;
}
.header .box .tool .fontsize a.is-active {
	background: #9d9d9d;
	color: #fff;
}
.header .box .tool ul.sns {
	position: absolute;
	top: 8px;
	right: 155px;
	overflow: hidden;
}
.header .box .tool ul.sns li {
	width: 28px;
	float: left;
	margin-right: 5px;
}
.header .box .tool ul.sns li:last-child {
	margin-right:0;
}
.header .box .tool ul.sns li.text {
	width:auto;
	padding-top:8px;
	font-size:1.2rem;
}
.header .box nav .button,
.header .box nav p.close {
	display: none;
}
.header .box nav ul.utility {
	font-size: 1.2rem;
	float: left;
	position: absolute;
	top: 70px;
	right: 270px;
}
.header .box nav ul.utility li {
	display: inline-block;
	padding: 4px 15px 4px 20px;
}
.header .box nav ul.utility li:nth-child(1) {
	background: url("/img/utility_01.png") center left no-repeat;
	background-size: 14px 14px;
}
.header .box nav ul.utility li:nth-child(2) {
	background: url("/img/utility_02.png") center left no-repeat;
	background-size: 14px 14px;
}
.header .box nav ul.utility li:nth-child(3) {
	background: url("/img/utility_03.png") center left no-repeat;
	background-size: 14px 14px;
}
.header .box nav ul.utility li:nth-child(4) {
	background: url("/img/utility_04.png") center left no-repeat;
	background-size: 14px 14px;
}
.header .box nav ul.utility li a {
	color: #000;
}
.header .box nav .menu .global {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	position: absolute;
	top: 114px;
	left: 0;
	width: 100%;
}
.header .box nav .menu .global ul {
	overflow: hidden;
	border-left: 1px solid #5859a8;
	background: #2e3092;
	height: 50px;
}
.header .box nav .menu .global ul li {
	width: 14.28%;
	float: left;
}
.header .box nav .menu .global ul li a {
	display: block;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	border-right: 1px solid #5859a8;
}
.header .box nav .menu .global ul li:last-child {
	display: none;
}
.header .box nav .menu .target {
	position: absolute;
	top: 644px;
	left: 0;
	width: 100%;
}
.header .box nav .menu .target ul {
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
}
.header .box nav .menu .target ul li {
	float: left;
	position:relative;
	width: 16.65%;
    padding: 17px 0;
	text-align: center;
}
.header .box nav .menu .target ul li a {
	display: block;
	color: #000;
	padding: 50px 0 12px;
}
.header .box nav .menu .target ul li::after {
	content:"";
	position:absolute;
	top:30px;
	right:0;
	width:1px;
	height:50px;
	background-color:#d6d6d9;
}
.header .box nav .menu .target ul li:first-child::before {
	content:"";
	position:absolute;
	top:30px;
	right: auto;
	left:0;
	width:1px;
	height:50px;
	background-color:#d6d6d9;
}
.header .box nav .menu .target ul li a:hover {
    opacity: 0.7;
	text-decoration: none;
}
.header .box nav .menu .target ul li:nth-child(1) a {
	background: url("/img/target_01.png") center 10px no-repeat;
	background-size: 44px 34px;
}
.header .box nav .menu .target ul li:nth-child(2) a {
	background: url("/img/target_02.png") center 10px no-repeat;
	background-size: 44px 34px;
}
.header .box nav .menu .target ul li:nth-child(3) a {
	background: url("/img/target_03.png") center 12px no-repeat;
	background-size: 38px 32px;
}
.header .box nav .menu .target ul li:nth-child(4) a {
	background: url("/img/target_04.png") center 10px no-repeat;
	background-size: 44px 34px;
}
.header .box nav .menu .target ul li:nth-child(5) a {
	background: url("/img/target_05.png") center 10px no-repeat;
	background-size: 44px 34px;
}
.header .box nav .menu .target ul li:nth-child(6) a {
	background: url("/img/target_06.png") center 14px no-repeat;
	background-size: 43px 29px;
}
.header .box nav ul.lang {
	position: absolute;
	top: 9px;
	right: 412px;
	font-size: 1.2rem;
}
.header .box nav ul.lang li {
	display: inline-block;
}
.header .box nav ul.lang li a .sp,
.header .box nav ul.lang li > span { display:none;}
.header .box nav ul.lang li a {
	padding:8px 0;
	background:#2e3092;
	color:#FFF;
	display:block;
	min-width:60px;
	text-align:center;
}
.header .box nav #sitesearch {
	position: absolute;
	top: 50px;
	right: 0;
	width: 30%;
	max-width: 260px;
	background-color:#FFF;
	border:1px solid #2e3092;
	border-radius:22px;
}
.header .box nav #sitesearch .cse .gsc-control-cse,
.header .box nav #sitesearch .gsc-control-cse{
	padding: 8px;
	background-color:transparent !important;
	border:none !important;
}
.header .box nav #sitesearch form.gsc-search-box { margin:0;}
.header .box nav #sitesearch table {
	margin:0;
	border:none;
	table-layout:auto;
}
.header .box nav #sitesearch th,
.header .box nav #sitesearch td {
	border:none;
}
.header .box nav #sitesearch a { min-height:inherit;}
.header .box nav #sitesearch .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding:0;
	font-family:Helvetica,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}
.header .box nav #sitesearch .gsib_a,
.header .box nav #sitesearch .gsib_b {
	padding:2px 0 0;
	padding:0;
}
.header .box nav #sitesearch .gsst_b {height:20px;}
.header .box nav #sitesearch .input.gsc-input, 
.header .box nav #sitesearch .gsc-input-box, 
.header .box nav #sitesearch .gsc-input-box-hover, 
.header .box nav #sitesearch .gsc-input-box-focus {
	margin:0 9px;
	border:none;
	box-shadow:none;
}
.header .box nav #sitesearch input.gsc-search-button, 
.header .box nav #sitesearch input.gsc-search-button:hover, 
.header .box nav #sitesearch input.gsc-search-button:focus,
.header .box nav #sitesearch button.gsc-search-button, 
.header .box nav #sitesearch button.gsc-search-button:hover, 
.header .box nav #sitesearch button.gsc-search-button:focus {
	padding:5px 15px;
}
header .box nav #sitesearch input.gsc-search-button,
header .box nav #sitesearch button.gsc-search-button {
	background:url("/img/button_sitesearch.svg") no-repeat center center;
	background-size:25px 25px;
	border:none;
	cursor:pointer;
}
.header .box nav #sitesearch button.gsc-search-button svg {visibility:hidden;}
.header .box nav #sitesearch .gsib_b{ display:none;}
.header .box nav #sitesearch #gs_tti50{ padding:1px 0 0;}
.header ul,
.header ol {
	list-style: none;
}
.header a {
	color: #4c4fb6;
	text-decoration: none;
}
.header a:hover {
	color: #3399ff;
    text-decoration: underline;
}

/*----------------------------------------------------footer*/
footer {
	background: #2e3092;
}
footer .pagetop {
	position:fixed;
	right:30px;
	bottom:30px;
	width:50px;
	height:50px;
}
footer .pagetop:hover {
    opacity: 0.8;
}
footer .box {
	border-bottom: 1px solid #5859a8;
	padding: 30px 0;
}
footer .box .inbox {
	width: 96%;
	max-width: 1120px;
	margin: 0 auto;
	overflow: hidden;
}
footer .box .inbox p {
	width: 16%;
	float: left;
}
footer .box .inbox address {
	font-style: normal;
	color: #fff;
	font-size: 1.3rem;
	float: left;
	margin: 5px 0 0 30px;
	line-height: 1.6;
}
footer .bottom {
	width: 96%;
	max-width: 1120px;
	margin: 0 auto;
	overflow: hidden;
	padding: 18px 0;
}
footer ul {
	list-style: none;
}
footer .bottom ul {
	width: 55%;
	float: left;
	font-size: 1.2rem;
}
footer .bottom ul li {
	display: inline-block;
	border-left: 1px solid #fff;
	padding-left: 1.5em;
	margin-right: 1.5em;
}
footer .bottom ul li:last-child {
	border-right: 1px solid #fff;
	padding-right: 1.5em;
}
footer .bottom ul li a {
	color: #fff;
}
footer .bottom ul li a:hover {
	text-decoration: underline;
}
footer .bottom .footer_copy {
	font-size: 1.0rem;
	float: right;
	color: #fff;
}

@media print, screen and (min-width:768px) {
	.header .box nav .gp-global:not(.close) ,
	.header .box nav .gp-target:not(.close) {
		display:block !important;
	}
	.header .box nav p.close {
		display:none !important;
	}
	/* targetなし */
	body:not(#index) .header .box nav .menu .gp-target { display:none !important; }
	body:not(#index) .header #sitesearch ,
	body:not(#index) .header .close { display:block !important; }
}
@media screen and (max-width:1024px) {
	.header .box nav ul.utility {
		right: auto;
		left: 0;
		top: 75px;
	}
	footer .bottom ul {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	footer .bottom .footer_copy {
		float: none;
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width:1000px) {
	.header .box nav .menu .global {
		font-size: 1.3rem;
		letter-spacing: -0.1em;
	}
}
@media screen and (max-width:767px) {
	.fz-xl { font-size: 1.6rem !important; }
	.fz-xxl { font-size: 1.8rem !important; }

	.mt10{margin-top: 5px !important;}
	.mt20{margin-top: 10px !important;}
	.mt30{margin-top: 15px !important;}
	.mt40{margin-top: 20px !important;}
	.mt50{margin-top: 25px !important;}
	.mt60{margin-top: 30px !important;}
	.mt70{margin-top: 35px !important;}
	.mt80{margin-top: 40px !important;}
	.mt90{margin-top: 45px !important;}
	.mt100{margin-top: 50px !important;}
	.mb10{margin-bottom: 5px !important;}
	.mb20{margin-bottom: 10px !important;}
	.mb30{margin-bottom: 15px !important;}
	.mb40{margin-bottom: 20px !important;}
	.mb50{margin-bottom: 25px !important;}
	.mb60{margin-bottom: 30px !important;}
	.mb70{margin-bottom: 35px !important;}
	.mb80{margin-bottom: 40px !important;}
	.mb90{margin-bottom: 45px !important;}
	.mb100{margin-bottom: 50px !important;}

	/*----------------------------------------------------header*/
	.header {
		position: static;
		border-bottom: none;
		min-height: 148px;
	}
	.header .box {
		width: 100%;
		max-width: none;
		margin: 0 auto;
		height: auto;
	}
	.header .box .header_logo {
		top: 10px;
		left: 15px;
		width: 30%;
		max-width: 102px;
		height: 51px;
	}
	.header .box .tool .fontsize {
		display: none;
	}
	.header .box .tool ul.sns {
		position: absolute;
		top: 15px;
		right: 15px;
		overflow: hidden;
	}
	.header .box .tool ul.sns li {
		width: 30px;
	}
	.header .box .tool ul.sns li.text {
		display:none;
	}
	.header .box nav {
		position: absolute;
		top: 61px;
		width: 100%;
	}
	.header .box nav .button {
		display: block;
		overflow: hidden;
		background: #2e3092;
		color: #fff;
		font-size:1.4rem;
	}
	.header .box nav .button span {
		float: left;
		line-height: 47px;
		text-align: center;
		box-sizing: border-box;
		width: 50%;
		padding-left: 40px;
		white-space: nowrap;
	}
	body:not(#index) .header .box nav .button span {
		padding-left: 0;
	}
	.header .box nav .button span.target {
		background: url("/img/target.png") no-repeat 30px top;
		background-size: 18px 94px;
		border-right: 1px solid #c7c8ea;
	}
	.header .box nav .button span.global {
		background: url("/img/global.png") no-repeat 30px top;
		background-size: 18px 94px;
	}
	body:not(#index) .header .box nav .button span.global {
		background-position: 15px top;
	}
	.header .box nav .button span.open {
		background-position: 30px bottom;
		background-color: #c7c8ea;
		color: #2e3092;
	}
	.header .box nav ul.utility {
		font-size: 1.0rem;
		position: static;
		overflow: hidden;
		width: 100%;
	}
	.header .box nav ul.utility li {
		width: 33.3%;
		float: left;
		text-align: center;
		padding: 0;
	}
	.header .box nav ul.utility li:nth-child(1) {
		background-position: 5px center;
	}
	.header .box nav ul.utility li:nth-child(2) {
		background-position: 5px center;
	}
	.header .box nav ul.utility li:nth-child(3) {
		background-position: 5px center;
	}
	.header .box nav ul.utility li:nth-child(4) {
		display: none;
	}
	.header .box nav ul.utility li a {
		display: block;
		border-right: 1px solid #cccbce;
		border-bottom: 1px solid #cccbce;
		padding: 15px 0 15px 10px;
	}
	.header .box nav ul.utility li:nth-child(3) a {
		border-right: none;
	}
	.header .box nav .menu {
		position: absolute;
		background: #eaeaea;
		top: 47px;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.header .box nav .menu .global,
	.header .box nav .menu .target {
		display: none;
	}
	.header .box nav .menu .global {
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
		font-size: 1.4rem;
		position: static;
		letter-spacing: normal;
	}
	.header .box nav .menu .global ul {
		width: 100%;
		overflow: hidden;
		border-left: none;
		height: auto;
		background: #eaeaea;
	}
	.header .box nav .menu .global ul li {
		width: 100%;
		max-width: none;
		border-left: none;
	}
	.header .box nav .menu .global ul li {
		width: 50%;
		float: left;
	}
	.header .box nav .menu .global ul li:last-child {
		display: block;
	}
	.header .box nav .menu .global ul li a {
		color: #000;
		padding: 20px 0;
		text-align: left;
		border-right: none;
		border-bottom: 1px solid #cccbce;
		background: url("/img/arrow_05.svg") 15px center no-repeat;
		background-size: 6px 8px;
		padding-left: 25px;
	}
	.header .box nav .menu .global ul li:nth-child(odd) a {
		border-right: 1px solid #cccbce;
	}
	.header .box nav .menu .target {
		position: static;
	}
	.header .box nav .menu .target ul {
		border-radius: 0;
		margin-bottom: 0;
	}
	.header .box nav .menu .target ul li {
		width: 50%;
		padding:0;
		text-align: left;
	}
	.header .box nav .menu .target ul li::after ,
	.header .box nav .menu .target ul li::before {
		content:none;
	}
	.header .box nav .menu .target ul li a {
		padding: 20px 0;
		border-right: none;
		border-bottom: 1px solid #cccbce;
		padding-left: 40px;
		background-position: 15px center !important;
		background-size: 22px 17px !important;
	}
	.header .box nav .menu .target ul li:nth-child(odd) a {
		border-right: 1px solid #cccbce;
	}
	.header .box nav .menu .target ul li:last-child a {
		border-bottom: 1px solid #cccbce;
	}
	.header .box nav .menu .target ul li a:hover {
		opacity: 1.0;
	}
	.header .box nav ul.lang {
		position: static;
		display: none;
		text-align: center;
		margin: 20px auto 0;
	}
	.header .box nav ul.lang li a .sp,
	.header .box nav ul.lang li > span { display: inline-block;}
	.header .box nav ul.lang li > span { margin:0 10px;}
	.header .box nav ul.lang li:first-child ,
	.header .box nav ul.lang li a .pc{ display:none;}
	.header .box nav ul.lang li a {
		display:inline;
		min-width:auto;
		padding:0;
		background: none;
		color:#4c4fb6;
	}
	.header .box nav #sitesearch {
		position: static;
		display: none;
		width: 84%;
		max-width: none;
		margin: 20px auto;
		/*padding: 4%;*/
	}
	.header .box nav p.close {
		background: #aeadb3;
		text-align: center;
		padding: 15px;
		color: #fff;
	}
	.header .box nav p.close span {
		display: inline-block;
		padding: 0 20px;
		background: url("/img/close.svg") no-repeat left center;
		background-size: 13px 13px;
		font-size: 1.2rem;
	}

	/* targetなし */
	body:not(#index) .header .box nav .button span { width: 100%; }
	body:not(#index) .header .box nav .button .target { display:none;}

	/*----------------------------------------------------footer*/
	footer .pagetop {
		right:15px;
		bottom:15px;
	}
	footer .box {
		padding: 18px 0;
	}
	footer .box .inbox {
		width: calc(100% - 15px * 2);
	}
	footer .box .inbox p {
		width: 50%;
		float: none;
	}
	footer .box .inbox address {
		float: none;
		margin: 10px 0 0 0;
	}
	footer .bottom {
		width: calc(100% - 15px * 2);
		padding: 20px 0;
	}
	footer .bottom ul {
		width: 100%;
		float: none;
	}
	footer .bottom ul li {
		margin-bottom: 10px;
		padding-left: 1.0em;
		margin-right: 1.0em;
	
	}
	footer .bottom ul li:last-child {
		padding-right: 1.0em;
	}
	footer .bottom p {
		float: none;
		line-height: 1.4;
	}
	footer .link-tel {
		color: #fff;
		text-decoration: underline;
	}
}