@charset "utf-8";

main {
	padding: 65px 0 0 0;
}
.mypage_login main {
	background: #002855;
	color: #fff;
	padding: 0;
}
main.mypage {
	padding: 20px 0 0 0;
}
main.mypage .top-content {
	padding-bottom: 40px;
}
.mypage_login header div.title2{
	background: var(--navy);
}
.mypage_login .mv_text_area .logo {
	max-width: 100%;
	width: 523px;
	height: 222px;
	background: url(../images/common/mypage_medidata_logo.png) no-repeat center/cover;
}
.mypage_login .mv_text_area .logo img {
	display: none;
}
.mypage_login .mv_text_area .data {
	display: none;
}
.session-title {
	text-align: left;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #062753;
}

.mypage_login .wrap850 {
	width: 850px;
	max-width: 95%;
}
h2 {
	font-size: 16px;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
h2 span {
	font-size: 40px;
	display: inline;
	margin-right: 15px;
	font-family: 'TradeGothicLT-Bold', sans-serif;
}

.mypage_login h2{
	color: #fff;	
}
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;
}
.submit li {
	position: relative;
}
.submit li:before {
	content: "";
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #FFF;
}
.submit li input {
  width: 300px;
  color: #fff;
  background-color: var(--skyblue);
  border:2px solid var(--skyblue);
  border-radius: 40px;
}
.submit li input:hover {
	color: var(--skyblue);
	background: #062753;
}
.submit li a {
  width: 300px;
  color: #fff;
  background-color: var(--skyblue);
  border:2px solid var(--skyblue);
  border-radius: 40px;
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
}
.submit li a:hover {
	color: var(--skyblue);
	background: #062753;
	text-decoration: none;
}
table.login,
table.email {
	width: 100%;
	margin: 0 auto 30px;
}
table.login tr th,
table.email tr th {
	padding: 3px 5px;
	text-align: left;
	background-color: var(--skyblue);
	width: 200px;
	text-align: center;
	color: #fff;
	border-bottom: 10px solid #002855;
	font-size: 16px;
}

/*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.login tr td,
table.email tr td {
	padding: 4px;
	background-color: #eee;
	border-bottom: 10px solid #002855;
}

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;
}
p.password-msg a {
	color: #c8d300;
	text-decoration: underline;
}
p.password-msg a:hover {
	text-decoration: none;
}

/* 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 0px 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: #c8d300;
	text-decoration: underline;
}
main .mypage-msg a:hover {
	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;
}

/* cancel-menu */
.cancel-menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 100px;
	padding: 0;
	margin: 0 auto 60px;
}
.cancel-menu li {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-type: none;
	width: 330px;
}

.cancel-menu li.disabled {
    display: block;
    border-radius: 40px;
    text-align: center;
    background: #b3b3b3;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 0;
}
.cancel-menu li.disabled .text {
	color: #fff;
	margin: 0;
	font-size: 16px;
}



.cancel-menu li a:visited {
	opacity: 1;
	color: #333;
}
.cancel-menu li:not(.disabled) a:hover,
.cancel-menu li:not(.disabled) span:hover {
	opacity: 0.8;
	text-decoration: none;
}
.cancel-menu li.disabled a,
.cancel-menu li.disabled a:hover {
	opacity: 1;
	cursor: default;
}
.cancel-menu input {
	display: none;
}
.cancel-menu li div.text {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #333;
}
.cancel-menu li div.text span {
	display: none;
}

