@charset "UTf-8";
.rinen ul li{
font-size:18px;
line-height:2.3;
font-family: "Hiragino Kaku Gothic Pro";
}
.rinen h2{
padding-bottom: 15px;
font-size: 30px;
color: #3FACC7;
font-weight: bold;
font-family: "jun 501";
}


.setumei{
font-size:18px;
line-height: 1.7;
font-family: "Hiragino Kaku Gothic Pro";
}
.midasi{
margin-top:80px;
}

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

.rinen ul li {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

.setumei {
    font-size: 1.7rem;
    line-height: 1.5;
}

}

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

.rinen h2 {
    font-size: 2.7rem;
}

}