@charset "UTF-8";
/*
Theme Name: Open Innovation Strategy Organization
Theme URI: https://oiso.tsukuba.ac.jp/
Description: Open Innovation Strategy Organization
Author: Open Innovation Strategy Organization
Author URI: https://oiso.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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
font-size:62.5%;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
width:100%;
height:100%;
}
body {
	line-height: 1;
	height: 100%;
	width: 100%;
	position:relative;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
/*-moz-font-smoothing:antialiased;
-ms-font-smoothing:antialiased;
-o-font-smoothing:antialiased;*/
font-smoothing:antialiased;
font-feature-settings : "palt"1;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/*Print CSS 
---------------------------------------*/

body {
-webkit-print-color-adjust: exact;
}

/* img markup -------------------------------------------------------------------------------------------------------*/
img {
	border: none;
	object-fit: cover;
}
/*ie,edge用*/
.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
img:hover{
	opacity: 1;
	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;
}
img:hover{opacity: 0.5;
	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;
}

.page img:hover{
	opacity: 1.0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span.red{
    color: #c6000b;
}

span.purple{
	color: #5c068c;
}

#content p.anno{
    font-size: 13px;
    font-size: 1.3rem;
}

#content p{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
}

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

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

article,
section{
	display: block;
	}

.section,
.article{
	margin-bottom: 5.0em;
	display: block;
    overflow: hidden;
    }

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	}
#content {
	margin: 0 282px 0 0;
	}
.home #content{
	margin: 0 0 0 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
	}
#primary{
	display: none;
}
#secondary {
	clear: right;
	}
#footer {
	clear: both;
	width: 100%;
	}

.404{
	text-align: center;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

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

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

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

/* =Fonts
-------------------------------------------------------------- */
body {
	font-family:Helvetica,'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', 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;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
.inner {
	margin: 0 auto;
	width: 1000px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

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

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

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

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

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	font-family: Helvetica;
}

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

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 1.8em;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 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;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
}
cite,
i {}

b{font-weight: bold;}

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

big {
	font-size: 131.25%;
}
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;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f6f6f6;
	border: none;
	/*box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);*/
}

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: #c6000b;}

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

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

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

/*404
----------------------------*/
.error404{
	text-align: center;
}

#content .error404 .entry-title{
	margin-top: 80px;
	margin-bottom: 20px;
}

#content .error404 .entry-content{
	margin-bottom: 80px;
}

#content .error404 p{
    text-align: center;
}

#content .error404 input[type="submit"]{
    background: #ccc;
}

/* =Header
-------------------------------------------------------------- */
#header {
	overflow: hidden;
    padding: 0 40px;
    background-color:rgba(255,255,255,0.85);;
    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;
    position: relative;
}

.home #header{
    position: absolute;
    z-index: 200;
    top: 0;    
}

#site-description {
	color: #5c068c;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 20px;
	line-height: 30px;
	display: none;
}

#site-title {
	float: left;
	width: 360px;
	height: 74px;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

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

.h_menu{
	position: absolute;
	right: 40px;
	bottom: 17px;
}

.h_menu ul li{
	float: left;
	margin-right: 40px;
}

.h_menu ul li:last-child{
	margin-right: 0;
}

.h_menu ul li a{
	font-weight: bold;
	color: #5c068c;
	font-size: 15px;
	font-size: 1.5rem;
}

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

.h_menu_2{
	position: absolute;
	right: 40px;
	top: 15px;
}

.h_menu_2 ul li{
	float: right;
	line-height: 1.2;
}

.h_menu_2 ul li:nth-of-type(1){
	margin-left: 30px;
}

.h_menu_2 ul li:nth-of-type(1) a{
	width: 120px;
	background: #5c068c;
	display: block;
	color: #fff;
	padding: 7px 0;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

.h_menu_2 ul li:nth-of-type(1) a:hover{
	background: #00c1c1;
}

.h_menu_2 ul li:nth-of-type(2){
	border-left: 1px solid #5c068c;
	padding-left: 10px;
	margin-left: 10px;
}

.h_menu_2 ul li:nth-of-type(2),
.h_menu_2 ul li:nth-of-type(3){
	margin-top: 7px;
}

.h_menu_2 ul li:nth-of-type(2) a,
.h_menu_2 ul li:nth-of-type(3) a{
	border-bottom: 1px solid transparent;
	padding-bottom: 3px;
	color: #5c068c;
	font-size: 13px;
	font-size: 1.3rem;
}

.h_menu_2 ul li:nth-of-type(2) a:hover,
.h_menu_2 ul li:nth-of-type(3) a:hover{
	border-bottom: 1px solid #00c1c1;
}

.top_video {
    width: 100%;
    height: -webkit-calc(100vh);
    height: 100vh;
    position: relative;
    z-index: -999;
}

.top_title{
	position: absolute;
	z-index: 10;
	width: 1060px;
	height: 290px;
	top: 55%;
    left: 50%;
    margin-left: -530px;
    margin-top: -145px;
}

#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: -1;
}

.video-mask{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    background: url(images/dot.png);
    width: 100%;
    height: -webkit-calc(100vh);
    z-index: -999;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	display: none;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	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);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* =Content
-------------------------------------------------------------- */
#main {
	clear: both;
	overflow: hidden;
	padding: 0 0 0 0;
}
#content {
	margin-bottom: 100px;
	overflow: hidden;
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 2.0em;
}
#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;
	line-height: 1.8;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #333;
	font-weight: normal;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;
	line-height: 1.8;
	margin: 0 0 20px 0;
}

#content table {
	border: 1px solid #ccc;
	text-align: left;
	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;
    margin-bottom: 10px;
}

#content tr th{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 10px 20px;
	vertical-align: middle;
}

#content tr td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px 24px;
	vertical-align: middle;
}

#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 0 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 60px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #c6000b;
}
#content .entry-title {
	color: #333;
	font-size: 21px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 0;
}

#content h3.entry-title,
h3.entry-title{
	text-align: center;	
	margin-bottom: 60px;
	background: #5c068c;
	padding: 40px 0;
	font-weight: bold;
	font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
    letter-spacing: 1px;
}

