@charset "utf-8";

#header .site_logo {
    float: left;
    height: 72px;
    width: 289px;
    display: block;
    margin: 0px;
    padding: 0px;
}

#header .site_logo a {
    display: block;
    height: 72px;
    width: 253px;
    margin: 0px;
    padding: 0px;
}

#header .site_logo img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.mv_left h2 {
    margin: 0;
}

.headlines {
    width: 1035px;
    height: 49px;
    margin: 50px 0 20px;
}

.headlines h2 {
    width: 100%;
    margin: 0 0 20px;
    padding: 3px 0 6px;
    font-size: 1.6em;
    border-bottom: 2px solid #F73764;
    background: #F7F7F7;
    background: -moz-linear-gradient(#ffffff 0%, #F7F7F7 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F7F7F7));
    background: -webkit-linear-gradient(#ffffff 0%, #F7F7F7 100%);
    background: -o-linear-gradient(#ffffff 0%, #F7F7F7 100%);
    background: linear-gradient(#ffffff 0%, #F7F7F7 100%);
}

.headlines .doc_search:before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 32px;
    /*画像の幅*/
    height: 32px;
    /*画像の高さ*/
    margin: 0 10px 0 20px;
    background-image: url(../common/images/topbar2.png);
    background-size: contain;
    vertical-align: middle;
}

.headlines .doc:before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 32px;
    /*画像の幅*/
    height: 32px;
    /*画像の高さ*/
    margin: 0 10px 0 20px;
    background-image: url(../common/images/topbar3.png);
    background-size: contain;
    vertical-align: middle;
}

.headlines .check:before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 32px;
    /*画像の幅*/
    height: 32px;
    /*画像の高さ*/
    margin: 0 10px 0 20px;
    background-image: url(../common/images/topbar5.png);
    background-size: contain;
    vertical-align: middle;
}

.handling_company_list {
    width: 100%;
    margin: 0 0 20px;
    padding: 3px 0 0;
    border-bottom: 2px solid #F73764;
    background: #F7F7F7;
    background: -moz-linear-gradient(#ffffff 0%, #F7F7F7 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F7F7F7));
    background: -webkit-linear-gradient(#ffffff 0%, #F7F7F7 100%);
    background: -o-linear-gradient(#ffffff 0%, #F7F7F7 100%);
    background: linear-gradient(#ffffff 0%, #F7F7F7 100%);
}

.handling_company_list > p {
    padding-top: 3px;
    font-size: 25px;
    font-weight: bold;
}

.rankingArea {
    text-align: center;
}

.toriatukai_logo {
    text-align: center;
}

/* ========== mamechishiki list enhancements ========== */
.mamechishiki_tab_content ul li.mamechishiki-item-hidden {
    display: none !important;
}

.mamechishiki-load-more-wrapper {
    display: none;
    text-align: center;
    margin: 24px 0 40px;
}

.mamechishiki-load-more-wrapper.is-active {
    display: block;
}

.mamechishiki-load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 240px;
    padding: 14px 32px;
    border: 1px solid #d93c5c;
    border-radius: 999px;
    background: #fff;
    color: #d93c5c;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.mamechishiki-load-more:hover:not(:disabled) {
    background: #d93c5c;
    color: #fff;
}

.mamechishiki-load-more:disabled {
    cursor: default;
    opacity: 0.6;
}

.mamechishiki-load-more.is-complete {
    border-color: #ccc;
    color: #555;
    background: #f9f9f9;
}
