﻿@charset "utf-8";

#symptom_title {
  background-image: url(bg_title.jpg);
}

#column_main #symptom_title h2 {
  background-image: url(title01.png);
  padding-bottom: 21%;
}

@media screen and (max-width: 768px) {
  #symptom_title {
    background-position: right 15% center;
  }

  #column_main #symptom_title h2 {
    padding-bottom: 24%;
  }
}

#clm_cont section .aside ul.checklist {
  padding-bottom: 8px;
}

#clm_cont section .aside ul.checklist li {
  margin: 0;
  box-sizing: border-box;
  background: url(icon_check.gif) no-repeat left 2px;
  line-height: 1.3;
  padding: 2px 0 12px 35px;
  min-height: 18px;
  border: 0;
  font-size: 1.5rem;
}

#clm_cont section .aside ul li h5 {
  padding-left: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

#clm_cont section .aside ul li dl dt {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #clm_cont section .aside ul.checklist {
    padding-bottom: 12px;
  }

  #clm_cont section .aside ul li h5 {
    padding-left: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
