@charset "UTF-8";
/*
Theme Name: 国立大学法人筑波大学 プレシジョン・メディスン開発研究センター
Theme URI: https://rdcpm.tsukuba.ac.jp/
Description: 国立大学法人筑波大学 プレシジョン・メディスン開発研究センター
Author: 国立大学法人筑波大学 プレシジョン・メディスン開発研究センター
Author URI: https://rdcpm.tsukuba.ac.jp/
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	vertical-align: baseline;
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}

html{
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

body{
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.0;
	position: relative;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-feature-settings: "palt"1;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
}

/* =Fonts
-------------------------------------------------------------- */
body{
	font-family: Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
}

@font-face{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
		url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
		url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
		url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: "A1明朝";
	src:url('fonts/A-OTF-A1MinchoStd-Bold.eot'); /* IE9 Compat Modes */
	src:url('fonts/A-OTF-A1MinchoStd-Bold.eot?#iefix') format('eot'), /* IE6-IE8 */
		url('fonts/A-OTF-A1MinchoStd-Bold.woff') format('woff'),
		url('fonts/A-OTF-A1MinchoStd-Bold.otf');
}

@font-face{
	font-family: 'AGaramondPro';
	src:url('fonts/AGaramondPro-Regular.eot');	/* IE9 Compat Modes */
	src:url('fonts/AGaramondPro-Regular.eot?#iefix') format('eot'),	/* IE6-IE8 */
		url('fonts/AGaramondPro-Regular.woff') format('woff'),
		url('fonts/AGaramondPro-Regular.otf');
}

/* =img markup
-------------------------------------------------------------- */
img{
	border: none;
	object-fit: cover;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.object-fit-img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

img::selection{
	background: transparent;
}

img::-moz-selection{
	background: transparent;
}

a img{
	border: none;
}

/* =Structure
-------------------------------------------------------------- */
.inner{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.inner:after{
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

.w740{
	width: 740px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w800{
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

/* =Global Elements
-------------------------------------------------------------- */
body{
	background: #fff;
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.5px;
	line-height: 2.0;
}

input{
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0;
}

#content input{
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

hr{
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	border: none;
	clear: both;
	margin-bottom: 20px;
}

palt{
	font-weight: normal;
	clear: both;
}

blockquote{
	quotes: none;
}

blockquote:before,
blockquote:after{
	content: "";
	content: none;
}

del{
	text-decoration: line-through;
}

ul,
#content ul{
	list-style: none;
}

ol,
#content ol{
	list-style: decimal;
	margin: 0 0 0 1.5em;
}

ol ol{
	list-style: upper-alpha;
}

ol ol ol{
	list-style: lower-roman;
}

ol ol ol ol{
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul{
	margin-bottom: 0;
}

b{
	font-weight: bold;
}

em{
	color: #c1272d;
	font-style: normal;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	margin-top: 2px;
}

big{
	font-size: 131.25%;
}

small{
	font-size: smaller;
}

ins{
	background: #ffc;
	text-decoration: none;
}

blockquote{
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i{
	font-style: normal;
}

pre{
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	padding: 1.5em;
	overflow: auto;
	margin-bottom: 18px;
}

abbr,
acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

sup,
sub{
	height: 0;
	vertical-align: baseline;
	line-height: 1;
	position: relative;
}

sup{
	bottom: 1ex;
}

sub{
	top: .5ex;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea{
	width: 100%;
	font-feature-settings: "palt"1;
	background: #f5f5f5;
	color: #333;
	font-family: Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif !important;
	line-height: 1.8;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 11px 15px 9px 15px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:active{
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover{
	color: #00c1c1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

::selection{
	background: #efe7f3;
}

::-moz-selection{
	background: #efe7f3;
}

.mb0{margin-bottom: 0 !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
.center{text-align: center !important;}

.screen-reader-text{
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
}

/* =404
-------------------------------------------------------------- */
.error404 #post-0{
	padding: 280px 0 80px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .error404 .entry-title{
	text-align: center;
	color: #5c068c;
	line-height: 1.0;
	margin-bottom: 40px;
}

#content .error404 p{
	text-align: center;
	margin-bottom: 45px;
}

.error404 input#s{
	margin-bottom: 20px;
}

/* =Header
-------------------------------------------------------------- */
#header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

#masthead{
	height: 50px;
	background: #5c068c;
}

#site-description{
	display: none;
}

#site-title{
	line-height: 1.0;
	padding: 14px 0 0 210px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin-bottom: 0;
}

#header.is-animation #site-title{
	padding: 14px 0 0 160px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#site-title a{
	display: inline-block;
	color: #fff;
	font-size: 21px;
	font-size: 2.1rem;
}

.header_en #site-title a{
	letter-spacing: 0;
}

#site-title a::selection{
	background: transparent;
}

#site-title a::-moz-selection{
	background: transparent;
}

#site-title a span{
	width: 150px;
	height: 150px;
	display: block;
	background: url(images/logo.png) 0 0 no-repeat;
	background-size: 150px 150px;
	position: absolute;
	top: 0;
	left: 40px;
	z-index: 6;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#header.is-animation #site-title a span{
	width: 100px;
	height: 100px;
	background-size: 100px 100px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.h_language{
	position: absolute;
	top: 10px;
	right: 185px;
	z-index: 5;
}

.h_language ul{
	display: flex;
}

.h_language ul:before{
	content: '';
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_earth_w.png) no-repeat;
	background-size: 22px 22px;
	margin: 4px 10px 0 0;
}

.h_language ul li:nth-of-type(1):after{
	content: '';
	width: 1px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	margin: 0 7px 0 8px;
}

.h_language ul li a{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0;
	border-bottom: 1px solid transparent;
}

.h_language ul li a:hover{
	border-bottom-color: #00c1c1;
}

.h_contact{
	position: absolute;
	top: 10px;
	right: 40px;
	z-index: 5;
}

.h_contact a{
	width: 120px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #5c068c;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.75px;
	line-height: 1.0;
}

.h_contact a:hover{
	background: #00c1c1;
	color: #fff;
}

.top_movie{
	width: 100%;
	height: 100vh;
	position: relative;
}

.top_movie:before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(51, 143, 163, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.top_movie_caption{
	width: 100%;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 2;
}

.top_movie_en .top_movie_caption{
	bottom: 35px;
}

.top_movie_caption h2{
	color: #fff;
	font-weight: normal;
	font-family: "A1明朝";
	font-size: 42px;
	font-size: 4.2rem;
	letter-spacing: 2.5px;
	line-height: 1.4;
	margin-bottom: 0;
}

.top_movie_caption h2::selection{
	background: transparent;
}

.top_movie_caption h2::-moz-selection{
	background: transparent;
}

.top_movie_caption h2 span.en{
	display: block;
	color: #00c1c1;
	font-family: 'AGaramondPro';
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 0;
	line-height: 1.0;
	margin-top: 15px;
}

.top_movie_en .top_movie_caption h2 span.en{
	color: #fff;
	font-size: 44px;
	font-size: 4.4rem;
	letter-spacing: 2.5px;
	line-height: 1.4;
}

.top_movie_caption h2 span.en::selection{
	background: transparent;
}

.top_movie_caption h2 span.en::-moz-selection{
	background: transparent;
}

.top_movie_caption h2 br::selection{
	background: transparent;
}

.top_movie_caption h2 br::-moz-selection{
	background: transparent;
}

.top_movie_bg{
	width: 100%;
	line-height: 0;
}

.top_movie_bg img{
	width: 100%;
	height: auto;
	min-height: 400px;
	mix-blend-mode: multiply;
	pointer-events: none;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

/* =Menu
-------------------------------------------------------------- */
#access{
	background: rgba(0, 194, 194, 0.8);
	overflow: hidden;
	padding: 17px 0 18px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#access ul{
	display: flex;
	float: right;
}

#access ul li{
	line-height: 1.0;
	position: relative;
	margin-right: 40px;
}

#access ul li a{
	display: inline-block;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.header_en #access ul li a{
	letter-spacing: 0.5px;
}

#access ul li a:hover{
	color: #5c068c;
}

#access ul ul{
	width: 180px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 38px;
	left: 50%;
	z-index: 99999;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin-left: -90px;
}

#access ul li:hover > ul{
	opacity: 1;
	pointer-events: inherit;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

/* =Content
-------------------------------------------------------------- */
*:before,
*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.pc{display: block;}
.tb{display: none;}
.sp{display: none;}

#main{
	padding: 0 0 0 0;
	clear: both;
	overflow: hidden;
}

#container{
	width: 100%;
	float: left;
	margin: 0 -240px 0 0;
}

