@charset "UTF-8";

.cf::after {
  content: "";
  display: block;
  clear: both;
}
.center{
	text-align: center;
}

#event_calendar .md-inner{
  background-color: #fff;
  padding-bottom: 50px;
}
#event_calendar table.for_sp{
	display: none;
}
#event_calendar table.for_pc{
  width: 100%;
  border: 1px solid #999;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
#event_calendar .for_pc caption{
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 5px;
}

#event_calendar .notice{
  font-size: 1.2rem;
  line-height: 1.6;
  border: 1px solid #ff4c47;
  margin-bottom: 30px;
  padding: 10px;
}
#event_calendar .notice .notice-title{
  color: #ff4c47;
  margin-bottom: 5px;
}

#event_calendar .for_pc th,
#event_calendar .for_pc td{
  border: 1px solid #999;
}
#event_calendar .for_pc th{
  background-color: #efefef;
  padding: 10px;
  text-align: left;
}
#event_calendar .for_pc th.date{
  width: 18%;
}
#event_calendar .for_pc th.name{
  width: 50%;
}
#event_calendar .for_pc td{
  padding: 10px;
  word-break: break-all;
}
#event_calendar .for_pc td a{
  text-decoration: underline;
}
#event_calendar .for_pc td span{
  display: inline-block;
  padding: 0 5px;
  color: #c00;
  border: 1px solid #c00;
  margin-right: 10px;
}


#vision .md-inner{
  background-color: #fff;
  padding-bottom: 50px;
}
#vision .vision_box{
	margin: 0 auto 100px;
	padding: 0 30px;
}
#vision .vision_box h3{
  font-size: 3.2rem;
	margin: 0 0 80px;
	text-align: center;
	color: #00A9CA;
}
#vision .vision_box p{
  font-size: 1.8rem;
	margin: 0 0 30px;
	text-align: left;
	text-indent: 1em;
	line-height: 3.0rem;
	color: #0089AF;
}
#vision .logo_box{
	margin-bottom: 100px;
}
#vision .partner_box{
	margin-bottom: 100px;
}

#vision .partner_box .title_box{
	position: relative;
	text-align: center;
}
#vision .partner_box .title_box h3{
	margin: 25px 0 0;
  font-size: 2.4rem;
	background-color: #fff;
	padding: 0 10px;
	z-index: 1;
}
#vision .partner_box .title_box hr{
	line-height: 1em;
	outline: 0;
	border: 0;
	color: #000;
	text-align: center;
	height: 2.4rem;
	opacity: .5;
}

#vision .partner_box .title_box hr:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #818078, transparent);
	background: linear-gradient(to right, transparent, #818078, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	z-index: 0;
}
#vision .partner_box .title_box hr:after {
	font-family: 'Noto Sans JP', sans-serif;
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: #444;
	padding: 0 .5em;
  font-size: 2.4rem;
	line-height: 1.0em;
	background-color: #fcfcfa;
}


#support .md-inner{
	background-color: #fff;
	padding-bottom: 50px;
}
#support p.lead{
	font-size: 1.4rem;
	line-height: 2.0rem;
	margin: 0 0 30px;
	text-align: left;
	padding: 0 20px;
	color: #444;
}
#support p.fin_lead{
	font-size: 1.8rem;
	line-height: 2.5rem;
	margin: 50px 0 150px;
	text-align: center;
	padding: 0 20px;
	color: #444;

}
#support p.required{
	font-size: 1.1rem;
	margin: 0 0 30px;
	text-align: right;
	padding: 0 20px;
	color: #444;
}
#support p.required span{
	color: #c00;
}

#support .error_message{
	font-size: 1.6rem;
	margin: 0 0 30px;
	text-align: center;
	line-height: 3.0rem;
	padding: 0 20px;
	color: #c00;
}

