@charset "UTF-8";
/* ------------------------------------------------------------
	2023.08
	/business/mobile/product.html
------------------------------------------------------------ */
.mv_area img {
    border: 1px solid #FFFFFF;
}

.mv_area img:hover {
    border: 1px solid #CC023A;
}
.scene_list.j-c-c {
    justify-content: center;/*3列→2列中央揃え*/
}

/* その他のスマートフォン・タブレットはこちら*/
.ly-row {
  display: flex;
  flex-wrap: wrap;
}
.ly-row {
    background-color: #FFF;
    margin: 0 0 50px;
    padding: 0;
    align-items: center;
}
.ly-row .col2 {
  width: 50%;
}
.ly-row .col2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.ly-row .col2:nth-child(1) {
    border-right: 1px solid #D6D6D6;
}
.ly-row .col2:nth-child(1) svg {
    fill: #000;
    width: 58px;
    height: auto;
}
.ly-row h3,
.ly-row p {
    /*font-size: 28px;*/
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 0 20px;
}
.ly-row .col2:nth-child(2) .link-btn {
    width: 420px;
}
.link-btn a {
    display: block;
    position: relative;
    border-radius: 3px;
    line-height: 90px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.link-btn a {
    background-color: #CC0033;
    color: #FFF !important;
    font-weight: 700;
    text-decoration:none;
}
.link-btn a:hover {
    background-color: #000;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.link-btn a svg {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: auto;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.link-btn a svg {
    fill: #FFF;
}
@media screen and (max-width: 768px) {
    .ly-row h3,
    .ly-row p {
        /*font-size: 18px;*/
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 0 15px;
    }
    .ly-row .col2:nth-child(1) svg {
        width: 30px;
    }
    .ly-row .col2:nth-child(2) .link-btn {
        width: 80%;
    }
    .link-btn a {
        line-height: 60px;
        font-size: 16px;
    }
    .link-btn a svg {
        right: 20px;
        width: 15px;
    }
}
@media screen and (max-width: 520px){
    .ly-row .col2 {
        width: 100%;
    }
    .ly-row .col2:nth-child(1) {
        border-right: none;
        margin-bottom: 15px;
    }
    .product-cat-sect .ly-row + .ly-row .col2:nth-child(1) svg {
        width: 35px;
    }
    .ly-row h3,
    .ly-row p {
        font-size: 16px;
        line-height: 1.4;
        margin: 0 0 0 10px;
    }
    .product-cat-sect .ly-row + .ly-row .col2 {
        width: 100%;
    }
}

/*mv_area(大画像)*/
.tb_only_img,
.sp_only_img {
    display: none;
}
@media screen and (min-width:481px) and ( max-width:1024px) {
    .pc_only_img,
    .sp_only_img {
        display: none;
    }
    .tb_only_img {
        display: block;
    }
    img.tb_only_img{
        width:100%;
	}
}
@media screen and (max-width: 480px){
    .pc_only_img,
    .tb_only_img {
        display: none;
    }
    .sp_only_img {
        display: block;
    }
    img.sp_only_img{
        width:100%;
    }
}
/*mv_area(小画像)*/
@media screen and (max-width: 1024px){
    .mv_area img.sp_only{
        max-width:80%;
    }
}