@charset "utf-8";

/* ============================================================

[ information ]
概要 : トップページ専用スタイル

============================================================ */
body {
	-webkit-print-color-adjust: exact;
}

/* 共通レイアウトの補正 */
#contentNoSideNavi {
	margin-bottom: 0;
	padding-top: 111px;
}
#mainArea,
#contentNoSideNavi {
	width: 100%;
}
#wrap_01 {
	padding-bottom: 0;
}
#wrap_02 {
	padding-top: 0;
}
#footerWrap {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}


/* 共通スタイルの初期化 */
.keyvisualArea p,
.keyvisualArea ul,
.keyvisualArea ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* z-index */
.keyvisualArea {
	z-index: 11;
}
.keyvisualArea .keyvisualAreaInner {
	z-index: 12;
}
.keyvisualArea .keyImgWrap .keyImg {
	z-index: 21;
}
.keyvisualArea .keyImgWrap .keyImg .imgCopyright {
	z-index: 22;
}
.keyvisualArea .keyMsgWrap .keyMsg {
	z-index: 23;
}
.keyvisualArea .keyImgWrap .keyImg-03−txt {
	z-index: 24;
}
#articleArea1,
#articleArea2,
#footerWrap {
	z-index: 101;
}
#headerWrap {
	z-index: 102;
}


/* メガメニューに影を表示する (未使用3/18) */
/*
#megaMenuWrapOuter {
	padding-bottom: 30px;
	position: absolute;
	width: 100%;
}
#megaMenuWrap {
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.4902);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.4902);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,.4902);
	-o-box-shadow: 0 10px 20px rgba(0,0,0,.4902);
	box-shadow: 0 10px 20px rgba(0,0,0,.4902);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#828282, direction=180, strength=16, enabled=true);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#828282, direction=180, strength=16, enabled=true)";
}
*/

/* メガメニューに影を表示する */
#megaMenuWrap.menuOn:after {
	margin-bottom: -35px; /* img:30px + border:5px */
	display: block;
	width: 100%;
	height: 30px;
	content: "";
	background: url(../img/megamenu_shadow.png) repeat-x bottom;
}

/* キービジュアル */
.keyvisualArea {
	overflow: hidden;
	background-color: #004da8;
	position: relative;
	height: 660px;
}
.keyvisualArea .slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 660px;
	opacity: 0.3;
	transition: opacity 1.4s +0.6s ease;
	overflow: hidden;
}
.keyvisualArea.active .slider {
    opacity: 1;
}
.keyvisualArea .slider .slick-slide {
	height: 660px;
	position: relative;
	overflow: hidden;
}
.keyvisualArea .slider .slick-slide > a {
	display: block;
    width: 100%;
	height: 660px;
	position: relative;
	overflow: hidden;
}
.keyvisualArea .slider .slick-slide > a > img, 
.keyvisualArea .slider .slick-slide > img {
	display: block;
    width: 100%;
    min-width: 1440px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 7s ease;
}
.keyvisualArea .slider .slick-slide.animated > a > img,
.keyvisualArea .slider .slick-slide.animated > img {
    transform: translate(-50%, -50%) scale(1.1);

}
.keyvisualArea .slider .slick-slide > a > img.non_sp, 
.keyvisualArea .slider .slick-slide > img.non_sp {
	display: block;
}
.keyvisualArea .slider .slick-slide > a > img.non_pc, 
.keyvisualArea .slider .slick-slide > img.non_pc {
	display: none;
}
.keyvisualArea .slider .slick-slide p.lead {
	position: absolute;
	top: 240px;
	left: 0;
	width: 100%;
    font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 90px;
	font-weight: 500;
	color: #fff;
	line-height: 1em;
	opacity: 0.6;
}
.keyvisualArea .slider .slick-slide p.ls1 {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.keyvisualArea .slider .slick-slide p.ls2 {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
.keyvisualArea .slider .slick-slide .animation {
	/*
	animation: anime_wrap 7s ease;
	-webkit-animation: anime_wrap 7s ease;
	-ms-animation: anime_wrap 7s ease;
	*/
	height: 660px;
	width: 100%;
	position: absolute;
	opacity: 1;
	top: 0;
	left: 0;
	pointer-events: none;
	overflow: hidden;
}
.keyvisualArea .slider .slick-slide .animation div {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}
.keyvisualArea .slider .slick-slide .animation div img {
	position: relative;
	width: 50px;
	height: 50px;
	/* -webkit-animation: anime_parts 7s ease; */
	animation-name: anime_parts;
	animation-duration: 4.5s;
	animation-timing-function: cubic-bezier(0.21, 0.92, 0.64, 0.33);
	-webkit-animation-name: anime_parts;
	-webkit-animation-duration: 4.5s;
	-webkit-animation-timing-function: cubic-bezier(0.01, 0.69, 0.65, 0.64);
	-ms-animation-name: anime_parts;
	-ms-animation-duration: 4.5s;
	-ms-animation-timing-function: cubic-bezier(0.21, 0.92, 0.64, 0.33);;
	opacity: 0;
	transform: translate(0, 0) scale(0) rotate(0deg);
}

@keyframes anime_wrap {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    60% { transform: scale(0.8); }
    100% { transform: scale(0.8); }
}
@-webkit-keyframes anime_wrap {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    60% { transform: scale(0.8); }
    100% { transform: scale(0.8); }
}
@-ms-keyframes anime_wrap {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    60% { transform: scale(0.8); }
    100% { transform: scale(0.8); }
}
@keyframes anime_parts {
	0% { opacity: 1; transform: translate(0, 0) scale(0) rotate(0deg); }
	70% { opacity: 1; }
	80% { opacity: 0; }
	100% { opacity: 0; transform: translate(650px, 0) scale(3) rotate(50deg); }
}
@-webkit-keyframes anime_parts {
	0% { opacity: 1; transform: translate(0, 0) scale(0) rotate(0deg); }
	40% { opacity: 1; }
	100% { opacity: 0; transform: translate(1000px, 0) scale(3) rotate(50deg); }
}
@-ms-keyframes anime_parts {
	0% { opacity: 1; transform: translate(0, 0) scale(0) rotate(0deg); }
	40% { opacity: 1; }
	100% { opacity: 0; transform: translate(1000px, 0) scale(3) rotate(50deg); }
}
/* キービジュアル */
.keyvisualArea #top_main_video {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.57);
}
.keyvisualArea #top_main_video.wide {
	transform: translate(-50%, -50%) scale(0.5);
}
.keyvisualArea > .inner {
	width: 950px;
	height: 660px;
	margin: 0 auto;
	position: relative;
}
.keyvisualArea.videovisual > .inner {
    display: none;
}
.keyvisualArea .copy {
	position: absolute;
	top: 170px;
	left: 0;
	width: 100%;
	text-align: center;
	text-shadow: 0 0 10px rgb(0, 0, 0);
}
.keyvisualArea .copy .en {
    font-size: 36px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.12em;
    line-height: 2em;
    transition: all 2s +1.2s ease;
    opacity: 0;
    transform: scale(1.1);
}
.keyvisualArea.active .copy .en {
    opacity: 1;
    transform: scale(1);
}
.keyvisualArea.active .slide1 .copy .en {
	font-weight: bold;
    line-height: 1.75em;
}

