@charset "utf-8";
/* CSS Document */
/* 初期設定ここから */
* {
	margin: 0;
	padding: 0;
	zoom: 1;
}
body{
	position:relative;
}

a {
	text-decoration : none;
}
img {
	vertical-align : middle;
	border: none;
}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
ul{
	list-style : none;
}
ul, ol, li {
	zoom: normal;
}
p{
	text-align: left;
	text-justify: inter-ideograph;
/*
	word-break: break-all;
*/
}
hr {
	display:none;
}
.floatright{
	float: right;
}
.floatleft{
	float: left;
}
/*article, footer, header, section, div{
	display: block;
	overflow:hidden;
}
*/
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.left {
	text-align: left;
}
.txtbold{
font-weight: bold;
}
.aligncenter {
	text-align: center;
}
/* 初期設定ここまで */
/*  clearfixここから */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
/* clearfixここまで */
* {
	box-sizing: border-box;
}
/* HTMLここから */
html {
	font-family: Nirmala UI, Yu Gothic UI, "century",'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size : 100%; /*レスポンシブタイプセッティングの指定*/
	line-height : 1.7em;
	color: #2E3B51;
}
/* HTMLここまで */

@font-face {
  font-family: 'century';
  src: url('../font/GOTHIC_1.woff') format('woff'),
       url('../font/GOTHIC_1.ttf') format('truetype');
	font-display: swap;
}
@font-face {
  font-family: 'century_b';
  src: url('../font/GOTHICB_1.woff') format('woff'),
       url('../font/GOTHICB_1.ttf') format('truetype');
	font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
	src: url('../font/Montserrat-Regular.eot');
	src: url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
			url('../font/Montserrat-Regular.ttf') format('truetype'),
			url('../font/Montserrat-Regular.woff2') format('woff2'),
			url('../font/Montserrat-Regular.woff') format('woff'),
			url('../font/Montserrat-Regular.otf') format('opentype');
	font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
	src: url('../font/Montserrat-Regular.eot');
	src: url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
			url('../font/Montserrat-Regular.ttf') format('truetype'),
			url('../font/Montserrat-Regular.woff2') format('woff2'),
			url('../font/Montserrat-Regular.woff') format('woff'),
			url('../font/Montserrat-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
	src: url('../font/Montserrat-Regular.eot');
	src: url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
			url('../font/Montserrat-Regular.ttf') format('truetype'),
			url('../font/Montserrat-Regular.woff2') format('woff2'),
			url('../font/Montserrat-Regular.woff') format('woff'),
			url('../font/Montserrat-Regular.otf') format('opentype');
	font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
	src: url('../font/Montserrat-Regular.eot');
	src: url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
			url('../font/Montserrat-Regular.ttf') format('truetype'),
			url('../font/Montserrat-Regular.woff2') format('woff2'),
			url('../font/Montserrat-Regular.woff') format('woff'),
			url('../font/Montserrat-Regular.otf') format('opentype');
	font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
	src: url('../font/Montserrat-Regular.eot');
	src: url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
			url('../font/Montserrat-Regular.ttf') format('truetype'),
			url('../font/Montserrat-Regular.woff2') format('woff2'),
			url('../font/Montserrat-Regular.woff') format('woff'),
			url('../font/Montserrat-Regular.otf') format('opentype');
	font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
	src: url('../font/Montserrat-Regular.eot');
	src: url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
			url('../font/Montserrat-Regular.ttf') format('truetype'),
			url('../font/Montserrat-Regular.woff2') format('woff2'),
			url('../font/Montserrat-Regular.woff') format('woff'),
			url('../font/Montserrat-Regular.otf') format('opentype');
	font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
	src: url('../font/Montserrat-Bold.eot');
	src: url('../font/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
			url('../font/Montserrat-Bold.ttf') format('truetype'),
			url('../font/Montserrat-Bold.woff2') format('woff2'),
			url('../font/Montserrat-Bold.woff') format('woff'),
			url('../font/Montserrat-Bold.otf') format('opentype');
	font-display: swap;
}


.century {
	font-family: 'century', sans-serif;
	font-weight: 100;
}
.century_b {
	font-family: 'century_b', sans-serif;
}
/* ページ共通設定ここから */
#wrap {
	background: #f0f0f0;
	border-bottom: solid 1px #2E3B51;
}
#wrap-inner {
	width: 960px;
	margin: auto;
}
/* Header */
header {
	width: 100%;
	border-bottom: solid 1px #2E3B51;
}
#header {
	padding: 10px 0;
	background:#fff;
}
#hdrContents {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	width: 100%;
	padding: 45px 10px 10px 10px;
}
#head_contact {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 10px 0 0;
	width: 29.11%;
}

