@charset "utf-8";

/*　■■■■■■■■■■■■■■■　common ここから　■■■■■■■■■■■■■■■　*/


/****************************** radar 以下共通 *********************************/


/* レーダー　メインイメージ
-----------------------------------------------------*/
/* display */
.mainImgDisplay{
	background: url(/img/technology/radar/display/img_main.jpg) no-repeat top center;
}
/* target */
.mainImgTarget{
	background: url(/img/technology/radar/target/img_main.jpg) no-repeat top center;
}
/* antenna */
.mainImgAntenna{
	background: url(/img/technology/radar/antenna/img_main.jpg) no-repeat top center;
}
/* solution */
.mainImgSolution{
	background: url(/img/technology/radar/solution/img_main.jpg) no-repeat top center;
}

/* 共通 */
.mainImgDisplay,
.mainImgTarget,
.mainImgAntenna,
.mainImgSolution{
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
.mainImgDisplay .mainImgtext,
.mainImgTarget .mainImgtext,
.mainImgAntenna .mainImgtext,
.mainImgSolution .mainImgtext{
	margin-left: auto!important;
	margin-right: auto!important;
}


/*  ページ内リンク
-----------------------------------------------------*/
.pageInnerLinkWrap{
	background-color: #5496C4;
}
.pageInnerLink{
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	font-size: 0;
}
.pageInnerLink li{
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}
.pageInnerLink li a{
	width: 100%;
	color: #fff;
	letter-spacing: 0;
}

/* 固定 */
.pageInnerLinkWrap {
	transition: .3s;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
}
.is-hide {
	transform: translateY(-100%);
}


/* メジャーナビ
-----------------------------------------------------*/
.majorNaviWrap{
	background-color: #ABCCE2;
}
.majorNaviWrap ul{
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}
.majorNaviWrap ul li a{
	font-weight: bold;
}
.majorNaviWrap .title{
	font-weight: bold;
	border-bottom: 1px solid #064EAA;
}
.majorNaviWrap .title span{
	font-weight: normal;
	letter-spacing: 0;
	color: #064EAA;
}
.navList li a{
	display:inline-block;
}


/* ローカルナビ
-----------------------------------------------------*/
.localNaviBtmWrap{
	background-color: #5496C4;
}

/* カレント */
.localNaviBtm>.current{
	background-color: #9CB6C9;
}


/* ここがフルノテクノロジー
-----------------------------------------------------*/
.pointList{
	position: relative;
	border: 2px solid #FFCC00;
	background-color: #fff;
}
.pointList:after{
  position: absolute;
	content:" ";
	background: url(/img/technology/radar/common/img_point.gif) no-repeat;
	display:inline-block;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	-o-background-size:contain;
	-ms-background-size:contain;
	background-size:contain;
}
.pointList li{
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px dashed #ccc;
	background: url(/img/technology/radar/common/ico_check.png) no-repeat left 5px top 13px;
}
.pointList li:last-child{
	border-bottom: none;
}


/* 主な搭載製品
-----------------------------------------------------*/
.productsBox{
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}
.productsBox>figure{
	width: 140px;
	text-align: left;
}
.productsBox>figure img{
	width: 120px;
	border: 1px solid #ccc;
}
.productsBox>div{
	width : -webkit-calc(100% - 140px) ;
	width : calc(100% - 140px);
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.productsBox:after {
	content:" ";
	display:block;
	clear:both;
}
.productName{
	font-size: 18px;
	line-height: 1.4;
	background: url(/img/technology/common/ico_aroow.png) no-repeat left top 4px;
	-moz-background-size: 16px auto;
	-webkit-background-size: 16px auto;
	-ms-background-size: 16px auto;
	-o-background-size: 16px auto;
	background-size: 16px auto;
	padding-left: 25px;
}

/* hover */
.productsBox{
	position: relative;
}
.productsBox:hover:after{
	content:"";
	width: 100%;
	height: 100%;
	background-color: rgba(204, 224, 237, 0.2);
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
}
.bgG .productsBox:hover:after{
	background-color: rgba(255, 255, 255, 0.3);
}

/* アイコン */
.boat{
	width: 100%;
	-webkit-align-self: flex-end;
  align-self: flex-end;
}
.boat span{
	font-size: 14px;
	display: inline-block;
	line-height: 14px;
	color: #fff;
	padding: 8px 2px;
	max-width: 170px;
	width: 47%;
	text-align: center;
}
.boat span + span{
	margin-left: 8px;
}
.boatFishing{
	background-color: #78A3D4;
}
.boatGovernment{
	background-color: #7F9AB4;
}
.boatMerchant{
	background-color: #80B1A7;
}
.boatPleasure{
	background-color: #79C3E1;
	letter-spacing: 0;
}


/* 汎用
-----------------------------------------------------*/
.imgCaption{
	font-weight: bold;
	text-align: left;
}


/**************************** radar 個別スタイル *******************************/


/* ナンバー付きリスト
--------------------------------------------------------------*/
/* /technology/radar/index.php */
.listNum{
	position: relative;
}
.jp .bg01 h3:before{ background: url(/img/technology/common/img_no1.png) no-repeat;}
.jp .bg02 h3:before{ background: url(/img/technology/common/img_no2.png) no-repeat;}
.jp .bg03 h3:before{ background: url(/img/technology/common/img_no3.png) no-repeat;}
.jp .bg04 h3:before{ background: url(/img/technology/common/img_no4.png) no-repeat;}
.en .bg01 .listNum:before{ background: url(/img/technology/common/img_no1.png) no-repeat;}
.en .bg02 .listNum:before{ background: url(/img/technology/common/img_no2.png) no-repeat;}
.en .bg03 .listNum:before{ background: url(/img/technology/common/img_no3.png) no-repeat;}
.en .bg04 .listNum:before{ background: url(/img/technology/common/img_no4.png) no-repeat;}

.jp .bg01 .titleForIndex,
.jp .bg02 .titleForIndex,
.jp .bg03 .titleForIndex,
.jp .bg04 .titleForIndex{
	position: relative;
	margin-bottom: 40px;
}
.jp .bg01 h3:before,
.jp .bg02 h3:before,
.jp .bg03 h3:before,
.jp .bg04 h3:before{
    content: " ";
    display: block;
    width: 7vw;
    height: 6.2vw;
    max-width: 80px;
    max-height: 70px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 100;
    transform: translate(0%,-50%);
}

.en .bg01 .listNum:before,
.en .bg02 .listNum:before,
.en .bg03 .listNum:before,
.en .bg04 .listNum:before{
	content: " ";
	display: block;
	width: 66px;
	height: 61px;
	background-size:contain;
	position: absolute;
	top: -22px;
	left: 32px;
	z-index: 100;
}

/* radar以下 */
.display .listNum,
.target .listNum,
.antenna .listNum,
.solution .listNum{
	position: relative;
	padding-left: 100px!important;
	padding-top: 14px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.display .listNum:before{ background: url(/img/technology/common/img_no1.png) no-repeat right center;}
.target .listNum:before{  background: url(/img/technology/common/img_no2.png) no-repeat right center;}
.antenna .listNum:before{ background: url(/img/technology/common/img_no3.png) no-repeat right center;}
.solution .listNum:before{background: url(/img/technology/common/img_no4.png) no-repeat right center;}

.display .listNum:before,
.target .listNum:before,
.antenna .listNum:before,
.solution .listNum:before{
	content: " ";
	display: block;
	width: 80px;
	height: 52px;
	background-size:contain;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 18px;
	border-left: 3px solid #0F3CAA;
}

/*  レーダーテクノロジー一覧 /technology/radar/index.php
-----------------------------------------------------*/
.bg01{
	background: url(/img/technology/radar/index/bg_1.jpg) no-repeat top center;
}
.bg02{
	background: url(/img/technology/radar/index/bg_2.jpg) no-repeat top center;
}
.bg03{
	background: url(/img/technology/radar/index/bg_3.jpg) no-repeat top center;
}
.bg04{
	background: url(/img/technology/radar/index/bg_4.jpg) no-repeat top center;
}
/*日本語版のみ*/
body.jp .bg01{
	background: url(/img/technology/radar/index/bg_1_jp.jpg) no-repeat top center;
}
body.jp .bg02{
	background: url(/img/technology/radar/index/bg_2_jp.jpg) no-repeat top center;
}
body.jp .bg03{
	background: url(/img/technology/radar/index/bg_3_jp.jpg) no-repeat top center;
}
body.jp .bg04.radarTecBg04Adjust{
	background: url(/img/technology/radar/index/bg_4_jp.jpg) no-repeat top center;
	margin-top: 9.5vw;
}


/* アンテナimg　　/technology/radar/antenna/index.php
-----------------------------------------------------*/
.antennaImg{
	position: relative;
}
.antennaImg .text,
#pcDetailPanel .text,
#spArrow .text{
	position: absolute;
	line-height: 1.2;
	color: #33CCFF;
	border-left: 2px solid #33CCFF;
}


/* アンテナ3D　　/technology/radar/antenna/index.php
-----------------------------------------------------*/
#bgArea {
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100%;
	min-height: 361px;
	background:#000;
	position: relative;
	top: 0;
	left: 0;
}
#bgArea,
#WebGL-output canvas,
#threeDimensionsArea{
	border-radius: 15px;
}
#threeDimensionsArea {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-image: url("/img/technology/radar/antenna/bg.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	position: absolute;
	display:none;
}
#loadingArea {
	color: #fff;
	font-family: Impact;
	font-size: 26px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index:10;
}
#popUpWindow {
	border: 1px solid #f00;
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	z-index: 10;
}
#rotate1Btn img,
#rotate2Btn img,
#rotate3Btn img,
#rotate4Btn img {
	width:100%;
}
#rotate1Btn,
#rotate2Btn,
#rotate3Btn,
#rotate4Btn {
	width: 20%;
	position: absolute;
	top:5%;
	cursor: pointer;
}
#rotate1Btn {
	left: 5%;
}
#rotate2Btn {
	left: 28.5%;
}
#rotate3Btn {
	right: 28.5%;
}
#rotate4Btn {
	right: 5%;
}

