@charset "UTF-8";
.exeBox .btn span{
  display:inline-block;
  padding:5px 10px 5px 25px;
  border:#eaeaea 1px solid;
  background:#f8f8f8 url(../images/icon_toggle_open_02.png) 10px 50% no-repeat;
  color:#014099;
  font-size:12px;
}
.exeBox .btn span.nowOpen{background:url(../images/icon_toggle_close_02.png) 10px 50% no-repeat!important;}
@media screen and (max-width:767px){
.btn{margin-bottom: 10px;}
}

#topSection{padding: 90px 110px 80px;}
#topSection h1{
	color: #9bc8e9;
	font-size: 4.5em;
	border: none;
	text-align: center;
	margin: 0;
	padding: 20px 0 15px;
}
#topSection h1 span{color:#3e92ce;}
#topSection p{
	font-size: 1.7em;
	line-height: 1.4em;
	text-align: center;
	color: #626262;
}

h2{
	font-size: 1.6em;
	font-weight: bold;
}
h2.topH2{
	font-size: 2.5em;
	margin: 60px 0 30px;
}

.h3Type02{
	font-weight: bold;
	font-size: 2.5em;
	margin: 0;
}

.blueBox{
	border: 10px solid #5ea6d9;
	padding: 20px;
}
.lumpMix .lumpR{margin: 0 0 0 10px;}


/* -- serviceFlow  -- */


.serviceFlow li{
	width: 286px;
	float: left;
}

.serviceFlow li p{
	color: #fff;
	background: #5ea6d9;
	padding: 5px 10px;
}

.serviceFlow li:nth-child(even){
	width: 45px;
	height:200px;
	background: url(../images/arrow_001.png) no-repeat 50% 60%;
}

@media screen and (max-width:767px){
	
	#topSection{
		padding: 0;
		margin: 30px 0;
	}
	#topSection h1{font-size: 2em;}
	#topSection p{font-size: 1.3em;}
	h2.topH2{
		font-size: 1.5em;
		margin: 30px 0 15px;
	}
	.serviceFlow li{
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.serviceFlow li:nth-child(even){
		transform: rotate(90deg);
		height: 40px;
	}
}

/* -- prodBlock -- */

.prodBlock{
	border-top:1px solid #b5b5b5;
	margin: 10px 0 0;
	padding: 20px 0 0;
}
.prodBlock:nth-last-of-type(2){
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 30px;
}
.boxLumirror{
	width: 740px;
	float: left;
}
.boxLumirror .lumpEnd{padding: 0 0 0 10px;}


.prodLogo{
	width: 260px;
	float: left;
	margin: 0 0 10px;
}
.prodLogo span{
	font-size: 1.2em;
	font-weight: bold;
}
.prodLogo span.txtLogo + h3{margin: -10px 0 0 0;}
.prodChara{
	width: 220px;
	float: left;
	padding: 0 10px;
	margin: 0 0 20px;
}
.prodApp{
	width: 500px;
	float: left;
	margin: 0 0 20px;
}
.prodApp ul{
	margin: 10px 0 0;
	display: flex;
}
.prodApp ul li{width: 160px;}
.prodApp ul li + li{margin-left:10px;}
.prodButton{
	float: right;
	margin: 20px 0 0;
}
.prodButton a{
	color: #fff;
	display: block;
	text-decoration: none;
	background: #5ea6d9 url(../images/icon_newwindow.png) no-repeat 95% 50%;
	padding:5px 30px 5px 15px;
}

.prodButton a:hover{opacity: 0.8;}


@media screen and (max-width:767px){
.boxLumirror .lumpEnd{padding:0;}
	.prodLogo,.prodChara,.prodApp,.boxLumirror{
		width: 100%;
		float: none;
	}
	.prodChara{padding: 0;}
	
	.prodApp ul{
		justify-content:center;
		flex-wrap:no-wrap;
	}
	.prodApp ul li{
		width: 100%;
		text-align: center;
	}
	.prodApp ul li + li{margin-left:5px;margin: 0 0 0;}
	.prodButton{
		float: none;
		margin: 20px auto;
		text-align: center;
	}
}

.pageBottom{
	color: #fff;
	text-align: center;
	background: #5ea6d9;
	margin: 20px 0 0;
	padding: 20px;
}
.pageBottom p{font-size: 1.5em;}
.pageBottom ul{
	width: 810px;
	margin: 10px auto;
}
.pageBottom ul li{float: left;}
.pageBottom ul li+li{margin-left:10px;}
.pageBottom ul li img:hover{opacity: 0.8;}

.contactBox{
	width: 400px;
	font-size: 1.3em;
	text-align: center;
	margin: 70px auto 80px;
}
.contactBox a:hover{opacity: 0.8;}

@media screen and (max-width:767px){
	.pageBottom ul{width: 100%;}
	.pageBottom ul li{float: none; text-align: center;}
	.pageBottom ul li+li{
		margin-left:0px;
		margin: 10px 0 0;
	}
	.contactBox{width: 100%;}
}

.prodBlock:after,.pageBottom ul:after{
	content:" ";
    display:block;
    clear:both;
}