@charset "UTF-8";
/* ======================
　highlights
====================== */

/* ======================
　heading
====================== */
.heading01 {
	font-size: 4.0rem;
	text-align: center;
	line-height: 50px;
	font-weight: 600 !important;
}
.heading02 {
	font-size: 2.8rem;
}
/* ======================
　contentsArea
====================== */
.contentsArea01 {
	background-image: url(../img/highlights_bg01.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	padding-right: 170px;
}
.contentInner01 {
	width: 400px;
	margin-left: auto;
}
/* ======================
　text
====================== */
.paragraph02{
	line-height: 22px;
}
.bold {
	font-weight: 900 !important;
}
.boldNormal {
	font-weight: bold;
}
.titleSub {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
}
.red {
	color: #FF0004;
}
.white {
	color:#FFFFFF;
}
/* ======================
　link
====================== */
.linkText{
	margin-left: 10px;
}
.linkTypeCustom img{
	padding-bottom: 9px;
}
.linkTypeCustom a:hover img {
	opacity: 1;
}
.linkTypeCustom > a,link:hover,.linkTypeCustom > a,link:active {
	color: #008ec9;
	text-decoration: none;
}
.linkTypeCustom > a:hover {
	color: #008ec9;
	text-decoration: underline;
}
.linkTypeCustom.ver02 > a:hover {
	color: #008ec9;
	text-decoration: underline;
}

/* ======================
　other
====================== */
.leadText {
	line-height: 32px;
	margin-top: 8px
}
.leadText02 {
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	margin-top: 12px
}
.listTypeNormal {
	font-size: 16px;
	line-height: 18px;
	margin-left: -5px;
}