.blog #content h3.entry-title,
.blog h3.entry-title{
	margin-bottom: 70px;
}

h3.p-title{
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 30px;
}

#content h3.f-title{
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    color: #5c068c;
    width: 180px;
    margin: 0 auto;
    border-bottom: 1px solid #00c1c1;
    padding-bottom: 5px;
    margin-bottom: 50px;
    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 h4.f-sub_title{
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 60px;
	letter-spacing: 2px;
}

.entry-title a:link,
.entry-title a:visited {
	color: #333;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #c6000b;
}
.entry-meta {
	color: #777;
	font-size: 12px;
	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;
}

.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;
	margin: 0 0 24px 0;
	padding: 24px;
}

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

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

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

.entry-content label {
	color: #333;
	font-size: 14px;
}

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

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

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

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

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

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

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

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

body.page .edit-link {
	clear: both;
	display: block;
}

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

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

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

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

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

.entry-meta a,
.entry-utility a {
	color: #333;
}

#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.author{display: none;}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	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-right: 20px;
	margin-top: -4px;
}
.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
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.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;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

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

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

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

.nav-previous {
	float: left;
}

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

.nav-next a,
.nav-previous a{
	background: #00c1c1;
	color: #fff !important;
	padding: 9px 0;
	display: block;
	font-weight: bold;
	width: 100px;
	text-align: center;
}

.nav-next a:after{
	font-family: 'FontAwesome';
	content:"\f101";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.nav-previous a:before{
	font-family: 'FontAwesome';
	content:"\f100";
	display: inline-block;
	margin: 0 0.5em 0 0;
}

.nav-next a:hover,
.nav-previous a:hover{
    background: #5c068c;
}

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

#nav-above {
	display: none;
}

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

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

.category-technical #nav-below{
	display: none;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.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 {
}
.comment-author cite {
	color: #333;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	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: #c6000b;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #c6000b;
}
.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;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#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-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #c6000b;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #333;
	font-weight: bold;
	background: #F2F2F2;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-size: 1.5rem;
}
.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 {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#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: #c6000b;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
	margin-bottom: 30px;
}

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

/* Footer widget areas */
#footer-widget-area {
}

/*pager
----------------------------*/
.wp-pagenavi{
	display: block;
	clear: both;
	overflow: hidden;
	margin-top: 40px;
	text-align: center;
	margin-bottom: 0;
}

.page-numbers{
	background: #00c1c1;
	margin: 0 4px;
	color: #fff;
	padding: 10px;
}

.wp-pagenavi a:hover{
	background: #0f0300;
	color: #fff;
}

.current{
	background: #5c068c;
}

.prev,
.next{
	background: none;
}

a.page-numbers{
	color: #fff;
}

a.prev,
a.next{
	color: #5c068c;
	text-decoration: underline;
}

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

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

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

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

/* =Footer
-------------------------------------------------------------- */
.toTop {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

#footer {
	overflow: hidden;
	display: block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.footer_link_block{
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.flb_tsukuba{
	width: 150px;
	line-height: 0;
}

.flb_iiuc{
	width: 170px;
	line-height: 0;
}

.flb_tsukuba img,
.flb_iiuc img{
	width: 100%;
	height: auto;
}

.flb_tsukuba a,
.flb_iiuc a{
	display: block;
}

.flb_tsukuba a:hover,
.flb_iiuc a:hover{
	opacity: 0.6;
}

.f_link_2{
	padding: 40px 0;
	overflow: hidden;
}

.f_link_2 ul li{
	line-height: 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;
	width: 170px;
	margin: 0 auto;
}

.f_link_2 ul li a:hover{
	opacity: 0.6;
}

.f_menu{
	clear: both;
	overflow: hidden;
	padding: 20px 0;
	background: #5c068c;
	display: none;
}

.f_menu ul{
	width: 802px;
	margin: 0 auto;
	overflow: hidden;
}

.f_menu ul li{
	float: left;
	margin-right: 50px;
}

.f_menu ul li:last-child{
	margin-right: 0;
}

.f_menu ul li a{
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
}

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

#colophon {
	padding: 0 0 0 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;
}

.footer_bg{
	background: #eeeeef;
	padding: 60px 0;
	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;
}

#site-info {
	width: 360px;
	height: 74px;
	display: block;
	clear: both;
	margin-bottom: 0;
}

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

#site-info a:hover{
	opacity: 0.6;
}

p.add{
	margin-bottom: 0;
	line-height: 1.6;
	display: none;
}

#site-generator {
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
}

#site-generator a:hover {color: #00c1c1;}

