@charset "utf-8";

.slick-slide:focus {
  outline: none;
}

.mv,
.bg {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 780px !important;
}

.mv-news {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #92d3f3;
}

/* ぼかし背景 */
.mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(20px);
  transform: scale(1.1);
  z-index: 0;
}

/* 中央の画像 */
.mv-focus-image {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(100%, 1280px);
  height: 100%;
  background-image: inherit;
  background-size: var(--bg-size);
  background-repeat: no-repeat;
  background-position: var(--bg-pos);
  z-index: 1;
}

/*文字*/
.mv-copy {
  position: absolute;
  filter:
    drop-shadow(0 0 5px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 15px rgba(255, 255, 255, 0.8));
}

/* スライドごとの設定 */
.bg-01 {
  background-image: url("../img/mv_bg_pc.jpg");
  --bg-size: cover;
  --bg-pos: 45% center;

  .mv-copy {
    width: 350px;
    bottom: 77%;
    left: 2%;
  }
}

.bg-02 {
  background-image: url("../img/mv_bg_pc_2.jpg");
  --bg-size: cover;
  --bg-pos: left center;

  .mv-copy {
    width: 350px;
    bottom: 74%;
    left: 347px;
  }
}

.bg-03 {
  background-image: url("../img/mv_bg_pc_3.jpg");
  --bg-size: cover;
  --bg-pos: 70% 0%;

  .mv-copy {
    width: 300px;
    bottom: 69%;
    left: 2%;
  }
}

@media screen and (max-width: 767px) {

  .bg,
  .mv {
    height: 80vw !important;
  }
}

/*タブレット*/
@media screen and (max-width: 767px) {
  .bg-01 {
    --bg-size: cover;
    --bg-pos: left bottom;

    .mv-copy {
      width: 250px;
      bottom: 28%;
    }
  }

  .bg-02 {
    --bg-size: cover;
    --bg-pos: 10% center;

    .mv-copy {
      width: 250px;
      bottom: 32%;
      left: 35%;
    }
  }

  .bg-03 {
    --bg-size: cover;
    --bg-pos: left bottom;

    .mv-copy {
      width: 200px;
      bottom: 28%;
      left: 2%;
    }
  }
}

/*スマホ*/
@media screen and (max-width: 424px) {
  .bg-01 {
    --bg-size: cover;
    --bg-pos: 70% center;

    .mv-copy {
      width: 200px;
      bottom: 28%;
    }
  }

  .bg-02 {
    --bg-size: cover;
    --bg-pos: 10% center;

    .mv-copy {
      width: 200px;
      bottom: 32%;
      left: 33%;
    }
  }

  .bg-03 {
    --bg-size: cover;
    --bg-pos: center center;

    .mv-copy {
      width: 100px;
      bottom: 28%;
      left: 2%;
    }
  }
}


.wrap-line {
  width: 350px;
  position: absolute;
  top: 17%;
}

.wrap {
  width: 350px;
  background-color: #ffffff;
  position: absolute;
  top: 29%;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
  border-radius: 20px;
}

.wrap-hidden {
  visibility: hidden;
  position: absolute !important;
  display: initial !important;
  z-index: -1;
}

.wrap-plus-pc {
  width: 350px;
  position: absolute;
  top: 86%;
}

.wrap-plus-pc a {
  display: block;
  max-width: 100%;
  margin: auto;
}

.wrap-plus-mobile-area {
  display: none;
}

@media screen and (min-width:1500px) {

  .wrap,
  .wrap-line,
  .wrap-plus-pc {
    right: calc(60% - 50%);
  }
}

@media screen and (min-width:1280px) and (max-width:1499px) {

  .wrap,
  .wrap-line,
  .wrap-plus-pc {
    right: calc(60% - 55%);
  }
}

