@charset "UTF-8";

/*==================================================

共通

==================================================*/

body {
	padding-top: 60px;
}

.pc {
	display: none;
}

.inner {
	width: 100%;
	margin: 0 auto;
}

/* 見出し
----------------------------------------------*/

.heading {
	font-size: 16px;
	border-bottom: 3px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.heading::before {
	height: 3px;
	bottom: -3px;
}

.heading span {
	font-size: 12px;
	margin-top: 5px;
}

/* パンクズ
----------------------------------------------*/

#pankuzu {
	display: none;
}


/* タイトル
----------------------------------------------*/

#title {
	background: url("../images/title_bg.png") center center no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	padding: 50px 0 40px;
	min-width: auto;
}

#title:after {
	position: absolute;
	font-size: 36px;
	line-height: 1;
	bottom: -5px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	opacity: 0.15;
	font-weight: 1000;
}

#title:before {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -15px;
	display: block;
}

#title h1,
#title p {
	position: relative;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

/*研究紹介*/

#research #title:before {
	background: url("../images/ico_research.png") center center no-repeat;
	background-size: 30px 30px;
}

#research #title:after {
	content: "Research";
}

/*ニュース*/

#news #title:before {
	background: url("../images/ico_news.png") center center no-repeat;
	background-size: 30px 30px;
}

#news #title:after {
	content: "News";
}

/*招待講演・学会発表*/

#presentation #title:before {
	background: url("../images/ico_presentation.png") center center no-repeat;
	background-size: 30px 30px;
}

#presentation #title:after {
	content: "Presentation";
}

/*論文・出版物*/

#papersAndArticles #title:before {
	background: url("../images/ico_papers-and-articles.png") center center no-repeat;
	background-size: 30px 30px;
}

#papersAndArticles #title:after {
	content: "Papers and Articles";
	font-size: 28px;
	margin-bottom: 4px;
}

/*メンバー*/

#members #title:before {
	background: url("../images/ico_members.png") center center no-repeat;
	background-size: 30px 30px;
}

#members #title:after {
	content: "Members";
}

/*アクセス*/

#access #title:before {
	background: url("../images/ico_access.png") center center no-repeat;
	background-size: 30px 30px;
}

#access #title:after {
	content: "access";
}

/*==================================================

ヘッダー

==================================================*/

#header {
	position: fixed;
	top:  0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.9);
	z-index: 20;
	box-sizing: border-box;
	padding-right: 40px;
}

#header .inner {
	height: 60px;
	padding: 0 10px;
	box-sizing: border-box;
}

#header .logo {
	padding-left: 32px;
}

#header .logo::before {
	width: 28px;
	height: 28px;
	background: url("../images/logo.png") center center no-repeat;
	background-size: 28px 28px;
	margin-top: -14px;
}

#header .logo img {
	margin: -2px 0 4px;
	width: 100%;
	max-width: 280px;
	height: auto;
}

#header .logo span {
	font-size: 11px;
}

#header .contact {
	display: none;
}


/*==================================================

モーダルナビ

==================================================*/

.drwMnu {
    height: 25px;
    position: absolute;
    right: 15px;
    top: 18px;
    width: 24px;
    z-index: 999;
}

.drwMnuLin {
    background: #666;
    display: block;
    height: 3px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
	border-radius: 10px;
	margin: 0 auto;
}

.mnuLinCtr {
	top: 11px;
	width: 20px;
	margin: 0 0 0 2px;
}

.mnuLinBtm {
    bottom: 0;
}

.mnuLinTop.active {
    top: 10px;
    transform: rotate(45deg);
}

.mnuLinCtr.active {
    transform:scaleX(0);
}

.mnuLinBtm.active {
    bottom: 12px;
    transform: rotate(135deg);
}

.headerNav {
	display: none;	
}

.headerSearch {
	display: none;	
}

.drwMnuWrp {
	display: none;
	height: calc(100% - 60px);
	position: fixed;
	width: 100%;
	z-index: 2;
	margin: 60px 0 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
}

.drwMnuCls {
	width: 100%;
	height: 1000px;
	display: block;
	background: rgba(0,0,0,0.85);
}

.drwMnuWrp .mnuTemLst {
	margin: 0 0 100px;
}

.drwMnuWrp .mnuTemLst li {
	width: calc(33.33% - 20px)!important;
	margin: 0 10px 20px!important;
}