.fo_link li{
	color:#fff;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	border-left: 1px solid #333;
	padding: 0 10px;
	line-height: 1.2;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.fo_link li:last-child{
	border-right: 1px solid #333;
}

.fo_link li a{
	text-decoration: underline;
}

.copyright{
	position: absolute;
	bottom: 0;
	right: 0;
}

.footer_link{
	position: absolute;
	top: 0;
	right: 0;
}

.footer_link ul li{
	line-height: 0;
}

.footer_link ul li a{
	display: block;
}

.footer_link ul li a:hover{
	opacity: 0.6;
}

.footer_tsukuba{
	padding: 40px 0 45px 0;;
	text-align: center;
	line-height: 0;
}

.footer_imagine{
	padding: 80px 0 75px 0;
	background: #00c1c1;
	text-align: center;
	line-height: 0;
}

/* =Slick Slider
-------------------------------------------------------------- */

.slider{
    margin: 0 auto;
    width: 100%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

/* =Slider
-------------------------------------------------------------- */
#slider {
	position: relative;
	height:400px;
	width:100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.slide-wrap {
	width:6580px;
	height:360px;
	position:absolute;
	left:50%;
	margin-left:-3290px;
}
.bx-wrapper {width:100%; max-width:100% !important;}
#slider li {
	width: 940px;
	float: left;
	height: 360px;
	margin-top: 0px;
	padding: 0;
	z-index:100;
}
/* コントローラー */
.bx-controls {
	position:absolute;
	width:940px;
	top:0;
	left:50%;
	margin-left:0;
}
.bx-controls-direction a {
position:absolute;
width:100%;
height:360px;
top:0;
display:block;
color:transparent;
background: rgba(255,255,255,0.5);
}

.bx-controls-direction a:hover {background-color:rgba(255,255,255,0.5); }

a.bx-prev {left:-1410px;}
a.bx-next {right:-470px; }

a.bx-prev:before {content:"test"; position:absolute; width:50px; height:78px; display:inline-block; background:url(images/arrow_left.png); background-size: cover; top:50%; margin-top: -39px; right: 60px; z-index: 100;}
a.bx-prev:before:hover {opacity:1;} 
a.bx-next:before {content:"test"; position:absolute; width:50px; height:78px; display:inline-block; background:url(images/arrow_right.png); background-size: cover; top:50%; margin-top: -39px; left: 60px; z-index: 100;}
a.bx-next:before:hover {opacity:1;}

/* PAGER top
-------------------------------------------------------------- */
.bx-pager{
position: absolute;
    top: 350px;
    width: 940px;
    left: -470px;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* News & Single
-------------------------------------------------------------- */
#f_news{
	margin-bottom: 80px;
	background: #f8f8f8;
	padding: 50px 0 60px 0;
}

#content #f_news h3.f-title{
	border-bottom: none;
	margin: 0 0 0 0;
	text-align: left;
}

.f_news{
	display: block;
	overflow: hidden;
}

.f_news li.ca_press,
.f_news li.ca_blog,
.f_news li.ca_news{
	float: left;
	margin-right: 20px;
}

#content .f_news ul,
#content .p_news ul{
	border-top: 1px solid #00c1c1;
	margin-bottom: 0;
	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;
}

#content .f_news ul:last-child,
#content .p_news ul:last-child{
	border-bottom: 1px solid #00c1c1;
}

.entry-date{
	font-size: 15px;
	font-size: 1.5rem;
	float: left;
	margin-right: 15px;
}

.single .entry-date{
	margin-bottom: 30px;
}

li.date a:hover{
	color: #333;
}

li.news,
li.event,
li.report,
li.technical{
	float: left;
	width: 100px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 14px;
	background: #00c1c1;
	color: #fff;
	margin-right: 15px;
	line-height: 1.0;
}

li.event{
	background: #39b54a;
}

li.report{
	background: #5c068c;
}

li.technical{
	background: #1a83c6;
	font-size: 12px;
	font-size: 1.2rem;
}

.blog-title a{
	font-size: 15px;
	font-size: 1.5rem;
	text-decoration: underline;
}

.blog-title a:hover{
	color: #5c068c;
}

.news-more a{
    color: #00c1c1;
    font-weight: bold;
}

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

.single img:hover{
	opacity: 1.0;
}

.single .date{
	margin-bottom: 40px;
}

#content .single-title{
	border-top:1px solid #00c1c1;
	border-bottom: 1px solid #00c1c1;
	padding: 12px 0;
	margin-bottom: 10px;
	text-align: left !important;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}

.more{
	display: block;
	clear: both;
	position: absolute;
	right: 20px;
	top: 15px;
}

.more a{
	display: block;
    font-size: 13px;
    font-size: 1.3rem;
    color: #5c068c;
    text-align: right;
    clear: both;
    text-decoration: underline;
}

.more a:after{
	font-family: 'FontAwesome';
	content: "\f101";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

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

.single #content h4{
	margin-bottom: 10px;
	font-size: 15px;
    font-size: 1.5rem;
    border-top: 1px solid #5c068c;
    border-bottom: 1px solid #5c068c;
    border-left: 5px solid #5c068c;
    padding: 7px 0 7px 14px;
    color: #5c068c;
    font-weight: bold;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

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

.single #content p a{
	color: #c6000b;
}

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

.news_more a{
	color: #c6000b;
}

.news_more a:after{
	font-family: 'FontAwesome';
	content: "\f101";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.news_more a:hover{
	color: #5c068c;
}

.single #content p a img{
	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;
}

.single #content p a:hover img{
	opacity: 0.5;
	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;
}

/* =contactform7
-------------------------------------------------------------- */
#p_contact{
	width: 760px;
	display: block;
	margin: 0 auto;
}

#content #p_contact p{
	text-align: center;
	margin-bottom: 0;
}

#content #p_contact p.gray{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 13px;
	font-size: 1.3rem;
}

#content table.contact{
	margin-bottom: 20px;
}

#content table.contact tr th,
#content table.contact tr td{
	padding: 12px 20px;
	border: 1px solid #ccc;
}

#content table.contact tr th{
	width: 36%;
	background: #f2f2f2;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	color: #333;
}

#content table.contact tr:last-child th{
	border-bottom: 1px solid #ccc;
}

.entry-content .wpcf7 input{
	width: 100%;
	outline: 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;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    outline: 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;
    padding: 10px;
}

#content input[type="submit"] {
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    -webkit-appearance: none;
    border:none;
    padding: 12px 20px;
}

.entry-content .wpcf7 input[type="checkbox"] {
    width: 17px;
    height: 17px;
    border: 1px solid #3c3c3c;
    border-radius: 7px;
    background: transparent;
    opacity: 0.8;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    outline: none !important;
}
.entry-content .wpcf7 input[type="checkbox"] {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: button;
    appearance: button;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    vertical-align: middle;
    padding: 0;
}

.entry-content .wpcf7 input[type="checkbox"]:checked::after {
    position: absolute;
    content: "";
    top: -2px;
    left: 6px;
    width: 8px;
    height: 14px;
    border-right: 4px solid #e50012;
    border-bottom: 4px solid #e50012;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
}

span.wpcf7-list-item-label,
.confirmation span{
    vertical-align: middle;
}

span.wpcf7-list-item-label,
.confirmation span{
    vertical-align: middle;
}

#content #p_contact .confirmation p,
#content #p_contact table.contact p{
    text-align: left;
}