/* ロード中　バー */
#progressBar {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	position: absolute;
	top: 87%;
	left: 0px;
	width: 100%;
	height: 16px;
	z-index: 10;
}
#progressBar div {
	position: relative;
	font-size: 1px;
	width: 210px;
	height: 6px;
	margin: 0px auto 0 auto;
	padding: 0px;
}
#progressBarFrameImg {
	position: absolute;
	top: 0px;
	left: 0px;
}
#progressBarImg {
	position: absolute;
	top: 5px;
	left: 5px;
	margin: 0px;
	padding: 0px;
	height: 6px;
	font-size: 1px;
	line-height: 0;
	vertical-align: top;
}


/*  youtube
-----------------------------------------------------*/
/* display */
#displayWrap .movie_01:after { background:url("/img/technology/radar/display/movie_01.jpg") center center no-repeat; background-size: contain;}
#displayWrap .movie_02:after { background:url("/img/technology/radar/display/movie_02.jpg") center center no-repeat; background-size: contain;}
#displayWrap .movie_03:after { background:url("/img/technology/radar/display/movie_03.jpg") center center no-repeat; background-size: contain;}
.en #displayWrap .movie_01:after { background:url("/img/technology/radar/display/movie_01_en.jpg") center center no-repeat; background-size: contain;}
.en #displayWrap .movie_02:after { background:url("/img/technology/radar/display/movie_02_en.jpg") center center no-repeat; background-size: contain;}
.en #displayWrap .movie_03:after { background:url("/img/technology/radar/display/movie_03_en.jpg") center center no-repeat; background-size: contain;}

/* target */
#targetWrap .movie_01:after {	background:url("/img/technology/radar/target/movie_01.jpg") center center no-repeat; background-size: contain;}
#targetWrap .movie_02:after {	background:url("/img/technology/radar/target/movie_02.jpg") center center no-repeat; background-size: contain;}
#targetWrap .movie_03:after {	background:url("/img/technology/radar/target/movie_03.jpg") center center no-repeat; background-size: contain;}
.en #targetWrap .movie_01:after {	background:url("/img/technology/radar/target/movie_01_en.jpg") center center no-repeat; background-size: contain;}
.en #targetWrap .movie_02:after {	background:url("/img/technology/radar/target/movie_02_en.jpg") center center no-repeat; background-size: contain;}
.en #targetWrap .movie_03:after {	background:url("/img/technology/radar/target/movie_03_en.jpg") center center no-repeat; background-size: contain;}