@media screen and (min-width:1000px) and (max-width:1279px) {

  .wrap,
  .wrap-line,
  .wrap-plus-pc {
    right: calc(60% - 57%);
    width: 300px;
  }

  .wrap {
    top: 36%;
  }

  .wrap-line {
    top: 25%;
  }

  .wrap-plus-pc {
    top: 89%;
  }
}

@media screen and (min-width:768px) and (max-width:999px) {

  .wrap,
  .wrap-line,
  .wrap-plus-pc {
    right: calc(60% - 55%);
    width: 230px;
  }

  .wrap {
    top: 39%;
  }

  .wrap-line {
    top: 30%;
  }

  .wrap-plus-pc {
    top: 87%;
  }
}

@media screen and (max-width:767px) {
  .wrap {
    display: none;
    width: 100%;
    background-color: #b7b7b7;
    position: relative
  }

  .wrap-line {
    width: 50%;
    top: 78%;
    right: 30px;
  }

  .wrap-plus-pc {
    display: none;
  }

  .wrap-plus-mobile-area {
    display: inherit;
    background-color: #efefef;
  }

  .wrap-plus-mobile {
    width: 75%;
    margin: auto;
    padding: 10px 0;
  }
}

@media screen and (max-width:480px) {
  .wrap-line {
    width: 78%;
    top: 75%;
    left: 11%;
  }
}

.column-img-tmp {
  width: 100%;
  padding-top: 100%;
  background-color: #efefef;
}

.column-startdate-tmp {
  width: 50%;
  height: 20px;
  margin-left: 15%;
  background-color: #efefef;
}

.column-title-tmp {
  width: 70%;
  height: 20px;
  margin-left: 15%;
  margin-top: 5px;
  background-color: #efefef;
}

@media screen and (max-width:767px) {
  .column-startdate-tmp {
    width: 30%;
    margin-left: 20%;
  }

  .column-title-tmp {
    width: 60%;
    margin-left: 20%;
  }
}

.column-slider {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.column-slider>button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  top: 40%;
  margin-top: -15px;
  margin-left: 15px;
  cursor: pointer;
}

.prev-arrow {
  left: -15px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-color: #ffffff;
  z-index: 1;
}

.next-arrow {
  right: -0px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-color: #ffffff;
  z-index: 1;
}

.wrap-contents-table-th>img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}

