@charset "utf-8";

/*全体*/
body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #fff;
}

.contact_address a:hover {
  opacity: 0.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  margin: auto 0;
}

.SP {
  display: none;
}

/*=====================
title
=====================*/
.first_view {
  width: 1080px;
  background-color: rgba(224, 236, 116, 0.08);
  padding: 14px;
  color: #00a99d;
  font-family: 'メイリオ', sans-serif;
  margin: 0px auto 0;
}

.first_view_english {
  color: #00a99d;
  font-family: 'メイリオ', sans-serif;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
}

.first_view_english_explain {
  color: #00a99d;
  font-family: 'メイリオ', sans-serif;
  text-align: center;
  font-size: 18px;
  margin: 32px auto 21px;
  line-height: 36px;
}

.first_view2 {
  display: flex;
  justify-content: center;
}

.first_view2 img {
  width: 120px;
}

.first_view2 .right {
  align-self: flex-end;
}

.first_view2 .right-sp {
  display: none;
}

.first_view2 .left {
  align-self: flex-start;
}

.first_view2 .left-sp {
  display: none;
}

.first_view2 .center {
  width: 840px;
  text-align: center;
}

.first_view2 .center h2 {
  font-size: 36px;
  margin: 30px auto 18px;
}

/*  */

.contact_body {
  width: 720px;
  margin: 100px auto 240px;
  color: #3e271d;
}

.contact_body p {
    font-size: 16px;
    line-height: 28px;
}

.check-privacy {
  font-size: 14px;
  line-height: 28px;
  margin-top: 26px;
  margin-bottom: 20px;
}

.check-privacy a {
  color: #3e271d;
}

main {
  margin-top: 90px;
  background-image: url(../images/common/bg_pc.png);
  background-repeat: repeat-y;
  background-position: 50% 0;
}

tr {
  border-top: solid 1px;
  border-bottom: solid 1px;
}

th {
  width: 240px;
}

td {
  width: 480px;
  padding-top: 10px;
  padding-bottom: 10px;
}

td > span > input,
td > span > select,
td > span > textarea {
  background-color: #eee;
}

td > span > input,
td > span > select {
  width: 100%;
  height: 38px;
}

select {
  border-radius: 0px;
  /**
        -webkit-appearance: none;
    */

}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0px;
  border: none;
}

textarea {
  width: 480px;
  height: 240px;
}

.required-contactform7 {
  margin-left: 5px;
  padding: 1px;
  background-color: #00a99d;
  color: #fff;
  font-size: 14px;
}

.contact-button {
  text-align: center;
}

