body {
    background-position: center;
    background-size: 100vw;
    background-repeat: repeat-y;
    background-color: rgb(255, 255, 255);
    position: relative;
}

section.back_gray {
    background-color: #fff;
    position: relative;
}

.form .main_top {
    background: #ad99b1;
}

.day_rate {
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 30px;
    padding-left: 30px;
    border: 5px solid #e293ff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 0px;
    background-image: url();
    background-size: auto;
    background-position: center;
    background-repeat: repeat-y;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2), 0 2px 2px 0px #a4a4a4;
}

.flame_color {
    min-height: 300px;
    background-color: #ffffff;
    padding-right: 30px;
    padding-left: 30px;
    background-image: url();
    background-size: contain;
    background-position: center;
    padding-bottom: 30px;
    padding-top: 30px;
    border-radius: 0px;
}

.chart {
    font-size: 3em;
  }

form dt {
    width: 25%;
    font-size: 18px;
    display: flex;
    align-items: center;
    border: 3px solid #000;
    background-image: url();
    background-position: center;
    color: #323232;
    border-radius: 5px;
    padding: 0 15px;
    font-weight: 500;
    justify-content: center;
}

.radio_box input:checked + label {
    background-color: #f6deff;
    color: #000;
    border: 2px solid #000;
    font-weight: bold;
    font-size: 1.2em;
}

.radio_box label {
    margin-bottom: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 18px;
    color: #000000;
    background-color: #fff;
    border: 2px solid #000;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.form-control {
    border: 3px solid #282828;
    height: 60px;
    font-size: 18px;
    padding-left: 10px;
}

form dd select {
    border: 3px solid #282828;
    height: 60px;
    font-size: 18px;
    background-color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
}

dd.no-flex {
    display: flow;
    align-content: center;
}

input#card_month {
    width: 5%;
}

input#card_year {
    width: 10%;
}

.form_submit input {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    color: #282828;
    border: 5px solid #e293ff;
    border-radius: 5px;
    position: relative;
    padding: 30px 20px;
    background-size: cover;
    font-weight: 900;
    background-image: url();
    background-position: center;
    background-color: #f6deff;
}

.copyright {
    margin-bottom: 0;
    text-align: center;
    background-color: #ad99b1;
    color: #200027;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    border-top: 3px solid #200027;
    background-image: url(../image/mokuzai1.jpg);
    background-size: cover;
    margin-left: 0;
    z-index: 2;
    position: relative;
}

.panel.panel-danger {
    margin: 4em;
    font-weight: bold;
    line-height: 2em;
    border: 2px solid #9b00c2;
    padding: 5%;
    width: 55%;
    margin: 4% auto;
}

.panel-body.commitpage {
    display: grid;
    justify-items: center;
    justify-content: center;
    align-content: center;
}

@media screen and (min-width: 960px) {
    .page1 .panel, .page1 .attention {
        width: 50%;
    }
}

.panel-heading {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
    color: darkmagenta;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.commitpage input {
    appearance: auto;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.after_yen2 {
    color: #343434;
    font-weight: 700;
    font-size: 25px;
    margin-left: 5px;
}

span.need {
    background-color: #d9534f;
    padding: 5px 5px 7px 5px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    margin-right: 1em;
    text-align: center;
    display: grid;
    align-items: center;
}

span.new {
    background-color: #4f72d9;
    padding: 5px 5px 7px 5px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    margin-right: 1em;
    display: grid;
    text-align: center;
    align-items: center;
}

span.target {
    background-color: #ffffff;
    padding: 5px 5px 7px 5px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    margin-right: 1em;
    text-align: center;
    display: grid;
    align-items: center;
    width: 31.69px;
}

dd.lastcheck {
    font-size: 135%;
    font-weight: 500;
    text-align: center;
}

input#lastcheck {
    width: 3%;
}

