@charset "utf-8";
/*
Template:nitto-denji
Theme Name:nitto-denji-child
Theme URI:https://nitto-denji.com/
Description:nitto-denji
Author:TEAMWORKS
Author URI:https://tmwks.jp/
Version:1.10
*/
/*20260724ADD*/
#header_slider_content {
	bottom: calc(50% - 200px);
}
@media screen and (max-width: 800px) {
	#header_slider_content {
		text-align: center !important;
		bottom: calc(50% - 120px) !important;
	}	
}
/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea{
vertical-align:middle;
width:100%;
line-height:35px;
height:35px;
padding:5px;
margin-bottom: 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
box-sizing: border-box;
}
textarea{
height:auto;
line-height:1.5;
}
select {
padding: 8px 5px;
}
input[type=checkbox] {
transform: scale(1.5);
margin: 0 6px 0 0;
}
.wpcf7 input.wpcf7-back,
.wpcf7 input.wpcf7-confirm { 
position:relative;
width:225px;
}
.wpcf7 form,.wpcf7 {
margin: 0 !important;
background: none !important;
border: 0 !important;
}
.wpcf7 p {
font-size: 16px !important;
}
*:first-child+html input[type="submit"]{padding:3px;}
 
span.yubin,
form input[type="submit"], input[type="reset"], input[type="button"] {
margin: 0 auto;
padding: 10px 20px;
background: #66cc99;
border: 0;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
line-height: 1.5;
font-size: 120% !important;
color: #fff;
cursor: pointer;
height:48px;
outline:none;
-webkit-transition: all .3s;
transition: all .3s;
}
span.yubin,
span.yubin:hover { font-size: 80% !important; padding: 7px 10px; }
form input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, span.yubin:hover {
background: #66cc99;
opacity:0.7;
}
#searchform input[type="submit"] {
line-height: 1;
padding: 6px;
vertical-align: top;
}
.submit-button{
text-align:center;
}
/* 確認画面用CSS */
/*枠線消す*/
form .wpcf7c-conf {
background-color: transparent !important;
border: none !important;
}
.wpcf7-form table p {
padding-bottom: 5px;
}
textarea.wpcf7-form-control {
max-height: 100px;
}
.wpcf7 .wpcf7-submit {
background-color: #66cc99 !important;
}
.wpcf7 .wpcf7-submit:hover {
background-color: #66cc99 !important;
}
.wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
border: 0 !important;
}
/*確認画面でradioが見え難い*/
input[type="hidden"] + span {
font-weight: bold;
}
/*確認画面セレクトボックスヤジルシ消す*/
select.wpcf7c-conf {
 -webkit-appearance: none;
 -moz-appearance:none;
 -ms-appearance:none;
 appearance: none;
 /*Firefox用*/
text-indent: .01px; 
text-overflow: "";
}
select.wpcf7c-conf::-ms-expand {
display: none;
}
.wpcf7-form table p {
padding-bottom: 0;
}
[data-name="zip"] input[type="text"],
.zip input[type="text"],
.s_size input[type="text"] {
width: 20%;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
width: 40%;
}
@media only screen and (max-width:767px){
.wpcf7 input[type="tel"],
 .wpcf7 input[type="email"]{
 width:100%!important;
 }
.submit-button{
padding:0 50px;
}
}

span.required {
display: inline-block;
padding: 4px 6px;
border-radius: 6px;
background: red;
color: #fff;
font-size: 90%;
line-height: 1.2;
text-align: center;
margin: 0 4px;
}
form table .txt_s {
font-size: 80%;
color: #666;
}

/* table */
.post_content table {
border-collapse: separate;
border-spacing: 0;
border-top: 1px solid #f1f8f3;
border-left: 1px solid #f1f8f3;
font-size: 100%;
line-height: 141.7%;
margin: 10px -1px 24px 0;
width: 100%;
text-align:left;
}

.post_content th{
background: #f1f8f3;
border:1px solid #fff;
color: #000;
width:230px!important;
white-space: nomal;
text-align:left;
}
.post_content td{
border:1px solid #f1f8f3;
vertical-align: middle;
text-align:left;
white-space: wrap;
}

