@charset "UTF-8";

/*---worries---*/

/*------------------------
.page_content_area
--------------------------*/	
.page_content_area{
	background-image:url("../img/worries/page_side_image.png"); 
}
@media screen and (min-width:0px) and (max-width:767px){
	.page_content_area{
		background-image:none; 
	}
}

/*------------------------
.underPage_title
--------------------------*/	
.underPage_title_worries{
	width: 400px;
	background-image: url("../img/worries/underPage_title_resolution.png");
}
#title_comment{
	margin-top: 50px;
	padding-left: 100px;
}
@media screen and (min-width:0px) and (max-width:767px){
	.underPage_title_worries{
		width: 100%;
		background-image: url("../img/worries/underPage_title_resolution.png");
	}
	#title_comment{
		margin-top: 25px;
		padding-left: 0;
	}
}

/*------------------------
cont_01
--------------------------*/	
.cont_01{
	margin-top: 100px;
	padding:0;
}
.banner_link{
	width: 80%;
	margin: 0 auto;
}
.banner_link img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.banner_link a:hover > img{
	opacity: 0.8;
}
.cont_01_inner h3{
	width: 360px;
	height: 50px;
	line-height: 50px;
	color: #ff7418;
	border: solid 1px #ff7418;
	text-align: center;
	margin: 100px auto 50px;
}
.reso_step{
	width: 80%;
	padding: 25px;
	border: solid 3px #ff7418;
	border-radius: 25px;
	margin: 25px auto;
	position: relative;
}
.reso_step img{
	position: absolute;
	top:15px;left:15px;
}
.reso_step h4{
	font-size: 24px;
	position: relative;
}
.reso_step h4:before{
	content:"";
	display: block;
	width: 40px;
	height: 1px;
	background-color:#ff7418; 
	position:absolute;
	bottom: -25px;left:50%;
	margin-left: -20px;
}
.reso_step p{
	margin-top: 50px;
	text-align: center;
}
.next_arrow{
	display: block;
	margin: 15px auto;
}
.reso_point{
	width: 80%;
	height: auto;
	margin: 15px auto 0; 
	background-color: #ffebde;
	align-items: center;
	padding:25px 40px;
}
.reso_point h4{
	width: 100%;
	font-size: 20px;
	margin-bottom: 5px;
}
.reso_point p{
	width:100%;
	flex-shrink: 0;
	margin: 0;
}

@media screen and (min-width:0px) and (max-width:767px){

	.cont_01{
		margin-top: 50px;
		padding:0;
	}
	.banner_link{
		width: 100%;
		margin: 0 auto;
	}
	.banner_link img{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.banner_link a:hover > img{
		opacity: 0.8;
	}
	.cont_01_inner h3{
		width: 100%;
		height: auto;
		line-height: 50px;
		color: #ff7418;
		border: solid 1px #ff7418;
		text-align: center;
		margin: 50px auto 0;
	}
	.reso_step{
		width: 100%;
		padding: 15px;
		border: solid 3px #ff7418;
		border-radius: 15px;
		margin: 10px auto;
		position: static;
	}
	.reso_step img{
		position:static;
		display: block;
		margin: 0 auto 10px;
	}
	.reso_step h4{
		font-size: 20px;
		position: relative;
	}
	.reso_step h4:before{
		content:"";
		display: block;
		width: 30px;
		height: 1px;
		background-color:#ff7418; 
		position:absolute;
		bottom: -15px;left:50%;
		margin-left: -15px;
	}
	.reso_step p{
		margin-top: 30px;
		text-align: center;
	}
	.reso_point{
		width: 100%;
		height: auto;
		margin: 10px auto 0; 
		background-color: #ffebde;
		display: block;
		align-items: center;
		padding:20px;
	}
	.reso_point h4{
		width: 100%;
		font-size: 18px;
		line-height: 1.75em;
		margin: 0 auto 15px;
	}
	.reso_point p{
		width:100%;
		flex-shrink: 0;
		margin: 0;
		padding-left:0;
	}
}