.keyvisualArea.active .slide1 .copy .en .text1 {
    letter-spacing: 0.1em;
    font-size: 24px;
}
.keyvisualArea.active .slide1 .copy .en .text2 {
    letter-spacing: 0.02em;
    font-size: 36px;
    color: #c00d1e;
	text-shadow: 0 1px 8px rgb(255, 255, 255);
}
.keyvisualArea.active .slide1 .copy .en .text3 {
    font-size: 17px;
}

.keyvisualArea .news {
	position: absolute;
	left: 0;
	bottom: 105px;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	border: 1px solid rgb(0, 77, 168);
	/* border-radius: 3px; */
	transition: opacity 1.5s +2s ease, bottom 1.5s +2s ease;
	opacity: 0;
}
.keyvisualArea.active .news {
    opacity: 1;
    bottom: 125px;
}
.keyvisualArea .news > div {
    width: 50%;
    float: left;    
}
.keyvisualArea .news > div .title {
    width: 120px;
    float: left;
    height: 98px;
    border-right: 1px solid rgb(0, 77, 168);
    padding: 27px 0 0 17px;
    box-sizing: border-box;
    font-size: 108%;
    /* font-family: 'Roboto', sans-serif; */
    letter-spacing: 0.05em;
    line-height: 1.7em;
}
.keyvisualArea .news > div.information .title {
	width: 121px;
	border-left: 1px solid rgb(0, 77, 168);
}
.keyvisualArea .news > div .post {
    margin-left: 120px;
    position: relative;
}
.keyvisualArea .news > div .post a {
	display: block;
	padding: 20px;
	display: block;
	text-decoration: none;
	color: #000;
}
.keyvisualArea .news > div .post a:hover {
	opacity: 0.7;
}

.keyvisualArea .news > div .post .date {
    /* font-family: 'Roboto', sans-serif; */
    font-size: 100%;
    line-height: 1em;
    margin-bottom: 5px;
}
.keyvisualArea .news > div .post p {
    color: #000;
    font-size: 100%;
    line-height: 1.8em;
    height: 3.6em;
    overflow: hidden;
}
.keyvisualArea .news > .information .post img {
	position: absolute;
	left: 115px;
	top: 18px;
	width: 78px;
	height: auto;
}
body.fsizel .keyvisualArea .news {
    height: 108px;
}
body.fsizel .keyvisualArea .news > div .title {
    padding: 40px 0 0 12px;
    height: 106px;
}
body.fsizel .keyvisualArea .news > div.pressrelease .title {
	padding-top: 28px;
}
body.fsizel .keyvisualArea .news > .information .post img {
	left: 125px;
}

