@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

html{
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}

/*CTA*/
.soudan-links ul li a.link-fb{
    background: #0866FF;
}
.soudan-links ul li a.link-in{
    background: #5b719e;
}
.soudan-links ul li a.link-x{
    background: #000000;
}
.btn-soudan{
    display: block;
    text-align: center;
}
.btn-soudan a{
    display: inline-block;
    background: #ffffff;
    color: #0389c7;
    padding: 0.5rem 5rem;
    border-radius: 2rem;
    font-size: 1.2em;
}
.p-mainVisual　a.swell-block-button__link{　
    padding: 0.5rem 5rem;
}

/* CF7 */
/* ========== お問合せフォーム ========== */
.contact-form-wrap {
    max-width: 800px;
    margin: 2rem auto 0;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    color: #333;
  }
  
  /* 定義リストベースの2カラム */
  .contact-form-wrap .form-list {
    width: 100%;
  }
  
  .contact-form-wrap .form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 1.4em;
  }
  
  .contact-form-wrap dt {
    width: 30%;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
    padding-top: 6px;
  }
  
  .contact-form-wrap dd {
    width: 70%;
    margin: 0;
  }
  
  .contact-form-wrap .required {
    color: #d9534f;
    font-size: 12px;
    margin-left: 4px;
  }
  
  .contact-form-wrap input[type="text"],
  .contact-form-wrap input[type="email"],
  .contact-form-wrap textarea {
    width: 100%;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 1.6;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff;
  }
  
  .contact-form-wrap textarea {
    min-height: 120px;
    resize: vertical;
  }
  
  /* ボタン */
  .contact-form-wrap .form-submit {
    text-align: center;
    margin-top: 2em;
  }
  
  .contact-form-wrap input[type="submit"] {
    background-color: #3a93a5;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 40px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
  }
  
  .contact-form-wrap input[type="submit"]:hover {
    background-color: #2d7583;
  }
  
  /* 注意書き */
  .contact-form-wrap .form-note {
    font-size: 12px;
    color: #555;
    line-height: 1.8;
    margin-top: 1.8em;
    text-align: center;
  }

  .contact-form-wrap .wpcf7-spinner{
    display: none;
  }
  
  /* スマホ対応（1カラム） */
  @media screen and (max-width: 600px) {
    .contact-form-wrap .form-row {
      display: block;
    }
    .contact-form-wrap dt,
    .contact-form-wrap dd {
      width: 100%;
    }
    .contact-form-wrap dt {
      margin-bottom: 0.4em;
    }
    .contact-form-wrap .form-note {
        text-align: left;
    }
  }
  