@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background:#FFF;
	color:#000;
	font-family:ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size:14px;
	line-height:1.7;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
ul	{list-style:none;}
a:link {
    text-decoration: none;
}
a:visited {
	text-decoration: none;
}
img {
	vertical-align: top;
}
*	{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bold	{
  font-weight:bold;
}
.center{text-align:center;}
.pink{color:#FF3094;}
.red{color:#C30D23;}
.blue{color:#6EA6FF;}
.orange{color:#EA5514;}
.ulist {
    padding-left:0px;
}
.ulist li {
    margin-bottom: 5px;
	list-style:disc inside;
	line-height:25px;
}
.ulist02 {
    padding-left:10px;
}
.ulist02 li {
	margin-bottom: 5px;
	list-style:disc inside;
	line-height:25px;
}
.olist {
    padding-left: 25px;
}
.row_space10	{
  margin-bottom:10px !important;
}
.row_space12	{
  margin-bottom:12px !important;
}
.row_space15	{
  margin-bottom:15px !important;
}
.row_space20	{
  margin-bottom:20px !important;
}
.row_space24	{
  margin-bottom:24px !important;
}
.row_space30	{
  margin-bottom:30px !important;
}
.left10{padding-left:10px;}
.right{text-align:right;}
.b_blue{
	color:#036EB8;
	font-size:16px;
	font-weight:bold;
}

/*----------------------------------------------------
 #page
----------------------------------------------------*/
#page {
	overflow: hidden;
	width: 100%;
	/*width:320px;*/
	margin: 0 auto;
}
#page_se {
	overflow: hidden;
	width: 100%;
	/*width:640px;*/
	margin: 0 auto;
}
/*----------------------------------------------------
 ランドスケープ表示
----------------------------------------------------*/
@media all and (orientation:landscape) {
	#page {
		width:100%;
		/*width:320px;*/
	}
	#page_se {
		width:100%;
		/*width:640px;*/
	}
}
/*----------------------------------------------------
top
----------------------------------------------------*/
h1#logo	{
	float:left;
	padding-top:10px;
}
.headmenubt{
	float:right;
	width:88px;
	height:40px;
	border:#003463 1px solid;
	background: #005DB2;
	background:-webkit-gradient(
		linear, left top, left bottom,
		from(#0064bf),
		to(#004c91));
	background: linear-gradient(
		to bottom,
		#0064bf 0%,
		#004c91 100%
	);
	border-radius:8px 8px;
}
.headmenubt a{
	padding:12px 11px 0 11px;
	display:block;
}

#header	{
	background:url(../img/bg_head.png) no-repeat top left #FFF;
	background-size:320px 3px;
	padding:10px 10px 8px 10px;
	border-top:2px solid #005DB2;
	overflow:hidden;
}

#main_img{
	overflow:hidden;
	margin:0 auto;
	width:320px;
}
#main_img p{
	padding:180px 0 17px 88px;
}
#sc_area{
	width:320px;
	margin:0 auto;
	padding:5px 0 30px 0;
}
h2{
	margin-bottom:9px;
}
#kaitori_btn{
	width:320px;
	margin:0 auto 14px auto;
	overflow:hidden;
	padding:0 10px 5px 10px;
}

