#head_title {
	width: 100%;
	over-flow: hidden;
}
#head_title h1 {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("../img/main02.jpg") no-repeat center center;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-top: calc(430/1920 * 100%);
	margin: 0 auto;
}
section#longway {
	padding: 70px 0;
}
section#longway div.box{
	width: 780px;
	margin: 0 auto 50px;
}
section#longway div.box h2{
	background: url("../img/longway/ribon_bg.png") no-repeat;
	width: 516px;
	height: 45px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
section#longway div.box div.leftbox{
	float: left;
	width: 142px;
}
section#longway div.box div.rightbox{
	float: right;
	width: 598px;
}  
section#longway div.box div.rightbox p{
	font-size: 21px;  
	line-height: 2;
}

section#longway div.box2{
	margin: 0 auto;
	text-align: center;
}
section#longway div.box2 h2{
	background: url("../img/longway/ribon_bg.png") no-repeat;
	width: 516px;
	height: 45px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
section#longway div.box2 ul{
	text-align: center;
}
section#longway div.box2 ul li{
	font-size: 21px;
	line-height: 2;
}
section#longway div.box2 ul li span{
	font-weight: bold;   
}
section#longway div.box2 p.note{
	font-size: 21px;
}
section#longway div.box2 p.note span{
	color: #fd0000;
	font-weight: bold;
}