@charset "UTF-8";
/* =========================================================

Web Fonts

========================================================= */
/* =========================================================

Foundation

========================================================= */
/*$letter-spacing-l: 0.1em;
$letter-spacing-m: 0.05em;
$letter-spacing-s: 0.02em;
$letter-spacing-no: 0em;*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
* Remove default margin.
*/
body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none; }

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent; }

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted; }

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold; }

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic; }

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000; }

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%; }

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 0; }

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto; }

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible; }

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none; }

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default; }

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal; }

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto; }

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold; }

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/******************************************************************************
* FONT
*******************************************************************************/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

footer,
header,
section {
  display: block; }

dd,
dt,
li,
p,
pre,
td,
th {
  line-break: strict; }

dd,
div,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ol {
  padding: 0 0 0 20px; }

ol,
ol li {
  list-style-type: decimal; }

img {
  vertical-align: top; }

input[type=text],
textarea {
  -webkit-appearance: none;
  border-radius: 0; }

/*button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0; }*/

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #E8F0F7 inset; }

figure {
  margin: 0px; }

/******************************************************************************

* BASIC

*******************************************************************************/
html {
  height: 100%;
  font-size: 62.5%; }

body {
  /*height: 100%;*/
  color: #000;
  font-size: 1.0rem;
  font-family: "Roboto", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif!important;
  font-weight: 400;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  /*-moz-font-feature-settings: "palt";
    font-feature-settings: "palt";*/
  -webkit-font-feature-settings: 'pkna' 1;
  font-feature-settings: 'pkna' 1;
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0em;
  background: #fff;
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*overflow-x:hidden;*/
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (max-width: 680px) {
  .is-open body,
  .is-open-language body {
    overflow: hidden; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0; }

a {
  color: #000;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none; }
  a:hover {
    /*color: #666;
    text-decoration: underline;*/ }
  a:focus {
    text-decoration: none; }

/*a,
a:focus,*/
a:active,
a:hover,
a:visited,
/*:focus,*/
:active,
:hover,
:visited {
  outline: none!important;
  text-decoration: none; }

.l-header__link a:hover,
.l-header__language a:hover,
.l-footer__sns-item a:hover,
.l-footer__body-disaster-information-site a:hover,
.l-footer__body-link a:hover,
.l-footer__body-access a:hover,
.c-content a:hover {
  text-decoration: underline; }

.c-content .p-top-book-movie a:hover,
.c-content .p-news-events__item a:hover,
.c-content .p-news-list__press-releases-item a:hover,
.c-content .p-top-focus__item a:hover,
.c-content .p-top-events__item a:hover,
.c-content .p-news-top__pick-up-item a:hover,
.c-content .p-top-events__item a:hover,
.c-content .p-top-focus__item a:hover,
.c-content .p-top-updates__list-item a:hover,
.c-content .p-news-top__most-popular-item a:hover,
.c-content .p-news-top__in-the-news-item a:hover,
.c-content .p-news-list__item a:hover,
.c-content .p-news__book a:hover,
.c-content .p-news-detail__most-popular-item a:hover {
  text-decoration: none!important; }

/*input[type="text"],
input[type="password"],
textarea,
select {
  outline: none; }*/

/* =========================================================

Layout

========================================================= */
.l-container {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .l-container--2 {
    max-width: 1600px; }
  .l-container--sm {
    max-width: 500px; }
  @media only screen and (min-width: 768px) {
    .l-container {
      /*padding-left: 40px;
        padding-right: 40px;*/ } }
  @media only screen and (min-width: 681px) {
    .l-container {
      /*padding-left: 100px;
        padding-right: 100px;*/ } }

.l-container__ineer-border {
  border-top: 1px solid #535353;
  padding-top: 70px; }
  @media only screen and (max-width: 680px) {
    .l-container__ineer-border {
      padding-top: 35px; } }

.l-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (min-width: 768px) {
    .l-container-fluid {
      padding-left: 40px;
      padding-right: 40px; } }

.l-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-right: -15px;
  margin-left: -15px;*/
  width: 100%; }

/*.l-row.l-gutter-0 {
  margin-right: 0;
  margin-left: 0; }

.l-row.l-gutter-10 {
  margin-right: -5px;
  margin-left: -5px; }

.l-row.l-gutter-20 {
  margin-right: -10px;
  margin-left: -10px; }

.l-row.l-gutter-30 {
  margin-right: -15px;
  margin-left: -15px; }

.l-row.l-gutter-35 {
  margin-right: -17.5px;
  margin-left: -17.5px; }
  @media only screen and (max-width: 680px) {
    .l-row.l-gutter-35 {
      margin-right: -7.5px;
      margin-left: -7.5px; } }

.l-row.l-gutter-40 {
  margin-right: -20px;
  margin-left: -20px; }
  @media only screen and (max-width: 680px) {
    .l-row.l-gutter-40 {
      margin-right: -9px;
      margin-left: -9px; } }

.l-row.l-gutter-50 {
  margin-right: -25px;
  margin-left: -25px; }

.l-row.l-gutter-60 {
  margin-right: -30px;
  margin-left: -30px; }

.l-row.l-gutter-70 {
  margin-right: -35px;
  margin-left: -35px; }

.l-row.l-gutter-80 {
  margin-right: -40px;
  margin-left: -40px; }

.l-row.l-gutter-90 {
  margin-right: -45px;
  margin-left: -45px; }

.l-row.l-gutter-100 {
  margin-right: -50px;
  margin-left: -50px; }*/

.l-gutter-0 > [class^="l-col-"], .l-gutter-0 > [class*='l-col-'] {
  padding-right: 0;
  padding-left: 0; }

.l-gutter-10 > [class^="l-col-"], .l-gutter-10 > [class*='l-col-'] {
  padding-right: 5px;
  padding-left: 5px; }

.l-gutter-20 > [class^="l-col-"], .l-gutter-20 > [class*='l-col-'] {
  padding-right: 10px;
  padding-left: 10px; }

.l-gutter-30 > [class^="l-col-"], .l-gutter-30 > [class*='l-col-'] {
  padding-right: 15px;
  padding-left: 15px; }

.l-gutter-40 > [class^="l-col-"], .l-gutter-40 > [class*='l-col-'] {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 680px) {
    .l-gutter-40 > [class^="l-col-"], .l-gutter-40 > [class*='l-col-'] {
      padding-right: 9px;
      padding-left: 9px;
      margin-bottom: 0; } }

.p-top-intiatives .l-gutter-40 > [class^="l-col-"], .l-gutter-40 > [class*='l-col-'] {
  margin-bottom: 0px; }
.p-news-top__most-popular .l-gutter-40 > [class*='l-col-'] {
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .p-news-list__light-gray .l-gutter-40 > [class*='l-col-'] {
      margin-bottom: 40px; }
    .p-news-detail__most-popular .l-gutter-40 > [class*='l-col-'] {
      margin-bottom: 30px; } }

.l-gutter-50 > [class^="l-col-"], .l-gutter-50 > [class*='l-col-'] {
  padding-right: 25px;
  padding-left: 25px; }

.l-gutter-60 > [class^="l-col-"], .l-gutter-60 > [class*='l-col-'] {
  padding-right: 30px;
  padding-left: 30px; }

.l-gutter-70 > [class^="l-col-"], .l-gutter-70 > [class*='l-col-'] {
  padding-right: 35px;
  padding-left: 35px; }

.l-gutter-80 > [class^="l-col-"], .l-gutter-80 > [class*='l-col-'] {
  padding-right: 40px;
  padding-left: 40px; }

.l-gutter-90 > [class^="l-col-"], .l-gutter-90 > [class*='l-col-'] {
  padding-right: 45px;
  padding-left: 45px; }

.l-gutter-100 > [class^="l-col-"], .l-gutter-100 > [class*='l-col-'] {
  padding-right: 50px;
  padding-left: 50px; }

.l-row.is-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.l-col.is-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.l-col-xs,
.l-col-xs-1,
.l-col-xs-2,
.l-col-xs-2_5,
.l-col-xs-3,
.l-col-xs-4,
.l-col-xs-5,
.l-col-xs-6,
.l-col-xs-7,
.l-col-xs-8,
.l-col-xs-9,
.l-col-xs-10,
.l-col-xs-11,
.l-col-xs-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.l-col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.l-col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.l-col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.l-col-xs-2_5 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%; }

.l-col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.l-col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.l-col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.l-col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.l-col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.l-col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.l-col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.l-col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.l-col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.l-col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.l-col-xs-offset-1 {
  margin-left: 8.333%; }

.l-col-xs-offset-2 {
  margin-left: 16.667%; }

.l-col-xs-offset-2_5 {
  margin-left: 20%; }

.l-col-xs-offset-3 {
  margin-left: 25%; }

.l-col-xs-offset-4 {
  margin-left: 33.333%; }

.l-col-xs-offset-5 {
  margin-left: 41.667%; }

.l-col-xs-offset-6 {
  margin-left: 50%; }

.l-col-xs-offset-7 {
  margin-left: 58.333%; }

.l-col-xs-offset-8 {
  margin-left: 66.667%; }

.l-col-xs-offset-9 {
  margin-left: 75%; }

.l-col-xs-offset-10 {
  margin-left: 83.333%; }

.l-col-xs-offset-11 {
  margin-left: 91.667%; }

.l-start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.l-center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.l-end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.l-top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.l-middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.l-bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.l-around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.l-between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.l-first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.l-last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 768px) {
  .l-col-sm,
  .l-col-sm-1,
  .l-col-sm-2,
  .l-col-sm-2_5,
  .l-col-sm-3,
  .l-col-sm-4,
  .l-col-sm-5,
  .l-col-sm-6,
  .l-col-sm-7,
  .l-col-sm-8,
  .l-col-sm-9,
  .l-col-sm-10,
  .l-col-sm-11,
  .l-col-sm-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .l-col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .l-col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .l-col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .l-col-sm-2_5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .l-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .l-col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .l-col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .l-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .l-col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .l-col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .l-col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .l-col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .l-col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .l-col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .l-col-sm-offset-1 {
    margin-left: 8.333%; }
  .l-col-sm-offset-2 {
    margin-left: 16.667%; }
  .l-col-sm-offset-2_5 {
    margin-left: 20%; }
  .l-col-sm-offset-3 {
    margin-left: 25%; }
  .l-col-sm-offset-4 {
    margin-left: 33.333%; }
  .l-col-sm-offset-5 {
    margin-left: 41.667%; }
  .l-col-sm-offset-6 {
    margin-left: 50%; }
  .l-col-sm-offset-7 {
    margin-left: 58.333%; }
  .l-col-sm-offset-8 {
    margin-left: 66.667%; }
  .l-col-sm-offset-9 {
    margin-left: 75%; }
  .l-col-sm-offset-10 {
    margin-left: 83.333%; }
  .l-col-sm-offset-11 {
    margin-left: 91.667%; }
  .l-start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .l-center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .l-end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .l-top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .l-middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .l-bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .l-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .l-between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .l-first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .l-last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 768px) {
  .p-news-events .l-col-sm-3 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
    margin: 0 auto; }
  .p-news-top__most-popular-in-the-news .l-col-sm-6 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    margin: 0 auto; }
  .p-news-events .l-col-sm-9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (min-width: 1280px) {
  .p-news-events .l-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .p-news-events .l-col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; } }

@media only screen and (max-width: 1280px) {
  .p-top-focus .l-col-sm-3 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 30px; }
  .p-top-intiatives .l-col-sm-3 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .p-top-highlights-updates .l-col-sm-6,
  .p-top-info .l-col-sm-6,
  .p-top-book-movie .l-col-sm-3,
  .p-top-book-movie .l-col-sm-9,
  .p-top-link .l-col-sm-4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .p-top-highlights-updates .p-top-highlights .l-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }
@media only screen and (max-width: 680px) {
  .p-top-focus .l-col-sm-3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 920px) {
  .nav01 .p-news-list .l-col-sm-4,
  .nav02 .p-news-list .l-col-sm-4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .nav01 .p-news-list .l-col-xs-6,
  .nav02 .p-news-list .l-col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

@media only screen and (max-width: 680px) {
  .nav01 .p-news-list .l-col-xs-6,
  .nav02 .p-news-list .l-col-xs-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (min-width: 681px) {
  .l-col-md,
  .l-col-md-1,
  .l-col-md-2,
  .l-col-md-2_5,
  .l-col-md-3,
  .l-col-md-4,
  .l-col-md-5,
  .l-col-md-6,
  .l-col-md-7,
  .l-col-md-8,
  .l-col-md-9,
  .l-col-md-10,
  .l-col-md-11,
  .l-col-md-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .l-col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .l-col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .l-col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .l-col-md-2_5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .l-col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .l-col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .l-col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .l-col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .l-col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .l-col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .l-col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .l-col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .l-col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .l-col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .l-col-md-offset-1 {
    margin-left: 8.333%; }
  .l-col-md-offset-2 {
    margin-left: 16.667%; }
  .l-col-md-offset-2_5 {
    margin-left: 20%; }
  .l-col-md-offset-3 {
    margin-left: 25%; }
  .l-col-md-offset-4 {
    margin-left: 33.333%; }
  .l-col-md-offset-5 {
    margin-left: 41.667%; }
  .l-col-md-offset-6 {
    margin-left: 50%; }
  .l-col-md-offset-7 {
    margin-left: 58.333%; }
  .l-col-md-offset-8 {
    margin-left: 66.667%; }
  .l-col-md-offset-9 {
    margin-left: 75%; }
  .l-col-md-offset-10 {
    margin-left: 83.333%; }
  .l-col-md-offset-11 {
    margin-left: 91.667%; }
  .l-start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .l-center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .l-end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .l-top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .l-middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .l-bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .l-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .l-between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .l-first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .l-last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 1440px) {
  .l-col-lg,
  .l-col-lg-1,
  .l-col-lg-2,
  .l-col-lg-2_5,
  .l-col-lg-3,
  .l-col-lg-4,
  .l-col-lg-5,
  .l-col-lg-6,
  .l-col-lg-7,
  .l-col-lg-8,
  .l-col-lg-9,
  .l-col-lg-10,
  .l-col-lg-11,
  .l-col-lg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .l-col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .l-col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .l-col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .l-col-lg-2_5 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .l-col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .l-col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .l-col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .l-col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .l-col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .l-col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .l-col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .l-col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .l-col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .l-col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .l-col-lg-offset-1 {
    margin-left: 8.333%; }
  .l-col-lg-offset-2 {
    margin-left: 16.667%; }
  .l-col-lg-offset-2_5 {
    margin-left: 20%; }
  .l-col-lg-offset-3 {
    margin-left: 25%; }
  .l-col-lg-offset-4 {
    margin-left: 33.333%; }
  .l-col-lg-offset-5 {
    margin-left: 41.667%; }
  .l-col-lg-offset-6 {
    margin-left: 50%; }
  .l-col-lg-offset-7 {
    margin-left: 58.333%; }
  .l-col-lg-offset-8 {
    margin-left: 66.667%; }
  .l-col-lg-offset-9 {
    margin-left: 75%; }
  .l-col-lg-offset-10 {
    margin-left: 83.333%; }
  .l-col-lg-offset-11 {
    margin-left: 91.667%; }
  .l-start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .l-center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .l-end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .l-top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .l-middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .l-bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .l-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .l-between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .l-first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .l-last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 1680px) {
  .l-col-xlg,
  .l-col-xlg-1,
  .l-col-xlg-2,
  .l-col-xlg-2_5,
  .l-col-xlg-3,
  .l-col-xlg-4,
  .l-col-xlg-5,
  .l-col-xlg-6,
  .l-col-xlg-7,
  .l-col-xlg-8,
  .l-col-xlg-9,
  .l-col-xlg-10,
  .l-col-xlg-11,
  .l-col-xlg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .l-col-xlg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .l-col-xlg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .l-col-xlg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .l-col-xlg-2_5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .l-col-xlg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .l-col-xlg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .l-col-xlg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .l-col-xlg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .l-col-xlg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .l-col-xlg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .l-col-xlg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .l-col-xlg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .l-col-xlg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .l-col-xlg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .l-col-xlg-offset-1 {
    margin-left: 8.333%; }
  .l-col-xlg-offset-2 {
    margin-left: 16.667%; }
  .l-col-xlg-offset-3 {
    margin-left: 25%; }
  .l-col-xlg-offset-4 {
    margin-left: 33.333%; }
  .l-col-xlg-offset-5 {
    margin-left: 41.667%; }
  .l-col-xlg-offset-6 {
    margin-left: 50%; }
  .l-col-xlg-offset-7 {
    margin-left: 58.333%; }
  .l-col-xlg-offset-8 {
    margin-left: 66.667%; }
  .l-col-xlg-offset-9 {
    margin-left: 75%; }
  .l-col-xlg-offset-10 {
    margin-left: 83.333%; }
  .l-col-xlg-offset-11 {
    margin-left: 91.667%; }
  .l-start-xlg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .l-center-xlg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .l-end-xlg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .l-top-xlg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .l-middle-xlg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .l-bottom-xlg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .l-around-xlg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .l-between-xlg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .l-first-xlg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .l-last-xlg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

.l-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3000;
  overflow: hidden; }

.l-header {
  width: 100%;
  background-color: #000;
  /*position: relative;*/ }
  .l-header a {
    color: #fff; }
  @media only screen and (max-width: 680px) {
    .l-header {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5000; } }

.header-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }
  @media only screen and (max-width: 1280px) {
    .header-inner {
      height: 170px; } }
  @media only screen and (max-width: 920px) {
    .header-inner {
      height: 225px; } }
  @media only screen and (max-width: 680px) {
    .header-inner {
      height: 70px; } }

.l-header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 390px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .l-header__logo a {
    display: block; }
  @media only screen and (max-width: 1280px) {
    .l-header__logo {
      top: 50px; } }
  @media only screen and (max-width: 680px) {
    .l-header__logo {
      top: 50%;
      width: 180px; } }

.l-header__logo-en {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 390px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .l-header__logo-en a {
    display: block; }
  @media only screen and (max-width: 1280px) {
    .l-header__logo-en {
      top: 50px; } }
  @media only screen and (max-width: 680px) {
    .l-header__logo-en {
      top: 50%;
      width: 180px; } }

.l-header__logo-en .u-img-responsive {
  width: 100%;
  max-width: 100%; }

.l-header__link {
  position: absolute;
  left: 33px;
  bottom: 15px; }
  @media only screen and (max-width: 1280px) {
    .l-header__link {
      /*top: 80px;*/ } }
  @media only screen and (max-width: 680px) {
    .l-header__link {
      /*top: 25px;*/
      display: none; } }

.l-header__link-item {
  font-size: 1.5rem;
  line-height: 160%;
  vertical-align: middle;
  margin-left: 22px;
  position: relative; }
  .l-header__link-item a img {
    vertical-align: text-top;
    margin: 0 2px 0 5px; }
  .l-header__link-item a::before {
    content: "";
    position: absolute;
    vertical-align: middle; }

.l-header__link-item-01 a::before {
  width: 4px;
  height: 11px;
  background: url(/content/100074621.svg) 50% no-repeat;
  background-size: 100%;
  left: -16px;
  top: 6px; }

.l-header__link-item-02 a::before {
  width: 12px;
  height: 15px;
  background: url(/content/100074639.svg) 50% no-repeat;
  background-size: 100%;
  left: -21px;
  top: 4px; }

.l-header__link-item-03 {
  display: inline-block; }
  .l-header__link-item-03 a::before {
    width: 14px;
    height: 10px;
    background: url(/content/100074637.svg) 50% no-repeat;
    left: -22px;
    top: 7px; }

.l-header__link-item-04 {
  display: inline-block;
  margin-left: 40px; }
  @media only screen and (max-width: 920px) {
    .l-header__link-item-04 {
      display: block;
      margin-left: 20px; } }
  .l-header__link-item-04 a::before {
    width: 15px;
    height: 15px;
    background: url(/content/100074626.png) 50% no-repeat;
    left: -22px;
    top: 4px; }

.l-header__language {
  position: absolute;
  right: 33px;
  top: 25px;
  font-size: 1.5rem;
  vertical-align: middle;
  z-index: 300; }
  .l-header__language::before {
    width: 16px;
    height: 16px;
    background: url(/content/100074634.png) 50% no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px; }
  @media only screen and (max-width: 680px) {
    .l-header__language {
      right: 16px;
      top: 37px;
      font-size: .9rem;
      vertical-align: middle; }
      .l-header__language::before {
        width: 12px;
        height: 12px;
        content: "";
        margin-right: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -15px; } }

.l-header__language-list {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none; }
  .l-header__language-list::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    position: absolute;
    left: 50%;
    top: -5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-color: transparent transparent #2978bb transparent; }
  .l-header__language-list li {
    height: 40px;
    line-height: 40px;
    background-color: #2978bb;
    border-bottom: 1px solid #4593d1;
    width: 112px;
    text-align: center; }
    .l-header__language-list li a {
      display: block; }
  @media only screen and (max-width: 680px) {
    .l-header__language-list {
      display: none !important; } }

.l-header__form-box {
  position: absolute;
  right: 33px;
  bottom: 25px;
  font-size: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 680px) {
    .l-header__form-box {
      display: none; } }

.l-header__form-box-inner {
  position: relative;
  width: 255px;
  height: 28px;
  border-radius: 14px;
  background: #fff;
  display: inline-block;
  margin-right: 8px; }

.l-header__form {
  font-size: 1.4rem;
  background-color: #fff;
  border: none;
  height: 28px;
  position: absolute;
  left: 14px;
  top: 0;
  width: 130px; }

.l-header__form-button {
  font-size: 1.3rem;
  height: 28px;
  border-radius: 14px;
  background-color: #196aab;
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 105px;
  text-align: center; }
  .l-header__form-button:hover {
    background-color: #2b76bc; }

.l-header__form-teacher {
  font-size: 1.3rem;
  display: inline-block;
  width: 102px;
  height: 28px;
  text-align: center;
  border-radius: 14px;
  border: 2px solid #fff;
  vertical-align: top;
  color: #fff;
  background-color:#000; }
  .l-header__form-teacher:hover {
    background-color: #454545; }

.l-footer {
  width: 100%;
  background-color: #0c0c0c;
  color: #fff;
  height: auto; }
  .l-footer a {
    color: #fff; }

.l-footer__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px 0;
  position: relative; }
  @media only screen and (max-width: 680px) {
    .l-footer__inner {
      padding: 0 15px 0; } }

.l-footer__top {
  background-color: #f4f4f4;
  border-bottom: 3px solid #2a7bbd;
  width: 100%;
  height: 48px;
  line-height: 45px; }
  @media only screen and (max-width: 680px) {
    .l-footer__top {
      text-align: center;
      border-bottom: none;
      height: 50px;
      line-height: 50px; } }

.l-footer__sns {
  font-size: 0rem; }

.l-footer__sns-item {
  margin-top: 7px;
  width: 32px;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px; }
  .l-footer__sns-item img {
    width: 100%;
    vertical-align: baseline; }
  .l-footer__sns-item a {
    display: block;
    height: 32px; }
  @media only screen and (max-width: 680px) {
    .l-footer__sns-item {
      margin-top: 10px;
      width: 30px;
      /* margin-right: 15px 2022/8/10 UTokyo Change */
      margin-right: 8px; } }

.l-footer__sns-arrow {
  margin-left: 16px;
  font-size: 1.4rem;
  width: auto;
  margin-top: 0;
  height: 100%; }
  .l-footer__sns-arrow a {
    color: #000;
    position: relative;
    display: block;
    height: 100%; }
    .l-footer__sns-arrow a::before {
      content: "";
      background: url(/content/100074622.png) 50% no-repeat;
      background-size: 100%;
      width: 4px;
      height: 11px;
      position: absolute;
      left: -12px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    .l-footer__sns-arrow {
      margin-left: 15px;
      font-size: 1.1rem;
      margin-top: 2px; }
      .l-footer__sns-arrow a::before {
        width: 2px;
        height: 5.5px;
        left: -8px;
        top: 48%; } }

.l-footer__body {
  height: auto;
  padding-bottom: 50px; }
  .l-footer__body .l-footer__inner {
    padding: 45px 50px 0;
    height: 100%;
    background: url(/content/100074615.jpg) 100% 0 no-repeat; }
  @media only screen and (max-width: 1280px) {
    .l-footer__body .l-footer__inner {
    background: none; } }
  @media only screen and (max-width: 680px) {
    .l-footer__body {
      height: auto;
      text-align: center; }
      .l-footer__body .l-footer__inner {
        padding: 30px 40px 25px; } }

.l-footer__body-logo {
  width: 285px;
  margin-bottom: 40px; }
  .l-footer__body-logo img {
    width: 100%; }
  @media only screen and (max-width: 1280px) {
    .l-footer__body-logo {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 680px) {
    .l-footer__body-logo {
      width: 180px;
      margin-bottom: 30px; } }

.l-footer__body-disaster-information-site {
  position: absolute;
  left: 370px;
  top: 45px;
  background-color: #363636;
  height: 36px;
  line-height: 36px;
  padding: 0 14px;
  font-size: 1.4rem; }
  .l-footer__body-disaster-information-site a img {
    vertical-align: text-top;
    margin: 0 2px 0 5px; }
  @media only screen and (max-width: 1280px) {
    .l-footer__body-disaster-information-site {
      left: 50px;
      top: 113px; } }
  @media only screen and (max-width: 680px) {
    .l-footer__body-disaster-information-site {
      position: static;
      width: auto;
      height: auto;
      line-height: 27px;
      padding: 0;
      font-size: 1.1rem;
      margin: 0 auto 25px; }
    .l-footer__body-disaster-information-site a img {
      width: 13px; } }

.l-footer__body-link {
  max-width: 680px;
  margin-bottom: 25px; }
  @media only screen and (max-width: 1280px) {
    .l-footer__body-link {
      margin: 25px 0; } }
  @media only screen and (max-width: 680px) {
    .l-footer__body-link {
      text-align: left; } }

.l-footer__body-link-item {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 180%;
  position: relative;
  padding-left: 16px;
  margin-right: 37px; }
  .l-footer__body-link-item::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/content/100074621.svg) 100% 0 no-repeat;
    background-size: 100%;
    width: 4px;
    height: 11px; }
  @media only screen and (max-width: 680px) {
    .l-footer__body-link-item {
      font-size: 1.2rem;
      line-height: 220%;
      padding-left: 8px;
      margin-right: 16px; }
      .l-footer__body-link-item::before {
        left: 2px;
        top: 1.3rem;
        width: 2px;
        height: 5.5px; } }

.l-footer__body-text {
  font-size: 1.4rem;
  margin-bottom: 40px;
  line-height: 180%; }
  @media only screen and (max-width: 680px) {
    .l-footer__body-text {
      font-size: 1rem;
      margin-bottom: 40px;
      line-height: 160%; } }

.l-footer__body-access {
  position: absolute;
  top: 54px;
  right: 50px;
  font-size: 1.4rem;
  padding: 0 14px 0 35px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #3d3d3d;
  background-color: #000;
  z-index: 1; }
  .l-footer__body-access::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/content/100074639.svg) 50% no-repeat;
    background-size: 100%;
    width: 12px;
    height: 15px; }
  @media only screen and (max-width: 680px) {
    .l-footer__body-access {
      position: relative;
      top: 0;
      right: 0;
      font-size: 1.3rem;
      padding: 0 0 0 18px;
      width: auto;
      height: 30px;
      line-height: 30px;
      margin: 0 auto 35px; }
      .l-footer__body-access::before {
        left: 12px;
        width: 9px;
        height: 11px; } }

.l-footer-copyright {
  font-size: 1.4rem;
  font-style: normal; }
  @media only screen and (max-width: 680px) {
    .l-footer-copyright {
      position: static;
      font-size: 1.3rem;
      font-style: normal; } }

.l-main {
  width: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 680px) {
    .l-main {
      margin-top: 60px; }
    .honbu .l-main {
      margin-top: 0; } }

.l-gnav {
  width: 100%;
  height: 83px;
  position: relative; }
  .l-gnav a {
    color: #fff; }
  .l-gnav nav {
    padding-top: 5px;
    margin-top: -5px;
    position: relative; }
  @media only screen and (max-width: 680px) {
    .l-gnav {
      display: none; } }

.l-gnav-en {
  /*height: 50px;*/ }

.nav-top-inner {
  background: url(/content/400244324.png) 50% top no-repeat; }
  .utokyo_top .nav-top-inner,
  .honbu .nav-top-inner,
  .utokyo_top_eng .nav-top-inner,
  .eng .nav-top-inner {
    background: url(/content/400244325.png) 50% top no-repeat; }

.l-gnav__top {
  background-color: #196aab;
  height: 33px;
  font-size: 0rem;
  width: 100%;
  line-height: 33px;
  max-width: 1200px;
  margin: 0 auto; }

.l-gnav__home {
  padding-right: 228px;
  margin-right: -228px;
  display: inline-block;
  font-size: 1.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }
  .l-gnav__home a:hover {
    text-decoration: underline; }

.l-gnav__focus {
  display: inline-block;
  width: 228px;
  vertical-align: top; }

.nav-bottom-inner {
  background-color: #f6b506;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  position: relative; }
  .utokyo_top .nav-bottom-inner,
  .honbu .nav-bottom-inner {
    background-color: #196aab; }
  .utokyo_top_eng .nav-bottom-inner,
  .eng .nav-bottom-inner {
    background-color: #196aab; }

.l-gnav__list {
  background-color: #196aab;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto; }
  /*.l-gnav-en .l-gnav__list {
    background-color: #177abe; }*/

.l-gnav__item {
  height: 50px;
  line-height: 50px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  border-left: 1px solid #18609c; }
  @media only screen and (max-width: 1024px) {
    .l-gnav__item {
      font-size: 1.3rem; } }
  .l-gnav__item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px; }
  .l-gnav__item a::before {
    width: 1px;
    height: 36px;
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*background-color: #4377a1;
    z-index: 10;*/ }
  .l-gnav__item a,
  .l-gnav__item span {
    color: #fff;
    display: block; }
  .l-gnav__item a:hover {
    background-color: #06355b; }
  .l-gnav__item:last-child {
    border-right: 1px solid #18609c; }
  .l-gnav__item:last-child a::before {
    display: none; }
  .l-gnav__item .is-current {
    background-color: #06355b; }
  body.nav01 .l-gnav__item:nth-child(1) {
    background-color: #06355b; }
  body.nav02 .l-gnav__item:nth-child(2) {
    background-color: #06355b; }
  body.nav03 .l-gnav__item:nth-child(3) {
    background-color: #06355b; }
  body.nav04 .l-gnav__item:nth-child(4) {
    background-color: #06355b; }
  body.nav05 .l-gnav__item:nth-child(5) {
    background-color: #06355b; }
  body.nav06 .l-gnav__item:nth-child(6) {
    background-color: #06355b; }
  body.nav07 .l-gnav__item:nth-child(7) {
    background-color: #06355b; }
  body.nav08 .l-gnav__item:nth-child(8) {
    background-color: #06355b; }
  body.nav09 .l-gnav__item:nth-child(9) {
    background-color: #06355b; }
  body.nav10 .l-gnav__item:nth-child(10) {
    background-color: #06355b; }
  /*.l-gnav-en .l-gnav__item .is-current {
    background-color: #1569a5; }
  body.nav01 .l-gnav-en .l-gnav__item:nth-child(1) {
    background-color: #1569a5; }
  body.nav02 .l-gnav-en .l-gnav__item:nth-child(2) {
    background-color: #1569a5; }
  body.nav03 .l-gnav-en .l-gnav__item:nth-child(3) {
    background-color: #1569a5; }
  body.nav04 .l-gnav-en .l-gnav__item:nth-child(4) {
    background-color: #1569a5; }
  body.nav05 .l-gnav-en .l-gnav__item:nth-child(5) {
    background-color: #1569a5; }
  body.nav06 .l-gnav-en .l-gnav__item:nth-child(6) {
    background-color: #1569a5; }
  body.nav07 .l-gnav-en .l-gnav__item:nth-child(7) {
    background-color: #1569a5; }
  body.nav08 .l-gnav-en .l-gnav__item:nth-child(8) {
    background-color: #1569a5; }
  body.nav09 .l-gnav-en .l-gnav__item:nth-child(9) {
    background-color: #1569a5; }
  body.nav10 .l-gnav-en .l-gnav__item:nth-child(10) {
    background-color: #1569a5; }*/

/*.l-gnav-en .l-gnav__item a::before {
  background-color: #8ec2e6; }*/

/*.l-gnav-en .l-gnav__item a:hover {
  background-color: #1569a5; }*/

/*.l-gnav-en .l-gnav__item .is-current {
  background-color: #1569a5; }*/

.is-sub-menu-open-01 .l-gnav__item-01 {
  background-color: #06355b; }
  .is-sub-menu-open-01 .l-gnav__item-01::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: -7px; }

/*.is-sub-menu-open-01 .l-gnav-en .l-gnav__item-01 {
  background-color: #1569a5; }*/

.is-sub-menu-open-02 .l-gnav__item-02 {
  background-color: #06355b; }
  .is-sub-menu-open-02 .l-gnav__item-02::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: -7px; }

/*.is-sub-menu-open-02 .l-gnav-en .l-gnav__item-02 {
  background-color: #1569a5; }*/

.is-sub-menu-open-03 .l-gnav__item-03 {
  background-color: #06355b; }
  .is-sub-menu-open-03 .l-gnav__item-03::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: -7px; }

/*.is-sub-menu-open-03 .l-gnav-en .l-gnav__item-03 {
  background-color: #1569a5; }*/

.is-sub-menu-open-04 .l-gnav__item-04 {
  background-color: #06355b; }
  .is-sub-menu-open-04 .l-gnav__item-04::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: -7px; }

/*.is-sub-menu-open-04 .l-gnav-en .l-gnav__item-04 {
  background-color: #1569a5; }*/

.is-sub-menu-open-05 .l-gnav__item-05 {
  background-color: #06355b; }
  .is-sub-menu-open-05 .l-gnav__item-05::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: -7px; }

/*.is-sub-menu-open-05 .l-gnav-en .l-gnav__item-05 {
  background-color: #1569a5; }*/

.is-sub-menu-open-06 .l-gnav__item-06 {
  background-color: #06355b; }
  .is-sub-menu-open-06 .l-gnav__item-06::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: -7px; }

.is-sub-menu-open-07 .l-gnav__item-07 {
  background-color: #06355b; }
  .is-sub-menu-open-07 .l-gnav__item-07::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: -7px; }

/*.is-sub-menu-open-07 .l-gnav-en .l-gnav__item-07 {
  background-color: #1569a5; }*/

.is-sub-menu-open-08 .l-gnav__item-08 {
  background-color: #06355b; }
  .is-sub-menu-open-08 .l-gnav__item-08::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: -7px; }

/*.is-sub-menu-open-08 .l-gnav-en .l-gnav__item-08 {
  background-color: #1569a5; }*/

.is-sub-menu-open-09 .l-gnav__item-09 {
  background-color: #06355b; }
  .is-sub-menu-open-09 .l-gnav__item-09::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: -7px; }

/*.is-sub-menu-open-09 .l-gnav-en .l-gnav__item-09 {
  background-color: #1569a5; }*/

.l-gnav__trigger {
  display: none; }
  @media only screen and (max-width: 680px) {
    .l-gnav__trigger {
      width: 18px;
      height: 14px;
      position: absolute;
      left: 16px;
      top: 27px;
      z-index: 6000;
      display: block;
      border-bottom: 2px solid #fff; }
      .l-gnav__trigger::before {
        width: 18px;
        height: 2px;
        content: "";
        background: #fff;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.48, 0.18, 0, 0.98);
        transition: -webkit-transform 0.5s cubic-bezier(0.48, 0.18, 0, 0.98);
        -o-transition: transform 0.5s cubic-bezier(0.48, 0.18, 0, 0.98);
        transition: transform 0.5s cubic-bezier(0.48, 0.18, 0, 0.98);
        transition: transform 0.5s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.5s cubic-bezier(0.48, 0.18, 0, 0.98); }
      .l-gnav__trigger::after {
        width: 18px;
        height: 2px;
        content: "";
        background: #fff;
        position: absolute;
        right: 0;
        top: 6px;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.48, 0.18, 0, 0.98);
        transition: -webkit-transform 0.5s cubic-bezier(0.48, 0.18, 0, 0.98);
        -o-transition: transform 0.5s cubic-bezier(0.48, 0.18, 0, 0.98);
        transition: transform 0.5s cubic-bezier(0.48, 0.18, 0, 0.98);
        transition: transform 0.5s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.5s cubic-bezier(0.48, 0.18, 0, 0.98); } }

.is-open .l-gnav__trigger {
  border-bottom: none; }
  .is-open .l-gnav__trigger::before {
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .is-open .l-gnav__trigger::after {
    top: 5px;
    bottom: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.l-gnav-sub-wrapper {
  display: none; }
  @media only screen and (max-width: 680px) {
    .l-gnav-sub-wrapper {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 3000;
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.66, 0, 0, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.66, 0, 0, 1);
      -o-transition: transform 0.5s cubic-bezier(0.66, 0, 0, 1);
      transition: transform 0.5s cubic-bezier(0.66, 0, 0, 1);
      transition: transform 0.5s cubic-bezier(0.66, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.66, 0, 0, 1);
      -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
      transform: translateY(-150%); } }

.is-open .l-gnav-sub-wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: auto; }

.l-gnav-sub-inner {
  padding: 70px 0 40px; }

.is-open .l-gnav-sub-inner {
  overflow: auto; }

.l-gnav-sub__form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding: 0 15px;
  background-color: #505050; }

.l-gnav-sub__form-box-inner {
  position: relative;
  padding: 0 15px;
  width: 100%;
  height: 28px;
  border-radius: 16px;
  background: #fff;
  display: inline-block;
  margin-right: 8px; }

.l-gnav-sub__form {
  font-size: 1.4rem;
  background-color: #fff;
  border: none;
  height: 28px;
  position: absolute;
  left: 14px;
  top: 0;
  width: 130px; }

.l-gnav-sub__form-button {
  font-size: 1.3rem;
  height: 28px;
  border-radius: 14px;
  background-color: #196aab;
  border: none;
  color: #fff;
  position: absolute;
  right: -1px;
  top: 0;
  width: 105px;
  text-align: center; }

.l-gnav-sub__form-teacher {
  font-size: 1.3rem;
  display: inline-block;
  width: 102px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  border-radius: 14px;
  border: 2px solid #fff; }
  .l-gnav-sub__form-teacher a {
    color: #fff; }

.l-gnav-sub {
  background-color: #fff; }

.l-gnav-sub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #8e8e8e; }
  .l-gnav-sub__list::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #8e8e8e;
    position: absolute;
    left: 50%;
    top: 0; }

.l-gnav-sub__item {
  font-size: 1.6rem;
  width: 50%;
  height: 44px;
  padding: 0 0 0 15px;
  border-bottom: 1px solid #8e8e8e; }
  @media only screen and (max-width: 680px) {
    .l-gnav-sub__item {
      font-size: 1.3rem; } }
  .l-gnav-sub__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative; }
    .l-gnav-sub__item a::after {
      top: 50%;
      right: 15px;
      content: "";
      width: 3px;
      height: 7.5px;
      background: url(/content/100074618.png) 50% no-repeat;
      background-size: 100%;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.l-gnav-sub__focus-title {
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #f8bd01;
  font-size: 1.8rem;
  font-weight: 300;
  color: #000; }
  .l-gnav-sub__focus-title span {
    font-weight: 700; }
  .l-gnav-sub__focus-title a {
    color: #000;
    display: block; }

.l-gnav-sub__home-title {
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #196aab;
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff; }
  .l-gnav-sub__home-title a {
    color: #fff;
    display: block; }

.l-gnav-sub__focus-list {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 15px 15px; }

.l-gnav-sub__focus-list-item {
  width: 50%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  padding-left: 10px;
  position: relative;
  line-height: 140%; }
  .l-gnav-sub__focus-list-item:first-child {
    width: 100%; }
  .l-gnav-sub__focus-list-item::before {
    top: 50%;
    left: 0;
    content: "";
    width: 3px;
    height: 7.5px;
    background: url(/content/100074618.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.l-gnav-language-wrapper {
  display: none; }
  @media only screen and (max-width: 680px) {
    .l-gnav-language-wrapper {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 3000;
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.66, 0, 0, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.66, 0, 0, 1);
      -o-transition: transform 0.5s cubic-bezier(0.66, 0, 0, 1);
      transition: transform 0.5s cubic-bezier(0.66, 0, 0, 1);
      transition: transform 0.5s cubic-bezier(0.66, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.66, 0, 0, 1);
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); } }

.is-open-language .l-gnav-language-wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: auto; }

.l-gnav-language__list {
  margin-top: 70px;
  background-color: #fff; }

.l-gnav-language__item {
  font-size: 1.6rem;
  width: 100%;
  height: 44px;
  padding: 0 0 0 15px;
  border-bottom: 1px solid #8e8e8e; }
  @media only screen and (max-width: 680px) {
    .l-gnav-language__item {
      font-size: 1.3rem; } }
  .l-gnav-language__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative; }
    .l-gnav-language__item a::after {
      top: 50%;
      right: 15px;
      content: "";
      width: 3px;
      height: 7.5px;
      background: url(/content/100074618.png) 50% no-repeat;
      background-size: 100%;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.l-gnav__news {
  width: 100%;
  height: 83px;
  position: relative;
  overflow: hidden; }
  .l-gnav__news a {
    color: #fff; }
  @media only screen and (max-width: 680px) {
    .l-gnav__news {
      margin-top: 60px;
      margin-bottom: -60px;
      height: 35px; } }

.l-gnav__news-top {
  background-color: #f9bb06;
  height: 33px;
  font-size: 0rem;
  width: 100%;
  line-height: 33px;
  max-width: 1280px;
  margin: 0 auto; }
  @media only screen and (max-width: 680px) {
    .l-gnav__news-top {
      height: 35px;
      line-height: 35px; } }

.l-gnav__news-home {
  display: inline-block;
  width: 228px;
  vertical-align: top;
  position: relative; }
  @media only screen and (max-width: 680px) {
    .l-gnav__news-home {
      display: none; } }

.l-gnav__news-title {
  padding-left: 228px;
  margin-left: -228px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300; }
  .l-gnav__news-title a {
    color: #000; }
  .l-gnav__news-title a:hover {
    text-decoration: underline; }
  .l-gnav__news-title span {
    font-weight: 700; }
  @media only screen and (max-width: 680px) {
    .l-gnav__news-title {
      padding-left: 0;
      margin-left: 0;
      width: 100%;
      font-size: 1.6rem;
      font-weight: 300; } }

.l-gnav__news-list {
  background-color: #f6b506;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 2; }
  @media only screen and (max-width: 680px) {
    .l-gnav__news-list {
      display: none; } }

.l-gnav__news-item {
  height: 50px;
  line-height: 50px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  border-left: 1px solid #e4a709; }
  .l-gnav__news-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    bottom: -7px; }
  .l-gnav__news-item a {
    color: #000;
    display: block; }
  .l-gnav__news-item a::before {
    /*width: 1px;
    height: 36px;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1px;
    background-color: #cead4d;
    z-index: 10;*/ }
  .l-gnav__news-item a:hover::before {
    display: none; }
  .l-gnav__news-item a:hover {
    background-color: #f2cb5a;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1); }
  .l-gnav__news-item:last-child {
    border-right: 1px solid #e4a709; }
  .l-gnav__news-item .is-current {
    background-color: #f2cb5a;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1); }
  body.nav01 .l-gnav__news-item:nth-child(1)  {
    background-color: #f2cb5a;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1); }
  body.nav02 .l-gnav__news-item:nth-child(2)  {
    background-color: #f2cb5a;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1); }
  body.nav03 .l-gnav__news-item:nth-child(3)  {
    background-color: #f2cb5a;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1); }
  body.nav04 .l-gnav__news-item:nth-child(4)  {
    background-color: #f2cb5a;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1); }
  body.nav05 .l-gnav__news-item:nth-child(5)  {
    background-color: #f2cb5a;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1); }
  body.nav06 .l-gnav__news-item:nth-child(6)  {
    background-color: #f2cb5a;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1); }
  body.nav07 .l-gnav__news-item:nth-child(7)  {
    background-color: #f2cb5a;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1); }
  body.nav08 .l-gnav__news-item:nth-child(8)  {
    background-color: #f2cb5a;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1); }
  body.nav09 .l-gnav__news-item:nth-child(9)  {
    background-color: #f2cb5a;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1); }
  body.nav10 .l-gnav__news-item:nth-child(10)  {
    background-color: #f2cb5a;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.1); }

/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
.c-section {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.c-section__ineer {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 50px 10px;
  position: relative; }
  @media only screen and (max-width: 680px) {
    .c-section__ineer {
      padding: 50px 15px; } }

.p-top-book-movie .c-section__ineer {
  padding: 50px 50px 60px; }
.p-top-link .c-section__ineer {
  padding: 50px 50px 60px; }

.p-top-focus-events .c-section__ineer {
  padding: 100px 50px 60px; }
  @media only screen and (max-width: 680px) {
    .p-top-focus-events .c-section__ineer {
      padding: 50px 15px; } }

.c-section__title {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 300;
  color: #333;
  margin-bottom: 50px;
  position: relative;
  display: inline-block; }
  .c-section__title span {
    font-weight: 700; }
  @media only screen and (max-width: 680px) {
    .c-section__title {
      /*width: 100%;*/
      font-size: 1.7rem;
      margin-bottom: 25px; } }

.c-section__lead {
  width: 100%;
  text-align: center;
  background-color: #e5e5e5;
  padding: 55px 0; }
  @media only screen and (max-width: 680px) {
    .c-section__lead {
      padding: 30px 15px; } }

.c-section__lead-text {
  font-size: 1.8rem;
  line-height: 220%; }
  @media only screen and (max-width: 680px) {
    .c-section__lead-text {
      font-size: 1.2rem;
      line-height: 200%; } }

.c-button {
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  width: 200px;
  height: 36px;
  line-height: 36px;
  border-radius: 21px;
  font-size: 1.35rem;
  padding: 0 30px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.66, 0, 0, 1); }
  .c-button a {
    display: block;
    color: #fff; }
  .c-button a:hover {
    text-decoration:none; }
  @media only screen and (max-width: 680px) {
    .c-button {
      width: auto;
      height: 32px;
      line-height: 32px;
      border-radius: 18px;
      font-size: 1.2rem;
      display: block;
      padding: 0 18px; } }

.c-button__white {
  background-color: rgba(96, 96, 96, 0.75); }
  .c-button__white a::before {
    content: "";
    background: url(/content/100074621.svg) 50% 50% no-repeat;
    background-size: 100%;
    width: 4px;
    height: 11px;
    display: inline-block;
    margin-right: 5px; }
  @media only screen and (max-width: 680px) {
    .c-button__white a::before {
      width: 2px;
      height: 5.5px;
      margin-right: 5px;
      vertical-align: top;
      position: absolute;
      top: 12px;
      left: 12px; } }

.c-button__mail {
  background-color: #196aab; }
  .c-button__mail:hover {
    background: #06355b; }
  .c-button__mail a::before {
    content: "";
    background: url(/content/100074636.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 22px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom; }
  @media only screen and (max-width: 680px) {
    .c-button__mail {
      height: 32px;
      line-height: 32px;
      padding: 0 13px;
      width: 65%;
      /*margin: 0 auto;*/ }
      .c-button__mail a::before {
        background-position: 50% 0;
        width: 16px;
        height: 12px;
        margin-right: 5px;
        vertical-align: middle; } }

.c-button__news-mail {
  background-color: #f6b506; }
  .c-button__news-mail:hover {
    background: #f2cb5a; }
  .c-button__news-mail a {
    color: #000; }
    .c-button__news-mail a::before {
      content: "";
      background: url(/content/100074638.png) 50% 50% no-repeat;
      background-size: 100%;
      width: 22px;
      height: 16px;
      display: inline-block;
      margin-right: 10px;
      vertical-align: text-bottom; }
  @media only screen and (max-width: 680px) {
    .c-button__news-mail {
      height: 32px;
      line-height: 32px;
      padding: 0 13px;
      width: 65%;
      /*margin: 0 auto;*/ }
      .c-button__news-mail a::before {
        background-position: 50% 0;
        width: 18px;
        height: 14px;
        margin-right: 5px;
        vertical-align: middle; } }

.inq-name {
  font-size: 1.35rem;
  line-height: 140%;
  margin-bottom: 12px; }
  @media only screen and (max-width: 680px) {
    .inq-name {
      font-size: 1.2rem; } }

.c-pagetop {
  position: absolute;
  right: 50px;
  top: 7px;
  z-index: 1000;
  width: 32px;
  height: 32px; }
  .c-pagetop img {
    width: 100%;
    vertical-align: top; }
  .is-show-content .c-pagetop {
    visibility: visible;
    opacity: 1; }
  .c-pagetop a {
    display: block;
    height: 32px; }
  @media only screen and (max-width: 680px) {
    .c-pagetop {
      position: fixed;
      right: 15px;
      bottom: 15px;
      top: auto;
      width: 32px;
      height: 32px; } }

.breadcrumb-inner {
  background-color: #535353; }
  @media only screen and (max-width: 680px) {
  .breadcrumb-inner {
    margin-top: 60px; } }

.c-breadcrumb-list {
  /*height: 36px;*/
  background-color: #535353;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  font-size: 1.3rem;
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 680px) {
    .c-breadcrumb-list {
      font-size: .9rem;
      padding: 0 10px;
      /*display: none;*/ } }

.c-breadcrumb-list__item {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  padding: 0 40px 0 20px;
  color: #fff;
  height: 36px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  position: relative;
  /*&:nth-child(even){
        background-color: #535353;
        padding: 0 60px;
        &::before{
            content: "";
            border-right: 36px solid transparent;
            border-top: 36px solid #212121;
            position: absolute;
            left: 0;
            top: 0;
        }
        &::after{
            content: "";
            border-left: 36px solid transparent;
            border-bottom: 36px solid #535353;
            position: absolute;
            right: 0;
            top: 0;
        }
    }*/ }
  .c-breadcrumb-list__item::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  .c-breadcrumb-list__item a,
  .c-breadcrumb-list__item span {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /*height: 100%;*/
    height: 36px; }
  /*.c-breadcrumb-list__item:first-child {
    background-color: #212121;
    padding-right: 60px; }
    .c-breadcrumb-list__item:first-child::after {
      content: "";
      border-left: 36px solid transparent;
      border-bottom: 36px solid #535353;
      position: absolute;
      right: 0;
      top: 0;
      width: auto;
      height: auto;
      border-top: none;
      border-right: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }*/
    .c-breadcrumb-list__item:last-child::after {
      border: none; }

  @media only screen and (max-width: 680px) {
    .c-breadcrumb-list__item {
       padding: 0 20px 0 5px; }
    .c-breadcrumb-list__item,
    .c-breadcrumb-list__item a,
    .c-breadcrumb-list__item span {
      height: 24px; } }

.c-icn-tag {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  font-size: 1.3rem;
  background-color: #eeeeee;
  height: auto;
  line-height: 20px;
  padding: 0 25px;
  text-align: center;
  font-weight: 500;
  margin: 0 10px; }
  .c-icn-tag::before {
    content: "";
    background: url(/content/100074650.svg) 50% no-repeat;
    width: 10px;
    height: 11px;
    background-size: 100%;
    position: absolute;
    left: 7px;
    top: 5px; }
  @media only screen and (max-width: 680px) {
    .c-icn-tag {
      width: auto;
      font-size: 1.2rem;
      border-radius: 2px;
      margin: 0; }
      .c-icn-tag::before {
        position: absolute;
        left: 5px; } }

.c-icn-tag-2 {
  position: relative;
  height: 25px;
  line-height: 25px;
  background-color: #f9bb06;
  font-size: 1.4rem;
  padding: 0 17px;
  color: #000; }
  @media only screen and (max-width: 680px) {
    .c-icn-tag-2 {
      height: 23px;
      line-height: 23px;
      font-size: 1.3rem;
      padding: 0 12px; } }

.c-icn__arrow {
  position: relative;
  padding-left: 10px; }
  .c-icn__arrow::before {
    top: .9rem;
    left: 0;
    content: "";
    width: 4px;
    height: 11px;
    background: url(/content/100074618.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .page-teacher .c-icn__arrow::before {
    background: none; }
  @media only screen and (max-width: 680px) {
    .c-icn__arrow::before {
      top: .8rem;
      left: 0;
      width: 3px;
      height: 7px; } }

.c-icn-window {
  padding-left: 15px;
  position: relative;
  margin-left: 10px; }
  .c-icn-window::before {
    top: 1rem;
    left: 0;
    content: "";
    width: 15px;
    height: 16px;
    background: url(/content/100074653.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    .c-icn-window {
      padding-left: 17px; }
      .c-icn-window::before {
        width: 13px; } }

.c-icn-word {
  padding-left: 25px;
  position: relative;
  margin-left: 10px; }
  .c-icn-word::before {
    top: 1rem;
    left: 0;
    content: "";
    width: 20px;
    height: 22px;
    background: url(/content/100074654.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    .c-icn-word {
      padding-left: 17px; }
      .c-icn-word::before {
        width: 10px;
        height: 11px; } }

.c-icn-pdf {
  padding-left: 25px;
  position: relative;
  margin-left: 10px; }
  .c-icn-pdf::before {
    top: 1rem;
    left: 0;
    content: "";
    width: 20px;
    height: 22px;
    background: url(/content/100074643.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    .c-icn-pdf {
      padding-left: 17px; }
      .c-icn-pdf::before {
        width: 10px;
        height: 11px; } }

.c-icn-excel {
  padding-left: 25px;
  position: relative;
  margin-left: 10px; }
  .c-icn-excel::before {
    top: 1rem;
    left: 0;
    content: "";
    width: 20px;
    height: 22px;
    background: url(/content/100074628.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    .c-icn-excel {
      padding-left: 17px; }
      .c-icn-excel::before {
        width: 10px;
        height: 11px; } }

.c-icn-video {
  padding-left: 25px;
  position: relative;
  margin-left: 10px; }
  .c-icn-video::before {
    top: 1rem;
    left: 0;
    content: "";
    width: 20px;
    height: 22px;
    background: url(/content/100074652.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    .c-icn-video {
      padding-left: 17px; }
      .c-icn-video::before {
        width: 10px;
        height: 11px; } }

.c-icn-other {
  padding-left: 25px;
  position: relative;
  margin-left: 10px; }
  .c-icn-other::before {
    top: 1rem;
    left: 0;
    content: "";
    width: 20px;
    height: 22px;
    background: url(/content/100075680.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    .c-icn-other {
      padding-left: 17px; }
      .c-icn-other::before {
        width: 10px;
        height: 11px; } }

.c-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  position: absolute;
  right: 50px;
  top: 20px; }
  @media only screen and (max-width: 680px) {
    .c-share {
      right: 15px;
      top: 10px; } }

.c-share__facebook {
  margin-right: 5px; }

.honbu .c-heading-2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 35px;
  position: relative;
  padding: 0 0 18px;
  width: 100%; }
  .honbu .c-heading-2 span {
    /*font-size: 2rem;*/ }
  .honbu .c-heading-2::before {
    content: "";
    width: 95px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #196aab;
    z-index: 1; }
  .honbu .c-heading-2::after {
    height: 5px;
    width: 100%;
    background: url(/content/100074606.jpg);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; }
  @media only screen and (max-width: 680px) {
    .honbu .c-heading-2 {
      font-size: 2rem;
      margin-bottom: 20px;
      padding: 0 0 13px; }
      .honbu .c-heading-2 span {
        /*font-size: 1.4rem;*/ }
      .honbu .c-heading-2::before {
        width: 50px;
        height: 2.5px; }
      .honbu .c-heading-2::after {
        height: 2.5px; } }

.c-heading-2__no-decoration {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 35px;
  color: #fff; }
  .c-heading-2__no-decoration span {
    /*font-size: 1.6rem;*/ }
  @media only screen and (max-width: 680px) {
    .c-heading-2__no-decoration {
      font-size: 1.8rem;
      margin-bottom: 15px; }
      .c-heading-2__no-decoration span {
        /*font-size: 1.2rem;*/ } }

.honbu .c-heading-3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  padding: 0 0 12px; }
  .honbu .c-heading-3 span {
    /*font-size: 1.6rem*/ }
  .honbu .c-heading-3::before {
    content: "";
    width: 95px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #196aab;
    z-index: 1; }
  .honbu .c-heading-3::after {
    height: 1px;
    width: 100%;
    background-color: #c7c7c7;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; }
  @media only screen and (max-width: 680px) {
    .honbu .c-heading-3 {
      font-size: 1.8rem;
      margin-bottom: 15px;
      padding: 0 0 10px; }
      .honbu .c-heading-3 span {
        /*font-size: 1.2rem;*/ }
      .honbu .c-heading-3::before {
        width: 50px; } }

.c-heading-3__no-decoration {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  color: #fff; }
  .c-heading-3__no-decoration span {
    /*font-size: 1.6rem;*/ }
  @media only screen and (max-width: 680px) {
    .c-heading-3__no-decoration {
      font-size: 1.8rem;
      margin-bottom: 15px; }
      .c-heading-3__no-decoration span {
        /*font-size: 1.2rem;*/ } }

.honbu .c-heading-4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding: 0 0 8px;
  line-height: 150%; }
  .honbu .c-heading-4 span {
    /*font-size: 1.6rem;*/ }
  .honbu .c-heading-4::after {
    height: 1px;
    width: 100%;
    background-color: #c7c7c7;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; }
  @media only screen and (max-width: 680px) {
    .honbu .c-heading-4 {
      font-size: 1.6rem;
      margin-bottom: 15px;
      position: relative;
      padding: 0 0 10px; }
      .honbu .c-heading-4 span {
        /*font-size: 1rem;*/ }
      .honbu .c-heading-4::after {
        height: 1px;
        width: 100%;
        background-color: #c7c7c7;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0; } }

h5 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px; }
  @media only screen and (max-width: 680px) {
    h5 {
      font-size: 1.6rem; } }

.c-heading-2,
.c-heading-news-2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 35px;
  position: relative;
  padding: 0 0 18px; }
  .c-heading-2 span,
  .c-heading-news-2 span {
    /*font-size: 1.8rem;*/ }
  .c-heading-2::before,
  .c-heading-news-2::before {
    content: "";
    width: 95px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f6b506;
    z-index: 1; }
  .c-heading-2::after,
  .c-heading-news-2::after {
    height: 5px;
    width: 100%;
    background: url(/content/100074607.jpg);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; }
  @media only screen and (max-width: 680px) {
    .c-heading-2,
    .c-heading-news-2 {
      font-size: 1.5rem;
      margin-bottom: 20px;
      padding: 0 0 13px; }
      .c-heading-2 span,
      .c-heading-news-2 span {
        /*font-size: 1rem;*/ }
      .c-heading-2::before,
      .c-heading-news-2::before {
        width: 50px;
        height: 2.5px; }
      .c-heading-2::after,
      .c-heading-news-2::after {
        height: 2.5px; } }

.c-heading-3,
.c-heading-news-3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  padding: 0 0 12px; }
  .c-heading-3 span,
  .c-heading-news-3 span {
    /*font-size: 1.6rem;*/ }
  .c-heading-3::before,
  .c-heading-news-3::before {
    content: "";
    width: 95px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f6b506;
    z-index: 1; }
  .c-heading-3::after,
  .c-heading-news-3::after {
    height: 1px;
    width: 100%;
    background-color: #c7c7c7;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; }
  @media only screen and (max-width: 680px) {
    .c-heading-3,
    .c-heading-news-3 {
      font-size: 1.5rem;
      margin-bottom: 15px;
      padding: 0 0 10px; }
      .c-heading-3 span,
      .c-heading-news-3 span {
        /*font-size: 1rem;*/ }
      .c-heading-3::before,
      .c-heading-news-3::before {
        width: 50px; } }

.c-heading-news-3__no-decoration {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  color: #fff; }
  .c-heading-news-3__no-decoration span {
    /*font-size: 1.6rem;*/ }
  @media only screen and (max-width: 680px) {
    .c-heading-news-3__no-decoration {
      font-size: 1.5rem;
      margin-bottom: 15px; }
      .c-heading-news-3__no-decoration span {
        /*font-size: 1rem;*/ } }

.c-heading-4,
.c-heading-news-4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding: 0 0 8px;
  line-height: 150%; }
  .c-heading-4 span,
  .c-heading-news-4 span {
    /*font-size: 1.6rem;*/ }
  .c-heading-4::after,
  .c-heading-news-4::after {
    height: 1px;
    width: 100%;
    background-color: #c7c7c7;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; }
  @media only screen and (max-width: 680px) {
    .c-heading-4,
    .c-heading-news-4 {
      font-size: 1.3rem;
      margin-bottom: 15px;
      position: relative;
      padding: 0 0 10px; }
      .c-heading-4 span,
      .c-heading-news-4 span {
        /*font-size: .9rem;*/ }
      .c-heading-4::after,
      .c-heading-news-4::after {
        height: 1px;
        width: 100%;
        background-color: #c7c7c7;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0; } }

.c-text {
  font-size: 1.5rem;
  line-height: 160%;
  margin-bottom: 60px; }
  @media only screen and (max-width: 680px) {
    .c-text {
      font-size: 1.3rem;
      line-height: 180%;
      margin-bottom: 30px; } }

.c-text-date {
  position: absolute;
  right: 50px;
  top: 15px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 680px) {
    .c-text-date {
      position: static;
      font-size: 1.2rem;
      margin-bottom: 20px;
      text-align: right; } }

ul.c-list,
ul.c-list__none-dot {
  margin-bottom: 45px; }
  @media only screen and (max-width: 680px) {
    ul.c-list,
    ul.c-list__none-dot {
      margin-bottom: 15px; } }

ul.c-list li,
ul.c-list__none-dot li {
  font-size: 1.5rem;
  margin-bottom: 15px;
  position: relative;
  line-height: 140%;
  padding: 0 0 0 20px; }
  ul.c-list li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0; }
  @media only screen and (max-width: 680px) {
    ul.c-list li,
    ul.c-list__none-dot li {
      padding-left: 17px;
      font-size: 1.3rem;
      padding-bottom: 0;
      margin-bottom: 5px; } }

  ul.c-list ul,
  ul.c-list ol {
    margin-top: 15px;
    margin-bottom: 15px; }
    ul.c-list ol li::before {
      content: ""; }

ul.c-list__none-dot li {
  padding: 0; }

ol.c-list__no {
  margin-bottom: 65px; }
  @media only screen and (max-width: 680px) {
    ol.c-list__no {
      margin-bottom: 15px; } }

ol.c-list__no li {
  position: relative;
  list-style-type: decimal;
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 140%;
  padding: 0; }
  @media only screen and (max-width: 680px) {
    ol.c-list__no li {
      font-size: 1.3rem;
      margin-bottom: 5px;
      padding-bottom: 0; } }

  ol.c-list__no ul,
  ol.c-list__no ol {
    margin-top: 15px;
    margin-bottom: 15px; }
  ol.c-list__no ul li {
    list-style-type: none;
    padding: 0 0 0 20px; }

.c-list__link-list {
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 680px) {
    .c-list__link-list {
      margin-bottom: 30px; } }

.c-list__link-list li {
  font-size: 1.5rem;
  margin: 0 0 15px 15px;
  line-height: 140%;
  /*width: 50%;*/
  position: relative;
  padding: 0 0 0 20px; }
  .c-list__link-list li span {
    display: inline-block;
    position: relative;
    margin-left: 8px; }
  .c-list__link-list li::before {
    top: 1rem;
    left: 6px;
    content: "";
    width: 4px;
    height: 11px;
    background: url(/content/100074618.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    .c-list__link-list li {
      width: 100%;
      padding-left: 17px;
      font-size: 1.3rem;
      padding-bottom: 0;
      margin-bottom: 5px; }
      .c-list__link-list li::before {
        top: .8rem;
        left: 5px;
        width: 2px;
        height: 5.5px; } }

.c-list__link-list-w100 li {
  width: 100%; }
  .c-list__link-list-w100 li::before {
    top: 50%;
    left: 6px;
    content: "";
    width: 4px;
    height: 11px;
    background: url(/content/100074618.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.c-list__teacher {
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 680px) {
    .c-list__teacher {
      margin-bottom: 30px; } }

.c-list__teacher li {
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 140%;
  width: 50%; }
  .c-list__teacher li::after {
    content: "";
    background: url(/content/100074623.png) 50% no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 2px 10px 5px 10px; }
  .c-list__teacher li span {
    font-size: 1.5rem; }
  @media only screen and (max-width: 680px) {
    .c-list__teacher li {
      width: 100%;
      font-size: 1.2rem;
      padding-bottom: 0;
      margin-bottom: 5px; }
      .c-list__teacher li span {
        font-size: .9rem; } }

ul.c-list li.c-list__arrow::before {
  top: 1rem;
  left: 6px;
  content: "";
  width: 4px;
  height: 11px;
  background: url(/content/100074618.png) 50% no-repeat;
  background-size: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media only screen and (max-width: 680px) {
  ul.c-list li.c-list__arrow::before {
    left: 5px;
    width: 2px;
    height: 5.5px; } }

li.c-list__window {
  padding: 0 0 0 20px; }
  li.c-list__window span {
    padding-left: 30px;
    position: relative; }
  li.c-list__window span::before {
    top: 50%;
    left: 7px;
    content: "";
    width: 16px;
    height: 15px;
    background: url(/content/100074653.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    li.c-list__window span {
      padding-left: 17px; }
      li.c-list__window span::before {
        left: 2px;
        width: 8px;
        height: 7.5px; } }

li.c-list__word {
  padding: 0 0 0 20px; }
  li.c-list__word span {
    padding-left: 30px;
    position: relative; }
  li.c-list__word span::before {
    top: 50%;
    left: 7px;
    content: "";
    width: 20px;
    height: 22px;
    background: url(/content/100074654.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    li.c-list__word span {
      padding-left: 17px; }
      li.c-list__word span::before {
        width: 10px;
        height: 11px; } }

li.c-list__pdf {
  padding: 0 0 0 20px; }
  li.c-list__pdf span {
    padding-left: 30px;
    position: relative; }
  li.c-list__pdf span::before {
    top: 50%;
    left: 7px;
    content: "";
    width: 20px;
    height: 22px;
    background: url(/content/100074643.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    li.c-list__pdf span {
      padding-left: 17px; }
      li.c-list__pdf span::before {
        width: 10px;
        height: 11px; } }

li.c-list__excel {
  padding: 0 0 0 20px; }
  li.c-list__excel span {
    padding-left: 30px;
    position: relative; }
  li.c-list__excel span::before {
    top: 50%;
    left: 7px;
    content: "";
    width: 20px;
    height: 22px;
    background: url(/content/100074628.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    li.c-list__excel span {
      padding-left: 17px; }
      li.c-list__excel span::before {
        width: 10px;
        height: 11px; } }

li.c-list__video {
  padding: 0 0 0 20px; }
  li.c-list__video span {
    padding-left: 30px;
    position: relative; }
  li.c-list__video span::before {
    top: 50%;
    left: 7px;
    content: "";
    width: 22px;
    height: 16px;
    background: url(/content/100074652.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    li.c-list__video span {
      padding-left: 17px; }
      li.c-list__video span::before {
        width: 11px;
        height: 8px; } }

li.c-list__other {
  padding: 0 0 0 20px; }
  li.c-list__other span {
    position: relative; }
  li.c-list__other span::before {
    top: 50%;
    left: 7px;
    content: "";
    width: 20px;
    height: 22px;
    background: url(/content/100075680.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    li.c-list__other span {
      padding-left: 17px; }
      li.c-list__other span::before {
        width: 10px;
        height: 11px; } }

.c-table {
  border-bottom: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  width: 100%;
  margin-bottom: 40px; }
  @media only screen and (max-width: 680px) {
    .c-table {
      margin-bottom: 25px; } }

.c_horizontal-scroll__inner .c-table {
  margin-bottom: 0; }

.c-table th {
  background-color: #ebf2f8;
  text-align: center;
  border-right: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  font-size: 1.5rem;
  padding: 15px; }
  @media only screen and (max-width: 680px) {
    .c-table th {
      font-size: 1.3rem;
      padding: 8px; }
      .c-table th.no_wrap {
        white-space: nowrap; } }

.c-table td {
  border-right: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  font-size: 1.5rem;
  padding: 18px 35px; }
  .c-table th p,
  .c-table td p,
  .c-table td ul.c-list,
  .c-table td ul.c-list li:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 680px) {
    .c-table td {
      font-size: 1.3rem;
      padding: 8px 17.5px; } }

.c-table.narrow th,
.c-table.narrow td {
  padding: 8px 15px; }
  @media only screen and (max-width: 680px) {
    .c-table.narrow th,
    .c-table.narrow td {
      padding: 5px 8px; } }

.c-table caption {
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px; }

.c-table-news {
  border-bottom: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  width: 100%;
  margin-bottom: 70px; }
  @media only screen and (max-width: 680px) {
    .c-table-news {
      margin-bottom: 25px; } }

.c-table-news__th {
  background-color: #fbf5e3;
  text-align: center;
  border-right: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  font-size: 1.5rem;
  text-align: left;
  padding: 18px 30px;
  line-height: 150%; }
  @media only screen and (max-width: 680px) {
    .c-table-news__th {
      font-size: 1.3rem;
      padding: 8px; } }
.nav05 .c-table-news__th {
  vertical-align: top; }
.nav03 .c-table-news__th {
  width: 275px; }
  @media only screen and (max-width: 680px) {
    .nav03 .c-table-news__th {
      width: 110px; } }

.c-table-news__td {
  border-right: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  font-size: 1.5rem;
  padding: 18px 30px;
  line-height: 150%; }
  .c-table-news__td ul.c-list {
    margin-bottom: 0; }
  .c-table-news__td ul.c-list li:last-child {
    margin-bottom: 0; }
  .c-table-news__td ul.c-list a {
    padding: 0; }
  @media only screen and (max-width: 680px) {
    .c-table-news__td {
      font-size: 1.3rem;
      padding: 8px 17.5px; } }
.c-table-news__td a {
  word-break: break-all; }

.c-table .sort,
.c-table-news .sort {
  position: relative;
  /*cursor: pointer;*/
  white-space: nowrap; }
  /*.c-table .sort::after,
  .c-table-news .sort::after {
    content: "";
    background: url(/content/100074649.png) 50% no-repeat;
    background-size: 100%;
    width: 9px;
    height: 26px;
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }*/
  .c-table .sort a,
  .c-table-news a {
    /*display: inline-block;*/
    margin-left: 3px;
    padding: 0 10px; }
  .nav03 .c-table-news a {
    border-bottom: 1px dashed #0d3d63; }
  .nav03 .c-table-news a:hover {
    border-bottom: 1px solid transparent;
    text-decoration: none; }
  .page-teacher .c-table-news a {
    border-bottom: 1px dashed #0d3d63; }
  .page-teacher .c-table-news a:hover {
    border-bottom: 1px solid transparent;
    text-decoration: none; }
  .c-table-news td a {
    margin-left: 0;
    padding: 0; }
  .c-table-news td a.c-icn__arrow {
    padding-left: 10px; }
  .page-teacher .c-table-news td a.c-icn__arrow {
    padding-left: 0; }
  .c-table-news .cell-url a {
    margin-left: 0;
    padding: 0; }
  .c-table-news .sort a {
    background: url(/content/100097985.png) center top no-repeat;
    vertical-align: middle;
    width: 9px;
    height: 26px; }
  .c-table-news .sort.asc a {
    background: url(/content/100097986.png) center top no-repeat; }
  .c-table-news .sort.desc a {
    background: url(/content/100097987.png) center top no-repeat; }
  .c-table-news .sort a img {
    display: none; }
/* ie11 */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .c-table-news .sort::after {
    top: 70%;
  }
}
  /*@media only screen and (max-width: 680px) {
    .c-table .sort::after,
    .c-table-news .sort::after {
      width: 4.5px;
      height: 13px;
      right: 7px;
      top: 50%; } }*/


@media only screen and (max-width: 680px) {
  .c-article img,
  .freeHtml img {
    margin-bottom: 15px; } }

.c-article__ineer {
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 50px 0;
  position: relative; }
  @media only screen and (max-width: 680px) {
    .c-article__ineer {
      padding: 30px 15px 0; } }

.nav03 .c-article__ineer {
  padding: 30px 50px 0; }
  @media only screen and (max-width: 680px) {
    .nav03 .c-article__ineer {
      padding: 30px 15px 0; } }

.c-article__ineer.c-article__bottom,
.editableHtml.c-article__bottom {
  padding: 2rem 50px 0; }
  @media only screen and (max-width: 680px) {
  .c-article__ineer.c-article__bottom,
  .editableHtml.c-article__bottom {
    padding: 1.5rem 50px 0; } }

.c-article__bg {
  background-color: #000;
  background-size: cover!important;
  margin: 50px 0; }
  @media only screen and (max-width: 680px) {
    .c-article__bg {
      background-color: #000;
      background-size: cover; } }

.c-inner-wrap {
  padding: 90px 0 80px;
  color: #fff;
  text-align: center;
  min-height: 500px;
  display: table;
  width: 100%;
  background: rgba(0,0,0,0.55); }
  @media only screen and (max-width: 680px) {
    .c-inner-wrap {
      min-height: 300px;
      padding: 40px 15px; } }

.c-article__bg-inner {
  max-width: 980px;
  margin: 0 auto;
  /*font-size: 1.5rem;
  line-height: 160%;
  margin-bottom: 60px;*/
  display: table-cell;
  vertical-align: middle; }
  .c-article__bg-inner .c-icn-window::before {
    background-image: url(/content/100075725.png); }

.subHeader {
  margin: 0 auto;
  padding: 0;
  position: relative;
  font-size: 150%;
  line-height: 160%; }
  @media only screen and (max-width: 680px) {
    .subHeader {
      /*padding: 30px 15px 0;*/
      padding: 0; } }

.c-article__top {
  margin-top: -50px;
  padding: 0 0 40px; }
  @media only screen and (max-width: 680px) {
    .c-article__top {
      margin-top: -20px;
      padding: 0 0 25px; } }

.nav03 .c-article__top {
  margin-top: -10px; }
  @media only screen and (max-width: 680px) {
    .nav03 .c-article__top {
      margin-top: -20px; } }

.c-article__top-affiliation {
  margin-bottom: 33px;
  max-width: 70%; }
  .c-article__top-affiliation li {
    font-size: 1.5rem;
    background-color: #f1f1f1;
    margin-bottom: 2px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    display: inline-block; }
    .c-article__top-affiliation li span {
      /*font-size: 1.5rem;*/ }
  @media only screen and (max-width: 680px) {
    .c-article__top-affiliation {
      margin-bottom: 13px;
      padding-top: 30px; }
      .c-article__top-affiliation li {
        height: auto;
        font-size: 1.2rem;
        line-height: 120%;
        margin-top: 1px;
        padding: 0 10px; }
        .c-article__top-affiliation li span {
          /*font-size: .9rem*/; } }

.c-article__top-date {
  font-size: 1.5rem; }
  @media only screen and (max-width: 680px) {
    .c-article__top-date {
      font-size: 1.2rem;
      margin-top: 5px; } }

.c-article__footer {
  clear: both;
  position: relative;
  padding: 25px 0;
  margin-bottom: 50px; }
  .c-article__footer .c-article__ineer {
    padding-top: 0; }
  @media only screen and (max-width: 680px) {
    .c-article__footer {
      position: relative;
      padding: 25px 0;
      margin-bottom: 0; } }

.c-category-nav {
  margin-bottom: 30px;
  width: 100%; }
  .c-category-nav.is-open {
    margin-bottom: 90px; }
  @media only screen and (max-width: 680px) {
    .c-category-nav {
      margin-bottom: 15px; }
      .c-category-nav.is-open {
        margin-bottom: 30px; } }

.c-category-nav__title {
  width: 100%;
  padding: 30px;
  font-size: 2.8rem;
  font-weight: bold;
  background-color: #f4f4f4;
  cursor: pointer;
  position: relative; }
  .c-category-nav__title span {
    font-size: 1.8rem; }
  .c-category-nav__title img {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.66, 0, 0, 1); }
  .is-open .c-category-nav__title img {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  @media only screen and (max-width: 680px) {
    .c-category-nav__title {
      padding: 15px;
      font-size: 1.4rem; }
      .c-category-nav__title span {
        font-size: .9rem; }
      .c-category-nav__title img {
        right: 15px;
        width: 20px; } }

.c-category-nav__body {
  background-color: #e6e6e6;
  padding: 30px 30px 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  line-height: 160%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.66, 0, 0, 1); }
  .is-open .c-category-nav__body {
    height: auto;
    opacity: 1;
    visibility: visible; }
  .c-category-nav__body dl {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s cubic-bezier(0.66, 0, 0, 1);
    -o-transition: all 0.1s cubic-bezier(0.66, 0, 0, 1);
    transition: all 0.1s cubic-bezier(0.66, 0, 0, 1); }
    .is-open .c-category-nav__body dl {
      opacity: 1;
      visibility: visible; }
    .c-category-nav__body dl dt {
      margin-bottom: 40px;
      padding-left: 11px;
      position: relative; }
      .c-category-nav__body dl dt::before {
        top: 50%;
        left: 0;
        content: "";
        width: 4px;
        height: 11px;
        background: url(/content/100074618.png) 50% no-repeat;
        background-size: 100%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      @media only screen and (max-width: 680px) {
        .c-category-nav__body dl dt::before {
          width: 2px;
          height: 5.5px; } }
    .c-category-nav__body ul {
      padding-left: 17px; }
    .c-category-nav__body ul li {
      margin-bottom: 20px!important;
      position: relative;
      padding-left: 11px; }
      .c-category-nav__body ul li::before {
        top: 1.1rem;
        left: 0;
        content: "";
        width: 4px;
        height: 11px;
        background: url(/content/100074618.png) 50% no-repeat;
        background-size: 100%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media only screen and (max-width: 680px) {
          .c-category-nav__body ul li {
            margin-bottom: 10px!important; }
            .c-category-nav__body ul li::before {
              top: .8rem;
              width: 2px;
              height: 5.5px; } }
  @media only screen and (max-width: 680px) {
    .c-category-nav__body {
      padding: 15px 15px 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-size: 1.2rem; }
      .c-category-nav__body dl {
        opacity: 0;
        margin-bottom: 0; }
        .c-category-nav__body dl dt {
          margin-bottom: 8px;
          padding-left: 8px; }
        .c-category-nav__body ul {
          padding-left: 8px; }
        .c-category-nav__body ul li {
          margin-bottom: 8px;
          padding-left: 8px; } }

.c-form-pulldown {
  position: relative;
  width: 100%; }
  .c-form-pulldown::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    font-size: 1.6rem;
    background: url(/content/100074623.png) 50% no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    z-index: -100; }
  .c-form-pulldown select {
    position: relative;
    border: 1px solid #c1c1c1;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    color: #000;
    padding: 0 40px 0 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 8px;
    background: none transparent;
    vertical-align: middle;
    cursor: pointer; }
    .c-form-pulldown select::-ms-expand {
      display: none; }
    .c-form-pulldown select.notactive {
      background-color: #ccc;
      color: #999;
      cursor: default; }
  @media only screen and (max-width: 680px) {
    .c-form-pulldown::after {
      right: 10px;
      top: 50%;
      font-size: 1rem;
      width: 10px;
      height: 10px; }
    .c-form-pulldown select {
      width: 100%;
      height: 30px;
      line-height: 30px;
      font-size: 1.2rem;
      padding: 0 30px 0 10px; } }

.c-pagination {
  background-color: #333333;
  padding: 20px 0; }
  @media only screen and (max-width: 680px) {
    .c-pagination {
      padding: 15px 0; } }

.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 680px) {
    .c-pagination__list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.c-pagination__item {
  height: 45px;
  line-height: 45px;
  text-align: center;
  min-width: 45px;
  font-size: 1.6rem;
  margin: 0 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.66, 0, 0, 1); }
  .c-pagination__item a {
    background-color: #515151;
    display: block;
    border-radius: 8px;
    color: #fff; }
  .c-pagination__item a:hover {
    background-color: #adadad;
    color: #fff; }
  .c-pagination__item.is-current a {
    background-color: #adadad;
    color: #333; }
  @media only screen and (max-width: 680px) {
    .c-pagination__item {
      height: 25px;
      line-height: 25px;
      min-width: 25px;
      font-size: 1.2rem;
      margin: 0 2px; }
      .c-pagination__item a {
        border-radius: 4px; } }

.c-pagination__item-prev {
  margin-right: 15px;
  width: 110px;
  position: relative; }
  .c-pagination__item-prev a::before {
    position: absolute;
    content: "";
    left: 17px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg); }
  @media only screen and (max-width: 680px) {
    .c-pagination__item-prev {
      margin-right: 5px;
      width: 50px; }
      .c-pagination__item-prev a {
        padding-left: 10px; }
        .c-pagination__item-prev a::before {
          left: 10px;
          top: 50%;
          width: 3px;
          height: 3px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; } }

.c-pagination__item-dot {
  color: #fff; }
  @media only screen and (max-width: 680px) {
    .c-pagination__item-dot {
      font-size: 1rem;
      letter-spacing: -3px; } }

.c-pagination__item-next {
  margin-left: 15px;
  width: 110px;
  position: relative; }
  .c-pagination__item-next a::before {
    position: absolute;
    content: "";
    right: 17px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  @media only screen and (max-width: 680px) {
    .c-pagination__item-next {
      margin-left: 5px;
      width: 50px; }
      .c-pagination__item-next a {
        padding-right: 10px; }
        .c-pagination__item-next a::before {
          right: 10px;
          width: 3px;
          height: 3px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff; } }

.c-img-left {
  float: left;
  margin: 0 20px 5px 0;
  max-width: 50%;
  text-align: center; }
  @media only screen and (max-width: 680px) {
    .c-img-left {
      float: none;
      margin: 0 0 5px 0;
      max-width: 100%; } }
.c-img-right {
  float: right;
  margin: 0 0 5px 20px;
  max-width: 50%;
  text-align: center; }
  @media only screen and (max-width: 680px) {
    .c-img-right {
      float: none;
      margin: 0 0 5px 0;
      max-width: 100%; } }
.c-img-center {
  display: block;
  float: none;
  margin: 20px auto;
  max-width: 100%;
  text-align: center; }
  @media only screen and (max-width: 680px) {
    .c-img-center {
      margin: 15px auto;
      max-width: 100%; } }

@media only screen and (max-width: 1229px) {
  .c_horizontal-scroll .c-table-news {
    margin-bottom: 30px;
    width: 1200px; } }

@media only screen and (max-width: 680px) {
  .c_horizontal-scroll .c-table-news {
    width: 1000px; } }

.c_horizontal-scroll__inner {
  position: relative;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1229px) {
    .c_horizontal-scroll__inner {
      overflow: auto;
      width: 100%; } }

/* perfect-scrollbar v0.7.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

/* w3cエラー
@supports (-ms-overflow-style: none) {
.ps {
overflow: auto !important;
}
}*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: #f0f0f0; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #f0f0f0; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #b4b4b4;
  height: 14px; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #f0f0f0; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #b4b4b4;
  width: 4px; }

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  opacity: 1;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  height: 14px; }

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 0;
  height: 14px; }

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 1;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 4px; }

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  background-color: #b4b4b4;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 0;
  width: 4px; }

/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
.p-top-main {
  width: 100%;
  position: relative; }

.p-top-important-notices {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  display: flex;
  align-items: stretch; }
.utokyo_top_eng .p-top-important-notices {
  border-bottom: 1px solid #ddd; }
  @media only screen and (max-width: 680px) {
    .p-top-important-notices {
      display: block; } }

.p-top-important-notices-title {
  min-width: 200px;
  /*height: 100%;*/
  text-align: center;
  background-color: #bd2222;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 60px; }
.covid .p-top-important-notices-title {
  background-color: #f9bb06;
  color: #000; }
/*.p-top-important-notices-title:lang(ja) {
  padding: 50px 0 50px 24px; }*/
.p-top-important-notices-title:lang(en) {
  min-width: 230px; }
  .p-top-important-notices-title::before {
    content: "";
    width: 24px;
    height: 21px;
    background: url(/content/100074631.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .covid .p-top-important-notices-title::before {
    background: url(/content/400156021.png) 50% no-repeat; }
/*  @media only screen and (max-width: 920px) {
    .p-top-important-notices-title:lang(ja) {
      padding: 70px 0 70px 24px; }
    .p-top-important-notices-title:lang(en) {
      padding: 50px 0 50px 24px; } }*/
  @media only screen and (max-width: 680px) {
    .p-top-important-notices-title {
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: left;
      padding: 0 0 0 50px;
      font-size: 1.4rem;
      position: relative; }
      .p-top-important-notices-title::before {
        width: 25px;
        height: 22px;
        left: 15px;
        top: 12px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }

.p-top-important-notices ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 40px; }
  .p-top-important-notices ul li {
    font-size: 1.4rem;
    line-height: 180%; }
  .p-top-important-notices ul span {
    margin-right: 10px; }
  @media only screen and (max-width: 680px) {
    .p-top-important-notices ul {
      padding: 20px 15px 12px; }
      .p-top-important-notices ul li {
        font-size: 1.4rem;
        line-height: 150%;
        margin-bottom: 8px; }
      .p-top-important-notices ul span {
        font-size: 1.5rem;
        font-weight: bold;
        margin-right: 0;
        display: block; } }

.p-top-focus-events {
  background-image: url(/content/100074727.jpg);
  background-position: 50% 0;
  background-size: cover;
  /*padding-top: 70px;*/ }
  .p-top-focus-events .c-section__ineer {
    padding: 100px 50px 60px; }
  @media only screen and (max-width: 680px) {
    .p-top-focus-events {
      background-image: url(/content/100075558.jpg);
      background-position: 50% 0;
      background-repeat: no-repeat;
      background-color: #f5f5f5;
      background-size: 100%; }
      .p-top-focus-events .c-section__ineer {
        padding: 50px 15px; } }

.p-top-focus {
  margin-bottom: 100px; }
  @media only screen and (max-width: 680px) {
    .p-top-focus {
      margin-bottom: 32px; }
      .p-top-focus .l-col-xs-12 {
        margin-bottom: 18px; } }

.p-top-focus-events .p-top-focus {
  margin-bottom: 70px; }
  @media only screen and (max-width: 680px) {
    .p-top-focus-events .p-top-focus {
      margin-bottom: 32px; }
      .p-top-focus-events .p-top-focus .l-col-xs-12 {
        margin-bottom: 18px; } }

.p-top-focus__item {
  background-color: white;
  height: 100%;
  position: relative; }
  .p-top-focus__item a {
    display: block;
    height: 100%; }

.p-top-focus__item-first {
  background-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 30px; }

.p-top-focus__item-title-text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 170%;
  margin-bottom: 30px; }
  @media only screen and (max-width: 680px) {
    .p-top-focus__item-title-text {
      font-size: 1.1rem;
      margin-bottom: 8px; } }

.p-top-focus__item-title-button,
.p-top-events__calendar-link {
  height: 42px;
  line-height: 42px;
  width: 90%;
  margin: 0 6%;
  background-color: #f9bb06;
  text-align: center;
  border-radius: 21px;
  font-size: 1.6rem;
  color: #000; }
.p-top-events__calendar-link {
  width: 50%;
  margin: 0 auto; }
  .p-top-focus__item-title-button a,
  .p-top-events__calendar-link a {
    display: block;
    position: relative; }
    .p-top-focus__item-title-button a::before,
    .p-top-events__calendar-link a::before {
      content: "";
      background: url(/content/100074618.png) 50% no-repeat;
      background-size: 100%;
      width: 4px;
      height: 11px;
      position: absolute;
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .p-top-focus__item-title-button:hover,
  .p-top-events__calendar-link:hover {
    background-color: #f2cb5a; }
  @media only screen and (max-width: 680px) {
    .p-top-focus__item-title-button,
    .p-top-events__calendar-link {
      height: 36px;
      line-height: 36px;
      width: 90%;
      margin: 0 6%;
      border-radius: 18px;
      font-size: 1.2rem; }
    .p-top-events__calendar-link {
      margin: 0 auto; }
      .p-top-focus__item-title-button a::before,
      .p-top-events__calendar-link a::before {
        width: 3px;
        height: 7.5px; } }

.p-top-focus__image-box {
  border: 1px solid #ccc;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .p-top-focus__image-box::before {
    content: "";
    display: block;
    padding-top: 67%; }
  .p-top-focus__image-box img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%; }

.p-top-focus__item-first .p-top-focus__image-box {
  border: none; }

.p-top-focus__item-text {
  padding: 20px;
  position: relative;
  font-size: 1.6rem;
  line-height: 160%;
  padding-bottom: 20px; }
  @media only screen and (max-width: 680px) {
    .p-top-focus__item-text {
      padding: 13px 10px 35px;
      font-size: 1.3rem;
      line-height: 160%; } }

.p-top-focus__item-date {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 20px;
  padding-bottom: 70px; }
  @media only screen and (max-width: 680px) {
    .p-top-focus__item-date {
      padding-left: 10px;
      font-size: 1.2rem;
      line-height: 13px; } }

.p-top-focus__item-tag {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  font-size: 1.3rem;
  background-color: #eeeeee;
  height: auto;
  line-height: 20px;
  padding: 0 25px;
  text-align: center;
  font-weight: 500;
  margin: 0 10px; }
  .p-top-focus__item-tag::before {
    content: "";
    background: url(/content/100074650.svg) 50% no-repeat;
    width: 10px;
    height: 11px;
    background-size: 100%;
    position: absolute;
    left: 7px;
    top: 5px; }
  @media only screen and (max-width: 680px) {
    .p-top-focus__item-tag {
      width: auto;
      font-size: 1.2rem;
      border-radius: 2px;
      min-width: 100px;
      width: auto; }
      .p-top-focus__item-tag::before {
        width: 6px;
        height: 6px;
        position: absolute;
        left: 5px;
        top: 7px; } }

.p-top-events .c-section__title {
  margin-left: 20px; }
  .p-top-events .c-section__title::before {
    top: 0;
    left: -50px;
    content: "";
    width: 34px;
    height: 32px;
    background: url(/content/100074627.png) 50% no-repeat;
    background-size: 100%;
    position: absolute; }

.p-top-focus .l-col-sm-3,
.p-top-events .l-col-sm-4 {
  margin-bottom: 40px; }

@media only screen and (max-width: 680px) {
  .p-top-events .c-section__title {
    margin-left: 20px; }
    .p-top-events .c-section__title::before {
      left: -25px;
      width: 17px;
      height: 16px; }
  .p-top-events .l-col-sm-4 {
    margin-bottom: 0; } }

.p-top-events__item {
  background-color: #fff;
  height: 100%;
  position: relative; }
  .p-top-events__item span {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 30px; }
    .p-top-events__item span img {
      width: 100%; }
  .p-top-events__item a {
    display: block;
    height: 100%;
    padding: 30px 30px 30px 70px; }
  @media only screen and (max-width: 680px) {
    .p-top-events__item {
      height: auto;
      margin-bottom: 15px; }
      .p-top-events__item span {
        left: 13px;
        top: 15px;
        width: 20px; }
        .p-top-events__item span img {
          width: 100%; }
      .p-top-events__item a {
        padding: 13px 13px 13px 45px; } }

.p-top-events__item-date {
  font-size: 1.4rem;
  margin-bottom: 10px; }
  @media only screen and (max-width: 680px) {
    .p-top-events__item-date {
      font-size: 1.2rem;
      margin-bottom: 5px; } }

.p-top-events__item-title {
  font-size: 1.6rem;
  line-height: 140%; }
  @media only screen and (max-width: 680px) {
    .p-top-events__item-title {
      font-size: 1.3rem; } }

/*.p-top-events__calendar-link {
  text-align: right;
  font-size: 1.4rem; }
  .p-top-events__calendar-link::after {
    content: "";
    background: url(/content/100074623.png) 50% no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
  @media only screen and (max-width: 680px) {
    .p-top-events__calendar-link {
      font-size: 1.2rem; }
      .p-top-events__calendar-link::after {
        width: 15px;
        height: 15px;
        margin-left: 5px; } }*/

.p-top-highlights-updates,
.p-top-info {
  background-color: #e5e5e5; }
  @media only screen and (max-width: 680px) {
    .p-top-highlights-updates,
    .p-top-info {
      padding-top: 0; }
      .p-top-highlights-updates .c-section__ineer,
      .p-top-info .c-section__ineer {
        padding-top: 25px; } }

.p-top-highlights .c-section__title {
  margin-left: 20px;
  margin-bottom: 30px; }
  .p-top-highlights .c-section__title::before {
    top: 1px;
    left: -50px;
    content: "";
    width: 34px;
    height: 25px;
    background: url(/content/100074630.png) 50% no-repeat;
    background-size: 100%;
    position: absolute; }

@media only screen and (max-width: 680px) {
  .p-top-highlights {
    margin-bottom: 30px; }
    .p-top-highlights .c-section__title {
      margin-left: 20px; }
      .p-top-highlights .c-section__title::before {
        left: -25px;
        width: 17px;
        height: 12.5px;
        top: 2px; } }

.p-top-highlights__item {
  /*margin-bottom: 40px;*/
  position: relative;
  height: 100%;
  background-color: #000; }
  .p-top-highlights__item figure img {
    width: 100%; }
  .p-top-highlights__item a {
    display: block;
    height: 100%; }
  @media only screen and (max-width: 680px) {
    .p-top-highlights__item {
      /*margin-bottom: 18px;*/
      position: relative; }
      .p-top-highlights__item figure img {
        width: 100%; } }

.p-top-highlights__item-title {
  /*position: absolute;*/
  background-color: #000;
  /*left: 0;
  bottom: 0;*/
  font-size: 1.4rem;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 15px 5px;
  line-height: 150%; }
  @media only screen and (max-width: 680px) {
    .p-top-highlights__item-title {
      font-size: 1.3rem;
      padding: 10px 5px; } }

.p-top-updates .c-section__title {
  margin-left: 20px; }
  .p-top-updates .c-section__title::before {
    top: -2px;
    left: -50px;
    content: "";
    width: 35px;
    height: 35px;
    background: url(/content/100074632.png) 50% no-repeat;
    background-size: 100%;
    position: absolute; }

@media only screen and (max-width: 680px) {
  .p-top-updates .c-section__title {
    margin-left: 20px; }
    .p-top-updates .c-section__title::before {
      left: -25px;
      top: -1px;
      width: 17px;
      height: 17px; } }

.p-top-updates__list {
  border-top: 1px solid #666;
  margin-bottom: 30px; }
  @media only screen and (max-width: 680px) {
    .p-top-updates__list {
      margin-bottom: 15px; } }

.p-top-updates__list-item {
  border-bottom: 1px solid #535353; }
  .p-top-updates__list-item a {
    display: block;
    height: 100%;
    padding: 17px 0; }
  @media only screen and (max-width: 680px) {
    .p-top-updates__list-item a {
      padding: 10px 0; } }

.p-top-updates__list-date {
  font-size: 1.4rem;
  margin-bottom: 6px; }
  @media only screen and (max-width: 680px) {
    .p-top-updates__list-date {
      font-size: .9rem;
      margin-bottom: 5px;
      font-weight: bold; } }

.p-top-updates__list-title {
  font-size: 1.6rem;
  line-height: 160%; }
  @media only screen and (max-width: 680px) {
    .p-top-updates__list-title {
      font-size: 1.2rem;
      line-height: 140%; } }

.p-top-updates__more {
  font-size: 1.4rem;
  position: relative;
  padding-left: 10px;
  text-align: right; }
  .p-top-updates__more .u-arrow-black::before {
    right: 105px;
    left: auto; }
  @media only screen and (max-width: 680px) {
    .p-top-updates__more {
      font-size: 1.2rem; }
      .p-top-updates__more .u-arrow-black::before {
        right: 90px; } }

.p-top-intiatives .c-section__title {
  margin-left: 20px; }
  .p-top-intiatives .c-section__title::before {
    top: -4px;
    left: -50px;
    content: "";
    width: 30px;
    height: 36px;
    background: url(/content/100074633.png) 50% no-repeat;
    background-size: 100%;
    position: absolute; }

@media only screen and (max-width: 680px) {
  .p-top-intiatives .c-section__ineer {
    padding-bottom: 20px; }
  .p-top-intiatives .c-section__title {
    margin-left: 20px; }
    .p-top-intiatives .c-section__title::before {
      left: -25px;
      top: -3px;
      width: 15px;
      height: 18px; } }

.p-top-intiatives__item {
  height: 86px;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 40px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 140%;
  position: relative; }
  .p-top-intiatives__item::after {
    top: 50%;
    right: 20px;
    content: "";
    width: 9px;
    height: 15px;
    background: url(/content/100074619.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .with-image .p-top-intiatives__item::after {
    background: none; }
  .p-top-intiatives__item figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
    z-index: 1; }
    .p-top-intiatives__item figure img {
      width: 100%; }
  .p-top-intiatives__item a {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    width: 100%; }
  @media only screen and (max-width: 680px) {
    .p-top-intiatives__item {
      height: 44px;
      margin-bottom: 18px;
      font-size: .9rem;
      line-height: 160%; }
      .p-top-intiatives__item::after {
        right: 14px;
        width: 5px;
        height: 9px; }
      .p-top-intiatives__item figure {
        width: 42px; }
      .p-top-intiatives__item a {
        padding-left: 8px; } }

.p-top-intiatives__item-title {
  padding: 0 40px 0 0; }
  @media only screen and (max-width: 680px) {
    .p-top-intiatives__item-title {
      padding: 0 20px 0 0; } }

.p-top-intiatives__item-image .p-top-intiatives__item-title {
  padding: 0 90px 0 0; }
  @media only screen and (max-width: 680px) {
    .p-top-intiatives__item-image .p-top-intiatives__item-title {
      padding: 0 50px 0 0; } }

.p-top-book-movie {
  background-color: #333333;
  color: #fff; }
  .p-top-book-movie a {
    color: #fff;
    display: block; }
    .p-top-book-movie .l-col-sm-3 a:hover {
      background: rgba(255,255,255,0.1); }
  .p-top-book-movie .c-section__title {
    margin-left: 20px;
    color: #fff; }
    .p-top-book-movie .c-section__title::before {
      top: 0;
      left: -50px;
      content: "";
      width: 34px;
      height: 30px;
      background: url(/content/100074640.png) 50% no-repeat;
      background-size: 100%;
      position: absolute; }
  @media only screen and (max-width: 680px) {
    .p-top-book-movie .c-section__ineer {
      padding-top: 30px;
      padding-bottom: 30px; }
      .p-top-book-movie .c-section__title::before {
        left: -25px;
        top: 0;
        width: 17px;
        height: 15px; } }

.p-top-book figure {
  text-align: center;
  /*background-color: #333;*/
  padding-bottom: 32px;
  padding-top: 32px; }
  .p-top-book figure img {
    width: auto;
    height: 181px; }

@media only screen and (max-width: 1024px) {
  .p-top-book {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #565656;
    margin-top: 30px;
    margin-bottom: 30px; }
    .p-top-book figure {
      width: 50%;
      height: 100%;
      text-align: center;
      margin-bottom: 28px;
      margin-top: 28px; }
      .p-top-book figure img {
        width: 50%;
        height: auto; } }

.p-top-book__title {
  font-size: 2rem;
  padding-bottom: 28px;
  border-bottom: 1px solid #565656; }
  @media only screen and (max-width: 1024px) {
    .p-top-book__title {
      font-size: 1.8rem;
      border-bottom: none;
      position: absolute; } }

.p-top-book__body {
  background-color: #585858;
  padding: 20px 25px;
  min-height: 225px; }
  @media only screen and (max-width: 1024px) {
    .p-top-book__body {
      width: 50%;
      padding: 15px; } }

.p-top-book__body-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 140%; }
  @media only screen and (max-width: 680px) {
    .p-top-book__body-title {
      font-size: 1.4rem;
      margin-bottom: 5px; } }

.p-top-book__body-sub-title {
  font-size: 1.4rem;
  margin-bottom: 15px; }
  @media only screen and (max-width: 680px) {
    .p-top-book__body-sub-title {
      font-size: 1rem;
      margin-bottom: 15px; } }

.p-top-book__body-text {
  font-size: 1.4rem;
  line-height: 170%; }
  @media only screen and (max-width: 680px) {
    .p-top-book__body-text {
      font-size: 1rem; } }

.p-top-movie figure img {
  width: 100%; }

.p-top-movie__title {
  font-size: 2rem;
  padding-bottom: 28px; }
  @media only screen and (max-width: 680px) {
    .p-top-movie__title {
      font-size: 1.8rem;
      padding-bottom: 13px; } }

@media only screen and (max-width: 680px) {
  .p-top-book-movie .c-section__ineer {
    padding: 50px 30px 60px; }
  .p-top-link .c-section__ineer {
    padding: 50px 30px 35px; } }

.p-top-link__list dt {
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #585858;
  margin-bottom: 35px; }
  .p-top-link__list dd a {
    line-height: 160%; }

.p-top-link__list li {
  font-size: 1.4rem;
  margin-bottom: 18px;
  margin-left: 15px; }
  .p-top-link__list li .u-arrow-black::before {
    left: -13px; }

@media only screen and (max-width: 680px) {
  .p-top-link__list dt {
    font-size: 1.3rem;
    padding-bottom: 8px;
    margin-bottom: 15px; }
  .p-top-link__list dd {
    margin-bottom: 30px; }
  .p-top-link__list li {
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-left: 10px; }
    .p-top-link__list li .u-arrow-black::before {
      left: -10px; } }

.p-top-power dt {
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #585858;
  margin-bottom: 35px; }
  .p-top-link__list dd a {
    line-height: 160%; }
.p-top-power dd {
  text-align: center; }

@media only screen and (max-width: 680px) {
  .p-top-power dt {
    font-size: 1.3rem;
    padding-bottom: 8px;
    margin-bottom: 15px; }
  .p-top-power dd {
    margin-bottom: 30px; } }

.p-top-power__link {
  text-align: center;
  margin-top: 25px;
  font-size: 1.4rem; }
  .p-top-power__link .u-arrow-black::before {
    left: -13px; }
  @media only screen and (max-width: 680px) {
    .p-top-power__link {
      margin-top: 15px;
      font-size: 1.2rem; }
      .p-top-power__link .u-arrow-black::before {
        top: 50%;
        left: -10px; } }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  background: rgba(0, 0, 0, 0.75); }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%; }

/*.slick-list:focus {
  outline: none; }*/

.slick-list.dragging {
  cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  height: 100%; }

.slick-track::before,
.slick-track::after {
  display: table;
  content: ''; }

.slick-track::after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/**Thema **/
.slick-slide img {
  width: 100%; }

.slick-dots {
  display: inline-block !important;
  text-align: center;
  position: relative;
  z-index: 200;
  width: auto !important; }
  .slick-dots li {
    display: inline-block !important;
    margin-right: 19px; }
    .slick-dots li button {
      width: 16px !important;
      height: 16px !important;
      border: 2px solid #000;
      background-color: #000;
      border-radius: 50%;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      padding: 0; }
  .slick-dots .slick-active button {
    background-color: rgba(255, 255, 255, 0);
    text-indent: -9999px; }
  @media only screen and (max-width: 680px) {
    .slick-dots li {
      margin-right: 12px; }
      .slick-dots li button {
        width: 10px !important;
        height: 10px !important;
        border: 2px solid #000; } }

#tglBtn {
  display: inline-block !important;
  position: relative;
  z-index: 200;
  width: 23px;
  height: 23px;
  border: 0;
  border-radius: 0;
  padding: 0;
  display: block;
  font-size: 0rem;
  margin-left: 15px; }
  @media only screen and (max-width: 680px) {
    #tglBtn {
      width: 15px;
      height: 15px;
      margin-left: 10px;
      margin-top: -1px; } }

#startBtn {
  width: 23px;
  height: 23px;
  background: url(/content/100074608.jpg) 50% no-repeat;
  background-size: 100%;
  border: 0;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200; }
  @media only screen and (max-width: 680px) {
    #startBtn {
      width: 15px;
      height: 15px; } }

#stopBtn {
  width: 23px;
  height: 23px;
  background: url(/content/100074610.jpg) 50% no-repeat;
  background-size: 100%;
  border: 0;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200; }
  @media only screen and (max-width: 680px) {
    #stopBtn {
      width: 15px;
      height: 15px; } }

.p-slider-navigation {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
  content: "";
  width: 100%;
  height: 57px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 680px) {
    .p-slider-navigation {
      height: 40px; } }

.p-slider__text-box {
  height: 170px;
  padding: 30px 50px;
  background-color: #000; }
  @media only screen and (max-width: 680px) {
    .p-slider__text-box {
      height: 145px;
      padding: 15px 20px; } }

.p-slider__text-box-text {
  font-size: 2.5rem;
  color: #fff;
  line-height: 150%;
  margin-bottom: 10px; }
  @media only screen and (max-width: 680px) {
    .p-slider__text-box-text {
      font-size: 1.8rem;
      color: #fff;
      line-height: 150%;
      margin-bottom: 10px; } }

.p-slider__text-box-date {
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  margin-right: 10px; }

.p-slider__text-box .c-icn-tag {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: auto;
  display: inline-block; }

.p-slider-text {
  background-color: #2e2e2e; }
  @media only screen and (max-width: 680px) {
    .p-slider-text {
      padding-bottom: 40px; }
      .p-slider-text .slick-dots li button {
        border: 2px solid #fff;
        background-color: #fff; }
      .p-slider-text .slick-dots .slick-active button {
        background-color: rgba(255, 255, 255, 0); } }
  @media only screen and (max-width: 680px) and (max-width: 680px) {
    .p-slider-text .slick-dots li button {
      border: 2px solid #fff; } }
  @media only screen and (max-width: 680px) {
      .p-slider-text #startBtn {
        background: url(/content/100074609.png) 50% no-repeat #2e2e2e;
        background-size: 100%; }
      .p-slider-text #stopBtn {
        background: url(/content/100074611.png) 50% no-repeat #2e2e2e;
        background-size: 100%; }
      .p-slider-text .p-slider-navigation {
        background-color: rgba(255, 255, 255, 0);
        border-top: 1px solid #3d3d3d; } }

.p-slider-msg {
  position: absolute;
  bottom: 20.5%;
  left: 2%;
  width: 26.5%;
  max-height: 59%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.75);
  border: 4px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  line-height: 160%; }
  .p-slider-msg .p-slider-msg-inner {
    padding: 7%;
    overflow: hidden; }
  @media only screen and (max-width: 1280px) {
    .p-slider-msg {
      font-size: 1.7rem; } }
  @media only screen and (max-width: 920px) {
    .p-slider-msg {
      font-size: 1.3rem; } }
  @media only screen and (max-width: 680px) {
    .p-slider-msg {
      font-size: 1.3rem;
      position: relative;
      bottom: auto;
      left: auto;
      width: 100%;
      max-height: none;
      z-index: 100;
      border: none;
      background: none; }
      .p-slider-msg .p-slider-msg-inner {
        padding: 10px 10px 50px 10px; } }

.p-slider__top-text-box {
  position: absolute;
  bottom: 57px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  max-width: 320px;
  padding: 35px; }
  @media only screen and (max-width: 680px) {
    .p-slider__top-text-box {
      position: inherit;
      bottom: inherit;
      background-color: transparent;
      max-width: 100%;
      padding: 15px 15px 30px; } }

.p-slider__top-text-box-title {
  font-size: 2rem;
  font-weight: bold;
  color: #fbc500;
  margin-bottom: 10px;
  position: relative;
  padding-left: 12px; }
  .p-slider__top-text-box-title::before {
    top: 50%;
    left: 2px;
    content: "";
    width: 4px;
    height: 11px;
    background: url(/content/100074622.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 1024px) {
    .p-slider__top-text-box-title {
      font-size: 1.7rem; } }
  @media only screen and (max-width: 680px) {
    .p-slider__top-text-box-title {
      font-size: 1.5rem;
      margin-bottom: 5px;
      padding-left: 10px; }
      .p-slider__top-text-box-title::before {
        left: 2px;
        width: 2px;
        height: 5.5px; } }

.p-slider__top-text-box-text {
  font-size: 1.6rem;
  color: #fff;
  line-height: 140%;
  font-weight: 700; }
  @media only screen and (max-width: 1024px) {
    .p-slider__top-text-box-text {
      font-size: 1.4rem; } }
  @media only screen and (max-width: 680px) {
    .p-slider__top-text-box-text {
      font-size: 1.2rem; } }

.p-slider__top-text-box-link {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  position: absolute;
  right: 20px;
  bottom: 10px; }
  .p-slider__top-text-box-link::before {
    top: 50%;
    left: -8px;
    content: "";
    width: 4px;
    height: 11px;
    background: url(/content/100074621.svg) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 1024px) {
    .p-slider__top-text-box-link {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 680px) {
    .p-slider__top-text-box-link {
      font-size: 1.4rem;
      right: 15px;
      bottom: 10px; }
      .p-slider__top-text-box-link::before {
        left: -7px;
        width: 2px;
        height: 5.5px; } }

.p-sub-menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  background-color: #06355b;
  z-index: 5000;
  padding: 55px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  /*-webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);*/ }
  .p-sub-menu a,
  .p-sub-menu span {
    color: #fff; }
  .l-gnav-en .p-sub-menu {
    background-color: #06355b;
    bottom: 5px; }

.p-sub-menu__inner {
  max-width: 1250px;
  margin: 0 auto; }

.p-sub-menu__inner .l-row .l-col-xs-6:last-child {
  margin-left: auto; }

.p-sub-menu_img {
  height: 240px;
  overflow: hidden; }

.p-sub-menu_img img {
  height: 100%; }

.p-sub-menu__list {
  padding-top: 10px;
  padding-left: 30px;
  border-left: 1px solid #1e5576;
  height: 100%;
  text-align: left; }
  .p-sub-menu__list li {
    font-size: 1.4rem;
    line-height: 160%;
    margin-bottom: 12px;
    position: relative;
    padding-left: 10px; }
    .p-sub-menu__list li::before {
      top: 1rem;
      left: 0;
      content: "";
      width: 4px;
      height: 11px;
      background: url(/content/100074621.svg) 50% no-repeat;
      background-size: 100%;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .eng .p-sub-menu__list li::before {
      top: .75rem; }
    .p-sub-menu__list li a::before {
      display: none; }

.is-sub-menu-open-01 .p-sub-menu-01 {
  visibility: visible;
  opacity: 1; }

.is-sub-menu-open-02 .p-sub-menu-02 {
  visibility: visible;
  opacity: 1; }

.is-sub-menu-open-03 .p-sub-menu-03 {
  visibility: visible;
  opacity: 1; }

.is-sub-menu-open-04 .p-sub-menu-04 {
  visibility: visible;
  opacity: 1; }

.is-sub-menu-open-05 .p-sub-menu-05 {
  visibility: visible;
  opacity: 1; }

.is-sub-menu-open-06 .p-sub-menu-06 {
  visibility: visible;
  opacity: 1; }

.is-sub-menu-open-07 .p-sub-menu-07 {
  visibility: visible;
  opacity: 1; }

.is-sub-menu-open-08 .p-sub-menu-08 {
  visibility: visible;
  opacity: 1; }

.is-sub-menu-open-09 .p-sub-menu-09 {
  visibility: visible;
  opacity: 1; }

.p-lower-header {
  height: 360px;
  width: 100%;
  position: relative;
  text-align: right;
  background-color: #3c2e2e;
  overflow: hidden; }
  @media only screen and (max-width: 680px) {
    .p-lower-header {
      height: 135px; }
      .p-lower-header img {
        width: auto; } }

.p-lower-header__title-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center; }

.p-lower-header__title-box-black {
  color: #000;
  padding: 25px 0;
  max-width: 1200px;
  z-index: 1000; }
  @media only screen and (max-width: 680px) {
    .p-lower-header__title-box-black {
      padding: 10px 0; } }

.p-lower-header__title {
  font-size: 3.4rem;
  text-align: left;
  color: #fff;
  padding-left: 25px;
  line-height: 1.4;
  padding-right: 48%; }
  @media only screen and (max-width: 680px) {
    .p-lower-header__title {
      font-size: 1.8rem; } }

.p-lower-header__sub-title {
  font-size: 2rem;
  margin-top: 15px; }
  @media only screen and (max-width: 680px) {
    .p-lower-header__sub-title {
      font-size: 1rem;
      margin-top: 10px; } }

.p-lower-header__bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%; }
  .p-menupage .p-lower-header__bg {
    height: 115%; }
  @media only screen and (max-width: 1280px) {
  .p-lower-header__bg {
    /* margin-right: -150px; */ } }
  @media only screen and (max-width: 1024px) {
  .p-lower-header__bg {
    margin-right: -100px; } }
  @media only screen and (max-width: 920px) {
  .p-lower-header__bg {
    margin-right: -200px; } }
  @media only screen and (max-width: 800px) {
  .p-lower-header__bg {
    margin-right: -250px; } }
  @media only screen and (max-width: 680px) {
  .p-lower-header__bg {
    margin-right: 0; } }
  @media only screen and (max-width: 480px) {
  .p-lower-header__bg {
    margin-right: -50px; } }
  .p-lower-header__bg::before {
    width: 50px;
    height: 100%;
    content: "";
    left: -50px;
    top: 0;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(60, 46, 46, 0) 0%, #3c2e2e 100%);
    background: -webkit-linear-gradient(left, rgba(60, 46, 46, 0) 0%, #3c2e2e 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(60, 46, 46, 0)), to(#3c2e2e));
    background: -o-linear-gradient(left, rgba(60, 46, 46, 0) 0%, #3c2e2e 100%);
    background: linear-gradient(to right, rgba(60, 46, 46, 0) 0%, #3c2e2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c2e2e', endColorstr='#3c2e2e',GradientType=1 ); }
  .p-lower-header__bg::after {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background: -moz-linear-gradient(left, #3c2e2e 0%, #3c2e2e 1%, rgba(60, 46, 46, 0) 30%);
    background: -webkit-linear-gradient(left, #3c2e2e 0%, #3c2e2e 1%, rgba(60, 46, 46, 0) 30%);
    background: -webkit-gradient(linear, left top, right top, from(#3c2e2e), color-stop(1%, #3c2e2e), to(rgba(60, 46, 46, 0)));
    background: -o-linear-gradient(left, #3c2e2e 0%, #3c2e2e 1%, rgba(60, 46, 46, 0) 30%);
    background: linear-gradient(to right, #3c2e2e 0%, #3c2e2e 1%, rgba(60, 46, 46, 0) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c2e2e', endColorstr='#003c2e2e',GradientType=1 ); }
  .p-lower-header__bg img {
    height: 100%; }
  @media only screen and (max-width: 680px) {
    .p-lower-header__bg::after {
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(left, #3c2e2e 0%, #3c2e2e 1%, rgba(60, 46, 46, 0) 60%);
      background: -webkit-linear-gradient(left, #3c2e2e 0%, #3c2e2e 1%, rgba(60, 46, 46, 0) 60%);
      background: -webkit-gradient(linear, left top, right top, from(#3c2e2e), color-stop(1%, #3c2e2e), to(rgba(60, 46, 46, 0)));
      background: -o-linear-gradient(left, #3c2e2e 0%, #3c2e2e 1%, rgba(60, 46, 46, 0) 60%);
      background: linear-gradient(to right, #3c2e2e 0%, #3c2e2e 1%, rgba(60, 46, 46, 0) 60%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c2e2e', endColorstr='#003c2e2e',GradientType=1 ); } }

.p-lower-header-news {
  height: 270px;
  width: 100%;
  position: relative;
  background: url(/content/100074658.jpg) 50% 50%;
  color: #fff;
  /*display: table;*/ }
  .p-lower-header-news .c-section__ineer {
    padding: 0 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    /*display: table-cell;*/
    vertical-align: middle; }
  @media only screen and (max-width: 680px) {
    .p-lower-header-news {
      height: 135px;
      background: url(/content/100074658.jpg) 50% 50%; }
      .p-lower-header-news .c-section__ineer {
        padding: 0 15px; } }

.p-lower-header-news__no-image {
  height: 130px; }
  @media only screen and (max-width: 680px) {
    .p-lower-header-news__no-image {
      height: 65px; } }

.p-lower-header-news__title {
  font-size: 3.0rem;
  line-height: 120%;
  max-width: 1200px;
  /*margin: 0 auto;*/
  padding-right: 35%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1200px; }
  .p-lower-header-news__title span {
    font-size: 2.4rem;
  line-height: 120%;
    display: block; }
  @media only screen and (max-width: 1280px) {
    .p-lower-header-news__title {
      padding-left: 50px; } }
  @media only screen and (max-width: 680px) {
    .p-lower-header-news__title {
      font-size: 1.5rem;
      line-height: 150%;
      padding-left: 20px; }
      .p-lower-header-news__title span {
        font-size: 1.2rem;
        line-height: 130% } }

.p-lower-header-news__bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%; }
  @media only screen and (max-width: 1280px) {
  .p-lower-header-news__bg {
    /* margin-right: -150px; */ } }
  @media only screen and (max-width: 1024px) {
  .p-lower-header-news__bg {
    margin-right: -100px; } }
  @media only screen and (max-width: 800px) {
  .p-lower-header-news__bg {
    margin-right: -140px; } }
  @media only screen and (max-width: 680px) {
  .p-lower-header-news__bg {
    margin-right: -20px; } }
  @media only screen and (max-width: 480px) {
  .p-lower-header-news__bg {
    margin-right: -50px; } }
  .p-lower-header-news__bg::before {
    width: 50px;
    height: 100%;
    content: "";
    left: -50px;
    top: 0;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(64, 64, 65, 0) 0%, #404041 100%);
    background: -webkit-linear-gradient(left, rgba(64, 64, 65, 0) 0%, #404041 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(64, 64, 65, 0)), to(#404041));
    background: -o-linear-gradient(left, rgba(64, 64, 65, 0) 0%, #404041 100%);
    background: linear-gradient(to right, rgba(64, 64, 65, 0) 0%, #404041 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00404041', endColorstr='#404041',GradientType=1 ); }
  .p-lower-header-news__bg::after {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background: -moz-linear-gradient(left, #404041 0%, #404041 1%, rgba(64, 64, 65, 0) 30%);
    background: -webkit-linear-gradient(left, #404041 0%, #404041 1%, rgba(64, 64, 65, 0) 30%);
    background: -webkit-gradient(linear, left top, right top, from(#404041), color-stop(1%, #404041), to(rgba(64, 64, 65, 0)));
    background: -o-linear-gradient(left, #404041 0%, #404041 1%, rgba(64, 64, 65, 0) 30%);
    background: linear-gradient(to right, #404041 0%, #404041 1%, rgba(64, 64, 65, 0) 30%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404041', endColorstr='#00404041',GradientType=1 ); }
  .p-lower-header-news__bg img {
    height: 100%; }
  @media only screen and (max-width: 680px) {
    .p-lower-header-news__bg::after {
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(left, #404041 0%, #404041 1%, rgba(64, 64, 65, 0) 60%);
      background: -webkit-linear-gradient(left, #404041 0%, #404041 1%, rgba(64, 64, 65, 0) 60%);
      background: -webkit-gradient(linear, left top, right top, from(#404041), color-stop(1%, #404041), to(rgba(64, 64, 65, 0)));
      background: -o-linear-gradient(left, #404041 0%, #404041 1%, rgba(64, 64, 65, 0) 60%);
      background: linear-gradient(to right, #404041 0%, #404041 1%, rgba(64, 64, 65, 0) 60%); } }

.p-menupage .p-lower-header {
  background-color: #3c2e2e; }

.p-menupage__content {
  padding: 20px 0 50px; }
  @media only screen and (max-width: 680px) {
    .p-menupage__content {
      padding: 20px 0; } }

.p-menupage__content-item {
  background-color: #fff;
  padding: 60px 0; }
  .p-menupage__content-item:nth-of-type(even) {
    background-color: #f4f4f4; }
  @media only screen and (max-width: 680px) {
    .p-menupage__content-item {
      padding: 30px 0; } }

.p-menupage__ineer {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px; }
  @media only screen and (max-width: 680px) {
    .p-menupage__ineer {
      padding: 0 15px; } }

.p-menupage__image-box {
  position: relative; }
  .p-menupage__image-box img {
    width: 100%; }
  .p-menupage__image-box a {
    display: block;
    height: 100%; }
  @media only screen and (max-width: 680px) {
    .p-menupage__image-box {
      margin-bottom: 20px; } }

.p-menupage__image-caption {
  position: relative;
  width: 100%;
  line-height: 160%;
  background-color: #f4f4f4;
  color: #000;
  font-size: 2.8rem;
  padding: 15px 40px 15px 25px; }
  a .p-menupage__image-caption::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  @media only screen and (max-width: 680px) {
    .p-menupage__image-caption {
      font-size: 1.4rem;
      padding-left: 15px; }
      a .p-menupage__image-caption::after {
        right: 15px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #000;
        border-right: 1px solid #000; } }

@media only screen and (max-width: 680px) {
  .p-menupage__content-item:nth-of-type(even) {
    background-color: #fff; } }

.no-image .p-menupage__image-box a {
  background-color: #ccc; }

.no-image .p-menupage__content-item:nth-of-type(even) .p-menupage__image-box a {
  background-color: #fff; }
  @media only screen and (max-width: 680px) {
    .no-image .p-menupage__content-item:nth-of-type(even) .p-menupage__image-box a {
      background-color: #ccc; } }

.no-image .p-menupage__image-caption {
  position: relative;
  font-size: 2.2rem; }

.no-image .p-menupage__list ul {
  border: none; }
  @media only screen and (max-width: 680px) {
    .no-image .p-menupage__list ul {
      margin-bottom: 20px; } }

.no-image .l-col-sm-6 .l-col-sm-6 {
  flex-basis: 100%;
  max-width: 100%; }

.p-menupage__list {
  height: 100%; }
  .p-menupage__list ul {
    height: 100%;
    border-left: 1px solid #dadada;
    padding: 20px 0 0 30px; }
  .p-menupage__list li {
    font-size: 1.5rem;
    position: relative;
    padding: 0 0 0 10px;
    margin-bottom: 20px;
    line-height: 140%; }
    .p-menupage__list li::before {
      top: 4px;
      left: 0;
      content: "";
      width: 4px;
      height: 11px;
      background: url(/content/100074618.png) 50% no-repeat;
      background-size: 100%;
      position: absolute; }
  @media only screen and (max-width: 680px) {
    .p-menupage__list ul {
      padding: 0 0 0 15px;
      border: none; }
    .p-menupage__list li {
      font-size: 1.2rem;
      padding: 0 0 0 10px;
      margin-bottom: 10px; }
      .p-menupage__list li::before {
        width: 2px;
        height: 5.5px; } }

.p-news-top__slider-wrapper {
  background-color: #000;
  height: 100%; }

.p-news-top__slider {
  position: relative; }
  .p-news-top__slider .slick-slider a:hover {
    border-bottom: none; }
  .p-news-top__slider .p-slider-navigation {
    bottom: 170px; }
  .p-news-top__slider .p-top-focus__image-box {
    border: none; }
  .p-news-top__slider .p-top-focus__image-box img {
    height: auto; }
  .p-news-top__slider .p-top-focus__image-box::before {
    padding-top: 66%; }
  @media only screen and (max-width: 680px) {
    .p-news-top__slider .p-slider-navigation {
      bottom: 145px; } }

.p-news-top__pick-up-list {
  padding: 25px 35px;
  background-color: #fff;
  height: 100%; }
  .p-news-top__pick-up-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media only screen and (max-width: 680px) {
    .p-news-top__pick-up-list {
      padding: 15px;
      height: 100%; }
      .p-news-top__pick-up-list a {
        display: block; } }

.p-news-top__pick-up-item {
  padding: 0 0 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #535353;
  font-size: 0rem; }
  .p-news-top__pick-up-item-wrap {
    width: 50%; }
  .p-news-top__pick-up-item figure {
    /*width: 26%;*/
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    overflow: hidden; }
    .p-news-top__pick-up-item figure::before {
      content: "";
      display: block;
      padding-top: 67%; }
    .p-news-top__pick-up-item figure img {
      /*width: 100%;*/
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      height: 100%; }
  .p-news-top__pick-up-item:last-child {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none; }
  @media only screen and (max-width: 680px) {
    .p-news-top__pick-up-item {
      padding: 0 0 15px;
      margin-bottom: 15px; }
      .p-news-top__pick-up-item-wrap {
        width: 100%; }
      .p-news-top__pick-up-item figure {
        width: 100%; } }

.p-news-top__pick-up-body {
  width: 100%;
  padding: 0 0 40px 25px;
  position: relative; }
  @media only screen and (max-width: 680px) {
    .p-news-top__pick-up-body {
      padding: 0 0 0 10px; } }

.p-news-top__pick-up-text {
  font-size: 1.6rem;
  line-height: 140%;
  padding-bottom: 10px; }
  @media only screen and (max-width: 680px) {
    .p-news-top__pick-up-text {
      font-size: 1.3rem;
      line-height: 150%;
      padding: 13px 0 35px; } }

.p-news-top__pick-up-date {
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 20px; }
  @media only screen and (max-width: 680px) {
    .p-news-top__pick-up-date {
      font-size: 1.2rem;
      padding-bottom: 30px; } }

.p-news-top__pick-up-body .c-icn-tag {
  width: auto;
  min-width: 200px;
  left: auto;
  right: 0;
  bottom: 0; }
  @media only screen and (max-width: 680px) {
    .p-news-top__pick-up-body .c-icn-tag {
      min-width: 100px;
      font-size: 1.2rem; } }

.p-news-top__search {
  background-color: #505050; }
  .p-news-top__search .c-section__ineer {
    padding-top: 20px;
    padding-bottom: 20px; }

.p-news__search-form-box {
  font-size: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.p-news__search-form-box-inner {
  position: relative;
  width: 100%;
  height: 46px;
  border-radius: 23px;
  background: #fff;
  display: inline-block;
  margin-right: 0; }
  .p-news-top__search .p-news__search-form-box-inner {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%; }
  @media only screen and (max-width: 680px) {
    .p-news__search-form-box-inner {
      height: 34px;
      border-radius: 17px;
      margin-right: 0;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin-bottom: 10px; }
    .p-news-top__search .p-news__search-form-box-inner {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

.p-news__search__form {
  font-size: 1.6rem;
  background-color: #fff;
  border: none;
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 23px;
  padding: 0 120px 0 60px;
  background: url(/content/100074648.png) 20px 50% no-repeat; }
  @media only screen and (max-width: 680px) {
    .p-news__search__form {
      font-size: 1.4rem;
      height: 34px;
      border-radius: 14px;
      padding: 0 115px 0 40px;
      background: url(/content/100074648.png) 12px 50% no-repeat;
      background-size: 18px;
      line-height: 1.2 } }

.p-news__search__form-no-decoration {
  height: 40px;
  line-height: 40px;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  font-size: 1.6rem;
  padding: 0 15px; }
  @media only screen and (max-width: 680px) {
    .p-news__search__form-no-decoration {
      height: 30px;
      line-height: 30px;
      font-size: 1rem;
      padding: 0 10px; } }

.p-news__search__form-button {
  font-size: 1.5rem;
  height: 46px;
  border-radius: 23px;
  background-color: #f6b506;
  border: none;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  width: 106px;
  text-align: center; }
  .p-news__search__form-button:hover {
    background-color: #f2cb5a; }
  @media only screen and (max-width: 680px) {
    .p-news__search__form-button {
      font-size: 1.2rem;
      height: 34px;
      border-radius: 17px;
      width: 65px; } }

.p-news__search__form-button-2 {
  font-size: 1.6rem;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  background-color: #f6b506;
  border: none;
  color: #000;
  top: 0;
  width: 136px;
  text-align: center; }
  .p-news__search__form-button-2:hover {
    background-color: #f2cb5a; }
  @media only screen and (max-width: 680px) {
    .p-news__search__form-button-2 {
      font-size: 1.2rem;
      height: 34px;
      line-height: 34px;
      border-radius: 17px;
      width: 115px; } }

.p-news-top__search__detail-button a {
  font-size: 1.6rem;
  display: inline-block;
  width: 136px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 23px;
  border: 2px solid #f6b506;
  color: #f6b506;
  margin-left: 20px; }
  @media only screen and (max-width: 680px) {
    .p-news-top__search__detail-button a {
      display: none; } }

.p-news-list {
  background-color: #e7e7e7; }
  .p-news-list .c-section__ineer {
    padding-bottom: 30px; }
  .p-news-list.p-news-list__latest-news .c-section__ineer.c-latest-news__ineer {
    padding: 5px 50px 30px 50px; }
  .p-news-list .l-col-sm-3 {
    margin-bottom: 40px; }
  @media only screen and (max-width: 680px) {
    .p-news-list .c-section__ineer {
      padding-top: 30px;
      padding-bottom: 40px; }
    .p-news-list.p-news-list__latest-news .c-section__ineer.c-latest-news__ineer {
      padding: 5px 15px 30px 15px; }
    .p-news-list .l-col-sm-3 {
      margin-bottom: 18px; }
    .p-news-list .l-col-sm-4 {
      margin-bottom: 18px; } }

.p-news-list__light-gray {
  background-color: #f4f4f4; }
  .nav02 .p-news-list__light-gray {
    background-color: #e7e7e7; }
  .p-news-list__light-gray .c-section__ineer {
    padding-bottom: 50px; }
  @media only screen and (max-width: 680px) {
    .p-news-list__light-gray .c-section__ineer {
      padding-bottom: 12px; } }

.p-news-list__item {
  background-color: white;
  height: 100%;
  position: relative; }
  .p-news-list__item a {
    display: block;
    height: 100%; }

.p-news-list__item-image {
  border: 1px solid #ccc;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .p-news-list__item-image::before {
    content: "";
    display: block;
    padding-top: 67%; }
  .p-news-list__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%; }

.p-news-list__item-text {
  padding: 20px;
  position: relative;
  font-size: 1.6rem;
  line-height: 160%;
  padding-bottom: 20px; }
  @media only screen and (max-width: 680px) {
    .p-news-list__item-text {
      padding: 13px 10px 35px;
      font-size: 1.3rem;
      line-height: 160%; } }

.p-news-list__item-date {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 20px;
  padding-bottom: 90px; }
  @media only screen and (max-width: 680px) {
    .p-news-list__item-date {
      padding-left: 10px;
      font-size: 1.2rem;
      line-height: 13px; } }

.p-news-list__more {
  text-align: right;
  font-size: 1.4rem;
  margin-top: -40px;
  margin-bottom: 35px; }
  .p-news-list__more::after {
    content: "";
    background: url(/content/100074623.png) 50% no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
  @media only screen and (max-width: 680px) {
    .p-news-list__more {
      position: absolute;
      bottom: -8px;
      right: 15px;
      font-size: 1.2rem;
      margin-top: -40px;
      margin-bottom: 35px; }
      .p-news-list__more::after {
        width: 15px;
        height: 15px;
        margin-left: 5px; } }

.p-news-list__latest-news .c-section__title {
  margin-left: 20px; }
  .p-news-list__latest-news .c-section__title::before {
    top: 0;
    left: -50px;
    content: "";
    width: 20px;
    height: 28px;
    background: url(/content/100074635.png) 50% no-repeat;
    background-size: 100%;
    position: absolute; }
.p-news-list__latest-news .c-section__subtitle {
  font-size: 2.3rem;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 300;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  border-top: 2px solid #aaa;
  padding-top: 30px; }

@media only screen and (max-width: 680px) {
  .p-news-list__latest-news .c-section__title {
    margin-left: 15px; }
    .p-news-list__latest-news .c-section__title::before {
      left: -20px;
      width: 13px;
      height: 21px;
      top: -2px; }
  .p-news-list__latest-news .c-section__subtitle {
    font-size: 1.6rem; } }

.p-news__tag {
  text-align: center;
  background: url(/content/100074662.jpg) 50% no-repeat;
  background-size: cover;
  color: #fff;
  clear: both; }
  .p-news__tag .c-section__ineer {
    padding-bottom: 45px; }
  @media only screen and (max-width: 680px) {
    .p-news__tag {
      background: url(/content/100074663.jpg) 50% no-repeat;
      background-size: cover; }
      .p-news__tag .c-section__ineer {
        padding: 30px 2% 20px; } }

.p-news__tag-title {
  font-size: 2.4rem;
  margin-bottom: 35px; }
  @media only screen and (max-width: 680px) {
    .p-news__tag-title {
      font-size: 1.6rem;
      margin-bottom: 22.5px; } }

.p-news__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.p-news__tag-list-item {
  margin: 0 12px 15px; }
  .p-news__tag-list-item a {
    color: #fff;
    display: block;
    border: 1px solid #717171;
    min-width: 180px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    font-size: 1.4rem; }
    .p-news__tag-list-item a:hover {
      color: #000;
      background-color: #fff;
      text-decoration: none; }
  @media only screen and (max-width: 680px) {
    .p-news__tag-list-item {
      margin: 0 2% 4%;
      width: 46%; }
      .p-news__tag-list-item a {
        width: 100%;
        min-width: inherit;
        height: 25px;
        line-height: 25px;
        border-radius: 5px;
        font-size: 1.1rem; } }

.p-news_multimedia .c-section__title {
  margin-left: 20px; }
  .p-news_multimedia .c-section__title::before {
    top: 0;
    left: -50px;
    content: "";
    width: 34px;
    height: 30px;
    background: url(/content/100074641.png) 50% no-repeat;
    background-size: 100%;
    position: absolute; }

.p-news_multimedia .l-col-sm-4 {
  margin-bottom: 40px; }

@media only screen and (max-width: 680px) {
  .p-news_multimedia .c-section__ineer {
    padding-top: 30px;
    padding-bottom: 30px; }
  .p-news_multimedia .c-section__title {
    margin-left: 20px; }
    .p-news_multimedia .c-section__title::before {
      left: -25px;
      width: 17px;
      height: 15px; }
  .p-news_multimedia .l-col-sm-4 {
    margin-bottom: 15px; } }

.p-news_multimedia__item {
  height: 100%;
  background-color: #000;
  position: relative; }
  .p-news_multimedia__item a {
    display: block;
    height: 100%; }

.p-news_multimedia__item-image {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .p-news_multimedia__item-image::before {
    content: "";
    display: block;
    padding-top: 67%; }
  .p-news_multimedia__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%; }

.p-news_multimedia__item-image-video::after {
  content: "";
  background: url(/content/100074644.png) 50% no-repeat;
  background-size: 100%;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 680px) {
    .p-news_multimedia__item-image-video::after {
      width: 50px;
      height: 50px; } }

.p-news_multimedia__item-body {
  background-color: #000;
  color: #fff;
  padding: 15px 15px 0; }
  @media only screen and (max-width: 680px) {
    .p-news_multimedia__item-body {
      padding: 15px 15px 15px; } }

.p-news_multimedia__item-text {
  font-size: 1.8rem;
  line-height: 160%;
  margin-bottom: 20px; }
  @media only screen and (max-width: 680px) {
    .p-news_multimedia__item-text {
      font-size: 1.5rem; } }

.p-news_multimedia__item-date {
  /*position: absolute;
  left: 17px;
  bottom: 17px;*/
  font-size: 1.4rem;
  padding-bottom: 70px; }
  @media only screen and (max-width: 680px) {
    .p-news_multimedia__item-date {
      left: 15px;
      bottom: 15px;
      font-size: 1.2rem; } }

.p-news_multimedia .c-icn-tag-2 {
  position: absolute;
  right: 15px;
  bottom: 15px; }
  @media only screen and (max-width: 680px) {
    /*.p-news_multimedia .c-icn-tag-2 {
      float: none;*/ } }

.p-news_multimedia__more {
  text-align: right;
  font-size: 1.4rem; }
  .p-news_multimedia__more::after {
    content: "";
    background: url(/content/100074623.png) 50% no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }

.p-news-top__most-popular-in-the-news .c-section__ineer {
  /*padding-top: 0;*/ }

@media only screen and (max-width: 680px) {
  .p-news-top__most-popular-in-the-news .c-section__ineer {
    padding-bottom: 30px; } }

.p-news-top__most-popular .c-section__title {
  margin-left: 20px; }
  .p-news-top__most-popular .c-section__title::before {
    top: -3px;
    left: -50px;
    content: "";
    width: 34px;
    height: 34px;
    background: url(/content/100074645.png) 50% no-repeat;
    background-size: 100%;
    position: absolute; }

@media only screen and (max-width: 680px) {
  .p-news-top__most-popular {
    margin-bottom: 30px; }
    .p-news-top__most-popular .c-section__title {
      margin-left: 20px; }
      .p-news-top__most-popular .c-section__title::before {
        top: -2px;
        left: -25px;
        width: 17px;
        height: 17px; } }

.p-news-top__most-popular-item {
  margin-bottom: 10px;
  position: relative;
  height: 100%; }
  .p-news-top__most-popular-item figure {
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    overflow: hidden; }
    .p-news-top__most-popular-item figure::before {
      content: "";
      display: block;
      padding-top: 67%; }
    .p-news-top__most-popular-item figure img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      height: 100%; }
  .p-news-top__most-popular-item a {
    display: block;
    height: 100%; }
  @media only screen and (max-width: 680px) {
    .p-news-top__most-popular-item {
      margin-bottom: 20px; }
      .p-news-top__most-popular-item figure {
        margin-bottom: 5px; } }

.p-news-top__most-popular-title {
  font-size: 1.6rem;
  line-height: 160%;
  padding: 10px 0 20px; }
  @media only screen and (max-width: 680px) {
    .p-news-top__most-popular-title {
      font-size: 1.3rem; } }

.p-news-top__most-popular-date {
  position: relative;
  font-size: 1.4rem;
  line-height: 20px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 680px) {
    .p-news-top__most-popular-date {
      font-size: 1.2rem;
      padding-bottom: 25px; } }

.p-news-top__in-the-news .c-section__title {
  margin-left: 20px; }
  .p-news-top__in-the-news .c-section__title::before {
    top: -2px;
    left: -50px;
    content: "";
    width: 23px;
    height: 32px;
    background: url(/content/100074642.png) 50% no-repeat;
    background-size: 100%;
    position: absolute; }

@media only screen and (max-width: 680px) {
  .p-news-top__in-the-news .c-section__title {
    margin-left: 12px; }
    .p-news-top__in-the-news .c-section__title::before {
      top: 0;
      left: -25px;
      width: 11.5px;
      height: 16px; } }

.p-news-top__in-the-news-list {
  border-top: 1px solid #535353; }

.p-news-top__in-the-news-item {
  padding: 20px 0;
  border-bottom: 1px solid #535353; }
  .p-news-top__in-the-news-item a {
    display: block;
    height: 100%; }
  @media only screen and (max-width: 680px) {
    .p-news-top__in-the-news-item {
      padding: 11px 0 7px; } }

.p-news-top__in-the-news-item-date {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px; }
  @media only screen and (max-width: 680px) {
    .p-news-top__in-the-news-item-date {
      font-size: 1.2rem;
      margin-bottom: 5px; } }

.p-news-top__in-the-news-item-title {
  font-size: 1.6rem;
  line-height: 160%; }
  @media only screen and (max-width: 680px) {
    .p-news-top__in-the-news-item-title {
      font-size: 1.3rem;
      line-height: 140%; } }

.p-news-top__newsletter {
  width: 100%;
  padding: 75px 0 55px;
  background: url(/content/100074717.jpg) 100% 50% no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center; }
  .p-news-top__newsletter :placeholder-shown {
    color: #fff; }
  .p-news-top__newsletter ::-webkit-input-placeholder {
    color: #fff; }
  .p-news-top__newsletter :-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .p-news-top__newsletter ::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .p-news-top__newsletter :-ms-input-placeholder {
    color: #fff; }
  @media only screen and (max-width: 680px) {
    .p-news-top__newsletter {
      padding: 35px 15px 30px; } }

.p-news-top__newsletter-title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px; }
  @media only screen and (max-width: 680px) {
    .p-news-top__newsletter-title {
      font-size: 2rem; } }

.p-news-top__newsletter-text {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 20px; }
  @media only screen and (max-width: 680px) {
    .p-news-top__newsletter-text {
      font-size: 1.3rem;
      margin-bottom: 15px; } }

.p-news-top__newsletter-text-jp {
  font-size: 1.6rem;
  margin-bottom: 40px; }
  @media only screen and (max-width: 680px) {
    .p-news-top__newsletter-text-jp {
      font-size: 1.1rem;
      margin-bottom: 30px; } }

.p-news-top__newsletter-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 35px;
  flex-wrap: wrap; }
  .p-news-top__newsletter-radio dt {
    margin: 0 20px 10px 30px;
    font-weight: bold; }
  .p-news-top__newsletter-radio dd span {
    margin-right: 35px;
    margin-left: 5px; }
  .p-news-top__newsletter-radio legend {
    display: none; }
  .p-news-top__newsletter-radio fieldset {
    padding: 0;
    margin: 0;
    border: none; }
  .p-news-top__newsletter-radio input {
    vertical-align: middle; }
  .p-news-top__newsletter-radio label {
    display: inline-block;
    margin-bottom: 10px; }
  @media only screen and (max-width: 680px) {
    .p-news-top__newsletter-radio {
      font-size: 1.1rem;
      margin-bottom: 25px;
      flex-wrap: wrap; }
      .p-news-top__newsletter-radio dt {
        margin: 0 13px 10px 20px; }
      .p-news-top__newsletter-radio dd span {
        margin-right: 20px;
        margin-left: 5px; } }

.p-news-top__newsletter-form-box {
  max-width: 690px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 680px) {
    .p-news-top__newsletter-form-box {
      height: 35px;
      line-height: 35px; } }

.p-news-top__newsletter-form {
  width: 100%;
  height: 45px;
  font-size: 1.6rem;
  padding: 0 145px 0 30px;
  background-color: #656565;
  border: none;
  border-radius: 22.5px; }
  @media only screen and (max-width: 680px) {
    .p-news-top__newsletter-form {
      height: 35px;
      font-size: 1.2rem;
      padding: 0 135px 0 18px;
      border-radius: 17.5px; } }

.p-news-top__newsletter-button {
  /*position: absolute;
  top: 0;
  right: 0;*/
  height: 45px;
  line-height: 45px;
  background-color: #f9bb06;
  width: 145px;
  border-radius: 22.5px;
  border: none;
  color: #000;
  font-size: 1.6rem; }
  .p-news-top__newsletter-button:hover {
    background-color: #f2cb5a; }
  @media only screen and (max-width: 680px) {
    .p-news-top__newsletter-button {
      height: 35px;
      line-height: 35px;
      width: 115px;
      border-radius: 17.5px;
      font-size: 1.2rem; } }

.p-news__lower-haeder {
  background-color: #454545;
  position: relative;
  z-index: 5; }
  .p-news__lower-haeder .c-section__ineer {
    padding-bottom: 0;
    padding-top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  @media only screen and (max-width: 680px) {
    .p-news__lower-haeder {
      -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1); } }

.p-news__lower-haeder-title {
  font-size: 7.2rem;
  font-weight: 100;
  color: #f6b506;
  line-height: 100%;
  margin-right: auto; }
  @media only screen and (max-width: 920px) {
    .p-news__lower-haeder-title {
      font-size: 5rem; } }
  @media only screen and (max-width: 680px) {
    .p-news__lower-haeder-title {
      font-size: 3rem;
      padding: 3px 0; } }

/*.p-news__lower-haeder-title-small {
  font-size: 6.6rem; }
  @media only screen and (max-width: 1210px) {
    .p-news__lower-haeder-title-small {
      font-size: 4rem; } }
  @media only screen and (max-width: 1050px) {
    .p-news__lower-haeder-title-small {
      font-size: 3rem; } }*/

.p-news__lower-haeder-title-tag {
  font-size: 3rem;
  font-weight: 100;
  color: #fff;
  line-height: 100%;
  margin-right: auto;
  padding: 20px 0; }
  @media only screen and (max-width: 680px) {
    .p-news__lower-haeder-title-tag {
      font-size: 1.5rem; } }

.p-news__lower-haeder-title-tag span {
  padding: 5px 14px 3px 12px;
  background-color: #e4e4e4;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  text-align: center;
  color: #000;
  margin-left: 20px;
  font-size: 2rem; }

.p-news__lower-haeder-language {
  font-size: 1.5rem;
  margin-right: 18px;
  height: 34px;
  line-height: 34px;
  /*min-width: 105px;*/
  position: relative; }
  .p-news__lower-haeder-language a {
    color: #f6b506;
    display: block;
    text-align: center;
    border-radius: 19px;
    position: relative;
    padding-left: 25px; }
    .p-news__lower-haeder-language a::before {
      top: 11px;
      left: 15px;
      content: "";
      width: 4px;
      height: 11px;
      background: url(/content/100074622.png) 50% no-repeat;
      background-size: 100%;
      position: absolute; }
  /*.p-news__lower-haeder-language::after {
    content: "";
    height: 32px;
    width: 1px;
    background-color: #878787;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute; }*/
  @media only screen and (max-width: 680px) {
    .p-news__lower-haeder-language {
      font-size: 1.2rem;
      margin-right: 0;
      height: 17.5px;
      line-height: 17.5px;
      width: auto; }
      .p-news__lower-haeder-language a {
        padding-left: 5px; }
        .p-news__lower-haeder-language a::before {
          top: 6px;
          left: -2px;
          width: 2px;
          height: 5.5px; }
      .p-news__lower-haeder-language::after {
        display: none; } }

.p-news__lower-haeder-rss {
  margin-right: 30px;
  position: relative; }
  .p-news__lower-haeder-rss a {
    display: block; }
  /*.p-news__lower-haeder-rss::after {
    content: "";
    height: 32px;
    width: 1px;
    background-color: #878787;
    right: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute; }*/
  @media only screen and (max-width: 680px) {
    .p-news__lower-haeder-rss {
      display: none; } }

.p-news__lower-haeder-print {
  margin-right: 23px; }
  .p-news__lower-haeder-print a {
    display: block; }
  @media only screen and (max-width: 680px) {
    .p-news__lower-haeder-print {
      display: none; } }

.p-news__lower-haeder-search {
  width: 100%;
  max-width: 420px; }
  @media only screen and (max-width: 1280px) {
    .p-news__lower-haeder-search {
      display: none; } }

.p-news__lower-haeder-search-kyouin {
  margin-left: auto; }

.p-news__pulldown .c-section__ineer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 45px; }
  @media only screen and (max-width: 680px) {
    .p-news__pulldown .c-section__ineer {
      flex-wrap: wrap;
      padding-top: 25px;
      padding-bottom: 0;
      /*padding-right: 0;*/ } }

@media only screen and (max-width: 1280px) {
  .p-news__pulldown-column .c-section__ineer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .p-news__pulldown-column dd {
    margin-right: 15px; }
  .p-news__pulldown-column .c-form-pulldown {
    width: auto; }
  .p-news__pulldown-column .c-form-pulldown-w100 {
    width: 100%; } }

.nav01 .c-section__ineer .p-news__pulldown-list:nth-child(1),
.nav02 .c-section__ineer .p-news__pulldown-list:nth-child(1) {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }
.nav04 .c-section__ineer .p-news__pulldown-list:nth-child(2) {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%; }
.nav03 .c-section__ineer .p-news__pulldown-list:nth-child(2) {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%; }
  @media only screen and (max-width: 1280px) {
    .nav01 .c-section__ineer .p-news__pulldown-list:nth-child(1),
    .nav02 .c-section__ineer .p-news__pulldown-list:nth-child(1),
    .nav03 .c-section__ineer .p-news__pulldown-list:nth-child(2),
    .nav04 .c-section__ineer .p-news__pulldown-list:nth-child(2) {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: none; } }

.p-news__pulldown-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .p-news__pulldown-list dt {
    font-size: 1.6rem;
    margin-right: 15px;
    white-space: nowrap; }
  .p-news__pulldown-list dd {
    margin-right: 20px; }
  .p-news__pulldown-list select {
    min-width: 90px; }
  .p-news__pulldown-list select#year {
    min-width: 120px; }
    @media only screen and (max-width: 680px) {
      .p-news__pulldown-list select#year {
        min-width: 100px; } }
  .p-news__pulldown-list select#month {
    min-width: 110px; }
    @media only screen and (max-width: 680px) {
      .p-news__pulldown-list select#month  {
        min-width: 90px; } }
  .p-news__pulldown-list .c-form-pulldown__mr15 {
    margin-right: 15px; }
  @media only screen and (max-width: 1280px) {
    .p-news__pulldown-list {
      margin-bottom: 20px; }
      .p-news__pulldown-list dt {
        margin-right: 15px; }
      .p-news__pulldown-list dd {
        margin-right: 10px; }
      .p-news__pulldown-list .c-form-pulldown__mr15 {
        margin-right: 15px; } }
  @media only screen and (max-width: 680px) {
    .p-news__pulldown-list dt {
      font-size: 1.3rem;
      margin-right: 10px; } }

.p-news__tagname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .p-news__tagname dt {
    font-size: 1.6rem;
    margin-right: 15px;
    white-space: nowrap; }
  .p-news__tagname dd {
    margin-right: 20px;
    padding: 5px 14px 3px 12px;
    background-color: #e4e4e4;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    text-align: center;
    color: #000;
    font-size: 1.6rem; }

.p-news__search-sp-box {
  display: none;
  background-color: #505050; }
  @media only screen and (max-width: 1280px) {
    .p-news__search-sp-box {
      display: block; }
      .p-news__search-sp-box .c-section__ineer {
        padding-top: 20px;
        padding-bottom: 20px; } }
  @media only screen and (max-width: 920px) {
    .p-news__search-sp-box .c-section__ineer {
      /*padding-top: 0;*/ } }
  @media only screen and (max-width: 680px) {
    .p-news__search-sp-box .c-section__ineer {
      padding-top: 20px;
      padding-bottom: 20px; } }

.p-news__book {
  margin-bottom: 65px; }
  @media only screen and (max-width: 680px) {
    .p-news__book {
      margin-bottom: 30px; } }

.p-news__book-img {
  width: 100%;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px; }
  .p-news__book-img img {
    width: 65%;
    margin-bottom: 0; }
  @media only screen and (max-width: 680px) {
    .p-news__book-img {
      margin-bottom: 15px; } }

.p-news__book-title {
  font-size: 2rem;
  margin: 20px 0;
  line-height: 150%; }
  @media only screen and (max-width: 680px) {
    .p-news__book-title {
      font-size: 1.4rem;
      margin-bottom: 10px;
      padding: 0 10px; } }

.p-news__book-author {
  font-size: 1.6rem;
  margin-bottom: 30px;
  line-height: 150%; }
  @media only screen and (max-width: 680px) {
    .p-news__book-author {
      font-size: 1.2rem;
      margin-bottom: 15px;
      padding: 0 10px; } }

.p-news__book-text {
  font-size: 1.6rem;
  line-height: 180%;
  padding-right: 20px; }
  @media only screen and (max-width: 680px) {
    .p-news__book-text {
      font-size: 1.3rem;
      padding: 0 10px 20px; } }

.p-news-list__press-releases .c-section__ineer {
  padding-bottom: 20px; }

.p-news-list__press-releases .l-col-xs-12 {
  margin-bottom: 40px; }

@media only screen and (max-width: 920px) {
  .p-news-list__press-releases .l-col-sm-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .p-news-list__press-releases .p-news-list__press-releases-item .l-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

@media only screen and (max-width: 680px) {
  .p-news-list__press-releases .c-section__ineer {
    padding-bottom: 15px; }
  .p-news-list__press-releases .l-col-xs-12 {
    margin-bottom: 15px; } }

.p-news-list__press-releases-item {
  height: 100%;
  background-color: #fff; }
  /*.p-news-list__press-releases-item img {
    width: 100%;
    border: 1px solid #ccc; }*/
  .p-news-list__press-releases-item a {
    display: block;
    height: 100%;
    padding: 30px 20px; }
  @media only screen and (max-width: 680px) {
    .p-news-list__press-releases-item a {
      padding: 15px 0; } }

.p-news-list__press-releases-item-date {
  font-size: 1.6rem;
  margin-bottom: 30px; }
  @media only screen and (max-width: 680px) {
    .p-news-list__press-releases-item-date {
      font-size: 1rem;
      margin-bottom: 15px; } }

.p-news-list__press-releases-item-text {
  font-size: 1.6rem;
  line-height: 160%; }
  @media only screen and (max-width: 680px) {
    .p-news-list__press-releases-item-text {
      font-size: 1.3rem;
      line-height: 150%; } }

.p-news__pulldown-form {
  width: 320px; }
  .p-news__pulldown-form .p-news__search-form-box-inner {
    height: 40px; }
  .p-news__pulldown-form .p-news__search__form {
    border: 1px solid #c1c1c1;
    height: 40px;
    line-height: 40px; }
  .p-news__pulldown-form .p-news__search__form-button {
    height: 40px;
    line-height: 40px; }
  @media only screen and (max-width: 680px) {
    .p-news__pulldown-form {
      width: 100%;
      width: 100%; }
      .p-news__pulldown-form .p-news__search-form-box-inner {
        height: 30px; }
      .p-news__pulldown-form .p-news__search__form {
        height: 30px;
        line-height: 30px; }
      .p-news__pulldown-form .p-news__search__form-button {
        height: 30px;
        line-height: 30px; } }

.p-news-jobs .c-section__ineer {
  padding-top: 0;
  padding-bottom: 0; }

.p-news-jobs .c-icn-pdf {
  margin-left: 10px; }

.p-news-jobs__table {
  border-collapse: separate; }

.p-news-jobs__table th:nth-child(3),
.p-news-jobs__table th:nth-child(4),
.p-news-jobs__table td:nth-child(3) span,
.p-news-jobs__table td:nth-child(4) {
  white-space: nowrap;
  width: 12.5%; }
.p-news-jobs__table th:nth-child(6),
.p-news-jobs__table td:nth-child(6) {
  width: 17.5%; }

.p-news-jobs__table-tag {
  padding: 5px 6px 3px;
  background-color: #e4e4e4;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  text-align: center;
  width: 100px;
  font-size: 1.2rem;
  line-height: 1.3; }

.p-news-events .c-section__ineer {
  padding-top: 30px;
  padding-bottom: 0; }

.p-news-events__item {
  margin-bottom: 90px; }
  .p-news-events__item a {
    display: block; }
  .p-news-events__item .c-heading-news-3 {
    margin-bottom: 40px; }
  .p-news-events__item .c-heading-news-4 {
    margin-bottom: 30px; }
  .p-news-events__item .c-text {
    line-height: 180%; }
  @media only screen and (max-width: 680px) {
    .p-news-events__item {
      margin-bottom: 25px; }
      .p-news-events__item .c-heading-news-3 {
        margin-bottom: 20px; }
      .p-news-events__item .c-heading-news-4 {
        margin-bottom: 15px; }
      .p-news-events__item .c-text {
        margin-bottom: 15px; } }

.p-news-events__item-imgae img {
  width: 100%;
  border: 1px solid #ccc; }

.p-news-events__calendar {
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 0 20px 20px;
  overflow: hidden;
  margin-bottom: 10px; }
  @media only screen and (max-width: 680px) {
    .p-news-events__calendar {
      margin-bottom: 15px;
      padding: 0 10px 30px; } }

.p-news-events__calendar-title {
  height: 67px;
  line-height: 67px;
  font-size: 1.7rem;
  font-weight: bold; }
  @media only screen and (max-width: 680px) {
    .p-news-events__calendar-title {
      height: 60px;
      line-height: 60px;
      font-size: 1.5rem; } }

.p-news-events__calendar table {
  width: 100%;
  font-size: 1.6rem; }

.p-news-events__calendar th {
  width: 14.2857%;
  background-color: #e2e2e2;
  width: 33px;
  height: 33px;
  line-height: 33px; }
  .p-news-events__calendar th.sun::before {
    width: 20px;
    background-color: #e2e2e2;
    height: 33px;
    content: "";
    position: absolute;
    left: -20px;
    top: 0; }
  .p-news-events__calendar th.sat::before {
    width: 20px;
    background-color: #e2e2e2;
    height: 33px;
    content: "";
    position: absolute;
    right: -20px;
    top: 0; }

.p-news-events__calendar td {
  width: 14.2857%;
  height: 33px;
  line-height: 33px; }

.p-news-events__calendar a {
  position: relative;
  display: block; }
  .p-news-events__calendar a:hover {
    text-decoration: none;
    background-color: #fff; }
  .p-news-events__calendar a::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.p-news-events__calendar .sun {
  color: #e70000;
  position: relative;
  height: 33px; }
  .p-news-events__calendar .sun a {
    color: #e70000; }
    .p-news-events__calendar .sun a::after {
      background-color: #e70000; }

.p-news-events__calendar .sat {
  color: #196aab;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  position: relative;
  height: 33px; }
  .p-news-events__calendar .sat a {
    color: #196aab; }
    .p-news-events__calendar .sat a::after {
      background-color: #196aab; }

@media only screen and (max-width: 680px) {
  .p-news-events__calendar table {
    font-size: 1.6rem; }
  .p-news-events__calendar th {
    height: 40px;
    line-height: 40px; }
    .p-news-events__calendar th.sun::before {
      height: 40px; }
    .p-news-events__calendar th.sat::before {
      height: 40px; }
  .p-news-events__calendar td {
    height: 40px;
    line-height: 40px; } }

.p-news-events__calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px; }
  .p-news-events__calendar-nav li {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 1.3rem;
    margin-right: 10px;
    width: 100%; }
    .p-news-events__calendar-nav li:last-child {
      margin-right: 0; }
  .p-news-events__calendar-nav a {
    border-radius: 5px;
    width: 100%;
    display: block;
    background-color: #e2e2e2;
    color: #000;
    font-size: 1.3rem;
    font-weight: bold;
    -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    position: relative; }
    .p-news-events__calendar-nav a:hover {
      background-color: #6a6a6a;
      color: #fff; }
  @media only screen and (max-width: 680px) {
    .p-news-events__calendar-nav {
      margin-bottom: 25px; }
      .p-news-events__calendar-nav li {
        height: 30px;
        line-height: 30px;
        font-size: 1rem; }
      .p-news-events__calendar-nav a {
        border-radius: 5px;
        font-size: 1rem; } }

.p-news-events__calendar-nav-prev a {
  background-color: #6a6a6a;
  color: #fff; }
  .p-news-events__calendar-nav-prev a::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-60%) rotate(225deg);
    -ms-transform: translateY(-60%) rotate(225deg);
    transform: translateY(-60%) rotate(225deg);
    -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.66, 0, 0, 1); }
  .p-news-events__calendar-nav-prev a:hover {
    background-color: #e2e2e2;
    color: #000; }
    .p-news-events__calendar-nav-prev a:hover::before {
      border-top: 2px solid #000;
      border-right: 2px solid #000; }

@media only screen and (max-width: 680px) {
  .p-news-events__calendar-nav-prev a::before {
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; } }

.p-news-events__calendar-nav-next a {
  background-color: #6a6a6a;
  color: #fff; }
  .p-news-events__calendar-nav-next a::before {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-60%) rotate(45deg);
    -ms-transform: translateY(-60%) rotate(45deg);
    transform: translateY(-60%) rotate(45deg);
    -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.66, 0, 0, 1); }
  .p-news-events__calendar-nav-next a:hover {
    background-color: #e2e2e2;
    color: #000; }
    .p-news-events__calendar-nav-next a:hover::before {
      border-top: 2px solid #000;
      border-right: 2px solid #000; }

@media only screen and (max-width: 680px) {
  .p-news-events__calendar-nav-next a::before {
    right: 13px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; } }

.p-news-kyouin-search {
  margin-bottom: 45px; }
  .p-news-kyouin-search .c-table-news {
    margin-bottom: 25px; }
  .p-news-kyouin-search .c-table-news__th {
    width: 180px; }
  .p-news-kyouin-search .c-form-pulldown {
    width: 100%;
    max-width: 340px; }
  .p-news-kyouin-search .p-news__search__form-no-decoration {
    width: 100%;
    max-width: 340px; }
  .p-news-kyouin-search .p-news__search__form-button-2 {
    margin: 0 auto;
    display: table; }
  @media only screen and (max-width: 680px) {
    .p-news-kyouin-search {
      margin-bottom: 30px; }
      .p-news-kyouin-search .c-table-news {
        margin-bottom: 15px; }
      .p-news-kyouin-search .c-table-news__th {
        width: 80px; } }

.p-news-kyouin-search-results .c-table-news {
  margin-bottom: 50px; }

.p-news-kyouin-search-results .c-table-news__th {
  width: 180px; }

@media only screen and (max-width: 680px) {
  .p-news-kyouin-search-results .c-table-news {
    margin-bottom: 30px; }
  .p-news-kyouin-search-results .c-table-news__th {
    width: 80px; } }

.p-news-kyouin-search-results-title {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: bold; }
  .p-news-kyouin-search-results-title::after {
    content: "";
    background: url(/content/100074623.png) 50% no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 2px 10px 5px 10px; }
  @media only screen and (max-width: 680px) {
    .p-news-kyouin-search-results-title {
      font-size: 1.6rem;
      margin-bottom: 10px; }
      .p-news-kyouin-search-results-title::after {
        width: 15px;
        height: 15px; } }

@media only screen and (max-width: 680px) {
  .p-top-en__nav-box .c-section__ineer {
    padding-top: 25px;
    padding-bottom: 7px; } }

.p-top-en__nav-box-title {
  font-size: 2.8rem;
  border-bottom: 1px solid #177abe;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 140%; }
  @media only screen and (max-width: 680px) {
    .p-top-en__nav-box-title {
      font-size: 1.5rem;
      padding-bottom: 10px;
      margin-bottom: 15px; } }

.p-top-en__nav-box-item {
  position: relative; }
  .p-top-en__nav-box-item figure img {
    width: 100%; }
  @media only screen and (max-width: 680px) {
    .p-top-en__nav-box-item {
      margin-bottom: 18px; } }

.p-top-en__nav-box-item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-size: 1.4rem;
  font-weight: 500; }
  .p-top-en__nav-box-item-title::before {
    top: 50%;
    left: 14px;
    content: "";
    width: 4px;
    height: 11px;
    background: url(/content/100074621.svg) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    .p-top-en__nav-box-item-title {
      height: 20px;
      line-height: 20px;
      padding: 0 15px;
      font-size: 1rem; }
      .p-top-en__nav-box-item-title::before {
        left: 6px;
        width: 2px;
        height: 5.5px; } }

.p-top-en__banner {
  background: url(/content/100074612.png) 50% 0;
  position: relative;
  margin-bottom: 60px; }
  .p-top-en__banner::after {
    content: "";
    position: absolute;
    left: 0;
    height: 60px;
    width: 100%;
    background-color: #f6f6f6;
    z-index: 1; }
  .p-top-en__banner .c-section__ineer {
    padding-top: 15px;
    padding-bottom: 5px; }
  .p-top-en__banner ul {
    -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.66, 0, 0, 1); }
  @media only screen and (max-width: 680px) {
    .p-top-en__banner {
      background-size: 50%;
      margin-bottom: 30px; } }

.p-top-en__banner-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 12px;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.66, 0, 0, 1); }
  .p-top-en__banner-item img {
    width: 100%;
    border: 1px solid #e5e5e5; }
  .p-top-en__banner-item a {
    display: block; }
  .p-top-en__banner-item:nth-child(n + 9) {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-bottom: 0; }
  .p-top-en__banner.is-open .p-top-en__banner-item:nth-child(n + 9) {
    visibility: inherit;
    opacity: 1;
    height: 100%;
    margin-bottom: 12px; }
  @media only screen and (max-width: 680px) {
    .p-top-en__banner-item {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }

.p-top-en__banner-button {
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer; }
  .p-top-en__banner-button::after {
    -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    content: "";
    position: absolute;
    left: 50%;
    top: 2px;
    -webkit-transform: rotate(180deg) translateX(50%);
    -ms-transform: rotate(180deg) translateX(50%);
    transform: rotate(180deg) translateX(50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #4593d1 transparent; }
  .p-top-en__banner.is-open .p-top-en__banner-button::after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media only screen and (max-width: 680px) {
    .p-top-en__banner-button {
      width: 100px;
      bottom: -10px; }
      .p-top-en__banner-button img {
        width: 100%; }
      .p-top-en__banner-button::after {
        left: 50%;
        top: 2px;
        border-width: 0 5px 5px 5px; } }

.p-banner__footer .c-section__ineer {
  padding-top: 40px;
  padding-bottom: 40px; }

.p-banner__footer img {
  width: 100%; }

.p-banner__footer a {
  display: block; }

@media only screen and (max-width: 680px) {
  .p-banner__footer .c-section__ineer {
    padding-top: 18px;
    padding-bottom: 0; }
  .p-banner__footer a {
    margin-bottom: 18px; } }

/* ==========================================================================
Remodal's necessary styles
========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
Remodal's default mobile first theme
========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.8); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper::after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: -50px;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent; }
  @media only screen and (max-width: 680px) {
    .remodal-close {
      top: -35px;
      right: 0; } }

.remodal-close:hover,
.remodal-close:focus {
  color: #666; }

.remodal-close::before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 5rem;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }
  @media only screen and (max-width: 680px) {
    .remodal-close::before {
      font-size: 3rem; } }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1000px; } }

/* IE8
========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #000; }

.lt-ie9 .remodal {
  width: 1000px; }

.p-remodal {
  padding: 0; }
  .p-remodal img {
    width: 100%; }

.p-remodal-map-inner {
  position: relative; }

.p-remodal-map-link {
  position: absolute; }
  .p-remodal-map-link a {
    display: block;
    height: 100%;
    width: 100%; }
  .p-remodal-map-link a:focus,
  .p-remodal-map-link a:hover:focus,
  .p-remodal-map-link a:active:focus,
  .p-remodal-map-link a:visited:focus {
    outline: dotted 1px #000!important; }

.p-remodal-map-link-1 {
  top: 8.5%;
  left: 57.3%;
  width: 5%;
  height: 6.7%; }

.p-remodal-map-link-2 {
  top: 39.6%;
  left: 37.4%;
  width: 5%;
  height: 6.7%; }

.p-remodal-map-link-3 {
  top: 61.8%;
  left: 13.3%;
  width: 5%;
  height: 6.7%; }

.p-remodal-map-link-access {
  right: 3%;
  bottom: 4%;
  width: 24%;
  height: 6%; }

.p-remodal-map-link-back {
  left: 3%;
  bottom: 4%;
  width: 8.7%;
  height: 6%; }

/* ---------------------------------------------------------

Utility

--------------------------------------------------------- */
/*.u-fz-10 {
  font-size: 10px !important; }

.u-fz-11 {
  font-size: 11px !important; }

.u-fz-12 {
  font-size: 12px !important; }

.u-fz-13 {
  font-size: 13px !important; }

.u-fz-14 {
  font-size: 14px !important; }

.u-fz-15 {
  font-size: 15px !important; }

.u-fz-16 {
  font-size: 16px !important; }

.u-fz-17 {
  font-size: 17px !important; }

.u-fz-18 {
  font-size: 18px !important; }

.u-fz-19 {
  font-size: 19px !important; }

.u-fz-20 {
  font-size: 20px !important; }*/

.u-fw-nm {
  font-weight: normal !important; }

.u-fw-b {
  font-weight: bold !important; }

.u-fw-br {
  font-weight: bolder !important; }

.u-fw-l {
  font-weight: 200 !important; }

.u-fw-lr {
  font-weight: lighter !important; }

.u-fw-100 {
  font-weight: 100 !important; }

.u-fw-200 {
  font-weight: 200 !important; }

.u-fw-300 {
  font-weight: 300 !important; }

.u-fw-400 {
  font-weight: 400 !important; }

.u-fw-500 {
  font-weight: 500 !important; }

.u-fw-600 {
  font-weight: 600 !important; }

.u-fw-700 {
  font-weight: 700 !important; }

.u-fw-800 {
  font-weight: 800 !important; }

.u-fw-900 {
  font-weight: 900 !important; }

.u-fs-nm {
  font-style: normal !important; }

.u-fs-i {
  font-style: italic !important; }

.u-fs-o {
  font-style: oblique !important; }

.u-m-a {
  margin: auto !important; }

.u-m-0 {
  margin: 0 !important; }

.u-m-0_a {
  margin: 0 auto !important; }

.u-m-xs {
  margin: 1rem !important; }

.u-m-sm {
  margin: 2rem !important; }

.u-m-md {
  margin: 3rem !important; }

.u-m-lg {
  margin: 4rem !important; }

.u-m-xl {
  margin: 5rem !important; }

.u-m-xxl {
  margin: 6rem !important; }

.u-mt-0 {
  margin-top: 0 !important; }

.u-mt-xs {
  margin-top: 1rem !important; }

.u-mt-sm {
  margin-top: 2rem !important; }

.u-mt-md {
  margin-top: 3rem !important; }

.u-mt-lg {
  margin-top: 4rem !important; }

.u-mt-xl {
  margin-top: 5rem !important; }

.u-mt-xxl {
  margin-top: 6rem !important; }

.u-mr-a {
  margin-right: auto !important; }

.u-mr-0 {
  margin-right: 0 !important; }

.u-mr-xs {
  margin-right: 1rem !important; }

.u-mr-sm {
  margin-right: 2rem !important; }

.u-mr-md {
  margin-right: 3rem !important; }

.u-mr-lg {
  margin-right: 4rem !important; }

.u-mr-xl {
  margin-right: 5rem !important; }

.u-mr-xxl {
  margin-right: 6rem !important; }

.u-mb-0 {
  margin-bottom: 0 !important; }

.u-mb-xs {
  margin-bottom: 1rem !important; }

.u-mb-sm {
  margin-bottom: 2rem !important; }

.u-mb-md {
  margin-bottom: 3rem !important; }

.u-mb-lg {
  margin-bottom: 4rem !important; }

.u-mb-xl {
  margin-bottom: 5rem !important; }

.u-mb-xxl {
  margin-bottom: 6rem !important; }

.u-ml-a {
  margin-left: auto !important; }

.u-ml-0 {
  margin-left: 0 !important; }

.u-ml-xs {
  margin-left: 1rem !important; }

.u-ml-sm {
  margin-left: 2rem !important; }

.u-ml-md {
  margin-left: 3rem !important; }

.u-ml-lg {
  margin-left: 4rem !important; }

.u-ml-xl {
  margin-left: 5rem !important; }

.u-ml-xxl {
  margin-left: 6rem !important; }

.u-p-0 {
  padding: 0 !important; }

.u-p-xs {
  padding: 1rem !important; }

.u-p-sm {
  padding: 2rem !important; }

.u-p-md {
  padding: 3rem !important; }

.u-p-lg {
  padding: 4rem !important; }

.u-p-xl {
  padding: 5rem !important; }

.u-p-xxl {
  padding: 6rem !important; }

.u-pt-0 {
  padding-top: 0 !important; }

.u-pt-xs {
  padding-top: 1rem !important; }

.u-pt-sm {
  padding-top: 2rem !important; }

.u-pt-md {
  padding-top: 3rem !important; }

.u-pt-lg {
  padding-top: 4rem !important; }

.u-pt-xl {
  padding-top: 5rem !important; }

.u-pt-xxl {
  padding-top: 6rem !important; }

.u-pr-0 {
  padding-right: 0 !important; }

.u-pr-xs {
  padding-right: 1rem !important; }

.u-pr-sm {
  padding-right: 2rem !important; }

.u-pr-md {
  padding-right: 3rem !important; }

.u-pr-lg {
  padding-right: 4rem !important; }

.u-pr-xl {
  padding-right: 5rem !important; }

.u-pr-xxl {
  padding-right: 5rem !important; }

.u-pb-0 {
  padding-bottom: 0 !important; }

.u-pb-xs {
  padding-bottom: 1rem !important; }

.u-pb-sm {
  padding-bottom: 2rem !important; }

.u-pb-md {
  padding-bottom: 3rem !important; }

.u-pb-lg {
  padding-bottom: 4rem !important; }

.u-pb-xl {
  padding-bottom: 5rem !important; }

.u-pb-xxl {
  padding-bottom: 6rem !important; }

.u-pl-0 {
  padding-left: 0 !important; }

.u-pl-xs {
  padding-left: 1rem !important; }

.u-pl-sm {
  padding-left: 2rem !important; }

.u-pl-md {
  padding-left: 3rem !important; }

.u-pl-lg {
  padding-left: 4rem !important; }

.u-pl-xl {
  padding-left: 5rem !important; }

.u-pl-xxl {
  padding-left: 6rem !important; }

@media only screen and (max-width: 680px) {
  .u-m-xs {
    margin: 0.5rem !important; }
  .u-m-sm {
    margin: 1rem !important; }
  .u-m-md {
    margin: 2rem !important; }
  .u-m-lg {
    margin: 3rem !important; }
  .u-m-xl {
    margin: 4rem !important; }
  .u-m-xxl {
    margin: 5rem !important; }
  .u-mt-xs {
    margin-top: 0.5rem !important; }
  .u-mt-sm {
    margin-top: 1rem !important; }
  .u-mt-md {
    margin-top: 2rem !important; }
  .u-mt-lg {
    margin-top: 3rem !important; }
  .u-mt-xl {
    margin-top: 4rem !important; }
  .u-mt-xxl {
    margin-top: 5rem !important; }
  .u-mb-xs {
    margin-bottom: 0.5rem !important; }
  .u-mb-sm {
    margin-bottom: 1rem !important; }
  .u-mb-md {
    margin-bottom: 2rem !important; }
  .u-mb-lg {
    margin-bottom: 3rem !important; }
  .u-mb-xl {
    margin-bottom: 4rem !important; }
  .u-mb-xxl {
    margin-bottom: 5rem !important; }
  .u-p-xs {
    padding: 0.5rem !important; }
  .u-p-sm {
    padding: 1rem !important; }
  .u-p-md {
    padding: 2rem !important; }
  .u-p-lg {
    padding: 3rem !important; }
  .u-p-xl {
    padding: 4rem !important; }
  .u-pt-xs {
    padding-top: 0.5rem !important; }
  .u-pt-sm {
    padding-top: 1rem !important; }
  .u-pt-md {
    padding-top: 2rem !important; }
  .u-pt-lg {
    padding-top: 3rem !important; }
  .u-pt-xl {
    padding-top: 4rem !important; }
  .u-pt-xxl {
    padding-top: 5rem !important; }
  .u-pb-xs {
    padding-bottom: 0.5rem !important; }
  .u-pb-sm {
    padding-bottom: 1rem !important; }
  .u-pb-md {
    padding-bottom: 2rem !important; }
  .u-pb-lg {
    padding-bottom: 3rem !important; }
  .u-pb-xl {
    padding-bottom: 4rem !important; }
  .u-pb-xxl {
    padding-bottom: 4rem !important; } }

.u-lisi-n {
  list-style-image: none !important; }

.u-va-sup {
  vertical-align: super !important; }

.u-va-t {
  vertical-align: top !important; }

.u-va-tt {
  vertical-align: text-top !important; }

.u-va-m {
  vertical-align: middle !important; }

.u-va-bl {
  vertical-align: baseline !important; }

.u-va-b {
  vertical-align: bottom !important; }

.u-va-tb {
  vertical-align: text-bottom !important; }

.u-va-sub {
  vertical-align: sub !important; }

.u-ta-l {
  text-align: left !important; }

.u-ta-c {
  text-align: center !important; }

.u-ta-r {
  text-align: right !important; }

.u-ta-j {
  text-align: justify !important; }

.u-td-n {
  text-decoration: none !important; }

.u-td-u {
  text-decoration: underline !important; }

.u-td-o {
  text-decoration: overline !important; }

.u-td-l {
  text-decoration: line-through !important; }

.u-te-n {
  -webkit-text-emphasis: none !important;
  text-emphasis: none !important; }

.u-float-l {
  float: left !important; }

.u-float-r {
  float: right !important; }

.u-float-n {
  float: none !important; }

.u-c-require {
  color: #d5007d !important; }

.u-c-white {
  color: #ffffff !important; }

.u-c-primary {
  color: #000 !important; }

.u-d-n {
  display: none !important; }

.u-d-b {
  display: block !important; }

.u-d-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.u-d-if {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.u-d-i {
  display: inline !important; }

.u-d-ib {
  display: inline-block !important; }

.u-d-li {
  display: list-item !important; }

.u-d-ri {
  display: run-in !important; }

.u-d-tb {
  display: table !important; }

.u-d-itb {
  display: inline-table !important; }

.u-d-tbcp {
  display: table-caption !important; }

.u-d-tbcl {
  display: table-column !important; }

.u-d-tbclg {
  display: table-column-group !important; }

.u-d-tbhg {
  display: table-header-group !important; }

.u-d-tbfg {
  display: table-footer-group !important; }

.u-d-tbr {
  display: table-row !important; }

.u-d-tbrg {
  display: table-row-group !important; }

.u-d-tbc {
  display: table-cell !important; }

.u-d-rb {
  display: ruby !important; }

.u-d-rbb {
  display: ruby-base !important; }

.u-d-rbt {
  display: ruby-text !important; }

/* =========================================================
clearfix
========================================================= */
.clear,
.u-clearfix::before,
.u-clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0rem;
  content: " ";
  clear: both;
  height: 0; }

.u-clearfix::after {
  clear: both; }

_:-ms-fullscreen, :root .u-clearfix::before,
_:-ms-fullscreen, :root .u-clearfix::after {
  content: ".";
}

/* =========================================================
display
========================================================= */
.u-sp-block {
  display: none; }
  @media only screen and (max-width: 680px) {
    .u-sp-block {
      display: block; } }

.u-pc-block {
  display: block; }
  @media only screen and (max-width: 680px) {
    .u-pc-block {
      display: none; } }

.u-sp-inline {
  display: none !important; }
  @media only screen and (max-width: 680px) {
    .u-sp-inline {
      display: inline !important; } }

.u-pc-inline {
  display: inline !important; }
  @media only screen and (max-width: 680px) {
    .u-pc-inline {
      display: none !important; } }

.u-sp-inlineblock {
  display: none; }
  @media only screen and (max-width: 680px) {
    .u-sp-inlineblock {
      display: inline-block; } }

.u-pc-inlineblock {
  display: inline-block; }
  @media only screen and (max-width: 680px) {
    .u-pc-inlineblock {
      display: none; } }

/* =========================================================
img
========================================================= */
.u-img-responsive {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.u-img-no-responsive {
  display: inline-block;
  height: auto; }

.u-img-fit {
  display: inline-block;
  width: 100%;
  height: auto; }

/* =========================================================
transition-delay
========================================================= */
.is-onscreen .u-delay-004 {
  -webkit-transition-delay: 0.04s !important;
  -o-transition-delay: 0.04s !important;
  transition-delay: 0.04s !important;
  -webkit-animation-delay: 0.04s !important;
  animation-delay: 0.04s !important; }

.is-onscreen .u-delay-005 {
  -webkit-transition-delay: 0.05s !important;
  -o-transition-delay: 0.05s !important;
  transition-delay: 0.05s !important;
  -webkit-animation-delay: 0.05s !important;
  animation-delay: 0.05s !important; }

.is-onscreen .u-delay-008 {
  -webkit-transition-delay: 0.08s !important;
  -o-transition-delay: 0.08s !important;
  transition-delay: 0.08s !important;
  -webkit-animation-delay: 0.08s !important;
  animation-delay: 0.08s !important; }

.is-onscreen .u-delay-010 {
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important; }

.is-onscreen .u-delay-012 {
  -webkit-transition-delay: 0.12s !important;
  -o-transition-delay: 0.12s !important;
  transition-delay: 0.12s !important;
  -webkit-animation-delay: 0.12s !important;
  animation-delay: 0.12s !important; }

.is-onscreen .u-delay-015 {
  -webkit-transition-delay: 0.15s !important;
  -o-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important;
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important; }

.is-onscreen .u-delay-016 {
  -webkit-transition-delay: 0.16s !important;
  -o-transition-delay: 0.16s !important;
  transition-delay: 0.16s !important;
  -webkit-animation-delay: 0.16s !important;
  animation-delay: 0.16s !important; }

.is-onscreen .u-delay-020 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important; }

.is-onscreen .u-delay-024 {
  -webkit-transition-delay: 0.24s !important;
  -o-transition-delay: 0.24s !important;
  transition-delay: 0.24s !important;
  -webkit-animation-delay: 0.24s !important;
  animation-delay: 0.24s !important; }

.is-onscreen .u-delay-025 {
  -webkit-transition-delay: 0.25s !important;
  -o-transition-delay: 0.25s !important;
  transition-delay: 0.25s !important;
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important; }

.is-onscreen .u-delay-028 {
  -webkit-transition-delay: 0.28s !important;
  -o-transition-delay: 0.28s !important;
  transition-delay: 0.28s !important;
  -webkit-animation-delay: 0.28s !important;
  animation-delay: 0.28s !important; }

.is-onscreen .u-delay-030 {
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important; }

.is-onscreen .u-delay-032 {
  -webkit-transition-delay: 0.32s !important;
  -o-transition-delay: 0.32s !important;
  transition-delay: 0.32s !important;
  -webkit-animation-delay: 0.32s !important;
  animation-delay: 0.32s !important; }

.is-onscreen .u-delay-035 {
  -webkit-transition-delay: 0.35s !important;
  -o-transition-delay: 0.35s !important;
  transition-delay: 0.35s !important;
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important; }

.is-onscreen .u-delay-036 {
  -webkit-transition-delay: 0.36s !important;
  -o-transition-delay: 0.36s !important;
  transition-delay: 0.36s !important;
  -webkit-animation-delay: 0.36s !important;
  animation-delay: 0.36s !important; }

.is-onscreen .u-delay-040 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important; }

.is-onscreen .u-delay-044 {
  -webkit-transition-delay: 0.44s !important;
  -o-transition-delay: 0.44s !important;
  transition-delay: 0.44s !important;
  -webkit-animation-delay: 0.44s !important;
  animation-delay: 0.44s !important; }

.is-onscreen .u-delay-045 {
  -webkit-transition-delay: 0.45s !important;
  -o-transition-delay: 0.45s !important;
  transition-delay: 0.45s !important;
  -webkit-animation-delay: 0.45s !important;
  animation-delay: 0.45s !important; }

.is-onscreen .u-delay-048 {
  -webkit-transition-delay: 0.48s !important;
  -o-transition-delay: 0.48s !important;
  transition-delay: 0.48s !important;
  -webkit-animation-delay: 0.48s !important;
  animation-delay: 0.48s !important; }

.is-onscreen .u-delay-050 {
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important; }

.is-onscreen .u-delay-052 {
  -webkit-transition-delay: 0.52s !important;
  -o-transition-delay: 0.52s !important;
  transition-delay: 0.52s !important;
  -webkit-animation-delay: 0.52s !important;
  animation-delay: 0.52s !important; }

.is-onscreen .u-delay-055 {
  -webkit-transition-delay: 0.55s !important;
  -o-transition-delay: 0.55s !important;
  transition-delay: 0.55s !important;
  -webkit-animation-delay: 0.55s !important;
  animation-delay: 0.55s !important; }

.is-onscreen .u-delay-056 {
  -webkit-transition-delay: 0.56s !important;
  -o-transition-delay: 0.56s !important;
  transition-delay: 0.56s !important;
  -webkit-animation-delay: 0.56s !important;
  animation-delay: 0.56s !important; }

.is-onscreen .u-delay-060 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important; }

.is-onscreen .u-delay-064 {
  -webkit-transition-delay: 0.64s !important;
  -o-transition-delay: 0.64s !important;
  transition-delay: 0.64s !important;
  -webkit-animation-delay: 0.64s !important;
  animation-delay: 0.64s !important; }

.is-onscreen .u-delay-065 {
  -webkit-transition-delay: 0.65s !important;
  -o-transition-delay: 0.65s !important;
  transition-delay: 0.65s !important;
  -webkit-animation-delay: 0.65s !important;
  animation-delay: 0.65s !important; }

.is-onscreen .u-delay-068 {
  -webkit-transition-delay: 0.68s !important;
  -o-transition-delay: 0.68s !important;
  transition-delay: 0.68s !important;
  -webkit-animation-delay: 0.68s !important;
  animation-delay: 0.68s !important; }

.is-onscreen .u-delay-070 {
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important; }

.is-onscreen .u-delay-072 {
  -webkit-transition-delay: 0.72s !important;
  -o-transition-delay: 0.72s !important;
  transition-delay: 0.72s !important;
  -webkit-animation-delay: 0.72s !important;
  animation-delay: 0.72s !important; }

.is-onscreen .u-delay-075 {
  -webkit-transition-delay: 0.75s !important;
  -o-transition-delay: 0.75s !important;
  transition-delay: 0.75s !important;
  -webkit-animation-delay: 0.75s !important;
  animation-delay: 0.75s !important; }

.is-onscreen .u-delay-076 {
  -webkit-transition-delay: 0.76s !important;
  -o-transition-delay: 0.76s !important;
  transition-delay: 0.76s !important;
  -webkit-animation-delay: 0.76s !important;
  animation-delay: 0.76s !important; }

.is-onscreen .u-delay-080 {
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important; }

.is-onscreen .u-delay-085 {
  -webkit-transition-delay: 0.85s !important;
  -o-transition-delay: 0.85s !important;
  transition-delay: 0.85s !important;
  -webkit-animation-delay: 0.85s !important;
  animation-delay: 0.85s !important; }

.is-onscreen .u-delay-090 {
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important; }

.is-onscreen .u-delay-095 {
  -webkit-transition-delay: 0.95s !important;
  -o-transition-delay: 0.95s !important;
  transition-delay: 0.95s !important;
  -webkit-animation-delay: 0.95s !important;
  animation-delay: 0.95s !important; }

.is-onscreen .u-delay-100 {
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
  transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important; }

.is-onscreen .u-delay-105 {
  -webkit-transition-delay: 1.05s !important;
  -o-transition-delay: 1.05s !important;
  transition-delay: 1.05s !important;
  -webkit-animation-delay: 1.05s !important;
  animation-delay: 1.05s !important; }

.is-onscreen .u-delay-110 {
  -webkit-transition-delay: 1.1s !important;
  -o-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important; }

/* =========================================================
pointer-events
========================================================= */
/*w3cエラー .u-hover-shit {
pointer-events: none;
}*/
/* =========================================================
animation
========================================================= */
@-webkit-keyframes moveLineLeftToRight {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center; }
  49.9% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center; }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes moveLineLeftToRight {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center; }
  49.9% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center; }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@-webkit-keyframes moveLineTopToBottom {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  49.9% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top; }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top; } }

@keyframes moveLineTopToBottom {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  49.9% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top; }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* =========================================================
youtube
========================================================= */
.u-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .u-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.u-arrow-black {
  position: relative; }
  .u-arrow-black::before {
    top: 50%;
    left: 0;
    content: "";
    width: 4px;
    height: 11px;
    background: url(/content/100074618.png) 50% no-repeat;
    background-size: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 680px) {
    .u-arrow-black::before {
      width: 2px;
      height: 5.5px; } }

/*input:focus,
select:focus,
a:focus {
  -webkit-box-shadow: 0 0 4px 2px rgba(51, 204, 255, 0.8);
  box-shadow: 0 0 4px 2px rgba(51, 204, 255, 0.8); }*/

/* =========================================================
otherLang
========================================================= */
.p-otherLang-wrap {
  margin-bottom: 30px;
  display: table;
  float: right; }
  @media only screen and (max-width: 680px) {
    .p-otherLang-wrap {
      margin-bottom: 15px;
      display: table; } }

/* 20210318 UTokyo change 170-190 */
.p-otherLang-wrap.is-snsSide {
  margin-right: 190px; }

.p-otherLang-wrap li {
  font-size: 1.5rem;
  margin-bottom: 15px;
  position: relative;
  line-height: 140%;
  padding: 0 15px 0 20px;
  position: relative;
  display: table-cell; }
  .p-otherLang-wrap li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0; }
  @media only screen and (max-width: 680px) {
    .p-otherLang-wrap li {
      padding-left: 17px;
      font-size: 1.2rem;
      padding-bottom: 0;
      margin-bottom: 5px;
      display: table-cell; } }

.p-otherLang-wrap li::before {
  top: 50%;
  left: 6px;
  content: "";
  width: 4px;
  height: 11px;
  background: url(/content/100074618.png) 50% no-repeat;
  background-size: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media only screen and (max-width: 680px) {
  .p-otherLang-wrap li::before {
    left: 5px;
    width: 2px;
    height: 5.5px; } }

/* =========================================================
recommend detail
========================================================= */
.p-news-detail__most-popular-wrap {
  max-width: 1300px;
  margin: 0 auto 60px;
  padding: 0 50px;
  position: relative;
  /*font-size: 1.5rem;
  line-height: 160%;
  margin-bottom: 60px;*/ }
  @media only screen and (max-width: 680px) {
    .p-news-detail__most-popular-wrap {
      padding: 0 15px; } }

.p-news-detail__most-popular-item {
  margin-bottom: 30px;
  height: 100%;
  position: relative; }
  .p-news-detail__most-popular-item a {
    display: block;
    height: 100%; }
  .p-news-detail__most-popular-item figure {
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px; }
    .p-news-detail__most-popular-item figure::before {
      content: "";
      display: block;
      padding-top: 67%; }
    .p-news-detail__most-popular-item figure img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      height: 100%; }

.p-news-detail__most-popular-title {
  font-size: 1.5rem;
  line-height: 160%;
  padding-bottom: 20px; }
  @media only screen and (max-width: 680px) {
    .p-news-detail__most-popular-title {
      font-size: 1.3rem; } }

.p-news-detail__most-popular-date {
  position: relative;
  font-size: 1.4rem;
  line-height: 150%;
  padding-bottom: 50px; }
  @media only screen and (max-width: 680px) {
    .p-news-detail__most-popular-date {
      font-size: 1.2rem; } }

.p-news-detail__most-popular-body .c-icn-tag {
  right: auto;
  width: 100%; }





/* 電力消費サイドバナー
--------------------------------------------- */
#side_elec{
	background:url(/content/100097969.gif) no-repeat;
	width:217px;
	height:64px;
	padding:0;
	border:0;
	margin: 0 auto;
}
#side_elec_data{
	width:auto;
	height:43px;
	padding:11px 10px 15px 10px;
	_width:185px;
	_padding:11px 0px 15px 17px;
}

#side_elec_per{
	overflow:hidden;
	float:left;
}
#side_elec_per img{
	float:left;
}

#side_elec_time{
	padding:0 1px 8px;
}

#side_elec_kw{
	*width:85px;
}
#side_elec_kw img{
	float:left;
}

img#side_elec_comma{
	padding:0 1px;
}
#side_elec_data .fLeft {
    float: left;
}





/* 個別調整
--------------------------------------------- */
.c-box {
  display: block;
  content: " ";
  clear: both; }

.c-box::after {
  clear: both; }

.c-youtube-wrap {
  max-width: 80%;
  margin: 0 auto 50px; }
  .c-youtube {
    position: relative;
    max-width: 100%;
    padding-top: 56.25%; }
    .c-youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border: none; }

button.filter,
.p-news__pulldown .filter a {
  display: block;
  background-color: #f6b506;
  bottom: -60px;
  text-align: center;
  text-decoration: none!important;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  font-size: 1.5rem;
  padding: 0 30px;
  white-space: nowrap;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  border: none; }
  button.filter:hover,
  .p-news__pulldown .filter a:hover {
    background-color: #f2cb5a; }

  @media only screen and (max-width: 1280px) {
    button.filter,
    .p-news__pulldown .filter a {
      width: 50%;
      margin: 0 auto; } }
  @media only screen and (max-width: 1280px) {
    .nav01 button.filter,
    .nav02 button.filter {
      width: auto; } }
  @media only screen and (max-width: 680px) {
    button.filter,
    .p-news__pulldown .filter a {
      height: 36px;
      line-height: 36px;
      border-radius: 18px;
      font-size: 1.3rem;
      margin-bottom: 20px; }
    .nav01 button.filter,
    .nav02 button.filter {
      width: 50%;
      margin: 0 auto 20px; } }

.p-news__pulldown .filter a:hover {
  text-decoration: none; }

.p-news__book a {
  display: block; }

@media only screen and (max-width: 1280px) {
  .nav03 .p-news__pulldown-list dt {
    width: auto; }
  .nav04 .p-news__pulldown-list dt {
    width: auto; }
  .nav05 .p-news__pulldown-list dt {
    width: auto; } }

.slick-dots li button:focus,
#tglBtn:focus {
  /*outline: solid 2px #0099ff!important;*/
  outline: dotted 1px #000; }

.slick-slide a:focus {
  outline: auto #ff9900!important; }

.c-w100 {
  width: 100%!important; }

.c-heading-2 a::after {
  content: "";
  background: url(/content/100074619.png) 50% no-repeat;
  background-size: 100%;
  width: 9px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 2px 10px 5px 10px; }
  @media only screen and (max-width: 680px) {
    .c-heading-2 a::after {
      width: 9px;
      height: 15px; } }

.c-heading-3 a::after {
  content: "";
  background: url(/content/100074619.png) 50% no-repeat;
  background-size: 100%;
  width: 9px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 2px 10px 5px 10px; }
  @media only screen and (max-width: 680px) {
    .c-heading-3 a::after {
      width: 9px;
      height: 15px; } }

.utokyo_top .l-row.l-gutter-40,
.utokyo_top .l-row,
.focus_top .l-row.l-gutter-40,
.focus_top .l-row {
  margin: 0; }
  @media only screen and (max-width: 680px) {
    .nav01 .l-row.l-gutter-40,
    .nav01_top .l-row,
    .nav02 .l-row.l-gutter-40,
    .nav02_top .l-row {
      margin: 0; } }

.c-icn-type {
  padding: 5px 14px 3px;
  background-color: #e4e4e4;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.2rem;
  margin-top: 10px; }
  .nav04 h1 .c-icn-type {
    color: #000;
    display: inline;
    font-size: 2rem;
    margin-left: 5px; }
    @media only screen and (max-width: 680px) {
      .nav04 h1 .c-icn-type {
        font-size: .9rem;
        padding: 1px 5px;
        vertical-align: bottom; } }

.p-news-list__press-releases-item .c-icn-type {
  padding: 5px 0 4px;
  white-space: normal; }

#content a:hover img {
  opacity: 0.7; }

#content a:hover .c-heading-news-4 {
  text-decoration: underline; }
#content .p-news-events__item a:hover .c-heading-news-4 {
  text-decoration: none; }
#content .p-news-events__item a:hover .c-heading-news-4 .eventTitle {
  text-decoration: underline; }

#content a:hover .c-text {
  text-decoration: none; }

.p-remodal-map-inner a span,
.remodal-close span {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px; }

/* リンクタイトル */
a:hover .p-top-focus__item-text,
a:hover .p-top-events__item-title,
a:hover .p-top-updates__list-title,
a:hover .p-top-book__body-title,
a:hover .p-slider__text-box-text,
a:hover .p-news-top__pick-up-text,
a:hover .p-news_multimedia__item-text,
a:hover .p-news-top__most-popular-title,
a:hover .p-news-top__in-the-news-item-title,
a:hover .p-news-list__item-text,
a:hover .p-news-list__press-releases-item-text,
a:hover .p-news__book-title,
a:hover .p-news-detail__most-popular-title,
a:hover .c-section__title,
a:hover .p-top-highlights__item-title {
  text-decoration: underline; }

/*a:visited .p-top-focus__item-text,
a:visited .p-top-events__item-title,
a:visited .p-top-updates__list-title,
a:visited .p-news-top__pick-up-text,
a:visited .p-news-top__most-popular-title,
a:visited .p-news-top__in-the-news-item-title,
a:visited .p-news-list__item-text,
a:visited .p-news-list__press-releases-item-text,
a:visited .p-news__book-title,
a:visited .p-news-detail__most-popular-title,
a:visited .c-section__title {
  color: #4c3e3e; }

a:visited .p-top-highlights__item-title,
a:visited .p-news_multimedia__item-text {
  color: #ddd; }*/

/* 見出しボックス外調整 */
.p-top-highlights .l-col-sm-6,
.p-top-highlights .l-col-sm-3 {
  margin-bottom: 40px; }
  @media only screen and (max-width: 680px) {
    .p-top-highlights .l-col-sm-6,
    .p-top-highlights .l-col-sm-3 {
      margin-bottom: 18px; } }

.p-menupage__content-item:nth-of-type(even) .p-menupage__image-caption {
  background-color: rgba(255, 255, 255, 1); }
  @media only screen and (max-width: 680px) {
    .p-menupage__content-item:nth-of-type(even) .p-menupage__image-caption {
      background-color: #f4f4f4; } }

/* 別ウィンドウアイコン */
.p-top-intiatives__item-title img,
.l-footer__body-link-item a img,
img.window-icon,
.editableHtml img.window-icon {
  vertical-align: text-top;
  margin: 0 2px 0 5px!important; }
  @media only screen and (max-width: 680px) {
    .p-top-intiatives__item-title img,
    .l-footer__body-link-item a img,
    img.window-icon {
      width: 13px; } }

/* トップページアイコン付きタイトル */
.c-section__title-wrap {
  text-align: center; }

/* ニューストップ検索ボタン */
.detail-search {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%; }
  @media only screen and (max-width: 680px) {
    .detail-search {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }
.detail-search a {
  display: block;
  text-align: center;
  text-decoration: none!important;
  height: 46px;
  line-height: 40px;
  border-radius: 23px;
  font-size: 1.5rem;
  padding: 0 30px;
  white-space: nowrap;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  border: 3px solid #f6b506;
  margin-left: 20px; }
  .detail-search a:hover {
    background-color: #444; }
  @media only screen and (max-width: 680px) {
    .detail-search a {
      height: 34px;
      line-height: 28px;
      border-radius: 17px;
      font-size: 1.2rem;
      padding: 0 15px;
      margin-left: 0; } }

.detail-search a,
.detail-search a:visited {
  color: #f6b506; }

.detail-search a:hover {
  text-decoration: none; }

/* 教員顔写真 */
.tch-img {
  float: right;
  width: 30%;
  padding: 0 30px;
  text-align: center; }
  .tch-img img {
    max-width: 100%;
    margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .tch-img {
      float: none;
      width: 100%;
      text-align: center; }
      .tch-img img {
        max-width: 70%; } }

.tch-img-table {
  float: left;
  width: 70%; }
  @media only screen and (max-width: 768px) {
    .tch-img-table {
      float: none;
      width: 100%; } }

.c-h-article__top {
  margin-top: -50px; }
  @media only screen and (max-width: 680px) {
    .c-h-article__top {
      margin-top: -20px; } }

.nav03 .c-h-article__top {
  margin-top: -10px; }
  @media only screen and (max-width: 680px) {
    .nav03 .c-h-article__top {
      margin-top: -20px; } }

.c-h-article__top.isSns {
  height: 55px; }
  @media only screen and (max-width: 680px) {
    .c-h-article__top.isSns {
      height: 35px; } }

/* rss画像配信用 */
.dummy{
  background: url(/content/100074647.png); }
.dummy{
  background: url(/content/100074605.jpg); }

.c-detail a {
  white-space: nowrap; }
.c-table-news .c-detail a {
  padding: 0 0 0 10px; }





/* 自由入力
--------------------------------------------- */
.freeHtml,
.editableHtml {
  max-width: 1300px;
  margin: 0 auto 50px;
  padding: 0 50px 0;
  position: relative;
  font-size: 1.5rem;
  line-height: 160%; }
  @media only screen and (max-width: 680px) {
    .freeHtml,
    .editableHtml {
      padding: 30px 15px 0;
      font-size: 1.3rem; }
    .freeHtml {
      padding: 0 15px 0; } }
td .editableHtml {
  margin: 0 auto 0; }

.c-article__ineer .freeHtml,
.c-article__ineer .editableHtml,
.p-top-book-movie .editableHtml {
  padding: 0; }
  @media only screen and (max-width: 680px) {
    .c-article__ineer .freeHtml,
    .c-article__ineer .editableHtml,
    .p-top-book-movie .editableHtml {
      padding: 0; } }

.freeHtml .c-table,
.editableHtml .c-table {
  width: auto; }
  @media only screen and (max-width: 680px) {
    .freeHtml .c-table,
    .editableHtml .c-table {
      width: 100%; } }

.freeHtml .c-width__full,
.editableHtml .c-width__full {
  width: 100%!important; }

.freeHtml .c-width__half,
.editableHtml .c-width__half {
  width: 50%!important; }
  @media only screen and (max-width: 680px) {
    .freeHtml .c-width__half,
    .editableHtml .c-width__half {
      width: 50%!important; } }

.c-text a,
.c-list a,
.c-list__link-list a,
.c-list__teacher a,
.p-news-jobs__table .c-detail a,
.parts-info-item-title a,
.freeHtml a,
.editableHtml a {
  border-bottom: 1px dashed #0d3d63;
  color: #0d3d63; }
  .c-article__bg .freeHtml a,
  .c-article__bg .editableHtml a {
    border-bottom: 1px dashed #fff;
    color: #fff; }
  .freeHtml .p-otherLang-wrap a,
  /*.freeHtml .c-list a,
  .editableHtml .c-list a,*/
  .freeHtml a.c-icn__arrow,
  .editableHtml a.c-icn__arrow,
  .p-news-detail__most-popular .c-text a {
    border: none; }

.c-text a:hover,
.c-list a:hover,
.c-list__link-list a:hover,
.c-list__teacher a:hover,
.parts-info-item-title a:hover,
.freeHtml a:hover,
.editableHtml a:hover,
.c-article__bg .freeHtml a:hover,
.c-article__bg .editableHtml a:hover,
.p-news-jobs__table .c-detail a:hover,
.slick-slider a:hover {
  border-bottom: 1px solid transparent;
  text-decoration: none; }

.freeHtml a[name],
.editableHtml a[name] {
  border-bottom: none; }

.freeHtml p,
.editableHtml p/*,
.freeHtml img,
.editableHtml img*/ {
    margin-bottom: 2.5rem/*!important; */}

.freeHtml h2,
.editableHtml h2,
.freeHtml h3,
.editableHtml h3,
.freeHtml h4,
.editableHtml h4,
.freeHtml h5,
.editableHtml h5 {
  margin-top: 3rem !important;
  line-height: 140%; }

.freeHtml img,
.editableHtml img {
  max-width: 100%; }

/* クリア */
.subHeader .clear,
.editableHtml .clear {
  visibility: visible;
  display: block;
  content: "";
  clear: both;
  height: auto; }

.paragraph-wrap {
 zoom: 1; }
.paragraph-wrap::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 1%; }


/* ----- 共通パーツ ----- */


/* 画像表示（複数） */
.subHeader .image-list__item,
.editableHtml .image-list__item {
  background-color: white;
  height: 100%;
  position: relative; }
  .subHeader .image-list__item a,
  .editableHtml .image-list__item a {
    display: block;
    height: 100%;
    border-bottom: none; }

.subHeader .image-list__item-image,
.editableHtml .image-list__item-image {
  border: 1px solid #ccc;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .subHeader .image-list__item-image::before,
  .editableHtml .image-list__item-image::before {
    content: "";
    display: block;
    padding-top: 67%; }
  .subHeader .image-list__item-image img,
  .editableHtml .image-list__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin-bottom: 0!important;
    height: 100%; }

.subHeader .image-list__item-text,
.editableHtml .image-list__item-text {
  padding: 10px;
  position: relative;
  font-size: 1.4rem;
  line-height: 160%;
  text-align: center; }
  @media only screen and (max-width: 680px) {
    .subHeader .image-list__item-text,
    .editableHtml .image-list__item-text {
      padding: 13px 10px 35px;
      font-size: 1.2rem;
      line-height: 160%; } }

/* メニュー */
.subHeader .row-menu,
.editableHtml .row-menu {
  /*display: table;
  width: 100%;
  padding-bottom: 30px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.subHeader .row-menu li,
.editableHtml .row-menu li {
  flex: auto;
  border: 1px solid #fff;
  background-color: #666;
  padding: 10px;
  text-align: center; }
  @media only screen and (max-width: 680px) {
    .subHeader .row-menu li,
    .editableHtml .row-menu li {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; } }

.subHeader .row-menu li a,
.editableHtml .row-menu li a {
  color: #fff;
  border: none; }

/* 共通ボタン */
.subHeader .normal-button,
.editableHtml .normal-button {
  text-align: center;
  margin-bottom: 1.5rem; }
  .normal-button a {
    display: inline-block;
    width: auto;
    height: 42px;
    background-color: #777;
    border-radius: 21px;
    border-bottom: none;
    font-size: 1.4rem;
    color: #fff;
    line-height: 42px;
    padding: 0 30px;
    opacity: 1!important; }
    .normal-button a:hover {
      background: #535353;
      opacity: 1; }

/* お知らせ欄 */
.parts-info {
  margin-bottom: 3rem; }

.parts-info .c-section__title-wrap {
  background-color: #f4f4f4;
  padding: 20px;
  text-align: left;
  font-size: 2rem;
  font-weight: bold; }
  @media only screen and (max-width: 680px) {
    .parts-info .c-section__title-wrap {
      padding: 17px; } }

.parts-info-list {
  background-color: #e6e6e6;
  padding: 25px 35px 0 35px;
  height: 275px;
  overflow-x: hidden;
  overflow-y: auto; }
  @media only screen and (max-width: 680px) {
    .parts-info-list {
      padding: 20px 30px 0 30px; } }

.parts-info-item {
  border-bottom: 1px solid #d6d6d6;
  padding: 10px; }
  .parts-info-item:last-child {
    border-bottom: none; }
  @media only screen and (max-width: 680px) {
    .parts-info-item {
      padding: 11px 0 7px; } }

.parts-info-item-date {
  font-size: 1.5rem;
  line-height: 160%;
  font-weight: bold;
  margin-bottom: 10px;
  float: left;
  width: 130px; }
  @media only screen and (max-width: 680px) {
    .parts-info-item-date {
      float: none;
      font-size: 1.2rem;
      line-height: 140%;
      margin-bottom: 5px; } }

.parts-info-item-title {
  font-size: 1.5rem;
  line-height: 160%;
  margin-left: 150px; }
  @media only screen and (max-width: 680px) {
    .parts-info-item-title {
      margin-left: 0;
      font-size: 1.2rem;
      line-height: 140%; } }

.editableHtml p.parts-info-item-date,
.editableHtml p.parts-info-item-title {
  margin-bottom: 0!important; }

/*.editableHtml p.parts-info-item-title a {
  border: none;
  color: #000; }
  .editableHtml p.parts-info-item-title a:hover {
    text-decoration: underline; }*/

/* 見出し標準設定 */
.editableHtml h2,
.editableHtml h3,
.editableHtml h4 { font-weight: bold; }
.editableHtml h2 { font-size: 2.8rem; }
.editableHtml h3 { font-size: 2.4rem; }
.editableHtml h4 { font-size: 2rem; }
  @media only screen and (max-width: 680px) {
    .editableHtml h2 { font-size: 2rem; }
    .editableHtml h3 { font-size: 1.8rem; }
    .editableHtml h4 { font-size: 1.6rem; } }

/* 横並びボックス */
.subHeader .row-box,
.editableHtml .row-box {
  display: table;
  padding-bottom: 30px; }

.subHeader .row-box li,
.editableHtml .row-box li {
  display: table-cell;
  padding: 10px; }

/* 一字下げインデント */
.subHeader p.p-indent,
.editableHtml p.p-indent {
  text-indent: 1.6rem; }
  @media only screen and (max-width: 680px) {
    .subHeader p.p-indent,
    .editableHtml p.p-indent {
      text-indent: 1.2rem; } }

/* キャプション */
figure.box240 {
  max-width: 240px; }
  figure.box240 img,
  figure.box240 figcaption {
    max-width: 100%; }
figure.box300 {
  max-width: 300px; }
  figure.box300 img,
  figure.box300 figcaption {
    max-width: 100%; }
figure.box400 {
  max-width: 400px; }
  figure.box400 img,
  figure.box400 figcaption {
    max-width: 100%; }
figure.box600 {
  max-width: 600px; }
  figure.box600 img,
  figure.box600 figcaption {
    max-width: 100%; }
@media only screen and (max-width: 680px) {
  figure.box240,
  figure.box300,
  figure.box400,
  figure.box600 {
    width: 100%; }
    figure.box240 img,
    figure.box240 figcaption,
    figure.box300 img,
    figure.box300 figcaption,
    figure.box400 img,
    figure.box400 figcaption,
    figure.box600 img,
    figure.box600 figcaption {
      max-width: 100%; } }
figure.box240 figcaption,
figure.box300 figcaption,
figure.box400 figcaption,
figure.box600 figcaption {
  padding: 10px;
  position: relative;
  font-size: 1.4rem;
  line-height: 160%;
  text-align: center; }
  @media only screen and (max-width: 680px) {
    figure.box240 figcaption,
    figure.box300 figcaption,
    figure.box400 figcaption,
    figure.box600 figcaption {
      font-size: 1.2rem; } }

/* margin */
.subHeader .mrgB5,
.editableHtml .mrgB5 { margin-bottom: 5px !important; }
.subHeader .mrgB10,
.editableHtml .mrgB10 { margin-bottom: 10px !important; }
.subHeader .mrgB15,
.editableHtml .mrgB15 { margin-bottom: 15px !important; }
.subHeader .mrgB20,
.editableHtml .mrgB20 { margin-bottom: 20px !important; }
.subHeader .mrgB25,
.editableHtml .mrgB25 { margin-bottom: 25px !important; }
.subHeader .mrgB30,
.editableHtml .mrgB30 { margin-bottom: 30px !important; }
.subHeader .mrgB35,
.editableHtml .mrgB35 { margin-bottom: 35px !important; }
.subHeader .mrgB40,
.editableHtml .mrgB40 { margin-bottom: 40px !important; }
.subHeader .mrgB45,
.editableHtml .mrgB45 { margin-bottom: 45px !important; }
.subHeader .mrgB50,
.editableHtml .mrgB50 { margin-bottom: 50px !important; }
.subHeader .mrgB60,
.editableHtml .mrgB60 { margin-bottom: 60px !important; }
.subHeader .mrgB70,
.editableHtml .mrgB70 { margin-bottom: 70px !important; }
.subHeader .mrgB80,
.editableHtml .mrgB80 { margin-bottom: 80px !important; }
.subHeader .mrgT10,
.editableHtml .mrgT10 { margin-top: 10px !important; }
.subHeader .mrgBm5,
.editableHtml .mrgBm5 { margin-bottom: -5px !important; }

/* padding */
.subHeader .pdgB5,
.editableHtml .pdgB5 { padding-bottom: 5px !important; }
.subHeader .pdgB10,
.editableHtml .pdgB10 { padding-bottom: 10px !important; }
.subHeader .pdgB15,
.editableHtml .pdgB15 { padding-bottom: 15px !important; }
.subHeader .pdgB20,
.editableHtml .pdgB20 { padding-bottom: 20px !important; }
.subHeader .pdgB25,
.editableHtml .pdgB25 { padding-bottom: 25px !important; }
.subHeader .pdgB30,
.editableHtml .pdgB30 { padding-bottom: 30px !important; }
.subHeader .pdgB35,
.editableHtml .pdgB35 { padding-bottom: 35px !important; }
.subHeader .pdgB40,
.editableHtml .pdgB40 { padding-bottom: 40px !important; }
.subHeader .pdgB45,
.editableHtml .pdgB45 { padding-bottom: 45px !important; }
.subHeader .pdgB50,
.editableHtml .pdgB50 { padding-bottom: 50px !important; }

/* 折り返し */
.subHeader .w-break,
.editableHtml .w-break {
  word-break: break-all; }





/* 英語版サイト調整
--------------------------------------------- */

/* ヘッダー */
.eng .l-header__link-item,
.eng .l-header__language,
.eng .l-header__form-teacher,
.eng .p-sub-menu__list li,
.eng .l-header__form {
  font-size: .9rem!important; }
  @media only screen and (max-width: 680px) {
    .eng .l-header__link-item,
    .eng .l-header__form-teacher,
    .eng .p-sub-menu__list li {
      font-size: .75rem!important; }
    .eng .l-header__language {
      font-size: .6rem!important; }
    .eng .l-gnav-sub__form {
      font-size: .875rem!important; } }

.eng .l-gnav__home {
  font-size: .95rem!important; }
.eng .l-gnav__item {
  font-size: 1rem!important; }
.eng .l-header__link-item.l-header__link-item-01,
.eng .l-header__form-button,
.eng .l-header__form-teacher {
  font-size: .8rem!important; }
.eng .l-header__language {
  line-height: 100%; }

/* フッター */
.eng .l-footer__body-link-item {
  font-size: .94rem; }

.eng .l-footer__body-disaster-information-site,
.eng .l-footer__body-text,
.eng .l-footer__body-access,
.eng .l-footer-copyright {
  font-size: .875rem; }
  @media only screen and (max-width: 680px) {
    .eng .l-footer__body-access,
    .eng .l-footer-copyright {
      font-size: .8rem; }
    .eng .l-footer__body-link-item {
      font-size: .75rem; }
    .eng .l-footer__body-disaster-information-site {
      font-size: .7rem; }
    .eng .l-footer__body-text {
      font-size: .6rem; } }

@media screen and (max-width: 1250px) {
  .eng footer {
    padding: 0!important; } }

.eng .footerNote {
  float: none;
  border: none;
  font-size: .9rem;
  margin-top: 10px;
  display: block;
  text-align: left; }
  @media only screen and (max-width: 680px) {
    .eng .footerNote {
      margin: 0;
      text-align: left!important; } }

.eng .footerNote span {
  display: block;
  margin-bottom: 10px; }

.eng .footerNote a {
  background-color: #196aab;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  width: 200px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  font-size: .85rem;
  padding: 0 30px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  margin-top: 10px; }
  .eng .footerNote a:hover {
    background-color: #2b76bc; }
  .eng .footerNote a::before {
    content: "";
    background: url(/content/100074636.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 22px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom; }
  @media only screen and (max-width: 680px) {
    .eng .footerNote a {
      display: block;
      width: 65%;
      height: 32px;
      line-height: 32px;
      /*margin: 0 auto;*/
      font-size: .78rem; }
      .eng .footerNote a::before {
        background-position: 50% 0;
        width: 18px;
        height: 14px;
        margin-right: 5px;
        vertical-align: middle; } }

/* SPメニュー */
@media only screen and (max-width: 680px) {
  .eng .l-gnav-sub__item,
  .eng .l-gnav-sub__form-button,
  .eng .l-gnav-sub__form-teacher,
  .eng .l-gnav-language__item {
    font-size: .8rem; }
  .eng .l-gnav-sub__focus-list-item {
    font-size: .75rem; }
  .eng .l-gnav-sub__focus-title {
    font-size: 1.2rem; }
  .l-gnav-sub__focus-list-item img {
    margin-left: 5px; } }

/* パーツ */
.eng #container {
  padding: 0; }

.eng .snsLink {
  margin: 0; }

.eng .p-otherLang-wrap li {
  font-size: .75rem; }

@media only screen and (max-width: 680px) {
  .eng .l-wrapper {
    padding-top: 57px!important; } }

@media only screen and (max-width: 680px) {
  .eng .l-footer__body-link-item::before {
    top: .8rem; } }

.eng .visualTitle {
  right: 0;
  bottom: 50%;
  z-index: 10;
  margin: -25px auto 0;
  padding-left: 25px;
  max-width: 1200px;
  text-align: left; }
  @media only screen and (max-width: 680px) {
  .eng .visualTitle {
    margin: -15px auto 0; } }

.eng .why_visual {
  height: 361px; }
.eng .why_visual_cat {
  height: 301px; }
.eng .why_visual_catsub {
  height: 96px; }
  @media only screen and (max-width: 680px) {
  .eng .why_visual,
  .eng .why_visual_cat,
  .eng .why_visual_catsub {
    height: auto; } }

.eng .acdHead .acdOpen,
.eng .acdHead .acdClose {
  width: 90px;
  background-position: 65px 5px; }
  @media only screen and (max-width: 680px) {
    .eng .acdHead .acdOpen,
    .eng .acdHead .acdClose {
      width: 75px;
      background-position: 55px 5px; } }

.eng .c-list {
  margin-bottom: 0; }
  @media only screen and (max-width: 680px) {
    .eng .c-list {
      margin-bottom: 0; } }

.eng .c-list li {
  list-style-type: circle;
  font-size: .9rem;
  margin-bottom: 0;
  line-height: 150%;
  padding: 0;
  font-weight: normal; }
  .eng .c-list li::before {
    content: ""; }
  @media only screen and (max-width: 680px) {
    .eng .c-list li {
      margin-bottom: 0;
      padding: 0; } }

.eng .c-list__no {
  margin-bottom: 0;
  font-weight: normal; }
  @media only screen and (max-width: 680px) {
    .eng .c-list__no {
      margin-bottom: 0; } }

.eng .c-list__no li {
  font-size: .9rem;
  margin-bottom: 0;
  line-height: 150%;
  padding: 0; }
  @media only screen and (max-width: 680px) {
    .eng .c-list__no li {
      margin-bottom: 0;
      padding: 0; } }

.eng .l-footer__sns-arrow {
  font-size: .9rem; }
  @media only screen and (max-width: 680px) {
    .eng .l-footer__sns-arrow {
      font-size: .7rem; } }

.eng .c-table {
  margin: 0 0 30px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #d0d0d0; }
.eng .c-table th {
  padding: 8px 13px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #d0d0d0;
  background: #4593d1;
  vertical-align: middle;
  font-size: 100%; }
.eng .c-table td {
  padding: 8px 13px;
  border: 1px solid #d0d0d0;
  background: #fff;
  vertical-align: middle;
  font-size: 100%; }

.eng .edit>ul,
.eng .edit>ul li {
  list-style: circle inside; }





/* フッターモーダルキー操作対応
--------------------------------------------- */
.u-mt20 {
  margin-top: 20px; }
.u-mb20 {
  margin-bottom: 20px; }
.u-mb70 {
  margin-bottom: 70px; }
.c-icn__arrow2::before {
  content: url(/content/100074618.png);
  width: 4px;
  height: 11px;
  margin-right: 5px; }

.c-icn-window__after2::after {
  content: url(/content/100074653.png);
  width: 16px;
  height: 15px;
  margin-left: 10px;
  vertical-align: sub; }

.c-table-news__td {
  vertical-align: top; }
.c-cellwidth__20per {
  width: 20%; }
.c-cellwidth__80per {
  width: 80%; }
.c-sp-cellwidth__50per {
  width: 50%; }
.c-table__fixed {
  table-layout: fixed; }

.u-img__width275 {
  width: 275px !important; }
.u-img__width110 {
  width: 110px !important; }

@media only screen and (max-width: 920px) {
  .u-sp-img__max100per {
    max-width: 100% !important;
    width: auto !important;
    height: auto; } }





/* データ移行
==================================================================================================== */

.editableHtml .migration-html p {
  margin-bottom: .9rem!important; }

.editableHtml .migration-html p.honbun {
  margin-bottom: 1.2rem!important; }

.editableHtml .migration-html img {
  margin-bottom: auto!important; }

.editableHtml .migration-html img {
  max-width: none;
  margin-top: 5px; }
  @media only screen and (max-width: 680px) {
    .editableHtml .migration-html img {
      max-width: 100%!important;
      height: auto!important; } }

.editableHtml .migration-html h2 {
  clear: both;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  padding: 0 0 27px; }
  .editableHtml .migration-html h2 span {
    font-size: 1.8rem; }
  .editableHtml .migration-html h2::before {
    content: "";
    width: 95px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f6b506;
    z-index: 1; }
  .editableHtml .migration-html h2::after {
    height: 5px;
    width: 100%;
    background: url(/content/100074607.jpg);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; }
  @media only screen and (max-width: 680px) {
    .editableHtml .migration-html h2 {
      font-size: 1.5rem;
      margin-bottom: 20px;
      padding: 0 0 13px; }
      .editableHtml .migration-html h2 span {
        font-size: 1rem; }
      .editableHtml .migration-html h2::before {
        width: 50px;
        height: 2.5px; }
      .editableHtml .migration-html h2::after {
        height: 2.5px; } }

.editableHtml .migration-html h3 {
  clear: both;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding: 0 0 20px; }
  .editableHtml .migration-html h3 span {
    font-size: 1.6rem; }
  .editableHtml .migration-html h3::before {
    content: "";
    width: 95px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f6b506;
    z-index: 1; }
  .editableHtml .migration-html h3::after {
    height: 1px;
    width: 100%;
    background-color: #c7c7c7;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; }
  @media only screen and (max-width: 680px) {
    .editableHtml .migration-html h3 {
      font-size: 1.5rem;
      margin-bottom: 15px;
      padding: 0 0 10px; }
      .editableHtml .migration-html h3 span {
        font-size: 1rem; }
      .editableHtml .migration-html h3::before {
        width: 50px; } }

.editableHtml .migration-html h4 {
  clear: both;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  padding: 0 0 20px;
  line-height: 150%; }
  .editableHtml .migration-html h4 span {
    font-size: 1.6rem; }
  .editableHtml .migration-html h4::after {
    height: 1px;
    width: 100%;
    background-color: #c7c7c7;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; }
  @media only screen and (max-width: 680px) {
    .editableHtml .migration-html h4 {
      font-size: 1.3rem;
      margin-bottom: 15px;
      position: relative;
      padding: 0 0 10px; }
      .editableHtml .migration-html h4 span {
        font-size: .9rem; }
      .editableHtml .migration-html h4::after {
        height: 1px;
        width: 100%;
        background-color: #c7c7c7;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0; } }

.honbu .editableHtml .migration-html h2 {
  clear: both;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 55px;
  position: relative;
  padding: 0 0 27px;
  width: 100%; }
  .honbu .editableHtml .migration-html h2 span {
    font-size: 2rem; }
  .honbu .editableHtml .migration-html h2::before {
    content: "";
    width: 95px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #196aab;
    z-index: 1; }
  .honbu .editableHtml .migration-html h2::after {
    height: 5px;
    width: 100%;
    background: url(/content/100074606.jpg);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; }
  @media only screen and (max-width: 680px) {
    .honbu .editableHtml .migration-html h2 {
      font-size: 2rem;
      margin-bottom: 20px;
      padding: 0 0 13px; }
      .honbu .editableHtml .migration-html h2 span {
        font-size: 1.4rem; }
      .honbu .editableHtml .migration-html h2::before {
        width: 50px;
        height: 2.5px; }
      .honbu .editableHtml .migration-html h2::after {
        height: 2.5px; } }

.honbu .editableHtml .migration-html h3 {
  clear: both;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
  padding: 0 0 20px; }
  .honbu .editableHtml .migration-html h3 span {
    font-size: 1.6rem }
  .honbu .editableHtml .migration-html h3::before {
    content: "";
    width: 95px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #196aab;
    z-index: 1; }
  .honbu .editableHtml .migration-html h3::after {
    height: 1px;
    width: 100%;
    background-color: #c7c7c7;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; }
  @media only screen and (max-width: 680px) {
    .honbu .editableHtml .migration-html h3 {
      font-size: 1.8rem;
      margin-bottom: 15px;
      padding: 0 0 10px; }
      .honbu .editableHtml .migration-html h3 span {
        font-size: 1.2rem; }
      .honbu .editableHtml .migration-html h3::before {
        width: 50px; } }

.honbu .editableHtml .migration-html h4 {
  clear: both;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 35px;
  position: relative;
  padding: 0 0 20px;
  line-height: 150%; }
  .honbu .editableHtml .migration-html h4 span {
    font-size: 1.6rem; }
  .honbu .editableHtml .migration-html h4::after {
    height: 1px;
    width: 100%;
    background-color: #c7c7c7;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; }
  @media only screen and (max-width: 680px) {
    .honbu .editableHtml .migration-html h4 {
      font-size: 1.6rem;
      margin-bottom: 15px;
      position: relative;
      padding: 0 0 10px; }
      .honbu .editableHtml .migration-html h4 span {
        font-size: 1rem; }
      .honbu .editableHtml .migration-html h4::after {
        height: 1px;
        width: 100%;
        background-color: #c7c7c7;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0; } }

.editableHtml .migration-html h5 {
  clear: both;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px; }
  @media only screen and (max-width: 680px) {
    .editableHtml .migration-html h5 {
      font-size: 1.6rem; } }

@media only screen and (max-width: 680px) {
  .editableHtml .migration-html h4 span.utr-text {
    font-size: 1.6rem; } }

.editableHtml .migration-html ul,
.editableHtml .migration-html ul li,
.editableHtml .migration-html ol,
.editableHtml .migration-html ol li {
  list-style-type: none; }

.editableHtml .migration-html ol.c-list__no,
.editableHtml .migration-html ol.c-list__no li {
  list-style-type: decimal; }

.editableHtml .migration-html table {
  border-collapse: separate;
  border-spacing: 2px;
  /*width: auto!important;*/ }
  @media only screen and (max-width: 680px) {
    .editableHtml .migration-html table {
      width: 100%!important; } }

.editableHtml .migration-html table th {
  padding: 3px; }

.editableHtml .migration-html table td {
  padding: 3px; }





/* googleカスタム検索
==================================================================================================== */
#search {
  padding: 0 0 50px 0;
}
#search .cse .gsc-search-button-v2,
#search .gsc-search-button-v2 {
  padding: 6px 27px 0!important;
}
.eng #search .gsc-search-button-v2 {
  padding: 6px 27px 8px!important;
}
#search .cse .gsc-search-button-v2 svg,
#search .gsc-search-button-v2 svg {
  margin-top: 5px!important;
}
#search button.gsc-search-button-v2 {
  background-color: #196aab;
}
#search .gsc-selected-option {
  white-space: nowrap;
}
.editableHtml #search a {
  border-bottom: none;
}
.editableHtml #search img {
  margin-bottom: 0!important;
}





/* 印刷用CSS
==================================================================================================== */
@media print {
  body {
    zoom: 0.75; }
  .l-wrapper {
    width: 1300px; }

  .p-top-book-movie .l-row .l-col-xs-12:nth-child(2) {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .p-top-highlights-updates .l-col-xs-12,
  .p-top-info .l-col-xs-12,
  .p-menupage__content-item .l-col-xs-12,
  .p-news-top__header .l-col-xs-12,
  .p-news-top__most-popular-in-the-news .l-col-xs-12,
  .p-news-list__press-releases .l-col-xs-12,
  .p-news-list .p-news-list__press-releases-item .l-col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .p-top-events .l-col-xs-12,
  .p-top-link .l-col-xs-12,
  .p-news_multimedia .l-col-xs-12,
  .nav01 .p-news-list__light-gray .l-col-xs-12,
  .nav02 .p-news-list__light-gray .l-col-xs-12 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .p-top-focus .l-col-xs-12,
  .p-top-intiatives .l-col-xs-6,
  .p-top-book-movie .l-row .l-col-xs-12:nth-child(1),
  .p-top-en__nav-box .l-col-xs-6,
  .p-top-focus .l-col-xs-6,
  .p-news-list__latest-news .l-col-xs-12,
  .p-news-detail__most-popular .l-col-xs-6,
  .p-news-list .l-col-xs-6 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  /* Events */
  .p-news-events .l-row .l-col-xs-12:nth-child(1) {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .p-news-events .l-row .l-col-xs-12:nth-child(2) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
    .p-news-events .p-news-events__item .l-row .l-col-xs-12:nth-child(1) {
      -ms-flex-preferred-size: 58.333%;
      flex-basis: 58.333%;
      max-width: 58.333%; }
    .p-news-events .p-news-events__item .l-row .l-col-xs-12:nth-child(2) {
      -ms-flex-preferred-size: 41.667%;
      flex-basis: 41.667%;
      max-width: 41.667%; }

  /* 共通パーツ */
  .editableHtml .l-col-xs-12 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .editableHtml .l-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .editableHtml .l-col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .editableHtml .l-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .editableHtml .l-col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .editableHtml .l-col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .eng .categoryNav img {
    max-width: 100%!important; } }






/* アクセシビリティ（インライン）
==================================================================================================== */
/* サイトポリシー */
.inline__c_fb_bdm {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 35px!important;
  position: relative;
  padding: 0 0 20px;
  line-height: 150%;
  border-bottom: 1px solid #c7c7c7;
}

/* 本郷キャンパスマップ */
.inline__title-icon img.window-icon {
margin-top: 8px!important;
}

/* 本郷地区キャンパスの見学について */
.inline__u-mb30 {
  margin-bottom: 30px !important;
}

/* 東京大学ビデオ */
.inline__iframe {
  border: none;
}

/*（未来社会協創推進本部）
67.アセアンにおける持続可能な電力政策 */
.inline__c-bottom {
  border-bottom: 1px solid #c7c7c7;
}
.inline__c-flex-nowrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  text-align: center;
  -webkit-flex-basis: 20%;
  -ms-flex-basis: 20%;
}
.inline__c-flex-end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.inline__c-flex-item10 {
  padding: 0 10px 10px;
  border-right: 1px solid #c7c7c7;
}
.inline__c-flex-item10:last-child {
  border-right: none;
}
.inline__c-flex-item15 span {
  text-align: left;
  display: block;
  margin-top: 5px;
}
@media only screen and (max-width: 680px) {
  .inline__c-flex-item10 {
    width: 25%;
  }
}

/* UTokyo Mini Brochure */
.inline__brochure ul.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.inline__brochure ul.list li {
  float: left;
  margin:1px;
  padding: 30px;
  text-align: center;
  border: 1px solid #fff;
}

.inline__brochure .edit ul {
  padding:0px;
}


.inline__brochure .frame {
  display: inline-block;
  box-shadow: 10px 10px 20px -5px #000;
  margin-bottom:1em;
}

.inline__brochure .column {
  float: left;
  padding-left:1em;
}

.inline__brochure .column ul li {
  clear:left;
}

.inline__brochure .footertitle {
  font-weight: bold;
  color: #2789CB;
}

.edit .inline__brochure ul {
  list-style: outside none none;
}
.edit .inline__brochure ul.list li {
  max-width: 293px;
}
.edit .inline__brochure ul.list li img {
  margin-bottom: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 680px) {
  .edit .inline__brochure ul.list li {
    max-width: initial;
  }
}

.inline__brochure .why_relatedBoxArea {
  clear: both;
  padding: 20px 0px 40px 0;
  margin-bottom:2em;
  background: #fff;
  overflow: hidden;
}
.inline__brochure .why_relatedBox {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
}
.inline__brochure .why_relatedBox .why_boxTitle {
  padding: 0 0 20px 0;
  color: #F9BB06;
  font-size: 1.8rem;
  border-bottom: 1px solid #4a4a4a;
}
.inline__brochure .why_relatedBox .boxDetail ul {
  padding: 20px 0 0 0;
}

.inline__brochure .why_relatedBox .boxDetail ul li {
  float: left;
  padding: 0 20px 6px 15px;
  background: url(/content/400026954.png) no-repeat 0 8px;
  background-size: 4px 6px;
}

.inline__brochure .why_relatedBox02 .boxDetail ul li {
  float: left;
  padding: 0 20px 6px 15px;
  background: url(/content/400026954.png) no-repeat 0 8px;
  background-size: 4px 6px;
}
.inline__brochure .why_relatedBox02 .boxDetail ul .icnBlank {
  padding: 0 20px 6px 20px;
  background: url(/content/400026955.png) no-repeat 0 5px;
  background-size: 20px 20px;
}

.inline__brochure .why_relatedBox02 .boxDetail ul li.footertitle {
  padding-left: 0;
  background: none;
}


/*“Seven Summiteer” Fusing Mountaineering with Tourism in Japan */
.inline__seven .txt_color_type1 {
  color: #a84305;
}
.inline__seven .main > .arwLink01 {
  margin-left: 20px;
}

/* Ultrathin organic material enhances e-skin display */
.inline__u-w300 {
  width: 300px;
}

.inline__u-w310 {
  width: 310px;
}
@media only screen and (max-width: 680px) {
  .inline__u-w300 {
    width: auto;
  }

  .inline__u-w310 {
    width: auto;
    margin-bottom: 30px;
  }
}

/* “Seven Summiteer” Fusing Mountaineering with Tourism in Japan */
.inline__txt_color_type1 {
  color: #a84305;
}
body#why_U .arwLink01.inline__arwLink01 {
  margin: 10px 0 25px 20px;
}

/* Exploring Wonders of the World of RNA that Contradict the Central Dogma｜UTOKYO VOICES 035 */
.inline__hbn {
  text-align: justify;
}

.inline__figure {
  clear: both;
  margin-left: 2em;
  width: 310px;
}

.inline__mbdr {
  border:1px solid #999;
}

.inline__profbox {
  box-sizing: border-box;
  width: 100%;
  padding:20px;
  border: solid 1px #E50012;
  overflow: auto;
}
.inline__profbox p {
  font-size: 90%;
  text-align:justify;
}
.inline__profbox img {
  text-align:left;
  float:left;
  margin-right: 15px;
  clear: both;
}

.inline__hbnArea {
  float: left;
  width: 68%;
}

.inline__columnArea-why_hTitle {
  float: left;
}
h2.why_hTitle.inline__why_hTitle__hbn {
  margin-bottom: 20px;
}

@media screen and (max-width:1178px) {
  .inline__figure {
    width: 100%;
  }
  .inline__figure .inline__imgSpC {
    text-align: center;
  }
  .inline__hbnArea {
    width: 100%;
  }
}


@media screen and (max-width:950px) {

  .inline__figure {
    margin: 0;
    padding: 20px 0;
  }

  .inline__hbnArea {
    float: none;
  }
  .inline__columnArea-why_hTitle {
    float: none;
    border-top: 1px solid #e50012;
  }
}

/* 東京大学ビジョン2020 */
.bg-image-style {
  background: url(/content/100112018.jpg) 50% 100% no-repeat #000;
}

/* facebook高さ対応 */
iframe#facebook-jssdk-iframe {
  position: absolute;
}

/* 教員検索 2019/03 */
.m-kaken-box{
  display: none;
}
.m-kaken-project .c-list__link-list-w100 li::before{
  top: 0.7em;
}
.m-kaken-project .c-list__link-list-w100 li{
  line-height: 1.6;
}
.m-kaken-project .icon_syubetu{
  padding: 0 4px;
  background: #143872;
  color: #fff;
  font-size: 0.9em;
}
.m-public-editor{
  font-size: 1.5rem;
  line-height: 140%;
  margin-bottom: 30px;
  text-align: right;
}
.m-public-editor a{
  display: inline-block;
  border: 1px solid #333;
  padding: 5px 10px;
  background: #f0f0f0;
}

/* Jobs表組調整 20190827 */
@media only screen and (min-width: 681px) and (max-width: 1229px) {
.c_horizontal-scroll__inner {
  overflow: visible; }
.c_horizontal-scroll .c-table-news {
  width: auto; }
.p-news-jobs .c-table-news__th {
  padding: 12px 12px;
  font-size: 1.3rem; }
.p-news-jobs .c-table-news__td {
  padding: 12px 12px;
  font-size: 1.3rem; }
.p-news-jobs .c-detail a {
  white-space: normal; }
.p-news-jobs .p-news-jobs__table-tag {
  width: 80px; }
.p-news-jobs .c-icn-pdf::before {
  width: 14px;
  height: 16px; } }

@media only screen and (min-width: 681px) and (max-width: 950px) {
.p-news-jobs .c-table-news__th {
  padding: 9px 9px; }
.p-news-jobs .c-table-news__td {
  padding: 9px 9px; } }

/* 東京大学基金 20190828 */
.l-header__link {
  bottom: auto;
  top: 10px;
}
li.l-header__link-item.l-header__link-item-01:lang(ja) {
  font-size: 1.3rem;
}
li.l-header__link-item.l-header__link-item-01:lang(en) {
  font-size: 1.3rem;
}
.l-header__donation {
  position: absolute;
  left: 33px;
  bottom: 18px;
  width: auto;
  background-color: #000;
  border-radius: 30px;
  border: 2px solid #fff;
  padding: 5px 30px;
  text-align: center;
  color: #fff;
}
.l-header__donation:lang(ja) {
  font-size: 1.4rem;
}
.l-header__donation .l-header__link-item:lang(ja) {
  font-size: 1.5rem;
}
.l-header__donation span.l-header__link-item a::before {
  width: 20px;
  height: 24px;
  background: url(/content/400122200.png) 50% no-repeat;
  background-size: cover;
  left: -35px;
  top: -2px;
}
@media only screen and (max-width: 680px) {
  .l-header__donation {
    display: none;
  }
}
@media only screen and (max-width: 920px) {
  .l-header__link {
    bottom: 70px;
    top: auto;
  }
}
.l-header__logo,
.l-header__logo-en {
  top: 50px;
}
@media only screen and (max-width: 680px) {
  .l-header__logo,
  .l-header__logo-en {
    top: 50%; } }
.l-header__link-item-01 a::before {
  top: 3px;
}

/* 緊急時情報発信 */
.emergency .p-lower-header {
  height: 100px; }
.emergency .p-lower-header__title {
  padding-right: 0; }
.emergency .l-header {
  position: relative;
  height: 124px; }
.emergency .l-header__logo {
  top: 50%; }
.emergency .l-footer__body {
  text-align: center;
  padding: 50px; }

.emergency-wrap {
  margin-bottom: 70px;
  line-height: 1.7;
  font-size: 2.4rem; }
.emergency-wrap .emergency-title {
  clear: both;
  background-color: #ddd;
  border: 3px double #aaa;
  margin-bottom: 15px;
  padding: 3px 10px;
  font-size: 2.5rem;
  font-weight: bold; }
.emergency-wrap .emergency-text {
  font-size: 2rem; }
.emergency-wrap .emergency-text a {
  border-bottom: 1px dashed #0d3d63;
  text-decoration: none;
  color: #0000ff; }
.emergency-wrap .emergency-text a:hover {
  border-bottom: none;
  text-decoration: none; }

.emergency-wrap .emergency-date {
  font-size: 2rem;
  text-align: right;
  margin-bottom: 15px; }
.emergency .c-button-wrap {
  margin: 10px 0 50px; }
.emergency .c-button {
  background-color: #196aab;
  display: block;
  margin: 0 auto; }
.emergency .lang-label {
  margin-bottom: 15px;
  font-size: 2rem;
  color: #00f;
  font-weight: bold; }

@media only screen and (max-width: 680px) {
  .emergency .l-main {
    margin-top: 0; }
  .emergency .p-lower-header {
    height: 100px; } }

/* 教員詳細ページボタン */
.login-button {
  text-align: center;
}
.login-button .label {
  display: inline-block;
  vertical-align: middle;
}

/* いいねボタン 20200106 */
/* 20210318 UTokyo change 100-120 */
/* シェアボタン 20231218 */
.fb_iframe_widget {
  /*width: 120px;*/
  overflow: hidden;
}
.fb_iframe_widget iframe {
  /*left: -60px;*/
}
.fb_iframe_widget_fluid {
  display: inline-block!important;
}
.c-share__facebook {
  margin-right: 15px;
}



/* トップページお知らせ欄追加 2020 */
.p-top-info .p-top-updates .c-section__title {
  margin-bottom: 30px;
  font-size: 2.8rem; }
  .p-top-info .p-top-updates.notices .c-section__title::before {
    background: url(/content/400131474.png) 50% no-repeat;
    background-size: 100%!important; }
  .p-top-info .p-top-updates.admissions .c-section__title::before {
    background: url(/content/400131475.png) 50% no-repeat;
    background-size: 100%!important; }

.p-top-info .c-section__ineer {
  padding: 30px 50px 10px; }
.p-top-info .p-top-updates__list-title {
  font-size: 1.5rem; }
.p-top-info .p-top-updates__list-item a {
  padding: 12px 0 7px; }

@media only screen and (max-width: 680px) {
  .p-top-info .p-top-updates .c-section__title {
    margin-bottom: 15px;
    font-size: 1.7rem; }
  .p-top-info .p-top-updates.admissions .c-section__title {
    margin-top: 15px; }

  .p-top-info .c-section__ineer {
    padding: 15px 50px 10px; }
  .p-top-info .p-top-updates__list-title {
    font-size: 1.2rem; } }

/* トップページ英語ページ同期 2020 */
.p-slider-msg-inner strong {
    display: block; }
.p-slider-msg-inner strong {
    font-size: 2rem;
    color: #fbc500;
    margin-bottom: 10px; }
.c-section.p-top-en__nav-box {
  margin-bottom: 50px; }
  @media only screen and (max-width: 920px) {
    .p-slider-msg-inner strong {
      font-size: 1.5rem; }
    .utokyo_top_eng .p-slider-msg {
      font-size: 1.05rem; } }

/* イベントカレンダー絞り込み 2020 */
.p-news-events__calendar-select {
  position: relative;
  width: 50%;
  margin: 10px auto;
  background-color: #fff;
  border-radius: 8px;
  z-index: 0;
  display: inline-block; }
  .p-news-events__calendar-select.cal-month {
    width: 45%; }
  :lang(en) .p-news-events__calendar-select {
    width: 40%; }
    :lang(en) .p-news-events__calendar-select.cal-month {
      width: 58%; }
  .p-news-events__calendar-select::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    font-size: 1.6rem;
    background: url(/content/100074623.png) 50% no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    z-index: 50; }
  .p-news-events__calendar-select select {
    position: relative;
    border: 1px solid #c1c1c1;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    color: #000;
    padding: 0 33px 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 8px;
    background: none transparent;
    vertical-align: middle;
    cursor: pointer;
    z-index: 100; }
    .p-news-events__calendar-select select::-ms-expand {
      display: none; }
    .p-news-events__calendar-select select.notactive {
      background-color: #ccc;
      color: #999;
      cursor: default; }
  @media only screen and (max-width: 680px) {
    .p-news-events__calendar-select {
      width: 50%; }
      .p-news-events__calendar-select::after {
        right: 10px;
        top: 50%;
        font-size: 1rem;
        width: 10px;
        height: 10px; }
      .p-news-events__calendar-select select {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 1.4rem;
        padding: 0 30px 0 10px; } }

/* カスタム検索表示仕様変更対応 2020 */
.editableHtml .migration-html .gs-web-image-box {
    width: 100px;
}
.editableHtml .migration-html .gs-web-image-box img {
    max-width: 100%;
}

.editableHtml .migration-html .gsc-tabHeader.gsc-tabhInactive {
    color: #666;
    background: none;
}
.editableHtml .migration-html .gsc-results .gsc-cursor-box .gsc-cursor-page {
    background: none;
    color: #666;
}
.editableHtml .migration-html .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    background-color: #FFFFFF;
    color: #FF9900;
}
.editableHtml .migration-html .gs-result .gs-image {
    border: none;
}
.editableHtml .migration-html .gs-result .gs-image .gs-image {
    border: 1px solid #e2e2e2;
}





/* 2021改修
========================================================================== */

/* トップページ改修（2021） */
.p-top-focus__item {
  box-shadow: 7px 7px 0 0 rgb(0 0 0 / 20%); }
.p-top-events__item {
  box-shadow: 7px 7px 0 0 rgb(0 0 0 / 20%); }
.p-top-book-movie .l-col-sm-6 {
  margin-bottom: 40px; }

.p-top-info .p-top-updates__list-date,
.p-top-updates .p-top-updates__list-date {
  float: left;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 160%;
}
.p-top-info .p-top-updates__list-title,
.p-top-updates .p-top-updates__list-title {
  font-size: 1.5rem;
  margin-left: 140px;
  line-height: 160%;
}

/* トップページ以外改修（2021） */
.p-top-focus__item-title-button-alerts {
  position: relative;
  height: 36px;
  line-height: 34px;
  width: 70%;
  margin: 12px auto 0;
  background-color: #fff;
  text-align: center;
  border-radius: 21px;
  font-size: 1.4rem;
  color: #000;
  border: 2px solid #aaa;
}
.p-top-focus__item-title-button-alerts a::before {
  content: "";
  background: url(/content/100074618.png) 50% no-repeat;
  background-size: 100%;
  width: 4px;
  height: 11px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-news-list__latest-news .c-section__subtitle {
  font-size: 2.3rem;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 300;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  display: inline-block; }
@media only screen and (max-width: 680px) {
  .p-news-list__latest-news .c-section__subtitle {
    font-size: 1.6rem; }
  .p-top-focus__item-title-button-alerts {
    font-size: 1.2rem; } }

.p-top-latest__news-button {
  height: 42px;
  line-height: 42px;
  width: 25%;
  margin: 0 auto 20px;
  background-color: #f9bb06;
  text-align: center;
  border-radius: 21px;
  font-size: 1.6rem;
  color: #000; }
  .p-top-latest__news-button a {
    display: block;
    position: relative; }
    .p-top-latest__news-button a::before {
      content: "";
      background: url(/content/100074618.png) 50% no-repeat;
      background-size: 100%;
      width: 4px;
      height: 11px;
      position: absolute;
      left: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .p-top-latest__news-button:hover {
    background-color: #f2cb5a; }
  @media only screen and (max-width: 680px) {
    .p-top-latest__news-button {
      height: 36px;
      line-height: 36px;
      width: 50%;
      margin: 0 auto 20px;
      border-radius: 18px;
      font-size: 1.2rem; }
      .p-top-latest__news-button a::before {
        width: 3px;
        height: 7.5px; } }

.nav02 .p-news-list .c-section__subtitle {
  font-size: 2.3rem;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 300;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  display: inline-block; }
.nav02 .p-news-list .c-section__title-wrap.c-section__subtitle-wrap {
  border-top: 1px solid #aaa;
  padding-top: 50px;
  margin: 0 20px; }
.nav02 .p-news-list.p-news-list-article-bottom .c-section__ineer {
  padding-top: 0;
}
  @media only screen and (max-width: 680px) {
    .nav02 .p-news-list .c-section__subtitle {
        font-size: 2rem;
    }
    .nav02 .p-news-list .c-section__title-wrap.c-section__subtitle-wrap {
        padding-top: 30px;
        margin: 0 10px;
    }
    .nav02 .p-news-list.p-news-list-article-bottom .c-section__ineer {
        padding-top: 0;
    }
    .c-icn-tag {
        margin: 0 10px;
    } }

.p-top-events__tags {
    display: flex;
    flex-wrap: wrap; }
  .p-top-events__tags .p-top-events__tag {
    background-color: #eeeeee;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 10px 5px 0 0;
    font-size: 1.3rem; }

.status {
    padding: 5px 12px 3px;
    background-color: #f5d37d;
    border: 1px solid #F6B506;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    font-size: 1.4rem;
    margin-right: 10px;
    vertical-align: text-top;
    line-height: 2; }
.statusApp {
    color: #D80000; }
@media only screen and (max-width: 680px) {
  .status {
    font-size: .9rem; } }

/* レスポンシブ追加対応（2021） */
@media only screen and (max-width: 680px) {
  .p-top-info .p-top-updates__list-date,
  .p-top-updates .p-top-updates__list-date {
    float: none;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 140%;
  }
  .p-top-info .p-top-updates__list-title,
  .p-top-updates .p-top-updates__list-title {
    font-size: 1.2rem;
    margin-left: 0;
    line-height: 140%;
  }
}

@media only screen and (max-width: 680px) {
  .p-top-highlights .l-col-sm-6,
  .p-top-highlights .l-col-sm-3 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .p-top-book-movie .l-col-sm-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .p-top-info .c-section__ineer {
    padding: 15px 25px 10px;
  }
  .p-top-info .l-col-sm-6 {
    margin-top: 20px;
  }
  .p-top-info .l-col-sm-6 .l-col-sm-6 {
    margin-top: 0;
  }
  .p-top-highlights .c-section__title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 681px) and (max-width: 920px) {
  .p-top-highlights .l-col-sm-6,
  .p-top-highlights .l-col-sm-3 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .p-top-focus .l-col-sm-3 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .p-news-top__header .l-col-sm-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-news-list__latest-news .l-col-sm-3 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .p-news-top__most-popular-item .c-icn-tag {
    font-size: 1.2rem;
    padding: 0 15px;
    margin: 0;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1024px) {
  .p-top-highlights .l-col-sm-6,
  .p-top-highlights .l-col-sm-3 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
  .p-top-focus .l-col-sm-3 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
    .cat-news.p-top-focus .l-col-sm-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%;
    }
  .p-top-intiatives .l-col-sm-3 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
  .p-top-link .l-col-sm-4 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .p-top-info .l-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .p-top-focus .l-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .p-top-intiatives .l-col-sm-3 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
  .p-top-book-movie .l-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .p-top-book-movie .l-col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .p-top-link .l-col-sm-4 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}

/* 英語グローバルナビゲーション改修（2021） */
.utokyo_top_eng .l-gnav__top,
.eng .l-gnav__top,
.fsi-eng .l-gnav__top,
:lang(en) .sdgs .l-gnav__top,
:lang(en) .ai .l-gnav__top,
:lang(en) .quantum .l-gnav__top,
:lang(en) .d3 .l-gnav__top,
:lang(en) .cyber .l-gnav__top,
:lang(en) .dp .l-gnav__top {
    display: flex;
}
.utokyo_top_eng .l-gnav__home,
.eng .l-gnav__home,
.fsi-eng .l-gnav__home,
:lang(en) .sdgs .l-gnav__home,
:lang(en) .ai .l-gnav__home,
:lang(en) .quantum .l-gnav__home,
:lang(en) .d3 .l-gnav__home,
:lang(en) .cyber .l-gnav__home,
:lang(en) .dp .l-gnav__home {
    background: url(/content/400173306.png) right no-repeat;
    padding-right: 0;
    margin-right: 0;
    width: auto;
    flex-basis: 775px;
}
.utokyo_top_eng .l-gnav__education,
.eng .l-gnav__education,
.fsi-eng .l-gnav__education,
:lang(en) .sdgs .l-gnav__education,
:lang(en) .ai .l-gnav__education,
:lang(en) .quantum .l-gnav__education,
:lang(en) .d3 .l-gnav__education,
:lang(en) .cyber .l-gnav__education,
:lang(en) .dp .l-gnav__education {
    display: inline-block;
    font-size: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background-color: #1B7CC1;
    flex-basis: 197px;
}
.eng .l-gnav__education {
    font-size: .95rem!important;
}
.utokyo_top_eng .l-gnav__item.l-gnav__item-05,
.utokyo_top_eng .l-gnav__item.l-gnav__item-06,
.eng .l-gnav__item.l-gnav__item-05,
.eng .l-gnav__item.l-gnav__item-06,
.fsi-eng .l-gnav__item.l-gnav__item-05,
.fsi-eng .l-gnav__item.l-gnav__item-06,
:lang(en) .sdgs .l-gnav__item.l-gnav__item-05,
:lang(en) .sdgs .l-gnav__item.l-gnav__item-06,
:lang(en) .ai .l-gnav__item.l-gnav__item-05,
:lang(en) .ai .l-gnav__item.l-gnav__item-06,
:lang(en) .quantum .l-gnav__item.l-gnav__item-05,
:lang(en) .quantum .l-gnav__item.l-gnav__item-06,
:lang(en) .d3 .l-gnav__item.l-gnav__item-05,
:lang(en) .d3 .l-gnav__item.l-gnav__item-06,
:lang(en) .cyber .l-gnav__item.l-gnav__item-05,
:lang(en) .cyber .l-gnav__item.l-gnav__item-06,
:lang(en) .dp .l-gnav__item.l-gnav__item-05,
:lang(en) .dp .l-gnav__item.l-gnav__item-06 {
    background-color: #1B7CC1;
}

.utokyo_top_eng .l-gnav-sub__education-title,
.eng .l-gnav-sub__education-title,
.fsi-eng .l-gnav-sub__education-title,
:lang(en) .sdgs .l-gnav-sub__education-title,
:lang(en) .ai .l-gnav-sub__education-title,
:lang(en) .quantum .l-gnav-sub__education-title,
:lang(en) .d3 .l-gnav-sub__education-title,
:lang(en) .cyber .l-gnav-sub__education-title,
:lang(en) .dp .l-gnav-sub__education-title {
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #1B7CC1;
  font-size: 1.8rem;
  font-weight: 300;
  color: #000; }
  .l-gnav-sub__education-title span {
    font-weight: 700; }
  .l-gnav-sub__education-title a {
    color: #fff;
    display: block; }

@media only screen and (max-width: 680px) {
  .eng .l-gnav-sub__education-title {
    font-size: 1.2rem; } }

body.eng.nav05 .l-gnav__item:nth-child(5) {
    background-color: #196aab; }
body.eng.nav06 .l-gnav__item:nth-child(6) {
    background-color: #1B7CC1; }
body.eng.nav07 .l-gnav__item:nth-child(7) {
    background-color: #1B7CC1; }
body.eng.nav05 .l-gnav__item:nth-child(6) {
    background-color: #06355b; }
body.eng.nav06 .l-gnav__item:nth-child(7) {
    background-color: #06355b; }
body.eng.nav07 .l-gnav__item:nth-child(5) {
    background-color: #06355b; }

/* 英語カテゴリーニュース */
.cat-news.p-top-focus {
  margin-bottom: 50px;
}
.cat-news.p-top-focus a {
  color: #000;
}
.cat-news.p-top-focus a:hover {
  text-decoration: none;
}
.cat-news.p-top-focus .p-top-focus__item-text {
  font-size: 1rem;
}
.cat-news.p-top-focus a:hover .p-top-focus__item-text {
  text-decoration: underline;
}
.cat-news.p-top-focus .p-top-focus__item-date {
  font-size: .875rem;
  padding-bottom: 25px;
}
.cat-news.p-top-focus .p-top-focus__item-tag {
  font-size: .815rem;
  margin: 0 10px!important;
}
.cat-news.p-top-focus .p-top-latest__news-button {
  margin: 0 auto 20px!important;
  font-size: 1rem;
}
@media only screen and (max-width: 680px) {
  .cat-news.p-top-focus .p-top-latest__news-button {
    font-size: 0.75rem;
  } }



/* 2024ヘッダーフッター修正
========================================================================== */

.l-header{
  width:100%;
  font-size:1.4rem;
  background-color:#fff;
  color:#196AAB;
}
.eng .l-header{
  height: auto;
  font-size:.875rem;
  line-height: 14px;
}
.l-header a{
  text-decoration:none;
}
.l-header .sp{
  display:none !important;
}
@media screen and (max-width: 680px){
  .l-header .sp{
    display:block !important;
  }
}
.l-header .header-inner{
  width:100%;
  height:auto;
  padding:0 20px;
}
.l-header .header-inner-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
}
.l-header .header-upside{
  padding:10px 0;
  border-bottom:1px solid #ccc;
}
@media screen and (max-width: 680px){
  .l-header .header-upside{
    border:none;
  }
}
.l-header .header-upside .header-inner{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
}
@media screen and (max-width: 680px){
  .l-header .header-upside .header-inner{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
  }
}
.l-header .header-upside .logo{
  display:none;
}
.utokyo_top .l-header .header-upside .logo,
.utokyo_top_eng .l-header .header-upside .logo,
.focus_top .l-header .header-upside .logo{
  display:block;
  position: absolute;
  top: 47px;
  left: 20px;
  width: 350px;
  z-index: 1;
}
@media screen and (max-width: 950px){
  .utokyo_top .l-header .header-upside .logo,
  .utokyo_top_eng .l-header .header-upside .logo,
  .focus_top .l-header .header-upside .logo{
    left: 0;
    right: 0;
    margin: auto;
    width: 250px;
  }
}
@media screen and (max-width: 680px){
  .l-header .header-upside .logo{
    justify-self:center;
    display:block;
    width:180px;
  }
  .utokyo_top .l-header .header-upside .logo,
  .utokyo_top_eng .l-header .header-upside .logo,
  .focus_top .l-header .header-upside .logo{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width:180px;
  }
}
.l-header .header-upside .nav-list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-column-gap:16px;
  -moz-column-gap:16px;
  column-gap:16px;
  margin-left:auto;
}
.l-header .header-upside .nav-list a:hover{
  text-decoration:underline;
}
@media screen and (max-width: 680px){
  .l-header .header-upside .nav-list{
    display:none;
  }
}
.l-header .header-upside .nav-list .item{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-column-gap:4px;
  -moz-column-gap:4px;
  column-gap:4px;
}
.l-header .header-upside .nav-list .item a{
  color:#196AAB;
}
.l-header .header-upside .nav-list .item::before{
  content:"";
  width:16px;
  height:16px;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:contain;
  mask-size:contain;
  background-color:#196AAB;
}
.l-header .header-upside .nav-list .item.skip::before{
  -webkit-mask-image:url("/content/400244318.svg");
  mask-image:url("/content/400244318.svg");
}
.l-header .header-upside .nav-list .item.contact::before{
  -webkit-mask-image:url("/content/400244320.svg");
  mask-image:url("/content/400244320.svg");
}
.l-header .header-upside .select-lang{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-column-gap:4px;
  -moz-column-gap:4px;
  column-gap:4px;
  position:relative;
  top:auto;
  right:auto;
  margin-left:16px;
}
.l-header .header-upside .select-lang ul li a:hover span{
  text-decoration:underline;
}
@media screen and (max-width: 680px){
  .l-header .header-upside .select-lang{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    justify-self:end;
    margin-left:0;
    font-size:1.2rem;
  }
  .eng .l-header .header-upside .select-lang{
    font-size:82.5%;
  }
}
.l-header .header-upside .select-lang a{
  color:#196AAB;
}
.l-header .header-upside .select-lang a:hover{
  text-decoration:underline;
}
.l-header .header-upside .select-lang::before{
  content:"";
  width:16px;
  height:16px;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:contain;
  mask-size:contain;
  background-color:#196AAB;
  -webkit-mask-image:url("/content/400244319.svg");
  mask-image:url("/content/400244319.svg");
}
@media screen and (max-width: 680px){
  .l-header .header-upside .select-lang::before{
    margin-bottom: 3px;
  }
}
.l-header .header-upside .select-lang ul{
  z-index:1;
}
.l-header .header-upside .select-lang ul li a span{
  color:#fff;
}
.l-header .header-bottom{
  padding:20px 0;
}
@media screen and (max-width: 680px){
  .l-header .header-bottom{
    display:none;
  }
}
.l-header .header-bottom .header-inner{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  gap:20px;
}
.utokyo_top .l-header .header-bottom .header-inner,
.utokyo_top_eng .l-header .header-bottom .header-inner,
.focus_top .l-header .header-bottom .header-inner{
  flex-direction: row-reverse;
}
.l-header .header-bottom .header-inner button:hover{
  opacity:0.8;
}
.l-header .header-bottom .logo{
  position:static;
  width:350px;
  -webkit-transform:none;
  transform:none;
}
@media screen and (max-width: 950px){
  .l-header .header-bottom .header-inner{
    flex-direction:column;
    align-items: center;
  }
  .utokyo_top .l-header .header-bottom .header-inner,
  .utokyo_top_eng .l-header .header-bottom .header-inner,
  .focus_top .l-header .header-bottom .header-inner{
    flex-direction:column;
  }
  .l-header .header-bottom .logo{
    width:250px;
  }
}
@media screen and (max-width: 680px){
  .l-header .header-bottom .header-inner{
    flex-direction:row;
    align-items: stretch;
  }
}
@media screen and (max-width: 680px){
  .l-header .hamburger-button-wrap{
    justify-self:start;
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    row-gap:4px;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    height:20px;
    cursor:pointer;
    z-index:100;
  }
  .l-header .hamburger-button{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    width:28px;
    height:20px;
  }
  .l-header .hamburger-button span{
    width:100%;
    height:2px;
    border-radius:10px;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    background:#196AAB;
  }
  .l-header .hamburger-button.is-active span{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
  }
  .l-header .hamburger-button.is-active span:nth-of-type(1){
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
  }
  .l-header .hamburger-button.is-active span:nth-of-type(2){
    opacity:0;
  }
  .l-header .hamburger-button.is-active span:nth-of-type(3){
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
  }
}

.form-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-column-gap:12px;
  -moz-column-gap:12px;
  column-gap:12px;
}
.utokyo_top .form-wrap,
.utokyo_top_eng .form-wrap,
.focus_top .form-wrap{
  height: 75.08px;
}
@media screen and (max-width: 950px){
  .utokyo_top .form-wrap,
  .utokyo_top_eng .form-wrap,
  .focus_top .form-wrap{
    height: auto;
    margin-top: 73px;
  }
}
@media screen and (max-width: 680px){
  .form-wrap{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding:20px;
    background-color:#ccc;
  }
  .utokyo_top .form-wrap,
  .utokyo_top_eng .form-wrap,
  .focus_top .form-wrap{
    margin-top: auto;
  }
}
.form-wrap button{
  -webkit-font-feature-settings:"palt";
  font-feature-settings:"palt";
  background-color:transparent;
  border:none;
  cursor:pointer;
  outline:none;
  padding:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  color:inherit;
}
.form-wrap .form{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-column-gap:12px;
  -moz-column-gap:12px;
  column-gap:12px;
}
.form-wrap .site-search{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}
.form-wrap .site-search .input{
  padding:11px 40px 12px 20px;
  background-color:#E8F0F7;
  border-radius:100px;
  border:none;
  color: #000;
  border: 2px solid #fff;
}
.form-wrap .site-search input:focus{
  outline: none;
  border: 2px solid #196aab;
}
@media screen and (max-width: 680px){
  .form-wrap .site-search .input{
    width:clamp(100px, 200 / 390 * 100vw, 280px);
    font-size: 1.2rem;
    border: 2px solid #ccc;
  }
  .eng .form-wrap .site-search .input{
    font-size: .75rem;
  }
}
.form-wrap .site-search .submit{
  width:40px;
  height:40px;
  margin-left:-40px;
  padding:10px;
  background-color:#196AAB;
  border-radius:50%;
}
.eng .form-wrap .site-search .submit img{
  vertical-align:top;
}
.form-wrap .teacher-search{
  padding:12px 20px;
  background-color:#196AAB;
  border-radius:100px;
  color:#fff;
}
@media screen and (max-width: 680px) {
  .form-wrap .teacher-search{
    font-size: 1.3rem;
  }
  .eng .form-wrap .teacher-search{
    font-size: 92.5%;
    line-height: 1;
  }
}
.form-wrap .fund-btn a{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-column-gap:4px;
  -moz-column-gap:4px;
  column-gap:4px;
  padding:12px 20px;
  border:1px solid #196AAB;
  border-radius:100px;
  color:#196AAB;
}
.form-wrap .fund-btn a:hover{
  background-color: #E8F0F7;
}
.form-wrap .fund-btn .icon{
  width:12px;
}
.form-wrap .fund-btn .external-link{
  width:14px;
}

.l-gnav-sub-inner{
  padding:58px 0;
}

.l-gnav-language__list{
  margin-top:58.5px;
  border-top:1px solid #8e8e8e;
}

.l-footer.bg-white{
  color:#000;
  background-color:#fff;
}
.l-footer.bg-white a{
  color:#000;
}
.l-footer a:hover{
  text-decoration: underline;
}
.eng .l-footer.bg-white .footer-link-list a {
  font-size: 62.5%;
  line-height: 1;
}
.l-footer.bg-white .footer-inner .left .footer-logo{
  border:1px solid #196AAB;
}
.l-footer.bg-white .footer-inner .left .footer-link-list .item::before{
  background-color:#000;
}
.l-footer.bg-white .footer-inner .left .footer-link-list .item .external-link::after{
  background-color:#000;
}
.l-footer .footer-wrap{
  position:relative;
  font-size:1.4rem;
}
/*.l-footer .footer-wrap .footer-inner::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:50%;
  height:100%;
  background:url("/content/100074615.jpg") top right/contain no-repeat;
}
.l-footer.bg-white .footer-wrap .footer-inner::after{
  background:url("/content/400244323.png") top right/contain no-repeat;
  background-size:80%;
  background:none;
}
@media screen and (max-width: 680px){
  .l-footer .footer-wrap .footer-inner::after{
    content:none;
  }
}*/
.l-footer .footer-inner{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
  max-width:1300px;
  width:100%;
  padding:48px 40px;
  margin:0 auto;
  z-index:1;
  align-items:flex-end;
}
@media screen and (max-width: 680px){
  .l-footer .footer-inner{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    row-gap:30px;
    padding: 20px;
  }
}
.l-footer .footer-inner .left{
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
}
.l-footer .footer-inner .right{
  text-align: right;
}
@media screen and (max-width: 680px){
  .l-footer .footer-inner .left{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
  }
}
.l-footer .footer-inner .left .footer-logo{
  width:280px;
  margin-bottom:28px;
  padding:12px 26px;
  background-color:#fff;
}
.l-footer .footer-inner .left .footer-logo img{
  width:100%;
}
.l-footer .footer-inner .left .information-link{
  margin-bottom:48px;
  padding:12px 26px;
  background-color:#196AAB;
  border-radius:100px;
  font-weight:bold;
  color:#fff;
}
.eng .l-footer .footer-inner .left .information-link {
  font-size: 62.5%;
  line-height: 1;
}
@media screen and (max-width: 680px){
  .l-footer .footer-inner .left .information-link{
    font-size: 1.1rem;
    text-align: center;
  }
  .eng .l-footer .footer-inner .left .information-link {
    font-size: 49.25%;
    line-height: 1;
  }
}
.l-footer .footer-inner .left .footer-link-list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  gap:24px;
  margin-bottom:40px;
}
@media screen and (max-width: 680px){
  .l-footer .footer-inner .left .footer-link-list{
    gap:20px;
  }
}
.l-footer .footer-inner .left .footer-link-list .item{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-size:1.5rem;
}
@media screen and (max-width: 680px){
  .l-footer .footer-inner .left .footer-link-list .item{
    font-size: 1.2rem;
  }
}
.l-footer .footer-inner .left .footer-link-list .item::before{
  content:"";
  width:16px;
  height:16px;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:contain;
  mask-size:contain;
  background-color:#fff;
  -webkit-mask-image:url("/content/400244318.svg");
  mask-image:url("/content/400244318.svg");
  rotate:-90deg;
  margin-bottom: 2px;
}
.l-footer .footer-inner .left .footer-link-list .item img {
  vertical-align: text-top;
  margin: 0 2px 0 5px !important;
}
.l-footer .footer-inner .left .footer-link-list .item .external-link{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-column-gap:4px;
  -moz-column-gap:4px;
  column-gap:4px;
}
.l-footer .footer-inner .left .footer-link-list .item .external-link::after{
  content:"";
  width:16px;
  height:16px;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:contain;
  mask-size:contain;
  background-color:#fff;
  -webkit-mask-image:url("/content/400244317.svg");
  mask-image:url("/content/400244317.svg");
}
.l-footer .footer-inner .left .footer-text{
  font-size:1.3rem;
  line-height:180%;
}
.eng .l-footer .footer-inner .left .footer-text{
  font-size:57.5%;
}
@media screen and (max-width: 680px){
  .l-footer .footer-inner .left .footer-text{
    font-size: 1rem;
    text-align: center;
  }
  .eng .l-footer .footer-inner .left .footer-text{
    font-size:45%;
  }
}
.l-footer .footer-inner .right{
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end;
  z-index: 100;
}
@media screen and (max-width: 680px){
  .l-footer .footer-inner .right{
    align-items: center;
    gap: 35px;
  }
}
.l-footer .footer-inner .right .access-btn{
  padding:8px 24px;
  border:1px solid #196AAB;
  border-radius:100px;
  background-color:#fff;
  color:#196AAB;
}
.l-footer .footer-inner .right .access-btn p{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}
.eng .l-footer .footer-inner .right .access-btn p{
  font-size: 62.5%;
  line-height: 1;
}
.l-footer .footer-inner .right .access-btn p::before{
  content:"";
  width:16px;
  height:16px;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:contain;
  mask-size:contain;
  background-color:#196AAB;
  -webkit-mask-image:url("/content/400244318.svg");
  mask-image:url("/content/400244318.svg");
  rotate:-90deg;
}
.l-footer .footer-inner .right .copy{
  font-size:1.4rem;
}
.eng .l-footer .footer-inner .right .copy{
  font-size:62.5%;
}
@media screen and (max-width: 680px){
  .l-footer .footer-inner .right .copy{
    font-size:1.2rem;
    margin-bottom: 30px;
  }
  .eng .l-footer .footer-inner .right .copy{
    font-size:53.5%;
  }
}
/* Not Found */
.honbu.notfound .l-header a{
  color: #000;
}
.honbu.notfound .l-header__logo{
  top: 60px;
}
.honbu.notfound .l-header__link-item-01 a::before{
  background: url("/content/100074618.png") 50% no-repeat;
}
.honbu.notfound .c-article__ineer{
  padding: 120px 50px 0;
}
.honbu.notfound .l-footer{
  border-top: 1px solid #ccc;
  background-color: #fff;
  color: #000;
}
/* 緊急 */
.emergency .p-lower-header{
  background-color: #fff;
}
.emergency .p-lower-header__title{
  color: #000;
}
.emergency .l-footer{
  border-top: 1px solid #ccc;
  background-color: #fff;
  color: #000;
}

/* 20241108 */
.c-table-news .sort a {
  display: inline-block;
}

/* 20241223 */
.c-icn-tag {
  margin: 0;
}
.p-news-list__item .c-icn-tag {
  margin: 0 10px;
}