@charset "utf-8";
/*------------------------------------------------------------
	back-number
------------------------------------------------------------*/
#main {
    padding: 19rem 0 19.6rem;
    background-color: #FDFCE5;
}
#main .pageTtl {
    margin-bottom: 7.8rem;
    font-size: 5.5rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #ED7700;
    font-feature-settings: "palt";
    text-align: center;
    font-family: "Zen Kaku Gothic New",  sans-serif;
}
#main .brochureList {
    margin: 0 auto;
    width: 74.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14.4rem 8.5rem;
}
#main .brochureList li {
    width: 33rem;
    font-size: 2.2rem;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
    line-height: 1.61;
    text-align: center;
}
#main .brochureList a {
    display: block;
}
#main .brochureList .image {
    margin: 0 auto 1.9rem;
    width: 28rem;
}
#main .brochureList .image img {
    width: 100%;
}
#main .brochureList .link {
    margin: 0.7rem auto 0;
    padding: 0.3rem 2.6rem 0.3rem 1rem;
    width: fit-content;
    min-width: 26.6rem;
    display: block;
    text-align: center;
    font-size: 2rem;
    font-feature-settings: normal;
    font-weight: 500;
    color: #fff;
    border-radius: 3rem;
    background: #F39800 url(../img/common/arrow07.png) no-repeat center right 0.7rem / 2.5rem;
}
@media all and (min-width: 897px) {
	#main .brochureList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
    #main {
        padding: 12rem 0 6rem;
    }
    #main .pageTtl {
        margin-bottom: 4rem;
        font-size: 2.3rem;
    }
    #main .brochureList {
        width: auto;
        display: block;
    }
    #main .brochureList li {
        margin-bottom: 4rem;
        width: 100%;
        font-size: 1.6rem;
    }
     #main .brochureList li:last-child {
        margin-bottom: 0;
     }
    #main .brochureList .image {
        margin: 0 4rem 1.9rem;
        width: auto;
    }
    #main .brochureList .link {
        min-width: 19rem;
        font-size: 1.4rem;
        border-radius: 3rem;
        background-size: 2rem;
    }
}