/*bootstrapのカスタマイズ*/

/*bootstrapカスタマイズの終了*/

.container p {
    margin-bottom: 0;
    font-size: 16px;
}

.register {
    padding-bottom: 87px;
}

.register input[type="number"],
.register input[type="password"],
.register input[type="text"] {
    font-size: 22px;
    padding: 7px 0px;
    border-radius: 5px;
    border: 2px solid #C2C2C2;
    text-align: left;
    width: 100%;
    padding-left: 25px;
}

.container .error{
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    color: #ff0000;
}
.container .error_msg{
    font-size: 20px;
    color: #ff0000;
}

.register .title {
    font-size: 22px;
    padding-left: 35px;
    padding-right: 0px;
}

.register .content {
    padding-right: 30px;
    font-size: 22px;
    text-align: left;
    padding-left: 30px;
    color: #616161;
}

.register .row {
    margin-bottom:30px;
}

.register input[type="submit"] {
    background-color: #CB8686;
    padding: 7px 75px;
    color: #FFF;
    font-size: 20px;
    border-radius: 6px;
    box-shadow: 1px 2px #555;
    border: 0;
    margin-left: 10px;
}

.register input[type="button"] {
    background-color: #CB8686;
    padding: 7px 75px;
    color: #FFF;
    font-size: 20px;
    border-radius: 6px;
    box-shadow: 1px 2px #555;
    border: 0;
    margin-right: 10px;
}

.register label {
    vertical-align: bottom;
    display: unset;
    margin-right: 20px;
}

#app.container-fluid h2.text-center.mid-title.register_title {
    margin-bottom: 50px;
}

.register-25 {
    width: 25%;
}

.register-35 {
    width: 35%;
}

.register-50 {
    width: 50%;
}

.live-news-list {
    margin-top: 35px;
    padding-bottom: 50px;
}

.live-news-list::after {
    content: '';
    position: relative;
    left: 50%;
    bottom: -235px;
    display: inline-block;
    width: 97%;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ccc;
}

.list-title {
    margin-left: 65px;
}

.list-title-button {
    display: flex;
	justify-content: center;
	align-items: center;
    padding-left: 0;
    padding-right: 0;
}

form.content.text-center.register .live_date {
    width: 80px;
}

.live-confirm-pic {
    display: flex;
}

.register_type {
    appearance: none;
    font-size: 22px;
    color: #555555;
    padding: 9px 70px;
    border-radius: 5px;
    background-image: url(../../img/arrow.png);
    background-repeat: no-repeat;
    background-size: 22px 14px;
    background-position: right 20px center;
    margin-right: 10px;
    box-shadow: 1px 2px;
    border: solid 2px #c2c2c2;
    background-color: #FFF;
}

#register_type div.accordion_body span a {
    color: #000;
    white-space: nowrap;
    margin-right: 10px;
    font-size: 13px;
    cursor: pointer;
}

#register_type button.type_select + div .accordion .openSta {
    margin-bottom: 0px;
}

#register_type button.type_select + div div.accordion_body {
    text-align: left;
    padding: 0px 3px 10px 3px;
}

#register_type button.type_select + div .accordion .openSta + .accordion_body::after {
    height: 0;
}

#register_type button.type_select + div .big-title::after, .accordion_title::after {
    height: 0;
}

#register_type button.type_select + div .accordion_title {
    margin: 0;
}

#register_type button.type_select + div .accordion_1 .openSta, #register_type button.type_select + div .accordion_2 .openSta, #register_type button.type_select + div .accordion_3 .openSta {
    background-image: url(../../img/minus_top.png);
}

#register_type button.type_select + div .accordion_1 .closeSta, #register_type button.type_select + div .accordion_2 .closeSta, #register_type button.type_select + div .accordion_3 .closeSta {
    background-image: url(../../img/plus_top.png);
}

#register_type div div.music, #register_type div div.stage, #register_type div div.other {
    padding: 5px 15px;
    font-size: 16px;
    width: 230px;
}

#register_type .accordion_body {
    width: 100%;
    float: left;
}

.register_but {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.type_sel_but {
    padding: 0;
    padding-right: 5px;
    font-size: 12px;
    background-color: #FFF;
    border: solid 0px;
}

.type_sel_but:hover {
    text-decoration: underline;
}

@media screen and (max-width: 832px) {
    #register_type div div.music, #register_type div div.stage, #register_type div div.other {
        padding: 5px 15px;
        font-size: 16px;
        width: 100%;
    }

    .register .content {
        padding-right: 0;
    }

    .live-back-but {
        padding-right: 0;
    }

    .live-confirm-pic {
        display: block;
        text-align: center;
    }

    form.content.text-center.register .live_date {
        margin-bottom: 10px;
    }
    .list-title-button {
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 35px;
    }

    div.list-title-button div a:first-child {
        margin-right: 10px;
    }

    .live-news-list::after {
        bottom: -45px;
    }

    .list-title {
        margin-left: 0;
    }

    .register-25, .register-35, .register-50 {
        width: 100px;
    }

    .register input[type="button"] {
        padding: 7px 40px;
    }

    .register .title {
        padding: 20px;
    }

    .register .content {
        padding-left: 10px;
    }
}

.cmp_page {
    padding-bottom: 320px;
}

.to_inquiry, .to_inquiry:hover {
    color:#A62828;
    text-decoration: underline;
}

input[type=checkbox],input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -0.8rem;
    transition:all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border-radius: 10%;
}
input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox;
}

/* Radio */
input[type=radio] {
    border-radius: 50%;
}
input[type=radio]:checked:before {
    transform: scale(1);
}
input[type=radio]:before {
    content: "";
    display: flex;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 3px;
    transform: scale(0);
    transition: all ease-out 250ms;
}
/* 色は青色のみ */
input[type=checkbox].blue,input[type=radio].blue {
    border: 2px solid #bbb;
}
input[type=checkbox].blue:checked,input[type=checkbox].blue:indeterminate,input[type=radio].blue:checked:before {
    background: #2196f3;
}

input[type=file] {
    font-size: 12px;
    color: #000;
    margin-left: 20px;
}

.content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 22px;
    color: #555555;
    padding: 9px 20px;
    border-radius: 5px;
    background-image: url(../../img/arrow.png);
    background-repeat: no-repeat;
    background-size: 22px 14px;
    background-position: right 20px center;
    margin-right: 10px;
    box-shadow: 1px 2px;
    border: solid 2px #c2c2c2;
}
.content select.min {
    padding: 9px 5px;
    background-position: right 10px center;
}

.content textarea {
    border-radius: 5px;
    border: 2px solid #C2C2C2;
    width: 350px;
    height: 400px;
    color:#464646;
    padding: 3px 20px;
}

#eyeIcon {
    position: absolute;
    right: 42px;
    top: 14px;
}

@media screen and (max-width: 832px) {
    #eyeIcon {
        right: 10px;
    }
    .cmp_page {
        padding-bottom: 20px;
    }
    .content textarea {
        width: 100%;
        height: 300px;
    }
}

.content div img {
    margin-bottom: 10px;
}

.content div.d-flex:last-child img {
    margin: 0;
}

.row > .col > span {
    padding: 0px 6px;
}

.live_next {
    color:#666666;
    text-decoration: none;
    font-size: 14px;
    background-image: url(../../img/arrow.png);
    background-repeat: no-repeat;
    background-size: 18px 10px;
    background-position: bottom 18px right 40px;
    background-color: #EEE;
    display: inline-block;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    padding-top: 16px;
    border: solid 1px #c8c8c8;
    margin-top: 15px;
}

.live_next:hover {
    color:#666666;
    text-decoration: none;
}