#b {
	font-weight: bold;
    background: #5c068c;
    color: #333;
    width: 50%;
    padding: 12px;
    border: 0px;
    line-height: 1.2em;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

#b:hover {
    background: #00c1c1;
    color: #e8615e;
    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;
}

.wpcf7 input[name="your-zip"],
.wpcf7 input[name="your-pref"]{
	width: 40%;
}

.c-title {
    background: none;
    font-weight: bold;
    padding: 10px 15px 8px 15px;;
    margin-bottom: 10px;
    border: 1px solid #00c1c1;
    color: #00c1c1;
}

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

/*
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-name2"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-email_confirm"],
.wpcf7 input[name="your-subject"],
.wpcf7 input[name="your-message"] {
        width: 100%;
}
*/

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color: #ccc; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #bebebe; }

/* Firefox 18- */
:-moz-placeholder {
    color: #c6c6c6; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #c6c6c6; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #c6c6c6; }

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

/* エラーメッセージ */
.wpcf7-validation-errors{
	margin-bottom: 15px;
	color: #c6000b;
	font-weight: bold;
	text-align: center;
}

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

.screen-reader-response ul li{
	display: none;
}

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

.wpcf7-list-item{
    display: block;
    float: left;
}

.confirmation {
    color: #e50012;
    font-weight: bold;
    margin-bottom: 30px;
}

select.wpcf7-form-control.wpcf7-select{
	width: 160px;
	height: 39px;
	font-size: 14px;
	font-size: 1.4rem;
	border: none;
	background: #f6f6f6;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    border-radius: 0;
}

span.c_arrow{
	position: relative;
}

span.c_arrow:after{
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
	right: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	padding-top: 2px;
	pointer-events: none;
}

.g_re{
    text-align: center;
    margin-top: 80px;
    border: 1px solid #ccc;
    padding: 20px;
}

.g_re a{
    color: #67328e;
    text-decoration: underline;
}

.g_re a:hover{
    color: #00c1c1;
}

.grecaptcha-badge {
    visibility: hidden;
}


/* =Thaks
-------------------------------------------------------------- */
.thanksmail{
}

#content .thanksmail p{
	margin-bottom: 0;
	text-align: center;
	line-height: 2.0;
	font-size: 16px;
	font-size: 1.6rem;
}

#content .thanksmail p:nth-of-type(2){
	margin-bottom: 80px;
}

.thanksmail .more{
	position: static;
	top: inherit;
	right: inherit;
}

.thanksmail .more a{
	text-align: center;
	width: 240px;
	margin: 0 auto;
	background: #00c1c1;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	border-radius: 25px;
	padding: 12px 0 11px 0;
}

.thanksmail .more a:after{
	font-family: 'FontAwesome';
	content: "\f101";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

/* breadcrumbs
-------------------------------------------------------------- */
.bread{
	margin-bottom: 10px;
}

ul.breadcrumbs {
	float: left;
	width: 100%;
	height: 1.4em;
}

ul.breadcrumbs li {
	float: left;
	padding-right: 0.5em;
	position: relative;
	font-size: 13px;
	font-size: 1.3rem;
	color: #5c068c;
}

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

ul.breadcrumbs li:before{
	font-family: 'FontAwesome';
	content:"\f101";
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #333;
}

ul.breadcrumbs li:nth-child(1):before{
	font-family: 'FontAwesome';
	content:"\f015";
	display: none;
	margin-right: 0;
	font-size: 17px;
	font-size: 1.7rem;
	color: #c8c8c8;
}

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

/* =Page
-------------------------------------------------------------- */
#content h4.title{
	background: none;
	font-size: 16px;
	font-size: 1.6rem;
	border-left: 6px solid #00c1c1;
	border-top: 1px solid #00c1c1;
	border-bottom: 1px solid #00c1c1;
	padding: 9px 0 8px 16px;
	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;
	font-weight: bold;
}

.policy ul li {
    list-style: decimal;
    margin-bottom: 10px;
}

#content .policy ul {
    margin-left: 1.5em;
    margin-bottom: 30px;
}

#content .policy p{
	margin-bottom: 30px;
	text-align: justify;
}

.policy a{
    color: #67328e;
    text-decoration: underline;
}

.policy a:after{
	font-family: 'FontAwesome';
	content: "\f101";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.policy a:hover{
    color: #00c1c1;
}

/* =page
-------------------------------------------------------------- */
.img_center{
	line-height: 0;
	text-align: center;
	margin: 0 auto;
}

.p_intro{
	margin-bottom: 60px;
}

#content .p_intro p{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.2;
}

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

/* =Front-page
-------------------------------------------------------------- */
#f_flintbox{
	margin-bottom: 80px;
	overflow: hidden;
}

#content #f_flintbox h3.f-title{
	width: auto;
	text-align: left;
	margin-bottom: 30px;
}

#content #f_flintbox p{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.0;
	margin-bottom: 30px;
	text-align: left;
}

#f_flintbox dl{
	float: left;
	margin-right: 4%;
	width: calc(92% / 3);
	width: -webkit-calc(92% / 3);
	margin-bottom: 0;
}

#f_flintbox dl:nth-of-type(3){
	margin-right: 0;
}

#f_flintbox dl a{
	display: block;
}

#content #f_flintbox dl dt{
	line-height: 0;
	margin-bottom: 15px;
	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 #f_flintbox dl a:hover dt{
	background: #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;
}

#content #f_flintbox dl dt img{
	width: 100%;
	height: 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 #f_flintbox dl a:hover dt img{
	opacity: 0.5;
}

#content #f_flintbox dl dd{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 0;
	color: #333;
	min-height: 72px;
}

.f_message,
.f_link,
.f_chart,
.f_project{
	margin-bottom: 100px;
}

