@charset"utf-8";
@import "common.css";

/* img-area
-------------------------------------------------- */
div.img-area img{
  width: 100%;
  height: auto;
}

/* header
-------------------------------------------------- */
header.top-head{
  position: relative;
}

/* footer
-------------------------------------------------- */
footer{
  margin-top: 12rem;
}
@media print, screen and (max-width: 767px) {
  footer{
    margin-top: 10rem;
  }
}

/* breadcrumbSec
-------------------------------------------------- */
section.breadcrumbSec{
  margin: 1rem 0 7rem;
}
section.breadcrumbSec div.breadcrumb ul li{
  display: inline-block;
}
section.breadcrumbSec div.breadcrumb ul li::after{
  content: '>';
  padding: 0 1.5rem;
}
section.breadcrumbSec div.breadcrumb ul li:last-child::after{
  display: none;
}
section.breadcrumbSec div.breadcrumb ul li a{
  color: #000;
  text-decoration: underline;
}
section.breadcrumbSec div.breadcrumb ul li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.breadcrumbSec{
    margin: 1rem 0 5rem;
  }
  section.breadcrumbSec div.breadcrumb ul li{
    font-size: 1.3rem;
  }
  section.breadcrumbSec div.breadcrumb ul li::after{
    padding: 0 1.0rem;
  }
}

