/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/



/*---------------------------
font処理
 *---------------------------*/
h2 {
	padding: .5em 0;
    border-top: 0px ;
    border-bottom: 0px;
    text-decoration: underline;
    text-decoration-thickness: 2px; /* 線の太さ */
    text-decoration-skip-ink: none; /* 文字の突出部分で切れないようにする */
	text-underline-offset: 7px;     /* ← テキストと下線の間隔を追加 */
    line-height: 1.4;
}

h4 {

    background-color: #98D98E;
     border-radius: var(--vk-size-radius); */
}



.page-id-234 .page-header,.page-id-190 .page-header,.page-id-217 .page-header,.page-id-229 .page-header,.page-id-117 .page-header,.page-id-349 .page-header{
display:none;
}

.entry-meta-item.entry-meta-item-updated,.entry-meta-item.entry-meta-item-author{
display:none;
}


.vk-mobile-nav-menu-btn {
    display: none;
}

/*---------------------------
カテゴリーのアーカイブだけ適用 
 *---------------------------*/

body.category-4 .site-header {
    display: none;
    background-color: #fff;
}

body.category-4 .page-header {
    display: none;
    color: #fff;
    background-color: var(--vk-color-primary);
}

/* すべての投稿ページに適用 */
body.single .site-header {
    display: none;
    background-color: #fff;
}

body.single .page-header {
    display: none;
}



/*---------------------------
下線→
 *---------------------------*/

.support-link {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: #6cc06c; /* 緑色 */
  text-decoration: none;
  padding-bottom: 8px; /* 下線との距離 */
}


@media screen and (max-width: 767px) {
.support-link {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #6cc06c; /* 緑色 */
  text-decoration: none;
  padding-bottom: 8px; /* 下線との距離 */
}
}


.support-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #6cc06c; /* 線の色 */
}

.support-link::before {
  content: "";
  position: absolute;
  right: -12px; /* 矢印の位置調整 */
  bottom: -2px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #6cc06c;
  border-right: 1px solid #6cc06c;
  transform: rotate(45deg);
}
/*---------------------------
下線→
 *---------------------------*/





/*---------------------------
トップ単線・緑
 *---------------------------*/
.lined-heading {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 40px 120px; /* 横に余白（線を見せるため） */
}

/* 共通：左右100pxの線 */
.lined-heading::before,
.lined-heading::after {
  content: "";
  position: absolute;
  width: 35%;
  height: 2px;
  background-color: #98d98e;
  top: 50%; /* 上下中央位置 */
  transform: translateY(-50%); /* ちょうど中央に揃える */
}

/* 左側の線（上中央と下中央の両方と同じ位置） */
.lined-heading::before {
  left: 0;
}

/* 右側の線 */
.lined-heading::after {
  right: 0;
}



@media screen and (max-width: 767px) {
.lined-heading {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 30px 50px; /* 横に余白（線を見せるため） */
}

/* 共通：左右100pxの線 */
.lined-heading::before,
.lined-heading::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 2px;
  background-color: #98d98e;
  top: 50%; /* 上下中央位置 */
  transform: translateY(-50%); /* ちょうど中央に揃える */
}

/* 左側の線（上中央と下中央の両方と同じ位置） */
.lined-heading::before {
  left: 0;
}

/* 右側の線 */
.lined-heading::after {
  right: 0;
}
}


/*---------------------------
トップ単線・緑
 *---------------------------*/


/*---------------------------
トップ単線・オレンジ
 *---------------------------*/
.lined-heading-Orange {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 40px 120px; /* 横に余白（線を見せるため） */
}

/* 共通：左右100pxの線 */
.lined-heading-Orange::before,
.lined-heading-Orange::after {
  content: "";
  position: absolute;
  width: 35%;
  height: 2px;
  background-color: #ffbb90fc;
  top: 50%; /* 上下中央位置 */
  transform: translateY(-50%); /* ちょうど中央に揃える */
}

/* 左側の線（上中央と下中央の両方と同じ位置） */
.lined-heading-Orange::before {
  left: 0;
}

/* 右側の線 */
.lined-heading-Orange::after {
  right: 0;
}



@media screen and (max-width: 767px) {
.lined-heading-Orange {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 30px 50px; /* 横に余白（線を見せるため） */
}

/* 共通：左右100pxの線 */
.lined-heading-Orange::before,
.lined-heading-Orange::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 2px;
  background-color: #ffbb90fc;
  top: 50%; /* 上下中央位置 */
  transform: translateY(-50%); /* ちょうど中央に揃える */
}

/* 左側の線（上中央と下中央の両方と同じ位置） */
.lined-heading-Orange::before {
  left: 0;
}

/* 右側の線 */
.lined-heading-Orange::after {
  right: 0;
}
}


/*---------------------------
トップ単線・オレンジ
 *---------------------------*/



/*---------------------------
SERVICEページｃｓｓ
 *---------------------------*/

.box {
  position: relative;
  display: inline-block;
  padding: 30px 20px 20px 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(251, 99, 5, 0.5); /* 枠線も同系色に */
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  margin-top: 40px; /* ラベル分の余白を広めに確保 */
  width:600px;
}

.label {
  position: absolute;
  top: -40px;      /* 枠線とかぶらない位置 */
  left: 30px;
  width: 80px;     /* 固定サイズ：円の直径 */
  height: 80px;    /* 固定サイズ：円の直径 */
  background: #ffbb90fc;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  display: flex;           /* 中央寄せ */
  justify-content: center; /* 横中央 */
  align-items: center;     /* 縦中央 */
  font-size: 14px;
  text-align: center;
}

.content ul {
  margin: 10px;
	padding-top: 15px;
    font-size: 1.1em;
  padding-left: 1.2em;
}

.content li {
  margin-bottom: 8px;
  line-height: 1.6;
}



/* スマホ対応（幅600px以下のときは100%にする） */
@media screen and (max-width: 600px) {
  .box {
    width: 100%;
  }
}



/*---------------------------
SERVICEページｃｓｓ
 *---------------------------*/



/*---------------------------
ご利用案内ページｃｓｓ
 *---------------------------*/

.step-box {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 40px auto;
  border-radius: 12px;
  padding: 40px 20px 20px 20px;
  box-sizing: border-box;
  text-align: center;
}

/* ラベル部分（丸） */
.step-box > .label {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
    font-family: "Jim Nightshade", Sans-serif;
  font-size: 25px;
}

.step-box > .label span {
  font-size: 28px;
  margin-left: 5px;
}

/* 奇数 (緑) */
.step-box.odd {
  background: #90d58f;
}
.step-box.odd .label span {
  color: #64a35c;
}

/* 偶数 (オレンジ) */
.step-box.even {
  background: #ffbb90fc;
}
.step-box.even .label span {
  color: #d35400;
}

/* 本文 */
.step-box > .content {
  font-size: 18px;
  color: #000;
  display: flex;
  align-items: center;   /* 上下中央 */
  justify-content: center; /* 左右中央 */
  height: 100px;  /* ボックスの高さを固定（必要に応じて調整） */
  text-align: center;
}


/*---------------------------
ご利用案内ページｃｓｓ
 *---------------------------*/





/*コピーライト削除*/
.site-footer-copyright p:nth-child(2) {
    display:none;
}
/*コピーライト削除*/

/*フッター*/
div.container.site-footer-copyright {
    border-top: 0px;
    background-color: #98d98e;
	color:#ffffff;
	max-width: 100%;
}

.site-footer {
    border-top: 0px solid var(--vk-color-primary);
    background-color: #98d98e;
}


/*フッター*/