.f_message_bg{
	background: url(images/f_message_bg.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	padding: 80px 0;
}

.fm_content{
	width: calc(92% / 5);
	width: -webkit-calc(92% / 5);
	margin-right: 2%;
	float: left;
	border-top: 10px solid #00c1c1;
	border-bottom: 10px solid #00c1c1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.mr0{
	margin-right: 0;
}

.fm_content a{
	display: block;
	height: 100%;
}

.fm_content a:hover{
	color: inherit;
}

.fm_content a dl{
	margin-bottom: 0;
	background: #fff;
	text-align: center;
	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;
}

.fm_content a:hover dl{
	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;
	background: #00c1c1;
}

#content .fm_content a dl dt{
	line-height: 0;
	padding: 10px 10px 0 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;
}

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

#content .fm_content a dl dd.position{
	margin-bottom: 0;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 23px 0 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;
	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 .fm_content a dl dd.position span{
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	line-height: 1.6;
	min-height: 44px;
}

#content .fm_content a dl dd.name{
	margin-bottom: 0;
	font-size: 15px;
	font-size: 1.5rem;
	padding-bottom: 19px;
	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;
}

#content .fm_content a:hover dl dd,
#content .fm_content a:hover dl dd.name span{
	color: #fff;
	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 .fmc_4 a dl dd.position{
	line-height: 1.4;
	padding-bottom: 41px;
}

.fmc_5{
	background: #5c068c;
}

.fmc_5 a{
	padding: 122px 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;
}

.fmc_5 a:hover{
	background: #00c1c1;
}

#content .fmc_5 a h4{
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 2px;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: center;
	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 .fmc_5 a:hover h4{
	color: #fff;
	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 .fmc_5 a p{
	width: 150px;
	margin: 0 auto;
	color: #fff;
	border-radius: 22px;
	border: 1px solid #fff;
	padding: 6px 0 5px 0;
	margin-bottom: 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

#content .fmc_5 a p:after{
	font-family: 'FontAwesome';
	content: "\f101";
	font-weight: normal;
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.f_link{
	margin-bottom: 60px;
}

.f_link a dl{
	float: left;
	width: 480px;
	border: 2px solid #00c1c1;
	padding: 18px 30px 28px 30px;
	margin-bottom: 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;
	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-right: 40px;
}

.f_link a:nth-of-type(2n) dl{
	margin-right: 0;
}

#content .f_link a dl dt h3.f-title{
	width: 340px;
	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: 30px;
}

#content .f_link a dl dt h4.f-sub_title{
	margin-bottom: 28px;
	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 .f_link a dl dd{
	margin-bottom: 0;
	line-height: 0;
	text-align: center;
}

#content .f_link a dl.f_i dd{
	line-height: 1.6;
	text-align: left;
}

#content .f_link a dl.f_i dd ul{
	margin-bottom: 0;
	padding-left: 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;
}

#content .f_link a dl.f_i dd ul li{
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
	color: #5c068c;
	margin-bottom: 2px;
}

#content .f_link a dl.f_i dd ul li:last-child{
	margin-bottom: 1px;
}

.f_link a:hover dl{
	background: #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;
}

#content .f_link a:hover dl dt h3.f-title,
#content .f_link a:hover dl dt h4.f-sub_title{
	color: #fff;
	border-bottom-color: #fff;
	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 .f_chart h3.f-title{
	width: 340px;
}

.f_overview{
	margin-bottom: 90px;
}

#content .f_overview h3.f-title{
	width: 400px;
}

.f_overview dl{
	width: 480px;
	margin-right: 40px;
	margin-bottom: 30px;
	float: left;
}

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

.f_overview dl:nth-of-type(3),
.f_overview dl:nth-of-type(4){
	margin-bottom: 60px;
}

#content .f_overview dl dt{
	background: #67328e;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.6;
	padding: 12px 0 12px 0;
}

#content .f_overview dl dd{
	margin-bottom: 0;
	padding: 20px 30px 0 30px;
	background: #eeeeef;
	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 .f_overview dl:nth-of-type(2) dd:nth-of-type(1){
	min-height: 321px;
}

#content .f_overview dl:nth-of-type(4) dd:nth-of-type(1){
	min-height: 269px;
}

#content .f_overview dl dd:nth-of-type(2){
	padding: 20px 0 25px 0;
}

#content .f_overview dl dd:nth-of-type(2) p{
	margin-bottom: 0 !important;
}

#content .f_overview dl dd:nth-of-type(2) p a{
	text-align: center;
	width: 240px;
	margin: 0 auto;
	background: #00c1c1;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	border-radius: 25px;
	display: block;
	padding: 10px 0 13px 0;
}

#content .f_overview dl dd:nth-of-type(2) p a:after{
	font-family: 'FontAwesome';
	content: "\f101";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

#content .f_overview dl dd:nth-of-type(2) p a:hover{
	background: #67328e;
}

#content .f_overview dl dd h5{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.6;
}

#content .f_overview dl dd p{
	margin-bottom: 0;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
}

#content .f_overview dl:nth-of-type(1) dd p:nth-of-type(1),
#content .f_overview dl:nth-of-type(3) dd p:nth-of-type(1){
	margin-bottom: 10px;
}

#content .f_overview dl:nth-of-type(2) dd p:nth-of-type(1){
	margin-bottom: 5px;
}

#content .f_overview dl:nth-of-type(2) dd p{
	line-height: 2.0;
}

#content .f_overview dl:nth-of-type(2) table{
	border: none;
	margin-bottom: 20px;
}

#content .f_overview dl:nth-of-type(2) tr th,
#content .f_overview dl:nth-of-type(2) tr td{
	border: none;
	padding: 0;
}

#content .f_overview dl:nth-of-type(2) tr th{
	background: #555e7b;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
	width: 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;
}

#content .f_overview dl:nth-of-type(2) tr td{
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	padding-left: 20px;
	font-weight: bold;
}

#content .f_overview dl:nth-of-type(4) table{
	border: none;
	margin-bottom: 0;
}

#content .f_overview dl:nth-of-type(4) tr th,
#content .f_overview dl:nth-of-type(4) tr td{
	border: none;
	padding: 0;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	text-align: left;
}

#content .f_overview dl:nth-of-type(4) tr th{
	width: 170px;
}

