img {
  width: 100%;
}
.l-tab-col3 {
  text-align: center;
  max-width: 1100px;
  margin: 55px auto 0 auto;
  display: flex;
  align-items: center;
}

.l-tab-col3 .m-tab {
  margin-top: 55px;
  text-align: center;
}

.l-tab-col3 .m-tab__item {
  display: inline-block;
  width: 33.333333%;
  background-color: white;
  height: 65px;
  vertical-align: middle;
  position: relative;
  border-radius: 20px 20px 0 0;
}

.l-tab-col3 .m-tab__item.is-current {
  border: 5px solid #fff;
}

.l-tab-col3 .m-tab__item.is-current:hover {
  opacity: 1;
}

.l-tab-col3 .m-tab__item__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #da1770;
  font-weight: bold;
  font-size: 16px;
  width: 90%;
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-tab-col3 .m-tab__item__text:hover {
  color: white;
  background-color: #da1770;
  border-radius: 20px;
  width: 93%;
  height: 80%;
}

.l-tab-col3 .m-tab__item__text.is-current {
  width: 93%;
  height: 80%;
  color: white;
  background-color: #da1770;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-tab-col3 .m-tab__item+.m-tab__item {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .l-tab-col3 .m-tab__item {
    width: 180px;
  }

  .l-tab-col3 .m-tab__item+.m-tab__item {
  margin-left: 10px;
  }
}

.m-title {
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  .m-title {
    margin: 0 0 30px;
  }
}

.l-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.l-grid__col[aria-hidden="true"]{
  display: none;
}
.l-gri__col[aria-hidden="false"]{
  display: block;
}

.l-grid__col {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 769px) {

  .l-grid[data-wide-col="3"] > .l-grid__col {
    width: 32%;
  }

  .l-grid[data-wide-col="3"] > .l-grid__col:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  .l-grid[data-wide-col="3"] > .l-grid__col:nth-child(n + 4) {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {

  .l-grid[data-narrow-col="2"] > .l-grid__col {
    width: calc(50% - 8px);
  }

  .l-grid[data-narrow-col="2"] > .l-grid__col:nth-child(odd) {
    margin-right: 16px;
  }

  .l-grid[data-narrow-col="2"] > .l-grid__col:nth-child(n + 3) {
    margin-top: 10px;
  }
}

.m-media {
  box-sizing: border-box;
  padding: 20px;
  background: #f2f8f9;
  border-radius: 10px;
}

.m-media__link {
  text-decoration: none;
}

.m-media__head {
  margin: 0 0 15px;
}

.m-media__head > img {
  border-radius: 10px;
}

.m-media__body > .date {
  margin-bottom: 10px;
  text-decoration: none;
  color: #787878;
  font-weight: bold;
  font-size: 15px;
  font-family: "Asap", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

.m-media__body > .text {
  color: #000;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .m-media {
    padding: 10px;
  }

  .m-media__body > .date,
  .m-media__body > .text {
    font-size: 12px;
  }
}

.m-media-hook__item {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 240px;
  padding: 10px 30px 10px;
  background-color: #da1770;
  border: solid 3px #da1770;
  border-radius: 50px;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 100%;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.m-media-hook__item::before,
.m-media-hook__item::after {
  content: "";
  position: absolute;
  bottom: 46%;
  right: 7.4%;
  width: 10px;
  height: 2px;
  background-color: #da1770;
  z-index: 1;
}

.m-media-hook__item::after {
  transform: rotate(90deg);
}

.m-media-hook__item.open::after {
  transform: rotate(180deg);
}

.m-media-hook__item > span::after {
  content: "";
  position: absolute;
  bottom: 30%;
  right: 6%;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #fff;  
}

.pc {
  display: block!important;
}
.sp {
  display: none!important;
}

@media (max-width: 768px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
}
