@charset "UTF-8";

/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Foundation
  - Reset
  - Variables
  - Function
  - Mixin
  - Keyframes
  - Font
  - Base
# Layout
# Object
  - Component
  - Project
  - Javascript
  - Utility
# Page
# Lib
  - Slick
  - Bootstrap
# Wordpress
  - components
  - plugin

/* --------------------------------------------------------------
# Foundation
-------------------------------------------------------------- */

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {

  /* 1 */
  -webkit-text-size-adjust: 100%;

  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;

  /* 3 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

/* Lists (definition) */

/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;

  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;

  /* 1 */
  height: 0;
  margin: 0;

  /* 1 */
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;

  /* 1 */
  font-size: inherit;

  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {

  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;

  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;

  /* 1 */
  font-size: inherit;

  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {

  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {

  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;

  /* 2 */
  display: table;

  /* 1 */
  max-width: 100%;

  /* 1 */
  padding: 0;

  /* 3 */
  white-space: normal;

  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;

  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;

  /* 1 */
  font: inherit;

  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */

/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */

/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 追加 */

/* ============================================ */

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}

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

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

form table tr td input,
form table tr td select,
form table tr td textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  vertical-align: middle;
  width: 100%;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
select,
textarea {
  -webkit-transition: border .2s ease 0s, background-color .2s ease 0s;
  background: #fff;
  border: 1px solid #cdd6dd;
  border-radius: 3px;
  padding: 7px 0;
  transition: border .2s ease 0s, background-color .2s ease 0s;
}

.input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-shadow: initial;
  -webkit-transition: all .5s ease 0s;
  background: inherit;
  border: 2px solid #083da5;
  border-radius: 5px;
  box-shadow: initial;
  color: #083da5;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  height: 35px;
  max-width: 250px;
  padding: initial;
  text-align: center;
  transition: all .5s ease 0s;
  vertical-align: middle;
  width: 100%;
}

@-webkit-keyframes skewanime {

  100% {
    left: -10%;

    /* 画面の見えていない左から右へ移動する終了地点 */
  }
}

@keyframes skewanime {

  100% {
    left: -10%;

    /* 画面の見えていない左から右へ移動する終了地点 */
  }
}

@-webkit-keyframes bg_anime1 {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes bg_anime1 {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {

  from {
    -webkit-transform: translateY(100px);
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {

  from {
    -webkit-transform: translateY(100px);
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

@-webkit-keyframes displayAnime {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes displayAnime {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes zoomUp {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoomUp {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

/*!  Google Fonts  */

/*!  Noto Sans JP */
@font-face {
  font-display: swap;
  src: url("../fonts/NotoSans/NotoSans-Thin.otf") format("opentype");
  src: url("../fonts/NotoSans/NotoSans-Thin.woff2") format("woff2"), url("../fonts/NotoSans/NotoSans-Thin.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-display: swap;
  src: url("../fonts/NotoSans/NotoSans-Light.otf") format("opentype");
  src: url("../fonts/NotoSans/NotoSans-Light.woff2") format("woff2"), url("../fonts/NotoSans/NotoSans-Light.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-display: swap;
  src: url("../fonts/NotoSans/NotoSans-Regular.otf") format("opentype");
  src: url("../fonts/NotoSans/NotoSans-Regular.woff2") format("woff2"), url("../fonts/NotoSans/NotoSans-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: url("../fonts/NotoSans/NotoSans-Medium.otf") format("opentype");
  src: url("../fonts/NotoSans/NotoSans-Medium.woff2") format("woff2"), url("../fonts/NotoSans/NotoSans-Medium.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-display: swap;
  src: url("../fonts/NotoSans/NotoSans-Bold.otf") format("opentype");
  src: url("../fonts/NotoSans/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans/NotoSans-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-display: swap;
  src: url("../fonts/NotoSans/NotoSans-Black.otf") format("opentype");
  src: url("../fonts/NotoSans/NotoSans-Black.woff2") format("woff2"), url("../fonts/NotoSans/NotoSans-Black.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
}

/*! Yaku Han JP v3.4.1 (OFL-1.1 AND MIT) by Qrac */

/*! Type: YakuHanJP_Noto - Based on Noto Sans CJK JP */
@font-face {
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Thin.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Thin.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Thin.woff") format("woff");
  font-family: "YakuHanJP_Noto";
  font-style: normal;
  font-weight: 100;
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Light.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff");
  font-family: "YakuHanJP_Noto";
  font-style: normal;
  font-weight: 300;
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Regular.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
  font-family: "YakuHanJP_Noto";
  font-style: normal;
  font-weight: 400;
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Medium.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Medium.woff") format("woff");
  font-family: "YakuHanJP_Noto";
  font-style: normal;
  font-weight: 500;
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Bold.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Bold.woff") format("woff");
  font-family: "YakuHanJP_Noto";
  font-style: normal;
  font-weight: 700;
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Black.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Black.woff2") format("woff2"), url("../fonts/YakuHanJP/YakuHanJP-Black.woff") format("woff");
  font-family: "YakuHanJP_Noto";
  font-style: normal;
  font-weight: 900;
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 87.5%;
  height: 100%;
  min-height: 100vh;
  min-width: 320px;
  word-break: break-all;
}

body {
  -webkit-font-feature-settings: "palt";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  color: #231815;
  color: #231815;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1rem;
  font-weight: 400;
  height: 100%;
  letter-spacing: .05em;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

/* 禁則処理
--------------------------------------------- */
:lang(ja) p,
:lang(ja) li,
:lang(ja) dt,
:lang(ja) dd,
:lang(ja) th,
:lang(ja) td,
:lang(ja) pre {
  -ms-line-break: strict;
  word-wrap: break-word;
  line-break: strict;
  word-break: normal;
}

:lang(en) p,
:lang(en) li,
:lang(en) dt,
:lang(en) dd,
:lang(en) th,
:lang(en) td,
:lang(en) pre {
  -ms-line-break: strict;
  word-wrap: break-word;
  line-break: strict;
  text-align: left;
  word-break: normal;
}

/*  Link
--------------------------------------------- */
a {
  color: #292f89;
}

a:hover {
  color: rgba(41, 47, 137, .6);
  text-decoration: underline;
}

a:active {
  color: rgba(41, 47, 137, .6);
}

a:focus {
  outline: rgba(41, 47, 137, .6);
  outline-offset: 2px;
}

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

/*  画像
--------------------------------------------- */
img {
  -webkit-touch-callout: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *:focus {
  outline: none !important;
}

.wrapper {
  overflow: hidden;
}

/* --------------------------------------------------------------
# Layout
-------------------------------------------------------------- */
.l-block {
  padding-bottom: 18.22917%;
  padding-top: 6.51042%;
}

.l-block__menu {
  padding-bottom: 31.25%;
  padding-top: 6.51042%;
}

.l-block__menu-nav {
  padding-top: 13.02083%;
  text-align: center;
}

.l-block__full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.l-block__bg-primary {
  background-image: url("../images/common/bg-primary.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.l-block__bg-secondary {
  background: url("../images/common/bg-secondary1.png") top left no-repeat, urL("../images/common/bg-secondary2.png") bottom right no-repeat;
  background-repeat: no-repeat;
  background-size: 480px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.l-block__bg-tertiary {
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.l-block__bg-tertiary.-top-right {
  background-position: top right;
}

.l-block__bg-tertiary.-top-left {
  background-position: top left;
}

.l-block__bg-tertiary.-bottom-left {
  background-position: bottom left;
}

.l-block__bg-tertiary.-first {
  background-image: url("../images/common/bg-tertiary1.png");
}

.l-block__bg-tertiary.-second {
  background-image: url("../images/common/bg-tertiary2.png");
}

.l-block__bg-quaternary {
  background: url("../images/common/bg-quaternary1.png") top left no-repeat, urL("../images/common/bg-quaternary2.png") bottom right no-repeat;
  background-size: 960px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  position: relative;
}

.l-block__bg-quaternary::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, white), color-stop(70%, rgba(190, 225, 244, .7)), to(rgba(209, 222, 153, .8)));
  background: linear-gradient(180deg, white 10%, rgba(190, 225, 244, .7) 70%, rgba(209, 222, 153, .8) 100%);
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.l-block__bg-quinary {
  background-repeat-x: repeat;
  background-image: url("../images/common/bg-quinary.png");
  background-position: top -260px center;
  background-size: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.l-block__bg-senary {
  background-image: url("../images/common/bg-senary.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 28.64583%;
}

.l-block__bg-senary.-bottom {
  background-position: bottom -16vw center;
}

.l-block__bg-senary.-top {
  background-position: top center;
  padding-top: 0;
}

.l-block__bg-septenary {
  background: url("../images/common/bg-septenary.png"), urL("../images/common/bg-senary.png");
  background-position: top, bottom -85vw center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.l-block__bg-octonary {
  background: url("../images/common/bg-octonary.png") top, urL("../images/common/bg-senary.png") bottom -11vw center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.l-block__bg-nonary {
  background: url("../images/common/bg-nonary.png") top, urL("../images/common/bg-denary.png") bottom -3vw center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.l-block__bg-nonary {
  background: url("../images/common/bg-nonary.png") top, urL("../images/common/bg-denary.png") bottom -3vw center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.l-block__decenary {
  background: url("../images/common/bg-decenary1.png") top 4vw center, urL("../images/common/bg-decenary2.png") bottom -11vw center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.l-card-2to1 .l-card {
  margin-bottom: 16px;
}

[class*="l-col-"] {
  margin-bottom: 1.777%;
}

[class^="l-column"] {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.l-column-child {
  margin-bottom: 32px;
}

.l-column2 .l-column-child {
  width: 100%;
}

.l-column3::after,
.l-column3 .l-column-child {
  width: 100%;
}

.l-column4::before,
.l-column4::after,
.l-column4 .l-column-child {
  width: 100%;
}

.l-column3::after,
.l-column4::before,
.l-column4::after {
  content: "";
}

.l-column4::before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.l-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 932px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 66px;
}

.l-container--gap-none {
  margin-left: auto;
  margin-right: auto;
  max-width: 932px;
}

.home .l-container {
  padding-top: 0;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-flex.-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-flex.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-flex.-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-flex.-side {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.l-flex.-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-flex.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-flex.-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-flex.-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.l-flex.-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-flex.-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.l-flex.-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-flex.-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-flex.-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.l-flex.-base {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.l-flex .-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.l-flex .-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.l-flex .-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.l-float.-left {
  float: left;
}

.l-float.-right {
  float: right;
}

.l-float.-clear {
  clear: both;
}

.l-float.-overflow {
  overflow: hidden;
}

.l-float.-none {
  float: none;
}

.l-footer {
  background: #cfdd4c;
}

.l-footer__head {
  margin-left: auto;
  margin-right: auto;
  max-width: 1132px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 0;
}

.l-footer__title {
  text-align: center;
}

.l-footer__title a:focus {
  -webkit-transition: all .2s linear;
  opacity: .8;
  transition: all .2s linear;
}

.ua-ie .l-footer__title a:hover {
  -webkit-transition: all .2s linear;
  opacity: .8;
  transition: all .2s linear;
}

.l-footer__title a img {
  height: 50px;
}

.l-footer__nav-pc {
  display: none;
}

.l-footer__nav-body-pc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.l-footer__nav-body-pc ul {
  padding-left: 24px;
  padding-top: 24px;
}

.l-footer__nav-body-pc ul li {
  margin-bottom: 8px;
}

.l-footer__nav-body-pc ul li a {
  color: #040000;
  font-size: .8125rem;
}

.l-footer__nav-body-pc ul li a:focus {
  text-decoration: underline;
}

.ua-ie .l-footer__nav-body-pc ul li a:hover {
  text-decoration: underline;
}

.l-footer__nav-title a {
  color: #4d4d4d;
  font-size: 1rem;
}

.l-footer__nav-title a:focus {
  text-decoration: underline;
}

.ua-ie .l-footer__nav-title a:hover {
  text-decoration: underline;
}

.l-footer__nav-title span {
  color: #3eac4a;
  padding-right: .5em;
}

.l-footer__foot {
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  text-align: center;
}

.l-footer__nav-sp {
  display: block;
}

.l-footer__nav-body-sp {
  margin-bottom: .5em;
}

.l-footer__nav-body-sp ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.l-footer__nav-body-sp ul li:last-of-type {
  margin-left: 1em;
}

.l-footer__nav-body-sp ul li a {
  color: #040000;
  font-size: .75rem;
  text-decoration: underline;
}

.l-footer__copy p {
  font-size: 80%;
  text-align: center;
}

.l-grid {
  display: -ms-grid;
  display: grid;
}

.l-grid.-sp1 {
  -ms-grid-columns: none;
  grid-template-columns: none;
}

.l-grid.-sp2 {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

.l-grid.-sp3 {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}

.l-grid.-sp4 {
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}

.l-grid.-sp5 {
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
}

.l-grid.-sp6 {
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
}

.l-grid.-sp7 {
  -ms-grid-columns: (1fr) [7];
  grid-template-columns: repeat(7, 1fr);
}

.l-grid.-sp8 {
  -ms-grid-columns: (1fr) [8];
  grid-template-columns: repeat(8, 1fr);
}

.l-header {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  height: 66px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.l-header__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1132px;
  padding: 8px 16px;
}

.l-header__title {
  position: relative;
  z-index: 1000;
}

.l-header__title a {
  display: block;
}

.l-header__title a:focus {
  -webkit-transition: all .2s linear;
  opacity: .8;
  transition: all .2s linear;
}

.ua-ie .l-header__title a:hover {
  -webkit-transition: all .2s linear;
  opacity: .8;
  transition: all .2s linear;
}

.l-header__title a img {
  width: 54px;
}

.l-header__nav-pc {
  display: none;
}

.l-header__head {
  padding-top: 13px;
}

.l-header__head ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}

.l-header__head ul li {
  margin-left: 1.5em;
}

.l-header__head ul li a {
  color: #006536;
  font-family: "新ゴ R", sans-serif;
  font-size: .9375rem;
}

.l-header__head ul li a img{
  margin: -6px 0 0;
}

.l-header__head ul li a:focus {
  text-decoration: underline;
}

.ua-ie .l-header__head ul li a:hover {
  text-decoration: underline;
}

.l-header__head ul li.h-symposium a {
  background: #d0d72f;
  border-radius: 2px;
  padding: .4em .53333em;
}

.l-header__head ul li.h-symposium a:focus {
  -webkit-transition: all .2s linear;
  background-color: rgba(208, 215, 47, .6);
  text-decoration: none;
  transition: all .2s linear;
}

.ua-ie .l-header__head ul li.h-symposium a:hover {
  -webkit-transition: all .2s linear;
  background-color: rgba(208, 215, 47, .6);
  text-decoration: none;
  transition: all .2s linear;
}

.l-header__head ul li.h-platform a {
  background: #9fd7e0;
  border-radius: 2px;
  color: #054c7c;
  padding: .4em .53333em;
}

.l-header__head ul li.h-platform a:focus {
  -webkit-transition: all .2s linear;
  background-color: rgba(159, 215, 224, .6);
  text-decoration: none;
  transition: all .2s linear;
}

.ua-ie .l-header__head ul li.h-platform a:hover {
  -webkit-transition: all .2s linear;
  background-color: rgba(159, 215, 224, .6);
  text-decoration: none;
  transition: all .2s linear;
}

.l-header__foot {
  margin-top: auto;
    position: relative;
}

.l-header__foot .foot_info a {
    position: absolute;
    left:1.8em;
    top:-0.25em;
    display: block;
    width: 204px;
    font-size: 80%;
    text-align: center;
  background: #F0C8F9;
    border-radius: 2px;
    color: #71347E;
    padding: .5em 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.l-header__foot .foot_info a:hover {
  background: #F4D8FA;
    color: #71347E;
    text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
 .l-header__foot .foot_info a {
   display: none;
}
.l-header__foot .foot_info a:hover {
  display: none;
}   
}

.l-header__foot nav ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}

.l-header__foot nav ul li:not(:first-of-type) {
  margin-left: 1.5em;
}
.l-header__foot nav ul li a {
  color: #231815;
  display: block;
  font-family: "UD新ゴ コンデンス90 M", sans-serif;
}


.l-header__sp {
  -webkit-transition: all .2s linear;
  background: rgba(255, 255, 255, .92);
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all .2s linear;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}

.l-header__sp.is-panelactive {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.l-header__sp.is-panelactive .p-gnav__inner {
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  overflow: auto;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.l-header__nav-sp {
  overflow: auto;
  padding: 0 16px;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.l-header__nav-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 16px);
  justify-content: center;
  text-align: center;
}

.l-header__nav-item--primary {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-top: 1px solid rgba(35, 24, 21, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.l-header__nav-item--primary li {
  padding: 16px 0;
  text-align: center;
  width: calc((100% - 50px) / 2);
}

.l-header__nav-item--primary li a {
  color: #006536;
  font-family: "新ゴ R", sans-serif;
  font-size: 16px;
}

.l-header__nav-item--secondary {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-bottom: 1px solid rgba(35, 24, 21, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.l-header__nav-item--secondary li {
  padding: 16px 0;
  text-align: center;
  width: calc((100% - 50px) / 2);
}

.l-header__nav-item--secondary li a {
  color: #006536;
  font-family: "新ゴ R", sans-serif;
  font-size: 16px;
}
.l-header__nav-item--secondary li a img{
  display: block;
    margin: -10px 0 0;
}

.l-header__nav-item--tertiary {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  border-bottom: 1px solid rgba(35, 24, 21, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}

.l-header__nav-item--tertiary li {
  padding: 24px 0;
  text-align: center;
  width: calc((100% - 50px) / 2);
}

.l-header__nav-item--tertiary li a {
  color: #231815;
  font-family: "UD新ゴ コンデンス90 M", sans-serif;
  font-size: 16px;
}

.l-header__nav-item li.h-symposium {
  text-align: center;
}

.l-header__nav-item li.h-symposium a {
  background: #d0d72f;
  border-radius: 2px;
  color: #006536;
  display: block;
  font-family: "新ゴ R", sans-serif;
  font-size: 18px;
  margin-top: 24px;
  padding: 8px;
}

.l-header__nav-item li.h-platform {
  text-align: center;
}

.l-header__nav-item li.h-platform a {
  background: #9fd7e0;
  border-radius: 2px;
  color: #054c7c;
  display: block;
  font-family: "新ゴ R", sans-serif;
  font-size: 18px;
  padding: 8px;
}

:lang(en) .l-header__nav-item--tertiary li {
  padding: 16px 0;
}

.l-menu {
  padding-bottom: 31.25%;
  padding-top: 6.51042%;
}

/* --------------------------------------------------------------
# Object
-------------------------------------------------------------- */

/* Component
--------------------------------------------- */

/* doc
---
title: article
---

```
<article class="c-article">
  <div class="c-article__header">
    <time class="c-headline__date" datetime="2021-11-07">2021.11.07</time>
  </div>
  <h2 class="c-article__title">タイトル</h2>
  <div class="c-article__body u-clearfix">
  </div>
</article>
```
*/
.c-article__header time {
  font-size: 1rem;
  font-weight: 500;
}

.c-article__title {
  border-bottom: 2px solid #6c9735;
  font-size: 1.6875rem;
  font-weight: 500;
  margin-bottom: 1.18519em;
  padding-bottom: .2963em;
}

.c-article__body h1,
.c-article__body h2,
.c-article__body h3,
.c-article__body h4,
.c-article__body h5,
.c-article__body h6 {
  font-weight: 500;
  margin-bottom: .4em;
}

.c-article__body p {
  margin-bottom: .5em;
}

.c-article__body h1 {
  font-size: 1.6875rem;
}

.c-article__body h2 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-top: 2px solid #6c9735;
  font-size: 1.625rem;
  padding: .30769em 0;
}

.c-article__body h3 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: 1.5rem;
  padding-bottom: .33333em;
  position: relative;
}

.c-article__body h3::after {
  border-bottom: 1px solid #6c9735;
  bottom: -1px;
  content: ".";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 30%;
}

.c-article__body h4 {
  font-size: 1.375rem;
}

.c-article__body h5 {
  font-size: 1.25rem;
}

.c-article__body h6 {
  font-size: 1.125rem;
}

.c-article__body ul {
  list-style: inside disc;
  margin-bottom: .5em;
}

.c-article__body ul li {
  list-style: inside disc;
}

.c-article__body ol {
  list-style: inside decimal;
  margin-bottom: .5em;
}

.c-article__body ol li {
  list-style: inside decimal;
}

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

.c-article__body em {
  font-style: italic;
}

.c-article__body a {
  color: #292f89;
}

.c-article__body a:focus {
  color: rgba(41, 47, 137, .6);
  text-decoration: underline;
}

.ua-ie .c-article__body a:hover {
  color: rgba(41, 47, 137, .6);
  text-decoration: underline;
}

.c-article__body blockquote {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
  background: #f9f9f9;
  display: block;
  padding: 1em;
}

.c-article__body pre {
  -moz-tab-size: 2;
  -o-tab-size: 2;
  border: 1px solid #231815;
  font-size: .875rem;
  margin: .57143em 0;
  overflow: auto;
  padding: 1.14286em;
  tab-size: 2;
}

.c-article__body .h-back {
  list-style: none;
}

.c-article__body .h-back li {
  list-style: none;
}

.c-article__body .h-back li:not(:last-of-type) {
  margin-bottom: .42105em;
}

.c-article__body .h-back li a {
  color: #231815;
  font-size: 1.1875rem;
}

.c-article__body .h-back li a:focus {
  text-decoration: underline;
}

.ua-ie .c-article__body .h-back li a:hover {
  text-decoration: underline;
}

/* doc
---
title: catd
---

```
<article class="c-card">
<a href="">
  <figure class="c-card__img">
    <img src="../assets/images/wp/img-test.jpg" alt="">
  </figure>
</a>
<div class="c-card__body">
  <h4 class="c-card__title">サンドグラインダー</h4>
  <dl class="c-card__list c-card__list--primary">
    <dt class="c-card__term">用途・目的</dt>
    <dd class="c-card__description">粉体の粉体・解体・撹拌</dd>
  </dl>
  <dl class="c-card__list c-card__list--secondary">
    <dt class="c-card__term">燃料電池研究への応用</dt>
    <dd class="c-card__description">触媒インクの混合攪拌</dd>
  </dl>
</div>
</article>
```
*/
.c-card__img {
  border: 2px solid #f1a184;
  height: 93.14775vw;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 93.14775vw;
}

.c-card__img a {
  display: block;
}

.c-card__img a:focus {
  -webkit-transition: all .2s linear;
  opacity: .8;
  transition: all .2s linear;
}

.ua-ie .c-card__img a:hover {
  -webkit-transition: all .2s linear;
  opacity: .8;
  transition: all .2s linear;
}

.c-card__img a img {
  -webkit-transform: translate(-50%, -50%);
  height: auto;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-card__body {
  padding: 1em .625em;
}

.c-card__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 435px;
}

.c-card__title {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 1.09091em;
  text-align: center;
}

.c-card__list.-primary {
  margin-bottom: 1.5em;
}

.c-card__list.-primary .c-card__term {
  background: #14499d;
}

.c-card__list.-secondary .c-card__term {
  background: #4a9fd8;
}

.c-card__term {
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: .65em;
  padding: .3em .4em;
}

.c-card__description {
  font-size: 1.1875rem;
  letter-spacing: 0;
}

.c-card__description > div {
  left: 0;
  padding-left: .78947em;
  position: relative;
}

.c-card__description > div span {
  font-size: 140%;
  left: 0;
  position: absolute;
  top: -4px;
}

.ua-ie .c-card__term {
  padding: .6em .4em .3em .4em;
}

/* doc
---
title: hamburger
---

```
<article class="c-card">
<a href="">
  <figure class="c-card__img">
    <img src="../assets/images/wp/img-test.jpg" alt="">
  </figure>
</a>
<div class="c-card__body">
  <h4 class="c-card__title">サンドグラインダー</h4>
  <dl class="c-card__list c-card__list--primary">
    <dt class="c-card__term">用途・目的</dt>
    <dd class="c-card__description">粉体の粉体・解体・撹拌</dd>
  </dl>
  <dl class="c-card__list c-card__list--secondary">
    <dt class="c-card__term">燃料電池研究への応用</dt>
    <dd class="c-card__description">触媒インクの混合攪拌</dd>
  </dl>
</div>
</article>
```
*/
.c-hamburger {
  background: #c73412;
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 15px;
  top: 8px;
  width: 50px;
  z-index: 1000;
}

.c-hamburger span {
  -webkit-transition: all .4s;
  background-color: #fff;
  display: inline-block;
  height: 2px;
  left: 14px;
  position: absolute;
  transition: all .4s;
  width: 45%;
}

.c-hamburger span:nth-of-type(1) {
  top: 15px;
}

.c-hamburger span:nth-of-type(2) {
  top: 23px;
}

.c-hamburger span:nth-of-type(3) {
  top: 31px;
}

.c-hamburger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  left: 18px;
  top: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  left: 18px;
  top: 30px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/* doc
---
title: breadcrumb
---

```
<div class="c-heading">
  <h2 class="c-heading__title">
    <img src="http://fucubiclocal.local/wp-content/themes/fucubic/assets/images/common/heading-infometion-en.svg" alt="infomation">
    <img src="http://fucubiclocal.local/wp-content/themes/fucubic/assets/images/common/heading-infometion-ja.svg" alt="お知らせ">
  </h2>
</div>
```
*/
.c-heading__title {
  margin-bottom: 1em;
}

.c-heading__title img {
  display: block;
}

.c-heading__title img:first-of-type {
  height: 25px;
  margin-bottom: 1em;
}

.c-heading__title img:last-of-type {
  height: 18px;
  margin-left: 5px;
}

/* doc
---
title: headline
---

```
<div class="c-headline">
  <ul class="c-headline__item">
    <li class="c-headline__list">
      <time class="c-headline__date" datetime="2021-10-23">2021.10.23</time>
      <p class="c-headline__title"><a href="">賛助会員加入申請が承認され、新たに２機関が加入されました。</a></p>
    </li>
  </ul>
</div>
```
*/
.c-headline {
  margin-bottom: 11.71875%;
  max-width: initial;
  width: auto;
}

.c-headline__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  padding: .75em 0;
  padding-top: 2.08333%;
}

.c-headline__list:not(:last-of-type) {
  border-bottom: 1px solid #231815;
}

.c-headline__date {
  margin-bottom: .5em;
  margin-right: 0;
}

.c-headline__item {
  background: rgba(255, 255, 255, .6);
  color: #231815;
  font-size: .9375rem;
  padding: 2.13333em 2.66667em;
}

.c-headline__title a {
  color: #231815;
  font-size: .9375rem;
}

.c-headline__title a:focus {
  text-decoration: underline;
}

.ua-ie .c-headline__title a:hover {
  text-decoration: underline;
}

.h-archive.c-headline__item {
  background: none;
  margin-bottom: 11.71875%;
  padding: 0;
}

.h-archive.c-headline__list {
  border-bottom: 1px solid #231815;
}

.h-members.c-headline__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.h-members.c-headline__list {
  margin-bottom: 1em;
  width: 46%;
}

.h-members.c-headline__title a {
  font-family: "じゅん 201", sans-serif;
  font-size: 1.25rem;
}

/* doc
---
title: hero
---

```
<div class="c-hero">
  <ul class="slider c-hero__item">
    <li class="c-hero__list"><img src="" alt=""></li>
    <li class="c-hero__list"><img src="a" alt="">
      <div class="c-hero__heading"><img src="" alt=""></div>
    </li>
  </ul>
</div>
```
*/
.c-hero {
  position: relative;
}

.c-hero__inner {
  background-image: url("../images/slide/slide3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 7.8125%;
  padding-top: 52.08333%;
}

.c-hero__heading {
  bottom: 5.20833%;
  left: 6.51042vw;
  position: absolute;
}

.c-hero__list > img {
  -o-object-fit: cover;
  max-height: 480px;
  min-height: 250px;
  object-fit: cover;
  width: 100%;
}

/* doc
---
title: mainvisual
---

```
<div class="c-mainvisual">
  <div class="c-mainvisual__video">
    <video src="<?php echo get_template_directory_uri(); ?>/assets/video/top-movie1.mp4?202112281030" autoplay="" muted="" playsinline="" loop=""></video>
    <div class="c-mainvisual__stripe"></div>
  </div>
</div>
```
*/
.c-mainvisual {
  margin-top: 66px;
}

.c-mainvisual__video {
  height: 56.25vw;
  overflow: hidden;
  position: relative;
}

.c-mainvisual__video video {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-mainvisual__stripe {
  background: linear-gradient(-45deg, rgba(0, 0, 0, .05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, .05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, .05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, .1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 4px 4px;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.c-mainvisual__title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  left: 0;
  margin: auto;
  margin-bottom: 7.8125%;
  max-width: 1132px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.c-mainvisual__title img {
  width: 80%;
}

.c-map {
  height: 380px;
  position: relative;
}

.c-map::before {
  content: "";
  float: left;
  padding-top: 55.55556%;
}

.c-map::after {
  clear: both;
  content: "";
  display: block;
}

.c-map > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* doc
---
title: page-nav
---

```
<nav class="c-page-nav">
  <ul class="c-page-nav__item l-flex -wrap -left -side">
    <li class="c-page-nav__list"><a href=""><img src="" alt=""></a></li>
    <li class="c-page-nav__list"><a href=""><img src="<" alt=""></a></li>
    <li class="c-page-nav__list"><a href=""><img src="" alt=""></a></li>
    <li class="c-page-nav__list"><a href=""><img src="" alt=""></a></li>
    <li class="c-page-nav__list"><a href=""><img src="<" alt=""></a></li>
    <li class="c-page-nav__list"><a href=""><img src="" alt=""></a></li>
  </ul>
</nav>
```
*/
.c-page-nav {
  margin-bottom: 11.19792%;
  padding-top: 7.8125%;
}

.c-page-nav__list:not(:last-of-type) {
  margin: 0 .5em 1em 0;
}

.c-page-nav__list a img {
  height: 32px;
}

.c-page-top {
  background: #000;
  margin-bottom: 8px;
  padding: 8px 0;
  pointer-events: none;
  text-align: center;
}

.c-page-top__img {
  pointer-events: auto;
}

.c-page-top__img .-sp {
  display: inline-block;
  height: 30px;
}

.c-page-top__img .-pc {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, .46));
  display: none;
  filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, .46));
  opacity: .86;
}

/* doc
---
title: previous
---

```
<article class="c-article">
  <div class="c-article__header">
    <time class="c-headline__date" datetime="2021-11-07">2021.11.07</time>
  </div>
  <h2 class="c-article__title">タイトル</h2>
  <div class="c-article__body u-clearfix">
  </div>
</article>
```
*/
.c-previous {
  margin-bottom: 5.20833%;
  padding-top: 6.51042%;
}

.c-previous__prev {
  float: left;
}

.c-previous__prev a {
  -webkit-transition: .2s ease-in-out;
  background-color: #fff;
  border: solid 1px #e0e0d2;
  border-radius: 3px;
  color: #999;
  display: block;
  margin: 0 .125em;
  padding: .5em .9375em;
  text-align: center;
  text-decoration: none;
  text-decoration: none;
  transition: .2s ease-in-out;
  white-space: nowrap;
}

.c-previous__prev a:focus {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

.ua-ie .c-previous__prev a:hover {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

.c-previous__next {
  float: right;
}

.c-previous__next a {
  -webkit-transition: .2s ease-in-out;
  background-color: #fff;
  border: solid 1px #e0e0d2;
  border-radius: 3px;
  color: #999;
  display: block;
  margin: 0 .125em;
  padding: .5em .9375em;
  text-align: center;
  text-decoration: none;
  text-decoration: none;
  transition: .2s ease-in-out;
  white-space: nowrap;
}

.c-previous__next a:focus {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

.ua-ie .c-previous__next a:hover {
  background-color: #999;
  border-color: #999;
  color: #fff;
}
.c-timeline dl{
    border:1px solid #ccc;
    padding: 1em 2%;
    width: 95%;
    margin: 2.13333em auto 0;
}
.c-timeline dl dt a{
    font-size: 150%;
    text-decoration: none;
    padding-bottom:0.25em; 
    border-bottom: 1px solid #ccc;
}
.c-timeline dl dd{
    margin: 0.5em 0 0;
}
.c-timeline dl dd a{
    margin: 0.5em 0 0;
}

/* Project
--------------------------------------------- */
.p-about-fucubic-block {
  padding-bottom: 31.25%;
  padding-top: 6.51042%;
}

.p-about-fucubic-block__primary {
  padding-top: 13.02083%;
  text-align: center;
}

.p-about-fuelcells-block__unit:not(:last-of-type) {
  margin-bottom: 15.625%;
  padding-top: 5.20833%;
}

.p-about-fuelcells-block__unit.h-padding-top-none {
  padding-top: 0;
}

.p-about-fuelcells-block-sec1__primary {
  margin-bottom: 13.02083%;
}

.p-about-fuelcells-block-sec1__secondary {
  margin-bottom: 13.02083%;
}

.p-about-fuelcells-block-sec1__tertiary {
  margin-bottom: 20.83333%;
}

.p-about-fuelcells-block-sec1__quaternary {
  margin-bottom: 13.02083%;
}

.p-about-fuelcells-block-sec1__quinary {
  text-align: center;
}

.p-about-fuelcells-block-sec1__img.-primary {
  margin-left: -10.41667%;
  margin-top: -5.20833%;
  width: 90%;
}

.p-about-fuelcells-block-sec1__img.-secondary {
  text-align: right;
  width: 29%;
}

.p-about-fuelcells-block-sec1__content.-primary {
  width: 100%;
}

.p-about-fuelcells-block-sec1__content.-secondary {
  width: 70%;
}

.p-about-fuelcells-block-sec1__title {
  margin-bottom: 3.125em;
  text-align: center;
}

.p-about-fuelcells-block-sec1__text {
  font-family: "じゅん 201", sans-serif;
  font-size: 1.3125rem;
  line-height: 2;
  text-align: justify;
}

.p-about-fuelcells-block-sec2__primary {
  margin-bottom: 17.70833%;
}

.p-about-fuelcells-block-sec2__secondary {
  margin-bottom: 12.5%;
}

.p-about-fuelcells-block-sec2__tertiary {
  margin-bottom: 12.5%;
  text-align: center;
}

.p-about-fuelcells-block-sec2__quaternary {
  margin-bottom: 12.5%;
}

.p-about-fuelcells-block-sec2__img.-primary {
  margin-bottom: -5.20833%;
  padding-top: 3.125%;
  width: 50%;
}

.p-about-fuelcells-block-sec2__img.-secondary {
  width: 33%;
}

.p-about-fuelcells-block-sec2__content.-secondary {
  width: 65%;
}

.p-about-fuelcells-block-sec2__title {
  margin-bottom: 3.125em;
  text-align: center;
}

.p-about-fuelcells-block-sec2__subtitle {
  text-align: center;
}

.p-about-fuelcells-block-sec2__text {
  font-family: "じゅん 201", sans-serif;
  font-size: 1.3125rem;
  line-height: 2;
  text-align: justify;
}

.p-about-fuelcells-block-sec2__menu {
  margin-bottom: 1.5em;
  text-align: center;
}

.p-about-fuelcells-block-sec2__term {
  margin-bottom: 1.75em;
}

.p-about-fuelcells-block-sec2__list:not(:last-of-type) {
  margin-bottom: 1.75em;
}

.p-about-fuelcells-block-sec2__list img {
  max-height: 34.25px;
}

.p-about-fuelcells-block-sec3__primary {
  margin-bottom: 17.70833%;
}

.p-about-fuelcells-block-sec3__tertiary {
  margin-bottom: 20.83333%;
}

.p-about-fuelcells-block-sec3__quaternary {
  margin-bottom: 13.02083%;
}

.p-about-fuelcells-block-sec3__menu {
  text-align: center;
}

.p-about-fuelcells-block-sec3__img {
  text-align: center;
  width: 100%;
}

.p-about-fuelcells-block-sec3__img-bottom {
  padding-left: 1.5em;
  padding-top: 1.5em;
  text-align: center;
  width: 55%;
}

.p-about-fuelcells-block-sec3__content {
  width: 100%;
}

.p-about-fuelcells-block-sec3__content--full {
  margin-bottom: 1.875em;
  width: 100%;
}

.p-about-fuelcells-block-sec3__title {
  margin-bottom: 3.125em;
  text-align: center;
}

.p-about-fuelcells-block-sec3__subtitle {
  margin-bottom: 1.5em;
  text-align: center;
}

.p-about-fuelcells-block-sec3__text {
  font-family: "じゅん 201", sans-serif;
  font-size: 1.3125rem;
  line-height: 2;
  text-align: justify;
}

.p-about-fuelcells-block-sec3__term {
  margin-bottom: 1.75em;
}

.p-about-fuelcells-block-sec3__list:not(:last-of-type) {
  margin-bottom: 1.75em;
}

.p-about-fuelcells-block-sec3__list img {
  max-height: 34.25px;
}

.p-about-fuelcells-block-sec3__button {
  margin-top: 12.87554%;
}

.p-academia-block__unit:not(:last-of-type) {
  margin-bottom: 20.83333%;
  padding-top: 9.11458%;
}

.p-academia-block-sec1__heading {
  margin-bottom: 2em;
}

.p-academia-block-sec1__primary {
  margin-bottom: 2em;
}

.p-academia-block-sec1__primary p {
  font-size: 1.1875rem;
  line-height: 2;
  text-align: justify;
}

.p-academia-block-sec1__img {
  margin-bottom: 2em;
  text-align: center;
}

.p-academia-block-sec1__secondary {
  margin-bottom: 1.5em;
}

.p-academia-block-sec1__secondary ul {
  background: #fff67f;
  border: 1px solid #231815;
  padding: 1.5em;
}

.p-academia-block-sec1__secondary ul li {
  line-height: 1.75;
}

.p-academia-block-sec1__secondary ul li span {
  font-size: 1.1875rem;
  font-weight: 300;
}

.p-academia-block-sec1__secondary ul li p {
  font-size: 1.1875rem;
  font-weight: 300;
}

.p-academia-block-sec1__tertiary p {
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 2;
}

.p-academia-block-sec1__tertiary p:nth-child(2) {
  margin-bottom: 1.68421em;
}

.p-academia-block-sec1__tertiary p span {
  font-weight: 700;
}

.p-academia-block-sec1__tertiary p a {
  color: #231815;
}

.p-academia-block-sec1__tertiary p a:focus {
  text-decoration: underline;
}

.ua-ie .p-academia-block-sec1__tertiary p a:hover {
  text-decoration: underline;
}

.p-academia-block-sec2__heading {
  margin-bottom: 2em;
}

.p-academia-block-sec2__primary {
  margin-bottom: 2em;
}

.p-academia-block-sec2__primary p {
  font-size: 1.1875rem;
  line-height: 2;
  text-align: justify;
}

.p-academia-block-sec2__secondary p {
  font-size: 1.1875rem;
  line-height: 2;
}

.p-academia-block-sec2__secondary p span {
  font-weight: 700;
}

.p-access-block__primary {
  margin-bottom: 12.5%;
  padding-top: 6.51042%;
}
/*20230428井上追加css（ここから）---------------------------------------------------------------------------------------------------*/
.p-access-block__primary h3{
    font-size: 187%;
}
.p-access-block__primary #bus_terminal{
    width: 100%;
    margin: 3em 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#bus_terminal li{
    width: 48%;
}
#bus_terminal li:nth-child(n+3){
    margin: 2em 0 0;
}
#bus_terminal li:nth-child(3){
    width: 48%;
    margin: 2em auto 0;
}
#bus_terminal li dl dt span{
    border-bottom: 1px solid #000;
    font-weight: bold;
    font-size: 125%;
    margin: 0 0 1em;
    display: block;
    color: #9E2224;
}
.table-area{
	overflow-x: scroll;
}
#time_schedule{
    width: 100%;
    border:1px solid #000;
    margin:0 0 1em;
    background-color: #fff;
    text-align: center;
}
#time_schedule th{
    border:1px solid #000;
    padding: 1em 0;
    text-align: center;
}
#time_schedule td{
    border:1px solid #000;
    padding: 1em 0;
    text-align: center;
}
.back_w{
    background-color: rgba(158,34,36,0.10);
}
.t_access{
    margin: 3em 0 0;
    background-color: rgba(255,255,255,0.80);
    padding: 1em 2%;
    display: inline-block;
}
.t_access dt{
    font-weight: bold;
    margin: 0 0 0.5em;
}
.tokyo_btn{
    position: relative;
}
.l_tokyo a{
    position: absolute;
    top:-3em;
    right:0;
    background-color: #000;
    padding: 1em 2%;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 200px;
}
.l_tokyo a:hover,.l_tokyo a:active{
    background-color: #242424;
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 1025px){
	.table-area {overflow-x: auto;}
}
@media only screen and (max-width: 767px) {

.p-access-block__primary #bus_terminal{
    flex-direction: column;
}
#bus_terminal li{
    width: 100%;
}
#bus_terminal li:nth-child(n+2){
    margin: 2em 0 0;
}
#bus_terminal li:nth-child(3){
    width: 100%;
    margin: 2em 0 0;
}
.table-area{
	overflow: auto; /* 横スクロールバーを表示 */
    white-space: nowrap; /* セル内にあるテキストの折り返しを禁止 */
}
#time_schedule{
width: 100%;
	min-width: 900px;
}
#time_schedule th{
    border:1px solid #000;
    padding: 1em 0;
    text-align: center;
}
#time_schedule td{
    border:1px solid #000;
    padding: 1em 0;
    text-align: center;
}

    }
.car_map p{
        margin: 0 0 2em;
    }
.public_img{
    width: 600px;
}
@media only screen and (max-width: 767px) {
    .public_img{
        width: 250px;
    }
}
.public{
    width: 100%;
}
.public_title{
    ont-family: "じゅん 201", sans-serif;
    font-size: 1.75rem;
}
@media only screen and (max-width: 767px) {
    .public_title{
    font-size: 1.5rem;
}
}
.public_inner{
    margin: 5em 0 0;
}
.public_inner p{
    font-size: 1.1875rem;
    line-height: 2;
}
.public_inner dl{
	margin: 2em 0  0 1em;
    line-height: 2;
    font-size: 1.1875rem;
}
.public_inner dt{
	font-size: 1.1875rem;
	border-bottom: 1px dotted #ccc;
}
.public_inner dd{
	margin: 0.5em 0 0;
}
.public_inner h3{
    ont-family: "じゅん 201", sans-serif;
    font-size: 1.75rem;
}
.public_inner ul{
    margin: 1em 0 0;
    ont-family: "じゅん 201", sans-serif;
    font-size: 1.75rem;
    font-size: 1.1875rem;
}
.public_inner ul li:nth-child(n+2){
    margin: 1em 0 0;
}


.inquiry_img{
    width: 600px;
}
@media only screen and (max-width: 767px) {
    .inquiry_img{
        width: 250px;
    }
}
.inquiry{
    width: 100%;
}
.inquiry_title{
    ont-family: "じゅん 201", sans-serif;
    font-size: 1.75rem;
}
@media only screen and (max-width: 767px) {
    .inquiry_title{
    font-size: 1.5rem;
}
}
.inquiry_inner{
    margin: 5em 0 0;
}
.inquiry_inner p{
    font-size: 1.1875rem;
    line-height: 2;
}

.inquiry_inner{
    margin: 3em 0 0;
    ont-family: "じゅん 201", sans-serif;
    font-size: 1.75rem;
    font-size: 1.1875rem;
}
.inquiry_inner h3{
    ont-family: "じゅん 201", sans-serif;
    font-size: 1.75rem;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .inquiry_inner h3{
    font-size: 1.5rem;
}
}
.inquiry_inner table{
    margin: 1em 0 0;
}
.inquiry_inner table th{
   width: 150px;
    padding: 0.5em 0;
}
.inquiry_inner table td{
   padding: 0.5em 0;
}
@media only screen and (max-width: 767px) {
    .inquiry_inner table th{
        display: block;
        padding: 0.5em 0 0;
   width: 100%;
}
.inquiry_inner table td{
   display: block;
    padding: 0 0 0.5em;
}
}
.inquiry_inner li:nth-child(n+2){
    margin: 2em 0 0;
}
.inquiry_inner ul{
    width: 90%;
    margin: 1em auto 0;
    padding: 1em 2%;
    background-color: #f4f4f4;
}
.inquiry_inner ul li span{
    font-weight: bold;
    display: block;
}
@media only screen and (max-width: 767px) {
.l_tokyo a{
    position: absolute;
    top:-3em;
    right:0;
    background-color: #000;
    padding: 1em 2%;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 90px;
}
}
/*（ここまで）---------------------------------------------------------------------------------------------------*/

.p-access-block__secondary {
  background: rgba(255, 255, 255, .7);
  margin-bottom: 12.5%;
  padding-bottom: 3.5em;
  padding-top: 3.5em;
}

.p-access-block__secondary-inner address {
  font-size: 1.125rem;
  margin-right: 0;
  padding-top: .88889em;
}

.p-access-block__tertiary {
  background: rgba(255, 255, 255, .7);
  padding-bottom: 6em;
  padding-top: 3.5em;
}

.p-access-block__tertiary-body ul:not(:last-of-type) {
  margin-bottom: 4.375em;
}

.p-access-block__tertiary-body ul li:not(:last-of-type) {
  margin: 0 1.25em 1.25em 0;
}

.p-access-block__tertiary-body ul li img {
  height: 40px;
}

.p-access-block__tertiary-heading h4 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: .9375em;
}

.p-access-block .p-access-block-heading {
  line-height: 1;
  margin-bottom: 2.5em;
  text-align: center;
}

.p-access-block .p-access-block-heading h3 img {
  height: 30px;
}

.ua-ie .p-access-block__secondary > div div:last-of-type {
  width: 520px;
}

.p-archive-block__title {
  background: #f7f7f7;
  border-left: 5px solid #6c9735;
  color: #363636;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.14286em;
  padding: .28571em .42857em;
}

.p-business-block__lead {
  margin-bottom: 18.22917%;
  padding-top: 6.51042%;
}

.p-business-block__lead p {
  font-size: 1.1875rem;
  line-height: 2;
}

.p-business-block__unit:not(:last-of-type) {
  margin-bottom: 18.22917%;
}

.p-business-block__item {
  padding-top: 5.46875%;
}

.p-business-block__item li:not(:last-of-type) {
  margin-bottom: 3em;
}

.p-business-block__item li > p {
  font-size: 1.25rem;
  margin-bottom: .72727em;
}

.p-business-block__item li div > p {
  font-size: 1.375rem;
  margin-left: 1.66667em;
}

.p-business-block__item li div > address p {
  font-size: 1.375rem;
  margin-left: 1.66667em;
}

.p-business-block__inner p:not(:last-of-type) {
  margin-bottom: 1.09091em;
}

.p-business-block__inner.-primary {
  border-left: .375em solid #dae000;
}

.p-business-block__inner.-secondary {
  border-left: .375em solid #076baf;
}

.p-business-block__link.-primary {
  color: #231815;
  line-height: 1.75;
}

.p-business-block__link.-primary:focus {
  text-decoration: underline;
}

.ua-ie .p-business-block__link.-primary:hover {
  text-decoration: underline;
}

.p-business-block__link.-secondary {
  color: #231815;
}

.p-business-block__link.-secondary:focus {
  text-decoration: underline;
}

.ua-ie .p-business-block__link.-secondary:hover {
  text-decoration: underline;
}

.p-business-block__bg.-primary {
  background-color: #bbe2ef;
  padding: .54545em 1.04545em;
}

.p-contact-block__header {
  margin-bottom: 4em;
  padding-top: 3em;
}

.p-contact-block__title {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: .66667em;
}

.p-contact-block__lead {
  font-size: 1.1875rem;
  line-height: 2;
}

.p-contact-block__item {
  margin-top: 7.8125%;
  text-align: center;
}

.p-contact-block__list {
  display: inline-block;
}

.p-contact-block__list.-submit input[type="submit"] {
  background: #6faec7;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  height: 48px;
  line-height: 48px;
  position: relative;
  text-align: center;
  width: 200px;
}

.p-contact-block__list.-submit input[type="submit"]:focus {
  -webkit-transition: all .2s linear;
  opacity: .8;
  transition: all .2s linear;
}

.ua-ie .p-contact-block__list.-submit input[type="submit"]:hover {
  -webkit-transition: all .2s linear;
  opacity: .8;
  transition: all .2s linear;
}

.p-contact-block__list.-back input[type="submit"] {
  background: rgba(112, 112, 112, .5);
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  height: 48px;
  line-height: 48px;
  margin-right: .33333em;
  position: relative;
  text-align: center;
  width: 90px;
}

.p-contact-block__list.-back input[type="submit"]:focus {
  -webkit-transition: all .2s linear;
  opacity: .8;
  transition: all .2s linear;
}

.ua-ie .p-contact-block__list.-back input[type="submit"]:hover {
  -webkit-transition: all .2s linear;
  opacity: .8;
  transition: all .2s linear;
}

.p-contact-block__header-button {
  text-align: center;
}

.p-contact-block__header-button a {
  background: rgba(112, 112, 112, .5);
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  height: 48px;
  line-height: 48px;
  margin-right: .33333em;
  position: relative;
  text-align: center;
  width: 200px;
}

.p-contact-block__header-button a:focus {
  -webkit-transition: all .2s linear;
  opacity: .8;
  text-decoration: none;
  transition: all .2s linear;
}

.ua-ie .p-contact-block__header-button a:hover {
  -webkit-transition: all .2s linear;
  opacity: .8;
  text-decoration: none;
  transition: all .2s linear;
}

.p-contact-block__footer {
  padding-top: 16.92708%;
  text-align: center;
}

.p-contact-block__footer address {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  text-align: left;
}

.p-contact-block__footer address p {
  font-size: 1.125rem;
  line-height: 2;
}

.p-contact-block-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.p-contact-block-table__row:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.p-contact-block-table__row.-tertiary {
  border-bottom: none;
}

.p-contact-block-table__row.-tertiary:first-of-type .p-contact-block-table__head.-tertiary,
.p-contact-block-table__row.-tertiary:first-of-type .p-contact-block-table__data.-tertiary {
  padding-top: 0;
}

.p-contact-block-table__row.-tertiary:last-of-type .p-contact-block-table__head.-tertiary,
.p-contact-block-table__row.-tertiary:last-of-type .p-contact-block-table__data.-tertiary {
  padding-bottom: 0;
}

.p-contact-block-table__head {
  font-size: 1.125rem;
  font-weight: 400;
  vertical-align: middle;
}

.p-contact-block-table__head.-primary {
  padding: 1.77778em 0;
  width: 30%;
}

.p-contact-block-table__head.-secondary {
  text-align: center;
  width: 15%;
}

.p-contact-block-table__head.-tertiary {
  padding: 1.11111em 0;
}

.p-contact-block-table__data {
  font-size: 1.125rem;
  vertical-align: middle;
}

.p-contact-block-table__data.-primary {
  padding: 1.77778em 0;
  width: 70%;
}

.p-contact-block-table__data.-primary select[name="contents"] {
  text-align: center;
  width: 100%;
}

.p-contact-block-table__data.-tertiary {
  padding: 1.11111em 0;
}

.p-contact-block-table__data.-tertiary select[name="prefecture"] {
  text-align: center;
  width: 100%;
}

.p-contact-block-table__caution {
  background: #e71f19;
  color: #fff;
  display: inline-block;
  font-size: .875rem;
  line-height: 1;
  margin-left: 1.42857em;
  padding: .28571em .42857em;
}

.ua-ie .p-contact-block-table__caution {
  height: 22px;
  line-height: 22px;
}

.p-greeting-block__primary {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10.41667%;
  padding-top: 6.51042%;
  width: 90%;
}

.p-greeting-block__secondary-bg-primary {
  background: rgba(39, 161, 211, .6);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.p-greeting-block__primary-img {
  margin-bottom: 1em;
}

.p-greeting-block__primary-sign img {
  width: 60%;
}

.p-greeting-block__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: .75em;
  padding-top: .75em;
}

.p-greeting-block__description {
  padding-top: 6.51042%;
}

.p-greeting-block__description p {
  color: #231916;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.825;
  margin-bottom: 1.90476em;
  text-align: justify;
}

.p-greeting-block__description p:last-of-type {
  margin-bottom: 0;
}

.ua-ie .p-greeting-block__title {
  padding-top: 1.0625em;
}

.p-link-block__unit:not(:last-of-type) {
  margin-bottom: 9.11458%;
}

.p-link-block__title {
  margin-bottom: 1.5em;
}

.p-link-block__list ul li:not(:last-of-type) {
  margin-bottom: .75em;
}

.p-link-block__list ul li a {
  color: #231815;
  font-size: 1.3125rem;
}

.p-link-block__list ul li a:focus {
  text-decoration: underline;
}

.ua-ie .p-link-block__list ul li a:hover {
  text-decoration: underline;
}

.p-log-block__flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-log-block__form {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .25);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .25);
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  padding: 2.57511%;
  width: 100%;
}

.p-log-block__form:not(:last-of-type) {
  margin-bottom: 7.8125%;
}

.p-log-block__header {
  text-align: center;
}

.p-log-block__header img {
  width: 60px;
}

.p-log-block__header h2 {
  font-size: 1.25rem;
  margin-bottom: 1.2em;
  padding-top: 1.2em;
}

.p-log-block__body .login_err {
  color: #ec3d12;
  font-size: .875rem;
}

.p-log-block__body input {
  display: block;
  font-size: 86%;
  margin-bottom: 1em;
  width: 100%;
}

.p-log-block__body button {
  background: #ec3d12;
  border-radius: 4px;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 180px;
}

.p-log-block__body button.-primary {
  background: #55ab47;
}

.p-log-block__body button.-secondary {
  background: #ec3d12;
}

.p-log-block__body button.-tertiary {
  background: #23b0d3;
}

.p-log-block__err {
  padding-top: 6.51042%;
  text-align: center;
}

.p-log-block__err .login_err {
  background: #fff67f;
  border: 1px solid #231815;
  display: inline-block;
  font-family: "じゅん 201", sans-serif;
  font-size: 1rem;
  padding: 1em;
  text-align: center;
}

.p-members-block {
  font-family: "じゅん 201", sans-serif;
}

.p-members-block__header {
  margin-bottom: 5.20833%;
  padding-top: 9.11458%;
}

.p-members-block__title {
  background-repeat: no-repeat;
  color: #fff;
  display: inline-block;
  font-size: 2.1875rem;
  height: 68px;
  line-height: 68px;
  max-width: 343px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, .65) 2px 2px 3px;
  width: 100%;
}

.p-members-block__title.-members {
  background-image: url("../images/members/heading-members-bg.png");
  background-size: 100%;
  height: 78px;
  line-height: 78px;
  max-width: 400px;
}

.p-members-block__title.-board-members {
  background-image: url("../images/board-members/heading-board-members-bg.png");
}

.p-members-block__text {
  font-size: 1.25rem;
  margin-bottom: 24px;
}

.ua-ie .p-members-block__title {
  line-height: 62px;
}

.ua-ie .p-members-block__title.-members {
  line-height: 72px;
}

.p-menu-block {
  padding-bottom: 31.25%;
  padding-top: 6.51042%;
}

.p-menu-block__nav {
  padding-top: 13.02083%;
  text-align: center;
}

.p-menu-block__item {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-menu-block__list {
  margin-bottom: 8px;
  width: calc((100% - 16px) / 3);
}

.p-menu-block__list a:focus {
  outline: none;
}

.p-organization-block__primary {
  padding-bottom: 11.71875%;
  padding-top: 6.51042%;
}

.p-organization-block__primary-content h3 {
  background-color: #71c7d5;
  font-size: 1rem;
  margin-bottom: .5em;
  max-height: 1.6875em;
  text-align: center;
}

.p-organization-block__primary-item {
  letter-spacing: .025em;
}

.p-organization-block__primary-item li:not(:last-of-type) {
  margin-bottom: .75em;
}

.p-organization-block__primary-item li > p {
  background: #27a1d3;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: .44444em;
  max-height: 1.55556em;
  min-width: 110px;
  text-align: center;
}

.p-organization-block__primary-item div p:first-of-type {
  margin-right: .75em;
  min-width: 100px;
}

.p-organization-block__primary-inner dl dt {
  background: #30a1d2;
  color: #fff;
  font-size: 1rem;
  margin-right: .9375em;
  max-width: 110px;
  text-align: center;
  width: 110px;
}

.p-organization-block__primary-inner dl dd ul li {
  color: #231815;
}

.p-organization-block__primary-inner dl dd ul li:first-of-type {
  font-size: 1.125rem;
  margin-right: 1.38889em;
}

.p-organization-block__primary-inner dl dd ul li:last-of-type {
  font-size: .9375rem;
}

.p-organization-block__secondary {
  padding-bottom: 11.71875%;
  padding-top: 6.51042%;
}

.p-organization-block__tertiary {
  padding-bottom: 6.51042%;
  padding-top: 7.8125%;
}

.p-organization-block__tertiary-content {
  background: rgba(255, 253, 223, .5);
  padding: 2em;
}

.p-organization-block__tertiary-content ul li {
  font-size: 1.1875rem;
  margin-bottom: .63158em;
}

.p-organization-block__tertiary-content ul li.orange,
.p-organization-block__tertiary-content ul li.blue,
.p-organization-block__tertiary-content ul li.yellow1,
.p-organization-block__tertiary-content ul li.yellow2,
.p-organization-block__tertiary-content ul li.green1,
.p-organization-block__tertiary-content ul li.green2,
.p-organization-block__tertiary-content ul li.pink1,
.p-organization-block__tertiary-content ul li.purple1,
.p-organization-block__tertiary-content ul li.gray1,
.p-organization-block__tertiary-content ul li.brown,
.p-organization-block__tertiary-content ul li.s_pink{
  border-radius: 2px;
  font-size: 1.1875rem;
  font-weight: 300;
  margin-bottom: .63158em;
  text-align: center;
}

.p-organization-block__tertiary-content ul li.orange {
  background-color: #f4c956;
}

.p-organization-block__tertiary-content ul li.blue {
  background-color: #71c7d5;
}

.p-organization-block__tertiary-content ul li.yellow1 {
  background-color: #d0d72f;
}

.p-organization-block__tertiary-content ul li.yellow2 {
  background-color: #eef129;
}

.p-organization-block__tertiary-content ul li.green1 {
  background-color: #87bd42;
}

.p-organization-block__tertiary-content ul li.green2 {
  background-color: #89c69a;
}

.p-organization-block__tertiary-content ul li.pink1 {
  background-color: #edadad;
}

.p-organization-block__tertiary-content ul li.purple1 {
  background-color: #cbaddd;
}

.p-organization-block__tertiary-content ul li.gray1 {
  background-color: #c7c7c7;
}

.p-organization-block__tertiary-content ul li.brown {
  background-color: #BD9F66;
}

.p-organization-block__tertiary-content ul li.brown {
  background-color: #BD9F66;
}

.p-organization-block__tertiary-content ul li.s_pink {
  background-color: #DFA399;
}

.p-organization-block__quaternary {
  padding-bottom: 6.51042%;
  padding-top: 7.8125%;
}

.p-organization-block__quaternary-content {
  background: rgba(209, 234, 248, .5);
  padding: 2em;
}

.p-organization-block__quaternary-content ul li {
  font-size: 1.1875rem;
  margin-bottom: .63158em;
}

.p-organization-block__quaternary-content ul li.orange,
.p-organization-block__quaternary-content ul li.blue,
.p-organization-block__quaternary-content ul li.yellow1,
.p-organization-block__quaternary-content ul li.yellow2,
.p-organization-block__quaternary-content ul li.green1,
.p-organization-block__quaternary-content ul li.green2,
.p-organization-block__quaternary-content ul li.pink1,
.p-organization-block__quaternary-content ul li.purple1,
.p-organization-block__quaternary-content ul li.gray1 {
  border-radius: 2px;
  font-size: 1.1875rem;
  font-weight: 300;
  margin-bottom: .63158em;
  text-align: center;
}

.p-organization-block__quaternary-content ul li.orange {
  background-color: #f4c956;
}

.p-organization-block__quaternary-content ul li.blue {
  background-color: #71c7d5;
}

.p-organization-block__quaternary-content ul li.yellow1 {
  background-color: #d0d72f;
}

.p-organization-block__quaternary-content ul li.yellow2 {
  background-color: #eef129;
}

.p-organization-block__quaternary-content ul li.green1 {
  background-color: #87bd42;
}

.p-organization-block__quaternary-content ul li.green2 {
  background-color: #89c69a;
}

.p-organization-block__quaternary-content ul li.pink1 {
  background-color: #edadad;
}

.p-organization-block__quaternary-content ul li.purple1 {
  background-color: #cbaddd;
}

.p-organization-block__quaternary-content ul li.gray1 {
  background-color: #c7c7c7;
}

.p-organization-block-heading {
  margin-bottom: 2.5em;
  text-align: center;
}

.p-organization-block-heading h2,
.p-organization-block-heading h3 {
  color: #4d4d4d;
  font-size: 2rem;
  font-weight: 300;
}

.ua-ie .p-organization-block__primary-content h3 {
  height: 27px;
  line-height: 35px;
}

.ua-ie .p-organization-block__primary-item li > p {
  height: 27px;
  line-height: 34px;
}

.ua-ie .p-organization-block__tertiary-content ul li.orange {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__tertiary-content ul li.blue {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__tertiary-content ul li.yellow1 {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__tertiary-content ul li.yellow2 {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__tertiary-content ul li.green1 {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__tertiary-content ul li.green2 {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__tertiary-content ul li.pink1 {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__tertiary-content ul li.purple1 {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__tertiary-content ul li.gray1 {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__quaternary-content ul li.orange {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__quaternary-content ul li.blue {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__quaternary-content ul li.yellow1 {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__quaternary-content ul li.yellow2 {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__quaternary-content ul li.green1 {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__quaternary-content ul li.green2 {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__quaternary-content ul li.pink1 {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__quaternary-content ul li.purple1 {
  height: 28.5px;
  line-height: 35.5px;
}

.ua-ie .p-organization-block__quaternary-content ul li.gray1 {
  height: 28.5px;
  line-height: 35.5px;
}

.p-privacy-policy-block__title {
  margin-bottom: 3.75em;
}

.p-privacy-policy-block__title p{
  font-family: "じゅん 201", sans-serif;
  font-size: 1.75rem;
}

.p-privacy-policy-block__lead {
  margin-bottom: 5em;
}

.p-privacy-policy-block__lead p,.p-privacy-policy-block__lead p ul {
  font-family: "じゅん 201", sans-serif;
  font-size: 1.1875rem;
  line-height: 2;
}

.p-privacy-policy-block__unit span {
  font-family: "じゅん 201", sans-serif;
  font-size: 1.1875rem;
  line-height: 2;
}

.p-privacy-policy-block__unit p {
  font-family: "じゅん 201", sans-serif;
  font-size: 1.1875rem;
  line-height: 2;
}

.p-privacy-policy-block__unit ol {
  padding-left: 1em;
  padding-top: .5em;
}

.p-privacy-policy-block__unit:not(:last-of-type) {
  margin-bottom: 2.5em;
}

.p-public-block__head {
  margin-bottom: 6.51042%;
  padding-top: 6.51042%;
}

.p-public-block__nav {
  margin-bottom: 6.51042%;
  margin-bottom: 6.51042%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.51042%;
}

.p-public-block__nav-item {
  -ms-grid-columns: (1fr) [2];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-public-block__nav-list {
  border: 2px solid #e5b92a;
  line-height: 1;
  outline: 2px solid #e5b92a;
}

.p-public-block__nav-list a {
  background: #fff;
  color: #e5b92a;
  display: block;
  display: -ms-grid;
  display: grid;
  font-size: 1.1875rem;
  font-weight: 500;
  height: 3.5rem;
  line-height: 1.5;
  max-height: 3.5rem;
  place-items: center;
  word-break: keep-all;
}

.p-public-block__nav-list a:focus {
  -webkit-transition: all .1s linear;
  background: #e5b92a;
  color: #fff;
  text-decoration: none;
  transition: all .1s linear;
}

.p-public-block__nav-list a:focus {
  color: #fff;
}

.p-public-block__nav-list.is-current a {
  background: #e5b92a;
  color: #fff;
}

.p-public-block__head-text {
  font-size: 1.1875rem;
  line-height: 2.2;
  text-align: justify;
}

.p-public-block__body.area {
  display: none;
  margin-top: -3.5rem;
  opacity: 0;
  padding-top: 3.5rem;
}

.p-public-block__body.area.is-active {
  -webkit-animation-name: displayAnime;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: displayAnime;
  display: block;
}

.p-public-block__body-text {
  font-size: 1.1875rem;
}

.p-public-block__body-text.-small {
  font-size: 1rem;
}

.p-public-block__body-item li {
  font-size: 1.1875rem;
  margin-bottom: .42105em;
}

.p-public-block__body-item li:last-of-type {
  margin-bottom: 0;
}

.p-public-block__body-list.-icon1::before {
  background-image: url("../images/about-fucubic/public/sec1-title2-img1.svg");
}

.p-public-block__body-list.-icon2::before {
  background-image: url("../images/about-fucubic/public/sec1-title2-img2.svg");
}

.p-public-block__body-definition dt {
  font-size: 1.1875rem;
  font-weight: 400;
  margin-bottom: .68421em;
}

.p-public-block__body-definition dd {
  font-size: 1.1875rem;
  margin-bottom: 1.68421em;
}

.p-public-block__body-address2 {
  margin-bottom: 2.52632em;
}

.p-public-block__unit {
  margin-bottom: 4.375em;
}

.p-public-block__title.-heading3 {
  margin-bottom: .5em;
    width: 80%;
    margin: 0 auto;
}
.p-public-block__title.-heading3 a:hover{
  text-decoration: none!important;
}

.p-public-block__title.-heading4 {
  margin-bottom: 1.5em;
}

.p-report-block {
  font-family: "じゅん 201", sans-serif;
  padding-bottom: 18.22917%;
  padding-top: 6.51042%;
}

.p-report-block__header {
  margin-bottom: 4.16667%;
  padding-top: 9.11458%;
}

.p-report-block__header span {
  display: inline-block;
  font-size: 1.25rem;
  vertical-align: text-bottom;
}

.p-report-block__title {
  background-image: url("../images/report/heading-report-bg.png");
  background-repeat: no-repeat;
  color: #fff;
  display: inline-block;
  font-size: 2.1875rem;
  height: 68px;
  line-height: 68px;
  margin-right: 1.05714em;
  max-width: 269px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, .65) 2px 2px 3px;
  width: 100%;
}

.p-report-block__body h1,
.p-report-block__body h2,
.p-report-block__body h3,
.p-report-block__body h4,
.p-report-block__body h5,
.p-report-block__body h6 {
  font-weight: 500;
  margin-bottom: .4em;
}

.p-report-block__body p {
  margin-bottom: .5em;
}

.p-report-block__body h1 {
  font-size: 1.75rem;
}

.p-report-block__body h2 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-top: 2px solid #6c9735;
  font-size: 1.625rem;
  padding: .30769em 0;
}

.p-report-block__body h3 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: 1.5rem;
  padding-bottom: .33333em;
  position: relative;
}

.p-report-block__body h3::after {
  border-bottom: 1px solid #6c9735;
  bottom: -1px;
  content: ".";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 30%;
}

.p-report-block__body h4 {
  font-size: 1.375rem;
}

.p-report-block__body h5 {
  font-size: 1.25rem;
}

.p-report-block__body h6 {
  font-size: 1.125rem;
}

.p-report-block__body ul {
  list-style: inside disc;
  margin-bottom: .5em;
}

.p-report-block__body ul li {
  list-style: inside disc;
}

.p-report-block__body ol {
  list-style: inside decimal;
  margin-bottom: .5em;
}

.p-report-block__body ol li {
  list-style: inside decimal;
}

.p-report-block__body strong {
  font-weight: bold;
}

.p-report-block__body em {
  font-style: italic;
}

.p-report-block__body a {
  color: #292f89;
}

.p-report-block__body a:focus {
  color: rgba(41, 47, 137, .6);
  text-decoration: underline;
}

.ua-ie .p-report-block__body a:hover {
  color: rgba(41, 47, 137, .6);
  text-decoration: underline;
}

.p-report-block__body blockquote {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
  background: #f9f9f9;
  display: block;
  padding: 1em;
}

.p-report-block__body pre {
  -moz-tab-size: 2;
  -o-tab-size: 2;
  border: 1px solid #231815;
  font-size: .875rem;
  margin: .57143em 0;
  overflow: auto;
  padding: 1.14286em;
  tab-size: 2;
}

.p-report-block__body [class^="report"] {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.p-report-block__body [class^="report"] li {
  list-style: none;
  margin-bottom: 32px;
}

.p-report-block__body [class^="report"] li a {
  color: #17499d;
  font-size: 2.125rem;
  text-decoration: none;
}

.p-report-block__body [class^="report"] li a:focus {
  color: #17499d;
  text-decoration: underline;
}

.ua-ie .p-report-block__body [class^="report"] li a:hover {
  color: #17499d;
  text-decoration: underline;
}

.p-report-block__body .report2 li {
  width: 100%;
}

.p-report-block__body .report3::after,
.p-report-block__body .report3 li {
  width: 100%;
}

.p-report-block__footer {
  margin-bottom: 6.25%;
  text-align: center;
}

.p-report-block__footer p {
  background: #fff67f;
  border: 1px solid #231815;
  display: inline-block;
  font-size: 1.1875rem;
  padding: 1.26316em;
  text-align: center;
}

.ua-ie .p-report-block__title {
  line-height: 58px;
}

.p-research-facilities-list-block__title {
  margin-bottom: 7.8125%;
  text-align: center;
}

.p-research-facilities-list-block__title h2 img {
  height: 42px;
}

.p-research-facilities-list-block__sort {
  display: none;
  margin-bottom: 6.77083%;
}

.p-research-facilities-list-block__sub-title {
  margin-bottom: 3.125%;
  text-align: center;
}

.p-research-facilities-list-block__sub-title h3 img {
  height: 31px;
}

.p-research-facilities-list-block__unit:not(:last-of-type) {
  margin-bottom: 15.625%;
}

.p-research-facilities-post-block__header {
  margin-bottom: 4.375em;
}

.p-research-facilities-post-block__unit:not(:last-of-type) {
  margin-bottom: 3.5em;
}

.p-research-facilities-post-block__unit-primary.-reverse {
  margin-bottom: 3.5em;
  margin-left: 0;
  max-width: inherit;
}

.p-research-facilities-post-block__unit-secondary {
  max-width: 300px;
}

.p-research-facilities-post-block__unit-secondary.-reverse {
  margin-bottom: 3.5em;
  margin-left: 0;
  max-width: inherit;
}

.p-research-facilities-post-block__title.-ja {
  background: #87bd42;
  color: #fff;
  font-size: 2.125rem;
  margin-bottom: .38235em;
  padding: .23529em;
  text-align: center;
}

.p-research-facilities-post-block__title.-en {
  font-size: 1.375rem;
  margin-bottom: .90909em;
  padding-left: 1.09091em;
}

.p-research-facilities-post-block__lead {
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 1em;
}

.p-research-facilities-post-block__term {
  margin-right: 1.5em;
  text-align: center;
  width: 106px;
}

.p-research-facilities-post-block__term p {
  background: #87bd42;
  color: #fff;
  font-size: 1.25rem;
}

.p-research-facilities-post-block__term.-primary {
  margin-bottom: 1.5em;
}

.p-research-facilities-post-block__term.-secondary {
  margin-bottom: 1.5em;
}

.p-research-facilities-post-block__list {
  margin-bottom: 1.5em;
}

.p-research-facilities-post-block__description p {
  font-size: 1.125rem;
  line-height: 2;
}

.p-research-facilities-post-block__heading p {
  font-size: 1.625rem;
  font-weight: 700;
}

.p-research-facilities-post-block__wysiwyg h1,
.p-research-facilities-post-block__wysiwyg h2,
.p-research-facilities-post-block__wysiwyg h3,
.p-research-facilities-post-block__wysiwyg h4,
.p-research-facilities-post-block__wysiwyg h5,
.p-research-facilities-post-block__wysiwyg h6 {
  font-weight: 500;
  margin-bottom: .4em;
}

.p-research-facilities-post-block__wysiwyg p {
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: .44444em;
}

.p-research-facilities-post-block__wysiwyg h1 {
  font-size: 1.75rem;
}

.p-research-facilities-post-block__wysiwyg h2 {
  font-size: 1.625rem;
}

.p-research-facilities-post-block__wysiwyg h3 {
  font-size: 1.5rem;
}

.p-research-facilities-post-block__wysiwyg h4 {
  font-size: 1.375rem;
}

.p-research-facilities-post-block__wysiwyg h5 {
  font-size: 1.25rem;
}

.p-research-facilities-post-block__wysiwyg h6 {
  font-size: 1.125rem;
}

.p-research-facilities-post-block__wysiwyg ul {
  list-style: inside disc;
  margin-bottom: .5em;
}

.p-research-facilities-post-block__wysiwyg ul li {
  list-style: inside disc;
}

.p-research-facilities-post-block__wysiwyg ol {
  list-style: inside decimal;
  margin-bottom: .5em;
}

.p-research-facilities-post-block__wysiwyg ol li {
  list-style: inside decimal;
}

.p-research-facilities-post-block__wysiwyg strong {
  font-weight: bold;
}

.p-research-facilities-post-block__wysiwyg em {
  font-style: italic;
}

.p-research-facilities-post-block__wysiwyg a {
  color: #292f89;
}

.p-research-facilities-post-block__wysiwyg a:focus {
  color: rgba(41, 47, 137, .6);
  text-decoration: underline;
}

.ua-ie .p-research-facilities-post-block__wysiwyg a:hover {
  color: rgba(41, 47, 137, .6);
  text-decoration: underline;
}

.p-research-facilities-post-block__wysiwyg blockquote {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
  background: #f9f9f9;
  display: block;
  padding: 1em;
}

.p-research-facilities-post-block__wysiwyg pre {
  -moz-tab-size: 2;
  -o-tab-size: 2;
  border: 1px solid #231815;
  font-size: .875rem;
  margin: .57143em 0;
  overflow: auto;
  padding: 1.14286em;
  tab-size: 2;
}

.p-results-block__head {
  padding-top: 6.51042%;
}

.p-results-block__body {
  padding-top: 18.22917%;
}

.p-results-block__unit:not(:last-of-type) {
  margin-bottom: 9.11458%;
}

.p-results-block__unit-primary {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.p-results-block__unit-primary:not(:last-of-type) {
  margin-bottom: 9.11458%;
}

.p-results-block__title.-heading3 {
  margin-bottom: 1em;
}

.p-results-block__title.-heading4 {
  margin-bottom: 1.5em;
}

.p-results-block__list {
  font-size: 1.1875rem;
  letter-spacing: 0;
  position: relative;
}

.p-results-block__list:not(:last-of-type) {
  margin-bottom: 1.15789em;
}

.p-results-block__list::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1.84211em;
  left: 0%;
  position: absolute;
  right: 0;
  top: -.15789em;
  vertical-align: middle;
  width: 1.84211em;
}

.p-results-block__list.-icon1::before {
  background-image: url("../images/about-fucubic/results/icon1.svg");
}

.p-results-block__list.-icon2::before {
  background-image: url("../images/about-fucubic/results/icon2.svg");
}

.p-results-block__list.-icon3::before {
  background-image: url("../images/about-fucubic/results/icon3.svg");
}

.p-results-block__list.-icon4::before {
  background-image: url("../images/about-fucubic/results/icon4.svg");
}

.p-results-block__list.-icon5::before {
  background-image: url("../images/about-fucubic/results/icon5.svg");
}

.p-results-block__list.-icon6::before {
  background-image: url("../images/about-fucubic/results/icon6.svg");
}

.p-results-block__list.-icon7::before {
  background-image: url("../images/about-fucubic/results/icon7.svg");
}

.p-results-block__list.-icon8::before {
  background-image: url("../images/about-fucubic/results/icon8.svg");
}

.p-results-block__list.-icon9::before {
  background-image: url("../images/about-fucubic/results/icon9.svg");
}

.p-results-block__list.-icon10::before {
  background-image: url("../images/about-fucubic/results/icon10.svg");
}
.p-results-block__list.-icon11::before {
  background-image: url("../images/about-fucubic/results/icon11.svg");
}
.p-results-block__list.-icon12::before {
  background-image: url("../images/about-fucubic/results/icon12.svg");
}
.p-results-block__list.-icon13::before {
  background-image: url("../images/about-fucubic/results/icon13.svg");
}
.p-results-block__list.-icon14::before {
  background-image: url("../images/about-fucubic/results/icon14.svg");
}
.p-results-block__list.-icon15::before {
  background-image: url("../images/about-fucubic/results/icon15.svg");
}

.p-results-block__list a {
  color: #231815;
}

.p-results-block__list a:focus {
  text-decoration: underline;
}

.ua-ie .p-results-block__list a:hover {
  text-decoration: underline;
}

.p-results-block__list-inner {
  padding-left: 2.26316em;
}

.p-results-block__tag {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  text-align: center;
}

.p-results-block__tag li {
  width: 181px;
}

.p-results-block__tag li:not(:last-of-type) {
  margin: 0 1.3125em 1.3125em 0;
}

.p-results-block__tag li a:focus {
  -webkit-transition: all .2s linear;
  opacity: .8;
  transition: all .2s linear;
}

.ua-ie .p-results-block__tag li a:hover {
  -webkit-transition: all .2s linear;
  opacity: .8;
  transition: all .2s linear;
}

.p-results-block__table {
  border-collapse: separate;
  border-right: 1px solid #11a196;
  border-spacing: 0;
  border-top: 1px solid #11a196;
  width: 100%;
}

.p-results-block__table th {
  background-color: #e6e6e5;
  border-bottom: 1px solid #11a196;
  border-left: 1px solid #11a196;
  font-size: 1.1875rem;
  font-weight: 400;
  padding: .52632em;
  text-align: center;
  vertical-align: middle;
}

.p-results-block__table td {
  background-color: #fff;
  border-bottom: 1px solid #11a196;
  border-left: 1px solid #11a196;
  font-size: 1.125rem;
  padding: .55556em;
}

.p-results-block__table-small {
  padding-top: .5em;
}

.p-results-block__table-small small {
  font-size: 1.125rem;
}

.p-results-block__table-small small a {
  color: #11a196;
}

.p-results-block__table-small small a:focus {
  text-decoration: underline;
}

.ua-ie .p-results-block__table-small small a:hover {
  text-decoration: underline;
}

.p-results-block__link {
  color: #11a196 !important;
  font-size: 1.125rem !important;
  text-decoration: underline !important;
}

.p-results-block__link:focus {
  text-decoration: none !important;
}

.ua-ie .p-results-block__link:hover {
  text-decoration: none !important;
}

.p-results-block__text {
  margin-bottom: 1.875em;
}

.p-results-block__text span {
  padding-right: .5em;
}

.p-results-block__text p {
  font-size: 1.125rem;
}

.p-results-block__text p a {
  color: #231815;
}

.p-results-block__text p a:focus {
  text-decoration: underline;
}

.ua-ie .p-results-block__text p a:hover {
  text-decoration: underline;
}

.ooo {
  color: #11a196;
  font-size: 1.125rem;
}

.ooo:focus {
  text-decoration: underline;
}

.ua-ie .ooo:hover {
  text-decoration: underline;
}

.p-results-block__head .p-results-block__list-text {
  text-align: left;
}

.p-results-block__head .p-results-block__list-text.-en {
  line-height: 1.5;
}

.p-results-block__head .p-results-block__list-text.-ja {
  line-height: 1.5;
}

.p-results-block__head .p-results-block__list-text span {
  font-size: 1.375rem;
}

.p-results-block__body .p-results-block__list-text {
  text-align: left;
}

.p-results-block__body .p-results-block__list-text.-en {
  line-height: 2.2;
}

.p-results-block__body .p-results-block__list-text.-ja {
  line-height: 2.2;
}

.p-results-block__body .p-results-block__list-text span {
  font-size: 1.375rem;
  font-weight: 700;
}

.p-technical-informatio-block__unit:not(:last-of-type) {
  margin-bottom: 3.5em;
}

.p-technical-informatio-block__title {
  margin-bottom: 4em;
  text-align: center;
}

.p-technical-informatio-block__title h2 {
  background: #52b8da;
  border-bottom: .14286em solid #2ca5cd;
  border-radius: 4px;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 8px;
}

.p-technical-informatio-block__lead {
  margin-bottom: 4.5em;
}

.p-technical-informatio-block__lead p {
  font-size: 1.1875rem;
  line-height: 2;
}

.p-technical-informatio-block__list {
  margin-bottom: 2.1875em;
  margin-top: 3.375em;
}

.p-technical-informatio-block__term {
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  text-align: center;
  width: 100%;
}

.p-technical-informatio-block__term p {
  background-color: #df5461;
  border-bottom: .16667em solid #c1727a;
  border-radius: 4px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}

.p-technical-informatio-block__description {
  width: 100%;
}

.p-technical-informatio-block__description p {
  font-size: 1.1875rem;
  line-height: 2;
}

.p-technical-informatio-block__wysiwyg h1,
.p-technical-informatio-block__wysiwyg h2,
.p-technical-informatio-block__wysiwyg h3,
.p-technical-informatio-block__wysiwyg h4,
.p-technical-informatio-block__wysiwyg h5,
.p-technical-informatio-block__wysiwyg h6 {
  font-weight: 500;
  margin-bottom: .4em;
}

.p-technical-informatio-block__wysiwyg p {
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: .44444em;
}

.p-technical-informatio-block__wysiwyg h1 {
  font-size: 1.75rem;
}

.p-technical-informatio-block__wysiwyg h2 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-top: 2px solid #6c9735;
  font-size: 1.625rem;
  padding: .30769em 0;
}

.p-technical-informatio-block__wysiwyg h3 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: 1.5rem;
  padding-bottom: .33333em;
  position: relative;
}

.p-technical-informatio-block__wysiwyg h3::after {
  border-bottom: 1px solid #6c9735;
  bottom: -1px;
  content: ".";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 30%;
}

.p-technical-informatio-block__wysiwyg h4 {
  font-size: 1.375rem;
}

.p-technical-informatio-block__wysiwyg h5 {
  font-size: 1.25rem;
}

.p-technical-informatio-block__wysiwyg h6 {
  font-size: 1.125rem;
}

.p-technical-informatio-block__wysiwyg ul {
  list-style: inside disc;
  margin-bottom: .5em;
}

.p-technical-informatio-block__wysiwyg ul li {
  list-style: inside disc;
}

.p-technical-informatio-block__wysiwyg ol {
  list-style: inside decimal;
  margin-bottom: .5em;
}

.p-technical-informatio-block__wysiwyg ol li {
  list-style: inside decimal;
}

.p-technical-informatio-block__wysiwyg strong {
  font-weight: bold;
}

.p-technical-informatio-block__wysiwyg em {
  font-style: italic;
}

.p-technical-informatio-block__wysiwyg a {
  color: #30a1d2;
}

.p-technical-informatio-block__wysiwyg a:focus {
  color: rgba(48, 161, 210, .6);
  text-decoration: underline;
}

.ua-ie .p-technical-informatio-block__wysiwyg a:hover {
  color: rgba(48, 161, 210, .6);
  text-decoration: underline;
}

.p-technical-informatio-block__wysiwyg blockquote {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
  background: #f9f9f9;
  display: block;
  padding: 1em;
}

.p-technical-informatio-block__wysiwyg pre {
  -moz-tab-size: 2;
  -o-tab-size: 2;
  border: 1px solid #231815;
  font-size: .875rem;
  margin: .57143em 0;
  overflow: auto;
  padding: 1.14286em;
  tab-size: 2;
}

.p-technical-informatio-block__wysiwyg dl {
  font-size: 1.125rem;
  line-height: 2;
}
.p-technical-informatio-block__wysiwyg dl dt a,.p-technical-informatio-block__wysiwyg dl dt a:visited {
    background-color: #30a1d2;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    width: 50%;
    display: block;
    margin: 5em auto 0;
    padding: 0.5em 0;
    text-align: center;
    line-height: 1.5;
}
.p-technical-informatio-block__wysiwyg dl dt a:hover,.p-technical-informatio-block__wysiwyg dl dt a:active {
    background-color: #5CB5DB;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.p-technical-informatio-block__wysiwyg dl dd{
  margin:1em 0 0; 
}

.ua-ie .p-technical-informatio-block__title h2 {
  padding: .51429em .68571em 0 .68571em;
}

.ua-ie .p-technical-informatio-block__term p {
  height: 36px;
  line-height: 43px;
}

.p-top-block__primary {
  padding-bottom: 5.20833%;
  padding-top: 18.22917%;
}

.p-top-block__secondary {
  padding-bottom: 11.71875%;
  padding-top: 11.71875%;
}

.p-top-block-info__primary {
  margin-bottom: 10.41667%;
}

.p-top-block-info__secondary {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-top-block-info__list {
  margin-bottom: 24px;
}

.p-top-block-info__list.-col1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.p-top-block-info__list.-col2 {
  width: 100%;
}

.p-top-block-info__movie p {
  color: #333;
  font-size: 1.5rem;
  padding-top: .6em;
  text-align: center;
}

.p-top-block-info__iframe {
  height: 100%;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.p-top-block-info__iframe > iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.p-top-block-banner {
  text-align: center;
}

.p-top-block-banner.-primary {
  padding-top: 2.60417%;
}

.p-top-block-banner.-secondary {
  padding-top: 3.90625%;
}

.p-top-block-banner.-tertiary {
  padding-top: 7.8125%;
}

/* Javascript
--------------------------------------------- */
#js-header.is-fixed {
  background: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* Loading背景画面設定　*/
#js-splash {
  background: #fff;
  color: #fff;
  height: 100%;

  /* fixedで全面に固定 */
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9999;
}

/* Loading画像中央配置　*/
#js-splash_logo {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#js-splash_logo img {
  width: 260px;
}

/* Utility
--------------------------------------------- */
.u-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-auto-top {
  margin-top: auto;
}

.u-auto-right {
  margin-right: auto;
}

.u-auto-bottom {
  margin-bottom: auto;
}

.u-auto-left {
  margin-left: auto;
}

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

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

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

.u-just {
  text-align: justify;
  text-justify: inter-ideograph;
}

.u-align.-top {
  vertical-align: top;
}

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

.u-align.-revert {
  vertical-align: revert;
}

.u-clearfix {
  display: block;
}

.u-clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.u-clearfix::before {
  clear: both;
  content: "";
  display: block;
}

.u-sp {
  display: block;
}

.u-sp.-sm {
  display: none;
}

.u-sp.-md {
  display: none;
}

.u-sp.-lg {
  display: none;
}

.u-sp.-xl {
  display: none;
}

.u-pc {
  display: none;
}

.u-pc.-sm {
  display: block;
}

.u-pc.-md {
  display: block;
}

.u-pc.-lg {
  display: block;
}

.u-pc.-xl {
  display: block;
}

.u-lh-none {
  line-height: 1;
}

.u-lh-sm {
  line-height: 1.25;
}

.u-lh-md {
  line-height: 1.5;
}

.u-lh-lg {
  line-height: 1.75;
}

.u-lh-xl {
  line-height: 2;
}

.u-ls-none {
  letter-spacing: 0;
}

.u-ls-sm {
  letter-spacing: .025em;
}

.u-ls-md {
  letter-spacing: .05em;
}

.u-ls-lg {
  letter-spacing: .075em;
}

.u-ls-xl {
  letter-spacing: .1em;
}

.u-ft-16 {
  font-size: 1rem !important;
}

.u-ft-20 {
  font-size: 1.25rem !important;
}

.u-ft-24 {
  font-size: 1.5rem !important;
}

.u-ft-28 {
  font-size: 1.75rem !important;
}

.u-ft-32 {
  font-size: 2rem !important;
}

.u-ft-36 {
  font-size: 2.25rem !important;
}

.u-ft-40 {
  font-size: 2.5rem !important;
}

.u-del {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.u-color-red {
  color: #c90926;
}

.u-hover {
  display: block;
}

.u-hover:focus {
  -webkit-transition: all .2s linear;
  opacity: .8;
  transition: all .2s linear;
}

.ua-ie .u-hover:hover {
  -webkit-transition: all .2s linear;
  opacity: .8;
  transition: all .2s linear;
}

.u-none-hover {
  pointer-events: none;
}

.u-link.-black {
  color: #231815;
}

.u-link.-black:focus {
  text-decoration: underline;
}

.ua-ie .u-link.-black:hover {
  text-decoration: underline;
}

.u-mt8 {
  margin-top: .5em !important;
}

.u-mr8 {
  margin-right: .5em !important;
}

.u-mb8 {
  margin-bottom: .5em !important;
}

.u-ml8 {
  margin-left: .5em !important;
}

.u-mtb8 {
  margin: .5em 0 !important;
}

.u-mlr8 {
  margin: 0 .5em !important;
}

.u-m8 {
  margin: .5em !important;
}

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

.u-mr16 {
  margin-right: 1em !important;
}

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

.u-ml16 {
  margin-left: 1em !important;
}

.u-mtb16 {
  margin: 1em 0 !important;
}

.u-mlr16 {
  margin: 0 1em !important;
}

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

.u-mt24 {
  margin-top: 1.5em !important;
}

.u-mr24 {
  margin-right: 1.5em !important;
}

.u-mb24 {
  margin-bottom: 1.5em !important;
}

.u-ml24 {
  margin-left: 1.5em !important;
}

.u-mtb24 {
  margin: 1.5em 0 !important;
}

.u-mlr24 {
  margin: 0 1.5em !important;
}

.u-m24 {
  margin: 1.5em !important;
}

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

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

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

.u-ml32 {
  margin-left: 2em !important;
}

.u-mtb32 {
  margin: 2em 0 !important;
}

.u-mlr32 {
  margin: 0 2em !important;
}

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

.u-mt40 {
  margin-top: 2.5em !important;
}

.u-mr40 {
  margin-right: 2.5em !important;
}

.u-mb40 {
  margin-bottom: 2.5em !important;
}

.u-ml40 {
  margin-left: 2.5em !important;
}

.u-mtb40 {
  margin: 2.5em 0 !important;
}

.u-mlr40 {
  margin: 0 2.5em !important;
}

.u-m40 {
  margin: 2.5em !important;
}

.u-mt0 {
  margin: 0 !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-pt8 {
  padding-top: .5em !important;
}

.u-pr8 {
  padding-right: .5em !important;
}

.u-pb8 {
  padding-bottom: .5em !important;
}

.u-pl8 {
  padding-left: .5em !important;
}

.u-ptb8 {
  padding: .5em 0 !important;
}

.u-plr8 {
  padding: 0 .5em !important;
}

.u-p8 {
  padding: .5em !important;
}

.u-pt16 {
  padding-top: 1em !important;
}

.u-pr16 {
  padding-right: 1em !important;
}

.u-pb16 {
  padding-bottom: 1em !important;
}

.u-pl16 {
  padding-left: 1em !important;
}

.u-ptb16 {
  padding: 1em 0 !important;
}

.u-plr16 {
  padding: 0 1em !important;
}

.u-p16 {
  padding: 1em !important;
}

.u-pt24 {
  padding-top: 1.5em !important;
}

.u-pr24 {
  padding-right: 1.5em !important;
}

.u-pb24 {
  padding-bottom: 1.5em !important;
}

.u-pl24 {
  padding-left: 1.5em !important;
}

.u-ptb24 {
  padding: 1.5em 0 !important;
}

.u-plr24 {
  padding: 0 1.5em !important;
}

.u-p24 {
  padding: 1.5em !important;
}

.u-pt32 {
  padding-top: 2em !important;
}

.u-pr32 {
  padding-right: 2em !important;
}

.u-pb32 {
  padding-bottom: 2em !important;
}

.u-pl32 {
  padding-left: 2em !important;
}

.u-ptb32 {
  padding: 2em 0 !important;
}

.u-plr32 {
  padding: 0 2em !important;
}

.u-p32 {
  padding: 2em !important;
}

.u-pt40 {
  padding-top: 2.5em !important;
}

.u-pr40 {
  padding-right: 2.5em !important;
}

.u-pb40 {
  padding-bottom: 2.5em !important;
}

.u-pl40 {
  padding-left: 2.5em !important;
}

.u-ptb40 {
  padding: 2.5em 0 !important;
}

.u-plr40 {
  padding: 0 2.5em !important;
}

.u-p40 {
  padding: 2.5em !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.u-width10 {
  width: 10% !important;
}

.u-width15 {
  width: 15% !important;
}

.u-width20 {
  width: 20% !important;
}

.u-width25 {
  width: 25% !important;
}

.u-width30 {
  width: 30% !important;
}

.u-width35 {
  width: 35% !important;
}

.u-width40 {
  width: 40% !important;
}

.u-width45 {
  width: 45% !important;
}

.u-width50 {
  width: 50% !important;
}

.u-width55 {
  width: 55% !important;
}

.u-width60 {
  width: 60% !important;
}

.u-width65 {
  width: 65% !important;
}

.u-width70 {
  width: 70% !important;
}

.u-width75 {
  width: 75% !important;
}

.u-width80 {
  width: 80% !important;
}

.u-width85 {
  width: 85% !important;
}

.u-width90 {
  width: 90% !important;
}

.u-width95 {
  width: 95% !important;
}

.u-width100 {
  width: 100% !important;
}

.u-max-width0 {
  max-width: initial !important;
}

.u-max-width100 {
  max-width: 100% !important;
}

.u-width0 {
  width: auto !important;
}

/* --------------------------------------------------------------
# Page
-------------------------------------------------------------- */
.organization_en .p-organization-block__primary-content h3 {
  margin-bottom: .75em;
  max-height: 3em;
  width: 100%;
}

.organization_en .p-organization-block__primary-item {
  letter-spacing: .025em;
}

.organization_en .p-organization-block__primary-item li:not(:last-of-type) {
  margin-bottom: .75em;
}

.organization_en .p-organization-block__primary-item li > p {
  background: #27a1d3;
  color: #fff;
  font-size: 1.125rem;
  margin-right: 0;
  max-height: initial;
  min-width: 110px;
  text-align: center;
}

.organization_en .p-organization-block__primary-item div p:first-of-type {
  margin-right: .75em;
  min-width: initial;
  width: 150px;
}

.organization_en .p-organization-block__primary-item div p:last-child {
  width: 100%;
}

.postid-1757 .p-academia-block-sec1__primary p,
.postid-1757 .p-academia-block-sec2__primary p {
  text-align: left;
}

.postid-1757 .p-members-block__title.-board-members {
  background-size: 100%;
}

.postid-1757 .p-members-block__title {
  font-size: 1.8rem;
  height: 100px;
  line-height: 100px;
  max-width: 488px;
}

.postid-1769 .p-business-block li > p {
  width: 100%;
}

.postid-2007 .p-greeting-block__description p {
  text-align: left;
}

.research-faci_en .c-page-nav__list a img {
  height: 23px;
}

.single-research-faci_en .p-research-facilities-post-block__title.-ja {
  text-align: left;
}

.single-research-faci_en .p-research-facilities-post-block__term {
  margin-right: 1.5em;
  max-width: 150px;
  text-align: left;
  width: 100%;
}

.single-research-faci_en .p-research-facilities-post-block__term p {
  letter-spacing: 0;
  padding: 0 .4em;
  word-break: break-all;
}

.technical-info_en .c-page-nav__list a img {
  height: 26px;
}

.technical-info_en .p-technical-informatio-block__term {
  text-align: left;
}

.technical-info_en .p-technical-informatio-block__term p {
  font-size: .9375rem;
  letter-spacing: 0;
  line-height: 1.25;
  padding: .26667em .53333em;
  word-break: break-all;
}

/* --------------------------------------------------------------
# Lib
-------------------------------------------------------------- */

/* --------------------------------------------------------------
# Wordpress
-------------------------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  margin: .8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 5px 0 5px 8px;
}

.alignleft {
  float: left;
  margin: 5px 8px 5px 0;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.entry-1 img[class*="wp-image-"],
.entry-1 img[class*="attachment-"] {
  margin: 5px;
}

.af-box {
  overflow: hidden;
}

.af-box li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.af-box .first {
  margin-left: 0;
}

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.widget ul li {
  padding-left: .5em;
}

.widget ul li:not(:last-of-type) {
  margin-bottom: .75em;
}

.widget ul li::before {
  color: #231815;
  content: "-";
  margin-right: 5px;
}

.widget ul li a {
  color: #231815;
  font-size: 1.1875rem;
}

.widget-title {
  border-left: .16667em solid #6c9735;
  color: #363636;
  font-size: 1.3125rem;
  font-weight: 500;
  margin-bottom: 1em;
  padding-left: .33333em;
}

/**
 * error message
 */
.mw_wp_form .error {
  color: #b70000;
  display: block;
  font-size: 93%;
}

/**
 * error message of akismet
 */
.mw_wp_form .akismet_error {
  display: block;
}

/**
 * vertical style of radio and checkbox
 */
.mw_wp_form .vertical-item {
  display: block;
}

.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 5px;
}

/**
 * horizontal style of radio and checkbox
 */
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 10px;
}

/**
 * radio and checkbox
 */
.mwform-checkbox-field label,
.mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  margin-right: 5px;
}

/**
 * datepicker
 */
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  margin: 0 5px;
  width: 40%;
}

/**
 * deprecated message
 */
.mw-wp-form-deprecated-message {
  background: #fdeeee;
  border: 1px solid #f7bdb8;
  border-radius: 5px;
  color: #af4040;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 1em;
}

/**
 * file
 */
.mw_wp_form input[type="file"] {
  display: inline-block;
}

/**
 * file delete button
 */
.mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}

/**
 * tel
 */
.mwform-tel-field input[type="text"] {
  display: inline-block;
  width: 30% !important;
}

/**
 * zip
 */
.mwform-zip-field input[type="text"] {
  width: 55% !important;
}

.mwform-zip-field input[name="zip[data][0]"] {
  width: 30% !important;
}

.wp-pagenavi {
  clear: both;
  margin-bottom: 5.20833%;
  padding-top: 2.08333%;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  -webkit-transition: .2s ease-in-out;
  background-color: #fff;
  border: solid 1px #e0e0d2;
  border-radius: 3px;
  color: #999;
  margin: 0 .125em;
  padding: .5em .9375em;
  text-align: center;
  text-decoration: none;
  transition: .2s ease-in-out;
  white-space: nowrap;
}

.wp-pagenavi a:focus {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

.ua-ie .wp-pagenavi a:hover {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

.wp-pagenavi span.current {
  background-color: #87bd42;
  border-color: #87bd42;
  color: #fff;
  font-weight: 500;
}

@media screen and (min-width: 768px) {

  html {
    font-size: 100%;
  }

  body {
    margin: 0;
  }

  a [href^="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }

  .l-block {
    padding-bottom: 140px;
    padding-top: 50px;
  }

  .l-block__menu {
    padding-bottom: 240px;
    padding-top: 50px;
  }

  .l-block__menu-nav {
    padding-top: 100px;
  }

  .l-block__bg-senary {
    padding-top: 220px;
  }

  .l-block__bg-septenary {
    background-position: top, bottom -11vw center;
    background-size: 100%;
  }

  .l-card-2to1 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-flex-wrap: wrap;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.34%;
    margin-right: -1.34%;
  }

  .l-card-2to1 .l-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.32%;
    flex: 0 0 47.32%;
    margin-bottom: 2.68%;
    margin-left: 1.34%;
    margin-right: 1.34%;
  }

  .l-card-2to1 .l-card > *:last-child {
    margin-bottom: 0 !important;
  }

  .l-card-3to1 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-flex-wrap: wrap;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.34%;
    margin-right: -1.34%;
  }

  .l-card-3to1 .l-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.65%;
    flex: 0 0 30.65%;
    margin-bottom: 2.68%;
    margin-left: 1.34%;
    margin-right: 1.34%;
  }

  .l-card-3to1 .l-card > *:last-child {
    margin-bottom: 0 !important;
  }

  .l-card-4to1 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-flex-wrap: wrap;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.34%;
    margin-right: -1.34%;
  }

  .l-card-4to1 .l-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.32%;
    flex: 0 0 22.32%;
    margin-bottom: 2.68%;
    margin-left: 1.34%;
    margin-right: 1.34%;
  }

  .l-card-4to1 .l-card > *:last-child {
    margin-bottom: 0 !important;
  }

  .l-row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-flex-wrap: wrap;
    align-items: stretch;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.777%;
    margin-right: -1.777%;
  }

  [class*="l-col-"] {
    -webkit-box-sizing: border-box;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    box-sizing: border-box;
    display: block;
    margin-bottom: 1.777%;
    margin-left: 1.777%;
    margin-right: 1.777%;
  }

  [class*="l-col-"] > *:last-child {
    margin-bottom: 0 !important;
  }

  .l-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.11267%;
    flex: 0 0 13.11267%;
  }

  .l-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21.446%;
    flex: 0 0 21.446%;
  }

  .l-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.77933%;
    flex: 0 0 29.77933%;
  }

  .l-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46.446%;
    flex: 0 0 46.446%;
  }

  .l-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63.11267%;
    flex: 0 0 63.11267%;
  }

  .l-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 96.446%;
    flex: 0 0 96.446%;
  }

  .l-column2 .l-column-child {
    width: calc((100% - (32px * 2)) / 2);
  }

  .l-column3::after,
  .l-column3 .l-column-child {
    width: calc((100% - (32px * 2)) / 3);
  }

  .l-column4::before,
  .l-column4::after,
  .l-column4 .l-column-child {
    width: calc((100% - (32px * 2)) / 4);
  }

  .l-container {
    padding-top: 0;
  }

  .l-flex.-wrap-md {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-flex.-reverse-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .l-flex.-vertical-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-flex.-side-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .l-flex.-left-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .l-flex.-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-flex.-right-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-flex.-justify-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-flex.-evenly-md {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .l-flex.-top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-flex.-middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-flex.-bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .l-flex.-base-md {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .l-flex .-order-md1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .l-flex .-order-md2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .l-flex .-order-md3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .l-float.-left-md {
    float: left;
  }

  .l-float.-right-md {
    float: right;
  }

  .l-float.-clear-md {
    clear: both;
  }

  .l-float.-overflow-md {
    overflow: hidden;
  }

  .l-float.-none-md {
    float: none;
  }

  .l-footer__head {
    padding-top: 32px;
  }

  .l-footer__title {
    margin-bottom: 50px;
    text-align: left;
  }

  .l-footer__title a img {
    height: auto;
    width: auto;
  }

  .l-footer__title.-en a img {
    height: 84px;
  }

  .l-footer__nav-pc {
    display: block;
  }

  .l-footer__foot {
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .l-footer__nav-sp {
    display: none;
  }

  .l-grid.-md1 {
    -ms-grid-columns: none;
    grid-template-columns: none;
  }

  .l-grid.-md2 {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .l-grid.-md3 {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .l-grid.-md4 {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }

  .l-grid.-md5 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }

  .l-grid.-md6 {
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
  }

  .l-grid.-md7 {
    -ms-grid-columns: (1fr) [7];
    grid-template-columns: repeat(7, 1fr);
  }

  .l-grid.-md8 {
    -ms-grid-columns: (1fr) [8];
    grid-template-columns: repeat(8, 1fr);
  }

  .l-header {
    -webkit-box-shadow: initial;
    box-shadow: initial;
    height: auto;
    position: static;
    width: 100%;
  }

  .l-header__inner {
    padding: 16px;
  }

  .l-header__title {
    position: initial;
  }

  .l-header__title a img {
    width: auto;
  }

  .l-header__nav-pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
  }

  .l-menu {
    padding-bottom: 240px;
    padding-top: 50px;
  }

  .c-card__description > div span {
    font-size: 150%;
    top: -7px;
  }

  .c-heading__title img {
    display: inline-block;
  }

  .c-heading__title img:first-of-type {
    margin-bottom: 0;
    margin-right: 1.875em;
  }

  .c-headline {
    margin-bottom: 90px;
    max-width: 550px;
    width: 61.11111%;
  }

  .c-headline__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: .75em .5em;
  }

  .c-headline__date {
    margin-bottom: 0;
    margin-right: 1em;
  }

  .h-archive.c-headline__item {
    margin-bottom: 90px;
  }

  .h-members.c-headline__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }

  .c-hero__inner {
    padding-bottom: 60px;
    padding-top: 400px;
  }

  .c-mainvisual {
    margin-top: 0;
  }

  .c-mainvisual__title {
    margin-bottom: 60px;
  }

  .c-mainvisual__title img {
    width: auto;
  }

  .c-map {
    height: 100%;
  }

  .c-page-nav {
    margin-bottom: 86px;
    padding-top: 60px;
  }

  .c-page-nav__list:not(:last-of-type) {
    margin: 0 1em 1.5em 0;
  }

  .c-page-nav__list a img {
    height: auto;
  }

  .c-page-top {
    background: none;
    bottom: 380px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 50px;
    text-align: center;
    text-align: initial;
    z-index: 100;
  }

  .c-page-top__img .-sp {
    display: none;
  }

  .c-page-top__img .-pc {
    display: inline-block;
  }

  .c-previous {
    margin-bottom: 40px;
    padding-top: 50px;
  }

  .c-timeline {
    text-align: left;
  }

  .p-about-fucubic-block {
    padding-bottom: 240px;
    padding-top: 50px;
  }

  .p-about-fucubic-block__primary {
    padding-top: 100px;
  }

  .p-about-fuelcells-block__unit:not(:last-of-type) {
    margin-bottom: 120px;
    padding-top: 40px;
  }

  .p-about-fuelcells-block__unit.h-padding-top-none {
    padding-top: 40px;
  }

  .p-about-fuelcells-block-sec1__primary {
    margin-bottom: 100px;
  }

  .p-about-fuelcells-block-sec1__secondary {
    margin-bottom: 100px;
  }

  .p-about-fuelcells-block-sec1__tertiary {
    margin-bottom: 160px;
  }

  .p-about-fuelcells-block-sec1__quaternary {
    margin-bottom: 100px;
  }

  .p-about-fuelcells-block-sec1__img.-primary {
    margin-left: 0;
    margin-top: 0;
    width: 38%;
  }

  .p-about-fuelcells-block-sec1__content.-primary {
    width: 60%;
  }

  .p-about-fuelcells-block-sec1__title {
    text-align: left;
  }

  .p-about-fuelcells-block-sec2__primary {
    margin-bottom: 136px;
  }

  .p-about-fuelcells-block-sec2__secondary {
    margin-bottom: 96px;
  }

  .p-about-fuelcells-block-sec2__tertiary {
    margin-bottom: 96px;
  }

  .p-about-fuelcells-block-sec2__quaternary {
    margin-bottom: 96px;
  }

  .p-about-fuelcells-block-sec2__img.-primary {
    margin-bottom: -60px;
    width: auto;
  }

  .p-about-fuelcells-block-sec2__menu {
    margin-bottom: 0;
    max-width: 395px;
    padding-right: 40px;
    width: 42%;
  }

  .p-about-fuelcells-block-sec3__primary {
    margin-bottom: 136px;
  }

  .p-about-fuelcells-block-sec3__tertiary {
    margin-bottom: 160px;
  }

  .p-about-fuelcells-block-sec3__quaternary {
    margin-bottom: 100px;
  }

  .p-about-fuelcells-block-sec3__img {
    max-width: 395px;
    width: 47%;
  }

  .p-about-fuelcells-block-sec3__img-bottom {
    text-align: left;
    width: auto;
    width: 70%;
  }

  .p-about-fuelcells-block-sec3__content {
    width: 53%;
  }

  .p-academia-block__unit:not(:last-of-type) {
    margin-bottom: 160px;
    padding-top: 70px;
  }

  .p-access-block__primary {
    margin-bottom: 96px;
    padding-top: 50px;
  }

  .p-access-block__secondary {
    margin-bottom: 96px;
  }

  .p-access-block__secondary-inner address {
    margin-right: 1.33333em;
    width: 380px;
  }

  .p-access-block__tertiary-body ul li img {
    height: auto;
    height: initial;
  }

  .p-business-block__lead {
    margin-bottom: 140px;
    padding-top: 50px;
  }

  .p-business-block__unit:not(:last-of-type) {
    margin-bottom: 140px;
  }

  .p-business-block__item {
    padding-top: 42px;
  }

  .p-business-block__item li > p {
    margin-bottom: 0;
    margin-right: 1.81818em;
    min-width: 140px;
  }

  .p-contact-block__item {
    margin-top: 60px;
  }

  .p-contact-block__list.-submit input[type="submit"] {
    height: 64px;
    line-height: 64px;
    width: 230px;
  }

  .p-contact-block__list.-back input[type="submit"] {
    height: 64px;
    line-height: 64px;
    width: 120px;
  }

  .p-contact-block__header-button a {
    height: 64px;
    line-height: 64px;
    width: 230px;
  }

  .p-contact-block__footer {
    padding-top: 130px;
  }

  .p-contact-block-table__data.-primary select[name="contents"] {
    width: 60%;
  }

  .p-contact-block-table__data.-tertiary select[name="prefecture"] {
    width: 60%;
  }

  .p-greeting-block__primary {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 80px;
    padding-top: 50px;
    width: auto;
    width: initial;
  }

  .p-greeting-block__primary-img {
    margin-bottom: 0;
  }

  .p-greeting-block__primary-sign img {
    width: auto;
    width: initial;
  }

  .p-greeting-block__description {
    padding-top: 50px;
  }

  .p-link-block__unit:not(:last-of-type) {
    margin-bottom: 70px;
  }

  .p-log-block__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .p-log-block__form {
    margin-left: 0;
    margin-right: 0;
    max-width: initial;
    width: calc((100% - 56px) / 3);
  }

  .p-log-block__form:not(:last-of-type) {
    margin-bottom: 0;
  }

  .p-log-block__header img {
    width: 30%;
  }

  .p-log-block__err {
    padding-top: 50px;
  }

  .p-members-block {
    padding-bottom: 380px;
    padding-top: 50px;
  }

  .p-members-block__header {
    margin-bottom: 40px;
    padding-top: 70px;
  }

  .p-members-block__text {
    margin-bottom: 0;
  }

  .p-menu-block {
    padding-bottom: 240px;
    padding-top: 50px;
  }

  .p-menu-block__nav {
    padding-top: 100px;
  }

  .p-organization-block__primary {
    padding-bottom: 90px;
    padding-top: 50px;
  }

  .p-organization-block__primary-content h3 {
    margin-bottom: 0;
    margin-right: .75em;
    width: 100px;
  }

  .p-organization-block__primary-item li > p {
    margin-bottom: 0;
    margin-right: .66667em;
  }

  .p-organization-block__secondary {
    padding-bottom: 90px;
    padding-top: 50px;
  }

  .p-organization-block__tertiary {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .p-organization-block__quaternary {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .p-public-block__head {
    margin-bottom: 50px;
    padding-top: 50px;
  }

  .p-public-block__nav {
    margin-bottom: 50px;
  }

  .p-public-block__body-definition dt {
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%;
    margin-right: 3%;
    max-width: 170px;
  }

  .p-public-block__body-definition dd {
    -ms-flex-preferred-size: 76%;
    flex-basis: 76%;
  }

  .p-public-block__title.-heading3 {
    margin-bottom: 2em;
  }

  .p-report-block {
    padding-bottom: 140px;
    padding-top: 50px;
  }

  .p-report-block__header {
    margin-bottom: 32px;
    padding-top: 70px;
  }

  .p-report-block__body .report2 li {
    width: calc((100% - (32px * 2)) / 2);
  }

  .p-report-block__body .report3::after,
  .p-report-block__body .report3 li {
    width: calc((100% - (32px * 2)) / 3);
  }

  .p-report-block__footer {
    margin-bottom: 48px;
  }

  .p-research-facilities-list-block__title {
    margin-bottom: 60px;
  }

  .p-research-facilities-list-block__title h2 img {
    height: auto;
  }

  .p-research-facilities-list-block__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 52px;
  }

  .p-research-facilities-list-block__sub-title {
    margin-bottom: 24px;
  }

  .p-research-facilities-list-block__sub-title h3 img {
    height: auto;
  }

  .p-research-facilities-list-block__unit:not(:last-of-type) {
    margin-bottom: 120px;
  }

  .p-research-facilities-post-block__unit-secondary {
    margin-left: 1.5em;
  }

  .p-results-block__head {
    padding-top: 50px;
  }

  .p-results-block__body {
    padding-top: 140px;
  }

  .p-results-block__unit:not(:last-of-type) {
    margin-bottom: 70px;
  }

  .p-results-block__unit-primary:not(:last-of-type) {
    margin-bottom: 70px;
  }

  .p-results-block__table th {
    width: 37%;
  }

  .p-technical-informatio-block__title h2 {
    font-size: 2.1875rem;
    padding: 0 .68571em;
  }

  .p-technical-informatio-block__term {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 1em;
    width: 30%;
  }

  .p-top-block__primary {
    padding-bottom: 40px;
    padding-top: 140px;
  }

  .p-top-block__secondary {
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .p-top-block-info__primary {
    margin-bottom: 80px;
  }

  .p-top-block-info__list.-col1 {
    max-width: 463px;
    width: 100%;
  }

  .p-top-block-info__list.-col2 {
    width: calc((100% - 24px) / 2);
  }

  .p-top-block-info__movie p {
    font-size: 1.25rem;
  }

  .p-top-block-banner.-primary {
    padding-top: 20px;
  }

  .p-top-block-banner.-secondary {
    padding-top: 30px;
  }

  .p-top-block-banner.-tertiary {
    padding-top: 60px;
  }

  .u-auto-md {
    margin-left: auto;
    margin-right: auto;
  }

  .u-auto-top-md {
    margin-top: auto;
  }

  .u-auto-right-md {
    margin-right: auto;
  }

  .u-auto-bottom-md {
    margin-bottom: auto;
  }

  .u-auto-left-md {
    margin-left: auto;
  }

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

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

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

  .u-align.-top-md {
    vertical-align: top;
  }

  .u-align.-middle-md {
    vertical-align: middle;
  }

  .u-align.-revert-md {
    vertical-align: revert;
  }

  .u-sp.-md {
    display: block;
  }

  .u-pc.-md {
    display: none;
  }

  .u-md-mt8 {
    margin-top: .5em !important;
  }

  .u-md-mr8 {
    margin-right: .5em !important;
  }

  .u-md-mb8 {
    margin-bottom: .5em !important;
  }

  .u-md-ml8 {
    margin-left: .5em !important;
  }

  .u-md-mtb8 {
    margin: .5em 0 !important;
  }

  .u-md-mlr8 {
    margin: 0 .5em !important;
  }

  .u-md-m8 {
    margin: .5em !important;
  }

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

  .u-md-mr16 {
    margin-right: 1em !important;
  }

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

  .u-md-ml16 {
    margin-left: 1em !important;
  }

  .u-md-mtb16 {
    margin: 1em 0 !important;
  }

  .u-md-mlr16 {
    margin: 0 1em !important;
  }

  .u-md-m16 {
    margin: 1em !important;
  }

  .u-md-mt24 {
    margin-top: 1.5em !important;
  }

  .u-md-mr24 {
    margin-right: 1.5em !important;
  }

  .u-md-mb24 {
    margin-bottom: 1.5em !important;
  }

  .u-md-ml24 {
    margin-left: 1.5em !important;
  }

  .u-md-mtb24 {
    margin: 1.5em 0 !important;
  }

  .u-md-mlr24 {
    margin: 0 1.5em !important;
  }

  .u-md-m24 {
    margin: 1.5em !important;
  }

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

  .u-md-mr32 {
    margin-right: 2em !important;
  }

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

  .u-md-ml32 {
    margin-left: 2em !important;
  }

  .u-md-mtb32 {
    margin: 2em 0 !important;
  }

  .u-md-mlr32 {
    margin: 0 2em !important;
  }

  .u-md-m32 {
    margin: 2em !important;
  }

  .u-md-mt40 {
    margin-top: 2.5em !important;
  }

  .u-md-mr40 {
    margin-right: 2.5em !important;
  }

  .u-md-mb40 {
    margin-bottom: 2.5em !important;
  }

  .u-md-ml40 {
    margin-left: 2.5em !important;
  }

  .u-md-mtb40 {
    margin: 2.5em 0 !important;
  }

  .u-md-mlr40 {
    margin: 0 2.5em !important;
  }

  .u-md-m40 {
    margin: 2.5em !important;
  }

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

  .u-mr0-md {
    margin-right: 0 !important;
  }

  .u-mb0-md {
    margin-bottom: 0 !important;
  }

  .u-ml0-md {
    margin-left: 0 !important;
  }

  .u-md-pt8 {
    padding-top: .5em !important;
  }

  .u-md-pr8 {
    padding-right: .5em !important;
  }

  .u-md-pb8 {
    padding-bottom: .5em !important;
  }

  .u-md-pl8 {
    padding-left: .5em !important;
  }

  .u-md-ptb8 {
    padding: .5em 0 !important;
  }

  .u-md-plr8 {
    padding: 0 .5em !important;
  }

  .u-md-p8 {
    padding: .5em !important;
  }

  .u-md-pt16 {
    padding-top: 1em !important;
  }

  .u-md-pr16 {
    padding-right: 1em !important;
  }

  .u-md-pb16 {
    padding-bottom: 1em !important;
  }

  .u-md-pl16 {
    padding-left: 1em !important;
  }

  .u-md-ptb16 {
    padding: 1em 0 !important;
  }

  .u-md-plr16 {
    padding: 0 1em !important;
  }

  .u-md-p16 {
    padding: 1em !important;
  }

  .u-md-pt24 {
    padding-top: 1.5em !important;
  }

  .u-md-pr24 {
    padding-right: 1.5em !important;
  }

  .u-md-pb24 {
    padding-bottom: 1.5em !important;
  }

  .u-md-pl24 {
    padding-left: 1.5em !important;
  }

  .u-md-ptb24 {
    padding: 1.5em 0 !important;
  }

  .u-md-plr24 {
    padding: 0 1.5em !important;
  }

  .u-md-p24 {
    padding: 1.5em !important;
  }

  .u-md-pt32 {
    padding-top: 2em !important;
  }

  .u-md-pr32 {
    padding-right: 2em !important;
  }

  .u-md-pb32 {
    padding-bottom: 2em !important;
  }

  .u-md-pl32 {
    padding-left: 2em !important;
  }

  .u-md-ptb32 {
    padding: 2em 0 !important;
  }

  .u-md-plr32 {
    padding: 0 2em !important;
  }

  .u-md-p32 {
    padding: 2em !important;
  }

  .u-md-pt40 {
    padding-top: 2.5em !important;
  }

  .u-md-pr40 {
    padding-right: 2.5em !important;
  }

  .u-md-pb40 {
    padding-bottom: 2.5em !important;
  }

  .u-md-pl40 {
    padding-left: 2.5em !important;
  }

  .u-md-ptb40 {
    padding: 2.5em 0 !important;
  }

  .u-md-plr40 {
    padding: 0 2.5em !important;
  }

  .u-md-p40 {
    padding: 2.5em !important;
  }

  .u-pt0-md {
    padding-top: 0 !important;
  }

  .u-pr0-md {
    padding-right: 0 !important;
  }

  .u-pb0-md {
    padding-bottom: 0 !important;
  }

  .u-pl0-md {
    padding-left: 0 !important;
  }

  .organization_en .p-organization-block__primary-content h3 {
    margin-bottom: 0;
    max-width: 100px;
  }

  .organization_en .p-organization-block__primary-item li > p {
    margin-right: .66667em;
  }

  .postid-1769 .p-business-block li > p {
    max-width: 140px;
    min-width: 140px;
  }

  .research-faci_en .c-page-nav__list a img {
    height: 48px;
  }

  .technical-info_en .c-page-nav__list a img {
    height: 48px;
  }

  .mwform-zip-field input[type="text"] {
    width: 30% !important;
  }

  .mwform-zip-field input[name="zip[data][0]"] {
    width: 20% !important;
  }

  .wp-pagenavi {
    margin-bottom: 40px;
    padding-top: 16px;
  }
}

@media screen and (min-width: 576px) {

  body {
    margin: 0;
  }

  .l-flex.-wrap-sm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-flex.-reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .l-flex.-vertical-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-flex.-side-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .l-flex.-left-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .l-flex.-center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-flex.-right-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-flex.-justify-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-flex.-evenly-sm {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .l-flex.-top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-flex.-middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-flex.-bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .l-flex.-base-sm {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .l-float.-left-sm {
    float: left;
  }

  .l-float.-right-sm {
    float: right;
  }

  .l-float.-clear-sm {
    clear: both;
  }

  .l-float.-overflow-sm {
    overflow: hidden;
  }

  .l-float.-none-sm {
    float: none;
  }

  .l-grid.-sm1 {
    -ms-grid-columns: none;
    grid-template-columns: none;
  }

  .l-grid.-sm2 {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .l-grid.-sm3 {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .l-grid.-sm4 {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }

  .l-grid.-sm5 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }

  .l-grid.-sm6 {
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
  }

  .l-grid.-sm7 {
    -ms-grid-columns: (1fr) [7];
    grid-template-columns: repeat(7, 1fr);
  }

  .l-grid.-sm8 {
    -ms-grid-columns: (1fr) [8];
    grid-template-columns: repeat(8, 1fr);
  }

  .p-access-block .p-access-block-heading h3 img {
    height: auto;
    height: initial;
  }

  .u-auto-sm {
    margin-left: auto;
    margin-right: auto;
  }

  .u-auto-top-sm {
    margin-top: auto;
  }

  .u-auto-right-sm {
    margin-right: auto;
  }

  .u-auto-bottom-sm {
    margin-bottom: auto;
  }

  .u-auto-left-sm {
    margin-left: auto;
  }

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

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

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

  .u-align.-top-sm {
    vertical-align: top;
  }

  .u-align.-middle-sm {
    vertical-align: middle;
  }

  .u-align.-revert-sm {
    vertical-align: revert;
  }

  .u-sp.-sm {
    display: block;
  }

  .u-pc.-sm {
    display: none;
  }

  .u-sm-mt8 {
    margin-top: .5em !important;
  }

  .u-sm-mr8 {
    margin-right: .5em !important;
  }

  .u-sm-mb8 {
    margin-bottom: .5em !important;
  }

  .u-sm-ml8 {
    margin-left: .5em !important;
  }

  .u-sm-mtb8 {
    margin: .5em 0 !important;
  }

  .u-sm-mlr8 {
    margin: 0 .5em !important;
  }

  .u-sm-m8 {
    margin: .5em !important;
  }

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

  .u-sm-mr16 {
    margin-right: 1em !important;
  }

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

  .u-sm-ml16 {
    margin-left: 1em !important;
  }

  .u-sm-mtb16 {
    margin: 1em 0 !important;
  }

  .u-sm-mlr16 {
    margin: 0 1em !important;
  }

  .u-sm-m16 {
    margin: 1em !important;
  }

  .u-sm-mt24 {
    margin-top: 1.5em !important;
  }

  .u-sm-mr24 {
    margin-right: 1.5em !important;
  }

  .u-sm-mb24 {
    margin-bottom: 1.5em !important;
  }

  .u-sm-ml24 {
    margin-left: 1.5em !important;
  }

  .u-sm-mtb24 {
    margin: 1.5em 0 !important;
  }

  .u-sm-mlr24 {
    margin: 0 1.5em !important;
  }

  .u-sm-m24 {
    margin: 1.5em !important;
  }

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

  .u-sm-mr32 {
    margin-right: 2em !important;
  }

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

  .u-sm-ml32 {
    margin-left: 2em !important;
  }

  .u-sm-mtb32 {
    margin: 2em 0 !important;
  }

  .u-sm-mlr32 {
    margin: 0 2em !important;
  }

  .u-sm-m32 {
    margin: 2em !important;
  }

  .u-sm-mt40 {
    margin-top: 2.5em !important;
  }

  .u-sm-mr40 {
    margin-right: 2.5em !important;
  }

  .u-sm-mb40 {
    margin-bottom: 2.5em !important;
  }

  .u-sm-ml40 {
    margin-left: 2.5em !important;
  }

  .u-sm-mtb40 {
    margin: 2.5em 0 !important;
  }

  .u-sm-mlr40 {
    margin: 0 2.5em !important;
  }

  .u-sm-m40 {
    margin: 2.5em !important;
  }

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

  .u-mr0-sm {
    margin-right: 0 !important;
  }

  .u-mb0-sm {
    margin-bottom: 0 !important;
  }

  .u-ml0-sm {
    margin-left: 0 !important;
  }

  .u-sm-pt8 {
    padding-top: .5em !important;
  }

  .u-sm-pr8 {
    padding-right: .5em !important;
  }

  .u-sm-pb8 {
    padding-bottom: .5em !important;
  }

  .u-sm-pl8 {
    padding-left: .5em !important;
  }

  .u-sm-ptb8 {
    padding: .5em 0 !important;
  }

  .u-sm-plr8 {
    padding: 0 .5em !important;
  }

  .u-sm-p8 {
    padding: .5em !important;
  }

  .u-sm-pt16 {
    padding-top: 1em !important;
  }

  .u-sm-pr16 {
    padding-right: 1em !important;
  }

  .u-sm-pb16 {
    padding-bottom: 1em !important;
  }

  .u-sm-pl16 {
    padding-left: 1em !important;
  }

  .u-sm-ptb16 {
    padding: 1em 0 !important;
  }

  .u-sm-plr16 {
    padding: 0 1em !important;
  }

  .u-sm-p16 {
    padding: 1em !important;
  }

  .u-sm-pt24 {
    padding-top: 1.5em !important;
  }

  .u-sm-pr24 {
    padding-right: 1.5em !important;
  }

  .u-sm-pb24 {
    padding-bottom: 1.5em !important;
  }

  .u-sm-pl24 {
    padding-left: 1.5em !important;
  }

  .u-sm-ptb24 {
    padding: 1.5em 0 !important;
  }

  .u-sm-plr24 {
    padding: 0 1.5em !important;
  }

  .u-sm-p24 {
    padding: 1.5em !important;
  }

  .u-sm-pt32 {
    padding-top: 2em !important;
  }

  .u-sm-pr32 {
    padding-right: 2em !important;
  }

  .u-sm-pb32 {
    padding-bottom: 2em !important;
  }

  .u-sm-pl32 {
    padding-left: 2em !important;
  }

  .u-sm-ptb32 {
    padding: 2em 0 !important;
  }

  .u-sm-plr32 {
    padding: 0 2em !important;
  }

  .u-sm-p32 {
    padding: 2em !important;
  }

  .u-sm-pt40 {
    padding-top: 2.5em !important;
  }

  .u-sm-pr40 {
    padding-right: 2.5em !important;
  }

  .u-sm-pb40 {
    padding-bottom: 2.5em !important;
  }

  .u-sm-pl40 {
    padding-left: 2.5em !important;
  }

  .u-sm-ptb40 {
    padding: 2.5em 0 !important;
  }

  .u-sm-plr40 {
    padding: 0 2.5em !important;
  }

  .u-sm-p40 {
    padding: 2.5em !important;
  }

  .u-pt0-sm {
    padding-top: 0 !important;
  }

  .u-pr0-sm {
    padding-right: 0 !important;
  }

  .u-pb0-sm {
    padding-bottom: 0 !important;
  }

  .u-pl0-sm {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {

  body {
    margin: 0;
  }

  .l-card-2to1.h-none-md {
    display: block;
  }

  .p-contact-block-table__head.-primary {
    display: block;
    padding: 1.77778em 0 .88889em 0;
    width: 100%;
  }

  .p-contact-block-table__data.-primary {
    display: block;
    padding: .88889em 0 1.77778em 0;
    width: 100%;
  }

  .p-results-block__table th {
    display: block;
    width: 100%;
  }

  .p-results-block__table td {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 932px) {

  body {
    margin: 0;
  }

  .l-flex.-wrap-lg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-flex.-reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .l-flex.-vertical-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-flex.-side-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .l-flex.-left-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .l-flex.-center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-flex.-right-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-flex.-justify-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-flex.-evenly-lg {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .l-flex.-top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-flex.-middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-flex.-bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .l-flex.-base-lg {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .l-float.-left-lg {
    float: left;
  }

  .l-float.-right-lg {
    float: right;
  }

  .l-float.-clear-lg {
    clear: both;
  }

  .l-float.-overflow-lg {
    overflow: hidden;
  }

  .l-float.-none-lg {
    float: none;
  }

  .l-grid.-lg1 {
    -ms-grid-columns: none;
    grid-template-columns: none;
  }

  .l-grid.-lg2 {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .l-grid.-lg3 {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .l-grid.-lg4 {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }

  .l-grid.-lg5 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }

  .l-grid.-lg6 {
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
  }

  .l-grid.-lg7 {
    -ms-grid-columns: (1fr) [7];
    grid-template-columns: repeat(7, 1fr);
  }

  .l-grid.-lg8 {
    -ms-grid-columns: (1fr) [8];
    grid-template-columns: repeat(8, 1fr);
  }

  .c-card__img {
    height: 435px;
    max-width: initial;
    width: 435px;
  }

  .c-card__inner {
    max-width: initial;
  }

  .u-auto-lg {
    margin-left: auto;
    margin-right: auto;
  }

  .u-auto-top-lg {
    margin-top: auto;
  }

  .u-auto-right-lg {
    margin-right: auto;
  }

  .u-auto-bottom-lg {
    margin-bottom: auto;
  }

  .u-auto-left-lg {
    margin-left: auto;
  }

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

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

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

  .u-align.-top-lg {
    vertical-align: top;
  }

  .u-align.-middle-lg {
    vertical-align: middle;
  }

  .u-align.-revert-lg {
    vertical-align: revert;
  }

  .u-sp.-lg {
    display: block;
  }

  .u-pc.-lg {
    display: none;
  }

  .u-lg-mt8 {
    margin-top: .5em !important;
  }

  .u-lg-mr8 {
    margin-right: .5em !important;
  }

  .u-lg-mb8 {
    margin-bottom: .5em !important;
  }

  .u-lg-ml8 {
    margin-left: .5em !important;
  }

  .u-lg-mtb8 {
    margin: .5em 0 !important;
  }

  .u-lg-mlr8 {
    margin: 0 .5em !important;
  }

  .u-lg-m8 {
    margin: .5em !important;
  }

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

  .u-lg-mr16 {
    margin-right: 1em !important;
  }

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

  .u-lg-ml16 {
    margin-left: 1em !important;
  }

  .u-lg-mtb16 {
    margin: 1em 0 !important;
  }

  .u-lg-mlr16 {
    margin: 0 1em !important;
  }

  .u-lg-m16 {
    margin: 1em !important;
  }

  .u-lg-mt24 {
    margin-top: 1.5em !important;
  }

  .u-lg-mr24 {
    margin-right: 1.5em !important;
  }

  .u-lg-mb24 {
    margin-bottom: 1.5em !important;
  }

  .u-lg-ml24 {
    margin-left: 1.5em !important;
  }

  .u-lg-mtb24 {
    margin: 1.5em 0 !important;
  }

  .u-lg-mlr24 {
    margin: 0 1.5em !important;
  }

  .u-lg-m24 {
    margin: 1.5em !important;
  }

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

  .u-lg-mr32 {
    margin-right: 2em !important;
  }

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

  .u-lg-ml32 {
    margin-left: 2em !important;
  }

  .u-lg-mtb32 {
    margin: 2em 0 !important;
  }

  .u-lg-mlr32 {
    margin: 0 2em !important;
  }

  .u-lg-m32 {
    margin: 2em !important;
  }

  .u-lg-mt40 {
    margin-top: 2.5em !important;
  }

  .u-lg-mr40 {
    margin-right: 2.5em !important;
  }

  .u-lg-mb40 {
    margin-bottom: 2.5em !important;
  }

  .u-lg-ml40 {
    margin-left: 2.5em !important;
  }

  .u-lg-mtb40 {
    margin: 2.5em 0 !important;
  }

  .u-lg-mlr40 {
    margin: 0 2.5em !important;
  }

  .u-lg-m40 {
    margin: 2.5em !important;
  }

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

  .u-mr0-lg {
    margin-right: 0 !important;
  }

  .u-mb0-lg {
    margin-bottom: 0 !important;
  }

  .u-ml0-lg {
    margin-left: 0 !important;
  }

  .u-lg-pt8 {
    padding-top: .5em !important;
  }

  .u-lg-pr8 {
    padding-right: .5em !important;
  }

  .u-lg-pb8 {
    padding-bottom: .5em !important;
  }

  .u-lg-pl8 {
    padding-left: .5em !important;
  }

  .u-lg-ptb8 {
    padding: .5em 0 !important;
  }

  .u-lg-plr8 {
    padding: 0 .5em !important;
  }

  .u-lg-p8 {
    padding: .5em !important;
  }

  .u-lg-pt8 {
    padding-top: .5em !important;
  }

  .u-lg-pr8 {
    padding-right: .5em !important;
  }

  .u-lg-pb8 {
    padding-bottom: .5em !important;
  }

  .u-lg-pl8 {
    padding-left: .5em !important;
  }

  .u-lg-ptb8 {
    padding: .5em 0 !important;
  }

  .u-lg-plr8 {
    padding: 0 .5em !important;
  }

  .u-lg-p8 {
    padding: .5em !important;
  }

  .u-lg-pt16 {
    padding-top: 1em !important;
  }

  .u-lg-pr16 {
    padding-right: 1em !important;
  }

  .u-lg-pb16 {
    padding-bottom: 1em !important;
  }

  .u-lg-pl16 {
    padding-left: 1em !important;
  }

  .u-lg-ptb16 {
    padding: 1em 0 !important;
  }

  .u-lg-plr16 {
    padding: 0 1em !important;
  }

  .u-lg-p16 {
    padding: 1em !important;
  }

  .u-lg-pt16 {
    padding-top: 1em !important;
  }

  .u-lg-pr16 {
    padding-right: 1em !important;
  }

  .u-lg-pb16 {
    padding-bottom: 1em !important;
  }

  .u-lg-pl16 {
    padding-left: 1em !important;
  }

  .u-lg-ptb16 {
    padding: 1em 0 !important;
  }

  .u-lg-plr16 {
    padding: 0 1em !important;
  }

  .u-lg-p16 {
    padding: 1em !important;
  }

  .u-lg-pt24 {
    padding-top: 1.5em !important;
  }

  .u-lg-pr24 {
    padding-right: 1.5em !important;
  }

  .u-lg-pb24 {
    padding-bottom: 1.5em !important;
  }

  .u-lg-pl24 {
    padding-left: 1.5em !important;
  }

  .u-lg-ptb24 {
    padding: 1.5em 0 !important;
  }

  .u-lg-plr24 {
    padding: 0 1.5em !important;
  }

  .u-lg-p24 {
    padding: 1.5em !important;
  }

  .u-lg-pt24 {
    padding-top: 1.5em !important;
  }

  .u-lg-pr24 {
    padding-right: 1.5em !important;
  }

  .u-lg-pb24 {
    padding-bottom: 1.5em !important;
  }

  .u-lg-pl24 {
    padding-left: 1.5em !important;
  }

  .u-lg-ptb24 {
    padding: 1.5em 0 !important;
  }

  .u-lg-plr24 {
    padding: 0 1.5em !important;
  }

  .u-lg-p24 {
    padding: 1.5em !important;
  }

  .u-lg-pt32 {
    padding-top: 2em !important;
  }

  .u-lg-pr32 {
    padding-right: 2em !important;
  }

  .u-lg-pb32 {
    padding-bottom: 2em !important;
  }

  .u-lg-pl32 {
    padding-left: 2em !important;
  }

  .u-lg-ptb32 {
    padding: 2em 0 !important;
  }

  .u-lg-plr32 {
    padding: 0 2em !important;
  }

  .u-lg-p32 {
    padding: 2em !important;
  }

  .u-lg-pt32 {
    padding-top: 2em !important;
  }

  .u-lg-pr32 {
    padding-right: 2em !important;
  }

  .u-lg-pb32 {
    padding-bottom: 2em !important;
  }

  .u-lg-pl32 {
    padding-left: 2em !important;
  }

  .u-lg-ptb32 {
    padding: 2em 0 !important;
  }

  .u-lg-plr32 {
    padding: 0 2em !important;
  }

  .u-lg-p32 {
    padding: 2em !important;
  }

  .u-lg-pt40 {
    padding-top: 2.5em !important;
  }

  .u-lg-pr40 {
    padding-right: 2.5em !important;
  }

  .u-lg-pb40 {
    padding-bottom: 2.5em !important;
  }

  .u-lg-pl40 {
    padding-left: 2.5em !important;
  }

  .u-lg-ptb40 {
    padding: 2.5em 0 !important;
  }

  .u-lg-plr40 {
    padding: 0 2.5em !important;
  }

  .u-lg-p40 {
    padding: 2.5em !important;
  }

  .u-lg-pt40 {
    padding-top: 2.5em !important;
  }

  .u-lg-pr40 {
    padding-right: 2.5em !important;
  }

  .u-lg-pb40 {
    padding-bottom: 2.5em !important;
  }

  .u-lg-pl40 {
    padding-left: 2.5em !important;
  }

  .u-lg-ptb40 {
    padding: 2.5em 0 !important;
  }

  .u-lg-plr40 {
    padding: 0 2.5em !important;
  }

  .u-lg-p40 {
    padding: 2.5em !important;
  }

  .u-pt0-lg {
    padding-top: 0 !important;
  }

  .u-pr0-lg {
    padding-right: 0 !important;
  }

  .u-pb0-lg {
    padding-bottom: 0 !important;
  }

  .u-pl0-lg {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 1132px) {

  body {
    margin: 0;
  }

  .l-flex.-wrap-xl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-flex.-reverse-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .l-flex.-vertical-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-flex.-side-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .l-flex.-left-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .l-flex.-center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-flex.-right-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-flex.-justify-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-flex.-evenly-xl {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .l-flex.-top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-flex.-middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-flex.-bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .l-flex.-base-xl {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .l-grid.-xl1 {
    -ms-grid-columns: none;
    grid-template-columns: none;
  }

  .l-grid.-xl2 {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .l-grid.-xl3 {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .l-grid.-xl4 {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }

  .l-grid.-xl5 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }

  .l-grid.-xl6 {
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
  }

  .l-grid.-xl7 {
    -ms-grid-columns: (1fr) [7];
    grid-template-columns: repeat(7, 1fr);
  }

  .l-grid.-xl8 {
    -ms-grid-columns: (1fr) [8];
    grid-template-columns: repeat(8, 1fr);
  }

  .u-sp.-xl {
    display: block;
  }

  .u-pc.-xl {
    display: none;
  }

  .u-xl-mt8 {
    margin-top: .5em !important;
  }

  .u-xl-mr8 {
    margin-right: .5em !important;
  }

  .u-xl-mb8 {
    margin-bottom: .5em !important;
  }

  .u-xl-ml8 {
    margin-left: .5em !important;
  }

  .u-xl-mtb8 {
    margin: .5em 0 !important;
  }

  .u-xl-mlr8 {
    margin: 0 .5em !important;
  }

  .u-xl-m8 {
    margin: .5em !important;
  }

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

  .u-xl-mr16 {
    margin-right: 1em !important;
  }

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

  .u-xl-ml16 {
    margin-left: 1em !important;
  }

  .u-xl-mtb16 {
    margin: 1em 0 !important;
  }

  .u-xl-mlr16 {
    margin: 0 1em !important;
  }

  .u-xl-m16 {
    margin: 1em !important;
  }

  .u-xl-mt24 {
    margin-top: 1.5em !important;
  }

  .u-xl-mr24 {
    margin-right: 1.5em !important;
  }

  .u-xl-mb24 {
    margin-bottom: 1.5em !important;
  }

  .u-xl-ml24 {
    margin-left: 1.5em !important;
  }

  .u-xl-mtb24 {
    margin: 1.5em 0 !important;
  }

  .u-xl-mlr24 {
    margin: 0 1.5em !important;
  }

  .u-xl-m24 {
    margin: 1.5em !important;
  }

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

  .u-xl-mr32 {
    margin-right: 2em !important;
  }

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

  .u-xl-ml32 {
    margin-left: 2em !important;
  }

  .u-xl-mtb32 {
    margin: 2em 0 !important;
  }

  .u-xl-mlr32 {
    margin: 0 2em !important;
  }

  .u-xl-m32 {
    margin: 2em !important;
  }

  .u-xl-mt40 {
    margin-top: 2.5em !important;
  }

  .u-xl-mr40 {
    margin-right: 2.5em !important;
  }

  .u-xl-mb40 {
    margin-bottom: 2.5em !important;
  }

  .u-xl-ml40 {
    margin-left: 2.5em !important;
  }

  .u-xl-mtb40 {
    margin: 2.5em 0 !important;
  }

  .u-xl-mlr40 {
    margin: 0 2.5em !important;
  }

  .u-xl-m40 {
    margin: 2.5em !important;
  }

  .u-xl-pt8 {
    padding-top: .5em !important;
  }

  .u-xl-pr8 {
    padding-right: .5em !important;
  }

  .u-xl-pb8 {
    padding-bottom: .5em !important;
  }

  .u-xl-pl8 {
    padding-left: .5em !important;
  }

  .u-xl-ptb8 {
    padding: .5em 0 !important;
  }

  .u-xl-plr8 {
    padding: 0 .5em !important;
  }

  .u-xl-p8 {
    padding: .5em !important;
  }

  .u-xl-pt16 {
    padding-top: 1em !important;
  }

  .u-xl-pr16 {
    padding-right: 1em !important;
  }

  .u-xl-pb16 {
    padding-bottom: 1em !important;
  }

  .u-xl-pl16 {
    padding-left: 1em !important;
  }

  .u-xl-ptb16 {
    padding: 1em 0 !important;
  }

  .u-xl-plr16 {
    padding: 0 1em !important;
  }

  .u-xl-p16 {
    padding: 1em !important;
  }

  .u-xl-pt24 {
    padding-top: 1.5em !important;
  }

  .u-xl-pr24 {
    padding-right: 1.5em !important;
  }

  .u-xl-pb24 {
    padding-bottom: 1.5em !important;
  }

  .u-xl-pl24 {
    padding-left: 1.5em !important;
  }

  .u-xl-ptb24 {
    padding: 1.5em 0 !important;
  }

  .u-xl-plr24 {
    padding: 0 1.5em !important;
  }

  .u-xl-p24 {
    padding: 1.5em !important;
  }

  .u-xl-pt32 {
    padding-top: 2em !important;
  }

  .u-xl-pr32 {
    padding-right: 2em !important;
  }

  .u-xl-pb32 {
    padding-bottom: 2em !important;
  }

  .u-xl-pl32 {
    padding-left: 2em !important;
  }

  .u-xl-ptb32 {
    padding: 2em 0 !important;
  }

  .u-xl-plr32 {
    padding: 0 2em !important;
  }

  .u-xl-p32 {
    padding: 2em !important;
  }

  .u-xl-pt40 {
    padding-top: 2.5em !important;
  }

  .u-xl-pr40 {
    padding-right: 2.5em !important;
  }

  .u-xl-pb40 {
    padding-bottom: 2.5em !important;
  }

  .u-xl-pl40 {
    padding-left: 2.5em !important;
  }

  .u-xl-ptb40 {
    padding: 2.5em 0 !important;
  }

  .u-xl-plr40 {
    padding: 0 2.5em !important;
  }

  .u-xl-p40 {
    padding: 2.5em !important;
  }
}

@media (max-width: 320px) {

  body {
    font-size: 3.73333vmin;
  }
}

@media screen and (max-width: 576px) {

  .l-card-2to1.h-none-sm {
    display: block;
  }
.p-technical-informatio-block__wysiwyg dl dt a,.p-technical-informatio-block__wysiwyg dl dt a:visited {
    width: 80%;
}
}

@media screen and (max-width: 932px) {

  .l-card-2to1.h-none-lg {
    display: block;
  }
}

@media (hover: hover) and (pointer: fine) {

  .l-footer__title a:hover {
    -webkit-transition: all .2s linear;
    opacity: .8;
    transition: all .2s linear;
  }

  .l-footer__nav-body-pc ul li a:hover {
    text-decoration: underline;
  }

  .l-footer__nav-title a:hover {
    text-decoration: underline;
  }

  .l-header__title a:hover {
    -webkit-transition: all .2s linear;
    opacity: .8;
    transition: all .2s linear;
  }

  .l-header__head ul li a:hover {
    text-decoration: underline;
  }

  .l-header__head ul li.h-symposium a:hover {
    -webkit-transition: all .2s linear;
    background-color: rgba(208, 215, 47, .6);
    text-decoration: none;
    transition: all .2s linear;
  }

  .l-header__head ul li.h-platform a:hover {
    -webkit-transition: all .2s linear;
    background-color: rgba(159, 215, 224, .6);
    text-decoration: none;
    transition: all .2s linear;
  }

  .c-article__body a:hover {
    color: rgba(41, 47, 137, .6);
    text-decoration: underline;
  }

  .c-article__body .h-back li a:hover {
    text-decoration: underline;
  }

  .c-card__img a:hover {
    -webkit-transition: all .2s linear;
    opacity: .8;
    transition: all .2s linear;
  }

  .c-headline__title a:hover {
    text-decoration: underline;
  }

  .c-previous__prev a:hover {
    background-color: #999;
    border-color: #999;
    color: #fff;
  }

  .c-previous__next a:hover {
    background-color: #999;
    border-color: #999;
    color: #fff;
  }

  .p-academia-block-sec1__tertiary p a:hover {
    text-decoration: underline;
  }

  .p-business-block__link.-primary:hover {
    text-decoration: underline;
  }

  .p-business-block__link.-secondary:hover {
    text-decoration: underline;
  }

  .p-contact-block__list.-submit input[type="submit"]:hover {
    -webkit-transition: all .2s linear;
    opacity: .8;
    transition: all .2s linear;
  }

  .p-contact-block__list.-back input[type="submit"]:hover {
    -webkit-transition: all .2s linear;
    opacity: .8;
    transition: all .2s linear;
  }

  .p-contact-block__header-button a:hover {
    -webkit-transition: all .2s linear;
    opacity: .8;
    text-decoration: none;
    transition: all .2s linear;
  }

  .p-link-block__list ul li a:hover {
    text-decoration: underline;
  }

  .p-public-block__nav-list a:hover {
    -webkit-transition: all .1s linear;
    background: #e5b92a;
    color: #fff;
    text-decoration: none;
    transition: all .1s linear;
  }

  .p-report-block__body a:hover {
    color: rgba(41, 47, 137, .6);
    text-decoration: underline;
  }

  .p-report-block__body [class^="report"] li a:hover {
    color: #17499d;
    text-decoration: underline;
  }

  .p-research-facilities-post-block__wysiwyg a:hover {
    color: rgba(41, 47, 137, .6);
    text-decoration: underline;
  }

  .p-results-block__list a:hover {
    text-decoration: underline;
  }

  .p-results-block__tag li a:hover {
    -webkit-transition: all .2s linear;
    opacity: .8;
    transition: all .2s linear;
  }

  .p-results-block__table-small small a:hover {
    text-decoration: underline;
  }

  .p-results-block__link:hover {
    text-decoration: none !important;
  }

  .p-results-block__text p a:hover {
    text-decoration: underline;
  }

  .ooo:hover {
    text-decoration: underline;
  }

  .p-technical-informatio-block__wysiwyg a:hover {
    color: rgba(48, 161, 210, .6);
    text-decoration: underline;
  }

  .u-hover:hover {
    -webkit-transition: all .2s linear;
    opacity: .8;
    transition: all .2s linear;
  }

  .u-link.-black:hover {
    text-decoration: underline;
  }

  .wp-pagenavi a:hover {
    background-color: #999;
    border-color: #999;
    color: #fff;
  }
}

@media screen and (min-width: 467px) {

  .c-card__img {
    height: 435px;
    max-width: 435px;
  }

  .c-card__img a img {
    max-width: initial;
  }
}

@media screen and (min-width: 480px) {

  .c-heading__title img:first-of-type {
    height: auto;
    height: initial;
  }

  .c-heading__title img:last-of-type {
    height: auto;
    height: initial;
    margin-left: 0;
  }
}
.e-kousei{
    width: 46%;
    border:1px solid #ccc;
    padding: 1em 2%;
}
.establishment__secondary-bg-primary {
  background: rgba(122,122,122,0.60);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
.establishment__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: .75em;
  padding-top: .75em;
}
@media screen and (max-width: 767px) {
    .e-kousei{
    width: 76%;
}
}