/**
Theme Name: original
Author: doctorone Co.,Ltd.
Author URI: https://doctorone.co.jp
Template: astra
*/

body, h1, h2, h3, h4, h5, h6, span, button, input, select, textarea,
.entry-content :where(h1, h2, h3, h4, h5, h6) {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  font-weight: 600;
}

.en-title h2,
.en-title h3 {
  font-family: Poppins, sans-serif !important;
  font-weight: 700 !important;
  font-feature-settings: "palt" 1;
  font-kerning: normal;
}

/* Footer */
.site-footer .widget {
  margin-bottom: 15px !important;
}

.site-footer .widget_nav_menu li {
  margin-bottom: 8px;
}

.site-footer .widget_nav_menu li:last-child {
  margin-bottom: 0;
}

/* WP Forms */
.wpforms-form .wpforms-submit-container {
  text-align: center !important;
  margin-top: 30px !important;
}

:root {
  --wpforms-field-border-color: #efeeea !important;
  --wpforms-field-background-color: #fafafa !important;
}

.wpforms-form input:focus, 
.wpforms-form textarea:focus, 
.wpforms-form select:focus {
  border-color: #002d62 !important;
  background-color: #ffffff !important;
  outline: none !important;
}

.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="number"],
.wpforms-form input[type="tel"],
.wpforms-form select {
  padding: .5em !important;
  height: auto !important;
  font-weight: bold !important;
}

.wpforms-form textarea {
  padding: .5em !important;
  font-weight: bold !important;
  resize: vertical !important;
}

.wpforms-form .wpforms-submit {
  background-image: none !important;
  background-color: #a20021 !important;
  color: #ffffff !important;
  border: 2px solid #a20021 !important;
  padding: 15px 28px !important;
  font-size: 15px !important;
  font-weight: bold !important;
  letter-spacing: 0.2em !important;
  border-radius: 2px !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1.2 !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.wpforms-form .wpforms-submit:hover {
  background-color: #ffffff !important;
  color: #a20021 !important;
  border: 2px solid #a20021 !important;
}

/* ceo-name */
.ceo-name-img {
  width: 70px !important;
  height: 20px !important;

  height: 1.3em !important;
  width: auto !important;
  vertical-align: middle !important;
  image-rendering: -webkit-optimize-contrast !important;
}

/* reCAPTCHA */
.grecaptcha-badge {
  bottom: 90px !important;

  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.5s ease !important;
}

.grecaptcha-badge.is-show {
  opacity: 1 !important;
  visibility: visible !important;
}