@charset "utf-8";

/*  ================================================================================================

    PC webconf_guide個別スタイル

    ============================================================================================  */
#webconference_guide {
	font-size: 1.8rem;
}

/* タイトル */
.confTtlA {
	color: #023f73;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	padding: 12px;
	padding: 13px 12px 11px;
}
.confTtlB {
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 25px;
}
.ttlBgA {
	background: #e5ebf1;
}
.ttlBgB {
	background: #efd7c2;
}

/* テキスト */
.confTopText{
	max-width: 1216px;
	margin: 1.0vw auto 1.5vw;
	font-size: 2.0rem;
	font-weight: bold;
}
.confTxtA {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.confTxtB {
	color: #023f73;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	display: inline-block;
	margin-bottom: 30px;
}
.confTxtB a:link,
.confTxtB a:visited {
	color: #023f73;
}
.confTxtB:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #023f73;
}

/* ボックス */
.confBoxA {
	border: 2px solid #e5ebf1;
	padding: 30px;
}
.confBoxB {
	border: 2px solid #efd7c2;
	padding: 20px 16px;
}
.confBoxB a {
	text-decoration: underline;
}
.confBoxC {
	background: #f5ebe2;
	padding: 10px 20px;
}
.confBoxD {
	background: #E6EBF1;
	padding: 80px 20px 60px;
	margin-top: 30px;
}
.guidance {
	font-size: 14px;
	margin-bottom: 10px;
}

/* ボタン */
.btn {
	display: inline-block;
	font-weight: bold;
	position: relative;
}
.btn:hover {
	opacity: 0.8;
}
.btnStyleA {
	font-size: 1.8rem;
	color: #fffefe;
	background: #023f73;
	padding: 14px 20px;
	width: 220px;
}
.btnStyleB{
	font-size: 2.0rem;
	color: #023f73;
	background: #e5ebf1;
	padding: 12px 20px;
	width: 100%;
}
.btnStyleA:link,
.btnStyleA:visited,
.btnStyleA:hover,
.btnStyleA:active {
	color: #fffefe;
	text-decoration: none;
}
.btnStyleB:link,
.btnStyleB:visited,
.btnStyleB:hover,
.btnStyleB:active {
	color: #023f73;
	text-decoration: none;
}
.btnStyleA:after {
	content: "";
	border: 8px solid transparent;
	border-left: 12px solid #ffffff;
	position: absolute;
	right: 10px;
	top: 35%;
}
.btnStyleB:after {
	content: "";
	width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: #467299 #467299 transparent transparent;
  transform: rotate(45deg);
	position: absolute;
	right: 32px;
	top: 37%;
}
.btn.noArrow:after {
	content: none;
}
.btnDisabled{
	background:#ccc!important;
	pointer-events: none;
}

.btnColorA {
	background: #ff7800;
}
.scheduleList li.disabled .btn {
	background: #ccc;
	pointer-events: none;
}
#webconference_guide .scheduleList li {
	/* padding-bottom: 0; */
	box-shadow: none;
}
#webconference_guide .scheduleList li .btnArea {
	top: 50%;
	transform: translateY(-50%);
}
#webconference_guide .scheduleList li .scheduleWrap {
	padding: 10px 250px 10px 10px;
}
/* general */
.mb20	{
	margin-bottom: 20px;
}
.ls30 {
	letter-spacing: 0.03em;
}
.confNote {
	color: #606060;
	font-size: 1.4rem;
	line-height: 1.4;
	padding-left: 1em;
  text-indent: -1em;
}



/* index.php
------------------------------------------------------------------ */
/* タブ切り替え */
.tabArea {
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #023f73;
}
.tab {
	text-align: center;
	color: #023f73;
	font-size: 2.0rem;
	font-weight: bold;
	background: #e5ebf1;
	padding: 12px;
	width: 32.2%;
	margin-right: 20px;
}
.tab.ondemandBtn {
	text-align: center;
	color: #023f73;
	font-size: 2.0rem;
	font-weight: bold;
	background: #fff;
	padding:0px;
	width: 32.2%;
	margin-right: 20px;
}
.tab.ondemandBtn p {
	border: 3px solid #023f73;
	padding: 8px 0 5px;
	border-radius: 15px;
	background:url(/lib/img/webconference/btn_arorow.png) 90% center no-repeat;
}
.tab.ondemandBtn.active p{
	background:#023f73;
	color:#fff;
}
.tab:hover {
	cursor: pointer;
}
.tab.ondemandBtn.active {
	color: #fff;
	background-color: #fff;
}

