@charset "UTF-8";
/* ==================================================
base
================================================== */
/*サイト全体の背景色を変更する場合*/
/*body { background: #fff; }*/
/*コンテンツ部の背景に画像を敷く場合*/
/*.wrapper { background: url(../img/xxx.png) repeat-x; }*/
/*コンテンツ部の上部をヘッダーに付ける場合*/
/*#contents { padding-top: 0; }*/
/*1カラムだけの場合*/
/*
#main { width: 100%; }
aside#side { display: none; }
*/
#contents {
  max-width: 1060px;
  width: 100%;
}

#contents ul li {
  padding-left: 0;
}

#contents ul li:before {
  display: none;
}

/* ==================================================
オリジナルの追加
================================================== */
.-head {
  margin-bottom: 6.375rem;
}
.-head img {
  margin-bottom: 4rem;
}
.-head h1 {
  font-size: 1.81rem;
  font-weight: 600;
  line-height: 1.37;
  margin-bottom: 1.17em;
}
.-head h1 span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.37;
}

.-wrap {
  margin: 0 5%;
}

.-anchor {
  width: 90%;
  border: 1px solid #ddd;
  padding: 5%;
  margin: 0 auto 8.43rem;
}
.-anchor p {
  margin-bottom: 0.5em;
}
.-anchor ol {
  counter-reset: li;
}
.-anchor ol li {
  position: relative;
  margin-left: 1.3em;
}
.-anchor ol li:before {
  position: absolute;
  counter-increment: li;
  content: counter(li) ".";
  left: -1.3em;
  top: 0;
}
.-anchor ol li a {
  color: #1e7ba5;
}

.-more {
  margin: 5% 0;
}
.-more a {
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  padding: 0.5em 0;
  border: 1px solid #1e7ba5;
  border-radius: 3rem;
  transition: opacity 0.3s all;
}
.-more a span {
  position: relative;
  padding-right: 1.5em;
  color: #1e7ba5;
}
.-more a span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  background: url("../img/icn-lnk.svg") no-repeat 50% 50%;
  background-size: contain;
}
.-more a:hover {
  background-color: #1e7ba5;
}
.-more a:hover span {
  color: #fff;
}
.-more a:hover span:after {
  background-image: url("../img/icn-lnk_w.svg");
}
.-more.no-outbound span:after {
  display: none;
}

.section .article {
  margin-bottom: 3em;
}
.section .article h2 {
  text-align: left;
  font-size: 1.8125rem;
  line-height: 1.37;
  font-weight: 600;
  padding-bottom: 0.82em;
  border-bottom: 1px solid #6ca73a;
  margin: 0 0 1.6em 5%;
  padding-right: 5%;
}
.section .article h3 {
  font-size: 1.5rem;
  line-height: 1.37;
  font-weight: 600;
  margin: 0 0 1.6em;
}
.section .article .-txt {
  padding: 5% 0;
}
.section .article .-txt2 {
  padding: 0 0 5%;
}
.section .article .-txt p,
.section .article .-txt2 p {
  margin-bottom: 0;
}
.section .article .-txt p:not(:last-of-type),
.section .article .-txt2 p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.section .article .-box {
  padding: 5%;
  border: 1px solid #ddd;
}
.section .article .-box h3 {
  font-size: 1.8125rem;
}
.section .article .-box h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.section .article .-box dl dt {
  margin-top: 1rem;
  font-weight: 600;
}/*# sourceMappingURL=styles.css.map */