@charset "utf-8";
#wrapper {
    min-height: 100vh;
}
#content.user-content {
	max-width: 880px;
	margin: 0 auto 3em;
	font-size: 16px;
	padding: 0 10px;
}
#content .panel1 {
    width: 100%;
}
#content .panel2 {
    width: 70%;
    height: 89vh;
}
#content .panel3 {
    width: 28%;
    margin-left: 10px;
    border-left: 1px solid #ccc;
    height: 89vh;
    padding-left: 10px;
}
#content .panel3 .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#content .panel3 .flex .flex_box_pro1 {
    width: 15%;
    border: 1px solid #dc8a5b;
    border-left: transparent;
    height: 6rem;
    position: relative;
}
#content .panel3 .flex .flex_box_pro2 {
    width: 85%;
    padding-left: 10px;
}
#content .panel3 .flex .flex_box_pro1 .number {
    font-size: 45px;
    font-weight: bold;
    color: #a9a9a9;
    position: absolute;
    top: 17px;
    right: 7px;
}
#content .panel3 .flex .flex_box_pro2 .panel3_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#content .panel3 .flex .flex_box_pro2 .panel3_text {
    font-size: 14px;
    line-height: 1.5em;
    color: #a9a9a9;

}
#content.user-content .flex {
	display: flex;
}
#content.user-content .flex_box1 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 25%;
	border: 1px solid #ddd;
	border-right: 0;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 23px;
	color: #a9a9a9;
}
#content.user-content .flex_box2 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 25%;
	border: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 23px;
	color: #a9a9a9;
}
#content.user-content .highlight {
	background: #212938;
	color: #fff;
}
.signup-title {
	margin: 0 0 40px;
	padding: 30px 0;
	border: none;
	background-color: #f0f0f0;
}
.signup-title h2 {
	margin: 0 auto;
	padding: 0;
	max-width: 880px;
	width: 85%;
	border: none;
	font-size: 50px;
    text-align: center;
}
#content.user-content table {
	margin: 1em 0;
	font-size: 14px;
	line-height: 1.75;
}
#content.user-content th {
	padding: 10px 20px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	color: #505050;
}
#content.user-content a {
	color: #0066cc;
}
#content.user-content p {
	line-height: 2em;
}
#content.user-content input:hover {
	outline: none;
}
#content.user-content .form_signon {
	width: 100%;
	border: 0;
	padding: 0;
}
#content.user-content .title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 25px 0 16px;
	color: #333;
	line-height: 1.5em;
}
#content.user-content .primary {
	border: 3px solid #212938;
	background-color: #212938;
	color: #fff;
	height: auto;
	padding: .75em 2em;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	border-radius: 0;
	margin-top: 10px;
	width: 100%;
	text-decoration: none;
	transition: background-color 0.5s ease;
}
#content.user-content .primary:hover{
	background-color: #fff;
	color:#212938;
}
#content.user-content .secondary {
	margin-top: 1em;
	border: none;
	background: transparent;
	color: #0066cc;
	text-decoration: underline;
}
#content.user-content .approval-button-panel {
	margin: 2em 0 4em;
	text-align: center;
}
#content.user-content .back{
	text-align: center;
	margin: 30px;
	font-size: 17px;
	font-weight: bold;
}
#content.user-content .container_innner {
	max-width: 570px;
	margin: 0 auto;
}
#content.user-content .subject {
	padding: 1.25em;
	border: 1px solid #ddd;
	text-align: center;
	max-width: 570px;
	margin: 24px auto;
	background: #f9f9f9;
	font-weight: bold;
}
#content.user-content .annai {
	max-width: 570px;
	padding: .5em 1.5em;
	margin-bottom: 0;
	border-width: 0;
	border-radius: 3px;
	background-color: #212938;
	font-weight: 700;
	color: #fff;
	margin: 60px auto 20px;
	line-height: 2em;
}
#content.user-content .annai_li {
	max-width: 570px;
	padding: 0 0 0 4px;
	list-style: none;
	counter-reset: counter-name;
	line-height: 2em;
	margin: 20px auto;
}
#content.user-content .annai_text {
	position: relative;
	padding: 0 0 0 35px;
	margin: 0 0 5px;
	color: #212938;
	font-weight: bold;
}
#content.user-content .annai_text::before {
	counter-increment: section;
	content: counter(counter-name)'';
	counter-increment: counter-name;
	display: block;
	background: #212938;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#content.user-content .w30 {
	width: 30%;
}
#content.user-content .w70 {
	width: 70%;
}
#content.user-content .al-c {
	text-align: center!important;
}
#content.user-content .al-r {
	text-align: right!important;
}
#content.user-content .flex-r {
	display: flex;
	justify-content: flex-end;
}
#content.user-content.button-panel {
	margin-top: 1em;
}
#content.user-content .m30-t {
	margin-top: 30px!important;
}
#content.user-content .m40-t {
	margin-top: 40px!important;
}
#content.user-content .messages p {
	font-size: 14px;
}
input {
    height: 2em;
}
.input_width {
    width:99%;
}
.position_psbtn {
    position: relative;
}
.psbtn {
    position: absolute;
    right: 22px;
    font-size: 16px;
}
@media (max-width: 767px) {
    .input_width {
        width:96%;
    }
    .psbtn {
        right: 12px;
    }
}
@media (min-width: 768px) {
	#content.user-content .title {
		font-size: 30px;
		margin: 50px 0 30px;
	}
}
@media (max-width: 767px) {
	#content.user-content th,
	#content.user-content td {
		display: flex;
		min-height: 48px;
		align-items: center;
		margin-top: -1px;
		padding: 0 0 0 1em;
	}
}
.logo {
    width: 210px;
    padding-bottom: 4px;
}
@media (max-width: 767px) {
	.logo {
        width: 210px;
        padding-bottom: 4px;
    }
}
@media (max-width: 1025px) {
    #content .panel2 {
        width: 100%;
    }
    #content .panel3 {
        display: none;
    }
}
#login-container {
    max-width: 500px;
    margin: 0 auto;
}
.RegistrationBtmOrange {
    color: #fff !important;
    background: #DC8A5B !important;
    border: 3px solid #DC8A5B !important;
}
.RegistrationBtmOrange:hover {
    color: #DC8A5B !important;
    background: #fff !important;
    transition: background-color 0.5s ease;
}
.RegistrationPanelEx {
    max-width: 530px;
    margin: 0 auto;
}
#footer {
    margin-bottom: 0;
}
input[type="text"] {
    padding: 0;
}

