@charset "UTF-8";

.page-genre.page-genre_business_johosec-index #sidenavi-index a,
.page-genre.page-genre_business_johosec-itservice #sidenavi-itservice a,
.page-genre.page-genre_business_johosec-general #sidenavi-general a,
.page-genre.page-genre_business_johosec-iot #sidenavi-iot a,
.page-genre.page-genre_business_johosec-faq #sidenavi-faq a {
    color: #EA542A;
    background: url(../img/genre/sidenav_arrow_genre_orange.png) no-repeat left center;
}
p{
	font-size:14px;
}
@media only screen and (max-width: 640px) {
p{
	font-size:15px;
}
h2.bq {
	font-size:15px;
}
}
/* fnv */
dl.fnv{
	margin:40px 0 0 0;
}
dl.fnv dt{
	font-size:22px;
	text-align:center;
	border-bottom:1px solid #0d5ea4;
	font-weight:bold;
	padding-bottom:15px;
	margin-bottom:20px;
}
dl.fnv dd{
	width:97%;
	margin:auto;
}
dl.fnv ul{
	list-style:none;
	display:flex;
	justify-content: space-between;
	margin:0;
	padding:0;
}
dl.fnv li{
	width:235px;
}
dl.fnv li .btnC{
background: rgb(36,104,174);
background: -moz-linear-gradient(top, rgba(36,104,174,1) 0%, rgba(0,86,154,1) 100%);
background: -webkit-linear-gradient(top, rgba(36,104,174,1) 0%,rgba(0,86,154,1) 100%);
background: linear-gradient(to bottom, rgba(36,104,174,1) 0%,rgba(0,86,154,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2468ae', endColorstr='#00569a',GradientType=0 );
	border-radius:8px;
}
dl.fnv li:nth-of-type(2) a.btnC{
background: rgb(0,138,68);
background: -moz-linear-gradient(top, rgba(0,138,68,1) 0%, rgba(0,106,59,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,138,68,1) 0%,rgba(0,106,59,1) 100%);
background: linear-gradient(to bottom, rgba(0,138,68,1) 0%,rgba(0,106,59,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008a44', endColorstr='#006a3b',GradientType=0 );
}
dl.fnv li:nth-of-type(3) a.btnC{
background: rgb(236,136,67);
background: -moz-linear-gradient(top, rgba(236,136,67,1) 0%, rgba(192,84,40,1) 100%);
background: -webkit-linear-gradient(top, rgba(236,136,67,1) 0%,rgba(192,84,40,1) 100%);
background: linear-gradient(to bottom, rgba(236,136,67,1) 0%,rgba(192,84,40,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec8843', endColorstr='#c05428',GradientType=0 );
}
dl.fnv li a.btnC span {
	font-size:18px;
    padding: 20px 0px;
	display:block;
	color:#fff;
    background: url(/img/common/btn/btn_arrow.png) right 15px center no-repeat;
}
@media only screen and (max-width: 640px) {
	dl.fnv{
		margin:20px auto 0 auto;
		width:95%;
	}
	dl.fnv dt{
		font-size:17px;
		padding-bottom:5px;
		margin-bottom:15px;
	}
	dl.fnv dd{
		width:100%;
	}
	dl.fnv ul{
		display:block;
	}
	dl.fnv li{
		width:70%;
		margin:0 auto 15px auto;
	}
	dl.fnv li .btnC{
		border-radius:5px;
	}
	dl.fnv li:nth-of-type(2) a.btnC{
	}
	dl.fnv li:nth-of-type(3) a.btnC{
	}
	dl.fnv li a.btnC span {
		font-size:15px;
		padding: 10px 0px;
	}
}

/* johosec */
.page-genre.page-genre_business_johosec-index{
}
#johosecidx01{
}
#johosecidx01 .jdx1{
	border:1px solid #0a66ab;
	padding:10px;
	width:250px;
	box-sizing:border-box;
	border-radius:12px;
}
#johosecidx01 .jdx1:nth-of-type(2){
	border:1px solid #008241;
}
#johosecidx01 .jdx1:nth-of-type(3){
	border:1px solid #de783a;
}
#johosecidx01 .jdx1 h2{
	font-size: 20px;
    color: #333;
    line-height: 1.4;
	margin:0;
	text-align:center;
	border-bottom:2px solid #0a66ab;
	padding-bottom:10px;
	margin:0 10px 10px;
}
#johosecidx01 .jdx1:nth-of-type(2) h2{
	border-color:#008241;
}
#johosecidx01 .jdx1:nth-of-type(3) h2{
	border-color:#de783a;
}

