@charset "utf-8";


body #wrapper {
	-webkit-text-size-adjust: 100%;
	padding: 0;
}
body {
	width:100%;
}
.is-pc {
	display: none!important;
}
.is-sp,
.section_ttl .is-sp{
	display: block;
}

.l-wrap {
	padding-top: 50px;
}



/*=============================== header ================================*/

@media screen and ( max-width:800px) {
	.is-home .header {
		display: block;
	}
}

.header {
	position:fixed;
	height: 50px;
	background-color: #fff;
}
.header_inner {
	width: auto;
	padding: 0;
}
.header .logo_wrap {
}
.header .logo {
	margin: 2px 0 0 10px;
	width: 150px;
	height: auto;
	position: relative;
	z-index: 102;
}
.header .logo_copy {
	display: none;
}

.header .btn_news_list {
	display: none;
}


/* 言語切り替えボタン */
.lang_btn {
	z-index: 101;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);
}
.lang_btn ul {
	width: auto;
}
@media screen and (max-width: 372px) {
	.lang_btn ul {
		flex-direction: column;
	}
}
.lang_btn li {
	font-size: 1.2rem;
	margin-right: 10px;
}
.lang_btn li:first-child + li {
	margin-right: 5px;
}
.lang_btn li a {
	line-height: 20px;
	letter-spacing: .03em;
}


/*=============================== メインナビ ================================*/


/* HOME メインナビ */
.main_navi_wrap {
	width: auto;
	display: block;
}
.main_navi_wrap dt {
	display: none;
}
.main_navi_body {
	display: block;
}


/* news btn */
.btn_news_list_sp {
	display: block;
	padding: 20px 0;
}
.btn_news_list_sp a {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	background: -moz-linear-gradient(right,#002a5c, #125b7f,#002a5c, #125b7f);
	background: -webkit-linear-gradient(right,#002a5c,#125b7f,#002a5c, #125b7f);
	background: linear-gradient(to left, #002a5c, #125b7f,#002a5c, #125b7f);
	line-height: 34px;
	width: 280px;
	margin: 0 auto;
	border-radius: 17px;
}



#menuList {
	display: none;
}
#rwdMenuWrap {
	width: 100%;
	position: fixed;
	top:0;
	z-index:100;
	border-bottom: solid 1px transparent;
	transition: border-bottom-color .3s ease;
}
.onheader #rwdMenuWrap {
	border-bottom-color: #ddd;
}
#rwdMenuWrap #switchBtnArea {
	width: 100%;
	height: 50px;
}
#rwdMenuWrap #switchBtnArea #switchBtn {
	top: 5px;
	right: 10px;
	width: 40px;
	height: 40px;
	display: block;
	background: #fff;
	position: absolute;
	border-radius: 5px;
}
#rwdMenuWrap #switchBtnArea #switchBtn span {
	left: 20%;
	width: 60%;
	height: 4px;
	display: block;
	position: absolute;
	background-color: #004c87;
	border-radius: 0;
	transition: all 0.2s linear;
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
	top: 18px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	bottom: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header_inner .main_navi_group {
	width:96%;
	padding:0;
	margin:0 auto;
	float:none;
	display: none;
	height:auto;
	overflow:visible;
	border: none;
	position:fixed;
	top:50px;
	left: 2%;
	-moz-box-shadow: 0px 0px 10px #aaa;
	-webkit-box-shadow: 0px 0px 10px #aaa;
	box-shadow: 0px 0px 10px #aaa;
	background-color: #fff;
	z-index: 105;
}
.header_inner .main_navi_group ul {
	padding:0;
	width: 100%;
	height:auto;
	background:#fff;
	border-bottom: #aaa 1px solid;
}
.header_inner .main_navi_group li {
	text-indent:0;
	border-top: #aaa 1px solid;
	float:none;
	margin:0;
	background:none;
}
.header_inner .main_navi_group li:first-child {
	border:none;
}
.header_inner .main_navi_group li a {
	font-size: 1.3rem;
	font-weight: 600;
	display: block;
	width:auto;
	height: auto;
	line-height: 18px;
	margin: 0;
	padding: 13px 30px 13px 13px;
	position: relative;
}
.header_inner .main_navi_group li a::before {
	display: none;
}
.header_inner .main_navi_group li a::after{
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}
.header_inner .main_navi_group li a > span {
	display:inline-block;
	letter-spacing:0.1em;
}






