@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 840px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 1.9;
	color: #222;
}

h1, h2, h3, h4, h5, div, p, ul, ol, li, dl, dt, dd, a, span, img, figure {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

input, textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	color: #222;
}

input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

::-webkit-input-placeholder {
	color: #b7b7b7;
}

::-moz-placeholder {
	opacity: 1;
	color: #b7b7b7;
}

:-ms-input-placeholder {
	color: #b7b7b7;
}

.find {
	cursor: pointer;
}

.sp {
	display: none;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.right {
	text-align: right;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

address, em {
	font-style: normal;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: 0;
}

a {
	outline: none;
	color: #057dcd;
}

a.tel {
	text-decoration: none;
	color: #222;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#container {
	overflow: hidden;
}

.container {
	width: 800px;
	margin: 0 auto;
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	min-width: 840px;
	width: 100%;
	height: 75px;
	height: 115px;
	background: #fff;
	font-size: 0;
	line-height: 75px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}

#header .h_logo {
	display: inline-block;
	vertical-align: top;
	width: 192px;
}

#header h1 img {
	vertical-align: middle;
	width: 192px;
}

#header h1 a:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

#header .h_tel {
	display: inline-block;
	vertical-align: top;
	width: 608px;
	text-align: right;
}

#header .h_tel dl {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
}

#header .h_tel dt {
	height: 24px;
	margin-bottom: 5px;
	border-radius: 3px;
	background: #3cc2e8;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

#header .h_tel .tel {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	padding-left: 27px;
	background: url(../images/h_tel.png) no-repeat left / 20px auto;
	font-size: 22px;
	line-height: 22px;
}

#header .h_tel .line {
	display: inline-block;
	vertical-align: top;
	width: 68px;
	height: 24px;
	border-radius: 3px;
	background: #00b900;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}

#header .h_tel .line:hover {
	opacity: 0.6;
}

#header ul {
	display: table !important;
	width: 100%;
	border-right: solid 1px #ddd;
}

#header li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 1px;
	border-left: solid 1px #ddd;
}

#header li.this {
	box-shadow: 0 -3px 0 0 #3cc2e8 inset;
	box-shadow: 0 -3px 0 0 #057dcd inset;
}

#header li a {
	display: block;
	height: 40px;
	text-decoration: none;
	font-size: 16px;
	line-height: 34px;
	color: #222;
}

#header li a:hover {
	color: #3cc2e8;
}

#header li.this a {
	color: #222;
}

/* ---------------------------------------------------------
	CSS Document wrapper
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
	margin-top: 60px;
	margin-top: 110px;
	padding-top: 40px;
	background: url(../images/h_bg.png) no-repeat top;
}

@media only screen and (min-width: 1201px) {
	#wrapper {
		background-size: 100% 150px;
	}
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	background: #1e3d58;
	color: #e8eef1;
}

#footer ul {
	height: 50px;
	margin-top: 70px;
	background: #057dcd;
	font-size: 0;
	line-height: 50px;
}

#footer ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
	font-size: 14px;
	position: relative;
}

#footer ul li:not(:last-of-type):after {
	content: '';
	width: 1px;
	height: 13px;
	background: #e8eef1;
	position: absolute;
	top: 19px;
	right: -19px;
}

#footer a {
	text-decoration: none;
	color: #e8eef1;
}

#footer ul a:hover {
	text-decoration: underline;
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

#footer .container {
	padding: 30px 0;
}

#footer .f_left p {
	display: inline-block;
	vertical-align: middle;
	width: 72px;
	margin-right: 15px;
}

#footer .f_left dl {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	line-height: 1.6;
}

#footer .f_right {
	padding: 13px;
	background: #00b900;
	text-align: left;
	font-size: 11px;
	line-height: 1.2;
	color: #fff;
}

#footer .f_right p {
	display: inline-block;
	vertical-align: middle;
	width: 74px;
	height: 74px;
	margin-right: 10px;
	background: url(../images/f_qrcode.png) no-repeat 0 0;
}

#footer .f_right p img {
	display: none;
}

#footer .f_right dl {
	display: inline-block;
	vertical-align: middle;
}

#footer .f_right dt {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 1.4;
}

#footer .f_right dt img {
	width: 75px;
}

#footer address {
	border-top: solid 1px #466077;
	font-size: 12px;
	line-height: 35px;
	color: rgba(232, 238, 241, 0.4);
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 70px;
	height: 70px;
	overflow: hidden;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	background: rgba(5, 125, 205, 0.9);
	font-size: 0;
	color: #fff;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9;
	cursor: pointer;
}

#pagetop span {
	width: 24px;
	height: 24px;
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 28px;
	left: 23px;
}

#pagetop:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}
