@charset "UTF-8";
/*
	##### DAIFUKU ONLINE AR 2018 #####
	common/css/style.css
*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&amp;subset=japanese');



/*-----------------------------------------------
  reset
-----------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
/* 	font: inherit; */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-----------------------------------------------
  web fonts
-----------------------------------------------*/

@font-face {
	font-family: 'roboto';
	font-weight: 900;
	src: url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Black-webfont.eot');
	src: url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
		url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Black-webfont.woff') format('woff'),
		url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Black-webfont.ttf') format('truetype'),
		url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Black-webfont.svg#robotoblack') format('svg');
}

@font-face {
	font-family: 'roboto';
	font-weight: 700;
	src: url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Bold-webfont.eot');
	src: url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Bold-webfont.woff') format('woff'),
		url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Bold-webfont.ttf') format('truetype'),
		url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Bold-webfont.svg#robotobold') format('svg');
}

@font-face {
	font-family: 'roboto';
	font-weight: 500;
	src: url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Regular-webfont.eot');
	src: url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Regular-webfont.woff') format('woff'),
		url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Regular-webfont.ttf') format('truetype'),
		url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Regular-webfont.svg#robotoregular') format('svg');
}

@font-face {
	font-family: 'roboto';
	font-weight: 300;
	src: url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Light-webfont.eot');
	src: url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
		url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Light-webfont.woff') format('woff'),
		url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Light-webfont.ttf') format('truetype'),
		url('https://www.daifuku.com/jp/ir/library/dr2018/common/font/Roboto-Light-webfont.svg#robotolight') format('svg');
}

@font-face {
	font-family: "YuGo";
	font-weight: normal;
	src: local("YuGo-Medium"),
		 local("Yu Gothic Medium"),
		 local("YuGo-Regular");
}

@font-face {
	font-family: "YuGo";
	font-weight: bold;
	src: local("YuGo-Bold"),
		 local("Yu Gothic");
}

@font-face {
	font-family: "YuMin";
	font-weight: normal;
	src: local("YuMin-Medium"),
		 local("Yu Mincho Medium"),
		 local("YuMincho-Regular");
}
@font-face {
	font-family: "YuMin";
	font-weight: bold;
	src: local("YuMin-Demibold"),
		 local("Yu Mincho");
}



/*-----------------------------------------------
  basic selectors
-----------------------------------------------*/

