body {
	height: 100%;
}

a {
	text-decoration: none;
}

h1 {
	margin: 15px 0 0 0;
	font-size: 17px;
	font-weight: normal;
	word-break: keep-all;
}

.logo {
	margin-bottom: 20px;
}

.loginBox {
	max-width: 400px;
	padding: 20px 20px 0 20px;
	background-color: #fff;
	width: 100%;
}

.loginBox.w500 {
	max-width: 500px;
}

.loginBox input {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 13px 25px 13px 15px;
	margin: 0 0 10px 0;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	line-height: normal !important;
	background: none;
	-webkit-appearance: none;
	appearance: none;
}

.joinBox,
.agreeBox {
	border: 1px solid #ddd;
	border-radius: 3px;
}

.joinBox > div {
	border-bottom: 1px solid #eee;
	padding: 15px 20px;
	font-size: 16px;
}

.joinBox > div input {
	border: 0;
	padding: 0;
	margin: 0;
}

.joinBox > div input.code {
	border-bottom: 1px solid #ddd;
	width: 130px;
}

.joinBox > div input:focus {
	outline: none;
}

.joinBox > div:last-of-type,
.agreeBox > div:last-of-type {
	border-bottom: 0;
}

.agreeBox {
	margin: 20px 0;
	padding: 10px 20px;
}

.agreeBox > div {
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	font-size: 12px;
	color: #999;
}

.agreeBox > div input[type="checkbox"] + label {
	padding-left: 23px;
}

.agreeBox > div input[type="checkbox"] + label:before {
	width: 18px;
	height: 18px;
	top: 0;
}

.agreeBox > div input[type="checkbox"]:checked + label:after {
	left: 5px;
}

.agreeBox > div:last-of-type > div:last-of-type {
	padding-left: 23px;
}

.agreeBox > div:last-of-type > div:last-of-type input[type="checkbox"] + label {
	padding-left: 18px;
}

.agreeBox > div:last-of-type > div:last-of-type input[type="checkbox"] + label:before {
	width: 14px;
	height: 14px;
	top: 2px;
}

.agreeBox > div:last-of-type > div:last-of-type input[type="checkbox"]:checked + label:after {
	left: 3px;
}

.agreeBox > div > div {
	padding-bottom: 10px;
	position: relative;
}

.agreeBox > div:first-of-type {
	color: #000;
	font-size: 16px;
}

.agreeBox > div:first-of-type input[type="checkbox"] + label:before {
	top: 2px;
}

.agreeBox > div:first-of-type input[type="checkbox"]:checked + label:after {
	top: 7px;
}

.agreeBox a {
	color: #888;
	line-height: 17px;
	position: absolute;
	right: 0;
	top: 1px;
	width: 20px;
	height: 20px;
}

.agreeBox a span {
	border: solid;
	border-width: 1px 1px 0 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	right: 2px;
}

.agreeBox a span.down {
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
	transform-origin: 70% 70%;
}

.agreeBox a span.up {
	border-width: 0 1px 1px 0;
	transform: rotate(-135deg);
	transform-origin: 70% 70%;
}

.warningText {
	color: #ff4242;
	font-size: 12px;
	margin: 2px 0 0;
}

.loginBtn {
	display: block;
	text-align: center;
	border-radius: 3px;
	background-color: #2c89e9;
	color: #fff;
	padding: 13px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.25em;
}

.loginBtn:active, .loginBtn:focus, .loginBtn:hover {
	color: #fff;
}

.inlineBlock {
	display: inline-block;
}

.slogan {
	margin-bottom: 40px;
	font-size: 16px;
}

.companyInfo {
	width: calc(100% - 214px);
	display: inline-block;
	text-align: right;
}

.companyCall {
	font-size: 14px;
	color: #fff;
}

.cfff {
	color: #fff;
}

.onlyMobile {
	display: none;
}

.noId {
	margin-top: 40px;
	font-size: 14px;
	border-top: 1px solid #ddd;
	padding-top: 40px;
}

.noId a {
	color: #2c89e9;
}

.textLink {
	margin-top: 30px;
	font-size: 14px;
	color: #999;
}

.textLink a {
	color: #999;
}

.warningColor {
	color: #ee2e2c;
}

.modal-body h4 {
	margin-top: 10px;
	font-size: 14px;
}

.modal-body ul {
	padding-left: 0;
}

.modal-body ul li {
	list-style: none;
	padding-left: 15px;
	text-indent: -15px;
}

.loginWrap {
	flex: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	padding: 100px 0;
}

.idResultWrap {
	text-align: center;
}

.idResultWrap > div:first-of-type {
	font-size: 1.25em;
	margin: 40px 0;
	color: #999;
}

.rightVisual {
	flex: 3;
	background-color: #2c89e9;
	font-size: 34px;
	color: #fff;
	font-weight: 600;
}

.rightVisual .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: .4;
}

.rightVisual .swiper-pagination-bullet-active {
	opacity: .9;
}

.rightVisual.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
}

.rightVisual.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 30px;
}

.w800 {
	width: 800px;
}

.rightVisual .copy {
	margin-bottom: 150px;
	word-break: keep-all;
}

.rightVisual .copy div:first-of-type {
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 10px;
}

.rightVisual .copy span {
	color: #FFE400;
}

.tab {
	display: flex;
	margin-bottom: 20px;
}

.tab > div {
	text-align: center;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	padding: 15px;
	font-size: 14px;
	color: #999;
	cursor: pointer;
	flex: 1;
}

.tab > div.on {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	color: #000;
}

@media all and (max-width: 767px) {
	h1 {
		font-size: 16px;
	}

	.onlyMobile {
		display: initial;
	}

	.mobileHidden {
		display: none;
	}

	.contentsBody {
		padding: 80px 20px;
		height: initial;
	}

	footer.center {
		text-align: left !important;
	}

	.companyInfo {
		width: 100%;
		display: block;
		text-align: left;
		margin-top: 20px;
	}

	.companyCall {
		font-weight: normal;
	}

	.modal-body.h700 {
		height: 400px;
	}

	.loginWrap {
		padding: 80px 0;
	}

	.rightVisual {
		display: none;
	}

}
