@charset "utf-8";

/*横幅が767px以下の場合は「クラスbr-spが有効」
横幅が767pxを超える場合は「クラスbr-pcが有効」*/

@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}


*{
	margin:0 auto;
	border: solid 1px #fff;
}

/*
html{
	min-height:100%;
	position:relative;
}
*/

body {
/*	width: 100%;
    height:100%;*/
    margin: 0;
    padding: 0;
	line-height: 1.4;
	font-size: 14px;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
	min-height: 100%;
	min-width: 320px;
	overflow-x: hidden;
	font-family :"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#wrapper {
	width: 100%;
	margin: 0px auto;
}

.main {
	width: 100%;
	margin: 0 auto 30px;
	padding-top: 100px;
}

.center {
	text-align: center;
}

.fll {
	float: left;
}

.flr {
	float: right;
}

img {
	border: 0; 
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
	text-decoration: none;
	color: #333;
}

.solidline {
	border:solid #fff;
	border-width: 0 0 1px 0;
}

.external_link {
  display: inline-block;
  padding-right: 20px;
  border:solid #6699ff;
  border-width:0 0 1px 0;
  background: url(../images/external_link_icon.png) no-repeat right center;
}

.external_link:hover {
  color: #6699ff;
}

.internal_link {
  display: inline-block;
  border:solid #6699ff;
  border-width:0 0 1px 0;
} /*20220524*/

.internal_link:hover {
  color: #6699ff;
}

.sub {
  vertical-align: sub;
  font-size: smaller;
} /*20220608*/

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

h3 {
	color: #0021B2;
	font-weight: bold;
	font-size: 20px;
}


/*フッターここから*/

#footer{
	width:100%;
	background-color:#C5DCFE;
	color:#555;
	text-align: center;
	position: fixed;
	bottom: 0;
	margin: 100px 0 0;
	height: 50px;
	line-height: 50px;
}


/*---------------------------------------------------------
	基本設定ここまで
	共通設定ここから
------------------------------------------------------------*/


/*ヘッダここから*/

header {
	position: fixed;
	width: 100%;
	height: 90px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	padding: 30px 10px;
	z-index: 6;/*前面指定*/
  	border:solid #eee;
	border-width:0px 0 3px 0;
}


/*---------------------------------------------------------
	header_inner固有設定ここから(スマホ＝max-width: 767px)
------------------------------------------------------------*/
@media screen and (max-width: 767px) {


#header_inner {
	max-width: 767px;
	margin: 0 auto;
	height: 40px;
	overflow: hidden;
}

#header_inner p {
	margin: 3px 10px 0 0;

}

#header_inner h1 img {
	width: 450px;
}

#header_inner .tus_logo {
	float: left;
}

}/*---------------------------------------------------------
	header_inner固有設定ここから(タブレット・低解像度PC＝768-1279px)
------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1279px) {


#header_inner {
	max-width: 1100px;
	margin: 0 auto;
	height: 40px;
}

#header_inner p {
	margin: 3px 70px 0 0;
}

#header_inner h1 {
	margin: -5px 0 0 0;
	max-width: 100%;
}

#header_inner .tus_logo {
	float: left;
	margin: 12px 80px 0 0;
}


}/*---------------------------------------------------------
	header_inner固有設定ここから(PC=min-width: 1280px)
------------------------------------------------------------*/

@media screen and (min-width:1280px) {

#header_inner {
	max-width: 1100px;
	margin: 0 auto;
	height: 40px;
}

#header_inner p {
	margin: 3px 70px 0 0;
}

#header_inner h1 {
	margin: -5px 0 0 0;
	max-width: 100%;
}

#header_inner .tus_logo {
	float: left;
	margin: 12px 80px 0 0;
}



}/*---------------------------------------------------
	PC固有設定 終わり
/*---------------------------------------------------------


/*ナビゲーションここから*/


/*---------------------------------------------------------
	ナビゲーション固有設定ここから(スマホ＝max-width: 767px)
------------------------------------------------------------*/
@media screen and (max-width: 767px) {


nav {
	max-width: 767px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#navigation {
	background: #fff;
	height: 40px;
	text-align: center;
}

#navigation ul {
	width: 750px;
	margin-left: 0px;
}

#navigation li {
	width: 90px;
	float: left;
}

#navigation li a {
	display: block;
	line-height: 40px;
}

#navigation li a:hover {
	background: #eee;
}

#navigation .current a {
	color: #0021B2;
	font-weight: bold;
}

}/*---------------------------------------------------------
	ナビゲーション固有設定ここから(タブレット・低解像度PC以上)
------------------------------------------------------------*/
@media screen and (min-width:768px) {

nav {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#navigation {
	background: #fff;
	height: 40px;
	text-align: center;
}

#navigation ul {
	width: 760px;
	margin-left: 320px;
}