#hdrContents .logo{
	display: inline-block;
}

@media only screen and (min-width: 769px) {
	#hdrContents {
		display: block;
		justify-content: center;
		padding: 0 20px;
	}
	#head_contact {
		float: right;
		padding: 10px 0 0;
		margin: 0;
		width: auto;
	}
}
@media only screen and (min-width: 981px) {
	#hdrContents{
		width: 960px;
		margin: auto;
		padding: 0;
	}
}
/* sidenav */
#left_content {
	width: 178px;
	float: left;
}
nav{
	width:178px;
	height:100%;
	background-attachment: scroll;
	font-size: 13px;
}
nav ul li{
	border-bottom: solid 1px #2E3B51;
	height: 45px;
	padding: 0;
	line-height: 45px;
	background: url(../images/menu-arrow.png) no-repeat 1px center;
}
nav ul li a{
	display:block;
	margin: 0 0 0 5px;
	color: #121212;
}
nav ul li.navlong a{
	margin: 0 0 0 5px;
	color: #121212;
}
.address {
	clear: both;
	font-size: 11px;
	margin: 5px 0 0 0;
	line-height: 18px;
}
.address2 {
	display: none;
	line-height: 18px;
}
#online {
	margin: 20px 0;
	font-size: 11px;
}
.uchikeshi {
	color: #f00;
	text-decoration: line-through;
}
.deadline {
	color: #f00;
	line-height: 12px;
	display: inline-block;
}
nav ul li.last_nav {
	border-bottom: none;
	height: auto;
	padding: 0;
	line-height: inherit;
	background: none;
}
nav ul li a {
	padding: 0 0 0 40px;
	font-weight: bold;
	background: url(../images/nav_arrow.svg) no-repeat 84% center;
	font-size: 15px;
	color: #2E3B51;
}
nav ul li a img {
	width: 4px;
	height: 8px;
}
nav ul li.last_nav a {
	margin: 0;
}
.meanmenu-reveal {
	background: url(../images/menu.svg) no-repeat center 87%;
}
.meanmenu-reveal.meanclose {
	background: url(../images/menu_close.svg) no-repeat center 50%;
}
@media only screen and (min-width: 641px) {
	nav ul li a {
		background: url(../images/nav_arrow.svg) no-repeat 92% center;
	}
}
@media only screen and (min-width: 769px) {
	nav ul li a {
		padding: 0 0 0 20px;
		background: url(../images/nav_arrow.svg) no-repeat 96% center;
	}
}
/* contents */
#contents{
	width: 100%;
	padding: 20px 20px 50px;
	overflow: hidden;
}
.contents_area {
	margin: 50px 0;
}
.century{
	font-family:"Century Gothic",Futura,'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.contents_box {
	margin: 20px 0;
}
.contents_box p {
	margin: 0 0 20px;
}
.info_body .contents_box p {
	margin: 0;
}
@media only screen and (min-width: 641px) {
	.contents_area {
		margin: 50px 28px;
	}
}
@media only screen and (min-width: 769px) {
	#contents{
		float: left;
		width: calc( 100% - 195px);
	}
}
@media only screen and (min-width: 981px) {
	#contents{
		float: right;
		width: 756px;
		padding: 20px 0 50px 0px;
	}
}
/* footer */
footer {
	background: #2E3B51;
}
#ftrContents{
	position: relative;
	width: 100%;
	margin: auto;
	padding: 32px 20px;
}
.pagetop{
	position: absolute;
	top: -25px;
	right: 25px;
}
@media only screen and (min-width: 981px) {
	#ftrContents{
		width: 960px;
		padding: 32px 0;
	}
	.pagetop{
		right: 48px;
	}
}
/*
ページナビ
*/
.page_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 32px;
}
.page_nav li {
	margin: 0 0 15px;
	padding: 0 2em 0 0;
}
.page_nav li a {
	display: block;
	width: 6em;
	padding: 0.2em 0;
	border: solid #93ABAB 1px;
	border-radius: 0.2em;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #93ABAB url(../images/page_nav_arrow.svg) no-repeat 93% center;
	transition: all 0.5s ease-out;
}
.page_nav li a:hover {
	color: #93ABAB;
	background: url(../images/page_nav_arrow_on.svg) no-repeat 93% center;
	transition: all 0.5s ease-out;
}
/*
page_body
*/
.page_body_01 {
	padding: 0 0 58px;
}
/*
page_box
*/
.page_box_01 {
	padding: 15px;
	background: #fff;
}
.page_box_01 p {
	color: #616161;
}
@media only screen and (min-width: 769px) {
	.page_box_01 {
		padding: 28px;
		background: #fff;
	}
}
/*
page_inner_box
*/
.page_inner_box_01 {
	margin: 0 0 30px;
	padding: 20px 23px;
	background: #F6F6F6;
}
/*
page_inner_ttl
*/
.page_inner_ttl {
	margin: 0 0 10px;
	font-size: 12px;
	color: #93ABAB;
}
@media only screen and (min-width: 769px) {
	.page_inner_ttl {
		margin: 0 0 20px;
		font-size: 18px;
	}
}
/*
page_sec_ttl
*/
.page_sec_ttl {
	margin: 0 0 15px;
	font-size: 18px;
}
.page_sec_ttl.type_02 {
	color: #777B81;
}
@media only screen and (min-width: 769px) {
	.page_sec_ttl {
		margin: 0 0 1em;
		font-size: 26px;
	}
}
/*
sec_box
*/
.sec_box_01 {
	margin: 130px 0 0;
}
/* ページ共通設定ここまで */
/**** TOPここから ****/
.viewport {
	width: 756px;
	overflow: hidden;
}
.main_content_box1 a {
	font-size: 1em;
	color: #00469b;
	text-decoration: none;
}
.content_box1 {
	width: 70%;
	margin: 5px 0 0 0 ;
	float: left;
	word-wrap: break-word;
	line-height: 1em;
}

