@charset "UTF-8";

.top_page {
	margin: auto;
}

.top {
	background-color: #faf7f0;
	overflow: hidden;
}

.top_first_area {
	display: flex;
	flex-wrap: wrap;
	background-color: #faf7f0;
}

@media screen and (max-width: 767px) {
	.top_first_area {
		flex-wrap: wrap-reverse;
	}

	.official_line,
	.official_line img {
		width: 100%;
	}

	.official_line {
		position: relative;
		z-index: 5;
	}

	.official_line :is(a, img) {
		display: block;
	}
}

/*赤字の通知エリア*/
.top_inform_link {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
	background-color: #ce132d;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.top_inform_link {
		padding-top: 13px;
		padding-bottom: 13px;
		font-size: 12px;
	}
}

.top_inform_link span {
	color: white;
	font-size: 20px;
	font-weight: 600;
}

@media screen and (max-width: 1500px) {
	.top_inform_link span {
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 767px) {
	.top_inform_link {
		padding: 5vw 0;
		text-align: left;
		padding-left: 4vw;
		display: flex;
		align-items: center;
		order: -1;
	}

	.top_inform_link span {
		font-size: 12px;
	}
}

.top_inform_link:after {
	font-size: 20px;
	right: 30px;
	color: white;
}

@media screen and (max-width: 767px) {
	.top_inform_link:after {
		font-size: 18px;
		right: 4vw;
	}
}

@media screen and (max-width: 600px) {
	.top_inform_link:after {
		font-size: 4vw;
	}
}

.top_inform_link:hover {
	opacity: 1;
}

/*ヒーロー画像エリア*/
.top_hero_wrap {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1500px) {
	.top_hero_wrap {
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.top_hero_wrap {
		display: flex;
		flex-wrap: wrap;
		/* margin-bottom: -10px; */
	}
}

.slider_inner {
	width: 100%;
	height: auto;
	object-position: 50% 50%;
	background-image: url(../img/top/top_hero_bg.png);
	background-size: cover;
}

.top_slider::-webkit-scrollbar {
	/* Chrome, Safari 対応 */
	display: none;
}

.top_slider {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
	overflow-y: scroll;
	-ms-overflow-style: none;
	/* IE, Edge 対応 */
	scrollbar-width: none;
	/* Firefox 対応 */
	width: auto;
	z-index: 2;
	position: relative;
	background-color: white;
}

@media screen and (max-width: 767px) {
	.top_slider {
		margin-bottom: 0px;
	}
}

.top_slider .slider_inner {
	display: flex;
	justify-content: center;
	flex-shrink: 0;
	flex-wrap: nowrap;
	width: 100%;
	height: auto;
}

.top_slider .slider_inner a {
	width: 100%;
	height: auto;
	flex-shrink: 0;
}

.top_slider .slider_inner a .pc {
	display: block;
}

@media screen and (max-width: 767px) {
	.top_slider .slider_inner a .pc {
		display: none;
	}
}

.top_slider .slider_inner a .sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.top_slider .slider_inner a .sp {
		display: block;
	}
}

.top_slider .slider_inner img {
	width: 100%;
	object-fit: cover;
	margin-bottom: -5px;
}

.top_slider_thumbnail_module {
	display: flex;
	margin: auto;
	justify-content: flex-start;
	max-width: 770px;
	margin-top: -50px;
	height: 130px;
}

@media screen and (max-width: 1500px) {
	.top_slider_thumbnail_module {
		width: 60%;
		margin-top: -35px;
	}
}

@media screen and (max-width: 767px) {
	.top_slider_thumbnail_module {
		width: 100%;
		margin-top: auto;
		height: auto;
		margin-top: -5px;
	}
}

.top_slider_thumbnail {
	cursor: pointer;
	z-index: 2;
	position: relative;
	width: calc(100%/3 - 7px);
	margin-right: 10px;
}

.top_slider_thumbnail img {
	opacity: 0.5;
}

.top_slider_thumbnail::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: calc(100% * 0.544);
	background-color: #fff;
}

.top_slider_thumbnail.thumbnail-current::before {
	display: none;
}

.top_slider_thumbnail.thumbnail-current img {
	opacity: 1;
}

.top_slider_thumbnail:nth-child(3n) {
	margin-right: 0;
}

.top_slider_thumbnail img {
	width: 100%;
	border: 1px solid #e2e2e2;
}

/*-----------------------------------------------------------*/
.top_check_section {
	width: 100%;
	margin: 0px auto auto auto;
	padding: 60px 30px 100px 30px;
	z-index: 6;
	position: relative;
}

@media screen and (max-width: 1500px) {
	.top_check_section {
		margin-top: 10px;
		padding-bottom: 50px;
		padding-top: 30px;
	}
}

