@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [LOGIN]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
#login {
	background: #FAFAFA;
	width: 100%;
	height: auto;
}
#login .pkg {
	padding: 40px 30px 60px;
}
.login-wrap .txt-box {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.login-wrap .entry-box {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.login-wrap .txt-box h2 {
	font-weight: 900;
	line-height: 120%;
	text-align: center;
	font-size: 36px;
	margin-bottom: 40px;
}
.login-wrap .txt-box h2 span {
	font-size: 26px;
	display: inline-block;
}
.login-wrap .txt-box .ttl-wtap {
	text-align: center;
	margin-bottom: 20px;
}
.login-wrap .txt-box .ttl-wtap .eng {
	display: block;
	text-align: center;
	font-weight: 900;
	font-size: 28px;
	line-height: 100%;
}
.login-wrap .txt-box .ttl-wtap .ttl {
	font-size: 14px;
}
.login-wrap .txt-box .input-wrap .txt,
.login-wrap .txt-box .input-wrap p {
	text-align: center;
	margin-bottom: 5px;
	font-size: 15px;
}
.login-wrap .txt-box .input-wrap input[type="text"], 
.login-wrap .txt-box .input-wrap input[type="password"], 
.login-wrap .txt-box .input-wrap input[type="tel"],
.login-wrap .txt-box .input-wrap input[type="email"] {
	display: block;
	border-radius: 6px;
	border: 1px solid #C6C6C6;
	max-width: 280px;
	margin: 0 auto 20px;
}
.login-wrap .txt-box .input-wrap[type="submit"],
.login-wrap .txt-box .input-wrap button {
	display: block;
	width: 100%;
	max-width: 280px;
	height: 60px;
	margin: 0 auto;
	padding: 10px;
	background: #D97676;
	color: #fff;
	border-radius: 30px;
	font-weight: bold;
	font-size: 18px;
}
.login-wrap .entry-box .ttl-box {
	text-align: center;
	margin-bottom: 20px;
}
.login-wrap .entry-box .catch {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 19px;
	padding: 0 30px;
}
.login-wrap .entry-box .catch:before {
	content: "";
	background: url(../images/layouts/catch-before.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 19px;
	height: 19px;
	left: 0;
	bottom: 0;
	vertical-align: middle;
}
.login-wrap .entry-box .catch:after {
	content: "";
	background: url(../images/layouts/catch-after.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 19px;
	height: 19px;
	right: 0;
	bottom: 0;
	vertical-align: middle;
}
.login-wrap .entry-box .bnr {
	margin-bottom: 20px;
}
.login-wrap .entry-box img {
	width: 100%;
	height: auto;
}
.dm-box {
	background: #1E2427;
	color: #fff;
	padding: 20px;
	border-radius: 0 0 16px 16px;
}
.dm-box p {
	text-align: center;
	font-size: 13px;
	line-height: 140%;
	letter-spacing: 0;
}
.dm-box p a {
	text-decoration: underline;
	color: #fff;
}
.owner-info {
	background: #fff;
	border: 1px solid #C1C1C1;
	border-radius: 16px;
	padding: 30px;
}
.owner-info .img-box {
	width: 100%;
	max-width: 80px;
	margin: 0 auto 20px;
}
.owner-info .img-box img {
	width: 100%;
	height: auto;
}
.owner-info .dsp-box {
	text-align: center;
}
.owner-info .dsp-box .name {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 140%;
}
.owner-info .dsp-box .dsp {
	font-size: 12px;
	line-height: 140%;
}

@media (min-width:768px) {
	#login .pkg {
		padding: 60px 40px;
	}
	.login-wrap .entry-box {
		max-width: 330px;
	}
}
@media (min-width:1180px) {
	.login-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
	}
	.login-wrap .txt-box {
		width: 50%;
	}
	.login-wrap .entry-box {
		width: 40%;
		margin: 0 auto;
	}
	.login-wrap .txt-box h2 {
		font-size: 58px;
		line-height: 100%;
	}
	.login-wrap .txt-box h2 span {
		font-size: 38px;
	}
	.login-wrap .txt-box .input-wrap input[type="text"],
	.login-wrap .txt-box .input-wrap input[type="password"],
	.login-wrap .txt-box .input-wrap input[type="tel"],
	.login-wrap .txt-box .input-wrap input[type="email"] {
		max-width: 300px;
	}
	.login-wrap .txt-box .input-wrap[type="submit"],
	.login-wrap .txt-box .input-wrap button {
		max-width: 300px;
	}
	.login-wrap .entry-box {
		max-width: 100%;
	}
	.owner-info {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.owner-info .img-box {
		width: 20%;
		margin: 0;
	}
	.owner-info .dsp-box {
		width: 77%;
		text-align: left;
	}
	.owner-info .dsp-box .name {
		margin-bottom: 8x;
	}
}
/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}
@media print {
}

/* Edge */
_:host-context(x)::-ms-clear,


/* IE */
_:-ms-lang(x), 
.logo {
	transition:transform 0.8s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
