@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;
}
.box1 .images{
    width: 45%;
}
.box1 .images img{
    margin-bottom: 5em;
}
.box1 .txtbox{
    width: 44%;
    order: 2;
    text-align: justify;
    padding: 3em 0;
}
.box1 .txtbox h2{
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1;
}
.box1 .txtbox .read{
    padding: 3.5rem 0 6em 0;
}

.box2 h3,.box1 h3{
    font-size: 2.2rem;
    font-weight: 500;
    padding-bottom: 0.8em;
}

.box2{
    padding: 6em 0;
    position: relative;
    background-color: #f7f8f7;
}
.box2 .container{
    min-height: 28em;
}
.box2 .images1{
    position: absolute;
}
.box2 .images1{
    width: 60%;
    left: 0;
    top: 5em;
}
.box2 .txtbox{
    text-align: justify;
    padding: 2em 0 4em 75%;
}
.box2 dl{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
    padding: 1em 1em 1em 0;
}

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


.box2{
    padding: 5em 0 0 0;
    margin-top: 4em;
}
.box2 .container{
    min-height: auto;
}
.box2 .images1{
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
}
.box2 h2{
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.3;
}
.box2 h3{
    padding-bottom: 0.8em;
}
.box2 .txtbox{
    padding: 0 0 3em 0;
}
    
}