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;
    float: left;
    margin-bottom: 1rem;	
}

a.l-footer-bottom__copy__link:before  {
    content: "【PR】";
}
/*2023.05.08*/

#toc {
  border: 3px solid #80b735;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 600px;
  padding: 10px;
	border-radius:1rem;
}
#toc::before {
  content: "目次";
  display: block;
  font-weight: bold;
  text-align: center;
font-size:2rem;
margin-bottom:2rem;	
}
#toc ul {
  margin: 0;
  padding: 0;
  position: relative;
}

#toc ul li {
  list-style: none;
  position: relative;
}

/* 見出しを非表示 */
.is-hidden {
  display: none;
}

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

.list-btn:before {
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  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;
}

/* 2024.02.29 */
table.select td span.txt_bold {
	font-size: 2.2rem;
}

table.select td span.txt_strong {
	font-weight: bold;
}

#index span.txt_marker {
	font-size: 1.6rem;
	margin: 0 0.2rem;
}

ul.small {
	font-size: 1.5rem;
}
ul.small span {
	font-weight: bold;
}

/* 2024.05.28 */
#contents .contents-left ul {
	font-size: 1.5rem;
}
.lower_bottom .cmn-parts-box .cmn01-catch-copy {
    font-size: 2rem;
}

.lower_bottom .cmn-column2 span {
    color: #f00;
    font-size: 2rem;
}

.lower_bottom .cmn-column2 .ttl {
    font-size: 1.8rem;
}
/*----------------------------------------------------
    関連css
----------------------------------------------------*/

/* oki_20220509 */
.kanren {
    /* border: 3px solid #ff5252; */
    border: 1px solid #c8d588;
    /* padding: 20px 30px 0; */
    margin: 30px 0;
    /* border-radius: 10px; */
    /* アコーディオンの時は下記追加 */
    position: relative;
    box-sizing: border-box;
}
.midasi {
    /* border-bottom: 2px dotted #333; */
    border-bottom: 1px solid #c8d588;
    /* font-size: 16px; */
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    padding: 8px 0;
    background: #e2ebb7;
    color: #4c4c4c;
    letter-spacing: 2px;
}
.kanren br {
	display: none;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
    position: relative;
    overflow: hidden;
    height: 200px;
    padding: 0 25px;
}

/* 下層ページの「関連一覧」のマーカーの調整 */
ul.kanren_marke {
    padding: 0 0 0 10px;
}

ul.kanren_marke li{
    padding: 0 0 0 20px;
}

.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    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%);
    z-index: 1;
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 5px auto;
    z-index: 2;
    padding: 3px 10px;
    /* background-color: #ff7777; */
    background-color: #80b735;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: '続きを読む';
}

.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: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}






/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
.first-column table td:nth-child(1) { width:35%; }

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.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;
}

div.img_center{
	text-align: center;
}

.bnr {
    display: block;
    position: fixed;
    bottom: 15rem;
    right: 0rem;
    z-index: 9999;
}



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

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

 .first-column table td:nth-child(1) { width:100%; } 

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	
.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;
}
.time_function {
	font-size:10px;		
}
	
div.img_center{
	text-align: center;
}
h1.l-header__sitename:before {
    margin-bottom: 3rem;
}
.lower_bottom {
    padding: 2rem;
}

    .l-pagetop {
        bottom: 100px;
        right: 10px;
    }

.bnr {
    display: block;
    position: fixed;
    bottom: 0rem;
    right: 0rem;
    z-index: 9999;
}

.l-footer-area {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #f8fddf;
    margin-bottom: 8rem;
}

}
