/*
Theme Name:     Lightning-child
Description:    Lightningの子テーマ
Author:         mirai
Template:       lightning

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/



body {
  margin: 0;
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.8;
  color: #333;
  background: #f7f8f5;
}

/*HOME*/

.mizuno-home-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 0 40px;
}

.mizuno-home-page h2::before,
.mizuno-home-page h3::before {
  display: none !important;
  content: none !important;
}

.mizuno-home-page h2,
.mizuno-home-page h3 {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0;
}

.mizuno-home-page .home-news-box,
.mizuno-home-page .home-box,
.mizuno-home-page .home-profile-box {
  background: #fff;
  border-radius: 18px;
  padding: 34px 28px;
  margin-bottom: 28px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.mizuno-home-page .home-news-box h2,
.mizuno-home-page .home-box h2,
.mizuno-home-page .home-profile-box h2,
.mizuno-home-page .home-contact-box h2 {
  font-size: 1.6rem;
  color: #23422c;
  margin-bottom: 22px;
  padding-left: 14px;
  border-left: 6px solid #5ea36a;
}

.mizuno-home-page .home-news-inner {
  padding-left: 4px;
}

.mizuno-home-page .home-hero {
  background: linear-gradient(135deg, #e7f3ea, #f8fcf6);
  border-radius: 20px;
  padding: 52px 32px;
  margin: 0 0 30px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.mizuno-home-page .home-eyecatch {
  font-size: 1rem;
  font-weight: 700;
  color: #2f6b3c;
  margin: 0 0 12px;
}

.mizuno-home-page .home-hero h2 {
  font-size: 2.1rem;
  line-height: 1.5;
  color: #1f3d27;
  margin: 0 0 20px;
}

.mizuno-home-page .home-lead {
  max-width: 860px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.95;
  color: #333;
}

.mizuno-home-page .home-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.mizuno-home-page .home-btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  background: #fff;
  color: #2f6b3c !important;
  text-decoration: none !important;
  font-weight: 700;
  border: 1px solid #dce9df;
  transition: 0.3s;
}

.mizuno-home-page .home-btn:hover {
  background: #edf7ef;
  transform: translateY(-2px);
}

.mizuno-home-page .home-btn-main {
  background: #2f6b3c;
  color: #fff !important;
  border-color: #2f6b3c;
}

.mizuno-home-page .home-btn-main:hover {
  background: #245730;
  color: #fff !important;
}

.mizuno-home-page .home-service-grid,
.mizuno-home-page .home-tool-grid,
.mizuno-home-page .home-strength-grid {
  display: grid;
  gap: 20px;
}

.mizuno-home-page .home-service-grid {
  grid-template-columns: repeat(2, 1fr);
}

.mizuno-home-page .home-tool-grid {
  grid-template-columns: repeat(2, 1fr);
}

.mizuno-home-page .home-strength-grid {
  grid-template-columns: repeat(2, 1fr);
}

.mizuno-home-page .home-service-card,
.mizuno-home-page .home-tool-card,
.mizuno-home-page .home-strength-card {
  background: #f9fbf8;
  border: 1px solid #e4ede6;
  border-radius: 14px;
  padding: 22px 18px;
}

.mizuno-home-page .home-service-card h3,
.mizuno-home-page .home-tool-card h3,
.mizuno-home-page .home-strength-card h3 {
  font-size: 1.15rem;
  color: #2f5c39;
  margin-bottom: 12px;
}

.mizuno-home-page .home-service-card ul {
  padding-left: 1.4em;
  margin-top: 12px;
}

.mizuno-home-page .home-service-card ul li {
  margin-bottom: 8px;
}

.mizuno-home-page .home-center-text {
  text-align: center;
  margin-bottom: 20px;
}

.mizuno-home-page .home-card-link {
  margin-top: 14px;
}

.mizuno-home-page .home-card-link a {
  color: #2f6b3c !important;
  font-weight: 700;
  text-decoration: underline;
}

.mizuno-home-page .home-profile-box {
  background: linear-gradient(135deg, #f8fcf6, #ffffff);
}

.mizuno-home-page .home-profile-mini {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2f6b3c;
  margin: 0 0 10px;
}

.mizuno-home-page .home-contact-box {
  background: #2f6b3c;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 45px 25px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.mizuno-home-page .home-contact-box h2 {
  color: #fff;
  border-left: none;
  padding-left: 0;
}

.mizuno-home-page .home-contact-button {
  display: inline-block;
  margin-top: 20px;
  background: #fff;
  color: #2f6b3c !important;
  text-decoration: none !important;
  font-weight: bold;
  padding: 14px 28px;
  border-radius: 999px;
  transition: 0.3s;
}

.mizuno-home-page .home-contact-button:hover {
  background: #edf7ef;
  transform: translateY(-2px);
  color: #2f6b3c !important;
}

@media (max-width: 900px) {
  .mizuno-home-page .home-service-grid,
  .mizuno-home-page .home-tool-grid,
  .mizuno-home-page .home-strength-grid {
    grid-template-columns: 1fr;
  }

  .mizuno-home-page .home-hero h2 {
    font-size: 1.8rem;
  }

  .mizuno-home-page .home-news-box,
  .mizuno-home-page .home-box,
  .mizuno-home-page .home-profile-box {
    padding: 28px 20px;
  }
}

.mizuno-home-page .home-news-inner h2,
.mizuno-home-page .home-news-inner h3,
.mizuno-home-page .home-news-inner .entry-title,
.mizuno-home-page .home-news-inner .post-title,
.mizuno-home-page .home-news-inner .jichikai-notice-title {
  border-left: none !important;
  padding-left: 0 !important;
}

.mizuno-home-page .home-news-inner h2::before,
.mizuno-home-page .home-news-inner h3::before,
.mizuno-home-page .home-news-inner .entry-title::before,
.mizuno-home-page .home-news-inner .post-title::before,
.mizuno-home-page .home-news-inner .jichikai-notice-title::before {
  display: none !important;
  content: none !important;
}



@media (max-width: 600px) {
  .mizuno-home-page {
    padding: 6px 0 30px;
  }

  .mizuno-home-page .home-hero {
    padding: 34px 20px;
  }

  .mizuno-home-page .home-hero h2 {
    font-size: 1.45rem;
  }

  .mizuno-home-page .home-news-box h2,
  .mizuno-home-page .home-box h2,
  .mizuno-home-page .home-profile-box h2,
  .mizuno-home-page .home-contact-box h2 {
    font-size: 1.3rem;
  }

  .mizuno-home-page .home-lead {
    font-size: 1rem;
  }
}



/*自治会プラグイン*/

.jichikai-plugin {
  padding: 50px 20px 80px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.hero {
  background: linear-gradient(135deg, #e7f3ea, #f8fcf6);
  border-radius: 20px;
  padding: 50px 30px;
  margin-bottom: 35px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.eyecatch {
  font-size: 1rem;
  color: #2f6b3c;
  font-weight: bold;
  margin-bottom: 12px;
}

.hero h1 {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #1f3d27;
}

.lead {
  font-size: 1.05rem;
  max-width: 800px;
  margin: 0 auto;
}

.section-box {
  background: #fff;
  border-radius: 18px;
  padding: 35px 28px;
  margin-bottom: 28px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.section-box h2,
.contact-box h2 {
  font-size: 1.7rem;
  margin-top: 0;
  margin-bottom: 22px;
  color: #23422c;
  border-left: 6px solid #5ea36a;
  padding-left: 14px;
}

.section-box h3,
.contact-box h3 {
  color: #2f5c39;
  margin-top: 0;
}

.check-list,
.recommend-list,
.step-list,
.setting-card ul,
.note-box ul {
  padding-left: 1.4em;
}

.check-list li,
.recommend-list li,
.step-list li,
.setting-card ul li,
.note-box ul li {
  margin-bottom: 10px;
}

.feature-grid,
.setting-grid,
.merit-list {
  display: grid;
  gap: 20px;
}

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

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

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

.feature-card,
.setting-card,
.merit-item {
  background: #f9fbf8;
  border: 1px solid #e4ede6;
  border-radius: 14px;
  padding: 22px 18px;
}

.feature-card h3,
.setting-card h3,
.merit-item h3,
.faq-item h3 {
  font-size: 1.15rem;
  margin-bottom: 12px;
}

.faq-item {
  padding: 18px 0;
  border-bottom: 1px solid #e6e6e6;
}

.faq-item:last-child {
  border-bottom: none;
}

.note-box {
  background: #fffdf6;
  border: 1px solid #f0e5b8;
}

.contact-box {
  background: #2f6b3c;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 45px 25px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.contact-box h2 {
  color: #fff;
  border-left: none;
  padding-left: 0;
}

.contact-button {
  display: inline-block;
  margin-top: 20px;
  background: #fff;
  color: #2f6b3c;
  text-decoration: none;
  font-weight: bold;
  padding: 14px 28px;
  border-radius: 999px;
  transition: 0.3s;
}

.contact-button:hover {
  background: #edf7ef;
  transform: translateY(-2px);
}

.profile-hero-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.profile-hero-text {
  flex: 1 1 500px;
  text-align: left;
}

.profile-hero-text .profile-lead,
.profile-hero-text .profile-eyecatch,
.profile-hero-text h2 {
  text-align: left;
}

.profile-hero-image {
  flex: 0 0 320px;
  text-align: center;
}

.profile-hero-image img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
  .profile-hero-inner {
    display: block;
  }

  .profile-hero-image {
    margin-top: 20px;
  }
}

@media (max-width: 900px) {
  .feature-grid,
  .setting-grid,
  .merit-list {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  .section-box {
    padding: 28px 20px;
  }
}

@media (max-width: 600px) {
  .jichikai-plugin {
    padding: 30px 15px 60px;
  }

  .hero {
    padding: 35px 20px;
  }

  .hero h1 {
    font-size: 1.5rem;
  }

  .section-box h2,
  .contact-box h2 {
    font-size: 1.35rem;
  }

  .lead {
    font-size: 1rem;
  }
}

/*防災講演会*/

.bousai-consulting-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 0 40px;
}

.bousai-consulting-page h2::before,
.bousai-consulting-page h3::before {
  display: none !important;
  content: none !important;
}

.bousai-consulting-page h2,
.bousai-consulting-page h3 {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0;
}

.bousai-consulting-page .bousai-hero {
  background: linear-gradient(135deg, #e7f3ea, #f8fcf6);
  border-radius: 20px;
  padding: 50px 32px;
  margin: 0 0 30px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.bousai-consulting-page .bousai-eyecatch {
  font-size: 1rem;
  font-weight: 700;
  color: #2f6b3c;
  margin: 0 0 12px;
}

.bousai-consulting-page .bousai-hero h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #1f3d27;
  margin: 0 0 20px;
}

.bousai-consulting-page .bousai-lead {
  max-width: 820px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.95;
  color: #333;
}

.bousai-consulting-page .bousai-box {
  background: #fff;
  border-radius: 18px;
  padding: 34px 28px;
  margin-bottom: 28px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.bousai-consulting-page .bousai-box h2,
.bousai-consulting-page .bousai-contact-box h2 {
  font-size: 1.6rem;
  color: #23422c;
  margin-bottom: 22px;
  padding-left: 14px;
  border-left: 6px solid #5ea36a;
}

.bousai-consulting-page .bousai-box h3 {
  font-size: 1.15rem;
  color: #2f5c39;
  margin-bottom: 12px;
}

.bousai-grid,
.bousai-theme-grid {
  display: grid;
  gap: 20px;
}

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

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

.bousai-card,
.bousai-theme-card {
  background: #f9fbf8;
  border: 1px solid #e4ede6;
  border-radius: 14px;
  padding: 22px 18px;
}

.bousai-list,
.bousai-theme-card ul {
  padding-left: 1.4em;
}

.bousai-list li,
.bousai-theme-card ul li {
  margin-bottom: 10px;
}

.bousai-service-table dl {
  display: grid;
  grid-template-columns: 220px 1fr;
  margin: 0;
  border: 1px solid #e4ede6;
  border-radius: 14px;
  overflow: hidden;
}

.bousai-service-table dt,
.bousai-service-table dd {
  margin: 0;
  padding: 18px 20px;
  line-height: 1.9;
}

.bousai-service-table dt {
  background: #f2f8f3;
  font-weight: 700;
  color: #2d5335;
  border-bottom: 1px solid #e4ede6;
}

.bousai-service-table dd {
  background: #fcfdfc;
  border-bottom: 1px solid #e4ede6;
}

.bousai-service-table dt:last-of-type,
.bousai-service-table dd:last-of-type {
  border-bottom: none;
}

.bousai-note {
  margin-top: 16px;
}

.bousai-link {
  text-align: center;
  margin-top: 10px;
}

.bousai-link a {
  font-size: 1.15em;
  font-weight: 700;
  color: #2f6b3c !important;
  text-decoration: underline;
}

.bousai-contact-box {
  background: #2f6b3c;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 45px 25px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.bousai-consulting-page .bousai-contact-box h2 {
  color: #fff;
  border-left: none;
  padding-left: 0;
}

.bousai-contact-button {
  display: inline-block;
  margin-top: 20px;
  background: #fff;
  color: #2f6b3c !important;
  text-decoration: none !important;
  font-weight: bold;
  padding: 14px 28px;
  border-radius: 999px;
  transition: 0.3s;
}

.bousai-contact-button:hover {
  background: #edf7ef;
  transform: translateY(-2px);
  color: #2f6b3c !important;
  text-decoration: none !important;
}

@media (max-width: 900px) {
  .bousai-grid,
  .bousai-theme-grid {
    grid-template-columns: 1fr;
  }

  .bousai-consulting-page .bousai-hero h2 {
    font-size: 1.8rem;
  }

  .bousai-consulting-page .bousai-box {
    padding: 28px 20px;
  }

  .bousai-service-table dl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .bousai-consulting-page {
    padding: 6px 0 30px;
  }

  .bousai-consulting-page .bousai-hero {
    padding: 34px 20px;
  }

  .bousai-consulting-page .bousai-hero h2 {
    font-size: 1.5rem;
  }

  .bousai-consulting-page .bousai-box h2,
  .bousai-consulting-page .bousai-contact-box h2 {
    font-size: 1.3rem;
  }

  .bousai-consulting-page .bousai-lead {
    font-size: 1rem;
  }
}


/*予約カレンダー*/

.reservation-plugin-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 0 40px;
}

.reservation-plugin-page h2::before,
.reservation-plugin-page h3::before {
  display: none !important;
  content: none !important;
}

.reservation-plugin-page h2,
.reservation-plugin-page h3 {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0;
}

.reservation-plugin-page .reservation-hero {
  background: linear-gradient(135deg, #e7f3ea, #f8fcf6);
  border-radius: 20px;
  padding: 50px 32px;
  margin: 0 0 30px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.reservation-plugin-page .reservation-eyecatch {
  font-size: 1rem;
  font-weight: 700;
  color: #2f6b3c;
  margin: 0 0 12px;
}

.reservation-plugin-page .reservation-hero h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #1f3d27;
  margin: 0 0 20px;
}

.reservation-plugin-page .reservation-lead {
  max-width: 820px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.95;
  color: #333;
}

.reservation-plugin-page .reservation-box {
  background: #fff;
  border-radius: 18px;
  padding: 34px 28px;
  margin-bottom: 28px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.reservation-plugin-page .reservation-box h2,
.reservation-plugin-page .reservation-contact-box h2 {
  font-size: 1.6rem;
  color: #23422c;
  margin-bottom: 22px;
  padding-left: 14px;
  border-left: 6px solid #5ea36a;
}

.reservation-plugin-page .reservation-box h3 {
  font-size: 1.15rem;
  color: #2f5c39;
  margin-bottom: 12px;
}

.reservation-check-list,
.reservation-recommend-list,
.reservation-step-list,
.reservation-setting-card ul,
.reservation-note-box ul {
  padding-left: 1.4em;
}

.reservation-check-list li,
.reservation-recommend-list li,
.reservation-step-list li,
.reservation-setting-card ul li,
.reservation-note-box ul li {
  margin-bottom: 10px;
}

.reservation-feature-grid,
.reservation-merit-grid,
.reservation-scene-grid,
.reservation-setting-grid {
  display: grid;
  gap: 20px;
}

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

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

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

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

.reservation-feature-card,
.reservation-merit-card,
.reservation-scene-card,
.reservation-setting-card {
  background: #f9fbf8;
  border: 1px solid #e4ede6;
  border-radius: 14px;
  padding: 22px 18px;
}

.reservation-faq-item {
  padding: 18px 0;
  border-bottom: 1px solid #e6e6e6;
}

.reservation-faq-item:last-child {
  border-bottom: none;
}

.reservation-note-box {
  background: #fffdf6;
  border: 1px solid #f0e5b8;
}

.reservation-contact-box {
  background: #2f6b3c;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 45px 25px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.reservation-plugin-page .reservation-contact-box h2 {
  color: #fff;
  border-left: none;
  padding-left: 0;
}

.reservation-contact-button {
  display: inline-block;
  margin-top: 20px;
  background: #fff;
  color: #2f6b3c !important;
  text-decoration: none !important;
  font-weight: bold;
  padding: 14px 28px;
  border-radius: 999px;
  transition: 0.3s;
}

.reservation-contact-button:hover {
  background: #edf7ef;
  transform: translateY(-2px);
  color: #2f6b3c !important;
  text-decoration: none !important;
}

@media (max-width: 900px) {
  .reservation-feature-grid,
  .reservation-merit-grid,
  .reservation-scene-grid,
  .reservation-setting-grid {
    grid-template-columns: 1fr;
  }

  .reservation-plugin-page .reservation-hero h2 {
    font-size: 1.8rem;
  }

  .reservation-plugin-page .reservation-box {
    padding: 28px 20px;
  }
}

@media (max-width: 600px) {
  .reservation-plugin-page {
    padding: 6px 0 30px;
  }

  .reservation-plugin-page .reservation-hero {
    padding: 34px 20px;
  }

  .reservation-plugin-page .reservation-hero h2 {
    font-size: 1.5rem;
  }

  .reservation-plugin-page .reservation-box h2,
  .reservation-plugin-page .reservation-contact-box h2 {
    font-size: 1.3rem;
  }

  .reservation-plugin-page .reservation-lead {
    font-size: 1rem;
  }
}




/*Lightningのh2の横棒を消す*/

h2 {
	border-top: none !important;
	padding-top: 0 !important;
}

/*事務所概要*/
.mizuno-profile-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 0 30px;
}

.mizuno-profile-page h2::before,
.mizuno-profile-page h3::before {
  display: none !important;
  content: none !important;
}

.mizuno-profile-page h2,
.mizuno-profile-page h3 {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0;
}

.mizuno-profile-page .profile-hero {
  background: linear-gradient(135deg, #e7f3ea, #f8fcf6);
  border-radius: 20px;
  padding: 50px 32px;
  margin: 0 0 30px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.mizuno-profile-page .profile-eyecatch {
  font-size: 1rem;
  font-weight: 700;
  color: #2f6b3c;
  margin: 0 0 12px;
}

.mizuno-profile-page .profile-hero h2 {
  font-size: 2rem;
  line-height: 1.5;
  color: #1f3d27;
  margin: 0 0 20px;
}

.mizuno-profile-page .profile-lead {
  max-width: 820px;
  margin: 0 auto 16px;
  font-size: 1.05rem;
  line-height: 1.95;
  color: #333;
}

.mizuno-profile-page .profile-lead:last-child {
  margin-bottom: 0;
}

.mizuno-profile-page .profile-box {
  background: #fff;
  border-radius: 18px;
  padding: 34px 28px;
  margin-bottom: 28px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.mizuno-profile-page .profile-box h2,
.mizuno-profile-page .profile-box h3 {
  font-size: 1.6rem;
  color: #23422c;
  margin-bottom: 22px;
  padding-left: 14px;
  border-left: 6px solid #5ea36a;
}

.mizuno-profile-page .profile-box h3 {
  font-size: 1.45rem;
}

.mizuno-profile-page .profile-summary dl {
  display: grid;
  grid-template-columns: 220px 1fr;
  margin: 0;
  border: 1px solid #e4ede6;
  border-radius: 14px;
  overflow: hidden;
}

.mizuno-profile-page .profile-summary dt,
.mizuno-profile-page .profile-summary dd {
  margin: 0;
  padding: 18px 20px;
  line-height: 1.9;
}

.mizuno-profile-page .profile-summary dt {
  background: #f2f8f3;
  font-weight: 700;
  color: #2d5335;
  border-bottom: 1px solid #e4ede6;
}

.mizuno-profile-page .profile-summary dd {
  background: #fcfdfc;
  border-bottom: 1px solid #e4ede6;
}

.mizuno-profile-page .profile-summary dt:last-of-type,
.mizuno-profile-page .profile-summary dd:last-of-type {
  border-bottom: none;
}

.mizuno-profile-page .career-timeline ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.mizuno-profile-page .career-timeline ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 135px;
  width: 2px;
  height: 100%;
  background: #d7e8da;
}

.mizuno-profile-page .career-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 26px;
  padding: 0 0 26px;
  margin: 0 0 26px;
}

.mizuno-profile-page .career-timeline li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.mizuno-profile-page .career-timeline li::before {
  content: "";
  position: absolute;
  left: 128px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #5ea36a;
  border: 4px solid #eef7f0;
  box-sizing: border-box;
}

.mizuno-profile-page .career-date {
  font-weight: 700;
  color: #2f6b3c;
  padding-top: 1px;
}

.mizuno-profile-page .career-content {
  background: #f9fbf8;
  border: 1px solid #e4ede6;
  border-radius: 14px;
  padding: 18px 18px;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .mizuno-profile-page .profile-hero {
    padding: 34px 20px;
  }

  .mizuno-profile-page .profile-hero h2 {
    font-size: 1.5rem;
  }

  .mizuno-profile-page .profile-box {
    padding: 26px 18px;
  }

  .mizuno-profile-page .profile-box h2,
  .mizuno-profile-page .profile-box h3 {
    font-size: 1.25rem;
    margin-bottom: 18px;
  }

  .mizuno-profile-page .profile-summary dl {
    grid-template-columns: 1fr;
  }

  .mizuno-profile-page .profile-summary dt {
    border-bottom: none;
    padding-bottom: 8px;
  }

  .mizuno-profile-page .profile-summary dd {
    padding-top: 0;
  }

  .mizuno-profile-page .career-timeline ul::before {
    left: 8px;
  }

  .mizuno-profile-page .career-timeline li {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-left: 28px;
  }

  .mizuno-profile-page .career-timeline li::before {
    left: 0;
    top: 4px;
  }

  .mizuno-profile-page .career-date {
    padding-top: 0;
  }
}



/* お問い合わせページのフォーム幅調整 */
/* スマホには適用しない */
@media (min-width: 768px) {

  .wpcf7-form-control.form-control {
    width: auto;
    max-width: 100%;
  }

  /* フォームを左寄せ・背景色指定 */
  .wpcf7-form {
    max-width: 680px;
    margin-left: 0;
    margin-right: 0;
    background-color: #e7f3ea;
    padding: 15px 20px;
    border-radius: 20px;
  }

}

/* 入力確認のチェックボックスを大きく */
form .wpcf7-acceptance input[type="checkbox"] {
  transform: scale(2.0);
  margin-right: 0.5em;
}

.wpcf7-form {
  margin-inline: 0 !important;
}

/* 必須 */
.waku10 { /* otoiawase */
  margin: 0 10px;
  padding: 0 5px;
  background-color: #f00;
  font-size: 80%;
  color: #fff;
}