﻿@charset "utf-8";

.br_pconly {
  display: block;
}

#clm_wrap > section .sec #img03 {
  width: 68%;
  margin-bottom: 1em;
}

#clm_wrap > section .sec ol {
  clear: both;
  margin: 0 0 1em 0;
  counter-reset: num;
}

#clm_wrap > section .sec ol li {
  margin: 0 0 0.7em 0;
  padding-left: 30px;
  position: relative;
}

#clm_wrap > section .sec ol li:last-child {
  margin: 0;
}

#clm_wrap > section .sec ol li:before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  height: 21px;
  width: 21px;
  background: #0b234f;
  color: #fff;
  font-size: 1.3rem;
  line-height: 21px;
  text-align: center;
  margin: auto;
  top: 5px;
  left: 0;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .br_pconly {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #clm_wrap > section .sec #img03 {
    width: auto;
  }

  #clm_wrap > section .sec ol li:before {
    top: 3px;
  }
}
