@charset "utf-8";

/* Reset
----------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
	}

body {
    line-height:1;
		font-size: 14px;
		margin: 0;
		padding: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1.6;
}

a {
	cursor: pointer;
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	transition: all 0.2s ease 0s;
}
ins {
	background-color:#ff9;
	color:#313131;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#313131; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

th {
	font-weight: normal;
}

hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

input, select, textarea, img {
	vertical-align:middle;
}

ul, dl {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* 共通設定
----------------------------------------------------- */

* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	box-sizing: border-box;
		-webkit-appearance: none;
	appearance: none;
	font-family: 'Noto Serif JP', serif;
}

body {
	background: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
	box-sizeing: border-box;
}

a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}

a:hover {
	opacity: .7;
	text-decoration: none;
}

a:focus, *:focus {
	outline: none !important;
}

h1{
	font-size: 28px;
	margin: 0;
}

h2{
	font-size: 24px;
	margin: 10px 0;
}

h3{
	font-size: 18px;
	margin: 10px 0;
}

h4{
	font-size: 16px;
}

h5{
	font-size: 14px;
	font-weight: bold;
}

img,
video,
object {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
}

ol{
	list-style: num inside;
}

.delay{
	animation-delay: 0.2s;
}

.delay2{
	animation-delay: 0.4s;
}

.delay3{
	animation-delay: 0.6s;
}

.delay4{
	animation-delay: 0.8s;
}

.br_sp {
  display: none;
}

/* header
----------------------------------------------------- */
#header{
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 15px;
	position: fixed;
	background: rgba(0,0,0,0.3);
	width: 100%;
	z-index: 1;
}

#header .logo {
  max-width: 180px;
  width: 100%;
}
#header .logo h1{
	font-size: unset;
}
.kv{
	background-image: url("../img/bg_top.png");
	background-position: center top;
	background-size: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	/* 更新前 ----*/
	/* padding: 7% 5% 5%; ----*/
	padding: 5% 5% 2%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.kv h1{
	color: #fff;
	font-size: 100px;
	line-height: 1.2em;
	/* 更新前 ----*/
	/* margin: 50px 0; ----*/
	margin: 50px 0 20px 0;
	text-align: center;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
}

.kv h1 span{
	display: block;
}

.kv h1 img{
	display: block;
	margin: 0 auto;
	/* 更新前 ----*/
	/* width: 80%; ----*/
	width: 40%;
}

.kv .detail{
	align-items: center;
	display: flex;
	text-align: center;
}
.kv .detail p{
	font-size: 14px;
	text-align: center;
	width: 100%;
}
.kv .detail > div{
	width: 50%;
}
.kv .detail .date .date_y{
	font-size: 36px;
	line-height: 1.5em;
}
.kv .detail .date .date_d{
	font-size: 64px;
	font-weight: bold;
	line-height: 1.5em;
}
.kv .detail .date .date_d span{
	font-size: 110px;
}
.kv .detail .date .date_t{
	font-size: 30px;
	line-height: 1.5em;
}
.information ul li{
	align-items: center;
	display: flex;
	padding: 15px 0;
}
.information ul li p span{
	margin: 6px 0;
}
.information ul li + li{
	border-top: 1px solid #fff;
}
.information ul li.place p{
	font-size: 30px;
	line-height: 1.2em;
}
.information ul li.place p span{
	display: block;
	font-size: 16px;
	text-align: left;
}
.information ul li div:first-child{
	width: 90px;
	text-align: left;
}
.information ul li div:last-child{
	width: calc(100% - 100px);
	text-align: left;
	word-break: keep-all;
}
.bg-triangle {
	font-size: 1.1em;
	font-weight: 600;
	color: #000;
	display: inline-block;
	padding-left: 0.3em;
	position: relative;
	z-index: 0;
	text-shadow: none !important;
	filter: drop-shadow(2px 1px 0px #313131);
}
.bg-triangle::after {
  content: "";
  background: linear-gradient(30deg, #6a6a6a, #fff, #6a6a6a);
  clip-path: polygon(0 0,0 100%, 100% 50%);
  width: 60px;
  height: 70px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: -1.5em;
  z-index: -1;
}
.information ul li.sponsor p{
	font-size: 24px;
	line-height: 1.2em;
}
.information ul li.sponsor p span{
	display: block;
	text-align: left;
}
.information ul li.support p{
	font-size: 24px;
	line-height: 1.2em;
}
.information ul li.support p span{
	display: block;
	text-align: left;
}
.information ul li img{
	margin-right: 15px;
	width: 60px;
}
/* main
----------------------------------------------------- */
section{
	padding-top: 60px;
	padding-bottom: 60px;
}

.inner{
	margin: 0 5%;
}

#media p{
	font-size: 20px;
	margin: 3% 0;
	text-align: center;
}
#attention{
	background: #09481c;
	text-align: center;
}

#attention h2{
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 30px;
	padding: 0 !important;
}

#attention p{
	color: #fff;
	font-size: 18px;
	line-height: 2em;
	text-align: left;
}

#news{
	padding-bottom: 0 !important;
}

#news h2{
	color: #221a5f;
	text-align: center;
}

#news ul{
	margin: 5% 15%;
}

#news ul li{
	border-bottom: 1px solid #221a5f;
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

#news ul li span.date{
	color: #221a5f;
	margin-right: 15px;
}

#intro{
	background-color: #fff;
	padding-bottom: 60px;
	padding-top: 60px;
}

#introduction p{
	color: #313131;
	font-size: 18px;
	line-height: 2em;
	margin: 10px 0;
}

#committee{
	/*background-image: url("../img/bg_sample2.jpg");
	background-position: center center;
	background-size: cover;*/
	background-color: #fff;
	padding-top: 0;
}

