@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* TOP */
#navi .navi-in a,
#navi .navi-in a:hover {
    color: #666666 !important;
}

/* -- PC/TABLET/SP切り替え --------------------------------- */
.pc {
    display: block;
}

.sp {
    display: none;
}

.pc-flex {
    display: -webkit-flex;
    display: flex;
}

.sp-flex {
    display: none;
}

.br-sp480 {
    display: none;
}

/* 追加 */
.tb {
    display: none;
}

/* 追加 */



@media only screen and (max-width : 767px) {

    /* -- PC/TABLET/SP切り替え ------------------ */
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .pc-flex {
        display: none;
    }

    .sp-flex {
        display: -webkit-flex;
        display: flex;
    }

    .tb {
        display: none;
    }

    /* 追加 */
    .sp48 {
        display: block;
    }

}

/* 480px以下の設定
-------------------------------------------------------------------------- */
@media only screen and (max-width : 480px) {

    .sp48 {
        display: none;
    }

}

/*------------------------------------------------------------
	以下共通設定
-------------------------------------------------------------*/
/*--------------------------------------------------------
	ブロック・テキスト配置用共通設定
--------------------------------------------------------*/
/*文字の横位置*/
.al-l {
    text-align: left;
}

.al-r {
    text-align: right;
}

.al-c {
    text-align: center;
}

/*文字の縦位置*/
.vl-t {
    vertical-align: top !important;
}

/*上寄せ*/
.vl-m {
    vertical-align: middle !important;
}

/*中央寄せ*/
.vl-b {
    vertical-align: bottom !important;
}

/*下寄せ*/

/* 下マージンリセット */
.no-mb {
    margin-bottom: 0 !important;
}

/*周りのブロックからの距離（margin）*/
.m0 {
    margin: 0 !important;
}

/*周りからのmarginを0に*/
.m0-t {
    margin-top: 0 !important;
}

/*上からのmarginを0に*/
.m0-r {
    margin-right: 0 !important;
}

/*右からのmarginを0に*/
.m0-b {
    margin-bottom: 0 !important;
}

/*下からのmarginを0に*/
.m0-l {
    margin-left: 0 !important;
}

/*左からのmarginを0に*/

.m5 {
    margin: 5px !important;
}

.m5-t {
    margin-top: 5px !important;
}

.m5-r {
    margin-right: 5px !important;
}

.m5-b {
    margin-bottom: 5px !important;
}

