/*pagetop*/

.l-menu {
  background: #f7f7f7;
  box-sizing: border-box;
  border-top: 1px solid #00a89c;
  border-bottom: 5px solid #6addb6;
}

.l-menu-tab__link__strategy[data-is-current="true"] {
  color: #ff799d;
}

.l-menu-tab__link__research[data-is-current="true"] {
  color: #ffb95a;
}

.l-menu-tab__link__advertisement[data-is-current="true"] {
  color: #9dde73;
}

.l-menu-tab__link__interview[data-is-current="true"] {
  color: #6addb6;
}

.l-menu-tab__link__resources[data-is-current="true"] {
  color: #73b5e0;
}

.l-menu-tab__link__trend[data-is-current="true"] {
  color: #ac8ae3;
}


.menu-category-strategy {
  border-bottom: 5px solid #ff799d;
}

.menu-category-research {
  border-bottom: 5px solid #ffb95a;
}

.menu-category-advertisement {
  border-bottom: 5px solid #9dde73;
}

.menu-category-interview {
  border-bottom: 5px solid #6addb6;
}

.menu-category-resources {
  border-bottom: 5px solid #73b5e0;
}

.menu-category-trend {
  border-bottom: 5px solid #ac8ae3;
}


.l-menu-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-menu-tab__item {
  list-style-type: none;
  font-size: 18px;
}

.l-menu-tab__link {
  color: #b2b2b2;
  text-decoration: none;
  border-right: 2px solid #00a89c;
  padding: 0 18px;
  white-space: nowrap;
}

.l-menu-tab__link__current__all {
  color: #00a89c;
}
.l-menu-tab__link__all:hover {
  color: #00a89c;
}

.l-menu-tab__link__strategy:hover {
  color: #ff799d;
}

.l-menu-tab__link__research:hover {
  color: #ffb95a;
}

.l-menu-tab__link__advertisement:hover {
  color: #9dde73;
}

.l-menu-tab__link__interview:hover {
  color: #6addb6;
}

.l-menu-tab__link__resources:hover {
  color: #73b5e0;
}

.l-menu-tab__link__trend:hover {
  color: #ac8ae3;
}

.l-menu-tab > li:first-of-type > .l-menu-tab__link {
  border-left: 2px solid #00a89c;
}

/*l-main*/

.article-category {
  font-size: 24px;
  color: #00a89c;
  padding: 15px 0;
  margin-bottom: 20px;
  background-color: #F7F7F7;
}

.article-category-strategy p {
  border-left: 7px solid #ff799d;
}

.article-category-research p {
  border-left: 7px solid #ffb95a;
}

.article-category-advertisement p {
  border-left: 7px solid #9dde73;
}

.article-category-interview p {
  border-left: 7px solid #6addb6;
}

.article-category-resources p {
  border-left: 7px solid #73b5e0;
}

.article-category-trend p {
  border-left: 7px solid #ac8ae3;
}


.article__tag {
  color: #292929;
  border-bottom: 3px solid;
  width: fit-content;
  padding-right: 38px;
}

.article__tag__strategy {
  border-bottom-color: #ff799d;
}

.article__tag__research {
  border-bottom-color: #ffb95a;
}

.article__tag__advertisement {
  border-bottom-color: #9dde73;
}

.article__tag__interview {
  border-bottom-color: #6addb6;
}

.article__tag__resources {
  border-bottom-color: #73b5e0;
}

.article__tag__trend {
  border-bottom-color: #ac8ae3;
}

.article__title {
  font-size: 20px;
  color: #292929;
}

.article__date {
  font-size: 13px;
  color: #747474;
}

.more-link {
  font-size: 17px;
  color: #515252;
  text-align: right;
}

.more-link p,
.more-link img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.article-thumbnail-container {
  width: 300px;
}

