@charset "utf-8";

.mainContents {
    max-width: 700px;
    font-size: 16px;
    line-height: 1.75;
    padding-bottom: 50px;
}
#main h3 {
    font-size: 30px;
    font-weight: bold;
}
.icon-exlink {
    margin-left: .2em;
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(../img/common/pc/icon-exlink.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.notes {
    font-size: 12px;
    text-align: right;
    margin-top: 20px;
}
.section {
    margin-top: 60px;
}
.section a {
    color: #529200;
    display: inline-block;
    text-decoration: underline;
}
.section h4 {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background-color: #529200;
    line-height: 1.4;
    padding: 6px 20px;
    margin-bottom: 25px;
}
.section p {
    line-height: 2;
    margin-bottom: 20px;
}
.section h5 {
    font-size: 22px;
    color: #529200;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.4;
    margin-bottom: 12px;
}
.section h5 span {
    font-size: 16px;
    transform: translateY(-1px);
    display: inline-block;
}
.section hr {
    margin: 30px auto;
}



@media screen and (max-width:768px) { 
    .mainContents {
        font-size: 15px;
    }
    #main h3 {
        font-size: 18px;
    }
    .section h4 {
        font-size: 16px;
        padding: 10px 15px;
    }
    .notes {
        text-align: left;
    }
    .section h5 {
        font-size: 16px;
    }
    .section h5 span {
        font-size: 14px;
    }
}



/*   --------------------------------------------------*/

.section .figure {
    margin-bottom: 30px;
}
.section .figure figcaption{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
    margin-top: 15px;
    text-align: center;
}
.sec .figure{
    text-align: center;
}
.sec .figure img{
    display: inline-block;
    width: 100%;
}

.section .figure1{
    margin-top: 50px;
}
.section .figure4{
    margin-bottom: 60px;
}
.section .figure9{
    margin-top: 50px;
}
.section .figure1 img{
    max-width: 400px;
}
.section .figure2 img{
    max-width: 600px;
}
.section .figure3 img{
    max-width: 400px;
}
.section .figure4 img{
}
.section .figure5 img{
    max-width: 496px;
}
.section .figure6 img{
    max-width: 400px;
}
.section .figure7 img{
    max-width: 400px;
}
.section .figure8 img{
    max-width: 400px;
}
.section .figure10 img{
    max-width: 426px;
}
.sec h4 + .txt{
    margin-bottom: 60px;
}
@media screen and (max-width:768px) { 
    .section .figure figcaption{
        font-size: 10px;
        line-height: 1.5;
        margin-top: 10px;
    }
    .section .figure1{
        margin-top: 30px;
    }
    .section .figure4{
        margin-bottom: 40px;
    }
    .section .figure9{
        margin-top: 40px;
    }
    .sec h4 + .txt{
        margin-bottom: 20px;
    }
}

/*   --------------------------------------------------*/

#lead{

}
    #lead .figure + .figure{
        margin-top: 40px;
   }
        
@media screen and (max-width:768px) { 
    #lead .figure + .figure{
        margin-top: 30px;
   }
}


/*   --------------------------------------------------*/
        
    
        
/*   --------------------------------------------------*/


.movie{
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}
    .movie .ttl{
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
        color: #333;
        text-align: center;
    }
        .movie .ttl span{
            display: block;
            font-size: 20px;
            text-align: center;
            line-height: 1.65;
            color: #529200;
            margin-bottom: 10px;
            font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        }
    .movie video {
        max-width: 600px;
        width: 100%;
    }
@media screen and (max-width:768px) { 
    .movie .ttl{
        font-size: 12px;
        margin-bottom: 15px;
    }
        .movie .ttl span{
            font-size: 16px;
            line-height: 1.5;
        }
}

