
@charset "UTF-8";

/*=======================================
入試情報_最下部お知らせ
=======================================*/
.notice{ margin-top: 10rem;}
.notice h4{ font-family: 'Shippori Mincho', serif;}
.notice a{ color: #cb2837; text-decoration: underline;}

/*=======================================
入試情報_web出願_過去問題
=======================================*/
.link-button-row01 {
    margin-bottom: 4rem;
}

.link-button .link-button-row02 {
    justify-content: center;
    max-width: 1040px;
    margin: 5rem auto 0;
    gap: 40px;
    row-gap: 20px;
}
.link-button ul li {
    border: double #FBB03C 5px;
    flex-basis: unsetx;
    width: 48%;
}

.link-button .link-button-row01 li a {
    background: #3cab83;
    color: #fff;
}
.link-button .link-button-row01 li {
    border: double #3cab83 5px;
}

@media (max-width: 767px){
    .link-button-row01 { margin-bottom: 0;}
}