@charset "utf-8";
/* 共通 */
body.sub_page{
	font-size:  100%;
}
.sub_page .container{
	width: calc(100% - 30px);
	margin: 0 auto;
}
.sub_page #content_body {
	margin:30px auto 0;
	max-width: 1106px;
	font-size:  62.5%;
	color: #000;
}
.sub_page #content_body li{
	color: #000;
}
.sub_page p {
	line-height: 1.7;
	margin: 0;
}
@media screen and (min-width: 750px) {
			.sub_page #content_body h2{
				font-size: 4.5em;
				margin-top: 70px;
			}
}
/* footer ------------------------------------------------------- */
#footer{
 	background: #F2F2F2;
	color: #151515;
	padding: 20px 0;
}
#footer .foot_inner{
	max-width: 790px;
	margin: 0 auto;
}
#footer .footmenu{
	margin: 20px 0 0 0;
}
#footer .foot_sns{
	margin: 0 auto;
	display: flex;
	align-items: center;
	max-width: 220px;
	justify-content: space-around;
}
#footer .foot_sns i{
	color: #666;
}
#footer .foot_sns a{
	margin: 0 12px;
}
#footer .footmenu p{
	font-size: 11px;
	white-space: nowrap;
}
@media screen and (min-width: 750px) {
									#footer .jimu_left{
									width: 130px;
									float: left;
								}
									#footer .jimu_right{
									padding: 0 20px 15px;
									border-left: 1px solid #000;
										margin-left: 130px;
								}
						#footer .footmenu{
							position: relative;
						}#footer .foot_sns{
									position: absolute;
									bottom: 0;
									right: -10px;
								}
}
@media screen and (max-width: 749px) {
				#footer .foot_inner{
					padding: 0 20px;
				}	
					#footer .jimu_left{
						border-bottom: 1px solid #000;
						}
					#footer .jimu_right{
					margin: 20px 0;
				}
					#footer .footmenu{
						text-align: center;
					}
					#footer .footmenu .copy{
						display: block;
					}
}
/* 言語ボタン */
#lang_menu{
	font-size:  62.5%;
	position: absolute;
	right: 0 ;
	top: 0 ;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #FFF;
	color: #002D64;
	border-right: 1px solid #FFF;	
	border-bottom: 1px solid #FFF;	
	border-left: 1px solid #FFF;	
}
@media screen and (max-width: 749px) {
			#lang_menu{
			right: 60px ;
			top: 0 ;
			}
}
#lang_menu div {
	text-align: center;
	font-size: 1.4em;
	width: 35px;	
}
#lang_menu span{
	display: inline-block;
	padding: 7px;
}
#lang_menu a {
	display: block;
	background-color: #002D64;
	color:#fff;
}
#lang_menu div.en {
	font-family: Georgia, "Times New Roman", Times, "serif"; 
}

/* --------------   共通css   -------------- */
@media screen and (min-width: 750px) {
			.pc_fl_left { float: left;}
			.pc_fl_right { float: right;}
}

