@charset "UTF-8";

/*-------------------------------------------------------------------------*/
/*	1.	Browser Reset + Font Face
/*-------------------------------------------------------------------------*/
* {
  -webkit-text-size-adjust: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* clears */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.cl {
  clear: both !important;
}

:focus {
  outline: 0;
}

input[type=submit] {
  appearance: none;
}

html {
  overflow-x: hidden;
  max-width: 100%;

}

body {
  max-width: 100%;
  margin: 0;
  padding: 0;

  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

input[type=text]::-ms-clear {
  display: none;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

sub {
  font-size: 10px;
  vertical-align: sub;
}

p:empty {
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 3px 5px;
  border-radius: 3px;
  padding: 1em 1.5em;
  margin: 0 0 1em 0;
}


/*	Toggle/Accordion
------------------------------------------------*/
.accordion {
  margin-top: 20px;
}

div .accordion:first-child {
  margin-top: 0px;
}

.toggle-item {
  margin-top: 20px;
}

div .toggle-item:first-child {
  margin-top: 0px;
}

.toggle-item .toggle-title {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  font-weight: bold;
}

.toggle-item .toggle-title .toggle-name {
  display: inline-block;
  position: relative;
}

.toggle-item .toggle-title .toggle-name:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0%;
  width: 0%;
  height: 1px;
  background: #0d0d0d;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
}

.text-light .toggle-item .toggle-title .toggle-name:after {
  background: #fff;
}

.toggle-title:hover:after {
  color: #fff;
}


.toggle-item .toggle-title .toggle-name:hover:after {
  width: 100%;
  margin-left: -50%;
}

.toggle-item .toggle-inner {
  padding-top: 18px;
  display: none;
}


/*-------------------------------------------------------------------------*/
/*	2. Globally Applied Styles
/*-------------------------------------------------------------------------*/

body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1.7em;
  position: relative;
}

.sticky {
  margin-bottom: 50px
}

.sticky .content-inner {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 25px !important;
  position: relative;
}

a {
  color: #313131;
  text-decoration: none;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}

.light a {
  color: #fff;
  /* text-decoration: underline; */
}

.light a:hover {
  color: #fff;
  text-decoration: none;
}

a.link,
.link a {
  color: #222
}

a.link:hover,
.link a:hover {
  color: #313131
}

a:hover {
  color: inherit
}

a.nolink {
  cursor: inherit;
}

a.nolink:hover {
  cursor: inherit;
  color: #555 !important;
}

a.line {
  text-decoration: underline;
}

a:hover.line {
  text-decoration: none;
}

em {
  font-weight: bold;
}

.main-header {
  letter-spacing: -0.5px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  line-height: 1.35;
}

h1,
.h1 {
  font-size: 26px;
  margin: 0 0 7px;
  font-weight: 400;
}

h1.huge {
  font-family: "Gotham SSm A", "Gotham SSm B", "Noto Sans Japanese";
  font-size: 50px;
  letter-spacing: -2px;
  font-weight: 200;
  line-height: 1.3;
  margin-top: 1.5em;
  text-align: center;
}

.more .fa-arrow-circle-right {
  font-size: 24px;
  color: #313131;
  top: 3px;
  left: 10px;
  position: relative;
}

.lead {
  margin-bottom: 3em;
  font-size: 17px;
  line-height: 1.7em;
  color: #000;
  font-weight: 200;
}

.entry-header {
  background: #efefef;
  padding: 1.5em 0;
}

.entry-header h1 {
  line-height: 1.2;
}

@media(max-width:767px) {
  h1.huge {
    font-size: 36px;
  }
}


h1.huge span {
  font-size: 20px;
  display: block;
  letter-spacing: 0;
  font-weight: 400;
}

h2 {
  font-size: 27px;
  margin: 2.5em 0 1.2em;
  color: #151515;
  vertical-align: top;
  border-radius: 2px;
  text-align: center;
  font-weight: 200;
  line-height: 1.3;
}

@media(max-width:479px) {
  h2 {
    font-size: 22px;
  }
}

h2.huge {
  font-family: "Gotham SSm A", "Gotham SSm B", "Noto Sans Japanese";
  font-size: 50px;
  letter-spacing: -2px;
  font-weight: 200;
  line-height: 1.3;
  margin-top: 1.5em;
}

@media(max-width:767px) {
  h2.huge {
    font-size: 36px;
  }
}

h2.huge span {
  font-size: 14px;
  display: block;
  letter-spacing: 0;
  font-weight: 400;
}

h1+h2 {
  margin-top: 1em
}

h3,
.h3 {
  font-size: 26px;
  text-align: center;
  font-weight: 200;
  line-height: 1.3;
  margin: 2em 0 1em;
  background: #efefef;
  padding: 6px;
}

h3 span {
  font-size: 16px;
  font-weight: 300;
  display: block;
}

h4 {
  font-size: 17px;
  font-weight: 400;
  margin: 2em 0 1em;
}

h5 {
  font-size: 13px
}

h6 {
  font-size: 13px
}

.bold,
strong,
b {
  font-weight: bold
}

.uppercase {
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
p.light {
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

h1.light {
  font-size: 34px;
  margin-bottom: 30px;
}

h2.light {
  font-size: 28px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

h3.light {
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

h4.light {
  font-size: 18px;
  margin-bottom: 7px;
  letter-spacing: 0.5px;
}

h5.light {
  font-size: 16px;
  margin-bottom: 7px;
  letter-spacing: 0.5px;
}

h6.light {
  font-size: 14px;
  margin-bottom: 7px;
  letter-spacing: 0.5px;
}

h1.uppercase {
  letter-spacing: 3px
}

h2.uppercase {
  letter-spacing: 2.5px
}

h3.uppercase {
  letter-spacing: 2px
}

h4.uppercase {
  letter-spacing: 2px
}

h5.uppercase {
  letter-spacing: 1.3px
}

h6.uppercase {
  letter-spacing: 1.3px
}

.default {
  background: none;
  padding: 0 !important;
}

.balloon {
  position: relative;
  border-bottom: 1px solid #BD0000;
  /* margin: 10px 10px 21px 10px; */
  padding-bottom: 0.75em;
  /* border-radius: 10px; */
  margin-top: 54px;
}

.balloon:after,
.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
}

.balloon:after {
  left: 40px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

.balloon:before {
  left: 50%;
  /* border: 11px solid transparent; */
  /* border-top: 11px solid #BD0000; */
}


.text-align-center {
  text-align: center
}

p {
  margin: 0 0 1em;
}

.row .col p:last-child {
  padding-bottom: 0px
}

.container .row:last-child {
  padding-bottom: 0px
}

blockquote {
  padding-left: 0px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.main-content ul,
.main-content ol {
  margin-left: 30px;
  margin-bottom: 30px;
}

.main-content ul li {
  list-style: none;
  list-style-position: inside;
}

.main-content ol li {
  list-style: decimal;
  list-style-position: inside;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#main img {
  margin-bottom: 10px;
}

.home #main img {
  margin-bottom: 0px;
}

.ie8 img {
  width: auto
}

.main-content .col.span_4 .col.span_2 img,
.main-content .col.span_3 .col.span_2 img,
.main-content .col.span_2 .col.span_2 img,
.main-content .col.span_6 .col.span_2 img {
  top: -4px
}

object,
object embed {
  display: block;
  height: auto;
  max-width: 100% !important;
}

a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha( opacity=90 )";
}

a.nohover:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

/***************** Footer ******************/
#footer {
  clear: both;
  padding: 20px 4%;
  margin-top: 0px;
  /* background: #001E62; */
  /* background: rgba(13,94,168,0.85); */
  /* height: 200px; */
}

#footer h4 {
  margin-top: 15px;
}

.logo-footer {
  width: 150px;
  float: left;
  margin: 0 0 30px 0;
}

.link {
  margin-top: 30px;
}

#footer ul li a {
  font-weight: 500;
}

#footer .menu-target,
#footer .menu-utility {
  margin: 5px 0;
  padding: 0;
  /*display: block;
    overflow: hidden;*/
  text-align: left;
  font-size: 12px;
}

#footer .menu-target li,
#footer .menu-utility li {
  float: left;
  line-height: 1;
  margin-bottom: 10px;
  display: inline;
  white-space: nowrap;
}

#footer .menu-target li a,
#footer .menu-utility li a {
  padding: 0 10px;
  border-right: solid 1px #111;
}

#footer .menu-target li.last a,
#footer .menu-utility.under li.last a {
  border-right: none;
}

@media(max-width:1070px) {

  #footer .menu-target,
  #footer .menu-utility {
    margin: 0;
  }

  #footer .menu-target li,
  #footer .menu-utility li {
    float: none;
  }

  .link {
    margin-top: 0;
  }
}

@media(max-width:767px) {
  .logo-footer {
    float: none;
    margin: 0 auto 15px auto;
  }

  #footer .menu-target,
  #footer .menu-utility {
    text-align: center;
  }

  #footer .menu-target li.last a,
  #footer .menu-utility li.last a {
    border-right: none;
  }

  #footer .menu-target li,
  #footer .menu-utility li {
    display: initial;
  }
}

.to-top {
  position: fixed;
  clear: both;
  margin: 0;
  text-align: right;
  font-size: 10px;
  z-index: 1000;
  line-height: 32px;
  bottom: 0px;
  height: 34px;
}

.to-top a {
  display: block;
  color: #fff;
  color: #888;
  text-align: center;
  border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  -o-border-radius: 2px 0 0 0;
  z-index: 1000;
  bottom: 0;
  right: 240px;
  position: fixed;
  font-size: 10px;
  text-transform: uppercase;
  padding: 12px 19px;
  transition: right .6s cubic-bezier(.19, 1, .22, 1);
}

.to-top a:hover {
  color: #ddd;
}

.to-top a {
  line-height: 20px;
}

.to-top i {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 22px;
}

#copyright {
  margin: 0;
  padding: 0px;
  font-size: 11px;
  clear: both;
  display: block;
}

#copyright p {
  margin: 0;
  line-height: 30px;
}

@media (min-width: 961px) {
  .drawer-close .to-top a {
    right: 0;
  }
}

/***************** SNS ******************/

.post-share {
  background-image: none;
  list-style: none;
  margin: 30px 0 0;
  overflow: hidden;
  padding: 0 0 30px;
}

.post-share li {
  display: inline;
  float: left;
  position: relative;
  margin-right: 18px;
  margin-left: 0px;
  padding: 5px 0;
}

.post-share .facebook {
  width: 150px;
}

.post-share .twitter {
  margin-top: 2px;
}

#post-share {
  background-image: none;
  list-style: none;
  margin: 10px 0;
  float: left;
}

#post-share li {
  display: inline;
  float: left;
  margin-right: 18px;
}

#post-share .twitter {
  margin-top: 5px;
}

a.btn-twitter {
  background: #00acee;
  padding: 1em 0px;
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 240px;
  margin: auto;
  font-size: 18px;
}

a.btn-twitter:hover {
  color: #fff;
  background: #00c1f2;
}

a.btn-facebook {
  background: #3b5998;
  padding: 1em 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 240px;
  margin: auto;
  font-size: 18px;
}

a.btn-facebook:hover {
  color: #fff;
  background: #4a6fb2;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
  width: 100% !important;
}

/*---------------------------------
	Home
-----------------------------------*/
.section-title {
  padding: 10px;
  margin-bottom: 1px;
  border-top: #fff;
  background: #222;
  color: #fff;
}

.home .home-hide {
  display: none;
}

/*---------------------------------
	Color
-----------------------------------*/
.bg-dark {
  background: #185B9D !important;
  color: #fff;
}

.bg-gray {
  background: #E3EEF9 !important;
}

.bg-rightgray {
  background: #efefef !important;
}

.red {
  color: #DE373A;
}

/*---------------------------------
	Dl
-----------------------------------*/



/*---------------------------------
	Section
-----------------------------------*/
.section {
  display: block;
  /* background-color: #FFFFFF; */
  clear: both;
  padding: 0;
}

.section-inner .inner {
  display: block;
  background-color: #FFFFFF;
  overflow: hidden;
}

.section-inner .inner .inner {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*---------------------------------
	TABS
-----------------------------------*/
ul.tabs {
  margin: 0px 0 -1px 0;
  padding: 0px 1px 1px 0;
  width: 100%;
  float: left;
  font-size: 0;
  background: #DDD;
  text-align: center;
}

ul.tabs.vertical {
  border-bottom: none;
  margin-top: 0;
}

ul.tabs.left {
  text-align: left;
}

ul.tabs.center {
  text-align: center;
}

ul.tabs.right {
  text-align: right;
}

ul.tabs.right li {
  margin: 0 0 0 -2px;
}

ul.tabs li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  *display: inline;
  /*IE ONLY*/
  position: relative;
  top: 0;
  left: 0;
  *top: 1px;
  /*IE 7 ONLY*/
  zoom: 1;
  margin: 1px 1px 0 0;
}

ul.tabs.vertical li {
  padding-left: 0 !important;
  display: block;
  border-style: none;
  margin-right: 0px;
  float: left;
  width: 100%;
  overflow: hidden;
}

ul.tabs.vertical li a:hover,
ul.tabs.vertical li.current a {
  border-bottom: none;
}

.home ul.tabs.vertical li a:before {
  display: block;

  width: 19px;

  height: 30px;
  border-right: 5px solid #FFFFFF;

  margin: 0 auto -30px -50px;
  background-color: #fff;
  content: " ";
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  transform: skew(30deg);
}

.home ul.tabs.vertical li a:after {
  display: block;

  width: 18px;

  height: 30px;
  border-right: 5px solid #FFFFFF;

  margin: -36px auto -30px -48px;
  background-color: #fff;
  content: " ";
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  transform: skew(-30deg);
}

ul.tabs li a {
  text-decoration: none;
  display: inline-block;
  padding: 9px 15px;
  position: relative;
  top: 0;
  left: 0;
  line-height: 100%;
  zoom: 1;
  font-size: 14px;
  background: #EDF6FF;
  border-bottom: 0;
}

ul.tabs.vertical li a {
  display: block;
  padding: 0.5em 1em;
}

ul.tabs.vertical li a.sfc {
  border-left: solid 1px #000;
}

ul.tabs li a:hover {
  background: #eee;
}

ul.tabs li.current a {
  position: relative;
  background: #313131;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-bottom: none;
}

.tab-content {
  border: 1px solid #D8E4F4;
  clear: both;
  padding: 20px;
  margin: 0 0 20px 0;
}

/* w/icon */
ul.tabs .icon {
  margin: -3px 7px -3px -5px;
  position: relative;
  top: -2px;
  left: 0;
}