#support #support_form{
	font-size: 1.2rem;
	padding: 0 20px;
}
#support #support_form dl .group {
	display: grid;
	grid-template-columns: 200px 1fr;
	margin-bottom: 20px;
}
#support #support_form dl dt {
	line-height: 40px;
	text-align: right;
	padding-right: 0;
	vertical-align: top;
}
#support #support_form dt span{
	color: #c00;
	font-size: 1.0rem;
	vertical-align: top;
}
#support #support_form dl dd {
}
#support #support_form dl dd input[type="text"] {
	width: 100%;
	padding: 5px 10px;
}
#support #support_form #support_detail {
	width: 100%;
	height: 300px;
	padding: 5px 10px;
	border-color: #ccc;
	border-radius: 5px;
}
#support .support_type{
	display: block;
	padding-right: 20px;
	line-height: 1.2;
	cursor: pointer;
	vertical-align: top;
	margin-top: 8px;
}
#support .support_type:hover .inner {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 1;
}
#support .support_type input {
	height: 1px;
	width: 1px;
	opacity: 0;
}
#support .support_type input:checked + .outer .inner {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
#support .support_type input:checked + .outer {
	border: 2px solid #00A9CA;
}
#support .support_type input:focus + .outer .inner {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	background-color: #00A9CA;
}
#support .support_type .outer {
	height: 18px;
	width: 18px;
	display: block;
	float: left;
	margin: 0;
	border: 2px solid #999;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: top;
	margin-right: 5px;
	
}
#support .support_type .inner {
	transition: all 0.25s ease-in-out;
	height: 12px;
	width: 12px;
	-webkit-transform: scale(0);
	transform: scale(0);
	display: block;
	margin: 1px;
	border-radius: 50%;
	background-color: #00A9CA;
	opacity: 0;
}
#support #support_submit {
  width: 200px;
  line-height: 1.0rem;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 3px;
  color: #666;
  padding: 10px 30px;
  margin: 0 auto;
  display: block;
}
#support #support_submit:hover{
	cursor: pointer;
	border: 2px solid #666;
	color: #fff;
	background-color: #666;
}
#support .warning{
	color: #c00;
}

#support #support_info{
	width: 100%;
	height: 200px;
	margin: 50px auto 20px;
	padding: 10px;
	overflow-y: scroll;
	border:1px solid #ccc;
	border-radius: 5px;
}
#support #support_info p{
	margin-bottom: 10px;
    line-height: 2.1rem;
}
#support .check{
	text-align: center;
  line-height: 2.1rem;
	margin-bottom: 50px;
}
#support .check label{
	margin-bottom: 0;
}
#support .check input{
  line-height: 2.1rem;
	height: auto;
	margin: 0 5px 0 0;
}


/* ▼▼▼fes21用▼▼▼ */
#fes21_header {
	position: relative;
}
.video-bg {
	position: relative;
	height: 560px;
	background: #000;
	overflow: hidden;
}
.video-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 560px;
	background: rgba(0, 0, 0, .3);
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.video-bg iframe {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 60vw;
}
.content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 560px;
	color: #fff;
}
.container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.title {
	text-align: center;
}
.title img {
	padding:20px;
}

.fes21_h2 {
                                border-left: 5px solid #688191;
                                font-size: 2.0rem;
                                font-weight: 300;
                                padding: 0 0 3px 15px;
                                line-height: 1.1;
                                margin: 50px 10px 10px 10px;
}
.fes21_data {
	padding:20px;
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	margin-top:30px;
}
.fes21_data>p {
	font-size:3.6rem;
	font-weight:normal;
	margin-bottom:20px!important;
}
.fes21_schedule {
	display:block;
	width:100%;
	margin:20px 0 50px 0;
	line-height: 2;
	font-size:1.3rem;
} 
.fes21_schedule a{
	text-decoration:underline;
} 
.fes21_schedule>div {
	width:100%;
	padding:20px;
	margin:0 0 20px 0;
	border:1px solid #999;
	background:#FFF;
}
.fes21_time dt {
	float: left;
}
.fes21_time dd {
	margin-left: 180px;
	text-align: left;
                                font-weight: normal;
}
.fes21_title {
	font-size:1.6rem;
	margin-bottom:10px;
}
.fes21_title>b {
	color:#0089AF;
}
.fes21_txt {
	padding:10px;
	font-size:1.3rem;
	margin-bottom:50px;
	line-height: 1.5;
}
.fes21_txt>p {
	margin:20px 0 20px 0!important;
}
.fes21_txt>a {
	text-decoration:underline;
}
.fes21_partner {
	padding:10px;
	line-height: 1.5;
}
.fes21_session {
                               width:100%;
                               padding:20px 0 20px 20px;
                                background-color:#E0EFF7;
	display:flex;
	margin:20px 0 60px 0;
	line-height: 2;
	font-size:1.3rem;
} 
.fes21_session_content {
	width:48%;
	padding:10px;
}
.fes21_session_content #partner {
	margin:0;
}
.fes21_session_content .mentor__list {
	width:100%;
}
.fes21_li {
	width:31%!important;
	background: #fff!important;
}
.fes21_li .affiliation {
	margin:10px 0 10px 0!important;
}
.brsp {
                                display: none;
}


