﻿@charset "utf-8";

#ketsumakuen_title {
  background: url(bg_title.jpg) no-repeat right top;
}

#ketsumakuen_title h2 {
  width: 524px;
  height: 146px;
  background: url(title01.png) no-repeat left center;
  padding: 0;
  left: 50px;
}

@media screen and (max-width: 768px) {
  #ketsumakuen_title {
    background-size: auto 100%;
    background-position: right 35% center;
  }

  #ketsumakuen_title h2 {
    width: 64.5%;
    height: 0;
    background-size: contain;
    padding: 0 0 18% 0;
    left: 20px;
  }
}

#clm_cont section .aside.zukai {
  padding-left: 112px;
  padding-right: 112px;
}

#clm_cont section .aside.zukai ul li {
  padding-bottom: 16px;
}

#clm_cont section .aside > h4 strong {
  color: #ee5561;
}

@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;
  }
}
