@charset "utf-8";

/* ====================================
お問い合わせ
====================================== */
.bgWhite {
	background-color: #fff !important;
}

#contactSe1 {
	padding-bottom: 40px;
}

#contactIn {
	width: 88%;
	margin: auto;
	padding-bottom: 40px;
}

.contactComplete #contactIn {
	padding-bottom: 20px;
}

.contactSeTtl {
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.contactSeTtl:before {
	content: "";
	display: inline-block;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#contactSe1 .contactSeTtl:before {
	width: 30px;
	height: 30px;
	background-image: url("../img/contact_icon01.png");
	vertical-align: -7px;
}

#contactSe2 .contactSeTtl:before {
	width: 30px;
	height: 25px;
	background-image: url("../img/contact_icon02.png");
	vertical-align: -5px;
}

.contactSeTtl {
	margin-bottom: 20px;
}

.contactTelSe {
	text-align: center;
}

.contactTelSe .seTelTxt01 {
	margin-bottom: 3.9vw;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.contactTelSe .telNum {
	margin-bottom: 5px;
}

.contactTelSe .telNum a {
	margin-bottom: 0px;
	font-size: 4.3rem;
	font-weight: bold;
	letter-spacing: 0;
	color: #ffc815;
}

.contactTelSe .telNum:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 33px;
	margin-right: 10px;
	background: url("../img/common/icon_phone.png") no-repeat right bottom;
	background-size: 100%;
}

.contactTelSe p.telNumSub {
	margin-bottom: 0;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#contactSe2 {
	padding: 40px 0;
}

.contactConfirm #contactSe2 {
	padding: 0 0 40px;
}

#contactSe2 .contactBox {
	padding: 6%;
	border: 3px solid #000;
	background: #fff;
}

#contactSe2 .formWrap {
	border: none;
	background: none;
}

.entrySe2Txt {
	margin-bottom: 20px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 2.0;
}

.entryFlowArea {
	width: 100%;
	padding: 10px 5px;
	margin: 0 auto 30px;
	text-align: left;
	border: 2px solid #000;
}

.contactComplete .entryFlowArea {
	margin: 0 auto 30px;
}

.entryFlowArea .entryFlowTxt {
	display: inline-block;
	width: 49%;
	padding: 3px 0;
	margin: 0 0 6px 0;
	font-size: 1.4rem;
	text-align: left;
	color: #c3c3c3;
	background: #DDD;
	vertical-align: middle;
	text-align: center;
}

.entryFlowArea .entryFlowTxt.finished {
	color: #000;
	background: #FFF;
	border: 1px solid #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
.entryFlowArea .entryFlowTxt {
	display: inline-block;
	margin-right: 5px;
	font-size: 1.4rem;
	color: #c3c3c3;
	vertical-align: middle;
}

.entryFlowArea .entryFlowTxt.finished {
	color: #000;
}
*/

.entryFlowArea .entryFlow03,
.entryFlowArea .entryFlow03.finished,
	{
	padding-right: 0;
	margin-right: 0;
}

.entryFlowNum {
	display: inline-block;
	background-color: #c3c3c3;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	letter-spacing: 0;
	color: #fff;
}

.entryFlowArea .finished .entryFlowNum {
	background-color: #333;
}

.contactInfo {
	margin-bottom: 30px;
}

.contactInfo .infoTh {
	margin-bottom: 7px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.req {
	display: inline-block;
	padding: 4px 5px;
	margin-left: 10px;
	font-size: 1.2rem;
	color: #fff;
	background-color: #da2533;
	vertical-align: 1px;
}

input,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

input {
	width: 100%;
	height: 45px;
	padding-left: 10px;
	font-size: 1.5rem;
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	height: 20vh;
	padding: 15px 10px;
	font-size: 1.5rem;
	border: 1px solid #ccc;
}

.buttonPp {
	margin: 50px 0 25px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.buttonPp a {
	border-bottom: 1px solid #000;
}

.buttonPp a:hover {
	border: none;
}

/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
	color: #c3c3c3;
}

/* Firefox 18- */
:-moz-placeholder {
	color: #c3c3c3;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #c3c3c3;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #c3c3c3;
}

/* IE Edge */
::-ms-input-placeholder {
	color: #c3c3c3;
}

.buttonPp {
	margin: 35px 0 20px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.entryBtn3 {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	padding: 9px 0;
	margin: auto;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #FFF;
	background-color: #da2533;
	border-radius: 6px;
	text-transform: uppercase;
	outline: none;
	overflow: hidden;
}

.contactConfirm .entryBtn3,
.contactComplete {
	padding: 15px 0;
}

.entryBtn3 span {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
}

.entryBtn3:after {
	position: absolute;
	top: 50%;
	right: 15px;
	content: "";
	width: 20px;
	height: 20px;
	margin-left: 23px;
	background: url("../img/entry_btn_arrow_off.jpg") no-repeat 0 0;
	background-size: 100%;
	transform: translateY(-50%);
}


.returnBtn {
	font-size: 1.3rem;
	max-width: 284px;
	margin: 5px auto 0;
	text-align: left;
}

.returnBtn:before {
	display: inline-block;
	content: url("../img/contact_arrow03.png");
	vertical-align: -2px;
	margin-right: 8px;
}

.entrySecTtl {
	margin-bottom: 20px;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.formConts_bot {
	margin-bottom: 60px;
}

.contactComplete .formConts_bot {
	margin-bottom: 10px;
}

.contactConfirm .contactInfo {
	padding-bottom: 13px;
	margin-bottom: 20px;
	background: url("../img/common/border_dashed.png") repeat-x left bottom;
}

.contactInfo .cHead {
	margin-bottom: 15px;
}

.contactInfo .assAns {
	font-size: 1.8rem;
}

.errTxt {
	color: #e60012;
	font-size: 1.2rem;
	line-height: 2.0;
}

.errTxt:before {
	content: "";
	display: inline-block;
	background: url("../img/err_icon.png") 0 0 no-repeat;
	background-size: 7px 6px;
	width: 7px;
	height: 6px;
	vertical-align: middle;
	padding-right: 10px;
}

.txtRed {
	color: #da2533;
}