@charset "UTF-8";
.lowdtl_items {
    display: flex;
    justify-content: space-between;
}
.lowdtl_box {
    margin-top: 100px;
}
.lowdtl_box:last-of-type {
    margin-bottom: 80px;
}
.lowdtl_txt {
    width: 53%;
    font-size: 16px;
    line-height: 2.1;
}
.lowdtl_license {
    margin-top: 10px;
}
.lowdtl_license li {
    line-height: 2;
    font-size: 16px;
}
.lowdtl_license .lowdtl_txt {
    line-height: 2;
    font-size: 12px;
}
.lowdtl_img {
    overflow: hidden;
}
.lowdtl_items.is-ver2 .lowdtl_img {
    border-radius: 0;
    overflow: visible;
}
.lowdtl_items.is-ver2 .lowdtl_img img {
    overflow: hidden;
}
.lowdtl_img a {
    display: block;
    text-decoration: none;
    height: 100%;
}
.zoom_lnk span {
    color: #2389a3;
    display: inline-block;
    background: url(/cmn/svg/zoom_icn2.svg) no-repeat left center / 15px auto;
    padding-left: 1.5em;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 0.8ex;
}
.zoom_lnk {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 5px;
}
.zoom_img {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
}
.zoom_img_in {
}
.zoom_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999999999;
    width: 100%;
    height: 100vh;
}
.zoom_bg.ver2 .zoom_img img {
    width: 100%;
    height: auto;
}
.zoom_img_in {
    width: 940px;
    height: 530px;
    position: fixed;
    top: 50%;
    margin-top: -265px;
    left: 50%;
    margin-left: -470px;
}
.zoom_bg.ver2 .zoom_img_in {
    width: auto;
    height: auto;
    max-width: 940px;
    max-height: 530px;
    margin-left: 0;
    transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
    .zoom_bg.ver2 .zoom_img_in {
        min-width: 940px;
    }
}
@media screen and (min-width:896px) and ( max-width:1024px) {
    .zoom_bg.ver2 .zoom_img_in {
        min-width: 80vw;
    }
}
@media only screen and (max-height: 570px) {
    .zoom_img_in {
        top: 7vh;
        margin-top: 0;
        box-sizing: border-box;
    }
    .zoom_img {
        overflow-y: scroll;
        width: 917px;
        height: 88vh;
    }
    .zoom_bg.ver2 .zoom_img img {
        width: 940px;
        height: auto;
    }
}
.close_btn {
    position: absolute;
    top: -20px;
    right: -20px;
}
.close_btn a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #3cbd70;
    border-radius: 9999px;
}
.close_btn a::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 25px;
    height: 2px;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -12px;
}
.close_btn a::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 25px;
    height: 2px;
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -12px;
}
@media (min-width: 896px) {
    .lowdtl_img {
        width: 392px;
        height: 222px;
        position: relative;
    }
    .lowdtl_img img {
        width: 100%;
        height: auto;
    }
    .lowdtl_items.is-ver2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .lowdtl_items.is-ver2 .lowdtl_img {
        width: auto;
        height: auto;
    }
    .lowdtl_items.is-ver2 .lowdtl_img img {
        width: 380px;
        max-width: 380px;
        height: auto;
    }
    .lowdtl_items.is-ver2 .lowdtl_txt {
        width: auto;
    }
    .lowdtl_items.is-ver2 .lowdtl_img + .lowdtl_txt {
        margin-left: 50px;
    }
    .lowdtl_img a:hover .zoom_lnk span {
        text-decoration: none;
    }
    .lowdtl_img a:hover img {
        opacity: 0.7;
    }
}
@media screen and (max-width: 896px) {

    .lowdtl_items {
        display: block;
    }
    .lowdtl_box {
        margin-top: 50px;
    }
    .lowdtl_box:first-of-type {
        margin-top: 25px;
    }
    .lowdtl_box:last-of-type {
        margin-bottom: 25px;
    }
    .lowdtl_box .lowdtl_ttl {
        margin-bottom: 30px;
    }
    .lowdtl_ttl .page_lowdtl_ttl {
        padding-bottom: 8px;
        font-size: 18px;
    }
    .lowdtl_ttl .page_lowdtl_ttl::before {
        height: 2px;
    }
    .lowdtl_items .lowdtl_txt {
        font-size: 16px;
        line-height: 1.75;
    }
    .lowdtl_txt {
        width: auto;
    }
    .lowdtl_license  {
        margin-top: 0;
    }
    .lowdtl_license .lowdtl_txt {
        font-size: 12px;
        line-height: 1.9;
    }
    .lowdtl_license {
        padding-top: 28px;
        margin-top: 25px;
        border-top: 1px solid #d9e0e4;
    }
    .zoom_lnk {
        display: none;
    }
    .lowdtl_img {
        margin-bottom: 25px;
        width: auto;
        height: auto;
    }
    .lowdtl_img img {
        width: 100%;
        height: auto;
    }
    .lowdtl_items.is-ver2 .lowdtl_img {
        text-align: center;
    }
    .lowdtl_items.is-ver2 .lowdtl_img img {
        width: 380px;
        max-width: 100%;
    }

}