@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01.メインビジュアル

******************************************************************************* */
/* ==

　01.ディーズ スマート メディカル トップ

=============================================================================== */
/* 01.ディーズ スマート メディカル トップ
------------------------------------------------------------------------------- */
.smartTop img {
	max-width: 100%;
}
.smartTopMv {
	background: url(/business/silver/smart/images/rn03/smart_mv_bg.jpg) no-repeat center;
	background-size: cover;
}
.smartTopMvInner {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 600px;
	padding: 0 0 81px;
}
.smartTopMvInner p a {
	transition: ease 0.2s;
}
.smartTopMvInner p a:hover {
	opacity: 0.7;
}
.smartTopTxt01 {
	font-size: 133.3333333333%;
	line-height: 2.25;
	text-align: center;
}
.smartTopTxt01 span {
	font-weight: 500;
}
.smartTopHeading01 {
	margin: 0 0 56px;
	font-weight: 500;
	font-size: 200%;
	text-align: center;
}
.smartTopHeading02 {
	margin: 100px 0 44px;
	text-align: center;
}
.smartTopHeading03 {
	margin: 0 0 56px;
	font-weight: 500;
	font-size: 200%;
	text-align: center;
}
.smartTopBlc01 {
	margin: 48px 0 0;
	padding: 56px 60px 60px;
	background: #F2F5F8;
}
.smartTopColumn01 {
	display: flex;
	align-items: center;
	gap: 0 80px;
}
.smartTopColumnImg01 {
	width: 100%;
	max-width: 480px;
}
.smartTopColumnImg02 {
	margin: 60px 0 0;
}
.smartTopColumnList01>li {
	position: relative;
	padding: 0 0 0 30px;
	font-weight: 500;
	font-size: 142.4501424501%;
	line-height: 1.7;
}
.smartTopColumnList01>li::before {
	display: inline;
	position: absolute;
	left: 0;
	content: "◆";
	color: #929A9F;
}
.smartTopColumnList01>li:not(:first-child) {
	margin: 12px 0 0;
}
.smartTopColumn02 {
	display: flex;
	flex-direction: column;
	margin: 0 0 80px;
	gap: 20px 0;
}
.smartTopColumn02>* {
	box-sizing: border-box;
	width: 100%;
	padding: 30px 30px 38px;
	border-radius: 15px;
	background: #6E808A;
	color: #fff;
}
.smartTopColumn02>* h4 {
	display: flex;
	align-items: center;
	margin: 0 0 18px;
	gap: 0 30px;
	font-weight: 500;
	font-size: 166.6666666667%;
	line-height: 1.8;
	text-align: center;
}
.smartTopColumn02>* h4 span {
	flex: 0 0 auto;
	width: 48px;
}
.smartTopColumn02>* h5 {
	margin: 30px 0 10px;
	font-weight: 500;
	font-size: 166.6666666667%;
	line-height: 1.8;
}
.smartTopColumn02>* p {
	font-size: 133.3333333333%;
	line-height: 1.875;
}
.smartTopColumn03 {
	display: flex;
	margin: 44px 0 0;
	gap: 0 40px;
}
.smartTopList01 {
	border-top: 1px solid #dcdcdc;
}
.smartTopList01>li a.slvrLink01 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-right: 62px;
	padding-bottom: 20px;
	border-top: none;
}
.smartTopList01>li a.slvrLink01 dl dt {
	position: relative;
	padding: 0 0 0 30px;
	font-weight: 500;
	font-size: 125%;
}
.smartTopList01>li a.slvrLink01 dl dt::before {
	display: inline;
	position: absolute;
	left: 0;
	content: "◆";
	color: #929A9F;
}
.smartTopList01>li a.slvrLink01 dl dd {
	margin: 8px 0 0;
	font-size: 100%;
}
.smartTopList01>li:nth-of-type(1) a.slvrLink01 dl dt::before {
	color: #806088;
}
.smartTopList01>li:nth-of-type(2) a.slvrLink01 dl dt::before {
	color: #81B427;
}
.smartTopList01>li:nth-of-type(3) a.slvrLink01 dl dt::before {
	color: #E3553C;
}
.smartTopList01>li:nth-of-type(4) a.slvrLink01 dl dt::before {
	color: #3394D2;
}
.smartTopTab01 {
	margin: 50px 0 0;
	padding: 30px;
	border-radius: 8px;
	background: #fff;
}
.smartTopTab01>ul {
	display: flex;
	margin: 0 0 51px;
}
.smartTopTab01>ul li {
	width: 100%;
	font-weight: 500;
	font-size: 104.1666666667%;
	letter-spacing: 0.045em;
	text-align: center;
}
.smartTopTab01>ul li a {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	height: 51px;
	border-bottom: 1px solid #DCDCDC;
	text-decoration: none;
}
.smartTopTab01>ul li.tabAreaAct a {
	position: relative;
}
.smartTopTab01>ul li.tabAreaAct a::after {
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #C80028;
	content: "";
}
