@charset "utf-8";
/*
Theme Name: TOKYOCOLLEGE
*/

html{
	font-size:16px;
}
body {
-webkit-print-color-adjust: exact;
}
img{
	vertical-align:bottom;
}
.side-kiji .text .excerpt{
	display:none;
}

@media only screen and (max-width: 834px) {
	html{
		font-size:16px;
	}
}
a {
    color: #00BED2;
    text-decoration: none
}
a:hover, a:focus {
    color: #00BED2;
    text-decoration: underline
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
#container {
	padding-top: 125px;
    overflow: hidden;
}
.container {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
#fix-page.container {
    padding-bottom: 60px;
}
.red{
	color:#e60012;
}
.just-flex{
	 display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .contents{
	width: 750px;
	margin: 0 auto;
	padding-top: 30px;
  }
}

@media only screen and (min-width: 835px) {
	.wrapper {
		max-width: 1100px;
		padding: 30px 20px;
		margin: 0 auto;
	}
	.contents-twin {
		float: left;
		width: 71%;
		padding: 0 4% 0 0;
		margin: 0 0 20px 0;
	}
	#sidebar {
		float: left;
		width: 29%;
		padding: 0 0 0 4%;
		margin: 0 0 20px 0;
		border-left: solid 1px #E0E0E0;
		overflow-x: hidden;
	}
}

@media only screen and (max-width: 834px) {
	*{   box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	#container {
		padding-top: 56px;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.wrapper {
		max-width: 100%;
		min-width: 100%;
		padding: 15px;
	}
	.contents-twin {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0% 20px 0;
		border-right: none;
	}
	#sidebar {
		float: none;
		width: 100%;
	}
}

.post-date{
	font-size:0.9em;
}
.all-post{
	font-size:0.9em;
}

/*パンくず*/
#breadcrumb{
	width:100%;
	background-color:#E6FAFA;
	color:#000;
	font-size:0.8em;
	padding:12px 10px;
	line-height:1.6em;
}
#breadcrumb li{
    display:inline-block;
    list-style: none;
	padding-right:10px;
}
#breadcrumb li span{
	padding-right:10px;
	display: block;
}
#breadcrumb li:after {
  /* ▶を表示*/
  content: '>';
  padding: 0 3px;
  color: #000;
}

#breadcrumb li:last-child:after {
    content: '';
    padding: 0 0px;
}
#breadcrumb li a {
    display: inline-block;
    color: #000;
    text-decoration: none;
}
#breadcrumb li a:hover{
    text-decoration: underline;
}

/*ページ上部h1ボックス*/
#main-box{
	text-align:center;
	padding:0 0 30px 0;
}
#main-box h1{
	font-size:3em;
	color:#231E55;
	padding-bottom:10px;
}
#main-box h1{
	font-size:3em;
	color:#231E55;
	padding-bottom:10px;
	font-family: 'Frank Ruhl Libre','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
}
#search #main-box h1{
	font-size:1.8em;
}
#main-box span{
	font-size:1.2em;
	color:#231E55;
}
#main-box p{
	font-size: 1em;
	line-height: 1.6em;
    padding: 15px 0 0 0;
}
#main-box .language-box span{
	font-size:1em;
}
.language-box {
	text-align: left;
}

@media only screen and  (max-width: 767px) {
	#main-box{
		text-align:center;
		padding:0px 10px 20px 10px;
	}
	#main-box h1{
		font-size:2.6em;
		color:#231E55;
		padding-bottom:10px;
	}
	#main-box span{
		font-size:1.2em;
		color:#231E55;
	}
}
/*サイドバー*/
#sidebar .sidebar-wrapper{
	margin: 0 0 50px 0;
}
#sidebar .sidebar-title{
	text-align: center;
	margin: 0 0 25px 0;
	position: relative;
	font-size: .9em;
	font-family: 'Frank Ruhl Libre','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
}
#sidebar .sidebar-title::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	width: 45px;
	height: 3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #231E55;
}
#sidebar #mailmagazine img{
	width:100%;
}
#sidebar .side-kiji{
	padding: 0 0 30px 0;
}
#sidebar .notice .side-kiji{
	padding: 0 0 30px 0;
}
#sidebar .side-kiji h2{
	font-size: 1.2em;
	line-height: 1.2;
}
#sidebar .twitter-box{
	padding: 5px 10px;
	border: solid 1px #E0E0E0;
}
#sidebar .fb-container {
	width: 100%;
	max-width: 500px;
	text-align: center;
}
#sidebar .video-box img{
	width: 100%;
}
#sidebar .video-box a{
	transition: 0.3s ease-in-out;
	display: inline-block;
	margin: 0 0 20px 0;
}
#sidebar .video-box a img{
	transition: 0.3s ease-in-out;
}
#sidebar .video-box a img:hover{
	opacity: 0.6;
}
.icatch{
	padding: 0 0 10px 0;
}
.icatch img{
	width: 100%;
	height: auto;
	transition: 0.3s ease-in-out;
}
#blog .icatch img{
	width: 100%;
	height: 190px;
	transition: 0.3s ease-in-out;
	object-fit: cover;
}
@media only screen and (max-width: 834px) {
	#member .prof-ph{
	width: 30vw;
	height: 30vw;
	overflow: hidden;
	}
}
@media only screen and (min-width: 835px) {
	#member .prof-ph{
		width: 20vw;
		height: 20vw;
		overflow: hidden;
	}
}

