@charset "UTF-8";

/*****************************
  機関紙
*****************************/
.page-journal .hcontent{
  width: 300%;
}
.pagesec1 .pscontent2{
  background: url(../../images/page/journal/journal_bg.webp) no-repeat center / cover;
}

.pagesec2{
  background: #fff;
  color: #000;
  width: 130%;
}
.pagesec2 .inner{
  padding: 15rem 5rem 2rem;
}
.pagesec2 .flexbox1{
  height: 100%;
}

.pagesec2 .fbox1{
  width: 60%;
}
.pagesec2 .fbox2{
  width: 35%;
}

.pagesec2 .fpdf,
.pagesec2 .ftxtbox{
  margin-left: auto;
  width: calc(100% - 70px);
}
.pagesec2 .fpdf iframe{
  height: 90%;
  width: 100%;
}


.pagesec2 .fttl{
  font-weight: bold;
  padding: 0 1rem;
  position: relative;
  writing-mode: vertical-rl;
  width: 50px;
}
.pagesec2 .fttl::before {
  content: "";
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  height: 40%;
  width: 1px;
}
.pagesec2 .fttl .ttl{
  font-weight: bold;
}
.pagesec2 .vertical{
  writing-mode: vertical-rl;
}

.pagesec2 .ftxtbox li{
  border-top: 1px solid #ccc;
  font-weight: bold;
  padding: 3rem ;
}
.pagesec2 .ftxtbox li:last-of-type{
  border-bottom: 1px solid #ccc;
}
.pagesec2 .ftxtbox li a{
  color: #000;
}

@media only screen and (max-width: 1440px) {
  .page-journal .hcontent {
    width: 320%;
  }
  .pagesec2{
    width: 150%;
  }
  .pagesec2 .fbox1{
    width: 55%;
  }
  .pagesec2 .fbox2{
    width: 40%;
  }
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 1023px) {
  .pagesec2{
    height: auto;
  }
  .pagesec2 .inner{
    padding: 8rem 5rem;
  }
  .pagesec2 .fbox1,
  .pagesec2 .fbox2{
    width: 100%;
  }
  .pagesec2 .fbox1{
    margin-bottom: 5rem;
  }
  .pagesec2 .fpdf iframe{
    height: 80vh;
  }
  .pagesec2 .fttl::before {
    height: 240px;
  }
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .pagesec2 .inner {
    padding: 8rem 3rem;
  }
  .pagesec2 .fttl{
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    writing-mode: inherit;
    width: 100%;
  }
  .pagesec2 .fttl::before{
    display: none;
  }
  .pagesec2 .fpdf,
  .pagesec2 .ftxtbox{
    width: 100%;
  }
  .pagesec2 .ftxtbox li {
    padding: 2rem 1rem;
  }
}