@charset "utf-8";



/*******************************************************/
/********** Responsive Contents Setting (320) **********/
/*******************************************************/

@media screen and ( max-width: 320px ) {



/**************************/
/********** Page **********/
/**************************/

.page-title {
  margin: auto;
  padding: 0;
  width: 100%;
  background-color: #DADFE8;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title h2 {
  margin: auto;
  padding: 0;
  letter-spacing: 0.2rem;
  text-align: center;
  white-space: nowrap;
  color: #273F80;
}
.content h3 {
  color: #273F80;
  background-color: #DADFE8;
  padding: 5px 20px;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: auto;
  padding: 0;
  width: 100%;
  background-color: #3D5592;
}
#breadcrumbs ul {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#breadcrumbs ul li,
#breadcrumbs ul li a {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFFFFF;
  list-style-type: none;
  text-decoration: none;
}
#breadcrumbs ul li+li:before {
  content: ">";
  margin: 0 10px;
  font-size: 1.0rem;
  font-weight: 400;
  color: #FFFFFF;
}



/*****************************/
/********** Listing **********/
/*****************************/

.listing {
  clear: both;
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
}
.listing dl {
  margin: 0;
  padding: 12px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.listing dl:nth-child(odd) {
  background-color: #FFFFFF;
}
.listing dl:nth-child(even) {
  background-color: #F2F4F7;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 160%;
  color: #000000;
  display: flex;
  align-items: center;
}
.listing dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}
.listing dl dt span.category {
  margin: 0 0 0 24px;
  padding: 0 2px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFFFFF;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #999999;
  border-radius: 4px;
}
.listing dl dt span.category[data-category="news"] {
  background-color: #0087D7;
}
.listing dl dt span.category[data-category="press"] {
  background-color: #0A920A;
}
.listing dl dt span.category[data-category="award"] {
  background-color: #F10179;
}
.listing dl dt span.category[data-category="paper"] {
  background-color: #EF921F;
}
.listing .button {
  justify-content: center;
}
.listing .button a {
  background-color: #FFFFFF;
}
.listing .button a:hover {
  color: #FFFFFF;
  background-color: #273F80;
}



/******************************/
/********** Research **********/
/******************************/

.research .references {
  clear: both;
  margin: auto;
  padding: 20px;
  width: 100%;
  position: relative;
  background-color: #F2F4F7;
}
.research .references h4 {
  margin: auto;
  padding: 0;
  font-size: 1.6rem;
}
.research .references ul {
  margin: 0;
  padding: 0;
}
.research .references ul li {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 120%;
}



/*****************************/
/********** Members **********/
/*****************************/

.members .profile {
  clear: both;
  margin: auto;
  padding: 0;
}
.members .profile dl {
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.members .profile dl:nth-child(odd) {
  background-color: #DADFE8;
}
.members .profile dl:nth-child(even) {
  background-color: #F2F4F7;
}
.members .profile dl dt {
  margin: 10px auto;
  padding: 0;
  flex-shrink: 0;
}
.members .profile dl dd {
  margin: 10px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.members .profile dl dd em {
  font-size: 1.8rem;
  font-weight: 700;
}
.members .profile dl dd .translation {
  font-family: "Segoe", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  margin-left: 12px;
}
.members .button {
  justify-content: center;
}



}



/************************************************************/
/********** Responsive Contents Setting (320-480) ***********/
/************************************************************/

@media screen and ( min-width: 321px ) and ( max-width: 480px ) {



/**************************/
/********** Page **********/
/**************************/

.page-title {
  margin: auto;
  padding: 0;
  width: 100%;
  background-color: #DADFE8;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title h2 {
  margin: auto;
  padding: 0;
  letter-spacing: 0.2rem;
  text-align: center;
  white-space: nowrap;
  color: #273F80;
}
.content h3 {
  color: #273F80;
  background-color: #DADFE8;
  padding: 5px 20px;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: auto;
  padding: 0;
  width: 100%;
  background-color: #3D5592;
}
#breadcrumbs ul {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#breadcrumbs ul li,
#breadcrumbs ul li a {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFFFFF;
  list-style-type: none;
  text-decoration: none;
}
#breadcrumbs ul li+li:before {
  content: ">";
  margin: 0 10px;
  font-size: 1.0rem;
  font-weight: 400;
  color: #FFFFFF;
}



