@charset "UTF-8";

.type_bottom_text01 {
font-size: 16px;
color: #765B35;
margin-top: 0.2em !important;
padding-right: 2.5em;
}

.type_bottom_text02 {
font-size: 16px;
color: #765B35;
margin-top: 2em !important;
padding-right: 2.5em;
}

@media only screen and (max-width: 767px) {
.type_bottom_text01,
.type_bottom_text02 {
width: 80%;
font-size: 3.8666666667vw;
text-align: justify;
margin: 0 auto;
margin-top: -4em !important;
padding-right: 0;
}
}