﻿@charset "UTF-8";

.DocumentSearch-MainContents section .DocumentSearch-Width {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
}

.DocumentSearch-CTAs {
    width: 100%;
    margin-top: 2em;
}

.DocumentSearch-TPO {
    width: 120px;
    float: left;
    text-align: center;
}


.PastDocumentSearch-TPO {
    width: 160px;
    float: left;
    text-align: center;
}

.DocumentSearch-Discription {
    width: 100%;
    max-width: 1156px;
    float: right;
}

.PastDocumentSearch-Discription {
    width: calc(100% - 180px);
    max-width: 1156px;
    float: right;
}


.mobile-footer {
    position: sticky;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transition: .1s
}

.mobile-footer {
    width: 100%;
    height: 80px;
    border-top: 1px solid #e8e8e8;
    padding: 10px;
}

ul a.CTA-Filter, ul a.CTA-Search {
    background-color: rgb(0, 93, 166);
    color: white;
    text-decoration: none;
    padding-top: 20px;
    line-height: 1em;
    border-radius: 6px;
    display: block;
    height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    border: 0;
    margin: 0;
    width: 100%;
}

.mobile-page-top a.goto-top:hover, .mobile-footer ul a.CTA-Filter:hover, .mobile-footer ul a.CTA-Search:hover {
    background-color: rgb(180, 0, 158);
}

/* .mobile-footer-space はプレビュー用記述 */
/*.mobile-footer-space, 
#footerArea {
    padding-bottom: 80px;
}*/

.mobile-footer-space {
    padding-bottom: 80px;
}

.DocumentSearch-Menu, .mobile-footer-off {
    display: none;
}