/*=============================== main_visual ================================*/

.mainvisual {
	height: 300px;
}
.mainvisual_body_inner {
	width: 100%;
	transform: none;
	left: 0;
}
.is-home .mainvisual_contents {
	padding-top: 50px;
}
.mainvisual .logo {
	display: none;
}
.mainvisual_catch {
	width: 90%;
	margin: 0 auto;
}
.mainvisual_catch_en {
	max-width: 330px;
	margin: 0 auto 15px;
}
.mainvisual_catch_jp {
	font-size: 2rem;
	margin-bottom: 20px;
	line-height: 1.4;
}
.mainvisual_catch_jp .txt_small {
	font-size: 1.8rem;
}
.mainvisual_catch_jp .adjust {
	display: block;
}
.mainvisual .logo_tsukuba_uni {
	width: 60px;
	height: auto;
}


/* 言語切り替えボタン */
.mainvisual .lang_btn {
	display: none;
}



/*=============================== HOME ================================*/

.btn_more {
	max-width: 260px;
	width: 90%;
}




/*=============================== HOME ================================*/

.is-home .section_ttl {
	font-size: 2.3rem;
}
.is-home .section_ttl .txt_jp {
	font-size: 2rem;
}
.is-home .section_ttl .sp_none {
	display: none;
}


/*
* HOME／新着ニュース
*/
.information_area {
	padding-top: 20px;
	margin-bottom: 60px;
}
.information_area .section_ttl {
	margin-bottom: 20px;
}
.information_area .bx-wrapper {
	width: auto!important;
	margin: 0 10px!important;
}
.information_area .bx-viewport {
	width: auto!important;
	height: 370px!important;
}
.info_figure {
	width: 150px!important;
	margin-right: 10px;
}
.info_figure .image_wrap{
	max-height: 118px;
}
.info_figcaption .date {
	text-align: center;
}
.info_figcaption .cate {
	margin: 0 0 5px;
	width: 100%;
}


.information_area .bx-controls {
	width: 100%;
}
.bx-prev {
	left: -10px;
}
.bx-next {
	right: -10px;
}
.bx-prev,
.bx-next {
	top: 40px;
	width: 40px;
	height: 70px;
	background-color: #fff;
}
.bx-prev img,
.bx-next img {
	width: 14px;
	height: auto;
	display: block;
	margin-top: 20px;
}
.bx-prev img {margin-left: 10px;}
.bx-next img {margin-left: 12px;}



/*
* HOME／MiCSについて
*/