.tab.active {
	color: #fff;
	background-color: #023f73;
}
.tabContentArea.fixed .monthList {
	position: fixed;
	/* top:122px; */
	top: 57px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	/* background: rgba(255, 255, 255, 0.9);	 */
	z-index: 10;
	width: 1180px;
}
/* header:has(#quickaccess) ~ .contentsWrap .tabContentArea.fixed .monthList {
	margin-top: 16px;
} */
.tabContentArea.fixed .weekLine {
	position: fixed;
	/* top:194px; */
	top: 130px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	width: 1180px;
}
/* header:has(#quickaccess) ~ .contentsWrap .tabContentArea.fixed .weekLine {
	margin-top: 16px;
} */
@media (orientation: portrait){
	.tabContentArea.fixed .monthList,
	.tabContentArea.fixed .weekLine {
	width: calc(100vw - 1vw);
	}
}
.tabContentArea.fixed .monthList,
.tabContentArea.fixed .weekLine {
	margin-left:0vw;
}

@media screen and (min-width: 1280px){
	.tabContentArea.fixed .monthList,
	.tabContentArea.fixed .weekLine {
		margin-left:auto;
	}
}
@media screen and (max-width: 1280px) {
	.tabContentArea.fixed .monthList,
	.tabContentArea.fixed .weekLine {
		margin-left: 40px;
	}
}

.tabContentArea.fixed #month1{
	margin-top:170px;
}

@media (orientation: portrait){/*縦*/
	.tabContentArea.fixed #month1{
		margin-top:110px;
	}
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){/*横*/
	.tabContentArea.fixed #month1{
		margin-top:120px;
	}
}
	/*
@media screen and (max-width: 1280px) {
	.tabContentArea.fixed .monthList,
	.tabContentArea.fixed .weekLine {
		left: 40px;
	}
}*/
.tabContent {
	display: none;
}
.tabContent.show {
	display: block;
}
.monthList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 25px 0 20px;
}
.monthList li {
	margin-right: 45px;
}
.monthList li.current {
	color: #023f73;
	border-bottom: 1px solid #023f73;
	font-size: 2.2rem;
}
.monthList li:hover {
	cursor: pointer;
}

/* カレンダー */
table.calendar,
table.weekLine,
table.dayLine,
table.scheduleLine {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
}
table.weekLine {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	color: #023f73;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
}
.weekLine:before {
	position: absolute;
	top: 0;
	left: -2px;
	content: "";
	display: inline-block;
	width: 2px;
	height: 50px;
	background: #e5ebf1;
}
.weekLine:after {
	position: absolute;
	top: 0;
	right: -2px;
	content: "";
	display: inline-block;
	width: 2px;
	height: 50px;
	background: #e5ebf1;
}
table.dayLine {
	color: #023f73;
	font-size: 2.0rem;
	font-weight: bold;
}
.weekLine td,
.dayLine td,
.scheduleLine td {
	vertical-align: top;
}
.weekLine td {
	border-right: 2px solid #fff;
}
.dayLine td,
.scheduleLine td {
	border-right: 2px solid #e5ebf1;
}
.weekLine td:last-of-type,
.dayLine td:last-of-type,
.scheduleLine td:last-of-type {
	border-right: none;
}
.weekLine td {
	text-align: center;
	background: #e5ebf1;
	padding: 9px;
}
.weekLine td.sun {
	color: #ba3444;
}
.weekLine td.sat {
	color: #5484ad;
}
.dayLine td {
	text-align: left;
	padding: 2px 0 0 10px;
}
td.bgGY {
	background: #f1f1f1;
}
.dayLine td.today {
	border-left: 2px solid #023f73;
	border-right: 2px solid #023f73;
	border-top: 2px solid #023f73;
}
.scheduleLine td.today {
	border-left: 2px solid #023f73;
	border-right: 2px solid #023f73;
}
.scheduleLine:last-child td.today {
	border-bottom: 2px solid #023f73;
}
.dayLine .firstDay1,
.dayLine .firstDay2 {
	display: none;
}
.dayLine .firstDay1.show,
.dayLine .firstDay2.show {
	display: block;
}