/* titleSec
-------------------------------------------------- */
h2.h2-title{
  font-size: 4.2rem;
  color: #000;
  line-height: 1.4;
  margin-bottom: 5rem;
}
h2.h2-title::after{
  display: block;
  font-size: 1.8rem;
  margin-left: 0.5rem;
  color: #035E35;
  line-height: 1.4;
}
h2.h2-title.contact::after{
  content: 'CONTACT';
}
section.titleSec h3{
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
section.titleSec p.lead{
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 5rem;
}
section.titleSec p.explain{
  font-size: 1.6rem;
  line-height: 1.8;
}
@media print, screen and (max-width: 767px) {
  h2.h2-title{
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
  h2.h2-title::after{
    font-size: 1.6rem;
  }
  section.titleSec h3{
    font-size: 2.2rem;
    line-height: 1.5;
  }
  section.titleSec p.lead{
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }
  section.titleSec p.explain{
    font-size: 1.5rem;
    line-height: 2.0;
  }
}

/* contactSec
-------------------------------------------------- */
section.contactSec{
  margin: 5rem auto 0;
}
section.contactSec div.button-area{
  margin: 5rem auto 0;
}
table.table_form{
  width: 100%;
  margin-top: 5rem;
}
th span.required{
  background: #D2302F;
  padding: 0.4rem 0.6rem 0.45rem 0.5rem;
  color: #fff;
  width: 5rem;
  text-align: center;
  margin-left: 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  display: inline-block;
  border-radius: 6rem;
}
th span.optional{
  background: #F7E56C;
  padding: 0.4rem 0.6rem 0.45rem 0.5rem;
  color: #000;
  width: 5rem;
  text-align: center;
  margin-left: 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  display: inline-block;
  border-radius: 6rem;
}
table.table_form th{
  width: 28rem;
  text-align: left;
  padding: 2.5rem 0;
  vertical-align: middle;
  line-height: 2.0;
  border-bottom: 1px dotted #ccc;
}
table.table_form th.blank{
  padding: 0;
  line-height: 0;
}
table.table_form th.name,
table.table_form td.name{
  padding: 0 0 2.5rem 0;
}
/* td */
table.table_form td{
  padding: 2.5rem 0;
  border-bottom: 1px dotted #ccc;
  vertical-align: middle;
}
table.table_form td.blank{
  padding: 0;
}
table.table_form td input{
  line-height: 3.5;
  height: 3.5em;
  padding-left: 1rem;
  border: 1px solid #A1A1A1;
  border-radius: 0.5rem;
}
table.table_form td.name input,
table.table_form td.kana input{
  width: 70%;
}
table.table_form td.mailaddress input{
  width: 100%;
}
table.table_form td.type select,
table.table_form td.purpose select{
  width: 38rem;
  line-height: 3.5;
  height: 3.5em;
  padding-left: 1rem;
  border: 1px solid #A1A1A1;
  border-radius: 0.5rem;
}
table.table_form td input[type=radio] {
  line-height: 2.0;
  height: 2em;
  width: inherit;
  margin-bottom: 0.6rem;
}
table.table_form td.statement input[type="checkbox"] {
  position: relative;
  width: 2.0rem;
  height: 2.0rem;
  border: 1px solid #C9C9C9;
  vertical-align: -5px;
  margin-right: 0.5rem;
}
.mw_wp_form .horizontal-item + .horizontal-item{
  margin-left: 0!important;
}
table.table_form td.remarks textarea{
  width: 100%;
  height: 12em;
  line-height: 1.8;
  padding-left: 1rem;
  border: 1px solid #A1A1A1;
  border-radius: 0.5rem;
}
table.table_form td span.att {
    display: block;
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 1.4rem;
}
table.table_form td span.mwform-radio-field {
    display: block;
}
/* error */
.wpcf7 .wpcf7-not-valid {
  background: pink;
}
span.wpcf7-not-valid-tip{
  display: none!important;
}
.mw_wp_form .error {
  text-align: left;
  margin-top: 1rem;
}
@media print, screen and (max-width: 767px) {
  table.table_form th{
    display: block;
    width: 100%;
    padding: 2rem 0 0;
    border-bottom: none;
  }
  table.table_form th.name{
    padding: 0;
  }
  table.table_form td{
    display: block;
    padding: 1rem 0 2.5rem;
  }
  table.table_form td.name{
    padding: 1rem 0 2.5rem;
  }
  table.table_form td.name input,
  table.table_form td.kana input,
  table.table_form td.company input,
  table.table_form td.mailaddress input{
    width: 100%;
  }
  table.table_form td.tel input{
    width: 27%;
    margin: 0 auto 0 0;
  }
  table.table_form td.type select{
    width: 100%;
  }
}

/* sendmessageSec
-------------------------------------------------- */
section.sendmessageSec{
  margin: 5rem 0 0;
}
section.sendmessageSec div.inner{
  max-width: 900px;
}

/* privacySec
-------------------------------------------------- */
section.privacySec{
  margin: 5rem 0 0;
}
section.privacySec h3.h3-title{
  font-size: 3.0rem;
  color: #035E35;
  line-height: 1.4;
  margin-bottom: 3rem;
}
section.privacySec p.explain{
  font-size: 1.6rem;
  line-height: 1.8;
}
section.privacySec h4{
  color: #000;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #000;
}
section.privacySec h4.btm{
  margin-bottom: 3rem;
}
section.privacySec h5{
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
section.privacySec div.privacy{
  margin-top: 7rem;
}
section.privacySec div.block{
  margin-bottom: 3rem;
}
section.privacySec div.block:last-child{
  margin-bottom: 0;
}
section.privacySec div.block p.p-txt{
  font-size: 1.6rem;
}
section.privacySec div.block ol li{
  font-size: 1.6rem;
}
section.privacySec div.block a{
  color: #035E35;
  text-decoration: underline;
}
section.privacySec div.block a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.privacySec{
    margin: 5rem 0 0;
  }
  section.privacySec h3.h3-title{
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  section.privacySec p.explain{
    font-size: 1.5rem;
  }
  section.privacySec h4{
    font-size: 1.8rem;
  }
  section.privacySec h4.btm{
    margin-bottom: 2rem;
  }
  section.privacySec div.privacy{
    margin-top: 5rem;
  }
  section.privacySec div.block{
    margin-bottom: 3rem;
  }
}

/* ==================================================
以下、装飾の指定
================================================== */
/*iPhoneでinput要素にCSSが効かない時 */
input[type="button"],input[type="text"],input[type="email"],input[type="number"],input[type="tel"],input[type="date"],input[type="submit"],textarea{
   -webkit-appearance: none!important;
}