@charset "utf-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トラステック標準WEBサイト PHP + BootStrap
宮川動物病院　カスタム対応
	ver.2025.07.09.miyagawa-ah.com
	個人情報の取扱い（プライバシーポリシー）　スタイルシート
────────────────────────────────────────
FileName:		/resources/css/servicepolicy.css
Editor:			TRUSTEC
Description:	個人情報の取扱い（プライバシーポリシー）のデザインスタイルシート。
────────────────────────────────────────
2025/05/30:		サンプル開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/



/* :::::  [SECTION : MAIN] ::::: */



/* :::::  [SECTION : PRIVACYPOLICY] ::::: */

/* Privacy Policy
--------- --------- --------- ------- */
#service-page-title {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/service/service-intro-background.jpg);
}

@media(max-width: 767px){
    #service-page-title {
        background-image: url(../images/service/service-intro-background.jpg);
        padding-top: 1rem !important;
    }
}

.page-intro-article{
    padding-top: calc(var(--common-margin-width) / 2);
    padding-bottom: calc(var(--common-margin-width) / 2);
    background-color: #fcf9f2;
	margin: 0;
}

/* ::::: [INDEX-CLINIC-HOURS] ::::: */
#service-clinic-hours{
    background-color: #fcf9f2;
    padding-bottom: calc(clamp(4rem, 7vw, 8rem) / 1);
	position: relative;
	overflow: hidden;
	z-index: 2;
}
@media (max-width: 767px) {
	#service-clinic-hours .article-title{
		margin: auto;
		align-items: center;
	}
}
#service-clinic-hours .title-short::before{
    content: url(../images/common/title-icon-5.png);
}
.service-clinic-hours-wrapper{
    position: relative;
	z-index: 2;
}
#service-clinic-hours .article-background-line-wrapper{
	bottom: 0;
    left: 0;
}
#service-clinic-hours .article-background-line-wrapper .footprint_3{
    width: 100% !important;
    min-width: 1920px;
    height: auto;
    bottom: 35%;
	right: 0;
    position: absolute;
	opacity: .5;
}
#service-clinic-hours .article-background-line-wrapper .footprint_7{
	height: auto;
    top: 0;
    left: 0%;
    position: absolute;
	opacity: .5;
}
#service-clinic-hours .article-background-line-wrapper .footprint_1{
    width: 100% !important;
    min-width: 1920px;
    height: auto;
    bottom: 0;
    left: 0;
    position: absolute;
	opacity: .5;
}
@media (max-width: 991px) {
	#service-clinic-hours .article-background-line-wrapper .footprint_1{
		left: -20%;
	}
	#service-clinic-hours .article-background-line-wrapper .footprint_3{
		bottom: 30%;
		right: -5%;
	}
}
@media (max-width: 575px) {
	#service-clinic-hours .article-background-line-wrapper .footprint_3{
		bottom: 38%;
		right: -50%;
	}
	#service-clinic-hours .article-background-line-wrapper .footprint_7{
		display: none;
	}
}
.clinic-hours-picture{
    border-radius: 1rem !important;
	margin-bottom: 1em !important;
    max-width: 550px;
}
.service-clinic-hours-address .address-contents{
    max-width: 550px;
}
.service-clinic-hours-address .address-wrapper .address{
    margin: unset;
}
.service-clinic-hours-address .clinic-hours-contents{
	max-width: 750px;
}
@media (max-width: 1199px) {
	.service-clinic-hours-address .clinic-hours-contents{
		margin-top: 1em;
	}
}
.service-clinic-hours-address .table-clinic-hours{
	max-width: 750px;
	font-size: 1rem;
}
.service-clinic-hours-address .table-clinic-hours th,
.service-clinic-hours-address .table-clinic-hours td {
	font-size: 1rem;
    padding: .8em 0;
    vertical-align: middle;
}
.service-clinic-hours-address .clinic-hours-contents .list-business-hours{
	font-size: .9rem;
	margin: auto;
    margin-top: 1.8rem;
	width: fit-content !important;
}
@media screen and (max-width: 768px) {
	.service-clinic-hours-address .clinic-hours-contents .list-business-hours{
		margin-top: .8rem;
		margin-bottom: .8rem;
	}
}
.service-clinic-hours-address .footer-map-link {
    background-color: #ffffff;
    color: #6a9e5e !important;
    font-weight: 700;
    border-radius: 2.5em;
    line-height: 2.1em;
    margin-left: 1.5em;
    padding: 0 1.25em;
    font-size: .8em;
    width: fit-content;
}
.service-clinic-hours-address .footer-map-link .link-txt::after {
    content: '\f08e';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: ease .3s;
    margin-left: .5em;
}
@media screen and (max-width: 1000px) {
	.service-clinic-hours-address .footer-map-link:active{
		background-color: #6a9e5e !important;
		color: #ffffff !important;
	}
}
/* PCの時は:hover */
@media screen and (min-width: 1001px) {
	.service-clinic-hours-address .footer-map-link:hover{
		background-color: #6a9e5e !important;
		color: #ffffff !important;
	}
}



