/* add.css 202509 */

.fv-image {
	display: block;
	width: 64%;
}
.fv-image img {
	height: auto;
	max-height: 40rem;
}

@media screen and (min-width: 767.5px) {
	.fv-info-item.fv-info-access img {
		top: 1rem;
	}
	.fv-info-item.fv-info-holiday img {
		top: 3rem;
		left: 8px;
	}
	.fv-info-item.fv-info-ladies img {
		top: -4rem;
	}
}
@media screen and (min-width: 470px) and (max-width: 767.499px) {
	.fv-info-item.fv-info-holiday img {
		left: -8px;
	}	
}
@media screen and (max-width: 767.499px) {
	
	.fv {
		margin-bottom: 40px;
		padding-bottom: 0;
	}
	.fv-inner {
		padding: 0;
	}	
	.fv-image {
		position: relative;
		margin: 0 auto 30px;
		width: min(480px,100%);
	}
	.fv-image img {
		width: 100%;
		border-radius: 0;
	}
	
}

.other .other-reserve .btn {
	width: 26rem;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.other .other-reserve .btn.btn-tel {
	padding: 0 1.5rem;	
}
.other .other-reserve .btn.btn-tel span:first-child {
	font-size: 1rem;
	text-align: center;
	margin-right: .75rem;
	line-height: 1.2;
}
.other .other-reserve .btn.btn-tel span:last-child {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
}
.other .other-reserve .btn.btn-web { 
	font-size: 1.5rem;
}
.other .other-reserve .other-button-icon.calendar-icon {
	left: 3.5rem;
}

@media screen and (max-width: 767.499px) {
	
	.other .other-reserve .btn {
		width: 280px;
	}	
	.other .other-reserve .btn.btn-tel {
		padding: 0 .5rem;
		gap: 0 .5rem;
	}
	.other .other-reserve .btn.btn-tel span:first-child {
		font-size: .75rem;
		line-height: 1.4;
	}
	.other .other-reserve .btn.btn-tel span:last-child {
		width: 141px;
		font-size: 1rem;
	}
	.other .other-reserve .other-button-icon.calendar-icon {
		left: 2rem;
	}
	.other .other-reserve .btn.btn-web { 
		padding-left: 88px;
		font-size: 1.1rem;
	}
	.other .other-reserve .btn.btn-web::before {
		right: 2rem; 
	}	
}

/* blog */

.single-blog-content #column_contents ul:nth-child(n+2),
.single-blog-content #column_contents ul:nth-child(n+3) {
	margin-top: 0;
	padding: 0 0 0 1rem;
}

/* home */

@media only screen and (max-width: 767.499px) {
	.concept .section-title {
		font-size: min(4.75vw,1.25rem);
	}
}
.reason .reason-card-content {
	padding: 1.5rem 1.375rem;
}

/* periodontal */

.periodontal-content .periodontal-risk-section .risk-list-item.block {
	display: block;
}
@media only screen and (max-width: 767.499px) {
	.periodontal-content .periodontal-risk-section .collaboration-list-item {
		font-size: min(3.5vw,1rem);
	}
	.periodontal-content .periodontal-risk-section .periodontal-treatment-box {
		padding: 1.5rem 2vw;
	}
	.periodontal-content .periodontal-risk-section .periodontal-treatment-box-item {
		font-size: min(3.25vw,.9rem);
	}
	.qa-question {
		padding-left: min(12vw,3.5rem);
		font-size: min(3.66vw,1rem);
	}
}

/* pediatric-ortho */

@media only screen and (max-width: 767.499px) {
	.pediatric-ortho-content .pediatric-ortho-concerns-section .pediatric-stages-item {
    	font-size: min(3.125vw,1rem);
	}
}
.pediatric-ortho-merit-section .flex2-subtitle-with-circle[data-no="5"]::before {
	content: "1";
}

/* vitamin */

.indication-text {
	margin: 0 auto 2rem;
	max-width: 50rem;
}

/* whitening */

@media only screen and (max-width: 767.499px) {
	.flex2-flex .flex2-col-left .flex2-subtitle-with-circle span.white_add {
		font-size: min(3.75vw,1.2rem);
	}
}

/* implant */

@media only screen and (max-width: 767.499px) {
	.implant-procedure-section .implant-procedure-step-07 .implant-procedure-col-right picture {
		display: block;
		width: 100%;
		visibility: visible;
		opacity: 1;
	}
	.implant-procedure-section .implant-procedure-step-06 .implant-procedure-col-right picture {
		display: none;
	}
	
}

/* access */

.add_none {
	display: none!important;
}
.callender-component img {
	width: auto;
	height: 1.2rem;
	vertical-align: middle;
	margin-right: 1rem;
	display: inline-block;
}
.callender-component .action-buttons a:hover img {
	filter: brightness(0) saturate(100%) invert(65%) sepia(49%) saturate(447%) hue-rotate(63deg) brightness(89%) contrast(86%);
}

/* pediatric */

@media only screen and (max-width: 767.499px) {
	.pediatric-content .pediatric-stages-section .pediatric-stages-wrap {
		padding: 2rem 4vw;
	}
	.pediatric-content .pediatric-stages-section .pediatric-stages-list {
		width: auto;
	}
}

/* basic */

@media only screen and (max-width: 767.499px) {
	.basic-content .basic-main-section .basic-slider-container .basic-main-prev {
		left: 0;
	}
	.basic-content .basic-main-section .basic-slider-container .basic-main-next {
		right: 0;
	}
}

/* eco */

.eco-poic-water-section .pediatric-stages-description-pic {
	width: min(280px,66.66%);
	max-width: 100%;
}



