@charset "UTF-8";

/*---worries_single---*/

/*------------------------
.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");
}
@media screen and (min-width:0px) and (max-width:767px){
	.underPage_title_worries{
		width: 100%;
		background-image: url("../img/worries/underPage_title_resolution.png");
	}
}

/*------------------------
cont_01
--------------------------*/	
.cont_01{
	margin-top: 100px;
	padding:0;
}
article{
	width: 80%;
	min-width: 900px;
	margin: 50px auto;
	border: solid 3px #ff7418;
	border-radius: 25px;
	text-align: center;
	overflow: hidden;
}
.kadai_type{
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 3px 15px;
	margin: 20px 0 10px;
	border-radius: 17px;
}
article h3{
	font-size: 24px;
	padding: 0 5%;
	position: relative;
}
article h3:before{
	content:"";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #ff7418;
	position: absolute;
	bottom:-20px;left:50%;
	margin-left: -20px;
}
article dl{
	margin-top: 50px;
}
article dl dt{
	width: 25%;
	margin: 0 0 10px 5%;
	background-color: #9d9d9d;
	color: #fff;
	float: left;
}
article dl dd{
	width: 65%;
	margin: 0 2.5% 10px;
	text-align: left;
	float: left;
}
/*JASIの解決方法*/
.jasis_answer{
	margin-top: 25px;
	padding: 15px 0 0;
}
.jasis_answer h4{
	width: 95%;
	margin: 0 2.5%;
	padding-top: 20px;
	border-top: solid 3px #00b08e;
}
.jasis_answer small{
	display:block;
	color:#008b70;
	position:relative;
}
.jasis_answer small:before{
	content:"";
	display:block;
	width:0;
	height:0;
	border-top:30px solid #008b70;
	border-right:50px solid transparent;
	border-bottom:30px solid transparent;
	border-left:50px solid transparent;
	position:absolute;
	left:50%;
	bottom:-65px;
	margin-left:-50px;
	animation:arrowDown 1.6s ease-out infinite;
	will-change:transform, opacity;
}
@keyframes arrowDown{
	0%{
		transform:translateY(0);
		opacity:0;
	}
	15%{
		opacity:1;
	}
	70%{
		transform:translateY(10px);
		opacity:1;
	}
	100%{
		transform:translateY(16px);
		opacity:0;
	}
}
.jasis_answer dl{
	margin-top: 100px;
}
.jasis_answer dl dt{
	width: 25%;
	margin: 0 0 50px 5%;
	background-color: #00b08e;
	color: #fff;
	float: left;
}
.jasis_answer dl dd{
	width: 65%;
	margin: 0 2.5% 50px;
	text-align: left;
	float: left;
}
.jasis_answer dl dd h5{
	margin-bottom: 15px;
	font-size: 18px;
}
/*resolution_editor*/
.resolution_editor img{
	max-width: 100%;
	height: auto;
	margin: 15px auto;
}
/*ここまで resolution_editor*/
.announce_title{
	color: #008b70;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.to_contact a{
	display: inline-block;
	width: 270px;
	height: 80px;
	margin: 50px 15px 100px;
	line-height: 80px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(
	to bottom,
	#008b70 0%,
	#00a27f 20%,
	#31d5ac 50%,
	#00a27f 80%,
	#008b70 100%
	);
	background-size: 100% 200%;
	background-position: center top;
	box-shadow: 0 5px 1px #008b70;
	animation: btnGradient 2.5s ease-in-out infinite alternate;
}
@keyframes btnGradient {
	0% {
		background-position: center top;
	}
	100% {
		background-position: center bottom;
	}
}
.to_contact a:hover{
	transform: translateY(2px);
	background: linear-gradient(
	to bottom,
	#008b70 0%
	);
	box-shadow: 0 3px 1px #008b70;
}
.sns{
	margin-left: 5%;
}
.bottom_color{
	margin-top: 25px;
	width: 100%;
	padding: 25px 0;
	background-color: #ffebde;
}
.worries_return_btn{
	margin:  0 auto;
}

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

	.cont_01{
		margin-top: 50px;
		padding:0;
	}
	article{
		width: 100%;
		min-width:unset;
		margin: 25px auto;
		border: solid 3px #ff7418;
		border-radius: 15px;
		text-align: center;
		overflow: hidden;
	}
	.kadai_type{
		display: inline-block;
		background-color: #000;
		color: #fff;
		padding: 3px 10px;
		margin: 20px 0 10px;
		border-radius: 17px;
	}
	article h3{
		font-size: 20px;
		position: relative;
	}
	article h3:before{
		content:"";
		display: block;
		width: 30px;
		height: 1px;
		background-color: #ff7418;
		position: absolute;
		bottom:-15px;left:50%;
		margin-left: -15px;
	}
	article dl{
		margin-top: 35px;
	}
	article dl dt{
		width: 94%;
		margin: 0 3% 10px;
		background-color: #9d9d9d;
		color: #fff;
		float: none;
	}
	article dl dd{
		width: 94%;
		margin: 0 3% 10px;
		text-align: left;
		float: none;
	}
	/*JASIの解決方法*/
	.jasis_answer{
		margin-top: 25px;
		padding: 15px 2.5% 0;
	}
	.jasis_answer h4{
		width: 95%;
		margin: 0 2.5%;
		padding-top: 20px;
		border-top: solid 3px #00b08e;
	}
	.jasis_answer small{
		display:block;
		color:#008b70;
		position:relative;
	}
	.jasis_answer small:before{
		content:"";
		display:block;
		width:0;
		height:0;
		border-top:30px solid #008b70;
		border-right:50px solid transparent;
		border-bottom:30px solid transparent;
		border-left:50px solid transparent;
		position:absolute;
		left:50%;
		bottom:-65px;
		margin-left:-50px;
		animation:arrowDown 1.6s ease-out infinite;
		will-change:transform, opacity;
	}
	.jasis_answer dl{
		margin-top: 75px;
	}
	.jasis_answer dl dt{
		width: 100%;
		margin: 0 0 15px;
		background-color: #00b08e;
		color: #fff;
		float: none;
	}
	.jasis_answer dl dd{
		width: 100%;
		margin: 0 0 15px;
		text-align: left;
		float: none;
	}
	.jasis_answer dl dd h5{
		margin-bottom: 15px;
		font-size: 18px;
	}
	/*resolution_editor*/
	.resolution_editor img{
		max-width: 100%;
		height: auto;
		margin: 15px auto;
	}
	/*ここまで resolution_editor*/
	.announce{
		margin-bottom: 50px;
	}
	.announce_title{
		color: #008b70;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.announce p{
		text-align: left;
	}
	.to_contact{
		margin-top:25px;
	}
	.to_contact a{
		display: inline-block;
		width: 270px;
		height: 80px;
		margin: 15px auto 15px;
		line-height: 80px;
		text-align: center;
		font-weight: bold;
		color: #fff;
		background: linear-gradient(
		to bottom,
		#008b70 0%,
		#00a27f 20%,
		#31d5ac 50%,
		#00a27f 80%,
		#008b70 100%
		);
		background-size: 100% 200%;
		background-position: center top;
		box-shadow: 0 5px 1px #008b70;
		animation: btnGradient 2.5s ease-in-out infinite alternate;
	}
	.to_contact a:hover{
		transform: translateY(2px);
		background: linear-gradient(
		to bottom,
		#008b70 0%
		);
		box-shadow: 0 3px 1px #008b70;
	}
	.sns{
		margin-left: 5%;
	}
	.bottom_color{
		margin-top: 15px;
		width: 100%;
		padding: 20px 0;
		background-color: #ffebde;
	}
	.worries_link_btn{
		margin:  0 auto;
	}
}