.clinic-hours-contact{
    background-color: #ffffff;
    border-radius: 1rem;
    margin-top: 2.2em;
}
@media screen and (max-width: 768px) {
	.clinic-hours-contact{
		width: 95%;
	}
}
@media screen and (max-width: 576px) {
	.clinic-hours-contact{
		width: 95%;
	}
}
.clinic-hours-contact-wrapper{
    margin: 3em 0;
}
.clinic-hours-telp-wrapper .contact-telp {
    width: fit-content;
    margin: auto;
    font-weight: 600;
    color: var(--footer-address-color);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
}
.clinic-hours-telp-wrapper .contact-telp .telp{
    display: flex !important;
    flex-direction: row;
    align-items: center;
    font-size: max(1.8em, 1.8vw) !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    padding-bottom: 0;
    margin-bottom: 0;
	white-space: nowrap;
    color: #333;
}
.clinic-hours-telp-wrapper .contact-telp .telp:before {
    content: url(../images/common/telp-icon.svg);
    display: inline-block;
    margin-right: .5em;
}

.clinic-hours-telp-wrapper .list-business-hours{
	font-size: .9rem;
	margin: auto;
    margin-top: 0;
	width: 500px !important;
}
.clinic-hours-telp-wrapper .list-clinic-hours{
	width: fit-content;
}
.clinic-hours-telp-wrapper .list-item-clinic-hours{
	width: fit-content;
}
@media (max-width: 575px) {
	.clinic-hours-telp-wrapper .list-business-hours{
		font-size: .9rem;
		margin: auto;
		margin-top: 0;
		width: 297px !important;
	}
}



#service-medical-services{
    padding-top: calc(clamp(4rem, 7vw, 8rem) / 1.5);
    padding-bottom: calc(clamp(4rem, 7vw, 8rem) / 1.5);
	position: relative;
	z-index: 2;
}
@media (max-width: 767px) {
	#service-medical-services .article-title{
		margin: auto;
		align-items: center;
	}
}
#service-medical-services .title-short::before{
    content: url(../images/common/title-icon-3.png);
}
.service-medical-services-wrapper{
    position: relative;
	z-index: 2;
	padding-bottom: calc(clamp(4rem, 7vw, 8rem) + 4rem);
}
.service-medical-services-background{
    width: 95%;
    height: 75%;
    background-color: #f2f5e5;
    position: absolute;
	overflow: hidden;
    content: '';
    left: 2%;
	border-radius: 1rem;
    z-index: 0;
	top: calc(clamp(4rem, 7vw, 8rem) + 4rem);
}
.service-medical-services-background .article-background-line-wrapper {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    bottom: -20%;
    left: 0;
}
.service-medical-services-background .article-background-line-wrapper .footprint_6{
    height: auto;
    width: 100%;
    min-width: 1920px;
	bottom: -5%;
    left: 0;
    position: absolute;
	opacity: .4;
}
@media (max-width: 1199px) {
	.service-medical-services-background{
		height: 85%;
	}
}
@media (max-width: 767px) {
	.service-medical-services-background{
		top: calc(clamp(4rem, 7vw, 8rem) + 4.5rem);
		height: 90%;
	}
}

