@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
*/
/* 変数の定義 */
/* font family */
.swl-format-1,
.swl-format-2 {
  font-family: "Noto Serif JP", "Times New Roman", Times, serif;
}

.swl-format-1 {
  font-weight: 500;
}

.swl-format-2 {
  font-weight: 900;
}

/* link block file icon */
#main_content a[href$=".xls"] .swell-block-linkList__text,
#main_content a[href$=".xlsx"] .swell-block-linkList__text,
#main_content a[href$=".pdf"] .swell-block-linkList__text,
#main_content a[href$=".doc"] .swell-block-linkList__text,
#main_content a[href$=".docx"] .swell-block-linkList__text {
  position: relative;
  padding-right: 28px;
}
#main_content a[href$=".xls"] .swell-block-linkList__text::after,
#main_content a[href$=".xlsx"] .swell-block-linkList__text::after,
#main_content a[href$=".pdf"] .swell-block-linkList__text::after,
#main_content a[href$=".doc"] .swell-block-linkList__text::after,
#main_content a[href$=".docx"] .swell-block-linkList__text::after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
}
#main_content a[href$=".xls"] .swell-block-linkList__text::after,
#main_content a[href$=".xlsx"] .swell-block-linkList__text::after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>file-excel</title><path d="..."></path></svg>');
}
#main_content a[href$=".pdf"] .swell-block-linkList__text::after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>file-document</title><path d="..."></path></svg>');
}
#main_content a[href$=".doc"] .swell-block-linkList__text::after,
#main_content a[href$=".docx"] .swell-block-linkList__text::after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>file-word</title><path d="..."></path></svg>');
}

.p-articleThumb {
  text-align: center;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#body_wrap {
  flex: 1;
}

/* ----------------------------------
    base font
---------------------------------- */
.post_content {
  font-weight: 400;
}
.post_content p {
  margin-top: 0.6em;
  line-height: 1.8;
}

/* ----------------------------------
    link setting
---------------------------------- */
.post_content a img {
  transition: 0.4s;
}
.post_content a:hover img {
  opacity: 0.6;
}
.post_content .is-style-more_btn a:not(.swell-block-button__link):not(.menu-link):hover {
  color: #fff;
}

.gallery {
  display: grid;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  transition: 0.4s;
  grid-column-gap: 10px;
  grid-row-gap: 15px;
}
.gallery > br {
  display: none;
}

.gallery-icon {
  text-align: center;
}
.gallery-icon img {
  width: 100%;
  height: auto;
}

.gallery-caption {
  margin: 0 0 10px;
  font-size: 12px;
  color: #222;
  text-align: center;
}

.gallery-columns-1 {
  /** カラムなし **/
  grid-template-columns: 1fr;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  width: 100%;
}

