.p-single-header {
  position: relative;
  background: url(../img/top/top-clinic-bg.png) 0 0 repeat;
  background-size: 10px 10.5px;
  height: 230px;
  padding: 1px 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-single-header {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 230px;
  }
}
.p-single-header__select-wrap {
  display: block;
  margin: 0 auto;
  width: 518px;
  position: relative;
}
@media (max-width: 767px) {
  .p-single-header__select-wrap {
    width: 100%;
  }
}
.p-single-header__select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -6px;
  background: url(../img/select.png) 0 0 no-repeat;
  background-size: contain;
  width: 17px;
  height: 12px;
}
.p-single-header__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  width: 518px;
  margin: 0 auto;
  background: #fff;
  display: block;
  border-radius: 0;
  height: 60px;
  padding: 15px 25px;
}
@media (max-width: 767px) {
  .p-single-header__select {
    width: 100%;
  }
}
.p-single-header__cat {
  text-align: center;
  display: inline-block;
  min-width: 140px;
  margin-top: 30px;
}
.p-single-header__cat a {
  display: block;
  text-align: center;
  color: white;
  background: #48bb6b;
  border-radius: 6px;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 0;
}
.p-single-header__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 20px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .p-single-header__title {
    font-size: 2rem;
  }
}
.p-single-header__date {
  text-align: center;
}

.p-cat-content {
  position: relative;
  padding-top: 65px;
  padding-bottom: 150px !important;
}
@media (max-width: 767px) {
  .p-cat-content {
    padding-top: 25px;
  }
}
.p-cat-content__nav {
  position: relative;
  margin-top: 100px;
  padding-bottom: 200px;
}
.p-cat-content__nav .prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 51px;
  height: 51px;
}
.p-cat-content__nav .prev a {
  display: block;
  background: url(../img/angle-left.svg) 0 0 no-repeat;
  background-size: contain;
  width: 51px;
  height: 51px;
  text-decoration: none;
}
.p-cat-content__nav .prev a:hover {
  opacity: 0.7;
}
.p-cat-content__nav .next {
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 51px;
}
.p-cat-content__nav .next a {
  display: block;
  background: url(../img/angle-right.svg) 0 0 no-repeat;
  background-size: contain;
  width: 51px;
  height: 51px;
  text-decoration: none;
}
.p-cat-content__nav .next a:hover {
  opacity: 0.7;
}
.p-cat-content .c-col-2 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .p-cat-content .c-col-2 {
    display: block;
  }
  .p-cat-content .c-col-2 > div {
    width: 100%;
    margin-bottom: 55px;
  }
}
.p-cat-content__side-title {
  margin-bottom: 50px;
}

.p-single-entry__body {
  position: relative;
  z-index: 3;
  line-height: 1.6em;
  font-size: 17px;
}
@media (max-width: 767px) {
  .p-single-entry__body {
    line-height: 2em;
  }
}
.p-single-entry__body p {
  margin-bottom: 35px;
}
.p-single-entry__body p a {
  color: #133e70;
}
.p-single-entry__body h2 {
  margin-top: 80px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .p-single-entry__body h2 {
    line-height: 1.7em;
  }
}
/*# sourceMappingURL=style-single.css.map */
