
/*
*    common
*/

.baseW {
    padding-top: 100px;
    margin-top: -100px;
}

dd {
    margin-left: 0;
}

.inner_txt {
    width: 86%;
    margin: auto;
    line-height: 1.75;
}

/*
*    main_visual
*/
/*.main_visual {
    background: url("../images/bg_main.jpg") no-repeat center;
    background-size: cover;
    text-shadow: 0 0 .5em rgba(0,0,0,0.40);
    padding: 75px 0;
}*/
.main_visual_logo {
    width: 491px;
    margin: 0 auto 50px;
}
.page_title {
    margin: 0;
    font-size: 4.6rem;
    letter-spacing: .1em;
    text-indent: .1em;
}

/*
* service_ttl_wrap
*/

.service_ttl_wrap {
    position: relative;
    padding: 74px 0 60px;
    border-bottom: 20px solid #f5f5f5;
    margin-bottom: 115px;
}

.service_ttl_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 34.2%;
    height: 135%;
    background: url(../images/img_service_ttl.png) no-repeat right;
    background-size: contain;
    z-index: 1;
}

.service_ttl_wrap::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -116px;
    left: 0;
    width: 216px;
    height: 117px;
    margin: auto;
    background: url(../images/bg_service_ttl.png) no-repeat;
    background-size: contain;
    z-index: 1;
}


.service_ttl {
    position: relative;
    margin: 0;
    font-size: 56px;
    font-weight: bold;
    text-align: center;
    z-index: 2;
    text-shadow: 0 0 8px #fff;
}

.service_ttl_color {
    color: #8b83c3;
}

.service_ttl_jp {
    display: block;
    font-size: 22px;
    font-weight: normal;
}

/*
*    mailtank3
*/
.service_name_ttl {
	max-width: 520px;
    margin: 0 auto 44px;
    text-align: center;
}

.service_con_catch {
    margin: 0 auto 12px;
    font-size: 54px;
    color: #665bb0;
    text-align: center;
}

.service_con_catch small {
    display: block;
    font-size: 40px;
    color: #000;
}

.service_con_description {
    max-width: 945px;
    margin: 0 auto .5em;
}

.img_mailtank3 {
    margin-bottom: 22px;
    text-align: center;
}

.service_con_ttl {
    position: relative;
    padding-top: 95px;
    margin: 0 auto 56px;
    font-size: 46px;
    text-align: center;
}

.service_con_ttl::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 337px;
    height: 26px;
    margin: auto;
    background: url(../images/bg_service_con_ttl.png) no-repeat;
    background-size: contain;
}

.reason_list {
    max-width: 975px;
    padding: 0;
    margin: 0 auto 74px;
}

.reason_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reason_list li:not(:last-child) {
    padding-bottom: 54px;
    border-bottom: 1px solid #ccc;
}

.reason_list li:not(:first-child) {
    padding-top: 54px;
}

.reason_list_num {
    display: block;
    min-width: 66px;
    margin-right: 74px;
    margin-left: 34px;
}

.reason_list li p {
    margin: 0;
    font-size: 15px;
    line-height: 1.87;
}

.reason_ttl {
    display: block;
    font-size: 18px;
    color: #665bb0;
    font-weight: bold;
}

.mailtank_image {
    margin-bottom: 88px;
}

.image_ttl {
    position: relative;
    padding-top: 86px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #0071bc;
    text-align: center;
}

.image_ttl::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 337px;
    height: 26px;
    margin: auto;
    background: url(../images/bg_service_con_ttl.png) no-repeat;
    background-size: contain;
}

.image_img {
    max-width: 800px;
    margin: 0 auto 66px;
    text-align: center;
}

.mailtank_note {
    font-size: 15px;
    text-align: center;
}

.basic_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    max-width: 975px;
    padding: 0;
    margin: 0 auto 66px;
}

.basic_list li {
    position: relative;
    width: 45.7%;
    padding: 18px;
    margin-bottom: 36px;
    background: url(../images/bg_basic_list.jpg) center no-repeat;
    background-size: cover;
}

.basic_list li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    width: 90px;
    height: 84px;
    margin: auto;
}

.basic_list li.base_save::before {
    background: url(../images/icon_base_save.png) no-repeat;
    background-size: contain;
}

.basic_list li.base_search::before {
    background: url(../images/icon_base_search.png) no-repeat;
    background-size: contain;
}

.basic_list li.base_send::before {
    background: url(../images/icon_base_send.png) no-repeat;
    background-size: contain;
}

.basic_list li.base_security::before {
    background: url(../images/icon_base_security.png) no-repeat;
    background-size: contain;
}

.basic_list li.base_backup::before {
    background: url(../images/icon_base_backup.png) no-repeat;
    background-size: contain;
}

.basic_list li.base_setting::before {
    background: url(../images/icon_base_setting.png) no-repeat;
    background-size: contain;
}

.basic_list li.base_policy::before {
    background: url(../images/icon_base_policy.png) no-repeat;
    background-size: contain;
}

