/*
Theme Name:nano_tcd065-child
Template:nano_tcd065
Version:1.2.1
*/


/* insity　非表示対応追加 （表示させるためコメントアウト）
.l-header__nav {
    display:none !important;
}
*/

.post_job-table{
	width:100%;
	display:block;
}
.post_job-table th{
	width:15%;
	padding:0;
	background:#12773B;
	color:#fff;
}

.post_job-table td{
	width:85%;
}

.post_job-table_title{
	border:1px solid #ddd;
}
.post_job-table_title h3{
	margin: 0;
    padding: 10px 20px;
    font-size: 120%;
}
.jobman table{
	width:100% !important;
}

.jobman th{
	width:50%;
	text-align:left !important;
}
.jobman td{
	width:50%;
}

.jobman{
  padding: 1em 5em 1em 10em;
}

.jobman dt dd{
	width:100%;
}

.jobman dt{
    padding: 2em 2em 1em 2em;
    }

.input-name{
 display: flex;
}

.input-name dd{
	width:50%;
	float:left;
}

.input-big input{
	height: 50px;
    width: 350px;
}

.input-small input{
	height: 50px;
    width: 350px;
    margin-right: 20px;
}

.privacy-btn{
	text-align: center;
    margin-top: 4em;
}

.form_required{
	color: #fff;
    background: #dc2000;
    padding: 3px;
    margin-left: 1em;
    vertical-align: baseline;
    font-size: 12px;
    padding-right: 8px;
    border-radius: 11px;
}

.jobman-submit,.jobman-button-primary{
    width: 100%;
    background:#93BCA9;
    line-height: 3;
    font-size: 125%;
    font-weight: bold;
    cursor: pointer;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 0px;
	margin-top:3em;
	transition:.3s;
}

.jobman-submit:hover,.jobman-button-primary:hover{
	background:#12773B;
	transition:.3s;
}
@media screen and (max-width:800px) {

.jobman{
  padding: 0;
}

.jobman dt dd{
	width:100%;
	margin-left: 10px;
}

.jobman dt{
    padding: 0;
    }

.input-name{
 display: flex;
}

.input-name dd{
	width:50%;
	float:left;
}

.input-big input{
	height: 50px;
    width: 100%;
}

.input-small input{
	height: 50px;
    width: 100%;
    margin-right: 20px;
}

}

.kotei{
	background: #fff;
    border: 0;
    color: #000;
    cursor: pointer;
    outline: none;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    opacity: 1;
}

.kotei-1, .kotei-2{
	width:50%;
	float:left;
	text-align:center;
	display: inline-block;
    margin-top: 0;
    height: 65px;
    line-height: 65px;
    transition: .4s;
    font-size: 16px;
	border: 2px solid #eee
}
.kotei-3 {
display:none;
}

.entry-btn{
	width: 100%;
    background: #fff;
    padding: 2em 2em 2em 2em;
    margin-top: 7em;
    border: 2px dashed #93BCA9;
	margin-bottom: 4em;
}




#entry-btn-left {
    width: 65%;
    float: left;
    margin-top: 10px;
    padding-left: 3em;
}

#entry-btn-right {
	text-align:center;
	width:40%;
    float: right;
	margin: 25px 14px 0px 0px;
	display:contents;
}

#entry-btn-btn {
    width: 258px;
    height: 32px;
	margin-left: 30px;
    background: #12773B;
    padding: 1em 2em 2em 2em;
    color: #fff;
    margin-bottom: 3em;
    text-align: center;
	border: 2px solid #12773B;
}


#entry-btn-btn a {
	color:#fff !important;
	text-decoration: none;
}

#entry-btn-btn:hover{
	background:#fff;
	color:#12773B !important;
	transition: .3s;
	border: 2px solid #12773B;
}
#entry-btn-btn a:hover {
	color:#12773B !important;
	text-decoration: none;
}

@media screen and (max-width:800px) {
.shousai-h2 {
	white-space: normal !important;
	letter-spacing: 0em !important;
    padding: 18px 20px;
    font-weight: bold;
    color: #333;
    background: #DDDDDD;
    border-bottom: 1px solid #efefef;
	  }
	
	.kotei{
		display:none;
	}
	
	.entry-btn{
	width: 100%;
    background: #fff;
    padding: 1em 1em 1em 1em;
    margin-top: 7em;
    border: 1px dashed #93BCA9;
}

#entry-btn-left {
    width: 100%;
    display:block;
    margin-top: 10px;
	padding-left: 0px;
}

#entry-btn-right {
	text-align:center;
	width:100%;
    display:block;
	display:contents;
}

#entry-btn-btn {
    width: 100%;
    background: #12773B;
    padding: 1em 2em 2em 2em;
    color: #fff;
    margin-bottom: 3em;
    text-align: center;
	border: 2px solid #12773B;
	margin-left:0px;
}


}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
.inquiry{
	width:100%;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#019E40;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93BCA9;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 margin-top:30px;
 width:100%;
 background:#019E40;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border:1px solid #019E40 !important;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#019E40;
 border-radius:2px;
 border:1px solid #019E40 !important;
}


.spam{
	text-align:center;
}

.wpcf7-list-item{
	display:inline !important;
}

/* top下の空白修正 */
.l-contents {margin-bottom: 70px; }


/* 記事のバナー */
.article-banner p,.article-banner a,.article-banner span{
	line-height:2.2;
}
.article-banner span{
	font-size: 22px;
}