@charset "utf-8";

main {
	padding: 65px 0 0 0;
}
main.mypage {
	padding: 20px 0 0 0;
}
main.mypage .top-content {
	padding-bottom: 80px;
}
.session-title {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #0F4B8F;
	position: relative;
	text-align: center;
	margin: 40px;
}
h4 > span {
	font-size: 20px;
	margin-left: 14px;
}

/* login */
.submit {
	padding: 80px 0;
}
.submit.login {
	padding: 10px 0;
}
table.login,
table.email {
	width: 400px;
	margin: 0 auto 30px;
}
table.login tr th,
table.email tr th {
	padding: 3px 5px;
	text-align: left;
	background-color: #666;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 80px;
	text-align: center;
}

table.login tr:first-child th {
	border-radius: 6px 0 0 0;
}
table.login tr:last-child th {
	border-radius: 0 0 0 6px;
}
table.login tr:first-child td {
	border-radius: 0 6px 0 0;
}
table.login tr:last-child td {
	border-radius: 0 0 6px 0;
}
table.email tr th {
	border-radius: 6px 0 0 6px;
}
table.login tr th img,
table.email tr th img {
	vertical-align: text-bottom;
}
table.email tr td {
	border-radius: 0 6px 6px 0;
}

table.login tr td,
table.email tr td {
	padding: 4px;
	background-color: #eee;
	border-bottom: 1px solid #fff;
}
table.login tr td input,
table.email tr td input {
	padding: 4px 8px;
	border: none;
	font-size: 16px;
	line-height: 1;
	height: 40px;
	background-color: transparent;
	width: 96%;
}
table.login tr td input::placeholder,
table.email tr td input::placeholder {
	color: #999;
}
table.login tr td input:focus,
table.email tr td input:focus {
	outline: none;
}

/* login message */
p.login-message {
	text-align: center;
	margin-bottom: 12px;
	line-height: 1.5;
}

/* password message */
p.password-msg {
	margin-bottom: 12px;
	text-align: center;
	line-height: 1.5;
}

/* login error */
.login-error {
	text-align: center;
	color: #f00;
}
a.back {
	width: 200px;
	height: 60px;
	margin: 0 20px;
	font-size: 25px;
	line-height: 1;
}

.email-error-message {
	margin: -10px 0 10px 0;
	text-align: center;
	color: #f00;
}
p.error-message-top {
	color: #f00;
	font-size: 14px!important;
	font-weight: bold!important;
	background-color: #ffecec;
	text-align: center!important;
	padding: 20px 0px;
	margin: 12px 0!important;
	border-bottom: 3px double #ce0807;
	border-top: 3px double #ce0807;
}

/* head-line */
.mypage-head-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 0;
}
.mypage-head-line .to-mypage a {
	text-decoration: none;
	font-weight: bold;
	background: url('../images/mypage/back_arrow.png') left 6px no-repeat;
	font-size: 14px;
	padding-left: 46px;
}

.mypage-head-line .to-mypage.top a {
	visibility: hidden;
}
.mypage-head-line a,
.mypage-head-line a:visited {
	color: #333;
}

/* logout */
.logout-btn a {
	background-color: #555;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	padding: 6px 8px 5px 16px;
	width: 110px;
	border-radius: 2px;
}
.logout-btn a:hover {
	opacity: 0.8;
}
.logout-btn a img {
	margin-left:  8px;
}

.mypage table.form {
	font-size: 14px;
}

main .mypage-msg {
	text-align: center;
	margin: 30px 0 40px;
}
main .mypage-msg a {
	color: #2196f3;
	text-decoration: none;
}
main .confirm-msg {
	text-align: center;
	margin: 30px 0 20px;
	font-size: 14px;
	line-height: 1.4;
}
main .cancel-msg {
	text-align: center;
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
}
main .complete-msg,
main .close-msg {
	text-align: center;
	margin: 70px 0;
	font-size: 16px;
	line-height: 1.4;
}

/* mypage menu */
.mypage-menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 100px;
	padding: 0;
	margin: 0 auto 60px;
}
.mypage-menu li {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-type: none;
	width: 140px;
}
.mypage-menu li a:visited {
	opacity: 1;
	color: #333;
}
.mypage-menu li:not(.disabled) a:hover,
.mypage-menu li:not(.disabled) span:hover {
	opacity: 0.8;
	text-decoration: none;
}
.mypage-menu li.disabled a,
.mypage-menu li.disabled a:hover {
	opacity: 1;
	cursor: default;
}
.mypage-menu li div.icon {
	display: flex;
	width: 100%;
	height: 140px;
	padding: 0;
	justify-content: center;
	align-items: center;
	background-color: #444;
	border-radius: 10px;
	cursor: pointer;
}
.mypage-menu li.session div.icon img {
	width: 40px;
}
.mypage-menu li.jukou div.icon img {
	width: 90px;
}
.mypage-menu li.cancel div.icon img {
	width: 36px;
}
.mypage-menu li.download div.icon img {
	width: 46px;
}
.mypage-menu li.disabled div.icon {
	background-color: #ddd;
	cursor: auto;
}

.mypage-menu input {
	display: none;
}
.mypage-menu li div.text {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #333;
}
.mypage-menu li div.text span {
	display: none;
}
.session-msg {
	font-size: 14px;
}
div.mypage #online-session table {
	width: 60%;
	margin: 20px auto 0;
	font-size: 15px;
}
div.documents {
	background-color: #eee;
	padding: 20px 0 80px;
}

a.download {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	background-color: #666;
	color: #fff;
	padding: 10px 20px;
	margin: 10px auto;
	border-radius: 2px;
}
a.download:visited {
	color: #fff;
}
a.download:hover {
	opacity: 0.8;
	text-decoration: none;
}
a.download img {
	width: 20px;
}
a.download span {
	margin-left: 6px;
}
.no-download {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 10px auto 0;
	background-color: #ccc;
	border-radius: 2px;
	padding: 8px;
	max-width: 150px;
	font-size: 13px;
}
