﻿@charset "utf-8";

#symptom_title {
  background: url(bg_title.jpg) no-repeat right top;
}

#column_main #symptom_title h2 {
  background-image: url(title01.png);
  padding-bottom: 10.7%;
}

@media screen and (max-width: 768px) {
  #symptom_title {
    background-size: auto 100%;
    background-position: right 35% center;
  }

  #column_main #symptom_title h2 {
    padding-bottom: 12.5%;
  }
}

#clm_cont section .aside ul + h3 {
  padding-top: 20px;
  border-top: 1px solid #c3d7e9;
}

@media screen and (max-width: 768px) {
  #clm_cont section .aside ul + h3 {
    padding-top: 1rem;
  }
}