.week1,
.week2,
.week3,
.week4,
.week5,
.week6 {
	border-top: 2px solid #e5ebf1;
	border-left: 2px solid #e5ebf1;
	border-right: 2px solid #e5ebf1;
}
.endWeek {
	border-bottom: 2px solid #e5ebf1;
}

td.period2,
td.period3,
td.period3+td,
td.period4,
td.period4+td,
td.period4+td+td,
td.period5,
td.period5+td,
td.period5+td+td,
td.period5+td+td+td,
td.period6,
td.period6+td,
td.period6+td+td,
td.period6+td+td+td,
td.period6+td+td+td+td,
td.period7,
td.period7+td,
td.period7+td+td,
td.period7+td+td+td,
td.period7+td+td+td+td,
td.period7+td+td+td+td+td {
	border-right: none;
}

.schedule {
	position: relative;
}
.schedule:hover {
	cursor: pointer;
}
.schedule.disabled {
	pointer-events: none;
}
.schedule:hover .time ,
.schedule:active .time {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.schedule:hover .schedTtl,
.schedule:active .schedTtl {
	color: #606060;
	font-weight: bold;
	text-decoration: underline;
}
.box {
	padding: 0 14px 10px;
	min-height: 160px;
}
.period1 .box {
	width: 100%;
}
.period2 .box {
	width: 200%;
}
.period3 .box {
	width: 300%;
}
.period4 .box {
	width: 400%;
}
.period5 .box {
	width: 500%;
}
.period6 .box {
	width: 600%;
}
.period7 .box {
	width: 700%;
}
.period3 .schedLink {
	max-width: calc(100% * 2 / 3 - 9px);
}
.period4 .schedLink {
	max-width: calc(100% * 1 / 2 - 14px);
}
.period5 .schedLink {
	max-width: calc(100% * 2 / 5 - 16px);
}
.period6 .schedLink {
	max-width: calc(100% * 1 / 3 - 18px);
}
.period7 .schedLink {
	max-width: calc(100% * 2 / 7 - 20px);
}

#month2, #month3 {
	margin-top: 15px;
}

.endConference{
	display:none;
}

/* カテゴリー */
.category {
	color: #023f73;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 4px;
	padding: 1px;
	position: relative;
}
/* 血液内科 */
.catBgA {
	background: #ffe1e2;
}
/* 肺高血圧症 */
.catBgB {
	background: #d2e8f3;
}
/* 泌尿器 */
.catBgC {
	background: #d9f2e9;
}
/* アルコール依存症 */
.catBgD {
	background: #e0dff0;
}
/* 小児・神経内科 */
.catBgE {
	background: #f8f3d4;
}
/* アレルギー性鼻炎 */
.catBgF {
	background: #ffe7ce;
}
/* ドラベ症候群 */
.catBgG {
	background: #873d8940;
}
/* 鉄欠乏性貧血 */
.catBgH {
	background: #9ed8f5;
}
.schedule .time {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	color: #000;
	text-align: left;
	margin-bottom: 6px;
}
.schedTtl {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	color: #606060;
	text-align: left;
	line-height: 1.3;
	position: relative;
}
.schedule .icon {
	text-align: right;
	margin-top: 10px;
}
.liveClose{
	border: 1px solid #919ba4;
	text-align: center;
	padding: 90px;
	font-size: 25px;
	margin-top: 50px;
}