.basic_list li.base_service::before {
    background: url(../images/icon_tag.svg) no-repeat;
    background-size: contain;
}


.basic_list li dl {
    padding-left: 106px;
}

.basic_list li dt {
    color: #000;
}

.basic_list li dd {
    font-size: 13px;
    color: #665bb0;
}

.merit {
    margin-bottom: 66px;
}

.merit .service_con_ttl {
    margin-bottom: 40px;
}

.merit_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 860px;
    margin: auto;
}

.merit_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
    padding: 0;
    margin: 0;
}


.merit_list li {
    width: calc(33% - 20px);
    margin-bottom: 38px;
    margin-left: 10px;
    margin-right: 10px;
}

.merit_graph {
    width: 50%;
}

.merit_graph img {
	max-width: auto;
}
.lineup_table_wrap {
    position: relative;
    overflow-x: auto;
    margin-bottom: 122px;
}
.lineup_table {
    width: 975px;
    margin: 0 auto;
    font-size: 16px;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
}
.lineup_table th,
.lineup_table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.lineup_table th {
    width: 25%;
    padding-left: 1em;
    font-weight: normal;
    text-align: left;
    background-color: rgba(139,131,195,.1);
    font-weight: bold;
}

.lineup_table td {
    text-align: center;
}

tr:not(:last-child) th,
tr:not(:last-child) td {
    border-bottom: 1px solid #ccc;
}

th:not(:last-child),
td:not(:last-child) {
    border-right: 1px solid #ccc;
}

.series_name {
    background-color: rgba(139,131,195,.3);
}

.model_basic {
    background-color: rgba(225,225,97,.3);

}

.model_enter {
    background-color: rgba(195,225,97,.3);

}

.model_enter_top {
    background-color: rgba(80,190,67,.3);
}

.lineup_table_sp {
    display: none;
}

.compare_table {
    display: table;
    width: 100%;
    max-width: 975px;
    margin: 0 auto 120px;
    font-size: 13px;
    border: 1px solid #ccc;
}

.compare_table th[colspan="2"] {
    width: 50.3%;
    padding-left: 1em;
    font-weight: normal;
    text-align: left;
    background-color: #fff;
}

.compare_table th {
    min-width: 10em;
    padding: 0 1em;
    text-align: left;
    background-color: rgba(139,131,195,.1);
}

.compare_table td.function_name {
    min-width: 32em;
    padding: 0 1em;
    text-align: left;
    background-color: rgba(139,131,195,.3);
}

.compare_table td {
    text-align: center;
}

.compare_table_sp {
    display: none;
}

.contact_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 50px;
    margin: auto;
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

.contact_link:hover {
    opacity: .7;
}

.system_pre {
    position: relative;
    padding-bottom: 120px;
    border-bottom: 20px solid #f5f5f5;
    margin-bottom: 160px;
}

.system_pre::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -116px;
    left: 0;
    width: 216px;
    height: 117px;
    margin: auto;
    background: url(../images/bg_service_ttl.png) no-repeat;
    background-size: contain;
}

#system .service_ttl {
    margin-bottom: 36px;
}

.system_catch {
    margin-top: 0;
    font-size: 54px;
    text-align: center;
}

.system_appeal_list {
    list-style: none;
    position: relative;
    width: 25em;
    padding: 0;
    margin: 0 auto 56px;
}

.system_appeal_list li {
    position: relative;
    padding-left: 1.5em;
}

.system_appeal_list li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: auto;
    background-color: #8b83c3;
}

.system_img {
    width: 410px;
    margin: 0 auto 80px;
}

.system_list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    max-width: 942px;
    padding: 0;
    margin: 0 auto 62px;
}

.system_list li {
    width: 28.7%;
}

.system_list_ttl {
    padding: 1em;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #8b83c3;
}

.system_list_txt {
    margin: 0;
    padding: 1em;
    background-color: rgba(139,131,195,.1);
}

.system_txt {
    max-width: 942px;
    padding: 0;
    margin: 0 auto 60px;
}

.subsidy_txt {
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: bold;
    color: #b6689f;
    text-align: center;
}

#system .contact_link {
    margin-bottom: 120px;
}

@media screen and (max-width: 1280px) {
    body {
        width: 100%;
    }

    main {
        max-width: 1280px;
        overflow-x: hidden;
    }

    .baseW {
        width: 100%;
        min-width: auto;
    }

}