.content_box1 img {
	margin: 0 0 20px 0;
}

.content_box2 {
	width: 28%;
	float: right;
	margin: 0 0 25px 2%;
}
/*　news　*/
.top_news_headline img {
	width: 140px;
	height: 35px;
}
.top_news_sub_headline {
	font-size: 14px;
}
.top_ttl_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.top_news_list {
	margin: 20px 0 0;
}
.top_news_list li {
	margin: 0 0 13px;
}
.top_news_list li:nth-child(2n+1) {
	border-left: solid #F1C096 7px;
}
.top_news_list li:nth-child(2n) {
	border-left: solid #777B81 7px;
}
.top_news_list li a {
	display: block;
	padding: 18px 19px;
	background: #fff url(../images/top_news_arrow.svg) no-repeat 97% center;
	background-size: 4px 8px;
	transition: all 0.5s ease-out;
}
.top_news_list li a:hover {
	background: #dcdcdc url(../images/top_news_arrow.svg) no-repeat 97% center;
	background-size: 4px 8px;
	transition: all 0.5s ease-out;
}
.top_news_date {
	margin: 0 0 3px;
	font-weight: bold;
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	color: #2E3B51;
	padding: 0 8px 0 0;
}
.top_news_ttl {
	font-size: 13px;
	color: #616161;
	padding: 0 18px 0 0;
}
.top_news_more_btn {
	margin: 17px 0 0;
}
.top_news_more_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 182px;
	height: 40px;
	margin: auto;
	border: solid #F1C096 1px;
	border-radius: 40px;
	background: #F1C096 url(../images/top_news_more_btn.svg) no-repeat 93% center;
	font-size: 13px;
	color: #fff;
	transition: all 0.5s ease-out;
}
.top_news_more_btn a:hover {
	background: url(../images/top_news_more_btn_on.svg) no-repeat 93% center;
	color: #F1C096;
	transition: all 0.5s ease-out;
}
@media only screen and (min-width: 641px) {
	.top_news_headline img {
		width: 150px;
		height: 36px;
	}
	.top_news_sub_headline {
		font-size: 17px;
	}
	.top_news_date {
		font-size: 16px;
	}
	.top_news_ttl {
		font-size: 16px;
	}
	.top_news_list li a {
		background: #fff url(../images/top_news_arrow.svg) no-repeat 97% center;
		background-size: 6px 16px;
	}
	.top_news_list li a:hover {
		background: #dcdcdc url(../images/top_news_arrow.svg) no-repeat 97% center;
		background-size: 6px 16px;
	}
	.top_news_list {
		margin: 35px 0 0;
	}
}
/*　overview　*/
#overview_box {
	margin: 80px 0 0
}
.top_overview_headline img {
	width: 244px;
	height: 35px;
}
.top_overview_sub_headline {
	font-size: 14px;
}
.top_overview_area {
	margin: 30px 0 0;
}
.top_overview_area p {
	margin: 0 0 30px;
}
.top_overview_trajectory{
	margin: 0 0 30px;
}