#content{
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.5px;
	line-height: 2.0;
	overflow: hidden;
	margin: 0 282px 100px 0;
}

.home #content{
	margin: 0 0 0 0;
}

.one-column #content{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 80px;
}

.single-attachment #content{
	width: 900px;
	margin: 0 auto;
}

article,
section{
	display: block;
}

p,
#content p{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.5px;
	margin-bottom: 1.8em;
}

#content ul,
#content ol,
#content pre,
#content hr{
	margin-bottom: 1.8em;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul{
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0;
}

#content code{
	font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
	color: #333;
	font-weight: bold;
	line-height: 2.0;
	margin: 0 0 20px 0;
}

#primary,
#secondary{
	width: 220px;
	overflow: hidden;
	float: right;
}

#secondary{
	clear: right;
}

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

#content table{
	width: 100%;
	text-align: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

#content tr th,
#content tr td{
	color: #333;
	font-weight: normal;
	font-family: Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.5px;
	line-height: 2.0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.hentry{
	margin: 0 0 0 0;
}

.home .sticky{
	background: #f2f7fc;
	border-top: 4px solid #000;
	padding: 18px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-left: -20px;
	margin-right: -20px;
}

.page-title{
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 36px 0;
}

.page-title span{
	color: #333;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	font-size: 1.6rem;
}

.page-title a:link,
.page-title a:visited{
	color: #777;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover{
	color: #00c1c1;
}

.f_title{
	max-width: 360px;
	margin: 0 auto;
	margin-bottom: 50px;
}

h3.f-title,
#content h3.f-title{
	text-align: center;
	color: #5c068c;
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 3px;
	line-height: 1.0;
	border-bottom: 2px solid #00c1c1;
	padding-bottom: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

.f_title_en h3.f-title,
#content .f_title_en h3.f-title{
	font-weight: normal;
	font-family: 'AGaramondPro';
	letter-spacing: 0.5px;
}

h3.f-title-en,
#content h3.f-title-en{
	text-align: center;
	color: #5c068c;
	font-weight: normal;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1.75px;
	line-height: 1.0;
	margin-bottom: 0;
}

.p_title{
	width: 360px;
	margin: 0 auto;
	margin-bottom: 50px;
}

h3.p-title,
#content h3.p-title{
	text-align: center;
	color: #5c068c;
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 3px;
	line-height: 1.0;
	border-bottom: 2px solid #00c1c1;
	padding-bottom: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

.p_title_en h3.p-title,
#content .p_title_en h3.p-title{
	font-weight: normal;
	font-family: 'AGaramondPro';
	letter-spacing: 0.5px;
}

h3.p-title-en,
#content h3.p-title-en{
	text-align: center;
	color: #5c068c;
	font-weight: normal;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1.75px;
	line-height: 1.0;
	margin-bottom: 0;
}

.entry-title a:link,
.entry-title a:visited{
	color: #333;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover{
	color: #00c1c1;
}

.entry-meta{
	margin-bottom: 30px;
}

span.meta-prep.meta-prep-author,
span.meta-sep,
span.author.vcard,
.entry-utility{
	display: none;
}

.entry-meta abbr,
.entry-utility abbr{
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover{
	border-bottom: 1px dotted #666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.entry-content,
.entry-summary{
	clear: both;
}

.entry-content .more-link{
	white-space: nowrap;
}

#content .entry-summary p:last-child{
	margin-bottom: 12px;
}

/* .entry-content fieldset{
	border: 1px solid #e7e7e7;
	padding: 24px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 0 24px 0;
} */

.entry-content fieldset legend{
	background: #fff;
	color: #333;
	font-weight: bold;
	padding: 0 24px;
}

.entry-content input{
	padding: 7px 10px;
	margin: 0 0 0 0;
}

.entry-content input.file,
.entry-content input.button{
	margin-right: 24px;
}

.entry-content label{
	color: #333;
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

.entry-content select{
	margin: 0 0 0 0;
}

.entry-content sup,
.entry-content sub{
	font-size: 10px;
	font-size: 1.0rem;
}

.entry-content blockquote.left{
	width: 33%;
	text-align: right;
	float: left;
	margin-left: 0;
	margin-right: 24px;
}

.entry-content blockquote.right{
	width: 33%;
	text-align: left;
	float: right;
	margin-left: 24px;
	margin-right: 0;
}

.page-link{
	color: #333;
	font-weight: bold;
	word-spacing: 0.5em;
	line-height: 48px;
	clear: both;
}

.page-link a:link,
.page-link a:visited{
	background: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	padding: 0.5em 0.75em;
}

.home .sticky .page-link a{
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover{
	color: #00c1c1;
}

body.page .edit-link{
	display: none;
}

#entry-author-info{
	background: #f2f7fc;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	border-top: 4px solid #333;
	padding: 18px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
	clear: both;
	margin: 24px 0;
}

#entry-author-info #author-avatar{
	height: 60px;
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 11px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: left;
	margin: 0 -104px 0 0;
}

#entry-author-info #author-description{
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2{
	color: #333;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}

.entry-utility{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	clear: both;
}

.entry-meta a:hover,
.entry-utility a:hover{
	color: inherit;
}

#content .video-player{
	padding: 0;
}

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player{
	margin-bottom: 24px;
}

span.red{
	color: #c1272d;
}

span.purple{
	color: #5c068c;
}

span.blue{
	color: #00c1c1;
}

span.bold{
	font-weight: bold;
}

span.author{
	display: none;
}

.none{
	display: none !important;
}

.more{
	display: block;
	clear: both;
}

.more a{
	width: 240px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #5c068c;
	color: #fff;
	font-weight: bold;
	line-height: 1.0;
	border-radius: 25px;
	clear: both;
	margin: 0 auto;
}

.more_en a{
	width: 200px;
	font-weight: normal;
	font-family: 'AGaramondPro';
	font-size: 16px;
	font-size: 1.6rem;
}

.more a:after{
	content: "\f101";
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-family: 'FontAwesome';
	margin: 0 0 2px 5px;
}

.more a:hover{
	background: #00c1c1;
	color: #fff;
}

.more_2{
	display: block;
	clear: both;
}

.more_2 a{
	width: 200px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	line-height: 1.0;
	border: 1px solid #fff;
	padding-bottom: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
}

.more_2 a:after{
	content: "\f101";
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-family: 'FontAwesome';
	margin: 0 0 0 5px;
}

.more_2 a:hover{
	background: #00c1c1;
	border-color: #00c1c1;
}

.img_center{
	text-align: center;
	line-height: 0;
	margin: 0 auto;
}

.p_eyecatch{
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}

.p_eyecatch:before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(93, 60, 126, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.p_eyecatch_img{
	width: 100%;
	min-height: 400px;
	line-height: 0;
}

.p_eyecatch_img img{
	width: 100%;
	height: auto;
	min-height: 400px;
	pointer-events: none;
}

.p_eyecatch img:hover{
	opacity: 1.0;
}

.entry_title{
	width: 360px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translateY(calc(-50% + 50px));
	margin-left: -180px;
}

.entry_title_en{
	transform: translateY(calc(-50% + 60px));
}

h3.entry-title,
#content h3.entry-title{
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 3px;
	line-height: 1.0;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

.entry_title_en h3.entry-title,
#content .entry_title_en h3.entry-title{
	font-weight: normal;
	font-family: 'AGaramondPro';
	letter-spacing: 0.5px;
	border-bottom: none;
	padding-bottom: 0;
}

h3.entry-title-en,
#content h3.entry-title-en{
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1.75px;
	line-height: 1.0;
	margin-bottom: 0;
}

.fade{
	opacity: 0;
	transition: opacity 0.6s;
}
 
.fade.view{
	opacity: 1;
}

.mask-wrap{
	display: table;
	overflow: hidden;
}

.mask-wrap .mask{
	display: table;
	overflow: hidden;
	position: relative;
	left: -99.9%;
}

.mask-wrap .mask-bg{
	width: 100%;
	height: 100%;
	display: block;
	background: #c21a1f;
	position: absolute;
	left: 0;
	top: 0;
}

.box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.box .boxInner{
	width: inherit;
	height: inherit;
	opacity: 0;
}

@keyframes play{
	from{
		transform: translateX(-100%);
	}
	to{
		transform: translateX(0);
	}
}

@keyframes maskOut{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(100%);
	}
}

.isPlay{
	animation-name: play;
	animation-duration: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	position: relative;
	opacity: 1 !important;
}

.isPlay:before{
	content: "";
	width: 100%;
	height: 100%;
	background: #c21a1f;
	animation-name: maskOut;
	animation-duration: .3s;
	animation-delay: .6s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#video{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	object-fit: cover;
	z-index: -999;
}

