@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
/* CSS Document */
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#page_top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}
#page_top img {
	vertical-align: bottom;
}
#contents-wrap {
	padding-top: 100px;
}
#login-wrap {
	padding-top: 0;
}
h1 {
	width: 100%;
	height: 162px;
	background-color: #0071be;
	font-size: 2rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
h1 span {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #292929;
}
.form-ttl{
	text-align: center;
}
.under-h2 {
	position: relative;
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.286;
}
.under-h2::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -16px;/*線の上下位置*/
	display: inline-block;
	width: 80px;/*線の長さ*/
	height: 3px;/*線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #0071be;/*線の色*/
}
.requiredMark{
	color: #bf0013;
}
#mailform,#login-inner {
	margin: 0 auto;
	margin-top: 55px;
	margin-bottom: 52px;
	width: 800px;
	text-align: left;
}
#mailform .preface{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-size: 1.13rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
#mailform .buy-preface,#login-inner .buy-preface{
	margin-top: 65px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-size: 1.13rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
#mailform .caution{
	margin-top: 10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-size: 1rem;
	font-weight: 500;
}
#mailform .errorMessage,#login-inner .errorMessage{
	margin-top: 10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #bf0013;
	font-size: 1rem;
	font-weight: 500;
}
#mailform .form-wrap,#login-inner .loginform-wrap{
	margin-top: 40px;
}
.form-wrap h3{
	position: relative;
	padding-top: 3px;
	margin-bottom: 20px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1.375rem;
	font-weight: 500;
	text-align: left;
	overflow: hidden;
}
.form-wrap h3::after{
	position: absolute;
	margin-left: 14px;
	content: "";
	top: 45%;
	width: 100%;
	border-bottom: #0071be solid 1px;
}
.form-wrap table{
	width: 800px;
	margin-bottom: 50px;
}
.form-wrap table th{
	padding: 22px 0 0 8px;
	width: 265px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1rem;
	font-weight: 700;
	vertical-align: top;
	border-bottom: #ededed solid 1px;
	box-sizing: border-box;
	text-align: left;
}
.loginform-wrap table th{
	padding: 0 0 0 8px;
	width: 265px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #292929;
	font-size: 1rem;
	font-weight: 700;
	vertical-align: middle;
	border-bottom: #ededed solid 1px;
	box-sizing: border-box;
	text-align: left;
}
.form-wrap table tr:nth-child(3) th,.form-wrap table tr:nth-child(4) th,.form-wrap table tr:nth-child(6) th,.form-wrap table tr:nth-child(8) th,.form-wrap table tr:nth-child(9) th{
	padding: 0 0 0 8px;
	vertical-align: middle;
}
.form-wrap table td,.loginform-wrap table td{
	padding: 22px 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-size: 1rem;
	font-weight: 500;
	border-bottom: #ededed solid 1px;
}
.form-wrap table td textarea,.loginform-wrap table td textarea{
	width: 525px;
	height: 150px;
	background-color: #f0f2f3;
	border: #dadee0 solid 1px;
	font-size: 15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.form-wrap table td p,.loginform-wrap table td p{
	margin-bottom: 12px;
}
.label-margin{
	margin-left: 12px;
}
.form-wrap table td .txtMiddle,.form-wrap table td .txtLong,.loginform-wrap table td .txtMiddle,.loginform-wrap table td .txtLong{
	width: 300px;
	height: 30px;
	background-color: #f0f2f3;
	border: #dadee0 solid 1px;
	font-size: 15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.form-wrap table td .txtLong,.loginform-wrap table td .txtLong{
	width: 525px;
	height: 30px;
	background-color: #f0f2f3;
	border: #dadee0 solid 1px;
	font-size: 15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.form-wrap table td .txtZip,.form-wrap table td .txtShort,.loginform-wrap table td .txtZip,.loginform-wrap table td .txtShort{
	width: 170px;
	height: 30px;
	background-color: #f0f2f3;
	border: #dadee0 solid 1px;
	font-size: 15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.form-wrap .submit-btn,.loginform-wrap .submit-btn{
	margin: 0 auto;
	width: 500px;
	display: block;
	font-size: 1.13rem;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	color: #0071be;
	background-color: #fff;
	padding: 15px 0;
	line-height: 1.13rem;
	transition: 0.2s;
	border: #0071be solid 1px;
}
.form-wrap .submit-btn:hover,.loginform-wrap .submit-btn:hover{
	color: #fff;
	background-color: #0071be;
}
.confirm-list{
	margin-top: 63px;
}
.loginform-wrap table{
	margin: 0 auto;
	margin-bottom: 50px;
	width: 62%;
}
#login-wrap .file-wrap{
	margin: 0 auto;
	margin-bottom: 65px;
	width: 430px;
}
#login-wrap .menber-preface{
	margin-top: 65px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #525659;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
.defaultMarginTop20{
	margin-top: 20px;
}
.file-item a{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #0071be;
	font-size: 1.13rem;
	font-weight: 500;
	line-height: 1.7;
}
@media screen and (max-width:1000px){
.links-wrap{
	width: 95%;
}
}
@media screen and (max-width:800px){
	#mailform {
	margin-top: 55px;
	margin-bottom: 52px;
	width: 95%;
	text-align: left;
}
	#login-inner{
		width: 100%;
	}
.form-wrap table{
	width: 100%;
}
.form-wrap table th{
	padding: 2.75vw 0 0 1vw;
	width: 33.125vw;
}
.form-wrap table tr:nth-child(3) th,.form-wrap table tr:nth-child(4) th,.form-wrap table tr:nth-child(6) th,.form-wrap table tr:nth-child(8) th,.form-wrap table tr:nth-child(9) th{
	padding: 0 0 0 1vw;
}
.form-wrap table td{
	padding: 2.75vw 0;
}
.form-wrap table td textarea{
	width: 66.375vw;
	height: 18.75vw;
}
.form-wrap table td p{
	margin-bottom: 12px;
}
.label-margin{
	margin-left: 12px;
}
.form-wrap table td .txtMiddle,.form-wrap table td .txtLong{
	width: 37.5vw;
	height: 3.75vw;
}
.form-wrap table td .txtLong{
	width: 66.375vw;
	height: 3.75vw;
}
.form-wrap table td .txtZip,.form-wrap table td .txtShort{
	width: 21.25vw;
	height: 3.75vw;
}
.form-wrap .submit-btn{
	width: 62.5vw;
	font-size: 1.13rem;
	padding: 1.875vw 0;
}
.form-wrap .submit-btn:hover{
	color: #fff;
	background-color: #0071be;
}	
}
@media screen and (max-width:768px) {
	#contents-wrap{
		padding-top: 14.9333333vw;
	}
	h1{
		height: 22.13541666vw;
		font-size: 5.416666666vw;
		font-weight: 500;
	}
	h1 span{
		font-size: 2.708333333vw;
		margin-top: 0.911458333vw;
	}


#mailform {
	margin-top: 9.765625vw;
	margin-bottom: 6.510416666vw;
	width: 84.63541666vw;
}
#mailform .preface{
	font-size: 3.385416666vw;
	line-height: 5.729166666vw;
	text-align: center;
}
#mailform .caution{
	margin-top: 1.302083333vw;
	font-size: 2.604166666vw;
}
#mailform .errorMessage{
	margin-top: 1.302083333vw;
	font-size: 3.385416666vw;
}
#mailform .form-wrap{
	margin-top: 9.765625vw;
}
	.form-wrap h3{
	font-size: 3.90625vw;
	text-align: center;
		margin-bottom: 0;
}
.form-wrap h3::after{
	content: none;
}
.form-wrap table{
	width: 100%;
	margin-bottom: 6.510416666vw;
}
.form-wrap table th{
	padding: 22px 0 0 0;
	width: 100%;
	font-size: 3.385416666vw;
	display: block;
	border-bottom: none;
}
.form-wrap table tr:nth-child(3) th,.form-wrap table tr:nth-child(4) th,.form-wrap table tr:nth-child(6) th,.form-wrap table tr:nth-child(8) th,.form-wrap table tr:nth-child(9) th{
	padding: 22px 0 0 0;
	width: 100%;
}
.form-wrap table td{
	padding: 22px 0;
	font-size: 3.385416666vw;
	display: block;
}
.form-wrap table td textarea{
	width: 90%;
	height: 150px;
	font-size: 16px;
}
.form-wrap table td p{
	margin-bottom: 12px;
}
.label-margin{
	margin-left: 12px;
}
.form-wrap table td .txtMiddle,.form-wrap table td .txtLong{
	width: 70%;
	height: 30px;
	font-size: 15px;
}
.form-wrap table td .txtZip,.form-wrap table td .txtShort{
	width: 40%;
	height: 30px;
	font-size: 15px;
}
.form-wrap .submit-btn{
	width: 68.359375vw;
	height: 11.71875vw;
	font-size: 3.385416666vw;
	padding: 0 0;
	line-height: 11.71875vw;
}
.form-wrap .submit-btn:hover{
	color: #fff;
	background-color: #0071be;
}
	.loginform-wrap table{
		width: 476px;
	}
}
@media screen and (max-width:545px){
	#login-wrap .file-wrap{
		width: 80%;
	}
	.file-item a{
		font-size: 3.302752293vw;
		line-height: 3;
	}
	.form-wrap .submit-btn, .loginform-wrap .submit-btn{
		width: 80%;
	}
	.loginform-wrap table{
		width: 80%;
	}
	.loginform-wrap table th{
		width: 24.58715596vw;
	}
	.form-wrap table td .txtMiddle, .form-wrap table td .txtLong, .loginform-wrap table td .txtMiddle, .loginform-wrap table td .txtLong{
		width: 55.04587155vw;
	}
}
@media screen and (max-width:410px){
	#mailform .buy-preface, #login-inner .buy-preface{
		font-size: 4.390243902vw;
	}
	.loginform-wrap table th{
		font-size: 3.902439024vw;
	}
}