.top_overview_area .top_overview_img {
	text-align: center;
}
@media only screen and (min-width: 641px) {
	.top_overview_headline img {
		width: 278px;
		height: 36px;
	}
	.top_overview_sub_headline {
		font-size: 17px;
	}
	.top_overview_area {
		display: flex;
		margin: 35px 0 0;
	}
	.top_overview_area p {
		width: 66%;
	}
	.top_overview_area .top_overview_img {
		width: 34%;
		padding: 0 0 0 24px;
	}
}
/**** TOPここまで ****/
#space {
	height: 560px;
}
#page_title {
	width: 100%;
	color: #fff;
}
#page_title h1 {
	background: #122c86;
	margin: 0;
	padding: 10px;
	font-size: 20px;
}
.contents_title {
	border-left: solid #122c86 5px;
	border-bottom: solid #122c86 1px;
	margin: 25px 0 10px;
	padding: 5px 0 5px 10px;
	font-weight: normal;
	font-size: 16px;
}
.big {
	display: block;
	margin: 20px 0 0 0;
	color: #122c86;
}

.bule {
	color: #122c86;
}

.info_innertxt dt {
	float: left;
	width: 18px;
}

.info_innertxt dd {
	overflow: hidden;
}

/*-------- // general ---------*/

#general_list {
	border-spacing: 15px;
	font-size: 12px;
}

#general_list th {
	padding: 5px 30px 5px 5px;
	text-align: left;
	border-left: solid 3px #00479d;
	font-size: 14px;
	color: #00479d;
}
/**/
#general_list tr {
	margin: 0 0 5px 0;
}

.title1 {
	display: block;
	margin: 0 0 10px 0;
}

/*-------- general// ---------*/

/*--------- // Invited Speakers ---------*/

#speakers_list {
	margin: 15px 0 0 15px;
	font-size: 15px;
	font-weight: bold;
}