.about_area {
	margin-bottom: 80px;
}
.about_area .section_ttl {
	margin-bottom: 40px;
}
.about_area .inner {
	height: auto;
	padding:60px 0 60px;
}
.about_area_body {
	width: auto;
	display: block;
	margin: 0 10px 40px;
}
.about_figure {
	width: auto;
	display: flex;
	padding-bottom: 8px;
	border-bottom: dashed 1px #eee;
	margin-bottom: 13px;
}
.about_figure .image_wrap {
	width: 30%;
	margin: 0 20px 0 0;
}
.about_figcaption {
	width: 70%;
	position: relative;
}
.about_ttl {
	font-size: 1.8rem;
	text-align: left;
	margin-bottom: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.about_txt {
	text-align: left;
	line-height: 1.5;
}







/*
* HOME／イベント
*/

.research_contents_group {
	margin-bottom: 80px;
}
.research_contents_group .l-section {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}
.research_package {
	display: block;
	height: auto;
}
.research_package .image_wrap {
	width: auto;
}
.research_figcaption {
	width: auto;
}
.research_figcaption a {
	padding: 20px 20px 40px;
}
.research_contents_group .section_ttl {
	margin-bottom: 15px;
}
.research_txt {
	text-align: left;
	margin-bottom: 20px;
	line-height: 1.5em;
}
.research_txt br {
	display: none;
}





/*
* HOME／研究部門
*/

.division_area {
	height: auto;
}
.division_area .inner {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	padding: 60px 0;
}
.division_area .section_ttl {
	margin-bottom: 40px;
}
.resarch_division_wrap {
	height: auto;
	padding: 40px 10px 50px;
}
.resarch_division_wrap_inner {
	margin-bottom: 40px;
}

.resarch_division.type_ctrl {
	margin-bottom: 50px;
}
.resarch_division_ttl {
	font-size: 2.2rem;
	letter-spacing: .05em;
	margin-bottom: 25px;
}
.resarch_division_body {
	display: block;
}
.resarch_division_item {
	width: auto;
	height: auto;
	border-radius: 0;
	margin-bottom: 10px;
	padding: 25px 0;
}
.resarch_division_item br {
	display: none;
}
.resarch_division_item_ttl {
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-size: 1.6rem;
}
.resarch_division_item_txt {
	font-size: 1.3rem;
}

/* 国際部門 */
.is-common .type_international .resarch_division_ttl {
	margin-bottom: 20px;
}
.type_international .resarch_division_item::before {
	display: none;
}




/*=============================== 下層ページ ================================*/

.is-common .mainvisual {
	height: 160px;
}
.entry_ttl {
	font-size: 2.2rem;
}

.bread {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}
.contents {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 25px;
	min-height: 400px;
}
.contents .l-section {
	margin-bottom: 40px;
}
.section_ttl {
	font-size: 2rem;
	margin-bottom: 20px;	
}


.is-about .l-section,
.is-member .l-section,
.is-contact .l-section {
	padding-top: 50px;
	margin-top: -50px;
}


/* table */

table,
tbody,
thead,
tr,
th,
td {
	display: block;
	width: auto;
}
table {
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
}
thead {
	display: none;
}
tbody th,
thead th:first-child {
	padding-left:8px;
	width: auto;
}
tbody th,
tbody td {
	padding-left: 8px;
	padding-right: 8px;
	border-bottom:solid 1px #e5e5e5;
}
tbody th {
	font-weight: 600;
}
tr {
	margin-bottom: 0px;
}






/*
* 下層ページ／MiCSについて
*/


/* MiCSとは */
.mics_about_contents .image_wrap {
	width: auto;
	height: auto;
	float: none;
	margin: 0 0 20px;
}



/* ごあいさつ */
.greeting_contents_body {
	display: block;
}
.greeting_contents .image_wrap {
	min-width: 0;
	width: auto;
	height: auto;
	margin-bottom: 20px;
}
.greeting_contents .uni_name {
	font-size: 1.2rem;
}
.greeting_contents .uni_name > span {
	display: block;
}
.greeting_contents .uni_name br {
	display: none;
}
.greeting_contents .job_ttl {
	font-size: 1.5rem;
}
/*
.greeting_contents .job_ttl > span {
	display: block;
}*/


/* 組織図 */

.org_picture {
	width: auto;
	height: auto;
}





/*
* 下層ページ／研究部門/メンバー
*/

.is-common .resarch_division {
	width: auto;
}
.is-common .resarch_division.type_ctrl,
.is-common .resarch_division.type_use{
	background-image: none;
	margin-bottom: 50px;
}
.is-common .resarch_division_ttl {
	font-size: 2rem;
	margin-bottom: 20px;
}

.member_contents_group table {
	margin-bottom: 40px;
}
.member_contents .job_ttl,
.en.member_contents .job_ttl {
	position: static;
	display: block;
	font-size: 1.2rem;
	transform: none;
}

.member_contents_group .common_ttl {
	color: #fff;
	padding: 8px;
	margin-bottom: 0;
}
.member_contents_group .common_ttl::before {
	display: none;
}
.type_ctrl .common_ttl { background-color:#004c82;}
.type_use .common_ttl { background-color:#417935;}
.type_international .common_ttl {background-color:#e76a02;}




/*
* 下層ページ／イベント
*/

/*
* 下層ページ／研究成果
*/

.is-research .media {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}



/*
* 下層ページ／お問い合わせ
*/

.contact_contents_figure .image_wrap {
	margin-left:auto;
	margin-right: auto;
}
.contact_contents_ttl {
	font-size: 1.6rem;
}
.contact_contents_txt .postal {
	display: block;
}
.access_map {
	height: 300px;
}




/*
* 下層ページ／リンク集
*/

.link_list_body {
	width: auto;
	left: 0;
}
.link_list_body li {
	width: auto;
	float: none;
	margin: 0;
}
.link_list_body li a {
	padding-top: 15px;
	padding-bottom: 15px;
}



/*
* 下層ページ／サイトマップ
*/

.index_menu_group_ttl {
	font-size: 1.6em;
}
.index_menu_body {
	left: 0;
	width: auto;
}
.index_menu_item {
	width: auto;
	float: none;
	margin: 0;
	border-bottom: solid 1px #ccc;
}



/*
* 下層ページ／WordPress
*/

.media {
	margin-bottom: 50px;
}
.media,
.media > a {
	display:block;
}
.media_entry_img {
	width: auto;
	height: auto;
}
.media_entry_body {
	width: auto;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
}



/*
* WordPress／記事一覧ページ
*/
.is-archive .media_entry_body {
	width: auto;
}
.is-archive .media_entry_img {
	width: auto;
	max-height: none;
}


/*
* WordPress／詳細ページ
*/
.media_date {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.media_contents img {
	width: 100%;
}


/*
* WordPress／アーカイブ
*/

.container {
	width: auto;
	display: block;
}
.container #main {
	width: auto;
	height: auto;
}
.container .is-archive .media_entry_body {
	width: auto;
}

.side {
	padding-top: 20px;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}









/*================================ フッター ===============================*/

.footer_inner {
	width: auto;
	padding-top: 60px;
}


.footer_navi_body {
	display: block;
	margin-bottom: 0;
}
.footer_navi li {
	margin: 0;
	padding: 0;
	border-top: solid 1px #aaa;
}
.footer_navi li::before {
	display: none;
}
.footer_navi li a {
	padding: 13px 30px 13px 13px;
	display: block;
}
.footer_navi li a::before {
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}





/*
* フッター／アドレス
*/

.vcard {
	height: auto;
	padding-top: 30px;
	margin-bottom: 30px;
	border-top-color: #aaa;
}
.footer_logo {
	float: none;
	width: 200px;
	height: auto;
	margin: 0 auto 20px;
}
.adr_group {
	text-align: center;
}
.vcard .fn {
	margin-bottom: 20px;
}
.fn span {
	display: block;
	padding-bottom: 30px;
	border-bottom: solid 1px #aaa;
}
.adr .postal {
	display: block;
}
.adr .street-address {
	display: block;
}
.adr .street-address br {
	display: none;
}



/*
* フッター／大学・学部ロゴ
*/

.link_group_body {
	padding: 0 15px;
}
.link_group_item {
	margin: 0 15px;
}
.footer .logo_tsukuba_uni {
	max-width: 100px;
	height: auto;
}
.footer .logo_life {
	max-width: 294px;
	height: auto;
}



/*
* フッター／大学・学部ロゴ
*/

.footer_copyright small {
	font-size: 1.1rem;
}





/*=============================== pagetop ===============================*/

.page_top {
	right:10px;
	bottom: 40px;
}







