.mv {
  text-align: right;
  background: url(../../common/imgs/mv.jpg) center no-repeat;
  background-size: cover;
  padding: 75px 10px 75px 0;
}
.p_sec01 {
  background: url(../../common/imgs/bg04.jpg);
  padding: 150px 10px;
}
@media only screen and (max-width: 640px) {
  .p_sec01 {
    padding: 100px 10px;
  }
}
.p_sec01__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  .p_sec01__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
  }
}
.p_sec01__main {
  width: 640px;
}
@media only screen and (max-width: 640px) {
  .p_sec01__main {
    width: auto;
  }
}
.p_sec01__main .name {
  font-size: 32px;
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .p_sec01__main .name {
    font-size: 20px;
  }
}
.p_sec01__main .prof {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 5px;
  margin-top: 10px;
}
.p_sec01__main .date {
  font-size: 16px;
  color: #898989;
  margin-top: 5px;
}
.p_sec01__main .wysywig {
  margin-top: 80px;
  font-size: 16px;
  line-height: 2;
  word-break: break-all;
}
@media only screen and (max-width: 640px) {
  .p_sec01__main .wysywig {
    margin-top: 40px;
  }
}
.p_sec01__main .wysywig *:first-child {
  margin-top: 0 !important;
}
.p_sec01__main .wysywig *:last-child {
  margin-bottom: 0 !important;
}
.p_sec01__main .wysywig > *,
.p_sec01__main .wysywig > * {
  margin-bottom: 20px;
}
.p_sec01__main .wysywig h1,
.p_sec01__main .wysywig h2 {
  font-size: 28px;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p_sec01__main .wysywig h1,
  .p_sec01__main .wysywig h2 {
    font-size: 22px;
  }
}
.p_sec01__main .wysywig h3,
.p_sec01__main .wysywig h4,
.p_sec01__main .wysywig h5,
.p_sec01__main .wysywig h6 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.p_sec01__main .wysywig ol {
  padding-left: 1.5em;
  list-style: decimal;
  list-style-position: outside;
}
.p_sec01__main .wysywig ol li {
  margin: 0.25em 0;
}
.p_sec01__main .wysywig ul {
  padding-left: 1.5em;
  list-style: disc;
  list-style-position: outside;
}
.p_sec01__main .wysywig ul li {
  margin: 0.25em 0;
}
.p_sec01__main .wysywig .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p_sec01__main .wysywig .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.p_sec01__main .wysywig .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.p_sec01__main .wysywig .wp-caption,
.p_sec01__main .wysywig [class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.p_sec01__main .wysywig .wp-caption-text {
  margin-top: 0;
}
.p_sec01__main .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
}
@media only screen and (max-width: 640px) {
  .p_sec01__main .pager {
    margin-top: 50px;
  }
}
.p_sec01__main .pager .prev a,
.p_sec01__main .pager .next a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-size: 16px;
}
.p_sec01__main .pager .prev a:before,
.p_sec01__main .pager .next a:before {
  content: "";
  background: url(../imgs/arrow2.svg) center no-repeat;
  background-size: contain;
  width: 13px;
  height: 25px;
}
.p_sec01__main .pager .prev {
  margin-right: auto;
}
.p_sec01__main .pager .prev a:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p_sec01__main .pager .next {
  margin-left: auto;
}
.p_sec01__main .pager .next a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p_sec01__side {
  width: 280px;
}
@media only screen and (max-width: 640px) {
  .p_sec01__side {
    width: auto;
  }
}
.p_sec01__side .title {
  font-size: 18px;
  font-weight: bold;
  color: #b81c25;
  padding-bottom: 15px;
  border-bottom: 1px solid #2f2725;
}
.p_sec01__side .list {
  margin-top: 40px;
}
.p_sec01__side .list li a {
  font-size: 16px;
  line-height: 1.8;
}
.p_sec01__side .btn {
  margin-top: 40px;
}
.p_sec01__side .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  background: #003876;
  color: white;
  font-size: 16px;
  height: 40px;
  max-width: 100%;
  padding: 0 20px;
  font-weight: bold;
}/*# sourceMappingURL=single.css.map */