@charset "utf-8";
/************************************************************************************************************************************
	#wrapper	-CommonSetting-
************************************************************************************************************************************/
#wrapper {
}
.is_lower #wrapper {
	background-color: #f2f4f5;
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#wrapper {
	}
}




/************************************************************************************************************************************
	header	-CommonSetting-
************************************************************************************************************************************/
#header {

position: absolute;
top:0; left:0;
z-index: 10000;

	width: 100%;
	margin: 0 auto;
}

#header .header_bg {
	background-color: rgba(255, 255, 255, 1.0);
}

#header #header_content {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	padding: 18px 0px 21px 0px;
	margin-left: auto;
	margin-right: auto;
}
#header #header_content .ttl {
	display: block;
	width: 268px;
}


@media print, screen and (min-width: 768px) {
	#header #header_content {
		padding-left: 40px;
	}
}
@media screen and (max-width: 767px) {
	#header .header_bg {
	}

	#header #header_content {
		padding: 20px 0px 20px 10px;
	}

	#header #header_content .ttl {
		width: 238px;
	}
}






/************************************************************************************************************************************
	header	#nav
************************************************************************************************************************************/
#header #nav {
	box-sizing: border-box;
	position: relative;
	z-index: 100000;
	width: 100%;
	margin: 0 auto;
}

#header #nav ul {
	width: 100%;
	margin: 0 auto;
}


#header #nav ul li {
}
#header #nav ul li a {
	display: block;
	font-size: 15px;
	font-weight: 400;
}


@media print, screen and (min-width: 768px) {
	#header #nav {
		position: static;
		width: auto;
		margin: 0;
	}

	#header #nav ul {
		width: auto;
	}

	#header #nav ul li {
		margin-left: 42px;
	}
	#header #nav ul li:first-child {
		margin-left: 0;
	}
	#header #nav ul li a {
		display: block;
		color: #33333b;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 1px;
	}

	#header #nav ul li:last-child {
		width: 220px;
	}
	#header #nav ul li:last-child a {
		position: absolute;
		top: 0; right: 0;
		overflow: hidden;
		text-indent: -99999px;
		width: 220px;
		height: 220px;
		background-image: url('../img/header_mail2.png');
		background-size: cover;
		background-position: right top;
		background-repeat: no-repeat;
	}

	#header #nav ul li.sp-only {
		display: none;
	}
}


#header #nav #navi_close,
#header #navi_open {
	display: none;
}
#glay_layer {
	display: none;
	width: 0;
	height: 0;
	position: fixed;
	z-index: 9500;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #444;
	background-color: rgb(51,51,51);
	background-color: rgba(51,51,51,0.7);
	opacity: 0.7;
}


@media screen and (max-width: 767px) {
	#header #navi_open {
		display: block;
		position: absolute;
		top: 24px;
		right: 5px;
		z-index: 100010;
		padding: 5px;
		border-radius: 0.5em;
	}
	#header #navi_open img {
		vertical-align: middle;
		width: 28px;
		height: 28px;
	}

	#header #nav {
		display: none;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		z-index: 100010;
		top: 0;
		right: 0;
		width: 80%;
		height: 100%;
		padding: 0;
		margin: 0 0 5px;
		background: none;
		background-color: #FFF;
		border: none;
/*		border-left: solid 1px #333;*/
	}

	#header #nav #navi_close {
		position: relative;
		display: block;
		color: #FFF;
		font-size: 125%;	/* 基準=16px -> 20px */
		font-family: 'Slabo 27px', serif;
		text-indent: 0.8em;
		width: 100%;
		padding: 21px 0 16px;
		background-color: #063a6c;
	}
	#header #nav #navi_close a {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 3px;
		display: block;
		width: 32px;
		height: 32px;
		margin: auto 0;
	}

	#header #nav ul li a.hide {
		display: block;
	}
	#header #nav #navi_close a img {
		float: left;
		vertical-align: middle;
		width: 100%;
		height: auto;
	}
	#header #nav ul {
		display: block;
		width: 100%;
	}
	#header #nav ul li {
		float: none;
		width: 100%;
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
		border: none;
		background: none;
	}
	#header #nav ul li.sp-only {
		display: block;
	}

	#header #nav ul li.contact_link, 
	#header #nav ul li a .en {
		display: none;
	}

	#header #nav ul li a, 
	#header #nav ul li:first-child a, 
	#header #nav ul li:last-child a, 
	#header #nav ul li.pc-last a {
		display: block;
		color: #333;
		font-size: 15px;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		width: 100%;
		padding: 1em 0 1em 1em;
		margin: 0;
		background-image: none;
		border: none;
		border-bottom: solid 1px #000f58;
	}

	#header #nav ul li a img {
		display: none
	}
	#header #nav ul li a:hover {
		color: #FFF;
		text-decoration: none;
		background-color: rgba(255, 255, 255, 0.5);
	}
}