#committee h2{
	font-size: 2.8vw;
	font-weight: 600;
	color: #fff;
	text-align: center;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	background: linear-gradient(#3c3c3c 50%, #242424 50% ,#242424 100%);
	padding: 20px 10px;
	margin-top: 0;
	margin-bottom: 30px;
}
#committee .icon h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	position: relative;
	margin: 0;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #7b0202 50%, #600101 50%, #600101 100%);
}
#committee .ttl_comittee .icon {
	display: flex;
	align-items: flex-end;
}

#committee .box_committee{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#committee .box_committee .chairman{
	display: flex;
	justify-content: space-between;
	width: 64%;
}

#committee .box_committee .chairman .icon{
	width: 100px;
}

#committee .box_committee .chairman .photo{
	width: 20%;
}

#committee .box_committee .chairman .career{
	color: #313131;
	font-size: 16px;
	width: 60%;
}

#committee .box_committee .chairman .career p{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

#committee .box_committee .chairman .career table td{
	color: #313131;
	padding: 5px 3px;
	font-size: 14px;
}
#committee .box_committee .chairman .career table td:first-child{
	width: 80px;
}
#committee .box_committee .chairman .career table td:nth-child(2){
	width: 50px;
}
#committee .box_committee .committee{
	width: 34%;
}

#committee .box_committee .committee .ttl_comittee{
	margin-bottom: 10px;	
}

#committee .box_committee .committee .ttl_comittee img{
	width: 100px;
}

#committee .box_committee .committee .ttl_comittee span{
 color: #666;
 font-size: 18px;
 display: inline-block;
 margin-left: 10px;
}

#committee .box_committee .committee .committee_list table{
	width: 100%;
}

#committee .box_committee .committee .committee_list table td{
 border-bottom: 1px solid #999;
 color: #999;
 font-size: 14px;
 padding: 10px 0;
 vertical-align: middle;
}

#committee .box_committee .committee .committee_list table td:first-child{
 color: #313131;
 font-size: 19px;
 width: 30%;
}

#committee .box_committee .committee .committee_list table td span{
 color: #0e2261;
 font-size: 12px;
 margin-left: 3px;
}

#committee .box_committee .committee .committee_list table td:last-child{
	color: #666;
	padding-left: 10px;
	width: 70%;
}

#media{
	padding-top: 0;
}

#media h2{
	background: linear-gradient(45deg, #a4152b 0%, #790012 100%);
	color: #fff;
	font-size: 36px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 60px;
	padding: 2% 5%;
	position: relative;
}
#media h2 a {
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.media_link{
	margin: 5% auto;
	width: 60%;
}

.media_link a{
	display: block;
	background: linear-gradient(45deg, #a4152b 0%, #790012 100%);
	box-shadow: 0 0 10px #999;
	color: #fff;
	font-size: 20px;
	padding: 30px 0;
	text-align: center;
	border: 1px solid #666;
	border-radius: 3px;
	text-shadow: 0 1px 0 #313131;
	transition: all 0.5s;
	text-align: center;
}

.media_link a img{
	box-shadow: none !important;
	display: inline-block;
	width: 50px;
	vertical-align: middle;
	position: relative;
	bottom: 3px;
	margin-right: 15px;
}

.contents ul li a{
	display: block;
	background: linear-gradient(45deg, #a4152b 0%, #790012 100%);
	box-shadow: 0 0 10px #999;
	color: #fff;
	font-size: 20px;
	padding: 60px 0;
	text-align: center;
	border: 1px solid #666;
	border-radius: 3px;
	text-shadow: 0 1px 0 #313131;
	transition: all 0.5s;
	text-align: center;
}

.media_list ul{
	list-style: inside none;
}

.pdf_list{
	margin-top: 10px;
}

.media_list ul li{
	border-bottom: 1px dotted #999;
	padding: 5px 0;
}
.media_list ul li dt{
	font-size: 16px;
	margin-bottom: 16px;
}

.media_list ul li dd{
	margin-top: 6px;
}
.media_list ul li dd > ol{
	margin-top: 10px;
}
.media_list ul li:first-child{
	padding-top: 0 !important;
}

.media_list ul li + li{
	margin-top: 10px;
}
.media_list ul li a > dd{
	text-indent: -2.5em !important;
	margin-left: 2.5em !important;
}
.media_list img{
	box-shadow: none !important;
	margin-right: 10px;
	height: auto;
	width: 24px;
	vertical-align: middle !important;
}

.contents ul{
	display: block;
	flex-wrap: wrap;
}

.contents ul li{
	margin: 0;
	width: 100%;
}

.contents ul li + li{
	margin-top: 30px;
}

.contents ul li a{
	display: block;
	background: linear-gradient(45deg, #a4152b 0%, #790012 100%);
	box-shadow: 0 0 10px #999;
	color: #fff;
	font-size: 20px;
	padding: 60px 0;
	text-align: center;
	border: 1px solid #666;
	border-radius: 3px;
	text-shadow: 0 1px 0 #313131;
	transition: all 0.5s;
	text-align: center;
}

.contents ul li a img{
	box-shadow: none !important;
	display: inline-block;
	width: 50px;
	vertical-align: middle;
	position: relative;
	bottom: 3px;
	margin-right: 15px;
}

.lecturer ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lecturer ul li{
	background: #f5f5f5;
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
	border: 1px solid rgba(0,45,4,0.5);
	margin: 1%;
	padding: 30px;
	width: 48%;
}

.lecturer ul li > a:last-child{
	margin-top: 10px;
}
.box_profile{
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 15px;
}

.profile_era{
	display: block !important;
	position: relative;
}

.profile_era > div{
	margin: 0 !important;
	width: 100% !important;
}

.profile_era span.label{
	background: linear-gradient(45deg, #a4152b 0%, #790012 100%);
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	padding: 2px 20px 2px 5px;
	text-align: center;
}

.profile_era .history{
	min-height: 198px;
}

.box_profile > div:first-child{
	width: 30%;
}

.box_profile > div:last-child{
	margin-right: 2%;
	width: 68%;
}

.box_profile .name{
	color: #313131;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 5px 0 0;
}

.box_profile .name span{
	font-size: 18px;
	margin-left: 5px;
}

.box_profile .position{
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.box_profile .history{
	color: #171b60;
	line-height: 1.4em;
	letter-spacing: 0.5px;
}

#speakers > section h2{
	background: rgb(0,45,4);
	border: none !important;
	margin: 0 !important;
	padding: 30px 0;
	text-align: center;
}

#speakers h3{
	background: #efe;
	border-top: 2px solid rgb(0,45,4);
	border-bottom: 2px solid rgb(0,45,4);
	color: rgb(0,45,4);
	font-size: 36px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 60px;
	padding: 2% 5%;
}

#speakers h3 > span{
	font-size: 20px;
	display: inline-block;
	margin-left: 20px;
}
.lecturer{
	background: linear-gradient(45deg, #a4152b 0%, #790012 100%);
	padding: 0 0 60px;
}

.lecturer::before{
	background: linear-gradient(to right,  rgba(225,168,63,1) 0%,rgba(173,110,0,1) 8%,rgba(225,168,63,1) 15%,rgba(255,255,255,1) 25%,rgba(225,168,63,1) 37%,rgba(255,255,255,1) 50%,rgba(225,168,63,1) 63%,rgba(255,255,255,1) 73%,rgba(225,168,63,1) 83%,rgba(173,110,0,1) 92%,rgba(225,168,63,1) 100%);
	content: "";
	display: block;
	height: 3px;
	width: 100%;
}

.lecturer h2{
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 1% 0;
}

.lecturer h2 span{
	font-size: 16px;
	margin-left: 10px;
}

.lecture_basic .inner{
	margin-bottom: 60px !important;
}

.btn_area{
	display: flex;
	justify-content: space-between;
}

.btn_area > div{
	width: 49%;
}

a.btn_scroll{
	background: rgb(0,45,4);
	border-radius: 5px;
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
}

a.btn_scroll img{
	margin-right: 5px;
	width: 18px;
}

#video_message{
	background: linear-gradient(45deg, #a4152b 0%, #790012 100%);
	padding: 0 0 60px;
}

#video_message::before{
	background: linear-gradient(to right,  rgba(225,168,63,1) 0%,rgba(173,110,0,1) 8%,rgba(225,168,63,1) 15%,rgba(255,255,255,1) 25%,rgba(225,168,63,1) 37%,rgba(255,255,255,1) 50%,rgba(225,168,63,1) 63%,rgba(255,255,255,1) 73%,rgba(225,168,63,1) 83%,rgba(173,110,0,1) 92%,rgba(225,168,63,1) 100%);
	content: "";
	display: block;
	height: 3px;
	width: 100%;
}

#video_message h2{
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 1% 0;
	text-align: right;
}

#video_message ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#video_message ul li{
	background: #f5f5f5;
	box-shadow: 0 0 15px #171b60;
	border: 1px solid #eee;
	padding: 30px;
	width: 49%;
}

