/**************** Modal privacy ********************/

.w3-modal {
    z-index: 1050;
    display: none;
    padding-top: 5em;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);
}

.w3-modal-content{
    margin:auto;
    background-color:rgb(255, 255, 255, 1);
    position:relative;
    padding:0;
    outline:0;
    width:900px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.w3-container-contents {
    float: left;
    padding: 1.2em 0px;
    text-align: left;
    width: 100%;
    background-color: #ffffff;
    overflow-y: scroll;
    height: 600px;
}

.event-container-contents {
    float: left;
    padding: 1.0em 0px;
    text-align: left;
    width: 100%;
    background-color: #ffffff;
}

.title-privacy{
   float:left;
   display:block;
   text-align:left;
   width:90%;
   max-width:85%;
   padding-left: 0.7em;
}

.h2-title{
    font-size: 1.7em;
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 16px 0 13px 0;
    font-weight: bold;
}

.h2-title1{
    font-size: 1.7em;
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 15px 0 13px 0;
    font-weight: bold;
}

.h2-title-down{
    font-size: 1.7em;
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 20px 0 13px 0;
    font-weight: bold;
    padding-top:0px;
    color:#ffffff;
    text-align: left;
}

.close-privacy{
   float:right;
   display:block;
   text-align:left;
   width:10%;
   max-width:15%;
}

.close-privacy-event{
    float: right;
    text-align: left;
    width: 5%;
 }

.w3-container, .w3-panel {
    padding: 0.01em 16px;
}

.w3-animate-top {
    position: relative;
    animation: animatetop 0.4s;
}

.w3-card-4, .w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}

.w3-blue, .w3-hover-blue:hover {
    color: #fff!important;
    background-color: #4a8edc!important;
    height: 5.8rem;
    line-height: 2.5em;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.w3-blue1 {
    color: #fff!important;
    background-color: #4a8edc!important;
    height: 6.0rem;
    line-height: 2.1em;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.w3-blue-down{
    color: #fff!important;
    background-color: #4a8edc!important;
    height: 74px;
    line-height: 2.3em;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.w3-btn, .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 2px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-button:hover {
    color: #ffffff!important;
    background-color: #ccc transparent !important;
}

.w3-btn, .w3-button1 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-btn, .w3-button1 {
    border: none;
    display: inline-block;
    padding: 2px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-button1:hover, .w3-button1:focus, .w3-button1:active, .w3-button1.active {
    color: rgba(255, 255, 255, 0.65)!important;
    background-color: #ccc ransparent !important ;
    text-decoration: none;
    outline:none;
}

.w3-xlarge-e {
    font-size: 2.7em!important;
    line-height: 0.8;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
}


.w3-xlarge {
    font-size: 2.7em!important;
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
}

.w3-xlarge1 {
    font-size: 2.7em!important;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

.w3-xlarge-down {
    font-size: 2.7em!important;
    color: #ffffff;
    line-height: 1.6;
    display: inline-block;
    vertical-align: middle;
}

.w3-tooltip, .w3-display-container {
    position: relative;
}

.w3-opacity, .w3-hover-opacity:hover {
    opacity: 0.60;
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.housin_info {
    background-color: #F9F9F9;
    padding: 22px;
    line-height: 23px;
    border: 1px solid #ECECEC;
    display:block;
}

.housin_info li{
   text-align:left;
}

.housin_info_event {
    background-color: #F9F9F9;
    padding: 22px;
    line-height: 23px;
    border: 1px solid #ECECEC;
    margin-bottom: 1.5em;
}

.housin_info_down {
    background-color: #F9F9F9;
    padding: 22px;
    line-height: 23px;
    border: 1px solid #ECECEC;
    display: block;
}

.check_area_m {
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
}

.check_area_m1 {
    float: left;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0.55em;
}


/**********************************************/

@media screen and (max-width: 600px){
    .w3-modal {
        z-index: 100000;
        padding-top: 0em;
        background-color: rgb(255, 255, 255);
        background-color: rgb(255, 255, 255);
    }

    .w3-container-contents {
        overflow-y: hidden;
        height: auto;
    }

    .close-privacy-event{
        width: 10%;
     }

    .check_area_m {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .check_area_m1 {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .Consent_btn {
        margin: 0em;
    }

    .Consent_btn1 {
        margin: 0em;
    }

    .Consent_box label {
        letter-spacing: -0.7px;
    }

    .Consent_pmark {
        float: left;
        width:60%;
    }

    .Consent_pmark1 {
        float: left;
        width:80%;
    }

    .h2-title {
        font-size: 1.55em;
    }

    .h2-title1 {
        font-size: 1.55em;
    }

    .h2-title-down {
        font-size: 1.55em;
    }

    .w3-modal-content {
        width: 100%;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .w3-blue, .w3-hover-blue:hover {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .w3-blue1 {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .w3-blue-down {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .check_area {
        margin: 0.4em 1.2em 1em 1.2em;
    }

    .w3-xlarge {
        font-size: 2.8em!important;
        line-height: 1.1;
    }

    .w3-xlarge1 {
        font-size: 2.8em!important;
        line-height: 1.1;
    }

    .w3-xlarge-down {
        font-size: 2.7em!important;
        line-height: 1.5;
    }

    .w3-xlarge-e {
        font-size: 2.2em!important;
        line-height: 0.7;
    }

    .title-privacy {
        padding-left: 0.3em;
    }

    }
