@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{
    text-align: center;
    background: linear-gradient(to right, #fff 0%, #fff 30%, #f7f7f8 30%,  #f7f7f8 100%);
    margin: 7em 0 5em 0;
}
.box1 .container{
    position: relative;
}
.box1 .images1{
    position: absolute;
    width: 83%;
    top: -4em;
    left: 0;
    z-index: 1;
}
.box1 .images2{
    position: absolute;
    right: 0;
    bottom: -2em;
    width: 30%;
}
.box1 .txtbox{
    position: relative;
    padding: 3em 0 14em 50%;
    z-index: 2;
    text-align: justify;
}
.box1 .txtbox h2{
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1;
}
.box1 .txtbox .read{
    padding: 2em 0 4em 0;
}
.box1 h3{
    font-size: 2.2rem;
    font-weight: 500;
    padding-bottom: 0.8em;
}

.box2{
    background-color: #e7f2f4;
    padding: 5em 0 6em 0;
}
.box2 h3{
    font-size: 2.4rem;
    font-weight: 500;
    padding-bottom: 1.5em;
}
.box2 ul{
    background-color: #fff;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    display: flex;
    flex-wrap: wrap;
}
.box2 li{
    border-top: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    width: 20%;
    padding: 3em 0 2em 0;
}
.box2 li img{
    width: 6em;
}
.box2 li p{
    padding-top: 2.5em;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    
.box1{
    background: linear-gradient(to right, #fff 0%, #fff 20%, #f7f7f8 20%,  #f7f7f8 100%);
    margin: 0 0 4em 0;
}
.box1 .images1{
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    z-index: 1;
    padding-bottom: 2em;
}
.box1 .images2{
    position: absolute;
    right: 0;
    bottom: 13em;
    width: 50%;
    z-index: 2;
}
.box1 .txtbox{
    position: relative;
    padding: 3em 0 4em 0;
}
.box1 .txtbox h2{
    font-size: 2.8rem;
    line-height: 1;
}
.box1 .txtbox .read{
    padding: 2em 0 4em 0;
}

.box2{
    padding: 5em 0;
}
.box2 h3{
    font-size: 2.2rem;
    padding-bottom: 1.5em;
}
.box2 ul{
}
.box2 li{
    width: 50%;
    padding: 2em 0;
}
.box2 li p{
    padding-top: 1.5em;
}
    
}