.medical-services-list{
    list-style: none;
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 2em 1em;
    margin-top: 2em;
}
.medical-services-list-item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.medical-services-list-item-body::before{
    width: 100%;
    height: 85%;
    background-color: #ffffff;
    position: absolute;
    content: '';
    right: 0;
    z-index: -1;
	top: 20%;
    left: 0;
	border-radius: .5rem;
}
.medical-services-list-item-body{
	width: 20%;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 1em 1.5em;
	position: relative;
}
@media (max-width: 1199px) {
	.medical-services-list-item-body{
		width: 45%;
        max-width: 400px;
	}
}
@media (max-width: 767px) {
	.medical-services-list {
        gap: 2.5em 1em;
	    padding: 0 .5em;
	}
	.medical-services-list-item-body{
		width: 90%;
	}
}

.medical-services-list-item-picture{
    border-radius: .8rem !important;
    aspect-ratio: 5 / 4;
    width: 100% !important;
    height: auto !important;
}
.medical-services-list-item-caption{
    color: var(--common-article-title-color1);
    font-size: max(1.2rem, 1.1vw);
    font-weight: 900;
    margin-top: .8em;
    margin-bottom: .5em;
}
.medical-services-1::before,
.medical-services-2::before,
.medical-services-3::before,
.medical-services-4::before {
    display: inline-block;
    margin-right: .2em;
}
.medical-services-1::before{
	content: url(../images/service/medical-services-icon-1.png);
}
.medical-services-2::before{
	content: url(../images/service/medical-services-icon-2.png);
}
.medical-services-3::before{
	content: url(../images/service/medical-services-icon-3.png);
}
.medical-services-4::before{
	content: url(../images/service/medical-services-icon-4.png);
}
.medical-services-list-item-text{
    flex: 10;
	font-size: .9em;
}
.medical-services-list-item-footer{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.medical-services-list-item-footer .btn-andmore{
    font-size: .85em;
}



#service-flow-of-care{
    padding-top: 0;
    padding-bottom: calc(clamp(4rem, 7vw, 8rem) / 1);
	position: relative;
	overflow: hidden;
	z-index: 2;
}
#service-flow-of-care .article-title{
	margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}
#service-flow-of-care .title-short::before{
    content: url(../images/common/title-icon-6.png);
}
.service-flow-of-care-wrapper{
    position: relative;
	z-index: 2;
}


.flow-item-wrapper{
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    width: 95%;
    margin: auto;
    margin-bottom: 4em;
    align-items: center;
}
@media (max-width: 767px) {
	.flow-item-wrapper{
        max-width: 770px;
	}
}
@media (max-width: 576px) {
	.flow-item-wrapper{
        display: flex;
        flex-direction: column;
        max-width: 1000px;
        width: 95%;
        margin: auto;
        margin-bottom: 4em;
        align-items: center;
	}
}
.flow-item{
    width: 100%;
    border: 4px solid  #116e52;
    background-color: #ffffff;
    border-radius: 1em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 2em;
    position: relative;
}
@media (max-width: 576px) {
	.flow-item{
		width: 100%;
		border: 4px solid #116e52;
		border-radius: 1em;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 1em;
		padding-top: 3.5em;
		position: relative;
	}
}
.num-1,
.num-1 .flow-numbering{
	border-color:  #116e52;
}
.num-1 .flow-numbering{
	color:  #116e52;
}
.num-2,
.num-2 .flow-numbering{
	border-color: #277a55;
}
.num-2 .flow-numbering{
	color:  #277a55;
}
.num-3,
.num-3 .flow-numbering{
	border-color: #3e8658;
}
.num-3 .flow-numbering{
	color:  #3e8658;
}
.num-4,
.num-4 .flow-numbering{
	border-color: #54925b;
}
.num-4 .flow-numbering{
	color:  #54925b;
}
.num-5,
.num-5 .flow-numbering{
	border-color: #6a9e5e;
}
.num-5 .flow-numbering{
	color:  #6a9e5e;
}
.flow-list{
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-top: 4em;
	padding: 0;
}
.flow-numbering{
    border-radius: 50%;
    width: 5.5em;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: max(1rem, 1vw);
    font-weight: 900;
    background: #FFFFFF;
    position: absolute;
    top: -3em;
    border: solid 4px;
}
.flow-numbering .numbering{
    font-size: 1.4em;
	line-height: 1.3em;
}
.flow-text{
    width: 85%;
    padding: 0 2.5em;
    padding-top: 1.5em;
    padding-right: 0;
    max-width: 700px;
}
@media (max-width: 576px) {
	.flow-text{
		width: 100%;
		padding-left: 0;
	    padding-top: 1.1em;
	}
}
.flow-title{
    font-size: max(1.3rem, 1.3vw);
    font-weight: 900;
    margin-bottom: .7em;
}
@media (max-width: 576px) {
	.flow-title{
		text-align: center;
	}
}
.flow-icon{
    width: 5em;
    height: auto;
}
@media (max-width: 576px) {
	.flow-icon{
    width: 4em;
	}
}
.flow-attention{
	background-color: #f3f3f3;
	border-radius: 1rem;
	padding: 2em;
}
.flow-attention .flow-title{
	font-size: max(1.1rem, 1vw);
    font-weight: 900;
    margin-bottom: .5em;
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 576px) {
	.flow-attention{
		padding: 2em 1em;
	}
	.flow-attention .flow-title{
		justify-content: center;
	}
}
.flow-attention .attention-icon{
    width: auto;
    height: 1em;
    margin-right: .5em;
}
.flow-contents p{
	margin-bottom: 1em;
    margin-top: 1em;
}
.flow-attention p{
	margin-bottom: 0;
    margin-top: 0;
}
.flow-contact-list{
    margin-top: .5em;
    padding-left: 0;
    list-style: none;
}
.flow-contact-list .flow-contact-item .caption{
    width: 5em;
    display: inline-block;
}
.flow-contact-list .flow-contact-item .caption-tel::before{
	content: '\f095';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: .5em;
	color: #599745;
}
.flow-contact-list .flow-contact-item .caption-mail::before{
	content: '\f0e0';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: .5em;
	color: #599745;
}
.flow-contact-list .under-bar{
	color: var(--common-section-title-color);
}

