@charset "UTF-8";
/*
iPad横 1024px, iPad縦 768px
タブレットの横はPCと同一にするため、ブレイクポイントを896pxに設定
xs: -640px      smartphone
sm: 641-896px   tablet(portrait)
md: 897-1199px  tablet(landscape) and laptop
lg: 1200px-     desktop
*/
/* color */
/*
iPad横 1024px, iPad縦 768px
タブレットの横はPCと同一にするため、ブレイクポイントを896pxに設定
xs: -640px      smartphone
sm: 641-896px   tablet(portrait)
md: 897-1199px  tablet(landscape) and laptop
lg: 1200px-     desktop
*/

/* --------------------------------------
 * kamata 
 * ------------------------------------- */
/* 2022.10.04 */
 main a {
    text-decoration: none;
    color: #333;
    transition: all .2s;
}

.mt--15 {
	margin-top: -1.5em !important;
}

.arrow-right-gray {
  position: relative;
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;
  color: #333;
  /*background: #f2f9fe;*/
}

.arrow-right-gray:before {
  font-family: "Material Icons";/*google*/
  content: "\e3f1";
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  left: 0.25em;
  top: 0.5em;
  color: #666; /*アイコン色*/
}

/* トップページ 日本語 */
.detail {
	font-size: 1.3rem !important;
}

.list-btn-border {
	padding: 3px;
	font-size: 0.8em;
	color: #333;
	background: #fff; 
	border: 1px solid #333; 
	text-align: center; 
	width: 13%; 
	margin-top: 1em; 
	margin-right: 0; 
	margin-left: auto;
}

a:link.list-btn {
	text-decoration: none;
}

a:hover.list-btn {
	opacity: 0.7;
}


/* スタッフページ 2022.10.19 */ 
.title-tanken {
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.4;
	border-left: solid;
	border-left-width: 0.3rem;
	padding: 0.2em 0.4em;
}
.staff-movie-bg {
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;align-content
}

/* イベントタイトル用 */
.event-title {
	line-height: 0.9em;
}

/* テーブルやタイトル上のマージン */
main .title-t-0 {
	margin-top: -40px !important;
}

/* Visual Portfolio */
figcaption h2 {
	font-size: 1em !important;
}

figcaption h2::before {
	content: none;
	display: inline-block;
}

.vp-portfolio__items-style-emerge .vp-portfolio__item a {
	color: #fff !important;
}


/* データベースページ用 */

ol.db{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 1.5em;
}
ol.db li{
  position:relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0 10px 30px;
  font-weight: bold;
  font-size:14px;
  border-bottom:dashed 1px #ccc;
}
ol.db li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #ccc;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* ニューズレター用 */
.nl-ja-wrapper {
	/*background-image: linear-gradient(180deg, #FFFAF0 0%, #FFFAF0 95%, #fff 100%);*/
	background: #fff;
	margin-top: -2em !important;
}

@media screen and (max-width: 767px) {
	.nl-ja-wrapper {
	background: #fff;
	margin-top: -2em !important;
	padding-left: 2em;
	padding-right: 2em;
}
}

.nl-ja-font {
		font-family: 'Zen Kaku Gothic New', sans-serif !important;
}

.nl-ja {
	margin: 1em auto;
	padding: 5em 0; 
	background: none;
	font-family: 'Zen Kaku Gothic New', sans-serif !important;
	color: #333;
}

.nl-ja h2 {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 2.4em;
}

.nl-ja h2 {
  position: relative;
  padding: 1.5rem 1.5rem calc(1.5rem + 10px);
  border: 2px solid #000;
}

.nl-ja h2:before {
	content: none;
}