.tab-content h3 {
  position: relative;
  border: none;
  background: #F4F8FC;
  border-bottom: 2px solid #AECFED;
  padding: 0.75em 1em;
  margin-top: 0px;
}

.font {
  font-family: 'Open+Sans', sans-serif;
}

.main-body {
  padding: 36px 0 40px 0;
  min-height: 500px;
  font-size: 15px;
  line-height: 1.8;
}

.home .main-body {
  min-height: 1px;
}

.main-footer {
  background: #fff;
  padding: 20px 4%;
  margin: 5px 10px 0;
  clear: both;
}

/*---------------------------------
	HR
-----------------------------------*/
hr {
  clear: both;
  border-bottom: 0;
  border-top: 12px solid #efefef;
  border-right: 0;
  border-left: 0;
  margin: 20px 0;
  min-height: 0px;
  height: 1px;
}

hr.dotted {
  border-style: dotted;
}

hr.dashed {
  border-style: dashed;
}

hr.clear {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

thead {
  display: table-header-group
}

tr {
  page-break-inside: avoid
}

table td,
table th {
  border-top: 1px solid #DDD;
  padding: 0.5em 0.75em;
}

table {
  border-collapse: collapse !important
}

table.box th,
table.box td {
  border: 1px solid #DDD !important;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 1em;
}

ul {
  margin-bottom: 0
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}

.list-inline>li:first-child {
  padding-left: 0
}

table {
  max-width: 100%;
  background-color: transparent
}

th {
  text-align: left
}

table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 93%;
}

table p {
  margin-bottom: 0px
}

th {
  padding: 1em;
  line-height: 1.5;
  border-top: #D8E4F4 1px solid;
  text-align: left;
}

table tbody tr.first td,
table tbody tr.first th {
  border-top: none;
}

table.wide>thead>tr>th,
table.wide>tbody>tr>th,
table.wide>tfoot>tr>th,
table.wide>thead>tr>td,
table.wide>tbody>tr>td,
table.wide>tfoot>tr>td {
  padding: 1em;
}

table.tight>thead>tr>th,
table.tight>tbody>tr>th,
table.tight>tfoot>tr>th,
table.tight>thead>tr>td,
table.tight>tbody>tr>td,
table.tight>tfoot>tr>td {
  padding: 0.35em;
}

table>thead>tr>th {
  vertical-align: middle;
  border-bottom: 2px solid #DDD
}

table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
  border-top: 0
}

table>tbody+tbody {
  border-top: 2px solid #DDD
}

table table {
  background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 5px
}

table.box {
  border: 1px solid #DDD
}

table.box>thead>tr>th,
table.box>tbody>tr>th,
table.box>tfoot>tr>th,
table.box>thead>tr>td,
table.box>tbody>tr>td,
table.box>tfoot>tr>td {
  border: 1px solid #DDD;
}

table.box>thead>tr>th,
table.box>thead>tr>td {
  border-bottom-width: 2px
}

table.stripe>tbody>tr:nth-child(odd)>td,
table.stripe>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9
}

table.hover>tbody>tr:hover>td,
table.hover>tbody>tr:hover>th {
  background-color: #E3EEF9
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none
}

table>thead>tr>.active,
table>tbody>tr>.active,
table>tfoot>tr>.active,
table>thead>.active>td,
table>tbody>.active>td,
table>tfoot>.active>td,
table>thead>.active>th,
table>tbody>.active>th,
table>tfoot>.active>th {
  background-color: #E3EEF9
}

table>tbody>tr>.active:hover,
table>tbody>.active:hover>td,
table>tbody>.active:hover>th {
  background-color: #e8e8e8
}

table>thead>tr>.success,
table>tbody>tr>.success,
table>tfoot>tr>.success,
table>thead>.success>td,
table>tbody>.success>td,
table>tfoot>.success>td,
table>thead>.success>th,
table>tbody>.success>th,
table>tfoot>.success>th {
  background-color: #dff0d8
}

table>tbody>tr>.success:hover,
table>tbody>.success:hover>td,
table>tbody>.success:hover>th {
  background-color: #d0e9c6
}

table>thead>tr>.danger,
table>tbody>tr>.danger,
table>tfoot>tr>.danger,
table>thead>.danger>td,
table>tbody>.danger>td,
table>tfoot>.danger>td,
table>thead>.danger>th,
table>tbody>.danger>th,
table>tfoot>.danger>th {
  background-color: #f2dede
}

table>tbody>tr>.danger:hover,
table>tbody>.danger:hover>td,
table>tbody>.danger:hover>th {
  background-color: #ebcccc
}

table>thead>tr>.warning,
table>tbody>tr>.warning,
table>tfoot>tr>.warning,
table>thead>.warning>td,
table>tbody>.warning>td,
table>tfoot>.warning>td,
table>thead>.warning>th,
table>tbody>.warning>th,
table>tfoot>.warning>th {
  background-color: #fcf8e3
}

table>tbody>tr>.warning:hover,
table>tbody>.warning:hover>td,
table>tbody>.warning:hover>th {
  background-color: #faf2cc
}

table thead tr th {
  background-color: #efefef;
  font-weight: 400;
  text-align: left;
}

@media (max-width: 930px) {
  .table-scroll {
    overflow-x: scroll;
  }

  .table-scroll table {
    width: 675px;
  }

  .table-scroll::-webkit-scrollbar {
    height: 10px;
  }

  .table-scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #dcdee2;
    border-radius: 5px;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #9b9ea4;
  }
}

@media(max-width:767px) {
  .newslist dl dt {
    font-weight: normal;
    font-size: 10px;
    padding: 0;
    margin-top: 24px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #DDD;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive>table {
    margin-bottom: 0
  }

  .table-responsive>table>thead>tr>th,
  .table-responsive>table>tbody>tr>th,
  .table-responsive>table>tfoot>tr>th,
  .table-responsive>table>thead>tr>td,
  .table-responsive>table>tbody>tr>td,
  .table-responsive>table>tfoot>tr>td {
    white-space: nowrap
  }

  .table-responsive>table.box {
    border: 0
  }

  .table-responsive>table.box>thead>tr>th:first-child,
  .table-responsive>table.box>tbody>tr>th:first-child,
  .table-responsive>table.box>tfoot>tr>th:first-child,
  .table-responsive>table.box>thead>tr>td:first-child,
  .table-responsive>table.box>tbody>tr>td:first-child,
  .table-responsive>table.box>tfoot>tr>td:first-child {
    border-left: 0
  }

  .table-responsive>table.box>thead>tr>th:last-child,
  .table-responsive>table.box>tbody>tr>th:last-child,
  .table-responsive>table.box>tfoot>tr>th:last-child,
  .table-responsive>table.box>thead>tr>td:last-child,
  .table-responsive>table.box>tbody>tr>td:last-child,
  .table-responsive>table.box>tfoot>tr>td:last-child {
    border-right: 0
  }

  .table-responsive>table.box>tbody>tr:last-child>th,
  .table-responsive>table.box>tfoot>tr:last-child>th,
  .table-responsive>table.box>tbody>tr:last-child>td,
  .table-responsive>table.box>tfoot>tr:last-child>td {
    border-bottom: 0
  }
}

.caption {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 93%;
}

/*---------------------------------
	Layout
-----------------------------------*/
#ja {
  text-align: justify;
  text-justify: inter-ideograph;
}

#container {
  position: relative;
  font-size: 100%;
  color: #333;
  padding-right: 240px;
  transition: padding-right .6s cubic-bezier(.19, 1, .22, 1);
}

.home #container {
  padding-right: 0;
}

.home #content-inner {
  padding-bottom: 30px;
}

#content-inner {
  padding-bottom: 130px;
}

#content {
  position: relative;
}

.page-2375 #main {
  background: url(/images/main-about.jpg) no-repeat;
  background-size: 100%;
}

#canvas {
  max-width: 100%;
}

#main {
  font-size: 15px;
}

#main-inner {
  padding-top: 30px;
}

#contentainer {
  font-size: 100%;
}

.main-header {
  zoom: 1;
  padding: 18px 0 20px 0;
  clear: both;
  text-align: center;
  background: #313131;
  color: #fff;
  font-size: 31px;
  margin: 0;
  font-weight: 400;
}

.home .main-header {
  background: none;
  padding: 0;
  border: none;
}

.main-header .post-category a {
  margin-left: 15px;
}

.mainn-header h1 {
  margin-top: 0;
  color: #fff;
}

#sidebar h3 {
  border: none;
  font-size: 15px;
  text-align: center;
  background: #272727;
  color: #fff;
  padding: 8px 0 7px;
  margin: 0 0 2px 0;
}

@media (min-width: 960px) {
  .loaded.drawer-close #container {
    padding-right: 0;
  }

  .loaded.drawer-open #container {
    padding-right: 240px;
  }
}

/*---------------------------------
	BREADCRUMBS
-----------------------------------*/
ul.breadcrumbs {
  padding: 0;
  line-height: 0%;
  font-size: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}

ul.breadcrumbs li {
  list-style-type: none;
  margin: 0;
  padding: 0 6px 0 0;
  display: inline-block;
  display: inline;
  /* IE ONLY*/
  position: relative;
  zoom: 1;
  line-height: 34px;
  vertical-align: bottom;
  font-size: 11px;
}

ul.breadcrumbs li a {
  display: inline-block;
  *display: inline;
  /* IE ONLY*/
  position: relative;
  padding: 0 6px;
  zoom: 1;
  margin: 0;
  background-repeat: no-repeat;
  background-position: right center;
}

ul.breadcrumbs li.last i {
  margin-left: 8px
}

ul.breadcrumbs li.last a {
  color: #fff;
  cursor: auto;
  text-decoration: none;
  background: none;
}

ul.breadcrumbs li.last a:hover {
  text-decoration: none;
}

/*---------------------------------
	Header
-----------------------------------*/
#globalnav {
  background: #efefef;
  position: fixed;
  top: 0;
  height: 100%;
  width: 240px;
  z-index: 2;
}

#globalnav .menu-target {
  margin: 20px 0 10px 10px;
  padding: 0;
  display: block;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
}

#globalnav .menu-target li {
  float: left;
  line-height: 1;
}

#globalnav .menu-target li a {
  padding: 0 10px;
  border-right: solid 1px #111;
}

#globalnav .menu-target li.last a {
  border-right: none;
}

#fsize1 {
  font-size: 8px !important;
}

#fsize2 {
  font-size: 13px !important;
}

#fsize3 {
  font-size: 17px !important;
}


/* -------------------------------------------------- */
/*	Sidebar
/* -------------------------------------------------- */
#sidebar .sidebar-menu {
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  clear: both;
}

#sidebar .sidebar-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  line-height: 1.3;
  font-size: 14px;

  clear: both;
}

#sidebar .sidebar-menu li.divide {
  border-top: #D8E4F4 1px solid;
}

#sidebar .sidebar-menu {
  border-top: #D8E4F4 1px solid;
}

#sidebar .sidebar-menu ul {
  border-top: none;
}

#sidebar .sidebar-menu li a {
  display: block;
  text-decoration: none;
  padding: 14px 14px 14px 14px;
  border-bottom: #D8E4F4 1px solid;
  border-left: #D8E4F4 1px solid;
  border-right: #D8E4F4 1px solid;
  background-position: 100% center;
  background-repeat: no-repeat;
  margin: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}

#sidebar .sidebar-menu li li a {
  padding: 14px 14px 14px 32px;
}

#sidebar .sidebar-menu li.expandable>a,
#sidebar .sidebar-menu li.collapsable>a {
  padding-right: 40px;
}

#sidebar .sidebar-menu li.collapsable>a {
  background-color: #E3EEF9;
}

#sidebar .sidebar-menu li a:hover {
  background-color: #fff;
  color: #313131;
}

#sidebar .sidebar-menu li ul li a {
  font-weight: normal;
  font-size: 14px;
}

#sidebar .sidebar-menu li a.current,
#sidebar .sidebar-menu li a.parentsLink {
  background-position: 100% center;
}

#sidebar .sidebar-menu li li a.current,
.scrollnav li.current a {
  background: #DDD;
  color: #313131;
  font-weight: bold;
}

#sidebar .sidebar-menu li ul {
  background-color: #F4F8FC;
  padding: 0;
  margin: 0;
}

#mobile-menu .sidebar-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  line-height: 1.3;
  font-size: 14px;
  clear: both;
}

#mobile-menu .sidebar-menu {
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  clear: both;
}

#mobile-menu .sidebar-menu li a {
  display: block;
  text-decoration: none;
  padding: 14px 14px 14px 14px;
  background-position: 100% center;
  background-repeat: no-repeat;
  margin: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}

#mobile-menu li li a {
  padding: 10px 32px 10px 36px;
}

.sidebar-menu li li li a {
  padding: 10px 32px 10px 58px !important;
  color: #888;
}

.hitarea {
  line-height: 46px;
  height: 46px;
  width: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.hitarea:before {
  float: right;
  margin-top: 1px;
  margin-right: 14px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 16px;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
  color: #888;
}

.expandable-hitarea:before {
  float: right;
  margin-right: 15px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: 100%;
  content: "\f105";
  font-weight: 300;
  text-shadow: none;
  padding-left: 12px;
  color: #888;
}

.hide-tree .hitarea {
  display: none;
}

.hide-tree.collapsable .hitarea {
  display: none;
}

#sidebar .sidebar-menu li.current a {
  color: #313131;
  font-weight: bold;
}

.sidebar-menu li li .hitarea {
  height: 38px;
  line-height: 38px;
}

.sidebar-menu li.tree .hitarea {
  width: 100%;
}

.sidebar-menu li.tree li .hitarea {
  width: 30px;
}

#sidebar .hitarea:hover {
  background-color: #E3EEF9;
}

#mobile-menu .expandable .hitarea:hover {
  background-color: #282828;
}

#mobile-menu .collapsable li.last a {
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1) inset;
  border-bottom: solid 1px #3f3f3f;
}

#mobile-menu .hitarea:hover:before {
  color: #fff;
}

#sidebar .menu li a:hover {
  background-color: #E3EEF9;
}

#sidebar .sidebar-menu li a.current {
  background: #DDD;
  color: #313131;
  font-weight: bold;
}

#mobile-menu .sidebar-menu {
  margin-bottom: 40px;
}

#mobile-menu .sidebar-menu li.collapsable>a {
  background-color: #282828;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1) inset;
  border-bottom: solid 1px #222;
}

#mobile-menu .sidebar-menu li a.current,
#mobile-menu #sidebar .menu li a:hover {
  background-color: #282828;
  color: #fff;
}

#mobile-menu .sidebar-menu li ul {
  background-color: #282828;
  padding: 0;
  border: none;
  margin: 0;
}