.m5-l {
    margin-left: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m10-t {
    margin-top: 10px !important;
}

.m10-r {
    margin-right: 10px !important;
}

.m10-b {
    margin-bottom: 10px !important;
}

.m10-l {
    margin-left: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m15-t {
    margin-top: 15px !important;
}

.m15-r {
    margin-right: 15px !important;
}

.m15-b {
    margin-bottom: 15px !important;
}

.m15-l {
    margin-left: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m20-t {
    margin-top: 20px !important;
}

.m20-r {
    margin-right: 20px !important;
}

.m20-b {
    margin-bottom: 20px !important;
}

.m20-l {
    margin-left: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.m25-t {
    margin-top: 25px !important;
}

.m25-r {
    margin-right: 25px !important;
}

.m25-b {
    margin-bottom: 25px !important;
}

.m25-l {
    margin-left: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.m30-t {
    margin-top: 30px !important;
}

.m30-r {
    margin-right: 30px !important;
}

.m30-b {
    margin-bottom: 30px !important;
}

.m30-l {
    margin-left: 30px !important;
}

.m40 {
    margin: 40px !important;
}

.m40-t {
    margin-top: 40px !important;
}

.m40-r {
    margin-right: 40px !important;
}

.m40-b {
    margin-bottom: 40px !important;
}

.m40-l {
    margin-left: 40px !important;
}

.m50 {
    margin: 50px !important;
}

.m50-t {
    margin-top: 50px !important;
}

.m50-r {
    margin-right: 50px !important;
}

.m50-b {
    margin-bottom: 50px !important;
}

.m50-l {
    margin-left: 50px !important;
}

.m60 {
    margin: 60px !important;
}

.m60-t {
    margin-top: 60px !important;
}

.m60-r {
    margin-right: 60px !important;
}

.m60-b {
    margin-bottom: 60px !important;
}

.m60-l {
    margin-left: 60px !important;
}

.m70 {
    margin: 70px !important;
}

.m70-t {
    margin-top: 70px !important;
}

.m70-r {
    margin-right: 70px !important;
}

.m70-b {
    margin-bottom: 70px !important;
}

.m70-l {
    margin-left: 70px !important;
}

.m80 {
    margin: 80px !important;
}

.m80-t {
    margin-top: 80px !important;
}

.m80-r {
    margin-right: 80px !important;
}

.m80-b {
    margin-bottom: 80px !important;
}

.m80-l {
    margin-left: 80px !important;
}

.m90 {
    margin: 90px !important;
}

.m90-t {
    margin-top: 90px !important;
}

.m90-r {
    margin-right: 90px !important;
}

.m90-b {
    margin-bottom: 90px !important;
}

.m90-l {
    margin-left: 90px !important;
}

.m100 {
    margin: 100px !important;
}

.m100-t {
    margin-top: 100px !important;
}

.m100-r {
    margin-right: 100px !important;
}

.m100-b {
    margin-bottom: 100px !important;
}

.m100-l {
    margin-left: 100px !important;
}

.m120 {
    margin: 120px !important;
}

.m120-t {
    margin-top: 120px !important;
}

.m120-r {
    margin-right: 120px !important;
}

.m120-b {
    margin-bottom: 120px !important;
}

.m120-l {
    margin-left: 120px !important;
}

.m150 {
    margin: 150px !important;
}

.m150-t {
    margin-top: 150px !important;
}

.m150-r {
    margin-right: 150px !important;
}

.m150-b {
    margin-bottom: 150px !important;
}

.m150-l {
    margin-left: 150px !important;
}

.m200 {
    margin: 200px !important;
}

.m200-t {
    margin-top: 200px !important;
}

.m200-r {
    margin-right: 200px !important;
}

.m200-b {
    margin-bottom: 200px !important;
}

.m200-l {
    margin-left: 200px !important;
}

.m300 {
    margin: 300px !important;
}

.m300-t {
    margin-top: 300px !important;
}

.m300-r {
    margin-right: 300px !important;
}

.m300-b {
    margin-bottom: 300px !important;
}

.m300-l {
    margin-left: 300px !important;
}


/*周りのブロックからの距離（padding）*/
.p0 {
    padding: 0 !important;
}

.p0-t {
    padding-top: 0 !important;
}

.p0-r {
    padding-right: 0 !important;
}

.p0-b {
    padding-bottom: 0 !important;
}

.p0-l {
    padding-left: 0 !important;
}

.p5 {
    padding: 5px !important;
}

.p5-t {
    padding-top: 5px !important;
}

.p5-r {
    padding-right: 5px !important;
}

.p5-b {
    padding-bottom: 5px !important;
}

.p5-l {
    padding-left: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p10-t {
    padding-top: 10px !important;
}

.p10-r {
    padding-right: 10px !important;
}

.p10-b {
    padding-bottom: 10px !important;
}

.p10-l {
    padding-left: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p15-t {
    padding-top: 15px !important;
}

.p15-r {
    padding-right: 15px !important;
}

.p15-b {
    padding-bottom: 15px !important;
}

.p15-l {
    padding-left: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p20-t {
    padding-top: 20px !important;
}

.p20-r {
    padding-right: 20px !important;
}

.p20-b {
    padding-bottom: 20px !important;
}

.p20-l {
    padding-left: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.p25-t {
    padding-top: 25px !important;
}

.p25-r {
    padding-right: 25px !important;
}

.p25-b {
    padding-bottom: 25px !important;
}

.p25-l {
    padding-left: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.p30-t {
    padding-top: 30px !important;
}

.p30-r {
    padding-right: 30px !important;
}

.p30-b {
    padding-bottom: 30px !important;
}

.p30-l {
    padding-left: 30px !important;
}

.p40 {
    padding: 40px !important;
}

.p40-t {
    padding-top: 40px !important;
}

.p40-r {
    padding-right: 40px !important;
}

.p40-b {
    padding-bottom: 40px !important;
}

.p40-l {
    padding-left: 40px !important;
}

.p50 {
    padding: 50px !important;
}

.p50-t {
    padding-top: 50px !important;
}

.p50-r {
    padding-right: 50px !important;
}

.p50-b {
    padding-bottom: 50px !important;
}

.p50-l {
    padding-left: 50px !important;
}

.p60 {
    padding: 60px !important;
}

.p60-t {
    padding-top: 60px !important;
}

.p60-r {
    padding-right: 60px !important;
}

.p60-b {
    padding-bottom: 60px !important;
}

.p60-l {
    padding-left: 60px !important;
}

.p70 {
    padding: 70px !important;
}

.p70-t {
    padding-top: 70px !important;
}

.p70-r {
    padding-right: 70px !important;
}

.p70-b {
    padding-bottom: 70px !important;
}

.p70-l {
    padding-left: 70px !important;
}

.p80 {
    padding: 80px !important;
}

.p80-t {
    padding-top: 80px !important;
}

.p80-r {
    padding-right: 80px !important;
}

.p80-b {
    padding-bottom: 80px !important;
}

.p80-l {
    padding-left: 80px !important;
}

.p90 {
    padding: 90px !important;
}

.p90-t {
    padding-top: 90px !important;
}

.p90-r {
    padding-right: 90px !important;
}

.p90-b {
    padding-bottom: 90px !important;
}

.p90-l {
    padding-left: 90px !important;
}

.p100 {
    padding: 100px !important;
}

.p100-t {
    padding-top: 100px !important;
}

.p100-r {
    padding-right: 100px !important;
}

.p100-b {
    padding-bottom: 100px !important;
}

.p100-l {
    padding-left: 100px !important;
}

/*フォントの装飾*/
.b {
    font-weight: bold !important;
}

/*太字*/
.txtBld {
    font-weight: bold !important;
}

/*太字*/
.normal {
    font-weight: normal !important;
}

/*太字を解除*/

/*フォントサイズの設定*/
.big {
    font-size: 1.2em !important;
}

.big2 {
    font-size: 1.5em !important;
}

.big3 {
    font-size: 1.8em !important;
}

.small {
    font-size: 0.8em !important;
}

.f08em {
    font-size: 0.8em;
}

.f09em {
    font-size: 0.9em;
}

.f10em {
    font-size: 1.0em;
}

.f11em {
    font-size: 1.1em;
}

.f12em {
    font-size: 1.2em;
}

.f13em {
    font-size: 1.3em;
}

.f14em {
    font-size: 1.4em;
}

.f15em {
    font-size: 1.5em;
}

.f16em {
    font-size: 1.6em;
}

.f17em {
    font-size: 1.7em;
}

.f18em {
    font-size: 1.8em;
}

.f19em {
    font-size: 1.9em;
}

.f20em {
    font-size: 2.0em;
}

.f21em {
    font-size: 2.1em;
}

.f22em {
    font-size: 2.2em;
}

.f23em {
    font-size: 2.3em;
}

.f24em {
    font-size: 2.4em;
}

.f25em {
    font-size: 2.5em;
}

.f26em {
    font-size: 2.6em;
}

.f27em {
    font-size: 2.7em;
}

.f28em {
    font-size: 2.8em;
}

.f29em {
    font-size: 2.9em;
}

.f30em {
    font-size: 3.0em;
}

.f8pt {
    font-size: 8.5pt;
}

.f9pt {
    font-size: 9.0pt;
}

.f10pt {
    font-size: 10pt;
}

.f11pt {
    font-size: 11pt;
}

.f12pt {
    font-size: 12pt;
}

.f13pt {
    font-size: 13pt;
}

.f14pt {
    font-size: 14pt;
}

.f15pt {
    font-size: 15pt;
}

.f16pt {
    font-size: 16pt;
}

.f17pt {
    font-size: 17pt;
}

.f18pt {
    font-size: 18pt;
}

.f19pt {
    font-size: 19pt;
}

.f20pt {
    font-size: 20pt;
}

.f21pt {
    font-size: 21pt;
}

.f22pt {
    font-size: 22pt;
}

.f23pt {
    font-size: 23pt;
}

.f24pt {
    font-size: 24pt;
}

/*フォントの色設定*/
/*.red{ color: #e53935!important; }/*赤*/
.red {
    color: #ff0000 !important;
}

/*赤*/
.blue {
    color: #0000dd !important;
}

/*青*/
.green {
    color: #4caf50 !important;
}

/*緑*/
.yellow {
    color: #ffff00 !important;
}

/*黄*/
.navy {
    color: #3f51b5 !important;
}

/*紺*/
.#FDECB2 {
    color: #ff9800 !important;
}

/*橙*/
.pink {
    color: #ec407a !important;
}

/*ピンク*/
.purple {
    color: #9c27b0 !important;
}

/*紫*/
.olive {
    color: #808000 !important;
}

/*オリーブ*/
.lime {
    color: #00ff00 !important;
}

/*黄緑*/
.aqua {
    color: #00bcd4 !important;
}

/*水色*/
.black {
    color: #000 !important;
}

/*黒*/
.gray {
    color: #ccc !important;
}

/*灰*/
.white {
    color: #fff !important;
}

/*白*/
.brown {
    color: #6d4c33 !important;
}

/*茶*/

/*マーカー表示（背景に着色）*/
.box-yellow,
.box-#FDECB2,
.box-pink,
.box-lime,
.box-gray {
    padding: 2px;
}

.box-yellow {
    background-color: #ff6;
}

/*黄*/
.box-#FDECB2 {
    background-color: #f90;
}

/*橙*/
.box-pink {
    background-color: #ffccff;
}

/*ピンク*/
.box-lime {
    background-color: #9f9;
}

/*黄緑*/
.box-gray {
    background-color: #ccc;
}

/*灰*/


/*行間の設定*/
.lh10 {
    line-height: 1.0 !important;
}

.lh11 {
    line-height: 1.1 !important;
}

.lh12 {
    line-height: 1.2 !important;
}

.lh13 {
    line-height: 1.3 !important;
}

.lh14 {
    line-height: 1.4 !important;
}

.lh15 {
    line-height: 1.5 !important;
}

.lh16 {
    line-height: 1.6 !important;
}

.lh17 {
    line-height: 1.7 !important;
}

.lh18 {
    line-height: 1.8 !important;
}

.lh19 {
    line-height: 1.9 !important;
}

.lh20 {
    line-height: 2.0 !important;
}

/*横幅を指定*/
.w05 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w48 {
    width: 48%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

/*テキストリンク*/
a.pdf_link::before {
    content: "\f1c1";
    color: firebrick;
    font-family: FontAwesome;
    padding-right: .5em;
}

/*flex レイアウト*/
.flex-fs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-sb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-c {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*------------------------------------------------------------
	共通項目の設定
-------------------------------------------------------------*/
/* -- 下線や取消線の設定 --------------------------------- */
.underline {
    text-decoration: underline !important;
}

.del {
    text-decoration: line-through;
}

.noborder {
    border: 0 !important;
}

/*枠線を無くす*/


/*--------------------------------------------------------
	ブロック・テキスト配置用共通設定
--------------------------------------------------------*/
/*文字の横位置*/
.al-l {
    text-align: left;
}

.al-r {
    text-align: right;
}

.al-c {
    text-align: center;
}

/*文字の縦位置*/
.vl-t {
    vertical-align: top !important;
}

/*上寄せ*/
.vl-m {
    vertical-align: middle !important;
}

/*中央寄せ*/
.vl-b {
    vertical-align: bottom !important;
}

/*下寄せ*/

/* 下マージンリセット */
.no-mb {
    margin-bottom: 0 !important;
}

/*周りのブロックからの距離（margin）*/
.m0 {
    margin: 0 !important;
}

/*周りからのmarginを0に*/
.m0-t {
    margin-top: 0 !important;
}

/*上からのmarginを0に*/
.m0-r {
    margin-right: 0 !important;
}

/*右からのmarginを0に*/
.m0-b {
    margin-bottom: 0 !important;
}

/*下からのmarginを0に*/
.m0-l {
    margin-left: 0 !important;
}

/*左からのmarginを0に*/

.m5 {
    margin: 5px !important;
}

.m5-t {
    margin-top: 5px !important;
}

.m5-r {
    margin-right: 5px !important;
}

.m5-b {
    margin-bottom: 5px !important;
}

.m5-l {
    margin-left: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m10-t {
    margin-top: 10px !important;
}

.m10-r {
    margin-right: 10px !important;
}

.m10-b {
    margin-bottom: 10px !important;
}

.m10-l {
    margin-left: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m15-t {
    margin-top: 15px !important;
}

.m15-r {
    margin-right: 15px !important;
}

.m15-b {
    margin-bottom: 15px !important;
}

.m15-l {
    margin-left: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m20-t {
    margin-top: 20px !important;
}

.m20-r {
    margin-right: 20px !important;
}

.m20-b {
    margin-bottom: 20px !important;
}

.m20-l {
    margin-left: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.m25-t {
    margin-top: 25px !important;
}

.m25-r {
    margin-right: 25px !important;
}

.m25-b {
    margin-bottom: 25px !important;
}

.m25-l {
    margin-left: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.m30-t {
    margin-top: 30px !important;
}

.m30-r {
    margin-right: 30px !important;
}

.m30-b {
    margin-bottom: 30px !important;
}

.m30-l {
    margin-left: 30px !important;
}

.m40 {
    margin: 40px !important;
}

.m40-t {
    margin-top: 40px !important;
}

.m40-r {
    margin-right: 40px !important;
}

.m40-b {
    margin-bottom: 40px !important;
}

.m40-l {
    margin-left: 40px !important;
}

.m50 {
    margin: 50px !important;
}

.m50-t {
    margin-top: 50px !important;
}

.m50-r {
    margin-right: 50px !important;
}

.m50-b {
    margin-bottom: 50px !important;
}

.m50-l {
    margin-left: 50px !important;
}

.m60 {
    margin: 60px !important;
}

.m60-t {
    margin-top: 60px !important;
}

.m60-r {
    margin-right: 60px !important;
}

.m60-b {
    margin-bottom: 60px !important;
}

.m60-l {
    margin-left: 60px !important;
}

.m70 {
    margin: 70px !important;
}

.m70-t {
    margin-top: 70px !important;
}

.m70-r {
    margin-right: 70px !important;
}

.m70-b {
    margin-bottom: 70px !important;
}

.m70-l {
    margin-left: 70px !important;
}

.m80 {
    margin: 80px !important;
}

.m80-t {
    margin-top: 80px !important;
}

.m80-r {
    margin-right: 80px !important;
}

.m80-b {
    margin-bottom: 80px !important;
}

.m80-l {
    margin-left: 80px !important;
}

.m90 {
    margin: 90px !important;
}

.m90-t {
    margin-top: 90px !important;
}

.m90-r {
    margin-right: 90px !important;
}

.m90-b {
    margin-bottom: 90px !important;
}

.m90-l {
    margin-left: 90px !important;
}

.m100 {
    margin: 100px !important;
}

.m100-t {
    margin-top: 100px !important;
}

.m100-r {
    margin-right: 100px !important;
}

.m100-b {
    margin-bottom: 100px !important;
}

.m100-l {
    margin-left: 100px !important;
}

.m120 {
    margin: 120px !important;
}

.m120-t {
    margin-top: 120px !important;
}

.m120-r {
    margin-right: 120px !important;
}

.m120-b {
    margin-bottom: 120px !important;
}

.m120-l {
    margin-left: 120px !important;
}

.m150 {
    margin: 150px !important;
}

.m150-t {
    margin-top: 150px !important;
}

.m150-r {
    margin-right: 150px !important;
}

.m150-b {
    margin-bottom: 150px !important;
}

.m150-l {
    margin-left: 150px !important;
}

.m200 {
    margin: 200px !important;
}

.m200-t {
    margin-top: 200px !important;
}

.m200-r {
    margin-right: 200px !important;
}

.m200-b {
    margin-bottom: 200px !important;
}

.m200-l {
    margin-left: 200px !important;
}

.m300 {
    margin: 300px !important;
}

.m300-t {
    margin-top: 300px !important;
}

.m300-r {
    margin-right: 300px !important;
}

.m300-b {
    margin-bottom: 300px !important;
}

.m300-l {
    margin-left: 300px !important;
}


/*周りのブロックからの距離（padding）*/
.p0 {
    padding: 0 !important;
}

.p0-t {
    padding-top: 0 !important;
}

.p0-r {
    padding-right: 0 !important;
}

.p0-b {
    padding-bottom: 0 !important;
}

.p0-l {
    padding-left: 0 !important;
}

.p5 {
    padding: 5px !important;
}

.p5-t {
    padding-top: 5px !important;
}

.p5-r {
    padding-right: 5px !important;
}

.p5-b {
    padding-bottom: 5px !important;
}

.p5-l {
    padding-left: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p10-t {
    padding-top: 10px !important;
}

.p10-r {
    padding-right: 10px !important;
}

.p10-b {
    padding-bottom: 10px !important;
}

.p10-l {
    padding-left: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p15-t {
    padding-top: 15px !important;
}

.p15-r {
    padding-right: 15px !important;
}

.p15-b {
    padding-bottom: 15px !important;
}

.p15-l {
    padding-left: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p20-t {
    padding-top: 20px !important;
}

.p20-r {
    padding-right: 20px !important;
}

.p20-b {
    padding-bottom: 20px !important;
}

.p20-l {
    padding-left: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.p25-t {
    padding-top: 25px !important;
}

.p25-r {
    padding-right: 25px !important;
}

.p25-b {
    padding-bottom: 25px !important;
}

.p25-l {
    padding-left: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.p30-t {
    padding-top: 30px !important;
}

.p30-r {
    padding-right: 30px !important;
}

.p30-b {
    padding-bottom: 30px !important;
}

.p30-l {
    padding-left: 30px !important;
}

.p40 {
    padding: 40px !important;
}

.p40-t {
    padding-top: 40px !important;
}

.p40-r {
    padding-right: 40px !important;
}

.p40-b {
    padding-bottom: 40px !important;
}

.p40-l {
    padding-left: 40px !important;
}

.p50 {
    padding: 50px !important;
}

.p50-t {
    padding-top: 50px !important;
}

.p50-r {
    padding-right: 50px !important;
}

.p50-b {
    padding-bottom: 50px !important;
}

.p50-l {
    padding-left: 50px !important;
}

.p60 {
    padding: 60px !important;
}

.p60-t {
    padding-top: 60px !important;
}

.p60-r {
    padding-right: 60px !important;
}

.p60-b {
    padding-bottom: 60px !important;
}

.p60-l {
    padding-left: 60px !important;
}

.p70 {
    padding: 70px !important;
}

.p70-t {
    padding-top: 70px !important;
}

.p70-r {
    padding-right: 70px !important;
}

.p70-b {
    padding-bottom: 70px !important;
}

.p70-l {
    padding-left: 70px !important;
}

.p80 {
    padding: 80px !important;
}

.p80-t {
    padding-top: 80px !important;
}

.p80-r {
    padding-right: 80px !important;
}

.p80-b {
    padding-bottom: 80px !important;
}

.p80-l {
    padding-left: 80px !important;
}

.p90 {
    padding: 90px !important;
}

.p90-t {
    padding-top: 90px !important;
}

.p90-r {
    padding-right: 90px !important;
}

.p90-b {
    padding-bottom: 90px !important;
}

.p90-l {
    padding-left: 90px !important;
}

.p100 {
    padding: 100px !important;
}

.p100-t {
    padding-top: 100px !important;
}

.p100-r {
    padding-right: 100px !important;
}

.p100-b {
    padding-bottom: 100px !important;
}

.p100-l {
    padding-left: 100px !important;
}

/*フォントの装飾*/
.b {
    font-weight: bold !important;
}

/*太字*/
.txtBld {
    font-weight: bold !important;
}

/*太字*/
.normal {
    font-weight: normal !important;
}

/*太字を解除*/

/*フォントサイズの設定*/
.big {
    font-size: 1.2em !important;
}

.big2 {
    font-size: 1.5em !important;
}

.big3 {
    font-size: 1.8em !important;
}

.small {
    font-size: 0.8em !important;
}

.f08em {
    font-size: 0.8em;
}

.f09em {
    font-size: 0.9em;
}

.f10em {
    font-size: 1.0em;
}

.f11em {
    font-size: 1.1em;
}

.f12em {
    font-size: 1.2em;
}

.f13em {
    font-size: 1.3em;
}

.f14em {
    font-size: 1.4em;
}

.f15em {
    font-size: 1.5em;
}

.f16em {
    font-size: 1.6em;
}

.f17em {
    font-size: 1.7em;
}

.f18em {
    font-size: 1.8em;
}

.f19em {
    font-size: 1.9em;
}

.f20em {
    font-size: 2.0em;
}

.f21em {
    font-size: 2.1em;
}

.f22em {
    font-size: 2.2em;
}

.f23em {
    font-size: 2.3em;
}

.f24em {
    font-size: 2.4em;
}

.f25em {
    font-size: 2.5em;
}

.f26em {
    font-size: 2.6em;
}

.f27em {
    font-size: 2.7em;
}

.f28em {
    font-size: 2.8em;
}

.f29em {
    font-size: 2.9em;
}

.f30em {
    font-size: 3.0em;
}

.f8pt {
    font-size: 8.5pt;
}

.f9pt {
    font-size: 9.0pt;
}

.f10pt {
    font-size: 10pt;
}

.f11pt {
    font-size: 11pt;
}

.f12pt {
    font-size: 12pt;
}

.f13pt {
    font-size: 13pt;
}

.f14pt {
    font-size: 14pt;
}

.f15pt {
    font-size: 15pt;
}

.f16pt {
    font-size: 16pt;
}

.f17pt {
    font-size: 17pt;
}

.f18pt {
    font-size: 18pt;
}

.f19pt {
    font-size: 19pt;
}

.f20pt {
    font-size: 20pt;
}

.f21pt {
    font-size: 21pt;
}

.f22pt {
    font-size: 22pt;
}

.f23pt {
    font-size: 23pt;
}

.f24pt {
    font-size: 24pt;
}

/*フォントの色設定*/
/*.red{ color: #e53935!important; }/*赤*/
.red {
    color: #ff0000 !important;
}

/*赤*/
.blue {
    color: #0000dd !important;
}

/*青*/
.green {
    color: #4caf50 !important;
}

/*緑*/
.yellow {
    color: #ffff00 !important;
}

/*黄*/
.navy {
    color: #3f51b5 !important;
}

/*紺*/
.#FDECB2 {
    color: #ff9800 !important;
}

/*橙*/
.pink {
    color: #ec407a !important;
}

/*ピンク*/
.purple {
    color: #9c27b0 !important;
}

/*紫*/
.olive {
    color: #808000 !important;
}

/*オリーブ*/
.lime {
    color: #00ff00 !important;
}

/*黄緑*/
.aqua {
    color: #00bcd4 !important;
}

/*水色*/
.black {
    color: #000 !important;
}

/*黒*/
.gray {
    color: #ccc !important;
}

/*灰*/
.white {
    color: #fff !important;
}

/*白*/
.brown {
    color: #6d4c33 !important;
}

/*茶*/

/*マーカー表示（背景に着色）*/
.box-yellow,
.box-#FDECB2,
.box-pink,
.box-lime,
.box-gray {
    padding: 2px;
}

.box-yellow {
    background-color: #ff6;
}

/*黄*/
.box-#FDECB2 {
    background-color: #f90;
}

/*橙*/
.box-pink {
    background-color: #ffccff;
}

/*ピンク*/
.box-lime {
    background-color: #9f9;
}

/*黄緑*/
.box-gray {
    background-color: #ccc;
}

/*灰*/


/*行間の設定*/
.lh10 {
    line-height: 1.0 !important;
}

.lh11 {
    line-height: 1.1 !important;
}

.lh12 {
    line-height: 1.2 !important;
}

.lh13 {
    line-height: 1.3 !important;
}

.lh14 {
    line-height: 1.4 !important;
}

.lh15 {
    line-height: 1.5 !important;
}

.lh16 {
    line-height: 1.6 !important;
}

.lh17 {
    line-height: 1.7 !important;
}

.lh18 {
    line-height: 1.8 !important;
}

.lh19 {
    line-height: 1.9 !important;
}

.lh20 {
    line-height: 2.0 !important;
}

/*横幅を指定*/
.w05 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w48 {
    width: 48%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

/*テキストリンク*/
a.pdf_link::before {
    content: "\f1c1";
    color: firebrick;
    font-family: FontAwesome;
    padding-right: .5em;
}

/*flex レイアウト*/
.flex-fs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-sb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-c {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

a img:hover {
    opacity: .7;
}



/*TOP関連の指定 -----*/

.movie-bnr-wrap {
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 1200px;
    margin: auto;
}

.movie-bnr-wrap div.amasaki {
    padding-left: 40px;
    max-width: 600px;
    margin: 1em auto 2em;
}

.movie-bnr-wrap div.runrun {
    max-width: 400px;
    margin: 1em auto 2em;
    justify-self: center;
}

@media screen and (max-width: 769px) {
    .movie-bnr-wrap {
        display: block;
    }

    .movie-bnr-wrap div.amasaki {
        padding-left: 0;
    }
}

@media screen and (min-width: 769px) {
    #main {
        border: solid 1px transparent;
        padding-top: 0;
    }
}

.blank-box {
    border-width: 1px;
}

.home.page .entry-title {
    display: none;
}

.home {
    line-height: 1.2em;
}

.home .wp-block-cocoon-blocks-column-3 {
    margin: 0;
    padding: 0;
}

/*TOP関連*/
#header-container .navi,
#navi .navi-in>.menu-header .sub-menu {
    background-color: #ecf4d2;
}

#header-container .navi,
#navi .navi-in>ul:hover {
    background-color: #f5f9e6;
}

#header-container li:hover {
    background-color: #fdfefb;
}

/*covidのタイトルを上詰め*/
.home.page h3 {
    margin-top: 0;
}

/* タイルメニュー --------------- */
a {
    text-decoration: none;
}

.wp-block-cocoon-blocks-blank-box-1 {
    border: 0;
    padding-top: 0;
}

/*.home #navi {margin-top:1em} ※covidとの兼ね合いでコメントアウト*/
.home .content {
    margin: 0;
}

/* COVID19関連---------------- */
div.info_trend {
    border: 1px solid #E60033;
    border-radius: 10px;
}

h3 {
    margin-top: 0;
    padding-top: 0;
}

.info_trend {
    margin-bottom: 3em;
    margin-left: 1em;
}

.info_trend ul li {
    line-height: 1em;
}

.info_trend a {
    color: #444;
}

.info_trend small {
    color: #555;
    font-weight: 200;
}

/* a.hover関連*/
.info_trend ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 1em;
    padding: 1em 2em;
}

.info_trend li {
    padding: 0;
}

.info_trend a {
    display: block;
    padding: 0 0 5px;
    text-decoration: none;

}

.info_trend a::after {
    border-bottom: solid 2px #E60033;
    bottom: 0;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}

.info_trend a:hover::after {
    width: 100%;
}

/*---教育支援動画関連------------ */
/* 人気のエントリー非表示 */
#popular_entries-4 .widgettitle {
    display: none;
}

/* コメントボックスのマージンボトム0 */
.comment-box {
    margin-bottom: 0;
}

/* エントリーカードにはタグ・カテゴリラベル非表示 */
.entry-card .cat-label {
    display: none;
}

.tagline {
    display: none;
}

.related-entries .cat-label {
    display: none;
}

/*関連動画のh2下線*/
h2.related-entry-heading {
    padding-bottom: 0.45em;
    position: relative;

}

h2.related-entry-heading::before,
h2.related-entry-heading::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    height: 4px;
}

h2.related-entry-heading::before {
    z-index: 2;
    width: 15%;
    background-color: #A0C81E;
}

h2.related-entry-heading::after {
    width: 100%;
    background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
    background: repeating-linear-gradient(45deg, #fff, #fff 2px, #a9d735 2px, #a9d735 4px);
}

/*---教育支援動画関連------------ */
/*おすすめ動画（TOP用）*/

#recommended {
    margin-top: 0;
    padding-top: 0;
}

#recommended_cards-3 h2 {
    border-left: 0;
    padding-left: 6px;
    font-size: 1.4em;
    margin-bottom: 0;
}

/*おすすめ動画のコラム（教育支援用）*/
#recommended_cards-3 {
    background: -webkit-repeating-linear-gradient(-45deg, #F8F9E1, #F8F9E1 3px, #E6F6C1 3px, #E6F6C1 7px);
    background: repeating-linear-gradient(-45deg, #F8F9E1, #F8F9E1 3px, #E6F6C1 3px, #E6F6C1 7px);
    box-shadow: 3px 3px #CCC;
}

#recommend_h4 {
    line-height: 0.8em;
    border: 0;
    margin-bottom: 0;
    background: -webkit-repeating-linear-gradient(-45deg, #F8F9E1, #F8F9E1 3px, #E6F6C1 3px, #E6F6C1 7px);
    background: repeating-linear-gradient(-45deg, #F8F9E1, #F8F9E1 3px, #E6F6C1 3px, #E6F6C1 7px);
    display: inline-block;
    border-radius: 10px 10px 0 0;
    color: #a9d735;
    font-size: 1em;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF, 0-1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#recommended_cards-3 {
    margin-top: 0;
}

/*----------------------------*/

/*カテゴリー(動画ページのサイドバー)*/
.sidebar {
    margin-top: 30px;
    /*box-shadow: 2px 2px 3px #CCC;*/
}

.widget_categories ul .cat-item a::before {
    line-height: 1 !important;
    content: "\f0da";
    color: #A0C81E;
    padding-right: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    animation: horizontal 3s ease infinite;
    -webkit-animation: horizontal 3s ease infinite;
}

.widget_categories ul .cat-item {
    border-top: 1px dotted #e1e1e1;
    border-bottom: 1px dotted #e1e1e1;
}

/*.widget_categories ul .cat-item:last-child{
     border-bottom: 1px dotted #e1e1e1;
}
*/
.widget_categories ul li a {
    padding: 10px 0;
    padding-right: 10px;
    padding-left: 10px;
}

.sidebar .widget-sidebar-title {
    color: #A0C81E;
    background-color: #fff;
    margin: 0px 0 0 0;
    padding: 16px 0 10px 5px;
}


.sidebar .widget_categories .widget-sidebar-title:before {
    line-height: 1 !important;
    content: "\f07b";
    color: #A0C81E;
    padding-right: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    animation: horizontal 3s ease infinite;
    -webkit-animation: horizontal 3s ease infinite;
}

.sidebar .widget_tag_cloud .widget-sidebar-title:before {
    line-height: 1 !important;
    content: "\f02b";
    color: #A0C81E;
    padding-right: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    animation: horizontal 3s ease infinite;
    -webkit-animation: horizontal 3s ease infinite;
}

.sidebar #custom_html-2 {
    padding-top: 40px;
    background-color: #FFF;
}

.sidebar #custom_html-2 img {
    border: 1px solid #ccc;
}


/************************************
 * 動画TOPのカテゴリー（テスト中）
************************************/

/************************************
サイドバーの縁取り縞
************************************/
/*.sidebar{background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #a9d735 2px, #a9d735 4px);}*/

.sidebar ul {
    background: #fff;
}

.sidebar li {
    background: #fff;
}

.tagcloud {
    background: #fff;
}

#categories-7 {
    background: white;
}

.sidebar {
    outline: 2px dotted #a9d735;
    /*outline-offset: -20px;*/
    border: 0px;
}


/************************************
** 火の用心るんるん　movie/runrun/ 
************************************/
.runrun-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;

}

.runrun-content .inner-text {
    max-width: 1600px;
    margin: 0 auto;

}


.runrun-content .archive-wrap {
    /* background-color: rgba(216, 242, 205,.8) */
    background-color: transparent;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 12px, rgba(255, 255, 255, 0.75) 12px, rgba(255, 255, 255, 0.75) 16px)
}

.runrun-content h2 {
    background: linear-gradient(135deg, #F9A086, #FDECB2, #D8F2CD, #B4E3E6);
    background: -webkit-linear-gradient(-45deg, #F9A086, #FDECB2, #D8F2CD, #B4E3E6);
    background: -moz-linear-gradient(-45deg, #F9A086, #FDECB2, #D8F2CD, #B4E3E6);
    background-size: 150% 150%;
    color: #FFF;
}

.runrun-content #amasaki-labo .backVol dd li {
    color: #EC8F73;
}

/************************************
** あま咲き防災ラボ　movie/amasaki/ 
************************************/

main:has(#post-2010) {
    position: relative;
    background-image: linear-gradient(to bottom, #FFF 0%, #FCE4DE 100%);
}

main:has(#post-2010) .inner-text {
    max-width: 1200px;
    /* background-color: rgba(255,255,255,.9); */
    margin: 1rem auto;
}

.link a {
    color: #EC8F73;
}

.link a:hover {
    opacity: .8;
}

.archive-wrap {
    background-color: #fff;
    padding: 1em;
}

#post-2010 h2 {
    padding: 0.5em;
    /*文字周りの余白*/
    color: #EC8F73;
    background: #f2f5fa;
    /*背景色*/
    /* border-bottom: solid 3px #EC8F73;下線 */
    font-weight: normal;
    font-size: 1.3em;
}

#post-2010 h2 i {
    margin-right: 10px;
    font-size: 0.8em;
}

#amasaki-labo .backVol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    column-gap: 1em;
}

#amasaki-labo .backVol dl {
    /* float:left;
	width:25%; */
    text-align: center;
    margin: 0 0 50px 0;
}

#amasaki-labo .backVol dl dt {
    margin: 0 5px 5px 5px;
}

#amasaki-labo .backVol dl dd {
    margin: 0 5px 0 5px;
}

#amasaki-labo .backVol dd ol {
    margin: 0;
    padding: 0;
}

#amasaki-labo .backVol dd li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 130%;
}

#amasaki-labo .backVol dt a {
    overflow: hidden;

}

#amasaki-labo .backVol dt a:hover img {
    transform: scale(1.05, 1.05);
    transition: 1s all;
}


#amasaki-labo .youtubeStyle a {
    border: 1px solid #EC8F73;
    position: relative;
    text-align: center;
    overflow: hidden;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    background-color: #FFF;
    padding: 5px 0;
    color: #EC8F73;
    margin-top: 10px;
}



#amasaki-labo .youtubeStyle a::after {
    content: "\f16a";
    font-family: FontAwesome;
    color: #C00;
    position: absolute;
    right: 10px;
    top: 20%;
}

