@charset "utf-8";
/* CSS Document */


/* contents==========================

	1.for contents style

*/
/* 1.for contents style ==============================================*/

/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */

/*All END*/
.page-scene .hero {
	background: url(/product/dr_sum/img/price/hero_bg_pc.png) center top/cover no-repeat;
}
.bg-gray {
	background: #f3f2f2;
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
}
.scene-box {
	padding: 80px 0 120px;
	max-width: 950px;
	margin: 0 auto;
	font-size: 1.6rem;
}
.scene-box > :last-child {
	margin-bottom: 0;
}

.scene-box h2 {
	font-weight: bold;
	font-size: 3.2rem;
	padding-bottom: 25px;
	margin-bottom: 40px;
	position: relative;
	line-height: 1.45;
}
.scene-box h2::before,
.scene-box h2::after {
	content: "";
	position: absolute;
	display: block;
	height: 3px;
	background: #e5e5e5;
	left: 0;
	bottom: 0;
	width: 100%;
}
.scene-box h2::after {
	width: 34px;
	background: #c40161;
}
.problem {
	background: #ececec;
	padding: 25px 0;
	margin-bottom: 20px;
}
.bg-gray .problem {
	background: #e2e1e1;
}
.problem dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.problem dt {
	font-weight: bold;
	font-size: 2.2rem;
	color: #c40161;
	width: 165px;
	text-align: center;
	flex-shrink: 0;
}
.problem dd {
	flex: 1;
	line-height: 1.8;
	padding-left: 45px;
	border-left: 1px solid #b6b6b6;
}
.problem .l-single {
	padding: 0.8em 0 0.8em 45px;
}
.problem dd span {
	color: #c40161;
}
.fix {
	border: 1px solid #c40161;
	padding: 35px 45px 35px 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 100px;
}
.fix dl {
	width: 50%;
}
.fix dt {
	font-weight: bold;
	color: #c40161;
	font-size: 2.4rem;
	margin: 0 0 30px;
}
.fix dd {
	font-weight: bold;
	line-height: 2;
}
.fix dd span {
	font-weight: bold;
	color: #c40161;
	background: #f9e5ef;
}
.fix figure {
	width: 49%;
}
.case-item-data {
	font-size: 1.3rem;
}
.case-item > figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.scene02 .fix div {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
}
.scene02 .fix div p {
	font-weight: bold;
	flex-shrink: 0;
	margin-right: 15px;
}
.scene02 .fix li {
	position: relative;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.scene02 .fix li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #c40161;
	margin-right: 8px;
}
.scene03 .g-model p {
	text-align: center;
	margin: 70px 0 50px;
	line-height: 1.5;
	font-size: 2.5rem;
}
.scene03 .g-model p span {
	background: linear-gradient(transparent 60%, #f9e5ef 60%);
	font-weight: bold;

}
.scene03 .button-wrap.button-border a {
	width: 100%;
	max-width: 460px;
}
.other {
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
	text-align: center;
	color: #fff;
	background: #c40161;
	font-size: 3.2rem;
	line-height: 1.5;
	padding: 65px 0;
}
.other p {
	font-weight: bold;
}
.scene05 .fix {
	margin-bottom: 0px;
}
.scene05 .fix dl {
	width: 47%;
}
.scene05 .fix figure {
	width: 53%;
}
.fix .special {
	width: 100%;
	margin-top: 35px;
	padding-top: 35px;
	text-align: center;
	background: url(/product/dr_sum/img/scene/bg_line.png) 0 0 repeat-x;
}
.fix .special figure {
	max-width: 600px;
	margin: 0 auto 30px;
}
.fix .special a {
	position: relative;
	font-weight: bold;
	color: #c40161;
	border-bottom: 1px solid #c40161;
	display: inline-flex;
	padding-bottom: 8px;
	align-items: center;
	transition: opacity 0.3s;
}
.fix .special a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin-top: 3px;
	border-top: 1px solid #c40161;
	border-right: 1px solid #c40161;
	transform: rotate(45deg);
	margin-left: 3px;
}
.fix .special a:hover {
	opacity: 0.7;
}

