/*
Theme Name: パセライブ
*/
/* wp common */
body{
  margin-top:27px;
}

.body_wp {
    background: #000 url(/images/paselive/paselive_bg.png) repeat;
    padding: 80px 0 0px;
}

#container{
  margin-top: 32px;
}


/*最新情報一覧*/
.paselive_ttl02_box:before {
  top: 190px;
}
#archive_post{
  margin-top:80px;
}
.news_list{
padding-top: 20px;
}
.info_head_txt{
  font-size:28px;
}
.archive_post_link{
  text-decoration: none;
  border-top: dashed 2px #F91E84;
  display: block;
}
.archive_post_link:last-of-type{
  border-bottom: dashed 2px #F91E84;
}
.archive_post_cont{
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  word-break: break-all;
  padding:30px 0px;
  color: #fff;
}
.archive_post_cont:hover{
  opacity: 0.7;
}
.arc_post_date{
  width:120px;
  color:#F91E84;
}
a .arc_post_title{
  font-size: 16px;
  color:#fff;
  max-width: 70%;
}
.archive_post_list:hover{
  opacity: 0.8;
}
.archive_post_list::after{
  position: absolute;
  left:0px;
  height: 100%;
  content: "";
  top:0;
}
.arc_post_title h2{
  color:#fff;
  font-size: 18px;
  margin:5px 0;
  font-weight: bold;
}
.archive_post_list_continue{
  position: relative;
  text-align: right;
  text-decoration: underline;
  padding-right:1%;
  margin: auto 0 auto auto;
}
.archive_post_list_continue p{
  position: relative;
}
.archive_post_list_continue p::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
  border-left: 8px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: 2%;
}

.pagenate{
  text-align: center;
  padding:60px;
  color: #fff;
  font-size: 16px;
}
.pagenate ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenate > *{
  margin: auto 15px;
}
.pagenate a{
  color: #fff;
}
.pagenate span,
.pagenate li > :not(.page-numbers.prev):not(.page-numbers.next){
    padding: 10px 20px;
    margin: 0 5px;
}
.next,
.prev{
  margin: 0 20px;
}
.pagenate .next,.pagenate .prev{
  position: relative;
  text-decoration: none;
  content: "";
  width: 35px;
  height: 35px;
  background: #F81E83;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
}

.pagenate .prev:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 4px solid;
  border-color: transparent transparent #000 #000 ;
  transform: rotate(45deg);
  margin: auto;
  top: 8px;
  right: 4px;
  border-radius: 3px;
}
.pagenate .next::after{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 4px solid;
  border-color: #000 #000 transparent transparent;
  transform: rotate(45deg);
  margin: auto;
  top: 8px;
  left: 4px;
  border-radius: 3px;
}
/*最新情報一覧　end*/


/*記事ページ*/
#single_post{
  padding-top:80px;
  padding-bottom:80px;
}
.single_post_content img {
    max-width: 100%;
    height: auto;
}
.single_post_date{
  padding:15px 15px 0;
  color:#F91E84;
}
h1.single_post_title{
  color: #fff;
  font-size: 26px;
  text-align: left;
  padding:15px;
  padding-bottom:0;
  margin-bottom:10px;
  position: relative;
}
.single_post_content{
  padding:15px;
  color:#fff;
  margin-bottom:30px;
  max-width:800px;
  margin: auto;
}
.single_thumb{
  margin-bottom: 45px;
}
.single_post_content h2,.single_post_content h3{
  color:#FBED21;
  padding-bottom:15px;
  font-weight: bold;
}
.single_post_content h2{
  font-size: 20px;
}
.btn_single_back{
  position: relative;
}
.btn_single_back::after{
  position: absolute;
  content: "\f054";
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  color: #F81E83;
  font-weight: bold;
  font-size: 16px;
}
.btn_single_back:hover::after{
  color:#fff;
}

.single_pef .single_thumb{
  width: 80%;
  margin: 0 auto 20px;
}
.single_pef .single_post_content{
  margin-bottom:30px;
}
.pef_tbl {
  margin: auto auto ;
  max-width: 800px;
}
.pef_tbl p{
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.pef_tbl table{
  border-top:solid 2px #666;
  width:100%;
  margin-bottom:50px;
}
.pef_tbl th,.pef_tbl td{
  padding:10px;
  color:#fff;
}
.pef_tbl th{
  width:42%;
  text-align: center;
  border-bottom: solid 2px #000;
  background: #666;
}
.pef_tbl tr:last-child th{
  border-bottom: solid 2px #666;
}
.pef_tbl td{
  border-bottom: solid 2px #666;
  padding-left:15px;
}
/*記事ページ　end*/

@media screen and (max-width: 768px){
  body{
    margin-top:0px;
  }
  #breadcrumbs ul, #breadcrumbs ol{
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    display: flex;
  }
  .body_wp {
      padding: 25px 0 0px;
  }
  .paselive_ttl02_box:before {
    top: 210px;
  }
  .pagenate {
    font-size: 17px;
    font-weight: bold;
  }
  .pagenate > * {
    margin: auto 10px;
  }
  .news_list{
    width:90%;
    margin: auto;
  }
  .archive_post_cont{
    padding:20px 0px;
    display: block;
  }
  .arc_post_date{
    margin-bottom:8px;
  }
  .arc_post_title {
    font-size: 4vw;
  }
  a .arc_post_title {
    max-width: 95%;
  }
  .arc_post_date {
    font-size: 3vw;
  }
  .archive_post_list_continue {
    padding-right: 5%;
  }
  .archive_post_list_continue p::after {
    right: 0%;
  }

  #single_post{
    width:90%;
    padding-top:30px;
  }
  .single_post_date {
    padding: 15px 0px 0;
  }
  .single_post_title {
    font-size: 5.5vw;
  }
  h1.single_post_title {
    font-size: 22px;
    padding: 15px 0px 0;
      margin-bottom:10px;
  }
  .single_post_box {
    padding: 10px;
  }
  .single_post_content{
    padding:15px 5px;
  }
  .pef_tbl p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .pef_tbl th, .pef_tbl td {
    padding: 5px;
    color: #fff;
    font-size: 12px;
  }
  .pef_tbl th{
    width: 35%;
  }
  .pef_tbl td {
    padding-left:10px;
  }

}
