@charset "utf-8";

/* ==================================================
Common CSS
================================================== */

@media(max-width:999px){

/*STYLE*/
.pc {
    display:none;
}

.cts {
    width:90%;
}

.en {
    font-family: "Barlow Semi Condensed", sans-serif;
}

.titles {
    padding-bottom:20px;
    text-align:center;
}

.titles h2 {
    font-size:200%;
    font-weight:bold;
    line-height:135%;
}

.titles .icon {
    width:60px;
    margin:0 auto 10px;
}

.titles .category {
    text-align:center;
    margin-bottom:7px;
}

.titles .category p {
    font-size:90%;
    font-weight:700;
    font-style:italic;
    line-height:100%;
    color:#fff;
    background:#000;
    border-radius:10vw;
    padding:6px 20px 8px;
    display:inline-block;
}

.titles .category.re p {
    color:#fff;
    background:transparent;
    border:#fff 1px solid;
}

.titles .copy {
    font-size:100%;
    font-weight:600;
    padding-top:5px;
}

.swiper-wrapper {
    transition-timing-function:linear;
}



/*FIXED CTA*/
.fixed_cta {
    position:fixed;
    top:0;
    right:0;
    z-index:9999;
}

.fixed_cta a {
    width:70px;
    height:70px;
    background:#e71f1c;
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}

.fixed_cta a img {
    width:35px;
    margin:0 auto 3px;
}

.fixed_cta a p {
    font-size:70%;
    font-weight:600;
    color:#fff;
    text-align:center;
}





/*MV*/
#mv {
    width:100%;
    height:100vh;
    background:#000;
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

#mv h1 {
    position:absolute;
    top:0;
    left:0;
    background:#fff;
    padding:10px 15px;
    font-size:100%;
    font-weight:bold;
    z-index:1000;
}

#mv .mv_slider {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:calc(100vh - 50px);
}

#mv .mv_slider .mv_slider1 {
    width:100%;
    height:50%;
}

#mv .mv_slider .mv_slider2 {
    width:100%;
    height:50%;
}

#mv .mv {
    width:100%;
    height:100%;
}

#mv .mv1 {
    background:url(../img/mv_1.jpg) center;
    background-size:cover;
}

#mv .mv2 {
    background:url(../img/mv_2.jpg) center;
    background-size:cover;
}

#mv .mv3 {
    background:url(../img/mv_3.jpg) center;
    background-size:cover;
}

#mv .mv4 {
    background:url(../img/mv_4.jpg) center;
    background-size:cover;
}

#mv .mv5 {
    background:url(../img/mv_5.jpg) center;
    background-size:cover;
}

#mv .mv6 {
    background:url(../img/mv_6.jpg) center;
    background-size:cover;
}

#mv .mv7 {
    background:url(../img/mv_7.jpg) center;
    background-size:cover;
}

#mv .mv8 {
    background:url(../img/mv_8.jpg) center;
    background-size:cover;
}

#mv .mv9 {
    background:url(../img/mv_9.jpg) center;
    background-size:cover;
}

#mv .mv10 {
    background:url(../img/mv_10.jpg) center;
    background-size:cover;
}

#mv .mv11 {
    background:url(../img/mv_11.jpg) center;
    background-size:cover;
}

#mv .mv12 {
    background:url(../img/mv_12.jpg) center;
    background-size:cover;
}

#mv .copies {
    position:relative;
    z-index:1000;
    margin-bottom:60px;
}

#mv .copies .subcopy {
    padding-left:20px;
    margin-bottom:5px;
}

#mv .copies .subcopy p {
    font-size:110%;
    font-weight:900;
    line-height:100%;
    background:#000;
    color:#fff;
    display:inline-block;
    border-radius:20vw;
    padding:8px 20px 10px;
}

#mv .copies .maincopy {
    font-size:400%;
    font-weight:900;
    font-style:italic;
    letter-spacing:-5px;
    line-height:100%;
    color:#e71f1c;
}

#mv .copies .maincopy:nth-child(2) {
    padding-left:10px;
    margin-bottom:5px;
}

#mv .copies .maincopy .kana {
    letter-spacing:-10px;
}

#mv .points {
    position:absolute;
    bottom:65px;
    right:0;
    z-index:1000;
}

