@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
*/
#sp_menu .c-widget__title.-spmenu {
  background: #50B388;
}

.contact-form h4 {
  margin: 3em 0 0.5em;
  border-left: none;
  padding: 0;
}
.contact-form table.form-table {
  margin: 10px 0 30px;
}
.contact-form table.form-table tr th {
  display: block;
  width: 100%;
  border: none;
  background-color: #fdfdfd;
  padding: 0.5em 0.5em 0.2em;
}
.contact-form table.form-table tr th span.required {
  font-size: 0.8em;
  padding: 3px;
  background: #349f87;
  color: #fff;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 2px;
  display: inline-block;
}
.contact-form table.form-table tr th span.half-size {
  font-size: 0.8em;
}
.contact-form table.form-table tr td {
  display: block;
  width: 100%;
  border: none;
  padding: 0.1em 0.5em 1.5em;
}
.contact-form table.form-table tr td p span.wpcf7-form-control-wrap input.wpcf7-text {
  width: 100%;
  padding: 12px 10px;
}
.contact-form table.form-table tr td p span.wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
}
.contact-form table.form-table tr td .wpcf7-radio {
  display: flex;
}
.contact-form .confirm-checkbox p span.wpcf7-list-item {
  display: inline-block;
  margin: 0.5em 0 1em 0.5em;
}
.contact-form .confirm-checkbox p span.check-btn input[type=checkbox] {
  transform: scale(2);
  margin: 0 6px 0 0;
  accent-color: #f2f2f2 !important;
}
.contact-form .submit-button .submit input {
  background: #349f87;
  transition: 0.4s;
  padding: 0.6em 1em;
  border-radius: 4px;
  box-shadow: var(--swl-btn_shadow);
  color: #fff;
  font-weight: 600;
}
.contact-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #349f87 !important;
  background: #fff;
}/*# sourceMappingURL=style.css.map */