@charset "utf-8";

/* =============================中ページ共通==================================== */

/*ページのフェードイン　js無し
body.naka {animation: fadeIn 0.6s ease 0s 0.7 normal;-webkit-animation: fadeIn 0.6s ease 0s 0.7 normal;}
@keyframes fadeIn {
	0% {opacity: 0.3}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0.3}
	100% {opacity: 1}
}
*/


/*/////////////　header　//////////////////////////////*/



/* =============中ページ共通のスタイル================== */
body.naka #wrapper {padding-top:100px;background:none;}
body.naka .section{font-size: 108%;}


/*中ページ上部のbig画像-------------*/
#naka-headerimgs{width: 100%;background:#f2f2f2 url(../machine/img/naka_headimg_machine.jpg) no-repeat center center;}
.naka-headerimg{height:300px;text-align:center;background:url(../img/naka_headimg_bg.png) no-repeat center center;margin: 0 auto;display: flex;justify-content: center;align-items: center;}
.naka-headerimg p{font-family:'M PLUS 1p';font-weight:700;color:#ff3300;line-height: 1.2;font-size:220%;letter-spacing: 0.5em;
										text-shadow:rgba(255,255,255,1) 2px 0px 0, rgba(255,255,255,1) -2px 0px 0,
																rgba(255,255,255,1) 0px -2px 0, rgba(255,255,255,1) -2px 0px 0,
																rgba(255,255,255,1) 2px 2px 0, rgba(255,255,255,1) -2px 2px 0,
																rgba(255,255,255,1) 2px -2px 0, rgba(255,255,255,1) -2px -2px 0,
																rgba(255,255,255,1) 1px 2px 0, rgba(255,255,255,1) -1px 2px 0,
																rgba(255,255,255,1) 1px -2px 0, rgba(255,255,255,1) -1px -2px 0,
																rgba(255,255,255,1) 2px 1px 0, rgba(255,255,255,1) -2px 1px 0,
																rgba(255,255,255,1) 2px -1px 0, rgba(255,255,255,1) -2px -1px 0,
																rgba(255,255,255,1) 1px 1px 0, rgba(255,255,255,1) -1px 1px 0,
																rgba(255,255,255,1) 1px -1px 0, rgba(255,255,255,1) -1px -1px 0;}