.post_content form table th, 
.post_content form table td, 
.post_content table.resp th, 
.post_content table.resp td{
white-space: wrap;
}



@media only screen and (max-width:767px){
.post_content table {
border-top: 1px solid #f1f8f3;
border-left: 1px solid #f1f8f3;
border-right: 1px solid #f1f8f3;
border-bottom: 1px solid #f1f8f3;
}        

.post_content th{
width:auto!important;
border: none;
}

.post_content td{
width: auto;
border: none;
align-items: center;
justify-content: center;
}
}

.post_content dl.history {
display: flex;
flex-wrap: wrap;
}




/*TCD*/
/* Column layout - カラムレイアウト*/
.post_col.post_col-4 { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; width:100%; min-height:1px; margin-bottom:2em; padding-right:25px; padding-left:25px; float:left; }
@media screen and (min-width: 768px) {
.post_col.post_col-4 { width:66.66666%; }
}
@media screen and (min-width: 1024px) {
.post_col.post_col-4 { width:66.66666%; }
}
.post_content [class^="well"] *:first-child:not(a) {
margin-top: 0 !important;
padding-top: 0 !important;
}
.post_content [class^="well"] *:last-child {
margin-bottom: 0 !important;
}
.post_content [class^="well"] { 
padding: 1.2em;
}
.post_content .style4a,
.post_content .style5a {
margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
.post_content form table th, .post_content form table td,
.post_content table.resp th, .post_content table.resp td {
display: block;
}
.post_content form table th, .post_content table.resp th {
border-top: 0;
border-bottom: 0;
}
[data-name="zip"] input[type="text"],
.zip input[type="text"],
.s_size input[type="text"] {
width: 30%;
}
span.yubin, span.yubin:hover { 
font-size: 80% !important;
padding: 7px 10px; 
}
}
.anchor{
display: block;
padding-top: 120px;
margin-top: -120px;
}
/*アンカー除外*/
.post_content .pb-widget-editor *:first-child:not(.anchor):not(.gallery-item) {
margin-top: 0 !important;
}
@media only screen and (max-width:767px) {
.scroll table{
width:100%;
}
.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
}

/*改行*/
br.pc-br{
display:block;
}
br.sp-br{
display:none;
}
@media only screen and (max-width:767px){
br.pc-br{
display:none;
}
br.sp-br{
display:block;
}
}


/* header */
#header_button a{
	background:#66cc99;
	font-weight:600;
	transition;0.3s;
}
#header_button a:hover{
	background:#E4FFEA;
	border:1px solid #66cc99 !important;
	color:#66cc99 !important;
}

/* sub-menu */
.sub-menu li a{
	background:#54A77E !important;
}
#global_menu > ul ul > li:first-of-type > a:after{
	border-color: transparent transparent #54A77E transparent !important;
}

/* scrool contens number */
#scroll_content_nav_1_1,
#scroll_content_nav_2_1{
	display:none;
}

.desc.item{
	text-align:center;
}

/* footer */
#copyright{
	background:#66cc99;
}

#footer{
	background:#f5f5f5;
	color:#454545;
}

#footer a{
	color:#454545;
}
#footer a:hover{
	color:#66cc99;
}

.fotter-title{
	margin-bottom:12px;
}

.footer_nav .headline{
	display:none;
}

/* btn */
.design_button{
	background:#66cc99;
	border:1px solid #66cc99;
	transition:0.3s;
}
.design_button:hover{
	background:#E4FFEA;
	border:1px solid #66cc99 !important;
	color:#66cc99 !important;
}

/* interview */
#interview_header .main_image img{
	object-fit:contain;
}

#interview_header .overlay{
	background: none !important;
}

.cb_interview_list{
	background:#F7FFF9;
}

#interview_list_wrap{
	background:#F7FFF9;
}

#interview_category_sort_type1 .item.active_menu a{
	background:#F7FFF9;
	border-top: 1px solid #F7FFF9;
}

