@charset "UTF-8";
/*############################
SETTING
############################*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../iconfont/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../iconfont/MaterialIcons-Regular.woff2) format("woff2"), url(../iconfont/MaterialIcons-Regular.woff) format("woff"), url(../iconfont/MaterialIcons-Regular.ttf) format("truetype"); }

/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.hidden,
[hidden] {
  display: none !important; }

.pure-img {
  max-width: 100%;
  height: auto;
  display: block; }

@-webkit-keyframes scroool {
  0% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 0; } }

@-o-keyframes scroool {
  0% {
    -o-transform: translateY(-120%);
       transform: translateY(-120%);
    opacity: 0; }
  50% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
    opacity: 0; } }

@keyframes scroool {
  0% {
    -webkit-transform: translateY(-120%);
         -o-transform: translateY(-120%);
            transform: translateY(-120%);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 0; } }

.sm-show,
.md-show,
.lg-show,
.sw-show,
.xl-show,
.fw-show,
.xxl-show {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * -- BASE STYLES --
 */
html,
body {
  text-align: left; }

html {
  -webkit-text-size-adjust: 100%;
  font-size: 14px; }
  html[lang="ja"] {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "MS PGOTHIC", Verdana, Helvetica, sans-serif; }
  html[lang="en"] {
    font-family: Verdana, Helvetica, sans-serif; }

body {
  background-color: #ffffff;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.l-container {
  position: relative; }