#speakers_list div {
	border-bottom: dashed #999 1px;
	clear: both;
}

#speakers_list img {
	margin: 10px 20px 10px 5px;
	float: left;
}

#speakers_list p {
	margin: 10px 0 0 0;
	float: left;
}

#speakers_list a {
	color: #00479d;
}

#speakers_list a:hover {
	text-decoration: underline;
}

/*--------- Invited Speakers // ---------*/

/*-------- // access --------*/

.access_map {
	padding: 20px 0 0;
}

.access_map h4 {
	font-size: 23px;
}

.access_text {
	color: #f00;
}

.access_text dd {
	padding: 0 0 0 55px;
}

.access_map p {
	margin: 0 0 10px 0;
}

.access_map a {
	text-decoration: underline;
	color: #333;
}

.access_map a:hover {
	text-decoration: underline;
}

.map3 {
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
}

.haneda_airport dt {
	float: left;
}

.haneda_airport dd {
	padding: 0 0 0 55px;
}

/*-------- access // --------*/

/*-------- // important --------*/

.important_title {
	border-left: solid #00469b 5px;
	border-bottom: solid #00469b 1px;
	margin: 10px 0;
	padding: 0 0 0 10px;
}


.tba {
	margin: 0 0 0 15px;
}
/*-------- important // --------*/

/*----------- // floor ----------*/

#floor_img {
	padding: 20px 0;
	text-align: center;
}

#floor_img  img{
	margin: 0 0 20px 0;
}

/*----------- floor // ----------*/

/*----------- // link ----------*/

#link_box {
	margin: 20px 0 0 0;
}

#link_box ul {
	list-style-type: square;
	margin: 0 0 0 18px;
}

#link_box li {
	margin: 0 0 10px 0;
}

#link_box a {
	color: #000;
}

#link_box a:hover {
	color: #000;
	text-decoration: underline;
}

/*----------- link // ----------*/

/*----------- // abstract ----------*/

.abstract_list {
	margin: 0 0 0 36px;
}

.abstract_list1 {
	margin: 0 0 20px 30px;
	list-style-type: decimal;
}

.abstract_list1 a {
	color: #0033cc;
}

.abstract_list1 a:hover {
	text-decoration: underline;
}

.abstract_list2 {
	margin: 0 0 20px;
}

.abstract_list2 dt {
	width: 120px;
	float: left;
	clear: both;
}

.abstract_list2 dd {
	padding: 0 0 0 130px;
}

#table_abstract {
	padding-left:50px;
}

table {
	max-width:636px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border-collapse:collapse;
}
table th {
	text-align:left;
	vertical-align:top;
	color:#000;
	background-color:#f3f3f3;
	border:1px solid #ccc;
	vertical-align:middle;
	padding:5px;
}
table td {
	background-color:#fff;
	border:1px solid #ccc;
	padding:5px;
}

.banner {
	margin: 20px 0;
	text-align: center;
}

.banner a:hover img{
	margin: -3px;
	border: solid #ababab 3px;
}

.abstract_btn {
	text-align: center;
}

ul.list{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:40px;
}

.important_style{
	border:1px solid #000;
	font-weight:bold;
	color:red;
	display:block;
	padding:5px;
	}

.mgt20{
	margin-top:20px;
	}

/*----------- abstract // ----------*/

/* -------------------------------------------------------
    program
   ------------------------------------------------------- */

.program>.program_box1 {
	background: #dcdcdc;
	margin: 0 0 20px 0;
	padding: 10px;
}
.program>.program_box1>dl>dt {
	width: 20%;
	float: left;
	padding: 0 0 0 7px;
}
.program>.program_box1>dl>dd {
	margin: 0 0 0 20%;
	padding: 0 0 0 7px;
	word-break: keep-all;
}
.program>.program_box2 {
	width: 736px;
	background: #bbb;
	margin: 0 20px 20px 0;
	padding: 10px;
}
.program>.program_box2>.program_box_inn {
	background: #fff;
	padding: 7px;
}
.program>.program_box2>.program_box_inn>dl>dt {
	width: 20%;
	float: left;
}
.program>.program_box2>.program_box_inn>dl>dd {
	margin: 0 0 10px 20%;
	word-break: keep-all;
}