#mobile-menu .sidebar-menu li a:hover {
  background: #282828;
  color: #fff;
}

.menu-button {
  display: block;
  background-color: rgba(13, 94, 168, 0.66);
  color: rgba(255, 255, 255, 0.66);
  text-align: center;
  z-index: 1000;
  top: 0;
  right: 0;
  padding: 17px 19px 15px;
  position: fixed;
  border-radius: 0 0 0 2px;
  -moz-border-radius: 0 0 0 2px;
  -o-border-radius: 0 0 0 2px;
}

.menu-button a:before {
  display: block;
  content: '\2261';
  font-size: 30px;
  color: rgba(255, 255, 255, 0.66);
}

#mobile-menu {
  background-color: #efefef;
}

#mobile-menu li a {
  border-bottom: 1px solid #D5DEDA;
}

#mobile-menu li li a {
  border-bottom: 1px solid #222;
}

#mobile-menu .slidemenu-header {
  height: 74px;
  box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
}

#mobile-menu .slidemenu-header div {
  padding: 14px;
}

#mobile-menu .search-box input {
  border: none;
  padding: 13px 10px 13px 10px;
  margin: 0 0 10px 0;
  width: 212px;
  font-size: 14px;
  background-color: #FFFFFF;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4) inset;
  -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4) inset;
}

.searchfield {
  width: 92%;
  font-size: 16px;
  padding: 15px 4%;
  border: none;
  border-bottom: solid 1px #d3dbd9;
  border-radius: 0;
  height: max-content;
}

#mobile-menu .search-box ::-webkit-input-placeholder {
  color: #555;
}

#mobile-menu .search-box :-moz-placeholder {
  color: #555;
}

#mobile-menu .search-box button {
  background: none;
  position: absolute;
  top: 16px;
  right: 24px;
  color: #5C5C5C;
  font-size: 16px;
  border: none;
  padding: 12px;
  width: 30px;
}

#mobile-menu a {
  color: #222;
}

#mobile-menu a:hover {
  background: #fff;
}

#mobile-menu .slidemenu-header {
  position: relative;
}

#mobile-menu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}

#mobile-menu .slidemenu-body .slidemenu-content {
  position: relative;
}

.slidemenu {
  right: 0;
}

.header-pannel {
  text-align: center;
  background: #313131;
  color: #fff;
  min-height: 42px;
}

.header-pannel a {
  color: #fff;
}

.header-pannel h1 {
  font-size: 36px;
  line-height: 69px;
  font-weight: 500;
}

/* -------------------------------------------------- */
/*	mobile-menu
/* -------------------------------------------------- */
@media (max-width: 959px) {
  #globalnav .menu-utility li.menu-access a {
    border-left: none;
  }

  #container {
    background: #fff;
    padding-right: 0;
  }
}

/* -------------------------------------------------- */
/*	Menu
/* -------------------------------------------------- */
.menu {
  margin: 0;
  padding: 0;
  line-height: 100%;
  position: relative;
  z-index: 1000;

  text-align: center;
  width: 100%;
  display: table;
}

.menu:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0
}

.menu li {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  zoom: 1;
  line-height: inherit;
  top: 0;
  left: 0;
  display: table-cell;
  text-align: left;
}

* html .menu li,
*:first-child+html .menu li {
  display: inline;
  zoom: 1;
}

* html .menu li {
  float: left;
}

.menu li a {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  zoom: 1;
  line-height: 1.3;
  top: 0px;
  left: 0;
  color: #222;
}

/*--------------Sub Menus-------------------*/
.menu ul {
  margin: 0;
  padding: 0;
  /* position: fixed; */
  top: 0;
  right: 240px;
  /* display:none; */
  /* min-width: 25%; */
  width: 240px;
  width: 150px;
  height: 100%;
}

.menu ul li {
  display: block;
  width: 100%;
  text-align: left;
  background: #fafafa;
}

.menu ul li a {
  display: block;
}

.menu ul ul {
  top: 0;
  left: 100%;
  min-width: 100%;
}

.menu .left>ul {
  left: auto;
  right: 0%;
}

.menu ul .left ul {
  left: auto;
  right: 100%;
  min-width: 100%;
}

.menu ul li a:hover {
  text-decoration: underline;
}

/*--------------Dividers-------------------*/
.menu ul li.divider {
  border-top: 1px solid #ccc;
}

.menu ul li.divider a {
  border-top: 1px solid #fff;
}


/*--------------Right---------------------*/
.menu li.right {
  float: right;
}


/*--------------Arrows-------------------*/
.menu li.has-menu>a {
  padding-right: 25px;
}

.menu li li.has-menu span.arrow {
  margin-top: -4px;
}

/*--------------Vertical Menu Layout-------------------*/
.menu.vertical {
  display: block;
}

.menu.vertical li {
  display: block;
  text-align: left;
  width: 100%;
}

.menu.vertical li a {
  display: block;
}

.menu.vertical ul {
  top: 0;
  left: 100%;
}

.menu.vertical li.has-menu span.arrow {
  margin-top: -4px;
}

/*--------------Vertical Right Menu Layout-------------------*/
.menu.vertical.right {
  text-align: left;
}

.menu.vertical.right ul {
  top: 0;
  right: 100%;
  left: auto;
}

.menu.vertical.right li a {
  padding-left: 25px;
  padding-right: 20px;
}

.menu.vertical.right li.has-menu span.arrow {
  right: auto;
  left: 5px;
  margin-top: -4px;
}


/*---------------------------------
	MENU STYLES
	EDIT BELOW THIS LINE TO CUSTOMIZE
-----------------------------------*/
.menu {
  z-index: 600;
}

.menu li a {
  text-decoration: none;
  padding-top: 11px;
  padding-right: 14px;
  padding-bottom: 11px;
  padding-left: 38px;
}

.menu li a span {
  position: absolute;
  right: 0;
  top: 0;
}

.menu.small li a {
  padding: 4px 8px;
}

.menu li.current>a,
.menu li.current>a:hover,
.menu li.current.hover>a {
  color: #444;
  cursor: default;
}

.menu ul {
  background: #fff;
  border-top: 0;
}

.menu ul li {
  border-bottom: solid 1px #eee;
}

.menu ul li.last {
  border-bottom: none;
}

.menu li.has-menu span.arrow {
  position: absolute;

  top: 14px;
  right: 0;
}

/* arrow left */
.menu li li.has-menu span.arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 14px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 16px;
  content: "\f105";
  font-weight: 300;
  text-shadow: none;
  color: #888;
}

.menu li li.has-menu a:hover span.arrow:before {
  color: #313131;
}

.menu ul li.divider {
  border-top: 1px solid #ccc;
}

.menu ul li.divider a {
  border-top: 1px solid #fff;
}

.menu .icon {
  margin: -10px 7px -10px -5px;
  vertical-align: middle;
}

.menu ul .icon {
  margin-left: -10px;
}

/*---------------------------------
	RESPONSIVE MENU STYLES
	DO NOT EDIT unless you know what you are doing
-----------------------------------*/

.menu li.menu-toggle {
  display: none;
}

/* -------------------------------------------------- */
/*	Other
/* -------------------------------------------------- */

.tool-panel {
  float: left;
  margin: 13px 0 4px;
  padding-bottom: 0;
  font-size: 10px;
  color: #666;
}

.tool-panel li {
  float: left;
  line-height: 22px;
  display: inline;
  vertical-align: bottom;
}

.tool-panel li.first {
  padding-right: 10px;
}

.tool-panel li a {
  float: left;
  display: block;
  padding: 0 8px;
  line-height: 22px;
}

.tool-panel .print a {
  border-radius: 2px;
  font-size: 12px;
}

ul.pager {
  border: 0;
  padding: 0;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
  left: 50%;
  float: left;
}

.pager li {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 15px;
  list-style: none;
  float: left;
  position: relative;
  left: -50%;
  padding-left: 0 !important;
  background-image: none !important;
}

.pager .link_next,
.pager .link_before {
  font-weight: bold;
  border: solid 1px #FFFFFF;
}

.pager li span {
  color: #000;
  display: block;
  float: left;
  padding: 4px 6px;
}

.pager a {
  border: solid 1px #DDD;
  margin-right: 2px;
}

.pager a:link,
.pager a:visited {
  color: #555;
  display: block;
  padding: 3px 6px;
  text-decoration: none;
}

.pager a:hover {
  border: solid 1px #313131;
  background: #313131;
  color: #fff;
}

.pager i {
  display: none;
}

.pager .first a,
.pager .last a {
  border: none;
  text-decoration: underline;
}

.pager .first a:hover,
.pager .last a:hover {
  border: none;
  color: #fff;
}


.list-thum {
  font-size: 93%;
  line-height: 1.5;
}

.list-thum .post-date {
  padding: 12px 15px 0;
  font-size: 77%;
}

.list-thum .post-title {
  padding: 0 15px 12px;
}

.middle {
  display: table;
  width: 100%;
}

.middle div {
  display: table-cell;
  vertical-align: middle;
}

.banner {
  text-align: center;
  padding: 15px 0 0 0;
}

.header {
  background: #fff;
  padding: 10px 0;
}

h2.line {
  padding: 6px 12px 5px;
  margin: 50px 0 1em 0;
  text-transform: uppercase;
  background: #222;
  color: #fff;
  font-size: 12px;
}

.header .snsicon {
  font-size: 24px;
  float: right;
}

#footer .snsicon {
  font-size: 24px;
  float: right;
  margin-top: -2px
}

#footer .snsicon i {
  color: #555;
}

#footer .snsicon:hover i {
  color: #fff;
}

.breadcrumb {
  list-style: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0px;
}

.breadcrumb>li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #fff;
  *zoom: 1;
  font-size: 11px;
}

.breadcrumb>li>.divider {
  padding: 0 5px;
  color: #ccc
}

.breadcrumb>.active {
  color: #999
}

#globalnav .menu {
  padding: 10px 0;
  margin: 0;
}

#globalnav .menu li {
  margin: 0;
  padding: 0;
  font-size: 15px;
  clear: both;
  display: block;
  font-weight: 500;
}

#globalnav .menu li span.to-faculty {
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 13px;
}

#globalnav .menu>li {
  width: 100%;
}

#globalnav .menu>li li {
  font-size: 14px;
}

#globalnav .menu>li>a {
  padding: 10px 20px;
  display: block;
  box-sizing: border-box;
}

#globalnav .menu>li:hover>a,
#globalnav .menu>li>a.parentsLink,
#globalnav .menu>li>a.current {
  background: #fff;
}

#globalnav .menu>li>a:after {
  position: absolute;
  top: 38%;
  right: 0;
}

#globalnav .menu>li.last>a:after {
  display: none;
}

#globalnav .menu li.first {
  margin-left: 0;
}

#globalnav .menu li.thumnail a {
  padding: 0;
}

#globalnav .menu>li .inner_menu {
  width: 100%;
  height: fit-content;
}

#globalnav .menu>li.menu_holder {
  overflow: hidden;
  height: 39px;
  transition: height 0.5s;
}

#globalnav .menu>li:hover .inner_menu {
  display: block;
}

#globalnav .menu>li .inner_menu>li>a {
  padding: 10px 30px;
  display: block;
  box-sizing: border-box;
}

#globalnav .search-box {
  position: relative;
  padding: 0;
}

#globalnav .search-box .utility-txt {
  margin-bottom: 10px;
  display: block;
}

#globalnav .search-box input {
  border: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  padding: 21px 0;
  width: 100%;
  color: transparent;
  cursor: pointer;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
}

#globalnav .search-box input:focus {
  width: 240px;
  padding-left: 20px;
  color: #333;
  background: #fff;
  cursor: auto;
  position: static;
  margin-top: 0px;
}

#globalnav .language {
  margin-top: 0;
  padding: 10px 0;
}

#globalnav .language li a {
  padding: 0 20px;
  display: block;
  box-sizing: border-box;
  font-family: "Gotham SSm A", "Gotham SSm B";
  color: #222;
  font-size: 13px;
  font-weight: 500;
}

#globalnav .language li a:hover {
  color: #313131
}

#globalnav .language li a.current,
#globalnav .language li a.parentsLink {
  color: rgba(170, 177, 175, 0.99) !important;
}



#globalnav .language-box .language:focus {
  display: block;
  width: 240px;
  padding-left: 20px;
  color: #333;
  background: #fff;
  margin-top: 0px;
}

/* placeholder */
#globalnav .search-box input:-moz-placeholder {
  color: #aaa;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

#globalnav .search-box input::-webkit-input-placeholder {
  color: #aaa;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

#globalnav .search-box input:focus:-moz-placeholder {
  color: transparent;
  color: rgba(255, 255, 255, 0);
}

#globalnav .search-box input:focus::-webkit-input-placeholder {
  color: transparent;
  color: rgba(255, 255, 255, 0);
}

@media (max-width:737px) {
  #globalnav .menu li a {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  #globalnav .menu>li.menu_holder {
    height: auto;
  }
}

.bg-white {
  background: #fff;
}

.boxs {
  font-size: 85%;
  background: #fff;
  border: 2px solid #222;
  border: 4px solid #222;
}

.pf-item-details-h img {
  width: 100%;
}

.brand {
  padding: 15px 20px 10px 20px;
  display: block;
}

.brand h2 {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1;
}

.brand img {
  display: block;
  margin-bottom: 7px;
}

.logo {
  width: 38px;
}

.logotype1 {
  width: 132px;
}

#slideshow {
  position: relative;
}

#slideshow .slideshow-logo {
  position: absolute;
  bottom: 50%;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 0;
}

#slideshow .slideshow-logo img {
  max-width: 90%;
  margin: 0 5%;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1.6));
}

#slideshow .slide-image {
  position: relative;
  margin: 0;
}

#slideshow .slide-text {
  position: absolute;
  bottom: 0;
  margin: 0 20px 50px;
  color: #fff;
  text-shadow: -1px -2px 3px #000;
}

@media only screen and (max-width: 767px) {
  #slideshow .slideshow-logo img {
    display: none;
  }
}

@media (max-width:737px) {
  #slideshow .slide-text {
    margin: 0 20px 10px;
  }
}

.swiper-container {
  position: relative;
  width: 100%;
  height: auto;
}

.swiper-container .slideshow-logo {
  display: grid;
  margin: 0;
  padding: 0;
  place-items: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.swiper-container .slideshow-logo img {
  max-width: 90%;
  margin: 0 5%;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1.6));
}

.swiper-container .slide-image {
  position: relative;
  margin: 0;
  filter: brightness(0.5);
}

.swiper-container .slide-image img {
  aspect-ratio: 2.7 / 1;
  object-fit: cover;
  width: 100%;
}

