.center { text-align: center; }
.center img { margin: 0 auto; }
.txt_r { text-align: right; }

.txt_r img { margin-left: auto}

/* 1024px 未満 */
@media not screen and (min-width: 769px) {
.center_smp { text-align: center; }
}

.bold { font-weight: 700; }

.red { color: #b50208; }
.blue { color: #0077cb; }
.green { color: #5ec618; }
.orange { color: #ff7415; }
.yellow { color: #fec601; }
.pink { color: #ed145b; }

.txt12 { font-size: 1.2rem; }
.txt16 { font-size: 1.6rem; }
.txt20 { font-size: 2rem; }

.noto_san { font-family: 'Noto Sans JP', sans-serif; }