.cancel-menu li a {
	width: 100%;
	display: block;
	background: #97999b;
	color: #fff;
	padding: 20px 0;
	border-radius: 40px;
}
.cancel-menu li a .text {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.cancel-menu li a .text:before{
	content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}

/* mypage menu */
.mypage-menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	padding: 0 0 40px;
	margin: 0 auto 60px;
	border-bottom: 1px solid var(--skyblue);
}
.mypage-menu li {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-type: none;
	width: 330px;
}
.mypage-menu li.download,
.mypage-menu li.jukou {
	display: none!important;
}
.mypage-menu li.disabled {
	display: block;
	border-radius: 40px;
	text-align: center;
	background: #b3b3b3;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 20px 0;
}
.mypage-menu li a,
.mypage-menu li form {
	width: 100%;
	display: block;
	border-radius: 40px;
	text-align: center;
	background: var(--skyblue);
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 20px 0;
}
.mypage-menu li a:visited,
.mypage-menu li form:visited{
	opacity: 1;
	color: #fff;
}
.mypage-menu li:not(.disabled) a:hover,
.mypage-menu li:not(.disabled) span:hover,
.mypage-menu li:not(.disabled) form:hover {
	opacity: 0.8;
	text-decoration: none;
}
.mypage-menu li.disabled a,
.mypage-menu li.disabled a:hover,
.mypage-menu li.disabled form,
.mypage-menu li.disabled form:hover {
	opacity: 1;
	cursor: default;
}
.mypage-menu li div.icon {
	/*display: flex;*/
	display: none;
	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%;
	font-size: 14px;
	color: #fff;
	position: relative;
}
.mypage-menu li div.text:before{
	content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}
.mypage-menu li div.text br {
	display: none;
}
.mypage-menu li div.text span {
	display: none;
}
.session-msg {
	font-size: 14px;
}
.session_h2 {
	margin-bottom: 20px;
}
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;
}
.mypage-table table tr td{
	border: none;
}
.mypage-table table tr th {
	display: none;
}
.mypage-table table.session tr {
  margin-bottom: 40px;
  border-bottom: 5px solid var(--skyblue);
  padding: 20px;
  box-shadow: 0px 0px 15px -5px #777777;
}
.mypage-table table.session {
  width: 100%;
}
table.session tr {
	display: grid;
	grid-template-columns: 1fr 5fr;
	grid-template-rows: auto;
}
table.session tr td.time {
	display: flex;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	font-size: 18px;
	font-weight: bold;
	width: 35%;
}
table.session tr td.time img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
table.session tr td.info {
	grid-column: 2 / 2;
	grid-row: 1 / 2;
}
table.session tr td.code {
	grid-column: 1 / 2;
	grid-row: 2 / 2;
}
table.session tr td.code .code {
	/*background: var(--skyblue);*/
	padding: 5px 10px;
	/*color: #fff;*/
	background: #c8d300;
	color: #002855;
}
table.session tr td.code .code.keynote {
	background: #c8d300;
	color: #002855;
}
table.session tr td.code .code.lunch-session {
	background: #002855;
	color: #ffffff;
}
table.session tr td.code .code.patient {
	background: #c8d300;
	color: #002855;
}
table.session tr td.code .code.data-study {
	background: #002855;
	color: #fff;
}
table.session tr td.code .code.three {
	/*background: #005686;*/
	background: var(--skyblue);
	color: #fff;
}
table.session tr td.code .code.innovation {
	/*background: #008ebf;*/
	background: #005686;
	color: #fff;
}
table.session tr td.title {
	grid-column: 2 / 2;
	grid-row: 2 / 2;
	font-weight: bold;
	font-size: 20px;
}
table.session tr td {
	color: #002855;
}
table.session tr td .speaker {
	padding: 0;
}
table.session tr td p.reception_txt {
	display: none;
}
table.session tr .info {
	display: flex;
	gap: 0 20px;
	margin: 0 0 15px;
}
table.session tr .photo {
	display: none;
}
table.session tr .corp,
table.session tr .name {
	width: auto;
	font-size: 16px;
	font-weight: bold;
}
table.session tr .corp p,
table.session tr .name p {
	margin: 0;
}
table.session tr .corp p:before {
	content:"";
	width: 17px;
	height: 22px;
	background: url(../images/common/building_icon.png) no-repeat center/cover;
	display: inline-block;
}
table.session tr .name p:before {
	content:"";
	width: 22px;
	height: 22px;
	background: url(../images/common/human_icon.png) no-repeat center/cover;
	display: inline-block;
}
table.session tr .position {
	display: none;
}
.mypage-table table tr td {
	color: #002855;
}

.time-speaker-container {
	display: flex;
	flex-direction: column;
}
