@charset "utf-8";


/*----------common----------*/

img {
    width: 100%;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*-----------header-----------*/


#header_wrap .header_area .quiz-logo {
    width: 20%;
}

#header_wrap .header_area .logo-image {
    width: 20%;
    margin: auto 0;
}

/*----------main----------*/

.alert_text {
    color: #F44336;
    margin-top: 16px;
}

.alert {
    background: #f2dede;
    color: #da4453;
}

th.period {
    padding: 0;
}

.title-step {
    background: #e7e7e7;
}

.term {
    padding: 0 0 18px 0;
    display: flex;
    gap: 32px;
}

.table_no_border .details {
    display: flex;
    margin-bottom: 18px;
}

.table_no_border .details dt{
    width: 30%;
}

.table_no_border .prize {
    margin-left: 32px;
}

.form_table .hope_product {
    padding-top: 20px;
}

.form_table .prize {
    display: block;
    padding-top: 16px;
}

.form_table .checked-th {
    width: 25%;
    padding: 12px;
    background: #F5F5F5;
}

.form_table td {
    padding-left: 24px;
}

div .privacy {
    text-align: center;
    margin: 48px 0;
}



.correction {
    margin: 48px 0;
    text-align: center;
}

.form_table .complete {
    margin-bottom: 120px;
}


.form_table .fl-name {
    display: flex;
    gap: 12px;
}

.form_table .fl-name dl {
    display: flex;
    align-items: center;
    width: 50%;
}

.form_table .fl-name dt {
    width: 15%;
    text-align: center;
}

.form_table .fl-name dd{
    width: 100%;
}

#form_btn #form_btn3 {
    background: #21a261;
    color: #E7F1F7;
    max-width: 120px;
    position: relative;
    display: block;
    border: 2px solid #21a261;
    transition: all 0.3s;
}

#form_btn #form_btn3:hover {
    background: #fff;
    border: 2px solid #21a261;
    color:#21a261;
}

.privacy a {
    display: inline-block;
    width: 180px;
    background: url("/assets/image/link-icon-small.png") no-repeat center right 5px;
    text-align: left;

}

.homebtn a:hover {
  background: #fff;
}

.homebtn a {
    color: #fff;
    text-decoration: none;
    display: block;
    border: 2px solid #21a261;
    background: #21a261;
    width: 160px;
    line-height: 3;
    border-radius: 5px;
    text-align: center;
    margin: 80px auto 0;
    transition: all 0.3s;
}

.no-icon {
    display: none;
}

.form_table .etc-text {
    margin-top: 24px;
    display: none;
}

.complete {
    text-align: center;
}

/*----------footer----------*/

#footer_wrap .f_list ul {
    display: flex;
    gap: 12px;
    justify-content: center;
    width: 100%;
}


#footer_wrap .f_list li {
    width: 185px;
    padding-right: 6px;
    margin-left: 3px;
}

#footer_wrap .f_list .f_item.first {
    width: 110px;
}

#footer_wrap .f_list .f_item.second {
    width: 125px;
}


#footer_wrap .f_list a {
    display: inline-block;
    background: url("/assets/image/link-icon-small.png") no-repeat center right 5px;
    text-align: left;
    width: 100%;
}



#copyright {
    font-family: "serif";
}




@media screen and (max-width: 1024px) {

    /*----------header----------*/
    #header_wrap .header_area .quiz-logo {
        width: 45%;
    }

    #header_wrap .header_area .logo-image {
        width: 45%;
    }



    /*----------footer----------*/

    #footer_wrap .f_list {
        display: flex;
        gap: 12px;
        justify-content: center;
    }

    #footer_wrap .f_item:after {
        width: 0px;
    }

    #footer_wrap .f_list:first-child {
        /*border-top: none;*/
    }

}

@media screen and (max-width: 875px) {
    .form_table .input_form {
        width: 180px;
    }
}



@media screen and (max-width:512px){
    .form_table .fl-name {
        display: block;
    }

    .form_table .fl-name dl {
        width: 100%;
    }

    .form_table .fl-name .first_name {
        margin-bottom: 24px;
    }

    .form_table .fl-name dt{
        margin-bottom: 4px;
        width: 20%;
    }
}





@media screen and (max-width:375px) {

    /*----------header----------*/


    #form_step div {
        font-size: 1.2rem;
    }

    #header_wrap .header_area .quiz-logo {
        width: 45%;
    }

    #header_wrap .header_area .logo-image {
        width: 45%;
    }

    /*----------main----------*/

    h2 {
        margin: 21px 0;
    }

    .h1_wrap {
        padding: 0;
    }

    .term {
        padding-top: 18px;
    }

    .table_no_border .detailshope{
        display: block;
    }

    .table_no_border .detailshope div{
        margin-bottom: 12px;
    }

    .term {
        padding: 0 0 18px 0;
        display: flex;
        gap: 6px;
        font-size: 1.3rem;
    }

    .form_btn_confirm input{
        display: block;
        margin-bottom: 24px;

    }

    .form_table .fl-name {
        display: block;
    }

    .form_table .fl-name dl {
        width: 100%;
    }

    .form_table .fl-name .first_name {
        margin-bottom: 24px;
    }

    .form_table .fl-name dt{
        margin-bottom: 4px;
        width: 20%;
    }

    .privacy a {
        display: inline-block;
        width: 155px;
        background: url("/assets/image/link-icon-small.png") no-repeat center right 5px;
        text-align: left;

    }

    label.p_check {
        padding-left: 4px;
    }


    /*----------footer----------*/
    #footer_wrap .f_list ul {
        display: block;
        margin: 0 auto;
    }

    .f_list {
        border-top: 1px solid #CCCCCC;
    }

    #footer_wrap .f_list a {
        text-decoration: none;
    }

    #footer_wrap .f_list .f_item {
        margin: 24px auto 0;
    }

    #footer_wrap .f_item:after {
        width: 0px;
    }

}



@media (orientation:landscape){
    .f_list:first-child {
        border-top: none;
    }
}