.article-thumbnail {
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*l-side*/

.ad-sample-img {
  width: 300px;
}

@media screen and (min-width: 768px) {
  /*pagetop*/
  .l-menu {
    min-width: 1340px;
    height: 60px;
  }

  .l-menu-tab__item {
    font-size: 18px;
    padding: 15px 0;
  }

  .l-menu-tab__link {
    border-right: 2px solid #00a89c;
    padding: 0 18px;
    white-space: nowrap;
  }

  .l-menu-tab > li:first-of-type > .l-menu-tab__link {
    border-left: 2px solid #00a89c;
  }

  /*l-contents*/
  .l-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: 80px auto;
  }

  /*l-main*/
  .l-main {
    width: 700px;
    margin-right: 60px;
  }

  .search-result-header {
    width: 700px;
  }

  .article__tag {
    margin: 20px 0;
    font-size: 0.75rem;
  }

  .article__title {
    font-size: 1rem;
  }

  .article__date {
    font-size: 13px;
    padding: 20px 0;
  }


  .more-link p,
  .more-link img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }

  /*highlight*/
  .highlight-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .highlight-list__item {
    flex-basis: 50%;
  }

  .highlight-list_image {
    width: 460px;
  }

  .highlight-list__inner {
    width: 460px;
  }

  /*latest*/
  .latest-list__link , .content-none-article-list .highlight-list__link{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
    padding-bottom: 30px;
    border-bottom: 1px solid #404040;
    min-height: 150px;
  }

  .latest-list__item , .content-none-article-list .article-side-bar-article-list__item{
    padding-bottom: 40px;
  }

  .latest-list__item img, .content-none-article-list .article-side-bar-article-list__item img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
  }

  .latest-list__inner, .content-none-article-list .article-side-bar-article-list__inner {
    width: 100%;
    padding: 0 50px;
    position: relative;

  }

  .latest-list__inner div:last-child, .content-none-article-list .article-side-bar-article-list__inner div:last-child {
    position: absolute;
    bottom: 0;
  }

  /*news*/
  .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news-list__item {
    margin-right: 20px;
    flex-shrink: 1;
    flex-basis: 33%;
  }

  .news-list_image {
    width: 320px;
  }


  .ad-sample-img {
    width: 300px;
  }

  .p-contact-list__item {
    margin: 55px 0;
  }
}

@media screen and (max-width: 767px) {
  /*pagetop*/
  .l-menu {
    width: 100%;
    border-top: none;
    border-bottom: none;
    margin-top: 20px;
    padding-top: 5px;
  }

  .l-menu-tab {
    flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-menu-tab__item {
    font-size: 13px;
    line-height: 2.5;
  }

  .l-menu-tab__link {
    border-left: none;
    border-right: none;
    padding: 10px 18px;
    white-space: nowrap;
  }

  .l-menu-tab > li:first-of-type > .l-menu-tab__link {
    border-left: none;
  }
  
  .l-menu-tab__link__all {
    border-top: 2px solid #00a89c;
  }

  .l-menu-tab__link__strategy {
    border-top: 2px solid #ff799d;
  }
  
  .l-menu-tab__link__research {
    border-top: 2px solid #ffb95a;
  }
  
  .l-menu-tab__link__advertisement {
    border-top: 2px solid #9dde73;
  }
  
  .l-menu-tab__link__interview {
    border-top: 2px solid #6addb6;
  }
  
  .l-menu-tab__link__resources {
    border-top: 2px solid #73b5e0;
  }
  
  .l-menu-tab__link__trend {
    border-top: 2px solid #ac8ae3;
  }

  /*l-contents*/
  .l-contents {
    margin: 15px auto 0 auto;
  }

  /*l-main*/
  .l-main {
    width: 100%;
    /*margin: 10px;*/
  }

  .article-category {
    padding: 20px 15px 0px;
  }

  .article__title {
    margin: 10px 0;
    font-size: 11px;
  }

  .article__date {
    font-size: 8px;
  }

  .article__tag {
    font-size: 13px;

  }

  .more-link {
    padding-right: 5px;
  }

  /*highlight*/
  .highlight-list__item {
    width: 95%;
    margin: 0 auto 30px;
  }

  .highlight-list_image {
    width: 100%;
  }

  .highlight-list__inner {
    width: 100%;
  }

  /*latest*/
  .latest-list, .content-none-article-list {
    padding: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .latest-list__item, .content-none-article-list .article-side-bar-article-list__item {
    flex-basis: 49%;
    margin-bottom: 15px;
  }

  .latest-list__item img,.content-none-article-list .article-side-bar-article-list__item img {
    width: 160px;
    height: 100px;
    object-fit: cover;
  }

  .latest-list_image {
    width: 100%;
  }

  .latest-list__inner {
    padding: 12px;
  }

  /*news*/
  .news-list {
    padding: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news-list__item {
    flex-basis: 49%;
    margin-bottom: 15px;
  }

  .news-list_image {
    width: 100%;
  }

  .news-list__inner {
    padding: 12px;
  }

  .news-list article:last-child {
    display: none;
  }

  .p-contact-list__item {
    margin: 10px 0;
  }
  
}

.content-none > h2 {
  font-size: 26px;
  font-weight: 700;
  /* background-color: #DDF3EC;
  border-left: thick solid #00A89C; */
  padding-inline-start: 10px;
}



