@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.0.0
*/


/*
h2.h2-entry-title {
    color: #B2C069!important;
    text-align: center!important;
    padding: 20px 20px 100px 30px!important;
    background-image: url(https://eq-alpha.com/sample/003/wp/wp-content/uploads/2025/02/pixta_6145614.jpg)!important;
    background-size: cover!important;
    background-position: center center!important;
    height: 100px!important;
    width: 100%!important;
    display: inline-block!important;
}
*/
/*
h2.h2-entry-title {
    position: relative!important;
    padding: 0.5rem 0!important;
    margin-bottom: 2rem!important;
    border-bottom: 5px solid!important;
    color: #2265d8!important;
    font-weight: bold!important;
    font-size: 38px!important;
	text-align:center!important;
}

h2.h2-entry-title:before,
h2.h2-entry-title:after {
    position: absolute!important;
    top: 100%!important;
    left: 50%!important;
    content: ""!important;
    height: 0!important;
    width: 0!important;
}

h2.h2-entry-title:before {
    border: 16px solid!important;
    border-color: transparent!important;
    border-top-color: #2265d8!important;
    margin-left: -16px!important;
}

h2.h2-entry-title:after {
    border: 10px solid!important;
    border-color: transparent!important;
    border-top-color: white!important;
    margin-left: -10px!important;
}
*/

/* 各ページのタイトル１ */
h2.h2-entry-title {
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  32px;       /* 文字サイズ指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    border-bottom: solid 4px rgba(34,101,216,0.6);
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;    /* 角丸指定 */
/*	padding-top: 65px;*/
	padding-top: 20px;
	margin-bottom: 50px;
	color: #2265d8;
}


/* ①サブメニューの背景色 */
.global-nav-list>li>ul.sub-menu {
  background-color: #185c98;
}

/* ②突起部分の色 */
.global-nav-list>li.menu-item-has-children::after {
  border-bottom-color: #185c98;
}

/* ③マウスホバー時の背景色 */
.global-nav-list .sub-menu li a:hover {
background-color: #217ed1;
}

/* ④ボーダーの太さ・線種・色 */
.global-nav-list .sub-menu li a {
border-bottom: 1px solid rgba(255,255,255,.15);
}

.is-style-vk-heading-both_ends, .editor-styles-wrapper .block-editor-block-list__layout .is-style-vk-heading-both_ends {
    margin-bottom: 0.5em!important;
}





/*　カスタマイズ内のページヘッダーの画像を波線にする　*/
.page-header{
  position: relative; overflow: hidden;
  --wave-h: 180px;
}
.page-header::after{
  content:"";
  position:absolute; left:0; right:0;
  height: var(--wave-h);
  bottom: calc(var(--wave-h) * -0.375);
  /*background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'><path fill='%23ffffff' d='M0,170 C120,180 280,200 450,190 C750,175 900,100 950,135 1100,170 1250,200 1440,200 L1440,320 L0,320 Z'/></svg>")*/
  /*background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'><path fill='%23ffffff' d='M0,170 C120,180 280,200 450,190 C620,180 820,150 950,135 1080,120 1280,200 1440,200 L1440,320 L0,320 Z'/></svg>")*/
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'><path fill='%23ffffff' d='M0,170 C120,180 280,200 450,190 S820,160 950,155 S1280,200 1440,200 L1440,320 L0,320 Z'/></svg>")
	  
              bottom center / 100% 100% no-repeat !important;
  pointer-events:none; z-index:1;
}

/*　パンくずの上の線を消す　*/
.breadcrumb {
    border-top: none!important;
}


/* お問い合わせフォーム完了メッセージの背景の色　*/
/* Contact Form 7 完了メッセージの装飾 */
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #e6f7ee; /* 背景色（薄いグリーン） */
  border: 1px solid #66bb6a; /* 枠線（濃いグリーン） */
  color: #226622; /* 文字色 */
  padding: 1em 1.5em;
  border-radius: 6px;
  font-weight: 500;
}
/* 完了メッセージの改行を有効化 */
.wpcf7 form.sent .wpcf7-response-output {
  white-space: pre-line !important; /* メッセージ内の改行(\n)を表示 */
}