#johosecidx01 .jdx1 dl{
}
#johosecidx01 .jdx1 dt{
	font-size:14px;
	margin:0 10px 10px;
}
#johosecidx01 .jdx1 dd{
}
#johosecidx01 .jdx1 .btnC{
background: rgb(36,104,174);
background: -moz-linear-gradient(top, rgba(36,104,174,1) 0%, rgba(0,86,154,1) 100%);
background: -webkit-linear-gradient(top, rgba(36,104,174,1) 0%,rgba(0,86,154,1) 100%);
background: linear-gradient(to bottom, rgba(36,104,174,1) 0%,rgba(0,86,154,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2468ae', endColorstr='#00569a',GradientType=0 );
	border-radius:8px;
}
#johosecidx01 .jdx1 a.btnC span {
	font-size:16px;
    padding: 20px 0px;
	display:block;
	color:#fff;
    background: url(/img/common/btn/btn_arrow.png) right 15px center no-repeat;
}
#johosecidx01 .jdx1:nth-of-type(2) a.btnC{
background: rgb(0,138,68);
background: -moz-linear-gradient(top, rgba(0,138,68,1) 0%, rgba(0,106,59,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,138,68,1) 0%,rgba(0,106,59,1) 100%);
background: linear-gradient(to bottom, rgba(0,138,68,1) 0%,rgba(0,106,59,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008a44', endColorstr='#006a3b',GradientType=0 );
}
#johosecidx01 .jdx1:nth-of-type(3) a.btnC{
background: rgb(236,136,67);
background: -moz-linear-gradient(top, rgba(236,136,67,1) 0%, rgba(192,84,40,1) 100%);
background: -webkit-linear-gradient(top, rgba(236,136,67,1) 0%,rgba(192,84,40,1) 100%);
background: linear-gradient(to bottom, rgba(236,136,67,1) 0%,rgba(192,84,40,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec8843', endColorstr='#c05428',GradientType=0 );
}

#johosecidx02{
	background:#fff7f4;
	border:2px solid #ed7f52;
	box-sizing:border-box;
	border-radius:8px;
	padding:20px;
	margin:35px 0;
}
#johosecidx02 h2 {
    font-size: 18px;
    color: #333;
    line-height: 1.4;
	background:#fff;
	border:2px solid #ed7f52;
	box-sizing:border-box;
	border-radius:8px;
	margin:0;
	padding:15px 0;
	text-align:center;
}
#johosecidx02 p.p1{
	font-size:14px;
	margin:1.5em 0;
}
#johosecidx02 .clm{
	background:#fff;
	border:2px solid #e1e1d3;
	padding:20px 210px 20px 25px;
	position:relative;
	box-sizing:border-box;
	border-radius:12px;
	margin-bottom:20px;
}
#johosecidx02 .clm:last-of-type{
	margin-bottom:0;
}
#johosecidx02 .clm p{
	margin:0;
}
#johosecidx02 .clm .txt{
	font-size:16px;
}
#johosecidx02 .clm h3{
    padding-bottom: 0;
	margin:10px 0;
    background: none;
    font-size: 20px;
    font-weight: bold;
    color: #0b57ad;
}
#johosecidx02 .clm .pic1{
	width:80px;
}
#johosecidx02 .clm .pic1 img{
	width:100%;
	border-radius:6px;
}
#johosecidx02 .clm dl{
	width:calc(100% - 100px);
	font-size:13px;
}
#johosecidx02 .clm dt{
}
#johosecidx02 .clm dd{
	font-size:13px;
	line-height:1.5;
}
#johosecidx02 .clm dl a{
    color: #0b57ad;
	text-decoration:none;
}
#johosecidx02 .clm .pic2{
	position:absolute;
	top:25px;
	right:25px;
}
@media only screen and (max-width: 640px) {
	.page-genre.page-genre_business_johosec-index{
	}
	#johosecidx01{
	}
	#johosecidx01 .jdx1{
		width:95%;
		margin:0 auto 5% auto;
	}
	#johosecidx01 .jdx1:nth-of-type(2){
	}
	#johosecidx01 .jdx1:nth-of-type(3){
	}
	#johosecidx01 .jdx1 h2{
		font-size: 16px;
	}
	#johosecidx01 .jdx1:nth-of-type(2) h2{
	}
	#johosecidx01 .jdx1:nth-of-type(3) h2{
	}
	
	#johosecidx01 .jdx1 dl{
	}
	#johosecidx01 .jdx1 dt{
		font-size:13px;
	}
	#johosecidx01 .jdx1 dd{
	}
	#johosecidx01 .jdx1 .btnC{
		width:60%;
		margin:0 auto 10px auto;
		border-radius:5px;
	}
	#johosecidx01 .jdx1 a.btnC span {
		font-size:14px;
		padding: 10px 0px;
	}
	#johosecidx01 .jdx1:nth-of-type(2) a.btnC{
	}
	#johosecidx01 .jdx1:nth-of-type(3) a.btnC{
	}
	
	#johosecidx02{
		width:95%;
		border:1px solid #ed7f52;
		border-radius:8px;
		padding:13px;
		margin:0 auto 5% auto;
	}
	#johosecidx02 h2 {
		font-size: 16px;
		border:1px solid #ed7f52;
		padding:10px 0;
	}
	#johosecidx02 p.p1{
		font-size:13px;
		margin:1em 0;
	}
	#johosecidx02 .clm{
		border:1px solid #e1e1d3;
		padding:10px 15px 10px 15px;
		border-radius:10px;
		margin-bottom:5%;
	}
	#johosecidx02 .clm:last-of-type{
		margin-bottom:0;
	}
	#johosecidx02 .clm p{
		margin:0;
	}
	#johosecidx02 .clm .txt{
		font-size:13px;
	}
	#johosecidx02 .clm h3{
		margin:5px 0 10px 0;
		font-size: 16px;
	}
	#johosecidx02 .clm .pic1{
		width:50px;
	}
	#johosecidx02 .clm .pic1 img{
		border-radius:3px;
	}
	#johosecidx02 .clm dl{
		width:calc(100% - 60px);
		font-size:13px;
	}
	#johosecidx02 .clm dt{
		font-size:11px;
	}
	#johosecidx02 .clm dd{
		font-size:11px;
	}
	#johosecidx02 .clm dl a{
	}
	#johosecidx02 .clm .pic2{
		top:15px;
		right:15px;
		width:50px;
	}
}