html {
	overflow-y: scroll
}
body {
	background-color: #fff;
	color: #515151;
	font-size: 16px;
	font-family: 'Noto Sans JP', 'Yu Gothic', YuGo, '游ゴシック', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体',  YuGothic, HiraginoSans, "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.clear {
	clear: both
}
.cf:after {
	display: block;
	clear: both;
	content: '';
	overflow: hidden;
}
fieldset,
img {
	border: 0
}
img {
	vertical-align: top;
}
strong,
b {
	font-weight: 700;
}
sup {
	font-size: 80%;
	vertical-align: super;
}
sub {
	font-size: 70%;
	vertical-align: baseline;
}
i {
	font-style: italic;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.left {
	text-align: left !important;
}
.small {
	font-size: 70%;
}
hr,
.stripeLine,
.title2::after {
	display: block;
	border: none;
	height: 5px;
	margin: 1em 0;
	background: repeating-linear-gradient(-45deg, #a59fcd, #a59fcd 25%, #ffffff 0, #ffffff 50%);
	background-size: 5.65685425px 5.65685425px;
}

.floatR {
	float: right;
}
.floatL {
	float: left;
}
.imgRight img,
.floatR img {
	margin: 0.25em 0 0.25em 1.5em;
}
.imgLeft img,
.floatL img {
	margin: 0.25em 1.5em 0.25em 0;
}
/*
figure {
	margin-bottom: 2em;
}
*/
figcaption {
	font-size: 90%;
	font-weight: bold;
	display: block;
}

img + .caption {
	display: block;
	font-size: 75%;
	line-height: 1.2;
	padding-top: 0.25em;
	margin-bottom: 1em;
}

.sign {
	margin-top: 2em;
}
.border {
	border: 1px solid #ccc;
}

.hideOnPC {
	display: none;
}
.hideOnSP {
	display: inherit;
}

.flowAlt {
	font-size: 80%;
	padding: 1em 0;
}
.flowAlt img {
	margin-left: 1.25em;
	vertical-align: bottom
}
.scrollFig {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid #ccc;
	overflow-x: scroll;
	overflow-y: hidden
}


@media (max-width:767px) {
	img {
		width: 100%;
		height: auto;
	}
	.hideOnPC {
		display: inherit
	}
	.flowAlt img, 
	.hideOnSP {
		display: none;
	}
	flowAlt {
		padding-bottom: 1em
	}
	table {
		page-break-inside: avoid;
	}
	.floatR, 
	.floatL {
		float: none;
	}
	.imgLeft img,
	.imgRight img,
	.floatR img,
	.floatL img {
		margin: 0.5em 0;
	}
	.scrollFig img {
		width: 750px;
		height: auto;
	}
	.scrollTable {
		width: 100%;
		padding-top: 1em;
		padding-bottom: 1em;
		border-top: 1px solid #ccc;
		overflow-x: scroll;
		overflow-y: hidden
	}
	figcaption {
		font-size: 3.75vw;
	}
	.scrollTable::-webkit-scrollbar,
	.scrollFig::-webkit-scrollbar {
		height:5px
	}
	.scrollTable::-webkit-scrollbar-track,
	.scrollFig::-webkit-scrollbar-track {
		background: #f1f1f1
	}
	.scrollTable::-webkit-scrollbar-thumb,
	.scrollFig::-webkit-scrollbar-thumb {
		background: #bcbcbc
	}
}




/*-----------------------------------------------
 links
-----------------------------------------------*/
a {
	outline: none
}
a:link {
	color: #515151;
	text-decoration: none
}
#main a:link {
	text-decoration: underline;
}
a:visited {
	color: #515151;
	text-decoration: none
}
a:hover {
	color: #4C3D81;
	text-decoration: underline
}
a:active {
	color: #4C3D81;
	text-decoration: underline
}
#main a:hover img {
	opacity: 0.7;
}
a.blank {
	background-image: url(https://www.daifuku.com/jp/ir/library/dr2018/common/images/icn_link_blank.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}
a.blankW {
	background-image: url(https://www.daifuku.com/jp/ir/library/dr2018/common/images/icn_link_blank_w.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}
#main a.url {
	text-decoration: none;
}
#main a.url:hover {
	text-decoration: underline;
}

/*-----------------------------------------------
  header
-----------------------------------------------*/

#headerSet {
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	z-index: 200;
}
#headerArea {
	position: relative;
	width: 980px;
	height: auto;
	margin: 0 auto;
}
.headerLogo {
	padding-top: 40px;
	padding-bottom: 17px;
	width: 154px;
	height: 50px;
	margin-left: 10px;
	text-align: left;
}

#mainTitle {
	position: absolute;
	display: block;
	width: 216px;
	left: 238px;
	top: 50%;
	line-height: 0;
	transform: translateY(-30%);
	z-index: 2;
}
.scrolled .headerLogo {
	padding-top: 11px;
	padding-bottom: 10px;
	width: 123px;
	height: 40px;
	text-align: left;
}
.scrolled #mainTitle {
	transform: translateY(-50%);
}


#trigger {
	display: none;
}

@media (min-width:768px) {
	.headerLogo a {
		display: block;
		height: 100%;
	}
	.headerLogo img {
		width: 100%;
		height: auto;
	}
}

@media (max-width:767px) {
	#headerSet {
		height: 56px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	}
	#headerArea {
		position: absolute;
		top: 0;
		left: 0;
		width:100%;
		height: 56px;
		background: #fff;
	}
	.headerLogo {
		position: absolute;
		top: 20px;
		left: 5.3vw;
		width: 84px;
		margin: 0;
		padding: 0;
	}
	.scrolled .headerLogo {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 84px;
		margin: 0;
		padding: 0;
	}
	#mainTitle {
		width: 44vw;
		left: 33.5vw;
	}
	#trigger {
		position: absolute;
		top: 10px;
		right: 10px;
		display: block;
		width: 37px;
		height: 37px;
		background: url(https://www.daifuku.com/jp/ir/library/dr2018/common/images/svg/close.svg);
		background-size: 100%;
	}
	#trigger.open img {
		visibility: hidden;
	}
}


