@charset "UTF-8";

/* ---------------------
kagami
------------------------*/

/*----------
.contactForm {
    width: 560px;
    margin: 20px auto 10px !important;
    padding: 20px !important;
    text-align: left;
    background-color: #f6f6f6;
}
----------*/

.form_field_textarea {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 16px;
}

/* ---------------------
20161222 akiyama
------------------------*/

.ico_required {
    background-color: #ffbdb6;
    border-radius: 3px;
    font-weight: bold;
    margin-left: 5px !important;
    padding: 1px 8px 2px !important;
    text-align: center;
    vertical-align: baseline;
}

div.column_component div.form_row{margin-top:15px!important;}

.f_confirmation{margin-top: 2em;}

/* ---------------------
20220331 new header 
------------------------*/

.global-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    height: 65px;
    background-color: white;
    position: relative;
    z-index: 1;
}

.global-header__brand {
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
}

.global-header__brand img {
    width: 269px;
    height: 45px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 960px) {

    .global-header,
    .global-header__trailing {
        align-items: stretch;
    }

    .global-header_borand2-logo {
        display: inline-block;
    }

    .global-header__nav {
        display: none;
    }

    .global-header__right-logo {
        display: none;
    }

    .global-header__search--pc {
        display: none;
    }

    .global-header__search--sp {
        display: block;
    }

    .global-header__trailing {
        width: 50%;
        padding-right: 0;
    }

    .global-header__brand {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .global-header__brand img {
        width: 210px;
        height: auto;
    }

}