@media only screen and (min-width: 1120px) {
	#member .prof-ph{
		width: 100%;
		height: 230px;
		overflow: hidden;
	}
}
.recommend .icatch img{
	width: 100%;
	height: 190px;
	transition: 0.3s ease-in-out;
	object-fit: cover;
}
.side-kiji .icatch img{
	width: 100%;
	/*height: 140px;*/
	transition: 0.3s ease-in-out;
	object-fit: cover;
}
.icatch img:hover{
	opacity: 0.6;
}
/*デフォルトウィジェット*/
.widget_recent_entries ul, .widget_meta ul, .widget_recent_comments ul, .widget_pages ul, .widget_meta ul, .widget_categories ul, .widget_archive ul, .widget_nav_menu ul {
  padding: 0;
  list-style: none;
}
.widget_recent_entries li, .widget_meta li, .widget_recent_comments li, .widget_pages li, .widget_meta li, .widget_categories li, .widget_archive li, .widget_nav_menu li {
	position: relative;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.widget_recent_entries li, .widget_nav_menu li {
  font-size:0.9rem;
}
.widget_recent_entries a, .widget_meta a, .widget_recent_comments a, .widget_pages a, .widget_meta a, .widget_categories a, .widget_archive a, .widget_nav_menu a {
  text-decoration: none;
  color: #000;
  display:block;
  transition:0.3s ease-in-out;
  line-height:1.2em;
}
.widget_recent_entries a:hover, .widget_meta a:hover, .widget_recent_comments a:hover, .widget_pages a:hover, .widget_meta a:hover, .widget_categories a:hover, .widget_archive a:hover, .widget_nav_menu a:hover {
  text-decoration: underline;
}

/*カテゴリウィジェット*/
.widget_categories li {
	display: block;
	white-space: nowrap;
	background-color: #231E55;
	font-size: 1.2rem;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.widget_categories li a {
	padding-bottom: 0px;
}
.widget_categories li.cat-item-8 {
  background-color: #ff6464;
}
.widget_categories li.cat-item-7 {
  background-color: #231E55;
}
.widget_categories li.cat-item-6 {
  background-color: #c6b198;
}
.widget_categories li.cat-item-5 {
  background-color: #f19ca5;
}
.widget_categories li.cat-item-11 {
  background-color: #231E55;
}
/*.widget_categories li:before {
  font-family: 'Font Awesome 5 Free';
  font-size: .8em;
  font-weight: bold;
  padding-right: 2px;
  content: '\f02b';
  color: #fff;
}
*/
.widget_categories li a {
  font-size: .8em;
  color: #fff;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: .9em !important;
  line-height: 2.5em;
  margin: 2px;
  padding: 2px 10px;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
}

/*新着ウィジェット
.widget_recent_entries li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  left: 5px;
  content: '\f303';
  color: #464646;
}*/

/*メニューウィジェット*/
.widget_nav_menu li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  left: 5px;
  content: '\f0da';
  color: #464646;
}

/*カレンダーウィジェット*/
#wp-calendar {
  width: 100%;
}

#wp-calendar tbody {
  text-align: center;
}

