@charset "utf-8";

header .page_title_bg01{
background-image: url("/../images/info_ph.jpg");
}

.title_small {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 50px;
    background-color: #f3f7f5;
    color: #00712d;
}

/*  title  */

h1{
font-size:240%;
font-weight: bold;
text-align: center;
}


h2{
font-size:220%;
font-weight: bold;
text-align: center;
}


.box01 h2{
color:#89bd43;
margin-bottom: 10px;
}

.info_detail .box01 h2{
color:#89bd43;
margin-bottom: 10px;
}

.box02 h2{
color: #00712d;
margin-bottom: 10px;
padding-top: 10px;
}
.box03 h2{
color:#89bd43; 
padding-top: 10px;
}

.box04 h2{
color:#fff;
padding: 10px 0 10px 0;
}
.box05 h2{
color:#89bd43;
padding: 10px 0 10px 0;
}

@media screen and (max-width:767px){
.box01 h2{
color:#89bd43;
margin-bottom: 10px;
}
.box02 h2{
color: #00712d;
margin-bottom: 10px;
padding-top: 10px;
}
.box03 h2{
color:#89bd43; 
padding-bottom: 20px;
}

.box04 h2{
padding: 20px 0 10px 0;
}
.box05 h2{
padding: 20px 0 10px 0;
}
}
/*     h3    */

h3{
font-weight: bold;
font-size: 1.8rem;
}
.infobox .box01 h3{
color:#89bd43;
text-align: left;
}

@media screen and (max-width:767px){
.infobox .box01 h3{
color:#89bd43;
text-align: left;
margin-bottom: 10px;
}
}




#container{
margin-top:100px;
}


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

#container{
margin-top:0px;
}

}

.info_detail p{
text-align: left;
}

.info_detail p.ql-align-center{
text-align: center;
}

.info_detail p.ql-align-right{
text-align: right;
}

.info_detail p.ql-align-justify{
text-align: justify;
}

.tabs{
    display:flex;

}
.tabs li{
    border-bottom:2px solid #fff;
    margin-right:15px;
    font-size:16px;
    font-weight:bold;
    letter-spacing: 1px;
    padding:0 15px;
    

}

.js-info-tab:not(.js-info-tab-unselect){
    color:#00712d;
    border-bottom:2px solid #00712d;

}

.js-info-tab{
    user-select: none;
    cursor: pointer;
    transition:0.2s;

}
.js-info-tab:hover{
    color:#00712d;
    border-bottom:2px solid #00712d;
}

.js-info-ul-hide{
    display:none;
}


.ql-size-small{
    font-size: 12px;
}
.ql-size-large{
    font-size: 24px;
}
.ql-size-huge{
    font-size: 36px;
}


.infobox .box01 h3.info_tit00 {
    color: #89bd43;
    text-align: left;
    margin-bottom: 40px;
    border-bottom: 1px solid #89bd43;
}