/* flexbox */
.flex_box{ 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width: 750px) {
		.pc_flex_box{
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
}

.fl_wrap{ 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; 
}
.pc_flex_box.bet,
.flex_box.bet{ 
	-ms-flex-line-pack: justify;
	align-content:space-between;}
.pc_flex_box.aro,
.flex_box.aro{ 
	-ms-flex-line-pack: distribute;
	align-content: space-around;
}
.fl_cen{ 
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.fl_end{ 
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.fl_start{ 
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* list */
.num_list ul{
  counter-reset: number 0;
	font-size: 1.5em;
	line-height: 1.7;
 }
.num_list li{
  list-style:none;
  text-indent:-1.25em;
  padding-left:1.25em;
}
.num_list li::before{
	counter-increment: number ;    
	content:  "（" counter(number) "）";    
}
.hai_list li{
  list-style:none;
  text-indent:-0.5em;
  padding-left:0.5em;
}
.hai_list li::before{
	content:  "-";    
}


/* 共通 */
.sub_page #content_body h3 {
	font-size: 2.2em;
}


/* 共通装飾 */

/* ボタン */
.pagetop_btn {
	margin: 30px 0;
	font-size: 1.4em;
	text-align: right;
}
.pagetop_btn a{
	text-align: center;
	display: block;
}
.normal_r_btn{
	margin: 20px 0;
	text-align: right;
}
.normal_r_btn a{
	text-align: center;
	padding: 6px ;
	background: #002D64;
	color: #fff;
	min-width: 60px;
}
.normal_r_btn.white_bg a{
	background: #fff;
	color: #002d64;
}
.top_page p.pagetop-btn a::after{
	background: none;
}

.common_btn{
	background: #002D64;
	color: #fff;
	padding: 10px;
	text-align: center;
	border-radius: 4px;	
}
.common_btn a{
	color: #fff;
	display: block;
}
.common_btn:hover{
	background: #325B8E;
	color: #fff;
}
.common_btn.p_jp{
	background: #004064;
	padding:4px 10px;
}
.common_btn.p_jp:hover{
	background: #32458E;
	color: #fff;
}
.common_btn.p_en{
	background: #00645C;
	padding:4px 10px;
}
.common_btn.p_en:hover{
	background: #328E86;
	color: #fff;
}

/* 背景 */



.line_top{
	border-top: 1px solid #595757;
}
.line_bottom{
	border-bottom: 1px solid #595757;
}
.list_mark{
	position: relative;
	padding-left: 16px;
}
.list_mark::before{
	content: "";
	border-radius: 50%;
	display: block;
	position: absolute;
	top:8px;
	left:0;
	background-color: #000;
	width: 10px;
	height: 10px;
}
.border_box{
	padding: 20px;
	border: solid 1px #000;
}
.disc li{
	list-style: disc;
	color: #151515;
	line-height: 1.7;
	list-style-position: outside;	
	padding: 0 5px;
	font-size: 1.6em;
}
.pdf_box span{
	font-size: 1.1em;
	color: #fff;
	background-color: #002D64;
	padding: 3px 10px;	
	margin-bottom: 10px;
	display: block;
	position: relative;
}
.pdf_box span::before {
	content: url(../../images/common/pdficon_small.png);
	position: absolute;
	top: 3px;
	right: 10px;
}
.pdf_box a{
	color: #fff;
	display: block;
}
.normal_btn {
	font-weight: bold;
	background: #002D64;	
	text-align: center;
	vertical-align: bottom;
	padding: 6px 20px;
}
.normal_btn a{
	cursor: pointer;
	display: block;
	color: #fff;
}
/* toppage */
.top_page .pagetop_btn {	
	margin: 10px 0 ;	
}
.top_page .pagetop_btn a{
	font-size: 14px;
	display: inline;
}
.top_page .pagetop_btn a::after{
	content: "　▲";
}
.top_page .mainvisual{
	position: relative;
}
.top_page .mainvisual .logo{
	display: block;
	position: absolute;
	z-index: 10;
}
@media only screen and (min-width: 750px){
	.top_page .mainvisual{
			margin: 20px auto 0;
		}
	.top_page .mainvisual .logo{
		left: 48%;
		bottom:8%;
	}
}
	@media only screen and (max-width: 749px){
		.top_page .mainvisual{
			margin: 0 auto ;
		}
		.top_page .mainvisual .logo{
			width: 80px;
			top: 45%;
			left: 26%;
		}
		.top_page .sp_info{
			margin: 40px auto 10px;
		}
		.top_page .sp_info li{
			color: #333;
		}
		
	}
	@media only screen and (max-width: 800px){
		.top_page .mainvisual .logo{
			width: 45px;

		}
}
.top_youtube_area{
	margin: 60px auto 20px;
	border: solid 1px #ADADAD;
	border-radius: 10px;	
	max-width: 690px;
}
.top_youtube_area .logo{
 margin-right: 10px;
}
.top_youtube_area .pc_flex_box{
	justify-content: space-around;
}
.top_youtube_area p{
	font-size: 18px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	margin: 0;
}
.top_youtube_area img{
	/*max-width: 200px;	*/
	max-width: 100px;	
	padding: 8px 0;
}
.top_youtube_area a{
	display: block;
	/*padding: 40px;*/
	padding: 40px 10px;
	text-align: center;
}
.top_youtube_area:hover{
	background-color: #C2DBE5;
}
/* 共催 */
.top_page .top_link_area{
	max-width: 1000px;
	margin: 30px auto ;
}
.top_page .top_link_area h3{
	text-align: center;	
}
@media screen and (min-width: 750px) {
		.top_page .top_link_area{
			margin: 100px auto 40px;
		}
}
.top_page .top_link_area h3 img{
	max-width:120px;
}
.top_page .link_box h4{
	text-align: center;
	margin:20px auto;
}
.top_page  .link_box div{
	margin: 10px auto;
	text-align: center;
}
.link_box a{
	display: block;
}
.link_box a img{
	padding: 20px 0;
	max-height: 60px;
}
.link_box .referential a img{
	max-height: 80px;
}
.top_page  .pamphlet_pdf{
	padding: 1em;
	border: 1px solid #ccc;
	border-radius: 0.5em;
}

/* プログラム */
#program_page ul.disc{
	margin: 20px 0 10px 20px;
}
.program_guide{
	max-width: 820px;
}
.program_guide h3{
	font-size: 2em;
	margin-bottom: 10px;
}
.program_guide h3::before,
.program_guide h3::after{
	content:"■";
	padding: 5px ;
}
.program_guide h4{
	font-size: 1.6em;
	margin: 16px 0 8px;
}
#program_page .q_link_box{
	margin: 20px 0 40px;
	text-align: right;
}
#program_page .q_link_box .common_btn{
	font-size: 16px;
	padding: 4px 20px 6px;
}
.sub_page .jp_page .program_guide .session{
	max-width: 6em;
	float: left;
}
.sub_page .jp_page .program_guide .session_r{
	margin-left:  5.5em;
	width: calc(100% - 6em);
}
.sub_page .en_page .program_guide .session{
	max-width: 11.5em;
	float: left;
}
.sub_page .en_page .program_guide .session_r{
	margin-left:  11.5em;
	width: calc(100% - 11.5em);
}
.schedule_area{
	margin: 40px 0;
}
.schedule_area .schedule_text {
	font-size: 1.8em;
	text-align: center;
	margin: 20px auto;
}
.schedule_area .schedule_box a{
	display: block;
}
.schedule_area .schedule_box a h3{
	font-size: 2em;
	padding: 12px 0;
	background-color: #2b92d5;
	color: #fff;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 2px;	
}
.en_page .schedule_area .schedule_box a h3{
	font-size: 1.6em;
	letter-spacing: normal;	
}
.schedule_area .schedule_box ul{
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
.schedule_area .schedule_box li{
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 6px ;
	font-size: 1.5em;
}
.program_detail_area{
	margin-bottom: 60px;
}

@media screen and (min-width: 750px) {
		.schedule_box{
			width: 48%;
		}
}
.program_detail_area p.program_tit{
	font-size: 2em;
	font-weight: bold;
	margin: 80px 0 40px;
}
.program_detail_area p.program_tit span{
	float:right;
}
#program_page .program_detail_area .program_one_box h2 {
	font-size: 2em;
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 1.15;
	color: #002D64;
}
@media screen and (min-width: 750px) {
			.program_detail_area .session_box .date_box{
				width: 180px;
				float: left;
				padding-top: 40px;
			}
			.program_one_box{
				margin-left: 180px;
				padding: 40px;
			}
			#program_page .program_detail_area .session_box .date_box p{
					max-width: 160px;
				}
			#program_page.en_page .program_detail_area .session_box .date_box p{
					max-width: 200px;
		}
}
#program_page .program_detail_area .session_box .date_box p{
	text-align: center;
	font-size: 1.2em;
}
#program_page .program_detail_area .session_box .date_box .session_name {
	background-color: #002D64;
	color: #fff;
	text-align: center;
	padding: 4px 0;
	font-weight: bold;
	margin: 0 0 3px ;
	letter-spacing: 1.5px;
	font-size: 1.5em;
}
#program_page.en_page .program_detail_area .session_box .date_box .session_name {
	white-space: nowrap;
	letter-spacing: normal;
	font-size: 1.3em;
}
#program_page .program_detail_area .session_box .date_box .date{
	margin-top: 10px;
	font-size: 1.3em;
	font-weight: bold;
}
@media screen and (max-width: 749px) {
	#program_page .program_detail_area .session_box .date_box .date{
		margin-bottom: 10px;
	}
	
}
.program_detail_area .program_one_box .chair_man{
	margin: 40px 0;
}
.program_detail_area .program_one_box .profile::after{
	clear: both;
	content: "";
	display: block;
}
.program_detail_area .program_one_box .name {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 4px;
}
.program_detail_area .program_one_box .name span{
	font-size: 0.8em;
	font-weight:normal;
	padding-left: 0.5em;
}
.program_detail_area .program_one_box .position{
	font-size: 1.3em;
	line-height: 1.5;
}
.program_detail_area .program_one_box .profile_pic {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #ddd;
	text-align: center;	
	margin:0 20px 20px 0;
	float: left;
}
.program_detail_area .program_one_box .profile_pic span{
	line-height: 100px;
	 font-family: Georgia;font-size: 18px;font-weight: bold;color: #fff;
}
.program_detail_area .program_one_box .profile_pic img{
	border-radius: 50%;
	width: 100px;
	height: auto;
	object-fit:cover;
}
.profile_text{
	margin-right: 10px;
}
#program_page .pdf_box{
	margin:10px 0 20px 120px;
	max-width: 190px;
}
.sub_page #program_page .backlist_brn{
	font-size: 1.2em;
	text-align: center;
}
@media screen and (max-width: 749px) {
	.sub_page #program_page .backlist_brn{
		margin-bottom: 20px;	
	}
}
#program_page .backlist_brn a{
	color: #fff;
	display: block;	
	float: right;	
	background-color: #18549e;
	padding: 4px 20px;
}
#program_page .backlist_brn::after{
	clear: both;
	content: "";
	display: block;
}
.program_detail_area .program_one_box .pdf_box .btn_pdf a{
		width: 190px;	
		color: #fff;
}
.program_detail_area .program_one_box .pdf_box .btn_pdf {
	font-size: 1.1em;
	padding: 2px 7px;
	background-color: #002D64;
}

