@charset "utf-8";
/*--------------------------------------
	copyright : Lampros co.,Ltd.
--------------------------------------*/

@import url(normalize.css);
@import url(../_plugin/fontawesome/css/all.min.css);
@import url(https://unpkg.com/aos@next/dist/aos.css);
@import url(common_parts.css);
@import url(common.css);


/*
 index
==============================*/

/* top_wrap ----------*/

#top_wrap {
	
}

#top_wrap #top_side_nav {
	position: fixed;
	top: 9rem;
	left: 0;
	width: 18rem;
	height: calc(100vh - 9rem);
	background-color: #FF9190;
}

#top_wrap #top_side_nav ul {
	
}

#top_wrap #top_side_nav ul li {
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

#top_wrap #top_side_nav ul li a {
	position: relative;
	color: #FFF;
	display: block;
	padding: 1.5rem 1rem;
	text-decoration: none;
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.4rem;
}

#top_wrap #top_side_nav ul li a i {
	position: absolute;
	right: 1rem;
	top: calc(50% - 0.5rem);
}

#top_wrap #mv {
	margin-left: 18rem;
}

#top_wrap #main {
	margin-left: 18rem;
}

@media screen and (max-width:1024px) {
	/* iPad 横 l */
	
	#top_wrap #top_side_nav {
		display: none;
	}
	
	#top_wrap #mv {
		margin-left: 0;
	}
	
	#top_wrap #main {
		margin-left: 0;
	}
}

/* mv ----------*/

#mv {
	position: relative;
	height: 40rem;
}

#mv:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 60%;
	height: 100%;
	background-image: url(../_img/index/image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#mv .tw {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	padding: 5rem 4% 0 4%;
	color: #FFF;
	background-color: #FF9190;
	line-height: 1.3;
}

#mv .tw h1 {
	margin-bottom: 2rem;
	padding: 2rem 0;
	border-top: solid 5px #FFF;
	border-bottom: solid 5px #FFF;
	text-align: center;
	font-size: 4rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", 'Noto Serif JP', "Times New Roman", Meiryo, serif;
}

#mv .tw h1 .s {
	display: block;
	margin-bottom: 1rem;
	font-size: 2rem;
}

#mv .tw p {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
}

#mv .tw p small {
	opacity: 1;
	font-weight: bold;
	font-size: 1.8rem;
}

@media screen and (max-width:1560px) {
	#mv:before {
		width: 50%;
	}
	
	#mv .tw {
		width: 50%;
	}
}
@media screen and (max-width:1024px) {
	/* iPad 横 l */
	
	#mv {
		height: auto;
	}
	
	#mv:before {
		position: relative;
		display: block;
		width: 100%;
		height: 75vw;
	}
	
	#mv .tw {
		position: relative;
		width: calc(100% - 4rem);
		height: auto;
		margin: 2rem;
		margin-top: -20vw;
		padding: 4%;
	}
	
	#mv .tw h1 {
		margin-bottom: 1rem;
		padding: 1.5rem 0;
		border-width: 2px;
		font-size: 5vw;
	}
	
	#mv .tw h1 .s {
		margin-bottom: 0.5rem;
	}
	
	#mv .tw p {
		font-size: 2rem;
	}
	
	#mv .tw p small {
		font-size: 1.6rem;
	}
}

/* mvp ----------*/

#mvp {
	background-color: #FF9190;
}

#mvp h1 {
	text-align: right;
	padding: 4rem 0;
	line-height: 1.3;
	color: #FFF;
	font-size: 4rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", 'Noto Serif JP', "Times New Roman", Meiryo, serif;
}

@media screen and (max-width:768px) {
	/* iPad 縦 m */
	
	#mvp h1 {
		text-align: center;
		font-size: 3rem;
	}
}

/* side ----------*/

#side {
	
}

#side h2 {
	font-size: 2rem;
	margin-bottom: 2rem;
}

#side h2 i {
	color: #FF9190;
}

#side nav {
	margin-bottom: 3rem;
}

#side ul {
	
}

#side ul li {
	border: solid 1px rgba(0,0,0,0.1);
	border-bottom: none;
}

