@charset "utf-8";

main {
	padding: 65px 0 0 0;
}
.mypage_login main {
	background: #002855;
	color: #fff;
}
main.mypage {
	padding: 20px 0 0 0;
}
main.mypage .top-content {
	padding-bottom: 80px;
}
.mypage_login .mv_text_area .logo {
	max-width: 100%;
}
.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 input {
  width: 300px;
  color: #062753;
  background-color: #c8d300;
  border:2px solid #c8d300;
  border-radius: 40px;
}
.submit li input:hover {
	color: #c8d300;
	background: #062753;
}
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: #c8d300;
	width: 200px;
	text-align: center;
	color: #002855;
	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;
}
.movie {
	width: 100%;
	margin: -3px;
}
.movie video {
	width: 100%;
}

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

/* password message */
p.password-msg {
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.5;
	font-size: 16px;
}

/* 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 3px 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: 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 */
.menu {
	padding: 40px 0;
	border-bottom: 1px solid #c8d300;
	margin-bottom: 80px;
}
.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: 330px;
}
.mypage-menu li a {
	width: 100%;
	display: block;
	border-radius: 40px;
	text-align: center;
	background: #c8d300;
	color: #062753;
	font-weight: bold;
	font-size: 18px;
	padding: 20px 0;
}
.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 li.download,
.mypage-menu li.jukou {
	display: none;
}
.mypage-menu input {
	display: none;
}
.mypage-menu li div.text {
	width: 100%;
}
.mypage-menu li div.text span {
	display: none;
}
/* 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 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;
}

.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;
}
/* speaker (0410加藤 検証用に追加) */
.speaker-container {
	display: flex;
	width: 100%;
}
.speaker-container .speaker {
	display: flex;
	width: auto;
	gap: 20px;
}
table.form td div.info {
	display: flex;
}
table.form td div.info p{
	color: #000;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}
table.form td div.info div {
	margin: 0;
	width: auto;

}
#keynote-session .speaker-container{
	flex-wrap: wrap;
	justify-content: space-between;
	
}
#keynote-session .speaker-container .speaker {
	width: 45%;
}
#breakout-session .speaker-container{
	flex-direction: column;
	
}
#breakout-session .speaker-container .speaker {
	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;
}
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: #c8d300;
	padding: 5px 10px;
	color: #fff;
}
table.session tr td.code .code.patient {
	background: #c8d300;
}
table.session tr td.code .code.data-study {
	background: #002855;
}
table.session tr td.code .code.three {
	background: #005686;
}
table.session tr td.code .code.innovation {
	background: #008ebf;
}
table.session tr td.title {
	grid-column: 2 / 2;
	grid-row: 1 / 2;
	font-weight: bold;
	font-size: 20px;
}
table.session tr td {
	color: #002855;
}
.session_menu .program-none {
	display: block;
}
.session_menu .mypage-none {
	display: none;
}
.time-speaker-container {
	display: flex;
	flex-direction: column;
}

/* session menu */
.session_menu {
	width: 100%;
}
.session_menu table.form td{
	border: none;
}
.session_menu table.session tr {
	margin-bottom: 40px;
	border-bottom: 5px solid #c8d300;
	padding: 20px;
	box-shadow: 0px 0px 15px -5px #777777;
}
table.form td div.speaker-container {
	gap: 40px;
    /*margin-bottom: 25px;*/
}