#amasaki-labo .youtubeStyle a:hover {
    background-color: #EC8F73;
    color: #FFF;
    transition: 1s;
}

#amasaki-labo .youtubeStyle a:hover::after {
    color: #FFF;
}

#amasaki-labo .local-menu-wrap {
    text-align: center;
}

#amasaki-labo .local-menu-wrap ul {
    display: block;
    margin: 0 auto;
}


@media only screen and (max-width : 767px) {

    #amasaki-labo .attn-bd-box .flL,
    #amasaki-labo .attn-bd-box .flR {
        float: none;
        width: 100%;
    }

    #amasaki-labo .attn-bd-box .flL {
        text-align: center;
    }

    #amasaki-labo .attn-bd-box .flL img {
        width: auto;
        margin: 0 auto;
    }

    #amasaki-labo h2 span,
    #amasaki-labo h2 a {
        float: none;
        display: block;
        width: 100%;
    }

    #amasaki-labo .backVol {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    #amasaki-labo .youtubeStyle a::after {
        content: none;
    }

    #amasaki-labo dl dd ol li {
        clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
    }

}

/* あま咲きラボのページネーション（paginathing.js） */
#amasaki-labo .pagination {
    padding-left: 0;
    flex-wrap: wrap;
}

#amasaki-labo .pagination li {
    margin: 5px !important;
    border: 1px solid #EC8F73;
    list-style-type: none;

}