/*****************************/
/********** Listing **********/
/*****************************/

.listing {
  clear: both;
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
}
.listing dl {
  margin: 0;
  padding: 12px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.listing dl:nth-child(odd) {
  background-color: #FFFFFF;
}
.listing dl:nth-child(even) {
  background-color: #F2F4F7;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 160%;
  color: #000000;
  display: flex;
  align-items: center;
}
.listing dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}
.listing dl dt span.category {
  margin: 0 0 0 24px;
  padding: 0 2px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFFFFF;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #999999;
  border-radius: 4px;
}
.listing dl dt span.category[data-category="news"] {
  background-color: #0087D7;
}
.listing dl dt span.category[data-category="press"] {
  background-color: #0A920A;
}
.listing dl dt span.category[data-category="award"] {
  background-color: #F10179;
}
.listing dl dt span.category[data-category="paper"] {
  background-color: #EF921F;
}
.listing .button {
  justify-content: center;
}
.listing .button a {
  background-color: #FFFFFF;
}
.listing .button a:hover {
  color: #FFFFFF;
  background-color: #273F80;
}



/******************************/
/********** Research **********/
/******************************/

.research .references {
  clear: both;
  margin: auto;
  padding: 20px;
  width: 100%;
  position: relative;
  background-color: #F2F4F7;
}
.research .references h4 {
  margin: auto;
  padding: 0;
  font-size: 1.6rem;
}
.research .references ul {
  margin: 0;
  padding: 0;
}
.research .references ul li {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 120%;
}



/*****************************/
/********** Members **********/
/*****************************/

.members .profile {
  clear: both;
  margin: auto;
  padding: 0;
}
.members .profile dl {
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.members .profile dl:nth-child(odd) {
  background-color: #DADFE8;
}
.members .profile dl:nth-child(even) {
  background-color: #F2F4F7;
}
.members .profile dl dt {
  margin: 10px auto;
  padding: 0;
  flex-shrink: 0;
}
.members .profile dl dd {
  margin: 10px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.members .profile dl dd em {
  font-size: 1.8rem;
  font-weight: 700;
}
.members .profile dl dd .translation {
  font-family: "Segoe", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  margin-left: 12px;
}
.members .button {
  justify-content: center;
}



}



/***********************************************************/
/********** Responsive Contents Setting (480-768) **********/
/***********************************************************/

@media screen and ( min-width: 481px ) and ( max-width: 768px ) {



/**************************/
/********** Page **********/
/**************************/

.page-title {
  margin: auto;
  padding: 0;
  width: 100%;
  background-color: #DADFE8;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title h2 {
  margin: auto;
  padding: 0;
  letter-spacing: 0.2rem;
  text-align: center;
  white-space: nowrap;
  color: #273F80;
}
.content h3 {
  color: #273F80;
  background-color: #DADFE8;
  padding: 5px 20px;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: auto;
  padding: 0;
  width: 100%;
  background-color: #3D5592;
}
#breadcrumbs ul {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#breadcrumbs ul li,
#breadcrumbs ul li a {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFFFFF;
  list-style-type: none;
  text-decoration: none;
}
#breadcrumbs ul li+li:before {
  content: ">";
  margin: 0 10px;
  font-size: 1.0rem;
  font-weight: 400;
  color: #FFFFFF;
}



/*****************************/
/********** Listing **********/
/*****************************/

.listing {
  clear: both;
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
}
.listing dl {
  margin: 0;
  padding: 12px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.listing dl:nth-child(odd) {
  background-color: #FFFFFF;
}
.listing dl:nth-child(even) {
  background-color: #F2F4F7;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 160%;
  color: #000000;
  display: flex;
  align-items: center;
}
.listing dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}
.listing dl dt span.category {
  margin: 0 0 0 24px;
  padding: 0 2px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFFFFF;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #999999;
  border-radius: 4px;
}
.listing dl dt span.category[data-category="news"] {
  background-color: #0087D7;
}
.listing dl dt span.category[data-category="press"] {
  background-color: #0A920A;
}
.listing dl dt span.category[data-category="award"] {
  background-color: #F10179;
}
.listing dl dt span.category[data-category="paper"] {
  background-color: #EF921F;
}
.listing .button {
  justify-content: center;
}
.listing .button a {
  background-color: #FFFFFF;
}
.listing .button a:hover {
  color: #FFFFFF;
  background-color: #273F80;
}



