
/*-----------------------------------------------------
 reset
-------------------------------------------------------*/
#container {
	/*background: url("../img/wsiot2019_mainvisual_bg_long.png") center top;*/
}
#contentsMain {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body div#contents,
#contentsMain.full, #product #contentsMain.full {
	width: 100%;
}

body div#pageTtl, #contents #pageTtl {
	display: none;
}



/*-----------------------------------------------------

 PC Style

-------------------------------------------------------*/



/* body
-------------------------------------------------------*/

#WinServerContent {
	font-size: 16px;
	text-align: left;
	line-height: 1.7em;
	box-sizing:border-box;
	margin-top: 30px;
}

#WSmainvisual {
	width: 100%;
	/*height: 693px;*/
	/*background: url("../img/wsiot2019_mainvisual_pc_01.png") #ececec center top;*/
}

.sPC{ display: block; }
.sSP{ display: none; }



a {
	color: #000;
	transition: 0.2s;
	cursor: pointer;
	text-decoration: none;
	}

a:link,
a:visited, {
	color: #000;
	text-decoration: none;
	}

a:hover,
a:active {
	color: #000;
	text-decoration: underline;
	}










/* h1 h2 h3
-------------------------------------------------------*/

#WinServerContent h2,
#WinServerContent h3 {
	color: #212856 !important;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	}



#WinServerContent h2.mainLead {
	font-size: 40px;
	padding: 50px 0 20px;
	margin: 0 0 0;
}

.h2Border {
	width: 215px;
	border-bottom: 10px #F57D15 solid;
	margin: 0 auto 30px;
	}



#WinServerContent h2 {
	width: 100% !important;
	background: none !important;
	font-size: 36px !important;
	margin: 0 0 25px;
	}

.h2Point {
	color: #212856;
	font-size: 16px;
	background: none !important;
	}










/* Content
------------------------------------------------*/

.WinServerContentInner {
	width: 970px;
	margin: 0 auto 150px;
}

.WinServerContentInnerLast {
	margin: 0 auto 200px;
}

.txt20 { margin-bottom: 20px; }
.txt50 { margin-bottom: 50px; }



.WStxtMain { width: 550px; }
.WSimgMain { width: 390px; }

.WStxt { width: 490px; }
.WSimg { width: 455px; }


.WShalfFont {
	margin-bottom: 30px;
}

.WShalfPoint {
	font-size: 11px;
	line-height: 1.5em;
}


.whitepaperTxt {
	margin: 110px 0 220px;
}

.whitepaperTxt>p {
	font-size: 20px;
	color: #FFF;
	margin-bottom: 30px;
	line-height: 1.7em;
}


a.boxWScommentary {
	display: block;
	color: #fff;
	background-color: #F57D15;
	position:relative;
	font-weight: bold;
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 18px 30px 15px 65px;
	text-decoration: none;
}
a.boxWScommentary:before {
	content: "";
	position: absolute;
	left: 15px;
	bottom: 40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 18px 0 18px;
	border-color: #fff transparent transparent transparent;
	transform: rotate(-90deg);
}
a.boxWScommentary:hover {
	background-color: #3fad6d;
}

.fCtop {
	font-size: 18px;
	border-bottom: 2px #fff solid;
	padding-bottom: 5px;
}

.fCbtm {
	font-size: 14px;
	padding-top: 5px;
}










/* POINT & CASE
------------------------------------------------*/

.boxPtWrap {
	margin: 80px 0 270px;
}
.boxPt {
	background-color: #fff;
	position:relative;
	font-size: 14px;
	margin: 30px 0;
	padding: 40px 40px 35px 140px;
	border-radius: 10px;
	line-height: 1.6em;
}

.boxCe {
	background-color: #fff;
	position:relative;
	font-size: 14px;
	padding: 40px;
	border-radius: 10px;
	}