#amasaki-labo .pagination li:last-child {
    margin-bottom: 5px !important;
}

#amasaki-labo .pagination a {
    display: block;
    text-decoration: none;
    color: #EC8F73;
    background-color: #FFF;
    padding: 12px;
}

#amasaki-labo .pagination a:hover {
    background-color: hsl(14, 76%, 69%);
    color: #FFF;
}

#amasaki-labo .pagination li.page.navi-active a {
    background-color: rgba(243, 208, 140, .3);
    font-weight: bold;
}

@media screen and (min-width: 769px) {}


/* 背景のアニメーション（footer-insert.phpに記載） */
#background-animation-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1000;
}

.ani-bubble {
    background-color: hsl(14, 84%, 80%);
    border-radius: 75px;
    height: 150px;
    position: absolute;
    top: 100%;
    width: 150px;

    -webkit-animation: bubblemove 10s linear infinite;
    -moz-animation: bubblemove 10s linear infinite;
    animation: bubblemove 10s linear infinite;
}

@-webkit-keyframes bubblemove {

    /* from { top: 100%; } */
    from {
        top: 50%;
    }

    to {
        top: -600px;
    }
}

@-moz-keyframes bubblemove {

    /* from { top: 100%; } */
    from {
        top: 50%;
    }

    to {
        top: -600px;
    }
}

