@charset "utf-8";
html{
	min-width: 1024px !important;
}
body {
	font-family: YakuHanJP, "Noto Sans Japanese", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	background: #FFF;
	color: #000;
}
main {
	display: block;
}
main, section {
	position: relative;
	overflow: hidden;
	min-width: 1024px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
p {
	color: rgba(0,0,0,.8);
}
a {
	color: inherit;
	opacity: 1;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:visited {
	color: inherit;
}
a:active {
	color: inherit;
}
img {
	height: auto;
}
i {
	vertical-align: middle;
	line-height: 1;
}
.left {
	float: left;
}
.right {
	float: left;
}
.center {
	text-align: center;
}
.caution {
	color: #D50000;
	font-weight: bold;
}
/*----- STANDARD -----*/
[class*="viewport"] {
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.viewport-l {
	max-width: 1366px;
}
.viewport-m {
	width: 1024px;
}
.viewport-s {
	max-width: 768px;
}
.standard-h2 {
}
.section-spacing {
	padding-top: 100px;
	padding-bottom: 100px;
}
/*----- main -----*/
#sec-1 {
	background: url(../img/bg-1.png) no-repeat;
	background-size: cover;
	position: relative;
	height: 535px;
	overflow: hidden;
}
.img-1 {
	text-align: center;
}
#sec-1 .tel-w {
	position: absolute;
	right: 0;
	top: 0;
}
#sec-1 .btn-1 {
	position: absolute;
	top: 409px;
	left: 88px;
}
#sec-2 {
	background-image: url(../img/bar-1.png), url(../img/bg-2.png), url(../img/bg-3.png);
	background-size: auto, cover, auto;
	background-position: center -6px, center 2px, left top;
	background-repeat: repeat-x, no-repeat, repeat;
	height: 520px;
}
#sec-2 .bar-1 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: 19px;
	text-shadow: 0 0 6px #6f6f6f;
}
#sec-2 .img-1 {
	position: relative;
	top: 90px;
}
#sec-3 {
	background: url(../img/bg-3.png) repeat;
}
#sec-3 .p1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 35px 0;
}
#sec-4 {
	background: url(../img/bg-4.png) no-repeat;
	background-size: cover;
	padding-bottom: 30px;
}
#sec-4 .img-1 {
	padding: 30px 0;
}
#sec-4 .t-1 {
	background: url(../img/bg-5.png) no-repeat center;
	background-size: cover;
	height: 517px;
	width: 940px;
	margin: 0 auto;
}
#sec-4 .t-1 table {
	width: 90%;
	max-width: 850px;
	font-size: 15px;
	margin: 0 auto;
	line-height: 20px;
	position: relative;
	top: 104px;
}
#sec-4 .t-1 table th {
	background: #dfdfdf;
	padding: 13px 10px;
	width: 25%;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
}
#sec-4 .t-1 table td {
	width: 25%;
	border: 1px solid #d0d0d0;
	vertical-align: middle;
	text-align: center;
}
#sec-4 .t-1 table .t-m {
	background: #d1e8ff;
}
#sec-4 p {
	font-weight: bold;
	font-size: 15px;
	padding: 10px 86px;
}
.toi {
	background: url(../img/bg-6.png) no-repeat;
	background-size: cover;
}
.toi .viewport-m {
	background: url(../img/ct1.png) no-repeat center 24px;
	height: 233px;
	position: relative;
}
.toi .tel-w {
	position: absolute;
	left: 205px;
	top: 106px;
}
.toi .btn-1 {
	position: absolute;
	right: 53px;
	top: 95px;
}
#form {
	background-image: url(../img/bar-1.png), url(../img/bg-3.png);
	background-size: auto, auto;
	background-position: center -6px, center top;
	background-repeat: repeat-x, repeat;
	padding-bottom: 50px;
}
#form .bar-1 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: 19px;
	text-shadow: 0 0 6px #6f6f6f;
}
.mailform {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.mailform th {
	background: #c6e3ff;
	border: 1px solid #bababa;
	padding: 10px 20px;
	vertical-align: middle;
	text-align: left;
}
.mailform td {
	vertical-align: middle;
	padding: 20px;
	border: 1px solid #bababa;
	background: #fff;
	text-align: left;
}
.require {
	font-size: 12px;
	font-weight: normal;
	background: #ff9b5f;
	padding: 2px 5px;
	float: right;
	margin-right: 5px;
	color: #fff;
}
.submit {
	background: url(../img/btn3.png);
	width: 176px;
	height: 61px;
	display: block;
	border: none;
	margin: 10px auto;
}
#form p {
	font-weight: bold;
	font-size: 18px;
	padding: 110px 0 30px;
	text-align: center;
}
#sec-5 {
	text-align: center;
	background: #D2E9FF;
	padding: 30px 50px;
}
#sec-5 p {
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0 30px;
}
#sec-5 h3 {
}
#sec-5 figure {
	width: 300px;
}
#sec-5 table {
	max-width: 700px;
	width: 60%;
}
#sec-5 th {
	background: #efefef;
	padding: 13px 10px;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	width: 120px;
}
#sec-5 td {
	background: #fff;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	text-align: left;
	padding-left: 30px;
}
/*----- FOOTER -----*/
#copyright {
	background: #2A8ACA;
	text-align: center;
	font-size: 12px;
	padding: 8px 0;
	min-width: 1024px;
}
#main-footer {
}