.swiper-container .slide-text {
  position: absolute;
  bottom: 0;
  margin: 0 20px 50px;
  color: #fff;
  text-shadow: -1px -2px 3px #000;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  left: 14px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-pagination {
  text-align: left;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

.swiper-pagination-bullet {
  background-color: inherit;
  border: 2px solid #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fff;
  border: 2px solid #fff;
}

@media (max-width: 767px) {
  .swiper-container .slide-image img {
    aspect-ratio: unset;
  }

  .swiper-container .slideshow-logo img {
    display: none;
  }

  .swiper-pagination {
    display: none;
  }
}

@media(max-width:737px) {
  .swiper-container .slide-text {
    margin: 0 20px 10px;
  }
}

#faculty {
  padding: 5%;
}

#faculty .profile .heightline {
  background: #efefef;
}

#faculty .prof-txt {
  padding-bottom: 18px;
}

#faculty .prof-img img {
  margin-bottom: 0 !important;
  width: 100%;
}

#faculty .name {
  font-weight: 500;
  line-height: 1.3;
  margin-top: 18px;
  font-size: 18px;
  text-align: center;
}

#faculty .name .small {
  display: block;
  font-size: 13px !important;
  font-weight: 200;
}

#faculty .name .prof-title {
  font-weight: 300;
  display: block;
  font-size: 15px;
  margin-top: 10px;
}

#faculty .research {
  margin: 15px 12px 0;
  margin-bottom: 10px;
  padding: 15px 0;
  border-top: dotted 1px #D2DAD8;
  border-bottom: dotted 1px #D2DAD8;
}

#faculty .research ul {
  margin-top: 0;
}

#faculty .research ul li {
  line-height: 1.5;
  font-size: 14px;
}

#faculty .email {
  font-weight: 200;
  text-align: center;
  padding: 0 0 14px 0;
  font-size: 12px;
  letter-spacing: -.02em;
}

.slideshow {
  position: relative;
  width: 100%;
}

.delay {
  display: none;
}

.photo img {
  width: 100%;
}

.photo img.size-thumbnail {
  width: auto;
}

video#bgvideo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100% !important;
  height: auto !important;
}

#bg-dotted {
  background: url(/images/alpha.png);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#top {
  overflow: hidden;
}

.label {
  position: relative;
  border: none;
  background: #F4F8FC;
  border-bottom: 2px solid #AECFED;
  padding: 0.75em 1em;
  margin-top: 54px;
}

.balloon {
  position: relative;
  border: none;
  background: #F4F8FC;
  border-bottom: 2px solid #AECFED;
  padding: 0.75em 1em;
  margin-top: 54px;
}

.balloon:after,
.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
}

.balloon:after {
  left: 40px;
  border: 9px solid transparent;
  border-top: 8px solid #F4F8FC;
  margin-left: 3px;
}

.balloon:before {
  left: 40px;
  border: 13px solid transparent;
  border-top: 11px solid #AECFED;
  margin-left: -1px;
}

.box-b {
  border: solid 4px #222;
  padding: 4% 4% 0;
}

.section-title {
  position: relative;
  color: #fff;
  background: #222;
  margin-bottom: 20px;
  padding: 10px 5px 10px 10px;
  text-align: center;
}

.section-title:after,
.section-title:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
}

.section-title:after {
  left: 50%;
  border: 10px solid transparent;
  border-top: 8px solid #222;
  margin: 0 0 0 -8px;
}

/* ---------------------------------------- */
/*	Accordion Content
/* ---------------------------------------- */

.acc-trigger {
  border-top: 1px solid #DDD;
  cursor: pointer;
  display: block;
  margin: 0;
}

.acc-trigger:last-of-type,
.acc-container:last-of-type {
  margin-bottom: 20px;
}

.no-js .acc-trigger:last-of-type {
  border-bottom: none;
}

.acc-trigger a {
  background: url(images/accordion-content-buttons.png) no-repeat 20px 23px;
  display: block;
  color: #222;
  outline: medium none;
  padding: 3% 1.5%;
  text-decoration: none;
  text-shadow: none;
}

h3.acc-trigger a,
h4.acc-trigger a {
  margin: 0;
}

h6.acc-trigger a {
  background-position: 20px 21px;
}

.acc-trigger a:hover {
  background-color: #f8f8f8;
}

.acc-trigger a:hover,
.acc-trigger.active a,
.acc-trigger.active a:hover {
  color: #313131;
}

.acc-trigger.active a:hover {
  background-color: transparent;
}

.acc-trigger.active {
  cursor: default;
}

.acc-trigger.active:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.acc-trigger.active a {
  cursor: default;
}

h6.acc-trigger.active a {
  background-position: 20px -90px;
}

.acc-container .content {
  padding: 0 5% 10px 5%;
}

.acc-container .content .one-half {
  width: 422px;
}

.acc-container .content .one-third {
  width: 275px;
}

.acc-container .content .two-third {
  width: 570px;
}

.acc-container .content .one-fourth {
  width: 201px;
}

.acc-container .content .three-fourth {
  width: 644px;
}

.js .acc-container {
  margin-top: -15px;
}

ul,
ol {
  margin-top: 0.75em;
}

ol {
  margin-left: 2.7em;
}

ol ol {
  margin-left: 0em;
}

ol>li {
  list-style: decimal;
}

ol ol>li {
  list-style: lower-roman;
}

ol ol ol>li {
  list-style: circle;
}

ol ol>li {
  margin-left: 1.5em;
}

ol ol,
ol ul {
  margin-top: 0.75em;
}

ul.list-icon li {
  position: relative;
  padding-left: 1.8em !important;
}

ul.list-icon i.fa-angle-right {
  left: 0px;
  top: 0.5em;
  font-size: smaller;
  margin-right: 5px;
}

ul.list-icon.tight i.fa-angle-right {
  top: 0.25em;
}

ul.tight li,
ol.tight li {
  margin-top: 0;
  margin-bottom: 0;
}

ul.line li,
ol.line li {
  border-bottom: solid 1px #eee;
  padding-bottom: 0.5em;
}

ul.tight.line li,
ol.tight.line li {
  padding-top: 0.25em;
  padding-bottom: 0.2em;
}

ul.line li.last,
ol.line li.last {
  border-bottom: none;
}

.page-nav {
  text-align: center;
  margin: 30px 0;
}

.page-nav li {
  display: inline-block;
}

.page-nav li a {
  background: #efefef;
  padding: 10px 30px;
}

.page-nav li a:hover {
  color: #fff;
  background: #313131;
}

#sub-menu {
  float: right;
  margin: 26px 0;
  padding: 0;
  font-size: 14px;
}

#sub-menu li {
  float: left;
  margin: 0 0 0 30px;
  padding: 0;
}

#sub-menu li a {
  display: block;
  line-height: 30px;
}

.col-header {
  position: relative;
}

.col-header h2 {
  margin: 0;
  padding: 13px 0 0 10px;
  font-size: 119%;
  border: none;
}

.col-btn {
  float: right;
}

.col-btn a {
  padding: 15px 15px;
  border-left: solid 1px #eee;
  display: block;
  float: left;
}

.title-number {
  position: relative;
  padding-left: 40px;
}

.number {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 100;
  bottom: initial;
  position: relative;
  margin-right: 10px;
  line-height: 1;
  color: #313131;
  margin-top: -12px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
}

.bg {
  background: rgba(13, 94, 168, 0.1);
  z-index: 100;
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
}

/* ---------------------------------------- */
/*	Home
/* ---------------------------------------- */

/* Header */
.home-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transition-property: width;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  visibility: visible;
  width: 100%;
  z-index: 2;
}

.home-header .top {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  padding-right: calc(60px + 5px);
  height: 60px;
}

.home-header h1.logo {
  margin: 0;
  width: auto;
  max-width: 100%;
}

.home-header .utility {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  transition-property: opacity, visibility;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.home-header li.utility-item {
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 72px;
}

.home-header li.utility-item+li.utility-item {
  border-left: solid 1px #D2DAD8;
}

.home-header li.utility-item a {
  display: grid;
  padding: 5px 0;
  place-content: center;
}

.home-header li.utility-item a:hover {
  background: #f5f5f5;
}

.home-header .utility-icon {
  display: block;
  margin: 0 auto;
  height: 20px;
  width: auto;
}

.home-header .utility-text {
  color: #111;
  display: block;
  line-height: 1.3;
  padding-top: 5px;
}

.home-header .navigation .inner {
  display: flex;
  margin: 0;
}

.home-header .navigation li.parent {
  background: #313131;
  position: relative;
  height: 48px;
  width: 100%;
}

.home-header .navigation li.parent+li.parent {
  border-left: 1px solid #555;
}

.home-header .navigation li.parent:hover {
  background: #3f3f3f;
}

.home-header .navigation li.parent>a {
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: clamp(12px, 1.02489vw, 14px);
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  line-height: 1.3;
  padding: 0 10px;
  place-items: center;
  text-align: center;
  height: 100%;
  word-break: auto-phrase;
}

.home-header .navigation li.parent.dropdown>a::after {
  content: '\f107';
  color: #aaa;
  font-family: FontAwesome;
  font-weight: 300;
}

.home-header .navigation ul.child {
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transition: opacity .3s, visibility .3s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.home-header .navigation ul.child a {
  background: #efefef;
  color: #222;
  display: block;
  font-size: clamp(12px, 1.02489vw, 14px);
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 10px;
}

.home-header .navigation li.dropdown:hover ul.child {
  opacity: 1;
  visibility: visible;
}

.home-header .navigation ul.child a:hover {
  background: #fff;
}

.home-header .utility-box {
  clip-path: inset(0 0 100% 0);
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  transition: clip-path .3s, opacity .3s, visibility .3s;
  width: 100%;
}

html:not(.drawer-open) .home-header .utility-box.visible {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  visibility: visible;
}

.home-header .utility-box.search {
  background: #fff;
}

.home-header .utility-box.language {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.home-header .language-button {
  background: #fff;
  color: #222;
  display: grid;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 500;
  padding: 15px;
  place-items: center;
}

.home-header .language-button.current {
  background: #ddd;
  color: rgba(170, 177, 175, 0.99);
}

.home-header .language-button:not(.current):hover {
  background: #eee;
}

@media (min-width: 961px) {
  html:is(.drawer-open) .home-header {
    width: calc(100% - 240px);
  }

  html:is(.drawer-open) .home-header .utility {
    opacity: 0;
    transition-duration: .4s;
    visibility: hidden;
  }
}

@media (max-width: 1080px) {
  .home-header .navigation li.parent>a {
    gap: 5px;
    padding: 0 5px;
  }
}

@media (max-width: 960px) {
  .home-header {
    display: none;
  }
}

@media (max-width: 767px) {
  .home-header {
    display: block;
    position: relative;
    height: 56px;
    z-index: unset;
  }

  .home-header .top {
    padding: 15px 60px 15px 5px;
  }

  .home-header .utility,
  .home-header .navigation,
  .home-header .utility-box {
    display: none;
  }
}

/* News */

.newslist {
  line-height: 1.4;
}

.newslist dt {
  width: 110px;
  float: left;
  font-weight: normal;
  padding: 16px 0 0 10px;
  font-weight: 300;
  position: relative;
  letter-spacing: 0.05em;
}

.newslist dd:hover {
  background: #E3EEF9;
}

.newslist a {
  color: #555;
  display: block;
}

.newslist a:hover {
  color: #313131;
}

.newslist .post-category {
  padding: 16px 0 0 0;
  display: inline-block;
}

.newslist dl {
  line-height: 1.5;
  padding: 0;
  width: 100%;
  overflow: hidden;
  border-top: solid 1px #DDD;
}

.newslist dd {
  display: block;
  padding: 0px 0px 0px;
  border-bottom: solid 1px #DDD;
  text-align: left;
  width: 100%;
  /* margin-top: 5px; */
}

.newslist dd:hover {
  background: #fff;
}

.newslist a {
  color: #555;

}

.newslist a:hover {
  color: #313131;
  background: #fff;
}

.newslist .post-title a {
  display: block;
  padding: 16px 14px 16px 120px;
}

.newslist .post-category a {
  display: inline;
}

.tabs i {
  font-size: 14px;
  margin-left: -14px;
  margin-right: 5px;
}

/*
	TipTip CSS - Version 1.2
	http://code.drewwilson.com/entry/tiptip-jquery-plugin
*/

#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

#tiptip_holder.tip_top {
  padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
  padding-top: 5px;
}

#tiptip_holder.tip_right {
  padding-left: 5px;
}

#tiptip_holder.tip_left {
  padding-right: 5px;
}

#tiptip_content a {
  color: #fff;
}

#tiptip_content {
  font-size: 11px;
  padding: 4px 8px;
  /* border: 1px solid rgba(0,0,0,0.25); */
  background: #272727;
  background-color: #272727;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* -webkit-box-shadow: 0 0 3px #555; */
  -moz-box-shadow: 0 0 2px #555;
  box-shadow: 0 0 2px #555;
}

#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(55, 55, 55, 0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(55, 55, 55, 0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(55, 55, 55, 0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(55, 55, 55, 0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: rgb(25, 25, 25);
  border-top-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-bottom-color: rgb(25, 25, 25);
  border-bottom-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -5px;
  border-right-color: rgb(25, 25, 25);
  border-right-color: rgba(25, 25, 25, 0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -7px;
  border-left-color: rgb(25, 25, 25);
  border-left-color: rgba(25, 25, 25, 0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #tiptip_content {
    padding: 10px 10px 6px 10px;
    background-color: #35A5F0;
    line-height: 1.5;
    color: #fff;
  }

  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45, 45, 45, 0.88);
  }

  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: #35A5F0;
  }
}



.col-header {
  position: relative;
}

.col-btn {
  position: absolute;
  top: 13px;
  right: 12px;

}

.col-btn a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: solid 1px #eee;
}

.col-btn a span {
  display: none;
}

.title-number {
  position: relative;
  padding-left: 40px;
}

.number {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  line-height: 1;
  color: #10A8A1;
  display: block;
  position: absolute;
  left: 0;
  font-size: 2.4em;
  bottom: 4px;
  margin-right: 10px;
  line-height: 1;
  color: #5394dc;
}


.section-inner {
  padding-top: 120px;
}

.notoppadding .section-inner {
  padding-top: 0px;
}

.parallax-section {
  min-height: 400px;
  background: transparent;
}

span .fa-external-link {
  font-size: 10px !important
}


.box-scroll {
  height: 300px !important;
  overflow: hidden;
}

.slideup {
  position: relative;
  overflow: hidden;
}

.slideup .box-image {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.8s ease-out;
  -moz-transition: 0.8s ease-out;
  -ms-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}

