@charset "utf-8";

header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before,
header .site_ttl a:before,
header .site_ttl h1:before,
#contents_header h1:before, 
#contents_header .title:before, 
.title-area h1:before, 
.title-maintext:before,
.headline h1:before, 
.headname:before,
.keyvisual h1:before, 
.keyvisual-txt:before,
.header_area_box h1:before, 
.header_area_box .texts a:before,
.H1Area h1:before, 
.H1Area_title:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 16px;
    padding: 0 1rem;
    line-height: 1.5;
    text-shadow: none;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy p:first-child a:before,
footer .copyright .left a:before,
.footer a:before,
.bottom-area a:before,
.copyright p a:before,
.copyright a:before,
#copyright a:before, 
.Footer a:before,
.foot a:before {
    content: "【PR】";
}

.contents_top .sec05 .eng-t img {
    display: none;
}

.contents_top .sec05 .eng-t:before {
    content: "Sponsored by";
    font-size: 8rem;
    font-style: italic;
    font-family: cursive;
}

.contents_top .sec05 .eng-t {
    width: 600px;
    top: -8rem;
}


/* oki_20220509 */
    .kanren {
        border: 2px solid #000;
        padding: 0 30px 0;
        margin: 5rem auto 8rem;
        position: relative;
        box-sizing: border-box;
        border-radius: 10px;
        max-width: 1000px;
        width: calc(100% - 3rem);
    }
    .midasi {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
        padding: 4rem 2rem;
        font-size: 2.4rem;
        border-bottom: solid 1px #000;
    }
    .kanren br {
        display: none;
    }

    .kanren ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .kanren ul li{
        width: calc(45% - 2rem);
    }
    .kanren ul li a{
        text-decoration: none !important;
        font-weight: bold;
    }

    @media screen and (max-width: 768px){
        .kanren ul{
            display: block;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .midasi {
            padding: 2.2rem 2rem;
            font-size: 1.8rem;
            text-align: center;
            width: 78%;
            margin: auto;
            border-bottom: solid 1px #000;
            position: relative;
            font-weight: bold;
            margin-bottom: 0;
        }

        .kanren ul li{
            width:auto;
        }
        iframe{
            width: 90%;
        }
    }

    /* アコーディオンのときに下記追加 */
    .readmore-content {
        position: relative;
        overflow: hidden;
        height: 60px;
    }
    .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: 10px 18px;
        background-color: #000000;
        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 */








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

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


    /*----------------------------------------------------
        SPサイトcss
    ----------------------------------------------------*/
    
    @media screen and (max-width: 768px) {
    /*/////////////SP用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
    
.contents_top .sec05 .eng-t {
    width: auto;
}

.contents_top .sec05 .eng-t:before {
    font-size: 3.8rem;
}
		
    }