* {
	box-sizing: border-box;
}

html { /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "?申?申?申S?申V?申b?申N", "Yu Gothic", "?申q?申?申?申M?申m?申p?申S Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "?申?申?申C?申?申?申I", Meiryo, "?申l?申r ?申o?申S?申V?申b?申N", "MS PGothic", sans-serif;
}

a {
	background-color: transparent;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

a:active,
a:hover {
	outline: 0;
}

img,
svg {
	border: 0;
	max-width: 100%;
	max-height: 100%;
}

.breadCrumb {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "CI", "Meiryo", sans-serif;
	font-size: 0;
	color: #fff;
	padding: 18px 0 0 24px;
}

.breadCrumb li {
	display: inline-block;
}

.breadCrumb li:before {
	content: '/';
	font-size: 12px;
	padding: 0 4px;
}

.breadCrumb li:first-child:before {
	display: none;
}

.breadCrumb a {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

.breadCrumb a.is-hover {
	border-bottom: 1px solid rgba(45,68,62,0.5);
}

.header {
	background-color: #fff;
	height: 70px;
	padding: 17px 0 0 24px;
}

.header a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url("/ja/brand/challenge/img/logo_header.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 397px;
	height: 36px;
}

.footer {
/*	height: 445px;*/
	background-color: #2e3642;
}

.footer__inner {
	max-width: 1024px;
	padding: 0 20px;
	margin: 0 auto;
}

.footer__upper {
	text-align: right;
	border-bottom: 1px solid #6c7480;
}

.footer__upper__pageTop {
	color: #fff;
	font-size: 22px;
	font-family: HelveticaNeue-Thin, HelveticaNeue, 'Roboto', sans-serif;
	font-weight: 200;
	text-decoration: none;
	padding-right: 38px;
	padding: 16px 38px 16px 0;
	line-height: 1;
	position: relative;
	display: inline-block;
	letter-spacing: 0.3px;
}

.footer__upper__pageTop::after {
	content: "";
	position: absolute;
	right: 6px;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: url("/ja/brand/challenge/img/icon_uparrow.png") no-repeat;
	background-size: 100% auto;
}

.footer__upper__pageTop.is-hover {
	color: #aaaeb5;
}

.footer__upper__pageTop.is-hover::after {
	background-position: left bottom;
}

.footer__lower {
	color: #fff;
	text-align: center;
	padding-top: 40px;
}

.footer__lower__logo {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url("/ja/brand/challenge/img/logo_footer.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 399px;
	height: 40px;
	margin: 0 auto 20px;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.footer__lower__copyright {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-family: HelveticaNeue-Light, HelveticaNeue, 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.3px;
}

#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 1000;
}

#loader__bar {
	width: 100%;
	background-color: #b4bfc2;
	top: 50%;
	position: absolute;
}

#loader__bar__progress {
	background: -webkit-linear-gradient(left, rgba(180,191,194,0) 0%, #c00 41%, #c00 100%);
	background: linear-gradient(to right, rgba(180,191,194,0) 0%, #c00 41%, #c00 100%);
	height: 1px;
	width: 200%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.lock {
	overflow: hidden;
}

#ie7 #loader {
	display: none;
}

#ie7 .mainWrapper {
	display: none;
}

#ie7 .header a {
	background: none;
	text-indent: 0;
}

.ie7-warning {
	text-align: center;
	line-height: 1.6;
	font-size: 20px;
	padding-top: 200px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

.header a {
	background-image: url("/ja/brand/challenge/img/logo_header@2x.png");
}

.footer__lower__logo {
	background-image: url("/ja/brand/challenge/img/logo_footer@2x.png");
}

}

@media screen and (max-width: 376px) {

.breadCrumb {
	display: none;
}

.header {
	height: 60px;
	padding: 18px 0 0 11px;
}

.header a {
	width: 251.5px;
	height: 23px;
	background-image: url("/ja/brand/challenge/img/logo_header_sp.png");
}

.footer__lower__logo {
	width: 281px;
	height: 28px;
	background-image: url("/ja/brand/challenge/img/logo_footer_sp.png");
}

.footer {
	height: 242px;
}

.footer__inner {
	padding: 0 16px;
}

.footer__upper {
	text-align: center;
}

.footer__upper__pageTop {
	padding: 31px 34px 25px 0;
}

.footer__upper__pageTop:after {
	right: 0;
}

.footer__lower {
	padding-top: 36px;
}

.footer__lower__logo {
	-webkit-transform: none;
	transform: none;
	margin-bottom: 18px;
}

.footer__lower__copyright {
	font-size: 10px;
	letter-spacing: 0.2px;
}

}


/*# sourceMappingURL=module2016.css.map */
