@font-face {
	font-family: 'BIZ-UDGothic';
	src: url(./../font/BIZ-UDGothic.ttf);
}

html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'BIZ-UDGothic';
	touch-action: manipulation;
	background-color: #FFFFFF;
}

p {
	padding: 0;
	margin: 0;
}

img {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
    font-family: 'BIZ-UDGothic';
}

input {
	font-family: 'BIZ-UDGothic';
}

.input_error {
    background: #F9E5E5 !important;
    border: 2px solid #D73D3D !important;
}

.main_extra_message {
	/* width: 90%; */
}

.main_input_errors {
    width: 100%;
    max-width: 492px;
    margin-top: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    color: #B50000;
    /* text-align: center; */
}

.main_input_errors::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/v1/static/img/support_register/icon_error.svg);
    position: relative;
    top: 2px;
}

#background {
    height: 64px;
	background-image: url('../img/support_register/kv.svg');
	background-position-x: center;
	background-position-y: top;
}

.main_frame {
	position: relative;
	width: auto;
	height: 100%;
	flex-grow: 1;
	gap: 24px;
	padding-bottom: 98px;
}

.main_titleText {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	margin: 48px auto 24px auto;
}

.main_titleText {
    text-align: center;
}

#navigation {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content:center;
	margin-top: 24px;
	gap: 34px;
}

#navigation-bar {
	position: absolute;
	top: 20px;
	width: 280px;
	height: 2px;
	background: #F6E05E;
}

#navigation-bar-progress {
	position: absolute;
	top: 20px;
	height: 2px;
	background: #002596;
}

.navigation-item {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 60px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.navigation-item-circle {
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	box-shadow: 0px 0px 4px 0px #00000033;
}

.navigation-item-number {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
}

.navigation-item-text {
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-align: center;

}

.main_topText {
	margin-top: 24px;
    margin-bottom: 24px;
}

.main_topText > p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

/* ------------------ */
.group {
    display: flex;
    flex-direction: column;
	align-items: center;

    width: 90%;
    margin: 0px auto;
}

.group_item {
    width: 492px;
    max-width: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
}

.item_label {
    display: flex;
    flex-direction: row;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
}

.badge {
    height: 20px;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    padding: 0 8px;
}
.badge div:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-top: 3px;
    background-size: auto, 100%;
    background-repeat: no-repeat, no-repeat;
}

input[type="text" i], input[type="password" i]  {
    padding-block: 0px;
    padding-inline: 0px;
	width: 100%;
	height: 42px;
	border-radius: 4px;
	border: 1px solid #C4C4C4;
	font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
	text-indent: 0.5rem;
	font-family: 'BIZ-UDGothic';
}

@media screen and (min-width: 1025px) {
	/* PC用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	.group_item {
		/* max-width: 494px; */
	}

	input[type="text"], input[type="password"] {	
		/* max-width: 492px; */
    }
}