.keyvisualArea .intro {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    pointer-events: none;
}
.keyvisualArea .intro .line {
	position: absolute;
    height: 12.5%;
    width: 100%;
    right: 0;
    top: 0;
    background: #004da8;
    transition: width 0.4s ease-out;
}
.keyvisualArea.active .intro .line {
    width: 0%;
}
.keyvisualArea .intro .line:nth-child(1) {
    top: 0;
    transition-delay: 0s;
}
.keyvisualArea .intro .line:nth-child(2) {
    top: 12.5%;
    transition-delay: 0.05s;
}
.keyvisualArea .intro .line:nth-child(3) {
    top: 25%;
    transition-delay: 0.2s;
}
.keyvisualArea .intro .line:nth-child(4) {
    top: 37.5%;
    transition-delay: 0.35s;
}
.keyvisualArea .intro .line:nth-child(5) {
    top: 50%;
    transition-delay: 0.3s;
}
.keyvisualArea .intro .line:nth-child(6) {
    top: 62.5%;
    transition-delay: 0.1s;
}
.keyvisualArea .intro .line:nth-child(7) {
    top: 75%;
    transition-delay: 0.25s;
}
.keyvisualArea .intro .line:nth-child(8) {
    top: 87.5%;
    transition-delay: 0.15s;
}


/* flash動画エリア */
div.flashAreaWrap {
	text-align: center !important;
	margin-top: 107px;
}

/* トップページレイアウト */
.isScriptOn #headerWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 960px;
	-webkit-transform: translate3d(0,0,0); /* iOS端末のz-indexバグ対策 */
}
.isScriptOn #articleArea1,
.isScriptOn #articleArea2,
.isScriptOn #footerWrap {
	position: relative;
	-webkit-transform: translate3d(0,0,0); /* iOS端末のz-indexバグ対策 */
}
#articleArea1 {
	/* background: url(/englich/common/img/bg_kei.png) repeat center center; */
	/* background-size: 540px 1px; */
}
#articleArea1,
#articleArea2 {
	background-color: #fff;
}
#articleArea2 {
	border-top: 1px solid #dadde0;
}
.isScriptOn #articleArea2 {
	border: none;
}

/* Pickup */
#pickupArea,
#productAreaNormal,
#newsAreaNormal {
	padding: 50px 0 0 0;
}
#pickupArea h1,
#productAreaNormal h1,
#newsAreaNormal h1 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	position:relative;
	color: #004ea8;
	/* font-family: 'Roboto', sans-serif; */
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	margin-bottom: 40px;
	text-indent: 0.1em;
}
#pickupArea h1::before,
#productAreaNormal h1:before,
#newsAreaNormal h1::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 50%;
    background: #c00d1e;
    height: 1px;
    width: 36px;
    margin-left: -18px;
}
#pickupArea ul {
	height: 800px;
	margin: 0;
}
#pickupArea ul li {
	display: block;
	width: 20%;
	float: left;
	list-style: none;
	margin: 0;
	background: #004ea8;
}
#pickupArea ul li a {
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 1.6em;
	/* padding-top: 180px; */
	height: 400px;
	box-sizing: border-box;
	text-decoration: none;
	background: url(/english/img/bg_pickup_strengths.jpg) no-repeat center center;
	background-size: 101% auto;
	transition: all 0.3s ease;
}
#pickupArea ul li a div {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);

}
#pickupArea ul li a .title {
	/* font-family: 'Roboto', sans-serif; */
	/* letter-spacing: 0.1em; */
	font-size: 28px;
	font-weight: bold;
	position: relative;
	margin: 15px 0 10px 0;
	padding-bottom: 5px;
	position: relative;
	transition: all 0.3s ease;
}
#strength_list ul li a:hover .title {
	margin: 70px 0 20px 0;
	padding: 0 0 15px 0;
}
#pickupArea ul li a .title::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 50%;
    background: #c00d1e;
    height: 1px;
    width: 36px;
    margin-left: -18px;
	transition: all 0.3s ease;
	opacity: 0;
}
#pickupArea ul li a .text {
	font-size: 108%;
	text-align: center;
	padding: 0;
	margin: 0;
	transition: all 0.3s ease;
	opacity: 0;
	height: 0;
	margin: 0 10%;
	/* font-weight: bold; */
}
#pickupArea ul li a:hover .title::before {
    opacity: 1;
}
#pickupArea ul li a:hover .text {
    opacity: 1;
    height: 80px;
}
#pickupArea ul li:nth-child(4) a:hover .text {
    height: 100px;
}

