@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1024px) {
    .index-body {
        padding-top: 4rem;
    }
}
@media screen and (max-width: 850px) {
    .index-body {
        padding-top: 4rem;
    }
    .tjs-1517f-box{
        /* display: block; */
        flex-direction: column;
        align-items: center;
    }
    .tjs-1517f-box .product-image {
        width: 80%;
    }
    .tjs-1517f-naka-image {
        display: none;
    }
    .phone-tjs-1517f-naka-image{
        display: block;
    }
    .takuhai-box{
        flex-direction: column;
        align-items: center;
    }
    .TJS-010T-box, .TJS-020T-box {
        display: flex;
        width: 100%;
    }
    .TJS-020T-box{
        margin-top: 15rem;
    }
    .eshop-box {
        padding: 2rem;
        margin: 2rem;
    }
    .eshop-box header {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 4rem;
    }
    .eshop-info {
        flex-direction: column;
        align-items: center;
    }
    .eshop-info-items img {
        width: 20rem;
    }
    .eshop-info-items:first-child img {
        margin-bottom: 1rem;
        width: 10rem;
    }
    .contact-box header {
        font-size: 3rem;
    }
    .takayama{
        margin: 0rem;
        margin-bottom: 1rem;
    }
    .takayama-product{
        flex-direction: column-reverse;
    }
    .takayama-shime-item {
        width: 100%;
        padding: 2rem;
        padding-top: 1rem;
    }
    .contact-box .company-info-items {
        font-size: 1.5rem;
    }
    .product-box {
        flex-direction: column;
        align-items: center;
    }
    .product-box-2 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .product-img-box img {
        height: 22rem;
    }
    .product-box-3 .product-box-info {
        flex-direction: column-reverse;
        align-items: center;
    }
    .product-box-4 .product-box-info {
        flex-direction: column-reverse;
        align-items: center;
    }
    .product-box-info {
        width: 90%;
    }
    .product-box-info table{
        margin: auto;

        width: fit-content;
    }
    .product-box-3 .product-box-info .product-box-info-element {
        width: 90%;
    }
    .product-box-4 .product-box-info .product-box-info-element {
        width: 90%;
    }
    .product-box-info-element table{
        width: fit-content;
        margin: auto;
    }
    .product-img-box {
        margin-bottom: 0rem;
    }
}

@media screen and (max-width: 600px) {
    .index-body{
        zoom: 55%;
    }
    .product-img-box img {
        height: 18rem;
    }
    .hidden-box{
        height: 20rem;
    }
    .takayama-product-item p {
    font-size: 1rem;
    line-height: 2rem
    }    
   
    .takayama-product-link a {
        font-size: 1rem;
        line-height: 2rem;
    }
    .takayama-shime-item p{
        font-size: 1rem;
        line-height: 2rem;
    }
    .takayama-shimei, .takayama-awase {
        padding: 4rem;
    }
    
}
@media screen and (max-width: 300px) {
    .product-img-box img {
        height: 14rem;
    }
    .hidden-box{
        height: 15rem;
    }
}
