#pagetitle {
	background: url("../images/contact/mv.jpg") no-repeat center;
	background-size: cover;
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 50px;
}
#sec01 .tel-block {
	border: #CE2D2D 1px solid;
	display: table;
	margin-bottom: 60px;
	width: 100%;
}
#sec01 .tel-block .ttl,
#sec01 .tel-block p {
	display: table-cell;
	vertical-align: middle;
}
#sec01 .tel-block .ttl  {
	background-color: #CE2D2D;
	color: #fff;
	width: 260px;
	text-align: center;
	padding: 20px 10px;
}
#sec01 .tel-block p {
	padding: 20px 25px;
}
#sec01 .tel-block p a {
	display: inline-block;
	font-size: 1.8em;
	color: #CE2D2D;
	pointer-events: none;
}
#sec01 .tel-block p span {
	display: inline-block;
	font-size: 12px;
	margin-left: 15px;
}
@media (max-width: 1024px) {
	#sec01 .tel-block p {
        padding: 20px 10px;
		text-align: center;
    }
    #sec01 .tel-block p a {
        display: block;
		text-align: center;
		line-height: 140%;
    }
    #sec01 .tel-block p span {
        display: block;
		text-align: center;
        margin-left: 0px;
    }
}
@media (max-width: 640px) {
	#sec01 .tel-block {
        display: block;
        margin-bottom: 40px;
    }
    #sec01 .tel-block .ttl,
    #sec01 .tel-block p {
        display: block;
    }
    #sec01 .tel-block .ttl  {
        width: 100%;
        padding: 10px 0px;
    }
	#sec01 .tel-block p a {
		pointer-events: auto;
	}
}
@media (max-width: 480px) {
}
/* --------------------------------------------------- */
#sec01 form {
}
#sec01 form dl {
	max-width: 700px;
	width: 100%;
	margin: 0 auto 20px;
}
#sec01 form dt,
#sec01 form dd {
}
#sec01 form dt {
	position: relative;
}
#sec01 form dt span {
	display: inline-block;
	font-size: 10px;
	line-height: 100%;
	background-color: #C40000;
	color: #fff;
	line-height: 100%;
	font-weight: 400;
	padding: 5px 5px 7px 6px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#sec01 form dt span.off {
	background-color: #ddd;
	color: #999;
}
#sec01 form dd {
}
#sec01 form dd textarea,
#sec01 form dd input,
#sec01 form dd select {
	width: 100%;
	padding: 13px;
	border: #ddd 1px solid;
	border-radius:3px;
	box-shadow:2px 2px 6px -6px #333 inset;
}
#sec01 form dd input::placeholder {
	color: #c6c6c6;
}
#sec01 form dd textarea:hover,
#sec01 form dd input:hover,
#sec01 form dd select:hover {
}
input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 0px auto;
	background-color: #C40000;
	text-align: center;
	border: none;
	font-size: 110%;
	line-height: 100%;
	padding: 28px 0;
	letter-spacing: 5px;
	font-weight: 500;
	color: #fff;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	transition: .4s;
}
input.form_btn:hover {
	cursor: pointer;
	background-color: #FF4D4D;
	color: #fff;
}

#privacy {
	border: #ddd 1px solid;
	padding: 20px 20px 10px;
	line-height: 170%;
	font-size: 90%;
	height: 200px;
	overflow: auto;
	margin: 40px 0 30px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#privacy li {
	margin-bottom: 15px;
}
#privacy li strong {
	display: block;
	font-weight: 500;
	font-size: 110%;
	margin-bottom: 5px;
}
#privacy li ol {
	list-style: outside disc;
	margin-left: 25px;
}
#privacy li ol li {
	margin-bottom: 0;
}
#thanks {
	max-width: 700px;
	width: 100%;
	margin: 100px auto;
	border: #C40000 2px solid;
	color: #C40000;
	text-align: center;
	position: relative;
	padding: 40px;
}
#thanks .ttl {
	text-align: center;
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: 4px;
	margin-bottom: 10px;
}
#thanks p {
	margin-bottom: 30px;
}
#thanks a {
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 0px auto;
	background-color: #C40000;
	text-align: center;
	border: none;
	font-size: 110%;
	line-height: 100%;
	padding: 28px 0;
	letter-spacing: 5px;
	font-weight: 500;
	color: #fff;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	transition: .4s;
}
#thanks a:hover {
	cursor: pointer;
	background-color: #FF4D4D;
	color: #fff;
}
@media (max-width: 1024px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
	#thanks {
		padding: 20px;
		margin: 0px auto -50px;
	}
	#thanks p {
		line-height: 170%;
		margin-bottom: 20px;
	}
	#thanks a {
		padding: 20px 0;
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