/*記事フォーマット*/
#page-head{
	text-align: center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 1.3em;
	margin-left: 0;
	padding-top: 1.3em;
	padding-right: 0;
	padding-left: 0;
	font-weight:normal;
}
.area-flex{
	 display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.kiji-list {
	width: 48%;
	float: none;
	margin: 0 0 50px;
}
@media only screen and  (max-width: 834px) {
	.kiji-list,.kiji-list.event4 {
		width: 100%;
	}
}
@media only screen and  (max-width: 321px) {
	.kiji-list,.kiji-list.event4 {
		width: 80%;
		float: none;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 50px;
		margin-left: auto;
		padding-right: 2%;
		padding-left: 2%;	
	}
	.kiji-event .kiji-list {
		width: 100%;
		float: none;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 50px;
		margin-left: auto;
		padding-right: 0%;
		padding-left: 0%;	
	}
}

.kiji-list a {
	display: block;
	text-decoration: none;
	color: #000;
	margin-bottom: 15px;
}
.kiji-event .kiji-list a {
	font-size: 18px;
	margin-bottom: 5px;
	position: relative;
}
.kiji-list a:hover {
	text-decoration:underline;
}
/*.kiji-list a:after {
  display: block;
  clear: both;
  content: '';
}
*/
.kiji-list img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.kiji-list .tag-area a {
	display: inline;
	margin-bottom: 5px;
    font-size: .8em;
    color: #6A6A6A;
}
.tag-area {
    line-height: 1.2em;
}
.kiji-list .text {
  width: auto;
}
.kiji-event .kiji-list .text {
  width: 66%;
}
.kiji-list h2 {
  font-size: 1.1em;
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight:bold;
}
.kiji-date {
    font-size: .8em;
    margin-bottom: 0px;
    display: inline-block;
    color: #656565;
    padding: 5px 3px 0px 0px;
}
.kiji-author {
    font-size: .8em;
    color: #656565;
	font-weight: bold;
}
.kiji .kiji-date {
  font-size: 1em;
}
.cat-data {
	font-size: .65em;
	padding: 4px 6px 2px;
    text-align: center;
    color: #000;
    background-color: #F5F18D;
    margin-bottom: 5px;
	margin-right: 5px;
    display: inline-block;
}
.kiji-list .cat-data a{
  color: #fff;
  margin:0px;
  font-size: .9em;
}
#news.kiji-list {
	width: 100%;
	float: none;
	margin: 0px 0px 15px 0px;
	border:none;
	padding:0;
}
#news.kiji-list .kiji-date {
	font-size: 1em;
}
#news.kiji-list .cat-data{
	display:none;
}
#news.kiji-list h2{
	font-size: 1.1em;
    color: #231E55;
}
#news.kiji-list .text {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #231E55;
	padding-bottom:10px;
}
#news.kiji-list a {
	color: #231E55;

}
#news.kiji-list a:hover {
	text-decoration:underline;
}
.recruit-box{
    padding: 0 0 40px 0 ;
}
#recruit.kiji-list {
	width: 100%;
	float: none;
	margin: 0px 0px 0px 0px;
	border:none;
	padding:0;
}
#recruit.kiji-list h2{
	font-size: 0.95em;
    color: #231E55;
    display: inline-block;
    padding: 0 0 0 0px;
}
h3.recruit-head{
	font-size: 1.5em;
    color: #231E55;
    padding: 10px 0px;
    margin: 0 0 30px 0;
    display: block;
    border-bottom: solid 1px #231E55;
}
#recruit.kiji-list .text {
	padding-bottom:0px;
}
#recruit.kiji-list .text span {
    font-size: 0.8em;
    display: inline-block;
    background: #FFFF53;
    padding: 3px 10px;
    color: #231E55;
    margin: 0 15px 3px 0;
}
#recruit.kiji-list a {
	color: #231E55;

}
#recruit.kiji-list a:hover h2 {
	text-decoration:underline;
}

@media only screen and (max-width: 768px) {
	#news.kiji-list h2{
		font-size: 1em;
	}
}

.cat-data.roundtable{
	background-color: #e594e4;
}
.cat-data.future {
  display: none
}
.cat-data.symposium {
  background-color: #FFD5D9;
}
.cat-data.lecture {
  background-color: #F5F18D;
}
.cat-data.france {
  background-color: #6ccfc8;
}
.cat-data.cosponsorship{
  background-color: #FFD2B1;
}
.cat-data.dialogue {
  background-color: #e6c8fa;
}
.cat-data.interview {
  background-color: #d3e6bf;
}
.cat-data.p-discussion {
  background-color: #bedcd7;
}
.cat-data.workshop {
  background-color: #aadcff;
}
.cat-data.futuresymposium {
  background-color: #FFD5D9;
}
.cat-data.futurelecture {
  background-color: #F5F18D;
}
.cat-data.futurefrance {
  background-color: #35a666;
}
.cat-data.futurecosponsorship {
  background-color: #FFD2B1;
}
.cat-data.futurelecturecosponsorship {
  background-color: #FFD2B1;
}
.cat-data.futuresymposiumcosponsorship{
  background-color: #FFD2B1;
}


.kiji .cat-data {
  font-size: 1em;
  padding: 3px 15px;
}
.kiji-list p {
  font-size: .8em;
  margin: 10px 0 0;
}
.kiji-event .kiji-list .day {
	font-size: .75em;
	margin: 5px 0 0;
	color: #656565;
	line-height: 1.5em;
}
.kiji-event .kiji-list p {
	font-size: .85em;
	margin: 5px 0 0;
	color: #656565;
	line-height: 1.7em;
}
.kiji-list .photoThumb{
    width: 30%;
    position: relative;
}
.kiji-list .photoThumb span.finish{
    background-color: rgba(2,145,163,0.90);
    color: #fff;
	padding: 3px 8px;
	position: absolute;
	right: -10px;
	top: -10px;
	font-size: .7em;
	z-index: 2;
	text-align: center;
	display:none;
}
.kiji span.finish{
    background-color: rgba(2,145,163,0.90);
    color: #fff;
	padding: 3px 8px;
	font-size: .9em;
	z-index: 2;
	text-align: center;
	display:none;
}

