@charset "utf-8";
/*
Theme Name:foryou_child
Template: foryou
*/

/* common */
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

img{
  max-width: 100%;
  height: auto; }
video{
  width: 100%; }

p, .page p{
  line-height: 1.5em;
  margin: 0 0 .8em; }
.page ul, .page ol, .page dl{
  margin: 0;
  list-style: none;
 }
.page li, .page dt, .page dd{
  margin: 0;
  line-height: 1.5em; }
  #page-title{
    margin: 0 0 1em;
    font-weight: bold;
  }

.post .style4a,
.page .style4a{
  font-weight: bold;
  border-left: 5px solid #893396;
  background: #ebd5ef;
  box-shadow: 0px 2px 0px 0px #f2f2f2;
 }
.post .style5a,
.page .style5a{
  background: none;
  box-shadow: 0px 2px 0px 0px #f2f2f2;
  padding: .5em .8em 0 0;
}

.t_left{
  text-align: left; }
.t_right{
  text-align: right; }
.t_center{
  text-align: center; }

.bt_blue {
  background: #1C53A6;
  color: #fff;}
  .bt_blue a,
  a.bt_blue{
    color: #fff;}

.list_none li{
  list-style: none; }
#comments{
  display: none;
}

/* TOP */
#bread_crumb_wrapper{
  background : -moz-linear-gradient(50% 100% 90deg,rgba(255, 255, 255, 1) 0%,rgba(233, 217, 236, 1) 8.11%,rgba(208, 174, 213, 1) 19.07%,rgba(186, 136, 194, 1) 30.55%,rgba(168, 105, 178, 1) 42.41%,rgba(154, 81, 166, 1) 54.78%,rgba(145, 64, 157, 1) 67.88%,rgba(139, 54, 152, 1) 82.19%,rgba(137, 51, 150, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(233, 217, 236, 1) 8.11%, rgba(208, 174, 213, 1) 19.07%, rgba(186, 136, 194, 1) 30.55%, rgba(168, 105, 178, 1) 42.41%, rgba(154, 81, 166, 1) 54.78%, rgba(145, 64, 157, 1) 67.88%, rgba(139, 54, 152, 1) 82.19%, rgba(137, 51, 150, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(0.0811,rgba(233, 217, 236, 1) ),color-stop(0.1907,rgba(208, 174, 213, 1) ),color-stop(0.3055,rgba(186, 136, 194, 1) ),color-stop(0.4241,rgba(168, 105, 178, 1) ),color-stop(0.5478,rgba(154, 81, 166, 1) ),color-stop(0.6788,rgba(145, 64, 157, 1) ),color-stop(0.8219,rgba(139, 54, 152, 1) ),color-stop(1,rgba(137, 51, 150, 1) ));
  background : -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(233, 217, 236, 1) 8.11%, rgba(208, 174, 213, 1) 19.07%, rgba(186, 136, 194, 1) 30.55%, rgba(168, 105, 178, 1) 42.41%, rgba(154, 81, 166, 1) 54.78%, rgba(145, 64, 157, 1) 67.88%, rgba(139, 54, 152, 1) 82.19%, rgba(137, 51, 150, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(233, 217, 236, 1) 8.11%, rgba(208, 174, 213, 1) 19.07%, rgba(186, 136, 194, 1) 30.55%, rgba(168, 105, 178, 1) 42.41%, rgba(154, 81, 166, 1) 54.78%, rgba(145, 64, 157, 1) 67.88%, rgba(139, 54, 152, 1) 82.19%, rgba(137, 51, 150, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#893396' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(233, 217, 236, 1) 8.11%, rgba(208, 174, 213, 1) 19.07%, rgba(186, 136, 194, 1) 30.55%, rgba(168, 105, 178, 1) 42.41%, rgba(154, 81, 166, 1) 54.78%, rgba(145, 64, 157, 1) 67.88%, rgba(139, 54, 152, 1) 82.19%, rgba(137, 51, 150, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#893396',endColorstr='#FFFFFF' , GradientType=0);
}


#top_widget_area .headline2{
  color: #fff;
  background: #1C53A6;
  border: 0;
  border-bottom: solid 3px #ccc;
  margin: 0 0 1.5em;
  position: relative;
}
  #top_widget_area .headline2 h2{
    margin: 0;
    padding: 0 0 0 1.5em;
  }
    #top_widget_area .headline2 h2::before{
      content: url("/wp-content/themes/contech_child/img/i_pickup.png");
      position: absolute;
    }
#topics{
  background: none;
  border: 0;
  border-bottom: solid 3px #ccc;
  box-shadow: 0px 2px 0px 0px #f2f2f2;
  margin: 0 0;
  position: relative;
}
  #topics h2{
    margin: 0 0 1em;
    padding: 0 0 0 1.5em;
    font-size: 1.3em;
  }
  #topics h2::before{
    content: url("/wp-content/themes/contech_child/img/i_news.png");
    position: absolute;
  }

  .top_widget img{
    border: 1px solid #ccc; }
  .top_widget .textwidget h3{
    margin: .5em 0; }
  .top_widget .textwidget p{
    margin: 0 0 1em;
    line-height: 1.3em; }

.headline1 h2{
  width: 100%; }

.side_widget ul.sub-menu li {
  position: relative;
}
  .side_widget ul.sub-menu li::before {
    font-family: 'design_plus';
    content: '\e910';
    color: #5a1d1d;
    font-size: 9px;
    display: block;
    position: absolute;
    left: 5px;
    top: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 999999;
  }

/* products */
#products .post_col{
  text-align: center;
}
  #products .post_col h3{
    text-align: left;
  }
  #products .post_col img{
    margin: 0 0 1.5em;
  }

