@charset "utf-8";
/* CSS Document */


/*		Contents
-----------------------------------------------------------------

	01.Home 													[ index.html ]
	02.inquiry 													[ inquiry /index.html ]
	03.price 													[ price.html ]
	04.campaign 												[ campaign.html ]
	05.company 													[ company.html ]
	06.outline 													[ outline.html ]
	07.privacy 													[ privacy.html ]
	08.zeirishihenkou 											[ zeirishihenkou.html ]
	09.recruit 													[ recruit.html ]
	10.recruit-entry 											[ recruit-entry.html ]
	

-----------------------------------------------------------------*/


/* ========================================================================
	01.Home 													[ index.html ]
======================================================================== */

/* service-list */
#body_index .service-list li{
	padding:10px 0 10px 40px;
	border-bottom:1px dotted #cccccc;
}
#body_index .service-list li p.ttl{
	margin-bottom:5px;
}
#body_index .service-list li p span{
	color:#ae0209;
}	
#body_index .service-list li.list01{
	background:url(../../img/index/service-01-no.gif) no-repeat left;
	-webkit-background-size:32px auto;
	-moz-background-size:32px auto;
	background-size:32px auto;
}	
#body_index .service-list li.list02{
	background:url(../../img/index/service-02-no.gif) no-repeat left;
	-webkit-background-size:32px auto;
	-moz-background-size:32px auto;
	background-size:32px auto;
}
#body_index .service-list li.list03{
	background:url(../../img/index/service-03-no.gif) no-repeat left;
	-webkit-background-size:32px auto;
	-moz-background-size:32px auto;
	background-size:32px auto;
}
#body_index .bnr_ai img{
    width: 100%;
    height: auto;
}
/* support-box */
#body_index .support-box{
	position:relative;
}
#body_index .support-box p{
	position:absolute;
	top:50px;
	left:13px;
	width:135px;
	line-height:130%;
	font-weight:bold;
}

/* 会社設立ボタン */
#body_index .company-btn{
	background:url(../../img/index/btn_startup.jpg) no-repeat 0 0;
	-webkit-background-size:300px auto;
	-moz-background-size:300px auto;
	background-size:300px auto;
	width:300px;
	height:90px;
}
#body_index .company-btn a{
	position:relative;
	width:300px;
	height:90px;
	display:block;
	color:#fff;
}
#body_index .company-btn .ttl{
	position: absolute;
	top: 17px;
	left: 70px;
}
#body_index .company-btn .txt{
	position: absolute;
	top: 42px;
	left: 70px;
}
#body_index .company-btn strong{
	color:#fffc00;
}

/* 税理士変更ボタン */
#body_index .change-btn{
	background:url(../../img/index/btn_change.jpg) no-repeat 0 0;
	-webkit-background-size:300px auto;
	-moz-background-size:300px auto;
	background-size:300px auto;
	width:300px;
	height:90px;
	position:relative;
}
#body_index .change-btn a{
	position:relative;
	width:300px;
	height:90px;
	display:block;
	color:#fff;
}
#body_index .change-btn .ttl{
	position: absolute;
	top: 18px;
	left: 70px;
}
#body_index .change-btn .txt{
	position: absolute;
	top: 43px;
	left: 70px;
}
#body_index .change-btn strong{
	color:#fffc00;
}

/* トリプルキャンペーンボタン */
#body_index .campaign-btn{
	position:relative;
}
#body_index .campaign-btn a{
	display:block;
}
#body_index .campaign-btn ul{
	position:absolute;
	top:65px;
	left:13px;
	width:240px;
}
#body_index .campaign-btn ul li{
	background:url(../../img/index/icon-can-li.gif) no-repeat 2px 10px;
	-webkit-background-size:7px auto;
	-moz-background-size:7px auto;
	background-size:7px auto;
	padding:5px 0 5px 14px;
	color: #000;
	text-shadow:-1px -1px #fff;
	font-weight:bold;
}
#body_index .campaign-btn ul li span{
	color:#ae0209;
}

/* 合同会社設立ボタン */
#body_index .goudoukaisha-btn{
	background:url(../../img/index/btn_goudoukaisha.jpg) no-repeat 0 0;
	-webkit-background-size:300px auto;
	-moz-background-size:300px auto;
	background-size:300px auto;
	width:300px;
	height:89px;
	position:relative;
}
#body_index .goudoukaisha-btn a{
	position:relative;
	width:300px;
	height:90px;
	display:block;
	color:#fff;
}
#body_index .goudoukaisha-btn .ttl{
	position: absolute;
	top: 18px;
	left: 70px;
}
#body_index .goudoukaisha-btn .txt{
	position: absolute;
	top: 43px;
	left: 70px;
}
#body_index .goudoukaisha-btn strong{
	color:#fffc00;
}



