@charset "utf-8";

footer p.copy a:before {
    content: "【PR】";
}

.rightTxt {
    display: flex;
    align-items: center;
    padding-right: 0.7rem;
}

.rightTxt:before {
    background: #000;
    color: #fff;
    content: "PR";
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    margin-right: 0.3rem;
    padding: 0 0.1rem;
    min-width: max-content;
}


/*----------------------------------------------------
    共通css
----------------------------------------------------*/

p.time_function {
    font-size: 12px;
}
.main.page h5 {
    border-bottom: unset;
    color: #f29702;
    margin: 2rem 0 1rem;
    padding: 0;
}

/*2022.06.24*/
#toc-custom {
    width: 80%;
    margin: 2rem auto 4rem;
    display: block;
    padding: 1rem 2rem;
    border: 5px solid #95bf35;
    background: #fff;
}
#toc-custom:before {
    content: "目次";
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin: 1rem auto;
}
#toc-custom li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 0.5rem;
}
#toc-custom li:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background: #f29702;
    border-radius: 50%;
    content: "";
}
/*20220706oki*/
.kanren {
    position: relative;
    box-sizing: border-box;
    margin: 3rem auto;
    padding: 0;
    border: solid 5px #95bf35;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    clear: both;
    outline: 2px solid;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    height: 200px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, #fff 100%);
    z-index: 1;
}
.readmore-label{
    display: table;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 10px 20px;
    background-color: #186e3d;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:hover{
    opacity:0.7;
}
.readmore-check{
    display: none;
}
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.readmore-label:before{
    content: "\7D9A\304D\3092\8AAD\3080";
}
.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;
}
#main .kanren a, #lower-main .kanren a {
    display: block;
}
.kanren li {
    padding-left: 15px;
    margin-bottom: 8px;
}
.kanren .midashi {
    padding: 1rem;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    background: #95bf35;
    text-align: center;
}
.kanren a {
    display: block;
    padding-left: 1rem;
}

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

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

.btn-web a.link2 {
    background-color: #20c09a;
}
  .fixBan {
    position: fixed;
    bottom: 16rem;
    right: 0;
    width: 230px;
    z-index: 999;
  }
.fixBansp {
    display: none;
}

}



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

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.rightTxt:before {
  font-size: 13px;
}
	
.btn-web a.link2 {
    background-color: #20c09a;
}
  .fixBan {
display:none !important;
  }
.fixBansp {
    position: fixed;
    bottom: 0px;
    z-index: 2;
    padding: 0;
}

footer .botArea {
    height: 180px;
}
#toc-custom {
    width: 100%;	
	}
}