.column-archive {
  height: 366px;
  position: absolute;
  width: 350px;
  background: #ffffff;
  top: 68px;
  z-index: 2;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.column-archive-hidden {
  height: 366px;
  position: absolute;
  width: 350px;
  background: #ffffff;
  top: 68px;
  z-index: 2;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

#column-archive>.slider-column>.slick-list {
  border-radius: 20px;
}

.wrap-contents-table-td {
  background-color: #ffffff;
}

.wrap-contents-column-img {
  width: 70%;
  margin: 10px auto;
  cursor: pointer;
}

.wrap-contents-column-startdate {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.wrap-contents-column-title {
  font-size: 16px;
  font-weight: 800;
  width: 100%;
  /* 親要素の幅に合わせる */
  margin-bottom: 10px;
  cursor: pointer;
}

@media screen and (max-width:999px) {
  .wrap-contents-column-title {
    font-size: 14px;
  }
}

@media screen and (max-width:767px) {
  .wrap-contents-column-img {
    width: 60%;
    margin: 5px auto;
  }

  .wrap-contents-column-startdate {
    font-size: 14px;
  }

  /* .wrap-contents-column-title {
        font-size: 14px;
    } */
}

.column-a-tag {
  color: #002f7b;
}

.column-a-tag:visited {
  color: #002f7b;
}

.number {
  background-color: #ffffff;
  width: 100%
}

.number-slider {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex
}

.number-slider-item {
  width: 35%;
  display: flex;
  border-left: 1px solid #ebaf9b;
  padding: 0 30px;
  margin: 30px auto;
  place-content: center;
}

.number-slider-item-img {
  width: 23%;
  height: fit-content;
  margin-right: 15px;
  align-self: center;
}

@media screen and (min-width:768px) and (max-width:1279px) {
  .number-slider-item {
    padding: 0 1%;
  }

  .number-slider-item-img {
    width: 85px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .number-slider-item-img {
    margin-right: 5px;
  }
}

@media screen and (max-width:767px) {
  .number-slider-item {
    width: 80%;
    margin: 10px auto;
    padding: 0 3%;
  }

  .number-slider-item-img {
    width: 35px;
    height: 35px;
    margin-right: 0px;
  }
}

@media screen and (max-width:480px) {
  .number-slider-item {
    padding: 0 .5%
  }
}

@media screen and (max-width:350px) {
  .number-slider {
    width: 90%;
  }

  .number-slider-item-img {
    width: 30px;
    height: 30px;
    margin-right: 0px;
  }
}

.number-slider-item:first-child {
  border-left: none
}

@media screen and (max-width:767px) {
  .number-slider-item {
    border-left: none
  }
}

.number-slider-item-ttl {
  max-width: 290px;
  text-align-last: start;
}

@media screen and (min-width:768px) and (max-width:1279px) {
  .number-slider-item-ttl {
    width: 100%
  }
}

.number-slider-item-ttl table {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  font-size: 18px
}

.number-slider-item-ttl td {
  background-color: #ffffff;
  position: relative;
  text-align: center
}

.number-slider-item-n {
  position: relative;
  /* 20211214 K.KIMURA */
  text-align: center;
  max-width: 290px;
  font-size: 50px;
  font-weight: 900;
  margin: 0 auto 5px;
  background: linear-gradient(transparent 90%, #ffaf00 0);
  text-align-last: start;
  height: 60px;
}

.number-slider-item-n span {
  font-weight: 700;
  font-size: 28px
}

@media screen and (max-width:768px) {
  .number-slider-item-ttl table {
    font-size: 12px;
  }

  .number-slider-item-n {
    font-size: 22px;
    height: 25px;
    width: 75px;
    text-align: right;
    text-align-last: end;
  }

  .number-slider-item-n span {
    font-size: 14px;
  }
}

@media screen and (max-width:350px) {
  .number-slider-item-n {
    font-size: 16px;
    height: 25px;
    width: 60px;
    text-align: right;
    text-align-last: end;
  }

  .number-slider-item-ttl table {
    font-size: 10px;
  }
}


.number-slider-item-t {
  text-align: right;
  font-size: 13px;
  margin: 0 auto;
  max-width: 290px
}

.number-slider-notice {
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 40px;
  display: inline-block;
  padding-top: 10px;
}

.number-slider-notice-pre {
  font-size: 19px !important;
  font-weight: 600 !important;
  line-height: 40px;
  display: inline-block;
  padding-top: 10px;
}

.number-slider-notice-pre-sub {
  font-size: 29px;
}

.number-slider-notice-gain {
  font-size: 35px !important;
  font-weight: 600 !important;
  line-height: 40px;
  display: inline-block;
  padding-top: 10px;
}

#news {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 50px;
  background-color: #efefef;
}

.news-area {
  max-width: 1280px;
  background-color: #fff;
  margin: auto;
  border-radius: 0px 0px 10px 10px;
  padding: 50px 20px;
}

.news-ttl {
  background: #ffffff;
  text-align: center;
  max-width: 1280px;
  margin: auto;
  padding-top: 50px;
  border-radius: 10px 10px 0px 0px;
}

@media screen and (max-width:1320px) {
  .news-ttl {
    /* margin-left: 10px;
        margin-right: 10px; */
    border-radius: 0px;
  }

  .news-area {
    border-radius: 0px;
  }
}

@media screen and (min-width:768px) {
  .news-new-tag {
    display: none;
  }
}

@media screen and (max-width:767px) {
  #news {
    padding: 0px 0 10px;
  }

  .news-area {
    padding: 10px 20px 20px 20px;
  }

  .news-ttl {
    display: none;
  }

  .news-new-tag {
    font-size: 9px;
    margin: 3px 3px;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: 600;
    background-color: #c51c26;
    color: #ffffff;
    position: absolute;
    letter-spacing: 1px;
    z-index: 1;
  }
}

.news-ttl img {
  height: 45px;
  width: auto;
}

.news-head-title {
  color: #014694;
  background: #ffffff;
  margin: auto;
  padding: 9px 0px;
  max-width: 1280px;
}

.news-btn-area {
  margin-top: 50px;
  text-align: center;
}

.news-btn {
  border: solid 1px #014694;
  padding: 8px 30px;
  color: #014694;
  font-weight: 600;
  font-size: 16px;
}

@media screen and (max-width:767px) {
  .news-btn-area {
    margin-top: 30px;
  }

  .news-btn {
    padding: 5px 20px;
    font-size: 14px;
  }
}

/* ピックアップ特集エリア・スライダー ここから*/
#pickup {
  width: 100%;
  background: #d7edf1;
  border-top: solid 2px #d7edf1;
  padding: 50px 0 50px;
}

.slider-pickup {
  display: contents;
  margin: auto;
}

.pickup-flex {
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1280px;
  background-color: #ffffff;
  padding: 40px 0px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}

.pickup-flex-item {
  width: 32%;
  margin: 0 0px 10px;
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  padding: 20px 0px 0px;
}

.pickup-flex-item-new-p {
  background-color: #c51c26;
  color: #ffffff;
  position: absolute;
  top: -20px;
  font-size: 20px;
  margin: 0px -30px;
  padding: 0px 10px;
  border-radius: 25px;
  font-weight: 800;
  letter-spacing: 1px;
  z-index: 1;
}

.pickup-flex-item-img {
  width: 70%;
  margin: auto;
  position: relative;
}

.pickup-flex-item-p {
  margin: auto;
  font-size: 16px;
  font-weight: 700;
  width: 70%;
}

.pickup-p-date-top {
  margin-top: 2px;
}

.thumbnail-img {
  border: solid 1px #efefef;
}

.pickup-p-link {
  color: #1e64b4;
}

.pickup-btn-area {
  max-width: 1280px;
  padding: 30px 0px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0px 0px 10px 10px;
  margin: auto;
}

.pickup-btn {
  border: solid 1px #0b0d52;
  padding: 8px 30px;
  color: #0b0d52;
  font-weight: 600;
  font-size: 16px;
}

@media screen and (min-width:768px) {
  .pickup-ttl-pc {
    background: #d7edf1;
    text-align: center;
    max-width: 1280px;
    margin: auto;
  }

  .pickup-ttl-pc img {
    height: 115px;
    width: auto;
  }

  .pickup-ttl-sp {
    display: none;
  }

  .pickup-ttl-sp img {
    display: none;
  }

  .pickup-flex-item-date {
    margin: 0;
    font-size: 14px;
  }

  .pickup-flex-item-title {
    margin: 3px 0 0 0;
  }
}

@media screen and (max-width:767px) {
  #pickup {
    padding: 10px 0 0px;
  }

  .pickup-ttl-pc {
    display: none;
  }

  .pickup-ttl-pc img {
    display: none;
  }

  .pickup-ttl-sp {
    width: 80%;
    display: flex;
    margin: auto;
    padding-bottom: 20px;
  }

  .pickup-flex {
    display: block;
    width: 80%;
    margin: 0 auto 0 auto;
    padding: 0;
    border-radius: 10px;
  }

  .pickup-flex-item {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    display: ruby;
  }

  .pickup-flex-item-new-p {
    font-size: 12px;
    margin: 10px -15px;
    padding: 2px 5px;
    border-radius: 25px;
    font-weight: 600;
  }

  .pickup-flex-item-img {
    width: 30%;
    margin: 10% 7% 0 0;
    position: relative;
    float: right;
  }

  .pickup-flex-item-p {
    margin: 10% 0 0 7%;
    font-size: 12px;
    font-weight: 600;
    width: 50%;
  }

  .pickup-btn {
    background-color: #ffffff;
    padding: 5px 20px;
    font-size: 14px;
  }

  .pickup-btn-area {
    padding: 30px 0px;
    background-color: initial;
    margin: auto;
  }
}

