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


#regist.content {
    float: none;
    width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
}


/*----------------------------------------------------
	#regist_head
----------------------------------------------------*/
#regist_head{
	width:100%;
	margin: -30px auto 0;
	overflow:hidden;
	_zoom:1;	
}
#checkform #regist_head{
	margin-bottom:55px;
}

h1.registform-title {
	margin: 0 auto 24px;
	color: #005bac;
	font-size: 34px;
	text-align: center;
	width: 100%;
}

.registform-lead {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	width: 100%;
}

.registform-lead span {
	font-size: 12px;
	color: #666;
}

.registform-lead-point {
	margin: 24px auto;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	width: 600px;
	border: 1px solid #005BAC;
	background: #e9eff4;
	padding: 16px;
	color: #005BAC;
}

.registform-lead-point span {
	display: block;
	font-weight: bold;
}

.dl-wrap {
	margin: 40px auto 0;
	width: 924px;
}

.dl-left {
	width: 324px;
	float: left;
}

.dl-img {
	width: 100%;
	float: left;
}

.dl-img img {
	width: 100%;
	box-sizing: border-box;
}

.dl-right {
	margin: 0 0 0 40px;
	padding: 0 0 30px 30px;
	width: 530px;
	float: left;
}

.dl-right-txt {
	margin: 12px 0 48px 0;
	font-size: 14px;
	line-height: 28px;
	float: left;
}

.dl-title {
	margin: 20px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	float: left;
}

.dl-cont-list {
	margin: 12px 0 0 20px;
	width: 100%;
	float: left;
}

.dl-cont-list li {
	margin: 0 0 4px 0;
	list-style-type: disc;
	font-size: 14px;
}

.form-error {
	margin: 0 0 6px 0;
	color: #ff0000;
}

.dl-form th {
	width: 32%;
	font-weight: bold;
	padding: 12px 20px 20px 0;
	font-size: 16px;
	vertical-align: top;
}

.dl-form td {
	width: 72%;
	font-size: 16px;
	padding: 0 0 24px 0;
	vertical-align: top;
}

.dl-form td.conf {
	padding: 14px 0 14px 0;
}

