.contact01 {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto 60px;
	height: 370px;
	position: relative;
	z-index: 9;
	background: url(../images/contact/ph01.jpg) no-repeat center center;
	background-size: cover;
}
.contact01 .con1_in {
	width: 530px;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 25px;
}
.contact01 .con1_in h3 {
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	font-size: 140%;
	line-height: 190%;
	margin-bottom: 40px;
}
.contact01 .con1_in h3 strong {
	display: block;
	font-weight: 400;
	font-size: 160%;
}
.contact01 .con1_in ul {
	list-style: none;
	margin-bottom: 10px;
}
.contact01 .con1_in li {
	text-align: center;
	background-color: #000;
	line-height: 150%;
	padding: 5px 0 7px;
	margin-bottom: 5px;
	border-radius: 20px;  
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.contact01 .con1_in p {
	font-size: 90%;
}
.contact02 {
	max-width: 800px;
	width: 90%;
	margin: 0px auto 30px;
}
.contact02 dl {
	width: 100%;
	display: table;
	margin-bottom: 15px;
}
.contact02 dt,
.contact02 dd {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.contact02 dt {
	width: 240px;
	font-weight: 400;
	padding-top: 10px;
}
.contact02 dt span {
	display: inline-block;
	font-size: 80%;
	line-height: 100%;
	background-color: #57B1C5;
	color: #fff;
	padding: 2px 4px 3px 3px;
	float: right;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-top: 7px;
}
.contact02 dd {
	padding-left: 15px;
}
.contact02 dd textarea {
	width: 100%;
	margin: 1% 0;
	background-color: #fff;
	padding: 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
}
.contact02 dd input,
.contact02 dd select {
	width: 100%;
	margin: 1% 0;
	background-color: #fff;
	padding: 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
}
.contact02 dd input.siz_s {
	max-width: 80px;
}
.contact02 dd ul {
	list-style: none;
}
.contact02 dd ul li {
}
.contact02 dd ul li label {
	font-weight: 400;
}
.contact02 dd ul li label input {
	width: auto;
	margin: 0;
	padding: 0;
	background: none;
	margin-right: 5px;
}
.contact02 dd ul li label:hover {
	color: #57B1C5;
	cursor: pointer;
}
.contact02 dd textarea:hover,
.contact02 dd input:hover,
.contact02 dd select:hover {
}
.contact02 dd input::placeholder {
	color: #999;
}
.form_btn {
	max-width: 300px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
input[type="submit"] {
  -webkit-appearance: none;
}
.form_btn input {
	background-color: #57B1C5;
	color: #fff;
	text-align: center;
	border: none;
	max-width: 300px;
	width: 100%;
	font-size: 120%;
	line-height: 100%;
	font-weight: 200;
	padding: 15px 0 17px;
	letter-spacing: 1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.form_btn input:hover {
	cursor: pointer;
	background-color: #4CA6BC;
}
.thanks,
.thanks dt,
.thanks dd {
	margin: 0;
	padding: 0;
}
.thanks {
	max-width: 450px;
	width: 85%;
	margin: 0px auto 60px;
	position: relative;
	z-index: 9;
}
.thanks dt {
	text-align: center;
	font-size: 130%;
	font-weight: 500;
	letter-spacing: 5px;
	margin-bottom: 10px;
	padding-top: 30px;
}
.thanks dd {
	text-align: left;
	margin-bottom: 20px;
}
.thanks dd.btn {
	max-width: 300px;
	width: 100%;
	margin: 0px auto;
}
.thanks dd.btn a {
	display: block;
	text-align: center;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #57B1C5;
	color: #eee;
	font-weight: 500;
	padding: 10px 0;
}
.thanks dd.btn a:hover {
	background-color: #4CA6BC;
}





@media screen and (max-width: 900px) {
	.contact01 .con1_in {
		width: 400px;
	}
	.contact01 .con1_in h3 {
		margin-bottom: 30px;
	}
	/* ---------------------------------------
	
	--------------------------------------- */
}






@media screen and (max-width: 780px) {
	.contact01 {
		background: url(../images/contact/ph01.jpg) no-repeat right -100px center;
		background-size: cover;
	}
	.contact01 .con1_in {
		width: 350px;
	}
	.contact01 .con1_in h3 {
		margin-bottom: 20px;
		font-size: 130%;
	}
	.contact02 dl,
	.contact02 dt,
	.contact02 dd {
		display: block;
	}
	.contact02 dt {
		width: 100%;
		font-weight: 500;
		padding-top: 0;
	}
	.contact02 dt span {
		float: none;
		margin-left: 10px;
	}
	.contact02 dd {
		padding-left: 0;
	}
	.contact02 dd ul {
		margin-left: 10px;
	}
	/* ---------------------------------------
	
	--------------------------------------- */
}






@media screen and (max-width: 600px) {
	.contact01 {
		background: url(../images/contact/ph01.jpg) no-repeat right -150px center;
		background-size: cover;
	}
	.contact01 .con1_in {
		width: 100%;
	}
	.contact01 .con1_in h3 {
		margin-bottom: 20px;
		font-size: 120%;
	}
	/* ---------------------------------------
	
	--------------------------------------- */
}