.markPoint,
.markCase {
	color: #fff;
	background-color: #212856;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}

.markPtCe { font-size: 16px;margin-bottom: 10px; }

.markNumber { font-size: 38px; }

.CapPt {
	color: #F57D15;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
	}

.CapCe {
	color: #F57D15;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	}

.txtPtCe {
	font-size: 14px;
	word-break:break-all;
	line-height: 1.6em;
}



/* POINT */

.markPoint {
	width: 90px;
	height: 105px;
	position: absolute;
	top: 0 ;
	left: 20px ;
}



/* CASE */
.boxCe {
	width: 40.5%;
	margin-bottom: 2.5%;
	}

.markCase {
	width:110px;
	height: 110px;
	position: absolute;
	top: 15px ;
	left:15px ;
	border-radius: 110px;
	}

.imgCe {
	width: 30%;
	margin: 0 auto 30px;
	}







/* link
------------------------------------------------*/

a.linkWS {
	display: block;
	width: 46%;
	color: #fff;
	background-color: #F57D15;
	position:relative;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
	margin: 0 auto 25px;
	padding: 30px 30px 30px 65px;
	text-decoration: none;
	}

a.linkWS:before {
	content: "";
	position: absolute;
	left: 15px;
	bottom: 35px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 18px 0 18px;
	border-color: #fff transparent transparent transparent;
	transform: rotate(-90deg);
	}

a.linkWS:hover {
	background-color: #3fad6d;
}








/* flex
------------------------------------------------*/

.flexBox { display: flex; }

.fdcolumn { flex-direction: column; }

.fwwrap { flex-wrap: wrap; }

.jcsb { justify-content: space-between; }
.jcsa { justify-content: space-around; }
.jcfs { justify-content: flex-start; }
.jcfe { justify-content: flex-end; }
.jcc { justify-content: center; }

.aic { align-items: center; }
.aifs { align-items: flex-start; }
.aife { align-items: flex-end; }

.acfs { align-content: flex-start; }










/* img
------------------------------------------------*/

.imgBorder { border: 10px #F57D15 solid;box-sizing: border-box; }










/* table
------------------------------------------------*/

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 1.2em;
	}

.WinServerTable {
	width: 100%;
	margin-bottom: 40px ;
	}

.WinServerTable th,
.WinServerTable th.green {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	background-color: #212856;
	text-align: center;
	border: 1px #fff solid;
	}

.WinServerTable thead th {
	border-top: 1px solid #212856;
}

.WinServerTable thead th:first-child {
	border-left: 1px solid #212856;
}

.WinServerTable thead th:last-child {
	border-right: 1px solid #212856;
}

.WinServerTable th.green {
	background-color: #F57D15 !important;
	text-align: left;
	border: 1px #212856 solid;
}

.WinServerTable td {
	text-align: center;
	font-size: 12px;
	border: 1px solid #212856;
	padding: 10px;
}

.WinServerTable td>img {
	vertical-align:middle;
	margin: 2px 0;
	width: auto;
}

.WinServerTable .tdGray { background-color: #ececec !important; }
.WinServerTable .tdWhite { background-color: #fff !important; }











/* margin
------------------------------------------------*/

.right { text-align: right !important; }
.center { text-align: center !important; }
.left { text-align: left !important; }



.mT0 { margin-top: 0 !important ; }
.mT150 { margin-top: 150px; }

.mB0 { margin-bottom: 0 !important ; }
.mB50 { margin-bottom: 50px !important ; }
.mB200 { margin-bottom: 200px !important ; }
.mB300 { margin-bottom: 300px !important ; }








/* font
------------------------------------------------*/

.bold{ font-weight: bold; }
.normal{ font-weight: 400; }



.fRed {color: #dc0000;}
.fBlue {color: #0b69ab;}
.fYellow {color: #dda201;}



.f11 { font-size: 11px; }










/*-----------------------------------------------------

 SP Style

-------------------------------------------------------*/
.mobile .sPC { display: none; }

.mobile .sSP{
	display: block;
}

.mobile #container{
	background-image : none !important;
	background-color: #FFF !important;
}
.mobile #WinServerContent {
	font-size: 14px;
	text-align: left;
	line-height: 1.7em;
	box-sizing:border-box;
	margin-top: 30px;
}

.mobile .WinServerContentInner {
	width: 90%;
	margin: 0 5% 20%;
}

.mobile #WSmainvisual {
	width: 100%;
	height: 100%;
	background-image : none !important;
	background-color: #FFF !important;
}

.mobile .flexBox {
	flex-direction: column-reverse;
}
.mobile .flexBox:first-of-type {
	/*flex-direction: column !important;*/
}

.mobile .WSimgMain,
.mobile .WStxtMain,
.mobile .WSimg,
.mobile .WStxt {
	width: 100%;
}

.mobile .WSimgMain,
.mobile .WSimg {
	margin: 0 0 10px;
}

.mobile #WinServerContent h2 {
    font-size: 19px !important;
}

.mobile #WinServerContent h2.mainLead {
    padding: 0 0 10px !important;
}

.mobile .h2Border {
    border-bottom: 5px #F57D15 solid;
}
.mobile .txt50{
    margin-bottom: 20px;
}
.mobile .boxPtWrap {
    margin: 0 0 0;
}
.mobile .boxPt,
.mobile .boxCe {
    background-color: #efefef;
    position: relative;
    font-size: 14px;
    margin: 10px 0;
    padding: 50px 10px 15px 10px;
    border-radius: 10px;
    line-height: 1.6em;
}
.mobile .boxCe {
    width: 95%;
    padding: 20px 10px 15px 10px;
}
.mobile .markPoint {
    width: 100px;
    height: 35px;
    padding: 5px 15px 0 15px;
    flex-direction: row;
    left: 10px;
}
.mobile .markPtCe {
    font-size: 12px;
    width: 80px;
    margin-bottom: 0;
}
.mobile .markNumber {
    font-size: 16px;
    width: 100px;
    text-align: left;
}
.mobile .CapPt {
    font-size: 18px;
    margin-bottom: 5px;
}
.mobile .imgBorder {
    border: 5px #F57D15 solid;
}
.mobile .mB50 {
    margin-bottom: 0 !important;
}
.mobile .mB300 {
    margin-bottom: 20% !important;
}
.mobile .boxCe .markCase {
    width: 70px;
    height: 70px;
    text-align: center;
}
.mobile .boxCe .markNumber {
    text-align: center;
}
.mobile .CapCe {
    font-size: 18px;
    margin-bottom: 5px;
}
.mobile .imgCe {
    margin-bottom: 10px;
}

.mobile .fwwrap {
    flex-direction: column;
}
.mobile .whitepaperTxt {
    margin: 20px 0 0;
}
.mobile .whitepaperTxt>p {
    font-size: 14px;
    color: #333;
}
.mobile a.linkWS,
.mobile a.boxWScommentary {
    padding: 10px 10px 10px 40px;
    margin-bottom: 10px;
}
.mobile a.linkWS {
    width: 80%;
    font-size: 14px;
}
.mobile a.linkWS:before,
.mobile a.boxWScommentary:before {
    left: 10px;
    bottom: 50%;
    border-width: 10px 7px 0 10px;
}
.mobile .fCtop {
    font-size: 15px;
}
.mobile .fCbtm{
    font-size: 13px;
}

.mobile .WinServerTable th, .mobile .WinServerTable th.green {
    font-size: 12px;
}

.mobile .WinServerTable {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/*2311追加*/
#WSmainvisual{
	background: url(/ssp/nas/landiskz/img/wsiot_mainvisual_pc.png) #ececec center top no-repeat;
}
#WinServerContent{
	margin-top: 0;
}
.bg_gray:first-of-type{
	padding-top: 65px;
	margin-bottom: 80px;
}
.bg_gray{
	background: #ECECEC;
	padding: 80px 0 100px;
}
.bg_blue{
	background: #212856;
	padding: 80px 0;
	margin-bottom: 80px;
}
.bg_gray .WinServerContentInner,
.bg_blue .WinServerContentInner{
	margin: 0 auto;
}
.bg_blue .whitepaperTxt,
.bg_gray .boxPtWrap{
	margin: 0;
}
#WinServerContent .bg_gray h2.mainLead{
	padding-top: 0;
}
a.boxWScommentary:hover,
a.linkWS:hover {
    background-color: #F57D15;
	opacity: 0.8;
}
/*sp*/
.mobile #WinServerContent{
	margin-top: 0;
}