#mv .points .point {
    text-align:right;
}

#mv .points .point p {
    font-size:90%;
    font-weight:900;
    background:#fff;
    border-radius:10vw 0 0 10vw;
    padding:3px 10px 5px 20px;
    display:inline-block;
    margin:5px 0;
}

#mv .summary {
    width:100%;
    height:50px;
    background:#e71f1c;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    position:absolute;
    bottom:0;
    left:0;
    z-index:1000;
}

#mv .summary p {
    font-size:80%;
    font-weight:900;
    line-height:135%;
    padding-bottom:3px;
    color:#fff;
}



/*INTRO*/
#intro {
    padding:50px 0;
    background:url(../img/intro_bg.svg) top center no-repeat;
    background-size:90vw;
}

#intro .titles .icon {
    width:50px;
}

#intro .titles h2 {
    font-size:150%;
}

#intro .details {
}

#intro .details .detail {
    width:100%;
    margin-bottom:35px;
}

#intro .details .detail:last-child {
    margin-bottom:0;
}

#intro .details .detail .photo {
    margin-bottom:20px;
}

#intro .details .detail h3 {
    font-size:135%;
    font-weight:900;
    line-height:135%;
    text-align:center;
    padding-bottom:10px;
    color:#e71f1c;
}

#intro .details .detail .ex {
}





/*ABOUT*/
#about {
    width:100%;
    background:#000;
    position:relative;
}

#about .mainimage {
    width:100%;
    height:80vw;
    background:url(../img/about.jpg) center;
    background-size:cover;
    position:relative;
}

#about .mainimage .copies {
    position:absolute;
    z-index:1000;
    bottom:15px;
    left:15px;
}

#about .mainimage .copies .maincopy {
    font-size:180%;
    font-weight:900;
    font-style:italic;
    letter-spacing:-2px;
    line-height:100%;
    color:#fff;
    margin-top:10px;
    text-shadow:0 0 10px rgba(0,0,0,0.7);
}

#about .detail {
    width:100%;
    background:rgba(0,0,0,1);
    padding:25px 25px 25px;
    position:relative;
}

#about .detail .map {
    width:135px;
    margin:0 auto 15px;
}

#about .detail .tx {
    color:#fff;
    line-height:180%;
}



/*SCENE*/
#scene {
    padding:25px 0;
    background:#fde8e8;
}

#scene .scene_slider1 {
    margin-bottom:20px;
}

#scene img {
    border-radius:20px;
}





/*FEATURE*/
#feature {
    padding:50px 0;
}

#feature .cts {
    width:100%;
}

#feature .features {
}

#feature .features .feature {
    margin-bottom:50px;
}

#feature .features .feature:last-child {
    margin-bottom:0;
}

#feature .features .feature .photo {
    width:90%;
    height:60vw;
    margin:0 auto 20px;
    border-radius:20px;
}

#feature .features .feature .photo1 {
    background:url(../img/feature_1.jpg) center;
    background-size:cover;
}

#feature .features .feature .photo2 {
    background:url(../img/feature_2.jpg) center;
    background-size:cover;
}

#feature .features .feature .photo3 {
    background:url(../img/feature_3.jpg) center;
    background-size:cover;
}

#feature .features .feature .detail {
    width:90%;
    margin:auto;
}

#feature .features .feature .detail .number {
    font-size:450%;
    font-weight:700;
    line-height:100%;
    font-style:italic;
    color:#c8c8c8;
    padding-bottom:5px;
    text-align:center;
}

#feature .features .feature .detail h3 {
    font-size:180%;
    font-weight:900;
    font-style:italic;
    line-height:125%;
    padding-bottom:10px;
    color:#e71f1c;
    text-align:center;
}

#feature .features .feature .detail .ex {
}





/*INTERVIEW*/
#interview {
    padding:50px 0 25px;
    background:#000 url(../img/interview_bg.jpg) center;
    background-size:cover;
}

#interview .titles h2 {
    color:#fff;
}

#interview .titles .copy {
    color:#fff;
}

#interview .tabs {
    display:flex;
    justify-content:center;
}

#interview .tabs .tab {
    font-size:90%;
    font-weight:500;
    line-height:100%;
    background:#000;
    color:#fff;
    padding:10px 15px 10px;
    margin:0 5px;
    cursor:pointer;
}

