@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
*/

/* お問い合わせフォーム */
.cf7 {
    margin: 40px auto;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: sans-serif;
    color: #333333;
}
@media screen and (max-width: 767px) {
.cf7 {
    padding-left: 20px;
    padding-right: 20px;
}
}
.cf7__list {
    padding: 0;
    margin: 0;
}
.cf7__list dt {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    padding: 5px 0;
}
.cf7__list dd {
    margin-left: 0;
    margin-bottom: 10px;
}
.cf7__required,
.cf7__optional {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    padding: 3px 6px;
    margin-left: 8px;
    border-radius: 3px;
    vertical-align: middle;
}
.cf7__required {
    background-color: #db0000;
    color: #ffffff;
}
.cf7__optional {
    background-color: #cccccc;
    color: #333333;
}
.cf7 input[type="text"],
.cf7 input[type="email"],
.cf7 input[type="tel"],
.cf7 textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}
.cf7 input[type="text"]:focus,
.cf7 input[type="email"]:focus,
.cf7 input[type="tel"]:focus,
.cf7 textarea:focus {
    border-color: #007bff;
    outline: none;
}
.cf7 textarea {
    resize: vertical;
}
.cf7__privacy {
    margin-top: 30px;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}
.cf7__privacy a {
    color: #007bff;
    text-decoration: none;
}
.cf7__privacy2 {
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
}
.cf7__button {
    text-align: center;
    margin-top: 20px;
}
.cf7__button input[type="submit"] {
    background-color: #ef7c06;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
    max-width: 400px;
}
.cf7__button input[type="submit"]:hover {
    background-color: #ff8c1a;
}
.cf7__list dd ul.wpcf7-checkbox {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.cf7__list dd ul.wpcf7-checkbox li {
    margin-right: 15px;
    margin-bottom: 5px;
}
.wpcf7-spinner {
    display: none;
}
@media screen and (max-width: 767px) {
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 5px 0;
}
}
.cf7__list dd input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.cf7__list dd .wpcf7-list-item-label {
  font-size: 16px;
}

