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

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

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

@media all and (min-width: 600px) { #eng-doc #mainImg .tit .sub { font-size: 3.0rem; } }

/* 白い大きいタイトルはheader.php参照 */

/* #mainImg
================================================ */
#mainImg { position: relative; background: url("../img/iot/bg_main_iot01_sp.png") no-repeat center center/cover; margin-top: 0; padding-top: 50px; height: 265px;}
#mainImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* ←濃さ調整 */
  z-index: 1;
}
#mainImg .tit{
	position: relative;
	z-index: 2;
}
#mainImg .inner { position: static; }

#mainImg .inner:before { display: none; }
#mainImg .tit span { font-size: 2rem;}

@media all and (min-width: 600px) { #mainImg { background: url("../img/iot/bg_main_iot01_pc.png") no-repeat center center/cover; margin-top: 95px; padding-top: 0; }
  #mainImg .inner:before { display: none; } 
	#mainImg .tit span { font-size: 2.8rem;}
}

/* #download
================================================ */
#download .download_wrap{
	padding: 20px 0;
	background: #f3f3f3;
}
#download .download_txt{
	position: relative;
	font-size: 1.5rem;
    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: 20px;
    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_wrap{
		padding: 35px 0;
	}
	#download .download_txt{
		font-size: 1.6rem;
	}
	#download .download_txt:before,#download .download_txt:after{
		height: 25px;
	}
	#download .download_txt:before {
		left: 38%;
	}
	#download .download_txt:after {
		right: 38%;
	}
	#download .mod_btn01{
		max-width: 630px;
	}
}




/*  装飾
================================================== */
.modaspace{
	margin-bottom: 40px;
}
@media all and (min-width: 600px) {
	.modaspace{
	margin-bottom: 0px;
}
}


section .txt{
	margin-bottom: 30px;
}

section .txt:last-child{
	margin-bottom: 0px;
}


.keyword{
background-color:#fff; 
padding:2px 10px; 

}
@media all and (min-width: 600px) { 
.keyword{ margin-bottom: 5px; font-size: 1.4rem; font-weight: 400;}  }



/*枠線 画像＋テキスト*/

.f-box{
  padding:10px;
  display : flex;
  flex-wrap : wrap;
  justify-content:space-between;
}
.f-box::after{
  content:"";
  display: block;
  width:100%;
}
.f-boxitem{
  border: 1px solid #ccc;
  padding:20px;
  margin-bottom:10px;
  box-sizing:border-box;
  width:100%;
}
.f-boxitem h1 {
  color: #195aa5;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.f-boxitem p {
}
.f-boxitem img {
margin-right:10px; float: left; width: 70px;
}
.f-box::after{
  width:49.2%;
}
.f-boxitem{
  width:49.2%;
}
.f-boxitem img {
margin-right:10px; float: left; width: 140px;
}




/*　lbl テキストの水色　*/
.lbl { color:#1cace1;}
.bl {color:#016cb1; font-weight: bold;}



/*  #task
================================================== */
.task .subTit { margin-bottom: 5px; font-size: 1.5rem; font-weight: 700; }
.task_list .txt { margin-bottom: 12px; }


@media all and (min-width: 600px) {
.task .imgBox { margin-bottom: 35px; }
.task .subTit { margin-bottom: 5px; font-size: 1.8rem; }
.task .txt { margin-bottom: 15px; }

}
/*  #about
================================================== */
#about .task_list .subTit{
	font-size: 1.5rem;
}
@media all and (min-width: 600px){
	#about .task_list .subTit{
		font-size: 1.8rem;
	}
}

/*  #merit
================================================== */
#merit .task_list .subTit{
	font-size: 1.5rem;
}
@media all and (min-width: 600px){
	#merit .task_list .subTit{
		font-size: 1.8rem;
	}
	#merit .task_list .txt {
		margin-bottom: 20px;
	}
}

/*  #modernization
================================================== */
.solul{
	max-width: 1200px;
	margin:
	auto;
	width: 95%;
}
.solli{
	position: relative;
	background:white;
	display: flex;
	margin: 40px 0;
	justify-content: space-around;
	padding: 20px;
	border: 1px solid #ccc; /* 枠線 */
}
.solli:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid #1cacda;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
}
.solli:last-child:before{
	display: none
}
.txtarea{
	max-width:840px;
	width:100%;
}
.soimg1{
	max-width: 335px;
    max-height: 210px;
	background:#fff;
	height: 60vw;
	width:100%;
	text-align:center;
	display: flex;
	align-items: center;
	margin: 0 20px 0 0;
}

.soimg1 img{
	margin:	auto;
	width: 100%;
}
.skyb{
	color:#21c9fd!important;
}
.big{
	font-size:2.3rem;
	font-weight:700;
}
.bluet{
	color:#1F5BAA;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
}
.title3{
	display: flex;
	flex-direction: column;
	line-height: 1;
	text-align: center;
	margin-right: 10px;
	width: 100px;
}
.title1 {
	margin-bottom: 15px;
    padding: 5px 0;
    background: #0171b8;
    color: #fff;
    font-size: 1.8rem;
	text-align: center;
    font-weight: bold;
}
.title2{
	display:flex;
	align-items: center;
}
.title2 h4{
	font-size: 34px;
	font-weight:700;
	line-height: 1.3;
}
.txt2{
	font-size:19px;
	line-height: 2;
}

.title1:before{
display:none;
}

.sankakucenter_s2{
width: 100%;
margin: 0 auto;
}
.sankaku_s2{
width: 0;
height: 0;
border: 100px solid transparent;
border-top: 40px solid #21c9fd;
}

@media (max-width:600px) {

.solli{
	background:white;
	display: flex;
	margin: 10% auto 0;
	justify-content: space-around;
	padding: 20px;
	flex-direction: column-reverse;
	max-width: 500px;
	width: 100%;
    box-sizing: border-box;
}
.big{
	font-size:2rem;
}
.sol2{
	flex-direction: column-reverse;
}
.title1 {
    font-size: 1.6rem;
    line-height: 1.3;
}
.txtarea{
	max-width:840px;
	width:100%;
}
.bluet{
	font-size: 1.6rem;
}
.soimg1{
	max-width: 820px;
	max-height: 200px;
	background:#fff;
	width: 100%;
    height: 60vw;
	text-align:center;
	display: flex;
	align-items: center;
	margin: 30px auto;
}
.sol2 .soimg1{
	margin: 20px 0 auto;
	height: 40vw;
}
.title3{
	display: flex;
	flex-direction: column;
	line-height: 1;
	text-align: center;
	margin-right: 5px;
	width: 90px;
}
}

@media (min-width: 600px) {
	.solli .mod_btn01_link{
		font-size: 1.4rem;
	}
	
}


@media (min-width: 600px) {
    .mod_btn01 {
        margin: 20px auto 0;
        max-width: 340px;
    }
}


/*  #back-btn f3f3f3
================================================== */
#back-btn .areaBtn { margin: 0 -18px; padding: 45px 20px; background: #f3f3f3; }
#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 .txt{
	font-weight: bold;
	color: #0171b8;
	text-align: center;
}

@media all and (min-width: 600px) {
  #back-btn .areaBtn .btn { max-width: 350px; width: 350px; margin: 0 auto; }
  #back-btn .areaBtn .btn a { padding: 20px 0 19px; } }



/* other
------------------------------------- */
#other { background: #eeeeee; }

#other .otherInner { padding-top: 50px; margin-bottom: 60px; }

@media all and (min-width: 600px) { #other .otherInner { padding-top: 90px; padding-bottom: 70px; } }
