@charset "utf-8";

/* サイト内検索 */
.p-sec-search .mt-site-search-container .mt-site-search div .mt-site-search-form {
    display: flex;
    align-items: center;
}
.p-sec-search .mt-site-search-container .mt-site-search div .mt-site-search-form .mt-site-search-form__query {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 50px;
    border: 1px solid #D3D3D3;
}
.p-sec-search .mt-site-search-container .mt-site-search div .mt-site-search-form .mt-site-search-form__button {
    width: auto;
    height: auto;
    margin-left: 14px;
    padding: 12px 33px;
    border: 1px solid #2F5BB7;
    border-radius: 2px;
    background: url('/shared/img/search.png') no-repeat;
    background-position: center center;
    background-color: #4D90FE;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
}
.p-sec-search .mt-site-search-container .mt-site-search div .mt-site-search-form, #mt-site-search-container2 form {
    display: flex;
    align-items: center;
}
.p-sec-search .mt-site-search-container .mt-site-search div .mt-site-search-form .mt-site-search-form__query, #mt-site-search-container2 input {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 50px;
    border: 1px solid #D3D3D3;
}
.p-sec-search .mt-site-search-container .mt-site-search div .mt-site-search-form .mt-site-search-form__button, #mt-site-search-container2 .mt-site-search-form__button {
    width: auto;
    height: auto;
    margin-left: 14px;
    padding: 12px 33px;
    border: 1px solid #2F5BB7;
    border-radius: 2px;
    background: url('/shared/img/search.png') no-repeat;
    background-position: center center;
    background-color: #4D90FE;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 0;
}
.mt-site-search-result-item__label {
    font-size: 16px;
    color: #1155CC;
}
.mt-site-search-result-item__url, .mt-site-search-result-item__excerpt {
    font-size: 13px;
}
.mt-site-search-result-item__url {
    color: #009933;
}
.search-keyword {
    margin-top: 50px;
}