/* ==========================================================================
   FNC Fujitsu
   ========================================================================== */


/* Darren Stevenson
 * Mobile device render
   ----------------------------------------------------------------- */

a {
    text-decoration: underline;
    transition: color .2s;
}

h1 {
	margin-bottom: 15px !important;
	line-height: 1.2em;
	width: 70%;
}


h1, h2 {
	color: #d60303;
}


h2 {
	line-height: 1.3em;
}


h2 + h3 {
	padding-bottom: 15px;
	padding-top: 10px;
}


h3 a {
	color: #fff;
	background-color: #d60303;
	padding: 5px 10px;
	font-weight: 300;
	text-decoration: none;
}
h3 a:hover {
		color: #fff;
		background-color: #a10000;
	}


.main-contents {
	background: #fff;
}

.main-contents .section-inner {
	padding-right: 20px;
	padding-left: 20px;
}

.main-contents .section + .section .section-inner {
    padding-top: 50px;
}

.main-contents .section .section-inner:first-child {
	padding-bottom: 60px;
}


ul.list-a {
		padding-bottom: 30px !important;
		display: inline-block;
		
}

.main-contents p+[class^=list-] {
	margin-top: 10px !important;
}
	.list-a>li:before {
		background-color: #d60303;
		width: 8px;
		height: 8px;
		top: 6px;
	}

ul.list-a li {
	margin-bottom: 0 !important;
	line-height: 1.3em;
}
ul.list-a > ul {
	list-style: disc;
	margin-top: 20px;
	margin-left: 40px;
}

/*Hide it*/
@media (max-width: 768px) {.hidden-sm {display: none;}}

/*Top image*/

.featurestory.img-load-done .mainvisual {
	margin: 0 !important;
}

@media only screen and (min-width: 1280px){ 
	[data-script-enabled=true] .featurestory {height: 400px;}
}

@media screen and (max-width:980px) {
	.featurestory.img-load-done .mainvisual img {
		height: auto;
	}
}

@media screen and (max-width:1280px) {
	p.mainvisual {
		width:100vw;
		   height: auto;
		text-align: center;
	}
	.featurestory.img-load-done .mainvisual img {
		position: relative;
		max-width:100%;
		   height:auto;
		   max-height:100%;
		margin-right: auto;
		margin-left: auto;
	
	}
	[data-script-enabled=true] .featurestory{height: auto;}
}
@media screen and (max-width: 480px) {
	
	.featurestory.img-load-done .mainvisual img {
	    position: static;
	}
	h1 {
		line-height: 1.0em;
		width: 100%;
	}
	.list-a>li:before {
		top: 10px;
	}
}

/*Responsive*/
@media only screen and (max-width: 1280px) and (min-width: 769px){
	body {
	    width: 100% !important;
	}
}
@media only screen and (max-width: 768px) and (min-width: 481px){
	body {
	    width: 100% !important;
	}
}



.image-right {
	width: 30%;
	float: right;
	margin-top: 15px;
	margin-left: 8%;
	margin-bottom: 5%;
}
.image-right-sml {
	width: 25%;
	float: right;
	margin-top: 15px;
	margin-left: 8%;
	margin-bottom: 5%;
}
.image-right-xsml {
	width: 15%;
	float: right;
	margin-top: 25px;
	margin-left: 8%;
	margin-bottom: 0%;
}

.image-left {
	width: 30%;
	float: left;
	margin-top: 30px;
	margin-right: 8%;
	margin-bottom: 8%;
}
@media screen and (max-width : 900px) { 
	.image-right-xsml {
		width: 20%;
		float: right;
		margin-top: 25px;
		margin-left: 8%;
		margin-bottom: 0%;
	}
}
@media screen and (max-width : 767px) { 
	.image-right {
		width: 40%;
	}
	.image-right-sml {
		width: 40%;
	}
	.image-right-xsml {
		width: 25%;
		margin-left: 30px;
	}
	
	.image-left {
		width: 40%;
	}
}
@media screen and (max-width : 480px) { 
	.image-right, .image-right-sml, .image-left, .image-right-xsml {
		width: 100%;
		float: none;
		margin: 40px 0 20px;
	}
	.image-right-xsml {
		width: 55%;
		margin-left: auto;
		margin-right: auto;
	}
	.hidden-xsml {
		display: none !important;
	}
} 

