/* 問い合わせ */


/* -----------------------------------------------------------------
   共通
----------------------------------------------------------------- */
.wrap {
    max-width:600px;
    width: 100%;
    margin:0px auto;
  }
  .main {
    font-size: 13px;
    padding: 0 24px;
    width: 600px;
    margin: 100px auto;
  }
  @media (max-width: 768px){
.main{
  width: 84%;
}
  }
  .section {
    margin-bottom: 64px;
    position: relative;
    overflow: hidden;
  }
  .shopBtnWrap {
    position: absolute;
    right: 0;
    top: 24px;
  }
  .btn,.btn:link, .btn:visited, .btn:active, .btn:hover {
    background: #333;
    color: #fff;
    text-decoration:  none;
    border-radius: 5px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    padding: 6px 12px;
  }
  .btn:hover {
    opacity: 0.8;
  }
 
  .pageTitle {
    text-align: left;
    font-size: 15px;
    color: #333;
    margin: 80px auto 48px;
  }
  .required {
    display: inline-block;
    background: #cc0000;
    font-weight: normal;
    color: #fff;
    padding: 0 4px;
    margin-left: 4px;
    font-size: 11px;
  }
  input[type="text"], input[type="email"], textarea,input,select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 12px;
    font-size: 15px;
    background: #F7F7F7;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
  }
  input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    background: #fff;
  }
  
  /* -----------------------------------------------------------------
     マルチフォーム
  ----------------------------------------------------------------- */
  .enquete-form {
    margin: 16px 0;
  }
  .leadText {
    margin: 16px 0;
  }
  .leadText img {
    max-width: 100%;
  }
  .enquete-form-item {
    margin-bottom: 24px;
    display: block;
  }
  .enquete-form-item-title {
    font-size: 13px;
    vertical-align: middle;
    display: block;
    margin-bottom: 10px;
  }
  .enquete-form-item input[type="text"], .enquete-form-item input[type="email"], .enquete-form-item textarea {
    font-family:inherit;
    width: 100%;
    margin: 8px 0;
  }
  .enquete-form-checkbox, .enquete-form-radio {
    margin: 8px 0;
  }
  .enquete-form-checkbox li, .enquete-form-radio li {
    margin-bottom: 8px;
  }
  .enquete-form-checkbox input, .enquete-form-radio input {
    margin: -3px 6px 0 0;
    vertical-align: middle;
  }
  .enquete-form-checkbox label:hover, .enquete-form-radio label:hover {
    cursor: pointer;
  }
  .wpcf7-form-control.has-spinner.wpcf7-submit,
  .enquete-form-send {
    min-width: 160px;
    width: 50%;
    background: #333;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    margin: 32px auto;
    padding: 8px 16px;
    display: block;
    text-align: center;
  }
  .enquete-form-send:hover {
    cursor: pointer;
  }
  /* Thanksページ */
  .enquete-thanks {
    margin: 80px 0;
  }
  .thanks-text {
    margin-bottom: 32px;
  }
  .thanks-btn {
    text-align: center;
  }
  @media screen and (max-width:768px) {
    .enquete-form-checkbox li, .enquete-form-radio li {
      margin-bottom: 18px;
    }
  }
  
  