@keyframes bubblemove {

    /* from { top: 100%; } */
    from {
        top: 50%;
    }

    to {
        top: -600px;
    }

    /* This must be far enough off screen to allow the largest object to wander off with enough delay before restarting at the bottom, to be caught by the interval timer */
}

/* けんこうさーみあ用スタイル */
.main:has(#thermia) {
    padding: 0 !important;
    background-color: transparent !important;
}

.entry-content:has(#thermia) {
    margin: 0 !important;
}

body:has(#thermia) {
    position: relative;
    overflow: hidden;
    background-color: #f9f5f4;
    background-image: repeating-linear-gradient(-45deg,
            rgba(255, 255, 255, 0.6) 0px,
            rgba(255, 255, 255, 0.6) 1px,
            transparent 1px,
            transparent 12px);
    padding: 0 1.5rem;
}

#thermia .link {
    color: #E55951;
}

#thermia .pulse-ring {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    animation: thermia-pulse ease-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes thermia-pulse {
    0% {
        transform: scale(0.2);
        opacity: 0.6;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

#thermia h1 {
    padding: 0;
}

#thermia h2 {
    border-bottom: none;
    padding-bottom: 10px;
    background-image: linear-gradient(to right, #F1A9A5 50%, #A4DAEF 50%);
    background-size: 100% 4px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: transparent;
}


