@charset "utf-8";

/*全体*/
.content{
  padding: 0px 0 64px;
}
.page-pankuzu{
  padding-top: 15px;
  padding-bottom: 120px;
}
.pdf_list{
  max-width: 850px;
  width: 90%;
  margin: auto;
  border-top: 1px solid #1D2959;
  margin-top: 80px;
}
.pdf_list--box{
  border-bottom: 1px solid #1D2959;
  padding: 20px 10px 20px 65px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  position: relative;
  align-items: center;
  font-weight: bold;
}
.pdf_list--box span{
  font-size: 1.2rem;
}
.pdf_list--box.new::before{
  content: "NEW";
  color: #fff;
  background: #E60013;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 32px;
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  left: 20px;
}
.pdf_list--box p.common_link{
  background: #00A3A3;
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.pdf_list--box p.common_link::after{
  content: "";
  position: relative;
  top: 3px;
  background: url(../img/white_pdf.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  line-height: 1;
  width: 14px;
  height: 22px;
}
.pdf_list--box:hover{
  opacity: 1;
}
.pdf_list--box:hover p.title{
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.pdf_list--box:hover span {
  width: 300%;
  height: 300%;
  transform: translate(-50%, 0) scale(1);
  transition: .5s;
}

@media screen and (min-width: 767px),print {
  .pagevisual {
    background: url("../../img/mv.webp") no-repeat top;
    background-size: cover;
  }

 }

@media screen and (max-width: 1279px) {
/* 推奨動作環境1280pxに固定 */
  body {
    width: 1280px;
  }
}

@media screen and (min-width: 767px),print {
  
}

@media screen and (max-width: 767px) {
/* スマホ閲覧時、横幅可変 */
  body {
    width: 100%;
  }
  .pagevisual {
    background: url("../../img/mv_sp.webp") no-repeat center;
    background-size: cover;
  }
  .page-pankuzu{
    padding-bottom: 60px;
  }
  .pdf_list--box{
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 25px 5%;
  }
  .pdf_list--box.new{
    padding-top: 45px;
  }
  .pdf_list--box.new::before{
    top: 25px;
  }
  .pdf_list{
    margin-top: 60px;
  }
}

/* 印刷用設定 */
@media print {

}
@page {
  size: A4;
  margin: 5px;
}
