@charset "utf-8";
/* CSS Document */

#sec_service [class^="sec_"]{
	margin-top: 80px;
}

#sec_service p{
	font-weight: 500;
	margin-top: 2em;
}

#sec_service .hd02 + p{
	margin-top: 1em;
}

#sec_service .top-lead{
	margin-top: 60px;
}

.lead{
	font-weight: 500;
}

.list{
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}

.notes{
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 767px){
	#sec_service [class^="sec_"]{
		margin-top: 60px;
	}
	#sec_service .top-lead{
		margin-top: 40px;
	}
	#sec_service p{
		margin-top: 1em;
	}
}
/* ------------------------------------------------------------------------ */

/*  ご利用確認3ステップ

/* ------------------------------------------------------------------------ */

.stepList{
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin-top: 40px;
}
.stepList li{
	position: relative;
}
.stepList li + li::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid #cccccc;
	border-right: 0;
	position: absolute;
	top: 33%;
	left: -42px;
}

#sec_service .stepBox p{
	margin-top: 0;
}

#sec_service .stepList .txt{
	text-align: left;
	font-size: 1.6rem;
	margin-top: 20px;
	line-height: 1.625;
}

.stepList .tel a{
	color: #333;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.8rem;
}

.stepList li dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1em;
	text-spacing-trim: trim-start;
}

.stepList li dl .min{
	font-size: 0.88889em;
}

.stepList li.step1,
.stepList li.step3{
	max-width: 290px;
	width: 30%;
}

.stepList li.step1{
	margin-right: 6%;
}
.stepList li.step2{
	margin-right: 1.5%;
}

.stepList li.step3::before{
	content: none;
}
.stepList .step3 .stepBox{
	background: #fff;
	padding: 0;
	display: grid;
}
.stepList .step3 .step-ttl{
	margin-top: -20px;
	margin-bottom: -20px;
}
.step3 .stepBox .inner{
	background: #fffed1;
	padding: 25px 10px;
	border-radius: 10px;
	overflow: hidden;
}


@media screen and (max-width: 1023px){
	.stepList{
		align-items: center;
		flex-direction: column;
		margin: 20px auto;
	}
	.stepList li + li::before{
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 70px solid transparent;
		border-left: 70px solid transparent;
		border-top: 25px solid #cccccc;
		border-bottom: 0;
		top: -52px;
		left: 50%;
		transform: translateX(-50%);
	}
	.stepList li.step1,
	.stepList li.step3{
		max-width: 670px;
		width: 100%;
	}
	.stepList li.step1{
		margin-right: 0;
		margin-bottom: 80px;
	}
	.stepList li.step2{
		margin-right: 0;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px){
	.sec_step .notes{
		text-align: left;
	}
}
@media screen and (max-width: 767px){
	#sec_service .stepList .txt{
		font-size: clamp(1.2rem,3.9vw,1.6rem);
	}
	.stepList li dl,
	.stepList .tel a{
		font-size: clamp(1.4rem,4.5vw,1.8rem);
	}
}

/* ------------------------------------------------------------------------ */

/*  ご利用確認SMSの特徴

/* ------------------------------------------------------------------------ */

.sec_features .featuresList{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 60px;
	margin-top: 40px;
}

.featuresList li{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	max-width: 240px;
	width: calc(100% / 3);
}

.featuresList li::before{
	content: "";
	display: block;
	margin-bottom: 20px;
	aspect-ratio: 1/1;
	max-width: 240px;
	width: 100%;
}
.featuresList li.sms::before{
	background: url("/safe_point/notificaton/img/img_features_01.png") no-repeat center / contain;
}
.featuresList li.hour::before{
	background: url("/safe_point/notificaton/img/img_features_02.png") no-repeat center / contain;
}
.featuresList li.stop::before{
	background: url("/safe_point/notificaton/img/img_features_03.png") no-repeat center / contain;
}

@media screen and (max-width: 768px){
	.sec_features .featuresList{
		flex-direction: column;
		align-items: center;
		gap: 30px;
		margin-top: 20px;
	}
	.featuresList li{
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.featuresList li{
		font-size: 1.8rem;
	}
}

/* ------------------------------------------------------------------------ */

/*  ご利用確認SMSの発信元

/* ------------------------------------------------------------------------ */

.sec_source .tel{
	background: #e5e5e5;
	border-radius: 10px;
	font-weight: 700 !important;
	max-width: 380px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 15px;
}
.sec_source .tel a{
	color: #333;
	text-decoration: none;
}

.sourceList{
	text-align: left;
	max-width: fit-content;
	margin: 25px auto 0;
	color: #e60010;
}

.sourceList li{
	line-height: 1.778;
}

.attentionBox{
	background: #ffe0e1;
	text-align: left;
	border-radius: 10px;
	padding: 40px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	margin-top: 50px;
}

#sec_service .attentionBox p{
	font-weight: 400;
}

#sec_service .attentionBox .ttl{
	margin-top: 0;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 1em;
}

.attentionBox .list{
	margin-top: 1em;
}

@media screen and (max-width: 768px){
	.sec_source .tel{
		font-size: clamp(1.6rem,5.5vw,2rem);
		border-radius: 5px;
	}
	.sourceList{
		margin-top: 1em;
		max-width: 371px;
	}
	.attentionBox{
		border-radius: 5px;
		margin-top: 30px;
		padding: 30px;
		font-size: clamp(1.2rem, 3.9vw, 1.6rem);
	}
	#sec_service .attentionBox .ttl{
		font-size: clamp(1.4rem, 4.5vw, 1.8rem);
	}
}

/* ------------------------------------------------------------------------ */

/*  SMS受信後のご利用確認お手続き

/* ------------------------------------------------------------------------ */

.sec_procedure .flowBox{
	background: #e6e6e6;
	border-radius: 10px;
	padding: 40px;
	max-width: 740px;
	margin: 50px auto 0;
}

.sec_procedure .flowBox figure{
	margin-top: 20px;
}

.sec_procedure .infoBox{
	border: solid 1px #333;
	margin-top: 74px;
	padding: 40px 60px 30px;
	font-size: 1.6rem;
	line-height: 1.625;
	position: relative;
	z-index: 1;
}

.sec_procedure .infoBox .hd03{
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 0 10px;
}


@media screen and (max-width: 768px){
	.sec_procedure .flowBox{
		padding: 25px 20px;
		border-radius: 5px;
		margin-top: 30px;
	}
	.sec_procedure .infoBox{
		margin-top: 54px;
		padding: 40px 25px 30px;
	}
}
