    /* oki_20220509 */
    .kanren {
        /* border: 3px solid #ff5252; */
        /* border: 3px solid #00c2aa; */
        border: 3px solid #eff4ee;
        padding: 20px 30px ;
        margin: 30px 0;
        position: relative;
        box-sizing: border-box;
        z-index: 0;
    }
    .midasi {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
        color:#00c2aa;
    }
    .kanren br {
        display: none;
    }

    /* アコーディオンのときに下記追加 */
    .readmore-content {
        position: relative;
        overflow: hidden;
        height: 100px;
    }
    .readmore-content::before {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        content: "";
        /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
        height: 50px;
        z-index: 1;
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
        background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    }

    /* 続きを読むボタン */
    .readmore-label{
        display: table;
        bottom: 5px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        margin: 5px auto;
        z-index: 2;
        /* padding: 6px 15px; */
        padding: 10px 20px;
        /* background-color: #ff7777; */
        background-color: #0065b3;
        border-radius: 20px;
        color: #FFF;
    }
    .readmore-label:before{
        content: "\7D9A\304D\3092\8AAD\3080";
    }

    .readmore-check{
        display: none;
    }
    /*チェック時にボタンを非表示*/
    .readmore-check:checked ~ .readmore-label{
        position: static;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
        /* display: none; */
    }
    .readmore-check:checked ~ .readmore-label:before{
        content: "\9589\3058\308B";
    }
    /*チェック時に高さを自動に戻す*/
    .readmore-check:checked ~ .readmore-content{
        height: auto;
    }
    /*チェック時グラデーション等を削除*/
    .readmore-check:checked ~ .readmore-content::before {
        display: none;
    }

    /* oki_20220509 */

.sec09 .item-box .item05 {
    margin-left: 17rem;
}
/*2023.11.10*/
.q_text{
	display:flex;
	margin: 2rem 0 2rem;
	font-size: 1.4rem;
	line-height: 2;
	align-items:center;
	font-weight:bold;
	color:#00675a;
}
.q_text:before{
	content:"Q.";
	display:block;
	margin-right:1rem;
	font-size:1.8rem;
	background:#00675a;
	border-radius:50%;
	color:#fff;
	min-width:30px;
	min-height:30px;
	line-height:1.4;
	text-align:center;
}

h2 .caption{
	font-size:1rem;
	font-weight:100;
}

.cttl-box::before {
    content: "sponsored by アサヒロジティクス";
    display: block;
    top: 35px;
    position: absolute;
}


@media screen and (min-width: 769px) {
	.sp{
		display:none;
	}
}


/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 768px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
 
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.sec09 .item-box .item05 {
    margin-left: 0rem;
}	
.q_text:before{
	min-width:30px;
	min-height:30px;
}	

.cttl-box::before {
    content: "sponsored by アサヒロジティクス";
	top:18px;
    display: block;
    position: absolute;
}

}