@charset "UTF-8";
/********************************************************************************

page-general-dentistry.css　一般診療ページcss

********************************************************************************/
/*============================================================
 主な治療方法
*============================================================*/
#page-general-dentistry #sec-about .list {
	gap: 32px;
}
#page-general-dentistry #sec-about .item {
	width: 250px;
	background: #fff;
	border-radius: 10px;
	padding: 22px;
	text-align: center;
}
#page-general-dentistry #sec-about .item .image {
	margin-bottom: 16px;
}
#page-general-dentistry #sec-about .item h3 {
	color: var(--common-color-sub);
}

#page-general-dentistry #sec-fix-term .block.content {
	margin-bottom: 64px;
}
#page-general-dentistry #sec-fix-term .block.merit .block-title span{
	display: inline-block;
	margin-left: 4px;
}
#page-general-dentistry #sec-fix-term .block.merit .item {
	gap: 16px 28px;
}
#page-general-dentistry #sec-fix-term .block.merit .item h3 {
}
#page-general-dentistry #sec-fix-term .block .note {
	font-size: 14px;
	font-weight: 500;
}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1080px) {
    /*============================================================
     セクション
    *============================================================*/
    /* 
    ---------------------------------------- */
    #page-general-dentistry #sec-fix-term .content .list-block .item {
		width: 30%;
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     セクション
    *============================================================*/
    /* 
    ---------------------------------------- */
	#page-general-dentistry #sec-about .list-block {
		gap: 16px;
	}
	#page-general-dentistry #sec-about .item {
		width: 162px;
		padding: 20px 0 16px;
	}
	#page-general-dentistry #sec-about .item .image {
		height: 58px;
		overflow: hidden;
		margin-bottom: 8px;
	}
	#page-general-dentistry #sec-about .item .image img {
		height: 100%;
		object-fit: cover;
	}
    #page-general-dentistry #sec-fix-term .content .list-block {
		gap: 16px;
    }
	#page-general-dentistry #sec-fix-term .content .list-block .item {
		width: 47%;
	}
	#page-general-dentistry #sec-fix-term .content .list-block .item .image {
		margin-bottom: 12px;
	}
	#page-general-dentistry #sec-fix-term .content .list-block .item h3 {
		font-size: 18px;
	}

}
