@font-face {
  font-family: "Zen Maru Gothic";
  src: url("/shared/font/ZenMaruGothic.ttf") format("truetype");
}
#header.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#contents {
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
  padding: 30px 0 0 0;
  margin-bottom: 100px;
}
#contents .topics_breadcrumb {
  font-size: 12px;
  margin-bottom: 50px;
}
#contents .topics_breadcrumb #breadcrumb_txt .page,
#contents .topics_breadcrumb #breadcrumb_txt #contents_name,
#contents .topics_breadcrumb #breadcrumb_txt .article {
  position: relative;
}
#contents .topics_breadcrumb #breadcrumb_txt #contents_name.no {
  display: none;
}
#contents .topics_breadcrumb #breadcrumb_txt .page::before,
#contents .topics_breadcrumb #breadcrumb_txt #contents_name::before,
#contents .topics_breadcrumb #breadcrumb_txt .article::before {
  content: "／";
  display: inline-block;
  color: rgb(221, 221, 221);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#contents .wmax {
  max-width: 1320px;
}
#contents .topics_tab {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-color: #f9f9f9;
  border-radius: 50px;
}
#contents .topics_tab.fixed {
  position: fixed;
  left: calc((100% - 1320px) / 2);
  top: 0;
  z-index: 10;
}
#contents .topics_tab li {
  width: 220px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  padding: 16px 0;
  font-weight: bold;
  border-radius: 50px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
