@charset "utf-8";

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

#contactSe1 { padding-bottom: 60px;}

#contactIn  {
    width: 94%;
    max-width: 1080px;
    margin: auto;
    padding-bottom: 60px;
}

.contactSeTtl {
    font-size: 3.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: 47px;
    height: 47px;
    background-image: url("../img/contact_icon01.png");
    vertical-align: -12px;
}
#contactSe2 .contactSeTtl:before {
    width: 45px;
    height: 35px;
    background-image: url("../img/contact_icon02.png");
    vertical-align: -7px;
}

#contactSe1 .contactSeTtl { margin-bottom: 50px;}
#contactSe2 .contactSeTtl { margin-bottom: 20px;}

.contactTelSe { text-align: center;}

.contactTelSe p {
    margin-bottom: 30px;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
}

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

.contactTelSe p.telNum:before {
    content: "";
    display: inline-block;
    width: 37px;
    height: 48px;
    margin-right: 14px;
    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: 60px 0;}

#contactSe2 .contactBox {
    padding: 60px 85px;
    border: 4px solid #000;
    background: #fff;
}

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

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


.entryFlowArea {
    width: 565px;
    padding: 10px 56px;
    margin: 0 auto 33px;
    text-align: center;
    border: 3px solid #000;
}

.entryFlowArea .entryFlowTxt {
    display: inline-block;
    padding-right: 35px;
    margin-right: 25px;
    font-size: 1.6rem;
    letter-spacing: 0.18em;
    color: #c3c3c3;
    background: url("../img/entry_guide_arrow.png") no-repeat right center;
    vertical-align: middle;
}
.entryFlowArea .entryFlowTxt.finished {
    color: #000;
    background: url("../img/entry_guide_arrow_on.png") no-repeat right center;
}

@media screen and (max-width:1000px) {
    .entryFlowArea .entryFlowTxt {
        padding-right: 25px;
        margin-right: 15px;
    }
}

.entryFlowArea .entryFlow03,
.entryFlowArea .entryFlow03.finished {
    padding-right: 0;
    margin-right: 0;
    background: none !important;
}

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

.contactInfo { margin-bottom: 30px;}

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

.req {
    display: inline-block;
    padding: 6px 10px;
    margin-left: 23px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #da2533;
}

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

input {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-size: 1.9rem;
    border: 1px solid #ccc;
}

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

.buttonPp {
    margin: 50px 0 25px;
    font-size: 1.6rem;
    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: 50px 0 25px;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    text-align: center;
}

.entryBtn3 {
    position: relative;
    z-index: 1;
    display: block;
    width: 330px;
    padding: 18px 0;
    margin: auto;
    font-size: 1.9rem;
    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;
    transition: all .12s ease-in-out;
	overflow: hidden;
}

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

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

.entryBtn3:hover:after {
	background: url("../img/entry_btn_arrow_on.jpg") no-repeat 0 0;
	background-size: 100%;
}

.entryBtn3:before {
	content: '';
	position: absolute;
	z-index: -1;
	transition: all .2s ease-in-out;
}

/* hover */
.entryBtn3:before {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	border-radius: 6px;
}

.entryBtn3:hover,
.entryBtn3:active {
    background: none;
    color: #fff;
}

.entryBtn3:hover:before,
.entryBtn3:active:before {
	width: 100%;
}


.returnBtn {
    font-size: 1.3rem;
    width: 330px;
    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;}

.contactConfirm .contactInfo {
    padding-bottom: 25px;
    margin-bottom: 25px;
    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.4rem;
    line-height: 1.5;
}

.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;
}