@charset "utf-8";
header {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 10000;
    top: 0px;
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

h1{
	color:#eb5616;
	display: table-cell;
	vertical-align: middle;
	font-size: 0;
}
h1 img{
	width: 60px;
}
nav{
	display: table-cell;
	vertical-align: middle;
}
.hdInner{
	max-width: 900px;
	width: 100%;
    display: table;
    margin: 0 auto;
}
.wrapper{
	margin: 0 auto;
    height: 0;
    padding-top: 70%;
    background: url(../images/homepage-4_01.jpg);
    background-size: cover;
    background-position-y: 38%;
    position: relative;
    background-repeat: no-repeat;
}
.content{
	position: absolute;
    width: 100%;
    top: 45%;
    background: rgba(255, 255, 255, 0.9);
}
.navigation ul{
	margin-left: 100px;
}
.navigation ul li{
    display: table-cell;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    width: 180px;
    border-right: 2px solid #f2f2f2;
}
.navigation ul li a{
    color: #404040;
    text-decoration: none;
}
.navigation ul li:last-child{
	border-right:none;
}
.mv{
	background-image: url("../images/homepage2_03.png");
	background-size: cover;
	padding-top: 32.64%;
	position: relative;
	border-bottom: 1px solid #eb5616;
}
.mv img.mvText{
	position: absolute;
    top: 30%;
    left: 7%;
	width: 50%;
}
.mainText,
.section1,
.section2,
.mailform{
    max-width: 900px;
    margin: 0 auto;
    padding-top: 100px;
}
.mainText{
	font-size: 20px;
	line-height: 2em;
	text-align: center;
}
.mailform{
    padding-top: 0px;
}

.section1 .sInner,
.section2 .sInner,
.section3 .sInner,
.section4 .sInner{
    width: 100%;
}

.section1 .sInner h2,
.section2 .sInner h2,
.section3 .sInner h2,
.section4 .sInner h2{
	text-align: center;
	color: #eb5616;
	font-size: 26px;
	margin: 0 auto;
	margin-bottom: 50px;
	border-bottom: 2px solid #eb5616;
	width: 30%;
	padding-bottom: 10px;
}
.sInner p:first-of-type{
    margin-bottom: 50px;
}
.section1 .sInner p{
	text-align: center;
}
.section1 .sInner ul li a p:first-of-type{
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: 700;
}
.section1 .sInner ul li a p:nth-of-type(2){
    font-size: 10px;
    border: 1px solid #eb5616;
    width: 50%;
    padding: 5px;
    margin: 0 auto;
    font-weight: 700;
}

.section1 .sInner ul{
	text-align: center;
}

.section1 .sInner ul li{
	list-style-type: none;
    display: inline-block;
    margin-bottom: 7%;
    margin-right: 7%;
}
.section1 .sInner ul li:nth-child(n+3){
	margin-bottom: 0;
}
.section1 .sInner ul li:nth-child(3),
.section1 .sInner ul li:nth-child(6){
	margin-right: 0;
}

.section1 .sInner ul li img{
	width: 30%;
}
.section1 .sInner ul li a{
	display: block;
    padding: 30px 0;
    border-radius: 5px;
    box-shadow: 0 2px 4px -1px #c1c1c1;
    width: 250px;
    color: #eb5616;
    text-decoration: none;
	background: #fff;
}

.section2 .sInner table{
    text-align: left;
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
}
.section2 .sInner table th,
.section2 .sInner table td{
	border-bottom: 1px solid #eb5616;
	padding: 30px 45px;
}
.section2 .sInner table td{

}
.section2 .sInner table th{
	font-weight: normal;
}
.section2 iframe{
	margin-top: 50px;
}