.slideup:hover .box-image {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.box-slide {
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 0; */
  padding: 0 10px 15px 0;
  /* width: 100%; */
  /* position: absolute; */
  /* height: 100%; */
  /* width: 100%; */
  /* background: #313131; */
  /* background: rgba(13,94,168, 0.8); */
  /* color: #fff; */
  /* color: rgba(255,255,255,0.7); */
  display: block;
  text-align: center;
}

.box-slide p {
  margin: 0;
  text-align: center;
}

.box-slide a {
  color: #fff;
}

.box-meta * {
  /* color: #E5DCD1; */
  line-height: 1.4;
}

.box-meta p {
  font-size: 85%
}

.button,
a.btn {
  display: inline-block;
  padding: 0.67em 1.3em 0.67em;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #313131;
  border: 2px solid transparent;
  color: #fff;
  font-size: 93%;
  transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}

.button:hover,
a.btn:hover {
  background: transparent;
  color: #313131;
  border: 2px solid #313131;
}


.button.frame,
a.btn.frame {
  background: transparent;
  color: #313131;
  border: 1px solid #313131;
}

.button.frame:hover,
a.btn.frame:hover,
.button.frame.active,
a.btn.frame.active,
.button.frame.active:hover,
a.btn.frame.active:hover {
  background: #313131;
  color: #fff;
  border: 2px solid transparent;
}

.button.white,
a.btn.white {
  background: #fff;
  border: 2px solid transparent;
  color: #313131;
}

.button.white:hover,
a.btn.white:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.button.red,
a.btn.red {
  background: #e33;
  border: 2px solid transparent;
  color: #fff !important;
}

.button.red:hover,
a.btn.red:hover {
  color: #e33 !important;
  border: 2px solid #e33;
  background: transparent;
}

.button.gray,
a.btn.gray,
.button.gray:hover,
a.btn.gray:hover {
  background: #aaa;
  color: #fff !important;
  border: 2px solid transparent;
  cursor: default;
}

.button.frame.white,
a.btn.frame.white {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.button.frame:hover.white,
a.btn.frame.white:hover {
  background: #fff;
  ;
  border: 2px solid transparent;
  color: #313131 !important;
}

.button.frame.red,
a.btn.frame.red {
  color: #e33 !important;
  border: 2px solid #e33;
  background: transparent;
}

.button.frame.red:hover,
a.btn.frame.red:hover {
  background: #e33;
  border: 2px solid transparent;
  color: #fff !important;
}


.button.frame.gray,
a.btn.frame.gray,
.button.frame.gray.active,
a.btn.frame.gray.active,
.button.frame.gray:hover,
a.btn.frame.gray:hover,
.button.frame.gray.active:hover,
a.btn.frame.gray.active:hover {
  background: transparent;
  color: #aaa !important;
  border: 2px solid #aaa;
  cursor: default;
}


.button.small,
a.btn.small {
  padding: 0.45em 2em 0.45em;
}

.button.xsmall,
a.btn.xsmall {
  padding: 0.33em 1.5em 0.33em;
}

a.label.creativity,
a.label.longevity,
a.label.security,
a.label.information,
a.label.finished,
a.label.news,
a.label.event {
  cursor: default;
  font-weight: 500;
}


/*創造*/
.button.creativity,
a.btn.creativity,
a.label.creativity {
  background: #ef9e00;
  border: 1px solid transparent;
  color: #fff !important;
  padding: 0.33em 1.5em 0.33em;
}

.button.creativity:hover,
a.btn.creativity:hover {
  color: #ef9e00 !important;
  border: 1px solid #ef9e00;
  background: transparent;
}

/*長寿*/
.button.longevity,
a.btn.longevity,
a.label.longevity {
  background: #bcd200;
  border: 1px solid transparent;
  color: #fff !important;
  padding: 0.33em 1.5em 0.33em;
}

.button.longevity:hover,
a.btn.longevity:hover {
  color: #bcd200 !important;
  border: 1px solid #bcd200;
  background: transparent;
}

/*安全*/
.button.security,
a.btn.security,
a.label.security {
  background: #1dace4;
  border: 1px solid transparent;
  color: #fff !important;
  padding: 0.33em 1.5em 0.33em;
}

.button.security:hover,
a.btn.security:hover {
  color: #1dace4 !important;
  border: 1px solid #1dace4;
  background: transparent;
}

/*開催案内*/
.button.information,
a.btn.information,
a.label.information {
  background: #fff;
  border: 1px solid #e50011;
  color: #222222 !important;
  padding: 0.33em 1.5em 0.33em;
}

.button.information:hover,
a.btn.information:hover {
  color: #fff !important;
  border: 1px solid #e50011;
  background: #e50011;
}

/*終了*/
.button.finished,
a.btn.finished,
a.label.finished {
  background: #fff;
  border: 1px solid #222222;
  color: #222222 !important;
  padding: 0.33em 1.5em 0.33em;
}

.button.finished:hover,
a.btn.finished:hover {
  color: #fff !important;
  border: 1px solid #222222;
  background: #222222;
}

/*ニュース・イベント*/
.button.news,
a.btn.news,
.button.event,
a.btn.event,
a.label.news,
a.label.event {
  background: #fff;
  border: 1px solid #9f9fa0;
  color: #9f9fa0 !important;
  padding: 0.33em 1.5em 0.33em;
}

.button.news:hover,
a.btn.news:hover,
.button.event:hover,
a.btn.event:hover {
  color: #fff !important;
  border: 1px solid #9f9fa0;
  background: #9f9fa0;
}

/*募集*/
.button.grants,
a.btn.grants,
a.label.grants {
  background: #313131;
  border: 1px solid transparent;
  color: #fff !important;
  padding: 0.33em 1.5em 0.33em;
}

.button.grants:hover,
a.btn.grants:hover {
  color: #313131 !important;
  border: 1px solid #313131;
  background: transparent;
}

/*横断*/
.button.Integration,
a.btn.Integration,
a.label.Integration {
  background: #FFE653;
  border: 1px solid transparent;
  color: #fff !important;
  padding: 0.33em 1.5em 0.33em;
  color: #222 !important;
}

.button.Integration:hover,
a.btn.Integration:hover {
  color: #222 !important;
  border: 1px solid #FFE653;
  background: transparent;
}

/*2040PJ*/
.button.pj2040,
a.btn.pj2040,
a.label.pj2040 {
  background: #fff;
  border: 1px solid #222222;
  color: #222222 !important;
  padding: 0.33em 1.5em 0.33em;
}

.button.pj2040:hover,
a.btn.pj2040:hover {
  color: #fff !important;
  border: 1px solid #222222;
  background: #222222;
}

ul.button {
  text-align: left;
}

ul.button a {
  display: inline-block;
  padding: 0.4em 0.67em;
  /* margin-bottom: 0; */
  font-weight: 600;
  line-height: 1.428571429;
  text-align: center;
  /* white-space: nowrap; */
  vertical-align: middle;
  cursor: pointer;
  background: #DDD;
  border: 2px solid transparent;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  /* color: #fff; */
  font-size: 85%;
  transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  white-space: nowrap;
  margin-bottom: 4px;
}

ul.button a:hover {
  background: #313131;
  color: #fff;
  border: 2px solid transparent;
}

ul.button li {
  margin: 0;
  padding: 0;
  display: inline;
}

ul.box {
  background: #F4F8FC;
  transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;

  padding: .67em 0.5em;
  margin-left: 1em;
}

ul.box li>ul.box {
  background: #E9F1F9;
}

ul.box i {
  color: #313131 !important;
}

.box-link img {
  border-radius: 3px 3px 0;
  -moz-border-radius: 3px 3px 0;
  -o-border-radius: 3px 3px 0;
}

.box-link h3 {
  padding: 15px 20px 10px !important;
  margin: 0;
}

.box-link p {
  padding: 0 20px 20px;
}

div.box {
  background: #F4F8FC;
  transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;

  padding: .67em 0.5em;
  margin-left: 1em;
}

.bg-light {
  background: #f5f5f5;
}

.main-button {
  margin-top: 240px;
  float: right;
}

.backstretch {
  /* margin-top:100px!important; */

  height: 80% !important;
}

.mainimg {
  position: relative;
  min-height: 400px;
}


#globalnav .menu-utility {
  margin: 0;
  background: none;
}

#globalnav .menu-utility li {
  /* width: 33.3%; */
  /* float: left; */
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  margin: 0;
  display: block;
  position: static;
  height: 63px;
}

#globalnav .menu-utility li a {
  border-left: solid 1px #D2DAD8;
  display: block;
  color: #111;
  padding: 0px;

}

#globalnav .menu-utility li:hover {
  cursor: pointer;
  background: #fff;

}

#globalnav .menu-utility li:hover,
#globalnav .menu-utility li:hover a {
  color: #313131;
}

#globalnav .menu-utility img {
  height: 27px;
  display: block;
  margin: 12px auto 3px;
}

#menu-button {
  box-sizing: border-box;
  position: fixed;
  top: 10px;
  z-index: 4;
  width: 100%;
  top: 0;
  font-size: 10px;
  color: #fff;
  padding: 23px 11px 0px 9px;
  text-align: right;
  height: 46px;
  right: 0px;
  font-family: 'roboto', sans-serif;
  letter-spacing: -0.02em;
  /* display: none!important; */
  /* background: #222; */
}

#menu-button div {
  background: #111;
  width: 50px;
  float: right;
  height: 50px;
  z-index: -1;
  position: fixed;
  right: 0;
  top: 0;
}


#menu-button:before,
#menu-button:after,
#menu-button span {
  background: #fff;
  content: '';
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  right: 12px;
}

#menu-button:before {
  top: 10px;
}

#menu-button span {
  top: 17px;
}

#menu-button:after {
  top: 24px;
}

/* menu-button animation */
#menu-button:before,
#menu-button:after,
#menu-button span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;

  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

html.opening #menu-button:before,
html.opening #menu-button:after {
  top: 18px;
}

html.opening #menu-button span {
  left: -50px;
  opacity: 0;
}

html.opening #menu-button:before {
  transform: rotate(45deg);
}

html.opening #menu-button:after {
  transform: rotate(-45deg);
}

#globalnav .social {
  align-items: center;
  border-bottom: solid 1px #D2DAD8;
  display: flex;
  justify-content: center;
  padding: 20px;
}

#globalnav .social .social-item {
  display: block;
  height: 18px;
  width: 18px;
}

#globalnav .social .social-item:not(:last-child) {
  margin-right: 15px;
}

#globalnav .social .social-item img {
  display: flex;
  height: 100%;
  width: 100%;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
  line-height: 1.3;
  border-bottom: solid 1px #ddd;
}

#slideshow .owl-carousel {
  border-bottom: none;
}

.bg-light .owl-carousel {
  background: transparent;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;

}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;

}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);

}

.owl-carousel .item {
  margin: 0px 10px;
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls {
  /* margin-top: 10px; */
  /* text-align: center; */
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
}

@media(max-width:737px) {
  .owl-theme .owl-controls {
    display: none !important;
  }
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  padding: 10px 0 0;
  font-size: 30px;
  background: #fff;
  background: rgba(255, 255, 255, 0.66);
  color: #222;
  top: 50%;
  position: absolute;
  margin-top: -45px;
  width: 50px;
  height: 40px;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  background: rgba(255, 255, 255, 1);
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  transition: right 0.3s ease-out;
  right: -50px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  transition: left 0.3s ease-out;
  left: -50px;
}

.owl-theme .owl-controls .owl-buttons div i {
  transition: margin 0.2s ease-out;
}

.owl-carousel:hover .owl-controls .owl-buttons .owl-next {
  right: 0px;
}

.owl-carousel:hover .owl-controls .owl-buttons .owl-prev {
  left: 0px;
}

.owl-theme .owl-controls .owl-buttons .owl-next:hover i {
  margin-left: 3px;
  margin-right: -3px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:hover i {
  margin-left: -3px;
  margin-right: 3px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  display: block;
  float: none;
  margin: 0 8px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  background: transparent;
}

.owl-controls .owl-page span:before,
.light .owl-controls .owl-page span:before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  /* background: #0d0d0d; */
  border-radius: 12px;
  -moz-border-radius: 12px;
  -khtml-border-radius: 12px;
  -webkit-border-radius: 12px;
  position: relative;
  top: 2px;
  left: 2px;
}

.owl-theme .owl-controls .owl-page.active span,
.light .owl-controls .owl-page.active span {
  border: 2px solid #FFF;
  background: #FFF;
}

.owlnavdark .owl-controls .owl-page.active span,
.owlcarousel .owl-controls .owl-page.active span {
  border: 1px solid #0d0d0d;
}

.light .owl-controls .owl-page.active span,
.light .owl-controls .owl-page.active span {
  border: 1px solid #ffffff;
}

.owl-theme .owl-controls .owl-page.active span:before {
  display: none;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

.post-title {
  margin-top: 0px;
}


.fullbanner {
  position: relative;
}

.fullbanner .fullbanner-inner {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  text-align: center;
}

.fullbanner h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  line-height: 1.4;
  margin: -1em 0 0 0;
}

.fullbanner h2 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.fullbanner h2 span.button {
  padding: 1px;
  display: inline-block;
  min-width: 100px;

}

@media(max-width:767px) {
  .fullbanner .fullbanner-inner {
    left: 5%;
    width: 90%;
  }

  .fullbanner h2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
  }

  .fullbanner h2 span {
    font-size: 14px;
  }
}

.eyecatch {
  position: relative;
  margin-bottom: 50px;
}

.eyecatch h1,
.eyecatch h2 {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 6%;
  font-size: 50px;
  font-weight: 100;
  line-height: 1.4;
  margin-top: -1em;
  display: block;
  width: 88%;
  text-align: left;
}

.eyecatch h1 span,
.eyecatch h2 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

@media(max-width:479px) {
  .eyecatch {
    margin-bottom: 30px;
  }


  .eyecatch h1,
  .eyecatch h2 {
    margin-bottom: 0;
    font-size: 36px;
  }

  .eyecatch h1.sm-ps,
  .eyecatch h2.sm-ps {
    margin: .5em 5.5% 0;
    color: #222;
  }

  .eyecatch h1 span,
  .eyecatch h2 span {
    font-size: 16px
  }
}


/*!
 * jquery-drawer v3.1.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow-x: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent
}

.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--top.drawer-open .drawer-nav {
  top: 0
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0
}

.drawer--left .drawer-nav {
  left: -16.25rem;
}

.loaded.drawer--left .drawer-nav {
  transition: left .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem
}

.drawer--right .drawer-nav {
  right: -16.25rem;
}

.loaded.drawer--right .drawer-nav {
  transition: right .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 240px;
}

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  padding: 0;
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: #efefef;
  height: 56px;
  width: 56px;
}

.loaded .drawer-hamburger {
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: #ccc;
}

.drawer-hamburger-icon {
  margin: 0 auto;
  position: relative;
  display: block;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  height: 2px;
  width: 30px;
  transition-property: all;
  transition-duration: 0.000001s; /* `js/drawer.min.js`参照 */
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  background-color: #222
}