#thermia h2::before {
    content: "♥";
    color: #F1A9A5;
    /* ハートの色 */
    margin-right: 5px;
    /* テキストとの間隔 */
}

#thermia>* {
    position: relative;
    z-index: 1;
}

#thermia-ttl {
    text-align: center;
    margin: 2rem 0;
    /* padding: 1em; */
    border: none;
}

#thermia-ttl img {
    width: 500px;
    max-width: 90%;
    height: auto;
}

#post-2226 .entry-title {
    display: none;
    background: transparent !important;
}

#thermia .new-archive-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 1.5rem 0;
}

#thermia .new-ep-card {
    border: 0.5px solid #e0d5cc;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: transparent !important;
}

#thermia .new-ep-card:hover {
    border-color: #E55951;
}

#thermia .new-ep-card__thumb {
    position: relative;
    line-height: 0;
}

#thermia .new-ep-card__thumb img {
    width: 100%;
    height: auto;
    display: block;
}

#thermia .new-ep-card__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #E55951;
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 4px;
}

#thermia .new-ep-card__body {
    padding: 10px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

#thermia .new-ep-card__title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
}

#thermia .new-ep-card__link {
    display: inline-block;
    font-size: 11px;
    color: #E55951;
    border: 1px solid #E55951;
    border-radius: 4px;
    padding: 4px 10px;
    text-decoration: none;
    margin-top: auto;
    text-align: center;
    background-color: #FFF;
}