#contents .topics_tab li:not(#top) span,
#contents .topics_tab li#top span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#contents .topics_tab li:not(#top) span::before {
  display: flex;
  justify-content: center;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 0.5rem;
}
#contents .topics_tab li#lifestyle span::before {
  background-image: url('../img/ico_menu_lifestyle.png');
  width: 33px;
  height: 28px;
}
#contents .topics_tab li#food span::before {
  background-image: url('../img/ico_menu_food.png');
  width: 26px;
  height: 32px;
}
#contents .topics_tab li#beauty span::before {
  background-image: url('../img/ico_menu_beauty.png');
  width: 35px;
  height: 33px;
}
#contents .topics_tab li#health span::before {
  background-image: url('../img/ico_menu_health.png');
  width: 35px;
  height: 35px;
}
#contents .topics_tab li#recommend span::before {
  background-image: url('../img/ico_menu_recommend.png');
  width: 39px;
  height: 35px;
}
#contents .topics_tab li#top.current {
  color: #fff;
  background-color: #e60013;
}
#contents .topics_tab li#lifestyle.current {
  background-color: #69cb9d;
}
#contents .topics_tab li#food.current {
  background-color: #f3c85f;
}
#contents .topics_tab li#beauty.current {
  background-color: #f8acc3;
}
#contents .topics_tab li#health.current {
  background-color: #8cc3e6;
}
#contents .topics_tab li#recommend.current {
  background-color: #fa7869;
}
#contents .topics_tab li#recommend.current span::before {
  background-image: url('../img/ico_menu_on_recommend.png');
    height: 37px;
}
/*#contents .topics_tab li.current {
  border-bottom: 4px solid #e60013;
  pointer-events: none;
  margin-top: 4px;
}*/
/*#contents #topics_contents.top {
  border-top: 3px solid #ff000c;
}
#contents #topics_contents.lifestyle {
  border-top: 3px solid #69cb9d;
}
#contents #topics_contents.food {
  border-top: 3px solid #f3c85f;
}
#contents #topics_contents.beauty {
  border-top: 3px solid #f8acc3;
}
#contents #topics_contents.health {
  border-top: 3px solid #8cc3e6;
}
#contents #topics_contents.recommend {
  border-top: 3px solid #fa7869;
}*/
#contents .lifestyle .date span {
  color: #2ba261;
  border: 1px solid #2ba261;
}
#contents .food .date span {
  color: #e89d23;
  border: 1px solid #e89d23;
}
#contents .beauty .date span {
  color: #f17495;
  border: 1px solid #f17495;
}
#contents .health .date span {
  color: #4d95cf;
  border: 1px solid #4d95cf;
}
#contents .recommend .date span {
  color: #f5382b;
  border: 1px solid #f5382b;
}
#contents .slick-initialized .slick-slide {
    padding: 0 9px;
}
#contents #topics_contents .slick-dots li,
#contents #topics_contents .slick-dots li.slick-active {
  background: transparent;
}
#contents #topics_contents .slick-dots li button:before {
  content: "〇";
  width: 16px;
  height: 16px;
  opacity: 1;
  color: #d3cccc;
  font-size: 16px;
}
#contents #topics_contents .slick-dots li.slick-active button:before {
  opacity: 1;
  content: "●";
}
#contents #topics_contents.top .slick-dots li.slick-active button:before {
  color: #ff000c;
}
#contents #topics_contents.lifestyle .slick-dots li.slick-active button:before {
  color: #69cb9d;
}
#contents #topics_contents.food .slick-dots li.slick-active button:before {
  color: #f3c85f;
}
#contents #topics_contents.beauty .slick-dots li.slick-active button:before {
  color: #f8acc3;
}
#contents #topics_contents.health .slick-dots li.slick-active button:before {
  color: #8cc3e6;
}
#contents #topics_contents.recommend .slick-dots li.slick-active button:before {
  color: #fa7869;
}
#contents #topics_contents #articles {
  width: 1320px;
  margin: 0 auto;
}
#contents #topics_contents #articles .tit {
  font-size: 18px;
  margin: 30px 0;
  font-weight: bold;
}
#contents #topics_contents #articles .date {
  font-size: 16px;
  color: #6e6969;
  margin-bottom: 30px;
}
#contents #topics_contents #articles .date span {
  font-size: 14px;
  border-radius: 6%;
  padding: 2px 6px;
  margin-right: 0.5rem;
  display: inline;
}
#contents #topics_contents #articles a:hover,
#contents #topics_contents .topics_list .article a,
#contents .other_article .topics_list .article a {
  text-decoration: none;
}
#contents #topics_contents #articles a:hover .tit,
#contents #topics_contents .topics_list .article a:hover .txt .tit,
#contents .other_article .topics_list .article a:hover .txt .tit {
  text-decoration: underline;
}
#contents #topics_contents h2 {
  margin-top: 40px;
  margin-bottom: 35px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents #topics_contents h2::before {
  display: flex;
  content: "";
  margin-right: 0.5rem;
}
#contents #topics_contents.top h2::before {
  content: "NEW";
  color: #e60013;
}
#contents #topics_contents:not(.top) h2::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#contents #topics_contents .topics_list_wrapper h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 11px;
  margin-bottom: 56px;
}
#contents #topics_contents .topics_list_wrapper h3::before {
  display: flex;
  content: "";
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#contents #topics_contents.lifestyle h2::before,
#contents #topics_contents .topics_list_wrapper .lifestyle h3::before {
  background-image: url('../img/ico_lifestyle.png');
  width: 42px;
  height: 36px;
}
#contents #topics_contents.food h2::before,
#contents #topics_contents .topics_list_wrapper .food h3::before {
  background-image: url('../img/ico_food.png');
  width: 34px;
  height: 41px;
}
#contents #topics_contents.beauty h2::before,
#contents #topics_contents .topics_list_wrapper .beauty h3::before {
  background-image: url('../img/ico_beauty.png');
  width: 45px;
  height: 42px;
}
#contents #topics_contents.health h2::before,
#contents #topics_contents .topics_list_wrapper .health h3::before {
  background-image: url('../img/ico_health.png');
  width: 45px;
  height: 45px;
}
#contents #topics_contents.recommend h2::before,
#contents #topics_contents .topics_list_wrapper .recommend h3::before {
  background-image: url('../img/ico_recommend.png');
  width: 47px;
  height: 45px;
}
#contents #topics_contents .topics_list_wrapper .lifestyle h3 {
  border-bottom: 3px solid #69cb9d;
}
#contents #topics_contents .topics_list_wrapper .food h3 {
  border-bottom: 3px solid #f3c85f;
}
#contents #topics_contents .topics_list_wrapper .beauty h3 {
  border-bottom: 3px solid #f8acc3;
}
#contents #topics_contents .topics_list_wrapper .health h3 {
  border-bottom: 3px solid #8cc3e6;
}
#contents #topics_contents .topics_list_wrapper .recommend h3 {
  border-bottom: 3px solid #fa7869;
}
#contents #topics_contents img,
#contents #topics_article img,
#contents .other_article img {
  width: 100%;
  height: auto;
}
#contents #topics_contents img,
#contents .other_article img {
  border-radius: 3%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