/* sab-btn */
#body_index .sab-btn li{
	float:left;
	margin-right:10px;
}

#body_index .sab-btn li:last-child{
	margin-right:0;
}

/* ========================================================================
	02.inquiry 													[ inquiry / ]
======================================================================== */

#body_inquiry #inquiry{
	margin-bottom:27px;
}

#body_inquiry #inquiry-form{
	border:#b28204 solid 2px;
	padding:10px;
	margin-bottom:10px;	
}

#body_inquiry #inquiry-form p{
	font-weight:bold;
}

#body_inquiry #inquiry h2{
	font-size:190%;
	color:#ae0209;
	text-align:center;
	margin-bottom:18px;
	font-weight:bold;
}

#body_inquiry #inquiry span{
	color:#fff;
	border:#c24147 solid 1px;
	margin:0 4px;
	padding:1px 6px;
	font-size:90%;
	display:inline-block;
	background: -moz-linear-gradient(top,  rgba(175,64,71,1) 0%, rgba(175,64,71,1) 49%, rgba(148,0,10,1) 50%, rgba(185,1,5,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,64,71,1)), color-stop(49%,rgba(175,64,71,1)), color-stop(50%,rgba(148,0,10,1)), color-stop(100%,rgba(185,1,5,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(175,64,71,1) 0%,rgba(175,64,71,1) 49%,rgba(148,0,10,1) 50%,rgba(185,1,5,1) 100%); /* Chrome10+,Safari5.1+ */
}

/* table */
#body_inquiry #inquiry table{
	margin:20px 0 0;
	border:none;
	width:100%;
}


#body_inquiry #inquiry table th{
	border:none;
	font-size:100%;
	text-align:left;
	vertical-align:middle;
	padding:6px 0;
	font-weight:bold;
}

#body_inquiry #inquiry table input,
#body_inquiry #inquiry table textarea{
	border-radius:4px;
	border:#999999 1px solid;
	margin-bottom:20px;
	box-shadow: 0px 2px 6px #cccccc inset;
	padding:5px;
}

#body_inquiry #inquiry table ul input{
	margin-bottom:0px;
	border-radius:0;
	box-shadow:none;
}
#body_inquiry #inquiry table .list li{
	margin-bottom:5px;
}
#body_inquiry .btn p{
	float:left;
}
#body_inquiry #inquiry table ul{
	margin-bottom:20px;
}


#body_inquiry .t-area {
	width:267px;
	height:115px;
}
#body_inquiry .f-txt{
	width:267px;
}


/*送信エラーページ*/
#body_inquiry #inquiry-confirm .submit-btn{
	text-align:center;
}

#body_inquiry #inquiry-confirm .submit-btn input{
	margin-top:20px;
}

#body_inquiry #inquiry-confirm strong{
	color:#ae0209;
	font-weight:bold;
}

#body_inquiry #inquiry-confirm th{
	padding-left:10px;
	padding-right:10px;
}

#body_inquiry #inquiry-confirm table input,
#body_inquiry #inquiry-confirm table textarea{
	border:none;
	margin-bottom:20px;
	box-shadow:none;
	padding:5px;
}


/* 内容確認 */

#body_inquiry #inquiry-form table th{
	width:60px;
}


/* 送信確認 */

#body_inquiry #inquiry-complete{
	margin-bottom:10px;
	padding:0 10px;
}

#body_inquiry #inquiry-complete p{
	line-height:150%;
}


/* ========================================================================
	03.price 													[ price.html ]
======================================================================== */


#body_price #service{
	margin:0 0 40px 0;
}

/* service-list */
#body_price .service-list{
	padding:0 0 20px 0;
}
#body_price .service-list li{
	padding:10px 0 10px 0;
	border-bottom:1px dotted #cccccc;
}
#body_price .service-list li p span{
	font-size:10px;
}

/* support */
#body_price #support .list{
	background:url(../../img/price/bg_support_btm.gif) no-repeat left bottom,url(../../img/price/bg_support.gif) repeat-y left top;
	background-size:320px auto,320px auto;
	padding:0 10px 10px;
}
#body_price #support .list li{
	float:left;
	margin:0 0 10px 0;
}
#body_price #support .list li:nth-child(even){
	float:right;
}


