@charset "UTF-8";
/* gakusyuu_advice.css - gakusyuu_adviceページ個別スタイル */

body{
    background-color: var(--beige);
    font-family: "Zen Kaku Gothic New";
 }

.kamoku_ichiran{
    display:flex;
    flex-wrap: wrap;
    gap:20px;
    justify-content: center;
    margin-bottom: 70px;

}

.button{
    width: 110px;
    height: 45px;
    background-color: var(--white);
    font-weight: 500;
    font-size: 16px;
    color: black;
    display: grid;
    align-content: center;
    justify-content: center;
    border-top: 2px solid var(--navy);
    border-bottom: 2px solid var(--navy);
    border-right: 2px solid var(--navy);
    box-shadow: 2px 2px 0px var(--navy);
}


.button2{
    width:25px;
    height:45px;
    background-color: var(--skyblue);
    border:2px solid var(--navy);
    box-shadow: 2px 2px 0px var(--navy);
}
.yoko:active {
    transform: translateY(2px) scale(0.98);
}

.kamoku_ichiran a{
    text-decoration: none;
}

.mid-midashi{
    background-color: var(--skyblue);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    height: 42px;
    place-content: center;
    margin-top: 40px;
}

.yoko{
    display: flex;
    align-items: center;
}
.kakoisoto {
    margin: 0px auto 30px;
}

h2 {
    color: #3e3a39;
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 18px;
}