#contents #topics_contents img.disp_sp,
#contents #topics_article img.disp_sp,
#contents .other_article img.disp_sp {
  display: none;
}
#contents #topics_contents img.disp_pc,
#contents #topics_article img.disp_pc,
#contents .other_article img.disp_pc {
  display: block;
}
#contents #topics_contents br.disp_sp,
#contents #topics_article br.disp_sp,
#contents .other_article br.disp_sp {
  display: none;
}
#contents #topics_contents br.disp_pc,
#contents #topics_article br.disp_pc,
#contents .other_article br.disp_pc {
  display: inline-block;
}
#contents #topics_contents .topics_list,
#contents .other_article .topics_list {
  display: flex;
  justify-content: left;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
}
#contents #topics_contents .topics_list .article,
#contents .other_article .topics_list .article {
  width: calc(50% - 12px);
}
#contents #topics_contents .topics_list .article a,
#contents .other_article .topics_list .article a {
  display: flex;
  justify-content: left;
  align-items: stretch;
  gap: 30px;
}
#contents #topics_contents .topics_list .article a:hover,
#contents .other_article .topics_list .article a:hover {
  opacity: 0.8;
}
#contents #topics_contents .topics_list .article a .img,
#contents .other_article .topics_list .article a .img {
  max-width: 300px;
  flex-shrink: 0;
}
#contents #topics_contents .topics_list .article a .txt,
#contents .other_article .topics_list .article a .txt {
  font-size: 18px;
  display: flex;
  justify-content: left;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 16px 0;
}
#contents #topics_contents .topics_list .article a .txt .tit,
#contents .other_article .topics_list .article a .txt .tit {
  font-weight: bold;
}
#contents #topics_contents .topics_list .article a .txt .tit,
#contents .other_article .topics_list .article a .txt .tit,
#contents #topics_contents .topics_list .article a .txt .date,
#contents .other_article .topics_list .article a .txt .date {
  width: 100%;
}
#contents #topics_contents .topics_list .article a .txt .date,
#contents .other_article .topics_list .article a .txt .date {
  display: flex;
  justify-content: left;
  align-items: flex-end;
  font-size: 16px;
  color: #6e6969;
}
#contents #topics_contents .topics_list .article a .txt .date span,
#contents .other_article .topics_list .article a .txt .date span {
  font-size: 14px;
  display: inline;
  border-radius: 6%;
  padding: 2px 6px;
  margin-right: 0.5rem;
}
#contents #topics_contents .topics_list_wrapper {
  /*background-color: #f7f3f3;*/
  margin-top: 100px;
  /*padding-top: 93px;*/
  padding-left: calc( ( 100% - 1320px ) / 2 );
  padding-right: calc( ( 100% - 1320px ) / 2 );
  padding-bottom: 100px;
}
#contents #topics_contents .topics_list_wrapper > div {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 56px;
}
#contents #topics_contents .topics_list_wrapper .more-btn {
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #dcd6cb;
  padding: 11px 27px;
  border-radius: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
#contents #topics_article {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
#contents #topics_article .separator_dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1em;
  margin: 50px auto;
}

#contents #topics_article .separator_dot::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #ccb8a8;
  border-radius: 100%;
}
#contents #topics_article .fv {
  margin-bottom: 47px;
}
#contents #topics_article .fv .title_solid {
  position: relative;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  font-size: 24px;
}
#contents #topics_article .fv .title_solid::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 1px #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 4px;
}

#contents #topics_article h1 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 26px;
}
#contents #topics_article h1 span {
  display: block;
  color: #e60013;
  margin-bottom: 16px;
  font-size: 24px;
}
#contents #topics_article .read_txt {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin: 32px 0;
}
#contents #topics_article .pic_txt {
  text-align: center;
  font-size: 24px;
  background-color: #f7f3f3;
  padding: 16px 0;
  margin-top: 24px;
  line-height: 1.5;
}
#contents #topics_article .pic_txt span {
  font-weight: bold;
  font-size: 24px;
}
#contents #topics_article h2 {
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #ccb8a8;
  border-bottom: 2px solid #ccb8a8;
  position: relative;
}
#contents #topics_article h2::before,
#contents #topics_article h2::after {
  display: inline-block;
  content: "";
  background-color: #ccb8a8;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
}
#contents #topics_article h2::before {
  left: -5px;
  top: -5px;
}
#contents #topics_article h2::after {
  right: -5px;
  bottom: -5px;
}

#contents #topics_article h3 {
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 480px) {

  #contents #topics_article h3 {
    margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  }
}

#contents #topics_article p {
  line-height: 2;
}
#contents #topics_article p + p {
  margin-top: 1.5em;
}

#contents #topics_article img {
  width: 100%;
  height: auto;
}
#contents #topics_article .fv img {
  /* display: block; */
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#contents #topics_article .article_img {
  width: 64.9%;
  margin: 50px auto 47px auto;
}
#contents #topics_article .article_img.block {
  display: block;
}
#contents #topics_article .txt_center {
  text-align: center;
}
#contents #topics_article .f_large {
  font-size: 20px;
}
#contents #topics_article .f_small {
  font-size: 14px;
}
#contents #topics_article .f_small_m {
  font-size: 16px;
}
#contents #topics_article .f_normal {
  font-weight: normal;
}
#contents #topics_article .f_bolder {
  font-weight: bolder;
}
#contents #topics_article .f_red {
  color: #e60013;
}
#contents #topics_article .hr {
  border-top: 2px solid #ccb8a8;
  padding-top: 1.5em;
}

