.catch{
	font-size: 30px!important;
	color: red!important;
}

.sp{ display:none; }

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

.section{
	min-width:1020px;
	padding:50px 0;
	overflow:hidden;
}

.section_inner{
	width:1000px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
}

.section_body_l{
	width:500px;
	float:left;
}

.section_body_r{
	width:500px;
	float:right;
}

.headline_lv2{
	font-size:40px;
	margin:0 0 40px;
	font-weight:normal;
}

.headline_lv2 span.en{
	display:block;
	font-size:40px;
	letter-spacing:16;
	position:relative;
}

/*
.headline_lv2 span.en:before{
	content:"";
	width:48%;
	height:1px;
	background:#0068b7;
	position:absolute;
	top:31px;
	right:0;
}

.headline_lv2 span.en:after{
	content:"";
	width:8px;
	height:8px;
	background:#0068b7;
	border-radius:50%;
	position:absolute;
	top:28px;
	right:0;
}
*/
.headline_lv2.is-white span.en{ color:#fff; }
.headline_lv2.is-white span.en:before{ background:#fff; }
.headline_lv2.is-white span.en:after{ background:#fff; }

.headline_lv2 span.ja{
	display:block;
	font-size: 16px;
	font-weight:bold;
	color:#3ab5c0;
}

.headline_lv2.is-center span.en,
.headline_lv2.is-center span.ja{
	text-align:center;
}

.btn{
	display:inline-block;
	background:#fff;
	border:1px solid #0068b7;
	font-size:14px;
	padding:20px 20px 20px;
	line-height:1;
	color:#0068b7;
	min-width:240px;
	transition: all .3s;
	text-align:center;
}

.btn:hover{
	background:#fff;
	color:#0068b7;
}

.btn_b{
	font-size:18px;
}

.btn_blue{
	color:#ffffff;
	background:none;
	border:1px solid #ffffff;
}

.btn span{
	position:relative;
	font-weight:bold;
}

.btn_center span{
	text-align:center;
}
.btn span:after{
	display:inline-block;
	content:" > ";
	padding:0 0 0 10px;
}

/* *****  共通ヘッダー ***** */
header{
	width:100%;
	min-width: 1020px;
	height:90px;
	z-index:400;
	position:absolute;
}

.header_inner{
	width:1000px;
	margin:0 auto;
	position:relative;
}

.header_logo{
	width:140px;
	position:absolute;
	top:0;
	left:10px;
	/* background:rgba(255, 255, 255, 0.2); */
}

.header_logo img {
    padding: 20px 10px;
    width: 74px;
}

/* *****  スマホメニュー表示 ***** */
.nav_toggle {
	display: block;
	position: absolute;
	right: 4px;
	top:18px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 3;
	text-align: center;
	margin: 0 0 0 auto;
	/* background:rgba(255, 255, 255, 0.2); */
}
.nav_toggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 2px #0068b7;
	transition: .35s ease-in-out;
	left: 6px;
}
.nav_toggle span:nth-child(1){top:9px;}
.nav_toggle span:nth-child(2){top:18px;}
.nav_toggle span:nth-child(3){top:27px;}
.nav_toggle span:nth-child(4) {
	border: none;
	color: #eee;
	font-size: 0.9rem;
	font-weight: bold;
	top: 34px;
}
.nav_toggle.is-active span:nth-child(1) {
	top: 18px;
	left: 6px;
	transform: rotate(-45deg);
}
.nav_toggle.is-active span:nth-child(2),
.nav_toggle.is-active span:nth-child(3) {
	top: 18px;
	transform: rotate(45deg);
}
.nav_toggle:after {
	position: absolute;
	left: 0;
	bottom: -3px;
	content: '';
	width: 100%;
	color:#0068b7;
	font-size: 11px;
}
.nav_toggle.is-active:after {
	content: '';
	color:#0068b7;
}

.nav_toggle.is-active span{
	border-bottom-color:#0068b7;
}

.header_menu{
	height:auto;
	position:static;
}

.header_menu nav{
	transition: .35s ease-in-out;
	max-height: 0;
	overflow:hidden;
}

.header_menu nav.is-active{
	max-height: 2000px;
}

.header_menu ul.gmenu{
	text-align:left;
	border-top:1px solid #dfdfdf;
	margin:0;
	padding:0;
}

.header_menu ul.gmenu > li{
	display:block;
	padding:0;
}

.header_menu ul.gmenu > li:before{
	display:none;
}
.header_menu ul.gmenu > li:last-child:after{
	display:none;
}

.header_menu ul.gmenu > li.sp{
	display:block;
}

.header_menu ul.gmenu > li > a{
	color:#fff;
	display:block;
	padding:20px 10px;
	border-bottom:1px solid #dfdfdf;
	background:#003686;
}

.header_menu ul.gmenu > li.gmenu_lang > a{
	background:#9c1421;
}

.header_menu ul.gmenu > li.gmenu_mail > a{
	background:#7b101a;
}

/* *****  共通フッター ***** */
footer{
	background:#000;
	color:#fff;
	min-width: 1020px;
	padding:0;
}

.footer_inner{
	width:1000px;
	margin:0 auto;
	position:relative;
}

.footer_menu{
	padding:50px 0 0;
}

.footer_menu .footer_menu_t{
}

.footer_menu .footer_menu_t ul{
	margin:0;
	padding:0;
}

.footer_menu li{
	display:inline-block;
	margin:0 0 20px;
	position:relative;
	padding:0 10px;
}

.footer_menu a{
	color:#ffffff;
	line-height:1;
}

.copyright{
	clear:both;
	padding:0 0 20px;
	background:#000;
	text-align:right;
}

.copyright small{
	display:block;
	width:1020px;
	margin:0 auto;
}


@media screen and (max-width: 767px){


	.pc{ display:none; }
	.sp{ display:block; }
	br.sp{ display:inline; }

	.section{
		min-width:initial;
		padding:50px 0;
	}

	.section_inner{
		width:auto;
		padding:0 10px;
	}

	.section_body_l{
		width:auto;
		float:none;
		margin-bottom:50px;
	}

	.section_body_r{
		width:auto;
		float:none;
	}

	.headline_lv2{
		font-size:20px;
		margin:0 0 20px;
	}

	.headline_lv2 span.en{
		display:block;
		font-size:22px;
	}

	.headline_lv2 span.en:before,
	.headline_lv2 span.en:after{
		display:none;
	}

	.headline_lv2 span.ja{
		display:block;
		font-size:16px;
		padding:0;
	}

	.section_more{
		width:auto;
		position:static;
		overflow:hidden;
	}

	.section_more a{
		width:auto;
		height:auto;
		display:block;
	}

	.btn{
		font-size:13px;
		padding:20px 20px 20px;
		display:block;
	}
	
	.btn_b{
		font-size:15px;
	}
	
	.btn_red{
		font-size:15px;
	}

	/* *****  共通ヘッダー ***** */
	header{
		min-width: initial;
		padding:0;
		position:relative;
		height:auto;
	}

	.header_inner{
		width:auto;
	}

	.header_logo{
		position:static;
		width:120px;
		height:60px;
	}

	.header_logo img{
		padding:6px 0 0 10px;
	}

	/* *****  共通フッター ***** */
	footer{
		min-width: initial;
		padding:0;
	}
	
	.footer_inner{
		width:auto;
	}

	.footer_top{
		width:80px;
		position:static;
	}
	
	.footer_top a{
		padding:30px 0 10px;
		font-size:13px;
	}
	
	.footer_top a:after{
		left:37px;
	}
	
	.footer_menu{
		width:auto;
		float:none;
		padding:30px 0 0 0;
	}

	.footer_menu .footer_menu_t{
		overflow:hidden;
		padding:0 10px;
	}
	
	.footer_menu .footer_menu_t li{
		width:50%;
		padding:0;
		float:left;
	}
	
	.footer_menu .footer_menu_t li:last-child{
		display:none;
	}


	.footer_menu .footer_menu_t li a{
		display:block;
		padding:10px 0;
		margin:0 10px;
	}
	
	.copyright{
		clear:both;
		padding:10px;
		text-align:center;
	}
	
	.copyright small{
		width:auto;
	}
.header_logo img {

    width: 64px;
}
	

	
}

.grecaptcha-badge { visibility: hidden; }