/* ピックアップ特集エリア・スライダー ここまで*/

#features {
  background-color: #efefef;
  padding: 50px 0 50px
}

.features-ttl-h2 {
  margin: 0 auto;
  max-width: 360px;
  width: 90%;
  padding: 12px 20px;
  text-align: center;
  background-color: #414141;
  color: #fff;
  border-radius: 5px;
  font-size: 16px
}

.features-ttl-en {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  margin: 20px auto 40px
}

.features-contents {
  max-width: 1000px;
  width: 90%;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  padding: 0px 8px 33px
}

.features-contents-main-pc {
  max-width: 841px;
  width: 100%;
  margin: 0 auto;
  display: block
}

@media screen and (max-width:767px) {
  #features {
    padding: 20px 0 10px;
  }

  .features-contents {
    padding: 0px 8px 0px;
  }

  .features-contents-main-pc {
    display: none
  }
}

.features-contents-main-sp {
  display: none
}

@media screen and (max-width:767px) {
  .features-contents-main-sp {
    display: block;
    width: 100%;
    margin: 0 auto
  }
}

.features-contents-btnbox {
  width: 70%;
  margin: 55px auto 30px;
  padding-bottom: 28px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width:768px) {
  .features-contents-linearea-sp {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .features-contents-linearea-pc {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .features-contents-btnbox {
    width: 90%;
    margin: 35px auto 25px;
    padding-bottom: 14px;
  }
}

.features-contents-btnbox-link {
  display: inline-block;
  max-width: 220px;
  width: 30%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 21%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .features-contents-btnbox-link {
    max-width: 200px;
    width: 30%;
    bottom: 23%;
  }
}

@media screen and (max-width:767px) {
  .features-contents-btnbox-link {
    width: 50%;
  }
}

.features-contents-btnbox-link:hover {
  box-shadow: none;
  opacity: 1;
  filter: brightness(92%)
}

.features-ttl-h3 {
  text-align: center;
  margin: 50px auto 50px;
  font-size: 18px;
}

.features-flex {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1027px
}

.features-flex-item {
  width: 315px;
  margin: 0 13.5px 63.1px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 15px 20px
}

@media screen and (max-width:767px) {
  .features-ttl-h3 {
    margin: 20px auto 20px;
  }

  .features-flex {
    width: 75%;
  }

  .features-flex-item {
    width: 100%;
    margin: 0 auto 30px
  }
}

.features-flex-item-img {
  width: 100%;
  height: 126px;
  margin: 0
}

.img01 img {
  width: 126.57px;
  height: 82.41px;
  display: block;
  margin: 0 auto
}

.img02 img {
  width: 110.77px;
  height: 98.23px;
  display: block;
  margin: 0 auto
}

.img03 img {
  width: 120.87px;
  height: 61.46px;
  display: block;
  margin: 0 auto
}

.img04 img {
  width: 105.9px;
  height: 80.35px;
  display: block;
  margin: 0 auto
}

.img05 img {
  width: 83.65px;
  height: 77.83px;
  display: block;
  margin: 0 auto
}

.features-flex-item-h4 {
  width: 100%;
  background-color: #414141;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  margin: 0
}

.features-flex-item-p {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px
}

@media screen and (max-width:480px) {
  .features-flex-item-h4 {
    font-size: 14px;
    padding: 7px;
  }

  .features-flex-item-p {
    font-size: 12px;
  }
}



#price {
  max-width: 690px;
  width: 90%;
  margin: 0 auto;
  padding-top: 96px
}

@media screen and (max-width:767px) {
  #price {
    padding-top: 20px;
  }
}