#interview .tabs .tab.on {
    background:#e71f1c;
    color:#fff;
}

#interview .interviews {
}

#interview .interviews .interview {
    background:rgba(0,0,0,0.7);
    border:#e71f1c 4px solid;
    padding:25px 25px;
}

#interview .interviews .interview1 {
}

#interview .interviews .interview2 {
    display:none;
}

#interview .interviews .interview3 {
    display:none;
}

#interview .interviews .interview h3 {
    font-size:150%;
    font-weight:900;
    font-style:italic;
    line-height:135%;
    color:#fff;
    text-align:center;
    padding-bottom:20px;
}

#interview .interviews .interview .details {
}

#interview .interviews .interview .details .photos {
    text-align:center;
    margin-bottom:25px;
}

#interview .interviews .interview .details .photos .photo {
    width:60%;
    margin:0 auto 20px;
}

#interview .interviews .interview .details .photos .name {
    font-size:110%;
    font-weight:600;
    color:#fff;
}

#interview .interviews .interview .details .photos .position {
    font-size:80%;
    color:#aaa;
}

#interview .interviews .interview .details .detail {
    width:100%;
}

#interview .interviews .interview .details .detail .messages {
    
}

#interview .interviews .interview .details .detail .messages .message {
    margin-bottom:35px;
}

#interview .interviews .interview .details .detail .messages .message:last-child {
    margin-bottom:0;
}

#interview .interviews .interview .details .detail .messages .message h4 {
    font-weight:bold;
    background:#e71f1c;
    padding:5px 0 7px 10px;
    color:#fff;
    margin-bottom:10px;
}

#interview .interviews .interview .details .detail .messages .message h4 span {
    border-left:#000 5px solid;
    padding:5px 0 5px 10px;
    font-weight:600;
    line-height:100%;
    margin-bottom:10px;
    display:inline-block;
}

#interview .interviews .interview .details .detail .messages .message .tx {
    color:#fff;
}



/*PROCESS*/
#process {
    padding:50px 0 25px;
    background:#f5f0eb;
}

#process .titles {
    padding-bottom:40px;
}

#process .steps {
    position:relative;
}

#process .steps .flowline {
    width:20px;
    height:100%;
    background:#dcd2c8;
    position:absolute;
    top:0;
    left:0;
    right:0;
    margin:auto;
}

#process .steps .step {
    width:100%;
    position:relative;
    background:#fff;
    border-radius:20px;
    margin-bottom:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:15px 10px 10px;
}

#process .steps .step:last-child {
    margin-bottom:0;
}

#process .steps .step .number {
    font-size:160%;
    font-weight:900;
    font-style:italic;
    text-align:center;
    color:#e71f1c;
    position:absolute;
    top:-20px;
    left:0;
    right:0;
}

#process .steps .step .illust {
    width:90px;
    height:90px;
    margin-right:20px;
}

#process .steps .step .illust img {
}

#process .steps .step .detail {
    width:180px;
}

#process .steps .step .detail .status {
    font-weight:800;
    color:#e71f1c;
}

#process .steps .step .detail .tx {
    font-size:80%;
}




/*FAQ*/
#faq {
    padding:70px 0;
}

#faq .faqs {
}

#faq .faqs .faq {
    margin-bottom:35px;
}

#faq .faqs .faq:last-child {
    margin-bottom:0;
}

#faq .faqs .faq .question {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
}

#faq .faqs .faq .question .item {
    width:40px;
    height:40px;
    background:#e71f1c;
    border-radius:6px;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:110%;
    font-weight:600;
    text-align:center;
}

#faq .faqs .faq .question h3 {
    width:calc(100% - 55px);
    font-size:100%;
    font-weight:800;
    line-height:135%;
    color:#e71f1c;
}

#faq .faqs .faq .answer {
    display:flex;
    justify-content:space-between;
}

#faq .faqs .faq .answer .item {
    width:40px;
    height:40px;
    background:#e1e1e1;
    border-radius:6px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:120%;
    font-weight:600;
    text-align:center;
}

#faq .faqs .faq .answer .tx {
    width:calc(100% - 55px);
}




