.main .post-list {
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
	.main .post-list {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list {
		margin-top: 5.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .post-list__item {
		flex: 0 0 200px;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list__item {
		flex: 0 0 40vw;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list__item:nth-child(n + 3) {
		margin-top: 8vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .post-list__item:nth-child(n + 4) {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list__item--small-sp:nth-child(n+2) {
		margin-top: 5.33333vw;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list__item-image--small-sp {
		width: 24vw;
		height: 24vw;
		flex-shrink: 0;
	}
}

.main .post-list__item-image img {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.main .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) {
	.main .post-list__item-title {
		font-size: 12px;
		margin-top: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list__item-title {
		font-size: 2.66667vw;
		margin-top: 2.66667vw;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list__item-title--small-sp {
		margin-top: 0;
	}
}

@media only screen and (min-width: 769px) {
	.main .post-list__item-data {
		align-items: center;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list__item-data {
		margin-top: 1.33333vw;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list__item-data--small-sp {
		margin-top: 0;
	}
}

.main .post-list__item-category .category-mark {
	letter-spacing: 0;
	padding: 0 1em;
	border-radius: 1000px;
}

@media only screen and (min-width: 769px) {
	.main .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) {
	.main .post-list__item-category .category-mark {
		border: 0.26667vw solid #d1cdcb;
	}
}

@media only screen and (min-width: 769px) {
	.main .post-list__item-category .category-mark__image--period {
		width: 9px;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list__item-category .category-mark__image--period {
		width: 1.86667vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .post-list__item-category .category-mark__image--pills {
		width: 12px;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list__item-category .category-mark__image--pills {
		width: 2.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .post-list__item-category .category-mark__image--pregnancy {
		width: 13px;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list__item-category .category-mark__image--pregnancy {
		width: 2.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .post-list__item-category .category-mark__image--menopause {
		width: 12px;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list__item-category .category-mark__image--menopause {
		width: 2.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .post-list__item-category .category-mark__image--interview {
		width: 13px;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list__item-category .category-mark__image--interview {
		width: 2.93333vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .post-list__item-category .category-mark span {
		font-size: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list__item-category .category-mark span {
		font-size: 2.4vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .post-list__item-published {
		font-size: 11px;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list__item-published {
		font-size: 2.93333vw;
	}
}

.main .post-list__item-tags {
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
	.main .post-list__item-tags {
		margin-top: 10px;
		margin-left: -3px;
	}
}

@media only screen and (max-width: 768px) {
	.main .post-list__item-tags {
		margin-top: 4vw;
		margin-left: -0.8vw;
	}
}

.main .post-list__item-tag {
	background-image: url("../../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) {
	.main .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) {
	.main .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) {
	.main .post-list__item--small-sp {
		display: flex;
		flex: 0 0 100%;
		margin-right: 0 !important;
	}
}

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

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

@media only screen and (min-width: 769px) {
	.main .sec-category-list {
		padding: 70px 0 50px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-list {
		padding: 13.33333vw 0;
	}
}

.main .sec-category-list .inner-wrap {
	margin: auto;
}

@media only screen and (min-width: 769px) {
	.main .sec-category-list .inner-wrap {
		width: 1030px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-list .inner-wrap {
		width: 84vw;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-list .inner-wrap .slick-slider {
		margin-bottom: 8vw;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-list .inner-wrap .slick-slider .slick-list {
		overflow: visible;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-list .inner-wrap .slick-slider .slick-dots {
		bottom: -8vw;
	}
}

.main .sec-category-list .inner-wrap .slick-slider .slick-dots li {
	width: auto;
	height: auto;
}

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

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

.main .sec-category-list .inner-wrap .slick-slider .slick-dots .slick-active button::before {
	content: none;
}

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

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

.main .sec-category-list .inner-wrap .slick-slider .slick-dots button::before {
	content: none;
}

@media only screen and (min-width: 769px) {
	.main .sec-category-list__title {
		font-size: 23px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-list__title {
		font-size: 4.8vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .sec-category-list__body {
		margin-top: 30px;
		display: flex;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-list__body {
		margin-top: 8vw;
	}
}

.main .sec-category-list__body-item {
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 769px) {
	.main .sec-category-list__body-item {
		flex: 0 0 190px;
		padding: 15px 20px 25px;
		border-radius: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.main .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:nth-child(5n + 1) {
	  margin-left: 0px !important;
	}
	.sec-category-list__body-item:nth-child(n + 6) {
	  margin-top: 20px;
	}
}

@media only screen and (min-width: 769px) {
	.main .sec-category-list__body-item:not(:first-child) {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-list__body-item:not(:first-child) {
		margin-left: 2.66667vw;
	}
}

.main .sec-category-list__body-title {
	display: flex;
	justify-content: center;
}

@media only screen and (min-width: 769px) {
	.main .sec-category-list__body-title {
		flex: 0 0 40px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-list__body-title {
		flex: 0 0 10.66667vw;
		font-size: 4vw;
	}
}

.main .sec-category-list__body-title .category-mark {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.main .sec-category-list__body-title .category-mark__image {
		margin-right: 2.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .sec-category-list__body-title .category-mark__image--period {
		flex: 0 0 16px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-list__body-title .category-mark__image--period {
		flex: 0 0 4.26667vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .sec-category-list__body-title .category-mark__image--pills {
		flex: 0 0 20px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-list__body-title .category-mark__image--pills {
		flex: 0 0 5.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .sec-category-list__body-title .category-mark__image--pregnancy {
		flex: 0 0 22px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-list__body-title .category-mark__image--pregnancy {
		flex: 0 0 5.86667vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .sec-category-list__body-title .category-mark__image--menopause {
		flex: 0 0 24px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-list__body-title .category-mark__image--menopause {
		flex: 0 0 6.4vw;
	}
}

.main .sec-category-list__body-text {
	letter-spacing: 0.075em;
	color: #000;
}

@media only screen and (min-width: 769px) {
	.main .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) {
	.main .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;
	}
}

.main .sec-category-list__body .arrow-link {
	justify-content: center;
}

@media only screen and (min-width: 769px) {
	.main .contents__main {
		padding-bottom: 90px;
	}
}

@media only screen and (max-width: 768px) {
	.main .contents__main {
		padding-bottom: 21.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .sec-category-posts {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-posts {
		padding-bottom: 8vw;
	}
}

.main .sec-category-posts__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.main .sec-category-posts__lead {
	color: #000;
}

@media only screen and (min-width: 769px) {
	.main .sec-category-posts__lead {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-posts__lead {
		margin-top: 5.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .sec-category-posts__lead p {
		font-size: 12px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-posts__lead p {
		font-size: 2.66667vw;
	}
}

.main .sec-category-posts__title {
	line-height: 1;
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 769px) {
	.main .sec-category-posts__title {
		font-size: 23px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-posts__title {
		font-size: 4.8vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .sec-category-posts__title-icon {
		margin-right: 5px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-posts__title-icon {
		margin-right: 2.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .sec-category-posts__title-icon--interview {
		width: 28px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-posts__title-icon--interview {
		width: 6.66667vw;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-posts .post-list {
		display: block;
	}
}

@media only screen and (min-width: 769px) {
	.main .sec-category-posts .post-list__item {
		flex: 0 0 300px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-posts .post-list__item {
		display: block;
	}
}

@media only screen and (min-width: 769px) {
	.main .sec-category-posts .post-list__item:nth-child(even) {
		margin-left: 60px;
	}
}

@media only screen and (min-width: 769px) {
	.main .sec-category-posts .post-list__item:nth-child(n + 3) {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-posts .post-list__item:nth-child(n + 2) {
		margin-top: 10.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.main .sec-category-posts .post-list__item-title {
		font-size: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-category-posts .post-list__item-title {
		font-size: 4vw;
	}
}

.main .sec-category-posts .post-list__item-category {
	display: none;
}

@media only screen and (max-width: 768px) {
	.main .sec-category-posts .post-list__item-tags {
		margin-top: 1.33333vw;
	}
}

.main .sec-pagenation {
	display: flex;
	justify-content: center;
}

@media only screen and (min-width: 769px) {
	.main .sec-pagenation {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-pagenation {
		margin-top: 5.33333vw;
	}
}

.main .sec-pagenation__list {
	display: inline-flex;
}

@media only screen and (min-width: 769px) {
	.main .sec-pagenation__item:not(:first-child) {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-pagenation__item:not(:first-child) {
		margin-left: 2.66667vw;
	}
}

.main .sec-pagenation__link {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f6f6f6;
}

@media only screen and (min-width: 769px) {
	.main .sec-pagenation__link {
		width: 30px;
		height: 30px;
		font-size: 12px;
		border: solid 1px #f6f6f6;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-pagenation__link {
		width: 8vw;
		height: 8vw;
		font-size: 3.2vw;
		border: solid 0.26667vw #f6f6f6;
	}
}

.main .sec-pagenation__link--current {
	background-color: #fff;
	pointer-events: none;
}

@media only screen and (min-width: 769px) {
	.main .sec-pagenation__link--current {
		border: solid 1px #555;
	}
}

@media only screen and (max-width: 768px) {
	.main .sec-pagenation__link--current {
		border: solid 0.26667vw #555;
	}
}

.main .sec-pagenation__link--disabled {
	pointer-events: none;
}

.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 (max-width: 768px) {
	.main .side-menu {
		background-color: rgba(248, 244, 235, 0.5);
	}
}

.main .side-menu .sec-popular-posts {
	background-color: transparent;
}

@media only screen and (max-width: 768px) {
	.main .sec-search-with-doc {
		background-color: #f8f4eb;
	}
}

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

/*# sourceMappingURL=../../../../_map/assets/magazine/category-top/css/style.css.map */