/*
Theme Name:NANO child
Theme URI:
Description:WordPressテーマ「NANO」の自作子テーマです。
Template:nano_tcd065
Author:XLab
Author URI:https://xlab.co.jp/
Version:1.3
*/

.p-header-slider__item {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}

.wpcf7{background: #fff;border: 0px;}
.form-dl{display: flex;flex-wrap: wrap;border-bottom: 1px solid #ccc;}
.form-dl dt {width: 30%;padding-left: 30px;border-top: 1px solid #ccc;border-left: 1px solid #ccc;border-right: 1px solid #ccc;text-align: center;padding: 15px;background: #efefef;}
.form-dl dd {width: 70%;margin: 0;padding: 15px;border-top: 1px solid #ccc;border-right: 1px solid #ccc;}
.wpcf7 textarea {height: 100px;}
.your-message{line-height: 1;display: block;}
.wpcf7 div.wpcf7-mail-sent-ok{line-height: 1.6;padding: 1rem;}

@media screen and (max-width: 767px){
  .p-header-slider__item {
      height: 100%;
  }

  .wpcf7 form{margin: 1.5em 0 0;}
  .form-dl{display: block;}
  .form-dl dt {width: 100%;}
  .form-dl dd {width: 100%;border-left: 1px solid #ccc;}
}


