@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* フォント記述の仕方
font-family: 'Montserrat', sans-serif;
font-weight: 800;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
font-weight: 500;
font-weight: 700; */

html{ font-size: 62.5%; 
}
main{
    max-width: 1920px;
    margin: 0 auto;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.title_bg_printing{
    background: url(../../images/title_printing.svg) no-repeat center/cover;
    height: 270px;
}
.title_bg_eco_printing{
    background: url(../../images/title_eco_printing.png) no-repeat center/cover;
    height: 270px;
}
.title_box{
    height: 270px;
    max-width: 920px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 2em;
}
.title_txt-jp{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 5rem;
    font-weight: 500;
    letter-spacing: 4px;
    color: #FFF;
}
.contents_answer{
    height: 300px;
    padding: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 45px;
}
.a_copy{
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    /* font-size: 30px; */
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.no-pc_br{
    display: none;
}
.n_copy, .contents_product-copy p{
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    /* font-size: 14px; */
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
}
.contents_product-copy{
    background-color: #FFF;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em;
}
.contents_product-copy p{
    font-size: 1.6rem !important;
    font-weight: 500 !important;
}
.row .col-lg-6,.col-md-6{
    padding:0 20px 65px 20px;
}
.cont_box{
    display: flex;
}
.cont_box img{
    height: 150px;
    width: 150px;
    object-fit: cover;
}
.content{
    padding-right: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
}
.content_title{
    font-size: 1.6rem;
    font-weight: 700;
}
.table_img_middle img{
    max-height: 164px;
}
.a_copy span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
@media print, screen and (max-width: 1023px){
    .no-sp{
        display: none;
    }
    .no-pc_br{
        display: block;
    }
    .n_copy, .contents_product-copy p{
        text-align: left;
        display: inline-block;
        line-height: 1.8;
    }
}
@media print, screen and (max-width: 720px){
    .cont_box{
        text-align: center;
        display: inline-block
    }
    .cont_box p{
        text-align: left;
    }
    .cont_box img{
        margin-bottom: 20px;
    }
    .content{
        padding-right: 0;
    }
}
@media print, screen and (max-width: 670px){
    .title_bg_printing{
        background: url(../../images/title_printing_sp.svg) no-repeat center/cover;
        height: 180px;
    }
    .title_bg_eco_printing{
        background: url(../../images/title_eco_printing_sp.png) no-repeat center/cover;
        height: 180px;
    }
    .title_box{
        height: 180px;
        max-width: 670px;
        padding: 2em;
    }
    .title_txt-jp{
        font-size: 3.5rem;
        letter-spacing: 2px;
    }
    .a_copy{
        font-size:2.7rem;
    }
    .n_copy, .contents_product-copy p{
        font-size: 1.4rem;
    }
    .contents_answer{
        gap: 25px;
    }
}
@media print, screen and (max-width: 470px){
    .title_box{
        padding: 0.8em;
    }
    .no-pc_br{
        display: none !important;
        }
    .contents_answer{
        height: 450px;
    }
}