@charset "UTF-8";
@import "../../common/css/common.css";

/* ---------------------------------------------------------
	CSS Document support
--------------------------------------------------------- */

#support {
	margin: 30px 0 90px;
	position: relative;
	z-index: 0;
}

#support:before {
	content: '';
	width: 1090px;
	height: 368px;
	background: url(../images/bg_01.png) no-repeat top;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#support:after {
	content: '';
	width: 100%;
	height: 913px;
	background: url(../../common/images/page_bg.png) no-repeat center / 100% 913px;
	position: absolute;
	bottom: 200px;
	left: 0;
	z-index: -1;
}

#support h3 {
	height: 110px;
	font-size: 31px;
	line-height: 90px;
	letter-spacing: 4px;
	color: #0378a6;
}

#support h3 + p {
	font-size: 20px;
}

#support .article {
	width: 901px;
	margin: 40px auto 0;
	padding: 10px;
	background: #f5ede1 url(../images/bg_02.png) 0 0;
}

#support .section {
	padding: 170px 50px 62px;
	background: #fff url(../images/bg_03.png) no-repeat top;
	font-size: 16px;
	position: relative;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#support .outline {
	text-align: left;
	position: relative;
}

#support .outline:before {
	content: '';
	width: 264px;
	height: 226px;
	background: url(../images/bg_04.png) no-repeat 0 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
}

#support .outline h4 {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	height: 30px;
	margin-bottom: 15px;
	border-radius: 30px;
	background: #009ee2;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #fff;
}

#support .outline li {
	margin-left: 5px;
	padding-left: 20px;
	position: relative;
}

#support .outline li:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #009ee2;
	position: absolute;
	top: 9px;
	left: 0;
}

/* ---------------------------------------------------------
	CSS Document summary
--------------------------------------------------------- */

#support .summary {
	position: relative;
}

#support .summary:after {
	content: '';
	width: 372px;
	height: 81px;
	background: url(../images/bg_05.png) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

#support .summary dl {
	margin-top: 40px;
	text-align: left;
}

#support .summary dt {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	height: 30px;
	margin-bottom: 15px;
	border-radius: 30px;
	background: #009ee2;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #fff;
}

#support .summary dd {
	margin-left: 5px;
}

#support .summary dd li {
	margin-left: 20px;
	list-style: disc;
}

#support .summary dd a {
	color: #009ee2;
}

#support .summary dd a.tel {
	text-decoration: none;
	color: #2a416a;
}

#support .summary dd a:hover {
	text-decoration: underline;
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#support .entry {
	margin-top: 60px;
	text-align: left;
}

#support .entry h4 {
	height: 44px;
	margin-bottom: 15px;
	padding-left: 70px;
	background: url(../images/bg_07.png) repeat-x left bottom;
	font-size: 24px;
	line-height: 38px;
	color: #0378a6;
	position: relative;
}

#support .entry h4:before {
	content: '';
	width: 56px;
	height: 29px;
	background: url(../images/bg_08.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* ---------------------------------------------------------
	CSS Document button
--------------------------------------------------------- */

#support .button {
	margin-top: 50px;
}

#support .button a {
	display: inline-block;
	vertical-align: top;
	width: 420px;
	height: 50px;
	border-radius: 50px;
	background: #009ee2;
	box-shadow: 0 5px 0 #6ec8ef;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition: .4s;
}

#support .button a:after {
	content: '';
	width: 18px;
	height: 100%;
	background: url(../images/bg_06.png) no-repeat left;
	position: absolute;
	top: 0;
	right: 20px;
}

#support .button a:hover {
	opacity: 0.6;
}
