@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contents.css
 author     :ANDeMS
 style info :コンテンツエリア関係 他
 
各ページのCSS

背景カラー：
=================================================================== */

/* -----------------------------------------------------------
	.l-body__top-page
		トップページ
----------------------------------------------------------- */

/*---------- メインビジュアル -------*/

/*.mainvisual {	
	background-image: url(../img/img_top-eyecatch.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
	padding-top: 2rem;
}
*/

.mainvisual {
	position: relative;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/img_top-eyecatch_bg.png);
	background-size: cover;
}

.mainvisual img {
	max-width: 100%;
	max-height: 500px;
	display: block;
	margin: 0 auto;
}


/*@media (max-width: 800px) {

.mainvisual img {
	min-height: 350px;
	width: auto;
}

}*/

/*---------- アイキャッチ ----------*/
.p-top-eyecatch {
	position: relative;
	/*max-width: 1000px;
	background-position: center;
	text-align: center;*/
	margin: 0 auto;
}

.p-section__main {
	height: 500px;
}

/*---------- インフォメーション ----------*/
.p-top-info {
	position: relative;
	width: 100%;
	margin: 30px 0;
}

.p-top-info__inner {
	position: relative;
	width: 850px;
	margin: 0 auto;
	padding: 20px 25px;
/*	background-color: RGBa(227, 100, 113, .1); */
	border: 2px solid #E36471;
	border-radius: 4px;
}

.p-top-info__head {
	margin: 0 0 15px;
	text-align: center;
	font-size: 110%;
	font-weight: 700;
	color: #DB3949;
}

.p-top-info__content {
	/*font-size: 1em;*/
	color: #1C1C1C;
}

/*---------- トップコンテンツ ----------*/

.bg_gray {
	background-color: #f6f6f4;
}

.bg_blue {
	background-color: #effcff;
}


.p-top-con {
	position: relative;
	width: 100%;
	margin: 5em 0;
}


.p-top-con__inner {
	position: relative;
	margin: -5em auto 0;
	padding-top: 5em;
}

.p-top-con__head {
	position: relative;
	padding: 1em 0 .5em;
	text-align: center;
	font-size: 1.8em;
	font-weight: 700;
	font-style: italic;
}

.p-top-con__head:before {
	position: absolute;
	bottom: -8px;	
	left: calc(50% - 30px);
	width: 60px;
	height: 6px;
	content: '';
	background: #0066a9;
}

.p-top-con__content {
	padding: 2em 0;
	margin: 5em 0;
	width: auto;
	background-color: #FFF;
	border-radius: 4em 0;
}

#Delegates .p-top-con__inner .p-top-con__content,
#Young .p-top-con__inner .p-top-con__content,
#Photo .p-top-con__inner .p-top-con__content {	
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1); 
}

.c-flex {
	display: flex;
	width: 100%;
}

.name {	
	font-family: "Vollkorn";
}

.Message_img{
	width: 20%;
}

.Message_con {
	width: 80%;
	padding: 0 1em;
	text-align: left;
}


@media (max-width: 800px) {
	
	.c-flex {
		display: block;
	}

	.Message_img {
		width: 50%;
		margin: 0 auto;
	}

	.Message_con {
		width: 100%;
	}

}


.Delegates_logo {
	margin-bottom: 3em;
}

.Delegates_logo span {
	font-size: 1.6em;
	font-weight: 700;
}

.Delegates_logo img {
	max-width: 100%;
	padding: 0 1em;
}

@media (max-width: 800px) {
	.Delegates_logo img {
	max-width: 90%;
}
}

.Delegates_con {
	display: flex;
	width: 100%;
}

.Delegates_img {
	width: 40%;
	padding-right: 1em;
	text-align: right;
}

.Delegates_img img{
	max-height: 110px;
}

.Delegates_name {
	width: 60%;
	font-size: 1.3em;
	text-align: left;
	font-family: "Vollkorn";
}

.Delegates_name p {
	margin: 20px 0;
}

.Delegates_name p em {
	margin-left: .5em;
}

.Delegates_name p span {
	color: #1b5661;
}


@media (max-width: 800px) {
	.Delegates_img {
		width: 30%;
	}
	.Delegates_name {
		font-size: 1em;
		width: 70%;
		padding-right: .5em;
	}
}

.Photo_con {
	margin: 3em 0 4em;
	width: 100%;
}

.Photo_title {
	font-size: 1.6em;
	font-weight: 700;
	color: #1A545E;
	margin-bottom: 1em;
}

.Photo_img img {
	max-width: 80%;
	height: auto;
}

.tcon-title {
	position: relative;
	font-size: 1.5em;
	border-bottom: 3px solid #13417f;
	color: #13417f;
	margin: 1em 0;
	font-weight: 700;
}

.tcon-date {
	background-color: #EEE;
	border-radius: 5px;
	margin-bottom: 1em;
	padding: .5em 1em;
	font-weight: 500;
	display: inline-block;
}

.tcon-program {
	margin-top: 2em;
}

.tcon-program::first-child {
	margin-top: 0;
}

.tcon-program-title {
	position: relative;
	font-size: 1.3em;
	padding-left: 1em;
	font-weight: 500;
	margin-bottom: .5em;
}

.tcon-program-title::after {
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	/*z-index: 2;*/
	width: 12px;
	height: 12px;
	background-color: #13417f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tcon-program-title span {
	/*border: 3px solid #66a7d7;*/
	background-color: #e0edf7;
	border-radius: 20px;
	padding: .3em 1em;
	font-weight: normal;
	font-size: .8em;
	color: #13417f;
	margin-left: 1em;
}