#contents #topics_article .article_table {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 15px;
  margin-bottom: 1.5em;
}
#contents #topics_article .article_table > div {
  border: solid 2px #ccb8a8;
  border-radius: 8px;
  padding: 1.3em;
}
@media screen and (max-width: 480px) {
  #contents #topics_article .article_table {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
    margin-bottom: 1.5em;
  }
  #contents #topics_article .article_table > div {
    border: solid 2px #ccb8a8;
    border-radius: 8px;
    padding: 0.8em;
  }
}

#contents #topics_article dl.description dt {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 30px;
}
#contents #topics_article dl.description dd {
  display: grid;
  justify-items: center;
  grid-template-columns: 0.5fr 1fr;
  font-size: 16px;
  gap: 24px;
}
#contents #topics_article dl.description dd + dd {
  margin-top: 20px;
}
#contents #topics_article dl.description.step dd + dd {
  position: relative;
  margin-top: 50px;
}
#contents #topics_article dl.description.step dd + dd::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 1em 0 1em;
  border-color: #e3dcdc transparent transparent transparent;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  transform: translateY(-25px);
}
#contents #topics_article dl.description dd > img {
  max-width: 150px;
}
#contents #topics_article dl.description dd > p {
  font-size: 16px;
}

@media screen and (max-width: 480px) {

  #contents #topics_article dl.description dd > p {
    font-size: 14px;
  }
}