#pickupArea ul li:nth-child(1) a { background-image: url(/english/img/bg_pickup_sustainability.jpg); }
#pickupArea ul li:nth-child(2) a { background-image: url(/english/img/bg_pickup_cambodia.jpg); }
#pickupArea ul li:nth-child(3) a { background-image: url(/english/img/bg_pickup_mask.jpg); }
#pickupArea ul li:nth-child(4) a { background-image: url(/english/img/bg_pickup_video.jpg); }
#pickupArea ul li:nth-child(5) a { background-image: url(/english/img/bg_pickup_investors.jpg); }
#pickupArea ul li:nth-child(6) a { background-image: url(/english/img/bg_pickup_bedsensorsystem.jpg); }
#pickupArea ul li:nth-child(7) a { background-image: url(/english/img/bg_pickup_smartcity.jpg); }
#pickupArea ul li:nth-child(8) a { background-image: url(/english/img/bg_pickup_saliot.jpg); }
#pickupArea ul li:nth-child(9) a { background-image: url(/english/img/bg_pickup_wavy.jpg); }
#pickupArea ul li:nth-child(10) a { background-image: url(/english/img/bg_pickup_strengths.jpg); }

#pickupArea ul li a:hover {
    background-size: 105% auto;
}
@media screen and  (max-width:1440px){
	#pickupArea ul li a {
    	background-size: auto 101%;
	}
	#pickupArea ul li a:hover {
		background-size: auto 105%;
	}
}

#pickupArea ul li a::before {
    display: block;
    position: absolute;
    content: "";
    width: 30px;
    height: 18px;
    background: url(/english/common/img/icons/icon_arrow2.png) no-repeat center center;
    background-size: cover;
    right: 27px;
    bottom: 24px;
    transition: all 0.3s ease;
}
#pickupArea ul li a.extLink::before {
    background-image: url(/english/common/img/icons/icon_exlink.png);
    width: 24px;
    height: 19px;
    right: 30px;
    bottom: 25px;
}
#pickupArea ul li a:hover::before {
	right: 20px;
}
#pickupArea ul li a.extLink:hover::before {
	right: 30px;
	transform: scale(1.2);
}
#pickupArea ul li a.double {
	/* padding-top: 160px; */
}
@media screen and  (max-width:1350px){
	#pickupArea ul li a .text {
		font-size: 13px;
	}
}
@media screen and  (max-width:1460px){
	#pickupArea ul li a .title {
		font-size: 24px;
	}
}
@media screen and  (max-width:1240px){
	#pickupArea ul li a .title {
		font-size: 20px;
	}
}
@media screen and  (max-width:1040px){
	#pickupArea ul li a .title {
		font-size: 18px;
	}
}

/* Products */
#productAreaNormal {

}
#productAreaNormal > .inner {
    background: rgba(0, 0, 0, 0.06);
    margin: 0 20px 0 20px;
    padding: 60px 0;
}
#productAreaNormal .box_wrap {
    width: 957px;
    margin: 0 auto;
}
#productAreaNormal .box_wrap .box {
    border: 1px solid #ecebeb;
    border-top: 2px solid #004ea8;
    width: 220px;
    height: 130px;
    float: left;
    margin-left: 23px;
}
#productAreaNormal .box_wrap .box:first-child {
	margin-left: 0;
}
#productAreaNormal .box_wrap .box a {
    display: block;
    background: #fff;
}
#productAreaNormal .box_wrap .box a img {
    max-width: 100%;
    display: block;
}
#productAreaNormal .box_wrap .box a:hover img {
    opacity: 0.75;
}
#productAreaNormal .box_wrap .box .form {
    background: #f5f5f5;
    height: 55px;
    box-sizing: border-box;
    padding: 14px 0 0 11px;
}
#productAreaNormal .box_wrap .box .form input[type="text"] {
	width: 126px;
	display: block;
	float: left;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #ecebeb;
	border-right: none;
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
    border-radius: 0;
}
#productAreaNormal .box_wrap .box .form input[type="image"] {
	width: 70px;
	display: block;
	float: left;
	appearance: none;
	-moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
    border-radius: 0;
}
#productAreaNormal .box_wrap .box .form input[type="image"]:hover {
    opacity: 0.75;
}

/* News */
#newsAreaNormal {

}
#newsAreaNormal > .inner {
    background: rgba(0, 0, 0, 0.06);
    margin: 0 20px 20px 20px;
    padding: 60px 0;
}
#newsAreaNormal .information,
#newsAreaNormal .pressrelease {
    max-width: 950px;
    width: 96%;
    margin: 0 auto;
    background: #fff;
}
#newsAreaNormal .information > .inner,
#newsAreaNormal .pressrelease > .inner {
    padding: 10px 65px 40px 65px;
    border-top: 2px solid #004ea8;
}
#newsAreaNormal .information {
	margin-top: 20px;
}
#newsAreaNormal .information h2,
#newsAreaNormal .pressrelease h2 {
	text-align: center;
	/* font-family: 'Roboto', sans-serif; */
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #003b90;
	background: none;
	margin: 35px 0 15px 0;
	padding: 0;
}