ul.products_item{
  margin: 2em 0; }
  .products_item li{
    margin: 0 0 1.5em;
    padding: 0 0 1.5em;
    border-bottom: 1px dashed #ccc; }
dl.products_cntlist{
  counter-reset: way; }
  .products_cntlist dt{
    margin: 0 0 .5em; }
    .products_cntlist dt::before{
      counter-increment: way;
      content: counter(way) ". "; }
  .products_cntlist dd{
    margin: 0 0 2em; }

ul.construction li{
  margin: 0 0 2em;
}

ul.setti li.post_col-3{
  margin: 0 0 2em;
  min-height:320px;
}
#tablepress-19 .row-7 td,
#tablepress-19 .row-14 td{
  background-color: #d9edf7;
}

ul.inside_menu{
  margin: 2em 0;
}
  ul.inside_menu li{
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #ccc;
  }
    ul.inside_menu li:hover{
      background: #eee;
    }
      ul.inside_menu li a{
        display: block;
        padding: .8em .5em;
      }
    ul.inside_menu li#current{
      background: #dbd8f7;
    }

.tablepress{
  background: #f7f7f7;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
  .tablepress .column-1{
    font-weight: bold;
  }
  .tablepress .column-2{
    border-left: 1px dashed #ddd;
  }
  .tablepress ul{
    list-style: square outside;
    margin: 0 0 0 1em;
  }

/* products - shutter */

/* products - pole */
.pole ul.list_item li{
  margin: 0 0 3em;
  padding: 0 0 3em;
  border-bottom: 1px dashed #ccc;
}
  .pole ul.list_item li div:first-of-type img{
    border: 1px solid #ccc;
  }
  .pole ul.list_item li div span{
    font-size: .8em;
  }
.pole ul.list_square li{
  list-style: square;
  margin: 0 0 10px 1em;

}

  /* products - partition */

/* sffan */
.swf_content{
  margin: 0 0 2em; }
#sffan .explanation dt{
  color: #1C53A6;
  font-size: 1.2em; }

/* company */
#president {
  margin: 0 0 1.5em;
}
  #president div h3{
    line-height: 2em;
    text-align: center;
  }
  #president_name{
    font-weight: bold;
    font-size: 1.2em;
    margin: 2em 0 0;
    line-height: 1.5em;
  }
#company_info{
  background: #f7f7f7;

}