.price-ttl {
  text-align: center
}

.price-ttl img {
  height: 45px;
  width: auto
}

.price-table {
  width: 100%;
  text-align: center
}

.price-table td,
.price-table th {
  border: 1px solid #b7b7b7;
  padding: 12px 5px;
  font-size: 14px;
  min-width: 110px
}

.price-table .note {
  text-align: left;
  display: block;
  /* text-indent: -1em;
  padding-left: 1em; */
}

@media screen and (max-width:767px) {

  .price-table td:not(.price-table-sp-td-2),
  .price-table th {
    font-size: 13px
  }

  .price-table td.price-table-sp-td-2 {
    font-size: 11px;
  }
}

.price-table th {
  background-color: #ccc;
  min-width: 130px
}

#price p {
  display: flex;
  font-size: 12px;
  text-align: left;
  justify-content: flex-end;
}

@media screen and (max-width:767px) {
  #price p {
    font-size: 11px
  }
}

#subject {
  max-width: 690px;
  width: 90%;
  margin: 0 auto;
  padding-top: 45px
}

@media screen and (max-width:767px) {
  #subject {
    padding-top: 20px;
  }
}

.subject-ttl {
  text-align: center
}

.subject-ttl img {
  height: 45px;
  width: auto
}

.subject-table {
  width: 100%;
  text-align: center
}