@media screen and (max-width:767px) {
	#fes21_header .video-bg {
		display:none;
	}
	#fes21_header .content {
		background-image: url(/img/fes21/fes21_sptop.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 300px;
	}

	.fes21_data {
		padding-top:330px;
	}
	.fes21_schedule {
		display: block;
	} 
	.fes21_schedule>div {
		width:95%;
		margin:10px;
	}
	.fes21_time dt {
		display:block;
		float:none;
	}
	.fes21_time dd {
		margin: 0 0 20px 0;
	}
                                .fes21_session {
                                                                display: block;
	} 

                                .fes21_session_content {
		width:95%;
                                }
                                .fes21_li {
	                                width:48%!important;
                                }
                                .fes21_li img {
	                                width:100%!important;
                                }
                                .brsp {
                                                                display: inline;
                                }
                                .brpc {
                                                                display: none;
                                }
}

/* ▲▲▲fes21用▲▲▲ */


@media screen and (max-width:767px) {
	#vision .vision_box {
		margin: 0 auto 30px;
		padding: 0 15px;
	}
	#vision .vision_box h3 {
		font-size: 1.70rem;
		margin: 0 0 30px;
		text-align: left;
	}
	#vision .vision_box p {
		font-size: 1.3rem;
		margin: 0 0 30px;
		text-indent: 1em;
		line-height: 2.0rem;
	}
	#vision .logo_box {
		padding: 0 20px;
	}
	#event_calendar .md-title{
		font-size: 3.0rem;
	}
	#event_calendar .md-inner {
		padding: 0 10px;
	}
	#event_calendar table.for_pc{
		display: none;
	}
	#event_calendar table.for_sp{
		display: block;
		width: 100%;
		font-size: 1.0rem;
		line-height: 1.6;
		margin-bottom: 30px;
	}
	#event_calendar .for_sp caption{
		font-size: 1.8rem;
		text-align: left;
		margin-bottom: 5px;
	}
	#event_calendar .for_sp th,
	#event_calendar .for_sp td{
		border: 1px solid #999;
	}
	#event_calendar .for_sp th{
		background-color: #efefef;
		padding: 10px;
		text-align: left;
		width: 25%;
	}
	#event_calendar .for_sp td{
		padding: 10px;
		word-break: break-all;
		width: 75%;
	}
	#event_calendar .for_sp td a{
		text-decoration: underline;
	}
	#event_calendar .for_sp td span{
		display: inline-block;
		padding: 0 5px;
		color: #c00;
		border: 1px solid #c00;
		margin-right: 10px;
	}
	#event_calendar .for_sp td.none{
		border: none;
		padding: 5px;
	}
	#support p.lead {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	#support p.required {
		font-size: 1.0rem;
	}
	#support #support_form dl .group {
		display: block;
		margin-bottom: 20px;
	}
	#support #support_form dl dt {
		text-align: left;
		font-size: 1.4rem;
	}
	#support #support_form dl dd {
		margin: 0;
		padding: 0 10px;
	}
}
.sn-title {
    font-size: 2.76923rem;
    font-weight: 300;
    margin: 0 0 10px;
}
.sn-subtitle {
	font-size: 1.7rem;
	font-weight: normal;
	margin: 0;
}
.title_box {
    margin-bottom: 30px;
}
.sn-texts a{
text-decoration: underline;
}
.sn-texts .center{
text-align: center;
}
#yoxo_box .md-inner{
  background-color: #fff;
  padding-bottom: 50px;
}
#yoxo_box p, #yoxo_box ul,
#yoxo_box li, #yoxo_box h3,
#yoxo_box h4, #yoxo_box h5,
#yoxo_box figure{
	margin: 0;
	padding: 0;
}
#yoxo_box ul{
	list-style: none;
}
#yoxo_box img{
	width: auto;
	height: auto;
	max-width: 100%;
}
#yoxo_box .md-title{
	color: #688191;
}
#yoxo_box #yoxo_box_access,
#yoxo_box #yoxo_box_office,
#yoxo_box #yoxo_box_f1,
#yoxo_box #yoxo_box_feature,
#yoxo_box #yoxo_box_info,
#yoxo_box #yoxo_box_info2{
	padding-bottom: 80px;
	color: #444;
}
#yoxo_box #yoxo_box_info ul{
	margin-top: 20px;
}
#yoxo_box #yoxo_box_info li{
	margin-bottom: 10px;
}
#yoxo_box #yoxo_box_access .txt_box,
#yoxo_box #yoxo_box_info .txt_box{
	float: left;
	width: 500px;
	font-size: 1.3rem;
	line-height: 1.6;
}
#yoxo_box #yoxo_box_info2 .txt_box{
	font-size: 1.3rem;
	line-height: 1.6;
	border: 1px solid #ff4c47;
	padding: 10px;
}
#yoxo_box #yoxo_box_info2 .txt_box h4{
	color: #ff4c47;
}
#yoxo_box #yoxo_box_info2 .txt_box a{
	color: #00A9CA;
}
#yoxo_box #yoxo_box_access .map_box,
#yoxo_box #yoxo_box_info .photo_box{
	float: right;
	width: 500px;
}
#yoxo_box #yoxo_box_access h3,
#yoxo_box #yoxo_box_office h3,
#yoxo_box #yoxo_box_feature h3{
	color: #688191;
	font-size: 3.0rem;
	font-weight: 300;
	margin-bottom: 20px;
}
#yoxo_box #yoxo_box_feature h4{
	border-left: 5px solid #688191;
	font-size: 2.0rem;
	font-weight: 300;
	padding: 0 0 3px 15px;
	line-height: 1.1;
	margin-bottom: 10px;
}
#yoxo_box #yoxo_box_feature li{
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 30px;
}
#yoxo_box #yoxo_box_feature ul{
	margin-bottom: 20px;
}
#yoxo_box #yoxo_box_feature .txt_box{
	float: left;
	width: 500px;
	font-size: 1.3rem;
	line-height: 1.6;
}
#yoxo_box #yoxo_box_feature .floor_box{
	float: right;
	width: 500px;
	margin: 0;
	padding: 0;
}
#yoxo_box #yoxo_box_office .photo_box,
#yoxo_box #yoxo_box_f1 .photo_box{
	width: 500px;
	margin: 0;
	padding: 0;
}
#yoxo_box #yoxo_box_office h4,
#yoxo_box #yoxo_box_f1 h5{
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: 5px;
}
#yoxo_box #yoxo_box_office figure,
#yoxo_box #yoxo_box_f1 figure{
	margin-bottom: 10px;
	text-align: center;
}
#yoxo_box #yoxo_box_office .office,
#yoxo_box #yoxo_box_f1 .lounge{
	float: left;
}
#yoxo_box #yoxo_box_office .office2,
#yoxo_box #yoxo_box_f1 .meeting{
	float: right;
}
#yoxo_box #yoxo_box_office li,
#yoxo_box #yoxo_box_f1 li{
	float: left;
	width: 160px;
	margin-right: 10px;
}
#yoxo_box #yoxo_box_office li:nth-child(3),
#yoxo_box #yoxo_box_f1 li:nth-child(3){
	margin-right: 0;
}
#yoxo_box #yoxo_box_office .lead{
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 30px;
}
#yoxo_box #yoxo_box_access p.addr{
	margin-bottom: 20px;
}
#yoxo_box #yoxo_box_access p.addr a{
  color: #00A9CA;
}
/*
  ウェブアクセシビリティ方針
*/
#accessibility .md-inner{
  background-color: #fff;
    padding: 20px 30px 50px;
}
#accessibility .md-title{
  font-size: 3.2rem;
}
#accessibility h3 {
  border-left: 5px solid #08619d;
  border-bottom: 1px solid #053d63;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 3px 0 3px 10px;
  line-height: 1.3;
  margin-bottom: 10px;
}
#accessibility .accessibility-box-inner{
  padding: 0 20px;
}
#accessibility .accessibility-box{
  padding-bottom: 20px;
}
#accessibility .accessibility-box ul{
  list-style: none;
  padding: 0 20px;
}
#accessibility .accessibility-box p,
#accessibility .accessibility-box li{
  font-size: 1.5rem;
  line-height: 1.6;
}
#accessibility .accessibility-box p.annotation{
  font-size: 1.2rem;
}
#accessibility .accessibility-box li a,
#accessibility .accessibility-box p a{
  color: #00f;
  text-decoration: underline;
}
#accessibility table.for_pc {
  overflow-x: auto;
  width: 100%;
  border: 1px solid #999;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
