@charset "UTF-8";


/* = メーカーLP
---------------------------------------*/

/*共通設定*/

#contents {
	width: auto;
}

#container .wrapBox {
	background: #fff;
	padding: 20px;
}


#container #makerLP {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*スプライト一括設定*/
#container #makerLP h3 {
	color: #2648A4;
    font-weight: bold;
    position: relative;
    padding: 0 65px;
    text-align: center;
    font-size: 25px;
    width: 300px;
    margin: 40px auto;
}

#container #makerLP h3:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #2648A4;
}

#container #makerLP h3 span {
	position: relative;
	padding: 0 1em;
	background: #fff;
}


/*ヘッダー*/
#header {
	background: #00B9F2;
	margin:0;
}

#header h1{
	width: 1000px;
	padding-top: 0;
	margin: 0 auto;
	text-align: left;
}

#header img {
	width: 180px;
	height: auto;
    background: #fff;
    padding: 5px 15px 10px;
}

/*メインイメージ*/
#mainImg {
	margin-bottom: 20px;
	background: url(/img/faw/makerLP/outsourcing02/line.png) repeat-x;
	background-color: #00B9F2;
	background-position:bottom;
	background-size: auto 70px;
	padding-bottom: 80px;
}


/*メリット*/
#container #makerLP #merit {
	margin-bottom: 30px;
}

#container #makerLP #merit h3 {
	background-position: 0 0px;
}

#container #makerLP #merit dt {
	font-size: 17px;
	font-weight: bold;
}

#container #makerLP #merit dd {
	font-size: 14px;
	margin-top: 10px;
}

#container #makerLP #merit .meritBox {
	float: left;
	margin-right: 20px;
	width: 273px;
}

#container #makerLP #merit .lastBox {
	float: left;
	margin-right: 0;
	width: 273px;
}

#container #makerLP #merit img {
	margin: 0 0 10px 0;
}

#container #makerLP #merit p {
    font-size: 15px;
    line-height: 1.6;
}

/*ご案内します*/
#container #makerLP #companyInfo01 {
	margin-bottom: 40px;
    border: solid #EFEFEF 4px;
    margin-top: 40px;
}

#container #makerLP #companyInfo01 h3 {
	background-position: 0 -80px;
}


#container #makerLP #companyInfo01 .photoBox {
	float: left;
	padding: 0 10px 10px 10px;
}

#container #makerLP #companyInfo01 .photoBox img {
	width: 140px;

}

#container #makerLP #companyInfo01 .infoBox {
	width: 690px;
	float: right;
	margin-bottom: 10px;
}

#container #makerLP #companyInfo01 .infoBox h6 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#container #makerLP #companyInfo01 p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

#container #makerLP #companyInfo01 .specialBox01,
#container #makerLP #companyInfo01 .specialBox02,
#container #makerLP #companyInfo01 .specialBox03 {
	float: left;
	width: 273px;
	height: 72px;
	margin-right: 20px;
}

#container #makerLP #companyInfo01 .specialBox03 {
	margin-right: 0;
}

#container #makerLP #companyInfo01 dt {
	width: 80px;
	height: 72px;
	display: block;
	margin: 0 10px 0 0;
 	overflow: hidden;
 	background: url(/img/faw/makerLP/outsourcing02/sprites.png) 0 0;
	background-repeat:no-repeat;
 	text-indent: 100%;
 	white-space: nowrap;
	background-color: transparent;
	float: left;
}
#container #makerLP #companyInfo01 dd {
	font-size: 16px;
	line-height: 1.2;

}


#container #makerLP #companyInfo01 .specialBox01 dt {
	background-position: 0 -463px;

}

#container #makerLP #companyInfo01 .specialBox02 dt {
	background-position: -80px -463px;
}

#container #makerLP #companyInfo01 .specialBox03 dt {
	background-position: -160px -463px;
}


/*期間工・採用までの流れ*/

.kikanko_about {
	margin-bottom: 40px;
	margin-top: 10px;
}

.kikanko_title01 {
	font-size: 22px;
	font-weight: bold;
	background: #FFE8D2;
	padding: 10px 10px 10px 30px;
	margin-bottom: 20px;
	position: relative;
}