.loaded .drawer-hamburger-icon,
.loaded .drawer-hamburger-icon:after,
.loaded .drawer-hamburger-icon:before {
  transition-duration: 0.6s;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' '
}

.drawer-hamburger-icon:after {
  top: 10px
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0
}

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg)
}

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg)
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0
}

.drawer--sidebar,
.drawer--sidebar .drawer-contents {
  background-color: #fff
}

@media (min-width:64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%
  }

  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem
  }

  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem
  }

  .drawer--sidebar .drawer-container {
    max-width: 48rem
  }
}

@media (min-width:75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem
  }

  .drawer--sidebar .drawer-container {
    max-width: 60rem
  }
}

.drawer--navbarTopGutter {
  padding-top: 3.75rem
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff
}

.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%
}

.drawer-navbar--fixed {
  position: fixed
}

.drawer-navbar-header {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem
}

@media (min-width:64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0
  }

  .drawer-navbar .drawer-menu--right {
    float: right
  }

  .drawer-navbar .drawer-menu li {
    float: left
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0
  }

  .drawer-navbar .drawer-hamburger {
    display: none
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  .drawer-navbar .drawer-menu {
    padding: 0
  }

  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem
  }
}

.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff
}

.drawer-dropdown-menu>li {
  width: 100%;
  list-style: none
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent
}

.drawer-dropdown.open>.drawer-dropdown-menu {
  display: block
}

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.drawer-container {
  margin-right: auto;
  margin-left: auto
}

@media (min-width:64em) {
  .drawer-container {
    max-width: 60rem
  }
}

@media (min-width:75em) {
  .drawer-container {
    max-width: 70rem
  }
}

@media (min-width: 961px) {
  html.drawer-open {
    overflow: auto !important;
  }

  .drawer-hamburger {
    height: 42px;
    width: 42px;
  }

  :is(.home) .drawer-hamburger {
    height: 60px;
    width: 60px;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 24px;
  }

  .drawer-hamburger-icon:before {
    top: -8px;
  }

  .drawer-hamburger-icon:after {
    top: 8px;
  }
}

@media (max-width: 960px) {
  .drawer-open .drawer-overlay {
    display: block
  }
}


div.tab-search,
div.tab-language {
  clear: both;
  /* border-bottom: 1px solid #d2dad8; */
  padding: 0px;
  width: 300px;
  display: none;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
  background: #dddddd;
  position: relative;
  transition-property: top, bottom;
  transition-duration: 0.5s;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

/*---------------------------------
	Project List
-----------------------------------*/
#project {
  padding: 0 5% 5%;
}

.project-list .item {
  display: grid;
  grid-template-columns: 20% 1fr;
}

.project-list .item+.item {
  border-top: 1px solid #ddd;
}

.project-list .item .item-head {
  font-weight: 500;
  padding: 5px 10px;
}

.project-list .item.creativity .item-head {
  background: #ef9e00;
  color: #fff;
}

.project-list .item.longevity .item-head {
  background: #bcd200;
  color: #fff;
}

.project-list .item.security .item-head {
  background: #1dace4;
  color: #fff;
}

.project-list .item.integration .item-head {
  background: #FFE653;
  color: #555;
}

.project-list .item.research-centers .item-head {
  background: #F58CD0;
  color: #fff;
}

.project-list .item .item-head .id {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.project-list .item .item-head .category {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 3px;
}

.project-list .item .item-body {
  padding: 10px;
}

.project-list .item:hover .item-body {
  background: #efefef;
}

.project-list .item .title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.project-list .item .principal-investigator {
  color: #555;
  display: block;
  font-size: 12px;
}

.project-list .item .sdgs-label {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-top: 5px;
}

.inner-nav-pd {
  padding-top: 40px;
  position: relative;
}

.inner-nav-pd-index {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, .2);
  color: #222;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  line-height: 1.0;
  padding: 20px;
  text-align: center;
  transition: border .3s ease;
}

.inner-nav-pd-index:after {
  content: '';
  border-top: solid 2px #313131;
  border-right: solid 2px #313131;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform .5s ease;
  height: 6px;
  width: 6px;
}

.inner-nav-pd-index:hover {
  border: 1px solid rgba(0, 0, 0, .5);
}

.inner-nav-pd-index.active,
.inner-nav-pd-index.js-active {
  border: 1px solid rgba(0, 0, 0, .5);
}

.inner-nav-pd-index.active:after,
.inner-nav-pd-index.js-active:after {
  transform: rotate(135deg);
}

.inner-nav-pd-list {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  box-sizing: border-box;
  clip-path: inset(0 0 100% 0);
  transition: clip-path .5s ease;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.inner-nav-pd-list.open,
.inner-nav-pd-list.js-nav-open {
  clip-path: inset(0 0 0 0);
}

.inner-nav-pd-item {
  display: block;
  padding: 10px;
}

.inner-nav-pd-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.inner-nav-pd-item.parentsLink {
  background: rgba(0, 0, 0, .05);
  pointer-events: none;
}

.inner-nav-pd-item:hover {
  background: rgba(0, 0, 0, .05);
}

@media (max-width: 767px) {
  .inner-nav-pd {
    padding-top: 15px;
  }

  .project-list .item {
    grid-template-columns: 1fr;
  }

  .project-list .item+.item {
    border: 0;
  }

  .project-list .item .item-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .project-list .item .item-head .category {
    padding-top: 0;
  }

  .project-list .item .item-body {
    padding: 10px 0 20px;
  }
}

@media screen and (max-width: 480px) {

  #project .row>.column {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  #project .col_3 .inner {
    padding: 0;
  }
}

/*---------------------------------
	Project Details
-----------------------------------*/
.project-detail {
  margin: 2em 0 1em;
}

.project-detail h3 {
  margin: 0;
  padding: 1em 0.33em;
}

.table-member tr[onclick] {
  cursor: pointer;
}

.table-member tr.no-link {
  cursor: default;
}

.table-member tr:hover {
  background: #efefef;
}

.table-member tr.no-link:hover {
  background: #fff;
}

.table-member td {
  text-align: left;
}

.inner-navi {
  margin-bottom: 30px;
  overflow: hidden;
}

.inner-navi a.tab {
  padding: 1em 2em;
  border: 1px solid #D2DAD8;
  text-align: center;
  display: block;
  line-height: 1.0;
  color: #222;
}

.inner-navi a.tab:hover,
.inner-navi a.current {
  background: #efefef;
}

/*創造*/
.project-detail .creativit {
  background: #ef9e00;
  color: #fff;
  padding: 0.2em 0;
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.0em;
}

/*長寿*/
.project-detail .longevity {
  background: #bcd200;
  color: #fff;
  padding: 0.2em 0;
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.0em;
}

/*安全*/
.project-detail .security {
  background: #1dace4;
  color: #fff;
  padding: 0.2em 0;
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.0em;
}

/*横断*/
.project-detail .crossing,
.project-detail .integration {
  background: #FFE653;
  color: #222;
  padding: 0.2em 0;
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1.0em;
}

/*ピンク*/
.project-detail .color-pink {
  background: #F58CD0;
  color: #fff;
  padding: 0.2em 0;
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.0em;
}

@media screen and (max-width: 480px) {

  .table-member tbody tr td,
  .table-member tbody tr th {
    border-top: none;
    padding: 0em 0.35em !important;
  }

  .table-member tbody tr.first {
    border-bottom: 1px solid #DDD;
  }

  .inner-navi a.tab {
    padding: 0.5em 1em;
  }
}

/*---------------------------------
	Project SDGs
-----------------------------------*/
.list-sdgs {
  margin: 4px 0 2px;
}

.list-sdgs img {
  margin-bottom: 0 !important;
}

.detail-sdgs {
  margin: 2em 0 0;
}

.detail-sdgs img {
  margin-bottom: 0 !important;
}

.cp_tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  /*background: linear-gradient(transparent 60%, #f19ec2 60%);*/
}

.list-sdgs .cp_tooltip {
  padding: 2px 0;
}

.detail-sdgs .cp_tooltip {
  padding: 4px 2px;
}

.cp_tooltip .cp_tooltiptext {
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  /*left: -150%;*/
  visibility: hidden;
  width: auto;
  white-space: nowrap;
  padding: 6px 10px;
  transition: opacity 0.4s;
  text-align: center;
  opacity: 0;
  color: #ffffff;
  border-radius: 16px;
  background-color: #313131;
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 1.0;
}

.detail-sdgs .cp_tooltip .cp_tooltiptext {
  left: 0;
}

.cp_tooltip .cp_tooltiptext::after {
  position: absolute;
  top: 100%;
  left: 16px;
  margin-left: -5px;
  margin-bottom: 6px;
  content: ' ';
  border: 5px solid transparent;
  border-top-color: #313131;
}

.cp_tooltip:hover .cp_tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* -------------------------------------------------- */
/*	News&Event
/* -------------------------------------------------- */
.module-hover {
  margin-bottom: 70px;
}

.module-hover .module-listLayout05 {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  background-color: #efefef;
}

.module-hover .module-listLayout05 .listItems {
  display: block;
}

.module-hover .module-listLayout05 .listItems .listItem {
  padding: 5px 0 !important;
  font-size: 13.1px;
  line-height: 1.4;
  white-space: nowrap;
  display: inline-block;
}

.module-hover .module-listLayout05 ul.list-icon i {
  display: none;
}

.module-hover .module-listLayout05 .listItems .listItem:first-child .listInner:after {
  display: none;
}

.module-hover .module-listLayout05 .listItems .listItem .listInner {
  padding: 0 1.5em;
  position: relative;
  display: block;
}

.module-hover .module-listLayout05 .listItems .listItem .listInner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-right: solid 1px #d6d6d6;
}

.module-hover .module-listLayout05 .listItems .listItem .listInner a {
  color: #222;
}

.module-hover .module-listLayout05 .listItems .listItem .listInner .listStay {
  color: #777;
}

.module-hover .module-listLayout05 .listItems .listItem .listInner .listNone {
  color: #bbb;
}

/*---------------------------------
	working_paper
-----------------------------------*/

#project.working_paper {
  padding: 20px 5% 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  #project.working_paper {
    word-break: break-all;
  }
}

.working_paper p a {
  text-decoration: underline;
}

.wp_right_box {
  float: right;
  margin-bottom: 10px;
}

.wp_box {
  margin: 20px 0 30px;
}

.wp_box h2 {
  font-size: 22px;
  text-align: left;
  margin: 0 0 .5em;
  background: #333;
  color: #fff;
  padding: 6px;
}

.wp_h3wrap {
  font-size: 27px;
  display: block;
  background: #eee;
  overflow: hidden;
  margin-bottom: .5em;
}

.wp_h3wrap h3 {
  font-size: 20px;
  display: block;
  float: left;
  text-align: left;
  margin: 0;
  line-height: 1.5;
  color: #222;
}

.wp_h3wrap p {
  display: block;
  float: right;
  font-size: 16px;
  line-height: 26px;
  padding: 6px;
  margin-bottom: 0;
}

.wp_h3wrap h3 span {
  display: inline-block;
}

/*accordionメニュー*/
.wp_contents {
  display: none;
}

.wp_h3wrap h3,
.wp_h3wrap p {
  margin-right: 60px;
}

@media only screen and (max-width: 600px) {

  .wp_h3wrap h3,
  .wp_h3wrap p {
    margin-right: 40px;
  }
}

.wp_h3wrap {
  position: relative;
}

.wp_h3wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -1px;
  display: block;
  width: 16px;
  height: 2px;
  background: #666;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.wp_h3wrap.on:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.wp_h3wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -1px;
  display: block;
  width: 16px;
  height: 2px;
  background: #666;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.wp_h3wrap.on:before {
  opacity: 0;
}

.fo16 {
  font-size: 16px !important;
}

/*---------------------------------
	Research Frontiers
-----------------------------------*/

#research_frontiers {
  padding: 20px 5% 5%;
  box-sizing: border-box;
}

#research_frontiers p,
#research_frontiers li {
  text-align: left;
}

#research_frontiers .description {
  margin-bottom: 50px;
}

#research_frontiers .rf_box1 h2 {
  text-align: left;
  margin-bottom: 0;
  position: relative;
  padding-left: 25px;
  margin-top: 1.5em;
}

#research_frontiers .rf_box1 h2:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  margin-top: 9px;
  left: 0;
  background: #000;
}

/*長寿*/
#research_frontiers .longevity.rf_box1 h2:before {
  background: #BDD226;
}

/*安全*/
#research_frontiers .security.rf_box1 h2:before {
  background: #3EAEE2;
}

/*創造*/
#research_frontiers .creativity.rf_box1 h2:before {
  background: #EA9B21;
}

/*長寿+創造*/
#research_frontiers .lc.rf_box1 h2:before {
  background: linear-gradient(0deg, #ea9b21 0%, #ea9b21 50%, #BDD226 50%, #BDD226 100%);
}

/*安全+創造*/
#research_frontiers .sc.rf_box1 h2:before {
  background: linear-gradient(0deg, #ea9b21 0%, #ea9b21 50%, #3EAEE2 50%, #3EAEE2 100%);
}

.rf_h3wrap h3 {
  width: 80%;
  float: left;
  text-align: left;
  background: none;
  margin: 0;
  box-sizing: border-box;
  padding-left: 25px;
}

.rf_h3wrap p {
  width: 20%;
  float: right;
  box-sizing: border-box;
  padding-top: 6px;
}

.rf_box1 a:hover h2,
.rf_box1 a:hover .rf_h3wrap {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .rf_h3wrap h3 {
    width: 100%;
    float: none;
  }

  .rf_h3wrap p {
    width: 100%;
    float: none;
    text-align: right;
  }
}

@media only screen and (max-width: 479px) {
  #research_frontiers .rf_box1 h2 {
    padding-left: 20px;
  }

  #research_frontiers .rf_box1 h2:before {
    width: 15px;
    height: 15px;
    margin-top: 9px;
    left: 0;
  }

  .rf_h3wrap h3 {
    padding-left: 20px;
    font-size: 22px;
  }

  .rf_h3wrap p {
    padding-left: 20px;
  }
}

.rf_btn1 {
  margin-top: 0;
  margin-bottom: 25px;
}

.rf_btn1 a {
  background: #333;
  padding: 5px 10px;
  color: #fff !important;
  text-decoration: none !important;
}