/* contact */
#mw_wp_form_mw-wp-form-44{
  background: #ececec;
  padding: 2em 0;
}
input[type=text],
input[type=textarea],
input[type=email],
select{
  height: 35px;
  box-shadow: 2px 2px 0px 0px #ccc;
  border-radius: 4px;
  border: 1px solid #666;
  width: 100%; }
  input:focus, textarea:focus{
    border-bottom: 2px solid #cb0000;
    background: rgba(245, 245, 245, 0.8);
    outline: #BAA7CC auto 5px ; }
input[type=submit]{
  width: 70%;
  padding: .5em 0;
  background: #1C53A6;
  color: #fff;
  font-size: 1.5em;
  border-radius: 6px; }
button.fm-modoru{
  width: 20%;
  padding: .5em 0;
  background: #999;
  color: #fff;
  font-size: 1.5em;
  border-radius: 6px; }
textarea{
  width: 100%;
}
dd span.horizontal-item label{
  cursor       : pointer;
  position     : relative;
  padding-left : 5px;
  margin-right : 20px;
  overflow     : hidden;
  padding-left : 20px;
  display      : inline-block; }
  dd span.horizontal-item label::before {
    position      : absolute;
    width         : 15px;
    height        : 15px;
    border        : 1px solid #666;
    border-radius : 50%;
    left          : 0px;
    top           : 4px;
    content       : '';
    z-index       : 3; }
  dd span.horizontal-item label::after {
    content          : '';
    position         : absolute;
    width            : 11px;
    height           : 11px;
    border-radius    : 100%;
    left             : 3px;
    top              : 7px;
    background-color : #D65;
    z-index          : 1; }
dd span.horizontal-item label input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position   : absolute;
  z-index    : 2;
  width      : 20px;
  height     : 20px;
  left       : -23px;
  top        : 1px;
  margin     : 0px;
  box-shadow : 20px -1px #FFF; }
  dd span.horizontal-item label input[type="radio"]:checked {
    box-shadow : none; }
  dd span.horizontal-item label input[type="radio"]:focus {
    opacity    : 0.2;
    box-shadow : 20px -1px #FFF; }

dd span.vertical-item label {
  cursor       : pointer;
  position     : relative;
  padding-left : 25px;
  margin-right : 20px;
  overflow     : hidden;
  position     : relative;
  padding-left : 25px;
  display      : inline-block;
  box-sizing   : border-box; }
  dd span.vertical-item label:before {
    content  : '';
    position : absolute;
    width    : 20px;
    height   : 20px;
    left     : 0px;
    top      : 2px;
    border   : 1px solid #B3B3B3;
    z-index  : 3; }
  dd span.vertical-item label:after {
    content           : '';
    position          : absolute;
    top               : 40%;
    left              : 6px;
    display           : block;
    margin-top        : -8px;
    width             : 8px;
    height            : 12px;
    border-right      : 3px solid #D65;
    border-bottom     : 3px solid #D65;
    transform         : rotate(45deg);
    -webkit-transform : rotate(45deg);
    -moz-transform    : rotate(45deg);
    z-index           : 1; }
dd span.vertical-item label input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position   : absolute;
  left       : -40px;
  width      : 20px;
  height     : 20px;
  display    : block;
  box-shadow : 41px 5px #FFF;
  z-index    : 2;
  margin     : 0px;
  padding    : 0px; }
  dd span.vertical-item label input[type="checkbox"]:checked {
    box-shadow : none; }
  dd span.vertical-item label input[type="checkbox"]:checked:focus {
    box-shadow : 41px 5px #666;
    opacity    : 0.1; }
  dd span.vertical-item label input[type="checkbox"]:focus {
    box-shadow : 41px 5px #EEE; }

  .select_item select {
    display: block;
    width: 90%;
    position: relative;
    padding: 0 10px;
    width: 100%; }
  .select_item i {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #1C53A6 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 12px;
    pointer-events: none; }

  #mw_wp_form_mw-wp-form-44 dt,
  #mw_wp_form_mw-wp-form-44 dd{
    margin: 0 0 2em;
    padding: 0;
    position: relative; }
  #mw_wp_form_mw-wp-form-44 dt.req::after{
    content: "必須";
    display: inline-block;
    background: #cb0000;
    color: #fff;
    padding: 0 5px;
    text-align: right;
    font-size: .8em;
    border-radius: 6px;
    position: absolute;
    right: 1em; }
  .mw_wp_form .vertical-item{
    margin: 0 0 1em;
  }

/* contact_banner */
.contact_banner{
  background : #FFFFFF;
  border : 4px solid #DBD8F7;
}
  .contact_banner img{
    width: auto;
  }
  .contact_banner p{
    text-align: center;
    background: #1c53a6;
    margin: 0 0 .5em;
    padding: 1em .5em;
    line-height: 1em
  }
  .contact_banner ul{
    margin: 1.5em 1em; }
    .contact_banner li{
    }
      .contact_banner li span{
        display: block;
        text-align: center;
        font-size: 1.2em;
      }
      .contact_banner li img{
        vertical-align: middle;
      }

/* footer */
#footer-wrapper{
  border-bottom: solid 4px #893396;
}
  .footer_widget{
    font-size: 14px;
  }
  .footer_widget.widget_nav_menu .menu li{
    font-size: 14px;
    font-weight: bold;
    position: relative;
  }
  .footer_widget.widget_nav_menu .menu > li::before {
    content: '◇';
    font-size: 10px;
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 999999;
  }
    .footer_widget.widget_nav_menu .menu li a{
      display: block;
      text-decoration: none;
    }
    .footer_widget.widget_nav_menu .menu li a:hover{
      text-decoration: none;
    }
    .footer_widget.widget_nav_menu .menu ul.sub-menu li {
      font-weight: normal;
      border-bottom: 1px dashed #333;
    }
  #footer_widget_wrap{
    margin: 0;
    background: #ebd5ef;
  }