/************************************************************************************************************************************
	footer	-CommonSetting-
************************************************************************************************************************************/
#footer {
	position: relative;
}

#footer .bg_01 {
	background-color: #161f27;
}

#footer .footer_content_inner {
	position: relative;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	line-height: 0;
	width: 100%;
	max-width: 960px;
	padding: 0px 0 0;
	margin: 0 auto;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#footer {
	}
	#footer .footer_content_inner {
		width: calc(100% - 30px);
	}
}




/**	footer	.content_01	*****************************************************************/
#footer .content_01 {
}

#footer .content_01 .f_nav {
	padding: 50px 0 40px;
	border-bottom: solid 1px #606060;
}
#footer .content_01 .f_nav li {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
}
#footer .content_01 .f_nav li a {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}



@media print, screen and (min-width: 768px) {
	#footer .content_01 .f_nav {
		text-align: left;
		padding: 57px 0 47px;
		border-bottom: solid 1px #5c6368;
	}
	#footer .content_01 .f_nav li {
		display: block;
		float: left;
		line-height: 1;
		letter-spacing: 0px;
		margin-right: 36px;
	}
	#footer .content_01 .f_nav li:last-child {
		float: right;
		margin-right: 0;
		padding: 4px 0px 4px 6px;
		border-left: solid 1px #5c6368;
	}
	#footer .content_01 .f_nav li:last-child a {
		font-size: 13px;
		font-weight: 400;
	}

}
@media screen and (max-width: 767px) {
	#footer .content_01 .f_nav {
		padding: 30px 20px 40px;
	}

	#footer .content_01 .f_nav li {
		float: left;
		width: 50%;
		margin-top: 15px;
	}
	#footer .content_01 .f_nav li:nth-child(2n) {
		float: right;
	}


}






/**	footer	.f_logo	*****************************************************************/
#footer .content_01 .f_logo {
	max-width: 270px;
	padding: 93px 0 47px;
	margin: 0 auto;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#footer .content_01 .f_logo {
		padding: 30px 0 30px;
	}
}






/**	footer	#go_top_btn	*****************************************************************/
#footer #go_top_btn {
/*
	position: absolute;
	z-index: 10;
	right: 0;
	top: -29px;
	display: block;
	width: 60px;
	height: 60px;
	margin-left: auto;
*/
}
#footer #go_top_btn a {
	display: block;
/*
	width: 60px;
	height: 60px;
*/
text-align: center;
width: 100%;
padding: 22px 0;
background-color: #222a32;
}
#footer #go_top_btn a img {
/*
	width: 100%;
	height: auto;
*/
width: 62px;
height: 36px;
}

@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#footer #go_top_btn {
	}
}






/**	footer	copy	*****************************************************************/
#footer p.copy {
	line-height: 1;
	text-align: center;
	padding: 0px 0 32px;
}
#footer p.copy small {
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Lato' , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	letter-spacing: 0.5px;
	line-height: 1;
	vertical-align: middle;
}


@media screen and (max-width: 767px) {
	#footer p.copy {
		padding: 20px 0 20px;
	}
	#footer p.copy small {
		font-size: 11px;
		letter-spacing: 0.5px;
	}
}




/************************************************************************************************************************************
	#contents	-CommonSetting-
************************************************************************************************************************************/
#contents {
	width: 100%;
}
.is_lower #contents {
	margin-bottom: 100px;
}


@media print, screen and (min-width: 768px) {
	#contents {
		padding-top: 90px;
	}
}
@media screen and (max-width: 767px) {
	#contents {
		padding-top: 85px;
	}
}