/* itservice */
#itservice01{
}
#itservice01 ul{
	list-style:none;
	border-top:10px solid #af9c84;
	background:#fdf6ef;
	padding:30px;
	background-image:url(../img/genre/cate_johosec/johosec_itservice01.png);
	background-repeat:no-repeat;
	 background-position:right top;
	 position:relative;
	 margin-bottom:80px;
}
#itservice01 li{
	background-image:url(../img/common/icn/icn_check2.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:30px;
	font-size:16px;
	font-weight:bold;
	line-height:2;
}
#itservice01 ul:after{
	content:"";
	background:url(../img/genre/cate_johosec/johosec_itservice02.png);
	display:block;
	margin:auto;
	width:107px;
	height:65px;
	position:absolute;
	bottom:-65px;
	left:50%;
	margin-left:-55px;
}
#itservice01 h3{
	text-align:center;
    padding-bottom: 10px;
	margin-bottom:40px;
    background: none;
    font-size: 22px;
    font-weight: bold;
    color: #333;
	border-bottom:1px solid #2b66ac;
}
#itservice01 .flex{
	flex-direction:row-reverse;
	margin-bottom:45px;
}
#itservice01 .flex.f1{
	margin-bottom:15px;
}
#itservice01 .flex.f2{
	flex-direction: row;
}
#itservice01 .flex .pic{
	width:320px;
	margin:0;
}
#itservice01 .flex dl.dl1{
	width:420px;

}
#itservice01 .flex dl.dl1 dt{
    background: url(../img/common/line/barS.png) no-repeat left top;
    color: #2964ad;
    font-size: 20px;
    padding: 20px 0 10px 0;
	margin:0;
    line-height: 1.5;
    font-weight: bold;
}
#itservice01 .flex dl.dl1 dd{
	font-size:14px;
	margin:0;
}
#itservice01 dl.skispe{
	border:3px solid #eb296e;
	border-radius:15px;
	padding:20px;
	margin:0 0 50px 0;
}
#itservice01 dl.skispe dt{
	background:#eb296e;
	color:#fff;
	text-align:center;
	font-family:bold;
	font-size:18px;
	border-radius:5px;
	padding:10px 0;
}
#itservice01 dl.skispe dd{
	flex-direction:row;
	margin:0;
}
#itservice01 dl.skispe dd .txt{
	width:510px;
	margin:0;
	padding:15px 0 0 110px;
	font-size:14px;
	line-height:1.9;
	position:relative;
}
#itservice01 dl.skispe dd .txt:before{
	content:"";
	display:inline-block;
	background:url(../img/genre/cate_johosec/johosec_itservice04b.png);
	width:92px;
	height:103px;
	position:absolute;
	top:15px;
	left:0;
}
#itservice01 dl.skispe dd .txt span{
	color:#e5286b;
	font-weight:bold;
}
#itservice01 dl.skispe dd .p1{
	margin:0;
}