.subject-table td,
.subject-table th {
  border: 1px solid #b7b7b7;
  padding: 12px 5px;
  font-size: 14px;
  min-width: 110px
}

@media screen and (max-width:767px) {

  .subject-table td,
  .subject-table th {
    font-size: 13px
  }
}

.subject-table th {
  background-color: #ccc;
  min-width: 130px
}

#subject p {
  font-size: 12px;
  text-align: right
}

@media screen and (max-width:767px) {
  #subject p {
    font-size: 11px
  }
}

@media screen and (max-width:767px) {
  .table-pc {
    display: none
  }
}

.table-sp {
  display: none
}

@media screen and (max-width:767px) {
  .table-sp {
    display: block
  }
}

/* バーナー ここから*/
#banner {
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 50px;
  text-align: center;
}

.banner-title {
  background-color: #ff9178;
  margin-bottom: 50px;
  color: #FFFF;
  padding: 3px 0px;
}

.banner-area {
  width: 300px;
  border: 1px solid lightgray;
}

@media screen and (max-width:767px) {
  #banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-title {
    margin-bottom: 20px;
  }
}

/* バーナー ここまで*/

/* ▼ 新着情報 ▼ */
.tab-group {
  justify-content: center;
  margin-bottom: 20px;
}

.tab {
  flex-grow: 1;
  padding: 15px 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  border: solid 3px white;
}

.tab-head-1 {
  width: 40%;
  display: inline-flex;
}

.tab-head-2 {
  width: 40%;
  display: inline-flex;
}

.tab-head-3 {
  width: 19%;
  display: inline-flex;
}

.tab-all {
  background: #e15b66;
  color: #FFF;
  width: 50%;
  position: relative;
}

.tab-all:hover,
.tab-comp:hover,
.tab-insp:hover,
.tab-explan:hover,
.tab-observ:hover {
  opacity: 0.6;
}

.tab-comp {
  background: #fadade;
  color: #000;
  width: 50%;
  position: relative;
}

.tab-insp {
  background: #fcd599;
  color: #000;
  width: 50%;
  position: relative;
}

.tab-explan {
  background: #e4e7ff;
  color: #000;
  width: 50%;
  position: relative;
}

.tab-observ {
  background: #e1f6e2;
  color: #000;
  width: 100%;
  position: relative;
}

.ul-all,
.ul-comp,
.ul-insp,
.ul-explan,
.ul-observ {
  width: 100%;
  display: flex;
}

