/*----------------------------------------------------
    共通css
----------------------------------------------------*/
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 {
    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 a:before,
footer .copyright .left a:before,
.footer a:before,
.bottom-area a:before,
.copyright p a:before,
.copyright a:before,
.Footer a:before {
    content: "【PR】";
}
p.sitemap a:before {display: none;}

#toc {
    width: fit-content;
    margin: 3rem auto;
    display: block;
    padding: 2rem 3rem 3rem;
    border: solid 4px #fef9f0;
    max-width: 80%;
}
#toc:before {
    content: "目次";
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
}
#toc ul {
    margin: 5px;
}
#toc ul li {
}

/* oki_20220704 */
.kanren {
    border: 3px solid #d6be9f;
    padding: 20px 30px 0;
    margin: 50px 0;
    position: relative;
    box-sizing: border-box;
}
.midasi {
    border-bottom: dashed 1px #d6be9f;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.kanren br {
	display: none;
}
.contents-left ul.readmore-content li::before {
    background: 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: 2px 15px;
    background-color: #f46ba6;
    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;
}
/*スクロール無しキャプション*/
    p.cap {
        font-size: 0.8em;
        color: gray;
        word-break: break-all;
        margin-top: 10px;
		text-align: left;
    }

/*2023.08.31*/
ul.top3sen_1 {
  margin: 10px 0px;
  font-size: 13px;
  text-align: left;
}

ul.top3sen_1 li {
  margin: 0 -5px 5px 0;
}

table.top3sen_2 th {
  font-size : 12px;
  padding: 10px 5px;
  background-color: #ffcec5;
  border-bottom: 1px solid #fff;
  color: #69563a;
  font-weight: bold;
}

table.top3sen_2 td {
  padding: 10px 12px;
}

.cmn01-image-tanakashikayou {
  margin-top: 5.3rem;
}

ul.caption_top_1 {
  margin: 5px 0 5px 8px;
  font-size: 0.9em;
}

ul.caption_top_1 li {
  margin: 0 0 3px;
}


@media screen and (max-width: 480px) {
.cmn01-image-tanakashikayou {
  margin-top: 2rem;
}
}

/* 2024.05.14 */
.scrol l{
	margin: 30px 0;
	color: #5c4c2c;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

.official li{ text-align:left!important; } .official .partTtl{ background : #fcfcfc!important; padding : 20px!important; } .official .partTtl{ display : inline-block!important; font-size : 30px!important; margin:0px !important; font-weight : bold!important; color : #ffffff!important; text-shadow: 2px 2px 10px #777 , -2px 2px 10px #777 , 2px -2px 10px #777 , -2px -2px 10px #777; } .official .partTtl:before{ display:none; } .center{ text-align:center!important; } .right{ text-align:right!important; }
ul.column_record {
    display: block;
    width: 100%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    border: solid 3px #ffcec5;
    margin-bottom: 15px;
} 
ul.column_record li {
    display: block;
    background: none;
    border-bottom: solid 1px #ffcec5;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
}
ul.column_record li::before{content:none;} ul.column_record li span.day{font-size:small; display:block; background:none; color:#000;width:120px;margin:0px;} .mini{ font-size:10px; text-align:right; } 

div.official h3{
    width: 100%;
    font-size: 1.8rem;
	font-weight: bold;
	text-decoration: underline orange;
}

.official h4 {
    margin: 4rem auto 3rem;
    padding: 10px 10px 20px 11px;
    font-size: 2.2rem;
    line-height: 140%;
    position: relative;
    font-weight: bold;
    color: #5c4c2c;
}
.official h4:before {
    background: url(img/h4-line.png) no-repeat;
    content: "";
    width: 100%;
    height: 14px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-size: cover;
}
.official .heading {
    font-size: 1.4rem;
    font-weight: bold;
    color: #FB4058;
}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
.official{ background:#f5f5f559!important; border-radius: 30px 30px 30px 30px!important; padding: 3%!important;  } .official .partTtl{ background : #fcfcfc!important; padding : 20px!important; } .official .partTtl{ display : inline-block!important;  font-size : 30px!important; margin:0px !important; font-weight : bold!important; color : #ffffff!important; text-shadow: 2px 2px 10px #777 , -2px 2px 10px #777 , 2px -2px 10px #777 , -2px -2px 10px #777; } .official .partTtl:before{ display:none!important; } .center{ text-align:center!important; } .right{ text-align:right!important; } .fb-container { width: 500px!important; } 
ul.column_record {
    display: block;
    width: 100%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    border: solid 3px #ffcec5;
    margin-bottom: 15px;
}ul.column_record li {
    display: block;
    background: none;
    border-bottom: solid 1px #ffcec5;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
}
	ul.column_record li::before{content:none;} ul.column_record li span.day{font-size:small; display:block; background:none; color:#000;width:120px;margin:0px;}

	

div.official h3{
    width: 100%;
    font-size: 1.8rem;
	font-weight: bold;
	text-decoration: underline orange;
}
.official h4 {
    margin: 4rem auto 3rem;
    padding: 10px 10px 20px 11px;
    font-size: 2.2rem;
    line-height: 140%;
    position: relative;
    font-weight: bold;
    color: #5c4c2c;
}
.official h4:before {
    background: url(img/h4-line.png) no-repeat;
    content: "";
    width: 100%;
    height: 14px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-size: cover;
}
.official .heading {
    font-size: 1.4rem;
    font-weight: bold;
    color: #FB4058;
}
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 {
    float: left;
    margin-bottom: 1rem;
}

/* 2024.05.14 */
.scroll {
	overflow-x: scroll;
	white-space: nowrap;
}

#toc {
    padding: 2rem 1.5rem;
    width: 100%;
    max-width: 90%;
    margin: 0 auto 3rem;
}

#toc a {
    font-size: 14px;
}

#toc li {
    line-height: 1.2;
    margin: 10px 0;
}

	
}
