@charset "utf-8";
/* 入試の流れ　01
---------------------------------------*/
.flow01 .box {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.flow01 .brown {
    border: 2px solid #00336A;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
}
.flow01 .brown:after {
    content: '';
    position: absolute;
    border-top: 20px solid #00336A;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    bottom: -20px;
    left: 48%;
}
.flow01 .green {
    border: 2px solid #d64646;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
    color: #d64646;
    background: #F9F7F1;
}
.flow01 .green::after {
    content: '';
    position: absolute;
    border-top: 20px solid #d64646;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    bottom: -20px;
    left: 48%;
}
.flow01 .green .txt_color {
    color: #333;
}
.flow01 .double::before {
    content: '';
    position: absolute;
    border-top: 20px solid #00336A;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    bottom: -20px;
    left: 22%;
}
.flow01 .double::after {
    content: '';
    position: absolute;
    border-top: 20px solid #00336A;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    bottom: -20px;
    left: 74%;
}
.flow01 .arrow_none::after {
    content: none;
}
.flow01 .flow_box_side01 {
    display: flex;
    justify-content: space-between;
}
.flow01 .flow_box_side01 div {
    width: 380px;
}
.flow01 span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.flow01 .day {
    color: #fff;
    background-color: #d64646;
    padding: 1px 10px;
    /*margin-right: 10px;*/
    border-radius: 5px;
    margin-bottom: 0.5em;
    display: inline-block;
}
.flow01 .base {
    background: #8dbc0e;
    display: inline-block;
    position: relative;
    border: 3px solid #8dbc0e;
    padding: 20px 20px 0 20px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.flow01 .base:after {
    border-top: 40px solid #8dbc0e;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    content: "";
    bottom: -43px;
    left: 2%;
    position: absolute;
    color: #fff;
}
.flow01 .pt_65 {
    padding-top: 65px;
}
/*******************************
テーブル02
*******************************/
.table02 {
    border-collapse: collapse;
}
.table02 th {
    background-color: #fff0d9;
}
.table02 th, .table02 td {
    border: 1px solid #ddd;
    padding: 10px;
}
.table02 td ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.table02 {
    border-collapse: collapse;
}
.table02 th:first-child {
    width: 17%;
}
.table02 th:nth-child(2) {
    width: 10%;
}
.table02 th:nth-child(3) {
    width: 26%;
}
.table02 th:last-child {
    width: 47%;
}
@media screen and (max-width: 599px) {
    .table02 {
        margin-bottom: 10px;
    }
    .table02 th:first-child {
        width: 25%;
    }
    .table02 td {
        /*width: 70%;*/
    }
}
/*******************************
テーブル03
*******************************/
.table03 {
    min-width: 70%;
}
@media screen and (max-width: 599px) {
    .flow01 .brown {
        padding: 10px;
        border-radius: 10px;
    }
    .flow01 span {
        font-size: inherit;
    }
    .flow01 .green {
        padding: 10px;
        border-radius: 10px;
    }
    .more_btn2 {
        width: auto;
        font-size: 12px;
    }
    .flow01 .green::after {
        border-top: 10px solid #d64646;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        bottom: -13px;
    }
    .flow01 .brown:after {
        border-top: 10px solid #00336A;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        bottom: -13px;
    }
}