@media screen and (max-width: 767px) {
	.hidden-sml {
		display: none;
	}
}


h1 {
	margin-top: -100px !important;
}
.nav-structure-a {
	margin-top: 35px !important;
}
ul.toggle-content {
	background-color: #fff;
}
ul.toggle-content li {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
	h1 {
		margin-top: 0px !important;
	}
}


/* =============================================================== */
/* Table it
/* =============================================================== */
@media screen and (max-width: 850px) {
	.row {
		float: left;
	}
}

/* =============================================================== */
/* Table stuff
/* =============================================================== */
.col1 {width: 50%;float: left;padding: 15px 15px 15px 30px;}
	.col2 {width: 50%;float: right;padding: 15px 30px 15px 15px;}
	.section-inner:after {
	    content: "";
	    display: table;
	    clear: both;
	}
	@media screen and (max-width : 767px) {
		.col1 {width: 100%;float: none;padding: 15px 15px 15px 15px;}
	.col2 {width: 100%;float: none;padding: 0px 15px 15px 15px;}
	}


.col_50 {
	width: 50%;
	float: left;
	padding-right: 3%;
}
.col_50 + .col_50 {
	padding-left: 3%;
	padding-right: 0;
	width: 50%;
}

@media screen and (max-width: 750px) {

	.col_50 {
		width: 100%;
		padding-right: 0%;
	}

	.col_50 + .col_50 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
}


/* =============================================================== */
/* Layouts
/* =============================================================== */

@media screen and (max-width : 480px) {
	.col_3 {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
	.col_3 {
		width: 46%;
		padding: 0px;
		margin-right: 2%;
		margin-left: 2%;
		float: left;
	}
}
@media screen and (min-width: 768px) {
	.col_3 {
		width: 30%;
		float: left;
		padding: 0px;
		margin-right: 1.66%;
		margin-left: 1.66%;
	}
}

/* =============================================================== */
/* Layout multiples
/* =============================================================== */

@media screen and (max-width : 480px) {
	.col_4 {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
	.col_4 {
		width: 46%;
		float: left;
		padding: 0px;
		margin-right: 2%;
		margin-left: 2%;
	}
}
@media screen and (min-width: 768px) {
	.col_4 {
		width: 21.6%;
		float: left;
		padding: 0px;
		margin-right: 1.66%;
		margin-left: 1.66%;
	}
}

/* =============================================================== */
/* Layout many
/* =============================================================== */

@media screen and (max-width : 480px) {
	.col_5 {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
	.col_5 {
		width: 29%;
		float: left;
		padding: 0px;
		margin-right: 2%;
		margin-left: 2%;
	}
	.col_5:nth-child(4) {
		margin-left: 18%;
	}
	.col_5:nth-child(5), .col_5:nth-child(11) {
		margin-left: 2%;
	}
}
@media screen and (min-width: 768px) {
	.col_5 {
		width: 16.68%;
		float: left;
		padding: 0px;
		margin-right: 1.66%;
		margin-left: 1.66%;
	}
}



/* =============================================================== */
/* Math
/* =============================================================== */
.col_30 {
	width: 40%;
	float: right; clear: right;
	padding-left: 50px;
	
}
.col_70 {
	width: 60%;
	float: left;
}


@media screen and (max-width : 480px) {
	
}
@media screen and (max-width: 850px) {
	.col_30 {
		width: 100%;
		padding-left: 0px;
		padding-top: 30px;
	}
	.col_70 {
		width: 100%;
	}
	
}

/* =============================================================== */
/* More math
/* =============================================================== */
.col_30l {
	width: 40%;
	float: left; clear: left;
	padding-right: 50px;
	
}
.col_70r {
	width: 60%;
	float: right;
}


@media screen and (max-width : 480px) {
	.col_30l {
		min-height: auto;
		padding-right: 0;
		padding-top: 0;
		margin-top: 0 !important;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 850px) {
	.col_30l {
		width: 100%;
		padding-left: 0px;
		padding-top: 30px;
		padding-right: 0;
	}
	.col_70r {
		width: 100%;
	}
	
}


/* =============================================================== */
/* Video render
/* =============================================================== */

.video-container {
	position:relative;
	padding-bottom:50.25%;
	padding-top:60px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	height:100%;
}

@media screen and (max-width : 767px) {
.video-container {
	margin-top: 30px;
}
}



/* =============================================================== */
/* Custom
/* =============================================================== */

.fullwidth-title {
	background-color: #b30000;
	margin-top: 40px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.fullwidth-subtitle {
	background-color: #e8e7e0;
	margin-top: 0px;
	text-align: left;
	padding: 10px 0px !important;
	text-transform: uppercase;
	font-family: FujitsuSansLight;
}

.fullwidth-title h2 {
	color: #fff;
}

.fullwidth-subtitle .section-inner, .fullwidth-title .section-inner {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.section-sml  .section-inner {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

@media screen and (max-width: 480px) {
	.fullwidth-title h2 {
		font-size: 110%;
	}
}

/* =============================================================== */
/* Custom video
/* =============================================================== */

#video-custom {
	margin-top: 0px;
	margin-bottom: 0px;
}
#video-custom h2 {
	font-size: 1.7em;
}
#video-custom h4 {
	text-align: left;
	margin-top: 45px;
	margin-bottom: 0;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
	min-height: 55px;
}
#video-custom a {
	color: yellow;
}

#video-custom h1, #video-custom h2, #video-custom h3 {
	color: #fff;
	padding-bottom: 12px;
	font-weight: normal;
	font-style: normal;
}
#video-custom .col2 {
	padding-bottom: 20px;
}
#video-custom .col_50 {
	color: #fff;
	text-align: left !important;
}


