/* #gHeader
================================================ */
#gHeader { border-bottom: 1px solid  #0f7cbb; }

#sca #mainImg .tit { font-family: 'Noto Serif JP', sans-serif; font-size: 2.4rem; }

@media all and (min-width: 600px) { #sca #mainImg .tit { font-size: 4rem; } }

/* #mainImg
================================================ */
#mainImg { position: relative; background: none; margin-top: 0; margin-bottom: 45px; padding-top: 50px; height: auto; z-index: 1; }
#mainImg:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../../img/analog-mater/bg_main_iot01_sp.jpg") no-repeat center center/cover; z-index: -1; }
#mainImg .inner { width: 1120px; position: relative; padding-left: 15px; padding-right: 15px; padding-bottom: 50px; }
#mainImg .inner:before { display: none; }
#mainImg .main-header { display: flex; flex-direction: column; }
#mainImg .main-header .sub { margin-bottom: 20px; color: #fff; font-size: 2.3rem; font-weight: 900; text-shadow: 2px 2px 2px #333; line-height: 1.5; margin-top: 10px; letter-spacing: 0.03em; }
#mainImg .main-header .sub_txt { color: #fff; font-size: 1.4rem; font-weight: 900; text-shadow: 2px 2px 2px #333; line-height: 1.5; margin-top: 10px; margin-bottom: 10px; letter-spacing: 0.03em; }
#mainImg .main-header .sub-small { padding-top: 50px; color: #ffe156; font-size: 1.5rem; font-style: normal; font-weight: 900; text-shadow: 2px 2px 2px #333; letter-spacing: 0.01em;}
#mainImg .imgArea .circle { color: #0171b8; font-weight: 900; text-align: center; position: absolute; top: -80px; right: -10px; background: url(../../img/sensor/img_main_en01_sp.png) no-repeat top left/contain; width: 120px; height: 120px; padding: 40px 20px 0; z-index: -1;}
#mainImg .mainImg_point{
	position: relative;
}
#mainImg .mainImg_point .area_mark{
	position: absolute;
    max-width: 70px;
    width: 13%;
    top: -10px;
    left: -10px;
	z-index: 1;
}
#mainImg .mainImg_point-wrap{
	margin-bottom: 10px;
	padding: 20px 10px;
	background: #ffffffc4;
    border-radius: 12px;
}
#mainImg .mainImg_point-fl{
	position: relative;
	margin-bottom: 10px;
	padding: 20px;
	background: #ffffffc4;
    border-radius: 12px;
	box-sizing: border-box;
}
#mainImg .mainImg_point-movie {
    background: none;
    padding: 0;
    border-radius: 0;
}
#mainImg .mainImg_point-movie .youtube{
	border: solid 6px #fff;
}
#mainImg .mainImg_point-movie p{
	margin-top: 15px;
    color: rgb(255, 255, 255);
    font-size: 1.3rem;
    font-style: normal;
    line-height: 1.5;
    text-shadow: 2px 2px 2px #333;
	font-weight: bold;
	text-align: center;
}
#mainImg .mainImg_point-txt{
	font-size: 1.4rem;
	color: #016cb1;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
#mainImg .mainImgbtn .areaBtn .mod_btn01{
	margin: 10px auto 0;
    max-width: 320px;
}
#mainImg .mainImg_point-free{
    margin-right: 6px;
    padding: 2px 12px;
    color: #fff;
    background: #016cb1;
    border-radius: 40px;
}
#mainImg .event_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: center;
}
#mainImg .event_box-logo{
	margin-bottom: 5px;
	max-width: 160px;
}
#mainImg .event_box-ttl{
	text-align: center;
    font-weight: bold;
	line-height: 1.5;
}
#mainImg .event_box-txt{
	margin-bottom: -15px;
	text-align: center;
	line-height: 1.5;
}
#mainImg .event_box-detail .mod_list01_item{
	font-size: 1.2rem;
	text-align: left;
}
#mainImg .event_box-detail .mod_list01_item.mod_list01_item:before {
	top: 7px;
}

