@charset "UTF-8";
/*
Theme Name: GT Theme
Author: 
Author 
Version: 1.0
*/

.privacyBlock .ip-main {
  width: 100%;
  height: 250px;
  margin: 0 0 10px;
  border-width: 0px;
  border-radius: 0.25rem;
  overflow-y: scroll;
}
.privacyBlock .privacy-title-text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 990px) {
  .privacyBlock .privacy-inner-section {
    padding: 0 20px;
  }
  .privacyBlock .privacy-inner-title {
    font-size: 2rem;
  }
  .privacyBlock .privacy-inner-title span {
    font-size: 1.5rem;
  }
  .privacyBlock .privacy-subtitle {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .privacyBlock .privacy-title-text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .privacyBlock .privacy-txt-last {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

#your-category .wpcf7-list-item {
  display: block;
  margin: 15px 0;
}
#your-category .wpcf7-list-item label {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
}
#your-category .wpcf7-list-item-label {
  margin-left: 5px;
}
#your-know .wpcf7-list-item {
  margin: 0 20px 0 0;
}
.privacyBlock label input[type="checkbox"] {
  vertical-align: middle;
}
.privacyBlock label input {
  float: none!important;
}
.privacyBlock .wpcf7-list-item label {
  margin-bottom: 0;
}
.privacyBlock .wpcf7-list-item-label {
  font-size: 1.8rem;
}

.wpcf7-not-valid-tip {
  font-size: 1.5rem!important;
  position: relative;
  top: -18px;
}
.itemBlock .wpcf7-not-valid-tip {
  top: 0;
}

.addressBlock input[type="email"],
.addressBlock input[type="tel"] {
  font-size: 1.6rem;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: 10px;
  color: #000;
  display: inline-block;
  border-color: #333;
  border-radius: 4px;
}

/*確認画面*/
.custom-wpcf7cp-confirm.wpcf7cp-form-hide > * {
  display: block;
  height: 0!important;
  padding: 0!important;
  margin: 0!important;
}
.custom-wpcf7cp-confirm.wpcf7cp-form-hide #privacy {
  display: none;
}

div#wpcf7cpcnf {
  position: relative!important;
}
div#wpcf7cpcnf th {
  font-weight: 500;
  width: 300px;
  padding: 15px 25px;
  border-bottom: solid 1px #F0F0F0;
  text-align: left;
  background: rgba(221,221,221,0.7) ;
}
div#wpcf7cpcnf th p {
  margin: 0;
}
div#wpcf7cpcnf td {
  padding: 15px 25px;
}
  @media screen and (max-width: 749px) {
    div#wpcf7cpcnf table,
    div#wpcf7cpcnf tbody,
    div#wpcf7cpcnf tr,
    div#wpcf7cpcnf th,
    div#wpcf7cpcnf td {
      display: block;
      width: 100%;
    }
    div#wpcf7cpcnf th {
      padding: 2.66vw 4vw;
    }
    div#wpcf7cpcnf td {
      padding: 4vw 0;
    }
  }

.wpcf7cp-btns {
  text-align: center;
  padding-top: 20px;
}
.wpcf7cp-btns button {
  width: 270px;
  margin: 20px 10px 0 10px;
  background: #E7E7E7;
  letter-spacing: 0.04em;
  padding: 20px;
  position: relative;
  font-size: 1.6rem;
  text-indent: 0.04em;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: none;
}
.wpcf7cp-btns button:hover {
  background: #888;
  color: #fff;
}
.wpcf7cp-btns .wpcf7-submit {
  color: #fff;
  background: url("assets/img/ico-arrow01a.svg") right 20px center no-repeat;
  background-size: 8px auto;
  background-color: #8ebf1f;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.wpcf7cp-btns .wpcf7-submit:hover {
  background: url("assets/img/ico-arrow01a.svg") right 20px center no-repeat;
  background-size: 8px auto;
  background-color: #678917;
}
  @media screen and (max-width: 749px) {
    .wpcf7cp-btns {
      padding-top: 0;
    }
    .wpcf7cp-btns button {
      display: block;
      width: 100%;
      margin: 4vw auto 0 auto;
    }
  }

.confirmBlock ul.submit li input[type="submit"] {
  display: inline-block;
  position: relative;
  border: none;
  color: #f1f1f1;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 4px;
  margin: 0 auto;
  padding: 30px 80px;
  background: url("assets/img/ico-arrow01a.svg") right 20px center no-repeat;
  background-size: 8px auto;
  background-color: #8ebf1f;
  border-radius: 8px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.confirmBlock ul.submit li input[type="submit"]:hover {
  background-color: #678917;
  color: #fff;
  border: none;
  cursor: pointer;
}
.confirmBlock ul.submit li input[type="submit"][disabled] {
  opacity: 1!important;
  background-color: #ccc!important;
  pointer-events: none;
}

.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 35px)!important;
  bottom: -35px!important;
}
.wpcf7 .wpcf7-response-output {
  text-align: center!important;
}

.no_post {
  padding: 30px 0;
}

