@charset "UTF-8";
/* CSS Document */

#header li.navi02{
border-bottom:2px solid #fff;
}
#header li.navi02.active{
border-bottom:2px solid #000;
}

#mainimage{
    background-image:url("../common/img/pro_mainimage.jpg");
}


.box1{
    display: flex;
    justify-content:space-between;
    align-items: flex-end;
    background-image: url("img/print_back.jpg");
    background-size: cover;
    padding: 7em 2em 6em 5em;
    margin-bottom: 5em;
}
.box1 .images{
    width: 38%;
}
.box1 .txtbox{
    width: 55%;
    order: 2;
    text-align: justify;
    padding-bottom: 3em;
}
.box1 .txtbox h2{
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1;
}
.box1 .txtbox .read{
    padding: 2em 0 4em 0;
}
.box2,.box3{
    text-align: center;
    background: linear-gradient(to right, #fff 0%, #fff 30%, #f7f8f7 30%,  #f7f8f7 100%);
}
.box2{
    padding: 6em 0;
}
.box2 .container{
    position: relative;
}
.box2 .images1,.box2 .images2{
    position: absolute;
}
.box2 .images1{
    width: 47%;
    right: -1em;
    top: -8em;
}
.box2 .images2{
    width: 45%;
    right: 0;
    bottom: -11em;
}
.box2 .images2 img{
    margin-top: 3.5em;
}
.box2 h2,.box3 h2{
    text-align: justify;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1;
}
.box2 .read,.box3 .read{
    padding: 3.5rem 0 6em 0;
}
.box2 h3,.box3 h3{
    font-size: 2.2rem;
    font-weight: 500;
    padding-bottom: 0.8em;
}
.box2 .txtbox{
    text-align: justify;
    padding: 2em 55% 4em 0;
}
.box3{
    margin-top: 14em;
    padding: 5em 0 3em 0;
}
.box3 .container{
    display: flex;
    justify-content: space-between;
}
.box3 .txtbox{
    text-align: justify;
    padding: 2em 0 4em 0;
    width: 45%;
    order: 2;
}
.box3 .images{
    width: 48%;
    margin-top: -9em;
}
.box2 .txt,.box3 .txt{
    padding-bottom: 3.5em;
}

@media only screen and (max-width: 767px) {
    
  
.box1{
    display: block;
    padding: 2em;
    color: #fff;
    margin: 0 -1em;
}
.box1 .images{
    width: 100%;
    padding: 0;
}
.box1 .txtbox{
    width: 100%;
}
.box1 .txtbox h2{
    font-size: 2.8rem;
    line-height: 1;
}
.box1 .txtbox .read{
    padding: 2em 0 0 0;
}

.box2,.box3{
    background: linear-gradient(to right, #fff 0%, #fff 20%, #f7f8f7 20%,  #f7f8f7 100%);
}

.box2{
    padding: 6em 0 1em 0;
    margin-top: 6em;
}
.box2 .images1{
    width: 47%;
    right: 1em;
    top: -10em;
}
.box2 .images2{
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
}
.box2 .images2 img{
    margin: 0 0 2em 0;
}
.box2 h2,.box3 h2{
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.3;
}
.box2 .read,.box3 .read{
    padding: 3.5rem 0 4em 0;
}
.box2 h3,.box3 h3{
    padding-bottom: 0.8em;
}
.box2 .txtbox{
    padding: 2em 0 4em 0;
}
.box3{
    margin-top: 4em;
    padding: 2em 0 3em 0;
}
.box3 .container{
    display: block;
}
.box3 .txtbox{
    padding: 2em 0 4em 0;
    width: 100%;
}
.box3 .images{
    width: 100%;
    margin-top: 0;
}
.box2 .txt,.box3 .txt{
    padding-bottom: 3em;
}
  
    
}