#body_price #price dt{
	background: -moz-linear-gradient(#bf0104,#a2030e);
	background: -webkit-gradient(linear, left top, left bottom, from(#bf0104), to(#a2030e));
	background: linear-gradient(#bf0104,#a2030e);
	color:#fff;
	font-weight:bold;
	padding:10px;
	font-size:14px;
}
#body_price #price dd{
	margin:0 0 10px 0;
}

/* ========================================================================
	04.campaign 													[ campaign.html ]
======================================================================== */

/* service-list */
#body_campaign .service-list li{
	padding:10px 0 10px 40px;
	border-bottom:1px dotted #cccccc;
}
#body_campaign .service-list li p.ttl{
	margin-bottom:5px;
}
#body_campaign .service-list li p span{
	color:#ae0209;
}	
#body_campaign .service-list li.list01{
	background:url(../../img/index/service-01-no.gif) no-repeat left;
	-webkit-background-size:32px auto;
	-moz-background-size:32px auto;
	background-size:32px auto;
}	
#body_campaign .service-list li.list02{
	background:url(../../img/index/service-02-no.gif) no-repeat left;
	-webkit-background-size:32px auto;
	-moz-background-size:32px auto;
	background-size:32px auto;
}
#body_campaign .service-list li.list03{
	background:url(../../img/index/service-03-no.gif) no-repeat left;
	-webkit-background-size:32px auto;
	-moz-background-size:32px auto;
	background-size:32px auto;
}


/* campaign-list */
#body_campaign .campaign-list li .box{
	border:3px solid #ae0209;
	background:#fff1f2;
	margin:0;
	padding:10px 4px 10px;
}
#body_campaign .campaign-list li .txt{
	padding:0 10px;
}
#body_campaign .campaign-list li .next{
	margin-bottom:-5px;
}


/* ========================================================================
	05.company 													[ company.html ]
======================================================================== */
#body_company .caption{
	margin:0 0 20px 0;
	padding:0 10px 0 0;
}
#body_company .caption li{
	text-indent:-3.5em;
	padding-left:3.5em;
	font-weight:bold;
	margin:0 0 5px 0;
	font-size:90%;
}


/* campaign-list */
#body_company .campaign-list:before{
	background:url(../../img/company/bg_balloon.gif) no-repeat 0 0;
	-webkit-background-size:150px 14px;
	-moz-background-size:150px 14px;
	background-size:150px 14px;
	content: "";
	height:14px;
	display:block;
}
#body_company .campaign-list li .box{
	border:3px solid #ae0209;
	background:#fff1f2;
	margin:0;
	padding:10px 4px 10px;
}
#body_company .campaign-list li h2{
	margin:0 0 10px 0;
}
#body_company .campaign-list li .txt{
	padding:0 10px;
}
#body_company .campaign-list li .next{
	margin-bottom:0px;
}


#body_company .comparison {
	display: table;
	width: 100%;
	margin:10px 0 0;
}
#body_company .comparison p {
	display: table-cell;
	font-weight:bold;
}
#body_company #service .txt{
	padding: 0 10px 10px;
	margin-top: -20px;
	font-weight: bold;
	line-height: 150%;
}
#body_company #service .box{
	padding:0 10px;
}