/******************************/
/********** Research **********/
/******************************/

.research .references {
  clear: both;
  margin: auto;
  padding: 20px;
  width: 100%;
  position: relative;
  background-color: #F2F4F7;
}
.research .references h4 {
  margin: auto;
  padding: 0;
  font-size: 1.6rem;
}
.research .references ul {
  margin: 0;
  padding: 0;
}
.research .references ul li {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 120%;
}



/*****************************/
/********** Members **********/
/*****************************/

.members .profile {
  clear: both;
  margin: auto;
  padding: 0;
}
.members .profile dl {
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.members .profile dl:nth-child(odd) {
  background-color: #DADFE8;
}
.members .profile dl:nth-child(even) {
  background-color: #F2F4F7;
}
.members .profile dl dt {
  margin: 10px auto;
  padding: 0;
  flex-shrink: 0;
}
.members .profile dl dd {
  margin: 10px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.members .profile dl dd em {
  font-size: 1.8rem;
  font-weight: 700;
}
.members .profile dl dd .translation {
  font-family: "Segoe", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  margin-left: 12px;
}
.members .button {
  justify-content: center;
}



}



/************************************************************/
/********** Responsive Contents Setting (768-1024) **********/
/************************************************************/

@media print, screen and ( min-width: 769px ) and ( max-width: 1024px ) {



/**************************/
/********** Page **********/
/**************************/

.page-title {
  margin: auto;
  padding: 0;
  width: 100%;
  background-color: #DADFE8;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title h2 {
  margin: auto;
  padding: 0;
  letter-spacing: 0.2rem;
  text-align: center;
  white-space: nowrap;
  color: #273F80;
}
.content h3 {
  color: #273F80;
  background-color: #DADFE8;
  padding: 5px 20px;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: auto;
  padding: 0;
  width: 100%;
  background-color: #3D5592;
}
#breadcrumbs ul {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#breadcrumbs ul li,
#breadcrumbs ul li a {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFFFFF;
  list-style-type: none;
  text-decoration: none;
}
#breadcrumbs ul li+li:before {
  content: ">";
  margin: 0 10px;
  font-size: 1.0rem;
  font-weight: 400;
  color: #FFFFFF;
}



/*****************************/
/********** Listing **********/
/*****************************/

.listing {
  clear: both;
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
}
.listing dl {
  margin: 0;
  padding: 12px 24px;
  display: flex;
  gap: 20px;
}
.listing dl:nth-child(odd) {
  background-color: #FFFFFF;
}
.listing dl:nth-child(even) {
  background-color: #F2F4F7;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 160%;
  color: #000000;
  display: flex;
  align-items: center;
}
.listing dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}
.listing dl dt span.category {
  margin: 0 0 0 24px;
  padding: 0 2px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFFFFF;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #999999;
  border-radius: 4px;
}
.listing dl dt span.category[data-category="news"] {
  background-color: #0087D7;
}
.listing dl dt span.category[data-category="press"] {
  background-color: #0A920A;
}
.listing dl dt span.category[data-category="award"] {
  background-color: #F10179;
}
.listing dl dt span.category[data-category="paper"] {
  background-color: #EF921F;
}
.listing .button {
  justify-content: center;
}
.listing .button a {
  background-color: #FFFFFF;
}
.listing .button a:hover {
  color: #FFFFFF;
  background-color: #273F80;
}



/******************************/
/********** Research **********/
/******************************/

.research .references {
  clear: both;
  margin: auto;
  padding: 30px;
  width: 100%;
  position: relative;
  background-color: #F2F4F7;
}
.research .references h4 {
  margin: auto;
  padding: 0;
  font-size: 1.6rem;
}
.research .references ul {
  margin: 0;
  padding: 0;
}
.research .references ul li {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 120%;
}



