@charset "utf-8";
/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.contactTtl {
    background: url(../../img/contact/contact_mv_bg.jpg) no-repeat center center / cover;
}
.registrationTtl {
    margin: 100px auto 0 !important;
}
#contactlead {
    padding: 100px 0 0;
}
footer.contact {
    border-top: 1px solid #ECECEC;
}
.contactHead {
    margin: 0 0 36px 0;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
}
.contactHeadSub {
    letter-spacing: 0;
    font-feature-settings: "palt";
}
.contactNote {
    margin: 0 0 30px;
    font-size: 2.0rem;
    color: #AB0106;
    text-align: center;
}
.contacFlow {
    width: 568px;
    margin: 0 auto 80px;
    padding: 13px 0;
    text-align: center;
    border: 3px solid #E5E5E5;
    border-radius: 50px;
    box-sizing: border-box;
}
.contactFlowTxt {
    display: inline-block;
    margin: 0 22px 0 0;
    padding: 0 35px 0 0;
    background: url("../../img/contact/contact_flow_img.png") no-repeat right top 8px;
    color: #C3C3C3;
    font-size: 1.6rem;
}
.contactFlowNum {
    width: 22px;
    height: 22px;
    margin: 0 9px 0 0;
    display: inline-block;
    background: #C3C3C3;
    border-radius: 50%;
    color: #FFFFFF;
    line-height: 21px;
}
.finished {
    color: #AB0106;
    background: url("../../img/contact/contact_flow_img02.png") no-repeat right top 8px;
}
.finished .contactFlowNum {
    background: #AB0106;
}
.contactFlow03 {
    margin: 0;
    padding: 0;
    background: none;
}
.contactBody {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 156px;
}
.formConts {
    margin: 0 0 80px;
}
.formContsTtl {
    margin: 0 0 15px;
    padding: 26px 0 26px 30px;
    background: #F9F9F9;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 0.05em;
    border-left: 5px solid #AB0106;
}
.formCol {
    width: 100%;
    padding: 25px 20px;
    border-bottom: 1px solid #DCDCDC;
}
.formCol:nth-last-of-type(1) {
    padding: 25px 20px 0 20px;
    border: none;
}
.formColSub {
    padding: 25px 20px 0 20px;
}
.returnConts .formColSub {
    margin: 0 0 7px;
}
.formResident {
    margin: 0 0 30px;
}
.formBox {
    padding: 30px 30px 5px;
    background: #F9F9F9;
}
.returnConts .formBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.formBoxCol {
    width: 48.3%
}
.returnConts .formBoxCol {
    margin: 0 0 30px;
}
.formColIn {
    margin: 0 0 30px;
}
.formttl {
    margin: 0 0 13px;
    font-weight: 700;
}
.returnConts .formttl {
    margin: 0 0 25px;
}
.formin {
	font-size: 1.6rem;
}
.returnConts .formBoxTtl {
    margin: 0 0 13px;
}
.formSubttl {
    margin: 0 0 13px;
    font-size: 1.6rem;
}
.formDivision .formttl {
    margin: 0 0 30px;
}
.formttl, .formttl, .btnRadio {
    font-size: 1.6rem;
}
.btnRadio {
    margin: 0 38px 0 0;
}
.formAdd {
    margin: 0 0 10px;
    font-size: 2.3rem;
    font-weight: 700;
}
.require {
    padding: 4px 10px 5px;
    margin: 0 0 0 13px;
    display: inline-block;
    background: #AB0106;
    color: #FFFFFF;
    font-size: 1.3rem;
    line-height: 1.0;
}
.formContsBot {
    margin: 64px 0 0;
    text-align: center;
}
.ppGuideTxt {
    margin: 0 0 14px;
}
.policyLink {
    color: #AB0106 !important;
}
.policyLink:hover {
    text-decoration: underline;
}
.checkTxt {
    padding: 0 20px;
    font-size: 2.0rem;
    line-height: 1.4;
}
.checkTxt .checkAssist {
    margin: 0 0 0 60px;
    display: inline-block;
}
.errForm {
    background-color: #FED1D3 !important;
}
.errorMessage {
    margin: 10px 0 0;
    padding: 0 0 0 23px;
    background: url(../../img/contact/icon_error.svg) no-repeat left center;
    font-size: 1.3rem;
    color: #B10418;
}
.returnBtn {
    width: 340px;
    margin: 40px auto 0;
    font-size: 1.3rem;
    text-align: left;
}
.returnBtn a {
    color: #666666 !important;
    transition: all .3s ease-in-out;
}
.returnBtn a:before {
    width: 9px;
    height: 9px;
    margin: 0 8px 0;
    display: inline-block;
    content: "";
    border-left: 1px solid #666666;
    border-bottom: 1px solid #666666;
    transform: rotate(45deg);
    vertical-align: 0;
}
.returnBtn a:hover {
    opacity: 0.7;
}
.datetime-reset-button {
    display: none !important;
}
.formttlStar {
    margin: 0 0 0 40px;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #A70303;
}
.cancelCol {
    margin: 0 0 25px;
}
.cancelCol:nth-last-of-type(1) {
    margin: 0;
}
.cancelColTtl {
    margin: 0 0 15px;
    font-size: 1.6rem;
}
.relocationCol {
    margin: 0 0 25px;
}
input[type="text"], input[type="tel"], input[type="date"], textarea {
    property: value;
    background: #FFFFFF;
    width: 100%;
    border: 1px solid #AAAAAA;
    border-radius: 8px;
    padding: 15px 10px 14px 25px;
    font-size: 2.0rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
textarea {
    height: 400px;
}
textarea.reasonOther {
    height: 200px;
}
.cancelSelect {
    width: 200px;
    height: 60px;
    padding-left: 20px;
    font-size: 1.6rem;
    background: url(../../img/cancellation/cancellation_select_arrow.png) no-repeat right 16px top 27px;
    border: 1px solid #AAAAAA;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#e_add01 {
    width: 155px;
}
#e_add02 {
    width: 155px;
}
#e_add01, #e_add02 {
    padding: 15px 10px 14px 18px;
}
.col01 {
    width: 176px !important;
}
.col02 {
    width: 100px !important;
}
.cancelTxt {
    margin: 0 25px 0 18px;
    font-size: 1.6rem;
}
.reasonCol .formin {
    margin: 0 0 15px;
}
.reasonCol label {
    margin: 0 30px 10px 0;
    display: inline-block;
    font-size: 1.6rem;
}
.reasonTtl {
    margin: 0 0 10px;
    font-size: 1.6rem;
}
.pointsBox {
    margin: 30px 0 0;
    padding: 30px 20px !important;
    background: #FCDDDF;
}
.pointsBoxTtl {
    margin: 0 0 20px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #AB0106;
}
.pointsBoxIn {
    padding: 30px 28px;
    background: #FFFFFF;
}
.pointsCountList {
    margin: 0 0 16px;
    counter-reset: number 0;
    line-height: 32px;
    list-style-type: none !important;
}
.pointsTxt {
    margin: 0 0 22px;
    padding: 0 0 0 26px;
    font-size: 1.8rem;
    line-height: 1.4;
    text-indent: -26px;
}
.pointsCountList .pointsTxt:before {
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #FFFFFF;
    color: #333333;
    border: 1px solid #333333;
    font-size: 14px;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    vertical-align: 2px;
    text-indent: 2px;
}
.pointsCountList .especially:before {
    color: #AB0106;
    border-color: #AB0106;
}
.pointsTxtLast {
    margin: 0;
    text-indent: 0;
}
.pointsTxt .important {
    color: #AB0106;
}
/* form btn */
.formBtn {
    width: 434px;
    margin: auto;
    position: relative;
}
.confirmBtn .formBtn {
    width: 340px;
}
.submitBtn {
    width: 100%;
    padding: 15px 0 20px 0;
    display: block;
    position: relative;
    z-index: 1;
    font-size: 2.0rem;
    background: #AB0106;
    transition: all .3s ease-in-out;
}
.submitBtn, .submitAssist {
    font-weight: 700;
    line-height: 1.0;
    color: #fff !important;
}
.submitAssist {
    margin: 0 0 6px;
    display: inline-block;
    font-size: 1.4rem;
}
.formBtn:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
    content: "";
    border-right: 1px solid #AB0106;
    border-bottom: 1px solid #AB0106;
}
.submitBtn:hover {
    transform: translate(5px, 5px);
}
.sendBtn {
    padding: 30px 0;
}
#contactEndLink {
    margin: 100px auto 0;
}
.completeBtn {
    width: 360px;
}
/* チェックボックス,ラジオボタン 装飾 */
input[type="checkbox"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    position: relative;
    background: url(../../img/cancellation/contact_check.png) no-repeat left top;
    width: 19px;
    height: 19px;
    vertical-align: -7px;
    margin-right: 8px;
    border: none;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(../../img/cancellation/contact_check_on.png) left bottom;
    width: 19px;
    height: 19px;
}
input[type="radio"] {
    display: none;
}
input[type="radio"] + label {
    background: url(../../img/cancellation/contact_radio.png) no-repeat left center;
    background-size: 17px 17px;
    cursor: pointer;
    display: inline-block;
    padding-left: 27px;
}
input[type="radio"]:checked + label {
    background: url(../../img/cancellation/contact_radio_on.png) no-repeat left center;
    background-size: 17px 17px;
    cursor: pointer;
}
.calendar {
    width: 220px !important;
}
/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .checkTxt {
        font-size: 1.8rem;
    }    
    input{
        -webkit-appearance: none;
    }
    
}
/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
    .contactBody {
        width: 92%;
        margin: 0 auto 80px;
    }
    .contactNote .br_:before {
        content: "\A";
        white-space: pre;
    }
    .contactHead {
        text-align: left;
        font-size: 1.6rem;
    }
    .contactHead .br_:after {
        content: "";
    }
    .contacFlow {
        width: 100%;
        padding: 13px 0 13px 10px;
    }
    .contactFlowTxt {
        display: inline-block;
        margin: 0px 2px 0 0;
        padding: 0 13px 0 0;
        font-size: 1.4rem;
    }
    .contactFlow03 {
        margin: 0 !important;
        padding: 0 !important;
        background: none;
    }
    .formCol {
        padding: 25px 2%;
    }
	.formCol:nth-last-of-type(1) {
		padding: 25px 0 0 0;
		border: none;
	}
    #e_add01, #e_add02 {
        width: 120px;
    }
    .ppGuideTxt {
        letter-spacing: 0;
    }
    .formBox {
        padding: 30px 4% 5px;
        background: #F9F9F9;
    }
    .formColSub {
        padding: 25px 0 0 0;
    }
    .formContsTtl {
        font-size: 2.0rem;
    }
    .returnConts .formBoxCol {
        margin: 0 0 20px;
    }
    .formBoxCol {
        width: 100%;
    }
    .formttlStar {
        margin: 0;
        font-size: 1.3rem;
    }
    .calendar {
        width: 100% !important;
        margin: 0 0 15px;
    }
    .reasonCol label {
        font-size: 1.4rem;
        display: inline-block;
    }
    input[type="checkbox"] {
        vertical-align: -2px;
    }
    .pointsBoxIn {
        padding: 20px 4%;
        background: #FFFFFF;
    }
    .pointsTxt {
        padding: 0 0 0 25px;
        font-size: 1.6rem;
        line-height: 1.4;
        text-indent: -24px;
    }
    .formBtn {
        width: 100%;
        max-width: 434px;
        margin: auto;
        position: relative;
    }
    .submitAssist {
        font-size: 1.1rem;
    }
    .checkTxt {
        font-size: 1.8rem;
    }	
	
	input[type="text"], input[type="tel"], textarea {
		font-size: 1.6rem;
	}
    
    input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea:-webkit-input-placeholder{ /* WebKit, Blink, Edge */
      font-size: 1.6rem !important;
    }
    input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
      font-size: 1.6rem !important;
    }
    input[type="text"]::placeholder, input[type="tel"]::placeholder, textarea::placeholder{ /* Others */
      font-size: 1.6rem !important;
    }
    
    input, textarea {
        -webkit-appearance: none;
    }
    
}
@media screen and (max-width: 374px) {
    .contacFlow {
        width: 100%;
        padding: 13px 0 13px 2vw;
    }
    .contactFlowTxt {
        float: left;
    }
    .formBtn {
        width: 100%;
    }
}