@media screen and (min-width: 750px) {
		.program_detail_area .program_one_box .speaker_man{
			float: left;
			width: 400px;
			min-height:250px;
			margin: 20px 0 ;
		}
}
#program_page .roadmap{
}
#program_page .roadmap li{
	position: relative;
	list-style:none;
	margin-left:0;
	padding-left:15px;
}
#program_page .roadmap li::before{
	position: absolute;
	content: "-";
	left:5px;
}
#program_page .youtube_box{
	width: 280px;
	margin: 20px auto 0;
	border: solid 1px #ddd;
	border-radius: 10px;
	float: right;
}
#program_page .youtube_box p{
	text-align: center;
	font-weight: bold;
}
#program_page .youtube_box p:first-child{
	margin-top: 6px;
}
#program_page .youtube_box .logo{
	text-align: center;
}
#program_page .youtube_box .logo img{
	/*max-width: 180px;*/
	max-width: 50px;
	padding-top: 10px;
}
#program_page .youtube_box .btn_box{
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
}
.youtube_box .common_btn{
	display: inline-block;
	width: 130px;
	box-sizing: border-box;
}

/* register */
.sub_page #register_page .register_box .normal_btn{
	font-size: 2.4em;
	max-width: 380px;
	margin-bottom: 20px;
}
.register_box{
	margin: 0 auto 40px;
}
.register_box h3{
	margin-top: 10px;
}
.register_box ul{
	margin: 10px 0 0 2em;
}
.register_box.pc_flex_box{
	max-width: 760px;
}
.register_box.pc_flex_box .normal_btn{
	width:320px;
}

/* 最小の高さ */
#register_page,
#press_page{
	min-height: 680px;
}

@media screen and (min-width: 750px) {	

	
}