body {
    font-family: 'ryo-gothic-plusn', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.1em;
}
img, object, embed, video {
	max-width: 100%;
	height: auto;
}
.sp {
	display:none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.container {
	padding: 80px 0;
}
.inner {
	width:1200px;
	margin: 0 auto;
}
.inner10 {
	width: 1000px;
	margin: 0 auto;
}
.thirt {
font-size: 13px;
}
.color_red {
color: #e21412;
}
.color_white {
	color: #fff;
}
.color_red h2::after {
    content: '';
    display: block;
    background: #e21412;
    height: 1px;
    width: 240px;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 18px;
}
.color_white h2::after {
    content: '';
    display: block;
    background: #fff;
    height: 1px;
    width: 240px;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 18px;
}
.int {
	text-align: center;
}
.int h2 {
	font-size: 40px;
	font-weight: bold;
}
.int h3 {
	font-size: 16px;
	font-weight: bold;
}
.int p {
	font-size: 14px;
	line-height: 32px;
	margin-top: 36px;
}