#header {
    height: 50px;
    width: 100%;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    line-height: 50px;
    text-align: center;
    background: #fff;
}

#logo {
    /*height: 25px;*/
}

#logo img {
    width: 70px;
}

.container {
    margin-top: 50px;
    height: 100%;
    /*padding-bottom: 100%;*/
    border-top: 2px solid #eb5505;
    background: #f7f7f7;
    padding-bottom: 40px;
}

.notice {
    width: 100%;
    margin-top: 40px;
    font-family: "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding-bottom: 20px;
}

.notice .title {
    text-align: center;
    width: 100%;
    color: red;
    font-weight: bold;
    font-size: 22px;
}

.notice .text {
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
}

.icon-container {
    margin-top: 0px;
    width: 100%;
    text-align: center;
}

.down-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-right: 3px solid #eb5505;
    border-bottom: 3px solid #eb5505;
    transform: rotate(45deg);
}

.down-icon #left-icon {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #eb5505;
    transform: rotate(-135deg);
}

.down-icon #right-icon {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #eb5505;
    transform: rotate(135deg);
}

.form-container {
    border: solid 2px #eb5505;
    width: 99%;
    margin: 0 auto;
    border-radius: 4px;
    padding-bottom: 10px;
    background: #fff;
}

.form-container .form-bg {
    background: #eb5505;
    width: 100%;
    height: 40px;
}

.form-container .price-container {
    background: #fff;
    width: calc(100% - 30px);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
}

.price-line {
    width: 100%;
    text-align: center;
    border-bottom: solid 3px #eb5505;
}

.price-line span {
    display: inline-block;
}

.price-line #stit {
    font-weight: bold;
    font-size: 14px;
}

.price-line #price {
    color: #eb5505;
    font-weight: bold;
    font-size: 31px;
}

.price-line #price-unit {
    font-size: 20px;
    color: #eb5505;
}

.price-line #price-after-tips {
    font-size: 12px;
    color: #eb5505;
}

.date-line {
    margin-top: 20px;
    background: #ffeee7;
    height: 67px;
    border-radius: 4px;
    text-align: center;
}

.date-line .tips {
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
}

.date-container {
    font-weight: bold;
}

.date-container .date {
    font-size: 17px;
    color: #eb5505;
}

.date-container .after-date {
    font-size: 17px;
    color: #eb5505;
}

.user-container {
    background: #fff;
}

.user-container .header,
.pay-container .header {
    text-align: center;
    background: #eb5505;
    color: #fff;
    height: 63px;
    line-height: 63px;
}

.user-container .header span,
.pay-container .header span {
    padding-top: 10px;
    display: inline-block;
    font-size: 14px;
}

.form {
    padding-bottom: 30px;
}

.form .row {
    width: calc(100% - 30px);
    padding: 10px 15px 10px 15px;
    margin: 0 auto;
}

.form .row .tit {
    font-size: 14px;
    font-weight: bold;
}

.form .row .input-container {
    width: 100%;
    margin-top: 10px;
}

.form .row .input-container .input {
    width: 100%;
    border: 1px solid #c2c2c2;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    padding: 6px 5px;
    height: 2rem;
    line-height: 2rem;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
}

.pay-container {}

.pay-container .form {
    width: calc(100% - 30px);
    padding: 15px 15px 50px 15px;
}

.pay-container .form dt {}

.pay-container .form dt label {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding-left: 5px;
}

.pay-container .form dd {
    margin-top: 5px;
}

.pay-container .form dd img {
    max-height: 40px;
}

.pay-container .form dd span {
    font-size: 12px;
}

#footer {
    padding-bottom: 80px;
    text-align: center;
    background: #fff;
}

#footer .btn-container {
    border: solid 1px red;
    padding: 15px;
}

#next-btn {
    display: inline-block;
    width: 96%;
    height: 44px;
    line-height: 44px;
    background: #eb5505;
    color: #fff;
    font-size: 16px;
    /*font-weight: bold;*/
}