#side ul li:last-child {
	border-bottom: solid 1px rgba(0,0,0,0.1);
}

#side ul li a {
	font-size: 1.4rem;
	display: block;
	padding: 1rem;
	text-decoration: none;
	font-weight: bold;
}

#side .mainnav ul li a {
	background-color: #FF9190;
	color: #FFF;
}

#side .mainnav ul li.active a {
	background-color: #FFF;
	color: #FF9190;
}

#side .mainnav ul li {
	border: solid 1px #FF9190;
	border-bottom: none;
}

#side .mainnav ul li:last-child {
	border-bottom: solid 1px #FF9190;
}

#side .contact {
	padding: 2rem;
	background-color: #f6f6f6;
	font-size: 1.4rem;
	line-height: 1.6;
}

#side .contact .bt {
	width: 100%;
	text-align: center;
	margin-top: 2rem;
}

@media screen and (max-width:768px) {
	/* iPad 縦 m */
	
	#side nav {
		margin-bottom: 0;
	}
}

/* message ----------*/

#message {
	
}

#message h2 {
	font-size: 2rem;
	margin-bottom: 2rem;
}

#message p {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 1rem;
	padding: 1.5rem 0;
}

/* picup ----------*/

#picup {
	
}

#picup .picup-list {
	
}

#picup .picup-list li {
	display: table;
	width: 100%;
}

#picup .picup-list li a {
	position: relative;
	display: table-cell;
	padding: 1rem 1.5rem;
	border-radius: 1rem;
	color: #FF9190;
	background-color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
	font-size: 1.8rem;
	font-weight: bold;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	vertical-align: middle;
}

#picup .picup-list li a:hover {
	color: #FFF;
	background-color: #FF9190;
	opacity: 1;
}

/* news ----------*/

#news {
	border-bottom: solid 5px #EEE;
}

#news .news-list {
	
}

#news .news-list li {
	overflow: hidden;
	margin-bottom: 1.5rem;
}

#news .news-list li span {
	display: block;
}

#news .news-list li .d {
	margin-right: 2rem;
	color: #FF9190;
	font-weight: bold;
	font-size: 1.4rem;
	float: left;
}

#news .news-list li .t {
	overflow: hidden;
}

/* news2 ----------*/

#news2 {
	border-bottom: solid 5px #EEE;
}

#news2 .news-list {
	
}

#news2 .news-list li {
	overflow: hidden;
	margin-bottom: 1.5rem;
}

#news2 .news-list li span {
	display: block;
}

#news2 .news-list li .d {
	margin-right: 2rem;
	color: #FF9190;
	font-weight: bold;
	font-size: 1.4rem;
	float: left;
}

#news2 .news-list li .t {
	overflow: hidden;
}
/* important ----------*/

#important {
	padding: 3rem;
	border: solid 5px #FF9190;
}

#important h3 {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: solid 2px #FF9190;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

#important h3 i {
	color: #FF9190;
}

#important ul {
	
}

#important ul li {
	margin-bottom: 3rem;
	line-height: 1.6;
}

#important ul li:last-child {
	margin-bottom: 0;
}

#important ul li h4 {
	color: #C50000;
}
#important .news-list li {
	overflow: hidden;
	margin-bottom: 1.5rem;
}

#important .news-list li span {
	display: block;
}
#important li .d {
	margin-right: 2rem;
	color: #FF9190;
	font-weight: bold;
	font-size: 1.4rem;
	float: left;
}

#important li .t {
	overflow: hidden;
}
/* contents ----------*/

#contents {
	
}

#contents .red, .red {
	color: #C50000;
}

#contents .tbg1 th {
	min-width: 20rem;
}

.has-text-centered {
	text-align: center;
}

.has-text-right {
	text-align: right;
}

a i {
	font-weight: normal;
}

.level-1 {
	margin-left: 1em;
}

.level-2 {
	margin-left: 2em;
}

.level-3 {
	margin-left: 3em;
}

.level-4 {
	margin-left: 4em;
}

.level-5 {
	margin-left: 5em;
}

.shadow {
	box-shadow: 0 0 10px rgba(151, 151, 151, 0.6);
}

.shadow:hover {
	transform: translateY(-2px);
}

