@charset "UTF-8";

.pc_displaynone{
	display: none;
}
.inner_contents{
	margin:0 auto;
}
.inner_width{
	width:950px;
}
#pageTop {
  position: fixed;
  bottom: 60px;
  right: 80px;
  width: 80px;
	z-index:999;
	opacity: 0.9;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#pageTop img {
	
}


/*ヘッダ*/
.header{
	background: rgba(255,255,255,0.7);
	border-top:4px solid #004396;
	height:120px;
}
.header_inner{
}
.header_left, .header_right{
	position: relative;
	display: inline-block;
	width:27%;
	height:120px;
}
.header_right{
	width:72%;
	float:right;
}
.header_left img{
	width:200px;
}
.header_menu_item{
	display: inline-block;
	margin-left:5px;
	width:14%;
	text-align: center;
	border-bottom:3px solid #DCDDDD;
}
.header_menu_item:hover{
	border-bottom:3px solid #F1C533;
}
.header_menu_block{
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 2em;
}
.header_logo_block{
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 4.5em;
}
.menu_inquiry{
	float:right;
	border:2px solid #DCDDDD;
	padding:5px;
	width:21%;
	vertical-align: middle;
	margin-top:-7px;
}
.menu_inquiry:hover{
	padding:5px;
	border:2px solid #F1C533;
}
.menu_inquiry img{
	width:25px;
	margin-bottom:2px;
	vertical-align: middle;
}
.menu_inquiry.active{
	background: #79A1AA;
	border:none;
	color:#fff;
}
.menu_inquiry.active:hover{
	background: #79A1AA;
	border:none;
}


/*フッタ*/
.footer{
	padding:40px 0 30px;
	margin-top:80px;
}
.footer_logo_block img{
	width:200px;
}
.footer_logo_block, .footer_menu_block, .footer_contact_block{
	display: inline-block;
	vertical-align: top;
	margin-right:8%;
	width:14%;
}
.footer_logo_block{
	width:36%;
}
.footer_contact_block{
	margin:0;
	float:right;
	width:30%;
}
.footer_contact_block .footer_contact{
	display: inline-block;
	vertical-align: top;
	width:49%;
	padding-left:1%;
}
.footer_contact_block .footer_contact img{
	width:100%;
}
.copyright_block{
	position: relative;
	margin-top:40px;
}
.copyright{
	position: absolute;
	top:-0.7em;
	padding-right:10px;
}
.copyright_line{
	width:100%;
	height:1px;
	background-color: #9FA0A0;
}

.footer_menu_head{
	border-bottom:1px solid #9FA0A0;
	
}
.footer_menu{
	margin-top:5px;
}




/*タブレット CSS*/
@media screen and (min-width:768px) and ( max-width:1024px) {
.footer_menu_block{
	width:18%;
	margin-right: 5%;
}
	.font_s{
		font-size:0.8em;
	}
}



/*スマホ CSS*/
@media screen and (max-width: 670px)  {

.inner_width{
	width:90%;
}
.font_lll{
	font-size:1.2em;
}
.font_ll{
	font-size:1.5em;
}
.font_l{
	font-size:1.4em;
}
.font_ml{
	font-size:1.1em;
}
.font_m{
	font-size:1em;
	line-height:1.5em;
}
.font_s{
	font-size:0.8em;
}
.font_ss{
	font-size:0.7em;
	line-height: 1.4em;
}
.font_sss{
	font-size:0.6em;
	line-height: 1.4em;
}
	
	

/*ヘッダ*/
.header{
	height:80px;
	background: rgba(255,255,255,0.7);
	border-top:4px solid #004396;
}
.header_inner{
}
.header_left, .header_right{
	position: relative;
	display: block;
	width:100%;
	height:80px;
}
.header_right{
	width:100%;
	float:none;
	display: none;
}
.header_left img{
	width:200px;
}
.header_menu_item{
	display: none;
}

.header_logo_block{
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 3em;
}


/*フッタ*/
.footer{
	padding:20px 0 30px;
	margin-top:80px;
}
.footer_logo_block img{
	width:200px;
}
.footer_logo_block, .footer_menu_block, .footer_contact_block{
	display: block;
	margin-right:0;
	width:90%;
	margin:0 auto;
}
.footer_contact_block{
	float:none;
	margin-top:20px;
}
.footer_contact_block .footer_contact{
	display: inline-block;
	width:49%;
	padding-left:0;
}
.footer_contact_block .footer_contact img{
	width:100%;
}
.footer_menu_block{
	margin:40px auto;
	}
.footer_menu_head{
	border-bottom:1px solid #9FA0A0;
}
.footer_menu{
	margin-top:10px;
}

.copyright_block{
	position: relative;
	margin-top:40px;
	text-align: center;
}
.copyright{
	position: relative;
	top:0;
	margin-right:0;
	text-align: center;
}
.copyright_line{
	width:100%;
	height:1px;
	margin-bottom: 10px;
}

.footer_menu_head{
	border-bottom:1px solid #000;
	
}
.footer_menu{
	margin-top:5px;
}

	
.mobile_displaynone{
		display: none;
	}
.pc_displaynone{
	display: block;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
}
}