#itservice01 .flex dl.dl1.d2{
}
#itservice01 .flex dl.dl1.d2 dt{
	padding:25px 0 15px 0;
}
#itservice01 .flex dl.dl1.d2 dt span{
	background:#2b66ac;
	display:block;
	color:#fff;
	padding:5px 15px;
}
#itservice01 .flex dl.dl1.d2 dd{
}
#itservice01 .flex dl.dl1.d2 dd span{
	font-size:20px;
	line-height:1.5;
	color:#2c66ab;
	font-weight:bold;
	display:block;
}

#recomm{
	background:#419314;
	border-radius:15px;
	padding:15px;
	margin-bottom:30px;
}
#recomm dl{
	position:relative;
}
#recomm dl:before{
	position:absolute;
	bottom:-40px;
	left:50%;
	margin-left:-22px;
	content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 25px 22.5px 0 22.5px;
border-color: #419314 transparent transparent transparent;
}
#recomm dl:after{
	position:absolute;
	bottom:-30px;
	left:50%;
	margin-left:-15px;
	content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 18px 15px 0 15px;
border-color: #fff transparent transparent transparent;
}
#recomm dt{
	font-size:20px;
	line-height:1.5;
	color:#fff;
	background-image:url(../img/genre/cate_johosec/johosec_itservice11.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:90px;
	padding-bottom:10px;
}
#recomm dt span{
	font-size:30px;
	color:#f9ff55;
}
#recomm dd{
	background:#fff;
	border-radius:0 0 5px 5px;
	padding:10px 30px 20px 30px;
	line-height:1.5;
}
#recomm dd p:last-of-type{
	margin:0;
}
@media only screen and (max-width: 640px) {
	#itservice01{
	}
	#itservice01 ul{
		width:90%;
		margin:auto;
		padding:15px;
		background-image:url(../img/genre/cate_johosec/johosec_itservice01_sp.png);
		background-size:40%;
		background-position:right bottom;
		 margin-bottom:40px;
	}
	#itservice01 li{
		background-position:left 1px;
		background-size:20px;
		padding-left:30px;
		font-size:14px;
		line-height:1.5;
		margin-bottom:10px;
	}
	#itservice01 ul:after{
		background-size:100%;
		background-repeat:no-repeat;
		width:52px;
		height:33px;
		bottom:-33px;
		margin-left:-25px;
	}
	#itservice01 h3{
		margin:auto;
		margin-bottom:30px;
		font-size: 16px;
		width:90%;
	}
	#itservice01 .flex{
		display:block;
		margin-bottom:25px;
		width:90%;
		margin:auto;
	}
	#itservice01 .flex.f1{
		margin-bottom:15px;
	}
	#itservice01 .flex.f2{
	}
	#itservice01 .flex .pic{
		display:none;
	}
	#itservice01 .flex dl.dl1{
		width:100%;
	}
	#itservice01 .flex dl.dl1 dt{
		font-size: 17px;
		padding: 20px 0 20px 0;
		text-align:center;
	}
	#itservice01 .flex dl.dl1 dd{
		font-size:15px;
		margin:0;
	}
	#itservice01 .flex dl.dl1 dd img{
		width:80%;
		margin:auto;
		display:block;
	}
	#itservice01 .flex dl.dl1 dd p{
		font-size:15px;
	}
	#itservice01 dl.skispe{
		border:2px solid #eb296e;
		border-radius:12px;
		padding:15px;
		width:90%;
		margin:0 auto 30px auto;
	}
	#itservice01 dl.skispe dt{
		font-size:17px;
		padding:10px 0;
	}
	#itservice01 dl.skispe dd{
		display:block;
		width:100%;
	}
	#itservice01 dl.skispe dd .txt{
		width:100%;
		margin:0;
		padding:10px 0;
		font-size:14px;
		line-height:1.5;
	}
	#itservice01 dl.skispe dd .txt:before{
		display:none;
	}
	#itservice01 dl.skispe dd .txt span{
	}
	#itservice01 dl.skispe dd .p1{
		margin:0 auto;
		width:70%;
	}
	
	#itservice01 .flex dl.dl1.d2{
	}
	#itservice01 .flex dl.dl1.d2 dt{
		font-size:17px;
	}
	#itservice01 .flex dl.dl1.d2 dt span{
	}
	#itservice01 .flex dl.dl1.d2 dd{
	}
	#itservice01 .flex dl.dl1.d2 dd span{
		font-size:17px;
	}
	#itservice01 .flex dl.dl1.d2 dd img{
		margin:10px auto;
	}
	
	#recomm{
		width:90%;
		margin:auto;
	}
	#recomm dl{
	}
	#recomm dl:before{
	}
	#recomm dl:after{
	}
	#recomm dt{
		font-size:14px;
		background-size:70px;
		padding-left:80px;
		padding-bottom:10px;
	}
	#recomm dt span{
		font-size:17px;
	}
	#recomm dd{
		padding:5px 10px;
	}
	#recomm dd p{
		font-size:14px;
		line-height:1.5;
	}
	#recomm dd p:last-of-type{
	}
}