/* solution */
#solutionWrap .movie_01:after {	background:url("/img/technology/radar/solution/movie_01.jpg") center center no-repeat; background-size: contain;}
#solutionWrap .movie_02:after {	background:url("/img/technology/radar/solution/movie_02.jpg") center center no-repeat; background-size: contain;}
#solutionWrap .movie_03:after {	background:url("/img/technology/radar/solution/movie_03_en.jpg") center center no-repeat; background-size: contain;}




.jp .topFlex {
    display: flex;
    justify-content: space-between;
}
.jp .topFlex .blockend-m {
    width: 57%;
}
.jp .topFlex .btnAreaR.bnr_01Wrap {
    width: 38%;
}

.jp .radarTop .col-md-12{
	padding-bottom: 0;
}
.jp .radarTop .titleA{
	margin-top: 50px;
}
.jp .radarTop .titleA{
	font-size: 27px;
}

.jp .titleForIndex.titleForIndexLong {
    text-shadow: 0px 0px 5px #ffffff;
}

.jp .navList .radarMajorNav a {
    background-color: #cde5f6;
    padding-right: 0.25em;
}

/*　■■■■■■■■■■■■■■■　common ここまで　■■■■■■■■■■■■■■■　*/






/*　■■■■■■■■■■■■■■■　sp ここから　■■■■■■■■■■■■■■■　*/
@media screen and (max-width: 680px) {


/****************************** radar 以下共通 *********************************/


/* レーダー　メインイメージ
-----------------------------------------------------*/
.mainImgDisplay .mainImgtext,
.mainImgTarget .mainImgtext,
.mainImgAntenna .mainImgtext,
.mainImgSolution .mainImgtext{
	padding-top: 15px;
	padding-bottom: 30px;
}
.mainImgDisplay .mainImgtext img,
.mainImgTarget .mainImgtext img,
.mainImgAntenna .mainImgtext img,
.mainImgSolution .mainImgtext img{
	width: 50%;
}


/*  ページ内リンク
-----------------------------------------------------*/
.pageInnerLinkWrap{
	margin-bottom: 30px;
}
.pageInnerLink{
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pageInnerLink li{
	font-size: 13px;
	line-height: 1.3;
	-ms-flex: 1 1 50%;
	flex:1 1 50%;
	max-width:50%;
}
.pageInnerLink li a{
	height: 100%;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 6px 5px 5px 5px;
	border-bottom: 1px solid #fff;
}
.pageInnerLink li:nth-child(odd) a{
	border-right: 1px solid #fff;
}
/* SP奇数終わりの場合 */
.pageInnerLink li:last-child:nth-child(odd) a{
	box-sizing: content-box;
}


/* メジャーナビ
-----------------------------------------------------*/
.majorNaviWrap{
	padding: 30px 0;
}
.majorNaviWrap ul{
	margin-bottom: 30px;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.majorNaviWrap ul li{
	-ms-flex: 1 1 50%;
	flex:1 1 50%;
	max-width:50%;
}
.majorNaviWrap ul li a{
	font-size: 13px;
	font-weight: normal;
}
.majorNaviWrap .title{
	font-size: 15px;
	margin-bottom: 10px;
}
.majorNaviWrap .title span{
	font-size: 12px;
	margin-left: 10px;
}
.navList li a{
	background: url(/img/technology/common/ico_aroow.png) no-repeat left top 4px;
	-moz-background-size: 12px auto;
	-webkit-background-size: 12px auto;
	-ms-background-size: 12px auto;
	-o-background-size: 12px auto;
	background-size: 12px auto;
	padding-left: 20px;
}
.logoTec img{
	width: 215px;
	margin-bottom: 20px;
}


/* ローカルナビ
-----------------------------------------------------*/
.localNaviBtmWrap{
	text-align: center;
}
.localNaviBtmWrap .fitWidthA{
	width: 100%;
}
.logoRadar img{
	width: 40%;
}
.localNaviBtm>li{
	border-bottom: 1px solid #fff;
}
.localNaviBtm>li:last-child{
	border: none;
}
.localNaviBtm>li:first-child{
	padding: 13px 0 11px;
}
.localNaviBtm>li>a{
	width: 100%;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	font-weight: bold;
	display:inline-block;
	background: url(/img/technology/common/ico_aroow.png) no-repeat right 10px center;
	-moz-background-size: 12px auto;
	-webkit-background-size: 12px auto;
	-ms-background-size: 12px auto;
	-o-background-size: 12px auto;
	background-size: 12px auto;
	padding: 14px 30px 12px 10px;
}
.localNaviSub{
	display: none;
}
.localNaviBtm>li>a span{
	padding-left:35px;
}
.localNaviBtm>li:nth-child(2),
.localNaviBtm>li:nth-child(3),
.localNaviBtm>li:nth-child(4),
.localNaviBtm>li:nth-child(5){
	text-align:left;
}
.localNaviBtm>li:nth-child(2)>a span {
	background: url(/img/technology/common/img_no1.png) no-repeat 10px 2px;
	background-size: 16px auto;
	display:block;
}
.localNaviBtm>li:nth-child(3)>a span {
	background: url(/img/technology/common/img_no2.png) no-repeat 10px 2px;
	background-size: 16px auto;
	display:block;
}
.localNaviBtm>li:nth-child(4)>a span {
	background: url(/img/technology/common/img_no3.png) no-repeat 10px 2px;
	background-size: 16px auto;
	display:block;
}
.localNaviBtm>li:nth-child(5)>a span {
	background: url(/img/technology/common/img_no4.png) no-repeat 10px 2px;
	background-size: 16px auto;
	display:block;
}


/* ここがフルノテクノロジー
-----------------------------------------------------*/
.pointList{
	padding: 40px 10px 5px;
	margin-top: 15px;
}
.pointList:after{
	left: -2px;
	top: -35px;
	width: 164px;
	height: 70px;
}
.pointList li{
	font-size: 15px;
	background: url(/img/technology/radar/common/ico_check.png) no-repeat left top 13px;
	-moz-background-size: 13px auto;
	-webkit-background-size: 13px auto;
	-ms-background-size: 13px auto;
	-o-background-size: 13px auto;
	background-size: 13px auto;
	padding: 10px 0 10px 20px;
}


/* 主な搭載製品
-----------------------------------------------------*/
.productsBox{
	margin-bottom: 20px;
}
.productsBox>figure{
	width: 87px;
}
.productsBox>figure img{
	width: 77px;
}
.productsBox>div{
	width : -webkit-calc(100% - 87px) ;
	width : calc(100% - 87px);
}
.productName{
	font-size: 15px;
	letter-spacing: 0;
	background: url(/img/technology/common/ico_aroow.png) no-repeat left top 4px;
	-moz-background-size: 12px auto;
	-webkit-background-size: 12px auto;
	-ms-background-size: 12px auto;
	-o-background-size: 12px auto;
	background-size: 12px auto;
	padding-left: 18px;
}
.productName span{
	display: inline-block;
}

/* アイコン */
.boat span{
	font-size: 13px;
	line-height: 13px;
	padding: 6px 2px;
	width: 47%;
}
span.boatPleasure{
	font-size: 10px;
}


/* 汎用
-----------------------------------------------------*/
.imgCaption{
	font-size: 16px;
	margin-bottom: 2px;
}


/**************************** radar 個別スタイル *******************************/

/* メインイメージ  /technology/radar/index.php
-----------------------------------------------------*/
.mainImg{
	position: relative;
	margin-bottom: 15px;
}
.jp .mainImg .mainImgtext{
	display: block;
 	position: absolute;
  	top: 6vw;
  	left: 0;
	right: 0;
	text-align: left;
	margin: auto;
	padding: 0 18px;
}
.en .mainImg .mainImgtext{
	display: block;
  position: absolute;
  top: 15px;
  left: 0;
	right: 0;
	text-align: left;
	margin: auto;
	padding: 0 18px;
}
.mainImg .mainImgtext img{
	width: 66%;
}

.jp .mainImg .mainImgtext.mainImgtextTitle img{
	width: 59%;
}

/* レーダーテクノロジー一覧　/technology/radar/index.php
-----------------------------------------------------*/
.jp .radarTec{
	padding: 75px 0 30px;
	position: relative;
}
.en .radarTec{
	padding: 115px 0 30px;
	position: relative;
}
.radarTec .leftBoxSp{
	width: 100%;
}
.jp .radarTec .rightBoxSp {
    position: absolute;
    top: 50px;
    right: 2vw;
    width: 37vw;
}
.en .radarTec .rightBoxSp{
	position: absolute;
	top: 50px;
	right: 0;
	width: 28%;
}
.jp .bg03 .row.fitWidthA {
	position: relative;
}
.jp .rightBox.rightBoxSp.text-center.radarNo3{
    position: absolute;
    top: 14%;
    max-width: 529px;
    width: 46%;
    right: 5%;
}
.radarTec:after {
	content:" ";
	display:block;
	clear:both;
}
.jp .radarTec .textBox{
	padding-bottom: 20px;
}
.en .radarTec .textBox{
	background-color: rgba(255, 255, 255, 0.5);
	padding-bottom: 20px;
}
.jp .radarTec .titleB{
	padding: 10px 0 10px 45px;
	line-height: 1.6;
}
.en .radarTec .titleB{
	padding: 25px 29% 0 20px;
	line-height: 1.6;
}
.radarTec ul li{
	margin-left: 30px;
	font-weight: bold;
}
.jp .radarTec .btnAreaR{
	margin-top: 0px;
}
.en .radarTec .btnAreaR{
	margin-top: -33px;
}
@media print, screen and (min-width: 480px) {
	.radarTec ul{
		padding-right: 30%;
	}
}


/* ナンバー付きリスト
--------------------------------------------------------------*/
/* /technology/radar/index.php */
.bg01 .listNum:before,
.bg02 .listNum:before,
.bg03 .listNum:before,
.bg04 .listNum:before,
.en .bg01 .listNum:before,
.en .bg02 .listNum:before,
.en .bg03 .listNum:before,
.en .bg04 .listNum:before{
	content: " ";
	display: block;
	width: 36px;
	height: 32px;
	background-size:contain;
	position: absolute;
	top: -15px;
	left: 22px;
}

/* radar以下 */
.display .listNum,
.target .listNum,
.antenna .listNum,
.solution .listNum{
	padding-left: 70px!important;
	padding-top: 0;
	margin-bottom: 12px;
	min-height: 40px;
}
.display .listNum:before,
.target .listNum:before,
.antenna .listNum:before,
.solution .listNum:before{
	width: 60px;
	height: 40px;
}

/* solutionのみ */
@media print, screen and (max-width: 350px) {
	.mainImgSolution .listNum .visible-xs{
		display: none;
	}
}

/*  バナー　　　/technology/radar/index.php
-----------------------------------------------------*/
.bnr_01Wrap{
	margin-right: 12px;
}
.bnr_01{
	width: 100%;
}


/*  レーダーテクノロジー一覧 /technology/radar/index.php
-----------------------------------------------------*/
.bg01,
.bg02,
.bg03,
.bg04{
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}


/* アンテナimg　　/technology/radar/antenna/index.php
-----------------------------------------------------*/
.antennaImg .text{
	left: 5px;
	bottom: 5px;
	font-size: 12px;
	padding-left: 5px;
}


/* アンテナ3D　　/technology/radar/antenna/index.php
-----------------------------------------------------*/
#pcRotate {
	display:none;
}
#pcDetailPanel{
	display: none;
}
#spArrowS1{
	display: none;
}
#spArrowS2,
#spArrowS3,
#spArrowS4 {
	display:none;
}
#spArrow #spRotate .rotate1Btn,
#spArrow #spRotate .rotate2Btn,
#spArrow #spRotate .rotate3Btn,
#spArrow #spRotate .rotate4Btn{
	position:absolute;
	width:44%;
}
#spArrow #spRotate .rotate1Btn{
	top:2%;
	left:4%;
}
#spArrow #spRotate .rotate2Btn{
	top:2%;
	right:4%;
}
#spArrow #spRotate .rotate3Btn{
	top:14%;
	left:4%;
}
#spArrow #spRotate .rotate4Btn{
	top:14%;
	right:4%;
}
#spArrow #spRotate .rotate1Btn img,
#spArrow #spRotate .rotate2Btn img,
#spArrow #spRotate .rotate3Btn img,
#spArrow #spRotate .rotate4Btn img{
	width: 100%;
}
#spArrow .titleText {
	position:absolute;
	top:3%;
	left:0;
	right:0;
	width:94%;
	margin: 0 auto;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0;
	color:#33CCFF;
	padding-bottom: 5px;
	border-bottom: 2px solid #33CCFF;
}
.antenna3DWrap {
	width:94%;
	margin:0 auto;
}
#bgArea,
#WebGL-output canvas,
#threeDimensionsArea{
	border-radius: 10px;
}

