@charset "utf-8";
/*
Template:ashibakensetsu
Theme Name:ashibakensetsu-child
Theme URI:https://ashibakensetsu.com/
Description:ashibakensetsu
Author:TEAMWORKS
Author URI:https://tmwks.jp/
Version:2.7.1
*/


/* フォーム
------------------------------------------------------------*/
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: inherit !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: #685197;
  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:#685197;
  opacity:0.8;
}
#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: #685197 !important;
}
.wpcf7 .wpcf7-submit:hover {
        background-color: #685197 !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 #CCCCCC;
    border-left: 1px solid #CCCCCC; */
    font-size: 100%;
    line-height: 141.7%;
    margin: 10px -1px 24px 0;
    width: 100%;
    text-align:left;
}


.post_content th{
    background: #F7F6F1;
    /* border: 2px solid #fff; */
    color: #3C3C3C;
    width:230px;
    white-space: nomal;
    text-align:left;
}
.post_content td{
    /* border: 2px solid #CCCCCC; */
    vertical-align: middle;
    text-align:left;
    white-space: nomal;
}

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



@media only screen and (max-width:767px){
.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;
        }
}

#menu_archive .item:nth-child(2n){
        background-image:url(https://ss15.aiosl.jp/lev-bento/wp/wp-content/uploads/AdobeStock_355237483-scaled.jpeg);
        background-repeat:no-repeat;
        background-size:cover;
}

  


/* グローバルメニュー　色変更 */
#global_menu > ul > li > a {
color:#3C3C3C!important;
}

#global_menu_button span{
background:#3C3C3C!important;
}

/* フッターメニュー */
@media only screen and (max-width:767px){
	#footer_logo img{
		width:220px;
		height:auto;
	}
}

/* トップ　工事の流れ　枠色変更*/
.cb_banner_content .inview.animate{
color:#3C3C3C;
}

/* ニュースリスト　文字色変更 */
.blog_list .date {
    font-family: Arial;
    color: #fff !important;
}

/* トップページ　見出し文字色変更 */
.rich_font_type3{
/* 	color:#3C3C3C; */
}
.title_area_inner > 
.title.rich_font_type3{
/* color:#ffffff; */
}

/* 余白 */
.wrapper{
padding:50px 0;
}

.service-title{
	color:#685197;
	font-size:18px;
	font-weight:700;
	border-left:solid 3px #685197!important;
}

.frame-service{
	background:rgba(237, 230, 252,0.5);
	padding:20px;
	border-radius:20px;
}

h2.styled_h2{
	background:#C2BC9C;
}

/* th-company */
.th-company{
	width:260px !important;
}