@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
*/
.home .c-gnav > .menu-item-home > a::after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  transform: scale(1, 1);
  background: var(--color_main);
  width: 100%;
  height: 2px;
}

/*home タグ*/
.custom-tag-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.custom-tag-list a {
  display: inline-block;
  background-color: #f0f0f0;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: background-color 0.3s;
}
.custom-tag-list a:hover {
  background-color: #ddd;
}

/* Contact Form7 */
.grecaptcha-badge {
  visibility: hidden;
}

span.wpcf7-list-item {
  display: block;
}

/*Thanksページ有の時*/
.wpcf7 input[type=checkbox] {
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.form7-require {
  background-color: #e57291;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  padding: 0.2em 0.4em;
  margin-left: 10px;
  float: right;
  margin-right: 10px;
}

#form7 .center {
  position: relative;
  margin-bottom: 10px;
  padding: 20px 0;
}
#form7 .center input.wpcf7-submit[type=submit] {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  color: #ffffff;
  background: #999;
  cursor: pointer;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  border: none;
  border-bottom: 2px solid #8a8a8a;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.03em;
  border-radius: 4px;
}
#form7 .center input[type=submit]:hover {
  background: #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
}

.contact7 {
  background-color: #F7F7F7;
  padding: 40px 20px 20px 20px;
  margin-bottom: 30px;
}
.contact7 dd {
  margin: 0 0 30px 0;
}
.contact7 dt {
  font-weight: normal;
}
.contact7 textarea, .contact7 input.wpcf7-text {
  width: 100%;
  background-color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #e57291;
}

@media screen and (min-width: 768px) {
  .contact7 dt {
    float: left;
    clear: left;
    width: 35%;
    padding: 5px 10px 5px 0;
  }
  .contact7 dd {
    margin-left: 35%;
  }
}
/*# sourceMappingURL=style.css.map */