/*-----------------------------------------------
  crumb
-----------------------------------------------*/
#pathArea {
	width: 100%;
	padding-top: 169px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	border-bottom: 1px solid #b9b2ef;
	background-color: rgba(255, 255, 255, .9);
}
#pathArea .row {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}
#pathArea ul {
	display: flex;
	padding-bottom: 1em;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#pathArea li {
	display: inline-block;
	padding-top: 1em;
	padding-right: 1em;
}
#pathArea li+li::before {
	content: '>';
	padding-right: 1em;
}
#pathArea li a {
	color: #4a4a9b;
}

@media (max-width:767px) {
	#pathArea {
		display: none;
		padding-top: 56px;
	}
	#pathArea .row {
		width: 93.87755102%;
		padding: 0;
		margin: 0 auto;
	}
	#pathArea li {
		padding-top: 1.25em;
	}
}


/*-----------------------------------------------
  layout
-----------------------------------------------*/

.wrapper {
	width: 100%;
	min-width: 980px;
	overflow: hidden;/*for tablets*/
}

#main {
	box-sizing: border-box;
	width: 980px;
	margin: 0 auto 80px;
	overflow: visible;
}
.sections {
	width: 920px;
	margin-left: 30px;
	font-size: 15px;
	overflow: visible;
}
.sections+.sections {
	margin-top: 50px;
}
.sections p {
	line-height: 1.78;
	text-align: justify;
}
.sections p+p {
	margin-top: 0.78em;
}
.cols {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}
.twoCols {
	margin-top: 1.5em;
	justify-content: space-between;
}
.twoCols .col {
	flex: 1 1 50%;
}

@media (max-width:767px) {
	.wrapper {
		min-width: auto;
	}
	#main {
		width: 100%;
		padding-top: 56px;
		margin-bottom: 40px;
	}
	.sections {
		width: 94%;
		margin: 0 auto;
		font-size: 4.0625vw;
	}
	.sections+.sections {
		margin-top: 2em;
	}
	.twoCols {
		flex-direction: column;
	}
	.twoCols .col + .col {
		width: 98%;
		margin-top: 1.5em;
	}
	.cols.column {
		flex-direction: column;
	}
	.cols.column figure {
		margin-top: 1.5em;
	}
}


/*-----------------------------------------------
  title
-----------------------------------------------*/

.pageTitle {
	display: block;
	box-sizing: border-box;
	width: 1024px;
	margin-top: 60px;
	margin-bottom: 30px;
	margin-left: -22px;
	padding-left: 52px;
	font-size: 29px;
	font-weight: 700;
	line-height: 1;
	color: #003f98;
	background: url(https://www.daifuku.com/jp/ir/library/dr2018/common/images/svg/bullet.svg) no-repeat left center;
}

.title2 {
	clear: both;
	margin-top: 1em;
	font-size: 21px;
	font-weight: 700;
	color: #4a4b9b;
}
.title2::after {
	content: '';
	line-height: 0;
	margin-top: 0.25em;
}
.subT {
	clear: both;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 3em;
	margin-bottom: .75em;
}
.title2 + .subT {
	margin-top: 0;
}
.subT2 {
	margin: 2em 0 .5em;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.lead1 {
	padding: 1.5em 0 1em;
	text-align: center;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #4a4b9d;
}
.lead2 {
	padding: 0 0.5em;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
}
.lead3 {
	width: 920px;
	margin-top: 1em;
	margin-left: 30px;
	padding: 0 0.5em;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
}

@media (max-width:767px) {
	.pageTitle {
		width: 100%;
		margin: 0;
		padding: 0 3%;
		margin-top: 1.5em;
		margin-bottom: .5em;
		font-size: 5.6vw;
		line-height: 1.2;
		background: none
	}
	.title2 {
		font-size: 4.8vw
	}
	.title2::after {
		content: '';
		line-height: 0;
		margin-top: 0.25em
	}
	.lead2,
	.lead3,
	.subT {
		font-size: 4.375vw
	}
	.subT2 {
		font-size: 3.75vw
	}
	
	.lead1 {
		padding: 1em 3%;
		font-size: 5.33333333vw;
		text-align: left
	}
	.lead3 {
		width: 94%;
		margin-left: auto;
		margin-right: auto
	}
}

/*-----------------------------------------------
  footer
-----------------------------------------------*/

.pdfDL {
	width: 864px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 24px;
	font-size: 75%;
	text-align: right;
}
.pdfDL img {
	margin: 28px 0 0 10px;
	border: 1px solid #ccc;
	vertical-align: bottom
}
.pdfDL span a:before {
	padding-right: .25em;
	color: #2440B5;
	content: "►";
	vertical-align: middle;
	font-size: 56.25%;
	font-family: Arial
}
.pdfDL span a {
	display: inline-block;
	padding-left: .5em;
	text-indent: -.75em;
}



#footerTop {
	position: relative;
	background-color: #e5e3ed;
	border-top: 7px solid #d2d2e6;
}
#relatedLinks {
	width: 980px;
	margin: 0 auto;
	min-height: 118px;
}
#relatedLinks .pdfDL {
	width: auto;
	float: left;
	margin-left: -8px;
	padding-bottom: 0;
}
#relatedLinks .pdfDL + .pdfDL {
	margin-left: 0;
}
#relatedLinks .pdfDL img {
	margin: 28px 10px 0 18px;
}

