header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename: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;
	min-width: fit-content;
}
.l-header__sitename {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.l-footer-bottom__copy__link:before  {
    content: "【PR】";
}
.date p {
    font-size: 11px;
    text-align: right;
    padding-right: 20px;
}

/* oki_20220914 */
.kanren {
    margin: 50px 0;
    position: relative;
    box-sizing: border-box;
}
.midasi {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 5rem auto 2rem;
    padding: 2rem 2rem 2rem 9rem;
    position: relative;
    color: #042275;
    background-color: #abe2ff;
}
.midasi::before {
    position: absolute;
    left: 2rem;
    top: calc((100% - 59px) / 2);
    content: '';
    width: 53px;
    height: 59px;
    background: url(img/h3_img.png) no-repeat;
}
.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: 5px 15px;
    background-color: #042275;
    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;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
.contents-left .column_record {
    /* border: solid 1px #fcad9d; */
    /* display: block; */
    /* width: 90%; */
    /* margin: auto; */
    /* max-height: 300px; */
    /* overflow-y: scroll; */
    /* padding: 10px; */
    /* background-color: #fff; */
margin-left: 1rem;}

.column_record ul li {
    padding-left: 22px;
    margin: 0 0 5px;
    position: relative;
        display: block;
    background: none !important;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
}
 .column_record li span {
    /* background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fdfd85 0%) repeat scroll 0 0; */
    /* font-weight: bold; */
    /* line-height: 1.8; */
font-size: 11px;}
.heading {
    /* padding: 0rem 1rem!important; */
    /* border-left: 6px double #000!important; */
    font-weight: bold!important;
font-size: 16px;margin: 0.5rem 0;}
ul.column_record li {
    /* display: block; */
    /* background: none !important; */
    /* border-bottom: solid 1px #ff9933; */
    /* margin-bottom: 10px !important; */
    /* padding: 0px 0px 5px 0px !important; */
    /* margin-left: 22px !important; */
    /* position: unset !important; */
margin: 2rem 0;}
 .column_record li:before {
    /* background: none !important; */
    /* position: initial !important; */
 }
.center {
    text-align: center;
}




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

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

.contents-left .column_record {
    /* border: solid 1px #fcad9d; */
    /* display: block; */
    /* width: 90%; */
    
    margin: 0;
    /* overflow-y: scroll; */
    /* padding: 10px; */
    /* background-color: #fff; */
}

ul.column_record li {
    /* display: block; */
    /* background: none !important; */
    /* border-bottom: solid 1px #ff9933; */
    /* margin-bottom: 10px; */
    /* padding: 0px 0px 5px 0px; */
    /* padding-left: 2.2rem; */
    /* position: unset !important; */
}

 .column_record li span {
    /* background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fdfd85 0%) repeat scroll 0 0; */
    /* font-weight: bold; */
    /* line-height: 1.8; */
}

.heading{
/* padding: 0rem 1rem!important; */
    /* border-left: 6px double #000!important; */
    /* font-weight: bold!important; */
line-height: 1.4;margin: 5px 0;}
 .column_record li:before {
    /* background: none !important; */
    /* position: initial !important; */
 }
.center {
    text-align: center;
}

/* oki_20220914 */
.midasi {
    font-size: 2rem;
}
.mv .mv_inner {
    position: relative;
}	

	
}