#panelist{
	background: linear-gradient(45deg, #a4152b 0%, #790012 100%);
	padding: 0;
}

#panelist::before,
#panelist::after{
	background: linear-gradient(to right,  rgba(225,168,63,1) 0%,rgba(173,110,0,1) 8%,rgba(225,168,63,1) 15%,rgba(255,255,255,1) 25%,rgba(225,168,63,1) 37%,rgba(255,255,255,1) 50%,rgba(225,168,63,1) 63%,rgba(255,255,255,1) 73%,rgba(225,168,63,1) 83%,rgba(173,110,0,1) 92%,rgba(225,168,63,1) 100%);
	content: "";
	display: block;
	height: 3px;
	width: 100%;
}

.lecturer p.notes,
#panelist p.notes{
	margin-bottom: 10px;
}

#panelist .inner{
	margin-bottom: 60px;
}

#panelist .box_profile{
	min-height: 240px;
}

#panelist .profile_kobayashi{
	min-height: 280px;
}

#panelist h2{
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 1% 0;
}

#panelist h2 span{
	font-size: 16px;
	margin-left: 10px;
}

#panelist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#panelist ul li{
	background: #f5f5f5;
	box-shadow: 0 0 15px #171b60;
	border: 1px solid #eee;
	margin-bottom: 2%;
	padding: 30px;
	width: 49%;
}

.box_media{
	display: flex;
	margin-top: 60px;
	justify-content: space-between;
}

.box_media > div{
	width: 49%;
}
.box_media > div:first-child{
	text-align: center;
}
.box_media > div:first-child img{
	width: 100%;
}

.box_media iframe{
	width: 100% !important;
	height: auto;
	aspect-ratio: 16/9;
}

.box_media img,
.box_media iframe{
	box-shadow: 0 0 5px #999;
}

#timetable{
	background-color: #790012 !important;
}

#timetable h2{
	color: #fff;
	font-size: 36px;
	margin-bottom: 30px;
}
#timetable h3 {
  color: #fff;
}
#timetable .inner{
	position: relative;
}

#timetable .inner > h3 span{
	font-size: 36px !important;
}

a.btn_pdf{
	background: #c40c04;
	border-radius: 5px;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px 0;
}

a.link_pdf{
	background: #c40c04;
	box-shadow: 0 1px 0 #6c0400;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
	position: absolute;
	top: 0;
	right: 0;
}

a.btn_pdf img,
a.link_pdf img{
	margin-right: 5px;
	width: 18px;
}

#timetable table{
	width: 100%;
	background-color: #fff;
}

#timetable table thead th{
	background-color: #390009;
	color: #fff;
	padding: 15px;
	text-align: left;
	font-size: 20px;
}

#timetable table td{
	padding: 15px;
}

#timetable table td:first-child{
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 10%;
	vertical-align:: top !important;
}

#timetable table td{
	border-bottom: 2px dotted #999;
}

