
  *{
    box-sizing: border-box;
  }
  .smm_top_lead {
    margin: 15px 10px;
  }
  .c_unit .c_unit_inner {
    margin-bottom: 25px;
  }
  .ch-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .ch-list-item {
    width: 25%;
    text-align: center;
    border: 1px solid #ccc;
    margin-top: -1px;
    margin-left: -1px;
    width: calc(25% + 1px);
    padding: 2%;
    display: flex;
    flex-direction: column;
  }
  .ch-logo img,
  .ch-img a img {
    max-width: 175px;
    width: 100%;
  }
  .ch-detail {
    margin: 10px 0;
    text-align: left;
  }
  .ch-joinbtn {
    margin-top: auto;
  }
  .ch-joinbtn a {
    margin-top: auto;
    background-color: #ff9000;
    color: #ffffff;
    width: 100%;
    padding: 10px 30px 10px 15px;
    display: inline-block;
    font-weight: bold;
    position: relative;
  }
  .ch-joinbtn a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    background: url(/imagedata/custom/images/adult/lightplan/arrow_white_m.png) no-repeat;
    width: 8px;
    height: 13px;
    margin-top: -7px;
  }
  .ch-joinbtn a:hover {
    opacity: .7;
    transition: .5s;
    background-color: #ff9000;
  }
  .get_product_wrap .title,
  .get_product_wrap .detail_url
   {
     display: none;
  }


  @media screen and (max-width: 600px) {
    .c_unit_inner {
      border-bottom: 1px solid #ccc;
    }
    .ch-list-item {
      width: 50%;
      margin: 0;
      padding: 3%;
      /* border: none; */
      border-bottom: 1px solid #ccc;
    }
    .ch-list li:nth-child(odd) {
      border-right: 1px solid #ccc;
    }
    .c_unit .c_unit_inner {
      padding: 0;
      margin: 0;
    }
  }
@media screen and (min-width: 1800px) {
  .ch-list-item {
    width: 20%;
    width: calc(20% + 1px);
  }
  
}