@charset "UTF-8";
.kizon_wrap {
    margin-bottom: 120px;
}
.kizon_read {
    margin-bottom: 60px;
}
.kizonCnt_wrap {
    margin-top: 100px;
}
.kizonCnt_wrap:first-of-type {
    margin-top: 0;
}
.kizonCnt_txt {
    margin-top: 60px;
}
.kizonCnt_txt a {
    color: #347EC0;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.function_wrap {
    margin-top: 60px;
}
.function_txt {
    margin-top: 40px;
}
.function_btn {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 40px;
}
.function_lst {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.functionLst_box {
    width: -webkit-calc((100% - 24px * 3) / 4);
    width: calc((100% - 24px * 3) / 4);
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(52, 126, 192, 0.2);
}
.functionLst_box dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    background: #1C476E;
    text-align: center;
    border-radius: 10px 10px 0 0;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.functionLst_box dd {
    padding: 20px;
    font-size: 14px;
    line-height: 2;
}
.web_lst {
    margin-top: 40px;
}
.web_table {
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    margin-top: 40px;
}
.web_table th,
.web_table td {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background: #FFFFFF;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    height: 52px;
    padding: 0 1.4em;
}
.web_table tr:nth-child(1) th {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    background: #6AC0E5;
}
@media only screen and (min-width:767px) {
    .kizonCnt_txt a:hover {
        text-decoration: none;
    }
}
@media screen and (min-width:767px) and (max-width:1240px) {
    .kizon_wrap {
        padding: 0 40px;
    }
    .function_lst {
        flex-wrap: wrap;
        gap: 20px 2%;
    }
    .functionLst_box {
        width: 49%;
    }
}
@media screen and (min-width:767px) and (max-width:1024px) {
}
@media only screen and (max-width:767px) {
    .kizon_wrap {
        padding: 0 5.128vw;
        margin-bottom: 16vw;
    }
    .kizon_read {
        margin-bottom: 10.256vw;
    }
    .kizonCnt_wrap {
        margin-top: 16vw;
    }
    .kizonCnt_txt {
        margin-top: 10.256vw;
    }
    .function_wrap {
        margin-top: 10.256vw;
    }
    .function_txt {
        margin-top: 5.128vw;
    }
    .function_btn {
        max-width: none;
        margin: 0 auto;
        margin-top: 10.256vw;
    }
    .function_lst {
        margin-top: 10.256vw;
        display: block;
    }
    .functionLst_box {
        width: 100%;
        margin-bottom: 5.128vw;
    }
    .functionLst_box:last-child {
        margin-bottom: 0;
    }
    .functionLst_box dt {
        font-size: 3.59vw;
        height: auto;
        padding: 3.59vw 2.564vw;
    }
    .functionLst_box>dd {
        padding: 4.103vw;
        font-size: 3.077vw;
    }
    .web_lst {
        margin-top: 10.256vw;
    }
    .web_table {
        width: 100%;
        margin-top: 5.333vw;
    }
    .web_table th,
    .web_table td {
        font-size: 3.077vw;
        height: auto;
        padding: .6em .8em;
    }
    .web_table tr:nth-child(1) th {
        font-size: 3.59vw;
    }


}