@charset "utf-8";

/* =====================================================================
*    共通・大枠
* =================================================================== */
.hero-program-01 {
    background-color: #fabe00;
}

.hero-program-01 .inner {
    padding: 0.8em 0;
    font-size: 40px;
}

.hero-program-01 h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.hero-program-01 p {
    margin: 1em 0 0;
    font-size: 16px;
    text-align: center;
}

.txt-notice {
    width: 80%;
    margin: 0 auto;
    padding: 3%;
    background-color: #eee;
}

.txt-notice dt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.txt-notice dd {
    font-size: 14px;
}

.txt-notice dd ul {
    list-style: disc;
    margin: 1em 0 0 1.5em;
}

.img-photo-list-ttl {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

.img-photo-list-ttl + .img-photo-list {
    margin-bottom: 10px;
}

.img-photo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.img-photo-list li {
    width: 32%;
    margin: 0 1.9% 2% 0;
    position: relative;
}

.img-photo-list li:nth-child(3n) {
    margin-right: 0;
}

.img-photo-list li.new::after {
    content: "New!";
    display: block;
    margin: 0.5em 0 0;
    padding: 0.2em 0.5em;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    color: #ff0000;
    font-size: 14px;
    line-height: 1;
}

.img-photo-list li a {
    display: block;
}

.img-photo-list li a:hover {
    opacity: 0.7;
}

.img-photo-list li img {
    width: 100%;
    height: auto;
}

.btn-site {
    width: 300px;
    margin: 20px auto 0;
}

.btn-site a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 14px 10px;
    background-color: #000;
    border-radius: 30px;
    position: relative;
}

.btn-site a:hover {
    opacity: 0.7;
}

.txt-download {
    margin: 0 0 0 30px;
}

.txt-download dt {
    font-size: 18px;
    font-weight: bold;
}

.txt-download dd {
    margin: 0 0 1em;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .hero-program-01 .inner {
        padding: 2em 0;
        font-size: 20px;
    }

    .hero-program-01 h1 {
        font-size: 20px;
    }

    .hero-program-01 p {
        margin: 1em 0 0;
        font-size: 12px;
    }
    
    .txt-notice {
        width: 100%;
        padding: 4%;
    }
    
    .txt-notice dt {
        font-size: 14px;
    }
    
    .txt-notice dd {
        font-size: 12px;
    }
    
    .txt-notice dd ul {
        margin: 0.5em 0 0 1.5em;
    }
    
    .img-photo-list-ttl {
        font-size: 12px;
    }
    
    .img-photo-list li.new::after {
        font-size: 10px;
    }
    
    .btn-site {
        width: 220px;
        margin: 10px auto 0;
    }
    
    .btn-site a {
        font-size: 12px;
        padding: 12px 10px;
    }
    
    .txt-download {
        margin: 0 0 0 20px;
    }

    .txt-download dt {
        font-size: 14px;
    }

    .txt-download dd {
        font-size: 12px;
    }
}
