@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】";
}

.paragraph-frame.ctlb .lower_bottom {
    margin: 0 0 5rem;
}

/* oki_20220509 */
    .top-title h2 a{
        color: #ffffff !important;
        text-decoration: none !important;
    }

    .kanren {
        /* border: 3px solid #ff5252; */
        border: 1px solid #bfbfbf;
        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;
    }
    .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;
        /* background-color: #ff7777; */
        /* border-radius: 20px; */
        background-color: #5cadcc;
        border-radius: 8px;
        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 */













.caption_scroll {
    margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;/*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}
/* for chrome, safari */
.caption_scroll::-webkit-scrollbar {
    height: 5px;
}
.caption_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.caption_scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}

.inyo {
    font-size: 1.1rem !important;
    color: #999; !important;
    word-wrap: break-word;
}

.txt-bold {
    font-weight: bold;
    color: #a0522d;
}



.box-wrap.basic-layout.column3 sec,column3 .basic-column-box{
	border: none;
	padding: 0;
}

.inyo a{
    color: #999;
}

.contents-left p a, .contents-right p a {
    color: #999 !important;
}
table td,
.table-normal table tbody td {
	    text-align: left;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 481px) {

.wr_img_left{
    position: relative;
    margin-bottom: 40px;
}
.wr_img_left:after{
    content: '';
    display: block;
    clear: both;
}
.wr_img_left .wr_img.fl{
    float: left;
    margin-right: 25px;
    width: 320px;
}
.wr_img_left .wr_img.fl img{
    max-width: 100%;
    border: 1px solid #aaa;	
    margin-bottom: 5px;
}
.wr_img_left .wr_img .wr_inyo{
    font-size: 10px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.4em;
}
.toplist {
    display: flex;
}

/*2023.03.08*/	
.l-gnavi-area02 .l-gnavi-list02__item__link {
    margin: 0 1em;
}	
}

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

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

.hero-box p {
    line-height: 2;
}


.txt-bold {
    font-weight: bold;
    color: #a0522d;
}


}

