@media screen and (max-width: 767px) {
  .p-tab {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-tab__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 3px solid #0069F0;
}
.p-tab__btn {
  display: block;
  padding: 1em;
  border-radius: 10px 10px 0 0;
  background: #F2F2F2;
  margin: 0 5px;
  width: 180px;
  text-align: center;
  color: #102B54;
  font-size: 1.5rem;
  font-weight: bold;
  transition-property: color, background;
  transition-duration: 0.25s;
}
.p-tab__btn.is-hover:hover {
  background: #0069F0;
  color: #fff;
}
.p-tab__btn[aria-current=page] {
  background: #0069F0;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .p-tab__btn {
    margin: 0 0.5102040816vw;
    width: 18.3673469388vw;
    font-size: 1.5306122449vw;
  }
}
@media screen and (max-width: 767px) {
  .p-tab__btn {
    margin: 0 0.6666666667vw;
    width: 22.4vw;
    font-size: 2.9333333333vw;
    border-radius: 4vw 4vw 0 0;
  }
}
.p-tab__filter {
  padding: 1.25em 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-tab__filter {
    padding: 5.3333333333vw 3.4666666667vw;
  }
}
.p-tab__filter select {
  -webkit-appearance: none;
  appearance: none;
  background: #fff url("../../common/img/icon/select_arr.svg") calc(100% - 15px) 50% no-repeat;
  padding: 0.5em 1em;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .p-tab__filter select {
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
    width: 40vw;
    background-size: 2.6666666667vw 1.6vw;
    background-position: calc(100% - 2.4vw) 50%;
  }
}

.p-ilist {
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-ilist {
    margin: 0 4vw;
  }
}
.p-ilist__item {
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}
.p-ilist__item .c-icon--arrb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ilist__item .c-icon--arrb {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-ilist__cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1em 60px 1em 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ilist__cont {
    display: block;
    padding: 0.8em 0;
    padding-right: 6.6666666667vw;
  }
}
.p-ilist__cont.is-hover:hover .p-ilist__ttl {
  text-decoration: underline;
}
.p-ilist__on {
  color: #969696;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-ilist__on {
    width: 7em;
  }
}
@media screen and (max-width: 767px) {
  .p-ilist__on {
    display: inline-block;
    font-size: 3.4666666667vw;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  .p-ilist__tax {
    padding-top: 0.25em;
    width: 6em;
  }
}
@media screen and (max-width: 767px) {
  .p-ilist__tax {
    display: inline-block;
    margin-left: 0.7em;
  }
}
.p-ilist__ttl {
  color: #102B54;
}
@media screen and (min-width: 768px) {
  .p-ilist__ttl {
    width: calc(100% - 13em);
  }
}
@media screen and (max-width: 767px) {
  .p-ilist__ttl {
    margin-top: 0.2em;
    font-size: 3.4666666667vw;
  }
}

.p-post {
  margin: 0 auto;
  max-width: 100%;
  width: 940px;
}
@media screen and (max-width: 767px) {
  .p-post {
    padding: 0 8vw;
  }
}
.p-post__hdr {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-post__hdr {
    padding-bottom: 4.6666666667vw;
  }
}
.p-post__meta {
  margin-bottom: 20px;
}
.p-post__meta * {
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  .p-post__meta {
    margin-bottom: 2.0408163265vw;
  }
}
.p-post__on {
  position: relative;
  color: #969696;
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .p-post__on {
    top: -0.2em;
  }
}
@media screen and (max-width: 767px) {
  .p-post__on {
    font-size: 3.4666666667vw;
  }
}
.p-post__ttl {
  font-size: 3rem;
}
@media screen and (max-width: 980px) {
  .p-post__ttl {
    font-size: 3.0612244898vw;
  }
}
@media screen and (max-width: 767px) {
  .p-post__ttl {
    font-size: 5.6vw;
  }
}
.p-post__body {
  font-size: 1.8rem;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 1px 0;
}
@media screen and (max-width: 767px) {
  .p-post__body {
    padding-bottom: 4vw;
    font-size: 3.7333333333vw;
  }
}
.p-post__body .wp-block-columns {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-post__body .wp-block-columns {
    margin-bottom: 0 !important;
  }
}
.p-post__body .wp-block-table table {
  width: auto;
}
.p-post__body .wp-block-table th {
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-post__body .wp-block-image {
    text-align: center;
  }
  .p-post__body .wp-block-image > figure {
    margin: 1em 0;
  }
  .p-post__body .wp-block-image * {
    text-align: center;
  }
}
.p-post__body > * {
  margin: 50px 0;
}
.p-post__body > *:first-child {
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .p-post__body > * {
    margin: 5.1020408163vw 0;
  }
  .p-post__body > *:first-child {
    margin-top: 4.0816326531vw;
  }
}
@media screen and (max-width: 767px) {
  .p-post__body > * {
    margin: 3.5714285714vw 0;
  }
}
.p-post__wbtn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .p-post__wbtn {
    margin-top: 6.1224489796vw;
  }
}
@media screen and (max-width: 767px) {
  .p-post__wbtn {
    margin-top: 10.6666666667vw;
  }
}
.p-post__wbtn a {
  width: 430px;
  max-width: 100%;
}