@media (max-width: 959px) {
  .gallery-columns-3,
  .gallery-columns-4,
  .gallery-columns-5,
  .gallery-columns-6,
  .gallery-columns-7,
  .gallery-columns-8,
  .gallery-columns-9 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 599px) {
  .gallery-columns-3,
  .gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ----------------------------------
    table setting
---------------------------------- */
.post_content .c-scrollHint {
  margin-top: 0.5em;
}
.post_content td,
.post_content th {
  padding: normal !important;
}
.post_content td:first-of-type h2,
.post_content td:first-of-type h3,
.post_content td:first-of-type h4,
.post_content td:first-of-type h5,
.post_content td:first-of-type h6,
.post_content th:first-of-type h2,
.post_content th:first-of-type h3,
.post_content th:first-of-type h4,
.post_content th:first-of-type h5,
.post_content th:first-of-type h6 {
  margin-top: 0.5em;
}
.post_content .wp-block-table table[border="0"],
.post_content table[border="0"] {
  border: none;
}
.post_content .wp-block-table table[border="0"] > tbody > tr,
.post_content table[border="0"] > tbody > tr {
  border: none;
}
.post_content .wp-block-table table[border="0"] > tbody > tr > th,
.post_content .wp-block-table table[border="0"] > tbody > tr > td,
.post_content table[border="0"] > tbody > tr > th,
.post_content table[border="0"] > tbody > tr > td {
  border: none;
}
.post_content .wp-block-table table[border="1"],
.post_content table[border="1"] {
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.post_content .wp-block-table table[border="1"] > tbody > tr,
.post_content table[border="1"] > tbody > tr {
  border: none;
}
.post_content .wp-block-table table[border="1"] > tbody > tr > th,
.post_content .wp-block-table table[border="1"] > tbody > tr > td,
.post_content table[border="1"] > tbody > tr > th,
.post_content table[border="1"] > tbody > tr > td {
  border: 1px solid #ddd;
}
.post_content table[border="2"] {
  border: none;
  border-top: 1px solid #666;
  border-right: none;
  border-bottom: 1px solid #666;
  border-collapse: collapse;
  clip-path: inset(0 2px);
}
.post_content table[border="2"] > tbody > tr > th,
.post_content table[border="2"] > tbody > tr > td {
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.post_content table[border="3"] {
  border: none;
  border-top: 3px solid #666;
  border-bottom: 3px solid #666;
  border-collapse: collapse;
  clip-path: inset(0 2px);
}
.post_content table[border="3"] > tbody > tr > th,
.post_content table[border="3"] > tbody > tr > td {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #666;
}
.post_content table[border="4"] {
  border: none;
  border-top: 2px solid #666;
  border-right: none;
  border-bottom: 2px solid #666;
  border-left: none;
  border-collapse: collapse;
}
.post_content table[border="4"] > tbody > tr > th,
.post_content table[border="4"] > tbody > tr > td {
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: 1px solid #ccc;
  border-left: none;
}
.post_content .tbl__border__dotted {
  border: 3px dotted #666;
}
.post_content table[border="5"] {
  border: none;
}
.post_content table[border="5"] > tbody > tr > th,
.post_content table[border="5"] > tbody > tr > td {
  border: none;
}
.post_content table[border="6"] {
  border: none;
  border-top: none;
  border-right: 2px solid #666;
  border-bottom: none;
  border-left: 2px solid #666;
  border-collapse: collapse;
}
.post_content table[border="6"] > tbody > tr > th,
.post_content table[border="6"] > tbody > tr > td {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #666;
}
@media (max-width: 599px) {
  .post_content table[border="6"] > tbody > tr > th,
  .post_content table[border="6"] > tbody > tr > td {
    border-left: none;
  }
}
.post_content table[border="7"] {
  border: none;
  border-top: 3px solid #666;
  border-right: none;
  border-bottom: 3px solid #666;
  border-left: none;
  border-collapse: collapse;
}
.post_content table[border="7"] > tbody > tr > th,
.post_content table[border="7"] > tbody > tr > td {
  border: none;
}
.post_content table.hook_onepoint p {
  margin-bottom: 1em;
}
.post_content table.hook_onepoint table {
  margin-bottom: 1em;
}

.iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.-series .l-header__logo {
  order: 1;
}
@media (min-width: 960px) {
  .-series .l-header__logo {
    flex-direction: column;
  }
  .-series .l-header__logo .c-headLogo {
    order: 2;
  }
  .-series .l-header__logo .c-catchphrase {
    order: 1;
  }
}
@media (max-width: 959px) {
  .-series .l-header__logo {
    margin-left: auto;
  }
  .-series .l-header__logo .c-catchphrase {
    display: block;
  }
  .-series .l-header__logo .-img .c-headLogo__link {
    padding-top: 0;
    padding-bottom: 0;
  }
  .-series .l-header__logo .c-headLogo {
    margin-top: 0.2em;
  }
}
@media (max-width: 599px) {
  .-series .l-header__logo {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
}

#gnav {
  order: 2;
}

.-series .l-header__inner {
  align-items: center;
  justify-content: space-between;
}

#header-extra-area {
  order: 3;
}

.header-extra-contact {
  width: 405px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.header-extra-tel {
  width: 260px;
}
.header-extra-tel img {
  vertical-align: bottom;
}
.header-extra-tel a {
  display: block;
}
.header-extra-tel a + a {
  margin-top: 0.5em;
}
.header-extra-inquiry {
  width: 130px;
}
.header-extra-inquiry a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #0047a3;
  color: #fff;
  padding: 5px;
  border-radius: 8px;
  transition: 0.4s;
}
.header-extra-inquiry a:hover {
  background: #2b64e2;
}
.header-extra-inquiry a img {
  margin-right: 5px;
}
.header-extra-inquiry .mail-icon {
  width: 32px;
}

#fix_header #header-extra-area {
  display: flex;
  align-items: center;
}

@media (max-width: 959px) {
  #header {
    background: #fff;
  }
  .l-header__menuBtn {
    order: 2;
  }
  .top #content {
    padding-top: 5em;
  }
  .header-extra-contact,
  .l-header__customBtn.sp_ {
    display: none;
  }
  .l-header__logo {
    display: flex;
    flex-direction: column;
    padding-top: 1em;
    padding-bottom: 1em;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .l-header__logo .c-headLogo {
    order: 2;
    height: auto;
    margin-top: 0.5em;
  }
  .l-header__logo .c-catchphrase {
    order: 1;
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 599px) {
  .l-header__logo .c-catchphrase {
    width: 23em;
  }
}
@media (min-width: 960px) {
  html[data-scrolled=true] #header-extra-area .header-extra-tel {
    max-width: 180px;
  }
  html[data-scrolled=true] #header-extra-area .header-extra-tel img {
    vertical-align: middle;
  }
  html[data-scrolled=true] #header-extra-area .header-extra-tel a + a {
    margin-top: 0;
  }
}
.w-beforeFooter {
  margin-top: 0;
}

