/*** topimage ***/

/* webp 未対応ブラウザ safari */

.topImage01.lazyloaded {
	background:url(../images_20190529/top_bg01.jpg) center center/cover;
	padding: 2em;
}

.topImage02.lazyloaded {
	background:url(../images_20190529/top_bg02.jpg) center center/cover;
	padding: 2em;
}

.topImage04.lazyloaded {
	background:url(../images_20190529/top_bg04.jpg) center center/cover;
	padding: 2em;
}

.topImage05.lazyloaded {
	background:url(../images_20190529/top_bg05.jpg) center center/cover;
	padding: 2em;
}

.topImage06.lazyloaded {
	background: url(../images_20190529/top_bg06.jpg) center center/cover;
	padding: 2em;
}

.topImage07.lazyloaded {
    background: url(../images_20190529/top_bg07.jpg) center center/cover;
    padding: 2em;
}

.topImage08.lazyloaded {
    background: url(../images_20190529/top_bg08@2x.jpg) center center/cover;
    padding: 4em;
}

.topImage09.lazyloaded {
	background:url(../images_20190529/top_bg09.jpg) center center/cover;
	padding: 2em;
}


/* webp 対応ブラウザ chrome */

.webp .topImage01.lazyloaded {
	background:url(../images_20190529/top_bg01.webp) center center/cover;
	padding: 2em;
}

.webp .topImage02.lazyloaded {
	background:url(../images_20190529/top_bg02.webp) center center/cover;
	padding: 2em;
}

.webp .topImage04.lazyloaded {
	background:url(../images_20190529/top_bg04.webp) center center/cover;
	padding: 2em;
}

.webp .topImage05.lazyloaded {
	background:url(../images_20190529/top_bg05.webp) center center/cover;
	padding: 2em;
}

.webp .topImage06.lazyloaded {
	background: url(../images_20190529/top_bg06.webp) center center/cover;
	padding: 2em;
}

.webp .topImage07.lazyloaded {
    background: url(../images_20190529/top_bg07.webp) center center/cover;
    padding: 2em;
}

.webp .topImage08.lazyloaded {
    background: url(../images_20190529/top_bg08@2x.jpg.webp) center center/cover;
    padding: 4em;
}

.webp .topImage09.lazyloaded {
    background: url(../images_20190529/top_bg09.jpg.webp) center center/cover;
    padding: 4em;
}

.topImageInner{
	align-items: flex-end;
	display: flex;
	margin:0 auto ;
	max-width: 1366px;
	padding-top: 16px;
}

/*** productlist ***/

.productlist{
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	align-items:center;
    animation: fadeIn 2s ease 0s 1 normal;
	display: flex;
	margin-top: 5%;
}

.list{
	flex: 1 1;
	padding-left:3%;
}

.list table tr td {
    text-align: left;
}

.productlist img{
	max-width: 250px;
}

/***LPWAlist***/

.LPWAlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5% auto 0;
}

.LPWA-item{
	border: #ccc 1px solid;
	flex-basis: 18%;
	margin-bottom: 2%;
	padding: 2em 2em 5em;
	position: relative;
	text-align: center;
	text-align: justify;
}

.LPWA-item img{
	display: block;
	margin:0 auto;
	max-width: 120px;
}

.LPWA-item a:hover{
	opacity: .75;
}

.LPWA-item-btn{
	background: #222;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: .8em;
	font-weight: bold;
	left: 0;
	padding: 1em 2em;
	position: absolute;
	text-align: center;
	transition: .3s;
	width: 82%;
}

.LPWA-item-btn:hover{
	opacity: .75;
}

.LPWA-item-btn:after{
	border-right: #fff 2px solid;
	border-top: #fff 2px solid;
	bottom: 0;
	content: "";
	height: .5em;
	margin: auto;
	position: absolute;
	right: 1.5em;
	top:0;
	transform: rotate(45deg);
	transition: .3s;
	width: .5em;
}

.LPWA-item-btn:hover:after{
	right: 1em;
}

.sp_only{
	display: none;
}

.oem-sec-1 {
	display: inline-block;
	width: 28%;
	margin-bottom:28px;
	margin-left: 4px;
	margin-right: 4px;
	max-width: 428px;
	overflow: hidden;
	position: relative;
	height: 360px;
}