@media only screen and  (max-width: 834px) {
	.kiji-event .kiji-list .text {
		width: 100%;
	}
	.kiji-list .photoThumb {
		width: 100%;
	/*	max-height: 340px; */
	overflow: hidden;
	}
	.kiji-list .photoThumb span.finish{
		top: 6px;
	}
}

.kiji-list .photoThumb span.add{
  background-color: rgba(255,255,83,0.90);
    color: #000;
	padding: 3px 8px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: .6em;
	z-index: 2;
	text-align: center;	
}


/*ページネーション*/
.pagination {
	margin: 40px 0 60px;
	text-align: center;
}
.pagination a{
	font-size: 1rem!important;
}
.page-numbers {
	border: 1px solid #231E55;
	color: #231E55;
	padding:5px;
	padding: 10px;
	margin-right: 5px;
	transition:0.3s ease-in-out;
}
 
.page-numbers.current {
	color: #FFF;
	background-color: #231E55;
}

a.page-numbers:hover {
	color: #FFF;
	background-color: #231E55;
}

/*記事内*/
.kiji {
	font-size: 1em;
	margin: 0;
	padding: 0 0px 50px 0px;
}
#members-post.kiji {
	border-bottom: none;
}

.kiji-single {
  font-size: 1em;
  margin: 0;
  padding: 0 25px 80px 25px;
}
.kiji-info{
	padding: 0 0 20px 0;
}
.kiji .kiji-info .cat-data a {
  text-decoration: none;
  color: #fff;
}
.kiji .kiji-info .kiji-date {
	font-size: 1em;
	float: left;
	color: #656565;
}
.kiji .kiji-info .cat-data {
	font-size: 1em;
	float:right;
	width:auto;
	display:none;
}
.kiji .kiji-info .cat-data a:hover {
  opacity: .8;
}
.kiji ul,.kiji ol{
	padding-left:25px;
	margin:0 0 20px 0;
}
.kiji ul li,.kiji ol li{
	font-size:1em;
}
.kiji-img {
  margin: 30px auto;
  text-align:center;
  width: 50%;
}
 .kiji img {
	 margin-bottom: 2rem;
}
.kiji img.wpml-ls-flag{
	 margin-bottom: 0rem;
}
.kiji-img img {
	margin: 0;
}
.kiji-img-box{
	margin: 0 0 30px;
}
.kiji-img-box img {
	margin: 0;
	width: 100%;
	height: 100%;
}

/*タグ*/
.kiji-tag {
  text-align: right;
}
 
.kiji-tag ul {
  list-style: none;
}
 
.kiji-tag li {
  display: inline-block;
  color: #464646;
}
 
.kiji-tag li a {
  font-size: .8em;
  margin-right: 7px;
  padding: 2px 7px;
  text-decoration: none;
  color: #464646;
  border: solid 1px #464646;
  border-radius: 2px;
}
 
.kiji-tag li a:hover {
  opacity: .8;
}
 
.kiji p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.6em;
}
.kiji p.update {
	text-align:right;
}
.kiji td p {
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 1em;
	line-height: 1.6em;
}

.kiji .su-column p {
	font-size: 1em;
}
.kiji a {
	color: #00BED2;
}
.kiji a:hover {
	text-decoration: underline;
}
.kiji h1 {
	font-size: 1.7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	line-height: 1.4em;
	margin-bottom: 1em;
	padding-bottom: 0.6em;
}
 .contents-twin .kiji h1 {
	font-size: 1.8em;
	border-bottom: none;
	margin-bottom: 0em;
	padding-bottom: 0px;
}

.kiji h2 {
  font-size: 1.2rem;
  margin-top: 2em;
  margin-bottom: 1.2em;
  padding: .4em 0;
  border-bottom: solid 1px #464646;	
 line-height:1.4em;
}
 
.kiji h3 {
  font-size: 1rem;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding: 0;
  background: transparent;
    color: #231E55;
}
 
.kiji h4 {
  font-size: 0.9rem;
  margin: 0 0 .3em;
}
 
.kiji h5 {
  font-size: 0.8rem;
  margin: 0 0 .3em;
}
	
@media only screen and  (max-width: 599px) {
	.kiji {
    	padding: 0 0px 25px;
	}
  	.kiji img {
	 margin-bottom:1.4em;
	}
	.kiji-img {
	  width: 80%;
	}
}

