#main {
	background-image: url(images/main.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	height: 380px;
	padding-top: 35px;
	max-width: 1300px;
	min-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 60px;
	padding-right: 25px;
	padding-left: 25px;
}
#main h1 {
	font-size: 54px;
	line-height: 60px;
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: italic;
	color: #093b74;
}
#main #sub  {
	font-size: 18px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: normal;
	text-decoration: underline;
	color: #093b74;
	padding-bottom: 30px;
}
#main-box {
	width: 430px;
}
#main  .catch {
	font-size: 22px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 32px;
	padding-bottom: 20px;
}
#main p {
	font-size: 12px;
	line-height: 32px;
}
#vr .vr-box {
	padding-bottom: 100px;
}


.contents{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}

.contents h2{
	font-size: 24px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #051e55;
	text-align: center;
	margin-bottom: 60px;
}
.contents h3{
	font-size: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-bottom: 15px;
}
.contents h3 i {
	color: #164E8B;
}
.contents table .accent {
	background-color: #e3f3ff;
}
.contents table td {
	font-size: 14px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 18px;
}
.contents table a {
	color: #126fc5;
	text-decoration: underline;
	line-height: 20px;
}
#company table .what {
	width: 250px;
}
#company {
	padding-bottom: 60px;
}
#history {
	padding-bottom: 60px;
}
#form-area {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#thank {
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	letter-spacing: 5px;
	color: #666;
}
form table span ,form h2 span{
	color: #F36;
	line-height: 1.6em;
}
#form-area .long {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
form span a {
	font-size: 10px;
}
form table tr td {
	padding: 10px;
	font-size: 14px;
}
form input, form select, form textarea{
	font-size: 16px;
}
form table th {
	text-align: left;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	padding-left: 15px;
	width: 250px;
	padding-right: 10px;
}
form #rdcomment {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
form p {
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 20px;
}
form label {
	font-size: 16px;
	line-height: 1.6em;
	color: #333;
}
form label:hover {
	color: #EC4C98;
	text-decoration: underline;
}
.contents .detail {
	text-align: center;
	padding-bottom: 400px;
}
.detail.thanks p {
	font-size: 20px;
	padding-bottom: 25px;
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn-point {
	background-color: #3e3e3e;
	line-height: 66px;
	height: 66px;
	color: #FFF;
	width: 325px;
	display: block;
	text-align: center;
	transition: 0.3s ease-in-out;
	margin-right: auto;
	margin-left: auto;
}
.btn-point::before{
    left: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-point:hover {
	background-color: #093b74;
}
.submit-btn {
	background-color: #002856;
	line-height: 50px;
	height: 56px;
	color: #FFF;
	transition: 0.3s ease-in-out;
	padding-right: 50px;
	padding-left: 50px;
	cursor:pointer;
}
.submit-btn:hover{
	background-color: #093b74;
}
