.elementor-kit-8{--e-global-color-primary:#28AF60;--e-global-color-secondary:#81AD47;--e-global-color-text:#2F2F2F;--e-global-color-accent:#A9DABD;--e-global-color-c8c3685:#F6F6E2;--e-global-color-2012871:#FB9157;--e-global-color-4005200:#F3F3F3;--e-global-color-28be53e:#E8F1EC;--e-global-color-7082355:#11919A;--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-size:15px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-size:16px;line-height:1.5em;letter-spacing:0.08em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-text );font-size:16px;line-height:1.5em;letter-spacing:0.08em;}.elementor-kit-8 h1{font-size:30px;font-weight:700;line-height:1.5em;letter-spacing:0.08em;}.elementor-kit-8 h2{font-size:28px;font-weight:700;line-height:1.5em;letter-spacing:0.08em;}.elementor-kit-8 h3{font-size:25px;font-weight:700;line-height:1.5em;letter-spacing:0.08em;}.elementor-kit-8 h4{font-size:22px;font-weight:700;line-height:1.5em;letter-spacing:0.08em;}.elementor-kit-8 h5{font-size:20px;font-weight:700;line-height:1.5em;letter-spacing:0.08em;}.elementor-kit-8 h6{font-size:18px;line-height:1.5em;letter-spacing:0.08em;}.elementor-kit-8 img{border-radius:30px 30px 30px 30px;}.elementor-kit-8 img:hover{border-radius:30px 30px 30px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:16px;--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-line-height:1em;--e-global-typography-secondary-letter-spacing:0.08em;font-size:15px;letter-spacing:0.08em;}.elementor-kit-8 a{font-size:15px;line-height:1.5em;letter-spacing:0.08em;}.elementor-kit-8 h1{font-size:25px;}.elementor-kit-8 h2{font-size:22px;line-height:1.5em;letter-spacing:0.08em;}.elementor-kit-8 h3{font-size:20px;line-height:1.5em;letter-spacing:0.08em;}.elementor-kit-8 h4{font-size:19px;line-height:1.5em;letter-spacing:0.08em;}.elementor-kit-8 h5{font-size:18px;line-height:1.5em;letter-spacing:0.08em;}.elementor-kit-8 h6{font-size:17px;line-height:1.5em;letter-spacing:0.08em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ｈ2 */
h2 {
  border-bottom: solid 3px #58B98D;
  position: relative;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #11919A;
  bottom: -3px;
  width: 20%;
}

/* ｈ3 */

h3 {
  padding: 0rem 0rem;
  border-bottom: 2px solid #58B98D;
}



/* ｈ4 */

h4{
 position:relative;
 padding:0px 15px;
}
h4::before{
 content:"";
 position:absolute;
 background:#B3D4C5;
 width:50px;
 height:50px;
 border-radius:50%;
 top:50%;
 left:5px;
 transform:translateY(-50%);
 z-index:-1;
}



/* ｈ5 */

h5{
 position:relative; /*相対値で配置*/
 padding:0.5em 1.5em; /*上下0.5em 左右1.5em*/
 background:#B3D4C5; /*背景色*/
 display:inline-block; /*文字の長さに合わせる*/
 border-radius:10px; /*4カ所の角を丸くする*/
}

/*擬似クラス*/
h5:after{
 position:absolute; /*絶対値で配置*/
 content:''; /*コンテンツの挿入*/
 top:100%;
 left:30px; /*左側からの距離*/
 border:15px solid transparent;
 border-top:20px solid #B3D4C5;
 width:0;
 height:0;
}



/* ｈ6 */
h6{
 margin:30px 0px 10px;  /* ← POINTのボックス（見出し全体）の外側余白はここで調節できます */
 position:relative;
 padding:1rem;
 text-align:left;        /* 見出し本文は左寄せ */
 border:3px solid #f58888;
 border-radius:0 10px 10px 10px;
}

h6::before{
 font-size:20px;
 position:absolute;
 top:-41px;              /* ← 「POINT」と書いてある赤エリアの上下位置はここで調節できます */
 left:-3px;
 padding:0.6em 1em 0.1em;
 content:"\f0a7\ POINT";  /* アイコン + 半角スペース + POINT */
 color:white;
 border-radius:10px 10px 0 0;
 background:#f58888;

 font-family:"Font Awesome 5 Free","Quicksand","Avenir","Arial",sans-serif;
 font-weight:500;

 display:inline-block;   /* 文字の長さ分だけの囲いにする */
 text-align:right;       /* 「POINT」の文字を右詰めに */
}








/* カラーマーカー */
mark {
 
    background:linear-gradient(transparent 50%, #ffff66 50%);
 
}



/* スマホ画面左右にズレる修正 */

html,body{
width:100%;
overflow-x:hidden;
}



/* フォントファミリー */
body {
    font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}



/*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}

/*ポストタイトルを隠す*/
.elementor-post__title,
.entry-title,
.post-title {
  display: none !important;
}


/*縦書き文字*/
.tategaki {
writing-mode: vertical-rl;
display: block;
}


/* 背景カラーに強い角丸を使いたい場合 */
span[style*="background-color"] {
  padding: 2px 8px;
  border-radius: 8px;    /* ← 強い */
  display: inline-block;
}/* End custom CSS */