@charset "utf-8";
/* CSS Document */

/* MOTOROiD共通 */
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cf::after {
	content: "";
	display: block;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.sp {
	display: none;
}
.f12 {
	font-size: 12px !important;
	line-height: 1.5 !important;
}
strong {
	font-weight: bold;
}
.motoroid {
  color: #000;
  overflow: hidden;
}
.motoroid h2 {
	font-size: 45px;
	margin-bottom: 20px;
}
.motoroid h3 {
	padding-left: 16px;
	margin-bottom: 38px;
	background-color: #fff;
	color: #000 !important;
	font-size: 23px;
	line-height: 40px;
}
.motoroid h4 {
	margin-bottom: 30px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 21px;
	line-height: 33px;
	text-align: center;
}
.motoroid h5 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.motoroid h5::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-bottom: 3px;
	margin-right: 7px;
	background-color: #f9be00;
}
.motoroid p {
	margin-bottom: 1.5em;
	font-size: 14px;
	line-height: 2.2;
}

/* MOTOROiD共通 Pad用 */
@media screen and (max-width: 979px) {
	.fl {
		float: none;
	}
	.fr {
		float: none;
	}
	.motoroid h3 {
		padding-left: 0;
		text-align: center;
		opacity: .9;
	}
	.motoroid h4 {
		width: 50%;
		margin: 0 auto 30px;
	}
	.motoroid h5 {
		text-align: left;
	}
}

/* MOTOROiD共通 スマホ用 */
@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
		}
	.motoroid h2 {
		font-size: 20px;
		margin-bottom: 30px;
		text-decoration: underline;
	}
	.motoroid h3 {
		padding: 3px 0 2px 0;
		margin-bottom: 28px;
		font-size: 20px;
		line-height: 1.5;
	}
	.motoroid h4 {
		width: 100%;
		margin: 0 auto 20px;
	}
	.motoroid h5 {
		font-size: 16px;
	}
}



/* ページ内リンク */
.pageLink {
	width: 100%;
	padding: 80px 0;
	background-color: #eae9ec;
	text-align: center;
}
.pageLink img {
	width: 300px;
	height: auto;
	margin-bottom: 60px;
}
.pageLink ul {
	height: 26px;
}
.pageLink li {
	display: inline-block;
	height: 26px;
	margin-right: 90px;
}
.pageLink li:last-child {
	margin-right: 0;
}
.pageLink li::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 26px;
	margin-right: 20px;
}
.pageLink li:first-child::before {
	background: url(/design_technology/technology/electronic/011/img/icon_c.png) no-repeat 0 0 / 24px 26px;
}
.pageLink li:nth-child(2)::before {
	background: url(/design_technology/technology/electronic/011/img/icon_t.png) no-repeat 0 0 / 24px 26px;
}
.pageLink li:last-child::before {
	background: url(/design_technology/technology/electronic/011/img/icon_f.png) no-repeat 0 0 / 24px 26px;
}
.pageLink li a {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	text-decoration: underline;
	vertical-align: top;
}

/* ページ内リンク スマホ用 */
@media screen and (max-width: 767px) {
	.pageLink {
		padding: 40px 0;
		background-color: #eae9ec;
	}
	.pageLink img {
		width: 200px;
		height: auto;
		margin-bottom: 20px;
	}
	.pageLink ul {
		height:18px;
	}
	.pageLink li {
		height: 18px;
		margin-right: 12px;
	}
	.pageLink li::before {
		width: 17px;
		height: 18px;
		margin-right: 4px;
	}
	.pageLink li:first-child::before {
		background: url(/design_technology/technology/electronic/011/img/icon_c.png) no-repeat 0 0 / 17px 18px;
	}
	.pageLink li:nth-child(2)::before {
		background: url(/design_technology/technology/electronic/011/img/icon_t.png) no-repeat 0 0 / 17px 18px;
	}
	.pageLink li:last-child::before {
		background: url(/design_technology/technology/electronic/011/img/icon_f.png) no-repeat 0 0 / 17px 18px;
	}
	.pageLink li a {
		font-size: 12px;
		line-height: 18px;
	}
}



