@charset "UTF-8";
@font-face {
  font-family: 'fropdesign';
  src: url("../fonts/flopdesign-kana.eot?") format("eot"), url("../fonts/flopdesign-kana.woff") format("woff"), url("../fonts/flopdesign-kana.otf") format("opentype");
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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 {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

*::selection {
  background-color: #433410;
  color: #fff;
}

*::-moz-selection {
  background-color: #433410;
  color: #fff;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
  background-color: #fff;
}

body {
  font: 8px "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.7px;
}

@media (max-width: 768px) {
  body {
    min-width: inherit;
    font-size: 11px;
  }
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 2em;
}

p:last-child {
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid black;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol:last-child,
ul:last-child,
dl:last-child {
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  list-style: none;
  margin-bottom: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-bottom: .5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

a {
  color: #2d75c7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

em {
  font-style: normal;
}

figure {
  margin: 0 0 1em;
}

img {
  vertical-align: bottom;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: #fff;
}

caption {
  display: none;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  -webkit-appearance: none;
  background: none;
  border-width: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="text"], input[type="search"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #333;
  padding: 10px;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

@media (max-width: 768px) {
  .mt-0-sp {
    margin-top: 0;
  }
  .mr-0-sp {
    margin-right: 0;
  }
  .mb-0-sp {
    margin-bottom: 0;
  }
  .ml-0-sp {
    margin-left: 0;
  }
  .mt-5-sp {
    margin-top: 5px;
  }
  .mr-5-sp {
    margin-right: 5px;
  }
  .mb-5-sp {
    margin-bottom: 5px;
  }
  .ml-5-sp {
    margin-left: 5px;
  }
  .mt-10-sp {
    margin-top: 10px;
  }
  .mr-10-sp {
    margin-right: 10px;
  }
  .mb-10-sp {
    margin-bottom: 10px;
  }
  .ml-10-sp {
    margin-left: 10px;
  }
  .mt-15-sp {
    margin-top: 15px;
  }
  .mr-15-sp {
    margin-right: 15px;
  }
  .mb-15-sp {
    margin-bottom: 15px;
  }
  .ml-15-sp {
    margin-left: 15px;
  }
  .mt-20-sp {
    margin-top: 20px;
  }
  .mr-20-sp {
    margin-right: 20px;
  }
  .mb-20-sp {
    margin-bottom: 20px;
  }
  .ml-20-sp {
    margin-left: 20px;
  }
  .mt-25-sp {
    margin-top: 25px;
  }
  .mr-25-sp {
    margin-right: 25px;
  }
  .mb-25-sp {
    margin-bottom: 25px;
  }
  .ml-25-sp {
    margin-left: 25px;
  }
  .mt-30-sp {
    margin-top: 30px;
  }
  .mr-30-sp {
    margin-right: 30px;
  }
  .mb-30-sp {
    margin-bottom: 30px;
  }
  .ml-30-sp {
    margin-left: 30px;
  }
  .mt-35-sp {
    margin-top: 35px;
  }
  .mr-35-sp {
    margin-right: 35px;
  }
  .mb-35-sp {
    margin-bottom: 35px;
  }
  .ml-35-sp {
    margin-left: 35px;
  }
  .mt-40-sp {
    margin-top: 40px;
  }
  .mr-40-sp {
    margin-right: 40px;
  }
  .mb-40-sp {
    margin-bottom: 40px;
  }
  .ml-40-sp {
    margin-left: 40px;
  }
  .mt-45-sp {
    margin-top: 45px;
  }
  .mr-45-sp {
    margin-right: 45px;
  }
  .mb-45-sp {
    margin-bottom: 45px;
  }
  .ml-45-sp {
    margin-left: 45px;
  }
  .mt-50-sp {
    margin-top: 50px;
  }
  .mr-50-sp {
    margin-right: 50px;
  }
  .mb-50-sp {
    margin-bottom: 50px;
  }
  .ml-50-sp {
    margin-left: 50px;
  }
  .mt-55-sp {
    margin-top: 55px;
  }
  .mr-55-sp {
    margin-right: 55px;
  }
  .mb-55-sp {
    margin-bottom: 55px;
  }
  .ml-55-sp {
    margin-left: 55px;
  }
  .mt-60-sp {
    margin-top: 60px;
  }
  .mr-60-sp {
    margin-right: 60px;
  }
  .mb-60-sp {
    margin-bottom: 60px;
  }
  .ml-60-sp {
    margin-left: 60px;
  }
  .mt-65-sp {
    margin-top: 65px;
  }
  .mr-65-sp {
    margin-right: 65px;
  }
  .mb-65-sp {
    margin-bottom: 65px;
  }
  .ml-65-sp {
    margin-left: 65px;
  }
  .mt-70-sp {
    margin-top: 70px;
  }
  .mr-70-sp {
    margin-right: 70px;
  }
  .mb-70-sp {
    margin-bottom: 70px;
  }
  .ml-70-sp {
    margin-left: 70px;
  }
  .mt-75-sp {
    margin-top: 75px;
  }
  .mr-75-sp {
    margin-right: 75px;
  }
  .mb-75-sp {
    margin-bottom: 75px;
  }
  .ml-75-sp {
    margin-left: 75px;
  }
  .mt-80-sp {
    margin-top: 80px;
  }
  .mr-80-sp {
    margin-right: 80px;
  }
  .mb-80-sp {
    margin-bottom: 80px;
  }
  .ml-80-sp {
    margin-left: 80px;
  }
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

@media (max-width: 768px) {
  .pt-0-sp {
    padding-top: 0;
  }
  .pr-0-sp {
    padding-right: 0;
  }
  .pb-0-sp {
    padding-bottom: 0;
  }
  .pl-0-sp {
    padding-left: 0;
  }
  .pt-5-sp {
    padding-top: 5px;
  }
  .pr-5-sp {
    padding-right: 5px;
  }
  .pb-5-sp {
    padding-bottom: 5px;
  }
  .pl-5-sp {
    padding-left: 5px;
  }
  .pt-10-sp {
    padding-top: 10px;
  }
  .pr-10-sp {
    padding-right: 10px;
  }
  .pb-10-sp {
    padding-bottom: 10px;
  }
  .pl-10-sp {
    padding-left: 10px;
  }
  .pt-15-sp {
    padding-top: 15px;
  }
  .pr-15-sp {
    padding-right: 15px;
  }
  .pb-15-sp {
    padding-bottom: 15px;
  }
  .pl-15-sp {
    padding-left: 15px;
  }
  .pt-20-sp {
    padding-top: 20px;
  }
  .pr-20-sp {
    padding-right: 20px;
  }
  .pb-20-sp {
    padding-bottom: 20px;
  }
  .pl-20-sp {
    padding-left: 20px;
  }
  .pt-25-sp {
    padding-top: 25px;
  }
  .pr-25-sp {
    padding-right: 25px;
  }
  .pb-25-sp {
    padding-bottom: 25px;
  }
  .pl-25-sp {
    padding-left: 25px;
  }
  .pt-30-sp {
    padding-top: 30px;
  }
  .pr-30-sp {
    padding-right: 30px;
  }
  .pb-30-sp {
    padding-bottom: 30px;
  }
  .pl-30-sp {
    padding-left: 30px;
  }
  .pt-35-sp {
    padding-top: 35px;
  }
  .pr-35-sp {
    padding-right: 35px;
  }
  .pb-35-sp {
    padding-bottom: 35px;
  }
  .pl-35-sp {
    padding-left: 35px;
  }
  .pt-40-sp {
    padding-top: 40px;
  }
  .pr-40-sp {
    padding-right: 40px;
  }
  .pb-40-sp {
    padding-bottom: 40px;
  }
  .pl-40-sp {
    padding-left: 40px;
  }
  .pt-45-sp {
    padding-top: 45px;
  }
  .pr-45-sp {
    padding-right: 45px;
  }
  .pb-45-sp {
    padding-bottom: 45px;
  }
  .pl-45-sp {
    padding-left: 45px;
  }
  .pt-50-sp {
    padding-top: 50px;
  }
  .pr-50-sp {
    padding-right: 50px;
  }
  .pb-50-sp {
    padding-bottom: 50px;
  }
  .pl-50-sp {
    padding-left: 50px;
  }
  .pt-55-sp {
    padding-top: 55px;
  }
  .pr-55-sp {
    padding-right: 55px;
  }
  .pb-55-sp {
    padding-bottom: 55px;
  }
  .pl-55-sp {
    padding-left: 55px;
  }
  .pt-60-sp {
    padding-top: 60px;
  }
  .pr-60-sp {
    padding-right: 60px;
  }
  .pb-60-sp {
    padding-bottom: 60px;
  }
  .pl-60-sp {
    padding-left: 60px;
  }
  .pt-65-sp {
    padding-top: 65px;
  }
  .pr-65-sp {
    padding-right: 65px;
  }
  .pb-65-sp {
    padding-bottom: 65px;
  }
  .pl-65-sp {
    padding-left: 65px;
  }
  .pt-70-sp {
    padding-top: 70px;
  }
  .pr-70-sp {
    padding-right: 70px;
  }
  .pb-70-sp {
    padding-bottom: 70px;
  }
  .pl-70-sp {
    padding-left: 70px;
  }
  .pt-75-sp {
    padding-top: 75px;
  }
  .pr-75-sp {
    padding-right: 75px;
  }
  .pb-75-sp {
    padding-bottom: 75px;
  }
  .pl-75-sp {
    padding-left: 75px;
  }
  .pt-80-sp {
    padding-top: 80px;
  }
  .pr-80-sp {
    padding-right: 80px;
  }
  .pb-80-sp {
    padding-bottom: 80px;
  }
  .pl-80-sp {
    padding-left: 80px;
  }
}

@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  background-color: #fffFFF;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  width: 100%;
  letter-spacing: 0.1px;
  line-height: 1.8;
  margin: 0 auto;
}

@media (max-width: 768px) {
  body {
    min-width: 100%;
    font-size: 12px;
  }
}

.container {
  width: 100%;
  padding-top: 134px;
}
@media (max-width: 1199.98px) {
  .container {
    padding-top: 132px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-top: 80px;
  }
}

.header-common {
  background-color: #000066;
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 2000;
  top: 0;
}

@media (max-width: 991px) {
  .header-common {
    position: fixed;
    width: 100%;
  }
}

.header-common .inner {
  position: relative;
  max-width: 1280px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
  padding-left: 40px;
}

.header-common .nav{
  position: absolute;
  top:100%;
  left: 0;
  width: 100%;
}
.header-common .nav::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-right: -500%;
  margin-left: -500%;
  padding-right: 500%;
  padding-left: 500%;
  background-color: #000050;
}
.list-nav{
  display: flex;
  align-items: center;
  justify-content: center;
  padding:20px 0 8px;
}





@media (max-width: 991px) {
  .header-common .inner {
    width: auto;
    margin: 0;
  }
}

.header-common .inner .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

@media (max-width: 991px) {
  .header-common .inner .logo {
    text-align: center;
    width: 100%;
  }
}

.header-common .inner .logo img {
  display: block;
  width: 200px;
}
@media (max-width: 991px) {
  .header-common .inner .logo img {
    width: 180px;
  }
  .header-common .inner .langcol {
    position: absolute;
    right: 20px;
    top: 50%;
    translate: 0 -50%;
  }
}
@media (max-width: 768px) {
  .header-common .inner .logo img {
    width: 150px;
  }
}
@media (max-width: 414px) {
  .header-common .inner .logo img {
    width: 135px;
  }
}

.header-common .inner .nav-sp {
  display: none;
}

@media (max-width: 991px) {
  .header-common .inner .nav-sp {
    display: block;
    position: absolute;
    left: 20px;
    top: 28px;
  }
}

.header-common .inner .menu-trigger,
.header-common .inner .menu-trigger span {
  display: block;
  transition: all .4s;
  box-sizing: border-box;
}

.header-common .inner .menu-trigger {
  position: relative;
  width: 30px;
  height: 20px;
  z-index: 10000;
}

.header-common .inner .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

.header-common .inner .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.header-common .inner .menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.header-common .inner .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.header-common .inner .menu-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.header-common .inner .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.header-common .inner .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.header-common .inner .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}


/* Section */
.sec-common .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 40px;
}
.sec-common .inner img, .sec-common .inner object {
  max-width: 100%;
  height: auto;
}

.sec-common .inner .iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.sec-common .inner .iframe-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-common--b .inner {
  max-width: 900px;
}
.sec-history .inner {
  padding-top: 0;
}
.sec-accept {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 2000;
}
.sec-accept .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.sec-accept .inner .close {
  position: absolute;
  right: 0;
  top: -25px;
}
.sec-accept .inner .text {
  color: #fff;
  width: 77.5%;
  margin-right: 2.5%;
}
.sec-accept .inner .text a {
  text-decoration: underline;
}
.sec-accept .inner .detsils {
  width: 20%;
}
.sec-accept .inner .detsils .btn {
  padding-top: 5px;
  text-align: center;
}
.sec-accept .inner .detsils .btn a {
  color: #ffffff;
}
.sec-hero {
  opacity: 0;
  transition: opacity .3s;
}
.sec-hero.t2 {
  padding-top: 50px;
}
.sec-contentHeader {
  background: url(../images/bg_contenthead_0001.png) no-repeat 0 0;
  background-size: cover;
}
.sec-contentHeader .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 50px 40px;
}
.sec-contentHeader.owned-top-ttl{
  background-color: white;
  background-image: none;
}
.sec-contentHeader.owned-top-ttl .inner {
  padding: 30px 40px;
}
.sec-contentHeader.owned-top-ttl span._head-title{
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  line-height: 0;
  position: absolute;
  opacity: 0;
}
.sec-breadcrumbs {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 40px;
  padding-bottom: 0;
}
.sec-contents .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}


.sec-search-tab .inner{
  padding-bottom: 0;
}
.sec-search-tab .list-base__070{
  margin-left: -3px;
  margin-right: -3px;
}
.sec-search-tab .list-base__070 .item{
  padding-left: 3px;
  padding-right: 3px;
  background-color: transparent;
}
.sec-search-tab .list-base__070 .item a{
  position: relative;
  min-height: 72px;
  border: 1px solid #000066;
  color: #000066;
  background-color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: calc(16/12);
}
.sec-search-tab .list-base__070 .item.current a::after{
  content:"";
  position: absolute;
  top:100%;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 12px;
  background-color: #000066;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.sec-search-form .inner{
  margin: 10px auto 60px;
  padding-top: 0;
}
.sec-search-form .c-search{
  padding-top: 0;
  background-color: #F5F5F5;
}
.sec-search-form .col-base__050.t2{
  padding-top: 0;
  padding-bottom: 40px;
}


@media (max-width: 1199.98px) {
  .sec-common .inner {
    width: auto;
    margin: 0;
    padding: 20px 40px;
  }
  .sec-search-tab .inner{
    padding-bottom: 0;
  }
  .sec-search-form .inner{
    margin: 10px auto 0;
    padding-top: 0;
  }
  .sec-common--b .inner {
    max-width: initial;
  }
  .sec-hero.t2 {
    padding-top: 40px;
  }
  .sec-contentHeader .inner {
    max-width: initial;
    padding-left: 40px;
    padding-right: 40px;
  }
  .sec-breadcrumbs {
    max-width: initial;
    padding-left: 40px;
    padding-right: 40px;
  }
}




@media (max-width: 768px) {
  .sec-common .inner {
    width: auto;
    margin: 0;
    padding: 10px 20px;
  }
  .sec-common--b .inner {
    max-width: initial;
  }
  .sec-accept {
    padding: 10px;
    height: 240px;
  }
  .sec-accept .inner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .sec-accept .inner .text {
    font-size: 12px;
    width: auto;
    margin: 0;
    padding-bottom: 10px;
  }
  .sec-accept .inner .detsils {
    font-size: 12px;
    width: auto;
  }
  .sec-accept .inner .detsils .btn-base__080 a {
    padding: 16px 0;
  }
  .sec-accept .inner .detsils .btn {
    font-size: 12px;
    width: auto;
  }
  .sec-accept .inner .detsils .btn a {
    padding: 10px 0;
    text-align: left;
  }
  .sec-hero.t2 {
    padding-top: 0;
  }
  .sec-contentHeader {
    background: url(../images/bg_contenthead_0002.png) no-repeat 0 0;
    background-size: cover;
  }
  .sec-contentHeader .inner {
    width: auto;
    max-width: initial;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .sec-breadcrumbs {
    width: auto;
    margin: 0;
    padding: 20px;
  }
  .sec-contents .inner {
    width: auto;
    margin: 0;
    padding: 20px;
  }

  .sec-search-form .inner{
    padding-top: 0;
  }
  .sec-search-form .col-base__050.t2{
    padding-left:20px;
    padding-right:20px;
  }
  .sec-search-tab .list-base__070 .item a{
    font-size: 12px;
  }
}





.ttl-base__010 {
  font-size: 26px;
  text-align: center;
  color: #000066;
  margin-bottom: 40px;
  font-weight: bold;
}

.ttl-base__010::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000066;
  margin: 0 auto;
  margin-top: 10px;
}

.ttl-base__020 {
  font-size: 16px;
}

.ttl-base__030 {
  font-size: 14px;
  border-bottom: 1px solid #707070;
  padding-bottom: 4px;
  margin-bottom: 26px;
}

.ttl-base__030.sn {
  margin-bottom: 5px;
}

.ttl-base__030 .sub {
  color: #333333;
  position: relative;
  z-index: 1000;
  display: block;
}

.ttl-base__030 .sub:after {
  content: "";
  display: inline-block;
  background: url(../images/icon_arrow_0001.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 6px;
  width: 8px;
  height: 15px;
}

.ttl-base__030 .sub:hover {
  text-decoration: none;
}

.ttl-base__040 {
  font-size: 14px;
  color: #FF0000;
  width: 20%;
}

.ttl-base__050 {
  color: #000066;
  font-size: 28px;
  font-weight: bold;
}

.ttl-base__050.wide {
  margin-bottom: 40px;
}

.ttl-base__050.t2 {
  width: 47%;
}

.ttl-base__060 {
  font-size: 24px;
  color: #000066;
  border-bottom: 1px solid #707070;
}

.ttl-base__070 {
  font-size: 16px;
  background-color: #FAF8F8;
  padding: 4px;
  margin-bottom: 20px;
}

.ttl-base__080 {
  color: #333333;
  font-size: 16px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 4px;
  position: relative;
}

.ttl-base__080::after {
  content: "";
  display: inline-block;
  background: url(../images/icon_external.png) no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0;
}

.ttl-base__090 {
  font-size: 18px;
  margin-bottom: 20px;
}

.ttl-base__100 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: bold;
}

@media (max-width: 1199.98px) {
  .ttl-base__050.t2 {
    width: auto;
  }
}

@media (max-width: 768px) {
  .ttl-base__010 {
    font-size: 22px;
  }
  .ttl-base__040 {
    width: auto;
    text-align: center;
  }
  .ttl-base__050 {
    font-size: 24px;
  }
  .ttl-base__050.wide {
    margin-bottom: 10px;
  }
  .ttl-base__050.t2 {
    width: auto;
  }
  .ttl-base__100 {
    font-size: 20px;
  }
}

.ttl-base__110 {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .ttl-base__110 {
    font-size: 16px;
  }
}

.ttl-base__110::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 1px;
  background-color: #000000;
  position: relative;
  top: -8px;
}

.ttl-base__120 {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .ttl-base__120 {
    padding-left: 1em;
  }
}

.ttl-base__130 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  background-color: #D5E3EE;
  text-align: center;
  padding: 10px 0;
}

.ttl-base__140 {
  font-size: 16px;
  font-weight: bold;
}

.ttl-base__150 {
  color: #000066;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-weight: bold;
}

.ttl-base__160 {
  font-size: 16px;
  background-color: #D5E3EE;
  padding: 16px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
}

.ttl-base__160.t2 {
  background-color: #D5EEDB;
}

.ttl-base__170 {
  font-size: 16px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 16px;
  margin-bottom: 16px;
  word-break: break-all;
  text-align: left;
  font-weight: bold;
}

.ttl-base__170.t2 {
  padding-right: 26px;
}

.ttl-base__170.t3 {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .ttl-base__170.t3 {
    padding-bottom: 0;
  }
}

.ttl-base__170 .l1 {
  font-size: 26px;
  display: block;
}

@media (max-width: 768px) {
  .ttl-base__170 .l1 {
    font-size: 20px;
  }
}

.ttl-base__170 .l2 {
  font-size: 14px;
  display: block;
}

.ttl-base__170 .icon {
  margin-left: 1em;
}

.ttl-base__180 {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

.ttl-base__180 .11 {
  font-size: 26px;
  display: block;
  margin-bottom: 10px;
}

.ttl-base__180 .l2 {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}

.ttl-base__180::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 8px;
}