#newsAreaNormal .information ul,
#newsAreaNormal .pressrelease ul {
	margin: 0;
}
#newsAreaNormal .information ul li,
#newsAreaNormal .pressrelease ul li {
	display: block;
	margin: 0;
	border-top: 1px solid #ecebeb;
	padding: 16px 0;
}
#newsAreaNormal .information ul li:first-child,
#newsAreaNormal .pressrelease ul li:first-child {
    border-top: none;
}
#newsAreaNormal .information ul li .date,
#newsAreaNormal .pressrelease ul li .date {
	color: #373433;
	float: left;
	font-size: 108%;
	width: 115px;
	/* font-family: 'Roboto', sans-serif; */
	letter-spacing: 0.05em;
}
#newsAreaNormal .information ul li img {
    float: left;
    display: block;
    margin: 4px 0 0 0;
}
#newsAreaNormal .information ul li a,
#newsAreaNormal .pressrelease ul li a {
	color: #373433;
	font-size: 108%;
	display: block;
	margin-left: 115px;
	text-decoration: none;
}
#newsAreaNormal .information ul li a {
	margin-left: 225px;
}
#newsAreaNormal .information ul li p {
    color: #373433;
    font-size: 108%;
    display: block;
	margin: 0px 0px 10px 225px;
}
#newsAreaNormal .information .bt_more,
#newsAreaNormal .pressrelease .bt_more {
    text-decoration: none;
    display: block;
    margin: 20px auto 0 auto;
    background: #004ea8;
    width: 300px;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    /* font-family: 'Roboto', sans-serif; */
    letter-spacing: 0.05em;
}
#newsAreaNormal .information ul li a:hover,
#newsAreaNormal .pressrelease ul li a:hover,
#newsAreaNormal .information .bt_more:hover,
#newsAreaNormal .pressrelease .bt_more:hover {
    opacity: 0.7;
}
body.fsizel #newsAreaNormal .information ul li .date,
body.fsizel #newsAreaNormal .pressrelease ul li .date {width: 130px;}

body.fsizel #newsAreaNormal .information ul li a {
	margin-left: 245px;
}
body.fsizel #newsAreaNormal .pressrelease ul li a {
	margin-left: 130px;
}


/* Emergency */
#newsAreaNormal .emergency {
    max-width: 950px;
    width: 96%;
    margin: 60px auto 0 auto;
}
#newsAreaNormal .emergency > .inner {
    border: 1px solid red;
    padding: 25px;
}
#newsAreaNormal .emergency h2 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 108%;
	font-weight: bold;
	color: #e53010;
	background: none;
	margin: 0;
	padding: 0;
}
#newsAreaNormal .emergency .body {
	color: #e53010;
	font-size: 108%;
	line-height: 1.6em;
}
#newsAreaNormal .emergency .body p {
    margin: 10px 0 0 0;
}


/* Bland */
#bland {
	background: url(/english/img/bg_bland.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0;
}
#bland > .inner {
    width: 950px;
    margin: 0 auto 0 auto;
}
#bland p {
	color: #fff;
	font-size: 92.3%;
}
#bland ul {
	margin: 35px 0 0 0;
}
#bland ul::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}   
#bland ul li {
	float: left;
	width: 316px;
	background: #fff;
	padding: 17px 0;
	display: block;
	margin: 1px 0 0 1px;
}
#bland ul li:nth-child(-n+3) {
	margin-top: 0;
}
#bland ul li:nth-child(3n-2) {
	margin-left: 0;
}
#bland ul li img {
    width: 250px;
    display: block;
    margin: 0 auto;
}


/* 枠線付きリンクボタン */
.moreLinks {
	margin: 10px 0 0 0;
}
.moreLinks li {
	margin: 0 20px 0 0;
	padding: 0;
	border: 1px solid #737780;
	display: inline-block;
	line-height: 1.5;
*display: inline;
}
.moreLinks li:hover {
	margin: -1px 19px -1px -1px;
	border: 2px solid #003b90;
	background-color: #f7faff;
}
.moreLinks li a {
	padding: 7px 25px 7px 12px;
	display: inline-block;
	min-height: 18px;
	color: #45484d;
	background: url(/english/common/img/icons/ico_info.gif) no-repeat right 12px top 12px;
	font-size: 94%;
	text-decoration: none;
    box-sizing: border-box;
background: url(/english/common/img/icons/ico_info.gif) no-repeat right center\9;
*display: inline;
}
.moreLinks li a.extLink {
	padding-right: 12px;
	background-image: none;
}
.moreLinks li a.extLink > img {
	padding-left: 5px;
}



