﻿@charset "utf-8";

.br_pconly {
  display: block;
}

#clm_wrap > section .sec .img_right#img02,
#clm_wrap > section .sec .img_right#img03 {
  width: 33%;
  float: right;
  margin: 0 0 0.5em 1em;
}

#clm_wrap > section .sec > h3.t_hf {
  width: 55%;
  float: left;
}

.c_left {
  clear: left;
}

.chk_list {
  border: 1px solid #b3b8c7;
  background: #fff;
  padding: 26px 32px 6px;
  margin-bottom: 1em;
}

.chk_list ul li {
  width: auto;
  display: block;
  box-sizing: border-box;
  margin: 0 0 1.2em 0;
  background: url(ico_check.gif) no-repeat left top;
  line-height: 1.3;
  padding: 4px 0 0 35px;
  min-height: 26px;
  border: 0;
}

@media screen and (max-width: 768px) {
  .br_pconly {
    display: none;
  }

  .chk_list {
    padding: 2.5rem 1.75rem 0;
  }

  .chk_list ul {
    padding-bottom: 16px;
  }

  .chk_list ul li {
    margin: 0 0 8px 0;
  }
}

@media screen and (max-width: 480px) {
  #clm_wrap > section .sec .img_right#img02,
  #clm_wrap > section .sec .img_right#img03 {
    width: 40%;
    float: right;
    margin: 0 0 0.5em 0.5em;
  }

  #clm_wrap > section .sec > h3.t_hf {
    width: auto;
    float: none;
  }

  .chk_list ul li {
    background: url(ico_check.gif) no-repeat left top;
    background-size: 20px 20px;
    padding: 1px 0 0 28px;
    min-height: 20px;
  }
}
