﻿@charset "utf-8";

#monomorai_title {
  background: url(bg_title.jpg) no-repeat right top;
}

#monomorai_title h2 {
  width: 524px;
  height: 146px;
  background: url(title01.png) no-repeat left center;
  padding: 0;
  left: 50px;
}

@media screen and (max-width: 768px) {
  #monomorai_title {
    background-size: auto 100%;
    background-position: right 35% center;
  }

  #monomorai_title h2 {
    width: 64.4%;
    height: 0;
    background-size: contain;
    padding: 0 0 18% 0;
    left: 20px;
  }
}

#clm_cont .img_center img {
  margin: 0 auto;
}

#clm_cont .img_center + p {
  margin-top: 1.2em;
}

#clm_cont section .aside.zukai {
  text-align: center;
}

#clm_cont section .aside.zukai ul {
  display: inline-block;
}

#clm_cont section .aside.zukai ul h4 {
  text-align: left;
}

#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.ib_list.ib_block {
  margin-left: 0;
}

#clm_cont section .aside ul.ib_list.ib_block li {
  border: 0;
  display: block;
  margin: 0 0 0.75em 0;
  font-weight: inherit;
  color: inherit;
  background-position: left 10px;
}

#clm_cont section .aside ul.ib_list.ib_block li:last-child {
  margin: 0 0 0 0;
}

@media screen and (max-width: 768px) {
  #clm_cont section .aside ul.checklist {
    padding-bottom: 12px;
  }

  #clm_cont section .aside ul.ib_list.ib_block li {
    background-position: left 0.5em;
  }
}

@media screen and (max-width: 640px) {
  #clm_cont section .aside.zukai ul li {
    padding-bottom: 10px;
  }
}

.clm_body {
  margin-bottom: 0;
  border-bottom: 0;
}
