@charset "UTF-8";
/*
-- Import CSS
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,700|Roboto");
/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media screen and (min-width: 768px) {
  .pc-mb-0 {
    margin-bottom: 0 !important; } }

.mt-ss {
  margin-top: 10px; }

.mt-s {
  margin-top: 20px; }

.mt-m {
  margin-top: 55px !important; }

.mt-l {
  margin-top: 80px !important; }

.mb-ss {
  margin-bottom: 10px !important; }

.mb-s {
  margin-bottom: 20px !important; }

.mb-m {
  margin-bottom: 55px; }
.mb-m-sp {
  margin-bottom: 0; }

.mb-l {
  margin-bottom: 80px; }

.mb-ll {
  margin-bottom: 100px; }

@media screen and (max-width: 767px) {
  .mt-ss {
    margin-top: 2.66667vw !important; }
  .mt-s {
    margin-top: 4vw !important; }
  .mt-m {
    margin-top: 4.66667vw !important; }
  .mt-l {
    margin-top: 6.66667vw !important; }
  .mb-ss {
    margin-bottom: 2.66667vw !important; }
  .mb-s {
    margin-bottom: 4vw !important; }
  .mb-m {
    margin-bottom: 4.66667vw; }
  .mb-m-sp {
    margin-bottom: 4.66667vw; }
  .mb-l {
    margin-bottom: 6.66667vw; }
  .mb-ll {
    margin-bottom: 12vw; } }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.sp-show {
  display: none; }

.pc-show {
  display: inherit; }

@media screen and (max-width: 767px) {
  .pc-show {
    display: none; }
  .sp-show {
    display: inherit; } }

.u-relative {
  position: relative;
  font-size: 1.2rem; }

.bg-gray {
  background-color: #f1f1f1 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-blue {
  background-color: #f0f1f7 !important; }

.entry_body .bg-gray .entry_title-2 .entry_title-inner span:after {
  background-color: #f1f1f1; }

.entry_body .bg-gray .entry_title-2 .entry_title-inner span:before {
  background-color: #f1f1f1; }

.color-blue {
  color: #2e3191; }

.of-hidden {
  overflow: hidden; }

.fs-ss {
  font-size: 1.2rem; }

.fs-s {
  font-size: 1.4rem; }

.fs-l {
  font-size: 2rem; }
.fs-s.red {
  color: red; }

@media screen and (max-width: 767px) {
  .fs-ss {
    font-size: 2rem;
    font-size: 2.66667vw; }
  .fs-s {
    font-size: 2.8rem;
    font-size: 3.73333vw; }
  .fs-l {
    font-size: 4rem;
    font-size: 5.33333vw; } }

/*
-- Layout CSS
-------------------------------------------------- */
body.s-active {
  position: fixed;
  overflow: hidden;
  height: 100%; }

.l-inner {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%; }
  .l-inner:after {
    content: "";
    display: block;
    clear: both; }
  .l-inner.l-inner-narrow {
    width: 980px; }

@media screen and (max-width: 767px) {
  body.s-active {
    width: 100vw; }
  .l-inner {
    padding-left: 6.66667vw;
    padding-right: 6.66667vw;
    max-width: inherit;
    width: auto; }
    .l-inner.l-inner-narrow {
      width: 100%; } }

