@charset "UTF-8";

/* .tab-content {
    display: none;
} */
.tab-content.active {
    display: block;
}

.tab_box .tab_btn li {
    color: #333;
}

.flex {
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.flex.choice {
    justify-content: flex-start;
    align-items: normal;
}

.support-btn {
    height: 60px;
    width: 60%;
}
.support-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 1.375em;
    font-weight: 700;
    transition: 0.3s;
    position: relative;
    border-radius: 50px;
}
.support-btn a::after {
    background: url(../../../shared/v0010/img/arr_line_white.svg) no-repeat center left / 29px 22px;
    position: absolute;
    display: block;
    content: "";
    width: 29px;
    height: 22px;
    right: 4%;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s;
}
.support-btn a:hover {
    text-decoration: none;
}
.support-btn.js-check {
    display: none;
}
.mee_arr_btn.download.size_fixed {
    max-width: 500px;
}
.support-btn.js-check.is-checked {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    z-index: 999;
}
.mee_arr_btn.download {
    padding: 25px 30px 25px 70px;
}
.mee_arr_btn.download:before {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/download.svg) no-repeat center left / 30px 28px;
    width: 30px;
    height: 30px;
    left: 70px;
    top: 50%;
    transform: translate(0, -50%);
}

.crane_support-ttl {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.crane_support-ttl-h4 {
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
.crane_support-ttl-h4::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #c30000;
    position: absolute;
    top: 45%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.support-item {
    width: 48%;
    background-color: #eee;
    margin-bottom: 40px;
    padding: 20px;
}

.icn-zip {
    position: relative;
    background-color: #e9ebed !important;
    color: #000 !important;
}
.icn-zip::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/icn-zip.svg) no-repeat center left / 44px 50px;
    width: 44px;
    height: 50px;
    left: 6%;
    top: 50%;
    transform: translate(0, -50%);
}

.icn-pdf {
    position: relative;
    background-color: #e9ebed !important;
    color: #000 !important;
}
.icn-pdf::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/icn-pdf.svg) no-repeat center left / 44px 50px;
    width: 44px;
    height: 50px;
    left: 6%;
    top: 50%;
    transform: translate(0, -50%);
}
.mee_table_temp table tr th {
    text-align: left;
    padding-left: 9%;
}
.mee_table_temp.support tr {
    height: 80px;
}

/* 選択資料ダウンロードページ */
.support-item-choice {
    width: 30%;
    margin-right: 5%;
}
.support-item-choice:nth-child(3n) {
    margin-right: 0;
}
.support-item-choice .support-item_txt {
    margin-left: 0;
    width: auto;
}
.support-item_txt .support-item_category {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}
.support-item_category::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #c30000;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.support-item_txt h4 {
    /* height: 70px; */
    line-height: 1.6;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;

    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 表示する行数 */
  overflow: hidden;
}
.support-item_txt h4.no-line {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.support-item_txt {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 20px;
    width: 56%;

}
.support-item_img {
    width: 40%;
}
.support-item_img_choice {
    margin: 0 auto;
    height: 200px;
    min-width: 140px;
    display: flex;
}

.download-btn {
    height: 40px;
    width: 100%;
    margin-top: 20px;
}
.download-btn a {
    background-color: #c30000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
    position: relative;
}

@media print, screen and (max-width: 767px) {
    .tab_box .tab_btn-support li {
        width: 50%;
    }
    .tab_box .tab_btn li:nth-child(3) {
        border-left: 1px solid #bbbbbb;
    }
    .support-item {
        width: 100%;
    }
    .support-item_img {
        width: 50%;
        margin: 0 auto;
    }
    .sp-flex {
        display: flex;
        flex-direction: column-reverse;
    }
    .support-item_txt {
        margin-left: 0;
        width: auto;
    }
    .support-item_txt h4 {
        height: auto;
        margin-bottom: 10px !important;
    }
    .support-item_txt {
        margin-bottom: 20px;
    }

    .mee_arr_btn.download {
        padding: 0;
    }
    .support-btn {
        width: 60%;
    }
    .support-btn.js-check.is-checked {
        bottom: 25px;
    }
    .mee_arr_btn.size_fixed {
        font-size: 16px;
        width: 100%;
    }
    .mee_arr_btn.download:before {
        left: 30px;
    }
    .mee_arr_btn.download:before {
        background: url(../img/download.svg) no-repeat center left / 24px 28px;
        width: 24px;
    }

    .icn-zip::before {
        background: url(../img/icn-zip.svg) no-repeat center left / 44px 40px;
        width: 44px;
        height: 40px;
        left: 2%;
    }
    .icn-pdf::before {
        background: url(../img/icn-pdf.svg) no-repeat center left / 44px 40px;
        width: 44px;
        height: 40px;
        left: 2%;
    }
    .mee_table_temp03 table th {
        width: 60%;
    }
    .mee_table_temp table tr th {
        padding-left: 16%;
    }

    .support-item_img_choice {
        height: auto;
        width: 50%;
        margin-bottom: 20px;
    }
}