@charset "UTF-8";

.p-container {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 18px;
}

.p-content {
  width: 750px;
}


.p-container .m-head {
    padding-bottom: 60px;
}

.p-list li a {
    color: #323232;
    text-decoration: none;
}

.p-list li {
    font-size: 10px;
    font-size: 1.0rem;
}

.p-year {
  letter-spacing: 0.05em;
  font-size: 10px;
  font-size: 1.0rem;
}

.p-year a {
    display: block;
    color: #323232;
    text-decoration: none;
}

.p-year dt {
    color: #323232;
    cursor: pointer;
    padding-right: 30px;
    position: relative;
}

.p-year dt::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 10px;
  background: url("../../../images/post/news/year.svg")no-repeat;
  background-position: center;
  right: 0;
  top: 9px;
  transition: .3s;
}

.p-year dt.is-active::before {
  transform: rotate(180deg);
  top: 8px;
}

.p-year dd {
  display: none;
}


.p-single-info {
    color: #00479D;
    padding-bottom: 45px;
}

.p-single-head {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 1000;
    letter-spacing: 0.05em;
    line-height: 1.3;
    padding-top: 5px;
    text-align: left;
}

.p-single-content {
    margin: 0 auto 45px;
    font-size: 9px;
    font-size: 0.9rem;
    letter-spacing: 0.025em;   
}

.p-single-content p {
    padding-bottom: 0.9rem;
    line-height: 1.4;
}

.p-single-content p:last-child {
  padding: 0;
}

.p-single-content strong {
  font-family: "秀英丸ゴシック L",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.p-single-content em {
  font-style: italic;
}

.pagination {
  font-family: "秀英丸ゴシック L",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;    
  font-size: 9px;
  font-size: 0.9rem;
  margin-top: 24px;    
}

.p-pager a {
  display: block;
  transition: .3s;
  border-radius: 20px;
  color: #fff;
  font-size: 9px;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}


.p-pager-prev {
  width: 184px;
  float: left;
}

.p-pager-prev a {
  padding: 14px 0 14px 15px;
  background: url("../../../images/post/news/prev.svg")no-repeat, #00479D;
  background-size: 10px;
  background-position: left 20px center;
}

.p-pager-next {
  width: 184px;
  float: right;
}

.p-pager-next a {
  padding: 14px 15px 14px 0;
  background: url("../../../images/post/news/next.svg")no-repeat, #00479D;
  background-size: 10px;
  background-position: right 20px center;
}

.p-single-content blockquote {
    background: #F4F4F4;
    border-radius: 20px;
    padding: 30px 40px;
    margin-bottom: 40px;
}

.p-single-content blockquote p {
  font-size: 0.9rem;
  padding-bottom: 9px;
}

.p-single-content blockquote p:last-child {
    padding: 0;
}


.p-single-content h2 {
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  height: 0;     
  padding: 0 5px 5px;
  margin-bottom: 0;
  font-family: "秀英丸ゴシック L",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.p-single-content h3 {
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-left: 10px;
  margin-bottom: 15px;
  font-family: "秀英丸ゴシック L",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.p-single-content h4 {
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: "秀英丸ゴシック B",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.l-gNav {
  display: none;
}



@media screen and (max-width: 1079px) {

  .p-container .m-head {
    padding-bottom: 40px;
    font-weight: bold;  
  }

  .p-single-content {
    font-size: 0.9rem;
  }

  .p-single-head {
    font-size: 1.1rem;
  }

  .p-pager a {
    font-size: 0.9rem;
  }

  .p-single-content blockquote p {
      font-size: 0.9rem;
  }

  .p-single-content blockquote {
      padding: 20px 30px;
      margin-bottom: 30px;
  }

}

@media screen and (max-width: 767px){

  .menu-trigger {
    margin-top: 0px !important;
  }    
    
  .menu-trigger span {
    background-color: #ffffff !important;
  }    
    
  .m-page {
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .p-container {
      display: block;
  }

  .p-content {
      width: 100%;
  }

  .p-year dt::before {
    right: inherit;
    left: 70px;
  }

  .p-year {
    font-size: 0.9rem;
  }

  .p-list li {
    font-size: 0.9rem;
  }

  .p-year dd {
    padding-bottom: 10px;
  }

  .p-pager-prev,
  .p-pager-next {  
    width: 135px;
  }

  .p-single-content {
    font-size: 0.9rem;
  }

  .p-pager a {
    border-radius: 15px;
    letter-spacing: 0.05em;
  }

  .p-pager-next a {
    background-size: 8px;
    background-position: right 10px center;
    padding: 10px 10px 10px 0;
  }

  .p-pager-prev a {
    background-size: 8px;
    background-position: left 10px center;
    padding: 10px 0 10px 10px;
  }

  .p-single-content blockquote {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .p-single-content blockquote p {
      font-size: 0.9rem;
    }

.p-single-content blockquote h3 {
  font-size: 10px;
  font-size: 1.0rem;
  margin-bottom: 10px;
    
}

.p-single-content blockquote h4 {
  font-size: 10px;
  font-size: 1.0rem;
  margin-bottom: 10px;    
}    
    
}

@media screen and (min-width: 768px){

.l-gNav li a {
    color: #ffffff !important;
}

.l-gNav li a:before {
    color: #ffffff !important;
}    
    
.m-page {
    min-height: 1080px;
  }

.m-post dd a {
    font-size: 1.0rem;
  }     
    
  .p-list li a:hover {
    text-decoration: underline;
  }

  .p-year a:hover {
    text-decoration: underline;
  }


  .p-pager-prev a:hover {
    background: url("../../../images/post/news/prev.svg")no-repeat, #3f9fde;
    background-size: 10px;
    background-position: left 20px center;
  }

  .p-pager-next a:hover {
    background: url("../../../images/post/news/next.svg")no-repeat, #3f9fde;
    background-size: 10px;
    background-position: right 20px center;
  }
}
