@charset "UTF-8";
.main .sec-contents__advice {
  display: flex;
  align-items: flex-start;
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__advice-supervisor {
    flex: 0 0 106px;
    margin-right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__advice-supervisor {
    flex: 0 0 18.66667vw;
    margin-right: 5.33333vw;
  }
}

.main .sec-contents__advice-supervisor img {
  width: 100%;
}

.main .sec-contents__advice-balloon {
  flex: 1 1 auto;
  background-color: #f8f4eb;
  color: #000;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__advice-balloon {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__advice-balloon {
    padding: 0 5.33333vw;
  }
}

.main .sec-contents__advice-balloon > p {
  margin: 1em 0;
}

.main .sec-contents__advice-balloon::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  border-color: transparent #f8f4eb;
  border-style: solid;
  width: 0;
  height: 0;
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__advice-balloon::before {
    top: 45px;
    left: -20px;
    border-width: 14px 20px 14px 0;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__advice-balloon::before {
    top: 6.66667vw;
    left: -3.2vw;
    border-width: 3.73333vw 5.33333vw 3.73333vw 0;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-related-post {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-related-post {
    margin-top: 9.33333vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-related-post__title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-related-post__title {
    font-size: 3.46667vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-related-post .post-list {
    margin-top: 15px;
    border: 1px solid #d1cdcb;
    padding: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-related-post .post-list {
    display: block;
    border: 0.26667vw solid #d1cdcb;
    padding: 2.66667vw;
  }
}

.main .sec-related-post .post-list__item {
  display: flex;
}

@media only screen and (min-width: 769px) {
  .main .sec-related-post .post-list__item {
    flex: 0 0 100%;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-related-post .post-list__item:not(:first-child) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-related-post .post-list__item:not(:first-child) {
    margin-top: 2.66667vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-related-post .post-list__item-image {
    flex: 0 0 190px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-related-post .post-list__item-image {
    flex: 0 0 90px;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-related-post .post-list__item-body {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-related-post .post-list__item-body {
    padding-left: 4vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-related-post .post-list__item-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-related-post .post-list__item-title {
    font-size: 3.2vw;
  }
}

.main .sec-related-post .post-list__item-category {
  display: none;
}

@media only screen and (min-width: 769px) {
  .main .sec-related-post .post-list__item-published {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-related-post .post-list__item-published {
    font-size: 2.93333vw;
  }
}

.main .sec-related-post .post-list__item-tags {
  display: none;
}

.main .sec-sperviser {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .main .sec-sperviser {
    border: 1px solid #d1cdcb;
    padding: 40px 50px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-sperviser {
    border: 0.26667vw solid #d1cdcb;
    padding: 8vw 5.33333vw;
    margin-top: 13.33333vw;
  }
}

.main .sec-sperviser__title {
  color: #b7b3b1;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .main .sec-sperviser__title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-sperviser__title {
    font-size: 4vw;
  }
}

.main .sec-sperviser__image {
  position: absolute;
}

@media only screen and (min-width: 769px) {
  .main .sec-sperviser__image {
    width: 106px;
    top: 92px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-sperviser__image {
    width: 19.73333vw;
  }
}

.main .sec-sperviser__image img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .main .sec-sperviser__profile {
    padding-left: 130px;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-sperviser__profile {
    margin-top: 4vw;
  }
}

.main .sec-sperviser__role {
  color: #000;
}

@media only screen and (min-width: 769px) {
  .main .sec-sperviser__role {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-sperviser__role {
    padding-left: 24vw;
    font-size: 3.2vw;
  }
}

.main .sec-sperviser__name {
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .main .sec-sperviser__name {
    font-size: 15px;
    margin-top: 6px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-sperviser__name {
    padding-left: 24vw;
    font-size: 4vw;
    margin-top: 1.6vw;
  }
}

.main .sec-sperviser__info {
  color: #000;
}
.main .sec-sperviser__link {
  font-size: 12px;
  text-decoration:underline;
  margin-top: 6px;
  color: #000;
}

@media only screen and (min-width: 769px) {
  .main .sec-sperviser__info {
    font-size: 12px;
    margin-top: 6px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-sperviser__info {
    font-size: 2.66667vw;
    margin-top: 6.4vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__bottom {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__bottom {
    margin-top: 8vw;
  }
}

.main .sec-contents__bottom-tag {
  list-style: none;
  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;
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__bottom-tag {
    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) {
  .main .sec-contents__bottom-tag {
    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;
  }
}

.main .sec-contents__bottom-tag-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__bottom-tag-wrap {
    flex: 0 0 430px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__bottom-tag-wrap {
    padding-left: 8vw;
  }
}

.main .sec-contents__bottom-tag-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  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) {
  .main .sec-contents__bottom-tag-wrap::before {
    top: 10px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__bottom-tag-wrap::before {
    top: 2.66667vw;
    width: 5.33333vw;
    height: 5.33333vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__bottom-share {
    flex: 0 0 170px;
  }
}

.main .sec-contents__bottom-share-text {
  background-color: #f8f4eb;
  text-align: center;
  padding: 0.5em 0;
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__bottom-share-text {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__bottom-share-text {
    width: 45.33333vw;
    margin: 10.66667vw auto 0;
    font-size: 2.93333vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__bottom-share-link {
    flex: 0 0 35px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__bottom-share-link {
    flex: 0 0 9.33333vw;
    margin-top: 2.66667vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__bottom-share-link:not(:first-child) {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__bottom-share-link:not(:first-child) {
    margin-left: 2.66667vw;
  }
}

.main .sec-contents__bottom-share-link-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main .sec-contents__bottom-share-link img {
  width: 100%;
}

.main .sec-recommended-post {
  background-color: #f8f4eb;
}

@media only screen and (min-width: 769px) {
  .main .sec-recommended-post {
    padding: 70px 0 60px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-recommended-post {
    padding: 13.33333vw 0 10.66667vw;
  }
}

.main .sec-recommended-post .inner-wrap {
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .main .sec-recommended-post .inner-wrap {
    width: 680px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-recommended-post .inner-wrap {
    width: 89.33333vw;
  }
}

.main .sec-recommended-post .post-list {
  display: flex;
  flex-wrap: wrap;
}

.main .sec-recommended-post .post-list__item {
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  .main .sec-recommended-post .post-list__item {
    flex: 0 0 160px;
    padding: 10px;
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-recommended-post .post-list__item {
    flex: 0 0 42.66667vw;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-recommended-post .post-list__item:nth-child(even) {
    margin-left: 4vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-recommended-post .post-list__item:not(:first-child) {
    margin-left: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-recommended-post .post-list__item-body {
    padding: 0 2.66667vw 2.66667vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-recommended-post .post-list__item-title {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-recommended-post .post-list__item-title {
    font-size: 2.66667vw;
  }
}

.main .sec-recommended-post .post-list__item-data {
  display: block;
}

@media only screen and (min-width: 769px) {
  .main .sec-recommended-post .post-list__item-published {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-recommended-post .post-list__item-published {
    font-size: 2.66667vw;
  }
}

.main .sec-recommended-post .post-list__item-tags {
  display: none;
}

@media only screen and (min-width: 769px) {
  .main .sec-popular-posts {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-popular-posts {
    padding-bottom: 13.33333vw;
  }
}

.main .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) {
  .main .sec-popular-posts__title {
    background-position: left 0 bottom 4px;
    background-size: 20px auto;
    font-size: 15px;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .main .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;
    margin: auto;
  }
}

.main .sec-popular-posts .inner-wrap {
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .main .sec-popular-posts .inner-wrap {
    width: 680px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-popular-posts .inner-wrap {
    width: 89.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-popular-posts .post-list {
    display: block;
    width: 89.33333vw;
    margin: auto;
    margin-top: 5.33333vw;
  }
}

.main .sec-popular-posts .post-list__item {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .main .sec-popular-posts .post-list__item {
    flex: 0 0 125px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-popular-posts .post-list__item {
    display: flex;
    position: relative;
  }
}

.main .sec-popular-posts .post-list__item::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .main .sec-popular-posts .post-list__item::after {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-popular-posts .post-list__item::after {
    width: 8vw;
    height: 8vw;
  }
}

.main .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;
}

.main .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;
}

.main .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;
}

.main .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;
}

.main .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) {
  .main .sec-popular-posts .post-list__item:not(:first-child) {
    margin-left: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-popular-posts .post-list__item:nth-child(n + 2) {
    margin-top: 4vw;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-popular-posts .post-list__item-image {
    flex: 0 0 24vw;
    height: 24vw;
  }
}

.main .sec-popular-posts .post-list__item-body {
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  .main .sec-popular-posts .post-list__item-body {
    padding: 0.25em 0;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-popular-posts .post-list__item-body {
    padding: 4vw;
  }
}

.main .sec-popular-posts .post-list__item-title {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  .main .sec-popular-posts .post-list__item-title {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-popular-posts .post-list__item-title {
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-popular-posts .post-list__item-data {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-popular-posts .post-list__item-data--small-sp {
    display: flex;
    align-items: center;
    margin-top: 1.33333vw;
  }
}

.main .sec-popular-posts .post-list__item-category {
  display: none;
}

.main .sec-popular-posts .post-list__item-tags {
  display: none;
}

.main .sec-contents {
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .main .sec-contents {
    width: 680px;
    padding: 60px 0 80px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents {
    width: 89.33333vw;
    padding: 12vw 0;
  }
}

.main .sec-contents__title {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
@media only screen and (min-width: 769px) {
  .main .sec-contents__title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__title {
    font-size: 4.8vw;
  }
}

.main .sec-contents__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__data {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__data {
    margin-top: 5.33333vw;
  }
}

.main .sec-contents__data-category {
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__data-category {
    height: auto;
    border: 1px solid #d1cdcb;
    min-width: 90px;
    margin-right: 10px;
    padding: 0 1em;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__data-category {
    height: auto;
    border: 0.26667vw solid #d1cdcb;
    min-width: 14.66667vw;
    margin-right: 3.2vw;
    padding: 0 1em;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__data-category .category-mark__image--period {
    width: 9px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__data-category .category-mark__image--period {
    width: 1.86667vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__data-category .category-mark__image--pills {
    width: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__data-category .category-mark__image--pills {
    width: 2.66667vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__data-category .category-mark__image--pregnancy {
    width: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__data-category .category-mark__image--pregnancy {
    width: 2.66667vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__data-category .category-mark__image--menopause {
    width: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__data-category .category-mark__image--menopause {
    width: 2.66667vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__data-category .category-mark__image--interview {
    width: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__data-category .category-mark__image--interview {
    width: 2.93333vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__data-category .category-mark__image--comics {
    width: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__data-category .category-mark__image--comics {
    width: 2.93333vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__data-category .category-mark span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__data-category .category-mark span {
    font-size: 2.4vw;
  }
}

.main .sec-contents__data-published {
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-watch.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-position: left 0 center;
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__data-published {
    font-size: 12px;
    padding-left: 20px;
    background-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__data-published {
    font-size: 2.93333vw;
    padding-left: 5.33333vw;
    background-size: 3.73333vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__kv {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__kv {
    margin-top: 4vw;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__page-nav {
    border: 2px solid #ddb182;
    padding: 40px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__page-nav {
    border: 0.53333vw solid #ddb182;
    padding: 8vw 6.66667vw;
  }
}

.main .sec-contents__page-nav-title {
  border: none !important;
  margin: 0 !important;
  color: #ddb182;
  text-align: center;
  line-height: 1;
  font-size: inherit !important;
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__page-nav-title {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__page-nav-title {
    font-size: 3.46667vw !important;
  }
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__page-nav-body {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__page-nav-body {
    margin-top: 6.66667vw;
  }
}

.main .sec-contents__page-nav-item {
  font-weight: 700;
  text-indent: -1.25em;
  padding-left: 1.25em;
}
li.sec-contents__page-nav-item.level-2 {
  padding-left: 2rem;
}

@media only screen and (min-width: 769px) {
  .main .sec-contents__page-nav-item {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__page-nav-item {
    font-size: 3.46667vw;
  }
}

.main .sec-contents__page-nav-item.level-1::before {
  content: "●";
  color: #efd3ab;
  margin-right: 0.25em;
}
.main .sec-contents__page-nav-item.level-2::before {
  content: "–";
  color: #efd3ab;
  margin-right: 0.4em;
}
@media only screen and (min-width: 769px) {
  .main .sec-contents__page-nav-item:not(:first-child) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents__page-nav-item:not(:first-child) {
    margin-top: 2.66667vw;
  }
}

.main .sec-contents .magazine_content h2,
.main .sec-contents h2.has-gold-under-line {
  padding-bottom: 0.5em;
}

@media only screen and (min-width: 769px) {
  .main .sec-contents .magazine_content h2,
  .main .sec-contents h2.has-gold-under-line {
    border-bottom: 3px solid #efd3ab;
    margin-top: 80px;
    font-size: 23px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents .magazine_content h2,
  .main .sec-contents h2.has-gold-under-line {
    border-bottom: 0.8vw solid #efd3ab;
    margin-top: 16vw;
    font-size: 4.53333vw;
  }
}

.main .sec-contents h3.has-check-mark {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .main .sec-contents h3.has-check-mark {
    font-size: 18px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents h3.has-check-mark {
    font-size: 4vw;
    margin-top: 8vw;
  }
}

.main .sec-contents h3.has-check-mark::before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/mederi-wp-main/assets/magazine/common/img/icon-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  .main .sec-contents h3.has-check-mark::before {
    flex: 0 0 30px;
    height: 30px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents h3.has-check-mark::before {
    flex: 0 0 6.4vw;
    height: 6.4vw;
    margin-right: 1.33333vw;
  }
}

.main .sec-contents h3.has-check-mark + p {
  margin-top: 1em;
}

.main .sec-contents p {
  line-height: 2em;
  color: #000;
}

@media only screen and (min-width: 769px) {
  .main .sec-contents p {
    font-size: 15px;
    margin: 2em 0;
  }
}

@media only screen and (max-width: 768px) {
  .main .sec-contents p {
    font-size: 3.2vw;
    margin: 1.8em 0;
  }
}

.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;
  }
}

.main .sec-bread-crumb-list {
  background-color: #f8f4eb;
}

.main .vlp-link-container {
  position: relative;
  display: flex;
  padding: 1em;
  border: 1px solid #f2f2f2;
  text-decoration: none;
  font-weight: normal;
}

.main .vlp-layout-zone-side {
  flex-shrink: 0;
  padding-right: 0.5em;
}

.main .vlp-layout-zone-main {
  font-size: 12px;
  line-height: 1.5;
}

.main .vlp-block-0 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.main .vlp-link-container a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.c-profile {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.c-profile img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
}
.c-profile-text {
  margin-left: 40px;
}
p.c-profile-text-desc {
  color: #888;
  font-size: 12px;
}

@media (max-width: 767px) {
  .c-profile img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
  }
  .c-profile-text {
    margin-left: 20px;
  }
  p.c-profile-text-name {
    font-size: 13px;
    font-weight: bold;
    margin-left: 15px !important;
  }
  p.c-profile-text-desc {
    color: #888;
    font-size: 11px;
  }
}

/*記事内画像の配置対応 WP独自クラス*/
.alignleft {
  float:left;
  margin: 0.5em 1.2em 1em 0;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float:right;
  margin: 0.5em 0 1em 1.2em;
}
@media (max-width: 767px) {
  .alignleft,.aligncenter,.alignright {
    float:none;
    margin: auto;
    max-width: 100%;
  }

.main .sec-contents iframe[title="YouTube video player"] {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=../../../../_map/assets/magazine/post/css/style.css.map */