/*CTA*/
.cta {
    width:100%;
    padding:35px 0;
    background:#e71f1c;
}

.cta .cts {
    width:100%;
    text-align:center;
}

.cta .blank {
    display:none;
}

.cta .copies {
    width:100%;
    height:100%;
    background:url(../img/cta_bg.svg) no-repeat center;
    background-size:500px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}

.cta .copies .subcopy {
    text-align:center;
    margin-bottom:10px;
}

.cta .copies .subcopy p {
    font-size:110%;
    font-weight:800;
    line-height:100%;
    background:#000;
    border-radius:10vw;
    display:inline-block;
    padding:7px 20px 10px;
    color:#fff;
}

.cta .copies .maincopy {
    font-size:135%;
    font-weight:800;
    line-height:135%;
    color:#fff;
    padding-bottom:15px;
}

.cta .photo {
    width:90%;
    margin:0 auto 10px;
}

.cta .cta_btn {
    width:90%;
    margin:auto;
    display:inline-block;
    animation:cta 1s infinite alternate;
    -webkit-animation:cta 1s infinite alternate;
}

.cta .cta_btn a {
    width:100%;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    background:#fff;
    padding:20px 50px;
    border-radius:6px;
}

.cta .cta_btn a p {
    font-size:135%;
    font-weight:900;
    font-style:italic;
    line-height:100%;
    color:#e71f1c;
}

.cta .cta_btn a img {
    width:16px;
    height:16px;
    position:absolute;
    right:25px;
}





/*ENTRY*/
#entry {
    padding:50px 0 30px;
    position:relative;
    background:#000 url(../img/entry_bg.jpg) center;
    background-size:cover;
}

#entry .cts {
}

#entry .titles {
    padding-bottom:15px;
}

#entry .titles h2 {
    color:#fff;
}

#entry .titles .icon {
    width:50px;
    margin:0 auto 10px;
}

#entry .entry_form {
    position:relative;
    background:#fff;
    box-shadow:0 0 20px rgba(0,0,0,0.1);
}

#entry .entry_form .entry_cts {
    padding:25px 25px 25px;
    text-align:center;
}

#entry .entry_form .entry_cts .q {
    font-size:350%;
    font-weight:500;
    line-height:100%;
    color:#c8c8c8;
    padding-bottom:10px;
    font-family: "Barlow Semi Condensed", sans-serif;
}

#entry .entry_form .entry_cts .question {
    font-size:150%;
    font-weight:600;
    line-height:135%;
}

#entry .entry_form .entry_cts .attention {
    font-size:80%;
    font-weight:400;
}

#entry .entry_form .entry_cts form {
    margin-top:15px;
}



/*ENTRY STEP COLUMN5*/
#entry .entry_form .steps.column5 .step {
    width:20%;
    padding-left:10px;
}

#entry .entry_form .steps.column5 .step:first-child {
    width:17.5%;
    padding-left:10px;
}

#entry .entry_form .steps.column5 .step:last-child {
    width:22.5%;
}



/*ENTRY STEP COLUMN6*/
#entry .entry_form .steps.column6 .step {
    width:16.5%;
    padding-left:10px;
}

#entry .entry_form .steps.column6 .step:first-child {
    width:16.5%;
    padding-left:10px;
}

#entry .entry_form .steps.column6 .step:last-child {
    width:17.5%;
}



/*ENTRY STEP COMMON*/
#entry .entry_form .steps {
    display:flex;
}

#entry .entry_form .steps .step {
    height:50px;
    background:linear-gradient(to right,#464646,#323232);
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    position:relative;
}

#entry .entry_form .steps .step.now {
    background:#e71f1c;
}

#entry .entry_form .steps .step.past {
    background:linear-gradient(to right,#787878,#646464);
}

#entry .entry_form .steps .step:after {
    content:"";
    border-top:transparent 25px solid;
    border-right:transparent 10px solid;
    border-bottom:transparent 25px solid;
    border-left:#323232 10px solid;
    position:absolute;
    top:0;
    right:-20px;
    z-index:1;
}

#entry .entry_form .steps .step.now:after {
    content:"";
    border-top:transparent 25px solid;
    border-right:transparent 10px solid;
    border-bottom:transparent 25px solid;
    border-left:#e71f1c 10px solid;
    position:absolute;
    top:0;
    right:-20px;
    z-index:1;
}