#contents .other_article {
  margin-top: 100px;
}
#contents .other_article h2 {
  font-size: 22px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: bold;
  margin-bottom: 40px;
}
#contents .other_article h2::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
  border-top: 2px solid #e60013;
  width: 0.5em;
}
#contents .other_article .more {
  text-align: right;
  font-size: 18px;
  margin-top: 26px;
}
.page-width {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1320px) {
  .page-width {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 959px) {
  #contents #topics_article .fv {
    margin: 0 auto 24px;
  }

  #contents .wmax {
    max-width: 97%;
    min-width: 97%;
  }
  #contents .topics_tab.fixed {
    left: 1.5%;
    width: 97%;
  }
  #contents .topics_tab li {
    font-size: 12px;
    width: 17%;
    border-radius: 50%;
    padding: 3.5% 0;
  }
  #contents .topics_tab li span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #contents .topics_tab li:not(#top) span {
    display: block;
  }
  #contents .topics_tab li:not(#top) span::before {
    margin-right: 0;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #contents .topics_tab li#lifestyle span::before {
    width: 16.5px;
    height: 14px;
  }
  #contents .topics_tab li#food span::before {
    width: 13px;
    height: 16px;
  }
  #contents .topics_tab li#beauty span::before {
    width: 17.5px;
    height: 16.5px;
  }
  #contents .topics_tab li#health span::before {
    width: 17.5px;
    height: 17.5px;
  }
  #contents .topics_tab li#recommend span::before {
    width: 19.5px;
    height: 17.5px;
  }
  #contents .topics_tab li#recommend.current span::before {
    height: 18.5px;
  }
  #contents #topics_contents #articles {
    width: 100%;
  }
  #contents #topics_contents #articles .tit {
    font-size: 16px;
    margin: 21px 0;
  }
  #contents #topics_contents #articles .date {
    font-size: 14px;
    margin-bottom: 21px;
  }
  #contents #topics_contents #articles .date span {
    font-size: 12px;
  }
  #contents #topics_contents h2 {
    margin-top: 29px;
    margin-bottom: 27px;
    font-size: 22px;
  }
  #contents #topics_contents .topics_list_wrapper h3 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  #contents #topics_contents.lifestyle h2::before,
  #contents #topics_contents .topics_list_wrapper .lifestyle h3::before {
    width: 23.5px;
    height: 21px;
  }
  #contents #topics_contents.food h2::before,
  #contents #topics_contents .topics_list_wrapper .food h3::before {
    width: 18.5px;
    height: 23px;
  }
  #contents #topics_contents.beauty h2::before,
  #contents #topics_contents .topics_list_wrapper .beauty h3::before {
    width: 25px;
    height: 23.5px;
  }
  #contents #topics_contents.health h2::before,
  #contents #topics_contents .topics_list_wrapper .health h3::before {
    width: 25px;
    height: 25px;
  }
  #contents #topics_contents.recommend h2::before,
  #contents #topics_contents .topics_list_wrapper .recommend h3::before {
    width: 26px;
    height: 24.5px;
  }
  #contents .slick-initialized .slick-slide {
    padding: 0 6px;
  }
  #contents #topics_contents .slick-dots li button:before {
    width: 12px;
    height: 12px;
    font-size: 12px;
  }
  #contents #topics_contents .topics_list .article,
  #contents .other_article .topics_list .article {
    width: 100%;
  }
  #contents .other_article {
    margin-top: 53px;
  }
  #contents .other_article h2 {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 18px;
    font-size: 20px;
    border-bottom: 2px solid #e60013;
    display: block;
  }
  #contents .other_article h2::before {
    content: none;
  }
}
@media screen and (max-width: 480px) {
  #contents {
    padding-top: 0;
    margin-bottom: 30px;
  }
  /*#contents .wmax {
    max-width: 100%;
    min-width: 100%;
  }*/
  #contents .topics_breadcrumb {
    background-color: #f1efea;
    padding: 14px 2.9%;
    margin-bottom: 26px;
  }
  #contents #topics_contents img.disp_sp,
  #contents #topics_article img.disp_sp,
  #contents .other_article img.disp_sp {
    display: block;
  }
  #contents #topics_contents img.disp_pc,
  #contents #topics_article img.disp_pc,
  #contents .other_article img.disp_pc {
    display: none;
  }
  #contents #topics_contents br.disp_sp,
  #contents #topics_article br.disp_sp,
  #contents .other_article br.disp_sp {
    display: inline-block;
  }
  #contents #topics_contents br.disp_pc,
  #contents #topics_article br.disp_pc,
  #contents .other_article br.disp_pc {
    display: none;
  }
  #contents #topics_contents .topics_list,
  #contents .other_article .topics_list {
    gap: 16px;
  }
  #contents #topics_contents .topics_list .article a,
  #contents .other_article .topics_list .article a {
    gap: 26px;
  }
  #contents #topics_contents .topics_list .article a .img,
  #contents .other_article .topics_list .article a .img {
    max-width: 136px;
  }
  #contents #topics_contents .topics_list .article a .txt,
  #contents .other_article .topics_list .article a .txt {
    font-size: 16px;
    padding: 0;
  }
  #contents #topics_contents .topics_list .article a .txt .tit,
  #contents .other_article .topics_list .article a .txt .tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    height: 3rem;
  }
  #contents #topics_contents .topics_list .article a .txt .date,
  #contents .other_article .topics_list .article a .txt .date {
    font-size: 14px;
  }
  #contents #topics_contents .topics_list .article a .txt .date span,
  #contents .other_article .topics_list .article a .txt .date span {
    font-size: 12px;
  }
  #contents #topics_contents .topics_list_wrapper {
    margin-top: 56px;
    /*padding-top: 42px;*/
    padding-left: 5.27%;
    padding-right: 5.27%;
    padding-bottom: 30px;
  }
  #contents #topics_contents .topics_list_wrapper > div {
    padding-bottom: 91px;
    margin-bottom: 45px;
  }
  #contents #topics_contents .topics_list_wrapper .more-btn {
    width: 63.7%;
    text-align: center;
    padding: 18px 0;
    right: 18.15%;
    background-color: #ffffff;
  }
  #contents #topics_article {
    width: 100%;
    font-size: 14px;
  }
  #contents #topics_article h1 {
    font-size: 24px;
    margin-bottom: 13px;
  }
  #contents #topics_article h1 span {
    margin-bottom: 8px;
    font-size: 18px;
  }
  #contents #topics_article .read_txt {
    font-size: 16px;
    margin: 16px 0;
  }
  #contents #topics_article .pic_txt {
    font-size: 16px;
    padding: 8px 0;
    margin-top: 16px;
  }
  #contents #topics_article .pic_txt span {
    font-size: 14px;
  }
  #contents #topics_article h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  #contents #topics_article .fv img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
  }
  #contents #topics_article .article_img {
    width: 100%;
    margin: 24px auto;
  }
  #contents #topics_article .f_large {
    font-size: 16px;
  }
  #contents #topics_article .f_small {
    font-size: 10px;
  }
  #contents #topics_article .f_small_m {
    font-size: 12px;
  }
  #contents .other_article .more {
    font-size: 12px;
    margin-top: 35px;
  }
}

#contents .item_link {
  font-size: 24px;
  text-decoration: underline;
  line-height: 50px;
}
@media screen and (max-width: 480px) {
  #contents .item_link {
    font-size: 14px;
    text-decoration: underline;
    line-height: 40px;
  }
}
