@charset "UTF-8";

.blog_wrapper {
	margin-top: 120px;
}

.blog_wrapper article .thumbnail {
	border-radius: 10px;
	margin-bottom: 50px;
	overflow: hidden;
	width: 100%;
}
.blog_wrapper article .thumbnail img {
	height: auto;
	width: 100%;
}
.blog_wrapper article p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 40px;
}
.blog_wrapper article strong {
	background: linear-gradient(transparent 40%, #eebbcb 70%);
	font-weight: 600;
}
@media screen and (max-width: 1240px) {
	.blog_wrapper {
		margin-top: 120px;
	}

	.blog_wrapper article .thumbnail {
		border-radius: 10px;
		margin-bottom: 50px;
		overflow: hidden;
		width: 100%;
	}
	.blog_wrapper article .thumbnail img {
		height: auto;
		width: 100%;
	}
	.blog_wrapper article p {
		font-size: 1.3vw;
		line-height: 1.8;
		margin-bottom: 40px;
	}
	.blog_wrapper article strong {
		background: linear-gradient(transparent 40%, #eebbcb 70%);
		font-weight: 600;
	}
}
@media screen and (max-width: 780px) {
	.blog_wrapper {
		margin-top: 14vw;
	}

	.blog_wrapper article .thumbnail {
		border-radius: 5px;
		margin-bottom: 10vw;
	}
	.blog_wrapper article p {
		font-size: 3.4vw;
		line-height: 1.8;
		margin-bottom: 10vw;
	}
}

/** headline **/
.blog_wrapper article h1 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
.blog_wrapper article h2 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.blog_wrapper article h2::after {
	background-size: 8px 8px;
	background-image: repeating-linear-gradient(-45deg, #cc7eb1 0, #cc7eb1 3px, #fff 0, #fff 50%);
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
}
@media screen and (max-width: 1240px) {
	.blog_wrapper article h1 {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 20px;
	}
	.blog_wrapper article h2 {
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 20px;
		padding-bottom: 10px;
		position: relative;
	}
	.blog_wrapper article h2::after {
		background-size: 8px 8px;
		background-image: repeating-linear-gradient(-45deg, #cc7eb1 0, #cc7eb1 3px, #fff 0, #fff 50%);
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: 4px;
		width: 100%;
	}
}
@media screen and (max-width: 780px) {
	.blog_wrapper article h1 {
		font-size: 4.2vw;
		margin-bottom: 4vw;
	}
	.blog_wrapper article h2 {
		font-size: 4vw;
		margin-bottom: 6vw;
		padding-bottom: 2vw;
	}
	.blog_wrapper article h2::after {
		background-size: 2vw 2vw;
		background-image: repeating-linear-gradient(-45deg, #cc7eb1 0, #cc7eb1 .8vw, #fff 0, #fff 50%);
		height: 1vw;
	}
}

/** hilight color **/
.has-inline-color.has-pale-pink-color {
	color: #f0908d !important;
}
@media screen and (max-width: 1240px) {
	
}
@media screen and (max-width: 780px) {
	
}

/** image **/
.wp-block-image {
	margin-bottom: 50px;
}
@media screen and (max-width: 1240px) {
	.wp-block-image {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 780px) {
	.wp-block-image {
		margin-bottom: 10vw;
	}
}

/** table **/
.blog_wrapper table {
	border-collapse: collapse;
	table-layout: fixed;
}
.blog_wrapper table tr td {
	border: solid 1px #a99ca6;
	font-size: 12px;
	font-weight: 600;
	padding: 10px;
}

.wp-block-table.is-style-regular {
	margin-bottom: 40px;
}
.wp-block-table.is-style-regular table {
	background-color: #fff;
}
.wp-block-table.is-style-regular table tr td:nth-child(1) {
	background-color: #cc7eb1;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
@media screen and (max-width: 1240px) {
	.blog_wrapper table {
		border-collapse: collapse;
		table-layout: fixed;
	}
	.blog_wrapper table tr td {
		border: solid 1px #a99ca6;
		font-size: 12px;
		font-weight: 600;
		padding: 10px;
	}

	.wp-block-table.is-style-regular {
		margin-bottom: 40px;
	}
	.wp-block-table.is-style-regular table {
		background-color: #fff;
	}
	.wp-block-table.is-style-regular table tr td:nth-child(1) {
		background-color: #cc7eb1;
		color: #fff;
		font-size: 13px;
		text-align: center;
	}
}
@media screen and (max-width: 780px) {
	.blog_wrapper table tr td {
		font-size: 3.4vw;
		padding: 2vw;
	}

	.wp-block-table.is-style-regular {
		margin-bottom: 8vw;
	}
	.wp-block-table.is-style-regular table tr td:nth-child(1) {
		font-size: 3.4vw;
	}
}

/** table-clinic **/
.is-style-table-clinic {
	margin-bottom: 40px;
	overflow: auto;
}
.is-style-table-clinic table {
	background-color: #fff;
	width: 100%;
}
.is-style-table-clinic table tr td {
	text-align: center;
	width: 180px;
}
.is-style-table-clinic table tr:nth-child(1) td {
	color: #b44c97;
	font-size: 13px;
}
.is-style-table-clinic table tr td:nth-child(1) {
	background-color: #cc7eb1;
	color: #fff;
	font-size: 13px;
	position: sticky;
	left: 0;
	width: 100px;
	z-index: 5;
}
.is-style-table-clinic table tr td a {
	background-color: #b44c97;
	border-radius: 5px;
	box-shadow: 0 2px 2px #852a6c;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	text-decoration: none;
	width: 100px;
}
.is-style-table-clinic table tr td a:hover {
	background-color: #29021e;
	box-shadow: 0 2px 2px #29021e;
}
@media screen and (max-width: 1240px) {
	.is-style-table-clinic {
		margin-bottom: 40px;
		overflow: auto;
	}
	.is-style-table-clinic table {
		background-color: #fff;
		width: 100%;
	}
	.is-style-table-clinic table tr td {
		text-align: center;
		width: 180px;
	}
	.is-style-table-clinic table tr:nth-child(1) td {
		color: #b44c97;
		font-size: 13px;
	}
	.is-style-table-clinic table tr td:nth-child(1) {
		background-color: #cc7eb1;
		color: #fff;
		font-size: 13px;
		position: sticky;
		left: 0;
		width: 100px;
		z-index: 5;
	}
	.is-style-table-clinic table tr td a {
		background-color: #b44c97;
		border-radius: 5px;
		box-shadow: 0 2px 2px #852a6c;
		color: #fff;
		display: block;
		margin: 0 auto;
		padding: 10px 0;
		text-decoration: none;
		width: 100px;
	}
	.is-style-table-clinic table tr td a:hover {
		background-color: #29021e;
		box-shadow: 0 2px 2px #29021e;
	}
}
@media screen and (max-width: 780px) {
	.is-style-table-clinic {
		margin-bottom: 8vw;
	}
	.is-style-table-clinic table tr td {
		width: 34vw;
	}
	.is-style-table-clinic table tr:nth-child(1) td {
		font-size: 3.4vw;
	}
	.is-style-table-clinic table tr td:nth-child(1) {
		font-size: 3.4vw;
		position: sticky;
		width: 30vw;
	}
	.is-style-table-clinic table tr td a {
		padding: 2vw 0;
		width: 30vw;
	}
}

/** table-clinic-big **/
.is-style-table-clinic-big {
	margin-bottom: 40px;
	overflow: auto;
}
.is-style-table-clinic-big table {
	background-color: #fff;
}
.is-style-table-clinic-big table tr td {
	text-align: center;
	width: 120px;
}
.is-style-table-clinic-big table tr:nth-child(1) td {
	color: #b44c97;
	font-size: 13px;
}
.is-style-table-clinic-big table tr td:nth-child(1) {
	background-color: #cc7eb1;
	color: #fff;
	font-size: 13px;
	position: sticky;
	left: 0;
	width: 100px;
	z-index: 5;
}
.is-style-table-clinic-big table tr td a {
	background-color: #b44c97;
	border-radius: 5px;
	box-shadow: 0 2px 2px #852a6c;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	text-decoration: none;
	width: 100px;
}
.is-style-table-clinic-big table tr td a:hover {
	background-color: #2e2930;
	box-shadow: 0 2px 2px #2e2930;
}
@media screen and (max-width: 1240px) {
	.is-style-table-clinic-big {
		margin-bottom: 40px;
		overflow: auto;
	}
	.is-style-table-clinic-big table {
		background-color: #fff;
	}
	.is-style-table-clinic-big table tr td {
		text-align: center;
		width: 120px;
	}
	.is-style-table-clinic-big table tr:nth-child(1) td {
		color: #b44c97;
		font-size: 13px;
	}
	.is-style-table-clinic-big table tr td:nth-child(1) {
		background-color: #cc7eb1;
		color: #fff;
		font-size: 13px;
		position: sticky;
		left: 0;
		width: 100px;
		z-index: 5;
	}
	.is-style-table-clinic-big table tr td a {
		background-color: #b44c97;
		border-radius: 5px;
		box-shadow: 0 2px 2px #852a6c;
		color: #fff;
		display: block;
		margin: 0 auto;
		padding: 10px 0;
		text-decoration: none;
		width: 100px;
	}
	.is-style-table-clinic-big table tr td a:hover {
		background-color: #2e2930;
		box-shadow: 0 2px 2px #2e2930;
	}
}
@media screen and (max-width: 780px) {
	.is-style-table-clinic-big {
		margin-bottom: 8vw;
	}
	.is-style-table-clinic-big table tr td {
		width: 36vw;
	}
	.is-style-table-clinic-big table tr:nth-child(1) td {
		font-size: 3.4vw;
	}
	.is-style-table-clinic-big table tr td:nth-child(1) {
		font-size: 3.4vw;
		width: 30vw;
	}
	.is-style-table-clinic-big table tr td a {
		padding: 2vw 0;
		width: 30vw;
	}
}

/** -- features -- **/
.blog_wrapper article .features {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 50px;
	padding: 30px;
}
.blog_wrapper article .features h2 {
	background-color: #e6cde3;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}
.blog_wrapper article .features h2::after {
	display: none;
}

.blog_wrapper article .features h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-left: 58px;
	padding-top: 14px;
	position: relative;
}
.blog_wrapper article .features h3::before {
	color: #cc7eb1;
	display: block;
	font-size: 38px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.0;
	position: absolute;
	left: 0;
	top: 5px;
}
.blog_wrapper article .features h3::after {
	background: linear-gradient(to right, #cc7eb1 0, transparent 70%);
	content: '';
	display: block;
	position: absolute;
	left: 2px;
	top: 0;
	height: 3px;
	width: 180px;
}
.blog_wrapper article .features .no1 h3::before {
	content: '01';
}
.blog_wrapper article .features .no2 h3::before {
	content: '02';
}
.blog_wrapper article .features .no3 h3::before {
	content: '03';
}
.blog_wrapper article .features .no4 h3::before {
	content: '04';
}

.blog_wrapper article .features ul {
	margin-bottom: 40px;
	padding: 20px 0;
	position: relative;
}
.blog_wrapper article .features ul::before {
	background-size: 5px 5px;
	background-image: repeating-linear-gradient(-45deg, #eebbcb 0, #eebbcb 3px, #fff 0, #fff 50%);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	width: 100%;
}
.blog_wrapper article .features ul::after {
	background-size: 5px 5px;
	background-image: repeating-linear-gradient(-45deg, #eebbcb 0, #eebbcb 3px, #fff 0, #fff 50%);
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
}
.blog_wrapper article .features li {
	font-weight: 500;
	padding-left: 24px;
	position: relative;
}
.blog_wrapper article .features li + li {
	margin-top: 10px;
}
.blog_wrapper article .features li::before {
	color: #cc7eb1;
	content: '\f058';
	display: block;
	font: var(--fa-font-solid);
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 2px;
}
@media screen and (max-width: 1240px) {
	.blog_wrapper article .features {
		background-color: #fff;
		border-radius: 10px;
		margin-bottom: 50px;
		padding: 30px;
	}
	.blog_wrapper article .features h2 {
		background-color: #e6cde3;
		border-radius: 10px;
		padding: 10px;
		text-align: center;
	}
	.blog_wrapper article .features h2::after {
		display: none;
	}

	.blog_wrapper article .features h3 {
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 20px;
		padding-left: 58px;
		padding-top: 14px;
		position: relative;
	}
	.blog_wrapper article .features h3::before {
		color: #cc7eb1;
		display: block;
		font-size: 38px;
		font-style: italic;
		font-weight: 700;
		line-height: 1.0;
		position: absolute;
		left: 0;
		top: 5px;
	}
	.blog_wrapper article .features h3::after {
		background: linear-gradient(to right, #cc7eb1 0, transparent 70%);
		content: '';
		display: block;
		position: absolute;
		left: 2px;
		top: 0;
		height: 3px;
		width: 180px;
	}
	.blog_wrapper article .features .no1 h3::before {
		content: '01';
	}
	.blog_wrapper article .features .no2 h3::before {
		content: '02';
	}
	.blog_wrapper article .features .no3 h3::before {
		content: '03';
	}
	.blog_wrapper article .features .no4 h3::before {
		content: '04';
	}

	.blog_wrapper article .features ul {
		margin-bottom: 40px;
		padding: 20px 0;
		position: relative;
	}
	.blog_wrapper article .features ul::before {
		background-size: 5px 5px;
		background-image: repeating-linear-gradient(-45deg, #eebbcb 0, #eebbcb 3px, #fff 0, #fff 50%);
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		height: 2px;
		width: 100%;
	}
	.blog_wrapper article .features ul::after {
		background-size: 5px 5px;
		background-image: repeating-linear-gradient(-45deg, #eebbcb 0, #eebbcb 3px, #fff 0, #fff 50%);
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: 2px;
		width: 100%;
	}
	.blog_wrapper article .features li {
		font-weight: 500;
		padding-left: 24px;
		position: relative;
	}
	.blog_wrapper article .features li + li {
		margin-top: 10px;
	}
	.blog_wrapper article .features li::before {
		color: #cc7eb1;
		content: '\f058';
		display: block;
		font: var(--fa-font-solid);
		font-size: 18px;
		position: absolute;
		left: 0;
		top: 2px;
	}
}
@media screen and (max-width: 780px) {
	.blog_wrapper article .features {
		border-radius: 5px;
		margin: 0 -6vw;
		margin-bottom: 10vw;
		padding: 6vw;
	}
	.blog_wrapper article .features h2 {
		border-radius: 5px;
		padding: 2vw;
	}

	.blog_wrapper article .features h3 {
		font-size: 4vw;
		margin-bottom: 6vw;
		padding-left: 14vw;
		padding-top: 2vw;
	}
	.blog_wrapper article .features h3::before {
		font-size: 9vw;
		top: 2vw;
	}
	.blog_wrapper article .features h3::after {
		left: .4vw;
		height: .6vw;
		width: 38vw;
	}

	.blog_wrapper article .features ul {
		margin-bottom: 8vw;
		padding: 4vw 0;
	}
	.blog_wrapper article .features li {
		padding-left: 6vw;
	}
	.blog_wrapper article .features li + li {
		margin-top: 2vw;
	}
	.blog_wrapper article .features li::before {
		font-size: 3.8vw;
		top: .6vw;
	}
}

/** -- rank_box -- **/
.blog_wrapper article .rank_box {
	border-radius: 10px;
	position: relative;
}
.blog_wrapper article .rank_box .no {
	color: #b44c97;
	font-size: 28px;
	line-height: .9;
	position: relative;
	-webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .5));
}
.blog_wrapper article .rank_box .no.no_2 {
	color: #c4a3bf;
}
.blog_wrapper article .rank_box .no span {
	font-size: 64px;
	font-style: italic;
	margin: 0 2px;
}
.blog_wrapper article .rank_box h3 {
	font-size: 28px;
	margin-bottom: 40px;
	margin-top: -70px;
	padding-left: 90px;
}
.blog_wrapper article .r_point {
	background-color: #fff;
	box-shadow: 2px 2px 8px rgba(204,126,177, .5);
	margin-bottom: 40px;
	padding: 30px;
	position: relative;
} 
.blog_wrapper article .r_point h4 {
	background-color: #cc7eb1;
	box-sizing: border-box;
	color: #fff;
	display: table;
	font-size: 16px;
	margin-left: 10px;
	margin-top: -50px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 8px;
	position: relative;
	height: 40px;
}
.blog_wrapper article .r_point h4::before,
.blog_wrapper article .r_point h4::after {
	content: '';
	display: block;
	position: absolute;
}
.blog_wrapper article .r_point h4::before {
	border: solid 20px transparent;
	border-left: none;
	border-right: solid 30px #cc7eb1;
	left: -30px;
	top: 0;
}
.blog_wrapper article .r_point h4::after {
	background-color: #fff;
	border-radius: 50%;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
	height: 8px;
	width: 8px;
	z-index: 1;
}
.blog_wrapper article .r_point ul {
	margin-top: 20px;
}
.blog_wrapper article .r_point li {
	font-size: 15px;
	font-weight: 500;
	padding-left: 30px;
	position: relative;
}
.blog_wrapper article .r_point li::before {
	color: #cc7eb1;
	content: '\f058';
	display: block;
	font: var(--fa-font-solid);
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 2px;
}
.blog_wrapper article .r_point li + li {
	margin-top: 10px;
}
@media screen and (max-width: 1040px) {
	.blog_wrapper article .rank_box {
		border-radius: 10px;
		position: relative;
	}
	.blog_wrapper article .rank_box .no {
		color: #b44c97;
		font-size: 28px;
		line-height: .9;
		position: relative;
		-webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .5));
	}
	.blog_wrapper article .rank_box .no.no_2 {
		color: #c4a3bf;
	}
	.blog_wrapper article .rank_box .no span {
		font-size: 64px;
		font-style: italic;
		margin: 0 2px;
	}
	.blog_wrapper article .rank_box h3 {
		font-size: 28px;
		margin-bottom: 40px;
		margin-top: -70px;
		padding-left: 90px;
	}
	.blog_wrapper article .r_point {
		background-color: #fff;
		box-shadow: 2px 2px 8px rgba(204,126,177, .5);
		margin-bottom: 40px;
		padding: 30px;
		position: relative;
	} 
	.blog_wrapper article .r_point h4 {
		background-color: #cc7eb1;
		box-sizing: border-box;
		color: #fff;
		display: table;
		font-size: 16px;
		margin-left: 10px;
		margin-top: -50px;
		padding-left: 10px;
		padding-right: 20px;
		padding-top: 8px;
		position: relative;
		height: 40px;
	}
	.blog_wrapper article .r_point h4::before,
	.blog_wrapper article .r_point h4::after {
		content: '';
		display: block;
		position: absolute;
	}
	.blog_wrapper article .r_point h4::before {
		border: solid 20px transparent;
		border-left: none;
		border-right: solid 30px #cc7eb1;
		left: -30px;
		top: 0;
	}
	.blog_wrapper article .r_point h4::after {
		background-color: #fff;
		border-radius: 50%;
		left: -12px;
		top: 50%;
		transform: translateY(-50%);
		height: 8px;
		width: 8px;
		z-index: 1;
	}
	.blog_wrapper article .r_point ul {
		margin-top: 20px;
	}
	.blog_wrapper article .r_point li {
		font-size: 15px;
		font-weight: 500;
		padding-left: 30px;
		position: relative;
	}
	.blog_wrapper article .r_point li::before {
		color: #cc7eb1;
		content: '\f058';
		display: block;
		font: var(--fa-font-solid);
		font-size: 20px;
		position: absolute;
		left: 0;
		top: 2px;
	}
	.blog_wrapper article .r_point li + li {
		margin-top: 10px;
	}
}
@media screen and (max-width: 640px) {
	.blog_wrapper article .rank_box {
		border-radius: 5px;
		margin-bottom: 10vw;
	}
	.blog_wrapper article .rank_box .no {
		font-size: 6vw;
		-webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .5));
	}
	.blog_wrapper article .rank_box .no span {
		font-size: 12vw;
		margin: 0 1.5vw;
	}
	.blog_wrapper article .rank_box h3 {
		font-size: 6vw;
		margin-bottom: 8vw;
		margin-top: -18vw;
		padding-left: 20vw;
	}
	.blog_wrapper article .r_point {
		margin-bottom: 8vw;
		margin-top: 12vw;
		padding: 4vw;
	} 
	.blog_wrapper article .r_point h4 {
		font-size: 3.8vw;
		margin-left: 2vw;
		margin-top: -9vw;
		padding-left: 2vw;
		padding-right: 4vw;
		padding-top: 2vw;
		height: 10vw;
	}
	.blog_wrapper article .r_point h4::before {
		border: solid 5vw transparent;
		border-right: solid 6vw #cc7eb1;
		left: -11vw;
	}
	.blog_wrapper article .r_point h4::after {
		left: -3vw;
		height: 1.5vw;
		width: 1.5vw;
	}
	.blog_wrapper article .r_point ul {
		margin-top: 4vw;
	}
	.blog_wrapper article .r_point li {
		font-size: 3.6vw;
		padding-left: 6vw;
	}
	.blog_wrapper article .r_point li::before {
		font-size: 4vw;
		top: .6vw;
	}
	.blog_wrapper article .r_point li + li {
		margin-top: 2vw;
	}
}