/*

	rev.1
	date 2023.07.03

*/

.content {
	padding-top: 0 !important;
	font-size: 1rem;
	line-height: 1.6;
}
.content img {
	width: 100%;
}
.btn-default-outline {
	background-color: transparent;
}
@media screen and (max-width: 767px) {
	.content {
		font-size: 100%;
	}
}

/*============================================================
	見出し
*/
.head {
	text-align: center;
	font-size: 18px;
}
.head .h {
	font-size: 32px;
	line-height: 1.3;
	color: #000;
}
.head .h span {
	display: inline-block;
}
.head p {
	margin: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
	.head {
		font-size: 16px;
	}
	.head .h {
		font-size: 24px;
	}
}

/*============================================================
	日付
*/
.day {
	color: #000;
}
.day .date {
	font-size: 26px;
	line-height: 1.3;
}
.day .date i {
	font-style: normal;
	font-size: 178%;
}
.day .date span {
	font-size: 58%;
}
.day p {
	font-size: 24px;
	line-height: 1.4;
}
.day .link {
	margin: 0.5em 0 0 0;
}
.day .link a i {
	padding: 0 0 0 0.3em;
}
@media screen and (max-width: 767px) {
	.day .date {
		font-size: 24px;
	}
	.day p {
		font-size: 22px;
	}
}

/*============================================================
	登録
*/
.register-wrap {
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 14px;
}
.register-wrap div a {
	display: inline-block;
	margin: 0.5em 0 1.5em 0;
	white-space: normal;
}
.register-wrap div a span {
	display: inline-block;
}
.register-wrap p span {
	display: inline-block;
}
@media screen and (max-width: 575px) {
	.register-wrap {
		font-size: 13px;
	}
}

