#mv {
	max-width: 1100px;
	width: 100%;
	margin: 0px auto 100px;
}
.contact {
	max-width: 600px;
	width: 90%;
	margin: 0px auto 80px;
}
.contact .phone {
	text-align: center;
	margin-bottom: 100px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 80%;
}
.contact .phone a {
	display: inline-block;
	text-align: center;
	font-size: 220%;
	letter-spacing: 2px;
}
.contact form {
}
.contact form dl {
}
.contact form dt {
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 3px;
}
.contact form dt span {
	display: inline-block;
	font-size: 80%;
	margin-left: 10px;
	line-height: 100%;
	padding: 3px 5px;
	background-color: #0085B2;
	color: #fff;
}
.contact form dd {
	margin-bottom: 30px;
}
.contact form dd input,
.contact form dd select,
.contact form dd textarea {
	width: 100%;
	padding: 13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #f7f7f7;
	border: #f7f7f7 2px solid;
	transition: .3s;
	box-shadow:1px 3px 10px -10px #000000;
}
.contact form dd textarea:hover,
.contact form dd input:hover,
.contact form dd select:hover {
	border: #fff 2px solid;
}
/* ------------------------------------ */
.form_btn {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
input[type="submit"] {
  -webkit-appearance: none;
}
.form_btn input {
	background: url(../images/common/arrow01.png) no-repeat right 25px center;
	background-color: #0085B2;
	color: #fff;
	text-align: center;
	border: none;
	width: 100%;
	font-size: 120%;
	line-height: 100%;
	font-weight: 200;
	padding: 25px 0;
	letter-spacing: 1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	transition: .3s;
}
.form_btn input:hover {
	cursor: pointer;
	background: url(../images/common/arrow01.png) no-repeat right 15px center;
	background-color: #0078A7;
}
/* ------------------------------------ */
#thanks {
	max-width: 600px;
	width: 90%;
	margin: 0px auto 60px;
	background-color: #fff;
	padding: 45px;
	position: relative;
	z-index: 99;
}
#thanks dt {
	text-align: center;
	font-size: 130%;
	font-weight: 500;
	margin-bottom: 30px;
	letter-spacing: 5px;
}
#thanks dd {
}
#thanks dd p {
	margin-bottom: 40px;
}
#thanks dd a {
	display: block;
	margin: 0px auto;
	background: url(../images/common/arrow02.png) no-repeat left 25px center;
	background-color: #0085B2;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	text-align: center;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	transition: .3s;
}
#thanks dd a:hover {
	cursor: pointer;
	background: url(../images/common/arrow02.png) no-repeat left 15px center;
	background-color: #0078A7;
}
/* ------------------------------------ */
#privacy {
	background-color: #f7f7f7;
	padding: 30px 30px 10px;
	width: 100%;
	height: 250px;
	overflow: auto;
	box-shadow:5px 5px 6px -8px #787878 inset;
	margin-bottom: 20px;
	font-size: 90%;
	line-height: 160%;
}
#privacy > li {
	margin-bottom: 20px;
}
#privacy > li strong {
	display: block;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
#privacy > li p {
	margin-bottom: 10px;
}
#privacy > li > ol {
	list-style: outside decimal;
	margin-left: 20px;
}
#privacy > li > ol > li {
	margin-bottom: 5px;
}
#privacy > li > ol > li > ol {
	list-style: outside disc;
	margin-left: 20px;
	margin-bottom: 10px;
}
#privacy > li > ol > li > ol > li {
	margin-bottom: 5px;
}
.doui_cap {
	font-size: 90%;
	color: #0085B2;
	text-align: center;
	font-weight: 400;
}
/* ------------------------------------ */






@media screen and (max-width: 1150px) {
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}
@media screen and (max-width: 980px) {
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}





@media screen and (max-width: 680px) {
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	.doui_cap {
		text-align: left;
	}
	/* ------------------------------------ */
}