@charset "utf-8";
.page_visual{
    background: url(../../common/img/pp_visual.png) no-repeat center/cover;
}

.inst_inner{
    max-width: 1025px;
    width: 100%;
    margin: auto;
    padding: 60px 0;
}
.inst_caution{
    line-height: 32px;
    font-weight: 400;
}
.inst_list{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    margin-top: 60px;
    /* a{
        min-height: 310px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    } */
}
.inst_box{
	max-width: 189px;
	width: 100%;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    figure{
        min-height: 265px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 767px){
    .inst_inner{
        padding: 60px 5%;
    }
    .inst_list{
        gap: 30px 10px;
    }
    .inst_box{
        width: calc(50% - 5px);
        font-size: 1.4rem;
        figure{
             min-height: auto;
        }
    }
}