/* ページ固有 */
#pickupArea h1 {
	margin-bottom: 40px;
}
#pickupArea .imageLinkArea_03 {
	margin-bottom: 50px;
}
#newsAreaImportant {
	padding: 25px 30px 20px;
	background-color: #f0f2f5;
}
#newsAreaImportant .infoArea .tableTypeInfo {
	margin: 10px 0 0;
}
#newsAreaNormal p,
#newsAreaNormal ul.moreLinks {
	display: inline-block;
}
#newsAreaNormal ul.moreLinks {
	margin-left: 20px;
}
#useLogo p {
	font-size: 94%; /* 12/12.8 */
}

/* noScript */
p.noScript {
	height: 625px;
	background: url(../img/img_keyvisual_script-off02.jpg) no-repeat center center;

}
/* 例外のリンク部分用 */
.exceptionArea .item {
	display: inline-block;
	vertical-align: top;
	*display: inline;
*zoom: 1;
}
.exceptionArea .item dl {
	margin: 16px 0 0 0;
}
.exceptionArea .item dl dt {
	font-weight: bold;
	font-size: 108%;
}

.exceptionArea .item dl dd {
	margin: 0;
}

/* ---------------------------------------------------------
■■レスポンシブ用sytle■■ 
    - 2018/06 : 追加
--------------------------------------------------------- */

/* タブレット・スマホ以下 */
@media screen and (max-width: 750px){
    
    body{
        margin-top: 46px;
    }
    #contentNoSideNavi{
        padding: 0;
    }
    .isScriptOn #headerWrap{
        min-width: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 105;
    }
    .keyvisualAreaInner object{
        display: none;
    }
	#articleArea1 {
		position: relative;
		background-repeat: repeat-y;
	}
	#articleArea1::before,
	#articleArea1::after {
        display: block;
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        background: #f5f5f5;
        left: 10px;
        top: 0;
        z-index: -1;
        display: none;
    }
	#articleArea1::after {
	    right: 10px;
	    left: auto;
	}
	/* キービジュアル */
	.keyvisualArea {
		overflow: hidden;
		position: relative;
		height: 450px;
	}
	.keyvisualArea #top_main_video {
        transform: translate(-50%, -50%) scale(0.23);
    }
	.keyvisualArea .slider {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 450px;
	}
	.keyvisualArea .slider .slick-slide {
		height: 450px;
		position: relative;
	}
	.keyvisualArea .slider .slick-slide > a {
		height: 450px;
	}
	.keyvisualArea .slider .slick-slide > a > img, 
	.keyvisualArea .slider .slick-slide > img {
		height: 100%;
		min-width: 0;
		width: auto;
	}
	.keyvisualArea .slider .slick-slide > a > img.non_sp, 
	.keyvisualArea .slider .slick-slide > img.non_sp {
        display: none;
    }
	.keyvisualArea .slider .slick-slide > a > img.non_pc, 
	.keyvisualArea .slider .slick-slide > img.non_pc {
		display: block;
		height: auto;
		width: 100%;
	}
	.keyvisualArea .slider .slick-slide.animated > img,
	.keyvisualArea .slider .slick-slide.animated > a > img {
		transform: translate(-50%, -50%) scale(1.1);
	}	
	.keyvisualArea .slider .slick-slide p.lead {
		top: 180px;
		font-size: 32px;
	}
	.keyvisualArea .slider .slick-slide .animation div img {
		animation-name: anime_parts_sp;
	}
	@-webkit-keyframes anime_parts_sp {
		0% { opacity: 1; transform: translate(0, 0) scale(0) rotate(0deg); }
		100% { opacity: 1; transform: translate(400px, 0) scale(1) rotate(50deg); }
	}
	.keyvisualArea .slider .slick-slide .animation {
		height: 100%;
	}

	.keyvisualArea > .inner {
		width: auto;
		height: 450px;
		margin: 0 auto;
		position: relative;
		z-index: 100;
	}
	.keyvisualArea .copy {
		position: absolute;
		top: 150px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.keyvisualArea .copy .jp {
		font-size: 11px;
		color: #fff;
		letter-spacing: 0.25em;
		margin-bottom: 10px;
	}
	.keyvisualArea .copy .en {
		font-size: 18px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
		line-height: 2em;
	}
	.keyvisualArea.active .slide1 .copy .en {
        line-height: 1.5em;
	}
    .keyvisualArea.active .slide1 .copy .en .text1 {
        font-size: 14px;
		letter-spacing: 0.15em;
		margin-bottom: 10px;
    }
    .keyvisualArea.active .slide1 .copy .en .text2 {
        font-size: 18px;
		text-indent: 0.1em;
		margin-bottom: 10px;
    }
    .keyvisualArea.active .slide1 .copy .en .text3 {
        font-size: 11px;
		text-indent: 0.1em;
    }
	
	@media screen and  (max-width:374px){
	
		.keyvisualArea .slider .slick-slide p.lead {
			top: 190px;
			font-size: 26px;
		}
		.keyvisualArea .copy .jp {
			font-size: 10px;
		}
		.keyvisualArea.active .slide1 .copy .en {
		    line-height: 1.5em;
		}
		.keyvisualArea .copy .en {
			font-size: 16px;
		}
		.keyvisualArea.active .slide1 .copy .en .text1 {
		    font-size: 12px;
		}
		.keyvisualArea.active .slide1 .copy .en .text2 {
		    font-size: 16px;
		}
		.keyvisualArea.active .slide1 .copy .en .text3 {
		    font-size: 10px;
		}
	}
	.keyvisualArea .news {
		left: 15px;
		bottom: 15px !important;
		width: calc(100% - 30px);
		height: 93px;
	}
	.keyvisualArea .news > div {
		width: 100%;
		float: none;
		position: absolute;
		top: 0;
		left: 0;
        transition: opacity 1s ease;
		
	}
	.keyvisualArea .news > div.pressrelease {
		opacity: 1;
	}
	.keyvisualArea .news > div.information {
	    opacity: 0;
	    pointer-events: none;	
	}
	.keyvisualArea .news.info > div.pressrelease {
	    opacity: 0;
	    pointer-events: none;	
	}
	.keyvisualArea .news.info > div.information {
		opacity: 1;
	    pointer-events: auto;
	}
	.keyvisualArea .news > div .title {
		width: 100px;
		height: 93px;
		padding: 29px 0 0 14px;
		font-size: 11px;
	}
	.keyvisualArea .news > div.information .title {
		width: 100px;
		border-left: none;
	}
	.keyvisualArea .news > div .post {
		margin-left: 100px;
	}
	.keyvisualArea .news > div .post a {
		padding: 15px 15px 11px 15px;
	}
	.keyvisualArea .news > div .post a:hover {
		opacity: 1;
	}

	.keyvisualArea .news > div .post .date {
		font-size: 11px;
		margin-bottom: 6px;
	}
    .keyvisualArea .news > .information .post img {
		left: 100px;
		top: 14px;
		width: 64px;
		height: auto;
	}
	.keyvisualArea .news > div .post p {
		font-size: 11px;
		line-height: 1.5em;
		height: 4.5em;
		overflow: hidden;
	}
	body.fsizel .keyvisualArea .news {
		height: 98px;
	}
	body.fsizel .keyvisualArea .news > div .title {
		padding: 40px 0 0 15px;
		height: 96px;
	}
	body.fsizel .keyvisualArea .news > div.pressrelease .title {
		padding-top: 28px;
	}
	/* Pickup */
	#pickupArea,
	#productAreaNormal,
	#newsAreaNormal {
		padding: 32px 0 0 0;
	}
	#pickupArea h1,
	#productAreaNormal h1,
	#newsAreaNormal h1 {
		font-size: 27px;
		padding-bottom: 6px;
		margin-bottom: 22px;
	}
	#pickupArea h1::before,
	#productAreaNormal h1::before,
	#newsAreaNormal h1::before {
		width: 18px;
		margin-left: -9px;
	}
	#pickupArea ul {
		height: auto;
	}
	#pickupArea ul::after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	#pickupArea ul li {
		display: block;
		width: 50%;
		float: left;
		list-style: none;
		margin: 0;
		background: #004ea8;
	}
	#pickupArea ul li a {
		height: 261px;
		background-size: cover;
	}
	#pickupArea ul li a:hover {
		opacity: 1;
		background-size: cover;
	}
	#pickupArea ul li a::before {
		width: 24px;
		height: 16px;
		right: 15px;
		bottom: 12px;
		background-size: 100% auto;
	}
	#pickupArea ul li a:hover::before {
		right: 15px;
	}
	#pickupArea ul li a.extLink::before {
		background-size: 100% auto;
		width: 20px;
		height: 16px;
		right: 13px;
		bottom: 12px;
	}
	#pickupArea ul li a.extLink:hover::before {
		right: 13px;
		transform: scale(1);
	}
