@charset "utf-8";


/* ========================================
 * テーブル設定
 * ======================================== */
.tableSection {
    margin: 5px 0 15px 0;
    text-align: left;
}
table.type01 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #cccccc;
    word-wrap: break-word;
}
table.type01 th {
    background-color: #efece7;
    border: 1px solid #fff;
    margin: 1px;
    padding: 6px;
    font-style: normal;
    font-weight: normal;
}
table.type01 td {
    background-color: #fff;
    padding: 6px;
    margin: 1px;
}
.center {
    text-align: center;
    vertical-align: middle;
}
.w30p {
    width: 30% !important;
    vertical-align: middle;
}
.w70p {
    width: 70% !important;
    vertical-align: middle;
}


/* ========================================
 * 助成先の皆さまテーブル設定
 * ======================================== */
 /* pc */
@media (min-width: 768px) {
    .flex {
        display: flex;
    }
    .subsidy_table {
        width: 50% !important;
        margin-right: 50px;
    }
    .subsidy_history {
        max-width: calc(50% - 50px) !important;
    }
}
.w10p {
    width: 10% !important;
}
.w90p {
    width: 90% !important;
}
.mt00 {
    margin-top: 0px !important;
}


/* ========================================
 * よくあるご質問
 * ======================================== */
.linkBGGray a {
    display: block;
    background: url(/assets/img/common/arrow09.gif) 5px 12px no-repeat #e9e9e9;
    padding: 4px 10px 4px 25px;
    color: #2e2e2e;
    zoom: 1;
    text-decoration: none;
}
.linkBGGray a:hover {
    background-color: #d9ccca;
}
@media (min-width: 768px) {
    .w230px {
        width: 230px !important;
    }
}
.mt15 {
    margin-top: 15px !important;
}


/* ========================================
 * 「ひこばえ」の発行について
 * ======================================== */
.w140px {
    width: 140px !important;
    margin-right: 10px;
}
@media (min-width: 768px) {
    .link__list01 li {
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .link__list01 li {
        padding-left: 10px;
    }
}


/* ========================================
 * お問い合わせ
 * ======================================== */
@media (min-width: 768px) {
    .mr50 {
        margin-right: 50px;
    }
    .boxflex {
        display: flex;
    }
}
.contactBlock {
    border: 1px solid #c0bbb2;
    background-color: #f4f4f4;
    padding: 15px;
    margin: 30px 0 0 0;
}
.threeColumStyle .contactBlock .contactBlockInner02 {
    background: none;
    width: 350px;
    padding-left: 0;
}
.font-size-85 {
    font-size: 85%;
}


p.center > img {
    width: 800px;
}

.mb10 {
    margin-bottom: 10px !important;
}
