﻿@charset "utf-8";

#koyanagi_title {
  background-image: url(bg_title.jpg);
}

#column_main #koyanagi_title h2 {
  background-image: url(title01.png);
  background-position: right center;
  left: auto;
  right: 5.5%;
}

@media screen and (max-width: 768px) {
  #koyanagi_title {
    background-position: left 35% center;
  }

  #column_main #koyanagi_title h2 {
    right: 4.5%;
  }
}

#clm_cont section ol.ls_num li {
  font-weight: bold;
  color: #005aac;
}

#clm_cont section #exivcheck h4 {
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #clm_cont section #exivcheck h4 {
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0.5em;
    font-weight: normal;
  }
}