#pickupArea ul li a div {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);

}
#pickupArea ul li a .title {
	font-size: 18px;
	margin: 15px 0 10px 0;
	padding-bottom: 5px;
}
#strength_list ul li a:hover .title {
	margin: 70px 0 20px 0;
	padding: 0 0 15px 0;
}
#pickupArea ul li a .title::before {
    width: 18px;
    margin-left: -9px;
    opacity: 1;
}
#pickupArea ul li a .text {
	font-size: 10px;
	opacity: 1;
	height: auto !important;
}

/* Products */
#productAreaNormal {

}
#productAreaNormal > .inner {
	margin: 0 5px 0 5px;
	padding: 30px 0;
}
#productAreaNormal .box_wrap {
    width: auto;
    margin: 0 auto;
}
#productAreaNormal .box_wrap .box {
    float: none;
    width: 260px;
    height: auto;
    margin: 15px auto 0 auto;
}
#productAreaNormal .box_wrap .box:first-child {
	margin-top: 0;
	margin-left: auto;
}
#productAreaNormal .box_wrap .box a {
    display: block;
}
#productAreaNormal .box_wrap .box a img {
    max-width: 100%;
    display: block;
}
#productAreaNormal .box_wrap .box a:hover img {
	opacity: 1;
}
#productAreaNormal .box_wrap .box .form {
    background: #f5f5f5;
    height: 55px;
    box-sizing: border-box;
    padding: 14px 0 0 11px;
}
#productAreaNormal .box_wrap .box .form input[type="text"] {
	width: calc(100% - 81px);padding: 0 6px;line-height: 26px;
}
#productAreaNormal .box_wrap .box .form input[type="image"] {
	width: 70px;
	display: block;
	float: left;
}
#productAreaNormal .box_wrap .box .form input[type="image"]:hover {
	opacity: 1;
}

	/* News */
	#newsAreaNormal {

	}
	#newsAreaNormal > .inner {
		margin: 0 5px 20px 5px;
		padding: 30px 0;
	}
	#newsAreaNormal .information,
	#newsAreaNormal .pressrelease {
		width: auto;
		margin: 0 10px;
		background: #fff;
	}
	#newsAreaNormal .information > .inner,
	#newsAreaNormal .pressrelease > .inner {
		padding: 10px 15px 30px 15px;
		border-top: 2px solid #004ea8;
	}
	#newsAreaNormal .information {
		margin-top: 15px;
	}
	#newsAreaNormal .information h2,
	#newsAreaNormal .pressrelease h2 {
		font-size: 17px;
		margin: 15px 0 5px 0;
		padding: 0;
	}

	#newsAreaNormal .information ul,
	#newsAreaNormal .pressrelease ul {
		margin: 0;
	}
	#newsAreaNormal .information ul li,
	#newsAreaNormal .pressrelease ul li {
		position: relative;
		display: block;
		margin: 0;
		border-top: 1px solid #ecebeb;
		padding: 13px 0;
	}
	#newsAreaNormal .information ul li:first-child,
	#newsAreaNormal .pressrelease ul li:first-child {
		border-top: none;
	}
	#newsAreaNormal .information ul li .date,
	#newsAreaNormal .pressrelease ul li .date {
		float: none;
		font-size: 12px;
		width: auto;
	}
	#newsAreaNormal .information ul li img {
		display: block;
		position: absolute;
		float: none;
		left: 100px;
		top: 11px;
		width: 80px;
		height: auto;
	}
	#newsAreaNormal .information ul li a,
	#newsAreaNormal .pressrelease ul li a,
	#newsAreaNormal .information ul li p {
		font-size: 12px;
		margin-left: 0;
		margin-top: 3px;
	}
	#newsAreaNormal .information .bt_more,
	#newsAreaNormal .pressrelease .bt_more {
		margin: 10px auto 0 auto;
		max-width: 300px;
		width: 96%;
		line-height: 45px;
		font-size: 14px;
	}
	#newsAreaNormal .information ul li a:hover,
	#newsAreaNormal .pressrelease ul li a:hover,
	#newsAreaNormal .information .bt_more:hover,
	#newsAreaNormal .pressrelease .bt_more:hover {
		opacity: 1;
	}

	/* Emergency */
	#newsAreaNormal .emergency {
		width: auto;
		margin: 30px 10px 0 10px;
	}
	#newsAreaNormal .emergency > .inner {
		border: 1px solid red;
		padding: 15px;
	}
	#newsAreaNormal .emergency h2 {
		font-size: 12px;
	}
	#newsAreaNormal .emergency .body {
		font-size: 12px;
	}
	#newsAreaNormal .emergency .body p {
		margin: 10px 0 0 0;
	}

	@media screen and  (max-width:374px){
		#newsAreaNormal .emergency h2 {
			font-size: 11px;
		}
		#newsAreaNormal .emergency .body {
			font-size: 11px;
		}

	}

	/* Bland */
	#bland {
		background: url(/english/img/bg_bland.jpg) no-repeat center center;
		background-size: cover;
		padding: 30px 0;
	}
	#bland > .inner {
		width: auto;
		margin: 0 15px;
	}
	#bland p {
		color: #fff;
		font-size: 11px;
		margin: 0;
	}
	#bland ul {
		margin: 30px 0 0 0;
	}
	#bland ul li {
		float: left;
		width: calc(50% - 1px);
		padding: 13px 0;
		display: block;
		margin: 1px 0 0 1px;
	}
	#bland ul li:nth-child(-n+3) {
		margin-top: 1px;
	}
	#bland ul li:nth-child(3n-2) {
		margin-left: 1px;
	}
	#bland ul li:nth-child(-n+2) {
		margin-top: 0;
	}
	#bland ul li:nth-child(2n-1) {
		margin-left: 0;
	}
	#bland ul li img {
		width: 80%;
		display: block;
		margin: 0 auto;
	}

    #useLogo{
        padding-top: 20px;
    }
    #footerWrap{
        margin-top: 15px;
    }
    
}