@charset "UTF-8";

.italic{font-style:italic;}

body{
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 200;
}

.summary p{
    font-size: 14px;
    margin-bottom: 1.3em;
    line-height: 1.8;
}

.each-model-container{padding: 0 30px 30px;}
.each-model{
    padding: 30px 0;
}

.tab-wrap{margin-bottom: 90px;}

.each-model  h2{
    font-family:"Glence regular", "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
}

.swiper-container .slide-title span.shikakuro-span,
.each-model h2 span.shikakuro-span{
    font-size: 0.7em;
    display: block;
}

.each-model h2 span.serial-number{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 400;
    display: block;
}


.each-model h3{
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    margin-bottom: 35px;
    line-height: 25px;
    padding-top: 10px;
}

.each-model h4{
    font-family:"Glence regular", "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0.5em;
}


.each-model p{
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 2em;
}


@media screen and (min-width: 768px), print{
 
.l-section .l-inner{margin-bottom: 60px;}
    
.each-model-container{padding-bottom: 90px;}
    
.each-model{padding: 45px 0;}
    
.summary p{
    font-size: 16px;
    margin-bottom: 1.4em;
    line-height: 2;
}
  
.each-model  h2{
    font-size: 42px;
}


.each-model h2 span.serial-number{
    font-size: 24px;
    margin-bottom: 4px;
}


.each-model h3{
    font-size: 18px;
    margin-bottom: 45px;
}

.each-model h4{

    font-size: 21px;
}


.each-model p{
    font-size: 15px;
    line-height: 2;
}
    

.each-model h2 span.shikakuro-span {font-size: 0.6em;}
    
    
    
}