#conts {
  padding: 160px 0 160px;
}
#conts .inner {
  text-align: left;
  margin: auto;
}
#conts h1 {
  border-bottom: 2px dotted var(--color-red);
}
#conts h2 {
  background-color: #eee;
  line-height: 1.4;
  font-size: 18px;
}
#conts h3 {
  margin: 1.5em 0 0.5em;
  font-weight: bold;
  color: var(--color-red);
  position: relative;
  line-height: 1.4;
}
#conts p {
  line-height: 180%;
}
#conts p + p {
  margin-top: 16px;
}
#conts a {
  color: var(--color-blue);
  position: relative;
}
#conts a.text_link {
  padding-left: 1em;
  background: url(../img/arrow_txt_link.png) 6px center no-repeat;
  background-size: 6px 6px;
}
#conts a.blank {
  padding-right: 20px;
}
#conts a.blank::after {
  width: 15px;
  height: 12px;
  position: absolute;
  right: 0;
  display: block;
  background: url(../img/icon_blank.svg) center right no-repeat;
  content: "";
}
#conts .c-detail-note-alpha {
  margin: 1em 0;
  color: #666;
  line-height: 1.7;
}
#conts ul:not([class]) {
  margin: 1em 0;
}
#conts ul > li {
  padding-left: 20px;
  line-height: 180%;
  position: relative;
}
#conts ul > li + li {
  margin-top: 0.5em;
}
#conts ul > li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 0.8em;
  background-color: var(--color-red);
  border-radius: 100%;
}
#conts ol {
  margin: 1.5em 0;
}
#conts ol > li {
  line-height: 2;
  position: relative;
  counter-increment: number;
  padding-left: 2.4em;
}
#conts ol > li + li {
  margin-top: 1.2em;
}
#conts ol > li:before {
  content: counter(number) ".";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-red);
  font-weight: bold;
  font-family: "Montserrat";
  width: 2em;
  text-align: right;
}
#conts .c-link-icon {
  margin-bottom: 16px;
}

footer .totop {
  color: var(--color-main);
}

@media screen and (min-width: 768px) {
  #conts .inner {
    width: 66.66%;
    max-width: 800px;
  }
  #conts h1 {
    font-size: 2.4rem;
    padding-bottom: 23px;
    margin-bottom: 25px;
  }
  #conts h2 {
    padding: 0.3em 1em;
    margin: 60px 0 1.3em;
  }
  #conts h3 {
    font-size: 22px;
  }
  #conts a.blank::after {
    bottom: 5px;
  }
  #conts p, #conts li {
    font-size: 16px;
  }
  #conts .c-detail-note-alpha {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #conts .inner {
    width: calc(100% - 50px);
  }
  #conts h1 {
    font-size: 1.6rem;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  #conts h2 {
    padding: 0.8em 1em;
    margin: 30px 0 1em;
  }
  #conts h3 {
    font-size: 18px;
  }
  #conts a.blank::after {
    bottom: 4px;
  }
  #conts p, #conts li {
    font-size: 14px;
  }
  #conts .c-detail-note-alpha {
    font-size: 12px;
  }
}/*# sourceMappingURL=contents.css.map */