﻿@charset "utf-8";
/* CSS Document */
#right_box .right_box_inner{
	width: 88%;
	margin: 0 auto;
	text-align: center;
}
#right_box h2{
	font-size: 2.6rem;
	color: #EB0100;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #EB0100;
	padding-bottom: .5rem;
	margin-bottom: 5rem;
}

#right_box img{
	width: 370px;
	height: 152px;
}

#right_box  p{
	font-size: 3rem;
}
#right_box  section{
	margin-bottom: 10rem;
}
#right_box  section:last-child{
	margin-bottom: 0;
}
@media screen and (max-width:767px){
	#right_box h2{
		margin-bottom: 4rem;
	}
	#right_box section{
		margin-bottom: 6rem;
	}
	#right_box .right_box_inner{
		width: 100%;
	}
	#right_box img{
		width: 60vw;
		height: auto;
	}
	#right_box  p{
		font-size: 2rem;
	}
}