/* general */
#generalservice01{
}
#generalservice01 ul{
	list-style:none;
	border-top:10px solid #af9c84;
	background:#fdf6ef;
	padding:30px;
	background-image:url(../img/genre/cate_johosec/johosec_general01.png);
	background-repeat:no-repeat;
	 background-position:right top;
	 position:relative;
	 margin-bottom:80px;
}
#generalservice01 li{
	background-image:url(../img/common/icn/icn_check2.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:30px;
	font-size:16px;
	font-weight:bold;
	line-height:2;
}
#generalservice01 ul:after{
	content:"";
	background:url(../img/genre/cate_johosec/johosec_itservice02.png);
	display:block;
	margin:auto;
	width:107px;
	height:65px;
	position:absolute;
	bottom:-65px;
	left:50%;
	margin-left:-55px;
}
#generalservice01 h3{
	text-align:center;
    padding-bottom: 10px;
	margin-bottom:40px;
    background: none;
    font-size: 22px;
    font-weight: bold;
    color: #333;
	border-bottom:1px solid #2b66ac;
}
#generalservice01 .flex{
	flex-direction:row-reverse;
	margin-bottom:45px;
}
#generalservice01 .flex.f1{
	margin-bottom:15px;
}
#generalservice01 .flex.f2{
	flex-direction: row;
}
#generalservice01 .flex .pic{
	width:320px;
	margin:0;
}
#generalservice01 .flex dl.dl1{
	width:420px;

}
#generalservice01 .flex dl.dl1 dt{
    background: url(../img/common/line/barS.png) no-repeat left top;
    color: #2964ad;
    font-size: 20px;
    padding: 20px 0 10px 0;
	margin:0;
    line-height: 1.5;
    font-weight: bold;
}
#generalservice01 .flex dl.dl1 dd{
	font-size:14px;
	margin:0;
}
#generalservice01 dl.skispe{
	border:3px solid #eb296e;
	border-radius:15px;
	padding:20px;
	margin:0 0 50px 0;
}
#generalservice01 dl.skispe dt{
	background:#eb296e;
	color:#fff;
	text-align:center;
	font-family:bold;
	font-size:18px;
	border-radius:5px;
	padding:10px 0;
}
#generalservice01 dl.skispe dd{
	flex-direction:row;
	margin:0;
}
#generalservice01 dl.skispe dd .txt{
	width:510px;
	margin:0;
	padding:15px 0 0 110px;
	font-size:14px;
	line-height:1.9;
	position:relative;
}
#generalservice01 dl.skispe dd .txt:before{
	content:"";
	display:inline-block;
	background:url(../img/genre/cate_johosec/johosec_itservice04b.png);
	width:92px;
	height:103px;
	position:absolute;
	top:15px;
	left:0;
}
#generalservice01 dl.skispe dd .txt span{
	color:#e5286b;
	font-weight:bold;
}
#generalservice01 dl.skispe dd .p1{
	margin:0;
}