/* news 既存同様のデザイン*/
.blog_list{
/* 	display:block; */
}
/* アイキャッチ画像　非表示 */
.blog_list .image_wrap{
	display:none;
}
.blog_list .content{
	display:block;
	padding: 0px 40px 30px;
    height: auto;
}

/* serch form */
/* .serch_box{
	position:relative;
}
.search-form{
    background: #fff;
    height: 60px;
    border: 1px solid #ddd;
    position: absolute;
    right: 200px;
    top: 10px;
}
#header{
  position:relative;
}
.header_search {
  position:absolute;
  top:22px;
  right:220px;
  display: flex;
  align-items: center;
  margin-left: auto;
  z-index:100;
　z-index: 9999;
  pointer-events: auto;
  opacity: 1;
}
.header_search .input_area input {
  position:absolute;
  top:-55px;
  right:220px;
  width: 200px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.header_search .search_button input {
  background: url('<?php echo get_template_directory_uri(); ?>/img/icon_search.svg') no-repeat center;
  background-size: 16px;
  width: 40px;
  height: 36px;
  border: none;
  cursor: pointer;
} */

/* 統一 */
.s_table{
	overflow: hidden !important;
	white-space: normal !important;
}

.wrap{
	padding:20px 0;
}

.wrap_box{
	padding:10px 0;
}

.title_h2{
	color:#04ab57;
}

.title_h3{
	font-size:22px !important;
	margin-bottom:10px;
	border-bottom: 1px solid;
    padding-bottom: 10px !important;
}

@media only screen and (max-width:767px){
	.title_h3{
	margin-top:10px;
	}
}

.child_inner .title_h3{
	font-size:20px !important;
}

.post_content a.q_custom_button1{
	min-width:100% !important;
	font-weight:600;
/* 	transition;0.3s !important; */
}
.post_content a.q_custom_button1:hover{
	background:#E4FFEA;
	border:1px solid #66cc99 !important;
	color:#66cc99 !important;
}


@media only screen and (max-width:767px){
	.title_h3{
	font-size:18px !important;
}
}

/* flex */
.parent,
.parent_inner{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin-right: 20px;
	margin-bottom: 20px;
}
.child{
	width:50%;
	margin-right: 20px;
	margin-bottom: 20px;
}
.child_inner{
	width:50%;
}
.child_inner img{
	width:90%;
	height:auto;
}

/* スクロールコンテンツ */
.cb_banner .content .desc{
	text-align:center;
	display:block;
}


@media only screen and (max-width:767px){
	.parent,
	.parent_inner{
	display:block;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	.child{
	width:100%;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	.child_inner{
	width:100%;
	}
	.child_inner img{
	width:100%;
	height:auto;
	}
}

/* 採用情報 */

h4.styled_h4{
	font-size:18px !important;
	text-align:center !important;
}

h3.styled_h3{
	border-left:0;
	margin:0 0 10px 0;
	padding: 0 !important;
	font-size:24px !important;
	color:#4e987d !important;
}


span.q_frame1 .q_frame_label {
    color: #18963e !important;
}

.q_frame2{
	background: #ffffff;
    border-radius: 0px;
    border-width: 1px;
    border-color: #009aff;
    border-style: solid;
}

.post_content ul.check li{
	position:relative;
	list-style:none;
}

.post_content ul.check li:before{
	position: absolute;
    content: "";
    width: 7px;
    height: 14px;
    border-right: 4px solid #CC1300;
    border-bottom: 4px solid #CC1300;
    display: inline-block;
    left: -1em;
    top: 0.6em;
    transform: rotateZ(45deg);
}

.s_table{
	overflow: hidden !important;
	white-space: normal !important;
	padding:0 !important;
}

@media only screen and (max-width:767px){
	h3.styled_h3{
	font-size:22px !important;
	text-align:center !important;
}
}
/*260730ADD*/
.post_content dl.dl_recruit {
	
}
.post_content dl.dl_recruit dt {
	font-size: 18px;
	font-weight: bold;
}
.post_content dl.dl_recruit dd {
	padding-left: 30px;
	margin-bottom: 30px;
}
.post_content dl.dl_recruit dd.dd_tit {
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}