.ttl-base__190 {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

.ttl-base__190 .t1 {
  color: #F9BE01;
}

.ttl-base__190 .t2 {
  font-size: 26px;
  display: block;
}

@media (max-width: 768px) {
  .ttl-base__190 .t2 {
    font-size: 16px;
  }
}

.ttl-base__190 .t3 {
  font-size: 36px;
}

@media (max-width: 768px) {
  .ttl-base__190 .t3 {
    font-size: 24px;
  }
}

.ttl-base__190 .t4 {
  font-size: 36px;
  color: #F9BE01;
}

@media (max-width: 768px) {
  .ttl-base__190 .t4 {
    font-size: 24px;
  }
}

.ttl-base__200 {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

.ttl-base__200 .t1 {
  color: #F9BE01;
}

.ttl-base__210 {
  font-size: 40px;
  color: #336799;
  margin-bottom: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 768px) {
  .ttl-base__210 {
    font-size: 24px;
  }
}

.ttl-base__210 .t1 {
  display: block;
  font-size: 20px;
}

@media (max-width: 768px) {
  .ttl-base__210 .t1 {
    font-size: 16px;
  }
}

.ttl-base__210.center {
  text-align: center;
}

.ttl-base__210.type-2 {
  color: #333333;
}

.ttl-base__220 {
  background-color: #F0F0F0;
  font-size: 12px;
  text-align: center;
  padding: 14px 0;
  margin-bottom: 20px;
  position: relative;
}

.ttl-base__220::after {
  content: "";
  background: url("../images/icon-lnav_sp.png");
  position: absolute;
  right: 10px;
  width: 26px;
  height: 22px;
}

.ttl-base__220.active::after {
  background: url("../images/icon-lnav_close.png");
  width: 20px;
  height: 20px;
}

.list-base__010 {
  margin-bottom: 50px;
}

.list-base__010 .item {
  border-bottom: 1px dotted #707070;
}

@media (max-width: 768px) {
  .list-base__010 .item {
    overflow: hidden;
  }
}

.list-base__010 .item:first-child .link {
  padding-top: 0;
}

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

.list-base__010 .item.no-border {
  border: 0;
}

.list-base__010 .item.hide {
  display: none;
}

.list-base__010 .item span.link .text {
  width: 70%;
}

@media (max-width: 768px) {
  .list-base__010 .item span.link .text {
    width: 100%;
  }
}

.list-base__010 .item a:not([target="_blank"]) p.external {
  visibility: hidden;
}

.list-base__010 .item a, .list-base__010 .item span {
  display: flex;
  flex-wrap: nowrap;
  padding: 30px 0;
  color: #333333;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.list-base__010 .item a:hover, .list-base__010 .item span:hover {
  text-decoration: none;
}

.list-base__010 .item a .info, .list-base__010 .item span .info {
  width: 18%;
  text-align: center;
  float: left;
}

@media (max-width: 768px) {
  .list-base__010 .item a .info, .list-base__010 .item span .info {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .list-base__010 .item a .time, .list-base__010 .item span .time {
    display: inline-block;
  }
}

.list-base__010 .item a .text, .list-base__010 .item span .text {
  width: 68%;
  float: left;
  padding: 0 2%;
}

@media (max-width: 768px) {
  .list-base__010 .item a .text, .list-base__010 .item span .text {
    padding: 0;
    margin-right: 10%;
  }
}

.list-base__010 .item a .text.no-icon, .list-base__010 .item span .text.no-icon {
  width: 80%;
}

@media (max-width: 768px) {
  .list-base__010 .item a .text.no-icon, .list-base__010 .item span .text.no-icon {
    width: 100%;
    margin-right: 0;
  }
}

.list-base__010 .item a .subcategory, .list-base__010 .item span .subcategory {
  display: block;
  margin-bottom: 0.5em;
  padding: 0;
}

.list-base__010 .item a .subcategory b, .list-base__010 .item span .subcategory b {
  display: inline-block;
  min-width: 83px;
  text-align: center;
  font-size: 10px;
  color: #00BCC4;
  border: 1px solid #00BCC4;
  padding: 2px 6px;
}

.list-base__010 .item a .icon, .list-base__010 .item span .icon {
  position: absolute;
  right: 0;
  display: flex;
}

@media (max-width: 768px) {
  .list-base__010 .item a .icon, .list-base__010 .item span .icon {
    width: 28%;
  }
}

@media (max-width: 768px) {
  .list-base__010 .item a .icon.single, .list-base__010 .item span .icon.single {
    width: 10%;
  }
}

.list-base__010 .item a .type, .list-base__010 .item span .type {
  width: 63px;
  text-align: center;
  font-size: 10px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .list-base__010 .item a .type, .list-base__010 .item span .type {
    width: 100%;
  }
}

.list-base__010 .item a .type::before, .list-base__010 .item span .type::before {
  content: "";
  display: block;
  width: 25px;
  height: 28px;
  margin: 0 auto;
}

.list-base__010 .item a .type.pdf::before, .list-base__010 .item span .type.pdf::before {
  background: url(../images/icon_pdf.png) no-repeat 0 0;
  background-size: 100%;
}

.list-base__010 .item a .type.doc::before, .list-base__010 .item span .type.doc::before {
  background: url(../images/icon_doc.png) no-repeat 0 0;
  background-size: 100%;
}

.list-base__010 .item a .type.docx::before, .list-base__010 .item span .type.docx::before {
  background: url(../images/icon_docx.png) no-repeat 0 0;
  background-size: 100%;
}

.list-base__010 .item a .type.ppt::before, .list-base__010 .item span .type.ppt::before {
  background: url(../images/icon_ppt.png) no-repeat 0 0;
  background-size: 100%;
}

.list-base__010 .item a .type.pptx::before, .list-base__010 .item span .type.pptx::before {
  background: url(../images/icon_pptx.png) no-repeat 0 0;
  background-size: 100%;
}

.list-base__010 .item a .type.url::before, .list-base__010 .item span .type.url::before {
  background: url(../images/icon_url.png) no-repeat 0 0;
  background-size: 100%;
}

.list-base__010 .item a .type.xls::before, .list-base__010 .item span .type.xls::before {
  background: url(../images/icon_xls.png) no-repeat 0 0;
  background-size: 100%;
}

.list-base__010 .item a .type.xlsx::before, .list-base__010 .item span .type.xlsx::before {
  background: url(../images/icon_xlsx.png) no-repeat 0 0;
  background-size: 100%;
}

.list-base__010 .item a .type.zip::before, .list-base__010 .item span .type.zip::before {
  background: url(../images/icon_zip.png) no-repeat 0 0;
  background-size: 100%;
}

.list-base__010 .item a .type.external::before, .list-base__010 .item span .type.external::before {
  content: "";
  display: block;
  background: url(../images/icon_external.png) no-repeat 0 0;
  width: 17px;
  height: 17px;
  background-size: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .list-base__010 .item a .type.external::before, .list-base__010 .item span .type.external::before {
    float: right;
    margin-right: 5px;
  }
}

.list-base__020 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .list-base__020 {
    display: block;
  }
}

.list-base__020 .item {
  width: 598px;
}

@media (max-width: 768px) {
  .list-base__020 .item {
    width: auto;
  }
}

.list-base__020 .item a {
  color: #333333;
  display: block;
}

.list-base__020 .item a:hover {
  text-decoration: none;
}

.list-base__040 {
  width: 100%;
}

@media (max-width: 768px) {
  .list-base__040 {
    width: auto;
  }
}

.list-base__040 .item {
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.list-base__040 .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.list-base__040 .item.no-icon a {
  padding-right: 0;
}

.list-base__040 .item a {
  display: block;
  color: #333333;
  font-size: 14px;
  position: relative;
  padding-right: 80px;
}

.list-base__040 .item a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .list-base__040 .item a {
    width: auto;
  }
}

.list-base__040 .item .text {
  margin-bottom: 0;
}

.list-base__040 .item .text .time {
  margin-right: 1em;
}

.list-base__040 .item .icon {
  width: 80px;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 10px;
}

@media (max-width: 768px) {
  .list-base__040 .item .icon {
    top: 0;
  }
}

@media (min-width: 1200px){
  .sec-notice + .top-notice{
    margin-top: -50px;
  }
}

/* 2022/11/01 追加 */
@media (min-width: 769px) {
  .top-notice .list-base__040 .item a{
    display: flex;
  }
  .top-notice .list-base__040 .item .time + .text {
    margin-left: 20px;
  }
}

@media (max-width: 768px){
  .top-notice .col-notice{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.list-base__050 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .list-base__050 {
    display: block;
  }
}

.list-base__050 .item {
  width: 30%;
  border: 1px solid #CCCCCC;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .list-base__050 .item {
    width: 100%;
  }
}

.list-base__050 .item a {
  display: flex;
  align-items: center;
  height: 80px;
  color: #333333;
  position: relative;
}

.list-base__050 .item a::after {
  content: "";
  display: inline-block;
  background: url(../images/icon_arrow_0003.png) no-repeat 0 0;
  width: 17px;
  height: 9px;
  position: absolute;
  right: 10px;
}

.list-base__050 .item a:hover {
  text-decoration: none;
}

.list-base__050 .item .image {
  height: 80px;
  margin: 0;
}

.list-base__050 .item .text {
  padding: 0 40px 0 20px;
  margin: 0;
}

.list-base__060 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-base__060 .item {
  width: 50%;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .list-base__060 .item {
    width: auto;
  }
}

.list-base__060 .item a {
  display: flex;
  color: #333333;
  padding-right: 20px;
}

.list-base__060 .item a:hover {
  text-decoration: none;
}

.list-base__060 .item .image {
  width: 40%;
}

.list-base__060 .item .image img {
  width: 100%;
}

.list-base__060 .item .desc {
  width: 55%;
  padding-left: 5%;
}

.list-base__070 {
  display: flex;
  margin-bottom: 10px;
}

.list-base__070 .item {
  width: 100%;
  background-color: #F0F0F0;
}

@media (max-width: 768px) {
  .list-base__070 .item {
    width: 100%;
  }
}

.list-base__070 .item a {
  display: block;
  text-align: center;
  background-color: #F0F0F0;
  color: #333333;
  height: 100%;
  padding: 10px 0;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  transition: background .3s;
}

.list-base__070 .item a:hover {
  text-decoration: none;
  background-color: #000066;
  color: #ffffff;
  transition: background .5s;
}

@media (max-width: 768px) {
  .list-base__070 .item a {
    height: 98%;
    padding: 10px 10px;
    text-align: center;
    font-size: 11px;
  }
}

.list-base__070 .item.current a {
  background-color: #000066;
  color: #ffffff;
}

.list-base__070 .item.yearly {
  position: relative;
}

.list-base__070 .item.yearly a {
  border: 1px solid #707070;
  background-color: #ffffff;
  box-sizing: border-box;
  display: block;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-base__070 .item.yearly .currentYear {
  position: relative;
}

.list-base__070 .item.yearly .currentYear::after {
  content: "";
  display: inline-block;
  background: url(../images/icon_arrow_0003.png) no-repeat 0 0;
  width: 18px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 46%;
}

.list-base__070 .item .sub-menu {
  position: absolute;
  width: 100%;
  transition: all .4s;
  opacity: 0;
  visibility: hidden;
}

.list-base__070 .item .sub-menu.active {
  opacity: 1;
  visibility: visible;
}

.list-base__070 .item .sub-menu li {
  width: 100%;
  display: block;
}

.list-base__070 .item .sub-menu li a {
  display: block;
  width: 100%;
  border-top: 0;
}

@media (max-width: 768px) {
  .list-base__070 .item:nth-child(3n) a {
    margin-right: 0;
  }
}

.list-base__070 .item + .item {
  margin-left: 1px;
}

.list-base__080 {
  overflow: hidden;
  margin-left: -2%;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .list-base__080 {
    display: block;
    margin-left: 0;
  }
}

.list-base__080 .item {
  width: 50%;
  padding-left: 2%;
  box-sizing: border-box;
  margin-bottom: 2%;
}

@media (max-width: 768px) {
  .list-base__080 .item {
    float: none;
    width: auto;
    padding-left: 0;
    margin-bottom: 2%;
  }
}

.list-base__080 .item a {
  color: #333333;
  display: block;
}

.list-base__080 .item a:hover {
  text-decoration: none;
}

.list-base__080 .item img {
  width: 100%;
}

.list-base__080 .item:nth-last-child(n+5):nth-last-child(-n+100):first-child,
.list-base__080 .item:nth-last-child(n+5):nth-last-child(-n+100):first-child ~ li {
  width: 33.3%;
}

@media (max-width: 768px) {
  .list-base__080 .item:nth-last-child(n+5):nth-last-child(-n+100):first-child,
  .list-base__080 .item:nth-last-child(n+5):nth-last-child(-n+100):first-child ~ li {
    width: auto;
  }
}

.list-base__090 {
  display: flex;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .list-base__090 {
    display: block;
  }
}

.list-base__090 .item {
  width: 30%;
  margin-right: 5%;
  padding-bottom: 40px;
  background-color: #F5F5F5;
  position: relative;
}

@media (max-width: 768px) {
  .list-base__090 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.list-base__090 .item:last-child {
  margin-right: 0;
}

.list-base__090 .item a {
  display: block;
  color: #333333;
}

.list-base__090 .item .image {
  text-align: center;
  padding: 40px;
  margin: 0;
}

.list-base__090 .item .image img {
  width: 100%;
}

.list-base__090 .item .text {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
}

.list-base__100.t2 {
  margin-bottom: 40px;
}

.list-base__100.wide .item .ttl {
  width: 50%;
}

@media (max-width: 768px) {
  .list-base__100.wide .item .ttl {
    width: auto;
  }
}

.list-base__100.wide .item .details {
  width: 50%;
}

@media (max-width: 768px) {
  .list-base__100.wide .item .details {
    width: auto;
  }
}

.list-base__100.t3 {
  background-color: #F5F5F5;
  padding: 40px;
}

@media (max-width: 768px) {
  .list-base__100.t3 {
    padding: 20px;
  }
}

.list-base__100.t3 .item {
  border-bottom: 1px dotted #CCCCCC;
}

.list-base__100.t3 .item .ttl {
  background-color: transparent;
  font-weight: normal;
  font-size: 80%;
}

@media (max-width: 768px) {
  .list-base__100.t3 .item .ttl {
    padding-bottom: 0;
  }
}

.list-base__100.t3 .item .details {
  background-color: transparent;
  font-weight: bold;
}

@media (max-width: 768px) {
  .list-base__100.t3 .item .details {
    padding-top: 10px;
  }
}

.list-base__100 .item {
  display: flex;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .list-base__100 .item {
    display: block;
  }
}

.list-base__100 .item .date {
  width: 30%;
  background-color: #E5E5E5;
  margin-bottom: 0;
  padding: 14px;
}

@media (max-width: 768px) {
  .list-base__100 .item .date {
    width: auto;
  }
}

.list-base__100 .item .ttl {
  width: 30%;
  background-color: #E5E5E5;
  margin-bottom: 0;
  padding: 14px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .list-base__100 .item .ttl {
    width: auto;
  }
}

.list-base__100 .item .text {
  width: 70%;
  background-color: #F5F5F5;
  margin-bottom: 0;
  padding: 14px;
}

@media (max-width: 768px) {
  .list-base__100 .item .text {
    width: auto;
  }
}

.list-base__100 .item .details {
  width: 70%;
  background-color: #F5F5F5;
  margin-bottom: 0;
  padding: 14px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .list-base__100 .item .details {
    width: auto;
  }
}

.list-base__110 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 768px) {
  .list-base__110 {
    display: block;
    padding-top: 20px;
  }
}

@media (max-width: 1199.98px) {
  .list-base__110.col3 .item {
    padding-right: 0;
    padding-left: 0;
    margin: 0 0 10px 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .list-base__110.col3 .item {
    padding-right: 0;
    padding-left: 0;
    margin: 0 0 10px 0;
    width: 100%;
  }
}

.list-base__110.col2 .item {
  width: 45%;
}

@media (max-width: 991px) {
  .list-base__110.col2 .item {
    padding-right: 0;
    padding-left: 0;
    margin: 0 0 10px 0;
    width: 100%;
  }
}

.list-base__110 .item {
  margin: 0 10px;
}

@media (max-width: 1199.98px) {
  .list-base__110 .item {
    width: 30%;
    margin: 0;
    margin-right: 5%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .list-base__110 .item {
    padding-right: 0;
    padding-left: 0;
    margin: 0 0 10px 0;
    width: 100%;
  }
}

.list-base__110 .item:last-child {
  margin-right: 0;
}

@media (max-width: 1199.98px) {
  .list-base__110 .item .btn-base__030 {
    width: auto;
  }
}

@media (max-width: 768px) {
  .list-base__110 .item .btn-base__030 {
    width: auto;
  }
}

.list-base__110 .item.current .btn-base__030 {
  text-decoration: none;
  background-color: #000066;
  color: #ffffff;
  transition: all .5s;
}

.list-base__110 .item.current .btn-base__030:after {
  right: 7px;
  transition: all .5s;
  background: url(../images/icon_arrow_0012.png) no-repeat;
}

.list-base__110.center {
  justify-content: center;
}

.list-base__110.center .item {
  margin: 0 10px;
}

@media (max-width: 768px) {
  .list-base__110.center .item {
    margin-bottom: 10px;
  }
}

.list-base__110.left {
  justify-content: flex-start;
}

.list-base__110.left .item {
  margin: 0 10px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .list-base__110.left .item {
    margin: 0;
    margin-bottom: 10px;
  }
}

.list-base__110.type-2 {
  justify-content: flex-start;
}

.list-base__110.type-2 .item {
  width: 32.5%;
  margin: 0 1.25% 1.25% 0;
}

@media (max-width: 768px) {
  .list-base__110.type-2 .item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.list-base__110.type-2 .item .btn-base__030 {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .list-base__110.type-2 .item .btn-base__030 {
    min-height: 90px;
  }
}

@media (max-width: 768px) {
  .list-base__110.type-2 .item .btn-base__030 {
    width: auto;
    font-size: 15px;
  }
}

.list-base__110.type-2 .item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1199.98px) {
  .list-base__110.type-2 .item:nth-child(3n) {
    font-size: 13px;
  }
}

.list-base__120 {
  display: flex;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .list-base__120 {
    display: block;
  }
}

.list-base__120.en .item .inner-item .s_eirModule_thumbnail, .list-base__120.en .item .inner-item .image {
  min-height: 750px;
}

@media (max-width: 768px) {
  .list-base__120.en .item .inner-item .s_eirModule_thumbnail, .list-base__120.en .item .inner-item .image {
    min-height: initial;
  }
}

.list-base__120 .item {
  width: 47.5%;
  margin-right: 5%;
}

@media (max-width: 768px) {
  .list-base__120 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.list-base__120 .item:last-child {
  margin-right: 0;
}

.list-base__120 .item .inner-item {
  background-color: #F5F5F5;
  margin-bottom: 30px;
}

.list-base__120 .item .inner-item a {
  display: flex;
  flex-wrap: wrap;
  color: #333333;
  position: relative;
}

.list-base__120 .item .inner-item a:hover {
  text-decoration: none;
}

.list-base__120 .item .inner-item .image,
.list-base__120 .item .inner-item .s_eirModule_thumbnail {
  width: 100%;
  text-align: center;
  padding: 40px;
  margin: 0;
  flex-grow: 1;
  min-height: 300px;
  display: flex;
  align-items: center;
}
.list-base__120 .item .inner-item .image,
.list-base__120 .item .inner-item .s_eirModule_thumbnail {
  width: 100%;
  text-align: center;
  padding: 40px;
  margin: 0;
  flex-grow: 1;
  min-height: 300px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .list-base__120 .item .inner-item .image,
  .list-base__120 .item .inner-item .s_eirModule_thumbnail {
    min-height: initial;
  }
}

.list-base__120 .item .inner-item .image img,
.list-base__120 .item .inner-item .s_eirModule_thumbnail img {
  max-width: 100%;
}

.list-base__120 .item .inner-item .date,
.list-base__120 .item .inner-item .s_eirList_item_date {
  width: 100%;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 14px;
}

.list-base__120 .item .inner-item .text,
.list-base__120 .item .inner-item .s_eirModule_titleBox {
  width: 100%;
  min-height: 80px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 110px 0 20px;
  padding-bottom: 10px;
  font-size: 14px;
}

.list-base__120 .item .inner-item .s_eirList_item {
  padding-top: 0;
  padding-top: 10px;
}

.list-base__120 .item .inner-item .s_eirList_item.s_eirList_item-pdf .eirItem_type::before {
  background: url(../images/icon_pdf.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__120 .item .inner-item .s_eirList_item.s_eirList_item-xls .eirItem_type::before {
  background: url(../images/icon_xls.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__120 .item .inner-item .s_eirList_item.s_eirList_item-xlsx .eirItem_type::before {
  background: url(../images/icon_xlsx.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__120 .item .inner-item .s_eirList_item.s_eirList_item-doc .eirItem_type::before {
  background: url(../images/icon_doc.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__120 .item .inner-item .s_eirList_item.s_eirList_item-ppt .eirItem_type::before {
  background: url(../images/icon_ppt.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__120 .item .inner-item .s_eirList_item.s_eirList_item-pptx .eirItem_type::before {
  background: url(../images/icon_pptx.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__120 .item .inner-item .s_eirList_item.s_eirList_item-zip .eirItem_type::before {
  background: url(../images/icon_zip.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__120 .item .inner-item .s_eirList_item.s_eirList_item-url .eirItem_type::before {
  background: url(../images/icon_url.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__120 .item .inner-item .s_eirList_item_date {
  order: 2;
}

.list-base__120 .item .inner-item .s_eirList_item_thumbnail {
  order: 1;
}

.list-base__120 .item .inner-item .s_eirList_item_titleBox {
  order: 5;
}

.list-base__120 .item .inner-item .s_eirModule_size {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 10px;
  width: 60px;
  text-align: center;
}

.list-base__120 .item .inner-item .icon,
.list-base__120 .item .inner-item .s_eirModule_type {
  position: absolute;
  right: 40px;
  bottom: 60px;
  font-size: 10px;
  width: 60px;
}

.list-base__120 .item .inner-item .icon::before,
.list-base__120 .item .inner-item .s_eirModule_type::before {
  content: "";
  display: block;
/*  background: url(../images/icon_pdf.png) no-repeat 50% 0;
  background-size: 25px;*/
  width: 100%;
  height: 28px;
  position: relative;
}

.list-base__120 .item .inner-item .icon .s_eirModule_type_icon-pdf,
.list-base__120 .item .inner-item .s_eirModule_type .s_eirModule_type_icon-pdf {
  font-size: 0;
  background-color: transparent;
  visibility: hidden;
  height: 0;
  display: none;
}

.list-base__120 .item .inner-item .icon.pdf::before,
.list-base__120 .item .inner-item .s_eirModule_type.pdf::before {
  background: url(../images/icon_pdf.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__120 .item .inner-item .icon.doc::before,
.list-base__120 .item .inner-item .s_eirModule_type.doc::before {
  background: url(../images/icon_doc.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__120 .item .inner-item .icon.docx::before,
.list-base__120 .item .inner-item .s_eirModule_type.docx::before {
  background: url(../images/icon_docx.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__120 .item .inner-item .icon.ppt::before,
.list-base__120 .item .inner-item .s_eirModule_type.ppt::before {
  background: url(../images/icon_ppt.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__120 .item .inner-item .icon.pptx::before,
.list-base__120 .item .inner-item .s_eirModule_type.pptx::before {
  background: url(../images/icon_pptx.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__120 .item .inner-item .icon.url::before,
.list-base__120 .item .inner-item .s_eirModule_type.url::before {
  background: url(../images/icon_url.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__120 .item .inner-item .icon.xls::before,
.list-base__120 .item .inner-item .s_eirModule_type.xls::before {
  background: url(../images/icon_xls.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__120 .item .inner-item .icon.xlsx::before,
.list-base__120 .item .inner-item .s_eirModule_type.xlsx::before {
  background: url(../images/icon_xlsx.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__120 .item .inner-item .icon.zip::before,
.list-base__120 .item .inner-item .s_eirModule_type.zip::before {
  background: url(../images/icon_zip.png) no-repeat 50% 0;
  background-size: 25px;
}

.list-base__130 {
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .list-base__130 {
    display: block;
  }
}

.list-base__130 .item {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .list-base__130 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.list-base__130 .item:nth-child(even) {
  margin-right: 0;
}

.list-base__130 .item .image img {
  border: 1px solid #CCCCCC;
  width: 100%;
}

.list-base__140 {
  border: 1px solid #CCCCCC;
  padding: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .list-base__140.col3 .item {
    width: 33%;
  }
}

.list-base__140 .item {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .list-base__140 .item {
    width: 50%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.list-base__140 .item a {
  color: #333333;
  text-decoration: none;
}

.list-base__140 .item a:before {
  content: "";
  background: url(../images/icon_arrow_0010.png) no-repeat 60% 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.5em;
  background-color: #707070;
  border-radius: 20px;
  transition: bacground .3s;
}

.list-base__140 .item a:hover:before {
  background-color: #000066;
  transition: bacground .5s;
}

.list-base__140 .item.bottom a:before {
  background: url(../images/icon_arrow_0011.png) no-repeat 55% 55%;
  background-color: #707070;
}

.list-base__140 .item.current a:before,
.list-base__140 .item.stay a:before {
  background-color: #000066;
}

.list-base__140 .item.ex1 a i {
  margin-left: .5em;
}

.list-base__140 .item.ex1 a::before {
  display: none;
}

.list-base__150 {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .list-base__150 {
    display: block;
  }
}

.list-base__150.wide {
  display: block;
}

.list-base__150.wide .item {
  width: auto;
  margin-right: 0;
  display: flex;
}

@media (max-width: 768px) {
  .list-base__150.wide .item {
    display: block;
  }
}

.list-base__150.wide .item .images {
  width: 20%;
}

@media (max-width: 768px) {
  .list-base__150.wide .item .images {
    width: 100%;
    margin-bottom: 20px;
  }
}

.list-base__150.wide .item .details {
  width: 75%;
  text-align: left;
}

@media (max-width: 768px) {
  .list-base__150.wide .item .details {
    width: auto;
  }
}

.list-base__150 .item {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 40px;
}

.list-base__150 .item:nth-child(even) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .list-base__150 .item {
    width: auto;
    margin-right: 0;
  }
}

.list-base__150 .item.border {
  border-bottom: 1px solid #707070;
  padding-bottom: 40px;
}

.list-base__150 .item .images {
  width: 40%;
  margin-right: 5%;
}

.list-base__150 .item .images img {
  width: 100%;
  border: 1px solid #CCCCCC;
}

.list-base__150 .item .details {
  width: 55%;
  text-align: left;
}

.list-base__150 .item .link {
  display: flex;
  color: #333333;
}

@media (max-width: 768px) {
  .list-base__150 .item .link {
    display: block;
  }
}

.list-base__150 .item .link:hover {
  text-decoration: none;
}

.list-base__160 {
  border-top: 1px dotted #CCCCCC;
  padding-top: 40px;
}

@media (max-width: 768px) {
  .list-base__160 {
    padding-top: 20px;
  }
}

.list-base__160.noborder-top {
  border-top: 0;
}

.list-base__160.t2 .item .details {
  padding-right: 600px;
}

@media (max-width: 768px) {
  .list-base__160.t2 .item .details {
    padding-right: 0;
  }
}

.list-base__160 .item {
  position: relative;
  border-bottom: 1px dotted #CCCCCC;
  padding: 0 0 40px 0;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .list-base__160 .item {
    position: static;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.list-base__160 .item.wide {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .list-base__160 .item.wide {
    padding-bottom: 20px;
  }
}

.list-base__160 .item .details {
  padding-right: 300px;
}

@media (max-width: 768px) {
  .list-base__160 .item .details {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.list-base__160 .item .details .img {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: 10px;
  width: 150px;
}

@media (max-width: 768px) {
  .list-base__160 .item .details .img {
    width: 100%;
    display: block;
    margin: 0;
    position: static;
    margin-bottom: 20px;
  }
}

.list-base__160 .item .details .img img {
  border: 1px solid #CCCCCC;
}

@media (max-width: 768px) {
  .list-base__160 .item .details .img img {
    width: 100%;
  }
}

.list-base__160 .item .details .ttl {
  display: inline-block;
}

.list-base__160 .item .link {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 768px) {
  .list-base__160 .item .link {
    position: static;
  }
}

.list-base__160 .item .link.btns {
  top: -10px;
  display: flex;
}

@media (max-width: 768px) {
  .list-base__160 .item .link.btns {
    flex-wrap: wrap;
  }
}

.list-base__160 .item .link.btns.single {
  right: 290px;
}

.list-base__160 .item .link.btns.t2 {
  top: 50px;
}

@media (max-width: 768px) {
  .list-base__160 .item .link.btns.t2 {
    justify-content: flex-end;
  }
}

.list-base__160 .item .link.btns.t2 a {
  margin-right: 0;
}

.list-base__160 .item .link.btns a {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .list-base__160 .item .link.btns a {
    width: 49%;
    margin-left: 0;
    font-size: 12px;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}

.list-base__160 .item .link.btns a:nth-child(even) {
  margin-right: 0;
}

.list-base__160 .item .history {
  display: flex;
}

.list-base__160 .item .history .date {
  width: 12.5%;
  margin-right: 2.5%;
  margin-bottom: 0;
  overflow-wrap: break-word;
}

.list-base__160 .item .history .text {
  width: 85%;
}

.list-base__170 .item {
  margin-bottom: 70px;
  position: relative;
}

.list-base__170 .item:last-child {
  margin-bottom: 30px;
}

.list-base__170 .item::before {
  content: "";
  display: block;
  background: url(../images/icon_arrow_0016.png) no-repeat 0 0;
  width: 33px;
  height: 17px;
  background-size: 100%;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  transition: right .5s;
}

.list-base__170 .item:hover::before {
  right: 10px;
  transition: right .5s;
}

.list-base__170 .item .inner-item {
  height: 220px;
  display: flex;
}

@media (max-width: 1199.98px) {
  .list-base__170 .item .inner-item {
    width: 100%;
    height: auto;
    margin-left: 0;
    flex-wrap: wrap;
  }
}

.list-base__170 .item .inner-item .image {
  width: 50%;
}

@media (max-width: 1199.98px) {
  .list-base__170 .item .inner-item .image {
    width: 100%;
  }
}

.list-base__170 .item .inner-item .image img {
  width: 100%;
  max-width: 100%;
}

.list-base__170 .item .inner-item .details {
  width: 50%;
  height: 220px;
  box-sizing: border-box;
  padding-top: 50px;
  background-color: #000066;
}

@media (max-width: 1199.98px) {
  .list-base__170 .item .inner-item .details {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
}

.list-base__170 .item .inner-item .text {
  padding-top: 10px;
}

@media (max-width: 1199.98px) {
  .list-base__170 .item .inner-item .text {
    padding-top: 0;
  }
}

.list-base__170 .item a {
  color: #ffffff;
  display: block;
}

.list-base__170 .item a:hover {
  text-decoration: none;
}

.list-base__180 .item {
  margin-bottom: 0.5em;
}

.list-base__190 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.list-base__190 .item {
  width: 23%;
  margin-right: 2.5%;
  margin-bottom: 20px;
}

.list-base__190 .item:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .list-base__190 .item {
    width: 47.5%;
    margin-right: 5%;
  }
  .list-base__190 .item:nth-child(even) {
    margin-right: 0;
  }
}

.list-base__190.col3 .item {
  width: 32.5%;
  margin-right: 1.25%;
}

.list-base__190.col3 .item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .list-base__190.col3 .item {
    width: 47.5%;
    margin-right: 5%;
  }
  .list-base__190.col3 .item:nth-child(3n) {
    margin-right: 5%;
  }
  .list-base__190.col3 .item:nth-child(even) {
    margin-right: 0;
  }
}

.list-pager {
  text-align: center;
}

.list-pager .item {
  display: inline-block;
}

.list-pager .item a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #333333;
  background-color: #F5F5F5;
  border-radius: 5px;
  margin: 0 6px;
}

@media (max-width: 768px) {
  .list-pager .item a {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}

.list-pager .item a:hover {
  text-decoration: none;
}

.list-pager .item.current a {
  color: #ffffff;
  background-color: #000066;
}

.list-pager .item.ui a {
  color: #333333;
  background-color: #E5E5E5;
}

.list-notice.inline {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.list-notice.inline .item-sub {
  margin-right: 1em;
}

.list-note {
  counter-reset: number;
}

.list-note .item {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
}

.list-note .item:before {
  position: absolute;
  left: 0;
  counter-increment: number;
  content: counter(number);
}

.list-cont__010 {
  margin-bottom: 40px;
}

.list-cont__010 .item {
  padding-left: 2em;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
}

.list-cont__010 .item:before {
  content: "・";
  margin-right: 0.5em;
  position: absolute;
  left: 0;
}

.list-cont__010 dl {
  display: flex;
  padding-top: 10px;
}

.list-cont__010 dl dt {
  margin-right: .5em;
}

.list-cont__010 dl dd {
  margin-right: .5em;
}

.list-num__010 {
  counter-reset: number;
  list-style: none;
  margin-bottom: 10px !important;
}

.list-num__010 .item {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1.5em;
  font-size: 14px;
}

.list-num__010 .item:before {
  counter-increment: number;
  content: counter(number) ".";
  margin-right: 0.5em;
  position: absolute;
  left: 0;
}

.list-num__020 {
  counter-reset: number;
  list-style: none;
  margin-bottom: 10px !important;
}

.list-num__020 .item {
  margin-bottom: 0.5em;
  position: relative;
  font-size: 14px;
  padding-left: 1.5em;
}

.list-num__020 .item:before {
  counter-increment: number;
  content: "(" counter(number) ")";
  margin-right: 0.5em;
  position: absolute;
  left: 0;
}

.list-num__030 {
  counter-reset: number;
  list-style: none;
  margin-bottom: 10px !important;
}

.list-num__030 .item {
  margin-bottom: 0.5em;
  position: relative;
  font-size: 14px;
  padding-left: 1.5em;
}

.list-num__030 .item:before {
  counter-increment: number;
  content: "(" counter(number, lower-roman) ")";
  margin-right: 0.5em;
  position: absolute;
  left: 0;
}



.list-nav .item {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1;
}
.list-nav .item.i-plus {
  position: relative;
}
.list-nav .item.i-more {
  position: relative;
}
.list-nav .item.current {
  text-decoration: none;
}
.list-nav .item a {
  border-bottom:2px solid transparent;
}
.list-nav .item.current a {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom-color: #ffffff;
}
.list-nav .item.current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  display: block;
  background: url(../images/icon_arrow_0005.png) no-repeat 50% 0px;
  width: 100%;
  height: 0;
  padding-top: 9px;
}
.list-nav .item.pickup{
  background-color: transparent;
}
.list-nav .item.pickup .subnav {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1200px;
}
.list-nav .item.pickup .subnav .item-child {
  margin: 0 20px;
}
.list-nav .item.pickup .subnav .item-child a {
  color: #000;
  height: auto;
  display: block;
}
.list-nav .item.pickup .subnav .item-child a:after {
  content: "";
  display: inline-block;
  background: url(../images/icon_arrow_0006.png) no-repeat 0 50%;
  width: 7px;
  height: 12px;
  margin-left: 10px;
}
.list-nav .item.pickup.active .col-navChild {
  height: 93px;
}
.list-nav .item a {
  display: inline-block;
  padding-bottom: 10px;
}
.list-nav .item a.nav-link {
  color: #ffffff;
  display: block;
  cursor: default;
}
.list-nav .item.-child {
  margin-right: 0;
}
.list-nav .item .logo-link {
  height: 26px;
  margin-top: -10px;
  padding-bottom: 0;
}
.list-nav .item .logo-link img{
  max-width: none;
  max-height: 100%;
}

@media (min-width: 992px) {
  .list-nav .item a:hover {
    text-decoration: none;
    border-bottom: 2px solid #ffffff;
    cursor: pointer;
  }
}

@media (max-width: 1199.98px) {
  .list-nav .item {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .list-nav {
    display: block;
    padding-bottom: 20px;
    transition: all .2s;
    width: 100%;
    position: fixed;
    top: 80px;
    left: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow: hidden;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.06));
    z-index: 200000;
    overflow-y: auto;
    padding-bottom: 180px;
    visibility: hidden;
  }
  .list-nav.active {
    display: block;
    position: fixed;
    width: 100%;
    top: 80px;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    transition: all .4s;
    visibility: visible;
  }
  .list-nav .item {
    margin: 0 20px 0 20px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #707070;
  }
  .list-nav .item.i-plus::after {
    content: "";
    display: block;
    background: url(../images/icon_plus.png) no-repeat 0 0;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 26px;
    background-size: 100%;
  }
  .list-nav .item.i-more::after {
    content: "";
    display: block;
    background: url(../images/icon_arrow_0001.png) no-repeat 0 0;
    width: 9px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 26px;
    background-size: 100%;
  }
  .list-nav .item.onslide.i-plus::after {
    background: url(../images/icon-minus.png) no-repeat 0 5px;
  }
  .list-nav .item.about a {
    padding-bottom: 8px;
  }
  .list-nav .item.about::after {
    display: none;
  }
  .list-nav .item.pickup .subnav {
    display: block;
    padding: 10px 0;
    width: auto;
  }
  .list-nav .item.pickup .subnav .item-child {
    margin: 0;
    padding: 10px 0;
  }
  .list-nav .item .col-navChild {
    padding-top: 0;
    overflow: visible;
    background-color: transparent;
  }
  .list-nav .item a.nav-link {
    color: #000000;
    display: flex;
    align-items: center;
    min-height: 66px;
    padding: 0;
    font-weight: bold;
    border-bottom: 0;
  }
  .list-nav .item a {
    display: block;
  }
  .list-nav .item.-noallow::after {
    content: none;
  }
  .list-nav .item .logo-link{
    height: auto;
    margin-top: 0;
    padding: 20px 0;
    border-bottom: 0;
  }
  .list-nav .item .logo-link img{
    width: 100px;
    max-height: none;
  }
}

.list-footer__010 .item a {
  color: #000000;
  font-size: 12px;
}
.list-footer__020 {
  width: 100%;
  text-align: center;
}
.list-footer__020 .item {
  display: inline-block;
  border-left: 1px solid #ffffff;
  padding: 0 8px;
  line-height: 1;
}
.list-footer__020 .item:last-child {
  border-right: 1px solid #ffffff;
}
.list-footer__020 .item a {
  color: #ffffff;
  vertical-align: top;
  font-size: 12px;
  display: inline-block;
  position: relative;
}
.list-footer__030 .item a,
.list-footer__030 .s_eirList_item a {
  color: #333333;
}

.list-footer__030 .item::before,
.list-footer__030 .s_eirList_item::before {
  content: "・";
  margin-right: 0.5em;
}

@media (max-width: 768px) {
  .list-footer__020 .item {
    display: block;
    border: none;
    text-align: left;
    margin-bottom: 8px;
    padding: 20px;
    border-bottom: 1px solid #4A4A83;
  }
  .list-footer__020 .item:last-child {
    border: none;
    border-bottom: 1px solid #4A4A83;
  }
  .list-footer__020 .item:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .list-footer__020 .item a {
    display: block;
  }
  .list-footer__020 .item a::after {
    content: "";
    display: inline-block;
    background: url(../images/icon_arrow_0012.png) no-repeat 0 0;
    width: 9px;
    height: 15px;
    background-size: 100%;
    position: absolute;
    right: 0;
  }
  .list-footer__030 .item,
  .list-footer__030 .s_eirList_item {
    padding-left: 1em;
  }
}



.list-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}

.list-breadcrumbs .item {
  display: block;
}

.list-breadcrumbs .item:after {
  content: ">";
  display: inline-block;
  margin: 0 8px;
}

.list-breadcrumbs .item:last-child::after {
  display: none;
}

.list-subglobal {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.list-subglobal .lang {
  position: relative;
  margin-right: 28px;
}

.list-subglobal .search {
  position: relative;
}

@media (max-width: 768px) {
  .list-subglobal .search {
    top: auto;
  }
}

.list-subglobal .col-langChild {
  position: absolute;
  top: 36px;
  left: -35px;
  width: 120px;
  border: 2px solid #000066;
  background-color: #fff;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  transition: all .2s;
}

@media (max-width: 768px) {
  .list-subglobal .col-langChild {
    position: fixed;
    width: 100%;
    height: 0;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    top: 80px;
    opacity: 0;
    left: 0;
    overflow: hidden;
    transition: all .3s;
    justify-content: center;
  }
}

.list-subglobal .col-langChild.active {
  visibility: visible;
  opacity: 1;
  transition: all .4s;
}

@media (max-width: 768px) {
  .list-subglobal .col-langChild.active {
    height: 200px;
  }
}

.list-subglobal .col-langChild::before {
  content: "";
  display: block;
  background: url(../images/icon_arrow_0005.png) no-repeat;
  width: 9px;
  height: 7px;
  position: absolute;
  top: -7px;
  left: 38px;
}

.list-subglobal .col-langChild .title {
  color: #333333;
  font-size: 12px;
  padding: 8px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .list-subglobal .col-langChild .title {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .list-subglobal .col-langChild .subnav {
    padding: 10px 20px;
    border-radius: 8px;
  }
}

.list-subglobal .col-langChild .subnav .item-child {
  font-size: 12px;
}

.list-subglobal .col-langChild .subnav .item-child a {
  color: #000000;
  display: block;
  padding: 8px;
}

@media (max-width: 768px) {
  .list-subglobal .col-langChild .subnav .item-child a {
    background-color: #F0F0F0;
  }
}

.list-subglobal .col-langChild .subnav .item-child a:hover {
  background-color: #000066;
  color: #ffffff;
  text-decoration: none;
}

.list-subglobal .col-searchChild {
  position: fixed;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  top: 80px;
  opacity: 0;
  left: 0;
  overflow: hidden;
  transition: all .3s;
  justify-content: center;
  text-align: center;
}

.list-subglobal .col-searchChild .formcol {
  padding-top: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.list-subglobal .col-searchChild .formcol .searchbox {
  display: inline-block;
  height: 50px;
  width: 520px;
  border-radius: 4px 0 0 4px;
}

@media (max-width: 768px) {
  .list-subglobal .col-searchChild .formcol .searchbox {
    width: 180px;
  }
}

.list-subglobal .col-searchChild .formcol .searchbtn {
  display: inline-block;
  background-color: #0E0E57;
  height: 50px;
  width: 80px;
  border-radius: 0 4px 4px 0;
  position: relative;
  left: -6px;
}

.list-subglobal .col-searchChild.active {
  height: 93px;
  opacity: 1;
  transition: all .3s;
}

.btn-base__010 {
  text-align: center;
}

.btn-base__010.type-s a {
  padding: 20px 80px;
  width: 100%;
}

@media (max-width: 768px) {
  .btn-base__010.type-s a {
    padding-left: 0;
    padding-right: 0;
  }
}

.btn-base__010.prev {
  padding-top: 30px;
}

.btn-base__010.type-s2 a {
  padding: 20px 100px;
}

.btn-base__010.type-s3 a {
  width: 100%;
  min-height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-base__010.type-s4 a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .btn-base__010.type-s4 a {
    width: 100%;
  }
}

.btn-base__010.ble a {
  background: #ffffff;
  color: #000066;
}

.btn-base__010.ble a:after {
  display: none;
}

.btn-base__010.blue a {
  background: #000066;
  color: #ffffff;
  position: relative;
}

.btn-base__010.blue a:after {
  display: none;
}

.btn-base__010.blue a .icon {
  position: absolute;
  right: 20px;
  top: 40%;
}

.btn-base__010.dl a:after {
  content: "";
  display: inline-block;
  background: url(../images/icon_zip.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 25px;
  top: 35%;
}

.btn-base__010.wht a {
  background: #ffffff;
  color: #000066;
  display: block;
}

@media (max-width: 768px) {
  .btn-base__010.prev {
    padding: 0 20px;
  }
}

.btn-base__010.prev a {
  padding: 20px 120px;
  position: relative;
}

@media (max-width: 768px) {
  .btn-base__010.prev a {
    padding: 20px 60px;
  }
}

.btn-base__010.prev a::after {
  background: url(../images/icon_arrow_0013.png) no-repeat;
  left: 4px;
}

.btn-base__010.prev a:hover::after {
  background: url(../images/icon_arrow_0013.png) no-repeat;
  left: 0px;
}

.btn-base__010 a {
  position: relative;
  display: inline-block;
  border: 1px solid #CCCCCC;
  padding: 28px 100px;
  font-size: 16px;
  color: #000066;
  font-weight: bold;
}

.btn-base__010 a:after {
  content: "";
  background: url(../images/icon_arrow_0007.png) no-repeat;
  background-size: 100%;
  width: 23px;
  height: 18px;
  margin-left: 40px;
  box-sizing: border-box;
  position: absolute;
  margin-top: 4px;
  transition: all .3s;
  right: 10px;
  top: 40%;
}

@media (max-width: 768px) {
  .btn-base__010 a:after {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .btn-base__010 a {
    padding: 28px 30px;
    display: block;
  }
}

.btn-base__010 a:hover {
  text-decoration: none;
}

.btn-base__010 a:hover:after {
  transition: all .5s;
  right: 5px;
}

.btn-base__010 a .t1 {
  font-size: 16px;
  color: #000066;
  display: block;
}

.btn-base__010 a .t2 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}

.btn-base__020 {
  font-size: 12px;
}

.btn-base__020:after {
  content: "";
  display: inline-block;
  background: url(../images/icon_arrow_0002.png) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 7px;
  margin-left: 10px;
  transition: margin-left .3s;
}

.btn-base__020:hover:after {
  margin-left: 13px;
  transition: margin-left .5s;
}

.btn-base__030 {
  font-size: 15px;
  display: block;
  background-color: #F0F0F0;
  color: #333333;
  position: relative;
  width: 280px;
  text-align: center;
  padding: 23px 20px;
  transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .btn-base__030 {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .btn-base__030 {
    width: auto;
    font-size: 15px;
  }
}

.btn-base__030:after {
  content: "";
  display: inline-block;
  background: url(../images/icon_arrow_0001.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 40%;
  transition: right .3s;
}

.btn-base__030:hover {
  text-decoration: none;
  background-color: #000066;
  color: #ffffff;
  transition: all .5s;
}

.btn-base__030:hover:after {
  right: 7px;
  transition: all .5s;
  background: url(../images/icon_arrow_0012.png) no-repeat;
}

.btn-base__030.type-s {
  padding: 10px 0;
}

.btn-base__030.type-s2 {
  padding: 10px 0;
}

@media (max-width: 768px) {
  .btn-base__030.type-s2 {
    margin-right: 0;
  }
}

.btn-base__030.wide {
  width: 400px;
}

@media (max-width: 768px) {
  .btn-base__030.wide {
    width: auto;
  }
}

.btn-base__040 {
  font-size: 14px;
  display: block;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  color: #000066;
  position: relative;
  text-align: center;
  padding: 20px 30px 20px 10px;
}

@media (max-width: 768px) {
  .btn-base__040 {
    width: auto;
  }
}

.btn-base__040.dl:after {
  content: "";
  display: inline-block;
  background: url(../images/icon_zip.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 35%;
}

.btn-base__040:hover {
  text-decoration: none;
}

.btn-base__050 {
  display: block;
  position: relative;
}

.btn-base__050::after {
  content: "";
  display: inline-block;
  background: url(../images/icon_arrow_0001.png) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 40%;
}

.btn-base__060 {
  color: #333333;
}

.btn-base__060::after {
  content: "";
  display: inline-block;
  background: url(../images/icon_external.png) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  margin-left: .5em;
}

.btn-base__070 {
  display: inline-block;
  background-color: #000066;
  padding: 28px 160px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

@media (max-width: 768px) {
  .btn-base__070 {
    padding: 28px 0;
    width: 100%;
  }
}

.btn-base__080 {
  margin-bottom: 0;
}

.btn-base__080 a {
  display: block;
  background-color: #FFFFFF;
  padding: 20px 0 !important;
  font-size: 16px !important;
  color: #000066 !important;
  font-weight: bold;
  border: 1px solid #CCCCCC;
  text-align: center;
}

.btn-base__080 a:hover {
  text-decoration: none;
}

.btn-base__090 {
  margin-bottom: 0;
}

.btn-base__090.type-2 a {
  padding: 30px;
}

.btn-base__090.type-3 a::after {
  display: none;
}

.btn-base__090.type-4 a, .btn-base__090.type-4 span.link {
  background-color: #F8FDFA;
  border: 1px solid #61BA76;
  min-height: 141px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 768px) {
  .btn-base__090.type-4 a, .btn-base__090.type-4 span.link {
    min-height: initial;
  }
}

.btn-base__090.type-4 a .t2, .btn-base__090.type-4 span.link .t2 {
  color: #61BA76;
  width: 100%;
}

.btn-base__090 a, .btn-base__090 span.link {
  display: block;
  background-color: #FFFFFF;
  padding: 20px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  border: 1px solid #CCCCCC;
  text-align: left;
  position: relative;
}

@media (max-width: 768px) {
  .btn-base__090 a, .btn-base__090 span.link {
    padding-right: 40px;
  }
}

.btn-base__090 a:hover, .btn-base__090 span.link:hover {
  text-decoration: none;
}

.btn-base__090 a::after, .btn-base__090 span.link::after {
  content: "";
  display: block;
  background: url(../images/icon_external.png) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 45%;
}

@media (max-width: 768px) {
  .btn-base__090 a::after, .btn-base__090 span.link::after {
    right: 21px;
  }
}

.btn-base__090 a .t1, .btn-base__090 span.link .t1 {
  font-size: 22px;
  margin-bottom: 4px;
  font-weight: bold;
}

.btn-base__090 a .p1, .btn-base__090 span.link .p1 {
  font-size: 14px;
  font-weight: normal;
}

.btn-base__090 span.link::after {
  display: none;
}

.btn-base__100 {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .btn-base__100 {
    margin-bottom: 20px;
  }
}

.btn-base__100 a {
  position: relative;
  background-color: #F5F5F5;
  color: #333333;
  display: block;
  padding: 30px 0;
  text-align: center;
}

.btn-base__100 a .icon {
  right: 20px;
  top: 45%;
}

.btn-base__100 a:hover {
  text-decoration: none;
}

.btn-base__110 a {
  border: 1px solid #CCCCCC;
  display: block;
  padding: 20px;
  color: #333333;
  display: flex;
}

.btn-base__110 a:hover {
  text-decoration: none;
}

.btn-base__110 a .icon {
  margin-left: 2em;
}

.btn-base__120 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 14px 40px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  min-height: 80px;
  position: relative;
}

@media (max-width: 768px) {
  .btn-base__120 a {
    font-size: 12px;
    padding: 6px;
    min-height: initial;
    min-height: 80px;
  }
}

.btn-base__120 a::after {
  display: block;
  content: "";
  width: 14px;
  height: 8px;
  background: url(../images/icon_arrow_0017.png) no-repeat 50% 0;
  position: absolute;
  top: 45%;
  right: 20px;
}

@media (max-width: 768px) {
  .btn-base__120 a::after {
    position: static;
    margin: 0 auto;
    padding-top: 6px;
    width: 100%;
  }
}

.btn-base__120 a:hover {
  text-decoration: none;
}

.btn-base__pdf {
  display: block;
  position: relative;
}

@media (max-width: 768px) {
  .btn-base__pdf {
    padding-right: 70px;
  }
}

.btn-base__pdf .icon {
  position: absolute;
  right: 10px;
  top: 40%;
}

@media (max-width: 768px) {
  .btn-base__pdf .icon {
    right: 0;
  }
}

.btn-base__pdf .icon::before {
  content: "";
  display: block;
  background: url(../images/icon_pdf.png) center no-repeat;
  width: 75px;
  height: 28px;
  position: relative;
}

.btn-icon__pdf.before::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_pdf.png) no-repeat center 0;
  background-size: 25px;
  width: 25px;
  height: 28px;
}

.btn-icon__pdf.before::after {
  display: none;
}

.btn-icon__pdf::after {
  content: "";
  display: inline-block;
  background: url(../images/icon_pdf.png) no-repeat center 0;
  background-size: 25px;
  width: 25px;
  height: 28px;
  margin-left: 0.5em;
}

.col-base__010 {
  margin-bottom: 50px;
}

.col-base__020 {
  text-align: left;
}

.col-base__030 {
  padding: 70px 0;
}

.col-base__050 {
  padding: 70px 0;
  text-align: center;
}

.col-base__050.t2 {
  padding-bottom: 0;
}

@media (max-width: 1199.98px) {
  .col-base__050 {
    padding: 0 0;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .col-base__050 {
    padding: 0 0;
    padding-top: 20px;
    margin-bottom: 40px;
  }
}

.col-base__060 {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .col-base__060 {
    display: block;
  }
}

.col-base__060 .item {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .col-base__060 .item {
    margin: 0 0;
  }
}

@media (max-width: 768px) {
  .col-base__060 .item:first-child {
    margin-bottom: 20px;
  }
}

.col-base__060 .item .s_eirBlock {
  width: 100%;
}

.col-base__060 .item .s_eirList_item {
  padding-top: 0;
  width: 380px;
  border: 1px solid #CCCCCC;
  text-align: center;
  box-sizing: border-box;
}

.col-base__060 .item .s_eirItem {
  width: 380px;
  justify-content: center;
}

.col-base__060 .item .s_eirModule_thumbnail {
  width: auto;
  height: 70px;
}

.col-base__060 .item .s_eirModule_thumbnail_img {
  border: 0;
}

.col-base__060 .item .s_eirModule_titleBox {
  display: none;
}

.col-base__070 {
  background-color: #F5F5F5;
  padding: 40px;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .col-base__070 {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}

.col-base__070 .inner-col {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #CCCCCC;
  position: relative;
}

.col-base__070 .inner-col.no-border {
  border-bottom: 0;
}

.col-base__070 .inner-col.l2 {
  display: flex;
  flex-wrap: wrap;
}

.col-base__070 .inner-col.l2 .ttl-base__050 {
  width: 100%;
}

.col-base__070 .inner-col.l2 .images {
  width: 40%;
  margin-right: 2.5%;
}

@media (max-width: 768px) {
  .col-base__070 .inner-col.l2 .images {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.col-base__070 .inner-col.l2 .details {
  width: 57.5%;
}

@media (max-width: 768px) {
  .col-base__070 .inner-col.l2 .details {
    width: auto;
  }
}

.col-base__070 .inner-col .logo {
  position: absolute;
  right: 0;
  top: -10px;
  width: 45%;
}

@media (max-width: 1199.98px) {
  .col-base__070 .inner-col .logo {
    position: static;
    width: 100%;
    padding-bottom: 20px;
    display: flex;
    margin-bottom: 0;
  }
}

.col-base__070 .inner-col .logo img {
  width: 50%;
  float: right;
}

@media (max-width: 1199.98px) {
  .col-base__070 .inner-col .logo img {
    float: left;
    margin-right: 2%;
    width: 98%;
  }
}

@media (max-width: 1199.98px) {
  .col-base__070 .inner-col .logo.single {
    width: 50%;
  }
}

@media (max-width: 1199.98px) {
  .col-base__070 .inner-col .logo.single img {
    width: 100%;
  }
}

.col-base__070 .inner-col .logo.double {
  width: auto;
}

.col-base__070 .inner-col .logo.double a {
  float: left;
  margin-left: 2px;
}

.col-base__070 .inner-col .logo.double a img {
  width: 98%;
  float: left;
}

@media (max-width: 768px) {
  .col-base__070 .inner-col .logo.double a img {
    margin-right: 0;
    width: 100%;
  }
}

.col-hero .item img {
  width: 100%;
}

.col-irlist {
  padding-top: 40px;
}

.col-irlist .s_eirHeading {
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 40px;
  font-weight: bold;
  color: #000000;
  background: transparent;
  padding: 0;
}

.col-irlist .s_eirHeading::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 1px;
  background-color: #000000;
  position: relative;
  top: -8px;
}

.col-irlist .s_eirHeading.pdf::before {
  background: url(../images/icon_pdf.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eirHeading.doc::before {
  background: url(../images/icon_doc.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eirHeading.docx::before {
  background: url(../images/icon_docx.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eirHeading.ppt::before {
  background: url(../images/icon_ppt.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eirHeading.pptx::before {
  background: url(../images/icon_pptx.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eirHeading.url::before {
  background: url(../images/icon_url.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eirHeading.xls::before {
  background: url(../images/icon_xls.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eirHeading.xlsx::before {
  background: url(../images/icon_xlsx.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eirHeading.zip::before {
  background: url(../images/icon_zip.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eirList_item_titleBox {
  display: flex;
}

@media (max-width: 768px) {
  .col-irlist .s_eirList_item_titleBox {
    display: block;
  }
}

.col-irlist .s_eirList_item_titleBox .s_eirModule_comment {
  display: none;
}

.col-irlist .s_eirList_item_titleBox:before {
  margin-right: 0.5em;
  position: static !important;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .col-irlist .s_eirList_item_titleBox:before {
    position: absolute !important;
    width: 5px !important;
  }
}

.col-irlist .s_eirModule_title {
  order: 0;
  display: block;
}

@media (max-width: 768px) {
  .col-irlist .s_eirModule_title {
    display: block;
    margin-bottom: 4px;
  }
}

.col-irlist .s_eirList_item_date {
  order: 1;
  display: block;
}

@media (max-width: 768px) {
  .col-irlist .s_eirList_item_date {
    display: block;
  }
}

.col-irlist .s_eirList {
  background-color: #F7F7F7;
  padding: 30px;
  align-items: center;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .col-irlist .s_eirList {
    padding: 20px;
  }
}

.col-irlist .eirItem_comment {
  order: 2;
  display: block;
  margin: 0;
  width: 100%;
  padding-top: 10px;
}

.col-irlist .s_eirModule_size {
  width: 80px;
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 10px;
  text-align: center;
}

.col-irlist .s_eirModule_type {
  background-color: transparent;
  width: 80px;
  position: absolute;
  right: 0;
  top: 0;
/*  top: -10px;*/
}

.col-irlist .s_eirModule_type::before {
  content: "";
  display: block;
/*  background: url(../images/icon_pdf.png) no-repeat 0 0;
  background-size: 25px;*/
  width: 25px;
  height: 28px;
  margin: 0 auto;
}

.col-irlist .s_eirModule_type span, .col-irlist .s_eirModule_type figure {
  display: none;
}

.col-irlist .s_eirItem {
  display: block;
  color: #333333;
  font-size: 14px;
  position: relative;
  padding-right: 80px;
}

.col-irlist .eirItem_child .s_eirModule_titleBox {
  margin: 0;
  padding: 0;
  position: static;
}

.col-irlist .s_eirList_item {
  border: 0;
  border-bottom: 1px solid #BBBBBB !important;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  position: relative;
}

.col-irlist .s_eirList_item:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

.col-irlist .s_eirList_item.s_eirList_item-pdf .eirItem_type::before {
  background: url(../images/icon_pdf.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eirList_item.s_eirList_item-xls .eirItem_type::before {
  background: url(../images/icon_xls.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eirList_item.s_eirList_item-xlsx .eirItem_type::before {
  background: url(../images/icon_xlsx.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eirList_item.s_eirList_item-doc .eirItem_type::before {
  background: url(../images/icon_doc.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eirList_item.s_eirList_item-ppt .eirItem_type::before {
  background: url(../images/icon_ppt.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eirList_item.s_eirList_item-pptx .eirItem_type::before {
  background: url(../images/icon_pptx.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eirList_item.s_eirList_item-zip .eirItem_type::before {
  background: url(../images/icon_zip.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eirList_item.s_eirList_item-url .eirItem_type::before {
  background: url(../images/icon_url.png) no-repeat 50% 0;
  background-size: 25px;
}

.col-irlist .s_eir_MoreBtn_link {
  text-align: center;
}

.col-irlist .s_eir_MoreBtn_link a {
  margin-top: 0;
  position: relative;
  display: inline-block;
  border: 1px solid #CCCCCC;
  padding: 28px 100px 28px 100px;
  font-size: 16px;
  color: #000066;
  font-weight: bold;
}

.col-irlist .eir_yuhoNote {
  margin-top: 70px;
}

.col-irlist .eir_pnexNote {
  display: flex;
  margin-top: 70px;
}

@media (max-width: 768px) {
  .col-irlist .eir_pnexNote {
    display: block;
    margin-bottom: 60px;
  }
}

.col-irlist .eir_pnexNote .eir_pnexNote_item {
  width: 75%;
  margin-right: 5%;
}

@media (max-width: 768px) {
  .col-irlist .eir_pnexNote .eir_pnexNote_item {
    width: 100%;
    margin-right: auto;
  }
}

.col-irlist .eir_pnexNote .eir_pnexNote_item.eir_pnexNote_item-right {
  width: 20%;
}

@media (max-width: 768px) {
  .col-irlist .eir_pnexNote .eir_pnexNote_item.eir_pnexNote_item-right {
    width: 100%;
    text-align: center;
  }
}

.col-irlist .eir_pnexNote .eir_pnexNote_item.eir_pnexNote_item-right a {
  padding: 5px 30px 15px;
  border: 1px solid #CCCCCC;
}

.col-grey {
  background-color: #F5F5F5;
  padding: 40px 60px;
}

@media (max-width: 768px) {
  .col-grey {
    padding: 20px;
  }
}

.col-border {
  border: 1px solid #CCCCCC;
  padding: 40px 60px;
  font-size: 90%;
}

@media (max-width: 768px) {
  .col-border {
    padding: 20px;
  }
}

.col-border.inline {
  display: inline-block;
}

.col-formhbox {
  background-color: #F5F5F5;
  padding: 40px;
}
.col-formhbox .sizeFull {
  width: 100%;
  display: block;
  border: 1px solid #CCC;
  font-size: 16px;
  line-height: 1.75;
}
.col-formhbox .row {
  display: flex;
  margin-bottom: 30px;
}
.col-formhbox .label {
  margin-bottom: 0;
}
.col-formhbox .col.w40 {
  width: 40%;
}
.col-formhbox p{
  margin-bottom: 20px;
}
.col-formhbox .col.w50 {
  width: 50%;
}
.col-formhbox .col.w50 + .w50 {
  width: 45%;
  margin-left: 5%;
}
.col-formhbox .col.w60 {
  width: 60%;
}
.col-formhbox .col .formgroup {
  display: flex;
}

.col-formhbox .selectcol {
  margin-right: 10px;
}

.col-formhbox .selectcol:last-of-type {
  margin-right: 0;
}

.col-formhbox .selectdiv.wide select {
  width: 100%;
}

.col-formhbox .selectdiv label {
  display: block;
  position: relative;
}

.col-formhbox .selectdiv label::after {
  content: "";
  width: 50px;
  height: 50px;
  background: #000066 url(../images/icon_arrow_0014.png) no-repeat 50% 50%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

.col-formhbox .selectdiv select {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #CCC;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 50px;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .col-formhbox {
    padding: 20px;
  }
  .col-formhbox .row {
    display: block;
  }
  .col-formhbox .col.w40 {
    width: auto;
  }
  .col-formhbox .col.w50 {
    width: auto;
  }
  .col-formhbox .col.w50 + .w50 {
    width: 100%;
    margin-left: 0;
  }
  .col-formhbox .col.w60 {
    width: auto;
  }
}




.col-sdgs {
  display: flex;
}

@media (max-width: 768px) {
  .col-sdgs {
    display: block;
  }
}

.col-sdgs .images {
  width: 50%;
}

@media (max-width: 768px) {
  .col-sdgs .images {
    width: auto;
  }
}

.col-sdgs .details {
  width: 50%;
  background-color: #000066;
  color: #ffffff;
  box-sizing: border-box;
  padding: 40px;
}

@media (max-width: 768px) {
  .col-sdgs .details {
    width: auto;
    padding: 20px;
  }
}

.col-sdgs.wide {
  display: block;
}

.col-sdgs.wide .details {
  width: auto;
  background-color: #000066;
}

.col-locationmap {
  display: flex;
}

@media (max-width: 768px) {
  .col-locationmap {
    display: block;
  }
}

.col-locationmap .images {
  width: 47.5%;
  margin-right: 2.5%;
}

@media (max-width: 768px) {
  .col-locationmap .images {
    width: auto;
    margin: 0;
    margin-bottom: 40px;
  }
}

.col-locationmap .details {
  width: 50%;
}

@media (max-width: 768px) {
  .col-locationmap .details {
    width: auto;
    margin: 0;
  }
}

.col-notice {
  background-color: #F7F7F7;
  padding: 25px 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .col-notice {
    display: block;
    padding: 20px;
  }
}

.col-publish {
  margin-bottom: 60px;
}

.col-navChild {
  display: flex;
  flex-wrap: nowrap;
  position: fixed;
  width: 100%;
  height: 0;
  visibility: hidden;
  background-color: #ffffff;
  top: 134px;
  opacity: 0;
  left: 0;
  overflow: hidden;
  transition: height .3s, opacity .3s , visibility .3s;
  justify-content: center;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.04));
}

@media (max-width: 991px) {
  .col-navChild {
    display: none;
    position: static;
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
    padding: 0;
    top: auto;
    left: auto;
    justify-content: left;
    transition: none;
  }
}

@media (min-width: 769px) {
  .col-navChild.active {
    display: flex;
    justify-content: center;
    transition: height .3s, opacity .3s , visibility .3s;
    opacity: 1;
    height: 170px;
    visibility: visible;
  }
}

.col-navChild .about-item {
  width: 160px;
  padding-top: 30px;
}

@media (max-width: 991px) {
  .col-navChild .about-item {
    width: 14%;
  }
}

@media (max-width: 991px) {
  .col-navChild .about-item {
    width: 47.5%;
    padding-top: 0;
    margin-right: 5%;
    margin-bottom: 5%;
    float: left;
  }
}

@media (max-width: 991px) {
  .col-navChild .about-item:nth-child(even) {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .col-navChild .about-item:nth-child(even) .image {
    margin-right: 0;
  }
}

.col-navChild .about-item .image {
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-width: 991px) {
  .col-navChild .about-item .image {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.col-navChild .about-item .image img {
  width: 100%;
}

.col-navChild .about-item .image .text {
  margin-top: 7px;
  text-align: center;
  color: #000000;
}

@media (max-width: 991px) {
  .col-navChild .about-item .image .text {
    margin-top: 3px;
    font-size: 12px;
  }
}

.col-navChild.-block {
  display: block;
  height: auto;
  padding-top: 0;
}

.col-sns {
  padding-top: 20px;
}

.col-sns .item {
  display: inline-block;
  margin-right: 10px;
}

.col-sns .item img {
  height: 26px;
}

@media (max-width: 768px) {
  .col-sns .item img {
    height: 20px;
  }
}

.col-topMessage {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .col-topMessage {
    display: flex;
  }
}

.col-topMessage.t2 {
  display: block;
}

.col-topMessage.t3 {
  display: block;
  margin-bottom: 40px;
}

.col-topMessage .details {
  width: 65%;
  margin-right: 5%;
}

@media (max-width: 768px) {
  .col-topMessage .details {
    width: 100%;
    margin-right: 0;
    order: 2;
  }
}

.col-topMessage .images {
  width: 30%;
}

@media (max-width: 768px) {
  .col-topMessage .images {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}

.col-topMessage .images img {
  width: 100%;
}

.col-topMessage .message {
  text-align: left;
  line-height: 2;
}

@media (max-width: 768px) {
  .col-topMessage .message {
    text-align: left;
  }
}

.col-entry p {
  margin-bottom: 1.5em;
}

.col-entry figure {
  text-align: center;
  margin-bottom: 1.5em;
}

@media (max-width: 768px) {
  .col-entry figure img {
    width: 100%;
  }
}

.col-entry__header {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px dotted #CCCCCC;
}

.col-entry__header .info .time {
  display: inline-block;
}

.col-entry__header .info .category {
  display: inline-block;
}

.col-base__010 {
  margin-bottom: 50px;
}

.col-base__010#c0002 {
  padding-top: 40px;
}

.col-base__010 .img-base__010 {
  margin-bottom: 40px;
}

.col-base__010.border {
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 40px;
}

.col-base__010.pos {
  position: relative;
  min-height: 150px;
}

@media (max-width: 768px) {
  .col-base__010.pos {
    position: static;
    min-height: initial;
  }
}

.col-base__010 .right {
  position: absolute;
  right: 0;
}

@media (max-width: 768px) {
  .col-base__010 .right {
    position: static;
    min-height: initial;
  }
}

.col-base__010 .right a {
  margin-bottom: 20px;
}

.col-base__020 {
  text-align: center;
}

.col-base__030 {
  padding-top: 40px;
}

.col-base__040 {
  padding-top: 40px;
  display: flex;
}

@media (max-width: 768px) {
  .col-base__040 {
    display: block;
  }
}

.col-base__040 .l1 {
  width: 75%;
  margin-right: 5%;
}

@media (max-width: 768px) {
  .col-base__040 .l1 {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.col-base__040 .l2 {
  width: 20%;
}

@media (max-width: 768px) {
  .col-base__040 .l2 {
    width: auto;
  }
}

.text-base__010 {
  margin: 0;
  font-size: 14px;
}

.text-base__010 .ad1 {
  display: block;
}

.text-base__010 .ad2 {
  display: block;
}

.text-base__020 {
  margin-bottom: 40px;
  font-size: 14px;
}

.text-base__020 .t1 {
  padding-top: 1em;
  display: block;
}

.text-base__030 {
  border: 1px solid #CCCCCC;
  padding: 20px;
  margin-bottom: 40px;
}

.text-base__040 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .text-base__040 {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.text-base__050 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1;
  color: #336799;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 768px) {
  .text-base__050 {
    font-size: 36px;
    margin-bottom: 60px;
  }
}

.text-base__050 .t1 {
  display: block;
  font-size: 36px;
  margin-bottom: 20px;
}

.text-base__050 .t2 {
  display: block;
  margin-bottom: 20px;
}

.text-base__050 .t3 {
  display: block;
  font-size: 36px;
}

.text-base__060 {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #000066;
}

@media (max-width: 768px) {
  .text-base__060 {
    font-size: 16px;
  }
}

.text-base__070 {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 2;
  word-break: normal;
/*	word-break: break-all;*//*2/1追加*/
}

.text-base__070.blue {
  color: #000066;
}

.text-note {
  color: #000000;
  font-size: 12px;
  padding: 10px 0;
}

.text-note.right {
  text-align: right;
  position: static;
}

@media (max-width: 768px) {
  .text-note.sp-left {
    text-align: left;
  }
}

.text-note.grey {
  background-color: #F5F5F5;
  padding: 10px 40px 20px;
}

@media (max-width: 768px) {
  .text-note.grey {
    padding: 10px 20px 20px;
  }
}

.text-note.grey2 {
  color: #666666;
}

.text-note.double {
  display: flex;
  justify-content: space-between;
}

.text-copy {
  color: #000000;
  font-size: 10px;
  padding: 10px 0;
}

.img-base__010 {
  margin-bottom: 0;
}

.img-base__010.mb {
  margin-bottom: 40px;
}

.img-base__010.col2 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .img-base__010.col2 {
    display: block;
    margin-bottom: 20px;
  }
}

.img-base__010.col2 img {
  width: 50%;
}

@media (max-width: 768px) {
  .img-base__010.col2 img {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .img-base__010 img {
    width: 100%;
    margin: 0;
  }
}

.img-base__010.noMb {
  margin-bottom: 0 !important;
}

.img-base__020 {
  margin-bottom: 0;
}

.img-base__020.mb {
  margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
  .img-base__020 img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .img-base__020 img {
    width: 100%;
    margin: 0;
  }
}

.img-base__020 .text {
  color: #333333;
}

.img-base__020 .note {
  padding-top: 10px;
  font-size: 14px;
}

.img-base__030 {
  margin-bottom: 0;
}

.img-base__030.border {
  border-top: 1px dotted #707070;
  padding-top: 50px;
}

.img-base__030 img {
  width: 100%;
}

@media (max-width: 768px) {
  .img-base__030 img {
    width: 100%;
    margin: 0;
  }
}

.img-base__040 {
  background-color: #F5F5F5;
  margin-bottom: 0;
  padding: 50px 60px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .img-base__040 {
    padding: 10px 20px;
  }
}

.img-base__040 img {
  width: 100%;
}

@media (max-width: 768px) {
  .img-base__040 img {
    width: 100%;
    margin: 0;
  }
}

.img-base__040 .note {
  padding-top: 10px;
  font-size: 14px;
/*  word-break: break-all;*//*2/1追加*/
}

.img-base__040.no-margin {
  margin-top: 0;
}

.img-base__050 {
  margin-bottom: 0;
  text-align: center;
}

.img-base__050 img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .img-base__050 img {
    width: auto;
    margin: 0;
    max-width: initial;
  }
}

.img-base__050.t2 img {
  max-width: 650px;
}

@media (max-width: 768px) {
  .img-base__050.t2 img {
    width: 100%;
    margin: 0;
    max-width: initial;
  }
}

.img-base__060 .s_eirBlock {
  width: 100%;
}

.img-base__060 .s_eirList_item {
  padding-top: 0;
  text-align: center;
  box-sizing: border-box;
}

.img-base__060 .s_eirItem {
  width: 380px;
  margin: 0 auto;
  justify-content: center;
  border: 1px solid #CCCCCC;
}

.img-base__060 .s_eirModule_thumbnail {
  width: auto;
  height: 70px;
}

.img-base__060 .s_eirModule_thumbnail_img {
  border: 0;
}

.img-base__060 .s_eirModule_titleBox {
  display: none;
}

.img-base__070 {
  background-color: #F5F5F5;
  margin-bottom: 0;
  padding: 50px 60px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .img-base__070 {
    padding: 10px 20px;
    justify-content: center;
  }
}

.img-base__070 .item {
  width: 30%;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .img-base__070 .item {
    width: 48%;
    margin-right: 2%;
  }
}

.img-base__070 .item.mgb {
  margin-bottom: 20px;
}

.img-base__070 .item a {
  word-break: break-all;
}

.article-base__010 .header {
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.article-base__010 .header .info {
  padding-bottom: 30px;
}

.article-base__010 .header .info .time {
  display: inline-block;
  margin-right: 20px;
}

.article-base__010 .header .info .category {
  display: inline-block;
}

.article-base__010 .header .ttl {
  font-size: 24px;
  font-weight: bold;
}

.article-base__010 .content-aricle{
  font-size: 16px;
}

.article-base__010 .content-aricle p {
  font-size: 16px;
  margin-bottom: 2em;
}

.article-base__010 .content-aricle figure {
  margin: 0;
  margin-bottom: 2em;
  text-align: center;
}

.article-base__010 .content-aricle figure img {
  max-width: 100%;
}

.article-base__010 .content-aricle iframe{
  max-width: 100%;
}

/* 20211110KADOKAWA修正 */
.article-base__010 .content-aricle a {
  color: #2d75c7;
  word-break: break-all;
}

.article-base__010 .content-aricle a {
 text-decoration: none; 
}

.article-base__010 .content-aricle .c-entry-button{
 padding-bottom: 1em;
}
/* 20211110KADOKAWA修ここまで */


.article-base__010 .content-aricle h2 {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .article-base__010 .content-aricle h2 {
    font-size: 16px;
  }
}

.article-base__010 .content-aricle h2::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 1px;
  background-color: #000000;
  position: relative;
  top: -8px;
}

.article-base__010 .content-aricle h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.article-base__010 .content-aricle table {
  width: 100%;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

.article-base__010 .content-aricle table th {
  background-color: #E5E5E5;
  padding: 14px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.article-base__010 .content-aricle table td {
  background-color: #F5F5F5;
  padding: 14px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.article-base__010 .content-aricle ol {
  counter-reset: number;
  list-style: none;
}

.article-base__010 .content-aricle ol li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1.5em;
  font-size: 14px;
}

.article-base__010 .content-aricle ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  margin-right: 0.5em;
  position: absolute;
  left: 0;
}

.article-base__010 .content-aricle ul {
  list-style: none;
}

.article-base__010 .content-aricle ul li {
  padding-left: 2em;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
}

.article-base__010 .content-aricle ul li::before {
  content: "・";
  margin-right: 0.5em;
  position: absolute;
  left: 0;
}

.article-entry__010 a {
  color: #333333;
}

.article-entry__010 a i {
  margin-left: 0.5em;
}

.article-entry__010 a i {
  margin-left: 0.5em;
}


.footer-common{
  width: auto;
  background-color: transparent;
}
#footer-inc__common,
.footer-common>div{
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.footer-common .inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 40px;
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  .footer-common .inner {
    padding: 50px 40px;
  }
}

.footer-common .inner .col {
  width: 30%;
}
.footer-common .inner .col__t2 {
  width: 21%;
  position: relative;
  margin-right: 1%;
  box-sizing: border-box;
  padding-left: 1.5%;
}
.footer-common .inner .col__t2:last-of-type {
  margin-right: 0;
}

.footer-common .inner .col__t2.b1 {
  padding-left: 0;
  margin-right: 0;
}
.footer-common .inner .col__t2.e1 {
  width: 26%;
}
.footer-common .inner .col__t2.j1 {
  width: 18%;
}
.footer-common .inner .col__t2.j2 {
  width: 28%;
}


@media (max-width: 768px) {
  .footer-common {
    min-width: auto;
  }
  .footer-common .inner {
    width: auto;
    margin: 0;
    display: block;
    padding: 20px;
    justify-content: unset;
  }
  .footer-common .inner .col {
    width: auto;
    margin-bottom: 26px;
  }
  .footer-common .inner .col__t2 {
    width: auto !important;
    margin-bottom: 26px;
  }
  .footer-common .inner .col__t2.e1 {
    width: auto;
    margin-bottom: 0;
    padding-left: 5%;
  }
  .footer-common .inner .col__t2.j2 {
    display: none;
  }
}

.footer-common .inner .col__t2.j2 .s_eirHeading {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000000;
  background: transparent;
  display: block;
  padding: 0;
}

.footer-common .inner .col__t2.j2 .s_eirList_item {
  padding-top: 0;
  border: 0;
  position: relative;
  margin-top: 16px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item.s_eirList_item-pdf .eirItem_type::before {
  background: url(../images/icon_pdf.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item.s_eirList_item-xls .eirItem_type::before {
  background: url(../images/icon_xls.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item.s_eirList_item-xlsx .eirItem_type::before {
  background: url(../images/icon_xlsx.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item.s_eirList_item-doc .eirItem_type::before {
  background: url(../images/icon_doc.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item.s_eirList_item-ppt .eirItem_type::before {
  background: url(../images/icon_ppt.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item.s_eirList_item-pptx .eirItem_type::before {
  background: url(../images/icon_pptx.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item.s_eirList_item-zip .eirItem_type::before {
  background: url(../images/icon_zip.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item.s_eirList_item-url .eirItem_type::before {
  background: url(../images/icon_url.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .eirItem_type {
  display: none !important;
}

.footer-common .inner .col__t2.j2 .irItem_size {
  display: none !important;
}

.footer-common .inner .col__t2.j2 .s_titleBox_title .eirItem_type {
  display: block;
}

.footer-common .inner .col__t2.j2 .s_titleBox_title .irItem_size {
  display: block;
}

.footer-common .inner .col__t2.j2 .s_eirModule_title_label {
  vertical-align: top;
}

.footer-common .inner .col__t2.j2 .s_eirList_item_titleBox {
  display: flex;
  flex-wrap: wrap;
}

.footer-common .inner .col__t2.j2 .s_eirList_item_titleBox .s_eirModule_type {
  position: static;
  display: inline-block !important;
  right: 0;
  bottom: 0;
  font-size: 10px;
  order: 3;
}

.footer-common .inner .col__t2.j2 .s_eirList_item_titleBox .s_eirModule_type::before {
  content: "";
  display: block;
  background: url(../images/icon_pdf.png) no-repeat 50% 0;
  background-size: 25px;
  width: 100%;
  height: 28px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item_titleBox .s_eirModule_type .s_eirModule_type_icon-pdf {
  visibility: hidden;
}

.footer-common .inner .col__t2.j2 .s_eirList_item_titleBox .s_eirModule_type.pdf::before {
  background: url(../images/icon_pdf.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item_titleBox .s_eirModule_type.doc::before {
  background: url(../images/icon_doc.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item_titleBox .s_eirModule_type.docx::before {
  background: url(../images/icon_docx.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item_titleBox .s_eirModule_type.ppt::before {
  background: url(../images/icon_ppt.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item_titleBox .s_eirModule_type.pptx::before {
  background: url(../images/icon_pptx.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item_titleBox .s_eirModule_type.url::before {
  background: url(../images/icon_url.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item_titleBox .s_eirModule_type.xls::before {
  background: url(../images/icon_xls.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item_titleBox .s_eirModule_type.xlsx::before {
  background: url(../images/icon_xlsx.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .s_eirList_item_titleBox .s_eirModule_type.zip::before {
  background: url(../images/icon_zip.png) no-repeat 50% 0;
  background-size: 25px;
}

.footer-common .inner .col__t2.j2 .s_eirModule_title {
  margin-right: 10px;
  order: 1;
}

.footer-common .inner .col__t2.j2 .s_eirModule_size {
  order: 2;
  position: static;
  display: inline-block;
  right: 0;
  bottom: 0;
}

.footer-common .inner .col__t2.j2 .s_titleBox_comment {
  order: 3;
  width: 100%;
}

.footer-common .inner .col__t2.j2 .s_eirList_item_size {
  display: none;
}

@media (max-width: 768px) {
  .footer-common .inner .col__t2.j3 {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer-common .inner .col__t2.j4 {
    display: none;
  }
}

.footer-common .inner .col__t2.j4 .s_eirModule_thumbnail_img {
  width: auto;
  height: 67px;
  background-color: #ffffff;
}

.footer-common .inner .col__t2.j4 .s_eirList_item {
  padding-top: 0;
}

.footer-common .inner .col__t2.j4 .s_eirModule_thumbnail {
  width: 100%;
}

.footer-common .inner .col__t2.j4 .s_eirModule_titleBox {
  display: none;
}

.footer-common .inner .col__t2.e2 {
  width: 30%;
}

@media (max-width: 768px) {
  .footer-common .inner .col__t2.e2 {
    width: auto;
    padding-left: 5%;
  }
}

.footer-common .inner .col__t2.e3 {
  width: 40%;
}

@media (max-width: 768px) {
  .footer-common .inner .col__t2.e3 {
    width: auto;
    padding-left: 5%;
    display: none;
  }
}

.footer-common .inner .col__t2.e3 .s_eirModule_thumbnail_img {
  width: auto;
  height: 67px;
  background-color: #ffffff;
}

.footer-common .inner .col__t2.e3 .s_eirList_item {
  padding-top: 0;
}

.footer-common .inner .col__t2.e3 .s_eirModule_thumbnail {
  width: 100%;
}

.footer-common .inner .col__t2.e3 .s_eirModule_titleBox {
  display: none;
}

.footer-common .inner .col__t2.border {
  border-left: 1px solid #CCCCCC;
  position: relative;
}

.footer-common .inner .col__t2.border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 65px;
  width: 5px;
  background-color: #000066;
}

.footer-common .inner.nf {
  display: block;
}

@media (max-width: 768px) {
  .footer-common .inner.nf {
    padding: 20px 0;
  }
}

#include-footer-common,
.footer-nav {
  float: none;
  display: block;
  width: auto;
  margin: 0;
  background-color: #F5F5F5;
}

.footer-copyright {
  background-color: #000066;
}

.footer-copyright.accept {
  padding-bottom: 140px;
}

.footer-copyright .logo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .footer-copyright .logo {
    text-align: center;
    padding-top: 35px;
  }
}
.footer-copyright .logo img {
  width: 200px;
  margin: auto;
}

.footer-copyright .copyright {
  text-align: center;
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer-copyright .copyright {
    text-align: center;
  }
}

.category {
  font-size: 12px;
  color: #ffffff;
  background-color: #0079C4;
  padding: 2px 4px;
}

@media (max-width: 768px) {
  .category {
    display: inline-block;
  }
}

.category.type__010 {
  background-color: #0079C4;
}

.category.type__020 {
  background-color: #00BCC4;
}

.category.type__030 {
  background-color: #24C36D;
}

.category.type__040 {
  background-color: #9fc324;
}

.pickup-item__image img {
  width: 100%;
}

.pickup-item__ttl {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: bold;
}

.pickup-item__txt {
  margin-top: 0;
}

@media (max-width: 768px) {
  .pickup-item {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .pickup-item:first-child {
    margin-top: 0;
  }
}

.image-base__010 {
  margin: 0;
}

.image-base__010 img {
  width: 100%;
}

.image-base__010 .caption {
  padding-top: 10px;
}

.image-base__010 .caption.left {
  text-align: left;
}

.image-base__010 .caption.center {
  text-align: center;
}

.image-base__010 .caption.right {
  text-align: right;
}

.icon-base__blue01::before {
  content: "■";
  display: inline-block;
  color: #ABCFE5;
  margin-right: 0.5em;
}

.icon-base__blue02::before {
  content: "■";
  display: inline-block;
  color: #39A1DC;
  margin-right: 0.5em;
}

.icon-base__blue03::before {
  content: "■";
  display: inline-block;
  color: #5CD0E9;
  margin-right: 0.5em;
}

.icon-base__blue04::before {
  content: "■";
  display: inline-block;
  color: #3271B9;
  margin-right: 0.5em;
}

.icon-plus {
  position: absolute;
}

.icon-plus span {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
}

.icon-plus span::before {
  position: absolute;
  top: 5px;
  left: 13px;
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #333;
  transform: translateX(-50%);
}

.icon-plus span::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #333;
  top: 0;
  left: 0;
  transform: rotate(90deg);
}

.icon-external span::after {
  content: "";
  background: url(../images/icon_external.png);
  display: inline-block;
  width: 18px;
  height: 18px;
  position: static;
  right: 0;
  top: 0;
}

.icon-external.white span::after {
  content: "";
  background: url(../images/icon_external_white.png);
  display: inline-block;
  width: 18px;
  height: 18px;
  position: static;
  right: 0;
  top: 0;
}

.icon-files {
  display: block;
  text-align: center;
}

.icon-files::before {
  content: "";
  display: block;
  background-size: 25px;
  width: 25px;
  height: 28px;
  margin: 0 auto;
}

.icon-files.pdf::before {
  background: url(../images/icon_pdf.png) no-repeat 0 0;
  background-size: 25px;
}

.icon-files.doc::before {
  background: url(../images/icon_doc.png) no-repeat 0 0;
  background-size: 25px;
}

.icon-files.docx::before {
  background: url(../images/icon_docx.png) no-repeat 0 0;
  background-size: 25px;
}

.icon-files.ppt::before {
  background: url(../images/icon_ppt.png) no-repeat 0 0;
  background-size: 25px;
}

.icon-files.pptx::before {
  background: url(../images/icon_pptx.png) no-repeat 0 0;
  background-size: 25px;
}

.icon-files.url::before {
  background: url(../images/icon_url.png) no-repeat 0 0;
  background-size: 25px;
}

.icon-files.xls::before {
  background: url(../images/icon_xls.png) no-repeat 0 0;
  background-size: 25px;
}

.icon-files.xlsx::before {
  background: url(../images/icon_xlsx.png) no-repeat 0 0;
  background-size: 25px;
}

.icon-files.zip::before {
  background: url(../images/icon_zip.png) no-repeat 0 0;
  background-size: 25px;
}

.active .icon-plus span::after {
  display: none;
}

.isPC {
  visibility: visible;
}

@media (max-width: 768px) {
  .isPC {
    display: none;
    visibility: hidden;
  }
}

.isSP {
  visibility: hidden;
}

@media (max-width: 768px) {
  .isSP {
    visibility: visible;
  }
}

.isPC2 {
  display: block;
}

@media (max-width: 768px) {
  .isPC2 {
    display: none;
  }
}

.isSP2 {
  display: none;
}

@media (max-width: 768px) {
  .isSP2 {
    display: block;
  }
}

.btn-pagetop {
  position: fixed;
  display: none;
  bottom: 24px;
  right: 24px;
  z-index: 100;
}

.icon-play {
  background: url("../images/icon-play.svg") no-repeat 0 0;
  background-size: contain;
  width: 132px;
  height: 132px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (max-width: 991px) {
  .icon-play {
    width: 66px;
    height: 66px;
    margin-top: -40px;
  }
}

a.zoom-image {
  display: block;
  position: relative;
  overflow: hidden;
  color: #333333;
  display: block;
}

a.zoom-image:hover {
  text-decoration: none;
}

a.zoom-image img {
  transition: transform .6s ease;
}

a.zoom-image__icon {
  transition: opacity .4s;
}

a.zoom-image:hover .zoom-image__icon {
  opacity: .6;
  transition: opacity .4s;
}

.movie-col2 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 48px;
}

@media (max-width: 991px) {
  .movie-col2 {
    display: block;
  }
}

.movie-col2 .movie-item {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 48px;
}

@media (max-width: 991px) {
  .movie-col2 .movie-item {
    width: 100%;
  }
}

.movie-col2 .movie-item:nth-child(even) {
  margin-right: 0;
}

.movie-col2 .movie-item .list-lang {
  padding-top: 10px;
  position: static;
  justify-content: flex-end;
}

.movie-item {
  position: relative;
}

.movie-item__image {
  position: relative;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
}

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

.movie-item__image .icon-play{
  margin-top:0;
  top:50%;
}

.movie-item .list-lang {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}

@media (max-width: 991px) {
  .movie-item .list-lang {
    position: static;
    justify-content: flex-end;
    padding-top: 10px;
  }
}

.movie-item .list-lang .item {
  margin-right: 15px;
}

.movie-item .list-lang .item a {
  background-color: #F0F0F0;
  color: #333333;
  padding: 8px 0;
  width: 120px;
  display: block;
  text-align: center;
  position: relative;
  font-size: 12px;
}

.movie-item .list-lang .item a::after {
  content: "";
  background: url(../images/icon_arrow_0001.png) no-repeat 0 0;
  display: inline-block;
  width: 9px;
  height: 15px;
  background-size: 100%;
  position: absolute;
  top: 35%;
  right: 10px;
  transition: right .3s;
}

.movie-item .list-lang .item a:hover {
  text-decoration: none;
}

.movie-item .list-lang .item a:hover::after {
  right: 7px;
  transition: right .5s;
}

.movie-item .list-lang .item:last-child {
  margin-right: 0;
}

.movie-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.movie-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.movie-modal__inner {
  width: 890px;
  max-width: 90.625vw;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1500;
}

.movie-modal iframe {
  width: 100%;
  height: 100%;
}

.movie-modal__close {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  right: 0;
  transform: translate(50%, -50%);
  text-indent: -9999px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .movie-modal__close {
    top: -40px;
    right: 0;
  }
}

.movie-modal__close:hover {
  opacity: .7;
}

.movie-modal__close:before, .movie-modal__close:after {
  content: "";
  width: 25px;
  height: 1px;
  background: #16194c;
  position: absolute;
  top: 50%;
  left: 50%;
}

.movie-modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.movie-modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 991px) {
  .movie-modal__inner {
    height: 51.25vw;
  }
  .movie-modal__close {
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
  }
  .movie-modal__close:before, .movie-modal__close:after {
    width: 20px;
  }
}

.swiper-container.w2 {
  width: 100%;
}

.swiper-container.w2 .swiper-wrapper {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .swiper-container.w2 .swiper-wrapper {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .swiper-container.w2 .swiper-wrapper {
    width: 100%;
  }
}

.swiper-container.w2 .swiper-wrapper .swiper-slide {
  width: 1200px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .swiper-container.w2 .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .swiper-container.w2 .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}

.swiper-container.w2 .swiper-wrapper .swiper-slide img {
  max-width: 1200px;
}

.swiper-wrapper {
  width: 670px;
  /* width: 1200px; */
}

/* .swiper-pagination { */
@media (max-width: 768px) {
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }
}

.swiper-pagination {
  position: relative;
  padding-top: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 12px;
  height: 12px;
  border-radius: 0;
  opacity: 1;
  background: none;
}

@media (max-width: 768px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  /* transform: rotate(45deg); */
  transition: background-color .3s ease;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .swiper-pagination .swiper-pagination-bullet::after {
    width: 6px;
    height: 6px;
  }
}

.swiper-pagination .swiper-pagination-bullet::after {
  background: rgba(0, 0, 102, 0.4);
}

.swiper-pagination .swiper-pagination-bullet-active::after {
  background: #000066;
}

.swiper-slide {
  /* width: 58.8%; */
  /* width: 100%; */
  /* width: 1200px !important; */
  /* width: 70%; */
  /* width: 1200px; */
}

.swiper-slide img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/icon-arrow.svg");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/icon-arrow.svg");
  transform: rotate(180deg);
}

.swiper-button-next, .swiper-button-prev {
  height: 118px;
  width: 16px;
  background-size: 5px 15px;
  margin-top: -59px;
  background-color: #fff;
  border-radius: 5px;
  opacity: .8;
}

@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    height: 80px;
    width: 39px;
    margin-top: -40px;
    background-size: 10px 15px;
  }
}

.swiper-button-next {
  right: 0;
}

@media (max-width: 768px) {
  .swiper-button-next {
    right: -1%;
    display: none;
  }
}

.swiper-button-prev {
  left: 0;
}

@media (max-width: 768px) {
  .swiper-button-prev {
    left: -1%;
    display: none;
  }
}

.sec-hero a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: block;
}

.sec-hero a:hover {
  opacity: 0.8;
}

/*
  // pc only
  @media (min-width: 769px) {
          margin: 1em 0;
          .swiper-container {
                  padding-bottom: 40px;
          }
  }
  // sp only
  @include media-breakpoint-down(xs) {
  @media (max-width: 768px)
  margin: $spacer-s $side-space-s;
  .swiper-container {
          padding-bottom: 40px;
  }
  .swiper-pagination {
          .swiper-pagination-bullet {
          margin: 0 4px;
          width: 14px;
          height: 14px;
          &::after {
                  width: 10px;
                  height: 10px;
          }
          }
  }
  }
  */
.about-item a,
.list-pager .item a,
.btn-base__040,
.btn-base__080 a,
.btn-base__090 a,
.img-base__020 a,
.list-base__090 .item a,
.list-base__120 .item a,
.list-base__140 .item a,
.list-base__190 .item a,
.ttl-base__030 a,
.list-base__080 .item,
.movie-item__image,
.list-base__040 .item a,
.logo a,
.list-subglobal li a {
  opacity: 1;
  transition: opacity .2s;
}

.about-item a:hover,
.list-pager .item a:hover,
.btn-base__040:hover,
.btn-base__080 a:hover,
.btn-base__090 a:hover,
.img-base__020 a:hover,
.list-base__090 .item a:hover,
.list-base__120 .item a:hover,
.list-base__140 .item a:hover,
.list-base__190 .item a:hover,
.ttl-base__030 a:hover,
.list-base__080 .item:hover,
.movie-item__image:hover,
.list-base__040 .item a:hover,
.logo a:hover,
.list-subglobal li a:hover {
  opacity: .5;
  transition: opacity .5s;
}

.article_entry.topics {
  padding-top: 60px;
}

.article_entry .col2 {
  display: flex;
}

.article_entry .col2 .images {
  width: 20%;
  margin-right: 2%;
}

.article_entry .col2 .details {
  width: 78%;
}

.article_entry h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.article_entry h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.article_entry p {
  margin-bottom: 60px;
  font-size: 16px;
}

.article_entry img {
  width: 100%;
  margin-bottom: 60px;
}

.article_entry hr {
  margin-bottom: 60px;
  margin-top: 0;
  border-top: 1px solid #cccccc;
}

.btn-base__010,
.list-base__010 a,
.list-base__020 a,
.list-base__030 a,
.btn-pagetop a,
.hover {
  opacity: 1;
  transition: background-color .5s, border-radius .5s,opacity .5s;
}

.btn-base__010:hover,
.list-base__010 a:hover,
.list-base__020 a:hover,
.list-base__030 a:hover,
.btn-pagetop a:hover,
.hover:hover {
  opacity: .6;
  transition: background-color .3s, border-radius .3s,opacity .3s;
}

.c-center {
  text-align: center;
}

.c-right {
  text-align: right;
}

.img-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .img-right {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
  }
}

.img-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .a-order__020 {
    display: block;
    margin-bottom: 20px;
  }
}

.f-box {
  display: flex;
}

@media (max-width: 768px) {
  .f-box {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
  }
}

.f-box .a-order__011 {
  width: 750px;
}

@media (max-width: 768px) {
  .f-box .a-order__011 {
    width: 100%;
  }
}

.f-box .a-order__021 {
  width: 230px;
}

@media (max-width: 768px) {
  .f-box .a-order__021 {
    width: 100%;
  }
}

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

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

.c-accent_010 {
  color: #dc0119;
}

.c-hide {
  display: none;
}

.c-text__S {
  font-size: 12px !important;
}

@media (max-width: 768px) {
  .c-text__S {
    font-size: 12px !important;
  }
}

.c-text__L {
  font-size: 24px !important;
}

@media (max-width: 768px) {
  .c-text__L {
    font-size: 18px !important;
  }
}

.c-text__XL {
  font-size: 38px !important;
}

@media (max-width: 768px) {
  .c-text__XL {
    font-size: 24px !important;
  }
}

.c-text__XXL {
  font-size: 45px;
}

.c-note {
  font-size: 80%;
}

.c-new::after {
  content: "NEW";
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  border-radius: 100%;
  color: #FFFFFF;
  background-color: #ea68a2;
}

.c-keyColor {
  color: #de0f23;
}

.a-view__pc {
  display: block;
}

@media (max-width: 768px) {
  .a-view__pc {
    display: none;
  }
}

.a-view__sp {
  display: none;
}

@media (max-width: 768px) {
  .a-view__sp {
    display: block;
  }
}

.cont1colBlock {
  padding: 40px 0 60px 0;
}

.cont1colBlock .commonTtl05 {
  font-weight: 900;
}

.cont1colBlock .txtOra {
  color: #dc0119;
}

.cont1colBlock dl.item dt {
  font-weight: 900;
}

.cont1colBlock dl.item dd {
  margin-bottom: 1em;
}

.cont1colBlock .formTbl {
  width: 100%;
  margin: 0;
  margin-bottom: 40px;
}

.cont1colBlock .formTbl td {
  padding: 8px;
  border: 1px solid #999999;
  text-align: left;
  padding: 20px;
}

.cont1colBlock .formTbl td .hissu {
  color: #fff;
  background-color: #dc0019;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 6px;
  margin-bottom: 6px;
}

.cont1colBlock .formTbl td .field-1 {
  display: block;
  width: 100%;
}

.cont1colBlock .formTbl th {
  padding: 8px;
  border: 1px solid #999999;
  font-weight: normal;
  text-align: left;
  padding: 20px;
  background-color: #f5f5f5;
  font-weight: 900;
}

.cont1colBlock .formTbl__020 {
  width: 100%;
  margin: 0;
  margin-bottom: 40px;
}

.cont1colBlock .formTbl__020 .td_010 {
  padding: 8px;
  border: 1px solid #999999;
  text-align: left;
  padding: 20px;
}

.cont1colBlock .formTbl__020 .td_010 .w50 {
  width: 60px;
}

.cont1colBlock .formTbl__020 .td_010 .hissu {
  color: #fff;
  background-color: #dc0019;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 6px;
  margin-bottom: 6px;
}

.cont1colBlock .formTbl__020 .td_010 .field-1 {
  display: block;
  width: 100%;
}

.cont1colBlock .formTbl__020 .td_010 p {
  margin-bottom: 0.5em;
}

.cont1colBlock .formTbl__020 .td_010 label {
  margin-bottom: 0;
}

.cont1colBlock .formTbl__020 .td_010 textarea {
  display: block;
  width: 600px;
}

@media (max-width: 768px) {
  .cont1colBlock .formTbl__020 .td_010 textarea {
    width: 100%;
  }
}

.cont1colBlock .formTbl__020 .td_010 table th {
  padding-bottom: 0.5em;
  padding: 0 0.5em 1em 0;
  min-width: 2.5em;
}

.cont1colBlock .formTbl__020 .td_010 table td {
  padding: 0 0.5em 1em 0;
}

.cont1colBlock .formTbl__020 .td_010 .checkArea01 dt {
  display: inline-block;
  vertical-align: top;
}

.cont1colBlock .formTbl__020 .td_010 .checkArea01 dd {
  display: inline-block;
  vertical-align: top;
}

.cont1colBlock .formTbl__020 .th_010 {
  padding: 8px;
  border: 1px solid #999999;
  font-weight: normal;
  text-align: left;
  padding: 20px;
  background-color: #f5f5f5;
  font-weight: 900;
}

.cont1colBlock .colSpiralText {
  border-top: 1px solid #000000;
  padding-top: 60px;
}

.cont1colBlock .commonFormNavBlock {
  margin-bottom: 60px;
}

.cont1colBlock .commonFormNavBlock ul {
  display: flex;
  justify-content: center;
}

.cont1colBlock .commonFormNavBlock ul li {
  padding: 10px 20px;
}

.cont1colBlock .commonFormNavBlock ul li::after {
  content: ">";
  display: inline-block;
  margin-left: 20px;
}

.cont1colBlock .commonFormNavBlock ul li:last-child::after {
  display: none;
}

.cont1colBlock .commonFormNavBlock ul li.active {
  border-bottom: 3px solid #666666;
}
/*eir.css_230227差し替えここから*/
/* --------------------------------------------------------
* 全体設定
* -------------------------------------------------------*/
.eir *,
.eirTarget_zipDownload *,
.eirTarget_pdfNote *,
.eirTarget_pnexNote *,
.eirTarget_yuhoNote *,
.eirTarget_rss_59846 *,
.eirTarget_yuhoCsv_741478 *,
.eirTarget_latestFiscalYm_eirSampleArea *,
.eirTarget_latestQuarter_eirSampleArea *,
.eir_controller_year *,
.eir_controller_newstype *,
.eirTarget_calendarImg *{
    box-sizing:border-box;
    line-height: normal;
}


/* --------------------------------------------------------
* eirBlock
* -------------------------------------------------------*/
.s_eirBlock {
    display:block;
}
section.s_eirBlock {
}
.s_eirBlock:last-child {
    padding-bottom:0;
}
.s_eirBlock:first-child {
    margin-top:0;
}
.s_eirQuarterBlock {
    margin-bottom: 60px;
}
.s_eirBlock:last-child .s_eirQuarterBlock {
    margin-bottom: 0;
}


/* --------------------------------------------------------
* eir年タイトル
* -------------------------------------------------------*/
.s_eirHeading {}
.s_eirQuarter {}


/* --------------------------------------------------------
* EIRリスト
* -------------------------------------------------------*/
.s_eirItem {
    display: flex;
}
.s_eirList {
	margin:0;
	padding:0;
	list-style:none;
}

@media screen and (max-width: 768px) {
    .s_eirItem {
        flex-wrap: wrap;
    }
}


/*　EIRリスト > アイテム
--------------------------------------------------------*/
.s_eirList_item {
    display: flex;
    margin-top:20px;
    padding-top:20px;
    border-top: 1px solid #CCC;
}
.s_eirList_item:first-child {
    margin-top:0;
    border:0;
}
.s_eirList_item {
    display: flex;
}
.s_eirModule_eirItem > * {
    margin-left: 20px;
}
.s_eirModule_eirItem > *:first-child {
    margin-left: 0;
}
.s_eirList_item-all_link {
    display: block;
}

@media screen and (max-width: 768px) {
    .s_eirList_item {
        flex-direction: column;
    }
    .eir .s_eirList_item {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .s_eirList_item::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        order: 6;
    }
}


/*　EIRリスト > アイテム（訂正）
--------------------------------------------------------*/
.eirItem_child {
    border-top:0;
    margin-top:0;
}
.eirItem_child .eirItem_head {
    visibility:hidden;
}
.eirItem_child .s_eirModule_titleBox {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.eirItem_child .s_eirModule_titleBox::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 8px;
    border: 2px solid #000;
    border-right: none;
    border-top: none;
    position: absolute;
    top: 0.2rem;
    left: 0;
}

@media screen and (max-width: 768px) {
    .eirItem_child .eirItem_head {
        display:none;
    }
}


/*　EIRリスト > アイテム　付与クラス一覧
--------------------------------------------------------*/
/* 
.cat-news-tanshin,
.cat-news-yuho,
.cat-news-press,
.cat-news-pr,
.cat-news-announcement,
.cat-news-ir_material,
.cat-news-ir_material_for_fiscal_ym,
.cat-news-cgr_ds,
.cat-news-cgr_do,
.cat-news-gms,
.cat-news-custom_type {
} 
.cat-sub-announcement,
.cat-sub-ir_material,
.cat-sub-ir_material_for_fiscal_ym,
.cat-sub-custom_type1,
.cat-sub-id0 {
} 
.cat-num-1,
.cat-num-2,
.cat-num-3,
.cat-num-4 {
}
.s_eirList_item-url,
.s_eirList_item-pdf,
.s_eirList_item-xlsx,
.s_eirList_item-xls,
.s_eirList_item-docx,
.s_eirList_item-doc,
.s_eirList_item-pptx,
.s_eirList_item-ppt,
.s_eirList_item-zip,
.s_eirList_item-space {
}
.s_eirList_item-q_100,
.s_eirList_item-q_30,
.s_eirList_item-q_20,
.s_eirList_item-q_10,
.s_eirList_item-q_0 {
}
.s_eirList_item-thum_true,
.s_eirList_item-thum_false {
}
*/


/*　EIRリスト > 日付
--------------------------------------------------------*/
.s_eirModule_date {
    white-space: nowrap;
    /* 日付の表示形式によって幅の修正が必要 */
    /* width: 6rem; */
}


/*　EIRリスト > サムネイル
--------------------------------------------------------*/
.s_eirModule_thumbnail {
    width: 200px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
}
.s_eirModule_thumbnail_img {
	width:100%;
	height:auto;
	margin:0;
	border:1px solid #ccc;
}


/*　EIRリスト > カテゴリアイコン
--------------------------------------------------------*/
.s_eirModule_category {
    width: 100px;
}
.s_eirModule_category_icon {
	display:inline-block;
	width:100px;
	background-color:#333;
	vertical-align:top;
	padding:3px 0;
	text-align:center;
	color:#FFF;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
    font-size: 10px;
}


/*　EIRリスト > カテゴリアイコン（画像）
--------------------------------------------------------*/
.s_eirModule_category_image {
    /* display: flex; */
    display: none;
    align-items: center;
    height: 24px;
}
.s_eirModule_category_image::before {
    content: '';
    width: 40px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
}
.cat-news-tanshin .s_eirModule_category_image::before {
    background-image: url(../img/category_icon/tanshin.gif);
}
.cat-news-press .s_eirModule_category_image::before {
    background-image: url(../img/category_icon/press.gif);
}
.cat-news-pr .s_eirModule_category_image::before {
    background-image: url(../img/category_icon/pr.gif);
}
.cat-news-yuho .s_eirModule_category_image::before {
    background-image: url(../img/category_icon/yuho.gif);
}
.cat-sub-material .s_eirModule_category_image::before {
    background-image: url(../img/category_icon/material.gif);
}


/*　EIRリスト > タイトルBOX
--------------------------------------------------------*/
.s_eirModule_titleBox {
    display:block;
    flex-grow: 1;
    /* 日付 + 余白 */
    /* width: calc(100% - (6rem + 20px)); */
}

/*.s_titleBox_title {
    display: inline;
    display: none;
}
*/

@media screen and (max-width: 768px) {
    .s_eirModule_titleBox {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
}


/*　EIRリスト > タイトル（書類名）
--------------------------------------------------------*/
.s_eirModule_title { 
    display: inline;
}
.s_eirModule_title_link {}
.eirItem_title_text {}
.s_eirModule_title_label {}


/*　EIRリスト > 固定文言
--------------------------------------------------------*/
.s_eirModule_title_static {
    display: inline;
    /*display: none;*/
}
.s_eirModule_title_static::before {
    content: '';
    display: inline;
}


/*　EIRリスト > アイテムタイプアイコン
--------------------------------------------------------*/
.s_eirModule_type {}
.s_eirModule_type_icon {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
    margin-left:5px;
    line-height: 15px;
    color:#FFF;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
    font-size: 10px;
}


/*　EIRリスト > アイテムタイプアイコン（CSS）
--------------------------------------------------------*/
.s_eirModule_type_icon-pdf {
    background-color:#ee3d23;
}
.s_eirModule_type_icon-url {
    background-color:#2196F3;
    display:none;
}
.s_eirModule_type_icon-doc,
.s_eirModule_type_icon-docx {
    background-color:#3F51B5;
    display:none;
}
.s_eirModule_type_icon-xls,
.s_eirModule_type_icon-xlsx {
    background-color:#4CAF50;
    display:none;
}
.s_eirModule_type_icon-ppt,
.s_eirModule_type_icon-pptx {
    background-color:#FF5722;
    display:none;
}
.s_eirModule_type_icon-zip {
    background-color:#607D8B;  
    display:none;  
}
.s_eirModule_type_icon-space {
    display:none;
}


/*　EIRリスト > アイテムタイプアイコン（画像）
--------------------------------------------------------*/
.s_eirModule_type_figure {
    display:none;
    margin:0 5px 0 0;
}
.s_eirModule_type_figure_image {
    height:15px;
    vertical-align:middle;
}
.s_eirModule_type_figure_image-url,
.s_eirModule_type_figure_image-doc,
.s_eirModule_type_figure_image-docx,
.s_eirModule_type_figure_image-xls,
.s_eirModule_type_figure_image-xlsx,
.s_eirModule_type_figure_image-ppt,
.s_eirModule_type_figure_image-pptx,
.s_eirModule_type_figure_image-zip,
.s_eirModule_type_figure_image-space {
    display:none;
}


/*　EIRリスト > サイズ表示（KB）
--------------------------------------------------------*/
.s_eirModule_size {}


/*　EIRリスト > ページ数
--------------------------------------------------------*/
.s_eirModule_page_num {}


/*　EIRリスト > NEWアイコン
--------------------------------------------------------*/
.s_eirModule_new {}
.s_eirModule_new_icon {
    display: inline-block;
    background-color:#F90;
    vertical-align: middle;
    padding: 0px 10px;
    line-height: 15px;
    color:#FFF;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
    font-size: 10px;
}


/*　EIRリスト > NEWアイコン（画像）
--------------------------------------------------------*/
.s_eirModule_new_image {
    /* display: flex; */
    display: none;
    align-items: center;
    height: 24px;
}
.s_eirModule_new_image::before {
    content: '';
    width: 26px;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../img/new_icon.gif);
}


/*　EIRリスト > テキスト
--------------------------------------------------------*/
.s_eirModule_text {}


/*　EIRリスト > コメント
--------------------------------------------------------*/
.s_eirModule_comment {
    font-size: 80%;
}


/*　基本パターン（タイトルBOX内を表示）
--------------------------------------------------------*/
.s_titleBox_type,
.s_titleBox_size,
.s_titleBox_page_num,
.s_titleBox_new {
    display: inline;
}
.s_titleBox_text,
.s_titleBox_comment {
    display: block;
}
.s_titleBox_title_link_static,
.s_titleBox_title_text_static {
    display: none;
}
.s_eirList_item_type,
.s_eirList_item_size,
.s_eirList_item_page_num,
.s_eirList_item_new,
.s_eirList_item_text,
.s_eirList_item_comment {
    display: none;
}


/* EIRリスト > 表示順変更
* -------------------------------------------------------*/
.s_eirList_item_date {
    order: 1;
}
.s_eirList_item_thumbnail {
    order: 2;
}
.s_eirList_item_category {
    order: 3;
}
.s_eirList_item_category_second {
    order: 4;
}
.s_eirList_item_titleBox {
    order: 5;
}
.s_eirList_item_type {
    order: 6;
}
.s_eirList_item_size {
    order: 7;
}
.s_eirList_item_page_num {
    order: 8;
}
.s_eirList_item_new {
    order: 9;
}
.s_eirList_item_text {
    order: 10;
}
.s_eirList_item_comment {
    order: 11;
}

/* --------------------------------------------------------
* Year Controller
* -------------------------------------------------------*/
.s_yearController {
    margin-bottom: 30px;
}
.s_eirSelect {
    padding:10px 40px 10px 10px;
    max-width: 100%;
}
.s_eirAnchor {
    display: flex;
    flex-wrap:wrap;
	margin:0;
	padding:0;
	list-style:none;
}
.s_eirAnchor li {
    margin-right:20px;
}
.s_eirAnchor li:last-child {
    margin-right:0;
}
.s_eirAnchor a:before {
    display:inline-block;
    content: "";
    border: 5px solid transparent;
    border-top: 5px solid #333;
    margin-right:5px;
}

@media screen and (max-width: 768px) {
    .s_eirAnchor {
        width:100%;
        justify-content: space-between;
    }
    .s_eirAnchor li {
        width:20%;
        margin-right:0;
        margin-top:2%;
    }
    .s_eirAnchor li a {
        width:auto;
    }
}


/* --------------------------------------------------------
* Newstype Controller
* -------------------------------------------------------*/
.s_newsTypeController {
	margin-bottom: 30px;
}
.s_eirTab {
    display: flex;
    margin:0;
    padding:0;
    list-style:none;
}
.s_eirTab li {
	width: 100%;
	border: 2px solid #333;
	background-color:#FFF;
}
.s_eirTab li + li {
	border-left-width: 0;
}
.s_eirTab li:last-child {
	margin-right:0;
}
.s_eirTab li a {
	display:block;
	width: 100%;
	height:100%;
	padding: 10px 10px;
	color:#333;
	text-align:center;
	text-decoration:none;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.s_eirTab li.active a,
.s_eirTab li:hover a {
    color:#FFF;
    background-color:#333;
}

@media screen and (max-width: 768px) {
    .s_eirTab {
        width:100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .s_eirTab li {
        width:49%;
        /* margin-right:0; */
        margin-top:2%;
        border-left-width: 2px;
    }
    .s_eirTab li + li {
        border-left-width: 2px;
    }
    .s_eirTab li a {
        width:auto;
    }
}


/* --------------------------------------------------------
* Note
* -------------------------------------------------------*/
.eir_pdfNote_item,
.eir_pnexNote_item,
.eir_yuhoNote_item{
}
.eir_pdfNote img,
.eir_pnexNote img {
    width: auto;
}

/* PDF注記
* -------------------------------------------------------*/
.eir_pdfNote {
    margin-top: 30px;
}
.eir_pdfNote {
    display: flex;
}
.eir_pdfNote_item {
    margin-left:20px; 
}
.eir_pdfNote_item:first-child {
    margin-left:0; 
}

/* PNEX注記
* -------------------------------------------------------*/
.eir_pnexNote {
    margin-top: 30px;
}
.eir_pnexNote_item-right {
    text-align:right;
}

/* 外部リンクアイコン*/
.eir_pnexNote_item:first-of-type a[target="_blank"]::after {
}

/* 有報注記
* -------------------------------------------------------*/
.eir_yuhoNote {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .eir_pdfNote {
        flex-direction: column;
    }
    .eir_pdfNote_item {
        margin-left:0; 
    }
    .eir_pdfNote_item:first-child {
        margin-bottom: 10px; 
    }
}


/* --------------------------------------------------------
* Governance
* -------------------------------------------------------*/
.eir[class*="area_governance"] .s_eirList_item {
    display: block;
    text-align:right;
}
.eir[class*="area_governance"] .noDataText {
    display:none;
}
.eir[class*="area_governance"]  .s_eirModule_titleBox {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .eir[class*="area_governance"] .s_eirList_item {
        text-align:left;
    }
}

/* --------------------------------------------------------
* IR Calendar
* -------------------------------------------------------*/
.eirCalendar_figure {
	display:flex;
	justify-content: center;;
	padding:0;
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}
.eirCalendar_image:nth-child(2) {
    margin-left:2px;
}
.eirCalendarNote {
    margin-top:30px;
}
.eirCalendar_image {
	width:50%;
}

@media screen and (max-width: 768px) {
	.eirCalendar_figure {
		flex-direction: column;
		max-width:424px;
		width:100%;
    }
	.eirCalendar_image {
	    width: 100%;
    }
	.eirCalendar_image:nth-child(2) {
		margin-left:0;
    }
}


/* --------------------------------------------------------
* share
* -------------------------------------------------------*/
.s_eir_MoreBtn_link a {
    background-color:#FFF;
    border:2px solid #333;
    color:#333;
    padding:15px;
    text-align:center;
    text-decoration:none;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    margin-top:30px;
    display: block;
}
.s_eir_MoreBtn_link a:hover {
    color:#FFF;
	background-color:#333;
	text-decoration:none;
}


/* --------------------------------------------------------
* RSS
* -------------------------------------------------------*/
.eir_rss {
    text-align:right;
}
.eir_rss_image {
    width:16px;
}


/* --------------------------------------------------------
* yuhoCsv
* -------------------------------------------------------*/
.eir_yuhoCsv_item {
    margin-top:20px; 
}
.eir_yuhoCsv_item:first-child {
    margin-top:0; 
}
.eir_yuhoCsv_item_link {
    display:block;
    width:250px;
	background-color:#FFF;
	padding:15px;
	border:1px solid #333;
	color:#333;
	text-align:center;
	text-decoration:none;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;	
}
.eir_yuhoCsv_item_link:hover {
	color:#FFF;
	background-color:#333;
	text-decoration:none;
}

@media screen and (max-width: 768px) {
	.eir_yuhoCsv_item_link {
		width:100%;
    }
}


/* --------------------------------------------------------
* BoxList
* -------------------------------------------------------*/
.s_eirBoxList {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.s_eirBoxList_item {
	width: 33.3%;/*★並べる数を変更する場合％変更*/
	border-left:#e8e8e8  solid 1px;
	border-bottom:#e8e8e8  solid 1px;
	padding: 20px;
}
.s_eirBoxList_item:nth-child(-n+3) {
	border-top:#e8e8e8  solid 1px;
}
.s_eirBoxList_item:nth-child(3n),
.s_eirBoxList_item:last-child {
	/*★並べる数を変更する場合(n)変更*/
	border-right:#e8e8e8  solid 1px;
}
.s_eirBoxList_item_inner {
	width: 100%;
	height: auto;
	position: relative;
}

/* BoxList > ヘッダー */
.s_eirBoxList_head::after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}

/* BoxList > ヘッダー > カテゴリアイコン */
.s_eirBoxList_head_categoryWrap {
	padding-bottom: 6px;
	margin-right: 4px;
	float: left;
}
.s_eirBoxList_head_categoryWrap::after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.s_eirBoxList_head_category_icon {
	margin: 0;
	display: block;
	float: left;
	width: 70px;
}
.s_eirBoxList_head_category_icon+.s_eirBoxList_head_category_icon {
	margin-left: 4px;
}
.s_eirBoxList_head_category_icon .s_eirModule_category_icon,
.s_eirBoxList_head_category_icon .s_eirModule_category_image {
    width: 100%;
}

/* BoxList > ヘッダー > 日付 */
.s_eirBoxList_head_dataWrap {
	float: right;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: flex-end;
	padding-bottom: 6px;
}
.s_eirBoxList_head_dataWrap::after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
}
.s_eirBoxList_head_new {
	display: block;
	align-self:center;
	padding: 1px;
    text-align: center;
    margin-top: -2px;
}
.s_eirBoxList_head_date {
	display: block;
	align-self:center;
    margin-left: 5px;
}

/* BoxList > ボディ */
.s_eirBoxList_item_body {
	margin-top: 8px;
}
.s_eirBoxList_body_item {}

/* BoxList > ボディ > テキスト部分 */
.s_eirBoxList_body_textWrap {}
.s_eirBoxList_body_title {}
.s_eirBoxList_body_titleWrap {
	margin: 0;
	display: inline;
	word-break: break-all;
}
.s_eirBoxList_body_title_link {
	text-decoration: none;
}
.s_eirBoxList_body_title_link:hover {
	text-decoration: underline;
}
.s_eirBoxList_body_title_link_static,
.s_eirBoxList_body_title_text_static {
    display: none;
}
.s_eirBoxList_body_title_type {
	display: inline;
}
.s_eirBoxList_body_title_size {
	display: inline;
}
.s_eirBoxList_body_title_page {
	display: inline;
}
.eirUseText.s_eirBoxList_body_useText {
	margin-top: 6px;
	background: none;
}
.s_eirBoxList_body_comment {
	margin-top: 6px;
	font-size: 80%;
}

/* BoxList > ボディ > サムネイル部分 */
.s_eirBoxList_body_thumbWrap {
	margin: 0;
	padding: 0;
    width: 120px;
    float: right;/*★表示位置逆にする場合L⇔R変更*/
	margin-left: 10px;/*★表示位置逆にする場合L⇔R変更*/
}
.s_eirBoxList_body_thumb_img {
	width: 100%;
}

/* BoxList > 訂正・追加書類 */
.s_eirBoxList_item_inner-child {
	margin-top: 20px;
    padding-top: 12px;
    border-top: #e8e8e8 solid 1px;
}
.s_eirBoxList_item_inner-child .s_eirBoxList_head {
	display: none;
}
.s_eirBoxList_item_inner-child .s_eirBoxList_body_new {
	display:inline-block;
}

@media screen and (max-width: 768px) {
	.s_eirBoxList {
		display: block;
    }
	.s_eirBoxList::after {
		display: none;
    }
	.s_eirBoxList_item {
		width: 100%;
		padding: 20px;
		border-right: #e8e8e8 solid 1px;
    }
	.s_eirBoxList_item:nth-child(-n+3) {
		border-top:none;
    }
	.s_eirBoxList_item:first-child {
		border-top: #e8e8e8 solid 1px;
	}
	/* BoxList > ボディ > サムネイル部分 */
	.s_eirBoxList_body_thumbWrap {
		width: 100px;
	}
}


/* --------------------------------------------------------
* Matrix
* -------------------------------------------------------*/
.s_eirMatrix_table {
	border-collapse:collapse;
    width:100%;
}
.s_eirMatrix_th,
.s_eirMatrix_td {
    width:20%;
    padding:10px;
	border-style:solid;
	border-color:#d9d9d9;
	border-width:1px;
	justify-content: center;
	align-items: center;
	text-align:center;
}
.s_eirMatrix_th {
    background-color:#eee;
}

@media screen and (max-width: 768px){
    .s_eirMatrix_table {
    	width:100%;
    }
    .s_eirMatrix_th,
    .s_eirMatrix_td {
    	word-break:break-all;
    }
}

.eir-pager {
    letter-spacing: -0.5em;
    margin-top: 50px;
    margin-bottom: 80px;
    text-align: center;
}
.eir-pager .pagination {
    margin: 0;
}
.eir-pager span {
    display: inline-block;
    letter-spacing: normal;
    margin-right: 10px;
    margin-top: 5px;
}
.eir-pager span a {
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    padding: 5px 10px;
}
.eir-pager span.current {
    border: 1px solid #eee;
    color: #eee;
    padding: 5px 10px;
}
.s_eirList_item_date_hidden {
    visibility: hidden;
}
.eirAccordionTrigger {
    background-image: none;
    cursor:pointer;
    padding:5px;
    background-color:#2a855c;
    color:#FFF;
    position:relative;
    margin: 0;
}
.eirAccordionTrigger::after {
    content:"＋";
    display:block;
    position:absolute;
    top:2px;
    right:10px;
}
.eirAccordionTrigger-open::after {
    content:"－";
}
.eirAccordionWrapper {
    display:none;
}
.eirAccordionWrapper-open {
    display:block;
}


/* --------------------------------------------------------
* HTMLカレンダー
* -------------------------------------------------------*/
.eir-calendar .eirHeading.s_eirHeading {
    text-align: center;
    font-size: 24px;
    padding: 12px 0;
    letter-spacing: 1px;
    background-color: #00519C;
    color: #fff;
    margin-bottom: 0;
}
.eir-calendar .inner {
    position: relative;
}
.eirCalendarTable {
    table-layout: fixed;
    border-collapse: collapse;
    width: calc(100% + 2px);
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
}
.eirCalendarTable thead th {
    padding: 2px 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border: 1px solid #e5e5e5;
    font-weight: 400;
}
.eirCalendarTable td {
    background: #999999;
    vertical-align: top;
    text-align: center;
    color: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 196px;
}
.eirCalendar_label {
    display: table;
    width: 86%;
    margin: 24px auto 0;
}
.eirCalendar_label span {
    display: table-cell;
    height: 57px;
    vertical-align: middle;
    /* background: #fff; */
    color: #fff;
    line-height: 1.3;
}
.eirCalendar_year {
    text-align: center;
    margin: 7px 0 0;
    font-size: 13px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: none;
}
.eirCalendar_month {
    font-size: 20px;
    margin: 25px 0 0;
    text-indent: 10px;
    line-height: 1;
}

/* .eirCalendar_year+.eirCalendar_month {
    margin-top: 0;
} */

.eirCalendar_month span {
    font-size: 30px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 0 3px 0 0;
}

@media screen and (max-width: 768px) {
    .eir-calendar .inner {
        overflow-x: auto;
    }
    .eir-calendar .scroll-container {
        width: calc(200% + 1px);
    }
    .eirCalendarTable td {
        height: 140px;
    }
    .eirCalendar_month span {
        font-size:23px;
    }
    .eirCalendar_month {
        margin-top:28px;
    }
}


/* --------------------------------------------------------
* エリアカスタマイズ用
* -------------------------------------------------------*/
/*
.エリアclass {}

@media screen and (max-width: 768px) {
    .エリアclass {}
}
*/


/* --------------------------------------------------------
* エリアカスタマイズ用（カテゴリアイコンあり体裁）
* -------------------------------------------------------*/
/*
.エリアclass .s_eirModule_titleBox {
    日付 +　余白 + カテゴリアイコン + 余白
    width: calc(100% - (6rem + 20px + 100px + 20px));
}

@media screen and (max-width: 768px) {
    .エリアclass .s_eirModule_titleBox {
        width: 100%;
    }
}
*/



/* QIR */
/*---------------------------------
  BASE SETTING
-----------------------------------*/
.qirArea {
	max-width: 1000px;
}


/*---------------------------------
  遡及修正削除
-----------------------------------*/
/* .qirBox_carefulNote_list_item-retrospective {
	display: none;
} */


/*---------------------------------
  PNEX注記：外部リンクアイコン
-----------------------------------*/
.qirBox_pnexNote_text:first-of-type a[target="_blank"]::after {
}


/*---------------------------------
  Content:グラフ関連
-----------------------------------*/

/*　テーブル
-----------------------------------*/
.qirContent_table table,
.qirContent_table th,
.qirContent_table td {
	border-color: #c7d5de;
}
.qirContent_table th,
.qirContent_table td {
	padding: 10px 4px;
}
.qirContent_table thead th {
	background-color: #758fa0;
	color: #fff;
}
.qirContent_table tbody th {
	background-color: #758fa0;
	color: #fff;
}

@media screen and (max-width:750px) {
	.qirContent_table {
		overflow-x:auto;
	}
	.qirArea-responsive .qirContentWrapper {
		display: block;
		margin-top: 40px;
	}
	.qirArea-responsive .qirContent {
		width: 100%;
		margin:0 auto 30px;
	}
	.qirArea-responsive .qirContent:last-child {
		margin-bottom: 0;
	}
	.qirArea-responsive .qirScrollTable {
		width: 100%;
		overflow-y: scroll;
	}
	.qirArea-responsive .qirScrollTable .qirTable {
		min-width: 600px;
	}
}


/*---------------------------------
  凡例個別設定
-----------------------------------*/
.qirArea-twocolumn .qirContent.qirContent-id201,
.qirArea-twocolumn .qirContent.qirContent-id202 {
    width:100%;
}
.qirContent-id101 .qirContent_legend {
    visibility:hidden;
}
.qirContent-id102 .qirContent_legend,
.qirContent-id122 .qirContent_legend  {
    display: none;
}

@media screen and (max-width:750px) {
    .qirContent-id101 .qirContent_legend {
        display: none;
    }
}
/*eir.css_230227差し替えここまで*/

/* --------------------------------------------------------
* サステナビリティ
* -------------------------------------------------------*/
.sustainability-booklist__lead{
  font-weight: bold;
  color: #000066;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.sustainability-booklist__lead--sub{
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
.sustainability-booklist__lead--sub span{
  font-weight: bold;
  background: linear-gradient(transparent 50%, #FFFFCC 50%);
  display: inline-block;
}
@media (max-width: 768px){
  .sustainability-booklist__lead{
    font-size: 18px;
  }
  .sustainability-booklist__lead--sub{
    font-size: 11px;
  }
}

.sustainability-booklist__sdgs--icon{
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*  flex: 1;*/
}
.sustainability-booklist__sdgs--icon__item{
  width: 15.6%;
  margin-bottom: 1%;
}
@media (max-width: 768px){
  .sustainability-booklist__sdgs--icon{
    max-width: 100%;
  }
  .sustainability-booklist__sdgs--icon__item{
    width: 32%;
    margin-bottom: 2%;
  }
}
.sustainability-booklist__sdgs--icon__item a{
  opacity: 1;
  transition: opacity .2s;
}
.sustainability-booklist__sdgs--icon__item a:hover{
  opacity: .5;
  transition: opacity .5s;
}
.sustainability-booklist__sdgs--icon__item img{
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.sustainability-result__arrow{
  text-align: center;
  padding: 20px 0 30px;
}
.sustainability-result__area{
  border: 2px solid #000066;
  box-sizing: border-box;
}
.sustainability-result__title{
  font-weight: bold;
  color: #fff;
  font-size: 26px;
  text-align: center;
  box-sizing: border-box;
  background-color: #000066;
  padding: 10px 0;
}
@media (max-width: 768px){
  .sustainability-result__title{
    font-size: 22px;
  }
}
.sustainability-booklist{
  box-sizing: border-box;
  padding: 30px 30px 0;
}
@media (max-width: 768px){
  .sustainability-booklist{
    padding: 20px 20px 0;
  }
}
.sustainability-booklist__inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sustainability-booklist__inner:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.sustainability-booklist__item{
  width: 32%;
  margin-bottom: 4%;
}
@media (max-width: 768px){
  .sustainability-booklist__item{
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
  }
  .sustainability-booklist__item:last-child{
    border-bottom: 0;
  }
}
.sustainability-booklist__image{
  margin-bottom: 15px;
}
.sustainability-booklist__image img{
  border: 1px solid #ccc;
}
@media (max-width: 768px){
.sustainability-booklist__image{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sustainability-booklist__title{
  font-weight: bold;
  color: #000066;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 768px){
  .sustainability-booklist__title{
    font-size: 14px;
  }
}
.sustainability-booklist__detail--item{
  color: #4D4D4D;
  font-size: 12px;
}
@media (max-width: 768px){
  .sustainability-booklist__detail--item{
    font-size: 11px;
  }
}
.sustainability-booklist__btn{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.sustainability-booklist__btn--item{
  width: 48%;
  font-size: 13px;
  font-weight: bold;
  text-align: center
}
@media (max-width: 768px){
  .sustainability-booklist__btn--item{
    font-size: 12px;
  }
}
.sustainability-booklist__btn--link{
  display: block;
  border: 1px solid #000066;
  color: #000066;
  padding: 15px 10px;
  box-sizing: border-box;
  background-color: #fff;
  opacity: 1;
  transition: opacity .2s;
}
.sustainability-booklist__btn--link:hover{
  opacity: .5;
  transition: opacity .5s;
  text-decoration: none;
}

/* #goal01 */
#goal01 .sustainability-result__area{
  border: 2px solid #e5243b;
}
#goal01 .sustainability-result__title{
  background-color: #e5243b;
}
#goal01 .sustainability-booklist__title{
  color: #e5243b;
}
#goal01 .sustainability-booklist__btn--link{
  border: 1px solid #e5243b;
  color: #e5243b;
}
/* #goal02 */
#goal02 .sustainability-result__area{
  border: 2px solid #DDA63A;
}
#goal02 .sustainability-result__title{
  background-color: #DDA63A;
}
#goal02 .sustainability-booklist__title{
  color: #DDA63A;
}
#goal02 .sustainability-booklist__btn--link{
  border: 1px solid #DDA63A;
  color: #DDA63A;
}
/* #goal03 */
#goal03 .sustainability-result__area{
  border: 2px solid #4C9F38;
}
#goal03 .sustainability-result__title{
  background-color: #4C9F38;
}
#goal03 .sustainability-booklist__title{
	color: #4C9F38;
}
#goal03 .sustainability-booklist__btn--link{
  border: 1px solid #4C9F38;
  color: #4C9F38;
}
/* #goal04 */
#goal04 .sustainability-result__area{
  border: 2px solid #C5192D;
}
#goal04 .sustainability-result__title{
  background-color: #C5192D;
}
#goal04 .sustainability-booklist__title{
  color: #C5192D;
}
#goal04 .sustainability-booklist__btn--link{
  border: 1px solid #C5192D;
  color: #C5192D;
}
/* #goal05 */
#goal05 .sustainability-result__area{
  border: 2px solid #FF3A21;
}
#goal05 .sustainability-result__title{
  background-color: #FF3A21;
}
#goal05 .sustainability-booklist__title{
  color: #FF3A21;
}
#goal05 .sustainability-booklist__btn--link{
  border: 1px solid #FF3A21;
  color: #FF3A21;
}
/* #goal06 */
#goal06 .sustainability-result__area{
  border: 2px solid #26BDE2;
}
#goal06 .sustainability-result__title{
  background-color: #26BDE2;
}
#goal06 .sustainability-booklist__title{
	color: #26BDE2;
}
#goal06 .sustainability-booklist__btn--link{
  border: 1px solid #26BDE2;
  color: #26BDE2;
}
/* #goal07 */
#goal07 .sustainability-result__area{
  border: 2px solid #FCC30B;
}
#goal07 .sustainability-result__title{
  background-color: #FCC30B;
}
#goal07 .sustainability-booklist__title{
  color: #FCC30B;
}
#goal07 .sustainability-booklist__btn--link{
  border: 1px solid #FCC30B;
  color: #FCC30B;
}
/* #goal08 */
#goal08 .sustainability-result__area{
  border: 2px solid #A21942;
}
#goal08 .sustainability-result__title{
  background-color: #A21942;
}
#goal08 .sustainability-booklist__title{
	color: #A21942;
}
#goal08 .sustainability-booklist__btn--link{
  border: 1px solid #A21942;
  color: #A21942;
}
/* #goal09 */
#goal09 .sustainability-result__area{
  border: 2px solid #FD6925;
}
#goal09 .sustainability-result__title{
  background-color: #FD6925;
}
#goal09 .sustainability-booklist__title{
	color: #FD6925;
}
#goal09 .sustainability-booklist__btn--link{
  border: 1px solid #FD6925;
  color: #FD6925;
}
/* #goal10 */
#goal10 .sustainability-result__area{
  border: 2px solid #DD1367;
}
#goal10 .sustainability-result__title{
  background-color: #DD1367;
}
#goal10 .sustainability-booklist__title{
  color: #DD1367;
}
#goal10 .sustainability-booklist__btn--link{
  border: 1px solid #DD1367;
  color: #DD1367;
}
/* #goal11 */
#goal11 .sustainability-result__area{
  border: 2px solid #FD9D24;
}
#goal11 .sustainability-result__title{
  background-color: #FD9D24;
}
#goal11 .sustainability-booklist__title{
  color: #FD9D24;
}
#goal11 .sustainability-booklist__btn--link{
  border: 1px solid #FD9D24;
  color: #FD9D24;
}
/* #goal12 */
#goal12 .sustainability-result__area{
  border: 2px solid #BF8B2E;
}
#goal12 .sustainability-result__title{
  background-color: #BF8B2E;
}
#goal12 .sustainability-booklist__title{
	color: #BF8B2E;
}
#goal12 .sustainability-booklist__btn--link{
  border: 1px solid #BF8B2E;
  color: #BF8B2E;
}
/* #goal13 */
#goal13 .sustainability-result__area{
  border: 2px solid #3F7E44;
}
#goal13 .sustainability-result__title{
  background-color: #3F7E44;
}
#goal13 .sustainability-booklist__title{
  color: #3F7E44;
}
#goal13 .sustainability-booklist__btn--link{
  border: 1px solid #3F7E44;
  color: #3F7E44;
}
/* #goal14 */
#goal14 .sustainability-result__area{
  border: 2px solid #0A97D9;
}
#goal14 .sustainability-result__title{
  background-color: #0A97D9;
}
#goal14 .sustainability-booklist__title{
  color: #0A97D9;
}
#goal14 .sustainability-booklist__btn--link{
  border: 1px solid #0A97D9;
  color: #0A97D9;
}
/* #goal15 */
#goal15 .sustainability-result__area{
  border: 2px solid #56C02B;
}
#goal15 .sustainability-result__title{
  background-color: #56C02B;
}
#goal15 .sustainability-booklist__title{
  color: #56C02B;
}
#goal15 .sustainability-booklist__btn--link{
  border: 1px solid #56C02B;
  color: #56C02B;
}
/* #goal16 */
#goal16 .sustainability-result__area{
  border: 2px solid #00689D;
}
#goal16 .sustainability-result__title{
  background-color: #00689D;
}
#goal16 .sustainability-booklist__title{
  color: #00689D;
}
#goal16 .sustainability-booklist__btn--link{
  border: 1px solid #00689D;
  color: #00689D;
}
/* #goal17 */
#goal17 .sustainability-result__area{
  border: 2px solid #19486A;
}
#goal17 .sustainability-result__title{
  background-color: #19486A;
}
#goal17 .sustainability-booklist__title{
  color: #19486A;
}
#goal17 .sustainability-booklist__btn--link{
  border: 1px solid #19486A;
  color: #19486A;
}
/* #goalall */
#goala11 .sustainability-result__area{
  border: 2px solid #009EDB;
}
#goala11 .sustainability-result__title{
  background-color: #009EDB;
}
#goala11 .sustainability-booklist__title{
  color: #009EDB;
}
#goala11 .sustainability-booklist__btn--link{
  border: 1px solid #009EDB;
  color: #009EDB;
}

.sustainability-recommend{
  background-color: #F5F5F5;
  margin-top: 80px;
}
.sustainability-recommend__title{
  font-weight: bold;
  color: #000066;
  font-size: 26px;
  text-align: center;
  border-bottom: 1px solid #000066;
  margin: 0 30px 0;
  box-sizing: border-box;
  padding-bottom: 15px;
  padding-top: 30px;
}
@media (max-width: 768px){
  .sustainability-recommend{
    margin-bottom: 40px;
  }
  .sustainability-recommend__title{
    margin: 0 20px 0;
    font-size: 22px;
  }
}





/* --------------------------------------------------------
* 採用情報（22/07追加）
* -------------------------------------------------------*/
.bg_gray_margin{
  background-color:#F5F5F5;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bg_gray_margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.inner__w820{
  max-width: 900px;
  width:100%;
  margin: 0 auto;
  padding: 40px 40px 10px;
  box-sizing: border-box;
}
@media (max-width: 1199.98px) {
  .inner__w820 {
    padding: 40px 40px 10px;
  }
}

@media (max-width: 768px) {
  .inner__w820 {
    padding: 40px 20px 10px;
  }
}
.sec-recruit .list-base__010 .item a .info, .sec-recruit .list-base__010 .item span .info {
  width: 100%;
  float: none;
  text-align: left;
  margin-bottom: 8px;
  font-size: 14px;
}
.sec-recruit .list-base__010 .item a .text, .sec-recruit .list-base__010 .item span .text {
  width: 100%;
  float: none;
  padding: 0 0;
  font-size: 14px;
}
.sec-recruit .list-base__010 .item a .text{
  margin-right: 8%;
}

.ttl-base__230{
  font-size: 20px;
  font-weight: bold;
  padding-bottom:20px;
  color:#006;
  margin-bottom:25px;
  border-bottom:1px solid #bbb;
}
@media (max-width: 768px) {
  .ttl-base__230{
    font-size: 20px;
  }
}
.ttl-base__230.noline{
  border-bottom:0;
  padding-bottom:0;
  margin-bottom:15px;
}

.sec-recruit-group__ul{
  display: flex;
  flex-wrap :wrap;
  justify-content: space-between;
}
.sec-recruit-group__li{
  width: 49%;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .sec-recruit-group__li {
    width: 100%;
  }
}
.sec-recruit__name{
  font-weight: bold;
  color:#006;
  font-size: 18px;
  margin-bottom: 15px;
  line-height:1.4;
}
.sec-recruit-group__wrap{
  box-sizing: border-box;
  border:1px solid #BBB;
  padding: 20px 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-recruit-group__wrap{
    padding: 20px 25px;
  }
}
.sec-recruit-group__li .sec-recruit-group__logo{
  max-width:240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sec-recruit-group__li .sec-recruit-group__logo img{
   width: 100%;
}
@media (max-width: 768px) {
  .sec-recruit-group__li .sec-recruit-group__logo{
    max-width:240px;
  }
}
.sec-recruit-group__btns{
  display: flex;
  flex-wrap :wrap;
  justify-content: space-around;
  width: 96%;
  margin: 0 auto;
  align-items: center;
}
.sec-recruit-group__btns.full{
  width: 100%;
  justify-content: space-between;
}
.sec-recruit-group__btns--links{
  width: 45%;
  display: block;
  background-color: #006;
  color: #fff;
  font-weight: bold!important;
  text-decoration: none;
  font-size:14px;
  padding:15px 10px;
  box-sizing: border-box;
  margin-bottom:12px;
  text-align: center;
}
.sec-recruit-group__btns.full .sec-recruit-group__btns--links{
	width: 49%;
}
@media (max-width: 768px) {
  .sec-recruit-group__btns{
    display: block;
  }
  .sec-recruit-group__btns--links {
    width: 80%;
    margin-left:auto;
    margin-right:auto;
  }
  .sec-recruit-group__btns.full .sec-recruit-group__btns--links{
    width: 100%;
  }
}
.sec-recruit-group__img img{
  width:100%;
}
.sec-recruit-kado{
  text-align:center;
}
.sec-recruit-kado__links{
  display: block;
  color:#006;
  font-weight: bold;
  font-size:16px;
  margin-top:40px;
  margin-bottom:50px;
}
.sec-recruit-kado__links img{
  max-width:400px;
  width: 80%;
}
.sec-recruit-group__img:hover,
.sec-recruit-group__logo a:hover,
.sec-recruit-group__btns--links:hover,
.sec-recruit-kado__links:hover{
  opacity: .5;
  transition: opacity .5s;
  text-decoration: none;
}
.line-gray{
  border-top: 1px solid #bbb;
}

/* --------------------------------------------------------
* integratedreport(22/07up)
* -------------------------------------------------------*/
.ir-report-new{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom:40px;
}
.ir-report-new__item{
  width: 48%;
  background-color: #F5F5F5;
  box-sizing: border-box;
  padding:40px 40px;
}
@media (max-width: 768px) {
  .ir-report-new{
    display: block;

  }
  .ir-report-new__item{
    width: 100%;
    margin-bottom: 20px;
    padding:30px 30px 20px;
  }
}
.ir-report-new__link{
  display:block;
}
.ir-report-new__link:hover{
  opacity: .5;
  transition: opacity .5s;
  text-decoration: none;
}
.ir-report-new__cover{
  text-align:center;
  margin-bottom:30px;
}
.ir-report-new__cover img{
  width: 100%;
  max-width: auto;
  border:1px solid #ccc;
}
@media (max-width: 768px) {
  .ir-report-new__cover img{
    width: 84%;
  }
}
.ir-report-new__title {
  display: flex;
  color: #333333;
  font-size: 16px;
  position: relative;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .ir-report-new__title {
    width: auto;
  }
}
.ir-report-new__title .text{
  font-weight: bold;
}
.ir-report-contents{
  border: 1px solid #ccc;
  padding: 30px 40px 0;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 768px) {
  .ir-report-contents {
    width: auto;
    padding: 20px 20px 0;
  }
}
.ir-report-contents__item{
  border-bottom: 1px solid #ccc;
  padding-bottom:30px;
  margin-bottom:30px;
}
.ir-report-contents__item:last-child{
  border-bottom: 0;
  margin-bottom:0;
}
.ir-report-contents__link{
  display: block;
}
.ir-report-contents__item .ir-report-contents__title {
  display: inline-block;
  color: #333;
  font-size: 16px;
  position: relative;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .ir-report-contents__item .ir-report-contents__title {
    display: flex;
  }
}
.ir-report-contents__item .text{
  font-weight: bold;
}
.ir-report-contents__detail{
  background-color: #f9f9f9;
  padding:20px 20px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width:100%;
  margin-top:-10px;
}
@media (max-width: 768px) {
  .ir-report-contents__detail{
    display: block;
  }
}
.ir-report-contents__detail-list{
  width:48%;
  list-style-type: disc;
  list-style-position: inside;
}
@media (max-width: 768px) {
  .ir-report-contents__detail-list{
    width:100%;
  }
}
.ir-report-contents__detail-list li{
  font-size: 14px;
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.ir-report-backnum {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ir-report-backnum {
    width: auto;
    display: block;
  }
}
.ir-report-backnum__item {
  border: 1px solid #ccc;
  width: 48%;
  padding-left: 20px;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .ir-report-backnum__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ir-report-backnum__item a {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 14px;
  position: relative;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .ir-report-backnum__item .item a {
    width: auto;
  }
}
.ir-report-new__title .icon,
.ir-report-contents__item .icon,
.ir-report-backnum__item .icon{
  width: 80px;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 10px;
}
.ir-report-contents__item .icon {
  top: 0;
}
.ir-report-contents__link:hover,
.ir-report-new__link:hover,
.ir-report-backnum__item a:hover{
  opacity: .5;
  transition: opacity .5s;
  text-decoration: none;
}
/* --------------------------------------------------------
* btnstyle(22/07up)
* -------------------------------------------------------*/
.w380{
  width: 380px;
  margin-left:auto;
  margin-right:auto;
}
@media (max-width: 768px) {
  .w380{
    width: 100%;
  }
}
.btn-base__010.type-s2_1 a{
  display: block;
  width: 100%;
  color: #fff;
  background-color: #000066;
  padding: 20px 100px;
  box-sizing: border-box;
}
.btn-base__010.type-s2_1 a:after{
  background: url(../images/icon_arrow_0007_w.png) no-repeat;
  background-size: 100%;
  width: 23px;
  height: 18px;
}
@media (max-width: 768px) {
  .btn-base__010.type-s2_1 a{
    padding: 30px 30px;
    display: block;
    margin-bottom: 40px;
  }
}
.btn-base__040.blue{
  color: #fff;
  background-color: #000066;
  border: 1px solid #CCCCCC;
  padding: 20px 20px;
}
.btn-base__040.blue.w250{
  max-width: 250px;
}
@media (max-width: 768px) {
.btn-base__040.blue.w250{
    max-width: 100%;
}
}
/* --------------------------------------------------------
* list-base__200(22/09up)
* -------------------------------------------------------*/
.list-base__200{
  display: flex;
  flex-wrap :wrap;
  justify-content: center;
}
.list-base__200 .item{
  width: 50%;
	padding:10px;
/*  margin-bottom: 35px;*/
}
@media (max-width: 768px) {
  .list-base__200 .item {
    width: 100%;
  }
}
.w900{
    width:100%;
    max-width: 900px;
    margin-left:auto;
    margin-right:auto;
}
.w1000{
    width:100%;
    max-width: 1000px;
    margin-left:auto;
    margin-right:auto;
}
@media (max-width: 900px) {
  .w900 {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .w1000 {
    display: block;
    width: 100%;
  }
}
.list-base__020.w900 .item,
.list-base__020.w1000 .item{
  width: 49%;
}
@media (max-width: 900px) {
  .list-base__020.w900 .item{
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1100px) {
  .list-base__020.w1000 .item{
    width: 100%;
    margin-bottom: 20px;
  }
}

/* --------------------------------------------------------
* TOPページ 重要なお知らせ (22/11/01up)
* -------------------------------------------------------*/
.important_notices{
  padding: 25px 30px;
  border:1px solid #000066;
}
.important_notices__item{
  margin-top: 25px;
  padding-top: 25px;
  border-top:1px solid #000066;
  font-size:14px;
  color:#000066;
}
.important_notices__item:first-child{
  margin-top:0;
  padding-top:0;
  border:0;
}
.important_notices__item p{
  margin-bottom: 0;
}
.important_notices__item p a{
  color:#000066;
  text-decoration: underline;
}

@media screen and (max-width:750px){
  .important_notices{
    padding-left:20px;
    padding-right:20px;
  }
}

/* 枠なし */
@media screen and (min-width:1200px){
  #TopImportantNotices + #TopImportantNoticesNoBorder{
    margin-top: -50px;
  }
}
@media screen and (min-width:751px){
  #TopImportantNotices + #TopImportantNoticesNoBorder{
    /*margin-top: -20px;*/
  }
}
.important_notices_no-border{
  padding: 0 30px;
}
.important_notices_no-border .important_notices__item{
  margin-top: 12px;
  padding-top: 0;
  border-top:0;
  color:#333;
}
.important_notices_no-border .important_notices__item:first-child{
  margin-top: 0;
}
@media screen and (max-width:750px){
  :not(#TopImportantNotices) + #TopImportantNoticesNoBorder{
    margin-top: 15px;
  }
  .important_notices_no-border{
    padding: 0 20px;
  }
}

/* --------------------------------------------------------
* IR (23/02/27up)
* -------------------------------------------------------*/
.sec-ir_top-intro{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .sec-ir_top-intro{
    display: block;
    width:100%;
  }
}
.sec-ir_top-intro__right{
  width: 32%;
}
@media (max-width: 1000px) {
  .sec-ir_top-intro__right{
    width: 100%;
  }
}
.sec-ir_top-intro__left{
  width: 65%;
}
@media (max-width: 1000px) {
  .sec-ir_top-intro__left{
    width:100%;
  }
}
/*TOP_ページリスト*/
.sec-ir_top-intro__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-ir_top-intro__list li{
  width: 32.5%;
  position: relative;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .sec-ir_top-intro__list li{
    width: 48%;
    margin-bottom: 4%;
  }
}
.sec-ir_top-intro__list li a{
  position: relative;
  display: block;
}
.sec-ir_top-intro__text{
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,102,0.8);
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size:14px;
  line-height:1.4;
  box-sizing: border-box;
  padding: 10px 10px;
}
@media (max-width: 768px) {
  .sec-ir_top-intro__text{
    font-size:12px;
  }
}

/*ボタン*/
.btn_download a{
  display: block;
  width: 100%;
  background-color: #006;
  position: relative;
  border: 1px solid #ccc;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 25px 10px;
  box-sizing: border-box;
  margin: 0 0;
}
.btn_download a:before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image:url(../images/icon_download_white.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right:5px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .sec-ir .btn_download{
    display: none;
  }
}
.btn_graph a{
  display: block;
  width: 100%;
  background-color: #fff;
  position: relative;
  border: 1px solid #ccc;
  text-align: center;
  color: #006;
  font-size: 16px;
  font-weight: 700;
  padding: 25px 10px;
  box-sizing: border-box;
}
.btn_graph a:before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image:url(../images/icon_graph_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right:5px;
}

/*ページ下*/
.icon-arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 24px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.icon-arrow::before,
.icon-arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.sec-ir_sitemap-link_title{
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color:#006;
  display: block;
  border-top: 1px solid #006;
  border-bottom: 1px solid #006;
  padding: 15px 10px 15px 40px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.sec-ir_sitemap-link_title::before,
.sec-ir_sitemap-link_btn::before{
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #006;
}
.sec-ir_sitemap-link_title::after,
.sec-ir_sitemap-link_btn::after{
  left: 14px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sec-ir_sitemap-link_btn{
  font-size: 16px;
  font-weight: bold;
  color:#006;
  display: block;
  border: 1px solid #ccc;
  padding: 25px 10px 25px 40px;
  box-sizing: border-box;
}
.sec-ir_sitemap-link_btn::before{
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #006;
}
.sec-ir_sitemap-link_list{
  padding-bottom: 40px;
}
.sec-ir_sitemap-link_list li{
  font-size: 15px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
/*  .sec-ir_sitemap-link_title{
    font-size: 17px;
  }*/
  .sec-ir_sitemap-link_list li{
    padding-left: 1em;
/*    font-size: 14px;*/
  }
}
.sec-ir_sitemap-link_list li a{
  color: #333;
}
.sec-ir_sitemap-link_list li::before{
  content: "・";
  margin-right: 0.5em;
}
.sec-ir_top-intro__list li a:hover,
.sec-ir_top-download__list li a:hover,
.btn_graph a:hover,
.btn_download a:hover,
.sec-ir_sitemap-link_title:hover,
.sec-ir_sitemap-link_btn:hover,
.sec-ir_sitemap-link_list li a:hover{
  text-decoration: none;
  opacity: .5;
  transition: opacity .5s;
}
.sec-ir span.f_80{
	font-size:80%;
}


/**footer修正**/
.footer-common .inner .col__t2.w60 {
  width: 60%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.footer-common .inner .col__t2.w35 {
  width: 35%;
}

@media (max-width: 768px) {
  .footer-common .inner .col__t2.j2 {
    display: none;
  }
}
.footer-common .list-footer__030.col-3{
  width:33%;
}
@media (max-width: 768px) {
  .footer-common .inner .col__t2.w60 {
    display: block;
  }
  .footer-common .list-footer__030.col-3{
    width:100%;
  }
}
/*table-block*/
.table-block{
  width:100%;
}
.table-block th{
  width: 25%;
  padding: 10px 20px;
  background-color: #e5e5e5;
}
.table-block td{
  width: 75%;
  padding: 10px 20px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .table-block{
    width:100%;
  }
  .table-block th,
  .table-block td{
    display: block;
    width: 100%;
  }
}

/*table_type-gray*/
.table_type-gray{
  margin-top: 1em;
  margin-bottom: 1em;
}
.table_type-gray, .table_type-gray td, .table_type-gray th{
  border: 1px solid #ccc;
}
.table_type-gray th{
  padding: 10px 20px;
  background-color: #e5e5e5;
}
.table_type-gray td{
  padding: 10px 20px;
  background-color: #f5f5f5;
}
.table-scroll_box table{
  width: 100%;
}
@media (max-width: 768px) {
  .table-scroll_box{
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    max-width: 768px;
  }
  .table-scroll_box table{
    max-width: 100%;
  }
  .table_type-gray th{
    padding: 10px 10px;
  }
  .table_type-gray td{
    padding: 10px 10px;
  }
}
.table_type-gray.ir_stock_analyst{
  max-width: 800px;
  width: 100%;
}
@media (max-width: 768px) {
  .table_type-gray.ir_stock_analyst{
    width: 100%;
  }
}

/**********EIR調整追加用**********/
h3.s_eirHeading {
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 40px;
  font-weight: bold;
  color: #000000;
  background: transparent;
  padding: 0;
}

h3.s_eirHeading::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 1px;
  background-color: #000000;
  position: relative;
  top: -8px;
}

/*TOP_最新ダウンロード+*/
.sec-ir_top-download{
  background-color: #F5F5F5;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.sec-ir_top-download__inner{
  padding: 20px;
}
.sec-ir_top-download__title{
  color: #006;
  border-bottom: 1px solid #006;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sec-ir_top-download__title .period{
  font-size: 13px;
  margin-top: 5px;
}
.sec-ir_top-download__title .period div{
  display: inline-block;
}
.sec-ir_top-download .s_eirModule_size{
  width: 80px;
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 10px;
  text-align: center;
}
.sec-ir_top-download .s_eirModule_type{
  background-color: transparent;
  width: 80px;
  position: absolute;
  right: 0;
  top: 0;
}

.sec-ir_top-download .s_eirModule_type::before{
  content: "";
  display: block;
  width: 25px;
  height: 28px;
  margin: 0 auto;
}

.sec-ir_top-download .s_eirModule_type span,
.sec-ir_top-download .s_eirModule_type figure{
  display: none;
}

.sec-ir_top-download .s_eirItem{
  display: block;
  color: #333333;
  font-size: 14px;
  position: relative;
  padding-right: 80px;
}
.sec-ir_top-download .eirItem_child .s_eirModule_titleBox{
  margin: 0;
  padding: 0;
  position: static;
}

.sec-ir_top-download .s_eirList_item{
  border: 0;
  margin-bottom: 20px;
  position: relative;
}
.sec-ir_top-download .s_eirList_item:last-child {
  margin-bottom: 20px;
}
.sec-ir_top-download .s_eirList_item a:hover{
  text-decoration: none;
  opacity: .5;
  transition: opacity .5s;
}
.sec-ir_top-download .s_eirList_item.s_eirList_item-pdf .eirItem_type::before{
  background: url(../images/icon_pdf.png) no-repeat 50% 0;
  background-size: 25px;
}

.sec-ir_top-download .s_eirList_item.s_eirList_item-xls .eirItem_type::before {
  background: url(../images/icon_xls.png) no-repeat 50% 0;
  background-size: 25px;
}

.sec-ir_top-download .s_eirList_item.s_eirList_item-xlsx .eirItem_type::before {
  background: url(../images/icon_xlsx.png) no-repeat 50% 0;
  background-size: 25px;
}
.sec-ir_top-download .s_eirList_item.s_eirList_item-doc .eirItem_type::before {
  background: url(../images/icon_doc.png) no-repeat 50% 0;
  background-size: 25px;
}

.sec-ir_top-download .s_eirList_item.s_eirList_item-ppt .eirItem_type::before {
  background: url(../images/icon_ppt.png) no-repeat 50% 0;
  background-size: 25px;
}

.sec-ir_top-download .s_eirList_item.s_eirList_item-pptx .eirItem_type::before {
  background: url(../images/icon_pptx.png) no-repeat 50% 0;
  background-size: 25px;
}

.sec-ir_top-download .s_eirList_item.s_eirList_item-zip .eirItem_type::before {
  background: url(../images/icon_zip.png) no-repeat 50% 0;
  background-size: 25px;
}
.sec-ir_top-download .s_eirList_item.s_eirList_item-url .eirItem_type::before {
  background: url(../images/icon_url.png) no-repeat 50% 0;
  background-size: 25px;
}

/*IR資料*/
.list-base__120.sec-ir_library{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-base__120.sec-ir_library .item{
  width: 23.5%;
  margin-right: 0;
}
.list-base__120.sec-ir_library.en .item{
  width: 32%;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .list-base__120.sec-ir_library .item, 
  .list-base__120.sec-ir_library.en .item{
    width: 48%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .list-base__120.sec-ir_library .item,
  .list-base__120.sec-ir_library.en .item{
    width: 100%;
  }
}
.list-base__120 .item .inner-item .s_eirItem {
  display: flex;
  flex-wrap: wrap;
  color: #333;
  position: relative;
}
.list-base__120 .item .inner-item .date,
.list-base__120 .item .inner-item .s_eirList_item_date {
  width: 100%;
  margin-bottom: 0;
  padding: 0 20px;
/*  padding: 0 40px;*/
  font-size: 14px;
}
.sec-ir_library.list-base__120 .item .inner-item .text,
.sec-ir_library.list-base__120 .item .inner-item .s_eirModule_titleBox {
  min-height: 40px;
  padding: 0 20px;
}
.list-base__120 .item .inner-item .s_titleBox_title{
  display: block;
  padding-right: 50px;
  overflow-wrap: break-word;
}
.list-base__120 .item .inner-item .s_eirModule_size {
  position: absolute;
/*  right: 40px;*/
  right: 15px;
/*  bottom: 40px;*/
  top: 30px;
  font-size: 10px;
  width: 60px;
  text-align: center;
}
.list-base__120 .item .inner-item .icon,
.list-base__120 .item .inner-item .s_eirModule_type {
  position: absolute;
/*  right: 40px;*/
  right: 15px;
/*  bottom: 60px;*/
  top: 0;
  font-size: 10px;
  width: 60px;
}
.list-base__120 .item .inner-item .s_eirList_item_titleBox {
  position: relative;
}
.list-base__120 .item .inner-item .s_eirList_item {
  padding-top: 10px;
  margin-top: 10px;
}
.sec-ir_library.list-base__120 .item .inner-item .image,
.sec-ir_library.list-base__120 .item .inner-item .s_eirModule_thumbnail {
  min-height: auto;
  padding: 30px 30px 0;
}
.sec-ir_library__backnumber{
  padding: 25px 15px 15px;
  box-sizing: border-box;
}
.sec-ir_library__backnumber .btn-base__010{
  text-align: center!important;
}
.sec-ir_library__backnumber .btn-base__010 a{
  padding: 15px 50px;
  background-color: #fff;
  color: #006!important;
  font-size: 14px;
  box-sizing: border-box;
  display: block!important;
  flex-wrap: nowrap!important;
}
.sec-ir_library__backnumber .btn-base__010 a:after{
  margin-left: 0;
}

/*株主通信*/
.ir_stock_report .s_eirList{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.ir_stock_report .s_eirList_item{
  width: 48%;
  margin: 0;
  border-top:0;
}
@media (max-width: 768px) {
  .ir_stock_report .s_eirList_item{
    width:100%;
  }
}
.ir_stock_report .s_eirList .s_eirItem {
  display: flex;
  flex-wrap: wrap;
  color: #333333;
  border:1px solid #ccc;
  padding: 20px 20px 30px;
}

.ir_stock_report .s_eirList a:hover {
  text-decoration: none;
  opacity: .5;
  transition: opacity .5s;
}

.ir_stock_report .s_eirModule_thumbnail {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  margin: 0;
  display: flex;
  align-items: center;
}
.ir_stock_report .s_eirModule_thumbnail img {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 768px) {
  .ir_stock_report .s_eirModule_thumbnail img{
    max-width: 100%;
  }
}
.ir_stock_report .s_eirList_item_date {
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
}
.ir_stock_report .s_eirModule_titleBox {
  width: 100%;
/*  min-height: 60px;*/
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 70px;
  font-size: 14px;
}
.ir_stock_report .s_eirList_item_date{
  order: 2;
}
.ir_stock_report .s_eirList_item_thumbnail{
  order: 1;
}
.ir_stock_report .s_eirList_item_titleBox{
  order: 5;
  position: relative;
}
.ir_stock_report .s_eirModule_size {
  position: absolute;
  right: 0;
  bottom: 40px;
  font-size: 10px;
  width: 60px;
  text-align: center;
}
.ir_stock_report .s_eirModule_type {
  position: absolute;
  right: 0;
  bottom: 60px;
  font-size: 10px;
  width: 60px;
}
.ir_stock_report .s_eirModule_type::before {
  content: "";
  display: block;
  width: 100%;
  height: 28px;
  position: relative;
}
.ir_stock_report .s_eirModule_type .s_eirModule_type_icon-pdf {
  font-size: 0;
  background-color: transparent;
  visibility: hidden;
  height: 0;
  display: none;
}
.ir_stock_report .s_eirList_item.s_eirList_item-pdf .eirItem_type::before{
  background: url(../images/icon_pdf.png) no-repeat 50% 0;
  background-size: 25px;
}
.ir_stock_report .s_eirList_item.s_eirList_item-xls .eirItem_type::before {
  background: url(../images/icon_xls.png) no-repeat 50% 0;
  background-size: 25px;
}

.ir_stock_report .s_eirList_item.s_eirList_item-xlsx .eirItem_type::before {
  background: url(../images/icon_xlsx.png) no-repeat 50% 0;
  background-size: 25px;
}
.ir_stock_report .s_eirList_item.s_eirList_item-doc .eirItem_type::before {
  background: url(../images/icon_doc.png) no-repeat 50% 0;
  background-size: 25px;
}

.ir_stock_report .s_eirList_item.s_eirList_item-ppt .eirItem_type::before {
  background: url(../images/icon_ppt.png) no-repeat 50% 0;
  background-size: 25px;
}

.ir_stock_report .s_eirList_item.s_eirList_item-pptx .eirItem_type::before {
  background: url(../images/icon_pptx.png) no-repeat 50% 0;
  background-size: 25px;
}

.ir_stock_report .s_eirList_item.s_eirList_item-zip .eirItem_type::before {
  background: url(../images/icon_zip.png) no-repeat 50% 0;
  background-size: 25px;
}
.ir_stock_report .s_eirList_item.s_eirList_item-url .eirItem_type::before {
  background: url(../images/icon_url.png) no-repeat 50% 0;
  background-size: 25px;
}

.ir_stock_report .s_eirModule_size{
  width: 80px;
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 10px;
  text-align: center;
}
.ir_stock_report .s_eirModule_type{
  background-color: transparent;
  width: 80px;
  position: absolute;
  right: 0;
  top: 0;
}

.ir_stock_report .s_eirModule_type::before{
  content: "";
  display: block;
  width: 25px;
  height: 28px;
  margin: 0 auto;
}
.ir_stock_report .s_eirModule_type span,
.ir_stock_report .s_eirModule_type figure{
  display: none;
}
.ir_stock_report.s_eirItem {
  display: block;
  color: #333333;
  font-size: 14px;
  position: relative;
  padding-right: 80px;
}
.ir_stock_report .eirItem_child .s_eirModule_titleBox{
  margin: 0;
  padding: 0;
  position: static;
}
/*株主総会*/
.ir_stock_meeting .s_eirText{
  margin-bottom: 20px;
}
.ir_stock_meeting .s_eirText div {
  display: flex;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.ir_stock_meeting .s_eirText div:last-child {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  .ir_stock_meeting .s_eirText div {
    display: block;
  }
}
.ir_stock_meeting .s_eirText h4 {
  width: 30%;
  background-color: #E5E5E5;
  margin-bottom: 0;
  padding: 14px;
  display: flex;
  align-items: center;
  font-weight: bold;
  border-right: 1px solid #ccc;
}
@media (max-width: 768px) {
  .ir_stock_meeting .s_eirText h4 {
    width: auto;
    font-size: 14px;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
}
.ir_stock_meeting .s_eirText p {
  width: 70%;
  background-color: #fff;
  margin-bottom: 0;
  padding: 14px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .ir_stock_meeting .s_eirText p {
    width: auto;
    font-size: 14px;
  }
}
.col-irlist.ir_stock_meeting {
  padding-top:0;
}
.col-irlist .eirItem_title {
  margin-left: 0;
}

/*財務ハイライト*/
.qirContent_table{
  margin-bottom: 20px;
}
.qirContent_table table,
.qirContent_table th,
.qirContent_table td{
  border-color: #dadada;
  background-color: #F5F5F5;
  font-size: 16px;
}
@media (max-width: 768px) {
  .qirContent_table table,
  .qirContent_table th,
  .qirContent_table td{
    font-size: 12px;
  }
}
.qirContent_table td{
  padding: 14px;
}
.qirContent_table thead th{
  background-color: #E5E5E5!important;
  color: #000;
  padding: 14px!important;
}
.qirContent_table tbody .qirContent_table_tbody_row-q0 th:first-child{
  text-align: left;
  padding-left: 14px;
}
.qirContent_table tbody th{
  background-color: #E5E5E5!important;
  color: #000;
  padding: 14px!important;
  font-weight: 700;
}
.qirContent_table_xaxis{
  font-weight: 700;
}
.qirContent_legend_list:first-child li:nth-child(3) span:nth-child(5),
.qirContent_legend_list:first-child li:nth-child(3) .qirContent_legend_label_shape-yosou,
.qirContent_legend_list:first-child li:nth-child(3) .qirContent_legend_label_brackets,
.qirContent_legend_list:first-child li:nth-child(2) span:nth-child(5),
.qirContent_legend_list:first-child li:nth-child(2) .qirContent_legend_label_shape-yosou,
.qirContent_legend_list:first-child li:nth-child(2) .qirContent_legend_label_brackets{
  display: none;
}
@media (max-width: 768px) {
  .qirArea-twocolumn .qirContent{
    width: 100%!important;
  }
}
.qirContent_label {
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 50px;
  font-weight: bold;
  color: #000000;
  background: transparent;
  padding: 0;
}

.qirContent_label::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 1px;
  background-color: #000000;
  position: relative;
  top: -8px;
}
.qirContent, .qirArea-twocolumn .qirContent.qirContent-together{
  margin-top:0!important;
}
/*KADOKAWAグループについて*/
.sec-contentHeader.company-top{
  background: url(../images/bg_company01.png) no-repeat center center;
}
.sec-contentHeader.company-top{
  background-size: cover;
  position: relative;
}
.sec-contentHeader.company-top::after {
  background-color: rgba(29,120,206,.4);
}
.sec-contentHeader.company-top::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sec-contentHeader.company-top .sec-contentHeader__title{
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  text-shadow: #005486 1px 0 10px;
}
.sec-contentHeader.company-top .sec-contentHeader__text{
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  text-shadow: #005486 1px 0 10px;
}
@media (max-width: 768px) {
  .sec-contentHeader.company-top .sec-contentHeader__title{
    font-size: 22px;
  }
  .sec-contentHeader.company-top .sec-contentHeader__text{
    font-size: 15px;
  }
}

/**/
.list-col3__wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.list-col3__wrap::after {
  display: block;
  content:"";
  width: 32%;
}
.list-col3__item{
  width: 32%;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .list-col3__wrap::after {
    display: none;
  }
  .list-col3__item{
    width: 49%;
  }
}
@media (max-width: 768px) {
  .list-col3__item{
    width: 100%;
  }
  .list-col3__item.pagelist-col3{
    width: 49%;
  }
}
@media (max-width: 550px) {
  .list-col3__item.pagelist-col3{
    width: 100%;
  }
}
.list-col3__item a:hover{
  text-decoration: none;
  opacity: .5;
  transition: opacity .5s;
}
.pagelist-box{
  border: 1px solid #ccc;
}
.pagelist-box__title{
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  background-color: #006;
  color: #fff;
  display: block;
  padding: 14px 10px 14px 40px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .pagelist-box__title{
    font-size: 16px;
  }
}
.pagelist-box__title::before{
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.pagelist-box__title::after{
  left: 14px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #006;
  border-right: 2px solid #006;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pagelist-box__inner{
  padding: 5px 15px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pagelist-box__img{
  width: 50%;
  margin-bottom: 0;
}
.pagelist-box__text{
  width: 45%;
  font-size: 14px;
  line-height: 1.6;
  color:#333;
}
.pagelist-col3__link figure{
  margin-bottom: 8px;
}
.pagelist-col3__title{
  font-weight: 700;
  color: #006;
  font-size: 18px;
}
.pagelist-col3__text{
  color: #333;
  font-size: 14px;
  line-height: 1.4;
}
.btn-filedownload__link{
  margin:0 auto;
  max-width: 500px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.btn-filedownload__link .text{
  font-size: 16px;
  line-height: 1.4;
  padding-right: 15px;
  color: #333;
}
.btn-filedownload__link .icon{
  font-size: 10px;
  color: #333;
}
.btn-filedownload__link:hover{
  text-decoration: none;
  opacity: .5;
  transition: opacity .5s;
}
.js-pdf-viewer{
  background-color: #F5F5F5;
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .js-pdf-viewer{
    padding: 15px;
  }
}
.js-pdf-viewer .js-preview{
  max-width:800px!important;
  width:100%;
}
.js-pdf-viewer div{ 
  overflow: hidden;
  max-width: 400px;
  margin: 20px auto 0;
}
.js-pdf-viewer button{
  color: #006;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 12px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  width: 48%;
  background-color: #fff;
  border:1px solid #ccc;
}
.js-pdf-viewer button:hover{
  text-decoration: none;
  opacity: .5;
  transition: opacity .5s;
}
.js-pdf-viewer .js-prev{
  float: left;
}
.js-pdf-viewer .js-prev::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #006;
  border-right: 2px solid #006;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.js-pdf-viewer .js-next{
  float: right;
}
.js-pdf-viewer .js-next::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #006;
  border-right: 2px solid #006;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.movie-box{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.movie-box__inner{
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}
.movie-box iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-base__210 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .list-base__210 {
    display: block;
    padding-top: 20px;
  }
}
.list-base__210.col3 .item {
  width: 31%;
  padding:0 .8%;
  margin-bottom:1.6%;
}
@media (max-width: 1199.98px) {
  .list-base__210.col3 .item {
    padding:0 0;
    margin: 0 0 20px 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .list-base__210.col3 .item {
    padding:0 0;
    margin: 0 0 10px 0;
    width: 100%;
  }
}
.list-base__220 {
  display: flex;
}
@media (max-width: 1199.98px) {
  .list-base__220 {
    display: block;
    padding-top: 20px;
  }
}
.list-base__220 .item{
  width: 100%;
  padding:0 .5%;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .list-base__220 .item {
    padding:0 0;
    margin-bottom: 20px;
  }
}
.list-base__210 .btn-base__010.type-s3 a,
.list-base__220 .btn-base__010.type-s3 a{
  padding: 28px 50px;
}