/* -------------------------------------------------------
    program
   ------------------------------------------------------- */

/* -------------------------------------------------------
    instructions
   ------------------------------------------------------- */

.honbunbox {
	margin: 10px 0 0 0;
}

.subtit_top{
	font-weight:bold;
	padding-bottom:5px;
	color:#00469B;
}
.subtit_pro{
	font-weight:bold;
	padding-bottom:5px;
	color:#ff840a;
	font-size:1.5em;
}
.subtit{
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
	color:#006;
}

.instruct_list{
	line-height:130%;
}

.line_space{
	margin-bottom:20px;
}
#f_left1{
	float:left;

}
#f_left2{
	width:259px;
	float:left;

}
#c_b{
	clear:both;
}
.inst_table{
	width: 100%;
	border: solid 1px #000000;
	border-collapse: collapse;
}
.inst_table tr td{
	border: solid 1px #000000;
	padding:0.5em;
}

.inst_list li{
	list-style-type:disc;
	margin:0.5em;
}

.inst_list2 {
	margin: 0 0 0 10px;
}

/* -------------------------------------------------------
    instructions
   ------------------------------------------------------- */

.download_area {
	margin: 20px 0;
	text-align: right;
}


.subhead{
font-weight:bold;
}

/* -------------------------------------------------------
message
------------------------------------------------------- */

.chairman_img {
	float: right;
}

.chairman_img img {
	width: 150px;
	border: solid #dcdcdc 2px;
}

.chairman_name {
	padding: 130px 20px 0 0;
	float: right;
	text-align: right;
}

.message {
	margin: 20px 0;
}

.message p{
	margin: 10px 0;
	font-size: 14px;
}

.chairman_name_txt {
	font-size: 86%;
}

.outline_list dt {
	float: left;
	clear: both;
}

.outline_list dd {
	padding: 0 0 0 350px;
}

.pdf_link_list {
    margin: 20px 0 20px 20px;
}

.pdf_link {
    display: table-cell;
    vertical-align: middle;
}

.pdf_icon {
	min-width: 200px;
	display: block;
	float: left;
	margin: 0 0 20px 20px;
	padding: 5px 10px;
	background: #122c86;
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.pdf_icon img {
	width: 25px;
	float: left;
}

.pdf_icon span {
	padding: 3px 0 3px 20px;
	float: left;
}

.contents_title2 {
	margin: 0 0 15px;
	font-size: 16px;
	color: #122c86;
}

.pro_txt{
	color: #f44336;
}

.pro_txt dt {
	float: left;
}

.pro_txt dd {
	overflow: hidden;
}

.red {
	color: #f44336;
}

.info_list dt {
	float: left;
	width: 100px;
}

.info_list dd {
	overflow: hidden;
}

.info_list_box {
	width: 100%;
	font-size: 14px;
}

.info_list_box td {
	padding: 10px;
}

.info_list_box_td1 {
	width: 170px;
}

.info_list_box td.info_list_box_td2 {
	width: 50px;
}

.dl_area dt {
	margin: 0 5px 0 0;
	float: left;
	clear: both;
}

.dl_area dd {
	overflow: hidden;
}

.dl_area2 dt {
	margin: 0 5px 0 0;
	float: left;
}

.dl_area2 dd {
	overflow: hidden;
}

.dl_area3 dt {
	margin: 0 5px 0 0;
	float: left;
}

.dl_area3 dd {
	overflow: hidden;
}

.type {
	margin: 0 0 0 25px;
}

.type li {
	margin: 0 0 10px;
	list-style-type: decimal;
}

#photo_coi {
	margin: 20px 0;
}

