@charset "UTF-8";
.header {
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999;
}

/* @media only screen and (min-width: 769px) {
  .header {
    box-shadow: 0 0 2px rgba(85, 85, 85, 0.5);
  }
} */
@media only screen and (max-width: 768px) {
  .header {
    box-shadow: 0 0 0.53333vw rgba(85, 85, 85, 0.5);
  }
}
.header__inner {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .header__inner {
    width: 980px;
    padding: 29px 0 0 0;
    justify-content: space-between;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .header__inner {
    padding: 5.33333vw 0 3.46667vw 18.66667vw;
    height: 16vw;
  }
}
@media only screen and (min-width: 769px) {
  .header__logo {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .header__logo {
    margin-right: 33vw;
  }
}
@media only screen and (min-width: 769px) {
  .header__logo-image {
    width: 130px;
    margin-right: 20px;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .header__logo-image {
    width: 35vw;
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .header__logo-copy {
    font-size: 12px;
  }
}
.header__search {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .header__search {
    width: 250px;
    height: 35px;
    border: 1px solid #d1cdcb;
    border-radius: 5px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .header__search {
    height: 13.33333vw;
    border: 0.53333vw solid #ddb182;
    border-radius: 1.33333vw;
    background-color: #fff;
    padding-left: 6.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .header__search-wrap {
    background-color: #f8f4eb;
    padding: 5.33333vw 8vw 8vw;
  }
}
.header__search .search-keyword {
  flex: 1 1 auto;
}

@media only screen and (min-width: 769px) {
  .header__search .search-keyword {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .header__search .search-keyword {
    font-size: 3.46667vw;
  }
}
.header__search .search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .header__search .search-btn {
    flex: 0 0 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .header__search .search-btn {
    flex: 0 0 13.33333vw;
    height: 13.33333vw;
  }
}
@media only screen and (min-width: 769px) {
  .header__search .search-btn img {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .header__search .search-btn img {
    width: 5.33333vw;
    height: 5.33333vw;
  }
}
@media only screen and (min-width: 769px) {
  .header__nav {
    border-top: 1px solid #d1cdcb;
    border-bottom: 1px solid #d1cdcb;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav {
    border-top: 0.26667vw solid #d1cdcb;
    border-bottom: 0.26667vw solid #d1cdcb;
    padding: 1.33333vw 0;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .header__nav-list {
    width: 980px;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav-list {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav-list::-webkit-scrollbar {
    display: none;
  }
}
.header__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .header__nav-item {
    flex: 0 0 109px;
    height: 57px;
    border-right: 1px solid #d1cdcb;
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav-item {
    flex: 0 0 30.66667vw;
    height: 12vw;
    border-right: 0.26667vw solid #d1cdcb;
    font-size: 3.2vw;
  }
}
@media only screen and (min-width: 769px) {
  .header__nav-item:first-child {
    border-left: 1px solid #d1cdcb;
    flex: 0 0 140px;
    padding: 1rem;
  }
  .header__nav-item:first-child .category-mark__image {
    margin-right: 0;
    width: auto;
  }
}
.header__nav-sp .header__nav-item--magazine img {
  width: 65%;
}

.header__nav-item--magazine {
  padding: 1rem 0.5rem;
}

@media only screen and (max-width: 768px) {
  .header__nav-item--period {
    width: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav-item--pills {
    width: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav-item--pregnancy {
    width: 4.53333vw;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav-item--menopause {
    width: 4.53333vw;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav-item--interview {
    flex: 0 0 32vw;
    width: 5.6vw;
  }
}
@media only screen and (min-width: 769px) {
  .header__nav-item img {
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav-item img {
    margin-right: 0.75em;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap {
    position: fixed;
    top: 16vw;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp-bg {
    position: absolute;
    background-color: rgba(85, 85, 85, 0.5);
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp-body {
    position: relative;
    z-index: 100;
    width: 92vw;
    background-color: #fff;
    margin-left: 8vw;
    height: 100%;
    border-top: 0.53333vw solid #d1cdcb;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp {
    position: relative;
    z-index: 100;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp .header__nav-list {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp .header__nav-item {
    justify-content: flex-start;
    width: 100%;
    height: 16vw;
    border: none;
    border-bottom: 0.26667vw solid #d1cdcb;
    font-size: 4vw;
    padding-left: 5.33333vw;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp .header__nav-item .category-mark__image--period {
    width: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp .header__nav-item .category-mark__image--pills {
    width: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp .header__nav-item .category-mark__image--pregnancy {
    width: 4.53333vw;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp .header__nav-item .category-mark__image--menopause {
    width: 4.53333vw;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp .header__nav-item .category-mark__image--interview {
    width: 5.6vw;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp-service {
    position: relative;
    z-index: 100;
    margin: 8vw 0 0 5.33333vw;
    width: 85.33333vw;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp-service-title {
    font-size: 3.2vw;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp-service .sec-mederi-service {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp-service .sec-mederi-service-item {
    flex: 0 0 27.46667vw;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp-service .sec-mederi-service-sub {
    font-size: 2.13333vw;
    letter-spacing: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp-service .sec-mederi-service-name {
    font-size: 2.66667vw;
    text-align: center;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp-link {
    position: absolute;
    bottom: 2.66667vw;
    left: 6.66667vw;
    z-index: 100;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp-link a {
    position: relative;
    font-size: 2.66667vw;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp-link a:not(:first-child) {
    margin-left: 8vw;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp-link a:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #d1cdcb;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 2.66667vw;
    width: 0.26667vw;
    left: -4vw;
  }
}
@media only screen and (min-width: 769px) {
  .header__nav_wrapper {
    display: flex;
    justify-content: space-between;
    width: 980px;
    width: 1100px;
    margin: auto;
  }
  .header__nav-list {
    margin: 0;
  }
  .header__nav_banner.pc {
    display: block;
    height: 57px;
  }
  .header__nav_banner.sp {
    display: none;
  }
  .header__nav_banner img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav {
    padding-bottom: 0;
    border: none;
  }
  .header__nav_wrapper {
    display: block;
    width: 100%;
    margin: auto;
  }
  .header__nav_banner.sp {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 1.5rem 0 0;
    background: #f8f4eb;
  }
  .header__nav_banner.sp a {
    width: 84%;
    display: block;
    margin: auto;
  }
  .header__nav_banner.pc {
    display: none;
  }
  .header__search-wrap.only-sp {
    border: none;
  }
}
@media only screen and (min-width: 769px) {
  .side-menu {
    flex: 0 0 250px;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-popular-posts {
    background-color: #f8f4eb;
    padding: 16vw 0 14.66667vw;
  }
}
.side-menu .sec-popular-posts__title {
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-crown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  .side-menu .sec-popular-posts__title {
    background-position: left 0 bottom 12px;
    background-size: 20px auto;
    font-size: 15px;
    padding: 0 0 6px 25px;
    border-bottom: 2px solid #d1cdcb;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-popular-posts__title {
    background-position: left 0 bottom 3.2vw;
    background-size: 5.33333vw auto;
    font-size: 4vw;
    padding: 0 0 1.6vw 6.66667vw;
    border-bottom: 0.53333vw solid #d1cdcb;
    width: 84vw;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-popular-posts .post-list {
    width: 84vw;
    margin: auto;
    margin-top: 5.33333vw;
  }
}
.side-menu .sec-popular-posts .post-list__item {
  display: flex;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .side-menu .sec-popular-posts .post-list__item {
    flex: 0 0 100%;
  }
}
.side-menu .sec-popular-posts .post-list__item::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .side-menu .sec-popular-posts .post-list__item::after {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-popular-posts .post-list__item::after {
    width: 12vw;
    height: 12vw;
  }
}
.side-menu .sec-popular-posts .post-list__item:nth-child(1)::after {
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-ranking-01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.side-menu .sec-popular-posts .post-list__item:nth-child(2)::after {
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-ranking-02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.side-menu .sec-popular-posts .post-list__item:nth-child(3)::after {
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-ranking-03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.side-menu .sec-popular-posts .post-list__item:nth-child(4)::after {
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-ranking-04.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.side-menu .sec-popular-posts .post-list__item:nth-child(5)::after {
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-ranking-05.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  .side-menu .sec-popular-posts .post-list__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-popular-posts .post-list__item:nth-child(n+2) {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  .side-menu .sec-popular-posts .post-list__item-image {
    flex: 0 0 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-popular-posts .post-list__item-image {
    flex: 0 0 40vw;
    height: 40vw;
  }
}
.side-menu .sec-popular-posts .post-list__item-body {
  flex: 1 1 auto;
  background-color: #fff;
  padding: 0.25em 0.5em;
}

@media only screen and (max-width: 768px) {
  .side-menu .sec-popular-posts .post-list__item-body--small-sp {
    padding: 0.5em;
  }
}
.side-menu .sec-popular-posts .post-list__item-title {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .side-menu .sec-popular-posts .post-list__item-title {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-popular-posts .post-list__item-title {
    font-size: 3.2vw;
  }
}
@media only screen and (min-width: 769px) {
  .side-menu .sec-popular-posts .post-list__item-data {
    display: block;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-popular-posts .post-list__item-data--small-sp {
    align-items: center;
    margin-top: 1.33333vw;
  }
}
@media only screen and (min-width: 769px) {
  .side-menu .sec-popular-posts .post-list__item-category {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-popular-posts .post-list__item-category--small-sp {
    margin-right: 2.66667vw;
  }
}
.side-menu .sec-popular-posts .post-list__item-tags {
  display: none;
}

@media only screen and (min-width: 769px) {
  .side-menu .sec-features {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-features {
    width: 84vw;
    margin: 14.66667vw auto 0;
  }
}
.side-menu .sec-features__title {
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-crown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  .side-menu .sec-features__title {
    background-position: left 0 bottom 12px;
    background-size: 20px auto;
    font-size: 15px;
    padding: 0 0 6px 25px;
    border-bottom: 2px solid #d1cdcb;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-features__title {
    background-position: left 0 bottom 3.2vw;
    background-size: 5.33333vw auto;
    font-size: 4vw;
    padding: 0 0 1.6vw 6.66667vw;
    border-bottom: 0.53333vw solid #d1cdcb;
  }
}
.side-menu .sec-features__item {
  display: block;
}

@media only screen and (min-width: 769px) {
  .side-menu .sec-features__item {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-features__item {
    margin-top: 5.33333vw;
  }
}
@media only screen and (min-width: 769px) {
  .side-menu .sec-tags {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-tags {
    margin: 14.66667vw auto 0;
    width: 84vw;
    padding-bottom: 16vw;
  }
}
.side-menu .sec-tags__title {
  position: relative;
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-tag.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  .side-menu .sec-tags__title {
    background-position: left 0 bottom 10px;
    background-size: 20px auto;
    font-size: 15px;
    padding: 0 0 6px 25px;
    border-bottom: 2px solid #d1cdcb;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-tags__title {
    background-position: left 0 bottom 2.66667vw;
    background-size: 5.33333vw auto;
    font-size: 4vw;
    padding: 0 0 1.6vw 6.66667vw;
    border-bottom: 0.53333vw solid #d1cdcb;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-tags__title .arrow-link {
    position: absolute;
    top: 1.33333vw;
    right: 0;
  }
}
.side-menu .sec-tags__list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .side-menu .sec-tags__list {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-tags__list {
    margin-top: 4vw;
  }
}
.side-menu .sec-tags__item {
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-sharp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 0.5em 0.5em 0.5em 1.5em;
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  .side-menu .sec-tags__item {
    background-position: left 7px center;
    background-size: 8px 10px;
    font-size: 12px;
    border: 1px solid #d1cdcb;
    border-radius: 7px;
    margin: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-tags__item {
    background-position: left 1.86667vw center;
    background-size: 2.13333vw 2.66667vw;
    font-size: 3.2vw;
    border: 0.26667vw solid #d1cdcb;
    border-radius: 1.86667vw;
    margin: 0.8vw;
  }
}
.side-menu .sec-tags__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #b7b3b1;
}

@media only screen and (min-width: 769px) {
  .side-menu .sec-tags__link {
    font-size: 10px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-tags__link {
    font-size: 2.66667vw;
  }
}
.side-menu .sec-tags__link::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-arrow-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  .side-menu .sec-tags__link::after {
    width: 6px;
    height: 10px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .side-menu .sec-tags__link::after {
    width: 1.6vw;
    height: 2.66667vw;
    margin-left: 1.33333vw;
  }
}
@media only screen and (min-width: 769px) {
  .footer {
    padding-bottom: 20px;
  }
}
.footer__head {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .footer__head {
    display: block;
    height: 45px;
    background-color: #f6f6f6;
  }
}
@media only screen and (max-width: 768px) {
  .footer__head {
    display: flex;
    height: 13.33333vw;
    background-color: #f6f6f6;
    justify-content: center;
    align-items: center;
    color: #b7b3b1;
    font-size: 3.2vw;
  }
}
.footer__head::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-90deg);
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-arrow-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  .footer__head::before {
    width: 8px;
    height: 15px;
    right: 0;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer__head::before {
    width: 2.66667vw;
    height: 4.8vw;
    left: 32vw;
    opacity: 0.5;
  }
}
.footer__body {
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .footer__body {
    display: flex;
    width: 960px;
    padding: 80px 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer__body {
    padding: 20vw 0 10.66667vw;
    width: 92vw;
  }
}
@media only screen and (min-width: 769px) {
  .footer__text {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 768px) {
  .footer__logo {
    width: 37.33333vw;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .footer__logo img {
    width: 100%;
  }
}
.footer__catch-copy {
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .footer__catch-copy {
    margin-top: 25px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__catch-copy {
    margin-top: 6.66667vw;
    font-size: 4vw;
    text-align: center;
  }
}
.footer__catch-text {
  color: #000;
}

@media only screen and (min-width: 769px) {
  .footer__catch-text {
    margin-top: 15px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__catch-text {
    margin-top: 4vw;
    font-size: 3.2vw;
    text-align: center;
  }
}
.footer__sns {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .footer__sns {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__sns {
    margin-top: 5vw;
    margin-bottom: 12vw;
    justify-content: center;
  }
}
@media only screen and (min-width: 769px) {
  .footer__sns-item:not(:first-child) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__sns-item:not(:first-child) {
    margin-left: 6vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer__service {
    margin-top: 9.33333vw;
  }
}
@media only screen and (min-width: 769px) {
  .footer__service .sec-mederi-service-item {
    flex: 0 0 150px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__service .sec-mederi-service-item {
    flex: 0 0 29.33333vw;
  }
}
.footer__service .sec-mederi-service-text {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .footer__service .sec-mederi-service-sub {
    letter-spacing: 0.075em;
    font-size: 10px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__service .sec-mederi-service-sub {
    letter-spacing: 0em;
    font-size: 2.66667vw;
    margin-top: 2.66667vw;
  }
}
.footer__service .sec-mederi-service-name {
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .footer__service .sec-mederi-service-name {
    font-size: 15px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__service .sec-mederi-service-name {
    font-size: 3.46667vw;
    margin-top: 1.33333vw;
  }
}
.footer__foot {
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .footer__foot {
    width: 960px;
    font-size: 10px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .footer__foot {
    font-size: 2.66667vw;
    padding: 8vw 0;
  }
}
.footer__foot-links {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .footer__foot-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer__foot-links a {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .footer__foot-links a {
    position: relative;
    flex-basis: 30%;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .footer__foot-links a:not(:first-child) {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__foot-links a:not(:first-child) {
    margin-left: 8vw;
  }
}
.footer__foot-links a:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #d1cdcb;
  margin: auto;
  top: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  .footer__foot-links a:not(:first-child)::before {
    height: 10px;
    width: 1px;
    left: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__foot-links a:not(:first-child)::before {
    height: 2.66667vw;
    width: 0.26667vw;
    left: -4vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer__foot-body {
    text-align: center;
    margin-top: 2.66667vw;
  }
}
.post-list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .post-list {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .post-list {
    margin-top: 5.33333vw;
  }
}
@media only screen and (min-width: 769px) {
  .post-list__item {
    flex: 0 0 200px;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item {
    flex: 0 0 40vw;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item:nth-child(n+3) {
    margin-top: 8vw;
  }
}
@media only screen and (min-width: 769px) {
  .post-list__item:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item--small-sp:nth-child(n+2) {
    margin-top: 5.33333vw;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item-image--small-sp {
    width: 40vw;
    height: 40vw;
    flex-shrink: 0;
  }
}
.post-list__item-image img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .post-list__item-body--small-sp {
    background-color: #fff;
    flex: 1 1 auto;
    padding: 1em;
    margin-top: 0vw;
  }
}
@media only screen and (min-width: 769px) {
  .post-list__item-title {
    font-size: 12px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item-title {
    font-size: 2.66667vw;
    margin-top: 2.66667vw;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item-title--small-sp {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .post-list__item-data {
    align-items: center;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item-data {
    margin-top: 1.33333vw;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item-data--small-sp {
    margin-top: 0;
  }
}
.post-list__item-category .category-mark {
  letter-spacing: 0;
  padding: 0 1em;
  border-radius: 1000px;
}

@media only screen and (min-width: 769px) {
  .post-list__item-category .category-mark {
    font-size: 10px;
    height: auto;
    border: 1px solid #d1cdcb;
    margin-right: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item-category .category-mark {
    border: 0.26667vw solid #d1cdcb;
  }
}
@media only screen and (min-width: 769px) {
  .post-list__item-category .category-mark__image--period {
    width: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item-category .category-mark__image--period {
    width: 1.86667vw;
  }
}
@media only screen and (min-width: 769px) {
  .post-list__item-category .category-mark__image--pills {
    width: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item-category .category-mark__image--pills {
    width: 2.66667vw;
  }
}
@media only screen and (min-width: 769px) {
  .post-list__item-category .category-mark__image--pregnancy {
    width: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item-category .category-mark__image--pregnancy {
    width: 2.66667vw;
  }
}
@media only screen and (min-width: 769px) {
  .post-list__item-category .category-mark__image--menopause {
    width: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item-category .category-mark__image--menopause {
    width: 2.66667vw;
  }
}
@media only screen and (min-width: 769px) {
  .post-list__item-category .category-mark__image--interview {
    width: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item-category .category-mark__image--interview {
    width: 2.93333vw;
  }
}
@media only screen and (min-width: 769px) {
  .post-list__item-category .category-mark__image--comics {
    width: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item-category .category-mark__image--comics {
    width: 2.93333vw;
  }
}
@media only screen and (min-width: 769px) {
  .post-list__item-category .category-mark span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item-category .category-mark span {
    font-size: 2.4vw;
  }
}
@media only screen and (min-width: 769px) {
  .post-list__item-published {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item-published {
    font-size: 2.93333vw;
  }
}
.post-list__item-tags {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .post-list__item-tags {
    margin-top: 10px;
    margin-left: -3px;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item-tags {
    margin-top: 4vw;
    margin-left: -0.8vw;
  }
}
.post-list__item-tag {
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-sharp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 0 0.5em 0 1.5em;
}

@media only screen and (min-width: 769px) {
  .post-list__item-tag {
    background-position: left 7px center;
    background-size: 8px 10px;
    font-size: 10px;
    border: 1px solid #d1cdcb;
    border-radius: 7px;
    margin: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item-tag {
    background-position: left 1.86667vw center;
    background-size: 2.13333vw 2.66667vw;
    font-size: 2.66667vw;
    border: 0.26667vw solid #d1cdcb;
    border-radius: 1.86667vw;
    margin: 0.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .post-list__item--small-sp {
    display: flex;
    flex: 0 0 100%;
    margin-right: 0 !important;
  }
}
.sec-mederi-service {
  display: flex;
  justify-content: space-between;
}

.sec-mederi-service-sub {
  color: #6a6a6a;
}

.sec-category-list {
  background-color: #f8f4eb;
}

@media only screen and (min-width: 769px) {
  .sec-category-list {
    padding: 70px 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-category-list {
    padding: 13.33333vw 0;
  }
}
.sec-category-list .inner-wrap {
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .sec-category-list .inner-wrap {
    width: 1030px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-category-list .inner-wrap {
    width: 84vw;
  }
}
@media only screen and (max-width: 768px) {
  .sec-category-list .inner-wrap .slick-slider {
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 768px) {
  .sec-category-list .inner-wrap .slick-slider .slick-list {
    overflow: visible;
  }
}
@media only screen and (max-width: 768px) {
  .sec-category-list .inner-wrap .slick-slider .slick-dots {
    bottom: -8vw;
  }
}
.sec-category-list .inner-wrap .slick-slider .slick-dots li {
  width: auto;
  height: auto;
}

.sec-category-list .inner-wrap .slick-slider .slick-dots .slick-active button {
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  .sec-category-list .inner-wrap .slick-slider .slick-dots .slick-active button {
    border: 0.26667vw solid #4d4d4d;
  }
}
.sec-category-list .inner-wrap .slick-slider .slick-dots .slick-active button::before {
  content: none;
}

.sec-category-list .inner-wrap .slick-slider .slick-dots button {
  border-radius: 50%;
  background-color: #d1cdcb;
}

@media only screen and (max-width: 768px) {
  .sec-category-list .inner-wrap .slick-slider .slick-dots button {
    width: 2.13333vw;
    height: 2.13333vw;
  }
}
.sec-category-list .inner-wrap .slick-slider .slick-dots button::before {
  content: none;
}

@media only screen and (min-width: 769px) {
  .sec-category-list__title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-category-list__title {
    font-size: 4.8vw;
  }
}
@media only screen and (min-width: 769px) {
  .sec-category-list__body {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .sec-category-list__body {
    margin-top: 8vw;
  }
}
.sec-category-list__body-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 769px) {
  .sec-category-list__body-item {
    flex: 0 0 190px;
    padding: 15px 20px 25px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-category-list__body-item {
    flex: 0 0 84vw;
    width: 84vw;
    padding: 4vw 5.33333vw 6.66667vw;
    border-radius: 2.66667vw;
  }
}
@media only screen and (min-width: 769px) {
  .sec-category-list__body-item:not(:nth-child(5n+1)) {
    margin-left: 20px;
  }
  .sec-category-list__body-item:nth-child(n+6) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-category-list__body-item:not(:first-child) {
    margin-left: 2.66667vw;
  }
}
.sec-category-list__body-title {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 769px) {
  .sec-category-list__body-title {
    flex: 0 0 40px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-category-list__body-title {
    flex: 0 0 10.66667vw;
    font-size: 4vw;
    padding-bottom: 0.5em;
  }
}
.sec-category-list__body-title .category-mark {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .sec-category-list__body-title .category-mark__image {
    margin-right: 2.66667vw;
  }
}
@media only screen and (min-width: 769px) {
  .sec-category-list__body-title .category-mark__image--period {
    flex: 0 0 16px;
    max-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-category-list__body-title .category-mark__image--period {
    flex: 0 0 4.26667vw;
  }
}
@media only screen and (min-width: 769px) {
  .sec-category-list__body-title .category-mark__image--pills {
    flex: 0 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-category-list__body-title .category-mark__image--pills {
    flex: 0 0 5.33333vw;
  }
}
@media only screen and (min-width: 769px) {
  .sec-category-list__body-title .category-mark__image--pregnancy {
    flex: 0 0 22px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-category-list__body-title .category-mark__image--pregnancy {
    flex: 0 0 5.86667vw;
  }
}
@media only screen and (min-width: 769px) {
  .sec-category-list__body-title .category-mark__image--menopause {
    flex: 0 0 24px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-category-list__body-title .category-mark__image--menopause {
    flex: 0 0 6.4vw;
  }
}
.sec-category-list__body-text {
  letter-spacing: 0.075em;
  color: #000;
}

@media only screen and (min-width: 769px) {
  .sec-category-list__body-text {
    border-top: 1px solid #d1cdcb;
    flex: 1 1 auto;
    font-size: 10px;
    padding: 15px 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-category-list__body-text {
    width: 100%;
    border-top: 0.26667vw solid #d1cdcb;
    flex: 1 1 auto;
    font-size: 2.66667vw;
    padding: 4vw 0 2.66667vw;
  }
}
.sec-category-list__body .arrow-link {
  justify-content: center;
}

@media only screen and (min-width: 769px) {
  .sec-recommended-service {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec-recommended-service {
    padding: 13.33333vw 0;
  }
}
.sec-recommended-service__title {
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .sec-recommended-service__title {
    width: 252px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-recommended-service__title {
    width: 52.8vw;
  }
}
.sec-recommended-service__body {
  background-color: #f8f4eb;
}

@media only screen and (min-width: 769px) {
  .sec-recommended-service__body {
    display: flex;
    padding: 35px;
    margin-top: 30px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-recommended-service__body {
    padding: 8vw;
    margin-top: 4vw;
    border-radius: 5.33333vw;
  }
}
@media only screen and (min-width: 769px) {
  .sec-recommended-service__image {
    flex: 0 0 270px;
  }
}
@media only screen and (min-width: 769px) {
  .sec-recommended-service__text {
    flex: 1 1 auto;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-recommended-service__text {
    margin-top: 8vw;
  }
}
@media only screen and (min-width: 769px) {
  .sec-recommended-service__text-title {
    width: 170px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .sec-recommended-service__text-title {
    width: 45.33333vw;
    margin: auto;
  }
}
.sec-recommended-service__text .round-btn {
  background-color: #ffbeba;
  background-color: #fff;
  color: #ff4b75;
  font-weight: bold;
  border: none;
}

@media only screen and (min-width: 769px) {
  .sec-recommended-service__text .round-btn {
    width: 240px;
    height: 40px;
    font-size: 12px;
    margin-top: 10px;
    background-position: right 15px center;
  }
}
@media only screen and (max-width: 768px) {
  .sec-recommended-service__text .round-btn {
    width: 64vw;
    height: 10.66667vw;
    font-size: 3.2vw;
    margin-top: 2.66667vw;
    background-position: right 4vw center;
  }
}
.sec-recommended-service__text .round-btn--line {
  background-color: #06c755;
  color: #fff;
  border: none;
  background-image: none;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .sec-recommended-service__text .round-btn--line {
    width: 280px;
    height: 60px;
    font-size: 16px;
    margin-top: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-recommended-service__text .round-btn--line {
    width: 100%;
    height: 16vw;
    font-size: 4.26667vw;
    margin-top: 6.13333vw;
  }
}
.sec-recommended-service__text .round-btn--line::before {
  content: "";
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-share-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  .sec-recommended-service__text .round-btn--line::before {
    flex: 0 0 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-recommended-service__text .round-btn--line::before {
    flex: 0 0 8vw;
    height: 8vw;
    border: 0.26667vw solid #fff;
    border-radius: 1.33333vw;
    margin-right: 1.33333vw;
  }
}
.sec-recommended-service__text .round-btn--line::after {
  content: none;
}

.sec-recommended-service img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .sec-search-with-doc {
    background-color: rgba(248, 244, 235, 0.5);
    padding: 6.66667vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec-search-with-doc .search-with-doc {
    display: flex;
    align-items: center;
    width: 84vw;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .sec-search-with-doc .search-with-doc-image {
    width: 30.93333vw;
    margin-right: 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .sec-search-with-doc .search-with-doc-text {
    font-size: 3.46667vw;
    color: #ddb182;
    font-weight: 700;
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 768px) {
  .sec-search-with-doc .search-with-doc-body {
    display: flex;
    align-items: center;
    width: 84vw;
    margin: auto;
    height: 13.33333vw;
    border: 0.53333vw solid #ddb182;
    border-radius: 1.33333vw;
    background-color: #fff;
    padding-left: 6.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .sec-search-with-doc .search-with-doc-body .search-keyword {
    flex: 1 1 auto;
    font-size: 3.46667vw;
  }
}
@media only screen and (max-width: 768px) {
  .sec-search-with-doc .search-with-doc-body .search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 13.33333vw;
    height: 13.33333vw;
  }
}
@media only screen and (max-width: 768px) {
  .sec-search-with-doc .search-with-doc-body .search-btn img {
    width: 5.33333vw;
    height: 5.33333vw;
  }
}
@media only screen and (min-width: 769px) {
  .sec-bread-crumb-list {
    padding: 0 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-bread-crumb-list {
    padding: 0 0 8vw;
  }
}
.sec-bread-crumb-list__list {
  display: flex;
}

@media only screen and (min-width: 769px) {
  .sec-bread-crumb-list__list {
    font-size: 11px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .sec-bread-crumb-list__list {
    justify-content: center;
    flex-wrap: wrap;
    font-size: 2.66667vw;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .sec-bread-crumb-list__item {
    line-height: 2em;
  }
}
@media only screen and (min-width: 769px) {
  .sec-bread-crumb-list__item:not(:last-child) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-bread-crumb-list__item:not(:last-child) {
    margin-right: 2.66667vw;
  }
}
.sec-bread-crumb-list__item:not(:last-child)::after {
  content: "＞";
  display: inline;
}

@media only screen and (min-width: 769px) {
  .sec-bread-crumb-list__item:not(:last-child)::after {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-bread-crumb-list__item:not(:last-child)::after {
    font-size: 2.93333vw;
    margin-left: 2.66667vw;
  }
}
@media only screen and (min-width: 769px) {
  .sec-bread-crumb-list__item a {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 769px) {
  body .header__nav-sp-wrap {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap {
    transform: translateX(100%);
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: linear;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp-bg {
    transform: translateX(150%);
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: linear;
  }
}
@media only screen and (max-width: 768px) {
  body .header__nav-sp-wrap .header__nav-sp-body {
    transform: translateX(100%);
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: linear;
  }
}
@media only screen and (max-width: 768px) {
  body.sp-menu-active {
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  body.sp-menu-active .header__nav-sp-wrap {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  body.sp-menu-active .header__nav-sp-wrap .header__nav-sp-bg {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  body.sp-menu-active .header__nav-sp-wrap .header__nav-sp-body {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
body {
  font-family: "Yu Gothic", 游ゴシック体, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, verdana, sans-serif;
  font-style: normal;
}

@media only screen and (min-width: 769px) {
  body {
    min-width: 1120px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 16vw;
  }
}
body * {
  box-sizing: border-box;
  letter-spacing: 0.12em;
  color: #555;
}

body :focus {
  outline: none;
}

body ul,
body ol {
  list-style: none;
}

body a {
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  body a {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: linear;
  }
}
@media only screen and (min-width: 769px) {
  body a:hover {
    opacity: 0.6;
  }
}
body .main {
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  body .main {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  body .main {
    font-size: 3.2vw;
  }
}
@media only screen and (min-width: 769px) {
  body .main table tr {
    border-width: 1px;
  }
}
@media only screen and (min-width: 769px) {
  body .main table th {
    font-weight: 700;
    padding: 0.25em;
    border-width: 1px;
  }
}
@media only screen and (min-width: 769px) {
  body .main table td {
    padding: 0.25em;
    border-width: 1px;
  }
}
@media only screen and (max-width: 768px) {
  body .main table tr {
    border-width: 0.26666vw;
  }
}
@media only screen and (max-width: 768px) {
  body .main table th {
    font-weight: 700;
    padding: 0.25em;
    border-width: 0.26666vw;
  }
}
@media only screen and (max-width: 768px) {
  body .main table td {
    padding: 0.25em;
    border-width: 0.26666vw;
  }
}
@media only screen and (min-width: 769px) {
  body .contents {
    display: flex;
    width: 960px;
    margin: 60px auto auto;
  }
}
@media only screen and (max-width: 768px) {
  body .contents {
    margin: 16vw auto auto;
  }
}
@media only screen and (min-width: 769px) {
  body .contents__main {
    flex: 0 0 660px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  body .contents__main {
    width: 84vw;
    margin: auto;
  }
}
body .category-mark {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  body .category-mark__image {
    margin-right: 0.5em;
    width: 23px;
    height: 23px;
    object-fit: contain;
  }
  body .category-mark__image.category-mark__image--interview {
    margin-right: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  body .category-mark__image {
    margin-right: 0.25em;
  }
}
body .category-mark span {
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  body .category-mark span {
    letter-spacing: 0;
  }
}
body .round-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  margin: auto;
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-arrow-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  body .round-btn {
    border: 1px solid #4d4d4d;
    background-size: 6px 10px;
    background-position: right 6px center;
  }
}
@media only screen and (max-width: 768px) {
  body .round-btn {
    font-size: 3.46667vw;
    border: 0.26667vw solid #4d4d4d;
    background-size: 1.6vw 2.66667vw;
    background-position: right 5.33333vw center;
  }
}
body .arrow-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #b7b3b1;
}

@media only screen and (min-width: 769px) {
  body .arrow-link {
    font-size: 10px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  body .arrow-link {
    font-size: 2.66667vw;
  }
}
body .arrow-link::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-arrow-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  body .arrow-link::after {
    width: 6px;
    height: 10px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  body .arrow-link::after {
    width: 1.6vw;
    height: 2.66667vw;
    margin-left: 1.33333vw;
  }
}
/* 2025/03/04 */
.header__nav_banner.pc.bnr_flex,
.header__nav_banner.sp.bnr_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.bnr_flex .btn_bnr_flex {
  display: block;
  width: 93px;
  cursor: pointer;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.bnr_flex .btn_bnr_flex:hover {
  opacity: 0.6;
}

.btn_bnr_flex + .btn_bnr_flex {
  margin-left: 8px;
}

@media only screen and (min-width: 769px) {
  .header__nav_banner.btn_bnr_flex img {
    display: block;
    width: 100%;
    height: unset;
  }
  .header__nav_banner.sp.bnr_flex {
    display: none;
  }
  .header__nav_banner .btn_bnr_flex img {
    height: 45px;
  }
}
.header__nav_banner_wrapper {
  background: #f8f4eb;
}

@media only screen and (max-width: 768px) {
  .header__nav_banner.pc.bnr_flex {
    display: none;
  }
  .header__nav_banner.sp.bnr_flex {
    width: 89.333vw;
    padding-bottom: 1.5rem;
    margin: 0 auto;
  }
  .header__nav_banner.bnr_flex .btn_bnr_flex {
    width: calc((100% - 2.933vw) / 2);
  }
}
.main .sec-recommended-service__body {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 769px) {
  .main .sec-recommended-service__body {
    width: 680px;
  }
}
@media only screen and (max-width: 768px) {
  .main .sec-recommended-service__body {
    width: 89.33333vw;
  }
}
@media only screen and (min-width: 769px) {
  .main .sec-recommended-service {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .main .sec-recommended-service {
    padding: 13.33333vw 0;
  }
}
.main .sec-recommended-service__title {
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .main .sec-recommended-service__title {
    width: 252px;
  }
}
@media only screen and (max-width: 768px) {
  .main .sec-recommended-service__title {
    width: 52.8vw;
  }
}
.main .sec-recommended-service__body {
  background-color: #f8f4eb;
}

@media only screen and (min-width: 769px) {
  .main .sec-recommended-service__body {
    display: flex;
    padding: 35px;
    margin-top: 30px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .main .sec-recommended-service__body {
    padding: 8vw;
    margin-top: 4vw;
    border-radius: 5.33333vw;
  }
}
@media only screen and (min-width: 769px) {
  .main .sec-recommended-service__image {
    flex: 0 0 270px;
  }
}
@media only screen and (min-width: 769px) {
  .main .sec-recommended-service__text {
    flex: 1 1 auto;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .main .sec-recommended-service__text {
    margin-top: 8vw;
  }
}
@media only screen and (min-width: 769px) {
  .main .sec-recommended-service__text-title {
    width: 170px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .main .sec-recommended-service__text-title {
    width: 45.33333vw;
    margin: auto;
  }
}
@media only screen and (min-width: 769px) {
  .main .sec-recommended-service__text .round-btn {
    width: 240px;
    height: 40px;
    font-size: 12px;
    margin-top: 10px;
    background-position: right 15px center;
  }
}
@media only screen and (max-width: 768px) {
  .main .sec-recommended-service__text .round-btn {
    width: 64vw;
    height: 10.66667vw;
    font-size: 3.2vw;
    margin-top: 2.66667vw;
    background-position: right 4vw center;
  }
}
.main .sec-recommended-service__text .round-btn--line {
  background-color: #06c755;
  color: #fff;
  border: none;
  background-image: none;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .main .sec-recommended-service__text .round-btn--line {
    width: 280px;
    height: 60px;
    font-size: 16px;
    margin-top: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .main .sec-recommended-service__text .round-btn--line {
    width: 100%;
    height: 16vw;
    font-size: 4.26667vw;
    margin-top: 6.13333vw;
  }
}
.main .sec-recommended-service__text .round-btn--line::before {
  content: "";
  background-image: url("../../common/img/icon-share-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  .main .sec-recommended-service__text .round-btn--line::before {
    flex: 0 0 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .main .sec-recommended-service__text .round-btn--line::before {
    flex: 0 0 8vw;
    height: 8vw;
    border: 0.26667vw solid #fff;
    border-radius: 1.33333vw;
    margin-right: 1.33333vw;
  }
}
.main .sec-recommended-service__text .round-btn--line::after {
  content: none;
}

.main .sec-recommended-service img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .main .sec-bread-crumb-list {
    background-color: #f8f4eb;
  }
}

.for_pc {
  display: block !important;
}

.for_sp {
  display: none !important;
}

/* 26/02追加分 */
.main .sec-contents .custom-card {
  border-radius: 10px;
  border-width: 2px;
  border-color: #f08c92;
  overflow: hidden;
}

.main .sec-contents .custom-card__header {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background-color: #f08c92;
  column-gap: 10px;
}

.main .sec-contents .custom-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
}

.main .sec-contents .custom-card__header h3 {
  color: #000;
  font-size: 18px;
}

.main .sec-contents .custom-card__header p {
  margin: 0;
}

.main .sec-contents .custom-card__content {
  padding: 20px;
}

.main .sec-contents .custom-card__list {
  line-height: 2;
}

.main .sec-contents .custom-card__list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 6px;
  line-height: 2;
}

.main .sec-contents .custom-card__list li:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "✔";
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  width: 1.3rem;
  height: 1.3rem;
  font-size: 0.8rem;
  background-color: var(--icon-color, #f08c92);
}

@media only screen and (max-width: 768px) {
  .main .sec-contents .custom-card__list li:before {
    top: 1px;
  }
}
.main .sec-contents .custom-card__content p:last-child {
  margin-bottom: 0;
}

.main .sec-contents .block-bordered {
  border: 2px solid #FFD1D4;
  border-radius: 10px;
  padding: 10px 30px;
  margin-bottom: 2em;
}

.main .sec-contents .block-bordered__title {
  color: #000;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 15px 0 0;
  column-gap: 10px;
}

.main .sec-contents .block-bordered__title .block-bordered__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #F27077;
}

.main .sec-contents .text-marker {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #efd3ab;
  text-underline-offset: 6px;
}

.main .sec-contents .magazine_content * {
  letter-spacing: -1px;
}

/* テーブル */
.main .scroll-table-wrapper {
  margin: 2em 0;
}

@media only screen and (max-width: 768px) {
  .main .scroll-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0.5em !important;
  }
}
.main .scroll-table-wrapper table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 100%;
  height: auto !important;
  border-radius: 12px;
  overflow: hidden;
  border-left: 1px solid #E5E7EB;
  /* border-top: 1px solid #E5E7EB; */
}

@media only screen and (max-width: 768px) {
  .main .scroll-table-wrapper table {
    width: max-content !important;
  }
}
.main .scroll-table-wrapper thead th {
  background-color: #FFBEBA;
  border-top: 1px solid #E5E7EB;
}

.main .scroll-table-wrapper thead th {
  color: #fff;
}

.main .scroll-table-wrapper tr {
  height: auto !important;
}

.main .scroll-table-wrapper th,
.main .scroll-table-wrapper td {
  padding: 0.5rem;
  border: 0;
  border-bottom: 1px solid #E5E7EB;
  border-right: 1px solid #E5E7EB;
  font-size: 13px;
  position: relative;
  z-index: 0;
  height: auto !important;
}

.main .scroll-table-wrapper thead tr:first-of-type > *:first-child {
  border-top-left-radius: 12px;
}

.main .scroll-table-wrapper thead tr:first-of-type > *:last-child {
  border-top-right-radius: 12px;
}

.main .scroll-table-wrapper tbody tr:last-of-type > *:first-child {
  border-bottom-left-radius: 12px;
}

.main .scroll-table-wrapper tbody tr:last-of-type > *:last-child {
  border-bottom-right-radius: 12px;
}

.main .scroll-table-wrapper tbody th {
  background-color: #FDF5EF;
  text-align: center;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .main .scroll-table-wrapper table {
    overflow: clip;
  }
  .main .scroll-table-wrapper tr th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    border-right: 1px solid #E5E7EB;
    max-width: 8em;
  }
  .main .scroll-table-wrapper tr th:first-child:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #E5E7EB;
  }
  .main .scroll-table-wrapper thead tr th:first-child {
    background-color: #FFBEBA;
  }
  .table_note {
    margin-top: 0 !important;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .table_note {
    display: none;
  }
}
.nav {
  position: fixed;
  top: 15px;
  left: auto;
  z-index: 2000;
  width: 310px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  box-shadow: 0px 43.123px 86.246px -20.699px rgba(0, 0, 0, 0.25);
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
  letter-spacing: normal;
}
.nav * {
  color: #000 !important;
}
@media screen and (max-width: 766px) {
  .nav {
    right: 0;
    height: calc(100vh - 15px) !important;
  }
}
@media screen and (min-width: 767px) {
  .nav {
    top: 20px;
    height: auto !important;
    min-height: calc(100vh - 187px);
    max-height: calc(100vh - 130px);
  }
}
.nav svg {
  fill: none;
}
.nav.-visible {
  visibility: visible;
  opacity: 1;
}
.nav .nav-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
}
.nav .nav-close {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1140px;
  height: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .nav .nav-close {
    height: 40px;
  }
}
.nav .nav-close-button {
  position: absolute;
  right: 10px;
  width: 22px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
}
.nav .nav-close-button__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 7px;
  background: #333;
  border-radius: 30px;
  transition: all 0.3s;
}
.nav .nav-close-button__line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav .nav-close-button__line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav .nav-content {
  overflow: auto;
  height: calc(100vh - 55px);
}
@media screen and (min-width: 767px) {
  .nav .nav-content {
    height: calc(100vh - 170px);
  }
}
.nav .nav-list {
  margin: 0;
}
.nav .nav-main .nav-group {
  border-top: 1px solid #FFE2D6;
}
.nav .nav-main .nav-item:not(:first-of-type) {
  border-top: 1px solid #FFE2D6;
}
.nav .nav-main .nav-item > a, .nav .nav-main .nav-item .nav-link-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 47px;
  padding-inline: 25px;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .nav .nav-main .nav-item > a:hover, .nav .nav-main .nav-item .nav-link-trigger:hover {
    background-color: #FDF5EF;
  }
}
.nav .nav-main .nav-item > a span, .nav .nav-main .nav-item .nav-link-trigger span {
  margin-right: auto;
}
.nav .nav-main .nav-item .nav-link-trigger {
  border: 0;
  outline: 0;
  background: transparent;
}
.nav .nav-main .nav-item .nav-link-trigger svg:nth-of-type(2) {
  transform: rotate(90deg);
}
.nav .nav-main .nav-item.has-child.is-open .nav-link-trigger svg:nth-of-type(2) {
  transform: rotate(-90deg);
}
.nav .nav-category-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  background: #FDF5EF;
  color: #6A6A6A;
  height: 43px;
  font-size: 12px;
  padding-inline: 25px;
  margin: 0;
}
.nav .sub-menu {
  background: #fdf5ef;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.nav .sub-menu li {
  border-top: 1px solid #FFE2D6;
}
.nav .sub-menu li > a {
  display: flex;
  align-items: center;
  height: 45px;
  padding-inline: 43px;
  gap: 10px;
  font-size: 13px;
}
.nav .nav-footer {
  padding-top: 12px;
  border-top: 2px solid #FFE2D6;
}
.nav .nav-footer .nav-item a {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 13px;
  padding-inline: 25px;
  gap: 12px;
}
.nav .nav-footer .nav-item a * {
  color: #6A6A6A !important;
}
.nav .nav-line {
  display: block;
  width: 260px;
  margin-block: 8px;
  margin-inline: auto;
}

.-fadeOut .nav-inner {
  opacity: 0;
}

.header-toogle {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
}
@media screen and (min-width: 767px) {
  .header-toogle {
    margin-top: -25px;
  }
}
.header-toogle .header-toogle__line {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 7px;
  background-color: #333;
  border-radius: 30px;
  transition: all 0.3s;
}

.consultation-banner {
  display: block;
}
.consultation-banner.is-moved {
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .consultation-banner.is-moved {
    margin-top: 60px;
  }
}
@media screen and (max-width: 766px) {
  .consultation-banner.is-moved + * {
    margin-top: 20px !important;
  }
}
.consultation-banner:hover {
  opacity: 0.6;
}

.supervisor-contents * {
  line-height: 1.64;
}
@media screen and (max-width: 766px) {
  .supervisor-contents .supervisor-profile {
    margin-bottom: 25px;
  }
}
.supervisor-contents .supervisor-profile-main {
  justify-content: flex-start;
}
@media screen and (max-width: 766px) {
  .supervisor-contents .supervisor-profile-main {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .supervisor-contents .supervisor-profile-main {
    column-gap: 85px;
  }
}
.supervisor-contents .supervisor-profile-main .supervisor-name {
  color: #6A7282;
  font-size: 14px;
}
.supervisor-contents .supervisor-profile-main .supervisor-name strong {
  color: #0A0A0A;
  font-size: 32px;
}
@media screen and (min-width: 767px) {
  .supervisor-contents .supervisor-profile-main .supervisor-name strong {
    font-size: 24px;
  }
}
.supervisor-contents .supervisor-profile-main .supervisor-name span {
  vertical-align: text-bottom;
}
.supervisor-contents .supervisor-profile-main .supervisor-affiliation {
  margin-top: 10px;
}
.supervisor-contents .supervisor-profile-main .supervisor-links {
  display: flex;
  margin-top: 10px;
  column-gap: 12px;
}
.supervisor-contents .supervisor-profile-main .supervisor-links svg * {
  color: transparent;
}
.supervisor-contents .supervisor-details .message h2 {
  margin-top: 0;
}
.supervisor-contents .supervisor-details .message h2:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 37px;
  margin-right: 5px;
  vertical-align: bottom;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='37' viewBox='0 0 42 37' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='42' height='37' fill='url(%23pattern0_6_1303)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_6_1303' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_6_1303' transform='matrix(0.00649351 0 0 0.00737101 0 -0.004914)'/%3E%3C/pattern%3E%3Cimage id='image0_6_1303' width='154' height='137' preserveAspectRatio='none' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A");
}
.supervisor-contents .supervisor-details .message .text {
  background-color: #FDF5EF;
  padding: 25px;
  margin-top: 16px;
  border-radius: 10px;
}
.supervisor-contents .supervisor-details .message .text p {
  margin-top: 0;
}
.supervisor-contents .supervisor-details .message .text p:not(:last-child) {
  margin-bottom: 1.6rem;
}
.supervisor-contents .supervisor-details a {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: #ffb6b2;
}
.supervisor-contents .supervisor-details a[target=_blank]:after {
  content: "";
  display: inline-block;
  background-size: contain;
  width: 17px;
  height: 17px;
  vertical-align: text-top;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.75 10.1667V15.6667C14.75 16.1529 14.5568 16.6192 14.213 16.963C13.8692 17.3068 13.4029 17.5 12.9167 17.5H2.83333C2.3471 17.5 1.88079 17.3068 1.53697 16.963C1.19315 16.6192 1 16.1529 1 15.6667V5.58333C1 5.0971 1.19315 4.63079 1.53697 4.28697C1.88079 3.94315 2.3471 3.75 2.83333 3.75H8.33333M12 1H17.5M17.5 1V6.5M17.5 1L7.41667 11.0833' stroke='%23FFBEBA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