#navigation li {
	width: 95px;
	float: left;
}

#navigation li a {
	display: block;
	line-height: 40px;
}

#navigation li a:hover {
	background: #eee;
}

#navigation .current a {
	color: #0021B2;
	font-weight: bold;
}

}/*---------------------------------------------------
	PC固有設定 終わり
/*---------------------------------------------------------


/*ページトップここから*/

#pagetop a {
	color: #aec3f6;
	opacity: 0.7;
}

#pagetop a:hover {
	color: #aec3f6;
	opacity: 0.5;
}

/*---------------------------------------------------------
	ページトップ固有設定ここから(スマホ＝max-width: 767px)
------------------------------------------------------------*/
@media screen and (max-width: 767px) {

#pagetop {
	font-size: 40px;
	text-align: right;
	position: fixed;
	bottom: 90px;
	right: 30px;
}


}/*---------------------------------------------------------
	ページトップ固有設定ここから(タブレット・低解像度PC以上)
------------------------------------------------------------*/
@media screen and (min-width:768px) {


#pagetop {
	font-size: 40px;
	text-align: right;
	position: fixed;
	bottom: 90px;
	right: 100px;
}

}/*---------------------------------------------------
	PC固有設定 終わり
/*---------------------------------------------------------


/*コンテンツここから*/

.content {
	max-width:1000px;
	margin: 15px auto 0;
	overflow: hidden;
	padding: 20px 50px;
}

.content650 {
/*	max-width:650px;*/
	max-width:700px;
	margin: 0 auto;
	padding: 20px 0 10px;
}

h2 {
	color: #fff;
	font-size: 24px;
    letter-spacing: 3px;
	text-align: center;
	margin: 100px auto 10px;
    border:solid #fff;
	border-width:2px 0 2px 0;
	padding: 8px 100px 3px;
	max-width: 400px;
    background: #0021B2;
}

.eyecatcher {
	width: 100%;
	padding-top: 150px;
}

.eyecatcher img {
	width: 100%; 
}

#home h2 {
	margin: 10px auto 30px;
}

#home .content p {
	font-size: 16px;
	line-height: 2;
	text-indent: 1em;
	margin: 0 0 15px 0;
}

#home .content .ml20 {
	margin: 10px 0 15px 20px;
	text-indent: 0;
}

#home .greeting {
	color: #333;
	margin: 10px 0 120px;
	padding: 5px 10px 5px 0;
	text-align: center;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(215,234,232,1) 25%, rgba(215,234,232,1) 76%, rgba(252,252,252,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(25%, rgba(215,234,232,1)), color-stop(76%, rgba(215,234,232,1)), color-stop(100%, rgba(252,252,252,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(215,234,232,1) 25%, rgba(215,234,232,1) 76%, rgba(252,252,252,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(215,234,232,1) 25%, rgba(215,234,232,1) 76%, rgba(252,252,252,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(215,234,232,1) 25%, rgba(215,234,232,1) 76%, rgba(252,252,252,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(215,234,232,1) 25%, rgba(215,234,232,1) 76%, rgba(252,252,252,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=1 );
}

#home .left360 {
	width: 360px;
	margin: 5px 40px 0 0;
	padding: 10px 0 0 0;
	float:left;
	text-align: left;
}

#home .left360 h3 {
	color: #333;
	margin: 10px 0 5px 0;
	font-size: 19px;
}

#home .left360 h3 span {
	font-size: 12px;
}

#home .left360 p {
	line-height: 20px;
	font-size: 12px;
	text-indent: 0em;
	margin: 0px;
}

#home .right560 {
	max-width: 560px;
	margin: 5px 5px;
	float:right;
}
/*
#home .right560 .inner {
	padding: 5px 5px 5px 5px;
}
*/
#home .right560 h3 {
	color: #0021B2;
	font-size: 20px;
	padding: 10px 0 5px 0;
	margin: 10px 0 15px 0;
	border: solid #ccc;
	border-width: 1px 10px;
}
/*
#home .right560 hr {
	width: 100%;
	margin: 10px auto;
	border: none;
	border-top: 2px dashed #ccc;
}
*/
#home .right560 p {
	font-size: 16px;
	line-height: 2;
	padding: 5px 15px 0;
	text-align: left;
}


/***********************************
Strategy
***********************************/

#strategy .content:last-child {
	margin: 15px auto 150px;
}

#strategy h3 {
	margin: 0 0 20px 0;
}

