@charset "UTF-8";
/**
 * 変数
 */
/**
 * color
 * ---------------------------
 */
/**
 * コンテンツ幅
 * ---------------------------
 */
/**
 * font famiry
 * ---------------------------
 */
#staticPagesWrap .wrap {
  padding: 55px 0;
}
#staticPagesWrap .inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
#staticPagesWrap hgroup h2 {
  font-size: min(14vw, 50px);
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  color: #E1E2E4;
}
#staticPagesWrap hgroup p {
  margin-top: 22px;
  font-size: min(4vw, 15px);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #08091B;
}
#staticPagesWrap .btnWrap {
  width: 100%;
  max-width: 250px;
  margin: 30px auto 0;
}
#staticPagesWrap .btnWrap .btn a, #staticPagesWrap .btnWrap .btn input {
  display: block;
  width: 100%;
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.2;
  text-align: center;
  color: #FFFFFF;
  background: #986D41;
  border-radius: 33px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#staticPagesWrap .btnWrap .btn a:hover, #staticPagesWrap .btnWrap .btn input:hover {
  background: #7b4712;
}
@media (min-width: 769px) {
  #staticPagesWrap .wrap {
    padding: 96px 0 80px;
  }
  #staticPagesWrap .inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
  }
  #staticPagesWrap hgroup h2 {
    font-size: min(8vw, 88px);
  }
  #staticPagesWrap hgroup p {
    font-size: 16px;
  }
  #staticPagesWrap .btnWrap {
    max-width: 300px;
    margin: 50px auto 0;
  }
  #staticPagesWrap .btnWrap .btn a, #staticPagesWrap .btnWrap .btn input {
    padding: 10px 10px 11px;
    font-size: min(2vw, 18px);
    line-height: 1.8;
  }
}

/*
#staticPagesContent
---------------------------*/
#staticPagesContent {
  margin-top: 56px;
}
#staticPagesContent p + p {
  padding-top: 1em;
}
#staticPagesContent .contentBlock + .contentBlock {
  padding-top: 30px;
}
#staticPagesContent .updatedDate {
  color: #7b4712;
  text-align: right;
  padding-bottom: 1em;
}
#staticPagesContent .contentTitle {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #986D41;
}
#staticPagesContent .contentInnerTitle {
  position: relative;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5;
  padding-left: 20px;
  margin-bottom: 0.5em;
}
#staticPagesContent .contentInnerTitle > * {
  font-weight: 500;
  line-height: 1.5;
}
#staticPagesContent .contentInnerTitle:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #986D41;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#staticPagesContent .circleList {
  padding: 15px 0;
}
#staticPagesContent .circleList li {
  position: relative;
  line-height: 1.6;
  padding-left: 16px;
}
#staticPagesContent .circleList li + li {
  margin-top: 0.5em;
}
#staticPagesContent .circleList li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #986D41;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
}
#staticPagesContent .numList {
  padding: 15px 0;
}
#staticPagesContent .numList li {
  line-height: 1.6;
  text-indent: -1.35em;
  padding-left: 1.35em;
}
#staticPagesContent .numList li + li {
  margin-top: 0.5em;
}
#staticPagesContent .numList > li {
  list-style: decimal;
  list-style-position: inside;
}
#staticPagesContent .numList2 {
  padding: 15px 0;
}
#staticPagesContent .numList2 li {
  line-height: 1.6;
  text-indent: -1.8em;
  padding-left: 1.8em;
}
#staticPagesContent .numList2 li + li {
  margin-top: 0.5em;
}
#staticPagesContent .numList2 li.digits2 {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
#staticPagesContent .linkText {
  position: relative;
  color: #986D41;
  padding-left: 16px;
  text-decoration: underline;
}
#staticPagesContent .linkText:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #986D41;
  border-right: solid 1px #986D41;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  margin: auto;
}
#staticPagesContent .linkLine {
  color: #986D41;
  text-decoration: underline;
}
#staticPagesContent .linkLine.tab::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("/img/common/icon-tab-brown.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 4px;
  vertical-align: middle;
}
#staticPagesContent .define + .define {
  margin-top: 20px;
}
#staticPagesContent .define ul {
  padding: 15px 0;
}
#staticPagesContent .define ul li {
  line-height: 1.6;
}
#staticPagesContent .define ul li + li {
  margin-top: 0.5em;
}
#staticPagesContent .define .indentList li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
#staticPagesContent p + .define, #staticPagesContent p + .contentInnerTitle {
  margin-top: 20px;
}
#staticPagesContent .contentTable {
  width: 100%;
}
#staticPagesContent .contentTable.js-scrollable table {
  width: 800px;
}
#staticPagesContent .contentTable table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border: 1px solid #D9D9D9;
}
#staticPagesContent .contentTable th {
  white-space: nowrap;
}
#staticPagesContent .contentTable th,
#staticPagesContent .contentTable td {
  vertical-align: middle;
  line-height: 1.6;
  border: 1px solid #D9D9D9;
  padding: 10px 15px;
}
#staticPagesContent .contentTable thead th {
  background-color: #986D41;
  color: #fff;
}
#staticPagesContent .contentTable tbody th {
  text-align: left;
}
#staticPagesContent .contentTable tbody td:nth-of-type(1) {
  width: 15%;
}
#staticPagesContent .contentTable tbody td:nth-of-type(2) {
  width: 45%;
}
#staticPagesContent .contentTable tbody td:nth-of-type(3),
#staticPagesContent .contentTable tbody td:nth-of-type(4) {
  width: 10%;
}
#staticPagesContent .contentTable tbody td:nth-of-type(5) {
  width: 20%;
}
#staticPagesContent .contentTable tbody td:nth-of-type(1),
#staticPagesContent .contentTable tbody td:nth-of-type(3),
#staticPagesContent .contentTable tbody td:nth-of-type(4) {
  text-align: center;
}
@media (min-width: 769px) {
  #staticPagesContent {
    margin-top: 80px;
  }
  #staticPagesContent .contentBlock + .contentBlock {
    padding-top: 40px;
  }
  #staticPagesContent .contentTitle {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #staticPagesContent .contentInnerTitle {
    font-size: 20px;
  }
  #staticPagesContent .define + .define, #staticPagesContent .define + .contentInnerTitle,
  #staticPagesContent p + .define,
  #staticPagesContent p + .contentInnerTitle {
    margin-top: 20px;
  }
  #staticPagesContent .contentTable.js-scrollable table {
    width: 100%;
  }
}/*# sourceMappingURL=static-pages.css.map */