.mobile{
	display: none !important;
}
.hidden{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.m10{
    margin:10px !important;
}
.m20{
    margin:20px !important;
}
.mt20{
    margin-top:20px;
}
.mb30{
	margin-bottom:30px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb100{
	margin-bottom:100px !important;
}
.mt100{
	margin-top:100px !important;
}
.mt200{
	margin-top:200px !important;
}
.ml100{
    margin-left:100px;
}
.mr100{
    margin-right: 100px;
}
.pb0{
    padding-bottom:0 !important;
}
.pb50{
    padding-bottom:50px !important;
}
.pb100{
    padding-bottom:100px !important;
}
.pt10{
	padding-top:1px !important;
}
.pt100{
	padding-top:100px !important;
}
.sectionFirst{
    margin-top:var(--header-height);
}
.sectionSecond{
    margin-top:calc(var(--header-height) + 50px);
}
div#headerWrapper0{
    width:100%;
    min-width: var(--min-width);
    height: calc(80px + 50px);
    /*position: fixed;
    top:0;*/
    z-index: 1000;
    box-shadow: 0 3px 9px rgba(0,0,0,0.35);
}
div#headerWrapper{
    width:100%;
    min-width: var(--min-width);
    background:var(--blue-color);
    height: 80px;
}
div#header{
    width:100%;
    min-width: var(--min-width);
    max-width: var(--max-width);
    height: 80px;
    margin:auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding:0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
}
div#header h1{
    margin-top:10px;
    margin-left:10px;
    float: left;
}
div#header h1 img{
    width:168px;
    height: 50px;
    object-fit: cover;
}