#strategy h4 {
	font-size: 16px;
	text-indent: -2em;
	margin: 1em 0 1em 0;
	padding: 0 0 0 2em;
	line-height: 1.7;
}

#strategy h4 span {
  color: #0021B2;
	font-size: 30px;
	font-style: italic;
}

#strategy .figure_title {
	text-align: center;
	margin: 20px;
}

#strategy .strategy1 p {
	padding: 20px 0 0 0;
}

#strategy .strategy1 td {
	width: 250px;
}

#strategy table {
	width: 950px;
	margin: 10px 0 0 30px;
}

#strategy .strategy3 img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#strategy .strategy3 td p {
	padding: 10px;
}

#strategy .references dt {
  color: #0021B2;
	font-weight: bold;
	margin: 0 0 10px 30px;
}

#strategy .references dd {
	margin: 0 0 0 50px;
}

#strategy .references dd ol li {
	margin: 0 0 10px 0;
	line-height: 1.5;
}

#strategy .item_description {
	line-height: 2;
	font-size: 16px;
	margin: 0 0 30px 30px;
}

#strategy .item_description  a {
	border:solid #6699ff;
	border-width:0 0 1px 0;
}


/***********************************
Members
***********************************/

.members_area {
	max-width:1000px;
	margin: 0 auto;
	padding-top: 10px;
}

.member_column {
	float: left;
	width: 280px;
	height: 190px;
	margin: 30px 10px 10px 10px;
	padding: 15px 10px;
    border: solid #ddd;
	border-width: 4px 2px 0 0;
	overflow: hidden;
}

.member_column_space {
	float: left;
	width: 280px;
	height: 190px;
	margin: 30px 10px 10px 10px;
	padding: 15px 10px;
    border: solid #fff;
	border-width: 4px 2px 0 0;
	overflow: hidden;
}


.member_column .photo {
	width: 100px;
	float: left;
	margin: 0 15px 0 0;
}

.member_column .photo img {
	width: 100px;
}

.member_detail {
	width: 160px;
	float: left;
}


.member_detail .job_title {
	margin: 0 0 5px 0;
	padding: 3px 10px;
	font-size: 12px;
	background: #0021B2;
	color: #fff;
	border-radius: 2px;
	display: inline-block;
	letter-spacing: 1px;
}

.member_detail .occupation {
	font-size: 11px;
	margin: 2px 0 10px 0;
	color: #555;}

.member_detail .name {
	font-size: 25px;
}

.member_detail .name_e {
	font-size: 12px;
	margin: 0 0 15px 0;
}

.member_detail .url {
	text-align: center;
	font-size: 11px;
	border: #7581ad 1px solid;
	border-radius: 0 10px 10px 0;
	margin-bottom: 10px;
	padding: 1px;
	max-width: 140px;
	background: #d9f4f1;
}


.member_detail .url:hover {
	background: #bdefe8;
}


/***********************************
Access
***********************************/

#access .content650 {
	margin: 0 auto 120px;
}

#access .content650 p {
	line-height: 1.7;
	font-size: 16px;
	margin: 10px 0 30px 0;
}

#access h3 {
	margin: 0 0 20px 0;
}

#access .content650 ol li {
	margin: 0 0 20px 20px;
}


#access .map {
	margin: -100px 0 100px 0;
	text-align: center;
}

#access .content650 img {
	width: 80%;
	margin: 0 0 20px 100px;
}


/***********************************
Contact
***********************************/

#contact .content {
	margin: 0 auto 120px;
	height: 800px;
}

#contact .content p {
	line-height: 1.7;
	font-size: 16px;
	margin: 10px 0 30px 0;
}

#contact .mail a {
	color: #6699ff;
    border:solid #6699ff;
	border-width:0 0 1px 0;
}


/*---------------------------------------------------------
	lead固有設定ここから(スマホ＝max-width: 767px)
------------------------------------------------------------*/
@media screen and (max-width: 767px) {

.lead {
	background-image: url("../images/s_main_image.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height: 350px;
}

}/*---------------------------------------------------------
	lead固有設定ここから(タブレット・低解像度PC＝768-1279px)
------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1279px) {

.lead {
	background-image: url("../images/main_image.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height: 400px;
}


}/*---------------------------------------------------------
	lead固有設定ここから(PC=min-width: 1280px)
------------------------------------------------------------*/

@media screen and (min-width:1280px) {

.lead {
	background-image: url("../images/main_image.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height: 650px;
	padding: 0 0 35px 0;
}



}/*---------------------------------------------------
	PC固有設定 終わり
/*---------------------------------------------------------



/***********************************
Publications
***********************************/


#publications .main_area {
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url("../images/publications_back.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	color: #fff;
}


#publications .content {
	margin: 15px auto 0;
	overflow: hidden;
	padding: 20px 50px 0 50px;
}


#publications h3 {
	color: #fff;
	margin: 30px 0 10px 0;
}