.mobile .bg_blue{
	padding: 20px 0 40px;
	margin-bottom: 20px;
}
.mobile .bg_gray{
	background: #F4F4F4;
	padding: 50px 0 25px;
}
.mobile .bg_gray:first-of-type{
	padding: 20px 0 50px;
}
.mobile .flexBox.spColumn{
	flex-direction: column;
}
.mobile .bg_gray .boxPt,
.mobile .bg_gray .boxCe{
	background: #fff;
}
.mobile .bg_gray .markPoint{
	flex-flow: column;
	width: 40px;
	height: 50px;
	padding: 5px;
}
.mobile .bg_gray .markNumber,
.mobile .bg_gray .markPtCe{
	width: auto;
}
.mobile .bg_gray .boxPt,
.mobile .bg_gray .boxCe{
	padding-top: 0;
}
.mobile .bg_gray .CapPt{
	padding: 10px 0 10px 60px;
	font-size: 16px;
}
.mobile .bg_gray .markNumber{
	font-size: 25px;
}
.mobile .bg_gray .boxCe .markCase{
	width: 55px;
	height: 55px;
}
.mobile .bg_blue .whitepaperTxt>p{
	color: #fff;
}
.mobile .bg_blue a.boxWScommentary{
	padding: 10px;
}
.mobile .bg_blue a.boxWScommentary:before{
	display: none;
}
.mobile a.linkWS:before{
	transform: translate(0, 50%) rotate(-90deg);
}
.mobile a.linkWS span{
	display: block;
}



