﻿@charset "utf-8";

#after-burn_title {
  background-image: url(bg_title.jpg);
}

#column_main #after-burn_title h2 {
  background-image: url(title01.png);
  padding-bottom: 14.5%;
}

@media screen and (max-width: 768px) {
  #after-burn_title {
    background-position: right 15% center;
  }

  #column_main #after-burn_title h2 {
    padding-bottom: 17%;
  }
}

#clm_cont section .aside ul li {
  zoom: 100%;
}

#clm_cont section .aside ul li:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#clm_cont section .aside ul li .p_wrap {
  width: 35%;
  float: right;
  margin: 0 0 0.5em 1.5em;
}

#clm_cont section .aside ul li .p_wrap img {
  border: 1px solid rgb(195, 215, 233);
}

@media screen and (max-width: 480px) {
  #clm_cont section .aside ul li .p_wrap {
    width: 60%;
    float: none;
    text-align: center;
    margin: 0 auto 1em auto;
  }
}

#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_prod .img_right {
  max-width: 50%;
  width: 320px;
}

.img_wrap {
  padding: 10px 6% 20px 6%;
  background: #fff;
  border: 1px solid #c3d7e9;
  margin: 0 0 1em 0;
}

#clm_cont section .point_box h4 {
  display: block;
}

@media screen and (max-width: 768px) {
  #clm_cont section .aside_prod .img_right {
    max-width: 40%;
    width: auto;
  }

  #clm_cont section .aside ul.checklist {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 640px) {
  .clm_btn01 a {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  #clm_cont section .aside_prod .img_right {
    max-width: 100%;
  }

  .img_wrap {
    padding: 6px 2% 10px 2%;
  }

  .clm_btn01 a {
    display: block;
  }
}
