@charset "utf-8";

/****************************/
/*         フォーム　　　　*/
/*****************************/
.__parts_form_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 40px;
    border: solid 1px #dedede;
}

.__parts_form_box li {
    width: 48%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.__parts_form_box li:last-child {
    width: 100%;
}

.__parts_form_box_title {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: solid 2px #ffffff;
    padding: 1vw;
    font-size: 0.9em;
}

.__parts_form_box_contents {
    width: calc(100% - 120px);
    border-bottom: dashed 1px #dedede;
    padding: 1vw;
}

.__parts_form_contents_radio_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"] {
    width: 100%;
    height: auto;
    background-color: #fefefe;
    padding: 1vw;
}

textarea {
    width: 100%;
    min-height: 10vw;
    padding: 1vw;
}

select {
    width: 100%;
    padding: 1vw;
}

::placeholder {
    color: #dedede;
}

.__parts_form_contents_radio_box {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

label {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #dedede;
    background-color: #dedede;
    border-radius: 25px;
    color: #ffffff;
    padding: 1vw;
}

input[type="radio"]:checked+label {
    background-color: #425DAA;
    border: solid 2px #425DAA;
    background-color: #425DAA;
    color: #ffffff;
}

input[type="checkbox"]:checked+label {
    background-color: #425DAA;
    border: solid 2px #425DAA;
    background-color: #425DAA;
    color: #ffffff;
}

.__parts_form_box_send_box {
    width: 100%;
    padding: 5vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.__parts_form_box_send_box button {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    background-color: #2ecc71;
    color: #ffffff;
    border-radius: 50px;
    font-weight: bold;
    border: solid 2px #2ecc71;
    transition: 0.5s;
}

.__parts_form_box_send_box button:hover {
    background-color: #ffffff;
    color: #2ecc71;
}

.__parts_form_box_policycheck_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    flex-wrap: wrap;
}

.__parts_form_box_send_result_box {
    width: 100%;
    height: auto;
    padding: 2vw;
}

/******************************/
/*  　　個人情報表記　　　　　　　　*/
/******************************/
.__parts_form_box_policy_box {
    width: 100%;
    height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin: 2vw 0;
    border: solid 1px #dedede;
    padding: 2vw;
    background-color: #ffffff;
}

.__parts_form_box_policy_box ul {
    width: 100%;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
}

.__parts_form_box_policy_box ul li {
    width: 100%;
    padding: 1vw 0;

}

.__parts_form_box_policy_box ul li h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1vw;
}

.__parts_form_box_policy_box ul li ol {
    width: 100%;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    list-style-type: decimal;
    list-style-position: inside;
    margin-top: 1vw;
}

.__parts_form_box_policy_box ul li ol li {
    padding: 0 0;
}

/******************************/
/*  　　バリデーション　CSS　　　　*/
/******************************/
.invalid-feedback {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0 0;
    font-size: 0.8rem;
    color: #C10000;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/

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



/* 1024px～1280px responsive-close
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .__parts_form_box li {
        width: 100%;
    }

    .__parts_form_box_title {
        width: 20%;
        padding: 4vw;
    }

    .__parts_form_box_contents {
        width: 80%;
        padding: 4vw;
    }

    label {
        padding: 2vw;
    }

}


/* 768px～1023px responsive-closed */
/*end -------------------------s---------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/


/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .__parts_form_box {
        padding: 20px;
    }

    .__parts_form_box li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .__parts_form_box_title {
        width: 120px;
        padding: 4vw;
    }

    .__parts_form_box_contents {
        width: calc(100% - 120px);
        padding: 4vw;
    }

    label {
        padding: 2vw;
    }

    /******************************/
    /*  　　個人情報表記　　　　　　　　*/
    /******************************/
    .__parts_form_box_policy_box ul {
        padding: 10px;
    }

    .__parts_form_box_policy_box {
        height: 150px;
    }

    .__parts_form_box_policy_box ul li h3 {
        font-size: 4.8vw;

    }

    .__parts_form_box_policy_box ul li p {
        font-size: 0.8em;
    }

    .__parts_form_box_policycheck_box label {
        width: 80% !important;
    }
}

/* 767px responsive-closed */

/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/