@media only screen and  (max-width: 1024px) {
	.kiji-date {
	font-size: .7em;
	}
	.cat-data {
	font-size: .7em;
	text-align: center;
	color: #000;
	background-color: #464646;
	}
}

@media only screen and  (max-width: 441px) {
	.kiji .kiji-info .kiji-date {
	font-size: .8em;
	color: #666;
	padding: 6px 3px 0px 0px;
	}
	.kiji .kiji-info .cat-data {
	font-size: .7em;
	padding: 3px 3px;
	}
	.kiji-list h2 {
	font-size: 0.9em;
	line-height: 1.4;
	margin-top: 3px;
	}
	.kiji-event .kiji-list h2 {
	font-size: 1.1em;
	}
}

@media only screen and  (max-width: 321px) {
	.kiji-date {
	font-size: .6em;
	margin-bottom: 5px;
	color: #666;
	padding: 5px 3px 0px 0px;
	}
	.cat-data {
	font-size: .6em;
	padding: 3px 3px;
	}
}

/*個別記事のページナビ*/
.navigation {
	text-align: center;
	width: 100%;
	padding-top: 1em;
	padding-right: 25px;
	padding-bottom: 1em;
	padding-left: 25px;
	margin-bottom: 80px;
}
.navigation a {
	color:#231E55;
	font-size: 2rem;
	transition:0.3s ease-in-out;
}
.navigation a:hover {
	opacity:0.6;
}
.navitop {
  float:left;
  width:12%;
  text-align:center;
}
.navileft {
  float:left;
  width:44%;
  text-align:left;
  word-break:break-all;
  line-height:1.5em;
}
.naviright {
  float:right;
  width:44%;
  text-align:right;
  word-break:break-all;
  line-height:1.5em;
}

/*エフェクト*/
.photoThumb img{
	transition:0.3s ease-in-out;
}
.photoThumb img:hover{
	opacity:0.6;
}

/*記事内キャプション*/
.wp-caption, .alignnone{
	max-width: 100%;
}
.wp-caption img{
	margin-bottom:0;
}
.wp-caption-text{
	margin: 0 0 30px!important;
	text-align:center;
	font-size: 0.7em !important;
	line-height:1.4em!important;
	color:#333;
	padding-top:3px;
}
/*以下イベント関連*/

/*イベント記事内のアイキャッチを消す*/
.ai1ec-single-event .ai1ec-event-avatar{
	display:none !important;
}
/*イベント情報を消す*/
.ai1ec-single-event{
	display:none !important;
}
/*カレンダーツールバーを消す*/
.ai1ec-calendar-toolbar{
	display:none !important;
}
#event-wrap{
	background-color: #E6FAFA;
	padding-top: 60px;
	margin-top: 60px;
}
#event-wrap-past{
	background-color: #fafafa;
	padding-top: 60px;
}
.event-head{
	text-align:center;
	margin-top: -84px;
	padding-bottom: 30px;
}
.event-head h2{
	font-size:2.2em;
	color:#231E55;
	padding-bottom:10px;
	font-family: 'Frank Ruhl Libre','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
	font-weight:600;
}
.event-head span{
	font-size:1em;
}
#event-now{
	padding:0px 0px 0 0px;
}
#event-past{
	padding:0px 0px 0 0px;
}
#event-calendar{
	padding:80px 0;
}
#schedule h2.event-head{
	font-size:24px;
	color:#231E55;
	padding-bottom:30px;
	text-align:center;
}
.more-link {
	padding-bottom: 80px;
	text-align: center;
}
.more-link a{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #231E55;
	font-size: 16px;
	letter-spacing: 2px;
	transition: 0.3s ease-in-out;
	border: 1px solid #231E55;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	position: relative;
}
.more-link a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin: -6px 0 0 0;
	border-top: solid 1px #231E55;
	border-right: solid 1px #231E55;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	transition: 0.3s ease-in-out;
}
.more-link a:hover{
	color: #FFF;
	background-color: #231E55;
    text-decoration: none;
}
.more-link a:hover::after {
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
.more-link.double a {
	margin:0 auto 20px;
}
.ai1ec-popup-excerpt{
	display:none !important;
}
.ai1ec-event-footer{
	display:none !important;
}
.more-link-s {
	padding-bottom: 40px;
	text-align: center;
}
.more-link-s a{
	text-align: center;
	padding: 15px 0;
	display: inline-block;
	position: relative;
	color: #231E55;
	font-size: 16px;
	letter-spacing: 2px;
	transition: 0.3s ease-in-out;
	border: 1px solid #231E55;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
}
.more-link-s a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin: -5px 0 0 0;
	border-top: solid 1px #231E55;
	border-right: solid 1px #231E55;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.more-link-s a:hover{
	color: #FFF;
	background-color: #231E55;
    text-decoration: none;
}
.more-link-s a:hover::after{
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
/*イベントがない時用のCSS*/
.event-none{
    text-align: center;
    font-size: 1.2em;
    padding: 10px 0 40px 0;
    display: block;
    margin: 0 auto;
}

/*イベントページのカスタムフィールド表*/
.add-text {
    padding: 20px 0;    
}
.add-text span{
    background-color: rgba(255,255,83,0.90);
    color: #000;
    padding: 3px 8px;
    font-size: 1em;
    text-align: center;
}
.event-table {
  width: 100%;
  border-top: 1px solid #ccc;
  font-size: 0.8em; 
 table-layout: fixed; 
  }
  .event-table th,
  .event-table td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.6em; 
	font-size: 1.2em;  
}
  .event-table th {
	width:20%;
    background: #F8F8F8;
    font-weight: 500;
    padding: 20px 15px; }
  .event-table td {
    padding: 20px 40px; }
  .event-table.th-gray th {
    color: #ccc; }

@media only screen and  (max-width:  441px) {
	.event-table th,
	.event-table td {
	font-size: 1.1em;  
	}
}

.submit-link {
	padding: 40px 0px;
}
.submit-link a{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	color: #FFF;
	font-size: 1em;
	letter-spacing: 2px;
	transition: 0.3s ease-in-out;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}
.submit-link a:hover{
	opacity:0.6;
	text-decoration:none;
}
.pdf-link {
	padding: 20px 0px 0 0;
}
.pdf-link a{
	font-size: 14px;
	display: block;
	padding: 0 0 10px 0;
}	
.pdf-link a img{
	width: 300px;
}	

/*ブログページのカスタムフィールド*/

.writer-box .writer{
	font-weight:bold;
}

@media only screen and  (max-width: 767px) {
.container {
	padding-top: 20px;
}	
#event-wrap{
	background-color: #E6FAFA;
	padding-top: 60px;
}
.event-head{
	text-align:center;
	margin-top: -80px;
	padding-bottom: 0px;
}
.event-head h2{
	font-size:2em;
	color:#231E55;
	padding-bottom:10px;
}
.event-head span{
	font-size:0.9em;
	color:#231E55;
}
#event-calendar #ai1ec-container{
	padding:0px 0px 0 0px;
}

