@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 13.3333333333vw;
  }
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

main {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  main {
    margin: 50px 0 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main {
    margin-top: 50px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin: 5.3333333333vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  main article {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  main article {
    padding: 0 4.8vw;
  }
}
main article > h1 {
  line-height: 1.35;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main article > h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  main article > h1 {
    font-size: 5.3333333333vw;
  }
}
main article div.date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  main article div.date {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  main article div.date {
    margin-top: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main article div.date > div {
    display: flex;
    flex-wrap: wrap;
  }
}
main article div.date > div p {
  font-family: "Afacad", sans-serif;
  color: #646464;
}
@media screen and (min-width: 768px) {
  main article div.date > div p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main article div.date > div p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  main article div.date > div p.new {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  main article div.date > div p.new {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  main article > div.image {
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  main article > div.image {
    margin: 2.6666666667vw 0 4vw;
  }
}
main article p.description {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  main article p.description {
    margin: 15px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main article p.description {
    margin: 4vw 0;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main article .index-wrap {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  main article .index-wrap {
    margin: 4vw 0;
  }
}
main article .index-wrap .index {
  border: 1px solid #e5e0d2;
  background: #f0ecea;
}
@media screen and (min-width: 768px) {
  main article .index-wrap .index {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  main article .index-wrap .index {
    padding: 4.8vw 4.8vw 4.8vw;
  }
}
main article .index-wrap .index p {
  display: inline-block;
  font-weight: normal;
  color: #fff;
  background: #BFA756;
}
@media screen and (min-width: 768px) {
  main article .index-wrap .index p {
    padding: 5px 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main article .index-wrap .index p {
    padding: 1.0666666667vw 2.1333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  main article .index-wrap .index ol {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  main article .index-wrap .index ol {
    margin-top: 4vw;
  }
}
main article .index-wrap .index ol li:before {
  display: none;
}
main article .index-wrap .index ol li a {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  main article .index-wrap .index ol li a {
    padding-left: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main article .index-wrap .index ol li a {
    padding-left: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
main article .index-wrap .index ol li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  margin: auto;
  background: #333;
}
@media screen and (min-width: 768px) {
  main article .index-wrap .index ol li a:before {
    top: 13px;
    width: 20px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  main article .index-wrap .index ol li a:before {
    top: 11px;
    width: 12px;
    height: 1px;
  }
}
@media screen and (min-width: 768px) {
  main article .index-wrap .index ol li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  main article .index-wrap .index ol li + li {
    margin-top: 4.8vw;
  }
}
main article div.the-content .wp-block-table {
  overflow-x: visible;
}
main article div.the-content small {
  font-size: smaller;
}
main article div.the-content > h2 {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  main article div.the-content > h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 12px;
    border-bottom: 2px solid #BFA756;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content > h2 {
    margin-top: 5.3333333333vw;
    margin-bottom: 4vw;
    padding-bottom: 3.2vw;
    border-bottom: 2px solid #BFA756;
    font-size: 5.3333333333vw;
  }
}
main article div.the-content > h3 {
  font-weight: bold;
  line-height: 1.6;
  color: #BFA756;
}
@media screen and (min-width: 768px) {
  main article div.the-content > h3 {
    margin: 35px 0 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content > h3 {
    margin: 8vw 0 0.04vw;
    font-size: 4.2666666667vw;
  }
}
main article div.the-content > h4 {
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  main article div.the-content > h4 {
    margin: 20px 0 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content > h4 {
    margin: 5.3333333333vw 0 4vw;
    font-size: 3.4666666667vw;
  }
}
main article div.the-content > p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  main article div.the-content > p {
    margin: 15px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content > p {
    margin: 4vw 0;
    font-size: 3.4666666667vw;
  }
}
main article div.the-content > p a {
  color: #BFA756;
}
main article div.the-content .has-text-align-left {
  text-align: left;
}
main article div.the-content .has-text-align-center {
  text-align: center;
}
main article div.the-content .has-text-align-right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  main article div.the-content > ul {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content > ul {
    margin: 5.3333333333vw 0;
  }
}
main article div.the-content > ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  main article div.the-content > ul li {
    padding-left: 47px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content > ul li {
    padding-left: 7.7333333333vw;
    font-size: 3.4666666667vw;
  }
}
main article div.the-content > ul li:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  border-radius: 100%;
  background: #333;
}
@media screen and (min-width: 768px) {
  main article div.the-content > ul li:before {
    top: 10px;
    left: 20px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content > ul li:before {
    top: 1.8666666667vw;
    left: 2.9333333333vw;
    width: 6px;
    height: 6px;
  }
}
main article div.the-content > ul li a {
  color: #BFA756;
}
@media screen and (min-width: 768px) {
  main article div.the-content li + li {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content li + li {
    margin-top: 3.2vw;
  }
}
main article div.the-content > ol {
  list-style-type: decimal;
}
@media screen and (min-width: 768px) {
  main article div.the-content > ol {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content > ol {
    margin: 5.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  main article div.the-content > ol li {
    margin-top: 20px;
    margin-left: 41px;
    padding-left: 6px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content > ol li {
    margin-top: 4vw;
    margin-left: 7.2vw;
    padding-left: 0.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main article div.the-content > ol li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content > ol li + li {
    margin-top: 2.6666666667vw;
  }
}
main article div.the-content figure {
  text-align: center;
}
@media screen and (min-width: 768px) {
  main article div.the-content figure {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content figure {
    margin: 5.3333333333vw 0;
  }
}
main article div.the-content figure img {
  width: auto;
}
@media screen and (min-width: 768px) {
  main article div.the-content figcaption {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content figcaption {
    margin: 2.6666666667vw 0;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content .wp-block-table {
    overflow-x: scroll;
  }
}
main article div.the-content .wp-block-table thead {
  border: none !important;
}
main article div.the-content .wp-block-table td, main article div.the-content .wp-block-table th {
  border: 1px solid #e5e0d2 !important;
}
main article div.the-content table {
  display: table;
  border: 1px solid #e5e0d2;
}
@media screen and (min-width: 768px) {
  main article div.the-content table {
    margin: 30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content table {
    width: 100%;
    margin: 5.3333333333vw 0 5.3333333333vw;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content table.has-fixed-layout {
    table-layout: auto !important;
  }
}
main article div.the-content table tbody tr {
  border-top: 1px solid #e5e0d2 !important;
}
@media screen and (min-width: 768px) {
  main article div.the-content table tr {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content table tr {
    padding: 2.6666666667vw;
  }
}
main article div.the-content table tr th, main article div.the-content table tr td {
  text-align: left;
}
@media screen and (min-width: 768px) {
  main article div.the-content table tr th, main article div.the-content table tr td {
    padding: 15px !important;
    font-size: 16px !important;
    min-width: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  main article div.the-content table tr th, main article div.the-content table tr td {
    padding: 2.6666666667vw !important;
    font-size: 4vw !important;
  }
}
main article div.the-content table tr th:not(:first-of-type), main article div.the-content table tr td:not(:first-of-type) {
  border-left: 1px solid #e5e0d2 !important;
}
@media screen and (min-width: 768px) {
  main article div.the-content table tr th:nth-of-type(2), main article div.the-content table tr td:nth-of-type(2) {
    max-width: 670px;
  }
}
main .recommend {
  border: 1px solid #e5e0d2;
}
@media screen and (min-width: 768px) {
  main .recommend {
    margin-top: 50px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  main .recommend {
    margin-top: 10.6666666667vw;
    padding: 5.3333333333vw;
  }
}
main .recommend .title {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main .recommend .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main .recommend .title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main .recommend ul.list li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  main .recommend ul.list li {
    margin-top: 5.3333333333vw;
  }
}
main .recommend ul.list li a {
  display: flex;
}
main .recommend .image {
  height: 100%;
  border: 1px solid #e5e0d2;
}
@media screen and (min-width: 768px) {
  main .recommend .image {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  main .recommend .image {
    width: 100%;
    max-width: 26.66667vw;
  }
}
@media screen and (min-width: 768px) {
  main .recommend .text-wrap {
    width: calc(100% - 160px);
    padding-left: 17px;
  }
}
@media screen and (max-width: 767px) {
  main .recommend .text-wrap {
    width: 80%;
    padding: 0 0 0 2.6666666667vw;
  }
}
main .recommend .text {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main .recommend .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main .recommend .text {
    font-size: 3.4666666667vw;
  }
}
main .recommend .date {
  font-family: "Afacad", sans-serif;
  color: #646464;
}
@media screen and (min-width: 768px) {
  main .recommend .date {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main .recommend .date {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
  }
}