.password-strength-container {
	margin-top: 10px;
	margin-bottom: 10px;
}
.password-strength-bar {
	display: flex;
	gap: 5px;
	height: 8px;
	margin-bottom: 5px;
}
.password-strength-bar span {
	flex: 1;
	background-color: #e0e0e0;
	border-radius: 2px;
	transition: background-color 0.3s ease;
}
.password-strength-bar span.active-weak {
	background-color: #ff4444;
}
.password-strength-bar span.active-medium {
	background-color: #ffaa00;
}
.password-strength-bar span.active-strong {
	background-color: #44ff44;
}
.password-strength-text {
	font-size: 12px;
	text-align: left;
}
.password-match {
	font-size: 14px;
	margin-top: 10px;
}

/* パスワード表示/非表示ボタンの位置調整 */
.psbtn {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .psbtn {
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* パスワード強度バー */
.password-strength-container {
	margin-top: 10px;
	margin-bottom: 10px;
}
.password-strength-bar {
	display: flex;
	gap: 5px;
	height: 8px;
	margin-bottom: 5px;
}
.password-strength-bar span {
	flex: 1;
	background-color: #e0e0e0;
	border-radius: 2px;
	transition: background-color 0.3s ease;
}
.password-strength-bar span.active-weak {
	background-color: #ff4444;
}
.password-strength-bar span.active-medium {
	background-color: #ffaa00;
}
.password-strength-bar span.active-strong {
	background-color: #44ff44;
}
.password-strength-text {
	font-size: 12px;
	text-align: left;
}
.password-match {
	font-size: 14px;
	margin-top: 10px;
}