.price-flow {
    border: 1px solid #222222;
    position: relative;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.price-flow::after {
    content: "";
    position: absolute;
    bottom: -41px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 40px;
    background: #222;
}
.price-flow:nth-last-of-type(1)::after{
    display: none;
}
.price-flow__inner {
    padding: 50px;
}
.price-flow__item {
    display: flex;
    justify-content: space-between;
}
.price-flow__imgarea {
    margin-right: 35px;
}
.price-flow__img {
    width: 130px;
}
.price-flow__ttlarea {
    margin-bottom: 20px;
    box-sizing: border-box;
}
.price-flow__ttl {
    position:relative;
    color: #0068b6;
    font-size: 18px;
    font-weight: 600;
    box-sizing: border-box;
    height: 100%;
}
.price-flow__ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #d3d3d3;
}
.price-flow__ttl-number {
    font-size: 18px;
    color: #0068b6;
    padding-bottom: 15px;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    display: inline-block;
}
.price-flow__ttl-number::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 5;
    background: #222222;
}
.price-flow__txtarea.price-first {
    margin-bottom: 25px;
}
.price-flow__txt {
    text-align: justify;
    line-height: 1.6;
}
.price-flow__ttl-free {
    font-size: 10px;
    margin-left: 10px;
}
.c-section__inner.price-fee {
    padding: 0px 0 55px
}
.fees__item {
    border: 2px solid #0068b6;
    margin: 0 auto 35px;
}
.fees__list-wrapper {
    padding: 0 30px 30px;
}
.fees__list {
    background: #0068b6;
    color: #fff;
    padding: 15px 0;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}
.fees__list-txtarea {
    margin-bottom: 20px;
}
.fees__list-txt {
    text-align: justify;
}
.fees__list-exam-ttlarea {
    background: #599dd0;
    padding: 10px 0;
}
.fees__list-exam-ttl {
    color: #fff;
    text-align: center;
}
.fees__list-examarea{
    background: #f2f7fb;
    padding: 15px 8px;
}
.fees__list-exam-subttl {
    margin-bottom: 10px;
    line-height: 1.6;
}
.list {
    width: 12px;
    height: 13px;
    background: #0068b6;
    display: inline-block;
    margin-right: 4px;
}
.fees__list-exam-txtarea {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.fees__list-exam-txt01 {
    background: #0068b6;
    width: 115px;
    padding: 4px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    box-sizing: border-box;
    line-height: 2;
}
.fees__list-exam-txt02 {
    display: inline-block;
    margin-left: 5px;
	line-height: 1.3;
}
.exam-txt {
    font-size: 10px;
}

@media only screen and  (max-width: 767px) {
    .price-section .c-section__inner:nth-of-type(2) {
        padding: 0 10px 35px;
    }
    .price-flow__inner {
        padding: 30px 15px;
    }
    .price-flow__item {
        display: block;
    }
    .price-flow__imgarea {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .price-flow__btn .c-btn {
        width: auto;
    }
    .fees__list-wrapper {
        padding: 0 15px 30px;
    }
    .fees__item {
        width: auto;
    }
    
}