.l-header {
  background-color: #fff;
  padding: 0;
  margin-top: 8px;
  width: 100%;
  height: 148px;
  z-index: 100;
  -webkit-transition: padding .3s;
  -o-transition: padding .3s;
  transition: padding .3s;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  *zoom: 1; }
  .l-header:after {
    content: "";
    display: block;
    clear: both; }
  .l-header .l-inner {
    width: 1180px;
    height: 100%;
    padding: 0;
    *zoom: 1; }
    .l-header .l-inner:after {
      content: "";
      display: block;
      clear: both; }
    .l-header .l-inner .logo {
      display: inline-block;
      padding-top: 20px;
      line-height: 0;
      float: left;
      width: 600px; }
    .l-header .l-inner .l-header_right {
      margin-top: 15px;
      width: 580px;
      float: left;
      text-align: right; }
      .l-header .l-inner .l-header_right .l-header_lang {
        display: none;
        font-size: 1.2rem; }
      .l-header .l-inner .l-header_right .l-header_banner-univ {
        display: inline-block;
        width: 144px; }
      .l-header .l-inner .l-header_right a {
        display: inline-block; }
      .l-header .l-inner .l-header_right .l-header_access {
        margin-right: 20px;
        padding-left: 15px;
        color: #000;
        position: relative; }
        .l-header .l-inner .l-header_right .l-header_access:link, .l-header .l-inner .l-header_right .l-header_access:visited {
          color: #000; }
        .l-header .l-inner .l-header_right .l-header_access:before {
          content: "";
          position: absolute;
          top: 3px;
          left: 0;
          height: 19px;
          width: 13px;
          background-image: url("../images/icon/pin.png");
          background-size: contain; }
      .l-header .l-inner .l-header_right .l-header_news {
        margin-right: 20px;
        padding-left: 15px;
        color: #000; }
        .l-header .l-inner .l-header_right .l-header_news:link, .l-header .l-inner .l-header_right .l-header_news:visited {
          color: #000; }

.ancer-target {
  height: 0;
  width: 0;
  overflow: visible;
  position: relative; }
  .ancer-target span {
    display: inline-block;
    position: absolute;
    opacity: 0;
    top: -148px; }

@media screen and (max-width: 767px) {
  .l-header {
    margin: 0 !important;
    height: 20vw; }
    .l-header.l-contents {
      position: fixed; }
    .l-header .l-inner {
      width: 100%; }
      .l-header .l-inner .logo {
        padding: 0;
        margin: 4.66667vw 0 0 4.66667vw;
        width: 67.1875%;
        font-size: 3.1rem;
        font-size: 4.13333vw; }
        .l-header .l-inner .logo span {
          font-size: 2.2rem;
          font-size: 2.93333vw; }
      .l-header .l-inner .l-header_right {
        display: none; }
  .ancer-target span {
    top: -20vw; } }

.l-gnav {
  width: 100%; }
  .l-gnav .gnav_title {
    display: none; }
  .l-gnav .gnav_wrap {
    width: 1180px;
    margin: 0 auto;
    padding: 20px 0;
    *zoom: 1; }
    .l-gnav .gnav_wrap:after {
      content: "";
      display: block;
      clear: both; }
  .l-gnav .gnav_main {
    background-color: #f2f2f2;
    position: relative;
    height: 76px;
    overflow: visible; }
    .l-gnav .gnav_main .gnav_list {
      *zoom: 1; }
      .l-gnav .gnav_main .gnav_list:after {
        content: "";
        display: block;
        clear: both; }
      .l-gnav .gnav_main .gnav_list li {
        display: block;
        float: left;
        height: 36px;
        text-align: center;
        border-right: solid 1px #9092c2;
        border-left: solid 1px #2e3191; }
        .l-gnav .gnav_main .gnav_list li:first-child {
          display: none; }
        .l-gnav .gnav_main .gnav_list li:nth-child(2) {
          border-left: none;
          text-align: left;
          width: 158px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(3) {
          width: 203px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(4) {
          width: 159px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(5) {
          width: 134px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(6) {
          width: 191px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(7) {
          width: 156px; }
        .l-gnav .gnav_main .gnav_list li:last-child {
          width: 162px;
          text-align: right;
          border-right: none; }
          .l-gnav .gnav_main .gnav_list li:nth-child(2):before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 36px;
            height: 20px;
            background: url(../images/icon/icon_gnav01.png) no-repeat;
            margin-right: 8px; }
          .l-gnav .gnav_main .gnav_list li:nth-child(3):before {
            content: '';
            display: inline-block;
            width: 39px;
            height: 23px;
            background: url(../images/icon/icon_gnav02.png) no-repeat;
            margin-right: 10px; }
          .l-gnav .gnav_main .gnav_list li:nth-child(4):before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 29px;
            height: 26px;
            background: url(../images/icon/icon_gnav03.png) no-repeat;
            margin-right: 7px; }
          .l-gnav .gnav_main .gnav_list li:nth-child(5):before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 30px;
            height: 28px;
            background: url(../images/icon/icon_gnav04.png) no-repeat;
            margin-right: 10px; }
          .l-gnav .gnav_main .gnav_list li:nth-child(6):before {
            content: '';
            display: inline-block;
            width: 46px;
            height: 23px;
            background: url(../images/icon/icon_gnav05.png) no-repeat;
            margin-right: 10px; }
          .l-gnav .gnav_main .gnav_list li:nth-child(7):before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 33px;
            height: 26px;
            background: url(../images/icon/icon_gnav06.png) no-repeat;
            margin-top: -18px;
            margin-right: 9px; }
          .l-gnav .gnav_main .gnav_list li:last-child:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 26px;
            height: 24px;
            background: url(../images/icon/icon_gnav07.png) no-repeat;
            margin-right: 10px; }
        .l-gnav .gnav_main .gnav_list li .gnav_sub {
          background-color: #6062ac;
          height: 60px;
          width: 100%;
          position: absolute;
          left: 0;
          top: 76px;
          display: none;
          *zoom: 1; }
          .l-gnav .gnav_main .gnav_list li .gnav_sub:after {
            content: "";
            display: block;
            clear: both; }
          .l-gnav .gnav_main .gnav_list li .gnav_sub .gnav_wrap {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            padding: 23px 0; }
          .l-gnav .gnav_main .gnav_list li:nth-child(3) .gnav_sub .gnav_wrap {
            padding: 12px 0; }
          .l-gnav .gnav_main .gnav_list li:nth-child(7) .gnav_sub .gnav_wrap {
            padding: 12px 0; }
          .l-gnav .gnav_main .gnav_list li .gnav_sub li {
            line-height: 1;
            display: block;
            float: none;
            height: 14px;
            text-align: center;
            border-left: none;
            border-right: solid 1px #fff; }
            .l-gnav .gnav_main .gnav_list li .gnav_sub li:before {
              display: none; }
            .l-gnav .gnav_main .gnav_list li .gnav_sub li:first-child {
              text-align: left; }
            .l-gnav .gnav_main .gnav_list li .gnav_sub li:last-child {
              text-align: right;
              border-right: none; }
            .l-gnav .gnav_main .gnav_list li .gnav_sub li.s-current a span {
              position: relative; }
              .l-gnav .gnav_main .gnav_list li .gnav_sub li.s-current a span:after {
                content: "";
                display: block;
                position: absolute;
                height: 1px;
                bottom: -5px;
                width: 100%;
                background: #fff; }
          .l-gnav .gnav_main .gnav_list li .gnav_sub a {
            line-height: 1;
            display: inline-block;
            text-decoration: none;
            color: #fff; }
            .l-gnav .gnav_main .gnav_list li .gnav_sub a:link, .l-gnav .gnav_main .gnav_list li .gnav_sub a:visited {
              color: #fff; }
            .l-gnav .gnav_main .gnav_list li .gnav_sub a span {
              display: inline-block;
              font-size: 1.4rem;
              line-height: 1.4rem;
              padding: 0; }
            .l-gnav .gnav_main .gnav_list li:nth-child(3) .gnav_sub a span {
              padding: 11px 0; }
            .l-gnav .gnav_main .gnav_list li:nth-child(7) .gnav_sub a span {
              padding: 11px 0; }
              .l-gnav .gnav_main .gnav_list li .gnav_sub a span.gnav_item-2l {
                padding-top: 0;
                padding-bottom: 0; }
        .l-gnav .gnav_main .gnav_list li.s-active > a {
          position: relative; }
          .l-gnav .gnav_main .gnav_list li.s-active > a:after {
            content: "";
            position: absolute;
            top: 48px;
            left: 50%;
            margin-left: -8px;
            width: 16px;
            height: 0;
            border-style: solid;
            border-color: transparent transparent #6062ac transparent;
            border-width: 0 8px 10px 8px; }
        .l-gnav .gnav_main .gnav_list li.s-active .gnav_sub {
          display: block;
          z-index: 2; }
        /* .l-gnav .gnav_main .gnav_list li.current > a {
          position: relative; }
          .l-gnav .gnav_main .gnav_list li.current > a:after {
            content: "";
            position: absolute;
            top: 48px;
            left: 50%;
            margin-left: -8px;
            width: 16px;
            height: 0;
            border-style: solid;
            border-color: transparent transparent #2e3191 transparent;
            border-width: 0 8px 10px 8px; } */
        .l-gnav .gnav_main .gnav_list li.current .gnav_sub {
          display: block;
          background-color: #2e3191;
        }
        .l-gnav .gnav_main .gnav_list li:nth-child(2) li:first-child {
          width: 84px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(2) li:nth-child(2) {
          width: 217px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(2) li:nth-child(3) {
          width: 177px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(2) li:nth-child(4) {
          width: 148px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(2) li:nth-child(5) {
          width: 88px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(2) li:nth-child(6) {
          width: 135px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(2) li:nth-child(7) {
          width: 119px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(2) li:last-child {
          width: 154px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(3) li {
          height: 36px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(3) li:first-child {
          width: 158px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(3) li:nth-child(2) {
          width: 191px;
          line-height: 1.8rem; }
        .l-gnav .gnav_main .gnav_list li:nth-child(3) li:nth-child(3) {
          width: 153px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(3) li:nth-child(4) {
          width: 141px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(3) li:nth-child(5) {
          width: 158px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(3) li:nth-child(6) {
          width: 159px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(3) li:last-child {
          width: 136px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(5) li:first-child {
          width: 88px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(5) li:nth-child(2) {
          width: 115px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(5) li:nth-child(3) {
          width: 150px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(5) li:nth-child(4) {
          width: 212px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(5) li:nth-child(5) {
          width: 115px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(5) li:last-child {
          width: 88px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(6) li:first-child {
          width: 150px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(6) li:nth-child(2) {
          width: 280px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(6) li:last-child {
          width: 150px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(7) li {
          height: 36px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(7) li {
          width: 140px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(7) li:first-child {
          line-height: 1.8rem; }
        .l-gnav .gnav_main .gnav_list li:nth-child(7) li:last-child {
          width: 110px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(8) li {
          width: 160px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(8) li:first-child {
          width: 200px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(8) li:nth-child(3) {
          width: 100px; }
        .l-gnav .gnav_main .gnav_list li:nth-child(8) li:last-child {
          width: 140px; }
      .l-gnav .gnav_main .gnav_list a {
        font-size: 1.5rem;
        font-weight: bold;
        display: inline-block;
        text-decoration: none;
        color: #000; }
        .l-gnav .gnav_main .gnav_list a:link, .l-gnav .gnav_main .gnav_list a:visited {
          color: #000; }
        .l-gnav .gnav_main .gnav_list a span {
          display: inline-block;
          line-height: 1.8rem;
          padding: 9px 0; }
          .l-gnav .gnav_main .gnav_list a span.gnav_item-2l {
            padding-top: 0;
            padding-bottom: 0; }
          .l-gnav .gnav_main .gnav_list li:nth-child(3) a span.gnav_item-2l {
            text-align: left;
            line-height: 1.8rem; }
          .l-gnav .gnav_main .gnav_list li:nth-child(7) a span.gnav_item-2l {
            text-align: left;
            line-height: 1.8rem; }
            .l-gnav .gnav_main .gnav_list li:nth-child(6) a span.gnav_item-2l {
              text-align: left; }
  .l-gnav .i-contact {
    display: inline-block;
    float: right;
    width: 52px;
    height: 52px;
    margin-top: 16px; }
    .l-gnav .i-contact img {
      max-width: 100%;
      height: auto; }

@media screen and (min-width: 768px) {
  .l-gnav_wrap {
    height: 136px; }
  body.scroll .page {
    margin-top: 136px; }
    body.scroll .page.page_nonsub {
      margin-top: 76px; }
  body.scroll .l-gnav_wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102; }
  .gnav_nonsub.l-gnav_wrap {
    height: 76px;
    overflow: visible; } }

@media screen and (max-width: 767px) {
  .l-gnav_wrap {
    width: 100%; }
    .l-gnav_wrap.l-contents {
      position: fixed;
      top: 20vw;
      height: 0;
      overflow: visible;
      z-index: 101; }
  .gnav_nonsub.l-gnav_wrap {
    height: 0;
    overflow: visible; }
  .l-gnav {
    left: 0;
    position: relative; }
    .l-gnav .gnav_wrap {
      height: 0;
      width: 100%;
      padding: 0;
      overflow: hidden; }
    .l-gnav .gnav_main {
      height: 0;
      overflow: scroll; }
    .l-gnav.s-active .gnav_main {
      height: auto;
      overflow-y: scroll; }
    .l-gnav .gnav_title {
      display: block;
      width: 13.06667vw;
      height: 13.06667vw;
      top: -16.53333vw;
      right: 3.46667vw;
      position: absolute;
      background: #2e3191; }
      .l-gnav .gnav_title a {
        display: block;
        width: 5.33333vw;
        height: 5.33333vw;
        left: 3.86667vw;
        top: 3.86667vw;
        position: relative; }
        .l-gnav .gnav_title a span {
          position: absolute;
          right: 0;
          width: 5.33333vw;
          height: 2px;
          background-color: #fff;
          border-radius: 4px;
          -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
          transform-origin: right center;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
          .l-gnav .gnav_title a span:nth-of-type(1) {
            top: 0; }
          .l-gnav .gnav_title a span:nth-of-type(2) {
            top: 45%; }
          .l-gnav .gnav_title a span:nth-of-type(3) {
            top: 90%; }
    .l-gnav .gnav_main {
      background: rgba(0, 0, 0, 0.4); }
      .l-gnav .gnav_main .gnav_list {
        font-size: 1.4rem;
        font-size: 1.86667vw;
        background-color: #f4f5fa;
        display: block;
        width: 100%;
        overflow: scroll;
        margin-top: 0;
        padding: 0;
        opacity: 0;
        visibility: hidden; }
        .l-gnav .gnav_main .gnav_list li {
          display: block;
          width: 86.66667vw !important;
          height: auto;
          margin: 0 6.66667vw;
          border: none !important;
          text-align: left !important;
          position: relative; }
          .l-gnav .gnav_main .gnav_list li:before, .l-gnav .gnav_main .gnav_list li:after {
            content: none; }
            .l-gnav .gnav_main .gnav_list li:before {
            display: none !important; }
          .l-gnav .gnav_main .gnav_list li br {
            display: none; }
          .l-gnav .gnav_main .gnav_list li:first-child {
            display: block; }
          .l-gnav .gnav_main .gnav_list li .toggle-button {
            position: absolute;
            right: 0;
            top: 0;
            width: 30%;
            height: 100%;
            padding: 0;
            margin: 0; }
            .l-gnav .gnav_main .gnav_list li .toggle-button:after {
              content: "";
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto;
              vertical-align: middle;
              right: 1.6vw;
              width: 2.66667vw;
              height: 2.66667vw;
              border-top: 2px solid #2e3191;
              border-right: 2px solid #2e3191;
              -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
              transform: rotate(135deg); }
          .l-gnav .gnav_main .gnav_list li.s-active > a:after {
            display: none; }
          .l-gnav .gnav_main .gnav_list li.s-active .toggle-button:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
          .l-gnav .gnav_main .gnav_list li.current > a:after {
            display: none; }
          .l-gnav .gnav_main .gnav_list li.current .toggle-button:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
          .l-gnav .gnav_main .gnav_list li .gnav_sub {
            position: static;
            top: 0;
            width: 100%;
            background: transparent;
            height: auto; }
          .l-gnav .gnav_main .gnav_list li.current .gnav_sub {
            background: none; }
            .l-gnav .gnav_main .gnav_list li .gnav_sub .gnav_wrap {
              display: block;
              padding: 0;
              height: auto; }
              .l-gnav .gnav_main .gnav_list li .gnav_sub .gnav_wrap li {
                width: 80vw !important;
                height: auto;
                margin: 0 6.66667vw;
                text-align: left; }
                .l-gnav .gnav_main .gnav_list li .gnav_sub .gnav_wrap li a {
                  padding: 4vw 0;
                  color: #2e3191;
                  display: block; }
                  .l-gnav .gnav_main .gnav_list li .gnav_sub .gnav_wrap li a:link, .l-gnav .gnav_main .gnav_list li .gnav_sub .gnav_wrap li a:visited {
                    color: #2e3191; }
                  .l-gnav .gnav_main .gnav_list li .gnav_sub .gnav_wrap li a:after {
                    content: "";
                    position: absolute;
                    top: 2px;
                    bottom: 0;
                    margin: auto;
                    vertical-align: middle;
                    right: 1.6vw;
                    width: 1.6vw;
                    height: 1.6vw;
                    border-top: 1px solid #2e3191;
                    border-right: 1px solid #2e3191;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
                .l-gnav .gnav_main .gnav_list li .gnav_sub .gnav_wrap li.s-current a span:after {
                  display: none; }
          .l-gnav .gnav_main .gnav_list li a {
            font-size: 3rem;
            font-size: 4vw;
            display: block;
            padding: 4.66667vw 0;
            border-bottom: solid 1px #6f71aa;
            color: #2e3191;
            position: relative; }
            .l-gnav .gnav_main .gnav_list li a:link, .l-gnav .gnav_main .gnav_list li a:visited {
              color: #2e3191; }
            .l-gnav .gnav_main .gnav_list li a span {
              padding: 0; }
      .l-gnav .gnav_main .gnav_contact {
        background-color: #f4f5fa;
        padding: 0 6.66667vw 6.66667vw 6.66667vw;
        display: block;
        border: none; }
        .l-gnav .gnav_main .gnav_contact .gnav_contact_title {
          text-align: center;
          background-color: #2e3191;
          color: #fff;
          padding: 5px 0;
          margin-bottom: 5px; }
        .l-gnav .gnav_main .gnav_contact .gnav_contact_mail {
          position: relative;
          padding-left: 9.33333vw;
          padding-top: 1.33333vw;
          margin-top: 5px; }
          .l-gnav .gnav_main .gnav_contact .gnav_contact_mail:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 8.4vw;
            width: 8.4vw;
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url("../images/icon/contact_sp.png"); }
        .l-gnav .gnav_main .gnav_contact p {
          line-height: 1.6; }
      .l-gnav .gnav_main .gnav_contact_mail a {
        padding: 0;
        font-size: 2.6rem;
        font-size: 3.46667vw;
        line-height: 1.6; }
        .l-gnav .gnav_main .gnav_contact_mail a:after {
          content: none; }
    .l-gnav.s-active {
      z-index: 1; }
      .l-gnav.s-active .gnav_wrap {
        height: auto; }
      .l-gnav.s-active .gnav_title a span:nth-of-type(1) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 6.93333vw; }
      .l-gnav.s-active .gnav_title a span:nth-of-type(2) {
        opacity: 0; }
      .l-gnav.s-active .gnav_title a span:nth-of-type(3) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 6.93333vw; }
      .l-gnav.s-active .gnav_list {
        overflow-y: auto;
        opacity: 1;
        padding-bottom: 6.66667vw;
        visibility: visible;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s; }
    .l-gnav .i-contact {
      display: none; } }

.l-contents {
  width: 100%;
  min-width: 1296px;
  border-left: solid 8px #2e3191;
  border-right: solid 8px #2e3191;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-image: url("../images/bg/bg_line.png");
  background-repeat: repeat;
  overflow-x: hidden;
  position: relative; }

@media screen and (max-width: 767px) {
  .l-contents {
    min-width: inherit;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: url("../images/bg/bg_line_sp.png"); }
    .l-contents:after {
      width: 1.5625%; } }

.page .page_header {
  height: 145px;
  position: relative;
  background-image: url("../images/bg/bg_header_title.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: repeat-x; }
  .page .page_header .page_title {
    *zoom: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible; }
    .page .page_header .page_title:after {
      content: "";
      display: block;
      clear: both; }
    .page .page_header .page_title .page_title_text {
      width: 980px;
      font-weight: bold;
      display: block;
      font-size: 3.6rem;
      letter-spacing: 0.1rem;
      margin: 0 auto;
      padding: 44px 0;
      color: #292c94; }

@media screen and (max-width: 767px) {
  .page {
    padding-top: 20vw; }
    .page .page_header {
      height: 19.33333vw;
      position: relative; }
      .page .page_header .page_title {
        text-align: center; }
        .page .page_header .page_title .page_title_text {
          font-size: 3.6rem;
          font-size: 4.8vw;
          margin: 0;
          width: 100%;
          text-align: left;
          padding: 6.06667vw 8.66667vw;
          background-size: contain;
          background-position: top right; } }

.section {
  border-bottom: solid 2px #2e3191;
  padding: 40px 0;
  min-width: 1280px; }
  .section .section_title {
    font-size: 3.6rem;
    font-weight: 100;
    text-align: center;
    margin-bottom: 50px;
    color: #2e3191;
    line-height: 1.4; }
    .section .section_title span {
      font-size: 1.9rem;
      display: inline-block;
      line-height: 1; }
    .section .section_title.section_title-s {
      font-size: 3rem; }
    .section .section_title .section_title-icon {
      font-weight: 100;
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      padding-left: 55px;
      position: relative; }
      .section .section_title .section_title-icon:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 50px;
        background-size: contain;
        background-repeat: no-repeat; }
      .section .section_title .section_title-icon.section_title-plasma:before {
        background-image: url("../images/icon/i_plasma.png"); }
      .section .section_title .section_title-icon.section_title-material:before {
        background-image: url("../images/icon/i_material.png"); }
      .section .section_title .section_title-icon.section_title-bio:before {
        background-image: url("../images/icon/i_bio.png"); }
      .section .section_title .section_title-icon.section_title-plasmabio:before {
        background-image: url("../images/icon/i_plasmabio.png"); }
  .section .section_title-h3 {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.2rem;
    text-align: center;
    font-weight: normal;
    color: #2e3191; }
  .section.section-noborder {
    border: none; }

.section-gray {
  background-color: #f1f1f1; }

@media screen and (max-width: 767px) {
  .section {
    min-width: inherit;
    padding: 6vw 0; }
    .section .section_title {
      font-size: 4rem;
      font-size: 5.33333vw;
      margin-bottom: 4vw; }
      .section .section_title span {
        font-size: 2.6rem;
        font-size: 3.46667vw;
        display: inline-block;
        line-height: 1; }
      .section .section_title br {
        display: none; }
      .section .section_title .section_title-icon {
        padding-left: 9.6vw; }
        .section .section_title .section_title-icon:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 7.46667vw;
          width: 7.46667vw;
          background-size: contain;
          background-repeat: no-repeat; }
      .section .section_title.section_title-s {
        font-size: 3.5rem;
        font-size: 4.66667vw; }
    .section .section_title-h3 {
      font-size: 2.6rem;
      font-size: 3.46667vw;
      line-height: 2;
      letter-spacing: 0.2rem;
      text-align: center;
      font-weight: normal;
      color: #2e3191; }
  .section-gray {
    background-color: #f1f1f1; } }

.entry_body {
  padding: 0 72px;
  width: 1280px; }
  .entry_body .entry_title {
    background-color: #2e3191;
    overflow: hidden;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    margin-bottom: 20px; }
    .entry_body .entry_title .entry_title-inner {
      width: 100%;
      height: 100%;
      background-image: url("../images/bg/bg_entry.png");
      background-repeat: no-repeat;
      background-position: top right;
      background-size: auto 100%;
      background-color: #2e3191;
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left;
      -webkit-transform: skewX(20deg);
      -ms-transform: skewX(20deg);
      transform: skewX(20deg); }
      .entry_body .entry_title .entry_title-inner span {
        display: inline-block;
        line-height: 1;
        padding: 11px 0 11px 15px;
        color: #fff;
        font-size: 2rem;
        font-weight: normal;
        letter-spacing: 0.2rem;
        position: relative; }
        .entry_body .entry_title .entry_title-inner span:before {
          content: "";
          position: absolute;
          top: 49px;
          left: 35px;
          height: 48.5px;
          width: 56px;
          background-size: 100% 100%; }
  .entry_body .entry_title-2 {
    overflow: visible;
    margin-bottom: 20px;
    line-height: 0; }
    .entry_body .entry_title-2 .entry_title-inner {
      background-color: #2e3191;
      display: inline-block;
      width: auto;
      height: 100%;
      overflow: visible;
      position: relative; }
      .entry_body .entry_title-2 .entry_title-inner span {
        display: inline-block;
        line-height: 1;
        padding: 10px 20px 10px 20px;
        color: #fff;
        font-size: 1.8rem;
        font-weight: normal;
        letter-spacing: 0.2rem;
        position: relative;
        overflow: hidden; }
        .entry_body .entry_title-2 .entry_title-inner span:before {
          content: "";
          position: absolute;
          top: -31px;
          left: -95px;
          height: 100px;
          width: 100px;
          border-radius: 50%;
          background-color: #fff;
          background-size: 100% 100%; }
        .entry_body .entry_title-2 .entry_title-inner span:after {
          content: "";
          position: absolute;
          top: -31px;
          right: -95px;
          height: 100px;
          width: 100px;
          border-radius: 50%;
          background-color: #fff;
          background-size: 100% 100%; }
    .entry_body .entry_title-2.entry_title-right .entry_title-inner:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 103%;
      height: 1px;
      width: 2000px;
      border-top: dotted 1px #2e3191;
      background-color: transparent; }
    .entry_body .entry_title-2.entry_title-left .entry_title-inner:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 103%;
      height: 1px;
      width: 2000px;
      border-top: dotted 1px #2e3191;
      background-color: transparent; }
  .entry_body .entry_title-3 {
    overflow: visible;
    margin-bottom: 20px;
    line-height: 0; }
    .entry_body .entry_title-3 .entry_title-inner {
      display: inline-block;
      width: auto;
      height: 100%;
      overflow: visible;
      position: relative; }
      .entry_body .entry_title-3 .entry_title-inner span {
        display: inline-block;
        line-height: 1;
        padding: 10px 30px 10px 30px;
        color: #2e3191;
        font-size: 2.6rem;
        font-weight: normal;
        letter-spacing: 0.4rem;
        position: relative; }
        .entry_body .entry_title-3 .entry_title-inner span:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 10px;
          border: solid 4px #2e3191;
          border-right: none; }
        .entry_body .entry_title-3 .entry_title-inner span:after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 10px;
          border: solid 4px #2e3191;
          border-left: none; }
  .entry_body .entry_section {
    *zoom: 1; }
    .entry_body .entry_section:after {
      content: "";
      display: block;
      clear: both; }
    .entry_body .entry_section.entry_section-narrow {
      width: 980px;
      margin: 0 auto; }
    .entry_body .entry_section.entry_section-contact {
      width: 700px;
      padding: 40px 140px;
      margin: 0 auto; }
      .entry_body .entry_section.entry_section-contact .contact-title {
        font-size: 2.8rem;
        font-weight: normal;
        color: #2e3191; }
    .entry_body .entry_section .entry_section-left {
      overflow: hidden;
      width: 448px;
      float: left; }
    .entry_body .entry_section .entry_section-right {
      overflow: hidden;
      margin-left: 60px;
      width: 628px;
      float: left; }
    .entry_body .entry_section .entry_section-inner {
      padding: 50px 100px; }
  .entry_body.entry_body-switch .entry_section-left {
    width: 612px;
    float: left; }
  .entry_body.entry_body-switch .entry_section-right {
    margin-left: 50px;
    width: 474px;
    float: left; }
  .entry_body .entry_body-inner {
    padding-right: 10px; }

.section-gray .entry_body .entry_title-2 .entry_title-inner span:after {
  background-color: #f1f1f1; }

.section-gray .entry_body .entry_title-2 .entry_title-inner span:before {
  background-color: #f1f1f1; }

.balloon {
  font-size: 1.1rem;
  padding: 8px 0;
  text-align: center;
  line-height: 1;
  background-color: #4d4d4d;
  color: #fff;
  margin-bottom: 8px;
  position: relative; }
  .balloon:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #4d4d4d;
    top: 100%;
    left: 48%; }

@media screen and (max-width: 767px) {
  .entry_body {
    width: 100%;
    padding: 0; }
    .entry_body .entry_section.entry_section-narrow {
      width: 100%; }
    .entry_body .entry_section.entry_section-contact {
      width: 100%;
      padding: 10.66667vw; }
      .entry_body .entry_section.entry_section-contact .contact-title {
        font-size: 3.2rem;
        font-size: 4.26667vw; }
    .entry_body .entry_section .entry_section-left {
      width: 100%;
      float: none; }
    .entry_body .entry_section .entry_section-right {
      margin: 2.66667vw 0 0 0;
      width: 100%;
      float: none; }
    .entry_body .entry_section .entry_section-inner {
      padding: 6.66667vw 10.66667vw; }
    .entry_body .entry_title .entry_title-inner span {
      font-size: 3.5rem;
      font-size: 4.66667vw;
      padding-right: 5.33333vw;
      letter-spacing: 0.26667vw; }
    .entry_body .entry_title-2 {
      margin-bottom: 5.33333vw; }
      .entry_body .entry_title-2 .entry_title-inner {
        width: auto;
        height: 100%; }
        .entry_body .entry_title-2 .entry_title-inner span {
          display: inline-block;
          line-height: 1.2;
          padding: 2.66667vw 5.33333vw 2.66667vw 5.33333vw;
          font-size: 3rem;
          font-size: 4vw;
          letter-spacing: 0.26667vw;
          position: relative;
          overflow: hidden; }
          .entry_body .entry_title-2 .entry_title-inner span:before {
            content: "";
            position: absolute;
            top: -14.93333vw;
            left: -38.66667vw;
            height: 40vw;
            width: 40vw;
            border-radius: 50%;
            background-color: #fff;
            background-size: 100% 100%; }
          .entry_body .entry_title-2 .entry_title-inner span:after {
            content: "";
            position: absolute;
            top: -14.93333vw;
            right: -38.66667vw;
            height: 40vw;
            width: 40vw;
            border-radius: 50%;
            background-color: #fff;
            background-size: 100% 100%; }
        .entry_body .entry_title-2 .entry_title-inner span.line-2:before {
          top: -25.86667vw;
          left: -65.33333vw;
          height: 66.66667vw;
          width: 66.66667vw; }
        .entry_body .entry_title-2 .entry_title-inner span.line-2:after {
          top: -25.86667vw;
          right: -65.33333vw;
          height: 66.66667vw;
          width: 66.66667vw; }
      .entry_body .entry_title-2.entry_title-right .entry_title-inner:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 103%;
        height: 1px;
        width: 2000px;
        border-top: dotted 1px #2e3191;
        background-color: transparent; }
      .entry_body .entry_title-2.entry_title-left .entry_title-inner:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 103%;
        height: 1px;
        width: 2000px;
        border-top: dotted 1px #2e3191;
        background-color: transparent; }
    .entry_body .entry_title-3 .entry_title-inner {
      display: block; }
      .entry_body .entry_title-3 .entry_title-inner span {
        display: block;
        padding: 1.33333vw 6vw;
        font-size: 3.2rem;
        font-size: 4.26667vw;
        letter-spacing: 0.53333vw; }
        .entry_body .entry_title-3 .entry_title-inner span:before {
          border-width: 0.53333vw;
          width: 1.33333vw; }
        .entry_body .entry_title-3 .entry_title-inner span:after {
          border-width: 0.53333vw;
          width: 1.33333vw; }
    .entry_body.entry_body-switch .entry_section-left {
      width: 100%;
      float: none; }
    .entry_body.entry_body-switch .entry_section-right {
      margin: 2.66667vw 0 0 0;
      width: 100%;
      float: none; }
    .entry_body .entry_body-inner {
      padding-right: 0; } }

.table, .entry-freearea table {
  width: 100%; }
  .table tr, .entry-freearea table tr {
    border: solid 1px #2e3191;
    border-width: 1px 0 1px 0; }
    .table tr th, .entry-freearea table tr th {
      padding: 20px;
      width: 253px;
      font-weight: normal;
      color: #2e3191;
      background-color: #f1f1f1; }
    .table tr td, .entry-freearea table tr td {
      padding: 20px 75px; }

@media screen and (max-width: 767px) {
  .table, .entry-freearea table {
    margin-bottom: 10.66667vw; }
    .table tr, .entry-freearea table tr {
      *zoom: 1; }
      .table tr:after, .entry-freearea table tr:after {
        content: "";
        display: block;
        clear: both; }
      .table tr th, .entry-freearea table tr th {
        float: left;
        padding: 4vw;
        width: 100%; }
      .table tr td, .entry-freearea table tr td {
        float: left;
        padding: 4vw;
        width: 100%; } }

.entry_table {
  width: 100%; }
  .entry_table th {
    border: solid 1px #2e3191;
    background-color: #dde2f0;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.7rem;
    line-height: 1;
    padding: 10px 0;
    font-size: 1.6rem; }
  .entry_table td {
    border: solid 1px #2e3191;
    background-color: #fff;
    padding: 30px;
    font-size: 1.3rem;
    line-height: 1.6; }
    .entry_table td a, .entry_table td span {
      font-size: 1.4rem; }
  .entry_table .entry_table_arrow {
    width: 100px;
    color: #fff;
    background-color: #2e3191;
    padding: 0;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
    position: relative; }
    .entry_table .entry_table_arrow:after {
      content: ' ';
      height: 0;
      position: absolute;
      width: 0;
      border: 10px solid transparent;
      border-left-width: 5px;
      border-right-width: 5px;
      border-left-color: #2e3191;
      top: 0;
      left: 100%; }

@media screen and (max-width: 767px) {
  .entry_table th {
    padding: 10px 0;
    font-size: 3rem;
    font-size: 4vw; }
  .entry_table td {
    padding: 4vw;
    font-size: 2.6rem;
    font-size: 3.46667vw; }
    .entry_table td a, .entry_table td span {
      font-size: 2.6rem;
      font-size: 3.46667vw; }
  .entry_table .entry_table_arrow {
    width: 26.66667vw; } }

.joint_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #2e3191;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px; }
  .joint_list .joint_list-title {
    overflow: hidden;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg); }
    .joint_list .joint_list-title .joint_list-title-inner {
      width: 400px;
      height: 100%;
      background-image: url("../images/bg/bg_joint.png");
      background-repeat: no-repeat;
      background-size: 110% auto;
      background-color: #2e3191;
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left;
      -webkit-transform: skewX(20deg);
      -ms-transform: skewX(20deg);
      transform: skewX(20deg); }
      .joint_list .joint_list-title .joint_list-title-inner p {
        padding: 46px 0 46px 100px;
        color: #fff;
        font-size: 2.6rem;
        font-weight: 100;
        letter-spacing: 0.2rem;
        position: relative; }
        .joint_list .joint_list-title .joint_list-title-inner p:before {
          content: "";
          position: absolute;
          top: 49px;
          left: 35px;
          height: 48.5px;
          width: 56px;
          background-size: 100% 100%; }
  .joint_list .joint_list-text {
    width: 734px;
    padding: 25px; }

@media screen and (max-width: 767px) {
  .joint_list {
    display: block;
    margin-bottom: 4vw; }
    .joint_list .joint_list-title {
      overflow: hidden;
      width: 102%;
      -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
      transform-origin: bottom left;
      -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
      transform: skewY(-3deg); }
      .joint_list .joint_list-title .joint_list-title-inner {
        width: 100%;
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: skewY(3deg);
        -ms-transform: skewY(3deg);
        transform: skewY(3deg); }
        .joint_list .joint_list-title .joint_list-title-inner p {
          font-size: 3.2rem;
          font-size: 4.26667vw;
          padding: 4.66667vw 0 6.66667vw 20vw; }
          .joint_list .joint_list-title .joint_list-title-inner p:before {
            content: "";
            position: absolute;
            top: 4.66667vw;
            left: 6.66667vw;
            height: 9.86667vw;
            width: 11.39244vw;
            background-size: 100% 100%; }
    .joint_list .joint_list-text {
      width: 100%;
      padding: 2vw 4vw 4vw 4vw; } }

.l-list li {
  color: #2e3191;
  line-height: 1;
  padding: 15px 0 15px 20px;
  border-bottom: solid 1px #cecfd1;
  font-size: 1.6rem;
  position: relative; }
  .l-list li span {
    color: #000;
    line-height: 1.6; }
  .l-list li:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    content: "";
    height: 10px;
    width: 10px;
    border: solid 5px #2e3191;
    border-radius: 50%; }

.l-list.no-border li {
  padding: 8px 0 8px 20px;
  color: #081119;
  border-bottom: none; }

@media screen and (max-width: 767px) {
  .l-list li {
    padding: 2vw 0 2vw 5.33333vw;
    font-size: 2.6rem;
    font-size: 3.46667vw; }
    .l-list li span {
      color: #000;
      line-height: 1.6; }
    .l-list li:before {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -4px;
      content: "";
      height: 10px;
      width: 10px;
      border: solid 5px #2e3191;
      border-radius: 50%; } }

.scroll-list {
  height: 312px;
  overflow-y: scroll;
  padding-right: 20px; }
  .scroll-list::-webkit-scrollbar {
    width: 8px; }
  .scroll-list::-webkit-scrollbar-track {
    background: #e6e6e6; }
  .scroll-list::-webkit-scrollbar-thumb {
    background: #2e3191;
    border-radius: 0; }
  .scroll-list dt {
    color: #2e3191;
    font-size: 1.8rem;
    margin-bottom: 15px; }
  .scroll-list dd {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #999999;
    word-break: break-all; }

.l-comment {
  color: #2e3191;
  background-color: #dde2f0;
  padding: 17px 25px;
  border-radius: 10px; }

.download_list {
  width: 456px;
  max-width: 100%;
  border: solid 1px #2e3191;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 25px;
  margin: 50px auto 0; }
  .download_list .download_list-title {
    font-size: 2rem;
    color: #2e3191;
    font-weight: normal;
    position: relative;
    padding-left: 35px;
    display: block; }
    .download_list .download_list-title:before {
      content: "";
      position: absolute;
      top: 15px;
      left: 0;
      height: 32.5px;
      width: 24.5px;
      background-image: url("../images/icon/pdf.png");
      background-size: contain; }
  .download_list .download_list-title-word {
    padding-left: 42px; }
    .download_list .download_list-title-word:before {
      height: 32px;
      width: 32px;
      background-image: url("../images/icon/word.png"); }
  .download_list .download_list-title-excel {
    padding-left: 42px; }
    .download_list .download_list-title-excel:before {
      height: 40px;
      width: 40px;
      background-image: url("../images/icon/excel.png");
      background-repeat: no-repeat;
    }
  .download_list.download_list-single {
    padding: 30px 25px; }
    .download_list.download_list-single .download_list-title:before {
      top: 1px; }
  .download_list .download_list-title-2 {
    display: inline-block;
    text-align: left; }
  .download_list .download_list-note {
    font-size: 1.2rem; }

@media screen and (max-width: 767px) {
  .download_list {
    width: 100%;
    padding: 4vw;
    margin: 6.66667vw auto 0; }
    .download_list .download_list-title {
      font-size: 2.8rem;
      font-size: 3.73333vw;
      padding-left: 9.33333vw; }
      .download_list .download_list-title:before {
        top: 2vw;
        left: 0;
        height: 8.66667vw;
        width: 6.53333vw; }
    .download_list .download_list-title-word {
      padding-left: 11.46667vw; }
      .download_list .download_list-title-word:before {
        height: 8.53333vw;
        width: 8.53333vw; }
    .download_list .download_list-title-excel {
      padding-left: 11.46667vw; }
      .download_list .download_list-title-excel:before {
        display: block;
        position: absolute;
        top: 2.5vw;
        left: -1vw;
        height: 12vw;
        width: 15vw; }
    .download_list.download_list-single {
      padding: 4vw 6.4vw; }
    .download_list .download_list-note {
      font-size: 2.13333vw;
      line-height: 1.4; } }

.l-zoom img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08); }

.l-zoom.l-zoom-no-shadow img {
  -webkit-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 767px) {
  .l-zoom {
    overflow: scroll;
    height: 80vh;
    max-height: 682px;
    margin-left: -6.66667vw;
    margin-right: -6.66667vw;
    margin-bottom: 6.66667vw;
    background-color: #fff;
    position: relative; }
    .l-zoom img {
      max-width: inherit;
      width: auto;
      height: 100%;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .l-zoom-icon {
    position: relative;
    margin-top: -8.8vw;
    text-align: center;
    line-height: 0; }
    .l-zoom-icon img {
      width: 38.66667vw;
      height: auto; } }

.page-top {
  text-align: center;
  padding: 80px 0 18px; }
  .page-top img {
    width: 74px; }

.l-footer {
  min-width: 1300px;
  min-width: 1296px;
  padding-top: 24px;
  background: #fff;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
  border-top: solid 1px #000; }
  @media screen and (max-width: 767px) {
    .l-footer {
      min-width: auto; } }
  .l-footer .l-footer-info {
    width: 800px;
    margin: 35px auto 0;
    *zoom: 1; }
    .l-footer .l-footer-info:after {
      content: "";
      display: block;
      clear: both; }
    .l-footer .l-footer-info .l-footer-left {
      width: 360px;
      float: left; }
      .l-footer .l-footer-info .l-footer-left a {
        width: 100%;
        display: block; }
    .l-footer .l-footer-info .l-footer-right {
      width: 415px;
      margin-left: 25px;
      float: left; }
      .l-footer .l-footer-info .l-footer-right p {
        font-size: 1.2rem;
        line-height: 1.8; }
  .l-footer .l-footer_links {
    padding-bottom: 20px;
    border-bottom: solid 1px #e5e5e5; }
    .l-footer .l-footer_links ul {
      display: inline-block; }
      .l-footer .l-footer_links ul li {
        display: inline-block;
        padding-right: 50px; }
    .l-footer .l-footer_links .l-footer_contact {
      display: inline-block; }
    .l-footer .l-footer_links .l-footer_lang {
      margin-top: 20px;
      float: right;
      display: none;
      font-size: 1.2rem; }
  .l-footer .l-footer_banners {
    text-align: center;
    margin-top: 35px; }
    .l-footer .l-footer_banners a {
      display: inline-block;
      margin: 0 10px 0; }
    .l-footer .l-footer_banners .l-footer_banner-univ {
      width: 144px; }
    .l-footer .l-footer_banners .l-footer_banner-kyoten {
      width: 297px; }
  .l-footer .l-footer_banners02 {
    text-align: center;
    vertical-align: bo;
    margin-top: 20px; }
    .l-footer .l-footer_banners02 a {
      display: inline-block;
      margin: 0 10px; }
      .l-footer .l-footer_banners02 .l-footer_banner-01 {
      width: 350px; }
      .l-footer .l-footer_banners02 .l-footer_banner-02 {
        width: 189px; }
      .l-footer .l-footer_banners02 .l-footer_banner-03 {
      width: 180px; }
      .l-footer .l-footer_banners02 .l-footer_banner-04 {
        width: 241px; }
  .l-footer .copyright {
    color: #fff;
    font-size: 1.2rem;
    background-color: #2e3191;
    font-family: Georgia, "Hiragino Mincho ProN", "Yu Mincho", serif;
    margin-top: 30px;
    padding: .5em;
    text-align: center;
    font-style: italic; }
  .l-footer .pagetop {
    position: fixed;
    bottom: 55px;
    right: 3%;
    z-index: 50;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .l-footer .pagetop.s-active {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }

@media screen and (max-width: 767px) {
  .l-footer {
    width: 100%;
    margin-top: 4.66667vw; }
    .l-footer .l-footer-info {
      width: 100%;
      margin: 9.33333vw auto 0;
      *zoom: 1; }
      .l-footer .l-footer-info:after {
        content: "";
        display: block;
        clear: both; }
      .l-footer .l-footer-info .l-footer-left {
        width: 90%;
        float: none;
        margin: 0 auto; }
      .l-footer .l-footer-info .l-footer-right {
        width: 90%;
        float: none; }
        .l-footer .l-footer-info .l-footer-right p {
          font-size: 2.4rem;
          font-size: 3.2vw;
          line-height: 1.8; }
    .l-footer .l-footer_links {
      border: none; }
      .l-footer .l-footer_links ul {
        margin: 0 auto 4vw; }
        .l-footer .l-footer_links ul li {
          padding-right: 13.33333vw; }
    .l-footer .l-footer_banners {
      margin-top: 6.66667vw; }
      .l-footer .l-footer_banners .l-footer_banner-univ {
        width: 38.4vw;
        margin-bottom: 2.66667vw; }
      .l-footer .l-footer_banners .l-footer_banner-kyoten {
        width: 79.2vw;
        margin-bottom: 2.66667vw; }
    .l-footer .l-footer_banners02 {
    margin-top: 6.66667vw; }
      .l-footer .l-footer_banners02 a {
      margin-bottom: 2.66667vw; }
      .l-footer .l-footer_banners02 .l-footer_banner-01 {
      width: 38.4vw; }
      .l-footer .l-footer_banners02 .l-footer_banner-02 {
        width: 38.4vw; }
      .l-footer .l-footer_banners02 .l-footer_banner-03 {
      width: 38.4vw; }
      .l-footer .l-footer_banners02 .l-footer_banner-04 {
        width: 38.4vw; }
    .l-footer .copyright {
      margin-top: 4vw;
      font-size: 1.8rem;
      font-size: 2.4vw; } }

.bread {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: right; }
  .bread .bread_link {
    width: 980px;
    margin: 0 auto; }
    .bread .bread_link li {
      display: inline-block; }
      .bread .bread_link li:after {
        content: " ＞ "; }
      .bread .bread_link li:last-child:after {
        content: ""; }

@media screen and (max-width: 767px) {
  .bread {
    position: static;
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
    padding-left: 6.66667vw;
    padding-right: 6.66667vw;
    width: 100%;
    text-align: left; }
    .bread .bread_link {
      width: 100%; } }

.link_block {
  display: block;
  width: 100%;
  background: #fff;
  border: solid 1px #2e3191;
  height: 160px;
  margin-bottom: 20px; }
  .link_block a {
    padding-top: 68px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative; }
    .link_block a span {
      text-align: left;
      display: inline-block; }
    .link_block a:after {
      content: "";
      position: absolute;
      bottom: 5px;
      right: 5px;
      border-style: solid;
      border-color: transparent transparent #2e3191 transparent;
      border-width: 0 0 12px 12px; }
  .link_block.link_block-free a {
    padding: 0; }
  .link_block.link_block-nw a:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 5px;
    height: 10px;
    width: 10px;
    border: none;
    background-image: url(../images/icon/new_window-blue.png);
    background-size: contain; }
  .link_block.link_block-nw-low {
    height: 84px; }
    .link_block.link_block-nw-low a {
      font-size: 1.5rem;
      padding-top: 30px; }
  .link_block.link_block-nw.link_block-nw-image a {
    padding: 35px 20px; }
  .link_block.s-disabled {
    opacity: 0.4; }
    .link_block.s-disabled.s-disabled-inf {
      opacity: 1; }
      .link_block.s-disabled.s-disabled-inf a:after {
        display: none; }
    .link_block.s-disabled a {
      pointer-events: none; }
  .link_block.link_block-2 a {
    padding-top: 56px; }
  .link_block.link_block-low {
    height: 120px; }
    .link_block.link_block-low a {
      padding-top: 48px; }

@media screen and (max-width: 767px) {
  .link_block {
    height: 28.66667vw;
    margin-bottom: 2.66667vw; }
    .link_block a {
      padding-top: 12.2vw;
      font-size: 3.2rem;
      font-size: 4.26667vw;
      line-height: 1; }
    .link_block.link_block-2 a {
      padding-top: 10.06667vw; }
    .link_block.link_block-low {
      height: 22vw; }
      .link_block.link_block-low a {
        padding-top: 8.86667vw; }
    .link_block.link_block-nw.link_block-nw-low {
      height: 17.33333vw; }
      .link_block.link_block-nw.link_block-nw-low a {
        font-size: 3rem;
        font-size: 4vw;
        padding-top: 6.66667vw; }
    .link_block.link_block-nw.link_block-nw-image {
      height: auto; }
      .link_block.link_block-nw.link_block-nw-image a {
        padding: 5.33333vw 13.33333vw; } }

.relations {
  background-color: #f1f1f1;
  padding: 35px; }
  .relations .relations_title {
    text-align: center;
    font-size: 1.8rem;
    color: #2e3191;
    font-weight: normal;
    margin-bottom: 30px; }
  .relations .relation_link {
    padding: 15px;
    font-size: 1.4rem;
    display: block;
    text-align: center;
    background: #fff;
    border: solid 1px #cbcbcb; }
    .relations .relation_link.s-disabled {
      cursor: default;
      opacity: 0.5;
      pointer-events: none; }
  .relations .relation_note {
    padding-bottom: 10px;
    border-bottom: 1px solid #2e3191; }
    .relations .relation_note h4 {
      color: #2e3191;
      font-weight: normal;
      display: inline-block; }
    .relations .relation_note span {
      font-size: 1.2rem; }
    .relations .relation_note ul {
      display: inline-block; }
      .relations .relation_note ul li {
        display: inline-block; }
        .relations .relation_note ul li a {
          display: inline-block;
          padding: 0 20px 0 14px;
          position: relative;
          font-size: 1.2rem; }
          .relations .relation_note ul li a:before {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
            vertical-align: middle;
            left: 3px;
            width: 5px;
            height: 5px;
            border-top: 1px solid #2e3191;
            border-right: 1px solid #2e3191;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

@media screen and (max-width: 767px) {
  .relations {
    margin-top: 4vw;
    padding: 4vw; }
    .relations .relations_title {
      font-size: 3.6rem;
      font-size: 4.8vw;
      margin-bottom: 4vw; }
    .relations .relation_link {
      padding: 2vw;
      font-size: 2.8rem;
      font-size: 3.73333vw;
      margin-bottom: 2.66667vw; }
    .relations .relation_note {
      padding-bottom: 5.33333vw;
      border: none; }
      .relations .relation_note h4 {
        border-bottom: solid 1px #2e3191;
        display: block; }
      .relations .relation_note span {
        font-size: 2rem;
        font-size: 2.66667vw; }
      .relations .relation_note ul {
        display: block; }
        .relations .relation_note ul li {
          display: block; }
          .relations .relation_note ul li a {
            padding: 0 5.33333vw 0 3.73333vw;
            position: relative;
            font-size: 2.4rem;
            font-size: 3.2vw; }
            .relations .relation_note ul li a:before {
              left: 0.8vw;
              width: 1.33333vw;
              height: 1.33333vw;
              border-top: 1px solid #2e3191;
              border-right: 1px solid #2e3191;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); } }

.button_link {
  padding: 15px;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  background: #fff;
  border: solid 1px #2e3191; }
  .button_link.button_link-contact {
    color: #fff;
    background: #2e3191; }
    .button_link.button_link-contact span {
      display: inline-block;
      position: relative;
      padding-left: 27.5px; }
      .button_link.button_link-contact span:before {
        content: "";
        position: absolute;
        top: 3px;
        left: -5px;
        height: 18px;
        width: 27.5px;
        background-image: url("../images/icon/mail.png");
        background-size: contain;
        background-repeat: no-repeat; }
  .button_link.button_link-blue {
    color: #fff;
    background-color: #2e3191; }

.button-raund, .button-corner {
  font-size: 1.4rem;
  background-color: #2e3191;
  padding: 8px 15px;
  border-radius: 19px;
  color: #fff; }
  .button-raund:link, .button-raund:visited, .button-corner:link, .button-corner:visited {
    color: #fff; }

.button-corner {
  border-radius: 0; }

.sp-submenu .s-active > a {
  display: block;
  color: #fff;
  background: #2e3191;
  text-align: center;
  padding: 2.66667vw; }

.sp-submenu .toggle-button {
  display: none; }

.sp-submenu .gnav_sub {
  border: solid 1px #2e3191;
  padding: 1.33333vw 5.33333vw 5.33333vw 5.33333vw; }
  .sp-submenu .gnav_sub li {
    padding: 2.66667vw 0;
    border-bottom: solid 1px #2e3191; }
    .sp-submenu .gnav_sub li a {
      display: block;
      position: relative; }
      .sp-submenu .gnav_sub li a:after {
        content: "";
        position: absolute;
        top: 2px;
        bottom: 0;
        margin: auto;
        vertical-align: middle;
        right: 1.6vw;
        width: 1.6vw;
        height: 1.6vw;
        border-top: 1px solid #2e3191;
        border-right: 1px solid #2e3191;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

.entry_fielad {
  background: #fff;
  padding: 78px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08); }
#topics-list .entry_fielad {
  padding: 50px 78px; }
#topics-list .entry_fielad .entry_title-2 {
  overflow: hidden;
  margin-bottom: 50px; }

@media screen and (max-width: 767px) {
  .entry_fielad {
    padding: 5.33333vw; }
  #topics-list .entry_fielad {
    padding: 5.33333vw; }
  #topics-list .entry_fielad .entry_title-2 {
    margin-bottom: 6vw; }
}

.member_block {
  margin-bottom: 20px;
  padding: 40px 40px 65px 40px;
  border: solid 6px #2e3191;
  position: relative;
  *zoom: 1; }
  .member_block:after {
    content: "";
    display: block;
    clear: both; }
  .member_block .member_block_title {
    font-weight: normal;
    text-align: left;
    height: 145px;
    width: 230px;
    padding: 35px 0;
    float: left;
    margin: 0; }
  .member_block .member_block_text {
    float: left;
    width: 658px;
    border-left: solid 1px #2e3191;
    padding: 10px 0 10px 30px; }
  .member_block .member_block_link {
    background: #fff;
    position: absolute;
    width: 250px;
    bottom: -27px;
    left: 365px; }

@media screen and (max-width: 767px) {
  .member_block {
    margin-bottom: 5.33333vw;
    padding: 5.33333vw 5.33333vw 8.66667vw 5.33333vw;
    *zoom: 1; }
    .member_block:after {
      content: "";
      display: block;
      clear: both; }
    .member_block .member_block_title {
      height: auto;
      width: 100%;
      padding: 2.66667vw 0; }
    .member_block .member_block_text {
      width: 100%;
      border-top: solid 1px #2e3191;
      border-left: none;
      padding: 2.66667vw 0; }
    .member_block .member_block_link {
      width: 53.33333vw;
      bottom: -8vw;
      left: 12.66667vw; } }

.links {
  margin-bottom: 50px;
  *zoom: 1; }
  .links a {
    display: block; }
  .links:after {
    content: "";
    display: block;
    clear: both; }
  .links .links_item {
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
    height: 95px;
    width: auto; }
    .links .links_item img {
      height: 95px;
      width: auto; }
    .links .links_item.links_item-wide {
      height: 45px; }
      .links .links_item.links_item-wide img {
        height: 45px;
        width: auto; }

@media screen and (max-width: 767px) {
  .links {
    margin-bottom: 13.33333vw; }
    .links .links_item {
      margin: 0 1.33333vw 5.33333vw 1.33333vw;
      height: auto;
      width: 36.66667vw; }
      .links .links_item img {
        height: auto;
        width: 100%; }
      .links .links_item.links_item-wide {
        width: 100%;
        height: auto; }
        .links .links_item.links_item-wide img {
          height: auto;
          width: 100%; } }

.entry_section-rect {
  width: 100%;
  border: solid 6px #2e3191;
  border-radius: 6px;
  padding: 20px 35px;
  margin: 0 auto; }
  .entry_section-rect .entry_section-rect_title {
    color: #2e3191;
    font-weight: normal;
    text-align: center;
    font-size: 1.8rem;
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #2e3191;
    margin-bottom: 20px; }
  .entry_section-rect .entry_section-rect_list li {
    line-height: 1;
    padding: 0 16px;
    font-size: 1.6rem;
    position: relative;
    display: inline-block; }
    .entry_section-rect .entry_section-rect_list li span {
      line-height: 1.6; }
    .entry_section-rect .entry_section-rect_list li:before {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -4px;
      content: "";
      height: 10px;
      width: 10px;
      border: solid 5px #2e3191;
      border-radius: 50%; }
  .entry_section-rect .entry_section-rect_list-note {
    font-size: 1.4rem; }
  .entry_section-rect.entry_section-rect-s {
    border-radius: 0;
    border-width: 3px;
    padding: 20px 25px; }
    .entry_section-rect.entry_section-rect-s .entry_section-rect_title {
      padding: 0 0 20px 0; }

@media screen and (max-width: 767px) {
  .entry_section-rect {
    padding: 4vw; }
    .entry_section-rect .entry_section-rect_title {
      padding: 2.66667vw 0 8vw 0;
      margin-bottom: 5.33333vw;
      font-size: 3.2rem;
      font-size: 4.26667vw; }
    .entry_section-rect .entry_section-rect_list-note {
      font-size: 2.8rem;
      font-size: 3.73333vw; }
    .entry_section-rect .entry_section-rect_list li {
      padding: 2vw 0 2vw 5.33333vw;
      font-size: 2.6rem;
      font-size: 3.46667vw; }
      .entry_section-rect .entry_section-rect_list li span {
        color: #000;
        line-height: 1.6; }
      .entry_section-rect .entry_section-rect_list li:before {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -4px;
        content: "";
        height: 10px;
        width: 10px;
        border: solid 5px #2e3191;
        border-radius: 50%; }
  .entry_section-joint {
    width: 100%; }
  .consortium_banners {
    padding: 5.33333vw; }
    .consortium_banners .consortium_banners_title {
      font-size: 3.6rem;
      font-size: 4.8vw;
      padding: 2.66667vw 0 8vw 0; }
    .consortium_banners .consortium_banners_banners {
      padding-top: 5.33333vw; } }

a.s-disabled {
  opacity: 0.5;
  pointer-events: none; }

.link-t-a {
  display: block;
  padding-top: 75px;
  margin-top: -75px; }

.pager {
  display: inline-block;
  margin: 0 auto; }
  .pager .page-num, .pager .link_page, .pager .current_page {
    display: inline-block;
    float: left;
    height: 30px;
    border: solid 1px #2e3191;
    margin-left: -1px;
    color: #2e3191;
    font-size: 1.4rem;
    line-height: 28px;
    padding: 0 10px; }
    .pager .page-num:link, .pager .page-num:visited, .pager .page-num:hover, .pager .link_page:link, .pager .link_page:visited, .pager .link_page:hover, .pager .current_page:link, .pager .current_page:visited, .pager .current_page:hover {
      color: #2e3191; }
    .pager .page-num:first-child, .pager .link_page:first-child, .pager .current_page:first-child {
      border-left: solid 1px #2e3191; }
  .pager .current_page {
    background-color: #2e3191;
    color: #fff; }
    .pager .current_page:link, .pager .current_page:visited, .pager .current_page:hover {
      color: #fff; }
  .pager .page-prev, .pager .page-next, .pager .link_before, .pager .link_next {
    height: 30px;
    width: 20px;
    float: left;
    position: relative;
    border: none; }
    .pager .page-prev:after, .pager .page-next:after, .pager .link_before:after, .pager .link_next:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      height: 13.5px;
      width: 20px;
      margin-top: -6.75px;
      background-repeat: no-repeat;
      background-size: 9.5px 13.5px;
      background-position: center; }
  .pager .page-prev, .pager .link_before {
    margin-right: 25px; }
  .pager .page-prev:after, .pager .link_before:after {
    background-image: url(../images/icon/icon-page-prev.png); }
  .pager .page-next, .pager .link_next {
    margin-left: 25px; }
  .pager .page-next:after, .pager .link_next:after {
    background-image: url(../images/icon/icon-page-next.png); }

@media screen and (max-width: 767px) {
  .pager {
    margin: 0 auto; }
    .pager a {
      height: 8vw; }
    .pager .page-num {
      font-size: 2.8rem;
      font-size: 3.73333vw;
      line-height: 2;
      padding: 0 2.66667vw; }
    .pager .page-prev, .pager .page-next {
      width: 5.33333vw; }
      .pager .page-prev:after, .pager .page-next:after {
        height: 3.6vw;
        width: 5.33333vw;
        margin-top: -1.8vw;
        background-size: 2.53333vw 3.6vw; }
    .pager .page-prev {
      margin-right: 6.66667vw; }
    .pager .page-next {
      margin-left: 6.66667vw; } }

.l-header_gcse, .l-gnav_gcse {
  float: left;
  width: 180px;
  margin: 0 20px 0 210px;
  *zoom: 1; }
  .l-header_gcse:after, .l-gnav_gcse:after {
    content: "";
    display: block;
    clear: both; }
  .l-header_gcse .gsst_b, .l-gnav_gcse .gsst_b {
    display: none; }
  .l-header_gcse .gsc-search-box tr, .l-gnav_gcse .gsc-search-box tr {
    display: block;
    *zoom: 1;
    position: relative; }
    .l-header_gcse .gsc-search-box tr:after, .l-gnav_gcse .gsc-search-box tr:after {
      content: "";
      display: block;
      clear: both; }
  .l-header_gcse .gsc-search-box td, .l-gnav_gcse .gsc-search-box td {
    display: block;
    float: left; }
    .l-header_gcse .gsc-search-box td.gsc-input, .l-gnav_gcse .gsc-search-box td.gsc-input {
      width: 100%;
      padding: 0; }
    .l-header_gcse .gsc-search-box td.gsc-search-button, .l-gnav_gcse .gsc-search-box td.gsc-search-button {
      position: absolute;
      top: 0;
      right: 0;
      width: 32px;
      height: 100%;
      padding: 0; }
    .l-header_gcse .gsc-search-box td .gsc-search-button-v2, .l-gnav_gcse .gsc-search-box td .gsc-search-button-v2 {
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      border: none;
      background-color: transparent; }
      .l-header_gcse .gsc-search-box td .gsc-search-button-v2 svg path, .l-gnav_gcse .gsc-search-box td .gsc-search-button-v2 svg path {
        fill: #2e3191; }
  .l-header_gcse .gsc-input-box, .l-gnav_gcse .gsc-input-box {
    border-radius: 5px;
    background-color: #e2e2e2; }
  .l-header_gcse input.gsc-input, .l-gnav_gcse input.gsc-input {
    background-color: transparent; }

.l-gnav_gcse {
  width: 100%;
  margin: 0 0 5.33333vw 0;
  float: none; }

.trans-buttons {
  display: block;
  position: fixed;
  right: 14px;
  top: 15px;
  z-index: 9999;
  background-color: #fff;
  border: solid 1px #000;
  padding: 5px;
  border-radius: 4px; }
  .trans-buttons a {
    display: inline-block;
    padding: 4px;
    border-radius: 2px; }
  .trans-buttons a[data-stt-changelang] {
    color: #000; }
    .trans-buttons a[data-stt-changelang]:link, .trans-buttons a[data-stt-changelang]:visited {
      color: #000; }
  .trans-buttons a[data-stt-active] {
    color: #fff;
    background-color: #2e3191; }
    .trans-buttons a[data-stt-active]:link, .trans-buttons a[data-stt-active]:visited {
      color: #fff; }

@media screen and (max-width: 767px) {
  .trans-buttons {
    right: 5px;
    bottom: 32px;
    top: inherit; } }

/*
-- Reset CSS
-------------------------------------------------- */
p {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dl {
  margin: 0;
  padding: 0; }

dd {
  margin: 0;
  padding: 0; }

table {
  margin: 0;
  padding: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*
-- Base CSS
-------------------------------------------------- */
html {
  font-size: 62.5%; }

body {
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000;
  background-color: #2e3191;
  font-family: "Noto Sans JP", sans-serif; }

@media screen and (max-width: 767px) {
  body {
    background: #fff; } }

a {
  color: #a3875b;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none;
    opacity: 0.7; }
  a[href^='tel:']:hover {
    cursor: default;
    opacity: 1; }
  a:link, a:visited {
    color: #2e3191; }

img {
  max-width: 100%; }

hr {
  border: none;
  border-top: 1px solid #cfc1ab;
  margin: 0; }

.h3 {
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-weight: normal;
  border: 1px solid #cfc1ab;
  color: #a68d64;
  font-size: 2rem;
  margin-bottom: 1em;
  padding: .5em 1em; }

p {
  font-size: 1.6rem;
  line-height: 2; }

@media screen and (max-width: 767px) {
  p {
    font-size: 2.6rem;
    font-size: 3.46667vw; } }

.p {
  font-weight: 500;
  margin-bottom: 2em;
  text-align: justify; }

.p-lead {
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 1.5em; }

.p-price {
  background: #f0eee9;
  border-radius: 10px;
  font-size: 1.6rem;
  margin-bottom: .5em;
  padding: .5em 1.5em; }
  .p-price span {
    font-size: 2.6rem; }

.dl-dborder .p-price {
  margin-bottom: .5em; }

@media screen and (max-width: 767px) {
  .p {
    font-size: 1.5rem;
    font-size: 2vw; }
  .p-lead {
    font-size: 1.5rem;
    font-size: 2vw; }
  .p-price {
    font-size: 1.2rem;
    font-size: 1.6vw;
    padding: .5em 1.5em; }
    .p-price span {
      font-size: 1.75rem;
      font-size: 2.33333vw; }
  .dl-dborder .p-price {
    font-size: 1.2rem;
    font-size: 1.6vw; } }

.ul, .ul-square {
  margin-bottom: 1.5em; }
  .ul li, .ul-square li {
    position: relative;
    padding-left: 1em; }
    .ul li:before, .ul-square li:before {
      content: '・';
      display: block;
      height: 0;
      width: 5px;
      position: absolute;
      left: 0;
      top: 0; }
  .ul:last-child, .ul-square:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 767px) {
  font-size: 1.5rem;
  font-size: 2vw; }

.ul-inline {
  margin-bottom: 1.5em; }
  .ul-inline li {
    display: inline-block;
    padding: 0 6px; }

.ul-square li:before {
  content: '■';
  color: #b3b3b3; }

.ol {
  list-style: decimal;
  margin-bottom: 1.5em;
  margin-left: 20px; }
  .ol:last-child {
    margin-bottom: 0; }

.figure {
  margin-bottom: 1em;
  text-align: center; }

.tb {
  margin-bottom: 2em;
  width: 100%; }
  .tb th,
  .tb td {
    border-bottom: 1px solid #b3b3b3;
    font-size: 1.7rem; }
  .tb th {
    font-weight: bold;
    padding: 1em;
    padding-left: 0;
    text-align: left;
    width: 150px; }
  .tb td {
    padding: 1em;
    padding-left: 0;
    padding-right: 0; }

@media screen and (max-width: 767px) {
  .tb tr {
    display: block; }
  .tb th,
  .tb td {
    display: block;
    font-size: 1.4rem;
    font-size: 1.86667vw; }
  .tb th {
    border: none;
    padding: .5em 0 0 0;
    width: 100%; }
  .tb td {
    padding: .5em 0; } }

.dl, .dl-dborder {
  margin-bottom: 1.5em; }
  .dl dt, .dl-dborder dt {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: .5em; }
  .dl dd, .dl-dborder dd {
    margin-bottom: .3em; }
    .dl dd:last-child, .dl-dborder dd:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .dl dt, .dl-dborder dt {
    font-size: 1.3rem;
    font-size: 1.73333vw; }
  .dl dd, .dl-dborder dd {
    font-size: 1.3rem;
    font-size: 1.73333vw; } }

.dl-dborder {
  border: 1px solid #cfc1ab;
  padding: 30px 40px;
  position: relative; }
  .dl-dborder:before {
    border: 1px solid #cfc1ab;
    content: '';
    display: block;
    min-height: calc(100% - 4px);
    width: calc(100% - 4px);
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: -1; }

@media screen and (max-width: 767px) {
  .dl-dborder {
    padding: 4.6875% 6.25%; } }

/*
-- ページ個別 CSS
-------------------------------------------------- */
.page-index .l-gnav_wrap {
  height: auto;
  overflow: visible;
}
.page-index .l-gnav .gnav_main {
  height: auto;
  overflow: visible;
}
.page-index .l-gnav .gnav_main .gnav_list li .gnav_sub {
  background-color: #6062ac;
  z-index: 2;
}
.page-index article.l-contents {
  background-color: transparent;
  background-image: none; }

.page-index .section-top {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/bg/bg_top.png"); }
  .page-index .section-top .l-inner {
    max-width: 1180px; }

.page-index .section-gray {
  background-color: #ccc; }

.page-index .top-title {
  float: left;
  width: 464px;
  min-height: 450px;
  margin: 0 28px 0 0;
  padding: 0 12px 0 12px; }
  .page-index .top-title h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.8;
    margin-bottom: 30px; }

.page-index .top-topics h2 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700; }

.page-index .top-topics .topic-items .topic-item {
  margin-top: 10px;
  background-color: #6062ac;
  padding: 10px 10px;
  *zoom: 1; }
  .page-index .top-topics .topic-items .topic-item:after {
    content: "";
    display: block;
    clear: both; }
  .page-index .top-topics .topic-items .topic-item .topic-date {
    float: left;
    width: 90px;
    font-size: 1.3rem;
    line-height: 1.6; }
  .page-index .top-topics .topic-items .topic-item .topic-title {
    float: left;
    width: 310px; }

.page-index .top-topics .topic-items p {
  font-size: 1.7rem;
  line-height: 1.4;
  color: #fff; }

.page-index .top-slide-wrap {
  float: left;
  margin: 7px 0 0;
  width: 685px;
  text-align: center; }
  .page-index .top-slide-wrap .top-slide {
    overflow: hidden;
    height: 450px; }
    /* .page-index .top-slide-wrap .top-slide.slick-initialized {
      height: auto;
      overflow: visible; } */
    .page-index .top-slide-wrap .top-slide .slick-list {
      height: 430px; }
      .page-index .top-slide-wrap .top-slide .slick-track {
        height: 430px; }

.page-index .button_link img {
  width: 104px;
  height: 55px;
  display: block;
  margin: 15px auto; }

.page-index .top-menu {
  position: absolute;
  top: 140px;
  width: 433px;
  height: auto;
  min-width: inherit;
  left: 0;
  background-color: #2e3191;
  background-image: url("../images/bg/bg_top.png");
  background-size: cover; }
  .page-index .top-menu .l-inner {
    max-width: 100%; }
  .page-index .top-menu .i-contact {
    display: none; }
  .page-index .top-menu .logo-pc_top {
    padding: 70px 50px 0px 50px;
    color: #fff;
    display: block;
    font-size: 4.1rem;
    font-weight: 100; }
    .page-index .top-menu .logo-pc_top span {
      font-size: 4.1rem;
      letter-spacing: 0.4rem; }
  .page-index .top-menu .l-nav_link {
    padding: 0 50px 25px 50px; }
    .page-index .top-menu .l-nav_link a {
      position: relative;
      display: inline-block; }
      .page-index .top-menu .l-nav_link a:before {
        content: "";
        position: absolute;
        top: 8px;
        right: -18px;
        height: 10px;
        width: 10px;
        background-image: url("../images/icon/new_window.png");
        background-size: contain; }
    .page-index .top-menu .l-nav_link a,
    .page-index .top-menu .l-nav_link a:hover,
    .page-index .top-menu .l-nav_link a:link,
    .page-index .top-menu .l-nav_link a:visited {
      color: #fff; }
  .page-index .top-menu .l-gnav {
    float: none; }
    .page-index .top-menu .l-gnav .gnav_list {
      display: block;
      margin-top: 0;
      padding: 0 75px 100px 75px;
      float: none; }
      .page-index .top-menu .l-gnav .gnav_list li {
        display: block;
        border-bottom: solid 1px #6f71aa;
        padding: 0; }
        .page-index .top-menu .l-gnav .gnav_list li.gnav_contact {
          display: none; }
        .page-index .top-menu .l-gnav .gnav_list li:before, .page-index .top-menu .l-gnav .gnav_list li:after {
          content: none; }
        .page-index .top-menu .l-gnav .gnav_list li a {
          font-size: 2rem;
          color: #fff;
          display: block;
          padding: 25px 0 10px; }
          .page-index .top-menu .l-gnav .gnav_list li a:link, .page-index .top-menu .l-gnav .gnav_list li a:visited {
            color: #fff; }
          .page-index .top-menu .l-gnav .gnav_list li a:after {
            content: "";
            position: absolute;
            bottom: 20px;
            margin: auto;
            vertical-align: middle;
            right: 10px;
            width: 10px;
            height: 10px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.page-index .page {
  padding-top: 8px; }

.page-index .section {
  padding: 25px 0;
  *zoom: 1; }
  .page-index .section:after {
    content: "";
    display: block;
    clear: both; }
  .page-index .section.section-top {
    padding: 12px 0; }

.page-index .logo-univ {
  width: 180px;
  height: auto; }

.page-index .l-innter-relative {
  position: relative; }

.page-index .slick-dots {
  display: inline-block;
  margin: 0 auto;
  text-align: center; }
  .page-index .slick-dots li {
    display: inline-block;
    width: 40px;
    margin: 0 8px;
    padding: 14px 0;
    float: left;
    cursor: pointer;
    opacity: 0.6; }
    .page-index .slick-dots li.slick-active {
      opacity: 1; }
    .page-index .slick-dots li button {
      display: block;
      width: 100%;
      padding: 0;
      border: none;
      position: relative;
      height: 3px;
      text-indent: -9999px; }
      .page-index .slick-dots li button:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 3px;
        width: 100%;
        background: #fff; }

.page-index article .button_link {
  border: none;
  height: 100%; }

@media screen and (max-width: 767px) {
  .page-index {
    background-color: #2e3191; }
    .page-index .l-gnav .gnav_main {
      overflow-y: scroll;
    }
  .page-index .l-gnav .gnav_main .gnav_list li .gnav_sub {
    background: none;
  }
    .page-index .l-header {
      border: solid 1.33333vw #2e3191;
      border-bottom: none; }
      .page-index .l-header .l-inner {
        padding: 0; }
    .page-index .section-top {
      background-image: none; }
      .page-index .section-top .l-inner {
        max-width: 100%;
        padding: 0 2vw;
        margin-top: 4.66667vw; }
    .page-index .top-title {
      width: 100%;
      min-height: 0;
      float: none;
      height: auto;
      margin: 0;
      border: none;
      padding: 0; }
      .page-index .top-title h1 {
        font-size: 3rem;
        font-size: 4vw;
        text-align: center;
        margin-bottom: 10px;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        line-height: 1.6; }
        .page-index .top-topics .topic-items .topic-item .topic-date {
    float: none;
    width: 100%; }
  .page-index .top-topics .topic-items .topic-item .topic-title {
    float: none;
    width: 100%; }
    .page-index .top-slide-wrap {
      width: 100%;
      height: 75vw;
      float: none;
      margin: 0;
      padding: 0; }
      .page-index .top-slide-wrap .top-slide {
        height: 60vw;
        overflow: visible; }
        .page-index .top-slide-wrap .top-slide .slick-list {
          height: 100%; }
          .page-index .top-slide-wrap .top-slide .slick-track {
            height: 100%; }
    .page-index .section-gray .button_link {
      font-size: 2.4rem;
      font-size: 3.2vw;
      margin-bottom: 5.33333vw; }
      .page-index .section-gray .button_link img {
        width: 18.66667vw;
        height: auto; }
    .page-index .entry_body .entry_section .entry_section-inner {
      padding: 0; }
    .page-index .page {
      padding-top: 16vw; }
    .page-index article.l-contents,
    .page-index footer.l-contents {
      width: 97.33333vw;
      margin: 0 1.33333vw; }
    .page-index .l-inner {
      padding-left: 5.33333vw;
      padding-right: 5.33333vw;
      max-width: inherit;
      width: auto; }
      .page-index .l-inner.l-inner-narrow {
        width: 100%; }
    .page-index .l-footer .copyright {
      padding-left: 0;
      padding-right: 0; }
    .page-index article .button_link {
      height: auto; } }

/* NEWS・トピックス */
.news-tags-wrap {
  margin: 0 auto;
  margin-top: 50px; }

.news-tags {
  display: flex;
  justify-content: center;
  *zoom: 1;
  width: 980px;
  margin: 0 auto; }
  /* .news-tags:after {
    content: "";
    display: block;
    clear: both; } */
  .news-tags li {
    /* float: left; */
    display: inline-block;
    padding: 0 10px;
    margin: 0 0 10px 10px;
    border-radius: 15px;
    background-color: #f2f2f2; }
    .news-tags li:last-child {
      margin-right: 0; }
    .news-tags li a {
      display: inline-block;
      line-height: 44px;
      font-size: 1.4rem;
      padding: 0 3px;
      color: #000; }
      .news-tags li a:link, .news-tags li a:visited {
        color: #000; }
    .news-tags li.s-active {
      background: #2e3191;
      color: #fff; }
      .news-tags li.s-active a {
        color: #fff; }
        .news-tags li.s-active a:link, .news-tags li.s-active a:visited {
          color: #fff; }

.col-news {
  border-right: solid 1px #b3b3b3;
  margin-bottom: 30px; }
  .col-news:nth-child(4n) {
    border-right: none; }
  .col-news a {
    display: block; }
  .col-news h4 {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 34px 0;
    text-align: center;
    background-color: #f6f6f6;
    color: #2e3191;
    margin-bottom: 10px; }
  .col-news .news-date {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 5px; }
  .col-news .news-title {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 30px; }
  .col-news-topics {
    margin: 0 0 30px;
    padding: 0 10px 10px;
    border-bottom: dotted 1px #2e3191; }
  .col-news-topics a {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%; }
  .col-news-topics a h4 {
    width: 210px;
    padding: 3px 20px 0 41px;
    border-right: dotted 1px #2e3191;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .1em;
    position: relative; }
  .col-news-topics a h4:before {
    content: '';
    position: absolute;
    top: calc(50% - 18px);
    left: 0;
    height: 36px;
    width: 36px;
    background-size: contain;
    background-repeat: no-repeat; }
  .col-news-topics a h4.topics-22:before {
    background-image: url("../images/icon/i_plasma.png"); }
  .col-news-topics a h4.topics-23:before {
    background-image: url("../images/icon/i_material.png"); }
  .col-news-topics a h4.topics-24:before {
    background-image: url("../images/icon/i_bio.png"); }
  .col-news-topics a .news-title {
    width: calc(100% - 210px);
    padding: 0 0 0 20px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    letter-spacing: .08em; }

@media screen and (max-width: 767px) {
  .news-tags-wrap-wrap {
    overflow: scroll; }
  .news-tags-wrap {
    width: 10000px; }
  .news-tags {
    display: inline-block;
    width: auto;
    padding: 0 5.33333vw; }
    .news-tags li {
      font-size: 2.7rem;
      font-size: 3.6vw;
      border-radius: 2vw;
      padding: 0 2.4vw;
      margin: 0 3.2vw 1.33333vw 0; }
  .col-news-topics {
    margin: 0 0 3vw;
    padding: 0 10px 10px;
    border-bottom: dotted 1px #2e3191; }
  .col-news-topics a {
    flex-wrap: wrap; }
  .col-news-topics a h4 {
    width: 100%;
    padding: 0 0 2vw 8.6vw;
    border-right: none;
    font-size: 3.46667vw;
    line-height: 1.865; }
  .col-news-topics a h4:before {
    top: 0;
    width: 6.46667vw;
    height: 6.46667vw; }
  .col-news-topics a .news-title {
    width: 100%;
    padding: 0 0 2vw;
    font-size: 3.46667vw; }
}

.entry_body .entry_section .entry_section-inner.entry_section-inner-expand {
  padding: 50px 78px; }

@media screen and (max-width: 767px) {
  .entry_body .entry_section .entry_section-inner.entry_section-inner-expand {
    padding: 9.33333vw 0; } }

.page-about .entry_body .entry_section {
  *zoom: 1; }
  .page-about .entry_body .entry_section:after {
    content: "";
    display: block;
    clear: both; }
  .page-about .entry_body .entry_section .entry_section-left {
    overflow: visible;
    width: 385px;
    float: left; }
  .page-about .entry_body .entry_section .entry_section-right {
    overflow: visible;
    margin-left: 60px;
    width: 691px;
    float: left; }

.page-about .about-note {
  text-align: center; }

.page-about .download_list {
  margin: 50px auto 60px; }

.page-about .about_dl {
  width: 336px;
  border: solid 1px #2e3191;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 15px;
  margin: 50px auto 60px;
  text-align: center; }
  .page-about .about_dl .about_dl-title {
    font-size: 2rem;
    color: #2e3191;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
    display: inline-block; }
    .page-about .about_dl .about_dl-title:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 32.5px;
      width: 24.5px;
      background-image: url("../images/icon/pdf.png");
      background-size: contain; }
  .page-about .about_dl .about_dl-note {
    font-size: 1.2rem; }

.page-about .about_department {
  position: relative;
  margin-top: 35px; }
  .page-about .about_department .about_department-item {
    border: solid 2px #2e3191;
    padding: 0 30px 30px 30px;
    margin-bottom: 30px;
    *zoom: 1; }
    .page-about .about_department .about_department-item:after {
      content: "";
      display: block;
      clear: both; }
  .page-about .about_department .about_department-title {
    position: absolute;
    top: 0;
    padding: 30px 0;
    right: 73px;
    height: 100%;
    width: 115px; }
    .page-about .about_department .about_department-title h4 {
      text-align: center;
      line-height: 113px;
      width: 100%;
      height: 100%;
      color: #2e3191;
      font-size: 3rem;
      font-weight: normal;
      letter-spacing: 0.3rem;
      border: solid 2px #2e3191;
      border-radius: 4px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #f7f7f7;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
  .page-about .about_department .about_department-text {
    width: 413px;
    margin-right: 84px;
    float: left;
    position: relative; }
    .page-about .about_department .about_department-text h4 {
      font-size: 2.6rem;
      font-weight: normal;
      color: #2e3191;
      line-height: 1;
      margin: 0 0 50px;
      padding: 28px 0 0 105px; }
    .page-about .about_department .about_department-text li {
      list-style: disc inside;
      background-color: #f1f1f1;
      color: #2e3191;
      border-radius: 4px;
      padding: 5px 20px;
      margin-bottom: 14px; }
      .page-about .about_department .about_department-text li span {
        color: #000; }
      .page-about .about_department .about_department-text li:last-child {
        margin-bottom: 0; }
    .page-about .about_department .about_department-text:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 83.5px;
      width: 80px;
      background-size: 100% 100%; }
    .page-about .about_department .about_department-text.about_department-text-plasma:before {
      background-image: url("../images/icon/plasma.png"); }
    .page-about .about_department .about_department-text.about_department-text-physics:before {
      background-image: url("../images/icon/physics.png"); }
    .page-about .about_department .about_department-text.about_department-text-bio:before {
      background-image: url("../images/icon/bio.png"); }
  .page-about .about_department .about_department-photo {
    padding-top: 30px;
    width: 345px;
    float: left; }

.page-about .mission {
  background: #fff;
  width: 1136px;
  margin: 0 auto 20px;
  padding: 65px 75px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  *zoom: 1; }
  .page-about .mission:after {
    content: "";
    display: block;
    clear: both; }
  .page-about .mission .mission-image {
    float: left;
    width: 211px; }
  .page-about .mission .mission-text {
    float: left;
    width: 775px;
    padding-left: 30px; }
    .page-about .mission .mission-text .mission-title {
      font-size: 3.0rem;
      line-height: 1;
      margin-bottom: 20px;
      color: #2e3191;
      font-weight: bold; }

.page-about .access-title {
  color: #2e3191;
  font-weight: normal;
  font-size: 2rem; }

.page-about .history_item {
  overflow: hidden;
  *zoom: 1; }
  .page-about .history_item:after {
    content: "";
    display: block;
    clear: both; }
  .page-about .history_item .history_item_year {
    width: 122px;
    margin: 20px 0;
    float: left;
    position: relative; }
    .page-about .history_item .history_item_year:before {
      content: '';
      position: absolute;
      width: 3px;
      height: 200px;
      left: 60px;
      top: -200px;
      background: #2e3191; }
    .page-about .history_item .history_item_year:after {
      content: '';
      position: absolute;
      width: 3px;
      height: 400px;
      left: 60px;
      top: 30px;
      background: #2e3191; }
  .page-about .history_item:first-child .history_item_year:before {
    display: none; }
  .page-about .history_item:last-child .history_item_year:after {
    display: none; }
  .page-about .history_item .history_item_balloon {
    float: left;
    width: 828px;
    margin: 0 0 20px 20px;
    padding: 20px 18px;
    background: #fff;
    border: solid 1px #b2b2b2;
    position: relative;
    line-height: 1.6;
    /*
      span {
        color: $bgColor;
        font-weight: bold;
      }
      */ }
    .page-about .history_item .history_item_balloon strong {
      font-size: 1.8rem;
      color: #2e3191; }
      .page-about .history_item .history_item_balloon strong.fs-l {
        font-size: 2.2rem; }
    .page-about .history_item .history_item_balloon:before {
      content: "";
      position: absolute;
      top: 36px;
      left: -24px;
      margin-top: -12px;
      border: 12px solid transparent;
      border-right: 12px solid #FFF;
      z-index: 2;
      -webkit-transform: scaleY(0.7);
      -ms-transform: scaleY(0.7);
      transform: scaleY(0.7); }
    .page-about .history_item .history_item_balloon:after {
      content: "";
      position: absolute;
      top: 36px;
      left: -26px;
      margin-top: -13px;
      border: 13px solid transparent;
      border-right: 13px solid #b2b2b2;
      z-index: 1;
      -webkit-transform: scaleY(0.7);
      -ms-transform: scaleY(0.7);
      transform: scaleY(0.7); }

@media screen and (max-width: 767px) {
  .page-about .about-note {
    text-align: left; }
  .page-about .entry_body .entry_section .entry_section-left {
    width: 100%;
    float: none;
    margin: 0; }
  .page-about .entry_body .entry_section .entry_section-right {
    width: 100%;
    float: none;
    margin-left: 0; }
  .page-about .download_list {
    margin: 6.66667vw auto 10.66667vw; }
  .page-about .about_dl {
    width: 100%;
    padding: 3.33333vw 2vw;
    margin: 6.66667vw auto 10.66667vw; }
    .page-about .about_dl .about_dl-title {
      font-size: 3.8rem;
      font-size: 5.06667vw;
      padding-left: 8vw; }
      .page-about .about_dl .about_dl-title:before {
        height: 8.66667vw;
        width: 6.53333vw; }
    .page-about .about_dl .about_dl-note {
      margin-top: 2.66667vw;
      font-size: 2.4rem;
      font-size: 3.2vw; }
  .page-about .about_department {
    position: relative;
    margin-top: 10vw;
    border: solid 1px #8da0cd;
    padding: 8vw 4vw 4vw 4vw; }
    .page-about .about_department .about_department-item {
      border: solid 2px #2e3191;
      padding: 0 2.66667vw 2.66667vw 2.66667vw;
      margin-bottom: 30px;
      *zoom: 1; }
      .page-about .about_department .about_department-item:after {
        content: "";
        display: block;
        clear: both; }
    .page-about .about_department .about_department-title {
      position: absolute;
      top: -3.33333vw;
      left: 0;
      right: inherit;
      padding: 0;
      height: auto;
      width: 100%;
      text-align: center; }
      .page-about .about_department .about_department-title h4 {
        display: inline-block;
        width: auto;
        padding: 1.33333vw 6.66667vw;
        line-height: 1;
        font-size: 3rem;
        font-size: 4vw;
        letter-spacing: 0.3rem;
        border: solid 1.5px #2e3191;
        border-radius: 0;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: tb-lr;
        writing-mode: horizontal-tb; }
    .page-about .about_department .about_department-text {
      width: 100%;
      margin: 0;
      float: none;
      position: relative; }
      .page-about .about_department .about_department-text h4 {
        font-size: 3.4rem;
        font-size: 4.53333vw;
        margin: 0 0 8.8vw;
        padding: 4.66667vw 0 0 16vw; }
      .page-about .about_department .about_department-text li {
        list-style: disc inside;
        background-color: #f1f1f1;
        color: #2e3191;
        border-radius: 4px;
        padding: 0.66667vw 5.33333vw;
        margin-bottom: 14px; }
        .page-about .about_department .about_department-text li span {
          font-size: 2.6rem;
          font-size: 3.46667vw;
          margin-left: -2vw; }
        .page-about .about_department .about_department-text li:last-child {
          margin-bottom: 0; }
      .page-about .about_department .about_department-text:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 15.33333vw;
        width: 14.66667vw;
        background-size: 100% 100%; }
    .page-about .about_department .about_department-photo {
      padding-top: 4vw;
      width: 100%;
      margin-right: 0;
      float: none; }
  .page-about .mission {
    width: 100%;
    margin: 0 auto 5.33333vw;
    padding: 8vw; }
    .page-about .mission .mission-image {
      float: none;
      width: 100%;
      margin-bottom: 5.33333vw; }
    .page-about .mission .mission-text {
      float: none;
      width: 100%;
      padding: 0; }
      .page-about .mission .mission-text .mission-title {
        font-size: 4.5rem;
        font-size: 6vw;
        margin-bottom: 2.66667vw;
        line-height: 1.5; }
  .page-about .access-title {
    font-size: 3rem;
    font-size: 4vw; }
  .page-about .access-map {
    height: 70vw; }
  .page-about .history_item .history_item_year {
    width: 26.66667vw;
    margin: 5.33333vw 0; }
    .page-about .history_item .history_item_year:before {
      width: 0.8vw;
      height: 500px;
      left: 13.33333vw;
      top: -500px; }
    .page-about .history_item .history_item_year:after {
      width: 0.8vw;
      height: 1500px;
      left: 13.33333vw;
      top: 6vw; }
  .page-about .history_item .history_item_balloon {
    width: 53.33333vw;
    margin: 0 0 5.33333vw 5.33333vw;
    padding: 5.33333vw 3.33333vw; }
    .page-about .history_item .history_item_balloon strong {
      font-size: 2.8rem;
      font-size: 3.73333vw; }
      .page-about .history_item .history_item_balloon strong.fs-l {
        font-size: 3.5rem;
        font-size: 4.66667vw; }
    .page-about .history_item .history_item_balloon:before {
      top: 10vw; }
    .page-about .history_item .history_item_balloon:after {
      top: 10vw; } }

.page-joint .interview_title {
  font-weight: normal;
  display: inline-block;
  font-size: 1.8rem;
  padding: 5px 15px;
  color: #fff;
  background-color: #2e3191; }

.page-joint .interview-catch {
  height: 615px;
  background-image: url(../images/joint/interview-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .page-joint .interview-catch .interview-catch-image {
    width: 1200px;
    margin: 0 auto; }
    .page-joint .interview-catch .interview-catch-image img {
      margin-top: 43px;
      width: 543px;
      height: auto; }

.page-joint .interview-sec02 {
  overflow: visible; }

.page-joint .interview-sec02-spacer {
  float: left;
  width: 510px;
  height: 670px;
  margin-right: 40px;
  overflow: visible;
  position: relative; }
  .page-joint .interview-sec02-spacer img {
    max-width: inherit;
    width: 811px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0; }

.page-joint .interview-sec03-image {
  background-image: url(../images/joint/joint-04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 510px;
  width: 100%; }

.page-joint .interview-sec04 {
  *zoom: 1; }
  .page-joint .interview-sec04:after {
    content: "";
    display: block;
    clear: both; }

.page-joint .interview-sec04-left {
  float: left;
  width: 470px;
  margin-right: 40px; }

.page-joint .interview-sec04-right {
  float: left;
  width: 470px; }
  .page-joint .interview-sec04-right img {
    max-width: inherit;
    width: 782px;
    height: 652px; }

.page-joint .interview-sec05 {
  *zoom: 1; }
  .page-joint .interview-sec05:after {
    content: "";
    display: block;
    clear: both; }

.page-joint .interview-sec05-left {
  float: left;
  width: 375px;
  margin-right: 40px; }

.page-joint .interview-sec05-right {
  float: left;
  width: 565px; }

.page-joint .interview-prof {
  padding: 70px 50px;
  border: solid 9px #eaeaea; }
  .page-joint .interview-prof .prof-title {
    height: 280px;
    width: 100%;
    position: relative; }
    .page-joint .interview-prof .prof-title h5 {
      font-weight: 300;
      font-size: 1.75rem;
      color: #2e3191;
      padding-top: 90px;
      height: 129px;
      border-bottom: solid 1px #000; }
    .page-joint .interview-prof .prof-title h3 {
      height: 140px;
      font-weight: 300;
      font-size: 3.1rem; }
      .page-joint .interview-prof .prof-title h3 span {
        font-size: 2.1rem; }
    .page-joint .interview-prof .prof-title img {
      position: absolute;
      top: 0;
      right: 0;
      width: 280px;
      height: auto; }
  .page-joint .interview-prof p {
    font-size: 1.4rem; }

.page-joint .entry_section-joint-zone {
  width: 628px;
  border: solid 6px #2e3191;
  border-radius: 6px;
  padding: 20px 35px;
  margin: 0 auto; }
  .page-joint .entry_section-joint-zone .entry_section-joint-zone_title {
    color: #2e3191;
    font-weight: normal;
    text-align: center;
    font-size: 1.8rem;
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #2e3191;
    margin-bottom: 20px; }
  .page-joint .entry_section-joint-zone .entry_section-joint-zone_list li {
    line-height: 1;
    padding: 0 16px;
    font-size: 1.6rem;
    position: relative;
    display: inline-block; }
    .page-joint .entry_section-joint-zone .entry_section-joint-zone_list li span {
      line-height: 1.6; }
    .page-joint .entry_section-joint-zone .entry_section-joint-zone_list li:before {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -4px;
      content: "";
      height: 10px;
      width: 10px;
      border: solid 5px #2e3191;
      border-radius: 50%; }
  .page-joint .entry_section-joint-zone .entry_section-joint-zone_list-note {
    font-size: 1.4rem; }

.page-joint .entry_section-joint {
  width: 720px;
  margin: 0 auto; }

.page-joint .consortium_banners {
  width: 100%;
  border: solid 1px #2e3191;
  padding: 25px; }
  .page-joint .consortium_banners .consortium_banners_title {
    color: #2e3191;
    font-weight: normal;
    text-align: center;
    font-size: 1.8rem;
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #2e3191; }
  .page-joint .consortium_banners .consortium_banners_banners {
    padding-top: 20px; }

.page-joint .table tr {
  border-color: #c2c3c5; }
  .page-joint .table tr td {
    padding: 20px 35px; }
    .page-joint .table tr td strong {
      color: #2e3191;
      font-size: 1.6rem;
      font-weight: bold; }
    .page-joint .table tr td p {
      line-height: 1.8; }

.page-joint .table.table-saitaku tr th, .page-joint .table.table-saitaku tr td {
  border-left: solid 1px #c2c3c5;
  border-right: solid 1px #c2c3c5;
  padding: 20px 14px;
  width: auto;
  min-width: 100px;
 }
.page-joint .table.table-saitaku tr td:first-child {
  width: 45px;
  text-align: center;
}
.page-joint .table.table-saitaku tr th:nth-child(2),
.page-joint .table.table-saitaku tr td:nth-child(2){
	text-align: center;
	white-space: normal;
}
.page-joint .table.table-saitaku tr td:nth-child(3),
.page-joint .table.table-saitaku tr td:nth-child(4) {
  width: 290px; }
.page-joint .table.table-saitaku tr td:nth-child(5),
.page-joint .table.table-saitaku tr td:nth-child(6) {
  width: 124px; }
  .page-joint .table.table-saitaku tr th.br-s, .page-joint .table.table-saitaku tr td.br-s {
    border-right: solid 3px #c2c3c5; }

.page-joint .download_list-joint .download_list-title {
  font-size: 1.75rem;
  letter-spacing: -0.15rem; }

.page-joint .download_list-joint.download_list-single {
  padding: 29px 25px; }
  .page-joint .download_list-joint.download_list-single .download_list-title:before {
    top: 0; }

.col-md-3 .download_english{
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding-top: 5px;
  padding-left: 15px;
  display: block;
  position: relative;
  font-size: 1.2rem;
}
.col-md-3 .download_english:before {
  position: absolute;
  top: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #2e3191;
  border-right: 1px solid #2e3191;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .page-joint .interview_title {
    font-size: 2.6rem;
    font-size: 3.46667vw;
    padding: 5px 10px; }
  .page-joint .interview-catch {
    height: 30vh; }
    .page-joint .interview-catch .interview-catch-image {
      width: 90%; }
      .page-joint .interview-catch .interview-catch-image img {
        margin-top: 3vh;
        width: 25vh; }
  .page-joint .interview-sec02 {
    overflow: visible; }
  .page-joint .interview-sec02-spacer {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0; }
    .page-joint .interview-sec02-spacer img {
      max-width: inherit;
      width: 100%;
      height: auto;
      position: relative; }
  .page-joint .interview-sec04 {
    *zoom: 1; }
    .page-joint .interview-sec04:after {
      content: "";
      display: block;
      clear: both; }
  .page-joint .interview-sec04-left {
    float: none;
    width: 100%;
    margin-right: 0; }
  .page-joint .interview-sec04-right {
    float: none;
    width: 100%; }
    .page-joint .interview-sec04-right img {
      width: 100%;
      height: auto; }
  .page-joint .interview-sec05-left {
    float: none;
    width: 100%;
    margin-right: 0; }
  .page-joint .interview-sec05-right {
    float: none;
    width: 100%; }
  .page-joint .interview-prof {
    padding: 25px 20px;
    border: solid 4px #eaeaea; }
    .page-joint .interview-prof .prof-title {
      height: auto; }
      .page-joint .interview-prof .prof-title h5 {
        padding-top: 0;
        height: auto;
        border-bottom: solid 1px #000; }
      .page-joint .interview-prof .prof-title h3 {
        height: auto;
        margin-bottom: 4vw; }
      .page-joint .interview-prof .prof-title img {
        position: relative;
        width: 100%; }
    .page-joint .interview-prof p {
      font-size: 1.4rem; }
  .page-joint .entry_section-joint-zone {
    width: 100%;
    padding: 4vw; }
    .page-joint .entry_section-joint-zone .entry_section-joint-zone_title {
      padding: 2.66667vw 0 8vw 0;
      margin-bottom: 5.33333vw;
      font-size: 3.6rem;
      font-size: 4.8vw; }
    .page-joint .entry_section-joint-zone .entry_section-joint-zone_list-note {
      font-size: 2.8rem;
      font-size: 3.73333vw; }
  .page-joint .entry_section-joint {
    width: 100%; }
  .page-joint .consortium_banners {
    padding: 5.33333vw; }
    .page-joint .consortium_banners .consortium_banners_title {
      font-size: 3.6rem;
      font-size: 4.8vw;
      padding: 2.66667vw 0 8vw 0; }
    .page-joint .consortium_banners .consortium_banners_banners {
      padding-top: 5.33333vw; }
  .page-joint .entry_section-joint-zone_list li {
    padding: 2vw 0 2vw 5.33333vw;
    font-size: 2.6rem;
    font-size: 3.46667vw; }
    .page-joint .entry_section-joint-zone_list li span {
      color: #000;
      line-height: 1.6; }
    .page-joint .entry_section-joint-zone_list li:before {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -4px;
      content: "";
      height: 10px;
      width: 10px;
      border: solid 5px #2e3191;
      border-radius: 50%; }
  .page-joint .table {
    margin-bottom: 0; }
    .page-joint .table tr td {
      padding: 4vw; }
      .page-joint .table tr td strong {
        font-size: 3.5rem;
        font-size: 4.66667vw; }
    .page-joint .table.table-saitaku {
      width: 270vw;
      margin: 0 4vw; }
      .page-joint .table.table-saitaku tr th, .page-joint .table.table-saitaku tr td {
        float: none;
        width: auto;
        padding: 1vw 4vw; }
    .page-joint .table.table-saitaku tr td:first-child {
      width: 12.6vw; }
	.page-joint .table.table-saitaku tr th:nth-child(2),
	.page-joint .table.table-saitaku tr td:nth-child(2){
		width: 78px;
	}
    .page-joint .table.table-saitaku tr td:nth-child(3),
    .page-joint .table.table-saitaku tr td:nth-child(4) {
      width: 84vw; }
    .page-joint .table.table-saitaku tr td:nth-child(5),
    .page-joint .table.table-saitaku tr td:nth-child(6) {
      width: auto; }
  .page-joint .l-zoom.l-zoom-saitaku {
    height: auto;
    max-height: inherit; }
  .page-joint .download_list-joint .download_list-title {
    font-size: 3.5rem;
    font-size: 4.66667vw;
    letter-spacing: 0; }
  .page-joint .download_list-joint.download_list-single {
    padding: 6.4vw 4vw; } }

/*
.joint_list-01 {
  .joint_list-title p:before {
    background-image: url("../images/icon/joint-i1.png");
  }
}
.joint_list-02 {
  .joint_list-title p:before {
    background-image: url("../images/icon/joint-i2.png");
  }
}
.joint_list-03 {
  .joint_list-title p:before {
    background-image: url("../images/icon/joint-i3.png");
  }
}
*/
.page-platform .section_title-note {
  text-align: center; }
  .page-platform .section_title-note span {
    color: #2e3191; }
    .page-platform .section_title-note span span {
      font-size: 2.3rem; }

.page-platform .section {
  border-bottom: none; }

@media screen and (min-width: 768px) {
  body.scroll .page.page-platform {
    margin-top: 76px; }
  .gnav-platform.l-gnav_wrap {
    height: 76px;
    overflow: hidden; } }

@media screen and (max-width: 767px) {
  .page-platform .section_title-note {
    margin-top: 4.66667vw;
    font-size: 2rem;
    font-size: 2.66667vw; }
    .page-platform .section_title-note span span {
      font-size: 3rem;
      font-size: 4vw; } }

.page-team .entry_section-team ,.page-about .entry_section-team{
  width: 720px;
  margin: 0 auto; }

.page-team .entry_section-interview ,.page-about .entry_section-interview{
  border-bottom: solid 1px #c8c8c8; }
  .page-team .entry_section-interview h3 ,.page-about .entry_section-interview h3{
    font-size: 1.8rem;
    color: #2e3191; }

@media screen and (max-width: 767px) {
  .page-team .entry_section-team ,.page-about .entry_section-team{
    width: 100%; } }

.page-cooperation .coop_block {
  padding: 35px;
  color: #2e3191; }
  .page-cooperation .coop_block .coop_block_inner {
    *zoom: 1;
    width: 680px;
    margin: 0 auto; }
    .page-cooperation .coop_block .coop_block_inner:after {
      content: "";
      display: block;
      clear: both; }
  .page-cooperation .coop_block .coop_item {
    float: left;
    width: 210px;
    margin-right: 25px; }
    .page-cooperation .coop_block .coop_item:last-child {
      margin-right: 0; }
  .page-cooperation .coop_block .coop_item_title {
    text-align: center;
    line-height: 2; }

.page-cooperation .link_block-coop {
  height: 64px; }
  .page-cooperation .link_block-coop a {
    padding-top: 20px; }

.page-cooperation .link_block-coop2 {
  height: 88px; }
  .page-cooperation .link_block-coop2 a {
    padding-top: 18px; }

.page-cooperation .col-cooperation {
  margin-bottom: 83px; }
/*
  .page-cooperation .col-cooperation:after {
    content: "";
    position: absolute;
    bottom: -82px;
    left: 100px;
    height: 82px;
    width: 328.5px;
    border: none;
    background-image: url(../images/cooperation/cooperation01.png);
    background-size: contain; }
 */
  .page-cooperation .col-cooperation .link_block {
    height: auto; }

.page-cooperation .entry_section-rect.entry_section-rect-s {
  padding: 0; }
  .page-cooperation .entry_section-rect.entry_section-rect-s a {
    padding: 20px 30px; }

.page-cooperation .entry_section-rect .entry_section-rect_text {
  color: #000;
  text-align: left; }

@media screen and (max-width: 767px) {
  .page-cooperation .coop_block {
    padding: 5.33333vw; }
    .page-cooperation .coop_block .coop_block_inner {
      width: 100%; }
    .page-cooperation .coop_block .coop_item {
      width: 100%;
      margin-right: 0; }
  .page-cooperation .col-cooperation {
    margin-bottom: 17.49333vw; }
    .page-cooperation .col-cooperation:after {
      content: "";
      position: absolute;
      bottom: -17.49333vw;
      left: 13.33333vw;
      height: 17.49333vw;
      width: 70.08vw; }
    .page-cooperation .col-cooperation .link_block {
      height: auto; }
  .page-cooperation .link_block-coop {
    height: 17.33333vw; }
    .page-cooperation .link_block-coop a {
      font-size: 3rem;
      font-size: 4vw;
      padding-top: 6.66667vw; }
  .page-cooperation .link_block-coop2 {
    height: 21.33333vw; }
    .page-cooperation .link_block-coop2 a {
      font-size: 3rem;
      font-size: 4vw;
      padding-top: 6.66667vw; } }

.page-news .news-detail-date {
  font-size: 2rem;
  color: #2e3191;
  margin-bottom: 20px; }

.page-news .news-detail-title {
  font-size: 3.9rem;
  font-weight: 100;
  color: #2e3191;
  line-height: 1.6;
  margin-bottom: 50px; }

.page-news h2 {
  font-size: 2.4rem;
  font-weight: 100;
  color: #2e3191;
  background-color: #f0f1f7;
  padding: 10px 15px;
  margin-bottom: 25px; }

.page-news .entry-freearea table tr {
  border-color: #b3b3b3; }
  .page-news .entry-freearea table tr td {
    padding: 20px 35px; }

.page-news .news-nav {
  *zoom: 1; }
  .page-news .news-nav:after {
    content: "";
    display: block;
    clear: both; }
  .page-news .news-nav .news-nav-prev {
    padding: 10px 0 10px 50px;
    position: relative;
    float: left; }
    .page-news .news-nav .news-nav-prev:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      height: 33px;
      width: 33px;
      margin-top: -16.5px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      background-image: url(../images/icon/icon_c_left.png); }
  .page-news .news-nav .news-nav-next {
    padding: 10px 50px 10px 0;
    position: relative;
    float: right; }
    .page-news .news-nav .news-nav-next:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      height: 33px;
      width: 33px;
      margin-top: -16.5px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      background-image: url(../images/icon/icon_c_right.png); }

@media screen and (max-width: 767px) {
  .page-news .news-detail-date {
    font-size: 2.8rem;
    font-size: 3.73333vw;
    margin-bottom: 5.33333vw; }
  .page-news .news-detail-title {
    font-size: 4.8rem;
    font-size: 6.4vw;
    margin-bottom: 13.33333vw; }
  .page-news h2 {
    font-size: 3.2rem;
    font-size: 4.26667vw;
    padding: 2.66667vw 4vw;
    margin-bottom: 6.66667vw; }
  .page-news .entry-freearea table tr {
    border-color: #b3b3b3; }
    .page-news .entry-freearea table tr td {
      padding: 4vw; }
  .page-news .entry-freearea img {
    height: auto; }
  .page-news .news-nav {
    *zoom: 1; }
    .page-news .news-nav:after {
      content: "";
      display: block;
      clear: both; }
    .page-news .news-nav .news-nav-prev {
      padding: 2.66667vw 0 2.66667vw 13.33333vw; }
      .page-news .news-nav .news-nav-prev:after {
        height: 8.8vw;
        width: 8.8vw;
        margin-top: -4.4vw; }
    .page-news .news-nav .news-nav-next {
      padding: 2.66667vw 13.33333vw 2.66667vw 0; }
      .page-news .news-nav .news-nav-next:after {
        height: 8.8vw;
        width: 8.8vw;
        margin-top: -4.4vw; } }

.page-sitemap .sitemap-links {
  margin-bottom: 40px; }
  .page-sitemap .sitemap-links .main-menu {
    display: block;
    font-size: 2rem;
    border-bottom: solid 1px #2e3191;
    padding: 10px 10px 10px 25px;
    margin-bottom: 10px;
    position: relative; }
    .page-sitemap .sitemap-links .main-menu:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      height: 13.5px;
      width: 20px;
      margin-top: -6.75px;
      background-repeat: no-repeat;
      background-size: 9.5px 13.5px;
      background-position: center;
      background-image: url(../images/icon/icon-page-next.png); }
    .page-sitemap .sitemap-links .main-menu.s-disabled {
      pointer-events: none;
      opacity: 1;
      color: rgba(46, 49, 145, 0.3); }
      .page-sitemap .sitemap-links .main-menu.s-disabled:link, .page-sitemap .sitemap-links .main-menu.s-disabled:visited {
        color: rgba(46, 49, 145, 0.3); }
  .page-sitemap .sitemap-links ul li a {
    font-size: 1.8rem;
    color: #000;
    padding: 5px 0 5px 50px;
    display: inline-block;
    position: relative; }
    .page-sitemap .sitemap-links ul li a:link, .page-sitemap .sitemap-links ul li a:visited {
      color: #000; }
    .page-sitemap .sitemap-links ul li a:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 30px;
      height: 11px;
      width: 7.5px;
      margin-top: -5.5px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      background-image: url(../images/icon/i_link.png); }
    .page-sitemap .sitemap-links ul li a.s-disabled {
      color: #c9c9c9;
      opacity: 1;
      pointer-events: none; }
      .page-sitemap .sitemap-links ul li a.s-disabled:link, .page-sitemap .sitemap-links ul li a.s-disabled:visited {
        color: #c9c9c9; }

@media screen and (max-width: 767px) {
  .page-sitemap .sitemap-links {
    margin-bottom: 10.66667vw; }
    .page-sitemap .sitemap-links .main-menu {
      font-size: 3.4rem;
      font-size: 4.53333vw;
      padding: 2.66667vw 2.66667vw 2.66667vw 6.66667vw;
      margin-bottom: 2.66667vw; }
      .page-sitemap .sitemap-links .main-menu:before {
        height: 3.6vw;
        width: 5.33333vw;
        margin-top: -1.8vw;
        background-size: 2.53333vw 3.6vw; }
    .page-sitemap .sitemap-links ul li a {
      font-size: 3rem;
      font-size: 4vw;
      padding: 1.33333vw 0 1.33333vw 13.33333vw; }
      .page-sitemap .sitemap-links ul li a:before {
        left: 8vw;
        height: 2.93333vw;
        width: 2vw;
        margin-top: -1.46667vw; } }

.page-member .section_title {
  text-align: left;
  font-size: 2.4rem;
  margin-bottom: 25px;
  font-weight: 400; }

.page-member .member_item {
  *zoom: 1; }
  .page-member .member_item:after {
    content: "";
    display: block;
    clear: both; }
  .page-member .member_item .member_item-name {
    font-size: 2.1rem;
    width: 235px;
    float: left;
    padding: 0 45px; }
  .page-member .member_item .member_item-belongs {
    padding: 2.5px 28px;
    float: left;
    font-size: 1.6rem;
    border-left: solid 1px #2e3191; }

.page-member .table-bumon .member_item .member_item-name {
  width: auto; }

.page-member .table {
  margin-bottom: 75px;
  table-layout: fixed; }
  .page-member .table tr th {
    padding: 20px 0;
    color: #000;
    vertical-align: top;
    text-align: center;
    font-size: 1.6rem;
    width: 133px;
    line-height: 4.16rem; }
    .page-member .table tr th.member_belongs {
      background-color: #e4e4e4;
      border-right: solid 1px #979797; }
  .page-member .table tr td {
    padding: 20px 5px; }
    .page-member .table tr td.member_post {
      padding-top: 28px;
      vertical-align: top;
      text-align: center;
      font-size: 1.6rem;
      width: 133px;
      background-color: #f1f1f1; }

@media screen and (max-width: 767px) {
  .page-member .section_title {
    font-size: 3.6rem;
    font-size: 4.8vw;
    margin-bottom: 6.66667vw; }
  .page-member .member_item {
    *zoom: 1; }
    .page-member .member_item:after {
      content: "";
      display: block;
      clear: both; }
    .page-member .member_item .member_item-name {
      display: block;
      font-size: 3.2rem;
      font-size: 4.26667vw;
      width: 50%;
      padding: 0; }
    .page-member .member_item .member_item-belongs {
      width: 50%;
      padding: 1.06667vw 1.33333vw;
      float: left;
      font-size: 2.4rem;
      font-size: 3.2vw;
      border-left: solid 1px #2e3191;
      vertical-align: top; }
  .page-member .table-bumon .member_item .member_item-name {
    width: 100%; }
  .page-member .table {
    margin-bottom: 20vw; }
    .page-member .table tr th {
      padding: 1.33333vw 2.66667vw;
      font-size: 2.8rem;
      font-size: 3.73333vw;
      width: 100%;
      line-height: 1.6;
      text-align: left; }
      .page-member .table tr th.member_belongs {
        width: 30%;
        height: 8.64vw; }
    .page-member .table tr td {
      padding: 1.33333vw 2.66667vw 6.66667vw 2.66667vw;
      text-align: center; }
      .page-member .table tr td.member_post {
        padding: 1.33333vw 2.66667vw;
        height: 8.64vw;
        width: 70%;
        vertical-align: top;
        text-align: left;
        font-size: 2.8rem;
        font-size: 3.73333vw;
        line-height: 1.6;
        border: none; } }

/* 英語版のヘッダー調整 */
@media screen and (min-width: 768px) {
  .st-translated .l-gnav .gnav_main .gnav_list a span.gnav_item-2l {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(3) a span.gnav_item-2l,
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(6) a span.gnav_item-2l,
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(8) a span {
    padding-top: 0;
    padding-bottom: 0;
  }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(2) {
    width: 140px;/*18*/
  }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(4) {
    width: 130px;/*29*/
  }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(5) {
    width: 171px;/*134+19+18*/
  }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(7) {
    width: 170px;
  }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(7):before {
    margin-top: 0;
  }
  .st-translated .l-gnav .gnav_main .gnav_list li:last-child {
    width: 172px;
  }
  .st-translated .l-gnav .gnav_main .gnav_list li:last-child:before {
    margin-top: -12px;
  }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(3) a,
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(8) a {
    width: 65%;
  }
  .st-translated .l-gnav .gnav_main .gnav_list li li a {
    width: 100% !important;
  }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(8) a span {
    text-align: left;
  }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(2) li:nth-child(3) {
    width: 215px; }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(2) li:nth-child(4) {
    width: 157px; }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(2) li:nth-child(5) {
    width: 118px; }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(2) li:last-child {
    width: 70px; }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(5) li:first-child {
    width: 140px; }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(5) li:nth-child(3) {
    width: 210px; }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(6) li:last-child {
    width: 180px; }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(7) li:first-child {
    width: 200px; }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(7) li:nth-child(2) {
    width: 200px; }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(8) li:first-child {
    width: 160px; }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(8) li:nth-child(2) {
    width: 240px; }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(3) .gnav_sub a span {
    padding: 0;
    line-height: 1.4;
  }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(3) li:nth-child(4) a,
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(3) li:nth-child(6) a,
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(3) li:last-child a {
    padding: 11px 0;
  }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(3) li:nth-child(4),
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(3) li:nth-child(6) {
    width: 135px;
  }
  .st-translated .l-gnav .gnav_main .gnav_list li:nth-child(3) li:last-child {
    width: 160px;
  }
  .st-translated .page-about .link_block a span {
    text-align: center; }
  .st-translated .page-field .link_block a span {
    text-align: center; }
  .st-translated .entry_table .entry_table_arrow {
    padding: 5px; }
    .st-translated .entry_table .entry_table_arrow:after {
      display: none; } }
/*** about interview ***/
	.about_int.section{
		padding-top: 0;
	}
	.dfb{
		display: flex;
		justify-content: space-between;
	}
	.dfb_left{
		width: 400px;
		padding: 0 20px;
		background: #2e3191;
	}
	.dfb_right{
		width: 320px;
	}
	.about_int_a{
		color:#fff;
	}
	.about_int_a h3,.about_int_a p{
		color:#fff!important;
	}
	.about_int_a h3{
		font-weight: normal;
		font-size: 20px!important;
		margin-top: 20px;
	}
	.about_int_a .dfb_left p{
		font-size: 13px;
		margin-top: 15px;
		letter-spacing: 0;
		font-family: "Hiragino Mincho ProN", "serif";
		font-weight: lighter;
		margin-bottom: 20px;
	}
@media screen and (max-width: 767px) {
	.dfb{
		display: block;
	}
	.dfb_left{
		width: 100%;
		padding: 0 20px;
	}
	.dfb_right{
		width: 100%;
	}
	.about_int_a h3{
		margin-top: 0;
	}
	.about_int_a .dfb_left p{
		font-size: 13px;
		margin-top: 10px;
		letter-spacing: 0;
		font-family: "Hiragino Mincho ProN", "serif";
		font-weight: lighter;
		margin-bottom: 0;
	}
	.about_int_a .dfb_left{
		padding: 10px 15px;
	}
	.boot_pn{
		padding: 0;
	}
}
.map{
	text-align: center;
}


/*** activity ***/
#activity-list {
  padding-top: 70px;
}
.activity-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 78px;
}
.activity-wrap .year-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 238px;
}
.activity-wrap .year-list a {
  display: block;
  width: 100px;
  padding: 15px 0;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 1.4rem;
  color: #000;
  line-height: 1;
}
.activity-wrap .year-list a.active,
.activity-wrap .year-list a:hover {
  background-color: #2e3191;
  color: #fff;
  opacity: 1;
}
.activity-wrap .js-activity-items {
  width: calc(100% - 238px);
}
.activity-wrap .js-activity-items .col-news.col-activity {
  display: none;
  width: 33%;
  padding: 0 15px 30px;
}
.activity-wrap .js-activity-items .col-news.col-activity:nth-child(4n) {
  border-right: solid 1px #b3b3b3;
}
.activity-wrap .js-activity-items .col-news.col-activity:nth-child(3n) {
  border-right: none;
}
.activity-wrap .js-activity-items .col-news.col-activity .news-activity-thumb {
  width: 100%;
  height: 147px;
  margin-bottom: 20px;
  background-position: center center;
  background-size: 100% auto;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #activity-list {
    padding-top: 6vw;
  }
  .activity-wrap {
    display: block;
    padding: 0;
  }
  .activity-wrap .year-list {
    flex-direction: row;
    width: auto;
    margin-bottom: 9.33333vw;
    overflow: scroll;
  }
  .activity-wrap .year-list a {
    margin: 0 20px 0 0;
  }
  .activity-wrap .js-activity-items {
    width: 100%;
    margin: 0 auto;
  }
  .activity-wrap .js-activity-items .col-news.col-activity {
    width: 50%;
    padding: 0 15px 30px 0;
  }
  .activity-wrap .js-activity-items .col-news.col-activity:nth-child(3n) {
    border-right: solid 1px #b3b3b3;
  }
  .activity-wrap .js-activity-items .col-news.col-activity:nth-child(even) {
    border-right: none;
    padding: 0 0 30px 15px;
  }
  .activity-wrap .js-activity-items .col-news.col-activity .news-activity-thumb {
    height: 26.41509vw;
    margin-bottom: 10px;
  }
}


/*** results ***/
.page_title_2 {
  width: 100%;
  padding: 30px 0;
  border-bottom: solid 1px #b3b3b3;
}
.page_title_2 h2 {
  width: 980px;
  margin: 0 auto;
  font-size: 3.6rem;
  font-weight: 100;
  color: #2e3191;
  line-height: 1;
}

#results-list {
  padding-top: 50px;
}
.results-wrap {
  padding: 0 118px;
}
.results-wrap .year-block {
  display: none;
  margin: 0 auto 40px;
}
.results-wrap .year-block .year-title {
  margin: 0 auto 30px;
  padding: 15px 0;
  border-radius: 10px;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 1.4rem;
  color: #000;
  line-height: 1;
  cursor: pointer;
}
.results-wrap .year-block .year-title:after {
  content: '▼';
  display: inline-block;
  font-size: 1rem;
  color: #969696;
  margin-left: 10px;
}
.results-wrap .year-block .year-title.open {
  background-color: #2e3191;
  color: #fff;
}
.results-wrap .year-block .year-title.open:after {
  color: #fff;
  transform: rotate(180deg);
}
.results-wrap .year-block .year-inner {
  display: none;
  padding: 0 20px;
}
.results-wrap .year-block.sub .year-inner {
  padding: 0 0 0 100px;
}
.results-wrap .year-block .year-inner ul li {
  display: block;
  margin: 0 auto 10px;
  padding: 0 15px 10px;
  border-bottom: dashed 1px #cecece;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.5;
}
.results-wrap .year-block .year-inner ul li p {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.5;
}
.results-wrap .year-block .year-inner ul li a {
  font-size: 1.4rem;
  color: #2e3191;
  line-height: 1.5;
  text-decoration: underline;
}
.results-wrap .year-block .year-inner ul li a[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/icon/new_window-black.png) no-repeat;
  margin-left: 10px;
}
.results-wrap .year-block .year-subblock {
  margin: 0 auto 40px;
}
.results-wrap .year-block .year-subblock .year-inner {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .page_title_2 {
    padding: 20px 8.66667vw;
  }
  .page_title_2 h2 {
    width: 100%;
    font-size: 4.8vw;
  }

  #results-list {
    padding-top: 6vw;
  }
  .results-wrap {
    padding: 0;
  }
  .results-wrap .year-block {
    margin: 0 auto 9.33333vw;
  }
  .results-wrap .year-block .year-title {
    margin: 0 auto 6.5vw;
    font-size: 4vw;
  }
  .results-wrap .year-block .year-inner {
    padding: 0 10px;
  }
  .results-wrap .year-block.sub .year-inner {
    padding: 0 0 0 10vw;
  }
  .results-wrap .year-block .year-inner ul li a {
    font-size: 3.5vw;
  }
  .results-wrap .year-block .year-subblock {
    margin: 0 auto 9.33333vw;
  }
  .results-wrap .year-block .year-subblock .year-inner {
    padding: 0 10px;
  }
  .results-wrap .year-block .year-subblock .year-inner iframe {
    display: block;
    width: 100% !important;
  }
}


/*CASPP*/
.page-caspp img{
	height: auto;
}
.page-caspp p{
	line-height: 1.8;
}
.page-caspp .m-top{
	margin-top: 60px;
}
.page-caspp .m-bottom{
	margin-bottom: 60px;
}
.button-arrow-L-right{
	display: inline-block;
	position: relative;
	padding: 15px 15px 15px 30px;
}
.button-arrow-L-right::before{
	position: absolute;
	top: 2px;
	bottom: 0;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
	margin: auto 0;
	content: "";
}

.table-caspp-schedule{}
.table-caspp-schedule td span{
	font-size: 12px;
}
.table-caspp-schedule tr:nth-of-type(1){
	border-top: none !important;
}
.table-caspp-schedule-title{
	background-color: #E8E8F3 !important;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: normal;
	color: #2e3191;
}
.table-caspp-schedule-title span{
	display: block;
	margin-top: 5px;
	font-size: 16px;
}
.table-caspp-schedule-flex{
	display: flex;
	flex-wrap: wrap;
}
.table-caspp-schedule-flex .flex-item-txt{
	width: 440px;
	max-width: 100%;
}
.table-caspp-schedule-flex .flex-item-img{
	width: 133px;
	margin: 0 0 0 60px;
}

.border-box-blue{
	border: solid 3px #2E3191;
	padding: 10px;
	line-height: 1.6 !important;
}
.page-caspp .border-box-blue{
	margin-bottom: 60px;
}

/* .page-caspp .flex-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.page-caspp .flex-item-left{
	width: 260px;
}
.page-caspp .flex-item-right{
	width: 688px;
} */

.page-caspp .in-page-link{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 60px;
}
.page-caspp .in-page-link li{
	flex-grow: 1;
	border-left: solid 1px #2E3191;
	text-align: center;
	font-size: 16px;
}
.page-caspp .in-page-link li:nth-last-of-type(1){
	border-right: solid 1px #2E3191;
}
.page-caspp .in-page-link li a{
	position: relative;
	display: inline-block;
	padding-left: 18px;
}
.page-caspp .in-page-link li a::before{
	position: absolute;
	top: -3px;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #2E3191;
	border-right: 1px solid #2E3191;
	transform: rotate(45deg);
	margin: auto 0;
	content: "";
}

.download_list-caspp{
	width: 180px;
	padding: 12px 25px;
}
.download_list-caspp .download_list-title:before{
	top: inherit;
}

.page-caspp .table-caspp-schedule th{
	font-size: 22px;
	font-weight: normal;
	vertical-align: top;
}
.page-caspp .table-caspp-schedule th span{
	display: block;
	margin-top: 5px;
	font-size: 16px;
}
.page-caspp .table-caspp-schedule th.end{
	color: #999;
}
.page-caspp .table-caspp-schedule th.end .end-txt{
	display: inline-block;
	padding-left: 10px;
	color: #2e3191;
	font-size: 18px;
}
.page-caspp .table-caspp-schedule th.end .report-link{
	display: inline-block;
	position: relative;
	margin-top: 10px;
	font-size: 16px;
}
.page-caspp .table-caspp-schedule th.end .report-link::after{
	position: absolute;
	top: 3px;
	bottom: 0;
	right: -30px;
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: auto 10px;
	border-top: 2px solid #2e3191;
	border-right: 2px solid #2e3191;
	transform: rotate(45deg);
}

.page-caspp .table-caspp-schedule td{
	padding: 20px 25px;
}

.not_available_link{
	margin: 20px auto 0;
}
#not_available{
	width: 100%;
	margin: -76px auto 0;
	padding-top: calc(76px + 40px);
}
#not_available table{
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}
#not_available table th{
	letter-spacing: 0.05em;
}
#not_available a{
	font-size: 16px;
}

.caspp-schedule-link{
	margin-bottom: 20px;
}
.caspp-schedule-link a{
	position: relative;
	display: block;
	text-align: center;
	border: solid 3px #2E3191;
	box-sizing: border-box;
	background-color: #2e3191;
	width: 100%;
	padding: 10px;
	color: #fff;
	font-size: 24px;
}
.caspp-schedule-link a:hover{
	background-color: #fff;
	color: #2e3191;
}
.caspp-schedule-link a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3em;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 20px;
	height: 20px;
	margin: auto 0;
	transform: rotateZ(45deg);
	content: "";
}
.caspp-schedule-link a:hover::after{
	border-top: solid 2px #2e3191;
	border-right: solid 2px #2e3191;
}

.plasmasociety_nyukai{
	box-sizing: border-box;
	background-color: #E8E8F3 ;
	text-align: center;
	padding: 20px;
}
.plasmasociety_nyukai h3{
	color: #292c94;
	font-size: 24px;
}
.plasmasociety_nyukai p{
	font-size: 18px;
}
.plasmasociety_nyukai_bnr{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 600px;
	margin: 20px auto 0;
}
.plasmasociety_nyukai_bnr .item{
	width: 290px;
}
.plasmasociety_nyukai_bnr .item img{
	width: 100%;
	height: auto;
}

.plasmasociety_kako_kouza{
	box-sizing: border-box;
	text-align: center;
	border-radius: 16px;
	background-color: #eee ;
	text-align: center;
	margin-top: 20px !important;
	padding: 20px;
}
.plasmasociety_kako_kouza h3{
	font-size: 28px;
	color: #333;
}
.plasmasociety_kako_kouza p{
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
.page-caspp .page_header{
	height: 27.33333vw;
}
.page-caspp p{
	line-height: 1.6;
}
.page-caspp .m-top{
	margin-top: 40px;
}

.table-caspp-schedule{
	text-align: center;
}
.table-caspp-schedule-title{
	background-color: #E8E8F3 !important;
	padding: 20px 10px;
	font-size: 20px;
}
.table-caspp-schedule-title span{
	font-size: 16px;
}
.page-caspp .table-caspp-schedule th.end .report-link::after{
	top: 0;
}
.table-caspp-schedule-flex{
	display: block;
}
.table-caspp-schedule-flex .flex-item-txt{
	width: 100%;
}
.table-caspp-schedule-flex .flex-item-img{
	width: 60%;
	margin: 20px auto 0;
}
.table-caspp-schedule-flex .flex-item-img img{
	width: 100%;
	height: auto;
}

/* .page-caspp .flex-wrap{
	display: block;
	align-items: inherit;
	margin-bottom: 60px;
}
.page-caspp .flex-item-left{
	width: 100%;
	margin-bottom: 20px;
}
.page-caspp .flex-item-right{
	width: 100%;
} */

.page-caspp .in-page-link{
	border: 1px solid #2E3191;
	padding: 20px;
}
.page-caspp .in-page-link li{
	text-align: left;
	border: none;
	margin-bottom: 10px;
}
.page-caspp .in-page-link li:nth-last-of-type(1){
	border: none;
	margin-bottom: 0;
}

.download_list-caspp{
	width: 44%;
	padding: 12px 25px;
}
.download_list-caspp .download_list-title:before{
	top: -5px;
}

.page-caspp .entry_section-simple-rect .section_title-h3{
	line-height: 1.6;
}
.page-caspp .table-caspp-schedule td{
	padding: 20px 0;
}

#not_available table{
	width: 100%;
	max-width: 100%;
}

.caspp-schedule-link{
}
.caspp-schedule-link a{
	border: solid 2px #2E3191;
	font-size: 16px;
}
.caspp-schedule-link a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	width: 10px;
	height: 10px;
	margin: auto 0;
	transform: rotateZ(45deg);
	content: "";
}
.caspp-schedule-link a:hover::after{
	border-top: solid 1px #2e3191;
	border-right: solid 1px #2e3191;
}

.plasmasociety_nyukai h3{
	line-height: 1.3;
	font-size: 22px;
}
.plasmasociety_nyukai p{
	margin-top: 10px;
}
.plasmasociety_nyukai_bnr{
	display: block;
	width: 100%;
}
.plasmasociety_nyukai_bnr .item{
	width: 100%;
	margin-top: 10px;
}

.plasmasociety_kako_kouza h3{
	font-size: 24px;
	line-height: 1.3;
}
}


/*トップページ フロートバナー*/
.float-banner{
	position: fixed;
	bottom: 40px;
	/* bottom: 180px; 開閉フロートバナーと同時表示用*/
	right: 18px;
	width: 290px;
}
.banner-img {
	width: 100%;
	height: auto;
}
.float-banner .close-button{
	position: absolute;
	top: -16px;
	left: -16px;
	width: 37px;
	height: 37px;
	cursor:pointer;
}
@media screen and (max-width: 767px) {
.float-banner{
	bottom: 34px;
	/* bottom: 100px; 開閉フロートバナーと同時表示用*/
	left: 17px;
	right: inherit;
	width: 160px;
}

.float-banner .close-button{
	top: -11px;
	left: -11px;
	width: 24px;
	height: 24px;
}
/* ↓ フロートバナー表示時はコピーライト上部のマージン追加 ↓ */
.page-index .l-footer .copyright{
	margin-top: 80px;
}
}


/*トップページ 開閉フロートバナー*/
.open-float-banner{
	position: fixed;
	bottom: 31px;
	left: 0;
	width: 100%;
	min-width: 57px;/*開閉ボタンの幅*/
	height: 118px;
	transition: .3s ease-in-out;
}
.open-float-banner.close{
	width: 57px;
}
.open-float-banner-wrap{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 118px;
	overflow-x: auto;
	transition: .3s ease-in-out;
	transform: translateX(0);

	/* スクロールバー非表示 IE, Edge */
	-ms-overflow-style: none;
	/* スクロールバー非表示 Firefox */
	scrollbar-width: none;
}
.open-float-banner-wrap::-webkit-scrollbar {
	/* スクロールバー非表示 Chrome, Safari */
	display:none;
}
.open-float-banner.close .open-float-banner-wrap{
	transform: translateX(-100%);
}
.open-float-banner-inner{
	box-sizing: content-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: max-content;
	height: 90px;
	padding: 14px 70px;
	margin: 0 auto;
}
.open-float-banner .bnr{
	display: block;
	width: 290px;
	height: 90px;
	margin: 0 5px;
}
.open-float-banner .close-button{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	cursor:pointer;
	z-index: 1;
}
.open-float-banner.close .close-button{
	transform: rotateZ(180deg);
}
/*フロートバナー表示時はコピーライト上部のマージン追加*/
.page-index .copyright{
	margin-top: 160px !important;
}
@media screen and (max-width: 767px) {
.open-float-banner{
	bottom: 25px;
	left: 0;
	min-width: 30px;/*開閉ボタンの幅*/
	height: calc(45px + 20px);
	transition: .3s ease-in-out;
}
.open-float-banner.close{
	width: 30px;
}
.open-float-banner-wrap{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100vw;
	height: calc(45px + 20px);
	overflow-x: auto;
	transition: .3s ease-in-out;
	transform: translateX(0);
}
.open-float-banner-inner{
	box-sizing: content-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: max-content;
	height: 45px;
	padding: 10px 40px;
	margin: 0 auto;
}
.open-float-banner .bnr{
	display: block;
	width: 145px;
	height: 45px;
	margin: 0 5px;
}
.open-float-banner .close-button{
	width: auto;
	height: 45px;
}
/*フロートバナー表示時はコピーライト上部のマージン追加*/
.page-index .copyright{
	margin-top: 80px !important;
}
/*フロートバナー表示時は翻訳ボタンの位置を調整*/
.page-index .trans-buttons{
	bottom: 95px;
}
}

/* CGDP */
#cgdp{}
#cgdp .page .page_header{
	background: transparent;
	background-color: #009c90;
	color: #fff;
}
#cgdp .page_title_text{
	color: #fff;
}
#cgdp .color_cgdp{
	color: #009c90;
}
#cgdp .in-page-link li{
	border-left: solid 1px #009c90;
}
#cgdp .in-page-link li:nth-last-of-type(1){
	border-right: solid 1px #009c90;
}
#cgdp .in-page-link li a,
#cgdp .in-page-link li a:visited{
	color: #000;
}
#cgdp .in-page-link li a::before{
	border-bottom: 1px solid #009c90;
	border-right: 1px solid #009c90;
}
#cgdp .section_title{
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 40px;
}
#cgdp_head{}
#cgdp_head .txt01{
	font-size: 26px;
}
#cgdp_head .txt02{
	margin-top: 30px;
}
#cgdp .entry_body .entry_title-2.entry_title-left .entry_title-inner:before,
#cgdp .entry_body .entry_title-2.entry_title-right .entry_title-inner:after {
	border-top: dotted 1px #009c90;

}
#cgdp .entry_body .entry_title-2 .entry_title-inner {
	background-color: #009c90;
}
#cgdp_nerai{
	overflow: hidden;
}
#cgdp_nerai .txt01{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
#cgdp_nerai .txt02{
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.4;
}
.cgdp_innovation_img{
	display: block;
	margin: 0 auto;
}
#cgdp_nerai ol{
	margin-top: 60px;
}
#cgdp_nerai li{
	margin-bottom: 40px;
	list-style-type: none;
}
#cgdp_nerai li h4{
	margin-bottom: 10px;
	color: #009c90;
	font-size: 26px;
	line-height: 1.4;
}
.cgdp_about{
	text-align: center;
	box-sizing: border-box;
	background: url("../images/cgdp/cgdp_about_bg.png") 0 0 no-repeat;
	background-size: cover;
	padding: 20px;
	margin-bottom: 80px;
}
.cgdp_about .cgdp_about_ttl{
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cgdp_about .cgdp_about_ttl img{
	width: 164px;
}
.cgdp_about .cgdp_about_ttl .cgdp_about_ttl_box{
	width: 740px;
	margin-left: 20px;
	color: #004ea1;
}
.cgdp_about .cgdp_about_ttl .cgdp_about_ttl_box h3{
	margin-bottom: 10px;
	font-size: 26px;
}
.cgdp_about_img{
	margin: 10px auto 0;
}

#cgdp_schedule{
	margin-bottom: 80px;
}
#cgdp_schedule .inner{
	overflow: hidden;
}
.cgdp_schedule_table{
	width: 100%;
}
.cgdp_schedule_table th,
.cgdp_schedule_table td{
	border: solid 1px #009c90;
	padding: 5px 10px;
}
.cgdp_schedule_table th{
	text-align: center;
	background-color: #e2f7f5;
	font-size: 16px;
	font-weight: normal;
}
.cgdp_schedule_table td{
	font-size: 14px;
}
.cgdp_schedule_table tr:nth-of-type(even) td{
	background-color: #f6f6f6;
}
.cgdp_schedule_table td.day{
	text-align: center;
	font-size: 22px;
	white-space: nowrap;
	line-height: 1.3;
}
.cgdp_schedule_table td.day .year{
	display: block;
	font-size: 14px;
}
.cgdp_schedule_table td.day .week{
	margin-left: -0.5em;
	font-size: 16px;
}
.cgdp_schedule_table td.ttl{
	font-size: 20px;
  text-wrap: nowrap;
}
.cgdp_schedule_table td.ex{
	font-size: 16px;
}
#cgdp_schedule .txt01{
	margin-top: 20px;
	font-size: 18px;
}

/* #cgdp_schedule .inner{
	text-align: center;
	box-sizing: border-box;
	border: solid 6px #009c90;
	padding: 30px 20px;
	overflow: hidden;
}
#cgdp_schedule .cgdp_schedule_box .day{
	font-size: 26px;
}
#cgdp_schedule .cgdp_schedule_box .day strong{
	font-size: 53px;
	font-weight: normal;
}
#cgdp_schedule .cgdp_schedule_box .time{
	padding-left: 1em;
}
#cgdp_schedule .cgdp_schedule_box .t{
	margin-top: 10px;
	font-size: 26px;
}
#cgdp_schedule .cgdp_schedule_box h4{
	font-size: 40px;
	font-weight: normal;
}
#cgdp_schedule .cgdp_schedule_box .koushi{
	margin-top: 30px;
	font-size: 20px;
}
#cgdp_schedule .cgdp_schedule_box .txt01{
	margin-top: 50px;
	font-size: 18px;
} */

#cgdp_scheme_merit{
	margin-bottom: 80px;
	overflow: hidden;
}
.cgdp_scheme{
	text-align: center;
	background: url("../images/cgdp/cgdp_scheme_bg.png") 0 0 no-repeat;
	background-size: cover;
	padding: 2vw 0;
}
.cgdp_scheme h4 img{
	display: block;
	margin: 0 auto;
}
.cgdp_scheme p{
	margin: 5px 0 20px;
	font-size: 18px;
}

.cgdp_merit{
	text-align: center;
	background: url("../images/cgdp/cgdp_merit_bg.png") 0 0 no-repeat;
	background-size: cover;
	padding: 2vw 0;
	margin-top: 40px;
}
.cgdp_merit h4 img{
	display: block;
	margin: 0 auto;
}
.cgdp_merit p{
	margin: 5px 0 10px;
	font-size: 18px;
}
.cgdp_merit ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 884px;
	margin: 0 auto;
}
.cgdp_merit li{
	text-align: center;
	background-color: #009c90;
	width: 435px;
	padding: 5px 0;
	margin-top: 10px;
	list-style-type: none;
	color: #fff;
	font-size: 19px;
}
.cgdp_merit li .sub{
	font-size: 14px;
}
.cgdp_merit li.long{
	width: 100%;
}

.cgdp_dx{
	position: relative;
	margin-top: 60px;
}
.cgdp_dx h4{
	position: absolute;
	top: 55px;
	font-size: 30px;
	letter-spacing: 0.1em;
}
.cgdp_dx .txt01{
	position: absolute;
	bottom: 65px;
	width: 370px;
}

#cgdp_nyukai{
	margin-bottom: 80px;
	overflow: hidden;
}
#cgdp_nyukai .inner{
	box-sizing: border-box;
	background-color: #009c90;
	padding: 30px 70px 60px;
	color: #fff;
}
#cgdp_nyukai .box{
	width: 700px;
	margin: 0 auto;
}
#cgdp_nyukai h3{
	text-align: center;
	background-color: #fff;
	padding: 5px 0;
	font-size: 30px;
	color: #000;
}
.cgdp_nyukai_price{
	text-align: center;
	width: 600px;
	margin: 20px auto 0;
}
.cgdp_nyukai_price th,
.cgdp_nyukai_price td{
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
.cgdp_nyukai_price th{
	padding: 5px 0;
	font-size: 31px;
}
.cgdp_nyukai_price th span{
	display: block;
	font-size: 18px;
	font-weight: normal;
}
.cgdp_nyukai_price td{
	padding: 20px 0 10px;
	font-size: 20px;
	line-height: 1.3;
}
.cgdp_nyukai_price span.price{
	font-size: 25px;
}
.cgdp_nyukai_price span.price strong{
	font-size: 34px;
	font-weight: normal;
}
#cgdp_nyukai .txt01{
	margin-top: 30px;
}

.corner_border_btn{
	text-align: center;
	width: 380px;
	margin: 30px auto 0;
}
.corner_border_btn a{
	display: block;
	box-sizing: border-box;
	border: solid 1px #fff;
	border-radius: 25px;
	padding: 8px 0;
	font-size: 18px;
	color: #fff;
}

.corner_border_btn_col2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 380px;
	margin-left: auto;
	margin-right: auto;
}
.corner_border_btn_col2 .corner_border_btn{
	width: 180px;
	margin-left: 0;
	margin-right: 0;
}

.cgdp_nyukai_contact{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}
.cgdp_nyukai_contact .txt02{
	border: solid 1px #fff;
	padding: 4px 16px;
	margin: 0;
	font-size: 16px;
}
.cgdp_nyukai_contact h4{
	font-size: 24px;
	font-weight: normal;
}
.cgdp_nyukai_contact .mail{
	text-align: center;
}
.cgdp_nyukai_contact .mail a{
	display: block;
	border-radius: 25px;
	background-color: #fff;
	width: 410px;
	padding: 5px 0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.cgdp_nyukai_contact .mail a,
.cgdp_nyukai_contact .mail a:hover,
.cgdp_nyukai_contact .mail a:visited{
	color: #000;
}
.cgdp_nyukai_contact .mail a:hover{
	background-color: rgba(255,255,255,0.95);
}

.cgdp_member_table{
	border-collapse: collapse;
	border: solid 1px #ccc;
	width: 100%;
	margin-top: 60px;
}
.cgdp_member_table td{
	border-collapse: collapse;
	border: solid 1px #ccc;
	padding: 20px;
}
.cgdp_member_table td p{
	position: relative;
	margin: 0;
	font-size: 17px;
}
.cgdp_member_table td p::before{
	padding: 0 7px 0 0;
	color: #269c90;
	font-size: 10px;
	vertical-align: 1px;
	content: "■";
}
#cgdp_schedule_button_list{
  display: grid;
  width: 100%;
}
.cgdp_schedule_list{
  background-color: #F6F6F6;
  margin-bottom: 15px;
  height: 68px;
  font-size: 1.5em;
  color: #1C9B90;
  text-align: left;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.schedule_list_open{
  width: 35px;
  height: 35px;
  margin:0 0 0 auto;
  background-image: url(../images/cgdp/cgdp_schedule_button_close.png);
  background-repeat: no-repeat;
}
.schedule_list_close{
  width: 35px;
  height: 35px;
  margin:0 0 0 auto;
  background-image: url(../images/cgdp/cgdp_schedule_button_up.png);
  background-repeat: no-repeat;
}
.cgdp_schedule_top{
  margin-top:22px;
}
.cgdp_schedule_list:focus {
  outline: none;
 }
.cgdp_schedule_table_open{
  margin-bottom: 20px;
  height: 300px;
}
#cgdp_schedule_archive{
  color: #1C9B90;
  margin-top: 30px;
  margin-bottom: 25px;
}
.cgdp_schedule_table_close{
  overflow: hidden;
  height:0;
  margin-top: 0px;
  transition-property: height;
  transition:  0.3s ease-in-out,box-shadow 0.6s linear;
}
.cgdp_schedule_table_open {
  height:100%;
  overflow: hidden;
  margin-top: 0px;
  transition-property: height;
  transition:  0.3s ease-in-out,box-shadow 0.6s linear;
}
@media screen and (max-width: 767px) {
/* SP CGDP */
#cgdp .page-caspp .in-page-link{
	border: 1px solid #009c90;
	padding: 20px;
}
#cgdp .in-page-link li{
	text-align: left;
	border: none;
	margin-bottom: 10px;
}
#cgdp .in-page-link li:nth-last-of-type(1){
	border: none;
	margin-bottom: 0;
}
#cgdp .in-page-link li a{
	font-size: 14px;
}

#cgdp .section_title{
	font-size: 30px;
	letter-spacing: 0.1em;
}
#cgdp_head .txt01{
	font-size: 20px;
}

#cgdp_nerai .txt01{
	font-size: 20px;
}
#cgdp_nerai .txt02{
	font-size: 14px;
	line-height: 1.6;
}
#cgdp_nerai ol{
	margin-top: 40px;
}
#cgdp_nerai li{
	margin-bottom: 20px;
}
#cgdp_nerai li h4{
	margin-bottom: 10px;
	font-size: 20px;
}

.cgdp_about{
	background: url("../images/cgdp/cgdp_about_bg_sp.png") 0 0 no-repeat;
	background-size: cover;
	padding: 6vw 4vw;
}
.cgdp_about .cgdp_about_ttl{
	text-align: center;
	display: block;
}
.cgdp_about .cgdp_about_ttl img{
	width: 28.8vw;
}
.cgdp_about .cgdp_about_ttl .cgdp_about_ttl_box{
	width: 100%;
	margin: 10px auto 0;
}
.cgdp_about .cgdp_about_ttl .cgdp_about_ttl_box h3{
	margin-bottom: 10px;
	font-size: 24px;
}
.cgdp_about .cgdp_about_ttl .cgdp_about_ttl_box p{
	font-size: 12px;
}
.cgdp_about_img{
	margin: 10px auto 0;
}

#cgdp_schedule{
	margin-bottom: 40px;
}
.cgdp_schedule_table th,
.cgdp_schedule_table td{
	padding: 5px;
}
.cgdp_schedule_table th{
	font-size: 14px;
	line-height: 1.3;
}
.cgdp_schedule_table td.day{
	font-size: 14px;
}
.cgdp_schedule_table td.day .year{
	font-size: 12px;
}
.cgdp_schedule_table td.day .week{
	display: block;
	margin-left: 0;
	font-size: 12px;
}
.cgdp_schedule_table td.ttl{
	font-size: 16px;
}
.cgdp_schedule_table td.ex{
	font-size: 12px;
}
#cgdp_schedule .txt01{
	margin-top: 20px;
	font-size: 12px;
}
/* #cgdp_schedule .inner{
	border: solid 4px #009c90;
	padding: 6vw 4vw;
}
#cgdp_schedule .cgdp_schedule_box .day{
	font-size: 18px;
}
#cgdp_schedule .cgdp_schedule_box .day strong{
	font-size: 30px;
}
#cgdp_schedule .cgdp_schedule_box .time{
	display: block;
}
#cgdp_schedule .cgdp_schedule_box .t{
	margin-top: 20px;
	font-size: 16px;
}
#cgdp_schedule .cgdp_schedule_box h4{
	font-size: 20px;
	font-weight: normal;
}
#cgdp_schedule .cgdp_schedule_box .koushi{
	margin-top: 20px;
	font-size: 14px;
}
#cgdp_schedule .cgdp_schedule_box .txt01{
	margin-top: 30px;
	font-size: 14px;
} */

#cgdp_scheme_merit,
#cgdp_nyukai{
	margin-bottom: 0;
}
.cgdp_scheme{
	background: url("../images/cgdp/cgdp_scheme_bg_sp.png") 0 0 no-repeat;
	padding: 6vw 0;
}
.cgdp_scheme h4 img{
	display: block;
	margin: 0 auto;
	height: 42px;
	width: auto;
}
.cgdp_scheme p{
	font-size: 16px;
}

.cgdp_merit{
	text-align: center;
	background: url("../images/cgdp/cgdp_merit_bg_sp.png") 0 0 no-repeat;
	background-size: cover;
	padding: 6vw 0;
}
.cgdp_merit h4 img{
	display: block;
	margin: 0 auto;
	height: 42px;
	width: auto;
}
.cgdp_merit p{
	font-size: 16px;
}
.cgdp_merit ul{
	display: block;
	width: 88%;
}
.cgdp_merit li{
	width: 100%;
	margin-top: 2vw;
	font-size: 13px;
}
.cgdp_merit li .sub{
	font-size: 11px;
}

.cgdp_dx{
	margin-top: 40px;
}
.cgdp_dx h4{
	position: relative;
	top: inherit;
	font-size: 22px;
	line-height: 1.5;
}
.cgdp_dx_img{
	margin-top: 20px;
}
.cgdp_dx .txt01{
	position: relative;
	bottom: inherit;
	width: 100%;
	margin-top: 30px;
}

#cgdp_nyukai .inner{
	padding: 8vw 8vw 10vw;
}
#cgdp_nyukai .box{
	width: 100%;
}
#cgdp_nyukai h3{
	font-size: 18px;
}
.cgdp_nyukai_price{
	width: 100%;
	margin: 30px auto 0;
}
.cgdp_nyukai_price th,
.cgdp_nyukai_price td{
}
.cgdp_nyukai_price th{
	width: 50%;
	padding: 5px 0;
	font-size: 18px;
}
.cgdp_nyukai_price th span{
	font-size: 12px;
}
.cgdp_nyukai_price td{
	padding: 15px 0 5px;
	font-size: 14px;
}
.cgdp_nyukai_price span.price{
	font-size: 16px;
}
.cgdp_nyukai_price span.price strong{
	font-size: 26px;
}
#cgdp_nyukai .txt01{
	margin-top: 20px;
}
.corner_border_btn{
	text-align: center;
	width: 100%;
	margin: 20px auto 0;
}
.corner_border_btn a{
	border-radius: 25px;
	padding: 6px 0;
	font-size: 14px;
}

.corner_border_btn_col2{
	gap: 0 4%;
	width: 100%;
}
.corner_border_btn_col2 .corner_border_btn{
	width: 48%;
}

.cgdp_nyukai_contact{
	display: block;
	text-align: center;
	margin-top: 60px;
}
.cgdp_nyukai_contact .txt02{
	width: 100px;
	padding: 2px 10px;
	margin: 0 auto;
	font-size: 12px;
}
.cgdp_nyukai_contact h4{
	margin-top: 10px;
	font-size: 18px;
}
.cgdp_nyukai_contact .mail{
	text-align: center;
	margin-top: 20px;
}
.cgdp_nyukai_contact .mail a{
	border-radius: 25px;
	width: 100%;
	padding: 6px 0;
	font-size: 14px;
}

.cgdp_member_table,
.cgdp_member_table tbody,
.cgdp_member_table tr,
.cgdp_member_table th,
.cgdp_member_table td{
	display: block;
}
.cgdp_member_table{
	border-bottom: none;
	margin-top: 40px;
}
.cgdp_member_table td{
	border: none;
	border-bottom: solid 1px #ccc;
	padding: 15px;
}
.cgdp_member_table td p{
	font-size: 14px;
}
}

/*<br>*/
.pc_only{
	display: inherit !important;
}
.sp_only{
	display: none !important;
}
@media screen and (max-width: 767px) {
/*SP <br>*/
.pc_only{
	display: none !important;
}
.sp_only{
	display: inherit !important;
}
}
#saitaku-kubun{
  width:150px;
}