@charset "utf-8";
/* CSS Document */

/*テキスト*/
.t_red {
color: #E60027!important;
}
@media screen and (min-width: 768px) {
/*margin*/
.mt_0 {
margin-top: 0!important;
}
.mt_100 {
margin-top: 100px!important;
}
.mt_200 {
margin-top: 200px!important;
}
/*padding*/
.pt_40 {
padding-top: 40px!important;
}
}