@charset "utf-8";
/*
ページごとの設定や、位置調整、テキスト装飾などで使用する汎用的なものとを記述します。
Anything used for general purpose such as setting for every page, position adjustment, and text decoration will be written.

接頭辞はUtilityの頭文字を取って【u_】とします。
Prefix will take the "Utility" first letter and use it as "u_". 

clearfixのみ、例外的に接頭辞をつけてません。
This not apply to "clearfix".

フォントサイズはremで指定します。
"rem" will be used for font-size.
*/

.u_mat0 { margin-top:0; }
.u_mat5 { margin-top:5px; }
.u_mat10 { margin-top:10px; }
.u_mat20 { margin-top:20px; }
.u_mat30 { margin-top:30px; }
.u_mat40 { margin-top:40px; }
.u_mat50 { margin-top:50px; }

.u_mab0 { margin-bottom: 0; }
.u_mab5 { margin-bottom: 5px; }
.u_mab10 { margin-bottom: 10px; }
.u_mab20 { margin-bottom: 20px; }
.u_mab30 { margin-bottom: 30px; }
.u_mab40 { margin-bottom: 40px; }
.u_mab50 { margin-bottom: 50px; }

.u_ALcenter { text-align: center; }
.u_ALright { text-align: right; }

.u_float_left { float: left; }
.u_float_right { float: right; }