.drwMnuBox {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 3;
}

.drwMnuBox nav ul {
	background: #fff;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.drwMnuBox nav ul li {
	border-top: 1px solid #ccc;
	text-align: left!important;
	width: 100%;
	font-size: 14px;
}

.drwMnuBox nav ul li a {
	color: #2f1504;
	display: block;
	padding: 15px;
	position: relative;
	line-height: 1;
}

.drwMnuBox nav ul li a:after {
	content: "";
	display: block;
	border-top: solid 3px #2f1504;
	border-right: solid 3px #2f1504;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px;
}

.drwMnuBox nav ul li a span {
	color: #999;
	display: inline-block;
	border-left: 1px solid #ccc;
	margin-left: 10px;
	padding-left: 10px;
}

.drwMnuBox .contact {
	display: block;
	text-align: center;
	background: #fff;
	padding: 10px;
}

.drwMnuBox .contact a {
	display: inline-block;
	background: #42318b;
	color: #fff;
	padding: 10px 50px;
	border-radius: 1000px;
	text-align: center;
	line-height: 1;
	font-size: 13px;
}

.drwMnuBox .contact a span {
	display: block;
	color: #aca0dd;
	font-size: 11px;
	margin-top: 5px;
}

/*==================================================

ナビ

==================================================*/

#globalNav {
	display: none;
}

/*==================================================

メインビジュアル

==================================================*/

#mainVisual .inner {
	height: 220px;
	width: 100%;
	padding: 20px 20px 0;
	box-sizing: border-box;
}

/*==================================================

フッター

==================================================*/

#footer .inner {
	display: block;
	padding: 0;
}

#footer .inner .l {
	display: block;
	padding: 20px 10px;
}

#footer .logo {
	display: block;
	padding-left: 36px;
	position: relative;
	line-height: 1;
}

#footer .logo::before {
	width: 28px;
	height: 28px;
	background: url("../images/logo_white.png") center center no-repeat;
	background-size: 28px 28px;
	margin-top: -14px;
}

#footer .logo img {
	margin: 12px 0 4px;
	width: 100%;
	max-width: 240px;
	height: auto;
}

#footer .logo span {
	font-size: 10px;
}

#footer .inner .r {
	display: block;
}

#footer .inner .r ul {
	display: block;
	color: #fff;
	border-bottom: 1px solid #454545;
	float: none;
}

#footer .inner .r ul li {
	border: none;
	border-top: 1px solid #454545;
	padding: 0;
	margin: 0;
}

#footer .inner .r ul a {
	display: block;
	padding: 10px;
}

#footer .copyRight {
	padding: 15px 0;
	line-height: 1.3;
}

/*==================================================

我々の研究について

==================================================*/

#about {
	padding: 30px 15px;
}

#about .text {
	float: none;
	width: 100%;
}

#about .text p {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.5;
}

#about .image {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}


/*==================================================

メンバー

==================================================*/

.member {
	margin-bottom: 30px;
}

.member .box {
	padding: 10px;
}

.member .image {
	width: 90px;
	padding-right: 10px;
}

.member .info {
	letter-spacing: 1px;
}

.member .info .depertment {
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
	color: #42318b;
}

.member .info .name {
	font-size: 17px;	
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: 0;
}

.member .info .job {
	font-size: 13px;
	margin-bottom: 15px;
}

.member .info li {
	font-size: 12px;
	padding: 5px 10px;
}

/*==================================================

アクセス

==================================================*/

#access .box {
	margin-bottom: 30px;
}

#access .box iframe {
	height: 200px;
	border: 5px solid #ccc!important;
}

#access .box .image {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

#access .box .info {
	width: 100%;
}

#access .box:nth-of-type(odd) .image,
#access .box:nth-of-type(even) .image,
#access .box:nth-of-type(odd) .info,
#access .box:nth-of-type(even) .info {
	float: none;
}

/*==================================================

記事一覧

==================================================*/

#main {
	padding: 30px 15px;
}

.articles article {
	width: calc(50% - 5px);
	margin-right: 10px;
	margin-top: 10px;
	border-radius: 5px;
	position: relative;
}

.articles article:nth-child(3) {
	margin-top: 10px;	
}

.articles article:nth-child(2n){
	margin-right: 0;
}

.articles article:nth-child(3n){
	margin-right: auto;
}

.articles .info {
	padding: 10px;
}

.articles .table {
	display: block;
	width: 100%;
}