.ul-all>.is-active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e15b66 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.ul-comp>.is-active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fadade transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.ul-insp>.is-active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fcd599 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.ul-explan>.is-active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e4e7ff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.ul-observ>.is-active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #e1f6e2 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.panel-group {
  height: auto;
  border-top: none;
}

.panel {
  display: none;
}

.panel.is-show {
  display: block;
}

.tab-date {
  width: 130px;
  display: inline-table;
}

.tab-data-area {
  border-bottom: solid 2px lightgray;
  width: 100%;
  height: 50px;
  padding-bottom: 5px;
  margin-bottom: inherit;
}

.tab-date-category-area {
  width: 480px;
  align-self: center;
}

.tab-link-area,
.tab-link-area-comp {
  align-self: center;
  width: 740px;
  white-space: nowrap;
  /* 横幅のMAXに達しても改行しない */
  overflow: hidden;
  /* ハミ出した部分を隠す */
  text-overflow: ellipsis;
  /* 「…」と省略 */
  -webkit-text-overflow: ellipsis;
  /* Safari */
  -o-text-overflow: ellipsis;
  /* Opera */
}

.tab-link-comp,
.tab-link-title {
  width: 740px;
  white-space: nowrap;
  /* 横幅のMAXに達しても改行しない */
  overflow: hidden;
  /* ハミ出した部分を隠す */
  text-overflow: ellipsis;
  /* 「…」と省略 */
  -webkit-text-overflow: ellipsis;
  /* Safari */
  -o-text-overflow: ellipsis;
  /* Opera */
}

.tab-link-comp {
  color: #1e64b4;
  font-weight: 500;
}

.tab-link-title {
  color: #66a1e5;
}

.tab-category-comp {
  margin-left: 15px;
  margin-right: 10px;
  padding: 2px 10px;
  background: #fadade;
  color: #000;
  width: 160px;
  text-align: center;
  display: inline-table;
}

.tab-category-insp {
  margin-left: 15px;
  margin-right: 10px;
  padding: 2px 10px;
  background: #fcd599;
  color: #000;
  width: 160px;
  text-align: center;
  display: inline-table;
}

.tab-category-explan {
  margin-left: 15px;
  margin-right: 10px;
  padding: 2px 10px;
  background: #e4e7ff;
  color: #000;
  width: 160px;
  text-align: center;
  display: inline-table;
}

.tab-category-observ {
  margin-left: 15px;
  margin-right: 10px;
  padding: 2px 10px;
  background: #e1f6e2;
  color: #000;
  width: 160px;
  text-align: center;
  display: inline-table;
}

.tab-target {
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px 10px;
  background-color: #faf7f7;
  border: solid 2px #ababab;
  width: 110px;
  text-align: center;
  display: inline-table;
  font-size: 13px;
  font-weight: 500;
}

.tab-link,
.tab-link:hover,
.tab-link:visited {
  color: #1e64b4;
}