#thermia .new-ep-card__link::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1.5 8.5L8.5 1.5M8.5 1.5H4M8.5 1.5V6' stroke='black' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1.5 8.5L8.5 1.5M8.5 1.5H4M8.5 1.5V6' stroke='black' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

#thermia .new-ep-card {
    transition: transform 0.2s ease;
}

#thermia .new-ep-card:hover {
    transform: translateY(-4px);
}

@media (max-width: 768px) {

    #thermia .new-archive-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (min-width:1024px) {

    /*　for PC　*/
    .for-sp {
        display: none;
    }
}

/*1023px以下*/
@media screen and (max-width: 1023px) {

    /* 動画のコメントボックス（cocoonボックス）の吹出アイコンをスマホでも左に表示 */
    div.comment-box {
        padding: 10px 10px 10px 64px;
        font-size: 14px;
    }

    div.comment-box::before {
        font-size: 30px;
        left: 13px;
        top: 15%;
        margin-top: -.5em;
        margin-left: 5px;
        width: 44px;
        border-right: 0;
    }
}

/*834px以下*/
@media screen and (max-width: 834px) {
    /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {

    /*必要ならばここにコードを書く*/
    .info_trend ul li {
        line-height: 1.4em;
    }

    #navi {
        margin-top: 0;
    }

}