#generalservice01 .flex dl.dl1.d2{
}
#generalservice01 .flex dl.dl1.d2 dt{
	padding:25px 0 15px 0;
}
#generalservice01 .flex dl.dl1.d2 dt span{
	background:#2b66ac;
	display:block;
	color:#fff;
	padding:5px 15px;
}
#generalservice01 .flex dl.dl1.d2 dd{
}
#generalservice01 .flex dl.dl1.d2 dd span{
	font-size:20px;
	line-height:1.5;
	color:#2c66ab;
	font-weight:bold;
	display:block;
}

@media only screen and (max-width: 640px) {
	#generalservice01{
	}
	#generalservice01 ul{
		width:90%;
		margin:auto;
		padding:15px;
		background-image:url(../img/genre/cate_johosec/johosec_general01_sp.png);
		background-size:40%;
		background-position:right bottom;
		 margin-bottom:40px;
	}
	#generalservice01 li{
		background-position:left 1px;
		background-size:20px;
		padding-left:30px;
		font-size:14px;
		line-height:1.5;
		margin-bottom:10px;
	}
	#generalservice01 ul:after{
		background-size:100%;
		background-repeat:no-repeat;
		width:52px;
		height:33px;
		bottom:-33px;
		margin-left:-25px;
	}
	#generalservice01 h3{
		margin:auto;
		margin-bottom:30px;
		font-size: 16px;
		width:90%;
	}
	#generalservice01 .flex{
		display:block;
		margin-bottom:25px;
		width:90%;
		margin:auto;
	}
	#generalservice01 .flex.f1{
		margin-bottom:15px;
	}
	#generalservice01 .flex.f2{
	}
	#generalservice01 .flex .pic{
		display:none;
	}
	#generalservice01 .flex dl.dl1{
		width:100%;
	}
	#generalservice01 .flex dl.dl1 dt{
		font-size: 17px;
		padding: 20px 0 20px 0;
		text-align:center;
	}
	#generalservice01 .flex dl.dl1 dd{
		font-size:15px;
		margin:0;
	}
	#generalservice01 .flex dl.dl1 dd img{
		width:80%;
		margin:auto;
		display:block;
	}
	#generalservice01 .flex dl.dl1 dd p{
		font-size:15px;
	}
	#generalservice01 p.p2{
		font-size:15px;
	}
	#generalservice01 dl.skispe{
		border:2px solid #eb296e;
		border-radius:12px;
		padding:15px;
		width:90%;
		margin:0 auto 30px auto;
	}
	#generalservice01 dl.skispe dt{
		font-size:17px;
		padding:10px 0;
	}
	#generalservice01 dl.skispe dd{
		display:block;
		width:100%;
	}
	#generalservice01 dl.skispe dd .txt{
		width:100%;
		margin:0;
		padding:10px 0;
		font-size:14px;
		line-height:1.5;
	}
	#generalservice01 dl.skispe dd .txt:before{
		display:none;
	}
	#generalservice01 dl.skispe dd .txt span{
	}
	#generalservice01 dl.skispe dd .p1{
		margin:0 auto;
		width:70%;
	}
	
	#generalservice01 .flex dl.dl1.d2{
	}
	#generalservice01 .flex dl.dl1.d2 dt{
		font-size:17px;
		text-align:left;
	}
	#generalservice01 .flex dl.dl1.d2 dt span{
		text-align:center;
	}
	#generalservice01 .flex dl.dl1.d2 dd{
	}
	#generalservice01 .flex dl.dl1.d2 dd span{
		font-size:17px;
	}
	#generalservice01 .flex dl.dl1.d2 dd img{
		margin:10px auto;
	}
}

/* iot */
#iot01{
	margin:35px 0 0 0;
}

