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

/*===================================================
タイトル
===================================================*/
#guide .titBox {
	margin: 50px auto 15px auto;
}

#guide h1 {
	line-height: 1;
	border: none;
	padding	: 0;
	margin: 0;
}

#guide h2 {
	font-size: 250%;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	margin: 50px auto 10px auto;
}

#guideCopy {
	font-size: 120%;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and ( max-width:665px ) {
#guide .titBox {
	margin: 0 auto 10px auto;
}

#guide h1 {
	font-size: 250%;
}

#guide h1 span {
	display: block;
	margin: 5px 0 0 0;
}

#guide h2 {
	font-size: 200%;
	margin-bottom: 15px;
}

#guideCopy {
	font-size: 100%;
	text-align: left;
}
}


/*===================================================
コンテンツ
===================================================*/
#guide #contents {
	margin-top: 0;
}

#guide #contentsMain {
	float: none;
	width: 100%;
}


/*===================================================
内容
===================================================*/
.grayBg {
	position: relative;
	background-color: #e9e9e9;
	padding: 60px 0 30px 0;
	margin-bottom: 60px;
}

.grayBg::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #ffffff transparent transparent transparent;
	margin-left: -30px;
}

.grayBg::after {
	position: absolute;
	bottom: -30px;
	left: 50%;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #e9e9e9 transparent transparent transparent;
	margin: 0 auto;
	margin-left: -30px;
}

.grayBgIn{
	box-sizing: border-box;
	width: 100%;
	max-width: 1020px;
	padding: 0 10px;
	margin: 0 auto;
}

.guideCopy {
	font-size: 110%;
	line-height: 1.7;
}

@media screen and ( max-width:665px ) {
.guideCopy {
	font-size: 100%;
	text-align: left !important;
}
}

/********** ポイント **********/
#recruit_guide_point {
	width: 100%;
	max-width: 880px;
	margin: 0 auto 30px auto;
}

#recruit_guide_point li {
	box-sizing: border-box;
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 10px;
	margin-top: 30px;
}

#recruit_guide_point img {
	width: 100%;
	max-width: 200px;
}

@media screen and ( max-width:665px ) {
#recruit_guide_point li {
	float: right;
	width: 50%;
	padding: 0 10px;
	margin-top: 15px;
}
#recruit_guide_point li:first-child,
#recruit_guide_point li:nth-child(3) {
	clear: both;
	float: left;
}
}

/********** タイトル **********/
.guide_tit {
	text-align: center;
	margin-bottom: 10px;
}
.guide_tit img {
	width: 100%;
	max-width: 420px;
}

@media screen and ( max-width:665px ) {
.guide_tit img {
	width: 90%;
}
}

/********** ボタン **********/
.grayBgIn .blue_btmBox {
	min-width: 16em !important;
}
.grayBgIn .blue_btmBox a {
	background-color: #333 !important;
}

/********** アクセス・ステップ **********/
.guide_access dl,
.guide_step dl,
.guide_pc dl,
.guide_bulb dl {
	display: table;
	width: 100%;
	margin: 30px auto;
}
.guide_step dl {
	max-width: 800px;
}
.guide_pc dl,
.guide_bulb dl {
	max-width: 600px;
}

.guide_access dt,
.guide_access dd,
.guide_step dt,
.guide_step dd,
.guide_pc dt,
.guide_pc dd,
.guide_bulb dt,
.guide_bulb dd {
	display: table-cell;
	vertical-align: middle;
}

.guide_access dt,
.guide_step dt,
.guide_pc dt,
.guide_bulb dt {
	text-align: center;
}
.guide_access dt {
	width: 45%;
}
.guide_step dt {
	width: 260px;
}
.guide_pc dt,
.guide_bulb dt {
	width: 200px;
}

.guide_access dd,
.guide_step dd {
	padding-left: 15px;
}

.guide_pc dd,
.guide_bulb dd {
	padding-left: 30px;
}