/* def-table */
#body_company .def-table {
	border:1px solid #cecece;
	font-size:10px;
	width:100%;
	margin:0 0 10px 0;
}
#body_company .def-table em {
	font-weight:bold;
	font-style:normal;
}
#body_company .def-table thead th{
	background: -moz-linear-gradient(#e7dec9,#ccba92);
	background: -webkit-gradient(linear, left top, left bottom, from(#e7dec9), to(#ccba92));
	background: linear-gradient(#e7dec9,#ccba92);
	font-weight:bold;
	border:1px solid #cecece;
	padding:7px 5px;
}
#body_company .def-table thead th.pack{
	background: -moz-linear-gradient(#bf0104,#a2030e);
	background: -webkit-gradient(linear, left top, left bottom, from(#bf0104), to(#a2030e));
	background: linear-gradient(#bf0104,#a2030e);
	color:#fff;
	font-weight:bold;
}
#body_company .def-table tbody th{
	font-weight:bold;
	text-align:left;
	border:1px solid #cecece;
	padding:7px 5px;
}
#body_company .def-table tbody td{
	text-align:right;
	border:1px solid #cecece;
	padding:7px 5px;
}
#body_company .def-table tbody td.pack{
	background:#fff1f2;
	color:#ae0209;
	font-weight:bold;
}

/* campaign-list */
#body_company .campaign-list li{
	text-align:center;
}
#body_company .campaign-list li .mb{
	margin-bottom:10px;
}
#body_company .campaign-list dl{
	width:270px;
	margin:10px auto 0;
}
#body_company .campaign-list dt{
	background: -moz-linear-gradient(#bf0104,#a2030e);
	background: -webkit-gradient(linear, left top, left bottom, from(#bf0104), to(#a2030e));
	background: linear-gradient(#bf0104,#a2030e);
	color:#fff;
	font-weight:bold;
	padding:10px;
	font-size:14px;
	text-align:center;
}
#body_company .campaign-list dd{
	margin:0 0 10px 0;
}

#body_company .campaign-list li .def-table th{
	background: -moz-linear-gradient(#bf0104,#a2030e);
	background: -webkit-gradient(linear, left top, left bottom, from(#bf0104), to(#a2030e));
	background: linear-gradient(#bf0104,#a2030e);
	color:#fff;
	font-weight:bold;
	border:1px solid #cecece;
	padding:5px;
}
#body_company .campaign-list li .def-table th.txtC{
	text-align:center;
}
#body_company .campaign-list li .def-table td{
	text-align:right;
	border:1px solid #cecece;
	padding:5px;
	text-align:center;
	background:#fff;
}

/* interview */
#body_company #interview {
	background: -moz-linear-gradient(#97223f,#cc0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#97223f), to(#cc0000));
	background: linear-gradient(#97223f,#cc0000);
	padding:0 0 20px 0;
}
#body_company #interview .list{
	background: -moz-linear-gradient(#ffffff,#e3e3e3);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
	background: linear-gradient(#ffffff,#e3e3e3);
	box-shadow: 1px 1px 3px #9c0102;
	-moz-box-shadow: 1px 1px 3px #9c0102;
	-webkit-box-shadow: 1px 1px 3px #9c0102;
	padding:10px;
	border:3px solid #fff;
	width:250px;
	margin:0 auto;
}
#body_company #interview .list li{
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-image: url(../../img/campaign/icon_check.png);
	-webkit-background-size: 13px auto;
	-moz-background-size: 13px auto;
	background-size: 13px auto;
	padding: 0 0 0 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#body_company #interview .list li em{
	color:#ae0209;
	font-style:normal;
}

/* support */
#body_company #support .list{
	background:#f5f2ea;
	padding:0 10px;
}
#body_company #support .list li{
	float:left;
	margin:0 0 10px 0;
}
#body_company #support .list li:nth-child(even){
	float:right;
}



/* ========================================================================
	06.outline 													[ outline.html ]
======================================================================== */


#body_outline .catch{
	margin:10px 0;
	text-align:center;
	line-height:1.6;
	font-weight:bold;
}
#body_outline .catch .first{
	display:block;
	font-size:17px;
}
#body_outline .catch .first em{
	font-size:24px;
}
#body_outline .catch em{
	color:#ae0209;
}
#body_outline .catch .en{
	color:#72560c;
	display:block;
	font-size:16px;
	font-weight:normal;
}


/* profile */
#body_outline #profile .ttl{
	background: -moz-linear-gradient(#bf0104,#9b0410);
	background: -webkit-gradient(linear, left top, left bottom, from(#bf0104), to(#9b0410));
	background: linear-gradient(#bf0104,#9b0410);
	font-weight:bold;
	padding:10px;
	color:#fff;
	margin:0 0 10px 0;
}
#body_outline #profile .box{
	border:1px solid #e8c5c7;
	padding:10px;
	margin:0 0 40px 0;
}
#body_outline #profile .box .sttl{
	background:url(../../img/outline/icon_circle.gif) no-repeat 0 3px;
	-webkit-background-size:12px auto;
	-moz-background-size:12px auto;
	background-size:12px auto;
	padding:0 0 0 14px;
	font-weight:bold;
	margin:0 0 5px 0;
}
#body_outline #profile .box .career-list{
	margin:0 0 10px 0;
}
#body_outline #profile .box .career-list li{
	background:url(../../img/outline/icon_square.gif) no-repeat 0 6px;
	-webkit-background-size:6px auto;
	-moz-background-size:6px auto;
	background-size:6px auto;
	padding:0 0 0 14px;
	margin:0 0 5px 0;
}
#body_outline #profile .box .hobby-list li{
	background:url(../../img/outline/icon_square.gif) no-repeat 0 6px;
	-webkit-background-size:6px auto;
	-moz-background-size:6px auto;
	background-size:6px auto;
	padding:0 0 0 14px;
	margin:0 0 5px 0;
	float:left;
	width:100px;
}

/* office */
#body_outline #office .ttl{
	background: -moz-linear-gradient(top,  #fefefe 0%, #ffffff 54%, #f0f0f0 58%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(54%,#ffffff), color-stop(58%,#f0f0f0), color-stop(100%,#e5e5e5));
	background: linear-gradient(to bottom,  #fefefe 0%,#ffffff 54%,#f0f0f0 58%,#e5e5e5 100%); 
	font-weight:bold;
	padding:7px 7px 7px 15px;
	border:1px solid #dddddd;
	position:relative;
	margin:0 0 10px 0;
}
#body_outline #office .ttl:before{
	background:url(../../img/outline/line_ttl.gif) no-repeat 0 0;
	-webkit-background-size:3px auto;
	-moz-background-size:3px auto;
	background-size:3px auto;
	content: "";
	width:3px;
	height:14px;
	display:block;
	position:absolute;
	top:9px;
	left:7px;
}