@media screen and (max-width: 1000px) {
	.top_check_section {
		padding-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.top_check_section {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 20px;
	}
}

.top_check_tab_text {
	margin: auto auto 0px auto;
	color: var(--white);
	height: 75px;
	line-height: 75px;
	background-color: #362515;
	position: relative;
	text-align: center;
	font-size: 20px;
	z-index: 2;
	width: 1200px;
	max-width: 100%;
}

@media screen and (max-width: 1500px) {
	.top_check_tab_text {
		font-size: 2.2vw;
	}
}

@media screen and (max-width: 767px) {
	.top_check_tab_text {
		font-size: 4vw;
		height: auto;
		line-height: initial;
		padding: 5vw 0;
	}
}

.top_check_tab_text:before {
	content: '';
	background-image: url(../img/top/check_gloves.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 15px;
	top: 42%;
	transform: translateY(-45%);
	width: 145px;
	height: 50px;
}

@media screen and (max-width: 767px) {
	.top_check_tab_text:before {
		width: 67px;
		height: 22px;
		left: 8px;
	}
}

.top_check_tab_text span {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.top_check_tab_text span {
		font-size: 20px;
	}
}

.top_check_tab_text span .fas {
	color: var(--white);
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.top_check_tab_text span .fas {
		padding-right: 5px;
	}
}

.top_check_tab .check_en {
	font-size: 28px;
	color: var(--white);
	display: flex;
	align-items: center;
}

.top_check_main_img {
	margin: auto;
}

.top_check_main_img img {
	/* width: 100%; */
	max-width: 100%;
}

.top_check_main_img figcaption {
	padding-top: 15px;
}

@media screen and (max-width: 767px) {
	.top_check_main_img figcaption {
		font-size: 3vw;
	}
}

.top_check_inner {
	max-width: var(--pc-contents-width);
	margin: auto;
	background-color: #efe8d9;
	padding-bottom: 45px;
	z-index: 2;
	position: inherit;
	width: 1200px;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.top_check_inner {
		padding-bottom: 15vw;
	}
}

.top_check_inner dt {
	text-align: center;
	padding-top: 45px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.top_check_inner dt {
		padding-top: 25px;
		padding-bottom: 12px;
	}
}

.top_check_inner dt span {
	font-size: 38px;
	display: inline-block;
    font-weight: bold;
	background: linear-gradient(transparent 60%, #fff77d 60%, #fff77d 90%, transparent 90%, transparent 100%);
}

@media screen and (max-width: 1500px) {
	.top_check_inner dt span {
		font-size: var(--tb-section-lead-text);
	}
}

@media screen and (max-width: 767px) {
	.top_check_inner dt span {
		font-size: 6vw;
	}
}

.top_check_sub_img {
	background-color: #faf7f0;
	margin-top: 45px;
	margin-left: 45px;
	margin-right: 45px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1500px) {
	.top_check_sub_img {
		margin-left: 50px;
		margin-right: 50px;
	}
}

@media screen and (max-width: 767px) {
	.top_check_sub_img {
		margin-left: 4vw;
		margin-right: 4vw;
	}
}

.top_check_sub_img figcaption {
	font-size: 18px;
	font-weight: 600;
	color: #ff6598;
	text-align: center;
	padding-top: 25px;
}

@media screen and (max-width: 767px) {
	.top_check_sub_img figcaption {
		font-size: 4vw;
		padding-top: 4vw;
	}

	.top_check_sub_img figure {
		margin: 0;
	}
}

.top_check_sub_img img {
	padding-top: 15px;
	margin: auto;
	max-width: 630px;
	width: 50vw;
}

.top_check_sub_img p {
	margin-top: 23px;
	padding-bottom: 4vw;
	margin: 5vw 0 0 0;
}

.top_check_sub_img .marker{
    font-weight: bold;
}

.top_minikome_wrap .mini_kome:after {
	color: black;
}

@media screen and (max-width: 767px) {
	.top_check_sub_img img {
		width: 100%;
		padding: 0;
	}

	.top_minikome_wrap .mini_kome:after {
		right: -9%;
		top: 23%;
		font-size: 17px;
	}

	.top_check_sub_img p {
		margin-top: 23px;
		padding-bottom: 4vw;
		margin: 5vw 0 0 0;
		font-size: 3.8vw;
		line-height: 160%;
	}
}

@media screen and (max-width: 600px) {
	.top_minikome_wrap .mini_kome:after {
		font-size: 12px;

	}
}

@media screen and (max-width: 400px) {
	.top_minikome_wrap .mini_kome:after {
		font-size: 10px;
		right: -10%;
		top: 18%;
	}
}

.top_minikome_wrap .tax:after {
	top: 3px;
}

.reccomend_card_inner {
	padding-top: 20%;
	margin-left: 25px;
	margin-right: 25px;
}

@media screen and (max-width: 767px) {
	.top_minikome_wrap .tax:after {
		top: 10px;
	}
}

/*-----------------------------------------------------------*/
/*オススメプラン*/
.top_plan_section {
	background-color: #efe8d9;
	margin: auto;
	padding: 100px 30px 50px 30px;
}

@media screen and (max-width: 1500px) {
	.top_plan_section {
		padding-top: 50px;
	}

	.top_minikome_wrap .tax:after {
		top: 0;
	}

	.reccomend_card_inner .price_month_circle {
		margin-right: 10px;
		font-size: 2.1vw;
	}
}

@media screen and (max-width: 767px) {
	.top_plan_section {
		padding-top: 15vw;
		padding-left: 4vw;
		padding-right: 4vw;
		padding-bottom: 0px;
	}
}

.top_plan_section .switchs {
	margin: 50px auto;
}

@media screen and (max-width: 1500px) {
	.top_plan_section .switchs {
		margin: 30px auto;
	}
}

@media screen and (max-width: 767px) {
	.top_plan_section .switchs {
		margin: 20px auto;
	}
}

.js_top_plan_target2 {
	display: none;
}

.top_plan_text {
	max-width: var(--pc-contents-width);
	margin: auto;
	text-align: center;
}

.reccomend_card_inner dd.gothic.top_minikome_wrap {
	font-size: 21px;
}

.reccomend_card_inner dd.gothic {
	font-size: 18px;
}

.reccomend_card_lead {
	font-size: 34px;
	margin-bottom: 12px;
}

.attention {
	font-size: 58px;
}

.reccomend_card_inner .price_month_circle {
	margin-right: 10px;
	font-size: 22px;
}

.reccomend_card_inner .price_total {
	padding-top: 0;
	font-size: 18px;
	align-items: baseline;
}

.price_total .red_strong {
	font-size: 38px;
	font-weight: bold;
	margin-left: 5px;
	color: var(--attention-color);
}

.reccomend_card_lead>span {
	width: inherit;
	font-weight: 500;
}

.reccomend_card_lead span {
	margin: auto;
	font-size: 16px;
	text-align: center;
	display: inline;
	background: linear-gradient(transparent 80%, #fff77d 80%);
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
}

.accordion_inner .step_info dd {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 18px;
	padding-bottom: 25px;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
}

.price_month_circle {
	width: 60px;
	height: 60px;
	font-size: 17px;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	.reccomend_card_inner dd .attention {
		font-size: 7.2vw;
	}

}



@media screen and (max-width: 767px) {
	.top_plan_text {
		text-align: left;
		position: relative;
		z-index: 1;
	}

	.reccomend_card_inner dd.gothic.top_minikome_wrap {
		font-size: 1.6vw;
	}

	.reccomend_card_inner .price_month_circle {
		margin-right: 1vw;
		font-size: 3.6vw;
	}

	.price_month_circle {
		width: 4.8vw;
		height: 4.8vw;
		font-size: 1.8vw;
	}

	.top_minikome_wrap .tax:after {
		top: 0vw;
	}

	.reccomend_card_inner .tax:after {
		right: -4vw;
	}

	.reccomend_card_inner dd.gothic.top_minikome_wrap {
		font-size: 1.8vw;
	}

	.reccomend_card_inner .tax:after {
		right: -9.6vw;
		font-size: 3.2vw;
	}

	.reccomend_card_inner dd.gothic.top_minikome_wrap {
		font-size: 3.8vw;
	}

	.price_total .red_strong {
		font-size: 5vw;
		font-weight: bold;
		margin-left: 1.5vw;
		color: var(--attention-color);
	}

	.accordion_inner ul li div {
		width: 75%;
		height: 100%;
		padding-left: 15px;
		text-align: left;
	}

	.part_description dt {
		font-size: 3.8vw;
		width: 100px;
		height: 100px;
	}

	.parts_container .sp_parts_description {
		display: flex;
		align-items: flex-start;
	}

	.reccomend_card_inner dd .attention {
		font-size: 10.2vw;
	}

}

@media screen and (max-width: 600px) {
	.part_description dd {
		margin-left: 10px;
		font-size: 12px;
	}

	.reccomend_card_inner .price_month_circle {
		width: 10vw;
		height: 10vw;
		font-size: 4vw;
	}

	.reccomend_card_inner .price_month_circle {
		margin-right: 1vw;
		font-size: 3.6vw;
	}

	.part_description dd {
		margin-left: 1.5vw;
		font-size: 3vw;
	}

	.part_description dt {
		width: 12vw;
		height: 12vw;
	}
}

.top_reccomend_plans {
	display: flex;
	max-width: var(--pc-contents-width);
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	z-index: 4;
	margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
	.top_reccomend_plans {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 767px) {
	.top_reccomend_plans {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.top_reccomend_plans .reccomend_card {
	margin-right: 10px;
}

@media screen and (min-width: 1201px) {
	.top_reccomend_plans .reccomend_card {
		width: 33.3333333%;
	}
}

.top_reccomend_plans .reccomend_card:last-child {
	margin-right: 0px;
}

@media screen and (max-width: 1200px) {
	.top_reccomend_plans .reccomend_card {
		width: 100%;
		margin-bottom: 30px;
	}

	.reccomend_card_inner {
		padding-top: 0%;
		margin-left: 25px;
		margin-right: 25px;
	}

	.top_card5 {
		background-position: center;
	}

	.top_card6 {
		background-position: center;
	}

	.top_card7 {
		background-position: center;
	}

	.reccomend_card_inner {
		padding-top: 0%;
		margin-left: 4vw;
		margin-right: 4vw;
	}

	.reccomend_card_inner dd.gothic {
		font-size: min(4.4vw, 18px);
	}

}

@media screen and (max-width: 767px) {
	.top_reccomend_plans .reccomend_card {
		margin-bottom: 15px;
		margin-right: 0;
	}
}

@media screen and (max-width: 1200px) {
	.top_reccomend_plans .reccomend_card a {
		margin: auto;
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.top_reccomend_plans .reccomend_card a {
		padding: 4vw;
	}

	.reccomend_card_lead {
		font-size: 6vw;
	}

	.reccomend_card_lead span {
		width: inherit;
		font-size: 3.5vw;
	}

}


.top_reccomend_card {
	width: calc(33%)-20px;
	display: flex;
	flex-direction: column;
	padding-right: 10px;
}

.top_reccomend_card:last-child {
	padding-right: 0;
}


@media screen and (max-width: 1200px) {
	.top_popular_badge {
		padding-top: 10px;
		padding-left: 10px;
	}
}

.top_card5 {
	background-image: url(../img/top/top_card_bg05.png);
	background-size: cover;
}

.reccomend_card a {
	padding: 15px;
}

@media screen and (max-width: 767px) {
	.top_popular_badge {
		padding-top: 0;
		padding-left: 0;
	}

	.top_card5 {
		background-image: url(../img/top/top_card_sp_bg5.png);
	}

}

.top_card6 {
	background-image: url(../img/top/top_card_bg06.png);
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.top_card6 {
		background-image: url(../img/top/top_card_sp_bg6.png);
	}
}

.top_card7 {
	background-image: url(../img/top/top_card_bg07.png);
	background-size: cover;
}

@media screen and (max-width: 1200px) {
	.top_card7 {
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 767px) {
	.top_card7 {
		background-image: url(../img/top/top_card_sp_bg7.png);
		margin-bottom: 0px;
	}
}

.top .attention_price {
	line-height: 33px;
}

.top_reccomend_bottom_text {
	max-width: var(--pc-contents-width);
	margin: auto auto 25px auto;
	text-align: center;
	display: block;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.top_reccomend_bottom_text {
		font-size: 12px;
		text-align: left;
		font-weight: 300;
	}
}

@media screen and (max-width: 767px) {
	.top_plan_contents .long_btn {
		width: 100%;
		z-index: 4;
		margin-bottom: 0;
	}
}

.top_plan_contents .btn01 {
	padding-bottom: 110px;
}

.artmake_bnr {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	position: relative;
	z-index: 5;
	max-width: 1260px;
	padding-left: 30px;
	padding-right: 30px;
}

@media screen and (max-width: 767px) {
	.artmake_bnr {
		padding-left: 0;
		padding-right: 0;
	}

}



.artmake_bnr a {
	margin: auto;
	width: 100%;
}

.artmake_bnr a:not(:last-child) {
	margin-bottom: 10px;
}

.artmake_bnr a img {
	width: 100%;
}




@media screen and (max-width: 767px) {
	.top_plan_contents .btn01 {
		padding-bottom: 18%;
	}
}

@media screen and (max-width: 600x) {
	.top_plan_contents .btn01 span {
		height: 45px;
		line-height: 45px;
	}
}

/*-----------------------------------------------------------*/
/*部位別------------------------------*/
/*-----------------------------------------------------------*/
/*クレアができること。アビリティ------------------------------*/
.top_ability_section {
	z-index: 2;
	position: relative;
}

.top_ability_box1 {
	background-image: url(../img/common/ability_bg1.png);
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	.top_ability_box1 {
		background-image: url(../img/common/ability_bg_sp1.png);
	}
}

.top_ability_box1 span:before {
	background-image: url(../img/common/ability1.png);
}

.top_ability_box2 {
	background-image: url(../img/common/ability_bg2.png);
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	.top_ability_box2 {
		background-image: url(../img/common/ability_bg_sp2.png);
	}
}

.top_ability_box2 span:before {
	background-image: url(../img/common/ability2.png);
}

.top_ability_box3 {
	background-image: url(../img/common/ability_bg3.png);
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	.top_ability_box3 {
		background-image: url(../img/common/ability_bg_sp3.png);
	}
}

.top_ability_box3 span:before {
	background-image: url(../img/common/ability3.png);
}

.top_ability_box4 {
	background-image: url(../img/common/ability_bg4.png);
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	.top_ability_box4 {
		background-image: url(../img/common/ability_bg_sp4.png);
	}
}

.top_ability_box4 span:before {
	background-image: url(../img/common/ability4.png);
}

.top_ability_box5 {
	background-image: url(../img/common/ability_bg5.png);
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	.top_ability_box5 {
		background-image: url(../img/common/ability_bg_sp5.png);
	}
}

.top_ability_box5 span:before {
	background-image: url(../img/common/ability5.png);
}

/*-----------------------------------------------------------*/
/*カウンセリングの流れ------------------------------*/
.top_counseling_section {
	margin: auto;
}

.top_counseling_lead_text {
	margin-top: 100px;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.top_counseling_lead_text {
		margin-top: 0px;
	}
}

.top_counseling_lead_text .fas {
	cursor: pointer;
}

.top_flow li {
	background-color: white;
}

@media screen and (max-width: 767px) {
	.top_flow li {
		display: block !important;
	}
}

.top_flow li img {
	width: 100%;
}

/*施術の流れ*/
.top .top_treatment_section {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.top .top_treatment_section {
		margin-top: 0px;
	}
}

.top .top_treatment_section .top_treatment_lead_text {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.top_flow_step01 {
		background-position: 70%;
		background-image: url(../img/top/top_cow_bgi01.png);
		background-size: cover;
	}
}

@media screen and (max-width: 767px) {
	.top_flow_step02 {
		background-position: 70%;
		background-image: url(../img/top/top_cow_bgi02.png);
		background-size: cover;
	}
}

@media screen and (max-width: 767px) {
	.top_flow_step03 {
		background-position: 70%;
		background-image: url(../img/top/top_cow_bgi03.png);
		background-size: cover;
	}
}

@media screen and (max-width: 767px) {
	.top_flow_step04 {
		background-position: 70%;
		background-image: url(../img/top/top_cow_bgi04.png);
		background-size: cover;
	}
}

@media screen and (max-width: 767px) {
	.top_flow_step05 {
		background-position: 70%;
		background-image: url(../img/top/top_cow_bgi05.png);
		background-size: cover;
	}
}

@media screen and (max-width: 767px) {
	.top_flow_step06 {
		background-position: 70%;
		background-image: url(../img/top/top_cow_bgi06.png);
		background-size: cover;
	}
}

@media screen and (max-width: 767px) {
	.top_flow_step07 {
		background-position: 70%;
		background-image: url(../img/top/top_cow_bgi07.png);
		background-size: cover;
	}
}

@media screen and (max-width: 767px) {
	.top_flow_step08 {
		background-position: 70%;
		background-image: url(../img/top/top_cow_bgi08.png);
		background-size: cover;
	}
}

/*infoコンテンツ*/
.top_info_content {
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	max-width: var(--pc-contents-width);
	padding: 100px 0px;
}

@media screen and (max-width: 1500px) {
	.top_info_content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.top_info_content {
		flex-wrap: wrap;
		padding-top: 0vw;
		padding-bottom: 20vw;
	}
}

.top_info_content ul {
	display: flex;
	justify-content: space-between;
	flex-flow: column;
}

@media screen and (max-width: 1500px) {
	.top_info_content ul {
		padding-left: 15px;
	}
}

@media screen and (max-width: 767px) {
	.top_info_content ul {
		padding-left: 0px;
	}
}

.top_info_content ul:first-child {
	width: 30%;
	max-width: 390px;
}

@media screen and (max-width: 767px) {
	.top_info_content ul:first-child {
		max-width: 100%;
		width: 100%;
		margin: 20px auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.top_info_content .card1 {
	background-image: url(../img/top/top_bottom_bg1.png);
	background-size: cover;
	background-position: center;
}

.top_info_content .card2 {
	background-image: url(../img/top/top_bottom_bg2.png);
	background-size: cover;
	background-position: center;
}

.top_info_content .card3 {
	background-image: url(../img/top/top_bottom_bg3.png);
	background-size: cover;
	background-position: center;
}

.top_info_content .card4 {
	background-image: url(../img/top/top_bottom_bg4.png);
	background-size: cover;
	background-position: center;
}

.top_info_card {
	font-size: 28px;
	font-weight: bold;
	height: 130px;
	width: 100%;
	margin-bottom: 35px;
	position: relative;
	box-shadow: 0px 0px 4px #dcd5dc;
}

.top_info_card:nth-child(4n) {
	margin-bottom: 0;
}

@media screen and (max-width: 1500px) {
	.top_info_card {
		font-size: 2.2vw;
		margin-bottom: 25px;
		height: 100px;
	}
}

@media screen and (max-width: 1100px) {
	.top_info_card {
		height: 80px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 767px) {
	.top_info_card {
		font-size: 4.5vw;
		margin-bottom: 2.5vw;
		height: auto;
	}

	.top_info_card a {
		padding: 5vw 0;
	}

}

.top_info_card a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.top_info_card a:hover {
	opacity: 0.7;
}

.top_info_card a:after {
	right: 20px;
}

.top_info_card span {
	padding-left: 30px;
}

.top_news_wrap {
	margin-left: 50px;
	width: 70%;
	z-index: 9;
}

@media screen and (max-width: 767px) {
	.top_news_wrap {
		margin-left: 0;
		width: 100%;
		padding-left: 4vw;
		padding-right: 4vw;
		padding-top: 5vw;
	}
}

.top_news_wrap ul {
	margin-top: 50px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1300px) {
	.top_news_wrap ul {
		margin-top: 0px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	.top_news_wrap ul {
		margin: 20px 0px;
	}
}

.top_news_wrap .btn01 {
	width: 390px;
}

@media screen and (max-width: 767px) {
	.top_news_wrap .btn01 {
		width: 100%;
	}
}

.top_news_wrap .top_news {
	border-top: 2px dotted #e2e2e2;
	padding: 20px 0px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1300px) {
	.top_news_wrap .top_news {
		padding: 10px 0;
	}
}

.top_news_wrap .top_news:after {
	right: 30px;
}

@media screen and (max-width: 1500px) {
	.top_news_wrap .top_news:after {
		right: 15px;
	}
}

@media screen and (max-width: 500px) {

	.top_news_wrap .top_news:after {
		right: 0px;
	}
}

.top_news_wrap .top_news:last-child {
	border-bottom: 2px dotted #e2e2e2;
}

.top_news_wrap .top_news time {
	display: block;
}

@media screen and (max-width: 767px) {
	.top_news_wrap .top_news time {
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	.top_news_wrap .top_news time {
		font-size: 12px;
	}
}

.top_news_wrap a {
	padding-left: 30px;
	display: block;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1500px) {
	.top_news_wrap a {
		padding-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.top_news_wrap a {
		font-size: 3vw;
	}

	.top_news_wrap .long_btn {
		width: 100%;
		width: 100%;
	}
}

.top_news_lead_text {
	margin-top: 0;
	font-size: var(--pc-section-lead-text);
	font-weight: bold;
}

@media screen and (max-width: 1500px) {
	.top_news_lead_text {
		font-size: var(--tb-section-lead-text);
	}
}

@media screen and (max-width: 767px) {
	.top_news_lead_text {
		font-size: 6vw;
		text-align: center;
		margin-bottom: 0;
	}

	.accordion_inner .step_info dt {
		font-size: 3.4vw;
		padding-top: 0px;
		padding-left: 0px;
	}

	.accordion_inner .flow_step_num {
		display: inline-block;
		font-size: 5vw;
	}

	.accordion_inner .step_info dd {
		font-size: 3.5vw;
		padding-left: 0;
		padding-top: 2vw;
		padding-bottom: 4vw;
	}
}

@media screen and (max-width: 600px) {
	.parts_container .sp_btn span {
		padding: 3vw;
	}
}

/*-----------------------------------------------------------*/
/*クリニック情報------------------------------*/
/*-----------------------------------------------------------*/
.top_clinic_section {
	background-color: #efe8d9;
	padding: 0px 0;
}

.top_clinic_section .top_clinic_text {
	margin-bottom: 0;

}

.top_clinic_lead_text {
	padding-top: 100px;
}

@media screen and (max-width: 1500px) {
	.top_clinic_lead_text {
		padding-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	.top_clinic_section {
		background-color: #efe8d9;
		padding: 10vw 0;
	}

	.top_clinic_lead_text {
		padding-top: 25px;
		margin-bottom: 10px;
	}

}

.top_clinic_text {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.top_clinic_text {
		font-size: 3vw;
		margin-bottom: 4vw;
	}
}

.top_clinic_section ul {
	display: flex;
	flex-wrap: wrap;
	max-width: var(--pc-contents-width);
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 2;
	position: inherit;
}

.top_clinic_card {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-bottom: 0px;
}

.top_clinic_card dl {
	margin: auto auto 20px auto;
}



.top_clinic_card dl:last-child {
	margin-top: 30px;
}


.top_clinic_card dl dt {
	margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
	.top_clinic_card dl {
		margin-bottom: 0;
	}

	.top_clinic_card dl:last-child {
		margin-top: 0px;
	}

	.top_clinic_card dl dt {
		text-align: center;
	}

}

.top_clinic_card .sp_clinic_img {
	width: 70%;
	margin: auto;
}


@media screen and (max-width: 767px) {
	.top_clinic_section ul {
		padding-left: 4vw;
		padding-right: 4vw;
        margin-bottom: 3vw;
	}

	.top_clinic_card {
		padding-left: 0px;
		padding-right: 0px;
	}

	.btn02 span {
		color: black;
		border: 2px solid #362515;
		width: 100%;
		border-radius: 30px;
		font-size: 4vw;
		display: inline-block;
		line-height: 12vw;
	}
}

@media screen and (max-width: 500px) {
	.top_clinic_card {
		padding-bottom: 10px;
	}
}

.top_clinic_card:nth-child(2n) {
	padding-left: 30px;
	border-left: 3px #a68b62 dotted;
}

@media screen and (max-width: 1200px) {
	.top_clinic_card:nth-child(2n) {
		padding-left: 15px;
	}
}

@media screen and (max-width: 767px) {
	.top_clinic_card:nth-child(2n) {
		border-left: none;
		padding-left: 0px;
	}
}

@media screen and (max-width: 767px) {
	.top_clinic_card dl {
		display: none;
	}
}

.top_clinic_card dd {
	display: flex;
	flex-wrap: nowrap;
}

.top_clinic_card dd:first-child {
	margin-top: 20px;

}

@media screen and (max-width: 1200px) {
	.top_clinic_card dd {
		flex-wrap: wrap;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 900px) {
	.top_clinic_card dd {
		justify-content: center;
	}
}

.top_clinic_card dd figure {
	margin: 0;
	flex-shrink: 0;
	height: auto;
	padding-bottom: 15px;
	margin-left: -5px;
	max-width: 400px;
}

@media screen and (max-width: 1200px) {
	.top_clinic_card dd figure {
		width: 50%;
	}
}

.top_clinic_card dd figure img {
	width: 100%;
}

.top_clinic_card a {
	margin-top: auto;
}

@media screen and (max-width: 1200px) {
	.top_clinic_card .long_btn {
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
	.top_clinic_card .long_btn {
		display: none;
	}
}

.top_clinic_address {
	padding-left: 25px;
	padding-right: 15px;
	min-height: 110px;
}

@media screen and (max-width: 1200px) {
	.top_clinic_address {
		padding-left: 2vw;
		padding-right: 2vw;
	}
}

@media screen and (max-width: 767px) {
	.top_clinic_address {
	}
}

.top_clinic_access {
	display: flex;
}

@media screen and (max-width: 1200px) {
	.top_clinic_access {
		flex-wrap: wrap;
	}
}

.top_clinic_access:first-child {
	padding-bottom: 15px;
}

@media screen and (max-width: 1200px) {
	.top_clinic_access:first-child {
		padding-bottom: 0px;
	}
}


.top_clinic_access dt,
.top_clinic_access dd {
	font-size: 16px;
}

@media screen and (max-width: 1500px) {

	.top_clinic_access dt,
	.top_clinic_access dd {
		/* font-size: 13px; */
	}
}

.top_clinic_access dt {
	/* width: 15%; */
	min-width: 60px;
}

@media screen and (max-width: 1200px) {
	.top_clinic_access dt {
		width: 100%;
	}
}

.top_clinic_access dd {
	/* width: 85%; */
	padding-left: 15px;
}

@media screen and (max-width: 1200px) {
	.top_clinic_access dd {
		width: 100%;
		padding-left: 0;
	}
}

@media screen and (max-width: 1200px) {
	.top_clinic_access:last-child dd {
		height: 100px;
	}
}

.top_clinic_business {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 70px;
	font-weight: 200;
}

@media screen and (max-width: 1200px) {
	.top_clinic_business {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.top_clinic_business {
		margin-top: 2vw;
		margin-bottom: 2vw;
		font-size: 2.4vw;
	}
}

@media screen and (max-width: 500px) {
	.top_clinic_business {
		font-size: 11px;
	}
}

.top_clinic_business span {
	font-weight: 600;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.top_clinic_business span {
		display: block;
		margin-bottom: 1vw;
	}
}

.top_clinic_section_btns_wrap {
	margin: auto;
	padding-bottom: 100px;
}

@media screen and (max-width: 1200px) {
	.top_clinic_section_btns_wrap {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.top_clinic_section_btns_wrap {
		display: none;
	}
}

.top_clinic_section_btns_wrap .btns {
	display: flex;
	justify-content: flex-start;
}

.top_clinic_section_btns_wrap .btns li {
	font-size: 24px;
	position: relative;
	border-radius: 45px;
	margin-right: 10px;
	width: calc(100% / 3 - 7px);
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.top_clinic_section_btns_wrap .btns li {
		font-size: 20px;
	}
}

@media screen and (max-width: 1000px) {
	.top_clinic_section_btns_wrap .btns li {
		font-size: 18px;
	}
}

.top_clinic_section_btns_wrap .btns li:before {
	content: "";
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	left: 1px;
	top: 1px;
	border-radius: 45px;
}

.top_clinic_section_btns_wrap .btns li span {
	padding-left: 50px;
	position: relative;
}

.top_clinic_section_btns_wrap .btns li span:before {
	position: absolute;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {
	.top_clinic_section_btns_wrap .btns li span {
		padding-left: 30px;
	}
}

.top_clinic_section_btns_wrap .btns li:nth-child(3n) {
	margin-right: 0px;
}

.top_clinic_section_btns_wrap .btns li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 25px;
	position: relative;
	z-index: 5;
}

@media screen and (max-width: 1200px) {
	.top_clinic_section_btns_wrap .btns li a {
		padding: 20px;
	}
}

@media screen and (max-width: 1000px) {
	.top_clinic_section_btns_wrap .btns li a {
		padding: 15px 10px;
	}
}

.top_clinic_section_btns_wrap .btns .free_counseling_btn {
	background-color: #13c44e;
}

.top_clinic_section_btns_wrap .btns .free_counseling_btn span {
	color: white;
	position: relative;
}

.top_clinic_section_btns_wrap .btns .free_counseling_btn span:before {
	background-image: url(../img/top/topclinic_link_btn01.png);
	left: 0;
	top: 9%;
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 1000px) {
	.top_clinic_section_btns_wrap .btns .free_counseling_btn span:before {
		width: 20px;
		height: 20px;
		top: 5px;
		left: 5px;
	}
}

.top_clinic_section_btns_wrap .btns .free_counseling_btn:before {
	border: 1px solid white;
}

.top_clinic_section_btns_wrap .btns .mail_btn {
	background-color: #ff6a6a;
}

.top_clinic_section_btns_wrap .btns .mail_btn span {
	color: white;
	position: relative;
}

.top_clinic_section_btns_wrap .btns .mail_btn span:before {
	background-image: url(../img/top/topclinic_link_btn02.png);
	left: 0;
	top: 19%;
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 1000px) {
	.top_clinic_section_btns_wrap .btns .mail_btn span:before {
		width: 20px;
		height: 20px;
		top: 8px;
		left: 5px;
	}
}

.top_clinic_section_btns_wrap .btns .mail_btn:before {
	border: 1px solid white;
}

.top_clinic_section_btns_wrap .btns .reserve_btn {
	background-color: white;
}

.top_clinic_section_btns_wrap .btns .reserve_btn span {
	color: black;
	position: relative;
}

.top_clinic_section_btns_wrap .btns .reserve_btn span:before {
	background-image: url(../img/top/topclinic_link_btn03.png);
	left: 0;
	top: 15%;
	width: 40px;
	height: 40px;
}

@media screen and (max-width: 1000px) {
	.top_clinic_section_btns_wrap .btns .reserve_btn span:before {
		top: 4px;
		width: 25px;
		height: 25px;
	}
}

.top_clinic_section_btns_wrap .btns .reserve_btn:before {
	border: 1px solid #f8f3eb;
}

/*# sourceMappingURL=top.css.map */



@media screen and (max-width: 374px) {
	.top_inform_link {
		padding-right: 4vw;
	}
}



/* ----------------------------------------------- */
/* クレアクリニックが選ばれる理由 */
/* ----------------------------------------------- */
.top_feature_section_card {
	width: 1200px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	position: relative;
	z-index: 6;
}

.top_feature_section_card li {
	background-color: #FFFFFF;
	width: 49%;
	margin-bottom: 25px;
	height: 360px;
	background-size: cover;
	transition-duration: 0.4s;
}

.top_feature_section_card li:nth-child(1) {
	background-image: url(/wp-content/themes/clairclinic/assets/img/common/feature_card_bg01.png);
}

.top_feature_section_card li:nth-child(2) {
	background-image: url(/wp-content/themes/clairclinic/assets/img/common/feature_card_bg02.png);
}

.top_feature_section_card li:nth-child(3) {
	background-image: url(/wp-content/themes/clairclinic/assets/img/common/feature_card_bg03.png);
}

.top_feature_section_card li:nth-child(4) {
	background-image: url(/wp-content/themes/clairclinic/assets/img/common/feature_card_bg04.png);
}

.top_feature_section_card li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.top_feature_section_card li a:hover {
	opacity: 1;
}

.top_feature_section_card li a dl {
	background-color: rgba(255, 255, 255, 0.90);
	width: 540px;
	height: 305px;
	transition-duration: 0.4s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.top_feature_section_card li a dl dt {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.top_feature_section_card li a dl dt .icon {
	height: 82px;
	width: 82px;
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

.top_feature_section_card li a dl dt .icon img {
	margin: auto;
}

.top_feature_section_card li a dl dt .text {
	font-size: 30px;
}

.top_feature_section_card li a dl dd {
	height: 0;
	transition-duration: 0.4s;
}

.top_feature_section_card li a dl dd p.gothic {
	font-size: 15px;
	line-height: 170%;
	width: 450px;
	margin: auto;
	opacity: 0;
	transition-duration: 0.4s;
}

.top_feature_section_card li:hover a dl {
	height: 100%;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.top_feature_section_card li:hover a dl dd {
		height: 80px;
	}

	.top_feature_section_card li:hover a dl dd p.gothic {
		opacity: 1;
	}
}

@media screen and (max-width: 1260px) {
	.top_feature_section_card li {
		height: 28vw;
		margin-bottom: 2vw;
	}

	.top_feature_section_card li a dl {
		height: 24vw;
		width: 38vw;
	}

	.top_feature_section_card li a dl dt {
		margin-bottom: 2vw;
	}

	.top_feature_section_card li a dl dt .text {
		font-size: 2.8vw;
	}

	.top_feature_section_card li a dl dt .icon {
		width: 6.5vw;
		height: 6.5vw;
		margin-bottom: 1.3vw;
	}

	.top_feature_section_card li a dl dt .icon img {
		width: 100%;
	}

	.top_feature_section_card li a dl dd p.gothic {
		width: 40vw;
		font-size: 1.2vw;
	}
}

@media screen and (max-width: 767px) {
	.top_feature_section_card {
		margin-bottom: 4vw;
	}

	.top_feature_section_card li {
		height: 18vw;
		margin-bottom: 2vw;
	}

	.top_feature_section_card li a dl {
		height: calc(100% - 1.5vw);
		width: calc(100% - 1.5vw);
	}

	.top_feature_section_card li a dl dt {
		margin-bottom: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		width: 40vw;
	}

	.top_feature_section_card li a dl dt .icon {
		margin-bottom: 0;
		margin-right: 1vw;
	}

	.top_feature_section_card li a dl dt .text {
		font-weight: bold;
		font-size: 3.6vw;
		line-height: 1.3;
	}

	.top_feature_section_card li a dl dt .icon {
		width: 8.5vw;
		height: 8.5vw;
	}
}



/* ----------------------------------------------- */
/* おススメの医療脱毛料金プラン */
/* ----------------------------------------------- */
.top_plan_section .section_sub_text {
	margin-bottom: 30px;
}


/* ----------------------------------------------- */
/* TOP メインビジュアルのSlick */
/* ----------------------------------------------- */
.slick-next {
	right: 30px;
}

.slick-prev {
	left: 30px;
}

.slick-next::before,
.slick-prev::before {
	content: '';
	width: 23px;
	height: 32px;
	background-repeat: no-repeat;
	display: block;
}

.slick-next::before {
	background-image: url(../img/top/slide_next.png);
}

.slick-prev::before {
	background-image: url(../img/top/slide_prev.png);
}

@media screen and (max-width: 767px) {

	.slick-next::before,
	.slick-prev::before {
		display: none;
	}
}

.top_check_section .bg_effect2 {
	width: 100%;
}

.top_check_section .bg_effect2.on {
	display: none;
}

.bg_effect2::before,
.bg_effect2::after {
	top: initial;
	bottom: 0;
}

@media screen and (min-width: 768px) {

	.top_news_wrap.bg_effect_default::before,
	.top_news_wrap.bg_effect_default::after {
		display: none;
	}
}





/*0914kimura追加*/
.top_reccomend_plans .reccomend_card a:hover {
	opacity: 1;
}

.top_reccomend_plans .reccomend_card a:hover .reccomend_card_inner {
	opacity: 0.8;
}


.top_card_inner_dl {
	display: flex;
	flex-direction: column;
}


.top_card_bottom_btn {
	/* margin-top: auto; */
	position: absolute;
	bottom: 5%;
	left: 19%;
}

@media screen and (max-width: 1200px) {
	.top_card_bottom_btn {
		left: 50%;
		transform: translateX(-50%);
	}
}




.top_card_bottom_btn .btn01 {
	padding-bottom: 0;
	margin-top: 0
}

@media screen and (max-width: 767px) {
	.top_card_bottom_btn .btn01 {
		max-height: 100%;
	}
}


.top_card_bottom_btn .btn01 span {
	line-height: 45px;
}

@media screen and (max-width: 767px) {
	.top_card_bottom_btn .btn01 span {
		line-height: 1;
		font-size: 3vw;
	}
}



.top_card5 .reccomend_card_inner dd:last-child,
.top_card6 .reccomend_card_inner dd:last-child,
.top_card7 .reccomend_card_inner dd:last-child {
	margin: 10px auto 60px;
}

@media screen and (max-width: 767px) {

	.top_card5 .reccomend_card_inner dd:last-child,
	.top_card6 .reccomend_card_inner dd:last-child,
	.top_card7 .reccomend_card_inner dd:last-child {
		margin-bottom: 12vw;
	}
}


/*220330追加*/
.top_clinic_address_wrap {
    display: none;
    margin: 2vw auto
}
@media screen and (max-width: 767px) {
    .top_clinic_address_wrap {
        display: block;
    }

    .top_clinic_address_wrap .top_clinic_address{
        min-height: auto;
    }
    
    .top_clinic_address_wrap .top_clinic_access{
        text-align: center;
    }
    .top_clinic_address_wrap .top_clinic_access dt{
        font-size: 2.4vw;
        font-weight: bold;
    }
    .top_clinic_address_wrap .top_clinic_access dd{
        font-size: 2.4vw;
    }

    .top_clinic_address_wrap .top_clinic_access:first-child{
        margin-bottom: 2vw;

    }

    .top_clinic_address_wrap .top_clinic_access:last-child dd{
        height: auto;

    }

}

@media screen and (max-width: 500px){
    .top_clinic_address_wrap .top_clinic_access dt{
        font-size: 11px;
        font-weight: bold;
    }
    .top_clinic_address_wrap .top_clinic_access dd{
        font-size: 11px;
    }
}

.top_feature_section {
	padding: 60px 30px 100px 30px;
}
.top_feature_section .reason_wrap {
	margin-top: 50px;
	padding: 0;
}
.top_feature_section .feature_cards {
	justify-content: normal;
	margin: 0 0 60px 0;
}
.top_feature_section .reason_card_info {
	min-height: 400px;
}
.top_feature_section .reason_card_info dt:before {
	content: "";
	width: 80px;
	height: 60px;
	display: block;
	margin: auto;
	margin-bottom: 15px;
}
.top_feature_section .reason_card_info dt {
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF,  0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
}
.top_feature_section .type_info_second .reason_card_img {
	margin-top: 30px;
}
@media screen and (min-width: 768px) {
	.original_section .reason_card_info dt:before {
		content: none !important;
	}
}
@media screen and (max-width: 767px) {
	.top_feature_section { padding: 30px 10px 60px 10px; }
	.top_feature_section .feature_cards { margin: 0 0 30px 0; }
	.top_feature_section .reason_card_info { min-height: 100px; }
	.top_feature_section .type_info_first .reason_card_info { margin-top: 0; }
	.top_feature_section .reason_card_info dt { font-size: 6vw; }
	.top_feature_section .reason_card_info dd {
		color: #000;
		font-size: 3.5vw;
		padding-top: 20px;
	}
	.top_feature_section .reason_card_info {
		background-size: contain;
		background-repeat: no-repeat;
	}
	.top_feature_section .reason_card1 { background-image: url(/wp-content/themes/clairclinic/assets/img/reason/feature_card_bg_sp01.png); }
	.top_feature_section .reason_card2 { background-image: url(/wp-content/themes/clairclinic/assets/img/reason/feature_card_bg_sp03.png); }
	.top_feature_section .reason_card3 { background-image: url(/wp-content/themes/clairclinic/assets/img/reason/feature_card_bg_sp02.png); }
	.top_feature_section .reason_card4 { background-image: url(/wp-content/themes/clairclinic/assets/img/reason/feature_card_bg_sp04.png); }
	.top_feature_section .reason_card5 { background-image: url(/wp-content/themes/clairclinic/assets/img/reason/feature_card_bg_sp06.png); }
	.top_feature_section .reason_card6 { background-image: url(/wp-content/themes/clairclinic/assets/img/reason/feature_card_bg_sp07.png); }
	.top_feature_section .reason_card7 { background-image: url(/wp-content/themes/clairclinic/assets/img/reason/feature_card_bg_sp08.png); }
	.top_feature_section .reason_card8 { background-image: url(/wp-content/themes/clairclinic/assets/img/reason/feature_card_bg_sp09.png); }
	.top_feature_section .reason_card9 { background-image: url(/wp-content/themes/clairclinic/assets/img/reason/feature_card_bg_sp10.png); }
	.top_feature_section .reason_card10 { background-image: url(/wp-content/themes/clairclinic/assets/img/reason/feature_card_bg_sp11.png); }
}
