@charset "utf-8";
/* CSS Document */

select::-ms-expand {
    display: none;
}

.error{
    border-color: #dc3c50;
}

.gpz-c-icon-any-01{
    display: inline-block;
    margin-left: 10px;
    padding: 1px 5px;
    vertical-align: top;
    border: 1px solid #0f468c;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #0f468c;
}

.gpz-c-products-mv-01.b-door h1{
    font-weight: 500;
}

.gpz-c-icon-required-01{
    vertical-align: middle;
}
.info .wrapper_info .info-form-block .w100 input[type="text"]{
    width: 100%;
}

.gpz-c-select-wrap{
    position: relative;
}
.gpz-c-select-wrap:after{
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: translateY(-50%) rotate(-135deg);
}
ul.gpz-c-text-note-02{
    margin-bottom:4px; 
}
.info .wrapper_info .info-form-input_submit{
    display: inline-block;
    padding: 15px;
    width: auto;
    min-width: 300px;
    border: 1px solid #0f468c;
    border-radius: 100px;
    background: url(/wpf/wp-content/themes/renewal/assets/images/common/icn_arrow_03b_r.svg) right 30px top 20px no-repeat #fff;
    font-size: 16px;
    font-weight: 700;
    color: #0f468c;
}
.info .wrapper_info .info-form-input_submit:hover{
    background: url(/wpf/wp-content/themes/renewal/assets/images/common/icn_arrow_03_r.svg),linear-gradient(10deg,#0073a7,#0f468c);
    background-position: right 30px top 20px,left top;
    background-repeat: no-repeat;
    color: #fff
}
.info .wrapper_info .info-form-block .gpz-c-select-wrap .info-form-input_select{
    padding-right: 2em;
    width: 100%;
}
/*.info .gpz-c-products-mv-inner-01{
    width: 100%;
    max-width: none;
}
.info .gpz-c-products-mv-inner-01 .gpz-c-products-mv-01{
    background-color: #0F468C;
    height: 200px;
    background-image: none;
}*/
.info .inlineframe{
    height: 200px;
    overflow-y: scroll;
    padding: 3em;
    border: 1px solid #d7d7e1;
    scrollbar-color:#D7D7E1 transparent;
    scrollbar-width:thin;
}
.info .inlineframe::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
.info .inlineframe::-webkit-scrollbar-track{
    background:transparent;
    border-radius:8px;
}
.info .inlineframe::-webkit-scrollbar-thumb{
    background:#D7D7E1;
    border-radius:8px;
}
@media screen and (max-width: 767px) { /*SP用*/
    .info .wrapper_info .info-form-wrap{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .gpz-c-input-text-01{
        margin-right: 5px;
    }
    .info .inlineframe{
        padding: 1em;
    }
}
@media screen and (min-width: 768px) { /*PC用*/
/*    .gpz-c-products-mv-01.b-door h1{
        width: 100%;
        padding: 0 30px;
    }*/
}

