@charset "utf-8";

/*
input[type = "radio"] {
    position: static !important;
    opacity: 100 !important;
}
*/

#problem {
    margin: 0 0 30px 0;
    color: #e40000;
    font-size: 120%;
    text-align: center;
    font-weight: bold;
}

.require {
    min-width: 40px;
    display: inline-block;
    padding: 3px 5px;
    color: #fff;
    font-size: 80%;
    font-weight: normal;
    text-align: center;
    background: #692b3a;
}

label input[type="radio"] + span {
  position: static !important;
}


.contact_form label {
    display: block !important;
}

.contact_form input[type="text"] {
    width: 100%;
}

.contact_form {
    font-size: 120%;
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

/* 2020-03-24 */
.contact_form > h3,
.contact_form > p {
    display: block;
}
.contact_form_controlbox {
    margin-bottom: 20px;
}
/* /2020-03-24 */

.contact_form ul {
    display: flex;
}

.contact_form ul li {
    margin: 0 20px 0 0;
}

.contact_form dl {
    width: 100%;
    display: table-row;
}

.contact_form dl dt,
.contact_form dl dd {
    display: table-cell;
    padding: 24px;
    border: 1px solid #ccc6b6;
    vertical-align: middle;
}

.contact_form dl dt {
    width: 30%;
    /*background-color: #e6dfcc;
    background-color: #c6e3ef;*/
    background-color: #20d9dd;
}

.contact_form dl dd {
    background-color: #fff;
}

    .contact_form dl dd p {
        margin-top: 10px;
        font-size: 80%;
    }
    /* 未入力等注意喚起 */
    .contact_form dl dd.attention input + span::before,
    .contact_form dl dd.attention input {
        border: 1px solid #e40000;
    }
    .contact_form dl dd p.attention {
        margin: 0 0 10px 0;
        font-size: 100%;
        font-weight: bold;
        color: #e40000;
    }

/* 入居日～退去日 */
#date_o_use .select-wrap {
    display: inline-block;
    width: 30%;
}

.contact_form textarea {
    line-height: 1.5;
}

/* 個人情報のお取り扱い */
#privacy_text {
    margin: 30px 0;
    padding: 10px;
    overflow: auto;
    height: 150px;
    line-height: 1.5;
    border: 1px solid #b3b3b3;
    background-color: #fff;
}
    #privacy_text h3 {
        font-size: 130%;
    }
    #privacy_text h4 {
        margin: 30px 0 10px;
        font-size: 120%;
    }
    #privacy_text ol {
        list-style-type: decimal;
        padding-left: 1em;
    }
    #privacy_text ol li {
        margin-top: 10px;
    }
        #privacy_text ol ol li {
            list-style-type: none;
            list-style-position: inside;
            counter-increment: cnt;
        }
        #privacy_text ol ol li:before{
            display: marker;
            content: "(" counter(cnt) ") ";
        }
    #privacy_text textarea {
        height: 150px;
        line-height: 1.5;
    }

/* 個人情報のお取り扱い　同意 */
#privacy_agreement {
    text-align: center;
    margin-bottom: 30px;
}
.disabled {
	background: #b3b3b3;
	cursor: default;
}
.disabled:after {
    border: 1px solid #b3b3b3;
}
/* 確認・完了画面 */
.confirm_box {
	text-align: center;
}
.thnaks_message {
	margin-bottom: 20px;
	text-align: center;
}

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

    .contact_form {
        font-size: 100%;
    }

    .contact_form dl dt,
    .contact_form dl dd {
        padding: 12px;
    }

}

/* 確認・完了画面ボタン部分 */
@media (min-width: 576px) {

  #BtnBack {
      display: inline;
      margin-right: 20px;
  }
  #BtnNext {
      display: inline;
  }

}

@media ( max-width : 575px ) {

  #BtnBack {
      margin-bottom: 20px;
  }

}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
    .contact_form dl dt,
    .contact_form dl dd {
        display: block;
        border-bottom: none;
    }

    .contact_form dl dt {
        width: auto;
    }

    .contact_form dl:last-of-type {
        border-bottom: 1px solid #ccc6b6;
    }

    /* 個人情報のお取り扱い */
    #privacy_text {
        margin: 15px 0;
    }
}

@media print, screen and ( min-width : 768px ) {

}
