.sub_top.mv {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.sub_top.mv::before {
	content: "";
	background-color: rgba(255, 255, 255, .3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.sub_top.mv .sub_top_main {
	border-bottom: none;
	z-index: 1;
	position: relative;
	padding: 100px 0 100px;
}

.sub_top_main {
	padding: 180px 0 100px;
	border-bottom: 1px solid #333;
}

.sub_top_main_inner {
	position: relative;
	z-index: 0;
	display: table;
	padding: 0 40px;
}

.sub_top_title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 100px;
	line-height: 1;
	color: #fa0314;
}

.sub_top_desc {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fa0314;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.sub_top_main {
		padding: 80px 0 40px;
	}
	.sub_top.mv .sub_top_main {
		padding: 60px 0;
	}
	.sub_top_title {
		font-size: 40px;
	}
	.sub_top_desc {
		font-size: 20px;
		margin-top: 10px;
	}
	.sub_top_main_inner {
		padding: 0;
	}
}

/* ------------------------------------------
  content
------------------------------------------ */

.content * {
	line-height: 1.8;
}

.content h1 {
	color: #fa0314;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 60px 0 40px;
	text-align: center;
}

.content h1:first-child {
	margin-top: 40px;
}

.content h2 {
	border-bottom: 2px #707070 solid;
	border-top: 2px #707070 solid;
	color: #fa0314;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 60px 0 40px;
	padding: 30px 0;
	text-align: center;
}

.content h2:first-child {
	margin-top: 40px;
}

.content h3 {
	color: #fa0314;
	display: table;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 60px auto 40px;
	position: relative;
}

.content h3::before {
	background-image: url(../img/sub/h3_left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 54px;
	left: 0;
	position: absolute;
	top: 0;
	width: 33px;
}

.content h3::after {
	background-image: url(../img/sub/h3_right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: '';
	height: 54px;
	position: absolute;
	right: 0;
	width: 33px;
}

.content h4 {
	color: #fa0314;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .05em;
	margin: 40px 0;
	text-align: center;
}

.content h5 {
	color: #fa0314;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .05em;
	margin: 40px 0;
	text-align: center;
}

.content h6 {
	color: #fa0314;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .05em;
	margin: 40px 0;
	text-align: center;
}

.content iframe {
	height: 495px;
	width: 100%;
}

.sub_main_blog .content iframe {
	height: 329px;
	width: 100%;
}

.content ul {
	margin: 40px 0;
}

.content ul li {
	font-size: 1.6rem;
	margin-top: 10px;
	padding-left: 15px;
	position: relative;
}

.content ul li::before {
	background-color: #fa0314;
	border-radius: 50%;
	content: '';
	height: 10px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 10px;
}

.content ol {
	counter-reset: number;
	list-style: none;
	margin: 40px 0;
}

.content ol li {
	font-size: 1.6rem;
	margin-top: 10px;
	padding: 8px 0 8px 40px;
	position: relative;
}

.content ol li::before {
	align-items: center;
	background-color: #fa0314;
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff;
	content: counter(number);
	counter-increment: number;
	display: flex;
	font-size: 1.6rem;
	font-weight: bold;
	height: 30px;
	justify-content: center;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 6px;
	width: 30px;
}

.content a {
	color: #fa0314;
	margin: 40px 0;
	text-decoration: underline;
}

.content p {
	font-size: 1.6rem;
	margin: 40px 0;
}

.content p.strong {
	font-weight: bold;
}

.content p .red {
	color: red;
}

.content table {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin: 40px 0;
	width: 100%;
}

.content tr {
	width: 100%;
}

.content tr th {
	background-color: #F8F8F8;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	width: 200px;
}

.content tr th *:first-child {
	margin-top: 0;
}

.content tr th *:last-child {
	margin-bottom: 0;
}

.content tr td {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 1.6rem;
	margin: 0;
	padding: 22px 20px;
	vertical-align: top;
	width: calc(100% - 200px);
}

.content tr td *:first-child {
	margin-top: 0;
}

.content tr td *:last-child {
	margin-bottom: 0;
}

.content .aligncenter {
	display: block;
	margin: 40px auto;
}

.content .alignright {
	float: right;
	margin: 0 0 0 40px;
}

.content .alignleft {
	float: left;
	margin: 0 40px 0 0;
}

.content .wp-caption-text {
	margin: 20px 0;
}

.clear {
	clear: both;
}

@media screen and (max-width: 767px) {
	.sub_main_content {
		margin-top: 20px;
	}
	.content h1 {
		font-size: 2.8rem;
		margin: 40px 0 20px;
		padding: 20px 0;
	}
	.content h2 {
		font-size: 2.4rem;
		margin: 40px 0 20px;
		padding: 20px 0;
	}
	.content h3 {
		font-size: 2rem;
		margin: 40px auto 20px;
	}
	.content h4 {
		font-size: 1.8rem;
		margin: 20px 0;
	}
	.content h5 {
		font-size: 1.6rem;
		margin: 20px 0;
	}
	.content h6 {
		font-size: 1.4rem;
		margin: 20px 0;
	}
	.content ul {
		margin: 20px 0;
	}
	.content ol {
		margin: 20px 0;
	}
	.content a {
		margin: 20px 0;
	}
	.content p {
		margin: 20px 0;
	}
	.content table {
		margin: 20px 0;
	}
	.content tr th {
		font-size: 1.4rem;
		padding: 10px;
		text-align: left;
		width: 80px;
	}
	.content tr td {
		font-size: 1.4rem;
		padding: 11px 10px;
		width: calc(100% - 80px);
	}
	.content .aligncenter {
		margin: 20px auto;
	}
	.content .alignright {
		float: none;
		margin: 20px auto;
	}
	.content .alignleft {
		float: none;
		margin: 20px auto;
	}
	.content .wp-caption-text {
		margin: 20px 0;
	}
	.content iframe {
		height: 49.9vw;
		width: 100%;
	}
	.sub_main_blog .content iframe {
		height: 49.9vw;
		width: 100%;
	}
}