header .headTopArea .rightTxt:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 1.5rem;
    padding: 0 1rem;
}

footer p.copy a:before, .l-footer-bottom__copy a:before  {
    content: "【PR】";
}

/* oki_20220907 */

.kanren {
    border: solid 1px #cecece;
    padding: 20px 30px;
    margin: 30px auto;
    position: relative;
    box-sizing: border-box;
}
.midasi {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.kanren br {
    display: none;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
    position: relative;
    overflow: hidden;
    height: 160px;
}
.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: 7px 15px;
    background-color: #867c71;
    border-radius: 10px;
    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;
}
.list3 {
    display: flex;
    justify-content: space-evenly;
	    margin-bottom: 50px;
}
.list3_2 {
    width: 32%;
    border: 8px solid #e5ddd9;
    border-radius: 20px;
    padding: 10px 10px 20px;
}
.list3title {
    font-weight: bold;
    text-align: center;
    font-size: 2.2rem;
    color: #e67979;
    height: 65px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
.list3_2 .caption {
    text-align: center;
}
.list3_2 .catch {
    margin: 10px auto;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
}
.list3_2 .btn-web {
    margin: 0;
}
.list3_2 .btn-web a {
    width: 100%;
    padding: 10px 26px 10px 10px;
    background-position: right 1rem center;
}
.img_center {
    font-size: 10px;
    color: #999999;
    margin: 0 auto;
    text-align: center;
    word-break: break-all;
}
.img_center img {
    padding-bottom: 5px;
}
iframe {
    margin: 0 auto 10px;
    display: block;
}








/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/


}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.list3 {
    display: block;
}
.list3_2 {
    width: 100%;
    margin-bottom: 15px;
}
.list3title {
    font-size: 1.8rem;
    height: 40px;
}
iframe {
    height: 200px;
    width: 100%;
}	
	
	
	
	
	
	
	
	
	

}