.qr {
	max-width: 300px;
	width: 80%;
	margin: 0px auto 60px;
}
/* ------------------------------------ */
.contact1 {
	margin-bottom: 80px;
}
.contact1 .phone {
	text-align: center;
	font-size: 200%;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 150%;
}
.contact1 .btn_style01 {
	display: none;
}
.contact1 .time {
	display: block;
	text-align: center;
	font-size: 80%;
	font-weight: 600;
	letter-spacing: 2px;
}
/* ------------------------------------ */
.contact2 {
	max-width: 600px;
	width: 85%;
	margin: 20px auto 50px;
}
.contact2 .form {
}
.contact2 .form li {
	margin-bottom: 20px;
}
.contact2 .form li p {
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.contact2 .form li p span {
	display: inline-block;
	font-size: 80%;
	margin-left: 10px;
	background-color: #707070;
	color: #fff;
	line-height: 100%;
	font-weight: 400;
	padding: 2px 4px 4px;
}
.contact2 .form li textarea,
.contact2 .form li input,
.contact2 .form li select {
	width: 100%;
	padding: 13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #F9F8F6;
	box-shadow:2px 2px 6px -6px #333 inset;
	margin-bottom: 5px;
}
.contact2 .form litextarea:hover,
.contact2 .form li input:hover,
.contact2 .form li select:hover {
}
.contact2 .form li .list {
}
.contact2 .form li .list li {
	margin-bottom: 5px;
}
.contact2 .form li .list li label {
	transition: .4s;
}
.contact2 .form li .list li label input {
	width: auto;
	display: inline-block;
	margin-right: 5px;
	box-shadow: none;
}
.contact2 .form li .list li label:hover {
	cursor: pointer;
	color: #ccc;
}
/* ------------------------------------ */
input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 0px auto;
	background-color: #FFC200;
	color: #0A2047;
	text-align: center;
	border: none;
	font-size: 110%;
	line-height: 100%;
	font-weight: 200;
	padding: 27px 0 28px;
	letter-spacing: 2px;
	font-weight: 500;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	transition: .4s;
}
input.form_btn:hover {
	cursor: pointer;
	background-color: #0A2047;
	color: #fff;
}
/* ------------------------------------ */
#thanks {
	max-width: 500px;
	width: 95%;
	margin: 100px auto 80px;
	background-color: #fff;
	padding: 40px;
}
#thanks dt {
	text-align: center;
	font-size: 150%;
	transform: rotate(0.05deg);
	font-weight: 700;
	margin-bottom: 15px;
	letter-spacing: 4px;
}
#thanks dd {
}
#thanks dd a {
	display: block;
	margin-top: 20px;
	background-color: #333;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	transition: .3s;
}
#thanks dd a:hover {
	background-color: #111;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
/* ------------------------------------ */




@media only screen and ( max-width : 900px ) {
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */ 
	
	/* ------------------------------------ */
}
@media only screen and ( max-width : 680px ) {
	
	/* ------------------------------------ */
	.contact1 .phone {
		display: none;
	}
	.contact1 .btn_style01 {
		display: block;
		width: 70%;
		margin: 0px auto 5px;
		text-align: center;
		font-size: 170%;
		font-weight: 400;
		letter-spacing: 2px;
		line-height: 150%;
	}
	.contact1 .btn_style01 i {
		margin-right: 10px;
	}
	.contact1 .btn_style01 a {
		display: block;
		text-align: center;
		background-color: #0A2047;
		color: #fff;
		padding: 10px 0 13px;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}