@media screen and (max-width: 768px) {
    .baseW {
        width: 96%;
        padding-top: 0;
        margin-top: 0;
    }

    .page_title {
        font-size: 3.4rem;
    }

    .service_ttl_wrap {
        padding: 58px 0 42px;
        margin-bottom: 60px;
    }

    .service_ttl_wrap::before {
        width: 62%;
        height: 100%;
        background-size: cover;
     }

    .service_ttl_wrap::after {
        bottom: -69px;
        width: 140px;
        height: 70px;
     }

    .signage_summary {
        padding-bottom: 60px;
        margin-bottom: 100px;
    }

    .signage_summary::after {
        bottom: -50px;
        border-width: 50px 50px 0 50px;
    }

    .service_ttl {
        font-size: 44px;
        line-height: 1.4;
    }

    .service_con_catch {
        font-size: 42px;
    }

    .signage_summary {
        padding-top: 72px;
    }

    .signage_flex {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .signage_img {
        order: 1;
        width: 100%;
        margin-bottom: 22px;
        text-align: center;
    }

    .signage_img img {
        max-width: 160px;
    }

    .summary_billboard {
        order: 2;
    }

    .summary_smcs {
        order: 3;
    }

    .signage_summary_con {
        width: 48%;
    }

    .signage_summary_con .tab_link {
        display: block;
        max-width: 160px;
        margin: auto;
    }

    .system_name {
        font-size: 76px;
    }

    .system_name_reg {
        font-size: 30px;
    }

    .system_name_jp {
        font-size: 20px;
    }

    .service_con_description {
        width: 85%;
        margin: 0 auto 2em;
    }

    .billboard_img, .smcs_img {
        margin-bottom: 72px;
    }

    .service_con_ttl {
        width: 85%;
        padding-top: 72px;
        font-size: 34px;
        margin-bottom: 40px;
        line-height: 1.2;
    }

    .service_con_ttl::before,
    .image_ttl::before {
        width: 260px;
        max-width: 100%;
        height: 20px;
    }

    .reason_list {
        width: 85%;
    }

    .reason_list_num {
        min-width: 42px;
        margin-right: 50px;
        margin-left: 24px;
    }

    .reason_list_num img {
        width: 100%;
    }

    .image_img {
        width: 85%;
        margin: 0 auto 40px;
    }

    .mailtank_note {
        width: 85%;
        margin: auto;
    }


    .basic {
        margin-bottom: 48px;
    }

    .basic_list {
        width: 96%;
        margin: 0 auto 20px;
    }

    .basic_list li {
        width: 48.5%;
        margin-bottom: 20px;
    }

    .basic_list li::before {
        display: block;
        position: static;
        margin-bottom: 8px;
    }

    .basic_list li dl {
        padding-left: 0;
    }

    .basic_list li dt {
        text-align: center;
    }

    .merit_flex {
        display: block;
    }

    .merit_list {
        width: 85%;
        max-width: 400px;
        margin: auto;
    }

    .merit_graph {
        width: 96%;
        max-width: 300px;
        margin: auto;
    }

    .compare_con_ttl {
        display: block;
        color: #999;
    }

    .compare_table_list dd.function_name {
        border-bottom: 0;
        background-color: rgba(139,131,195,.3);
    }

    .compare_wrap {
        overflow-x: auto;
    }

    .compare_table {
        width: 684px;
    }

    .compare_table th {
        min-width: 6em;
        max-width: 6em;
    }

    .compare_table td.function_name {
        min-width: 8em;
        max-width: 8em;
    }

    .scroll-hint-icon-wrap {
        top: -200px;
    }

    .system_catch {
        font-size: 40px;
    }

    .system_list {
        display: block;
    }

    .system_list li {
        width: 100%;
    }

    .system_appeal_list {
        width: 85%;
    }
    .system_list {
        width: 85%;
    }

    .system_txt {
        width: 85%;
    }

    .system_list li:not(:last-child) {
        margin-bottom: 20px;
    }

    .subsidy_txt {
        font-size: 25px;
    }

    .system_img {
        max-width: 410px;
        width: 85%;
    }


}

@media screen and (max-width: 480px) {
    .page_title {
        font-size: 23px;
    }

    .service_ttl {
        font-size: 30px;
    }

    .service_ttl_jp {
        font-size: 17px;
    }

    .signage_summary_con {
        width: 100%;
        margin-bottom: 12px;
    }

    .service_ttl_wrap {
        padding: 36px 0 24px;
    }

    .service_ttl_wrap::before {
        content: none;
    }

    .service_ttl_jp {
        margin-top: .5em;
    }

    .service_name_ttl {
        width: 78%;
        margin: 0 auto 30px;
    }

    .service_con_catch {
        margin: 0 auto 1em;
        font-size: 20px;
    }

    .service_con_catch small {
        font-size: 26px;
    }

    .reason_list li {
        display: block;
    }

    .reason_list_num {
        max-width: 42px;
        margin: 0 auto 12px;
    }

    .reason_ttl {
        text-align: center;
    }

    .mailtank_note br {
        display: none;
    }

    .lineup_table {
        /*display: none;*/
    }

    .lineup_table_sp {
        display: block;
        margin-bottom: 48px;
    }

    .lineup_list {
        margin-bottom: 40px;
    }

    .lineup_list dt,
    .lineup_list dd {
        padding: .2em 0;
        text-align: center;
        border-bottom: 1px solid #999;
    }

    .lineup_con_ttl {
        display: block;
        color: #999;
    }

    .system_catch {
        font-size: 30px;
    }

    .system_appeal_list li::before {
        top: .3em;
        bottom: auto;
    }

    .system_name {
        font-size: 48px;
    }

    .contact_link {
        width: 85%;
    }

}