.rf_btn1 a:hover {
  opacity: 0.7;
}

/*----- 一覧ページのみサムネイルを追加 -----*/

.rf_index#research_frontiers .rf_box1 h2 {
  padding-left: 110px;
}

.rf_index .rf_h3wrap h3 {
  padding-left: 110px;
}

.rf_index#research_frontiers .rf_box1 h2:before {
  width: 10px;
  height: 80px;
  margin-top: 9px;
  left: 0;
}

.rf_index#research_frontiers .rf_box1 h2:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: 0;
  margin-top: 9px;
  left: 18px;
}

@media only screen and (max-width: 479px) {
  .rf_index#research_frontiers .rf_box1 h2 {
    padding-left: 80px;
  }

  .rf_index .rf_h3wrap h3 {
    padding-left: 80px;
  }

  .rf_index .rf_h3wrap p {
    padding-left: 80px;
  }

  .rf_index#research_frontiers .rf_box1 h2:before {
    width: 7px;
    height: 60px;
    margin-top: 6px;
  }

  .rf_index#research_frontiers .rf_box1 h2:after {
    width: 60px;
    height: 60px;
    margin-top: 6px;
    left: 10px;
  }
}

/*個人毎のアイコン設定*/

.rf_index#research_frontiers .rf_box1.shimizu h2:after {
  background: url("../images/rf_akira_shimizu_thumb.jpg") no-repeat;
  background-size: contain;
}

.rf_index#research_frontiers .rf_box1.nishimura h2:after {
  background: url("../images/rf_hidekazu_nishimura_thumb.jpg") no-repeat;
  background-size: contain;
}

.rf_index#research_frontiers .rf_box1.tokunaga h2:after {
  background: url("../images/rf_satoko_tokunaga_thumb.jpg") no-repeat;
  background-size: contain;
}

.rf_index#research_frontiers .rf_box1.yamanaka h2:after {
  background: url("../images/rf_naoaki_yamanaka_thumb.jpg") no-repeat;
  background-size: contain;
}

.rf_index#research_frontiers .rf_box1.minura h2:after {
  background: url("../images/rf_mimura_thumb.jpg") no-repeat;
  background-size: contain;
}

.rf_index#research_frontiers .rf_box1.okano h2:after {
  background: url("../images/rf_okano_thumb.jpg") no-repeat;
  background-size: contain;
}

.rf_index#research_frontiers .rf_box1.itoh h2:after {
  background: url("../images/rf_itoh_thumb.jpg") no-repeat;
  background-size: contain;
}

.rf_index#research_frontiers .rf_box1.arai h2:after {
  background: url("../images/rf_arai_thumb.jpg") no-repeat;
  background-size: contain;
}

/* ---------- */

@media print {
  .rf_index#research_frontiers .rf_box1.shimizu h2:after {
    background: url("../images/rf_akira_shimizu_thumb.jpg") no-repeat;
    background-size: contain;
  }

  .rf_index#research_frontiers .rf_box1.nishimura h2:after {
    background: url("../images/rf_hidekazu_nishimura_thumb.jpg") no-repeat;
    background-size: contain;
  }

  .rf_index#research_frontiers .rf_box1.tokunaga h2:after {
    background: url("../images/rf_satoko_tokunaga_thumb.jpg") no-repeat;
    background-size: contain;
  }

  .rf_index#research_frontiers .rf_box1.yamanaka h2:after {
    background: url("../images/rf_naoaki_yamanaka_thumb.jpg") no-repeat;
    background-size: contain;
  }

  .rf_index#research_frontiers .rf_box1.minura h2:after {
    background: url("../images/rf_mimura_thumb.jpg") no-repeat;
    background-size: contain;
  }

  .rf_index#research_frontiers .rf_box1.okano h2:after {
    background: url("../images/rf_okano_thumb.jpg") no-repeat;
    background-size: contain;
  }

  .rf_index#research_frontiers .rf_box1.itoh h2:after {
    background: url("../images/rf_itoh_thumb.jpg") no-repeat;
    background-size: contain;
  }

  .rf_index#research_frontiers .rf_box1.arai h2:after {
    background: url("../images/rf_arai_thumb.jpg") no-repeat;
    background-size: contain;
  }
}




.rf_box2 {
  margin-top: 30px;
}

.left_box {
  float: left;
  width: 60%;
  box-sizing: border-box;
}

.left_box a {
  color: #0000ff;
  text-decoration: underline;
}

.right_box {
  float: right;
  width: 40%;
  padding-left: 5%;
  box-sizing: border-box;
}

.rf_box2 figcaption {
  font-size: 80%;
  line-height: 1.2;
  margin-bottom: 5px;
  text-align: center;
}

@media only screen and (max-width: 479px) {
  .left_box {
    float: none;
    width: 100%;
  }

  .right_box {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.rf_box3 {
  margin-top: 50px;
}

.rf_box3 h2 {
  font-size: 22px;
  text-align: left;
  margin: 0 0 .5em;
  background: #333;
  color: #fff;
  padding: 6px;
}

.rf_box3 h3 {
  background: none;
  text-align: left;
  margin-top: 1em;
}

.rf_box3 .txt_wrap1 p {
  font-size: 18px;
}

.rf_box3 .txt_wrap1 p span {
  float: right;
}

/*read more*/
.ac_btn {
  float: right;
  background: #333;
  padding: 3px 10px;
  color: #fff;
  cursor: pointer;
}

.ac_btn:hover {
  opacity: 0.7;
}

.ac_btn.on {
  display: none;
}

.ac_txt {
  display: none;
}

.ac_txt h4 {
  font-weight: bold;
}

/*上付け文字*/
span.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

/*動画横並び*/
.right_box_sl {
  float: left;
  width: 49%;
  box-sizing: border-box;
}

.right_box_sl:first-child {
  margin-right: 2%;
}

/*動画下スライド*/
.slide_wrap {
  margin-top: 1em;
  margin-bottom: 1em;
}

/*サイドナビバナーの調整*/
.nav_bnr .brand {
  padding: 10px 20px 0px 20px;
}

.nav_bnr .brand img {
  margin-bottom: 0;
}

/**********************************/
/* Featured pc */
/**********************************/

@media all and (min-width: 751px),
print {
  :is(#secFeatured, #secResearchShowcase) .title {
    padding: 0;
    font-size: 50px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 200;
    margin-top: 1.2em;
  }

  :is(#secResearchShowcase) .title {
    margin-bottom: 1em;
  }

  #secFeatured .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  #secFeatured .items:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  #secFeatured .items .item {
    text-align: left;
    float: left;
    position: relative;
    box-sizing: border-box;
    width: 100%;
  }

  #secFeatured .items .item a {
    color: #fff;
    display: block;
  }

  #secFeatured .items .item a img {
    width: 100%;
    height: auto;
    display: block;
    transition: filter 0.3s ease;
  }

  #secFeatured .items .item a .detail {
    margin: auto;
    width: 88%;
    height: 88%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  #secFeatured .items .item a .detail .leadWrap,
  #secFeatured .items .item a .detail .leadOuter {
    width: 100%;
    height: 100%;
  }

  #secFeatured .items .item a .detail .leadWrap {
    display: table;
  }

  #secFeatured .items .item a .detail .leadOuter {
    display: table-cell;
  }

  #secFeatured .items .item a .detail .subTitle {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #secFeatured .items .item a .detail .subTitle .subTitleText {
    font-size: 14px;
    line-height: 1.3;
  }

  #secFeatured .items .item a .detail .subTitle .subTitleBlank {
    margin-left: 0.5em;
  }

  #secFeatured .items .typeT .leadOuter {
    vertical-align: top;
  }

  #secFeatured .items .typeM .leadOuter {
    text-align: center;
    vertical-align: middle;
  }

  #secFeatured .items .typeB .leadOuter {
    vertical-align: bottom;
  }
}

#secFeatured ul.list-icon i.arrow {
  display: none;
}

#secFeatured ul.list-icon li {
  margin-bottom: 0;
  padding-left: 0 !important;
}

#secFeatured h3 {
  background: none;
  margin: 0;
  padding: 0;
}

#secFeatured .items .item a:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

#secFeatured .items .item {
  position: relative;
}

#secFeatured .items .item:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(129, 92, 92, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.device-view-pc :is(#secFeatured, #secResearchShowcase) .title {
  padding: 75px 0 40px;
  font-size: 66px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 200;
}

.device-view-pc #secFeatured .items {
  display: block;
}

.device-view-pc #secFeatured .items:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.device-view-pc #secFeatured .items .item {
  width: 25%;
  text-align: left;
  float: left;
  position: relative;
}

.device-view-pc #secFeatured .items .item a {
  color: #fff;
  display: block;
}

.device-view-pc #secFeatured .items .item a img {
  width: 100%;
  height: auto;
  display: block;
  /* vertical-align: bottom; */
}

.device-view-pc #secFeatured .items .item a .detail {
  margin: auto;
  width: 85%;
  height: 85%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.device-view-pc #secFeatured .items .item a .detail .leadWrap,
.device-view-pc #secFeatured .items .item a .detail .leadOuter {
  width: 100%;
  height: 100%;
}

.device-view-pc #secFeatured .items .item a .detail .leadWrap {
  display: table;
}

.device-view-pc #secFeatured .items .item a .detail .leadOuter {
  display: table-cell;
}

.device-view-pc #secFeatured .items .item a .detail .subTitle {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.device-view-pc #secFeatured .items .item a .detail .subTitle .subTitleText {
  font-size: 14px;
  line-height: 1.6;
}

.device-view-pc #secFeatured .items .item a .detail .subTitle .subTitleBlank {
  margin-left: 0.5em;
}

.device-view-pc #secFeatured .items .typeT .leadOuter {
  vertical-align: top;
}

.device-view-pc #secFeatured .items .typeM .leadOuter {
  text-align: center;
  vertical-align: middle;
}

.device-view-pc #secFeatured .items .typeB .leadOuter {
  vertical-align: bottom;
}

/**********************************/
/* Featured sp */
/**********************************/
@media screen and (max-width: 750px) {
  :is(#secFeatured, #secResearchShowcase) .title {
    padding: 0;
    font-size: 36px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 200;
    margin-top: 1.2em;
    line-height: 1.1;
  }

  #secFeatured .items {
    display: block;
  }

  #secFeatured .items:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  #secFeatured .items .item {
    width: 100%;
    text-align: left;
    position: relative;
  }

  #secFeatured .items .item a {
    color: #fff;
    display: block;
  }

  #secFeatured .items .item a img {
    width: 100%;
    vertical-align: bottom;
  }

  #secFeatured .items .item a .detail {
    margin: auto;
    width: 90%;
    height: 90%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  #secFeatured .items .item a .detail .leadWrap,
  #secFeatured .items .item a .detail .leadOuter {
    width: 100%;
    height: 100%;
  }

  #secFeatured .items .item a .detail .leadWrap {
    display: table;
  }

  #secFeatured .items .item a .detail .leadOuter {
    display: table-cell;
  }

  #secFeatured .items .item a .detail .subTitle {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
  }

  #secFeatured .items .item a .detail .subTitle .subTitleText {
    font-size: 100%;
    line-height: 1.35714;
  }

  #secFeatured .items .item a .detail .subTitle .subTitleBlank {
    margin-left: 0.5em;
  }

  #secFeatured .items .typeT .leadOuter {
    vertical-align: top;
  }

  #secFeatured .items .typeM .leadOuter {
    text-align: center;
    vertical-align: middle;
  }

  #secFeatured .items .typeB .leadOuter {
    vertical-align: bottom;
  }

  #secFeatured .items .item a .leadPic {
    filter: brightness(0.85);
  }
}

.aboutUs a {
  display: block;
  background: #b7b7b7;
}

.aboutUs a:hover {
  opacity: 0.9;
}

.aboutUs h2 {
  margin: 0;
  color: #fff;
  padding: 1.2em 0 1.2em;
}


/*---------------------------------
	Lecture Series
-----------------------------------*/

.lecture_series {
  padding: 20px 5% 20px;
  box-sizing: border-box;
}

#project.working_paper {
  padding: 20px 5% 20px;
  box-sizing: border-box;
}

.lecture_series p,
.lecture_series li {
  text-align: left;
}

.lecture_series .description {
  margin-bottom: 50px;
}

.lecture_series .ls_box1 h2 {
  text-align: left;
  margin-bottom: 0;
  position: relative;
  /*padding-left: 25px;*/
  margin-top: 1.5em;
}

/*長寿*/
.lecture_series .longevity.ls_box1 h2:before {
  background: #BDD226;
}

/*安全*/
.lecture_series .security.ls_box1 h2:before {
  background: #3EAEE2;
}

/*創造*/
.lecture_series .creativity.ls_box1 h2:before {
  background: #EA9B21;
}

.ls_h3wrap h3 {
  width: 80%;
  float: left;
  text-align: left;
  background: none;
  margin: 0;
  box-sizing: border-box;
  /*padding-left: 25px;*/
}

.ls_h3wrap p {
  width: 20%;
  float: right;
  box-sizing: border-box;
  padding-top: 6px;
}

.ls_box1 a:hover h2,
.ls_box1 a:hover .ls_h3wrap {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .ls_h3wrap h3 {
    width: 100%;
    float: none;
  }

  .ls_h3wrap p {
    width: 100%;
    float: none;
    text-align: right;
  }
}

@media only screen and (max-width: 479px) {
  .lecture_series .ls_box1 h2 {
    padding-left: 20px;
  }

  .lecture_series .ls_box1 h2:before {
    width: 15px;
    height: 15px;
    margin-top: 9px;
    left: 0;
  }

  .ls_h3wrap h3 {
    padding-left: 20px;
    font-size: 22px;
  }

  .ls_h3wrap p {
    padding-left: 20px;
  }
}

.ls_btn1 {
  margin-top: 0;
  margin-bottom: 25px;
}

.ls_btn1 a {
  background: #333;
  padding: 5px 10px;
  color: #fff !important;
  text-decoration: none !important;
}

.ls_btn1 a:hover {
  opacity: 0.7;
}

/*----- 一覧ページのみサムネイルを追加 -----*/

.ls_index.lecture_series .ls_box1 h2 {
  padding-left: 110px;
}

.ls_index .ls_h3wrap h3 {
  padding-left: 110px;
}

.ls_index.lecture_series .ls_box1 h2:before {
  width: 10px;
  height: 80px;
  margin-top: 9px;
  left: 0;
}

.ls_index.lecture_series .ls_box1 h2:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: 0;
  margin-top: 9px;
  left: 18px;
}