.oem-sec-2 {
	display: inline-block;
	width: 28%;
	margin-bottom:28px;
	margin-left: 4px;
	margin-right: 4px;
	max-width: 428px;
	overflow: hidden;
	position: relative;
	height: 360px;
}

.oem-sec-3 {
	display: inline-block;
	width: 28%;
	margin-bottom:28px;
	margin-left: 4px;
	max-width: 428px;
	overflow: hidden;
	position: relative;
	height: 360px;
}

div[class|="oem-sec"] span {
	display: block;
	text-align: center;
	font-size: 16px;
}
.oem-desc {
	z-index: 2;
}
.oem-img {
	height: 276px;
}
.oem-img img {
	display: block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.oem-sec-1:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.oem-sec-2:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.oem-sec-3:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.case_study img {
	display: block;
	transition-duration: 0.3s;
}

.mid-notice-area {
	margin-top: 2em;
}

.mid-notice {
    color: #222;
    font-size: 1.3em;
    margin-bottom: 1em;
	text-align: center;
}

/***flow list***/

.flow-list{
	align-items: center;
	background: #222;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin-bottom: 3%;
	overflow: hidden;
}

.flow-list li{
	display: block;
	flex-basis: 8%;
	padding: 1em 2.5em 1em 2.5em;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 4;
	font-size: 16px;
}

.flow-list li:before{
	border:transparent 4em solid;
	border-left: #222 3em solid;
	bottom: 0;
	content: "";
	height: 0;
	margin: auto;
	position: absolute;
	right: -70px;
	top:0;
	width: 0;
	z-index: 3;
}

.flow-list li:after{
	border:transparent 4em solid;
	border-left: #fff 3em solid;
	bottom: 0;
	content: "";
	height: 0;
	margin: auto;
	position: absolute;
	right: -71px;
	top:0;
	width: 0;
	z-index: 2;
}
.flow-list li:last-child:after {
	border: none;
}

.flow-list li:last-child:before {
	border: none;
}

a.inner-link-product {
	color: #222;
	text-decoration: none;
}

a.inner-link-product:hover {
	color: #c9c9c9;
}

.inner-link-productimg img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.inner-link-productimg:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.morebtn-anchor {
	margin: 12px;
	padding: 12px;
  	text-align: left;
  	border: solid 1px #6bc9e6;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%2016px%3B%20height%3A%2016px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22243.253%2C0%20202.714%2C40.539%20389.5%2C227.335%2012.736%2C227.335%2012.736%2C284.665%20389.5%2C284.665%20202.714%2C471.461%20243.253%2C512%20499.264%2C256%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fsvg%3E') 95%/16px 16px no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.morebtn-anchor:hover {
	background: #6bc9e6 url('data:image/svg+xml;charset=utf8,%20%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%2016px%3B%20height%3A%2016px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpolygon%20fill%3D%22%23fff%22%20class%3D%22st0%22%20points%3D%22243.253%2C0%20202.714%2C40.539%20389.5%2C227.335%2012.736%2C227.335%2012.736%2C284.665%20389.5%2C284.665%20202.714%2C471.461%20243.253%2C512%20499.264%2C256%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fsvg%3E') 95%/16px 16px no-repeat;
	color: #fff;
}

.morebtn {
	display: inline-block;
	padding: 12px;
	margin: 0 50px;
}

.moredetail-anchor {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%2016px%3B%20height%3A%2016px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22243.253%2C0%20202.714%2C40.539%20389.5%2C227.335%2012.736%2C227.335%2012.736%2C284.665%20389.5%2C284.665%20202.714%2C471.461%20243.253%2C512%20499.264%2C256%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fsvg%3E') 95%/16px 16px no-repeat;
	margin-top: 40px;
	border: solid 1px #6bc9e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.moredetail:hover .moredetail-anchor  {
	background: #6bc9e6 url('data:image/svg+xml;charset=utf8,%20%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%2016px%3B%20height%3A%2016px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpolygon%20fill%3D%22%23fff%22%20class%3D%22st0%22%20points%3D%22243.253%2C0%20202.714%2C40.539%20389.5%2C227.335%2012.736%2C227.335%2012.736%2C284.665%20389.5%2C284.665%20202.714%2C471.461%20243.253%2C512%20499.264%2C256%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fsvg%3E') 95%/16px 16px no-repeat;
	color: #fff;
}

.moreinfo-anchor {
	margin: 6mm auto;
	max-width: 400px;
	border: solid 1px #6bc9e6;
	padding: 12px;
	display: block;
	border: solid 1px #6bc9e6;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%2016px%3B%20height%3A%2016px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%22243.253%2C0%20202.714%2C40.539%20389.5%2C227.335%2012.736%2C227.335%2012.736%2C284.665%20389.5%2C284.665%20202.714%2C471.461%20243.253%2C512%20499.264%2C256%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fsvg%3E') 95%/16px 16px no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.moreinfo-anchor:hover {
	background: #6bc9e6 url('data:image/svg+xml;charset=utf8,%20%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%2016px%3B%20height%3A%2016px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpolygon%20fill%3D%22%23fff%22%20class%3D%22st0%22%20points%3D%22243.253%2C0%20202.714%2C40.539%20389.5%2C227.335%2012.736%2C227.335%2012.736%2C284.665%20389.5%2C284.665%20202.714%2C471.461%20243.253%2C512%20499.264%2C256%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fsvg%3E') 95%/16px 16px no-repeat;
	color: #fff;
}

.moreinfo {
	margin: 8px auto;
}

.inquiry-guide {
	margin: 20px auto;
}

.small {
	font-size: 16px;
}
.mainCopy{
	font-size: 3.0em;
	line-height: 1.2;
	margin-bottom: 1%;
	color: #fff;
}

.subCopy{
	font-size: 1.25em;
}
.banner-slide {
	padding-top: 80px;
}

.info-section {
	margin-bottom: 40px;
}

.infotitle{
    display: block;
    background: url(/wp-content/uploads/2014/10/infoarror.png) 97% no-repeat;
    clear: both;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #00A0D2;
    padding: 10px 40px 12px 0;
    text-align: left!important;
}

.infotitle:hover{
    background: url(/wp-content/uploads/2014/10/infoarror.png) 98% no-repeat;
}

.infoitem {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 5px 0 0;
    text-align: left;
}

.infocat{
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	color: #000;
	float: left;
	font-size: 10px;
	height: 19px;
	line-height: 19px;
	margin: 4px 8px 0 0;
	text-align: center;
	width: 90px;
}

.infoday{
	color: #999;
	float: left;
	font-size: 14px;
	margin: 4px 0 0 0;
	width: 100px;
}

.info{
    color: #999;
    font-size: 16px;
    margin: 4px 0 0;
}

/* @media screen and (min-width:1024px) */
@media screen and (max-width: 1024px) {
.mainCopy{
    font-size: 4.5vw;
}
.subCopy{
    font-size: 1.25vw;
}
.flow-list li{
    padding: 1.5em;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.LPWA-item-btn{
    width: 81%;
}
}
/* end @media screen and (min-width:1024px) */
/* @media screen and (max-width:768px) */
@media screen and (max-width:768px) {
.productlist{
    display: block;
}
.list{
	padding-top: 16px;
    padding-left:0;
}
.list th, .list td {
	width: 96%;
	border: none;
	display: block;
}
.productlist img :not(.waveLogo) {
    display: block;
    margin: 0 auto 3%;
    max-width: 300px;
}
.productlist .waveLogo {
    vertical-align: 3%;
}
.LPWA-item{
    flex-basis: 41%;
}
.LPWA-item-btn{
    width: 87%;
}
.flow-list{
    display: block;
    margin:0 auto 3%;
}
.flow-list li{
    border-bottom: 1px solid #fff;
    padding: 1.5em;
}
.flow-list li:before{
    border:transparent 1em solid;
    border-top: #222 1em solid;
    bottom: -6.6em;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top:0;
    width: 0;
    z-index: 3;
}
.flow-list li:after{
    border:transparent 1em solid;
    border-top: #fff 1em solid;
    bottom: -6.8em;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top:0;
    width: 0;
    z-index: 2;
}
div[class|="oem-sec"] {
	width: 100%;
}
.LPWA-item{
	flex-basis: 100%;
}
.LPWA-item-btn{
	font-size: 0.6em;
	width: 88%;
}
.externalLink-light {
  display: inline-block!important;
}
}
/* end @media screen and (max-width:768px) */
/* @media screen and (max-width:414px) */
@media screen and (max-width:414px) {
.productlist{
	margin-top: 15%;
}
.list th, .list td {
	width: 90%;
}
a.inner-link-product {
	display: block;
}
.morebtn-anchor {
	margin: 12px;
	padding: 12px 32px;
}

.morebtn {
	padding: 12px;
	margin: auto;
}
}