@charset "UTF-8";



/* reset
-----------------------------------*/
html,body,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,header,hgroup,section,article,aside,hgroup,footer,figure,figcaption,nav{margin:0;padding:0;font-size:100%;}body{line-height:1.0;-webkit-text-size-adjust:none;}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}img{border:0;vertical-align:bottom;}ul,ol{list-style:none;}table{border-spacing:0;empty-cells: show;}h1,h2,h3,h4,h5,h6,strong,th{font-weight:normal;text-align:left;}

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% ten-mincho-text,serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none}



/* setting
-----------------------------------*/
a{
	color: #4a4a4a;
	text-decoration: none;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}
a:hover{
	text-decoration: none;
}
a:focus{
	-moz-outline-style: none;
}
strong{
	font-weight: bold;
}
ul li,
ol li{
	list-style: none;
}
address{
	font-style :normal;
}
img{
	width: 100%;
	height: auto;
}



/* body
-----------------------------------*/
body{
	color: #4a4a4a;
	font-family: ten-mincho-text,serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	height: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
@media screen and (min-width: 768px) {
	form {
		font-size: 16px;
	}
}


/* form.php
-----------------------------------*/
#ID_ENTRY_FORM{
	max-width: 800px;
	margin: 0 auto;
}

.input_lead{
	text-align: center;
	margin: 0 auto 30px;
}

.entry_item{
	margin-bottom: 25px;
}

.item_nm{
	padding-bottom: 5px;
	border-bottom: 1px solid #34494A;
}

.item_nm p{
	margin-left: 10px;
	color: #34494A;
}

.item_nm p span{
	font-size: 14px;
}

.item_nm .required{
	margin-left: 0;
	font-size: 14px;
	color: #C85050;
}

.entry_input{
	margin-top: 15px;
}

.entry_input label{
	margin-left: 5px;
}

.error_txt{
	display: none;
	color: #C85050;
	margin-left: 5px;
	font-size: 14px;
}

form{
	margin: 0 10px;
	padding: 40px 10px 0;
}

form h3{
	margin-bottom: 20px;
	font-size: 22px;
	color: #34494A;
	text-align: center;
}

input,textarea{
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	padding: 2px 0 2px 10px;
}

input[type="text"]{
	width: 40%;
}

input[id="ID_メールアドレス"],
input[id="ID_住所"]{
	width: 90%;
}

textarea{
	width: 100%;
	height: 100px;
}

.entry_btn{
	margin: 0 auto;
	width: 250px;
}

.entry_btn button{
	width: 100%;
	padding: 8px 0;
	text-align: center;
	background-color: #bc9588;
	color: #fff;
	font-size: 18px;
	/* border-radius: 5px; */
	border: none;
}



/* confirm.php
-----------------------------------*/

.entry_confirm{
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 10px 0;
}

#confirm_body h3{
	margin-bottom: 20px;
	font-size: 22px;
	color: #34494A;
	text-align: center;
}

#confirm_body .entry_input{
	margin-left: 10px;
}


.confirm_btn{
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.confirm_btn button:first-child{
	width: 140px;
	padding: 8px 0;
	margin-right: 10px;
	text-align: center;
	background-color: #aaa;
	color: #fff;
	font-size: 18px;
	/* border-radius: 5px; */
	border: none;
}

.confirm_btn button:last-child{
	width: 200px;
	padding: 8px 0;
	text-align: center;
	background-color: #C85050;
	color: #fff;
	font-size: 18px;
	/* border-radius: 5px; */
	border: none;
}



/* thanks.php
-----------------------------------*/

#thanks_body .entry_thanks{
	padding: 50px 10px 0;
}

#thanks_body h3{
	margin-bottom: 40px;
	font-size: 22px;
	color: #34494A;
	text-align: center;
}

.thanks_text{
	text-align: center;
	margin-bottom: 30px;
}

.entry_thanks .box{
	text-align: center;
    border: 1px solid #aaa;
    width: 500px;
    margin: 50px auto;
    padding: 40px 0;
}

.entry_thanks .box p:first-child{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.thanks_btn{
	display: flex;
	justify-content: center;
}

.thanks_btn button{
	width: 200px;
	padding: 8px 0;
	text-align: center;
	background-color: #bc9588;
	color: #fff;
	font-size: 18px;
	/* border-radius: 5px; */
	border: none;
}


/* =======================================
　　　　　　　SPここから
======================================= */

@media screen and (max-width: 768px) {
	body {
		font-size: 16px;
	}

	input[type="text"] {
		width: 70%;
	}

	input[id="ID_メールアドレス"],
	input[id="ID_住所"]{
		width: 90%;
	}

	textarea{
		width: 95%;
		height: 150px;
	}

	.entry_thanks .box{
		width: 90%;
	}

}