@charset "UTF-8";

/* home-dental-care
---------------------------------------------------------------------------*/
.title-page-txt {
	margin-bottom: 100px;
}

.title-block-s {
	font-size: 16px;
	letter-spacing: 0.15em;
}

/* .hdc-tel-wrap
------------------------------------*/
.hdc-tel-wrap {
	white-space: nowrap;
}

.hdc-tel-wrap .tel {
	margin-bottom: 17px;
}

.hdc-tel-wrap .tel strong {
	color: #00952F;
	font-family: 'Quicksand', sans-serif;
	font-size: 33px;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.hdc-tel-wrap .tel strong i {
	padding-right: 2px;
	font-size: 19px;
	letter-spacing: 0.08em;
}

.hdc-tel-wrap .tel strong a {
	color: #00952F;
	pointer-events: none;
}

.hdc-tel-wrap .tel em {
	display: inline-block;
	margin-left: -4px;
	font-size: 13px;
	letter-spacing: 0.1em;
	transform: translateY(-2px);
}

.hdc-tel-wrap dl {
	display: flex;
}

.hdc-tel-wrap dl > div {
	display: flex;
}

.hdc-tel-wrap dl > div:not(:last-of-type) {
	margin-right: 10px;
}

.hdc-tel-wrap dt {
	margin-right: 8px;
	color: #00952F;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.hdc-tel-wrap dd {
	font-size: 15px;
	letter-spacing: 0.07em;
}

.hdc-tel-wrap dd span {
	font-size: 13px;
	letter-spacing: 0.04em;
}

/* .hdc-lead
------------------------------------*/
.hdc-lead {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto 110px;
	transform: translateX(10px);
}

.hdc-lead figure {
	order: 2;
}

.hdc-lead .txt {
	order: 1;
	transform: translateY(12px);
}

.hdc-lead .txt h2 {
	margin-bottom: 30px;
	color: #00952F;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.19em;
}

.hdc-lead .txt p {
	margin-bottom: 19px;
	font-size: 15px;
	line-height: 2.15;
	letter-spacing: 0.08em;
}

/* .hdc-point
------------------------------------*/
.hdc-point {
	position: relative;
	width: 1124px;
	margin: 0 auto 140px;
	padding: 311px 0 68px;
	z-index: 1;
}

.hdc-point:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/service/home-dental-care/bg-home-top.svg) no-repeat;
	width: 1124px;
	height: 311px;
	z-index: -1;
}

.hdc-point:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/service/home-dental-care/bg-home-btm.svg) no-repeat;
	width: 1124px;
	height: 68px;
	z-index: -1;
}

.hdc-point .sec-inner {
	background: url(../img/service/home-dental-care/bg-home-mid.svg) repeat-y left top;
	padding: 0 95px 13px;
}

.hdc-point h2 {
	transform: translateY(-170px);
	margin: 0 0 -105px;
	color: #00952F;
	text-align: center;
}

.hdc-point h2 em {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.12em;
}

.hdc-point h2 strong {
	display: block;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.16em;
}

.hdc-point .target {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 60px;
}

.hdc-point .target .txt {
	width: 422px;
	min-width: 422px;
	padding: 10px 0 0 5px;
}

.hdc-point .target .txt h3 {
	margin-bottom: 30px;
	color: #00952F;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #FFDE00;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.4em;
}

.hdc-point .target .txt p {
	line-height: 2.1;
	letter-spacing: 0.03em;
	text-align: justify;
}

.hdc-point .target .txt .box {
	background-color: #E9FCEF;
	border-radius: 10px;
	margin: 35px -5px 0;
	padding: 30px 18px 24px 28px;
}

.hdc-point .target .txt .box h4 {
	margin-bottom: 18px;
	color: #00952F;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.hdc-point .target .txt .box li {
	letter-spacing: 0.06em;
}

.hdc-point .target .area {
	width: 444px;
	min-width: 444px;
}

.hdc-point .target .area figure {
	margin-bottom: 18px;
}

.hdc-point .target .area h3 {
	margin: 0 0 8px -8px;
	color: #00952F;
	font-size: 15px;
	letter-spacing: 0.06em;
}

.hdc-point .target .area h3,
.hdc-point .target .area h3 strong {
	font-weight: 500;
}

.hdc-point .target .area p {
	font-size: 12px;
}

.hdc-point .nutritional {
	position: relative;
	display: flex;
	padding-top: 60px;
}

.hdc-point .nutritional:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	background: linear-gradient(to left, #8FD5A5 30%, #FFFFFF 30%, #FFFFFF 100%) left top repeat-x;
	background-size: 6px 2px;
	width: calc(100% + 20px);
	height: 2px;
}

.hdc-point .nutritional figure {
	width: 262px;
	min-width: 262px;
}