/* 詳細テキスト　位置調整 */
.detailtext1_1,
.detailtext1_2,
.detailtext2_1,
.detailtext3_1,
.detailtext4_1,
.detailtext4_2{
	position:absolute;
	margin: auto;
	left:0;
	right:0;
}
.detailtext1_1{
	width:100%;
	top:28%;
}
.detailtext1_2{
	width:100%;
	top:60%;
}
.detailtext2_1{
	width:90%;
	top:27%;
}
.detailtext3_1{
	width:90%;
	top:69%;
}
.detailtext4_1{
	width:90%;
	top:27%;
}
.detailtext4_2{
	width:90%;
	top:55%;
}
#spArrow .text{
	left: 12px;
	bottom: 12px;
	font-size: 12px;
	padding-left: 10px;
}


.jp #displayWrap .layoutA1rezBoost{
	position: relative;
}


.jp .bg01 h3:before,
.jp .bg02 h3:before,
.jp .bg03 h3:before,
.jp .bg04 h3:before{
    width: 44px;
    height: 40px;
    top: -28px;

}

.jp .radarTec .titleB {
	font-size: 14px;
	padding: 0;
}


.jp .topFlex{
	display: block;
}
.jp .topFlex .blockend-m {
    width: 100%;
}

.jp .topFlex .btnAreaR.bnr_01Wrap {
    width: 92%;
}
.jp .radarTop .titleA {
    font-size: 16px;
    margin-top: 0;
}

