/* CSS Document */

body { font-family: "Noto Sans JP"; }

body , .notext{
    color: #333333;
}


p , .tbtd , .tbth{
    line-height: 1.8em;
    letter-spacing: 1.5px;
}

@media (min-width: 1200px) {
    p , .tbtd , .tbth{
         font-size: 1.2rem;   
    }
}

.toph1{
    font-size: 1.4rem;
    line-height: 1.8em;
    letter-spacing: 1.5px;
}

.btn-success {
    color: #0C5503;
    background-color: #ffffff;
    border-color: #0C5503;
}

.btn-primary{
    background-color: #0C5503;
    border-color: #fff;
}

.btn-primary:hover{
    background-color:rgba(21,162,4,1.00);
    border-color: #fff;
}

.greenfont{
    color: #0C5503;
}

.bggreen{
    background-color: #0C5503;
}

.yellofont{
    color: rgba(208,168,0,1.00);
}


.pcpencil{
    padding-top: 20px;
}

@media (min-width: 1200px) {
    .pcpencil{
        max-width: 105px;
    }
    .container{
        max-width: 1180px !important;
    }
}

@media (min-width: 1400px) {
    .pcpencil{
        max-width: 120px;
    }
    .container{
        max-width: 1380px !important;
    }
}

.ft{
    background-color: #0C5503;
    color: white;
}

.ft a{
    color: white !important;
    text-decoration: none;


}

.slick-vertical .slick-slide{
  border: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    display: none;
}

.notext{
    text-decoration: none;
}

.coareamp{
    margin-top: 150px;
    margin-bottom: 150px;
}

@media (min-width: 1200px) {
.topcutomp{
    max-width: 500px;
    margin: 0 auto;
}
}

.toprela{
    position: relative;
}

.topabso{
    position: absolute;
    bottom: 20px;
    color: #fff;
    background: rgba(255,255,255,.6);
    width: 100%;
    padding: 1em 0; 
}

.topabso div{
    margin: 0;
    padding: 0 0.8em;
    text-align: center;
    color: #0C5503;
}

.underrela{
    position: relative;
}
.underabso , .underabsomp{
    position: absolute;
    width:300px;
    height: 330px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image:url("../images/pen_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.underabso2{
    position: absolute;
    width:300px;
    height: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.rinebgimg01{
    background-image: url("../images/rinen/tokusyoku_character02.png");
    background-position: 80% 50%;
    background-repeat: no-repeat;
    background-size:auto;
    min-height: 180px;

}

.tbsparator{
    padding-top: 30px;
    padding-bottom: 30px;
}

.ft div div div p , .ft div div div p a{
    font-size: 1rem !important;
}

.bg-black p{
    font-size: 1rem !important;
}