@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.p-single {
  padding-top: 15px;
  padding-bottom: 150px !important;
  flex: 1;
  order: 2;
}
@media (max-width: 767px) {
  .p-single {
    padding-bottom: 25px !important;
  }
}

.p-single-header {
  margin-bottom: 45px;
}
.p-single-header__cat {
  display: inline-block;
}
.p-single-header__cat a {
  text-decoration: none;
  color: #00296d;
  font-size: 1.2rem;
  line-height: 2.3333em;
  background: #eff6fb;
  border-radius: 20px;
  border: 1px solid #bfcee6;
  margin-right: 11px;
  padding: 4px 16px;
  transition: 0.3s ease;
}
.p-single-header__cat a:hover {
  color: white;
  background: #00296d;
}
@media (max-width: 767px) {
  .p-single-header__cat a {
    font-size: 1.2rem;
  }
}
.p-single-header__title {
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  text-wrap: initial;
}
@media (max-width: 767px) {
  .p-single-header__title {
    font-size: 1.8rem;
  }
}
.p-single-header__date {
  text-align: left;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2%;
  margin-right: 19px;
}

.p-cat-content {
  position: relative;
  padding-top: 15px;
  padding-bottom: 150px !important;
  flex: 1;
  order: 2;
}
@media (max-width: 767px) {
  .p-cat-content {
    padding-top: 25px;
    padding-bottom: 5px !important;
  }
}
.p-cat-content__nav {
  position: relative;
  margin-top: 100px;
  border-top: 2px solid #00296d;
  border-bottom: 2px solid #00296d;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .p-cat-content__nav {
    margin-top: 62px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-cat-content__nav::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #00296d;
}
@media (max-width: 767px) {
  .p-cat-content__nav::before {
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #00296d;
  }
}
.p-cat-content__nav .prev {
  position: relative;
}
.p-cat-content__nav .prev a {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6667em;
  text-decoration: none;
  padding: 24px 39px;
}
.p-cat-content__nav .prev a::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  background: url(../img/angle-blue-left.png) 0 0 no-repeat;
  background-size: contain;
  width: 6px;
  height: 12px;
  margin-top: -6px;
}
.p-cat-content__nav .prev a:hover {
  opacity: 0.7;
}
.p-cat-content__nav .next {
  position: relative;
}
.p-cat-content__nav .next a {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6667em;
  text-decoration: none;
  padding: 24px 39px;
}
@media (max-width: 767px) {
  .p-cat-content__nav .next a {
    text-align: right;
  }
}
.p-cat-content__nav .next a::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  background: url(../img/angle-blue-right.png) 0 0 no-repeat;
  background-size: contain;
  width: 6px;
  height: 12px;
  margin-top: -6px;
}
.p-cat-content__nav .next a:hover {
  opacity: 0.7;
}

.p-single-entry__body {
  position: relative;
  z-index: 3;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .p-single-entry__body {
    line-height: 2em;
  }
}
.p-single-entry__body img {
  border-radius: 5px;
}
.p-single-entry__body p {
  margin-bottom: 35px;
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media (max-width: 767px) {
  .p-single-entry__body p {
    font-size: 1.4rem;
  }  
}
.p-single-entry__body p a {
  color: #133e70;
}
.p-single-entry__body h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.5em;
  background: #eff6fb;
  padding: 18px 20px 14px;
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-wrap: initial;
}
.p-single-entry__body h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #00296d;
}
@media (max-width: 767px) {
  .p-single-entry__body h2 {
    font-size: 1.6rem;
    padding: 8px 16px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.p-single-entry__body h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 50px;
  margin-bottom: 29px;
  border-bottom: 2px solid #00296d;
  position: relative;
  padding: 18px 32px 18px;
  text-wrap: initial;
}
.p-single-entry__body h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #eff6fb;
  border-top-left-radius: 20px;
  width: 69px;
  height: 62px;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-single-entry__body h3::before {
    width: 30px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .p-single-entry__body h3 {
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 8px 11px;
  }
}
.p-single-entry__body h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5em;
  border-left: 3px solid #00296d;
  padding: 9px 27px;
  margin-top: 50px;
  margin-bottom: 29px;
  text-wrap: initial;
}
@media (max-width: 767px) {
  .p-single-entry__body h4 {
    font-size: 1.6rem;
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 0%;
    padding-bottom: 0;
  }
}
.p-single-entry__body h5 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  border-bottom: 1px dashed #00296d;
  padding: 18px 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  text-wrap: initial;
}
@media (max-width: 767px) {
  .p-single-entry__body h5 {
    font-size: 1.4rem;
    padding: 8px 11px;
  }
}
.p-single-entry__body h6 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 15px;
  text-wrap: initial;
}
@media (max-width: 767px) {
  .p-single-entry__body h6 {
    font-size: 1.4rem;
  }
}
.p-single-entry__body ul {
  padding-left: 0;
  list-style-position: inside;
  margin: 0 0 35px;
}
.p-single-entry__body ul > li {
  margin-bottom: 12px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-single-entry__body ul > li {
    font-size: 1.4rem;
  }  
}
.p-single-entry__body ol {
  list-style: none;
  list-style-position: inside;
  counter-reset: number;
  padding-left: 0;
  margin: 0 0 35px;
}
.p-single-entry__body ol > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 12px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-single-entry__body ol > li {
    font-size: 1.4rem;
  }  
}
.p-single-entry__body ol > li::before {
  display: block;
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  top: 6px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 20px;
  background: #00296d;
}
.p-single-entry__body table {
  margin: 60px auto;
}
.p-single-entry__body table th {
  background: #eff6fb;
  padding: 0.8em 1em !important;
  border-color: #bfcee6 !important;
  font-size: 1.4rem;
}
.p-single-entry__body table td {
  padding: 0.8em 1em !important;
  border-color: #bfcee6 !important;
  font-size: 1.4rem;
}
