@charset "UTF-8";

/*----------------------------------------------------
 style)SP
----------------------------------------------------*/

section.entry_area {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.entry_area article {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 40px 0px;
}
section.entry_area article strong {
	width: 100%;
	font-weight: normal;
	display: block;
	font-size: 18px;
	background-image: url(../images/entry/main_img.png);
	background-size: auto 150px;
	background-repeat: no-repeat;
	background-position: center bottom;	
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 245px 0px;
}
section.entry_area article ul {
	width: 70%;
	font-weight: normal;
	background-image: url(../images/commons/img_dot.png);
	background-position: center top;
	background-size: auto 5px;
	background-repeat: no-repeat;
	margin: 0px auto 35px auto;
	padding: 30px 0px 0px 0px;
}
section.entry_area article ul li {
	width: 100%;
	font-weight: normal;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	border-radius: 33px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
section.entry_area article ul li:last-child {
	margin-bottom: 0px;
}
section.entry_area article ul li input {
	width: 100%;
	height: 65px;
	border-radius: 33px;
	text-indent: 20px;
	box-sizing: border-box;
	font-size: 12px;
	background-color: #e7ebef;
	border: none;
	filter: drop-shadow(-2px -2px 2px #fff);
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
section.entry_area article ul li input::placeholder {
	color: #707278;
}
section.entry_area article button {
	width: 65px;
	height: 65px;
	background-image: url(../images/commons/img_check.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 30px auto;
	border-radius: 33px;
	overflow: hidden;
	text-indent: 100%;
	border: none;
	background-color: #e7ebef;
	white-space: nowrap;
	display: block;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	filter: drop-shadow(-2px -2px 2px #fff);
	margin: 0px auto 0px auto;
	padding: 0px;
}



@media only screen and (min-width: 460px) {
	
}

@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 1001px) {



/*----------------------------------------------------
 commons style)PC
----------------------------------------------------*/


section.entry_area {
	width: 600px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.entry_area article {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 40px 0px;
}
section.entry_area article strong {
	width: 100%;
	font-weight: normal;
	display: block;
	font-size: 18px;
	background-image: url(../images/entry/main_img.png);
	background-size: auto 150px;
	background-repeat: no-repeat;
	background-position: center bottom;	
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 245px 0px;
}
section.entry_area article ul {
	width: 70%;
	font-weight: normal;
	background-image: url(../images/commons/img_dot.png);
	background-position: center top;
	background-size: auto 5px;
	background-repeat: no-repeat;
	margin: 0px auto 35px auto;
	padding: 30px 0px 0px 0px;
}
section.entry_area article ul li {
	width: 100%;
	font-weight: normal;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	border-radius: 33px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
section.entry_area article ul li:last-child {
	margin-bottom: 0px;
}
section.entry_area article ul li input {
	width: 100%;
	height: 65px;
	border-radius: 33px;
	text-indent: 20px;
	font-size: 14px;
	background-color: #e7ebef;
	border: none;
	box-sizing: border-box;
	filter: drop-shadow(-2px -2px 2px #fff);
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
section.entry_area article ul li input::placeholder {
	color: #707278;
}
section.entry_area article button {
	width: 65px;
	height: 65px;
	background-image: url(../images/commons/img_check.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 30px auto;
	border-radius: 33px;
	overflow: hidden;
	text-indent: 100%;
	border: none;
	background-color: #e7ebef;
	white-space: nowrap;
	display: block;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	filter: drop-shadow(-2px -2px 2px #fff);
	margin: 0px auto 0px auto;
	padding: 0px;
}




}

/*----------------------------------------------------
 style end
----------------------------------------------------*/
