/* common */
body{background: #fff;}
.wrapper_wrapper_{background: #fff;}
div.wrapper_{background: #fff;}

.ebizhub{font-size:15px;line-height:1.8;color:#333333;}
.ebizhub .ct{margin:0 auto;text-align:center;}
.ebizhub .contents{margin:0 auto;width:660px;}
.ebizhub div{box-sizing:border-box;}

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}

.ebizhub h1 {
    margin: 0 auto;
    width: 1240px;
}
.ebizhub .button-area{
	display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFBCB;
    padding: 35px 0;
    max-width: 1240px;
	margin: 0 auto;
}
.ebizhub .button-area .button.b01{
	margin-right: 30px;
}
.ebizhub #section01{
	margin-top: 50px;
}
.ebizhub #section01 div.title{
	width: 566px;
	margin: 0 auto;
}
.ebizhub #section01 div.pointwrap{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 1120px;
    margin: 0 auto;
}
.ebizhub #section01 div.pointwrap div.box{
	width: 545px;
	margin-top: 40px;
	background: #F2FBFD;
}
.ebizhub #section01 div.pointwrap div.box.b01,
.ebizhub #section01 div.pointwrap div.box.b02{
	padding: 0 40px 30px;
}
.ebizhub #section01 div.pointwrap div.box.b03,
.ebizhub #section01 div.pointwrap div.box.b04{
	padding: 0 40px 20px;
}
.ebizhub #section01 div.pointwrap div.box.b05{
	padding: 0 40px 0;	
}
.ebizhub #section01 div.pointwrap div.box.b06{
	padding: 0 40px 70px;
}
.ebizhub #section01 div.pointwrap div.box.b01,
.ebizhub #section01 div.pointwrap div.box.b03,
.ebizhub #section01 div.pointwrap div.box.b05{
	margin-right: 30px;
}
.ebizhub #section01 div.pointwrap div.box div.point{
	width: 90px;
	margin: -25px auto 25px;
}
.ebizhub #section01 div.pointwrap div.box h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	border-bottom: 1px dotted #B8E6F3;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.ebizhub #section01 div.pointwrap div.box div.wrap{
	display: flex;
	justify-content: space-between;
}
.ebizhub #section01 div.pointwrap div.box p.txt{
	width: 275px;
	font-size: 16px;
	line-height: 1.6;
}
.ebizhub #section01 div.pointwrap div.box p.txt span{
	display: block;
	margin-top: 10px;
	font-size: 12px;
}
.ebizhub #section01 div.pointwrap div.box.b01 div.img,
.ebizhub #section01 div.pointwrap div.box.b02 div.img,
.ebizhub #section01 div.pointwrap div.box.b03 div.img,
.ebizhub #section01 div.pointwrap div.box.b04 div.img{
	width: 160px;
} 
.ebizhub #section01 div.pointwrap div.box.b05 div.img{
	width: 170px;
} 
.ebizhub #section01 div.pointwrap div.box.b06 div.img{
	width: 110px;
	margin-top: 10px;
	margin-right: 20px;
} 
.ebizhub #section02{
	margin: 80px auto 0;
}
.ebizhub #section02 h2.title{
	margin: 0 auto 35px;
	width: 1240px;
	position: relative;
	background: #F7F8FA;
	line-height: 2;
	padding: 18px 15px 15px 40px;
	font-size: 20px;
	font-weight: bold;
}
.ebizhub #section02 h2.title::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 70px;
	height: 4px;
	background: #22C2F0;
}
.ebizhub #section02 h2.title::after{
	position: absolute;
	content: " ";
	top: 0;
	left: 70px;
	width: 23px;
	height: 4px;
	background: #FECE00;
}
.ebizhub #section02 div.faq{
	width: 1120px;
	margin: 0 auto;
}
.ebizhub #section02 div.faq dl{
	position: relative;
}
.ebizhub #section02 div.faq dl dt.question{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px dotted #CECECE;
	padding-bottom: 12px;
	padding-left: 45px;
	margin-bottom: 15px;
	color: #333333;
}
.ebizhub #section02 div.faq dl dt.question::before{
	content: '';
	position: absolute;
    background: url(../../../img/special/ebizhub/question.png) no-repeat;
    width: 29px;
    height: 29px;
    top: -3px;
    left: 5px;
}
.ebizhub #section02 div.faq dl dd.answer{
	position: relative;
	font-size: 14px;
	padding-left: 45px;
	line-height: 2;
	color: #333333;
	margin-bottom: 30px;
}
.ebizhub #section02 div.faq dl dd.answer::before{
	content: '';
	position: absolute;
    background: url(../../../img/special/ebizhub/answer.png) no-repeat;
    width: 29px;
    height: 29px;
    top: -3px;
    left: 5px;
}
.ebizhub #section02 div.faq dl dd.answer a{
	text-decoration: underline;
}
.ebizhub #section03{
	margin-top: 70px;
}
.ebizhub #section03 div.contact-area{
	background: #FFFBCB;
	width: 1120px;
	margin: 0 auto;
	padding: 50px 0;
}
.ebizhub #section03 div.contact-area h2{
	width: 788px;
	margin: 0 auto 35px;
}
.ebizhub #section03 div.contact-area div.button{
	width: 509px;
	margin: 0 auto;
}
.ebizhub #section04{
	margin: 80px auto 0;
}
.ebizhub #section04 h2.title{
	margin: 0 auto 35px;
	width: 1240px;
	position: relative;
	background: #F7F8FA;
	line-height: 2;
	padding: 18px 15px 15px 40px;
	font-size: 20px;
	font-weight: bold;
}
.ebizhub #section04 h2.title::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 70px;
	height: 4px;
	background: #22C2F0;
}
.ebizhub #section04 h2.title::after{
	position: absolute;
	content: " ";
	top: 0;
	left: 70px;
	width: 23px;
	height: 4px;
	background: #FECE00;
}
.ebizhub #section04 div.wrap{
	width: 1120px;
	margin: 0 auto;
	display: flex;
    align-items: center;
}
.ebizhub #section04 div.wrap h3{
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	margin-right: 60px;
}
.ebizhub #section04 div.wrap div.btn a.button{
    display: inline-block;
    text-align: center;
    outline: none;
	border: 1px solid #4A545E;
	background: #fff;
	border-radius: 20px;
	width: 400px;
	padding: 6px 0;
	position: relative;
}
.ebizhub #section04 div.wrap div.btn a.button:hover{
	text-decoration: none;
}
.ebizhub #section04 div.wrap div.btn a.button span {
	position: absolute;
	top: 12px;
    width: 17px;
	height: 17px;
	left: 30px;
}
@media print, screen and (max-width: 767px) {
	.ebizhub h1 {
	    width: 100%;
	}
	.ebizhub h1 img{
	    width: 100%;
	    height: auto;
	}
	.ebizhub .button-area{
		display: block;
		width: 100%;
	}
	.ebizhub .button-area .button{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.ebizhub .button-area .button.b01{
		margin-bottom: 15px;
		margin-right: auto;
	}
	.ebizhub #section01{
		margin-top: 40px;
	}
	.ebizhub #section01 div.title{
		width: 359px;
		margin-bottom: 40px;
	}
	.ebizhub #section01 div.pointwrap{
		display: block;
	    width: 100%;
	    margin: 0 auto;
	}
	.ebizhub #section01 div.pointwrap div.box{
		width: 100%;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.ebizhub #section01 div.pointwrap div.box.b01,
	.ebizhub #section01 div.pointwrap div.box.b02{
		padding: 5px 20px 25px;
	}
	.ebizhub #section01 div.pointwrap div.box.b03,
	.ebizhub #section01 div.pointwrap div.box.b04{
		padding: 5px 20px 5px;
	}
	.ebizhub #section01 div.pointwrap div.box.b05{
		padding: 5px 20px 0;	
	}
	.ebizhub #section01 div.pointwrap div.box.b06{
		padding: 5px 20px 30px;
	}
	.ebizhub #section01 div.pointwrap div.box.b01,
	.ebizhub #section01 div.pointwrap div.box.b03,
	.ebizhub #section01 div.pointwrap div.box.b05{
		margin-right: auto;
	}
	.ebizhub #section01 div.pointwrap div.box div.point{
		width: 90px;
		margin: -30px auto 10px;
	}
	.ebizhub #section01 div.pointwrap div.box h3{
		font-size: 22px;
		line-height: 1.3;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.ebizhub #section01 div.pointwrap div.box div.wrap{
		display: block;
	}
	.ebizhub #section01 div.pointwrap div.box p.txt{
		width: 100%;
		font-size: 14px;
		line-height: 1.6;
	}
	.ebizhub #section01 div.pointwrap div.box p.txt span{
		display: block;
		margin-top: 10px;
		font-size: 12px;
	}
	.ebizhub #section01 div.pointwrap div.box.b01 div.img,
	.ebizhub #section01 div.pointwrap div.box.b02 div.img,
	.ebizhub #section01 div.pointwrap div.box.b03 div.img,
	.ebizhub #section01 div.pointwrap div.box.b04 div.img{
		width: 160px;
		margin: 15px auto 0;
	} 
	.ebizhub #section01 div.pointwrap div.box.b05 div.img{
		width: 170px;
		margin: 15px auto 0;
	} 
	.ebizhub #section01 div.pointwrap div.box.b06 div.img{
		width: 110px;
		margin-top: 15px;
		margin-right: auto;
		margin-left: auto;
	} 
	.ebizhub #section02{
		margin: 50px auto 0;
	}
	.ebizhub #section02 h2.title{
		margin: 0 auto 20px;
		width: 100%;
		position: relative;
		background: #F7F8FA;
		line-height: 2;
		padding: 18px 15px 15px 20px;
		font-size: 20px;
		font-weight: bold;
	}
	.ebizhub #section02 h2.title::before{
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 70px;
		height: 4px;
		background: #22C2F0;
	}
	.ebizhub #section02 h2.title::after{
		position: absolute;
		content: " ";
		top: 0;
		left: 70px;
		width: 23px;
		height: 4px;
		background: #FECE00;
	}
	.ebizhub #section02 div.faq{
		width: 100%;
		margin: 0 auto;
	}
	.ebizhub #section02 div.faq dl{
		position: relative;
	}
	.ebizhub #section02 div.faq dl dt.question{
		position: relative;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
		border-bottom: 1px dotted #CECECE;
		padding-bottom: 12px;
		padding-left: 45px;
		margin-bottom: 15px;
		color: #333333;
	}
	.ebizhub #section02 div.faq dl dt.question::before{
		content: '';
		position: absolute;
	    background: url(../../../img/special/ebizhub/question.png) no-repeat;
	    width: 29px;
	    height: 29px;
	    top: -4px;
	    left: 5px;
	}
	.ebizhub #section02 div.faq dl dd.answer{
		position: relative;
		font-size: 14px;
		padding-left: 45px;
		line-height: 2;
		color: #333333;
		margin-bottom: 30px;
	}
	.ebizhub #section02 div.faq dl dd.answer::before{
		content: '';
		position: absolute;
	    background: url(../../../img/special/ebizhub/answer.png) no-repeat;
	    width: 29px;
	    height: 29px;
	    top: -4px;
	    left: 5px;
	}
	.ebizhub #section02 div.faq dl dd.answer a{
		text-decoration: underline;
	}
	.ebizhub #section03{
		margin-top: 50px;
	}
	.ebizhub #section03 div.contact-area{
		background: #FFFBCB;
		width: 100%;
		margin: 0 auto;
		padding: 30px 0;
	}
	.ebizhub #section03 div.contact-area h2{
		width: 292px;
		margin: 0 auto 22px;
	}
	.ebizhub #section03 div.contact-area div.button{
		width: 90%;
		margin: 0 auto;
	}
	.ebizhub #section04{
		margin: 50px auto 0;
	}
	.ebizhub #section04 h2.title{
		margin: 0 auto 20px;
		width: 100%;
		position: relative;
		background: #F7F8FA;
		line-height: 1.5;
		padding: 18px 15px 15px 20px;
		font-size: 20px;
		font-weight: bold;
	}
	.ebizhub #section04 h2.title::before{
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 70px;
		height: 4px;
		background: #22C2F0;
	}
	.ebizhub #section04 h2.title::after{
		position: absolute;
		content: " ";
		top: 0;
		left: 70px;
		width: 23px;
		height: 4px;
		background: #FECE00;
	}
	.ebizhub #section04 div.wrap{
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.ebizhub #section04 div.wrap h3{
		font-size: 16px;
		line-height: 1.3;
		margin-right: 0;
		margin-left: 2.5%;
		margin-bottom: 15px;
	}
	.ebizhub #section04 div.wrap div.btn{
		width: 95%;
		margin: 0 auto;
	}
	.ebizhub #section04 div.wrap div.btn a.button{
	    display: inline-block;
	    text-align: center;
	    outline: none;
		border: 1px solid #4A545E;
		background: #fff;
		border-radius: 20px;
		width: 100%;
		padding: 6px 0;
		position: relative;
	}
	.ebizhub #section04 div.wrap div.btn a.button:hover{
		text-decoration: none;
	}
	.ebizhub #section04 div.wrap div.btn a.button span {
		position: absolute;
		top: 6px;
	    width: 17px;
		height: 17px;
		left: 12px;
	}
}