/* [目次]
----------
・共通
・ヘッダー
・コンテンツ
・FAQ
・フッター
-
スマートフォン用
・ヘッダー
*/


/* 共通
====================================== */

html,
body,
#wrapper {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	vertical-align: baseline;
	color: #464646;
}

span {
	vertical-align: baseline;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
	display: block;
}

.clearfix::after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	width: 100%;
	overflow: hidden;
	visibility: hidden;
}

#wrapper {
	margin: 0;
	padding: 0;
}

.tel a {
	color: #ffffff;
}


/* ヘッダー
====================================== */

#header {
	width: 100%;
	background-color: #f01f46;
	z-index: 9999;
}

.header_inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 24px 0;
}

.header_inner .logo {
	float: left;
	margin: 10px 0 0 0;
}

.header_inner .logo img {
	max-width: 124px;
}

.header_inner h2 {
	float: left;
	color: #ffffff;
	font-family: 'Shin Go Medium', sans-serif;
	font-size: 24px;
	line-height: 45px;
	padding: 10px 0 0 40px;
}


/* コンテンツ
====================================== */

#contents {
	width: 100%;
}

#contents h1 {
	padding: 16px 0;
	font-size: 24px;
	font-family: 'Shin Go Regular', sans-serif;
	color: #f01f46;
	text-indent: -14px;
	line-height: 1.3;
	background-color: #f6f6f6;
}

#contents h1 span {
	display: block;
	max-width: 1100px;
	margin: 0 auto;
}

#seminar {
	padding: 30px 0;
	max-width: 1100px;
	margin: 0 auto;
}

#seminar h2 {
	font-size: 20px;
	font-family: 'Shin Go Regular', sans-serif;
	margin: 36px 0 8px 0;
	text-indent: -12px;
}

#seminar strong {
	font-family: 'Shin Go Regular', sans-serif;
}

#seminar dl {
	padding: 20px 0;
	font-size: 16px;
}

#seminar dl dt span {
	font-family: 'Shin Go Medium', sans-serif;
	line-height: 1.5;
}

#seminar dl dt p {
	margin: -24px 0 8px 80px;
	line-height: 1.5;
}

#seminar dl dt p.attention {
	font-family: 'Shin Go Medium', sans-serif;
	color: #f01f46;
}

#seminar dl dd {
	line-height: 1.5;
}

#seminar dl dd p + p {
	margin-top: 12px;
}

#seminar .seminar_btn a {
	display: block;
	width: 300px;
	margin: 10px auto 40px auto;
	font-size: 24px;
	font-family: 'Shin Go Medium', sans-serif;
	text-align: center;
	color: #ffffff;
	line-height: 60px;
	background-color: #f01f46;
	border-radius: 2px;
	box-shadow: 0 5px 0 #bf2643;
}

#seminar .seminar_btn a:hover {
	position: relative;
	top: 5px;
	box-shadow: 0 0 0 #bf2643;
}


/* フッター
====================================== */

#footer {
	width: 100%;
	background-color: #f01f46;
	padding: 46px 0 120px 0;
}

.footer h4 {
	font-family: 'Gothic MB101 Medium', sans-serif;
	font-size: 30px;
	color: #f9f8ed;
	text-align: center;
}

.footer .arrow_area {
	background-image: url('../images/bottom_arrow_yellow.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	margin: 0;
}

.footer_box {
	width: 960px;
	margin: 0 auto;
}

.footer_box .tel {
	float: left;
	font-family: 'AR UDJingxihei DB', 'Gothic MB101 Medium', sans-serif;
	font-size: 45px;
	color: #ffffff;
	vertical-align: middle;
	margin: 4px 0 0 0;
}

.footer_box .tel span {
	font-family: 'Gothic MB101 Medium', sans-serif;
	font-size: 18px;
	vertical-align: middle;
}

.footer_box .btn {
	float: right;
}

.footer_box .btn a {
	display: block;
	width: 440px;
	height: 56px;
	line-height: 56px;
	font-family: 'Gothic MB101 Medium', sans-serif;
	font-size: 24px;
	color: #f01f46;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0 5px 0 rgba(0, 0, 0, .3);
}

.footer_box .btn a:hover {
	position: relative;
	top: 5px;
	box-shadow: 0 0 0 rgba(0, 0, 0, .3);
}

@media screen and (max-width: 780px) {
	.header_inner {
		padding: 12px;
	}
	.header_inner h2 {
		font-size: 24px;
		padding: 8px 0 0 50px;
	}
	#contents h1 {
		font-size: 18px;
		padding: 16px 12px;
	}
	#seminar {
		padding: 12px;
	}
	#seminar h2 {
		font-size: 18px;
		line-height: 1.3;
	}
	#footer {
		padding: 12px;
	}
	.footer h4 {
		padding: 12px;
		line-height: 1.3;
	}
	.footer .footer_box {
		width: 100%;
		padding: 12px 0;
		text-align: center;
	}
	.footer .footer_box .tel,
	.footer .footer_box .btn {
		width: 100%;
	}
	.footer .footer_box .tel span {
		display: block;
	}
	.footer .footer_box .btn {
		margin: 24px 0 48px 0;
	}
	.footer .footer_box .btn a {
		width: 100%;
		font-size: 20px;
	}
}