@media all and (max-width: 350px) { 
	#mainImg .list .item { padding: 23px 0; } 
}

@media all and (min-width: 600px) {
	#mainImg { margin-top: 95px; padding: 20px 0; margin-bottom: 0; }
	#mainImg::before { top: 0; height: 100%; background-image: url(../../img/analog-mater/bg_main_iot01_pc.jpg);}
	#mainImg .inner{padding: 50px; box-sizing: border-box;}
	#mainImg .mainWrap { position: relative; }
	#mainImg .main-header .sub { margin-bottom: 40px; font-size: 4.6rem; margin-top: 0; }
	#mainImg .main-header .sub_txt { font-size: 2.6rem; margin-bottom: 40px; }
	#mainImg .main-header .sub-small {font-size: 3.4rem; margin-bottom: 20px; padding-top: 0px; line-height: 1.3;}
	#mainImg .imgArea .circle { font-size: 2.6rem; top: -230px; right: -10px; background: url(../../img/sensor/img_main_en01_pc.png) no-repeat top left/contain; width: 250px; height: 250px; padding: 76px 20px;}
	
	#mainImg .mainImg_point-box{
		flex: 0 1 55%;
		width: 55%;
		max-width: 55%; 
	}
	#mainImg .mainImg_point-wrap{
		margin-bottom: 0px;
		align-content: end;
		flex: 0 1 55%;
		width: 55%;
		max-width: 55%; 
	}
	#mainImg .mainImg_point-movie{
		flex: 0 1 41%;
		width: 41%;
		max-width: 41%; 
	}
	#mainImg .mainImg_point{
		max-width: 1000px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
        align-items: center;
	}
	#mainImg .mainImg_point-txt{
		font-size: 1.7rem;
	}
	#mainImg .event_box{
		margin-bottom: 15px;
		justify-content: center;
	}
	#mainImg .mainImg_point .area_mark{
		top: 30px;
	}
	#mainImg .event_box-ttl{
		margin-bottom: 15px;
        line-height: 1.4;
        font-size: 1.7rem;
	}
	#mainImg .mainImg_point-event .event_box-icon{
		position: absolute;
        top: -5px;
        right: -20px;
        max-width: 80px;
        width: 10%;
        z-index: 1;
	}
	#mainImg .event_box-detail{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
	}
	#mainImg .event_box-txt {
		flex: 0 1 50%;
		width: 50%;
		max-width: 50%;
		margin-bottom: 0;
		font-size: 1.4rem;
		text-align: left;
	}
	#mainImg .event_box-detail .btn {
		flex: 0 1 44%;
		width: 44%;
		max-width: 44%;
		margin: 0 auto;
		text-align: left;
	}
	#mainImg .event_box-detail .mod_list01_item{
		font-size: 1.3rem;
	}
	
}

#download .download_wrap{
	padding: 4% 0;
	background: #e5f0f7;
}
#download .download_txt{
	position: relative;
	font-size: 1.6rem;
    line-height: 1.6;
    color: #016cb1;
    font-weight: bold;
    text-align: center;
}
#download .download_txt:before,#download .download_txt:after{
	position: absolute;
    width: 2px;
    height: 35px;
    content: "";
    background: #016cb1;
}
#download .download_txt:before {
    left: 10px;
    bottom: 0;
    margin-right: 0px;
    transform: rotate(-30deg);
}
#download .download_txt:after {
	right: 10px;
    bottom: 0;
    margin-left: 10px;
    transform: rotate(30deg);
}
@media all and (min-width: 600px) {
	#download .download_txt{
		font-size: 2rem;
	}
	#download .download_txt:before,#download .download_txt:after{
		height: 50px;
	}
	#download .download_txt:before {
		left: 18%;
	}
	#download .download_txt:after {
		right: 18%;
	}
}

