@media screen and (max-width: 639px) {
    .YKKAP-Media {
        flex-direction: column-reverse;
    }
}

.YKKAP-Card {
    display: flex;
    flex-direction: column;
}

.YKKAP-Grid__item {
    display: flex;
    flex-direction: column;
}

.YKKAP-Grid__item__bottom {
    margin-top: auto;
}

/* ボタン無しの対応 */
.YKKAP-ButtonTransparent {
    visibility: hidden;
}

/* IE11対応 */
.YKKAP-Card__img {
    min-height: 0%;
}

.KM-item-index .YKKAP-ButtonFixed-width {
    min-width: auto;
    white-space: nowrap;
}

.KM-item-index .YKKAP-ButtonFixed-width:after {
    right: 10px;
}


/* 表 */
.item-blk-02 {
    margin: 80px 0 0;
}
.item-blk-02 img {
    max-width: 100%;
}
.item-blk-02 .hl-01 {
    margin: 0 0 0;
    font-size: 28px;
    line-height: 1.4;
    color: #000 ;
    font-weight: 500;
}

.item-blk-02 .hl-02 {
    margin: 60px 0 0;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #000 ;
}

.item-blk-02 .hl-02 a {
    margin: 0 0 0 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 1.1;
    color: #0084B9;
}

.item-blk-02 .hl-02 a::after {
    content: "";
    display: block;
    width: 15px;
    height: 4px;
    margin-left: 4px;
    background: url(/asset_2021/image/icon_arrow_blue_001.svg) center/cover no-repeat;
}

.item-blk-02 .img-01 {
    margin: 20px 0 44px;
}

.item-blk-02 .img-01:last-child {
    margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
    .item-blk-02 {
        margin: 50px 0 0;
    }

    .item-blk-02 .hl-02 {
        margin: 30px 0 0;
        font-size: 22px;
        line-height: 1.4;
        font-weight: 700;
        display: block;
    }

    .item-blk-02 .hl-02 a {
        margin: 10px 0 0 0;
        font-size: 14px;
        display: flex;
        align-items: center;
        line-height: 1.1;
        color: #0084B9;
    }
}

.item-note-red {
    color: #FF0000;
}



/* table-img-sp */
.table-img-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .table-img-sp {
        margin: 0 auto 0;
        width: 100%;
        max-width: 600px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .table-img-sp .clm-01 {
        width: 146px;
        -ms-flex-preferred-size: 146px;
        flex-basis: 146px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .table-img-sp .clm-02 {
        width: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .table-img-sp .clm-02 .table-01 {
        width: 454px;
    }
}

/* table scroll */
@media screen and (max-width: 768px) {
    .scroll_table {
        overflow: auto;
        position: relative;
        z-index: 2;
    }

    .scroll::-webkit-scrollbar {
        height: 5px;
    }

    .scroll::-webkit-scrollbar-track {
        background: #F1F1F1;
    }

    .scroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
}

body .icon-swipe {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
}



.pc-only {
}
.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}