@charset "utf-8";

body {
  -webkit-print-color-adjust: exact;
}

.usamiapp_body{
	background:#fff url(/img/usamiapp/app_bg.jpg) no-repeat center top;
	width: 100%;
	float: left;
	min-height: 340px;
}

.usami_con{
	width: 950px;
	float: left;
}

.usami_con p{
	font-size: 15px;
}
.usami_con .n_tit,.sec .n_tit{
	width: 100%;
	box-sizing: border-box;
}

.section{
	width: 100%;
	display: flex;
}

.sec{
	width: 100%;
  float: left;
}

.section img{
	width: 50%;
}

.section p{
	width: 50%;
	display:flex;
	align-items: center;
}
.navi{
	width: 100%;
	margin: 20px 0;
	display:flex;
	justify-content: center;
}

.navi li{
	width: 24%;
	padding: 0 0.5%;
}

.navi li a{
	background:#ececec url(/img/usamiapp/arrow.png) no-repeat center left;
	width: 100%;
	float: left;
	color: #000;
	padding: 15px 0;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

.navi li a:hover{
	background:#989898 url(/img/usamiapp/arrow.png) no-repeat center left;
	text-decoration: none;
	color: #fff;
}

.box{
	width: 100%;
	margin: 20px 0 10px 0;
	float: left;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 20px;
	background: #ececec;
}

#sec1 .sec1_box{
	width: 910px;
	height: 630px;
	background: url(/img/usamiapp/sec1.jpg) no-repeat;
	position: relative;
}

#sec1 .sec1_box h3{
	width: 140px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	position: absolute;
}
#sec1 .sec1_box p{
	position: absolute;
	font-size: 12px;
	line-height: 15px;
}

#sec1 .sec1_box .w200{width: 200px;}
#sec1 .sec1_box .w170{width: 170px;}
#sec1 .sec1_box .w160{width: 160px;}
#sec1 .sec1_box .w150{width: 150px;}

#sec1 .sec1_box .h1{top:120px;left: 215px;}
#sec1 .sec1_box .p1{top:80px;left: 10px;}
#sec1 .sec1_box .h2{top:120px;right: 215px;}
#sec1 .sec1_box .p2{top:80px;right: 10px;}
#sec1 .sec1_box .h3{top:275px;left: 165px;}
#sec1 .sec1_box .p3{top:210px;left: 10px;}
#sec1 .sec1_box .h4{top:285px;right: 165px;}
#sec1 .sec1_box .p4{top:210px;right: 5px;}
#sec1 .sec1_box .h5{top:440px;left: 175px;}
#sec1 .sec1_box .p5{top:365px;left: 10px;}
#sec1 .sec1_box .h6{top:420px;right: 165px;}
#sec1 .sec1_box .p6{top:365px;right: 5px;}
#sec1 .sec1_box .h7{top:595px;left: 205px;}
#sec1 .sec1_box .p7{top:520px;left: 10px;}
#sec1 .sec1_box .h8{top:595px;right: 210px;}
#sec1 .sec1_box .p8{top:520px;right: 5px;}
#sec1 .sec1_box .h9{top:520px;left: 380px;}
#sec1 .sec1_box .p9{top:555px;left: 370px;}

#sec2 .box ul{
	width: 100%;
	display: flex;
}

#sec2 .box ul li{
	width: 32%;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
}
#sec2 .box ul li:nth-child(2){
	margin: 0 2%;
}
.box ul li p{
	width: 100%;
	min-height: 40px;
}

#sec2 .box ul li .img_box{
	width: 100%;
	margin: 10px auto 0 auto;
	text-align: center;
}
.n_base::before{
	background: #e50012;
	color: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	float: left;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 20px;
}
.n1::before{content: '1';}
.n2::before{content: '2';}
.n3::before{content: '3';}
.n4::before{content: '4';}
.n5::before{content: '5';}
.n6::before{content: '6';}
.n7::before{content: '7';}
.n8::before{content: '8';}


#sec3 .box ul{
	width: 100%;
	display: flex;
}

#sec3 .box ul li{
	width: 250px;
	background: #fff;
	padding: 10px 5px;
	box-sizing: border-box;
}
#sec3 .box ul li:nth-child(2){
	margin: 0 20px;
	width: 560px;
	position: relative;
}

.ar::before{
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	background: url(/img/usamiapp/arrow2.png) no-repeat center left;
}

.ar::after{
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	background: url(/img/usamiapp/arrow2.png) no-repeat center left;
}


#sec3 .box ul li .img_box{
	width: 100%;
	margin: 10px auto 0 auto;
	text-align: center;
}

#sec3 .box ul li .bto{
	margin-top: 60px;
	margin-bottom: -30px;
}

#sec4 .w_box{
	width: 100%;
	background-color: #fff;
}

#sec4 .box ul{
	width: 100%;
	display: flex;
	margin-top: 20px;
}

#sec4 .box ul li{
	width: 210px;
	background: #fff;
	padding: 10px 5px;
	box-sizing: border-box;
}
#sec4 .box ul li:nth-child(2){
	margin: 0 23px;
}
#sec4 .box ul li:nth-child(3){
	margin: 0 24px 0 0;
}

#sec4 .box ul li .img_box{
	width: 100%;
	margin: 10px auto 0 auto;
	text-align: center;
}