.kikanko_title01:before {
    position: absolute;
	content: '';
    top: 22%;
    left: 15px;
    width: 5px;
    height: 60%;
    background: #FF012A;
}

.kikanko_title02 {
	font-size: 20px;
	font-weight: bold;
    padding: 5px 10px 10px 52px;
    margin-bottom: 10px;
	position: relative;
}

.kikanko_title02 .number {
	border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #2648A4;
    padding: 6px 12px;
    font-weight: normal;
    font-size: 16px;
}

.kikanko_title03 {
	font-size: 16px;
	color: #2648A4;
	text-align: center;
	padding: 6px;
	font-weight: bold;
}

.kikanko_content {
	margin-bottom: 30px;
}

.kikanko_content  p {
	line-height: 1.8;
	font-size: 15px;
}

.kikanko_col02,
.kikanko_col04 {
	display: flex;
	flex: 1;
	justify-content: space-between;
	margin-top: 20px;
}

.kikanko_col02_box {
	width: 390px;
	background: #F4F4F4;
	display: flex;
   	flex-direction: column;
	padding: 20px;
	border-radius: 20px;
}

.kikanko_col02_box_text {
	flex-grow: 1;
	padding: 10px;
}

.kikanko_col02_box_img {
	padding: 10px;
}

.kikanko_col02_box_icon {
	width: auto;
	height: 140px;
	margin-bottom: 10px;
}

.kikanko_col04_box {
	width: 185px;
	background: #F4F4F4;
	display: flex;
   	flex-direction: column;
	padding: 10px;
	border-radius: 20px;
}

.kikanko_col04_box_text {
	font-size: 14px !important;
	text-align: center;
}

.kikanko_col04_box_icon {
	width: auto;
	height: 60px;
	margin: 20px 0;
}



/*募集要項*/
#container #makerLP #requirementsBox {
	margin-bottom: 30px;
}

#container #makerLP #requirementsBox h3 {
	background-position: 0 -160px;
}

#container #makerLP #requirementsBox table {
	font-size:14px;
	margin-bottom: 0;
}

#container #makerLP #requirementsBox th {
	background-color: #ebebeb !important;
	width: 160px !important;
	text-align: center;
	padding: 0;
}

#requirementsBox td span.saraly {
    color: #ee403c;
    font-size: 18px;
}

/*ご紹介する企業*/
#container #makerLP #companyInfo02 {
	margin-bottom: 30px;
}
#container #makerLP #companyInfo02 h3 {
	background-position: 0 -240px;
}

#container #makerLP #companyInfo02 .photoBox {
	float: left;
	padding: 0 10px 10px 10px;
}

#container #makerLP #companyInfo02 img {
	width: 140px;

}

#container #makerLP #companyInfo02 .infoBox {
	width: 690px;
	float: right;
	margin-bottom: 10px;
}

#container #makerLP #companyInfo02 h6 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
	padding: 0 0 10px 0;
}

#container #makerLP #companyInfo02 p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

#container #makerLP #companyInfo02 table {
	font-size:14px;
	margin-bottom: 0;
	margin-top: 10px;
}

#container #makerLP #companyInfo02 th {
	background-color: #ebebeb !important;
	width: 160px !important;
	text-align: center;
	padding: 0;
}

/*応募フォーム*/
#container #makerLP #formBox {
	margin-bottom: 40px;
    border: solid #EFEFEF 4px;
    margin-top: 40px;
}

#container #makerLP #formBox h3 {
	background-position: 0 -320px;
}

#container #makerLP #formBox .incontents {
	background-color: #FFF;
	margin-bottom: 0;
	padding: 0;
}


#container #makerLP #formBox table {
	margin-bottom: 30px;
}

#container #makerLP #formBox .agreementBox {
    padding: 10px 0 20px;
    text-align: center;
}



/*WEB応募ボタン*/
#container #makerLP .inquireNow {
	margin-bottom: 10px;
	padding: 20px 0px;
}

#container #makerLP .inquireNow input {
    text-align: center;
    width: 500px;
    height: 100px;
    color: #fff;
    display: block;
    background-color: #2648A4;
    border-radius: 50px;
    font-size: 35px;
    line-height: 100px;
    margin: 0 auto;
}