.hdc-point .nutritional .txt {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 12px 0 0 50px;
}

.hdc-point .nutritional .txt .pic {
	position: absolute;
	bottom: -5px;
	right: -5px;
}

.hdc-point .nutritional h3 {
	margin-bottom: 16px;
	color: #00952F;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.hdc-point .nutritional p {
	width: 486px;
	font-size: 14px;
	line-height: 2.05;
	text-align: justify;
}

.hdc-point .nutritional .btn-link {
	display: inline-block;
	margin-top: 21px;
}

.hdc-point .nutritional .btn-link a {
	padding-right: 16px;
	padding-left: 21px;
}

/* .hdc-flow
------------------------------------*/
.hdc-flow {
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto 140px;
}

.hdc-flow .title-block-s {
	margin: 0 0 10px 10px;
}

.hdc-flow .inner {
	display: flex;
	background: linear-gradient(to left, #8FD5A5 30%, #FFFFFF 30%, #FFFFFF 100%) left bottom repeat-x;
	background-size: 6px 2px;
	padding: 36px 0 36px 10px;
}

.hdc-flow .inner h3 {
	position: relative;
	box-sizing: border-box;
	width: 270px;
	min-width: 270px;
	padding: 5px 0 0 50px;
	white-space: nowrap;
}

.hdc-flow .inner h3 i {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

.hdc-flow .inner h3 i img {
	height: 40px;
}

.hdc-flow .inner h3 strong {
	display: block;
	margin-bottom: 12px;
	color: #00952F;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.hdc-flow .inner h3 em {
	display: block;
	color: #7EA68B;
	font-family: 'Quicksand', sans-serif;
	font-size: 11px;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.hdc-flow .inner .txt p {
	line-height: 1.95;
}

.hdc-flow .tel-wrap {
	border-left: 2px solid #F8EB92;
	margin: 16px 0 8px 2px;
	padding: 0 0 6px 23px;
}

.hdc-flow .tel-wrap h4 {
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

.hdc-flow .hdc-tel-wrap .tel strong {
	font-size: 26px;
}

.hdc-flow .hdc-tel-wrap dl {
	display: block;
}

.hdc-flow .hdc-tel-wrap dl > div {
	margin: 0 0 10px;
}

.hdc-flow .hdc-tel-wrap dl > div:last-of-type {
	margin-bottom: 0;
}

.hdc-flow .hdc-tel-wrap dt,
.hdc-flow .hdc-tel-wrap dd {
	font-size: 14px;
}

/* .hdc-fee
------------------------------------*/
.hdc-fee {
	position: relative;
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto 140px;
	padding-left: 278px;
}

.hdc-fee h2 {
	position: absolute;
	top: 7px;
	left: 10px;
}

.hdc-fee h3 {
	margin-bottom: 4px;
	color: #00952F;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.14em;
}

.hdc-fee p {
	font-size: 15px;
}

.hdc-fee .attention-list {
	margin-top: 10px;
}

.hdc-fee .attention-list li {
	margin-bottom: 5px;
	font-size: 13px;
}

.hdc-fee dl {
	display: flex;
	margin: 30px 0 0 -2px;
	text-align: center;
	white-space: nowrap;
}

.hdc-fee dl > div:not(:last-of-type) {
	position: relative;
	margin-right: 38px;
}

.hdc-fee dl > div:not(:last-of-type):after {
	display: block;
	content: '';
	position: absolute;
	top: 50px;
	right: -27px;
	background: url(../img/share/ico-plus.svg) no-repeat;
	width: 16px;
	height: 16px;
}

.hdc-fee dl > div:nth-of-type(1),
.hdc-fee dl > div:nth-of-type(2) {
	width: 200px;
}

.hdc-fee dt {
	background-color: #00952F;
	border-radius: 5px 5px 0 0;
	padding: 14px 10px 11px;
	color: #FFFFFF;
}

.hdc-fee dt strong {
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.hdc-fee dt em {
	display: block;
	font-size: 12px;
	letter-spacing: 0.05em;
}

.hdc-fee dd {
	border: 2px solid #00952F;
	border-radius: 0 0 5px 5px;
	padding: 19px 16px 19px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.hdc-fee dd strong {
	padding: 0 3px 0 3px;
	color: #00952F;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-color: #FFDE00;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.2em;
}

/* .hdc-tel
------------------------------------*/
.hdc-tel {
	position: relative;
	box-sizing: border-box;
	background: #FFFDE2;
	border: 2px solid #F8EB92;
	border-radius: 10px;
	width: 1000px;
	margin: 0 auto;
	padding: 34px 46px 40px;
}

.hdc-tel .pic {
	position: absolute;
	bottom: 21px;
	right: 28px;
}

.hdc-tel h2 {
	margin-bottom: 14px;
	color: #00952F;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
}