@charset "utf-8";

article {
	padding-bottom:50px;
}

article h1 {
	margin:0 0 0.5em;
	font-size:22px;
	font-weight:bold;
	line-height:1.5;
	color:#56C36F;
}

article h2 {
	margin:0 0 1.5em;
	font-size:24px;
	font-weight:bold;
	color:#242424;
}
article h2 p {
	font-size:14px;
}

article .lead {
	margin:0 0 40px;
	font-size:14px;
	font-weight:400;
}

article .steps {

}

article .steps .step1 {
	padding:10px;
	color:#fff;
	border-radius:5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #45CECE), color-stop(0.00, #56C36F));
	background: -webkit-linear-gradient(top, #56C36F 0%, #45CECE 88%);
	background: -moz-linear-gradient(top, #56C36F 0%, #45CECE 88%);
	background: -o-linear-gradient(top, #56C36F 0%, #45CECE 88%);
	background: -ms-linear-gradient(top, #56C36F 0%, #45CECE 88%);
	background: linear-gradient(to bottom, #56C36F 0%, #45CECE 88%);
}
article .steps .step1 h3 {
	margin:0 0 10px;
	color:#fff;
	font-size:16px;
	font-weight:700;
	text-align:center;
}
article .steps .step1 .tx {
	padding:10px;
	color:#585858;
	font-size:14px;
	font-weight:400;
	border-radius:5px;
	background:#fff;
}

article .steps .arrow1 {
	width:100%;
	padding:10px 0;
	text-align:center;
}

article .steps .step2 {
	display:flex;
	justify-content: space-around;
	flex-wrap:nowrap;
	padding:10px 30px;
	color:#fff;
	border-radius:5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #515C9B), color-stop(0.00, #2B3779));
	background: -webkit-linear-gradient(top, #2B3779 0%, #515C9B 88%);
	background: -moz-linear-gradient(top, #2B3779 0%, #515C9B 88%);
	background: -o-linear-gradient(top, #2B3779 0%, #515C9B 88%);
	background: -ms-linear-gradient(top, #2B3779 0%, #515C9B 88%);
	background: linear-gradient(to bottom, #2B3779 0%, #515C9B 88%);
}

article .steps .step2 .icon {
	width:5%;
	margin:0;
}

article .steps .step2 .tx {
	width:70%;
	margin:0;
}

article .steps .arrow2 {
	display:flex;
	justify-content: space-between;
	flex-wrap:nowrap;
	width:100%;
	padding:10px 0;
	text-align:center;
}
article .steps .arrow2 .box {
	width:48%;
}

article .steps .step3 {
	display:flex;
	justify-content: space-between;
	flex-wrap:nowrap;
	width:100%;
	margin:0 0 40px;
	padding:10px 0;
	text-align:center;
}
article .steps .step3 .box {
	position:relative;
	width:48%;
	padding:10px;
	box-sizing:border-box;
	font-size:18px;
	border-radius:5px;
	color:#585858;
}
article .steps .step3 .box::before {
	content:">";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
article .steps .step3 .box p {
	font-size:14px;
	color:#2B3779;
}
article .steps .step3 .box:nth-of-type(1) {
	border:2px solid #FFBB02;
}
article .steps .step3 .box:nth-of-type(1)::before {
	color:#FFBB02;
}
article .steps .step3 .box:nth-of-type(2) {
	border:2px solid #4589CE;
}
article .steps .step3 .box:nth-of-type(2)::before {
	color:#4589CE;
}

article h4 {
	padding:10px 30px;
	font-size:18px;
	font-weight:700;
	color:#242424;
	border-left:4px solid #56C36F;
	background:#F2F2F2;
}

article h4 span {
	display:block;
	width: 100%;
	margin:0 0 1em;
	font-family: 'Roboto', sans-serif;
	font-size:9px;
	font-weight:700;
	color:#56C36F;
}

article h4 p {
	margin:0.5em 0 2em;
	font-size:14px;
	font-weight:400;
	color:#585858;
}

article h4 div {
	float:left;
	padding-top:2em;
	padding-right:3em;
}
article h4 div.info {
	padding-top:1em;
	padding-left:1em;
	font-size:14px;
	font-weight:400;
	color:#585858;
}
article h4 div.info ol,
article h4 div.info li {
	list-style-type: decimal;
}

article .advantage1,
article .advantage2 {
	margin-top:200px;
}

article .advantage1 h4,
article .example1 h4 {
	border-left:4px solid #FFBB02;
}
article .advantage2 h4,
article .example2 h4 {
	border-left:4px solid #4589CE;
}

article .example1 h4 div {
	float:none;
	padding-top:0;
}
article .example2 h4 div {
	float:none;
	padding-top:0;
}

article .boxWrap {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	max-width:740px;
	margin:30px auto;
}

article .boxWrap .box {
	width:48%;
	margin:0;
	font-size:14px;
	font-weight:400;
	color:#585858;
}

article .boxWrap .box.ssize {
	width:28%;
}

article .boxWrap .box h5 {
	margin:0 0 1em;
	padding:0.3em 2em;
	font-size:14px;
	font-weight:400;
	background:#F2F2F2;
}

article .boxWrap .box .tx {
	margin-bottom:3em;
}

article .boxWrap .box p {
	display:inline-block;
	margin-right:1em;
	font-size:16px;
	font-weight:bold;
}
article .boxWrap .box span {
	display:inline-block;
	font-size:14px;
	font-weight:bold;
}

article a.download {
	position:relative;
	display:block;
	height:65px;
	border-radius:5px;
	border:1px solid #000;
}
article a.download::before {
	content:"";
	position:absolute;
	top:10px;
	left:10px;
	width:45px;
	height:45px;
	background:url(../img/common/icon_pdf.png) left top no-repeat;
}
article a.download p {
	margin:10px 0 5px 65px;
	color:#242424;
	font-size:16px;
	font-weight:700;
}
article a.download span {
	display:block !important;
	margin:0 0 0 65px;
	color:#2B3779;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	font-weight:400;
}

article .boxWrap .box .img {
	width:100%;
	padding:50px 20px;
	border:1px solid #95989A;
}

article .boxWrap .box img {
	width:100%;
	margin:0 auto;
}

article .example2 > img {
	display:block;
	width:100%;
	max-width:740px;
	margin:0 auto;
}

article .bdtop {
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #A6A6A6;
}
article .boxWrap.type2 .box .img {
	border:none;
}
article .boxWrap.type2 .box img:nth-of-type(2) {
	margin-top:30px;
}

article .boxWrap.type3 .ti {
	width:100%;
	text-align:center;
}
article .boxWrap.type3 .ti img {
	width:100%;
	max-width:550px;
}
article .boxWrap.type3 .box {
	width:23%;
	margin-top:20px;
}


@media (max-width: 768px) {
	article h1 {
		font-size:22px;
	}
	
	article .steps .step3 .box {
		font-size:16px;
	}
	article .steps .step3 .box p {
		font-size:13px;
	}
}

@media (max-width: 600px) {
	article h1 {
		font-size:20px;
	}
	article h1 br {
		display:none;
	}
	
	article .steps .step3 .box {
		font-size:13px;
	}
	article .steps .step3 .box p {
		font-size:10px;
	}

	article .boxWrap .box,
	article .boxWrap.type2 .box,
	article .boxWrap.type2 .box:nth-of-type(1),
	article .boxWrap.type2 .box:nth-of-type(2) {
		width:100%;
		margin:0 0 20px;
	}
	
	article .boxWrap .box.ssize {
		width:45%;
		margin:0 auto;
	}
	
	article .boxWrap.type3 .box {
		width:50%;
	}
}

@media (max-width: 480px) {
	article h1 {
		font-size:18px;
	}
	
	article .steps .step3 .box {
		font-size:13px;
	}
	article .steps .step3 .box p {
		font-size:10px;
	}
}

@media (max-width: 360px) {

}