#body_outline #office dt{
	color:#ae0209;
}
#body_outline #office dd{
	border-bottom:1px dotted #999999;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}
#body_outline #office dd a{
	text-decoration:underline;
}

/* ========================================================================
	07.privacy 													[ privacy.html ]
======================================================================== */


/* info */
#body_privacy #info .box{
	border:1px solid #e8c5c7;
	padding:10px;
	margin:0 0 40px 0;
}
#body_privacy #info .ttl{
	background: -moz-linear-gradient(top,  #fefefe 0%, #ffffff 54%, #f0f0f0 58%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(54%,#ffffff), color-stop(58%,#f0f0f0), color-stop(100%,#e5e5e5));
	background: linear-gradient(to bottom,  #fefefe 0%,#ffffff 54%,#f0f0f0 58%,#e5e5e5 100%); 
	font-weight:bold;
	padding:7px 7px 7px 15px;
	border:1px solid #dddddd;
	position:relative;
	margin:0 0 10px 0;
}
#body_privacy #info .ttl:before{
	background:url(../../img/outline/line_ttl.gif) no-repeat 0 0;
	-webkit-background-size:3px auto;
	-moz-background-size:3px auto;
	background-size:3px auto;
	content: "";
	width:3px;
	height:14px;
	display:block;
	position:absolute;
	top:9px;
	left:7px;
}
#body_privacy #info .box p{
	background:url(../../img/outline/icon_square.gif) no-repeat 0 6px;
	-webkit-background-size:6px auto;
	-moz-background-size:6px auto;
	background-size:6px auto;
	padding:0 0 0 14px;
	margin:0 0 20px 0;
}

/* ========================================================================
	08.zeirishihenkou 											[ zeirishihenkou.html ]
======================================================================== */

/* info */
#body_zeirishihenkou #info .box{
	border:1px solid #e8c5c7;
	padding:10px;
	margin:0 0 40px 0;
}


#body_zeirishihenkou .service-list li{
	float:left;
	margin:0 0 10px 0;
}
#body_zeirishihenkou .service-list li:nth-child(even){
	float:right;
}

#body_zeirishihenkou #reason {
	background:#e9e2d2;
	padding:0 0 20px 0;
	margin:0 0 40px 0;
}
#body_zeirishihenkou .reason-list {
	width:290px;
	background:#fff;
	margin:0 auto;
	padding:5px;
	box-shadow: 1px 0px 3px #dcd1ba;
	-moz-box-shadow: 1px 0px 3px #dcd1ba;
	-webkit-box-shadow: 1px 0px 3px #dcd1ba;
}
#body_zeirishihenkou .reason-list li {
	margin:0 0 10px 0;
}
#body_zeirishihenkou .reason-list p {
	padding:5px 10px;
}


/* ========================================================================
	09.recruit 											[ recruit.html ]
======================================================================== */



#body_recruit h2.ttl{
	background: -moz-linear-gradient(top,  #fefefe 0%, #ffffff 54%, #f0f0f0 58%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(54%,#ffffff), color-stop(58%,#f0f0f0), color-stop(100%,#e5e5e5));
	background: linear-gradient(to bottom,  #fefefe 0%,#ffffff 54%,#f0f0f0 58%,#e5e5e5 100%); 
	font-weight:bold;
	padding:7px 7px 7px 15px;
	border:1px solid #dddddd;
	position:relative;
	margin:0 0 10px 0;
}
#body_recruit h2.ttl:before{
	background:url(../../img/outline/line_ttl.gif) no-repeat 0 0;
	-webkit-background-size:3px auto;
	-moz-background-size:3px auto;
	background-size:3px auto;
	content: "";
	width:3px;
	height:14px;
	display:block;
	position:absolute;
	top:9px;
	left:7px;
}
#body_recruit .txt{
	margin: 0 0 10px 0;
	font-weight: bold;
	line-height: 150%;
}
#body_recruit .box{
	border:1px solid #e8c5c7;
	padding:10px;
	margin:0 0 20px 0;
}
#body_recruit .career-list{
	margin:0 0 10px 0;
}
#body_recruit .career-list li{
	background: url(../../img/outline/icon_square.gif) no-repeat 0 6px;
	-webkit-background-size: 6px auto;
	-moz-background-size: 6px auto;
	background-size: 6px auto;
	padding: 0 0 0 14px;
	margin: 0 0 5px 0;
	font-weight: bold;
}
#body_recruit .career-list li em{
	color:#ae0209;
}
#body_recruit .catch{
	margin:10px 0;
	text-align:center;
	line-height:1.6;
	font-weight:bold;
}
#body_recruit .catch em{
	color:#ae0209;
}

#body_recruit .list dt{
	color:#ae0209;
	margin:0 0 5px 0;
}
#body_recruit .list dd{
	border-bottom:1px dotted #999999;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