.tab-no-data {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  width: fit-content;
  margin: 30px auto 10px auto;
  padding-bottom: 1px;
  background: linear-gradient(transparent 60%, #FFFE03 60%);
}

@media screen and (max-width:1700px) {

  .tab-link-area,
  .tab-link-area-comp {
    width: 575px;
  }

  .tab-link-comp,
  .tab-link-title {
    width: 575px;
  }
}

@media screen and (max-width:1700px) {

  .tab-link-area,
  .tab-link-area-comp {
    width: 575px;
  }

  .tab-link-comp,
  .tab-link-title {
    width: 575px;
  }
}

@media screen and (max-width:1500px) {

  .tab-link-area,
  .tab-link-area-comp {
    width: 440px;
    overflow: hidden;
  }

  .tab-link-comp,
  .tab-link-title {
    width: 440px;
  }
}

@media screen and (max-width:1300px) {
  .tab-date-category-area {
    width: 470px;
  }

  .tab-link-area,
  .tab-link-area-comp {
    width: 329px;
  }

  .tab-link-comp,
  .tab-link-title {
    width: 329px;
  }
}

.link-area {
  display: inline-grid;
}

@media screen and (max-width:1100px) {
  .tab-head-1 {
    width: 39%;
  }

  .tab-head-2 {
    width: 43%;
  }

  .tab-head-3 {
    width: 16%;
  }

  .tab-all,
  .tab-comp,
  .tab-insp,
  .tab-explan,
  .tab-observ {
    font-size: 14px;
  }

  .tab-insp {
    font-size: 14px;
    width: 60%;
  }

  .tab-date-category-area {
    width: 410px;
  }

  .tab-date {
    width: 110px;
    font-size: 13px;
  }

  .tab-category-comp {
    margin-right: 0px;
    font-size: 11px;
    width: 110px;
  }

  .tab-category-insp {
    margin-right: 0px;
    font-size: 11px;
    width: 110px;
  }

  .tab-category-explan {
    margin-right: 0px;
    font-size: 11px;
    width: 110px;
  }

  .tab-category-observ {
    margin-right: 0px;
    font-size: 11px;
    width: 110px;
  }

  .tab-link-area,
  .tab-link-area-comp {
    font-size: 13px;
    width: 350px;
    margin-left: 5px;
  }

  .tab-target {
    margin-right: 0px;
    font-size: 10px;
    width: 90px;
  }

  .tab-all,
  .tab-comp,
  .tab-insp,
  .tab-explan,
  .tab-observ {
    opacity: 0.5;
  }

  .tab-all.is-active {
    opacity: 1;
  }

  .tab-comp.is-active {
    opacity: 1;
  }

  .tab-insp.is-active {
    opacity: 1;
  }

  .tab-explan.is-active {
    opacity: 1;
  }

  .tab-observ.is-active {
    opacity: 1;
  }
}

@media screen and (min-width:1101px) {
  .tab-data-area {
    display: inline-flex;
  }
}

@media screen and (max-width:1100px) {

  .tab-head-1,
  .tab-head-2 {
    width: 100%;
    display: flex;
  }

  .tab-head-3 {
    width: 50%;
    display: flex;
  }

  .tab-all,
  .tab-comp,
  .tab-insp,
  .tab-explan,
  .tab-observ {
    position: inherit;
  }

  .tab-insp {
    width: 50%;
    position: inherit;
  }

  .tab-data-area {
    height: 90px;
    border-bottom: solid 1px lightgray;
  }

  .tab-date {
    display: block;
  }

  .tab-category-comp,
  .tab-target {
    display: inline-grid;
  }

  .tab-category-comp,
  .tab-category-insp,
  .tab-category-explan,
  .tab-category-observ {
    margin-left: inherit;
  }

  .tab-link-area,
  .tab-link-area-comp {
    width: 100%;
    display: inline-block;
    overflow: inherit;
    margin-top: 5px;
  }

  .tab-link,
  .link-area,
  .tab-link-comp,
  .tab-link-title {
    width: 100%;
  }

  .tab-link-area-comp {
    display: inline-block;
    margin-top: 12px;
    overflow: inherit;
  }

  .ul-all>.is-active:after {
    display: none;
  }

  .ul-comp>.is-active:after {
    display: none;
  }

  .ul-insp>.is-active:after {
    display: none;
  }

  .ul-explan>.is-active:after {
    display: none;
  }

  .ul-observ>.is-active:after {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .tab-link-area {
    width: 425px;
    overflow: hidden;
    /* ハミ出した部分を隠す */
  }
}

@media screen and (max-width:680px) {
  .tab-link-area {
    width: 300px;
  }
}

@media screen and (max-width:425px) {
  .tab-link-area {
    width: 260px;
  }
}

@media screen and (max-width:365px) {
  .tab-insp {
    font-size: 12px;
  }

  .link-area {
    width: 220px;
  }
}