<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


.title-box{
	border-bottom:1px solid #000;
	margin-bottom:35px;
}

.mainContents{
	font-size:14px;
	font-size:1.4rem;
}
h2.title{
	/*font-family:'futura', 'Century Gothic', sans-serif;*/
	font-family: 'Freight Big Light', 'Times New Roman', serif;
	font-size:30px;
	font-size:3.0rem;
	margin-bottom:5px;
}
h2.title.mb{
	margin-bottom:15px;
}
.subtitle{
	font-size:16px;
	font-size:1.6rem;
	margin-bottom:20px;
	display:block;
	color:#7d7d7d;
}
.attention{
	margin-bottom:20px;
}
.info-box{
	margin-bottom:20px;
}
.formTableConfirm .inputRow .inputLabel.marginCell, .formTableConfirm .inputRow .inputColInner.marginCell {
	padding-top: 7px;
}
p.margin{
	margin-bottom:20px;
}
.intro-txt{
	font-size:12px;
	font-size:1.2rem;
	color:#7d7d7d;
	padding-top:10px;
	clear:both;
}
.regmessageArea {
	margin-bottom: 30px !important;
}

@media only screen and (max-width: 750px){
	.title-box{
		margin-bottom:25px;
	}
	h2.title{
		padding:0 !important;
		font-size:22px;
		font-size:2.2rem;
	}
	h2.title.mb{
		margin-bottom:10px;
	}
	.subtitle{
		font-size:14px;
		font-size:1.4rem;
		margin:0 0 20px;
		margin-bottom:15px;
		padding:0 !important;
	}
	.formTable .inputRow .inputCol span.line.mail {
		width: 100%;
		margin-right: 0%;
		display: block;
	}
}

/* BUTTON
-------------------------------*/

.buttonArea{
	clear:both;
}
.buttonArea.center{
	text-align:center;
}
.buttonArea .row{
	padding:0;
}
.buttonArea .mypage-btn{
	width:250px;
	float:left;
	margin-right:10px;
}
.buttonArea .mypage-btn.last{
	margin-right:0;
}
.buttonArea .form-btn{
	width:250px;
	display:inline-block;
	font-size:0;
	margin:0 5px;
}
.buttonArea .mypage-btn.single,
.buttonArea .form-btn.single{
	float:none;
	margin:0 0 10px;
}
.buttonArea .form-btn.single{
	margin:0 auto 10px;
	display:block;
}
.buttonArea .backlink{
	display:block;
	border:1px solid #000;
	background-color:#FFF;
	text-align:center;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: inherit;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 12px 0;
}

.formArea .btnArea li .back.btn_del {
	width: 180px;
}

@media only screen and (max-width: 1024px){
	.buttonArea .backlink{
		font-size: 12px;
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 750px){
	.buttonArea {
		padding: 20px 0 15px;
	}
	.buttonArea .row{
		margin:0;
		width:100% !important;
	}
	.buttonArea .mypage-btn{
		width:100%;
		float:none;
		margin: 0 0 10px;
	}
}


</pre></body></html>