.contactNavi a::after,
.contactNavi a::before,
.contactNaviInner::after,
.contactNaviInner::before {
	-webkit-transition: all .3s ease;
	display: block;
	z-index: 10;
	position: absolute;
	background-color: #fff;
	content: '';
	transition: all .3s ease;
}

.contact {
	width: 100%;
	max-width: 140rem;
	margin: 0 auto;
}

.contactHeadLine {
	width: 90%;
	margin: 0 auto;
}

.breadCrumb {
	width: 100%;
}

.sectionTtl {
	margin-bottom: 13rem;
	color: #1B1464;
}

.sectionTtlSub {
	color: #1B1464;
}

.sectionTtlSub::before {
	border-bottom: .1rem solid #1B1464;
}

.contactState {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 40rem;
	margin: 0 auto 9rem;
}

.contactStateDesc,
.contactStateConfirmation,
.contactStateCompletion {
	position: relative;
}

.contactStateDesc {
	color: #1B1464;
}

.contactStateConfirmation,
.contactStateCompletion {
	color: #ccc;
}

.contactStateDesc::before,
.contactStateConfirmation::before,
.contactStateCompletion::before {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	position: absolute;
	top: -140%;
	left: 50%;
	width: 3.5rem;
	height: 3.5rem;
	transform: translate(-50%, 0);
	border-radius: 50%;
	background: #1B1464;
	content: '';
}

.contactStateConfirmation::before,
.contactStateCompletion::before {
	background: #ccc;
}

.contactStateDesc::after,
.contactStateConfirmation::after {
	position: absolute;
	top: -120%;
	left: 250%;
	width: 0;
	height: 0;
	border-width: 12.5px 0 12.5px 16px;
	border-style: solid;
	border-color: transparent transparent transparent #808080;
	content: '';
}

.contactStateConfirmation::after {
	left: 320%;
}

.contactForm {
	max-width: 100rem;
	margin: 0 auto;
}

.contactFormMessage {
	margin-bottom: 1rem;
	padding-left: 1rem;
	color: #C1272D;
	font-size: 1.2rem;
	font-weight: bold;
}

.contactFormInputArea {
	margin-bottom: 13rem;
	padding: 6rem 0;
	background: #F2F2F2;
}

.contacInputAreaBox {
	width: 90%;
	max-width: 76.8rem;
	margin: 0 auto;
}

.contactItem {
	margin-bottom: 4rem;
}

.contactFormLabel {
	position: relative;
	display: block;
	width: 100%;
	max-width: 15rem;
	vertical-align: top;
}

.labelAnnouncement{
    position: absolute;
    font-size: 1.2rem;
    color: #C1272D;
    top: -.6rem;
    left: -1.4rem;
}

input[type="text"],
textarea {
	width: 100%;
	max-width: 25rem;
	padding: .4rem .8rem;
	border: .1rem solid #ccc;
	border-radius: .6rem;
	font-size: 1.4rem;
}

input[type="text"].firstName {
	display: block;
	margin-bottom: 1rem;
}

input[type="text"]#email {
	width: 100%;
	max-width: 37rem;
}

textarea {
	width: 100%;
	max-width: 53rem;
	resize: none;
}

.privacyPolicyTtl {
	margin-bottom: 4.6rem;
	font-size: 2.4rem;
	font-weight: bold;
	font-weight: normal;
	text-align: center;
}

.privacyPolicyMessage {
	margin-bottom: 1rem;
	padding-left: 3rem;
	font-size: 1.2rem;
	font-weight: bold;
}

.privacyPolicyArea {
	width: 90%;
	margin: 0 auto 8rem;
	padding: 3rem;
	border: .1rem solid #333;
}

.agreeMessage {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 1.2rem;
	font-weight: bold;
	text-align: center;
}

.agreeArea {
	width: 90%;
	margin: 0 auto 9rem;
	padding: 1rem 0;
	background: #E6E6E6;
	text-align: center;
}

.privacyPolicyAreaTtl {
	margin-bottom: .4rem;
	font-size: 2rem;
}

.privacyPolicyAreaDesc {
	margin-bottom: 4.2rem;
}

.agreeAreaBox {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: 26rem;
	margin: 0 auto;
}

.confirmBtnArea {
	margin-bottom: 14rem;
	text-align: center;
}

input.confirmBtn {
	width: 21.6rem;
	padding: 1rem 0;
	background: #754C24;
	color: #fff;
	font-size: 1.4rem;
}

input.backBtn {
	width: 21.6rem;
	padding: 1rem 0;
	background: #754C24;
	color: #fff;
	font-size: 1.4rem;
	margin-bottom: 7rem;
}

.confirmDesc{
	margin-bottom: 2rem;
}

@media screen and (min-width: 622px) {

input[type="text"].firstName {
	display: inline-block;
	margin-right: 2.7rem;
	margin-bottom: 0rem;
}

}

@media screen and (min-width: 849px) {

.contactFormLabel {
	display: inline-block;
	max-width: 15rem;
}

}

@media screen and (min-width: 1025px) {

.contactNavi a {
	background: #1B1464;
	color: #fff;
}

.contactFormLabel {
	max-width: 23rem;
}

.privacyPolicyArea {
	width: 100%;
	margin: 0 0 8rem 0;
	padding: 3rem;
	border: .1rem solid #333;
}

.agreeArea {
	width: 100%;
	margin: 0 0 9rem 0;
}

}

@media screen and (max-width: 360px) {

.contactStateDesc::after,
.contactStateConfirmation::after {
	position: absolute;
	top: -120%;
	left: 210%;
	width: 0;
	height: 0;
	border-width: 12.5px 0 12.5px 16px;
	border-style: solid;
	border-color: transparent transparent transparent #808080;
	content: '';
}

.contactStateConfirmation::after {
	left: 240%;
}

}

