  @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 140px;
    height: 57px;
    border-right: 1px solid #d1cdcb;
    font-size: 15px;
  }
}

@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;
  }
}
.header__nav-sp .header__nav-item--magazine img{
  width: 65%;
}
.header__nav-item--magazine{
  padding: 1rem;
}
@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;
  }
}

.footer__foot-links a {
  position: relative;
}

@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;
  }
}

@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;
  }
}

@media only screen and (max-width: 768px) {
  body .category-mark__image {
    margin-right: 0.25em;
  }
}

body .category-mark span {
  font-weight: 700;
}

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;
  }
}
/*# sourceMappingURL=../../../../_map/assets/magazine/common/css/common.css.map */
