@charset "utf-8";
/* CSS Document */
strong{ font-weight:bold;}

.gothic{ font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;}
.mincho{ font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, serif;}

.normal{ font-weight:normal;}
.bold { font-weight:bold;}

.white{ color:#fff;}
.black{ color:#424242;}
.red{ color:#ff5b7a;}

.under_line{ text-decoration:underline;}
.line_through{ text-decoration:line-through;}