@charset "UTF-8";

.c-mhid-login {
	padding: 24px;
	border: 1px solid #D8D8D8;
	background-color: #F3F2EF;
	max-width: 590px;
	margin: 0 auto 50px auto;
}

.c-mhid-login__title {
	font-weight: bold;
	font-family: "TsukuGoPro-B";
	font-size: 1.4rem;
	margin-bottom: 16px;
	text-align: center;
	word-break: auto-phrase;
}

.c-mhid-login__service-name {
	font-family: 'Roboto Condensed', "TsukuGoPro-B";
	letter-spacing: 0.1em;
}

.c-mhid-login__actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-bottom: 20px;
}

.c-mhid-login__button {
	font-size: 1.3rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	padding: 12px 24px;
	font-weight: bold;
	font-family: 'TsukuGoPro-B';
	text-decoration: none;
	border: 2px solid transparent;
	cursor: pointer;
	transition: opacity 0.2s;
	box-sizing: border-box;
}
.c-mhid-login__button--primary {
	background-color: #a61918;
	border-color: #a61918;
	color: #ffffff;
}
a.c-mhid-login__button--primary:active,
a.c-mhid-login__button--primary:link,
a.c-mhid-login__button--primary:visited {
	color: #ffffff;
}
.c-mhid-login__button--secondary {
	background-color: #ffffff;
	border-color: #a61918;
	color: #a61918;
}
a.c-mhid-login__button--secondary:active,
a.c-mhid-login__button--secondary:link,
a.c-mhid-login__button--secondary:visited {
	color: #a61918;
}
.c-mhid-login a.redmark:active,
.c-mhid-login a.redmark:link,
.c-mhid-login a.redmark:visited {
	color: #a61918;
	text-decoration: underline;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.c-mhid-login a.redmark:hover {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.c-mhid-login__button:hover {
	opacity: 0.8;
}

.c-mhid-login__text {
	font-size: 1.2rem;
	line-height: 1.6;
	color: #333;
	margin: 0;
}

.c-mhid-login__text--note {
	margin-top: 8px;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.c-mhid-login__button {
		min-width: 40%;
	}
}