.topics-item-txt h1 {
  display: block;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: -0.2vw;
  text-align: left;
  color: #000;
  margin: 5% 0;
  padding: 15px;
  border-top: solid 5px #ccc;
  border-bottom: solid 5px #ccc;
}
.topics-item-txt h2 {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -0.1vw;
  text-align: left;
  color: #000;
  margin: 5% 0;
  padding: 4px 20px;
  border-left: solid 15px #ccc;
  border-right: solid 2px #ccc;
  border-top: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
}
.topics-item-txt h3 {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  color: #000;
  margin: 5% 0;
  padding: 10px 20px;
  background-color: #ccc;
}
.topics-item-txt h4 {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  color: #000;
  margin: 5% 0;
  padding: 10px 15px;
  border-bottom: solid 2px #ccc;
}
.topics-item-txt h5 {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  color: #000;
  margin: 5% 0;
  padding: 10px 15px;
}

@media (max-width: 1480px) {
  .topics-item-txt h1 {
    letter-spacing: 0;
  }
  .topics-item-txt h2 {
    letter-spacing: 0;
  }
}
@media (max-width: 1200px) {
  .topics-item-txt h4 {
    font-size: 1.6vw;
  }
  .topics-item-txt h5 {
    font-size: 1.6vw;
  }
}
@media (max-width: 990px) {
  .topics-item-txt h1 {
    font-size: 4vw;
  }
  .topics-item-txt h2 {
    font-size: 3vw;
  }
  .topics-item-txt h3 {
    font-size: 2.4vw;
  }
  .topics-item-txt h4 {
    font-size: 1.8rem;
  }
  .topics-item-txt h5 {
    font-size: 1.8rem;
  }
}
@media (max-width: 499px) {
  .topics-item-txt h1 {
    font-size: 1.8rem;
  }
  .topics-item-txt h2 {
    font-size: 1.8rem;
  }
  .topics-item-txt h3 {
    font-size: 1.6rem;
  }
  .topics-item-txt h4 {
    font-size: 1.6rem;
  }
  .topics-item-txt h5 {
    font-size: 1.6rem;
  }
}

.products-item-link {
  padding: 10px 0;
}
.products-item-link li {
  margin-bottom: 5px;
}
.products-item-link li a {
  font-size: 16px;
}
.products-item-link li a i {
  color: #EF845C;
}
.products-item-link li a:hover {
  color: #EF845C;
}
@media (max-width: 499px) {
  .products-item-link {
    padding: 10px 0 0 0;
  }
}

.products-item-tags2 li {
  border-radius: 2rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 6px 8px;
}
@media (max-width: 499px) {
  .products-item-titlewrap {
    padding-left: 4%;
    padding-right: 4%;
  }
  .classification__left {
    width: 38%;
  }
  .classification__right {
    width: 62%;
  }
}

.page-link.current {
  background-color: #ef845c;
  border-color: #ef845c;
  color: #fff;
}
.products-criterion {
  position: absolute;
  right: 4%;
  bottom: 4.5%;
  color: #000;
}
  @media (max-width: 1299px) {
    .products-criterion {
      position: relative;
      right: auto;
      bottom: auto;
      text-align: right;
      padding-bottom: 5%;
    }
  }
  @media (max-width: 499px) {
    .products-criterion {
      bottom: -2.66vw;
      padding-bottom: 0;
    }
  }

.gtranslate_wrapper {
  position: fixed;
  z-index: 15;
  right: 120px;
  top: 43px;
}
@media (max-width: 990px) {
.gtranslate_wrapper {
  position: fixed;
  z-index: 15;
  right: 90px;
  top: 26px;
}
}
@media (max-width: 878px) {
.gtranslate_wrapper {
  right: 120px;
  top: 43px;
}
}
@media (max-width: 749px) {
.gtranslate_wrapper {
  right: 80px;
  top: 18px;
}
}
@media (max-width: 499px) {
.header-logo-wrap a {
  width: 230px;
  margin-top: 7px;
}
.gtranslate_wrapper {
  right: 73px;
  top: 27px;
}
.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0 3px!important;
  line-height: 22px;
  transition: all 0.2s ease-in-out 0s;
  font-size: 14px;
}
.gtranslate_wrapper .gt_float_switcher .gt_options a {
  padding: 0 5px!important;
  line-height: 22px;
  transition: all 0.2s ease-in-out 0s;
  font-size: 13px;
}
.gtranslate_wrapper .gt_float_switcher img {
  width: 18px;
  margin-right: 0;
}
.gtranslate_wrapper .gt-lang-code {
  display: none;
}
}

.translated-ltr .hero-earth-fukidashi-01 a span, .translated-ltr .hero-earth-fukidashi-02 a span, .translated-ltr .hero-earth-fukidashi-03 a span, .translated-ltr .hero-earth-fukidashi-04 a span {
  text-align: center;
}
.translated-ltr .hero-earth-fukidashi-01 a span br {
  display: none;
}
.translated-ltr .products-criterion {
  position: relative;
  right: auto;
  bottom: auto;
  text-align: right;
}