div#header h1 a{
    width:100%;
    height: 100%;
    display: block;
}
p.scsk{
    width:120px;
    margin-top:8px;
}
table.scsk tr td:first-child{
    width:15%;
}
table.scsk tr td:nth-child(2){
    width:20%;
}
table.scsk{
    width:calc(100% - 100px);
    margin:50px auto;
    border-left:1px solid #efefef;
    border-top:1px solid #efefef;
}
table.scsk td{
    padding:10px 10px;
    border-right:1px solid #efefef;
    border-bottom:1px solid #efefef;
}
table.scsk td.head{
    background:#fff;
    color:var(--blue-color);
    text-align: center;
    font-weight: bold;
}
table.scsk tr:first-child{
    background:#fff;
}
table.support{
    margin:50px;
    border-left:1px solid #efefef;
    border-top:1px solid #efefef;
}
table.support td{
    padding:10px 10px;
    border-right:1px solid #efefef;
    border-bottom:1px solid #efefef;
}
p.scsk img{
    width:120px;
}
div.navWrapper{
    width:100%;
    min-width:var(--min-width);
    /*background: linear-gradient(left,-60deg,#f99d1c,#f99c1c 10%,#f4781f 30%,#f16221 43%,#f05a22 58%,#ee1d62 76%,#ed0080 97%);*/
    background: linear-gradient(to right,#f4781f,#f16221,#f05a22,#ee1d62,#ed0080);
    box-shadow: 0 0 12px rgba(0,0,0,0.55) inset;
    position: relative;
}
div.navWrapper.fix{
    position: fixed;
    top:50px;
    z-index: 10;
}
div.navWrapper.fix2{
    position: fixed;
    top:0;
    z-index: 10;
}
@media screen and (max-width:1249px){
    p.fix_splunk,
    p.fix_scsk{
        display: none;
    }
}
@media screen and (min-width:1250px){
p.fix_splunk{
    width:168px;
    height: 50px;
    position: absolute;
    top:0;
    left:20px;
    bottom:0;
    margin:auto;
    opacity: 0;
    transition: opacity 0.25s;
}
p.fix_splunk img{
    width:168px;
    height: 50px;
}
p.fix_scsk{
    width:120px;
    position: absolute;
    top:8px;
    right:20px;
    bottom:0;
    margin:auto;
    opacity: 0;
    transition: opacity 0.25s;
}
p.fix_scsk img{
    width:120px;
}
.fix p.fix_splunk,
.fix p.fix_scsk{
    opacity: 1;
    transition: opacity 0.5s;
}
.fix2 p.fix_splunk,
.fix2 p.fix_scsk{
    opacity: 1;
    transition: opacity 0.5s;
}

}
ul.nav{
    width:1000px;
    margin:auto;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.nav > li{
    position: relative;
    /*width:calc((100% / 7) - 5px);*/
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
ul.nav > li::after{
    content: "";
    width:0;
    height: 2px;
    background:#fff;
    position: absolute;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    transition: all 0.2s;
}
ul.nav > li:hover::after,
ul.nav > li.active::after{
    width:100%;
    height: 2px;
    background:#fff;
    position: absolute;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    transition: all 0.2s;
}
ul.nav > li a{
    display: block;
    width:100%;
    height: 100%;
    color:#fff;
}
ul.nav > li a:hover{
    border-bottom: none !important;
    color:#fff;
}
ul.nav li.active a{
    border-bottom: none !important;
    color:#fff;
}
ul.nav > li.active::after,
ul.nav > li:hover::after{
    width:100%;
    transition: all 0.2s;
}
ul.nav > li.active a{
    color:#fff;
}
ul.nav > li > span{
    font-size:10px;
    display: inline-block;
    color:var(--blue-color);
    padding:5px 6px 3px;
    text-align: center;
    position: absolute;
    right:-20px;
    top:-16px;
    /*background:#fff;*/
    line-height: 1em;
    font-weight: bold;
    font-style: italic;
}
ul.nav > li div{
    width:640px !important;
    padding:30px 0 0;
    position: absolute;
    left:-260px;
    /*right:0;
    margin:auto;*/
    bottom:-100px;
    z-index: 1000;
    display: none;
}
ul.nav > li div.double{
    width:400px !important;
    padding:30px 0 0;
    position: absolute;
    left:-140px;
    /*right:0;
    margin:auto;*/
    bottom:-300px;
    z-index: 1000;
}
ul.nav > li div::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    margin:auto;
    left:0;
    right:0;
    top:16px;
}
ul.nav > li:hover div{
    display: block;
}
ul.nav ul.child{
    width:calc(100% - 0);
	padding:20px 20px 20px 40px;
	box-sizing: border-box;
    border-radius: 12px;
    /*display: flex;
    justify-content: space-around;*/
    background:#fff;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
    align-items: center;
	flex-wrap: wrap;
}
ul.child li span.default{
	cursor: default;
}
ul.nav div.double ul.child{
	flex-wrap: wrap;
}
ul.nav ul.child li{
    position: relative;
    padding-left:10px;
    font-weight: bold;
    text-align: left;
	color:var(--blue-color);
}
ul.nav ul.child li::before{
    content:"";
    width:16px;
    height: 16px;
    border-radius: 10px;
    position: absolute;
    margin:auto;
    background:var(--blue-color);
    left:-15px;
    top:5px;

}
ul.nav ul.child li li{
    position: relative;
    padding-left:10px;
    font-weight: bold;
    text-align: left;
	color:var(--blue-color);
	margin-left:20px;
}
ul.nav ul.child li li::before{
    content:"";
    width:16px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    margin:auto;
    background:var(--blue-color);
    left:-15px;
    top:12px;

}
ul.nav ul.child a:hover{
    color:var(--gra6-color);
}
ul.nav ul.child li:hover::before{
/*    content:"";
    width:16px;
    height: 16px;
    border-radius: 10px;
    position: absolute;
    margin:auto;
    background:var(--blue-color);*/

}
ul.nav ul.child a{
    color:var(--blue-color);
}
/* 案A */
/*ul.nav li.inquiry{
	background:var(--blue-color);
	padding:4px 20px;
	border-radius: 30px;
	box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
	border:4px solid #fff;
}*/
/* 案B */
/*ul.nav li.inquiry{
	background:var(--gra6-color);
	padding:4px 20px;
	border-radius: 30px;
	box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
	border:4px solid #fff;
}*/
/* 案C */
/*ul.nav li.inquiry{
	background:var(--gra5-color);
	padding:4px 20px;
	border-radius: 30px;
	box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
	border:4px solid #fff;
}*/
/* 案D */
ul.nav li.inquiry{
	background:var(--skyblue-color);
	background:#028702;
	padding:4px 20px;
	border-radius: 30px;
	box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
	border:4px solid #fff;
}
ul.nav li.inquiry:hover::after{
	width:0 !important;
}
ul.nav li.inquiry:hover,
ul.nav li.inquiry.active{
	background:var(--gra4-color);
}
div.subHeaderWrapper{
    width:100%;
    min-width:var(--min-width);
    max-width: var(--max-width);
    height: 50px;
    margin:auto;
    background:var(--blue-color)
}
div.subHeaderWrapper.fix{
    position: fixed;
    top:0;
    z-index: 9;
}
div.subHeader{
    width:var(--min-width);
    height: 50px;
    margin:auto;
    display: flex;
    align-items: center;
    position: relative;
	overflow: hidden;
}
div.ticker{
    width:100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
    font-size:16px;
}
div.ticker p{
    white-space: nowrap;
    overflow: hidden;
}
div.headerLink {
    width:30%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    position: absolute;
    right:0;
    bottom:0;
    top:0;
    align-items: center;
}
a.top{
    width:150px;
    height: 2em;
    line-height: 2em;
    display: inline-block;
    margin:0 10px;
    text-align: center;
    font-size:16px;
    border-radius: 4px;
    color:var(--blue-color);
}
a.top.inquiry{
    background:var(--gra7-color);
    background:#fff;
}
a.top.demo{
    background:var(--gra7-color);
    background:#fff;
}
a.top.inquiry:hover{
    background:var(--orange-color);
    color:#fff;
}
a.top.demo:hover{
    background:var(--orange-color);
    color:#fff;
}

p.tickerTitle{
    font-size:14px;
    display: inline-block;
    padding:4px 16px;
    color:#fff;
    background:var(--orange-color);
    text-align: center;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.35);
    margin-right: 15px;
    width:90px;
}
div.tickerWrapper{
    display: inline-block;
    width:calc(100% - 100px);
}
div.tickerWrapper a{
    color:#fff;
}
div.tickerWrapper a:hover{
    color:var(--orange-color);
}
div.googleSearch{
    width:30%;
}
.gsc-control-cse {
     background-color: transparent!important;
     border: none !important;
}
.gsc-search-button-v2{
    border:none !important;
    background-color:var(--blue-color) !important;
}
div.wrapper{
    width:100%;
}
div.wrapper.dark{
    background-color:var(--blue-color);
    color:#fff;
}
div.wrapper.light{
    background-color:var(--skyblue-color);
    color:var(--blue-color);
    background-image:url("../images/lightBg.svg");
    background-repeat: no-repeat;
    background-position: top left;
}
div.top{
    width:100%;
    min-width:var(--min-width);
    margin-top:calc(80px);

    margin-bottom: 20px;
}
div.topWrapper {
    width:var(--min-width);
    margin:auto;
    height: 450px;
    position: relative;
    padding-top:15px;
    margin-bottom: 30px;
}
div.topWrapper a{
    width:100%;
    height: 100%;
    display: block;
}
div.slides{
    width:100%;
    height: 450px ;
    position: relative;
    display: none;
    /*overflow: hidden;*/
    box-shadow: 0 0 60px rgb(0 30% 71 / 15%);
}

div.slides img{
    position: absolute;
    object-position: center center;
    width:var(--min-width);
    height: 450px;
    object-fit: cover;
    z-index: 1
}
div.slides p{
    font-size:24px;
    text-align: center;
    margin-top:70px;
}
div.slides.case1{
    background: url("../images/case1Bg.png"),linear-gradient(270deg, #f99d1c, #ed0080,var(--blue-color));
    background-size: cover,400% 400%;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
    position: relative;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
div.slides.case1 h2{
    width:300px;
    height: 90px;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
div.slides.case1 h2 img{
    width:300px;
    height: 90px;
}
a.tosplunk{
    position: absolute;
    width:180px !important;
    height: 40px !important;
    border-radius: 40px;
    text-align: center;
    display: block;
    background:#fff;
    background:var(--gra7-color);
    line-height: 40px;
    left:0;
    right:0;
    bottom:70px;
    margin:auto;
    color:#fff;
    box-shadow: 3px 3px 12px rgba(0,0,0,0.35);
}
a.tosplunk:hover{
    background:#fff;
    color:var(--blue-color);
}
/*slick*/
button.slick-prev {
	background: url("../images/arrow_prev.svg") no-repeat;
	background-size: 30px;
	left: 10px;
}
div.presenWrapper button.slick-prev{
	left: 35px;
}
button.slick-prev:hover {
	background-image: url(../images/arrow_prev_on.svg) !important;
}
button.slick-next {
	background: url("../images/arrow_next.svg") no-repeat;
	background-size: 30px;
	right: 10px;
}
div.presenWrapper button.slick-next{
	right: 35px;
}
button.slick-next:hover {
	background-image: url(../images/arrow_next_on.svg) !important;
}
button.slick-arrow {
	text-indent: -9999px;
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 1;
	border: none;
	cursor: pointer;
}
button.slick-arrow{
    top:calc(210px + 15px);
}
ul.slick-dots {
	width: 100%;
	height: 20px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: -15px;
}
ul.slick-dots li {
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: var(--gra7-color);
	border-radius: 10px;
	margin: 5px;
}
li.slick-active {
	background-color: var(--gra1-color) !important;
}
/*end of slick*/
section.bg{
    width: 100%;
    min-width: var(--min-width);
    overflow: hidden;
    position: relative;
}
section.bg::before{
    content: "";
    width:calc(100vw - 5vw);
    height: calc(100% - 150px);
    background:var(--lightblue-color);
    position: absolute;
    top:150px;
}
div.wrapper{
    width: 100%;
    min-width: var(--min-width);
    overflow: hidden;
    position: relative;
    padding-top:10px;
    padding-bottom:50px;
}
div.automl{
    padding-bottom:100px;
    position: relative;
}
div.info ul{
    margin-left:60px;
}
div.tomoreWrapper{
    width:960px;
    margin:auto;
    display: flex;
    justify-content: space-around;
}
div.tomoreWrapper2{
    width:960px;
    margin:auto;
	margin-bottom:50px;
	overflow: hidden;
}

a.tomore{
    display: block;
    width:220px;
    height: 40px;
    line-height: 40px;
    background-color:var(--gra6-color);
    text-align: center;
    border-radius: 20px;
    margin:50px auto;
    color:#fff;
}
div.tomoreWrapper2 a.tomore{
	margin:10px !important;
	font-size:17px;
	float: left;
}
a.tomore:hover{
    background-color:#fff;
    color:var(--blue-color);
}
div#footerWrapper {
    width:100%;
    min-width:var(--min-width);
    margin-top:0;
    background-color:var(--blue-color);
    background-color:#333;
    box-shadow: 0 3px 12px rgba(0,0,0,0.6) inset;
    padding:50px 0
}
div#footer{
    width:var(--min-width);
    text-align: center;
    margin:auto;
    color:#fff;
}
div#footer img {
    margin-bottom: 20px;
    width: 300px;
    height: auto;
}
div#footer ul{
    margin:50px auto;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    display: flex;
    justify-content: space-between;
    padding:30px 0;
}
div#footer ul a{
    color:#fff;
}
div#footer p.copy{
    font-size:12px;
}
p#totop{
    width:50px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image:url("../images/totop.svg");
    background-size:50px;
    background-position: center top;
    position: fixed;
    right:20px;
    bottom:20px;
}
p#totop a{
    display: block;
    width:100%;
    height: 100%;
}
p#totop:hover{
    background-position: center bottom;
}
div.h2Wrapper{
    width:100%;
    min-width:var(--min-width);
    height: 80px;
    margin-top:80px;
    margin-bottom:10px;
    /*background-image: linear-gradient(90deg, rgb(72, 72, 72),rgb(243, 243, 243)),linear-gradient(0deg, rgb(89, 116, 30) 0%, rgb(89, 116, 30) 16%,rgb(112, 136, 32) 16%, rgb(112, 136, 32) 63%,rgb(135, 156, 34) 63%, rgb(135, 156, 34) 66%,rgb(158, 175, 36) 66%, rgb(158, 175, 36) 71%,rgb(181, 195, 38) 71%, rgb(181, 195, 38) 90%,rgb(204, 215, 40) 90%, rgb(204, 215, 40) 100%),linear-gradient(67.5deg, rgb(89, 116, 30) 0%, rgb(89, 116, 30) 16%,rgb(112, 136, 32) 16%, rgb(112, 136, 32) 63%,rgb(135, 156, 34) 63%, rgb(135, 156, 34) 66%,rgb(158, 175, 36) 66%, rgb(158, 175, 36) 71%,rgb(181, 195, 38) 71%, rgb(181, 195, 38) 90%,rgb(204, 215, 40) 90%, rgb(204, 215, 40) 100%),linear-gradient(157.5deg, rgb(89, 116, 30) 0%, rgb(89, 116, 30) 16%,rgb(112, 136, 32) 16%, rgb(112, 136, 32) 63%,rgb(135, 156, 34) 63%, rgb(135, 156, 34) 66%,rgb(158, 175, 36) 66%, rgb(158, 175, 36) 71%,rgb(181, 195, 38) 71%, rgb(181, 195, 38) 90%,rgb(204, 215, 40) 90%, rgb(204, 215, 40) 100%); background-blend-mode:overlay, overlay, overlay, normal;*/
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;

}
div.h2Wrapper.white{
    background:#fff;
    border-bottom: none;
    padding-bottom: 0;
}
div.h2Wrapper.color{
    background: hsla(267, 32%, 53%, 1);
    background: linear-gradient(0deg, hsla(267, 32%, 53%, 1) 0%, hsla(240, 100%, 6%, 1) 70%, hsla(240, 100%, 6%, 1) 100%);
    background: -moz-linear-gradient(0deg, hsla(267, 32%, 53%, 1) 0%, hsla(240, 100%, 6%, 1) 70%, hsla(240, 100%, 6%, 1) 100%);
    background: -webkit-linear-gradient(0deg, hsla(267, 32%, 53%, 1) 0%, hsla(240, 100%, 6%, 1) 70%, hsla(240, 100%, 6%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#825FAD", endColorstr="#000021", GradientType=1 );
    border-bottom: none;
    padding-bottom: 0;
}
div.h2Wrapper h2,
div.h2Wrapper.color h2{
    width:var(--min-width);
    margin:auto;
    line-height: 80px;
    color:#fff;
    position: relative;
}
div.h2Wrapper.white h2{
    color:var(--blue-color);
}
div.h2Wrapper h2 > span,
div.h2Wrapper.color h2 > span{
    font-size:36px;
    border-left:4px solid #fff;
    padding-left:30px;
}
div.h2Wrapper.white h2 > span{
    font-size:36px;
    border-left:4px solid var(--blue-color);
    padding-left:30px;
}

.pankuzu {
    width:var(--min-width);
    margin:30px auto 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color:#fff;
}
.pankuzu a{
    color:#fff;
}
.pankuzu a:hover{
    color:var(--orange-color);
}
.pankuzu span.arrow{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #fff;
    margin:0 20px
}
.pankuzu span.current{
    border-bottom:2px solid #fff;
}

h4.line {
    width:calc(100% - 200px);
    margin:30px auto 10px;
    font-size:20px;
    color:var(--blue-color);
    text-align: center;
    position: relative;
    height: 30px;
    font-weight: bold;
}
h4.line::before{
    content:"";
    width:100%;
    height: 2px;
    background-color:var(--blue-color);
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    z-index: -0
}
h4.line span{
    padding:0 30px;
    width:300px;
    background:#fff;
    display: inline-block;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}




div.main{
    width:calc(100% - 240px);
    float: right;
}
div.side{
    width:220px;
    float: left;
    color:#fff;
}

div.side h3{
    font-weight: bold;
    color:#fff;
    border-bottom:2px solid #fff;
    margin-bottom: 20px;
}
div.side ul{
    font-size:16px;
    margin-bottom: 50px;
}
div.side ul li{
    padding-left:16px;
    position: relative;
    margin-bottom:0.5em;
}
div.side ul li::before{
    content: "";
    width:8px;
    height: 8px;
    border-radius: 4px;
    background:#fff;
    position: absolute;
    left:0;
    top:0.4em;
}
div.page {
	width: calc(100% - 10px);
	padding: 5px;
	text-align: center;
	margin: 50px auto 0;
	display: flex;
	overflow: hidden;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
    font-family: proxima-nova,proxima nova,open sans,Arial,Helvetica,sans-serif;
}
div.page span.current_page {
	background: var(--blue-color);
	padding: 1px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
    color:#fff;
}
div.page a,
a.link_next,
a.link_before{
	display: block;
	background: #CCC;
	padding: 1px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
a.link_next {
    padding-left:10px !important;
    padding-right: 10px !important;
    margin-left:4px;
}
a.link_before {
    padding-left:10px !important;
    padding-right: 10px !important;
    margin-right:4px;
}
div.page span:last-child{
}
div.page a:hover {
	background: var(--blue-color);
	color: #fff;
}
h3.stripe{
    width:100%;
    height: 60px;
    background-image: linear-gradient(90deg, rgb(167, 167, 167),rgb(27, 27, 27)),linear-gradient(45deg, rgb(116, 19, 48) 0%, rgb(116, 19, 48) 69%,rgb(141, 30, 47) 69%, rgb(141, 30, 47) 75%,rgb(166, 41, 47) 75%, rgb(166, 41, 47) 81%,rgb(192, 52, 46) 81%, rgb(192, 52, 46) 85%,rgb(217, 63, 46) 85%, rgb(217, 63, 46) 91%,rgb(242, 74, 45) 91%, rgb(242, 74, 45) 100%),linear-gradient(135deg, rgb(116, 19, 48) 0%, rgb(116, 19, 48) 69%,rgb(141, 30, 47) 69%, rgb(141, 30, 47) 75%,rgb(166, 41, 47) 75%, rgb(166, 41, 47) 81%,rgb(192, 52, 46) 81%, rgb(192, 52, 46) 85%,rgb(217, 63, 46) 85%, rgb(217, 63, 46) 91%,rgb(242, 74, 45) 91%, rgb(242, 74, 45) 100%); background-blend-mode:overlay,overlay,normal;
    line-height: 60px;
    font-size:22px;
    text-indent: 30px;
    color:#fff;
    margin:0 0 50px;
}

div.entryBody img{
    max-width:100%;
    height: auto;
    margin:15px auto;
}
div.entryBody h1{
    font-size:28px;
    margin:20px 0;
    font-weight: bold;
}
div.entryBody h2{
    font-size:24px;
    margin:16px 0;
    font-weight: bold;
}
div.entryBody h3{
    font-size:20px;
    margin:12px 0;
    font-weight: bold;
    border-bottom:1px solid #fff;
}
div.entryBody h4{
    font-size:18px;
    margin:12px 0;
    font-weight: bold;
}
div.entryBody ul,
div.entryBody ol{
    margin:10px 10px 10px 40px;
    font-size:16px;
}
div.entryBody ul li{
    list-style: disc;
}
div.entryBody p{
    font-size:18px;
    margin-bottom:1em;
    margin-left:10px;
    text-align: justify;
}
div.entryBody table{
    width:100%;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
}
div.entryBody table td{
    padding:10px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}
div.entryBody blockquote{
    padding:20px;
    background:var(--purple-color);
}
table.noborder{
    border: none !important;
}
table.noborder td{
    border: none !important;
    width:50%;
    text-align: center;
    font-size: 14px;
}
div.prevnext{
	clear: both;
	margin:30px auto;
	padding-top:15px;
	border-top:1px solid #fff;
	overflow: hidden;
    font-size:16px;
}
div.prevnext div{
	width:calc(45% - 15px);
	background-repeat: no-repeat;
	background-size:20px;
}
div.prevnext a{

}
div.prevnext a:hover{
    color:var(--gra1-color);
}
div.prev{
	padding-left:30px;
	background-image:url("../images/arrow_prev_on.svg");
	background-position: left top 0.1em;
	float: left;
}
div.next{
	padding-right:30px;
	background-image:url("../images/arrow_next_on.svg");
	background-position: right top 0.1em;
	text-align: right;
	float: right;
}
div.newsListWrapper {

}
div.newsList{
    margin-bottom:20px;
    margin-left:50px;
    border-left:4px solid var(--lightblue-color);
    padding-left:20px;
}
div.newsList p.date{
    font-size:14px;
    background:var(--lightblue-color);
    width:100px;
    text-align: center;
    margin-bottom:10px;
}

div.caseStudy {
    padding:20px;
    box-sizing: border-box;
    background:#efefef;
    overflow: hidden;
    margin-bottom:20px;
    position: relative;
}
div.caseStudy img{
    width:220px;
    height: 220px;
    object-fit: cover;
    display: block;
    float: left;
}
div.caseStudy p.new{
    width:50px;
    height: 21px;
    font-size:13px;
    font-weight: bold;
    text-align: center;
    color:#fff;
    background-color:#A90F11;
    position: absolute;
    top:10px;
    right:10px;
}
div.caseStudy div.right{
    width:calc(100% - 260px);
    float: right;
}
div.caseStudy h3{
    font-size:24px;
    border-bottom:2px solid var(--blue-color);
    margin-bottom:20px;
}

div.download {
    padding:20px 20px 30px;
    background:#efefef;
    overflow: hidden;
    margin-bottom:20px;
}
div.download div.right{
    width:calc(100% - 380px);
    float: right;
}
div.download div.right h3{
    font-size:24px;
    border-bottom:2px solid var(--blue-color);
    margin-bottom:20px;
}
h5.scsk > span{
    display: block;
    font-size:24px;
    width:100px;
    height: 100px;
    border-radius: 50px;
    margin:auto auto 20px;
    background:var(--blue-color);
    text-align: center;
    line-height: 100px;
    color:#fff;
}

h2.top {
    margin:0px auto 20px;
    text-align:center;
    font-size:32px;
    line-height: 64px;
    height:64px;
    font-weight: bold;
    background-image:url("../images/h3Bg.svg");
    background-repeat:no-repeat;
    background-size:7000px;
    background-position: center center;
    background-color:#fff;
    color:var(--blue-color);
    text-shadow: 3px 3px 9px rgba(0,0,0,0.35);
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35) inset;
}

h2.top + p{
    width:960px;
    margin:auto auto 30px;
    box-sizing: border-box;
    padding:20px;
    /*border:1px solid #fff;
    border-radius: 8px;*/
    line-height: 2em;
}

div.topProductWrapper {
    display: flex;
    justify-content: space-between;
    width:var(--min-width);
    margin:20px auto;
}
div.topProductWrapper a{
    width:calc(25% - 20px);
    display: block;
}
div.topProduct{
    width:calc(100%);
    height: 100%;
    background:#fff;
    box-sizing: border-box;
    padding:20px;
    padding-top:150px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position:
        center top 25px,
        right 10px top 10px;
    background-size:
        100px,
        20px;
    position: relative;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35) inset;
   transition: all 0.25s;
}
div.topProduct:hover{
    background-color:skyblue;
    background-color:var(--purple-color);
    background-size:
        110px,
        20px;
    transition: all 0.25s;
    box-shadow: 3px 3px 12px rgba(0,0,0,0.7) inset;
}
div.topProduct h3{
    font-weight: bold;
    text-align: center;
    font-size:16px;
    line-height: 2em;
    border-top:2px solid var(--blue-color);
    border-bottom:2px solid var(--blue-color);
    color:var(--blue-color);
}
div.topProduct:hover h3{
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
    color:#fff;
}

div.topProduct ul{
    margin:10px;
    font-size:16px;
    color:var(--blue-color);
    color:#000;
    font-weight: bold;
}
div.topProduct:hover ul{
    color:#fff;
}
div.topProduct ul li{
    margin-left:30px;
    position: relative;
}
div.topProduct ul li::before{
    content: "";
    position: absolute;
    margin:auto;
    background:var(--gra6-color);
    border-radius: 50%;
    width:12px;
    height: 12px;
    top:5px;
    left:-20px;
}
ul.news{
    width:780px;
    margin:50px auto 50px;
    border-bottom:1px solid #ccc;
}
ul.news li{
    padding:10px;
    border-top:1px solid #ccc;
    width:calc(100% - 20px);
}
ul.news div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
ul.news a{
    display: block;
    width:calc(100% - 20px);
    color:#fff;
    margin-top:15px;
    margin-left:20px;
}
ul.news a:hover{
    color:var(--gra4-color);
}
ul.news span{
    display: block;
}
ul.news span.date{
    font-size:14px;
    color:#ccc;
    margin-bottom:5px;
    text-align: left;
    display: inline-block;
    width:100px;
    float: left;
}
ul.news span.category{
    font-size:14px;
    text-align: center;
    display: inline-block;
    width:120px;
    line-height: 1.5em;
}
ul.news span.category.news{
    background:var(--red-color);
}
ul.news span.category.event{
    background:var(--orange-color);
}
ul.news span.new{
    font-style: italic;
    font-size:14px;
    font-family: splunk;
    margin-left:10px;
}
div.inner{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width:calc(var(--min-width) + 110px);
    margin:auto;
}
div.inner2{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width:100%;
}
div.article{
    width:320px;
    margin:0 60px 30px 0;
    position: relative;
    overflow: hidden
}
div.article2{
    width:300px;
    margin-bottom:25px;
    position: relative;
    overflow: hidden;
    margin:0 13px 20px 0;
}
div.article img{
    width:320px;
    height: 240px;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 0.2s;
    margin-bottom:5px;
}
div.article2 img{
    width:300px;
    height: 225px;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 0.2s;
    margin-bottom:5px;
}
div.article:hover img,
div.article2:hover img{
    transform: scale(1);
    transition: transform 0.2s;
}
div.article span,
div.article2 span{
    position: absolute;
    display: block;
}
div.article span.new,
div.article2 span.new{
    width:100px;
    height: 100px;
    background:url("../images/icon_new.svg") no-repeat;
    background-size:100px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top:-25px;
    right:-25px;
}
div.article span.date,
div.article2 span.date{
    width:100px;
    height: 20px;
    background:#fff;
    text-align: center;
    top:210px;
    left:10px;
    font-size: 14px;
    line-height: 20px;
    color:var(--blue-color);
}
div.article2 span.date{
    top:200px;
}
div.article span.category,
div.article2 span.category{
    width:150px;
    height: 26px;
    line-height: 26px;
    background:var(--green-color);
    font-size:15px;
    text-indent: 10px;
    color:#fff;
    top:10px;
    left:10px;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.35);
}

