.touring{

}
#content-main .content-button{
	text-align:center;
}
.touring0{
	display: inline-block;
	margin-left: 1%;
	border-radius: 8px;
	margin-bottom: 5%;
}
#content-main .content-box {
	background-color: #fafafa;
	padding: 25px !important;
	margin-bottom: 20px;
	border: 1px solid #e4e4e4;
	border-top: 5px solid #FF6477;
	font-size: 90%;
}
#content-main .content-button a {
	display: block;
	width: 75%;
	margin: 0 auto;
}
#content h4 {
	margin: 0px 0 15px 0;
}
#content-main img.digital01{
}

#content-main a span.quick{
	margin: 10px 0 10px 0;
	display: block;
	color: #ffffff;
	font-weight: 400;
	width: 25%;
    padding: 10px 28px 10px 15px;
	border-radius: 4px;
	text-align: center;
    transition: 0.3s;
    background: #00a1e9 url(/images/common/arrow01.svg) no-repeat right 14px center;
}
#content-main a span.quick:hover {
    transition: 0.3s;
    background: #00a1e9 url(/images/common/arrow01.svg) no-repeat right 11px center;
}