/* 吹き出し */
.tip {
	width: calc(37.8vw + 26px);
	height: 58.9vw;
	position:absolute;
	top: -24.8vw;
	z-index:20;
}
.tip.left {
	left: -38.7vw;
	margin-right: 26px;
}
.tip.right {
	left: 25.2vw;
	padding-left: 26px;
}
.period1 .tip.right {
	left: 11.7vw;
}
.balloon {
	background-color:#fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	padding:30px;
	width: 37.8vw;
	height: 58.9vw;
	position: relative;
}
.balloon:before {
	content: "";
  position: absolute;
  z-index: 1;
  width: 28px;
	height: 50px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.balloon:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0; left: 0;
  width: 100%; height: 100%;
	background: #fff;
}
.balloon>* {
	position: relative;
	z-index: 3;
}
.tip.right .balloon:before {
	left: -6px;
	top: 47.5%;
	transform: translateY(-50%) rotate(45deg);
}
.tip.left .balloon:before {
	left: auto;
	right: -6px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.balloon .btnStyleA {
	width: 25.5vw;
}
.balloon .btnStyleA:after {
	right: 30px;
}
.tipImg{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
@media screen and (min-width:1217px) {
	.tip {
		position:absolute;
		top: -234px;
		width: 426px;
		height: 631px;
	}
	.balloon {
		width: 400px;
		height: 631px;
	}
	.tip.left {
		left: -421px;
	}
	.tip.right {
		left: 318px;
	}
	.period1 .tip.right {
		left: 148px;
	}
	.balloon .btnStyleA {
		width: 310px;
	}
}

/* スケジュール一覧 */
.scheduleList {
	max-width: 980px;
	margin: 50px auto 0;
}
.scheduleList li {
	border-bottom: 2px solid #dae3ea;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.scheduleWrap {
	padding: 10px;
}
/* 血液内科 */
.catBdrA {
	border-left: 10px solid #ffe1e2;
}
/* 肺高血圧症 */
.catBdrB {
	border-left: 10px solid #d2e8f3;
}
/* 泌尿器 */
.catBdrC {
	border-left: 10px solid #d9f2e9;
}
/* アルコール依存症 */
.catBdrD {
	border-left: 10px solid #e0dff0;
}
/* 小児・神経内科 */
.catBdrE {
	border-left: 10px solid #f8f3d4;
}
/* アレルギー性鼻炎 */
.catBdrF {
	border-left: 10px solid #ffe7ce;
	/* margin-left: 14px; */
}
/* ドラベ症候群 */
.catBdrG {
	border-left: 10px solid #873d8940;
	/* margin-left: 14px; */
}
/* 鉄欠乏性貧血 */
.catBdrH {
	border-left: 10px solid #a1daf880;
	/* margin-left: 14px; */
}
.catTtl {
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #023f73;
}
.datetime {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	color: #606060;
}
.seminarTtl {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #010101;
}
.seminarTxt {
	font-size: 1.8rem;
	letter-spacing: 0.03em;
	line-height: 1.3;
	color: #010101;
}
.seminarSubTxt {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	line-height: 1.3;
	color: #010101;
}
.scheduleList .btnArea {
	position: absolute;
	right: 0;
	bottom: 30px;
	text-align: left;
}

/*index.php*/
/*ライブ＆オンデマンド */
.btnLiveInfoArea{
	display:flex;
	justify-content: center;
	margin-top:40px;
}
.btnLiveInfoArea a.btnLive{
	font-size: 20px;
	font-weight: bold;
	background-color: #e5ebf1;
	color: #023f73;
	padding: 14px 0 14px 0;
	margin-right: 20px;
	position: relative;
	display: inline-block;
	color: #023f73;
	text-decoration: none;
	width: 384px;
	display: flex;
	align-items: center;
	justify-content: center;
}
a.btnLive:after {
		content: '';
		background: url(/lib/img/common/ico_right.gif) no-repeat;
		background-size: auto;
		width: 13px;
		height: 21px;
		position: absolute;
		right: 35px;
		margin: auto;
		top: 0;
		bottom: 0;
		background-size: contain;
	}
.btnLiveInfoArea a.btnOndemand {
	border: 3px solid #023f73;
	border-radius: 15px;
	background: url(/lib/img/webconference/btn_arorow.png) 90% center no-repeat;
	width: 384px;
	display: flex;

	margin-left: 20px;
	align-items: center;
	justify-content: center;
	font-size:2.0rem;
	font-weight: bold;
	color: #023f73;
}
a.btnOndemand:hover{
	background: #023f73;
	color: #fff;
}

/*領域TOP共通*/
.conferenceBtnWrap{
	margin-bottom: 80px;
}


/* detail.php
------------------------------------------------------------------ */
.speedTest .btnArea {
	text-align: right;
}

.webconferenceContents{
	margin-top: 16px;
}


/*index*/
.noConference{
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
}





/*ストリーミングページ*/

.futureConference{
    text-align: left;
}
.jst.futureConference .webConferenceArea .webConferenceList{
    margin: 0;
}

#footer div.streamBtnBox{
    justify-content: center;
}
#footer div.streamBtnBox a.dubleColumn{
	display: block;
	width: 320px;
	height: 70px;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
	background: none;
	background-color: #023F73;
	text-align: center;
	line-height: 70px;
	border-radius: 15px;
	cursor: pointer;
}