#before_footer_widget {
  background: #c6e1af;
  width: 100%;
}
#before_footer_widget p {
  margin-top: 0;
}

#before_footer_widget p:empty,
.l-footer__inner p:empty {
  display: none;
}

.w-footer__box {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.9rem;
}
.w-footer__box .su-row .su-column + .su-column.group4 {
  margin-top: 1em;
}
@media (max-width: 599px) {
  .w-footer__box .su-row .su-column + .su-column.group4 {
    margin-top: 0;
  }
}

.footer_menu {
  margin-top: 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 959px) {
  .footer_menu {
    margin-top: 2.3em;
  }
  .footer_menu.su-row {
    margin-bottom: 2.3em;
  }
}
.footer_menu_logo {
  text-align: center;
}
.footer_menu_logo img {
  vertical-align: bottom;
}
@media (max-width: 959px) {
  .footer_menu_logo img {
    width: 50%;
  }
}
@media (max-width: 959px) {
  .footer_menu_links {
    margin-top: 1em !important;
  }
}
.footer_menu_links ul {
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 1.5em;
}
.footer_menu_links ul li {
  list-style-type: none;
  margin-left: 0;
}
.footer_menu_links ul li a {
  color: #333;
  font-size: 0.9rem;
  transition: 0.4s;
}
.footer_menu_links ul li a:hover {
  color: #daeefa;
}

@media (min-width: 960px) {
  .footer_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer_menu_logo {
    text-align: left;
  }
  .footer_menu_links ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: 1.5em;
  }
  .footer_menu_links ul li {
    list-style-type: none;
    margin-left: 0;
  }
}
.footer_info {
  padding-top: 1em;
}

/* コンテナ */
.sliding-menu-container {
  position: relative;
  width: 100%;
}

/* 帯とボタンのコンテナ */
.menu-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
}

/* 上部の帯 */
.menu-bar {
  height: 10px;
  background-color: rgba(0, 35, 48, 0.9);
}

/* スライディングメニュー全体のコンテナ */
.sliding-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  background-color: rgba(0, 35, 48, 0.9);
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
  backdrop-filter: blur(8px);
}
.sliding-menu.active {
  transform: translateY(0);
}

/* メニューのスクロール可能な部分 */
.menu-content {
  overflow-y: auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px;
  flex: 1;
}
@media (max-width: 768px) {
  .menu-content {
    padding: 32px 16px;
  }
}
@media (max-width: 600px) {
  .menu-content {
    padding: 24px 12px;
  }
}
@media (max-width: 480px) {
  .menu-content {
    padding: 32px 16px;
  }
}

/* ボタンコンテナ */
.menu-button-container {
  position: relative;
  height: 0;
  margin-top: auto;
}

/* ボタン */
.menu-toggle {
  position: absolute;
  z-index: 1001;
  bottom: 0;
  left: 50%;
  display: flex;
  width: 60px;
  height: 30px;
  border: none;
  border-radius: 0 0 5px 5px;
  background-color: rgba(0, 35, 48, 0.9);
  color: white;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transform: translateX(-50%) translateY(100%);
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .menu-toggle {
    right: 0;
    left: auto;
    width: 50px;
  }
}
.menu-toggle:hover {
  background-color: rgb(0, 35, 48);
}
.menu-toggle .chevron-down {
  transition: transform 0.3s ease;
}
@media (max-width: 600px) {
  .menu-toggle.active {
    right: 0;
  }
}
.menu-toggle.active .chevron-down {
  transform: rotate(-180deg);
}

