.contact .drawer .drawer-hamburger-icon, .contact .drawer .drawer-hamburger-icon:after, .contact .drawer .drawer-hamburger-icon:before, .thanks .drawer .drawer-hamburger-icon, .thanks .drawer .drawer-hamburger-icon:after, .thanks .drawer .drawer-hamburger-icon:before {
  background: #111; }
.contact #container, .thanks #container {
  padding: 80px 0 100px; }
  @media screen and (max-width: 768px) {
    .contact #container, .thanks #container {
      padding: 60px 0 80px; } }
.contact .contactMv, .thanks .contactMv {
  background: url(/lib/cmn_img/contactmv.jpg) no-repeat center center/cover;
  width: 100%;
  height: auto;
  padding: 175px 0 150px;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .contact .contactMv, .thanks .contactMv {
      padding: 50px 0; } }
  .contact .contactMv .txBox, .thanks .contactMv .txBox {
    position: relative;
    padding-left: 35px; }
    @media screen and (max-width: 768px) {
      .contact .contactMv .txBox, .thanks .contactMv .txBox {
        padding-left: 20px; } }
    .contact .contactMv .txBox::before, .thanks .contactMv .txBox::before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0;
      width: 5px;
      height: calc(100% - 8px);
      background: #fff; }
    .contact .contactMv .txBox .mainTx, .thanks .contactMv .txBox .mainTx {
      font-size: 6.0rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .contact .contactMv .txBox .mainTx, .thanks .contactMv .txBox .mainTx {
          font-size: 3.0rem; } }
      .contact .contactMv .txBox .mainTx span, .thanks .contactMv .txBox .mainTx span {
        font-weight: 100; }
    .contact .contactMv .txBox .tx, .thanks .contactMv .txBox .tx {
      font-size: 1.6rem;
      margin-top: 12px;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        .contact .contactMv .txBox .tx, .thanks .contactMv .txBox .tx {
          font-size: 1.3rem; } }
  .contact .contactMv .inrL, .thanks .contactMv .inrL {
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .contact .contactMv .inrL, .thanks .contactMv .inrL {
        padding: 0; } }
.contact form table.tblStyle_01, .thanks form table.tblStyle_01 {
  border: none; }
  .contact form table.tblStyle_01 th, .contact form table.tblStyle_01 td, .thanks form table.tblStyle_01 th, .thanks form table.tblStyle_01 td {
    font-size: 1.6rem;
    background: none;
    border: none;
    text-align: left;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .contact form table.tblStyle_01 th, .contact form table.tblStyle_01 td, .thanks form table.tblStyle_01 th, .thanks form table.tblStyle_01 td {
        font-size: 1.3rem; } }
  @media screen and (max-width: 768px) {
    .contact form table.tblStyle_01 th, .thanks form table.tblStyle_01 th {
      font-size: 1.4rem;
      padding: 15px 0 5px; } }
  @media screen and (max-width: 768px) {
    .contact form table.tblStyle_01 td, .thanks form table.tblStyle_01 td {
      padding: 5px 0 15px; } }
  .contact form table.tblStyle_01 .radioList li, .thanks form table.tblStyle_01 .radioList li {
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      .contact form table.tblStyle_01 .radioList li, .thanks form table.tblStyle_01 .radioList li {
        font-size: 1.3rem; } }
.contact form .subscribeBtn input, .thanks form .subscribeBtn input {
  background-color: #000;
  border: 1px solid #000;
  font-size: 1.8rem;
  max-width: 320px;
  width: 100%;
  padding: 20px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  @media screen and (max-width: 768px) {
    .contact form .subscribeBtn input, .thanks form .subscribeBtn input {
      font-size: 1.4rem;
      padding: 15px 0; } }

.thanks .pcHd {
  background: #000; }
.thanks #container {
  padding-top: 200px; }
  @media screen and (max-width: 768px) {
    .thanks #container {
      padding-top: 60px; } }
.thanks .mainTx {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
  line-height: 1.7; }
  @media screen and (max-width: 768px) {
    .thanks .mainTx {
      font-size: 1.8rem; } }
  .thanks .mainTx::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    background: #000; }
.thanks .tx {
  font-size: 1.6rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .thanks .tx {
      font-size: 1.3rem;
      text-align: left; } }
.thanks .thanksBtn a {
  display: block;
  background: #000;
  color: #fff;
  max-width: 280px;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 1.4rem;
  margin: 40px auto 0 auto; }
  @media screen and (max-width: 768px) {
    .thanks .thanksBtn a {
      padding: 10px 0; } }
  .thanks .thanksBtn a:hover {
    background: #555; }

input, textarea {
  padding: 14px 15px 16px !important;
  background: #eee;
  border: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    input, textarea {
      padding: 11px 9px 12px !important; } }
  input.wLL, textarea.wLL {
    max-width: 100% !important; }
  input::placeholder, textarea::placeholder {
    color: #bbb;
    font-weight: 400;
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      input::placeholder, textarea::placeholder {
        font-size: 1.3rem; } }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbb;
  font-weight: 400;
  font-size: 1.6rem; }
  @media screen and (max-width: 768px) {
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
      font-size: 1.3rem; } }

/* Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bbb;
  font-weight: 400;
  font-size: 1.6rem; }
  @media screen and (max-width: 768px) {
    input::-ms-input-placeholder, textarea::-ms-input-placeholder {
      font-size: 1.3rem; } }

.selectBox {
  position: relative; }
  .selectBox::before {
    content: "";
    position: absolute;
    top: 48%;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #000000 transparent transparent transparent;
    z-index: 9; }

select {
  width: 100%;
  padding: 10px 30px 12px 15px !important;
  border: 1px solid #ccc !important;
  border-radius: 5px;
  background: #fff url("/lib/cmn_img/arw01.png") no-repeat;
  background-size: 7px 5px;
  background-position: right 15px center;
  -webkit-appearance: none;
  -moz-appearance: none; }
  @media screen and (max-width: 768px) {
    select {
      padding: 11px 9px 12px !important; } }

option,
textarea,
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="option"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  margin: 0; }

select,
input[type="select"] {
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  margin: 0; }

select::-ms-expand {
  display: none; }