#body_recruit .list dd.last{
	border-bottom:none;
	margin:0 0 20px 0;
	padding:0;
}
#body_recruit .list dd a{
	text-decoration:underline;
}

/* staff-box */
#body_recruit .staff-box{
	border-bottom:1px dotted #999999;
	margin:0 0 20px 0;
}
#body_recruit .staff-box:last-child{
	border-bottom:none;
	margin:0 0 20px 0;
	padding:0;
}
#body_recruit .staff-box .name{
	text-align:center;
	margin:10px 0 0 0;
}
#body_recruit .staff-box .name span{
	font-size:10px;
}
#body_recruit .staff-box .txt{
	margin:0 0 20px 0;
}
#body_recruit .staff-box .txt em{
	color:#ae0209;
}
#body_recruit .staff-box .imageL{
	float:left;
	margin:0 10px 10px 0;
}
#body_recruit .staff-box .imageR{
	float:right;
	margin:0 0 20px 10px;
}
#body_recruit .staff-box .imageBox{
	display: table;
	width: 100%;
	margin:0 0 10px 0;
}
#body_recruit .staff-box .imageBox p {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
#body_recruit .staff-box .list dd {
	border:none;
}

/* 代表者からのメッセージ */
#body_recruit #representative .staff-box .txt{
	text-indent: 1em;
	font-weight: bold;
	line-height: 150%;	
}

/* 確実に独立できる道とは */
#body_recruit .btn {
	margin:20px 0 40px;
	text-align:center;
}
#body_recruit .btn a {
	display:block;
}
/* 確実に独立できる道とは */
#body_recruit .contact-list {
	padding:10px 0 0 20px;
}
#body_recruit .contact-list li {
	font-weight:bold;
	margin:0 0 5px 0;	
}
#body_recruit .contact-list span {
	display:inline-block;
	padding:0 0 0 20px;
	
}

/* ========================================================================
	10.recruit-entry 											[ recruit-entry.html ]
======================================================================== */
#body_recruit-entry .box{
	border-left:3px solid #ae0209;
	border-right:3px solid #ae0209;
	border-bottom:3px solid #ae0209;
	margin:0 0 20px 0;
	padding:10px 20px 10px;
}


#body_recruit-entry .catch{
	text-align:center;
	font-size:26px;
	font-weight:bold;
	color:#ae0209;
	margin:0 0 10px 0;
}
#body_recruit-entry h2.ttl{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
}
#body_recruit-entry .career-list {
	margin:0 0 20px 0;
	line-height:170%;
}
#body_recruit-entry .career-list li{
	background:url(../../img/outline/icon_square.gif) no-repeat 0 6px;
	-webkit-background-size:6px auto;
	-moz-background-size:6px auto;
	background-size:6px auto;
	padding:0 0 0 14px;
	margin:0 0 5px 0;
}
#body_recruit-entry .career-list li em{
	color:#ae0209;
}

/*フォーム*/
#body_recruit-entry #inquiry{
	margin-bottom:27px;
}

#body_recruit-entry #inquiry h2{
	font-size:190%;
	color:#ae0209;
	text-align:center;
	margin-bottom:18px;
	font-weight:bold;
}
#body_recruit-entry form #inquiry-form{
	background:#E9E2D2;
	padding:20px 40px;
	margin:0 0 10px 0;
}
#body_recruit-entry form th{
	text-align:left;
}
#body_recruit-entry .f-txt{
	width:100%;
}

/*送信エラーページ*/
#body_recruit-entry #inquiry-confirm .submit-btn{
	text-align:center;
}

#body_recruit-entry #inquiry-confirm .submit-btn input{
	margin-top:20px;
}

#body_recruit-entry #inquiry-confirm strong{
	color:#ae0209;
	font-weight:bold;
}

#body_recruit-entry #inquiry-confirm th{
	padding-left:10px;
	padding-right:10px;
}
#body_recruit-entry table input,
#body_recruit-entry table textarea{
	border:#5786B5 1px solid;
	margin-bottom:20px;
	padding:5px;
	margin:5px 0;
}

#body_recruit-entry #inquiry-form{
	border:#AE0209 solid 2px;
	padding:10px;
	margin-bottom:10px;	
}

#body_recruit-entry #inquiry-form p{
	font-weight:bold;
}

/* table */
#body_recruit-entry #inquiry table{
	margin:20px 0 0;
	border:none;
	width:100%;
}

#body_recruit-entry #inquiry table th{
	border:none;
	font-size:100%;
	text-align:left;
	vertical-align:middle;
	padding:6px 0;
	font-weight:bold;
}

/* 内容確認 */


/* 送信確認 */

#body_recruit-entry #inquiry-complete{
	margin-bottom:10px;
	padding:0 10px;
}

#body_recruit-entry #inquiry-complete p{
	line-height:150%;
}

