﻿html, body {
	font-family: kozuka-gothic-pro, sans-serif;
	text-align: center;
	background-color: #FFF;
	font-size: 16px;
	color: #333;
	line-height: 1.3;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.arrow_head{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 32.5px 0 32.5px;
	border-color: #00a0ae transparent transparent transparent;
	line-height: 0px;
	_border-color: #00a0ae #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.arrow_body{
	background-color: #00a0ae;
	width: 40px;
	margin-right: auto;
	margin-left: auto;
}
.mo{
	display: none;
}
.pc {
	display: inline;
}


header {
	position: relative;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 83px;
}
#st_logo {
	width: 164px;
	height: 36px;
	margin-top: 27px;
	float: left;
}
#head_sns {
	float: right;
	margin-top: 17px;
}
#head_sns li {
	display: inline-block;
	margin-left: 12px;
}
.icon_head {
	width: 40px;
	height: 49px;
}

section {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#bottom {
	width: 100%;
	min-width: 1200px;
}
#bottom img {
	width: 100%;
}
footer {
	width: 1200px;
	min-width: 100%;
	background-color: #194a56;
	padding-bottom: 50px;
	position: relative;
}
#foot_data {
	width: 1200px;
	text-align: right;
	font-size: 12px;
	color: hsla(0,0%,100%,1.00);
	padding-top: 12px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
}
#logo_company {
	width: 175px;
	height: 52px;
	display: block;
}
#foot_data div {
	font-size: 22px;
	font-weight: bold;
}
#logo_f {
	width: 164px;
	height: 36px;
	margin-bottom: 18px;
}


#foot_data a {
	color: hsla(0,0%,100%,1.00);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#foot_data a:hover  {
	color: hsla(31,100%,44%,1.00);
	
}


@media (max-width:540px){
.pc{
	display: none;
}
.mo{
	display: inline;
}

header {
	width: 100%;
	min-width: 540px;
	position: fixed !important;
	margin-bottom: 50px;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	z-index: 20;
	background-color: hsla(0,0%,100%,1.00);
	-webkit-box-shadow: 0px 5px 5px hsla(0,0%,0%,0.26);
	box-shadow: 0px 5px 5px hsla(0,0%,0%,0.26);
}
#st_logo {
	width: 164px;
	height: 36px;
	margin-top: 27px;
	float: left;
	margin-left: 183px;
}
#head_sns {
	float: right;
	margin-top: 17px;
	margin-right: 129px;
	position: relative;
	z-index: 100;
	display: none;
}
#head_sns li {
	display: inline-block;
	margin-left: 12px;
}
.icon_head {
	width: 40px;
	height: 51px;
}

section {
	width: 540px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#bottom {
	width: 540px;
	min-width: 540px;
}


footer {
	width: 100%;
	min-width: 540px;
	background-color: #194a56;
	padding-bottom: 50px;
	position: relative;
}
#foot_data {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	color: hsla(0,0%,100%,1.00);
}
#logo_company {
	width: 175px;
	height: 52px;
	display: block;
}
#foot_data a {
	color: hsla(0,0%,100%,1.00);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#foot_data a:hover  {
	color: hsla(31,100%,44%,1.00);
	
}
}