#timetable table tr td:first-child p{
	color: #313131;
	line-height: 1.5em;
	position: relative;
	text-align: center;
	top: 0;
	width: 100%;
	vertical-align: middle;
}
/*
#timetable table td:first-child p{
	position: absolute;
	top: -13px;
  left: 50%;
  -ms-transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
	text-align: center;
	width: 100%;
}
*/
#timetable table td:nth-child(2){
	color: #fff;
	width: 30%;
	vertical-align:: middle !important;
}

#timetable table td:nth-child(2) p{
	color: #313131;
	font-size: 20px;
	line-height: 1.5em;
}

#timetable table td:nth-child(2) dl{
	color: #313131;
	font-size: 18px;
	line-height: 1.5em;
	margin: 10px 0;
}

#timetable table td:nth-child(2) span.label{
	background: linear-gradient(45deg, #a4152b 0%, #790012 100%);
	color: #fff;
	display: inline-block;
	margin-top: 15px;
	padding: 2px 20px 2px 5px;
	text-align: center;
}

#timetable table td:nth-child(2) p.position{
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2em;
}

#timetable table td:nth-child(2) p span{
	font-size: 18px;
	margin-left: 5px;
}

#timetable table td:nth-child(2) img{
	width: 145px;
}

#timetable table td:nth-child(3){
	width: 50%;
	vertical-align:: middle !important;
}

#timetable table td:nth-child(3) p.career{
	font-size: 16px;
	color: #333;
	margin: 10px 0;
}
.name_sakakibara{
	vertical-align: middle;
	position: relative;
	bottom: 3px;
	width: 110px !important;
}

.speaker_profile{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*.speaker_profile > div{
	padding-right: 20px;
}*/
.speaker_profile > div:first-child{
	width: 75%;
}

.speaker_profile > div:nth-child(2){
	width: 25%;
	text-align: right;
}
#era .speaker_profile div:nth-child(2){
	margin-top: 10px;
}
.break_time{
	background: rgba(255,255,255,0.8);
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
}

#timetable table td:nth-child(3) img{
	width: 145px;
}

#timetable table td:nth-child(3) span.label{
	background: linear-gradient(to right, #a4152b 0%, #790012 100%);
	color: #fff;
	display: inline-block;
	padding: 2px 10px 2px 10px;
	text-align: center;
}

#timetable table td:nth-child(3) p.position{
	color: #666;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}

#timetable table td:nth-child(3) p{
	color: #313131;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 5px 0 0;
}

#timetable table td:nth-child(3) p span{
	font-size: 18px;
	margin-left: 5px;
}

#timetable table td .lecture2{
	display: flex;
	flex-wrap: wrap;
}

#timetable table td .lecture2 > div{
	margin: 0 0 2%;
	width: 33.333%;
}

#timetable table td .lecture2 ul li{
	width: 100%;
}

#timetable table td ul{
	display: flex;
	flex-wrap: wrap;
}

#timetable table td ul li{
	margin: 0 0 2%;
	padding: 2%;
	width: 33.333%;
}

#timetable table.discussion td:nth-child(2){
	width: 30% !important;
}

#timetable table.discussion td:nth-child(3){
	width: 50% !important;
}
#program_5 td{
  border-bottom: none !important;
}
#panel_discussion td{
  border-bottom: none !important;
}
.panelist_list ul{
	display: flex;
	flex-wrap: wrap;
}

.panelist_list ul li{
	display: flex;
	flex-wrap: wrap;
	margin: 1% !important;
	width: 48% !important;
}

.panelist_list ul li > div:first-child{
	padding-right: 15px;
	width: 70%;
}

.panelist_list ul li > div:last-child{
	width: 30%;
}

.label_lecture{
	margin-top: 30px !important;
	margin-bottom: 0 !important;
}

#fink ul li,
#takeuchi ul li{
	width: 100% !important;
}

#access h2{
	color: #171b60;
	font-size: 36px;
	margin-bottom: 60px;
	text-align: center;
}

#access h2 span{
	color: #999;
	display: block;
	font-size: 14px;
	letter-spacing: 5px;
	margin-top: 20px;
}

#access .box_access{
	align-items: center;
	display: flex;
}

#access .box_access > div{
	width: 50%;
}

#access .box_access > div:first-child{
	padding: 30px;
}

#access .box_access iframe{
	width: 100%;
}

#access .box_access h3{
	border-bottom: 1px solid #313131;
	font-size: 30px;
	line-height: 1.5em;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

#access .box_access h3 span{
	font-size: 24px;
	margin-left: 15px;
}

#access .box_access p.address{
	font-size: 20px;
	margin-bottom: 50px;
	word-break: keep-all;
	line-height: 1.5;
}

#access .box_access dl dt{
	font-size: 20px;
	margin-bottom: 15px;
}

#access .box_access dl dd{
	font-size: 18px;
	margin-bottom: 30px;
	word-break: keep-all;
	line-height: 1.5;
}

#access p.notes{
	color: #0e2261;
}

#access p.notes a{
	color: #999;
	text-decoration: underline !important;
}

ul.map_link{
	margin-bottom: 10px;
}

ul.map_link li + li{
	margin-top: 15px;
}

ul.map_link li a{
	background: linear-gradient(180deg, #a4152b 0%, #790012 100%);
	border-radius: 5px;
	color: #fff;
	box-shadow: 1px 1px 0 #001500;
	display: block;
	text-align: center;
	padding: 15px 0;
	position: relative;
}

ul.map_link li a img{
  position: absolute;
  top: 50%;
  left: 15px;
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  margin:0;
  padding:0;
	width: 30px;
}

#links{
	background-image: url("../img/links_bg.png");
	background-position: center center;
	background-repeat: repeat;
}

#links h2 span{
	font-size: 14px;
	margin-left: 15px;
}

#links .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#links .inner > div{
	width: 48%;
}

#links h2{
	background: linear-gradient(45deg, #a4152b 0%, #790012 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3663b9', endColorstr='#14297d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
	font-size: 28px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 60px;
	padding: 2% 5%;
}