.jp .radarTopImgPC{
	display: none;
}

.jp .blank:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
    content: " ";
    background: url(/img/technology/common/ico_blank.png) no-repeat;
    display: inline-block;
    width: 43px;
    height: 43px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    background-size: contain;
    z-index: 100;
}



.jp .bg01 .titleForIndex,
.jp .bg02 .titleForIndex,
.jp .bg03 .titleForIndex,
.jp .bg04 .titleForIndex{
	position: relative;
	margin-bottom: 9vw;
}



/*日本語版のみ*/
body.jp .bg01{
	background: url(/img/technology/radar/index/bg_1SP.jpg) no-repeat top center;
}
body.jp .bg02{
	background: url(/img/technology/radar/index/bg_2SP.jpg) no-repeat top center;
}
body.jp .bg03{
	background: url(/img/technology/radar/index/bg_3SP.jpg) no-repeat top center;
}
body.jp .bg04.radarTecBg04Adjust{
	background: url(/img/technology/radar/index/bg_4SP.jpg) no-repeat top center;
	margin-top: 0;
	background-size: cover;
}
body.jp .bg01,
body.jp .bg02,
body.jp .bg03,
body.jp .bg04{
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

.jp .radarTop .spMB{
	margin-bottom: 20px;
}

.jp .titleB.titleForIndex.titleForIndexLong .radarSPnone{
	display: none;
}

}
/*　■■■■■■■■■■■■■■■　sp ここまで　■■■■■■■■■■■■■■■　*/