@media screen and (max-width: 480px) {
	#video-custom h2 {
		font-size: 1.2em;
	}
}




/* =================================================== */
/* Section it
/* =================================================== */

#section-links {
	padding-top: 80px;
	padding-bottom: 0px;
	text-align: left;
}
#section-links .section-inner {
	padding-top: 0;
}

#section-links h2 {
	font-family: 'FujitsuSansLight';
	font-size: 1.7em;
	margin-bottom: 50px;
	text-align: center;
}

#section-links h3 {
	font: 1.1em 'FujitsuSans';
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1.2em;
	text-align: left;
	color: #d01e15;
} 
#section-links h3 a {
	color: #f60000;
	background-color: transparent;
	text-align: left;
	width: 100%;
	display: inline-block;
	padding-left: 0;
}
#section-links h3 a:hover {
	color: #790000;
	background-color: transparent;
	text-decoration: underline;
}
#section-links .service-txt, #section-links p {
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 0.9em;
	float: left;
}
#section-links ul li {
	font-size: 0.9em;
}
#section-links ul li::before {
	top: 4px;
}
#section-links .service-txt p {
	margin-top: 10px;
} 

#section-links .row {
	padding-bottom: 30px;
	float: left;
}

#section-links .greybox .service-img {
	border: 4px solid #dadada;
}

#section-links .txtcenter .service-txt p, #section-links .txtcenter h3 a {
	text-align: center;
}


 
@media screen and (max-width : 480px) { 
	#section-links {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#section-links .service-img {
		float: left;
		padding-top: 30px;
		padding-bottom: 10px;
		margin-bottom: 0px;
	}
	#section-links .col_50, #section-links .col_3 {
		padding-bottom: 30px;
	}
	#section-links h2 {
		font-size: 1.4em;
		margin-bottom: 10px;
	}
	#section-links h3 a {
		margin-bottom: 0px;
		padding-top: 15px;
	}
	#section-links .row {
		padding-bottom: 0px;
		float: none;
	}
	#section-links p {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#section-links ul li::before {
		top: 7px;
	}

} 
@media screen and (min-width: 480px) and (max-width: 767px) {
	#section-links .col_4 {
		margin-bottom: 30px;
		
		height: 100%;
	}
	.storage#section-links  .col_4 {
		min-height: 470px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#section-links .col_50, #section-links .col_3 {
		padding-bottom: 30px;
		
	}
	#section-links ul li::before {
		top: 2px;
	}
	#section-links .row {
		padding-bottom: 0px;
		float: none;
	}
}

@media screen and (min-width: 480px) and (max-width: 850px) {
	#section-links .col_50 {
		padding-bottom: 30px;
			padding-right: 10px;
		width: 50%;
			padding-left: 10px;
	}
	#section-links .row {
		padding-bottom: 0px;
		float: none;
	}
} 	 