@media screen and ( max-width:665px ) {
.guide_access dl,
.guide_step dl,
.guide_pc dl,
.guide_bulb dl {
	margin: 15px auto;
}

.guide_access dt,
.guide_access dd,
.guide_step dt,
.guide_step dd,
.guide_pc dt,
.guide_pc dd,
.guide_bulb dt,
.guide_bulb dd {
	display: block;
	width: 100%;
}

.guide_access dt {
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 10px;
}
.guide_access dt img {
	width: 90%;
}

.guide_step dt,
.guide_pc dt,
.guide_bulb dt {
	margin-bottom: 10px;
}
.guide_step dt img {
	width: 80%;
}
.guide_pc dt img {
	width: 45%;
}
.guide_bulb dt img {
	width: 30%;
}

.guide_access dd,
.guide_step dd,
.guide_pc dd,
.guide_bulb dd {
	padding: 0;
}
}

/********** 金額 **********/
.guide_price,
.guide_zero,
.banner_guide_img {
	text-align: center;
	margin: 30px 0;
}
.guide_price img {
	width: 100%;
	max-width: 800px;
}
.guide_zero img {
	width: 100%;
	max-width: 344px;
}
.banner_guide_img img {
	width: 100%;
	max-width: 502px;
}

@media screen and ( max-width:665px ) {
.guide_price,
.guide_zero {
	margin: 15px 0;
}
}

/*===================================================
青ボタン
===================================================*/
.save_btmBox {
	width: 50%;
    font-size: 110%;
	line-height: 1;
	text-align: center;
	margin: 30px auto 10px auto;
}

.save_btmBox b {
    display: block;
    font-size: 140%;
	margin-bottom: 7px;
}

.save_btmBox a,
.save_btmBox a:visited,
.save_btmBox a:hover,
.save_btmBox input {
	color: #fff;
	text-decoration: none;
}

.save_btmBox a,
.save_btmBox input[type="button"],
.save_btmBox input[type="submit"] {
	box-sizing: border-box;
    display: block;
	width: 100%;
	font-weight: 500;
	background-color: #0078c4;
	border: none;
	border-radius: 7px;
	padding: 10px;
}

.save_btmBox a:hover,
.save_btmBox input:hover {
	cursor: pointer;
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

@media screen and ( max-width:665px ) {
.save_btmBox {
	width: 90%;
    font-size: 90%;
	margin-top: 15px;
}

.save_btmBox b {
    font-size: 130%;
}
}

/********** 小ボタン **********/
.blue_btmBox,
.back_btmBox {
	width: 30%;
	text-align: center;
	margin: 15px auto 0 auto;
}

.blue_btmBox a,
.blue_btmBox input,
.back_btmBox a {
    display: block;
	width: 100%;
    font-size: 100%;
    height: 36px;
    line-height: 36px;
	border-radius: 5px;
}

.blue_btmBox a,
.blue_btmBox input {
	background-color: #0078c4;
}
.back_btmBox a {
	background-color: #ccc;
}

.blue_btmBox input {
	cursor: pointer;
	border: none;
}

.blue_btmBox a,
.blue_btmBox a:visited,
.blue_btmBox a:hover,
.blue_btmBox input {
	color: #fff;
	text-decoration: none;
}
.back_btmBox a,
.back_btmBox a:visited,
.back_btmBox a:hover {
	color: #333;
	text-decoration: none;
}
.blue_btmBox a:hover,
.blue_btmBox input:hover,
.back_btmBox a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

@media screen and ( max-width:665px ) {
.blue_btmBox,
.back_btmBox {
	width: 60%;
}
}


/*===================================================
フッター
===================================================*/
#footLinkBoxOut {
    margin-bottom: 0;
}

/*===================================================
ページトップ
===================================================*/
@media screen and ( max-width:665px ) {
#bt_to_top {
	bottom: 15px;
}
}</pre></body></html>