/* ========================================================================
	05.company 													[ company.html ]
======================================================================== */
#body_goudoukaisya .caption{
	margin:0 0 20px 0;
	padding:0 10px 0 0;
}
#body_goudoukaisya .caption li{
	text-indent:-3.5em;
	padding-left:3.5em;
	font-weight:bold;
	margin:0 0 5px 0;
	font-size:90%;
}


/* campaign-list */
#body_goudoukaisya .campaign-list {
	margin:0 0 10px 0;
}
#body_goudoukaisya .campaign-list:before{
	background:url(../../img/company/bg_balloon.gif) no-repeat 0 0;
	-webkit-background-size:150px 14px;
	-moz-background-size:150px 14px;
	background-size:150px 14px;
	content: "";
	height:14px;
	display:block;
}
#body_goudoukaisya .campaign-list li .box{
	border:3px solid #ae0209;
	background:#fff1f2;
	margin:0;
	padding:10px 4px 10px;
}
#body_goudoukaisya .campaign-list li h2{
	margin:0 0 10px 0;
}
#body_goudoukaisya .campaign-list li .txt{
	padding:0 10px;
}
#body_goudoukaisya .campaign-list li .next{
	margin-bottom:0px;
}


#body_goudoukaisya .comparison {
	display: table;
	width: 100%;
	margin:10px 0 0;
}
#body_goudoukaisya .comparison p {
	display: table-cell;
	font-weight:bold;
}
#body_goudoukaisya #service .txt{
	padding:0 10px 10px;
	margin-top:-20px;
}
#body_goudoukaisya #service .box{
	padding:0 10px;
}
#body_goudoukaisya #service .def-table {
	margin-bottom:10px;
}
/* def-table */
#body_goudoukaisya .def-table {
	border:1px solid #cecece;
	font-size:10px;
	width:100%;
}
#body_goudoukaisya .def-table em {
	font-weight:bold;
	font-style:normal;
}
#body_goudoukaisya .def-table thead th{
	background: -moz-linear-gradient(#e7dec9,#ccba92);
	background: -webkit-gradient(linear, left top, left bottom, from(#e7dec9), to(#ccba92));
	background: linear-gradient(#e7dec9,#ccba92);
	font-weight:bold;
	border:1px solid #cecece;
	padding:7px 5px;
}
#body_goudoukaisya .def-table thead th.pack{
	background: -moz-linear-gradient(#bf0104,#a2030e);
	background: -webkit-gradient(linear, left top, left bottom, from(#bf0104), to(#a2030e));
	background: linear-gradient(#bf0104,#a2030e);
	color:#fff;
	font-weight:bold;
}
#body_goudoukaisya .def-table tbody th{
	font-weight:bold;
	text-align:left;
	border:1px solid #cecece;
	padding:7px 5px;
}
#body_goudoukaisya .def-table tbody td{
	text-align:right;
	border:1px solid #cecece;
	padding:7px 5px;
}
#body_goudoukaisya .def-table tbody td.pack{
	background:#fff1f2;
	color:#ae0209;
	font-weight:bold;
}

/* campaign-list */
#body_goudoukaisya .campaign-list li{
	text-align:center;
}
#body_goudoukaisya .campaign-list li .mb{
	margin-bottom:10px;
}
#body_goudoukaisya .campaign-list dl{
	width:270px;
	margin:10px auto 0;
}
#body_goudoukaisya .campaign-list dt{
	background: -moz-linear-gradient(#bf0104,#a2030e);
	background: -webkit-gradient(linear, left top, left bottom, from(#bf0104), to(#a2030e));
	background: linear-gradient(#bf0104,#a2030e);
	color:#fff;
	font-weight:bold;
	padding:10px;
	font-size:14px;
	text-align:center;
}
#body_goudoukaisya .campaign-list dd{
	margin:0 0 10px 0;
}

#body_goudoukaisya .campaign-list li .def-table th{
	background: -moz-linear-gradient(#bf0104,#a2030e);
	background: -webkit-gradient(linear, left top, left bottom, from(#bf0104), to(#a2030e));
	background: linear-gradient(#bf0104,#a2030e);
	color:#fff;
	font-weight:bold;
	border:1px solid #cecece;
	padding:7px 5px;
}
#body_goudoukaisya .campaign-list li .def-table th.txtC{
	text-align:center;
}
#body_goudoukaisya .campaign-list li .def-table td{
	text-align:right;
	border:1px solid #cecece;
	padding:7px 5px;
	text-align:center;
	background:#fff;
}

/* interview */
#body_goudoukaisya #interview {
	background: -moz-linear-gradient(#97223f,#cc0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#97223f), to(#cc0000));
	background: linear-gradient(#97223f,#cc0000);
	padding:0 0 20px 0;
}
#body_goudoukaisya #interview .list{
	background: -moz-linear-gradient(#ffffff,#e3e3e3);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3e3e3));
	background: linear-gradient(#ffffff,#e3e3e3);
	box-shadow: 1px 1px 3px #9c0102;
	-moz-box-shadow: 1px 1px 3px #9c0102;
	-webkit-box-shadow: 1px 1px 3px #9c0102;
	padding:10px;
	border:3px solid #fff;
	width:250px;
	margin:0 auto;
}
#body_goudoukaisya #interview .list li{
	background-repeat: no-repeat;
	background-position: 0 3px;
	background-image: url(../../img/campaign/icon_check.png);
	-webkit-background-size: 13px auto;
	-moz-background-size: 13px auto;
	background-size: 13px auto;
	padding: 0 0 0 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#body_goudoukaisya #interview .list li em{
	color:#ae0209;
	font-style:normal;
}

/* support */
#body_goudoukaisya #support .list{
	background:#f5f2ea;
	padding:0 10px;
}
#body_goudoukaisya #support .list li{
	float:left;
	margin:0 0 10px 0;
}
#body_goudoukaisya #support .list li:nth-child(even){
	float:right;
}

#body_goudoukaisya .dis-table {
	display: table;
	width: 100%;
	margin:10px 0 0;
}
#body_goudoukaisya .next {
	padding-left:63px;
}
#body_goudoukaisya .dis-table .cell {
	display: table-cell;
	vertical-align:top;
}
#body_goudoukaisya .dis-table .cell p {
	text-align:right;
}