.service-flow-of-care-wrapper .article-text{
    max-width: 1000px;
    width: fit-content;
    margin: 1.2em auto;
    display: flex;
	font-size: max(1.1rem, 1.1vw);
    background-color: #ffffff;
}

@media (max-width: 767px) {
	.service-flow-of-care-wrapper .article-text{
        max-width: 770px;
		font-size: max(1rem, 1vw);
	}
}
@media (max-width: 576px) {
	.service-flow-of-care-wrapper .article-text{
        width: 90%;
	}
}
#service-flow-of-care .article-background-line-wrapper .footprint_9{
    width: 105vw !important;
    min-width: 1920px;
    height: auto;
    bottom: 0;
    right: -5%;
    position: absolute;
    opacity: .2;
	transform: scale(-1, 1);
}
#service-flow-of-care .article-background-line-wrapper{
	bottom: 0;
    left: 0;
}



#service-comprehensive-care{
    padding-top: 0;
    padding-bottom: calc(clamp(4rem, 7vw, 8rem) / 1);
	position: relative;
	overflow: hidden;
	z-index: 2;
}
#service-comprehensive-care .article-title{
	margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}
#service-comprehensive-care .title-short::before{
    content: url(../images/common/title-icon-1.png);
}
.section-innder-button-col{
	width: fit-content;
}
.section-innder-button-list{
    list-style: none;
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 1em;
}
.section-innder-button-list-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
}
.section-innder-button {
	font-size: max(.9rem, .9vw);
    font-weight: var(--button-font-weight);
    text-align: center;
    vertical-align: baseline;
    letter-spacing: var(--button-letter-spacing);
    line-height: 1.5em;
    display: block;
    width: max-content;
    position: relative;
	border-radius: 0;
	padding: 0;
    margin: .375rem .75rem;
}
@media (max-width: 767px) {
	.section-innder-button {
		font-size: max(.9rem, 1vw);
	}
	.section-innder-button-list {
		gap: 1em .5em;
	    justify-content: space-between;
	}
	.section-innder-button {
		width: 100%;
	}
}
@media (max-width: 576px) {
	.section-innder-button-list {
		gap: 1em 0;
	}
	.section-innder-button-col{
		padding: 0;
	}
	.section-innder-button{
		margin: .375em .5em;
	}
}
@media screen and (max-width: 1000px) {
	.section-innder-button:active{
		border-bottom: 1px solid;
	}
}

 /*PCの時は:hover*/
