/* POF Top directory */

#pof-container {
  margin: 0 auto;
  padding: 0;
}

#pof-container p {
  margin: 2% 0;
  padding: 1% 2%;
  color: #34495E;
  font-size: 1rem;
}

#pof-container a:hover {
  opacity: 1;
  animation: flash 1s;
  color: #16a085;
}

@keyframes flash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

/* Flax */

#pof-container .box1 {
  width: 100%;
  margin: 2% 0;
  padding: 0;
  box-sizing: border-box;
}

#top-category {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top-category a {
  display: block;
  margin: 1%;
  padding: 1%;
  width: 25%;
  align-items: center;
  text-decoration: none;
}

#top-category img {
  width: 100%;
  padding: 0;
  text-align: center;
}

/* 20250613 sogoh headerIMG button */

.header_bn_btn {
  position: absolute;
  bottom: 32px;
}

.header_bn_btn.pst_cnt {
  right: 0;
  left: 0;
  margin: 0 auto;
}

.header_bn_btn.pst_lft {
  left: 32px;
  margin: 0 auto;
}

.header_bn_btn.pst_rgt {
  right: 32px;
  margin: 0 auto;
}

.header_bn_btn .ico_end {
  padding-right: 1.75em !important;
  background-position: 100% -0.25em !important;
}

.news_sct_pof-v2 {
  margin-top: 16px;
  border-top: 1px solid #c9c9c9;
  /* @media */
}

.news_sct_pof-v2 .template.news_lst {
  display: none;
}

.news_sct_pof-v2 a.news_lst {
  padding: 8px 0;
  border-bottom: 1px solid #c9c9c9;
  padding: 8px 32px 8px 0;
  background: url("/myricoh/img/icon_s_right_01.png") 100% 50% no-repeat;
}

.news_sct_pof-v2 a.news_lst:hover {
  text-decoration: none;
}

.news_sct_pof-v2 a.news_lst:hover .news_lst_line .news_lst_dtl {
  text-decoration: underline;
}

.news_sct_pof-v2 .news_lst_line {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.news_sct_pof-v2 .news_lst_line > * {
  clear: both;
  float: none;
}

.news_sct_pof-v2 .news_lst_line .news_lst_day {
  font-weight: bold;
}

.news_sct_pof-v2 .news_lst_line .news_lst_cate {
  margin-left: 0;
}

.news_sct_pof-v2 .news_lst_line .news_lst_dtl {
  margin-left: 0;
}

.news_sct_pof-v2 .news_lst_line .news_lst_dtl .ttl {
  margin-top: 0;
  font-weight: bold;
}

.news_sct_pof-v2 .news_lst_line .news_lst_dtl .txt {
  margin-top: 0;
}

.news_sct_pof-v2 .more_lnk {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #c9c9c9;
}

@media (max-width: 640px) {
  .news_sct_pof-v2 a.news_lst {
    background-image: url("/myricoh/img/icon_s_right_01.png");
    background-size: 24px 24px;
  }

  .news_sct_pof-v2 .news_lst_line .news_lst_dtl {
    clear: both;
  }
}

@media screen and (max-width: 480px) {
  #top-category {
    display: flex;
    flex-direction: row;
    align-content: space-between;
  }

  #top-category a {
    margin: 1% 0;
    width: 44%;
  }
}