#footer div.streamBtnBox a.dubleColumn:first-child{
	margin-right:10px;
}
#footer div.streamBtnBox a.dubleColumn:last-child{
	margin-left:10px;
}

#footer div.streamBtnBox{
	display:flex;
}
.mt30 { margin-top:30px;}
.mt200 { margin-top:200px!important;}

/* 対象カンファレンス　表示判定仕様 */
.relatedContent {
	width: 960px;
	margin: auto;
	padding: 50px 0 0 0;
}
.relatedContent h2 {
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 2vw 0;
}
.relatedContent ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.relatedContent ul li {
	/*margin-bottom:0.5vw;*/
	width: 155px;
	display: flex;
	margin-left:5px;
}
.relatedContent ul li a {
	display: flex;
	width: 100%;
}
.relatedContent ul li figure img {
	width: 90px;
}
.relatedContentList figure {
	border: 1px solid #023F73;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 5px 0;
	text-align: center;
}
.relatedContentList figure:hover {
	opacity: .8;
}
.relatedContentList figure figcaption {
  width: 100%;
	display: flex;
	justify-content: center;
	color: #023F73;
	text-align: center;
	margin: auto;
	line-height: 1;
	flex-direction: column;
	font-size: 13px;
}


/* 次回Webカンファレンスのご案内*/
.webConferenceArea h2{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

/* webカンファレンス（ストリーミングページのみ）対応　上書き */
.webConferenceWrap {
	margin-bottom: 0;
}
.enqute #jst.relatedContent {
	padding: 0 0 0 0;
}
body.jstStreaming #mainContents .streamingBox {
	margin-bottom: 0px;
}
body.jstStreaming #mainContents .realtimeEnqute {
	margin-top:0;
}
.webConferenceArea {
	padding-bottom: 0px;
}
.relatedContent h2 {
	margin-bottom: 10px;
}
body.streaming .relatedContent {
	padding-top:0;
}

body.streaming .webConferenceArea h2{
	text-align: left;
}

/* 製品特設サイトバナー用 */
.relatedContent ul li.site figure {
	position: relative;
	padding: 0;
}
.relatedContent ul li.site figure figcaption {
	position: absolute;
	bottom:0;
	padding: 0.3vw 0;
	/*padding: 0.6vw 0;
	top: 50%;
	transform: translateY(-50%);*/
	width: 100%;
	background: rgba(256,256,256,.9);
	font-weight: normal;
	color: #023F73;
}
.relatedContent ul li.site figure figcaption.zy,
.relatedContent ul li.site figure figcaption.el {
	padding: 10px 0;
	top: 35%;
	transform: translateY(-50%);
	height: 2.6em;
	font-weight: bold;
	color: #333;
}
.relatedContent ul li.site figure figcaption.er {
	bottom: 10px;
}
.relatedContent ul li.site figure img {
	max-width: 100%;
	width: 100%;
}
/* webカンファレンス 前立腺がん*/
#product_name.relatedContentList figcaption{
	display: block;
}
#product_name.relatedContentList ul li.site figure img{
	width: 100%;
	/*height: 110px;
	aspect-ratio: 4 / 3;*/
	object-fit: cover;
}

.streaming #product_name.relatedContentList ul li.site figure img{
	width: 100%;
	height: 110px;
}
#product_name.relatedContentList ul li figure img{
	width: 75px;
}
.jstStreaming #product_name.relatedContentList ul li figure img{
	width: 90px;
}
.jstStreaming #product_name.relatedContentList ul li.site figure img{
	width: 100%;
	height: 110px;
}
.jstStreaming #product_name.relatedContentList ul li.el figure img{
	width: 100%;
	height: auto;
	object-fit:contain;
}