@media screen and (min-width: 1001px) {
	.section-innder-button:hover{
		border-bottom: 1px solid;
	}
}


#comprehensive-care-1,
#comprehensive-care-2,
#comprehensive-care-3{
    padding-top: calc(clamp(4rem, 7vw, 8rem) / 3);
    padding-bottom: calc(clamp(4rem, 7vw, 8rem) / 2);
	display: flex;
}
#comprehensive-care-1,
#comprehensive-care-3{
		justify-content: start;
}
#comprehensive-care-2{
		justify-content: end;
}
@media (max-width: 991px) {
	#comprehensive-care-1,
	#comprehensive-care-2,
	#comprehensive-care-3{
		justify-content: center;
	}
}
@media (max-width: 767px) {
	#comprehensive-care-1,
	#comprehensive-care-2,
	#comprehensive-care-3{
    padding-top: calc(clamp(4rem, 7vw, 8rem) / 2);
	}
}
#comprehensive-care-2 .article-text{
	width: fit-content;
	display: block;
	flex: 10;
}
.section-title{
	position: relative;
	z-index: 2;
}
.section-title .title{
}
.section-title .num{
    height: clamp(5rem, 7vw, 7rem);
    width: auto;
    display: inline-block;
    position: absolute;
    bottom: -40%;
    left: -1em;
    z-index: -1;
}
.comprehensive-care-3-footer-picture{
	border-radius: 1rem !important;
}

@media (max-width: 991px) {
	.section-title{
		margin-left: .5em;
	}
}
@media (max-width: 767px) {
	.comprehensive-care-3-footer-picture{
		height: 300px !important;
	}
}
@media (max-width: 575px) {
	.comprehensive-care-3-footer-picture{
		height: 200px !important;
	}
}

.comprehensive-care-wrapper{
	margin-top: 3em;
}
.comprehensive-care-col{
    display: flex;
    align-items: flex-end;
    margin-bottom: 1em;
    padding-left: 3em !important;
    justify-content: center;
}
@media (max-width: 991px) {
	.comprehensive-care-col{
		padding-left: 2em !important;
		padding-right: 2em !important;
	}
	.comprehensive-care-wrapper{
		margin-top: 4em;
        width: 100%;
	}
}
@media (max-width: 767px) {
	.comprehensive-care-col{
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
}

.comprehensive-care-1-picture{
	overflow: hidden;
    height: 100%;
	max-height: 500px;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    margin-right: 1.5em;
}
.comprehensive-care-2-picture{
	overflow: hidden;
    height: 100%;
	max-height: 400px;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    margin-left: 1.5em;
}
.comprehensive-care-3-picture{
	overflow: hidden;
    height: 100%;
	max-height: 650px;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    margin-right: 1.5em;
}
@media (max-width: 991px) {
	.comprehensive-care-1-picture,
	.comprehensive-care-2-picture,
	.comprehensive-care-3-picture{
		height: 400px;
	}
	.comprehensive-care-1-picture,
	.comprehensive-care-3-picture{
		border-radius: 1rem;
		margin-right: 0;
	}
	.comprehensive-care-2-picture{
		border-radius: 1rem;
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.comprehensive-care-1-picture,
	.comprehensive-care-2-picture,
	.comprehensive-care-3-picture{
		height: 300px;
	}
	.comprehensive-care-1-picture,
	.comprehensive-care-3-picture{
		border-radius: 0;
		margin-right: 0;
	}
	.comprehensive-care-2-picture{
		border-radius: 0;
		margin-left: 0;
	}
}

.care-merit-list {
    list-style: none;
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 2em 1em;
    margin-top: 2em;
}
.care-merit-list-wrapper{
    margin: auto;
	margin-top: 2em;
	border-radius: 1em;
	background-color: #f2f5e5;
	padding: 3em 2em;
    max-width: 1500px;
}
.care-merit-title{
	width: fit-content;
	margin: auto;
}
.care-merit-list-item{
    width: 30%;
    min-width: 200px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2em 1.5em;
    position: relative;
    background-color: #ffffff;
    border-radius: 1rem;
}
.care-merit-list-item .article-text{
	margin-top: 1em;
}
.care-merit-list-item .merit-icon{
    aspect-ratio: 1 / 1;
    max-width: 65px;
    margin: auto;
}
@media (max-width: 991px) {
	.care-merit-list-wrapper{
        margin-top: 0;
        margin-right: .5em;
		margin-left: .5em;
	}
	.care-merit-list{
		gap: 1em;
	}
	.care-merit-list-item{
        width: 100%;
        max-width: unset;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
	}
	.care-merit-list-item .merit-icon{
        margin-right: 1em;
	}
	#comprehensive-care-1 .article-text,
	#comprehensive-care-2 .article-text{
		margin-top: 0;
	}
}
@media (max-width: 575px) {
	.care-merit-list-item{
        width: 100%;
        max-width: unset;
        display: flex;
		flex-direction: column;
        justify-content: space-between;
        align-items: center;
	}
	.care-merit-list-item .merit-icon{
        margin-right: auto;
	}
	#comprehensive-care-1 .article-text,
	#comprehensive-care-2 .article-text{
		margin-top: 1em;
	}
}


