@charset "UTF-8";

/* K.Fudemoto ADD ST--------------------------------------*/
#modal-overlay {
	z-index: 200001;
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
}
.modal_otpw {
	width: 50%;
	margin: auto;
	padding: 20px 20px;
	display: none;
	border:2px solid #aaa;
	background:#fff;
	z-index: 200002;
	position:fixed;
	font-family:"Arial", sans-serif;
}
.modal_otpw p {
	margin:0 0 1.6em 0;
	line-height:1.3em;
}
#issue_yes {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	background: rgb(0, 128, 192);
	color: rgb(255, 255, 255);
	border: solid 2px rgb(0, 128, 192);
	border-radius: 3px;
	transition: .4s;
	width: 100px;
	font-family:"Arial", sans-serif;
	font-size:15px;
}
#issue_yes:hover {
	background: rgb(0, 64, 128);
	color: rgb(255, 255, 255);
}
.modal_yes {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	background: rgb(0, 128, 192);
	color: rgb(255, 255, 255);
	border: solid 2px rgb(0, 128, 192);
	border-radius: 3px;
	transition: .4s;
	width: 100px;
	font-family:"Arial", sans-serif;
	font-size:15px;
}
.modal_yes:hover {
	background: rgb(0, 64, 128);
	color: rgb(255, 255, 255);
}
.modal_cancel {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	background: rgb(192, 192, 192);
	color: rgb(0, 0, 0);
	border: solid 2px rgb(192, 192, 192);
	border-radius: 3px;
	transition: .4s;
	width: 100px;
	font-family:"Arial", sans-serif;
	font-size:15px;
	margin-top:6px; /*2026/03/17 ADD*/
}
.modal_cancel:hover {
	background: rgb(128, 128, 128);
	color: rgb(0, 0, 0);
}
#otpw1 {
	width: 184px;
	height:30px;
	background: rgb(223, 223, 223);
	color: rgb(0, 0, 0);
}
/* もし、画面幅が375px以下になったら... */
@media (max-width: 375px) {
	#otpw1 {
		width: 152px;
		height:30px;
		background: rgb(223, 223, 223);
		color: rgb(0, 0, 0);
	}
}

#otpw2 {
	width: 184px;
	height:30px;
	background: rgb(223, 223, 223);
	color: rgb(0, 0, 0);
}
.modal_reissue{
    text-decoration: underline;
    cursor: pointer;
    background: none;
	color: rgb(0, 0, 256);
    border: none;
    padding: 0;
	font-family:"Arial", sans-serif;
	font-size:15px;
}
.modal_otpw2 {
	width: 400px;
	margin: auto;
	padding: 0px 0px;
	display: none;
	border:2px solid #aaa;
	background:#fff;
	z-index: 200002;
	position:fixed;
	font-family:"Arial", sans-serif;
}
.modal-header {
    background: #ddd;
    padding: 10px 20px;
    text-align: center;
	font-family:"Arial", sans-serif;
	font-size:20px;
	color: rgb(0, 0, 0);
  }

/* K.Fudemoto ADD ED--------------------------------------*/

