input[type="button"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

figure {
  margin-left: auto;
  margin-right: auto; }

figcaption {
  font-size: 0.875rem;
  line-height: 1.5; }

hr {
  border: none;
  border-top: solid 1px #E6E6E6;
  margin-top: 2em;
  margin-bottom: 2em; }

select:hover, a:hover, button:hover, label:hover {
  cursor: pointer; }

select:hover, button:hover {
  opacity: .9; }

/**/
.f-width, .f-sw {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: padding 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: padding 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: padding 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

.f-sw--main {
  padding-left: 0;
  padding-right: 0; }

/**/
/**/
.l-contents {
  position: relative; }

.c-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9; }
  .c-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-header__lang {
    font-size: 1rem;
    margin-left: 2vw; }
    .c-header__lang ul {
      list-style: none;
      padding-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .c-header__lang li {
      margin-right: 2vw; }
    .c-header__lang a {
      padding-bottom: .3em;
      border-bottom-style: solid;
      border-bottom-width: 4px;
      border-bottom-color: transparent;
      -webkit-transition: border-bottom-color .1s;
      -o-transition: border-bottom-color .1s;
      transition: border-bottom-color .1s;
      text-decoration: none; }
      .c-header__lang a.is-current {
        border-bottom-color: #65b3a4; }
      .c-header__lang a:hover {
        border-bottom-color: #419b91; }
      .c-header__lang a .for-lg {
        display: none; }
  .c-header h1 {
    line-height: 1;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .c-header h1 a {
      display: block;
      padding-top: 20px;
      padding-bottom: 20px;
      white-space: nowrap; }
    .c-header h1 img {
      vertical-align: middle; }
  .c-header__hd {
    background-color: #fff;
    padding-left: 20px;
    position: relative;
    z-index: 2; }
    .is-scrolled .c-header__hd {
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .c-header__logo {
    width: 60px; }
  .c-header__sn {
    width: 143px;
    margin-left: 20px; }
  .c-header__link {
    border-left: solid 1px #E5E7E9;
    display: none; }
    .c-header__link a {
      display: block;
      height: 100%;
      font-size: 0.875rem;
      padding-left: 30px;
      padding-right: 30px; }
      .c-header__link a:before {
        content: "";
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle; }
    .c-header__link span {
      display: inline-block;
      vertical-align: middle; }
      .c-header__link span:after {
        font-family: "Material Icons";
        margin-right: .25em;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "navigate_next";
        font-size: 1.125rem;
        margin-right: 0;
        width: 1.5em;
        text-align: right; }
    .c-header__link__search {
      padding-left: 1.5em;
      padding-right: 1.5em;
      margin-top: .5em;
      margin-bottom: 0; }
      .c-header__link__search dt {
        font-size: 0.75rem; }
      .c-header__link__search dd {
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .c-header__link__search dd input {
          width: 16em; }
        .c-header__link__search dd button {
          width: 30px;
          height: 30px;
          border: solid 1px #002B62;
          background-color: #002B62;
          position: relative; }
          .c-header__link__search dd button:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url(../images/ico_search.svg);
            -webkit-background-size: 70% 70%;
                    background-size: 70%;
            background-repeat: no-repeat;
            background-position: center; }

.c-gnav {
  position: absolute;
  left: 10px;
  top: calc(100% - 10px);
  z-index: 19;
  height: 100vh;
  background-color: #65b3a4;
  width: 100%;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s; }
  .is-xs-nav-show .c-gnav {
    -webkit-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%); }
  .c-gnav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    width: 100%; }
  .c-gnav > ul {
    background-color: #002B62; }
    .c-gnav > ul > li {
      border-left: solid 1px #65b3a4;
      border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
      .c-gnav > ul > li:first-child {
        border-left: none; }
      .c-gnav > ul > li > ul > li a {
        padding-left: 2.5em;
        background-color: rgba(255, 255, 255, 0.07); }
  .c-gnav a {
    display: block;
    font-size: 1.125rem;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
    padding-top: 1em;
    padding-bottom: .9em;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    padding-left: 20px;
    padding-right: 20px; }
    .c-gnav a:hover {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.075); }

.c-xs-link a {
  background-color: #65b3a4; }

.c-xs-nav-sw {
  width: 44px;
  position: relative;
  text-indent: -9999px; }
  .c-xs-nav-sw i {
    display: block;
    height: 2px;
    width: 24px;
    background-color: #858585;
    top: 50%;
    position: absolute;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
    -webkit-transition: margin .5s, opacity .7s;
    -o-transition: margin .5s, opacity .7s;
    transition: margin .5s, opacity .7s; }
    .c-xs-nav-sw i:first-of-type {
      margin-top: -8px; }
    .c-xs-nav-sw i:last-of-type {
      margin-top: 6px; }
    .is-xs-nav-show .c-xs-nav-sw i:first-of-type {
      margin-top: -1px;
      opacity: 0; }
    .is-xs-nav-show .c-xs-nav-sw i:last-of-type {
      margin-top: -1px;
      opacity: 0; }

.c-footer {
  position: relative;
  z-index: 3;
  background-color: #fff; }
  .c-footer__1 {
    text-align: center;
    background-color: #000000;
    padding-top: 3.5em;
    padding-bottom: 3.5em; }
    .c-footer__1 .c-button {
      font-weight: normal;
      color: #fff;
      background-color: #9D4531;
      padding-top: 1em;
      padding-bottom: .9em;
      -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
      width: 240px;
      position: relative; }
      .c-footer__1 .c-button:before {
        content: "";
        background-image: url(../images/ico_doc_wh.png);
        -webkit-background-size: contain;
                background-size: contain;
        width: 21px;
        height: 28px;
        display: block;
        position: absolute;
        left: 1em;
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); }
      .c-footer__1 .c-button:hover {
        background-color: #2c69ff; }
  .c-footer__related, .c-footer__info {
    position: relative; }
    .c-footer__related:before, .c-footer__info:before {
      content: "";
      width: 64px;
      height: 64px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat; }
  .c-footer__related {
    border-bottom: solid 1px #646E74;
    padding-bottom: 1em;
    margin-bottom: 2em; }
    .c-footer__related:before {
      background-image: url(../images/ico_ft_related.png); }
  .c-footer__info:before {
    background-image: url(../images/ico_ft_info.png); }
  .c-footer__2 {
    color: #fff;
    background-color: rgba(56, 66, 73, 0.97);
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em; }
    .c-footer__2 .f-sw {
      max-width: 1100px; }
    .c-footer__2 .c-row {
      display: block; }
    .c-footer__2 dl {
      padding-top: .5em;
      padding-bottom: .5em;
      position: relative;
      margin: 0;
      height: 100%; }
    .c-footer__2 dt {
      font-weight: bold;
      margin-bottom: 1em; }
    .c-footer__2 dd {
      margin-left: 0;
      font-size: 0.875rem; }
    .c-footer__2 ul {
      list-style: none;
      padding-left: 0; }
      .c-footer__2 ul a:after {
        font-family: "Material Icons";
        margin-right: .25em;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "navigate_next";
        margin-right: 0;
        margin-left: .25em; }
    .c-footer__2 li {
      margin-bottom: .5em; }
    .c-footer__2 p {
      margin-bottom: 0; }
      .c-footer__2 p a:after {
        font-family: "Material Icons";
        margin-right: .25em;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "list";
        font-size: 1.3125rem;
        margin-right: 0;
        margin-left: .25em; }
    .c-footer__2 a {
      text-decoration: none;
      color: #fff; }
      .c-footer__2 a:hover {
        text-decoration: underline; }
      .c-footer__2 a:hover {
        color: rgba(255, 255, 255, 0.8); }
      .c-footer__2 a:visited {
        color: #fff; }
        .c-footer__2 a:visited:hover {
          color: #fff; }

.l-contents {
  background-color: #E5E7E9;
  padding-top: 80px;
  padding-bottom: 20px; }
  .l-contents.m-chronology {
    padding-top: 0;
    padding-bottom: 0; }

[class*="c-row"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-row--jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

[class*="c-button"] {
  display: inline-block;
  line-height: 1.4;
  background-color: #F2F3F4;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: .75em;
  padding-bottom: .6em;
  border: none;
  -webkit-transition: opacity .2s, color .2s, background-color .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
  transition: opacity .2s, color .2s, background-color .2s, -webkit-box-shadow .2s, -webkit-transform .2s;
  -o-transition: opacity .2s, box-shadow .2s, color .2s, background-color .2s, -o-transform .2s;
  transition: opacity .2s, box-shadow .2s, color .2s, background-color .2s, transform .2s;
  transition: opacity .2s, box-shadow .2s, color .2s, background-color .2s, transform .2s, -webkit-box-shadow .2s, -webkit-transform .2s, -o-transform .2s;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  color: #002B62; }
  [class*="c-button"]:hover {
    background-color: #002B62;
    text-decoration: none;
    color: #fff; }

.c-button--lg {
  font-size: 1.5rem; }

.c-button--blue {
  background-color: #65b3a4;
  color: #fff; }

.c-button--wide {
  max-width: 100%;
  width: 18em; }

.c-button.is-disable {
  pointer-events: none;
  opacity: .5;
  color: #646E74; }

.c-ico-left-search {
  position: relative; }
  .c-ico-left-search:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 40px;
    top: 0;
    left: .5em;
    background-image: url(../images/ico_search.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain; }

.c-ico-left-dl {
  position: relative; }
  .c-ico-left-dl:before {
    font-family: "Material Icons";
    margin-right: .25em;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "file_download";
    position: absolute;
    left: .5em;
    font-size: 2.25rem;
    line-height: 0;
    top: 50%; }

a {
  color: #002B62; }
  a:hover {
    color: #65b3a4;
    text-decoration: none; }
  a:active {
    color: #002B62; }
  a:after, a:before {
    text-decoration: none; }

a.c-link-alt,
.c-link-alt a {
  text-decoration: none; }
  a.c-link-alt:hover,
  .c-link-alt a:hover {
    text-decoration: underline; }

a.c-link-fc,
.c-link-fc a {
  color: #000; }
  a.c-link-fc:hover,
  .c-link-fc a:hover {
    color: #000; }
  a.c-link-fc:visited,
  .c-link-fc a:visited {
    color: #000; }

a.c-link-bc,
.c-link-bc a {
  color: #002B62; }
  a.c-link-bc:visited:hover, a.c-link-bc:hover,
  .c-link-bc a:visited:hover,
  .c-link-bc a:hover {
    color: #002B62; }
  a.c-link-bc:visited,
  .c-link-bc a:visited {
    color: #002B62; }

a.c-link-wh,
.c-link-wh a {
  color: #fff; }
  a.c-link-wh:hover,
  .c-link-wh a:hover {
    color: rgba(255, 255, 255, 0.8); }
  a.c-link-wh:visited,
  .c-link-wh a:visited {
    color: #fff; }
    a.c-link-wh:visited:hover,
    .c-link-wh a:visited:hover {
      color: #fff; }

a.c-link-noline,
.c-link-noline a {
  text-decoration: none; }
  a.c-link-noline:hover,
  .c-link-noline a:hover {
    text-decoration: none; }

a.c-link-ico-before:before, ul.c-link-list a:before, a.c-link-ico-before:after, ul.c-link-list a:after,
a.c-link-ico-after:before,
a.c-link-ico-after:after,
.c-link-ico-before a:before,
ul.c-link-list a a:before,
.c-link-ico-before a:after,
ul.c-link-list a a:after,
.c-link-ico-after a:before,
.c-link-ico-after a:after {
  display: inline-block;
  width: 1.25em;
  text-align: center;
  height: 1.3em;
  overflow: hidden;
  font-size: .9em;
  font-weight: normal;
  vertical-align: top;
  font-family: "Material Icons";
  color: #002B62; }

a.c-link-ico-before:before, ul.c-link-list a:before,
a.c-link-ico-after:before,
.c-link-ico-before a:before,
ul.c-link-list a a:before,
.c-link-ico-after a:before {
  height: 1.3em; }

a.c-link-ico-before:after, ul.c-link-list a:after,
a.c-link-ico-after:after,
.c-link-ico-before a:after,
ul.c-link-list a a:after,
.c-link-ico-after a:after {
  height: 1.2em; }

a.c-link-ico-before[href*=".pdf"]:before, ul.c-link-list a[href*=".pdf"]:before, a.c-link-ico-before[href*=".pdf"]:after, ul.c-link-list a[href*=".pdf"]:after,
a.c-link-ico-after[href*=".pdf"]:before,
a.c-link-ico-after[href*=".pdf"]:after,
.c-link-ico-before a[href*=".pdf"]:before,
ul.c-link-list a a[href*=".pdf"]:before,
.c-link-ico-before a[href*=".pdf"]:after,
ul.c-link-list a a[href*=".pdf"]:after,
.c-link-ico-after a[href*=".pdf"]:before,
.c-link-ico-after a[href*=".pdf"]:after {
  height: 1.4em; }

a.c-link-ico-before.c-link--em:before, ul.c-link-list a.c-link--em:before, a.c-link-ico-before.c-link--em:after, ul.c-link-list a.c-link--em:after,
a.c-link-ico-after.c-link--em:before,
a.c-link-ico-after.c-link--em:after,
.c-link-ico-before a.c-link--em:before,
ul.c-link-list a a.c-link--em:before,
.c-link-ico-before a.c-link--em:after,
ul.c-link-list a a.c-link--em:after,
.c-link-ico-after a.c-link--em:before,
.c-link-ico-after a.c-link--em:after {
  color: #fff; }

a.c-link-ico-before, ul.c-link-list a,
.c-link-ico-before a,
ul.c-link-list a a {
  display: inline-block;
  text-indent: -1.25em;
  padding-left: 1.25em; }
  a.c-link-ico-before:before, ul.c-link-list a:before,
  .c-link-ico-before a:before,
  ul.c-link-list a a:before {
    text-indent: 0;
    content: "chevron_right";
    margin-right: .25em; }
  a.c-link-ico-before[target="_blank"]:before, ul.c-link-list a[target="_blank"]:before,
  .c-link-ico-before a[target="_blank"]:before,
  ul.c-link-list a a[target="_blank"]:before {
    content: "open_in_new"; }
  a.c-link-ico-before[href*="#"]:before, ul.c-link-list a[href*="#"]:before,
  .c-link-ico-before a[href*="#"]:before,
  ul.c-link-list a a[href*="#"]:before {
    content: "keyboard_arrow_down"; }
  a.c-link-ico-before[href*=".pdf"]:before, ul.c-link-list a[href*=".pdf"]:before,
  .c-link-ico-before a[href*=".pdf"]:before,
  ul.c-link-list a a[href*=".pdf"]:before {
    content: "insert_drive_file"; }

a.c-link-ico-after:after,
.c-link-ico-after a:after {
  content: "chevron_right";
  margin-left: .25em; }

a.c-link-ico-after[target="_blank"]:after,
.c-link-ico-after a[target="_blank"]:after {
  content: "open_in_new"; }

a.c-link-ico-after[href*="#"]:after,
.c-link-ico-after a[href*="#"]:after {
  content: "keyboard_arrow_down"; }

a.c-link-ico-after[href*=".pdf"]:after,
.c-link-ico-after a[href*=".pdf"]:after {
  content: "insert_drive_file"; }

.c-link-ext-ico-after-extend[target="_blank"]:after, .c-link-ext-ico-after a[target="_blank"]:after, a.c-link-ext-ico[target="_blank"]:after {
  content: "open_in_new";
  margin-left: .25em;
  display: inline-block;
  height: 1.15em;
  overflow: hidden; }

ul.c-link-list {
  list-style: none;
  padding-left: 0; }
  ul.c-link-list li {
    margin-top: .25em;
    margin-bottom: .25em; }
  ul.c-link-list a:before, ul.c-link-list a:after {
    height: 1.18em; }
  ul.c-link-list--h li {
    display: inline-block;
    margin-right: 1em; }

.c-link--em {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 3px;
  background-color: #002B62;
  padding: .25em .5em .2em;
  line-height: 1.25;
  text-decoration: none !important; }
  .c-link--em:hover {
    color: rgba(255, 255, 255, 0.8); }
  .c-link--em:visited {
    color: #fff; }
    .c-link--em:visited:hover {
      color: #fff; }
  .c-link--em:before {
    font-weight: normal; }
  .c-link--em:hover {
    background-color: #002B62; }

.c-link--strong {
  font-weight: bold; }

.c-pagetop-pm {
  text-align: right;
  margin-top: 3em;
  margin-bottom: 1em; }
  .c-pagetop-pm a {
    font-size: 0.75rem;
    text-decoration: none;
    color: #002B62; }
    .c-pagetop-pm a:hover {
      text-decoration: underline; }
    .c-pagetop-pm a:visited:hover, .c-pagetop-pm a:hover {
      color: #002B62; }
    .c-pagetop-pm a:visited {
      color: #002B62; }
    .c-pagetop-pm a:before {
      font-family: "Material Icons";
      font-size: 0.875rem;
      content: "keyboard_arrow_up";
      display: inline-block;
      margin-right: .5em; }

.c-pagetop {
  position: fixed;
  bottom: 10px;
  right: 6px;
  z-index: 5;
  font-size: 10px;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: opacity 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: opacity 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -o-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, opacity 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, opacity 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -o-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s; }
  .c-pagetop a {
    display: block;
    text-align: left;
    background-color: #fff;
    text-decoration: none;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
    .c-pagetop a:hover {
      text-decoration: none; }
    .c-pagetop a:after {
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      content: "keyboard_arrow_up";
      font-size: 24px;
      line-height: 0;
      position: absolute;
      display: block;
      left: 0;
      top: 50%;
      text-indent: 0;
      width: 100%;
      text-align: center; }
  .c-pagetop--index {
    height: 28ex; }
    .c-pagetop--index a {
      text-indent: 0;
      text-align: center; }
      .c-pagetop--index a:after {
        top: 1em; }
    .c-pagetop--index span {
      display: inline-block;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
      padding-top: 2.5em;
      white-space: nowrap;
      font-size: 0.875rem; }

.is-scrolled .c-pagetop {
  opacity: 1;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }

.c-pb-nav {
  text-align: center;
  background-color: #9a9a9a;
  padding-top: 1em;
  padding-bottom: 1em; }
  .c-pb-nav ul {
    list-style: none;
    padding: 0; }
  .c-pb-nav a {
    display: block; }

/**/
.c-side-nav {
  font-size: 0.8125rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem; }
  .c-side-nav ul {
    list-style: none;
    padding-left: 16px; }
  .c-side-nav > ul {
    padding-left: 0;
    margin-top: 0; }
    .c-side-nav > ul ul {
      display: none; }
      .c-side-nav > ul ul.is-current-ul {
        display: block; }
    .c-side-nav > ul > li.is-current-li {
      background-color: rgba(255, 255, 255, 0.5);
      padding-top: .5em;
      padding-bottom: 1em;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.01); }
  .c-side-nav li {
    -webkit-transition: background-color .3s .3s;
    -o-transition: background-color .3s .3s;
    transition: background-color .3s .3s; }
    .c-side-nav li a, .c-side-nav li span {
      -webkit-transition: color .3s .3s;
      -o-transition: color .3s .3s;
      transition: color .3s .3s; }
    .c-side-nav li.is-open {
      background-color: rgba(164, 170, 176, 0.2); }
      .c-side-nav li.is-open > span:before {
        content: "remove";
        opacity: .7; }
  .c-side-nav a,
  .c-side-nav span {
    display: block;
    padding: .7em .75em .5em;
    color: #000000; }
  .c-side-nav a {
    text-decoration: none; }
    .c-side-nav a:hover {
      color: #002B62;
      text-decoration: underline; }
    .c-side-nav a.is-current {
      background-color: #002B62;
      font-weight: bold;
      color: #fff; }
      .c-side-nav a.is-current:hover {
        text-decoration: none; }
  .c-side-nav span {
    cursor: pointer; }
    .c-side-nav span:before {
      content: "add";
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      float: right;
      opacity: .2;
      font-size: 1rem;
      margin: 0;
      line-height: .9em; }
    .c-side-nav span.is-open:before {
      content: "remove"; }
    .c-side-nav span:hover:before {
      opacity: 1; }
  .c-side-nav .is-current-li > span:before {
    display: none; }

.c-notes {
  list-style: none;
  padding-left: 0;
  font-size: .8em; }
  .c-notes li {
    text-indent: -1em;
    padding-left: 1em; }

.c-alert {
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: rgba(229, 231, 233, 0.3);
  padding: 1em;
  border: solid 1px #9D4531; }
  .c-alert dt {
    font-weight: bold;
    color: #2c69ff; }
  .c-alert dd {
    margin-left: 0; }

.c-input input[type="text"] {
  height: 44px;
  border: solid 1px #419b91;
  padding-left: .75em;
  padding-right: .75em;
  background-color: #fff;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
  width: 100%;
  border-radius: 3px;
  font-size: 16px; }
  .c-input input[type="text"]::-ms-clear {
    display: none; }
  .c-input input[type="text"]:focus {
    outline: none;
    border-color: #5b82b5;
    -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2), 0 0 5px rgba(134, 147, 185, 0.2);
            box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2), 0 0 5px rgba(134, 147, 185, 0.2); }

.c-input__clr {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  text-indent: -9999px;
  pointer-events: none;
  outline: none; }
  .c-input__clr:before {
    text-indent: 0;
    font-family: "Material Icons";
    margin-right: .25em;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "close";
    display: block;
    position: absolute;
    top: 50%;
    line-height: 0;
    width: 100%;
    font-size: 1.875rem;
    color: #E5E7E9; }
  .c-input__clr.is-active {
    pointer-events: auto; }
    .c-input__clr.is-active:before {
      color: #65b3a4; }

.c-input__radio label:before, .c-input__check label:before {
  display: inline-block;
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: -.1em;
  color: #65b3a4; }

.c-input__radio input, .c-input__check input {
  visibility: hidden;
  position: absolute; }

.c-input__radio label:before {
  content: "radio_button_unchecked"; }

.c-input__radio label.is-checked:before {
  content: "radio_button_checked"; }

.c-input__check label:before {
  content: "check_box_outline_blank"; }

.c-input__check label.is-checked:before {
  content: "check_box"; }

.c-input select {
  background-color: #f6f5f1;
  height: 40px;
  padding-left: .75em;
  border: solid 1px #D1D4D7;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }
  .c-input select::-ms-expand {
    display: none; }

.p-top-hero {
  background-color: #000000; }
  .p-top-hero__hd {
    background-color: #002B62;
    padding-top: 5vh;
    padding-bottom: 3vh;
    padding-left: 30px;
    padding-right: 0;
    position: relative;
    overflow: hidden; }
    .p-top-hero__hd_logo {
      width: 80px; }
    .p-top-hero__hd_title {
      width: 195px; }
    .p-top-hero__hd h1 {
      padding-right: 60px;
      position: relative;
      z-index: 2; }
      .p-top-hero__hd h1 img {
        display: block;
        margin-bottom: 5vh; }
    .p-top-hero__hd a {
      color: #fff;
      text-decoration: none; }
  .p-top-hero__link_100 {
    border-bottom: solid 2px #65b3a4;
    margin-bottom: 4vh;
    font-size: 1.3125rem;
    margin-top: 12vh;
    -webkit-transition: text-shadow .5s;
    -o-transition: text-shadow .5s;
    transition: text-shadow .5s; }
    .p-top-hero__link_100:after {
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      content: "chevron_right";
      color: rgba(255, 255, 255, 0.6);
      font-size: 2.25rem;
      -webkit-transition: color .1s;
      -o-transition: color .1s;
      transition: color .1s; }
    .p-top-hero__link_100:hover {
      text-shadow: 0 0 25px rgba(255, 255, 255, 0.9); }
      .p-top-hero__link_100:hover:after {
        color: #fff; }
  .p-top-hero__link_data {
    font-size: 0.875rem;
    margin-bottom: 1.5em;
    display: none; }
    .p-top-hero__link_data--sm {
      text-align: center;
      padding-top: .5em;
      padding-bottom: .5em; }
    .p-top-hero__link_data.m-sm {
      display: block; }
      .p-top-hero__link_data.m-sm a {
        color: #fff;
        text-decoration: none; }
    .p-top-hero__link_data a {
      background-color: #65b3a4;
      border-radius: .25em;
      display: inline-block;
      padding-top: .5em;
      padding-bottom: .5em;
      padding-left: 1em;
      padding-right: .5em;
      -webkit-transition: background-color .3s;
      -o-transition: background-color .3s;
      transition: background-color .3s; }
      .p-top-hero__link_data a:after {
        font-family: "Material Icons";
        margin-right: .25em;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "chevron_right";
        color: rgba(255, 255, 255, 0.6);
        font-size: 1.125rem;
        line-height: 0;
        margin-right: 0;
        margin-left: .5em; }
      .p-top-hero__link_data a:hover {
        background-color: rgba(134, 147, 185, 0.7); }
  .p-top-hero__lang {
    font-size: 1rem; }
    .p-top-hero__lang ul {
      list-style: none;
      padding-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .p-top-hero__lang li {
      margin-right: 1em; }
    .p-top-hero__lang a {
      padding-bottom: .3em;
      border-bottom-style: solid;
      border-bottom-width: 4px;
      border-bottom-color: transparent;
      -webkit-transition: border-bottom-color .1s;
      -o-transition: border-bottom-color .1s;
      transition: border-bottom-color .1s; }
      .p-top-hero__lang a.is-current {
        border-bottom-color: #65b3a4; }
      .p-top-hero__lang a:hover {
        border-bottom-color: #419b91; }
      .p-top-hero__lang a .for-lg {
        display: none; }
  .p-top-hero__imgs {
    display: none;
    position: relative; }
    .p-top-hero__imgs__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .p-top-hero__imgs__l, .p-top-hero__imgs__r {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
    .p-top-hero__imgs__l {
      width: 66.6666%; }
    .p-top-hero__imgs__r {
      width: 33.3333%; }
    .p-top-hero__imgs__u {
      width: 100%;
      background-color: #222;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      height: 18vh;
      min-height: 160px;
      position: relative;
      overflow: hidden;
      -webkit-box-shadow: inset 0 -5px 20px rgba(56, 66, 73, 0.5);
              box-shadow: inset 0 -5px 20px rgba(56, 66, 73, 0.5);
      opacity: 0; }
      .p-top-hero__imgs__u[data-du="1"] {
        -webkit-transition: opacity .9s .1s;
        -o-transition: opacity .9s .1s;
        transition: opacity .9s .1s; }
        .p-top-hero__imgs__u[data-du="1"]:after {
          background-color: #002B62; }
        .p-top-hero__imgs__u[data-du="1"] a, .p-top-hero__imgs__u[data-du="1"] span {
          background-color: rgba(61, 93, 135, 0.9); }
      .p-top-hero__imgs__u[data-du="2"] {
        -webkit-transition: opacity .9s .2s;
        -o-transition: opacity .9s .2s;
        transition: opacity .9s .2s; }
        .p-top-hero__imgs__u[data-du="2"]:after {
          background-color: #003F4C; }
        .p-top-hero__imgs__u[data-du="2"] a, .p-top-hero__imgs__u[data-du="2"] span {
          background-color: rgba(31, 90, 66, 0.9); }
      .p-top-hero__imgs__u[data-du="3"] {
        -webkit-transition: opacity .9s .3s;
        -o-transition: opacity .9s .3s;
        transition: opacity .9s .3s; }
        .p-top-hero__imgs__u[data-du="3"]:after {
          background-color: #003629; }
        .p-top-hero__imgs__u[data-du="3"] a, .p-top-hero__imgs__u[data-du="3"] span {
          background-color: rgba(0, 107, 127, 0.9); }
      .p-top-hero__imgs__u[data-du="4"] {
        -webkit-transition: opacity .9s .4s;
        -o-transition: opacity .9s .4s;
        transition: opacity .9s .4s; }
        .p-top-hero__imgs__u[data-du="4"]:after {
          background-color: #2F2346; }
        .p-top-hero__imgs__u[data-du="4"] a, .p-top-hero__imgs__u[data-du="4"] span {
          background-color: rgba(89, 71, 114, 0.9); }
      .p-top-hero__imgs__u[data-du="5"] {
        -webkit-transition: opacity .9s .5s;
        -o-transition: opacity .9s .5s;
        transition: opacity .9s .5s; }
        .p-top-hero__imgs__u[data-du="5"]:after {
          background-color: #2c69ff; }
        .p-top-hero__imgs__u[data-du="5"] a, .p-top-hero__imgs__u[data-du="5"] span {
          background-color: rgba(157, 69, 49, 0.9); }
      .p-top-hero__imgs__u.is-setted {
        opacity: 1; }
      .p-top-hero__imgs__u:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #002B62;
        -webkit-transform: translateX(-100%);
             -o-transform: translateX(-100%);
                transform: translateX(-100%);
        opacity: .5; }
      .p-top-hero__imgs__u.is-changing:after {
        -webkit-transform: translateX(0%);
             -o-transform: translateX(0%);
                transform: translateX(0%);
        opacity: 1;
        -webkit-transition: opacity .4s, -webkit-transform .3s;
        transition: opacity .4s, -webkit-transform .3s;
        -o-transition: opacity .4s, -o-transform .3s;
        transition: transform .3s, opacity .4s;
        transition: transform .3s, opacity .4s, -webkit-transform .3s, -o-transform .3s; }
      .p-top-hero__imgs__u.is-changing--after:after {
        -webkit-transition: opacity .7s, -webkit-transform .9s;
        transition: opacity .7s, -webkit-transform .9s;
        -o-transition: opacity .7s, -o-transform .9s;
        transition: transform .9s, opacity .7s;
        transition: transform .9s, opacity .7s, -webkit-transform .9s, -o-transform .9s;
        -webkit-transform: translateX(100%);
             -o-transform: translateX(100%);
                transform: translateX(100%);
        opacity: .9; }
      .p-top-hero__imgs__u.m-w-h {
        width: 50%; }
      .p-top-hero__imgs__u.m-tile-tall {
        height: 36vh;
        min-height: 320px; }
    .p-top-hero__imgs a, .p-top-hero__imgs span {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 107, 127, 0.9);
      text-align: center;
      color: #fff;
      cursor: pointer;
      opacity: 0;
      -webkit-transition: opacity .3s, background-color .5s;
      -o-transition: opacity .3s, background-color .5s;
      transition: opacity .3s, background-color .5s; }
      .p-top-hero__imgs a:hover, .p-top-hero__imgs span:hover {
        opacity: 1; }
      .p-top-hero__imgs a:before, .p-top-hero__imgs span:before {
        content: "";
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle; }
      .p-top-hero__imgs a p, .p-top-hero__imgs span p {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        margin-bottom: 0;
        width: 90%;
        font-size: 1rem;
        font-weight: bold; }
  .p-top-hero__sm {
    position: relative;
    z-index: 1; }
    .p-top-hero__sm .swiper-container {
      padding-bottom: 30px;
      position: absolute;
      right: -10px;
      width: 37vw;
      height: 37vw;
      border-radius: 50%;
      overflow: hidden;
      bottom: 0;
      -webkit-transform: translateY(30%);
           -o-transform: translateY(30%);
              transform: translateY(30%); }
    .p-top-hero__sm img {
      display: block; }
    .p-top-hero__sm .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 0; }
      .p-top-hero__sm .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 .6em; }
    .p-top-hero__sm .swiper-pagination-bullet-active {
      background-color: #CB8E69; }

.p-top-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: .5em; }

.p-top-menu li {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: .4em;
  padding-bottom: .4em; }
  .p-top-menu li:first-child {
    border-left: none; }

.p-top-menu a {
  display: block;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  padding-top: 1em;
  padding-bottom: .75em;
  text-decoration: none;
  background-color: #F2F3F4;
  border-radius: .3em;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s; }
  .p-top-menu a:hover {
    background-color: #DBE0F1;
    color: #65b3a4; }

.p-top-menu h2 {
  font-size: 0.9375rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0; }

.p-top-menu p {
  color: #000000;
  margin-top: .25em;
  margin-bottom: 0;
  font-size: 0.875rem; }
  .p-top-menu p span {
    display: inline-block; }

.p-top-menu img {
  width: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .5em; }

.p-top-menu__ico {
  display: block;
  text-align: center;
  padding-right: 1em;
  padding-left: 1em; }

.p-top-menu__txt {
  display: block;
  text-align: center;
  height: 2.25em; }

.p-info {
  background-color: #9D4531;
  padding-top: 1em;
  padding-bottom: 1.5em;
  color: #fff; }
  .p-info .f-sw {
    padding-left: 30px;
    padding-right: 30px; }
  .p-info h1 {
    font-size: 1.3125rem;
    margin-top: 0;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.25em; }
    .p-info h1:before {
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      content: "info";
      font-size: 2.25rem;
      -webkit-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
  .p-info__text {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px rgba(255, 255, 255, 0.5);
    padding: .25em 1.5em; }
    .p-info__text h2 {
      font-size: 1.125rem;
      margin-bottom: .5em; }
    .p-info__text p {
      margin-top: .75em;
      margin-bottom: .75em; }

.p-top-info-120 {
  text-align: center;
  border-bottom: solid 1px #E5E7E9;
  -webkit-box-shadow: inset 0 0px 40px rgba(56, 66, 73, 0.1);
          box-shadow: inset 0 0px 40px rgba(56, 66, 73, 0.1); }
  .p-top-info-120 a {
    padding-top: 2em;
    padding-bottom: 2em;
    display: block;
    position: relative;
    z-index: 1; }
    .p-top-info-120 a:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: transparent;
      -webkit-transition: top .3s, right .3s, bottom .3s, left .3s, background-color .5s;
      -o-transition: top .3s, right .3s, bottom .3s, left .3s, background-color .5s;
      transition: top .3s, right .3s, bottom .3s, left .3s, background-color .5s; }
    .p-top-info-120 a .c-button--lg {
      background-color: #002B62; }
    .p-top-info-120 a:hover:before {
      top: 16px;
      right: 16px;
      bottom: 16px;
      left: 16px;
      background-color: rgba(244, 234, 219, 0.5);
      -webkit-box-shadow: 0 0 1px rgba(118, 73, 27, 0.9);
              box-shadow: 0 0 1px rgba(118, 73, 27, 0.9);
      z-index: -1; }
    .p-top-info-120 a:hover .c-button--lg {
      background-color: #2c69ff; }
  .p-top-info-120 h1 {
    /*font-size: 3.5rem;*/
    font-size: 3rem;
    line-height: 1.4;
    color: #A98446;
    text-shadow: 0 0 7px white; }
    .p-top-info-120 h1 span {
      display: inline-block; }
  .p-top-info-120 .c-button--lg {
    position: relative;
    margin-bottom: 1.75em;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .p-top-info-120 .c-button--lg:after {
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      content: "keyboard_arrow_right";
      position: absolute;
      right: .2em;
      top: 50%;
      line-height: 0;
      font-size: 2.25rem; }

.c-contents {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  min-height: 50vh; }
  .c-contents__side {
    background-color: rgba(229, 231, 233, 0.6);
    display: none; }
  .c-contents__main {
    position: relative;
    padding: 25px 15px 15px; }
    .c-contents__main.m-pb--0 {
      padding-bottom: 0; }
  .c-contents__bottom {
    position: relative;
    padding: 25px 15px 15px;
    background-color: rgba(229, 231, 233, 0.5); }

.c-phd-tool {
  position: absolute;
  top: 0;
  right: 0; }
  .c-phd-tool ul {
    list-style: none;
    padding-left: 0;
    font-size: 0.8125rem;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-phd-tool li {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em; }
  .c-phd-tool a {
    text-decoration: none; }
    .c-phd-tool a:hover {
      text-decoration: underline; }
  .c-phd-tool__prev:before {
    font-family: "Material Icons";
    margin-right: .25em;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "arrow_drop_down";
    font-size: 1.125rem;
    line-height: 0;
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-right: 0; }
  .c-phd-tool__next {
    border-left: solid 1px #D1D4D7; }
    .c-phd-tool__next:after {
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      content: "arrow_drop_down";
      font-size: 1.125rem;
      line-height: 0;
      margin-right: 0;
      -webkit-transform: rotate(-90deg);
           -o-transform: rotate(-90deg);
              transform: rotate(-90deg); }

.c-pbt-tool {
  margin-left: -14px;
  margin-right: -14px;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 14px;
  padding-right: 14px; }
  .c-pbt-tool ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .c-pbt-tool ul > li {
      margin-left: .5em;
      margin-right: .5em; }
  [lang="en"] .c-pbt-tool__prev, [lang="en"] .c-pbt-tool__next {
    width: 50%; }
    [lang="en"] .c-pbt-tool__prev .c-button, [lang="en"] .c-pbt-tool__next .c-button {
      width: 100%; }
  .c-pbt-tool__prev .c-button {
    padding-left: 2em; }
    .c-pbt-tool__prev .c-button:before {
      -webkit-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg);
      left: 1vw; }
  .c-pbt-tool__next .c-button {
    padding-right: 2em; }
    .c-pbt-tool__next .c-button:before {
      -webkit-transform: rotate(-90deg);
           -o-transform: rotate(-90deg);
              transform: rotate(-90deg);
      right: 1vw; }
  .c-pbt-tool__index {
    text-align: center;
    margin-top: 1.5em; }
    .c-pbt-tool__index .c-button:before {
      position: relative;
      line-height: .9;
      content: "list";
      font-size: 1.875rem;
      margin-right: .25em; }
  .c-pbt-tool .c-button {
    font-size: 3.9vw;
    padding-top: .75em;
    padding-bottom: .6em;
    font-weight: normal; }
    [lang="en"] .c-pbt-tool .c-button {
      font-size: 3.6vw; }
    .c-pbt-tool .c-button:hover {
      background-color: #002B62; }
  .c-pbt-tool a {
    position: relative; }
    .c-pbt-tool a:before {
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      content: "arrow_drop_down";
      font-size: 1.5rem;
      position: absolute;
      top: 50%;
      line-height: 0;
      margin: 0; }

.c-pbt-link {
  text-align: right;
  padding-top: 3em;
  padding-bottom: 3em; }
  .c-pbt-link a {
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: bold; }
    .c-pbt-link a:hover {
      text-decoration: underline; }
    .c-pbt-link a:after {
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      content: "navigate_next";
      font-size: 1.5rem;
      margin-right: 0; }

.lightbox {
  position: fixed;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }
  .lightbox .lb-dataContainer {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%; }
  .lightbox .lb-details {
    position: absolute;
    top: 100%;
    padding-top: .5em;
    float: none;
    width: 98%; }
  .lightbox .lb-closeContainer {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: .25em; }

.c-bottom-info {
  color: #000000; }
  .c-bottom-info p {
    margin-top: 0;
    margin-bottom: 0; }

.c-fig--center {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em; }

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 129;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s .1s;
  -o-transition: opacity .3s .1s;
  transition: opacity .3s .1s; }
  .c-modal.is-show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
  .c-modal__inn {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vh;
    height: 80vh;
    position: relative;
    width: calc(100% - 30px);
    -webkit-transform: translateY(100vh);
         -o-transform: translateY(100vh);
            transform: translateY(100vh);
    -webkit-transition: -webkit-transform .3s 0s;
    transition: -webkit-transform .3s 0s;
    -o-transition: -o-transform .3s 0s;
    transition: transform .3s 0s;
    transition: transform .3s 0s, -webkit-transform .3s 0s, -o-transform .3s 0s; }
    .is-show .c-modal__inn {
      -webkit-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: -webkit-transform .3s .1s;
      transition: -webkit-transform .3s .1s;
      -o-transition: -o-transform .3s .1s;
      transition: transform .3s .1s;
      transition: transform .3s .1s, -webkit-transform .3s .1s, -o-transform .3s .1s; }
  .c-modal__c {
    overflow: auto;
    max-height: 100%;
    padding: 1.5em 1.5em 0;
    background-color: #fff; }
  .c-modal__close {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    cursor: pointer; }
    .c-modal__close:before, .c-modal__close:after {
      content: "";
      width: 100%;
      height: 1px;
      display: block;
      background-color: #fff;
      position: absolute;
      left: 0;
      top: 50%; }
    .c-modal__close:before {
      -webkit-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }
    .c-modal__close:after {
      -webkit-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .c-modal h1 {
    font-size: 1.125rem;
    text-align: center;
    background-color: #000000;
    color: #fff;
    margin-top: 0;
    line-height: 1;
    padding-top: .5em;
    padding-bottom: .3em; }
  .c-modal .c-img-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000000;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .c-modal .c-img-txt.m-start {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .c-modal .c-img-txt__img {
      width: 20%; }
      .c-modal .c-img-txt__img img {
        display: block; }
    .c-modal .c-img-txt__txt {
      width: 80%; }
      .c-modal .c-img-txt__txt h2 {
        padding-left: 30px;
        font-size: 1.875rem;
        margin-top: 0;
        margin-bottom: .5em; }
        .c-modal .c-img-txt__txt h2 strong {
          font-size: 1.125rem;
          display: inline-block; }
        .c-modal .c-img-txt__txt h2 small {
          font-size: 1rem;
          font-weight: normal;
          display: inline-block; }
      .c-modal .c-img-txt__txt__read {
        background-color: rgba(190, 55, 90, 0.05);
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 1.5em;
        padding-bottom: .5em; }
        .c-modal .c-img-txt__txt__read p {
          line-height: 1.25;
          margin-top: 0; }
      .c-modal .c-img-txt__txt__catch {
        font-size: 1.5rem;
        color: #2c69ff;
        margin-bottom: .5em; }
  .c-modal__other {
    color: #000000;
    padding-bottom: 1.5em; }
    .c-modal__other h2 {
      background-color: rgba(190, 55, 90, 0.05);
      padding-top: .5em;
      padding-bottom: .4em;
      padding-left: .25em; }
    .c-modal__other h3 {
      margin-top: 2em;
      margin-bottom: .25em; }
    .c-modal__other p {
      margin-top: 0; }
      .c-modal__other p strong {
        color: #2c69ff; }
    .c-modal__other ul {
      margin-top: 0; }
    .c-modal__other__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .c-modal__other .m-name strong {
      color: #000000; }
  .c-modal__cap {
    font-size: 0.75rem; }

.p-nenpyo {
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 3rem;
  padding-bottom: 0; }
  .p-nenpyo__dm {
    margin-top: 0;
    margin-bottom: 1em; }
    .p-nenpyo__dm dt {
      background-color: #2c69ff;
      display: inline-block;
      color: #fff;
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1;
      padding-top: .25em;
      padding-bottom: .15em;
      margin-left: -14px;
      padding-left: 1rem;
      padding-right: 1rem; }
    .p-nenpyo__dm dd {
      margin-left: 0;
      font-size: 0.92188rem; }
      .p-nenpyo__dm dd > ol {
        padding-left: 0; }
    .p-nenpyo__dm ol {
      list-style: none;
      padding-left: 1.5em; }
  .p-nenpyo__hd__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; }
    .p-nenpyo__hd__nav__index {
      margin-bottom: 1em;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .p-nenpyo__hd__nav__index a {
        text-align: center;
        text-decoration: none;
        line-height: 1;
        display: block;
        background-color: rgba(229, 231, 233, 0.7);
        padding: .5em;
        border-radius: .1em;
        -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2); }
        .p-nenpyo__hd__nav__index a:before {
          font-family: "Material Icons";
          margin-right: .25em;
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          content: "list";
          display: block;
          margin-right: 0;
          font-size: 1.5rem;
          line-height: .75;
          margin-bottom: .15em; }
        .p-nenpyo__hd__nav__index a small {
          font-size: 10px; }
  .p-nenpyo h1 {
    font-size: 1.71875rem;
    color: #002B62;
    border-bottom: solid 5px #419b91;
    padding-bottom: .4em;
    position: relative; }
    .p-nenpyo h1:after {
      content: "";
      display: block;
      height: 5px;
      width: 70%;
      background-color: #002B62;
      position: absolute;
      bottom: -5px;
      left: 0; }
  .p-nenpyo__body .c-row--jc-sb {
    display: block; }
  .p-nenpyo__body h2 {
    font-size: 1.875rem;
    margin-bottom: 0;
    font-weight: normal; }
  .p-nenpyo__text {
    font-size: 1.0625rem;
    line-height: 2; }
  .p-nenpyo__figs {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
    background-color: rgba(229, 231, 233, 0.5);
    border-top: solid 1px #D1D4D7;
    border-bottom: solid 1px #D1D4D7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .p-nenpyo__figs.m-bb-none {
      border-bottom: none; }
    .p-nenpyo__figs figure {
      padding-bottom: 1.25em;
      margin-bottom: 1.25em;
      text-align: center;
      width: 50%;
      padding-left: 7px;
      padding-right: 7px;
      border-bottom: solid 1px #D1D4D7; }
      .p-nenpyo__figs figure.is-nobd {
        border-bottom-width: 0; }
    .p-nenpyo__figs figcaption {
      text-align: left;
      margin-top: .5em; }
    .p-nenpyo__figs a {
      display: block;
      padding-top: .1px;
      padding-bottom: .1px;
      -webkit-transition: background-color .3s;
      -o-transition: background-color .3s;
      transition: background-color .3s;
      position: relative; }
      .p-nenpyo__figs a:hover {
        background-color: #DBE0F1; }
        .p-nenpyo__figs a:hover img {
          opacity: .8; }
        .p-nenpyo__figs a:hover .p-nenpyo__zoom {
          background-color: #002B62; }
    .p-nenpyo__figs img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
    .p-nenpyo__body .p-nenpyo__figs.m-set figure {
      border-top: none;
      padding-top: 0;
      padding-bottom: 0;
      border-bottom: none; }
  .p-nenpyo__zoom {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #419b91;
    width: 36px;
    height: 36px;
    text-align: left;
    text-indent: -9999px; }
    .p-nenpyo__zoom:after {
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      content: "zoom_in";
      position: absolute;
      text-indent: 0;
      left: 0;
      top: 50%;
      width: 100%;
      text-align: center;
      font-style: normal;
      line-height: 0;
      font-size: 1.5rem;
      color: #fff; }
  .p-nenpyo__ico {
    width: 48px;
    margin-top: 1em;
    margin-bottom: 1em; }
  .p-nenpyo__notes {
    margin-top: 2em; }

.p-basics__hd h1 {
  color: #002B62;
  margin-top: 0;
  line-height: 1.25;
  border-bottom: solid 1px #E5E7E9;
  font-size: 1.71875rem;
  padding-bottom: .75em; }

.p-basics__hd__read {
  color: #000000; }

.p-basics__hd + .p-index-menu {
  margin-top: 2em; }

.p-basics__guide {
  padding-bottom: 1em; }
  .p-basics__guide__row {
    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; }
  .p-basics__guide__otherlink {
    text-align: right;
    padding-left: 1em; }
    .p-basics__guide__otherlink span {
      display: inline-block;
      white-space: nowrap; }
      .p-basics__guide__otherlink span.m-ico:after {
        font-family: "Material Icons";
        margin-right: .25em;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "chevron_right";
        margin-right: -.25em;
        margin-left: .25em;
        font-size: 1.3125rem;
        line-height: 0; }
  .p-basics__guide + hr {
    margin-top: 1em; }

.p-basics__body {
  padding-bottom: 1em; }
  .p-basics__body h2 {
    font-size: 1.5rem;
    color: #000000;
    line-height: 1.25;
    border-left: solid 5px #2c69ff;
    padding-left: .5em;
    margin-top: 1.75em; }
  .p-basics__body h3 {
    font-size: 1.3125rem;
    margin-top: 1.5em;
    margin-bottom: .5em;
    color: #002B62; }

.p-index__list {
  background-color: rgba(219, 224, 241, 0.5);
  padding: 25px 15px 15px; }
  .p-index__list h2 {
    font-size: 1.5rem;
    color: #000000;
    margin-top: 0;
    margin-bottom: 1.25em; }
  .p-index__list ul {
    list-style: none;
    padding-left: 0; }
  .p-index__list li {
    text-indent: -1.5em;
    padding-left: 1.5em;
    font-size: 1.3125rem;
    margin-bottom: .5em;
    margin-top: .5em;
    line-height: 1.25; }
    .p-index__list li:before {
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      margin-right: .5em;
      content: "arrow_drop_down";
      display: inline-block;
      width: 1em;
      text-align: center;
      color: #419b91;
      text-indent: 0; }
  .p-index__list a {
    text-decoration: none;
    font-size: 1.125rem; }
    .p-index__list a:hover {
      text-decoration: underline; }
    .p-index__list a span {
      padding-right: 1em; }

.p-index__details {
  padding-top: 2em; }
  .p-index__details h2,
  .p-index__details h3 {
    position: relative;
    z-index: 1; }
    .p-index__details h2:after,
    .p-index__details h3:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #E5E7E9;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1; }
    .p-index__details h2 span,
    .p-index__details h3 span {
      position: relative;
      left: 10px;
      padding-left: 10px;
      padding-right: 10px;
      background-color: #fff;
      display: inline-block; }
      .p-index__details h2 span strong,
      .p-index__details h3 span strong {
        padding-right: 1em; }
  .p-index__details h2 {
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 0; }
  .p-index__details h3 {
    font-size: 1.3125rem;
    color: #002B62;
    margin-top: 0;
    padding-top: 1.5em; }
    .p-index__details h3:after {
      margin-top: .75em; }
  .p-index__details a {
    text-decoration: none; }
    .p-index__details a:hover {
      text-decoration: underline; }
    .p-index__details a:after {
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      margin-left: .25em;
      font-size: 1.125rem;
      content: "chevron_right";
      color: #419b91;
      font-weight: normal;
      line-height: 1;
      height: 16px;
      overflow: hidden;
      margin-top: -.2em; }
    .p-index__details a[href*=".pdf"]:after {
      content: "picture_as_pdf";
      color: #2c69ff; }
  .p-index__details__u {
    padding-left: 20px;
    padding-right: 0;
    color: #000000;
    font-size: 1.125rem; }
    .p-index__details__u dt {
      font-weight: bold; }
    .p-index__details__u dd {
      margin-left: 0; }
    .p-index__details__u ol {
      list-style: none;
      padding-left: 0; }
      .p-index__details__u ol li {
        margin-top: .5em;
        margin-bottom: .5em; }
      .p-index__details__u ol ul {
        list-style: none;
        padding-left: 0;
        margin-left: 1.25em;
        margin-bottom: 1em; }
    .p-index__details__u__row {
      padding-bottom: 1em; }
    .p-index__details__u__fig {
      width: 25vw;
      display: none;
      text-align: center; }
      .p-index__details__u__fig img {
        max-height: 25vw; }
    .p-index__details__u__data ol {
      list-style: none; }
    .p-index__details__u__data > ol {
      padding-left: 0; }
      .p-index__details__u__data > ol ol {
        padding-left: 1.25em;
        margin-bottom: 1.5em; }

.p-links {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -1%;
  margin-right: -1%; }
  .p-links .c-u {
    width: 100%;
    margin-left: 1%;
    margin-right: 1%; }
  .p-links h2 {
    font-size: 1.3125rem;
    position: relative; }
    .p-links h2:before {
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      content: "link";
      -webkit-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
      color: #858585;
      font-size: 1.875rem;
      margin-right: 0;
      margin-top: -.2em; }
  .p-links ul {
    list-style: none;
    padding-left: 0; }
  .p-links li {
    margin-top: .5em;
    margin-bottom: .5em;
    padding-left: 1.25em;
    position: relative; }
    .p-links li:before {
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      content: "chevron_right";
      color: #419b91;
      position: absolute;
      left: 0; }
  .p-links a {
    text-decoration: none; }
    .p-links a:hover {
      text-decoration: underline; }

.p-input {
  background-color: rgba(219, 224, 241, 0.7);
  padding: 20px;
  margin-top: 2em;
  color: #000000; }
  .p-input h2 {
    font-size: 1.125rem;
    margin: 0;
    color: #002B62; }
  .p-input h3 {
    font-size: 1rem;
    font-weight: normal;
    padding-right: 3em;
    margin-top: 0; }
  .p-input__wrap {
    padding-top: 1em;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s; }
    .p-input__wrap.is-show {
      opacity: 1;
      display: block; }
  .p-input__u_d {
    position: relative; }
  .p-input__op {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin-top: 2em;
    padding-top: 1.5em;
    padding-bottom: 1.25em;
    margin-bottom: 2em; }
    .p-input__op h2 {
      position: relative;
      cursor: pointer; }
      .p-input__op h2:after {
        font-family: "Material Icons";
        margin-right: .25em;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "add_box";
        margin-right: 0;
        margin-left: .25em;
        font-size: 1.2em;
        line-height: 1; }
      .p-input__op h2.is-show:after {
        content: "indeterminate_check_box"; }
      .p-input__op h2:hover:after {
        color: #419b91; }
    .p-input__op fieldset {
      padding: 0;
      border: none;
      margin-bottom: .5em; }
      .p-input__op fieldset label {
        display: inline-block;
        margin-right: 2em;
        margin-bottom: .5em; }
  .p-input__ad {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: 1em; }
    .p-input__ad.is-current {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .p-input__ad > label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: .5em; }
      .p-input__ad > label:first-of-type {
        padding-right: 1em; }
      .p-input__ad > label input[type="text"], .p-input__ad > label input[type="number"] {
        width: 5em;
        max-width: 8em;
        text-align: center;
        ime-mode: disabled; }
      .p-input__ad > label input[type="number"] {
        -moz-appearance: textfield; }
        .p-input__ad > label input[type="number"]::-webkit-outer-spin-button, .p-input__ad > label input[type="number"]::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      .p-input__ad > label span {
        white-space: nowrap;
        display: inline-block;
        padding-left: .5em;
        font-size: 1rem; }
  .p-input__button {
    text-align: center; }

.c-result-tool {
  text-align: center; }
  .c-result-tool__num dl {
    margin-top: 0;
    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;
    font-size: 1.125rem;
    line-height: 18px; }
    .c-result-tool__num dl dd {
      margin-left: 0;
      font-size: 1.5rem;
      margin-left: .5em; }
      .c-result-tool__num dl dd small {
        font-size: 1.125rem; }
  .c-result-tool__num p {
    font-size: 1.5rem;
    margin: 0; }
    .c-result-tool__num p small {
      font-size: 1.125rem; }
  .c-result-tool__sort {
    display: inline-block;
    background-color: #DBE0F1;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    overflow: hidden;
    font-size: 0.875rem; }
    .c-result-tool__sort ul {
      margin-top: 0;
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      list-style: none;
      padding-left: 0;
      line-height: 1; }
    .c-result-tool__sort li {
      padding: .75em 1em .6em;
      cursor: pointer; }
      .c-result-tool__sort li.is-active {
        background-color: #65b3a4;
        color: #fff; }
  .c-result-tool__yaers span {
    display: block;
    pointer-events: none; }
    .c-result-tool__yaers span:after {
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      content: "keyboard_arrow_down";
      margin-right: 0;
      font-size: 1.5rem;
      line-height: 0.875rem;
      margin-right: -.25em;
      margin-left: .25em; }
  .c-result-tool__yaers.is-alt span:after {
    content: "keyboard_arrow_up"; }
  .c-result-tool__yaers.is-able span {
    pointer-events: auto; }

.c-result-pager {
  border-top: solid 1px rgba(164, 170, 176, 0.8);
  margin-top: 1em;
  padding-top: 1em;
  text-align: right;
  margin-bottom: 1em; }
  .c-result-pager--bottom {
    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; }
    .c-result-pager--bottom .c-input {
      display: none; }
    .c-result-pager--bottom .c-button {
      padding-top: .75em;
      padding-bottom: .6em;
      font-weight: normal;
      line-height: 1;
      background-color: #fff;
      width: 8em;
      margin-left: .25em;
      margin-right: .25em;
      -webkit-box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2); }
      .c-result-pager--bottom .c-button:hover {
        background-color: #002B62; }
  .c-result-pager__prev a, .c-result-pager__next a {
    position: relative; }
  .c-result-pager__prev a:before {
    font-family: "Material Icons";
    margin-right: .25em;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "arrow_drop_down";
    font-size: 1.3125rem;
    line-height: 0;
    margin-right: 0;
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: 50%;
    left: .25em; }
  .c-result-pager__next a:after {
    font-family: "Material Icons";
    margin-right: .25em;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "arrow_drop_down";
    font-size: 1.3125rem;
    line-height: 0;
    margin-right: 0;
    -webkit-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    right: .25em; }
  .c-result-pager__num {
    display: none;
    line-height: 1.9;
    font-weight: bold;
    color: #fff; }
    .c-result-pager__num a {
      display: inline-block;
      background-color: #fff;
      padding-left: .7em;
      padding-right: .7em;
      margin-left: .7em;
      margin-right: .7em;
      border-radius: .25em;
      -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
      text-decoration: none; }
      .c-result-pager__num a:hover {
        text-decoration: underline; }
  .c-result-pager__prv_nxt a {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .c-result-pager__input {
    color: #65b3a4; }
    .c-result-pager__input.c-input input {
      color: #65b3a4;
      width: auto;
      height: auto;
      width: 3em;
      text-align: center;
      margin-right: .5em;
      padding-left: 0;
      padding-right: 0; }

.c-result__list em {
  font-weight: bold;
  color: #9D4531; }

.c-result__list__u {
  background-color: #fff;
  margin-bottom: .75em;
  -webkit-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.06);
          box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.06); }
  .c-result__list__u .c-result__cvr > * {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .c-result__list__u .c-result__cvr:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .c-result__list__u .c-result__cvr,
  .c-result__list__u a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #000;
    padding: 1.3em .75em .75em;
    position: relative; }
    .c-result__list__u .c-result__cvr > *,
    .c-result__list__u a > * {
      pointer-events: none; }
  .c-contents__bottom .c-result__list__u a:hover h2 {
    color: #65b3a4; }
  .c-result__list__u a:hover p {
    color: #65b3a4; }
  .c-result__list__u a:hover img {
    opacity: .8;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }

.c-result__list__fig {
  width: 92px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  position: relative;
  min-height: 72px; }
  .c-result__list__fig img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    max-height: 100%; }

.c-result__list__id {
  font-size: 0.75rem;
  color: #65b3a4; }

.c-result__list__txt {
  padding-left: .75em;
  width: calc(100% - 92px);
  position: relative; }
  .c-result__list__txt h2 {
    margin: 0;
    font-size: 1rem; }
  .c-result__list__txt p {
    margin: 0;
    font-size: 0.875rem; }

.c-result__list__years {
  text-align: right;
  font-weight: normal;
  line-height: 1;
  color: #858585;
  font-size: 1rem;
  font-style: italic;
  position: absolute;
  right: 0;
  top: 0;
  padding: .4em 0 0; }

.c-result__list__cat_place {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: .25em; }

.c-result__list__cat_label {
  padding: .3em .75em .2em;
  background-color: #002B62;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  margin-right: .1em; }
  .c-result__list__cat_label.m-img {
    background-color: #79AAB6; }
  .c-result__list__cat_label.m-article {
    background-color: #7F9883; }
  .c-result__list__cat_label.m-data {
    background-color: #CB8E69; }

.c-result__list.m-all .c-result__list__u {
  position: relative; }
  .c-result__list.m-all .c-result__list__u:before {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background-color: rgba(229, 231, 233, 0.2); }
  .c-result__list.m-all .c-result__list__u a {
    padding-right: 0;
    padding-top: 16px;
    padding-bottom: 0; }

.c-result__list.m-all .c-result__list__fig {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 30%; }
  .c-result__list.m-all .c-result__list__fig img {
    max-height: 80%;
    max-width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.c-result__list.m-all .c-result__list__cat {
  position: absolute;
  left: 0;
  top: 0;
  padding: .3em .75em .2em;
  background-color: #f00;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
  color: #fff; }
  .c-result__list.m-all .c-result__list__cat.m-img {
    background-color: #79AAB6; }
  .c-result__list.m-all .c-result__list__cat.m-article {
    background-color: #7F9883; }
  .c-result__list.m-all .c-result__list__cat.m-data {
    background-color: #CB8E69; }

.c-result__list.m-all .c-result__list__cat_place {
  top: -16px; }

.c-result__list.m-all .c-result__list__txt {
  width: calc(100% - 30% + .75em);
  padding-bottom: 1em;
  padding-top: 2.5em;
  padding-right: 1em;
  padding-bottom: 2.5em;
  margin-left: -.75em;
  padding-left: 1.5em; }
  .c-result__list.m-all .c-result__list__txt h2 {
    color: #002B62; }

.c-result__list.m-all .c-result__list__years {
  font-size: 1rem;
  padding: .5em .75em; }

.c-result__list.m-all .c-result__list__ico {
  width: 32px; }

.c-file-summary__img {
  margin-bottom: 2em; }
  .c-file-summary__img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 30vh; }

.c-file-summary__txt {
  font-size: 1rem; }
  .c-file-summary__txt dt {
    color: #646E74;
    font-weight: bold; }
  .c-file-summary__txt dd {
    margin-left: 0;
    color: #000000; }

.c-file-summary__more {
  text-align: right;
  margin-top: 2em;
  margin-bottom: 2em; }
  .c-file-summary__more .c-button {
    font-weight: normal;
    -webkit-box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #E5E7E9;
    line-height: 1; }
    .c-file-summary__more .c-button:after {
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      content: "navigate_next";
      margin-right: 0;
      margin-left: .5em; }
    .c-file-summary__more .c-button:hover {
      border-color: #002B62; }

.c-file-dl {
  text-align: center;
  border-top: solid 1px #E5E7E9;
  padding-top: 2.5em; }

.p-index-menu + .p-index-menu {
  margin-top: 5em; }

.p-index-menu h2 {
  font-size: 1.5rem;
  color: #002B62;
  border-left: solid 5px #2c69ff;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .5em; }

.p-index-menu .p-others {
  display: block;
  width: 100%;
  border-top: solid 1px rgba(134, 147, 185, 0.24);
  border-bottom: solid 1px rgba(134, 147, 185, 0.24); }
  .p-index-menu .p-others + .p-others {
    border-top: none; }
  .p-index-menu .p-others .c-u {
    width: 100%; }
  .p-index-menu .p-others h3 strong {
    display: block;
    font-size: 1rem;
    font-weight: normal; }
  .p-index-menu .p-others a {
    font-size: 1.125rem;
    font-weight: normal;
    text-decoration: none;
    display: inline-block; }
    .p-index-menu .p-others a:hover {
      text-decoration: underline; }
    .p-index-menu .p-others a:after {
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      content: "chevron_right";
      font-size: 1.3125rem;
      color: #419b91;
      margin-right: 0;
      margin-left: .25em; }
  .p-index-menu .p-others__link {
    text-align: right;
    padding-bottom: .5em; }

.p-index-menu__body {
  background-color: #DBE0F1;
  padding: 20px 15px 20px; }
  .p-index-menu__body .c-row--jc-sb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .p-index-menu__body h3 {
    width: 100%;
    font-size: 1.75rem;
    line-height: 1.2;
    padding-bottom: 0;
    padding-left: 1em;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .6em;
    padding-bottom: .5em;
    position: relative;
    color: #000000; }
    .p-index-menu__body h3:before {
      content: "";
      display: block;
      position: absolute;
      height: 1em;
      width: 5px;
      left: .5em;
      background-color: #419b91; }
    .p-index-menu__body h3 small {
      font-weight: normal; }

.p-index-menu__buttons {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .p-index-menu__buttons p {
    color: #000000; }

.p-index-menu__button {
  width: 100%;
  margin-bottom: 1.5em; }
  .p-index-menu__button .c-button--lg {
    width: 100%;
    font-weight: normal;
    font-size: 1.3125rem;
    background-color: #fff;
    padding-top: .6em;
    padding-bottom: .5em;
    position: relative; }
    .p-index-menu__button .c-button--lg:hover {
      background-color: #002B62; }
    .p-index-menu__button .c-button--lg:after {
      font-family: "Material Icons";
      margin-right: .25em;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      content: "chevron_right";
      color: #419b91;
      font-size: 1.875rem;
      position: absolute;
      right: .25em;
      line-height: 0;
      top: 50%; }

.p-index-menu__fig {
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 2em; }
  .p-index-menu__fig:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: -1; }
  .p-index-menu__fig img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25em; }
    .p-index-menu__fig img[src*="nenshi_120"] {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
              box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }

.p-about h3 a:after {
  font-family: "Material Icons";
  margin-right: .25em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "chevron_right";
  font-size: 1.875rem;
  margin-right: 0;
  color: #419b91;
  height: 1.8rem;
  overflow: hidden;
  line-height: 1; }

.p-chr__tpc-1 h3 {
  margin-bottom: .25em; }

.p-chr__tpc-1 dl {
  margin-top: .5em;
  border-bottom: solid 1px #D1D4D7;
  padding-left: .25em;
  padding-bottom: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.p-chr__tpc-1 dd {
  font-weight: bold;
  font-size: 1.125rem;
  width: 14em;
  text-align: center; }
  .p-chr__tpc-1 dd:before {
    font-family: "Material Icons";
    margin-right: .25em;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "more_horiz"; }

.p-chr__tpc-1 table th {
  padding-right: 2em; }

.p-chr__tpc-1 table td {
  padding-right: 2em; }
  .p-chr__tpc-1 table td strong {
    color: #2c69ff; }

.p-chr__tpc-2 > p:first-child {
  margin-top: 2em; }
.p-chr__tpc-2 h3 {
  color: #2c69ff;
  position: relative;
  z-index: 1; }
  .p-chr__tpc-2 h3 span {
    background-color: #fff;
    display: inline-block;
    padding-right: 1em; }
  .p-chr__tpc-2 h3:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgba(190, 55, 90, 0.05);
    top: 50%;
    z-index: -1;
    position: absolute; }

.p-chr__tpc-2 ul + h3 {
  margin-top: 1.25em; }

.p-chr__tpc-2 ul + .c-txt-box {
  margin-top: 2.5em; }

.p-chr__tpc-2 .c-txt-box {
  background-color: rgba(229, 231, 233, 0.3);
  padding: 1.25em;
  margin-top: 1em;
  font-size: 0.875rem; }
  .p-chr__tpc-2 .c-txt-box h3 {
    margin-top: 0;
    color: #000000; }
    .p-chr__tpc-2 .c-txt-box h3:before {
      display: none; }
  .p-chr__tpc-2 .c-txt-box strong {
    color: #000000; }

.p-chr__tpc-2 .c-txt-box-2 {
  font-size: 0.875rem;
  border: dotted 1px #858585;
  padding: 2em;
  margin-top: 2em; }
  .p-chr__tpc-2 .c-txt-box-2 h3 {
    margin-top: 0;
    border-bottom: solid 2px #E5E7E9; }
    .p-chr__tpc-2 .c-txt-box-2 h3:before {
      display: none; }
  .p-chr__tpc-2 .c-txt-box-2 h4 {
    margin-bottom: .5em; }
    .p-chr__tpc-2 .c-txt-box-2 h4 strong {
      color: #2c69ff; }

.p-chr__tpc-3__img-1 {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1.5em; }

.p-chr__tpc-4__img-1 {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1.5em; }

.p-chr__tpc-4__img-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 1.5em; }
  .p-chr__tpc-4__img-2 small {
    white-space: nowrap; }

.p-chr__tpc-5__img-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 1.5em; }
  .p-chr__tpc-5__img-1 p {
    white-space: nowrap; }

.p-chr__tpc-5__img-2 {
  padding-right: 1.5em;
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.p-chr__tpc-6 .c-modal__other__row {
  display: block; }

.p-chr__tpc-6__img-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 1.5em; }
  .p-chr__tpc-6__img-1 p {
    white-space: nowrap; }

.p-chr__tpc-6__img-2 {
  padding-left: 1.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.p-chr__tpc-7 .m-words {
  font-size: 1.125rem;
  line-height: 1.75;
  padding: 1.25em 1.25em 1em;
  position: relative;
  border: solid 3px #2c69ff;
  z-index: 1;
  margin-bottom: 1.5em; }
  .p-chr__tpc-7 .m-words:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    top: -3px;
    right: -3px;
    bottom: 3em;
    left: 3em;
    z-index: -1; }
  .p-chr__tpc-7 .m-words:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    bottom: -3px;
    left: -3px;
    right: 3em;
    top: 3em;
    z-index: -1; }

.p-chr__tpc-8 .c-modal__other__row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.p-chr__tpc-8__txt-1 {
  width: 100%; }

.p-chr__tpc-8__img-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: .75em;
  padding-right: .75em;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .p-chr__tpc-8__img-1 p {
    white-space: nowrap; }

.p-chr__tpc-8__img-2 {
  padding-right: 1.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.p-chr__tpc-9 .c-modal__other__row {
  display: block; }

.p-chr__tpc-9__img-1 {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.p-chr__tpc-9__img-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .p-chr__tpc-9__img-2 small {
    white-space: nowrap; }

.p-count-down {
  height: 80vh;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  color: #000000;
  z-index: 2; }
  .p-count-down__inn {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
  .p-count-down h2 {
    font-size: 4rem;
    font-weight: normal;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0; }
  .p-count-down p {
    font-size: 1.125rem; }
  .p-count-down__conter {
    position: relative;
    display: inline-block; }
  .p-count-down__ato, .p-count-down__nichi {
    position: absolute;
    display: block;
    line-height: 1;
    white-space: nowrap; }
  .p-count-down__ato {
    right: 100%;
    top: 0;
    font-size: 1.625rem;
    margin-right: .25em; }
  .p-count-down__nichi {
    left: 100%;
    bottom: 0;
    font-size: 1.5rem;
    margin-left: .25em; }
  .p-count-down__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .p-count-down__num span {
      display: block;
      font-size: 6.875rem;
      width: 1.75ex;
      background-color: #E5E7E9;
      margin-left: 5px;
      margin-right: 5px;
      line-height: 1;
      padding-top: .25em;
      padding-bottom: .1em; }

.p-search-info {
  text-align: center;
  display: none; }
  .p-search-info.is-show {
    display: block; }
  .p-search-info p {
    background-color: #2c69ff;
    margin-top: 0;
    color: #fff;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 2em;
    padding-right: 2em;
    line-height: 1;
    font-weight: bold; }

.p-chronology {
  position: relative; }

.p-chrono {
  text-align: center;
  color: #fff; }
  .p-chrono__pd {
    padding-left: 80px;
    padding-right: 80px; }
  .p-chrono__lg a:after, .p-chrono__md a:after {
    font-family: "Material Icons";
    margin-right: .25em;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "chevron_right";
    background-color: #858585;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    margin-left: .25em; }
  .p-chrono__lg .c-more, .p-chrono__md .c-more {
    display: none; }
  .p-chrono img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .p-chrono__top {
    background-color: #fff;
    text-align: center;
    height: calc(100vh - 104px);
    position: relative;
    z-index: 2; }
    .p-chrono__top__img {
      position: absolute;
      width: 100%;
      left: 0;
      top: 44%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
      .p-chrono__top__img > img {
        max-width: 40vh; }
      .p-chrono__top__img h1 img {
        max-width: 60vh; }
    .p-chrono__top__scr {
      position: absolute;
      bottom: 5vh;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-100%);
           -o-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-animation-name: scroool;
           -o-animation-name: scroool;
              animation-name: scroool;
      -webkit-animation-duration: 1.75s;
           -o-animation-duration: 1.75s;
              animation-duration: 1.75s;
      -webkit-animation-iteration-count: infinite;
           -o-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }
    .p-chrono__top img {
      display: block;
      opacity: 0;
      -webkit-transition: opacity 2s;
      -o-transition: opacity 2s;
      transition: opacity 2s; }
      .is-loaded .p-chrono__top img {
        opacity: 1; }
    .p-chrono__top h1 {
      margin-bottom: 1.25em;
      margin-top: 0;
      color: #4a4a4a;
      font-size: 4.1rem;
      font-weight: normal;
      margin-bottom: 20px; }
      .p-chrono__top h1 img {
        width: 834px;
        max-width: 100%; }
    .p-chrono__top p {
      font-size: 1.125rem;
      margin-top: 1.5em;
      margin-bottom: 0; }
  .p-chrono__nav {
    text-align: left;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 2em;
    font-size: 0.75rem;
    opacity: 0;
    z-index: 9;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s; }
    .is-chr_nav_show .p-chrono__nav {
      opacity: 1; }
    .p-chrono__nav ul {
      margin-top: 0;
      margin-bottom: 0;
      list-style: none;
      padding-left: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      text-align: center; }
      .p-chrono__nav ul:after {
        content: "";
        width: 1px;
        height: 1.5em;
        background-color: rgba(255, 255, 255, 0.5);
        display: inline-block; }
    .p-chrono__nav li:before {
      content: "";
      width: 1px;
      height: 1.5em;
      background-color: rgba(255, 255, 255, 0.5);
      display: inline-block; }
    .p-chrono__nav li.is-current a {
      font-weight: bold;
      position: relative; }
      .p-chrono__nav li.is-current a:after {
        font-family: "Material Icons";
        margin-right: .25em;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        content: "play_arrow";
        position: absolute;
        -webkit-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
        left: 110%; }
    .p-chrono__nav a {
      word-break: keep-all;
      display: block;
      text-decoration: none;
      color: #fff;
      position: relative; }
      .p-chrono__nav a.is-current {
        font-weight: bold; }
        .p-chrono__nav a.is-current:after {
          font-family: "Material Icons";
          margin-right: .25em;
          vertical-align: middle;
          display: inline-block;
          font-weight: normal;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          content: "play_arrow";
          position: absolute;
          left: 100%;
          top: 50%;
          line-height: 0;
          -webkit-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg); }
  .p-chrono__hd {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 100vh;
    position: relative;
    overflow: hidden; }
    .p-chrono__hd img {
      position: absolute;
      top: 50%;
      left: 50%;
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1.5);
           -o-transform: translateX(-50%) translateY(-50%) scale(1.5);
              transform: translateX(-50%) translateY(-50%) scale(1.5); }
    .p-chrono__hd.m-wait-mod img {
      opacity: 1;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
           -o-transform: translateX(-50%) translateY(-50%) scale(1);
              transform: translateX(-50%) translateY(-50%) scale(1);
      -webkit-transition: opacity 1s, -webkit-transform .7s;
      transition: opacity 1s, -webkit-transform .7s;
      -o-transition: opacity 1s, -o-transform .7s;
      transition: opacity 1s, transform .7s;
      transition: opacity 1s, transform .7s, -webkit-transform .7s, -o-transform .7s; }
  .p-chrono__body {
    background-color: #3c4155;
    position: relative;
    padding-top: 10px;
    padding-bottom: 80px;
    z-index: 1; }
    .p-chrono__body .chr_bg {
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      background-attachment: fixed;
      background-position: center;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      z-index: -1;
      position: fixed;
      opacity: 0;
      -webkit-transition: opacity 1s;
      -o-transition: opacity 1s;
      transition: opacity 1s; }
      /* .p-chrono__body .chr_bg.chr_bg_1 {
        background-image: url(../../images/chr_bg_1.jpg); }
      .p-chrono__body .chr_bg.chr_bg_2 {
        background-image: url(../../images/chr_bg_2.jpg); }
      .p-chrono__body .chr_bg.chr_bg_3 {
        background-image: url(../../images/chr_bg_3.jpg); } */
      .p-chrono__body .chr_bg.is-show {
        opacity: 1; }
    .p-chrono__body img {
      opacity: 0; }
    .p-chrono__body.m-wait-mod img {
      opacity: 1;
      -webkit-transition: opacity 1s;
      -o-transition: opacity 1s;
      transition: opacity 1s; }
    .p-chrono__body a {
      color: #fff;
      text-decoration: none; }
      .p-chrono__body a:hover {
        opacity: .8; }
  .p-chrono__v-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .p-chrono__v-line:before {
      content: "";
      display: block;
      width: 1px;
      height: 6em;
      background-color: #858585; }
  .p-chrono__lg {
    padding-top: 4em;
    padding-bottom: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto; }
    .p-chrono__lg.mdf-aniv-120 .p-chrono__lg__tx h2 {
      color: #CDB083;
      text-shadow: 0 0 0.3em rgba(118, 73, 27, 0.2); }
    .p-chrono__lg .mdf-aniv-120__catch {
      font-size: 2.25rem;
      font-weight: bold;
      text-shadow: 0 0 0.3em rgba(0, 43, 98, 0.2);
      margin-top: .4em;
      margin-bottom: .2em;
      text-align: center; }
      .p-chrono__lg .mdf-aniv-120__catch span {
        display: inline-block; }
    .p-chrono__lg__img, .p-chrono__lg__tx {
      width: 48%; }
    .none-column .p-chrono__lg__img, .none-column .p-chrono__lg__tx {
      width: 100%; }
    .p-chrono__lg__img {
      padding-top: 5vh; }
      .p-chrono__lg--alt .p-chrono__lg__img {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
    .p-chrono__lg__tx {
      text-align: left;
      color: #fff; }
      .p-chrono__lg--alt .p-chrono__lg__tx h2 {
        text-align: right; }
      .p-chrono__lg__tx.mdf-center {
        text-align: center;
        width: 100%; }
    .p-chrono__lg h2 {
      font-size: 11vw;
      font-weight: normal;
      color: #ffffff;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 1; }
    .p-chrono__lg h3 {
      font-size: 2.25rem;
      margin-top: .25em;
      line-height: 1.25;
      margin-bottom: .5em; }
      .p-chrono__lg h3 small {
        font-size: 1.125rem; }
      .p-chrono__lg h3 a {
        display: block;
        position: relative; }
    .p-chrono__lg p {
      line-height: 1.5; }
  .p-chrono__nth:nth-of-type(2n) h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .p-chrono__nth:nth-of-type(2n+1) > div {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .p-chrono__nth:first-of-type .p-chrono__y:before {
    content: "";
    display: block;
    width: 1px;
    height: 3em;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 100%;
    left: 50%; }
    .p-chrono__nth.none-column-next:first-of-type .p-chrono__y:before {
      height: 1em;
    }
  .p-chrono__md {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0; }
    .p-chrono__md p {
      margin-top: .25em;
      margin-bottom: .25em;
      font-size: 1.125rem;
      line-height: 1.5; }
    .p-chrono__md figure {
      text-align: left; }
      .p-chrono__md figure img {
        margin-left: 0; }
  .p-chrono__y {
    width: 4em;
    color: #fff;
    font-weight: normal;
    font-size: 2.25rem;
    text-align: center;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    min-height: 2em; }
    .p-chrono__y:after {
      content: "";
      display: block;
      width: 1px;
      height: calc(100% - 1em);
      background-color: #858585;
      position: absolute;
      bottom: 0;
      left: 50%; }
  .p-chrono__c {
    font-size: 1.125rem;
    width: calc(50% - 4em); }
    .p-chrono__c p {
      position: relative; }
  .l-contents .p-chrono__cap {
    line-height: 1.25;
    margin-top: .5em;
    font-size: 0.75rem;
    color: #fff;
    text-align: left; }
  .p-chrono__lg--alt .p-chrono__cap {
    text-align: right; }
  .p-chrono__cap .u-ta--center {
    text-align: center; }
  .p-chrono .c-photo__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -.75em;
    margin-right: -.75em;
    margin-top: 2em;
    margin-bottom: 2em; }
  .p-chrono .c-photo__u {
    padding-left: .75em;
    padding-right: .75em; }
  .p-chrono__tpc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5em; }
    .p-chrono__md .p-chrono__tpc {
      margin-top: 2em;
      margin-bottom: 3em; }
    .p-chrono__tpc__img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 30%;
      position: relative;
      min-height: 170px;
      overflow: hidden; }
      .p-chrono__tpc__img img {
        height: 100%;
        width: auto;
        max-width: none;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
    .p-chrono__tpc__txt {
      text-align: left;
      padding-left: 1em;
      padding-right: 1em;
      padding-top: 1em;
      padding-bottom: 1em;
      line-height: 1.25;
      color: #000000;
      width: 100%;
      background-color: #fff; }
      .p-chrono__tpc__txt h1 {
        font-size: 0.875rem;
        margin-top: 0; }
      .p-chrono__tpc__txt h2 {
        font-size: 1.125rem;
        font-weight: bold;
        color: #000000;
        margin-bottom: 0;
        text-align: left !important; }
        .p-chrono__tpc__txt h2 small {
          font-weight: normal;
          font-size: 0.75rem; }
      .p-chrono__tpc__txt p {
        margin-top: .25em;
        margin-bottom: .5em;
        line-height: 1.25; }
        .p-chrono__tpc__txt p.m-catch {
          color: #2c69ff;
          margin-top: .75em; }
      .p-chrono__tpc__txt .c-modal-more {
        text-align: right;
        margin-top: 1em;
        font-size: 0.875rem; }
        .p-chrono__tpc__txt .c-modal-more strong {
          color: #2c69ff;
          font-weight: normal;
          cursor: pointer; }
          .p-chrono__tpc__txt .c-modal-more strong:before {
            font-family: "Material Icons";
            margin-right: .25em;
            vertical-align: middle;
            display: inline-block;
            font-weight: normal;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            text-rendering: optimizeLegibility;
            -moz-osx-font-smoothing: grayscale;
            font-feature-settings: 'liga';
            content: "add_circle";
            font-size: 1rem; }
          .p-chrono__tpc__txt .c-modal-more strong:hover {
            text-decoration: underline; }

.mdf-aniv-120-pb {
  padding-bottom: 0; }

.mdf-mb {
  margin-bottom: 4em; }

.p-message-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3em;
  margin-bottom: 1em; }
  .p-message-link button {
    background-color: #fff;
    color: #002B62;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    border: none;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    overflow: hidden;
    width: 560px; }
    .p-message-link button:after {
      color: #fff; }
    .p-message-link button span,
    .p-message-link button strong {
      width: 50%; }
    .p-message-link button img {
      width: 100%; }
    .p-message-link button strong {
      padding-left: .5em;
      padding-right: .5em;
      font-size: 1.875rem;
      line-height: 1.3; }

.mdf-p-meddage {
  font-size: 1.125rem;
  line-height: 1.9; }
  .mdf-p-meddage .c-modal__inn {
    max-width: 1024px; }
  .mdf-p-meddage .c-modal__c {
    padding: 2.5em;
    overflow-x: hidden; }
  .mdf-p-meddage p {
    margin-bottom: 1em; }
  .mdf-p-meddage .pi-title {
    margin-left: -2.6em;
    margin-right: -2.6em;
    margin-top: -2.5em;
    position: relative;
    margin-bottom: 2em;
    background-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .mdf-p-meddage .pi-title img {
      display: block;
      width: 100%; }
    .mdf-p-meddage .pi-title h1 {
      font-size: 1.875rem;
      line-height: 1.5;
      text-align: center;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-bottom: 0; }

.fl-left {
  float: left; }

.u-img-wrap {
  display: inline-block; }

.u-mt--0 {
  margin-top: 0 !important; }

.u-mt--0_25 {
  margin-top: .25em !important; }

.u-mt--0_5 {
  margin-top: .5em !important; }

.u-mt--0_75 {
  margin-top: .75em !important; }

.u-mt--1 {
  margin-top: 1em !important; }

.u-mt--1_25 {
  margin-top: 1.25em !important; }

.u-mt--1_5 {
  margin-top: 1.5em !important; }

.u-mt--1_75 {
  margin-top: 1.75em !important; }

.u-mt--2 {
  margin-top: 2em !important; }

.u-mt--2_25 {
  margin-top: 2.25em !important; }

.u-mt--2_5 {
  margin-top: 2.5em !important; }

.u-mt--2_75 {
  margin-top: 2.75em !important; }

.u-mt--3 {
  margin-top: 3em !important; }

.u-mt--3_25 {
  margin-top: 3.25em !important; }

.u-mt--3_5 {
  margin-top: 3.5em !important; }

.u-mt--3_75 {
  margin-top: 3.75em !important; }

.u-mt--4 {
  margin-top: 4em !important; }

/**/
.u-mb--0 {
  margin-bottom: 0 !important; }

.u-mb--0_25 {
  margin-bottom: .25em !important; }

.u-mb--0_25 {
  margin-bottom: .5em !important; }

.u-mb--0_75 {
  margin-bottom: .75em !important; }

.u-mb--1 {
  margin-bottom: 1em !important; }

.u-mb--1_25 {
  margin-bottom: 1.25em !important; }

.u-mb--1_5 {
  margin-bottom: 1.5em !important; }

.u-mb--1_75 {
  margin-bottom: 1.75em !important; }

.u-mb--2 {
  margin-bottom: 2em !important; }

.u-mb--2_25 {
  margin-bottom: 2.25em !important; }

.u-mb--2_5 {
  margin-bottom: 2.5em !important; }

.u-mb--2_75 {
  margin-bottom: 2.75em !important; }

.u-mb--3 {
  margin-bottom: 3em !important; }

.u-mb--3_25 {
  margin-bottom: 3.25em !important; }

.u-mb--3_5 {
  margin-bottom: 3.5em !important; }

.u-mb--3_75 {
  margin-bottom: 3.75em !important; }

.u-mb--4 {
  margin-bottom: 4em !important; }

/*R*/
.mr--1 {
  margin-right: 1em !important; }

.mr--1_25 {
  margin-right: 1.25em !important; }

.mr--1_5 {
  margin-right: 1.5em !important; }

.mr--1_75 {
  margin-right: 1.75em !important; }

.mr--2 {
  margin-right: 2em !important; }

[class*="u-va--"]:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0; }

[class*="u-va--"] .u-va__u {
  display: inline-block; }

.u-va--middle:before {
  vertical-align: middle; }

.u-va--middle .u-va__u {
  vertical-align: middle; }

.u-va--bottom:before {
  vertical-align: bottom; }

.u-va--bottom .u-va__u {
  vertical-align: bottom; }

.u-ta--center {
  text-align: center; }

.u-ta--left {
  text-align: left; }

.u-ta--right {
  text-align: right; }

.u-fs--10 {
  font-size: 0.625rem; }

.u-fs--11 {
  font-size: 0.6875rem; }

.u-fs--12 {
  font-size: 0.75rem; }

.u-fs--13 {
  font-size: 0.8125rem; }

.u-fs--14 {
  font-size: 0.875rem; }

.u-fs--15 {
  font-size: 0.9375rem; }

.u-fs--16 {
  font-size: 1rem; }

.u-fs--18 {
  font-size: 1.125rem; }

.u-fs--20 {
  font-size: 1.25rem; }

.u-fs--21 {
  font-size: 1.3125rem; }

.u-fs--24 {
  font-size: 1.5rem; }

.u-fs--30 {
  font-size: 1.875rem; }

.u-fs--36 {
  font-size: 2.25rem; }

.u-fs--48 {
  font-size: 3rem; }

.u-fs--60 {
  font-size: 3.75rem; }

.u-fs--72 {
  font-size: 4.5rem; }

.u-c-red {
  color: #2c69ff; }

.u-border-box,
.u-bgc-box {
  margin-bottom: 1em;
  padding: 1.5em 1.25em 1em;
  border-radius: 2px;
  margin-top: 1em; }

.u-border-box {
  border: solid 1px #E6E6E6; }

.u-bgc-box {
  background-color: #f7f7f7; }

.u-no-style {
  list-style: none;
  padding-left: 0; }

.u-fw--n {
  font-weight: normal; }

@media print, screen and (min-width: 21em){
  .xs-show{
    display: block; }
  .c-header__lang{
    margin-left: 3vw; }
  .c-header__lang li{
    margin-right: 3vw; } }

@media print, screen and (min-width: 35.5em){
  .sm-show{
    display: block; }
  .f-width, .f-sw{
    padding-left: 20px;
    padding-right: 20px; }
  .f-sw--main{
    padding-left: 0;
    padding-right: 0; }
  .c-header__lang{
    margin-left: 2em; }
  .c-header__lang li{
    margin-right: 1em; }
  .c-xs-nav-sw{
    width: 60px; }
  .p-index-menu h2{
    margin-left: 1em; }
  .p-index-menu__button{
    width: 48%; }
  .p-chr__tpc-6 .c-modal__other__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-chr__tpc-8 .c-modal__other__row{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .p-chr__tpc-8__img-1{
    padding-left: 1.5em;
    padding-right: 0; }
  .p-chr__tpc-9 .c-modal__other__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-chr__tpc-9__img-1{
    padding-right: 1.5em; }
  .p-chr__tpc-9__img-2{
    padding-right: 1.5em; }
  .u-border-box,
    .u-bgc-box{
    padding: 40px 40px 30px; } }

@media print, screen and (min-width: 640px){
  .md-show{
    display: block; }
  .md-hide{
    display: none; }
  .f-sw--main{
    padding-left: 10px;
    padding-right: 10px; }
  .c-header{
    position: relative;
    height: auto; }
  .c-header__lang{
    font-size: 0.9375rem;
    margin-left: 2em; }
  .c-header__lang li{
    margin-right: 1em; }
  .c-header__lang a{
    border-bottom-width: 3px; }
  .c-header__lang a .for-sm{
    display: none; }
  .c-header__lang a .for-lg{
    display: inline; }
  .c-header__hd{
    padding-left: 30px; }
  .c-header__logo{
    width: 74px; }
  .c-header__sn{
    width: 161px;
    margin-left: 30px; }
  .c-header__link{
    display: block; }
  .c-gnav{
    -webkit-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
    position: relative;
    height: auto;
    left: 0; }
  .c-gnav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center; }
  .c-gnav > ul > li{
    width: 25%;
    border-bottom: none; }
  .c-gnav > ul > li > ul{
    display: none; }
  .c-gnav a{
    padding-left: 0;
    padding-right: 0; }
  .c-gnav a.is-current{
    background-color: #E5E7E9;
    color: #002B62;
    font-weight: bold; }
  .c-xs-link{
    display: none; }
  .c-xs-nav-sw{
    display: none; }
  .c-footer__related, .c-footer__info{
    padding-left: 100px; }
  .c-footer__related:before, .c-footer__info:before{
    left: 0;
    right: auto; }
  .c-footer__related{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .c-footer__2{
    padding-top: 3.5em;
    padding-bottom: 3.5em; }
  .c-footer__2 .c-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-footer__2 dl{
    padding-left: 2em;
    border-left: solid 1px #646E74; }
  .l-contents{
    padding-top: 20px; }
  .c-pagetop{
    bottom: 30px;
    right: 30px; }
  .c-pb-nav li{
    display: inline-block;
    margin-left: .5em;
    margin-right: .5em; }
  .c-pb-nav li strong{
    display: block; }
  .c-input input[type="text"]{
    font-size: 1.125rem; }
  .p-top-hero__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-top-hero__hd{
    width: 37.5%;
    padding-top: 8vh;
    height: auto;
    max-height: none; }
  .p-top-hero__hd h1 img{
    margin-bottom: 6vh; }
  .p-top-hero__link_100{
    font-size: 1.5rem; }
  .p-top-hero__link_data{
    display: block;
    position: absolute;
    bottom: 30px;
    margin-bottom: 0; }
  .p-top-hero__link_data--sm{
    display: none; }
  .p-top-hero__link_data.m-sm{
    display: none; }
  .p-top-hero__lang a{
    border-bottom-width: 5px; }
  .p-top-hero__lang a .for-sm{
    display: none; }
  .p-top-hero__lang a .for-lg{
    display: inline; }
  .p-top-hero__imgs{
    display: block;
    width: 62.5%; }
  .p-top-hero__sm{
    display: none; }
  .p-top-menu ul{
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .p-top-menu li{
    width: 25%;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1.5em;
    padding-top: 1em;
    border-left: solid 1px rgba(134, 147, 185, 0.2); }
  .p-top-menu a{
    display: block;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
    border-radius: .5em;
    -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2); }
  .p-top-menu span{
    display: block;
    text-align: center; }
  .p-top-menu h2{
    font-size: 1.125rem;
    text-align: center;
    margin-top: 0.83em;
    margin-bottom: 0.25em; }
  .p-top-menu h2 span{
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .p-top-menu p{
    margin-top: 1em;
    font-size: 1rem;
    margin-bottom: .25em; }
  .p-top-menu img{
    width: 71px;
    margin-bottom: .25em; }
  .p-top-menu__ico{
    width: auto;
    padding-left: 0;
    padding-right: 0; }
  .p-top-menu__ico:after{
    content: "";
    height: 11px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../images/menu_tile_arr.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  .p-top-menu__txt{
    width: auto;
    height: auto; }
  .c-contents--col2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-contents__side{
    width: 220px;
    display: block; }
  .c-contents__main{
    padding: 30px 30px 25px; }
  .c-contents__bottom{
    padding: 30px; }
  .c-phd-tool li{
    padding-top: 1.5em;
    padding-bottom: 1.25em; }
  .c-phd-tool__prev:before{
    margin-right: .25em; }
  .c-phd-tool__next:after{
    margin-left: .25em; }
  .c-pbt-tool{
    margin-top: 2em;
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-top: solid 1px #D1D4D7; }
  .c-pbt-tool ul{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-pbt-tool ul > li{
    margin-left: 0;
    margin-right: 0; }
  [lang="en"] .c-pbt-tool__prev, [lang="en"] .c-pbt-tool__next{
    width: auto; }
  .c-pbt-tool__index{
    display: none; }
  [lang="en"] .c-pbt-tool .c-button{
    font-size: 1.125rem; }
  .c-pbt-tool .c-button{
    font-size: 1.125rem;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 1.15em;
    padding-bottom: 1em;
    font-weight: bold; }
  .p-nenpyo{
    width: calc(100% - 220px);
    padding-top: 3.25rem;
    padding-left: 3rem;
    padding-right: 3rem; }
  .p-nenpyo__dm dt{
    margin-left: -3rem;
    padding-left: 3rem;
    padding-right: 3rem; }
  .p-nenpyo__dm dd{
    font-size: 1rem; }
  .p-nenpyo__hd{
    margin-right: -3rem; }
  .p-nenpyo__hd__nav__index{
    display: none; }
  .p-nenpyo h1{
    border-bottom-width: 8px;
    font-size: 2.25rem; }
  .p-nenpyo h1:after{
    height: 8px;
    bottom: -8px; }
  .p-nenpyo__body .c-row--jc-sb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-nenpyo__text{
    font-size: 1.125rem;
    width: 72%; }
  .p-nenpyo__figs{
    width: 23%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border: none;
    display: block; }
  .p-nenpyo__figs figure{
    width: 100%;
    border-bottom: solid 1px #D1D4D7; }
  .p-nenpyo__figs figure.is-nobd{
    border-bottom-width: 1px; }
  .p-nenpyo__figs figure:first-of-type{
    padding-top: 1.25em;
    border-top: solid 1px #D1D4D7; }
  .p-nenpyo__notes{
    padding-top: 2em;
    border-top: solid 1px #D1D4D7; }
  .p-basics__hd h1{
    font-size: 1.875rem; }
  .p-basics__hd__read{
    padding-left: 1em;
    padding-right: 1em; }
  .p-basics__guide{
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .01em; }
  .p-index__list{
    padding: 30px 30px 25px; }
  .p-index__details h2 span,
        .p-index__details h3 span{
    left: 20px; }
  .p-index__details__u{
    padding-left: 30px; }
  .p-index__details__u__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .p-index__details__u__txt{
    width: calc(100% - 25vw);
    padding-right: 3em; }
  .p-index__details__u__fig{
    display: block; }
  .p-links .c-u{
    width: 48%; }
  .p-input{
    padding: 2.5em 50px; }
  .p-input h3{
    text-align: right; }
  .p-input__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .p-input__row.m-ai-fs{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .p-input__u_h{
    width: 11em; }
  .p-input__u_d{
    width: calc(100% - 11em); }
  .p-input__ad > label input[type="text"], .p-input__ad > label input[type="number"]{
    width: auto; }
  .p-input__ad > label span{
    font-size: 1.3125rem; }
  .c-result-tool{
    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; }
  .c-result-pager{
    padding: .75em .75em;
    border-top: none;
    background-color: #858585;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .c-result-pager--bottom{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0; }
  .c-result-pager--bottom .c-input{
    display: block;
    margin-left: 2em;
    margin-right: 2em; }
  .c-result-pager__num{
    display: block;
    margin-right: 1.5em; }
  .c-result-pager__input{
    color: #fff; }
  .c-result__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -0.6%;
    margin-right: -0.6%; }
  .c-result__list > *{
    margin-left: 0.6%;
    margin-right: 0.6%; }
  .c-result__list__u{
    width: 32.13333%; }
  .c-result__list__u .c-result__cvr,
      .c-result__list__u a{
    display: block;
    padding: 1.5em; }
  .c-result__list__fig{
    width: auto;
    min-height: 0;
    padding-top: 70%; }
  .c-result__list__fig img{
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .c-result__list__txt{
    padding-left: 0;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    margin-top: 1.5em;
    padding-top: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-left: -1.5em;
    margin-right: -1.5em;
    width: auto; }
  .c-result__list__years{
    padding: .5em .5em 0 0; }
  .c-contents__bottom .c-result__list__years{
    font-size: 0.9375rem; }
  .c-result__list.m-all .c-result__list__u{
    width: 100%; }
  .c-result__list.m-all .c-result__list__u:before{
    width: 25%; }
  .c-result__list.m-all .c-result__list__u a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0; }
  .c-result__list.m-all .c-result__list__fig{
    padding-top: 20%;
    width: 25%; }
  .c-result__list.m-all .c-result__list__cat_place{
    top: 0; }
  .c-result__list.m-all .c-result__list__txt{
    border-top: none;
    width: calc(100% - 25% + 1.5em);
    margin: 0;
    margin-left: -1.5em;
    padding-left: 3em;
    padding-right: 2em; }
  .c-result__list.m-all .c-result__list__txt h2{
    font-size: 1.3125rem;
    margin-bottom: .5em; }
  .c-result__list.m-all .c-result__list__txt p{
    font-size: 1.125rem; }
  .c-result__list.m-all .c-result__list__years{
    padding: .5em .75em; }
  .c-contents__bottom .c-result__list.m-all .c-result__list__years{
    font-size: 1.25rem; }
  .c-result__list.m-all .c-result__list__ico{
    width: 48px; }
  .c-file-summary{
    padding: 1em; }
  .c-file-summary__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -2%;
    margin-right: -2%; }
  .c-file-summary__row > *{
    margin-left: 2%;
    margin-right: 2%; }
  .c-file-summary__img{
    width: 21%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .c-file-summary__txt{
    width: 71%; }
  .c-file-summary__txt dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0; }
  .c-file-summary__txt dt{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 11em; }
  .c-file-summary__txt dd{
    font-size: 1.125rem; }
  .p-index-menu__button .c-button--lg{
    padding-top: 1em;
    padding-bottom: .9em;
    font-size: 1.5rem; }
  .p-chrono__lg.mdf-aniv-120{
    padding-top: 0;
    padding-bottom: 0; }
  .p-chrono__lg.mdf-aniv-120 .p-chrono__lg__tx{
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.5em;
    padding-bottom: 3.5em;
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    width: 100%; }
  .p-chrono__lg.mdf-aniv-120 .p-chrono__lg__tx h2{
    text-shadow: 0 0 0.3em rgba(0, 43, 98, 0.9); }
  .p-chrono__lg .mdf-aniv-120__catch{
    font-size: 3.5rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
    text-shadow: 0 0 0.3em rgba(0, 43, 98, 0.9);
    font-feature-settings: "palt";
    letter-spacing: .05em; } }

@media print, screen and (min-width: 64em){
  .lg-show{
    display: block; }
  html{
    font-size: 16px; }
  .f-sw--main{
    padding-left: 20px;
    padding-right: 20px; }
  .c-pagetop--index{
    height: 33ex; }
  .p-top-hero__hd{
    padding-left: 60px;
    padding-top: 10vh; }
  .p-top-hero__hd_logo{
    width: 125px; }
  .p-top-hero__hd_title{
    width: 301px; }
  .p-top-hero__link_data{
    bottom: 60px; }
  .p-top-hero__imgs__u{
    height: 26vh;
    min-height: 210px; }
  .p-top-hero__imgs__u.m-tile-tall{
    height: 52vh;
    min-height: 420px; }
  .p-info .f-sw{
    padding-left: 60px;
    padding-right: 60px; }
  .c-contents__side{
    width: 300px; }
  .c-contents__main{
    padding: 60px 60px 50px; }
  .c-contents__bottom{
    padding: 60px; }
  .p-nenpyo{
    width: calc(100% - 300px); }
  .p-index__list{
    padding: 50px 60px; }
  .p-index__details{
    margin-left: 10px;
    margin-right: 10px; }
  .p-index__details h2 span,
        .p-index__details h3 span{
    left: 50px; }
  .p-index__details__u{
    padding-left: 60px; }
  .p-index__details__u dd{
    margin-left: .5em; }
  .p-links .c-u{
    width: 31%; }
  .c-result__list__u{
    width: 23.8%; }
  .p-index-menu .p-others__link{
    padding-bottom: 0; }
  .p-index-menu__body{
    padding: 50px 50px 30px; }
  .p-index-menu__buttons{
    width: calc(94% - 310px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .p-index-menu__button{
    width: 47%; }
  .p-index-menu__fig{
    width: 310px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0; }
  .p-chrono__tpc__img{
    min-height: 180px; } }

@media print, screen and (min-width: 72.5em){
  .sw-show{
    display: block; } }

@media print, screen and (min-width: 80em){
  .xl-show{
    display: block; } }

@media print, screen and (min-width: 85em){
  .fw-show{
    display: block; } }

@media print, screen and (min-width: 90em){
  .xxl-show{
    display: block; } }

@media (max-width: 63.9999em){
  .lg-down-show{
    display: block; } }

@media (max-width: 639px){
  .md-down-show{
    display: block; }
  .p-top-info-120 h1{
    font-size: 2.25rem; }
  .c-result__list__u .c-result__cvr .c-result__list__cat_label,
      .c-result__list__u a .c-result__list__cat_label{
    padding-top: .2em;
    padding-bottom: .1em; }
  .p-index-menu__fig img{
    max-width: 60%; }
  .p-count-down__nichi{
    position: relative;
    left: 0;
    top: .5em;
    font-size: 1.3125rem; }
  .p-chrono{
    color: #000000; }
  .p-chrono__pd{
    padding-left: 18px;
    padding-right: 18px; }
  .p-chrono__lg a:after, .p-chrono__md a:after{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    color: #646E74;
    margin: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }
  .p-chrono__lg .c-more.is-show, .p-chrono__md .c-more.is-show{
    background-color: #646E74; }
  .p-chrono__lg .c-more.is-show:before, .p-chrono__md .c-more.is-show:before{
    color: #fff; }
  .p-chrono__lg .c-more, .p-chrono__md .c-more{
    display: block;
    z-index: 1;
    text-indent: -9999px;
    position: absolute;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    /* right: 0px; */
    right: 40px;
    bottom: 0;
    margin: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }
  .p-chrono__lg .c-more:before, .p-chrono__md .c-more:before{
    font-family: "Material Icons";
    margin-right: .25em;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "insert_photo";
    color: #646E74;
    text-indent: 0;
    left: 0;
    position: absolute;
    font-style: normal;
    width: 100%;
    text-align: center;
    line-height: 0;
    top: 50%;
    font-size: 24px; }
  .p-chrono__lg, .p-chrono__md{
    border-bottom: solid 1px #E5E7E9; }
  .p-chrono__top{
    height: calc(100vh - 72px); }
  .p-chrono__top:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: rgba(229, 231, 233, 0.7); }
  .p-chrono__top__img{
    top: 50%;
    padding-left: 50px;
    padding-right: 50px; }
  .p-chrono__top__img img{
    width: 70%; }
  .p-chrono__top h1 {
    font-size: 2rem; }
  .p-chrono__nav{
    display: none; }
  .p-chrono__body{
    background-color: rgba(255, 255, 255, 0.8); }
  .p-chrono__body .chr_bg{
    display: none; }
  .p-chrono__body a{
    color: #000000; }
  .p-chrono__v-line{
    padding-bottom: 1.5em; }
  .p-chrono__v-line:before{
    display: none; }
  .p-chrono__lg{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-top: 2em;
    padding-bottom: 1em; }
  .p-chrono__lg__img, .p-chrono__lg__tx{
    width: 100%; }
  .p-chrono__lg__img{
    padding-top: 0; }
  .p-chrono__lg__img{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .p-chrono__lg__tx{
    color: #000000; }
  .p-chrono__lg--alt .p-chrono__lg__tx h2{
    text-align: left; }
  .p-chrono__lg__tx.mdf-center{
    text-align: center;
    width: 100%; }
  .p-chrono__lg h2{
    font-size: 8vw; }
  .p-chrono__lg h3{
    font-size: 1.125rem;
    position: relative;
    /* padding-right: 40px; */
  }

  .p-chrono__lg h3.has-child-more {
    padding-right: 80px;
  }
  .p-chrono__lg h3.has-child-more span,
  .p-chrono__lg h3.has-child-more a {
    padding-right: 0;
    position: static;
  }
  .p-chrono__lg h3 small{
    font-size: 0.875rem; }
  .p-chrono__lg h3 a{
    padding-right: 80px; }
  .p-chrono__nth:nth-of-type(2n) h2{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .p-chrono__nth:first-of-type .p-chrono__y:before{
    display: none; }
  .p-chrono__md{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-bottom: 1em; }
  .p-chrono__y{
    width: 100%;
    text-align: left;
    min-height: 0;
    margin-top: .5em;
    font-size: 1.3125rem;
    color: #002B62; }
  .p-chrono__y:after{
    display: none; }
  .p-chrono__c{
    width: 100%; }
  .p-chrono__c p{
    padding-left: 1em;
    font-size: 1rem; }
  .p-chrono__c p.has-more{
    padding-right: 80px;
   }
   .p-chrono__c p.has-more span,
   .p-chrono__c p.has-more a {
     padding-right: 0;
    }
  .p-chrono__c p a, .p-chrono__c p span{
    padding-right: 40px;
    display: block; }
  .p-chrono__c figure{
    margin-bottom: 0 !important;
    padding: 1em;
    background-color: #E5E7E9;
    margin-top: .5em;
    position: relative;
    z-index: 1;
    text-align: center; }
  .p-chrono__c figure:before{
    position: absolute;
    /* content: "â—†"; */
    color: #E5E7E9;
    top: -12px;
    right: 50px; }
  .p-chrono__c figure img{
    margin-left: auto;
    margin-right: auto; }
  .l-contents .p-chrono__cap{
    color: #000000;
    text-align: center;
    padding-left: 0; }
  .p-chrono .c-photo__row{
    margin-top: 1em;
    margin-bottom: 1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .p-chrono__tpc{
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
  .p-chrono__tpc__txt h2{
    font-size: 1.3125rem; }
  .p-message-link button strong{
    padding-left: .5em;
    padding-right: .5em;
    font-size: 1.5rem; }
  .mdf-p-meddage .pi-title{
    display: block; } }

@media (max-width: 35.4999em){
  .sm-down-show{
    display: block; }
  .c-modal h1{
    font-size: 0.875rem; }
  .c-modal .c-img-txt__img{
    width: 30%; }
  .c-modal .c-img-txt__txt{
    width: 70%; }
  .c-modal .c-img-txt__txt h2{
    font-size: 1.125rem;
    padding-left: 15px; }
  .c-modal .c-img-txt__txt h2 strong{
    font-size: 1rem; }
  .c-modal .c-img-txt__txt h2 small{
    font-size: 0.75rem; }
  .c-modal .c-img-txt__txt__read{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1em;
    padding-bottom: .25em; }
  .c-modal .c-img-txt__txt__catch{
    font-size: 1.125rem; }
  .c-modal__other{
    font-size: 0.875rem; }
  .p-chr__tpc-1 dl{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .p-chr__tpc-1 dd{
    font-size: 1rem;
    text-align: right;
    width: 100%;
    padding-top: .5em; }
  .p-count-down h2{
    font-size: 3.125rem; }
  .p-count-down__num span{
    font-size: 4.5rem; } }

@media (max-width: 20.9999em){
  .xs-down-show{
    display: block; } }

@media print{
  @-moz-document url-prefix(){}
  body,
  .c-table-overflow{
    overflow: visible !important; } }

.site-main {
  margin: 0;
}
.nav-location {
  font-size: 0.75rem;
}
.site-footer-02 .seg-primary .scroll-top> a {
  font-size: 0.75rem;
}
.site-footer-02 .seg-secondary {
  font-size: 0.75rem;
}
.site-footer-02 .seg-secondary .copyright small {
  font-size: 0.75rem;
}
.site-footer-02 {
  margin: 0;
}

.book-link-wrapper {
  position: absolute;
  max-width: calc(50% - 70px);
}
.book-link {
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
}
.book-link .img img {
  vertical-align: top;
}
@media (min-width: 640px){
  .book-link-wrapper {
    right: 30px;
    bottom: 25px;
  }
  .book-link {
    padding: 10px 15px !important;
  }
  .book-link .img {
    width: 90px;
    margin-right: 15px;
  }
  .book-link .text {
    font-size: 0.8rem;
    text-align: left;
  }
}
@media (max-width: 639px){
  .book-link-wrapper {
    right: 10px;
    bottom: 10px;
  }
  .book-link {
    display: flex;
    flex-direction: column;
    padding: 6px 8px !important;
    max-width: 130px;
  }
  .book-link .img {
    width: 70px;
    margin-bottom: 2px;
  }
  .book-link .text {
    font-size: 0.75rem;
  }
}

@media (max-width: 320px){
  .book-link-wrapper {
    right: 5px;
    bottom: 5px;
  }
  .book-link {
    display: flex;
    flex-direction: column;
    padding: 4px 6px !important;
    max-width: 110px;
    transform-origin: right bottom;
    transform: scale(0.8);
  }
}
.book-link-wrapper {
  opacity: 0;
  transition: opacity 2s;
}
.book-link-wrapper img {
  opacity: 1 !important;
}
.is-loaded .book-link-wrapper {
  opacity: 1;
}
@media (min-width: 640px){
  .sp-only {
    display: none;
  }
}
@media (max-width: 639px){
  .pc-only {
    display: none;
  }
}
@media (min-width: 1024px){
  .tab-only {
    display: none;
  }
}


/* 2024 */
/* 最後のラインを長く */
@media (min-width: 640px) {
  .p-chrono__pd:last-child .p-chrono__nth:last-child .p-chrono__y {
    padding-bottom: 4em;
  }
}

/* PDF */
#anc-end {
  background-color: #e5e7e9;
}

.download-contents-wrap {
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  text-align: center;
  padding: 5em 1.5em;
  /* margin-top: 6em;
	 */
}

.download-contents-wrap h2 {
  color: #4a4a4a;
  font-size: clamp(23px, 30px, 3vw);
}

.download-contents-wrap p span {
  display: inline-block;
}

@media (max-width: 639px) {
  .download-contents-wrap {
    padding-top: 3em;
  }
}

.download-contents-wrap .i-row {
  margin-top: 3em;
  display: flex;
  column-gap: 2em;
  row-gap: 2em;
  flex-wrap: wrap;
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.download-contents-wrap .i-col {
  width: 100%;
  background-color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 3em;
  padding-right: 3em;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
}

.download-contents-wrap .i-col h3 small {
  margin-bottom: 1em;
  color: #858585;
  display: block;
}

.download-contents-wrap .i-col h3 strong {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  font-size: clamp(24px, 32px, 3vw);
  font-feature-settings: "palt";
  font-weight: normal;
}

.download-contents-wrap .i-col img {
  max-height: 50vw;
  height: 280px;
  width: auto;
}

@media (min-width: 640px) {
  .download-contents-wrap .i-row {
    flex-wrap: nowrap;
  }

  .download-contents-wrap .i-col {
    width: auto;
  }
}