.naka-headerimg p span{color:#cc8372;font-size:47%;display: block;text-shadow: none;letter-spacing: 0.3em;}



/*パンくず------------*/
.breadcrumb-box{width: 1090px;margin:3px auto 0 auto;overflow: hidden;position: absolute;right: 0;left: 0;}
#breadcrumb{font-size:72%;white-space: nowrap;}
#breadcrumb div{display:inline;color:#999;padding-right:10px;}
#breadcrumb div a{color:#444;margin-right:10px;text-decoration:underline;}
#breadcrumb div a:hover{color: #669900;}





/* =============中ページ共通のスタイル================== */

/*見出し----------------*/
body.naka h2{font-family:'M PLUS 1p';font-weight:800;color:#ff3300;font-size:400%;line-height:1;letter-spacing:0.05em;display: flex;align-items: center;margin: 0 auto 30px auto;}
body.naka h2:before,
body.naka h2:after {content: "";flex-grow: 1;height: 20px;background:#ffc1b2;display: block;}
body.naka h2:before {margin-right:0.8em;}
body.naka h2:after {margin-left:0.8em;}


h3{font-family:'M PLUS 1p';font-weight:800;color:#c93f1d;font-size:260%;line-height:1;letter-spacing:0.05em;text-align:center;margin: 0 auto 30px auto;}


/*
.midashi3{font-size:150%;line-height: 1.2;font-family:'Noto Serif JP', serif;font-weight:500;margin-bottom: 30px;text-align:center;letter-spacing: 0;}


.midashi6{font-weight: bold;background-color:#efefef;padding: 5px 0 2px 10px;margin: 7px 0;line-height: 1.4;}

.midashi7{font-weight: bold;border-bottom: 1px solid #aaa;padding: 5px;margin: 7px 0;line-height: 1.4;}
*/

/*字下げ*/
.jisage{padding-left: 1em;text-indent: -1em;}
/*インデント*/
.indent{padding-left: 1em;}

/*色*/
.color1{color:#ff3300;}/*基本色 レッド*/
.color-red{color:#cc0000;}
.color2{color:#cc3333;}/*注意色*/
.color3{color:#871900;}/*基本色 濃い赤*/


/*文字サイズ*/
strong{font-weight:bold;}
big{font-size:122%;}
small,
.small{font-size: 76%;line-height: 1.3;}

.font-size8{font-size:51%;line-height:1.2;}
.font-size10{font-size:65%;line-height:1.2;}
.font-size12{font-size:79%;line-height:1.5;}
.font-size13{font-size:86%;line-height:1.5;}
.font-size14{font-size:93%;line-height:1.7;}
.font-size16{font-size:100%;line-height:1.7;}	
.font-size17{font-size:108%;line-height:1.7;}
.font-size19{font-size:122%;line-height:1.7;}
.font-size20{font-size:129%;line-height:1.5;}
.font-size23{font-size:136%;line-height:1.5;}
.font-size24{font-size:143%;line-height:1.4;}
.font-size28{font-size:156%;line-height:1.3;}
.font-size32{font-size:172%;line-height:1.3;}
.font-size36{font-size:184%;line-height:1.3;}
.font-size40{font-size:200%;line-height:1.2;}
.font-size50{font-size:232%;line-height:1.2;}
.font-size60{font-size:250%;line-height:1.2;}

.noaccent{font-weight:normal;}
.accent{font-weight: bold;}

.nowrap{white-space:nowrap;}

.textleft{text-align:left;}

/* 画像 */
.alignnone,
img.alignnone {margin:7px 0 7px 0;}
.alignleft,
img.alignleft {float: left;margin:7px 25px 7px 0;}
.alignright,
img.alignright {float: right;margin:7px 0 7px 25px;}
aligncenter,
img.aligncenter {clear: both;display: block;margin:7px auto 7px auto;}

/*キャプション付き画像*/
/*
.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%;padding: 5px 3px 10px;text-align: center;}
*/
.wp-caption{display: inline-block;}
.wp-caption.alignnone {margin:5px 0 5px 0;width:auto !important;overflow:hidden;}
.wp-caption.alignleft {float:left;margin:5px 20px 5px 0;width:auto !important;}
.wp-caption.alignright {float:right;margin:5px 0 5px 20px;width:auto !important;}
.wp-caption.aligncenter {margin:5px auto 5px auto;}
.wp-caption img {border: 0 none;margin-bottom:3px;padding: 0;/*max-width: 98.5%;width: auto;height: auto;---この3つを入れると管理者画面の画像編集で画像が変形できなくなる*/}
.wp-caption p.wp-caption-text {font-size:79%;line-height:1.2;color:#555555;margin-top:1px;padding:0;}




/*表テーブル*/
table{border-collapse: collapse;background-color:transparent;margin:10px 0 5px 0;width: 100% !important;background-color:#fff;max-width: 100%;}
/* Only Chrome  tableにmax-wdthを指定しているにも関わらず適用されないため */
@media screen and (-webkit-min-device-pixel-ratio:0){
.entry-content table{display: table-row;}
}
table caption{text-align: left;font-weight: bold;}
table tr{vertical-align:middle;}
table th{font-size:93%;padding:7px 8px 6px 8px;line-height: 1.5;font-weight:normal;background-color:#eeeded;color:#000;vertical-align: middle;border: 1px solid #bbb;}
table th.title{background-color:#ff7457;color:#fff;}
table td{font-size:93%;padding:7px 12px 6px 12px;line-height:1.5;text-align:center;border:1px solid #bbb;font-weight:normal;}
table td .alignnone,
table td img.alignnone,
table td .wp-caption.alignnone {margin: 2px -8px 5px 2px;}


table.border-zero{width: auto;margin: 10px auto 5px auto;}
table.border-zero,
table th.border-zero,
table td.border-zero{border:none;text-align:left;vertical-align:top;background-color: transparent;}

table.border-bottom,
table td.border-bottom,
table th.border-bottom,
table.border-bottom th{border-bottom:1px dotted #999;border-top:none;border-left:none;border-right:none;background-color: transparent;}

/*表テーブル スマホ対応用*/
.responsive_table_mask{display:none;}
/*スマホのときだけ表示
.sm-only640{display:none;}
@media screen and (max-width: 640px) {
	.sm-only640{display:block;margin:40px 0 -20px 0;text-align:center;}
}*/
@media screen and (max-width: 640px) {
.scroll-table{overflow: auto;white-space: nowrap;position: relative;}
.scroll-table::-webkit-scrollbar{height: 3px; /* スクロールバーの高さ */}
.scroll-table::-webkit-scrollbar-track{background: #F1F1F1; /* スクロールバーの背景色 */}
.scroll-table::-webkit-scrollbar-thumb {background: #ffa566; /* スクロールバーの色 */}
.scroll-table td,
.scroll-table th{white-space: nowrap;　/* 文字の折返しを禁止 */}
.responsive_table_mask {width: 100%;height: 100%;position: absolute;top: 0;left: 0;background:rgba(0,0,0,0.3) url( '../img/icon_swipe.png' ) no-repeat center 30px;background-size: auto 90px;z-index:2;cursor: pointer;display:block;}
}



/*改行しない*/
.white-space{white-space:nowrap;}

/*リスト*/
body.naka .section ol,
body.naka .section ul{margin-left: 20px;}
body.naka .section ol li,
body.naka .section ul li{line-height:1.4;margin-bottom:8px;}
body.naka .section ol li strong,
body.naka .section ul li strong{padding-top:6px;display: inline-block;}


/*このボタンは、中ページ全ページで使用*/
/*cssだけでつくったボタンの場合*/



/*PDFボタン*/
.btn-pdf{font-size:100%;line-height: 1.1;background:url(../img/icon_pdf.gif) no-repeat 0px 0px;padding:0 0 13px 24px;margin-top:10px;}
/*IE8以上*/
.btn-pdf{padding:2px 0 13px 24px\0;}
.btn-pdf a{text-decoration: underline;color: #1e4d90;}
.btn-pdf a:hover{}


/*xlsボタン*/
.btn-xls{font-size:100%;line-height: 1.1;background:url(../img/icon_xls.gif) no-repeat 0px 0px;padding:0 0 13px 24px;margin-top:10px;}
/*IE8以上*/
.btn-xls{padding:2px 0 13px 24px\0;}
.btn-xls a{text-decoration:underline;}
.btn-xls a:hover{}


/*PDF枠付きボタン*/
.btn-pdf2{display: table;margin:20px auto 0 auto;text-align: center;}
.btn-pdf2 a{text-decoration: none;background:#040429 url(../img/icon_pdf2.png) no-repeat 20px center;padding: 16px 25px 15px 57px;display: inline-block;font-size: 115%;color:#fff;line-height: 1;width: 100%;/*! background-size: 28px; */}
.btn-pdf2 a:hover{opacity:0.6;}

/*xlsボタン
.btn-xls{display: table;border: 1px solid #7fb1da;margin:20px auto 0 auto;text-align: center;border-radius: 5px;}
.btn-xls a{text-decoration: none;background: url(../img/icon_xls.gif) no-repeat 20px center;padding: 12px 25px 11px 45px;display: inline-block;font-size: 115%;line-height: 1;}
.btn-xls a:hover{color:#003399;background-color:#ecf5fb;}
*/


/*グレイ色の枠*/
.waku-glay{padding:12px 15px;background-color:#fafafa;border:1px solid #bbb;}
/*注意色の枠*/
.waku-chuui{padding:12px 15px;background-color:#fbfbdd;border:1px solid #e2dfa8;}



/*--------------------------------
     SNS
---------------------------------*/





/*///////////////////////////////////////////////////////////////////////////////*/
/*                 　中ページのmain                                          */
/*///////////////////////////////////////////////////////////////////////////////*/


/*==========　保有車輌  machine/  ==========*/
body.machine #naka-headerimgs{background:#f2f2f2 url(../machine/img/naka_headimg_machine.jpg) no-repeat center center;}

.naka-com1{text-align:center;line-height:2;}

.machine-img{text-align:center;margin-top: 30px;}

table.machine-table{margin-top: 40px;}
table.machine-table th{background-color:#ff3300;color:#fff;border: none;border-left: 1px solid #fff;font-weight: bold;line-height: 1.3;padding: 9px 8px 8px 8px;}
table.machine-table td{line-height: 1.3;padding: 10px 12px 9px 12px;border-bottom: 1px solid #bbb;border-top: none;}

table.machine-table th:first-child,
table.machine-table td:first-child{border-left:none;}
table.machine-table th:last-child,
table.machine-table td:last-child	{border-right:none;}

.naka-kuwashii.machine-pdf{margin:0;}
.naka-kuwashii.machine-pdf a{width: 65px;line-height: 25px;font-size: 115%;border: 1px solid #ffe8e1;background: #bd2600 url(../img/arrow_white68-105.png) no-repeat left -7px center;background-size: 16px;border-radius: 6px;padding-left: 5px;height:28px;}
.naka-kuwashii.machine-pdf.seinou a{border: 1px solid #ff3300;color:#ff3300;background:#ffd8cc url(../img/arrow_red68-105.png) no-repeat left -7px center;background-size: 16px;height: 26px;line-height: 23px;}
.naka-kuwashii.machine-pdf a:hover{color:#fff;background:#ff3300 url(../img/arrow_white68-105.png) no-repeat left -5px center;background-size: 16px;padding-left:9px;}

.track{margin-top:80px;}






/*==========　会社案内　company/  ==========*/
body.company #naka-headerimgs{background:#f2f2f2 url(../company/img/naka_headimg_company.jpg) no-repeat center center;}

/*= 経営理念・方針 =*/
.section.rinen{background:url(../company/img/rinen_bg.jpg) no-repeat center bottom;min-height:800px;}

ul.rinen-ul{display:block;margin:60px auto 0 auto !important;width:700px;border-top:2px dotted #fda28a;text-align:center;list-style: none;}
ul.rinen-ul li{font-size:122%;font-weight:bold;line-height:1.4;padding:20px 0;border-bottom:2px dotted #fda28a;}


/*= 会社概要 =*/
.section.gaiyou{padding-bottom:0;}
.section.gaiyou .container{width:100%;}

dl.president-dl{display:table;margin:60px auto 0 auto !important;max-width:1100px;background-color: #f6f6f6;padding: 25px;}
dl.president-dl dt{width:35%;display: table-cell;}
dl.president-dl dd{background-color:#f6f6f6;padding:5px 15px 0 2.5%;display: table-cell;vertical-align: middle;}

dl.president-dl dt img{max-width:100%;height:auto;}

dl.president-dl dd .aisatu{font-weight:bold;color:#333;line-height:1.7;font-size: 115%;}
dl.president-dl dd .aisatu-com{margin-top: 15px;}
dl.president-dl dd .president-name{margin-top:30px;font-size: 86%;line-height: 1.4;}
dl.president-dl dd .president-name big{font-size:159%;}

.company-naka-cont{width:1100px;margin:0 auto;padding:0;line-height:1.8;}

table.company-table{margin-top: 40px;font-size: 108%;}
table.company-table th{background-color: transparent;border: 1px solid #bd715e;border-left: none;border-right: none;text-align: left;padding: 14px 10px 14px 18px;white-space: nowrap;width: 15% !important;vertical-align: top;}
table.company-table td{text-align: left;border: 1px dotted #555;border-left: none;border-right: none;padding: 14px 10px 14px 30px;background-color: transparent;}
table.company-table td span{padding-right:15px;display: inline-block;}
table.company-table td .zip{}
table.company-table td > ul{list-style:circle;}
table.company-table td ul.float li{float:left;width:50%;}

.company-img{text-align:center;margin:40px 0 8px 0;}
.company-img-cap{text-align:center;margin:0 0 40px 0;font-size:93%;line-height:1.4;}

/*= 職場体験 =*/
.section.taiken{background-color:#f9f9f4;}
.taiken-com1{text-align:center;margin-top:30px;font-weight:bold;color:#333;font-size:115%;}
ul.taiken-ul{margin:20px 0 0 0 !important;text-align:center;}
ul.taiken-ul li{display:inline-block;margin:7px 10px;}
.taiken-com2{margin-top:20px;}

/*= 沿革 =*/
table.history-table{border-top: 1px dotted #999;}
table.history-table th{vertical-align: top;padding: 10px 8px 6px 8px;}
table.history-table td{padding: 10px 12px 3px 12px;}




/*==========　事業内容　business/  ==========*/
body.business #naka-headerimgs{background:#f2f2f2 url(../business/img/naka_headimg_business.jpg) no-repeat center center;}

.busi-midashi1{font-family:'M PLUS 1p';font-weight:800;text-align:center;font-size:200%;line-height:1.5;color:#ff3300;margin-bottom: 25px;}
.busi-com1{padding: 0 9%;margin-bottom: 65px;}

		
/*横に流れる画像*/
/* 初期化完了まで非表示 */
.bxslider {display:none;}
.bx-wrapper .bxslider {display: block;}
.bx-wrapper {box-shadow: none;border: none;background: none;}
.bx-wrapper .bx-controls-direction a{transition:0s;}

ul.busi-ul{text-align:center;margin: 100px auto 0 auto !important;max-width: 1450px;}
ul.busi-ul li{display:inline-block;width:45%;margin:0 2% 70px 2% !important;vertical-align: top;}
ul.busi-ul li .midashi{text-align:center;font-size:200%;line-height:1;font-weight:bold;color:#ff3300;font-family: 'M PLUS 1p';font-weight: 700;}
ul.busi-ul li .img{margin-top:25px;}
ul.busi-ul li .img img{max-width:100%;height:auto;}
ul.busi-ul li .com{text-align:left;font-size:90%;line-height:1.6;margin-top: 8px;}

ul.yakan-ul{text-align:center;background:url(../business/img/anzen_bg.png) repeat center top;margin:0 !important;padding:50px 0 30px 0;}
ul.yakan-ul li{display:inline-block;max-width:500px;margin:0 0 15px 1% !important;}
ul.yakan-ul .com{font-weight:bold;color:#ff3300;line-height:1.4;font-size:129%;}

/*= 安全への取り組み =*/
.section.anzen{background-color:#f9f9f4;}

dl.anzen-dl{text-align:center;max-width:900px;margin:0 auto;}
dl.anzen-dl dt{float:left;width:58%;}
dl.anzen-dl dd{float:right;width:39%;}
dl.anzen-dl dt .anzen-com{text-align:left;margin-top: 10px;}
dl.anzen-dl dt .anzen-com small{}
dl.anzen-dl dd img{max-width:100%;height:auto;}

/*= 対応エリア =*/
dl.area-dl{text-align:center;max-width:1050px;margin:0 auto;}
dl.area-dl dt{float:left;width:39%;}
dl.area-dl dd{float:right;width:59%;}
dl.area-dl dt .area-com{text-align:left;margin-top:20px;}
dl.area-dl dd img{max-width:100%;height:auto;}








/*============　採用情報　recruit/　=============*/
body.recruit #naka-headerimgs{background:#f2f2f2 url(../recruit/img/naka_headimg_recruit.jpg) no-repeat center center;}

body.recruit #wrapper .container{width:1100px;}

/*= 採用情報アピールポイント =*/
.recruit-midashi-cap{font-family: 'M PLUS 1p';font-weight: 700;line-height: 1;font-size: 150%;color: #fff;background-color: #ff3300;letter-spacing: 0.3em;max-width: 650px;margin: 0 auto;text-align: center;padding: 6px 0;}
.recruit-midashi{font-family: 'M PLUS 1p';font-weight: 800;line-height: 1;font-size: 67px;color: #ff3300;letter-spacing: 0em;text-align: center;margin-top:30px;}

dl.recruit-dl1{margin-top: 45px;}
dl.recruit-dl1 dt{float:left;width:35%;}
dl.recruit-dl1 dt img{max-width:100%;height:auto;}
dl.recruit-dl1 dd{padding:5px 0 0 38%;line-height: 2;}

.recruit-point{text-align:right;}
.recruit-point img{max-width:100%;height:auto;}

ul.recruit-ul1{width:1100px;margin:15px auto 0 auto !important;}
ul.recruit-ul1 li{display:inline-block;width:30%;margin:0 1.5% 12px 1%;background:#ff3300 url(../img/rogomark_darkred.png) no-repeat center center;background-size:90px;border-radius:10px;text-align: center;color: #fff;font-weight: bold;line-height: 1.5;font-size: 136%;padding: 20px 0;}
ul.recruit-ul1 li img{max-width:266px;height:auto;}

ul.recruit-ul2{margin-top:20px;}
ul.recruit-ul2 li{margin-top:10px;line-height:1.8 !important;padding-left: 1em;}
ul.recruit-ul2 li b{display:block;text-indent: -1em;font-size: 108%;}


/*一覧*/
.recruit-category-box{border-bottom: 1px solid #f0cbc1;}

.recruit-list-dl{border-top: 1px solid #f0cbc1;}
.recruit-list-dl a{padding:17px 3% 16px 3%;display: block;}

.recruit-list-dl dt{padding:18px 15px;cursor: pointer;}
.recruit-list-dl dt .recruit-date{float:left;font-size:83%;width:130px;color:#555;}
.recruit-list-dl dt .recruit-date img{margin: 0 0 6px 8px;}
.recruit-list-dl dt .icon{float: left;margin-top: 2px;line-height: 1;}
.recruit-list-dl dt .icon img{width:45px;height:auto;}
.recruit-list-dl dt .title{float: left;margin-left: 14px;font-size:108%;line-height:1.3;font-weight:bold;color:#ff3300;text-decoration:underline;}
.recruit-list-dl dt .title span.shokushu{float: left;font-weight:bold;text-decoration: underline !important;}
.recruit-list-dl dt .title span.naiyou{float: left;font-weight:normal;font-size:86%;text-decoration:none;margin-top: 1px;padding-left: 10px;}

.recruit-list-dl > dd{display:none;}

.recruit-list-dl dt:hover{background-color:#fffaf0;}
.recruit-list-dl dt:hover .title{color:#b52501;}

/*endはボタン反応なし*/
.recruit-list-dl dt.uketuke-end{cursor:none;pointer-events: none;}
.recruit-list-dl dt.uketuke-end:hover{background-color:#fff;}
.recruit-list-dl dt.uketuke-end .title{color:#888;}

.no-saiyou{padding:15px 0 0 10px;line-height:1.2;}



/*= 募集要項 =*/
.recruit-single-dd{margin:0 0 40px 0;padding:10px;background-color:#ffece8;border:1px dashed #fbbdae;}

.youkou-box{}
table.youkou-table{margin: 0 0 10px 0;}

table.youkou-table th{width: 170px !important;font-size: 90%;border: none;border-bottom: 1px dotted #aaa;text-align: left;padding: 14px 10px 14px 18px;vertical-align: top;line-height: 1.5;background-color:transparent;}
table.youkou-table th p{background-color:#808080;color:#fff;text-align:center;line-height: 26px;height: 26px;}
table.youkou-table th.youkou-th{border-bottom: 3px solid #ff3300;}
table.youkou-table th.youkou-th p{font-size:93%;background-color:#ff3300;color:#fff;margin:16px 0;text-align:center;line-height: 26px;height: 26px;}

table.youkou-table td{border: none;border-bottom: 1px dotted #aaa;text-align: left;padding: 14px 10px 14px 30px;line-height: 1.5;background-color:transparent;}
table.youkou-table td.youkou-td{border-bottom: 3px solid #ff3300;}
table.youkou-table td.youkou-td h1{font-size:122%;line-height: 1.2;font-weight:600;color: #444;margin:15px 0 12px 0;}



/*= 先輩社員の声 =*/
.section.voice{padding: 70px 0 30px 0;}

.recruit-voice-com1{text-align:center;font-size:108%;}

.voice-list-box{border:5px solid #ffccbf;padding:30px 3.5% 15px 3.5%;margin:30px 0 30px 0;}

dl.staff-img-dl{display:table;width:100%;}
dl.staff-img-dl dt{display:table-cell;width:40%;background-color:#ff3300;color:#fff;padding:0 4% 0 4%;vertical-align: middle;}
dl.staff-img-dl dd{display:table-cell;width:60%;}
dl.staff-img-dl dd img{max-width:100%;height:auto;}

dl.staff-img-dl dt .staff-voice{font-family: 'M PLUS 1p';font-weight: 800;line-height:1;padding-bottom:20px;border-bottom:1px solid #eee;font-size: 159%;}
dl.staff-img-dl dt .name{font-size:150%;line-height:1;margin-top:50px;font-weight: bold;}
dl.staff-img-dl dt .etc{font-size:100%;margin:40px 0 10px 0;}


dl.staff-img-dl2{margin-top: 30px;}
dl.staff-img-dl2 > dt{float:left;width:26%;}
dl.staff-img-dl2 > dd{padding:0 0 0 29%;}
dl.staff-img-dl2 dt img{max-width:100%;height:auto;}


dl.faq-box{border-top:1px dashed #999;margin-top:10px;padding:15px 0 15px 5px;}
dl.faq-box dt.que{background:url(../recruit/img/ques.gif) no-repeat 0 top;background-size:30px;padding:3px 0 15px 40px;line-height: 1.4;/*! font-size: 93%; */font-weight: bold;color: #555;}
dl.faq-box dd.ans{background:url(../recruit/img/ans.gif) no-repeat left 15px top;background-size:32px;padding:0 0 0 53px;line-height: 1.6;font-size: 90%;display:block !important;}








/*==========　お問合せ　toiawase/　==========*/
body.toiawase #naka-headerimgs{background:#f2f2f2 url(../toiawase/img/naka_headimg_toiawase.jpg) no-repeat center center;}

body.toiawase h3 {color: #f30;}



/*お急ぎの方は*/
.toiawase-midashi3{font-size:165%;line-height: 1.3;text-align: center;letter-spacing: 0.1em;margin: 40px 0 20px 0;}
.toiawase-com1{font-size:108%;line-height: 1.5;text-align: center;margin:0;}
.toiawase-tel-cap{font-size:79%;text-align:right;letter-spacing: 1.2em;line-height: 1;}
.toiawase-tel{display: table;margin: 15px auto 0 auto;}
.toiawase-tel a{background:url(../img/tel.png) no-repeat left center;padding-left:41px;background-size:36px;text-decoration:none;color:#ff3300;font-family:'M PLUS 1p';font-weight:800;font-size: 48px;letter-spacing: -0.02em;line-height: 1;}
.toiawase-tel a:hover{opacity:0.6;}


/*携帯電話のメールアドレスをご利用の方へ*/
#chuui-waku{margin:35px auto 0 auto;max-width: 900px;border:1px dotted #999;padding:13px 15px 7px 15px;font-size:86%;line-height:1.2;color: #555;}
#chuui-waku .keitai-midashi{color:#ff0000;font-weight:bold;margin-bottom:4px;}
#chuui-waku ul{list-style: disc none outside;margin-left: 0;}
#chuui-waku ul li{margin:0 0 3px 15px;}



/*お問合せフォーム*/
#form-box{}
#toiawase-form{width:100%;margin:70px auto 0 auto;}
.chuui-com{font-size:87%;line-height:1.5;padding-bottom:5px;border-bottom: 4px solid #999;}
#toiawase-form dl{margin: 0 auto;border-bottom: 1px dashed #bbbbbb;}
#toiawase-form dt.title {float: left;width: 210px;line-height: 49px;height: 50px;font-weight:bold;text-align: left;}
#toiawase-form dt.title.need{background:url(../img/toiawase_hitu.png) no-repeat 0 center;padding-left:45px;}
#toiawase-form dt.title.unneed{background:url(../img/toiawase_nin.png) no-repeat 0 center;padding-left:45px;}
#toiawase-form dd {font-size: 100%;line-height: 1.4;padding: 10px 0px 10px 210px;}
#toiawase-form dd fieldset span{display:inline-block;margin-right:10px;}

.toiawase-com2{font-size:100%;color:#666;line-height:1.3;margin-top:3px;}

/*クリックで展開-----------このサイトでは使っていない
.youkou-btn{font-size:108%;color:#fff;background-color:#666666;text-align:center;line-height:36px;box-shadow: 0 3px 0 #b2b2b2;text-shadow: 0 1px 1px rgba(0, 0, 0, .8);border-radius: 4px;margin-bottom:5px;}
.youkou-btn{line-height:1.2\0;padding:9px 0 5px 0\0;}/*IE8以上*//*
.youkou-btn:hover {background-color:#486a00;box-shadow: 0 3px 0 #a3b47f;}
.youkou-pul-box{margin:0 0 0 0;background-color:#f3fcde;}/*display:none;*/



/*フォームのもろもろ*/
input.etc-text{margin: 5px 0 0 -20px;}	/*お問合せ項目のその他の入力テキスト*/

form{padding:0;margin:0;}
select {border:1px  solid #bbb;padding:1px 1px 1px 3px;font-size:14px;line-height:120%;margin-right:2px 3px 0 2px;}
textarea{width:100%;margin:0;background-color:#f7f7f7;border: 1px solid #ccc;padding: 3px;font-size: 100%;line-height: 1.3;border-radius: 0;-webkit-appearance: none;/*iPhoneの装飾をクリアにする為のCSS*/
			font-family:Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3" , "メイリオ" , Meiryo , "Meiryo UI" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;}

input{border:1px solid #ccc;padding:7px 5px;font-size:100%;background-color:#f7f7f7;vertical-align: middle;border-radius: 0;-webkit-appearance: none;/*iPhoneの装飾をクリアにする為のCSS*/margin: 0 0 3px 0;}
input[type='submit']{cursor: pointer;font-weight:500;font-style: normal;
			font-family:Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3" , "メイリオ" , Meiryo , "Meiryo UI" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;}
input[type='text'],
input[type='password']{}
input[type='checkbox']{margin: 0 4px 2px 0;-webkit-appearance:checkbox;}
input[type='radio']		{margin: 0 3px 3px 0;-webkit-appearance:radio;}


#input-wide100{width:100%;}
#input-wide0{width:60px;}
#input-wide1{width:100px;}
#input-wide2{width:150px;}
#input-wide3{width:200px;}
#input-wide4{width:300px;}
#input-wide5{width:400px;}
#input-wide6{width:600px;}
.input-wide11{padding:5px 0 6px 0;font-size:18px;cursor:pointer;}
.input-wide12{padding:5px 0 6px 0;font-size:18px;cursor:pointer;font-weight:bold;}

/*プレースホルダー用*/
input::placeholder,
textarea::placeholder{color:#8a8a8a;}


/*個人情報*/
.privacy-box{}
.privacy-box ol{list-style: disc;border: 1px dotted #8e8e8e;padding: 5px 7px 7px 10px;margin: 20px 0 7px 0 !important;}
.privacy-box li{font-size:93%;line-height:1.4;margin-left: 25px;}
.check-space{color: red;display: block;width: 270px;margin: 10px auto 5px auto;font-size: 108%;}
.check-space.need{background:url(../images/toiawase_hitu.png) no-repeat 0 center;}
.privacy-com{font-size:93%;color:#555;line-height:1.3;margin-top:3px;}


/*確認する＆送信するボタン*/
.form-submit{text-align:center;margin-top:25px;}
.form-submit input{cursor:pointer;background-color:#a22202;line-height: 48px;height: 50px;color: #fff;font-size:108%;width:360px;padding: 0;border: none;display:inline-block;margin: 0 auto;}
/*IE8以上*/
.form-submit input{line-height: 53px\0;}

.form-submit input:hover{opacity: 0.7;}
/*リセットボタン & 戻るボタン*/
.form-submit input.reset{width:120px;margin-left:30px;font-size:93%;background-color:#999;border:1px solid #999;}
/*IE8以上*/
.form-submit input.reset{line-height:46px\0;}

.form-submit input.reset:hover{background-color:#ddd;border:1px solid #999;color:#555;}



/*送信内容のエラー処理表示------------------------*/
/*-----Error-----*/
.errorBox{border:1px #d44 solid;padding:10px;background-color:#fffcdd;margin:15px 0;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.errorBox .errorTitle{font-size:100%;line-height:1.2;color:#fff;padding:4px 2px 2px 2px;background-color:#d44;margin:0 0 8px 0;text-align:center;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.errorBox .errorComm{font-size:93%;line-height:1.6;color:#d44;text-align:left;margin:0;}
/*-----Error form-----*/
fieldset{margin:0;padding:0;border:none;}
.errorForm{background-color:#fffcdd;border:1px solid #d44 !important;}	


/*Contact Form 7のエラーメッセージの文字色 wp-content\plugins\contact-form-7\includes\css\style.cssの上書き-------未使用
div.wpcf7-validation-errors {border: 2px solid #f7e700;padding: 7px 7px;background:#ffffcc;color:#ff0000;}
.wpcf7-form-control-wrap {position:inherit;}
span.wpcf7-not-valid-tip {position: static;display: block;clear: both;z-index:5 !important;background-color:#fff0f0 !important;border: 1px solid #ff0000;font-size: 10pt;padding: 2px 7px;color:#ff0000;}
.wpcf7-not-valid {background: pink;}
*/


/* 内容確認用のスタイル------------*/
.toiawase-midashi2{font-size:108%;line-height: 1.3;text-align: center;margin:30px 0 -20px 0;}
.form-kakunin1{font-size:150%;font-weight:bold;color:#61a932;line-height:1.3;text-align: center;}
.form-midashi1 {font-size:122%;color: #fff;font-weight:bold;background-color: #888;line-height: 30px;height: 32px;text-align: center;letter-spacing: 0.1em;margin-top: -10px;}
#toiawase-form.kakunin dd {padding: 12px 0px 12px 240px;}
#toiawase-form.kakunin dl.last {border-bottom: 1px dashed #bbbbbb;}
.form-kakunin2{font-size:115%;line-height:1.5;margin-top: 40px;text-align: center;}


/*送信完了ページ*/
.toiawase-kanryo-midashi{font-size:122%;line-height:1.5;text-align: center;margin: 0px 0 20px 0;font-weight: bold;color:#b52400;}
.form-kanryo-midashi1{font-size: 186%;font-weight:bold;line-height: 1.1;color:#444;letter-spacing: 0.05em;margin: 0 0 40px 0;text-align: center;}
.kanryou-waku{}
.kanryou-waku .form-kanryo2{font-size:100%;line-height:1.8;margin-bottom: 30px;text-align: center;}
.kanryou-waku .form-kanryo2.center{text-align:center;}
.kanryou-waku .form-kanryo2 span{display:block;}
.kanryou-waku .form-kanryo2 a{color: #000;text-decoration: none;}
.kanryou-waku .form-kanryo3{text-align: center;}

.kanryou-waku .form-kanryo3 .naka-kuwashii a {width: 320px;font-size: 120%;}




/*==========　404ページ ==========*/
.com404{text-align:center;margin-bottom: 30px;line-height: 1.4;}




