
.box-pastel {
    background-color: #f4f4f4;
    padding: 1.5em!important;
}
.box-pastel p {
    text-align: center;
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}
.form-row {
    border-bottom: 2px #e3e3e3 dotted;
    padding: 1em 0.5em!important;
}
.form-row-info {
    padding: 0.5em 0.5em!important;
}
.form-row label, .form-row span.textColorRed {
    float: right;
}
.form-row .input-label {
    padding: 14px 0.5em;
}
.banner-list {
    display: none;
}
.form-row .input-label-magazine {
    padding: .7em;
}
.button-create-group {
    margin: 1em 0 5em;
}

/*SNS register*/
.regis-SNS p {
    font-size: 18px;
}
.register-sns .logo-SNS{
    margin: 40px auto 75px;
    width: 100%;
    max-width: 277px;
}
.register-sns .title-regisSNS{
    font-size: 18px;
    font-weight: 600;
    margin: 34px 0 49px;
    text-align: center;
}
.regisSNS-div{
    display:flex;
    justify-content:center;
}
.regisSNS-box{
    max-width: 780px;
    margin-bottom: 2em;
    padding: 0 51px 38px;
    background-color: #F4F4F4;
}
.register-sns .box-mini-red {
    display:flex;
    margin-bottom: 27px;
    min-height: 83px;
    background-color: #fff;
}
.register-sns .box-mini-left{
    background-color: #E9EAED;
    width: 144px;
    min-width: 144px;
    padding: 12px 0px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.register-sns .box-mini-right{
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-size: 14px;
    padding: 5px 18px;
}
.register-sns .box-mini-red p.email{
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 0;
    margin-bottom: 6px;
}
.register-sns p.text-name-site {
    color: #7D7D7D;
    font-size: 16px;
    text-align: center;
}
.register-sns p.email-user {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
}
.register-sns p.note {
    color: #7D7D7D;
}
.register-sns .checkbox-div {
    font-size: 14px;
    display: flex;
}
.register-sns .note-checkbox {
    font-size: 14px;
    color: #7D7D7D;
    margin-bottom: 1em;
}
.wrapper-checkbox-regis-sns {
    display: grid;
    justify-content: center;
}
.register-sns .checkbox-div a {
    color: rgba(242, 94, 42, 1);
    text-decoration: underline;
}
.register-sns .checkbox-div input {
    margin: 0;
    margin-right: 7px;
}
.register-sns .separator-line {
    margin: 30px 0 35px;
    border-color: #C1C1C1;
    border-width: 0.5px;
}
.btn-regisSNS button {
    max-width: 282px;
    height: 70px;
    margin: 68px auto 0;
    display: block;
    font-size: 18px;
}
.regis-SNS {
    margin-top: 40px;
}
input[type="checkbox"] {
    background: rgba(242, 94, 42, 1);
}

.checkbox {
    accent-color: rgba(242, 94, 42, 1);
}
@media screen and (width: 768px){
    .input-wrapper {
        width: 60%;
    }
}
@media (max-width: 40.063em){
    .box-pastel {
        padding: 0.5em 1.5em!important;
    }
    .form-row label, .form-row span.textColorRed {
        float: left;
    }
    .form-row .input-label {
        padding: 0;
    }
    .form-row {
        padding: 1.4em 0 1.8em 0!important;
    }
    .form-row .radio-label label {
        margin-left: 0;
    }
    .form-row .radio-label .ui-radiobutton {
        margin-right: 1em;
    }

    .register-sns .box-mini-red {
        flex-flow: column;
    }
    .register-sns .box-mini-left {
        width: 100%;
    }
    .register-sns .logo-SNS {
        margin-bottom: 60px;
    }
    .regisSNS-box {
        padding: 0 15px 18px;
    }
    .register-sns .title-regisSNS {
        margin: 30px 0 30px;
    }
    .btn-regisSNS button {
        margin-top: 40px;
        max-width: none;
    }
    .register-sns .separator-line {
        margin: 25px 0 30px;
    }
    .register-sns .box-mini-left {
        padding: 15px;
    }
    .register-sns .box-mini-right {
        padding: 15px;
    }
    .footer ul.policy {
        margin-top: 8em;
        margin-bottom: unset;
        gap: 0;
    }
}
@media screen and (max-width: 380px){ 
    .button-group-wraper {
        flex-direction: column;
        gap: 1em;
    }
}