#iot01 h3{
	text-align:center;
    padding-bottom: 10px;
	margin-bottom:40px;
    background: none;
    font-size: 22px;
    font-weight: bold;
    color: #333;
	border-bottom:1px solid #2b66ac;
}
#iot01 .flex{
	flex-direction:row-reverse;
	margin-bottom:45px;
}
#iot01 .flex.f1{
	margin-bottom:15px;
}
#iot01 .flex.f2{
	flex-direction: row;
}
#iot01 .flex table{
	width:100%;
	border:2px solid #e47f3f;
	margin:35px 0;
	font-size:14px;
}
#iot01 .flex th{
	border:1px solid #e47f3f;
	background:#fcfaf3;
	font-weight:bold;
	padding:15px 20px;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
}
#iot01 .flex td{
	border:1px solid #e47f3f;
	padding:15px 20px;
}
#iot01 .flex td span{
	font-weight:bold;
}
#iot01 .flex td ul{
	list-style:none;
	font-size:12px;
}
#iot01 .flex td .dd2{
	padding-left:1em;
}

#iot01 .flex .pic{
	width:320px;
	margin:0;
}
#iot01 .flex dl.dl1{
	width:420px;
}
#iot01 .flex dl.dl1 dt{
    background: url(../img/common/line/barS.png) no-repeat left top;
    color: #2964ad;
    font-size: 20px;
    padding: 20px 0 10px 0;
	margin:0;
    line-height: 1.5;
    font-weight: bold;
}
#iot01 .flex dl.dl1 dt span{
	font-size:16px;
}
#iot01 .flex dl.dl1 dd{
	font-size:14px;
	margin:0;
}
#iot01 .flex dl.dl1 dd.dd2{
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse;
	width:100%;
}
#iot01 .flex dl.dl1 dd p.p1{
	width:425px;
	margin:0;
}
#iot01 .flex dl.dl1 dd p.pic{
}
#iot01 .flex .iot2{
	border:2px solid #cd2360;
	border-radius:12px;
	padding:20px 25px;
	width:100%;
	margin:20px 0 0 0;
}
#iot01 .flex .iot2 p.pt{
	margin:0;
	background:#cd2360;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	padding:10px 0;
	border-radius:5px;
	margin-bottom:15px;
}
#iot01 .flex .iot2 .dl2{
	line-height:1.8;
}
#iot01 .flex .iot2 .dl2 dt{
	font-size:15px;
	font-weight:bold;
}
#iot01 .flex .iot2 .dl2 dd{
	font-size:15px;
	margin:0 0 0.5em 2em;
}
#iot01 .flex .iot2 .dl2 span{
	color:#cd2360;
}

