/*
Theme Name: エオルゼア
Author: Your Name
Description: A custom theme.
Version: 1.0
*/
.sec_ttl.under_mgl h1{
  font-weight:400;
  font-family: 'Oswald';
}

/*記事一覧*/
.post_arc a{
  display: flex;
  justify-content: space-between;
}
.topi_feed{
  max-width:800px;
  width:100%;
}
.post_arc{
  margin-bottom:40px;
}
.post_arc a{
  position: relative;
  display: block;
  padding:25px 0;
  font-size:14px;
  line-height: 1.7;
  border-bottom:solid 1px #382C17;
}
.post_arc a::after{
  position: absolute;
  content: "";
  background: url(/ff_eorzea/images/ico_topi_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 70px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.post_arc a:first-child{
  border-top:solid 1px #382C17;
}
.post_list_text p.cf_limited{
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 13px;
}
.post_arc p{
  max-width: 92%;
}
.post_arc span{
  font-size:12px;
  font-family: 'Oswald';
  font-weight: 400;
  letter-spacing:0.05em;
}
.post_list_text{
  width:91%;
}
.arc_cat{
  margin-left:20px;
}
.page-numbers{
  display: flex;
  justify-content: center;
}
.pagenate a,.pagenate span{
  padding:10px 15px;
  margin: 0 5px;
  border-radius: 5px;
}
.pagenate span.current{
  background: #EDEAE2;
}
.pagenate a.prev,.pagenate a.next{
  position: relative;
  border-radius: 20px;
  padding: 8px 15px;
  background:#382C17;
  color: #fff;
  font-weight: bold;
}
.pagenate a.prev{
  padding-left:35px;
}
.pagenate a.next{
  padding-right:35px;
}
.pagenate a.prev::after,.pagenate a.next::after{
  position: absolute;
  content: "";
  background: url(/paselabo_shop/ff_eorzea/images/ico_ac_select_wh.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  right: 7px;
  top: 0px;
  bottom: 0;
  margin: auto;
  z-index: 10;
  transform: rotate(-90deg);
}
.pagenate a.prev::after{
  right: auto;
  left:7px;
  transform: rotate(90deg);
}
.search_ttl{
  text-align: center;
  font-size: 1.5vw;
  margin-bottom: 15px;
}

#u_addm{
  padding-bottom: 80px;
}

@media (max-width: 750px){
  .under_wrap_cont {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
  }
  .post_arc a{
    padding: 15px 0;
  }
  .post_arc a::after{
    background: url(/ff_eorzea/images/ico_topi_arrow_sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 55px;
  }
  .post_arc p{
    font-size:12px;
  }
  .search_ttl{
    font-size: 4vw;
  }
  .post_list_text p.cf_limited{
    font-size:11px;
    max-width: 100%;
  }
  #u_addm{
  padding-bottom: 0px;
  }
  
}
/*記事一覧 end*/

/* 記事ページ */
#post .div_arrow_brow::after{
  bottom: 0;
}
#post .div_arrow_brow::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  left: 0;
  top:0;
  background: url(/paselabo_shop/ff_eorzea/images/ico_div_02.webp);
}
.post_title{
  padding:35px 0;
  margin-bottom:30px;
}
.post_title p.cf_limited{
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
}
.post_title h2{
  font-size:24px;
}
.post_cat{
  margin-left:15px;
}
.post_ttl_sub{
  margin-bottom:5px;
  font-weight: 400;
}
.post_link_other_page{
  max-width: 1020px;
  width: 100%;
  display: flex;
  margin: 20px auto 20px;
  justify-content: space-between;
}
.post_link_other_page a{
  position: relative;
  border-radius: 20px;
  padding: 8px 15px;
  background:#382C17;
  color: #fff;
  font-weight: bold;
}
.post_link_other_page a:first-child{
  padding-left:35px;
}
.post_link_other_page a:last-child{
  padding-right:35px;
}
.post_link_other_page a:first-child::after,
.post_link_other_page a:last-child::after{
  position: absolute;
  content: "";
  background: url(/paselabo_shop/ff_eorzea/images/ico_ac_select_wh.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  right: 7px;
  top: 0px;
  bottom: 0;
  margin: auto;
  z-index: 10;
  transform: rotate(-90deg);
}
.post_link_other_page a:first-child::after{
  right: auto;
  left:7px;
  transform: rotate(90deg);
}
.btn_img.single_back{
  margin-bottom: 50px;
}


@media (max-width: 750px){
  .under_wrap_cont {
    margin-bottom: 20px;
  }
  #post .div_arrow_brow::before{
    width: 100%;
    height: 15px;
    margin: auto;
    background: url(/paselabo_shop/ff_eorzea/images/ico_div_02_sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #post .div_arrow_brow::after{
    background-position: center;
  }
  .post_title {
    padding: 25px 0 35px;
  }
  .post_ttl_sub{
    font-size:3vw;
  }
  .post_title p.cf_limited{
    font-size: 3.5vw;
  }
  .post_title h2 {
    font-size: 4vw;
  }
  .single .sec_inner.pad_off{
    width:100%;
  }
  .post_link_other_page{
    width:90%;
  }
  .single .btn_img.single_back {
    margin-bottom: 50px;
    width: 90%;
  }

}
/* 記事ページ end*/