.google_map{
	line-height: 0;
	margin-bottom: 40px;
}

#content .page_link ul{
	max-width: 520px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.page_link ul li{
	width: calc((100% - 40px) / 2);
	width: -webkit-calc((100% - 40px) / 2);
}

.page_link ul li a{
	width: 100%;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	border: 1px solid #ccc;
	padding-top: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.page_link ul li a:after{
	content: "\f103";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	margin: 0 0 2px 7px;
}

.page_link ul li a:hover{
	background: #5c068c;
	color: #fff;
	border-color: #5c068c;
}

.page_link ul li:nth-of-type(2) a:hover{
	background: #00c1c1;
	border-color: #00c1c1;
}

/* =Swipebox
-------------------------------------------------------------- */
#swipebox-bottom-bar{
	height: 38px !important;
	background: none !important;
	top: 50% !important;
	margin-top: -17px !important;
}

#swipebox-arrows{
	width: calc(100% - 70px) !important;
	width: -webkit-calc(100% - 70px) !important;
	max-width: inherit !important;
	height: 38px !important;
	padding-right: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#swipebox-prev{
	width: 22px !important;
	height: 38px !important;
	background-image: url(images/swipebox_prev.png) !important;
	background-size: 22px 38px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
}

#swipebox-next{
	width: 22px !important;
	height: 38px !important;
	background-image: url(images/swipebox_next.png) !important;
	background-size: 22px 38px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
}

#swipebox-close{
	width: 30px !important;
	height: 30px !important;
	background-image: url(images/swipebox_close.png) !important;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
	top: 25px !important;
	right: 40px !important;
}

/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.home .hentry.format-aside,
.home .hentry.category-asides{
	padding: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content{
	padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img{
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb{
	float: left;
	margin-top: -4px;
	margin-right: 20px;
}

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility{
	padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption{
	font-size: 140%;
	margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before{
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after{
	content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img{
	max-width: 100%;
	height: auto;
}

.alignleft,
img.alignleft{
	display: inline;
	float: left;
	margin-top: 4px;
	margin-right: 24px;
}

.alignright,
img.alignright{
	display: inline;
	float: right;
	margin-top: 4px;
	margin-left: 24px;
}

.aligncenter,
img.aligncenter{
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter{
	margin-bottom: 12px;
}

.wp-caption{
	max-width: 632px !important;
	text-align: center;
	background: #f1f1f1;
	line-height: 18px;
	padding: 4px;
	margin-bottom: 20px;
}

.wp-caption img{
	max-width: 622px;
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text{
	color: #777;
	font-size: 12px;
	font-weight: 1.2rem;
	margin: 5px;
}

.wp-smiley{
	margin: 0;
}

.gallery{
	margin: 0 auto 18px;
}

.gallery .gallery-item{
	width: 33%;
	text-align: center;
	float: left;
	margin-top: 0;
}

.gallery-columns-2 .gallery-item{
	width: 50%;
}

.gallery-columns-4 .gallery-item{
	width: 25%;
}

.gallery img{
	border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium{
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail{
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 12px;
}

.gallery dl{
	margin: 0;
}

.gallery img{
	border: 10px solid #f1f1f1;
}

.gallery br+br{
	display: none;
}

#content .attachment img{
	display: block;
	margin: 0 auto;
}

/* =Comments
-------------------------------------------------------------- */
#comments{
	clear: both;
}

#comments .navigation{
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title{
	color: #333;
	font-weight: bold;
	font-size: 20px;
	font-weight: 2.0rem;
	margin-bottom: 0;
}

h3#comments-title{
	padding: 24px 0;
}

.commentlist{
	list-style: none;
	margin: 0;
}

.commentlist li.comment{
	line-height: 24px;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 0 56px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 0 24px 0;
}

.commentlist li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol{
	margin-bottom: 18px;
}

#comments .comment-body p:last-child{
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child{
	margin-bottom: 24px;
}

.commentlist ol{
	list-style: decimal;
}

.commentlist .avatar{
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author cite{
	color: #333;
	font-style: normal;
	font-weight: bold;
}

.comment-author .says{
	font-style: italic;
}

.comment-meta{
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited{
	color: #777;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover{
	color: #00c1c1;
}

.reply{
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link{
	color: #777;
}

.reply a:hover,
a.comment-edit-link:hover{
	color: #00c1c1;
}

.commentlist .children{
	list-style: none;
	margin: 0;
}

.commentlist .children li{
	border: none;
	margin: 0;
}

.nopassword,
.nocomments{
	display: none;
}

#comments .pingback{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.commentlist li.comment+li.pingback{
	margin-top: -6px;
}

#comments .pingback p{
	display: block;
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url{
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
}

#respond{
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

#respond p{
	margin: 0;
}

#respond .comment-notes{
	margin-bottom: 1em;
}

.form-allowed-tags{
	line-height: 1em;
}

.children #respond{
	margin: 0 48px 0 0;
}

h3#reply-title{
	margin: 18px 0;
}

#comments-list #respond{
	margin: 0 0 18px 0;
}

#comments-list ul #respond{
	margin: 0;
}

#cancel-comment-reply-link{
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
}

#respond .required{
	color: #c1272d;
	font-weight: bold;
}

#respond label{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
}

#respond input{
	width: 98%;
	margin: 0 0 9px;
}

#respond textarea{
	width: 98%;
}

#respond .form-allowed-tags{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
}

#respond .form-allowed-tags code{
	font-size: 11px;
	font-size: 1.1rem;
}

#respond .form-submit{
	margin: 12px 0;
}

#respond .form-submit input{
	width: auto;
	font-size: 14px;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul{
	list-style: none;
	margin-left: 0;
}

.widget-area select{
	max-width: 100%;
}

.widget_search #s{
	width: 60%;
}

.widget_search label{
	display: none;
}

.widget-container{
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 0 0;
}

.widget-container .wp-caption img{
	margin: auto;
}

.widget-title{
	background: #f2f2f2;
	color: #333;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

.widget-area a:link,
.widget-area a:visited{
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover{
	text-decoration: none;
}

.widget-area .entry-meta{
	font-size: 11px;
}

#wp_tag_cloud div{
	line-height: 1.6em;
}

#wp-calendar{
	width: 100%;
}

#wp-calendar caption{
	text-align: left;
	color: #222;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 4px;
}

#wp-calendar thead{
	font-size: 11px;
}

#wp-calendar tbody{
	color: #aaa;
}

#wp-calendar tbody td{
	background: #f5f5f5;
	text-align: center;
	border: 1px solid #fff;
	padding: 3px 0 2px;
}

#wp-calendar tbody .pad{
	background: none;
}

#wp-calendar tfoot #next{
	text-align: right;
}

.widget_rss a.rsswidget{
	color: #333;
}

.widget_rss a.rsswidget:hover{
	color: #c1272d;
}

.widget_rss 
.widget-title img{
	width: 11px;
	height: 11px;
}

#main .widget-area ul{
	padding: 0 0 0 0;
	margin-left: 0;
}

#main .widget-area ul ul{
	border: none;
	padding: 0;
	margin-bottom: 30px;
}

#main .widget-area ul ul li{
	margin-bottom: 5px;
}

/* =Pagetop
-------------------------------------------------------------- */
#pagetop{
	width: 50px;
	height: 50px;
	position: fixed;
	opacity: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .5s;
	transition: all .5s;
}

#pagetop.show{
	opacity: 1;
	z-index: 50;
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	transform: scale(1) translate3d(0, 0, 0)
}

#pagetop img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

#pagetop img:hover{
	opacity: 1.0;
}

#pagetop a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 0;
	position: relative;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}

/* =Footer
-------------------------------------------------------------- */
#footer{
	width: 100%;
	display: block;
	background: #f1f1f1;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#colophon{
	padding: 80px 0 65px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#site-info{
	width: 150px;
	height: 150px;
	clear: both;
	margin-bottom: 20px;
}

#site-info a{
	width: 150px;
	height: 150px;
	display: block;
	background: url(images/logo.png) 0 0 no-repeat;
	background-size: 150px 150px;
	text-indent: -9999px;
}

p.name{
	color: #333;
	line-height: 1.8;
	padding-left: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 5px;
}