#iot01 dl.skispe{
	border:3px solid #eb296e;
	border-radius:15px;
	padding:20px;
	margin:0 0 50px 0;
}
#iot01 dl.skispe dt{
	background:#eb296e;
	color:#fff;
	text-align:center;
	font-family:bold;
	font-size:18px;
	border-radius:5px;
	padding:10px 0;
}
#iot01 dl.skispe dt span{
	font-size:16px;
}
#iot01 dl.skispe dd{
	flex-direction:row;
	margin:20px 0 0 0;
}
#iot01 dl.skispe dd .txt{
	width:510px;
	margin:0;
	font-size:14px;
	line-height:1.7;
	position:relative;
}
#iot01 dl.skispe dd .txt span{
	color:#e5286b;
	font-weight:bold;
}
#iot01 dl.skispe dd .p1{
	margin:0;
	width:220px;
	text-align:center;
}
#iot01 dl.skispe dd .p1 img{
	width:120px;
}
#iot01 .flex dl.dl1.d2{
}
#iot01 .flex dl.dl1.d2 dt{
	padding:25px 0 15px 0;
}
#iot01 .flex dl.dl1.d2 dt span{
	background:#2b66ac;
	display:block;
	color:#fff;
	padding:5px 15px;
}
#iot01 .flex dl.dl1.d2 dd{
}
#iot01 .flex dl.dl1.d2 dd span{
	font-size:20px;
	line-height:1.5;
	color:#2c66ab;
	font-weight:bold;
	display:block;
}
#iot01 dl.fnv{
}
#iot01 dl.fnv dt{
}
#iot01 dl.fnv dd{
	font-size:14px;
	width:100%;
}
#iot01 dl.fnv ul{
	justify-content:center;
	margin:20px 0 35px 0;
}
#iot01 dl.fnv li{
	width:315px;
	margin:0 15px;
}
#iot01 dl.fnv li a.btnC span {
}
#iot01 dl.fnv li:nth-of-type(2) a.btnC{
background: rgb(236,136,67);
background: -moz-linear-gradient(top, rgba(236,136,67,1) 0%, rgba(192,84,40,1) 100%);
background: -webkit-linear-gradient(top, rgba(236,136,67,1) 0%,rgba(192,84,40,1) 100%);
background: linear-gradient(to bottom, rgba(236,136,67,1) 0%,rgba(192,84,40,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec8843', endColorstr='#c05428',GradientType=0 );
}

@media only screen and (max-width: 640px) {
	#iot01{
	  margin:20px 0 0 0;
	}
	
	#iot01 h3{
		  margin:auto;
		  margin-bottom:30px;
		  font-size: 16px;
		  width:90%;
	}
	#iot01 .flex{
		  display:block;
		  margin-bottom:25px;
		  width:90%;
		  margin:auto;
	}
	  #iot01 .flex.f1{
		  margin-bottom:15px;
	  }
	  #iot01 .flex.f2{
	  }
	#iot01 .flex table{
	  margin:20px 0;
	  font-size:11px;
	}
	#iot01 .flex th{
	  padding:5px;
	  line-height:1.5;
	}
	#iot01 .flex td{
	  padding:5px;
	  line-height:1.5;
	}
	#iot01 .flex td span{
	}
	#iot01 .flex td ul{
	}
	#iot01 .flex td dd{
	  font-size:12px;
	}
	#iot01 .flex td .dd2{
	}
	
	#iot01 .flex dl.dl1 dt span{
	  font-size:16px;
	}
	#iot01 .flex .pic{
		display:none;
	}
	#iot01 .flex dl.dl1{
		width:100%;
	}
	#iot01 .flex dl.dl1 dt{
		font-size: 17px;
		padding: 20px 0 10px 0;
		text-align:center;
	}
	#iot01 .flex dl.dl1 dd{
		font-size:15px;
		margin:0;
	}
	#iot01 .flex dl.dl1 dd img{
		width:80%;
		margin:auto;
		display:block;
	}

	#iot01 .flex dl.dl1 dd.dd2{
		width:100%;
		display:block;
	}
	#iot01 .flex dl.dl1 dd p.p1{
		width:100%;
		margin:0;
	}
	#iot01 .flex dl.dl1 dd p.pic{
		display:block;
		margin:auto;
		margin-bottom:10px;
		border-radius:5px;
	}
	#iot01 .flex dl.dl1 dd p.pic img{
		border-radius:5px;
	}
	
	#iot01 .flex .iot2{
		border-radius:8px;
		padding:10px 15px;
		margin-bottom:30px;
	}
	#iot01 .flex .iot2 p.pt{
		font-size:17px;
		line-height:1.3;
		padding:10px 0;
		margin-bottom:15px;
		background:#ee296f;
	}
	#iot01 .flex .iot2 .dl2{
		line-height:1.5;
	}
	#iot01 .flex .iot2 .dl2 dt{
	}
	#iot01 .flex .iot2 .dl2 dd{
		font-size:15px;
		margin:0 0 0.5em 0;
	}
	#iot01 .flex .iot2 .dl2 span{
	}

	#iot01 dl.skispe{
		border:2px solid #eb296e;
		border-radius:12px;
		padding:15px;
		width:90%;
		margin:0 auto 30px auto;
	}
	#iot01 dl.skispe dt{
		font-size:17px;
		padding:10px;
		text-align:left;
	}
	#iot01 dl.skispe dt span{
		font-size:14px;
	}
	#iot01 dl.skispe dd{
		display:block;
		width:100%;
		margin:0px 0 0 0;
	}
	#iot01 dl.skispe dd .txt{
		width:100%;
		margin:0;
		padding:10px 0;
		font-size:14px;
		line-height:1.5;
	}
	#iot01 dl.skispe dd .txt:before{
		display:none;
	}
	#iot01 dl.skispe dd .txt span{
	}
	#iot01 dl.skispe dd .p1{
		margin:0 auto;
		width:30%;
	}
	#iot01 dl.skispe dd .p1 img {
		width: 100%;
	}
	
	#iot01 dl.fnv{
	}
	#iot01 dl.fnv dt{
	}
	#iot01 dl.fnv dd{
		font-size:14px;
		width:100%;
	}
	#iot01 dl.fnv dd span{
	}
	#iot01 dl.fnv ul{
		justify-content:center;
		margin:20px 0 35px 0;
	}
	#iot01 dl.fnv li{
		width:70%;
		margin:10px auto;
	}
	#iot01 dl.fnv li a.btnC span {
	}
	#iot01 dl.fnv li:nth-of-type(2) a.btnC{
	}
}
