/*--------------------------------------
**
** division
**
--------------------------------------*/


/*----------------------------------
** header
----------------------------------*/
#division header {
	width: 100%;
	height: 390px;
	color: rgba(255,255,255,1.0);
	background: rgba(0,0,0,1.0) url(../img/bg-header.png) center center no-repeat;
	background-size: cover;
	position: relative;
}
#division header a {
	color: rgba(255,255,255,1.0);
}
#division header a {
	position: relative;
	display: inline-block;
	transition: .3s;
}
#division header a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,1.0);
	opacity: 0;
	transition: .3s;
}
#division header a:hover::after {
	bottom: 0;
	opacity: 1;
}
#division header .main-nav-sns a:hover::after {
	opacity: 0;
}
#division header h2 {
	margin-bottom: 0;
	margin-top: 60px;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	font-size: 70px;
}

#division nav {
	width: 100%;
	height: 70px;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	position: relative;
	color: rgba(255,255,255,1.0);
}
#division .main-nav {
	display: -webkit-flex;
	display: flex;
	list-style: none;
	padding-left: 0;
	position: relative;
	top: 35%;
}
#division .main-nav li:first-child {
	margin-right: auto;
}
#division .main-nav li:nth-child(2),
#division .main-nav li:nth-child(3) {
	margin-right: 30px;
}
#division .main-nav li {
	vertical-align: center;
}
#division .main-nav li i {
	vertical-align:middle;
}

#division header .__line-white {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55px;
	background: url(../img/line-y-white.png) center bottom no-repeat;;
	z-index: 1;
}

/*
** .__contents
--------------------------------------*/
.__contents {
	padding-top: 100px;
	background: url(../img/line-y-black.png) center top no-repeat;
	margin-bottom: 100px;
}
.__contents h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	margin-bottom: 55px;
}
.__contents h3 span {
	background: url(../img/ic-megaphone.svg) left center no-repeat;
	background-size: contain;
	padding-left: 55px;
}
.__contents .__lead {
	font-size: 14px;
	margin-bottom: 100px;
}
.__contents h4 {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	background: url(../img/bg-h4-dotted.png) left center repeat-x;
}
.__contents h4 span {
	background: rgba(255,255,255,1.0);
	padding-right: 10px;
}
.__contents ul {
	font-size: 14px;
	padding-left: 1em;
}

.__contents a {
	color: rgba(0,0,0,1.0);
	text-decoration: none;
}
.__contents a:hover {
	color: rgba(0,0,0,1.0);
	text-decoration: underline;
}
.__contents .-link {
	text-decoration: underline;
}
.__contents .-link:hover {
	opacity: 0.6;
}


/*--------------------------------------
**
** スマホ
**
--------------------------------------*/
@media (max-width: 767px) {
	#division header h2 {
		margin-bottom: 0;
		margin-top: 70px;
		padding-bottom: 0;
		padding-top: 0;
		text-align: center;
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
		font-size: 50px;
	}
}