p.name a{
	color: #333;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}

p.name a span::selection{
	background: transparent;
}

p.name a span::-moz-selection{
	background: transparent;
}

p.name a br::selection{
	background: transparent;
}

p.name a br::-moz-selection{
	background: transparent;
}

p.add{
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	padding-left: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
}

p.add a{
	color: #333;
}

.f_nav{
	position: absolute;
	top: 35px;
	right: 20px;
}

.f_nav ul.xoxo{
	display: flex;
}

.f_nav ul.xoxo li.f_nav_menu{
	margin-right: 50px;
}

.f_nav_en ul.xoxo li.f_nav_menu{
	margin-right: 40px;
}

.f_nav ul.xoxo li.f_nav_menu_5{
	margin-right: 0;
}

.f_nav ul.menu li{
	line-height: 1.0;
	margin-bottom: 20px;
}

.f_nav ul.menu li:last-child{
	margin-bottom: 0;
}

.f_nav ul.menu li a{
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
}

.f_nav ul.menu li.sub a{
	font-weight: normal;
}

.tsukuba_univ_link{
	width: 150px;
	line-height: 0;
	position: absolute;
	right: 20px;
	bottom: -15px;
}

.tsukuba_univ_link img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.tsukuba_univ_link a{
	display: block;
}

#site-generator{
	padding: 17px 0 16px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
}

.f_policy ul{
	float: left;
}

.f_policy ul li{
	line-height: 1.0;
}

.f_policy ul li:before{
	content: '';
	width: 1px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: #333;
	margin: 0 10px 1px 0;
}

.f_policy ul li:after{
	content: '';
	width: 1px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: #333;
	margin: 0 0 1px 10px;
}

.f_policy ul li a{
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
}

.copyright{
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1.0;
	float: right;
	margin-top: 2px;
}

/* =Contact
-------------------------------------------------------------- */
.recaptcha{
	margin: 40px 0;
	display: none;
}

.contact{
	margin-bottom: 45px;
}

#content .contact p{
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 0;
}

#content .contact_form .center p{
	margin-bottom: 0;
}

#content table.contact_table{
	border: none;
	margin-bottom: 40px;
}

#content table.contact_table tr th,
#content table.contact_table tr td{
	border: none;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;
	clear: both;
}

#content table.contact_table tr:nth-of-type(1) th,
#content table.contact_table tr:nth-of-type(1) td{
	border-top: 1px solid #e6e6e6;
}

#content table.contact_table tr th{
	width: 260px;
	vertical-align: top;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 25px 20px 0 20px;
}

#content table.contact_table tr.pt_none th{
	padding: 25px 20px 0 20px;
}

#content table.contact_table tr th em{
	font-style: normal;
	font-weight: normal;
	color: #c1272d;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	margin-top: 3px;
}

#content table.contact_table tr.pt_none td{
	padding: 25px 0 23px 0;
}

#content table.contact_table tr.message td{
	line-height: 0;
}

#content span.wpcf7-list-item{
	display: block;
	margin: 0;
}

#content span.wpcf7-list-item input{
	width: 16px;
	outline: none;
	margin-right: 5px;
}

#content span.wpcf7-form-control{
	display: block;
	overflow: hidden;
}

#content span.wpcf7-form-control-wrap.your-message{
	display: block;
	line-height: 0;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after{
	content: none !important;
}

.entry-content .wpcf7 span[data-name="policy"]{
	display: block;
	padding-left: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#content .entry-content .wpcf7 span[data-name="policy"] span.wpcf7-list-item-label{
	margin-right: 0;
}

#content .entry-content .wpcf7 input[type="checkbox"]{
	width: 24px;
	height: 24px;
	appearance: none;
	-webkit-appearance: none;
	background: #f6f6f6;
	border: 1px solid #b3b3b3;
	border-radius: 0;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 0;
	margin: 0;
}

/* チェック時 */
#content .entry-content .wpcf7 input[type="checkbox"]:checked{
	background: #00c1c1;
	border-color: #00c1c1;
}

/* チェックマーク */
#content .entry-content .wpcf7 input[type="checkbox"]:checked::after{
	content: "";
	width: 7px;
	height: 13px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: absolute;
	top: 3px;
	left: 7px;
	transform: rotate(45deg);
}

#content span#checkbox-1{
	display: block;
	position: relative;
}

#content span#checkbox-1 label{
	display: block;
	padding-left: 23px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

_::-webkit-full-page-media, _:future, :root .entry-content .wpcf7 input[type="checkbox"]:checked::after{
	border-color: #c1272d;
	top: -1px;
	left: 4px;
}

#content table.contact_table textarea,
textarea.wpcf7-form-control.wpcf7-textarea{
	width: 100%;
	height: 240px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

dl.contact_policy{
	margin-bottom: 30px;
}

#content dl.contact_policy dt{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
	margin-bottom: 7px;
}

#content dl.contact_policy dd{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.75px;
	line-height: 1.8;
}

#content .p_contact_en dl.contact_policy dd{
	text-align: left;
}

.confirmation{
	color: #c1272d;
	text-align: justify;
	text-justify: inter-ideograph;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	margin-bottom: 35px;
}

.p_contact_en .confirmation{
	text-align: left;
}

#content .entry-content .wpcf7 .confirmation input[type="checkbox"]{
	left: -35px;
}

#content input[type="submit"]{
	width: 300px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #c1272d;
	color: #fff !important;
	font-weight: bold;
	font-family: Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif !important;
	font-size: 21px !important;
	font-size: 2.1rem !important;
	line-height: 1.0;
	border: none;
	border-radius: 30px !important;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#content input[type="submit"]:hover{
	background: #00c1c1;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

:placeholder-shown{
	color: #ccc;
}

::-webkit-input-placeholder{
	color: #bebebe;
}

::-moz-placeholder{
	color: #c6c6c6;
	opacity: 1;
}

::-ms-input-placeholder{
	color: #c6c6c6;
}

#content table.contact_table tr td span.wpcf7-not-valid-tip{
	display: block;
	color: #c1272d;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2.0;
	clear: both;
	margin-top: 0.5em;
}

.wpcf7-validation-errors{
	text-align: center;
	color: #c1272d;
	font-weight: bold;
	margin-bottom: 15px;
}

.screen-reader-response,
.wpcf7-mail-sent-ok{
	text-align: center;
	color: #c1272d;
	font-weight: bold;
	margin-bottom: 15px;
}

#content .screen-reader-response p{
	text-align: center;
}

div#wpcf7-f8-p4-o1 ul,
.screen-reader-response ul{
	display: none;
}

.wpcf7-response-output{
	text-align: center;
	color: #c1272d;
	font-weight: bold;
	margin-top: 50px;
}

.grecaptcha-badge{
	visibility: hidden;
}

/* =Thanks
-------------------------------------------------------------- */
#content .thanks h4{
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.0;
	margin-bottom: 45px;
}

#content .p_thanks_en .thanks h4{
	font-weight: normal;
	font-family: 'AGaramondPro';
}

#content .thanks p{
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.0;
	margin-bottom: 55px;
}

/* =Breadcrumbs（パンくずリスト）
-------------------------------------------------------------- */
.home .bread,
.page-id-179 .bread{
	display: none;
}

.bread{
	padding: 0 0 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

ul.breadcrumbs,
#content ul.breadcrumbs{
	width: 100%;
	line-height: 1.6;
	margin-bottom: 0;
}

ul.breadcrumbs li{
	display: inline;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.25px;
	position: relative;
}

ul.breadcrumbs li:before{
	content: "\f101";
	display: inline-block;
	color: #999;
	font-family: 'FontAwesome';
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.25px;
	margin: 0 10px 0 5px;
}

ul.breadcrumbs li:nth-child(1):before{
	content: none;
}

ul.breadcrumbs li a{
	color: #5c068c;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.breadcrumbs li a:hover{
	color: #00c1c1;
}

/* =Policy
-------------------------------------------------------------- */
.policy{
	margin-bottom: 35px;
}

#content .policy h4{
	width: 100%;
	height: 54px;
	display: flex;
	align-items: center;
	background: #f5f5f5;
	color: #5c068c;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	padding: 2px 0 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

#content .policy p{
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.75px;
	line-height: 1.9;
	margin-bottom: 0;
}

#content .p_policy_en .policy p{
	text-align: left;
}

#content .policy p a{
	color: #00c1c1;
}

#content .policy p a:hover{
	color: #5c068c;
}

/* =News & Single
-------------------------------------------------------------- */
#f_news{
	padding: 80px 0 140px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

#f_news .f_title{
	max-width: inherit;
	position: absolute;
	top: 80px;
	left: 0;
	margin-bottom: 0;
}

#content #f_news h3.f-title{
	text-align: left;
	font-size: 27px;
	font-size: 2.7rem;
	letter-spacing: 1px;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 10px;
}

#content #f_news.f_news_en h3.f-title{
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 0;
}

#content #f_news h3.f-title-en{
	text-align: left;
}

.f_news{
	width: calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	height: 300px;
	padding-right: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow-y: scroll;
	float: right;
}

.f_news_en .f_news{
	width: calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
}

.f_news::-webkit-scrollbar{
	height: 8px;
}