#content .f_overview h4.f_initiatives{
	width: 240px;
	margin: 0 auto;
	background: #eeeeef;
	color: #67328e;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	margin-bottom: 30px;
	font-size: 19px;
	font-size: 1.9rem;
}

#content .f_overview p.square{
    margin-bottom: 0px !important;
}

#content .f_overview p.square:before,
#content .f_overview dl th.square:before{
    font-family: 'FontAwesome';
    content:"\f0c8";
    display: inline-block;
    margin-right: 3px;
    font-size: 17px;
    font-size: 1.7rem;
    color: #67328e;
}

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

.f_overview ul li{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: 1px solid #00c1c1;
	padding-bottom: 25px;
	margin-bottom: 25px;
	line-height: 1.8;
}

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

#content .f_creativemanager h3.f-title{
    width: 360px;
}

.f_creativemanager{
    margin-bottom: 100px;
}

.f_project .img_center {
	margin-bottom: 40px;
}

.f_project .img_center img{
	width: 100%;
	height: 170px;
}

#content .f_project p a,
.c_member a{
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    background: #00c1c1;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 240px;
    padding: 10px 0 13px 0;
    text-align: center;
    border-radius: 25px; 
}

#content .f_project p a:after,
.c_member a:after{
	font-family: 'FontAwesome';
	content: "\f101";
	display: inline-block;
	margin: 0 0 0 0.5em;    
}

#content .f_project p a:hover,
.c_member a:hover{
    background: #5c068c;
}

.f_access{
	background: #f8f8f8;
	padding: 60px 0 100px 0;
	display: none;
}

#content .f_access h3.f-title{
	width: 170px;
}

#content .f_access h4.f-sub_title{
	margin-bottom: 40px;
}

.f_map{
	line-height: 0;
	margin-bottom: 20px;
}

#content .f_access p{
	text-align: center;
	margin-bottom: 20px;
}

.f_gmap a{
	width: 280px;
	margin: 0 auto;
	background: #00c1c1;
	display: block;
	padding: 11px 0;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 26px;
}

.f_gmap a:after{
	font-family: 'FontAwesome';
	content: "\f101";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.f_gmap a:hover{
	background: #5c068c;
}

/* =ベンチャーエコシステムの強化（venture）
-------------------------------------------------------------- */
#content .venture h4{
	text-align: center;
	width: 900px;
	margin: 0 auto;
	margin-bottom: 40px;
	background: #5976ba;
	color: #fff;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	border-radius: 24px;
	padding: 7px 0 4px 0;
}

/* =ご挨拶（greeting）
-------------------------------------------------------------- */
.greeting{
	overflow: hidden;
	border-top: 2px solid #00c1c1;
	padding: 40px 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;
}

.greeting_4{
	border-bottom: 2px solid #00c1c1;
}

.greeting_l{
	float: left;
	line-height: 0;
	width: 170px;
}

.greeting_r{
	float: right;
	width: 778px;
}

.greeting dl{
	margin-bottom: 0;
}

#content .greeting_r dl dt{
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 1.4;
	margin-bottom: 10px;
}

#content .greeting_r dl dt span{
	font-size: 18px;
	font-size: 1.8rem;
}

#content .greeting_r dl dd{
	margin-bottom: 0;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
	line-height: 2.0;
}

#content .greeting_r dl dd span.f13{
	display: inline-block;
    margin-bottom: 10px;
}

#content .greeting_r dl dd span.purple{
	font-weight: bold;
	color: #5c068c;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.greeting_creativemanager{
	margin-top: -15px;
}

.greeting_creativemanager a{
	border: 4px solid #00c1c1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    background: #5c068c;
    padding: 33px 250px;
    display: flex;
    justify-content: space-between;
}

.greeting_creativemanager a:hover{
	background: #00c1c1;
}

#content .greeting_creativemanager a h3{
    color: #fff;
    margin-bottom: 0;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 2px;
}

#content .greeting_creativemanager p{
    display: none;
}

.gc_member{
    width: 200px;
    height: 46px;
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    border-radius: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
    font-weight: bold;
}

/* =コンプライアンス対応（compliance）
-------------------------------------------------------------- */
#content .compliance h4{
	text-align: center;
	font-weight: bold;
	color: #fff;
	width: 640px;
	margin: 0 auto;
	padding: 6px 0 5px 0;
	background: #5c068c;
	border-radius: 24px;
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 30px;
}

/* =各研究分野のプロジェクト紹介（project）
-------------------------------------------------------------- */
.project{
	margin-bottom: 30px;
	border: 4px solid #5976ba;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding: 20px;
	background: #eeeeef;
	position: relative;
	min-height: 228px;
}

.project_l{
	width: 652px;
}

.project_l dl{
	margin-bottom: 0;
}

#content .project_l dl dd.pr_link{
    margin-top: 16px;
}

#content .project_l dl dd.pr_link a{
    color: #5c068c;
    text-decoration: underline;
}

#content .project_l dl dd.pr_link a:after {
    font-family: 'FontAwesome';
    content: "\f101";
    display: inline-block;
    margin: 0 0 0 0.5em;
}

#content .project_l dl dd.pr_link a:hover{
    color: #00c1c1;
}

#content .project_l dl dt{
	border-radius: 25px;
	background: #5976ba;
	padding: 10px 0 9px 30px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 12px;
}

#content .project_l dl dd{
	margin-bottom: 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
}

#content .project_l dl dd span{
	font-style: italic;
}

.project_r{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 276px;
	line-height: 0;
}

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

.project_r ul li{
	float: left;
	width: 50%;
	transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
	-ms-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
}

.project_r ul li:hover{
	transform:scale(2.0,2.0);
	transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
	-ms-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
}
			
.project_final{
	min-height: 322px;
}

/* =研究者の研究領域や学部等を横断した組織化の考え方（organizing）
-------------------------------------------------------------- */
.organizing .img_center{
	margin-bottom: 40px;
}

#content .organizing h4{
	font-weight: bold;
	text-align: center;
	width: 524px;
	margin: 0 auto;
	font-size: 21px;
	font-size: 2.1rem;
	border: 2px solid #eeeeef;
	padding: 12px 0 11px 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;
}

