@charset "UTF-8";
.plan .c-page_ttl {
    margin-bottom: 74px;
}
.plan .c-ttl.b-lft {
    margin-bottom: 30px;
}
.plandtl_wrap .txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}
.plan_lst {
    margin-top: 60px;
}
.plan_item {
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}
.plan_item .cat {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    box-sizing: border-box;
    color: #FFFFFF;
    background: #1678CE;
    padding: 17px 0 16px;
    text-align: center;
}
.plan_txt {
    padding: 30px 30px 32px;
    box-sizing: border-box;
    background: #F9FAFB;
}
.aboutdtl_wrap .cat {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 14px;
    position: relative;
    padding-left: 22px;
    box-sizing: border-box;
}
.aboutdtl_wrap .cat::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1E58AA;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    z-index: 9;
}
.plan_txt .txt {
    font-size: 14px;
    line-height: 2;
}
.contact-btn.c-btn {
    max-width: 240px;
    height: 46px;
    margin: 30px auto 0;
}
.contact-btn.c-btn a {
    font-size: 14px;
}
.flow_wrap .read_box {
    margin-bottom: 60px;
}
.read_box .txt {
    font-size: 16px;
    line-height: 2;
    text-align: center;
}
.flowdtl_wrap:not(:last-child) ,
.aboutdtl_wrap:not(:last-child) {
    margin-bottom: 60px;
}
.flowdtl-img {
    text-align: center;
}
.flowdtl-img img{
    width: 100%;
    height: auto;
    max-width: 1124px;
}
.plan_wrap,
.flow_wrap,
.about_wrap {
    margin-bottom: 120px;
    box-sizing: border-box;
}
.aboutdtl-gra {
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}
.aboutdtl-gra th,
.aboutdtl-gra td {
    font-size: 16px;
    line-height: 1;
    color: #333;
    text-align: center;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    background: #FFFFFF;
    height: 60px;
}
.aboutdtl-gra th {
    font-weight: bold;
}
.aboutdtl-gra tr.cate th {
    background: #347EC0;
    width: 33.3333%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.ano_lst {
    margin-top: 25px;
    font-size: 14px;
}
.ano_lst > li:not(:last-child) {
    margin-bottom: 18px;
}
.ano_lst .cat {
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
}
.ano_lst li > .txt {
    margin-top: 5px;
    padding-left: 1em;
}
.ano_lst .dtl_lst {
    padding-left: 2em;
    margin-top: 5px;
}
.ano_lst .dtl_lst .txt {
    padding-left: 1em;
    text-indent: -1em;
}
.read_box .img {
    margin: 40px 0;
}
.read_box .img img {
    width: 100%;
    height: auto;
}
@media only screen and (min-width:767px) {
    .plan_lst {
        display: flex;
        justify-content: space-between;
    }
    .plan_item {
        width: 30%;
    }
    .plan_txt {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: calc(100% - 62px);
    }
}
@media screen and (min-width:767px) and (max-width:1240px) {
    .plan_wrap,
    .flow_wrap,
    .about_wrap {
        padding: 0 40px;
    }
    .aboutdtl-gra th,
    .aboutdtl-gra td {
        font-size: 14px;
    }
    .aboutdtl-gra tr.cate th {
        font-size: 14px;
    }
    .plan_item {
        width: 32%;
    }
}
@media screen and (min-width:767px) and (max-width:900px) {
    .plan_lst {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .plan_item {
        width: calc(50% - 10px);
    }
}
@media only screen and (max-width:767px) {
    .plan .c-page_ttl {
        margin-bottom: 8.974vw;
    }
    .plan .c-ttl.b-lft {
        margin-bottom: 6.154vw;
    }
    .plandtl_wrap .txt {
        font-size: 3.59vw;
    }
    .plan_lst {
        margin-top: 6.41vw;
    }
    .plan_item {
        border-radius: 2.564vw;
    }
    .plan_item:not(:last-child) {
        margin-bottom: 5.128vw;
    }
    .plan_item .cat {
        font-size: 4.615vw;
        padding: 3.846vw 0;
    }
    .plan_txt {
        padding: 5.128vw;
    }
    .aboutdtl_wrap .cat {
        font-size: 4.103vw;
        margin-bottom: 2.051vw;
        padding-left: 5.128vw;
    }
    .aboutdtl_wrap .cat::before {
        width: 2.564vw;
        height: 2.564vw;
        margin-top: -1.282vw;
    }
    .plan_txt .txt {
        font-size: 3.59vw;
    }
    .contact-btn.c-btn {
        max-width: 100%;
        height: 11.795vw;
        margin: 5.128vw 0 0;
    }
    .contact-btn.c-btn a {
        font-size: 3.59vw;
    }
    .flow_wrap .read_box {
        margin-bottom: 8vw;
    }
    .read_box .txt {
        font-size: 3.59vw;
        text-align: left;
    }
    .flowdtl_wrap:not(:last-child) ,
    .aboutdtl_wrap:not(:last-child) {
        margin-bottom: 8vw;
    }
    .plan_wrap,
    .flow_wrap,
    .about_wrap {
        margin-bottom: 15.385vw;
        padding: 0 5.128vw;
    }
    .aboutdtl_gra {
        overflow-x: scroll;
    }
    .aboutdtl-gra {
        width: 153.846vw;
    }
    .aboutdtl-gra th,
    .aboutdtl-gra td {
        font-size: 3.59vw;
        height: 11.538vw;
    }
    .aboutdtl-gra tr.cate th {
        font-size: 3.59vw;
    }
    .ano_lst {
        margin-top: 5.128vw;
        font-size: 3.333vw;
    }
    .ano_lst > li:not(:last-child) {
        margin-bottom: 3.846vw;
    }
    .ano_lst li > .txt {
        margin-top: 1.282vw;
    }
    .ano_lst .dtl_lst {
        margin-top: 1.282vw;
    }
}