#entry .entry_form .steps .step.past:after {
    content:"";
    border-top:transparent 25px solid;
    border-right:transparent 10px solid;
    border-bottom:transparent 25px solid;
    border-left:#646464 10px solid;
    position:absolute;
    top:0;
    right:-20px;
    z-index:1;
}

#entry .entry_form .steps .step:last-child:after {
display:none;
}

#entry .entry_form .steps .step p {
    line-height:100%;
    text-align:center;
    color:#fff;
}

#entry .entry_form .steps .step p:first-child {
    font-size:100%;
    padding-bottom:7px;
}

#entry .entry_form .steps .step p:last-child {
    font-size:50%;
}



/*ENTRY STATUS*/
#entry.entry_status .answer {
    display:flex;
    justify-content:center;
}

#entry.entry_status label {
    border:#000 3px solid;
    color:#000;
    padding:15px;
    display:block;
    cursor:pointer;
    border-radius:10px;
    font-size:120%;
    font-weight:600;
    margin:0 7px;
    width:120px;
}



/*ENTRY JOB*/
#entry.entry_job .answer {
}

#entry.entry_job .answer p {
    margin-bottom:15px;
}

#entry.entry_job .answer p:last-child {
    margin-bottom:0;
}

#entry.entry_job label {
    border:#000 3px solid;
    color:#000;
    padding:15px;
    display:block;
    cursor:pointer;
    border-radius:10px;
    font-size:120%;
    font-weight:600;
    margin:0 7px;
    width:100%;
}



/*ENTRY EMPLOYMENT*/
#entry.entry_employment .answer {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

#entry.entry_employment .answer p {
    width:48%;
    margin:0 4% 0 0;
}

#entry.entry_employment .answer p:nth-child(odd) {
    margin-right:0;
}

#entry.entry_employment .answer p:nth-child(n+3) {
    margin-bottom:0;
}

#entry.entry_employment label {
    border:#000 3px solid;
    color:#000;
    padding:15px;
    display:block;
    cursor:pointer;
    border-radius:10px;
    font-size:110%;
    font-weight:600;
}



/*ENTRY AREA*/
#entry.entry_area .answer {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

#entry.entry_area .answer p {
    width:48%;
    margin:0 4% 15px 0;
}

#entry.entry_area .answer p:nth-child(odd) {
    margin-right:0;
}

#entry.entry_area .answer p:nth-child(n+4) {
    margin-bottom:0;
}

#entry.entry_area label {
    border:#000 3px solid;
    color:#000;
    padding:15px;
    display:block;
    cursor:pointer;
    border-radius:10px;
    font-size:120%;
    font-weight:600;
}



/*ENTRY AGE*/
#entry.entry_age {
}

#entry.entry_age .detail_cts {
    display:flex;
    justify-content:center;
    align-items:center;
}

#entry.entry_age .detail_cts p:last-child {
    padding-left:10px;
    font-size:120%;
    font-weight:500;
}

#entry.entry_age .style_age {
    width:150px;
    font-size:120%;
    font-weight:600;
    color:#000;
    border:#000 3px solid;
    padding:15px 20px;
    border-radius:10px;
    margin:0 7px;
    display:block;
    cursor:pointer;
}



/*ENTRY NAME*/
#entry.entry_name {
}

#entry.entry_name .forms .form {
    width:100%;
    margin-top:15px;
}

#entry.entry_name .forms .form:first-child {
    margin-top:0;
}

#entry.entry_name .forms .form .item {
    font-size:110%;
    font-weight:500;
    padding-bottom:7px;
    text-align:left;
}

#entry.entry_name .forms .form .detail {
    width:100%;
}

#entry.entry_name .forms .form .detail .detail_cts {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

#entry.entry_name .forms .form .detail .detail_cts p {
    width:48.5%;
}

#entry.entry_name .style_name {
    width:100%;
    color:#000;
    border:#000 3px solid;
    padding:15px 20px;
    border-radius:10px;
    font-size:120%;
    font-weight:600;
}

#entry.entry_name .style_kana {
    width:100%;
    color:#000;
    border:#000 3px solid;
    padding:15px 20px;
    border-radius:10px;
    font-size:120%;
    font-weight:600;
}