a.zoom {
	display: inline-block;
	width: 24px;
	height: 24px;
}

a.zoom:hover {
	transform: scale(1.5);
}

.exhibition h2 {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 10px;
}

.exhibition h2 span {
	font-size: 20px;
	padding-top: 15px;
}

.exhibition p, .exhibition div#news ul.news-list li {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 5px;
	padding-right: 1em;
	padding-left: 1em;
}

.exhibition div#news ul.news-list {
	margin-top: 5px;
	margin-bottom: 10px;
}

.exhibit-info {
	border: 1px dashed #d9d9d9;
	margin: 1em;
	font-size: 14px;
	padding: 1em;
}

.exhibit-info h3 {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 8px;
	border-left: 4px solid #FF9190;
	text-indent: 4px;
}

.exhibit-info ul {
	margin-left: 8px;
	margin-right: 8px;
}

.exhibit-info ul li ul {
	margin-left: 1em;
}

div#info.sec div.inner hr.exhibit {
	margin-top: 80px;
	margin-bottom: 90px;
	border-top: 1px dashed #d9d9d9;
	background-color: white;
}

.company-list ul {
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
}

.company-list ul li {
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
}

.company-list ul li:nth-child(odd) {
	width: calc(50% - 20px);
	margin-right: 20px;
}

.company-list ul li:nth-child(even) {
	width: calc(50% - 20px);
	margin-left: 20px;
}

table.program td.program-author {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Open Sans", "Helvetica Neue", Helvetica, "Arial", Meiryo, sans-serif;
	font-size: 12px;
	border-top-style: none;
	text-indent: -1em;
	padding-left: 1.5em;
}

td.program-title {
	font-size: 13px;
}

td.program-venue, td.program-time {
	width: 10%;
	font-size: 13px;
}
td.s_title {
	width: 70%;
}


div.s_title {
	border-left: 5px solid #d8d8d8;
	margin-bottom: 5px;
}

/* @end */

td.program-author {
	font-size: 12px!important;
}

@media screen and (max-width:780px) {
	.company-list ul li:nth-child(odd), .company-list ul li:nth-child(even) {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}


/*
授賞式
==============================*/

ul.awad-ul {
	margin: 1em 0;
	padding: 0.5em 0;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
}

.awad-zoom {
	padding: 1em;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
}

#body-wrap .awad-zoom img {
	width: 50px;
	height: 50px;
}

#body-wrap .awad-zoom div {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #CCC;
	display: flex;
	flex-direction: column;
}

#body-wrap .awad-zoom div span:first-child::before {
	content: 'ID';
	background-color: rgba(246,246,246,1.00);
	color: #666;
	border: 1px solid #CCC;
	padding: 3px 9px;
	border-radius: 2px;
	margin-right: 8px;
}

#body-wrap .awad-zoom div span:nth-child(2)::before {
	content: 'PW';
	background-color: rgba(246,246,246,1.00);
	color: #666;
	border: 1px solid #CCC;
	padding: 3px 5px;
	border-radius: 2px;
	margin-right: 8px;
}

/*
シンポジウム
==============================*/

.sympo-zoom, .sympo-pdf {
	padding: 0.4em 0 0em 0;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
}

.sympo-pdf {
	margin-top: 15px;
	vertical-align: bottom;
}

#body-wrap .sympo-zoom img, #body-wrap .sympo-pdf img {
	width: 35px;
	height: 35px;
}

#body-wrap .sympo-zoom div {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #CCC;
	margin-top: 0.2em;
}

#body-wrap .sympo-zoom div span {
	margin-right: 20px;
}

#body-wrap .sympo-zoom div span:first-child::before {
	content: 'ID';
	background-color: rgba(246,246,246,1.00);
	color: #666;
	border: 1px solid #CCC;
	padding: 3px 9px;
	border-radius: 2px;
	margin-right: 8px;
}

#body-wrap .sympo-zoom div span:nth-child(2)::before {
	content: 'PW';
	background-color: rgba(246,246,246,1.00);
	color: #666;
	border: 1px solid #CCC;
	padding: 3px 5px;
	border-radius: 2px;
	margin-right: 8px;
}
