/* =============================

conts

==============================*/
.conts .box .list {
  margin-bottom: 50px; }

.conts .box h3 {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  height: auto;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.6em; }
  .conts .box h3::before {
    content: '';
    position: absolute;
    background: #3AAA78;
    width: 15px;
    height: 2px;
    top: 50%;
    left: 0; }

.conts .box p {
  width: 94%;
  margin: 0 auto; }

.conts .box ul {
  width: 90%;
  margin: 10px auto 0; }
  .conts .box ul li {
    list-style-type: disc;
    line-height: 1.2em;
    padding: 6px 0; }

.conts .box .name p {
  width: 100%;
  font-weight: 500;
  font-size: 16px; }

@media screen and (max-width: 768px) {
  /* =============================

    conts

    ==============================*/ }