/* =国際展開（openinnovation）
-------------------------------------------------------------- */
.openinnovation{
	margin-bottom: 120px;
}

#content .openinnovation h4{
	text-align: center;
	font-weight: bold;
	width: 940px;
	margin: 0 auto;
	background: #00c1c1;
	border-radius: 24px;
	color: #fff;
	font-size: 21px;
	font-size: 2.1rem;
	padding: 6px 0 5px 0;
	margin-bottom: 80px;
	
}

#content .o_amerika h4{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	border: 2px solid #e6e6e6;
	width: 360px;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 9px 0 8px 0;
}

#content .o_amerika p{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.2;
	margin-bottom: 70px;
}

.internationalexpansion{
	display: flex;
	justify-content: space-between;
}

.internationalexpansion_img{
	width: 360px;
	line-height: 0;
}

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

.internationalexpansion_content{
	width: calc(100% - 390px);
	width: -webkit-calc(100% - 390px);
	padding-top: 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;
}

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

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

#content .internationalexpansion_content dl dt{
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	padding-left: 58px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	line-height: 1.6;
	margin-bottom: 5px;
}

#content .internationalexpansion_content dl dt span{
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	position: absolute;
	top: -3px;
	left: 0;
}

#content .internationalexpansion_content dl dd{
	padding-left: 58px;
	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;
}

/* =アクセス（access）
-------------------------------------------------------------- */
.a_guide{
	width: 740px;
	margin: 0 auto;
	margin-bottom: 80px;
}

#content .a_guide h3{
	color: #5c068c;
	letter-spacing: 1px;
	font-weight: bold;
	border-top: 1px solid #00c1c1;
	border-bottom: 1px solid #00c1c1;
	border-left: 6px solid #00c1c1;
	padding: 12px 0 12px 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;
	background: #f2f2f2;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 20px;
}

#content .a_guide p{
	margin-bottom: 45px;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
}

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

#content .a_guide dl dt{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 8px 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;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 15px;
}

#content .a_guide dl dd{
	margin-bottom: 0;
	line-height: 2.0;
	font-size: 15px;
	font-size: 1.5rem;
}

.a_map{
	margin-bottom: 80px;
}

#content .a_map p{
	text-align: center;
	margin-bottom: 20px;
}

/* =主要な取り組み（initiatives）
-------------------------------------------------------------- */
.initiatives_block{
	display: flex;
	flex-flow: wrap;
}

.initiatives dl{
	width: calc((100% - 40px) / 2);
	width: -webkit-calc((100% - 40px) / 2);
	margin-right: 40px;
	margin-bottom: 30px;
}

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

.initiatives dl:nth-of-type(3),
.initiatives dl:nth-of-type(4){
	margin-bottom: 60px;
}

#content .initiatives dl dt{
	background: #67328e;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.6;
    padding: 12px 0 12px 0;
}

#content .initiatives dl dd{
	margin-bottom: 0;
	padding: 20px 30px 0 30px;
	background: #eeeeef;
	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 .initiatives dl dd h5{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.6;
}
			
#content .initiatives dl dd h5.pab{
	padding-bottom: 10px;
	margin-bottom: 0;
}
			
#content .initiatives dl dd p,
#content .initiatives dl dd:nth-of-type(1) p:last-child{
	margin-bottom: 0;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
}

#content .initiatives dl:nth-of-type(1) dd:nth-of-type(1) p:nth-of-type(1),
#content .initiatives dl:nth-of-type(3) dd:nth-of-type(1) p:nth-of-type(1){
	margin-bottom: 10px;
}

#content .initiatives dl:nth-of-type(2) dd:nth-of-type(1) p:nth-of-type(1){
	margin-bottom: 5px;
}

#content .initiatives dl:nth-of-type(2) dd p{
	line-height: 2.0;
}

#content .initiatives dl dd:nth-of-type(2){
	padding: 20px 0 25px 0;
}

#content .initiatives dl dd:nth-of-type(2) p{
	margin-bottom: 0;
}

#content .initiatives dl dd:nth-of-type(2) p a{
	text-align: center;
	width: 240px;
	margin: 0 auto;
	background: #00c1c1;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	border-radius: 25px;
	display: block;
	padding: 10px 0 13px 0;
}

#content .initiatives dl dd:nth-of-type(2) p a:after{
	font-family: 'FontAwesome';
	content: "\f101";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

#content .initiatives dl dd:nth-of-type(2) p a:hover{
	background: #67328e;
}

#content .initiatives dl dd p span.r_arrow:after,
#content .f_overview dl dd p span.r_arrow:after{
	font-family: 'FontAwesome';
	content: "\f061";
	display: inline-block;
	margin: 0 0.5em 0 0.5em;
	font-size: 12px;
	font-size: 1.2rem;
}

#content .initiatives dl:nth-of-type(2) table{
	border: none;
	margin-bottom: 20px;
}

#content .initiatives dl:nth-of-type(2) tr th,
#content .initiatives dl:nth-of-type(2) tr td{
	border: none;
	padding: 0;
}

#content .initiatives dl:nth-of-type(2) tr th{
	background: #555e7b;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
	width: 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;
}

#content .initiatives dl:nth-of-type(2) tr td{
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	padding-left: 20px;
	font-weight: bold;
}

#content .initiatives dl:nth-of-type(4) table{
	border: none;
	margin-bottom: 0;
}

#content .initiatives dl:nth-of-type(4) tr th,
#content .initiatives dl:nth-of-type(4) tr td{
	border: none;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: top;
	text-align: left;
}

#content .initiatives dl:nth-of-type(4) tr th{
	width: 175px;
}

#content .initiatives h4.f_initiatives{
	width: 240px;
	margin: 0 auto;
	background: #eeeeef;
	color: #67328e;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 1px;
	font-size: 19px;
	font-size: 1.9rem;
}

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

.initiatives ul li{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: 1px solid #00c1c1;
	padding-bottom: 25px;
	margin-bottom: 25px;
	line-height: 1.8;
}

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