/* コンセプト */
.concept {
	background: url(/design_technology/technology/electronic/011/img/c_bg.jpg) no-repeat center 0;
}
.conceptIn {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 55px 0 48px;
	color: #fff;
}
.charC {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.conceptIn h2 {
	margin-left: 335px;
	margin-bottom: 60px;
}
.conceptIn h3 {
	text-align: right;
	padding-right: 51px;
}
.motoroid p.w635 {
	width: 635px;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 2em;
}
.wlink::after {
	content: "";
	display: block;
	clear: both;
}
.wlink li {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.wlink a {
	color: #fff;
	text-decoration: underline;
}
.wlink a:hover {
	text-decoration: none;
}

/* コンセプト Pad用 */
@media screen and (max-width: 979px) {
	.concept {
		background: #95a8b2 url(/design_technology/technology/electronic/011/img/c_bg_sp.jpg) no-repeat center 0 / 100% auto;
	}
	.conceptIn {
		width: 95%;
		text-align: center;
	}
	.charC {
		position: static;
		width: 80px;
		height: auto;
		margin-bottom: 30px;
	}
	.conceptIn h2 {
		margin-left: 0;
	}
	.conceptIn h3 {
		padding-right: 0;
		text-align: center;
	}
	.conceptIn p {
		text-align: left;
	}
	.motoroid p.w635 {
		width: 100%;
	}
	.wlink {
		width: 640px;
		margin: 0 auto;
		padding-left: 20px;
	}
}

/* コンセプト スマホ用 */
@media screen and (max-width: 767px) {
	.conceptIn {
		padding: 30px 0 20px;
	}
	.charC {
		width: 40px;
		height: auto;
		margin-bottom: 15px;
	}
	.conceptIn h2 {
		margin-bottom: 30px;
	}
	.conceptIn h2 .sp {
		margin-top: 30px;
	}
	.conceptIn h2 .sp img {
		width: 75%;
		height: auto;
	}
	.wlink {
		width: 100%;
		margin: 0;
		padding-left: 0;
	}
	.wlink li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}



/* テクノロジー */
.technology {
	background: #e4e0e1 url(/design_technology/technology/electronic/011/img/t_bg.jpg) no-repeat center 0;
}
.technologyIn {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 42px 0 68px;
}
.charT {
	position: absolute;
	top: -121px;
	right: 0;
	z-index: 1;
}
.w600A {
	width: 600px;
	margin: 60px auto 110px;
}
.w343 {
	width: 343px;
}
.w588{
	width: 588px;
	margin-top: -20px;
}
.w588 img {
	margin-bottom: 20px;
}
.w588 p {
	font-size: 12px;
	line-height: 1.6;
}
.mb60 {
	margin-bottom: 60px;
}
.mt40 {
	margin-top: 40px;
}
.w853 {
	width: 853px;
	margin-left: -236px;
}
.w389 {
	width: 389px;
	margin-top: 60px;
	margin-left: -23px;
	margin-right: -23px;
}
.mb30 {
	margin-bottom: 30px;
}
.w294 {
	width: 294px;
}
.mlr49 {
	margin-left: 49px;
	margin-right: 49px;
}
.mb50 {
	margin-bottom: 50px;
}
.chang-img {
	position: relative;
}
.chang-img img {
	width: 100%;
	animation-name: chang-img;
	-webkit-animation-name: chang-img;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}
.chang-img .img1 {
	display: block;
	margin: 0 auto;
}
.chang-img .img2 {
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes chang-img {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes chang-img {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.w600H {
	width: 600px;
	margin: 40px auto;
}
.w914 {
	width: 914px;
	margin-top: -100px;
	margin-right: -248px;
}

/* テクノロジー Pad用 */
@media screen and (max-width: 979px) {
	.technology {
		background: #e3dfe0 url(/design_technology/technology/electronic/011/img/t_bg_sp.jpg) no-repeat center 0 / 100% auto;
	}
	.technologyIn {
		width: 95%;
		padding: 42px 0 48px;
		text-align: center;
	}
	.charT {
		position: static;
		width: 80px;
		height: auto;
		margin-bottom: 30px;
	}
	.technologyIn p {
		text-align: left;
	}
	.w600A {
		margin: 30px auto 50px;
	}
	.ytp-cued-thumbnail-overlay-image {
		background-size: 104% auto !important;
		-moz-background-size: 104% auto !important;
		-webkit-background-size: 104% auto !important;
	}
	.w343 {
		width: 100%;
	}
	.w343 p span.pc {
		display: none;
	}
	.w588 {
		width: 100%;
		margin-top: 20px;
	}
	.w588 img {
		width: 95%;
		height: auto;
	}
	.mb60 {
		margin-bottom: 40px;
	}
	.w853 {
		width: 100%;
		margin-left: 0;
		margin-bottom: 40px;
	}
	.w853 img {
		width: 95%;
	}
	.w389 {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.w389 img {
		width: 75%;
	}
	.w294 {
		width: 100%;
	}
	.w294 img {
		width: 600px;
		height: auto;
	}
	.tabsp {
		text-align: center !important;
	}
	.chang-img img {
		width: 600px;
		height: auto;
	}
	.chang-img .img2 {
		top: 0;
		left: 50%;
		margin-left: -300px;
	}
	.mlr49 {
		margin-left: 0;
		margin-right: 0;
	}
	.uline {
		border-bottom: 1px solid #000;
		margin-bottom: 1.5em;
	}
	.w600H {
		margin: 30px auto 40px;
	}
	.w914 {
		width: 100%;
		margin-top: 0;
		margin-right: 0;
	}
	.w914 img {
		width: 95%;
	}
}

@media screen and (min-width:800px) and ( max-width:979px) {
	.technologyIn p.fuchi {
		text-shadow: #e4e0e1 1px 1px 0px, #e4e0e1 -1px 1px 0px,
             #e4e0e1 1px -1px 0px, #e4e0e1 -1px -1px 0px;
	}
}

@media screen and (min-width:524px) and ( max-width:767px) {
	.technologyIn p.fuchi {
		text-shadow: #e4e0e1 1px 1px 0px, #e4e0e1 -1px 1px 0px,
             #e4e0e1 1px -1px 0px, #e4e0e1 -1px -1px 0px;
	}
}

/* テクノロジー スマホ用 */
@media screen and (max-width: 767px){
	.technologyIn {
		width: 95%;
		padding: 30px 0 38px;
		text-align: center;
	}
	.charT {
		width: 40px;
		height: auto;
		margin-bottom: 15px;
	}
	.w600A {
		width: 100%;
	}
	.w389 img {
		width: 100%;
	}
	.mb50 {
		margin-bottom: 30px;
	}
	.w294 img {
		width: 100%;
		height: auto;
	}
	.chang-img img {
		width: 100%;
		height: auto;
	}
	.chang-img .img2 {
		top: 0;
		left: 0;
		margin-left: 0;
	}
	.w600H {
		width: 100%;
		margin: 35px auto 30px;
	}
}



/* フィーチャーマップ */
.feature {
	background: url(/design_technology/technology/electronic/011/img/f_bg.jpg) no-repeat center 0;
}
.featureIn {
	position: relative;
	width: 980px;
	height: 871px;
	margin: 0 auto;
	padding: 133px 0 0;
}
.charF {
	position: absolute;
	top: 81px;
	left: 0;
	z-index: 1;
}
.featureIn h2 {
	margin-left: 317px;
	margin-bottom: 113px;
	color: #fff;
}
.featureMap {
	position: relative;
	width: 100%;
	height: 520px;
	background: url(/design_technology/technology/electronic/011/img/fm_bg.png) no-repeat 0 0;
}
.featureMap a {
	display: block;
	position: absolute;
	z-index: 10;
	width: 30px;
	height: 30px;
}
.featureMap a.f01 {
	top: 15px;
	left: 281px;
}
.featureMap a.f02 {
	top: 78px;
	left: 254px;
}
.featureMap a.f03 {
	top: 133px;
	left: 275px;
}
.featureMap a.f04 {
	top: 263px;
	left: 405px;
}
.featureMap a.f05 {
	top: 75px;
	left: 377px;
}
.featureMap a.f06 {
	top: 25px;
	left: 497px;
}
.featureMap a.f07 {
	top: 35px;
	left: 644px;
}
.featureMap a.f08 {
	top: 300px;
	left: 814px;
}
.featureMap a.f09 {
	top: 418px;
	left: 810px;
}
.featureMap a.f10 {
	top: 331px;
	left: 517px;
}
.featureMapSp {
	display: none;
}

/* フィーチャーマップ Pad用 */
@media screen and (max-width: 979px) {
	.feature {
		background: #95a8b2 url(/design_technology/technology/electronic/011/img/f_bg_sp.jpg) no-repeat center 0 / 100% auto;
	}
	.featureIn {
		width: 95%;
		height: auto;
		padding: 42px 0 48px;
		text-align: center;
	}
	.charF {
		position: static;
		width: 80px;
		height: auto;
		margin-bottom: 30px;
	}
	.featureIn h2 {
		margin-left: 0;
		margin-bottom: 30px;
	}
	.featureMap {
		display: none;
	}
	.featureMapSp {
		display: block;
	}
	.featureMapSp {
		position: relative;
		width: 100%;
		height: auto;
	}
	.featureMapSp a {
		display: block;
		position: absolute;
		z-index: 10;
		width: 3.5%;
		height: 3.5%;
	}
	.featureMapSp a.f01 {
		top: 3%;
		left: 29%;
	}
	.featureMapSp a.f02 {
		top: 13%;
		left: 26%;
	}
	.featureMapSp a.f03 {
		top: 23%;
		left: 28%;
	}
	.featureMapSp a.f04 {
		top: 49%;
		left: 41%;
	}
	.featureMapSp a.f05 {
		top: 14%;
		left: 37%;
	}
	.featureMapSp a.f06 {
		top: 3%;
		left: 50%;
	}
	.featureMapSp a.f07 {
		top: 5%;
		left: 65%;
	}
	.featureMapSp a.f08 {
		top: 56%;
		left: 82%;
	}
	.featureMapSp a.f09 {
		top: 78%;
		left: 83%;
	}
	.featureMapSp a.f10 {
		top: 62%;
		left: 52%;
	}
}

/* フィーチャーマップ スマホ用 */
@media screen and (max-width: 767px) {
	.featureIn {
		padding: 30px 0 10px;
	}
	.charF {
		width: 40px;
		height: auto;
		margin-bottom: 15px;
	}
	.featureMapSp img { max-width:135%; margin-left:-30%;}
}

@media screen and (max-width: 479px) {
	.featureMapSp a {
		display: block;
		position: absolute;
		z-index: 10;
		width: 4%;
		height: 4%;
	}
	.featureMapSp a.f01 {
		top: 4%;
		left: 10%;
	}
	.featureMapSp a.f02 {
		top: 14%;
		left: 7%;
	}
	.featureMapSp a.f03 {
		top: 24%;
		left: 9%;
	}
	.featureMapSp a.f04 {
		top: 48%;
		left: 27%;
	}
	.featureMapSp a.f05 {
		top: 16%;
		left: 20%;
	}
	.featureMapSp a.f06 {
		top: 5%;
		left: 39%;
	}
	.featureMapSp a.f07 {
		top: 7%;
		left: 58%;
	}
	.featureMapSp a.f08 {
		top: 57%;
		left: 82%;
	}
	.featureMapSp a.f09 {
		top: 79%;
		left: 83%;
	}
	.featureMapSp a.f10 {
		top: 62%;
		left: 43%;
	}
}
