@charset "UTF-8";
/*h2-------------------------------*/


section.under .title{
	background: url(../img/bg_title.png) no-repeat 50% 50%;
	background-size: cover;
	width: 100%;
	height: 140px;
}
form input::placeholder {
  font-size: 14px;
}
.form_btn {
	text-align: center;
}
.form_btn input{
	padding: 15px 0;
	width: 250px;
	margin: 15px auto;
	display: block;
	text-align: center;
	background: #0786d6;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.1;
	box-shadow: none;
	border: none;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
	color: #fff;
	border-radius: 10px;
	line-height: 1;
	height: auto !important;
}

section .inner p.cont_copy{
	text-align: left;
	font-weight: bold;
	/*margin: 50px auto;*/
	padding: 60px 0;
	font-size: 1.6rem;
	color: #ff6eab;
	background-image: url("../img/img_kamo.png");
	background-repeat: no-repeat;
	background-size: 280px;
	background-position: right 20px;
}
section .inner p span{
	font-size: 0.9rem;
    display: block;
    color: #5b5252;
	margin-top: 10px;
}

section .inner p.cont_txt{
	font-size: 1.0rem;
	padding: 30px;
	background-color: #ffffdf;
}
section .inner p.cont_txt .fcpink{
	color: #ff6eab;
	font-weight: bold;
	display: block;
	font-size: 1.4rem;
	margin: auto;
	text-indent: -4.4rem;
    padding-left: 4.4rem;
}


.fwb{ font-weight: bold!important; }
.fcRed{ color: red!important; }


table.formTable th.req::after{
	content:"※";
	color: red;
	font-weight: bold;
}


p.name_btn{
	margin: 30px auto;
}
p.name_btn a{
	display: block;
	max-width: 350px;
	padding: 15px;
	margin: 0 auto;
	background: #ff6eab;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	position: relative;
	font-size: 1.0rem;
	font-weight: bold;
}
p.name_btn a::after{
	content: ">";
	position: absolute;
	right:10px;
}
p.name_btn a:hover{
	transition: all .2s ease-in;
	opacity: 0.6;
}



/*スマホ*/
@media screen and (max-width: 780px) {
form table td input.box {
	border:3px solid #d5d5d5;
	padding:5px 8px;
}

form table td input.name,
form table td input.kana,
form table td input.add,
form table td input.zip01,
form table td input.tel,
form table td input.mail{
		width: 90%;
	padding: 10px 5%;
	}

	form table td textarea {
		width: 90%;
	padding: 10px 5%;
}


section .inner p.cont_copy{
	padding: 170px 20px 0 20px;
	font-size: 1.4rem;
	background-size: 160px;
	background-position: top center;
}

}