@charset "utf-8";
/* CSS Document */

html,body{
	font-family:'Yu Gothic', YuGothic, '游ゴシック体', 'Meiryo', メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック Pro', sans-serif;
	height:auto;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
	color:#333333;
}
/*html{scroll-behavior: smooth;}*/
ul,ol,li,dl,dt,dd,p,strong{
	list-style:none;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:1em;
	line-height:100%;
	font-weight:normal;
}

img{
	border:none;
}
a{
	color:#000;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


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

@media screen and (max-width:750px){
	.pc{
		display:none;
	}
	.sp{
		display:inline;
	}
}

/*==================================================
  main contents
==================================================*/

/*--------------------------------------------------
  header
--------------------------------------------------*/
header{
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
	text-align: center;
	z-index: 2;
}
header #hearder_in{
	position: relative;
	width: auto;
	max-width: 900px;
	height: 100%;
	margin: 0 auto 0;
	padding:0 30px;
}
header #hd_rogo{
	position: absolute;
	display: block;
	overflow: hidden;
	width: 67px;
	height: 65px;
	background:url("../images/logo.png") 0 0 no-repeat;
	background-size: contain;
	margin-top: 20px;
	color: #FFFFFF;
	line-height: 0;
	text-indent: -10000px;
}
header #hd_rogo a{
	display: block;
	height: 100%;
}

header nav{
	position: absolute;
	right: 0;
	bottom: 0;
}
header nav ul{
	display: flex;
}
header nav ul li{
	display: block;
	font-size: 16px;
	font-weight: bold;
}
header nav ul li a{
	overflow: hidden;
	display: block;
	box-sizing: border-box;
	width: auto;
	min-width: 120px;
	height: 38px;
	background: #FFFFFF;
	border: #FFFFFF solid 1px;
	padding: 0 10px;
	line-height: 39px;
}
header nav ul li.active a,
header nav ul li a:hover{
	background: #464e55;
	border-color: #d8d8d8;
	color: #FFFFFF;
}

#hearder_in input[type="checkbox"]{
	display: none;
}

@media screen and (max-width:750px){
	
	.spNavi{
		display: block;
		position: absolute;
		right: 30px; top: 40px;
	}
	.spNavi span{
		display: block;
		width: 30px;
		height: 30px;
		cursor: pointer;
	}
	.spNavi span:before,
	.spNavi span:after{
		content: "";
		position:absolute;
		display: block;
		width: 100%;
		height: 0px;
		border: #484e55 0 solid;
	}
	.spNavi span:before{
		top: 5px;
		border-top-width: 3px;
	}
	.spNavi span:after{
		top: 13px;
		height: 5px;
		border-top-width: 3px;
		border-bottom-width: 3px;
	}
	
	#hearder_in input[type="checkbox"]:checked ~ nav ul li a{
		height: 60px;
		border-width: 1px;
	}
	#hearder_in input[type="checkbox"] ~ nav ul li a{
	}
	
	header{
		height: 80px;
	}
	header #hearder_in{
		padding:0 12px;
	}
	
	header #hd_rogo{
		width: 60px;
		height: 61px;
		margin-top: 10px;
	}
	
	header nav{
		position: absolute;
		top: 80px;
		width: 100%;
	}
	
	header nav ul{
		display: block;
	}
	header nav ul li a{
		width: 100%;
		min-width: 100%;
		line-height: 60px;
		height: 0px;
		background: rgba(255,255,255,0.9);
		border-width: 0;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
}

/*--------------------------------------------------
  footer
--------------------------------------------------*/
footer{
	width: 900px;
	background: #213542;
	margin: 0 auto;
	padding-bottom: 10px;
	color: #FFFFFF;
}
footer img{
	width: 100%;
}
footer .contactUs{
	float: left;
	background: url("../images/footer_contactus.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 180px;
	height: 48px;
	margin: 23px 0 0 28px;
}
footer .contactUs img{
	display: none;
}
footer .tel{
	float: left;
	width: 228px;
	height: auto;
	margin: 23px 0 0 26px;
	padding-top: 13px;
}
footer .mail{
	float: left;
	width: 180px;
	height: auto;
	margin: 23px 0 0 20px;
	padding-top: 17px;
}
footer .Copyright{ 
	clear: both;
	padding-right: 9px;
	text-align: right;
}
footer .Copyright img{
	width: 202px;
}

@media screen and (max-width:750px){
	footer{
		width: 100%;
	}
	footer .contactUs{
		float: none;
		background: none;
		width: 54.5%;
		height: auto;
		margin: 0 auto 0;
		padding-top: 5%;
	}
	footer .contactUs img{
		display: block;
	}
	footer .tel{
		float: none;
		width: 57%;
		height: auto;
		margin: 0 auto 0;
		padding-top: 4%;
	}
	footer .mail{
		float: none;
		width: 41.86%;
		height: auto;
		margin: 0 auto 0;
		padding-top: 4%;
	}
	footer .Copyright{
		width: 53.6%;
		height: auto;
		margin: 0 auto 0;
		padding-top: 3%;
	}
	footer .Copyright img{
		width: 100%;
	}
}


/*--------------------------------------------------
  section
--------------------------------------------------*/
section{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	z-index: 1;
}
section h2{
	width: 314px;
	border: #aaaaaa solid 3px;
	margin: 30px auto 22px;
	padding-top: 1px;
	font-size: 24px;
	line-height: 33px;
	font-weight: bold;
	text-align: center;
}
section .pageText{
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	font-weight: normal;
}
section.full{
	max-width: 100%;
}

@media screen and (max-width:910px){
	section{
		width: 92%;
	}
	section.full{
		width: 100%;
	}
}

@media screen and (max-width:750px){
	section{
		width: 92%;
		margin: 0 auto;
		z-index: 1;
	}
	section h2{
		font-size: 20px;
		margin-bottom: 25px;
	}
	section .pageText{
		font-size: 14px;
		line-height: 24px;
	}
	section.full{
		width: 100%;
	}

}


/*--------------------------------------------------
  logicImg
--------------------------------------------------*/
.logicImg{
	width: auto;
	max-width: 960px;
	margin: 0 auto;
}
.logicImg img{
	width: 100%;
	height: auto;
}


