@charset "utf-8";

/*-------------------about------------------*/
#sinka{
    background: #e8f0f8;
}
.center{
    text-align: center !important;
}
.md_contentsUnit--message,
.md_contentsUnit--about{
    padding: 50px 0;
    background: #fafafa;
}
.md_contentsUnit--about01{
    background: #fff !important;
}
.md_contentsUnit--message .content .catch {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
}
@media only screen and (max-width:1200px) {
    .md_contentsUnit--message .content .catch {
        font-size: 35px
    }
}
@media only screen and (max-width:767px) {
    .md_contentsUnit--message .content .catch {
        font-size: 24px
    }
}
.md_contentsUnit--message .content .copy {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
    max-width: 960px;
    margin: 40px auto 0;
    word-break: normal;
    word-wrap: break-word
}
@media only screen and (max-width:767px) {
    .md_contentsUnit--message .content .copy {
        margin-top: 25px;
        font-size: 14px;
    }
}
.hdA{
    text-align: center;
    position: relative;
    font-weight: 600;
    padding-top: 40px;
    font-size: 37px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.35;
}
.hdA:before{
    content: "";
    position: absolute;
    left: calc(50% - 30px);
    top: 0;
    width: 60px;
    height: 5px;
    background: -webkit-gradient(linear, left top, right bottom, from(#4dccd5), to(#844dd6));
    background: -webkit-linear-gradient(left top, #4dccd5 0%, #844dd6 100%);
    background: -o-linear-gradient(left top, #4dccd5 0%, #844dd6 100%);
    background: linear-gradient(to right bottom, #4dccd5 0%, #844dd6 100%);
    background: #016FF9;
    background: linear-gradient(to right bottom, #335FEB 0%, #7232B7 100%);
    border-radius: 20px;
}
.hdA.before_none:before{
    display: none;
}
h3.main{
    font-size: 35px;
    text-align: center;
    padding-bottom: 0;
    line-height: 1.2;
    padding-top: 40px;
    font-weight: 600;
}
h3.main span{
    font-size: 27px;
    padding-bottom: 10px;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    display: block;
}
.md_card.no1-pr h4 {
    font-size: 25px;
    padding-right: 20px;
    font-weight: normal;
    padding-bottom: 30px;
}
.md_card{
    height: auto;
}
.md_card.no1-pr {
    width: 80%;
    margin-bottom: 50px;
}
.name-pr img{
    width: 60%;
}
.title.bar-none:before{
    content: none;
}
.text_b{
    font-size: 24px;
    text-align: center;
}
.md_card.no1-pr{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 50px;
    background: url(../about/images/n01-pr-bg.svg) no-repeat bottom center #fbf8da;
}
.md_contentsUnit .title .sub {
    margin-top: 20px;
    line-height: 1.6;
    text-align: center;
    font-size: 17px;
}
.md_column{
    display: flex;
    justify-content: space-between;
}
.md_contentsUnit .content {
    margin-top: 40px;
}
.contentArea{
    padding: 10px;
    box-sizing: border-box;
}
li.md_card{
    height: auto;
}
.md_card .catch{
    font-size: 18px;
    font-weight: normal;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.5;
    word-break: normal;
    word-wrap: break-word;
}
.md_card .catch + .copy{
    margin-top: 8px;
}
.md_card .copy{
    font-size: 14px;
    text-align: justify;
    word-break: normal;
    word-wrap: break-word;
    line-height: 1.6;
    color: #242424;
}
.md_btn{
    background: #fff;
    border: 1px solid #016FF9;
    color: #016FF9;
    display: inline-block;
    line-height: 54px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    width: 400px;
    text-align: center;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.md_btn:hover{
    background: #284fa1;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .md_contentsUnit--message,
    .md_contentsUnit--about{
        padding: 40px 0;
        background: #fafafa;
    }
    .hdA{
        text-align: center;
        position: relative;
        font-weight: 600;
        padding-top: 25px;
        font-size: 22px;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        line-height: 1.35;
    }
    .hdA:before{
        content: "";
        position: absolute;
        left: calc(50% - 20px);
        top: 0;
        width: 40px;
        height: 4px;
        background: linear-gradient(to right bottom, #4dccd5 0%, #844dd6 100%);
        background: #016FF9;
        background: linear-gradient(to right bottom, #335FEB 0%, #7232B7 100%);
        border-radius: 20px;
    }
    h3.main{
        font-size: 22px;
        text-align: center;
        padding-bottom: 0;
        line-height: 1.2;
        padding-top: 25px;
        font-weight: 600;
    }
    h3.main span{
        font-size: 19px;
        padding-bottom: 10px;
        line-height: 1.5;
        text-align: center;
        font-weight: 600;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        display: block;
    }
    .md_card.no1-pr h4 {
        font-size: 18px;
        padding-right: 0;
        font-weight: normal;
        padding-bottom: 10px;
        text-align: center;
        padding-top: 10px;
    }
    .md_card.no1-pr .img{
        text-align: center;
    }
    .md_card.no1-pr img{
        width: 80px;
    }
    .md_card{
        height: auto;
    }
    .name-pr img{
        width: 60%;
    }
    .title.bar-none:before{
        content: none;
    }
    .text_b{
        font-size: 19px;
        text-align: center;
    }
    .md_card.no1-pr{
        width: 100%;
        height: 200px;
        display: block;
        align-items: center;
        justify-content: center;
        margin: 50px auto 0;
        background: url(../about/images/n01-pr-bg.svg) no-repeat bottom center #fbf8da;
    }
    .md_contentsUnit .title .sub {
        margin-top: 10px;
        line-height: 1.6;
        font-size: 13px;
        text-align: center;
    }
    .md_column{
        display: block;
        justify-content: space-between;
    }
    .md_contentsUnit .content {
        margin-top: 25px;
    }
    .contentArea{
        padding: 10px;
        box-sizing: border-box;
    }
    .summaryArea li+li{
        margin-top: 30px;
    }
    .wrap01{
        padding: 0 !important;
    }
    li.md_card{
        height: auto;
    }
    .md_card .catch{
        font-size: 18px;
        font-weight: normal;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        line-height: 1.5;
        word-break: normal;
        text-align: center;
        word-wrap: break-word;
    }
    .md_card .catch + .copy{
        margin-top: 8px;
    }
    .md_card .copy{
        font-size: 14px;
        text-align: justify;
        word-break: normal;
        word-wrap: break-word;
        line-height: 1.6;
    }
    .md_btn{
        background: #fff;
        border: 1px solid #016FF9;
        color: #016FF9;
        display: inline-block;
        line-height: 54px;
        border-radius: 30px;
        font-size: 18px;
        font-weight: 600;
        width: 400px;
        text-align: center;
        -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    }
    .md_btn:hover{
        background: #284fa1;
        color: #fff;
    }
}

/*-------------------price-support------------------*/
.teaser_pos{
    font-size: 4.6rem !important;
}
.md_contentsUnit {
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px
}

@media only screen and (max-width:767px) {
    .md_contentsUnit {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}
.menu_btn {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.menu_btn li {
    list-style: none;
    width: calc(20% - 5.4px);
    margin-right: 8px;
    margin-bottom: 8px;
}
.menu_btn a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    font-size: 17px;
    color: #242424;
    position: relative;
    align-items: center;
    text-align: left;
    height: 100%;
    background-color: #f5f5f5;
    border-color: #dddddd;
    font-weight: bold;
}
.menu_btn a::before, .menu_btn a::before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    transform: rotate(135deg);
    position: absolute;
    bottom: 15px;
    left: calc(50% - 3px);
    transition: all .3s ease-in 0s;
    left: 80%;
    bottom: 50%;
}
.menu_btn a:hover {
    background: #e1f1ff;
    border: 1px solid #9dd1ff;
    color: #016FF9;
}
.detailUnit{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.detailUnit .txtSide+.imgSide{
    margin-top: 20px;
    text-align: left;
    width: 40%;
}
.detailUnit .txtSide {
    width: 57%;
    text-align: left;
}
.detailUnit .txtSide+.imgSide{
    margin-top: 20px;
    text-align: left;
    width: 40%;
}
.detailUnit .txtSide .catch{
    margin-top: 20px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.35;
}
.detailUnit .txtSide .copy {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}
.detailUnit .txtSide p.sub {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
}
.detailUnit .txtSide .box{
    margin-top: 60px;
}
.detailUnit .txtSide .list-arrow{
    margin: 10px 0 10px 0;
    background: #e1f1ff;
    padding: 10px 20px;
    transition: all .3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-sizing: border-box;
}
.detailUnit .txtSide .list-arrow li a{
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 40px;
    color: #242424;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .teaser_pos{
        font-size: 2.4rem !important;
    }
    .menu_btn {
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .menu_btn li {
        list-style: none;
        width: calc(50% - 10px);
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .menu_btn a {
        text-decoration: none;
        display: flex;
        justify-content: center;
        border-width: 1px;
        border-style: solid;
        font-size: 15px;
        color: #242424;
        position: relative;
        align-items: center;
        text-align: left;
        height: 100%;
        background-color: #f5f5f5;
        border-color: #dddddd;
        font-weight: bold;
    }
    .menu_btn a::before, .menu_btn a::before {
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        transform: rotate(135deg);
        position: absolute;
        transition: all .3s ease-in 0s;
        left: 86%;
        bottom: 50%;
    }
    .menu_btn a:hover {
        background: #e1f1ff;
        border: 1px solid #9dd1ff;
        color: #016FF9;
    }
    .detailUnit{
        display: block;
        justify-content: space-between;
        position: relative;
    }
    .detailUnit .txtSide {
        width: 100%;
        text-align: left;
    }
    .detailUnit .txtSide+.imgSide{
        margin-top: 12px;
        text-align: left;
        width: 100%;
    }
    .detailUnit .sp_img{
        margin-top: 20px;
        text-align: center;
    }
    .detailUnit .txtSide .catch{
        margin-top: 12px;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.35;
    }
    .detailUnit .txtSide .copy {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
    }
    .detailUnit .txtSide p.sub {
        line-height: 1.5;
        font-size: 15px;
        font-weight: 600;
    }
    .detailUnit .txtSide .box{
        margin-top: 30px;
    }
    .detailUnit .txtSide .list-arrow{
        margin: 10px 0 10px 0;
        background: #e1f1ff;
        padding: 10px 20px;
        transition: all .3s ease;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
        border-radius: 5px;
        box-sizing: border-box;
    }
    .detailUnit .txtSide .list-arrow li a{
        display: block;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.6;
        padding: 10px 20px 10px 0;
        color: #242424;
        text-decoration: underline;
    }
}


#support .md_column {
    display: block;
}

#support .md_card .catch {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.35;
}

#support .md_card .catch i {
    margin-right: 1.5rem;
}

#support .listpoint {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 2rem;
}

#support .listpoint li {
    list-style-type: disc;
    margin-left: 2rem;
}

#support .caution {
    font-size: 1.4rem;
    margin-bottom: 2rem;
}

#support .morePage {
    display: flex;
    justify-content: center;
}

#support .morePage a +a {
    margin-left: 2rem;
}

#support .newwindow:hover:after {
    background: url(../products/pos/images/pos/newwindow-icon_wh.svg) no-repeat;
}

#support .morebutton-teamviewer a {
    line-height: inherit;
    min-width: 400px;
    width: auto;
    padding: 1.5rem 4rem;
}

#support .morebutton-teamviewer a span {
    background: url(../products/pos/images/pos/newwindow-icon.svg) no-repeat right center;
    background-size: 15px auto;
    padding-right: 3rem;
    display: inline-block;
}

#support .morebutton-teamviewer a:hover span {
    background: url(../products/pos/images/pos/newwindow-icon_wh.svg) no-repeat right center;
    background-size: 15px auto;
    padding-right: 3rem;
}

#support .morebutton-teamviewer a:after {
    display: none;
}

@media screen and (max-width: 767px) {
    #support .morePage {
        display: block;
    }

    #support .morePage a +a {
        margin-left: 0;
        margin-top: 1rem;
    }

    #support .morePage a {
        width: 100%;
        font-size: 1.4rem;
    }

    #support .md_card .catch {
        font-size: 1.8rem;
    }

    #support .listpoint {
        font-size: 1.4rem;
        margin: 1.5rem 0;
    }

    #support .caution {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    #support .morePage a {
        min-width: inherit;
        width: calc(100% - 6rem);
        padding: 1rem 3rem;
        line-height: 1.2;
    }
}