@media (max-width:767px) {
	.pdfDL {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 1em;
		font-size: 75%;
		text-align: right;
	}
	.pdfDL img {
		margin: 28px 0 0 10px;
		width: 90px;
		border: 1px solid #ccc;
		vertical-align: bottom
	}

	#relatedLinks {
		width: 100%;
		padding-bottom: 57px;
	}
	#relatedLinks .pdfDL {
		float: none;
		box-sizing: border-box;
		display: table;
		width: 100%;
		margin: 0;
		padding: 0;
		margin-top: 1em;
		padding-left: 12.66666667%;
		padding-right: 1em;
		font-size: 3.2vw;
		text-align: left;
	}
	#relatedLinks .pdfDL p {
		display: table-row;
	}
	#relatedLinks .pdfDL p span {
		display: table-cell;
		vertical-align: bottom;
	}
	#relatedLinks .pdfDL p span.thumbnail {
		width: 16%;
	}
	#relatedLinks .pdfDL img {
		margin: 0;
	}
	#relatedLinks .pdfDL p span.link {
		padding-left: 1em;
		padding-bottom: .25em;
	}
}


.footer .footer--copy {
	background: #535353;
	color: #ffffff;
}
.footer .copy {
	width: 980px;
	margin: 0 auto;
}
.footer .copy > div {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0;
}
.footer .copy ul,
.footer .copy li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .copy li a,
.footer .copy li:after {
	margin-right: 14px;
}
.footer .copy li:after {
	content: '|';
	float: left;
}
.footer .copy li.last:after {
	content: '';
}
.footer .copy a {
	color: #ffffff;
	float: left;
	font-size: 0.857em;
}
.footer .copy .text {
	float: right;
	font-size: 0.857em;
}
#back2TopBttn {
	position: absolute;
	left: 50%;
	margin-left: 440px;
	z-index: 150;
	width: 40px;
	height: 40px;
	opacity: 0;
	transition: opacity .5s;
}
#back2TopBttn.fade {
	opacity: 1;
	transition: opacity .5s
}

@media (max-width: 767px) {
	.footer {
		position: relative;
	}
	.footer .copy {
		width: 100%;
	}
	.footer .copy > div {
		width: 100%;
		padding: 0 0 1.5em;
	}
	.footer .copy ul {
		float: none;
		display: table;
	}
	.footer .copy li {
		float: none;
		display: table-cell;
		width: 50%;
		padding: 1em;
		text-align: center;
		font-size: 3.46666667vw;
		font-weight: bold;

		border-bottom: 1px solid #7e7e7e;
	}
	.footer .copy li + li {
		border-left: 1px solid #7e7e7e;
	}
	.footer .copy a {
		float: none;
	}
	.footer .copy a::before {
		content: '> ';
	}
	.footer .copy .text {
		float: none;
		display: block;
		text-align: center;
		padding-top: 1.5em;
	}
	.footer .copy ul,
	.footer .copy .text {
			width: 100%;
		}
		.footer .copy li:after	,
		.footer .copy li.last:after {
		content: '';
	}
		.back2TopBttn {
		position: absolute;
		top: -57px;
		left: calc(100% - 47px);
		margin: 0;
		z-index: 150;
		width: 37px;
		height: 37px
	}
}



@media print {
	#headerSet {
		position: static;
	}
	#pathArea {
		padding-top: 0;
	}
	.wrapper { /* crop by 1024px to hide #main(980px)'s overflowed elements(+300px) */
		width: 1024px;
	}

	#footerArea {
		page-break-before: auto;
		page-break-inside: avoid !important;
		page-break-after: auto
	}
	table tr {
		page-break-inside: avoid;
	}
}