.nl-ja h2:after {
 	position: absolute;
 	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	border-top: 2px solid #000;
	background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.nl-ja .nl-sub-title {
	font-size: 0.7em;
}

.nl-ja p{
	line-height: 1.7em;
	font-size: 1.05em;
	padding: 1.2em 0 !important;
}

.nl-ja .author {
	padding: 0 !important;
	font-size: 1.2em;
	font-weight: 500;
	margin-top: 1em;
}

.nl-ja a {
	font-weight: 500 !important;
	border-bottom: 1px dashed #ccc;
	color: #333;
}

.nl-ja img {
	/*box-shadow: 0 1px 0px rgba(0,0,0,0.15), 0 2px 2px rgba(0,0,0,0.15), 0 4px 4px rgba(0,0,0,0.15), 0 8px 8px rgba(0,0,0,0.15);*/
}

.nl-ja .wp-element-caption {
	margin-top: 1em !important;
	font-size: 0.8em;
	color: #333;
}

.nl-ja .taxonomy-post_tag {
	margin-bottom: 1.3em;
}

.nl-ja .taxonomy-post_tag a {
	background: #333;
	padding: 0.6em;
	color: #fff;
	font-size: 0.75em;
	border: none;
}

/* -- NL 英語 -- */
.nl-en-wrapper {
	/*background-image: linear-gradient(180deg, #FFFAF0 0%, #FFFAF0 95%, #fff 100%);*/
	backgorund: #fff;
	margin-top: -2em !important;
}


@media screen and (max-width: 767px) {
	.nl-en-wrapper {
	background: #fff;
	margin-top: -2em !important;
	padding-left: 2em;
	padding-right: 2em;
}
}

.nl-en {
	margin: 1em auto;
	padding: 5em 0; 
	background: none;
	/*font-family: 'Zen Kaku Gothic New', sans-serif;*/
	color: #333;
}

.nl-en-font {
		font-family: 'Lato', sans-serif !important;
}

.nl-en h2 {
	/*font-family: 'Zen Kaku Gothic New', sans-serif;*/
	font-size: 2.4em;
}

.nl-en h2 {
  position: relative;
  padding: 1.5rem 1.5rem calc(1.5rem + 10px);
  border: 2px solid #000;
}

.nl-en h2:before {
	content: none;
}

.nl-en h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  border-top: 2px solid #000;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nl-en .nl-sub-title {
	font-size: 0.7em;
}

.nl-en p{
	line-height: 1.7em;
	font-size: 1.05em;
	padding: 1.2em 0 !important;
}

.nl-en .author {
	padding: 0 !important;
	font-size: 1.2em;
	font-weight: 500;
	margin-top: 1em;
}

.nl-en a {
	font-weight: 500 !important;
	border-bottom: 1px dashed #ccc;
	color: #333;
}

.nl-en img {
	/*box-shadow: 0 1px 0px rgba(0,0,0,0.15), 0 2px 2px rgba(0,0,0,0.15), 0 4px 4px rgba(0,0,0,0.15), 0 8px 8px rgba(0,0,0,0.15);*/
}

.nl-en .wp-element-caption {
	margin-top: 1em !important;
	font-size: 0.8em;
	color: #333;
}

.nl-en .taxonomy-post_tag {
	margin-bottom: 1.3em;
}

.nl-en .taxonomy-post_tag a {
	background: #333;
	padding: 0.6em;
	color: #fff;
	font-size: 0.75em;
	border: none;
}


/* ----
 * Font Awsomeアイコン 
 * ---- */
	
/* ----PDF赤、前 ----*/
.pdf-red-b::before {
	content: "\f1c1  ";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #FA0F00;
    }

/* ----PDF赤、後 ----*/
.pdf-red-a::after {
	content: "  \f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #FA0F00;
	display:inline;
    }

/* ----PDF白抜き、前 ----*/
.pdf-frame-b::before {
	content: "\f1c1  ";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: #FA0F00;
    }

/* ----PDF白抜き、後 ----*/
.pdf-frame-a::after {
	content: "  \f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: #FA0F00;
    }

/* ----外部リンク、後 ----*/
.out-link::after {
    font-family: "Font Awesome 5 Free";
    content: "  \f35d";
    font-weight: 900;
    }

.table-link a{
	text-decoration: underline;
}

/* ----- CSEAS Rading Group ----- */
.fredericka-the-great-regular {
  font-family: "Fredericka the Great", serif !important;
  font-weight: 400;
  font-style: normal;
}


/* ----
 * visitor's voice 
 * ---- */

.vv-bio{
	border-left: 3px solid #333;
	padding-left: 2rem;
}