/*　■■■■■■■■■■■■■■■　pc ここから　■■■■■■■■■■■■■■■　*/
@media print, screen and (min-width: 681px) {


/****************************** radar 以下共通 *********************************/


/* レーダー　メインイメージ
-----------------------------------------------------*/
.mainImgDisplay .mainImgtext,
.mainImgTarget .mainImgtext,
.mainImgAntenna .mainImgtext,
.mainImgSolution .mainImgtext{
	padding-top: 40px;
	padding-bottom: 40px;
}
.mainImgtext>p{
	max-width: 835px;
}


/*  ページ内リンク
-----------------------------------------------------*/
.pageInnerLinkWrap {
	height: 106px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.pageInnerLinkWrap.is-fixed {
	height: 70px;
	z-index: 200;
}
.pageInnerLinkWrap .row {
	width: 100%;
}
.pageInnerLink li{
	font-size: 16px;
	-ms-flex: 1 1 auto;
	flex:1 1 auto;
}
.pageInnerLink li:after{
	content: '';
	width: 2px;
	height: 30px;
	display: inline-block;
	background: #fff;
	position: relative;
	left: 0;
	top: 0;
}
.pageInnerLink li:last-child:after{
	display: none;
}
.pageInnerLink li a:hover{
	opacity: 0.8;
}

/* antenna */
.antenna .pageInnerLink li a{
	padding-top: 13px;
	padding-bottom: 13px;
}


/* メジャーナビ
-----------------------------------------------------*/
.majorNaviWrap{
	background-color: #ABCCE2;
	padding: 50px 0;
}
.majorNaviWrap ul{
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 60px;
}
.majorNaviWrap ul li{
	-ms-flex: 1 1 20%;
	flex:1 1 20%;
	max-width:20%;
}
.majorNaviWrap ul li a{
	font-size: 14px;
	font-weight: bold;
}
.majorNaviWrap ul li a:hover{
	opacity: 0.8;
}
.majorNaviWrap .title{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #064EAA;
	margin-bottom: 25px;
}
.majorNaviWrap .title span{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0;
	color: #064EAA;
	margin-left: 15px;
}
.navList li a{
	display:inline-block;
	background: url(/img/technology/common/ico_aroow.png) no-repeat left top 4px;
	-moz-background-size: 16px auto;
	-webkit-background-size: 16px auto;
	-ms-background-size: 16px auto;
	-o-background-size: 16px auto;
	background-size: 16px auto;
	padding-left: 25px;
}
.logoTec img{
	width: 280px;
	margin-bottom: 32px;
}


/* ローカルナビ
-----------------------------------------------------*/
.localNaviBtm{
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}
.localNaviBtm>li{
	-ms-flex: 1 1 22%;

	flex:1 1 22%;
	max-width:22%;
	padding: 50px 10px 50px 8px;
	position: relative;
}
.localNaviBtm>li:first-child{
	-ms-flex: 1 1 12%;
	flex:1 1 12%;
	max-width:12%;
	width: 12%;
	padding-right: 22px;
	padding-left: 0px;
}
.localNaviBtm>li:after{
	content: '';
	width: 2px;
	height: 60%;
	display: inline-block;
	background: #fff;
	position: absolute;
	right: -1px;
	top: 50px;
	z-index: 100;
}
.localNaviBtm>li:last-child:after{
	display: none;
}
.localNaviBtm>li>a span{
	display: inline-block;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	font-weight: bold;
	display:inline-block;
	-moz-background-size: 16px auto;
	-webkit-background-size: 16px auto;
	-ms-background-size: 16px auto;
	-o-background-size: 16px auto;
	background-size: 16px auto;
	padding-left: 45px;
	margin-bottom: 15px;
}
.localNaviBtm>li:nth-child(2)>a span {
	background: url(/img/technology/common/img_no1.png) no-repeat 10px 5px;
	background-size: 30px auto;
}
.localNaviBtm>li:nth-child(3)>a span {
	background: url(/img/technology/common/img_no2.png) no-repeat 10px 5px;
	background-size: 30px auto;
}
.localNaviBtm>li:nth-child(4)>a span {
	background: url(/img/technology/common/img_no3.png) no-repeat 10px 5px;
	background-size: 30px auto;
}
.localNaviBtm>li:nth-child(5)>a span {
	background: url(/img/technology/common/img_no4.png) no-repeat 10px 5px;
	background-size: 30px auto;
}

/* サブ */
.localNaviSub{
	margin-left: 15px;
	padding-left: 11px;
}
.localNaviSub>li{
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0;
	color: #fff;
	margin-bottom: 5px;
	text-indent: -3px;
}
.localNaviSub>li:before{
	content: '';
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	position: relative;
	left: -8px;
	top: -4px;
}
.localNaviSub>li:last-child{
	margin-bottom: 0;
}
.localNaviSub>li a{
	color: #fff;
}

@media screen and (min-width: 900px) {
	/* hover(PCのみ) */
	.en .localNaviBtm>li:not(.logoRadar):hover{
		background-color: #9CB6C9;
	}
}

/* ここがフルノテクノロジー
-----------------------------------------------------*/
.pointList{
	padding: 15px 30px 15px 200px;
	margin-left: 103px;
}
.pointList:after{
	left: -103px;
	top: 20px;
	width: 273px;
	height: 120px;
}
.pointList li{
	font-size: 20px;
	background: url(/img/technology/radar/common/ico_check.png) no-repeat left 5px top 13px;
	padding: 10px 0 10px 45px;
}
.pointNote{
	padding-left: 310px;
}


/* 主な搭載製品
-----------------------------------------------------*/
.productName span{
	display: block;
}


/* 汎用
-----------------------------------------------------*/
.imgCaption{
	font-size: 20px;
	margin-bottom: 5px;
}


/**************************** radar 個別スタイル *******************************/


/* メインイメージ  /technology/radar/index.php
-----------------------------------------------------*/
.mainImg{
	position: relative;
	display: block;
	height: auto;
}
.mainImg .mainImgtext{
	width: 100%;
	display: block;
  	position: absolute;
 	top: 40px;
  	left: 0;
	right: 0;
	text-align: left;
	margin: auto;
	padding: 0 18px;
}


.jp .mainImg .mainImgtext.mainImgtextTitle{
	top: 2.2vw;
}

.jp .mainImg .mainImgtext .mainImgtextTitleAdjust{
	width: 28%;
}



/* radar　　　　/technology/radar/index.php
-----------------------------------------------------*/
.jp .radarTec{
	margin: 8.5vw auto 9.5vw;
}
.en .radarTec{
	margin: 240px auto 100px;
}
.jp .radarTec.radarTecBg03{
	margin: 8.5vw auto 0vw;
}

.jp .radarTec .leftBox{
	float: left;
	width: 52%;
}
.en .radarTec .leftBox{
	float: left;
	width: 50%;
}
.jp .radarTec .rightBox{
	float: right;
	width: 38%;
	padding-top: 115px;
}
.en .radarTec .rightBox{
	float: right;
	width: 50%;
}

.radarTec:after {
	content:" ";
	display:block;
	clear:both;
}
.jp .radarTec .textBox{
	padding-bottom: 20px;
}
.en .radarTec .textBox{
	background-color: rgba(255, 255, 255, 0.5);
	padding-bottom: 20px;
}
.radarTec .titleB,
.en .radarTec .titleB{
	padding-top: 52px;
}

.jp .radarTec .titleForIndex{
	padding-top: 0px;
}
.jp .textBoxtext{
	padding-left: min(10vw,110px);
}

.radarTec ul li{
	margin-left: 30px;
	font-weight: bold;
}
.jp .radarTec .btnAreaR {
    display: inline-block;
	padding-left: min(10vw,110px);
}
.en .radarTec .btnAreaR{
	margin-top: -50px;
	margin-right: 20px;
}
.radarTec .leftBox a,
.radarTec .rightBox a{
	display: block;
}
.radarTec .leftBox a:hover,
.radarTec .rightBox a:hover{
	opacity: 0.8;
}
.jp .radarTec .leftBox {
	margin-left: 3%;
}
.jp .bg03 .row.fitWidthA {
	position: relative;
}
.jp .rightBox.rightBoxSp.text-center.radarNo3 {
    position: absolute;
    bottom: 4%;
    left: 57%;
    max-width: 529px;
    width: 40%;
}

.jp #displayWrap .layoutA1rezBoost{
	position: relative;
}


/*  バナー　　　/technology/radar/index.php
-----------------------------------------------------*/
.bnr_01Wrap{
	margin-right: 30px;
}
.bnr_01{
	width: 449px;
}


/*  レイアウト  /radar/display/index.php、　/radar/target/index.php
-----------------------------------------------------*/
.layoutA1{
	float: left;
	width: 51%;
}
.layoutA1 .titleE{
	padding-right: 5px;
}
.layoutA2{
	float: right;
	width: 49%;
	margin-top: 10px;
}
.layoutA3{
	float: left;
	width: 51%;
	padding-right: 16px;
}
.layoutA4{
	float: right;
	width: 49%;
}
.layoutA:after {
	content:" ";
	display:block;
	clear:both;
}


/* アンテナimg　　/technology/radar/antenna/index.php
-----------------------------------------------------*/
.antennaImg .text{
	left: 40px;
	bottom: 40px;
	font-size: 14px;
	padding-left: 10px;
}


/* アンテナ3D　　/technology/radar/antenna/index.php
-----------------------------------------------------*/
#spArrow {
	display:none;
}
.antenna3DWrap {
	width:100%;
	margin:0 auto;
	max-width:1000px;
}

