@charset "utf-8";
#pagetitle {
	width: 100%;
	margin-bottom: 40px;
	height: 60px;
	background-color: #000000;
}
#pagetitle img.title {
	height: 50px;
	margin: 5px 0px 0px 5px;
}
#pagetitle img.name {
	height: 25px;
	margin: 25px 5px 0px 0px;
	float: right;
}

h2 {
	color: #727171;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 180%;
	margin: 0px;
	padding: 0px;
}
.sp {
	display: block;
}
#tel {
	width: 100%;
	color: #5E5E5E;
	margin-top: 30px;
	border-top: 1px dashed #A6A6A6;
	border-bottom: 1px dashed #A6A6A6;
	overflow: hidden;
	padding: 30px 0;
}
#tel .icon {
	width: 80px;
	height: auto;
	float: left;
}
#tel .text {
	width: 580px;
	height: auto;
	float: right;
	font-size: 160%;
}
#tel .text span {
	color: #E4788C;
}

#form-title {
	width: 100%;
	color: #5E5E5E;
	overflow: hidden;
	padding: 30px 0 0px 0;
}
#form-title .icon {
	width: 80px;
	height: auto;
	float: left;
}
#form-title .text {
	width: 580px;
	height: auto;
	float: right;
	font-size: 160%;
}
#form-title .text span {
	color: #E4788C;
}









#form {
	overflow: hidden;
}
#form ul {
	padding: 0px;
}
#form ul li {
	border-bottom: solid 1px #DBDBDB;
	padding-top: 10px;
	padding-bottom: 10px;
}
#form ul li:last-child {
	border-bottom: none;
}
#form td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#form th {
	width: 35%;
	font-weight: normal;
	padding-right: 10px;
	font-size: 110%;
	color: #4F4F4F;
}
#form th span {
	color: #E4788C;
}
#form .requied {
	font-size: 0.8em;
	color: #FFF;
	display: inline-block;
	padding: 0.3em 0.3em 0.2em;
	background: #8D8D8D;
	border-radius: 2px;
	text-align: right;
	float: right;
}


#form input[type="text"] {
	border: 1px solid #E1E1E1;
	font-size: 105%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 10px 10px 10px;
	background: #F5F5F5;
	margin-right: 5px;
}
#form input[type="email"] {
	border: 1px solid #E1E1E1;
	font-size: 105%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 10px 10px 10px;
	background: #F5F5F5;
	margin-right: 5px;
}
#form input[type="tel"] {
	border: 1px solid #E1E1E1;
	font-size: 105%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 10px 10px 10px;
	background: #F5F5F5;
	margin-right: 5px;
}
input[type=radio] {
	padding: 0px;
	margin-right: 0px;
}
.label {
	display: block;
	float: left;
	margin-right: 30px;
	padding: 5px 0px 5px 0px;
	cursor: pointer;
	font-size: 110%;
}
#form .name {
	width: 200px;
}
#form .add_text {
	width: 350px;
}
#form .kibou {
	width: 80px;
}
#form .tel{
	width: 200px;
}
#form .mail {
	width: 350px;
}
#form .adnumber {
	width: 100px;
	margin-bottom: 10px;
}


#form textarea {
	width: 350px;
	height: 200px;
	border: 1px solid #E1E1E1;
	font-size: 105%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 10px 10px 10px;
	background: #F5F5F5;
	margin-right: 5px;
}
#form .check {
	padding-top: 15px;
	text-align: center;
	font-size: 105%;
}
input[type=checkbox] {
	transform: scale(1.3);
}

.btn_contents {
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn_contents .btn a {
	width: 260px;
	height: 54px;
	background-color: #E4788C;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 54px;
	text-align: center;
	font-size: 120%;
	margin-left: auto;
	margin-right: auto;
}
.btn_contents .btn a:hover {
	background-color: #F3A1B0;
}





/*___________ @media ___________ */
@media (max-width: 768px) {
#pagetitle {
	width: 100%;
	margin-bottom: 20px;
	height: 40px;
}
#pagetitle img.title {
	height: 30px;
	margin: 5px 0px 0px 5px;
}
#pagetitle img.name {
	display: none;
}

h2 {
	color: #727171;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 140%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.sp {
	display: none;
}
#tel {
	width: 100%;
	color: #5E5E5E;
	margin-top: 20px;
	border-top: 1px dashed #A6A6A6;
	border-bottom: 1px dashed #A6A6A6;
	overflow: hidden;
	padding: 15px 0;
}
#tel .icon {
	width: 20%;
	height: auto;
	float: left;
}
#tel .text {
	width: 75%;
	height: auto;
	float: right;
	font-size: 110%;
}
#tel .text span {
	color: #E4788C;
}

#form-title {
	width: 100%;
	color: #5E5E5E;
	overflow: hidden;
	padding: 15px 0 0px 0;
}
#form-title .icon {
	width: 20%;
	height: auto;
	float: left;
}
#form-title .text {
	width: 75%;
	height: auto;
	float: right;
	font-size: 110%;
}
#form-title .text span {
	color: #E4788C;
}
	
	
	
	
	
	
	
	
	
	
	

	
#form {
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin-top: 20px;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-left: 0%;
}
#form th {
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	display: block;
	width: 100%;
	font-size: 120%;
}
#form th.none {
	display: none;
}
#form td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
	width: 100%;
}
#form .requied {
	font-size: 0.8em;
	color: #FFF;
	display: inline-block;
	padding: 0.3em 0.3em 0.2em;
	background: #8D8D8D;
	border-radius: 2px;
	text-align: right;
	float: none;
}
#form input[type="text"] {
	padding: 10px 0px 10px 0px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
#form input[type="email"] {
	padding: 10px 0px 10px 0px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
#form input[type="tel"] {
	padding: 10px 0px 10px 0px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
#form .name {
	width: 100%;
}
#form .add_text {
	width: 100%;
}
#form .tel, .fax {
	width: 100%;
}
#form textarea {
	width: 85%;
	height: 200px;
	border: 1px solid #E1E1E1;
	font-size: 105%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5%;
	background: #F5F5F5;
	margin-right: 5px;
}
	
input[type=radio] {
}
.label {
	display: block;
	float: left;
	margin-right: 0px;
	padding: 3px 0px 3px 0px;
	cursor: pointer;
	font-size: 110%;
}
	
.btn_contents {
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn_contents .next a {
	width: 260px;
	height: 54px;
	background-color: #337467;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 54px;
	text-align: center;
	font-size: 120%;
	margin-left: auto;
	margin-right: auto;
}
.btn_contents .next a:hover {
	background-color: #3B8878;
}

	
	
	
}


.form-block{
	margin: 10px 0;
}