header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,

.l-siteinfo__sitename:before,
header .site_ttl a:before,
header .site_ttl h1: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;
}
footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy a:before,
footer .copyright .left a:before {
    content: "【PR】";
}

.contents .scroll-x table th {
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-shadow: 1px 1px 5px #000000a3;
    border: 1px solid #534a2f;
}

span.small-font {
    font-size: 12px;
}
.scroll-x table td .large {
    color: #ff8433;
    font-weight: 700;
    font-size: 25px;
}
.scroll-x table td .sat.large {
    color: #5a66ff;
}
.scroll-x table td .small {
    font-size: 9pt;
}
.contents .scroll-x table td {text-align: center;}


/* oki_20220509 */
    .kanren2 {
        border: 30px solid #70a57e;
        padding: 20px 30px;
        margin: 30px auto;
        position: relative;
        box-sizing: border-box;
        z-index: 0;
        width: 50%;
        border-radius: 10px;
    }

    @media screen and (max-width: 599px){
        .kanren2 {
            width: 93%;
        }
        .kanren2 ul li{
            padding-bottom:10px;
        }
    }
    

    .midasi {
        /* font-size: 16px; */
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
    }
    .kanren2 br {
        display: none;
    }
    


    .kanren2 ul li{
        position: relative;
        padding-left: 20px;
        display: block;
    }
    
    .kanren2 ul li:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 10px;
        height: 10px;
        background: #4a7c5b;
        box-sizing: border-box;
        border-radius: 50%;
    }

    .kanren2 ul li a{
        font-weight: bold;
        text-decoration: underline !important;
    }

    /* アコーディオンのときに下記追加 */
    .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: #4a7c5b;
        border-radius: 20px;
        color: #FFF;
        font-weight: bold;
    }
    .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 */



























.ookii{
    font-size: 18px !important;
    color: #1e1e1e !important;
    font-weight: bold !important;
    padding: 0.5rem 3rem !important;
    }	
    .category_links{
    line-height: 1.4;
    font-weight: bold;
    font-size: 3.0rem;
    margin: 3rem auto 38px;
    padding: 19px 90px;
    background: #F7F2E9;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    box-shadow: 0px -8px 0px #F7F2E9, 0px 8px 0px #F7F2E9;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    }
    
    .text0 {
        padding: 0 40px 40px;
    }
    .categorylist {
        background: #fff;
        border-radius: 10px;
        padding: 20px;
        margin: 80px auto 0;
        font-size: 16px;
        line-height: 2.8rem;
        font-weight: 700;
        width: 50%;
        border: 30px solid #70a57e;
    }
    .categorylist a {
        position: relative;
        padding-left: 20px;
        display: block;
    }
    .categorylist a:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 10px;
        height: 10px;
        background: #4a7c5b;
        box-sizing: border-box;
        border-radius: 50%;
    }
    .categorylist p.title {
        font-size: 20px;
        text-align: center;
    }
    
    .kanren-a{
        margin:2rem auto;
    }
    
    .kanren{
        border:1px solid #ccc;
        padding:20px;
        margin:50px auto;
        font-size:90%;
        text-align:left;
        width:500px;
    }
    
    .kanren-p{
        font-size: 125%;
        font-weight:bold;
        color: black;
        padding: 0 0 2px 7px;
        border-left: 5px solid black;
        line-height: 1;
        margin: 0 0 15px 0;
    }
    


	#toc {
    border: 3px solid #000;
    box-sizing: border-box;
    margin: 2rem auto;
    max-width: 600px;
    padding: 10px;
}


#toc ul {
  margin: 0;
  padding: 0;
  position: relative;
}

#toc ul li {
  list-style: none;
  padding: 2px 0 2px 10px;
  position: relative;
}

/* 見出しを非表示 */
.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;
}

    
    /*----------------------------------------------------
        SPサイトcss
    ----------------------------------------------------*/
    
    @media screen and (max-width: 599px) {
    /*/////////////SP用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
    .ookii{
    font-size: 18px !important;
    color: #1e1e1e !important;
    font-weight: bold !important;
    padding: 0.5rem !important;
    }	
    .category_links{
      font-size: 2.2rem;
      margin: 5.5rem auto 2.5rem;
      padding: 1.2rem 1rem;
      box-shadow: 0px -5px 0px #f7f2e9, 0px 5px 0px #f7f2e9;
     }
    
    
    .categorylist {
        width: 90%;
    }
    #toc {
  border: 3px solid #000;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 600px;
  padding: 10px;
}
		
		

.contents .scroll-x table th, .contents .scroll-x table td {
    display: table-cell;
    border: 1px solid #534a2f;
    padding: 4px;
}

.contents .scroll-x table tr {
    display: table-row;
}

.contents .scroll-x table th:first-of-type {
    position: sticky;
    left: 0;
    width: 170px;
    font-size: 16px;
    padding: 10px 5px;
    /* border: 1px solid #534a2f; */
    z-index: 1;
}

.scroll-x {
    overflow-x: scroll;
    margin: 0 -15px;
}

.contents .scroll-x table {
    table-layout: fixed;
    min-width: 630px;
    margin-top: 0;
}

.scroll-x table th .btn-web a {
    text-shadow: none;
    box-shadow: none;
    border-radius: 15px;
    font-size: 12px;
    width: 100%;
    padding: 10px 10px;
    padding-right: 20px;
    background-position-x: 95%;
    background-color: #e95d00;
}

.scroll-x table th .btn-web{
    text-shadow: none;
    margin: 10px auto 0;
    border-radius: 15px;
    width: 100%;
}

.contents .scroll-x table th {
    width: 130px;
    font-weight: bold;
}

p.scroll-text.sp {
    margin: 0;
    text-align: center;
}

.contents .scroll-x table th .small {
    font-size: 14px;
    display: block;
    line-height: 1.5;
}

		
    }