@charset "utf-8";
.text-box2{
    width: 85%;
    max-width: 1000px;
    margin: 10% auto 5% auto;
    padding: 5%;
    background-color:rgba(255,255,255,1);
    line-height:1.61; 
    font-size: 18px;
}

.cp_title{
font-size: 2.5vw; text-align: center; font-weight: 600; color: #6c4f26;
}

.read{padding: 3% 0;}

.cp_sub_title{color: #624b1c;  background-color:rgba(204,164,77,0.5); padding: 1.5%; margin-top: 5%; margin-bottom: 2%;}





@media screen and (max-width: 640px) {
.text-box2{
    width: 95%;
    font-size: 2vw;
}

	}