#links ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
}

#links ul li{
	width: 30%;
}

#links ul li a{
	display: block;
}

#links ul li a img{
	border: 1px solid #ddd;
}
/*
#archive p{
	font-size: 36px;
	margin: 100px 0;
	text-align: center;
}
*/

#archive p{
	font-size: 16px;
	margin: 0 0 30px;
	text-align: left;
}

.movie_list h2, .pdf_list h2{
	font-size: 20px !important;
	margin-bottom: 10px !important;
	padding-left: 14px !important;
}
.movie_list ul{
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-left: 4px;
}
.movie_list ul, .pdf_list ul{
	padding-left: 4px;
}
.movie_list ul li, .pdf_list ul li{
	display: flex;
}
.movie_list dl dd ol li{
	list-style: none;
	border: none;
	margin-top: 6px;
	padding: 0;
}
.movie_list li a{
	display: block;
	width: 100%;
	word-break: keep-all;
	text-indent: -3.5em;
	margin-left: 4em;
}


/* footer
----------------------------------------------------- */
footer{
	background-color: #333;
	color: #fff;
	margin: 0;
	padding: 15px 0 0;
}
.footer_inner {
	display: flex;
	justify-content: center;
	padding: 30px 0;
	gap: 1rem;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.footer_inner > div{
	padding: 0 20px;
	width: calc((100% - 1rem) / 2);
}

.comnapny_name{
	font-size: 28px;
	line-height: 1.5em;
}
.comnapny_name a{
	color: #fff !important;
}
.comnapny_tel a{
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 5px;
}
.comnapny_tel a img{
	margin-right: 5px;
	position: relative;
	bottom: 3px;
	width: 24px;
	vertical-align: middle;
}
.comnapny_mail{
	font-size: 20px;
	line-height: 1.5em;
}

.comnapny_mail a{
	font-size: 18px;
	color: #fff !important;
}

.comnapny_mail img{
	margin-right: 5px;
	width: 20px;
	vertical-align: middle;
}
.comnapny_site{
	font-size: 20px;
	line-height: 1.5em;
}

.comnapny_site a{
	font-size: 18px;
	color: #fff !important;
}
.comnapny_site img{
	margin-right: 5px;
	width: 20px;
	vertical-align: middle;
}
.company_detail p{
	color: #fff;
	margin-bottom: 10px;
	display: inline-block;
	padding: 2px 5px;
	border: 1px solid #fff;
}
.copyright{
	color: #fff;
	font-size: 10px;
	margin: 0;
	text-align: center;
	padding: 10px 0;
	background-color: #000;
}
@media screen and (min-width:769px){
	footer {
		position: relative;
	}
	footer::after {
		content: "";
		width: 1px;
		height: 70%;
		background-color: #fff;
		position: absolute;
		top: 30px;
		left: 50%;
		transform: translateX(-50%);
		display: block;
	}
}
/* fixed_contact
----------------------------------------------------- */
.fixed_contact{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 200px;
}
/*===============================================
 *  page
===============================================*/
.kv_page{
	background: linear-gradient(#7b0202, #600101);
	padding: 170px 0 120px;
	position: relative;
}
.kv_page h2{
	color: #fff;
	font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	text-align: center;
	width: 90%;
}
.page main section{
	padding: 20px 0 !important;
}
.page main::before{
	background: #cacaca;
	content: "";
	display: block;
	height: 3px;
	width: 100%;
}
.page main section,
.page_speakers main section{
	/*background-image: url("../img/bg_wh.jpg") !important;
	background-position: center center !important;
	background-size: cover !important;*/
}
#speakers > section.lecturer,
#speakers > section#panelist{
	background-image: url("../img/bg_wh.jpg") !important;
	background-position: center center !important;
	background-size: cover !important;
}
.page .lecturer::before,
.page #video_message::before,
.page #panelist::before,
.page #panelist::after{
	display: none !important;
}
.page p.notes{
	margin: 0 0 15px !important;
}
.page #video_message ul{
	flex-direction: row;
}
.page #panelist .inner{
	margin-bottom: 0 !important;
}
/*===============================================
 *  modaal
===============================================*/
#popup{
	display: none;
}
.modaal-content-container{
	padding: 60px !important;
}
.modaal-content-container h3{
	font-size: 24px;
	margin-bottom: 60px;
	text-align: center;
}
.modaal-content-container p{
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 2em;
	margin-bottom: 30px;
}
.modaal-content-container .modaal_btn{
	text-align: center;
}
.modaal-content-container .modaal_btn a{
	background: linear-gradient(45deg, #a4152b 0%, #790012 100%);
	border: 1px solid #007729;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	padding: 15px 60px;
}
/*===============================================
 *  archive
===============================================*/
#archive section{
	padding: 0 0 60px !important;
}
#archive section:first-child::before{
	display: none;
}
#archive section::before{
	background: linear-gradient(45deg, #a4152b 0%, #790012 100%);
	content: "";
	display: block;
	height: 3px;
	width: 100%;
}
#archive section h3{
	background: linear-gradient(45deg, #a4152b 0%, #790012 100%);
	color: #fff;
	font-size: 36px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 60px;
	padding: 2% 5%;
}
.mov_list{
	display: flex;
	flex-wrap: wrap;
}
.mov_list li{
	margin: -5% 1% 3%;
	width: 48%;
	padding-top: 6%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.mov_area > div {
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
}

.mov_area > div iframe {
	border: 1px solid #ddd;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#archive h4{
	margin-bottom: 10px;
	word-break: keep-all;
}

#top-timetable{
	background: #efe !important;
}
#top-timetable h3{
	color: #fff;
	font-size: 24px;
	padding: 20px 10px;
	background: #09481c;
	margin-bottom: 0;
	margin-top: 30px;
}
#top-timetable table thead th {
    background: rgba(3, 55, 21, 0.82);
    color: #fff;
    padding: 15px;
    text-align: left;
}
#top-timetable table td {
    border-bottom: 1px dotted rgba(0,0,0,0.4);
}
#top-timetable span.label{
	background: linear-gradient(45deg, #a4152b 0%, #790012 100%);
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
	padding: 2px 10px 2px 10px;
	text-align: center;
	max-width: 200px;
}
#top-timetable table td:first-child{
	text-align: center;
	width: 45%;
	background: rgba(255, 255, 255, 0.7);
	padding: 2%;
}
#top-timetable table td:first-child p{
	font-size: 26px;
	line-height: 1.6;
}
#top-timetable table td:nth-child(2){
	width: 55%;
	background: #fff;
	padding: 1.5%;
}
#top-timetable table td:nth-child(2) p{
	font-size: 16px;
	line-height: 1.6;
}
.summary{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.summary div:first-child{
	width: 35%;
	display: flex;
	flex-direction: column;
}
.summary div:first-child p{
	font-size: 18px !important;
}
.summary div:first-child p > img{
	width: 90px !important;
}
.summary div:first-child p > span{
	font-size: 14px;
	display: inline-block;
	margin-left: 8px;
}
.summary div:first-child img{
	max-width: 200px;
	width: 100%;
	margin-bottom: 6px;
}
.summary div:nth-child(2){
	width: 65%;
	padding: 1.5%;
}
#top-timetable table p.position{
	font-size: 12px !important;
    line-height: 1.4 !important;
    margin-bottom: 4px;
}
#top-discussion ul, #top-discussion-s ul{
	display: flex;
	flex-wrap: wrap;
}
#top-discussion ul li, #top-discussion-s ul li{
	width: 33%;
}
#top-discussion ul li img, #top-discussion-s ul li img{
	margin: 10px 0 6px 0;
	display: block;
}
.summary2{
	margin-top: 30px;
}
.summary2 p{
	font-size: 16px;
}
#top-discussion td > ul > li > p > span, #top-discussion-s td > ul > li > p > span{
	font-size: 14px;
	display: inline-block;
	margin-left: 8px;
}
#top-discussion td > ul > li > p, #top-discussion-s td > ul > li > p{
	font-size: 18px;
}
/*===============================================
 *  media query
===============================================*/
@media screen and (min-width: 1170px){
	#attention .inner{
		margin: 0 15% !important;
	}
	.kv h1 span{
		color: #fff;
		/* 更新前 ----*/
		/* font-size: 40px; ----*/
		font-size: 20px;
		font-weight: 500;
		line-height: 1.2;
		/* 更新前 ----*/
		/* margin: 2.5% 0; ----*/
		margin: 1.5% 0 0;
	}
}
@media screen and (max-width: 1000px){
	#committee .box_committee .chairman{
		width: 100%;
	}
	#committee .box_committee .committee{
		width: 100%;
	}
	.panelist_list ul li{
		width: 100% !important;
	}
	.panelist_list ul li > div:first-child{
		width: 75%;
	}
	.panelist_list ul li > div:last-child{
		width: 25%;
	}
}
@media screen and (max-width: 1169px) and (min-width: 992px){
	#attention .inner{
		margin: 0 10% !important;
	}
	.kv h1 span{
		color: #fff;
		font-size: 40px;
		font-weight: 500;
		line-height: 1.2;
		margin: 2.5% 0;
	}
}
@media screen and (max-width: 991px) and (min-width: 769px){
	#contents ul li{
		width: 48%;
	}
	#attention .inner{
		margin: 0 5% !important;
	}
	.kv h1 span{
		color: #fff;
		font-size: 26px;
		font-weight: 500;
		line-height: 1.2;
		margin: 2.5% 0;
	}
	.footer_inner {
		max-width: 700px;
	}

}
@media screen and (min-width: 769px){
	.only_sp{
		display: none;
	}
	#header .NavMenu ul{
		display: flex;
	}
	
	#header .NavMenu ul li + li{
		border-left: 1px solid #fff;
	}
	
	#header .NavMenu ul li a{
		color: #fff;
		display: block;
		line-height: 1;
		padding: 0 10px;
	}
	.current_item a{
		color: #fff;
	}
}
@media screen and (max-width: 768px) and (min-width: 641px){
	.chairman .photo{
		margin: 5% auto;
		text-align: left;
		width: 100% !important;
	}
	.chairman .photo img{
		width: 150px !important;
	}
	.box_media > div:first-child img{
		width: 100%;
	}
	.box_media .contents ul{
		display: flex !important;
		justify-content: space-between;
	}
	.box_media .contents ul > li{
		margin-top: 5%;
		width: 49%;
	}
	.contents ul li + li{
		margin-top: 5% !important;
	}
}
@media screen and (max-width: 768px){
	.only_pc, .br-pc{
		display: none;
	}
	#header .logo{
		width: 20%;
	}
	/* Navi Menu SP */
	nav.NavMenu{
		position: fixed;
		z-index: 2;
		top: 0;
		left: 0;
		color: #313131;
		text-align: center;
		width: 100%;
		transform: translateY(-100%);
		transition: all 0.6s;
	}

	nav.NavMenu ul{
		background: rgba(0,0,0,0.85);
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}

	nav.NavMenu ul li{
		font-size: 1.1em;
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px dotted #8a8a8a;
	}

	nav.NavMenu ul li:last-child{
		padding-bottom: 0;
		border-bottom: none;
	}

	nav.NavMenu ul li a{
		display: block;
		color: #fff;
		padding: 1.5em 0;
	}
	nav.NavMenu.active{
		transform: translateY(0%);
	}
	.Toggle {
	    display: block;
	    position: fixed;
	    right: 1rem;
	    top: 1rem;
	    width: 42px;
	    height: 42px;
	    cursor: pointer;
	    z-index: 3;
	}
	 
	.Toggle span {
	    display: block;
	    position: absolute;
	    width: 30px;
	    border-bottom: solid 3px #fff;
	    -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
	    left: 6px;
	}
	 
	.Toggle span:nth-child(1) {
	    top: 9px;
	}
	 
	.Toggle span:nth-child(2) {
	    top: 18px;
	}
	 
	.Toggle span:nth-child(3) {
	    top: 27px;
	}
	 
	.Toggle.active span:nth-child(1) {
	    top: 18px;
	    left: 6px;
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	 
	.Toggle.active span:nth-child(2),
	.Toggle.active span:nth-child(3) {
	    top: 18px;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.kv h1{
		font-size: 24px;
	}
	.kv h1 span{
		color: #fff;
		font-size: 26px;
		font-weight: 500;
		line-height: 1.2;
		margin: 2.5% 0;
	}
	.kv .detail{
		display: block;
	}
	.kv .detail > div{
		width: 100%;
	}
	.kv .detail .date .date_y{
		font-size: 18px;
	}
	.kv .detail .date .date_d{
		font-size: 24px;
	}
	.kv .detail .date .date_d span{
		font-size: 40px;
	}
	.kv .detail .date .date_t{
		font-size: 20px;
	}
	.kv_page h2{
		font-size: 24px;
		text-align: center;
		width: 90%;
	}
	#attention{
		text-align: left;
	}
	#attention p{
		font-size: 16px;
	}
	#news ul{
		margin: 5% 0;
	}
	#news ul li span.date{
		display: block;
		margin-right: 0 !important;
		margin-bottom: 5px !important;
	}
	.information ul li img{
		width: 45px;
	}
	.information ul li.place p{
		font-size: 18px;
	}
	.information ul li.sponsor p{
		font-size: 16px;
	}
	.information ul li.support p{
		font-size: 18px;
	}
	h2{
		padding: 5%;
	}
	#introduction p{
		font-size: 14px;
	}
	#committee .box_committee{
		display: block;
	}
	#committee .box_committee .chairman{
		flex-wrap: wrap;
		width: 100%;
	}
	#committee .box_committee .chairman .icon{
		display: block;
		width: 100%;
		text-align: center;
	}
	#committee .box_committee .chairman .photo{
		margin: 5% auto;
		width: 30% !important;
	}
	#committee .box_committee .chairman .career{
		margin: 5% auto;
		width: 70% !important;
	}
	.box_media{
		display: block;
	}
	.box_media > div{
		width: 100%;
	}
	table{
		width: 100%;
	}
	.career table td{
		font-size: 12px;
	}
	#committee .box_committee .committee{
		width: 100%;
	}
	.committee_list tr{
		border-bottom: 1px solid #999;
	}
	.committee_list td{
		border: none !important;
		display: block;
		padding: 5px 0 !important;
		width: 100%;
	}
	.committee_list table td:first-child{
		margin-top: 15px;
	}
	.committee_list table td:last-child{
		margin-bottom: 15px;
	}
	#media .box_media{
		display: block;
	}
	#media .box_media > div{
		width: 100%;
	}
	#media .box_media > div + div{
		margin-top: 10%;
	}
	#contents ul li{
		width: 48%;
	}
	.lecturer h2{
		text-align: center;
	}
	.lecturer ul{
		display: block;
	}
	.lecturer ul li{
		width: 100%;
	}
	.lecturer ul li + li{
		margin-top: 10%;
	}
	.box_profile{
		display: block;
	}
	.box_profile > div{
		width: 100% !important;
	}
	.box_profile > div:last-child{
		margin-right: 0;
	}
	.box_profile img{
		width: 100%;
	}
	#video_message h2{
		text-align: center;
	}
	#video_message ul{
		display: block;
	}
	#video_message ul li{
		width: 100%;
	}
	#panelist ul{
		display: block;
	}
	#panelist ul li{
		width: 100%;
	}
	#panelist ul li + li{
		margin-top: 10%;
	}
	#timetable table td{
		display: block;
		width: 100% !important;
		padding: 4px 15px 15px 15px;
	}
	#timetable table td:first-child p{
		position: relative;
		top: 0;
	}
	#timetable table td .lecture2,
	#timetable table td ul{
		justify-content: space-between;
	}
	#timetable table td .lecture2 > div,
	#timetable table td ul li{
		margin: 0 0 5%;
		width: 48%;
	}
	#timetable table td:first-child{
		background: #f7f7f7 !important;
		padding: 15px 15px 0 15px;
		border-bottom: none;
	}
	#timetable table tr td:first-child p{
		font-size: 14px;
		text-align: left;
	}
	#committee .box_committee .committee .committee_list table td:first-child{
		width: 100%;
	}
	#timetable table td:nth-child(2){
		background: #f7f7f7 !important;
		border-bottom: none;
	}
	#timetable table.discussion td:nth-child(2){
		width: 100% !important;
	}
	#timetable table td:nth-child(3){
		background: #fff !important;
	}
	#timetable table.discussion td:nth-child(3) {
	    width: 100% !important;
	}
	.panelist_list ul li{
		margin: 0 !important;
		width: 100% !important;
	}
	#panel_discussion td:nth-child(3) > span{
		font-size: 18px !important;
		margin-bottom: 15px !important;
	}
	.panelist_list ul li + li{
		margin-top: 15px !important;
	}
	#timetable table td:nth-child(3) p{
		font-size: 22px;
	}
	#timetable table td:nth-child(3) p.position{
		font-size: 12px !important;
		word-break: keep-all;
	}
	#access h2{
		margin-bottom: 30px;
	}
	#access .box_access{
		display: block;
	}
	#access .box_access > div{
		width: 100%;
	}
	#access .box_access > div:first-child{
		padding: 0;
	}
	#sponsor h2{
		padding: 5% !important;
		text-align: center;
	}
	#sponsor ul{
		display: block;
	}
	#sponsor ul li{
		width: 100%;
	}
	#sponsor ul li + li{
		margin-top: 10%;
	}
	#support h2{
		padding: 5% !important;
		text-align: center;
	}
	#support ul{
		display: block;
	}
	#support ul li{
		width: 100%;
	}
	#support ul li + li{
		margin-top: 10%;
	}
	.footer_inner{
		display: block;
	}
	.footer_inner > div{
		width: 100%;
	}
	.footer_inner > div + div{
		margin-top: 5%;
	}
	#links h2{
		font-size: 22px;
		margin-bottom: 30px;
		padding: 5%;
	}
	#links ul{
		display: block;
	}
	#links ul li{
		width: 100%;
	}
	#links ul li + li{
		margin-top: 5%;
	}
	#links ul li p{
		height: 50px;
	}
	.comnapny_name{
		font-size: 22px;
	}
	.comnapny_tel a{
		font-size: 24px;
	}
	.comnapny_tel a img {
		width: 30px;
		margin-right: 10px;
	}
	.comnapny_mail,
	.comnapny_site{
		font-size: 16px;
	}
	.comnapny_mail img,
	.comnapny_site img{
		width: 20px;
	}
	#speakers h3{
		font-size: 22px;
	}
	#speakers h3 > span{
		font-size: 18px;
	}
	#timetable h2{
		font-size: 24px;
		line-height: 1.2em;
		padding: 0;	
	}
	a.link_pdf{
		display: block;
		position: relative;
		text-align: center;
		margin: 30px 0;
	}
	#access .box_access > div:last-child{
		margin-top: 30px;
	}
	.box_profile{
		text-align: center;
	}
	.box_profile img{
		width: 216px !important;
	}
	.box_profile .history{
		text-align: left;
	}
	.fixed_contact{
		width: 100px;
	}
	#archive h3{
		font-size: 20px !important;
	}
	.mov_list li{
		margin: 0 0 5%;
		width: 100%;
	}
	#top-timetable table td:first-child{
		width: 100%;
		display: block;
	}
	#top-timetable table td:first-child{
		width: 100%;
		display: block;
	}#top-timetable table td:nth-child(2){
		width: 100%;
		display: block;
	}
	.summary div:first-child{
		width: 100%;
		align-items: center;
	}
	.summary div:nth-child(2){
		width: 100%;
	}
	.summary div:nth-child(2){
		margin-top: 20px;
		border-top: 1px solid #eee;
	}
	#header .logo{
		width: 40%;
	}
	.information ul li div:last-child{
		width: 95%;
		text-align: left;
		min-height: 15vw;
		display: flex;
		align-items: center;
	}
	.footer_inner > div + div{
		border-left: none;
	}
}
@media screen and (max-width: 640px){
	.br_sp {
		display: block;
	}
	#committee h2{
		font-size: 24px;
	}
	#committee .ttl_comittee .icon{
		flex-wrap: wrap;
	}
	#committee .box_committee .chairman .icon,
	#committee .box_committee .committee .ttl_comittee img{
		width: 100%;
	}
	#committee .box_committee .chairman{
		flex-direction: column;
	}
	#committee .icon h3{
		font-size: 20px;
		width: 100%;
		height: unset;
		padding: 1rem 0;
	}
	#committee .box_committee .committee .ttl_comittee span{
		display: block;
		width: 100%;
		text-align: right;
		margin-top: 8px;
		font-size: 14px;
	}
	#committee .box_committee .chairman .photo{
		width: 50% !important;
	}
	#committee .box_committee .committee .committee_list table td:last-child{
		width: 100%;
	}
	#contents ul li{
		margin: 0;
		width: 100%;
	}
	#contents ul li + li{
		margin-top: 10%;
	}
	.box_media .contents {
		margin-top: 30px;
	}
	#links .inner{
		display: block;
	}
	#links .inner > div{
		width: 100%;
	}
	#links ul{
		margin-bottom: 30px;
	}
	.btn_area{
		display: block;
	}
	.btn_area > div{
		width: 100%;
	}
	.btn_area > div + div{
		margin-top: 10px;
	}
	.kv h1 span{
		color: #fff;
		font-size: 18px;
		font-weight: 500;
		line-height: 1.2;
		margin: 2.5% 0;
	}
	.media_link{
		margin: 5% auto;
		width: 100%;
	}
	#top-timetable h2{
		padding: 0;
	}
	#top-timetable h3{
		font-size: 20px;
	}
	#top-timetable table td:first-child{
		padding: 8% 2% !important;
	}
	#top-timetable table td:first-child p{
		font-size: 22px;
	}
	#top-timetable table td:nth-child(2){
		padding: 5% 2%;
	}
	#top-timetable table td:nth-child(2) p{
		font-size: 14px;
	}
	#committee .box_committee .chairman .career{
		width: 100% !important;
	}
}
@media screen and (max-width: 480px){
	.kv{
		/* 更新前 ----*/
		/* padding: 80px 5% 5%; ----*/
		padding: 5% 5% 3%;
	}
	.kv h1{
		/* 更新前 ----*/
		/* margin: 100px 0 80px 0; ----*/
		margin: 150px 0 40px 0;
	}
	.kv h1 img{
		width: 90%;
		margin-bottom: 30px;
	}
	.kv h1 span {
		/* 更新前 ----*/
		/* font-size: 20px; ----*/
		font-size: 16px;
		line-height: 1.6;
		word-break: keep-all;
    }
	.kv .detail p {
		font-size: 13px;
		word-break: keep-all;
	}
	.date {
		margin-bottom: 30px;
	}
	#media h2{
		padding: 5%;
	}
	#media p{
		font-size: 16px;
		margin: 10% 0 0% 0 !important;
	}
	.box_media {
		margin-top: 10px;
	}
	.movie_list ul{
		height: unset;
	}
	#top-discussion ul li, #top-discussion-s ul li{
		width: 46%;
		margin: 2%;
	}
	#timetable table td:nth-child(2) p{
		font-size: 16px;
	}
	#archive section h3{
		margin-bottom: 30px;
	}
	.comnapny_name {
		font-size: 22px;
	}
}