@charset "UTF-8";

/*
Date   : 2023.03
Author : ISMR/h.tabira
*/

/*
font-family: 'Klee One', cursive;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
*/

/* ---------------------------------------- */
/* Pages */

.whitebox{
    width: 1000px;
    max-width: 100%;
    margin: auto auto;
    background-color: white;
    padding: 1em;
    margin: 50px auto;
    box-sizing:border-box;
}

.graduation_box{
    display: flex;
    justify-content:space-around;
}
.graduation_box img{
    max-width: 100%;
}
.graduation_box dl{
    width: 400px;
  -moz-box-shadow: 0 4px 10px #333;
  -webkit-box-shadow: 0 4px 10px #333;
    max-width: 100%;
    box-sizing: border-box;
  box-shadow: 0 4px 10px #333;    
    padding: 1em;
}
.graduation_box dl a:hover{
    opacity: 0.5;
    transition: .3s;
}
.graduation_box dl dd{
    margin-left: 0;
    text-align: center;
}
.graduation_box dl dd h3{
    margin: 0;
    font-size: 2em;
}

.current_buttons{
    display: flex;
}

.current_button{
    flex: 1;
    justify-content: center;
    border-radius: 15px;
    align-items: center;
    text-align: center;
    margin: 0.5rem 1rem;
    font-size: 1.2rem;
    color: white;
}

.current_button a{
    display:inline-block;
    border-radius: 15px;
    text-decoration: none;
    color: white;
    width: 100%;
    padding: 1.2em 0;
}

.current_buttons :hover{
    opacity: 0.5;
    transition: .3s;
}

.graduate_buttons{
    display: flex;
}

.graduate_button{
    flex: 1;
    justify-content: center;
    border-radius: 15px;
    align-items: center;
    text-align: center;
    margin: 0.5rem 1rem;
    font-size: 1.2rem;
    color: white;
}

.syomei{
    background-color: #f079a6;
}

.graduate_button_{
    flex: 1;
    justify-content: center;
    align-items: center;
    margin: 0 .25em;
    padding: .2em 1em;
}

.graduate_button a{
    display:inline-block;
    border-radius: 15px;
    text-decoration: none;
    color: white;
    width: 100%;
    padding: 1.2em 0;
}

.graduate_buttons :hover{
    opacity: 0.5;
    transition: .3s;
}

.nursing1{
    background-color: #448ab6;
}

.nursing2{
    background-color: #26a063;
}

.associate{
    background-color: #dd963a;
}

@media screen and (max-width: 700px) {
    .graduation_box{
        display: block;
        justify-content: center;
        box-sizing: border-box
    }   

    .graduation_box dl{ 
        margin:  auto auto;
        margin-bottom: 2em;
        font-size: 0.7em;
    }

    .current_buttons {
        display: block;
    }

    .current_button {
        margin:  1rem auto;
    }

    .graduate_buttons {    
        display: block;
    }

    .graduate_button {
        margin:  1rem auto;
    }

}