.articles .table .category {
	display: block;
	width: 100%;
	top: -8px;
	left: 0;
	position: absolute;
}

.articles .table .category span {
	font-size: 10px;
	padding: 3px 3px 4px;
	border-radius: 0 0 5px 0;
}

.articles .info .time {
	font-size: 10px;
	display: block;
	width: 100%;
	text-align: left
}

.articles .jp {
	font-size: 14px;
	line-height: 1.3;
}

.articles .en {
	font-size: 12px;
}

.read {
	border-top: 1px solid #ccc;
	padding: 5px 5px 10px;
	line-height: 1.1;
}

.read p {
	position: relative;
	padding-left: 30px;
}

.read p:before {
	position: absolute;
	top: 15px;
	left: 6px;
	content: "";
	display: block;
	width: 15px;
	height: 16px;
	background: url("../images/ico_read.png");
	background-size: 15px 16px;
}

.read a {
	font-size: 13px;
}

.read a span {
	font-size: 11px;
	margin-top: 5px;
}

/*==================================================

詳細

==================================================*/

.detail #main {
	padding: 30px 0;
}

/* 詳細ヘッダー
----------------------------------------------*/

.detailHeader {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	box-sizing: border-box;
	padding: 0 15px;
}

.detailHeader .title {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.detailHeader .title h1 {
	font-size: 17px;
	line-height: 1.5;
}

.detailHeader .title time {
	font-size: 13px;
	display: block;
	padding-top: 10px;
}

.detailHeader .language {
	width: auto;
	display: block;
	position: absolute;
	bottom: -10px;
	right: 15px;
}

.detailHeader .language div {
	line-height: 1;
}

.detailHeader .language p {
	padding: 8px 10px;
}

.detailHeader .language a {
	padding: 8px 10px;
}

/* 詳細本文
----------------------------------------------*/

.detailContent {
	border-top: 3px solid #42318b;
	padding: 20px 15px 10px;
	border-radius: 0;
	margin-bottom: 30px;
}

.detailFooter .images {
	margin-bottom: 20px;
}

.detailFooter .images ul {
	width: 100%;
}

.detailFooter .images li {
	display: inline-block;
	width: 48%;
	margin-top: 10px;
}

.detailFooter .images li p {
	margin: 0;
}

.detailFooter .images li:nth-child(1),
.detailFooter .images li:nth-child(2){
	margin-top: 0;
}

.detailFooter {
	margin-top: 20px;
	padding-bottom: 10px;
}

.detailFooter table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}

.detailFooter table th {
	width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 5px 10px;
	font-size: 13px;
}

.detailFooter table td {
	width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 5px 10px;
	font-size: 13px;
}

.back {
	text-align: center;
}

.back a {
	padding: 10px 40px;
	font-size: 13px;
}

.back a span {
	font-size: 11px;
	margin-top: 5px;
}











.detailBody h1 {
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 20px;
	line-height: 1.3;
}

.detailBody h2 {
	font-weight: bold;
	font-size: 19px;
	margin: 0 0 15px;
	padding: 7px 12px 8px;
}

.detailBody h3 {
	font-size: 17px;
	margin: 0 0 15px;
	padding: 3px 10px 8px;
}

.detailBody h4 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px;
	border-bottom: 2px solid #ccc;
	padding: 5px 0;
	line-height: 1.2;
}

.detailBody h5 {
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 10px;
	padding: 5px 10px;
}

.detailBody h6 {
	font-size: 14px;
	margin-bottom: 5px;
}

.detailBody p {
	line-height: 1.5;
	font-size: 13px;
	margin: 0 0 20px;
}

.detailBody strong,
.detailBody b{
	font-weight: bold;
}

.detailBody em,
.detailBody i {
	font-style: italic;
}

.detailBody ul {
	font-size: 13px;
}

.detailBody ol {
	font-size: 13px;
}

.detailBody blockquote {
	position: relative;
	margin: 0 0 20px;
	padding: 20px 50px;
	background: #f6f6f6;
}

.detailBody blockquote:before,
.detailBody blockquote:after{
	position: absolute;
	font-size: 40px;
	opacity: .1;
	color: #000;
	line-height: 1;
}

.detailBody blockquote:before{
	top: 5px;
	left: 20px;
	content: '“';
}

.detailBody blockquote:after{
	bottom: -15px;
	right: 20px;
	content: '”';
}
