@charset "UTF-8";


/*----------------------
  1.layout
  2.fierstView
  3.content
 */

.MainContents .article_infoArea {
  width: 100%;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;

}

.MainContents .article_infoArea .areticle_category_ico {
  width: auto;
  height: 20px;
  margin: 0 20px 0 0;

}

.MainContents .article_infoArea .areticle_category_ico span img {
  width: auto;
  height: 100%;

}


.MainContents .article_infoArea .C-Branding-detail__date {
  width: auto;
  font-size: 14px;
  color: #333333;

}

/* layout */

.MainContents .content.category {
  background-color: #F2F2F2;
  padding-top: 80px;
  padding-bottom: 80px;
}


.content_inr-wrap {
  width: 1200px;
  margin: 0 auto;
}

.latestposts_inr-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.latestposts_inr-wrap .card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 34px;
  width: 1200px;
  margin-inline: auto;
}

@media all and (max-width: 769px) {
  .latestposts_inr-wrap .card-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 34px;
    width: 100%;
    margin-inline: auto;
  }
}

/* story list */
/* card */

.card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 34px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}



.card-container a.card_wrap {
  width: 31%;
  display: flex;
  position: relative;
}

.card {
  background-color: #ffffff;
  padding: 0 0 12px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.card .card_inr {
  width: 100%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
}

.card .card_inr .description {
  flex-grow: 1;
}

a:hover .card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px 12px 0 0;
}

.card .img-wrap {
  width: 372px;
  height: 164px;
  overflow: hidden;
}

.card .image {
  width: 100%;
  aspect-ratio: 25 / 11;
  border-radius: 12px 12px 0 0;
  transition: all 0.2s ease-in-out;
}

a:hover .card .image {
  transform: scale(1.1);
}

.card-container .card .card_info {
  height: 44px;
  width: 100%;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-container .card .card_info .card_info_category {
  display: inline-block;
  width: auto;
  height: 22px;
}

.card-container .card .card_info .card_info_category img {
  width: auto;
  height: 22px;
}

.card-container .card .card_info .card_datetime {
  font-size: 14px;
  color: #333333;
}


.card-container .card .description {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}

a:hover .card .description {
  text-decoration: underline;
}

.card-container .card .card_tags {
  width: 100%;
  padding: 4px 0;
}

.card-container .card .card_tags .card_tag:nth-child(1) {
  margin-left: 0;
}

.card-container .card .card_tags .card_tag {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  color: #009944;
}


/* category */

.heading_lv3 {
  margin-bottom: 44px;
}

.heading_lv3 h3 {
  font-size: 28px;
  color: #333333;
}

.heading_lv3 p {
  font-size: 20px;
  color: #333333;
  margin-top: 18px;
}

.category_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.category_list::after {
  content: "";
  display: block;
  width: 388px;
  height: 0;
}

.category_list .category_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 388px;
  height: auto;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;

}

.category_list .category_card .cat_title_img {
  height: 32px;
  width: auto;
  text-align: center;
  margin: 20px 0;
  padding: 0 16px;
}

.category_list .category_card .cat_title_img img {
  display: inline-block;
  height: 100%;
}

.category_list .category_card .cat_thumbnail {
  width: auto;
  height: 215px;
  overflow: hidden;
}

.category_list .category_card .cat_thumbnail img {
  transition: all 0.2s ease-in-out;
}

.category_list .category_card a:hover .cat_thumbnail img {
  transform: scale(1.1);
}

.category_list .category_card .cat_title_ja {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
  color: #333333;
}

.category_list .category_card .cat_link_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  color: #333333;
}

.category_card a:hover .cat_link_txt {
  text-decoration: underline;
}

/* sp */

@media all and (min-width: 769px) {}

@media all and (max-width: 769px) {

  .heading_area .heading_area_inr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 10px 20px 16px;
  }

  .heading_area .heading_area_inr .article_list_title {
    font-size: 18px;
  }

  .MainContents .content.story {
    background-color: #fafafa;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content_inr-wrap {
    width: 100%;
    margin: 0 auto;
  }

  .card-container {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    padding: 0 18px;
  }


  .card-container a.card_wrap {
    width: 100%;
    display: flex;
    position: relative;
  }


  .card {
    display: flex;
    flex-direction: column;
  }

  .card .img-wrap {
    width: 100%;
    height: auto;
  }

  .MainContents .content.category {
    background-color: #F2F2F2;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading_lv3 {
    margin-bottom: 20px;
    padding: 8px 16px;
  }

  .heading_lv3 h3 {
    font-size: 20px;
    color: #333333;
  }

  .heading_lv3 p {
    font-size: 16px;
    color: #333333;
    margin-top: 18px;
  }

  .category_list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 16px;
  }

  .category_list .category_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
  }

  .category_list .category_card .cat_thumbnail {
    display: none;
  }

  .C-Branding-detail__container a {
    width: 100%;
    height: 100%;
  }

  .content.tags {
    padding: 0 0 32px;
    border-bottom: 4px solid #E6E6E6;
  }

  .tag_group .tag_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    gap: 14px;
    padding: 0 10px;
  }

  .tag_group .tag_list a {
    display: inline-block;
    width: auto;
  }

  .tag_group .tag_list .tag {
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    color: #39B570;
    padding: 4px 10px;
    border: 2px solid #39B570;
    border-radius: 16px;
    margin-left: 0;
  }
}