﻿@charset "utf-8";

#symptom_title {
  background-image: url(bg_title.jpg);
}

#column_main #symptom_title h2 {
  background-image: url(title01.png);
  padding-bottom: 21%;
}

#clm_cont section p.fz11 {
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #symptom_title {
    background-position: right 15% center;
  }

  #column_main #symptom_title h2 {
    padding-bottom: 24%;
    top: 20px;
    bottom: auto;
  }
}

#clm_cont section .aside.zukai {
  padding-left: 11.5%;
  padding-right: 11.5%;
}

#clm_wrap #clm_cont section .aside.zukai ul li:nth-child(1) {
  padding-bottom: 16px;
}
#clm_wrap #clm_cont section .aside.zukai ul li:nth-child(2) {
  padding-top: 16px;
}

@media screen and (max-width: 768px) {
  #clm_cont section .aside.zukai {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 640px) {
  #clm_cont section .aside.zukai {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  #clm_wrap #clm_cont section .aside.zukai ul li:nth-child(1) {
    padding-bottom: 10px;
  }
  #clm_wrap #clm_cont section .aside.zukai ul li:nth-child(2) {
    padding-top: 10px;
  }
}