div.article span.category.blog,
div.article2 span.category.blog{
    background:var(--green-color);
}
div.article span.category.movie,
div.article2 span.category.movie{
    background:var(--lightblue-color);
}
div.article span.category.download,
div.article2 span.category.download{
    background:var(--orange-color);
}
div.article span.category.case,
div.article2 span.category.case{
    background:#7312C7;
}
div.article p,
div.article2 p{
    color:#fff;
    margin-top:15px;
}
div.contents {
    width:var(--min-width);
    margin:auto auto 50px;
    /*background:#fff;
    border-radius: 8px;*/
    box-sizing: border-box;
    /*padding:25px;*/
    overflow: hidden;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35) inset;
}


h3.general {
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    font-size:24px;
    background:var(--orange-color);
    text-indent: 25px;
    color:#fff;
    margin-bottom:25px;
    background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0.07),rgba(0,0,0,0.05),rgba(0,0,0,0.02),rgba(0,0,0,0.08),rgba(0,0,0,0.07),rgba(0,0,0,0.03),rgba(0,0,0,0.06),rgba(0,0,0,0.08),rgba(0,0,0,0.02),rgba(0,0,0,0.08),rgba(0,0,0,0.02),rgba(0,0,0,0.07),rgba(0,0,0,0.08),rgba(0,0,0,0.09),rgba(0,0,0,0.01) 3px),linear-gradient(90deg, rgb(240,90,34),rgb(238,29,98));
}
p.general {
    width:960px;
    margin:25px auto;
    text-align: justify
}
p.general.white {
    width: auto;
    margin:25px auto;
    box-sizing: border-box;
    color:#fff;
    font-size:24px;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
    padding:25px 35px;
}
p.general.rice{
    position: relative;
    padding-left:1.5em;
}
p.general.rice a{
    color:var(--gra1-color);
}
p.general.rice a:hover{
    color:var(--gra7-color);
}
p.general.rice::before{
    content: "※";
    position: absolute;
    top:0;
    left:0;
}




