/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 18 2025 | 08:52:21 */
/* 
@media (max-width: 640px) 
@media (min-width: 960px) 
var(--color_main)
サブカラーの設定
var(--color_deep01)
var(--color_deep02)
var(--color_deep03)
*/
/* -------------
○○〇の設定
-----------------------------*/
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a, .et-db #et-boc .et-l .et_pb_module .sbi_follow_btn a {
    margin: 0;
}
/* ----------------------------------- */
/*見出し */
/* ----------------------------------- */
.post_content .eight-heading-h2{
	position: relative;
	padding: 0.4em;
}
.post_content .eight-heading-h2::before {
    content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--color_htag) 0%, var(--color_htag) 29.3%, rgba(0, 109, 201, 0.2) 29.3%, rgba(0, 109, 201, 0.2) 100%);
	bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    z-index: 0;
}
@media (max-width: 600px) {
.post_content .eight-heading-l{font-size: 1.1em;
}
}
/* -------------
ボタンアニメーションの追加
-----------------------------*/
.pad-btn a{
    padding: 1em;
}
.btn_anime a{
margin: 0 auto;
animation: anime 2s ease 0s infinite alternate;
transform-origin:center;
cursor: pointer;
}
@keyframes anime {
from {transform: scale(0.95,0.95);}
to {transform: scale(1,1);}
}
.btn_anime img{
margin: 0 auto;
animation: anime 2s ease 0s infinite alternate;
transform-origin:center;
cursor: pointer;
}
@keyframes anime {
from {transform: scale(0.95,0.95);}
to {transform: scale(1,1);}
}

/* ----------------------------------- */
/*余白調整*/
/* ----------------------------------- */
.w-beforeFooter {
    margin: 0 auto 3em;
}
/* ----------------------------------- */
/* スマホ時に文章を左寄せ or センター合わせ*/
/* ----------------------------------- */
@media (max-width: 480px) {
  .sp-left-alignment {
    text-align: left!important;
  }
}
@media (max-width: 480px) {
  .sp-center-alignment {
    text-align: center;
  }
}
/* ----------------------------------- */
/* 幅の設定 */
/* ----------------------------------- */
.fit-content {
  width: fit-content;
}
.center {
  margin: 0 auto;
}
.padding-lr-1em {
  padding: 0 1em;
}
.padding-lr-10em-lg {
  padding: 0 2em;
}
@media (min-width: 960px) {
  .padding-lr-6em-lg {
    padding: 0 6em;
  }
  .padding-lr-10em-lg {
    padding: 0 10em;
  }
}
/* ----------------------------------- */
/*boder設定 */
/* ----------------------------------- */
.-radius10 {
  border-radius: 10px;
}
.-radius10 img{
  border-radius: 10px;
}
.-radius20 {
  border-radius: 20px;
}
/* shadow */
.-box-shadow {
  box-shadow: 1px 3px 7px #d7d7d7;
}
/* ----------------------------------- */
/* 横幅設定 */
/* ----------------------------------- */
.w-400 {
  max-width: 400px;
  margin: 0 auto;
}

.w-500 {
  max-width: 500px;
  margin: 0 auto;
}

.w-700 {
  max-width: 700px;
  margin: 0 auto;
}

.w-800 {
  max-width: 800px;
  margin: 0 auto;
}

.w-900 {
  max-width: 900px;
  margin: 0 auto;
}

.w-1150 {
  max-width: 1150px;
  margin: 0 auto;
}
/* ----------------------------------- */
/* その他 */
/* ----------------------------------- */
.flex{
    display: flex;
}
.relative-box{
position:relative;
}
.absolute-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 順序入れ替え */
@media (max-width: 640px){
.justify-content-c .swell-block-columns__inner{
flex-direction: column-reverse;
}
}
.flex-end{
	        justify-content: end;
        display: flex;
}
/* hrの装飾 */
.post_content .eight-line {
    border-bottom: 5px solid rgba(0, 0, 0, .1);
}
/* バックグラウンド */
.eight-bg-bottom .wp-block-cover__image-background, .eight-bg-bottom .wp-block-cover__background{
    bottom: -40px;
    height: 40%;
    top: initial;
}
@media (max-width: 640px) {
	.eight-bg-bottom .wp-block-cover__image-background, .eight-bg-bottom .wp-block-cover__background {
    bottom: 0px;
    height: 47%;
    top: initial;
}
}
/* デフォルト装飾の背景 */
.rounded-top mark{
  padding: 0.5em 1em;
  border-radius: 20px 20px 0px 0px;
}
.wp-block-table .has-fixed-layout {
  line-height: 2;
}
/* ----------------------------------- */
/* 下層トップビジュアルの設定 */
/* ----------------------------------- */
@media (min-width: 600px) {
.l-topTitleArea {
    min-height: 250px;
  }
}
@media (min-width: 960px) {
.l-topTitleArea .u-obf-cover {
    width: 80% !important;
  }
.l-topTitleArea__body {
    width: 60%;
  }
}
.l-topTitleArea .u-obf-cover {
  margin-left: auto;
  border-radius: 0 50px 0 50px;
  right: 0;
}
.c-pageTitle {
  color: #333;
  box-shadow: none;
  text-shadow: none;
width: fit-content;
    padding: 0.5em;
background:#fff;
}
.c-gnav > li:hover > a, .c-gnav > .-current > a {
    color: var(--color_main)!important;
}