.dl-form th span {
	margin: 0 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

.dl-conf {
	margin: 0 auto 40px;
	padding: 0 30px 30px 30px;
	width: 600px;
}

.chk-note {
	font-size: 12.5px;
}

.dl-form td input[type=text] {
	width: 90%;
	padding: 6px;
	transition: 0.3s;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
	font-size: 14px;
	font-family: 'Noto Sans Japanese', sans-serif!important;
}

.dl-form td input[type=text]:focus {
	border-color: #005BAC;
}

.dl-form td textarea {
	width: 90%;
	height: 140px;
	padding: 6px;
	transition: 0.3s;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
	font-size: 14px;
	line-height: 28px;
	resize: vertical;
	font-family: 'Noto Sans Japanese', sans-serif!important;
}

.dl-form td select {
	width: 90%;
	padding: 6px;
	cursor: pointer;
	font-size: 14px;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: 1px solid #ccc;
	outline: none;
	background: #fff;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.dl-form td select.fmError {
	width: 90%;
	padding: 6px;
	cursor: pointer;
	font-size: 14px;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: 1px solid #ccc;
	outline: none;
	background: #FFEEEE;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.select-wrap {
	position: relative;
}
.select-wrap::before {
	position: absolute;
	top: 16px;
	right: 34px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.lc-policy {
	margin: 20px 0;
}

.lc-policy span {
	margin: 0 10px;
}

.lc-policy span.required {
	font-size: 14px;
	font-weight: bold;
	color: #e03f3d;
}

.lc-send-btn &gt; a {
	margin: 40px auto 0;
	padding: 20px 0;
	width: 360px;
	background: #E03F3D;
	color: #fff !important;
	border-radius: 5px;
	font-weight: bold;
	font-size: 20px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.lc-send-btn &gt; a:hover {
	padding: 16px 0;
	border: 4px solid #E03F3D;
	color: #E03F3D !important;
	background: #fff;
	box-sizing: border-box;
}

.disabled a {
	margin: 40px auto 0;
	padding: 20px 0;
	width: 360px;
	background: #ccc;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	font-size: 20px;
	display: block;
	pointer-events: none;
}

.page-wrap #container .dl-wrap .policy-wrap .lc-back-btn a:link {
	margin: 40px auto 0;
	padding: 14px 0;
	width: 160px;
	color: #666 !important;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
	display: block;
	cursor: pointer;
	background: #dfdfdf;
	text-decoration: none !important;
}

.lc-back-btn a:hover,
.lc-back-btn a:avtive {
	padding: 14px 0;
	color: #666;
	background: #efefef;
	box-sizing: border-box;
	text-decoration: none;
}

.policy-wrap {
	margin: 0 auto;
	text-align: center;
}

.pmark {
	margin: 40px auto 0;
	text-align: left;
	width: 500px;
}

.pmark img {
	margin: 0 30px 0 0;
	float: left;
}


/*-- #61272 --*/

.registform-wrap {
	width: 50%;
    background: #f3f3f3;
    margin: 50px auto;
    padding: 30px;
}

.registform-wrap .btn {
	margin: 0 auto;
	text-align: center;
}

.registform-wrap .btn a {
    margin: 20px auto 0;
    padding: 20px 30px;
    width: 360px;
    background: #E03F3D;
    color: #fff !important;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
	display: inline-block;
	border: 3px solid #e03f3d;
}

#regist_head &gt; .registform-wrap .btn a {
	text-decoration: none !important;
}

.registform-wrap .btn:active {
	display: block;
	padding: 0;
}

.registform-wrap .btn a:hover {
	background: #fff;
	color: #e03f3d !important;
	border: 3px solid #e03f3d;
	text-decoration: none !important;
}

.registform-wrap .btn a span {
	display: block;
	font-size: 12px;
	margin: 0 0 6px 0;
}

.registform-lead span.att-txt {
	font-size: 16px;
	font-weight: bold;
	border-bottom: dashed 2px #FC9816;
	display: inline-block;
    margin: 0 0 10px 0;
}


@media (max-width: 640px){

	#regist_head{
		width:90%;
		padding: 0 5%;
		margin: -35px auto 0;
		overflow:hidden;
		_zoom:1;
	}

	h1.registform-title {
		margin: 0 auto 30px;
		color: #005bac;
		font-size: 28px;
		text-align: center;
		width: 100%;
	}

	.registform-lead {
		text-align: left;
		font-size: 12px;
		line-height: 24px;
	}

	.registform-lead-point {
		margin: 24px auto;
		font-size: 11px;
		line-height: 24px;
		text-align: left;
		width: auto;
		border: 1px solid #005BAC;
		background: #e9eff4;
		padding: 16px 10px;
		color: #005BAC;
	}

	.registform-lead-point span {
		font-size: 12px;
		text-align: center;
	}

	.dl-wrap {
		margin: 0 auto;
		width: 100%;
	}

	.dl-left {
		padding: 5%;
		width: 90%;
	}

	.dl-img {
		width: 100%;
		float: left;
	}

	.dl-img img {
		width: 100%;
		border: 1px solid #ccc;
		box-sizing: border-box;
	}

	.dl-right {
		margin: 0;
		padding: 5%;
		width: 90%;
	}

	.dl-form th {
		width: 30%;
		font-weight: bold;
		padding: 0 0 6px 0;
		font-size: 16px;
		vertical-align: top;
	}

	.chk-note-y {
		margin: 0 0 0 30px;
	}

	.chk-note {
		margin: 0 0 0 30px;
		font-size: 12.5px;
		display: block;
	}

	.policy-wrap {
		margin: 0 auto;
		padding: 5%;
		width: 90%;
		text-align: center;
	}


	.lc-policy span {
		margin: 10px 0;
		display: block;
	}

	.lc-send-btn &gt; a {
		margin: 40px auto 0;
		padding: 20px 0;
		width: 96%;
		background: #E03F3D;
		color: #fff !important;
		border-radius: 5px;
		font-weight: bold;
		font-size: 20px;
		display: block;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
	}

	.lc-send-btn &gt; a:hover {
		padding: 16px 0;
		border: 4px solid #E03F3D;
		color: #E03F3D !important;
		background: #fff;
		box-sizing: border-box;
	}

	.disabled a {
		margin: 40px auto 0;
		padding: 20px 0;
		width: 80%;
		background: #ccc;
		color: #fff;
		border-radius: 5px;
		font-weight: bold;
		font-size: 20px;
		display: block;
		pointer-events: none;
	}

	.lc-back-btn a {
		margin: 40px auto 0;
		padding: 14px 0;
		width: 80%;
		color: #666 !important;
		border-radius: 5px;
		font-weight: bold;
		font-size: 16px;
		display: block;
		cursor: pointer;
		background: #dfdfdf;
	}

	.select-wrap::before {
		position: absolute;
		top: 16px;
		right: 50px;
		width: 0;
		height: 0;
		padding: 0;
		content: '';
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #666666;
		pointer-events: none;
	}

	/*-- #61272 --*/
	.registform-wrap .btn a {
		width: 100%;
		padding: 20px 0;
		font-size: 16px;
	}

	.registform-lead span.att-txt {
		font-size: 12px;
	}

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