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


#header li:nth-child(3){
border-bottom:2px solid #fff;
}
#header li.navi03.active{
border-bottom:2px solid #000;
}

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

#detail .read{
    text-align: justify;
    padding: 0 30% 3em 0;
}

.debox{
    background-color: #fbfbfb;
    padding: 4em 0;
}

.debox h2{
    font-weight: 500;
    font-size: 2.4rem;
    padding-bottom: 1em;
    text-align: justify;
}
.debox h3{
    font-weight: 500;
    font-size: 2rem;
    padding-bottom: 1em;
}
.debox .clumb{
    text-align: justify;
    display: flex;
    padding-bottom: 5em;
}

.debox #modeling .clumb{
    align-items: flex-end;
}
.debox .images1{
    width: 70%;
}
.debox .images2{
    width: 35%;
}
.debox .txt1{
    width: 50%;
    margin-right: 4em;
}
.debox .txt{
    flex: 1;
    padding: 1em 0 0 0;
}

.debox table{
    width: 100%;
}
.debox th{
    font-weight: 500;
}
.debox td,.debox th{
    line-height: 1.3;
    padding: 1em 0;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
    vertical-align: middle;
}
.debox td.lastxt{
    text-align: justify;
    width: 32.5em;
}
.debox .Stxt{
    padding-top: 2em;
}

@media only screen and (max-width: 767px) {
    
  
#detail .read{
    padding: 0 0 3em 0;
}

.debox{}

.debox h2{
    font-size: 2.4rem;
    padding-bottom: 1em;
    text-align: justify;
}
.debox h3{
    font-size: 2rem;
    padding-bottom: 1em;
}
.debox .clumb{
    display: block;
    padding-bottom: 5em;
    font-size: 1.4rem;
}

.debox .images1{
    width: 100%;
    padding-bottom: 2em;
}
.debox .images2{
    width: 100%;
    padding: 0 10% 2em 10%;
}
.debox .txt1{
    width: 100%;
    margin-right: 0;
    padding-bottom: 2em;
}
.debox .txt{
    flex: 1;
    padding: 1em 0 0 0;
}

.debox table{
    width: 100%;
}
.debox td,.debox th{
    line-height: 1.3;
    padding: 1em 0;
}
.debox td.lastxt{
    width: auto;
    padding-left: 1em;
}
.debox .Stxt{
    padding-top: 2em;
}
    
}