.f_news::-webkit-scrollbar-track{
	background: #f5f5f5;
}

.f_news::-webkit-scrollbar-thumb{
	background: #999;
	border-radius: 15px;
}

.p_news{
	margin-bottom: 40px;
}

#content .f_news ul,
#content .p_news ul{
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
}

#content .f_news ul:nth-of-type(1),
#content .p_news ul:nth-of-type(1){
	border-top: 1px solid #e6e6e6;
}

#content .f_news ul a,
#content .p_news ul a{
	display: flex;
	padding: 15px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
}

li.date{
	width: 100px;
	color: #333;
	letter-spacing: 0.25px;
}

li.blog-title{
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	text-align: justify;
	text-justify: inter-ideograph;
	color: #333;
	letter-spacing: 0.25px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.f_news_en li.blog-title,
.p_news_en li.blog-title{
	text-align: left;
}

a:hover li.blog-title{
	color: #00c1c1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#f_news .more{
	position: absolute;
	top: 165px;
	left: 0;
}

#f_news.f_news_en .more{
	top: 135px;
}

#f_news .more a{
	width: 110px;
	height: 34px;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0;
	padding-bottom: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#f_news.f_news_en .more a{
	width: 75px;
	height: 30px;
	padding-bottom: 0;
}

.single_info{
	margin-bottom: 10px;
}

#content .single_info ul{
	display: flex;
	margin-bottom: 0;
}

.single_info ul li.single_info_date{
	margin-right: 15px;
}

.single_info ul li.single_info_date:before{
	font-family: 'FontAwesome';
	content: "\f073";
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 5px 0 0;
}

#content .single-title{
	text-align: left !important;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: 2px solid #5c068c;
	padding-bottom: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 35px;
}

.single #content p{
	font-size: 15px;
	font-size: 1.5rem;
}

#content .category-press-en p,
#content .category-event-en p{
	text-align: left;
}

.single #content p a{
	color: #5c068c;
}

.single #content p a:hover{
	color: #00c1c1;
}

.single #content img{
	width: 100%;
	max-width: 600px;
	margin-bottom: 20px;
}

.single img:hover{
	opacity: 1.0;
}

.sandbox iframe{
	max-width: 600px;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation{
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
}

.navigation a:link,
.navigation a:visited{
	color: #333;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover{
	color: #00c1c1;
}

#nav-below{
	margin: 60px 0 0 0;
}

.nav-previous{
	float: left;
}

.nav-next{
	float: right;
	text-align: right;
}

.nav-previous a,
.nav-next a{
	width: 120px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #5c068c;
	color: #fff !important;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	font-weight: bold;
	border-radius: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.nav-previous a:before{
	content: "\f100";
	display: inline-block;
	font-weight: normal;
	font-family: 'FontAwesome';
	margin: 0 5px 0 0;
}

.nav-next a:after{
	content: "\f101";
	display: inline-block;
	font-weight: normal;
	font-family: 'FontAwesome';
	margin: 0 0 0 5px;
}

.nav-previous a:hover,
.nav-next a:hover{
	background: #00c1c1;
}

#nav-above{
	margin: 0 0 18px 0;
}

#nav-above{
	display: none;
}

.paged #nav-above,
.single #nav-above{
	display: block;
}

/* =News Pager
-------------------------------------------------------------- */
.wp-pagenavi{
	display: block;
	text-align: center;
	clear: both;
}

a.page-numbers,
span.page-numbers{
	width: 30px;
	display: inline-block;
	text-align: center;
	color: #5c068c;
	line-height: 1.0;
	border: 1px solid #5c068c;
	padding: 6px 0 7px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 2.5px 10px 2.5px;
}

a.page-numbers:hover{
	background: #00c1c1;
	color: #fff;
	border-color: #00c1c1;
}

span.dots{
	width: inherit;
	background: none;
	color: #333;
	border: none;
	margin: 0;
}

span.current{
	background: #5c068c;
	color: #fff;
}

a.prev,
a.next{
	width: inherit;
	background: none;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	border: none;
}

a.prev:hover,
a.next:hover{
	background: none;
	color: #00c1c1;
}

/* =Front-page
-------------------------------------------------------------- */
#f_about{
	padding: 100px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#f_about:before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.about_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

#content #f_about h3.f-title,
#content #f_about h3.f-title-en{
	color: #fff;
}

#content #f_about h4{
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-family: 'A1明朝';
	font-size: 27px;
	font-size: 2.7rem;
	letter-spacing: 3.25px;
	line-height: 1.0;
	margin-bottom: 45px;
}

#content #f_about p{
	color: #fff;
	margin-bottom: 45px;
}

#f_research{
	margin-bottom: 140px;
}

.f_research_img{
	max-width: 644px;
	line-height: 0;
	margin: 0 auto;
	margin-bottom: 40px;
}

.f_research_img img{
	width: 100%;
	height: auto;
}

#f_faculty{
	margin-bottom: 140px;
}

.f_faculty_img{
	max-width: 720px;
	line-height: 0;
	margin: 0 auto;
	margin-bottom: 40px;
}

.f_faculty_img img{
	width: 100%;
	height: auto;
}

#f_access{
	display: flex;
	margin-bottom: 80px;
}

.f_access_content{
	width: 320px;
	height: 400px;
	background: #525252;
	padding-top: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_access_content .f_title{
	max-width: 200px;
	margin-bottom: 35px;
}

#content .f_access_content h3.f-title{
	color: #fff;
	border-bottom-color: #fff;
}

#content .f_access_content h3.f-title-en{
	color: #fff;
	margin-bottom: 0;
}

#content .f_access_content p{
	text-align: center;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 60px;
}

#content .f_access_content p a{
	color: #fff;
}

.f_access_map{
	width: calc(100% - 320px);
	width: -webkit-calc(100% - 320px);
	line-height: 0;
}

/* =Front-page - 英語ページ
-------------------------------------------------------------- */
.page-id-179 #content{
	margin-bottom: 0 !important;
}

#content .p_home_en #f_about h4{
	font-family: 'AGaramondPro';
	letter-spacing: 0.5px;
	margin-bottom: 35px;
}

#content .p_home_en #f_about p{
	text-align: left;
}

.p_home_en .f_research_img{
	max-width: 740px;
}

.p_home_en .f_access_content{
	padding-top: 80px;
}

.p_home_en .f_access_content .f_title,
#content .p_home_en .f_access_content p{
	margin-bottom: 45px;
}

/* =センターについて（about）
-------------------------------------------------------------- */
.p_about .p_eyecatch{
	margin-bottom: 0;
}

.about_intro{
	padding: 100px 0 95px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	margin-bottom: 80px;
}

.about_intro:before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#content .about_intro h3{
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-family: 'A1明朝';
	font-size: 27px;
	font-size: 2.7rem;
	letter-spacing: 3.25px;
	line-height: 1.0;
	margin-bottom: 40px;
}

#content .about_intro p{
	color: #fff;
	margin-bottom: 0;
}

.about_message{
	padding-top: 150px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#content .about_message p{
	margin-bottom: 35px;
}

#content .about_message p.w570{
	width: calc(100% - 230px);
	width: -webkit-calc(100% - 230px);
}

#content .about_message p.right{
	text-align: right;
	margin-bottom: 0;
}

.about_message_img{
	width: 190px;
	line-height: 0;
	position: absolute;
	top: 130px;
	right: 20px;
}

.about_message_img img{
	width: 100%;
	height: auto;
}

.about_mission{
	padding-top: 120px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.about_mission .p_title{
	margin-bottom: 40px;
}

#content .about_mission p{
	text-align: center;
	margin-bottom: 35px;
}

.mission_img{
	max-width: 300px;
	line-height: 0;
	margin: 0 auto;
	margin-bottom: 60px;
}

.mission_img img{
	width: 100%;
	height: auto;
}

.about_mission_img{
	line-height: 0;
}

.about_mission_img img{
	width: 100%;
	height: auto;
}

.about_organization{
	padding-top: 150px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.about_organization .p_title{
	margin-bottom: 40px;
}

#content .about_organization h4{
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.75px;
	line-height: 1.6;
	margin-bottom: 35px;
}

.about_organization_img{
	line-height: 0;
}

.about_organization_img img{
	width: 100%;
	height: auto;
}

/* =センターについて（about）- 英語ページ
-------------------------------------------------------------- */
#content .p_about_en .about_intro h3{
	font-family: 'AGaramondPro';
	letter-spacing: 0.5px;
	margin-bottom: 35px;
}

#content .p_about_en .about_intro p{
	text-align: left;
}

#content .p_about_en .about_message p{
	max-width: 760px;
	text-align: left;
}

