@charset "utf-8";
/* -------------------- common -------------------- */

html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #000000;
	word-wrap: break-word;
}

.ff_meiryo{
	font-family: メイリオ, Meiryo,游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
}
pre{
	margin: 0;
}

.inner {
	width: 1200px;
	max-width: 95%;
	margin: 0 auto;
}

.clear:after{
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.invisible {
	-webkit-transition: transform 1.2s ease, opacity 1.2s ease;
	-moz-transition: transform 1.2s ease, opacity 1.2s ease;
	-ms-transition: transform 1.2s ease, opacity 1.2s ease;
	-o-transition: transform 1.2s ease, opacity 1.2s ease;
	transition: transform 1.2s ease, opacity 1.2s ease;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0.0;
}

.visible {
	-webkit-transition: transform 1.2s ease, opacity 1.2s ease;
	-moz-transition: transform 1.2s ease, opacity 1.2s ease;
	-ms-transition: transform 1.2s ease, opacity 1.2s ease;
	-o-transition: transform 1.2s ease, opacity 1.2s ease;
	transition: transform 1.2s ease, opacity 1.2s ease ;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1.0;
}


/* -------------------- header -------------------- */

header {
	width: 100%;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding-bottom: 2px;
}

.header_box{
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.header_logo>a{
	display: block;
}

.header_logo>a:hover{
	opacity: 0.8;
}

.header_logo>a>img{
	display: block;
}

.header_mail,
.header_language{
	width: 134px;
	height: 123px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.header_mail{
	padding-bottom: 19px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: -moz-linear-gradient(left, #009bdd 0%, #004e98 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#009bdd), color-stop(100%,#004e98));
	background: -webkit-linear-gradient(left, #009bdd 0%, #004e98 100%);
	background: -o-linear-gradient(left, #009bdd 0%, #004e98 100%);
	background: -ms-linear-gradient(left, #009bdd 0%, #004e98 100%);
	background: linear-gradient(to right,#009bdd 0%, #004e98 100%);
}

.header_mail:hover{
	opacity: 0.8;
}

.header_mail img{
	display: block;
	margin: 0 auto;
}

.header_mail p{
	font-size: 1.6rem;
	line-height:1;
	color: #ffffff;
	margin-top: 27px;
}

.header_language{
	background-color: #ffffff;
	padding-bottom: 21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header_language img{
	display: block;
	margin: 0 auto;
}

.header_language_btn{
	margin-top: 21px;
}

.header_language_btn a{
	font-size: 1.4rem;
	line-height: 1;
	color: #000000;
	padding: 0 6px;
}

.header_language_btn a>span{
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
}

.header_language_btn a:hover>span{
	border-bottom: 1px solid #000000;
}

.header_logo{
	margin-left: 37px;
}

.header_shadow{
	-moz-box-shadow: 0 4px 7px #cccfd0;
	-webkit-box-shadow: 0 4px 7px #cccfd0;
	box-shadow: 0 4px 7px #cccfd0;
}

nav{
	flex: auto;
}

.nav_list{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	margin-right: 45px;
}

.nav_list>li{
	margin-right: 35px;
	text-align: center;
}

.nav_list>li.nav_item_last{
	margin-right:0;
}

.nav_list a{
	font-size: 1.6rem;
	color: #000000;
	border-bottom: 1px solid transparent;
	padding: 3px 0;
}

.nav_list a:hover{
	border-bottom: 1px solid #000000;
}

.header_nav_br{
	display: none;
}

.d-menu {
	display: none;
	position: relative;
	width: 60px;
	height: 60px;
}

.panel-btn {
	width: 60px;
	height: 60px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0067af;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.panel-btn-icon {
	position: relative;
	display: block;
}
.panel-btn-icon,
.panel-btn-icon:before,
.panel-btn-icon:after{
	width: 30px;
	height: 3px;
	background: #FFF;
	transition: .2s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.panel-btn-icon:before {
	margin-top: -10px;
}

.panel-btn-icon:before, .panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transition: .3s;
}

.panel-btn-icon:before {
	margin-top: -10px;
}

.panel-btn-icon:after {
	margin-top: 8px;
}

.panel-btn .close {
	background: transparent;
}

.panel-btn .close:before {
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(
			-45deg);
	transform: rotate(
			-45deg);
}

.panel-btn .close:after {
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(
			-135deg);
	transform: rotate(
			-135deg);
}

.panel-btn .close:before, .panel-btn .close:after {
	margin-top: 0;
}

.header_pad_display{
	display: none !important;
}

/* -------------------- footer -------------------- */

footer{
	padding: 130px 20px 120px;
	background-color: #1e479d;
}

.footer_logo_box{
	text-align: center;
}

.footer_logo_box a{
	display: inline-block;
}

.footer_logo_box a>img{
	display: block;
}

.footer_list01,
.footer_list02{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

.footer_list01{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-top: 42px;
}

.footer_list01 li{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 34px;
}

.footer_list01 li>a,
.footer_list02 li a{
	font-size: 1.6rem;
	color: #ffffff;
}

.footer_list01 li>a{
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
}

.footer_list01 li>a:hover{
	border-bottom: 1px solid #ffffff;
}

.footer_list02{
	margin-top: 30px;
}

.footer_list02 li:first-of-type{
	margin-right: 48px;
}

.footer_list02 li a{
	padding-left: 21px;
	background: url("../img/footer_arrow01.png") no-repeat left center;
}

.footer_list02 li a>span{
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
}

.footer_list02 li>a:hover span{
	border-bottom: 1px solid #ffffff;
}

.footer_display_pad_block{
	display: none;
}

.copy_right{
	text-align: center;
	font-size: 1.4rem;
	color: #ffffff;
	margin-top: 60px;
}

.page_top{
	display: none;
	position: fixed;
	right: 47px;
	bottom: 200px;
	width: 58px;
	height: 58px;
}

.page_top:hover{
	opacity: 0.8;
}

@media only screen and (max-width: 1500px){
	.header_nav_br{
		display: block;
	}
}

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

	/* -------------------- header -------------------- */

	.header_logo {
		width: 160px;
		margin-left: 25px;
	}
	.nav_list{
		margin-right: 25px;
	}

	.nav_list>li {
		margin-right: 20px;
	}

	.header_mail, .header_language{
		width: 115px;
		height:115px
	}

	.nav_list a,
	.header_mail p
	{
		font-size: 1.4rem;
	}

	.header_mail{
		padding-bottom: 25px;
	}

	.header_mail p
	{
		margin-top: 18px;
	}

	.header_language_btn{
		margin-top: 18px;
	}
}

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

	/* -------------------- header -------------------- */

	.header_logo{
		flex: auto;
		margin-left: 0;
	}

	.header_logo>a{
		width: 160px;
	}

	nav,
	.header_mail p,
	.header_language,
	.header_mail_inner>img:first-of-type{
		display: none;
	}

	.header_mail{
		padding: 0;
		justify-content: center;
		align-items: center;
		width: 60px;
		height: 60px;
		background: none;
		border: 2px solid #0067af;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		margin-right: 15px;
	}
	.d-menu {
		display: block;
	}

	.header_pad_display{
		display: block !important;
	}

	.header_box{
		padding: 15px 0;
		max-width: 95%;
		margin: 0 auto;
	}

	header{
		padding-bottom: 0;
		border-bottom: 2px solid transparent;
	}

	.header_shadow {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-bottom: 2px solid #0067af;
	}

	nav {
		position: fixed;
		z-index: 999;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background-color: #0067af;
	}

	.nav_list li a {
		display: block;
		color: #ffffff;
		padding: 25px;
	}

	.nav_list{
		flex-wrap: wrap;
		margin-right: 0;
	}

	.nav_list>li {
		margin-right: 0;
		width: 100%;
		border-bottom: 1px solid #ffffff;
		text-align: left;
	}

	.header_lbtn_pad a{
		width: 50%;
		display: inline-block !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center !important;
	}

	.header_lbtn_pad a:first-of-type{
		border-right: 1px solid #ffffff;
	}

	.header_nav_br{
		display: none;
	}
}

@media only screen and (max-width: 1024px){
	/* -------------------- footer -------------------- */

	footer {
		padding: 100px 0;
	}

	.page_top {
		width: 50px;
		height: 50px;
		right: 30px;
		bottom: 130px;
	}
}

@media only screen and (max-width: 1023px){
	/* -------------------- footer -------------------- */

	footer {
		padding: 80px 0;
	}

	.footer_logo_box a{
		width: 130px;
	}

	.footer_list01{
		width: 90%;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 40px auto -15px;
		overflow: hidden;
	}

	.footer_list01 li{
		width: 50%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.footer_list01 li:nth-of-type(2n){
		padding-left: 15px;
	}

	.footer_list01 li:nth-of-type(2n+1){
		border-right: 1px solid #ffffff;
		padding-right: 15px;
	}

	.footer_list01 li a {
		padding-bottom: 0;
	}

	.footer_list02 li a {
		padding-left: 15px;
	}

	.footer_list02 li a > span{
		padding-bottom: 0;
	}

	.footer_list02 li:first-of-type {
		margin-right: 30px;
	}

	.copy_right{
		margin-top: 50px;
	}

	.page_top {
		width: 40px;
		height: 40px;
		right: 20px;
	}

	.footer_display_pad_block{
		display: block;
	}
}

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

	/* -------------------- header -------------------- */

	.header_mail,
	.d-menu,
	.panel-btn{
		width: 50px;
		height: 50px;
	}

	.header_mail img {
		width: 28px;
	}

	.header_box {
		padding: 12px 0;
	}

	.header_logo>a {
		width: 150px;
	}

	.nav_list li a {
		padding: 20px 2.5%;
	}

	.panel-btn-icon,
	.panel-btn-icon:before,
	.panel-btn-icon:after{
		width: 28px;
		height: 2px;
	}

	.header_mail {
		margin-right: 12px;
	}

	/* -------------------- footer -------------------- */

	footer {
		padding: 60px 0;
	}

	.footer_logo_box a {
		width: 100px;
	}

	.footer_list01{
		width: 100%;
		margin: 30px auto -15px;
	}

	.footer_list02 {
		margin-top: 25px;
	}

	.footer_list01 li>a,
	.footer_list02 li a {
		font-size: 1.4rem;
	}

	.footer_list01 li>a{
		padding: 0;
	}

	.footer_list02 li>a>span{
		padding: 0;
	}

	.footer_list01 li{
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.copy_right{
		font-size: 1.2rem;
		margin-top: 40px;
	}

	.page_top {
		bottom: 100px;
	}
}

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

	.inner{
		width: 90%;
	}

	/* -------------------- header -------------------- */

	.header_box {
		padding: 10px 0;
		max-width: 90%;
	}

	.header_logo>a {
		width: 120px;
	}

	.header_mail, .d-menu, .panel-btn {
		width: 40px;
		height: 40px;
	}

	.header_mail {
		margin-right: 10px;
	}

	.header_mail img {
		width: 24px;
	}

	.nav_list li a{
		padding: 15px 5%;
	}

	.panel-btn-icon,
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		width: 22px;
		height: 2px;
	}

	.panel-btn-icon:before {
		margin-top: -8px;
	}

	.panel-btn-icon:after {
		margin-top: 6px;
	}

	.header_nav_br{
		display: block;
	}

	/* -------------------- footer -------------------- */
	footer{
		padding: 50px 0;
		text-align: center;
	}

	.footer_logo_box a {
		width: 80px;
	}

	.footer_list01{
		margin: 25px auto -10px;
	}
	
	.footer_list01 li{
		margin-bottom: 10px;
		width: 100%;
		padding: 0 !important;
		border: none !important;
	}

	.footer_list01 li:nth-of-type(2n){
		padding-left: 10px;
	}

	.footer_list01 li:nth-of-type(2n+1){
		padding-right: 10px;
	}

	.footer_list02 {
		display: block;
		margin-top: 20px;
	}

	.footer_list02 li{
		width: auto;
	}

	.footer_list02 li a {
		padding-left: 12px;
	}

	.footer_list02 li:first-of-type {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.copy_right{
		margin-top: 30px;
	}

	.page_top {
		width: 35px;
		height: 35px;
		right: 10px;
		bottom: 60px;
	}
}
