@charset "utf-8";

/*
  File Name   : contact.css
  Description : コンテンツエリア関係 他
*/

/* base
============================================================ */
#lay-main {
  padding-top: 0;
}

#lay-container{
  background: rgb(0,0,0);
  background:  url(../img/common/bg_grunge_03.png) top left, linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(47,56,65,1) 50%, rgba(0,0,0,1) 100%);
  background-size: 800px 800px, 100% 100% ;
}

/* com-kv-wrap-XX
============================================================ */
.com-kv-wrap-A {
  background: none;
}

/* lead-text-wrap
============================================================ */
.lead-text-wrap {
  margin-bottom: 70px;
}
.lead-text-wrap .text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .lead-text-wrap {
    margin-bottom: 40px;
  }

  .lead-text-wrap .text {
    font-size: 15px;
  }
}

/* contact-table
============================================================ */
.contact-table .com-section-inner{
  max-width: 700px;
}

.contact-table th,
.contact-table td {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0 32px;
  display: block;
  width: 100%;
}
.contact-table th {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 0;
  vertical-align: top;
  font-weight: 500;
}
.contact-table th .th-head .icon-required {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: #2D3238;
  text-align: center;
  background-color: #E3BE6A;
  padding: 5px 8px 5px;
  box-sizing: border-box;
  position: relative;
  top: -1px;
  left: 10px;
}

/* -confirm */
.-confirm .contact-table th {
  padding-top: 29px;
  color: #E3BE6A;
  vertical-align: middle;
}
.-confirm .contact-table tr:first-child th {
  padding-top: 15px;
}
.-confirm .contact-table td {
  font-weight: 500;
  color: #D5D5C8;
  border-bottom: solid 1px #797C7E;
  padding-bottom: 17px;
}

/* -completion */
.-completion .lead-text-wrap {
  margin-bottom: 90px;
}

/* input */
.contact-input-wrap input[type="text"] {
  font-size: 15px;
  width: 100%;
  height: 35px;
  padding: 4px 15px;
  outline: none;
  -webkit-appearance: none;
  /* border-radius: 5px; */
  border: solid 1px #bababa;
}
.contact-input-wrap.-tel input[type="text"] {
  max-width: 200px;
}

/* textarea */
.contact-input-wrap textarea {
  font-size: 15px;
  width: 100%;
  min-height: 260px;
  padding: 4px 15px;
  outline: none;
  -webkit-appearance: none;
  /* border-radius: 5px; */
  border: solid 1px #bababa;
}

/* selectbox */
.mod-selectbox-orig select {
  font-size: 15px;
  width: 100%;
  height: 35px;
  padding: 2px 15px;
  border: solid 1px #bababa;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #fff;
}
.mw_wp_form_confirm .mod-selectbox-orig::after {
  content: none;
}

/* error */
.error-text,
.mw_wp_form .error {
  display: block;
  color: #FF5C6E !important;
  margin-top: 10px;
  font-size: 100% !important;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .contact-table {
    margin: 40px 0 0;
  }
  .contact-table th,
.contact-table td {
  font-size: 15px;
}

.contact-table th .th-head .icon-required {
  font-size: 12px;
  left: 5px;
}


  /* .contact-table th,
  .contact-table td {
    font-size: 14px;
    padding: 8px 0 18px;
    display: block;
  }
  .contact-table th {
    width: 100%;
    padding-top: 16px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .contact-table td {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  } */

  /* -confirm */
  .-confirm .contact-table th {
    padding-top: 18px;
  }

  /* -completion */
  .-completion .lead-text-wrap {
    margin-bottom: 60px;
  }

  /* input */
  .contact-input-wrap input[type="text"] {
    height: 35px;
    padding: 10px 10px;
  }
  .contact-input-wrap.-tel input[type="text"] {
    max-width: 100%;
  }

  /* textarea */
  .contact-input-wrap textarea {
    width: 100%;
    min-height: 170px;
    padding: 10px 10px;
  }
  .mod-selectbox-orig select {
    width: 100% !important;
  }
  .mod-selectbox-orig {
    min-width: 100%;
  }

  /* error */
  .error-text,
  .mw_wp_form .error {
    margin-top: 5px;
  }
}

/* ather
============================================================ */
select .platform-only {
  display: none;
}
html[data-platform="iOS"] select .platform-only,
html[data-platform="Android"] select .platform-only {
  display: block;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .mod-selectbox-orig select {
    height: 40px;
    padding: 5px 30px 5px 10px;
  }
}

/* -bottom-wrap
============================================================ */
.-bottom-wrap {
  margin-top: 38px;
}
.-bottom-wrap .com-btn-wrap-B {
  margin-top: 0;
}
.-bottom-wrap .privacy-checkbox {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #D5D5C8;
  margin: 0 auto;
  margin-top: 60px;
  max-width: 700px;
}
.-bottom-wrap .privacy-checkbox a {
  color: #E3BE6A;
  font-weight: 700;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .-bottom-wrap {
    margin-top: 18px;
  }
}

/* -left
============================================================ */
.-left {
  text-align: left;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .-left {
    text-align: center;
  }
}