.u_sky { color: #2bcae2; }
.u_gray { color: #999; }
.u_orange { color: #F63; }
.u_red { color: #F00; }
.u_bold { font-weight: bold; }
.u_underline { text-decoration: underline; }
.u_font_size_small { font-size: 1.1rem } /*11px*/
.u_font_size_medium { font-size: 1.4rem; } /*14px*/
.u_font_size_large { font-size: 1.8rem; } /*18px*/

.u_img_floatL { float: left; margin-right: 20px; }
.u_img_floatR { float: right; margin-left: 20px; }

.u_pal20 { text-indent: 0; padding-left: 20px; }


.u_sp_view { display: none; }
@media screen and (max-width: 640px) {
	.u_sp_view { display: block; }
	.u_pc_view { display: none; }
	
	.u_responsive_img img { width: 100%; }
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/*----------------------------------------------
	.u_select_box
---------------------------------------------*/
.u_select_box {
	width: 520px;
    background-color: #e6e6e6;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 1.5;
    text-align: center;
	padding: 0 30px;
	margin: 20px auto 0;
}
.u_select_box .u_center_item {
	display: table-cell;
	width: 490px;
	height: 82px;
	vertical-align: middle;
}
.u_select_box label {
	font-size:24px;
	font-size:2.4rem;
	font-weight: bold;
	display: inline-block;
    vertical-align: middle;
}
.u_select_box select {
	font-size:17px;
	font-size:1.7rem;
	width: 100%;
	max-width: 275px;
	height: 50px;
    line-height: 1.4;
    padding: 12px 40px 12px 20px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #b6b6b6;
}

.u_arrow_up, .u_arrow_up:not(:focus) {
	background: url(../images/ico_black_arrow_down.png) no-repeat calc(100% - 24px) center, #FFFFFF;
}
.u_arrow_up:focus {
	outline: none;
}
@media screen and (max-width: 640px) {
	.u_select_box {
		display: table;
		width: 100%;
		padding: 0 15px;
	}
	.u_select_box label {
		font-size: 20px;
		font-size: 2rem;
	}
	.u_select_box select {
		font-size: 15px;
		font-size: 1.5rem;
		width: 58%;
		padding: 12px 36px 12px 15px;
	}
	.u_arrow_up, .u_arrow_up:not(:focus) {
		background: url(../images/ico_black_arrow_down.png) no-repeat calc(100% - 16px) center, #FFFFFF;
	}
}
@media screen and (max-width: 320px) {
	.u_select_box label {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

/*----------------------------------------------
	.u_slider_box
---------------------------------------------*/
.u_slider_box {
	background-color: #2bcae2;
	padding: 22px 20px 40px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.u_slider_box .u_item {
	width: 223px;
	/*height: 185px;*/
	color: #2c2c2c;
	background-color: #FFFFFF;
	border: 1px solid #b6b6b6;
}
.u_slider_box .u_placeholder {
	border-bottom: 1px solid #b6b6b6;
	line-height: 1.4;
}
.u_slider_box .u_item_ttl {
	font-size:15px;
	font-size:1.5rem;
	color: #2c2c2c;
	background: url(../images/ico_blue_arrow_left.png) no-repeat calc(100% - 10px) center;
	padding: 15px 38px 10px 12px;
}
.u_slider_box .u_item_details {
	font-size:14px;
	font-size:1.4rem;
	padding: 12px;
}

.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
	margin: 0 auto;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { bottom: -25px; }
.bx-wrapper .bx-pager { padding-top: 10px; }
.bx-wrapper .bx-pager.bx-default-pager a { background: #FFFFFF; }
@media screen and (max-width: 640px) {
	.u_slider_box .u_item { width: 100%; }
	
	.bx-viewport { width: 225px !important; margin: 0 auto; }
}

/*----------------------------------------------
	.u_job_list
---------------------------------------------*/
.u_job_list ul {
	display: inline-block;
	width: 100%;
}
.u_job_list li { clear: both; }
.u_job_list li.u_job {
	width: 100%;
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
	line-height: 1.4;
	margin-top: 10px;
	border-bottom: 2px solid #d9d9d9;
	background: url(../images/ico_arrow_down.png) no-repeat 9px center, url(../images/bg_blue.jpg) repeat-y left top;
	padding: 8px 10px 8px 50px;
}
.u_job_list li.u_job:first-child { margin-top: 0; }
.u_job_list .u_placeholder { display: inline-block; }

.u_job_list li.u_job.show {
	background: url(../images/ico_arrow_up.png) no-repeat 9px center, url(../images/bg_blue.jpg) repeat-y left top;
}

.u_job_ttl {
	font-size:18px;
	font-size:1.8rem;
	font-weight: bold;
    display: inherit;
    vertical-align: middle;
}
.u_job_subttl {
	font-size:14px;
	font-size:1.4rem;
	display: inline-block;
    vertical-align: middle;
	line-height: 1;
    padding-left: 10px;
}

.u_job_list li.u_info {
	display: none;
	border-top: 1px solid #d9d9d9;
	border-right: 3px solid #d9d9d9;
	border-bottom: 3px solid #d9d9d9;
	border-left: 3px solid #d9d9d9;
	padding: 0 40px 20px;
}
@media screen and (max-width: 640px) {
	.u_job_list li.u_info {
		border-right: 0;
		border-left: 0;
		padding: 0 0 20px;
	}
}

/*----------------------------------------------
	.u_stepnum
---------------------------------------------*/
.u_stepnum {
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	width: 70px;
	height: 70px;
	border: 3px solid #d9d9d9;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFFFFF;
	text-align: center;
	margin:auto
}
.u_stepnum p {
	display: table-cell;
	width: 70px;
	height: 70px;
	vertical-align: middle;
}

/*----------------------------------------------
	.u_about_contact_us
---------------------------------------------*/
.u_about_contact_us { padding-bottom:45px; }
.u_about_contact_us .u_ALcenter {
	margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
	.u_about_contact_us { padding-bottom: 30px; }
}

/*----------------------------------------------
	.u_agreement_box
---------------------------------------------*/
.u_agreement_box { margin-bottom: 45px; }
.u_agreement_box .c_note { display: block; }
.u_agreement_box [type="submit"] {
	font-size: 24px;
    font-size: 2.4rem;
    color: #2c2c2c;
    background-color: #2bcae2;
    border: 0;
    line-height: 1;
    padding: 15px 43px;
	margin-bottom: 15px;
}
.u_agreement_box [type="submit"]:hover {
	cursor: pointer;
	color: #FFFFFF;
}
@media screen and (max-width: 640px) {
	.u_agreement_box { margin-bottom: 30px; }
}

/*----------------------------------------------
	.u_agreement_checkbox
---------------------------------------------*/
.u_agreement_checkbox {
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.u_agreement_checkbox [type="checkbox"] {
	/*position: absolute;*/
    /*visibility: hidden;*/
	background: #FFFFFF;
	border: 1px solid #95989A;
}
.u_agreement_checkbox [type="checkbox"] ~ label {
	position: relative;
    height: 30px;
    z-index: 9;
    cursor: pointer;
	/*padding-left: 25px;*/
    padding-right: 0;
    -webkit-transition: all 0.25s linear;
}
.u_agreement_checkbox [type="checkbox"] ~ label {
	margin-right: 0;
}
/*.u_agreement_checkbox [type="checkbox"] ~ .c_check {
	position: absolute;
    border: 1px solid #acacac;
    height: 24px;
    width: 25px;
    top: 0;
    left: calc(100% - 39em);
    z-index: 5;
    -webkit-transition: border .25s linear;
    -ms-transition: border .25s linear;
    -moz-transition: border .25s linear;
    transition: border .25s linear;
}
.u_agreement_checkbox [type="checkbox"] ~ label {
    margin-right: 45px;
}
[type="checkbox"]:checked ~ .c_check::before {
	position: absolute;
    content: '\002714';
    font-size: 2.3rem;
    color: #2bcae2;
    height: 24px;
    width: 25px;
    top: -10px;
    left: 5px;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}*/
@media screen and (max-width: 640px) {
	.u_agreement_checkbox {
    		width: 300px;
		margin: 0 auto 20px;
	}
	.u_agreement_checkbox [type="checkbox"] ~ label { margin-right: 0; }
	.u_agreement_checkbox [type="checkbox"] ~ .c_check { left: 0; }
	.u_agreement_box [type="submit"] { margin-bottom: 10px; }
}

/*----------------------------------------------
	.clearfix
---------------------------------------------*/
.clearfix:after,
.wrap:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 0;
	overflow:hidden;
}
* html .clearfix,
* html .wrap { height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/ }