@charset "UTF-8";

/* =======================================================================

CSSの名前：syscloud　LP用

/ext/syscloud.xhtml

--------------------------------------------------------------------------*/

#jstore .contentsInner{clear:both;width: 1095px!important;margin:0 auto!important;padding:40px 0 100px;}
#jstore .red {color: #c80010;}
#jstore .small{font-size:75%;}
#jstore .contentsInner .flex{display: flex;}

#jstore .contentsInnerr a:hover{text-decoration: none;}

#jstore .contentsInner p{line-height: 1.6em;}
#jstore .contentsInner p+p{margin-top:15px;}

#jstore .contentsInner h1{text-align:center;margin:0 0 80px 0;padding:0;}


#nameArea{display: flex;margin: 20px 20px 40px 20px;}
#nameArea h2{margin: 0 0 20px 0;font-size:4.0em;font-family:"Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;}
#nameArea h3{font-size: 1.6em;font-weight: normal;}

a .btnToiawase{width: 380px;height: 100px; background: url("../images/jstore/icon_operator.png") #f3f3f1 no-repeat; background-position: top 14px left 40px;padding: 15px 0 0 80px;border:2px solid #999;border-radius: 10px;font-size:2.6em;font-weight: bold; text-align: center;line-height: 1.1em;color:#333;}
a .btnToiawase span{font-size:60%;font-weight: normal;}
a .btnToiawase:hover{background-color: #fff8c9;}

.btnSupport{display: block; width:300px;height: 50px;font-size:16px;border-radius: 30px;text-align: center;margin:20px 0 0 30px; padding:12px 0 5px 0;background: #222;border:2px solid #222;color:#fff;font-weight: 400;}
.btnSupport:hover{color:#fff;background: #888;border:2px solid #222;}

.ttl_h5{margin:100px auto 0;font-size:3.0em;}

.mainImgeArea{display: flex;width:1095px;margin:100px auto;background: #f3f3f1;	padding:50px 110px;}
.mainImgeArea h4{font-size: 150%; font-weight:600;}
.mainImgeArea .trial{background-color:#ED7E1F;border:1px solid #ED7E1F;margin-right: 105px;}
.mainImgeArea .demo{background-color:#0095df;border:1px solid #0095df;}
.mainImgeArea .trial:hover{background-color:#da6500;}
.mainImgeArea .demo:hover{background-color:#0280BF;}


.mainImgeArea .linkButton{
    display: block;
    width: 385px;
    height: 100px;
    padding: 28px 0 0 0;
    text-align: center;
    font-size: 1.6em;
    line-height:1.4;
    color: #FFFFFF;
    text-decoration:none;
    position: relative;
    box-sizing: border-box;
}

.mainImgeArea .linkButton span{
    position: absolute;
    bottom:0;
    right: 0;
    border-bottom: 40px solid #FFFFFF;
    border-right: 0px solid transparent;
    border-left: 40px solid transparent;
}
.mainImgeArea .linkButton:hover span{
    border-bottom: 40px solid #333;
    border-right: 0px solid transparent;
    border-left: 40px solid transparent;
}
.mainImgeArea .linkButton .fa-long-arrow-alt-right{
    position: absolute;
    bottom: 0;
    right: 5px;
    font-size: 17px;
}
.mainImgeArea .trial .fa-long-arrow-alt-right{color: #ED7E1F;}
.mainImgeArea .demo .fa-long-arrow-alt-right{color: #0095df;}
.mainImgeArea .trial:hover .fa-long-arrow-alt-right{color: #fff;}

.mainImgeArea .linkButton:link,
.mainImgeArea .linkButton:visited{
    color: #FFFFFF;
}