/* =組織図（chart）
-------------------------------------------------------------- */
.chart area{
	outline: none;
}

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

#content .chart p a{
	display: block;
	width: 420px;
	margin: 0 auto;
	border-radius: 25px;
	background: #00c1c1;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px 0 8px 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;
	text-align: center;
	color: #fff;
}

#content .chart p a:after{
	font-family: 'FontAwesome';
	content: "\f101";
	display: inline-block;
	margin: 0 0 0 0.5em;
}

#content .chart p a:hover{
	background: #5c068c;
}

/* =データベース（database）
-------------------------------------------------------------- */
.database{
	width: 770px;
	margin: 0 auto;
}

#content .database ul{
	overflow: hidden;
	margin-bottom: 0;
}

.database ul li{
	width: 360px;
	float: left;
	margin-right: 50px;
}

.database ul li:nth-of-type(2){
	margin-right: 0;
}

.database ul li a{
	background: #00c1c1;
	display: block;
	padding: 16px 0 15px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	font-size: 20px;
	font-size: 2.0rem;
	border-radius: 50px;
	line-height: 1.6;
}

.database ul li a:after{
	font-family: 'FontAwesome';
	content: "\f101";
	font-weight: normal;
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.database ul li a:hover{
	background: #5c068c;
}

.d_list{
	width: 770px;
	margin: 0 auto;
}

#content .d_list ul{
	overflow: hidden;
	margin-bottom: 0;
}

.d_list ul li{
	float: left;
	width: 230px;
	margin-right: 40px;
	margin-bottom: 40px;
}

.d_list ul li:nth-of-type(3n){
	margin-right: 0;
}

.d_list ul li a{
	display: block;
	text-align: center;
	color: #fff;
	background: #00c1c1;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 15px 0 13px 0;
	border-radius: 32px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.d_list ul li a:after{
	font-family: 'FontAwesome';
	content: "\f101";
	font-weight: normal;
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.d_list ul li a:hover{
	background: #5c068c;
}

.needsdriven{
	margin-bottom: 80px;
}


/* =投稿
-------------------------------------------------------------- */
#content h4.heading_1{
    font-size: 15px;
    font-size: 1.5rem;
    border-top: 1px solid #5c068c;
    border-bottom: 1px solid #5c068c;
    border-left: 5px solid #5c068c;
    padding: 7px 0 7px 14px;
    color: #5c068c;
    font-weight: bold;
}

#content p.bg_1{
    background: #eee;
    padding: 15px;    
}

/* =埋め込み動画
-------------------------------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 100px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* =技術情報
-------------------------------------------------------------- */
.technical_block{
	display: flex;
	flex-flow: wrap;
}

#content .technical_block ul{
	width: calc(92% / 3);
	width: -webkit-calc(92% / 3);
	margin-right: 4%;
	margin-bottom: 50px;
}

#content #f_flintbox .technical_block ul{
	margin-bottom: 0 !important;
}

#content .technical_block ul:nth-of-type(3n){
	margin-right: 0;
}

#content .technical_block ul a{
	display: block;
}

li.technical_block_img{
	width: 100%;
	height: 220px;
	line-height: 0;
	border: 1px solid #000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background: #00c1c1;
	margin-bottom: 7px;
}

li.technical_block_img img{
	width: 100%;
	height: 100% !important;
	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;
}

a:hover li.technical_block_img img{
	opacity: 0.5;
	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;
}

li.technical_block_title{
	font-size: 15px;
	font-size: 1.5rem;
	color: #333;
	line-height: 1.6;
}

/* @media screen
-------------------------------------------------------------- */
@media (max-width: 1350px) {/*------1020〜1350---------*/
	.inner,
	.w1100{
		width: 960px;
	}
	
	#site-title{
		margin-bottom: 10px;
	}
	
	.h_menu{
		position: static;
		right: inherit;
		bottom: inherit;
		clear: both;
		overflow: hidden;
		width: 751px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.h_menu ul li{
		margin-right: 30px;
	}
	
	.h_menu_2{
		top: 35px;
	}
	
	.top_title{
		width: 800px;
		height: 250px;
		margin-top: -125px;
		margin-left: -400px;
	}
	
	.top_title img{
		width: 100%;
		height: auto;
	}
	
	.fmc_5 a{
		padding: 118px 0 117px 0;
	}
	
	.f_link a dl{
		width: 48%;
		margin-right: 4%;
		padding: 18px 20px 28px 20px;
	}
	
	.footer_link,
	.copyright{
		right: 20px;
	}
	
	.chart .img_center img,
	.needsdriven .img_center img,
	.openinnovation .img_center img,
	.o_amerika .img_center img,
	.venture .img_center img,
	.compliance .img_center img{
		width: 100%;
		height: auto;
	}
	
	.initiatives dl{
		width: 48%;
		margin-right: 4%;
	}
	
	#content .initiatives dl dd{
		padding: 20px 20px 0 20px;
	}
	
	.project_l{
		width: -webkit-calc(100% - 306px);
		width: calc(100% - 306px);
	}
	
	.database_detail ul li,
	.w1100 .database_detail ul li{
		margin-right: 1%;
		width: -webkit-calc(98% / 3);
		width: calc(98% / 3);
	}
	
	.w1100 .database_detail ul li:nth-of-type(3n){
		width: -webkit-calc(98% / 3);
		width: calc(98% / 3);
		margin-right: 0;
	}
	
	.internationalexpansion{
		max-width: 700px;
		margin: 0 auto;
		display: block;
		justify-content: inherit;
	}
	
	.internationalexpansion_img{
		margin: 0 auto;
		margin-bottom: 60px;
	}
	
	.internationalexpansion_content{
		width: 100%;
		padding-top: 0;
	}
}/*------1020〜1350---------*/

/* @media screen
-------------------------------------------------------------- */
@media screen and (min-width:670px) and ( max-width:1290px) {
    /*　画面サイズが670pxから1290pxまではここを読み込む　*/
html,body{
    width: 100%;
}
}