/* メニューリスト */
.menu-list > ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 600px) {
  .menu-list > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 960px) {
  .menu-list > ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.menu-list > ul > li {
  position: relative;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.menu-list > ul > li:nth-child(2n) {
  border-right: none;
}
@media (min-width: 600px) {
  .menu-list > ul > li:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu-list > ul > li:nth-child(3n) {
    border-right: none;
  }
}
@media (min-width: 960px) {
  .menu-list > ul > li:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu-list > ul > li:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu-list > ul > li:nth-child(4n) {
    border-right: none;
  }
}
.menu-list a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (max-width: 480px) {
  .menu-list a {
    font-size: 14px;
  }
}
.menu-list a:hover {
  color: #86efac;
}
.menu-list .page_item_has_children > a {
  margin-bottom: 8px;
  font-weight: bold;
}
.menu-list .children {
  padding-left: 16px;
  list-style: none;
}
.menu-list .children li {
  padding: 4px 0;
  border-right: none;
}
.menu-list .children a {
  padding: 4px 0;
  font-size: 14px;
}
@media (max-width: 480px) {
  .menu-list .children a {
    font-size: 13px;
  }
}

.have-wpadmin .menu-header,
.have-wpadmin .sliding-menu {
  top: 32px;
}

@media (max-width: 782px) {
  .have-wpadmin .menu-header,
  .have-wpadmin .sliding-menu {
    top: 46px;
  }
}
#copyright {
  display: none;
}

@media (min-width: 960px) {
  #copyright {
    position: fixed;
    z-index: 100;
    top: 10px;
    right: 1.5vw;
    display: block;
    padding: 0;
    font-size: 0.7rem;
    font-weight: 400;
    color: white;
    opacity: 0.5;
  }
}
/* ----------------------------------
    title reset & setting
---------------------------------- */
/* ----------------------------------
    form
---------------------------------- */
.contact-form7-custom {
  padding-left: 20px;
  padding-right: 20px;
  margin: 50px auto 0;
  background-color: #f9f9f9;
  max-height: calc(86svh - 50px);
  overflow: auto;
  box-sizing: border-box;
}
.contact-form7-custom .pum-content {
  color: #333;
}
.contact-form7-custom .form-title {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #333;
}
.contact-form7-custom .form-description {
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 25px;
  color: #555;
}
.contact-form7-custom .form-group {
  margin-bottom: 20px;
}
.contact-form7-custom .form-group br {
  display: none;
}
.contact-form7-custom .form-section-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding-bottom: 5px;
  border-bottom: 2px solid #007bff;
  color: #007bff;
}
.contact-form7-custom .tel-notice,
.contact-form7-custom .file-size-notice {
  color: #666;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.contact-form7-custom .file-size-notice {
  font-size: 0.85em;
}
.contact-form7-custom .photo-notice dt {
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.contact-form7-custom .photo-notice ul {
  margin-bottom: 1em;
}
.contact-form7-custom .photo-notice ul li {
  list-style-type: disc;
  margin-left: 1.2em;
}
.contact-form7-custom label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}
.contact-form7-custom .required {
  background-color: #dc3545;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.75em;
  margin-left: 5px;
  vertical-align: middle;
}
.contact-form7-custom input[type=text],
.contact-form7-custom input[type=email],
.contact-form7-custom input[type=tel],
.contact-form7-custom select,
.contact-form7-custom textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1em;
}
.contact-form7-custom input[type=text]:focus,
.contact-form7-custom input[type=email]:focus,
.contact-form7-custom input[type=tel]:focus,
.contact-form7-custom select:focus,
.contact-form7-custom textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}
.contact-form7-custom .wpcf7-list-item {
  /* Contact Form 7 radio/checkbox wrapper */
  margin-right: 15px;
  display: inline-block;
}
.contact-form7-custom .wpcf7-list-item label {
  font-weight: normal;
}
.contact-form7-custom .wpcf7-list-item input[type=radio],
.contact-form7-custom .wpcf7-list-item input[type=checkbox] {
  margin-right: 5px;
  vertical-align: middle;
}
.contact-form7-custom .other-input-wrapper {
  margin-top: 10px;
  padding-left: 20px;
}
.contact-form7-custom .other-input-wrapper input[type=text] {
  width: calc(100% - 20px);
}
.contact-form7-custom .address-group {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.contact-form7-custom .address-group .address-item {
  flex: 1;
}
.contact-form7-custom .address-item {
  margin-bottom: 1em;
}
.contact-form7-custom .privacy-policy-agreement {
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
}
.contact-form7-custom .privacy-policy-agreement .privacy-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-form7-custom .privacy-policy-agreement .privacy-policy-content {
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 0.85em;
  line-height: 1.6;
  background-color: #fdfdfd;
}
.contact-form7-custom .privacy-policy-agreement .wpcf7-list-item {
  margin-top: 10px;
}
.contact-form7-custom .form-submit input[type=submit] {
  background-color: #007bff;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  display: block;
  width: auto;
  margin: 20px auto 0;
}
.contact-form7-custom .form-submit input[type=submit]:hover {
  background-color: #0062cc;
}
.contact-form7-custom .form-submit input[type=submit]:disabled {
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
  opacity: 0.7;
}
.contact-form7-custom .form-submit input[type=submit]:disabled:hover {
  background-color: #cccccc;
}
.contact-form7-custom .wpcf7-response-output {
  margin: 20px 0;
  padding: 10px;
  border-radius: 4px;
}
.contact-form7-custom .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 0.85em;
  margin-top: 5px;
}
.contact-form7-custom span.wpcf7-form-control-wrap {
  display: block;
}/*# sourceMappingURL=style.css.map */