/* 詳細テキスト　位置調整 */
#imgDetail1_1,
#imgDetail1_2,
#imgDetail2_1,
#imgDetail3_1,
#imgDetail4_1,
#imgDetail4_2 {
	display: none;
	position:absolute;
}
#imgDetail1_1{
	width:36.7%;
	top:27%;
	left:4.2%;
}
#imgDetail1_2{
	width:42%;
	top:66.3%;
	left:53.8%;
}
#imgDetail2_1{
	width:66%;
	top:27.7%;
	left:5.2%;
}
#imgDetail3_1{
	width:41.3%;
	top:66%;
	left:52%;
}
#imgDetail4_1{
	width:36.2%;
	top:24.3%;
	left:4.2%;
}
#imgDetail4_2{
	width:42%;
	top:56.3%;
	left:55.5%;
}
#pcDetailPanel .text{
	left: 40px;
	bottom: 40px;
	font-size: 14px;
	padding-left: 10px;
}


.jp .radarPCnone{
	display: none;
}

.jp .titleForIndexLong{
	width: 180%;
}

.jp .radarTopImgSP{
	display: none;
}



.jp .arrowRTech:after {
	width: 13px;
    height: 13px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.jp .arrowRTech:before {
    right: 14px;
    width: 18px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
}


/*　■■■■■■■■■■■■■■■　pc ここまで　■■■■■■■■■■■■■■■　*/

@media screen and (min-width: 900px) {
	/* hover(PCのみ) */
	.jp .localNaviBtm>li:not(.logoRadar):hover{
		background-color: #9CB6C9;
	}
}

/*　■■■■■■■■■■■■■■■　tb ここから　■■■■■■■■■■■■■■■　*/
@media screen and (min-width: 681px) and (max-width: 900px) {


/*
 TBは、pc.css　を読み込んでいます。打ち消したいスタイルを以下に。
*/


/****************************** radar 以下共通 *********************************/


/*  ページ内リンク
-----------------------------------------------------*/
.pageInnerLink li{
	font-size: 12px;
}


/* メジャーナビ
-----------------------------------------------------*/
.majorNaviWrap ul li a{
	font-size: 12px;
	letter-spacing: 0;
}
.majorNaviWrap .title{
	font-size: 14px;
}
.majorNaviWrap .title span{
	font-size: 12px;
}
.navList li a{
	display:inline-block;
	background: url(/img/technology/common/ico_aroow.png) no-repeat left top 4px;
	-moz-background-size: 12px auto;
	-webkit-background-size: 12px auto;
	-ms-background-size: 12px auto;
	-o-background-size: 12px auto;
	background-size: 12px auto;
	padding-left: 18px;
}
.blank_s:after{
  bottom: 4px;
}


/* ローカルナビ
-----------------------------------------------------*/
.localNaviBtm>li>a{
	font-size: 12px;
}
.localNaviSub>li{
	font-size: 11px;
}


/* ここがフルノテクノロジー
-----------------------------------------------------*/
.pointList {
	padding: 10px 20px 10px 110px;
}
.pointList li{
	font-size: 14px;
}
.pointList:after{
	-moz-background-size: 200px auto;
	-webkit-background-size: 200px auto;
	-ms-background-size: 200px auto;
	-o-background-size: 200px auto;
	background-size: 200px auto;
}
.pointNote{
	padding-left: 220px;
}


/* 主な搭載製品
-----------------------------------------------------*/
.productName {
  font-size: 12px;
}
.boat span {
  font-size: 12px;
}


/**************************** radar 個別スタイル *******************************/


/* アンテナimg　　/technology/radar/antenna/index.php
-----------------------------------------------------*/
.antennaImg .text{
	font-size: 12px;
}


/* radar　　　　/technology/radar/index.php
-----------------------------------------------------*/
.radarTec .textBox,
.en .radarTec .textBox {
  padding-bottom: 40px;
}


/* radar　　　　/technology/radar/index.php
-----------------------------------------------------*/
.radarTec .rightBox{
	padding-left: 3%;
}

.jp #displayWrap .layoutA1rezBoost{
	position: relative;
}

.jp .radarTec {
    margin: 8.5vw auto 13vw;
}


.jp .radarTop .blank:after {
    width: 36px;
    height: 36px;
    right: -18px;
}
.jp .topFlex .blockend-m {
    width: 55%;
}
.jp .bg01{
	background: url(/img/technology/radar/index/bg_1SP.jpg) no-repeat top center;
	margin-top: 0;
	background-size: cover;
}
.jp .bg02{
	background: url(/img/technology/radar/index/bg_2SP.jpg) no-repeat top center;
	margin-top: 0;
	background-size: cover;
}
.jp .bg03{
	background: url(/img/technology/radar/index/bg_3SP.jpg) no-repeat top center;
	margin-top: 0;
	background-size: cover;
}
.jp .bg04.radarTecBg04Adjust{
	background: url(/img/technology/radar/index/bg_4SP.jpg) no-repeat top center;
	margin-top: 0;
	background-size: cover;
}
.jp .radarTec.radarTecBg03 {
    margin: 8.5vw auto 13vw;
}
.jp .rightBox.rightBoxSp.text-center.radarNo3 {
    position: absolute;
    top: 21%;
    left: 51%;
    width: 38%;
}
.jp .contentsWrap *,
.jp .contentsWrap *:before,
.jp .contentsWrap *:after,
.jp .contentsWrap .col-md-1,
.jp .contentsWrap .col-md-2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.jp .bg01,
.jp .bg02,
.jp .bg03,
.jp .bg04 {
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.jp .radarTec .titleB {
    padding: 10px 0 10px 45px;
    line-height: 1.6;
}
.jp .radarTec .titleB {
    font-size: 22px;
    padding: 0;
}
.jp .bg01 .titleForIndex,
.jp .bg02 .titleForIndex,
.jp .bg03 .titleForIndex,
.jp .bg04 .titleForIndex {
    position: relative;
    margin-bottom: 40px;
}
.jp .bg01 h3:before,
.jp .bg02 h3:before,
.jp .bg03 h3:before,
.jp .bg04 h3:before {
    width: 44px;
    height: 40px;
    top: -28px;
}
.jp .radarTec .textBox {
    padding-bottom: 20px;
}
.jp .btnAreaR {
    text-align: center;
}
.jp .radarTec .btnAreaR {
    margin: 0 auto;
}
.jp .radarTec .leftBoxSp {
    width: 100%;
}
.jp .radarTec:after {
    content: " ";
    display: block;
    clear: both;
}
.jp .radarTec {
    padding: 75px 0 30px;
    position: relative;
}
.jp .col-xs-12 {
    -ms-flex: 12 1 100%;
    flex: 12 1 100%;
    max-width: 100%;
}
.jp .radarTec .leftBox {
    float: initial;
    width: initial;
}
.jp .textBoxtext {
    padding-left: initial;
}
.jp .radarPCnone{
	display: block;
}
.jp .radarTec .btnAreaR {
    display: initial;
    padding-left: initial;
}
.jp .titleForIndexLong {
    width: initial; 
}
.jp .radarSPnone{
	display: none;
}


}
/*　■■■■■■■■■■■■■■■　tb ここまで　■■■■■■■■■■■■■■■　*/




/*******************************************************************************/

/* EN 追加分 */

/*******************************************************************************/

/* [en] radar　　/en/technology/radar/solution/index.php
-----------------------------------------------------*/
.videoWrap video {
	text-align:center;
}
/* MP4動画 */
.en .videoBlock {
	position:relative; 
}
.en .videoBlock .videoImage {
	z-index:10; 
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.en .videoBlock .video {
	width:100%;
}

/* [en] radar　　/en/technology/radar/index.php
-----------------------------------------------------*/
.en .pointList:after{
	background: url(/img/technology/radar/common/img_point_en.gif) no-repeat;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
}
/* [en] radar　/en/technology/radar/target/index.php
-----------------------------------------------------*/
body.en #targetWrap #tablefix th {
	background: #FFF;
	font-weight: normal;
	text-align: left ;
}
body.en #targetWrap #tablefix .theader {
	background: #F6F6F6;
	font-weight: bold;
}



