﻿@charset "utf-8";

#monomorai_title {
  background: url(bg_title.jpg) no-repeat right top;
}

#monomorai_title h2 {
  width: 646px;
  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: 79.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 .img_right {
  width: 38%;
}

#clm_cont section .aside .img_right#img10 {
  width: 42%;
}

#clm_cont section .aside ul li {
  display: block;
  min-height: 1%;
}

#clm_cont section .aside ul li::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

#img06,
#img07,
#img10 {
  border: 1px solid #c3d7e9;
}

@media screen and (max-width: 480px) {
  #clm_cont section .aside .img_right,
  #clm_cont section .aside .img_right#img10 {
    width: calc(100% - 1.4rem);
    float: right;
  }

  #clm_cont section .aside .img_right + p {
    clear: both;
  }

  #clm_cont .img_right#img06,
  #clm_cont .img_right#img07 {
    margin-bottom: 0.5em;
  }
}

.clm_body {
  margin-bottom: 0;
  border-bottom: 0;
}