#accessibility .for_pc th {
  background-color: #efefef;
  padding: 10px;
  text-align: left;
  border: 1px solid #999;
}
#accessibility .for_pc td {
  padding: 10px;
  word-break: break-all;
  border: 1px solid #999;
}
#accessibility .for_pc tr th:nth-child(1),
#accessibility .for_pc tr td:nth-child(1) {
  width: 80px;
  text-align: center;
}
#accessibility .for_pc tr th:nth-child(3),
#accessibility .for_pc tr td:nth-child(3),
#accessibility .for_pc tr th:nth-child(4),
#accessibility .for_pc tr td:nth-child(4),
#accessibility .for_pc tr th:nth-child(5),
#accessibility .for_pc tr td:nth-child(5) {
  width: 50px;
  text-align: center;
}
#accessibility .for_pc tr td:nth-child(3),
#accessibility .for_pc tr td:nth-child(4),
#accessibility .for_pc tr td:nth-child(5) {
  font-size: 1.2rem;
}
#accessibility .for_pc tr th:nth-child(6),
#accessibility .for_pc tr td:nth-child(6) {
  width: 220px;
}
#accessibility p.apply-text,
#accessibility p.match-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0 0 5px;
  padding: 0 5px;
}

@media screen and (max-width:767px) {

	#yoxo_box #yoxo_box_access,
	#yoxo_box #yoxo_box_office,
	#yoxo_box #yoxo_box_f1,
	#yoxo_box #yoxo_box_feature,
	#yoxo_box #yoxo_box_info,
	#yoxo_box #yoxo_box_info2{
		padding: 0 10px 40px;
	}
	#yoxo_box #yoxo_box_office .office,
	#yoxo_box #yoxo_box_f1 .lounge,
	#yoxo_box #yoxo_box_office .office2,
	#yoxo_box #yoxo_box_f1 .meeting,
	#yoxo_box #yoxo_box_office .photo_box,
	#yoxo_box #yoxo_box_f1 .photo_box,
	#yoxo_box #yoxo_box_feature .floor_box,
	#yoxo_box #yoxo_box_feature .txt_box,
	#yoxo_box #yoxo_box_access .txt_box,
	#yoxo_box #yoxo_box_info .txt_box,
	#yoxo_box #yoxo_box_info2 .txt_box,
	#yoxo_box #yoxo_box_access .map_box,
	#yoxo_box #yoxo_box_info .photo_box{
		float:none;
		width: 100%;
		margin-bottom: 20px;
	}
	#yoxo_box #yoxo_box_info2 .txt_box {
		float:none;
		width: 90%;
		margin-bottom: 20px;
		border: 1px solid #ff4c47;
		padding: 10px;
	}
	#yoxo_box #yoxo_box_office ul,
	#yoxo_box #yoxo_box_f1 ul{
		text-align: center;
	}
	#yoxo_box #yoxo_box_office li,
	#yoxo_box #yoxo_box_f1 li{
		float: none;
		width: 30%;
		margin-right: 10px;
		display: inline-block;
	}
	yoxo_box #yoxo_box_access h3,
	#yoxo_box #yoxo_box_office h3,
	#yoxo_box #yoxo_box_feature h3 {
		font-size: 2.7rem;
		margin-bottom: 10px;
	}
	#yoxo_box #yoxo_box_feature h4 {
		font-size: 1.8rem;
	}

/*
  ウェブアクセシビリティ方針
*/
  #accessibility .md-inner{
    padding: 10px 10px 50px;
  }
  #accessibility .md-title{
    font-size: 1.8rem;
  }
  #accessibility h3 {
    font-size: 1.5rem;
    padding: 3px 0 3px 10px;
  }
  #accessibility .accessibility-box p,
  #accessibility .accessibility-box li{
    font-size: 1.2rem;
  }
  #accessibility .accessibility-box li{
    margin-bottom:8px;
  }
  #accessibility .accessibility-box p.annotation{
    font-size: 1.0rem;
  }
  #accessibility .accessibility-box li a,
  #accessibility .accessibility-box p a{
    color: #000;
    text-decoration: underline;
  }
  #accessibility .accessibility-box-checklist {
    overflow-x: auto;
    width: 100%;
  }
  #accessibility table.for_pc {
    width: 100%;
  }
  #accessibility .for_pc th,
  #accessibility .for_pc td {
    white-space: nowrap;
  }
  #accessibility p.apply-text,
  #accessibility p.match-text {
    font-size: 1.0rem;
  }
  
}