/*****************************/
/********** Members **********/
/*****************************/

.members .profile {
  clear: both;
  margin: auto;
  padding: 0;
}
.members .profile dl {
  margin: 0;
  padding: 10px;
  display: flex;
}
.members .profile dl:nth-child(odd) {
  background-color: #DADFE8;
}
.members .profile dl:nth-child(even) {
  background-color: #F2F4F7;
}
.members .profile dl dt {
  margin: 10px;
  padding: 0;
  flex-shrink: 0;
}
.members .profile dl dd {
  margin: 10px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.members .profile dl dd em {
  font-size: 1.8rem;
  font-weight: 700;
}
.members .profile dl dd .translation {
  font-family: "Segoe", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  margin-left: 12px;
}
.members .button {
  justify-content: center;
}



}



/********************************************************/
/********** Responsive Contents Setting (1024) **********/
/********************************************************/

@media screen and ( min-width: 1025px ) {



/**************************/
/********** Page **********/
/**************************/

.page-title {
  margin: auto;
  padding: 0;
  width: 100%;
  background-color: #DADFE8;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title h2 {
  margin: auto;
  padding: 0;
  letter-spacing: 0.2rem;
  text-align: center;
  white-space: nowrap;
  color: #273F80;
}
.content h3 {
  color: #273F80;
  background-color: #DADFE8;
  padding: 5px 20px;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: auto;
  padding: 0;
  width: 100%;
  background-color: #3D5592;
}
#breadcrumbs ul {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1120px;
}
#breadcrumbs ul li,
#breadcrumbs ul li a {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFFFFF;
  list-style-type: none;
  text-decoration: none;
}
#breadcrumbs ul li+li:before {
  content: ">";
  margin: 0 10px;
  font-size: 1.0rem;
  font-weight: 400;
  color: #FFFFFF;
}



/*****************************/
/********** Listing **********/
/*****************************/

.listing {
  clear: both;
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
}
.listing dl {
  margin: 0;
  padding: 12px 24px;
  display: flex;
  gap: 20px;
}
.listing dl:nth-child(odd) {
  background-color: #FFFFFF;
}
.listing dl:nth-child(even) {
  background-color: #F2F4F7;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 160%;
  color: #000000;
  display: flex;
  align-items: center;
}
.listing dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}
.listing dl dt span.category {
  margin: 0 0 0 24px;
  padding: 0 2px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFFFFF;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #999999;
  border-radius: 4px;
}
.listing dl dt span.category[data-category="news"] {
  background-color: #0087D7;
}
.listing dl dt span.category[data-category="press"] {
  background-color: #0A920A;
}
.listing dl dt span.category[data-category="award"] {
  background-color: #F10179;
}
.listing dl dt span.category[data-category="paper"] {
  background-color: #EF921F;
}
.listing .button {
  justify-content: center;
}
.listing .button a {
  background-color: #FFFFFF;
}
.listing .button a:hover {
  color: #FFFFFF;
  background-color: #273F80;
}



/******************************/
/********** Research **********/
/******************************/

.research .references {
  clear: both;
  margin: auto;
  padding: 30px;
  width: 100%;
  position: relative;
  background-color: #F2F4F7;
}
.research .references h4 {
  margin: auto;
  padding: 0;
  font-size: 1.6rem;
}
.research .references ul {
  margin: 0;
  padding: 0;
}
.research .references ul li {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 120%;
}



/*****************************/
/********** Members **********/
/*****************************/

.members .profile {
  clear: both;
  margin: auto;
  padding: 0;
}
.members .profile dl {
  margin: 0;
  padding: 10px;
  display: flex;
}
.members .profile dl:nth-child(odd) {
  background-color: #DADFE8;
}
.members .profile dl:nth-child(even) {
  background-color: #F2F4F7;
}
.members .profile dl dt {
  margin: 10px;
  padding: 0;
  flex-shrink: 0;
}
.members .profile dl dd {
  margin: 10px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.members .profile dl dd em {
  font-size: 1.8rem;
  font-weight: 700;
}
.members .profile dl dd .translation {
  font-family: "Segoe", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  margin-left: 12px;
}
.members .button {
  justify-content: center;
}



}