/*ENTRY CONTACT*/
#entry.entry_contact {
}

#entry.entry_contact .forms .form {
    width:100%;
    margin-bottom:15px;
}

#entry.entry_contact .forms .form .item {
    font-size:120%;
    font-weight:500;
    padding-bottom:7px;
    text-align:left;
}

#entry.entry_contact .forms .form .detail {
    width:100%;
}

#entry.entry_contact .style_tel {
    width:100%;
    font-size:120%;
    font-weight:600;
    color:#000;
    border:#000 3px solid;
    padding:15px 20px;
    border-radius:10px;
}

#entry.entry_contact .style_mail {
    width:100%;
    font-size:110%;
    font-weight:600;
    color:#000;
    border:#000 3px solid;
    padding:15px 20px;
    border-radius:10px;
}



/*ENTRY TEL*/
#entry.entry_tel {
}

#entry.entry_tel .forms .form {
    width:100%;
}

#entry.entry_tel .forms .form .item {
    font-size:120%;
    font-weight:500;
    padding-bottom:7px;
    text-align:left;
}

#entry.entry_tel .forms .form .detail {
    width:100%;
}

#entry.entry_tel .style_tel {
    width:100%;
    font-size:120%;
    font-weight:600;
    color:#000;
    border:#000 3px solid;
    padding:15px 20px;
    border-radius:10px;
}



/*ENTRY MAIL*/
#entry.entry_mail {
}

#entry.entry_mail .forms .form {
    width:100%;
}

#entry.entry_mail .forms .form .item {
    font-size:110%;
    font-weight:500;
    padding-bottom:7px;
    text-align:left;
}

#entry.entry_mail .forms .form .detail {
    width:100%;
}

#entry.entry_mail .style_mail {
    width:100%;
    font-size:120%;
    font-weight:600;
    color:#000;
    border:#000 3px solid;
    padding:15px 20px;
    border-radius:10px;
}


/*ENTRY CONSENT*/
#entry.entry_consent {
}

#entry.entry_consent .detail {
}

#entry.entry_consent .detail .caution {
}


/*ENTRY SEX*/
#entry.entry_sex .answer {
    display:flex;
    justify-content:center;
}

#entry.entry_sex label {
    border:#000 3px solid;
    color:#000;
    padding:20px;
    display:block;
    cursor:pointer;
    border-radius:10px;
    font-size:120%;
    font-weight:600;
    margin:0 7px;
    width:80px;
}


/*ENTRY PREFECTURE*/
#entry.entry_prefecture {
}

#entry.entry_prefecture .detail_cts {
    display:flex;
    justify-content:center;
    align-items:center;
}

#entry.entry_prefecture .style_prefecture {
    width:100%;
    font-size:120%;
    font-weight:600;
    color:#000;
    border:#000 3px solid;
    padding:15px 20px;
    border-radius:10px;
    margin:0 7px;
    display:block;
    cursor:pointer;
}


/*ENTRY QUALIFIED*/
#entry.entry_qualified .answer {
    display:flex;
    justify-content:center;
}

#entry.entry_qualified label {
    border:#000 3px solid;
    color:#000;
    padding:20px;
    display:block;
    cursor:pointer;
    border-radius:10px;
    font-size:120%;
    font-weight:600;
    margin:0 7px;
    width:150px;
}




/*ENTRY CONFIRM*/
#entry.confirm {
}

#entry.confirm .entry_form .entry_cts {
    padding:25px 25px 25px;
    text-align:left;
}

#entry.confirm .entry_form .entry_cts .copy {
    font-size:110%;
    font-weight:600;
    text-align:center;
}

#entry.confirm .confirmations {
}

#entry.confirm .confirmations .confirmation {
    border-bottom:#e1e1e1 1px solid;
    padding:20px 0;
}

#entry.confirm .confirmations .confirmation:first-child {
    border-top:#e1e1e1 1px solid;
}

#entry.confirm .confirmations .confirmation .item {
    font-size:100%;
    font-weight:500;
}

#entry.confirm .confirmations .confirmation .ex {
    font-size:120%;
    font-weight:bold;
    line-height:100%;
    color:#000;
    margin-top:5px;
}



