header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.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;
}
.box3wrap .box3 .liBox p.imgarea.caption img {
    max-height: 15rem;
    width: auto;
    max-width: 100%;
}
.blind {
    display: none;
}
footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy a:before  {
    content: "【PR】";
}
.imgarea.caption {
    text-align: center;
}

.imgarea.caption img {
    display: block;
    margin: 0 auto 0.5rem;
    border: solid 1px #eee;
    width: auto;
    max-width: 400px;
}
/* oki_20220905 */

.kanren {
    border: 1px solid #84a346;
    padding: 20px 30px;
    margin: 50px 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: 120px;
}
.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: #84a346;
    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;
}
/* 見出しを非表示 */
.is-hidden {
  display: none;
}

/* 「もっと見る／閉じる」ボタンに矢印を追加 */
.list-btn {
  appearance: none;
  background: #ccc;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 10px 30px 10px 10px;
  position: relative;
}

.list-btn:before {
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  content: '';
  height: 8px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  transform: rotate(135deg);
  top: 50%;
  width: 8px;
}

.list-btn-opened:before {
  transform: rotate(-45deg);
  margin-top: -2px;
}
#sect04 {
    padding: 1rem 0 2rem;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 481px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
.pickup.add .boxArea .box {
    width: auto;
    float: none;
}
.imgarea.caption.lft {
    float: left;
    margin-right: 5rem;
    width: 320px;
    padding: 0 30px 20px 0;
    text-align: center;
}

.imgarea.caption.lft img {
    width: 100%;
}

.botCommon {
    position: relative;
    margin: 0 -100% 30px;
}
}

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

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

.kanren {
	width:90%;
}
.box3wrap .box3 .liBox p.imgarea.caption img {
    max-height: unset;
}
.imgarea.caption img {
    max-width: 90%;
}
.mokuji li a:last-child {
    width: 100%;
    text-align: left;
    background: url(./img/arrow_bk.svg) 96% 50% no-repeat;
    background-size: 8px auto;
    padding: 1em 12% 1em 5%;
}
}