@charset "utf-8";
/*
Template:new_kansai
Theme Name:new_kansai-child
Theme URI:https://e-kikaku.net/
Description:new_kansai
Author:TEAMWORKS
Author URI:https://tmwks.jp/
Version:1.8
*/

/* フォーム
------------------------------------------------------------*/
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: #73B149;
  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: #73B149;
  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: #73B149 !important;
  }
  .wpcf7 .wpcf7-submit:hover {
  background-color: #73B149 !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 #e9e5df;
  border-left: 1px solid #e9e5df;
  font-size: 100%;
  line-height: 141.7%;
  margin: 10px -1px 24px 0;
  width: 100%;
  text-align:left;
  }
  
  .post_content th{
  background: #e9e5df;
  border:1px solid #fff;
  color: #000;
  width:auto;
  white-space: nomal;
  text-align:left;
  }
  .post_content td{
  border:1px solid #e9e5df;
  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 #e9e5df;
  border-left: 1px solid #e9e5df;
  border-right: 1px solid #e9e5df;
  border-bottom: 1px solid #e9e5df;
  }        
  
  .post_content th{
  width:auto;
  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;
  }
  }
  /* 見出しスタイル */
  .post_content h2{
  margin-bottom:30px !important;
  }
  
  h2.styled_h2{
  color:#00468c;
  text-align:left !important;
  padding:0 20px;
  border-left:5px solid #00468c;
  }
  h3.keieirinen{
  color:#73B149;
  font-size:30px;
  margin-bottom:10px !important;
  }
  
  /*改行*/
  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;
  }
  }


/* ヘッダー */

.logo_image {
	width:300px;
	height:auto;
}

@media only screen and (max-width:767px){
	.logo_image {
	width:250px !important;
	height:auto;
	}
}

#global_menu > ul{
	text-align:right;
}

/* logo */
/* @media screen and (min-width:1300px) and ( max-width:1400px) {
	#header_logo img{
	width:140px !important;
	height:auto;
}
} */

/* FV */
@media only screen and (max-width:767px){
		#header_slider_content .catch{
		font-size:16px !important;
	}	
}


/* ボタン色 */

#header_button a{
	transition:0.3s !important;
}

#header_button a:hover{
	background:#A37F49;
	border:1px solid #A37F49 !important;
	opacity:0.7;
}

.q_custom_button.q_custom_button1{
	transition:0.3s;
	font-weight:600 !important;
/* 	border:1px solid #fff !important; */
}
.q_custom_button.q_custom_button1:hover{
	opacity:0.7;
}

.design_button{
	background:#79592A;
	border:1px solid #fff;
	transition:0.3s;
}

.design_button:hover{
	background:#79592A;
	border:1px solid #fff !important;
	opacity:0.7;
}

/* コンテンツビルダー */

#cb_content_1{
	background-image:url(https://e-kikaku.net/new_kansai/wp-content/uploads/AdobeStock_53914090_02-scaled.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding:150px 0;
}

#cb_content_2{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding:150px 0;
	background:linear-gradient(rgba(0, 0, 0, 0.2)),url(https://e-kikaku.net/new_kansai/wp-content/uploads/AdobeStock_1410145325-scaled.jpeg);
	height:90vh;
	color:#fff;
}

#cb_content_3{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding:150px 0;
	background:linear-gradient(rgba(0,0,0,0.3)),url(https://e-kikaku.net/new_kansai/wp-content/uploads/AdobeStock_628077978-scaled.jpeg);
	height:90vh;
	color:#fff;
}

#cb_content_4{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding:150px 0;
	background:linear-gradient(rgba(0,0,0,0.2)),url(https://e-kikaku.net/new_kansai/wp-content/uploads/AdobeStock_637648103-scaled.jpeg);
	height:90vh;
	color:#fff;
}

#cb_content_5{
	padding:150px 0;
}

#cb_content_1 p,
#cb_content_2 p,
#cb_content_3 p,
#cb_content_4 p{
	text-align:center !important;
}

@media only screen and (max-width:767px){

#cb_content_2{
	background-image:url(https://e-kikaku.net/new_kansai/wp-content/uploads/scrool2.jpg);
}

#cb_content_3{
	background-image:url(https://e-kikaku.net/new_kansai/wp-content/uploads/scrool1.jpg);
}

  #cb_content_4 {
	background-image:url(https://e-kikaku.net/new_kansai/wp-content/uploads/scrool3.jpg);
  }
	
	#cb_content_1 p,
	#cb_content_2 p,
	#cb_content_3 p,
	#cb_content_4 p{
	text-align:left !important;
	font-size:16px;
}
	#cb_content_2 p,
	#cb_content_3 p,
	#cb_content_4 p{
		padding:0 40px;
	}
	
}

h2.headline,
h2.headline.item{
	font-size:50px !important;
}
@media only screen and (max-width:767px){
h2.headline,
h2.headline.item{
	font-size:24px !important;
}
}

/* お知らせ */
.image_wrap{
	display:none !important;
}

.blog_list{
	display:block !important;
}

#content_builder .blog_list .item{
	width:100%;
}

