@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contents.css
 author     :日本歯科保存学会2021年度春季学術大会（第154回）
 style info :コンテンツエリア関係 他
 
各ページのCSS

背景カラー：
=================================================================== */

/* -----------------------------------------------------------
	.l-body__top-page
		トップページ
----------------------------------------------------------- */

/*---------- アイキャッチ ----------*/
.p-top-eyecatch {
	position: relative;
	text-align: center;
	z-index: 0;
}

/*---------- インフォメーション ----------*/
.p-top-info {
	position: relative;
	width: 670px;
	margin: 0 auto 20px;
}

.p-top-info__inner {
	position: relative;
	padding: 20px 25px;
	background-color: #FFE8EC;
	border: 2px solid #EF473A;
}

.p-top-info__head {
	margin: 0 0 20px;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 700;
	color: #222;
}

.p-top-info__content {
	font-size: .95rem;
	color: #111;
}

.p-top-info__content .c-list__decimal li {
	margin-bottom: 1.2em;
}

/*---------- お知らせ（新着情報） ----------*/
.p-top-news {
	position: relative;
	width: 100%;
}

.p-top-news__inner {
	position: relative;
	min-height: 200px;
	margin: 30px auto;
}

.p-top-news__head {
	margin: 0;
	padding: 10px 20px;
	background: none;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: #015DBC;
	line-height: 1.3;
}

.p-top-news__head span {
	display: block;
	margin: 5px auto;
	font-size: 1.1rem;
	font-weight: 500;
	font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
	color: #5C5C5C;
}

.p-top-news__content {
	width: 100%;
	min-height: 150px;
	height: auto !important;
	margin: 0 auto;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;		
}

.p-news__list {
	display: block;	
	overflow: auto;
	width: auto;
	height: 180px;
	margin: 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}
 
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width: 479px) {
	.p-news__list {
		height: auto;
	}
}

.p-news__list tbody {
	overflow-y: scroll;
	width: 100%;
}

.p-news__list tr {
	border-bottom: 1px solid #CCC;
}

.p-news__list th {
	margin: 0 10px;	
	padding: 8px 10px 8px 0;
	width: 10%;
	font-size: .9rem;
	font-weight: 700;
}

.p-news__list td {
	margin: 0 0 0 10px;
	padding: 8px 5px;
	width: 100%;
}

.p-news__list::-webkit-scrollbar {
	width: 8px;
}
 
.p-news__list::-webkit-scrollbar-track {
	background: #CCC;
}

.p-news__list::-webkit-scrollbar-thumb {
	background: #767687;
}
	
/* -----------------------------------------------------------
	.l-body__greeting
		大会長挨拶
----------------------------------------------------------- */
.p-greeting__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
	-ms-align-items: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	align-items: flex-end;
	width: 100%;
	margin: 20px auto;
	padding: 0 0 20px;
	border-bottom: 3px solid #CCC;
}

.p-greeting__title {
	flex-basis: 100%;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
}

.p-greeting__sign {
	padding: 0 15px;
	text-align: left;
	font-size: 1rem;
	font-weight: 500;
}

.p-greeting__name {
	font-size: 1.5rem;
	font-weight: 500;
}

.p-greeting__department {
	display: block;
	font-size: .9rem;
	font-weight: 400;
}

	
/* -----------------------------------------------------------
	.l-body__topics
		Topics
----------------------------------------------------------- */
.p-topi-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	text-align: center;
}

.p-topi-mv__item {
	flex-basis: 30%;
	margin: 0 0 50px;
}

.p-topi-mv__item .c-caption {
	display: block;
	padding: 5px 0 0;
	font-size: 1.1rem;
	font-weight: 500;
	color: #073586;
}

/* -----------------------------------------------------------
	.l-body__join
		参加登録
----------------------------------------------------------- */
.l-body__join .c-table__type_fee td {
	text-align: center;
}

/* -----------------------------------------------------------
	.p-tbd__content
		準備中
----------------------------------------------------------- */
.p-tbd__content {
	padding: 40px 10px 0;
	text-align: center;
}

.p-tbd__head {
	font-size: 4.5rem;
	font-weight: 500;
	color: #B4B4B4;
	line-height: 1;
}

.p-tbd__text {
	padding: 15px 0 5px;
	font-size: 1.4rem;
	font-weight: 500;
}

.p-tbd__desc {
	padding: 0 0 40px;
	font-size: 1rem;
	font-weight: 500;
	color: #777;	
}

.p-tbd__link {
	width: 250px;
	margin: 0 auto;
}

/* -----------------------------------------------------------
	.l-body__program
		プログラム
----------------------------------------------------------- */
.c-list-program {
	position: relative;
}

.c-list-program__category {
	position: relative;
	margin: 48px 1px 10px;
	padding: 5px 15px;
	border: 1px solid #042861;	
	font-size: 1.3rem;
	font-weight: 700;
	color: #042861;	
}

.c-list-program__category .c-list-program__date {
	position: absolute;
	top: 30%;
	right: 15px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.c-list-program__item {
	position: relative;
	margin: 0 0 24px;	
}

.c-list-program__item ul {
	margin-left: 24px;
}

.c-list-program__head {
	position: relative;
	margin: 20px 15px 0;
	padding: 0 0 5px;
	border-bottom: 3px solid #BBB;
}

.c-list-program__head::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 3px solid #004499;
  bottom: -3px;
	left: 0;
  width: 30%;
}

.c-list-program__title {
	font-size: 1.2rem;	
	font-weight: 700;	
	color: #004499;
}

.title_b {
  margin-left: 4rem;
	font-size: 1rem;	
	font-weight: 400;
  color: #3C3C3C;
}

.c-list-program__content {
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;	
	width: 100%;
	padding: 12px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.c-list-program__content:not(:first-of-type):not(:nth-of-type(2)) {
	border-top: 1px solid #CCC;
}

.c-list-program__outline {
	flex-basis: 100%;
	margin: 0 0 20px;
	font-size: 1rem;	
}

.c-list-program__photo {
	flex-basis: 25%;
}

.c-list-program__photo img {
	display: block;
	margin: 0 0 5px;
}

.c-list-program__text {
	flex-basis: 75%;
}

.c-list-program__text:only-of-type {
	flex-basis: 100%;
}

.c-list-program__subject {
	padding: 0 0 0 .6em;
	text-indent: -.6em;
	font-size: 1.1rem;
	font-weight: 700;
}

.c-list-program__subject:not(:first-of-type) {
	margin: 10px 0 0;
}

.c-list-program__speaker {
	margin: 5px 0 0 11px;	
}

.c-list-program__name {
	font-size: 1.05rem;
	font-weight: 500;
}

.c-list-program__depart {
	margin: 0 0 8px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: .9rem;
}

.c-list-program__abstract {
	margin: 5px 0 0;
	padding: 13px 15px;
	background-color: #EFF6FD;
	font-size: .88rem;
}