#content .p_about_en .about_message p.right{
	text-align: right;
}

.p_about_en .about_message_img{
	top: 100px;
}

/* =研究活動（research）
-------------------------------------------------------------- */
.p_research .p_eyecatch{
	margin-bottom: 0;
}

.research_field{
	padding-top: 150px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.research_field dl{
	margin-bottom: 35px;
}

.research_field dl:last-child{
	margin-bottom: 0;
}

#content .research_field dl dt{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #00c1c1;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 2px;
	line-height: 1.0;
	padding-top: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

#content .research_field dl dd{
	text-align: justify;
	text-justify: inter-ideograph;
}

.research_collaborative{
	padding-top: 145px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.research_collaborative .p_title{
	margin-bottom: 40px;
}

#content .research_collaborative p{
	text-align: center;
	margin-bottom: 35px;
}

.research_collaborative_link{
	display: flex;
	flex-flow: wrap;
}

.research_collaborative_link dl{
	width: calc((100% - 140px) / 3);
	width: -webkit-calc((100% - 140px) / 3);
	text-align: center;
	margin-top: 35px;
	margin-right: 70px;
}

.research_collaborative_link dl:nth-of-type(3n){
	margin-right: 0;
}

.research_collaborative_link dl:nth-of-type(1),
.research_collaborative_link dl:nth-of-type(2),
.research_collaborative_link dl:nth-of-type(3){
	margin-top: 0;
}

#content .research_collaborative_link dl dt{
	line-height: 0;
	margin-bottom: 12px;
}

#content .research_collaborative_link dl dt img{
	width: 100%;
	height: auto;
}

#content .research_collaborative_link dl dt a{
	display: block;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .research_collaborative_link dl dd{
	line-height: 1.4;
}

/* =研究活動（research）- 英語ページ
-------------------------------------------------------------- */
.p_research_en .p_title_en{
	width: 460px;
}

#content .p_research_en .research_field dl dd{
	text-align: left;
}

/* =実績一覧（results）
-------------------------------------------------------------- */
.results{
	margin-bottom: 45px;
}

#content .results h3{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00c1c1;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 2px;
	line-height: 1.0;
	margin-bottom: 25px;
}

#content .results ul{
	margin-bottom: 0;
}

.results ul li{
	line-height: 1.6;
	margin-bottom: 22px;
}

.results ul li:last-child{
	margin-bottom: 0;
}

.results ul.justify li{
	text-align: justify;
	text-justify: inter-ideograph;
}

/* =教員・研究員（faculty）
-------------------------------------------------------------- */
.faculty{
	padding-top: 150px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.faculty_block{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #00c1c1;
	padding: 25px 0 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.faculty_block:last-child{
	border-bottom: 1px solid #00c1c1;
}

.faculty_block_img{
	width: 140px;
	line-height: 0;
}

.faculty_block_img img{
	width: 100%;
	height: auto;
}

.faculty_block_content{
	width: calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
}

#content .faculty_block_content h3{
	font-weight: normal;
	font-family: Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.5px;
	line-height: 1.0;
	margin-bottom: 19px;
}

#content .faculty_block_content h3 span.name{
	display: inline-block;
	vertical-align: middle;
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 0.75px;
	margin: 0 20px 0 0;
}

#content .faculty_block_content table{
	table-layout: fixed;
	border: none;
	border-collapse: separate;
	border-spacing: 0 5px; 
	margin-bottom: 0;
}

#content .faculty_block_content tr th,
#content .faculty_block_content tr td{
	width: calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0;
	line-height: 1.7;
	border: none;
	padding: 2px 0 2px 20px;
}

#content .faculty_block_content tr th{
	width: 180px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	background: #f1f1f1;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 2px 0 0 0;
}

#content .faculty_block_content tr td span.link_more a{
	color: #5c068c;
}

#content .faculty_block_content tr td span.link_more a:after{
	content: "\f101";
	display: inline-block;
	font-family: 'FontAwesome';
	margin: 0 0 0 0.5em;
}

#content .faculty_block_content tr td span.link_more a:hover{
	color: #00c1c1;
}

/* =教員・研究員（faculty）- 英語ページ
-------------------------------------------------------------- */
#content .p_faculty_en .faculty_block_content h3{
	line-height: 1.6;
	margin-bottom: 17px;
}

#content .p_faculty_en .faculty_block_content h3 span.name{
	display: block;
	line-height: 1.0;
	margin-bottom: 15px;
}

#content .p_faculty_en .faculty_block_content tr td{
	text-align: left;
}

/* =アクセス（access）
-------------------------------------------------------------- */
.access_img{
	line-height: 0;
	margin-bottom: 80px;
}

.access_img img{
	width: 100%;
	height: auto;
}

#content .access h4{
	width: 100%;
	height: 54px;
	display: flex;
	align-items: center;
	background: #f5f5f5;
	color: #5c068c;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	padding: 2px 0 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 25px;
}

#content .access p{
	margin-bottom: 25px;
}

.access dl{
	margin-bottom: 25px;
}

.access dl:nth-of-type(2){
	margin-bottom: 55px;
}

#content .access dl dt{
	width: 100%;
	height: 45px;
	display: flex;
	align-items: center;
	line-height: 1.0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

#content .access dl dd{
	text-align: justify;
	text-justify: inter-ideograph;
}

