@charset "utf-8";

/* ---------------------------------------------------------
for txt
--------------------------------------------------------- */
.box_1200 p.txt01 {
width: 640px;
margin: 0 auto;
font-family: 'Hiragino Sans W3';
font-size: 22px;
font-weight: 400;
line-height: 2.2;
letter-spacing: ;
color: #;
}
.box_1200 p.txt02 {
width: 640px;
margin-top: 40px;
margin-bottom: 40px;
font-family: 'Hiragino Sans W3';
font-size: 16px;
font-weight: 400;
line-height: ;
letter-spacing: ;
color: #ff0000;
text-align: left;
display: inline-block;
}
/* for SP */
@media screen and (max-width: 640px) {
.box_1200 p.txt01 {
width: 92%;
font-size: 4.6vw;
}
.box_1200 p.txt02 {
width: 92%;
margin-top: 6%;
margin-bottom: 6%;
font-size: 3.2vw;
}
}