@font-face {
	font-family: "NotoSansBold";
	font-weight: 700;
	src: url("../font/NotoSansCJKsc-Bold.eot");
	src: url("../font/NotoSansCJKsc-Bold.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKsc-Bold.woff") format("woff"), url("../font/NotoSansCJKsc-Bold.otf") format("opentype");
}
@font-face {
	font-family: "NotoSansLight";
	font-weight: 300;
	src: url("../font/NotoSansCJKsc-Light.eot");
	src: url("../font/NotoSansCJKsc-Light.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKsc-Light.woff") format("woff"), url("../font/NotoSansCJKsc-Light.otf") format("opentype");
}
@font-face {
	font-family: "NotoSansRegular";
	font-weight: 400;
	src: url("../font/NotoSansCJKsc-Regular.eot");
	src: url("../font/NotoSansCJKsc-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKsc-Regular.woff") format("woff"), url("../font/NotoSansCJKsc-Regular.otf") format("opentype");
}
html {
	background: #fff;
	color: #063156;
	font-family: "NotoSansRegular", sans-serif;
	font-size: 62.5%;
	font-weight: 400;
}
body {
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	width: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	filter: alpha(opacity=75);
	opacity: .75;
}
header, main, footer {
	width: 100%;
}
.container {
	margin: auto;
	width: 1024px;
}
.col--02 {
	float: left;
}
.col--02:last-child {
	float: right;
}
.mt0 {
	margin-top: 0 !important;
}
.pt0 {
	padding-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
/* header */
.header {
	background: #fff;
	height: 79px;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.header__col-left {
	float: left;
}
.header__col-right {
	float: right;
}
.header--logo {
	height: 79px;
	line-height: 79px;
	margin-left: 36px;
}
.header__list, .header__btn {
	display: table-cell;
	height: 79px;
	vertical-align: middle;
}
.header__btn {
	background: #50bfe8;
	color: #fff;
	font-size: 21px;
	text-align: center;
	text-decoration: none;
	width: 319px;

}
.header__btn:hover {
	text-decoration: none;
}
.header--mail:before {
	background: url("../../images/common/ic_01.png") no-repeat;
	content: "";
	display: inline-block;
	height: 17px;
	margin-right: 18px;
	width: 24px;
}
.header--mail:hover {
	background-color: #fff;
	color: #50bfe8;
}
.header--mail:hover:before {
	background: url("../../images/common/ic_02.png") no-repeat;
}
.header__link {
	color: #063156;
	display: inline-block;
	font-size: 18px;
	padding: 0 20px;
}
.header__link:before {
	background: #50bfe8;
	content: "";
	display: inline-block;
	height: 2px;
	margin-right: 6px;
	vertical-align: middle;
	width: 9px;
}
.main {
	padding-top: 79px;
}
/* footer */
.footer {
	background: #1e263a;
}
.footer--upper {
	padding: 53px 0;
}
.footer__list {
	display: table;
	margin: auto;
	width: 1024px;
}
.footer__list-item {
	display: table-cell;
}
.footer__list-item:nth-of-type(1) {
	width: 250px;
}
.footer__list-item:nth-of-type(2) {
	width: 292px;
}
.footer__list-item:nth-of-type(3) {
	width: 283px;
}
.footer__list-item:nth-of-type(4) {
	width: 176px;
}
.footer__linklist-item {
	line-height: 2;
}
.footer__linklist-link {
	color: #fff;
	font-family: "NotoSansLight", sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.footer__linklist-link:before {
	background: #fff;
	content: "";
	display: inline-block;
	height: 1px;
	margin-right: 6px;
	vertical-align: middle;
	width: 6px;
}
.footer--lower {
	border-top: 1px solid #3f4555;
	padding: 20px 0;
}
.footer--lower-item {
	color: #9fa5b5;
	display: inline-block;
	font-family: "NotoSansLight", sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
}
.footer--lower-item:nth-of-type(2) {
	margin-left: 30px;
}
.footer__pagetop a {
	display: block;
}
.footer__pagetop--inner {
	bottom: 10px;
	position: fixed;
	right: 10px;
	z-index: 99;
}
.footer__pagetop--inner:hover {
	filter: alpha(opacity=80);
	opacity: .8;
}
@media (max-width: 1280px) {
	.header__link {
		font-size: 17px;
	}
	.header__btn {
		font-size: 17px;
		width: 30%;
	}
}
@media screen and (max-width: 1200px) {
	.header--logo {
		margin-left: 10px;
	}
	.header__link {
		padding: 0 8px;
	}
}
@media screen and (max-width: 1024px) {
	body, .header {
		margin: auto;
		width: 1024px;
	}
}