#kaitori_btn li.purchase{
	float:left;
	width:145px;
	height:100px;
	border:#D1D1D1 2px solid;
	background:-moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebec);
	background:-webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#ebebec));
	border-radius:4px;
	text-align:center;
	box-shadow:0px 4px 2px 0px rgba(0,0,0,0.4);
}
#kaitori_btn li.purchase a{
	display:block;
	padding:20px 0;
}
#kaitori_btn li.sparts{
	float:right;
	width:145px;
	height:100px;
	border:#990012 2px solid;
	background:-moz-linear-gradient(
		top,
		#cc0018 0%,
		#990012);
	background:-webkit-gradient(
		linear, left top, left bottom, 
		from(#cc0018),
		to(#990012));
	border-radius:4px;
	box-shadow:0px 4px 2px 0px rgba(0,0,0,0.4);
	text-align:center;
}
#kaitori_btn li.sparts a{
	display:block;
	padding:24px 0 16px 0;
}

.tel_btn{
	width:301px;
	margin:-5px auto 0 auto;
	text-align:center;
	border:#D1D1D1 2px solid;
	background:-moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebec);
	background:-webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#ebebec));
	border-radius:4px;
	box-shadow:0px 4px 2px 0px rgba(0,0,0,0.4);
}
.tel_btn a{
	display:block;
	padding:13px 0 9px 0;
}

#guide_area{
	border-top:#005DB2 4px solid;
	background:-moz-linear-gradient(
		top,
		#deebf5 0%,
		#b9daf5);
	background:-webkit-gradient(
		linear, left top, left bottom, 
		from(#deebf5),
		to(#b9daf5));
	overflow:hidden;
}
#nav{
	background:url(../img/bg_guide.png) no-repeat top center;
	background-size:12px 4px;
	padding:22px 0 30px 0;
}

#guide_area .gnav {
	margin: 16px auto 0 auto;
	padding: 0 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#guide_area .gnav li a,
#guide_area .gnav li a:visited	{
	padding-left:33px;
	display:block;
	border-bottom:1px solid #001F5C;
	color: #FFFFFF;
	font-size:15px;
	background: #005DB2;
	background:url(../img/arrow_wh.png) 20px center no-repeat,
	linear-gradient(
		to bottom,
		#0064bf 0%,
		#004c91 100%);
	background:url(../img/arrow_wh.png) 20px center no-repeat,
	-webkit-gradient(
		linear, left top, left bottom,
		from(#0064bf),
		to(#004c91));
	background-size:6px 8px,auto;
	height:50px;
	line-height:50px;
}
#guide_area .gnav li:last-child a	{
	-moz-border-radius:0 0 9px 9px;
	-webkit-border-radius:0 0 9px 9px;
	border-radius:0 0 9px 9px;
}
#guide_area .gnav li:first-child a	{
	-moz-border-radius:9px 9px 0 0;
	-webkit-border-radius:9px 9px 0 0;
	border-radius:9px 9px 0 0;
}

#shop_wrap h4{
	text-align:center;
	color:#FFF;
	line-height:25px;
	background:#000000;
}

#shop_wrap h5{
	background:#CCC;
	background: linear-gradient(
		#d1d1d1 0%,
		#efefef 21%,
		#efefef 100%);
	background: -webkit-linear-gradient(
		#d1d1d1 0%,
		#efefef 21%,
		#efefef 100%);
	line-height:35px;
	font-size:16px;
	color:#002E59;
	text-decoration:none;
	padding-left:10px;
	clear:both;
}
.shop_box{
	overflow:hidden;
	padding:15px 10px;
}
#shop_wrap a{
	color:#000;
}
.s_ph{
	width:100px;
	float:left;
}
.s_ac{
	width:190px;
	float:right;
}
.s_ac p.access{
	height:37px;
	line-height:20px;
	font-size:14px;
}

.btn_more{
	background: #005DB2;
	background:linear-gradient(
		#0075c0 0%,
		#0075c0 50%,
		#00459c 51%,
		#00459c 100%);
	background: -webkit-linear-gradient(
		#0075c0 0%,
		#0075c0 50%,
		#00459c 51%,
		#00459c 100%);
	border-radius:5px;
	width:104px;
	border:#003463 1px solid;
	text-align:center;
	float:right;
	padding:4px 0 0 0;
	height:22px;
}

footer{
	background:#000;
	padding:20px 10px;
}
footer ul li{
	background:url(../img/arrow_whbl.png) 15px center no-repeat,#235582;
	background-size:12px;
	border-radius:5px;
	line-height:35px;
	margin-bottom:2px;
}
footer ul li a{
	padding-left:32px;
	display:block;
	color:#FFF;
}
.copyright{
	line-height:22px;
	background:#005DB2;
	text-align:center;
	color:#FFF;
	font-size:14px;
	word-break: keep-all;
	word-wrap: break-word;
	padding:5px;
	width:100%;
	box-sizing:border-box;
}
.copyright a{
	color:#FFF;
}

/*----------------------------------------------------
 Second common
----------------------------------------------------*/
h2#title{
	background:#005DB2;
	color:#FFF;
	text-shadow: 1px -1px 0 #000102;
	box-shadow:0px 4px 2px 0px rgba(0,0,0,0.4);
	line-height:53px;
	height:50px;
	font-size:22px;
	text-align:center;
	margin-bottom:15px;
}

h3.subtit{
	line-height:22px;
	background:#CCC;
	background: linear-gradient(
		#d1d1d1 0%,
		#efefef 21%,
		#efefef 100%);
	background: -webkit-linear-gradient(
		#d1d1d1 0%,
		#efefef 21%,
		#efefef 100%);
	border-left:#005DB2 4px solid;
	font-size:16px;
	font-weight:bold;
	color:#002E59;
	padding:8px 12px 4px 12px;
	border-bottom:#B5B5B6 1px solid;
	margin-bottom:12px;
}
h3.subtit_nb{
	line-height:22px;
	background:#CCC;
	background: linear-gradient(
		#d1d1d1 0%,
		#efefef 21%,
		#efefef 100%);
	background: -webkit-linear-gradient(
		#d1d1d1 0%,
		#efefef 21%,
		#efefef 100%);
	border-left:#005DB2 4px solid;
	font-size:16px;
	font-weight:bold;
	color:#002E59;
	padding:8px 12px 4px 12px;
	border-bottom:#B5B5B6 1px solid;
	margin-bottom:0px;
}
section{
	margin-bottom:12px;
}
section p{
	padding:0px 10px 12px 10px;
	line-height:22px;
	font-size:14px;
}
section a{
	display:block;
	line-height:22px;
	padding:10px 0;
}
.contents{
	padding:0px 10px 12px 10px;
	line-height:22px;
	font-size:14px;
}
.contents p{
	margin-bottom:12px;
}
.contents a{
	display:block;
	line-height:22px;
	padding:10px 0;
}

.f_nav{
	padding:0px 7px 20px 7px;
	width:320px;
	margin:0 auto;
}
#sec_end{
	padding-bottom:12px;
	border-bottom:#C9CACA 2px solid;
	
}
.dllist{
	padding:0px 10px 2px 10px;
	line-height:22px;
	font-size:14px;
}
.dllist dt{
	color:#036EB8;
	font-size:16px;
	font-weight:bold;
}
.dllist dd{
	margin-bottom:15px;
}

.btn_sparts{
	height:55px;
	border:#990012 2px solid;
	background:-moz-linear-gradient(
		top,
		#cc0018 0%,
		#990012);
	background:-webkit-gradient(
		linear, left top, left bottom, 
		from(#cc0018),
		to(#990012));
	border-radius:4px;
	box-shadow:0px 4px 2px 0px rgba(0,0,0,0.4);
	text-align:center;
}
.btn_sparts02{
	height:60px;
	border:#E53000 2px solid;
	background:-moz-linear-gradient(
		top,
		#FF7300 0%,
		#FF4A00);
	background:-webkit-gradient(
		linear, left top, left bottom, 
		from(#FF7300),
		to(#FF4A00));
	border-radius:4px;
	box-shadow:0px 4px 2px 0px rgba(0,0,0,0.4);
	text-align:center;
}
.btn_sparts a,.btn_sparts02{
	display:block;
	padding:15px 0 15px 0;
}

.tel_btn_se{
	text-align:center;
	margin:-5px auto 0 auto;
	border:#D1D1D1 2px solid;
	background:-moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebec);
	background:-webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#ebebec));
	border-radius:4px;
	box-shadow:0px 4px 2px 0px rgba(0,0,0,0.4);
}
.tel_btn_se a{
	display:block;
	padding:13px 0 9px 0;
}
.tel_btn_hq{
	width:260px;
	text-align:center;
	margin:0 auto;
	border:#D1D1D1 2px solid;
	background:-moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebec);
	background:-webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#ebebec));
	border-radius:4px;
	box-shadow:0px 4px 2px 0px rgba(0,0,0,0.4);
}
.tel_btn_hq a{
	display:block;
	padding:13px 0 12px 0;
}


/*最新情報*/
dl#old_picks{
	margin-bottom:30px;
}
#old_picks dt{
	line-height:39px;
	height:35px;
	background:#CCC;
	background: linear-gradient(
		#d1d1d1 0%,
		#efefef 21%,
		#efefef 100%);
	background: -webkit-linear-gradient(
		#d1d1d1 0%,
		#efefef 21%,
		#efefef 100%);
	border-left:#005DB2 4px solid;
	font-size:16px;
	font-weight:bold;
	color:#002E59;
	padding-left:12px;
	border-bottom:#B5B5B6 1px solid;
}
#old_picks dd{
	font-size:14px;
	line-height:22px;
	margin-bottom:5px;
	padding:11px 10px 0 10px;
}
/*#old_picks dd a{
	display:block;
}*/

/*自動車リサイクル法とは*/
.green_box{
	background:#559C2C;
	border:#559C2C 4px solid;
	border-radius:4px;
	margin:0 10px;
}
.green_box h4{
	font-size:19px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	line-height:43px;
	height:45px;
}
.green_box div{
	background:#FFF;
	padding:14px 12px;
	border-radius:0 0 4px 4px;
	line-height:22px;
}
.blue_box{
	background:#1375D1;
	border:#1375D1 4px solid;
	border-radius:4px;
	margin:0 10px;
}
.blue_box h3,.blue_box h4{
	font-size:19px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	line-height:43px;
	height:45px;
}
.blue_box div{
	background:#FFF;
	padding:14px 12px;
	border-radius:0 0 4px 4px;
}
.blue_box div dl{
	line-height:22px;
	margin-bottom:-15px;
}
.blue_box div dt{
	color:#036EB8;
	font-size:16px;
	font-weight:bold;
}
.blue_box div dd{
	margin-bottom:15px;
}

/*廃車時に必要な書類・手続き*/

.fm_dl{
	padding:0px 10px 12px 10px;
}
.fm_dl dt{
	font-size:15px;
	font-weight:bold;
	color:#005DB2;
	border-bottom:#005DB2 1px solid;
	line-height:26px;
}
.fm_dl dd{
	line-height:22px;
	font-size:14px;
	padding-bottom:10px;
}
.fom_ul li{
	display:block;
	clear:both;
}
.fom_ul li a{
	color:#1A0DAB;
}
.pdf {
    background-color: #c00;
    border-radius: 4px;
	float:left;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 2px 5px;
	line-height:18px;
	margin-right:10px;
	margin-top:9px;
}
/*リサイクルパーツの購入*/
.exclusive_hq{
	background:#EDEEFF;
	padding:9px 10px 11px 10px;
}
.exclusive_eco{
	background:#DAF7E5;
	padding:9px 10px 11px 10px;
}
.exclusive_hq dt,.exclusive_eco dt{
	width:300px;
	margin:0 auto;
}
.exclusive_hq .tel_btn_se{
	text-align:center;
	margin:-5px auto 0 auto;
	border:#D1D1D1 2px solid;
	background:-moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebec);
	background:-webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#ebebec));
	border-radius:4px;
	box-shadow:0px 4px 2px 0px rgba(0,0,0,0.4);
	width:300px;
}
.exclusive_hq .tel_btn_se a{
	display:block;
	padding:13px 0 9px 0;
}
.exclusive_eco .tel_btn_se{
	text-align:center;
	margin:-5px auto 0 auto;
	border:#D1D1D1 2px solid;
	background:-moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebec);
	background:-webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#ebebec));
	border-radius:4px;
	box-shadow:0px 4px 2px 0px rgba(0,0,0,0.4);
	width:300px;
}
.exclusive_eco .tel_btn_se a{
	display:block;
	padding:13px 0 9px 0;
}

.parts_flow dt{
	background:#DBEDFC;
	text-align:center;
	line-height:35px;
	font-size:16px;
	font-weight:bold;
}
.parts_flow dd{
	padding-bottom:10px;
}


/*整備工場ecoカードック*/
.ecoab_dl{
	border-bottom:#898989 1px solid;
	margin:0px 10px;
}
.ecoab_dl dt{
	line-height:30px;
	background:#DBEDFC;
	padding-left:11px;
	color:#005DB2;
	font-weight:bold;
	font-size:14px;
}
.ecoab_dl dd{
	border-left:#898989 1px solid;
	border-right:#898989 1px solid;
	line-height:30px;
	padding-left:11px;
}
.f_nav_blue{
	padding:20px 10px;
	margin:0 auto;
	background:#E6F6FF;
	line-height:21px;
	color:#005DB2;
	font-weight:bold;
}
.f_nav_blue dl,.f_nav_blue p{
	width:300px;
	margin:0 auto;
}
.f_nav_blue dt{
	margin-bottom:5px;
}

/*フロントガラス修理・交換*/
.red_box{
	background:#FFEDED;
	border:#C30D23 1px solid;
	padding:10px 9px;
	color:#C30D23;
	margin:0px 10px;
}

/*会社案内*/
#syaze{
	background:#FFF;
	background: linear-gradient(
		#C9EDFF 0%,
		#ffffff 25%,
		#ffffff 82%,
		#91D9FF 100%);
	background: -webkit-linear-gradient(
		#C9EDFF 0%,
		#ffffff 25%,
		#ffffff 82%,
		#91D9FF 100%);
	text-align:center;
	padding:48px 0 38px 0;
}
#syaze h4{
	margin-bottom:36px;
}
#syaze li{
	padding-bottom:14px;
}

.comp_dl{
	margin:0 0 10px 0px;
}
.comp_dl dt{
	line-height:35px;
	background:#DBEDFC;
	padding-left:10px;
	font-weight:bold;
	font-size:16px;
}
.comp_dl dd{
	line-height:22px;
	padding:5px 10px 15px 10px;
}

/*サイトマップ*/
.sitemap_list{
	padding:0 10px 25px 10px;
}
.sitemap_list li{
	list-style:disc outside;
	line-height:42px;
	margin-left:15px;
	color:#1A0DAB;
}
.sitemap_list li a{
	display:block;
	list-style:disc outside;
	color:#1A0DAB;
}

/*お問合せ*/
.form_dl{
	margin-bottom:16px;
}
.form_dl dt{
	line-height:27px;
	font-size:14px;
	background:#1D7A43;
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:10px;
}

.form_dl dt.op_dt{
	line-height:27px;
	font-size:14px;
	background:#3F4296;
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:10px;
}

.must {
    background-color:#FFD9DD;
    border-radius: 4px;
	float:left;
    color:#A60014;
    display: block;
    font-size: 12px;
    padding: 1px 3px;
	line-height:18px;
	margin-right:5px;
	margin-top:4px;
}
.form_dl dd{
	margin:0 10px 15px 10px;
	overflow:hidden;
}
.form_dl dd input{
	border-radius:6px;
	font-size:16px;
	border:#9FA0A0 1px solid;
	box-shadow:0px 0px 8px 3px rgba(0,0,0,0.2) inset;
	margin-bottom:10px;
	padding-left:12px;
}
input.tx_box{
	width:100%;
	height:30px;
	line-height:30px;
}
textarea.tx_box{
	width:100%;
	line-height:30px;
}
.form_dl dd textarea{
	border-radius:6px;
	font-size:16px;
	border:#9FA0A0 1px solid;
	box-shadow:0px 0px 8px 3px rgba(0,0,0,0.2) inset;
	margin-bottom:15px;
	padding:6px 12px 12px 12px;
}

.cbtn{
	display: block;
	overflow: hidden;
	margin:10px auto 40px auto;
	width:220px;
	height:55px;
	border-radius:5px;
	padding:10px;
	background:url(../contact/img/btn_confirm.png),-webkit-linear-gradient(
	top, #ffffff 0%,
	#ffffff 25%,
	#dedede 100%);
    background:url(../contact/img/btn_confirm.png),linear-gradient(
	to bottom, #ffffff 0%,
	#ffffff 25%,
	#dedede 100%);
    background-repeat:no-repeat;
    background-position:center;
	background-size:158px 21px,auto;
	border:#005DB2 2px solid;
	cursor:pointer;
	*padding-top:0;
	*line-height:0;
	*height:35px;
	box-shadow:0px 4px 2px 0px rgba(0,0,0,0.4);
}
.bbtn{
	display: block;
	overflow: hidden;
	margin:10px auto 15px auto;
	width:220px;
	height:55px;
	border-radius:5px;
	padding:10px;
	background:url(../contact/img/btn_back.png),-webkit-linear-gradient(
	top, #ffffff 0%,
	#ffffff 25%,
	#dedede 100%);
    background:url(../contact/img/btn_back.png),linear-gradient(
	to bottom, #ffffff 0%,
	#ffffff 25%,
	#dedede 100%);
    background-repeat:no-repeat;
    background-position:center;
	background-size:173px 22px,auto;
	border:#005DB2 2px solid;
	cursor:pointer;
	*padding-top:0;
	*line-height:0;
	*height:35px;
	box-shadow:0px 4px 2px 0px rgba(0,0,0,0.4);
}
.sbtn{
	display: block;
	overflow: hidden;
	margin:10px auto 40px auto;
	width:220px;
	height:55px;
	border-radius:5px;
	padding:10px;
	background:url(../contact/img/btn_submit.png),-webkit-linear-gradient(
	top, #ffffff 0%,
	#ffffff 25%,
	#dedede 100%);
    background:url(../contact/img/btn_submit.png),linear-gradient(
	to bottom, #ffffff 0%,
	#ffffff 25%,
	#dedede 100%);
    background-repeat:no-repeat;
    background-position:center;
	background-size:108px 23px,auto;
	border:#005DB2 2px solid;
	cursor:pointer;
	*padding-top:0;
	*line-height:0;
	*height:35px;
	box-shadow:0px 4px 2px 0px rgba(0,0,0,0.4);
}
.ssl_wrap{
	background:#F7F7F7;
	border:#CFCFCF 1px solid;
	padding:10px;
	margin:0 10px 21px 10px;
	color:#231815;
}
.ssl_wrap a{
	color:#231815;
	text-decoration:underline;
}
.ssl_tit{
	text-align:center;
	font-weight:bold;
}
.att_box{
	background:#FFEDED;
	border:#FF8080 1px solid;
	padding:10px 9px;
	color:#C30D23;
}
.error{
	color:#C30D23;
}

/*ご予約*/
.form_tit{
	background:#CCC;
	background: linear-gradient(
		#d1d1d1 0%,
		#efefef 21%,
		#efefef 100%);
	background: -webkit-linear-gradient(
		#d1d1d1 0%,
		#efefef 21%,
		#efefef 100%);
	line-height:35px;
	font-size:18px;
	color:#002E59;
	text-align:center;
}
.ank_dl{
	margin-bottom:16px;
}
.ank_dl dt{
	line-height:27px;
	font-size:14px;
	background:#3F4296;
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:10px;
}
.option {
    background-color:#CCD7FF;
    border-radius: 4px;
	float:left;
    color:#011663;
    display: block;
    font-size: 12px;
    padding: 1px 3px;
	line-height:18px;
	margin-right:5px;
	margin-top:4px;
}
.ank_dl dd{
	margin:0 10px 15px 10px;
	overflow:hidden;
}
.ank_dl dd input{
	border-radius:6px;
	line-height:30px;
	font-size:16px;
	border:#9FA0A0 1px solid;
	box-shadow:0px 0px 8px 3px rgba(0,0,0,0.2) inset;
	margin-bottom:10px;
	padding-left:12px;
}
.ank_dl dd textarea{
	border-radius:6px;
	font-size:16px;
	border:#9FA0A0 1px solid;
	box-shadow:0px 0px 8px 3px rgba(0,0,0,0.2) inset;
	margin-bottom:15px;
	padding:12px;
}
.form_dl dd ul li{
	width:50%;
	float:left;
}

.form_dl dd ul li label{
	width:98%;
	float:left;
	border:#B5B5B6 1px solid;
	background:#EFEFEF;
	height:32px;
	line-height:35px;
	font-size:15px;
	display:block;
}
.ank_dl dd ul li{
	width:50%;
	float:left;
}

.ank_dl dd ul li label{
	width:98%;
	float:left;
	border:#B5B5B6 1px solid;
	background:#EFEFEF;
	height:32px;
	line-height:35px;
	font-size:15px;
	display:block;
}
select{
	font-size:17px;
	padding:5px;
	margin-bottom:5px;
	width:100%;
	}

/*無料査定フォーム*/
select.sparts{
	font-size:17px;
	padding:5px;
	margin-bottom:5px;
	width:60%;
	}

.holyday_box{
	border:2px solid #005DB2;
	background:#FFF;
	padding:15px;
	line-height:25px;
	margin:0 15px 20px 15px;
	margin-top:10px;
	text-align:center;
}
.holyday_box p{
	padding-bottom:5px;
}

.holyday_box02{
	border:2px solid #005DB2;
	background:#FFF;
	padding:15px;
	line-height:25px;
	margin:0 15px 20px 15px;
	margin-top:10px;
}
.holyday_box02 p{
	padding-bottom:5px;
}

/*ecoカードックよりお知らせ*/
.att_wrap{
	border:#039 2px solid;
	padding:15px 15px 0 15px;
	margin:23px 10px;
}
.att_wrap #tit{
	font-size:20px;
	font-weight:bold;
	color:#36F;
	text-align:center;
}
.att_wrap p{
	padding-bottom:15px;
	font-size:15px;
}

.notice_box{
	border:1px solid #005DB2;
	background:#FFF;
	padding:50px 120px;
	line-height:25px;
	margin-bottom:20px;
	margin-top:10px;
	text-align:left;
	font-size:16px;
	line-height:30px;
}
.notice_box p.right_o{
	text-align:right;
	padding-right:20px;
}

/*個人情報*/
.privacy_attention{
	padding:0 10px 20px 10px;
	box-sizing:border-box;
}
.privacy_list{
	margin-bottom:15px;
	padding:0 10px;
	box-sizing:border-box;
}
.privacy_list li{
	list-style: disc;
    margin-left: 20px;
}

/*トップページのリンクボタン*/
.sp_saiyou {
    background: #1AC2FC;
    width: 320px;
    height: 65px;
    margin: 30px auto 0;
    text-align: center;
}
.sp_saiyou a {
	color:#fff;
    text-decoration: none;
    display: block;
}
.sp_saiyou a span {
    background: url(../img/icon_sp_recruit.png) no-repeat left bottom 15px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 65px;
    padding-left: 45px;
    display: inline-block;
}

/*200604_板金*/
.bankin{
	background:#006;
	margin-bottom:20px;
	
}
.bankin a {
	color:#fff;
	padding:10px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	display:block;
	box-sizing:border-box;
	height:75px;
}
.bankin a span{
	font-size:24px;
}
.bankin a:hover{
	background:#f60;
}



/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
.nav_newitem a:after,
.service_nav ul:after,
.g_head:after,
.foot_bnav:after,
.ph_txt_wrap:after,
.img_column:after,
.voice_bt_wrap:after,
.item_sample_cont:after,
.item_use_wrap:after { content: ''; display: block; clear: both; }




.row_space_10{
	margin-bottom:10px;
}

@media only screen and (max-width: 767px) {
.btm0 {
	padding:0 !important;
}
.sp_row10 {
	margin-bottom:10px !important;
}
.btn_rowspace {
	margin-bottom:60px !important;
}
#recruit_title {
	background:url(../recruit/img/bg_main_sp.jpg) no-repeat left;
	height:300px;
}
#recruit_title h2 {
	width:100%;
	padding:30px 10px 0;
	box-sizing:border-box;
	margin:0 auto;
}
#recruit_title h2 img {
	max-width:100%;
	height:auto;
}
#entry_header {
	width:100%;
	display:flex;
	margin:0 auto;
	height:80px;
	align-items: center;
	justify-content: space-between;
}
#entry_header h1 {
	padding-bottom:0;
}
#entry_header h1 img {
	max-width:80%;
	height:auto;
	padding-left:5px;
	box-sizing:border-box;
}
#entry_header div {
	float:right;
	display:none;
}
.entry_contents {
	width:100%;
	margin:0 auto 30px;
}
.entry_main {
	width:100%;
	margin:0 auto;
	padding:0 10px;
	box-sizing:border-box;
}
.recruit_tit_w {
	background:none;
	width:100%;
	margin:50px auto 30px;
	padding-left:0 !important;
}
.recruit_tit {
	background:none;
	width:100%;
	margin:50px auto 30px;
	padding-left:0 !important;
}
.recruit_tit, .recruit_tit_w {
	background:none;
	color:#005DB2;
	width:100%;
	margin:30px auto;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
	line-height:40px;
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
	font-size:26px;
	font-weight:inherit;
}
.recruit_tit:before, .recruit_tit:after, .recruit_tit_w:before, .recruit_tit_w:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, rgba(0,93,178,1) 0%, rgba(125,237,255,1) 50%, rgba(0,93,178,1) 100%);
}
.recruit_tit_orange {
	background:none;
	color:#FF6700;
	width:100%;
	margin:50px auto 20px;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
	line-height:40px;
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
	font-size:26px;
	font-weight:inherit;
}
.recruit_tit_orange:before, .recruit_tit_orange:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, rgba(255,103,0,1) 0%, rgba(255,208,31,1) 50%, rgba(255,103,0,1) 100%);
}
.recruit_tit_green {
	background:none;
	color:#22AF00;
	width:100%;
	margin:50px auto 20px;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
	line-height:40px;
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
	font-size:26px;
	font-weight:inherit;
}
.recruit_tit_green:before, .recruit_tit_green:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, rgba(3,175,0,1) 0%, rgba(122,255,95,1) 50%, rgba(3,175,0,1) 100%);
}
.recruit_tit_violet {
	background:none;
	color:#8600FF;
	width:100%;
	margin:50px auto 20px;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
	line-height:40px;
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
	font-size:26px;
	font-weight:inherit;
}
.recruit_tit_violet:before, .recruit_tit_violet:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, #8600ff 0%, #d59fff 50%, #8600ff 100%);
}
.recruit_tit_red {
	background:none;
	color:#DF0028;
	width:100%;
	margin:50px auto 20px;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
	line-height:40px;
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
	font-size:26px;
	font-weight:inherit;
}
.recruit_tit_red:before, .recruit_tit_red:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, #e90028 0%, #ffbfc8 50%, #e90028 100%);
}
.recruit_tit span, .recruit_tit_w span, .recruit_tit_orange span, .recruit_tit_green span, .recruit_tit_violet span, .recruit_tit_red span {
	padding:10px 0;
	display: block;
}
.recruit_tit img, .recruit_tit_orange img, .recruit_tit_green img, .recruit_tit_violet img, .recruit_tit_red img, .recruit_tit_w img {
	display:none;
}
.salmon_wrap {
	position: relative;
	overflow:hidden;
	margin-bottom:80px;
	padding:0 10px 30px;
}
.salmon_wrap:before {
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	margin:0;
	background:url(../recruit/img/bg_salmon_back.png);
	z-index:-1;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-0deg);
}
.salmon {
	background:none;
	height:auto;
	position:relative;
	width:100%;
	margin:0 auto;
}
.salmon p {
	position:inherit;
	top:0;
	left:0;
	border:1px solid #005DB2;
	background:rgba(255,255,255,0.8);
	padding:35px 10px;
	font-size:14px;
	width:100%;
	border-radius:10px;
	box-sizing:border-box;
}
.salmon p img {
	max-width:100%;
	height:auto;
}
.recruitment {
	display:block;
	margin:30px auto 0;
	width:100%;
	flex-wrap:wrap;
	max-width:400px;
}
.recruitment_under{
	display:block;
	margin:30px auto 0;
	width:100%;
	flex-wrap:wrap;
}
.recruitment p ,.recruitment_under p{
	margin-right:0;
	margin-bottom:30px;
}
.recruitment p:last-child ,.recruitment_under p:last-child{
	margin-right:0;
	margin-bottom:0;
}
.recruit_blue {
	background:url(../recruit/img/btn_bisou_on.jpg) no-repeat center top;
	text-align:center;
	max-width:400px;
	width:100%;
	height:auto;
	background-size:contain;
}
.recruit_blue img {
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_blue a {
	display: inline-block;
}
.recruit_blue a:hover {
	background-color: transparent; /* IE6対応 */
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_blue a:hover img {
	visibility: hidden;
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_orenge {
	background:url(../recruit/img/btn_seibi_on.jpg) no-repeat center top;
	text-align:center;
	max-width:400px;
	width:100%;
	height:auto;
	background-size:contain;
}
.recruit_orenge img {
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_orenge a {
	display: inline-block;
}
.recruit_orenge a:hover {
	background-color: transparent; /* IE6対応 */
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_orenge a:hover img {
	visibility: hidden;
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_green {
	background:url(../recruit/img/btn_hanbai_on.jpg) no-repeat center top;
	text-align:center;
	text-align:center;
	max-width:400px;
	width:100%;
	height:auto;
	background-size:contain;
}
.recruit_green img {
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_green a {
	display: inline-block;
}
.recruit_green a:hover {
	background-color: transparent; /* IE6対応 */
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_green a:hover img {
	visibility: hidden;
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_violet {
	background:url(../recruit/img/btn_yusou_on.jpg) no-repeat center top;
	text-align:center;
	text-align:center;
	max-width:400px;
	width:100%;
	height:auto;
	background-size:contain;
}
.recruit_violet img {
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_violet a {
	display: inline-block;
}
.recruit_violet a:hover {
	background-color: transparent; /* IE6対応 */
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_violet a:hover img {
	visibility: hidden;
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_red {
	background:url(../recruit/img/btn_bunkai_on.jpg) no-repeat center top;
	text-align:center;
	text-align:center;
	max-width:400px;
	width:100%;
	height:auto;
	background-size:contain;
}
.recruit_red img {
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_red a {
	display: inline-block;
}
.recruit_red a:hover {
	background-color: transparent; /* IE6対応 */
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_red a:hover img {
	visibility: hidden;
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_wrap {
	background:url(../recruit/img/bg_orange_back_sp.png) repeat-x left top 1140px, url(../recruit/img/bg_green_back_sp.png) repeat-x left top 2800px, url(../recruit/img/bg_violet_back_sp.png) repeat-x left bottom 3820px, url(../recruit/img/bg_red_back_sp.png) repeat-x left bottom 2120px, url(../recruit/img/bg_blue_back_sp.png) repeat-x left bottom 600px;
}
.recruit_inner {
	margin:0 auto 120px;
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
}
.recruit_content {
	border:1px solid #005DB2;
	/*border-bottom:none;*/
	font-size:14px;
	width:100%;
}
.recruit_info {
	background:none;
	height:auto;
	margin-bottom:0;
	position:inherit;
}
.recruit_info_b, .recruit_info_o, .recruit_info_g ,.recruit_info_v, .recruit_info_r {
	width:100%;
	margin:0 auto 20px;
	position:inherit;
	left:0;
	right:0;
	top:7px;
	font-size:14px;
	background:rgba(255,255,255,0.7);
	padding:10px;
	box-sizing:border-box;
}
.recruit_content th {
	width: 100%;
	display: block;
	box-sizing: border-box;
	background:#1AC2FC;
	border-bottom:1px solid #005DB2;
	font-size:14px;
	line-height:50px;
	font-weight:inherit;
}
.recruit_content td {
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-bottom:1px solid #005DB2;
	border-left:none;
	padding:20px;
	vertical-align:top;
	background:#fff;
}
.recruit_content td ol li {
	margin:0 0 14px 20px;
}
.recruit_content td ol li:last-child {
	margin-bottom:0;
}
.entry_btn {
	position: relative;
	padding:4px;
	border: none;
	background-color: transparent;
	outline: none;
	font-size: 18px;
	margin:60px auto;
	width:100%;
	z-index:1;
	box-sizing:border-box;
}
.btn_blue_text {
	color:#005DB2;
	position:relative;
	font-size:24px;
	border:none;
	background: url(../recruit_contact/img/bg_bluearrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
	width:100%;
	padding:10px 0;
	z-index:5;
	cursor: pointer;
}
.btn_blue_text02 {
	color:#005DB2;
	position:relative;
	font-size:24px;
	border:none;
	background: url(../recruit/img/bg_bluearrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
	width:100%;
	padding:10px 0;
	z-index:5;
	cursor: pointer;
}
.btn_blue_text02 a {
	display:block;
	color:#005DB2;
	position:relative;
	z-index:5;
	cursor: pointer;
	text-decoration:none;
}
.entry_btn.entry_btn_blue {
	color:#005DB2;
}
.entry_btn.entry_btn_blue.entry_btn_blue::after, .entry_btn.entry_btn_blue.entry_btn_blue::before {
	content: "";
	display: block;
	position: absolute;
	width:20%;
	height:50%;
	border:1px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.entry_btn.entry_btn_blue.entry_btn_blue::after {
	bottom:-5px;
	right:-5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #005DB2;
	border-right-color: #005DB2;
}
.entry_btn.entry_btn_blue.entry_btn_blue::before {
	top:-5px;
	left:-5px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #005DB2;
	border-left-color: #005DB2;
}
.entry_btn.entry_btn_blue.entry_btn_blue:hover:after, .entry_btn.entry_btn_blue.entry_btn_blue:hover:before {
	border-bottom-color: #005DB2;
	border-right-color: #005DB2;
	border-top-color: #005DB2;
	border-left-color: #005DB2;
	width: 100%;
	height: 100%;
}
.btn_orange_text {
	color:#FF7300;
	position:relative;
	font-size:24px;
	border:none;
	background: url(../recruit/img/bg_orangearrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
	width:100%;
	padding:10px 0;
	z-index:5;
	cursor: pointer;
}
.btn_orange_text a {
	display:block;
	color:#FF7300;
	position:relative;
	z-index:5;
	cursor: pointer;
	text-decoration:none;
}
.entry_btn.entry_btn_orange {
	color:#FF7300;
}
.entry_btn.entry_btn_orange.entry_btn_orange::after, .entry_btn.entry_btn_orange.entry_btn_orange::before {
	content: "";
	display: block;
	position: absolute;
	width:20%;
	height:50%;
	border:1px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.entry_btn.entry_btn_orange.entry_btn_orange::after {
	bottom:-5px;
	right:-5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #FF7300;
	border-right-color: #FF7300;
}
.entry_btn.entry_btn_orange.entry_btn_orange::before {
	top:-5px;
	left:-5px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #FF7300;
	border-left-color: #FF7300;
}
.entry_btn.entry_btn_orange.entry_btn_orange:hover:after, .entry_btn.entry_btn_orange.entry_btn_orange:hover:before {
	border-bottom-color: #FF7300;
	border-right-color: #FF7300;
	border-top-color: #FF7300;
	border-left-color: #FF7300;
	width: 100%;
	height: 100%;
}
.btn_green_text {
	color:#22AF00;
	position:relative;
	font-size:24px;
	border:none;
	background: url(../recruit/img/bg_greenarrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
	width:100%;
	padding:10px 0;
	z-index:5;
	cursor: pointer;
}
.btn_green_text a {
	display:block;
	color:#22AF00;
	position:relative;
	z-index:5;
	cursor: pointer;
	text-decoration:none;
}
.entry_btn.entry_btn_green {
	color:#22AF00;
}
.entry_btn.entry_btn_green.entry_btn_green::after, .entry_btn.entry_btn_green.entry_btn_green::before {
	content: "";
	display: block;
	position: absolute;
	width:20%;
	height:50%;
	border:1px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.entry_btn.entry_btn_green.entry_btn_green::after {
	bottom:-5px;
	right:-5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #22AF00;
	border-right-color: #22AF00;
}
.entry_btn.entry_btn_green.entry_btn_green::before {
	top:-5px;
	left:-5px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #22AF00;
	border-left-color: #22AF00;
}
.entry_btn.entry_btn_green.entry_btn_green:hover:after, .entry_btn.entry_btn_green.entry_btn_green:hover:before {
	border-bottom-color: #22AF00;
	border-right-color: #22AF00;
	border-top-color: #22AF00;
	border-left-color: #22AF00;
	width: 100%;
	height: 100%;
}
.btn_violet_text {
	color:#8600FF;
	position:relative;
	font-size:24px;
	border:none;
	background: url(../recruit/img/bg_violetarrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
	width:100%;
	padding:10px 0;
	z-index:5;
	cursor: pointer;
}
.btn_violet_text a {
	display:block;
	color:#8600FF;
	position:relative;
	z-index:5;
	cursor: pointer;
	text-decoration:none;
}
.entry_btn.entry_btn_violet {
	color:#8600FF;
}
.entry_btn.entry_btn_violet.entry_btn_violet::after, .entry_btn.entry_btn_violet.entry_btn_violet::before {
	content: "";
	display: block;
	position: absolute;
	width:20%;
	height:50%;
	border:1px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.entry_btn.entry_btn_violet.entry_btn_violet::after {
	bottom:-5px;
	right:-5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #8600FF;
	border-right-color: #8600FF;
}
.entry_btn.entry_btn_violet.entry_btn_violet::before {
	top:-5px;
	left:-5px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #8600FF;
	border-left-color: #8600FF;
}
.entry_btn.entry_btn_violet.entry_btn_violet:hover:after, .entry_btn.entry_btn_violet.entry_btn_violet:hover:before {
	border-bottom-color: #8600FF;
	border-right-color: #8600FF;
	border-top-color: #8600FF;
	border-left-color: #8600FF;
	width: 100%;
	height: 100%;
}
.btn_red_text {
	color:#DF0028;
	position:relative;
	font-size:24px;
	border:none;
	background: url(../recruit/img/bg_redarrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
	width:100%;
	padding:10px 0;
	z-index:5;
	cursor: pointer;
}
.btn_red_text a {
	display:block;
	color:#DF0028;
	position:relative;
	z-index:5;
	cursor: pointer;
	text-decoration:none;
}
.entry_btn.entry_btn_red {
	color:#DF0028;
}
.entry_btn.entry_btn_red.entry_btn_red::after, .entry_btn.entry_btn_red.entry_btn_red::before {
	content: "";
	display: block;
	position: absolute;
	width:20%;
	height:50%;
	border:1px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.entry_btn.entry_btn_red.entry_btn_red::after {
	bottom:-5px;
	right:-5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #DF0028;
	border-right-color: #DF0028;
}
.entry_btn.entry_btn_red.entry_btn_red::before {
	top:-5px;
	left:-5px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #DF0028;
	border-left-color: #DF0028;
}
.entry_btn.entry_btn_red.entry_btn_red:hover:after, .entry_btn.entry_btn_red.entry_btn_red:hover:before {
	border-bottom-color: #DF0028;
	border-right-color: #DF0028;
	border-top-color: #DF0028;
	border-left-color: #DF0028;
	width: 100%;
	height: 100%;
}
.entry_dlist {
	text-align:center;
}
.entry_dlist dt {
	font-weight:bold;
	font-size:16px;
	color:##FF3094;
}
.entry_dlist dd {
	margin-bottom:10px;
	font-size:16px;
}
#topcontrol {
	position: fixed;
	bottom:10px !important;
	right:10px !important;
	opacity: 1;
	cursor: pointer;
	z-index:5;
}
#topcontrol img {
	width:40px;
	height:40px;
}
.tab_img_fish{
	margin:30px auto 0;
	text-align:center;
	display:block;
}
}
@media screen and (max-width: 768px) and (min-width: 401px) {
.recruitment_under {
    display: block;
    margin: 30px auto 0;
    width: 400px;
    flex-wrap: wrap;
}
}
@media screen and (max-width: 768px) and (min-width: 528px) {
.recruit_wrap {
	background:url(../recruit/img/bg_orange_back_sp.png) repeat-x left top 1550px,url(../recruit/img/bg_green_back_sp.png) repeat-x left top 3770px, url(../recruit/img/bg_violet_back_sp.png) repeat-x left bottom 4880px, url(../recruit/img/bg_red_back_sp.png) repeat-x left bottom 2750px, url(../recruit/img/bg_blue_back_sp.png) repeat-x left bottom 780px;
}
.br_tb {
	display:none;
}
}
@media screen and (min-width:768px) and (max-width:960px) {
.btm0 {
	padding:0 !important;
}
.sp_row10 {
	margin-bottom:10px !important;
}
.btn_rowspace {
	margin-bottom:60px !important;
}
.br_tb {
	display:none;
}
#recruit_title {
	background:url(../recruit/img/bg_main_sp.jpg) no-repeat left;
	height:300px;
}
#recruit_title h2 {
	width:100%;
	padding:30px 10px 0;
	box-sizing:border-box;
	margin:0 auto;
}
#recruit_title h2 img {
	max-width:100%;
	height:auto;
}
#entry_header {
	width:100%;
	display:flex;
	margin:0 auto;
	height:80px;
	align-items: center;
	justify-content: space-between;
}
#entry_header h1 {
	padding-bottom:0;
}
#entry_header h1 img {
	max-width:80%;
	height:auto;
	padding-left:5px;
	box-sizing:border-box;
}
#entry_header div {
	float:right;
	display:none;
}
.entry_contents {
	width:100%;
	margin:0 auto 30px;
}
.entry_main {
	width:100%;
	margin:0 auto;
	padding:0 10px;
	box-sizing:border-box;
}
.recruit_tit_w {
	background:none;
	width:100%;
	margin:50px auto 30px;
	padding-left:0 !important;
}
.recruit_tit {
	background:none;
	color:#005DB2;
	width:100%;
	margin:50px auto 30px;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
}
.recruit_tit {
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
}
.recruit_tit:before, .recruit_tit:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, rgba(0,93,178,1) 0%, rgba(125,237,255,1) 50%, rgba(0,93,178,1) 100%);
}
.recruit_tit {
	background:none;
	width:100%;
	margin:50px auto 30px;
	padding-left:0 !important;
}
.recruit_tit, .recruit_tit_w {
	background:none;
	color:#005DB2;
	width:100%;
	margin:30px auto;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
	line-height:40px;
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
	font-weight:inherit;
	font-size:26px;
}
.recruit_tit:before, .recruit_tit:after, .recruit_tit_w:before, .recruit_tit_w:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, rgba(0,93,178,1) 0%, rgba(125,237,255,1) 50%, rgba(0,93,178,1) 100%);
}
.recruit_tit_orange {
	background:none;
	color:#FF6700;
	width:100%;
	margin:50px auto 20px;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
	line-height:40px;
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
	font-weight:inherit;
	font-size:26px;
}
.recruit_tit_orange:before, .recruit_tit_orange:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, rgba(255,103,0,1) 0%, rgba(255,208,31,1) 50%, rgba(255,103,0,1) 100%);
}
.recruit_tit_green {
	background:none;
	color:#22AF00;
	width:100%;
	margin:50px auto 20px;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
	line-height:40px;
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
	font-weight:inherit;
	font-size:26px;
}
.recruit_tit_green:before, .recruit_tit_green:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, rgba(3,175,0,1) 0%, rgba(122,255,95,1) 50%, rgba(3,175,0,1) 100%);
}
.recruit_tit_violet {
	background:none;
	color:#8600FF;
	width:100%;
	margin:50px auto 20px;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
	line-height:40px;
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
	font-weight:inherit;
	font-size:26px;
}
.recruit_tit_violet:before, .recruit_tit_violet:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, #8600ff 0%, #d59fff 50%, #8600ff 100%);
}
.recruit_tit_red {
	background:none;
	color:#DF0028;
	width:100%;
	margin:50px auto 20px;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
	line-height:40px;
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
	font-weight:inherit;
	font-size:26px;
}
.recruit_tit_red:before, .recruit_tit_red:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, #e90028 0%, #ffbfc8 50%, #e90028 100%);
}
.recruit_tit span, .recruit_tit_w span, .recruit_tit_orange span, .recruit_tit_green span, .recruit_tit_violet span, .recruit_tit_red span {
	padding:10px 0;
	display:block;
}
.recruit_tit img, .recruit_tit_orange img, .recruit_tit_green img, .recruit_tit_violet img, .recruit_tit_red img, .recruit_tit_w img {
	display:none;
}
.salmon_wrap {
	position: relative;
	overflow:hidden;
	margin-bottom:80px;
	padding:0 10px 30px;
}
.salmon_wrap:before {
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	margin:0;
	background:url(../recruit/img/bg_salmon_back.png);
	z-index:-1;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-0deg);
}
.salmon {
	background:none;
	height:auto;
	position:relative;
	width:100%;
	margin:0 auto;
}
.salmon p {
	position:inherit;
	top:0;
	left:0;
	border:1px solid #005DB2;
	background:rgba(255,255,255,0.8);
	padding:35px 10px;
	font-size:16px;
	width:100%;
	border-radius:10px;
	box-sizing:border-box;
}
.salmon p img {
	max-width:100%;
	height:auto;
}
.recruitment {
	display:block;
	margin:30px auto 0;
	width:100%;
	flex-wrap:wrap;
	max-width:400px;
}
.recruitment_under{
	display:block;
	margin:30px auto 0;
	width:100%;
	flex-wrap:wrap;
	max-width:400px;
}
.recruitment p ,.recruitment_under p{
	margin-right:0;
	margin-bottom:30px;
}
.recruitment p:last-child ,.recruitment_under p:last-child{
	margin-right:0;
	margin-bottom:0;
}
.recruit_blue {
	background:url(../recruit/img/btn_bisou_on.jpg) no-repeat center top;
	text-align:center;
	max-width:400px;
	width:100%;
	height:auto;
	background-size:contain;
}
.recruit_blue img {
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_blue a {
	display: inline-block;
}
.recruit_blue a:hover {
	background-color: transparent; /* IE6対応 */
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_blue a:hover img {
	visibility: hidden;
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_orenge {
	background:url(../recruit/img/btn_seibi_on.jpg) no-repeat center top;
	text-align:center;
	max-width:400px;
	width:100%;
	height:auto;
	background-size:contain;
}
.recruit_orenge img {
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_orenge a {
	display: inline-block;
}
.recruit_orenge a:hover {
	background-color: transparent; /* IE6対応 */
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_orenge a:hover img {
	visibility: hidden;
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_green {
	background:url(../recruit/img/btn_hanbai_on.jpg) no-repeat center top;
	text-align:center;
	text-align:center;
	max-width:400px;
	width:100%;
	height:auto;
	background-size:contain;
}
.recruit_green img {
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_green a {
	display: inline-block;
}
.recruit_green a:hover {
	background-color: transparent; /* IE6対応 */
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_green a:hover img {
	visibility: hidden;
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_wrap {
	background:url(../recruit/img/bg_orange_back.png) repeat-x left top 1090px, url(../recruit/img/bg_green_back.png) repeat-x left top 2610px, url(../recruit/img/bg_violet_back.png) repeat-x left bottom 3380px, url(../recruit/img/bg_red_back.png) repeat-x left bottom 1900px, url(../recruit/img/bg_blue_back.png) repeat-x left bottom 480px;
}
.recruit_inner {
	margin:0 auto 120px;
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
}
.recruit_content {
	border:1px solid #005DB2;
	border-bottom:none;
	font-size:14px;
	width:100%;
}
.recruit_info {
	background:none;
	height:auto;
	margin-bottom:0;
	position:inherit;
}
.recruit_info_b, .recruit_info_o, .recruit_info_g ,.recruit_info_v, .recruit_info_r{
	width:100%;
	margin:0 auto 20px;
	position:inherit;
	left:0;
	right:0;
	top:7px;
	font-size:14px;
	background:rgba(255,255,255,0.7);
	padding:10px;
	box-sizing:border-box;
}
.recruit_content th {
	width: 100%;
	display: block;
	box-sizing: border-box;
	background:#1AC2FC;
	border-bottom:1px solid #005DB2;
	font-size:14px;
	line-height:50px;
	font-weight:inherit;
}
.recruit_content td {
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-bottom:1px solid #005DB2;
	border-left:none;
	padding:20px;
	vertical-align:top;
	background:#fff;
}
.recruit_content td ol li {
	margin:0 0 14px 20px;
}
.recruit_content td ol li:last-child {
	margin-bottom:0;
}
.entry_btn {
	position: relative;
	padding:4px;
	border: none;
	background-color: transparent;
	outline: none;
	font-size: 18px;
	margin:60px auto;
	width:100%;
	z-index:1;
	box-sizing:border-box;
}
.btn_blue_text{
    color: #005DB2;
    position: relative;
    font-size: 24px;
    border: none;
    background:url(../recruit_contact/img/bg_bluearrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
    width: 100%;
    padding: 10px 0;
    z-index: 5;
    cursor: pointer;
}
.btn_blue_text02 {
    color: #005DB2;
    position: relative;
    font-size: 24px;
    border: none;
    background: url(../recruit/img/bg_bluearrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
    width: 100%;
    padding: 10px 0;
    z-index: 5;
    cursor: pointer;
}
.btn_blue_text02 a {
    display: block;
    color: #005DB2;
    position: relative;
    z-index: 5;
    cursor: pointer;
    text-decoration: none;
}
.entry_btn.entry_btn_blue {
	color:#005DB2;
}
.entry_btn.entry_btn_blue.entry_btn_blue::after, .entry_btn.entry_btn_blue.entry_btn_blue::before {
	content: "";
	display: block;
	position: absolute;
	width:20%;
	height:50%;
	border:1px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.entry_btn.entry_btn_blue.entry_btn_blue::after {
	bottom:-5px;
	right:-5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #005DB2;
	border-right-color: #005DB2;
}
.entry_btn.entry_btn_blue.entry_btn_blue::before {
	top:-5px;
	left:-5px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #005DB2;
	border-left-color: #005DB2;
}
.entry_btn.entry_btn_blue.entry_btn_blue:hover:after, .entry_btn.entry_btn_blue.entry_btn_blue:hover:before {
	border-bottom-color: #005DB2;
	border-right-color: #005DB2;
	border-top-color: #005DB2;
	border-left-color: #005DB2;
	width: 100%;
	height: 100%;
}
.btn_orange_text {
	color:#FF7300;
	position:relative;
	font-size:24px;
	border:none;
	background: url(../recruit/img/bg_orangearrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
	width:100%;
	padding:10px 0;
	z-index:5;
	cursor: pointer;
}
.btn_orange_text a {
	display:block;
	color:#FF7300;
	position:relative;
	z-index:5;
	cursor: pointer;
	text-decoration:none;
}
.entry_btn.entry_btn_orange {
	color:#FF7300;
}
.entry_btn.entry_btn_orange.entry_btn_orange::after, .entry_btn.entry_btn_orange.entry_btn_orange::before {
	content: "";
	display: block;
	position: absolute;
	width:20%;
	height:50%;
	border:1px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.entry_btn.entry_btn_orange.entry_btn_orange::after {
	bottom:-5px;
	right:-5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #FF7300;
	border-right-color: #FF7300;
}
.entry_btn.entry_btn_orange.entry_btn_orange::before {
	top:-5px;
	left:-5px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #FF7300;
	border-left-color: #FF7300;
}
.entry_btn.entry_btn_orange.entry_btn_orange:hover:after, .entry_btn.entry_btn_orange.entry_btn_orange:hover:before {
	border-bottom-color: #FF7300;
	border-right-color: #FF7300;
	border-top-color: #FF7300;
	border-left-color: #FF7300;
	width: 100%;
	height: 100%;
}
.btn_green_text {
	color:#22AF00;
	position:relative;
	font-size:24px;
	border:none;
	background: url(../recruit/img/bg_greenarrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
	width:100%;
	padding:10px 0;
	z-index:5;
	cursor: pointer;
}
.btn_green_text a {
	display:block;
	color:#22AF00;
	position:relative;
	z-index:5;
	cursor: pointer;
	text-decoration:none;
}
.entry_btn.entry_btn_green {
	color:#22AF00;
}
.entry_btn.entry_btn_green.entry_btn_green::after, .entry_btn.entry_btn_green.entry_btn_green::before {
	content: "";
	display: block;
	position: absolute;
	width:20%;
	height:50%;
	border:1px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.entry_btn.entry_btn_green.entry_btn_green::after {
	bottom:-5px;
	right:-5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #22AF00;
	border-right-color: #22AF00;
}
.entry_btn.entry_btn_green.entry_btn_green::before {
	top:-5px;
	left:-5px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #22AF00;
	border-left-color: #22AF00;
}
.entry_btn.entry_btn_green.entry_btn_green:hover:after, .entry_btn.entry_btn_green.entry_btn_green:hover:before {
	border-bottom-color: #22AF00;
	border-right-color: #22AF00;
	border-top-color: #22AF00;
	border-left-color: #22AF00;
	width: 100%;
	height: 100%;
}
.btn_violet_text {
	color:#8600FF;
	position:relative;
	font-size:24px;
	border:none;
	background: url(../recruit/img/bg_violetarrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
	width:100%;
	padding:10px 0;
	z-index:5;
	cursor: pointer;
}
.btn_violet_text a {
	display:block;
	color:#8600FF;
	position:relative;
	z-index:5;
	cursor: pointer;
	text-decoration:none;
}
.entry_btn.entry_btn_violet {
	color:#8600FF;
}
.entry_btn.entry_btn_violet.entry_btn_violet::after, .entry_btn.entry_btn_violet.entry_btn_violet::before {
	content: "";
	display: block;
	position: absolute;
	width:20%;
	height:50%;
	border:1px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.entry_btn.entry_btn_violet.entry_btn_violet::after {
	bottom:-5px;
	right:-5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #8600FF;
	border-right-color: #8600FF;
}
.entry_btn.entry_btn_violet.entry_btn_violet::before {
	top:-5px;
	left:-5px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #8600FF;
	border-left-color: #8600FF;
}
.entry_btn.entry_btn_violet.entry_btn_violet:hover:after, .entry_btn.entry_btn_violet.entry_btn_violet:hover:before {
	border-bottom-color: #8600FF;
	border-right-color: #8600FF;
	border-top-color: #8600FF;
	border-left-color: #8600FF;
	width: 100%;
	height: 100%;
}
.btn_red_text {
	color:#DF0028;
	position:relative;
	font-size:24px;
	border:none;
	background: url(../recruit/img/bg_redarrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
	width:100%;
	padding:10px 0;
	z-index:5;
	cursor: pointer;
}
.btn_red_text a {
	display:block;
	color:#DF0028;
	position:relative;
	z-index:5;
	cursor: pointer;
	text-decoration:none;
}
.entry_btn.entry_btn_red {
	color:#DF0028;
}
.entry_btn.entry_btn_red.entry_btn_red::after, .entry_btn.entry_btn_red.entry_btn_red::before {
	content: "";
	display: block;
	position: absolute;
	width:20%;
	height:50%;
	border:1px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.entry_btn.entry_btn_red.entry_btn_red::after {
	bottom:-5px;
	right:-5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #DF0028;
	border-right-color: #DF0028;
}
.entry_btn.entry_btn_red.entry_btn_red::before {
	top:-5px;
	left:-5px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #DF0028;
	border-left-color: #DF0028;
}
.entry_btn.entry_btn_red.entry_btn_red:hover:after, .entry_btn.entry_btn_red.entry_btn_red:hover:before {
	border-bottom-color: #DF0028;
	border-right-color: #DF0028;
	border-top-color: #DF0028;
	border-left-color: #DF0028;
	width: 100%;
	height: 100%;
}
.entry_dlist {
	text-align:center;
}
.entry_dlist dt {
	font-weight:bold;
	font-size:16px;
	color:##FF3094;
}
.entry_dlist dd {
	margin-bottom:10px;
	font-size:16px;
}
#topcontrol {
	position: fixed;
	bottom:10px !important;
	right:10px !important;
	opacity: 1;
	cursor: pointer;
	z-index:5;
}
#topcontrol img {
	width:40px;
	height:40px;
}
.tab_img_fish{
	display:block;
	text-align:center;
	margin-top:30px;
}
}
@media screen and (min-width:961px) and (max-width:1024px) {
.btm0 {
	padding:0 !important;
}
.sp_row10 {
	margin-bottom:10px !important;
}
.btn_rowspace {
	margin-bottom:60px !important;
}
#recruit_title {
	background:url(../recruit/img/bg_main_sp.jpg) no-repeat left;
	height:300px;
}
#recruit_title h2 {
	width:100%;
	padding:30px 10px 0;
	box-sizing:border-box;
	margin:0 auto;
	text-align:center;
}
#recruit_title h2 img {
	max-width:100%;
	height:auto;
}
#entry_header {
	width:100%;
	display:flex;
	margin:0 auto;
	height:80px;
	align-items: center;
	justify-content: space-between;
}
#entry_header h1 {
	padding-bottom:0;
}
#entry_header h1 img {
	max-width:80%;
	height:auto;
	padding-left:5px;
	box-sizing:border-box;
}
#entry_header div {
	float:right;
	display:none;
}
.entry_contents {
	width:100%;
	margin:0 auto 30px;
}
.entry_main {
	width:100%;
	margin:0 auto;
	padding:0 10px;
	box-sizing:border-box;
}
.recruit_tit_w {
	background:none;
	width:100%;
	margin:50px auto 30px;
	padding-left:0 !important;
}
.recruit_tit {
	background:none;
	color:#005DB2;
	width:100%;
	margin:50px auto 30px;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
}
.recruit_tit {
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
}
.recruit_tit:before, .recruit_tit:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, rgba(0,93,178,1) 0%, rgba(125,237,255,1) 50%, rgba(0,93,178,1) 100%);
}
.recruit_tit {
	background:none;
	width:100%;
	margin:50px auto 30px;
	padding-left:0 !important;
}
.recruit_tit, .recruit_tit_w {
	background:none;
	color:#005DB2;
	width:100%;
	margin:30px auto;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
	line-height:40px;
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
	font-size:26px;
	font-weight:inherit;
}
.recruit_tit:before, .recruit_tit:after, .recruit_tit_w:before, .recruit_tit_w:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, rgba(0,93,178,1) 0%, rgba(125,237,255,1) 50%, rgba(0,93,178,1) 100%);
}
.recruit_tit_orange {
	background:none;
	color:#FF6700;
	width:100%;
	margin:50px auto 20px;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
	line-height:40px;
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
	font-size:26px;
	font-weight:inherit;
}
.recruit_tit_orange:before, .recruit_tit_orange:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, rgba(255,103,0,1) 0%, rgba(255,208,31,1) 50%, rgba(255,103,0,1) 100%);
}
.recruit_tit_green {
	background:none;
	color:#22AF00;
	width:100%;
	margin:50px auto 20px;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
	line-height:40px;
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
	font-size:26px;
	font-weight:inherit;
}
.recruit_tit_green:before, .recruit_tit_green:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, rgba(3,175,0,1) 0%, rgba(122,255,95,1) 50%, rgba(3,175,0,1) 100%);
}
.recruit_tit_violet {
	background:none;
	color:#8600FF;
	width:100%;
	margin:50px auto 20px;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
	line-height:40px;
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
	font-size:26px;
	font-weight:inherit;
}
.recruit_tit_violet:before, .recruit_tit_violet:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, #8600ff 0%, #d59fff 50%, #8600ff 100%);
}
.recruit_tit_red {
	background:none;
	color:#DF0028;
	width:100%;
	margin:50px auto 20px;
	box-sizing:border-box;
	padding-left:0;
	text-align:center;
	line-height:40px;
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
	height:auto;
	font-size:26px;
	font-weight:inherit;
}
.recruit_tit_red:before, .recruit_tit_red:after {
	content:"";
	display:block;
	height:2px;
	width:100%;
	background:linear-gradient(to right, #e90028 0%, #ffbfc8 50%, #e90028 100%);
}
.recruit_tit span, .recruit_tit_w span, .recruit_tit_orange span, .recruit_tit_green span , .recruit_tit_violet span, .recruit_tit_red span{
	padding:10px 0;
	display:block;
}
.recruit_tit img, .recruit_tit_orange img, .recruit_tit_green img, .recruit_tit_violet img, .recruit_tit_red img, .recruit_tit_w img {
	display:none;
}
.salmon_wrap {
	position: relative;
	overflow:hidden;
	margin-bottom:120px;
	padding:0 10px;
	box-sizing:border-box;
}
.salmon_wrap:before {
	content: '';
	position: absolute;
	top:30px;
	left: 0;
	width: 120%;
	height:92%;
	margin: 2% -10% 0;
	background:url(../recruit/img/bg_salmon_back.png);
	z-index:-1;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-5deg);
}
.salmon {
	background:url(../recruit/img/bg_salmon.png) no-repeat bottom right;
	height:420px;
	position:relative;
	width:100%;
	margin:0 auto;
}
.salmon p {
	position:absolute;
	top:0;
	left:0;
	border:1px solid #005DB2;
	background:rgba(255,255,255,0.8);
	padding:35px 5px;
	font-size:16px;
	width:91%;
	box-sizing:border-box;
	border-radius:10px;
}
.tb_none {
	display:none !important;
}
.recruitment {
	display:block;
	margin:30px auto 0;
	width:100%;
	flex-wrap:wrap;
	max-width:400px;
}
.recruitment_under{
	display:block;
	margin:30px auto 0;
	width:400px;
	flex-wrap:wrap;
}
.recruitment p ,.recruitment_under p{
	margin-right:0;
	margin-bottom:30px;
}
.recruitment p:last-child ,.recruitment_under p:last-child{
	margin-right:0;
	margin-bottom:0;
}.recruit_blue {
	background:url(../recruit/img/btn_bisou_on.jpg) no-repeat center top;
	text-align:center;
	max-width:400px;
	width:100%;
	height:auto;
	background-size:contain;
}
.recruit_blue img {
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_blue a {
	display: inline-block;
}
.recruit_blue a:hover {
	background-color: transparent; /* IE6対応 */
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_blue a:hover img {
	visibility: hidden;
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_orenge {
	background:url(../recruit/img/btn_seibi_on.jpg) no-repeat center top;
	text-align:center;
	max-width:400px;
	width:100%;
	height:auto;
	background-size:contain;
}
.recruit_orenge img {
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_orenge a {
	display: inline-block;
}
.recruit_orenge a:hover {
	background-color: transparent; /* IE6対応 */
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_orenge a:hover img {
	visibility: hidden;
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_green {
	background:url(../recruit/img/btn_hanbai_on.jpg) no-repeat center top;
	text-align:center;
	text-align:center;
	max-width:400px;
	width:100%;
	height:auto;
	background-size:contain;
}
.recruit_green img {
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_green a {
	display: inline-block;
}
.recruit_green a:hover {
	background-color: transparent; /* IE6対応 */
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_green a:hover img {
	visibility: hidden;
	width:100%;
	height:auto;
	text-align:center;
}
.recruit_wrap {
	background:url(../recruit/img/bg_orange_back.png) repeat-x left top 1080px,url(../recruit/img/bg_green_back.png) repeat-x left top 2620px, url(../recruit/img/bg_violet_back.png) repeat-x left bottom 3220px, url(../recruit/img/bg_red_back.png) repeat-x left bottom 1745px, url(../recruit/img/bg_blue_back.png) repeat-x left bottom 275px;
}
.recruit_inner {
	margin:0 auto 120px;
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
}
.recruit_content {
	border:1px solid #005DB2;
	border-bottom:none;
	font-size:14px;
	width:100%;
}
.recruit_info {
	background:none;
	height:auto;
	margin-bottom:0;
	position:inherit;
}
.recruit_info_b, .recruit_info_o, .recruit_info_g ,.recruit_info_v, .recruit_info_r{
	width:100%;
	margin:0 auto 20px;
	position:inherit;
	left:0;
	right:0;
	top:7px;
	font-size:14px;
	background:rgba(255,255,255,0.7);
	padding:10px;
	box-sizing:border-box;
}
.recruit_content th {
	width: 100%;
	display: block;
	box-sizing: border-box;
	background:#1AC2FC;
	border-bottom:1px solid #005DB2;
	font-size:14px;
	font-weight:inherit;
	line-height:50px;
}
.recruit_content td {
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-bottom:1px solid #005DB2;
	border-left:none;
	padding:20px;
	vertical-align:top;
	background:#fff;
}
.recruit_content td ol li {
	margin:0 0 14px 20px;
}
.recruit_content td ol li:last-child {
	margin-bottom:0;
}
.entry_btn {
	position: relative;
	padding:4px;
	border: none;
	background-color: transparent;
	outline: none;
	font-size: 18px;
	margin:60px auto;
	width:100%;
	z-index:1;
	box-sizing:border-box;
}
.btn_blue_text, .btn_blue_text02 {
	color:#005DB2;
	position:relative;
	font-size:24px;
	border:none;
	background: url(../recruit_contact/img/bg_bluearrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
	width:100%;
	padding:10px 0;
	z-index:5;
	cursor: pointer;
}
.entry_btn.entry_btn_blue {
	color:#005DB2;
}
.btn_blue_text02 a {
    display: block;
    color: #005DB2;
    position: relative;
    z-index: 5;
    cursor: pointer;
    text-decoration: none;
}
.btn_red_text a {
    display: block;
    color: #DF0028;
    position: relative;
    z-index: 5;
    cursor: pointer;
    text-decoration: none;
}
.entry_btn.entry_btn_blue.entry_btn_blue::after, .entry_btn.entry_btn_blue.entry_btn_blue::before {
	content: "";
	display: block;
	position: absolute;
	width:20%;
	height:50%;
	border:1px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.entry_btn.entry_btn_blue.entry_btn_blue::after {
	bottom:-5px;
	right:-5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #005DB2;
	border-right-color: #005DB2;
}
.entry_btn.entry_btn_blue.entry_btn_blue::before {
	top:-5px;
	left:-5px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #005DB2;
	border-left-color: #005DB2;
}
.entry_btn.entry_btn_blue.entry_btn_blue:hover:after, .entry_btn.entry_btn_blue.entry_btn_blue:hover:before {
	border-bottom-color: #005DB2;
	border-right-color: #005DB2;
	border-top-color: #005DB2;
	border-left-color: #005DB2;
	width: 100%;
	height: 100%;
}
.btn_orange_text {
	color:#FF7300;
	position:relative;
	font-size:24px;
	border:none;
	background: url(../recruit/img/bg_orangearrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
	width:100%;
	padding:10px 0;
	z-index:5;
	cursor: pointer;
}
.btn_orange_text a {
	display:block;
	color:#FF7300;
	position:relative;
	z-index:5;
	cursor: pointer;
	text-decoration:none;
}
.entry_btn.entry_btn_orange {
	color:#FF7300;
}
.entry_btn.entry_btn_orange.entry_btn_orange::after, .entry_btn.entry_btn_orange.entry_btn_orange::before {
	content: "";
	display: block;
	position: absolute;
	width:20%;
	height:50%;
	border:1px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.entry_btn.entry_btn_orange.entry_btn_orange::after {
	bottom:-5px;
	right:-5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #FF7300;
	border-right-color: #FF7300;
}
.entry_btn.entry_btn_orange.entry_btn_orange::before {
	top:-5px;
	left:-5px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #FF7300;
	border-left-color: #FF7300;
}
.entry_btn.entry_btn_orange.entry_btn_orange:hover:after, .entry_btn.entry_btn_orange.entry_btn_orange:hover:before {
	border-bottom-color: #FF7300;
	border-right-color: #FF7300;
	border-top-color: #FF7300;
	border-left-color: #FF7300;
	width: 100%;
	height: 100%;
}
.btn_green_text {
	color:#22AF00;
	position:relative;
	font-size:24px;
	border:none;
	background: url(../recruit/img/bg_greenarrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
	width:100%;
	padding:10px 0;
	z-index:5;
	cursor: pointer;
}
.btn_green_text a {
	display:block;
	color:#22AF00;
	position:relative;
	z-index:5;
	cursor: pointer;
	text-decoration:none;
}
.entry_btn.entry_btn_green {
	color:#22AF00;
}
.entry_btn.entry_btn_green.entry_btn_green::after, .entry_btn.entry_btn_green.entry_btn_green::before {
	content: "";
	display: block;
	position: absolute;
	width:20%;
	height:50%;
	border:1px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.entry_btn.entry_btn_green.entry_btn_green::after {
	bottom:-5px;
	right:-5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #22AF00;
	border-right-color: #22AF00;
}
.entry_btn.entry_btn_green.entry_btn_green::before {
	top:-5px;
	left:-5px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #22AF00;
	border-left-color: #22AF00;
}
.entry_btn.entry_btn_green.entry_btn_green:hover:after, .entry_btn.entry_btn_green.entry_btn_green:hover:before {
	border-bottom-color: #22AF00;
	border-right-color: #22AF00;
	border-top-color: #22AF00;
	border-left-color: #22AF00;
	width: 100%;
	height: 100%;
}
.btn_violet_text {
	color:#8600FF;
	position:relative;
	font-size:24px;
	border:none;
	background: url(../recruit/img/bg_violetarrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
	width:100%;
	padding:10px 0;
	z-index:5;
	cursor: pointer;
}
.btn_violet_text a {
	display:block;
	color:#8600FF;
	position:relative;
	z-index:5;
	cursor: pointer;
	text-decoration:none;
}
.entry_btn.entry_btn_violet {
	color:#8600FF;
}
.entry_btn.entry_btn_violet.entry_btn_violet::after, .entry_btn.entry_btn_violet.entry_btn_violet::before {
	content: "";
	display: block;
	position: absolute;
	width:20%;
	height:50%;
	border:1px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.entry_btn.entry_btn_violet.entry_btn_violet::after {
	bottom:-5px;
	right:-5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #8600FF;
	border-right-color: #8600FF;
}
.entry_btn.entry_btn_violet.entry_btn_violet::before {
	top:-5px;
	left:-5px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #8600FF;
	border-left-color: #8600FF;
}
.entry_btn.entry_btn_violet.entry_btn_violet:hover:after, .entry_btn.entry_btn_violet.entry_btn_violet:hover:before {
	border-bottom-color: #8600FF;
	border-right-color: #8600FF;
	border-top-color: #8600FF;
	border-left-color: #8600FF;
	width: 100%;
	height: 100%;
}
.btn_red_text {
	color:#22AF00;
	position:relative;
	font-size:24px;
	border:none;
	background: url(../recruit/img/bg_redarrow.png) no-repeat center bottom 10px, rgba(255,255,255,0.7);
	width:100%;
	padding:10px 0;
	z-index:5;
	cursor: pointer;
}
.btn_green_text a {
	display:block;
	color:#22AF00;
	position:relative;
	z-index:5;
	cursor: pointer;
	text-decoration:none;
}
.entry_btn.entry_btn_green {
	color:#22AF00;
}
.entry_btn.entry_btn_green.entry_btn_green::after, .entry_btn.entry_btn_green.entry_btn_green::before {
	content: "";
	display: block;
	position: absolute;
	width:20%;
	height:50%;
	border:1px solid;
	transition: all 0.6s ease;
	border-radius: 2px;
}
.entry_btn.entry_btn_green.entry_btn_green::after {
	bottom:-5px;
	right:-5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #22AF00;
	border-right-color: #22AF00;
}
.entry_btn.entry_btn_green.entry_btn_green::before {
	top:-5px;
	left:-5px;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #22AF00;
	border-left-color: #22AF00;
}
.entry_btn.entry_btn_green.entry_btn_green:hover:after, .entry_btn.entry_btn_green.entry_btn_green:hover:before {
	border-bottom-color: #22AF00;
	border-right-color: #22AF00;
	border-top-color: #22AF00;
	border-left-color: #22AF00;
	width: 100%;
	height: 100%;
}
.entry_dlist {
	text-align:center;
}
.entry_dlist dt {
	font-weight:bold;
	font-size:16px;
	color:##FF3094;
}
.entry_dlist dd {
	margin-bottom:10px;
	font-size:16px;
}
#topcontrol {
	position: fixed;
	bottom:10px !important;
	right:10px !important;
	opacity: 1;
	cursor: pointer;
	z-index:5;
}
#topcontrol img {
	width:40px;
	height:40px;
}
.tab_img_fish{
	display:none;
}
}
/*採用問合わせ*/
@media only screen and (max-width: 767px) {
.sp_none {
	display:none;
}
.pc_none {
	display:block;
}
.telpc_none {
	display:inline-block;
	margin-right:10px;
}
#entryform_title {
	background:url(../recruit_contact/img/bg_title.jpg) repeat-x left top;
	height:200px;
	position:relative;
}
#entryform_title h2 {
	width:100%;
	margin:0 auto;
	position:absolute;
	bottom:50px;
	left:0;
	right:0;
	font-weight: inherit;
}
#entryform_title h2 img {
	max-width:100%;
	height:auto;
}
.sp_form_tit {
	background:linear-gradient(to right, rgba(125,237,255,0.7) 0%, rgba(0,93,178,0.7) 100%), url(../recruit_contact/img/bg_sptitle.png);
	text-align:center;
	color:#fff;
	font-size:35px;
	line-height:30px;
	padding:20px 0;
}
.sp_form_tit span {
	text-align:center;
	color:#fff;
	line-height:18px;
	font-size:18px;
}
.entryform_wrap {
	width:100%;
	margin:0 auto;/*background:#eee;*/
}
.entry_contact {
	width: 100%;
	border: #005DB2 1px solid;
	font-size: 16px;
}
.entry_contact th {
	width:100%;
	display:block;
	box-sizing:border-box;
	padding:10px;
	background: #E5E5E5;
	border:none;
	border-bottom: #005DB2 1px solid;
	color: #4D4D4D;
	text-align: left;
	font-size: 14px;
	line-height:24px;
	font-weight:inherit;
}
.entry_contact td {
	padding:10px;
	border:none;
	border-bottom: #005DB2 1px solid;
	width:100%;
	display:block;
	box-sizing:border-box;
}
.no_bottomline {
	border-bottom:none !important;
}
.element {
	position:relative;
}
.child {
	position:absolute;
	top:24%;
	right:0;
}
.pr{
	width:260px;
}
.entry_contact .form_text input {
	border: #005DB2 1px solid;
	font-size:18px;
	height:30px;
	box-sizing:border-box;
}
.entry_contact td textarea {
	border: #005DB2 1px solid;
	font-size:18px;
	height:200px;
}
.required {
	background:#FF0000;
	color:#FFF;
	padding:0 5px;
	float:right;
}
.any {
	background:#0055FF;
	color:#FFF;
	padding:0 5px;
	float:right;
}
.none {
	display:none;
}
.entry_input01 {
	width:100%;
}
.entry_input02 {
	width:100%;
}
.entry_input03 {
	width:100%;
}
.entry_input04 {
	width:100%;
}
.entry_input05 {
	box-sizing:border-box;
	width:100%;
}
.entry_ssl_wrap {
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #B3B3B3;
	font-size: 16px;
	margin: 30px auto 100px;
	padding: 25px;
}
}
@media screen and (min-width:768px) and (max-width:960px) {
.sp_none {
	display:none;
}
.pc_none {
	display:block;
}
.telpc_none {
	display:inline-block;
	margin-right:10px;
}
#entryform_title {
	background:url(../recruit_contact/img/bg_title.jpg) repeat-x left top;
	height:200px;
	position:relative;
}
#entryform_title h2 {
	width:100%;
	margin:0 auto;
	position:absolute;
	bottom:50px;
	left:0;
	right:0;
	font-weight:inherit;
}
#entryform_title h2 img {
	max-width:100%;
	height:auto;
}
.sp_form_tit {
	background:linear-gradient(to right, rgba(125,237,255,0.7) 0%, rgba(0,93,178,0.7) 100%), url(../recruit_contact/img/bg_sptitle.png);
	text-align:center;
	color:#fff;
	font-size:35px;
	line-height:30px;
	padding:20px 0;
}
.sp_form_tit span {
	text-align:center;
	color:#fff;
	line-height:18px;
	font-size:18px;
}
.entryform_wrap {
	width:100%;
	margin:0 auto;/*background:#eee;*/
}
.entry_contact {
	width: 100%;
	border: #005DB2 1px solid;
	font-size: 16px;
}
.entry_contact th {
	width:100%;
	display:block;
	box-sizing:border-box;
	padding:10px;
	background: #E5E5E5;
	border:none;
	border-bottom: #005DB2 1px solid;
	color: #4D4D4D;
	text-align: left;
	font-size: 14px;
	line-height:24px;
	font-weight:inherit;
}
.entry_contact td {
	padding:10px;
	border:none;
	border-bottom: #005DB2 1px solid;
	width:100%;
	display:block;
	box-sizing:border-box;
}
.no_bottomline {
	border-bottom:none !important;
}
.element {
	position:relative;
}
.child {
	position:absolute;
	top:12px;
	right:0;
}
.pr{
	width:100%;
}
.entry_contact .form_text input {
	border: #005DB2 1px solid;
	font-size:18px;
	height:30px;
	box-sizing:border-box;
}
.entry_contact td textarea {
	border: #005DB2 1px solid;
	font-size:18px;
	height:200px;
}
.required {
	background:#FF0000;
	color:#FFF;
	padding:0 5px;
	float:right;
}
.any {
	background:#0055FF;
	color:#FFF;
	padding:0 5px;
	float:right;
}
.none {
	display:none;
}
.entry_input01 {
	width:100%;
}
.entry_input02 {
	width:100%;
}
.entry_input03 {
	width:100%;
}
.entry_input04 {
	width:100%;
}
.entry_input05 {
	box-sizing:border-box;
	width:100%;
}
.entry_ssl_wrap {
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #B3B3B3;
	font-size: 16px;
	margin: 30px auto 100px;
	padding: 25px;
}
}
@media screen and (min-width:961px) and (max-width:1024px) {
.sp_none {
	display:none;
}
.pc_none {
	display:block;
}
.telpc_none {
	display:inline-block;
	margin-right:10px;
}
#entryform_title {
	background:url(../recruit_contact/img/bg_title.jpg) repeat-x left top;
	height:200px;
	position:relative;
}
#entryform_title h2 {
	width:100%;
	margin:0 auto;
	position:absolute;
	bottom:50px;
	left:0;
	right:0;
	font-weight:inherit;
}
#entryform_title h2 img {
	max-width:100%;
	height:auto;
}
.sp_form_tit {
	background:linear-gradient(to right, rgba(125,237,255,0.7) 0%, rgba(0,93,178,0.7) 100%), url(../recruit_contact/img/bg_sptitle.png);
	text-align:center;
	color:#fff;
	font-size:35px;
	line-height:30px;
	padding:20px 0;
}
.sp_form_tit span {
	text-align:center;
	color:#fff;
	line-height:18px;
	font-size:18px;
}
.entryform_wrap {
	width:100%;
	margin:0 auto;/*background:#eee;*/
}
.entry_contact {
	width: 100%;
	border: #005DB2 1px solid;
	font-size: 16px;
}
.entry_contact th {
	width:100%;
	display:block;
	box-sizing:border-box;
	padding:10px;
	background: #E5E5E5;
	border:none;
	border-bottom: #005DB2 1px solid;
	color: #4D4D4D;
	text-align: left;
	font-size: 14px;
	line-height:24px;
	font-weight:inherit;
}
.entry_contact td {
	padding:10px;
	border:none;
	border-bottom: #005DB2 1px solid;
	width:100%;
	display:block;
	box-sizing:border-box;
}
.no_bottomline {
	border-bottom:none !important;
}
.element {
	position:relative;
}
.child {
	position:absolute;
	top:12px;
	right:0;
}
.pr{
	width:100%;
}
.entry_contact .form_text input {
	border: #005DB2 1px solid;
	font-size:18px;
	height:30px;
	box-sizing:border-box;
}
.entry_contact td textarea {
	border: #005DB2 1px solid;
	font-size:18px;
	height:200px;
}
.required {
	background:#FF0000;
	color:#FFF;
	padding:0 5px;
	float:right;
}
.any {
	background:#0055FF;
	color:#FFF;
	padding:0 5px;
	float:right;
}
.none {
	display:none;
}
.entry_input01 {
	width:100%;
}
.entry_input02 {
	width:100%;
}
.entry_input03 {
	width:100%;
}
.entry_input04 {
	width:100%;
}
.entry_input05 {
	box-sizing:border-box;
	width:100%;
}
.entry_ssl_wrap {
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #B3B3B3;
	font-size: 16px;
	margin: 30px auto 100px;
	padding: 25px;
}
}