/* ai */
.ai{
    margin: 10px 10px 0;
}
.ai_key{
    margin-bottom: 24px;
}
.ai_key img,
.ai img{
    width: 100%;
    height: auto;
}
.ai .ai_txt{
    font-weight: normal;
    font-size: 12px;
    line-height: 2;
    margin: 0 0 27px;
}
.ai_txt > span{
    color: #ef020c;
    font-weight: bold;
}
.ai-howto_block{
    background-image: url("../../img/ai/bg_line.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 20px 10px 20px;
    margin-bottom: 20px;
}
.ai-howto_ttl{
    width: 62%;
    margin-bottom: 20px;
}
.ai-howto_list li{
    background-image: url("../../img/ai/bg_howto.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 6px 6px;
    margin-bottom: 10px;
}
.howto01{
    position: relative;
}
.howto01 > h3{
    width: 60%;
    margin-bottom: 8px;
}
.howto01 .howto_img{
    width: 33%;
    position: absolute;
    right: 6px;
    bottom: 0;
}
.howto01 .ai-howto_txt{
    width: 58%;
}
.howto02 > h3{
    width: 90%;
    margin-bottom: 8px;
}
.howto03{
    position: relative;
}
.howto03 > h3{
    width: 55%;
    margin-bottom: 8px;
}
.howto03 .ai-howto_txt{
    width: 60%;
}
.howto03 .howto_img{
    width: 24%;
    position: absolute;
    top:23px;
    right: 20px;
}
.ai-howto_txt{
    font-size: 11px;
    font-weight: normal;
}
.ai-notice_block h3{
    font-size: 12px;
}
.ai-notice_block ul li{
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 6px;
    text-indent: -1em;
    padding-left: 1em;
}
.ai-notice_block{
    margin-bottom: 20px;
}

/* terms */
.terms{
    margin: 10px 10px 0;
}
.terms .terms_key{
    margin-bottom: 20px;
}
.terms .terms_key img{
    width: 100%;
    height: auto;
}
.terms .terms_ttl{
    background: #be88b1; /* Old browsers */
    background: -moz-linear-gradient(left,  #be88b1 0%, #ab89b3 46%, #8b93ba 54%, #759cc0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #be88b1 0%,#ab89b3 46%,#8b93ba 54%,#759cc0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #be88b1 0%,#ab89b3 46%,#8b93ba 54%,#759cc0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be88b1', endColorstr='#759cc0',GradientType=1 ); /* IE6-9 */
    color: #fff;
    font-weight: bold;
    padding: 8px 10px 8px 12px;
    margin: 0 0 16px;
}
.terms .terms_ttl + .terms_txt{
    margin:0 10px 30px;
}
.terms .terms_block {
    margin: 0 0 30px;
}
.terms .terms_block .terms_sttl{
    align-items: center;
    border-bottom: dotted 1px #898989;
    background-image: none;
    display: flex;
    font-size: 12px;
    padding: 0 0 4px 0;
    margin: 0 0 8px;
}
.terms .terms_block .terms_sttl::before{
    background-color: #b681ae;
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    margin-right: 8px;
}
.terms .terms_txt{
    font-weight: normal;
    font-size: 10px;
    line-height: 2;
    margin: 0 10px;
}