/* webカンファレンス ジェイスト*/
#jst.relatedContent {
    width: 742px;
    margin: auto;
    padding: 50px 0 0 0;
}
#jst.relatedContent ul{
	padding: 0 10px;
	justify-content: flex-start;
}
#jst.relatedContent ul li{
	width:226px;
    margin-bottom: 20px;
    min-height: 140px;
		margin-right: 20px;
	}
	#jst.relatedContent ul li {
		margin-left: 0;
	}
	#jst.relatedContent ul li:nth-child(3),
		#jst.relatedContent ul li:nth-child(6){
		margin-right: 0;
	}
#jst.relatedContent ul:after {
    content: " ";
	width:300px;
	padding: 0 30px;
    margin-bottom: 20px;
    /*height: 152px;*/
	margin-left: 16px;
}
#jst .relatedContentList figure figcaption{
	margin: auto;
	bottom: 14px;
}
#jst .relatedContentList ul li.site figure img {
    max-height: 100%;
}
#jst .relatedContent ul li.site figure figcaption.zy,
#jst .relatedContent ul li.site figure figcaption.el {
	top: 50%;
}
.relatedContent ul li.site figure figcaption.er {
	bottom: 10px;
}

/*視聴予約*/
#reminder {
	display: flex;
}
#reminder .calendar:hover,
#reminder .reminderMail:hover {
	opacity:.7;
}
#reminder .calendar {
	margin-right: 20px;
}
#reminder .calendar,
#reminder .reminderMail {
	border: 1px solid #084877;
	cursor: pointer;
	font-size: 20px;
width:346px;
text-align: center;
	position: relative;
	display: inline-block;
	padding: 10px 50px;
	color: #084877;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
#reminder .calendar:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(-50%,-50%);
	display: inline-block;
	background: url(/lib/img/webconference/ico_cal.png);
	background-size: cover;
	width: 33px;
	height: 34px;
}
#reminder .reminderMail:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(-50%,-50%);
	display: inline-block;
	background: url(/lib/img/webconference/ico_mail.png);
	background-size: cover;
	width: 36px;
	height: 28px;
}
#reminder .calendar:after,
#reminder .reminderMail:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #084877;
	border-right: 2px solid #084877;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* NewInfo */
.newInfoArea {
	position: fixed;
	left: 0;
	top: 250px;
}
body.areaWeb .newInfoArea {
	position: absolute;
	left: 0;
}
@media screen and (min-width:1829px) and  (orientation: landscape) {/* 横 */
	body.areaWeb .newInfoArea {
		top: 250px;
	}
}
@media screen and (max-width:1830px) and (orientation: portrait) {/* TB縦 */
	body.areaWeb .newInfoArea {
		top: 360px;
	}
}
@media screen and (max-width:1830px) and  (orientation: landscape) {/* 横 */
	body.areaWeb #mainContents {
		position: relative;
	}
	body.areaWeb .newInfoArea {
		top: 260px;
	position: absolute;
	}
}
@media screen and (max-height:860px) and  (orientation: landscape) {/* 横 */
	body.areaWeb #mainContents {
		position: relative;
	}
	body.areaWeb .newInfoArea {
		top: 260px;
		position: absolute;
	}
}
.newInfoBtnWrap {
	display: none;
}
.newInfoBtnWrap[data-type="doc"] {
	margin-bottom: 35px;
}
.newInfoBtnWrap[data-type="nexttime"] {
	margin-bottom: 35px;
}
.newInfoBtn {
	width: 145px;
	text-align: center;
	border-radius: 0 10px 10px 0;
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: bold;
	padding: 20px 20px 20px 6px;
	box-shadow: 0 3px 6px #D6E3EC;
	cursor: pointer;
	position: relative;
}
.newInfoBtn:after {
	display: block;
	content: '';
	width: 7px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	margin: auto;
}
.newInfoBtnWrap[data-type="nexttime"] .newInfoBtn{
	background: #00bfd6;
	color: #fff;
}
.newInfoBtnWrap[data-type="doc"] .newInfoBtn:after {
	background: url(/lib/img/webconference/newInfo/ico_arrow2.png) 0 0 no-repeat;
	background-size: contain;
}
.newInfoBtnWrap[data-type="nexttime"] .newInfoBtn:after {
	background: url(/lib/img/webconference/newInfo/ico_arrow.png) 0 0 no-repeat;
	background-size: contain;
}
.newInfoBtnWrap.show {
	display: block;
}
body.areaWeb .newInfoBtnWrap {
	display: block;
}

