@charset "utf-8";
/* CSS Document */
/*header-02
--------------------------------------------------------------------------------------------------------------------------------------------------*/
#header {
    background: var(--bg-color_g1);
}
#container {
    background: var(--bg-color_g1);
}
#header {
    height: auto !important;
}
#header .head {
    margin-right: auto;
    padding: 2rem 0;
}
#header .logo_flex {
    margin-top: auto;
   padding-left: 2vw;
}
@media screen and (max-width: 960px) {
    #header .head {
        padding: 0 0;
    }
}
/*page_title_area
--------------------------------------------------------------------------------------------------------------------------------------------------*/
.page_title_area {
    background: var(--bg-color_g1);
    overflow: visible;
    z-index: 0;
}
.page_title_area:before {
    content: normal;
}
.page_title_area_w {
    border-top: 3px solid var(--base-color1);
    max-width: none;
    margin: auto;
    overflow: visible;
    position: relative;
    background: var(--base-color0);
}
/*.page_title {
    display: inline-block;
    padding-left: 4.5rem;
    background: url("../images/parts/ico_pen.svg") no-repeat;
    background-size: 4rem;
    background-position: top 50% left 0;
}*/
/*.page_title_area_w:before {
    content: "";
    background: url("../images/parts/quest_page_title.png") no-repeat;
    background-size: cover;
    height: 76px;
    width: 100%;
    position: absolute;
    bottom: -76px;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 3;
}*/
/*@media screen and (max-width: 480px) {
    .page_title {
        max-width: 80%;
        margin: auto;
        padding-left: 3rem;
        background-size: 2.5rem;
        background-position: top 50% left 0;
    }
}*/
/*sub_dt*/
.sub_dt {
    margin-bottom: 1rem;
}
.quest_dl .small {
    margin-top: 1rem;
    font-size: 1.4rem;
}
/* copyright footer-02
------------------------------------------------------------- */
.copyright {
    background: var(--base-color0);
    color: var(--base-color4);
    padding: 6rem 0;
}
@media screen and (max-width: 960px) {
    .copyright {
        margin-top: 30px;
        font-size: 1.1rem;
        line-height: 1.4;
    }
}
/*password__ アンケートパスワード ============================================================================================================================== */
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="mail"], input[type="password"] {
    border: solid 1px #CCCCCC;
}
/*input[type="checkbox"]::before {
    border: none;
}*/
.size_90 {
    width: 90% !important;
}
.size_80 {
    width: 80% !important;
}
.size_70 {
    width: 70% !important;
}
.size_60 {
    width: 60% !important;
}
.size_50 {
    width: 50% !important;
}
.size_40 {
    width: 40% !important;
}
.size_30 {
    width: 30% !important;
}
.size_20 {
    width: 20% !important;
}
.size_10 {
    width: 10% !important;
}
@media screen and (max-width: 480px) {
    .size_10 {
        width: 25% !important;
    }
}
/*quest______ アンケートパスワード ============================================================================================================================== */
/*フォーム　パーツ
------------------------------------------------------------------------------------*/
.quest_dl dl dd textarea {
    min-height: 132px;
}
/*quest_select
-------------------------------------*/
.quest_select select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #CCCCCC;
    outline: none;
    background: #fff url("../images/parts/select_arrow.svg") no-repeat;
    background-size: contain;
    background-position: top 0 right 0;
    padding: 1rem;
    font-size: 1.6rem;
    position: relative;
    z-index: 3;
    min-width: 30%;
    max-width: 100%;
}
/*ie*/
.quest_select select::-ms-expand {
    display: none;
}
.quest_select select:focus-visible {
    border: solid 1px var(--base-color4) !important;
}
@media screen and (max-width: 680px) {
    .quest_select select {
        min-width: 100%;
        max-width: 100%;
    }
}

/* quest_input_date */
.quest_input_date input{
width:auto!important;

}


/*quest_list_box
-------------------------------------*/
.quest_list_box select {
    border: solid 1px #CCCCCC;
    font-size: 1.6rem;
    min-width: 30%;
    max-width: 100%;
}
.btn_basic{
    > *:focus-visible{
        border: solid 2px #000;
        box-sizing: border-box;
    }
}


/*quest_list_box_flex
---------------------------------------*/
.quest_list_box_flex {
    display: flex;
}
.quest_list_box_flex > * {
    position: relative;
    width: 15%;
}
@media screen and (max-width: 960px) {
    .quest_list_box_flex > * {
        width: 50%;
    }
}
.quest_list_box_flex > * select {
    min-width: 100%;
    width: 100%;
}
/*ie*/
.quest_list_box_flex > * select::-ms-expand {
    display: none;
}
/*quest_box_flex
---------------------------------------*/
.quest_box_flex {
    display: flex;
}
.quest_box_flex > * > * {
    position: relative;
    width: 12%;
}
/*間の文字*/
.quest_while {
    width: 3rem !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}