.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
body {
  background-color: #f4f4ef;
}

#words-page {
  padding-top: 79px;
  background: none;
  border-right: none;
  border-left: none;
  min-height: auto;
}

.headline {
  position: relative;
  width: 100%;
  background-color: #f4f4ef;
  border-left: #000000 solid 1px;
  border-right: #000000 solid 1px;
  box-sizing: border-box;
}

.headline__inner {
  position: relative;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}

.headline__main {
  text-align: center;
  line-height: 1.0em;
}

.localnav {
  position: relative;
  width: 100%;
  background-color: #f4f4ef;
  border-top: #000000 solid 1px;
  border-left: #000000 solid 1px;
  border-right: #000000 solid 1px;
  box-sizing: border-box;
}

.localnav__inner {
  position: relative;
  width: 100%;
  padding: 40px 0;
}

.localnav__inner ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.localnav__inner li {
  position: relative;
}

.localnav__inner li:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background-color: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.localnav__inner a {
  text-decoration: none;
  color: #000000;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 20px;
  line-height: 2.23em;
  display: block;
  padding: 0 30px;
  transition: all .2s;
}

.localnav__inner a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.detail {
  position: relative;
  width: 100%;
  background-color: #f4f4ef;
  border-top: #000000 solid 1px;
  border-left: #000000 solid 1px;
  border-right: #000000 solid 1px;
  box-sizing: border-box;
}

.detail__inner {
  position: relative;
  width: 100%;
}

.detail__inner dl {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #000000 solid 1px;
}

.detail__inner dl:last-of-type {
  border-bottom: none;
}

.detail__inner dt p,
.detail__inner dd p {
  padding: 40px 0;
  margin: 0 50px;
}

.detail__inner dt {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  border-right: #000000 solid 1px;
}

.detail__inner dt p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 20px;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scaleX(1.1);
  position: relative;
}

.detail__inner dt p:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url("../img/words/icon_word.png") center center no-repeat;
  background-size: cover;
  line-height: 0;
  font-size: 0;
  margin-right: 10px;
}

.detail__inner dd {
  width: calc(100% - 400px);
}

.detail__inner dd p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 15px;
  letter-spacing: .025em;
  line-height: 1.88em;
}

.paging {
  position: relative;
  width: 100%;
  background-color: #f4f4ef;
  border-left: #000000 solid 1px;
  border-right: #000000 solid 1px;
  border-top: #000000 solid 1px;
  box-sizing: border-box;
}

.paging__inner {
  position: relative;
  width: 100%;
}

.paging__back {
  padding: 90px 0;
  text-align: center;
}

.paging__back a {
  display: inline-block;
  line-height: 1.0em;
  transition: all .2s;
}

.paging__back a:hover {
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

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

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  body {
    background-color: #f4f4ef;
  }
  #words-page {
    padding-top: 39px;
    padding-top: 10.4vw;
    background: none;
    background-color: #f4f4ef;
    border-right: none;
    border-left: none;
  }
  .headline {
    position: relative;
    width: 100%;
    background-color: #f4f4ef;
    border-left: none;
    border-right: none;
  }
  .headline__inner {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-top: 13.33333vw;
    padding-bottom: 50px;
    padding-bottom: 13.33333vw;
  }
  .headline__main {
    text-align: center;
    line-height: 1.0em;
  }
  .headline__main img {
    height: 28px;
    height: 7.46667vw;
    width: auto;
  }
  .localnav {
    position: relative;
    width: 100%;
    background-color: #f4f4ef;
    border: none;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
    box-sizing: border-box;
  }
  .localnav__inner {
    position: relative;
    width: 100%;
    padding: 25px 0;
    padding: 6.66667vw 0;
  }
  .localnav__inner ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 20px);
    width: calc(100% - 5.33333vw);
    margin: 0 auto;
  }
  .localnav__inner li {
    position: relative;
  }
  .localnav__inner li:after {
    content: '';
    display: block;
    width: 1px;
    width: 0.26667vw;
    height: 12px;
    height: 3.2vw;
    background-color: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .localnav__inner a {
    text-decoration: none;
    color: #000000;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 12.5px;
    font-size: 3.33333vw;
    line-height: 2.18em;
    display: block;
    padding: 0 17px;
    padding: 0 4.53333vw;
    transition: none;
  }
  .localnav__inner a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .detail {
    position: relative;
    width: 100%;
    background-color: #f4f4ef;
    border: none;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
    box-sizing: border-box;
  }
  .detail__inner {
    position: relative;
    width: 100%;
  }
  .detail__inner dl {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
  }
  .detail__inner dl:last-of-type {
    border-bottom: none;
  }
  .detail__inner dt,
  .detail__inner dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .detail__inner dt p,
  .detail__inner dd p {
    margin: 0 25px;
    margin: 0 6.66667vw;
  }
  .detail__inner dt {
    border-right: none;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
  }
  .detail__inner dt p {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 14.5px;
    font-size: 3.86667vw;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scaleX(1.05);
    position: relative;
    padding: 15px 0;
    padding: 4vw 0;
  }
  .detail__inner dt p:before {
    content: '';
    display: inline-block;
    width: 16px;
    width: 4.26667vw;
    height: 12px;
    height: 3.2vw;
    background: url("../img/words/icon_word.png") center center no-repeat;
    background-size: cover;
    line-height: 0;
    font-size: 0;
    margin-right: 8px;
    margin-right: 2.13333vw;
  }
  .detail__inner dd p {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 13px;
    font-size: 3.46667vw;
    letter-spacing: .025em;
    line-height: 1.83em;
    padding: 25px 0 50px;
    padding: 6.66667vw 0 13.33333vw;
  }
  .paging {
    position: relative;
    width: 100%;
    background-color: #f4f4ef;
    border-left: none;
    border-right: none;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
    box-sizing: border-box;
  }
  .paging__inner {
    position: relative;
    width: 100%;
  }
  .paging__back {
    padding: 50px 0;
    padding: 13.33333vw 0;
    text-align: center;
    border-left: #000000 solid 1px;
    border-right: #000000 solid 1px;
  }
  .paging__back a {
    display: inline-block;
    line-height: 1.0em;
    transition: none;
  }
  .paging__back a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .paging__back img {
    height: 25px;
    height: 6.66667vw;
    width: auto;
  }
}