@media only screen and (max-width:767px){
	#content_builder .blog_list .item{
	width:auto;
}
	#content_builder .blog_list .item:nth-of-type(2+n){
		display:none;
	}
}
/* .news_list .image_wrap img{
	display:none;	
} */

/* .news_list .content{
	width:100%;
}
 */
/* フッター */
#footer,
#copyright{
	background:#333;
}

.footer_nav .headline{
	display:none !important;
}

/*組合員の活動内容
 * ------------------------- */


.activities_parent{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	padding:10px 0;
}

.activities_parent .child1{
	width:40%;
	height:auto;
}

.activities_parent .child1 img{
	width:100%;
	height:auto;
}

.activities_parent .child2{
	width:60%;
	height:auto;
}

@media only screen and (max-width:767px){
	.activities_parent{
	display:block;
}

.activities_parent .child1{
	width:100%;
}

.activities_parent .child1 img{
	width:100%;
	height:auto;
}

.activities_parent .child2{
	width:100%;
}
}

/* 建設業で働く人たち
 * ------------------------- */

.kentaikyo_wrap h2,
.kentaikyo_inner h2{
	color:#fff;
	background:#a37f49;
	padding:10px !important;
}


.kentaikyo_parent{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
}

.kentaikyo_parent .child1{
	width:40%;
	height:auto;
}

.kentaikyo_parent .child1 img{
	width:100%;
	height:auto;
}

.kentaikyo_parent .child2{
	width:60%;
	height:auto;
}

@media only screen and (max-width:767px){
	
	.kentaikyo_parent{
	display:block;
}

.kentaikyo_parent .child1{
	width:100%;
	margin:10px;
}

.kentaikyo_parent .child1 img{
	width:100%;
	height:auto;
}

.kentaikyo_parent .child2{
	width:100%;
}
	
	.kentaikyo_child .child1{
		width:100%;
	}
	.kentaikyo_child .child2{
		width:100%;
	}
}

/* 労働掛け金負担について
 * ------------------------- */

.kakekin-futan_wrap h2{
	color:#fff;
	background:#a37f49;
	padding:10px !important;
}


.kakekin-futan_wrap{
	padding:20px 0;
}

.kakekin-futan_parent{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	padding:10px 0;
}

.kakekin-futan_parent .child1{
	width:50%;
	height:auto;
	margin:10px;
}

.kakekin-futan_parent .child1 img{
	width:100%;
	height:auto;
}

.kakekin-futan_parent .child2{
	width:50%;
	height:auto;
}

@media only screen and (max-width:767px){
	
	.kakekin-futan_wrap{
		padding:10px;
	}
	
	.kakekin-futan_parent{
	display:block;
}

.kakekin-futan_parent .child1{
	width:100%;
}

.kakekin-futan_parent .child1 img{
	width:100%;
	height:auto;
}

.kakekin-futan_parent .child2{
	width:100%;
}
}

/* 退職金をもらうには
 * ------------------------- */
.taishokukin_wrap h2{
	color:#fff;
	background:#a37f49;
	padding:10px !important;
}


.taishokukin_box{
	background: #f6f4f1;
    padding: 14px;
    border-radius: 8px;
}

.taishokukin_resp th{
	text-align:center !important;
}

.taishokukin_resp td{
	text-align:center !important;
}
.taishokukin_parent{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	padding:10px 0;
}

.taishokukin_parent .child1{
	width:50%;
	height:auto;
}

.taishokukin_parent .child1 img{
	width:100%;
	height:auto;
}

.taishokukin_parent .child2{
	width:50%;
	height:auto;
}

@media only screen and (max-width:767px){
	
	.taishokukin_wrap{
		padding:10px;
	}
	
	.taishokukin_parent{
	display:block;
}

	.taishokukin_parent .child1{
	width:100%;
}

	.taishokukin_parent .child1 img{
	width:100%;
	height:auto;
}

	.taishokukin_parent .child2{
	width:100%;
}
}


@media only screen and (max-width:767px){
	.taishokukin_resp td{
		padding:10px !important;
	}
}

/* 建退共制度のしくみ
 * ------------------------- */

.sikumi_wrap h2{
	color:#fff;
	background:#a37f49;
	padding:10px !important;
}

.sikumi_wrap h3{
	color:#a37f49 !important; 
	margin-top:14px;
}
@media only screen and (max-width:767px){
	.sikumi_wrap h3{
		font-size:18px;
	}
}

.sikumi_wrap{
	padding:20px 0;
}

.sikumi_parent{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	padding:10px 0;
}

.sikumi_parent .child1{
	width:50%;
	height:auto;
}

.sikumi_resp th{
	width:calc(100% / 3) !important;
}

.sikumi_parent .child2 img{
	width:90%;
	height:auto;
}

.sikumi_parent .child2{
	width:50%;
	height:auto;
	margin:10px;
}

@media only screen and (max-width:767px){
	
	.sikumi_wrap{
		padding:10px;
	}
	
	.sikumi_parent{
	display:block;
}

.sikumi_parent .child1{
	width:100%;
}

.sikumi_parent .child1 img{
	width:100%;
	height:auto;
}

.sikumi_parent .child2{
	width:100%;
}
}