.comprehensive-care-telp-wrapper {
    border-radius: 1em;
    background-color: #f2f5e5;
    margin-top: 2em;
    padding: 2em 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	max-width: 700px;
}
.comprehensive-care-telp-wrapper .contact-telp {
    width: fit-content;
    font-weight: 600;
    color: var(--footer-address-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-bottom: 1rem;
    justify-content: flex-start;
}
.comprehensive-care-telp-wrapper .contact-telp .telp{
    display: flex !important;
    flex-direction: row;
    align-items: center;
    font-size: max(1.5em, 1.3vw) !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    padding-bottom: 0;
    margin-bottom: 0;
	white-space: nowrap;
    color: #333;
}
.comprehensive-care-telp-wrapper .contact-telp .telp-icon {
    width: 1.2em;
    height: 1.2em;
    margin-right: .5em;
}

.comprehensive-care-telp-wrapper .list-business-hours{
    margin-top: 0;
	margin-bottom: 0;
	width: 500px !important;
}
.comprehensive-care-telp-wrapper .list-clinic-hours{
	width: fit-content;
}
.comprehensive-care-telp-wrapper .list-item-clinic-hours{
	width: fit-content;
	display: flex;
	flex-direction: row;
}
@media (max-width: 599px) {
	.comprehensive-care-telp-wrapper .list-business-hours{
        width: 200px !important;
	}
	.comprehensive-care-telp-wrapper .list-item-clinic-hours{
		font-size: .9rem;
		margin: auto;
		margin-top: 0;
		width: 200px !important;
	    flex-direction: column;
	}
	.comprehensive-care-telp-wrapper .list-business-hours dd,
	.comprehensive-care-telp-wrapper .list-business-hours dt{
		margin: auto;
		margin-top: .5em;
		width: 200px !important;
	}
}
#service-comprehensive-care {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
#service-comprehensive-care .article-background-line-wrapper{
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
#service-comprehensive-care .article-background-line-wrapper .footprint_9{
    width: 103vw !important;
    min-width: 1920px;
    height: auto;
    bottom: 1%;
    left: -5%;
    position: absolute;
    opacity: .1;
}
#service-comprehensive-care .article-background-line-wrapper .footprint_1{
    height: auto;
    width: 100%;
    min-width: 1920px;
    left: 0;
	top: 5%;
    position: absolute;
    opacity: .2;
}
#service-comprehensive-care .article-background-line-wrapper .footprint_5{
    height: auto;
    width: 100%;
    min-width: 1920px;
	top: 25%;
    left: 0;
    position: absolute;
    opacity: .2;
}
@media (max-width: 575px) {
	#service-comprehensive-care .article-background-line-wrapper .footprint_5{
		top: 45%;
	}
	#service-comprehensive-care .article-background-line-wrapper .footprint_9{
		transform: scale(-1, 1);
		width: 105vw !important;
		top: 0;
		bottom: unset;
		left: unset;
		right: unset;
	}
	#service-comprehensive-care .article-background-line-wrapper .footprint_1{
		top: unset;
        bottom: 13%;
		left: 0;
	}
}