/*　■■■■■■■■■■■■■■■　pc ここから　■■■■■■■■■■■■■■■　*/
@media screen and (min-width: 681px){
	
	/* [en] radar　/en/technology/radar/antenna/index.php
	-----------------------------------------------------*/	
	/* 詳細テキスト　位置調整 */
	.en #imgDetail1_1,
	.en #imgDetail1_2,
	.en #imgDetail2_1,
	.en #imgDetail3_1,
	.en #imgDetail4_1,
	.en #imgDetail4_2 {
		display: none;
		position:absolute;
	}
	.en #imgDetail1_1{
		width:56%;
		top:24%;
		left:25.2%;
	}
	.en #imgDetail1_2{
		width:46%;
		top:66.3%;
		left:53.8%;
	}
	.en #imgDetail2_1{
		width:66%;
		top:26.7%;
		left:5.2%;
	}
	.en #imgDetail3_1{
		width:45.3%;
		top:65%;
		left:52.7%;
	}
	.en #imgDetail4_1{
		width:38%;
		top:23.5%;
		left:2.5%;
	}
	.en #imgDetail4_2{
		width:38%;
		top:56%;
		left:55.5%;
	}
	.en #pcDetailPanel .text{
		left:40px;
		bottom:40px;
		font-size:14px;
		padding-left:10px;
	}

/* [en] radar　　/en/technology/radar/solution/index.php
-----------------------------------------------------*/
	/* 動画 */
	.en .videoWrap {
		max-width: 582px;
	}
	.videoWrap video {
		width:70%;
	}


}
/*　■■■■■■■■■■■■■■■　pc ここまで　■■■■■■■■■■■■■■■　*/



/*　■■■■■■■■■■■■■■■　tb ここから　■■■■■■■■■■■■■■■　*/
@media screen and (min-width: 681px) and (max-width: 900px) {
	.en .pointList:after{
		background: url(/img/technology/radar/common/img_point_en.gif) no-repeat;
		-moz-background-size: 200px auto;
		-webkit-background-size: 200px auto;
		-o-background-size: 200px auto;
		-ms-background-size: 200px auto;
		background-size: 200px auto;
	}


/* [en] radar　　/en/technology/radar/solution/index.php
-----------------------------------------------------*/
	.videoWrap video {
		width:70%;
	}

}
/*　■■■■■■■■■■■■■■■　tb ここから　■■■■■■■■■■■■■■■　*/



/*　■■■■■■■■■■■■■■■　sp ここから　■■■■■■■■■■■■■■■　*/
@media screen and (max-width: 680px) {

/* [en] radar　/en/technology/radar/antenna/index.php
-----------------------------------------------------*/

	.en .detailtext1_1{
		width:94%;
		top:26%;
	}
	.en .detailtext1_2{
		width:94%;
		top:60%;
	}
	.en .detailtext2_1{
		width:94%;
		top:28%;
	}
	.en .detailtext3_1{
		width:94%;
		top:69%;
	}
	.en .detailtext4_1{
		width:94%;
		top:28%;
	}
	.en .detailtext4_2{
		width:94%;
		top:54.5%;
	}


/* [en] radar　/en/technology/radar/target/index.php
-----------------------------------------------------*/
	body.en #targetWrap #tablefix th {
		width: 100px;
	}


/* [en] radar　　/en/technology/radar/solution/index.php
-----------------------------------------------------*/
	.videoWrap video {
		width:100%;
	}

}
/*　■■■■■■■■■■■■■■■　sp ここまで　■■■■■■■■■■■■■■■　*/