@charset "UTF-8";
.g-header p,
.g-header li,
.g-header ul,
.g-header ol,
.g-header dl,
.g-header dt,
.g-header dd,
.g-header h1,
.g-header h2,
.g-header h3,
.g-header h4,
.g-header h5,
.g-header h6 {
  margin: 0;
  padding: 0; }


.g-header li,
.g-header ol,
.g-header ul {
  list-style: none; }

/*!
 * Bootstrap v4.1.3 (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)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --black: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 769px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1367px;
  --font-family-sans-serif: "YakuHanJP", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "YakuHanJP", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  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; }

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; }

dfn {
  font-style: italic; }

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;
  -webkit-text-decoration-skip: objects; }
  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;
  -ms-overflow-style: scrollbar; }

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,
html [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-cancel-button,
[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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit; }

h1, .h1 {
  font-size: 3.85rem; }

h2, .h2 {
  font-size: 2.8rem; }

h3, .h3 {
  font-size: 2.45rem; }

h4, .h4 {
  font-size: 1.82rem; }

h5, .h5 {
  font-size: 1.68rem; }

h6, .h6 {
  font-size: 1.4rem; }

.lead {
  font-size: 2.8rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.75rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.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: 769px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1367px) {
    .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%;
  min-height: 1px;
  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: none; }

.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: none; }
  .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: 769px) {
  .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: none; }
  .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: 1024px) {
  .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: none; }
  .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: 1367px) {
  .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: none; }
  .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%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #666; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #666; }
  .table tbody + tbody {
    border-top: 2px solid #666; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #666; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #666; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #666; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 768.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1366.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(3.13rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.7; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.75rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.225rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.7;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(2.3375rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(3.625rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.225rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.225rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.7;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-black {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-opencampus {
  display: table-cell !important;
  padding: 5px 0px;
  color: #19388f;
  background-color: transparent;
  background-image: none;
  border-color: #19388f; }
  .btn-outline-opencampus:hover {
    color: #fff;
    background-color: #19388f;
    border-color: #19388f; }
  .btn-outline-opencampus:focus, .btn-outline-opencampus.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-opencampus.disabled, .btn-outline-opencampus:disabled {
    color: #19388f;
    background-color: transparent; }
  .btn-outline-opencampus:not(:disabled):not(.disabled):active, .btn-outline-opencampus:not(:disabled):not(.disabled).active,
  .show > .btn-outline-opencampus.dropdown-toggle {
    color: #fff;
    background-color: #19388f;
    border-color: #19388f; }
    .btn-outline-opencampus:not(:disabled):not(.disabled):active:focus, .btn-outline-opencampus:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-opencampus.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.4rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.225rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(3.625rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(2.3375rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 2.38rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.69rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.69rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(3.13rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.7;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(2.3375rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(3.625rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(3.13rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(3.13rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(3.13rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 3.13rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.7;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.2025rem;
  padding-bottom: 0.2025rem;
  margin-right: 1rem;
  font-size: 1.75rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.75rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 768.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 769px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1024px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1366.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1367px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.75rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.badge-black {
  color: #fff;
  background-color: #000; }
  .badge-black[href]:hover, .badge-black[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: black; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4.6rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-black hr {
    border-top-color: #ababab; }
  .alert-black .alert-link {
    color: black; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 1.05rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.list-group-item-black {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.close {
  float: right;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.7; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1024px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "YakuHanJP", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.225rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "YakuHanJP", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.225rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      -webkit-transition: none;
      transition: none; } }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-black {
  background-color: #000 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-black {
  border-color: #000 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.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: 769px) {
  .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: 1024px) {
  .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: 1367px) {
  .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; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.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: 769px) {
  .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: 1024px) {
  .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: 1367px) {
  .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; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 769px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1367px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !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-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-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: 769px) {
  .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-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: 1024px) {
  .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-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: 1367px) {
  .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-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; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

@media (max-width: 768.98px) {
  .text-sp-nowrap {
    white-space: nowrap !important; } }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1367px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-black {
  color: #000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media screen and (min-width: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .breadcrumb {
    padding-right: constant(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left); } }

.ttl__style_1 {
  text-align: center; }

.ttl__style_2 {
  border-bottom: 1px #ddd solid; }
  .ttl__style_2 span {
    position: relative;
    display: inline-block;
    padding-bottom: 6px; }
    .ttl__style_2 span::before {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #666; }

.ttl__style_3 {
  padding: .3em 0 .3em 24px;
  position: relative;
  background-color: #fff; }
  .ttl__style_3::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: #666; }

.ttl__style_4 {
  padding: .3em 0 .3em 1.5em;
  position: relative; }
  .ttl__style_4::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1em;
    height: 1px;
    background-color: #666; }

.h1.ttl__style_3,
h1.ttl__style_3 {
  padding-left: 24px; }

.h2.ttl__style_3,
h2.ttl__style_3 {
  padding-left: 20px; }

.h3.ttl__style_3,
h3.ttl__style_3 {
  padding-left: 18px; }

.h4.ttl__style_3,
.h5.ttl__style_3,
h4.ttl__style_3,
h5.ttl__style_3 {
  padding-left: 14px; }

.nav_btn {
  display: inline-block;
  overflow: visible; }
  .nav_btn a {
    position: relative;
    display: block;
    padding: 1em 2em 1em 1em;
    line-height: 1.4;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    background-color: #fff;
    outline: none; }
    .nav_btn a::after {
      content: '\f105';
      font-family: 'FontAwesome';
      display: block;
      position: absolute;
      right: 4px;
      top: 50%;
      margin-top: -.5em;
      width: 1em;
      height: 1em;
      line-height: 1;
      text-align: center !important;
      font-size: 1.3em; }
  .nav_btn.btn_wide {
    display: block; }
  .nav_btn.btn_thin a {
    padding: 6px 2em 6px 1em; }
  .nav_btn.btn_fill a {
    background-color: #000;
    color: #fff; }
    .nav_btn.btn_fill a::before {
      color: #fff; }
  .nav_btn.btn_clr1 a {
    border-color: #00005e;
    color: #00005e; }
  .nav_btn.btn_clr1.btn_fill a {
    background-color: #00005e;
    color: #fff; }
  .nav_btn.btn_clr2 a {
    border-color: #981455;
    color: #981455; }
  .nav_btn.btn_clr2.btn_fill a {
    background-color: #981455;
    color: #fff; }
  .nav_btn.btn_clr3 a {
    border-color: #0064b4;
    color: #0064b4; }
  .nav_btn.btn_clr3.btn_fill a {
    background-color: #0064b4;
    color: #fff; }
  .nav_btn.icon-external a {
    padding-right: 1em; }
  .nav_btn.icon-external a::after {
    content: '\f08e';
    top: 8px;
    margin-top: 0;
    font-size: 1.1rem; }
  .nav_btn.icon-xls a {
    padding-right: 1em; }
  .nav_btn.icon-xls a::after {
    content: '\f1c3';
    top: 8px;
    margin-top: 0;
    font-size: 1.1rem;
    color: green; }
  .nav_btn.icon-xls.btn_fill a::after {
    color: #fff; }
  .nav_btn.icon-word a {
    padding-right: 1em; }
  .nav_btn.icon-word a::after {
    content: '\f1c2';
    top: 8px;
    margin-top: 0;
    font-size: 1.1rem;
    color: blue; }
  .nav_btn.icon-word.btn_fill a::after {
    color: #fff; }
  .nav_btn.icon-pdf a {
    padding-right: 1em; }
  .nav_btn.icon-pdf a::after {
    content: '\f1c1';
    top: 8px;
    margin-top: 0;
    font-size: 1.1rem;
    color: red; }
  .nav_btn.btn_fill a::after {
    color: #fff; }

.pagination {
  border-radius: 0; }
  .pagination .page-link {
    font-family: "YakuHanJP", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
    color: #000; }
    @media (min-width: 576px) {
      .pagination .page-link {
        margin-left: 4px;
        margin-right: 4px; } }
  .pagination .page-item:first-child .page-link,
  .pagination .page-item:last-child .page-link {
    border-radius: 0; }
  .pagination .page-ite.active .page-link {
    background-color: #00005e;
    color: #fff;
    border: 1px #00005e solid; }

.tabnav .nav-tabs {
  display: none; }

@media (min-width: 769px) {
  .tabnav .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.tabnav .selecton {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border: 1px #adb5bd solid; }
  .tabnav .selecton::after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: 10px;
    margin-top: -.5em;
    width: 1em;
    height: 1em;
    line-height: 1;
    z-index: -1;
    color: #000; }
  .tabnav .selecton select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: 0; }
    .tabnav .selecton select option {
      background-color: transparent; }
  @media (min-width: 769px) {
    .tabnav .selecton {
      display: none; } }

.panel-group {
  border-bottom: 1px #dee2e6 solid; }
  .panel-group .panel {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .panel-group .panel .panel-heading {
      padding: 0;
      background-color: transparent;
      border-top: 1px #dee2e6 solid;
      border-radius: 0; }
      .panel-group .panel .panel-heading .panel-title {
        position: relative; }
        .panel-group .panel .panel-heading .panel-title a {
          position: relative;
          display: block;
          padding: 14px 1.8em 14px 0;
          color: #000;
          text-decoration: none; }
          .panel-group .panel .panel-heading .panel-title a .icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            position: absolute;
            top: 50%;
            right: 2px;
            margin-top: -.5em;
            width: 1.3em;
            height: 1.3em;
            line-height: 1;
            border-radius: 50%;
            background-color: #ffb0b0; }
            .panel-group .panel .panel-heading .panel-title a .icon::before {
              content: '\f107';
              font-family: 'FontAwesome';
              color: #fff;
              font-size: .9em; }
    .panel-group .panel .panel-body {
      padding: 10px; }
  .panel-group .collapse_show > .panel-heading > .panel-title > a {
    color: #ffb0b0; }
    .panel-group .collapse_show > .panel-heading > .panel-title > a .icon {
      background-color: #adb5bd; }
      .panel-group .collapse_show > .panel-heading > .panel-title > a .icon::before {
        content: '\f106'; }

.pageanchor .nav {
  display: none; }

@media (min-width: 769px) {
  .pageanchor {
    padding: 10px 18px;
    background-color: #e9ecef; }
    .pageanchor .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.pageanchor .selecton {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border: 1px #adb5bd solid; }
  .pageanchor .selecton::after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: 10px;
    margin-top: -.5em;
    width: 1em;
    height: 1em;
    line-height: 1;
    z-index: -1;
    color: #000; }
  .pageanchor .selecton select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: 0; }
    .pageanchor .selecton select option {
      background-color: transparent; }
  @media (min-width: 769px) {
    .pageanchor .selecton {
      display: none; } }

.table thead tr > th {
  vertical-align: middle;
  text-align: center;
  line-height: 1.4; }

.table tbody tr > th {
  line-height: 1.4; }

.table_layout_fixed {
  table-layout: fixed; }

.table-responsive {
  -webkit-overflow-scrolling: touch; }
  .table-responsive .table tbody tr td,
  .table-responsive .table tbody tr th,
  .table-responsive .table tfoot tr td,
  .table-responsive .table tfoot tr th,
  .table-responsive .table thead tr td,
  .table-responsive .table thead tr th {
    background-color: #fff; }
  .table-responsive .table tbody th,
  .table-responsive .table tfoot th,
  .table-responsive .table thead th {
    white-space: nowrap; }

@media (max-width: 768.98px) {
  .table__break_sm {
    width: 100%; }
    .table__break_sm tbody > tr th,
    .table__break_sm thead > tr th {
      display: block;
      width: 100%;
      border-width: 1px;
      border-color: inherit;
      border-style: solid; }
    .table__break_sm tbody > tr td,
    .table__break_sm thead > tr td {
      display: block;
      width: 100%;
      border-width: 1px;
      border-color: inherit;
      border-style: solid; } }

.table.tbl__style_1 {
  width: 100%;
  border-collapse: collapse; }
  .table.tbl__style_1 td,
  .table.tbl__style_1 th {
    border: 1px #666 solid;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  .table.tbl__style_1 thead tr th {
    border-bottom-width: 1px;
    font-weight: bold;
    color: #fff;
    background-color: #000; }
  .table.tbl__style_1 thead tr td {
    border-bottom-width: 1px; }
  .table.tbl__style_1 tbody tr th {
    background-color: #efefef;
    vertical-align: middle; }
  .table.tbl__style_1 tbody tr td {
    vertical-align: middle; }
  .table.tbl__style_1 tbody tr .thead_th {
    border-bottom-width: 1px;
    font-weight: bold;
    color: #fff;
    background-color: #000; }
  @media (max-width: 768.98px) {
    .table.tbl__style_1.table__break_sm {
      border-top: 1px #666 solid; }
      .table.tbl__style_1.table__break_sm s thead tr td,
      .table.tbl__style_1.table__break_sm s thead tr th,
      .table.tbl__style_1.table__break_sm tbody tr td,
      .table.tbl__style_1.table__break_sm tbody tr th {
        border-top: 0; } }

.table.tbl__style_2 td,
.table.tbl__style_2 th {
  border: 0; }

.table.tbl__style_2 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #498ed0;
  color: #fff; }

.table.tbl__style_2 thead tr th:first-child {
  border-left: 0; }

.table.tbl__style_2 tbody {
  border-top: 1px #b3b3b3 solid; }
  .table.tbl__style_2 tbody::before {
    display: none; }
  .table.tbl__style_2 tbody tr td {
    border: 0;
    border-bottom: 1px #b3b3b3 solid;
    border-left: 1px #ccc solid; }
    .table.tbl__style_2 tbody tr td:first-child {
      border-left: 0; }
  .table.tbl__style_2 tbody tr th {
    background-color: #fff;
    color: #0064b4;
    background-color: #eaf2f9;
    border: 0;
    border-bottom: 1px #b3b3b3 solid;
    border-left: 1px #ccc solid; }
  .table.tbl__style_2 tbody tr .thead_th {
    background-color: #498ed0;
    color: #fff;
    border-bottom-color: #fff; }
  .table.tbl__style_2 tbody tr:last-child .thead_th {
    border-bottom-color: #b3b3b3; }
  .table.tbl__style_2 tbody tr th:first-child {
    border-left: 0; }

@media (max-width: 768.98px) {
  .table.tbl__style_2.table__break_sm {
    border: 1px #b3b3b3 solid; }
    .table.tbl__style_2.table__break_sm tbody tr td,
    .table.tbl__style_2.table__break_sm tbody tr th,
    .table.tbl__style_2.table__break_sm thead tr td,
    .table.tbl__style_2.table__break_sm thead tr th {
      border-top: 0;
      border-left: 0; } }

.subbox1 {
  padding: 24px;
  background-color: #efefef; }
  .subbox1__inner {
    border: 1px #ccc solid;
    background-color: #fff;
    padding: 16px; }
  .subbox1.small_box {
    padding: 1em 1.2em; }
  @media (min-width: 769px) {
    .subbox1 {
      padding: 32px; }
      .subbox1__inner {
        padding: 24px; } }

.subbox2 {
  padding: 24px;
  border: 1px #ccc solid;
  background-color: #fff; }
  .subbox2__inner {
    background-color: #e5edf6;
    padding: 16px; }
  .subbox2.small_box {
    padding: 1em 1.2em; }
  @media (min-width: 769px) {
    .subbox2 {
      padding: 32px; }
      .subbox2__inner {
        padding: 24px; } }

.block {
  margin-bottom: 48px; }
  .block > .block {
    margin-bottom: 24px; }
  .block:last-child {
    margin-bottom: 0; }
  @media (min-width: 769px) {
    .block {
      margin-bottom: 60px; }
      .block > .block {
        margin-bottom: 30px; }
      .block:last-child {
        margin-bottom: 0; } }

.inner {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) {
    .inner {
      width: 1024px; } }

.txt__lead {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 2.24rem;
  font-weight: 300; }
  @media (min-width: 769px) {
    .txt__lead {
      font-size: 2.8rem; } }

.txt__lead_s {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 1.82rem;
  font-weight: 400; }
  @media (min-width: 769px) {
    .txt__lead_s {
      font-size: 2.24rem; } }

.txt__line_ylw {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff26));
  background: linear-gradient(transparent 60%, #ffff26 60%); }

.txt__cap {
  text-indent: -1em;
  padding-left: 1em; }

.fz__large {
  font-size: 120%;
  line-height: 1.4; }

.fz__small {
  font-size: 80%;
  line-height: 1.3; }

.fz__bold {
  font-weight: 700; }

.fz__normal {
  font-weight: 400; }

.color__main {
  color: #00005e; }

.color__sub1 {
  color: #981455; }

.color__sub2 {
  color: #0064b4; }

.color__sub3 {
  color: #007450; }

.color__red {
  color: red; }

.color__white {
  color: #fff; }

.color__black {
  color: #000; }

.ff__gothic {
  font-family: "YakuHanJP", "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif; }

.ff__mincho {
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif; }

a[target='_blank']::after {
  content: '\f08e';
  font-family: 'FontAwesome'; }

a[href$='.pdf']::after {
  content: '\f1c1';
  font-family: 'FontAwesome';
  color: red; }

a[href$='.doc']::after, a[href$='.docx']::after {
  content: '\f1c2';
  font-family: 'FontAwesome';
  color: blue; }

a[href$='.xls']::after, a[href$='.xlsx']::after {
  content: '\f1c3';
  font-family: 'FontAwesome';
  color: green; }

a[href$='.ppt']::after, a[href$='.pptx']::after {
  content: '\f1c4';
  font-family: 'FontAwesome';
  color: red; }

body .mrg__btm0 {
  margin-bottom: 0 !important; }

body .mrg__btm05 {
  margin-bottom: .5em !important; }

body .mrg__btm1 {
  margin-bottom: 1em !important; }

body .mrg__btm2 {
  margin-bottom: 2em !important; }

body .mrg__btm3 {
  margin-bottom: 3em !important; }

body .mrg__btm4 {
  margin-bottom: 4em !important; }

body .mrg__btm5 {
  margin-bottom: 5em !important; }

body .mrg__btm6 {
  margin-bottom: 6em !important; }

body .mrg__btm_gutter {
  margin-bottom: 30px !important; }

body .mrg__top0 {
  margin-top: 0 !important; }

body .mrg__top05 {
  margin-top: .5em !important; }

body .mrg__top1 {
  margin-top: 1em !important; }

body .mrg__top2 {
  margin-top: 2em !important; }

body .mrg__top3 {
  margin-top: 3em !important; }

body .mrg__top_gutter {
  margin-top: 30px !important; }

body .mrg__left0 {
  margin-left: 0 !important; }

body .mrg__left1 {
  margin-left: 1em !important; }

body .mrg__left2 {
  margin-left: 2em !important; }

body .mrg__left3 {
  margin-left: 3em !important; }

body .mrg__left_gutter {
  margin-left: 30px !important; }

body .mrg__right0 {
  margin-right: 0 !important; }

body .mrg__right1 {
  margin-right: 1em !important; }

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

body .mrg__right3 {
  margin-right: 3em !important; }

body .mrg__right_gutter {
  margin-right: 30px !important; }

body .pad__top0 {
  padding-top: 0 !important; }

body .pad__top1 {
  padding-top: 1em !important; }

body .pad__top2 {
  padding-top: 2em !important; }

body .pad__top3 {
  padding-top: 3em !important; }

body .pad__top_gutter {
  padding-top: 30px !important; }

body .pad__btm0 {
  padding-bottom: 0 !important; }

body .pad__btm1 {
  padding-bottom: 1em !important; }

body .pad__btm2 {
  padding-bottom: 2em !important; }

body .pad__btm3 {
  padding-bottom: 3em !important; }

body .pad__btm_gutter {
  padding-bottom: 30px !important; }

body .pad__left0 {
  padding-left: 0 !important; }

body .pad__left1 {
  padding-left: 1em !important; }

body .pad__left2 {
  padding-left: 2em !important; }

body .pad__left3 {
  padding-left: 3em !important; }

body .pad__left_gutter {
  padding-left: 30px !important; }

body .pad__right0 {
  padding-right: 0 !important; }

body .pad__right1 {
  padding-right: 1em !important; }

body .pad__right2 {
  padding-right: 2em !important; }

body .pad__right3 {
  padding-right: 3em !important; }

body .pad__right_gutter {
  padding-right: 30px !important; }

@media (min-width: 576px) {
  body .mrg_btm_sm_0 {
    margin-bottom: 0 !important; } }

@media (min-width: 769px) {
  body .mrg_btm_md_0 {
    margin-bottom: 0 !important; } }

@media (min-width: 1024px) {
  body .mrg_btm_lg_0 {
    margin-bottom: 0 !important; } }

@media (min-width: 1367px) {
  body .mrg_btm_xl_0 {
    margin-bottom: 0 !important; } }

@media (min-width: 576px) {
  body .pad_btm_sm_0 {
    padding-bottom: 0 !important; } }

@media (min-width: 769px) {
  body .pad_btm_md_0 {
    padding-bottom: 0 !important; } }

@media (min-width: 1024px) {
  body .pad_btm_lg_0 {
    padding-bottom: 0 !important; } }

@media (min-width: 1367px) {
  body .pad_btm_xl_0 {
    padding-bottom: 0 !important; } }

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

body .mt-5 {
  margin-top: 5px !important; }

body .mt-10 {
  margin-top: 10px !important; }

body .mt-15 {
  margin-top: 15px !important; }

body .mt-20 {
  margin-top: 20px !important; }

body .mt-25 {
  margin-top: 25px !important; }

body .mt-30 {
  margin-top: 30px !important; }

body .mt-35 {
  margin-top: 35px !important; }

body .mt-40 {
  margin-top: 40px !important; }

body .mt-45 {
  margin-top: 45px !important; }

body .mt-50 {
  margin-top: 50px !important; }

body .mt-55 {
  margin-top: 55px !important; }

body .mt-60 {
  margin-top: 60px !important; }

body .mt-65 {
  margin-top: 65px !important; }

body .mt-70 {
  margin-top: 70px !important; }

body .mt-75 {
  margin-top: 75px !important; }

body .mt-80 {
  margin-top: 80px !important; }

body .mt-85 {
  margin-top: 85px !important; }

body .mt-90 {
  margin-top: 90px !important; }

body .mt-95 {
  margin-top: 95px !important; }

body .mt-100 {
  margin-top: 100px !important; }

body .mt-105 {
  margin-top: 105px !important; }

body .mt-110 {
  margin-top: 110px !important; }

body .mt-115 {
  margin-top: 115px !important; }

body .mt-120 {
  margin-top: 120px !important; }

body .mt-125 {
  margin-top: 125px !important; }

body .mt-130 {
  margin-top: 130px !important; }

body .mt-135 {
  margin-top: 135px !important; }

body .mt-140 {
  margin-top: 140px !important; }

body .mt-145 {
  margin-top: 145px !important; }

body .mt-150 {
  margin-top: 150px !important; }

body .mt-155 {
  margin-top: 155px !important; }

body .mt-160 {
  margin-top: 160px !important; }

body .mt-165 {
  margin-top: 165px !important; }

body .mt-170 {
  margin-top: 170px !important; }

body .mt-175 {
  margin-top: 175px !important; }

body .mt-180 {
  margin-top: 180px !important; }

body .mt-185 {
  margin-top: 185px !important; }

body .mt-190 {
  margin-top: 190px !important; }

body .mt-195 {
  margin-top: 195px !important; }

body .mt-200 {
  margin-top: 200px !important; }

body .mr-0 {
  margin-right: 0px !important; }

body .mr-5 {
  margin-right: 5px !important; }

body .mr-10 {
  margin-right: 10px !important; }

body .mr-15 {
  margin-right: 15px !important; }

body .mr-20 {
  margin-right: 20px !important; }

body .mr-25 {
  margin-right: 25px !important; }

body .mr-30 {
  margin-right: 30px !important; }

body .mr-35 {
  margin-right: 35px !important; }

body .mr-40 {
  margin-right: 40px !important; }

body .mr-45 {
  margin-right: 45px !important; }

body .mr-50 {
  margin-right: 50px !important; }

body .mr-55 {
  margin-right: 55px !important; }

body .mr-60 {
  margin-right: 60px !important; }

body .mr-65 {
  margin-right: 65px !important; }

body .mr-70 {
  margin-right: 70px !important; }

body .mr-75 {
  margin-right: 75px !important; }

body .mr-80 {
  margin-right: 80px !important; }

body .mr-85 {
  margin-right: 85px !important; }

body .mr-90 {
  margin-right: 90px !important; }

body .mr-95 {
  margin-right: 95px !important; }

body .mr-100 {
  margin-right: 100px !important; }

body .mr-105 {
  margin-right: 105px !important; }

body .mr-110 {
  margin-right: 110px !important; }

body .mr-115 {
  margin-right: 115px !important; }

body .mr-120 {
  margin-right: 120px !important; }

body .mr-125 {
  margin-right: 125px !important; }

body .mr-130 {
  margin-right: 130px !important; }

body .mr-135 {
  margin-right: 135px !important; }

body .mr-140 {
  margin-right: 140px !important; }

body .mr-145 {
  margin-right: 145px !important; }

body .mr-150 {
  margin-right: 150px !important; }

body .mr-155 {
  margin-right: 155px !important; }

body .mr-160 {
  margin-right: 160px !important; }

body .mr-165 {
  margin-right: 165px !important; }

body .mr-170 {
  margin-right: 170px !important; }

body .mr-175 {
  margin-right: 175px !important; }

body .mr-180 {
  margin-right: 180px !important; }

body .mr-185 {
  margin-right: 185px !important; }

body .mr-190 {
  margin-right: 190px !important; }

body .mr-195 {
  margin-right: 195px !important; }

body .mr-200 {
  margin-right: 200px !important; }

body .mb-0 {
  margin-bottom: 0px !important; }

body .mb-5 {
  margin-bottom: 5px !important; }

body .mb-10 {
  margin-bottom: 10px !important; }

body .mb-15 {
  margin-bottom: 15px !important; }

body .mb-20 {
  margin-bottom: 20px !important; }

body .mb-25 {
  margin-bottom: 25px !important; }

body .mb-30 {
  margin-bottom: 30px !important; }

body .mb-35 {
  margin-bottom: 35px !important; }

body .mb-40 {
  margin-bottom: 40px !important; }

body .mb-45 {
  margin-bottom: 45px !important; }

body .mb-50 {
  margin-bottom: 50px !important; }

body .mb-55 {
  margin-bottom: 55px !important; }

body .mb-60 {
  margin-bottom: 60px !important; }

body .mb-65 {
  margin-bottom: 65px !important; }

body .mb-70 {
  margin-bottom: 70px !important; }

body .mb-75 {
  margin-bottom: 75px !important; }

body .mb-80 {
  margin-bottom: 80px !important; }

body .mb-85 {
  margin-bottom: 85px !important; }

body .mb-90 {
  margin-bottom: 90px !important; }

body .mb-95 {
  margin-bottom: 95px !important; }

body .mb-100 {
  margin-bottom: 100px !important; }

body .mb-105 {
  margin-bottom: 105px !important; }

body .mb-110 {
  margin-bottom: 110px !important; }

body .mb-115 {
  margin-bottom: 115px !important; }

body .mb-120 {
  margin-bottom: 120px !important; }

body .mb-125 {
  margin-bottom: 125px !important; }

body .mb-130 {
  margin-bottom: 130px !important; }

body .mb-135 {
  margin-bottom: 135px !important; }

body .mb-140 {
  margin-bottom: 140px !important; }

body .mb-145 {
  margin-bottom: 145px !important; }

body .mb-150 {
  margin-bottom: 150px !important; }

body .mb-155 {
  margin-bottom: 155px !important; }

body .mb-160 {
  margin-bottom: 160px !important; }

body .mb-165 {
  margin-bottom: 165px !important; }

body .mb-170 {
  margin-bottom: 170px !important; }

body .mb-175 {
  margin-bottom: 175px !important; }

body .mb-180 {
  margin-bottom: 180px !important; }

body .mb-185 {
  margin-bottom: 185px !important; }

body .mb-190 {
  margin-bottom: 190px !important; }

body .mb-195 {
  margin-bottom: 195px !important; }

body .mb-200 {
  margin-bottom: 200px !important; }

body .ml-0 {
  margin-left: 0px !important; }

body .ml-5 {
  margin-left: 5px !important; }

body .ml-10 {
  margin-left: 10px !important; }

body .ml-15 {
  margin-left: 15px !important; }

body .ml-20 {
  margin-left: 20px !important; }

body .ml-25 {
  margin-left: 25px !important; }

body .ml-30 {
  margin-left: 30px !important; }

body .ml-35 {
  margin-left: 35px !important; }

body .ml-40 {
  margin-left: 40px !important; }

body .ml-45 {
  margin-left: 45px !important; }

body .ml-50 {
  margin-left: 50px !important; }

body .ml-55 {
  margin-left: 55px !important; }

body .ml-60 {
  margin-left: 60px !important; }

body .ml-65 {
  margin-left: 65px !important; }

body .ml-70 {
  margin-left: 70px !important; }

body .ml-75 {
  margin-left: 75px !important; }

body .ml-80 {
  margin-left: 80px !important; }

body .ml-85 {
  margin-left: 85px !important; }

body .ml-90 {
  margin-left: 90px !important; }

body .ml-95 {
  margin-left: 95px !important; }

body .ml-100 {
  margin-left: 100px !important; }

body .ml-105 {
  margin-left: 105px !important; }

body .ml-110 {
  margin-left: 110px !important; }

body .ml-115 {
  margin-left: 115px !important; }

body .ml-120 {
  margin-left: 120px !important; }

body .ml-125 {
  margin-left: 125px !important; }

body .ml-130 {
  margin-left: 130px !important; }

body .ml-135 {
  margin-left: 135px !important; }

body .ml-140 {
  margin-left: 140px !important; }

body .ml-145 {
  margin-left: 145px !important; }

body .ml-150 {
  margin-left: 150px !important; }

body .ml-155 {
  margin-left: 155px !important; }

body .ml-160 {
  margin-left: 160px !important; }

body .ml-165 {
  margin-left: 165px !important; }

body .ml-170 {
  margin-left: 170px !important; }

body .ml-175 {
  margin-left: 175px !important; }

body .ml-180 {
  margin-left: 180px !important; }

body .ml-185 {
  margin-left: 185px !important; }

body .ml-190 {
  margin-left: 190px !important; }

body .ml-195 {
  margin-left: 195px !important; }

body .ml-200 {
  margin-left: 200px !important; }

body .pt-0 {
  padding-top: 0px !important; }

body .pt-5 {
  padding-top: 5px !important; }

body .pt-10 {
  padding-top: 10px !important; }

body .pt-15 {
  padding-top: 15px !important; }

body .pt-20 {
  padding-top: 20px !important; }

body .pt-25 {
  padding-top: 25px !important; }

body .pt-30 {
  padding-top: 30px !important; }

body .pt-35 {
  padding-top: 35px !important; }

body .pt-40 {
  padding-top: 40px !important; }

body .pt-45 {
  padding-top: 45px !important; }

body .pt-50 {
  padding-top: 50px !important; }

body .pt-55 {
  padding-top: 55px !important; }

body .pt-60 {
  padding-top: 60px !important; }

body .pt-65 {
  padding-top: 65px !important; }

body .pt-70 {
  padding-top: 70px !important; }

body .pt-75 {
  padding-top: 75px !important; }

body .pt-80 {
  padding-top: 80px !important; }

body .pt-85 {
  padding-top: 85px !important; }

body .pt-90 {
  padding-top: 90px !important; }

body .pt-95 {
  padding-top: 95px !important; }

body .pt-100 {
  padding-top: 100px !important; }

body .pt-105 {
  padding-top: 105px !important; }

body .pt-110 {
  padding-top: 110px !important; }

body .pt-115 {
  padding-top: 115px !important; }

body .pt-120 {
  padding-top: 120px !important; }

body .pt-125 {
  padding-top: 125px !important; }

body .pt-130 {
  padding-top: 130px !important; }

body .pt-135 {
  padding-top: 135px !important; }

body .pt-140 {
  padding-top: 140px !important; }

body .pt-145 {
  padding-top: 145px !important; }

body .pt-150 {
  padding-top: 150px !important; }

body .pt-155 {
  padding-top: 155px !important; }

body .pt-160 {
  padding-top: 160px !important; }

body .pt-165 {
  padding-top: 165px !important; }

body .pt-170 {
  padding-top: 170px !important; }

body .pt-175 {
  padding-top: 175px !important; }

body .pt-180 {
  padding-top: 180px !important; }

body .pt-185 {
  padding-top: 185px !important; }

body .pt-190 {
  padding-top: 190px !important; }

body .pt-195 {
  padding-top: 195px !important; }

body .pt-200 {
  padding-top: 200px !important; }

body .pr-0 {
  padding-right: 0px !important; }

body .pr-5 {
  padding-right: 5px !important; }

body .pr-10 {
  padding-right: 10px !important; }

body .pr-15 {
  padding-right: 15px !important; }

body .pr-20 {
  padding-right: 20px !important; }

body .pr-25 {
  padding-right: 25px !important; }

body .pr-30 {
  padding-right: 30px !important; }

body .pr-35 {
  padding-right: 35px !important; }

body .pr-40 {
  padding-right: 40px !important; }

body .pr-45 {
  padding-right: 45px !important; }

body .pr-50 {
  padding-right: 50px !important; }

body .pr-55 {
  padding-right: 55px !important; }

body .pr-60 {
  padding-right: 60px !important; }

body .pr-65 {
  padding-right: 65px !important; }

body .pr-70 {
  padding-right: 70px !important; }

body .pr-75 {
  padding-right: 75px !important; }

body .pr-80 {
  padding-right: 80px !important; }

body .pr-85 {
  padding-right: 85px !important; }

body .pr-90 {
  padding-right: 90px !important; }

body .pr-95 {
  padding-right: 95px !important; }

body .pr-100 {
  padding-right: 100px !important; }

body .pr-105 {
  padding-right: 105px !important; }

body .pr-110 {
  padding-right: 110px !important; }

body .pr-115 {
  padding-right: 115px !important; }

body .pr-120 {
  padding-right: 120px !important; }

body .pr-125 {
  padding-right: 125px !important; }

body .pr-130 {
  padding-right: 130px !important; }

body .pr-135 {
  padding-right: 135px !important; }

body .pr-140 {
  padding-right: 140px !important; }

body .pr-145 {
  padding-right: 145px !important; }

body .pr-150 {
  padding-right: 150px !important; }

body .pr-155 {
  padding-right: 155px !important; }

body .pr-160 {
  padding-right: 160px !important; }

body .pr-165 {
  padding-right: 165px !important; }

body .pr-170 {
  padding-right: 170px !important; }

body .pr-175 {
  padding-right: 175px !important; }

body .pr-180 {
  padding-right: 180px !important; }

body .pr-185 {
  padding-right: 185px !important; }

body .pr-190 {
  padding-right: 190px !important; }

body .pr-195 {
  padding-right: 195px !important; }

body .pr-200 {
  padding-right: 200px !important; }

body .pb-0 {
  padding-bottom: 0px !important; }

body .pb-5 {
  padding-bottom: 5px !important; }

body .pb-10 {
  padding-bottom: 10px !important; }

body .pb-15 {
  padding-bottom: 15px !important; }

body .pb-20 {
  padding-bottom: 20px !important; }

body .pb-25 {
  padding-bottom: 25px !important; }

body .pb-30 {
  padding-bottom: 30px !important; }

body .pb-35 {
  padding-bottom: 35px !important; }

body .pb-40 {
  padding-bottom: 40px !important; }

body .pb-45 {
  padding-bottom: 45px !important; }

body .pb-50 {
  padding-bottom: 50px !important; }

body .pb-55 {
  padding-bottom: 55px !important; }

body .pb-60 {
  padding-bottom: 60px !important; }

body .pb-65 {
  padding-bottom: 65px !important; }

body .pb-70 {
  padding-bottom: 70px !important; }

body .pb-75 {
  padding-bottom: 75px !important; }

body .pb-80 {
  padding-bottom: 80px !important; }

body .pb-85 {
  padding-bottom: 85px !important; }

body .pb-90 {
  padding-bottom: 90px !important; }

body .pb-95 {
  padding-bottom: 95px !important; }

body .pb-100 {
  padding-bottom: 100px !important; }

body .pb-105 {
  padding-bottom: 105px !important; }

body .pb-110 {
  padding-bottom: 110px !important; }

body .pb-115 {
  padding-bottom: 115px !important; }

body .pb-120 {
  padding-bottom: 120px !important; }

body .pb-125 {
  padding-bottom: 125px !important; }

body .pb-130 {
  padding-bottom: 130px !important; }

body .pb-135 {
  padding-bottom: 135px !important; }

body .pb-140 {
  padding-bottom: 140px !important; }

body .pb-145 {
  padding-bottom: 145px !important; }

body .pb-150 {
  padding-bottom: 150px !important; }

body .pb-155 {
  padding-bottom: 155px !important; }

body .pb-160 {
  padding-bottom: 160px !important; }

body .pb-165 {
  padding-bottom: 165px !important; }

body .pb-170 {
  padding-bottom: 170px !important; }

body .pb-175 {
  padding-bottom: 175px !important; }

body .pb-180 {
  padding-bottom: 180px !important; }

body .pb-185 {
  padding-bottom: 185px !important; }

body .pb-190 {
  padding-bottom: 190px !important; }

body .pb-195 {
  padding-bottom: 195px !important; }

body .pb-200 {
  padding-bottom: 200px !important; }

body .pl-0 {
  padding-left: 0px !important; }

body .pl-5 {
  padding-left: 5px !important; }

body .pl-10 {
  padding-left: 10px !important; }

body .pl-15 {
  padding-left: 15px !important; }

body .pl-20 {
  padding-left: 20px !important; }

body .pl-25 {
  padding-left: 25px !important; }

body .pl-30 {
  padding-left: 30px !important; }

body .pl-35 {
  padding-left: 35px !important; }

body .pl-40 {
  padding-left: 40px !important; }

body .pl-45 {
  padding-left: 45px !important; }

body .pl-50 {
  padding-left: 50px !important; }

body .pl-55 {
  padding-left: 55px !important; }

body .pl-60 {
  padding-left: 60px !important; }

body .pl-65 {
  padding-left: 65px !important; }

body .pl-70 {
  padding-left: 70px !important; }

body .pl-75 {
  padding-left: 75px !important; }

body .pl-80 {
  padding-left: 80px !important; }

body .pl-85 {
  padding-left: 85px !important; }

body .pl-90 {
  padding-left: 90px !important; }

body .pl-95 {
  padding-left: 95px !important; }

body .pl-100 {
  padding-left: 100px !important; }

body .pl-105 {
  padding-left: 105px !important; }

body .pl-110 {
  padding-left: 110px !important; }

body .pl-115 {
  padding-left: 115px !important; }

body .pl-120 {
  padding-left: 120px !important; }

body .pl-125 {
  padding-left: 125px !important; }

body .pl-130 {
  padding-left: 130px !important; }

body .pl-135 {
  padding-left: 135px !important; }

body .pl-140 {
  padding-left: 140px !important; }

body .pl-145 {
  padding-left: 145px !important; }

body .pl-150 {
  padding-left: 150px !important; }

body .pl-155 {
  padding-left: 155px !important; }

body .pl-160 {
  padding-left: 160px !important; }

body .pl-165 {
  padding-left: 165px !important; }

body .pl-170 {
  padding-left: 170px !important; }

body .pl-175 {
  padding-left: 175px !important; }

body .pl-180 {
  padding-left: 180px !important; }

body .pl-185 {
  padding-left: 185px !important; }

body .pl-190 {
  padding-left: 190px !important; }

body .pl-195 {
  padding-left: 195px !important; }

body .pl-200 {
  padding-left: 200px !important; }

@media (min-width: 769px) {
  body .mt-md-0 {
    margin-top: 0px !important; }
  body .mt-md-5 {
    margin-top: 5px !important; }
  body .mt-md-10 {
    margin-top: 10px !important; }
  body .mt-md-15 {
    margin-top: 15px !important; }
  body .mt-md-20 {
    margin-top: 20px !important; }
  body .mt-md-25 {
    margin-top: 25px !important; }
  body .mt-md-30 {
    margin-top: 30px !important; }
  body .mt-md-35 {
    margin-top: 35px !important; }
  body .mt-md-40 {
    margin-top: 40px !important; }
  body .mt-md-45 {
    margin-top: 45px !important; }
  body .mt-md-50 {
    margin-top: 50px !important; }
  body .mt-md-55 {
    margin-top: 55px !important; }
  body .mt-md-60 {
    margin-top: 60px !important; }
  body .mt-md-65 {
    margin-top: 65px !important; }
  body .mt-md-70 {
    margin-top: 70px !important; }
  body .mt-md-75 {
    margin-top: 75px !important; }
  body .mt-md-80 {
    margin-top: 80px !important; }
  body .mt-md-85 {
    margin-top: 85px !important; }
  body .mt-md-90 {
    margin-top: 90px !important; }
  body .mt-md-95 {
    margin-top: 95px !important; }
  body .mt-md-100 {
    margin-top: 100px !important; }
  body .mt-md-105 {
    margin-top: 105px !important; }
  body .mt-md-110 {
    margin-top: 110px !important; }
  body .mt-md-115 {
    margin-top: 115px !important; }
  body .mt-md-120 {
    margin-top: 120px !important; }
  body .mt-md-125 {
    margin-top: 125px !important; }
  body .mt-md-130 {
    margin-top: 130px !important; }
  body .mt-md-135 {
    margin-top: 135px !important; }
  body .mt-md-140 {
    margin-top: 140px !important; }
  body .mt-md-145 {
    margin-top: 145px !important; }
  body .mt-md-150 {
    margin-top: 150px !important; }
  body .mt-md-155 {
    margin-top: 155px !important; }
  body .mt-md-160 {
    margin-top: 160px !important; }
  body .mt-md-165 {
    margin-top: 165px !important; }
  body .mt-md-170 {
    margin-top: 170px !important; }
  body .mt-md-175 {
    margin-top: 175px !important; }
  body .mt-md-180 {
    margin-top: 180px !important; }
  body .mt-md-185 {
    margin-top: 185px !important; }
  body .mt-md-190 {
    margin-top: 190px !important; }
  body .mt-md-195 {
    margin-top: 195px !important; }
  body .mt-md-200 {
    margin-top: 200px !important; }
  body .mr-md-0 {
    margin-right: 0px !important; }
  body .mr-md-5 {
    margin-right: 5px !important; }
  body .mr-md-10 {
    margin-right: 10px !important; }
  body .mr-md-15 {
    margin-right: 15px !important; }
  body .mr-md-20 {
    margin-right: 20px !important; }
  body .mr-md-25 {
    margin-right: 25px !important; }
  body .mr-md-30 {
    margin-right: 30px !important; }
  body .mr-md-35 {
    margin-right: 35px !important; }
  body .mr-md-40 {
    margin-right: 40px !important; }
  body .mr-md-45 {
    margin-right: 45px !important; }
  body .mr-md-50 {
    margin-right: 50px !important; }
  body .mr-md-55 {
    margin-right: 55px !important; }
  body .mr-md-60 {
    margin-right: 60px !important; }
  body .mr-md-65 {
    margin-right: 65px !important; }
  body .mr-md-70 {
    margin-right: 70px !important; }
  body .mr-md-75 {
    margin-right: 75px !important; }
  body .mr-md-80 {
    margin-right: 80px !important; }
  body .mr-md-85 {
    margin-right: 85px !important; }
  body .mr-md-90 {
    margin-right: 90px !important; }
  body .mr-md-95 {
    margin-right: 95px !important; }
  body .mr-md-100 {
    margin-right: 100px !important; }
  body .mr-md-105 {
    margin-right: 105px !important; }
  body .mr-md-110 {
    margin-right: 110px !important; }
  body .mr-md-115 {
    margin-right: 115px !important; }
  body .mr-md-120 {
    margin-right: 120px !important; }
  body .mr-md-125 {
    margin-right: 125px !important; }
  body .mr-md-130 {
    margin-right: 130px !important; }
  body .mr-md-135 {
    margin-right: 135px !important; }
  body .mr-md-140 {
    margin-right: 140px !important; }
  body .mr-md-145 {
    margin-right: 145px !important; }
  body .mr-md-150 {
    margin-right: 150px !important; }
  body .mr-md-155 {
    margin-right: 155px !important; }
  body .mr-md-160 {
    margin-right: 160px !important; }
  body .mr-md-165 {
    margin-right: 165px !important; }
  body .mr-md-170 {
    margin-right: 170px !important; }
  body .mr-md-175 {
    margin-right: 175px !important; }
  body .mr-md-180 {
    margin-right: 180px !important; }
  body .mr-md-185 {
    margin-right: 185px !important; }
  body .mr-md-190 {
    margin-right: 190px !important; }
  body .mr-md-195 {
    margin-right: 195px !important; }
  body .mr-md-200 {
    margin-right: 200px !important; }
  body .mb-md-0 {
    margin-bottom: 0px !important; }
  body .mb-md-5 {
    margin-bottom: 5px !important; }
  body .mb-md-10 {
    margin-bottom: 10px !important; }
  body .mb-md-15 {
    margin-bottom: 15px !important; }
  body .mb-md-20 {
    margin-bottom: 20px !important; }
  body .mb-md-25 {
    margin-bottom: 25px !important; }
  body .mb-md-30 {
    margin-bottom: 30px !important; }
  body .mb-md-35 {
    margin-bottom: 35px !important; }
  body .mb-md-40 {
    margin-bottom: 40px !important; }
  body .mb-md-45 {
    margin-bottom: 45px !important; }
  body .mb-md-50 {
    margin-bottom: 50px !important; }
  body .mb-md-55 {
    margin-bottom: 55px !important; }
  body .mb-md-60 {
    margin-bottom: 60px !important; }
  body .mb-md-65 {
    margin-bottom: 65px !important; }
  body .mb-md-70 {
    margin-bottom: 70px !important; }
  body .mb-md-75 {
    margin-bottom: 75px !important; }
  body .mb-md-80 {
    margin-bottom: 80px !important; }
  body .mb-md-85 {
    margin-bottom: 85px !important; }
  body .mb-md-90 {
    margin-bottom: 90px !important; }
  body .mb-md-95 {
    margin-bottom: 95px !important; }
  body .mb-md-100 {
    margin-bottom: 100px !important; }
  body .mb-md-105 {
    margin-bottom: 105px !important; }
  body .mb-md-110 {
    margin-bottom: 110px !important; }
  body .mb-md-115 {
    margin-bottom: 115px !important; }
  body .mb-md-120 {
    margin-bottom: 120px !important; }
  body .mb-md-125 {
    margin-bottom: 125px !important; }
  body .mb-md-130 {
    margin-bottom: 130px !important; }
  body .mb-md-135 {
    margin-bottom: 135px !important; }
  body .mb-md-140 {
    margin-bottom: 140px !important; }
  body .mb-md-145 {
    margin-bottom: 145px !important; }
  body .mb-md-150 {
    margin-bottom: 150px !important; }
  body .mb-md-155 {
    margin-bottom: 155px !important; }
  body .mb-md-160 {
    margin-bottom: 160px !important; }
  body .mb-md-165 {
    margin-bottom: 165px !important; }
  body .mb-md-170 {
    margin-bottom: 170px !important; }
  body .mb-md-175 {
    margin-bottom: 175px !important; }
  body .mb-md-180 {
    margin-bottom: 180px !important; }
  body .mb-md-185 {
    margin-bottom: 185px !important; }
  body .mb-md-190 {
    margin-bottom: 190px !important; }
  body .mb-md-195 {
    margin-bottom: 195px !important; }
  body .mb-md-200 {
    margin-bottom: 200px !important; }
  body .ml-md-0 {
    margin-left: 0px !important; }
  body .ml-md-5 {
    margin-left: 5px !important; }
  body .ml-md-10 {
    margin-left: 10px !important; }
  body .ml-md-15 {
    margin-left: 15px !important; }
  body .ml-md-20 {
    margin-left: 20px !important; }
  body .ml-md-25 {
    margin-left: 25px !important; }
  body .ml-md-30 {
    margin-left: 30px !important; }
  body .ml-md-35 {
    margin-left: 35px !important; }
  body .ml-md-40 {
    margin-left: 40px !important; }
  body .ml-md-45 {
    margin-left: 45px !important; }
  body .ml-md-50 {
    margin-left: 50px !important; }
  body .ml-md-55 {
    margin-left: 55px !important; }
  body .ml-md-60 {
    margin-left: 60px !important; }
  body .ml-md-65 {
    margin-left: 65px !important; }
  body .ml-md-70 {
    margin-left: 70px !important; }
  body .ml-md-75 {
    margin-left: 75px !important; }
  body .ml-md-80 {
    margin-left: 80px !important; }
  body .ml-md-85 {
    margin-left: 85px !important; }
  body .ml-md-90 {
    margin-left: 90px !important; }
  body .ml-md-95 {
    margin-left: 95px !important; }
  body .ml-md-100 {
    margin-left: 100px !important; }
  body .ml-md-105 {
    margin-left: 105px !important; }
  body .ml-md-110 {
    margin-left: 110px !important; }
  body .ml-md-115 {
    margin-left: 115px !important; }
  body .ml-md-120 {
    margin-left: 120px !important; }
  body .ml-md-125 {
    margin-left: 125px !important; }
  body .ml-md-130 {
    margin-left: 130px !important; }
  body .ml-md-135 {
    margin-left: 135px !important; }
  body .ml-md-140 {
    margin-left: 140px !important; }
  body .ml-md-145 {
    margin-left: 145px !important; }
  body .ml-md-150 {
    margin-left: 150px !important; }
  body .ml-md-155 {
    margin-left: 155px !important; }
  body .ml-md-160 {
    margin-left: 160px !important; }
  body .ml-md-165 {
    margin-left: 165px !important; }
  body .ml-md-170 {
    margin-left: 170px !important; }
  body .ml-md-175 {
    margin-left: 175px !important; }
  body .ml-md-180 {
    margin-left: 180px !important; }
  body .ml-md-185 {
    margin-left: 185px !important; }
  body .ml-md-190 {
    margin-left: 190px !important; }
  body .ml-md-195 {
    margin-left: 195px !important; }
  body .ml-md-200 {
    margin-left: 200px !important; }
  body .pt-md-0 {
    padding-top: 0px !important; }
  body .pt-md-5 {
    padding-top: 5px !important; }
  body .pt-md-10 {
    padding-top: 10px !important; }
  body .pt-md-15 {
    padding-top: 15px !important; }
  body .pt-md-20 {
    padding-top: 20px !important; }
  body .pt-md-25 {
    padding-top: 25px !important; }
  body .pt-md-30 {
    padding-top: 30px !important; }
  body .pt-md-35 {
    padding-top: 35px !important; }
  body .pt-md-40 {
    padding-top: 40px !important; }
  body .pt-md-45 {
    padding-top: 45px !important; }
  body .pt-md-50 {
    padding-top: 50px !important; }
  body .pt-md-55 {
    padding-top: 55px !important; }
  body .pt-md-60 {
    padding-top: 60px !important; }
  body .pt-md-65 {
    padding-top: 65px !important; }
  body .pt-md-70 {
    padding-top: 70px !important; }
  body .pt-md-75 {
    padding-top: 75px !important; }
  body .pt-md-80 {
    padding-top: 80px !important; }
  body .pt-md-85 {
    padding-top: 85px !important; }
  body .pt-md-90 {
    padding-top: 90px !important; }
  body .pt-md-95 {
    padding-top: 95px !important; }
  body .pt-md-100 {
    padding-top: 100px !important; }
  body .pt-md-105 {
    padding-top: 105px !important; }
  body .pt-md-110 {
    padding-top: 110px !important; }
  body .pt-md-115 {
    padding-top: 115px !important; }
  body .pt-md-120 {
    padding-top: 120px !important; }
  body .pt-md-125 {
    padding-top: 125px !important; }
  body .pt-md-130 {
    padding-top: 130px !important; }
  body .pt-md-135 {
    padding-top: 135px !important; }
  body .pt-md-140 {
    padding-top: 140px !important; }
  body .pt-md-145 {
    padding-top: 145px !important; }
  body .pt-md-150 {
    padding-top: 150px !important; }
  body .pt-md-155 {
    padding-top: 155px !important; }
  body .pt-md-160 {
    padding-top: 160px !important; }
  body .pt-md-165 {
    padding-top: 165px !important; }
  body .pt-md-170 {
    padding-top: 170px !important; }
  body .pt-md-175 {
    padding-top: 175px !important; }
  body .pt-md-180 {
    padding-top: 180px !important; }
  body .pt-md-185 {
    padding-top: 185px !important; }
  body .pt-md-190 {
    padding-top: 190px !important; }
  body .pt-md-195 {
    padding-top: 195px !important; }
  body .pt-md-200 {
    padding-top: 200px !important; }
  body .pr-md-0 {
    padding-right: 0px !important; }
  body .pr-md-5 {
    padding-right: 5px !important; }
  body .pr-md-10 {
    padding-right: 10px !important; }
  body .pr-md-15 {
    padding-right: 15px !important; }
  body .pr-md-20 {
    padding-right: 20px !important; }
  body .pr-md-25 {
    padding-right: 25px !important; }
  body .pr-md-30 {
    padding-right: 30px !important; }
  body .pr-md-35 {
    padding-right: 35px !important; }
  body .pr-md-40 {
    padding-right: 40px !important; }
  body .pr-md-45 {
    padding-right: 45px !important; }
  body .pr-md-50 {
    padding-right: 50px !important; }
  body .pr-md-55 {
    padding-right: 55px !important; }
  body .pr-md-60 {
    padding-right: 60px !important; }
  body .pr-md-65 {
    padding-right: 65px !important; }
  body .pr-md-70 {
    padding-right: 70px !important; }
  body .pr-md-75 {
    padding-right: 75px !important; }
  body .pr-md-80 {
    padding-right: 80px !important; }
  body .pr-md-85 {
    padding-right: 85px !important; }
  body .pr-md-90 {
    padding-right: 90px !important; }
  body .pr-md-95 {
    padding-right: 95px !important; }
  body .pr-md-100 {
    padding-right: 100px !important; }
  body .pr-md-105 {
    padding-right: 105px !important; }
  body .pr-md-110 {
    padding-right: 110px !important; }
  body .pr-md-115 {
    padding-right: 115px !important; }
  body .pr-md-120 {
    padding-right: 120px !important; }
  body .pr-md-125 {
    padding-right: 125px !important; }
  body .pr-md-130 {
    padding-right: 130px !important; }
  body .pr-md-135 {
    padding-right: 135px !important; }
  body .pr-md-140 {
    padding-right: 140px !important; }
  body .pr-md-145 {
    padding-right: 145px !important; }
  body .pr-md-150 {
    padding-right: 150px !important; }
  body .pr-md-155 {
    padding-right: 155px !important; }
  body .pr-md-160 {
    padding-right: 160px !important; }
  body .pr-md-165 {
    padding-right: 165px !important; }
  body .pr-md-170 {
    padding-right: 170px !important; }
  body .pr-md-175 {
    padding-right: 175px !important; }
  body .pr-md-180 {
    padding-right: 180px !important; }
  body .pr-md-185 {
    padding-right: 185px !important; }
  body .pr-md-190 {
    padding-right: 190px !important; }
  body .pr-md-195 {
    padding-right: 195px !important; }
  body .pr-md-200 {
    padding-right: 200px !important; }
  body .pb-md-0 {
    padding-bottom: 0px !important; }
  body .pb-md-5 {
    padding-bottom: 5px !important; }
  body .pb-md-10 {
    padding-bottom: 10px !important; }
  body .pb-md-15 {
    padding-bottom: 15px !important; }
  body .pb-md-20 {
    padding-bottom: 20px !important; }
  body .pb-md-25 {
    padding-bottom: 25px !important; }
  body .pb-md-30 {
    padding-bottom: 30px !important; }
  body .pb-md-35 {
    padding-bottom: 35px !important; }
  body .pb-md-40 {
    padding-bottom: 40px !important; }
  body .pb-md-45 {
    padding-bottom: 45px !important; }
  body .pb-md-50 {
    padding-bottom: 50px !important; }
  body .pb-md-55 {
    padding-bottom: 55px !important; }
  body .pb-md-60 {
    padding-bottom: 60px !important; }
  body .pb-md-65 {
    padding-bottom: 65px !important; }
  body .pb-md-70 {
    padding-bottom: 70px !important; }
  body .pb-md-75 {
    padding-bottom: 75px !important; }
  body .pb-md-80 {
    padding-bottom: 80px !important; }
  body .pb-md-85 {
    padding-bottom: 85px !important; }
  body .pb-md-90 {
    padding-bottom: 90px !important; }
  body .pb-md-95 {
    padding-bottom: 95px !important; }
  body .pb-md-100 {
    padding-bottom: 100px !important; }
  body .pb-md-105 {
    padding-bottom: 105px !important; }
  body .pb-md-110 {
    padding-bottom: 110px !important; }
  body .pb-md-115 {
    padding-bottom: 115px !important; }
  body .pb-md-120 {
    padding-bottom: 120px !important; }
  body .pb-md-125 {
    padding-bottom: 125px !important; }
  body .pb-md-130 {
    padding-bottom: 130px !important; }
  body .pb-md-135 {
    padding-bottom: 135px !important; }
  body .pb-md-140 {
    padding-bottom: 140px !important; }
  body .pb-md-145 {
    padding-bottom: 145px !important; }
  body .pb-md-150 {
    padding-bottom: 150px !important; }
  body .pb-md-155 {
    padding-bottom: 155px !important; }
  body .pb-md-160 {
    padding-bottom: 160px !important; }
  body .pb-md-165 {
    padding-bottom: 165px !important; }
  body .pb-md-170 {
    padding-bottom: 170px !important; }
  body .pb-md-175 {
    padding-bottom: 175px !important; }
  body .pb-md-180 {
    padding-bottom: 180px !important; }
  body .pb-md-185 {
    padding-bottom: 185px !important; }
  body .pb-md-190 {
    padding-bottom: 190px !important; }
  body .pb-md-195 {
    padding-bottom: 195px !important; }
  body .pb-md-200 {
    padding-bottom: 200px !important; }
  body .pl-md-0 {
    padding-left: 0px !important; }
  body .pl-md-5 {
    padding-left: 5px !important; }
  body .pl-md-10 {
    padding-left: 10px !important; }
  body .pl-md-15 {
    padding-left: 15px !important; }
  body .pl-md-20 {
    padding-left: 20px !important; }
  body .pl-md-25 {
    padding-left: 25px !important; }
  body .pl-md-30 {
    padding-left: 30px !important; }
  body .pl-md-35 {
    padding-left: 35px !important; }
  body .pl-md-40 {
    padding-left: 40px !important; }
  body .pl-md-45 {
    padding-left: 45px !important; }
  body .pl-md-50 {
    padding-left: 50px !important; }
  body .pl-md-55 {
    padding-left: 55px !important; }
  body .pl-md-60 {
    padding-left: 60px !important; }
  body .pl-md-65 {
    padding-left: 65px !important; }
  body .pl-md-70 {
    padding-left: 70px !important; }
  body .pl-md-75 {
    padding-left: 75px !important; }
  body .pl-md-80 {
    padding-left: 80px !important; }
  body .pl-md-85 {
    padding-left: 85px !important; }
  body .pl-md-90 {
    padding-left: 90px !important; }
  body .pl-md-95 {
    padding-left: 95px !important; }
  body .pl-md-100 {
    padding-left: 100px !important; }
  body .pl-md-105 {
    padding-left: 105px !important; }
  body .pl-md-110 {
    padding-left: 110px !important; }
  body .pl-md-115 {
    padding-left: 115px !important; }
  body .pl-md-120 {
    padding-left: 120px !important; }
  body .pl-md-125 {
    padding-left: 125px !important; }
  body .pl-md-130 {
    padding-left: 130px !important; }
  body .pl-md-135 {
    padding-left: 135px !important; }
  body .pl-md-140 {
    padding-left: 140px !important; }
  body .pl-md-145 {
    padding-left: 145px !important; }
  body .pl-md-150 {
    padding-left: 150px !important; }
  body .pl-md-155 {
    padding-left: 155px !important; }
  body .pl-md-160 {
    padding-left: 160px !important; }
  body .pl-md-165 {
    padding-left: 165px !important; }
  body .pl-md-170 {
    padding-left: 170px !important; }
  body .pl-md-175 {
    padding-left: 175px !important; }
  body .pl-md-180 {
    padding-left: 180px !important; }
  body .pl-md-185 {
    padding-left: 185px !important; }
  body .pl-md-190 {
    padding-left: 190px !important; }
  body .pl-md-195 {
    padding-left: 195px !important; }
  body .pl-md-200 {
    padding-left: 200px !important; } }

.break-all {
  word-break: break-all; }

@-ms-viewport {
  width: auto;
  initial-scale: 1; }

img {
  -webkit-backface-visibility: hidden; }

html {
  font-size: 62.5%; }

body {
  width: 100%;
  letter-spacing: .06em;
  color: #000;
  background-color: #fff;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 1.26rem; }
  @media (min-width: 769px) {
    body {
      font-size: 1.4rem; } }

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

@media (min-width: 769px) {
  img[src$=img-mv-title-jp\.svg] {
    max-width: inherit; } }

a {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  opacity: 1; }
  a:hover {
    opacity: .6; }

ol,
ul {
  padding-left: 1em; }
  ol li,
  ul li {
    padding-left: 0; }

/* numberタイプの上下ボタンを非表示 */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

input[type='number'] {
  -moz-appearance: textfield; }

.h1,
h1 {
  font-size: 3.08rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.5em; }
  @media (min-width: 769px) {
    .h1,
    h1 {
      font-size: 3.85rem; } }

.h2,
h2 {
  font-size: 2.24rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .8em; }
  @media (min-width: 769px) {
    .h2,
    h2 {
      font-size: 2.8rem;
      margin-bottom: 1em; } }

.h3,
h3 {
  font-size: 1.96rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .8em; }
  @media (min-width: 769px) {
    .h3,
    h3 {
      font-size: 2.45rem;
      margin-bottom: 1em; } }

.h4,
h4 {
  font-size: 1.547rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .8em; }
  @media (min-width: 769px) {
    .h4,
    h4 {
      font-size: 1.82rem;
      margin-bottom: 1em; } }

.h5,
h5 {
  font-size: 1.428rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .8em; }
  @media (min-width: 769px) {
    .h5,
    h5 {
      font-size: 1.68rem;
      margin-bottom: 1em; } }

figcaption {
  font-size: 1.1rem;
  display: block;
  padding-top: .2em;
  text-align: center;
  color: #999; }

*:last-child {
  margin-bottom: 0; }

.fa-file-pdf-o {
  color: red; }

.fa-file-word-o {
  color: blue; }

.fa-file-excel-o {
  color: green; }

ul,
ol,
dl,
dt,
dd,
li {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: #000; }
  a:hover {
    color: #000;
    text-decoration: none; }
  a[target='_blank']::after {
    content: none; }
  a[target='_blank'][href^='http']::after {
    content: "";
    font-family: inherit;
    padding-right: 25px;
    background: url(/img-com/icon-window-open.svg) no-repeat center center;
    background-size: 17px 12px; }
    .hnav a[target='_blank'][href^='http']::after {
      -webkit-animation: none !important;
              animation: none !important; }
    .btn[target='_blank']::after {
      background: none;
      padding-right: 0 !important; }
  a.topic-card__link[target='_blank'][href^='http']::after {
    display: none; }
  a.pnews-box__link[target='_blank'][href^='http']::after {
    display: none; }

button:focus {
  outline: none; }

.img100 {
  width: 100%; }

.tabnav .selecton select {
  padding-right: 35px; }

@media (min-width: 769px) {
  .com__none_type_pc {
    display: none !important; }
    #pgHome .com__none_type_pc.com__block_type_pc_top {
      display: block !important; }
    .com__none_type_pc.com__block_type_pc_sub {
      display: block !important; }
      #pgHome .com__none_type_pc.com__block_type_pc_sub {
        display: none !important; }
  .com__block_type_pc {
    display: block !important; }
    #pgHome .com__block_type_pc.com__none_type_pc_sub.d-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    #pgHome .com__block_type_pc.com__none_type_pc_top {
      display: none !important; }
    .com__block_type_pc.com__none_type_pc_sub {
      display: none !important; }
      #pgHome .com__block_type_pc.com__none_type_pc_sub {
        display: block !important; } }

@media (max-width: 768.98px) {
  .com__none_type_sp {
    display: none !important; }
    #pgHome .com__none_type_sp.com__block_type_sp_top {
      display: block !important; }
    .com__none_type_sp.com__block_type_sp_sub {
      display: block !important; }
      #pgHome .com__none_type_sp.com__block_type_sp_sub {
        display: none !important; }
  .com__block_type_sp {
    display: block !important; }
    #pgHome .com__block_type_sp.com__none_type_sp_top {
      display: none !important; }
    .com__block_type_sp.com__none_type_sp_sub {
      display: none !important; }
      #pgHome .com__block_type_sp.com__none_type_sp_sub {
        display: block !important; } }

@media (min-width: 769px) {
  .inner {
    width: 1024px; }
  .inner2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 100px;
    padding: 100px;
    background: #f00; }
  .pc-inner0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 100px;
    padding: 100px;
    background: #f00;
    margin-left: -15px;
    margin-right: -15px; }
  .container-fluid {
    min-width: 1024px; } }

@media (max-width: 768.98px) {
  .sp-inner0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 100px;
    padding: 100px;
    background: #f00;
    margin-left: -15px;
    margin-right: -15px;
    width: auto; } }

@media (min-width: 769px) {
  .inner {
    width: 1024px; }
    .inner.inner_pc0 {
      width: auto;
      max-width: none;
      margin-left: -15px;
      margin-right: -15px; }
    .inner .container-fluid {
      min-width: 1024px; } }

@media (max-width: 768.98px) {
  .inner.inner_sp0 {
    width: auto;
    max-width: none;
    margin-left: -15px;
    margin-right: -15px; } }

.inner.inner_all0 {
  width: auto;
  max-width: none;
  margin-left: -15px;
  margin-right: -15px; }
  .contents > .inner.inner_all0 {
    margin-left: 0;
    margin-right: 0; }

.inner.inner_auto {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0; }

.tns-outer {
  position: relative; }
  .tns-outer [data-controls] {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    border: 0 none; }
    @media (min-width: 769px) {
      .tns-outer [data-controls] {
        top: 110px;
        width: 25px;
        height: 25px; } }
    @media (max-width: 768.98px) {
      .tns-outer [data-controls] {
        top: 80px;
        width: 20px;
        height: 20px; } }
    .tns-outer [data-controls]:first-child {
      left: 0;
      background: url(/img-com/icon-arrow-left.svg); }
    .tns-outer [data-controls]:last-child {
      right: 0;
      background: url(/img-com/icon-arrow-right.svg); }

.bx-wrapper {
  border: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.slick-slider {
  position: relative; }
  .slick-slider .slick-arrow {
    position: absolute;
    font-size: 0;
    line-height: 0;
    color: transparent;
    top: calc(50% - 40px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 25px;
    z-index: 10;
    background: #fff;
    border: 0 none; }
    .slick-slider .slick-arrow.slick-prev {
      left: 0;
      background: url(/img-com/icon-arrow-left.svg); }
    .slick-slider .slick-arrow.slick-next {
      right: 0;
      background: url(/img-com/icon-arrow-right.svg); }

@media (min-width: 769px) {
  #slider2.slick-slider {
    padding: 0 30px !important; } }

@media (max-width: 768.98px) {
  #slider2.slick-slider {
    padding: 0 30px !important; } }

#slider2.slick-slider .slick-arrow {
  border: 1px solid #000;
  border-radius: 50%; }

#slider2.slick-slider .slick-slide {
  margin: 0 5px; }

#slider5.slick-slider .slick-arrow {
  top: calc(50%);
  border: 1px solid #000;
  border-radius: 50%; }
  #slider5.slick-slider .slick-arrow.slick-prev {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (min-width: 769px) {
      #slider5.slick-slider .slick-arrow.slick-prev {
        left: calc(50% - 652px/2 - 30px); } }
    @media (max-width: 768.98px) {
      #slider5.slick-slider .slick-arrow.slick-prev {
        left: 50px; } }
  #slider5.slick-slider .slick-arrow.slick-next {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }
    @media (min-width: 769px) {
      #slider5.slick-slider .slick-arrow.slick-next {
        right: calc(50% - 652px/2 - 30px); } }
    @media (max-width: 768.98px) {
      #slider5.slick-slider .slick-arrow.slick-next {
        right: 50px; } }

@media (min-width: 769px) {
  #slider5.slick-slider .slick-slide {
    margin: 0 30px; } }

@media (max-width: 768.98px) {
  #slider5.slick-slider .slick-slide {
    margin: 0 15px; } }

.swiper-container {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 50px; }
  .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; }
    .swiper-container .swiper-wrapper .swiper-slide {
      padding: 0 50px; }
      .swiper-container .swiper-wrapper .swiper-slide .swiper-img {
        width: 100%;
        max-width: 800px; }
  .swiper-container .swiper-pagination {
    color: #fff;
    bottom: 10px;
    text-align: right;
    padding-right: 50px; }
  .swiper-container .swiper-button-white {
    background-size: 50%;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px; }
  .swiper-container .swiper-scrollbar {
    display: none; }

.swiper__title {
  color: #fff;
  text-align: center;
  margin: .5em 0; }

.swiper__subtitle {
  text-align: center;
  color: #fff;
  border: 1px solid #fff; }

.swiper__pict {
  text-align: center; }

.swiper__description {
  color: #fff;
  margin: 1em 0; }

.swiper__detail {
  text-align: center;
  color: #fff;
  margin: 1em 0 2em; }

@media (min-width: 769px) {
  .swiper.swiper_type_process .swiper__title {
    font-size: 26px; } }

@media (max-width: 768.98px) {
  .swiper.swiper_type_process .swiper__title {
    font-size: 19px; } }

@media (min-width: 769px) {
  .swiper.swiper_type_process .swiper__subtitle {
    font-size: 16px; } }

@media (max-width: 768.98px) {
  .swiper.swiper_type_process .swiper__subtitle {
    font-size: 14px; } }

@media (min-width: 769px) {
  .swiper.swiper_type_process .swiper__description {
    font-size: 14px; } }

@media (max-width: 768.98px) {
  .swiper.swiper_type_process .swiper__description {
    font-size: 12px; } }

.swiper.swiper_type_gallary {
  margin-top: 45px; }
  @media (min-width: 769px) {
    .swiper.swiper_type_gallary .swiper__title {
      font-size: 26px; } }
  @media (max-width: 768.98px) {
    .swiper.swiper_type_gallary .swiper__title {
      font-size: 14px; } }

@media (min-width: 769px) {
  .swiper.swiper_type_facility .swiper__title {
    font-size: 26px; } }

@media (max-width: 768.98px) {
  .swiper.swiper_type_facility .swiper__title {
    font-size: 14px; } }

.mfp-image {
  position: relative;
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
  .mfp-image::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.7) url(/img-com/icon-zoom.svg) no-repeat center center;
    background-size: 18px; }

[class^=mfp-mind] .mfp-content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto; }

[class^=mfp-mind] .mfp-bg {
  background: #231815; }

[class^=mfp-class] .mfp-content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto; }

body .mfp-bg {
  z-index: 1052; }

body .mfp-wrap {
  z-index: 1053; }

body:not(.mfp-zoom-out-cur) .mfp-bg {
  opacity: 1; }

body:not(.mfp-zoom-out-cur) .mfp-full {
  height: 100vh;
  padding-top: 50px; }
  body:not(.mfp-zoom-out-cur) .mfp-full .mfp-close {
    position: fixed;
    padding: 10px 15px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    @media (min-width: 769px) {
      body:not(.mfp-zoom-out-cur) .mfp-full .mfp-close {
        right: 10px; } }

body:not(.mfp-zoom-out-cur) .mfp-container {
  padding: 0; }

body:not(.mfp-zoom-out-cur) .mfp-close-btn-in .mfp-close {
  color: #fff;
  font-size: 0;
  opacity: 1;
  background: #000 url(/img-com/img-btn-close-white.svg) no-repeat center center;
  background-size: 44px 44px; }
  body:not(.mfp-zoom-out-cur) .mfp-close-btn-in .mfp-close:hover {
    opacity: .65; }

.modal-backdrop.show {
  opacity: 1; }

.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;'; }

.btns {
  font-size: 12px; }
  .btns__item {
    width: 100%; }
  .btns__link {
    display: block;
    line-height: 30px;
    color: #000;
    background: #b3b3b3; }
  .btns.btns_col2 .btns__item {
    width: calc(100%/2 - 10px); }
    .btns.btns_col2 .btns__item:nth-child(1) > * {
      margin-left: auto; }
  .btns.btns_col1 .btns__item {
    width: 65%; }
    .btns.btns_col1 .btns__item:nth-child(1) > * {
      margin-left: auto;
      margin-right: auto; }
  .btns.btns_big .btns__item {
    width: 80%; }
  .btns.btns_order1 .btns__item.btns__item_head {
    padding-left: 60px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666; }
    .btns.btns_order1 .btns__item.btns__item_head:nth-of-type(1) {
      background: url(/education/department/photography/img/img-keyword-no1.svg) no-repeat left bottom -1px; }
    .btns.btns_order1 .btns__item.btns__item_head:nth-of-type(2) {
      background: url(/education/department/photography/img/img-keyword-no2.svg) no-repeat left bottom -1px; }
    .btns.btns_order1 .btns__item.btns__item_head:nth-of-type(3) {
      background: url(/education/department/photography/img/img-keyword-no3.svg) no-repeat left bottom -1px; }
    .btns.btns_order1 .btns__item.btns__item_head:nth-child(1) {
      background-position: left 7px bottom -1px; }
  .btns.btns_order1 .btns__item.btns__item_body {
    padding-left: 60px;
    margin-bottom: 30px; }
  @media (min-width: 769px) {
    .btns.btns_accordion .btns__item.btns__item_head {
      display: none; } }
  @media (max-width: 768.98px) {
    .btns.btns_accordion .btns__item.btns__item_head {
      margin-bottom: 20px; } }
  @media (min-width: 769px) {
    .btns.btns_accordion .btns__item.btns__item_body {
      display: block; } }
  @media (max-width: 768.98px) {
    .btns.btns_accordion .btns__item.btns__item_body {
      margin-bottom: 20px; } }
  .btns.btns_facility .btns__item {
    margin: 0 auto; }

.btn {
  padding: 0;
  border-radius: 0; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .btn.btn_type_triangle {
    background: url(/img-com/icon-window-link-triangle.svg) no-repeat right bottom;
    background-size: 10px 10px; }
    @media (min-width: 769px) {
      .btn.btn_type_triangle {
        font-size: 14px; } }
    @media (max-width: 768.98px) {
      .btn.btn_type_triangle {
        font-size: 12px; } }
    .btn.btn_type_triangle.btn_active {
      background-color: #ff3; }
  .btn.btn_type_wopen {
    background: url(/img-com/icon-window-open.svg) no-repeat right center;
    background-size: 17px 12px;
    background: url(/img-com/icon-window-open2.svg) no-repeat right bottom;
    background-size: 25px 20px;
    border: 3px double #000; }
    .btn.btn_type_wopen[target='_blank']::after {
      content: none; }
  .btn.btn_type_arrow1 {
    max-width: 225px;
    color: #000;
    background: #fff;
    position: relative; }
    @media (min-width: 769px) {
      .btn.btn_type_arrow1 {
        font-size: 16px; } }
    @media (max-width: 768.98px) {
      .btn.btn_type_arrow1 {
        font-size: 12px; } }
    .btn.btn_type_arrow1::after {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      right: 8px;
      width: 8px;
      height: 8px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      border-bottom: 0px none;
      border-left: 0px none;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }
    .btn.btn_type_arrow1.btn_type_arrow1_btm {
      opacity: 1;
      padding-bottom: 10px; }
      .btn.btn_type_arrow1.btn_type_arrow1_btm::after {
        top: auto;
        bottom: 8px;
        left: 50%;
        border-top: 0px none;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        border-left: 0px none;
        -webkit-transform: translateX(-50%) rotate(45deg);
                transform: translateX(-50%) rotate(45deg); }
      .btn.btn_type_arrow1.btn_type_arrow1_btm[aria-expanded='true'] {
        position: relative; }
        .btn.btn_type_arrow1.btn_type_arrow1_btm[aria-expanded='true']::before {
          font-size: 20px;
          position: absolute;
          display: block;
          content: '▲';
          left: 50%;
          bottom: -29px;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          color: #fff; }
    .btn.btn_type_arrow1.btn_type_arrow1_down::after {
      border-top: 0px none;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      border-left: 0px none; }
    .btn.btn_type_arrow1.btn_type_arrow1_links {
      text-align: left; }
    .btn.btn_type_arrow1.noicon[target='_blank']::after {
      background: none; }
  .btn.btn_type_arrow2 {
    max-width: 320px;
    color: #fff;
    background: transparent;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
    @media (min-width: 769px) {
      .btn.btn_type_arrow2 {
        font-size: 16px;
        padding-left: 16px; } }
    @media (max-width: 768.98px) {
      .btn.btn_type_arrow2 {
        font-size: 12px;
        padding-left: 12px; } }
    .btn.btn_type_arrow2::before, .btn.btn_type_arrow2::after {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      width: 23px;
      height: 23px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      border-bottom: 0px none;
      border-left: 0px none;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }
    .btn.btn_type_arrow2::before {
      left: -12px; }
    .btn.btn_type_arrow2::after {
      right: -12px;
      background-image: none !important; }
    .btn.btn_type_arrow2.black {
      color: #000;
      border-top-color: #000;
      border-bottom-color: #000; }
      .btn.btn_type_arrow2.black::before, .btn.btn_type_arrow2.black::after {
        border-top-color: #000;
        border-right-color: #000; }
    .btn.btn_type_arrow2.photography {
      color: #fff;
      background: #373c91;
      border-bottom-color: #373c91; }
      .btn.btn_type_arrow2.photography::before, .btn.btn_type_arrow2.photography::after {
        border-top: none;
        border-right: none;
        background: #373c91;
        width: 21px;
        height: 21px; }
      .btn.btn_type_arrow2.photography::before {
        background: #fff; }
    .btn.btn_type_arrow2.cinema {
      color: #fff;
      background: #d71e36;
      border-bottom-color: #d71e36; }
      .btn.btn_type_arrow2.cinema::before, .btn.btn_type_arrow2.cinema::after {
        border-top: none;
        border-right: none;
        background: #d71e36;
        width: 21px;
        height: 21px; }
      .btn.btn_type_arrow2.cinema::before {
        background: #fff; }
    .btn.btn_type_arrow2.finearts {
      color: #fff;
      background: #deac14;
      border-bottom-color: #deac14; }
      .btn.btn_type_arrow2.finearts::before, .btn.btn_type_arrow2.finearts::after {
        border-top: none;
        border-right: none;
        background: #deac14;
        width: 21px;
        height: 21px; }
      .btn.btn_type_arrow2.finearts::before {
        background: #fff; }
    .btn.btn_type_arrow2.music {
      color: #fff;
      background: #48995b;
      border-bottom-color: #48995b; }
      .btn.btn_type_arrow2.music::before, .btn.btn_type_arrow2.music::after {
        border-top: none;
        border-right: none;
        background: #48995b;
        width: 21px;
        height: 21px; }
      .btn.btn_type_arrow2.music::before {
        background: #fff; }
    .btn.btn_type_arrow2.literature {
      color: #fff;
      background: #708996;
      border-bottom-color: #708996; }
      .btn.btn_type_arrow2.literature::before, .btn.btn_type_arrow2.literature::after {
        border-top: none;
        border-right: none;
        background: #708996;
        width: 21px;
        height: 21px; }
      .btn.btn_type_arrow2.literature::before {
        background: #fff; }
    .btn.btn_type_arrow2.theatre {
      color: #fff;
      background: #d5808c;
      border-bottom-color: #d5808c; }
      .btn.btn_type_arrow2.theatre::before, .btn.btn_type_arrow2.theatre::after {
        border-top: none;
        border-right: none;
        background: #d5808c;
        width: 21px;
        height: 21px; }
      .btn.btn_type_arrow2.theatre::before {
        background: #fff; }
    .btn.btn_type_arrow2.broadcast {
      color: #fff;
      background: #e18b45;
      border-bottom-color: #e18b45; }
      .btn.btn_type_arrow2.broadcast::before, .btn.btn_type_arrow2.broadcast::after {
        border-top: none;
        border-right: none;
        background: #e18b45;
        width: 21px;
        height: 21px; }
      .btn.btn_type_arrow2.broadcast::before {
        background: #fff; }
    .btn.btn_type_arrow2.design {
      color: #fff;
      background: #0076a5;
      border-bottom-color: #0076a5; }
      .btn.btn_type_arrow2.design::before, .btn.btn_type_arrow2.design::after {
        border-top: none;
        border-right: none;
        background: #0076a5;
        width: 21px;
        height: 21px; }
      .btn.btn_type_arrow2.design::before {
        background: #fff; }
    .btn.btn_type_arrow2.skyblue {
      color: #fff;
      background: #51a4ed;
      border-bottom-color: #51a4ed; }
      .btn.btn_type_arrow2.skyblue::before, .btn.btn_type_arrow2.skyblue::after {
        border-top: none;
        border-right: none;
        background: #51a4ed;
        width: 21px;
        height: 21px; }
      .btn.btn_type_arrow2.skyblue::before {
        background: #fff; }
    .btn.btn_type_arrow2.pink {
      color: #fff;
      background: #f37575;
      border-bottom-color: #f37575; }
      .btn.btn_type_arrow2.pink::before, .btn.btn_type_arrow2.pink::after {
        border-top: none;
        border-right: none;
        background: #f37575;
        width: 21px;
        height: 21px; }
      .btn.btn_type_arrow2.pink::before {
        background: #fff; }
    .btn.btn_type_arrow2.commonpink {
      color: #fff;
      background: #e3007f;
      border-bottom-color: #e3007f; }
      .btn.btn_type_arrow2.commonpink::before, .btn.btn_type_arrow2.commonpink::after {
        border-top: none;
        border-right: none;
        background: #e3007f;
        width: 21px;
        height: 21px; }
      .btn.btn_type_arrow2.commonpink::before {
        background: #fff; }
    .btn.btn_type_arrow2.big {
      width: 100%;
      max-width: none; }
      @media (min-width: 769px) {
        .btn.btn_type_arrow2.big {
          max-width: 400px; } }
  .btn.btn_type_plus {
    color: #000;
    background: #fff;
    position: relative; }
    @media (min-width: 769px) {
      .btn.btn_type_plus {
        font-size: 16px; } }
    @media (max-width: 768.98px) {
      .btn.btn_type_plus {
        font-size: 12px; } }
    .btn.btn_type_plus::after {
      display: block;
      content: '＋';
      position: absolute;
      top: 50%;
      right: 8px;
      font-size: 10px;
      line-height: 14px;
      width: 16px;
      height: 16px;
      border: 1px solid #fff;
      border-radius: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .btn.btn_type_plus[aria-expanded='true']::after {
      content: '－'; }
  .btn.btn_type_accordion {
    display: block;
    text-align: left;
    padding: 2px 35px 2px .5em;
    font-size: 14px;
    min-height: 28px;
    color: #fff;
    background: #666;
    position: relative;
    white-space: normal; }
    @media (max-width: 768.98px) {
      .btn.btn_type_accordion {
        padding-top: 5px;
        padding-bottom: 5px; } }
    .btn.btn_type_accordion::after {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      right: 8px;
      line-height: 14px;
      width: 20px;
      height: 20px;
      border-top: 2px solid transparent;
      border-right: 2px solid transparent;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      -webkit-transform: translateY(-75%) rotate(-45deg) scale(1, 1);
              transform: translateY(-75%) rotate(-45deg) scale(1, 1);
      -webkit-transition: 500ms;
      transition: 500ms; }
    .btn.btn_type_accordion[aria-expanded='true']::after {
      -webkit-transform: translateY(-25%) rotate(-45deg) scale(-1, -1);
              transform: translateY(-25%) rotate(-45deg) scale(-1, -1); }
  .btn.btn_type_border1 {
    color: #666;
    background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(128, 128, 128, 0.2) 0, rgba(128, 128, 128, 0.2) 6px);
    border: 1px solid #666; }
    .btn.btn_type_border1.btn_type_facility::before {
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 769px) {
        .btn.btn_type_border1.btn_type_facility::before {
          content: url(/img-com/img-btn-facility-pc.svg);
          width: 78px;
          height: 21px; } }
      @media (max-width: 768.98px) {
        .btn.btn_type_border1.btn_type_facility::before {
          content: url(/img-com/img-btn-facility-sp.svg);
          width: 60px;
          height: 21px; } }
    .btn.btn_type_border1.btn_type_scene::before {
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 769px) {
        .btn.btn_type_border1.btn_type_scene::before {
          content: url(/education/department/design/img/img-btn-scene-pc.svg);
          width: 60px; } }
      @media (max-width: 768.98px) {
        .btn.btn_type_border1.btn_type_scene::before {
          content: url(/education/department/design/img/img-btn-scene-sp.svg);
          width: 48px; } }
    .btn.btn_type_border1 .btn__text {
      line-height: 40px;
      vertical-align: middle; }
      @media (min-width: 769px) {
        .btn.btn_type_border1 .btn__text {
          font-size: 12px;
          background: #fff;
          padding: .2em .5em;
          margin-left: .5em; } }
      @media (max-width: 768.98px) {
        .btn.btn_type_border1 .btn__text {
          font-size: 12px; } }
  .btn.btn_type_border_double {
    font-size: 18px;
    display: block;
    color: #fff;
    border: 3px double #fff; }
  .btn.btn_type_select {
    padding: 3px 1em !important;
    display: block;
    color: #fff;
    border: 3px double #fff; }
    .btn.btn_type_select.active {
      background: #000;
      color: #fff; }
    .btn.btn_type_select:hover {
      background: #000;
      color: #fff;
      opacity: 1; }
  .btn.btn_size_def {
    width: 220px;
    max-width: none;
    padding: 3px .5em;
    line-height: 1.4;
    white-space: normal;
    min-height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left; }
    .btn.btn_size_def.btn_type_wopen {
      padding-left: 1em;
      padding-right: 3em; }
  .btn.btn_size_auto {
    width: auto;
    max-width: none;
    padding: 3px 2em;
    line-height: 1.4;
    white-space: normal;
    min-height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .btn.btn_size_auto.btn_type_wopen {
      padding-left: 1em;
      padding-right: 3em; }
  .btn.btn_size_xy2 {
    width: auto;
    padding: 3px .5em;
    line-height: 1.4;
    white-space: normal;
    min-height: 80px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .btn.btn_size_full {
    width: 100%;
    max-width: 100%;
    padding: 3px .5em;
    line-height: 1.4;
    white-space: normal;
    min-height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .btn.btn_size_square {
    width: 120px;
    height: 120px;
    padding: .5em;
    line-height: 1.4;
    white-space: normal;
    min-height: 120px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .btn.btn_fz10 {
    font-size: 12px; }
  .btn.btn_fz12 {
    font-size: 12px; }
  .btn.btn_fz14 {
    font-size: 14px; }
  .btn.btn_fz16 {
    font-size: 16px; }
  .btn.btn_clr_def {
    color: #000;
    background-color: #fff;
    border: 1px solid #000; }
    .btn.btn_clr_def::after {
      border-color: #000; }
  .btn.btn_clr_links {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-right: 0;
    border-left: 5px solid #000; }
    .btn.btn_clr_links::after {
      border-color: #000; }
    .btn.btn_clr_links::before {
      position: absolute;
      bottom: 0;
      left: -5px;
      display: block;
      content: '';
      width: 5px;
      height: 3px;
      background: #fff; }
  .btn.btn_clr_invert {
    color: #fff;
    background-color: #000;
    border: 1px solid #000; }
    .btn.btn_clr_invert::after {
      border-color: #fff !important; }
  .btn.btn_clr_white_fmain {
    color: #000;
    background: #fff; }
    .btn.btn_clr_white_fmain::after {
      border-color: #000; }
  .btn.btn_clr_flight {
    color: #fff;
    background: #666; }
    .btn.btn_clr_flight::after {
      border-color: #fff; }
  .btn.btn_clr_white_flight {
    color: #666;
    background: #fff;
    border: 1px solid #666; }
    .btn.btn_clr_white_flight::after {
      border-color: #666; }
  .btn.btn_icon_book {
    background: url(/img-com/img-btn-icon-book-white.svg) no-repeat right 10px center;
    background-size: auto 20px; }
  .btn.bg-blue {
    border-color: #20479c; }
  .btn.bg-skyblue {
    border-color: #98c3e9; }
  .btn.bg-green {
    border-color: #71be68; }
    .btn.bg-green[target='_blank'][href^='http']::after {
      background: none; }
  .btn.bg-red {
    border-color: #db2719; }
  .btn.bg-orange {
    border-color: #f57f27; }
  .btn.bg-yellow {
    border-color: #ffcc33; }

.student-menu {
  display: block; }
  .student-menu img {
    width: 100%; }
  .student-menu p {
    background: #000;
    color: #fff;
    text-align: right;
    padding: 5px 10px;
    position: relative; }
    .student-menu p::after {
      content: '\f105';
      font-family: 'FontAwesome';
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .student-menu p span {
      font-size: 1.4rem;
      margin-right: 20px;
      display: inline-block;
      line-height: 1.4; }
      @media (min-width: 769px) {
        .student-menu p span {
          font-size: 1.6rem; } }
    @media (min-width: 769px) {
      .student-menu p.gyo2 {
        height: 60px; } }
    @media (min-width: 769px) {
      .student-menu p.gyo2 span {
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-right: 0;
        width: 100%; } }
  .student-menu.shot {
    position: relative; }
    .student-menu.shot p {
      display: inline-block;
      position: absolute;
      bottom: 0;
      right: 0; }
    .student-menu.shot[target='_blank']::after {
      content: none; }

@media screen and (min-width: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .g-header {
    padding-right: constant(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left); } }

@media (min-width: 769px) {
  html[lang=en] body#pgHome .gnav__item:nth-child(1) .gnav__h1-list {
    padding-left: 30px; }
  html[lang=en] body#pgHome .gnav__item:nth-child(2) .gnav__h1-list {
    padding-left: 310px; }
  html[lang=en] body#pgHome .gnav__item:nth-child(3) .gnav__h1-list {
    padding-left: 575px; }
  html[lang=en] body#pgHome .gnav__h1-item {
    width: 100%; }
  html[lang=en] body:not(#pgHome) .gnav__item:nth-child(1) .gnav__h1-list {
    padding-left: 285px; }
  html[lang=en] body:not(#pgHome) .gnav__item:nth-child(2) .gnav__h1-list {
    padding-left: 415px; }
  html[lang=en] body:not(#pgHome) .gnav__item:nth-child(3) .gnav__h1-list {
    padding-left: 550px; }
  html[lang=en] body:not(#pgHome) .gnav__h1-item {
    width: 100%; } }

@media (min-width: 769px) {
  #pgHome .hd__gnav {
    position: relative; }
  #pgHome .hd .hnav {
    z-index: 1050;
    position: fixed;
    top: 40px;
    right: 20px; }
  body:not(#pgHome) .container-fluid.container-fluid-full {
    position: relative; }
  body:not(#pgHome) .hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto; }
    body:not(#pgHome) .hd .hd__header {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 80px;
      margin-bottom: 20px; }
      body:not(#pgHome) .hd .hd__header .head-info {
        position: absolute;
        top: 0;
        right: 20px; }
    body:not(#pgHome) .hd .hd__gnav {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin: 0 0 0 40px;
      padding-top: 40px; }
      body:not(#pgHome) .hd .hd__gnav .gnav {
        font-size: 14px; }
        body:not(#pgHome) .hd .hd__gnav .gnav .gnav__item:nth-child(1) .gnav__h1-item:nth-child(1) {
          width: 30%; }
        body:not(#pgHome) .hd .hd__gnav .gnav .gnav__item:nth-child(1) .gnav__h1-item:nth-child(2) {
          width: 40%; }
        body:not(#pgHome) .hd .hd__gnav .gnav .gnav__item:nth-child(1) .gnav__h1-item:nth-child(3) {
          width: 30%; }
        body:not(#pgHome) .hd .hd__gnav .gnav .gnav__item:nth-child(3) .gnav__h1-item:nth-child(1) {
          width: 40%; }
        body:not(#pgHome) .hd .hd__gnav .gnav .gnav__item:nth-child(3) .gnav__h1-item:nth-child(2) {
          width: 30%; }
        body:not(#pgHome) .hd .hd__gnav .gnav .gnav__item:nth-child(3) .gnav__h1-item:nth-child(3) {
          width: 30%; }
        body:not(#pgHome) .hd .hd__gnav .gnav .gnav__link {
          min-width: 100px; }
          body:not(#pgHome) .hd .hd__gnav .gnav .gnav__link_wide {
            min-width: 180px; }
        body:not(#pgHome) .hd .hd__gnav .gnav .gnav__h1-box {
          top: 78px; }
        body:not(#pgHome) .hd .hd__gnav .gnav .gnav__h1-list {
          padding-left: 200px; }
        body:not(#pgHome) .hd .hd__gnav .gnav .gnav__h1-item {
          width: 35.5%; }
    body:not(#pgHome) .hd .hnav {
      z-index: 1050;
      position: fixed;
      top: 40px;
      right: 20px; } }

@media (max-width: 768.98px) {
  .hd.hd_fixed {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(255, 255, 255, 0.7); } }

.hd__header {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 769px) {
    .hd__header {
      padding-top: 35px;
      margin-bottom: 30px; } }
  @media (max-width: 768.98px) {
    .hd__header {
      padding-top: 10px;
      padding-bottom: 10px; } }

.hd__gnav {
  margin-bottom: 40px; }

.head-info__column:nth-child(n+2) {
  margin-top: 10px; }

.head-info__row:nth-child(n+2) {
  margin-left: 20px; }

.logo {
  min-width: 80px; }
  .logo__link:hover {
    text-decoration: none; }
  @media (min-width: 769px) {
    .logo__img_type_full {
      width: 440px; } }
  @media (max-width: 768.98px) {
    .logo__img_type_full {
      width: 80%; } }
  .logo__img_type_icon {
    width: 100%; }

.hnav.navbar-light .navbar-toggler {
  border: 0;
  padding: 5px 0; }

.hnav.navbar-light .navbar-toggler-icon {
  width: 40px;
  height: 32px;
  background: url(/img-com/icon-menu.svg) no-repeat center center; }

.hnav__box_out {
  padding-right: 0 !important; }

.hnav__box_in.modal-dialog {
  max-width: none; }

@media (min-width: 769px) {
  .hnav__box_in {
    margin: 0;
    height: 100%;
    max-width: 100%;
    position: relative; }
    .hnav__box_in::after {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      left: 0;
      width: calc(100% - 740px);
      height: 100%;
      -webkit-transition: 300ms;
      transition: 300ms;
      background: url(/img-com/hnav-side-0.jpg) no-repeat center top;
      background-size: cover; }
    .hnav__box_in.hnav__box_in_img_hnav1::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-1.jpg); }
    .hnav__box_in.hnav__box_in_img_hnav2::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-2.jpg); }
    .hnav__box_in.hnav__box_in_img_hnav3::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-3.jpg); }
    .hnav__box_in.hnav__box_in_img_hnav4::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-4.jpg); }
    .hnav__box_in.hnav__box_in_img_hnav5::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-5.jpg); }
    .hnav__box_in.hnav__box_in_img_hnav6::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-6.jpg); }
    .hnav__box_in.hnav__box_in_img_hnav7::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-7.jpg); }
    .hnav__box_in.hnav__box_in_img_hnav8::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-8.jpg); }
    .hnav__box_in.hnav__box_in_img_hnav9::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-9.jpg); }
    .hnav__box_in.hnav__box_in_img_hnav10::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-10.jpg); }
    html[lang=en] .hnav__box_in.hnav__box_in_img_hnav1::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-en-1.jpg); }
    html[lang=en] .hnav__box_in.hnav__box_in_img_hnav2::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-en-2.jpg); }
    html[lang=en] .hnav__box_in.hnav__box_in_img_hnav3::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-en-3.jpg); }
    html[lang=en] .hnav__box_in.hnav__box_in_img_hnav4::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-en-4.jpg); }
    html[lang=en] .hnav__box_in.hnav__box_in_img_hnav5::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-en-5.jpg); }
    html[lang=en] .hnav__box_in.hnav__box_in_img_hnav6::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-en-6.jpg); }
    html[lang=en] .hnav__box_in.hnav__box_in_img_hnav7::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-en-7.jpg); }
    html[lang=en] .hnav__box_in.hnav__box_in_img_hnav8::after {
      -webkit-transition: 300ms;
      transition: 300ms;
      background-image: url(/img-com/hnav-side-en-8.jpg); }
  .hnav__content {
    width: 100%;
    width: 740px;
    margin-left: auto;
    padding-left: 40px;
    height: 100%;
    border: 0 none;
    border-radius: 0;
    background: #fff url(/img-com/img-side-copy.svg) no-repeat right 20px center;
    background-size: 10px auto;
    color: #000; }
    .hnav__content .close {
      opacity: 1;
      font-size: 0;
      color: #fff;
      margin: 0 0 0 auto;
      width: 44px;
      height: 44px;
      background: url(/img-com/img-btn-close-black.svg) no-repeat;
      background-size: 44px 44px; }
  .hnav__head {
    min-height: 60px;
    border-bottom: 0; }
  .hnav__body {
    overflow: auto; }
  .hnav__h1-box {
    width: 280px; }
  .hnav__h1-list {
    position: relative; }
  .hnav__h1-item.hnav__h1-item_head_type_sp {
    font-size: 12px; }
  .hnav__h1-item.hnav__h1-item_body_type_sp {
    font-size: 16px;
    margin-bottom: 50px; }
    .hnav__h1-item.hnav__h1-item_body_type_sp .hnav__h2-item .hnav__h2-text {
      font-size: 16px;
      width: 210px;
      height: 32px;
      line-height: 1;
      padding-right: .2em;
      padding-bottom: .2em;
      background: #b3b3b3;
      color: #fff; }
    .hnav__h1-item.hnav__h1-item_body_type_sp .hnav__h2-item:hover .hnav__h2-text {
      color: #fff;
      background: #000;
      opacity: 1;
      font-size: 18px;
      -webkit-transition: 500ms;
      transition: 500ms; }
      .hnav__h1-item.hnav__h1-item_body_type_sp .hnav__h2-item:hover .hnav__h2-text::after {
        width: 100%;
        height: 1px;
        top: 50%;
        background: #000;
        -webkit-transition: 500ms;
        transition: 500ms; }
  .hnav__h1-item.hnav__h1-item_head_type_main {
    font-size: 12px;
    margin-bottom: 20px; }
    .hnav__h1-item.hnav__h1-item_head_type_main .hnav__h1-item_head_text {
      display: inline-block;
      border-bottom: 1px dotted #000; }
  .hnav__h1-item.hnav__h1-item_body_type_main {
    font-size: 21px; }
  .hnav__h2-list {
    color: #b3b3b3; }
    .hnav__h2-list.hnav__h2-list_grow {
      height: calc(100vh - 60px - 100px - 175px); }
      .hnav__h2-list.hnav__h2-list_grow .hnav__h2-item {
        height: calc(100%/8);
        padding: 1em 0px; }
        .hnav__h2-list.hnav__h2-list_grow .hnav__h2-item_small {
          font-size: 16px;
          line-height: 1.4; }
  .hnav__h2-item:hover .hnav__h3-box {
    display: block;
    visibility: visible;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 1; }
  .hnav__h2-item:hover .hnav__h2-link:not(.hnav__h2-link_nohover) {
    color: #000;
    opacity: 1; }
    .hnav__h2-item:hover .hnav__h2-link:not(.hnav__h2-link_nohover)::after {
      width: 100%;
      height: 1px;
      top: 50%;
      background: #000;
      -webkit-transition: 500ms;
      transition: 500ms; }
  .hnav__h2-toggle {
    height: 100%; }
  .hnav__h2-link {
    color: #b3b3b3;
    display: block;
    position: relative;
    height: 100%; }
    .hnav__h2-link::after {
      position: absolute;
      display: block;
      content: '';
      width: 0;
      height: 1px;
      top: 50%;
      left: 0;
      background: transparent; }
    .hnav__h2-link_nolink {
      pointer-events: none; }
  .hnav__h2-text {
    display: inline-block;
    padding-right: 1em;
    background: #fff;
    position: relative;
    z-index: 1; }
  .hnav__h3-box {
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 20px;
    left: 260px;
    width: 350px;
    padding-left: 50px;
    height: calc(100% - 20px);
    overflow: auto; }
  .hnav__h3-item {
    font-size: 14px; }
    .hnav__h3-item:not(:first-child) {
      margin: 1em 0; }
    .hnav__h3-item.hnav__h3-item_row2 .hnav__h3-item {
      width: 50%;
      margin: .5em 0; }
      .hnav__h3-item.hnav__h3-item_row2 .hnav__h3-item:nth-child(-n+2) {
        margin-top: 0; }
    .hnav__h3-item.hnav__h3-item_split {
      padding-bottom: .5em;
      border-bottom: 1px dashed #b3b3b3; }
  .hnav__h3-link {
    padding: .7em 0;
    color: #b3b3b3; }
    .hnav__h3-link:hover {
      color: #000;
      opacity: 1;
      text-decoration: none; }
      .hnav__h3-link:hover::after {
        -webkit-animation: 500ms animationMenuArrow infinite;
                animation: 500ms animationMenuArrow infinite; }
    .hnav__h3-link::after {
      margin-left: .5em;
      font-size: 70%;
      content: '▶︎'; }
  .hnav__h4-list {
    margin-left: 1em; }
  .hnav__h4-item {
    margin: 1em 0; }
  .hnav__h4-link {
    padding: .7em 0;
    color: #b3b3b3; }
    .hnav__h4-link:hover {
      color: #000;
      opacity: 1;
      text-decoration: none; }
      .hnav__h4-link:hover::after {
        -webkit-animation: 500ms animationMenuArrow infinite;
                animation: 500ms animationMenuArrow infinite; }
    .hnav__h4-link::after {
      margin-left: .5em;
      content: '>'; }
  .hnav__foot {
    border-top: 0;
    padding-top: 20px;
    padding-bottom: 20px; }
    .hnav__foot_box {
      width: 100%;
      margin: 0 50px 0 0; }
      .hnav__foot_box .hnav__foot_row:first-child {
        width: 510px; }
      .hnav__foot_box .snav {
        width: 100%; }
      .hnav__foot_box .logo__img_type_full {
        width: auto;
        height: 60px; } }

@media (max-width: 768.98px) {
  .hnav__box_in {
    margin: 0; }
  .hnav__content {
    background: #000;
    color: #fff; }
    .hnav__content .close {
      opacity: 1;
      font-size: 0;
      color: #fff;
      margin: 0 0 0 auto;
      width: 44px;
      height: 44px;
      background: url(/img-com/img-btn-close-white.svg) no-repeat;
      background-size: 38px 38px; }
  .hnav__head {
    border-bottom: none; }
  .hnav__h1-list {
    position: relative; }
  .hnav__h1-item.hnav__h1-item_head_type_sp {
    font-size: 12px;
    font-weight: normal; }
  .hnav__h1-item.hnav__h1-item_body_type_sp {
    font-size: 17px;
    margin-bottom: 40px; }
    .hnav__h1-item.hnav__h1-item_body_type_sp .hnav__h2-item {
      border-bottom: none; }
    .hnav__h1-item.hnav__h1-item_body_type_sp .hnav__h2-toggle {
      padding-left: .5em;
      background: #b3b3b3; }
      .hnav__h1-item.hnav__h1-item_body_type_sp .hnav__h2-toggle .hnav__h2-link {
        line-height: 30px; }
  .hnav__h1-item.hnav__h1-item_head_type_main {
    font-size: 12px;
    font-weight: normal; }
    .hnav__h1-item.hnav__h1-item_head_type_main .hnav__h1-item_head_text {
      display: block;
      border-bottom: 1px dotted #fff; }
  .hnav__h1-item.hnav__h1-item_body_type_main {
    font-size: 17px; }
  .hnav__h2-list {
    color: #fff; }
    .hnav__h2-list.hnav__h2-list_grow .hnav__h2-item_small {
      font-size: 14px; }
  .hnav__h2-item {
    border-bottom: 1px solid #fff; }
    .hnav__h2-item.open .hnav__h3-box {
      display: block; }
    .hnav__h2-item.open .hnav__h2-toggle::after {
      height: 0;
      -webkit-transform: translateY(8px);
              transform: translateY(8px); }
  .hnav__h2-toggle:not(.hnav__h2-toggle_nohover) {
    position: relative; }
    .hnav__h2-toggle:not(.hnav__h2-toggle_nohover)::before {
      position: absolute;
      display: block;
      content: '';
      width: 30px;
      height: 2px;
      top: 50%;
      right: 0;
      background: #fff; }
    .hnav__h2-toggle:not(.hnav__h2-toggle_nohover)::after {
      position: absolute;
      display: block;
      content: '';
      width: 2px;
      height: 16px;
      top: calc(50% - 7px);
      right: 15px;
      background: #fff; }
  .hnav__h2-link {
    padding-right: 2em;
    color: #fff;
    display: block;
    line-height: 45px; }
    .hnav__h2-link:hover {
      color: #fff;
      opacity: 1; }
    .hnav__h2-link_nolink {
      pointer-events: none; }
  .hnav__h3-box {
    display: none;
    color: #fff;
    font-size: 12px;
    line-height: 45px; }
  .hnav__h3-item {
    text-indent: 1em;
    border-top: 1px dotted #fff; }
    .hnav__h3-item:last-child {
      border-bottom: 2px solid #fff; }
    .hnav__h3-item:not(.hnav__h3-item_nolink) {
      position: relative; }
      .hnav__h3-item:not(.hnav__h3-item_nolink)::after {
        position: absolute;
        display: block;
        top: 0;
        right: 1em;
        content: '▶︎';
        -webkit-transform: scaleX(2);
                transform: scaleX(2);
        pointer-events: none; }
    .hnav__h3-item.hnav__h3-item_row2 {
      border-bottom: none; }
      .hnav__h3-item.hnav__h3-item_row2 .hnav__h3-item {
        width: 50%; }
        .hnav__h3-item.hnav__h3-item_row2 .hnav__h3-item:nth-child(-n+2) {
          border-top: none; }
        .hnav__h3-item.hnav__h3-item_row2 .hnav__h3-item:nth-child(2n+1)::after {
          right: 20px; }
        .hnav__h3-item.hnav__h3-item_row2 .hnav__h3-item:nth-child(2n) {
          border-left: 1px dotted #fff; }
        .hnav__h3-item.hnav__h3-item_row2 .hnav__h3-item:last-child {
          border-bottom: none; }
  .hnav__h3-link {
    display: block;
    color: #b3b3b3; }
    .hnav__h3-link:hover {
      color: #b3b3b3;
      opacity: 1;
      text-decoration: none; }
  .hnav__h4-item {
    text-indent: 2em;
    border-top: 1px dotted #fff; }
    .hnav__h4-item:not(.hnav__h4-item_nolink) {
      position: relative; }
      .hnav__h4-item:not(.hnav__h4-item_nolink)::after {
        position: absolute;
        display: block;
        top: 0;
        right: 1.5em;
        content: '＞';
        -webkit-transform: scaleX(2);
                transform: scaleX(2);
        pointer-events: none; }
  .hnav__h4-link {
    display: block;
    color: #b3b3b3; }
    .hnav__h4-link:hover {
      color: #b3b3b3;
      opacity: 1;
      text-decoration: none; }
  .hnav__foot {
    border-top: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .hnav__foot a {
      color: #fff; }
    .hnav__foot_box {
      width: 100%; }
    .hnav__foot_column:nth-child(1) {
      margin-bottom: 25px; }
    .hnav__foot_column_row:nth-child(1) {
      margin-bottom: 25px; }
    .hnav__foot_column_row:nth-child(2) {
      margin-bottom: 0; }
    .hnav__foot_column_row:nth-child(3) {
      margin-bottom: 0; } }

.lang__item:nth-child(n + 2) .lang__link {
  border-left: 0; }

.lang__link {
  color: #000;
  display: inline-block;
  text-align: center;
  border: 1px solid #000;
  font-size: 12px;
  width: 95px; }
  .lang__link:hover {
    text-decoration: none;
    opacity: 1;
    color: #fff;
    background: #000; }

@media (max-width: 768.98px) {
  .lang {
    margin-bottom: 12px; }
    .lang__link {
      width: 55px;
      border-color: #fff;
      font-size: 0; }
      .lang__link::after {
        display: inline-block;
        line-height: 30px;
        font-size: 15px;
        content: attr(data-alt); } }

.search {
  width: 175px;
  font-size: 12px; }
  .search__form {
    position: relative; }
  .search__text {
    border: 1px solid #000;
    padding-right: 22px;
    height: 22px; }
  .search__icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    padding: 4px;
    background: #000; }
  @media (max-width: 768.98px) {
    .search__text {
      font-size: 18px;
      width: 100%;
      padding-right: 35px;
      height: 35px;
      line-height: 35px; }
    .search__icon {
      top: 2px;
      right: 2px;
      width: 31px;
      height: 31px; } }

.snav {
  font-size: 12px; }
  .snav_border .snav__link {
    line-height: inherit;
    border: 1px solid #000;
    padding: 0 .5em; }
    @media (min-width: 769px) {
      .snav_border .snav__link.snav__link_text:hover {
        color: #fff;
        background: #000; }
        .snav_border .snav__link.snav__link_text:hover[target='_blank'][href^='http']::after {
          background-image: url(/img-com/icon-window-open-w.svg); } }
    @media (max-width: 768.98px) {
      .snav_border .snav__link {
        font-size: 18px;
        display: block;
        border-color: #fff; }
        .snav_border .snav__link.snav__link_text:hover {
          opacity: .6;
          color: #fff; }
        .snav_border .snav__link[target='_blank'][href^='http']::after {
          background-image: url(/img-com/icon-window-open-w.svg); } }
  .snav__item:nth-child(n + 2) {
    margin-left: 12px; }
  .snav__item_border_left {
    border-left: 1px solid #000;
    padding-left: 12px; }
  .snav__item-sns {
    line-height: 22px; }
    .snav__item-sns:nth-child(n + 2) {
      margin-left: 5px; }
  .snav__link {
    display: inline-block;
    line-height: 22px;
    color: #000; }
    .snav__link_img {
      width: 22px;
      height: 22px;
      margin-bottom: 1px; }
    .snav__link.snav__link_text:hover {
      opacity: 1;
      color: #000; }
  @media (max-width: 768.98px) {
    .snav__item_half {
      width: 50%; }
    .snav__item:nth-child(n) {
      margin-left: 0;
      margin-bottom: 1em; }
    .snav__item_border_left {
      border-left-color: #fff; }
    .snav__item_border_right {
      border-right: 1px solid #fff; }
    .snav__item-sns:nth-child(n + 2) {
      margin-left: 10px; }
    .snav__link_img {
      width: 32px;
      height: 32px;
      margin-bottom: 1px; } }

.gnav {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px; }
  .gnav__item {
    padding-bottom: 10px; }
    .gnav__item:hover .gnav__link:not(.gnav__link_noarrow) {
      position: relative; }
      .gnav__item:hover .gnav__link:not(.gnav__link_noarrow)::after {
        position: absolute;
        display: block;
        content: '';
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 0;
        height: 0;
        border-top: 0 none transparent;
        border-right: 6px solid transparent;
        border-bottom: 10px solid rgba(0, 0, 0, 0.8);
        border-left: 6px solid transparent; }
    .gnav__item:hover .gnav__h1-box {
      display: block; }
  .gnav__link {
    color: #000;
    display: block;
    line-height: 2em;
    text-align: center;
    border-bottom: 1px solid #000; }
    #pgHome .gnav__link {
      min-width: 120px; }
      #pgHome .gnav__link_wide {
        min-width: 180px; }
    .gnav__link:hover {
      text-decoration: none;
      color: #000;
      position: relative;
      opacity: 1; }
    .gnav__link_nolink {
      pointer-events: none; }
  .gnav__h1-box {
    display: none;
    position: absolute;
    z-index: 10;
    top: 42px;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 2em 0 1em;
    background: rgba(0, 0, 0, 0.8);
    font-size: 14px; }
  .gnav__h1-list {
    width: 1024px;
    margin: 10px auto 0; }
  .gnav__h1-item {
    width: calc(100%/3 - 20px); }
    .gnav__h1-item:not(:last-child) {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-right: 30px; }
  .gnav__h2-item {
    margin-bottom: 1em; }
  .gnav__h2-link {
    color: #fff;
    vertical-align: middle; }
    .gnav__h2-link:hover {
      color: #fff;
      text-decoration: none; }
      .gnav__h2-link:hover::after {
        -webkit-animation: 500ms animationMenuArrow infinite;
                animation: 500ms animationMenuArrow infinite; }
    .gnav__h2-link::after {
      margin-left: .5em;
      font-size: 70%;
      content: '▶︎'; }
  .gnav__h3-list {
    margin-left: 1em; }
  .gnav__h3-item {
    margin-top: 1em; }
  .gnav__h3-link {
    color: #fff;
    vertical-align: middle; }
    .gnav__h3-link[target=_blank]::after {
      background: url(/img-com/icon-window-open-w.svg) no-repeat !important;
      background-size: 80% !important; }
    .gnav__h3-link:hover {
      color: #fff;
      text-decoration: none; }
      .gnav__h3-link:hover::after {
        -webkit-animation: 500ms animationMenuArrow infinite;
                animation: 500ms animationMenuArrow infinite; }
      .gnav__h3-link:hover[target=_blank]::after {
        -webkit-animation: none;
                animation: none; }
    .gnav__h3-link::after {
      margin-left: .5em;
      content: '>'; }

@-webkit-keyframes animationMenuArrow {
  0% {
    padding: 0; }
  80% {
    padding: 8px; }
  100% {
    padding: 0; } }

@keyframes animationMenuArrow {
  0% {
    padding: 0; }
  80% {
    padding: 8px; }
  100% {
    padding: 0; } }

@media (max-width: 768.98px) {
  #mCSB_6_container > ul > li.hnav__h3-item.hnav__h3-item_nolink > ul > li:nth-child(6) > a::after {
    background: url(/img-com/icon-window-open-w.svg) no-repeat !important;
    background-size: 80% !important;
    margin-left: 1rem; } }

@media (min-width: 769px) {
  .ft {
    width: 1024px;
    margin: 120px auto 80px; }
    .ft__item_type_ft-logo {
      padding-right: 50px;
      margin-right: 50px;
      border-right: 1px solid #000; }
    .ft__item_type_pagetop {
      padding-left: 1em;
      padding-right: 1em;
      border-left: 1px solid #000;
      border-right: 1px solid #000; }
    .ft__item_type_copyright {
      margin-left: calc(160px + 50px + 1px + 50px) !important;
      margin-top: -1.2em; } }

@media (max-width: 768.98px) {
  .ft {
    padding: 35px 20px 40px; }
    .ft__item_type_box {
      margin-bottom: 25px; }
    .ft__item_type_line {
      margin-bottom: 25px; }
    .ft__item_type_arrow {
      margin-bottom: 30px; }
    .ft__item_type_arrow {
      margin-bottom: 30px; }
    .ft__item_type_ft-logo {
      margin-bottom: 15px; }
    .ft__item_type_copyright {
      text-align: center; } }

.ft-logo__img.ft-logo__img_art {
  width: 160px; }

@media (max-width: 768.98px) {
  .ft-logo__img.ft-logo__img_art {
    width: 100px; }
  .ft-logo__img.ft-logo__img_uni {
    width: 170px; } }

.fnav {
  font-size: 12px; }
  .fnav__link {
    color: #000; }
  .fnav_type_box .fnav__item {
    width: calc(100%/2); }
    .fnav_type_box .fnav__item .fnav__link {
      display: block;
      border: 1px solid #000;
      height: 100%;
      min-height: 45px;
      text-align: center; }
    .fnav_type_box .fnav__item:nth-child(n+2) .fnav__link {
      border-left: none; }
  .fnav_type_line .fnav__item {
    width: calc(100%/3);
    text-align: center;
    border-left: 1px solid #000;
    padding: .6em 0; }
    .fnav_type_line .fnav__item:nth-child(-n+3) {
      margin-bottom: 1.5em; }
    .fnav_type_line .fnav__item:nth-child(3n+3) {
      border-right: 1px solid #000; }
    .fnav_type_line .fnav__item.fnav__item_none {
      border-right: 0;
      padding: 0; }
    .fnav_type_line .fnav__item:last-child {
      margin-top: 1.5em; }
  .fnav_type_arrow .fnav__item::before {
    content: "▶"; }
  @media (min-width: 769px) {
    .fnav_type_arrow .fnav__item {
      font-size: 16px; }
      .fnav_type_arrow .fnav__item:nth-child(n+2) {
        margin-left: 3em; } }
  @media (max-width: 768.98px) {
    .fnav_type_arrow .fnav__item:nth-child(1) {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      text-align: center;
      margin-bottom: 1em; }
    .fnav_type_arrow .fnav__item:nth-child(n+2) {
      margin-right: 1em;
      margin-left: 1em; } }
  .fnav_type_arrow .fnav__link:hover {
    opacity: 1;
    color: #000; }
  @media (max-width: 768.98px) {
    .fnav_type_arrow .fnav__link {
      letter-spacing: normal; } }

.copyright {
  font-size: 8px; }
  @media (min-width: 769px) {
    .copyright {
      font-size: 12px; } }

@media (min-width: 769px) {
  .pagetop__link {
    font-size: 12px;
    color: #000;
    display: block;
    width: 40px;
    height: 50px;
    text-align: center;
    position: relative; }
    .pagetop__link .pagetop__text {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0; }
    .pagetop__link:hover {
      color: #000; }
    .pagetop__link::before {
      position: absolute;
      display: block;
      content: "";
      width: 2px;
      height: 30px;
      background: #000;
      top: 0;
      left: 50%; }
    .pagetop__link::after {
      position: absolute;
      display: block;
      content: "";
      width: 10px;
      height: 10px;
      border: 2px solid #000;
      border-style: solid solid none none;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 0;
      left: 16px; } }

@media (max-width: 768.98px) {
  .pagetop {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: .5em; }
    .pagetop__link {
      display: block; }
      .pagetop__link:link, .pagetop__link:hover {
        opacity: 1;
        text-decoration: none;
        color: #fff; }
      .pagetop__link::before {
        content: "↑"; } }

@media screen and (min-width: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .g-nav {
    padding-right: constant(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left); } }

.breadcrumb {
  font-size: 12px;
  color: #000;
  padding: 0; }
  @media (min-width: 769px) {
    .breadcrumb {
      margin-bottom: 40px; } }
  @media (max-width: 768.98px) {
    .breadcrumb {
      margin-top: 10px;
      margin-bottom: 15px;
      padding-left: 15px; } }
  .breadcrumb-item.breadcrumb-item.active {
    color: #000; }
  .breadcrumb-link {
    color: #000; }

.container-fluid.container-fluid-full {
  padding-left: 0;
  padding-right: 0; }

.contents {
  width: 100%; }
  @media (min-width: 1024px) {
    .contents {
      min-width: 1024px;
      margin-left: auto;
      margin-right: auto; } }
  .contents main {
    padding: 60px 0; }
    @media (min-width: 769px) {
      .contents main {
        padding: 0; } }
    @media (max-width: 768.98px) {
      .contents main {
        padding: 0; } }

.btn-link {
  text-align: center; }
  .btn-link__img {
    width: 220px; }

.section {
  margin-top: 100px; }
  @media (max-width: 768.98px) {
    .section {
      margin-top: 50px; }
      .section.pad {
        padding-left: 5px;
        padding-right: 5px; } }
  .section:nth-child(1) {
    margin-top: 0; }
  .section__main {
    margin-bottom: 60px; }
  @media (min-width: 769px) {
    .section__nichigei-mind-top {
      margin-top: 50px;
      margin-bottom: 140px; } }
  @media (max-width: 768.98px) {
    .section__nichigei-mind-top {
      margin-top: 50px;
      margin-bottom: 0; } }
  @media (min-width: 769px) {
    .section__sub {
      margin-bottom: 160px; } }
  .section__course-of-study {
    margin-top: 0; }
  .section__facility {
    margin-top: 25px; }

.mv-main {
  position: relative; }
  .mv-main__text {
    position: relative; }
  .mv-main__img {
    width: 100%;
    height: 100%; }
    .mv-main__img_movie {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  @media (min-width: 769px) {
    .mv-main {
      margin-bottom: 75px; }
      .mv-main__title {
        margin-left: 110px;
        margin-right: 12px; }
      .mv-main__img {
        width: 800px; }
        .mv-main__img_movie {
          left: 110px; }
      .mv-main__text {
        position: absolute;
        top: 700px;
        right: -89px; } }
  @media (max-width: 768.98px) {
    .mv-main {
      margin-bottom: 50px; }
      .mv-main__text {
        position: absolute;
        right: -10px;
        bottom: -50px;
        width: 80%; } }

.mv-sub {
  position: relative; }
  @media (max-width: 768.98px) {
    .mv-sub_graduate .mv-sub__title {
      margin-bottom: 25px; } }
  @media (min-width: 769px) {
    .mv-sub_graduate .mv-sub-title__title_jp_img {
      height: 40px; }
    .mv-sub_graduate .mv-sub-title__text-img {
      top: 90px;
      width: 38px; }
    .mv-sub_graduate .mv-sub-img {
      padding-top: 90px; }
      .mv-sub_graduate .mv-sub-img .mv-sub-img__box {
        text-align: center; }
      .mv-sub_graduate .mv-sub-img .mv-sub-img__img {
        width: 760px; }
    .mv-sub_graduate .mv-sub-pict__img {
      width: 220px; } }
  @media (min-width: 769px) {
    .mv-sub__title {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0; } }
  @media (max-width: 768.98px) {
    .mv-sub__title {
      margin-top: 25px; } }
  .mv-sub__tab {
    width: 100px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    @media (max-width: 768.98px) {
      .mv-sub__tab {
        margin-top: 20px; } }
  .mv-sub__img {
    width: 100%; }

@media (min-width: 769px) {
  .mv-sub-title {
    padding-left: 47px; }
    .mv-sub-title__title {
      margin: 0; }
      .mv-sub-title__title_jp_img {
        height: 40px;
        width: auto; }
    .mv-sub-title__text-img {
      z-index: 1;
      width: 47px;
      height: auto;
      position: absolute;
      top: 68px;
      left: 40px; }
    .mv-sub-title.mv-sub-title_detail {
      padding-left: 0; }
      .mv-sub-title.mv-sub-title_detail .mv-sub-title__text-img {
        width: auto;
        height: 18px;
        top: 55px;
        left: 0; } }

@media (max-width: 768.98px) {
  .mv-sub-title__title {
    margin: 0; }
    .mv-sub-title__title_jp_img {
      height: 32px; }
    .mv-sub-title__title_en {
      margin-top: 5px;
      line-height: 0; }
      .mv-sub-title__title_en_img {
        height: 12px; }
  .mv-sub-title__text-img {
    z-index: 1;
    width: 47px;
    height: auto;
    position: absolute;
    top: 68px;
    left: 40px; } }

@media (min-width: 769px) {
  .mv-sub-pict.mv-sub-pict_detail .mv-sub-pict__img {
    display: block;
    width: 164px;
    bottom: 10px;
    left: 0;
    right: auto;
    top: auto; }
  .mv-sub-pict__img {
    display: none;
    z-index: 1;
    width: 135px;
    height: auto;
    position: absolute;
    bottom: -10px;
    right: 50px; }
  .type_photography .mv-sub-pict__img {
    width: 135px;
    bottom: -10px;
    right: 50px; }
  .type_cinema .mv-sub-pict__img {
    width: 176px;
    bottom: -60px;
    left: 128px; }
  .type_finearts .mv-sub-pict__img {
    width: 150px;
    bottom: 10px;
    left: 10px; }
  .type_music .mv-sub-pict__img {
    width: 164px;
    top: 25px;
    right: 246px; }
  .type_literature .mv-sub-pict__img {
    width: 150px;
    bottom: -80px;
    right: 215px; }
  .type_theatre .mv-sub-pict__img {
    width: 150px;
    bottom: 25px;
    left: -20px; }
  .type_broadcast .mv-sub-pict__img {
    width: 150px;
    top: 40px;
    right: 250px; }
  .type_design .mv-sub-pict__img {
    width: 130px;
    top: 40px;
    right: 192px; } }

@media (max-width: 768.98px) {
  .type_photography .mv-sub-pict__img {
    width: 78px;
    height: auto; }
  .type_cinema .mv-sub-pict__img {
    width: 100px;
    bottom: -10px;
    right: 50px; }
  .type_finearts .mv-sub-pict__img {
    width: 90px;
    height: auto; }
  .type_music .mv-sub-pict__img {
    width: 108px;
    height: auto; }
  .type_literature .mv-sub-pict__img {
    width: 116px;
    height: auto; }
  .type_broadcast .mv-sub-pict__img {
    width: 109px;
    height: auto; }
  .type_theatre .mv-sub-pict__img {
    width: 107px;
    height: auto; }
  .type_design .mv-sub-pict__img {
    width: 102px; }
  .type_gs .mv-sub-pict__img {
    margin-top: 15px;
    width: 102px; }
  .type_gs_about .mv-sub-pict__img {
    position: absolute;
    top: 50px;
    right: 20px;
    width: 102px;
    z-index: 1; } }

@media (min-width: 769px) {
  .mv-sub-img {
    padding: 65px 62px 0 62px; }
    .mv-sub-img__title {
      font-size: 17px;
      line-height: 35px;
      height: 35px;
      margin: 0 0 0 40px; }
    .mv-sub-img:not(.mv-sub-img_detail) .mv-sub-img__title_img {
      position: absolute;
      z-index: 1;
      left: 110px;
      top: 130px;
      color: #fff;
      -webkit-filter: drop-shadow(0 0 3px black);
              filter: drop-shadow(0 0 3px black); }
    .mv-sub-img__title_img {
      height: 16px; }
      .mv-sub-img__title_img[src="/education/department/design/img/img-mv-sub-title-w.svg"] {
        height: 45px; }
    .mv-sub-img__title_img_detail {
      height: 16px; }
    .mv-sub-img .mv-sub-img__img {
      width: 100%;
      height: 100%;
      max-width: 800px; }
    .mv-sub-img .mv-sub-img__text {
      position: absolute;
      z-index: 1;
      right: 23.5%;
      top: 53.5%; }
    .mv-sub-img .mv-sub-img__logo {
      width: 60px;
      position: absolute;
      z-index: 1;
      opacity: .8;
      right: 175px;
      top: 114px; }
    .mv-sub-img.mv-sub-img_detail {
      padding: 0 60px 0 320px; }
      .mv-sub-img.mv-sub-img_detail .mv-sub-img__title {
        margin: 0;
        line-height: 32px; } }

@media (max-width: 768.98px) {
  .mv-sub-img:not(.mv-sub-img_detail) .mv-sub-img__title {
    display: block !important;
    position: relative; }
  .mv-sub-img:not(.mv-sub-img_detail) .mv-sub-img__title_img {
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 20px;
    width: auto;
    height: 15px; }
    .mv-sub-img:not(.mv-sub-img_detail) .mv-sub-img__title_img[src="/education/department/design/img/img-mv-sub-title-w.svg"] {
      height: 40px; }
  .mv-sub-img .mv-sub-img__box {
    line-height: 1;
    position: relative;
    padding-bottom: 100%; }
    .mv-sub-img .mv-sub-img__box .mv-sub-img__img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      vertical-align: bottom; }
  .mv-sub-img .mv-sub-img__text {
    position: absolute;
    z-index: 1;
    bottom: 46%;
    right: 5.5%;
    width: 90%; }
  .mv-sub-img .mv-sub-img__logo {
    width: 50px;
    position: absolute;
    z-index: 1;
    opacity: .8;
    right: 8px;
    bottom: 8px; } }

.tab {
  padding: 0 30px;
  width: 100%;
  text-align: center; }
  @media (min-width: 769px) {
    .tab {
      font-size: 14px;
      line-height: 40px; } }
  @media (max-width: 768.98px) {
    .tab {
      font-size: 12px;
      line-height: 30px; } }
  .tab__item {
    position: relative; }
    @media (min-width: 769px) {
      .tab__item {
        width: calc(1024px/3 - 14px); }
        .tab__item:not(:last-child) {
          margin-right: 21px; } }
    @media (max-width: 768.98px) {
      .tab__item {
        width: calc(100%/3 - 6px); }
        .tab__item:not(:last-child) {
          margin-right: 9px; }
        .tab__item.tab__item_active {
          border: 1px solid #000; }
        .tab__item.tab__item_inactive {
          border: 1px solid #000; }
        .tab__item.tab__item_arrow {
          border: 1px solid #000; } }
  .tab__link {
    display: block; }
  @media (min-width: 769px) {
    .tab.tab_top {
      line-height: normal;
      width: 100px;
      padding: 0; }
      .tab.tab_top .tab__item {
        width: auto; }
        .tab.tab_top .tab__item:not(:last-child) {
          margin-bottom: 30px; }
        .tab.tab_top .tab__item:first-child {
          font-size: 16px; }
        .tab.tab_top .tab__item.tab__item_active .tab__link {
          background: #000;
          color: #fff;
          padding-right: 0; }
          .tab.tab_top .tab__item.tab__item_active .tab__link .tab__text {
            border-bottom: 1px solid #fff; }
        .tab.tab_top .tab__item .tab__link {
          font-size: 14px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100px;
          height: 100px;
          color: #000;
          border: 1px solid #000;
          position: relative;
          padding-right: 1em; }
          .tab.tab_top .tab__item .tab__link::after {
            display: block;
            content: '';
            position: absolute;
            top: 50%;
            right: 8px;
            width: 8px;
            height: 8px;
            border-top: 1px solid #000;
            border-right: 1px solid #000;
            border-bottom: 0px none;
            border-left: 0px none;
            -webkit-transform: translateY(-50%) rotate(45deg);
                    transform: translateY(-50%) rotate(45deg); }
          .tab.tab_top .tab__item .tab__link .tab__text {
            border-bottom: 1px solid #000; } }
  @media (max-width: 768.98px) {
    .tab.tab_top {
      margin-bottom: 12px;
      border-bottom: 1px solid #000; }
      .tab.tab_top .tab__item {
        top: 1px; }
        .tab.tab_top .tab__item.tab__item_active {
          border-bottom: 1px solid #fff; } }
  .tab.tab_btm {
    margin-top: 35px;
    border-top: 1px solid #000; }
    .tab.tab_btm .tab__item {
      bottom: 1px; }
      @media (min-width: 769px) {
        .tab.tab_btm .tab__item.tab__item_active {
          border: 1px solid #000; }
        .tab.tab_btm .tab__item.tab__item_inactive {
          border: 1px solid #000; }
        .tab.tab_btm .tab__item.tab__item_arrow {
          border: 1px solid #000; } }
      .tab.tab_btm .tab__item.tab__item_active {
        border-top: 1px solid #fff; }

.mv-side {
  display: none !important; }
  @media (min-width: 769px) {
    .mv-side {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .mv-side__item:nth-child(n+2) {
        margin-top: 40px; }
      .mv-side__img {
        width: 100px; } }
  @media (max-width: 768.98px) {
    .mv-side__item {
      width: calc(100%/3 - 20px); }
      .mv-side__item.mv-side__item_none {
        height: 0; }
      .mv-side__item:nth-last-child(n+6) {
        margin-bottom: 20px; }
      .mv-side__item .mv-side__img {
        width: 100%; } }

.mv-visitor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .mv-visitor__item {
    width: calc(99.9%/7); }
  .mv-visitor__link {
    padding-left: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    position: relative; }
    .mv-visitor__link::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-60%);
              transform: translateY(-60%);
      left: 0;
      width: 20px;
      height: 20px;
      background: #4c4c4c; }
    .mv-visitor__link::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-65%) rotate(45deg);
              transform: translateY(-65%) rotate(45deg);
      left: 4px;
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
    .mv-visitor__link:hover {
      opacity: 1; }
      .mv-visitor__link:hover::before {
        background: #de0226; }
  @media (max-width: 768.98px) {
    .mv-visitor {
      display: none; } }

.notices {
  margin: 0 0 100px; }
  .notices__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: #fff;
    font-size: 23px;
    background: #e6222e;
    padding: 0 15px; }
    .notices__head::before {
      display: inline-block;
      content: '';
      width: 29px;
      height: 25px;
      background: #e6222e url(/img-com/icon-notices-attention.svg) no-repeat left center;
      background-size: 29px auto;
      margin-right: .3em; }
  .notices__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }

.notices-list__box {
  font-size: 14px;
  margin: 1em; }

.notices-list__date {
  margin-right: 1.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.notices-list__note {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  font-weight: normal; }

.covid-19__link {
  position: relative;
  z-index: 3;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 4px;
  border-color: #164398;
  border-style: solid;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #164398; }
  @media (min-width: 769px) {
    .covid-19__link {
      padding-top: 26px;
      padding-bottom: 26px;
      border-width: 10px;
      font-size: 26px;
      line-height: 1.6;
      letter-spacing: 0.005em; } }
  .covid-19__link:hover {
    color: #164398; }
  .covid-19__link::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border-width: 0 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #164498 transparent; }
    @media (min-width: 769px) {
      .covid-19__link::after {
        border-width: 0 0 20px 20px; } }
  .covid-19__link .link__txt {
    position: relative;
    display: inline-block; }
    .covid-19__link .link__txt::before, .covid-19__link .link__txt::after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 1;
      content: "";
      margin-top: 1px;
      width: 10px;
      height: 2px;
      background-color: #164398; }
      @media (min-width: 769px) {
        .covid-19__link .link__txt::before, .covid-19__link .link__txt::after {
          width: 49px; } }
    .covid-19__link .link__txt::before {
      left: -20px; }
      @media (min-width: 769px) {
        .covid-19__link .link__txt::before {
          left: -64px; } }
    .covid-19__link .link__txt::after {
      right: -20px; }
      @media (min-width: 769px) {
        .covid-19__link .link__txt::after {
          right: -63px; } }

.faculty-notice {
  text-align: center;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 769px) {
    .faculty-notice {
      width: 900px; } }
  .faculty-notice__ttl {
    width: 80%;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 769px) {
      .faculty-notice__ttl {
        margin-bottom: 37px; } }
  .faculty-notice .faculty__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px; }
    @media (min-width: 769px) {
      .faculty-notice .faculty__list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin-bottom: 54px; } }
    .faculty-notice .faculty__list .faculty-list__item {
      width: 50%;
      margin-bottom: 10px; }
      .faculty-notice .faculty__list .faculty-list__item:nth-of-type(2n) .faculty-list__link::before {
        content: none; }
      @media (min-width: 769px) {
        .faculty-notice .faculty__list .faculty-list__item {
          width: 20%;
          margin-bottom: 0; }
          .faculty-notice .faculty__list .faculty-list__item:last-of-type .faculty-list__link::after {
            content: none; } }
    .faculty-notice .faculty__list .faculty-list__link {
      position: relative;
      z-index: 2;
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 10px;
      padding-bottom: 10px;
      font-weight: bold; }
      @media (min-width: 769px) {
        .faculty-notice .faculty__list .faculty-list__link {
          padding-top: 22px;
          padding-bottom: 23px;
          font-size: 18px; }
          .faculty-notice .faculty__list .faculty-list__link:hover {
            -webkit-box-shadow: 0 4px 0 #e6222e inset;
                    box-shadow: 0 4px 0 #e6222e inset;
            background-color: #f2f2f2; } }
      .faculty-notice .faculty__list .faculty-list__link::before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        content: "";
        width: 1px;
        height: 15px;
        background-color: #999; }
        @media (min-width: 769px) {
          .faculty-notice .faculty__list .faculty-list__link::before {
            content: none; } }
      .faculty-notice .faculty__list .faculty-list__link::after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        content: "";
        width: 1px;
        height: 15px;
        background-color: #999; }
        @media (min-width: 769px) {
          .faculty-notice .faculty__list .faculty-list__link::after {
            height: 32px; } }

@media (min-width: 769px) {
  .topic {
    margin: 0 auto;
    overflow: hidden; } }

@media (min-width: 769px) {
  .topic-list__main {
    margin: 0 auto 80px; } }

@media (max-width: 768.98px) {
  .topic-list__main {
    margin: 0 auto; }
  .topic-list__item {
    margin: 0 auto 3em;
    width: calc(100%/2); } }

.topic-card {
  font-size: 14px; }
  .topic-card__item.topic-card__item_type_head {
    padding: 0 1em; }
  .topic-card__item.topic-card__item_type_info {
    padding: 0 1em; }
  .topic-card__link {
    color: #000; }
    .topic-card__link .topic-card__item_type_pict {
      -webkit-transition: .3s;
      transition: .3s;
      position: relative;
      -webkit-transform: scale(1);
              transform: scale(1); }
      .topic-card__link .topic-card__item_type_pict::after {
        -webkit-transition: .3s;
        transition: .3s;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0); }
    .topic-card__link:hover {
      color: #000;
      text-decoration: none; }
      .topic-card__link:hover .topic-card__item_type_pict {
        -webkit-transform: scale(0.95);
                transform: scale(0.95); }
        .topic-card__link:hover .topic-card__item_type_pict::after {
          -webkit-transition: .3s;
          transition: .3s;
          background: rgba(0, 0, 0, 0.25); }
  .topic-card__cate {
    font-size: 12px;
    border: 1px solid #000;
    display: inline-block;
    padding: 1px .5em;
    text-align: center;
    line-height: 1.4;
    letter-spacing: normal; }
  .topic-card__frm {
    width: 100%;
    position: relative;
    background: #000; }
    .topic-card__frm iframe {
      border: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  @media (min-width: 769px) {
    .topic-card__frm {
      height: 200px; }
    .topic-card__img {
      width: 100%;
      height: 200px; } }
  @media (max-width: 768.98px) {
    .topic-card {
      font-size: 12px; }
      .topic-card__item.topic-card__item_type_head {
        padding: 1em; }
      .topic-card__item.topic-card__item_type_info {
        padding: 0 1em; }
      .topic-card__img {
        width: 100%;
        height: 160px; }
      .topic-card__frm {
        height: 160px; } }

@media (min-width: 769px) {
  .contents-box-card-list {
    margin-bottom: 150px; } }

@media (max-width: 768.98px) {
  .contents-box-card-list {
    margin-bottom: 60px; }
    .contents-box-card-list__item {
      width: 100%; } }

.contents-box-card {
  font-size: 13px;
  background: #000; }
  @media (max-width: 768.98px) {
    .contents-box-card {
      font-size: 12px; } }
  @media (min-width: 769px) {
    .contents-box-card.contents-box-card_type_interview .contents-box-card__list_type_pict {
      width: 768px; } }
  @media (max-width: 768.98px) {
    .contents-box-card.contents-box-card_type_interview {
      position: relative; }
      .contents-box-card.contents-box-card_type_interview .contents-box-card__list_type_pict {
        width: 100%; }
      .contents-box-card.contents-box-card_type_interview .contents-box-card__img {
        width: 100%; }
      .contents-box-card.contents-box-card_type_interview .contents-box-card__list_type_text {
        position: absolute;
        right: 0;
        bottom: 0;
        background: #000;
        padding-bottom: 2em; } }
  .contents-box-card__list {
    width: 256px; }
    @media (max-width: 768.98px) {
      .contents-box-card__list {
        width: 50%; } }
    .contents-box-card__list.contents-box-card__list_type_text {
      position: relative; }
  .contents-box-card__link {
    color: #fff; }
    .contents-box-card__link .contents-box-card__item_type_pict {
      -webkit-transition: .3s;
      transition: .3s;
      position: relative;
      -webkit-transform: scale(1);
              transform: scale(1); }
      .contents-box-card__link .contents-box-card__item_type_pict::after {
        -webkit-transition: .3s;
        transition: .3s;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0); }
    .contents-box-card__link:hover {
      opacity: 1;
      color: #fff;
      text-decoration: none; }
      .contents-box-card__link:hover .contents-box-card__item_type_pict {
        -webkit-transform: scale(0.95);
                transform: scale(0.95); }
        .contents-box-card__link:hover .contents-box-card__item_type_pict::after {
          -webkit-transition: .3s;
          transition: .3s;
          background: rgba(0, 0, 0, 0.25); }
  .contents-box-card__item.contents-box-card__item_type_head {
    position: relative;
    padding: 20px; }
    @media (max-width: 768.98px) {
      .contents-box-card__item.contents-box-card__item_type_head {
        padding: 10px 10px 5px; } }
    .contents-box-card__item.contents-box-card__item_type_head::before {
      position: absolute;
      display: block;
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #fff;
      left: -24px;
      bottom: -4px; }
      @media (max-width: 768.98px) {
        .contents-box-card__item.contents-box-card__item_type_head::before {
          width: 6px;
          height: 6px;
          left: -23px;
          bottom: -3px; } }
    .contents-box-card__item.contents-box-card__item_type_head::after {
      position: absolute;
      display: block;
      content: '';
      width: 100%;
      height: 1px;
      background: #fff;
      right: 20px;
      bottom: 0; }
    .flex-row-reverse:not(.flex-md-row) .contents-box-card__item.contents-box-card__item_type_head::before {
      left: auto;
      right: -24px; }
    .flex-row-reverse:not(.flex-md-row) .contents-box-card__item.contents-box-card__item_type_head::after {
      left: 20px;
      right: auto; }
    @media (max-width: 768.98px) {
      .flex-row-reverse.flex-md-row .contents-box-card__item.contents-box-card__item_type_head::before {
        left: auto;
        right: -24px; }
      .flex-row-reverse.flex-md-row .contents-box-card__item.contents-box-card__item_type_head::after {
        left: 20px;
        right: auto; } }
    @media (min-width: 769px) {
      .flex-md-row-reverse .contents-box-card__item.contents-box-card__item_type_head::before {
        left: auto;
        right: -24px; }
      .flex-md-row-reverse .contents-box-card__item.contents-box-card__item_type_head::after {
        left: 20px;
        right: auto; } }
  .contents-box-card__item.contents-box-card__item_type_body {
    padding: 20px;
    text-align: justify;
    letter-spacing: normal; }
    @media (max-width: 768.98px) {
      .contents-box-card__item.contents-box-card__item_type_body {
        padding: 5px 10px 8px; } }
  .contents-box-card__item.contents-box-card__item_type_ctrl {
    position: absolute;
    bottom: 20px;
    left: 20px; }
    @media (max-width: 768.98px) {
      .contents-box-card__item.contents-box-card__item_type_ctrl {
        bottom: 6px;
        left: 10px; } }
  .contents-box-card__img {
    width: 100%; }
  .contents-box-card__title {
    min-height: 60px; }
    @media (max-width: 768.98px) {
      .contents-box-card__title {
        min-height: 45px; } }
  .contents-box-card__tag {
    display: inline-block;
    margin: 0;
    padding: 1px 4px;
    font-size: 12px;
    line-height: 1.4;
    border: 1px solid #fff; }
  .contents-box-card__sbj {
    display: block;
    font-size: 24px;
    line-height: 1.4; }
    @media (max-width: 768.98px) {
      .contents-box-card__sbj {
        font-size: 16px; } }
  .contents-box-card__text {
    margin-bottom: 5px; }
    @media (max-width: 768.98px) {
      .contents-box-card__text {
        max-width: 90%; } }
  .contents-box-card__checknow {
    width: 100px; }
    @media (max-width: 768.98px) {
      .contents-box-card__checknow {
        width: 80px; } }

.contents-slide-card__link {
  color: #000; }
  .contents-slide-card__link .contents-slide-card__item_type_pict {
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    -webkit-transform: scale(1);
            transform: scale(1); }
    .contents-slide-card__link .contents-slide-card__item_type_pict::after {
      -webkit-transition: .3s;
      transition: .3s;
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0); }
  .contents-slide-card__link:hover {
    color: #000; }
    .contents-slide-card__link:hover .contents-slide-card__item_type_pict {
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
      .contents-slide-card__link:hover .contents-slide-card__item_type_pict::after {
        -webkit-transition: .3s;
        transition: .3s;
        background: rgba(0, 0, 0, 0.25); }

.contents-slide-card__list {
  position: relative; }

.contents-slide-card__item.contents-slide-card__item_type_pict .contents-slide-card__img {
  width: 100%; }

.contents-slide-card__item.contents-slide-card__item_type_head {
  position: relative;
  top: -40px;
  display: block;
  max-width: 220px;
  line-height: 80px;
  background: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  @media (max-width: 768.98px) {
    .contents-slide-card__item.contents-slide-card__item_type_head {
      width: 90%;
      max-width: 500px; } }
  .contents-slide-card__item.contents-slide-card__item_type_head::before {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-style: solid solid none none;
    -webkit-transform: rotate(-45deg) translateX(-50%);
            transform: rotate(-45deg) translateX(-50%); }

.nichigei-mind-top {
  margin-bottom: 50px; }
  .nichigei-mind-top .bx-wrapper {
    margin: 0 auto; }

.nichigei-mind-top-a__item {
  margin: 0 10px; }

.nichigei-mind-top-a__img {
  position: relative; }
  .nichigei-mind-top-a__img::before {
    content: "";
    display: block;
    padding-top: 55.48902%; }
  .nichigei-mind-top-a__img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 222px;
    margin: 0 auto; }
    @media (max-width: 768.98px) {
      .nichigei-mind-top-a__img img {
        max-height: 195px; } 
      .nichigei-mind-top-a__img::before {
        padding-top: 70%; } }

.nichigei-mind-top-a__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #000; }
  @media (min-width: 769px) {
    .nichigei-mind-top-a__title {
      font-size: 18px; } }
  @media (max-width: 768.98px) {
    .nichigei-mind-top-a__title {
      font-size: 14px;
      height: 80px;
      padding: 10px; } }
  .nichigei-mind-top-a__title::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 0px none;
    border-left: 0px none;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }

.nichigei-mind-top-b__item {
  margin: 0 15px; }

.nichigei-mind-top-b__img {
  position: relative; }
  .nichigei-mind-top-b__img::before {
    content: "";
    display: block;
    padding-top: 75%; }
  .nichigei-mind-top-b__img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 195px;
    margin: 0 auto; }
    @media (max-width: 768.98px) {
      .nichigei-mind-top-b__img img {
        max-height: 195px; } }

.nichigei-mind-top-b__title {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #000; }
  @media (min-width: 769px) {
    .nichigei-mind-top-b__title {
      font-size: 14px; } }
  @media (max-width: 768.98px) {
    .nichigei-mind-top-b__title {
      font-size: 12px;
      padding: 10px 0; } }

.bnr-cross__img {
  margin: 0 auto; }
  @media (min-width: 769px) {
    .bnr-cross__img {
      width: 100%;
      max-width: 1300px; } }

.course {
  background: #000; }
  @media (min-width: 769px) {
    .type_gs .btns.btns_col2 .btns__item {
      width: calc(100%/2 - 40px); } }
  @media (max-width: 768.98px) {
    .type_gs .btns.btns_col2 .btns__item:nth-child(1) {
      width: 40%; }
    .type_gs .btns.btns_col2 .btns__item:nth-child(2) {
      width: 55%; } }
  @media (min-width: 769px) {
    .course {
      padding-top: 45px;
      padding-bottom: 50px; } }
  @media (max-width: 768.98px) {
    .course {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .course__description {
    color: #fff;
    text-align: justify;
    line-height: 2; }
    @media (min-width: 769px) {
      .course__description {
        font-size: 14px; } }
    @media (max-width: 768.98px) {
      .course__description {
        font-size: 12px; } }
  .course__gs {
    margin-top: 40px; }
  @media (min-width: 769px) {
    .course__btn_rel_head {
      margin-top: 42px; } }
  @media (max-width: 768.98px) {
    .course__btn_rel_head {
      margin-top: 25px; } }
  .course__btn_rel_body {
    margin: 0 auto;
    color: #000; }
    .course__btn_rel_body_item {
      background: #fff;
      margin-top: 20px; }
      @media (min-width: 769px) {
        .course__btn_rel_body_item {
          padding: 45px; } }
      @media (max-width: 768.98px) {
        .course__btn_rel_body_item {
          padding: 1.8em 1.3em; } }
    .course__btn_rel_body_title_jp {
      font-weight: bold;
      margin-bottom: .2em; }
      @media (min-width: 769px) {
        .course__btn_rel_body_title_jp {
          font-size: 16px; } }
      @media (max-width: 768.98px) {
        .course__btn_rel_body_title_jp {
          font-size: 12px; } }
    @media (min-width: 769px) {
      .course__btn_rel_body_title_en {
        font-size: 12px; } }
    @media (max-width: 768.98px) {
      .course__btn_rel_body_title_en {
        font-size: 10px; } }
    .course__btn_rel_body_title_en::after {
      display: block;
      content: '';
      width: 30px;
      height: 1px;
      background: #000;
      margin: 20px 0; }
    .course__btn_rel_body_msg {
      text-align: justify;
      padding: 0;
      margin-bottom: .5em; }
      @media (min-width: 769px) {
        .course__btn_rel_body_msg {
          font-size: 14px; } }
      @media (max-width: 768.98px) {
        .course__btn_rel_body_msg {
          font-size: 12px; } }
      .course__btn_rel_body_msg:last-child {
        margin-bottom: 0; }
  .course__btn_sp {
    margin-bottom: 5px; }
    @media (min-width: 769px) {
      .course__btn_sp {
        margin-top: 53px; } }
    @media (max-width: 768.98px) {
      .course__btn_sp {
        margin-top: 21px; } }

.course-gs {
  background: #fff; }
  .course-gs__title {
    font-size: 26px;
    line-height: 2;
    border-bottom: 1px solid #000;
    text-align: center;
    margin-bottom: 0;
    background: #f3f3f3; }
  .course-gs__box {
    padding: 15px; }
  .course-gs__stitle {
    font-size: 18px;
    text-align: center; }
  .course-gs__list_col5 .course-gs__item {
    width: calc(100%/5 - 15px); }
    @media (max-width: 768.98px) {
      .course-gs__list_col5 .course-gs__item {
        width: calc(100%/2 - 5px);
        margin-bottom: 10px; } }
  .course-gs__item {
    border: 1px solid #000;
    text-align: center;
    padding: .5em; }
  .course-gs__arrow {
    min-height: 80px;
    position: relative; }
    .course-gs__arrow::after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      content: '';
      width: 0;
      height: 0;
      border: 20px solid transparent;
      border-top-color: #e0e0e0;
      border-width: 40px 25px 0 25px; }
  .course-gs__jp {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: .3em; }
  .course-gs__en {
    font-size: 12px;
    line-height: 1.2; }

.course-intro-bg {
  text-align: center; }
  @media (min-width: 769px) {
    .course-intro-bg {
      margin-bottom: 100px; }
      .course-intro-bg__description {
        line-height: 3; } }
  @media (max-width: 768.98px) {
    .course-intro-bg {
      margin-bottom: 40px; }
      .course-intro-bg__description {
        line-height: 2; } }
  @media (min-width: 769px) {
    .course-intro-bg {
      position: relative; }
      .course-intro-bg::before, .course-intro-bg::after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(-45deg) skew(10deg, 10deg);
                transform: translateX(-50%) rotate(-45deg) skew(10deg, 10deg);
        display: block;
        content: '';
        width: 20px;
        height: 20px;
        border-bottom: 1px solid #000;
        border-left: 1px solid #000; }
      .course-intro-bg::before {
        top: -70px; }
      .course-intro-bg::after {
        top: -90px; } }

.course-intro__title-bg {
  padding-left: 30px;
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    .course-intro__title-bg {
      height: 102px; } }
  @media (max-width: 768.98px) {
    .course-intro__title-bg {
      height: 65px; } }
  .type_music .course-intro__title-bg.course-intro__title-bg_img1 {
    background: url(/education/department/music/img/img-couse-intro-bg1.jpg);
    background-size: cover; }
  .type_music .course-intro__title-bg.course-intro__title-bg_img2 {
    background: url(/education/department/music/img/img-couse-intro-bg2.jpg);
    background-size: cover; }
  .type_music .course-intro__title-bg.course-intro__title-bg_img3 {
    background: url(/education/department/music/img/img-couse-intro-bg3.jpg);
    background-size: cover; }
  .type_music .course-intro__title-bg.course-intro__title-bg_img4 {
    background: url(/education/department/music/img/img-couse-intro-bg4.jpg);
    background-size: cover; }
  .type_music .course-intro__title-bg.course-intro__title-bg_img5 {
    background: url(/education/department/music/img/img-couse-intro-bg5.jpg);
    background-size: cover; }
  .type_music .course-intro__title-bg.course-intro__title-bg_img6 {
    background: url(/education/department/music/img/img-couse-intro-bg6.jpg);
    background-size: cover; }
  .type_cinema .course-intro__title-bg.course-intro__title-bg_img1 {
    background: url(/education/department/cinema/img/img-couse-intro-bg1.jpg);
    background-size: cover; }
  .type_cinema .course-intro__title-bg.course-intro__title-bg_img2 {
    background: url(/education/department/cinema/img/img-couse-intro-bg2.jpg);
    background-size: cover; }
  .type_cinema .course-intro__title-bg.course-intro__title-bg_img3 {
    background: url(/education/department/cinema/img/img-couse-intro-bg3.jpg);
    background-size: cover; }
  .type_cinema .course-intro__title-bg.course-intro__title-bg_img4 {
    background: url(/education/department/cinema/img/img-couse-intro-bg4.jpg);
    background-size: cover; }
  .type_finearts .course-intro__title-bg.course-intro__title-bg_img1 {
    background: url(/education/department/finearts/img/img-couse-intro-bg1.jpg);
    background-size: cover; }
  .type_finearts .course-intro__title-bg.course-intro__title-bg_img2 {
    background: url(/education/department/finearts/img/img-couse-intro-bg2.jpg);
    background-size: cover; }
  .type_finearts .course-intro__title-bg.course-intro__title-bg_img3 {
    background: url(/education/department/finearts/img/img-couse-intro-bg3.jpg);
    background-size: cover; }
  .type_finearts .course-intro__title-bg.course-intro__title-bg_img4 {
    background: url(/education/department/finearts/img/img-couse-intro-bg4.jpg);
    background-size: cover; }
  .type_theatre .course-intro__title-bg.course-intro__title-bg_img1 {
    background: url(/education/department/theatre/img/img-couse-intro-bg1.jpg);
    background-size: cover; }
  .type_theatre .course-intro__title-bg.course-intro__title-bg_img2 {
    background: url(/education/department/theatre/img/img-couse-intro-bg2.jpg);
    background-size: cover; }
  .type_theatre .course-intro__title-bg.course-intro__title-bg_img3 {
    background: url(/education/department/theatre/img/img-couse-intro-bg3.jpg);
    background-size: cover; }
  .type_theatre .course-intro__title-bg.course-intro__title-bg_img4 {
    background: url(/education/department/theatre/img/img-couse-intro-bg4.jpg);
    background-size: cover; }
  .type_theatre .course-intro__title-bg.course-intro__title-bg_img5 {
    background: url(/education/department/theatre/img/img-couse-intro-bg5.jpg);
    background-size: cover; }
  .type_theatre .course-intro__title-bg.course-intro__title-bg_img6 {
    background: url(/education/department/theatre/img/img-couse-intro-bg6.jpg);
    background-size: cover; }
  .type_theatre .course-intro__title-bg.course-intro__title-bg_img7 {
    background: url(/education/department/theatre/img/img-couse-intro-bg7.jpg);
    background-size: cover; }
  .type_theatre .course-intro__title-bg.course-intro__title-bg_img8 {
    background: url(/education/department/theatre/img/img-couse-intro-bg8.jpg);
    background-size: cover; }
  .type_broadcast .course-intro__title-bg.course-intro__title-bg_img1 {
    background: url(/education/department/broadcast/img/img-couse-intro-bg1.jpg);
    background-size: cover; }
  .type_broadcast .course-intro__title-bg.course-intro__title-bg_img2 {
    background: url(/education/department/broadcast/img/img-couse-intro-bg2.jpg);
    background-size: cover; }
  .type_broadcast .course-intro__title-bg.course-intro__title-bg_img3 {
    background: url(/education/department/broadcast/img/img-couse-intro-bg3.jpg);
    background-size: cover; }
  .type_broadcast .course-intro__title-bg.course-intro__title-bg_img4 {
    background: url(/education/department/broadcast/img/img-couse-intro-bg4.jpg);
    background-size: cover; }
  .type_broadcast .course-intro__title-bg.course-intro__title-bg_img5 {
    background: url(/education/department/broadcast/img/img-couse-intro-bg5.jpg);
    background-size: cover; }
  .type_broadcast .course-intro__title-bg.course-intro__title-bg_img6 {
    background: url(/education/department/broadcast/img/img-couse-intro-bg6.jpg);
    background-size: cover; }
  .type_broadcast .course-intro__title-bg.course-intro__title-bg_img7 {
    background: url(/education/department/broadcast/img/img-couse-intro-bg7.jpg);
    background-size: cover; }

.course-intro__title {
  line-height: 1.5;
  color: #fff; }
  .course-intro__title_jp {
    display: block; }
    @media (min-width: 769px) {
      .course-intro__title_jp {
        font-size: 20px; } }
    @media (max-width: 768.98px) {
      .course-intro__title_jp {
        font-size: 15px;
        font-weight: normal; } }
  .course-intro__title_en {
    display: block; }
    @media (min-width: 769px) {
      .course-intro__title_en {
        font-size: 14px; } }
    @media (max-width: 768.98px) {
      .course-intro__title_en {
        font-size: 12px;
        font-weight: normal; } }

.course-intro__columns {
  margin-bottom: 40px; }
  .course-intro__columns:last-child {
    margin-bottom: 70px; }

.course-intro__annotation {
  font-size: 12px;
  text-align: right; }

.keyword__description-sp {
  margin-top: 10px;
  font-size: 13px;
  text-align: justify; }

.keyword__list {
  overflow: hidden;
  height: 408px; }

.keyword__item {
  position: relative;
  width: calc(100%/3);
  -webkit-transition: 400ms;
  transition: 400ms; }
  .keyword__item:hover {
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 460px; }
    .keyword__item:hover .keyword__pict .keyword__img {
      -webkit-transition: 200ms;
      transition: 200ms;
      opacity: .35; }
    .keyword__item:hover .keyword__point {
      -webkit-transition: 400ms;
      transition: 400ms;
      top: 30px; }
    .keyword__item:hover .keyword__title {
      -webkit-transition: 400ms;
      transition: 400ms;
      top: 80px; }
    .keyword__item:hover .keyword__description-pc {
      -webkit-transition: 400ms;
      transition: 400ms;
      top: 150px; }

.keyword__pict {
  overflow: hidden;
  background: #000;
  position: relative; }
  .keyword__pict .keyword__img {
    -webkit-transition: 200ms;
    transition: 200ms;
    opacity: 1;
    width: auto;
    height: 408px;
    max-width: 200%; }
  .keyword__pict::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.5)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%); }

.keyword__point {
  -webkit-transition: 400ms;
  transition: 400ms;
  position: absolute;
  width: 135px;
  top: 260px;
  left: 0; }

.keyword__title {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.08em;
  -webkit-transition: 400ms;
  transition: 400ms;
  position: absolute;
  top: 310px;
  left: 33px; }

.keyword__description-pc {
  -webkit-transition: 400ms;
  transition: 400ms;
  position: absolute;
  width: 100%;
  min-width: 340px;
  top: 420px;
  left: 0;
  font-size: 14px;
  padding: 2em;
  color: #fff;
  text-align: justify; }

.process__box {
  margin-bottom: 25px; }
  @media (min-width: 769px) {
    .process__box {
      width: calc(100%/4 - 40px); } }

.process__head {
  font-size: 14px;
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media (min-width: 769px) {
    .process__head {
      font-size: 20px; } }

.process__title {
  display: inline-block;
  border-bottom: 1px solid #000; }
  @media (min-width: 769px) {
    .process__title {
      line-height: 1.5;
      margin-bottom: .5em; } }

.process__body {
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  @media (min-width: 769px) {
    .process__body {
      font-size: 14px; } }

@media (min-width: 769px) {
  .process__link {
    line-height: 50px; } }

.process__subtext {
  display: inline-block; }

@media (min-width: 769px) {
  .type_finearts .process__link {
    font-size: 14px;
    text-align: left;
    padding-left: 0.5em; } }

.type_design .process__box {
  width: 100%;
  margin-bottom: 1em; }

.type_design .process__head {
  width: auto;
  margin-bottom: 0.5em; }

.type_design .process__has-sidebox {
  position: relative;
  padding-right: 50%;
  z-index: 2; }

.type_design .process__has-sideflow {
  z-index: 3; }
  .type_design .process__has-sideflow .process__head {
    position: relative; }
    .type_design .process__has-sideflow .process__head::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 3em;
      width: calc(100% - 3em);
      border-top: 2px dotted #0076a5; }
    .type_design .process__has-sideflow .process__head::after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: 50%;
      right: -15px;
      border-top: solid 9px transparent;
      border-right: solid 13px transparent;
      border-bottom: solid 9px transparent;
      border-left: solid 13px #0076a5;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }

.type_design .process__sidebox {
  font-size: 0.9em;
  position: absolute;
  left: 52%;
  top: 0.5em;
  width: 48%;
  max-width: 24em; }

.type_design .process__sidettl {
  display: inline-block;
  background-color: #0076a5;
  color: #fff;
  padding: 0 0.5em;
  margin-bottom: 0.5em; }

.type_design .process__sideitem {
  padding: 0.4em 0.8em;
  line-height: 1.4em; }
  .type_design .process__sideitem_ex {
    display: block;
    font-size: 0.85em; }
  .type_design .process__sideitem:nth-child(odd) {
    background-color: #cce4ed; }
  .type_design .process__sideitem:nth-child(even) {
    background-color: #edf5f9; }

.type_design .process__flow {
  display: inline-block;
  position: relative;
  margin: 1.5em 0 1.5em 1em;
  padding: 0.4em 0.8em;
  border: 1px solid #0076a5;
  border-left: none;
  color: #0076a5; }
  .type_design .process__flow::before {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% + 3em);
    background-color: #0076a5;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .type_design .process__flow::after {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #0076a5;
    border-left: 1px solid #0076a5;
    bottom: -1.5em;
    left: 0;
    -webkit-transform: translateX(-50%) rotate(-135deg);
            transform: translateX(-50%) rotate(-135deg); }
  .type_design .process__flow_nonetxt {
    border: none; }

.nichigei-mind-sub {
  font-size: 12px; }
  @media (min-width: 769px) {
    .nichigei-mind-sub {
      max-width: 652px;
      font-size: 20px; } }
  @media (max-width: 768.98px) {
    .nichigei-mind-sub {
      max-width: 100%;
      font-size: 12px; } }
  .nichigei-mind-sub__link:hover .nichigei-mind-sub__item.nichigei-mind-sub__item_type_text {
    display: none; }
  .nichigei-mind-sub__link:hover .nichigei-mind-sub__item.nichigei-mind-sub__item_type_hover {
    display: block; }
  .nichigei-mind-sub__list {
    position: relative; }
    .nichigei-mind-sub__list_white .nichigei-mind-sub__item {
      text-shadow: 1px 1px rgba(0, 0, 0, 0.5), 1px -1px rgba(0, 0, 0, 0.5), -1px 1px rgba(0, 0, 0, 0.5), -1px -1px rgba(0, 0, 0, 0.5);
      color: #fff; }
  .nichigei-mind-sub__item {
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5), 1px -1px rgba(255, 255, 255, 0.5), -1px 1px rgba(255, 255, 255, 0.5), -1px -1px rgba(255, 255, 255, 0.5); }
    .nichigei-mind-sub__item.nichigei-mind-sub__item_type_text {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      width: 45%; }
    .nichigei-mind-sub__item.nichigei-mind-sub__item_type_hover {
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 45%; }
  @media (min-width: 769px) {
    .nichigei-mind-sub__sitem.nichigei-mind-sub__sitem_type_name {
      font-size: 26px; } }
  @media (max-width: 768.98px) {
    .nichigei-mind-sub__sitem.nichigei-mind-sub__sitem_type_name {
      font-size: 18px; } }
  .nichigei-mind-sub__sitem.nichigei-mind-sub__sitem_type_more {
    display: inline-block;
    border: 1px solid #000;
    padding: 0 .5em; }
    @media (min-width: 769px) {
      .nichigei-mind-sub__sitem.nichigei-mind-sub__sitem_type_more {
        font-size: 16px;
        margin-top: 2em; } }
    @media (max-width: 768.98px) {
      .nichigei-mind-sub__sitem.nichigei-mind-sub__sitem_type_more {
        font-size: 14px; } }

.nichigei-mind-detail {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5), -1px -1px rgba(0, 0, 0, 0.5), -1px 1px rgba(0, 0, 0, 0.5), 1px -1px rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
  width: 100%;
  height: 100vh; }
  .nichigei-mind-detail .mfp-close {
    position: fixed;
    top: 15px;
    right: 35px; }
  .nichigei-mind-detail__bgimg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
  @media (min-width: 769px) {
    .nichigei-mind-detail__logo {
      position: fixed;
      padding-top: 50px;
      padding-left: 50px; }
    .nichigei-mind-detail__logo-img {
      width: 225px; }
    .nichigei-mind-detail__box {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%;
      max-width: 800px;
      margin: 0 auto; }
    .nichigei-mind-detail__copy {
      margin-bottom: 50px;
      font-size: 30px; }
    .nichigei-mind-detail__item.nichigei-mind-detail__item_belong {
      font-size: 20px; }
    .nichigei-mind-detail__item.nichigei-mind-detail__item_name_jp {
      font-size: 28px; }
    .nichigei-mind-detail__item.nichigei-mind-detail__item_name_en {
      font-size: 18px; }
    .nichigei-mind-detail__description {
      font-size: 14px;
      text-align: justify;
      margin-bottom: 50px; }
      .nichigei-mind-detail__description::before {
        display: block;
        content: url(/img-com/img-scroll-arrow.svg);
        width: 26px;
        margin: 0 auto 40px; } }
  @media (max-width: 768.98px) {
    .nichigei-mind-detail__logo {
      position: fixed;
      padding-top: 25px;
      padding-left: 25px; }
    .nichigei-mind-detail__logo-img {
      width: 142px; }
    .nichigei-mind-detail__box {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%;
      margin: 0 auto; }
    .nichigei-mind-detail__copy {
      margin: 0 2em 60px;
      font-size: 15px;
      font-weight: bold; }
    .nichigei-mind-detail__list {
      margin: 0 2em 70px; }
    .nichigei-mind-detail__item.nichigei-mind-detail__item_belong {
      font-size: 13px; }
    .nichigei-mind-detail__item.nichigei-mind-detail__item_name_jp {
      font-size: 15px; }
    .nichigei-mind-detail__item.nichigei-mind-detail__item_name_en {
      font-size: 12px; }
    .nichigei-mind-detail__description {
      margin: 0 2em 40px;
      font-size: 12px;
      text-align: justify;
      line-height: 2; } }

.gallery__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 2px 2px; }
  @media (min-width: 769px) {
    .gallery__list {
      -ms-grid-rows: auto auto;
      -ms-grid-columns: 2.65fr 1fr 1fr 1fr 1fr;
          grid-template: auto auto/ 2.65fr 1fr 1fr 1fr 1fr; } }
  @media (max-width: 768.98px) {
    .gallery__list {
      -ms-grid-rows: auto auto auto auto auto;
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template: auto auto auto auto auto/ 1fr 1fr 1fr; } }

@media (min-width: 769px) {
  .gallery__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .gallery__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .gallery__item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4; }
  .gallery__item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5; }
  .gallery__item:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5/6; }
  .gallery__item:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .gallery__item:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4; }
  .gallery__item:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5; }
  .gallery__item:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5/6; } }

@media (max-width: 768.98px) {
  .gallery__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .gallery__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4; }
  .gallery__item:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .gallery__item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .gallery__item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4; }
  .gallery__item:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4; }
  .gallery__item:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .gallery__item:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .gallery__item:nth-child(9) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4; } }

.type_cinema .gallery__tbl {
  width: 100%; }
  .type_cinema .gallery__tbl thead th {
    background-color: #d71e36;
    padding: 0 1em;
    border: 1px solid #fff;
    font-weight: normal;
    color: #fff; }
  .type_cinema .gallery__tbl_col1 {
    width: 46%; }
  .type_cinema .gallery__tbl_col2 {
    width: 27%; }
  .type_cinema .gallery__tbl_col3 {
    width: 27%; }
  .type_cinema .gallery__tbl tbody th,
  .type_cinema .gallery__tbl tbody td {
    padding: 0.5em 1em;
    border-bottom: 1px solid #000; }
  .type_cinema .gallery__tbl tbody th {
    background-color: #efefef;
    font-weight: normal; }
  .type_cinema .gallery__tbl tbody td {
    border-right: 1px solid #000; }
  .type_cinema .gallery__tbl tbody td:last-child {
    border-right: none; }

@media (min-width: 769px) {
  .type_finearts .gallery__list {
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 1.69fr 2.32fr 1fr 1fr;
        grid-template: auto auto/ 1.69fr 2.32fr 1fr 1fr; } }

@media (max-width: 768.98px) {
  .type_finearts .gallery__list {
    -ms-grid-rows: auto auto auto auto;
    -ms-grid-columns: 1fr 1fr;
        grid-template: auto auto auto auto/ 1fr 1fr; } }

@media (min-width: 769px) {
  .type_finearts .gallery__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .type_finearts .gallery__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .type_finearts .gallery__item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4; }
  .type_finearts .gallery__item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5; }
  .type_finearts .gallery__item:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4; }
  .type_finearts .gallery__item:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5; } }

@media (max-width: 768.98px) {
  .type_finearts .gallery__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .type_finearts .gallery__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .type_finearts .gallery__item:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .type_finearts .gallery__item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .type_finearts .gallery__item:nth-child(5) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .type_finearts .gallery__item:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; } }

@media (min-width: 769px) {
  .type_literature .gallery__list {
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr); } }

@media (max-width: 768.98px) {
  .type_literature .gallery__list {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 769px) {
  .type_literature .gallery__item:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1/1;
    -ms-grid-column: 1;
    grid-column: 1/1; } }

@media (max-width: 768.98px) {
  .type_literature .gallery__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; } }

@media (min-width: 769px) {
  .type_theatre .gallery__list {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr); } }

@media (max-width: 768.98px) {
  .type_theatre .gallery__list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 769px) {
  .type_theatre .gallery__item:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1; }
  .type_theatre .gallery__item:nth-child(2) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2; }
  .type_theatre .gallery__item:nth-child(3) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3; }
  .type_theatre .gallery__item:nth-child(4) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 4;
    grid-column: 4; } }

@media (max-width: 768.98px) {
  .type_theatre .gallery__item:nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1; }
  .type_theatre .gallery__item:nth-child(2) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2; }
  .type_theatre .gallery__item:nth-child(3) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1; }
  .type_theatre .gallery__item:nth-child(4) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2; } }

@media (min-width: 769px) {
  .type_design .gallery__list {
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 2fr 1fr 1fr 1fr;
        grid-template: auto auto/ 2fr 1fr 1fr 1fr; } }

@media (max-width: 768.98px) {
  .type_design .gallery__list {
    -ms-grid-rows: auto auto auto auto auto;
    -ms-grid-columns: 1fr 1fr;
        grid-template: auto auto auto auto auto/ 1fr 1fr; } }

@media (min-width: 769px) {
  .type_design .gallery__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .type_design .gallery__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .type_design .gallery__item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4; }
  .type_design .gallery__item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5; }
  .type_design .gallery__item:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .type_design .gallery__item:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4; }
  .type_design .gallery__item:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5; } }

@media (max-width: 768.98px) {
  .type_design .gallery__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .type_design .gallery__item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .type_design .gallery__item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .type_design .gallery__item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .type_design .gallery__item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .type_design .gallery__item:nth-child(6) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .type_design .gallery__item:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .type_design .gallery__item:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .type_design .gallery__item:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; } }

@media (min-width: 769px) {
  .career {
    margin-bottom: 80px; } }

@media (max-width: 768.98px) {
  .career {
    margin-bottom: 25px; } }

.career__description {
  text-align: justify; }

.career__list {
  padding: 10px;
  color: #666; }

.career__box {
  border: 1px solid #666; }

.career__head {
  padding-top: 5px; }

.career__title {
  display: inline-block;
  border-bottom: 1px solid #666;
  padding-left: 1em; }

.career__body {
  padding: 10px 15px;
  text-align: justify; }

.type_finearts .career__box {
  margin: 10px; }

.type_finearts .career__faculty {
  display: block;
  height: auto;
  margin: 0 1em 1em; }
  .type_finearts .career__faculty-item {
    display: block;
    width: 100%;
    position: relative; }
    .type_finearts .career__faculty-item::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      border-top: 2px dotted #deac14;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .type_finearts .career__faculty_ttl {
    display: inline-block;
    padding-right: 2px;
    position: relative;
    font-weight: normal;
    background-color: #fff; }
  .type_finearts .career__faculty_txt {
    display: inline-block;
    padding-left: 2px;
    float: right;
    position: relative;
    background-color: #fff; }
  @media (min-width: 769px) {
    .type_finearts .career__faculty {
      border-left: 1px solid #deac14;
      margin: 1em;
      margin-left: 0;
      padding-left: 1em; } }

.type_finearts .career .career__list {
  padding: 0; }

@media (min-width: 769px) {
  .facility {
    margin-bottom: 72px; } }

@media (max-width: 768.98px) {
  .facility {
    margin-bottom: 35px; } }

.class__box-list {
  position: relative;
  background: #efefef; }

@media (min-width: 769px) {
  .class__box-item.flex-grow-1 {
    width: 273px; }
  .class__box-item.flex-grow-2 {
    width: 478px; }
  .class__box-item.class__box-item_text {
    position: absolute;
    width: calc(100% - 478px);
    height: calc(478px - 176px);
    top: 0;
    left: 0; } }

.class__title {
  color: #000; }
  @media (min-width: 769px) {
    .class__title {
      font-size: 26px; } }
  @media (max-width: 768.98px) {
    .class__title {
      font-size: 19px; } }

.class__head {
  margin-bottom: .5em; }
  @media (min-width: 769px) {
    .class__head {
      font-size: 18px; } }
  @media (max-width: 768.98px) {
    .class__head {
      font-size: 14px; } }
  .class__head::before {
    font-size: 75%;
    content: '▶︎';
    margin-right: .2em; }

.class__body-list-box {
  margin-bottom: 1em; }

@media (min-width: 769px) {
  .class__body-list {
    line-height: 1.2; }
    .class__body-list:not(:last-child) {
      margin-right: 30px; } }

.class__body-item {
  list-style: disc;
  margin-left: 20px; }

.class__link {
  display: block;
  padding: 30px;
  width: 100%;
  height: 100%; }
  .class__link:hover {
    opacity: 1;
    background: #000;
    color: #fff; }
    .class__link:hover .class__title {
      color: #fff; }
    .class__link:hover .class__more-link {
      background: #fff; }

.class__text {
  line-height: 25px;
  height: 100px;
  overflow: hidden; }
  @media (min-width: 769px) {
    .class__text {
      font-size: 14px; } }
  @media (max-width: 768.98px) {
    .class__text {
      font-size: 12px; } }
  .class__text.class__text_auto {
    height: auto;
    overflow: auto; }

.class__more {
  text-align: right; }

.class__more-link {
  display: inline-block;
  font-size: 16px;
  color: #000;
  border: 1px solid #000;
  padding: 0 .5em; }

.class-detail {
  color: #fff; }
  @media (min-width: 769px) {
    .class-detail {
      max-width: 640px;
      margin: 0 auto; } }
  @media (max-width: 768.98px) {
    .class-detail {
      padding: 20px 40px; } }
  .class-detail__title {
    text-align: center;
    margin-bottom: 1em; }
    .class-detail__title:not(:first-child) {
      margin-top: 100px; }
    @media (min-width: 769px) {
      .class-detail__title {
        font-size: 26px; } }
    @media (max-width: 768.98px) {
      .class-detail__title {
        font-size: 21px; } }
  .class-detail__head {
    margin-bottom: 1em; }
    @media (min-width: 769px) {
      .class-detail__head {
        font-size: 18px; } }
    @media (max-width: 768.98px) {
      .class-detail__head {
        font-size: 14px;
        font-weight: normal; } }
    .class-detail__head::before {
      font-size: 75%;
      content: '▶︎';
      margin-right: .2em; }
    .class-detail__head ~ .class-detail__head {
      margin-top: 60px; }
  @media (min-width: 769px) {
    .class-detail__body {
      font-size: 14px; } }
  @media (max-width: 768.98px) {
    .class-detail__body {
      font-size: 12px; } }
  .class-detail__list {
    margin: 1em 0; }
  @media (min-width: 769px) {
    .class-detail__itme {
      font-size: 14px; } }
  @media (max-width: 768.98px) {
    .class-detail__itme {
      font-size: 15px; } }
  .class-detail__text {
    margin-bottom: 0;
    text-align: justify; }
    .class-detail__text_list {
      margin-bottom: 20px; }
    .class-detail__text_item {
      list-style: disc;
      margin-left: 40px; }
    .class-detail__text_ws {
      margin-bottom: 20px; }

.activity__box-list_yoko .activity__box-item {
  width: auto;
  margin-bottom: 60px; }
  @media (max-width: 768.98px) {
    .activity__box-list_yoko .activity__box-item .activity__text:last-child {
      margin-bottom: 1rem; } }
  @media (min-width: 769px) {
    .activity__box-list_yoko .activity__box-item .activity__textbox {
      width: calc((100% - 60px)/2); }
    .activity__box-list_yoko .activity__box-item .activity__pict {
      width: calc((100% - 60px)/2); } }

@media (min-width: 769px) {
  .activity__box-item {
    width: calc((100% - 60px)/2); } }

@media (max-width: 768.98px) {
  .activity__box-item {
    margin-bottom: 20px; }
    .activity__box-item:nth-child(n+2) {
      margin-top: 20px; } }

.activity__title {
  color: #000; }
  @media (min-width: 769px) {
    .activity__title {
      font-size: 24px; } }
  @media (max-width: 768.98px) {
    .activity__title {
      font-size: 18px; } }

.activity__text {
  color: #000; }
  @media (min-width: 769px) {
    .activity__text {
      font-size: 14px; } }
  @media (max-width: 768.98px) {
    .activity__text {
      font-size: 12px; } }

.activity__interview {
  position: relative; }
  @media (min-width: 769px) {
    .activity__interview {
      margin-top: 50px;
      padding-top: 50px;
      padding-left: 40px;
      border-top: 2px solid #000;
      border-left: 2px solid #000; } }
  @media (max-width: 768.98px) {
    .activity__interview {
      padding-top: 30px;
      border-top: 2px solid #000; } }
  .activity__interview::before, .activity__interview::after {
    position: absolute;
    top: -90px;
    right: 120px;
    display: block;
    content: '';
    border-right: 35px solid transparent;
    border-bottom: 90px solid #000;
    border-left: 35px solid transparent;
    border-bottom-color: #fff; }
    @media (max-width: 768.98px) {
      .activity__interview::before, .activity__interview::after {
        border-width: 0 15px 45px 15px;
        top: -45px;
        left: 45px;
        right: auto; } }
  .activity__interview::before {
    border-bottom-color: #000; }
  .activity__interview::after {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }

@media (min-width: 769px) {
  .activity__sub-title {
    font-size: 24px; } }

@media (max-width: 768.98px) {
  .activity__sub-title {
    font-size: 18px; } }

@media (min-width: 769px) {
  .activity__qa-group {
    width: calc((100% - 51px)/3);
    height: 180px;
    border: 1px solid #000; }
    .activity__qa-group:not(:nth-child(3n)) {
      margin-right: 25px; }
    .activity__qa-group:not(:nth-last-child(-n+3)) {
      margin-bottom: 30px; }
    .activity__qa-group:hover .activity__qa-box_type_q {
      display: none; }
    .activity__qa-group:hover .activity__qa-box_type_a {
      display: block; }
  .activity__qa-box {
    width: 100%;
    height: 100%; }
    .activity__qa-box.activity__qa-box_type_q {
      display: block; }
    .activity__qa-box.activity__qa-box_type_a {
      color: #fff;
      background: #000;
      display: none; }
  .activity__qa-head {
    height: 42px; }
  .activity__qa-title {
    margin-top: 10px;
    width: 72px; }
  .activity__qa-body {
    padding: 0 20px;
    height: calc(100% - 42px);
    text-align: justify;
    letter-spacing: normal; } }

@media (max-width: 768.98px) {
  .activity__qa-group {
    margin-bottom: 15px;
    min-height: 100px;
    border: 1px solid #000; }
  .activity__qa-box {
    width: 100%;
    position: relative; }
    .activity__qa-box.activity__qa-box_type_q {
      font-size: 13px;
      color: #000; }
      .activity__qa-box.activity__qa-box_type_q .activity__qa-body {
        padding: 30px 20px 20px;
        min-height: 100px; }
        .activity__qa-box.activity__qa-box_type_q .activity__qa-body::after {
          position: absolute;
          bottom: 10px;
          left: 50%;
          display: block;
          content: '';
          width: 12px;
          height: 12px;
          border-bottom: 1px solid #000;
          border-left: 1px solid #000;
          -webkit-transition: 500ms;
          transition: 500ms;
          -webkit-transform: translateX(-50%) rotate(-45deg) scale(1, 1);
                  transform: translateX(-50%) rotate(-45deg) scale(1, 1); }
    .activity__qa-box.activity__qa-box_type_a {
      font-size: 12px;
      color: #fff;
      background: #000; }
      .activity__qa-box.activity__qa-box_type_a .activity__qa-body {
        padding: 45px 20px 20px;
        min-height: 100px; }
    .activity__qa-box[aria-expanded=true].activity__qa-box_type_q .activity__qa-body::after {
      bottom: 3px;
      -webkit-transform: translateX(-50%) rotate(-45deg) scale(-1, -1);
              transform: translateX(-50%) rotate(-45deg) scale(-1, -1); }
  .activity__qa-head {
    height: 42px;
    position: absolute;
    top: 0;
    left: 0; }
  .activity__qa-title {
    margin-top: 8px;
    width: 54px; }
  .activity__qa-body {
    text-align: justify;
    letter-spacing: normal; } }

@media (max-width: 768.98px) {
  .recital {
    margin-bottom: 60px; } }

@media (min-width: 769px) {
  .recital__item {
    width: calc((100% - 90px)/4); } }

@media (max-width: 768.98px) {
  .recital__item {
    width: calc((100% - 20px)/2);
    font-size: 10px; }
    .recital__item:nth-last-child(n+3) {
      margin-bottom: 20px; } }

.recital__pict-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%; }

.recital__pict-cap {
  text-align: left;
  color: #000; }
  @media (min-width: 769px) {
    .recital__pict-cap {
      font-size: 14px; } }
  @media (max-width: 768.98px) {
    .recital__pict-cap {
      font-size: 12px; } }

.recital__link {
  display: block;
  padding-bottom: 100%;
  position: relative; }

.gsc-search-box {
  margin: 0 !important; }

.gsib_a {
  padding: 0 !important; }

.gsst_b {
  line-height: 1 !important; }

.gsib_b {
  display: none; }

.gsc-input-box {
  border-color: #000 !important; }

.gsc-input {
  width: 150px !important;
  font-size: 12px !important;
  padding-right: 0 !important; }

.gsc-search-button-v2 {
  margin: 0 !important;
  padding: 4px 4px 4px !important; }

.gsst_a {
  padding-top: 0 !important; }

.guideline .item__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .guideline .item__color .color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 2em;
    color: #fff; }
    .guideline .item__color .color.txt__left {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }

.guideline .clr_sub_1_l {
  background-color: #c77ea2; }

.guideline .clr_sub_2_l {
  background-color: #74abd7; }

.guideline .clr_sub_3_l {
  background-color: #68b69e; }

.guideline .clr_sub_4_l {
  background-color: #ffd2d2; }

.guideline .grid_item {
  text-align: center;
  border: 1px #ccc solid;
  background-color: #eee; }

.guideline .label_id {
  display: inline-block !important;
  padding: 2px 10px !important;
  color: #fff !important;
  background-color: #000 !important; }
  .guideline .label_id.txt_id {
    background-color: #900 !important; }

.guideline pre {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #fff; }

.guideline code {
  margin: 0;
  padding: 10px; }

@media print {
  #gheader {
    position: static !important; }
  .hnav {
    position: absolute !important; }
  .phead-img,
  .row,
  .plinks__list,
  tr {
    -webkit-column-break-inside: avoid !important;
       -moz-column-break-inside: avoid !important;
            break-inside: avoid !important; }
  table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important; }
  .text-nowrap {
    white-space: normal !important; }
  html {
    width: 100%; }
  body {
    padding-left: 0; }
    body::before, body::after {
      display: none; }
  .box__fixed_top {
    position: absolute; }
  .contents main {
    width: 100%; }
  .contents .box__section {
    margin-bottom: 40px; }
    .contents .box__section > .box__section {
      margin-bottom: 30px; }
  .mh {
    height: auto !important; }
  .pagetop {
    display: none !important; }
  .toggle_target {
    display: block !important; } }

.parts__box {
  margin-top: 15px;
  border-top: 3px solid #ee2a7b;
  padding-top: 10px; }

.parts__title {
  color: #ee2a7b; }
  .parts__title ~ .parts__title {
    margin-top: 10px; }

.parts__note {
  color: #298d79; }

@media (min-width: 769px) {
  .parts__code {
    border: 1px solid #ee2a7b;
    padding: 20px; }
    .parts__code + .parts__code {
      margin-top: 10px; } }

@media (max-width: 768.98px) {
  .parts__code {
    border: 1px solid rgba(238, 42, 123, 0.2); }
    .parts__code + .parts__code {
      margin-top: 10px; } }

.parts__textarea {
  width: 100%;
  font-size: 10px;
  line-height: 1.2;
  color: #666;
  background: #ffc;
  word-break: break-all; }

.ppagetop.ppagetop_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 769px) {
    .ppagetop.ppagetop_top {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-bottom: 80px; }
      .ppagetop.ppagetop_top .ppagetop__pict {
        text-align: right; } }
  @media (max-width: 768.98px) {
    .ppagetop.ppagetop_top {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 30px; } }

.ppagetop.ppagetop_detail {
  position: relative;
  min-height: 150px;
  padding-top: 10px;
  margin-bottom: 50px; }
  @media (min-width: 769px) {
    .ppagetop.ppagetop_detail .ppagetop__pict {
      position: absolute;
      top: 0;
      right: 0;
      left: 45%;
      text-align: right;
      overflow: hidden; } }
  @media (max-width: 768.98px) {
    .ppagetop.ppagetop_detail .ppagetop__pict {
      margin-bottom: 50px; } }
  @media (min-width: 769px) {
    .ppagetop.ppagetop_detail .ppagetop__img {
      max-width: none;
      max-height: 150px; } }

.phead.phead_h1 {
  font-size: 20px;
  border-top: 1px solid #000;
  margin-top: 15px;
  padding-top: 10px;
  position: relative; }
  .phead.phead_h1::before {
    position: absolute;
    top: -14px;
    left: 0;
    display: block;
    content: '';
    width: 6px;
    height: 14px;
    background: #000; }
  .phead.phead_h1::after {
    position: absolute;
    top: -14px;
    left: 6px;
    display: block;
    content: '';
    width: 4px;
    height: 14px;
    background: #fff; }
  .phead.phead_h1 .phead__text {
    display: inline-block;
    font-size: 20px; }
  .phead.phead_h1 .phead__text_small {
    font-size: 12px; }

.phead.phead_h2 {
  font-size: 16px;
  border-left: 3px solid #000;
  padding: 2px 0 2px .5em; }
  .phead.phead_h2 .phead__text {
    font-size: 16px; }
  .phead.phead_h2 .phead__text_small {
    font-size: 12px; }
  .phead.phead_h2.phead_h2_clr_department {
    border-left-color: #e3007f; }

.phead.phead_h2sub {
  font-size: 14px;
  padding: 2px 0 2px 10px; }
  .phead.phead_h2sub .phead__text {
    font-size: 14px; }
  .phead.phead_h2sub .phead__text_small {
    font-size: 12px; }

.phead.phead_h3 {
  font-size: 14px; }
  .phead.phead_h3.phead_h3_reverse .phead__text {
    color: #fff;
    background: #000; }
  .phead.phead_h3 .phead__text {
    display: inline-block;
    border: 1px solid #000;
    padding: 2px .5em;
    font-size: 14px; }
  .phead.phead_h3 .phead__text_small {
    font-size: 12px; }
  .phead.phead_h3 .phead__block {
    display: block;
    padding: .5em 1em; }
  .phead.phead_h3 .phead__big {
    font-size: 20px; }

.phead.phead_h4 {
  font-size: 30px;
  border-bottom: 1px solid #000;
  padding: 2px 0; }
  .phead.phead_h4 .phead__text {
    font-size: 30px; }
  .phead.phead_h4 .phead__text_small {
    font-size: 14px; }

.phead__text_size_fz12 {
  font-size: 12px !important; }

.phead__text_size_fz14 {
  font-size: 14px !important; }

.phead__text_size_fz16 {
  font-size: 16px !important; }

.phead__text_size_fz18 {
  font-size: 18px !important; }

.phead__text_size_fz20 {
  font-size: 20px !important; }

.phead_clr_white {
  border-color: #fff !important;
  color: #fff !important; }

.phead-img__link:hover .phead-img__box {
  opacity: .6; }

.phead-img__link .phead-img__title {
  padding-right: 30px; }
  .phead-img__link .phead-img__title::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 0px none;
    border-left: 0px none;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
    @media (max-width: 768.98px) {
      .phead-img__link .phead-img__title::before {
        width: 6px;
        height: 6px; } }

.phead-img__box {
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .phead-img__box.phead-img__box_type_full .phead-img__bg-img {
    max-width: none; }
    @media (max-width: 768.98px) {
      .phead-img__box.phead-img__box_type_full .phead-img__bg-img {
        width: 718px; } }
    @media (min-width: 769px) {
      .phead-img__box.phead-img__box_type_full .phead-img__bg-img {
        width: 100%; } }
  .phead-img__box.phead-img__box_type_half .phead-img__bg-img {
    width: 100%;
    max-width: 100%; }
  .phead-img__box.phead-img__box_type_half .phead-img__bg {
    width: 100%; }
  @media (max-width: 768.98px) {
    .phead-img__box.phead-img__box_mh100 {
      min-height: 75px; } }
  @media (min-width: 769px) {
    .phead-img__box.phead-img__box_mh100 {
      min-height: 100px; } }
  @media (max-width: 768.98px) {
    .phead-img__box.phead-img__box_mh150 {
      min-height: 113px; } }
  @media (min-width: 769px) {
    .phead-img__box.phead-img__box_mh150 {
      min-height: 150px; } }
  @media (max-width: 768.98px) {
    .phead-img__box.phead-img__box_mh160 {
      min-height: 120px; } }
  @media (min-width: 769px) {
    .phead-img__box.phead-img__box_mh160 {
      min-height: 160px; } }
  .phead-img__box.phead-img__box_mh200::after {
    display: block;
    content: '';
    margin-bottom: 40%; }
  .phead-img__box.phead-img__box_mh240::after {
    display: block;
    content: '';
    margin-bottom: 48%; }
  .phead-img__box.phead-img__box_mh300::after {
    display: block;
    content: '';
    margin-bottom: 59%; }

.phead-img__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0; }

.phead-img__title {
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px; }
  @media (max-width: 768.98px) {
    .phead-img__title {
      padding: 5px 10px; } }

.phead-img__text {
  display: block; }
  @media (max-width: 768.98px) {
    .phead-img__text_type1 {
      font-size: 14px; } }
  @media (min-width: 769px) {
    .phead-img__text_type1 {
      font-size: 22px; } }
  .phead-img__text_type2 {
    margin-top: 5px; }
    @media (max-width: 768.98px) {
      .phead-img__text_type2 {
        font-size: 12px; } }
    @media (min-width: 769px) {
      .phead-img__text_type2 {
        font-size: 12px; } }
  @media (max-width: 768.98px) {
    .phead-img__text_type3 {
      font-size: 22px; } }
  @media (min-width: 769px) {
    .phead-img__text_type3 {
      font-size: 22px; } }
  .phead-img__text_clr_black {
    color: #000; }
  .phead-img__text_clr_white {
    color: #fff; }

.pbox {
  background: #efefef;
  padding: 1em; }
  .pbox.pbox_clr1 {
    background: #DCF2F6; }

@media (min-width: 769px) {
  .pcolumns-list__box {
    width: 50%;
    margin-bottom: 50px; }
    .pcolumns-list__box:nth-child(odd) {
      border-right: dotted 1px #000;
      padding-right: 30px; }
    .pcolumns-list__box:nth-child(even) {
      padding-left: 30px; }
    .pcolumns-list__box:nth-last-child(-n+2) {
      margin-bottom: 0; } }

@media (max-width: 768.98px) {
  .pcolumns-list__box:not(:last-child) {
    margin-bottom: 50px; } }

@media (min-width: 769px) {
  .pcolumns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-rule: dotted 1px #000;
       -moz-column-rule: dotted 1px #000;
            column-rule: dotted 1px #000;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px; } }

.pcolumns__description {
  font-size: 14px;
  text-align: justify; }
  @media (min-width: 769px) {
    .pcolumns__description {
      margin-bottom: 0; } }
  @media (max-width: 768.98px) {
    .pcolumns__description {
      margin-bottom: 1em; } }

@media (max-width: 768.98px) {
  .inner .ptnav:not(:first-of-type) {
    display: none; } }

.ptnav {
  font-size: 16px; }
  .ptnav .nav-tabs .nav-link {
    border: inherit; }
  .ptnav__item.ptnav__item_active .ptnav__link {
    color: red;
    border-color: red !important; }
  .ptnav__link {
    display: block;
    text-align: center;
    border-bottom: 2px solid #808080 !important; }
    .ptnav__link:hover {
      opacity: 1;
      border-bottom: 2px solid red !important;
      color: red; }

.ptab {
  font-size: 16px;
  margin-bottom: 20px; }
  .ptab.tabnav .selecton {
    border: 0;
    border-bottom: 3px double #adb5bd; }
  .ptab .nav-tabs .nav-link {
    border: none; }
    .ptab .nav-tabs .nav-link.active {
      color: #fff; }
  .ptab.nav {
    display: inherit; }
  .ptab__list {
    margin: 0 auto;
    border-bottom: 1px dotted #000; }
    .ptab__list.ptab__list_slim {
      letter-spacing: normal; }
  .ptab__item {
    margin-right: 1em; }
  .ptab__link {
    display: inline-block;
    color: #fff; }
    .ptab__link:hover {
      opacity: 1;
      color: #fff; }
      .ptab__link:hover .ptab__text {
        background: red; }
    .ptab__link.active {
      position: relative; }
      .ptab__link.active::before {
        position: absolute;
        bottom: -1px;
        left: 0;
        display: block;
        content: '';
        width: 100%;
        height: 2px;
        background: red; }
      .ptab__link.active::after {
        position: absolute;
        bottom: 13px;
        left: 50%;
        -webkit-transform: translate(-50%, 12px);
                transform: translate(-50%, 12px);
        display: block;
        content: '';
        border-top: 0 none;
        border-right: 5px solid transparent;
        border-bottom: 8px solid red;
        border-left: 5px solid transparent; }
      .ptab__link.active .ptab__text {
        background: red; }
  .ptab__text {
    margin-bottom: 15px;
    background: #b3b3b3;
    display: block;
    padding: 0 1em;
    font-size: 13px;
    line-height: 24px; }

.paccordion__image {
  position: relative;
  padding: 0 !important;
  border: none; }
  @media (min-width: 769px) {
    .paccordion__image {
      width: 1024px;
      height: 150px; } }
  .paccordion__image img {
    position: absolute; }
  .paccordion__image span {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    z-index: 2;
    background: #fff;
    font-size: 2rem;
    color: #000;
    padding: 5px 10px;
    font-weight: bold; }
    @media (min-width: 769px) {
      .paccordion__image span {
        font-size: 2.3rem;
        left: 0; } }
  .paccordion__image::after {
    top: 90% !important;
    right: 15px !important; }
    @media (min-width: 769px) {
      .paccordion__image::after {
        top: auto !important;
        bottom: 10px !important;
        right: 20px !important; } }

.pfnav {
  margin-top: 100px;
  background: #ddd; }
  .pfnav__list {
    max-width: 1024px;
    margin: 0 auto; }
  @media (min-width: 769px) {
    .pfnav__item {
      width: 200px; } }
  @media (max-width: 768.98px) {
    .pfnav__item {
      width: 50px; } }
  .pfnav__link {
    display: block;
    width: 200px;
    line-height: 42px;
    color: transparent;
    font-size: 0; }
    @media (max-width: 768.98px) {
      .pfnav__link {
        width: 50px; } }
    .pfnav__link_index {
      text-align: center;
      background: url(/img-com/icon-pnav-index.svg) no-repeat center center;
      background-size: 40px 22px; }
    .pfnav__link_prev {
      text-align: left;
      background: url(/img-com/icon-pnav-prev.svg) no-repeat center left;
      background-size: 13px 22px; }
    .pfnav__link_next {
      text-align: right;
      background: url(/img-com/icon-pnav-next.svg) no-repeat center right;
      background-size: 13px 22px; }
    .pfnav__link_none {
      pointer-events: none; }

.pnews {
  padding: 40px 0;
  background: #efefef; }
  .pnews__title-box {
    position: relative;
    margin: 0 auto 10px; }
    @media (min-width: 769px) {
      .pnews__title-box {
        width: 1024px; } }
  .pnews__title {
    font-size: 30px; }
  @media (min-width: 769px) {
    .pnews__past {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0; } }
  @media (max-width: 768.98px) {
    .pnews__past {
      text-align: right;
      margin-right: 15px; } }
  .pnews__past .btn {
    background: transparent; }
  .pnews__list {
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 769px) {
      .pnews__list {
        width: 1024px; } }
    .pnews__list.pnews__list_slider .slick-list .slick-track .slick-slide {
      margin: 0 10px; }
    .pnews__list.pnews__list_slider .slick-list:nth-child(1) {
      width: 100% !important; }
      .pnews__list.pnews__list_slider .slick-list:nth-child(1) .slick-track {
        width: 100% !important; }
        .pnews__list.pnews__list_slider .slick-list:nth-child(1) .slick-track .slick-slide {
          margin: 0 10px; }
          @media (min-width: 769px) {
            .pnews__list.pnews__list_slider .slick-list:nth-child(1) .slick-track .slick-slide {
              width: calc((100% - 80px)/4) !important; } }
          @media (max-width: 768.98px) {
            .pnews__list.pnews__list_slider .slick-list:nth-child(1) .slick-track .slick-slide {
              width: calc((100% - 40px)/2) !important; } }
    .pnews__list.pnews__list_col3 .pnews__item {
      width: calc((100% - 40px)/3); }
      .pnews__list.pnews__list_col3 .pnews__item:not(:nth-child(3n)) {
        margin-right: 20px; }
      .pnews__list.pnews__list_col3 .pnews__item:not(:nth-last-child(-n+3)) {
        margin-bottom: 20px; }
    @media (min-width: 769px) {
      .pnews__list.pnews__list_col4 .pnews__item {
        width: calc((100% - 60px)/4); }
        .pnews__list.pnews__list_col4 .pnews__item:not(:nth-child(4n)) {
          margin-right: 20px; }
        .pnews__list.pnews__list_col4 .pnews__item:not(:nth-last-child(-n+4)) {
          margin-bottom: 20px; } }
    @media (max-width: 768.98px) {
      .pnews__list.pnews__list_col4 .pnews__item {
        width: calc((100% - 20px)/2); }
        .pnews__list.pnews__list_col4 .pnews__item:not(:nth-child(2n)) {
          margin-right: 20px; }
        .pnews__list.pnews__list_col4 .pnews__item:not(:nth-last-child(-n+2)) {
          margin-bottom: 20px; } }

.pnews-box {
  font-size: 14px; }
  .pnews-box__link {
    color: #000; }
    .pnews-box__link .pnews-box__item_type_pict {
      -webkit-transition: .3s;
      transition: .3s;
      position: relative;
      -webkit-transform: scale(1);
              transform: scale(1); }
      .pnews-box__link .pnews-box__item_type_pict::after {
        -webkit-transition: .3s;
        transition: .3s;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0); }
    .pnews-box__link:hover {
      color: #000;
      text-decoration: none; }
      .pnews-box__link:hover .pnews-box__item_type_pict {
        -webkit-transform: scale(0.95);
                transform: scale(0.95); }
        .pnews-box__link:hover .pnews-box__item_type_pict::after {
          -webkit-transition: .3s;
          transition: .3s;
          background: rgba(0, 0, 0, 0.25); }
  .pnews-box__cate {
    font-size: 12px;
    border: 1px solid #000;
    display: inline-block;
    padding: 1px .5em;
    text-align: center;
    line-height: 1.4;
    letter-spacing: normal; }
  .pnews-box__frm {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    background: #000; }
    .pnews__list_col4 .pnews-box__frm.ofi {
      padding-bottom: 0; }
      @media (max-width: 768.98px) {
        .pnews__list_col4 .pnews-box__frm.ofi {
          height: 114px; } }
      @media (min-width: 769px) {
        .pnews__list_col4 .pnews-box__frm.ofi {
          height: 180px; } }
    .pnews-box__frm iframe {
      border: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .pnews-box__img {
    width: 100%; }
    .pnews-box__img.ofi {
      height: 240px; }
      @media (max-width: 768.98px) {
        .pnews__list_col4 .pnews-box__img.ofi {
          height: 114px; } }
      @media (min-width: 769px) {
        .pnews__list_col4 .pnews-box__img.ofi {
          height: 180px; } }
  @media (max-width: 768.98px) {
    .pnews-box {
      font-size: 12px; }
      .pnews-box__item.pnews-box__item_type_head {
        padding: 1em; }
      .pnews-box__item.pnews-box__item_type_info {
        padding: 0 1em; }
      .pnews-box__img {
        width: 100%; } }

.pgallery.pgallery_col-1 .pgallery__item {
  width: calc(100%/1); }

@media (min-width: 769px) {
  .pgallery.pgallery_col-md-1 .pgallery__item {
    width: calc(100%/1); } }

.pgallery.pgallery_col-2 .pgallery__item {
  width: calc(100%/2); }

@media (min-width: 769px) {
  .pgallery.pgallery_col-md-2 .pgallery__item {
    width: calc(100%/2); } }

.pgallery.pgallery_col-3 .pgallery__item {
  width: calc(100%/3); }

@media (min-width: 769px) {
  .pgallery.pgallery_col-md-3 .pgallery__item {
    width: calc(100%/3); } }

.pgallery.pgallery_col-4 .pgallery__item {
  width: calc(100%/4); }

@media (min-width: 769px) {
  .pgallery.pgallery_col-md-4 .pgallery__item {
    width: calc(100%/4); } }

.pgallery.pgallery_col-5 .pgallery__item {
  width: calc(100%/5); }

@media (min-width: 769px) {
  .pgallery.pgallery_col-md-5 .pgallery__item {
    width: calc(100%/5); } }

.pgallery__item {
  padding: 8px;
  width: calc(100%/2); }
  @media (min-width: 769px) {
    .pgallery__item {
      width: calc(100%/3); } }

.pgallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px; }

.pgallery__item {
  padding: 8px;
  position: relative; }

.pgallery__img {
  width: 100%; }

.pgallery__link {
  position: relative;
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
  .pgallery__link::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "拡大";
    background: rgba(255, 255, 255, 0.7) url(/img-com/icon-zoom.svg) no-repeat left 4px center;
    background-size: 16px;
    padding: .3em .6em .3em 25px; }

.pflow__box1 {
  border: 1px solid #000;
  border-bottom-width: 2px;
  padding: 15px 20px;
  position: relative; }
  .pflow__box1:not(:last-child) {
    margin-bottom: 30px; }
    .pflow__box1:not(:last-child)::after {
      position: absolute;
      bottom: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      display: block;
      content: '';
      border-top: 20px solid #000;
      border-right: 10px solid transparent;
      border-bottom: 0;
      border-left: 10px solid transparent; }

.pflow__head1 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #000; }

@media (min-width: 769px) {
  .pflow__box2 {
    font-size: 14px; }
  .pflow__head2 {
    border-right: 1px solid #000;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px; }
  .pflow__body2 {
    padding-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; } }

@media (max-width: 768.98px) {
  .pflow__box2 {
    font-size: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .pflow__head2 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .pflow__body2 {
    padding-left: 20px;
    font-size: 12px; }
    .pflow__body2:not(:last-child) {
      margin-bottom: 1em; } }

.pflow__link {
  text-decoration: underline; }

.ppattern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #000; }
  .ppattern__cap {
    display: inline-block;
    margin-right: 15px;
    padding-right: 10px;
    border-right: 1px solid #000;
    font-size: 12px;
    line-height: 30px; }
  .ppattern__text {
    display: inline-block;
    font-size: 2em;
    line-height: 30px; }

.plist.plist_type_attention {
  font-size: 12px; }
  .plist.plist_type_attention > .plist__item {
    background: url(/img-com/icon-list-item-attention.svg) no-repeat left top 4px;
    background-size: 16px 14px;
    padding-left: 26px; }

.plist.plist_type_note {
  font-size: 12px; }
  .plist.plist_type_note > .plist__item {
    text-indent: -1em;
    padding-left: 1em; }
    .plist.plist_type_note > .plist__item::before {
      content: "※"; }

.plist.plist_type_disc > .plist__item {
  list-style: disc;
  margin-left: 20px; }

.plist.plist_type_order > .plist__item {
  list-style: decimal;
  margin-left: 20px; }

.plist.plist_type_order2 {
  counter-reset: list-count; }
  .plist.plist_type_order2 > .plist__item {
    counter-increment: list-count;
    list-style: none;
    text-indent: -1.7em;
    padding-left: 1.7em; }
    .plist.plist_type_order2 > .plist__item::before {
      content: "（" counter(list-count) "）"; }
    .plist.plist_type_order2 > .plist__item > * {
      text-indent: 0; }
      .plist.plist_type_order2 > .plist__item > *:first-child {
        margin-top: -1.7em; }

.plist.plist_type_alpha_lower > .plist__item {
  list-style: lower-alpha;
  margin-left: 20px; }

.plist.plist_type_alpha_upper > .plist__item {
  list-style: upper-alpha;
  margin-left: 20px; }

.plist.plist_type_box > .plist__item::before {
  content: '';
  display: inline-block;
  border: 1px solid #000;
  width: 21px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px; }

/** 241211_追加分 ********************************************************************************************/
.plist.plist_type_order_circle > .plist__item::before { margin-right: 10px; vertical-align: top; }
.plist.plist_type_order_circle > .plist__item:nth-child(1)::before  { content : "① "; }
.plist.plist_type_order_circle > .plist__item:nth-child(2)::before  { content : "② "; }
.plist.plist_type_order_circle > .plist__item:nth-child(3)::before  { content : "③ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(4)::before  { content : "④ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(5)::before  { content : "⑤ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(6)::before  { content : "⑥ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(7)::before  { content : "⑦ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(8)::before  { content : "⑧ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(9)::before  { content : "⑨ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(10)::before { content : "⑩ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(11)::before { content : "⑪ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(12)::before { content : "⑫ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(13)::before { content : "⑬ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(14)::before { content : "⑭ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(15)::before { content : "⑮ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(16)::before { content : "⑯ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(17)::before { content : "⑰ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(18)::before { content : "⑱ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(19)::before { content : "⑲ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(20)::before { content : "⑳ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(21)::before { content : "㉑ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(22)::before { content : "㉒ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(23)::before { content : "㉓ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(24)::before { content : "㉔ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(25)::before { content : "㉕ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(26)::before { content : "㉖ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(27)::before { content : "㉗ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(28)::before { content : "㉘ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(29)::before { content : "㉙ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(30)::before { content : "㉚ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(31)::before { content : "㉛ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(32)::before { content : "㉜ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(33)::before { content : "㉝ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(34)::before { content : "㉞ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(35)::before { content : "㉟ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(36)::before { content : "㊱ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(37)::before { content : "㊲ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(38)::before { content : "㊳ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(39)::before { content : "㊴ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(40)::before { content : "㊵ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(41)::before { content : "㊶ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(42)::before { content : "㊷ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(43)::before { content : "㊸ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(44)::before { content : "㊹ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(45)::before { content : "㊺ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(46)::before { content : "㊻ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(47)::before { content : "㊼ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(48)::before { content : "㊽ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(49)::before { content : "㊾ "; }
.plist.plist_type_order_circle > .plist__item:nth-child(50)::before { content : "㊿ "; }
/** 241211_追加分ここまで ********************************************************************************************/

.plinks__item:not(:last-child) {
  margin-bottom: 10px; }

.plink.plink_type_underline {
  text-decoration: underline; }

.plink.plink_type_pdf::after {
  display: inline-block;
  content: "";
  background: url(/img-com/icon-link-pdf.png) no-repeat left center;
  width: 16px;
  height: 16px; }

.plink.plink_type_auto[href$='.pdf']::after {
  display: inline-block;
  content: "";
  background: url(/img-com/icon-link-pdf.png) no-repeat left center;
  width: 16px;
  height: 16px; }

.plink.plink_type_noicon[href$='.pdf']::after {
  display: none; }

.plink.plink_type_noicon[target='_blank']::after {
  display: none; }

.plink .plink__size::before {
  display: inline-block;
  content: "";
  background: url(/img-com/icon-link-pdf.png) no-repeat center center;
  width: 16px;
  height: 16px; }

.plinks_photography {
  border-color: #373c91 !important;
  border-left-color: #373c91 !important;
  text-align: center !important;
  display: block !important;
  padding: 10px 0 !important; }
  .plinks_photography span {
    color: #373c91;
    font-size: 1.4rem; }

.plinks_cinema {
  border-color: #d71e36 !important;
  border-left-color: #d71e36 !important;
  text-align: center !important;
  display: block !important;
  padding: 10px 0 !important; }
  .plinks_cinema span {
    color: #d71e36;
    font-size: 1.4rem; }

.plinks_finearts {
  border-color: #deac14 !important;
  border-left-color: #deac14 !important;
  text-align: center !important;
  display: block !important;
  padding: 10px 0 !important; }
  .plinks_finearts span {
    color: #deac14;
    font-size: 1.4rem; }

.plinks_music {
  border-color: #48995b !important;
  border-left-color: #48995b !important;
  text-align: center !important;
  display: block !important;
  padding: 10px 0 !important; }
  .plinks_music span {
    color: #48995b;
    font-size: 1.4rem; }

.plinks_literature {
  border-color: #708996 !important;
  border-left-color: #708996 !important;
  text-align: center !important;
  display: block !important;
  padding: 10px 0 !important; }
  .plinks_literature span {
    color: #708996;
    font-size: 1.4rem; }

.plinks_theatre {
  border-color: #d5808c !important;
  border-left-color: #d5808c !important;
  text-align: center !important;
  display: block !important;
  padding: 10px 0 !important; }
  .plinks_theatre span {
    color: #d5808c;
    font-size: 1.4rem; }

.plinks_broadcast {
  border-color: #e18b45 !important;
  border-left-color: #e18b45 !important;
  text-align: center !important;
  display: block !important;
  padding: 10px 0 !important; }
  .plinks_broadcast span {
    color: #e18b45;
    font-size: 1.4rem; }

.plinks_design {
  border-color: #0076a5 !important;
  border-left-color: #0076a5 !important;
  text-align: center !important;
  display: block !important;
  padding: 10px 0 !important; }
  .plinks_design span {
    color: #0076a5;
    font-size: 1.4rem; }

.clr_black {
  color: #000 !important; }
  .clr_black::after {
    border-top-color: #000 !important;
    border-right-color: #000 !important; }

.table.table.table_center {
  text-align: center; }

.table:not(.table_center) thead tr > th {
  text-align: left; }

.table.table-bordered thead th,
.table.table-bordered thead td {
  border-bottom-width: 1px; }

.table th,
.table td {
  font-weight: normal;
  vertical-align: middle; }

.ptable.ptable_breakall {
  word-break: break-all; }

.ptable.ptable_w600 {
  min-width: 600px; }

.ptable.ptable_w800 {
  min-width: 800px; }

.ptable.ptable_w1000 {
  min-width: 1000px; }

.ptable__col_w0 {
  width: 0%; }

.ptable__col_w0px {
  width: 0px; }

.ptable__col_w5 {
  width: 5%; }

.ptable__col_w10px {
  width: 10px; }

.ptable__col_w10 {
  width: 10%; }

.ptable__col_w20px {
  width: 20px; }

.ptable__col_w15 {
  width: 15%; }

.ptable__col_w30px {
  width: 30px; }

.ptable__col_w20 {
  width: 20%; }

.ptable__col_w40px {
  width: 40px; }

.ptable__col_w25 {
  width: 25%; }

.ptable__col_w50px {
  width: 50px; }

.ptable__col_w30 {
  width: 30%; }

.ptable__col_w60px {
  width: 60px; }

.ptable__col_w35 {
  width: 35%; }

.ptable__col_w70px {
  width: 70px; }

.ptable__col_w40 {
  width: 40%; }

.ptable__col_w80px {
  width: 80px; }

.ptable__col_w45 {
  width: 45%; }

.ptable__col_w90px {
  width: 90px; }

.ptable__col_w50 {
  width: 50%; }

.ptable__col_w100px {
  width: 100px; }

.ptable__col_w55 {
  width: 55%; }

.ptable__col_w110px {
  width: 110px; }

.ptable__col_w60 {
  width: 60%; }

.ptable__col_w120px {
  width: 120px; }

.ptable__col_w65 {
  width: 65%; }

.ptable__col_w130px {
  width: 130px; }

.ptable__col_w70 {
  width: 70%; }

.ptable__col_w140px {
  width: 140px; }

.ptable__col_w75 {
  width: 75%; }

.ptable__col_w150px {
  width: 150px; }

.ptable__col_w80 {
  width: 80%; }

.ptable__col_w160px {
  width: 160px; }

.ptable__col_w85 {
  width: 85%; }

.ptable__col_w170px {
  width: 170px; }

.ptable__col_w90 {
  width: 90%; }

.ptable__col_w180px {
  width: 180px; }

.ptable__col_w95 {
  width: 95%; }

.ptable__col_w190px {
  width: 190px; }

.ptable__col_w100 {
  width: 100%; }

.ptable__col_w200px {
  width: 200px; }

.ptable__data.ptable__data_align_left {
  text-align: left !important; }

.ptable__data.ptable__data_align_center {
  text-align: center !important; }

.ptable__data.ptable__data_align_right {
  text-align: right !important; }

.ptable__data.ptable__data_valign_top {
  vertical-align: top !important; }

.ptable__data.ptable__data_valign_bottom {
  vertical-align: bottom !important; }

.ptable__data.ptable__data_clr_gray1 {
  background: #f2f2f2 !important; }

.ptable__data.ptable__data_clr_gray2 {
  background: #e2e2e2 !important; }

.ptable__data.ptable__data_clr_blue {
  background: #D2E9FF !important; }

.ptable__data.ptable__data_clr_yellow {
  background: #FDFFD6 !important; }

.ptable__data.ptable__data_clr_green {
  background: #DDFFE0 !important; }

.ptable__data.ptable__data_clr_pink {
  background: #FFE3EB !important; }

.ptable__data.ptable__data_clr_purple {
  background: #dda0dd !important; }

.ptable__data.ptable__data_fw_bold {
  font-weight: bold; }

.title-head {
  margin-bottom: 50px; }
  @media (max-width: 768.98px) {
    .title-head {
      margin-bottom: 20px; } }
  .ie11 .ppagetop_top .title-head__img {
    position: absolute; }
  .title-head__img {
    width: auto;
    height: 50px; }
    @media (max-width: 768.98px) {
      .title-head__img {
        height: 40px; } }
  .title-head__cate {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative; }
    @media (max-width: 768.98px) {
      .title-head__cate {
        font-size: 16px; } }
    .title-head__cate::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      content: '';
      width: 2em;
      height: 1px;
      background: #000; }
      @media (max-width: 768.98px) {
        .title-head__cate::after {
          bottom: -5px; } }
  .title-head__text {
    display: block;
    font-size: 36px; }
    @media (max-width: 768.98px) {
      .title-head__text {
        font-size: 24px; } }
  .title-head.title-head_lv2 .title-head__img {
    height: 32px;
    background: #f00; }

.ppager {
  margin: 0 auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  .ppager__list {
    list-style: none;
    position: relative;
    float: left; }
  .ppager__page {
    margin: 0 3px;
    position: relative;
    float: left; }
    .ppager__page:nth-child(2) {
      margin-right: 50px; }
    .ppager__page:nth-last-child(2) {
      margin-left: 50px; }
    @media (max-width: 768.98px) {
      .ppager__page {
        margin: 0 2px; }
        .ppager__page:nth-child(2) {
          margin-right: 15px; }
        .ppager__page:nth-last-child(2) {
          margin-left: 15px; } }
  .ppager__link {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    font-size: 1.5rem; }
    .ppager__link.ppager__link_current {
      background: #efefef;
      pointer-events: none; }
    .ppager__link.ppager__link_space {
      background: #efefef;
      pointer-events: none; }
    @media (max-width: 768.98px) {
      .ppager__link {
        padding: 0.5rem 0.7rem;
        font-size: 1.2rem; } }
    .ppager__link:hover {
      background: #000;
      color: #fff; }

/* 不明分 */
.type_photography .gallery__list {
  display: -ms-grid !important;
  display: grid !important;
  grid-gap: 2px 2px !important; }

@media (min-width: 769px) {
  .type_photography .gallery__list {
    -ms-grid-rows: auto auto !important;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr !important;
    grid-template: auto auto/ 1fr 1fr 1fr 1fr 1fr !important; } }

@media (max-width: 768.98px) {
  .type_photography .gallery__list {
    -ms-grid-rows: auto auto auto auto auto !important;
    -ms-grid-columns: 1fr 1fr !important;
    grid-template: auto auto auto auto auto/ 1fr 1fr !important; } }

@media (min-width: 769px) {
  .type_photography .gallery__item:nth-child(1) {
    -ms-grid-row: 1 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 1/3 !important;
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 1/2 !important; }
  .type_photography .gallery__item:nth-child(2) {
    -ms-grid-row: 1 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 1/2 !important;
    -ms-grid-column: 2 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 2/3 !important; }
  .type_photography .gallery__item:nth-child(3) {
    -ms-grid-row: 1 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 1/2 !important;
    -ms-grid-column: 3 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 3/4 !important; }
  .type_photography .gallery__item:nth-child(4) {
    -ms-grid-row: 1 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 1/2 !important;
    -ms-grid-column: 4 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 4/5 !important; }
  .type_photography .gallery__item:nth-child(5) {
    -ms-grid-row: 1 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 1/2 !important;
    -ms-grid-column: 5 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 5/6 !important; }
  .type_photography .gallery__item:nth-child(6) {
    -ms-grid-row: 2 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 2/3 !important;
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 1/2 !important; }
  .type_photography .gallery__item:nth-child(7) {
    -ms-grid-row: 2 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 2/3 !important;
    -ms-grid-column: 2 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 2/3 !important; }
  .type_photography .gallery__item:nth-child(8) {
    -ms-grid-row: 2 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 2/3 !important;
    -ms-grid-column: 3 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 3/4 !important; }
  .type_photography .gallery__item:nth-child(9) {
    -ms-grid-row: 2 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 2/3 !important;
    -ms-grid-column: 4 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 4/5 !important; }
  .type_photography .gallery__item:nth-child(10) {
    -ms-grid-row: 2 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: 2/3 !important;
    -ms-grid-column: 5 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 5/6 !important; } }

@media (max-width: 768.98px) {
  .type_photography .gallery__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .type_photography .gallery__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .type_photography .gallery__item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .type_photography .gallery__item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .type_photography .gallery__item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .type_photography .gallery__item:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .type_photography .gallery__item:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .type_photography .gallery__item:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .type_photography .gallery__item:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .type_photography .gallery__item:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3; }
  .type_photography .gallery__item:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; } }

.type_photography .btns_order1 .btns__item.btns__item_head {
  border-bottom-color: #5954a2; }
  .type_photography .btns_order1 .btns__item.btns__item_head:nth-of-type(1) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%235954a2;' preserveAspectRatio='xMinYMid' viewBox='0 0 18.64 52.46'%3E%3Ctitle%3Eimg-keyword-no1%3C/title%3E%3Cpath d='M12,50.68c-.23,1.47-.54,1.78-2.16,1.78H9.17c-1.39,0-1.78-.24-1.78-1.08a3.32,3.32,0,0,1,.08-.7L13.25,6.55a5.65,5.65,0,0,0,.08-.93c0-1-.24-1.31-1.47-1.31h-.31l-9.86.47H1.31C.31,4.78,0,4.54,0,3.7c0-.23.08-.77.15-1.39C.39.69.69.62,2.31.54L16.87,0h.38c1.08,0,1.39.39,1.39.92s-.15,1.39-.23,1.93Z'/%3E%3C/svg%3E"); }
  .type_photography .btns_order1 .btns__item.btns__item_head:nth-of-type(2) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%235954a2;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.74 52.99'%3E%3Ctitle%3Eimg-keyword-no2%3C/title%3E%3Cpath d='M30.35,48.76c1.23,0,1.69.07,1.69.92a4.87,4.87,0,0,1-.07.77l-.08.54c-.23,1.62-.62,2-2.23,2H.92C.23,53,0,52.84,0,52.38A2.77,2.77,0,0,1,.92,50.3c20.34-18.18,29.89-28,29.89-37.36,0-4.47-2.7-8.55-11.17-8.55A23.22,23.22,0,0,0,8.86,7a2.34,2.34,0,0,1-1,.31c-.31,0-.47-.16-.47-.62,0-.23.08-.77.24-1.85.23-1.46.46-1.92,1.84-2.54A24.76,24.76,0,0,1,20.41,0c11.4,0,15.33,5.55,15.33,11.94,0,10.48-8,20-25.11,35.28-.54.54-.77.84-.77,1.08s.46.46,1.39.46Z'/%3E%3C/svg%3E"); }
  .type_photography .btns_order1 .btns__item.btns__item_head:nth-of-type(3) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%235954a2;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.51 53.46'%3E%3Ctitle%3Eimg-keyword-no3%3C/title%3E%3Cpath d='M34.51,36c0,6.7-4.16,17.49-20.88,17.49A25.68,25.68,0,0,1,1.46,50.3C.38,49.68,0,49.3,0,48.37a15.21,15.21,0,0,1,.23-1.85c.08-.61.23-.92.62-.92a2.69,2.69,0,0,1,1.23.46A22.91,22.91,0,0,0,13.4,49.22c13.4,0,16.49-8.4,16.49-13,0-5.54-4.24-9-13.48-9H12c-1.31,0-1.78-.15-1.78-1.08,0-.31.08-.85.16-1.46.23-1.62.54-1.7,2.16-1.7h3.69c11.56,0,14.48-6.7,14.48-11.24,0-4-2.69-7.4-11-7.4a23.09,23.09,0,0,0-9.48,2,2.84,2.84,0,0,1-1.15.38c-.31,0-.46-.15-.46-.69a13.68,13.68,0,0,1,.15-1.39,2.79,2.79,0,0,1,2.08-2.69A24,24,0,0,1,20.57,0c11.7,0,14.94,5.24,14.94,10.55,0,3.85-1.46,10.09-7.63,13.33-.69.31-1,.61-1,.85s.39.53,1.08.84A10.8,10.8,0,0,1,34.51,36Z'/%3E%3C/svg%3E"); }

.type_photography .btn.btn_type_arrow1 {
  color: #373c91; }
  .type_photography .btn.btn_type_arrow1::after {
    border-top-color: #373c91;
    border-right-color: #373c91; }

.type_photography .btn.btn_type_arrow1_btm::after {
  border-right-color: #373c91;
  border-bottom-color: #373c91; }

.type_photography .btn.btn_type_plus {
  color: #373c91; }

.type_photography .btn.btn_type_border1 {
  color: #5954a2;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(89, 84, 162, 0.2) 0, rgba(89, 84, 162, 0.2) 6px);
  border-color: #5954a2; }
  @media (min-width: 769px) {
    .type_photography .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-pc.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%235954a2;' preserveAspectRatio='xMinYMid' viewBox='0 0 78.21 23.43'%3E%3Ctitle%3Eimg-btn-facility-pc%3C/title%3E%3Cpath class='cls-1' d='M.78,18.41c-.65,0-.78-.13-.78-.78V1.46C0,.81.13.68.78.68H8.89c.65,0,.78.13.78.78V2.65c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78V7c0,.65.13.78.78.78H8.35c.65,0,.78.13.78.78V9.59c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78v6.48c0,.65-.13.78-.78.78Z'/%3E%3Cpath class='cls-1' d='M19.23,18.41c-.36,0-.47-.08-.47-.5,0-.2,0-.31-.13-.31a.59.59,0,0,0-.26.11,6.73,6.73,0,0,1-3.17.83c-2.24,0-3.95-1.09-3.95-3.41,0-2.91,3-4.21,6.65-4.68.45,0,.63-.15.63-.36a1.37,1.37,0,0,0-.11-.47c-.31-.86-1.06-1.07-2.26-1.07A8.68,8.68,0,0,0,13,9.13a1.32,1.32,0,0,1-.44.13c-.24,0-.26-.19-.26-.63v-1a.89.89,0,0,1,.73-1A10.15,10.15,0,0,1,16.53,6c3.14,0,4.86,1.14,4.86,4.78v6.87c0,.65-.13.78-.78.78ZM14.05,15c0,.94.94,1.15,1.85,1.15a4.89,4.89,0,0,0,2-.45c.6-.26.71-.41.71-1v-1.3c0-.49-.06-.67-.37-.67a2.38,2.38,0,0,0-.41.05C15.56,13.13,14.05,13.86,14.05,15Z'/%3E%3Cpath class='cls-1' d='M30,18.54c-4.14,0-5.8-2.94-5.8-5.8C24.23,9.1,26.47,6,30.83,6a7.81,7.81,0,0,1,1.59.13c.57.11.73.31.73.91v1.2c0,.49,0,.65-.36.65a3,3,0,0,1-.39-.05,5.38,5.38,0,0,0-1.2-.13,3.81,3.81,0,0,0-4,3.92A3.11,3.11,0,0,0,30.63,16a6.16,6.16,0,0,0,1.64-.21,1.65,1.65,0,0,1,.44-.08c.23,0,.28.16.28.62v.94c0,.62-.13.81-.72,1A8.16,8.16,0,0,1,30,18.54Z'/%3E%3Cpath class='cls-1' d='M35.84,2.89A1.81,1.81,0,0,1,37.71,1,1.63,1.63,0,0,1,39.46,2.6a1.86,1.86,0,0,1-1.9,2A1.65,1.65,0,0,1,35.84,2.89Zm3.23,14.74c0,.65-.13.78-.78.78H37c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.28c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M46.14,18.43c-2.58,0-3.56-1.11-3.56-4V.78c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78V14.17c0,1.22.13,1.82,1.4,1.82.4,0,.58,0,.73,0s.39.13.39.5v1.12c0,.65-.13.8-.78.83C46.68,18.43,46.48,18.43,46.14,18.43Z'/%3E%3Cpath class='cls-1' d='M50.08,2.89A1.81,1.81,0,0,1,52,1,1.62,1.62,0,0,1,53.69,2.6a1.85,1.85,0,0,1-1.89,2A1.65,1.65,0,0,1,50.08,2.89ZM53.3,17.63c0,.65-.13.78-.78.78H51.25c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M63.83,17.47c0,.63-.13.78-.75.89a10.07,10.07,0,0,1-1.49.13c-3,0-3.92-1.41-3.92-3.93V9.44c0-.65-.13-.78-.78-.78h-.47c-.65,0-.78-.13-.78-.78v-1c0-.65.13-.78.78-.78h.47c.65,0,.78-.13.78-.78V3.25c0-.65.13-.78.78-.78h1.17c.65,0,.78.13.78.78V5.36c0,.65.13.78.78.78h1.87c.65,0,.78.13.78.78v1c0,.65-.13.78-.78.78H61.18c-.65,0-.78.13-.78.78v4.7c0,1.33.44,1.85,1.82,1.85.6,0,.88-.08,1.09-.08.39,0,.52.18.52.73Z'/%3E%3Cpath class='cls-1' d='M77.61,6.14c.42,0,.6.05.6.28a1.27,1.27,0,0,1-.1.44L71.71,22.7c-.23.6-.39.73-1.07.73H69.11c-.42,0-.6-.06-.6-.29a1.48,1.48,0,0,1,.13-.44l1.59-3.77a1.94,1.94,0,0,0,.21-.76,2.11,2.11,0,0,0-.19-.7L66,6.86a1.27,1.27,0,0,1-.1-.44c0-.23.18-.28.6-.28h1.48c.68,0,.83.1,1.07.72L71.81,14c.11.26.21.41.29.41s.18-.15.29-.41l2.8-7.13c.24-.62.39-.72,1.07-.72Z'/%3E%3C/svg%3E"); } }
  @media (max-width: 768.98px) {
    .type_photography .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-sp.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%235954a2;' preserveAspectRatio='xMinYMid' viewBox='0 0 92.07 27.76'%3E%3Ctitle%3Eimg-btn-facility-sp%3C/title%3E%3Cpath class='cls-1' d='M.83,21.81c-.61,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L2.59,1.72C2.68,1,2.93.8,3.73.8h9c.62,0,.81.12.81.56a2.55,2.55,0,0,1,0,.46L13.34,3c-.12.8-.28,1-1.08,1H6.62c-.8,0-.92.09-1,.89L5.11,8.32a2.34,2.34,0,0,0,0,.37c0,.37.22.49.84.49H11c.61,0,.83.09.83.56a2.25,2.25,0,0,1,0,.36l-.19,1.27c-.12.8-.24.92-1,.92H5.51c-.8,0-1,.16-1,.93l-1,7.67c-.09.74-.22.92-1,.92Z'/%3E%3Cpath class='cls-1' d='M22.28,21.81c-.44,0-.56-.15-.56-.52,0-.19,0-.28-.12-.28a.72.72,0,0,0-.28.09,6.69,6.69,0,0,1-3.45.9c-3,0-5-2.19-5-5.61,0-7,5.82-9.27,10.51-9.27a13,13,0,0,1,2.4.21c.61.13.8.37.8.8a2.34,2.34,0,0,1,0,.37L24.9,20.89c-.1.8-.25.92-1,.92Zm-6-5.61a2.55,2.55,0,0,0,2.74,2.87,4.81,4.81,0,0,0,2.07-.49A1.27,1.27,0,0,0,22,17.34l.8-6a2.43,2.43,0,0,0,0-.34c0-.49-.15-.68-.65-.68a3,3,0,0,0-.43,0C19.53,10.66,16.33,12,16.33,16.2Z'/%3E%3Cpath class='cls-1' d='M39.38,7.3c.58.16.8.34.8.74a1.9,1.9,0,0,1,0,.31L39.93,10c-.06.46-.15.65-.43.65a1.78,1.78,0,0,1-.52-.1,4.28,4.28,0,0,0-1.27-.18,5.12,5.12,0,0,0-5.23,5.36c0,1.85.89,3.33,3.66,3.33a5.47,5.47,0,0,0,1.6-.22,1.59,1.59,0,0,1,.47-.09c.18,0,.27.09.27.34a2,2,0,0,1,0,.28l-.15,1.1c-.12.81-.31,1-1,1.24A7.6,7.6,0,0,1,35,22c-4.22,0-6-2.81-6-6,0-4.38,2.77-8.84,8.65-8.84A6.9,6.9,0,0,1,39.38,7.3Z'/%3E%3Cpath class='cls-1' d='M45.54,20.89c-.09.8-.25.92-1,.92H43c-.62,0-.84-.09-.84-.55a2.34,2.34,0,0,1,0-.37l1.7-12.66c.09-.81.25-1,1.05-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM44.09,3.42a2.15,2.15,0,0,1,2.25-2.25,1.9,1.9,0,0,1,2,1.91,2.19,2.19,0,0,1-2.21,2.37A2,2,0,0,1,44.09,3.42Z'/%3E%3Cpath class='cls-1' d='M55.65,21c-.09.59-.22.74-.8.8a7.78,7.78,0,0,1-.8,0c-2.81,0-4-1.23-4-3.79a10,10,0,0,1,.09-1.29L52.26.92c.12-.8.25-.92,1.05-.92h1.48c.61,0,.83.09.83.55a2.5,2.5,0,0,1,0,.37l-2.13,15.9a5.7,5.7,0,0,0-.06.68c0,1,.43,1.48,1.63,1.48.19,0,.37,0,.49,0s.37.09.37.27a1.6,1.6,0,0,1,0,.28Z'/%3E%3Cpath class='cls-1' d='M62.27,20.89c-.09.8-.24.92-1,.92H59.75c-.62,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L60.64,8.23c.09-.81.25-1,1-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM60.83,3.42a2.15,2.15,0,0,1,2.24-2.25,1.91,1.91,0,0,1,2,1.91,2.19,2.19,0,0,1-2.22,2.37A2,2,0,0,1,60.83,3.42Z'/%3E%3Cpath class='cls-1' d='M74.41,20.76c-.09.77-.21,1-1,1a10.47,10.47,0,0,1-1.36.09c-3.14,0-4.25-1.51-4.25-3.72A8.31,8.31,0,0,1,67.91,17l.77-5.79a2.5,2.5,0,0,0,0-.37c0-.46-.21-.55-.83-.55h-.43c-.62,0-.83-.09-.83-.49a2.5,2.5,0,0,1,0-.37l.18-1.24c.13-.83.25-.89,1-.89h.4c.8,0,1-.12,1-.89l.34-2.53c.09-.8.25-.92,1-.92H72.1c.62,0,.83.09.83.55a3,3,0,0,1,0,.37l-.34,2.53a2.5,2.5,0,0,0,0,.37c0,.43.22.52.84.52h1.94c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37L76,9.33c-.12.84-.24.93-1,.93H73c-.8,0-.95.18-1,1l-.74,5.52a5.81,5.81,0,0,0-.06.65c0,1.07.55,1.54,2,1.57a5.16,5.16,0,0,0,.68,0l.34,0c.33,0,.46.12.46.4a2.43,2.43,0,0,1,0,.34Z'/%3E%3Cpath class='cls-1' d='M91.39,7.27c.46,0,.68,0,.68.31a1.19,1.19,0,0,1-.19.55l-9.73,18.8c-.37.7-.56.83-1.36.83H78.91c-.46,0-.64-.09-.64-.31a1,1,0,0,1,.15-.49L81,22.24a1.92,1.92,0,0,0,.3-.95,3,3,0,0,0-.09-.65L78,8.16A1.48,1.48,0,0,1,78,7.73c0-.37.21-.46.77-.46h1.69c.8,0,1,.15,1.14.92l1.94,8.2c.06.28.13.43.28.43s.22-.06.34-.31L88.34,8.1c.34-.71.52-.83,1.33-.83Z'/%3E%3C/svg%3E"); } }
  @media (min-width: 769px) {
    .type_photography .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-pc.svg); } }
  @media (max-width: 768.98px) {
    .type_photography .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-sp.svg); } }

.type_photography .btn.btn_clr_white_fmain {
  color: #373c91;
  background: #fff; }
  .type_photography .btn.btn_clr_white_fmain::after {
    border-color: #373c91; }

.type_photography .btn.btn_clr_flight {
  color: #fff;
  background: #5954a2; }
  .type_photography .btn.btn_clr_flight::after {
    border-color: #fff; }

.type_photography .btn.btn_clr_white_flight {
  color: #5954a2;
  background: #fff;
  border-color: #5954a2; }
  .type_photography .btn.btn_clr_white_flight::after {
    border-color: #5954a2; }

@media (min-width: 769px) {
  .type_photography .tab_top .tab__item.tab__item_active .tab__link {
    background: #373c91; }
  .type_photography .tab_top .tab__item .tab__link {
    color: #373c91;
    border-color: #373c91; }
    .type_photography .tab_top .tab__item .tab__link::after {
      border-top-color: #373c91;
      border-right-color: #373c91; }
    .type_photography .tab_top .tab__item .tab__link .tab__text {
      border-bottom-color: #373c91; } }

.type_photography .course-intro-bg::before, .type_photography .course-intro-bg::after {
  border-color: #373c91; }

.type_photography .course {
  background: #373c91; }
  .type_photography .course__btn_rel_body {
    color: #373c91; }
    .type_photography .course__btn_rel_body_title_en::after {
      background: #373c91; }

@media (min-width: 769px) {
  .type_photography .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #231815), color-stop(40%, transparent), to(transparent)), url(/education/department/photography/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 10%, transparent 40%, transparent 100%), url(/education/department/photography/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

@media (max-width: 768.98px) {
  .type_photography .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #231815), color-stop(60%, transparent), to(transparent)), url(/education/department/photography/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 40%, transparent 60%, transparent 100%), url(/education/department/photography/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

.type_photography .career__list {
  padding: 10px;
  color: #5954a2; }

.type_photography .career__box {
  border-color: #5954a2; }

.type_photography .career__title {
  border-color: #5954a2; }

.type_photography .class__title {
  color: #373c91; }

.type_photography .class__link:hover {
  background: #373c91; }

.type_photography .class__more-link {
  color: #373c91;
  border-color: #373c91; }

.type_photography .activity__title {
  color: #373c91; }

.type_photography .activity__interview {
  border-color: #373c91; }
  .type_photography .activity__interview::before {
    border-bottom-color: #373c91; }

.type_photography .activity__qa-group {
  border-color: #373c91; }
  @media (min-width: 769px) {
    .type_photography .activity__qa-group:hover {
      background: #373c91; } }

@media (max-width: 768.98px) {
  .type_photography .activity__qa-box.activity__qa-box_type_q {
    color: #373c91; }
    .type_photography .activity__qa-box.activity__qa-box_type_q .activity__qa-body::after {
      border-color: #373c91; } }

.type_photography .activity__qa-box.activity__qa-box_type_a {
  background: #373c91; }

.type_photography .profile .staff-box__item .staff {
  padding: 1em;
  border-radius: 10px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 7px 0 rgba(89, 84, 162, 0.5);
          box-shadow: 0 0 7px 0 rgba(89, 84, 162, 0.5); }
  .type_photography .profile .staff-box__item .staff__item {
    line-height: 185%; }
    .type_photography .profile .staff-box__item .staff__item_name_jp {
      font-size: 150%;
      font-weight: lighter;
      padding: 0 0 0 13px;
      border-left: 2px solid #373c91; }
    .type_photography .profile .staff-box__item .staff__item_name_en {
      font-size: 90%;
      padding: 0 0 0 15px;
      border-left: 2px solid #373c91; }
    .type_photography .profile .staff-box__item .staff__item_kamoku_head {
      display: inline-block;
      padding: 0 0.5em;
      margin: 1em 0 0.5em 0;
      background: #666;
      font-size: 85%;
      color: white; }
    .type_photography .profile .staff-box__item .staff__item.links a {
      color: red;
      text-decoration: underline; }
      .type_photography .profile .staff-box__item .staff__item.links a::after {
        content: none; }
  .type_photography .profile .staff-box__item .staff__job {
    font-size: 70%;
    background: #FFF;
    border: 1px #666 solid;
    padding: 0 0.5em;
    margin: 0 0 0 1em; }

.type_cinema .btns_order1 .btns__item.btns__item_head {
  border-bottom-color: #d71e36; }
  .type_cinema .btns_order1 .btns__item.btns__item_head:nth-of-type(1) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d71e36;' preserveAspectRatio='xMinYMid' viewBox='0 0 18.64 52.46'%3E%3Ctitle%3Eimg-keyword-no1%3C/title%3E%3Cpath d='M12,50.68c-.23,1.47-.54,1.78-2.16,1.78H9.17c-1.39,0-1.78-.24-1.78-1.08a3.32,3.32,0,0,1,.08-.7L13.25,6.55a5.65,5.65,0,0,0,.08-.93c0-1-.24-1.31-1.47-1.31h-.31l-9.86.47H1.31C.31,4.78,0,4.54,0,3.7c0-.23.08-.77.15-1.39C.39.69.69.62,2.31.54L16.87,0h.38c1.08,0,1.39.39,1.39.92s-.15,1.39-.23,1.93Z'/%3E%3C/svg%3E"); }
  .type_cinema .btns_order1 .btns__item.btns__item_head:nth-of-type(2) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d71e36;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.74 52.99'%3E%3Ctitle%3Eimg-keyword-no2%3C/title%3E%3Cpath d='M30.35,48.76c1.23,0,1.69.07,1.69.92a4.87,4.87,0,0,1-.07.77l-.08.54c-.23,1.62-.62,2-2.23,2H.92C.23,53,0,52.84,0,52.38A2.77,2.77,0,0,1,.92,50.3c20.34-18.18,29.89-28,29.89-37.36,0-4.47-2.7-8.55-11.17-8.55A23.22,23.22,0,0,0,8.86,7a2.34,2.34,0,0,1-1,.31c-.31,0-.47-.16-.47-.62,0-.23.08-.77.24-1.85.23-1.46.46-1.92,1.84-2.54A24.76,24.76,0,0,1,20.41,0c11.4,0,15.33,5.55,15.33,11.94,0,10.48-8,20-25.11,35.28-.54.54-.77.84-.77,1.08s.46.46,1.39.46Z'/%3E%3C/svg%3E"); }
  .type_cinema .btns_order1 .btns__item.btns__item_head:nth-of-type(3) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d71e36;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.51 53.46'%3E%3Ctitle%3Eimg-keyword-no3%3C/title%3E%3Cpath d='M34.51,36c0,6.7-4.16,17.49-20.88,17.49A25.68,25.68,0,0,1,1.46,50.3C.38,49.68,0,49.3,0,48.37a15.21,15.21,0,0,1,.23-1.85c.08-.61.23-.92.62-.92a2.69,2.69,0,0,1,1.23.46A22.91,22.91,0,0,0,13.4,49.22c13.4,0,16.49-8.4,16.49-13,0-5.54-4.24-9-13.48-9H12c-1.31,0-1.78-.15-1.78-1.08,0-.31.08-.85.16-1.46.23-1.62.54-1.7,2.16-1.7h3.69c11.56,0,14.48-6.7,14.48-11.24,0-4-2.69-7.4-11-7.4a23.09,23.09,0,0,0-9.48,2,2.84,2.84,0,0,1-1.15.38c-.31,0-.46-.15-.46-.69a13.68,13.68,0,0,1,.15-1.39,2.79,2.79,0,0,1,2.08-2.69A24,24,0,0,1,20.57,0c11.7,0,14.94,5.24,14.94,10.55,0,3.85-1.46,10.09-7.63,13.33-.69.31-1,.61-1,.85s.39.53,1.08.84A10.8,10.8,0,0,1,34.51,36Z'/%3E%3C/svg%3E"); }

.type_cinema .btn.btn_type_arrow1 {
  color: #d71e36; }
  .type_cinema .btn.btn_type_arrow1::after {
    border-top-color: #d71e36;
    border-right-color: #d71e36; }

.type_cinema .btn.btn_type_arrow1_btm::after {
  border-right-color: #d71e36;
  border-bottom-color: #d71e36; }

.type_cinema .btn.btn_type_plus {
  color: #d71e36; }

.type_cinema .btn.btn_type_border1 {
  color: #d71e36;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(215, 30, 54, 0.2) 0, rgba(215, 30, 54, 0.2) 6px);
  border-color: #d71e36; }
  @media (min-width: 769px) {
    .type_cinema .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-pc.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d71e36;' preserveAspectRatio='xMinYMid' viewBox='0 0 78.21 23.43'%3E%3Ctitle%3Eimg-btn-facility-pc%3C/title%3E%3Cpath class='cls-1' d='M.78,18.41c-.65,0-.78-.13-.78-.78V1.46C0,.81.13.68.78.68H8.89c.65,0,.78.13.78.78V2.65c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78V7c0,.65.13.78.78.78H8.35c.65,0,.78.13.78.78V9.59c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78v6.48c0,.65-.13.78-.78.78Z'/%3E%3Cpath class='cls-1' d='M19.23,18.41c-.36,0-.47-.08-.47-.5,0-.2,0-.31-.13-.31a.59.59,0,0,0-.26.11,6.73,6.73,0,0,1-3.17.83c-2.24,0-3.95-1.09-3.95-3.41,0-2.91,3-4.21,6.65-4.68.45,0,.63-.15.63-.36a1.37,1.37,0,0,0-.11-.47c-.31-.86-1.06-1.07-2.26-1.07A8.68,8.68,0,0,0,13,9.13a1.32,1.32,0,0,1-.44.13c-.24,0-.26-.19-.26-.63v-1a.89.89,0,0,1,.73-1A10.15,10.15,0,0,1,16.53,6c3.14,0,4.86,1.14,4.86,4.78v6.87c0,.65-.13.78-.78.78ZM14.05,15c0,.94.94,1.15,1.85,1.15a4.89,4.89,0,0,0,2-.45c.6-.26.71-.41.71-1v-1.3c0-.49-.06-.67-.37-.67a2.38,2.38,0,0,0-.41.05C15.56,13.13,14.05,13.86,14.05,15Z'/%3E%3Cpath class='cls-1' d='M30,18.54c-4.14,0-5.8-2.94-5.8-5.8C24.23,9.1,26.47,6,30.83,6a7.81,7.81,0,0,1,1.59.13c.57.11.73.31.73.91v1.2c0,.49,0,.65-.36.65a3,3,0,0,1-.39-.05,5.38,5.38,0,0,0-1.2-.13,3.81,3.81,0,0,0-4,3.92A3.11,3.11,0,0,0,30.63,16a6.16,6.16,0,0,0,1.64-.21,1.65,1.65,0,0,1,.44-.08c.23,0,.28.16.28.62v.94c0,.62-.13.81-.72,1A8.16,8.16,0,0,1,30,18.54Z'/%3E%3Cpath class='cls-1' d='M35.84,2.89A1.81,1.81,0,0,1,37.71,1,1.63,1.63,0,0,1,39.46,2.6a1.86,1.86,0,0,1-1.9,2A1.65,1.65,0,0,1,35.84,2.89Zm3.23,14.74c0,.65-.13.78-.78.78H37c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.28c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M46.14,18.43c-2.58,0-3.56-1.11-3.56-4V.78c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78V14.17c0,1.22.13,1.82,1.4,1.82.4,0,.58,0,.73,0s.39.13.39.5v1.12c0,.65-.13.8-.78.83C46.68,18.43,46.48,18.43,46.14,18.43Z'/%3E%3Cpath class='cls-1' d='M50.08,2.89A1.81,1.81,0,0,1,52,1,1.62,1.62,0,0,1,53.69,2.6a1.85,1.85,0,0,1-1.89,2A1.65,1.65,0,0,1,50.08,2.89ZM53.3,17.63c0,.65-.13.78-.78.78H51.25c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M63.83,17.47c0,.63-.13.78-.75.89a10.07,10.07,0,0,1-1.49.13c-3,0-3.92-1.41-3.92-3.93V9.44c0-.65-.13-.78-.78-.78h-.47c-.65,0-.78-.13-.78-.78v-1c0-.65.13-.78.78-.78h.47c.65,0,.78-.13.78-.78V3.25c0-.65.13-.78.78-.78h1.17c.65,0,.78.13.78.78V5.36c0,.65.13.78.78.78h1.87c.65,0,.78.13.78.78v1c0,.65-.13.78-.78.78H61.18c-.65,0-.78.13-.78.78v4.7c0,1.33.44,1.85,1.82,1.85.6,0,.88-.08,1.09-.08.39,0,.52.18.52.73Z'/%3E%3Cpath class='cls-1' d='M77.61,6.14c.42,0,.6.05.6.28a1.27,1.27,0,0,1-.1.44L71.71,22.7c-.23.6-.39.73-1.07.73H69.11c-.42,0-.6-.06-.6-.29a1.48,1.48,0,0,1,.13-.44l1.59-3.77a1.94,1.94,0,0,0,.21-.76,2.11,2.11,0,0,0-.19-.7L66,6.86a1.27,1.27,0,0,1-.1-.44c0-.23.18-.28.6-.28h1.48c.68,0,.83.1,1.07.72L71.81,14c.11.26.21.41.29.41s.18-.15.29-.41l2.8-7.13c.24-.62.39-.72,1.07-.72Z'/%3E%3C/svg%3E"); } }
  @media (max-width: 768.98px) {
    .type_cinema .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-sp.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d71e36;' preserveAspectRatio='xMinYMid' viewBox='0 0 92.07 27.76'%3E%3Ctitle%3Eimg-btn-facility-sp%3C/title%3E%3Cpath class='cls-1' d='M.83,21.81c-.61,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L2.59,1.72C2.68,1,2.93.8,3.73.8h9c.62,0,.81.12.81.56a2.55,2.55,0,0,1,0,.46L13.34,3c-.12.8-.28,1-1.08,1H6.62c-.8,0-.92.09-1,.89L5.11,8.32a2.34,2.34,0,0,0,0,.37c0,.37.22.49.84.49H11c.61,0,.83.09.83.56a2.25,2.25,0,0,1,0,.36l-.19,1.27c-.12.8-.24.92-1,.92H5.51c-.8,0-1,.16-1,.93l-1,7.67c-.09.74-.22.92-1,.92Z'/%3E%3Cpath class='cls-1' d='M22.28,21.81c-.44,0-.56-.15-.56-.52,0-.19,0-.28-.12-.28a.72.72,0,0,0-.28.09,6.69,6.69,0,0,1-3.45.9c-3,0-5-2.19-5-5.61,0-7,5.82-9.27,10.51-9.27a13,13,0,0,1,2.4.21c.61.13.8.37.8.8a2.34,2.34,0,0,1,0,.37L24.9,20.89c-.1.8-.25.92-1,.92Zm-6-5.61a2.55,2.55,0,0,0,2.74,2.87,4.81,4.81,0,0,0,2.07-.49A1.27,1.27,0,0,0,22,17.34l.8-6a2.43,2.43,0,0,0,0-.34c0-.49-.15-.68-.65-.68a3,3,0,0,0-.43,0C19.53,10.66,16.33,12,16.33,16.2Z'/%3E%3Cpath class='cls-1' d='M39.38,7.3c.58.16.8.34.8.74a1.9,1.9,0,0,1,0,.31L39.93,10c-.06.46-.15.65-.43.65a1.78,1.78,0,0,1-.52-.1,4.28,4.28,0,0,0-1.27-.18,5.12,5.12,0,0,0-5.23,5.36c0,1.85.89,3.33,3.66,3.33a5.47,5.47,0,0,0,1.6-.22,1.59,1.59,0,0,1,.47-.09c.18,0,.27.09.27.34a2,2,0,0,1,0,.28l-.15,1.1c-.12.81-.31,1-1,1.24A7.6,7.6,0,0,1,35,22c-4.22,0-6-2.81-6-6,0-4.38,2.77-8.84,8.65-8.84A6.9,6.9,0,0,1,39.38,7.3Z'/%3E%3Cpath class='cls-1' d='M45.54,20.89c-.09.8-.25.92-1,.92H43c-.62,0-.84-.09-.84-.55a2.34,2.34,0,0,1,0-.37l1.7-12.66c.09-.81.25-1,1.05-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM44.09,3.42a2.15,2.15,0,0,1,2.25-2.25,1.9,1.9,0,0,1,2,1.91,2.19,2.19,0,0,1-2.21,2.37A2,2,0,0,1,44.09,3.42Z'/%3E%3Cpath class='cls-1' d='M55.65,21c-.09.59-.22.74-.8.8a7.78,7.78,0,0,1-.8,0c-2.81,0-4-1.23-4-3.79a10,10,0,0,1,.09-1.29L52.26.92c.12-.8.25-.92,1.05-.92h1.48c.61,0,.83.09.83.55a2.5,2.5,0,0,1,0,.37l-2.13,15.9a5.7,5.7,0,0,0-.06.68c0,1,.43,1.48,1.63,1.48.19,0,.37,0,.49,0s.37.09.37.27a1.6,1.6,0,0,1,0,.28Z'/%3E%3Cpath class='cls-1' d='M62.27,20.89c-.09.8-.24.92-1,.92H59.75c-.62,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L60.64,8.23c.09-.81.25-1,1-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM60.83,3.42a2.15,2.15,0,0,1,2.24-2.25,1.91,1.91,0,0,1,2,1.91,2.19,2.19,0,0,1-2.22,2.37A2,2,0,0,1,60.83,3.42Z'/%3E%3Cpath class='cls-1' d='M74.41,20.76c-.09.77-.21,1-1,1a10.47,10.47,0,0,1-1.36.09c-3.14,0-4.25-1.51-4.25-3.72A8.31,8.31,0,0,1,67.91,17l.77-5.79a2.5,2.5,0,0,0,0-.37c0-.46-.21-.55-.83-.55h-.43c-.62,0-.83-.09-.83-.49a2.5,2.5,0,0,1,0-.37l.18-1.24c.13-.83.25-.89,1-.89h.4c.8,0,1-.12,1-.89l.34-2.53c.09-.8.25-.92,1-.92H72.1c.62,0,.83.09.83.55a3,3,0,0,1,0,.37l-.34,2.53a2.5,2.5,0,0,0,0,.37c0,.43.22.52.84.52h1.94c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37L76,9.33c-.12.84-.24.93-1,.93H73c-.8,0-.95.18-1,1l-.74,5.52a5.81,5.81,0,0,0-.06.65c0,1.07.55,1.54,2,1.57a5.16,5.16,0,0,0,.68,0l.34,0c.33,0,.46.12.46.4a2.43,2.43,0,0,1,0,.34Z'/%3E%3Cpath class='cls-1' d='M91.39,7.27c.46,0,.68,0,.68.31a1.19,1.19,0,0,1-.19.55l-9.73,18.8c-.37.7-.56.83-1.36.83H78.91c-.46,0-.64-.09-.64-.31a1,1,0,0,1,.15-.49L81,22.24a1.92,1.92,0,0,0,.3-.95,3,3,0,0,0-.09-.65L78,8.16A1.48,1.48,0,0,1,78,7.73c0-.37.21-.46.77-.46h1.69c.8,0,1,.15,1.14.92l1.94,8.2c.06.28.13.43.28.43s.22-.06.34-.31L88.34,8.1c.34-.71.52-.83,1.33-.83Z'/%3E%3C/svg%3E"); } }
  @media (min-width: 769px) {
    .type_cinema .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-pc.svg); } }
  @media (max-width: 768.98px) {
    .type_cinema .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-sp.svg); } }

.type_cinema .btn.btn_clr_white_fmain {
  color: #d71e36;
  background: #fff; }
  .type_cinema .btn.btn_clr_white_fmain::after {
    border-color: #d71e36; }

.type_cinema .btn.btn_clr_flight {
  color: #fff;
  background: #d71e36; }
  .type_cinema .btn.btn_clr_flight::after {
    border-color: #fff; }

.type_cinema .btn.btn_clr_white_flight {
  color: #d71e36;
  background: #fff;
  border-color: #d71e36; }
  .type_cinema .btn.btn_clr_white_flight::after {
    border-color: #d71e36; }

@media (min-width: 769px) {
  .type_cinema .tab_top .tab__item.tab__item_active .tab__link {
    background: #d71e36; }
  .type_cinema .tab_top .tab__item .tab__link {
    color: #d71e36;
    border-color: #d71e36; }
    .type_cinema .tab_top .tab__item .tab__link::after {
      border-top-color: #d71e36;
      border-right-color: #d71e36; }
    .type_cinema .tab_top .tab__item .tab__link .tab__text {
      border-bottom-color: #d71e36; } }

.type_cinema .course-intro-bg::before, .type_cinema .course-intro-bg::after {
  border-color: #d71e36; }

.type_cinema .course {
  background: #d71e36; }
  .type_cinema .course__btn_rel_body {
    color: #d71e36; }
    .type_cinema .course__btn_rel_body_title_en::after {
      background: #d71e36; }

@media (min-width: 769px) {
  .type_cinema .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #231815), color-stop(40%, transparent), to(transparent)), url(/education/department/cinema/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 10%, transparent 40%, transparent 100%), url(/education/department/cinema/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

@media (max-width: 768.98px) {
  .type_cinema .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #231815), color-stop(60%, transparent), to(transparent)), url(/education/department/cinema/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 40%, transparent 60%, transparent 100%), url(/education/department/cinema/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

.type_cinema .career__list {
  padding: 10px;
  color: #d71e36; }

.type_cinema .career__box {
  border-color: #d71e36; }

.type_cinema .career__title {
  border-color: #d71e36; }

.type_cinema .class__title {
  color: #d71e36; }

.type_cinema .class__link:hover {
  background: #d71e36; }

.type_cinema .class__more-link {
  color: #d71e36;
  border-color: #d71e36; }

.type_cinema .activity__title {
  color: #d71e36; }

.type_cinema .activity__interview {
  border-color: #d71e36; }
  .type_cinema .activity__interview::before {
    border-bottom-color: #d71e36; }

.type_cinema .activity__qa-group {
  border-color: #d71e36; }
  @media (min-width: 769px) {
    .type_cinema .activity__qa-group:hover {
      background: #d71e36; } }

@media (max-width: 768.98px) {
  .type_cinema .activity__qa-box.activity__qa-box_type_q {
    color: #d71e36; }
    .type_cinema .activity__qa-box.activity__qa-box_type_q .activity__qa-body::after {
      border-color: #d71e36; } }

.type_cinema .activity__qa-box.activity__qa-box_type_a {
  background: #d71e36; }

.type_cinema .profile .staff-box__item .staff {
  padding: 1em;
  border-radius: 10px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 7px 0 rgba(215, 30, 54, 0.5);
          box-shadow: 0 0 7px 0 rgba(215, 30, 54, 0.5); }
  .type_cinema .profile .staff-box__item .staff__item {
    line-height: 185%; }
    .type_cinema .profile .staff-box__item .staff__item_name_jp {
      font-size: 150%;
      font-weight: lighter;
      padding: 0 0 0 13px;
      border-left: 2px solid #d71e36; }
    .type_cinema .profile .staff-box__item .staff__item_name_en {
      font-size: 90%;
      padding: 0 0 0 15px;
      border-left: 2px solid #d71e36; }
    .type_cinema .profile .staff-box__item .staff__item_kamoku_head {
      display: inline-block;
      padding: 0 0.5em;
      margin: 1em 0 0.5em 0;
      background: #666;
      font-size: 85%;
      color: white; }
    .type_cinema .profile .staff-box__item .staff__item.links a {
      color: red;
      text-decoration: underline; }
      .type_cinema .profile .staff-box__item .staff__item.links a::after {
        content: none; }
  .type_cinema .profile .staff-box__item .staff__job {
    font-size: 70%;
    background: #FFF;
    border: 1px #666 solid;
    padding: 0 0.5em;
    margin: 0 0 0 1em; }

.type_finearts .btns_order1 .btns__item.btns__item_head {
  border-bottom-color: #deac14; }
  .type_finearts .btns_order1 .btns__item.btns__item_head:nth-of-type(1) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23deac14;' preserveAspectRatio='xMinYMid' viewBox='0 0 18.64 52.46'%3E%3Ctitle%3Eimg-keyword-no1%3C/title%3E%3Cpath d='M12,50.68c-.23,1.47-.54,1.78-2.16,1.78H9.17c-1.39,0-1.78-.24-1.78-1.08a3.32,3.32,0,0,1,.08-.7L13.25,6.55a5.65,5.65,0,0,0,.08-.93c0-1-.24-1.31-1.47-1.31h-.31l-9.86.47H1.31C.31,4.78,0,4.54,0,3.7c0-.23.08-.77.15-1.39C.39.69.69.62,2.31.54L16.87,0h.38c1.08,0,1.39.39,1.39.92s-.15,1.39-.23,1.93Z'/%3E%3C/svg%3E"); }
  .type_finearts .btns_order1 .btns__item.btns__item_head:nth-of-type(2) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23deac14;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.74 52.99'%3E%3Ctitle%3Eimg-keyword-no2%3C/title%3E%3Cpath d='M30.35,48.76c1.23,0,1.69.07,1.69.92a4.87,4.87,0,0,1-.07.77l-.08.54c-.23,1.62-.62,2-2.23,2H.92C.23,53,0,52.84,0,52.38A2.77,2.77,0,0,1,.92,50.3c20.34-18.18,29.89-28,29.89-37.36,0-4.47-2.7-8.55-11.17-8.55A23.22,23.22,0,0,0,8.86,7a2.34,2.34,0,0,1-1,.31c-.31,0-.47-.16-.47-.62,0-.23.08-.77.24-1.85.23-1.46.46-1.92,1.84-2.54A24.76,24.76,0,0,1,20.41,0c11.4,0,15.33,5.55,15.33,11.94,0,10.48-8,20-25.11,35.28-.54.54-.77.84-.77,1.08s.46.46,1.39.46Z'/%3E%3C/svg%3E"); }
  .type_finearts .btns_order1 .btns__item.btns__item_head:nth-of-type(3) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23deac14;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.51 53.46'%3E%3Ctitle%3Eimg-keyword-no3%3C/title%3E%3Cpath d='M34.51,36c0,6.7-4.16,17.49-20.88,17.49A25.68,25.68,0,0,1,1.46,50.3C.38,49.68,0,49.3,0,48.37a15.21,15.21,0,0,1,.23-1.85c.08-.61.23-.92.62-.92a2.69,2.69,0,0,1,1.23.46A22.91,22.91,0,0,0,13.4,49.22c13.4,0,16.49-8.4,16.49-13,0-5.54-4.24-9-13.48-9H12c-1.31,0-1.78-.15-1.78-1.08,0-.31.08-.85.16-1.46.23-1.62.54-1.7,2.16-1.7h3.69c11.56,0,14.48-6.7,14.48-11.24,0-4-2.69-7.4-11-7.4a23.09,23.09,0,0,0-9.48,2,2.84,2.84,0,0,1-1.15.38c-.31,0-.46-.15-.46-.69a13.68,13.68,0,0,1,.15-1.39,2.79,2.79,0,0,1,2.08-2.69A24,24,0,0,1,20.57,0c11.7,0,14.94,5.24,14.94,10.55,0,3.85-1.46,10.09-7.63,13.33-.69.31-1,.61-1,.85s.39.53,1.08.84A10.8,10.8,0,0,1,34.51,36Z'/%3E%3C/svg%3E"); }

.type_finearts .btn.btn_type_arrow1 {
  color: #deac14; }
  .type_finearts .btn.btn_type_arrow1::after {
    border-top-color: #deac14;
    border-right-color: #deac14; }

.type_finearts .btn.btn_type_arrow1_btm::after {
  border-right-color: #deac14;
  border-bottom-color: #deac14; }

.type_finearts .btn.btn_type_plus {
  color: #deac14; }

.type_finearts .btn.btn_type_border1 {
  color: #deac14;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(222, 172, 20, 0.2) 0, rgba(222, 172, 20, 0.2) 6px);
  border-color: #deac14; }
  @media (min-width: 769px) {
    .type_finearts .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-pc.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23deac14;' preserveAspectRatio='xMinYMid' viewBox='0 0 78.21 23.43'%3E%3Ctitle%3Eimg-btn-facility-pc%3C/title%3E%3Cpath class='cls-1' d='M.78,18.41c-.65,0-.78-.13-.78-.78V1.46C0,.81.13.68.78.68H8.89c.65,0,.78.13.78.78V2.65c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78V7c0,.65.13.78.78.78H8.35c.65,0,.78.13.78.78V9.59c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78v6.48c0,.65-.13.78-.78.78Z'/%3E%3Cpath class='cls-1' d='M19.23,18.41c-.36,0-.47-.08-.47-.5,0-.2,0-.31-.13-.31a.59.59,0,0,0-.26.11,6.73,6.73,0,0,1-3.17.83c-2.24,0-3.95-1.09-3.95-3.41,0-2.91,3-4.21,6.65-4.68.45,0,.63-.15.63-.36a1.37,1.37,0,0,0-.11-.47c-.31-.86-1.06-1.07-2.26-1.07A8.68,8.68,0,0,0,13,9.13a1.32,1.32,0,0,1-.44.13c-.24,0-.26-.19-.26-.63v-1a.89.89,0,0,1,.73-1A10.15,10.15,0,0,1,16.53,6c3.14,0,4.86,1.14,4.86,4.78v6.87c0,.65-.13.78-.78.78ZM14.05,15c0,.94.94,1.15,1.85,1.15a4.89,4.89,0,0,0,2-.45c.6-.26.71-.41.71-1v-1.3c0-.49-.06-.67-.37-.67a2.38,2.38,0,0,0-.41.05C15.56,13.13,14.05,13.86,14.05,15Z'/%3E%3Cpath class='cls-1' d='M30,18.54c-4.14,0-5.8-2.94-5.8-5.8C24.23,9.1,26.47,6,30.83,6a7.81,7.81,0,0,1,1.59.13c.57.11.73.31.73.91v1.2c0,.49,0,.65-.36.65a3,3,0,0,1-.39-.05,5.38,5.38,0,0,0-1.2-.13,3.81,3.81,0,0,0-4,3.92A3.11,3.11,0,0,0,30.63,16a6.16,6.16,0,0,0,1.64-.21,1.65,1.65,0,0,1,.44-.08c.23,0,.28.16.28.62v.94c0,.62-.13.81-.72,1A8.16,8.16,0,0,1,30,18.54Z'/%3E%3Cpath class='cls-1' d='M35.84,2.89A1.81,1.81,0,0,1,37.71,1,1.63,1.63,0,0,1,39.46,2.6a1.86,1.86,0,0,1-1.9,2A1.65,1.65,0,0,1,35.84,2.89Zm3.23,14.74c0,.65-.13.78-.78.78H37c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.28c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M46.14,18.43c-2.58,0-3.56-1.11-3.56-4V.78c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78V14.17c0,1.22.13,1.82,1.4,1.82.4,0,.58,0,.73,0s.39.13.39.5v1.12c0,.65-.13.8-.78.83C46.68,18.43,46.48,18.43,46.14,18.43Z'/%3E%3Cpath class='cls-1' d='M50.08,2.89A1.81,1.81,0,0,1,52,1,1.62,1.62,0,0,1,53.69,2.6a1.85,1.85,0,0,1-1.89,2A1.65,1.65,0,0,1,50.08,2.89ZM53.3,17.63c0,.65-.13.78-.78.78H51.25c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M63.83,17.47c0,.63-.13.78-.75.89a10.07,10.07,0,0,1-1.49.13c-3,0-3.92-1.41-3.92-3.93V9.44c0-.65-.13-.78-.78-.78h-.47c-.65,0-.78-.13-.78-.78v-1c0-.65.13-.78.78-.78h.47c.65,0,.78-.13.78-.78V3.25c0-.65.13-.78.78-.78h1.17c.65,0,.78.13.78.78V5.36c0,.65.13.78.78.78h1.87c.65,0,.78.13.78.78v1c0,.65-.13.78-.78.78H61.18c-.65,0-.78.13-.78.78v4.7c0,1.33.44,1.85,1.82,1.85.6,0,.88-.08,1.09-.08.39,0,.52.18.52.73Z'/%3E%3Cpath class='cls-1' d='M77.61,6.14c.42,0,.6.05.6.28a1.27,1.27,0,0,1-.1.44L71.71,22.7c-.23.6-.39.73-1.07.73H69.11c-.42,0-.6-.06-.6-.29a1.48,1.48,0,0,1,.13-.44l1.59-3.77a1.94,1.94,0,0,0,.21-.76,2.11,2.11,0,0,0-.19-.7L66,6.86a1.27,1.27,0,0,1-.1-.44c0-.23.18-.28.6-.28h1.48c.68,0,.83.1,1.07.72L71.81,14c.11.26.21.41.29.41s.18-.15.29-.41l2.8-7.13c.24-.62.39-.72,1.07-.72Z'/%3E%3C/svg%3E"); } }
  @media (max-width: 768.98px) {
    .type_finearts .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-sp.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23deac14;' preserveAspectRatio='xMinYMid' viewBox='0 0 92.07 27.76'%3E%3Ctitle%3Eimg-btn-facility-sp%3C/title%3E%3Cpath class='cls-1' d='M.83,21.81c-.61,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L2.59,1.72C2.68,1,2.93.8,3.73.8h9c.62,0,.81.12.81.56a2.55,2.55,0,0,1,0,.46L13.34,3c-.12.8-.28,1-1.08,1H6.62c-.8,0-.92.09-1,.89L5.11,8.32a2.34,2.34,0,0,0,0,.37c0,.37.22.49.84.49H11c.61,0,.83.09.83.56a2.25,2.25,0,0,1,0,.36l-.19,1.27c-.12.8-.24.92-1,.92H5.51c-.8,0-1,.16-1,.93l-1,7.67c-.09.74-.22.92-1,.92Z'/%3E%3Cpath class='cls-1' d='M22.28,21.81c-.44,0-.56-.15-.56-.52,0-.19,0-.28-.12-.28a.72.72,0,0,0-.28.09,6.69,6.69,0,0,1-3.45.9c-3,0-5-2.19-5-5.61,0-7,5.82-9.27,10.51-9.27a13,13,0,0,1,2.4.21c.61.13.8.37.8.8a2.34,2.34,0,0,1,0,.37L24.9,20.89c-.1.8-.25.92-1,.92Zm-6-5.61a2.55,2.55,0,0,0,2.74,2.87,4.81,4.81,0,0,0,2.07-.49A1.27,1.27,0,0,0,22,17.34l.8-6a2.43,2.43,0,0,0,0-.34c0-.49-.15-.68-.65-.68a3,3,0,0,0-.43,0C19.53,10.66,16.33,12,16.33,16.2Z'/%3E%3Cpath class='cls-1' d='M39.38,7.3c.58.16.8.34.8.74a1.9,1.9,0,0,1,0,.31L39.93,10c-.06.46-.15.65-.43.65a1.78,1.78,0,0,1-.52-.1,4.28,4.28,0,0,0-1.27-.18,5.12,5.12,0,0,0-5.23,5.36c0,1.85.89,3.33,3.66,3.33a5.47,5.47,0,0,0,1.6-.22,1.59,1.59,0,0,1,.47-.09c.18,0,.27.09.27.34a2,2,0,0,1,0,.28l-.15,1.1c-.12.81-.31,1-1,1.24A7.6,7.6,0,0,1,35,22c-4.22,0-6-2.81-6-6,0-4.38,2.77-8.84,8.65-8.84A6.9,6.9,0,0,1,39.38,7.3Z'/%3E%3Cpath class='cls-1' d='M45.54,20.89c-.09.8-.25.92-1,.92H43c-.62,0-.84-.09-.84-.55a2.34,2.34,0,0,1,0-.37l1.7-12.66c.09-.81.25-1,1.05-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM44.09,3.42a2.15,2.15,0,0,1,2.25-2.25,1.9,1.9,0,0,1,2,1.91,2.19,2.19,0,0,1-2.21,2.37A2,2,0,0,1,44.09,3.42Z'/%3E%3Cpath class='cls-1' d='M55.65,21c-.09.59-.22.74-.8.8a7.78,7.78,0,0,1-.8,0c-2.81,0-4-1.23-4-3.79a10,10,0,0,1,.09-1.29L52.26.92c.12-.8.25-.92,1.05-.92h1.48c.61,0,.83.09.83.55a2.5,2.5,0,0,1,0,.37l-2.13,15.9a5.7,5.7,0,0,0-.06.68c0,1,.43,1.48,1.63,1.48.19,0,.37,0,.49,0s.37.09.37.27a1.6,1.6,0,0,1,0,.28Z'/%3E%3Cpath class='cls-1' d='M62.27,20.89c-.09.8-.24.92-1,.92H59.75c-.62,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L60.64,8.23c.09-.81.25-1,1-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM60.83,3.42a2.15,2.15,0,0,1,2.24-2.25,1.91,1.91,0,0,1,2,1.91,2.19,2.19,0,0,1-2.22,2.37A2,2,0,0,1,60.83,3.42Z'/%3E%3Cpath class='cls-1' d='M74.41,20.76c-.09.77-.21,1-1,1a10.47,10.47,0,0,1-1.36.09c-3.14,0-4.25-1.51-4.25-3.72A8.31,8.31,0,0,1,67.91,17l.77-5.79a2.5,2.5,0,0,0,0-.37c0-.46-.21-.55-.83-.55h-.43c-.62,0-.83-.09-.83-.49a2.5,2.5,0,0,1,0-.37l.18-1.24c.13-.83.25-.89,1-.89h.4c.8,0,1-.12,1-.89l.34-2.53c.09-.8.25-.92,1-.92H72.1c.62,0,.83.09.83.55a3,3,0,0,1,0,.37l-.34,2.53a2.5,2.5,0,0,0,0,.37c0,.43.22.52.84.52h1.94c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37L76,9.33c-.12.84-.24.93-1,.93H73c-.8,0-.95.18-1,1l-.74,5.52a5.81,5.81,0,0,0-.06.65c0,1.07.55,1.54,2,1.57a5.16,5.16,0,0,0,.68,0l.34,0c.33,0,.46.12.46.4a2.43,2.43,0,0,1,0,.34Z'/%3E%3Cpath class='cls-1' d='M91.39,7.27c.46,0,.68,0,.68.31a1.19,1.19,0,0,1-.19.55l-9.73,18.8c-.37.7-.56.83-1.36.83H78.91c-.46,0-.64-.09-.64-.31a1,1,0,0,1,.15-.49L81,22.24a1.92,1.92,0,0,0,.3-.95,3,3,0,0,0-.09-.65L78,8.16A1.48,1.48,0,0,1,78,7.73c0-.37.21-.46.77-.46h1.69c.8,0,1,.15,1.14.92l1.94,8.2c.06.28.13.43.28.43s.22-.06.34-.31L88.34,8.1c.34-.71.52-.83,1.33-.83Z'/%3E%3C/svg%3E"); } }
  @media (min-width: 769px) {
    .type_finearts .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-pc.svg); } }
  @media (max-width: 768.98px) {
    .type_finearts .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-sp.svg); } }

.type_finearts .btn.btn_clr_white_fmain {
  color: #deac14;
  background: #fff; }
  .type_finearts .btn.btn_clr_white_fmain::after {
    border-color: #deac14; }

.type_finearts .btn.btn_clr_flight {
  color: #fff;
  background: #deac14; }
  .type_finearts .btn.btn_clr_flight::after {
    border-color: #fff; }

.type_finearts .btn.btn_clr_white_flight {
  color: #deac14;
  background: #fff;
  border-color: #deac14; }
  .type_finearts .btn.btn_clr_white_flight::after {
    border-color: #deac14; }

@media (min-width: 769px) {
  .type_finearts .tab_top .tab__item.tab__item_active .tab__link {
    background: #deac14; }
  .type_finearts .tab_top .tab__item .tab__link {
    color: #deac14;
    border-color: #deac14; }
    .type_finearts .tab_top .tab__item .tab__link::after {
      border-top-color: #deac14;
      border-right-color: #deac14; }
    .type_finearts .tab_top .tab__item .tab__link .tab__text {
      border-bottom-color: #deac14; } }

.type_finearts .course-intro-bg::before, .type_finearts .course-intro-bg::after {
  border-color: #deac14; }

.type_finearts .course {
  background: #deac14; }
  .type_finearts .course__btn_rel_body {
    color: #deac14; }
    .type_finearts .course__btn_rel_body_title_en::after {
      background: #deac14; }

@media (min-width: 769px) {
  .type_finearts .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #231815), color-stop(40%, transparent), to(transparent)), url(/education/department/finearts/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 10%, transparent 40%, transparent 100%), url(/education/department/finearts/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

@media (max-width: 768.98px) {
  .type_finearts .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #231815), color-stop(60%, transparent), to(transparent)), url(/education/department/finearts/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 40%, transparent 60%, transparent 100%), url(/education/department/finearts/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

.type_finearts .career__list {
  padding: 10px;
  color: #deac14; }

.type_finearts .career__box {
  border-color: #deac14; }

.type_finearts .career__title {
  border-color: #deac14; }

.type_finearts .class__title {
  color: #deac14; }

.type_finearts .class__link:hover {
  background: #deac14; }

.type_finearts .class__more-link {
  color: #deac14;
  border-color: #deac14; }

.type_finearts .activity__title {
  color: #deac14; }

.type_finearts .activity__interview {
  border-color: #deac14; }
  .type_finearts .activity__interview::before {
    border-bottom-color: #deac14; }

.type_finearts .activity__qa-group {
  border-color: #deac14; }
  @media (min-width: 769px) {
    .type_finearts .activity__qa-group:hover {
      background: #deac14; } }

@media (max-width: 768.98px) {
  .type_finearts .activity__qa-box.activity__qa-box_type_q {
    color: #deac14; }
    .type_finearts .activity__qa-box.activity__qa-box_type_q .activity__qa-body::after {
      border-color: #deac14; } }

.type_finearts .activity__qa-box.activity__qa-box_type_a {
  background: #deac14; }

.type_finearts .profile .staff-box__item .staff {
  padding: 1em;
  border-radius: 10px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 7px 0 rgba(222, 172, 20, 0.5);
          box-shadow: 0 0 7px 0 rgba(222, 172, 20, 0.5); }
  .type_finearts .profile .staff-box__item .staff__item {
    line-height: 185%; }
    .type_finearts .profile .staff-box__item .staff__item_name_jp {
      font-size: 150%;
      font-weight: lighter;
      padding: 0 0 0 13px;
      border-left: 2px solid #deac14; }
    .type_finearts .profile .staff-box__item .staff__item_name_en {
      font-size: 90%;
      padding: 0 0 0 15px;
      border-left: 2px solid #deac14; }
    .type_finearts .profile .staff-box__item .staff__item_kamoku_head {
      display: inline-block;
      padding: 0 0.5em;
      margin: 1em 0 0.5em 0;
      background: #666;
      font-size: 85%;
      color: white; }
    .type_finearts .profile .staff-box__item .staff__item.links a {
      color: red;
      text-decoration: underline; }
      .type_finearts .profile .staff-box__item .staff__item.links a::after {
        content: none; }
  .type_finearts .profile .staff-box__item .staff__job {
    font-size: 70%;
    background: #FFF;
    border: 1px #666 solid;
    padding: 0 0.5em;
    margin: 0 0 0 1em; }

.type_music .btns_order1 .btns__item.btns__item_head {
  border-bottom-color: #48995b; }
  .type_music .btns_order1 .btns__item.btns__item_head:nth-of-type(1) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%2348995b;' preserveAspectRatio='xMinYMid' viewBox='0 0 18.64 52.46'%3E%3Ctitle%3Eimg-keyword-no1%3C/title%3E%3Cpath d='M12,50.68c-.23,1.47-.54,1.78-2.16,1.78H9.17c-1.39,0-1.78-.24-1.78-1.08a3.32,3.32,0,0,1,.08-.7L13.25,6.55a5.65,5.65,0,0,0,.08-.93c0-1-.24-1.31-1.47-1.31h-.31l-9.86.47H1.31C.31,4.78,0,4.54,0,3.7c0-.23.08-.77.15-1.39C.39.69.69.62,2.31.54L16.87,0h.38c1.08,0,1.39.39,1.39.92s-.15,1.39-.23,1.93Z'/%3E%3C/svg%3E"); }
  .type_music .btns_order1 .btns__item.btns__item_head:nth-of-type(2) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%2348995b;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.74 52.99'%3E%3Ctitle%3Eimg-keyword-no2%3C/title%3E%3Cpath d='M30.35,48.76c1.23,0,1.69.07,1.69.92a4.87,4.87,0,0,1-.07.77l-.08.54c-.23,1.62-.62,2-2.23,2H.92C.23,53,0,52.84,0,52.38A2.77,2.77,0,0,1,.92,50.3c20.34-18.18,29.89-28,29.89-37.36,0-4.47-2.7-8.55-11.17-8.55A23.22,23.22,0,0,0,8.86,7a2.34,2.34,0,0,1-1,.31c-.31,0-.47-.16-.47-.62,0-.23.08-.77.24-1.85.23-1.46.46-1.92,1.84-2.54A24.76,24.76,0,0,1,20.41,0c11.4,0,15.33,5.55,15.33,11.94,0,10.48-8,20-25.11,35.28-.54.54-.77.84-.77,1.08s.46.46,1.39.46Z'/%3E%3C/svg%3E"); }
  .type_music .btns_order1 .btns__item.btns__item_head:nth-of-type(3) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%2348995b;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.51 53.46'%3E%3Ctitle%3Eimg-keyword-no3%3C/title%3E%3Cpath d='M34.51,36c0,6.7-4.16,17.49-20.88,17.49A25.68,25.68,0,0,1,1.46,50.3C.38,49.68,0,49.3,0,48.37a15.21,15.21,0,0,1,.23-1.85c.08-.61.23-.92.62-.92a2.69,2.69,0,0,1,1.23.46A22.91,22.91,0,0,0,13.4,49.22c13.4,0,16.49-8.4,16.49-13,0-5.54-4.24-9-13.48-9H12c-1.31,0-1.78-.15-1.78-1.08,0-.31.08-.85.16-1.46.23-1.62.54-1.7,2.16-1.7h3.69c11.56,0,14.48-6.7,14.48-11.24,0-4-2.69-7.4-11-7.4a23.09,23.09,0,0,0-9.48,2,2.84,2.84,0,0,1-1.15.38c-.31,0-.46-.15-.46-.69a13.68,13.68,0,0,1,.15-1.39,2.79,2.79,0,0,1,2.08-2.69A24,24,0,0,1,20.57,0c11.7,0,14.94,5.24,14.94,10.55,0,3.85-1.46,10.09-7.63,13.33-.69.31-1,.61-1,.85s.39.53,1.08.84A10.8,10.8,0,0,1,34.51,36Z'/%3E%3C/svg%3E"); }

.type_music .btn.btn_type_arrow1 {
  color: #48995b; }
  .type_music .btn.btn_type_arrow1::after {
    border-top-color: #48995b;
    border-right-color: #48995b; }

.type_music .btn.btn_type_arrow1_btm::after {
  border-right-color: #48995b;
  border-bottom-color: #48995b; }

.type_music .btn.btn_type_plus {
  color: #48995b; }

.type_music .btn.btn_type_border1 {
  color: #48995b;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(72, 153, 91, 0.2) 0, rgba(72, 153, 91, 0.2) 6px);
  border-color: #48995b; }
  @media (min-width: 769px) {
    .type_music .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-pc.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%2348995b;' preserveAspectRatio='xMinYMid' viewBox='0 0 78.21 23.43'%3E%3Ctitle%3Eimg-btn-facility-pc%3C/title%3E%3Cpath class='cls-1' d='M.78,18.41c-.65,0-.78-.13-.78-.78V1.46C0,.81.13.68.78.68H8.89c.65,0,.78.13.78.78V2.65c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78V7c0,.65.13.78.78.78H8.35c.65,0,.78.13.78.78V9.59c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78v6.48c0,.65-.13.78-.78.78Z'/%3E%3Cpath class='cls-1' d='M19.23,18.41c-.36,0-.47-.08-.47-.5,0-.2,0-.31-.13-.31a.59.59,0,0,0-.26.11,6.73,6.73,0,0,1-3.17.83c-2.24,0-3.95-1.09-3.95-3.41,0-2.91,3-4.21,6.65-4.68.45,0,.63-.15.63-.36a1.37,1.37,0,0,0-.11-.47c-.31-.86-1.06-1.07-2.26-1.07A8.68,8.68,0,0,0,13,9.13a1.32,1.32,0,0,1-.44.13c-.24,0-.26-.19-.26-.63v-1a.89.89,0,0,1,.73-1A10.15,10.15,0,0,1,16.53,6c3.14,0,4.86,1.14,4.86,4.78v6.87c0,.65-.13.78-.78.78ZM14.05,15c0,.94.94,1.15,1.85,1.15a4.89,4.89,0,0,0,2-.45c.6-.26.71-.41.71-1v-1.3c0-.49-.06-.67-.37-.67a2.38,2.38,0,0,0-.41.05C15.56,13.13,14.05,13.86,14.05,15Z'/%3E%3Cpath class='cls-1' d='M30,18.54c-4.14,0-5.8-2.94-5.8-5.8C24.23,9.1,26.47,6,30.83,6a7.81,7.81,0,0,1,1.59.13c.57.11.73.31.73.91v1.2c0,.49,0,.65-.36.65a3,3,0,0,1-.39-.05,5.38,5.38,0,0,0-1.2-.13,3.81,3.81,0,0,0-4,3.92A3.11,3.11,0,0,0,30.63,16a6.16,6.16,0,0,0,1.64-.21,1.65,1.65,0,0,1,.44-.08c.23,0,.28.16.28.62v.94c0,.62-.13.81-.72,1A8.16,8.16,0,0,1,30,18.54Z'/%3E%3Cpath class='cls-1' d='M35.84,2.89A1.81,1.81,0,0,1,37.71,1,1.63,1.63,0,0,1,39.46,2.6a1.86,1.86,0,0,1-1.9,2A1.65,1.65,0,0,1,35.84,2.89Zm3.23,14.74c0,.65-.13.78-.78.78H37c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.28c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M46.14,18.43c-2.58,0-3.56-1.11-3.56-4V.78c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78V14.17c0,1.22.13,1.82,1.4,1.82.4,0,.58,0,.73,0s.39.13.39.5v1.12c0,.65-.13.8-.78.83C46.68,18.43,46.48,18.43,46.14,18.43Z'/%3E%3Cpath class='cls-1' d='M50.08,2.89A1.81,1.81,0,0,1,52,1,1.62,1.62,0,0,1,53.69,2.6a1.85,1.85,0,0,1-1.89,2A1.65,1.65,0,0,1,50.08,2.89ZM53.3,17.63c0,.65-.13.78-.78.78H51.25c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M63.83,17.47c0,.63-.13.78-.75.89a10.07,10.07,0,0,1-1.49.13c-3,0-3.92-1.41-3.92-3.93V9.44c0-.65-.13-.78-.78-.78h-.47c-.65,0-.78-.13-.78-.78v-1c0-.65.13-.78.78-.78h.47c.65,0,.78-.13.78-.78V3.25c0-.65.13-.78.78-.78h1.17c.65,0,.78.13.78.78V5.36c0,.65.13.78.78.78h1.87c.65,0,.78.13.78.78v1c0,.65-.13.78-.78.78H61.18c-.65,0-.78.13-.78.78v4.7c0,1.33.44,1.85,1.82,1.85.6,0,.88-.08,1.09-.08.39,0,.52.18.52.73Z'/%3E%3Cpath class='cls-1' d='M77.61,6.14c.42,0,.6.05.6.28a1.27,1.27,0,0,1-.1.44L71.71,22.7c-.23.6-.39.73-1.07.73H69.11c-.42,0-.6-.06-.6-.29a1.48,1.48,0,0,1,.13-.44l1.59-3.77a1.94,1.94,0,0,0,.21-.76,2.11,2.11,0,0,0-.19-.7L66,6.86a1.27,1.27,0,0,1-.1-.44c0-.23.18-.28.6-.28h1.48c.68,0,.83.1,1.07.72L71.81,14c.11.26.21.41.29.41s.18-.15.29-.41l2.8-7.13c.24-.62.39-.72,1.07-.72Z'/%3E%3C/svg%3E"); } }
  @media (max-width: 768.98px) {
    .type_music .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-sp.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%2348995b;' preserveAspectRatio='xMinYMid' viewBox='0 0 92.07 27.76'%3E%3Ctitle%3Eimg-btn-facility-sp%3C/title%3E%3Cpath class='cls-1' d='M.83,21.81c-.61,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L2.59,1.72C2.68,1,2.93.8,3.73.8h9c.62,0,.81.12.81.56a2.55,2.55,0,0,1,0,.46L13.34,3c-.12.8-.28,1-1.08,1H6.62c-.8,0-.92.09-1,.89L5.11,8.32a2.34,2.34,0,0,0,0,.37c0,.37.22.49.84.49H11c.61,0,.83.09.83.56a2.25,2.25,0,0,1,0,.36l-.19,1.27c-.12.8-.24.92-1,.92H5.51c-.8,0-1,.16-1,.93l-1,7.67c-.09.74-.22.92-1,.92Z'/%3E%3Cpath class='cls-1' d='M22.28,21.81c-.44,0-.56-.15-.56-.52,0-.19,0-.28-.12-.28a.72.72,0,0,0-.28.09,6.69,6.69,0,0,1-3.45.9c-3,0-5-2.19-5-5.61,0-7,5.82-9.27,10.51-9.27a13,13,0,0,1,2.4.21c.61.13.8.37.8.8a2.34,2.34,0,0,1,0,.37L24.9,20.89c-.1.8-.25.92-1,.92Zm-6-5.61a2.55,2.55,0,0,0,2.74,2.87,4.81,4.81,0,0,0,2.07-.49A1.27,1.27,0,0,0,22,17.34l.8-6a2.43,2.43,0,0,0,0-.34c0-.49-.15-.68-.65-.68a3,3,0,0,0-.43,0C19.53,10.66,16.33,12,16.33,16.2Z'/%3E%3Cpath class='cls-1' d='M39.38,7.3c.58.16.8.34.8.74a1.9,1.9,0,0,1,0,.31L39.93,10c-.06.46-.15.65-.43.65a1.78,1.78,0,0,1-.52-.1,4.28,4.28,0,0,0-1.27-.18,5.12,5.12,0,0,0-5.23,5.36c0,1.85.89,3.33,3.66,3.33a5.47,5.47,0,0,0,1.6-.22,1.59,1.59,0,0,1,.47-.09c.18,0,.27.09.27.34a2,2,0,0,1,0,.28l-.15,1.1c-.12.81-.31,1-1,1.24A7.6,7.6,0,0,1,35,22c-4.22,0-6-2.81-6-6,0-4.38,2.77-8.84,8.65-8.84A6.9,6.9,0,0,1,39.38,7.3Z'/%3E%3Cpath class='cls-1' d='M45.54,20.89c-.09.8-.25.92-1,.92H43c-.62,0-.84-.09-.84-.55a2.34,2.34,0,0,1,0-.37l1.7-12.66c.09-.81.25-1,1.05-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM44.09,3.42a2.15,2.15,0,0,1,2.25-2.25,1.9,1.9,0,0,1,2,1.91,2.19,2.19,0,0,1-2.21,2.37A2,2,0,0,1,44.09,3.42Z'/%3E%3Cpath class='cls-1' d='M55.65,21c-.09.59-.22.74-.8.8a7.78,7.78,0,0,1-.8,0c-2.81,0-4-1.23-4-3.79a10,10,0,0,1,.09-1.29L52.26.92c.12-.8.25-.92,1.05-.92h1.48c.61,0,.83.09.83.55a2.5,2.5,0,0,1,0,.37l-2.13,15.9a5.7,5.7,0,0,0-.06.68c0,1,.43,1.48,1.63,1.48.19,0,.37,0,.49,0s.37.09.37.27a1.6,1.6,0,0,1,0,.28Z'/%3E%3Cpath class='cls-1' d='M62.27,20.89c-.09.8-.24.92-1,.92H59.75c-.62,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L60.64,8.23c.09-.81.25-1,1-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM60.83,3.42a2.15,2.15,0,0,1,2.24-2.25,1.91,1.91,0,0,1,2,1.91,2.19,2.19,0,0,1-2.22,2.37A2,2,0,0,1,60.83,3.42Z'/%3E%3Cpath class='cls-1' d='M74.41,20.76c-.09.77-.21,1-1,1a10.47,10.47,0,0,1-1.36.09c-3.14,0-4.25-1.51-4.25-3.72A8.31,8.31,0,0,1,67.91,17l.77-5.79a2.5,2.5,0,0,0,0-.37c0-.46-.21-.55-.83-.55h-.43c-.62,0-.83-.09-.83-.49a2.5,2.5,0,0,1,0-.37l.18-1.24c.13-.83.25-.89,1-.89h.4c.8,0,1-.12,1-.89l.34-2.53c.09-.8.25-.92,1-.92H72.1c.62,0,.83.09.83.55a3,3,0,0,1,0,.37l-.34,2.53a2.5,2.5,0,0,0,0,.37c0,.43.22.52.84.52h1.94c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37L76,9.33c-.12.84-.24.93-1,.93H73c-.8,0-.95.18-1,1l-.74,5.52a5.81,5.81,0,0,0-.06.65c0,1.07.55,1.54,2,1.57a5.16,5.16,0,0,0,.68,0l.34,0c.33,0,.46.12.46.4a2.43,2.43,0,0,1,0,.34Z'/%3E%3Cpath class='cls-1' d='M91.39,7.27c.46,0,.68,0,.68.31a1.19,1.19,0,0,1-.19.55l-9.73,18.8c-.37.7-.56.83-1.36.83H78.91c-.46,0-.64-.09-.64-.31a1,1,0,0,1,.15-.49L81,22.24a1.92,1.92,0,0,0,.3-.95,3,3,0,0,0-.09-.65L78,8.16A1.48,1.48,0,0,1,78,7.73c0-.37.21-.46.77-.46h1.69c.8,0,1,.15,1.14.92l1.94,8.2c.06.28.13.43.28.43s.22-.06.34-.31L88.34,8.1c.34-.71.52-.83,1.33-.83Z'/%3E%3C/svg%3E"); } }
  @media (min-width: 769px) {
    .type_music .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-pc.svg); } }
  @media (max-width: 768.98px) {
    .type_music .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-sp.svg); } }

.type_music .btn.btn_clr_white_fmain {
  color: #48995b;
  background: #fff; }
  .type_music .btn.btn_clr_white_fmain::after {
    border-color: #48995b; }

.type_music .btn.btn_clr_flight {
  color: #fff;
  background: #48995b; }
  .type_music .btn.btn_clr_flight::after {
    border-color: #fff; }

.type_music .btn.btn_clr_white_flight {
  color: #48995b;
  background: #fff;
  border-color: #48995b; }
  .type_music .btn.btn_clr_white_flight::after {
    border-color: #48995b; }

@media (min-width: 769px) {
  .type_music .tab_top .tab__item.tab__item_active .tab__link {
    background: #48995b; }
  .type_music .tab_top .tab__item .tab__link {
    color: #48995b;
    border-color: #48995b; }
    .type_music .tab_top .tab__item .tab__link::after {
      border-top-color: #48995b;
      border-right-color: #48995b; }
    .type_music .tab_top .tab__item .tab__link .tab__text {
      border-bottom-color: #48995b; } }

.type_music .course-intro-bg::before, .type_music .course-intro-bg::after {
  border-color: #48995b; }

.type_music .course {
  background: #48995b; }
  .type_music .course__btn_rel_body {
    color: #48995b; }
    .type_music .course__btn_rel_body_title_en::after {
      background: #48995b; }

@media (min-width: 769px) {
  .type_music .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #231815), color-stop(40%, transparent), to(transparent)), url(/education/department/music/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 10%, transparent 40%, transparent 100%), url(/education/department/music/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

@media (max-width: 768.98px) {
  .type_music .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #231815), color-stop(60%, transparent), to(transparent)), url(/education/department/music/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 40%, transparent 60%, transparent 100%), url(/education/department/music/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

.type_music .career__list {
  padding: 10px;
  color: #48995b; }

.type_music .career__box {
  border-color: #48995b; }

.type_music .career__title {
  border-color: #48995b; }

.type_music .class__title {
  color: #48995b; }

.type_music .class__link:hover {
  background: #48995b; }

.type_music .class__more-link {
  color: #48995b;
  border-color: #48995b; }

.type_music .activity__title {
  color: #48995b; }

.type_music .activity__interview {
  border-color: #48995b; }
  .type_music .activity__interview::before {
    border-bottom-color: #48995b; }

.type_music .activity__qa-group {
  border-color: #48995b; }
  @media (min-width: 769px) {
    .type_music .activity__qa-group:hover {
      background: #48995b; } }

@media (max-width: 768.98px) {
  .type_music .activity__qa-box.activity__qa-box_type_q {
    color: #48995b; }
    .type_music .activity__qa-box.activity__qa-box_type_q .activity__qa-body::after {
      border-color: #48995b; } }

.type_music .activity__qa-box.activity__qa-box_type_a {
  background: #48995b; }

.type_music .profile .staff-box__item .staff {
  padding: 1em;
  border-radius: 10px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 7px 0 rgba(72, 153, 91, 0.5);
          box-shadow: 0 0 7px 0 rgba(72, 153, 91, 0.5); }
  .type_music .profile .staff-box__item .staff__item {
    line-height: 185%; }
    .type_music .profile .staff-box__item .staff__item_name_jp {
      font-size: 150%;
      font-weight: lighter;
      padding: 0 0 0 13px;
      border-left: 2px solid #48995b; }
    .type_music .profile .staff-box__item .staff__item_name_en {
      font-size: 90%;
      padding: 0 0 0 15px;
      border-left: 2px solid #48995b; }
    .type_music .profile .staff-box__item .staff__item_kamoku_head {
      display: inline-block;
      padding: 0 0.5em;
      margin: 1em 0 0.5em 0;
      background: #666;
      font-size: 85%;
      color: white; }
    .type_music .profile .staff-box__item .staff__item.links a {
      color: red;
      text-decoration: underline; }
      .type_music .profile .staff-box__item .staff__item.links a::after {
        content: none; }
  .type_music .profile .staff-box__item .staff__job {
    font-size: 70%;
    background: #FFF;
    border: 1px #666 solid;
    padding: 0 0.5em;
    margin: 0 0 0 1em; }

.type_literature .btns_order1 .btns__item.btns__item_head {
  border-bottom-color: #708996; }
  .type_literature .btns_order1 .btns__item.btns__item_head:nth-of-type(1) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23708996;' preserveAspectRatio='xMinYMid' viewBox='0 0 18.64 52.46'%3E%3Ctitle%3Eimg-keyword-no1%3C/title%3E%3Cpath d='M12,50.68c-.23,1.47-.54,1.78-2.16,1.78H9.17c-1.39,0-1.78-.24-1.78-1.08a3.32,3.32,0,0,1,.08-.7L13.25,6.55a5.65,5.65,0,0,0,.08-.93c0-1-.24-1.31-1.47-1.31h-.31l-9.86.47H1.31C.31,4.78,0,4.54,0,3.7c0-.23.08-.77.15-1.39C.39.69.69.62,2.31.54L16.87,0h.38c1.08,0,1.39.39,1.39.92s-.15,1.39-.23,1.93Z'/%3E%3C/svg%3E"); }
  .type_literature .btns_order1 .btns__item.btns__item_head:nth-of-type(2) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23708996;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.74 52.99'%3E%3Ctitle%3Eimg-keyword-no2%3C/title%3E%3Cpath d='M30.35,48.76c1.23,0,1.69.07,1.69.92a4.87,4.87,0,0,1-.07.77l-.08.54c-.23,1.62-.62,2-2.23,2H.92C.23,53,0,52.84,0,52.38A2.77,2.77,0,0,1,.92,50.3c20.34-18.18,29.89-28,29.89-37.36,0-4.47-2.7-8.55-11.17-8.55A23.22,23.22,0,0,0,8.86,7a2.34,2.34,0,0,1-1,.31c-.31,0-.47-.16-.47-.62,0-.23.08-.77.24-1.85.23-1.46.46-1.92,1.84-2.54A24.76,24.76,0,0,1,20.41,0c11.4,0,15.33,5.55,15.33,11.94,0,10.48-8,20-25.11,35.28-.54.54-.77.84-.77,1.08s.46.46,1.39.46Z'/%3E%3C/svg%3E"); }
  .type_literature .btns_order1 .btns__item.btns__item_head:nth-of-type(3) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23708996;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.51 53.46'%3E%3Ctitle%3Eimg-keyword-no3%3C/title%3E%3Cpath d='M34.51,36c0,6.7-4.16,17.49-20.88,17.49A25.68,25.68,0,0,1,1.46,50.3C.38,49.68,0,49.3,0,48.37a15.21,15.21,0,0,1,.23-1.85c.08-.61.23-.92.62-.92a2.69,2.69,0,0,1,1.23.46A22.91,22.91,0,0,0,13.4,49.22c13.4,0,16.49-8.4,16.49-13,0-5.54-4.24-9-13.48-9H12c-1.31,0-1.78-.15-1.78-1.08,0-.31.08-.85.16-1.46.23-1.62.54-1.7,2.16-1.7h3.69c11.56,0,14.48-6.7,14.48-11.24,0-4-2.69-7.4-11-7.4a23.09,23.09,0,0,0-9.48,2,2.84,2.84,0,0,1-1.15.38c-.31,0-.46-.15-.46-.69a13.68,13.68,0,0,1,.15-1.39,2.79,2.79,0,0,1,2.08-2.69A24,24,0,0,1,20.57,0c11.7,0,14.94,5.24,14.94,10.55,0,3.85-1.46,10.09-7.63,13.33-.69.31-1,.61-1,.85s.39.53,1.08.84A10.8,10.8,0,0,1,34.51,36Z'/%3E%3C/svg%3E"); }

.type_literature .btn.btn_type_arrow1 {
  color: #708996; }
  .type_literature .btn.btn_type_arrow1::after {
    border-top-color: #708996;
    border-right-color: #708996; }

.type_literature .btn.btn_type_arrow1_btm::after {
  border-right-color: #708996;
  border-bottom-color: #708996; }

.type_literature .btn.btn_type_plus {
  color: #708996; }

.type_literature .btn.btn_type_border1 {
  color: #708996;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(112, 137, 150, 0.2) 0, rgba(112, 137, 150, 0.2) 6px);
  border-color: #708996; }
  @media (min-width: 769px) {
    .type_literature .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-pc.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23708996;' preserveAspectRatio='xMinYMid' viewBox='0 0 78.21 23.43'%3E%3Ctitle%3Eimg-btn-facility-pc%3C/title%3E%3Cpath class='cls-1' d='M.78,18.41c-.65,0-.78-.13-.78-.78V1.46C0,.81.13.68.78.68H8.89c.65,0,.78.13.78.78V2.65c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78V7c0,.65.13.78.78.78H8.35c.65,0,.78.13.78.78V9.59c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78v6.48c0,.65-.13.78-.78.78Z'/%3E%3Cpath class='cls-1' d='M19.23,18.41c-.36,0-.47-.08-.47-.5,0-.2,0-.31-.13-.31a.59.59,0,0,0-.26.11,6.73,6.73,0,0,1-3.17.83c-2.24,0-3.95-1.09-3.95-3.41,0-2.91,3-4.21,6.65-4.68.45,0,.63-.15.63-.36a1.37,1.37,0,0,0-.11-.47c-.31-.86-1.06-1.07-2.26-1.07A8.68,8.68,0,0,0,13,9.13a1.32,1.32,0,0,1-.44.13c-.24,0-.26-.19-.26-.63v-1a.89.89,0,0,1,.73-1A10.15,10.15,0,0,1,16.53,6c3.14,0,4.86,1.14,4.86,4.78v6.87c0,.65-.13.78-.78.78ZM14.05,15c0,.94.94,1.15,1.85,1.15a4.89,4.89,0,0,0,2-.45c.6-.26.71-.41.71-1v-1.3c0-.49-.06-.67-.37-.67a2.38,2.38,0,0,0-.41.05C15.56,13.13,14.05,13.86,14.05,15Z'/%3E%3Cpath class='cls-1' d='M30,18.54c-4.14,0-5.8-2.94-5.8-5.8C24.23,9.1,26.47,6,30.83,6a7.81,7.81,0,0,1,1.59.13c.57.11.73.31.73.91v1.2c0,.49,0,.65-.36.65a3,3,0,0,1-.39-.05,5.38,5.38,0,0,0-1.2-.13,3.81,3.81,0,0,0-4,3.92A3.11,3.11,0,0,0,30.63,16a6.16,6.16,0,0,0,1.64-.21,1.65,1.65,0,0,1,.44-.08c.23,0,.28.16.28.62v.94c0,.62-.13.81-.72,1A8.16,8.16,0,0,1,30,18.54Z'/%3E%3Cpath class='cls-1' d='M35.84,2.89A1.81,1.81,0,0,1,37.71,1,1.63,1.63,0,0,1,39.46,2.6a1.86,1.86,0,0,1-1.9,2A1.65,1.65,0,0,1,35.84,2.89Zm3.23,14.74c0,.65-.13.78-.78.78H37c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.28c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M46.14,18.43c-2.58,0-3.56-1.11-3.56-4V.78c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78V14.17c0,1.22.13,1.82,1.4,1.82.4,0,.58,0,.73,0s.39.13.39.5v1.12c0,.65-.13.8-.78.83C46.68,18.43,46.48,18.43,46.14,18.43Z'/%3E%3Cpath class='cls-1' d='M50.08,2.89A1.81,1.81,0,0,1,52,1,1.62,1.62,0,0,1,53.69,2.6a1.85,1.85,0,0,1-1.89,2A1.65,1.65,0,0,1,50.08,2.89ZM53.3,17.63c0,.65-.13.78-.78.78H51.25c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M63.83,17.47c0,.63-.13.78-.75.89a10.07,10.07,0,0,1-1.49.13c-3,0-3.92-1.41-3.92-3.93V9.44c0-.65-.13-.78-.78-.78h-.47c-.65,0-.78-.13-.78-.78v-1c0-.65.13-.78.78-.78h.47c.65,0,.78-.13.78-.78V3.25c0-.65.13-.78.78-.78h1.17c.65,0,.78.13.78.78V5.36c0,.65.13.78.78.78h1.87c.65,0,.78.13.78.78v1c0,.65-.13.78-.78.78H61.18c-.65,0-.78.13-.78.78v4.7c0,1.33.44,1.85,1.82,1.85.6,0,.88-.08,1.09-.08.39,0,.52.18.52.73Z'/%3E%3Cpath class='cls-1' d='M77.61,6.14c.42,0,.6.05.6.28a1.27,1.27,0,0,1-.1.44L71.71,22.7c-.23.6-.39.73-1.07.73H69.11c-.42,0-.6-.06-.6-.29a1.48,1.48,0,0,1,.13-.44l1.59-3.77a1.94,1.94,0,0,0,.21-.76,2.11,2.11,0,0,0-.19-.7L66,6.86a1.27,1.27,0,0,1-.1-.44c0-.23.18-.28.6-.28h1.48c.68,0,.83.1,1.07.72L71.81,14c.11.26.21.41.29.41s.18-.15.29-.41l2.8-7.13c.24-.62.39-.72,1.07-.72Z'/%3E%3C/svg%3E"); } }
  @media (max-width: 768.98px) {
    .type_literature .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-sp.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23708996;' preserveAspectRatio='xMinYMid' viewBox='0 0 92.07 27.76'%3E%3Ctitle%3Eimg-btn-facility-sp%3C/title%3E%3Cpath class='cls-1' d='M.83,21.81c-.61,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L2.59,1.72C2.68,1,2.93.8,3.73.8h9c.62,0,.81.12.81.56a2.55,2.55,0,0,1,0,.46L13.34,3c-.12.8-.28,1-1.08,1H6.62c-.8,0-.92.09-1,.89L5.11,8.32a2.34,2.34,0,0,0,0,.37c0,.37.22.49.84.49H11c.61,0,.83.09.83.56a2.25,2.25,0,0,1,0,.36l-.19,1.27c-.12.8-.24.92-1,.92H5.51c-.8,0-1,.16-1,.93l-1,7.67c-.09.74-.22.92-1,.92Z'/%3E%3Cpath class='cls-1' d='M22.28,21.81c-.44,0-.56-.15-.56-.52,0-.19,0-.28-.12-.28a.72.72,0,0,0-.28.09,6.69,6.69,0,0,1-3.45.9c-3,0-5-2.19-5-5.61,0-7,5.82-9.27,10.51-9.27a13,13,0,0,1,2.4.21c.61.13.8.37.8.8a2.34,2.34,0,0,1,0,.37L24.9,20.89c-.1.8-.25.92-1,.92Zm-6-5.61a2.55,2.55,0,0,0,2.74,2.87,4.81,4.81,0,0,0,2.07-.49A1.27,1.27,0,0,0,22,17.34l.8-6a2.43,2.43,0,0,0,0-.34c0-.49-.15-.68-.65-.68a3,3,0,0,0-.43,0C19.53,10.66,16.33,12,16.33,16.2Z'/%3E%3Cpath class='cls-1' d='M39.38,7.3c.58.16.8.34.8.74a1.9,1.9,0,0,1,0,.31L39.93,10c-.06.46-.15.65-.43.65a1.78,1.78,0,0,1-.52-.1,4.28,4.28,0,0,0-1.27-.18,5.12,5.12,0,0,0-5.23,5.36c0,1.85.89,3.33,3.66,3.33a5.47,5.47,0,0,0,1.6-.22,1.59,1.59,0,0,1,.47-.09c.18,0,.27.09.27.34a2,2,0,0,1,0,.28l-.15,1.1c-.12.81-.31,1-1,1.24A7.6,7.6,0,0,1,35,22c-4.22,0-6-2.81-6-6,0-4.38,2.77-8.84,8.65-8.84A6.9,6.9,0,0,1,39.38,7.3Z'/%3E%3Cpath class='cls-1' d='M45.54,20.89c-.09.8-.25.92-1,.92H43c-.62,0-.84-.09-.84-.55a2.34,2.34,0,0,1,0-.37l1.7-12.66c.09-.81.25-1,1.05-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM44.09,3.42a2.15,2.15,0,0,1,2.25-2.25,1.9,1.9,0,0,1,2,1.91,2.19,2.19,0,0,1-2.21,2.37A2,2,0,0,1,44.09,3.42Z'/%3E%3Cpath class='cls-1' d='M55.65,21c-.09.59-.22.74-.8.8a7.78,7.78,0,0,1-.8,0c-2.81,0-4-1.23-4-3.79a10,10,0,0,1,.09-1.29L52.26.92c.12-.8.25-.92,1.05-.92h1.48c.61,0,.83.09.83.55a2.5,2.5,0,0,1,0,.37l-2.13,15.9a5.7,5.7,0,0,0-.06.68c0,1,.43,1.48,1.63,1.48.19,0,.37,0,.49,0s.37.09.37.27a1.6,1.6,0,0,1,0,.28Z'/%3E%3Cpath class='cls-1' d='M62.27,20.89c-.09.8-.24.92-1,.92H59.75c-.62,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L60.64,8.23c.09-.81.25-1,1-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM60.83,3.42a2.15,2.15,0,0,1,2.24-2.25,1.91,1.91,0,0,1,2,1.91,2.19,2.19,0,0,1-2.22,2.37A2,2,0,0,1,60.83,3.42Z'/%3E%3Cpath class='cls-1' d='M74.41,20.76c-.09.77-.21,1-1,1a10.47,10.47,0,0,1-1.36.09c-3.14,0-4.25-1.51-4.25-3.72A8.31,8.31,0,0,1,67.91,17l.77-5.79a2.5,2.5,0,0,0,0-.37c0-.46-.21-.55-.83-.55h-.43c-.62,0-.83-.09-.83-.49a2.5,2.5,0,0,1,0-.37l.18-1.24c.13-.83.25-.89,1-.89h.4c.8,0,1-.12,1-.89l.34-2.53c.09-.8.25-.92,1-.92H72.1c.62,0,.83.09.83.55a3,3,0,0,1,0,.37l-.34,2.53a2.5,2.5,0,0,0,0,.37c0,.43.22.52.84.52h1.94c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37L76,9.33c-.12.84-.24.93-1,.93H73c-.8,0-.95.18-1,1l-.74,5.52a5.81,5.81,0,0,0-.06.65c0,1.07.55,1.54,2,1.57a5.16,5.16,0,0,0,.68,0l.34,0c.33,0,.46.12.46.4a2.43,2.43,0,0,1,0,.34Z'/%3E%3Cpath class='cls-1' d='M91.39,7.27c.46,0,.68,0,.68.31a1.19,1.19,0,0,1-.19.55l-9.73,18.8c-.37.7-.56.83-1.36.83H78.91c-.46,0-.64-.09-.64-.31a1,1,0,0,1,.15-.49L81,22.24a1.92,1.92,0,0,0,.3-.95,3,3,0,0,0-.09-.65L78,8.16A1.48,1.48,0,0,1,78,7.73c0-.37.21-.46.77-.46h1.69c.8,0,1,.15,1.14.92l1.94,8.2c.06.28.13.43.28.43s.22-.06.34-.31L88.34,8.1c.34-.71.52-.83,1.33-.83Z'/%3E%3C/svg%3E"); } }
  @media (min-width: 769px) {
    .type_literature .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-pc.svg); } }
  @media (max-width: 768.98px) {
    .type_literature .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-sp.svg); } }

.type_literature .btn.btn_clr_white_fmain {
  color: #708996;
  background: #fff; }
  .type_literature .btn.btn_clr_white_fmain::after {
    border-color: #708996; }

.type_literature .btn.btn_clr_flight {
  color: #fff;
  background: #708996; }
  .type_literature .btn.btn_clr_flight::after {
    border-color: #fff; }

.type_literature .btn.btn_clr_white_flight {
  color: #708996;
  background: #fff;
  border-color: #708996; }
  .type_literature .btn.btn_clr_white_flight::after {
    border-color: #708996; }

@media (min-width: 769px) {
  .type_literature .tab_top .tab__item.tab__item_active .tab__link {
    background: #708996; }
  .type_literature .tab_top .tab__item .tab__link {
    color: #708996;
    border-color: #708996; }
    .type_literature .tab_top .tab__item .tab__link::after {
      border-top-color: #708996;
      border-right-color: #708996; }
    .type_literature .tab_top .tab__item .tab__link .tab__text {
      border-bottom-color: #708996; } }

.type_literature .course-intro-bg::before, .type_literature .course-intro-bg::after {
  border-color: #708996; }

.type_literature .course {
  background: #708996; }
  .type_literature .course__btn_rel_body {
    color: #708996; }
    .type_literature .course__btn_rel_body_title_en::after {
      background: #708996; }

@media (min-width: 769px) {
  .type_literature .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #231815), color-stop(40%, transparent), to(transparent)), url(/education/department/literature/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 10%, transparent 40%, transparent 100%), url(/education/department/literature/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

@media (max-width: 768.98px) {
  .type_literature .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #231815), color-stop(60%, transparent), to(transparent)), url(/education/department/literature/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 40%, transparent 60%, transparent 100%), url(/education/department/literature/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

.type_literature .career__list {
  padding: 10px;
  color: #708996; }

.type_literature .career__box {
  border-color: #708996; }

.type_literature .career__title {
  border-color: #708996; }

.type_literature .class__title {
  color: #708996; }

.type_literature .class__link:hover {
  background: #708996; }

.type_literature .class__more-link {
  color: #708996;
  border-color: #708996; }

.type_literature .activity__title {
  color: #708996; }

.type_literature .activity__interview {
  border-color: #708996; }
  .type_literature .activity__interview::before {
    border-bottom-color: #708996; }

.type_literature .activity__qa-group {
  border-color: #708996; }
  @media (min-width: 769px) {
    .type_literature .activity__qa-group:hover {
      background: #708996; } }

@media (max-width: 768.98px) {
  .type_literature .activity__qa-box.activity__qa-box_type_q {
    color: #708996; }
    .type_literature .activity__qa-box.activity__qa-box_type_q .activity__qa-body::after {
      border-color: #708996; } }

.type_literature .activity__qa-box.activity__qa-box_type_a {
  background: #708996; }

.type_literature .profile .staff-box__item .staff {
  padding: 1em;
  border-radius: 10px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 7px 0 rgba(112, 137, 150, 0.5);
          box-shadow: 0 0 7px 0 rgba(112, 137, 150, 0.5); }
  .type_literature .profile .staff-box__item .staff__item {
    line-height: 185%; }
    .type_literature .profile .staff-box__item .staff__item_name_jp {
      font-size: 150%;
      font-weight: lighter;
      padding: 0 0 0 13px;
      border-left: 2px solid #708996; }
    .type_literature .profile .staff-box__item .staff__item_name_en {
      font-size: 90%;
      padding: 0 0 0 15px;
      border-left: 2px solid #708996; }
    .type_literature .profile .staff-box__item .staff__item_kamoku_head {
      display: inline-block;
      padding: 0 0.5em;
      margin: 1em 0 0.5em 0;
      background: #666;
      font-size: 85%;
      color: white; }
    .type_literature .profile .staff-box__item .staff__item.links a {
      color: red;
      text-decoration: underline; }
      .type_literature .profile .staff-box__item .staff__item.links a::after {
        content: none; }
  .type_literature .profile .staff-box__item .staff__job {
    font-size: 70%;
    background: #FFF;
    border: 1px #666 solid;
    padding: 0 0.5em;
    margin: 0 0 0 1em; }

.type_broadcast .btns_order1 .btns__item.btns__item_head {
  border-bottom-color: #e18b45; }
  .type_broadcast .btns_order1 .btns__item.btns__item_head:nth-of-type(1) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23e18b45;' preserveAspectRatio='xMinYMid' viewBox='0 0 18.64 52.46'%3E%3Ctitle%3Eimg-keyword-no1%3C/title%3E%3Cpath d='M12,50.68c-.23,1.47-.54,1.78-2.16,1.78H9.17c-1.39,0-1.78-.24-1.78-1.08a3.32,3.32,0,0,1,.08-.7L13.25,6.55a5.65,5.65,0,0,0,.08-.93c0-1-.24-1.31-1.47-1.31h-.31l-9.86.47H1.31C.31,4.78,0,4.54,0,3.7c0-.23.08-.77.15-1.39C.39.69.69.62,2.31.54L16.87,0h.38c1.08,0,1.39.39,1.39.92s-.15,1.39-.23,1.93Z'/%3E%3C/svg%3E"); }
  .type_broadcast .btns_order1 .btns__item.btns__item_head:nth-of-type(2) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23e18b45;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.74 52.99'%3E%3Ctitle%3Eimg-keyword-no2%3C/title%3E%3Cpath d='M30.35,48.76c1.23,0,1.69.07,1.69.92a4.87,4.87,0,0,1-.07.77l-.08.54c-.23,1.62-.62,2-2.23,2H.92C.23,53,0,52.84,0,52.38A2.77,2.77,0,0,1,.92,50.3c20.34-18.18,29.89-28,29.89-37.36,0-4.47-2.7-8.55-11.17-8.55A23.22,23.22,0,0,0,8.86,7a2.34,2.34,0,0,1-1,.31c-.31,0-.47-.16-.47-.62,0-.23.08-.77.24-1.85.23-1.46.46-1.92,1.84-2.54A24.76,24.76,0,0,1,20.41,0c11.4,0,15.33,5.55,15.33,11.94,0,10.48-8,20-25.11,35.28-.54.54-.77.84-.77,1.08s.46.46,1.39.46Z'/%3E%3C/svg%3E"); }
  .type_broadcast .btns_order1 .btns__item.btns__item_head:nth-of-type(3) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23e18b45;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.51 53.46'%3E%3Ctitle%3Eimg-keyword-no3%3C/title%3E%3Cpath d='M34.51,36c0,6.7-4.16,17.49-20.88,17.49A25.68,25.68,0,0,1,1.46,50.3C.38,49.68,0,49.3,0,48.37a15.21,15.21,0,0,1,.23-1.85c.08-.61.23-.92.62-.92a2.69,2.69,0,0,1,1.23.46A22.91,22.91,0,0,0,13.4,49.22c13.4,0,16.49-8.4,16.49-13,0-5.54-4.24-9-13.48-9H12c-1.31,0-1.78-.15-1.78-1.08,0-.31.08-.85.16-1.46.23-1.62.54-1.7,2.16-1.7h3.69c11.56,0,14.48-6.7,14.48-11.24,0-4-2.69-7.4-11-7.4a23.09,23.09,0,0,0-9.48,2,2.84,2.84,0,0,1-1.15.38c-.31,0-.46-.15-.46-.69a13.68,13.68,0,0,1,.15-1.39,2.79,2.79,0,0,1,2.08-2.69A24,24,0,0,1,20.57,0c11.7,0,14.94,5.24,14.94,10.55,0,3.85-1.46,10.09-7.63,13.33-.69.31-1,.61-1,.85s.39.53,1.08.84A10.8,10.8,0,0,1,34.51,36Z'/%3E%3C/svg%3E"); }

.type_broadcast .btn.btn_type_arrow1 {
  color: #e18b45; }
  .type_broadcast .btn.btn_type_arrow1::after {
    border-top-color: #e18b45;
    border-right-color: #e18b45; }

.type_broadcast .btn.btn_type_arrow1_btm::after {
  border-right-color: #e18b45;
  border-bottom-color: #e18b45; }

.type_broadcast .btn.btn_type_plus {
  color: #e18b45; }

.type_broadcast .btn.btn_type_border1 {
  color: #e18b45;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(225, 139, 69, 0.2) 0, rgba(225, 139, 69, 0.2) 6px);
  border-color: #e18b45; }
  @media (min-width: 769px) {
    .type_broadcast .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-pc.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23e18b45;' preserveAspectRatio='xMinYMid' viewBox='0 0 78.21 23.43'%3E%3Ctitle%3Eimg-btn-facility-pc%3C/title%3E%3Cpath class='cls-1' d='M.78,18.41c-.65,0-.78-.13-.78-.78V1.46C0,.81.13.68.78.68H8.89c.65,0,.78.13.78.78V2.65c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78V7c0,.65.13.78.78.78H8.35c.65,0,.78.13.78.78V9.59c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78v6.48c0,.65-.13.78-.78.78Z'/%3E%3Cpath class='cls-1' d='M19.23,18.41c-.36,0-.47-.08-.47-.5,0-.2,0-.31-.13-.31a.59.59,0,0,0-.26.11,6.73,6.73,0,0,1-3.17.83c-2.24,0-3.95-1.09-3.95-3.41,0-2.91,3-4.21,6.65-4.68.45,0,.63-.15.63-.36a1.37,1.37,0,0,0-.11-.47c-.31-.86-1.06-1.07-2.26-1.07A8.68,8.68,0,0,0,13,9.13a1.32,1.32,0,0,1-.44.13c-.24,0-.26-.19-.26-.63v-1a.89.89,0,0,1,.73-1A10.15,10.15,0,0,1,16.53,6c3.14,0,4.86,1.14,4.86,4.78v6.87c0,.65-.13.78-.78.78ZM14.05,15c0,.94.94,1.15,1.85,1.15a4.89,4.89,0,0,0,2-.45c.6-.26.71-.41.71-1v-1.3c0-.49-.06-.67-.37-.67a2.38,2.38,0,0,0-.41.05C15.56,13.13,14.05,13.86,14.05,15Z'/%3E%3Cpath class='cls-1' d='M30,18.54c-4.14,0-5.8-2.94-5.8-5.8C24.23,9.1,26.47,6,30.83,6a7.81,7.81,0,0,1,1.59.13c.57.11.73.31.73.91v1.2c0,.49,0,.65-.36.65a3,3,0,0,1-.39-.05,5.38,5.38,0,0,0-1.2-.13,3.81,3.81,0,0,0-4,3.92A3.11,3.11,0,0,0,30.63,16a6.16,6.16,0,0,0,1.64-.21,1.65,1.65,0,0,1,.44-.08c.23,0,.28.16.28.62v.94c0,.62-.13.81-.72,1A8.16,8.16,0,0,1,30,18.54Z'/%3E%3Cpath class='cls-1' d='M35.84,2.89A1.81,1.81,0,0,1,37.71,1,1.63,1.63,0,0,1,39.46,2.6a1.86,1.86,0,0,1-1.9,2A1.65,1.65,0,0,1,35.84,2.89Zm3.23,14.74c0,.65-.13.78-.78.78H37c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.28c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M46.14,18.43c-2.58,0-3.56-1.11-3.56-4V.78c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78V14.17c0,1.22.13,1.82,1.4,1.82.4,0,.58,0,.73,0s.39.13.39.5v1.12c0,.65-.13.8-.78.83C46.68,18.43,46.48,18.43,46.14,18.43Z'/%3E%3Cpath class='cls-1' d='M50.08,2.89A1.81,1.81,0,0,1,52,1,1.62,1.62,0,0,1,53.69,2.6a1.85,1.85,0,0,1-1.89,2A1.65,1.65,0,0,1,50.08,2.89ZM53.3,17.63c0,.65-.13.78-.78.78H51.25c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M63.83,17.47c0,.63-.13.78-.75.89a10.07,10.07,0,0,1-1.49.13c-3,0-3.92-1.41-3.92-3.93V9.44c0-.65-.13-.78-.78-.78h-.47c-.65,0-.78-.13-.78-.78v-1c0-.65.13-.78.78-.78h.47c.65,0,.78-.13.78-.78V3.25c0-.65.13-.78.78-.78h1.17c.65,0,.78.13.78.78V5.36c0,.65.13.78.78.78h1.87c.65,0,.78.13.78.78v1c0,.65-.13.78-.78.78H61.18c-.65,0-.78.13-.78.78v4.7c0,1.33.44,1.85,1.82,1.85.6,0,.88-.08,1.09-.08.39,0,.52.18.52.73Z'/%3E%3Cpath class='cls-1' d='M77.61,6.14c.42,0,.6.05.6.28a1.27,1.27,0,0,1-.1.44L71.71,22.7c-.23.6-.39.73-1.07.73H69.11c-.42,0-.6-.06-.6-.29a1.48,1.48,0,0,1,.13-.44l1.59-3.77a1.94,1.94,0,0,0,.21-.76,2.11,2.11,0,0,0-.19-.7L66,6.86a1.27,1.27,0,0,1-.1-.44c0-.23.18-.28.6-.28h1.48c.68,0,.83.1,1.07.72L71.81,14c.11.26.21.41.29.41s.18-.15.29-.41l2.8-7.13c.24-.62.39-.72,1.07-.72Z'/%3E%3C/svg%3E"); } }
  @media (max-width: 768.98px) {
    .type_broadcast .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-sp.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23e18b45;' preserveAspectRatio='xMinYMid' viewBox='0 0 92.07 27.76'%3E%3Ctitle%3Eimg-btn-facility-sp%3C/title%3E%3Cpath class='cls-1' d='M.83,21.81c-.61,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L2.59,1.72C2.68,1,2.93.8,3.73.8h9c.62,0,.81.12.81.56a2.55,2.55,0,0,1,0,.46L13.34,3c-.12.8-.28,1-1.08,1H6.62c-.8,0-.92.09-1,.89L5.11,8.32a2.34,2.34,0,0,0,0,.37c0,.37.22.49.84.49H11c.61,0,.83.09.83.56a2.25,2.25,0,0,1,0,.36l-.19,1.27c-.12.8-.24.92-1,.92H5.51c-.8,0-1,.16-1,.93l-1,7.67c-.09.74-.22.92-1,.92Z'/%3E%3Cpath class='cls-1' d='M22.28,21.81c-.44,0-.56-.15-.56-.52,0-.19,0-.28-.12-.28a.72.72,0,0,0-.28.09,6.69,6.69,0,0,1-3.45.9c-3,0-5-2.19-5-5.61,0-7,5.82-9.27,10.51-9.27a13,13,0,0,1,2.4.21c.61.13.8.37.8.8a2.34,2.34,0,0,1,0,.37L24.9,20.89c-.1.8-.25.92-1,.92Zm-6-5.61a2.55,2.55,0,0,0,2.74,2.87,4.81,4.81,0,0,0,2.07-.49A1.27,1.27,0,0,0,22,17.34l.8-6a2.43,2.43,0,0,0,0-.34c0-.49-.15-.68-.65-.68a3,3,0,0,0-.43,0C19.53,10.66,16.33,12,16.33,16.2Z'/%3E%3Cpath class='cls-1' d='M39.38,7.3c.58.16.8.34.8.74a1.9,1.9,0,0,1,0,.31L39.93,10c-.06.46-.15.65-.43.65a1.78,1.78,0,0,1-.52-.1,4.28,4.28,0,0,0-1.27-.18,5.12,5.12,0,0,0-5.23,5.36c0,1.85.89,3.33,3.66,3.33a5.47,5.47,0,0,0,1.6-.22,1.59,1.59,0,0,1,.47-.09c.18,0,.27.09.27.34a2,2,0,0,1,0,.28l-.15,1.1c-.12.81-.31,1-1,1.24A7.6,7.6,0,0,1,35,22c-4.22,0-6-2.81-6-6,0-4.38,2.77-8.84,8.65-8.84A6.9,6.9,0,0,1,39.38,7.3Z'/%3E%3Cpath class='cls-1' d='M45.54,20.89c-.09.8-.25.92-1,.92H43c-.62,0-.84-.09-.84-.55a2.34,2.34,0,0,1,0-.37l1.7-12.66c.09-.81.25-1,1.05-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM44.09,3.42a2.15,2.15,0,0,1,2.25-2.25,1.9,1.9,0,0,1,2,1.91,2.19,2.19,0,0,1-2.21,2.37A2,2,0,0,1,44.09,3.42Z'/%3E%3Cpath class='cls-1' d='M55.65,21c-.09.59-.22.74-.8.8a7.78,7.78,0,0,1-.8,0c-2.81,0-4-1.23-4-3.79a10,10,0,0,1,.09-1.29L52.26.92c.12-.8.25-.92,1.05-.92h1.48c.61,0,.83.09.83.55a2.5,2.5,0,0,1,0,.37l-2.13,15.9a5.7,5.7,0,0,0-.06.68c0,1,.43,1.48,1.63,1.48.19,0,.37,0,.49,0s.37.09.37.27a1.6,1.6,0,0,1,0,.28Z'/%3E%3Cpath class='cls-1' d='M62.27,20.89c-.09.8-.24.92-1,.92H59.75c-.62,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L60.64,8.23c.09-.81.25-1,1-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM60.83,3.42a2.15,2.15,0,0,1,2.24-2.25,1.91,1.91,0,0,1,2,1.91,2.19,2.19,0,0,1-2.22,2.37A2,2,0,0,1,60.83,3.42Z'/%3E%3Cpath class='cls-1' d='M74.41,20.76c-.09.77-.21,1-1,1a10.47,10.47,0,0,1-1.36.09c-3.14,0-4.25-1.51-4.25-3.72A8.31,8.31,0,0,1,67.91,17l.77-5.79a2.5,2.5,0,0,0,0-.37c0-.46-.21-.55-.83-.55h-.43c-.62,0-.83-.09-.83-.49a2.5,2.5,0,0,1,0-.37l.18-1.24c.13-.83.25-.89,1-.89h.4c.8,0,1-.12,1-.89l.34-2.53c.09-.8.25-.92,1-.92H72.1c.62,0,.83.09.83.55a3,3,0,0,1,0,.37l-.34,2.53a2.5,2.5,0,0,0,0,.37c0,.43.22.52.84.52h1.94c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37L76,9.33c-.12.84-.24.93-1,.93H73c-.8,0-.95.18-1,1l-.74,5.52a5.81,5.81,0,0,0-.06.65c0,1.07.55,1.54,2,1.57a5.16,5.16,0,0,0,.68,0l.34,0c.33,0,.46.12.46.4a2.43,2.43,0,0,1,0,.34Z'/%3E%3Cpath class='cls-1' d='M91.39,7.27c.46,0,.68,0,.68.31a1.19,1.19,0,0,1-.19.55l-9.73,18.8c-.37.7-.56.83-1.36.83H78.91c-.46,0-.64-.09-.64-.31a1,1,0,0,1,.15-.49L81,22.24a1.92,1.92,0,0,0,.3-.95,3,3,0,0,0-.09-.65L78,8.16A1.48,1.48,0,0,1,78,7.73c0-.37.21-.46.77-.46h1.69c.8,0,1,.15,1.14.92l1.94,8.2c.06.28.13.43.28.43s.22-.06.34-.31L88.34,8.1c.34-.71.52-.83,1.33-.83Z'/%3E%3C/svg%3E"); } }
  @media (min-width: 769px) {
    .type_broadcast .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-pc.svg); } }
  @media (max-width: 768.98px) {
    .type_broadcast .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-sp.svg); } }

.type_broadcast .btn.btn_clr_white_fmain {
  color: #e18b45;
  background: #fff; }
  .type_broadcast .btn.btn_clr_white_fmain::after {
    border-color: #e18b45; }

.type_broadcast .btn.btn_clr_flight {
  color: #fff;
  background: #e18b45; }
  .type_broadcast .btn.btn_clr_flight::after {
    border-color: #fff; }

.type_broadcast .btn.btn_clr_white_flight {
  color: #e18b45;
  background: #fff;
  border-color: #e18b45; }
  .type_broadcast .btn.btn_clr_white_flight::after {
    border-color: #e18b45; }

@media (min-width: 769px) {
  .type_broadcast .tab_top .tab__item.tab__item_active .tab__link {
    background: #e18b45; }
  .type_broadcast .tab_top .tab__item .tab__link {
    color: #e18b45;
    border-color: #e18b45; }
    .type_broadcast .tab_top .tab__item .tab__link::after {
      border-top-color: #e18b45;
      border-right-color: #e18b45; }
    .type_broadcast .tab_top .tab__item .tab__link .tab__text {
      border-bottom-color: #e18b45; } }

.type_broadcast .course-intro-bg::before, .type_broadcast .course-intro-bg::after {
  border-color: #e18b45; }

.type_broadcast .course {
  background: #e18b45; }
  .type_broadcast .course__btn_rel_body {
    color: #e18b45; }
    .type_broadcast .course__btn_rel_body_title_en::after {
      background: #e18b45; }

@media (min-width: 769px) {
  .type_broadcast .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #231815), color-stop(40%, transparent), to(transparent)), url(/education/department/broadcast/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 10%, transparent 40%, transparent 100%), url(/education/department/broadcast/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

@media (max-width: 768.98px) {
  .type_broadcast .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #231815), color-stop(60%, transparent), to(transparent)), url(/education/department/broadcast/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 40%, transparent 60%, transparent 100%), url(/education/department/broadcast/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

.type_broadcast .career__list {
  padding: 10px;
  color: #e18b45; }

.type_broadcast .career__box {
  border-color: #e18b45; }

.type_broadcast .career__title {
  border-color: #e18b45; }

.type_broadcast .class__title {
  color: #e18b45; }

.type_broadcast .class__link:hover {
  background: #e18b45; }

.type_broadcast .class__more-link {
  color: #e18b45;
  border-color: #e18b45; }

.type_broadcast .activity__title {
  color: #e18b45; }

.type_broadcast .activity__interview {
  border-color: #e18b45; }
  .type_broadcast .activity__interview::before {
    border-bottom-color: #e18b45; }

.type_broadcast .activity__qa-group {
  border-color: #e18b45; }
  @media (min-width: 769px) {
    .type_broadcast .activity__qa-group:hover {
      background: #e18b45; } }

@media (max-width: 768.98px) {
  .type_broadcast .activity__qa-box.activity__qa-box_type_q {
    color: #e18b45; }
    .type_broadcast .activity__qa-box.activity__qa-box_type_q .activity__qa-body::after {
      border-color: #e18b45; } }

.type_broadcast .activity__qa-box.activity__qa-box_type_a {
  background: #e18b45; }

.type_broadcast .profile .staff-box__item .staff {
  padding: 1em;
  border-radius: 10px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 7px 0 rgba(225, 139, 69, 0.5);
          box-shadow: 0 0 7px 0 rgba(225, 139, 69, 0.5); }
  .type_broadcast .profile .staff-box__item .staff__item {
    line-height: 185%; }
    .type_broadcast .profile .staff-box__item .staff__item_name_jp {
      font-size: 150%;
      font-weight: lighter;
      padding: 0 0 0 13px;
      border-left: 2px solid #e18b45; }
    .type_broadcast .profile .staff-box__item .staff__item_name_en {
      font-size: 90%;
      padding: 0 0 0 15px;
      border-left: 2px solid #e18b45; }
    .type_broadcast .profile .staff-box__item .staff__item_kamoku_head {
      display: inline-block;
      padding: 0 0.5em;
      margin: 1em 0 0.5em 0;
      background: #666;
      font-size: 85%;
      color: white; }
    .type_broadcast .profile .staff-box__item .staff__item.links a {
      color: red;
      text-decoration: underline; }
      .type_broadcast .profile .staff-box__item .staff__item.links a::after {
        content: none; }
  .type_broadcast .profile .staff-box__item .staff__job {
    font-size: 70%;
    background: #FFF;
    border: 1px #666 solid;
    padding: 0 0.5em;
    margin: 0 0 0 1em; }

.type_theatre .btns_order1 .btns__item.btns__item_head {
  border-bottom-color: #d5808c; }
  .type_theatre .btns_order1 .btns__item.btns__item_head:nth-of-type(1) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d5808c;' preserveAspectRatio='xMinYMid' viewBox='0 0 18.64 52.46'%3E%3Ctitle%3Eimg-keyword-no1%3C/title%3E%3Cpath d='M12,50.68c-.23,1.47-.54,1.78-2.16,1.78H9.17c-1.39,0-1.78-.24-1.78-1.08a3.32,3.32,0,0,1,.08-.7L13.25,6.55a5.65,5.65,0,0,0,.08-.93c0-1-.24-1.31-1.47-1.31h-.31l-9.86.47H1.31C.31,4.78,0,4.54,0,3.7c0-.23.08-.77.15-1.39C.39.69.69.62,2.31.54L16.87,0h.38c1.08,0,1.39.39,1.39.92s-.15,1.39-.23,1.93Z'/%3E%3C/svg%3E"); }
  .type_theatre .btns_order1 .btns__item.btns__item_head:nth-of-type(2) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d5808c;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.74 52.99'%3E%3Ctitle%3Eimg-keyword-no2%3C/title%3E%3Cpath d='M30.35,48.76c1.23,0,1.69.07,1.69.92a4.87,4.87,0,0,1-.07.77l-.08.54c-.23,1.62-.62,2-2.23,2H.92C.23,53,0,52.84,0,52.38A2.77,2.77,0,0,1,.92,50.3c20.34-18.18,29.89-28,29.89-37.36,0-4.47-2.7-8.55-11.17-8.55A23.22,23.22,0,0,0,8.86,7a2.34,2.34,0,0,1-1,.31c-.31,0-.47-.16-.47-.62,0-.23.08-.77.24-1.85.23-1.46.46-1.92,1.84-2.54A24.76,24.76,0,0,1,20.41,0c11.4,0,15.33,5.55,15.33,11.94,0,10.48-8,20-25.11,35.28-.54.54-.77.84-.77,1.08s.46.46,1.39.46Z'/%3E%3C/svg%3E"); }
  .type_theatre .btns_order1 .btns__item.btns__item_head:nth-of-type(3) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d5808c;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.51 53.46'%3E%3Ctitle%3Eimg-keyword-no3%3C/title%3E%3Cpath d='M34.51,36c0,6.7-4.16,17.49-20.88,17.49A25.68,25.68,0,0,1,1.46,50.3C.38,49.68,0,49.3,0,48.37a15.21,15.21,0,0,1,.23-1.85c.08-.61.23-.92.62-.92a2.69,2.69,0,0,1,1.23.46A22.91,22.91,0,0,0,13.4,49.22c13.4,0,16.49-8.4,16.49-13,0-5.54-4.24-9-13.48-9H12c-1.31,0-1.78-.15-1.78-1.08,0-.31.08-.85.16-1.46.23-1.62.54-1.7,2.16-1.7h3.69c11.56,0,14.48-6.7,14.48-11.24,0-4-2.69-7.4-11-7.4a23.09,23.09,0,0,0-9.48,2,2.84,2.84,0,0,1-1.15.38c-.31,0-.46-.15-.46-.69a13.68,13.68,0,0,1,.15-1.39,2.79,2.79,0,0,1,2.08-2.69A24,24,0,0,1,20.57,0c11.7,0,14.94,5.24,14.94,10.55,0,3.85-1.46,10.09-7.63,13.33-.69.31-1,.61-1,.85s.39.53,1.08.84A10.8,10.8,0,0,1,34.51,36Z'/%3E%3C/svg%3E"); }

.type_theatre .btn.btn_type_arrow1 {
  color: #d5808c; }
  .type_theatre .btn.btn_type_arrow1::after {
    border-top-color: #d5808c;
    border-right-color: #d5808c; }

.type_theatre .btn.btn_type_arrow1_btm::after {
  border-right-color: #d5808c;
  border-bottom-color: #d5808c; }

.type_theatre .btn.btn_type_plus {
  color: #d5808c; }

.type_theatre .btn.btn_type_border1 {
  color: #d5808c;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(213, 128, 140, 0.2) 0, rgba(213, 128, 140, 0.2) 6px);
  border-color: #d5808c; }
  @media (min-width: 769px) {
    .type_theatre .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-pc.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d5808c;' preserveAspectRatio='xMinYMid' viewBox='0 0 78.21 23.43'%3E%3Ctitle%3Eimg-btn-facility-pc%3C/title%3E%3Cpath class='cls-1' d='M.78,18.41c-.65,0-.78-.13-.78-.78V1.46C0,.81.13.68.78.68H8.89c.65,0,.78.13.78.78V2.65c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78V7c0,.65.13.78.78.78H8.35c.65,0,.78.13.78.78V9.59c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78v6.48c0,.65-.13.78-.78.78Z'/%3E%3Cpath class='cls-1' d='M19.23,18.41c-.36,0-.47-.08-.47-.5,0-.2,0-.31-.13-.31a.59.59,0,0,0-.26.11,6.73,6.73,0,0,1-3.17.83c-2.24,0-3.95-1.09-3.95-3.41,0-2.91,3-4.21,6.65-4.68.45,0,.63-.15.63-.36a1.37,1.37,0,0,0-.11-.47c-.31-.86-1.06-1.07-2.26-1.07A8.68,8.68,0,0,0,13,9.13a1.32,1.32,0,0,1-.44.13c-.24,0-.26-.19-.26-.63v-1a.89.89,0,0,1,.73-1A10.15,10.15,0,0,1,16.53,6c3.14,0,4.86,1.14,4.86,4.78v6.87c0,.65-.13.78-.78.78ZM14.05,15c0,.94.94,1.15,1.85,1.15a4.89,4.89,0,0,0,2-.45c.6-.26.71-.41.71-1v-1.3c0-.49-.06-.67-.37-.67a2.38,2.38,0,0,0-.41.05C15.56,13.13,14.05,13.86,14.05,15Z'/%3E%3Cpath class='cls-1' d='M30,18.54c-4.14,0-5.8-2.94-5.8-5.8C24.23,9.1,26.47,6,30.83,6a7.81,7.81,0,0,1,1.59.13c.57.11.73.31.73.91v1.2c0,.49,0,.65-.36.65a3,3,0,0,1-.39-.05,5.38,5.38,0,0,0-1.2-.13,3.81,3.81,0,0,0-4,3.92A3.11,3.11,0,0,0,30.63,16a6.16,6.16,0,0,0,1.64-.21,1.65,1.65,0,0,1,.44-.08c.23,0,.28.16.28.62v.94c0,.62-.13.81-.72,1A8.16,8.16,0,0,1,30,18.54Z'/%3E%3Cpath class='cls-1' d='M35.84,2.89A1.81,1.81,0,0,1,37.71,1,1.63,1.63,0,0,1,39.46,2.6a1.86,1.86,0,0,1-1.9,2A1.65,1.65,0,0,1,35.84,2.89Zm3.23,14.74c0,.65-.13.78-.78.78H37c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.28c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M46.14,18.43c-2.58,0-3.56-1.11-3.56-4V.78c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78V14.17c0,1.22.13,1.82,1.4,1.82.4,0,.58,0,.73,0s.39.13.39.5v1.12c0,.65-.13.8-.78.83C46.68,18.43,46.48,18.43,46.14,18.43Z'/%3E%3Cpath class='cls-1' d='M50.08,2.89A1.81,1.81,0,0,1,52,1,1.62,1.62,0,0,1,53.69,2.6a1.85,1.85,0,0,1-1.89,2A1.65,1.65,0,0,1,50.08,2.89ZM53.3,17.63c0,.65-.13.78-.78.78H51.25c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M63.83,17.47c0,.63-.13.78-.75.89a10.07,10.07,0,0,1-1.49.13c-3,0-3.92-1.41-3.92-3.93V9.44c0-.65-.13-.78-.78-.78h-.47c-.65,0-.78-.13-.78-.78v-1c0-.65.13-.78.78-.78h.47c.65,0,.78-.13.78-.78V3.25c0-.65.13-.78.78-.78h1.17c.65,0,.78.13.78.78V5.36c0,.65.13.78.78.78h1.87c.65,0,.78.13.78.78v1c0,.65-.13.78-.78.78H61.18c-.65,0-.78.13-.78.78v4.7c0,1.33.44,1.85,1.82,1.85.6,0,.88-.08,1.09-.08.39,0,.52.18.52.73Z'/%3E%3Cpath class='cls-1' d='M77.61,6.14c.42,0,.6.05.6.28a1.27,1.27,0,0,1-.1.44L71.71,22.7c-.23.6-.39.73-1.07.73H69.11c-.42,0-.6-.06-.6-.29a1.48,1.48,0,0,1,.13-.44l1.59-3.77a1.94,1.94,0,0,0,.21-.76,2.11,2.11,0,0,0-.19-.7L66,6.86a1.27,1.27,0,0,1-.1-.44c0-.23.18-.28.6-.28h1.48c.68,0,.83.1,1.07.72L71.81,14c.11.26.21.41.29.41s.18-.15.29-.41l2.8-7.13c.24-.62.39-.72,1.07-.72Z'/%3E%3C/svg%3E"); } }
  @media (max-width: 768.98px) {
    .type_theatre .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-sp.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d5808c;' preserveAspectRatio='xMinYMid' viewBox='0 0 92.07 27.76'%3E%3Ctitle%3Eimg-btn-facility-sp%3C/title%3E%3Cpath class='cls-1' d='M.83,21.81c-.61,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L2.59,1.72C2.68,1,2.93.8,3.73.8h9c.62,0,.81.12.81.56a2.55,2.55,0,0,1,0,.46L13.34,3c-.12.8-.28,1-1.08,1H6.62c-.8,0-.92.09-1,.89L5.11,8.32a2.34,2.34,0,0,0,0,.37c0,.37.22.49.84.49H11c.61,0,.83.09.83.56a2.25,2.25,0,0,1,0,.36l-.19,1.27c-.12.8-.24.92-1,.92H5.51c-.8,0-1,.16-1,.93l-1,7.67c-.09.74-.22.92-1,.92Z'/%3E%3Cpath class='cls-1' d='M22.28,21.81c-.44,0-.56-.15-.56-.52,0-.19,0-.28-.12-.28a.72.72,0,0,0-.28.09,6.69,6.69,0,0,1-3.45.9c-3,0-5-2.19-5-5.61,0-7,5.82-9.27,10.51-9.27a13,13,0,0,1,2.4.21c.61.13.8.37.8.8a2.34,2.34,0,0,1,0,.37L24.9,20.89c-.1.8-.25.92-1,.92Zm-6-5.61a2.55,2.55,0,0,0,2.74,2.87,4.81,4.81,0,0,0,2.07-.49A1.27,1.27,0,0,0,22,17.34l.8-6a2.43,2.43,0,0,0,0-.34c0-.49-.15-.68-.65-.68a3,3,0,0,0-.43,0C19.53,10.66,16.33,12,16.33,16.2Z'/%3E%3Cpath class='cls-1' d='M39.38,7.3c.58.16.8.34.8.74a1.9,1.9,0,0,1,0,.31L39.93,10c-.06.46-.15.65-.43.65a1.78,1.78,0,0,1-.52-.1,4.28,4.28,0,0,0-1.27-.18,5.12,5.12,0,0,0-5.23,5.36c0,1.85.89,3.33,3.66,3.33a5.47,5.47,0,0,0,1.6-.22,1.59,1.59,0,0,1,.47-.09c.18,0,.27.09.27.34a2,2,0,0,1,0,.28l-.15,1.1c-.12.81-.31,1-1,1.24A7.6,7.6,0,0,1,35,22c-4.22,0-6-2.81-6-6,0-4.38,2.77-8.84,8.65-8.84A6.9,6.9,0,0,1,39.38,7.3Z'/%3E%3Cpath class='cls-1' d='M45.54,20.89c-.09.8-.25.92-1,.92H43c-.62,0-.84-.09-.84-.55a2.34,2.34,0,0,1,0-.37l1.7-12.66c.09-.81.25-1,1.05-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM44.09,3.42a2.15,2.15,0,0,1,2.25-2.25,1.9,1.9,0,0,1,2,1.91,2.19,2.19,0,0,1-2.21,2.37A2,2,0,0,1,44.09,3.42Z'/%3E%3Cpath class='cls-1' d='M55.65,21c-.09.59-.22.74-.8.8a7.78,7.78,0,0,1-.8,0c-2.81,0-4-1.23-4-3.79a10,10,0,0,1,.09-1.29L52.26.92c.12-.8.25-.92,1.05-.92h1.48c.61,0,.83.09.83.55a2.5,2.5,0,0,1,0,.37l-2.13,15.9a5.7,5.7,0,0,0-.06.68c0,1,.43,1.48,1.63,1.48.19,0,.37,0,.49,0s.37.09.37.27a1.6,1.6,0,0,1,0,.28Z'/%3E%3Cpath class='cls-1' d='M62.27,20.89c-.09.8-.24.92-1,.92H59.75c-.62,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L60.64,8.23c.09-.81.25-1,1-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM60.83,3.42a2.15,2.15,0,0,1,2.24-2.25,1.91,1.91,0,0,1,2,1.91,2.19,2.19,0,0,1-2.22,2.37A2,2,0,0,1,60.83,3.42Z'/%3E%3Cpath class='cls-1' d='M74.41,20.76c-.09.77-.21,1-1,1a10.47,10.47,0,0,1-1.36.09c-3.14,0-4.25-1.51-4.25-3.72A8.31,8.31,0,0,1,67.91,17l.77-5.79a2.5,2.5,0,0,0,0-.37c0-.46-.21-.55-.83-.55h-.43c-.62,0-.83-.09-.83-.49a2.5,2.5,0,0,1,0-.37l.18-1.24c.13-.83.25-.89,1-.89h.4c.8,0,1-.12,1-.89l.34-2.53c.09-.8.25-.92,1-.92H72.1c.62,0,.83.09.83.55a3,3,0,0,1,0,.37l-.34,2.53a2.5,2.5,0,0,0,0,.37c0,.43.22.52.84.52h1.94c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37L76,9.33c-.12.84-.24.93-1,.93H73c-.8,0-.95.18-1,1l-.74,5.52a5.81,5.81,0,0,0-.06.65c0,1.07.55,1.54,2,1.57a5.16,5.16,0,0,0,.68,0l.34,0c.33,0,.46.12.46.4a2.43,2.43,0,0,1,0,.34Z'/%3E%3Cpath class='cls-1' d='M91.39,7.27c.46,0,.68,0,.68.31a1.19,1.19,0,0,1-.19.55l-9.73,18.8c-.37.7-.56.83-1.36.83H78.91c-.46,0-.64-.09-.64-.31a1,1,0,0,1,.15-.49L81,22.24a1.92,1.92,0,0,0,.3-.95,3,3,0,0,0-.09-.65L78,8.16A1.48,1.48,0,0,1,78,7.73c0-.37.21-.46.77-.46h1.69c.8,0,1,.15,1.14.92l1.94,8.2c.06.28.13.43.28.43s.22-.06.34-.31L88.34,8.1c.34-.71.52-.83,1.33-.83Z'/%3E%3C/svg%3E"); } }
  @media (min-width: 769px) {
    .type_theatre .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-pc.svg); } }
  @media (max-width: 768.98px) {
    .type_theatre .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-sp.svg); } }

.type_theatre .btn.btn_clr_white_fmain {
  color: #d5808c;
  background: #fff; }
  .type_theatre .btn.btn_clr_white_fmain::after {
    border-color: #d5808c; }

.type_theatre .btn.btn_clr_flight {
  color: #fff;
  background: #d5808c; }
  .type_theatre .btn.btn_clr_flight::after {
    border-color: #fff; }

.type_theatre .btn.btn_clr_white_flight {
  color: #d5808c;
  background: #fff;
  border-color: #d5808c; }
  .type_theatre .btn.btn_clr_white_flight::after {
    border-color: #d5808c; }

@media (min-width: 769px) {
  .type_theatre .tab_top .tab__item.tab__item_active .tab__link {
    background: #d5808c; }
  .type_theatre .tab_top .tab__item .tab__link {
    color: #d5808c;
    border-color: #d5808c; }
    .type_theatre .tab_top .tab__item .tab__link::after {
      border-top-color: #d5808c;
      border-right-color: #d5808c; }
    .type_theatre .tab_top .tab__item .tab__link .tab__text {
      border-bottom-color: #d5808c; } }

.type_theatre .course-intro-bg::before, .type_theatre .course-intro-bg::after {
  border-color: #d5808c; }

.type_theatre .course {
  background: #d5808c; }
  .type_theatre .course__btn_rel_body {
    color: #d5808c; }
    .type_theatre .course__btn_rel_body_title_en::after {
      background: #d5808c; }

@media (min-width: 769px) {
  .type_theatre .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #231815), color-stop(40%, transparent), to(transparent)), url(/education/department/theatre/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 10%, transparent 40%, transparent 100%), url(/education/department/theatre/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

@media (max-width: 768.98px) {
  .type_theatre .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #231815), color-stop(60%, transparent), to(transparent)), url(/education/department/theatre/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 40%, transparent 60%, transparent 100%), url(/education/department/theatre/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

.type_theatre .career__list {
  padding: 10px;
  color: #d5808c; }

.type_theatre .career__box {
  border-color: #d5808c; }

.type_theatre .career__title {
  border-color: #d5808c; }

.type_theatre .class__title {
  color: #d5808c; }

.type_theatre .class__link:hover {
  background: #d5808c; }

.type_theatre .class__more-link {
  color: #d5808c;
  border-color: #d5808c; }

.type_theatre .activity__title {
  color: #d5808c; }

.type_theatre .activity__interview {
  border-color: #d5808c; }
  .type_theatre .activity__interview::before {
    border-bottom-color: #d5808c; }

.type_theatre .activity__qa-group {
  border-color: #d5808c; }
  @media (min-width: 769px) {
    .type_theatre .activity__qa-group:hover {
      background: #d5808c; } }

@media (max-width: 768.98px) {
  .type_theatre .activity__qa-box.activity__qa-box_type_q {
    color: #d5808c; }
    .type_theatre .activity__qa-box.activity__qa-box_type_q .activity__qa-body::after {
      border-color: #d5808c; } }

.type_theatre .activity__qa-box.activity__qa-box_type_a {
  background: #d5808c; }

.type_theatre .profile .staff-box__item .staff {
  padding: 1em;
  border-radius: 10px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 7px 0 rgba(213, 128, 140, 0.5);
          box-shadow: 0 0 7px 0 rgba(213, 128, 140, 0.5); }
  .type_theatre .profile .staff-box__item .staff__item {
    line-height: 185%; }
    .type_theatre .profile .staff-box__item .staff__item_name_jp {
      font-size: 150%;
      font-weight: lighter;
      padding: 0 0 0 13px;
      border-left: 2px solid #d5808c; }
    .type_theatre .profile .staff-box__item .staff__item_name_en {
      font-size: 90%;
      padding: 0 0 0 15px;
      border-left: 2px solid #d5808c; }
    .type_theatre .profile .staff-box__item .staff__item_kamoku_head {
      display: inline-block;
      padding: 0 0.5em;
      margin: 1em 0 0.5em 0;
      background: #666;
      font-size: 85%;
      color: white; }
    .type_theatre .profile .staff-box__item .staff__item.links a {
      color: red;
      text-decoration: underline; }
      .type_theatre .profile .staff-box__item .staff__item.links a::after {
        content: none; }
  .type_theatre .profile .staff-box__item .staff__job {
    font-size: 70%;
    background: #FFF;
    border: 1px #666 solid;
    padding: 0 0.5em;
    margin: 0 0 0 1em; }

.type_design .btns_order1 .btns__item.btns__item_head {
  border-bottom-color: #0076a5; }
  .type_design .btns_order1 .btns__item.btns__item_head:nth-of-type(1) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%230076a5;' preserveAspectRatio='xMinYMid' viewBox='0 0 18.64 52.46'%3E%3Ctitle%3Eimg-keyword-no1%3C/title%3E%3Cpath d='M12,50.68c-.23,1.47-.54,1.78-2.16,1.78H9.17c-1.39,0-1.78-.24-1.78-1.08a3.32,3.32,0,0,1,.08-.7L13.25,6.55a5.65,5.65,0,0,0,.08-.93c0-1-.24-1.31-1.47-1.31h-.31l-9.86.47H1.31C.31,4.78,0,4.54,0,3.7c0-.23.08-.77.15-1.39C.39.69.69.62,2.31.54L16.87,0h.38c1.08,0,1.39.39,1.39.92s-.15,1.39-.23,1.93Z'/%3E%3C/svg%3E"); }
  .type_design .btns_order1 .btns__item.btns__item_head:nth-of-type(2) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%230076a5;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.74 52.99'%3E%3Ctitle%3Eimg-keyword-no2%3C/title%3E%3Cpath d='M30.35,48.76c1.23,0,1.69.07,1.69.92a4.87,4.87,0,0,1-.07.77l-.08.54c-.23,1.62-.62,2-2.23,2H.92C.23,53,0,52.84,0,52.38A2.77,2.77,0,0,1,.92,50.3c20.34-18.18,29.89-28,29.89-37.36,0-4.47-2.7-8.55-11.17-8.55A23.22,23.22,0,0,0,8.86,7a2.34,2.34,0,0,1-1,.31c-.31,0-.47-.16-.47-.62,0-.23.08-.77.24-1.85.23-1.46.46-1.92,1.84-2.54A24.76,24.76,0,0,1,20.41,0c11.4,0,15.33,5.55,15.33,11.94,0,10.48-8,20-25.11,35.28-.54.54-.77.84-.77,1.08s.46.46,1.39.46Z'/%3E%3C/svg%3E"); }
  .type_design .btns_order1 .btns__item.btns__item_head:nth-of-type(3) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%230076a5;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.51 53.46'%3E%3Ctitle%3Eimg-keyword-no3%3C/title%3E%3Cpath d='M34.51,36c0,6.7-4.16,17.49-20.88,17.49A25.68,25.68,0,0,1,1.46,50.3C.38,49.68,0,49.3,0,48.37a15.21,15.21,0,0,1,.23-1.85c.08-.61.23-.92.62-.92a2.69,2.69,0,0,1,1.23.46A22.91,22.91,0,0,0,13.4,49.22c13.4,0,16.49-8.4,16.49-13,0-5.54-4.24-9-13.48-9H12c-1.31,0-1.78-.15-1.78-1.08,0-.31.08-.85.16-1.46.23-1.62.54-1.7,2.16-1.7h3.69c11.56,0,14.48-6.7,14.48-11.24,0-4-2.69-7.4-11-7.4a23.09,23.09,0,0,0-9.48,2,2.84,2.84,0,0,1-1.15.38c-.31,0-.46-.15-.46-.69a13.68,13.68,0,0,1,.15-1.39,2.79,2.79,0,0,1,2.08-2.69A24,24,0,0,1,20.57,0c11.7,0,14.94,5.24,14.94,10.55,0,3.85-1.46,10.09-7.63,13.33-.69.31-1,.61-1,.85s.39.53,1.08.84A10.8,10.8,0,0,1,34.51,36Z'/%3E%3C/svg%3E"); }

.type_design .btn.btn_type_arrow1 {
  color: #0076a5; }
  .type_design .btn.btn_type_arrow1::after {
    border-top-color: #0076a5;
    border-right-color: #0076a5; }

.type_design .btn.btn_type_arrow1_btm::after {
  border-right-color: #0076a5;
  border-bottom-color: #0076a5; }

.type_design .btn.btn_type_plus {
  color: #0076a5; }

.type_design .btn.btn_type_border1 {
  color: #0076a5;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(0, 118, 165, 0.2) 0, rgba(0, 118, 165, 0.2) 6px);
  border-color: #0076a5; }
  @media (min-width: 769px) {
    .type_design .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-pc.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%230076a5;' preserveAspectRatio='xMinYMid' viewBox='0 0 78.21 23.43'%3E%3Ctitle%3Eimg-btn-facility-pc%3C/title%3E%3Cpath class='cls-1' d='M.78,18.41c-.65,0-.78-.13-.78-.78V1.46C0,.81.13.68.78.68H8.89c.65,0,.78.13.78.78V2.65c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78V7c0,.65.13.78.78.78H8.35c.65,0,.78.13.78.78V9.59c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78v6.48c0,.65-.13.78-.78.78Z'/%3E%3Cpath class='cls-1' d='M19.23,18.41c-.36,0-.47-.08-.47-.5,0-.2,0-.31-.13-.31a.59.59,0,0,0-.26.11,6.73,6.73,0,0,1-3.17.83c-2.24,0-3.95-1.09-3.95-3.41,0-2.91,3-4.21,6.65-4.68.45,0,.63-.15.63-.36a1.37,1.37,0,0,0-.11-.47c-.31-.86-1.06-1.07-2.26-1.07A8.68,8.68,0,0,0,13,9.13a1.32,1.32,0,0,1-.44.13c-.24,0-.26-.19-.26-.63v-1a.89.89,0,0,1,.73-1A10.15,10.15,0,0,1,16.53,6c3.14,0,4.86,1.14,4.86,4.78v6.87c0,.65-.13.78-.78.78ZM14.05,15c0,.94.94,1.15,1.85,1.15a4.89,4.89,0,0,0,2-.45c.6-.26.71-.41.71-1v-1.3c0-.49-.06-.67-.37-.67a2.38,2.38,0,0,0-.41.05C15.56,13.13,14.05,13.86,14.05,15Z'/%3E%3Cpath class='cls-1' d='M30,18.54c-4.14,0-5.8-2.94-5.8-5.8C24.23,9.1,26.47,6,30.83,6a7.81,7.81,0,0,1,1.59.13c.57.11.73.31.73.91v1.2c0,.49,0,.65-.36.65a3,3,0,0,1-.39-.05,5.38,5.38,0,0,0-1.2-.13,3.81,3.81,0,0,0-4,3.92A3.11,3.11,0,0,0,30.63,16a6.16,6.16,0,0,0,1.64-.21,1.65,1.65,0,0,1,.44-.08c.23,0,.28.16.28.62v.94c0,.62-.13.81-.72,1A8.16,8.16,0,0,1,30,18.54Z'/%3E%3Cpath class='cls-1' d='M35.84,2.89A1.81,1.81,0,0,1,37.71,1,1.63,1.63,0,0,1,39.46,2.6a1.86,1.86,0,0,1-1.9,2A1.65,1.65,0,0,1,35.84,2.89Zm3.23,14.74c0,.65-.13.78-.78.78H37c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.28c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M46.14,18.43c-2.58,0-3.56-1.11-3.56-4V.78c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78V14.17c0,1.22.13,1.82,1.4,1.82.4,0,.58,0,.73,0s.39.13.39.5v1.12c0,.65-.13.8-.78.83C46.68,18.43,46.48,18.43,46.14,18.43Z'/%3E%3Cpath class='cls-1' d='M50.08,2.89A1.81,1.81,0,0,1,52,1,1.62,1.62,0,0,1,53.69,2.6a1.85,1.85,0,0,1-1.89,2A1.65,1.65,0,0,1,50.08,2.89ZM53.3,17.63c0,.65-.13.78-.78.78H51.25c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M63.83,17.47c0,.63-.13.78-.75.89a10.07,10.07,0,0,1-1.49.13c-3,0-3.92-1.41-3.92-3.93V9.44c0-.65-.13-.78-.78-.78h-.47c-.65,0-.78-.13-.78-.78v-1c0-.65.13-.78.78-.78h.47c.65,0,.78-.13.78-.78V3.25c0-.65.13-.78.78-.78h1.17c.65,0,.78.13.78.78V5.36c0,.65.13.78.78.78h1.87c.65,0,.78.13.78.78v1c0,.65-.13.78-.78.78H61.18c-.65,0-.78.13-.78.78v4.7c0,1.33.44,1.85,1.82,1.85.6,0,.88-.08,1.09-.08.39,0,.52.18.52.73Z'/%3E%3Cpath class='cls-1' d='M77.61,6.14c.42,0,.6.05.6.28a1.27,1.27,0,0,1-.1.44L71.71,22.7c-.23.6-.39.73-1.07.73H69.11c-.42,0-.6-.06-.6-.29a1.48,1.48,0,0,1,.13-.44l1.59-3.77a1.94,1.94,0,0,0,.21-.76,2.11,2.11,0,0,0-.19-.7L66,6.86a1.27,1.27,0,0,1-.1-.44c0-.23.18-.28.6-.28h1.48c.68,0,.83.1,1.07.72L71.81,14c.11.26.21.41.29.41s.18-.15.29-.41l2.8-7.13c.24-.62.39-.72,1.07-.72Z'/%3E%3C/svg%3E"); } }
  @media (max-width: 768.98px) {
    .type_design .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-sp.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%230076a5;' preserveAspectRatio='xMinYMid' viewBox='0 0 92.07 27.76'%3E%3Ctitle%3Eimg-btn-facility-sp%3C/title%3E%3Cpath class='cls-1' d='M.83,21.81c-.61,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L2.59,1.72C2.68,1,2.93.8,3.73.8h9c.62,0,.81.12.81.56a2.55,2.55,0,0,1,0,.46L13.34,3c-.12.8-.28,1-1.08,1H6.62c-.8,0-.92.09-1,.89L5.11,8.32a2.34,2.34,0,0,0,0,.37c0,.37.22.49.84.49H11c.61,0,.83.09.83.56a2.25,2.25,0,0,1,0,.36l-.19,1.27c-.12.8-.24.92-1,.92H5.51c-.8,0-1,.16-1,.93l-1,7.67c-.09.74-.22.92-1,.92Z'/%3E%3Cpath class='cls-1' d='M22.28,21.81c-.44,0-.56-.15-.56-.52,0-.19,0-.28-.12-.28a.72.72,0,0,0-.28.09,6.69,6.69,0,0,1-3.45.9c-3,0-5-2.19-5-5.61,0-7,5.82-9.27,10.51-9.27a13,13,0,0,1,2.4.21c.61.13.8.37.8.8a2.34,2.34,0,0,1,0,.37L24.9,20.89c-.1.8-.25.92-1,.92Zm-6-5.61a2.55,2.55,0,0,0,2.74,2.87,4.81,4.81,0,0,0,2.07-.49A1.27,1.27,0,0,0,22,17.34l.8-6a2.43,2.43,0,0,0,0-.34c0-.49-.15-.68-.65-.68a3,3,0,0,0-.43,0C19.53,10.66,16.33,12,16.33,16.2Z'/%3E%3Cpath class='cls-1' d='M39.38,7.3c.58.16.8.34.8.74a1.9,1.9,0,0,1,0,.31L39.93,10c-.06.46-.15.65-.43.65a1.78,1.78,0,0,1-.52-.1,4.28,4.28,0,0,0-1.27-.18,5.12,5.12,0,0,0-5.23,5.36c0,1.85.89,3.33,3.66,3.33a5.47,5.47,0,0,0,1.6-.22,1.59,1.59,0,0,1,.47-.09c.18,0,.27.09.27.34a2,2,0,0,1,0,.28l-.15,1.1c-.12.81-.31,1-1,1.24A7.6,7.6,0,0,1,35,22c-4.22,0-6-2.81-6-6,0-4.38,2.77-8.84,8.65-8.84A6.9,6.9,0,0,1,39.38,7.3Z'/%3E%3Cpath class='cls-1' d='M45.54,20.89c-.09.8-.25.92-1,.92H43c-.62,0-.84-.09-.84-.55a2.34,2.34,0,0,1,0-.37l1.7-12.66c.09-.81.25-1,1.05-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM44.09,3.42a2.15,2.15,0,0,1,2.25-2.25,1.9,1.9,0,0,1,2,1.91,2.19,2.19,0,0,1-2.21,2.37A2,2,0,0,1,44.09,3.42Z'/%3E%3Cpath class='cls-1' d='M55.65,21c-.09.59-.22.74-.8.8a7.78,7.78,0,0,1-.8,0c-2.81,0-4-1.23-4-3.79a10,10,0,0,1,.09-1.29L52.26.92c.12-.8.25-.92,1.05-.92h1.48c.61,0,.83.09.83.55a2.5,2.5,0,0,1,0,.37l-2.13,15.9a5.7,5.7,0,0,0-.06.68c0,1,.43,1.48,1.63,1.48.19,0,.37,0,.49,0s.37.09.37.27a1.6,1.6,0,0,1,0,.28Z'/%3E%3Cpath class='cls-1' d='M62.27,20.89c-.09.8-.24.92-1,.92H59.75c-.62,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L60.64,8.23c.09-.81.25-1,1-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM60.83,3.42a2.15,2.15,0,0,1,2.24-2.25,1.91,1.91,0,0,1,2,1.91,2.19,2.19,0,0,1-2.22,2.37A2,2,0,0,1,60.83,3.42Z'/%3E%3Cpath class='cls-1' d='M74.41,20.76c-.09.77-.21,1-1,1a10.47,10.47,0,0,1-1.36.09c-3.14,0-4.25-1.51-4.25-3.72A8.31,8.31,0,0,1,67.91,17l.77-5.79a2.5,2.5,0,0,0,0-.37c0-.46-.21-.55-.83-.55h-.43c-.62,0-.83-.09-.83-.49a2.5,2.5,0,0,1,0-.37l.18-1.24c.13-.83.25-.89,1-.89h.4c.8,0,1-.12,1-.89l.34-2.53c.09-.8.25-.92,1-.92H72.1c.62,0,.83.09.83.55a3,3,0,0,1,0,.37l-.34,2.53a2.5,2.5,0,0,0,0,.37c0,.43.22.52.84.52h1.94c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37L76,9.33c-.12.84-.24.93-1,.93H73c-.8,0-.95.18-1,1l-.74,5.52a5.81,5.81,0,0,0-.06.65c0,1.07.55,1.54,2,1.57a5.16,5.16,0,0,0,.68,0l.34,0c.33,0,.46.12.46.4a2.43,2.43,0,0,1,0,.34Z'/%3E%3Cpath class='cls-1' d='M91.39,7.27c.46,0,.68,0,.68.31a1.19,1.19,0,0,1-.19.55l-9.73,18.8c-.37.7-.56.83-1.36.83H78.91c-.46,0-.64-.09-.64-.31a1,1,0,0,1,.15-.49L81,22.24a1.92,1.92,0,0,0,.3-.95,3,3,0,0,0-.09-.65L78,8.16A1.48,1.48,0,0,1,78,7.73c0-.37.21-.46.77-.46h1.69c.8,0,1,.15,1.14.92l1.94,8.2c.06.28.13.43.28.43s.22-.06.34-.31L88.34,8.1c.34-.71.52-.83,1.33-.83Z'/%3E%3C/svg%3E"); } }
  @media (min-width: 769px) {
    .type_design .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-pc.svg); } }
  @media (max-width: 768.98px) {
    .type_design .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-sp.svg); } }

.type_design .btn.btn_clr_white_fmain {
  color: #0076a5;
  background: #fff; }
  .type_design .btn.btn_clr_white_fmain::after {
    border-color: #0076a5; }

.type_design .btn.btn_clr_flight {
  color: #fff;
  background: #0076a5; }
  .type_design .btn.btn_clr_flight::after {
    border-color: #fff; }

.type_design .btn.btn_clr_white_flight {
  color: #0076a5;
  background: #fff;
  border-color: #0076a5; }
  .type_design .btn.btn_clr_white_flight::after {
    border-color: #0076a5; }

@media (min-width: 769px) {
  .type_design .tab_top .tab__item.tab__item_active .tab__link {
    background: #0076a5; }
  .type_design .tab_top .tab__item .tab__link {
    color: #0076a5;
    border-color: #0076a5; }
    .type_design .tab_top .tab__item .tab__link::after {
      border-top-color: #0076a5;
      border-right-color: #0076a5; }
    .type_design .tab_top .tab__item .tab__link .tab__text {
      border-bottom-color: #0076a5; } }

.type_design .course-intro-bg::before, .type_design .course-intro-bg::after {
  border-color: #0076a5; }

.type_design .course {
  background: #0076a5; }
  .type_design .course__btn_rel_body {
    color: #0076a5; }
    .type_design .course__btn_rel_body_title_en::after {
      background: #0076a5; }

@media (min-width: 769px) {
  .type_design .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #231815), color-stop(40%, transparent), to(transparent)), url(/education/department/design/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 10%, transparent 40%, transparent 100%), url(/education/department/design/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

@media (max-width: 768.98px) {
  .type_design .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #231815), color-stop(60%, transparent), to(transparent)), url(/education/department/design/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 40%, transparent 60%, transparent 100%), url(/education/department/design/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

.type_design .career__list {
  padding: 10px;
  color: #0076a5; }

.type_design .career__box {
  border-color: #0076a5; }

.type_design .career__title {
  border-color: #0076a5; }

.type_design .class__title {
  color: #0076a5; }

.type_design .class__link:hover {
  background: #0076a5; }

.type_design .class__more-link {
  color: #0076a5;
  border-color: #0076a5; }

.type_design .activity__title {
  color: #0076a5; }

.type_design .activity__interview {
  border-color: #0076a5; }
  .type_design .activity__interview::before {
    border-bottom-color: #0076a5; }

.type_design .activity__qa-group {
  border-color: #0076a5; }
  @media (min-width: 769px) {
    .type_design .activity__qa-group:hover {
      background: #0076a5; } }

@media (max-width: 768.98px) {
  .type_design .activity__qa-box.activity__qa-box_type_q {
    color: #0076a5; }
    .type_design .activity__qa-box.activity__qa-box_type_q .activity__qa-body::after {
      border-color: #0076a5; } }

.type_design .activity__qa-box.activity__qa-box_type_a {
  background: #0076a5; }

.type_design .profile .staff-box__item .staff {
  padding: 1em;
  border-radius: 10px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 118, 165, 0.5);
          box-shadow: 0 0 7px 0 rgba(0, 118, 165, 0.5); }
  .type_design .profile .staff-box__item .staff__item {
    line-height: 185%; }
    .type_design .profile .staff-box__item .staff__item_name_jp {
      font-size: 150%;
      font-weight: lighter;
      padding: 0 0 0 13px;
      border-left: 2px solid #0076a5; }
    .type_design .profile .staff-box__item .staff__item_name_en {
      font-size: 90%;
      padding: 0 0 0 15px;
      border-left: 2px solid #0076a5; }
    .type_design .profile .staff-box__item .staff__item_kamoku_head {
      display: inline-block;
      padding: 0 0.5em;
      margin: 1em 0 0.5em 0;
      background: #666;
      font-size: 85%;
      color: white; }
    .type_design .profile .staff-box__item .staff__item.links a {
      color: red;
      text-decoration: underline; }
      .type_design .profile .staff-box__item .staff__item.links a::after {
        content: none; }
  .type_design .profile .staff-box__item .staff__job {
    font-size: 70%;
    background: #FFF;
    border: 1px #666 solid;
    padding: 0 0.5em;
    margin: 0 0 0 1em; }

.type_common .btns_order1 .btns__item.btns__item_head {
  border-bottom-color: #666; }
  .type_common .btns_order1 .btns__item.btns__item_head:nth-of-type(1) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23666;' preserveAspectRatio='xMinYMid' viewBox='0 0 18.64 52.46'%3E%3Ctitle%3Eimg-keyword-no1%3C/title%3E%3Cpath d='M12,50.68c-.23,1.47-.54,1.78-2.16,1.78H9.17c-1.39,0-1.78-.24-1.78-1.08a3.32,3.32,0,0,1,.08-.7L13.25,6.55a5.65,5.65,0,0,0,.08-.93c0-1-.24-1.31-1.47-1.31h-.31l-9.86.47H1.31C.31,4.78,0,4.54,0,3.7c0-.23.08-.77.15-1.39C.39.69.69.62,2.31.54L16.87,0h.38c1.08,0,1.39.39,1.39.92s-.15,1.39-.23,1.93Z'/%3E%3C/svg%3E"); }
  .type_common .btns_order1 .btns__item.btns__item_head:nth-of-type(2) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23666;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.74 52.99'%3E%3Ctitle%3Eimg-keyword-no2%3C/title%3E%3Cpath d='M30.35,48.76c1.23,0,1.69.07,1.69.92a4.87,4.87,0,0,1-.07.77l-.08.54c-.23,1.62-.62,2-2.23,2H.92C.23,53,0,52.84,0,52.38A2.77,2.77,0,0,1,.92,50.3c20.34-18.18,29.89-28,29.89-37.36,0-4.47-2.7-8.55-11.17-8.55A23.22,23.22,0,0,0,8.86,7a2.34,2.34,0,0,1-1,.31c-.31,0-.47-.16-.47-.62,0-.23.08-.77.24-1.85.23-1.46.46-1.92,1.84-2.54A24.76,24.76,0,0,1,20.41,0c11.4,0,15.33,5.55,15.33,11.94,0,10.48-8,20-25.11,35.28-.54.54-.77.84-.77,1.08s.46.46,1.39.46Z'/%3E%3C/svg%3E"); }
  .type_common .btns_order1 .btns__item.btns__item_head:nth-of-type(3) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23666;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.51 53.46'%3E%3Ctitle%3Eimg-keyword-no3%3C/title%3E%3Cpath d='M34.51,36c0,6.7-4.16,17.49-20.88,17.49A25.68,25.68,0,0,1,1.46,50.3C.38,49.68,0,49.3,0,48.37a15.21,15.21,0,0,1,.23-1.85c.08-.61.23-.92.62-.92a2.69,2.69,0,0,1,1.23.46A22.91,22.91,0,0,0,13.4,49.22c13.4,0,16.49-8.4,16.49-13,0-5.54-4.24-9-13.48-9H12c-1.31,0-1.78-.15-1.78-1.08,0-.31.08-.85.16-1.46.23-1.62.54-1.7,2.16-1.7h3.69c11.56,0,14.48-6.7,14.48-11.24,0-4-2.69-7.4-11-7.4a23.09,23.09,0,0,0-9.48,2,2.84,2.84,0,0,1-1.15.38c-.31,0-.46-.15-.46-.69a13.68,13.68,0,0,1,.15-1.39,2.79,2.79,0,0,1,2.08-2.69A24,24,0,0,1,20.57,0c11.7,0,14.94,5.24,14.94,10.55,0,3.85-1.46,10.09-7.63,13.33-.69.31-1,.61-1,.85s.39.53,1.08.84A10.8,10.8,0,0,1,34.51,36Z'/%3E%3C/svg%3E"); }

.type_common .btn.btn_type_arrow1 {
  color: #333; }
  .type_common .btn.btn_type_arrow1::after {
    border-top-color: #333;
    border-right-color: #333; }

.type_common .btn.btn_type_arrow1_btm::after {
  border-right-color: #333;
  border-bottom-color: #333; }

.type_common .btn.btn_type_plus {
  color: #333; }

.type_common .btn.btn_type_border1 {
  color: #666;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(102, 102, 102, 0.2) 0, rgba(102, 102, 102, 0.2) 6px);
  border-color: #666; }
  @media (min-width: 769px) {
    .type_common .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-pc.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23666;' preserveAspectRatio='xMinYMid' viewBox='0 0 78.21 23.43'%3E%3Ctitle%3Eimg-btn-facility-pc%3C/title%3E%3Cpath class='cls-1' d='M.78,18.41c-.65,0-.78-.13-.78-.78V1.46C0,.81.13.68.78.68H8.89c.65,0,.78.13.78.78V2.65c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78V7c0,.65.13.78.78.78H8.35c.65,0,.78.13.78.78V9.59c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78v6.48c0,.65-.13.78-.78.78Z'/%3E%3Cpath class='cls-1' d='M19.23,18.41c-.36,0-.47-.08-.47-.5,0-.2,0-.31-.13-.31a.59.59,0,0,0-.26.11,6.73,6.73,0,0,1-3.17.83c-2.24,0-3.95-1.09-3.95-3.41,0-2.91,3-4.21,6.65-4.68.45,0,.63-.15.63-.36a1.37,1.37,0,0,0-.11-.47c-.31-.86-1.06-1.07-2.26-1.07A8.68,8.68,0,0,0,13,9.13a1.32,1.32,0,0,1-.44.13c-.24,0-.26-.19-.26-.63v-1a.89.89,0,0,1,.73-1A10.15,10.15,0,0,1,16.53,6c3.14,0,4.86,1.14,4.86,4.78v6.87c0,.65-.13.78-.78.78ZM14.05,15c0,.94.94,1.15,1.85,1.15a4.89,4.89,0,0,0,2-.45c.6-.26.71-.41.71-1v-1.3c0-.49-.06-.67-.37-.67a2.38,2.38,0,0,0-.41.05C15.56,13.13,14.05,13.86,14.05,15Z'/%3E%3Cpath class='cls-1' d='M30,18.54c-4.14,0-5.8-2.94-5.8-5.8C24.23,9.1,26.47,6,30.83,6a7.81,7.81,0,0,1,1.59.13c.57.11.73.31.73.91v1.2c0,.49,0,.65-.36.65a3,3,0,0,1-.39-.05,5.38,5.38,0,0,0-1.2-.13,3.81,3.81,0,0,0-4,3.92A3.11,3.11,0,0,0,30.63,16a6.16,6.16,0,0,0,1.64-.21,1.65,1.65,0,0,1,.44-.08c.23,0,.28.16.28.62v.94c0,.62-.13.81-.72,1A8.16,8.16,0,0,1,30,18.54Z'/%3E%3Cpath class='cls-1' d='M35.84,2.89A1.81,1.81,0,0,1,37.71,1,1.63,1.63,0,0,1,39.46,2.6a1.86,1.86,0,0,1-1.9,2A1.65,1.65,0,0,1,35.84,2.89Zm3.23,14.74c0,.65-.13.78-.78.78H37c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.28c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M46.14,18.43c-2.58,0-3.56-1.11-3.56-4V.78c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78V14.17c0,1.22.13,1.82,1.4,1.82.4,0,.58,0,.73,0s.39.13.39.5v1.12c0,.65-.13.8-.78.83C46.68,18.43,46.48,18.43,46.14,18.43Z'/%3E%3Cpath class='cls-1' d='M50.08,2.89A1.81,1.81,0,0,1,52,1,1.62,1.62,0,0,1,53.69,2.6a1.85,1.85,0,0,1-1.89,2A1.65,1.65,0,0,1,50.08,2.89ZM53.3,17.63c0,.65-.13.78-.78.78H51.25c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M63.83,17.47c0,.63-.13.78-.75.89a10.07,10.07,0,0,1-1.49.13c-3,0-3.92-1.41-3.92-3.93V9.44c0-.65-.13-.78-.78-.78h-.47c-.65,0-.78-.13-.78-.78v-1c0-.65.13-.78.78-.78h.47c.65,0,.78-.13.78-.78V3.25c0-.65.13-.78.78-.78h1.17c.65,0,.78.13.78.78V5.36c0,.65.13.78.78.78h1.87c.65,0,.78.13.78.78v1c0,.65-.13.78-.78.78H61.18c-.65,0-.78.13-.78.78v4.7c0,1.33.44,1.85,1.82,1.85.6,0,.88-.08,1.09-.08.39,0,.52.18.52.73Z'/%3E%3Cpath class='cls-1' d='M77.61,6.14c.42,0,.6.05.6.28a1.27,1.27,0,0,1-.1.44L71.71,22.7c-.23.6-.39.73-1.07.73H69.11c-.42,0-.6-.06-.6-.29a1.48,1.48,0,0,1,.13-.44l1.59-3.77a1.94,1.94,0,0,0,.21-.76,2.11,2.11,0,0,0-.19-.7L66,6.86a1.27,1.27,0,0,1-.1-.44c0-.23.18-.28.6-.28h1.48c.68,0,.83.1,1.07.72L71.81,14c.11.26.21.41.29.41s.18-.15.29-.41l2.8-7.13c.24-.62.39-.72,1.07-.72Z'/%3E%3C/svg%3E"); } }
  @media (max-width: 768.98px) {
    .type_common .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-sp.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23666;' preserveAspectRatio='xMinYMid' viewBox='0 0 92.07 27.76'%3E%3Ctitle%3Eimg-btn-facility-sp%3C/title%3E%3Cpath class='cls-1' d='M.83,21.81c-.61,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L2.59,1.72C2.68,1,2.93.8,3.73.8h9c.62,0,.81.12.81.56a2.55,2.55,0,0,1,0,.46L13.34,3c-.12.8-.28,1-1.08,1H6.62c-.8,0-.92.09-1,.89L5.11,8.32a2.34,2.34,0,0,0,0,.37c0,.37.22.49.84.49H11c.61,0,.83.09.83.56a2.25,2.25,0,0,1,0,.36l-.19,1.27c-.12.8-.24.92-1,.92H5.51c-.8,0-1,.16-1,.93l-1,7.67c-.09.74-.22.92-1,.92Z'/%3E%3Cpath class='cls-1' d='M22.28,21.81c-.44,0-.56-.15-.56-.52,0-.19,0-.28-.12-.28a.72.72,0,0,0-.28.09,6.69,6.69,0,0,1-3.45.9c-3,0-5-2.19-5-5.61,0-7,5.82-9.27,10.51-9.27a13,13,0,0,1,2.4.21c.61.13.8.37.8.8a2.34,2.34,0,0,1,0,.37L24.9,20.89c-.1.8-.25.92-1,.92Zm-6-5.61a2.55,2.55,0,0,0,2.74,2.87,4.81,4.81,0,0,0,2.07-.49A1.27,1.27,0,0,0,22,17.34l.8-6a2.43,2.43,0,0,0,0-.34c0-.49-.15-.68-.65-.68a3,3,0,0,0-.43,0C19.53,10.66,16.33,12,16.33,16.2Z'/%3E%3Cpath class='cls-1' d='M39.38,7.3c.58.16.8.34.8.74a1.9,1.9,0,0,1,0,.31L39.93,10c-.06.46-.15.65-.43.65a1.78,1.78,0,0,1-.52-.1,4.28,4.28,0,0,0-1.27-.18,5.12,5.12,0,0,0-5.23,5.36c0,1.85.89,3.33,3.66,3.33a5.47,5.47,0,0,0,1.6-.22,1.59,1.59,0,0,1,.47-.09c.18,0,.27.09.27.34a2,2,0,0,1,0,.28l-.15,1.1c-.12.81-.31,1-1,1.24A7.6,7.6,0,0,1,35,22c-4.22,0-6-2.81-6-6,0-4.38,2.77-8.84,8.65-8.84A6.9,6.9,0,0,1,39.38,7.3Z'/%3E%3Cpath class='cls-1' d='M45.54,20.89c-.09.8-.25.92-1,.92H43c-.62,0-.84-.09-.84-.55a2.34,2.34,0,0,1,0-.37l1.7-12.66c.09-.81.25-1,1.05-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM44.09,3.42a2.15,2.15,0,0,1,2.25-2.25,1.9,1.9,0,0,1,2,1.91,2.19,2.19,0,0,1-2.21,2.37A2,2,0,0,1,44.09,3.42Z'/%3E%3Cpath class='cls-1' d='M55.65,21c-.09.59-.22.74-.8.8a7.78,7.78,0,0,1-.8,0c-2.81,0-4-1.23-4-3.79a10,10,0,0,1,.09-1.29L52.26.92c.12-.8.25-.92,1.05-.92h1.48c.61,0,.83.09.83.55a2.5,2.5,0,0,1,0,.37l-2.13,15.9a5.7,5.7,0,0,0-.06.68c0,1,.43,1.48,1.63,1.48.19,0,.37,0,.49,0s.37.09.37.27a1.6,1.6,0,0,1,0,.28Z'/%3E%3Cpath class='cls-1' d='M62.27,20.89c-.09.8-.24.92-1,.92H59.75c-.62,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L60.64,8.23c.09-.81.25-1,1-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM60.83,3.42a2.15,2.15,0,0,1,2.24-2.25,1.91,1.91,0,0,1,2,1.91,2.19,2.19,0,0,1-2.22,2.37A2,2,0,0,1,60.83,3.42Z'/%3E%3Cpath class='cls-1' d='M74.41,20.76c-.09.77-.21,1-1,1a10.47,10.47,0,0,1-1.36.09c-3.14,0-4.25-1.51-4.25-3.72A8.31,8.31,0,0,1,67.91,17l.77-5.79a2.5,2.5,0,0,0,0-.37c0-.46-.21-.55-.83-.55h-.43c-.62,0-.83-.09-.83-.49a2.5,2.5,0,0,1,0-.37l.18-1.24c.13-.83.25-.89,1-.89h.4c.8,0,1-.12,1-.89l.34-2.53c.09-.8.25-.92,1-.92H72.1c.62,0,.83.09.83.55a3,3,0,0,1,0,.37l-.34,2.53a2.5,2.5,0,0,0,0,.37c0,.43.22.52.84.52h1.94c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37L76,9.33c-.12.84-.24.93-1,.93H73c-.8,0-.95.18-1,1l-.74,5.52a5.81,5.81,0,0,0-.06.65c0,1.07.55,1.54,2,1.57a5.16,5.16,0,0,0,.68,0l.34,0c.33,0,.46.12.46.4a2.43,2.43,0,0,1,0,.34Z'/%3E%3Cpath class='cls-1' d='M91.39,7.27c.46,0,.68,0,.68.31a1.19,1.19,0,0,1-.19.55l-9.73,18.8c-.37.7-.56.83-1.36.83H78.91c-.46,0-.64-.09-.64-.31a1,1,0,0,1,.15-.49L81,22.24a1.92,1.92,0,0,0,.3-.95,3,3,0,0,0-.09-.65L78,8.16A1.48,1.48,0,0,1,78,7.73c0-.37.21-.46.77-.46h1.69c.8,0,1,.15,1.14.92l1.94,8.2c.06.28.13.43.28.43s.22-.06.34-.31L88.34,8.1c.34-.71.52-.83,1.33-.83Z'/%3E%3C/svg%3E"); } }
  @media (min-width: 769px) {
    .type_common .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-pc.svg); } }
  @media (max-width: 768.98px) {
    .type_common .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-sp.svg); } }

.type_common .btn.btn_clr_white_fmain {
  color: #333;
  background: #fff; }
  .type_common .btn.btn_clr_white_fmain::after {
    border-color: #333; }

.type_common .btn.btn_clr_flight {
  color: #fff;
  background: #666; }
  .type_common .btn.btn_clr_flight::after {
    border-color: #fff; }

.type_common .btn.btn_clr_white_flight {
  color: #666;
  background: #fff;
  border-color: #666; }
  .type_common .btn.btn_clr_white_flight::after {
    border-color: #666; }

@media (min-width: 769px) {
  .type_common .tab_top .tab__item.tab__item_active .tab__link {
    background: #333; }
  .type_common .tab_top .tab__item .tab__link {
    color: #333;
    border-color: #333; }
    .type_common .tab_top .tab__item .tab__link::after {
      border-top-color: #333;
      border-right-color: #333; }
    .type_common .tab_top .tab__item .tab__link .tab__text {
      border-bottom-color: #333; } }

.type_common .course-intro-bg::before, .type_common .course-intro-bg::after {
  border-color: #333; }

.type_common .course {
  background: #333; }
  .type_common .course__btn_rel_body {
    color: #333; }
    .type_common .course__btn_rel_body_title_en::after {
      background: #333; }

@media (min-width: 769px) {
  .type_common .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #231815), color-stop(40%, transparent), to(transparent)), url(/education/department/common/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 10%, transparent 40%, transparent 100%), url(/education/department/common/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

@media (max-width: 768.98px) {
  .type_common .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #231815), color-stop(60%, transparent), to(transparent)), url(/education/department/common/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 40%, transparent 60%, transparent 100%), url(/education/department/common/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

.type_common .career__list {
  padding: 10px;
  color: #666; }

.type_common .career__box {
  border-color: #666; }

.type_common .career__title {
  border-color: #666; }

.type_common .class__title {
  color: #333; }

.type_common .class__link:hover {
  background: #333; }

.type_common .class__more-link {
  color: #333;
  border-color: #333; }

.type_common .activity__title {
  color: #333; }

.type_common .activity__interview {
  border-color: #333; }
  .type_common .activity__interview::before {
    border-bottom-color: #333; }

.type_common .activity__qa-group {
  border-color: #333; }
  @media (min-width: 769px) {
    .type_common .activity__qa-group:hover {
      background: #333; } }

@media (max-width: 768.98px) {
  .type_common .activity__qa-box.activity__qa-box_type_q {
    color: #333; }
    .type_common .activity__qa-box.activity__qa-box_type_q .activity__qa-body::after {
      border-color: #333; } }

.type_common .activity__qa-box.activity__qa-box_type_a {
  background: #333; }

.type_common .profile .staff-box__item .staff {
  padding: 1em;
  border-radius: 10px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 7px 0 rgba(102, 102, 102, 0.5);
          box-shadow: 0 0 7px 0 rgba(102, 102, 102, 0.5); }
  .type_common .profile .staff-box__item .staff__item {
    line-height: 185%; }
    .type_common .profile .staff-box__item .staff__item_name_jp {
      font-size: 150%;
      font-weight: lighter;
      padding: 0 0 0 13px;
      border-left: 2px solid #333; }
    .type_common .profile .staff-box__item .staff__item_name_en {
      font-size: 90%;
      padding: 0 0 0 15px;
      border-left: 2px solid #333; }
    .type_common .profile .staff-box__item .staff__item_kamoku_head {
      display: inline-block;
      padding: 0 0.5em;
      margin: 1em 0 0.5em 0;
      background: #666;
      font-size: 85%;
      color: white; }
    .type_common .profile .staff-box__item .staff__item.links a {
      color: red;
      text-decoration: underline; }
      .type_common .profile .staff-box__item .staff__item.links a::after {
        content: none; }
  .type_common .profile .staff-box__item .staff__job {
    font-size: 70%;
    background: #FFF;
    border: 1px #666 solid;
    padding: 0 0.5em;
    margin: 0 0 0 1em; }

.type_gs_def .btns_order1 .btns__item.btns__item_head {
  border-bottom-color: #293846; }
  .type_gs_def .btns_order1 .btns__item.btns__item_head:nth-of-type(1) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23293846;' preserveAspectRatio='xMinYMid' viewBox='0 0 18.64 52.46'%3E%3Ctitle%3Eimg-keyword-no1%3C/title%3E%3Cpath d='M12,50.68c-.23,1.47-.54,1.78-2.16,1.78H9.17c-1.39,0-1.78-.24-1.78-1.08a3.32,3.32,0,0,1,.08-.7L13.25,6.55a5.65,5.65,0,0,0,.08-.93c0-1-.24-1.31-1.47-1.31h-.31l-9.86.47H1.31C.31,4.78,0,4.54,0,3.7c0-.23.08-.77.15-1.39C.39.69.69.62,2.31.54L16.87,0h.38c1.08,0,1.39.39,1.39.92s-.15,1.39-.23,1.93Z'/%3E%3C/svg%3E"); }
  .type_gs_def .btns_order1 .btns__item.btns__item_head:nth-of-type(2) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23293846;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.74 52.99'%3E%3Ctitle%3Eimg-keyword-no2%3C/title%3E%3Cpath d='M30.35,48.76c1.23,0,1.69.07,1.69.92a4.87,4.87,0,0,1-.07.77l-.08.54c-.23,1.62-.62,2-2.23,2H.92C.23,53,0,52.84,0,52.38A2.77,2.77,0,0,1,.92,50.3c20.34-18.18,29.89-28,29.89-37.36,0-4.47-2.7-8.55-11.17-8.55A23.22,23.22,0,0,0,8.86,7a2.34,2.34,0,0,1-1,.31c-.31,0-.47-.16-.47-.62,0-.23.08-.77.24-1.85.23-1.46.46-1.92,1.84-2.54A24.76,24.76,0,0,1,20.41,0c11.4,0,15.33,5.55,15.33,11.94,0,10.48-8,20-25.11,35.28-.54.54-.77.84-.77,1.08s.46.46,1.39.46Z'/%3E%3C/svg%3E"); }
  .type_gs_def .btns_order1 .btns__item.btns__item_head:nth-of-type(3) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23293846;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.51 53.46'%3E%3Ctitle%3Eimg-keyword-no3%3C/title%3E%3Cpath d='M34.51,36c0,6.7-4.16,17.49-20.88,17.49A25.68,25.68,0,0,1,1.46,50.3C.38,49.68,0,49.3,0,48.37a15.21,15.21,0,0,1,.23-1.85c.08-.61.23-.92.62-.92a2.69,2.69,0,0,1,1.23.46A22.91,22.91,0,0,0,13.4,49.22c13.4,0,16.49-8.4,16.49-13,0-5.54-4.24-9-13.48-9H12c-1.31,0-1.78-.15-1.78-1.08,0-.31.08-.85.16-1.46.23-1.62.54-1.7,2.16-1.7h3.69c11.56,0,14.48-6.7,14.48-11.24,0-4-2.69-7.4-11-7.4a23.09,23.09,0,0,0-9.48,2,2.84,2.84,0,0,1-1.15.38c-.31,0-.46-.15-.46-.69a13.68,13.68,0,0,1,.15-1.39,2.79,2.79,0,0,1,2.08-2.69A24,24,0,0,1,20.57,0c11.7,0,14.94,5.24,14.94,10.55,0,3.85-1.46,10.09-7.63,13.33-.69.31-1,.61-1,.85s.39.53,1.08.84A10.8,10.8,0,0,1,34.51,36Z'/%3E%3C/svg%3E"); }

.type_gs_def .btn.btn_type_arrow1 {
  color: #293846; }
  .type_gs_def .btn.btn_type_arrow1::after {
    border-top-color: #293846;
    border-right-color: #293846; }

.type_gs_def .btn.btn_type_arrow1_btm::after {
  border-right-color: #293846;
  border-bottom-color: #293846; }

.type_gs_def .btn.btn_type_plus {
  color: #293846; }

.type_gs_def .btn.btn_type_border1 {
  color: #293846;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(41, 56, 70, 0.2) 0, rgba(41, 56, 70, 0.2) 6px);
  border-color: #293846; }
  @media (min-width: 769px) {
    .type_gs_def .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-pc.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23293846;' preserveAspectRatio='xMinYMid' viewBox='0 0 78.21 23.43'%3E%3Ctitle%3Eimg-btn-facility-pc%3C/title%3E%3Cpath class='cls-1' d='M.78,18.41c-.65,0-.78-.13-.78-.78V1.46C0,.81.13.68.78.68H8.89c.65,0,.78.13.78.78V2.65c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78V7c0,.65.13.78.78.78H8.35c.65,0,.78.13.78.78V9.59c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78v6.48c0,.65-.13.78-.78.78Z'/%3E%3Cpath class='cls-1' d='M19.23,18.41c-.36,0-.47-.08-.47-.5,0-.2,0-.31-.13-.31a.59.59,0,0,0-.26.11,6.73,6.73,0,0,1-3.17.83c-2.24,0-3.95-1.09-3.95-3.41,0-2.91,3-4.21,6.65-4.68.45,0,.63-.15.63-.36a1.37,1.37,0,0,0-.11-.47c-.31-.86-1.06-1.07-2.26-1.07A8.68,8.68,0,0,0,13,9.13a1.32,1.32,0,0,1-.44.13c-.24,0-.26-.19-.26-.63v-1a.89.89,0,0,1,.73-1A10.15,10.15,0,0,1,16.53,6c3.14,0,4.86,1.14,4.86,4.78v6.87c0,.65-.13.78-.78.78ZM14.05,15c0,.94.94,1.15,1.85,1.15a4.89,4.89,0,0,0,2-.45c.6-.26.71-.41.71-1v-1.3c0-.49-.06-.67-.37-.67a2.38,2.38,0,0,0-.41.05C15.56,13.13,14.05,13.86,14.05,15Z'/%3E%3Cpath class='cls-1' d='M30,18.54c-4.14,0-5.8-2.94-5.8-5.8C24.23,9.1,26.47,6,30.83,6a7.81,7.81,0,0,1,1.59.13c.57.11.73.31.73.91v1.2c0,.49,0,.65-.36.65a3,3,0,0,1-.39-.05,5.38,5.38,0,0,0-1.2-.13,3.81,3.81,0,0,0-4,3.92A3.11,3.11,0,0,0,30.63,16a6.16,6.16,0,0,0,1.64-.21,1.65,1.65,0,0,1,.44-.08c.23,0,.28.16.28.62v.94c0,.62-.13.81-.72,1A8.16,8.16,0,0,1,30,18.54Z'/%3E%3Cpath class='cls-1' d='M35.84,2.89A1.81,1.81,0,0,1,37.71,1,1.63,1.63,0,0,1,39.46,2.6a1.86,1.86,0,0,1-1.9,2A1.65,1.65,0,0,1,35.84,2.89Zm3.23,14.74c0,.65-.13.78-.78.78H37c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.28c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M46.14,18.43c-2.58,0-3.56-1.11-3.56-4V.78c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78V14.17c0,1.22.13,1.82,1.4,1.82.4,0,.58,0,.73,0s.39.13.39.5v1.12c0,.65-.13.8-.78.83C46.68,18.43,46.48,18.43,46.14,18.43Z'/%3E%3Cpath class='cls-1' d='M50.08,2.89A1.81,1.81,0,0,1,52,1,1.62,1.62,0,0,1,53.69,2.6a1.85,1.85,0,0,1-1.89,2A1.65,1.65,0,0,1,50.08,2.89ZM53.3,17.63c0,.65-.13.78-.78.78H51.25c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M63.83,17.47c0,.63-.13.78-.75.89a10.07,10.07,0,0,1-1.49.13c-3,0-3.92-1.41-3.92-3.93V9.44c0-.65-.13-.78-.78-.78h-.47c-.65,0-.78-.13-.78-.78v-1c0-.65.13-.78.78-.78h.47c.65,0,.78-.13.78-.78V3.25c0-.65.13-.78.78-.78h1.17c.65,0,.78.13.78.78V5.36c0,.65.13.78.78.78h1.87c.65,0,.78.13.78.78v1c0,.65-.13.78-.78.78H61.18c-.65,0-.78.13-.78.78v4.7c0,1.33.44,1.85,1.82,1.85.6,0,.88-.08,1.09-.08.39,0,.52.18.52.73Z'/%3E%3Cpath class='cls-1' d='M77.61,6.14c.42,0,.6.05.6.28a1.27,1.27,0,0,1-.1.44L71.71,22.7c-.23.6-.39.73-1.07.73H69.11c-.42,0-.6-.06-.6-.29a1.48,1.48,0,0,1,.13-.44l1.59-3.77a1.94,1.94,0,0,0,.21-.76,2.11,2.11,0,0,0-.19-.7L66,6.86a1.27,1.27,0,0,1-.1-.44c0-.23.18-.28.6-.28h1.48c.68,0,.83.1,1.07.72L71.81,14c.11.26.21.41.29.41s.18-.15.29-.41l2.8-7.13c.24-.62.39-.72,1.07-.72Z'/%3E%3C/svg%3E"); } }
  @media (max-width: 768.98px) {
    .type_gs_def .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-sp.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23293846;' preserveAspectRatio='xMinYMid' viewBox='0 0 92.07 27.76'%3E%3Ctitle%3Eimg-btn-facility-sp%3C/title%3E%3Cpath class='cls-1' d='M.83,21.81c-.61,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L2.59,1.72C2.68,1,2.93.8,3.73.8h9c.62,0,.81.12.81.56a2.55,2.55,0,0,1,0,.46L13.34,3c-.12.8-.28,1-1.08,1H6.62c-.8,0-.92.09-1,.89L5.11,8.32a2.34,2.34,0,0,0,0,.37c0,.37.22.49.84.49H11c.61,0,.83.09.83.56a2.25,2.25,0,0,1,0,.36l-.19,1.27c-.12.8-.24.92-1,.92H5.51c-.8,0-1,.16-1,.93l-1,7.67c-.09.74-.22.92-1,.92Z'/%3E%3Cpath class='cls-1' d='M22.28,21.81c-.44,0-.56-.15-.56-.52,0-.19,0-.28-.12-.28a.72.72,0,0,0-.28.09,6.69,6.69,0,0,1-3.45.9c-3,0-5-2.19-5-5.61,0-7,5.82-9.27,10.51-9.27a13,13,0,0,1,2.4.21c.61.13.8.37.8.8a2.34,2.34,0,0,1,0,.37L24.9,20.89c-.1.8-.25.92-1,.92Zm-6-5.61a2.55,2.55,0,0,0,2.74,2.87,4.81,4.81,0,0,0,2.07-.49A1.27,1.27,0,0,0,22,17.34l.8-6a2.43,2.43,0,0,0,0-.34c0-.49-.15-.68-.65-.68a3,3,0,0,0-.43,0C19.53,10.66,16.33,12,16.33,16.2Z'/%3E%3Cpath class='cls-1' d='M39.38,7.3c.58.16.8.34.8.74a1.9,1.9,0,0,1,0,.31L39.93,10c-.06.46-.15.65-.43.65a1.78,1.78,0,0,1-.52-.1,4.28,4.28,0,0,0-1.27-.18,5.12,5.12,0,0,0-5.23,5.36c0,1.85.89,3.33,3.66,3.33a5.47,5.47,0,0,0,1.6-.22,1.59,1.59,0,0,1,.47-.09c.18,0,.27.09.27.34a2,2,0,0,1,0,.28l-.15,1.1c-.12.81-.31,1-1,1.24A7.6,7.6,0,0,1,35,22c-4.22,0-6-2.81-6-6,0-4.38,2.77-8.84,8.65-8.84A6.9,6.9,0,0,1,39.38,7.3Z'/%3E%3Cpath class='cls-1' d='M45.54,20.89c-.09.8-.25.92-1,.92H43c-.62,0-.84-.09-.84-.55a2.34,2.34,0,0,1,0-.37l1.7-12.66c.09-.81.25-1,1.05-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM44.09,3.42a2.15,2.15,0,0,1,2.25-2.25,1.9,1.9,0,0,1,2,1.91,2.19,2.19,0,0,1-2.21,2.37A2,2,0,0,1,44.09,3.42Z'/%3E%3Cpath class='cls-1' d='M55.65,21c-.09.59-.22.74-.8.8a7.78,7.78,0,0,1-.8,0c-2.81,0-4-1.23-4-3.79a10,10,0,0,1,.09-1.29L52.26.92c.12-.8.25-.92,1.05-.92h1.48c.61,0,.83.09.83.55a2.5,2.5,0,0,1,0,.37l-2.13,15.9a5.7,5.7,0,0,0-.06.68c0,1,.43,1.48,1.63,1.48.19,0,.37,0,.49,0s.37.09.37.27a1.6,1.6,0,0,1,0,.28Z'/%3E%3Cpath class='cls-1' d='M62.27,20.89c-.09.8-.24.92-1,.92H59.75c-.62,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L60.64,8.23c.09-.81.25-1,1-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM60.83,3.42a2.15,2.15,0,0,1,2.24-2.25,1.91,1.91,0,0,1,2,1.91,2.19,2.19,0,0,1-2.22,2.37A2,2,0,0,1,60.83,3.42Z'/%3E%3Cpath class='cls-1' d='M74.41,20.76c-.09.77-.21,1-1,1a10.47,10.47,0,0,1-1.36.09c-3.14,0-4.25-1.51-4.25-3.72A8.31,8.31,0,0,1,67.91,17l.77-5.79a2.5,2.5,0,0,0,0-.37c0-.46-.21-.55-.83-.55h-.43c-.62,0-.83-.09-.83-.49a2.5,2.5,0,0,1,0-.37l.18-1.24c.13-.83.25-.89,1-.89h.4c.8,0,1-.12,1-.89l.34-2.53c.09-.8.25-.92,1-.92H72.1c.62,0,.83.09.83.55a3,3,0,0,1,0,.37l-.34,2.53a2.5,2.5,0,0,0,0,.37c0,.43.22.52.84.52h1.94c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37L76,9.33c-.12.84-.24.93-1,.93H73c-.8,0-.95.18-1,1l-.74,5.52a5.81,5.81,0,0,0-.06.65c0,1.07.55,1.54,2,1.57a5.16,5.16,0,0,0,.68,0l.34,0c.33,0,.46.12.46.4a2.43,2.43,0,0,1,0,.34Z'/%3E%3Cpath class='cls-1' d='M91.39,7.27c.46,0,.68,0,.68.31a1.19,1.19,0,0,1-.19.55l-9.73,18.8c-.37.7-.56.83-1.36.83H78.91c-.46,0-.64-.09-.64-.31a1,1,0,0,1,.15-.49L81,22.24a1.92,1.92,0,0,0,.3-.95,3,3,0,0,0-.09-.65L78,8.16A1.48,1.48,0,0,1,78,7.73c0-.37.21-.46.77-.46h1.69c.8,0,1,.15,1.14.92l1.94,8.2c.06.28.13.43.28.43s.22-.06.34-.31L88.34,8.1c.34-.71.52-.83,1.33-.83Z'/%3E%3C/svg%3E"); } }
  @media (min-width: 769px) {
    .type_gs_def .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-pc.svg); } }
  @media (max-width: 768.98px) {
    .type_gs_def .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-sp.svg); } }

.type_gs_def .btn.btn_clr_white_fmain {
  color: #293846;
  background: #fff; }
  .type_gs_def .btn.btn_clr_white_fmain::after {
    border-color: #293846; }

.type_gs_def .btn.btn_clr_flight {
  color: #fff;
  background: #293846; }
  .type_gs_def .btn.btn_clr_flight::after {
    border-color: #fff; }

.type_gs_def .btn.btn_clr_white_flight {
  color: #293846;
  background: #fff;
  border-color: #293846; }
  .type_gs_def .btn.btn_clr_white_flight::after {
    border-color: #293846; }

@media (min-width: 769px) {
  .type_gs_def .tab_top .tab__item.tab__item_active .tab__link {
    background: #293846; }
  .type_gs_def .tab_top .tab__item .tab__link {
    color: #293846;
    border-color: #293846; }
    .type_gs_def .tab_top .tab__item .tab__link::after {
      border-top-color: #293846;
      border-right-color: #293846; }
    .type_gs_def .tab_top .tab__item .tab__link .tab__text {
      border-bottom-color: #293846; } }

.type_gs_def .course-intro-bg::before, .type_gs_def .course-intro-bg::after {
  border-color: #293846; }

.type_gs_def .course {
  background: #293846; }
  .type_gs_def .course__btn_rel_body {
    color: #293846; }
    .type_gs_def .course__btn_rel_body_title_en::after {
      background: #293846; }

@media (min-width: 769px) {
  .type_gs_def .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #231815), color-stop(40%, transparent), to(transparent)), url(/education/department/gs_def/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 10%, transparent 40%, transparent 100%), url(/education/department/gs_def/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

@media (max-width: 768.98px) {
  .type_gs_def .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #231815), color-stop(60%, transparent), to(transparent)), url(/education/department/gs_def/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 40%, transparent 60%, transparent 100%), url(/education/department/gs_def/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

.type_gs_def .career__list {
  padding: 10px;
  color: #293846; }

.type_gs_def .career__box {
  border-color: #293846; }

.type_gs_def .career__title {
  border-color: #293846; }

.type_gs_def .class__title {
  color: #293846; }

.type_gs_def .class__link:hover {
  background: #293846; }

.type_gs_def .class__more-link {
  color: #293846;
  border-color: #293846; }

.type_gs_def .activity__title {
  color: #293846; }

.type_gs_def .activity__interview {
  border-color: #293846; }
  .type_gs_def .activity__interview::before {
    border-bottom-color: #293846; }

.type_gs_def .activity__qa-group {
  border-color: #293846; }
  @media (min-width: 769px) {
    .type_gs_def .activity__qa-group:hover {
      background: #293846; } }

@media (max-width: 768.98px) {
  .type_gs_def .activity__qa-box.activity__qa-box_type_q {
    color: #293846; }
    .type_gs_def .activity__qa-box.activity__qa-box_type_q .activity__qa-body::after {
      border-color: #293846; } }

.type_gs_def .activity__qa-box.activity__qa-box_type_a {
  background: #293846; }

.type_gs_def .profile .staff-box__item .staff {
  padding: 1em;
  border-radius: 10px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 7px 0 rgba(41, 56, 70, 0.5);
          box-shadow: 0 0 7px 0 rgba(41, 56, 70, 0.5); }
  .type_gs_def .profile .staff-box__item .staff__item {
    line-height: 185%; }
    .type_gs_def .profile .staff-box__item .staff__item_name_jp {
      font-size: 150%;
      font-weight: lighter;
      padding: 0 0 0 13px;
      border-left: 2px solid #293846; }
    .type_gs_def .profile .staff-box__item .staff__item_name_en {
      font-size: 90%;
      padding: 0 0 0 15px;
      border-left: 2px solid #293846; }
    .type_gs_def .profile .staff-box__item .staff__item_kamoku_head {
      display: inline-block;
      padding: 0 0.5em;
      margin: 1em 0 0.5em 0;
      background: #666;
      font-size: 85%;
      color: white; }
    .type_gs_def .profile .staff-box__item .staff__item.links a {
      color: red;
      text-decoration: underline; }
      .type_gs_def .profile .staff-box__item .staff__item.links a::after {
        content: none; }
  .type_gs_def .profile .staff-box__item .staff__job {
    font-size: 70%;
    background: #FFF;
    border: 1px #666 solid;
    padding: 0 0.5em;
    margin: 0 0 0 1em; }

.type_gs_literature .btns_order1 .btns__item.btns__item_head {
  border-bottom-color: #708996; }
  .type_gs_literature .btns_order1 .btns__item.btns__item_head:nth-of-type(1) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23708996;' preserveAspectRatio='xMinYMid' viewBox='0 0 18.64 52.46'%3E%3Ctitle%3Eimg-keyword-no1%3C/title%3E%3Cpath d='M12,50.68c-.23,1.47-.54,1.78-2.16,1.78H9.17c-1.39,0-1.78-.24-1.78-1.08a3.32,3.32,0,0,1,.08-.7L13.25,6.55a5.65,5.65,0,0,0,.08-.93c0-1-.24-1.31-1.47-1.31h-.31l-9.86.47H1.31C.31,4.78,0,4.54,0,3.7c0-.23.08-.77.15-1.39C.39.69.69.62,2.31.54L16.87,0h.38c1.08,0,1.39.39,1.39.92s-.15,1.39-.23,1.93Z'/%3E%3C/svg%3E"); }
  .type_gs_literature .btns_order1 .btns__item.btns__item_head:nth-of-type(2) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23708996;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.74 52.99'%3E%3Ctitle%3Eimg-keyword-no2%3C/title%3E%3Cpath d='M30.35,48.76c1.23,0,1.69.07,1.69.92a4.87,4.87,0,0,1-.07.77l-.08.54c-.23,1.62-.62,2-2.23,2H.92C.23,53,0,52.84,0,52.38A2.77,2.77,0,0,1,.92,50.3c20.34-18.18,29.89-28,29.89-37.36,0-4.47-2.7-8.55-11.17-8.55A23.22,23.22,0,0,0,8.86,7a2.34,2.34,0,0,1-1,.31c-.31,0-.47-.16-.47-.62,0-.23.08-.77.24-1.85.23-1.46.46-1.92,1.84-2.54A24.76,24.76,0,0,1,20.41,0c11.4,0,15.33,5.55,15.33,11.94,0,10.48-8,20-25.11,35.28-.54.54-.77.84-.77,1.08s.46.46,1.39.46Z'/%3E%3C/svg%3E"); }
  .type_gs_literature .btns_order1 .btns__item.btns__item_head:nth-of-type(3) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23708996;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.51 53.46'%3E%3Ctitle%3Eimg-keyword-no3%3C/title%3E%3Cpath d='M34.51,36c0,6.7-4.16,17.49-20.88,17.49A25.68,25.68,0,0,1,1.46,50.3C.38,49.68,0,49.3,0,48.37a15.21,15.21,0,0,1,.23-1.85c.08-.61.23-.92.62-.92a2.69,2.69,0,0,1,1.23.46A22.91,22.91,0,0,0,13.4,49.22c13.4,0,16.49-8.4,16.49-13,0-5.54-4.24-9-13.48-9H12c-1.31,0-1.78-.15-1.78-1.08,0-.31.08-.85.16-1.46.23-1.62.54-1.7,2.16-1.7h3.69c11.56,0,14.48-6.7,14.48-11.24,0-4-2.69-7.4-11-7.4a23.09,23.09,0,0,0-9.48,2,2.84,2.84,0,0,1-1.15.38c-.31,0-.46-.15-.46-.69a13.68,13.68,0,0,1,.15-1.39,2.79,2.79,0,0,1,2.08-2.69A24,24,0,0,1,20.57,0c11.7,0,14.94,5.24,14.94,10.55,0,3.85-1.46,10.09-7.63,13.33-.69.31-1,.61-1,.85s.39.53,1.08.84A10.8,10.8,0,0,1,34.51,36Z'/%3E%3C/svg%3E"); }

.type_gs_literature .btn.btn_type_arrow1 {
  color: #708996; }
  .type_gs_literature .btn.btn_type_arrow1::after {
    border-top-color: #708996;
    border-right-color: #708996; }

.type_gs_literature .btn.btn_type_arrow1_btm::after {
  border-right-color: #708996;
  border-bottom-color: #708996; }

.type_gs_literature .btn.btn_type_plus {
  color: #708996; }

.type_gs_literature .btn.btn_type_border1 {
  color: #708996;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(112, 137, 150, 0.2) 0, rgba(112, 137, 150, 0.2) 6px);
  border-color: #708996; }
  @media (min-width: 769px) {
    .type_gs_literature .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-pc.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23708996;' preserveAspectRatio='xMinYMid' viewBox='0 0 78.21 23.43'%3E%3Ctitle%3Eimg-btn-facility-pc%3C/title%3E%3Cpath class='cls-1' d='M.78,18.41c-.65,0-.78-.13-.78-.78V1.46C0,.81.13.68.78.68H8.89c.65,0,.78.13.78.78V2.65c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78V7c0,.65.13.78.78.78H8.35c.65,0,.78.13.78.78V9.59c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78v6.48c0,.65-.13.78-.78.78Z'/%3E%3Cpath class='cls-1' d='M19.23,18.41c-.36,0-.47-.08-.47-.5,0-.2,0-.31-.13-.31a.59.59,0,0,0-.26.11,6.73,6.73,0,0,1-3.17.83c-2.24,0-3.95-1.09-3.95-3.41,0-2.91,3-4.21,6.65-4.68.45,0,.63-.15.63-.36a1.37,1.37,0,0,0-.11-.47c-.31-.86-1.06-1.07-2.26-1.07A8.68,8.68,0,0,0,13,9.13a1.32,1.32,0,0,1-.44.13c-.24,0-.26-.19-.26-.63v-1a.89.89,0,0,1,.73-1A10.15,10.15,0,0,1,16.53,6c3.14,0,4.86,1.14,4.86,4.78v6.87c0,.65-.13.78-.78.78ZM14.05,15c0,.94.94,1.15,1.85,1.15a4.89,4.89,0,0,0,2-.45c.6-.26.71-.41.71-1v-1.3c0-.49-.06-.67-.37-.67a2.38,2.38,0,0,0-.41.05C15.56,13.13,14.05,13.86,14.05,15Z'/%3E%3Cpath class='cls-1' d='M30,18.54c-4.14,0-5.8-2.94-5.8-5.8C24.23,9.1,26.47,6,30.83,6a7.81,7.81,0,0,1,1.59.13c.57.11.73.31.73.91v1.2c0,.49,0,.65-.36.65a3,3,0,0,1-.39-.05,5.38,5.38,0,0,0-1.2-.13,3.81,3.81,0,0,0-4,3.92A3.11,3.11,0,0,0,30.63,16a6.16,6.16,0,0,0,1.64-.21,1.65,1.65,0,0,1,.44-.08c.23,0,.28.16.28.62v.94c0,.62-.13.81-.72,1A8.16,8.16,0,0,1,30,18.54Z'/%3E%3Cpath class='cls-1' d='M35.84,2.89A1.81,1.81,0,0,1,37.71,1,1.63,1.63,0,0,1,39.46,2.6a1.86,1.86,0,0,1-1.9,2A1.65,1.65,0,0,1,35.84,2.89Zm3.23,14.74c0,.65-.13.78-.78.78H37c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.28c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M46.14,18.43c-2.58,0-3.56-1.11-3.56-4V.78c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78V14.17c0,1.22.13,1.82,1.4,1.82.4,0,.58,0,.73,0s.39.13.39.5v1.12c0,.65-.13.8-.78.83C46.68,18.43,46.48,18.43,46.14,18.43Z'/%3E%3Cpath class='cls-1' d='M50.08,2.89A1.81,1.81,0,0,1,52,1,1.62,1.62,0,0,1,53.69,2.6a1.85,1.85,0,0,1-1.89,2A1.65,1.65,0,0,1,50.08,2.89ZM53.3,17.63c0,.65-.13.78-.78.78H51.25c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M63.83,17.47c0,.63-.13.78-.75.89a10.07,10.07,0,0,1-1.49.13c-3,0-3.92-1.41-3.92-3.93V9.44c0-.65-.13-.78-.78-.78h-.47c-.65,0-.78-.13-.78-.78v-1c0-.65.13-.78.78-.78h.47c.65,0,.78-.13.78-.78V3.25c0-.65.13-.78.78-.78h1.17c.65,0,.78.13.78.78V5.36c0,.65.13.78.78.78h1.87c.65,0,.78.13.78.78v1c0,.65-.13.78-.78.78H61.18c-.65,0-.78.13-.78.78v4.7c0,1.33.44,1.85,1.82,1.85.6,0,.88-.08,1.09-.08.39,0,.52.18.52.73Z'/%3E%3Cpath class='cls-1' d='M77.61,6.14c.42,0,.6.05.6.28a1.27,1.27,0,0,1-.1.44L71.71,22.7c-.23.6-.39.73-1.07.73H69.11c-.42,0-.6-.06-.6-.29a1.48,1.48,0,0,1,.13-.44l1.59-3.77a1.94,1.94,0,0,0,.21-.76,2.11,2.11,0,0,0-.19-.7L66,6.86a1.27,1.27,0,0,1-.1-.44c0-.23.18-.28.6-.28h1.48c.68,0,.83.1,1.07.72L71.81,14c.11.26.21.41.29.41s.18-.15.29-.41l2.8-7.13c.24-.62.39-.72,1.07-.72Z'/%3E%3C/svg%3E"); } }
  @media (max-width: 768.98px) {
    .type_gs_literature .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-sp.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23708996;' preserveAspectRatio='xMinYMid' viewBox='0 0 92.07 27.76'%3E%3Ctitle%3Eimg-btn-facility-sp%3C/title%3E%3Cpath class='cls-1' d='M.83,21.81c-.61,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L2.59,1.72C2.68,1,2.93.8,3.73.8h9c.62,0,.81.12.81.56a2.55,2.55,0,0,1,0,.46L13.34,3c-.12.8-.28,1-1.08,1H6.62c-.8,0-.92.09-1,.89L5.11,8.32a2.34,2.34,0,0,0,0,.37c0,.37.22.49.84.49H11c.61,0,.83.09.83.56a2.25,2.25,0,0,1,0,.36l-.19,1.27c-.12.8-.24.92-1,.92H5.51c-.8,0-1,.16-1,.93l-1,7.67c-.09.74-.22.92-1,.92Z'/%3E%3Cpath class='cls-1' d='M22.28,21.81c-.44,0-.56-.15-.56-.52,0-.19,0-.28-.12-.28a.72.72,0,0,0-.28.09,6.69,6.69,0,0,1-3.45.9c-3,0-5-2.19-5-5.61,0-7,5.82-9.27,10.51-9.27a13,13,0,0,1,2.4.21c.61.13.8.37.8.8a2.34,2.34,0,0,1,0,.37L24.9,20.89c-.1.8-.25.92-1,.92Zm-6-5.61a2.55,2.55,0,0,0,2.74,2.87,4.81,4.81,0,0,0,2.07-.49A1.27,1.27,0,0,0,22,17.34l.8-6a2.43,2.43,0,0,0,0-.34c0-.49-.15-.68-.65-.68a3,3,0,0,0-.43,0C19.53,10.66,16.33,12,16.33,16.2Z'/%3E%3Cpath class='cls-1' d='M39.38,7.3c.58.16.8.34.8.74a1.9,1.9,0,0,1,0,.31L39.93,10c-.06.46-.15.65-.43.65a1.78,1.78,0,0,1-.52-.1,4.28,4.28,0,0,0-1.27-.18,5.12,5.12,0,0,0-5.23,5.36c0,1.85.89,3.33,3.66,3.33a5.47,5.47,0,0,0,1.6-.22,1.59,1.59,0,0,1,.47-.09c.18,0,.27.09.27.34a2,2,0,0,1,0,.28l-.15,1.1c-.12.81-.31,1-1,1.24A7.6,7.6,0,0,1,35,22c-4.22,0-6-2.81-6-6,0-4.38,2.77-8.84,8.65-8.84A6.9,6.9,0,0,1,39.38,7.3Z'/%3E%3Cpath class='cls-1' d='M45.54,20.89c-.09.8-.25.92-1,.92H43c-.62,0-.84-.09-.84-.55a2.34,2.34,0,0,1,0-.37l1.7-12.66c.09-.81.25-1,1.05-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM44.09,3.42a2.15,2.15,0,0,1,2.25-2.25,1.9,1.9,0,0,1,2,1.91,2.19,2.19,0,0,1-2.21,2.37A2,2,0,0,1,44.09,3.42Z'/%3E%3Cpath class='cls-1' d='M55.65,21c-.09.59-.22.74-.8.8a7.78,7.78,0,0,1-.8,0c-2.81,0-4-1.23-4-3.79a10,10,0,0,1,.09-1.29L52.26.92c.12-.8.25-.92,1.05-.92h1.48c.61,0,.83.09.83.55a2.5,2.5,0,0,1,0,.37l-2.13,15.9a5.7,5.7,0,0,0-.06.68c0,1,.43,1.48,1.63,1.48.19,0,.37,0,.49,0s.37.09.37.27a1.6,1.6,0,0,1,0,.28Z'/%3E%3Cpath class='cls-1' d='M62.27,20.89c-.09.8-.24.92-1,.92H59.75c-.62,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L60.64,8.23c.09-.81.25-1,1-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM60.83,3.42a2.15,2.15,0,0,1,2.24-2.25,1.91,1.91,0,0,1,2,1.91,2.19,2.19,0,0,1-2.22,2.37A2,2,0,0,1,60.83,3.42Z'/%3E%3Cpath class='cls-1' d='M74.41,20.76c-.09.77-.21,1-1,1a10.47,10.47,0,0,1-1.36.09c-3.14,0-4.25-1.51-4.25-3.72A8.31,8.31,0,0,1,67.91,17l.77-5.79a2.5,2.5,0,0,0,0-.37c0-.46-.21-.55-.83-.55h-.43c-.62,0-.83-.09-.83-.49a2.5,2.5,0,0,1,0-.37l.18-1.24c.13-.83.25-.89,1-.89h.4c.8,0,1-.12,1-.89l.34-2.53c.09-.8.25-.92,1-.92H72.1c.62,0,.83.09.83.55a3,3,0,0,1,0,.37l-.34,2.53a2.5,2.5,0,0,0,0,.37c0,.43.22.52.84.52h1.94c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37L76,9.33c-.12.84-.24.93-1,.93H73c-.8,0-.95.18-1,1l-.74,5.52a5.81,5.81,0,0,0-.06.65c0,1.07.55,1.54,2,1.57a5.16,5.16,0,0,0,.68,0l.34,0c.33,0,.46.12.46.4a2.43,2.43,0,0,1,0,.34Z'/%3E%3Cpath class='cls-1' d='M91.39,7.27c.46,0,.68,0,.68.31a1.19,1.19,0,0,1-.19.55l-9.73,18.8c-.37.7-.56.83-1.36.83H78.91c-.46,0-.64-.09-.64-.31a1,1,0,0,1,.15-.49L81,22.24a1.92,1.92,0,0,0,.3-.95,3,3,0,0,0-.09-.65L78,8.16A1.48,1.48,0,0,1,78,7.73c0-.37.21-.46.77-.46h1.69c.8,0,1,.15,1.14.92l1.94,8.2c.06.28.13.43.28.43s.22-.06.34-.31L88.34,8.1c.34-.71.52-.83,1.33-.83Z'/%3E%3C/svg%3E"); } }
  @media (min-width: 769px) {
    .type_gs_literature .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-pc.svg); } }
  @media (max-width: 768.98px) {
    .type_gs_literature .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-sp.svg); } }

.type_gs_literature .btn.btn_clr_white_fmain {
  color: #708996;
  background: #fff; }
  .type_gs_literature .btn.btn_clr_white_fmain::after {
    border-color: #708996; }

.type_gs_literature .btn.btn_clr_flight {
  color: #fff;
  background: #708996; }
  .type_gs_literature .btn.btn_clr_flight::after {
    border-color: #fff; }

.type_gs_literature .btn.btn_clr_white_flight {
  color: #708996;
  background: #fff;
  border-color: #708996; }
  .type_gs_literature .btn.btn_clr_white_flight::after {
    border-color: #708996; }

@media (min-width: 769px) {
  .type_gs_literature .tab_top .tab__item.tab__item_active .tab__link {
    background: #708996; }
  .type_gs_literature .tab_top .tab__item .tab__link {
    color: #708996;
    border-color: #708996; }
    .type_gs_literature .tab_top .tab__item .tab__link::after {
      border-top-color: #708996;
      border-right-color: #708996; }
    .type_gs_literature .tab_top .tab__item .tab__link .tab__text {
      border-bottom-color: #708996; } }

.type_gs_literature .course-intro-bg::before, .type_gs_literature .course-intro-bg::after {
  border-color: #708996; }

.type_gs_literature .course {
  background: #708996; }
  .type_gs_literature .course__btn_rel_body {
    color: #708996; }
    .type_gs_literature .course__btn_rel_body_title_en::after {
      background: #708996; }

@media (min-width: 769px) {
  .type_gs_literature .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #231815), color-stop(40%, transparent), to(transparent)), url(/education/department/gs_literature/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 10%, transparent 40%, transparent 100%), url(/education/department/gs_literature/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

@media (max-width: 768.98px) {
  .type_gs_literature .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #231815), color-stop(60%, transparent), to(transparent)), url(/education/department/gs_literature/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 40%, transparent 60%, transparent 100%), url(/education/department/gs_literature/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

.type_gs_literature .career__list {
  padding: 10px;
  color: #708996; }

.type_gs_literature .career__box {
  border-color: #708996; }

.type_gs_literature .career__title {
  border-color: #708996; }

.type_gs_literature .class__title {
  color: #708996; }

.type_gs_literature .class__link:hover {
  background: #708996; }

.type_gs_literature .class__more-link {
  color: #708996;
  border-color: #708996; }

.type_gs_literature .activity__title {
  color: #708996; }

.type_gs_literature .activity__interview {
  border-color: #708996; }
  .type_gs_literature .activity__interview::before {
    border-bottom-color: #708996; }

.type_gs_literature .activity__qa-group {
  border-color: #708996; }
  @media (min-width: 769px) {
    .type_gs_literature .activity__qa-group:hover {
      background: #708996; } }

@media (max-width: 768.98px) {
  .type_gs_literature .activity__qa-box.activity__qa-box_type_q {
    color: #708996; }
    .type_gs_literature .activity__qa-box.activity__qa-box_type_q .activity__qa-body::after {
      border-color: #708996; } }

.type_gs_literature .activity__qa-box.activity__qa-box_type_a {
  background: #708996; }

.type_gs_literature .profile .staff-box__item .staff {
  padding: 1em;
  border-radius: 10px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 7px 0 rgba(112, 137, 150, 0.5);
          box-shadow: 0 0 7px 0 rgba(112, 137, 150, 0.5); }
  .type_gs_literature .profile .staff-box__item .staff__item {
    line-height: 185%; }
    .type_gs_literature .profile .staff-box__item .staff__item_name_jp {
      font-size: 150%;
      font-weight: lighter;
      padding: 0 0 0 13px;
      border-left: 2px solid #708996; }
    .type_gs_literature .profile .staff-box__item .staff__item_name_en {
      font-size: 90%;
      padding: 0 0 0 15px;
      border-left: 2px solid #708996; }
    .type_gs_literature .profile .staff-box__item .staff__item_kamoku_head {
      display: inline-block;
      padding: 0 0.5em;
      margin: 1em 0 0.5em 0;
      background: #666;
      font-size: 85%;
      color: white; }
    .type_gs_literature .profile .staff-box__item .staff__item.links a {
      color: red;
      text-decoration: underline; }
      .type_gs_literature .profile .staff-box__item .staff__item.links a::after {
        content: none; }
  .type_gs_literature .profile .staff-box__item .staff__job {
    font-size: 70%;
    background: #FFF;
    border: 1px #666 solid;
    padding: 0 0.5em;
    margin: 0 0 0 1em; }

.type_gs_image .btns_order1 .btns__item.btns__item_head {
  border-bottom-color: #d71e36; }
  .type_gs_image .btns_order1 .btns__item.btns__item_head:nth-of-type(1) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d71e36;' preserveAspectRatio='xMinYMid' viewBox='0 0 18.64 52.46'%3E%3Ctitle%3Eimg-keyword-no1%3C/title%3E%3Cpath d='M12,50.68c-.23,1.47-.54,1.78-2.16,1.78H9.17c-1.39,0-1.78-.24-1.78-1.08a3.32,3.32,0,0,1,.08-.7L13.25,6.55a5.65,5.65,0,0,0,.08-.93c0-1-.24-1.31-1.47-1.31h-.31l-9.86.47H1.31C.31,4.78,0,4.54,0,3.7c0-.23.08-.77.15-1.39C.39.69.69.62,2.31.54L16.87,0h.38c1.08,0,1.39.39,1.39.92s-.15,1.39-.23,1.93Z'/%3E%3C/svg%3E"); }
  .type_gs_image .btns_order1 .btns__item.btns__item_head:nth-of-type(2) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d71e36;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.74 52.99'%3E%3Ctitle%3Eimg-keyword-no2%3C/title%3E%3Cpath d='M30.35,48.76c1.23,0,1.69.07,1.69.92a4.87,4.87,0,0,1-.07.77l-.08.54c-.23,1.62-.62,2-2.23,2H.92C.23,53,0,52.84,0,52.38A2.77,2.77,0,0,1,.92,50.3c20.34-18.18,29.89-28,29.89-37.36,0-4.47-2.7-8.55-11.17-8.55A23.22,23.22,0,0,0,8.86,7a2.34,2.34,0,0,1-1,.31c-.31,0-.47-.16-.47-.62,0-.23.08-.77.24-1.85.23-1.46.46-1.92,1.84-2.54A24.76,24.76,0,0,1,20.41,0c11.4,0,15.33,5.55,15.33,11.94,0,10.48-8,20-25.11,35.28-.54.54-.77.84-.77,1.08s.46.46,1.39.46Z'/%3E%3C/svg%3E"); }
  .type_gs_image .btns_order1 .btns__item.btns__item_head:nth-of-type(3) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d71e36;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.51 53.46'%3E%3Ctitle%3Eimg-keyword-no3%3C/title%3E%3Cpath d='M34.51,36c0,6.7-4.16,17.49-20.88,17.49A25.68,25.68,0,0,1,1.46,50.3C.38,49.68,0,49.3,0,48.37a15.21,15.21,0,0,1,.23-1.85c.08-.61.23-.92.62-.92a2.69,2.69,0,0,1,1.23.46A22.91,22.91,0,0,0,13.4,49.22c13.4,0,16.49-8.4,16.49-13,0-5.54-4.24-9-13.48-9H12c-1.31,0-1.78-.15-1.78-1.08,0-.31.08-.85.16-1.46.23-1.62.54-1.7,2.16-1.7h3.69c11.56,0,14.48-6.7,14.48-11.24,0-4-2.69-7.4-11-7.4a23.09,23.09,0,0,0-9.48,2,2.84,2.84,0,0,1-1.15.38c-.31,0-.46-.15-.46-.69a13.68,13.68,0,0,1,.15-1.39,2.79,2.79,0,0,1,2.08-2.69A24,24,0,0,1,20.57,0c11.7,0,14.94,5.24,14.94,10.55,0,3.85-1.46,10.09-7.63,13.33-.69.31-1,.61-1,.85s.39.53,1.08.84A10.8,10.8,0,0,1,34.51,36Z'/%3E%3C/svg%3E"); }

.type_gs_image .btn.btn_type_arrow1 {
  color: #d71e36; }
  .type_gs_image .btn.btn_type_arrow1::after {
    border-top-color: #d71e36;
    border-right-color: #d71e36; }

.type_gs_image .btn.btn_type_arrow1_btm::after {
  border-right-color: #d71e36;
  border-bottom-color: #d71e36; }

.type_gs_image .btn.btn_type_plus {
  color: #d71e36; }

.type_gs_image .btn.btn_type_border1 {
  color: #d71e36;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(215, 30, 54, 0.2) 0, rgba(215, 30, 54, 0.2) 6px);
  border-color: #d71e36; }
  @media (min-width: 769px) {
    .type_gs_image .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-pc.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d71e36;' preserveAspectRatio='xMinYMid' viewBox='0 0 78.21 23.43'%3E%3Ctitle%3Eimg-btn-facility-pc%3C/title%3E%3Cpath class='cls-1' d='M.78,18.41c-.65,0-.78-.13-.78-.78V1.46C0,.81.13.68.78.68H8.89c.65,0,.78.13.78.78V2.65c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78V7c0,.65.13.78.78.78H8.35c.65,0,.78.13.78.78V9.59c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78v6.48c0,.65-.13.78-.78.78Z'/%3E%3Cpath class='cls-1' d='M19.23,18.41c-.36,0-.47-.08-.47-.5,0-.2,0-.31-.13-.31a.59.59,0,0,0-.26.11,6.73,6.73,0,0,1-3.17.83c-2.24,0-3.95-1.09-3.95-3.41,0-2.91,3-4.21,6.65-4.68.45,0,.63-.15.63-.36a1.37,1.37,0,0,0-.11-.47c-.31-.86-1.06-1.07-2.26-1.07A8.68,8.68,0,0,0,13,9.13a1.32,1.32,0,0,1-.44.13c-.24,0-.26-.19-.26-.63v-1a.89.89,0,0,1,.73-1A10.15,10.15,0,0,1,16.53,6c3.14,0,4.86,1.14,4.86,4.78v6.87c0,.65-.13.78-.78.78ZM14.05,15c0,.94.94,1.15,1.85,1.15a4.89,4.89,0,0,0,2-.45c.6-.26.71-.41.71-1v-1.3c0-.49-.06-.67-.37-.67a2.38,2.38,0,0,0-.41.05C15.56,13.13,14.05,13.86,14.05,15Z'/%3E%3Cpath class='cls-1' d='M30,18.54c-4.14,0-5.8-2.94-5.8-5.8C24.23,9.1,26.47,6,30.83,6a7.81,7.81,0,0,1,1.59.13c.57.11.73.31.73.91v1.2c0,.49,0,.65-.36.65a3,3,0,0,1-.39-.05,5.38,5.38,0,0,0-1.2-.13,3.81,3.81,0,0,0-4,3.92A3.11,3.11,0,0,0,30.63,16a6.16,6.16,0,0,0,1.64-.21,1.65,1.65,0,0,1,.44-.08c.23,0,.28.16.28.62v.94c0,.62-.13.81-.72,1A8.16,8.16,0,0,1,30,18.54Z'/%3E%3Cpath class='cls-1' d='M35.84,2.89A1.81,1.81,0,0,1,37.71,1,1.63,1.63,0,0,1,39.46,2.6a1.86,1.86,0,0,1-1.9,2A1.65,1.65,0,0,1,35.84,2.89Zm3.23,14.74c0,.65-.13.78-.78.78H37c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.28c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M46.14,18.43c-2.58,0-3.56-1.11-3.56-4V.78c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78V14.17c0,1.22.13,1.82,1.4,1.82.4,0,.58,0,.73,0s.39.13.39.5v1.12c0,.65-.13.8-.78.83C46.68,18.43,46.48,18.43,46.14,18.43Z'/%3E%3Cpath class='cls-1' d='M50.08,2.89A1.81,1.81,0,0,1,52,1,1.62,1.62,0,0,1,53.69,2.6a1.85,1.85,0,0,1-1.89,2A1.65,1.65,0,0,1,50.08,2.89ZM53.3,17.63c0,.65-.13.78-.78.78H51.25c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M63.83,17.47c0,.63-.13.78-.75.89a10.07,10.07,0,0,1-1.49.13c-3,0-3.92-1.41-3.92-3.93V9.44c0-.65-.13-.78-.78-.78h-.47c-.65,0-.78-.13-.78-.78v-1c0-.65.13-.78.78-.78h.47c.65,0,.78-.13.78-.78V3.25c0-.65.13-.78.78-.78h1.17c.65,0,.78.13.78.78V5.36c0,.65.13.78.78.78h1.87c.65,0,.78.13.78.78v1c0,.65-.13.78-.78.78H61.18c-.65,0-.78.13-.78.78v4.7c0,1.33.44,1.85,1.82,1.85.6,0,.88-.08,1.09-.08.39,0,.52.18.52.73Z'/%3E%3Cpath class='cls-1' d='M77.61,6.14c.42,0,.6.05.6.28a1.27,1.27,0,0,1-.1.44L71.71,22.7c-.23.6-.39.73-1.07.73H69.11c-.42,0-.6-.06-.6-.29a1.48,1.48,0,0,1,.13-.44l1.59-3.77a1.94,1.94,0,0,0,.21-.76,2.11,2.11,0,0,0-.19-.7L66,6.86a1.27,1.27,0,0,1-.1-.44c0-.23.18-.28.6-.28h1.48c.68,0,.83.1,1.07.72L71.81,14c.11.26.21.41.29.41s.18-.15.29-.41l2.8-7.13c.24-.62.39-.72,1.07-.72Z'/%3E%3C/svg%3E"); } }
  @media (max-width: 768.98px) {
    .type_gs_image .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-sp.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d71e36;' preserveAspectRatio='xMinYMid' viewBox='0 0 92.07 27.76'%3E%3Ctitle%3Eimg-btn-facility-sp%3C/title%3E%3Cpath class='cls-1' d='M.83,21.81c-.61,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L2.59,1.72C2.68,1,2.93.8,3.73.8h9c.62,0,.81.12.81.56a2.55,2.55,0,0,1,0,.46L13.34,3c-.12.8-.28,1-1.08,1H6.62c-.8,0-.92.09-1,.89L5.11,8.32a2.34,2.34,0,0,0,0,.37c0,.37.22.49.84.49H11c.61,0,.83.09.83.56a2.25,2.25,0,0,1,0,.36l-.19,1.27c-.12.8-.24.92-1,.92H5.51c-.8,0-1,.16-1,.93l-1,7.67c-.09.74-.22.92-1,.92Z'/%3E%3Cpath class='cls-1' d='M22.28,21.81c-.44,0-.56-.15-.56-.52,0-.19,0-.28-.12-.28a.72.72,0,0,0-.28.09,6.69,6.69,0,0,1-3.45.9c-3,0-5-2.19-5-5.61,0-7,5.82-9.27,10.51-9.27a13,13,0,0,1,2.4.21c.61.13.8.37.8.8a2.34,2.34,0,0,1,0,.37L24.9,20.89c-.1.8-.25.92-1,.92Zm-6-5.61a2.55,2.55,0,0,0,2.74,2.87,4.81,4.81,0,0,0,2.07-.49A1.27,1.27,0,0,0,22,17.34l.8-6a2.43,2.43,0,0,0,0-.34c0-.49-.15-.68-.65-.68a3,3,0,0,0-.43,0C19.53,10.66,16.33,12,16.33,16.2Z'/%3E%3Cpath class='cls-1' d='M39.38,7.3c.58.16.8.34.8.74a1.9,1.9,0,0,1,0,.31L39.93,10c-.06.46-.15.65-.43.65a1.78,1.78,0,0,1-.52-.1,4.28,4.28,0,0,0-1.27-.18,5.12,5.12,0,0,0-5.23,5.36c0,1.85.89,3.33,3.66,3.33a5.47,5.47,0,0,0,1.6-.22,1.59,1.59,0,0,1,.47-.09c.18,0,.27.09.27.34a2,2,0,0,1,0,.28l-.15,1.1c-.12.81-.31,1-1,1.24A7.6,7.6,0,0,1,35,22c-4.22,0-6-2.81-6-6,0-4.38,2.77-8.84,8.65-8.84A6.9,6.9,0,0,1,39.38,7.3Z'/%3E%3Cpath class='cls-1' d='M45.54,20.89c-.09.8-.25.92-1,.92H43c-.62,0-.84-.09-.84-.55a2.34,2.34,0,0,1,0-.37l1.7-12.66c.09-.81.25-1,1.05-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM44.09,3.42a2.15,2.15,0,0,1,2.25-2.25,1.9,1.9,0,0,1,2,1.91,2.19,2.19,0,0,1-2.21,2.37A2,2,0,0,1,44.09,3.42Z'/%3E%3Cpath class='cls-1' d='M55.65,21c-.09.59-.22.74-.8.8a7.78,7.78,0,0,1-.8,0c-2.81,0-4-1.23-4-3.79a10,10,0,0,1,.09-1.29L52.26.92c.12-.8.25-.92,1.05-.92h1.48c.61,0,.83.09.83.55a2.5,2.5,0,0,1,0,.37l-2.13,15.9a5.7,5.7,0,0,0-.06.68c0,1,.43,1.48,1.63,1.48.19,0,.37,0,.49,0s.37.09.37.27a1.6,1.6,0,0,1,0,.28Z'/%3E%3Cpath class='cls-1' d='M62.27,20.89c-.09.8-.24.92-1,.92H59.75c-.62,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L60.64,8.23c.09-.81.25-1,1-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM60.83,3.42a2.15,2.15,0,0,1,2.24-2.25,1.91,1.91,0,0,1,2,1.91,2.19,2.19,0,0,1-2.22,2.37A2,2,0,0,1,60.83,3.42Z'/%3E%3Cpath class='cls-1' d='M74.41,20.76c-.09.77-.21,1-1,1a10.47,10.47,0,0,1-1.36.09c-3.14,0-4.25-1.51-4.25-3.72A8.31,8.31,0,0,1,67.91,17l.77-5.79a2.5,2.5,0,0,0,0-.37c0-.46-.21-.55-.83-.55h-.43c-.62,0-.83-.09-.83-.49a2.5,2.5,0,0,1,0-.37l.18-1.24c.13-.83.25-.89,1-.89h.4c.8,0,1-.12,1-.89l.34-2.53c.09-.8.25-.92,1-.92H72.1c.62,0,.83.09.83.55a3,3,0,0,1,0,.37l-.34,2.53a2.5,2.5,0,0,0,0,.37c0,.43.22.52.84.52h1.94c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37L76,9.33c-.12.84-.24.93-1,.93H73c-.8,0-.95.18-1,1l-.74,5.52a5.81,5.81,0,0,0-.06.65c0,1.07.55,1.54,2,1.57a5.16,5.16,0,0,0,.68,0l.34,0c.33,0,.46.12.46.4a2.43,2.43,0,0,1,0,.34Z'/%3E%3Cpath class='cls-1' d='M91.39,7.27c.46,0,.68,0,.68.31a1.19,1.19,0,0,1-.19.55l-9.73,18.8c-.37.7-.56.83-1.36.83H78.91c-.46,0-.64-.09-.64-.31a1,1,0,0,1,.15-.49L81,22.24a1.92,1.92,0,0,0,.3-.95,3,3,0,0,0-.09-.65L78,8.16A1.48,1.48,0,0,1,78,7.73c0-.37.21-.46.77-.46h1.69c.8,0,1,.15,1.14.92l1.94,8.2c.06.28.13.43.28.43s.22-.06.34-.31L88.34,8.1c.34-.71.52-.83,1.33-.83Z'/%3E%3C/svg%3E"); } }
  @media (min-width: 769px) {
    .type_gs_image .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-pc.svg); } }
  @media (max-width: 768.98px) {
    .type_gs_image .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-sp.svg); } }

.type_gs_image .btn.btn_clr_white_fmain {
  color: #d71e36;
  background: #fff; }
  .type_gs_image .btn.btn_clr_white_fmain::after {
    border-color: #d71e36; }

.type_gs_image .btn.btn_clr_flight {
  color: #fff;
  background: #d71e36; }
  .type_gs_image .btn.btn_clr_flight::after {
    border-color: #fff; }

.type_gs_image .btn.btn_clr_white_flight {
  color: #d71e36;
  background: #fff;
  border-color: #d71e36; }
  .type_gs_image .btn.btn_clr_white_flight::after {
    border-color: #d71e36; }

@media (min-width: 769px) {
  .type_gs_image .tab_top .tab__item.tab__item_active .tab__link {
    background: #d71e36; }
  .type_gs_image .tab_top .tab__item .tab__link {
    color: #d71e36;
    border-color: #d71e36; }
    .type_gs_image .tab_top .tab__item .tab__link::after {
      border-top-color: #d71e36;
      border-right-color: #d71e36; }
    .type_gs_image .tab_top .tab__item .tab__link .tab__text {
      border-bottom-color: #d71e36; } }

.type_gs_image .course-intro-bg::before, .type_gs_image .course-intro-bg::after {
  border-color: #d71e36; }

.type_gs_image .course {
  background: #d71e36; }
  .type_gs_image .course__btn_rel_body {
    color: #d71e36; }
    .type_gs_image .course__btn_rel_body_title_en::after {
      background: #d71e36; }

@media (min-width: 769px) {
  .type_gs_image .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #231815), color-stop(40%, transparent), to(transparent)), url(/education/department/gs_image/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 10%, transparent 40%, transparent 100%), url(/education/department/gs_image/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

@media (max-width: 768.98px) {
  .type_gs_image .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #231815), color-stop(60%, transparent), to(transparent)), url(/education/department/gs_image/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 40%, transparent 60%, transparent 100%), url(/education/department/gs_image/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

.type_gs_image .career__list {
  padding: 10px;
  color: #d71e36; }

.type_gs_image .career__box {
  border-color: #d71e36; }

.type_gs_image .career__title {
  border-color: #d71e36; }

.type_gs_image .class__title {
  color: #d71e36; }

.type_gs_image .class__link:hover {
  background: #d71e36; }

.type_gs_image .class__more-link {
  color: #d71e36;
  border-color: #d71e36; }

.type_gs_image .activity__title {
  color: #d71e36; }

.type_gs_image .activity__interview {
  border-color: #d71e36; }
  .type_gs_image .activity__interview::before {
    border-bottom-color: #d71e36; }

.type_gs_image .activity__qa-group {
  border-color: #d71e36; }
  @media (min-width: 769px) {
    .type_gs_image .activity__qa-group:hover {
      background: #d71e36; } }

@media (max-width: 768.98px) {
  .type_gs_image .activity__qa-box.activity__qa-box_type_q {
    color: #d71e36; }
    .type_gs_image .activity__qa-box.activity__qa-box_type_q .activity__qa-body::after {
      border-color: #d71e36; } }

.type_gs_image .activity__qa-box.activity__qa-box_type_a {
  background: #d71e36; }

.type_gs_image .profile .staff-box__item .staff {
  padding: 1em;
  border-radius: 10px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 7px 0 rgba(215, 30, 54, 0.5);
          box-shadow: 0 0 7px 0 rgba(215, 30, 54, 0.5); }
  .type_gs_image .profile .staff-box__item .staff__item {
    line-height: 185%; }
    .type_gs_image .profile .staff-box__item .staff__item_name_jp {
      font-size: 150%;
      font-weight: lighter;
      padding: 0 0 0 13px;
      border-left: 2px solid #d71e36; }
    .type_gs_image .profile .staff-box__item .staff__item_name_en {
      font-size: 90%;
      padding: 0 0 0 15px;
      border-left: 2px solid #d71e36; }
    .type_gs_image .profile .staff-box__item .staff__item_kamoku_head {
      display: inline-block;
      padding: 0 0.5em;
      margin: 1em 0 0.5em 0;
      background: #666;
      font-size: 85%;
      color: white; }
    .type_gs_image .profile .staff-box__item .staff__item.links a {
      color: red;
      text-decoration: underline; }
      .type_gs_image .profile .staff-box__item .staff__item.links a::after {
        content: none; }
  .type_gs_image .profile .staff-box__item .staff__job {
    font-size: 70%;
    background: #FFF;
    border: 1px #666 solid;
    padding: 0 0.5em;
    margin: 0 0 0 1em; }

.type_gs_finearts .btns_order1 .btns__item.btns__item_head {
  border-bottom-color: #deac14; }
  .type_gs_finearts .btns_order1 .btns__item.btns__item_head:nth-of-type(1) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23deac14;' preserveAspectRatio='xMinYMid' viewBox='0 0 18.64 52.46'%3E%3Ctitle%3Eimg-keyword-no1%3C/title%3E%3Cpath d='M12,50.68c-.23,1.47-.54,1.78-2.16,1.78H9.17c-1.39,0-1.78-.24-1.78-1.08a3.32,3.32,0,0,1,.08-.7L13.25,6.55a5.65,5.65,0,0,0,.08-.93c0-1-.24-1.31-1.47-1.31h-.31l-9.86.47H1.31C.31,4.78,0,4.54,0,3.7c0-.23.08-.77.15-1.39C.39.69.69.62,2.31.54L16.87,0h.38c1.08,0,1.39.39,1.39.92s-.15,1.39-.23,1.93Z'/%3E%3C/svg%3E"); }
  .type_gs_finearts .btns_order1 .btns__item.btns__item_head:nth-of-type(2) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23deac14;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.74 52.99'%3E%3Ctitle%3Eimg-keyword-no2%3C/title%3E%3Cpath d='M30.35,48.76c1.23,0,1.69.07,1.69.92a4.87,4.87,0,0,1-.07.77l-.08.54c-.23,1.62-.62,2-2.23,2H.92C.23,53,0,52.84,0,52.38A2.77,2.77,0,0,1,.92,50.3c20.34-18.18,29.89-28,29.89-37.36,0-4.47-2.7-8.55-11.17-8.55A23.22,23.22,0,0,0,8.86,7a2.34,2.34,0,0,1-1,.31c-.31,0-.47-.16-.47-.62,0-.23.08-.77.24-1.85.23-1.46.46-1.92,1.84-2.54A24.76,24.76,0,0,1,20.41,0c11.4,0,15.33,5.55,15.33,11.94,0,10.48-8,20-25.11,35.28-.54.54-.77.84-.77,1.08s.46.46,1.39.46Z'/%3E%3C/svg%3E"); }
  .type_gs_finearts .btns_order1 .btns__item.btns__item_head:nth-of-type(3) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23deac14;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.51 53.46'%3E%3Ctitle%3Eimg-keyword-no3%3C/title%3E%3Cpath d='M34.51,36c0,6.7-4.16,17.49-20.88,17.49A25.68,25.68,0,0,1,1.46,50.3C.38,49.68,0,49.3,0,48.37a15.21,15.21,0,0,1,.23-1.85c.08-.61.23-.92.62-.92a2.69,2.69,0,0,1,1.23.46A22.91,22.91,0,0,0,13.4,49.22c13.4,0,16.49-8.4,16.49-13,0-5.54-4.24-9-13.48-9H12c-1.31,0-1.78-.15-1.78-1.08,0-.31.08-.85.16-1.46.23-1.62.54-1.7,2.16-1.7h3.69c11.56,0,14.48-6.7,14.48-11.24,0-4-2.69-7.4-11-7.4a23.09,23.09,0,0,0-9.48,2,2.84,2.84,0,0,1-1.15.38c-.31,0-.46-.15-.46-.69a13.68,13.68,0,0,1,.15-1.39,2.79,2.79,0,0,1,2.08-2.69A24,24,0,0,1,20.57,0c11.7,0,14.94,5.24,14.94,10.55,0,3.85-1.46,10.09-7.63,13.33-.69.31-1,.61-1,.85s.39.53,1.08.84A10.8,10.8,0,0,1,34.51,36Z'/%3E%3C/svg%3E"); }

.type_gs_finearts .btn.btn_type_arrow1 {
  color: #deac14; }
  .type_gs_finearts .btn.btn_type_arrow1::after {
    border-top-color: #deac14;
    border-right-color: #deac14; }

.type_gs_finearts .btn.btn_type_arrow1_btm::after {
  border-right-color: #deac14;
  border-bottom-color: #deac14; }

.type_gs_finearts .btn.btn_type_plus {
  color: #deac14; }

.type_gs_finearts .btn.btn_type_border1 {
  color: #deac14;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(222, 172, 20, 0.2) 0, rgba(222, 172, 20, 0.2) 6px);
  border-color: #deac14; }
  @media (min-width: 769px) {
    .type_gs_finearts .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-pc.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23deac14;' preserveAspectRatio='xMinYMid' viewBox='0 0 78.21 23.43'%3E%3Ctitle%3Eimg-btn-facility-pc%3C/title%3E%3Cpath class='cls-1' d='M.78,18.41c-.65,0-.78-.13-.78-.78V1.46C0,.81.13.68.78.68H8.89c.65,0,.78.13.78.78V2.65c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78V7c0,.65.13.78.78.78H8.35c.65,0,.78.13.78.78V9.59c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78v6.48c0,.65-.13.78-.78.78Z'/%3E%3Cpath class='cls-1' d='M19.23,18.41c-.36,0-.47-.08-.47-.5,0-.2,0-.31-.13-.31a.59.59,0,0,0-.26.11,6.73,6.73,0,0,1-3.17.83c-2.24,0-3.95-1.09-3.95-3.41,0-2.91,3-4.21,6.65-4.68.45,0,.63-.15.63-.36a1.37,1.37,0,0,0-.11-.47c-.31-.86-1.06-1.07-2.26-1.07A8.68,8.68,0,0,0,13,9.13a1.32,1.32,0,0,1-.44.13c-.24,0-.26-.19-.26-.63v-1a.89.89,0,0,1,.73-1A10.15,10.15,0,0,1,16.53,6c3.14,0,4.86,1.14,4.86,4.78v6.87c0,.65-.13.78-.78.78ZM14.05,15c0,.94.94,1.15,1.85,1.15a4.89,4.89,0,0,0,2-.45c.6-.26.71-.41.71-1v-1.3c0-.49-.06-.67-.37-.67a2.38,2.38,0,0,0-.41.05C15.56,13.13,14.05,13.86,14.05,15Z'/%3E%3Cpath class='cls-1' d='M30,18.54c-4.14,0-5.8-2.94-5.8-5.8C24.23,9.1,26.47,6,30.83,6a7.81,7.81,0,0,1,1.59.13c.57.11.73.31.73.91v1.2c0,.49,0,.65-.36.65a3,3,0,0,1-.39-.05,5.38,5.38,0,0,0-1.2-.13,3.81,3.81,0,0,0-4,3.92A3.11,3.11,0,0,0,30.63,16a6.16,6.16,0,0,0,1.64-.21,1.65,1.65,0,0,1,.44-.08c.23,0,.28.16.28.62v.94c0,.62-.13.81-.72,1A8.16,8.16,0,0,1,30,18.54Z'/%3E%3Cpath class='cls-1' d='M35.84,2.89A1.81,1.81,0,0,1,37.71,1,1.63,1.63,0,0,1,39.46,2.6a1.86,1.86,0,0,1-1.9,2A1.65,1.65,0,0,1,35.84,2.89Zm3.23,14.74c0,.65-.13.78-.78.78H37c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.28c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M46.14,18.43c-2.58,0-3.56-1.11-3.56-4V.78c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78V14.17c0,1.22.13,1.82,1.4,1.82.4,0,.58,0,.73,0s.39.13.39.5v1.12c0,.65-.13.8-.78.83C46.68,18.43,46.48,18.43,46.14,18.43Z'/%3E%3Cpath class='cls-1' d='M50.08,2.89A1.81,1.81,0,0,1,52,1,1.62,1.62,0,0,1,53.69,2.6a1.85,1.85,0,0,1-1.89,2A1.65,1.65,0,0,1,50.08,2.89ZM53.3,17.63c0,.65-.13.78-.78.78H51.25c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M63.83,17.47c0,.63-.13.78-.75.89a10.07,10.07,0,0,1-1.49.13c-3,0-3.92-1.41-3.92-3.93V9.44c0-.65-.13-.78-.78-.78h-.47c-.65,0-.78-.13-.78-.78v-1c0-.65.13-.78.78-.78h.47c.65,0,.78-.13.78-.78V3.25c0-.65.13-.78.78-.78h1.17c.65,0,.78.13.78.78V5.36c0,.65.13.78.78.78h1.87c.65,0,.78.13.78.78v1c0,.65-.13.78-.78.78H61.18c-.65,0-.78.13-.78.78v4.7c0,1.33.44,1.85,1.82,1.85.6,0,.88-.08,1.09-.08.39,0,.52.18.52.73Z'/%3E%3Cpath class='cls-1' d='M77.61,6.14c.42,0,.6.05.6.28a1.27,1.27,0,0,1-.1.44L71.71,22.7c-.23.6-.39.73-1.07.73H69.11c-.42,0-.6-.06-.6-.29a1.48,1.48,0,0,1,.13-.44l1.59-3.77a1.94,1.94,0,0,0,.21-.76,2.11,2.11,0,0,0-.19-.7L66,6.86a1.27,1.27,0,0,1-.1-.44c0-.23.18-.28.6-.28h1.48c.68,0,.83.1,1.07.72L71.81,14c.11.26.21.41.29.41s.18-.15.29-.41l2.8-7.13c.24-.62.39-.72,1.07-.72Z'/%3E%3C/svg%3E"); } }
  @media (max-width: 768.98px) {
    .type_gs_finearts .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-sp.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23deac14;' preserveAspectRatio='xMinYMid' viewBox='0 0 92.07 27.76'%3E%3Ctitle%3Eimg-btn-facility-sp%3C/title%3E%3Cpath class='cls-1' d='M.83,21.81c-.61,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L2.59,1.72C2.68,1,2.93.8,3.73.8h9c.62,0,.81.12.81.56a2.55,2.55,0,0,1,0,.46L13.34,3c-.12.8-.28,1-1.08,1H6.62c-.8,0-.92.09-1,.89L5.11,8.32a2.34,2.34,0,0,0,0,.37c0,.37.22.49.84.49H11c.61,0,.83.09.83.56a2.25,2.25,0,0,1,0,.36l-.19,1.27c-.12.8-.24.92-1,.92H5.51c-.8,0-1,.16-1,.93l-1,7.67c-.09.74-.22.92-1,.92Z'/%3E%3Cpath class='cls-1' d='M22.28,21.81c-.44,0-.56-.15-.56-.52,0-.19,0-.28-.12-.28a.72.72,0,0,0-.28.09,6.69,6.69,0,0,1-3.45.9c-3,0-5-2.19-5-5.61,0-7,5.82-9.27,10.51-9.27a13,13,0,0,1,2.4.21c.61.13.8.37.8.8a2.34,2.34,0,0,1,0,.37L24.9,20.89c-.1.8-.25.92-1,.92Zm-6-5.61a2.55,2.55,0,0,0,2.74,2.87,4.81,4.81,0,0,0,2.07-.49A1.27,1.27,0,0,0,22,17.34l.8-6a2.43,2.43,0,0,0,0-.34c0-.49-.15-.68-.65-.68a3,3,0,0,0-.43,0C19.53,10.66,16.33,12,16.33,16.2Z'/%3E%3Cpath class='cls-1' d='M39.38,7.3c.58.16.8.34.8.74a1.9,1.9,0,0,1,0,.31L39.93,10c-.06.46-.15.65-.43.65a1.78,1.78,0,0,1-.52-.1,4.28,4.28,0,0,0-1.27-.18,5.12,5.12,0,0,0-5.23,5.36c0,1.85.89,3.33,3.66,3.33a5.47,5.47,0,0,0,1.6-.22,1.59,1.59,0,0,1,.47-.09c.18,0,.27.09.27.34a2,2,0,0,1,0,.28l-.15,1.1c-.12.81-.31,1-1,1.24A7.6,7.6,0,0,1,35,22c-4.22,0-6-2.81-6-6,0-4.38,2.77-8.84,8.65-8.84A6.9,6.9,0,0,1,39.38,7.3Z'/%3E%3Cpath class='cls-1' d='M45.54,20.89c-.09.8-.25.92-1,.92H43c-.62,0-.84-.09-.84-.55a2.34,2.34,0,0,1,0-.37l1.7-12.66c.09-.81.25-1,1.05-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM44.09,3.42a2.15,2.15,0,0,1,2.25-2.25,1.9,1.9,0,0,1,2,1.91,2.19,2.19,0,0,1-2.21,2.37A2,2,0,0,1,44.09,3.42Z'/%3E%3Cpath class='cls-1' d='M55.65,21c-.09.59-.22.74-.8.8a7.78,7.78,0,0,1-.8,0c-2.81,0-4-1.23-4-3.79a10,10,0,0,1,.09-1.29L52.26.92c.12-.8.25-.92,1.05-.92h1.48c.61,0,.83.09.83.55a2.5,2.5,0,0,1,0,.37l-2.13,15.9a5.7,5.7,0,0,0-.06.68c0,1,.43,1.48,1.63,1.48.19,0,.37,0,.49,0s.37.09.37.27a1.6,1.6,0,0,1,0,.28Z'/%3E%3Cpath class='cls-1' d='M62.27,20.89c-.09.8-.24.92-1,.92H59.75c-.62,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L60.64,8.23c.09-.81.25-1,1-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM60.83,3.42a2.15,2.15,0,0,1,2.24-2.25,1.91,1.91,0,0,1,2,1.91,2.19,2.19,0,0,1-2.22,2.37A2,2,0,0,1,60.83,3.42Z'/%3E%3Cpath class='cls-1' d='M74.41,20.76c-.09.77-.21,1-1,1a10.47,10.47,0,0,1-1.36.09c-3.14,0-4.25-1.51-4.25-3.72A8.31,8.31,0,0,1,67.91,17l.77-5.79a2.5,2.5,0,0,0,0-.37c0-.46-.21-.55-.83-.55h-.43c-.62,0-.83-.09-.83-.49a2.5,2.5,0,0,1,0-.37l.18-1.24c.13-.83.25-.89,1-.89h.4c.8,0,1-.12,1-.89l.34-2.53c.09-.8.25-.92,1-.92H72.1c.62,0,.83.09.83.55a3,3,0,0,1,0,.37l-.34,2.53a2.5,2.5,0,0,0,0,.37c0,.43.22.52.84.52h1.94c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37L76,9.33c-.12.84-.24.93-1,.93H73c-.8,0-.95.18-1,1l-.74,5.52a5.81,5.81,0,0,0-.06.65c0,1.07.55,1.54,2,1.57a5.16,5.16,0,0,0,.68,0l.34,0c.33,0,.46.12.46.4a2.43,2.43,0,0,1,0,.34Z'/%3E%3Cpath class='cls-1' d='M91.39,7.27c.46,0,.68,0,.68.31a1.19,1.19,0,0,1-.19.55l-9.73,18.8c-.37.7-.56.83-1.36.83H78.91c-.46,0-.64-.09-.64-.31a1,1,0,0,1,.15-.49L81,22.24a1.92,1.92,0,0,0,.3-.95,3,3,0,0,0-.09-.65L78,8.16A1.48,1.48,0,0,1,78,7.73c0-.37.21-.46.77-.46h1.69c.8,0,1,.15,1.14.92l1.94,8.2c.06.28.13.43.28.43s.22-.06.34-.31L88.34,8.1c.34-.71.52-.83,1.33-.83Z'/%3E%3C/svg%3E"); } }
  @media (min-width: 769px) {
    .type_gs_finearts .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-pc.svg); } }
  @media (max-width: 768.98px) {
    .type_gs_finearts .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-sp.svg); } }

.type_gs_finearts .btn.btn_clr_white_fmain {
  color: #deac14;
  background: #fff; }
  .type_gs_finearts .btn.btn_clr_white_fmain::after {
    border-color: #deac14; }

.type_gs_finearts .btn.btn_clr_flight {
  color: #fff;
  background: #deac14; }
  .type_gs_finearts .btn.btn_clr_flight::after {
    border-color: #fff; }

.type_gs_finearts .btn.btn_clr_white_flight {
  color: #deac14;
  background: #fff;
  border-color: #deac14; }
  .type_gs_finearts .btn.btn_clr_white_flight::after {
    border-color: #deac14; }

@media (min-width: 769px) {
  .type_gs_finearts .tab_top .tab__item.tab__item_active .tab__link {
    background: #deac14; }
  .type_gs_finearts .tab_top .tab__item .tab__link {
    color: #deac14;
    border-color: #deac14; }
    .type_gs_finearts .tab_top .tab__item .tab__link::after {
      border-top-color: #deac14;
      border-right-color: #deac14; }
    .type_gs_finearts .tab_top .tab__item .tab__link .tab__text {
      border-bottom-color: #deac14; } }

.type_gs_finearts .course-intro-bg::before, .type_gs_finearts .course-intro-bg::after {
  border-color: #deac14; }

.type_gs_finearts .course {
  background: #deac14; }
  .type_gs_finearts .course__btn_rel_body {
    color: #deac14; }
    .type_gs_finearts .course__btn_rel_body_title_en::after {
      background: #deac14; }

@media (min-width: 769px) {
  .type_gs_finearts .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #231815), color-stop(40%, transparent), to(transparent)), url(/education/department/gs_finearts/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 10%, transparent 40%, transparent 100%), url(/education/department/gs_finearts/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

@media (max-width: 768.98px) {
  .type_gs_finearts .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #231815), color-stop(60%, transparent), to(transparent)), url(/education/department/gs_finearts/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 40%, transparent 60%, transparent 100%), url(/education/department/gs_finearts/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

.type_gs_finearts .career__list {
  padding: 10px;
  color: #deac14; }

.type_gs_finearts .career__box {
  border-color: #deac14; }

.type_gs_finearts .career__title {
  border-color: #deac14; }

.type_gs_finearts .class__title {
  color: #deac14; }

.type_gs_finearts .class__link:hover {
  background: #deac14; }

.type_gs_finearts .class__more-link {
  color: #deac14;
  border-color: #deac14; }

.type_gs_finearts .activity__title {
  color: #deac14; }

.type_gs_finearts .activity__interview {
  border-color: #deac14; }
  .type_gs_finearts .activity__interview::before {
    border-bottom-color: #deac14; }

.type_gs_finearts .activity__qa-group {
  border-color: #deac14; }
  @media (min-width: 769px) {
    .type_gs_finearts .activity__qa-group:hover {
      background: #deac14; } }

@media (max-width: 768.98px) {
  .type_gs_finearts .activity__qa-box.activity__qa-box_type_q {
    color: #deac14; }
    .type_gs_finearts .activity__qa-box.activity__qa-box_type_q .activity__qa-body::after {
      border-color: #deac14; } }

.type_gs_finearts .activity__qa-box.activity__qa-box_type_a {
  background: #deac14; }

.type_gs_finearts .profile .staff-box__item .staff {
  padding: 1em;
  border-radius: 10px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 7px 0 rgba(222, 172, 20, 0.5);
          box-shadow: 0 0 7px 0 rgba(222, 172, 20, 0.5); }
  .type_gs_finearts .profile .staff-box__item .staff__item {
    line-height: 185%; }
    .type_gs_finearts .profile .staff-box__item .staff__item_name_jp {
      font-size: 150%;
      font-weight: lighter;
      padding: 0 0 0 13px;
      border-left: 2px solid #deac14; }
    .type_gs_finearts .profile .staff-box__item .staff__item_name_en {
      font-size: 90%;
      padding: 0 0 0 15px;
      border-left: 2px solid #deac14; }
    .type_gs_finearts .profile .staff-box__item .staff__item_kamoku_head {
      display: inline-block;
      padding: 0 0.5em;
      margin: 1em 0 0.5em 0;
      background: #666;
      font-size: 85%;
      color: white; }
    .type_gs_finearts .profile .staff-box__item .staff__item.links a {
      color: red;
      text-decoration: underline; }
      .type_gs_finearts .profile .staff-box__item .staff__item.links a::after {
        content: none; }
  .type_gs_finearts .profile .staff-box__item .staff__job {
    font-size: 70%;
    background: #FFF;
    border: 1px #666 solid;
    padding: 0 0.5em;
    margin: 0 0 0 1em; }

.type_gs_music .btns_order1 .btns__item.btns__item_head {
  border-bottom-color: #48995b; }
  .type_gs_music .btns_order1 .btns__item.btns__item_head:nth-of-type(1) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%2348995b;' preserveAspectRatio='xMinYMid' viewBox='0 0 18.64 52.46'%3E%3Ctitle%3Eimg-keyword-no1%3C/title%3E%3Cpath d='M12,50.68c-.23,1.47-.54,1.78-2.16,1.78H9.17c-1.39,0-1.78-.24-1.78-1.08a3.32,3.32,0,0,1,.08-.7L13.25,6.55a5.65,5.65,0,0,0,.08-.93c0-1-.24-1.31-1.47-1.31h-.31l-9.86.47H1.31C.31,4.78,0,4.54,0,3.7c0-.23.08-.77.15-1.39C.39.69.69.62,2.31.54L16.87,0h.38c1.08,0,1.39.39,1.39.92s-.15,1.39-.23,1.93Z'/%3E%3C/svg%3E"); }
  .type_gs_music .btns_order1 .btns__item.btns__item_head:nth-of-type(2) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%2348995b;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.74 52.99'%3E%3Ctitle%3Eimg-keyword-no2%3C/title%3E%3Cpath d='M30.35,48.76c1.23,0,1.69.07,1.69.92a4.87,4.87,0,0,1-.07.77l-.08.54c-.23,1.62-.62,2-2.23,2H.92C.23,53,0,52.84,0,52.38A2.77,2.77,0,0,1,.92,50.3c20.34-18.18,29.89-28,29.89-37.36,0-4.47-2.7-8.55-11.17-8.55A23.22,23.22,0,0,0,8.86,7a2.34,2.34,0,0,1-1,.31c-.31,0-.47-.16-.47-.62,0-.23.08-.77.24-1.85.23-1.46.46-1.92,1.84-2.54A24.76,24.76,0,0,1,20.41,0c11.4,0,15.33,5.55,15.33,11.94,0,10.48-8,20-25.11,35.28-.54.54-.77.84-.77,1.08s.46.46,1.39.46Z'/%3E%3C/svg%3E"); }
  .type_gs_music .btns_order1 .btns__item.btns__item_head:nth-of-type(3) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%2348995b;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.51 53.46'%3E%3Ctitle%3Eimg-keyword-no3%3C/title%3E%3Cpath d='M34.51,36c0,6.7-4.16,17.49-20.88,17.49A25.68,25.68,0,0,1,1.46,50.3C.38,49.68,0,49.3,0,48.37a15.21,15.21,0,0,1,.23-1.85c.08-.61.23-.92.62-.92a2.69,2.69,0,0,1,1.23.46A22.91,22.91,0,0,0,13.4,49.22c13.4,0,16.49-8.4,16.49-13,0-5.54-4.24-9-13.48-9H12c-1.31,0-1.78-.15-1.78-1.08,0-.31.08-.85.16-1.46.23-1.62.54-1.7,2.16-1.7h3.69c11.56,0,14.48-6.7,14.48-11.24,0-4-2.69-7.4-11-7.4a23.09,23.09,0,0,0-9.48,2,2.84,2.84,0,0,1-1.15.38c-.31,0-.46-.15-.46-.69a13.68,13.68,0,0,1,.15-1.39,2.79,2.79,0,0,1,2.08-2.69A24,24,0,0,1,20.57,0c11.7,0,14.94,5.24,14.94,10.55,0,3.85-1.46,10.09-7.63,13.33-.69.31-1,.61-1,.85s.39.53,1.08.84A10.8,10.8,0,0,1,34.51,36Z'/%3E%3C/svg%3E"); }

.type_gs_music .btn.btn_type_arrow1 {
  color: #48995b; }
  .type_gs_music .btn.btn_type_arrow1::after {
    border-top-color: #48995b;
    border-right-color: #48995b; }

.type_gs_music .btn.btn_type_arrow1_btm::after {
  border-right-color: #48995b;
  border-bottom-color: #48995b; }

.type_gs_music .btn.btn_type_plus {
  color: #48995b; }

.type_gs_music .btn.btn_type_border1 {
  color: #48995b;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(72, 153, 91, 0.2) 0, rgba(72, 153, 91, 0.2) 6px);
  border-color: #48995b; }
  @media (min-width: 769px) {
    .type_gs_music .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-pc.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%2348995b;' preserveAspectRatio='xMinYMid' viewBox='0 0 78.21 23.43'%3E%3Ctitle%3Eimg-btn-facility-pc%3C/title%3E%3Cpath class='cls-1' d='M.78,18.41c-.65,0-.78-.13-.78-.78V1.46C0,.81.13.68.78.68H8.89c.65,0,.78.13.78.78V2.65c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78V7c0,.65.13.78.78.78H8.35c.65,0,.78.13.78.78V9.59c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78v6.48c0,.65-.13.78-.78.78Z'/%3E%3Cpath class='cls-1' d='M19.23,18.41c-.36,0-.47-.08-.47-.5,0-.2,0-.31-.13-.31a.59.59,0,0,0-.26.11,6.73,6.73,0,0,1-3.17.83c-2.24,0-3.95-1.09-3.95-3.41,0-2.91,3-4.21,6.65-4.68.45,0,.63-.15.63-.36a1.37,1.37,0,0,0-.11-.47c-.31-.86-1.06-1.07-2.26-1.07A8.68,8.68,0,0,0,13,9.13a1.32,1.32,0,0,1-.44.13c-.24,0-.26-.19-.26-.63v-1a.89.89,0,0,1,.73-1A10.15,10.15,0,0,1,16.53,6c3.14,0,4.86,1.14,4.86,4.78v6.87c0,.65-.13.78-.78.78ZM14.05,15c0,.94.94,1.15,1.85,1.15a4.89,4.89,0,0,0,2-.45c.6-.26.71-.41.71-1v-1.3c0-.49-.06-.67-.37-.67a2.38,2.38,0,0,0-.41.05C15.56,13.13,14.05,13.86,14.05,15Z'/%3E%3Cpath class='cls-1' d='M30,18.54c-4.14,0-5.8-2.94-5.8-5.8C24.23,9.1,26.47,6,30.83,6a7.81,7.81,0,0,1,1.59.13c.57.11.73.31.73.91v1.2c0,.49,0,.65-.36.65a3,3,0,0,1-.39-.05,5.38,5.38,0,0,0-1.2-.13,3.81,3.81,0,0,0-4,3.92A3.11,3.11,0,0,0,30.63,16a6.16,6.16,0,0,0,1.64-.21,1.65,1.65,0,0,1,.44-.08c.23,0,.28.16.28.62v.94c0,.62-.13.81-.72,1A8.16,8.16,0,0,1,30,18.54Z'/%3E%3Cpath class='cls-1' d='M35.84,2.89A1.81,1.81,0,0,1,37.71,1,1.63,1.63,0,0,1,39.46,2.6a1.86,1.86,0,0,1-1.9,2A1.65,1.65,0,0,1,35.84,2.89Zm3.23,14.74c0,.65-.13.78-.78.78H37c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.28c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M46.14,18.43c-2.58,0-3.56-1.11-3.56-4V.78c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78V14.17c0,1.22.13,1.82,1.4,1.82.4,0,.58,0,.73,0s.39.13.39.5v1.12c0,.65-.13.8-.78.83C46.68,18.43,46.48,18.43,46.14,18.43Z'/%3E%3Cpath class='cls-1' d='M50.08,2.89A1.81,1.81,0,0,1,52,1,1.62,1.62,0,0,1,53.69,2.6a1.85,1.85,0,0,1-1.89,2A1.65,1.65,0,0,1,50.08,2.89ZM53.3,17.63c0,.65-.13.78-.78.78H51.25c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M63.83,17.47c0,.63-.13.78-.75.89a10.07,10.07,0,0,1-1.49.13c-3,0-3.92-1.41-3.92-3.93V9.44c0-.65-.13-.78-.78-.78h-.47c-.65,0-.78-.13-.78-.78v-1c0-.65.13-.78.78-.78h.47c.65,0,.78-.13.78-.78V3.25c0-.65.13-.78.78-.78h1.17c.65,0,.78.13.78.78V5.36c0,.65.13.78.78.78h1.87c.65,0,.78.13.78.78v1c0,.65-.13.78-.78.78H61.18c-.65,0-.78.13-.78.78v4.7c0,1.33.44,1.85,1.82,1.85.6,0,.88-.08,1.09-.08.39,0,.52.18.52.73Z'/%3E%3Cpath class='cls-1' d='M77.61,6.14c.42,0,.6.05.6.28a1.27,1.27,0,0,1-.1.44L71.71,22.7c-.23.6-.39.73-1.07.73H69.11c-.42,0-.6-.06-.6-.29a1.48,1.48,0,0,1,.13-.44l1.59-3.77a1.94,1.94,0,0,0,.21-.76,2.11,2.11,0,0,0-.19-.7L66,6.86a1.27,1.27,0,0,1-.1-.44c0-.23.18-.28.6-.28h1.48c.68,0,.83.1,1.07.72L71.81,14c.11.26.21.41.29.41s.18-.15.29-.41l2.8-7.13c.24-.62.39-.72,1.07-.72Z'/%3E%3C/svg%3E"); } }
  @media (max-width: 768.98px) {
    .type_gs_music .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-sp.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%2348995b;' preserveAspectRatio='xMinYMid' viewBox='0 0 92.07 27.76'%3E%3Ctitle%3Eimg-btn-facility-sp%3C/title%3E%3Cpath class='cls-1' d='M.83,21.81c-.61,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L2.59,1.72C2.68,1,2.93.8,3.73.8h9c.62,0,.81.12.81.56a2.55,2.55,0,0,1,0,.46L13.34,3c-.12.8-.28,1-1.08,1H6.62c-.8,0-.92.09-1,.89L5.11,8.32a2.34,2.34,0,0,0,0,.37c0,.37.22.49.84.49H11c.61,0,.83.09.83.56a2.25,2.25,0,0,1,0,.36l-.19,1.27c-.12.8-.24.92-1,.92H5.51c-.8,0-1,.16-1,.93l-1,7.67c-.09.74-.22.92-1,.92Z'/%3E%3Cpath class='cls-1' d='M22.28,21.81c-.44,0-.56-.15-.56-.52,0-.19,0-.28-.12-.28a.72.72,0,0,0-.28.09,6.69,6.69,0,0,1-3.45.9c-3,0-5-2.19-5-5.61,0-7,5.82-9.27,10.51-9.27a13,13,0,0,1,2.4.21c.61.13.8.37.8.8a2.34,2.34,0,0,1,0,.37L24.9,20.89c-.1.8-.25.92-1,.92Zm-6-5.61a2.55,2.55,0,0,0,2.74,2.87,4.81,4.81,0,0,0,2.07-.49A1.27,1.27,0,0,0,22,17.34l.8-6a2.43,2.43,0,0,0,0-.34c0-.49-.15-.68-.65-.68a3,3,0,0,0-.43,0C19.53,10.66,16.33,12,16.33,16.2Z'/%3E%3Cpath class='cls-1' d='M39.38,7.3c.58.16.8.34.8.74a1.9,1.9,0,0,1,0,.31L39.93,10c-.06.46-.15.65-.43.65a1.78,1.78,0,0,1-.52-.1,4.28,4.28,0,0,0-1.27-.18,5.12,5.12,0,0,0-5.23,5.36c0,1.85.89,3.33,3.66,3.33a5.47,5.47,0,0,0,1.6-.22,1.59,1.59,0,0,1,.47-.09c.18,0,.27.09.27.34a2,2,0,0,1,0,.28l-.15,1.1c-.12.81-.31,1-1,1.24A7.6,7.6,0,0,1,35,22c-4.22,0-6-2.81-6-6,0-4.38,2.77-8.84,8.65-8.84A6.9,6.9,0,0,1,39.38,7.3Z'/%3E%3Cpath class='cls-1' d='M45.54,20.89c-.09.8-.25.92-1,.92H43c-.62,0-.84-.09-.84-.55a2.34,2.34,0,0,1,0-.37l1.7-12.66c.09-.81.25-1,1.05-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM44.09,3.42a2.15,2.15,0,0,1,2.25-2.25,1.9,1.9,0,0,1,2,1.91,2.19,2.19,0,0,1-2.21,2.37A2,2,0,0,1,44.09,3.42Z'/%3E%3Cpath class='cls-1' d='M55.65,21c-.09.59-.22.74-.8.8a7.78,7.78,0,0,1-.8,0c-2.81,0-4-1.23-4-3.79a10,10,0,0,1,.09-1.29L52.26.92c.12-.8.25-.92,1.05-.92h1.48c.61,0,.83.09.83.55a2.5,2.5,0,0,1,0,.37l-2.13,15.9a5.7,5.7,0,0,0-.06.68c0,1,.43,1.48,1.63,1.48.19,0,.37,0,.49,0s.37.09.37.27a1.6,1.6,0,0,1,0,.28Z'/%3E%3Cpath class='cls-1' d='M62.27,20.89c-.09.8-.24.92-1,.92H59.75c-.62,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L60.64,8.23c.09-.81.25-1,1-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM60.83,3.42a2.15,2.15,0,0,1,2.24-2.25,1.91,1.91,0,0,1,2,1.91,2.19,2.19,0,0,1-2.22,2.37A2,2,0,0,1,60.83,3.42Z'/%3E%3Cpath class='cls-1' d='M74.41,20.76c-.09.77-.21,1-1,1a10.47,10.47,0,0,1-1.36.09c-3.14,0-4.25-1.51-4.25-3.72A8.31,8.31,0,0,1,67.91,17l.77-5.79a2.5,2.5,0,0,0,0-.37c0-.46-.21-.55-.83-.55h-.43c-.62,0-.83-.09-.83-.49a2.5,2.5,0,0,1,0-.37l.18-1.24c.13-.83.25-.89,1-.89h.4c.8,0,1-.12,1-.89l.34-2.53c.09-.8.25-.92,1-.92H72.1c.62,0,.83.09.83.55a3,3,0,0,1,0,.37l-.34,2.53a2.5,2.5,0,0,0,0,.37c0,.43.22.52.84.52h1.94c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37L76,9.33c-.12.84-.24.93-1,.93H73c-.8,0-.95.18-1,1l-.74,5.52a5.81,5.81,0,0,0-.06.65c0,1.07.55,1.54,2,1.57a5.16,5.16,0,0,0,.68,0l.34,0c.33,0,.46.12.46.4a2.43,2.43,0,0,1,0,.34Z'/%3E%3Cpath class='cls-1' d='M91.39,7.27c.46,0,.68,0,.68.31a1.19,1.19,0,0,1-.19.55l-9.73,18.8c-.37.7-.56.83-1.36.83H78.91c-.46,0-.64-.09-.64-.31a1,1,0,0,1,.15-.49L81,22.24a1.92,1.92,0,0,0,.3-.95,3,3,0,0,0-.09-.65L78,8.16A1.48,1.48,0,0,1,78,7.73c0-.37.21-.46.77-.46h1.69c.8,0,1,.15,1.14.92l1.94,8.2c.06.28.13.43.28.43s.22-.06.34-.31L88.34,8.1c.34-.71.52-.83,1.33-.83Z'/%3E%3C/svg%3E"); } }
  @media (min-width: 769px) {
    .type_gs_music .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-pc.svg); } }
  @media (max-width: 768.98px) {
    .type_gs_music .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-sp.svg); } }

.type_gs_music .btn.btn_clr_white_fmain {
  color: #48995b;
  background: #fff; }
  .type_gs_music .btn.btn_clr_white_fmain::after {
    border-color: #48995b; }

.type_gs_music .btn.btn_clr_flight {
  color: #fff;
  background: #48995b; }
  .type_gs_music .btn.btn_clr_flight::after {
    border-color: #fff; }

.type_gs_music .btn.btn_clr_white_flight {
  color: #48995b;
  background: #fff;
  border-color: #48995b; }
  .type_gs_music .btn.btn_clr_white_flight::after {
    border-color: #48995b; }

@media (min-width: 769px) {
  .type_gs_music .tab_top .tab__item.tab__item_active .tab__link {
    background: #48995b; }
  .type_gs_music .tab_top .tab__item .tab__link {
    color: #48995b;
    border-color: #48995b; }
    .type_gs_music .tab_top .tab__item .tab__link::after {
      border-top-color: #48995b;
      border-right-color: #48995b; }
    .type_gs_music .tab_top .tab__item .tab__link .tab__text {
      border-bottom-color: #48995b; } }

.type_gs_music .course-intro-bg::before, .type_gs_music .course-intro-bg::after {
  border-color: #48995b; }

.type_gs_music .course {
  background: #48995b; }
  .type_gs_music .course__btn_rel_body {
    color: #48995b; }
    .type_gs_music .course__btn_rel_body_title_en::after {
      background: #48995b; }

@media (min-width: 769px) {
  .type_gs_music .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #231815), color-stop(40%, transparent), to(transparent)), url(/education/department/gs_music/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 10%, transparent 40%, transparent 100%), url(/education/department/gs_music/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

@media (max-width: 768.98px) {
  .type_gs_music .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #231815), color-stop(60%, transparent), to(transparent)), url(/education/department/gs_music/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 40%, transparent 60%, transparent 100%), url(/education/department/gs_music/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

.type_gs_music .career__list {
  padding: 10px;
  color: #48995b; }

.type_gs_music .career__box {
  border-color: #48995b; }

.type_gs_music .career__title {
  border-color: #48995b; }

.type_gs_music .class__title {
  color: #48995b; }

.type_gs_music .class__link:hover {
  background: #48995b; }

.type_gs_music .class__more-link {
  color: #48995b;
  border-color: #48995b; }

.type_gs_music .activity__title {
  color: #48995b; }

.type_gs_music .activity__interview {
  border-color: #48995b; }
  .type_gs_music .activity__interview::before {
    border-bottom-color: #48995b; }

.type_gs_music .activity__qa-group {
  border-color: #48995b; }
  @media (min-width: 769px) {
    .type_gs_music .activity__qa-group:hover {
      background: #48995b; } }

@media (max-width: 768.98px) {
  .type_gs_music .activity__qa-box.activity__qa-box_type_q {
    color: #48995b; }
    .type_gs_music .activity__qa-box.activity__qa-box_type_q .activity__qa-body::after {
      border-color: #48995b; } }

.type_gs_music .activity__qa-box.activity__qa-box_type_a {
  background: #48995b; }

.type_gs_music .profile .staff-box__item .staff {
  padding: 1em;
  border-radius: 10px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 7px 0 rgba(72, 153, 91, 0.5);
          box-shadow: 0 0 7px 0 rgba(72, 153, 91, 0.5); }
  .type_gs_music .profile .staff-box__item .staff__item {
    line-height: 185%; }
    .type_gs_music .profile .staff-box__item .staff__item_name_jp {
      font-size: 150%;
      font-weight: lighter;
      padding: 0 0 0 13px;
      border-left: 2px solid #48995b; }
    .type_gs_music .profile .staff-box__item .staff__item_name_en {
      font-size: 90%;
      padding: 0 0 0 15px;
      border-left: 2px solid #48995b; }
    .type_gs_music .profile .staff-box__item .staff__item_kamoku_head {
      display: inline-block;
      padding: 0 0.5em;
      margin: 1em 0 0.5em 0;
      background: #666;
      font-size: 85%;
      color: white; }
    .type_gs_music .profile .staff-box__item .staff__item.links a {
      color: red;
      text-decoration: underline; }
      .type_gs_music .profile .staff-box__item .staff__item.links a::after {
        content: none; }
  .type_gs_music .profile .staff-box__item .staff__job {
    font-size: 70%;
    background: #FFF;
    border: 1px #666 solid;
    padding: 0 0.5em;
    margin: 0 0 0 1em; }

.type_gs_performance .btns_order1 .btns__item.btns__item_head {
  border-bottom-color: #d5808c; }
  .type_gs_performance .btns_order1 .btns__item.btns__item_head:nth-of-type(1) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d5808c;' preserveAspectRatio='xMinYMid' viewBox='0 0 18.64 52.46'%3E%3Ctitle%3Eimg-keyword-no1%3C/title%3E%3Cpath d='M12,50.68c-.23,1.47-.54,1.78-2.16,1.78H9.17c-1.39,0-1.78-.24-1.78-1.08a3.32,3.32,0,0,1,.08-.7L13.25,6.55a5.65,5.65,0,0,0,.08-.93c0-1-.24-1.31-1.47-1.31h-.31l-9.86.47H1.31C.31,4.78,0,4.54,0,3.7c0-.23.08-.77.15-1.39C.39.69.69.62,2.31.54L16.87,0h.38c1.08,0,1.39.39,1.39.92s-.15,1.39-.23,1.93Z'/%3E%3C/svg%3E"); }
  .type_gs_performance .btns_order1 .btns__item.btns__item_head:nth-of-type(2) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d5808c;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.74 52.99'%3E%3Ctitle%3Eimg-keyword-no2%3C/title%3E%3Cpath d='M30.35,48.76c1.23,0,1.69.07,1.69.92a4.87,4.87,0,0,1-.07.77l-.08.54c-.23,1.62-.62,2-2.23,2H.92C.23,53,0,52.84,0,52.38A2.77,2.77,0,0,1,.92,50.3c20.34-18.18,29.89-28,29.89-37.36,0-4.47-2.7-8.55-11.17-8.55A23.22,23.22,0,0,0,8.86,7a2.34,2.34,0,0,1-1,.31c-.31,0-.47-.16-.47-.62,0-.23.08-.77.24-1.85.23-1.46.46-1.92,1.84-2.54A24.76,24.76,0,0,1,20.41,0c11.4,0,15.33,5.55,15.33,11.94,0,10.48-8,20-25.11,35.28-.54.54-.77.84-.77,1.08s.46.46,1.39.46Z'/%3E%3C/svg%3E"); }
  .type_gs_performance .btns_order1 .btns__item.btns__item_head:nth-of-type(3) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d5808c;' preserveAspectRatio='xMinYMid' viewBox='0 0 35.51 53.46'%3E%3Ctitle%3Eimg-keyword-no3%3C/title%3E%3Cpath d='M34.51,36c0,6.7-4.16,17.49-20.88,17.49A25.68,25.68,0,0,1,1.46,50.3C.38,49.68,0,49.3,0,48.37a15.21,15.21,0,0,1,.23-1.85c.08-.61.23-.92.62-.92a2.69,2.69,0,0,1,1.23.46A22.91,22.91,0,0,0,13.4,49.22c13.4,0,16.49-8.4,16.49-13,0-5.54-4.24-9-13.48-9H12c-1.31,0-1.78-.15-1.78-1.08,0-.31.08-.85.16-1.46.23-1.62.54-1.7,2.16-1.7h3.69c11.56,0,14.48-6.7,14.48-11.24,0-4-2.69-7.4-11-7.4a23.09,23.09,0,0,0-9.48,2,2.84,2.84,0,0,1-1.15.38c-.31,0-.46-.15-.46-.69a13.68,13.68,0,0,1,.15-1.39,2.79,2.79,0,0,1,2.08-2.69A24,24,0,0,1,20.57,0c11.7,0,14.94,5.24,14.94,10.55,0,3.85-1.46,10.09-7.63,13.33-.69.31-1,.61-1,.85s.39.53,1.08.84A10.8,10.8,0,0,1,34.51,36Z'/%3E%3C/svg%3E"); }

.type_gs_performance .btn.btn_type_arrow1 {
  color: #d5808c; }
  .type_gs_performance .btn.btn_type_arrow1::after {
    border-top-color: #d5808c;
    border-right-color: #d5808c; }

.type_gs_performance .btn.btn_type_arrow1_btm::after {
  border-right-color: #d5808c;
  border-bottom-color: #d5808c; }

.type_gs_performance .btn.btn_type_plus {
  color: #d5808c; }

.type_gs_performance .btn.btn_type_border1 {
  color: #d5808c;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(213, 128, 140, 0.2) 0, rgba(213, 128, 140, 0.2) 6px);
  border-color: #d5808c; }
  @media (min-width: 769px) {
    .type_gs_performance .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-pc.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d5808c;' preserveAspectRatio='xMinYMid' viewBox='0 0 78.21 23.43'%3E%3Ctitle%3Eimg-btn-facility-pc%3C/title%3E%3Cpath class='cls-1' d='M.78,18.41c-.65,0-.78-.13-.78-.78V1.46C0,.81.13.68.78.68H8.89c.65,0,.78.13.78.78V2.65c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78V7c0,.65.13.78.78.78H8.35c.65,0,.78.13.78.78V9.59c0,.65-.13.78-.78.78H3.67c-.65,0-.78.13-.78.78v6.48c0,.65-.13.78-.78.78Z'/%3E%3Cpath class='cls-1' d='M19.23,18.41c-.36,0-.47-.08-.47-.5,0-.2,0-.31-.13-.31a.59.59,0,0,0-.26.11,6.73,6.73,0,0,1-3.17.83c-2.24,0-3.95-1.09-3.95-3.41,0-2.91,3-4.21,6.65-4.68.45,0,.63-.15.63-.36a1.37,1.37,0,0,0-.11-.47c-.31-.86-1.06-1.07-2.26-1.07A8.68,8.68,0,0,0,13,9.13a1.32,1.32,0,0,1-.44.13c-.24,0-.26-.19-.26-.63v-1a.89.89,0,0,1,.73-1A10.15,10.15,0,0,1,16.53,6c3.14,0,4.86,1.14,4.86,4.78v6.87c0,.65-.13.78-.78.78ZM14.05,15c0,.94.94,1.15,1.85,1.15a4.89,4.89,0,0,0,2-.45c.6-.26.71-.41.71-1v-1.3c0-.49-.06-.67-.37-.67a2.38,2.38,0,0,0-.41.05C15.56,13.13,14.05,13.86,14.05,15Z'/%3E%3Cpath class='cls-1' d='M30,18.54c-4.14,0-5.8-2.94-5.8-5.8C24.23,9.1,26.47,6,30.83,6a7.81,7.81,0,0,1,1.59.13c.57.11.73.31.73.91v1.2c0,.49,0,.65-.36.65a3,3,0,0,1-.39-.05,5.38,5.38,0,0,0-1.2-.13,3.81,3.81,0,0,0-4,3.92A3.11,3.11,0,0,0,30.63,16a6.16,6.16,0,0,0,1.64-.21,1.65,1.65,0,0,1,.44-.08c.23,0,.28.16.28.62v.94c0,.62-.13.81-.72,1A8.16,8.16,0,0,1,30,18.54Z'/%3E%3Cpath class='cls-1' d='M35.84,2.89A1.81,1.81,0,0,1,37.71,1,1.63,1.63,0,0,1,39.46,2.6a1.86,1.86,0,0,1-1.9,2A1.65,1.65,0,0,1,35.84,2.89Zm3.23,14.74c0,.65-.13.78-.78.78H37c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.28c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M46.14,18.43c-2.58,0-3.56-1.11-3.56-4V.78c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78V14.17c0,1.22.13,1.82,1.4,1.82.4,0,.58,0,.73,0s.39.13.39.5v1.12c0,.65-.13.8-.78.83C46.68,18.43,46.48,18.43,46.14,18.43Z'/%3E%3Cpath class='cls-1' d='M50.08,2.89A1.81,1.81,0,0,1,52,1,1.62,1.62,0,0,1,53.69,2.6a1.85,1.85,0,0,1-1.89,2A1.65,1.65,0,0,1,50.08,2.89ZM53.3,17.63c0,.65-.13.78-.78.78H51.25c-.65,0-.78-.13-.78-.78V6.92c0-.65.13-.78.78-.78h1.27c.65,0,.78.13.78.78Z'/%3E%3Cpath class='cls-1' d='M63.83,17.47c0,.63-.13.78-.75.89a10.07,10.07,0,0,1-1.49.13c-3,0-3.92-1.41-3.92-3.93V9.44c0-.65-.13-.78-.78-.78h-.47c-.65,0-.78-.13-.78-.78v-1c0-.65.13-.78.78-.78h.47c.65,0,.78-.13.78-.78V3.25c0-.65.13-.78.78-.78h1.17c.65,0,.78.13.78.78V5.36c0,.65.13.78.78.78h1.87c.65,0,.78.13.78.78v1c0,.65-.13.78-.78.78H61.18c-.65,0-.78.13-.78.78v4.7c0,1.33.44,1.85,1.82,1.85.6,0,.88-.08,1.09-.08.39,0,.52.18.52.73Z'/%3E%3Cpath class='cls-1' d='M77.61,6.14c.42,0,.6.05.6.28a1.27,1.27,0,0,1-.1.44L71.71,22.7c-.23.6-.39.73-1.07.73H69.11c-.42,0-.6-.06-.6-.29a1.48,1.48,0,0,1,.13-.44l1.59-3.77a1.94,1.94,0,0,0,.21-.76,2.11,2.11,0,0,0-.19-.7L66,6.86a1.27,1.27,0,0,1-.1-.44c0-.23.18-.28.6-.28h1.48c.68,0,.83.1,1.07.72L71.81,14c.11.26.21.41.29.41s.18-.15.29-.41l2.8-7.13c.24-.62.39-.72,1.07-.72Z'/%3E%3C/svg%3E"); } }
  @media (max-width: 768.98px) {
    .type_gs_performance .btn.btn_type_border1::before {
      content: url(/img-com/embed/img-btn-facility-sp.svg);
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23d5808c;' preserveAspectRatio='xMinYMid' viewBox='0 0 92.07 27.76'%3E%3Ctitle%3Eimg-btn-facility-sp%3C/title%3E%3Cpath class='cls-1' d='M.83,21.81c-.61,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L2.59,1.72C2.68,1,2.93.8,3.73.8h9c.62,0,.81.12.81.56a2.55,2.55,0,0,1,0,.46L13.34,3c-.12.8-.28,1-1.08,1H6.62c-.8,0-.92.09-1,.89L5.11,8.32a2.34,2.34,0,0,0,0,.37c0,.37.22.49.84.49H11c.61,0,.83.09.83.56a2.25,2.25,0,0,1,0,.36l-.19,1.27c-.12.8-.24.92-1,.92H5.51c-.8,0-1,.16-1,.93l-1,7.67c-.09.74-.22.92-1,.92Z'/%3E%3Cpath class='cls-1' d='M22.28,21.81c-.44,0-.56-.15-.56-.52,0-.19,0-.28-.12-.28a.72.72,0,0,0-.28.09,6.69,6.69,0,0,1-3.45.9c-3,0-5-2.19-5-5.61,0-7,5.82-9.27,10.51-9.27a13,13,0,0,1,2.4.21c.61.13.8.37.8.8a2.34,2.34,0,0,1,0,.37L24.9,20.89c-.1.8-.25.92-1,.92Zm-6-5.61a2.55,2.55,0,0,0,2.74,2.87,4.81,4.81,0,0,0,2.07-.49A1.27,1.27,0,0,0,22,17.34l.8-6a2.43,2.43,0,0,0,0-.34c0-.49-.15-.68-.65-.68a3,3,0,0,0-.43,0C19.53,10.66,16.33,12,16.33,16.2Z'/%3E%3Cpath class='cls-1' d='M39.38,7.3c.58.16.8.34.8.74a1.9,1.9,0,0,1,0,.31L39.93,10c-.06.46-.15.65-.43.65a1.78,1.78,0,0,1-.52-.1,4.28,4.28,0,0,0-1.27-.18,5.12,5.12,0,0,0-5.23,5.36c0,1.85.89,3.33,3.66,3.33a5.47,5.47,0,0,0,1.6-.22,1.59,1.59,0,0,1,.47-.09c.18,0,.27.09.27.34a2,2,0,0,1,0,.28l-.15,1.1c-.12.81-.31,1-1,1.24A7.6,7.6,0,0,1,35,22c-4.22,0-6-2.81-6-6,0-4.38,2.77-8.84,8.65-8.84A6.9,6.9,0,0,1,39.38,7.3Z'/%3E%3Cpath class='cls-1' d='M45.54,20.89c-.09.8-.25.92-1,.92H43c-.62,0-.84-.09-.84-.55a2.34,2.34,0,0,1,0-.37l1.7-12.66c.09-.81.25-1,1.05-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM44.09,3.42a2.15,2.15,0,0,1,2.25-2.25,1.9,1.9,0,0,1,2,1.91,2.19,2.19,0,0,1-2.21,2.37A2,2,0,0,1,44.09,3.42Z'/%3E%3Cpath class='cls-1' d='M55.65,21c-.09.59-.22.74-.8.8a7.78,7.78,0,0,1-.8,0c-2.81,0-4-1.23-4-3.79a10,10,0,0,1,.09-1.29L52.26.92c.12-.8.25-.92,1.05-.92h1.48c.61,0,.83.09.83.55a2.5,2.5,0,0,1,0,.37l-2.13,15.9a5.7,5.7,0,0,0-.06.68c0,1,.43,1.48,1.63,1.48.19,0,.37,0,.49,0s.37.09.37.27a1.6,1.6,0,0,1,0,.28Z'/%3E%3Cpath class='cls-1' d='M62.27,20.89c-.09.8-.24.92-1,.92H59.75c-.62,0-.83-.09-.83-.55a2.34,2.34,0,0,1,0-.37L60.64,8.23c.09-.81.25-1,1-1h1.48c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37ZM60.83,3.42a2.15,2.15,0,0,1,2.24-2.25,1.91,1.91,0,0,1,2,1.91,2.19,2.19,0,0,1-2.22,2.37A2,2,0,0,1,60.83,3.42Z'/%3E%3Cpath class='cls-1' d='M74.41,20.76c-.09.77-.21,1-1,1a10.47,10.47,0,0,1-1.36.09c-3.14,0-4.25-1.51-4.25-3.72A8.31,8.31,0,0,1,67.91,17l.77-5.79a2.5,2.5,0,0,0,0-.37c0-.46-.21-.55-.83-.55h-.43c-.62,0-.83-.09-.83-.49a2.5,2.5,0,0,1,0-.37l.18-1.24c.13-.83.25-.89,1-.89h.4c.8,0,1-.12,1-.89l.34-2.53c.09-.8.25-.92,1-.92H72.1c.62,0,.83.09.83.55a3,3,0,0,1,0,.37l-.34,2.53a2.5,2.5,0,0,0,0,.37c0,.43.22.52.84.52h1.94c.61,0,.83.09.83.59a2.69,2.69,0,0,1,0,.37L76,9.33c-.12.84-.24.93-1,.93H73c-.8,0-.95.18-1,1l-.74,5.52a5.81,5.81,0,0,0-.06.65c0,1.07.55,1.54,2,1.57a5.16,5.16,0,0,0,.68,0l.34,0c.33,0,.46.12.46.4a2.43,2.43,0,0,1,0,.34Z'/%3E%3Cpath class='cls-1' d='M91.39,7.27c.46,0,.68,0,.68.31a1.19,1.19,0,0,1-.19.55l-9.73,18.8c-.37.7-.56.83-1.36.83H78.91c-.46,0-.64-.09-.64-.31a1,1,0,0,1,.15-.49L81,22.24a1.92,1.92,0,0,0,.3-.95,3,3,0,0,0-.09-.65L78,8.16A1.48,1.48,0,0,1,78,7.73c0-.37.21-.46.77-.46h1.69c.8,0,1,.15,1.14.92l1.94,8.2c.06.28.13.43.28.43s.22-.06.34-.31L88.34,8.1c.34-.71.52-.83,1.33-.83Z'/%3E%3C/svg%3E"); } }
  @media (min-width: 769px) {
    .type_gs_performance .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-pc.svg); } }
  @media (max-width: 768.98px) {
    .type_gs_performance .btn.btn_type_border1.btn_type_scene::before {
      content: url(/education/department/design/img/img-btn-scene-sp.svg); } }

.type_gs_performance .btn.btn_clr_white_fmain {
  color: #d5808c;
  background: #fff; }
  .type_gs_performance .btn.btn_clr_white_fmain::after {
    border-color: #d5808c; }

.type_gs_performance .btn.btn_clr_flight {
  color: #fff;
  background: #d5808c; }
  .type_gs_performance .btn.btn_clr_flight::after {
    border-color: #fff; }

.type_gs_performance .btn.btn_clr_white_flight {
  color: #d5808c;
  background: #fff;
  border-color: #d5808c; }
  .type_gs_performance .btn.btn_clr_white_flight::after {
    border-color: #d5808c; }

@media (min-width: 769px) {
  .type_gs_performance .tab_top .tab__item.tab__item_active .tab__link {
    background: #d5808c; }
  .type_gs_performance .tab_top .tab__item .tab__link {
    color: #d5808c;
    border-color: #d5808c; }
    .type_gs_performance .tab_top .tab__item .tab__link::after {
      border-top-color: #d5808c;
      border-right-color: #d5808c; }
    .type_gs_performance .tab_top .tab__item .tab__link .tab__text {
      border-bottom-color: #d5808c; } }

.type_gs_performance .course-intro-bg::before, .type_gs_performance .course-intro-bg::after {
  border-color: #d5808c; }

.type_gs_performance .course {
  background: #d5808c; }
  .type_gs_performance .course__btn_rel_body {
    color: #d5808c; }
    .type_gs_performance .course__btn_rel_body_title_en::after {
      background: #d5808c; }

@media (min-width: 769px) {
  .type_gs_performance .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #231815), color-stop(40%, transparent), to(transparent)), url(/education/department/gs_performance/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 10%, transparent 40%, transparent 100%), url(/education/department/gs_performance/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

@media (max-width: 768.98px) {
  .type_gs_performance .nichigei-mind-detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #231815), color-stop(60%, transparent), to(transparent)), url(/education/department/gs_performance/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center;
    background: linear-gradient(to top, #231815 40%, transparent 60%, transparent 100%), url(/education/department/gs_performance/img/img-nichigei-mind-detail-bg1.jpg) no-repeat top center; } }

.type_gs_performance .career__list {
  padding: 10px;
  color: #d5808c; }

.type_gs_performance .career__box {
  border-color: #d5808c; }

.type_gs_performance .career__title {
  border-color: #d5808c; }

.type_gs_performance .class__title {
  color: #d5808c; }

.type_gs_performance .class__link:hover {
  background: #d5808c; }

.type_gs_performance .class__more-link {
  color: #d5808c;
  border-color: #d5808c; }

.type_gs_performance .activity__title {
  color: #d5808c; }

.type_gs_performance .activity__interview {
  border-color: #d5808c; }
  .type_gs_performance .activity__interview::before {
    border-bottom-color: #d5808c; }

.type_gs_performance .activity__qa-group {
  border-color: #d5808c; }
  @media (min-width: 769px) {
    .type_gs_performance .activity__qa-group:hover {
      background: #d5808c; } }

@media (max-width: 768.98px) {
  .type_gs_performance .activity__qa-box.activity__qa-box_type_q {
    color: #d5808c; }
    .type_gs_performance .activity__qa-box.activity__qa-box_type_q .activity__qa-body::after {
      border-color: #d5808c; } }

.type_gs_performance .activity__qa-box.activity__qa-box_type_a {
  background: #d5808c; }

.type_gs_performance .profile .staff-box__item .staff {
  padding: 1em;
  border-radius: 10px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 7px 0 rgba(213, 128, 140, 0.5);
          box-shadow: 0 0 7px 0 rgba(213, 128, 140, 0.5); }
  .type_gs_performance .profile .staff-box__item .staff__item {
    line-height: 185%; }
    .type_gs_performance .profile .staff-box__item .staff__item_name_jp {
      font-size: 150%;
      font-weight: lighter;
      padding: 0 0 0 13px;
      border-left: 2px solid #d5808c; }
    .type_gs_performance .profile .staff-box__item .staff__item_name_en {
      font-size: 90%;
      padding: 0 0 0 15px;
      border-left: 2px solid #d5808c; }
    .type_gs_performance .profile .staff-box__item .staff__item_kamoku_head {
      display: inline-block;
      padding: 0 0.5em;
      margin: 1em 0 0.5em 0;
      background: #666;
      font-size: 85%;
      color: white; }
    .type_gs_performance .profile .staff-box__item .staff__item.links a {
      color: red;
      text-decoration: underline; }
      .type_gs_performance .profile .staff-box__item .staff__item.links a::after {
        content: none; }
  .type_gs_performance .profile .staff-box__item .staff__job {
    font-size: 70%;
    background: #FFF;
    border: 1px #666 solid;
    padding: 0 0.5em;
    margin: 0 0 0 1em; }

/*  about  */
.about {
  /* 学部長メッセージ */
  /* 日藝賞 */
  /* 卒博 */
  /* 産官学連携 */ }
  .about_index .abouttop {
    background: #000; }
  .about_publication .art-guide {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px dotted #222; }
  .about_publication .art-campus__waku {
    width: 100%;
    padding: 40px 0; }
    @media (max-width: 768.98px) {
      .about_publication .art-campus__waku {
        padding: 40px 0 20px; } }
  .about_publication .art-campus__list {
    width: 90%;
    margin: 0 5%; }
  .about_publication .art-campus__caption {
    margin-left: 5%; }
  .about_publication .art-campus__item {
    margin-left: 20px; }
    .about_publication .art-campus__item:first-child {
      margin-bottom: 40px; }
      @media (max-width: 768.98px) {
        .about_publication .art-campus__item:first-child {
          margin-bottom: 0; } }
    @media (max-width: 768.98px) {
      .about_publication .art-campus__item {
        margin-bottom: 20px; } }
  .about_publication .art-campus__item {
    text-align: center; }
  .about_publication .art-campus__img {
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .about_department .department {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px dotted #222; }
    .about_department .department:last-child {
      padding-bottom: 0;
      border-bottom: none; }
  .about_admission .admission {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px dotted #222; }
    .about_admission .admission:last-child {
      padding-bottom: 0;
      border-bottom: none; }
  .about_message .message-title {
    position: relative; }
    .about_message .message-title-mc {
      position: absolute;
      bottom: 0;
      width: 125px; }
      @media (max-width: 1023.98px) {
        .about_message .message-title-mc {
          width: 15%;
          left: 15px;
          top: 15px;
          z-index: 1; } }
    .about_message .message-title-img {
      text-align: right; }
  .about_award .award-msg.award-msg_top {
    margin-bottom: 40px; }
    @media (min-width: 769px) {
      .about_award .award-msg.award-msg_top {
        margin-top: -45px; } }
  .about_award .award-msg__img-list {
    margin-bottom: 10px; }
  .about_award .award-msg__img-item {
    width: 100%; }
  .about_award .award-msg__img {
    width: 100%; }
  .about_award .award-msg p {
    margin: 0;
    text-align: justify; }
  .about_award .award-work {
    margin-top: 1em; }
  .about_award .award-profile {
    border-top: 1px dotted #000;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 50px; }
  .about_award .winnerbox {
    margin-bottom: 40px; }
    .about_award .winnerbox_ttlbox {
      border: 1px solid #000;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      display: inline-block;
      text-orientation: upright;
      padding: 0.5em; }
      .about_award .winnerbox_ttlbox_ttl {
        margin: auto;
        font-weight: bold;
        font-size: 1.8rem; }
        .about_award .winnerbox_ttlbox_ttl .winnerbox_ttlbox_no {
          border-top: 1px dotted #000;
          font-size: 1.4rem;
          font-weight: normal;
          margin-top: 1rem;
          padding-top: 1rem; }
    .about_award .winnerbox_winner:nth-of-type(2) {
      padding-right: 8px; }
    .about_award .winnerbox_winner:nth-of-type(3) {
      padding-left: 8px; }
    .about_award .winnerbox_winner_img {
      margin-bottom: 10px; }
    .about_award .winnerbox_winner_txt_name {
      font-size: 16px;
      line-height: 1;
      font-weight: bold; }
    .about_award .winnerbox_winner_txt_job {
      font-size: 12px;
      line-height: 1; }
  .about_award .aboutaward_box {
    color: #FFF;
    padding: 3em;
    background: #000;
    position: relative; }
    .about_award .aboutaward_box img[src$=svg] {
      max-width: 100%; }
    .about_award .aboutaward_box::before,
    .about_award .aboutaward_box .row::before, .about_award .aboutaward_box::after,
    .about_award .aboutaward_box .row::after {
      position: absolute;
      content: "";
      background: #FFF;
      width: 11px;
      height: 11px; }
    .about_award .aboutaward_box::before {
      top: 0;
      left: 0; }
    .about_award .aboutaward_box .row::before {
      top: 0;
      right: 0; }
    .about_award .aboutaward_box::after {
      right: 0;
      bottom: 0; }
    .about_award .aboutaward_box .row::after {
      left: 0;
      bottom: 0; }
    .about_award .aboutaward_box .txt__big {
      font-size: 125%; }
  .about_sotsuhaku {
    /* bootstap gridのgutter調整 */ }
    .about_sotsuhaku .row-0 {
      margin-right: 0;
      margin-left: 0; }
      .about_sotsuhaku .row-0 > div {
        padding-right: 0;
        padding-left: 0; }
    @media (min-width: 769px) {
      .about_sotsuhaku .abouttop .title-head {
        margin-bottom: 9px; } }
    .about_sotsuhaku .mv {
      padding-bottom: 20px; }
      @media (min-width: 769px) {
        .about_sotsuhaku .mv {
          margin-right: auto;
          margin-left: auto;
          padding-bottom: 12px;
          max-width: 1634px; } }
      .about_sotsuhaku .mv__inner {
        position: relative;
        overflow: hidden; }
        @media (min-width: 769px) {
          .about_sotsuhaku .mv__inner {
            height: 790px; } }
      @media (min-width: 769px) {
        .about_sotsuhaku .mv__img {
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 1634px;
          max-width: 1634px;
          height: 790px; } }
    .about_sotsuhaku .pagetop-lead {
      margin-bottom: 50px; }
      @media (min-width: 769px) {
        .about_sotsuhaku .pagetop-lead {
          margin-top: 50px;
          margin-bottom: 124px; } }
      .about_sotsuhaku .pagetop-lead .ttl__wrap {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 20px;
        text-align: center; }
        @media (min-width: 769px) {
          .about_sotsuhaku .pagetop-lead .ttl__wrap {
            padding-bottom: 34px;
            margin-bottom: 35px;
            line-height: 1.2; } }
        .about_sotsuhaku .pagetop-lead .ttl__wrap::after {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          bottom: 0;
          content: '';
          display: block;
          width: 20px;
          height: 2px;
          background-color: #000; }
          @media (min-width: 769px) {
            .about_sotsuhaku .pagetop-lead .ttl__wrap::after {
              width: 36px;
              letter-spacing: 0.05em; } }
      @media (min-width: 769px) {
        .about_sotsuhaku .pagetop-lead .ttl__style {
          font-size: 38px; } }
      .about_sotsuhaku .pagetop-lead__description {
        text-align: left; }
        @media (min-width: 769px) {
          .about_sotsuhaku .pagetop-lead__description {
            line-height: 2.1;
            text-align: center; } }
    .about_sotsuhaku .link-box {
      margin-bottom: 40px; }
      @media (min-width: 769px) {
        .about_sotsuhaku .link-box__outer {
          margin-bottom: 18px; } }
      @media (min-width: 769px) {
        .about_sotsuhaku .link-box {
          min-height: 312px;
          margin-bottom: 0; }
          .about_sotsuhaku .link-box:nth-of-type(odd) .link-box__inner {
            margin-right: 32px;
            margin-left: 0; }
          .about_sotsuhaku .link-box:nth-of-type(even) .link-box__inner {
            margin-left: 32px;
            margin-right: 0; } }
      @media (min-width: 769px) {
        .about_sotsuhaku .link-box__ttl {
          margin-top: 34px;
          margin-bottom: 47px; } }
      .about_sotsuhaku .link-box__btn {
        position: relative;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.5rem;
        text-align: center;
        color: #FFF; }
        @media (min-width: 769px) {
          .about_sotsuhaku .link-box__btn {
            padding-top: 19px;
            padding-left: 61px;
            padding-bottom: 19px;
            width: 296px;
            font-size: 1.8rem;
            text-align: left;
            letter-spacing: -0.007em; } }
        .about_sotsuhaku .link-box__btn::after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg);
          right: 14px;
          display: block;
          content: '';
          width: 8px;
          height: 8px;
          border-top: 1px solid #FFF;
          border-right: 1px solid #FFF;
          border-bottom: 0px none;
          border-left: 0px none; }
          @media (min-width: 769px) {
            .about_sotsuhaku .link-box__btn::after {
              width: 12px;
              height: 12px;
              right: 20px; } }
      @media (min-width: 769px) {
        .about_sotsuhaku .link-box__img {
          position: absolute; } }
      .about_sotsuhaku .link-box__inner {
        position: relative;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-top-style: solid; }
        @media (min-width: 769px) {
          .about_sotsuhaku .link-box__inner {
            width: 480px;
            margin-bottom: 116px;
            border-top-width: 11px; } }
        .about_sotsuhaku .link-box__inner.color-ultramarine {
          border-top-color: #373b90; }
          .about_sotsuhaku .link-box__inner.color-ultramarine .link-box__btn {
            background-color: #373b90; }
          @media (min-width: 769px) {
            .about_sotsuhaku .link-box__inner.color-ultramarine .link-box__img {
              top: 10px;
              right: -17px; } }
        .about_sotsuhaku .link-box__inner.color-red {
          border-top-color: #d71e36; }
          .about_sotsuhaku .link-box__inner.color-red .link-box__btn {
            background-color: #d71e36; }
          @media (min-width: 769px) {
            .about_sotsuhaku .link-box__inner.color-red .link-box__img {
              top: 26px;
              right: -7px; } }
        .about_sotsuhaku .link-box__inner.color-yellow {
          border-top-color: #edc300; }
          .about_sotsuhaku .link-box__inner.color-yellow .link-box__btn {
            background-color: #edc300; }
          @media (min-width: 769px) {
            .about_sotsuhaku .link-box__inner.color-yellow .link-box__img {
              top: -25px;
              right: -18px; } }
        .about_sotsuhaku .link-box__inner.color-green {
          border-top-color: #48995b; }
          .about_sotsuhaku .link-box__inner.color-green .link-box__btn {
            background-color: #48995b; }
          @media (min-width: 769px) {
            .about_sotsuhaku .link-box__inner.color-green .link-box__img {
              top: -10px;
              right: 0; } }
        .about_sotsuhaku .link-box__inner.color-gray {
          border-top-color: #708996; }
          .about_sotsuhaku .link-box__inner.color-gray .link-box__btn {
            background-color: #708996; }
          @media (min-width: 769px) {
            .about_sotsuhaku .link-box__inner.color-gray .link-box__img {
              top: 13px;
              right: -16px; } }
        .about_sotsuhaku .link-box__inner.color-pink {
          border-top-color: #d5808c; }
          .about_sotsuhaku .link-box__inner.color-pink .link-box__btn {
            background-color: #d5808c; }
          @media (min-width: 769px) {
            .about_sotsuhaku .link-box__inner.color-pink .link-box__img {
              top: 32px;
              right: -7px; } }
        .about_sotsuhaku .link-box__inner.color-orange {
          border-top-color: #e18b45; }
          .about_sotsuhaku .link-box__inner.color-orange .link-box__btn {
            background-color: #e18b45; }
          @media (min-width: 769px) {
            .about_sotsuhaku .link-box__inner.color-orange .link-box__img {
              top: 26px;
              right: -11px; } }
        .about_sotsuhaku .link-box__inner.color-blue {
          border-top-color: #0076a5; }
          .about_sotsuhaku .link-box__inner.color-blue .link-box__btn {
            background-color: #0076a5; }
            @media (min-width: 769px) {
              .about_sotsuhaku .link-box__inner.color-blue .link-box__btn {
                padding-left: 44px; } }
          @media (min-width: 769px) {
            .about_sotsuhaku .link-box__inner.color-blue .link-box__img {
              top: 26px;
              right: 12px; } }
    .about_sotsuhaku .ttl-img__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 15px; }
      @media (min-width: 769px) {
        .about_sotsuhaku .ttl-img__wrap {
          display: block; } }
      .about_sotsuhaku .ttl-img__wrap .link-box__ttl {
        width: 50%;
        padding-top: 20px; }
        @media (min-width: 769px) {
          .about_sotsuhaku .ttl-img__wrap .link-box__ttl {
            width: auto;
            padding-top: 0; } }
      .about_sotsuhaku .ttl-img__wrap .link-box__img {
        width: 50%;
        padding-top: 10px; }
        @media (min-width: 769px) {
          .about_sotsuhaku .ttl-img__wrap .link-box__img {
            width: auto;
            padding-top: 0; } }
    .about_sotsuhaku .reservation-box {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      padding: 20px;
      background: url(../about/sotsuhaku/img/bg_img01_sp.jpg) no-repeat;
      background-position: center center;
      background-size: 100% 100%; }
      @media (min-width: 769px) {
        .about_sotsuhaku .reservation-box {
          background: url(../about/sotsuhaku/img/bg_img01.jpg) no-repeat;
          background-position: left center;
          background-size: 100% 100%; } }
      .about_sotsuhaku .reservation-box__inner {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
        padding: 28px 40px;
        border-radius: 4px;
        background-color: #FFF; }
        @media (min-width: 769px) {
          .about_sotsuhaku .reservation-box__inner {
            padding: 45px 101px;
            border-radius: 8px; } }
        @media (max-width: 768.98px) {
          .about_sotsuhaku .reservation-box__inner {
            padding: 18px 20px; } }
      .about_sotsuhaku .reservation-box__ttl {
        position: relative;
        padding-top: 5vw; }
        @media (min-width: 769px) {
          .about_sotsuhaku .reservation-box__ttl {
            padding-top: 63px;
            margin-bottom: 31px; } }
        .about_sotsuhaku .reservation-box__ttl::before {
          position: absolute;
          top: -1vw;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          display: block;
          content: "";
          width: 30%;
          padding-bottom: 5.137%;
          background: url(../about/sotsuhaku/img/img-title-held-same-time.svg) no-repeat left center;
          background-size: contain; }
          @media (min-width: 769px) {
            .about_sotsuhaku .reservation-box__ttl::before {
              top: 5px;
              width: 218px;
              height: 33px;
              padding-bottom: 0; } }
      .about_sotsuhaku .reservation-box__txt {
        margin-bottom: 20px;
        font-weight: bold; }
        @media (min-width: 769px) {
          .about_sotsuhaku .reservation-box__txt {
            margin-bottom: 33px;
            line-height: 2.1;
            letter-spacing: -0.02em; } }
      .about_sotsuhaku .reservation-box__sub-ttl {
        margin-bottom: 9px;
        font-size: 1.4rem;
        line-height: 1.5;
        color: #FFF;
        text-align: center;
        background-color: #000; }
      .about_sotsuhaku .reservation-box .date__list {
        margin-bottom: 25px; }
        @media (min-width: 769px) {
          .about_sotsuhaku .reservation-box .date__list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin-bottom: 28px; } }
        .about_sotsuhaku .reservation-box .date__list .list__item {
          position: relative;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin-bottom: 10px; }
          @media (min-width: 769px) {
            .about_sotsuhaku .reservation-box .date__list .list__item {
              width: 50%;
              padding-left: 26px;
              margin-bottom: 0;
              line-height: 2; } }
          .about_sotsuhaku .reservation-box .date__list .list__item:nth-of-type(even) {
            padding-top: 15px; }
            @media (min-width: 769px) {
              .about_sotsuhaku .reservation-box .date__list .list__item:nth-of-type(even) {
                padding-top: 0; } }
            .about_sotsuhaku .reservation-box .date__list .list__item:nth-of-type(even)::before {
              position: absolute;
              top: 0;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              content: "";
              width: 20%;
              height: 1px;
              background-color: #000; }
              @media (min-width: 769px) {
                .about_sotsuhaku .reservation-box .date__list .list__item:nth-of-type(even)::before {
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                          transform: translateY(-50%);
                  left: 0;
                  width: 1px;
                  height: 43px; } }
      .about_sotsuhaku .reservation-box__btn {
        position: relative;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
        width: 65%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px #000 solid;
        font-weight: bold;
        text-align: center; }
        @media (min-width: 769px) {
          .about_sotsuhaku .reservation-box__btn {
            width: 298px;
            padding-top: 17px;
            padding-left: 61px;
            padding-bottom: 19px;
            font-size: 1.8rem;
            text-align: left;
            letter-spacing: -0.01em; } }
        .about_sotsuhaku .reservation-box__btn::after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg);
          right: 14px;
          display: block;
          content: '';
          width: 8px;
          height: 8px;
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          border-bottom: 0px none;
          border-left: 0px none; }
          @media (min-width: 769px) {
            .about_sotsuhaku .reservation-box__btn::after {
              width: 12px;
              height: 12px;
              right: 22px; } }
  .about_collaboration .mv {
    padding-bottom: 20px; }
    @media (min-width: 769px) {
      .about_collaboration .mv {
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 25px;
        max-width: 1400px; } }
    .about_collaboration .mv__inner {
      position: relative;
      overflow: hidden; }
      @media (min-width: 769px) {
        .about_collaboration .mv__inner {
          height: 567px; } }
    @media (min-width: 769px) {
      .about_collaboration .mv__img {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 1400px;
        max-width: 1400px;
        height: 567px; } }
  .about_collaboration .pagetop-lead {
    margin-top: 47px;
    margin-bottom: 70px;
    line-height: 2;
    text-align: center; }
    @media (max-width: 1023.98px) {
      .about_collaboration .pagetop-lead {
        margin-top: 0;
        margin-bottom: 30px;
        line-height: 1.6;
        text-align: left; } }
  .about .phead-dott {
    border: dotted 1px #000 !important; }

.w-50 {
  width: 100% !important; }
  @media (min-width: 769px) {
    .w-50 {
      width: 50% !important; } }

.fz-20 {
  font-size: 200%; }

/*  campuslife  */
.campuslife_index .cattitle_title {
  margin-bottom: 30px; }

@media (min-width: 769px) {
  .campuslife_index .cattitle_title {
    position: relative; }
    .campuslife_index .cattitle_title .title-head__img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

/*  クラブ・サークル  */
.campuslife_club .clublist_listbox__borderTop {
  border-top: 1px #CCC dashed;
  padding: 20px 0 0 0; }

/*  授業について  */
.campuslife_registration .regmenu_loginbtn {
  border: 1px solid #000;
  padding: 7px; }
  .campuslife_registration .regmenu_loginbtnlink {
    display: block; }
  .campuslife_registration .regmenu_loginbtn__bgGray {
    background: #e6e6e6;
    padding: 3px 7px; }
  .campuslife_registration .regmenu_loginbtn:hover {
    opacity: 0.7; }

.campuslife_registration .letter-spacing-0 {
  letter-spacing: 0; }

/*  admission  */
.category-nav {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .category-nav .btn {
    font-size: 12px; }
  @media (max-width: 768.98px) {
    .category-nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 769px) {
    .category-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .category-nav__list {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 769px) {
      .category-nav__list .btn {
        min-height: 40px; }
      .category-nav__list_col-md-3 .category-nav__item {
        width: calc((100% - 20px)/3); }
        .category-nav__list_col-md-3 .category-nav__item:nth-child(-n+3) {
          margin-bottom: 10px; }
      .category-nav__list_col-md-4 .category-nav__item {
        width: calc((100% - 30px)/4); }
        .category-nav__list_col-md-4 .category-nav__item:nth-child(-n+4) {
          margin-bottom: 10px; } }
    @media (max-width: 768.98px) {
      .category-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (min-width: 769px) {
      .category-nav__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (max-width: 768.98px) {
      .category-nav__list:last-child {
        padding-top: 10px;
        border-top: 1px solid #fff; } }
    @media (min-width: 769px) {
      .category-nav__list:last-child {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #fff;
        width: 330px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }
  @media (max-width: 768.98px) {
    .category-nav__item {
      margin-bottom: 10px; } }

@media (max-width: 768.98px) {
  .admission_briefing .campus-tour .list {
    margin-left: 0;
    margin-right: 0; } }

.admission_briefing .campus-tour .list .item:nth-child(even) {
  border: dashed #707070;
  border-width: 0 0 0 1px; }

@media (max-width: 768.98px) {
  .admission_briefing .campus-tour .list .item {
    padding-left: 0;
    padding-right: 0; }
    .admission_briefing .campus-tour .list .item:nth-child(n+2) {
      padding-top: 15px;
      border-width: 0;
      margin-top: 15px; } }

.admission_recommendation .list-style__reset,
.admission_recommendation .list-style__reset li,
.admission_recommendation .list-style__reset ol,
.admission_recommendation .list-style__reset ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.admission_recommendation .list-style__disc,
.admission_recommendation .list-style__disc > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.admission_recommendation .list-style__disc > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: disc;
  list-style-position: inside; }
  .admission_recommendation .list-style__disc > li > * {
    text-indent: 0; }

.admission_recommendation .list-style__num,
.admission_recommendation .list-style__num > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.admission_recommendation .list-style__num > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: decimal;
  list-style-position: inside; }
  .admission_recommendation .list-style__num > li > * {
    text-indent: 0; }

.admission_recommendation .list-style__num_zero,
.admission_recommendation .list-style__num_zero > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.admission_recommendation .list-style__num_zero > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: decimal-leading-zero;
  list-style-position: inside; }
  .admission_recommendation .list-style__num_zero > li > * {
    text-indent: 0; }

.admission_recommendation .list-style__upper_roman,
.admission_recommendation .list-style__upper_roman > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.admission_recommendation .list-style__upper_roman > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: upper-roman;
  list-style-position: inside; }
  .admission_recommendation .list-style__upper_roman > li > * {
    text-indent: 0; }

.admission_recommendation .list-style__upper_latin,
.admission_recommendation .list-style__upper_latin > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.admission_recommendation .list-style__upper_latin > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: upper-latin;
  list-style-position: inside; }
  .admission_recommendation .list-style__upper_latin > li > * {
    text-indent: 0; }

.admission .paccordion__head a {
  white-space: normal;
  padding-right: 40px; }

.admission .scholarship .pcolumns-list__box:nth-child(odd) {
  border-right: none;
  padding-right: 0; }

.admission .scholarship .pbox {
  overflow: hidden; }

.admission.opencampus .oc-info__title-img {
  height: 16px; }

.admission.opencampus .oc-info__info-text {
  text-align: justify; }

.admission.opencampus .oc-slide {
  position: relative; }
  .admission.opencampus .oc-slide__text {
    position: absolute;
    top: -68px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 480px));
            transform: translateX(calc(-50% - 480px));
    height: 610px; }
    @media (max-width: 768.98px) {
      .admission.opencampus .oc-slide__text {
        top: -30px;
        left: 20px;
        -webkit-transform: none;
                transform: none;
        width: 10.5%;
        height: auto; } }

.admission.opencampus .oc-point-box__title {
  margin: 0 10px; }

.admission.opencampus .oc-point-box__list {
  margin-left: 10px; }

.admission.opencampus .oc-point-list__box {
  border-left: 4px solid #000;
  border-radius: 2px;
  padding-left: 10px;
  margin-bottom: 30px; }

.admission.opencampus .oc-point-list__title {
  height: 30px;
  margin-bottom: 5px; }

.admission.opencampus .oc-point-list__title-text {
  padding-left: 1em; }
  @media (max-width: 768.98px) {
    .admission.opencampus .oc-point-list__title-text {
      font-size: 14px; } }
  @media (min-width: 769px) {
    .admission.opencampus .oc-point-list__title-text {
      font-size: 18px; } }

.admission.opencampus .oc-point-list__text {
  text-align: justify; }

/*  education  */
.education.department .edu-logo {
  margin-top: 60px;
  margin-bottom: 40px; }
  .education.department .edu-logo__title {
    margin-bottom: 20px;
    position: relative; }
    @media (max-width: 768.98px) {
      .education.department .edu-logo__title {
        font-size: 18px; } }
    @media (min-width: 769px) {
      .education.department .edu-logo__title {
        font-size: 22px; } }
    .education.department .edu-logo__title::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      width: 100%;
      height: 100%;
      background: #e3007f; }
  .education.department .edu-logo__text {
    display: inline-block;
    color: #fff;
    background: #e3007f; }
    @media (max-width: 768.98px) {
      .education.department .edu-logo__text {
        padding: .1em .5em .1em 20px; } }
    @media (min-width: 769px) {
      .education.department .edu-logo__text {
        padding: .1em .5em .1em 80px; } }
  @media (max-width: 768.98px) {
    .education.department .edu-logo__logo {
      padding: 0 20px; } }
  @media (min-width: 769px) {
    .education.department .edu-logo__logo {
      padding-left: 80px; } }

.education.department .edu-sbj {
  border: 1px solid #e3007f;
  padding: 15px; }
  .education.department .edu-sbj__title {
    font-size: 14px;
    margin-bottom: .2em; }
  .education.department .edu-sbj__head {
    font-weight: normal; }
    .education.department .edu-sbj__head::before {
      content: '■';
      color: #e3007f; }
  @media (max-width: 768.98px) {
    .education.department .edu-sbj__body {
      margin-left: 1em;
      margin-bottom: .5em; } }
  @media (min-width: 769px) {
    .education.department .edu-sbj__box {
      margin-bottom: 10px; }
      .education.department .edu-sbj__box:last-child {
        margin-bottom: 0; }
      .education.department .edu-sbj__box a {
        color: red;
        text-decoration: underline; }
        .education.department .edu-sbj__box a[target='_blank']::after {
          content: none; }
    .education.department .edu-sbj__head {
      width: 350px; } }

.education.department .edu-course__img {
  width: 100%; }

.education.international.europe .report-box {
  margin-top: 30px; }
  .education.international.europe .report-box__item {
    margin-bottom: 60px; }

.education.international.europe .report-card__list {
  padding-right: 0; }

.education.international.europe .report-card__item.report-card__item_title {
  font-weight: bold;
  font-size: larger; }

.education.international.europe .report-card__item.report-card__item_date {
  color: #6c757d; }

.education.international.europe .report-card__item.report-card__item_name {
  color: #6c757d; }

.education.international.europe .report-card__item.report-card__item_desc {
  margin-top: 15px;
  text-align: justify; }

.education.international.europe .report-card__img {
  width: 100%; }

.education.international.europe .report-card__cap {
  text-align: left; }
  .education.international.europe .report-card__cap::before {
    content: '（写真：'; }
  .education.international.europe .report-card__cap::after {
    content: '）'; }

/*  about  */
.career_schedule .schedule__box {
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0; }
  .career_schedule .schedule__box_waku {
    border-left: 1px dotted #000;
    border-right: 1px dotted #000;
    width: 1020px;
    margin: 0 auto; }
    @media (max-width: 768.98px) {
      .career_schedule .schedule__box_waku {
        width: 90%;
        margin: 0 5%;
        padding: 0 5%; } }
  .career_schedule .schedule__box_title {
    margin-bottom: 25px;
    padding-top: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    display: inline-block; }
  .career_schedule .schedule__box_text {
    padding-bottom: 30px; }

/*  blog  */
.blog.index .data_list.row {
  display: block; }
  .blog.index .data_list.row .col-sm-6,
  .blog.index .data_list.row .col-md-4 {
    max-width: none; }
    .blog.index .data_list.row .col-sm-6 .pnews-box,
    .blog.index .data_list.row .col-md-4 .pnews-box {
      position: relative;
      overflow: hidden;
      min-height: 120px; }
      .blog.index .data_list.row .col-sm-6 .pnews-box .ofi,
      .blog.index .data_list.row .col-md-4 .pnews-box .ofi {
        height: auto; }
      .blog.index .data_list.row .col-sm-6 .pnews-box__list,
      .blog.index .data_list.row .col-md-4 .pnews-box__list {
        margin-left: 180px; }
      .blog.index .data_list.row .col-sm-6 .pnews-box__item_type_pict,
      .blog.index .data_list.row .col-md-4 .pnews-box__item_type_pict {
        position: absolute;
        top: 0;
        left: 0;
        width: 160px; }
      .blog.index .data_list.row .col-sm-6 .pnews-box__item_type_head,
      .blog.index .data_list.row .col-md-4 .pnews-box__item_type_head {
        padding-top: 0; }

@media (max-width: 768.98px) {
  .blog.index .data_list.row .pnews-box {
    margin-bottom: 30px !important;
    min-height: 90px !important; }
    .blog.index .data_list.row .pnews-box__list {
      margin-left: 120px !important; }
    .blog.index .data_list.row .pnews-box__item_type_pict {
      width: 120px !important; } }

.blog.detail .blog-detail__info {
  margin: 1em 0; }

.blog.detail .blog-detail__cate {
  font-size: 12px;
  border: 1px solid #000;
  display: inline-block;
  padding: 1px .5em;
  text-align: center;
  line-height: 1.4;
  letter-spacing: normal; }

.blog.detail .blog-detail__date {
  margin-left: .5em; }

.blog.detail .blog-detail__body {
  text-align: justify; }
  .blog.detail .blog-detail__body a {
    text-decoration: underline; }
  .blog.detail .blog-detail__body table,
  .blog.detail .blog-detail__body th,
  .blog.detail .blog-detail__body td {
    border: 1px solid #000; }
  .blog.detail .blog-detail__body th {
    background: #efefef; }

.blog.detail .blog-detail__files {
  line-height: 2; }

.blog.form .form-box__desc {
  margin: 2em 0; }

.blog.form .form-list__ess {
  font-size: 80%;
  color: #c00; }

.blog.form .form-list__box {
  margin-bottom: 5px; }
  @media (max-width: 768.98px) {
    .blog.form .form-list__box + .form-list__box {
      margin-top: 2em; } }
  @media (min-width: 769px) {
    .blog.form .form-list__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.blog.form .form-list__head {
  background: #efefef;
  font-weight: normal;
  padding: .5em; }
  @media (min-width: 769px) {
    .blog.form .form-list__head {
      width: 30%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.blog.form .form-list__title {
  display: block; }

.blog.form .form-list__body {
  padding: .5em 0; }
  @media (min-width: 769px) {
    .blog.form .form-list__body {
      width: 70%;
      margin-left: 10px; } }

.blog.form .form-list__inline.form-list__inline_radio {
  margin-right: 1em; }

@media (min-width: 769px) {
  .blog.form .form-list__inline.form-list__inline_other {
    display: inline-block;
    width: calc(12% - 4px); }
  .blog.form .form-list__inline.form-list__inline_other_text {
    display: inline-block;
    width: 88%; } }

.blog.form .form-list__line + .form-list__line {
  margin-top: 10px; }

.blog.form .form-list__input.form-list__input_full {
  width: 100%; }

.blog.form .form-list__input.form-list__input_name {
  width: 8em; }

.blog.form .form-list__input.form-list__input_age {
  width: 3em; }

.blog.form .form-list__input.form-list__input_zip {
  width: 6em; }

.blog.form .form-list__input.form-list__input_date {
  width: 6em; }

.blog.form .form-list__input.form-list__input_other {
  width: 20%; }

.blog.form .form-list__input.form-list__input_other_text {
  width: 80%; }

.ui-datepicker-trigger {
  border: none;
  background: #b3b3b3;
  border-radius: 5px;
  padding: 0;
  width: 30px;
  padding: 4px 5px;
  margin-left: 5px;
  cursor: pointer;
  vertical-align: bottom; }

.enrolled_relations_gpa .fraction {
  text-align: center;
  margin: 20px 0; }
  .enrolled_relations_gpa .fraction_numer {
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 0 0 0.5em; }

.enrolled_relations_syllabus .img-responsive {
  display: block;
  width: 100%;
  overflow-x: auto; }
  @media (max-width: 1023.98px) {
    .enrolled_relations_syllabus .img-responsive img {
      max-width: none !important; } }

.enterprise_index a[href$='.doc']::after, .enterprise_index a[href$='.docx']::after {
  content: none !important; }

.enterprise_index a[href$='.xls']::after, .enterprise_index a[href$='.xlsx']::after {
  content: none !important; }

/*  facility  */
.facility .cal iframe {
  border: none;
  height: auto; }
  @media (max-width: 768.98px) {
    .facility .cal iframe {
      height: 540px;
      margin-bottom: 50px; } }

.facility .tab-content input {
  width: 50%; }

.facility .tab-content #submit {
  width: auto;
  padding-left: 10px;
  vertical-align: middle; }

/*  students  */
@media (min-width: 769px) {
  .student_index .section .container-fluid .inner .ppagetop .inner .ppagetop__pict {
    width: 600px; } }

/*  sitemap  */
.sitemaplist {
  padding-left: 2em; }
  .sitemaplist__link::after {
    margin-left: .5em;
    content: '▶︎';
    font-size: 70%; }
  .sitemaplist__link:hover:not([href^=http])::after {
    -webkit-animation: 500ms animationMenuArrow infinite;
            animation: 500ms animationMenuArrow infinite; }
  .sitemaplist__item {
    margin-top: 1em;
    font-weight: bold; }
    .sitemaplist__item_2nd {
      font-weight: normal; }
      .sitemaplist__item_2nd .sitemaplist__link::after {
        content: '>'; }
    .sitemaplist__item_3rd {
      font-weight: normal; }
      .sitemaplist__item_3rd .sitemaplist__link::after {
        font-size: 14px;
        content: "\0bb"; }

/*# sourceMappingURL=style.css.map */

/* --- add240712_TOPページ改修分 ---*/
/* 表紙エリアテキスト */
.mv-main__text.anim {
  transform: skewY(-12deg); 
  transform-origin: top right; 
  color: #00a0e9; 
}
/* 表紙エリアテキスト(PC用設定) */
.mv-main__text.anim.d-md-block {
  top: 550px;
  text-shadow: 1px 1px #ffffff, -1px -1px #ffffff, -1px 1px #ffffff, 1px -1px #ffffff;
}
/* 表紙エリアテキスト(スマホ用設定) */
.mv-main__text.anim.d-block {
  font-size: 1.5rem;
  font-weight: 900;
  bottom: 55px;
  right:  -5px;
  width:  100%;
  text-align: right;
  text-shadow: 0.8px 0.8px #ffffff, -0.8px -0.8px #ffffff, -0.8px 0.8px #ffffff, 0.8px -0.8px #ffffff;
}
/* -------------------------------------- */
/* 表紙エリアテキスト_ハイライト用設定 */
.mv-main__text.anim .anim-span{
  display    : inline-block;
  position   : relative;
  color      : #00a0e9;
}
/* -------------------------------------- */
/* 表紙エリアテキスト_ハイライト */
.mv-main__text.anim .anim-span span.hilight{
  display    : inline-block;
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
}
/* 表紙エリアテキスト_ハイライト(PC用追加設定) */
.mv-main__text.anim.d-md-block .anim-span span.hilight{
  animation  : mv-main__text-Anime 6s ease-in;  /* アニメ */
}
/* 表紙エリアテキスト_ハイライト(スマホ用追加設定) */
.mv-main__text.anim.d-block .anim-span span.hilight{
  animation  : mv-main__text-Anime 6s ease-in;  /* アニメ */
}
/* -------------------------------------- */
/* 表紙エリアテキスト_傍点 */
.anim-span .emphasis-dot{
  -webkit-text-emphasis: dot #00a0e9;
}
/* -------------------------------------- */
/* 表紙エリアテキスト_ハイライト(上行) */
.mv-main__text.anim .anim-span span.hilight.tp {
  background : linear-gradient(transparent 75%, #ea5ca080 95%);  /* ラインマーカーを付ける  */
}
/* 表紙エリアテキスト_ハイライト(下行) */
.mv-main__text.anim .anim-span span.hilight.bm {
  background : linear-gradient(transparent 60%, #ea5ca080 95%);  /* ラインマーカーを付ける  */
}
/* アニメーションの設定 */
@keyframes mv-main__text-Anime {
   0% { right : 100%;   }
  33% { right : 0;      }
  66% { right : 0;      }
 100% { right : 0;      }
}

/* --- add240723_サイト検索追加分 ---*/
/* 検索ボックス(TOP,サイト検索)_背景 */
.gcse-top {
  position: relative;
  padding: 0.2em 0.5em;
  background: linear-gradient(to right, #19388f, #19388f40);
  color: white;
  font-weight: lighter;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}
/* 検索ボックス(TOP,サイト検索) */
#gcse {
  .gsc-control-cse {
    padding: 0px;
  }
  .gsc-input {
    .gsc-input-box {
      padding: 5px;
      border-radius: 5px;
    }
    table.gsc-input {
      width: 100% !important;
      padding: 0px;
    }
    input {
      width: 100% !important;
    }
  }
  .gsc-search-button {
    button.gsc-search-button {
      border-radius: 5px;
      padding: 8px !important;
    }
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #FFFFFF;
    background-color: #777777;
    color: #FFFFFF;
    padding: 0px 8px;
  }
  .gsc-cursor-box.gs-bidi-start-align .gsc-cursor {
    display: flex;
  }
}


/* --- add240823_学科ページ_ラプラス記事追加分 ---*/
.laplace {
	padding: 40px 0;
	background: #efefef; }
	.laplace__title-box {
		position: relative;
		margin: 0 auto 10px; }
		@media (min-width: 769px) {
			.laplace__title-box {
				width: 1024px; } }
	.laplace__title {
		font-size: 30px; }
	@media (min-width: 769px) {
		.laplace__past {
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
							transform: translateY(-50%);
			right: 0; } }
	@media (max-width: 768.98px) {
		.laplace__past {
			text-align: right;
			margin-right: 15px; } }
	.laplace__past .btn {
		background: transparent; }
	.laplace__list {
		margin: 0 auto 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
				-ms-flex-pack: start;
						justify-content: flex-start;
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
		@media (min-width: 769px) {
			.laplace__list {
				width: 1024px; } }
		.laplace__list.laplace__list_slider .slick-list .slick-track .slick-slide {
			margin: 0 10px; }
		.laplace__list.laplace__list_slider .slick-list:nth-child(1) {
			width: 100% !important; }
			.laplace__list.laplace__list_slider .slick-list:nth-child(1) .slick-track {
				width: 100% !important; }
				.laplace__list.laplace__list_slider .slick-list:nth-child(1) .slick-track .slick-slide {
					margin: 0 10px; }
					@media (min-width: 769px) {
						.laplace__list.laplace__list_slider .slick-list:nth-child(1) .slick-track .slick-slide {
							width: calc((100% - 80px)/4) !important; } }
					@media (max-width: 768.98px) {
						.laplace__list.laplace__list_slider .slick-list:nth-child(1) .slick-track .slick-slide {
							width: calc((100% - 40px)/2) !important; } }
		.laplace__list.laplace__list_col3 .laplace__item {
			width: calc((100% - 40px)/3); }
			.laplace__list.laplace__list_col3 .laplace__item:not(:nth-child(3n)) {
				margin-right: 20px; }
			.laplace__list.laplace__list_col3 .laplace__item:not(:nth-last-child(-n+3)) {
				margin-bottom: 20px; }
		@media (min-width: 769px) {
			.laplace__list.laplace__list_col4 .laplace__item {
				width: calc((100% - 60px)/4); }
				.laplace__list.laplace__list_col4 .laplace__item:not(:nth-child(4n)) {
					margin-right: 20px; }
				.laplace__list.laplace__list_col4 .laplace__item:not(:nth-last-child(-n+4)) {
					margin-bottom: 20px; } }
		@media (max-width: 768.98px) {
			.laplace__list.laplace__list_col4 .laplace__item {
				width: calc((100% - 20px)/2); }
				.laplace__list.laplace__list_col4 .laplace__item:not(:nth-child(2n)) {
					margin-right: 20px; }
				.laplace__list.laplace__list_col4 .laplace__item:not(:nth-last-child(-n+2)) {
					margin-bottom: 20px; } }

/* --- add240823_学科ページ_インタビュー追加分 ---*/
.cm-g__list {
	flex-wrap: wrap;
	width: 100%;
	display: flex;
	box-sizing: border-box;
	
	/* --- hover時アニメーション ---*/
	.cm-g__post, .related__item {
		transition: .3s;
	}
	/* --- hover時アニメーション ---*/
	.cm-g__post:hover, .related__item:hover {
		transform: scale(0.98);
	}

	/* --- CROSS Model｜卒業生インタビュー ---*/
	.cm-g__post {
		width: 33%;
		padding: .3em;
		position: relative;
		word-break: break-all;
		
		.cm-g__post__inner {
			box-sizing: border-box;
			background-color: #0000;
			text-decoration: none;
			max-width: 100%;
			display: inline-block;
			position: relative;
			overflow: hidden;
			
			.cm-g__img {
				box-sizing: border-box;
				border: 0px;
				vertical-align: middle;
				object-fit: cover;
				width: 100%;
				max-width: none;
				transition: transform 0.4s;
				display: block;
				position: relative;
				transform: scale(1);
			}
			
			.cm-g__slide__inner {
				box-sizing: border-box;
				color: #fff;
				background-image: url(https://cdn.prod.website-files.com/62a55a347ed01ae373c4853b/62a55a347ed01a8455c485c5_overlay_model.svg);
				background-position: 50% 100%;
				background-repeat: no-repeat;
				background-size: cover;
				flex-direction: column;
				justify-content: flex-end;
				width: 100%;
				height: 100%;
				padding-bottom: 1.8em;
				padding-left: .8em;
				padding-right: .8em;
				display: flex;
				position: absolute;
				inset: 0%;
				
				.cm-g-model__title {
					margin-top: 0;
					box-sizing: border-box;
					letter-spacing: .04em;
					color: #fff;
					min-height: 5em;
					margin-bottom: 10px;
					font-size: 1.1em;
					font-weight: 700;
					line-height: 1.3;
					display: block;
				}
				.cm-g-model__dept.company {
					box-sizing: border-box;
					margin-top: 0;
					color: #fff;
					letter-spacing: 0;
					min-height: 2.2em;
					margin-bottom: 10px;
					font-size: .8em;
					font-weight: 500;
					line-height: 1.2;
				}
				.cm-g-model__dept {
					margin-top: 0;
					box-sizing: border-box;
					color: #fff;
					letter-spacing: 0;
					margin-bottom: 2px;
					font-size: .9em;
					font-weight: 500;
					line-height: 1;
				}
				.cm-g_model__name {
					color: #fff;
					font-size: 1.1em;
					font-weight: 700;
					letter-spacing: .04em;
					margin-bottom: 0;
					line-height: 1.8;
					margin-top: 0;
					box-sizing: border-box;
				}
				.top__arrow.slider__arrow.cm-g {
					position: absolute;
					inset: auto 1em 1.8em auto;
					width: .7em;
					margin-left: .8em;
					font-size: 1.3rem;
					vertical-align: middle;
					max-width: 100%;
					display: inline-block;
					border: 0;
					box-sizing: border-box;
				}
			}
		}
		
	}
	
	/* --- CAREER Model インタビュー企画 ---*/
	.related__item {
		padding: 1.6em .6em;
		position: relative;
		width: 25%;
		padding-top: .6em;
		
		.related__link {
			box-sizing: border-box;
			background-color: #0000;
			text-decoration: none;
			max-width: 100%;
			width: 100%;
			transition: transform .25s ease-out;
			display: block;
			
			.related__image {
				aspect-ratio: 3 / 2;
				object-fit: cover;
				width: 100%;
			}
			.related__txt {
				padding: 10px;
				margin-top: 0;
				margin-bottom: 0;
				font-weight: 400;
				color: #000;
				padding-left: 5px;
				line-height: 1.5;
				letter-spacing: .03em;
				font-size: 0.9em;
			}
		}
	}
}

@media (max-width: 768.98px) {
	.cm-g__list {
		.cm-g__post, .related__item {
			width: 50%;
		}
	}
}
@media (max-width: 400px) {
	.cm-g__list {
		.cm-g__post, .related__item {
			width: 100%;
		}
	}
}

/* --- add240925_特設ページ「芸術学部「一般選抜」方式のご案内」追加分 ---*/
.exam__container {
    text-align: -webkit-center;
}
.exam__wrapper {
    border-bottom: 1.8px solid #e6e6e6;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 840px;
    padding-top: 1.7em;
    padding-bottom: 1.7em;
    display: flex;
    border: 1.6px solid #ed1c24;
}
.exam__wrapper.last {
    border: 1px #000;
}


.exam__p {
    max-width: 80%;
    line-height: 2;
    text-align: justify;
}
.exam__p.caution {
    border: double 3px black;
    padding: 5px 10px;
    display: flex;
    font-weight: bolder;
}
.exam__arrow {
    width: 2.3em;
    margin-top: 2.2em;
    margin-bottom: 2.2em;
}
.exam__image {
    min-width: 24em;
}

.new-exam__wrapper {
    max-width: 100%;
    display: flex;
}
.new-exam__h3 {
    color: #ed1c24;
    text-align: center;
    letter-spacing: 0;
    font-size: 2.4em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
}
.new-exam__h3__span {
    display: inline;
}
.new-exam__box {
    background-color: #7feadd;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    min-height: 9em;
    margin: 5px;
    display: flex;
}
.new-exam__box.blue {
    background-color: #92afff;
}
.new-exam__box.transparent {
    background-color: #7feadd00;
}

.btn__basic.is--change02 {
    justify-content: flex-start;
    width: 70%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.btn__basic {
    text-align: center;
    border: 1px solid #000;
    align-items: center;
    max-width: 80%;
    width: 80%;
    padding: 1em;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .new-exam__wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .new-exam__box {
        width: 80%;
        max-width: 100%;
        flex: 0 auto;
    }
    .exam__image {
        min-width: 22em;
    }
    .new-exam__h3 {
        font-size: 1.7em;
    }
    
    .btn__basic.is--change02 {
        margin-top: 3em;
    }
    .btn__basic.is--change02 {
        width: auto;
    }
    
    .btn__p__basic {
        line-height: 1.5;
        font-size: 1em;
    }
    p {
        font-size: 1em;
    }
}
