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



body{background-color: var(--beige);}

.all_wrap{
  display: flex;
    flex-direction: column;
}

.zenki_wrap{
    flex-wrap: wrap;
    gap: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.kouki_wrap{
    flex-wrap: wrap;
    gap: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.suisenkikoku_wrap{
    flex-wrap: wrap;
    gap: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.yoko {
    display: flex;
    align-items: center;
}

.yoko:active {
    transform: translateY(2px) scale(0.98);
}

.gakubu_ichiran{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 70px;
    margin-top: 30px;
}

.gakubu_ichiran a{
    text-decoration: none;
}

.button {
    
     width: 110px;
    height: 45px;
    background-color: var(--white);
    font-weight: 500;
    font-size: 16px;
    color: var(--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);
}

.back_button_wrap{
    position: relative;
    margin: 0 auto;
}


