@charset "UTF-8";
.under_main{
    background: url("../img/main_vusual.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.main_content{
    background: #eee url("../img/bg_bottom.png") center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding-top: 40px;
    padding-bottom: 100px;
}
.intro {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    line-height: 2;
}
.intro_text {
    margin-top: 50px;
}
.intro_flex {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.intro_card {
    max-width: 241px;
    width: 100%;
    background: #fff;
    position: relative;
    padding-bottom: 50px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 3px 6px #00000029;
    margin: 30px 15px 0;
}
.intro_card::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(90deg, #008AFF 0%, #014099 100%) 0% 0% no-repeat padding-box;
}
.container{
    margin-top: 100px;
}

.table_box {
    max-width: 1024px;
    margin: 50px auto 0;
    position: relative;
}
.table_box::after{
    content: ' ';
    display: block;
    height: 5px;
    width: 100%;
    position: absolute;
    top:-5px;
    left:0;
    background: transparent linear-gradient(90deg, #008AFF 0%, #014099 100%) 0% 0% no-repeat padding-box;
}
table {
    width: 100%;
}
th {
    width: 23.5%;
    text-align: center;
    color: #fff;
    background: #3F3F3F;
    padding: 30px 0;
    border-bottom: 1px solid #000;
}
thead td,td.sub_color{
    background: #888888;
    color: #fff;
}

td.sub_color{
    border-right: none;
}
td {
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    text-align: center;
}
td.left{
    text-align: left;
}
.features td {
    max-width: 391.5px;
    padding: 10px;
}
td:last-child{
    border-right: none;
}

.contact_box {
    margin: 0;
}
.anc_point{
    position: absolute;
    top:-80px;
}

@media screen and (max-width: 767px) {
.outline_inner {
    flex-direction: column;
    align-items: center;
}
.outline_info {
    margin-top: 20px;
}
.features_list {
    flex-direction: column;
    align-items: center;
}
.table_box{
    width: 90%;
    overflow: scroll;
}
table {
    width: 800px;
}
.access_card {
    padding: 50px 5%;
}
.anchor_box {
    flex-direction: column;
    align-items: center;
}
.anchor_btn {
    margin: 10px auto;
}
.intro_flex {
    flex-direction: column;
    align-items: center;
}
}
