@charset "utf-8";
#flow {
	text-align: center;
	padding: 20px 0 40px 0;
}

#input {
	padding-bottom: 30px;
}

.contactTxt1 {
	padding-bottom: 40px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 500;
}

.contactTxt2 {
	text-align: center;
	padding-bottom: 40px;
}

.contactTxt2In {
	display: inline-block;
	font-size: 1.4rem;
	text-align: left;
}

.contactTxt2In .txtRed {
	color: #e60012;
}

.contactForm {
	width: 650px;
	margin: 0 auto;
}

.contactForm dt {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 500;
	vertical-align: middle;
}

#confirm.contactForm dt {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 0;
	color: #666666;
}

#confirm.contactForm dd {
	width: 100%;
	font-size: 1.8rem;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 3px #d2d2d2 solid;
}

.contactForm .formBox {
	padding-bottom: 20px;
}

.contactForm input[type=text] {
	width: 100%;
	font-size: 2.0rem;
	border: 3px #a0a0a0 solid;
	padding: 13px 20px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contactForm textarea {
	width: 100%;
	height: 400px;
	font-size: 2.0rem;
	border: 3px #a0a0a0 solid;
	padding: 13px 20px;
	border-radius: 8px;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit;
}

.contactForm span {
	vertical-align: middle;
}

.required {
	margin-left: 10px;
	padding: 0 10px;
	font-size: 1.3rem;
	background: #c71818;
	color: #FFFFFF;
	border-radius: 5px;
}

#ppWrap {
	width: 650px;
	height: 200px;
	margin: 0 auto 60px;
	background: #f5f5f5;
}

#pp {
	padding: 30px;
}

#pp dt {
	width: 100%;
	font-weight: 500;
	font-size: 1.6rem;
	padding-bottom: 5px;
}

#pp dd {
	width: 100%;
	padding-bottom: 30px;
	color: #666666;
}

#confirmBtn .small {
	font-size: 1.4rem;
	letter-spacing: normal;
}

.err {
	color: #c71818;
}

.errIn:before {
	content: "▲";
	font-size: 0.9rem;
	display: inline;
}

#backBtn {
	width: 270px;
	margin: 0 auto;
	padding-bottom: 100px;
	font-size: 1.3rem;
}

#backBtn a {
	color: #666;
	font-weight: 500;
	padding-left: 20px;
	background: url(../img/icon4.png) 0 center no-repeat;
	transition: all 0.3s ease-in-out 0s;
}

#backBtn a:hover {
	opacity: 0.7;
}

.txBlock {
	display: block;
	padding-bottom: 1em;
}

.txBlock a {
	text-decoration: underline;
}

#underMvTxt {
	display: inline-block;
	text-align: left;
}

#telArea {
	width: 640px;
	padding: 30px;
	margin: 50px auto 60px;
	text-align: center;
	border-radius: 5px;
	background: #0c398a;
	color: #FFF;
}

.tel .telLink {
	display: inline-block;
	vertical-align: middle;
	font-size: 4.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #FFF;
	font-family: 'Oswald',"Noto Sans Japanese","ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tel:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 40px;
	padding-right: 10px;
	background: url(../img/telicon.png) 0 0 no-repeat;
}

#confirmBtn {
	padding-bottom: 100px;
	text-align: center;
}

#sendBtn {
	padding-bottom: 20px;
	text-align: center;
}

#homeBtn {
	padding-bottom: 100px;
	text-align: center;
}