#photo_coi li {
	width: 50%;
	margin: 0 0 10px;
	float: left;
	text-align: center;
	list-style-type: none;
}

#photo_coi li:first-child {
	margin: 0 0 10px;
}
@media only screen and (max-width: 640px) {

.year1 {
	font-size: 20px;
}
.year2 {
	font-size: 16px;
}
.day1 {
	font-size: 44px;
	padding: 0;
}
.day2 {
	font-size: 12px;
}
.place_about {
	font-size: 28px;
}
.sponsor_about1 {
	font-size: 22px;
}
.sponsor_about2 {
	font-size : 11px;
}
.sponsor_about1, .sponsor_about2 {
	line-height: 130%;
}
.time, .place, .sponsor {
	margin-right: 5%;
}
.week {
    font-size: 12px;
    width: 17px;
    height: 17px;
    line-height: 17px;
}

}

.abstract_txt span {
    display: inline-block;
    float: left;
}

.pdf_link {
	display: table-cell;
	vertical-align: middle;
}

.pdf_link span {
	padding: 0 0 0 10px;
}

.pdf_link_list {
	margin: 20px 0 20px 20px;
}

.pdf_link_list li {
	margin: 0 0 15px;
}

.pdf_link_list li a {
	color: #333;
}

.pdf_link_list li a:hover {
	text-decoration: underline;
}

.info_innertxt2 {
	margin: 0 0 15px;
}

.pdf_link2 {}

.pdf_link2 ul li {
	width: 50%;
	float: left;
}

.pdf_link2 ul li a {
	width: 60%;
	min-width: 200px;
	display: block;
	margin: 0 auto 10px;
	padding: 5px 2%;
	background: #122c86;
	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.pdf_link2 ul li a span {
	margin: 0 0 0 50px;
}

.pdf_link2 ul li img {
	width: 25px;
}

.fin_box {
	margin: 0 0 20px;
	padding: 20px;
	border: solid #255BF0 5px;
	color: #255BF0;
	font-size: 18px;
}
@media only screen and (max-width: 480px) {
	.time_table dd {
		padding: 0 0 25px 50px;
	}
	.time_table dd.place_about p {
		font-size: 20px;
		line-height: 1.5;
	}
	.time_table dd.place_about p span {
		display: block;
		font-size: 14px;
	}
	.time_about, .place_about, .sponsor_about {
		height: 35px;
	}
	.time_about, .place_about {
		line-height: 35px;
	}
	.time, .place, .sponsor {
		font-size: 10px;
		width: 35px;
		height: 35px;
	}
	.time p, .place p, .sponsor p {
	    line-height: 35px;
	}
}
@media only screen and (max-width: 420px) {
	.day1 {
		font-size: 20px;
		padding: 0;
	}
	.week {
		font-size: 10px;
		width: 10px;
		height: 10px;
		line-height: 10px;
		margin: 0;
	}
}
/* -------------------------------------------------------
page_top
------------------------------------------------------- */
.page_top {
	position: fixed;
	right: 5%;
	bottom: 30px;
	z-index: 100;
}
.page_top a {
	width: 66px;
	height: 66px;
	display: block;
	background: url(../images/gotop.png) no-repeat;
}
.page_top_right {
	right: 60%;
}


/****************************
TOP以外のタイトル部分
*****************************/
.ttl_area{
	width: 100%;
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
}
.ttl_moji{
	width: 50%;
	height: 100%;
	background-color: #2E3B51;
	display: flex;
	flex-flow: row;
	justify-content:flex-start;
	align-items: center;
}
.ttl_bg{
	width: calc( 100% - 50%);
	height: 100%;
	background: url("../images/recruitment/main_bg.jpg");
	background-size: cover;
	background-position: center;
}

.ttl_mojipos{
}

.ttl_mojipos img{
}

.en_ttl{
}
.lang_ttl{
	font-size: 15px;
	font-weight: bold;
}
@media only screen and (min-width: 769px) {
	.ttl_area{
		width: 100%;
		display: flex;
		flex-flow: row;
		flex-wrap: nowrap;
	}
	.ttl_moji{
		width: 35.71%;
		height: 100%;
		position: relative;
		background-color: #2E3B51;
	}
	.ttl_bg{
		width: calc( 100% - 35.71%);
		height: 100%;
		background-size: cover;
		background-position: center;
	}

	.ttl_mojipos{
	}

	.en_ttl{
	}
	.lang_ttl{
		font-size: 15px;
		font-weight: bold;
	}
	.ttl_mojipos figure{
	}
	.ttl_mojipos img{
	}
}

/****************************************
ナビ中の言語変換ボタン　増設
****************************************/
nav ul li.nav_btn{
	border:none;
}
nav ul li.nav_btn a img {
	width: auto;
	height: auto;
}

a.lang_btn{
	display: block;
	line-height: 43px;
	font-size:15px;
	font-weight: bold;
	font-family: Montserrat;
	background: url(../images/nav_arrow_lang.svg) no-repeat 96% center;
	color: #fff;
	position: relative;
	margin: 20px 0 0;
	padding: 0 0%;
}

a.en_btn{
	background-color: #2E3B51;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
}

.lang_btn i{
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%) translateX(-50%);
}