/* =アクセス（access）- 英語ページ
-------------------------------------------------------------- */
#content .p_access_en .access dl dd{
	text-align: left;
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1160px){
	/* Header *********/
	.header_en #site-title a{
		font-size: 19px;
		font-size: 1.9rem;
	}
	
	#access ul li{
		margin-right: 30px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1060px){
	html,
	body{
		width: 100%;
	}
	
	.inner{
		width: 100%;
		display: block;
		float: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		margin: 0;
	}
	
	/* Header *********/
	#header:after{
		content: '';
		width: 100%;
		height: 50px;
		display: block;
		background: rgba(0, 194, 194, 0.8);
	}
	
	#site-title,
	#header.is-animation #site-title{
		padding: 13px 0 0 140px;
	}
	
	.header_en #site-title a{
		font-size: 21px;
		font-size: 2.1rem;
	}
	
	#site-title a span{
		width: 100px;
		height: 100px;
		background-size: 100px 100px;
		left: 20px;
	}
	
	.h_language{
		top: 60px;
		right: 160px;
	}
	
	.h_language ul li a:hover{
		border-bottom-color: #fff;
	}
	
	.h_contact{
		top: 60px;
		right: 20px;
	}
	
	.h_contact a{
		color: #00c1c1;
	}
	
	.h_contact a:hover{
		background: #5c068c;
	}
	
	#access{
		display: none;
	}
	
	.top_movie_caption h2{
		font-size: 40px;
		font-size: 4.0rem;
		letter-spacing: 2px;
	}
	
	.top_movie_caption h2 span.en{
		font-size: 30px;
		font-size: 3.0rem;
	}
	
	/* Menu（ノーマル） *********/
	.nav_menu_v{
		display: block;
	}
	
	#t-navi{
		display: block;
		text-align: left;
	}

	.navi-toggle{
		width: 70px;
		height: 50px;
		display: block;
		background: transparent;
		color: transparent;
		cursor: pointer;
		border: 0;
		outline: 0;
		padding: 20px 20px 24px 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		position: fixed;
		top: 2px;
		right: 0;
		z-index: 999;
	}

	.navi-toggle:hover{
		cursor: pointer;
	}

	.navi-toggle span{
		width: 100%;
		height: 2px;
		display: block;
		background: #fff;
		border-radius: 1px;
		position: relative;
		-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	}

	.navi-toggle span:before,
	.navi-toggle span:after{
		content: "";
		width: 100%;
		height: 2px;
		background: #fff;
		border-radius: 1px;
		-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
		position: absolute;
		top: -8px;
		left: 0;
	}

	.navi-toggle span:after{
		top: 8px;
	}

	.navi-toggle.on span{
		background: transparent;
	}

	.navi-toggle.on span:before{
		background: #5c068c;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0;
	}

	.navi-toggle.on span:after{
		background: #5c068c;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 0;
	}

	#t-navi .t-menu{
		width: 100%;
		height: 100%;
		display: none;
		background: #f1f1f1;
		padding: 40px 20px 0 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 100;
	}
	
	#t-navi h3{
		text-align: center;
		line-height: 1.0;
		margin-bottom: 27px;
	}
	
	#t-navi h3 a{
		color: #5c068c;
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	#t-navi h3 a span{
		width: 120px;
		height: 120px;
		display: block;
		background: url(images/logo.png) 0 0 no-repeat;
		background-size: 120px 120px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	#t-navi ul.tmenu_list{
		max-width: 500px;
		display: flex;
		flex-flow: wrap;
		line-height: 1.0;
		margin: 0 auto;
	}
	
	#t-navi ul.tmenu_list li{
		width: calc((100% - 10px) / 2);
		width: -webkit-calc((100% - 10px) / 2);
		margin-top: 10px;
		margin-right: 10px;
	}
	
	#t-navi ul.tmenu_list li:nth-of-type(2n){
		margin-right: 0;
	}
	
	#t-navi ul.tmenu_list li:nth-of-type(1),
	#t-navi ul.tmenu_list li:nth-of-type(2){
		margin-top: 0;
	}

	#t-navi ul.tmenu_list li a{
		width: 100%;
		height: 44px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #5c068c;
		color: #fff;
		font-weight: bold;
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.t_language ul{
		text-align: center;
		margin-bottom: 30px;
	}
	
	.t_language ul:before{
		content: '';
		width: 22px;
		height: 22px;
		display: inline-block;
		vertical-align: middle;
		background: url(images/icon_earth_b.png) no-repeat;
		background-size: 22px 22px;
		margin: 0 7px 0 0;
	}
	
	.t_language ul li{
		display: inline-block;
	}
	
	.t_language ul li:nth-of-type(1):after{
		content: '';
		width: 1px;
		height: 12px;
		display: inline-block;
		vertical-align: middle;
		background: #00c1c1;
		margin: 0 7px 0 11px;
	}
	
	.t_language ul li a{
		display: inline-block;
		color: #00c1c1;
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 0;
		border-bottom: 1px solid transparent;
	}
	
	.t_language ul li a:hover{
		border-bottom-color: #5c068c;
	}
	
	/* Footer *********/
	.f_nav ul.xoxo li.f_nav_menu{
		margin-right: 20px;
	}
	
	.copyright{
		font-size: 11px;
		font-size: 1.1rem;
		margin-top: 3px;
	}
	
	/* News *********/
	.f_news{
		width: calc(100% - 180px);
		width: -webkit-calc(100% - 180px);
	}
	
	.f_news_en .f_news{
		width: calc(100% - 140px);
		width: -webkit-calc(100% - 140px);
	}
	
	/* Front-page *********/
	#content #f_about h4{
		font-size: 26px;
		font-size: 2.6rem;
		letter-spacing: 2px;
	}
	
	.f_access_content{
		width: 240px;
	}
	
	.f_access_map{
		width: calc(100% - 240px);
		width: -webkit-calc(100% - 240px);
	}
	
	/* 教員・研究員（faculty） *********/
	.faculty_block_content{
		width: calc(100% - 170px);
		width: -webkit-calc(100% - 170px);
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 900px){
	.w800{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Front-page - 英語ページ *********/
	.top_movie_en .top_movie_caption h2 span.en{
		font-size: 40px;
		font-size: 4.0rem;
		letter-spacing: 1.5px;
	}
	
	/* センターについて（about）- 英語ページ *********/
	#content .p_about_en .about_mission p{
		text-align: left;
	}
	
	#content .p_about_en .about_mission p .pc{
		display: none;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 800px){
	.w740{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Header *********/
	.header_en #site-title,
	#header.header_en.is-animation #site-title{
		padding: 3px 0 0 140px;
		line-height: 1.2;
	}
	
	#site-title a{
		font-size: 18px;
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	
	.header_en #site-title a{
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.header_en #site-title a .sp{
		display: block;
	}
	
	.top_movie_caption h2{
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	.top_movie_caption h2 span.en{
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	/* Footer *********/
	#footer{
		position: static;
	}
	
	#site-info{
		width: 120px;
		height: 120px;
		margin: 0 auto;
		margin-bottom: 27px;
	}
	
	#site-info a{
		width: 120px;
		height: 120px;
		background-size: 120px 120px;
	}
	
	p.name{
		text-align: center;
		line-height: 1.7;
		padding-left: 0;
		margin-bottom: 15px;
	}
	
	p.add{
		text-align: center;
		padding-left: 0;
		margin-bottom: 50px;
	}
	
	p.add .pc{
		display: none;
	}
	
	.f_nav{
		display: none;
	}
	
	.tsukuba_univ_link{
		margin: 0 auto;
		position: static;
		right: inherit;
		bottom: inherit;
	}
	
	#site-generator{
		padding: 0 0 15px 0;
	}
	
	.f_policy ul{
		text-align: center;
		float: none;
	}
	
	.f_policy ul li{
		display: inline-block;
	}
	
	.copyright{
		text-align: center;
		line-height: 1.5;
		float: none;
	}
	
	.copyright .sp{
		display: block;
	}
	
	/* Content *********/
	.p_eyecatch_img,
	.p_eyecatch_img img{
		min-height: 300px;
	}
	
	#content .page_link ul{
		max-width: 440px;
	}
	
	.page_link ul li a{
		height: 50px;
	}
	
	/* Contact *********/
	#content .contact p{
		max-width: 600px;
		text-align: justify;
		text-justify: inter-ideograph;
		margin: 0 auto;
	}
	
	#content .contact p .pc{
		display: none;
	}
	
	.contact_form{
		max-width: 600px;
		margin: 0 auto;
	}
	
	#content table.contact_table tr th{
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 10px 0 0 0;
		margin-bottom: 7px;
	}
	
	#content table.contact_table tr.pt_none th{
		padding: 10px 0 0 0;
		margin-bottom: 7px;
	}
	
	#content table.contact_table tr td{
		width: 100%;
		display: block;
		border-top: none !important;
		padding: 0 0 15px 0;
	}
	
	#content table.contact_table tr.pt_none td{
		padding: 0 0 10px 0;
	}
	
	#content .p_thanks_en .thanks p{
		max-width: 500px;
		text-align: left;
		margin: 0 auto;
		margin-bottom: 55px;
	}
	
	#content .p_thanks_en .thanks p .pc{
		display: none;
	}
	
	/* News *********/
	#f_news .f_title{
		position: static;
		top: inherit;
		left: inherit;
		margin-bottom: 30px;
	}
	
	.f_news,
	.f_news_en .f_news{
		width: 100%;
		padding-right: 20px;
	}
	
	#content .f_news ul a,
	#content .p_news ul a{
		display: block;
		overflow: hidden;
	}
	
	li.date{
		float: left;
	}
	
	li.blog-title{
		width: 100%;
		clear: both;
	}
	
	#f_news .more,
	#f_news.f_news_en .more{
		top: 80px;
		left: inherit;
		right: 0;
	}
	
	#f_news.f_news_en .more a{
		padding-top: 1px;
	}
	
	/* Front-page *********/
	#f_about .f_title{
		margin-bottom: 45px;
	}
	
	#content #f_about h4{
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.6;
		margin-bottom: 40px;
	}
	
	#content #f_about h4 .sp{
		display: block;
	}
	
	#f_access{
		display: block;
	}
	
	.f_access_content{
		width: 100%;
		height: auto;
		padding: 60px 0;
	}
	
	.f_access_content .f_title{
		margin-bottom: 35px;
	}
	
	#content .f_access_content p{
		line-height: 1.8;
		margin-bottom: 37px;
	}
	
	#content .f_access_content p .pc{
		display: none;
	}
	
	.f_access_map{
		width: 100%;
	}
	
	/* Front-page - 英語ページ *********/
	.top_movie_en .top_movie_caption h2 span.en{
		font-size: 32px;
		font-size: 3.2rem;
		letter-spacing: 1px;
	}
	
	.p_home_en .f_access_content{
		padding: 55px 0 60px 0;
	}
	
	.p_home_en .f_access_content .f_title,
	#content .p_home_en .f_access_content p{
		margin-bottom: 35px;
	}
	
	/* センターについて（about） *********/
	#content .about_intro h3{
		line-height: 1.6;
	}
	
	#content .about_intro h3 .sp{
		display: block;
	}
	
	#content .about_intro p .sp{
		display: block;
	}
	
	.about_message{
		position: static;
	}
	
	#content .about_message p{
		margin-bottom: 25px;
	}
	
	#content .about_message p.w570{
		width: 100%;
	}
	
	#content .about_message p.right{
		text-align: center;
	}
	
	#content .about_message p.right .pc{
		display: none;
	}
	
	.about_message_img{
		position: static;
		top: inherit;
		right: inherit;
		margin: 35px auto;
	}
	
	/* 研究活動（research） *********/
	#content .research_collaborative p .sp:nth-of-type(1){
		display: block;
	}
	
	.research_collaborative_link dl{
		width: calc((100% - 40px) / 3);
		width: -webkit-calc((100% - 40px) / 3);
		margin-right: 20px;
	}
	
	#content .research_collaborative_link dl dt{
		margin-bottom: 10px;
	}
	
	#content .research_collaborative_link dl dd,
	#content .research_collaborative_link dl dd a{
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	
	/* 研究活動（research）- 英語ページ *********/
	#content .p_research_en .research_collaborative p{
		text-align: left;
	}
	
	#content .p_research_en .research_collaborative p .pc{
		display: none;
	}
	
	/* 教員・研究員（faculty） *********/
	.faculty_block{
		max-width: 600px;
		display: block;
		justify-content: inherit;
		margin: 0 auto;
	}
	
	.faculty_block_img{
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.faculty_block_content{
		width: 100%;
	}
	
	#content .faculty_block_content h3{
		text-align: center;
	}
	
	#content .faculty_block_content h3 span.name{
		display: block;
		margin: 0 0 17px 0;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 600px){
	*{
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
		-moz-tap-highlight-color:transparent rgba(0,0,0,0);
		-ms-tap-highlight-color:transparent rgba(0,0,0,0);
		-o-tap-highlight-color:transparent rgba(0,0,0,0);
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
	}
	
	.table{display: block;}
	.table .cell{display: block;}
	.pc{display: none;}
	.tb{display: none;}
	.sp{display: block;}
	
	.page img{
		width: 100%;
		height: auto;
	}
	
	#content{
		width: 100%;
		margin: 0 0 0 0;
	}

	.section,
	.article{
		margin-bottom: 2.4em;
	}
	
	/* Header *********/
	#header:after{
		height: 30px;
	}
	
	#site-title,
	#header.is-animation #site-title{
		line-height: 1.4;
		padding: 4px 0 0 110px;
	}
	
	.header_en #site-title,
	#header.header_en.is-animation #site-title{
		line-height: 1.3;
		padding: 5px 0 0 105px;
	}
	
	#site-title a{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.header_en #site-title a{
		font-size: 15px;
		font-size: 1.5rem;
		letter-spacing: -0.25px;
	}
	
	#site-title a span,
	#header.is-animation #site-title a span{
		width: 80px;
		height: 80px;
		background-size: 80px 80px;
		left: 15px;
	}
	
	.h_language{
		top: 49px;
		left: 110px;
		right: inherit;
	}
	
	.header_en .h_language{
		left: 105px;
	}
	
	.h_language ul:before{
		width: 18px;
		height: 18px;
		background-size: 18px 18px;
		margin: 7px 10px 0 0;
	}
	
	.h_contact{
		display: none;
	}
	
	.top_movie{
		height: 760px;
	}
	
	.top_movie #video{
		object-position: 20% center;
	}
	
	.top_movie_caption{
		padding: 0 0 0 20px;
		bottom: 105px;
	}
	
	.top_movie_caption h2{
		font-size: 25px;
		font-size: 2.5rem;
		letter-spacing: 0.5px;
	}
	
	.top_movie_caption h2 span.en{
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.5;
	}
	
	#t-navi h3{
		line-height: 1.5;
		margin-bottom: 15px;
	}
	
	.t_language ul{
		margin-bottom: 25px;
	}
	
	/* Footer *********/
	#site-generator .inner{
		padding: 0;
	}
	
	/* Content *********/
	.f_title{
		max-width: 260px;
		margin-bottom: 40px;
	}
	
	h3.f-title,
	#content h3.f-title{
		font-size: 26px;
		font-size: 2.6rem;
		letter-spacing: 2px;
	}
	
	h3.f-title-en,
	#content h3.f-title-en{
		letter-spacing: 1px;
	}
	
	.p_eyecatch_img,
	.p_eyecatch_img img{
		min-height: 240px;
	}
	
	.entry_title{
		width: 260px;
		transform: translateY(calc(-50% + 40px));
		margin-left: -130px;
	}
	
	.entry_title_en{
		transform: translateY(calc(-50% + 50px));

	}
	
	h3.entry-title,
	#content h3.entry-title{
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: 1.5px;
	}
	
	h3.entry-title-en,
	#content h3.entry-title-en{
		letter-spacing: 1px;
	}
	
	.p_title{
		width: 260px;
		margin-bottom: 40px;
	}
	
	.p_research_en .p_title_en{
		width: 320px;
	}
	
	h3.p-title,
	#content h3.p-title{
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: 1.5px;
	}
	
	h3.p-title-en,
	#content h3.p-title-en{
		letter-spacing: 1px;
	}
	
	.google_map{
		margin-bottom: 20px;
	}
	
	#content .page_link ul{
		max-width: 340px;
	}
	
	.page_link ul li{
		width: calc((100% - 10px) / 2);
		width: -webkit-calc((100% - 10px) / 2);
	}
	
	.page_link ul li a{
		height: 40px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.page_link ul li a:after{
		margin: 0 0 1px 7px;
	}
	
	.error404 #post-0{
		padding: 200px 0 50px 0;
	}
	
	/* News *********/
	#f_news{
		padding: 80px 0;
	}
	
	#f_news.f_news_en .f_title{
		margin-bottom: 25px;
	}
	
	#content #f_news h3.f-title{
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	#content #f_news.f_news_en h3.f-title{
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	#content .f_news ul a,
	#content .p_news ul a{
		padding: 12px 0 15px 0;
	}
		
	li.blog-title{
		line-height: 1.6;
	}
	
	#f_news.f_news_en .more a{
		height: 28px;
	}
	
	.single_info{
		margin-bottom: 5px;
	}
	
	/* Front-page *********/
	#f_about{
		padding: 80px 0;
	}
	
	#f_about .f_title{
		margin-bottom: 35px;
	}
	
	#content #f_about h4{
		font-size: 22px;
		font-size: 2.2rem;
		letter-spacing: 1.5px;
		margin-bottom: 30px;
	}
	
	#content #f_about p{
		margin-bottom: 37px;
	}
	
	#f_research{
		margin-bottom: 80px;
	}
	
	#f_research .f_title,
	.f_research_img{
		margin-bottom: 30px;
	}
	
	#f_faculty{
		margin-bottom: 80px;
	}
	
	.f_access_content{
		padding: 40px 0;
	}
	
	.f_access_content .f_title{
		margin-bottom: 27px;
	}
	
	#content .f_access_content p{
		margin-bottom: 30px;
	}
	
	/* Front-page - 英語ページ *********/
	.top_movie_en .top_movie_caption{
		bottom: 105px;
	}
	
	.top_movie_en .top_movie_caption h2{
		line-height: 1.5;
	}
	
	.top_movie_en .top_movie_caption h2 span.en{
		font-size: 26px;
		font-size: 2.6rem;
		letter-spacing: 0;
	}
	
	/* センターについて（about） *********/
	.about_intro{
		padding: 80px 0 75px 0;
	}
	
	#content .about_intro h3{
		font-size: 22px;
		font-size: 2.2rem;
		letter-spacing: 1.5px;
	}
	
	.about_message{
		padding-top: 120px;
	}
	
	.about_message .p_title{
		margin-bottom: 30px;
	}
	
	.about_mission{
		padding-top: 105px;
	}
	
	.about_mission  .p_title{
		margin-bottom: 30px;
	}
	
	#content .about_mission p{
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	.mission_img{
		margin-bottom: 40px;
	}
	
	.about_organization{
		padding-top: 120px;
	}
	
	.about_organization .p_title{
		margin-bottom: 35px;
	}
	
	#content .about_organization h4{
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	/* 研究活動（research） *********/
	.research_field{
		padding-top: 80px;
	}
	
	#content .research_field dl dt{
		height: 50px;
		font-size: 19px;
		font-size: 1.9rem;
		letter-spacing: 1.5px;
	}
	
	.research_collaborative{
		padding-top: 75px;
	}
	
	.research_collaborative .p_title{
		width: 300px;
		margin-bottom: 35px;
	}
	
	.research_collaborative_link dl,
	.research_collaborative_link dl:nth-of-type(3n),
	.research_collaborative_link dl:nth-of-type(3){
		width: calc((100% - 10px) / 2);
		width: -webkit-calc((100% - 10px) / 2);
		margin-top: 20px;
		margin-right: 10px;
	}
	
	.research_collaborative_link dl:nth-of-type(2n){
		margin-right: 0;
	}
	
	#content .research_collaborative_link dl dd,
	#content .research_collaborative_link dl dd a{
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	/* 教員・研究員（faculty） *********/
	.faculty{
		padding-top: 120px;
	}
	
	#content .faculty_block_content tr th{
		width: 100px;
	}
	
	#content .faculty_block_content tr td{
		width: calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		padding: 2px 0 2px 15px;
	}
	
	/* アクセス（access） *********/
	.access_img{
		margin-bottom: 60px;
	}
}