.tcon-program-subtitle {
	position: relative;
	margin-left: 1em;
	font-size: 1.1em;
	font-weight: 700;
	color: #3A552B;
}

.tcon-program-speaker {
	position: relative;
	margin: 0 0 1em 1.5em;
}

.tcon-program-list > li {
	list-style: none !important;
	position: relative;
	margin-bottom: .5em;
	padding-left: 1em;
	font-weight: 500;
	font-size: 1.3em;
}

.tcon-program-list > li::before {
	position: absolute;
	display: block;
	content: '';
	top: .45em;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #13417f;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.tcon-program-list span {
	font-weight: normal;
	font-size: .8em;
	color: #13417f;
	margin-left: .8em;
	background-color: #e0edf7;
	/*border: 3px solid #66a7d7;*/
	border-radius: 20px;
	padding: .2em 1em;
}

/*---------- お知らせ（新着情報） ----------*/
.p-top-news {
	position: relative;
	background-color: #FFF;
}

.p-top-news__inner {
	margin: 0 auto;
	padding: 64px 10px 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.p-top-news__content {
	width: 100%;
	min-height: 170px;
	height: auto !important;
	margin: 0 auto;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;		
}

.p-top-news__head h2 {
	margin: 0 0 50px;
	padding: 0 30px;
	text-align: center;
	font-size: 200%;
	font-weight: 500;
	letter-spacing: 2px;	
}

.p-top-news__list {
	display: inline-block;
	overflow: auto;
	width: 100%;
	max-height: 300px;
	margin: 0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
  border-bottom: 2px solid #F7F7F7;
  border-top: 2px solid #F7F7F7;
}
 
.p-top-news__list tbody {
	overflow-y: scroll;
	width: 100%;
}
/*
.p-top-news__list tr {
	border-bottom: 1px solid #CCC;
}*/

.p-top-news__list th {
	/*width: 10%;
	padding: 8px 10px 8px 0;*/
	vertical-align: top;
	font-weight: 700;
	color: #1144AD;
  border-bottom: none;
}

.p-top-news__list td {
  border-bottom: none;
}
/*
.p-top-news__list::-webkit-scrollbar {
	width: 8px;
}
 
.p-top-news__list::-webkit-scrollbar-track {
	background: #CCC;
}

.p-top-news__list::-webkit-scrollbar-thumb {
	background: #767687;
}
*/
/*
.p-top-news {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #EEE;
}

.p-top-news__content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
	width: 1000px;
	margin: 0 auto !important;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.p-top-news__head {
	width: 15%;
}

.p-top-news__head h2 {
	text-align: center;
	font-weight: 700;
	color: #006300;
}

.p-news__list {
	width: 85%;
}

.p-news__list.ticker {
    position: relative;
    overflow: hidden;	
    margin: 0 auto;
    text-align: left;
}
 
.p-news__list.ticker ul {
    position: relative;	
    width: 100%;
}
 
.p-news__list.ticker ul li {
    width: 100%;
    display: none;
}

.p-news__list_date {
	padding: 0 15px 0 0;
	font-weight: 700;
}
*/

/*----------バナーエリア---------*/
.p-top-bnrarea {
	width: 100%;
	background-color: #FFF;
}

.p-top-bnrarea__list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;	
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;
}

.p-top-bnrarea__item {
	list-style-type: none !important;
	flex-basis: 25%;	
	padding: 10px 0;
	text-align: center;
	box-sizing: border-box;
}

/*---------- リンクエリア ----------*/
.p-top-link {
	background-color: #DDD;
	padding: 60px 30px;	
}

/*.p-top-link__inner {
	width: 100%;
	padding: 60px 30px 120px;
}*/

/*.p-top-link__content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;	
	width: 900px;
	margin: 0 auto !important;
}*/

.p-top-link__item {
	/*width: 47%;*/
	padding: 48px 30px;
  margin-bottom: .5em;
	background-color: #FFF;	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	box-shadow: 3px 3px 0 RGBa(0, 0, 0, .2);
	-webkit-box-shadow: 3px 3px 0 RGBa(0, 0, 0, .2);
}

.p-top-link__title {
	text-align: center;
	font-size: 160%;
	font-weight: 500;
	letter-spacing: 2px;	
}

.p-top-link__title2 {
	text-align: center;
	font-size: 160%;
	font-weight: 500;
	letter-spacing: 2px;	
}

.p-top-link__title2 span {
  display: inline-block;
}


.p-top-link__text {
	text-align: center;
	/*font-size: 1em;*/
	font-weight: 500;
	color: #4394D0;
}

.p-top-link__item .c-btn__container {
	/*width: 230px;*/
	margin: 15px auto 0;
}

/*.p-top-link__item .c-btn {
	font-size: 1em;
}*/


/* -----------------------------------------------------------
	.p-tbd__content
		準備中
----------------------------------------------------------- */
.p-tbd__content {
	padding: 50px 10px;
	text-align: center;
}

.p-tbd__head {
	font-size: 4.5em;
	font-weight: 500;
	color: #B4B4B4;
	line-height: 1;
}

.p-tbd__text {
	padding: 15px 0 5px;
	font-size: 1.4em;
	font-weight: 500;
}

.p-tbd__desc {
	padding: 0 0 40px;
	/*font-size: 1em;*/
	font-weight: 500;
	color: #777;	
}

.p-tbd__link {
	width: 250px;
	margin: 0 auto;
}