@charset "utf-8";

/* マイページ画面では消す */
.cv-btn {
	display: none;
}

#main_kv .title-footer svg path {
	fill: #ffffff;
}

/* login */
.submit {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    gap: 0 20px;
}

.submit li {
  display: inline-block;
}
.submit li input {
  width: 280px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 25px 0;
	background-image: linear-gradient(0deg, rgba(160, 0, 0, 1), rgba(255, 0, 0, 1));
	border-radius: 60px;
	border: none;
}

.submit.login {
	padding: 10px 0;
}
#mypage {
	width: 1100px;
	margin: 0 auto;
	max-width: 95%;
}
table.login,
table.email {
	width: 400px;
	margin: 0 auto 30px;
	max-width: 90%;
}
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: 90%;
}
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;
}

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

/* login error */
div.login-error {
	display: flex;
	justify-content: center;
	height: 156px;
}
div.login-error p {
	margin-top: 30px;
	font-size: 15px;
	text-align: center;
	color: #f00;
}
a.back {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 200px;
	height: 60px;
	margin: 0 20px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	line-height: 1;
	padding:20px 0;
	background-color: #0F4B8F;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	border-radius: 4px;
}

/* password */
#password {
	width: 100%;
	padding: 0 10px;
	text-align: center;
}

.email-error-message {
	margin: -10px 0 10px 0;
	text-align: center;
	color: #f00;
}

/* password message */
#password p.password-msg {
	margin: 15px auto;
	font-size: 12px;
	width: 100%;
	text-align: center;
}
/* send message */
#password p.send-msg {
	margin: 45px auto;
	text-align: center;
}

/* error message */
#password p.password-error {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	text-align: center;
	color: #f00;
}

/* mypage-header */
.mypage-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mypage-header li {
	margin: 24px 0 0 0;
	font-weight: bold;
	font-size: 14px;
}
a.mypage-top,
a.mypage-top a:visited {
	color: #333;
}
a.logout {
	background-color: #aaa;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	padding: 3px 10px;
	width: 110px;
}
a.logout:hover {
	opacity: 0.8;
}

h3.title {
	font-size: 15px;
	margin: 14px 0;
}

/* head-line */
.mypage-head-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 0;
	position: relative;
	z-index: 100;
}
.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: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 msg */
main .mypage-msg {
	text-align: center;
	margin: 30px 0 40px;
}
main .mypage-msg a {
	color: #2196f3;
	text-decoration: none;
}

/* to mypage top */
div.to-mypage-top {
	text-align: center;
	padding: 40px 0;
}
main .to-toppage a {
	font-size: 14px;
	color: #00a0e9;
}

/* mypage menu */
.mypage-menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 40px;
	padding: 0;
	margin: 0 auto 40px;
	max-width: 800px;
}
.mypage-menu li {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-type: none;
	width: 140px;
}
.mypage-menu li a,
.mypage-menu li:not(.disabled) span {
	display: block;
	padding: 0;
	background-color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.mypage-menu li a:visited {
	opacity: 1;
}
.mypage-menu li:not(.disabled) a:hover,
.mypage-menu li:not(.disabled) span:hover {
	opacity: 0.8;
}
.mypage-menu li.disabled a,
.mypage-menu li.disabled a:hover {
	opacity: 1;
	cursor: default;
}
.mypage-menu li div.icon {
	display: table;
	width: 100%;
	height: 140px;
	padding: 0;
	text-align: center;
}

.mypage-menu li div.icon span {
	display:table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #da291c;
	border-radius: 10px;
}

.mypage-menu li.session div.icon span img {
	width: 40px;
}
.mypage-menu li.jukou div.icon span img {
	width: 90px;
}
.mypage-menu li.cancel div.icon span img {
	width: 36px;
}
.mypage-menu li.download div.icon span img {
	width: 46px;
}
.mypage-menu li.disabled div.icon span {
	background-color: #ddd;
}

.mypage-menu input {
	display: none;
}
.mypage-menu li div.text {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}
.mypage-menu li div.text span {
	display: none;
}

#mypage table.form {
	margin-bottom: 80px;
}
.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;
}
.send-msg {
	text-align: center;
}
.mypage-menu li.jukou {
	display: none;
}
.mypage-menu li.download {
	display: none;
}