.newInfoWindow {
	position: absolute;
	top: 0;
	margin-left: -352px;
	transition: .5s;
}
body.areaWeb .newInfoWindow {
	position: relative;
	margin-left: 0;
	transition: .5s;
}
.newInfoWindow.static {
	position: static;
}
.newInfoWindow .newInfoWinInner {
	width: 352px;
	background: #fff;
	border: 2px solid #2374b6;
	border-left: none;
	border-radius: 0 10px 10px 0;
	box-shadow: 0 2px 6px rgba(35, 116, 182, 0.3);
	position: relative;
	overflow: hidden;
}
.newInfoWindow.show {
	margin: 0;
}
.newInfoWindow[data-type="doc"] {
	margin-bottom: 10px;
	/* top: 0; */
}
.newInfoWindow[data-type="nexttime"] {
	margin-bottom: 10px;
	/* top: 240px; */
}
.newInfoWindow[data-type="enq"] {
	/* top: 410px; */
	cursor: pointer;
}

body.areaWeb .newInfoBtnWrap {
	display: none;
}
.newInfoTtl {
	font-size: 2.0rem;
	line-height: 1.45;
	font-weight: bold;
	padding: 12px;
	text-align: center;
	margin-bottom: 16px;
}
.newInfoWindow[data-type="doc"] .newInfoTtl {
	/* color: #003f73; モノヴァー用*/
	color: #006341;
	background: #FED400;
}
.newInfoWindow[data-type="nexttime"] .newInfoTtl {
	color: #fff;
	/* background: #2196F3; モノヴァー用*/
	background: #00bfd6;
}
.newInfoWindow[data-type="enq"] .newInfoTtl {
	margin-bottom: 0;
}
.newInfoLink,
.infoRelatedContentsList {
	width: 310px;
	margin: 0 auto;
}
.newInfoLink {
	margin-bottom: 10px;
}
.infoRelatedContentsList {
	margin-bottom: 52px;
}
body.areaWeb .infoRelatedContentsList {
	margin-bottom: 0;
}
.newInfoLink a,
.infoRelatedContentsList li a {
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0;
	box-shadow: 0 3px 6px #D6E3EC;
	position: relative;
}
.newInfoLink a {
	padding: 10px 40px 10px 15px;
	color: #333;
}
body.areaWeb .newInfoLink a {
	margin-bottom: 20px;
}
.infoRelatedContentsList li a {
	padding: 10px 50px 10px 10px;
	text-align: center;
	margin-bottom: 20px;
	color: #333;
}
.newInfoLink a:hover,
.infoRelatedContentsList li a:hover {
	text-decoration: underline;
}
.newInfoLink a:after,
.infoRelatedContentsList li a:after {
	display: block;
	content: '';
	width: 25px;
	height: 25px;
	background: url(/lib/img/webconference/newInfo/ico_circleArrow.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.newInfoDatetime {
	display: block;
	font-weight: bold;
}
.newInfoNote {
	font-size: 1.4rem;
	line-height: 1.4;
	padding-left: 1em;
  text-indent: -1em;
	letter-spacing: 0;
	margin: 0 30px 10px;
}
.newInfoCloseBtn {
	cursor: pointer;
	position: absolute;
	top: 18px;
	right: 22px;
	line-height: 1;
}
body.areaWeb .newInfoCloseBtn {
	display: none;
}
.thanksModal {
	width: 960px;
	position: fixed;
	left: 0;
	right: 0;
	top: 254px;
	margin: auto;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #043C77;
	padding: 70px 75px 35px;
	box-shadow: 0 2px 6px rgba(35, 116, 182, 0.3);
	display: none;
}
.thanksModal.show {
	display: block;
}
.thanksModal .newInfoLogo {
	position: absolute;
	top: 15px;
	left: 14px;
}
.thanksModal .thanksTtl {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0;
}
.thanksModal .thanksTxt {
	font-size: 1.8rem;
	letter-spacing: 0;
	margin-bottom: 20px;
}
.thanksModal .newInfoWinWrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 5px;
	margin-bottom: 45px;
}
.thanksModal .newInfoWindow {
	position: static;
	margin-left: 0;
	width: 375px;
}
.thanksModal .newInfoWindow .newInfoWinInner {
	width: 100%;
	margin-left: auto;
	border-radius: 0;
	border: 1px solid #043C77;
	box-shadow: none;
	transition: none;
}
.thanksModal .newInfoWindow .newInfoTtl {
	width: 100%;
}
.thanksModal .newInfoWindow .newInfoTtl:before {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin: 5px 5px 0 0;
}
.thanksModal .newInfoWindow[data-type="doc"] .newInfoTtl:before {
	/* border-top: 15px solid #003f73; モノヴァー用*/
	border-top: 15px solid #006341;
}
.thanksModal .newInfoWindow[data-type="nexttime"] .newInfoTtl:before {
	border-top: 15px solid #fff;
}
.thanksModal .newInfoWindow[data-type="nexttime"]  .newInfoTtl {
	margin-bottom: 16px;
}
.thanksModal .newInfoWindow[data-type="nexttime"]  .newInfoNote {
	margin: 0 30px 24px 40px;
}
.thanksModal .linkBtn {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background: #043C77;
	border-radius: 14px;
	padding: 14px 28px;
	margin-bottom: 25px;
}

.thanksModal .linkBtn:hover {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	color: #043C77;
	background-color: #fff;
	border: 1px solid #043c77;
	border-radius: 14px;
	padding: 14px 28px;
	margin-bottom: 23px;
}

@media (orientation: portrait){
	.newInfoWindow .tbNone {
		display: none!important;
	}
}


  /*弁当提供モーダル*/
  .lunchBoxMordal .mordalInner {
      position: fixed;
      left: 50%;
      top: 30%;
      -webkit-transform: translate(-50%);
      transform: translate(-50%);
      background-color: #FFF;
      width: 520px;
      text-align: center;
      z-index: 999999;
      height: 400px;
      border-radius: 10px;
  }
  .lunchBoxMordal .lunchBoxOverlay{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(2,63,117,0.3);
    left: 0;
    top: 0;
    z-index: 999998;
  }
  .lunchBoxMordal .lunchBoxModalClose{
    background: #094877 !important;
    color: #FFFFFF;
    display: flex;
    position: absolute;
    top: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 1.6em !important;
    line-height: 1;
    text-align: center;
    line-height: .8 !important;
    justify-content: center;
    align-items: center;
  }
  .lunchBoxMordal {
      background: #094877!important;
      color: #FFFFFF;
      display: flex;
      position: absolute;
      top: -30px;
      right: 0;
      width: 30px;
      height: 30px;
      font-size: 1.6em!important;
      line-height: 1;
      text-align: center;
      line-height: .8!important;
      justify-content: center;
      align-items: center;
  }
  .lunchBoxMordal .lunchBoxTitle{
    border-radius: 10px 10px 0 0;
    margin: 3px;
    height: 115px;
    background-color: #bcdbf5;
    color: #000;
    padding: 10px;
    padding-top: 10px;
    font-weight: bold;
    line-height: 1.8;
    padding-top: 12px;
    font-size:26px;
  }
  .lunchBoxMordal .lunchBoxSelectWrap{
    display: flex;
    justify-content: space-around;
    margin: 0 20px;

  }
  .lunchBoxMordal .lunchBoxYes,
  .lunchBoxMordal .lunchBoxNo{
    background: #003F73;
    background: #003F73;
    width: 42.5%;
    margin-top: 40px;
    border-radius: 10px;
    cursor: pointer;
  }
  .lunchBoxMordal .lunchBoxSelectInner{
    color: #fff;
  padding: 35px 0 15px;
  font-size: 32px;
  font-weight: bold;

  }
  .lunchBoxMordal .lunchBoxSelectInnerText{
    background: #fff;
    margin: 0px 6px 8px;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    height: 100px;
    padding: 15px 0px 0 10px;
  }
  .lunchBoxMordal .lunchBoxWrap{
    color: #000;
  }

	/* 社内公開用表示 */
	.InternalReleaseBox{
		border: 1px solid #ff0011;
		text-align: center;
		color: #ff0011;
		padding: 10px 20px;
	}