[data-wordcount="1"] {
  max-height: calc(2em * 1);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount="1"] {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

[data-wordcount-sp="1"] {
  max-height: calc(2em * 1);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount-sp="1"] {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

@media sm {
  [data-wordcount-pc="1"] {
    max-height: calc(2em * 1);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
  }
  @supports (-webkit-line-clamp: 3) {
    [data-wordcount-pc="1"] {
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}

[data-wordcount="2"] {
  max-height: calc(2em * 2);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount="2"] {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

[data-wordcount-sp="2"] {
  max-height: calc(2em * 2);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount-sp="2"] {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

@media sm {
  [data-wordcount-pc="2"] {
    max-height: calc(2em * 2);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
  }
  @supports (-webkit-line-clamp: 3) {
    [data-wordcount-pc="2"] {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}

[data-wordcount="3"] {
  max-height: calc(2em * 3);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount="3"] {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

[data-wordcount-sp="3"] {
  max-height: calc(2em * 3);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount-sp="3"] {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

@media sm {
  [data-wordcount-pc="3"] {
    max-height: calc(2em * 3);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
  }
  @supports (-webkit-line-clamp: 3) {
    [data-wordcount-pc="3"] {
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}

[data-wordcount="4"] {
  max-height: calc(2em * 4);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount="4"] {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

[data-wordcount-sp="4"] {
  max-height: calc(2em * 4);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount-sp="4"] {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

@media sm {
  [data-wordcount-pc="4"] {
    max-height: calc(2em * 4);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
  }
  @supports (-webkit-line-clamp: 3) {
    [data-wordcount-pc="4"] {
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}

[data-wordcount="5"] {
  max-height: calc(2em * 5);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount="5"] {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

[data-wordcount-sp="5"] {
  max-height: calc(2em * 5);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount-sp="5"] {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

@media sm {
  [data-wordcount-pc="5"] {
    max-height: calc(2em * 5);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
  }
  @supports (-webkit-line-clamp: 3) {
    [data-wordcount-pc="5"] {
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}

[data-wordcount="6"] {
  max-height: calc(2em * 6);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount="6"] {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

[data-wordcount-sp="6"] {
  max-height: calc(2em * 6);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount-sp="6"] {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

@media sm {
  [data-wordcount-pc="6"] {
    max-height: calc(2em * 6);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
  }
  @supports (-webkit-line-clamp: 3) {
    [data-wordcount-pc="6"] {
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}

[data-wordcount="7"] {
  max-height: calc(2em * 7);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount="7"] {
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

[data-wordcount-sp="7"] {
  max-height: calc(2em * 7);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount-sp="7"] {
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

@media sm {
  [data-wordcount-pc="7"] {
    max-height: calc(2em * 7);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
  }
  @supports (-webkit-line-clamp: 3) {
    [data-wordcount-pc="7"] {
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}

[data-wordcount="8"] {
  max-height: calc(2em * 8);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount="8"] {
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

[data-wordcount-sp="8"] {
  max-height: calc(2em * 8);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount-sp="8"] {
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

@media sm {
  [data-wordcount-pc="8"] {
    max-height: calc(2em * 8);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
  }
  @supports (-webkit-line-clamp: 3) {
    [data-wordcount-pc="8"] {
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}

[data-wordcount="9"] {
  max-height: calc(2em * 9);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount="9"] {
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

[data-wordcount-sp="9"] {
  max-height: calc(2em * 9);
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
  margin: 0;
}

@supports (-webkit-line-clamp: 3) {
  [data-wordcount-sp="9"] {
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

@media sm {
  [data-wordcount-pc="9"] {
    max-height: calc(2em * 9);
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: 0;
  }
  @supports (-webkit-line-clamp: 3) {
    [data-wordcount-pc="9"] {
      -webkit-line-clamp: 9;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}

.l-footer {
  color: #fff;
  font-family: "小塚ゴシック Pr6N", "KozGoPr6N", "游ゴシック", YuGothic, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif!important;
  line-height: 1.75!important;
}

.l-footer__top {
  padding: 25px 0 0;
}

@media only screen and (min-width: 1230px) {
  .l-footer__top {
    padding: 25px 0 0;
  }
}

.l-footer__intro {
  border-bottom: 1px solid #e4e0e0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1230px) {
  .l-footer__intro {
    margin-bottom: 40px;
  }
}

.l-footer__intro__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
}

@media only screen and (min-width: 1230px) {
  .l-footer__intro__title {
    padding: 0 10px;
  }
}

.l-footer__intro__txt {
  padding: 20px 0;
  line-height: 2.1;
}

@media only screen and (min-width: 1230px) {
  .l-footer__intro__txt {
    padding: 20px 30px 40px;
  }
}

.l-footer__searchbox {
  padding-bottom: 40px;
}

@media only screen and (min-width: 1230px) {
  .l-footer__searchbox {
    padding: 0 10px 80px;
  }
}

.l-footer__box {
  border-top: 1px solid #e4e0e0;
  padding: 25px 0;
}

@media only screen and (min-width: 1230px) {
  .l-footer__box {
    border-top: none;
  }
}

.l-footer__box__btn {
  margin-top: 20px;
  text-align: center;
}

@media only screen and (min-width: 1230px) {
  .l-footer__box__btn {
    margin-left: 30px;
    text-align: left;
  }
}

.l-footer__main {
  padding: 30px 0 10px;
}

.l-footer__main.-simple {
  padding: 45px 0 15px;
}

.l-footer__nav {
  padding: 22px 0;
}

@media only screen and (min-width: 1230px) {
  .l-footer__nav {
    padding: 20px 15px;
  }
}

.l-footer__nav.-simple {
  text-align: center;
  padding: 0;
}

.l-footer__nav.-simple .a-list li a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px), tv, print {
  .l-footer__nav.-simple .a-list li a {
    text-decoration: none;
  }
}

.l-footer__copy {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (min-width: 768px), tv, print {
  .l-footer__copy.-simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

.l-footer__copy.-simple span {
  display: block;
  margin-top: 30px;
  line-height: 1;
}

.l-footer__copy.-simple span:first-child {
  margin-top: 40px;
}

@media only screen and (min-width: 768px), tv, print {
  .l-footer__copy.-simple span {
    margin-top: 0;
  }
  .l-footer__copy.-simple span:first-child {
    margin-top: 0px;
  }
}

.l-footer__totop {
  position: fixed;
  right: 0;
  bottom: 220px;
}

@media only screen and (min-width: 768px), tv, print {
  .l-footer__totop {
    right: calc(50% - 430px);
  }
}

@media only screen and (min-width: 960px) {
  .l-footer__totop {
    right: calc(50% - 470px);
  }
}

@media only screen and (min-width: 1230px) {
  .l-footer__totop {
    padding: 14px 14px 10px;
    right: calc(50% - 625px);
    bottom: 200px;
  }
}

.l-footer__privacy-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}

.l-footer__privacy-mark img {
  width: 75px;
  height: 75px;
}

.l-footer__searchbox, .l-footer__nav {
  text-align: left;
}
.box-home-inner a{
  color:#3187c3;
  text-decoration: underline;
}
.l-header__submenu__items a{
  text-decoration: underline;
}
input{
  border-style:inset;
}
select{
  min-width: 89px;
  border-style:inset;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.a-list a{
  text-decoration: underline;
}
.js-modal.js-modal-sp-display.is-display{
  height: 100%;
}