#event-past{
	padding:20px 0px 0 0px;
}
#event-calendar{
	padding:20px 0;
}
.more-link {
	padding-bottom: 40px;
}
.more-link a{
	padding: 20px 10px;
	font-size: 12px;
	transition: 0.3s ease-in-out;
}
.more-link a:hover{
	color: #FFF;
	background-color: #231E55;
}
.event-table td {
    padding: 15px; 
	overflow-wrap: break-word;
    word-wrap: break-word;
}
.side-kiji .icatch img{
	/*height: 190px;*/
}
}
/*記事内のcss*/
#container .btnarea {
	padding-bottom: 15px;
}
#container .btnarea a{
	text-align: center;
	padding: 20px;
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 1px;
	transition: 0.3s ease-in-out;
	background-color: #231E55;
	border: 1px solid #231E55;
	line-height:1.4em;
}
#container .btnarea a:hover{
	color: #231E55;
	border: 1px solid #231E55;
	background-color: #FFF;
	text-decoration:none;
}
/*固定ページメインエリア*/
#main-wrapper {
	height: 560px;
}
#main-wrapper.main-long {
	height: 600px;
}
#main {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 360px;
}
#main.events {
	background-image: url(images/main-events.png);
}
#main.about {
	background-image: url(images/main-about.png);
    background-position: bottom center;
}
#main.members {
	background-image: url(images/main-members.png);
}
#main.archive {
	background-image: url(images/main-archive.png);
    background-position: bottom center;
}
#main.message {
	background-image: url(images/main-message.png);
}
#main.france {
	background-image: url(images/main-france.png);
}
#main.postdoc {
	background-image: url(images/main-postdoc.png);
    background-position: bottom center;
}
#main .main-area {
	padding: 260px 0 0 0;
	width:1000px;
	margin:0 auto 40px;
}
#main .main-area .main-square {
	width: 300px;
	height: 260px;
	background: #231E55;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFF500;
	padding:60px 0 0 40px;
	color: #FFF;
	float: left;
}
#main.france .main-area .main-square {
	padding:40px 0 0 25px;
}
#main .main-area .main-square h1 {
	font-size:2.6em;
	padding-bottom:15px;
	font-family: 'Frank Ruhl Libre','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
}
#main .main-area .main-square span {
	font-size:1.2em;
}
#main .main-area .main-catch {
	width: 700px;
	padding:130px 0 0 40px;
	float: left;
}
#main .main-area .main-catch p {
	font-size: 16px;
	line-height: 1.6em;
}
#main .main-area .main-catch p.theme {
    font-size: 28px;
    line-height: 1.4em;
    font-weight: bold;
    padding-bottom: 15px;
    font-family: 'Frank Ruhl Libre','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
}
#main .main-area .main-catch p.en {
    padding: 0 0 20px 0;
}
@media only screen and  (max-width: 834px) {
#main-wrapper {
	height: auto;
}
#main-wrapper.main-long {
	height: auto;
}
#main {
	background-image: none !important;
	height: auto;
}
#main .main-area {
	padding: 0px 0 10px 0;
	width:100%;
	margin:0 auto 40px;
}
#main .main-area .main-square {
	width: 100%;
	padding:20px;
	float: none;
	height: auto;
}
#main.france .main-area .main-square {
	width: 100%;
	padding:20px;
	float: none;
	height: auto;
}
#main .main-area .main-square h1 {
	font-size:1.8em;
	padding-bottom:10px;
}
#main .main-area .main-square span {
	font-size:1.3em;
}
#main .main-area .main-catch {
	width: 100%;
	padding:15px;
	float: none;
}
#main .main-area .main-catch p {
	font-size: 1em;
	line-height: 1.6em;
}
#main .main-area .main-catch p.theme {
    font-size: 20px;
    padding-bottom: 25px;

}
}
/*検索フォームcss*/
.serch-box{
    padding: 25px 0px;
    text-align: center;
}
.serch-box p{
    font-size: 1em;
	line-height: 1.6em;
}
#form-search{
    position:relative;
    width: 350px;
    height: 40px;
    margin: 20px auto 0px;
}
#s-box{
 height: 40px;
 padding: 0 10px;
 position: absolute;
 left: 0;
 top: 0;
 border-radius:2px;
 border:solid 3px #eaeaea;
 outline: 0;width: 100%;
}
#s-btn-area{
 height: 50px;
 position: absolute;
 right: 0px;
 top: 5px;
 background:none;
 color:#666;
 border:none;
 font-size:20px;
 outline: 0;
}
#s-btn{
background-color: black;
width: 60px;
height: 30px;
position: relative;
right: 5px;
bottom: 10px;
border-radius: 3px;
font-size: 14px;
color: #fff;
line-height: 31px;
}
@media only screen and  (max-width:  441px) {
.serch-box{
    padding: 25px 15px;
    text-align: center;
}
#form-search{
    position:relative;
    width: 300px;
    height: 40px;
    margin: 20px auto 0px;
}
}