/*PRIVACY POLICY*/
#entry.confirm .privacy_policy {
    padding:15px 0 0;
}

#entry.confirm .privacy_policy .item {
    font-size:100%;
    font-weight:600;
}

#entry.confirm .privacy_policy .tx {
    font-size:90%;
    padding-bottom:15px;
}

#entry.confirm .privacy_policy .privacies {
    width:100%;
    height:190px;
    overflow:scroll;
    border:#e1e1e1 1px solid;
    padding:15px 20px;
}

#entry.confirm .privacy_policy .privacies .privacy {
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:#e1e1e1 1px dashed;
}

#entry.confirm .privacy_policy .privacies .privacy:last-child {
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
}

#entry.confirm .privacy_policy .privacies .privacy .privacy_item {
    font-size:80%;
    font-weight:bold;
}

#entry.confirm .privacy_policy .privacies .privacy .ex {
    font-size:80%;
}

#entry.confirm .privacy_policy .privacies .privacy li {
    font-size:80%;
}

#entry.confirm .privacy_policy .privacies .privacy .contact {
    font-size:80%;
    padding-top:10px;
}



/*ENTRY FINISH*/
#entry.thanks {
}

#entry.thanks .entry_form .entry_cts {
    padding:30px 30px 30px;
}

#entry.thanks h3 {
    font-size:200%;
    font-weight:bold;
    padding-bottom:25px;
    color:#000;
}

#entry.thanks .ex {
    font-size:100%;
    font-weight:500;
    padding-bottom:25px;
}

#entry.thanks .attention {
    font-size:80%;
    display:flex;
}

#entry.thanks .backbtn {
    margin-top:50px;
    text-align:center;
}

#entry.thanks .backbtn .btn {
    display:inline-block;
}

#entry.thanks .backbtn .btn a {
    display:flex;
    justify-content:center;
    align-items:center;
    border:#000 1px solid;
    padding:10px 20px;
}

#entry.thanks .backbtn .btn a p {
    font-weight:500;
    color:#000;
    padding-left:10px;
}

#entry.thanks .backbtn .btn a .arrow {
    width:10px;
    height:10px;
    border-top:#000 1px solid;
    border-right:#000 1px solid;
    transform:rotate(-135deg);
}



/*ENTRY BTN*/
#entry .btns {
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:20px;
}
    
#entry .btns btn {
    margin:0 7px;
}
    
#entry input[type="radio"],
#entry input[type="checkbox"] {
visibility:hidden;
position:absolute;
}

#entry .warning {
font-size:90%;
font-weight:600;
color:#e71f1c;
margin:10px auto 15px;
display:block;
border:none;
padding:0;
text-align:center;
}

#entry label:hover {
}

#entry input[type="radio"]:checked + label {
    background:#000;
    color:#fff;
}

#entry input[type="checkbox"]:checked + label {
    background:#000;
    color:#fff;
}

#entry input[type="submit"] {
cursor:pointer;
}

#entry input[type="submit"]:hover {
-webkit-animation:hover 0.5s ease forwards;
animation:hover 0.5s ease forwards;
}

#entry .style_fix {
font-size:90%;
font-weight:500;
padding:10px 20px;
background:#aaa;
color:#fff;
border:none;
border-radius:5px;
margin-right:12px;
cursor:pointer;
}

#entry .style_fix:hover {
-webkit-animation:hover 0.5s ease forwards;
animation:hover 0.5s ease forwards;
}

#entry .style_submit {
font-size:110%;
font-weight:600;
padding:12px 30px;
background:#fff;
border:none;
background:#e71f1c;
color:#fff;
border-radius:5px;
}






/*BACK TO TOP*/
.BackToTop {
position:fixed;
width:40px;
height:40px;
right:15px;
bottom:15px;
z-index:100;
display:none;
}



/*FOOTER*/
footer {
    padding:30px 0 20px;
}

footer .info {
    text-align:center;
    padding-bottom:30px;
}

footer .info .logo {
    width:240px;
    margin:0 auto;
}

footer .info .company {
    font-size:110%;
    font-weight:bold;
}

footer .info .address {
    font-size:90%;
}

footer .copyright {
    font-size:60%;
    text-align:center;
    color:#b4b4b4;
}

















}