<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ======================================================
 * local.css
 * ------------------------------------------------------
 * css for form setting
====================================================== */
/* ======================================================
 BASE
====================================================== */
.siteUtility {
	height: 80px;
}
#breadcrumbs {
	position: relative;
	width: 1000px;
	height: 100px;
	padding-bottom: 0;
	z-index: 50;
}
.printModule {
	display: none;
}
#contents {
	margin-top: -80px;
	padding-bottom: 0;
}
.contentsBody {
	position: relative;
	padding-bottom: 165px;
	background: url(/personal/first/img/com_bg02.png) no-repeat 50% 100%;
	width: auto;
}
.contentsBody.indexView {
	min-height: 975px;
	padding-bottom: 0;
	background: url(/personal/first/img/com_bg01.png) no-repeat 50% 100% #ccecfb;
}
#main {
	position: relative;
	float: none;
	width: auto;
	margin: 0 auto;
	padding-top: 80px;
	background: #ceedfb; /* Old browsers */
	background: -moz-linear-gradient(top,  #ceedfb 0%, #fbfdff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ceedfb 0%,#fbfdff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ceedfb 0%,#fbfdff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceedfb', endColorstr='#fbfdff',GradientType=0 ); /* IE6-9 */
	z-index: 10;
}
#main:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/personal/first/img/com_bg03.png) no-repeat 50% 0;
	z-index: 1;
}
#main &gt; * {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
.content {
	padding: 35px 40px 80px;
	background: #ffffff;
}
.content &gt; *:last-child {
	margin-bottom: 0 !important;
}
.beginnerNavi {
	padding: 55px 0;
	background: #aed855;
}
.beginnerNaviBody {
	width: 920px;
	margin: 0 auto;
}
.beginnerNaviBody &gt; *:last-child {
	margin-bottom: 0;
}
#side {
	display: none !important;
}
@media screen and (max-width: 767px) {
	.siteUtility {
		height: 50px;
	}
	#breadcrumbs {
		width: 100%;
		padding-bottom: 20px;
	}
	#contents {
		margin-top: -100px;
		padding-top: 100px;
	}
	.contentsBody,
	.contentsBody.indexView {
		min-height: inherit;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		background: none !important;
	}
	#main {
		width: auto;
		min-height: inherit;
		margin: 0 -3.1%;
		margin-top: -50px;
		padding-top: 50px;
		padding-left: 3.1%;
		padding-right: 3.1%;
		padding-bottom: 105px;
		background: url(/personal/first/img/com_bg02_sp.png) no-repeat 50% 100% #ffffff;
		background-size: 100% auto;
	}
	#main:before {
		display: none;
	}
	#main &gt; * {
		width: auto;
		z-index: inherit;
	}
	.indexView #main {
		padding-bottom: 200px;
		background: url(/personal/first/img/com_bg01.png) no-repeat 50% 100% #ccecfb;
		background-size: 920px auto;
	}
	.content {
		padding: 0;
	}
	.beginnerNavi {
		margin: 0 -3.1%;
		padding: 25px 40px;
	}
	.beginnerNaviBody {
		width: auto;
	}
	#footer #globalNavi {
		display: none;
	}
}


/* ======================================================
 PARTS
====================================================== */
.heading01 {
	min-height: 50px;
	margin-bottom: 35px;
	padding-left: 90px;
	background: url(/personal/first/img/com_head_bg01.png) no-repeat 0 100%;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
}
.heading01 &gt; em {
	color: #ff822f;
}
@media screen and (max-width: 767px) {
	.heading01 {
		min-height: inherit;
		margin-bottom: 15px;
		padding-top: 44px;
		padding-left: 0;
		margin-left: -3.1% !important;
		margin-right: -3.1% !important;
		background: url(/personal/first/img/com_head_bg01_sp.png) no-repeat 0 0;
		background-size: auto 34px;
		font-size: 19px;
		font-size: 1.9rem;
		text-align: center;
	}
}

.beginnerLead {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.beginnerLead {
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: normal;
	}
}

.bannerLink {
	display: inline-block;
	vertical-align: top; }
	.bannerLink &gt; img {
		position: relative;
		top: 0;
		/* transition */
			-webkit-transition: top 0.2s ease-out;
			-moz-transition: top 0.2s ease-out;
			-ms-transition: top 0.2s ease-out;
		transition: top 0.2s ease-out;}
	.bannerLink:hover &gt; img {
		top: 30px; }
@media screen and (max-width: 767px) {
	.bannerLink:hover &gt; img {
		top: 0;
	}
}

.reasons {
	margin: 0 -25px;
	letter-spacing: -0.4em;
	text-align: center;
}
.reason {
	display: inline-block;
	width: 33.33%;
	padding: 20px 24px;
	letter-spacing: normal;
	vertical-align:  top;
}
.reason .buttonWrap {
	margin-bottom: 0;
}
.reason .button {
	width: 195px;
	background: #ffffff !important;
}
.reason .button:hover {
	background: #effaff !important;
}
.reasonBalloon {
	position: relative;
	min-width: 266px;
	min-height: 266px;
	margin-bottom: 50px;
	padding: 17px 45px 25px;
	border: 5px solid #a5d3eb;
	/* border-radius */
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	border-radius: 50%;
	background: #effaff;
}
.reasonBalloon:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -48px;
	width: 52px;
	height: 50px;
	margin-left: -26px;
	background: url(/personal/first/img/com_ic01.png) no-repeat 0 0;
}
.reasonImage {
	text-align: center;
	margin-bottom: 8px;
}
.reasonImage &gt; img {
	width: 110px;
}
.reasonNumber {
	margin-bottom: 5px;
	color: #369dd4;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.1;
}
.reasonTitle {
	margin-bottom: 0;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}
.reasonTitle &gt; em {
	color: #ff822f;
	font-size: 22px;
	font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
	.reasons {
		margin: 0;
		letter-spacing: normal;
		text-align: left;
	}
	.reasons &gt; *:last-child {
		margin-bottom: 0 !important;
	}
	.reason {
		display: block;
		width: auto;
		margin-bottom: 10px;
		padding: 15px;
		border: 3px solid #a5d3eb;
		letter-spacing: normal;
		/* border-radius */
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
		border-radius: 3px;
		background: #effaff;
	}
	.reason .button {
		width: 100%;
	}
	.reason .button:hover {
		background: #ffffff !important;
	}
	.reasonBalloon {
		min-width: inherit;
		min-height: inherit;
		margin-bottom: 15px;
		padding: 0;
		border: none;
		/* border-radius */
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
		border-radius: 0;
		background: none;
	}
	.reasonBalloon:before {
		display: none;
	}
	.reasonBalloon:after {
		content:" ";
		display:block;
		clear:both;
	}
	.reasonImage {
		float: right;
		width: 80px;
		margin-bottom: 0;
	}
	.reasonImage &gt; img {
		width: auto;
	}
	.reasonDetail {
		overflow: hidden;
	}
	.reasonNumber {
		font-size: 23px;
		font-size: 2.3rem;
	}
	.reasonTitle {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.reasonTitle &gt; em {
		font-size: 17px;
		font-size: 1.7rem;
	}
}


/* ======================================================
 OTHER
====================================================== */
/* Clearfix
------------------------------------------------------ */
.reasons:after {
	content:" ";
	display:block;
	clear:both;
}</pre></body></html>