#container #makerLP .inquireNow input:hover {
	text-decoration: none;
	background: #0C2C84;
}

/*WEB応募ボタン*/
#container #makerLP .btnBox {
	padding: 20px 30px;
	margin-bottom: 30px;
}

#container #makerLP .btnBox a {
    text-align: center;
    width: 500px;
    height: 100px;
    color: #fff;
    display: block;
    background-color: #2648A4;
    border-radius: 50px;
    font-size: 35px;
    line-height: 100px;
    margin: 0 auto;
}

#container #makerLP .btnBox a:hover {
	text-decoration: none;
	background: #0C2C84;
}

/*TEL応募ボタン*/
#container #makerLP .telBox {
	padding: 30px;
	display:table;
	position:relative;
	background-color: #fff;
	margin-bottom: 40px;
	

}
#container #makerLP .telBox_inner {
	background-image: url(/img/faw/makerLP/outsourcing02/smartphone.png);
	background-position: 30px 50% ;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-color: #F4F4F4;
  	border-radius: 10px;
  	position:relative;
	padding: 30px 30px 30px 110px;
	width: 720px;
}

#container #makerLP .telBox_title {
	font-weight: bold;
	font-size: 16px;
	list-style: 1.6em;
	margin-bottom: 10px;
}

#container #makerLP .telBox .free {
	font-size: 14px;
    color: #fff;
    display: inline-block;
    background: #2648A4;
    vertical-align: middle;
    padding: 6px 20px 4px;
    margin-right: 4px;
    margin-bottom: 16px;
    border-radius: 30px;
}
#container #makerLP .telBox .number{
	font-size:30px;
	font-weight: bold;
	color: #2648A4;
	line-height: 1;
}

#container #makerLP .telBox .note {
	clear: both;
  	display: block;
  	color: #333;
  	font-size: 13px;
  	font-weight: normal;
  	padding-right:10px;
}
#container #makerLP .telBox  .note li {
  	line-height: 1.7;
}

#container #makerLP .telBox .note li a:link, #container.companyLP .jobOrder .phone01 .note li a:visited {
    color: #0066cc;
    text-decoration: underline;
}

#container #makerLP .telBox .note li a:hover{
    color: #0066cc;
    text-decoration: none;
}

/*他のメーカー*/
#container #makerLP #otherMaker h4 {
	background-position: 0 -400px;
	height: 54px;
}

#container #makerLP #otherMaker .otherBox {
	padding: 20px 30px;
}
#container #makerLP #otherMaker img {
	float: left;
	margin-right: 20px;
}

#container #makerLP #otherMaker .otherBox .link {
	text-align: right;
}

#container #makerLP .makerLP_bnr{
	margin: 20px 0 0 0;
	text-align:center;
}

#container #makerLP #requirementsBox td.fukuri a {
	text-align: right;
}
/* = clear
----------------------------------------------- */
#container #makerLP .wrapBox,
#container #makerLP #companyInfo01 .infoBox,
#container #makerLP #companyInfo02 .infoBox,
#container #makerLP #otherMaker {
		zoom: 1;
}

#container #makerLP .wrapBox:after,
#container #makerLP #companyInfo01 .infoBox:after,
#container #makerLP #companyInfo02 .infoBox:after,
#container #makerLP #otherMaker:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}


/*共通CSSの上書き*/

body {
    background: #fff;
}

#container {
    background: #fff;
    border-left: none;
    border-right: none;
	width: auto;
}

#container #makerLP .blueback {
	background: #CCF1FD;
	padding: 30px 0 1px;
}

#container #makerLP .content_inner,
#container #formBox .content_inner {
	width: 920px;
	margin: 0 auto;
}


/* = table = */
#contents table {
	border: none;
}

#contents table th,
#contents table td {
	border: none;
}

#container #makerLP th {
    background-color: #fff !important;
    width: 275px !important;
    text-align: right;
	font-size: 15px;
}

#contents table th span {
    float: none;
}

#contents table th {
    vertical-align: top;
    padding-top: 15px! important;
    padding-bottom: 15px !important;
}