@charset "UTF-8";
/* Scss Document */
a {
  text-decoration: none; }

a.red {
  color: #E60012; }

a.blue2 {
  color: #008CCF; }

.blue2 {
  font-size: 24px; }

.ft_font {
  font-size: 13px;
  line-height: 23px; }

.font1 {
  font-size: 16px;
  line-height: 39px; }

.font2 {
  font-size: 14px;
  line-height: 32px;
  font-weight: 100; }

/*20191105追加*/
.font3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 100;
  padding: 0 0 10px; }