/* ----------------------------------------------------
メディアクエリ設定 (tablet and PC) 769px～
---------------------------------------------------- */
@media only screen and (min-width: 769px) {

	.sp-only {
		display: none;
	}


	/*(tablet and PC) 769px～  END*/
}





/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	.guide::after {
		background: url(/product/dr_sum/img/common/bg_content_sp02.png) center top/contain repeat-y;
	}
	.page-scene .hero {
		background: url(/product/dr_sum/img/price/hero_bg_sp.png) center top/cover no-repeat;
	}
	.scene-box {
		padding: 40px 0;
		font-size: 1.3rem;
	}
	.scene-box h2 {
		font-size: 2.2rem;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	.scene-box h2::after {
		width: 7%;
	}
	.problem {
		padding: 30px 25px;
	}
	.problem dt {
		width: 100%;
		font-size: 1.6rem;
	}
	.problem dd {
		border: none;
		border-top: 1px solid #b6b6b6;
		padding: 15px 0 0 0;
		margin-top: 20px;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.problem .l-single {
		padding: 15px 0 0 0;
	}
	.fix {
		padding: 30px 20px;
		margin-bottom: 30px;
	}
	.fix dl {
		width: 100% !important;
	}
	.fix dt {
		text-align: center;
		font-size: 1.6rem;
		margin-bottom: 25px;
	}
	.fix dd {
		line-height: 1.7;
	}
	.fix figure {
		width: 100% !important;
		margin-top: 25px;
	}
	.case-item-data {
		font-size: 1.1rem;
	}
	.scene02 .fix div p {
		width: 100%;
	}
	.scene03 .g-model p {
		margin: 35px 0 25px;
		font-size: 1.8rem;
	}
	.scene03 .button-wrap.button-border a {
		max-width: 220px;
	}
	.other {
		padding: 20px 15px;
		font-size: 2.2rem;
	}
	.scene05 .special {
		margin-top: 20px;
		padding-top: 20px;
	}
	.scene05 .special figure {
		max-width: none;
		width: 90% !important;
		margin: 0 auto 20px;
	}
	/*smartPhone END*/
}


.scene-anchor {
	margin: 0 calc(50% - 50vw);
	padding: 80px calc(50vw - 50%);
	background: #f3f2f2;
  }
  
  .scene-anchor-inner {
	max-width: 950px;
	margin: 0 auto;
  }
  
  .scene-anchor-inner > :first-child {
	margin-top: 0;
  }
  
  .heading-anchor {
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  border-left: 4px solid #c40161;
  margin: 60px 0 24px;
  line-height: 1.2;
  }
  
  .anchor-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
  }
  
  .anchor-link {
	background: #fff;
	transition: opacity 0.3s;
	display: grid;
	grid-template-columns: 70px auto;
	gap: 15px;
	padding: 16px;
	padding-right: 40px;
	align-items: center;
	position: relative;
  }
  
  .anchor-link:hover {
	opacity: 0.7;
  }
  
  .anchor-link::after {
	content: "";
	position: absolute;
	display: block;
	right: 24px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 8px;
	border: 6px solid transparent;
	border-top: 8px solid #c40161;
  }
  
  .anchor-link span{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
  }
  
  @media screen and (max-width: 768px) {
	.scene-anchor {
	  padding-top: 40px;
	  padding-bottom: 40px;
	}
	
	.heading-anchor {
	  font-size: 18px;
	  margin: 30px 0 16px;
	}
	
	.anchor-list {
	  display: block;
	}
	
	.anchor-item + .anchor-item {
	  margin-top: 10px;
	}
  
	.anchor-link {
	  grid-template-columns: 50px auto;
	  padding: 12px;
	  padding-right: 40px;
	}
	
	.anchor-link span{
	  font-size: 13px;
	}
  }