@media only screen and (max-width: 479px) {
  .ls_index.lecture_series .ls_box1 h2 {
    padding-left: 80px;
  }

  .ls_index .ls_h3wrap h3 {
    padding-left: 80px;
  }

  .ls_index .ls_h3wrap p {
    padding-left: 80px;
  }

  .ls_index.lecture_series .ls_box1 h2:before {
    width: 7px;
    height: 60px;
    margin-top: 6px;
  }

  .ls_index.lecture_series .ls_box1 h2:after {
    width: 60px;
    height: 60px;
    margin-top: 6px;
    left: 10px;
  }
}

/*個人毎のアイコン設定*/

.lecture_series.ls_index .ls_box1.sample h2:after {
  background: url("/lecture-series/img/ls_sample_thumb.jpg") no-repeat;
  background-size: contain;
}

.lecture_series.ls_index .ls_box1.sample h2:after {
  background: url("/lecture-series/img/ls_sample_thumb.jpg") no-repeat;
  background-size: contain;
}

.lecture_series.ls_index .ls_box1.sample h2:after {
  background: url("/lecture-series/img/ls_sample_thumb.jpg") no-repeat;
  background-size: contain;
}

.lecture_series.ls_index .ls_box1.sample h2:after {
  background: url("/lecture-series/img/ls_sample_thumb.jpg") no-repeat;
  background-size: contain;
}


/* ---------- */

.ls_box2 {
  margin-top: 50px;
}

.left_box {
  float: left;
  width: 60%;
  box-sizing: border-box;
}

.left_box a {
  color: #0000ff;
  text-decoration: underline;
}

.right_box {
  float: right;
  width: 40%;
  padding-left: 5%;
  box-sizing: border-box;
}

.ls_box2 figcaption {
  font-size: 80%;
  line-height: 1.2;
  margin-bottom: 5px;
  text-align: center;
}

@media only screen and (max-width: 479px) {
  .left_box {
    float: none;
    width: 100%;
  }

  .right_box {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.ls_box3 {
  margin-top: 50px;
  padding: 0px 15px 50px 15px;
  border: 1px solid #999;
}

.ls_box3:first-child {
  margin-top: 0;
}

.ls_box3 h2 {
  font-size: 22px;
  text-align: left;
  margin: 0 0 .5em;
  background: #333;
  color: #fff;
  padding: 6px;
}

.ls_box3 h3 {
  background: none;
  text-align: left;
  margin-top: 1em;
}

.ls_box3 .txt_wrap1 p {
  font-size: 18px;
}

.ls_box3 .txt_wrap1 p span {
  float: right;
}

/*read more*/
.ac_btn {
  float: right;
  background: #333;
  padding: 3px 10px;
  color: #fff;
  cursor: pointer;
}

.ac_btn:hover {
  opacity: 0.7;
}

.ac_btn.on {
  display: none;
}

.ac_txt {
  display: none;
}

.ac_txt h4 {
  font-weight: bold;
}

/*上付け文字*/
span.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

/*動画横並び*/
.right_box_sl {
  float: left;
  width: 49%;
  box-sizing: border-box;
}

.right_box_sl:first-child {
  margin-right: 2%;
}

/*動画下スライド*/
.slide_wrap {
  margin-top: 1em;
  margin-bottom: 1em;
}

/*サイドナビバナーの調整*/
.nav_bnr .brand {
  padding: 10px 20px 0px 20px;
}

.nav_bnr .brand img {
  margin-bottom: 0;
}

/*Lecture詳細*/

.right_box_lecture {
  float: right;
  width: 60%;
  box-sizing: border-box;
}

.left_box_lecture {
  float: left;
  width: 40%;
  padding-right: 3%;
  box-sizing: border-box;
}

.tal {
  text-align: left !important;
}

.ls_content02 {
  margin-top: 100px;
}

.ls_content02_box {
  margin-bottom: 20px;
}

.ls_content02 h2 {
  margin-top: 0;
  margin-bottom: .5em;
}

.ls_index .ls_content02 .ls_h3wrap h3 {
  padding-left: 0;
}

@media only screen and (max-width: 479px) {
  .right_box_lecture {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .left_box_lecture {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

h3 {
  background: none;
  text-align: left;
  font-size: 22px;
  margin: 2em 0 0.5em;
}

/*project menu-hide*/
#main-inner {
  padding: 20px 5% 20px;
  box-sizing: border-box;
}

#main-inner:has(#project) {
  padding: 40px 0 0;
  width: unset;
  max-width: unset !important;
}

#main-inner:not(:has(#project)) {
  padding-bottom: 0;
}

#main-inner:has(#project)>.only-label {
  padding: 0 5%;
}

#main-inner:not(:has(#project))>.only-label {
  padding-top: 20px;
}

#globalnav .menu-utility,
#footer .menu-utility {
  display: block;
}

#globalnav .menu {
  border-bottom: solid 1px #D2DAD8;
  padding: 20px 0;
}

/*projectページ　カスタムフィールド　*/

.subCate {
  margin-left: 1.5em;
}

.project-inner h3 {
  padding-left: 0;
}

.project-inner em {
  font-style: italic;
  font-weight: normal;
}

.project-inner a {
  text-decoration: underline;
}

.project-inner {
  padding: 20px 5% 20px;
  box-sizing: border-box;
}

.flex_box {
  display: flex;
  margin-bottom: 45px;
}

.flex_inner {
  width: 48%;
  margin-right: 30px;
}

.flex_box :last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .flex_box {
    display: block !important;
  }

  .flex_inner {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*記事　カスタムフィールド Japanese Only / English Only　*/
.gray-button {
  color: #666;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #D5D7D6;
  display: inline-block;
}

.mb0 {
  margin-bottom: 0 !important;
}

p.text-left {
  text-align: right !important;
}

.flex_inner.border {
  border: 1px solid;
  padding: 0 30px 10px 30px;
}

.flex_box.synergies_page> :last-child {
  overflow: hidden;
}

.flex_box.synergies_page> :last-child {
  width: 80%;
}

.synergies_page h2 {
  text-align: left;
  margin: 1.2em 0 1.2em;
}

.flex_box.synergies_page img {
  /*    height: 100%;*/
  max-width: 100%;
}

.flex_box {
  display: flex;
}

.flex_inner {
  width: 50%;
  margin-right: 20px;
}

.flex_box :last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .flex_box {
    display: block;
  }

  .flex_inner {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;


  }
}

.mb0 {
  margin-bottom: 0 !important;
}

p.sub {
  font-size: 13px;
}

.synergies_page .inner {
  box-sizing: border-box;
  border-bottom: 1px solid;
  margin: 40px 5% 0 5%;
  padding-bottom: 30px;
}

.synergies_page :first-child {
  margin-top: 0px;
}

.synergies_page h2 {
  text-align: left;
  margin: 1.2em 0 1.2em;
}

.synergies_page img {
  height: 100%;
  max-width: 100%;
}

.flex_box {
  display: flex;
}

.flex_inner {
  width: 50%;
  margin-right: 20px;
}

.flex_box :last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .flex_box {
    display: block;
  }

  .flex_inner {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

/*---------------------------------
	pastcenters
-----------------------------------*/
/* .pastcenters .container {
  padding: 0 5% 5%;
  width: 100%;
  max-width: 100%;
} */

.table-pastcenters tr.first {
  background: #D3DCF2;
  font-weight: bold;
}

.table-pastcenters tr.first th {
  vertical-align: middle;
}

.table-pastcenters tr td:first-child {
  background: #F2F5FD;
}

.table-pastcenters td {
  line-height: 1.5;
}

@media screen and (max-width: 480px) {

  .table-pastcenters th,
  .table-pastcenters td {
    display: block;
  }
}

/*---------------------------------
	pastcenters - details
-----------------------------------*/
.pastcenters h2 {
  text-align: left;
}

.pastcenters h3 {
  padding-left: 0;
  font-weight: bold;
}

.pastcenters ul.list-icon li {
  padding-left: 0.6em !important;
  text-indent: -0.4em;
  margin-left: 0.4em;
}

.pastcenters ul.list-icon li a i {
  display: inherit;
}

.pastcenters table {
  border-collapse: collapse;
}

.pastcenters table th {
  background: #F2F5FD;
}

.pastcenters table tr.first th {
  background: #D3DCF2;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: none;
}

.pastcenters table td {
  border: 1px solid #ddd;
}

.pastcenters table tbody tr.first td {
  border-top: 1px solid #ddd;
}

.pastcenters a {
  color: #001e62;
}

.pastcenters a:hover {
  text-decoration: underline;
}

.pastcenters ol {
  margin-left: 1.2em;
}

.pastcenters ul ol li span i {
  display: none;
}

.pastcenters ol.upper-latin li {
  list-style: unset;
}


/*---------------------------------
	Leading-research/applications
-----------------------------------*/

.table-applications {
  border-collapse: collapse;
}

.table-applications thead tr th {
  background: #D3DCF2;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: none;
}

.table-applications tbody th {
  background: #F2F5FD;
}

.table-applications tbody td {
  border: 1px solid #ddd;
}

.table-applications a {
  text-decoration: underline;
}

.table-applications a:hover {
  text-decoration: none;
}

#sendoken2 ul.popNavi {
  border: solid 1px #F33;
  border-bottom: none;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 200px;
}

#sendoken2 ul.popNavi li {
  border-bottom: solid 1px #F33;
  margin: 0;
  padding: 0 !important;
}

#sendoken2 ul.popNavi li i {
  display: none;
}

#sendoken2 ul.popNavi li a {
  display: block;
  padding: 5px;
  background: #fff;
}

#sendoken2 ul.popNavi li a:hover {
  background: #ffcece;
}

#sendoken2 {
  position: relative;
}

#sendoken2 ul.popNavi {
  position: absolute;
  top: 168px;
}

#sendoken2 ul#pnv1 {
  left: 10px;
  display: none;
  width: 200px;
}

#sendoken2 ul#pnv2 {
  left: 146px;
  display: none;
}

#sendoken2 ul#pnv2 {
  border: solid 1px #09C;
  border-bottom: none;
}

#sendoken2 ul#pnv2 li {
  border-bottom: solid 1px #09C;
}

#sendoken2 ul#pnv2 li a:hover {
  background: #eeeeFF;
}

.local-nav ul.blog273 li ul li ul {
  display: none;
}

.local-nav ul.blog273 li ul li:last-child ul {
  display: block;
}

@media (max-width:650px) {
  #sendoken2 ul.popNavi {
    position: absolute;
    top: 29%;
  }

  #sendoken2 ul#pnv1 {
    left: 1%;
    display: none;
    width: 200px;
  }

  #sendoken2 ul#pnv2 {
    left: 23%;
    display: none;
  }
}

/*---------------------------------
	2040PJ Page
-----------------------------------*/
.pj2040-figure {
  display: grid;
  margin: 0 auto 40px;
  padding: 40px 0 20px;
  position: relative;
  place-items: center;
  max-width: 768px;
}

.pj2040-figure__image {
  margin: 0 auto;
  width: 60%;
}

.pj2040-figure__image img {
  margin: 0;
}

.pj2040-figure__item {
  display: block;
  position: absolute;
  text-align: center;
}

.pj2040-figure__item.-longevity {
  top: 0;
}

.pj2040-figure__item.-security {
  bottom: 0;
  left: 0;
}

.pj2040-figure__item.-creativity {
  bottom: 0;
  right: 0;
}

.pj2040-figure__item:hover {
  opacity: .5;
}

.pj2040-figure__item-heading {
  display: block;
  font-size: 24px;
}

.pj2040-figure__item.-longevity .pj2040-figure__item-heading {
  color: #bcd200;
}

.pj2040-figure__item.-security .pj2040-figure__item-heading {
  color: #1dace4;
}

.pj2040-figure__item.-creativity .pj2040-figure__item-heading {
  color: #ef9e00;
}

.pj2040-figure__item-caption {
  display: block;
  font-size: 13px;
}

@media (max-width: 767px) {
  .pj2040-figure {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  .pj2040-figure__image {
    width: 100%;
  }

  .pj2040-figure__item {
    position: relative;
    text-align: left;
  }

  .pj2040-figure__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .pj2040-figure__item-heading {
    font-size: 18px;
  }
}

/*---------------------------------
	Top - Research Showcase
-----------------------------------*/
:is(.home .research-showcase) .tab {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

:is(.home .research-showcase) .tab::-webkit-scrollbar {
  display: none;
}

:is(.home .research-showcase) .tab-item {
  all: unset;
  background: #333;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 93%; /* .fs12 */
  padding: 2px 10px;
  scroll-snap-align: start;
  transition: background 0.2s linear, color 0.2s linear;
  white-space: pre;
}

:is(.home .research-showcase) .tab-item:is(.-red) {
  background: #c63527;
}

:is(.home .research-showcase) .tab-item:is(.-blue) {
  background: #001e62;
}

:is(.home .research-showcase) .tab-item:is(.-yellow) {
  background: #f1c400;
  color: #111;
}

:is(.home .research-showcase) .tab-item:not([aria-selected="true"]) {
  background: transparent;
  color: #9f9fa0;
}

:is(.home .research-showcase) .tab-item:not([aria-selected="true"]):hover {
  color: #111;
}

:is(.home .research-showcase) .tab-item:is(.-red):not([aria-selected="true"]):hover {
  color: #c63527;
}

:is(.home .research-showcase) .tab-item:is(.-blue):not([aria-selected="true"]):hover {
  color: #001e62;
}

:is(.home .research-showcase) .tab-item:is(.-yellow):not([aria-selected="true"]):hover {
  color: #f1c400;
}

:is(.home .research-showcase) .panels {
  padding-top: 20px;
}

:is(.home .research-showcase) .panel-item:not(.-show) {
  display: none;
}

:is(.home .research-showcase) .panel-item-inner {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  :is(.home .research-showcase) .tab {
    margin: 0 calc(50% - 50vw);
    padding: 0 5%;
    scroll-padding: 0 5%;
  }

  :is(.home .research-showcase) .panel-item-inner {
    grid-template-columns: 1fr;
  }
}

/*---------------------------------
	Research Showcase Page
-----------------------------------*/
:is(.research-showcase) .index ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0;
}

:is(.research-showcase) .index li {
  margin: 0;
  padding: 0 !important;
}

:is(.research-showcase) .index li i:is(.arrow)::before {
  display: block;
  rotate: 90deg;
  transform-origin: center;
}

.showcase-detail-title {
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.showcase-detail-iframe iframe {
  aspect-ratio: 16 / 9;
  display: flex;
  height: auto;
  width: 100%;
}

@media (max-width: 767px) {
  :is(.research-showcase) .index ul {
    gap: 10px;
  }

  .showcase-detail-title {
    word-break: normal;
  }
}