@charset "UTF-8";
.under_main{
    background: url("../img/main_vusual.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.main_content{
    background-color: #eee;
    padding-top: 40px;
    padding-bottom: 100px;
}
.outline {
    background: #fff;
    padding: 50px 0;
    margin-top: 100px;
}
.outline_inner {
    max-width: 1024px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px auto 0;
}
.outline_left, .outline_info {
    max-width: 480px;
    width: 100%;
}
.thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    box-shadow: 0px 0px 10px #00000029;
}
.thumb_text {
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.outline_info {
    line-height: 2;
}
.point_l{
    text-indent: -1em;
    padding-left: 1em;
}
.point_l::before{
    content: '●';
    color: #014099;
}
.point_s{
    text-indent: -2em;
    padding-left: 2em;
}
.point_s::before{
    content: '　・';
    color: #014099;
}
.features{
    padding-top: 50px;
}
.features_list {
    display: flex;
    max-width: 1024px;
    width: 90%;
    margin: 30px auto 0;
    justify-content: space-between;
}
.features_card {
    max-width: 328px;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
    margin-top: 20px;
    box-shadow: 0px 0px 10px #00000029;
}
.features_card::after {
    content: ' ';
    display: block;
    background: transparent linear-gradient(90deg, #008AFF 0%, #014099 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
}
.features_name {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
.features_text {
    max-width: 247px;
    margin: 20px auto 0;
    line-height: 2;
}
.spec{
    padding-top: 50px;
}
.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 35px;
    background: #fff;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    text-align: center;
}
td:last-child{
    border-right: none;
}
td.b_r:last-child{
    border-right: 1px solid #000;
}

.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;
}
}