a.jp_btn{
	background-color: #93ABAB;
	display: flex;
	flex-flow: row;
	justify-content:center;
	align-items: center;
}

.jp_name{
	margin: 0 0 0 35%;
}

@media only screen and (min-width: 769px) {
	a.lang_btn{
		font-size:15px;
		margin: 20px 0 0;
		padding: 0 0%;
	}
/*
	a.jp_btn{
		justify-content:flex-start;
	}
*/

	.jp_name{
		margin: 0 0 0 35%;
	}

}

/****************************************
ナビ中のバナー
****************************************/

nav ul li.nav_bane{
	border:none;
	margin: 10px 0 0;
	background: none;
}

nav ul li.nav_bane:last-of-type{
	margin-bottom: 10px;
}

nav ul li.nav_bane a{
	padding: 0;
	margin: 0;
	text-align: center;
	background: none;
}

.mean-container .mean-nav ul li.nav_bane a{
	text-align: center;
}

nav ul li.nav_bane a img {
	width: auto;
	height: auto;
}

/* 改行制御用 */
span.ilbk{
	display: inline-block;
}

.mark{
	color: #D70027;
}


.con_dl{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	margin: 10px 0 0;
}

.con_dl dt,.con_dl dd{
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 1em;
}
.con_dl dt{
	padding: 10px 0.5em 10px 1em;
	width: calc( 100% - 72% );
}
.con_dl dd{
	padding: 10px 1em 10px 0em;
	font-size: 12px;
	line-height: 15px;
	width: 72%;
}
.con_dl dd a {
	text-decoration: underline;
	color: #2E3B51;
}

.con_dl dt:nth-of-type(odd),.con_dl dd:nth-of-type(odd){
	background-color: #F6F6F6;
}
@media only screen and (min-width: 769px) {
	.con_dl{
		margin: 10px 0 0;
		display: flex;
		flex-flow: row;
		flex-wrap: wrap;
	}

	.con_dl dt,.con_dl dd{
		font-size: 16px;
		font-weight: bold;
		line-height: 25px;
		background-color: transparent;
	}
	.con_dl dt{
		width: calc( 100% - 76% );
	}
	.con_dl dd{
		width: 76%;
	}

	.con_dl dt:nth-of-type(odd),.con_dl dd:nth-of-type(odd){
		background-color: #F6F6F6;
	}
	.con_dl dd.font_wn{
		font-weight: normal;
	}
	.con_dl  dd.con_dl_max{
		width: 100%;
		background: #fff;
	}
}