#publications h3:first-child {
	margin: 0 0 10px 0;
}

#publications h4 {
	color: #0021B2;
	margin: 20px 0 20px 0;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.5em;
	padding: 4px 10px;
	border: double #99bbff;
	border-width: 5px;
	background: rgba(251, 252, 253, 0.9);
}

#publications ol li {
	line-height: 1.7;
}

#publications ol li a {
	color:#99bbff;
	border-bottom: 1px solid #6699ff;
}

#publications ol li a:hover {
	background-color: rgba(197,220,254,0.2);
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#publications ol {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}
  
#publications ol li {
	margin: 0 0 20px 0;
	padding: 0px 10px 30px 20px;
	border:double rgba(197,220,254,0.3);
	border-width: 0 0 3px 0;
	line-height: 1.7;
	text-indent: -3em;
	padding-left: 4em;
}
  
#publications ol li p {
	/*padding-left: 3em;*/
	text-indent: 0em;
}

#publications ol li:first-child {
	margin-top: 10px;
}
  
#publications ol li:before {
	counter-increment: item;
	content: counter(item, decimal-leading-zero)'.';
	padding-right: 1em;
	font-weight: bold;
	font-style: italic;
	font-size: larger;
}

#publications ol li dl {
	list-style-type: none;
	padding-left: 0;
	line-height: 20px;
	margin: 0 0 0 0px;
	text-indent: 0;
	padding-left: 0;
}
   
#publications ol li dl dt {
	color: #fff;
	margin: 20px 0 10px 0;
	font-size: 16px;
	padding: 4px 10px 3px 10px;
	border: solid rgb(197, 197, 197);
	border-width: 0 0 0 3px;
	background: rgba(250,227,250,0.2);
background: -moz-linear-gradient(left, rgba(250,227,250,0.2) 0%, rgba(252,252,252,0.02) 99%, rgba(252,252,252,0.02) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,227,250,0.2)), color-stop(99%, rgba(252,252,252,0.02)), color-stop(100%, rgba(252,252,252,0.02)));
background: -webkit-linear-gradient(left, rgba(250,227,250,0.2) 0%, rgba(252,252,252,0.02) 99%, rgba(252,252,252,0.02) 100%);
background: -o-linear-gradient(left, rgba(250,227,250,0.2) 0%, rgba(252,252,252,0.02) 99%, rgba(252,252,252,0.02) 100%);
background: -ms-linear-gradient(left, rgba(250,227,250,0.2) 0%, rgba(252,252,252,0.02) 99%, rgba(252,252,252,0.02) 100%);
background: linear-gradient(to right, rgba(250,227,250,0.2) 0%, rgba(252,252,252,0.02) 99%, rgba(252,252,252,0.02) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fae3fa', endColorstr='#fcfcfc', GradientType=1 );
}
 
#publications ol li dl dt:first-child {
	margin-top: 30px;
}
 
#publications ol li dl dd {
	padding: 10px 10px 10px 10px;
	padding-left: 1em;
	line-height: 20px;
}
 
#publications ol li dl dd p {
	padding-left: 0em;
}
 
#publications ol li dl dd a {
	  color:#99bbff;
	  border-bottom: 1px solid #6699ff;
}
 
  
#publications ol li dl dd a:before {
  border: none;
}

#publications ol li dl dd a:hover {
  background-color: rgba(197,220,254,0.2);
  border-radius: 3px; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}


/***********************************
English
***********************************/


/*
#english .background {
	position: relative;
}
*/

#english .main_area {
	width: 100%;
	height: 1200px;;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: -30px;
	background-image: url("../images/english_back.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
/*	opacity: 0.2;
  z-index: 10;*/
	color: #333;
}

#english .in_preparation p {
	margin: 200px auto;
	font-size: 16px;
	text-align: center;
/*  z-index: 50;*/
}



/***********************************
News
***********************************/

#news .news_list {
  margin: 0 0 15px 0;
  padding: 10px;
  background-color: #f6f6f6;
}

#news .list_item {
  padding: 0 10px;
}

#news .content {
  margin-bottom: 50px;
}

#news tbody {
	margin-bottom: 20px;
}

#news .indentback p {
	margin-left: 6.6em;
	text-indent: -6.6em;
	margin-bottom: 10px;
} /*20220524*/