/*============================================================
	メイン
*/
.main {
	overflow: hidden;
	position: relative;
}
.main .kv {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	margin-top:  20px;
	margin-left: -520px;
	width: 1440px;
	height: 320px;
	background-color: #fff;
	background-image: url(../img/lp-edge-forum-2023/kv.jpg);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-size: contain;
}
.main .headline {
	display: flex;
	padding: 60px 0 0 0;
	height: 320px;
	color: #717074;
}
.main .headline h1 {
	display: flex;
	font-size: 42px;
	line-height: 1.25;
	color: #000;
}
.main .headline h1 span {
	display: block;
	/*background: #78af73;
	background: -moz-linear-gradient(left, #78af73 0%, #62a1c6 100%);
	background: -webkit-linear-gradient(left, #78af73 0%, #62a1c6 100%);
	background: linear-gradient(to right, #78af73 0%, #62a1c6 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	position: relative;
	font-weight:  100;
}
.old-ie .main .headline h1 span {
	background: transparent;
	color: #78af73;
}
.main .headline .tagline {
	margin: 10px 0 0 0;
	color:  #565656;
	font-size: 18px;
	line-height: 1.5;
}
.main .headline .tagline p span {
	display: inline-block;
}
.main .headline div.date-place {
color:  #000;
	flex-wrap: wrap;
	margin-top: 10px;
}
.main .headline div.date-place p.date {
	font-size:  1.3em;
	color: inherit;
}


.main .headline .btn-wrap {
	display: flex;
	margin: 15px 0 0 0;
}
.main .headline .btn-wrap a {
	margin: 0;
}
.main .headline .note {
	margin: 10px 0 0 0;
	font-size: 14px;
}
.main .headline .note span {
	display: inline-block;
}
@media screen and (max-width: 1309px) {
	.main .kv {
		overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	margin-top:  50px;
	margin-left: -620px;
	width: 1440px;
	height: 260px;
	}
}
@media screen and (max-width: 991px) {
	.main .kv {
		overflow: hidden;
    position: relative;
	top: 0;
	margin-top: 0px;
	width: 1200px;
	height: 200px;
			margin-bottom: 15px;
	}
	.main .headline {
		display: block;
		padding: 0px 0;
		height: auto;
		text-align: center;
	}
	.main .headline h1 {
		justify-content: center;
		color: #000;
		margin-bottom:  10px;
	}
	.main .headline .tagline {
		margin: 5px 0 15px 0;
	}
	.main .headline .date {
		justify-content: center;
	}
	.main .headline .btn-wrap {
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.main .kv {
		position: relative;
	top: 0;
	margin-top: -10px;
	width: 1100px;
	height: 200px;

	}
	.main .headline {
		padding: 0px 0;
	}
	.main .headline h1 {
		font-size: 34px;
	}
	.main .headline .tagline {
		margin: 5px 0;
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.main .kv {
		position: relative;
	top: 0;
	margin-top: -10px;

	width: 1050px;
	height: 180px;
	}
	.main .headline .tagline {
		margin: 0 0 10px 0;
	}
	.main .headline .tagline p {
		margin: 5px 0 0 0;
	}
	
	.main .headline .note {
		margin: 20px 0 0 0;
	}
}

/*============================================================
	冒頭
*/
.beginning {
	padding: 40px 40px;
	background-color: #F4F8FA;
	margin-top: 1.5em;

}
.beginning.head {
	margin: 0 0 30px 0;

}
.beginning .head .h {
	font-size: 24px;
}
.beginning .wrap {
	margin: 0 auto;
	max-width: 100%;
	line-height:  1.8em;
	font-size:  1.1em;
}
.beginning .days {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 50px 0 0 0;
}
.beginning .days .day {
	flex-basis: 50%;
	max-width: 50%;
}
@media screen and (max-width: 767px) {
	.beginning {
	
	}
	.beginning .head {
		margin: 0 0 20px 0;
	}
	.beginning .head .h {
		font-size: 20px;
	}
	
}
@media screen and (max-width: 575px) {

	.beginning .days {
		display: block;
		margin: 0;
	}
	.beginning .days .day {
		margin: 20px 0 0 0;
		max-width: 100%;
	}
}

/*============================================================
	スピーカー
*/
.speaker {
	padding: 60px 0 80px 0;
	background-color: #f4f8fa;
}
.speaker .row {
	text-align: center;
}
.speaker .col {
	flex-basis: 25%;
	max-width: 25%;
	margin: 50px 0 0 0;
}
.speaker .col .portrait {
	overflow: hidden;
	margin: 0 auto;
	width: 140px;
	border-radius: 50%;
}
.speaker .col dl {
	margin: 15px 0 0 0;
}
.speaker .col dl dd {
	font-size: 14px;
}
@media screen and (max-width: 991px) {
	.speaker .col {
		flex-basis: 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.speaker {
		padding: 30px 0 40px 0;
	}
	.speaker .col {
		margin: 30px 0 0 0;
	}
	.speaker .col dl dd {
		font-size: 12px;
	}
}
@media screen and (max-width: 575px) {
	.speaker .col .portrait {
		width: 120px;
	}
}

/*============================================================
	ソリューション
*/
.solution {
	padding: 60px 0 80px 0;
}
.solution .row {
	justify-content: center;
}
.solution .col {
	flex-basis: 33.333%;
	max-width: 33.333%;
	margin: 40px 0 0 0;
	font-size: 14px;
}
.solution .col .icon {
	margin: 0 auto;
	width: 100px;
}
.solution .col h3 {
	margin: 15px 0;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
}
.solution .col h3 span {
	display: block;
}
@media screen and (max-width: 1309px) {
	.solution .col {
		flex-basis: 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 991px) {
	.solution .row {
		display: block;
	}
	.solution .col {
		max-width: 100%;
	}
	.solution .col h3 span {
		display: inline-block;
	}
}
@media screen and (max-width: 767px) {
	.solution {
		padding: 30px 0 40px 0;
	}
	.solution .col {
		margin: 30px 0 0 0;
	}
}

/*============================================================
	ユーザー企業
*/
.user {
	padding: 60px 0 80px 0;
	background-color: #202a30;
	color: #fff;
}
.user .head .h {
	color: #fff;
}
.user .col {
	flex-basis: 50%;
	max-width: 50%;
	margin: 40px 0 0 0;
	font-size: 14px;
}
.user .logo {
	margin: 0 auto;
	max-width: 280px;
}
.user .col h3 {
	margin: 20px 0 25px 0;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
@media screen and (max-width: 991px) {
	.user .row {
		display: block;
	}
	.user .col {
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.user {
		padding: 30px 0 40px 0;
	}
	.user .col {
		margin: 30px 0 0 0;
	}
	.user .col h3 {
		margin: 15px 0 15px 0;
		font-size: 20px;
	}
}

/*============================================================
	アジェンダ
*/
.agenda {
	padding: 60px 0 10px 0;
}
.agenda .head {
	margin: 0 0 40px 0;
}
.agenda .wrap {
	padding: 0 0 40px 0;
}
.agenda .day {
	margin: 0 0 30px 0;
	text-align: center;
}
.agenda .block {
	margin: 0 0 40px 0;
	font-size: 14px;
}
.agenda .block h3 {
	margin: 0 0 15px 0;
	font-size: 24px;
}

@media screen and (max-width: 767px) {
	.agenda {
		padding: 30px 0 0 0;
	}
	.agenda .head {
		margin: 0 0 20px 0;
	}
	.agenda .wrap {
		padding: 0 0 10px 0;
	}
	.agenda .day {
		margin: 0 0 20px 0;
	}
	.agenda .block {
		margin: 0 0 30px 0;
	}
	.agenda .block h3 {
		margin: 0 0 10px 0;
	}
}

/*============================================================
	開催概要
*/
.outline {
	padding: 60px 0 80px 0;
}
.outline .table-wrap {
	margin: 0 auto;
	margin-top: 30px;
	max-width: 720px;
	line-height: 2em;

}
.outline .table-wrap table th,
.outline .table-wrap table td {
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
	border-bottom: 0.3px solid ;
}

.outline .table-wrap table tr:nth-child(1) td { border-top: 0.3px solid ;
	}
.outline .table-wrap table th {
	padding-right: 2em;
	white-space: nowrap;
	color:  #000;
	border-top: 0.3px solid ;
}

@media screen and (max-width: 767px) {
	.outline {
		padding: 30px 0 40px 0;
	}
	.outline .table-wrap {
		margin-top: 20px;
	}
	.outline .table-wrap table th {
		padding-right: 1em;
	}
}

.program {
	padding: 60px 0 80px 0;
}
.program .table-wrap {
	margin: 0 auto;
	margin-top: 30px;
	max-width: 840px;
}
.program .table-wrap table th,
.program .table-wrap table td {
	padding: 20px 0;
	vertical-align: top;
}
.program .table-wrap table th {
	padding-right: 2em;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.program {
		padding: 30px 0 40px 0;
	}
	.program .table-wrap {
		margin-top: 20px;
	}
	.program .table-wrap table th {
		padding-right: 1em;
	}
}

/* ============================ */

div.generalsession { line-height: 1.8em; }
div.generalsession h4 { line-height: 1.5em !important; }