/*検索フォームcss*/
#tag-page{
	padding: 20px 0 0 0;
}
/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-bottom: 20px !important;
    overflow: hidden;
}
 
.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/
 
.gallery-item { /** 画像共通のスタイル **/
    float: left;
	margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}
 
.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 10px !important;
}
 
.gallery-caption { /** キャプション **/
    color: #222;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
}
 
.gallery-columns-1 .gallery-item { /** カラムなし **/
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
    width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}
 
@media screen and (max-width: 640px) {
	/* 640px以下用の記述 */
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 48%;
		margin: 0 1%;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
		margin: 0 1%;
	}
}

/* ======================================
言語スイッチャー
====================================== */
.change-area .wpml-ls-legacy-dropdown{
	margin: 10px auto 0;
}
.wpml-ls-legacy-list-vertical{
	margin: 10px auto 0;
}
.wpml-ls-legacy-list-vertical a{
display: block;
text-decoration: none;
color: #444;
border: 1px solid #cdcdcd !important;
background-color: #fff;
padding: 5px 10px;
margin:0 0 5px 0 ;
line-height: 1;
}
/* ======================================
Youtube などレスポンシブ用
====================================== */
embed,
iframe,
object {
	max-width: 100%;
}

/* ======================================
カラム用
====================================== */
.su-row {
  clear: both;
  zoom: 1;
  margin-bottom: 1.5em;
}
.su-row:before,
.su-row:after {
  display: table;
  content: '';
}
.su-row:after {
  clear: both;
}
.su-column {
  display: block;
  margin: 0 4% 0 0;
  float: left;
  box-sizing: border-box;
}
.su-column-last {
  margin-right: 0;
}
.su-row .su-column {
  margin: 0 0 0 20px;
font-size: .9rem;
line-height: 1.6rem;
}
.su-row .su-column.su-column-size-1-1 {
  margin-left: 0;
  margin-right: 0;
}
.su-row .su-column:first-child {
  margin-left: 0;
}
.su-row .su-column.su-column-centered {
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.su-column img,
.su-column iframe,
.su-column object,
.su-column embed {
  max-width: 100%;
}
@media only screen {
  [class*='su-column'] + [class*='su-column']:last-child {
    float: right;
  }
}
.su-column-size-1-1 {
  width: 100%;
}
.su-column-size-1-2 {
  width: 48%;
}
.su-column-size-1-3 {
  width: 30.66%;
}
.su-column-size-2-3 {
  width: 65.33%;
}
.su-column-size-1-4 {
  width: 22%;
}
.su-column-size-3-4 {
  width: 74%;
}
.su-column-size-1-5 {
  width: 16.8%;
}
.su-column-size-2-5 {
  width: 37.6%;
}
.su-column-size-3-5 {
  width: 58.4%;
}
.su-column-size-4-5 {
  width: 79.2%;
}
.su-column-size-1-6 {
  width: 13.33%;
}
.su-column-size-5-6 {
  width: 82.66%;
}
@media only screen and (max-width: 768px) {
  .su-row .su-column {
    width: 100%;
    margin: 0 0 1.5em;
    float: none;
	font-size:.8em;
  }
  .su-row .su-column:last-child {
    margin-bottom: 0;
  }
}

/* ======================================
ページ分割ナビゲーション部分
====================================== */
.pagebreak-links {
  margin: 40px 0 60px;
  text-align: center;
}
 
.post-page-numbers {
	border: 1px solid #231E55;
	color: #231E55;
	padding: 15px 30px;
	margin-right: 5px;
	transition:0.3s ease-in-out;
}
 
.post-page-numbers.current {
	color: #FFF;
	background-color: #231E55;
}

a.post-page-numbers:hover {
	color: #FFF;
	background-color: #231E55;
	text-decoration:none;
}


/* ======================================
著者情報
====================================== */
#main-box .author-box{
	width:  700px;
	margin: 20px auto 20px;
}
.author-box{
	width:  100%;
	margin: 20px auto 20px;
}
.author-box .author-img{
	width: 20%;
}
.author-box .author-img img{
	width: 100%;
	height: auto;
	margin: 0;
}
#main-box .author-box .author-text{
	width: 76%;
	text-align: left;
	padding: 0px 0px 0px 0px;	
}
.author-box .author-text{
	width: 76%;
	text-align: left;
	padding: 10px 0px 0px 0px;	
}
#main-box .author-box .author-text p{
	padding: 0px 0px 0px 0px;	
}
#main-box .author-box .author-name{
	font-size: 1.4em !important;
	color: #000 !important;
	padding: 0 0 5px 0;
	font-weight: bold;
}
.author-box .author-name{
	font-size: 1.2em !important;
	color: #000 !important;
	padding: 0 0 5px 0;
	display: block;
}
.author-box .author-text p{
	color: #1D1D1D !important;
	font-size: .8em;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
}