.contact-button > input {
  width: 240px;
  height: 47px;
  font-size: 18px;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 12px;
  background: -moz-linear-gradient(0% 50% 0deg, rgba(129, 221, 171, 1) 0%, rgba(59, 129, 224, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(129, 221, 171, 1) 0%, rgba(59, 129, 224, 1) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(129, 221, 171, 1)), color-stop(1, rgba(59, 129, 224, 1)));
  background: -o-linear-gradient(0deg, rgba(129, 221, 171, 1) 0%, rgba(59, 129, 224, 1) 100%);
  background: -ms-linear-gradient(0deg, rgba(129, 221, 171, 1) 0%, rgba(59, 129, 224, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#81DDAB', endColorstr='#3B81E0' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(129, 221, 171, 1) 0%, rgba(59, 129, 224, 1) 100%);
  opacity: 1;
  /*
    */
  filter: alpha(opacity=63) progid:DXImageTransform.Microsoft.Alpha(opacity=63) progid:DXImageTransform.Microsoft.gradient(startColorstr='#81DDAB', endColorstr='#3B81E0', GradientType=1);
}

.contact-button > input:hover {
  opacity: 0.63;
}

hr.company_profile_vertical {
  width: 5px;
  height: 120px;
  text-align: center;
  margin: 80px auto -130px;
  border-style: none;
  border-radius: 50px;
  background-color: #e0ec74;
}

.contact_address_line {
  margin-bottom: 146px;
}

.contact_address {
  text-align: center;
}

.contact_address_contact_us {
  color: #e0ec74;
  margin-bottom: 18px;
}

p.contact_address_contact_us {
  font-size: 24px;
}

.contact_address h2 {
  color: #3e271d;
  font-size: 30px;
  margin-bottom: 60px;
}

.contact_address_tel_no a,
.contact_address_email a {
  color: #3e271d;
  font-size: 24px;
}

.contact_address_business_hours > br {
  display: none;
}

.contact_address_business_hours {
  font-size: 14px;
  margin-bottom: 40px;
}



/*入力領域の最上部に現れるエラーメッセージ*/
div.screen-reader-response > ul {
  display: none;
}

span.wpcf7-not-valid-tip {
  margin-top: 10px;
  display: inline-block;
  color: red;
}

/*記入漏れ*/
.wpcf7-not-valid-tip {
  /*必須項目に記入漏れ*/
}

.wpcf7-response-output,
.wpcf7-validation-errors {
  /*入力内容に問題がある*/
  text-align: center;
}

.content_of_inquiry {
  display: block;
  margin-top: 10px;
}

.screen-reader-response {
  margin-bottom: 10px;
  color: red;
}

.wpcf7-response-output {
  margin-top: 10px;
  color: red;
}


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


  main {
    margin-top: 50px;
    background-image: url(../images/common/sp_bg.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
  }

  /*ファーストビュー*/
  .first_view {
    width: 100%;
    padding: 0 3% 0 3%;
    margin-bottom: 6px;
  }

  .width1280 {
    width: 100%;
    max-width: 100%;
    min-width: 0%;
  }

  .width1080 {
    width: 100%;
    max-width: 100%;
    min-width: 0%;
  }

  .first_view2 .center {
    width: 100%;
  }

  .first_view2 .center p.first_view_english_explain {
    /*
      text-align: left;
      */
  }

  .first_view2 .center br {
    display: none;
  }

  .first_view2 {
    display: block;
    padding: 10px;
  }

  .first_view2 .left {
    display: none;
  }

  .first_view2 .left-sp {
    display: block;
  }

  .first_view2 .right {
    display: none;
  }

  .first_view2 .right-sp {
    display: block;
    text-align: right;
  }

  .first_view2 img {
    width: 60px;
    height: 60px;
  }

  .first_view2 .center h2 {
    font-size: 28px;
    padding-bottom: 10px;
    margin: 0 auto;
  }

  .first_view_english {
    font-size: 18px;
  }

  .first_view_english_explain {
    font-size: 16px;
    margin: 0 auto 0;
    line-height: 32px;
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }



  .contact_body {
    width: 90%;
    margin: 50px auto 120px;
    color: #3e271d;
  }

  hr.company_profile_vertical {
    margin: 0px auto 0px;
    height: 75px;
  }

  table,
  td {
    width: 100%;
  }

  th,
  td {
    display: block;
  }

  th {
    padding-top: 10px;
  }

  select,
  input,
  textarea {
    width: 100%;
  }

  textarea {
    height: 240px;
  }

  .contact-button > input {
    width: 240px;
    height: 47px;
    margin-top: 35px;
    margin-bottom: 0px;
  }

  .contact_address h2 {
    font-size: 24px;
  }

  .contact_address_line {
    margin-top: 70px;
    margin-bottom: 12px;
  }


  .contact_address_business_hours {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .contact_address_business_hours > br {
    display: inline;
  }

  .contact_addres2_email {
    font-size: 24px;
  }

  .contact_address h2 {
    margin-bottom: 35px;
  }

  .contact_address_contact_us {
    margin-bottom: 8px;
  }

  .contact_body p {
    font-size: 14px;
    line-height: 20px;
  }

  p.check-privacy {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }

}

@media screen and (max-width:480px) {
    p.check-privacy {
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