/*  analog-intro
================================================== */
.analog-intro__inner {
	padding-top: 5px;
}

.analog-intro__lead {
	text-align: center;
	font-size: 2.1rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

@media all and (min-width: 600px) {
	.analog-intro__inner {
		padding-top: 30px;
	}
	.analog-intro__lead {
		font-size: 3.6rem;
		margin-bottom: 49px;
	}
}

/*  analog-theme
================================================== */
.analog-theme {
	position: relative;
	padding-bottom: 33px;
}

.analog-theme::before {
	content: "";
	display: block;
	width: 140.5px;
	height: 33.5px;
	background: url('../../img/analog-mater/ico_theme02.png')no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.analog-theme-list {
	margin-top: 32px;
}

.analog-theme-list__item {
	position: relative;
	border: 1px solid #e2e2e2;
	padding: 26px 20px 15px;
	margin-bottom: 22px;
}

.analog-theme-list__item-num {
	position: absolute;
	left: 50%;
	top: -18px;
	transform: translateX(-50%);
	color: #0171b8;
	font-size: 2rem;
	background-color: #fff;
}

.analog-theme-list__item-head {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 4px;
	letter-spacing: 0.05em;
}

@media all and (min-width: 600px) {
	.analog-theme {
		padding-bottom: 87px;
	}

	.analog-theme::before {
		width: 281px;
		height: 67px;
	}

	.analog-theme-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 38px;
	}

	.analog-theme-list__item {
		box-sizing: border-box;
		width: calc(25% - 8px);
		padding: 24px 28px 25px;
	}

	.analog-theme-list__item-num {
		font-size: 2rem;
	}

	.analog-theme-list__item-head {
		font-size: 1.8rem;
		margin-bottom: 17px;
	}
}

/*  analog-resolution
================================================== */
.analog-resolution {
	padding-top: 20px;
}

.analog-resolution__lead {
	background-color: #0171b8;
	color: #fff;
	font-size: 1.7rem;
	margin-top: 25px;
	padding: 12px 20px;
	letter-spacing: 0.05em;
	    font-weight: bold;
}

.analog-resolution__img {
	margin-bottom: 23px;
}

.analog-resolution-detail {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 17px;
	margin-bottom: 13px;
}

.analog-resolution-detail__head {
	position: relative;
  padding-left: 23px;
  margin-bottom: 4px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #1cacda;
  line-height: 1.5;
}

.analog-resolution-detail__head::before {
	content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 15px;
  height: 15px;
  background: url('../../img/common/ico_check01.png') no-repeat center / contain;
}

@media all and (min-width: 600px) {
	.analog-resolution {
		padding-top: 39px;
	}
	.analog-resolution__lead {
		text-align: center;
		font-size: 2.4rem;
		padding: 15px 25px 18px;
	}

	.analog-resolution__img {
		margin-bottom: 52px;
	}

	.analog-resolution-detail {
		padding-bottom: 35px;
		margin-bottom: 36px;
	}

	.analog-resolution-detail__head {
		font-size: 2.4rem;
		padding-left: 46px;
		margin-bottom: 10px;
	}

	.analog-resolution-detail__head::before {
		width: 30px;
		height: 30px;
		top: 4px;
	}
}

/*  analog-scene
================================================== */
.analog-scene__inner {
	padding-top: 30px;
}

.analog-scene-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.analog-scene-list__item {
	background-color: #e5f0f7;
	text-align: center;
	width: calc(50% - 5px);
	padding: 16px 0 14px;
	margin-bottom: 10px;
}

.analog-scene-list__item:nth-of-type(1) .analog-scene-list__item-img {
	width: 62.5px;
}

.analog-scene-list__item:nth-of-type(2) .analog-scene-list__item-img {
	width: 54px;
	margin-bottom: 11px;
}

.analog-scene-list__item:nth-of-type(3) .analog-scene-list__item-img {
	width: 58.5px;
}

.analog-scene-list__item:nth-of-type(4) .analog-scene-list__item-img {
	width: 63.5px;
	margin-bottom: 13px;
}

.analog-scene-list__item-img {
	margin: 0 auto 4px;
}

.analog-scene-list__item-head {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 11px;
}

@media all and (min-width: 600px) {
	.analog-scene__inner {
		padding-top: 56px;
	}

	.analog-scene-list {
		display: flex;
		flex-wrap: wrap;
	}

	.analog-scene-list__item {
		width: calc(25% - 6px);
		padding: 34px 0 34px;
	}

	.analog-scene-list__item:nth-of-type(1) .analog-scene-list__item-img {
		width: 105px;
	}

	.analog-scene-list__item:nth-of-type(2) .analog-scene-list__item-img {
		width: 96px;
		margin-bottom: 19px;
		margin-top: 20px;
	}

	.analog-scene-list__item:nth-of-type(3) .analog-scene-list__item-img {
		width: 100px;
		margin-top: 17px;
	}

	.analog-scene-list__item:nth-of-type(4) .analog-scene-list__item-img {
		width: 108px;
		margin-bottom: 26px;
		margin-top: 22px;
	}

	.analog-scene-list__item-img {
		margin-bottom: 17px;
	}

	.analog-scene-list__item-head {
		font-size: 1.8rem;
		margin-bottom: 14px;
	}
}

/*  analog-spec
================================================== */
.analog-spec__inner {
	padding-top: 34px;
}

.analog-spec-overview__item + .analog-spec-overview__item {
	margin-top: 28px;
}

.analog-spec-overview__item-head {
	margin-bottom: 3px;
}

.analog-spec__img {
	max-width: 304px;
	margin: auto;
}
@media all and (min-width: 600px) {
	.analog-spec__inner {
		padding-top: 81px;
	}

	.analog-spec-overview {
		display: flex;
		flex-wrap: wrap;
		margin-top: -10px;
		position: relative;
		justify-content: space-between;
		margin-bottom: 40px;
	}

	.analog-spec-overview::before {
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		background-color: #e2e2e2;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.analog-spec-overview__item {
		width: calc(50% - 50px);
	}

	.analog-spec-overview__item + .analog-spec-overview__item {
		margin-top: 0;
	}

	.analog-spec-overview__item-head {
		margin-bottom: 15px;
	}

	.analog-spec__img {
		max-width: 627px;
	}

}

/*  .analog-spec-detail
================================================== */
.analog-spec-detail .head { padding: 60px 0; }
.analog-spec-detail .head_tit_sub { color: #333; }
.analog-spec-detail .head_tit .btn { margin: 30px 0; }

.analog-spec-detail .table {
	margin-bottom: 0;
}
.analog-spec-detail .table + .table { margin-top: 25px; }
.analog-spec-detail .table .img { padding: 0 0 20px; }
.analog-spec-detail .copy { margin-bottom: 5px; font-size: 1.5rem; font-weight: 700; }
.analog-spec-detail .table .list { list-style-type: square; }
.analog-spec-detail figcaption { font-size: 1.3rem; text-align: center; }
.analog-spec-detail td { vertical-align:top; }
.analog-spec-detail .table .table-binding {
	vertical-align: middle;
}

.analog-spec-detail .table.is-sirc tr:nth-child(n+2) th,
.analog-spec-detail .table.is-sirc tr:nth-child(n+2) td {
	border: 1px solid #e2e2e2;
}

.analog-spec-detail .table.is-sirc th.table-head {
	background-color: #e1e1e1;
}

.analog-spec-detail__note-txt {
  font-size: 1.1rem;
  color: #999;
}

.analog-spec-detail__note {
	margin-top: 16px;
	margin-bottom: 33px;
}

@media all and (min-width: 600px) {
	.analog-spec-detail .head { display: flex; justify-content: space-between; padding: 60px 0; }
	.analog-spec-detail .head_pic { width: 40%; }
  .analog-spec-detail .img_box { margin-bottom: 40px; }
  .analog-spec-detail .copy { margin-bottom: 5px; font-size: 1.8rem; }
	.analog-spec-detail .table + .table { margin-top: 60px; }
  .analog-spec-detail .table thead th { padding: 16px 0; }
  .analog-spec-detail .table tbody th { vertical-align:middle; max-width: 230px; box-sizing: border-box; width: auto; padding: 16px 14px; text-align: center; display:table-cell; }
	.analog-spec-detail .table .img { padding: 20px; width: 400px; box-sizing: border-box; }

	.analog-spec-detail .table.is-sirc th.table-head {
		border-right: #fff solid 1px !important;
	}

	.analog-spec-detail__note {
		margin: 25px 0 72px auto;
	}

	.analog-spec-detail__note-txt {
		font-size: 1.4rem;
	}
	
}
@media all and (max-width: 599px) {
	.analog-spec-detail .table.is-sirc {
		display: table;
	}

	.analog-spec-detail .table.is-sirc tr:nth-child(n+2) {
		display: table-row;
	}
	.analog-spec-detail .table.is-sirc th,
	.analog-spec-detail .table.is-sirc td {
		display: table-cell;
		word-break: break-word;
	}
}

/*  #back-btn f3f3f3
================================================== */
#back-btn{
	margin-bottom: 40px;
}
#back-btn .areaBtn { 
	margin: 40px 0px;
    padding: 40px 5%;
    background: #f1f0f0;
}
#back-btn .areaBtn .btn { margin-top: 0; }
#back-btn .areaBtn .btn a { height: auto; padding: 13px 0 14px; line-height: 1.4; text-align: center; }
#back-btn .areaBtn .txt{
	margin-bottom: 18px;
    color: #016cb1;
    font-weight: bold;
	text-align: center;
}
#back-btn .areaBtn_youtube{
	margin: auto;
	margin-bottom: 35px;
	max-width: 650px;
	width: 100%;
    aspect-ratio: 16 / 9;
}
#back-btn .areaBtn_youtube iframe {
  width: 100%;
  height: 100%;
}
@media all and (min-width: 600px) {
	#back-btn{
		margin-bottom: 0px;
	}
	#back-btn .areaBtn { 
		margin: 60px 0px;
	}
	#back-btn .areaBtn .btn { max-width: 350px; width: 350px; margin: 0 auto; }
	#back-btn .areaBtn .btn a { padding: 20px 0 19px; } 
	#back-btn .areaBtn .txt{
	font-size: 1.6rem;
	}
	#back-btn .areaBtn_youtube .txt {
	  font-size: 2rem;
	}
}

/*  head_txt
================================================== */
.head_txt{
	padding: 30px 0;
}
.head_txt-main{
	margin-bottom: 10px;
	font-size: 2rem;
	color: #1cacda;
	font-weight: bold;
}
.head_txt-sub{
	margin-bottom: 10px;
}
@media all and (max-width: 599px) {
	
}

/*  #back-btn_sub
================================================== */
#back-btn_sub .areaBtn { margin: 0 -18px; padding: 30px 0px; background: #e5f0f7; }
#back-btn_sub .areaBtn .btn { margin-top: 0; }
#back-btn_sub .areaBtn .btn a { height: auto; padding: 13px 0 14px; line-height: 1.4; text-align: center; }
#back-btn_sub .areaBtn_txt{
	margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #0074bc;
    line-height: 1.4;
    text-align: center;
}
@media all and (min-width: 600px) {	
	#back-btn_sub .areaBtn .btn { max-width: 350px; width: 350px; margin: 0 auto; }
	#back-btn_sub .areaBtn .btn a { padding: 20px 0 19px; } 
	#back-btn_sub .mod_btn01_link {
		font-size: 1.5rem;
	}
	#back-btn_sub .areaBtn_txt{
		font-size: 1.8rem;
	}
}