@media only screen and  (max-width: 834px) {
#main-box .author-box{
	width: 100%;
	margin: 0 auto 20px;
}
.author-box{
	width: 100%;
	margin: 0 auto 20px;
}
.author-box .author-img{
	width: 140px;
	margin: 0 auto;
	text-align: center;
}
.author-box .author-img img{
	width: 100%;
}
#main-box .author-box .author-text{
	width: 100%;
	text-align: center;
}
.author-box .author-text{
	width: 100%;
	text-align: center;
}
.author-box .author-text p{
	text-align:  left;
}
}

/* ======================================
SNSシェアボタン
====================================== */

.share {
    margin-top: 20px;
    margin-bottom: 25px;
}
.share-head {
	padding: 0px;
	margin: 0px 0px 5px !important;
	font-size: 1em !important;
}
.share ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.share ul:after {
    display: block;
    clear: both;
    content: '';
}

.share li {
    float: left;
    width: 25%;
    margin: 0;
}

.share li a {
    font-size: 14px;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
	transition: 0.3s ease-in-out;
}

.share li a:hover {
    opacity: .8;
}

.share li a:visited {
    color: #fff;
}

.tweet a {
    background-color: #55acee;
}

.facebooklink a {
    background-color: #315096;
}

.line a {
    background-color: #00b900;
}
.whats a{
    background-color: #14d465;
}
.hatena a {
    background-color: #008fde;
}

@media screen and (max-width:768px){
    .share li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 3px;
    }
    
    .share li i {
        font-size: 1.3em;
        padding-top: 3px;
    }
    
    .facebooklink i, .tweet i, .hatena i {
        display: none;
    }
}

/* ======================================
ブログおすすめ
====================================== */
.recommend{
	border-top: solid 1px #E0E0E0;
	padding: 40px 0 40px 0;
}
.recommend .heading{
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	padding: 0 0 25px 0;
}
@media only screen and  (max-width: 834px) {
.recommend{
	padding: 80px 15px 40px;
}

}
/* ======================================
プリント時
====================================== */
@media print { 
	header, footer, #breadcrumb,#banner-area,#pageTop{ display: none !important; } 
	#container {
		padding-top: 0px;
	}
	.contents {
		padding:0 100px;
}
	 body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
    }
}