div.general {
  width:960px;
  margin:25px auto;
  text-align: justify
}
div.general.white {
  width: auto;
  margin:25px auto;
  box-sizing: border-box;
  color:#fff;
  font-size:24px;
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
  padding:25px 35px;
}
div.general.rice{
  position: relative;
  padding-left:1.5em;
}
div.general.rice a{
  color:var(--gra1-color);
}
div.general.rice a:hover{
  color:var(--gra7-color);
}
div.general.rice::before{
  content: "※";
  position: absolute;
  top:0;
  left:0;
}

div.page {
	width: 100%;
	padding: 5px;
	text-align: center;
	margin: 10px auto;
	display: flex;
	overflow: hidden;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
div.page span.current_page {
	border: 1px solid #fff;
	background: #CCC;
	padding: 2px;
	min-width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 3px;
	text-align: center;
}
div.page a, a.link_next {
	display: block;
	border: 1px solid #666;
	background: #CCC;
	padding: 2px;
	min-width: 35px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 5px;
	text-align: center;
	margin: 3px;
}
.link_next {
    padding:2px 10px !important;
}
div.page a:hover {
	border: 1px solid #666;
	background: var(--blue-color);
	color: #fff;
}

div.entryBody {
    margin:50px
}
div.entryBody a{
	color:var(--gra1-color);
}
div.entryBody a:hover{
	color:var(--gra6-color);
}
p.entryDate{
	text-align: right;
	margin-right:25px;
}
div.blogInfo {
    overflow: hidden;
}

div.downloadImg {
    width:640px;
    height: 480px;
    margin:50px auto;
    padding:5px;
    background:#fff;
}
div.movieWrapper{
    width:100%;
    height: 500px;
    margin-bottom:50px;
}

div.downloadImg img{
    width:640px;
    height: 480px;
    object-fit: cover;
    display: inline-block;
    border:10px solid #fff;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}

a.download {
    width:360px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 8px;
    color:#fff;
    background:var(--green-color);
    display: block;
    margin:50px auto;
}
a.download:hover{
    background:var(--orange-color);
}


p.topcatch {
    font-size:28px;
    position: absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height: 1.5em;
    text-align: center;
    color:#fff;
    width:550px;
}

h3.solution {
    text-align: center;
    font-size:24px;
    font-weight: bold;
}

p.secondTitle {
    /*color: #ACB6E5;
    background: -webkit-linear-gradient(0deg, var(--gra1-color), var(--gra7-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    font-family: 'splunk';
    color:#fff;
    font-size:36px;
    font-weight: bold;
    margin:50px;
    text-align: center;

}

ul.star {
    margin:25px 240px;
}
ul.star li{
    line-height: 40px;
    padding-left:30px;
    margin-bottom:10px;
    font-weight: bold;
    color:#fff;
    position: relative;
    text-align: justify;
}
ul.star li::before{
    content: "";
    width:12px;
    height: 12px;
    border-radius: 5px;
    background:#fff;
    position: absolute;
    top:0.7em;
    left:0;
}
div.splunkimage{
    width:100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin:auto auto 50px;
    border:4px solid #fff;
    padding:20px;
    border-radius: 12px;
}
div.bigdata{
    width:370px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*background:var(--gra4-color);*/
    margin:10px;
    border-radius: 8px;
}
div.bigdata p{
    font-size:14px;
    text-align: center;
    line-height: 1.20em;
    width:75px;
    height: 2.5em;
    padding-top:65px;
    background-repeat: no-repeat;
    background-size:65px;
    background-position: center top;
    margin:0;
    margin-bottom: 10px;
    margin-right: 10px;
    /*color:#fff;*/
}


p.splunk {
    width:330px;
    background:var(--blue-color);
    margin:auto;
    padding:15px 0;
    text-align: center;
}
p.splunk span{
    display: block;
}
p.splunk img{
    width:100%;
    display: block;
    margin:30px 0;
}
div.splunkimage ul{
    margin:auto;

}
div.splunkimage ul li{
    width:170px;
    background-position: right 10px center;
    background-size:20px;
    background-image: url("../images/featherlink.svg");
    background-repeat: no-repeat !important;
    text-align: center;
    font-weight: bold;
    margin-bottom:20px;
    border-radius: 4px;
    border:2px solid #fff;
    background-color:rgba(0,0,33,1);
    transition: background-color 0.25s;
}
div.splunkimage ul li img{
    width:50%;
    height: auto;
}
div.splunkimage ul a{
    display: block;
    width:100%;
    height: 100%;
    cursor: pointer;
}
div.splunkimage ul li:hover{
    background-color:rgba(255,255,255,1);
    background-image: url("../images/featherlink2.svg");
    transition: background-color 0.25s;
}
div.splunkimage ul a:hover{
    color:var(--blue-color);
}
div.resultBox{
    background:var(--blue-color);
    padding:20px;
    display: none;
}

.button a{
    display: block;
    width:20px;
    height: 20px;
    background:red;
}
div.about_splunk_popup {
    width:100%;
    margin-bottom: 20px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
    text-align: center;
}
div.about_splunk_popup img{
    width:80%;
    height: auto;
}
a.zoom{
    position: relative;
    display: block;
}

div.down_arrow01 {
    background:url("../images/down_arrow01.svg") center top 20px no-repeat ;
    width:50px;
    height: 138px;
    background-size:50px;
    margin:0 auto 25px;
}
div.down_arrow02 {
    background:url("../images/down_arrow02.svg") center center no-repeat;
    width:62.5px;
    height: 50.5px;
    background-size:62.5px;
    margin:auto;
}

h3.title {
    font-size:24px;
    font-weight: bold;
    text-align: center;
    position: relative;
    width:780px;
    margin:25px auto;
}
h3.title::before{
    content: "";
    width:80px;
    height: 5px;
    background:var(--blue-color);
    position: absolute;
    left:0;
    top:0.5em;
}
h3.title::after{
    content: "";
    width:80px;
    height: 5px;
    background:var(--blue-color);
    position: absolute;
    right:0;
    top:0.5em;
}
div.issue,
div.solution{
    margin:25px 150px;
    display: flex;
    justify-content: space-between;
}
div.issue dl,
div.solution dl{
    width:calc(25% - 10px);
    box-sizing: border-box;
    background:#efefef;
}
div.issue dl dt{
    background:var(--gra3-color);
    color:#fff;
    font-weight: bold;
    text-align: center;
    line-height: 2em
}
div.solution dl dt{
    background:var(--gra7-color);
    color:#fff;
    font-weight: bold;
    text-align: center;
    line-height: 2em
}
div.issue dl dd,
div.solution dl dd{
    padding:15px;
    font-size: 16px;
    text-align: justify;
    color:var(--blue-color);
}

ul.icon {
    margin:25px 100px 100px;
    display: flex;
    justify-content: flex-start;
}
ul.icon li{
    width:calc(16% - 20px);
    text-align: center;
    padding-top:60px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size:60px;
    font-size:13px;
}
ul.icon li.icon01{
    background-image:url("../images/data01.svg")
}
ul.icon li.icon02{
    background-image:url("../images/data06.svg")
}
ul.icon li.icon03{
    background-image:url("../images/data21.svg")
}
ul.icon li.icon04{
    background-image:url("../images/data11.svg")
}
ul.icon li.icon05{
    background-image:url("../images/data10.svg")
}
ul.icon li.icon06{
    background-image:url("../images/data09.svg")
}
ul.icon li.icon07{
    background-image:url("../images/data20.svg")
}
ul.icon li.icon08{
    background-image:url("../images/data14.svg")
}
ul.icon li.icon09{
    background-image:url("../images/data13.svg")
}
ul.icon li.icon10{
    background-image:url("../images/data15.svg")
}
ul.icon li.icon11{
    background-image:url("../images/data16.svg")
}
ul.icon li.icon12{
    background-image:url("../images/data17.svg")
}
ul.icon li.icon13{
    background-image:url("../images/data19.svg")
}
ul.icon li.icon14{
    background-image:url("../images/data18.svg")
}
ul.icon li.icon15{
    background-image:url("../images/data22.svg")
}



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

div.h3Wrapper {
    margin:25px 80px;
    height: 48px;
    color: var(--blue-color);
}
div.h3Wrapper h3{
    width: 70%;
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    text-indent: 20px;
    float: left;
    position: relative;
    background:#fff;;
}
div.h3Wrapper h3::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 32px 0 0;
    position: absolute;
    top: 0;
    right: -32px;
    border-color: #fff transparent transparent transparent;
}
div.h3Wrapper span.title{
	display: block;
	width:calc(30% - 15px);
	height: 48px;
	line-height: 48px;
	padding-right: 15px;
	text-align: right;
	float: right;
}
div.h3Wrapper span.title.brown{
	background:var(--brown-color);
}
div.h3Wrapper span.title.violet{
	background:var(--violet-color);
}
div.h3Wrapper span.title.skyblue{
	background:var(--skyblue-color);
}
div.h3Wrapper span.title.green{
	background:var(--green-color);
}


p.splunk_solution {
    width:350px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#fff;
    background: rgb(249,157,28);
    background: linear-gradient(180deg, rgba(249,157,28,1) 0%, rgba(237,0,128,1) 100%);
    border-radius: 50px;
    font-weight: bold;
    font-size:20px;
    position: relative;;
    z-index:3;
    margin:auto;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}
p.splunk_solution::before{
    content: "";
    position: absolute;
    background-image: url("../images/solution_arrow.svg");
    background-size:28px;
    background-position: center center;
    background-repeat: no-repeat;
    width:28px;
    height: 15px;
    z-index: 2;
    left:20px;
    top:0;
    bottom:0;
    margin:auto;
}
p.splunk_solution::after{
    content: "";
    position: absolute;
    background-image: url("../images/solution_arrow.svg");
    background-size:28px;
    background-position: center center;
    background-repeat: no-repeat;
    width:28px;
    height: 15px;
    z-index: 2;
    right:20px;
    top:0;
    bottom:0;
    margin:auto;
}
dl.faq{
    margin:10px 50px 10px;
}
dl.faq dt{
    cursor: pointer;
    position: relative;
}
dl.faq dt p.new{
    position: absolute;
    top:-5px;
    left:35px;
    display: inline-block;
    font-size: 13px;
    padding:0 5px;
    background:var(--gra3-color);
    border-radius: 3px;
}
dl.faq dt:hover p.new{
    color:#fff;
}
dl.faq dt:hover{
    color:var(--gra1-color);
}
dl.faq dt::before{
    content: "Q";
    font-size:32px;
    margin-right: 20px;
    color:var(--gra6-color);
    font-weight: bold;
}
dl.faq dd{
    margin-left:100px;
    padding:20px;
    background:#c3c3c3;
    border-radius: 4px;
    display: none;
    position: relative;
    margin-bottom:20px;
    text-align: justify;
    color:var(--blue-color);
}
dl.faq.indivisual dd{
    display: block !important;
}
dl.faq dd::before{
    content: "A";
    font-size:32px;
    margin-right: 20px;
    color:var(--blue-color);
    font-weight: bold;
}
dl.faq + h3.general{
    margin-top:30px;
}
dl.faq ul{
    margin:25px;
}
dl.faq ul li{
    list-style: disc;
}
dl.faq figure{
    margin: 0;
}
dl.faq table{
    width:100%;
    border-top:1px solid var(--blue-color);
    border-right:1px solid var(--blue-color);
    margin-bottom: 5px;
    font-size: 16px;
}
dl.faq th,
dl.faq td{
    padding:5px;
    border-bottom:1px solid var(--blue-color);
    border-left:1px solid var(--blue-color);
}
dl.faq th{
    font-weight: bold;
}
dl.faq dd a{
    color:var(--gra6-color);
    word-break: break-all;
}
a.faqMore {
    display: block;
    background-image:url("../images/popup.svg");
    background-repeat:no-repeat;
    background-size:20px;
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width:20px;
    height: 20px;
    top:10px;
    right:10px;
}
a.faqMore:hover {
    background-image:url("../images/popup2.svg") ;
}
h4.faq{
    font-size:20px;
    border-bottom: 1px solid #fff;
    margin:25px;
}

.article_point {
    border:1px solid #fff;
    padding:20px;
    margin-bottom:20px;
}

div.youtube {
    width:840px;
    height: 472.5px;
}
h3.entryTitle{
    font-size:24px;
    margin:0 25px 25px;
    position: relative;
    padding-left:30px;
    border-bottom:2px solid #fff;
}
h3.entryTitle2{
    font-size:24px;
    margin:0 auto 25px;
    position: relative;
    text-align: center;
    border-bottom:2px solid #fff;
    width:860px;
    padding-bottom:10px;
}
h3.entryTitle::before{
    content: "";
    width:20px;
    height: 20px;
    background:#fff;
    position: absolute;
    border-radius: 20px;
    top:0.3em;
    left:0;
}

ul.service {
    width:860px;
    margin:25px auto;
    display: flex;
    justify-content: space-between;
    border-bottom:2px solid #fff;
    padding-bottom:15px;
}
ul.service li{
    width:calc(25% - 20px);
    padding-top:110px;
    text-align: center;
    background-repeat:no-repeat;
    background-position: center top;
    background-size:100px;
}
ul.service li.service01{
    background-image: url("../images/service01.svg");
}
ul.service li.service02{
    background-image: url("../images/service02.svg");
}
ul.service li.service03{
    background-image: url("../images/service03.svg");
}
ul.service li.service04{
    background-image: url("../images/service04.svg");
}





div.cerWrapper {
    width:720px;
    margin:25px auto 50px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding:25px;
    background:#fff;
    border-radius: 12px;
    box-shadow: 2px 3px 9px rgba(0,0,0,0.35) inset;
}

div.hackathon {
    width:940px;
    margin:25px auto 50px;
    display: flex;
    justify-content: space-between;
}
div.hackathon div:first-child{
    width:346px;
    display: flex;
}
div.hackathon div:last-child{
    width:560px;
    text-align: justify;
}
div.hackathon h4{
    font-size:20px;
    border-bottom: 1px solid #fff;
    margin-bottom:25px;

}
div.splunkSupportWrapper{
    width:960px;
    margin:25px auto 25px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
div.splunkSupport{
    width:calc(33% - 25px);
    margin-right:25px;
    box-sizing: border-box;
    padding:20px;
    border:2px solid #fff;
    border-radius: 12px;
    margin-bottom:25px;
    text-align: justify;
    position: relative;
    padding-bottom: 50px;
}
div.splunkSupport h4{
    font-size:24px;
    text-align: center;
    margin-bottom:20px;
}
div.splunkSupport img{
    width:100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 25px;
}
div.splunkSupport a.toSite{
    width:80%;
    height: 30px;
    text-align: center;
    background:var(--gra6-color);
    display: block;
    line-height: 30px;
    margin:auto;
    position: absolute;
    left:0;
    right:0;
    bottom:10px;
    font-size:16px;
    border-radius: 4px;
}
div.splunkSupport a.toSite:hover{
    background:var(--gra3-color);
    color:#fff;
}
div.entryInfo{
    float: right;
    width:200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
div.entryInfo p.date{
    font-size:14px;
    margin-right: 10px;
}
div.entryInfo a.category{
    background:var(--gra6-color);
    padding:0 10px;
    font-size:14px;
}
div.entryInfo a.category:hover{
    color:#fff;
    background:var(--gra1-color);
}
div.graf {
    width:480px;
    margin:25px auto;
}
div.graf img{
    width:100%;
    height: auto;
}
p.onpremises{
    /*text-align: center;*/
    font-size:20px;
    font-weight: bold;
	margin:0 28px 0;
}

div.stepWrapper {
    margin:25px 50px;
    display: flex;
    justify-content: space-between;
}
div.step{
    width:calc((100% / 3) - 32px);
    height: 220px;
}
div.step1{
    border-left:32px solid var(--gra1-color);
    margin-top:376px;
}
div.step2{
    border-left:32px solid var(--gra4-color);
    margin-top:188px;
}
div.step3{
    border-left:32px solid var(--gra6-color);
}
div.step h4{
    text-align: center;
    font-weight: bold;
    font-size:20px;
    height: 32px;
    line-height: 32px;
}
div.step1 h4{
    background:var(--gra1-color);
}
div.step2 h4{
    background:var(--gra4-color);
}
div.step3 h4{
    background:var(--gra6-color);
}
div.step h5{
    font-size:16px;
    height: 24px;
    line-height: 24px;
    margin:10px;
    width:120px;
    border-radius: 20px;
    text-align: center;
}
div.step1 h5{
    border:2px solid var(--gra1-color);
}
div.step2 h5{
    border:2px solid var(--gra4-color);
}
div.step3 h5{
    border:2px solid var(--gra6-color);
}
div.step ul{
    font-size: 16px;
    padding-left:30px;
    padding-right:10px;
}
div.step ul li{
    position: relative;
}
div.step li::before{
    content: "";
    width:14px;
    height:14px;
    border-radius: 14px;
    position:absolute;
    background:#fff;
    top:3px;
    left:-20px;
}

ul.scsk {
    margin:25px auto 25px 50px;
}
ul.scsk li{
    position: relative;
    padding-left:25px;
}
ul.scsk li::before{
    content: "";
    width:10px;
    height: 10px;
    border:2px solid #fff;
    border-radius: 14px;
    position: absolute;
    top:5px;
    left:0;
}
ul.scsk.lnon li::before{
    content: "";
    width:10px;
    height: 10px;
    border:2px solid var(--blue-color);
    border-radius: 14px;
    position: absolute;
    top:5px;
    left:0;
}
dl.scsk{
    width:360px;
    margin:25px auto 25px 50px;
    overflow: hidden;
}
dl.scsk dt{
    width:310px;
    float: left;
    clear: both;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
dl.scsk dd{
    width:50px;
    text-align: right;
    float: right;
}
dl.scsk dt span{
    padding-right: 15px;
    background-color:var(--blue-color);
}
dl.scsk dt::after{
  content: "";
  border-top: 5px dotted #fff;
  flex: auto;
}
div.onestopWrapper0{
    margin:25px 50px 50px;
    display: flex;
    justify-content: space-between;
}
div.onestopWrapper1{
    width:calc(50% - 20px);
}
div.onestopWrapper{
    width:calc(50% - 20px);
    display: flex;
    justify-content: space-between;;
    align-items: center;
}
div.onestopWrapper div.left {
    width:400px;
    display: flex;
    flex-flow: column;
}
div.onestop{
    border:2px solid #fff;
    box-sizing: border-box;
    padding:20px;
    margin:10px;
    border-radius: 8px;
}
div.onestop h4{
    font-size:20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
}
div.onestop ul.logo{
    display: flex;
    justify-content: space-around;
    position: relative;
}
ul.logo::before{
    content: "etc.";
    position: absolute;
    right:0;
    bottom:-13px;
    font-size: 14px;
}
div.onestop ul.logo li{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    width:calc(33% - 20px);
    height: 60px;
    background-size:contain;

}
ul.logo li.hpe{
    background-image: url("../images/logo_hp.png");
    background-size:50px;
}
ul.logo li.ibm{
    background-image: url("../images/logo_ibm.png");
    background-size:60px;
}
ul.logo li.ora{
    background-image: url("../images/logo_oracle.png");
    background-size:90px;
}
ul.logo li.pal{
    background-image: url("../images/logo_paloalto.png");
    background-size:90px;
}
ul.logo li.cyb{
    background-image: url("../images/logo_cyberreason.png");
    background-size:100px;
}
ul.logo li.for{
    background-image: url("../images/logo_fortinet.png");
}
div.onestop ul.general li{
    position: relative;
    padding-left:20px;
}
div.onestop ul.general li::before{
    content: "";
    width:10px;
    height: 10px;
    border-radius: 10px;
    background:#fff;
    position: absolute;
    top:5px;
    left:0;
}
div.onestopWrapper div.right{
    -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    height: 100%;
    height: calc(785px - 100px);
    position: relative;
}
div.onestopWrapper div.right::before{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 50px;
    border-color: transparent transparent var(--gra6-color) transparent;
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    top:-30px;
}
div.onestopWrapper div.right::after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: var(--gra6-color) transparent transparent transparent;
   position: absolute;
    left:0;
    right:0;
    margin:auto;
    bottom:-30px;
}
div.onestopWrapper div.right p{
    font-size:32px;
    background:var(--gra6-color);
    text-align: center;
    line-height: 2em;
}

ul.cloud {
    background:url("../images/cloud.svg") no-repeat;
    background-size:520px;
    height: 420px;
    margin-top:50px;
    color:var(--blue-color);
    position: relative;
}
ul.cloud li{
    position: absolute;
    font-size:42px;
    top:35px;
}
ul.cloud li:nth-child(1){
    left:30px;
}
ul.cloud li:nth-child(2){
    left:210px;
}
ul.cloud li:nth-child(3){
    right:40px;
}




div.supportWrapper {
    width:80%;
    margin:25px auto 50px;
}
div.supportWrapper img {
    width:100%;
}
ul.system{
    margin:50px;
}
ul.system li{
    background:url("../images/icon_check.svg") left top 0.2em no-repeat;
    padding-left:40px;
    background-size:25px;
    line-height: 2em;

}

div.issueImg {
    margin:25px 50px 50px;
    width:calc(100% - 100px);
    display: flex;
    justify-content: space-between;
}
div.issueImg div{
    width:calc(50% - 25px);
    text-align: center;
}
div.issueImg div img{
    display: block;
    width:100%;
    height: auto;
    margin-bottom: 10px;
}

div.issueWrapper {
    display: flex;
    justify-content: space-between;
    margin:25px 50px 25px;
    align-items: center;
}
div.issue2{
    width:calc(46% - 10px);
    box-sizing: border-box;
    border:2px solid #fff;
    padding:20px;
    border-radius: 8px;
    min-height: 306px;
}
div.issue2 h4{
    font-weight: bold;
    border-bottom:2px dashed #fff;
    margin-bottom: 20px;
    text-align: center;
    font-size:20px;
}
div.issue2 li{
    position: relative;
    padding-left:30px;
    margin-bottom: 15px;
}
div.issue2 li::before{
    content:"";
    width:15px;
    height: 15px;
    background:#fff;
    border-radius: 15px;
    position: absolute;
    top:5px;
    left:5px
}
p.rightArrow{
    background:url("../images/rightArrow.svg") center center no-repeat;
    width:48px;
    height: 260px;
    background-size:48px;
}

div.lisenceWrapper {
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.lisence{
    background:#fff;
    color:var(--blue-color);
    box-sizing: border-box;
    padding:15px;
    width:380px;
    margin-bottom:10px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}
div.lisence a:hover{
    color:var(--blue-color);
}
div.lisence h4{
    font-weight: bold;
    border-bottom: 2px solid var(--gra3-color);
}
div.switch{
    width:162px;
    height: 200px;
    background:url("../images/faqArrow.svg") center center no-repeat;
    background-size:162px;
    position: relative;
}
div.switch p{
    position: absolute;
    width:100%;
    text-align: center !important;
    font-size:16px;
}
div.switch p.top{
    top:0;
}
div.switch p.bottom{
    bottom:0;
}

div.support01 {
    margin:25px 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background:url("../images/upArrow.svg") center center no-repeat;
    background-size:600px;
}
div.support01 div.support{
    width:calc(33% - 10px);
    box-sizing: border-box;
    border:4px solid #fff;
    border-radius: 12px;
    padding:25px 15px;
    min-height: 300px;
}
div.support01 div{
    background-repeat: no-repeat;
    background-position: center top 20px;
    background-size:100px;
}
div.support01 div:nth-child(1){
    margin-top:60px;
}
div.support01 div:nth-child(2){
    margin-top:30px;
    background-size:90px;
}

div.support01 div.support h4{
    font-size: 20px;
    font-weight: bold;
    padding-top:100px;
    border-bottom:2px solid #fff;
    margin-bottom:20px;
}
div.support01 div.support p{
    padding-left:2em;
    text-indent: -2em;
}
div.support01 div.support p::before{
    content:"例）";
}
div.support02 {
    margin:25px 50px;
}
div.support02 div.support{
    border:4px solid #fff;
    border-radius: 12px;
    box-sizing: border-box;
    padding:25px;
}
div.support02 div.support h4{
    font-size:20px;
    text-align: center;
    font-weight: bold;
    border-bottom:2px solid #fff;
    margin-bottom:20px;
}
div.support02 li{
    margin-bottom:0.5em;
    position: relative;
    padding-left:25px;
    margin-left:100px;
}
div.support02 li:last-child{
    margin-bottom: 0;
}
div.support02 li::before{
    content:"";
    width:14px;
    height: 14px;
    border-radius: 14px;
    background:#fff;
    position: absolute;
    left:0;
    top:0.2em;
}
div.support02 h3{
    font-size:20px;
    text-align: center;
    font-weight: bold;
    border-bottom:2px solid #fff;
    margin:20px auto;
    padding-top:80px;
    background:url("../images/downArrow3.svg") center top no-repeat;
    background-size:50px;
}
div.supportFlex {
    display: flex;
    justify-content: space-between;
}
div.supportFlex div{
    width:calc(33% - 10px);
    box-sizing: border-box;
    padding:120px 15px 25px 15px;
    border:4px solid #fff;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size:80px;
    background-position: center top 15px;
    text-align: center;
}

div.supportFlex div.s2b{
    background-size:70px;
}

div.support03 {
    margin:25px 50px;
}
div.support03 p.customer{
    font-size:30px;
    text-align: center;
    font-weight: bold;
    border:4px solid #fff;
    border-radius: 12px;
    line-height: 2em;
}

div.s3Flex {
    margin:20px 120px;
    display: flex;
    justify-content: space-between;
}
div.s3Flex div{
    width:300px;
    height: 173px;
    line-height: 45px;

    color:var(--blue-color);

    text-align: center;
    font-size:20px;
    font-weight: bold;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:123px;
}
div.s3Flex div span{
    display: block;
    width:100%;
    height: 45px;
    margin:64px 0;
    border-radius: 45px;
    background-color:#fff;
    position: relative;
    border: 6px solid var(--gra6-color);
    box-shadow: 3px 3px 9px rgb(0 0 0 / 35%);
}
div.s3Flex div:first-child span::before{
    content: attr(data-before);
    color:#fff;
    width:250px;
    position: absolute;
    bottom:-50px;
    left:-170px;
    font-size:16px;
    font-weight: bold;
    text-align: right;
}
div.s3Flex div:first-child span::after{
    content: attr(data-after);
    color:#fff;
    width:250px;
    position: absolute;
    bottom:-50px;
    right:-170px;
    font-size:16px;
    font-weight: bold;
    text-align: left;
}
div.s3Flex div:last-child span::before{
    content: attr(data-before);
    color:#fff;
    width:250px;
    position: absolute;
    top:62px;
    left:-170px;
    font-size:16px;
    font-weight: bold;
    text-align: right;
    line-height: 1.5em;
}
div.s3Flex div:last-child span::after{
    content: attr(data-after);
    color:#fff;
    width:250px;
    position: absolute;
    top:62px;
    right:-170px;
    font-size:16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5em;
}


div.s3 {
    border:4px solid #fff;
    border-radius:12px;
    padding:20px 25px 25px;
    box-sizing:border-box;
    background-size:120px;
}
div.s3 p.s3a{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-top: 16px;
    border: 4px solid #fff;
    border-radius: 12px;
    padding: 10px;
    background: #fff;
    background: var(--gra6-color);
    box-shadow: 3px 3px 9px rgb(0 0 0 / 35%) inset;
}
div.s3 > div{
    display: flex;
    justify-content: space-around;
}
div.s3 > div div{
    width:380px;
    padding:20px;
    box-sizing: border-box;
    text-align: center;
    border:2px solid #fff;
    border-radius: 12px;
    position: relative;
    margin-top:60px;
    background-size:50px;
}
div.s3 > div div::before{
    content:"";
    width:61.5px;
    height: 44.5px;
    background:url("../images/updown2.svg") no-repeat;
    background-size:61.5px;
    position: absolute;
    margin:auto;
    left:0;
    right:0;
    top:-55px;
}
div.s3 > div div p{
    font-weight: bold;
    margin-bottom:10px;
}
div.s3 > div div ul li{
    padding-left:26px;
    position: relative;
    text-align: left;
}
div.s3 > div div ul li::before{
    content:"";
    width:14px;
    height: 14px;
    border-radius: 14px;
    background:#fff;
    position: absolute;
    top:0.2em;
    left:0;
}

table.support04 {
    margin:25px 50px;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
}
table.support04 td{
    padding:15px;
    border-bottom: 1px solid #fff;
    border-left:1px solid #fff;
}
table.support04 tr:first-child td:first-child{
    width:calc(25%);
}
table.support04 tr:first-child td:nth-child(2){
    width:calc(40%);
}
table.support04 tr:first-child td:nth-child(3){
    width:calc(40%);
}
table.support04 tr.white td{
    text-align: center;
    font-weight: bold;
}
table.support04 pre{
    font-size:14px;
    background:var(--purple-color);
    padding:10px;
    border-radius: 4px;
    margin-top:5px;
}
table.support04 h4{
    font-weight: bold;
    font-size:20px;
    margin-bottom: 15px;
}

div.support05,
div.support05b{
    margin:25px 50px;
    display: flex;
    justify-content: space-between;
}
div.support05{
    padding-top:100px;
    position: relative;
}
div.support05::before{
    content: "今回の対象範囲";
    color:#fff;
    font-size:24px;
    text-align: center;
    line-height: 60px;
    width:620px;
    height: 60px;
    background:var(--gra6-color);
    position: absolute;
    top:0;
    right:0;
    z-index: 2;
    border-radius: 4px;
}
div.support05::after{
    content: "";
    width:665px;
    border:4px solid var(--gra6-color);
    height: 500px;
    position: absolute;
    top:26px;
    right:-25px;
    z-index: 1;
    border-radius: 8px;
}
div.support05 label{
    display: block;
    width:calc(20% - 30px);
    height: 45px;
    line-height: 45px;
    text-align: center;
    background:#fff;
    color:var(--blue-color);
    font-weight: bold;
    border-radius: 45px;
}
div.support05b div{
    width:calc(20% - 30px);
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-size:16px;
    text-align: center;
}
div.support05b div p{
    width:calc(100% - 20px);
    line-height: 80px;
    height: 80px;
    margin:20px auto;
    background:var(--gra6-color);
    position: relative;
}
div.support05b div p::after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 20px;
    border-color: transparent transparent transparent var(--gra6-color);
    position: absolute;
    margin:auto;
    top:0;
    bottom:0;
    right:-20px;
}
div.support05b div:nth-child(1) p,
div.support05b div:nth-child(2) p{
    background-color:#333;
}
div.support05b div:nth-child(1) p::after,
div.support05b div:nth-child(2) p::after{
    border-color: transparent transparent transparent #333;
}



div.support06 {
    margin:50px 50px 25px 75px;
    box-sizing: border-box;
    border:4px solid #fff;
    padding:20px;
    border-radius: 12px;
    position: relative;
}
/*div.support06 div.h4Wrapper{
	width:100%;
	height: 48px;
    border-radius: 12px;
    background:#fff;
	color:#fff;
	overflow: hidden;
    position: absolute;
    top:-25px;
    left:-25px;
    border:4px solid #fff;
}
div.support06 div.h4Wrapper h4{
	width:70%;
	height: 48px;
	line-height: 48px;
	font-size:20px;
	text-indent: 20px;
	float: left;
	position: relative;
    color:var(--blue-color);
    font-weight: bold;
}
div.support06 div.h4Wrapper h4::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
    border-color:var(--purple-color);
	border-width: 48px 32px 0 0;
	position: absolute;
	top:0;
	right:-32px;
}*/
div.h4Wrapper span{
	display: block;
	width:calc(30% - 15px);
	height: 48px;
	line-height: 48px;
	padding-right: 15px;
	text-align: right;
	float: right;
    background:var(--purple-color)
}
div.h4Wrapper {
    width:100%;
    height: 48px;
    border-radius: 12px;
    background:#fff;

    overflow: hidden;
    position: absolute;
    top:-25px;
    left:-25px;
    border:4px solid #fff;
    color: var(--blue-color);
}
div.h4Wrapper h4{
    width: 80%;
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    text-indent: 20px;
    float: left;
    position: relative;
    background:#fff;;
}
div.h4Wrapper h4::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 32px 0 0;
    position: absolute;
    top: 0;
    right: -32px;
    border-color: #fff transparent transparent transparent;
}
div.h4Wrapper span.title{
	display: block;
	width:calc(20% - 15px);
	height: 48px;
	line-height: 48px;
	padding-right: 15px;
	text-align: right;
	float: right;
}
div.h4Wrapper span.title.brown{
	background:var(--brown-color);
}
div.h4Wrapper span.title.violet{
	background:var(--violet-color);
}
div.h4Wrapper span.title.skyblue{
	background:var(--skyblue-color);
}
div.h4Wrapper span.title.green{
	background:var(--green-color);
}

div.support06 dl{
    margin:45px 25px 0;
    overflow: hidden;
}
div.support06 dl dt{
    width:80px;
    clear: both;
    float: left;
    margin-bottom: 10px;
}
div.support06 dl dd{
    width:calc(100% - 90px);
    float: right;
}
strong{
    font-weight: bold;
}

div.support07 {
    margin:25px 50px;
}
table.support07{
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    width:calc(100%);

}
table.support07 td{
    padding:10px;
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
}
table.support07 ul li{
    position: relative;
    padding-left:25px;
    margin-bottom:10px;
}
table.support07 ul li::before{
    content: "";
    width:14px;
    height: 14px;
    border-radius: 14px;
    position: absolute;
    background:#fff;
    top:0.2em;
    left:0;
}
table.support07 tr:first-child td{
    font-weight: bold;
}
table.support07 tr:first-child td.normal{
    font-weight: normal;
}

div.other {
    border:1px dashed #fff;
    box-sizing: border-box;
    padding:20px;
    border-radius: 12px;
}
div.other h4{
    font-size:20px;
    font-weight: bold;
    margin-bottom:20px;
}
ul.general{

}
ul.general li{
    margin-bottom: 10px;
    padding-left:24px;
    position: relative;
}
ul.general li::before{
    content: "";
    width:14px;
    height: 14px;
    border-radius: 14px;
    background:#fff;
    position: absolute;
    top:0.2em;
    left:0;
}

p.support08 {
    font-size:24px;
    margin:25px 50px;
}

div.support08 {
    margin:25px 50px;
}
img.img_reseller{
    width:calc(100% - 50px);
    height: auto;
    margin: 10px 25px 50px;
}

div.inst01Wrapper{
    margin:10px;
}
div.inst01 {
    margin:25px 40px;
    display: flex;
    justify-content: space-between;
    background:url("../images/inst01.svg") center top no-repeat;
    background-size:1080px;
}
div.inst01 > div{
    width:calc(25%);
}
div.inst01 > div h3{
    font-size:22px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
}
div.inst01 > div ul{
    margin:20px 10px;
}
div.inst01 > div ul li{
    position: relative;
    padding-left:25px;
}
div.inst01 > div ul li::before{
    content: "";
    width:14px;
    height: 14px;
    border-radius: 14px;
    background:#fff;
    position: absolute;
    top:0.25em;
    left:0;
}

ul.inst01 {
    margin:25px 50px 50px;
    display: flex;
}
ul.inst01 li{
    padding-top:30px;
    text-align: center;
    border-top:15px solid #fff;
    margin:auto;
    position: relative
}
ul.inst01 li::before{
    content: "";
    background:url("../images/instArrowLeft.svg");
    background-size:27.5px;
    width:27.5px;
    height: 50.5px;
    position: absolute;
    top:-32px;
    left:-20px;
}
ul.inst01 li::after{
    content: "";
    background:url("../images/instArrowRight.svg");
    background-size:27.5px;
    width:27.5px;
    height: 50.5px;
    position: absolute;
    top:-32px;
    right:-20px;
}
ul.inst01 li:first-child{
    width:calc(75% - 60px);
}
ul.inst01 li:last-child{
    width:calc(25% - 60px);
}
p.inst02 {
    font-size:22px;
    margin-left:50px;
}
p.inst02 a,
div.inst01 a{
    color:var(--orange-color);
}
div.inst02{
    margin:25px 50px 50px;
    display: flex;
    justify-content:space-between;
}
div.inst02 > div{
    width:calc(50% - 20px);
    position: relative;
}
div.inst02 > div.left img{
    width:100%;
    height: auto;
}
div.inst02 > div.right img{
    width:60%;
    height: auto;
    position: absolute;
}
div.inst02 > div.right img:nth-child(2){
    margin:auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 2;
}
div.inst02 > div.right img:nth-child(3){
    margin:auto;
    bottom:0;
    right:0;
    z-index: 3;
}


ul.contact {
    width:640px;
    margin:25px auto 50px;
    display: flex;
    justify-content: space-between;
}
ul.contact li > a{
    display: block;
    width:300px;
    height:50px;
    line-height:50px;
    text-align:center;
    background:#fff;
    color:var(--blue-color);
    border-radius:8px;
}
ul.contact li > a:hover{
    background:var(--orange-color);
    color:#fff;
}
#s3{
    padding-top:130px;
    margin-top:-130px;
}
/*FAQ個別対応*/
div.table2{
	overflow: hidden;
	display: flex;
	column-gap: 20px;
	margin-bottom:20px;
}
.reverce{
	background:var(--blue-color);
	color:#fff;
}
div.table2 div{
	width:calc(100%);
}
div.table2 div:first-child{
	float: left;
}
div.table2 div:last-child{
	float: ritght;
}
div.table2 h3{
	font-weight: bold;
	text-align: center;
}

div.separate {
	display: flex;
	justify-content: space-between;
	gap:20px;
}
div.separate > div{
	width:calc(50% - 10px);
}

ul.winners {
	margin:15px auto 25px 80px;
}
ul.winners li{
	list-style: disc;
}
ul.winners a{
	color:var(--gra1-color);
}
ul.winners a:hover{
	color:var(--gra7-color);
}
div.badges {
	display: flex;
	justify-content: space-between;
	gap:10px;
	flex-wrap: wrap;
	margin:50px auto;
	width:calc(100% - 180px);
}
div.badges img{
	width:calc(50% - 10px);
	object-fit: cover;
}

dl.security {
	margin:10px 50px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
div.contents dl.security:last-of-type{
	padding-bottom:50px !important;
}
dl.security dt,
dl.security dd{
	padding:10px;
	box-sizing: border-box;
}
dl.security dt{
	width:20%;
	float: left;
	clear: both;
	color:var(--gra7-color);
	font-size:22px;
	background:none;
}
dl.security dd{
	width:80%;
	float: right;
	margin:10px 0;
}
dl.security dd.pink{
	text-align: center;
	background: linear-gradient(to bottom, #92171a, var(--gra7-color));
	padding:20px;
	border:3px solid #fff;
	border-radius: 8px;
	font-weight: bold;
}
dl.security dd.flex{
	text-align: center;
	background: linear-gradient(to bottom, #92171a, var(--gra7-color));
	padding:20px;
	border:3px solid #fff;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	gap:20px;
}
dl.security dd.flex > div{
	width:calc(50% - 20px);
}
dl.security dd.flex > div > p{
	margin-bottom:15px;
	font-weight: bold;
}
dl.security dd.flex div.flex{
	display: flex;
	justify-content: center;
	gap:10px;
	font-size:14px;

}
dl.security dd.flex div.flex p{
	border:2px solid #fff;
	padding:5px 10px;
	border-radius: 4px;
}

div.security1 {
	margin:50px;
	display: flex;
	justify-content: space-between;
	gap:30px;
}
div.security1 a{
	color:var(--gra1-color);
}
div.security1 a:hover{
	color:var(--gra7-color);
}

div.security1 p{
	width:60%;
}
div.security1 video{
	width:40%;
}
div.obs{
	text-align: center;
	background: linear-gradient(to bottom, #92171a, var(--gra7-color));
	padding:20px;
	border:3px solid #fff;
	border-radius: 8px;
	margin:20px 250px;
}
div.obs p:first-child{
	font-weight: bold;
	margin-bottom:15px;
}
div.obs p:last-child{
	font-size:16px;
}

div.obsWrapper {
	margin:50px;
	display: flex;
	justify-content: space-between;
	gap:20px;
	flex-wrap: wrap;
	border:3px solid var(--gra7-color);
	padding:20px;
	border-radius: 8px;
}
div.obsWrapper div{
	width:32%;
	box-sizing: border-box;
	padding:10px;
	background:#7312C7;
	background:#0070c0;
	border-radius: 4px;
}
div.obsWrapper div h4{
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	font-size:18px;
}
div.obsWrapper div p{
	font-size:16px;
	text-align: center;
}
div.hclImg{
	margin:50px 50px;
	text-align: center;
}
div.hclImg img{
	width:80%;
	height: auto;
	margin:auto;
}
div.hclImg2{
	margin:50px 50px;
	text-align: center;
}
div.hclImg2 img{
	width:100%;
	height: auto;
	margin:auto;
}
p.hcl {
	margin:25px 50px;
}
div.sysdigWrapper{
	margin:25px 50px;
	padding-bottom:20px;

}
div.sysdig{
	background-size:200px;
	padding-bottom:20px;
	padding-right: 300px;
	background-repeat: no-repeat;
	background-position: right 30px top 40px;
}
div.sysdig.sysdig1{
	padding-bottom: 70px;
}
div.sysdig.sysdig2{
	background-image:url("../images/pic_sysdig3.svg");
}
div.hcl2 {
	margin:25px 50px;
	padding-right: 300px;
	background-image:url("../images/hcl2.svg") right 50px top no-repeat;
	background-size:160px;
	padding-bottom:20px;
}
div.hcl2.img1 {
    background-position: right 50px top;
    background-repeat: no-repeat;
}
div.hcl2.img2 {
    background-position: right 30px top;
    background-repeat: no-repeat;
}
div.hcl2.img3 {
	background:url("../images/pic_sysdig2.svg") right 30px top no-repeat;
}
div.hcl2 h4,
div.sysdig h4{
	font-size:22px;
	border-bottom:2px solid #fff;
}
div.hcl2 p,
div.sysdig p{
	margin:10px auto 25px 25px;
}
ul.hcl{
	font-size:22px;
	margin:25px 50px;
}
ul.hcl li{
	margin-bottom:1em;
	position: relative;
	padding-left:40px;
}
ul.hcl li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #fff;
    position: absolute;
    top: 0.4em;
    left: 0;
}

table.hcl {
	width:80%;
	margin:25px auto 50px;
}
table.hcl td{
	padding:10px 10px;
	border:1px solid #fff;
}
table.hcl tr:first-child td{

	background:var(--gra6-color);
	font-weight: bold;
	text-align: center;
}

div.poc > h4.hcl {
	font-size:22px;
	width:200px;
    background:#fff;
    color:var(--blue-color);
    position: absolute;
    left: 60px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    top:-18px;
    border-radius: 36px;
}
h4.hcl + ul{
	margin:10px 50px 25px;
}
h4.hcl + ul li{
	list-style: disc;
	margin-left:25px;
}
ol.hcl{
	margin:25px 50px;
}
ol.hcl li{
	margin-left:50px;
	margin-bottom: 1em;
}
ol.hcl h5{
	font-weight: bold;
}

div.poc {
    margin:75px 50px 25px;
    box-sizing: border-box;
    padding:20px;
    border:3px solid #fff;
    border-radius: 8px;
    position: relative;
}


div.pocWrapper {
    display: flex;
    justify-content: space-between;
    gap:50px;
}
div.pocWrapper > div{
    width:calc(50% - 50px);
    margin-top:20px;
}
div.pocWrapper > div h4{
    border-bottom:2px solid #fff;
    margin-bottom: 20px;
}

a.scsk_nextday {
	display: block;
	width:250px;
	height: 208px;
	position: fixed;
	top:0;
	bottom:0;
	left:10px;
	margin:auto;
	border:5px solid #fff;
	box-shadow:3px 3px 9px rgba(0,0,0,0.35);
}
a.scsk_nextday img:hover{
	opacity: 0.85;
}

.flex-justify-center {
  justify-content: center !important;
}

.breadcrumbs > span:not(:last-child) {
    position: relative;
    padding-right: 32px;
    margin-right: 20px;
}

.breadcrumbs > span:not(:last-child):before {
    position: absolute;
    top: 6px;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5.5px 0 5.5px 12px;
    border-color: transparent transparent transparent #fff;
    transform: rotate(0deg);
    content: "";
}

div.entryBody figure {
  margin: 0 0 1rem 10px;
}

.wp-block-table {
    margin: 0;
}

.has-text-align-right {
    text-align: right;
}

.has-text-align-left {
    text-align: left;
}

.aligncenter {
    text-align: center;
}