@charset "UTF-8";
/*!
---- Smart Style Complex Original Stylesheet Template. ----
Thema Name:     model
Description:    model
Version:        1.0.0
Last Update:    2018/12/17
Author:         Takuya Sakamoto
Company URL:    http://ss-complex.com/
License:        GPL
License URL:    http://www.gnu.org/licenses/gpl.html
*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf) format("opentype");
}

html {
  font-display: swap;
}

.ming {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

select::-ms-expand {
  display: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

address {
  margin-bottom: 0;
}

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

dd {
  margin-bottom: 0;
  margin-left: 0;
}

label {
  margin-bottom: 0;
}

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

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
}

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

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

body {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  background-color: #F1F1F1;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

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

blockquote {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  color: #3A6EC6;
  text-decoration: underline;
}

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

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 7.5px;
  padding-top: 0.75rem;
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem;
  color: #333;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  margin-bottom: .5rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  25%, 75% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../image/icon/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
  z-index: 999;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px;
}

.slick-prev:before {
  content: url(/images/slick_prev.png);
}

[dir="rtl"] .slick-prev:before {
  content: url(/images/slick_next.png);
}

.slick-next {
  right: 0px;
}

[dir="rtl"] .slick-next {
  left: 0px;
  right: auto;
}

.slick-next:before {
  content: url(/images/slick_next.png);
}

[dir="rtl"] .slick-next:before {
  content: url(/images/slick_prev.png);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*lightbox*/
.fs-lightbox {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin: 0 auto;
  transform: translateZ(0);
}

.fs-lightbox, .fs-lightbox :not(input):not(textarea) {
  box-sizing: border-box;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.fs-lightbox-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fs-lightbox-animating {
  transition: height .25s ease, width .25s ease, opacity .25s linear, top .25s ease;
}

.fs-lightbox-animating .fs-lightbox-content, .fs-lightbox-animating .fs-lightbox-control, .fs-lightbox-animating .fs-lightbox-meta, .fs-lightbox-animating .fs-lightbox-thumbnails, .fs-lightbox-animating .fs-lightbox-tools {
  transition: opacity .25s linear .25s, visibility .25s linear .25s;
}

.fs-lightbox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .25s linear;
}

.fs-lightbox-open {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.fs-lightbox-overlay.fs-lightbox-open {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.fs-lightbox-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 105;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
}

.fs-lightbox-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #fff;
  overflow: hidden;
}

.fs-lightbox-container:after {
  clear: both;
  content: '';
  display: table;
}

.fs-lightbox-content {
  width: 100%;
  background: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  overflow: hidden;
  padding: 0;
  visibility: visible;
}

.fs-lightbox-content:after {
  clear: both;
  content: '';
  display: table;
}

.fs-lightbox-inline .fs-lightbox-content {
  width: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-iframed .fs-lightbox-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-mobile .fs-lightbox-image_container {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: 0;
  transform: translate3D(0, 0, 0);
}

img.fs-lightbox-image {
  display: block;
  max-width: inherit;
}

.fs-lightbox-mobile .fs-lightbox-image {
  position: relative;
}

.fs-lightbox-video {
  width: 100%;
  height: 100%;
}

.fs-lightbox-iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: auto;
}

.fs-lightbox-meta {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  clear: both;
  visibility: visible;
}

.fs-lightbox-control {
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 105;
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  white-space: nowrap;
}

.fs-lightbox-control_previous {
  left: 0;
}

.fs-lightbox-control_next {
  right: 0;
}

.fs-lightbox-control_disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.no-touchevents .fs-lightbox .fs-lightbox-control_disabled, .no-touchevents .fs-lightbox:hover .fs-lightbox-control_disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.fs-lightbox-caption:after {
  clear: both;
  content: '';
  display: table;
}

.fs-lightbox-toggle {
  border: none;
  padding: 0;
  display: none;
}

.fs-lightbox-thumbnails {
  height: 60px;
  clear: both;
  overflow: hidden;
  padding: 0;
}

.fs-lightbox-thumbnail_container {
  height: 80px;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 30px;
  text-align: center;
  white-space: nowrap;
}

.fs-lightbox-thumbnail_item {
  width: 50px;
  height: 50px;
  position: relative;
  background: 0 0;
  border: none;
  display: inline-block;
  margin: 0 10px 0 0;
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  overflow: hidden;
  padding: 0;
  transition: opacity .25s linear;
}

.fs-lightbox-thumbnail_item:last-child {
  margin: 0;
}

.fs-lightbox-thumbnail_item img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}

.fs-lightbox-thumbnail_item.fs-lightbox-active, .no-touchevents .fs-lightbox-thumbnail_item:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.fs-lightbox-loading .fs-lightbox-content, .fs-lightbox-loading .fs-lightbox-control, .fs-lightbox-loading .fs-lightbox-meta, .fs-lightbox-loading .fs-lightbox-thumbnails, .fs-lightbox-loading .fs-lightbox-tools {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .25s linear, visibility .25s linear;
  visibility: hidden;
}

.fs-lightbox-loading .fs-lightbox-loading_icon, .fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-thumbnails, .fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-tools {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.fs-lightbox-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  border-radius: 0;
}

.fs-lightbox-mobile .fs-lightbox-container {
  position: static;
  background: #111;
}

.fs-lightbox-mobile .fs-lightbox-content {
  height: 100%;
  background-color: #111;
}

.fs-lightbox-mobile .fs-lightbox-tools {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111;
}

.fs-lightbox-mobile .fs-lightbox-controls {
  text-align: center;
}

.fs-lightbox-mobile .fs-lightbox-control {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.no-touchevents .fs-lightbox-mobile .fs-lightbox-control, .no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control {
  visibility: visible;
}

.fs-lightbox-mobile .fs-lightbox-control_disabled, .no-touchevents .fs-lightbox-mobile .fs-lightbox-control_disabled, .no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
  cursor: default !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.fs-lightbox-mobile .fs-lightbox-position {
  color: #999;
}

.fs-lightbox-mobile .fs-lightbox-caption p {
  color: #eee;
}

.fs-lightbox-mobile .fs-lightbox-image {
  transform: translate(0, 0);
}

.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content, .fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
  width: auto;
  position: static;
  background: 0 0;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  background-color: #111;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-toggle {
  display: inline-block;
  margin: 0 5px;
  display: none;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
  width: 100%;
  height: 80%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #222;
  transform: translate(0, 100%);
  transition: transform .25s ease, opacity .25s linear .25s, visibility .25s linear .25s;
}

.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
  transform: translate(0, 0);
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnails {
  width: 100%;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #111;
  transform: translate(0, 100%);
  transition: transform .25s ease, opacity .25s linear .25s, visibility .25s linear .25s;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnail_container {
  height: 100px;
}

.fs-lightbox-touch.fs-lightbox-thumbnails_open .fs-lightbox-thumbnails {
  transform: translate(0, 0);
}

.fs-lightbox-lock {
  overflow: hidden !important;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-container, .fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-content {
  overflow: visible;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-content {
  position: relative;
}

.fs-lightbox .fs-viewer {
  top: 0;
  bottom: 0;
}

.fs-lightbox .fs-viewer, .fs-lightbox .fs-viewer .fs-viewer-wrapper {
  height: auto;
  width: auto;
  position: absolute;
  right: 0;
  left: 0;
  background: #111;
}

.fs-lightbox .fs-viewer .fs-viewer-wrapper {
  top: 0;
  bottom: 0;
}

.fs-lightbox .fs-viewer .fs-viewer-loading_icon {
  display: none !important;
}

.fs-lightbox .fs-viewer .fs-viewer-viewport {
  top: 5px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.fs-lightbox .fs-viewer .fs-viewer-controls {
  position: absolute;
  bottom: 10px;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../image/icon/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
  z-index: 999;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px;
}

.slick-prev:before {
  content: url(/images/slick_prev.png);
}

[dir="rtl"] .slick-prev:before {
  content: url(/images/slick_next.png);
}

.slick-next {
  right: 0px;
}

[dir="rtl"] .slick-next {
  left: 0px;
  right: auto;
}

.slick-next:before {
  content: url(/images/slick_next.png);
}

[dir="rtl"] .slick-next:before {
  content: url(/images/slick_prev.png);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.black {
  color: #333;
}

.white {
  color: #fff;
}

.gray {
  color: #999;
}

.whiteBg {
  background: #F1F1F1;
}

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

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

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

.clearText {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.autoImg {
  width: 100%;
  height: auto;
}

.autoImg.full {
  width: auto;
  max-width: 100%;
  height: auto;
  display: table;
  margin: 0 auto;
}

.autoImg.lg {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.autoImg.md {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.autoImg.sm {
  width: 30%;
  margin: 0 auto;
  display: block;
}

.hAuto {
  height: auto !important;
}

.icon {
  position: relative;
}

.icon:before, .icon:after {
  background: no-repeat center/contain;
  content: "";
  position: absolute;
}

.logo {
  position: relative;
}

.logo:before, .logo:after {
  background: no-repeat center/contain;
  content: "";
  position: absolute;
}

/*-----▼ 2カラムのときのレスポンシブな背景画像 ▼-----*/
.rwdBgImg {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  display: block;
  height: 100%;
}

/*-----▲ 2カラムのときのレスポンシブな背景画像 ▲-----*/
/*----------▼▼ base ▼▼----------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  position: relative;
}

/*----------▲▲ base ▲▲----------*/
/*----------▼▼ wrapper ▼▼----------*/
/*-----▼ class ▼-----*/

/*-----▲ class ▲-----*/
/*----------▲▲ wrapper ▲▲----------*/
/*----------▼▼ side ▼▼----------*/
/*-----▼ id ▼-----*/

/*-----▲ id ▲-----*/
/*-----▼ class ▼-----*/
/*-----▲ class ▲-----*/
/*----------▲▲ side ▲▲----------*/
/*----------▼▼ main ▼▼----------*/
/*-----▼ class ▼-----*/
/*-----▲ class ▲-----*/
/*----------▲▲ main ▲▲----------*/
/*----------▼▼ breadcrumb ▼▼----------*/

.breadcrumb a {
  background: url(/images/bread_crumb.png) no-repeat right center;
  display: inline-block;
  padding-right: 20px;
}

/*-----▼ class ▼-----*/
/*-----▲ class ▲-----*/
/*----------▲▲ breadcrumb ▲▲----------*/
/*----------▼▼ section ▼▼----------*/

/*-----▼ class ▼-----*/
section.content__wrap-grayBack {
  background: #E5E7EA;
}

/*-----▲ class ▲-----*/
/*----------▲▲ section ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
/*-----▼ class ▼-----*/
/*-----▲ class ▲-----*/
/*----------▲▲ main ▲▲----------*/
/*----------▼▼ centering ▼▼----------*/
/*-----▼ class ▼-----*/
.mAuto {
  margin: auto;
}

/*-----▲ class ▲-----*/
/*----------▲▲ centering ▲▲----------*/
/*----------▼▼ standard ▼▼----------*/
/*-----▼ class ▼-----*/
/* common */
.fL {
  float: left !important;
}

.fR {
  float: right !important;
}

.fBox {
  margin-left: -4%;
}

.fAll {
  float: left;
  width: 96%;
  margin-left: 4%;
}

.f1of2 {
  float: left;
  width: 46%;
  margin-left: 4%;
}

.f1of3 {
  float: left;
  width: 29.3333%;
  margin-left: 4%;
}

.f2of3 {
  float: left;
  width: 62.6666%;
  margin-left: 4%;
}

.f1of4 {
  float: left;
  width: 21%;
  margin-left: 4%;
}

.f3of4 {
  float: left;
  width: 71%;
  margin-left: 4%;
}

.f1of5 {
  float: left;
  width: 16%;
  margin-left: 4%;
}

.f2of5 {
  float: left;
  width: 36%;
  margin-left: 4%;
}

.f3of5 {
  float: left;
  width: 56%;
  margin-left: 4%;
}

.f4of5 {
  float: left;
  width: 76%;
  margin-left: 4%;
}

.f1of6 {
  float: left;
  width: 12.6666%;
  margin-left: 4%;
}

.f5of6 {
  float: left;
  width: 79.3333%;
  margin-left: 4%;
}

.f1of7 {
  float: left;
  width: 10.2857%;
  margin-left: 4%;
}

.f2of7 {
  float: left;
  width: 24.5714%;
  margin-left: 4%;
}

.f3of7 {
  float: left;
  width: 38.8571%;
  margin-left: 4%;
}

.f4of7 {
  float: left;
  width: 53.1428%;
  margin-left: 4%;
}

.f5of7 {
  float: left;
  width: 67.4285%;
  margin-left: 4%;
}

.f6of7 {
  float: left;
  width: 81.7142%;
  margin-left: 4%;
}

.f1of8 {
  float: left;
  width: 8.5%;
  margin-left: 4%;
}

.f3of8 {
  float: left;
  width: 33.5%;
  margin-left: 4%;
}

/* SP */

/* PC */

/*-----▲ class ▲-----*/
/*-----▼ @mixin ▼-----*/
/*-----▲ @mixin ▲-----*/
/*----------▲▲ float ▲▲----------*/
/*----------▼▼ clearfix ▼▼----------*/
/*-----▼ class ▼-----*/
.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*-----▲ class ▲-----*/
/*-----▼ @mixin ▼-----*/
/*-----▲ @mixin ▲-----*/
/*----------▲▲ clearfix ▲▲----------*/
/*----------▼▼ flex-box ▼▼----------*/
/*-----▼ class ▼-----*/
/* common */
.flexBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* SP */

/* PC */

/*-----▲ class ▲-----*/
/*----------▲▲ flex-box ▲▲----------*/
/*----------▼▼ content-size ▼▼----------*/
/*-----▼ class ▼-----*/
/* SP */

/* PC */

/*-----▲ class ▲-----*/
/*----------▲▲ content-size ▲▲----------*/
.fixedfooter {
  background: linear-gradient(90deg, #00d4ff 0%, #083290 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.fixedfooter dl {
  color: #fff;
}

.fixedfooter dl dt:after {
  display: block;
  width: 2em;
  height: 2px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  content: " ";
}

.fixedfooter dl dd a {
  text-align: left;
  border: 1px solid #fff;
  display: block;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
}

.fixedfooter dl dd a:hover {
  border: 1px solid #08318F;
  color: #08318F;
}

.fixedfooter dl dd a span {
  transition: all 0.3s 0s ease;
  display: block;
  background: url(/images/btn_bg_white.png) repeat-x 0 150px;
  height: 100%;
  width: 100%;
  padding: 20px;
}

.fixedfooter dl dd a span:hover {
  background: url(/images/btn_bg_white.png) repeat-x 0 0px;
  background-size: cover;
}

.fixedfooter dl dd a.fixedfooter__btn-download span:after {
  float: right;
  content: url(/images/foot_icon_download.png);
}

.fixedfooter dl dd a.fixedfooter__btn-download span:hover:after {
  float: right;
  content: url(/images/foot_icon_download-on.png);
}

.fixedfooter dl dd a.fixedfooter__btn-contact span:after {
  float: right;
  content: url(/images/foot_icon_contact.png);
}

.fixedfooter dl dd a.fixedfooter__btn-contact span:hover:after {
  float: right;
  content: url(/images/foot_icon_contact-on.png);
}

#visual {
  background: url(/images/main_visual.png) no-repeat;
  aspect-ratio: 1 / 0.593;
  background-size: 100% auto;
  color: #fff;
}

.index_title {
  font-weight: bold;
}

main p {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

main a {
  transition: all 0.2s ease 0s;
  opacity: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10000)";
}

main a:hover {
  text-decoration: none;
  opacity: 40;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4000)";
}

.title__topBorder {
  border-top: 1px solid #b5b5b5;
}

.title__topBorder:before {
  content: "";
  background: linear-gradient(90deg, #00d4ff 0%, #083290 100%);
  height: 4px;
  display: block;
  width: 50px;
  width: 5rem;
}

.page__title-leftBorder {
  border-left: 4px solid #08318F;
  -o-border-image: linear-gradient(to right, #1565C0 0%, #00838F 100%);
  border-image: linear-gradient(to right, #1565C0 0%, #00838F 100%);
  border-image-slice: 1;
  padding-left: 10px;
}

.page__title-blue {
  color: #08318F;
}

.page__title-blue-underline {
  color: #08318F;
  border-bottom: 1px solid #08318F;
}

.marker {
  background: linear-gradient(transparent 60%, #d0dcea 60%);
}

.content__box-grayback {
  background: #e6e8ea;
}

.content__box-grayback2 {
  background: #d9dde2;
}

table.resultBox {
  background: #E5E7EA;
  width: 100%;
}

table.resultBox td {
  color: #999;
}

table.resultBox th, table.resultBox td {
  vertical-align: top;
  padding: 24px;
  font-weight: bold;
}

table.resultBox th span, table.resultBox td span {
  font-weight: normal;
  color: #333;
}

ul.list__head-check li {
  vertical-align: middle;
  line-height: 1.5;
  margin-left: 16px;
  text-indent: -10px;
  margin-bottom: 16px;
}

ul.list__head-check li:before {
  vertical-align: middle;
  margin-right: 5px;
  margin-right: 0.5rem;
  display: inline-block;
  content: url(/images/list_check.png);
}

.list_usage li {
  position: relative;
}

.list_usage li .link__list__title-big {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #08318F;
}

.list_usage li .link__list__title-middle {
  padding: 16px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.list_usage li .link__list__title-small {
  padding: 0 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.list_usage li .imgBox {
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
  margin-bottom: 24px;
}

.list_usage li .imgBox img {
  overflow: visible;
  display: block;
  text-align: center;
  width: 100%;
  transition: all 0.5s ease 0s;
}

.list_usage li .imgBox-ratio19-8 {
  width: 100%;
  aspect-ratio: 19/8;
  overflow: hidden;
  margin-bottom: 24px;
}

.list_usage li .imgBox-ratio19-8 img {
  overflow: visible;
  display: block;
  text-align: center;
  width: 100%;
  transition: all 0.5s ease 0s;
}

.link__list-cardPattern2-noimage li {
  box-shadow: 0px 8px 16px -6px #aaa;
  background: url(/images/link_card_icon-small.png) no-repeat right bottom #fff;
  padding: 20px 25px;
}

.link__list-cardPattern2-noimage li:hover {
  color: #08318F;
  box-shadow: 0px 8px 8px -6px #aaa;
}

.link__list-cardPattern2-noimage li a {
  color: #333;
}

.link__list-cardPattern2-noimage li a .link__list__date {
  margin-right: 15px;
  display: inline-block;
  color: #999999;
  margin-bottom: 15px;
}

.link__list-cardPattern2-noimage li a .link__list__category {
  font-size: 12px;
  display: inline-block;
  padding: 2px 15px;
  border: 1px solid #08318F;
  margin-bottom: 15px;
  margin-left: 8px;
  border-radius: 5px;
  color: #08318F;
}

.link__list-cardPattern3 li {
  box-shadow: 0px 8px 16px -6px #aaa;
}

.link__list-cardPattern3 li:hover {
  color: #08318F;
  box-shadow: 0px 8px 8px -6px #aaa;
}

.link__list-cardPattern3 li a {
  color: #333;
}

.link__list-cardPattern3 li a img {
  width: 100%;
}

.link__list-cardPattern3 li .cardPattern3__content {
  padding: 25px 25px 60px 25px;
}

.link__list-cardPattern3 li .cardPattern3__content .link__list__date {
  margin-right: 15px;
  display: inline-block;
  color: #999999;
}

.link__list-cardPattern3 li .cardPattern3__content .link__list__category {
  font-size: 12px;
  display: inline-block;
  padding: 1px 10px;
  border: 1px solid #08318F;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #08318F;
  font-weight: bold;
}

a.content__linkBtn-blue-arrow {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 70px 15px 25px;
  box-shadow: 0px 0px 8px -3px #333;
  display: inline-block;
  white-space: pre;
  background: linear-gradient(90deg, #00d4ff 0%, #083290 100%);
  color: #fff;
}

a.content__linkBtn-blue-arrow:after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  content: url(/images/btn_link-arrow.png);
}

a.content__linkBtn-blue-file {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 70px 15px 25px;
  box-shadow: 0px 0px 8px -3px #333;
  display: inline-block;
  white-space: pre;
  background: linear-gradient(90deg, #00d4ff 0%, #083290 100%);
  color: #fff;
}

a.content__linkBtn-blue-file:after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  content: url(/images/btn_link-file.png);
}

a.content__linkBtn-blue-mail {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 70px 15px 25px;
  box-shadow: 0px 0px 8px -3px #333;
  display: inline-block;
  white-space: pre;
  background: linear-gradient(90deg, #00d4ff 0%, #083290 100%);
  color: #fff;
}

a.content__linkBtn-blue-mail:after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  content: url(/images/btn_link-mail.png);
}

a.content__linkBtn-blue-out {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 70px 15px 25px;
  box-shadow: 0px 0px 8px -3px #333;
  display: inline-block;
  white-space: pre;
  background: linear-gradient(90deg, #00d4ff 0%, #083290 100%);
  color: #fff;
}

a.content__linkBtn-blue-out:after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  content: url(/images/btn_link-out.png);
}

a.content__linkBtn-white-arrow {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 70px 15px 25px;
  box-shadow: 0px 0px 8px -3px #333;
  display: inline-block;
  white-space: pre;
  background: #fff;
  color: #08318F;
  border: 1px solid #08318F;
}

a.content__linkBtn-white-arrow:after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  content: url(/images/btn_link-arrow-blue.png);
}

a.content__linkBtn-white-file {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 70px 15px 25px;
  box-shadow: 0px 0px 8px -3px #333;
  display: inline-block;
  white-space: pre;
  background: #fff;
  color: #08318F;
  border: 1px solid #08318F;
}

a.content__linkBtn-white-file:after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  content: url(/images/btn_link-file-blue.png);
}

a.content__linkBtn-white-mail {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 70px 15px 25px;
  box-shadow: 0px 0px 8px -3px #333;
  display: inline-block;
  white-space: pre;
  background: #fff;
  color: #08318F;
  border: 1px solid #08318F;
}

a.content__linkBtn-white-mail:after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  content: url(/images/btn_link-mail-blue.png);
}

a.content__linkBtn-white-out {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 70px 15px 25px;
  box-shadow: 0px 0px 8px -3px #333;
  display: inline-block;
  white-space: pre;
  background: #fff;
  color: #08318F;
  border: 1px solid #08318F;
}

a.content__linkBtn-white-out:after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  content: url(/images/btn_link-out-blue.png);
}

a.content__linkTxt-arrow {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 40px 15px 0px;
  display: inline-block;
  white-space: pre;
  color: #08318F;
  border-bottom: 1px solid #08318F;
}

a.content__linkTxt-arrow:after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  content: url(/images/btn_link-arrow-blue.png);
}

a.content__linkTxt-file {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 40px 15px 0px;
  display: inline-block;
  white-space: pre;
  color: #08318F;
  border-bottom: 1px solid #08318F;
}

a.content__linkTxt-file:after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  content: url(/images/btn_link-file-blue.png);
}

a.content__linkTxt-mail {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 40px 15px 0px;
  display: inline-block;
  white-space: pre;
  color: #08318F;
  border-bottom: 1px solid #08318F;
}

a.content__linkTxt-mail:after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  content: url(/images/btn_link-mail-blue.png);
}

a.content__linkTxt-out {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 40px 15px 0px;
  display: inline-block;
  white-space: pre;
  color: #08318F;
  border-bottom: 1px solid #08318F;
  white-space: normal;
}

a.content__linkTxt-out:after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  content: url(/images/btn_link-out-blue.png);
}

a.content__linkBtn-black-arrow {
  white-space: pre;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 70px 15px 25px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
}

a.content__linkBtn-black-arrow:after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  content: url(/images/btn_link-arrow.png);
}

a.content__linkBtn-black-file {
  white-space: pre;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 70px 15px 25px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
}

a.content__linkBtn-black-file:after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  content: url(/images/btn_link-file.png);
}

a.content__linkBtn-black-mail {
  white-space: pre;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 70px 15px 25px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
}

a.content__linkBtn-black-mail:after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  content: url(/images/btn_link-mail.png);
}

a.content__linkBtn-black-out {
  white-space: pre;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 15px 70px 15px 25px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
}

a.content__linkBtn-black-out:after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 10px;
  content: url(/images/btn_link-out.png);
}

.pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager li {
  margin-right: 16px;
}

.pager li a {
  display: block;
  height: 100%;
  padding: 5px 10px;
  color: #08318F;
  border: 1px solid #08318F;
  background: #fff;
}

.pager li a.active {
  color: #999;
  background: #D8DEE5;
  border: 1px solid #D8DEE5;
}

.pager-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pager-detail li {
  margin-right: 16px;
}

.pager-detail li a {
  display: block;
  height: 100%;
  padding: 5px 10px;
  color: #08318F;
  border: 1px solid #08318F;
  background: #fff;
}

.pager-detail li a.active {
  color: #999;
  background: #D8DEE5;
  border: 1px solid #D8DEE5;
}

.searchBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 5px;
  padding: 24px 16px;
  background: #fff;
  box-shadow: 0px 8px 16px -6px #aaa;
  border: 2px solid #08318F;
}

.searchBox a {
  color: #999;
}

.searchBox #search_industry, .searchBox #search_section {
  width: 30%;
  padding-right: 16px;
  border-right: 1px solid #ccc;
  margin-right: 16px;
}

.searchBox #search_task {
  width: 30%;
}

#select_industryBox, #select_sectionBox, #select_taskBox {
  display: none;
  z-index: 1;
}

.selectBox {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.selectBox .search_category li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
}

.selectBox .search_category li label {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 100px;
  font-weight: bold;
}

.selectBox .search_category li label.on {
  border: 1px solid #08318F;
  color: #08318F;
}

.selectBox .search_category li label input[type="checkbox"] {
  margin-right: 8px;
}

.modal_wrap {
  width: 800px;
  margin: 150px auto;
  position: relative;
}

.modal_wrap .modal_inner {
  height: 520px;
  padding: 40px;
  background: #fff;
  overflow: auto;
}

.modal_wrap .modalBtn {
  height: auto;
  width: 100%;
  text-align: right;
  padding: 14px;
  background: #fff;
  border-top: 1px solid #ccc;
}

.modal_wrap .modalBtn input {
  font-size: 16px;
  font-size: 1.6rem;
  background: none;
  border: 0;
  color: #08318F;
  font-weight: bold;
}

.modal_wrap .modalBtn img {
  display: inline-block;
  padding-left: 10px;
  margin-top: -5px;
}

.button_area {
  text-align: center;
  margin: 30px 0;
}

.button_area button.searchBtn {
  border: 0;
  font-size: 18px;
  font-size: 1.8rem;
  background: linear-gradient(90deg, #00d4ff 0%, #083290 100%);
  color: #fff;
  padding: 16px 24px;
  font-weight: bold;
}

.button_area button.searchBtn:after {
  padding-left: 16px;
  content: url(/images/icon_search.png);
}

.information_date {
  display: inline-block;
}

.information_category {
  margin-left: 16px;
  font-size: 12px;
  display: inline-block;
  padding: 2px 15px;
  border: 1px solid #08318F;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #08318F;
}

.icon-black {
  background: #333;
  border-radius: 8px;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 8px;
}

.mb2 {
  margin-bottom: 16px;
}

.mb3 {
  margin-bottom: 24px;
}

.mb4 {
  margin-bottom: 32px;
}

.mb5 {
  margin-bottom: 40px;
}

.mb6 {
  margin-bottom: 48px;
}

.mb7 {
  margin-bottom: 56px;
}

.mb8 {
  margin-bottom: 64px;
}

.mb9 {
  margin-bottom: 72px;
}

.mb10 {
  margin-bottom: 80px;
}

.mb11 {
  margin-bottom: 88px;
}

.mb12 {
  margin-bottom: 96px;
}

.mb13 {
  margin-bottom: 104px;
}

.mb14 {
  margin-bottom: 112px;
}

.mb15 {
  margin-bottom: 120px;
}

.mb16 {
  margin-bottom: 128px;
}

.mb17 {
  margin-bottom: 136px;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 8px;
}

.mt2 {
  margin-top: 16px;
}

.mt3 {
  margin-top: 24px;
}

.mt4 {
  margin-top: 32px;
}

.mt5 {
  margin-top: 40px;
}

.mt6 {
  margin-top: 48px;
}

.mt7 {
  margin-top: 56px;
}

.mt8 {
  margin-top: 64px;
}

.mt9 {
  margin-top: 72px;
}

.mt10 {
  margin-top: 80px;
}

.mt11 {
  margin-top: 88px;
}

.mt12 {
  margin-top: 96px;
}

.mt13 {
  margin-top: 104px;
}

.mt14 {
  margin-top: 112px;
}

.mt15 {
  margin-top: 120px;
}

.mt16 {
  margin-top: 128px;
}

.mt17 {
  margin-top: 136px;
}

.fl {
  float: left;
  margin-right: 16px;
}

.fr {
  float: right;
  margin-left: 16px;
}

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

.note {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}

.sigunature {
  text-align: right;
}

.sigunature img {
  display: inline-block;
}

.txt-gray {
  color: #999;
}

.vision {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

.solution__mainSlide {
  max-width: 380px;
  max-height: 2230x;
}

.solution__mainSlide img {
  width: 100%;
}

.solution__subSlide {
  margin-top: 16px;
  max-width: 380px;
}

.solution__subSlide .slide_content-thumb {
  width: 84px;
  height: 53px;
  margin-right: 16px;
}

.solution__subSlide.slide_content-thumb img {
  width: 100%;
}

.slick-arrow {
  color: #ccc;
}

.box-black {
  padding: 15px;
  background: #333;
}

.blog__contents h1 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 32px;
}

.blog__contents h2 {
  font-size: 32px;
  font-size: 3.2rem;
  border-top: 1px solid #b5b5b5;
  margin-bottom: 24px;
  margin-top: 40px;
}

.blog__contents h2:before {
  content: "";
  background: linear-gradient(90deg, #00d4ff 0%, #083290 100%);
  height: 4px;
  display: block;
  width: 50px;
  width: 5rem;
}

.blog__contents h3 {
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 4px solid #08318F;
  -o-border-image: linear-gradient(to right, #1565C0 0%, #00838F 100%);
  border-image: linear-gradient(to right, #1565C0 0%, #00838F 100%);
  border-image-slice: 1;
  padding-left: 10px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.blog__contents h4 {
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #08318F;
  color: #08318F;
  padding-bottom: 5px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.blog__contents h5 {
  font-size: 20px;
  font-size: 2.0rem;
  color: #08318F;
  margin-top: 24px;
  margin-bottom: 16px;
}

.blog__contents p {
  margin-bottom: 16px;
}

.blog__contents u {
  background: linear-gradient(transparent 60%, #d0dcea 60%);
  text-decoration: none;
}

.blog__contents a {
  font-weight: bold;
}

.blog__contents table {
  width: 100%;
}

.blog__contents table tr {
  border-top: 1px solid #ddd;
}

.blog__contents table tr th {
  vertical-align: top;
  padding: 25px 0;
}

.blog__contents table tr td {
  vertical-align: top;
  padding: 25px 20px;
}

.blog__contents table tr td .innerTable {
  border: 0;
}

.blog__contents table tr td .innerTable tr {
  border: 0;
}

.blog__contents table tr td .innerTable th, .blog__contents table tr td .innerTable td {
  padding: 5px 20px;
  border: 0;
}

.blog__contents table tr:last-child {
  border-bottom: 1px solid #ddd;
}

.blog__contents ul li:before {
  vertical-align: middle;
  margin-right: 5px;
  margin-right: 0.5rem;
  display: inline-block;
  content: url(/images/list_dot.png);
}

.blog__contents ol {
  counter-reset: item;
}

.blog__contents ol li:before {
  vertical-align: middle;
  margin-right: 5px;
  margin-right: 0.5rem;
  display: inline-block;
  counter-increment: item;
  content: counter(item);
}

.blog__contents blockquote {
  background: #e6e8ea;
  padding: 0 25px 25px 25px;
}

.blog__contents blockquote:before {
  content: "”";
  font-size: 66px;
  font-size: 6.6rem;
  font-weight: bold;
  color: #ccc;
}

@media screen and (max-width: 767px) {
  .mtXS, .mtXSSp {
    margin-top: 4px !important;
  }
  .mtS, .mtSSp {
    margin-top: 8px !important;
  }
  .mtM, .mtMSp {
    margin-top: 16px !important;
  }
  .mtL, .mtLSp {
    margin-top: 32px !important;
  }
  .mtXL, .mtXLSp {
    margin-top: 64px !important;
  }
  .mbXS, .mbXSSp {
    margin-bottom: 4px !important;
  }
  .mbS, .mbSSp {
    margin-bottom: 8px !important;
  }
  .mbM, .mbMSp {
    margin-bottom: 16px !important;
  }
  .mbL, .mbLSp {
    margin-bottom: 32px !important;
  }
  .mbXL, .mbXLSp {
    margin-bottom: 64px !important;
  }
  .mlXS, .mlXSSp {
    margin-left: 4px !important;
  }
  .mlS, .mlSSp {
    margin-left: 8px !important;
  }
  .mlM, .mlMSp {
    margin-left: 16px !important;
  }
  .mlL, .mlLSp {
    margin-left: 32px !important;
  }
  .mlXL, .mlXLSp {
    margin-left: 64px !important;
  }
  .mrXS, .mrXSSp {
    margin-right: 4px !important;
  }
  .mrS, .mrSSp {
    margin-right: 8px !important;
  }
  .mrM, .mrMSp {
    margin-right: 16px !important;
  }
  .mrL, .mrLSp {
    margin-right: 32px !important;
  }
  .mrXL, .mrXLSp {
    margin-right: 64px !important;
  }
  .ptXS, .ptXSSp {
    padding-top: 4px !important;
  }
  .ptS, .ptSSp {
    padding-top: 8px !important;
  }
  .ptM, .ptMSp {
    padding-top: 16px !important;
  }
  .ptL, .ptLSp {
    padding-top: 32px !important;
  }
  .ptXL, .ptXLSp {
    padding-top: 64px !important;
  }
  .pbXS, .pbXSSp {
    padding-bottom: 4px !important;
  }
  .pbS, .pbSSp {
    padding-bottom: 8px !important;
  }
  .pbM, .pbMSp {
    padding-bottom: 16px !important;
  }
  .pbL, .pbLSp {
    padding-bottom: 32px !important;
  }
  .pbXL, .pbXLSp {
    padding-bottom: 64px !important;
  }
  .hideSp {
    display: none !important;
  }
  .textXS, .textXSSp {
    font-size: 1rem;
  }
  .textS, .textSSp {
    font-size: 1.2rem;
  }
  .textM, .textMSp {
    font-size: 1.4rem;
  }
  .textL, .textLSp {
    font-size: 1.6rem;
  }
  .textXL, .textXLSp {
    font-size: 1.8rem;
  }
  .textXXL, .textXXLSp {
    font-size: 2rem;
  }
  .textXXXL, .textXXXLSp {
    font-size: 2.4rem;
  }
  .taLSp {
    text-align: left !important;
  }
  .taCSp {
    text-align: center !important;
  }
  .taRSp {
    text-align: right !important;
  }
  .wrapper {
    padding-top: 63px;
  }
  section {
    padding: 64px 16px;
  }
  .fLSp {
    float: left;
  }
  .fRSp {
    float: right;
  }
  .fBoxSp {
    margin-left: -4%;
  }
  .fAllSp {
    float: left;
    width: 96%;
    margin-left: 4%;
  }
  .f1of2Sp {
    float: left;
    width: 46%;
    margin-left: 4%;
  }
  .f1of3Sp {
    float: left;
    width: 29.3333%;
    margin-left: 4%;
  }
  .f2of3Sp {
    float: left;
    width: 62.6666%;
    margin-left: 4%;
  }
  .f1of4Sp {
    float: left;
    width: 21%;
    margin-left: 4%;
  }
  .f3of4Sp {
    float: left;
    width: 71%;
    margin-left: 4%;
  }
  .f1of5Sp {
    float: left;
    width: 16%;
    margin-left: 4%;
  }
  .f2of5Sp {
    float: left;
    width: 36%;
    margin-left: 4%;
  }
  .f3of5Sp {
    float: left;
    width: 56%;
    margin-left: 4%;
  }
  .f4of5Sp {
    float: left;
    width: 76%;
    margin-left: 4%;
  }
  .f1of6Sp {
    float: left;
    width: 12.6666%;
    margin-left: 4%;
  }
  .f5of6Sp {
    float: left;
    width: 79.3333%;
    margin-left: 4%;
  }
  .f1of7Sp {
    float: left;
    width: 10.2857%;
    margin-left: 4%;
  }
  .f2of7Sp {
    float: left;
    width: 24.5714%;
    margin-left: 4%;
  }
  .f3of7Sp {
    float: left;
    width: 38.8571%;
    margin-left: 4%;
  }
  .f4of7Sp {
    float: left;
    width: 53.1428%;
    margin-left: 4%;
  }
  .f5of7Sp {
    float: left;
    width: 67.4285%;
    margin-left: 4%;
  }
  .f6of7Sp {
    float: left;
    width: 81.7142%;
    margin-left: 4%;
  }
  .f1of8Sp {
    float: left;
    width: 8.5%;
    margin-left: 4%;
  }
  .f3of8Sp {
    float: left;
    width: 33.5%;
    margin-left: 4%;
  }
  .flexBoxSp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contentBox, .contentBoxSp,
  .contentBoxM, .contentBoxMSp,
  .contentBoxL, .contentBoxLSp {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }
  .fixedfooter {
    padding: 32px 0 32px 16px;
  }
  .fixedfooter dl {
    width: 48%;
    margin: 0 16px 0 0;
    color: #fff;
  }
  .fixedfooter dl dt {
    font-size: 1.5rem;
  }
  .fixedfooter dl dd {
    font-size: 1.1rem;
  }
  .fixedfooter dl dd a span {
    padding: 8px 10px;
    font-size: 1.3rem;
  }
  footer#Footer {
    background: #333;
    color: #fff;
  }
  footer#Footer .footer_contents {
    padding: 32px 20px 0 20px;
  }
  footer#Footer .footer_contents .footer__profile {
    text-align: left;
  }
  footer#Footer .footer_contents .footer__profile .footer__profile_companyName {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  footer#Footer .footer_contents .footer__profile .footer__profile__address {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  footer#Footer .footer_contents .footer__profile .footer__profile-tel {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  footer#Footer .footer_contents .footer__profile .footer__iso {
    margin: 20px 0 0 0;
    padding-bottom: 32px;
  }
  footer#Footer .footer_contents .footer__profile .footer__iso img {
    margin: 0;
  }
  footer#Footer .footer_contents .footer__sitemap {
    margin: 20px 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  footer#Footer .footer_contents .footer__sitemap ul {
    font-size: 1.4rem;
  }
  footer#Footer .footer_contents .footer__sitemap ul.topCategory {
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  footer#Footer .footer_contents .footer__sitemap ul li {
    list-style: none;
  }
  footer#Footer .footer_contents .footer__sitemap ul li a {
    display: block;
    color: #fff;
    margin-bottom: 6px;
  }
  footer#Footer .footer_contents .footer__sitemap ul li ul {
    margin-left: 20px;
  }
  footer#Footer .solution {
    background: #444;
    padding: 16px;
  }
  footer#Footer .solution dl.solution__list {
    font-size: 1.4rem;
  }
  footer#Footer .solution dl.solution__list dt {
    font-weight: bold;
    margin-bottom: 20px;
  }
  footer#Footer .solution dl.solution__list dd ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  footer#Footer .solution dl.solution__list dd ul li a {
    color: #fff;
  }
  footer#Footer .Footer__copyYear {
    margin-top: 40px;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 16px;
    white-space: nowrap;
  }
  .menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    width: 64px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: top;
    align-items: top;
    z-index: 9990;
    background-color: #08318F;
  }
  .menu-btn p {
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 6px;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 1px;
    width: 24px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.3s 0s ease;
    top: 18px;
  }
  .menu-btn span:before {
    top: 5px;
  }
  .menu-btn span:after {
    top: 10px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span:before {
    top: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span:after {
    top: 0;
    transform: rotate(-45deg);
  }
  #menu-btn-check {
    display: none;
  }
  #header {
    box-shadow: 0px 0px 8px #aaa;
    background: #fff;
    position: fixed;
    width: 100%;
  }
  #header .logo {
    padding: 16px 16px 18px 16px;
  }
  #header .logo img {
    margin: 0;
    width: 220px;
  }
  #header .header__headMenu ul {
    display: none;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
  }
  #header .header__headMenu ul li {
    list-style: none;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header .header__headMenu ul li a {
    display: block;
    padding: 10px 0;
    line-height: 100%;
    font-size: 1.4rem;
    transition: all 0.5s 0s ease;
  }
  #header .header__headMenu ul li a.header__headMenu-lang {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    background: url(/images/icon_global.png) no-repeat left center;
    padding-left: 23px;
  }
  #header .header__headMenu ul li a.header__headMenu-download {
    vertical-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    background: url(/images/icon_download.png) no-repeat left center;
    white-space: pre;
    padding-left: 30px;
  }
  #header .header__headMenu ul li a.header__headMenu-contact {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    color: #08318F;
    background: url(/images/icon_contact-on.png) no-repeat left center;
    white-space: pre;
    padding-left: 30px;
  }
  #side {
    position: fixed;
    background: #092b8c;
    width: 100vw;
    height: calc(100vh - 64px);
    top: 64px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    transition: 300ms;
    overflow: scroll;
  }
  #side .spSubmenu {
    border-bottom: 1px solid #b7bbe0;
    padding: 26px 10px;
  }
  #side .spSubmenu a {
    color: #fff;
  }
  #side .spSubmenu a.btnDownload {
    width: 48%;
    display: inline-block;
    font-weight: bold;
    font-size: 1.4rem;
    border: 2px solid #fff;
    padding: 10px 10px 5px 10px;
    margin-right: 14px;
  }
  #side .spSubmenu a.btnDownload:after {
    float: right;
    content: url(/images/foot_icon_download.png);
  }
  #side .spSubmenu a.btnContact {
    font-weight: bold;
    font-size: 1.4rem;
    display: inline-block;
    border: 2px solid #fff;
    width: 48%;
    padding: 10px 10px 5px 10px;
  }
  #side .spSubmenu a.btnContact:after {
    float: right;
    content: url(/images/foot_icon_contact.png);
  }
  #side .spSubmenu a.btnLanguage {
    margin-top: 24px;
    display: block;
    text-align: center;
  }
  #side .spSubmenu a.btnLanguage span {
    font-size: 1.6rem;
    display: inline-block;
    background: url(/images/icon_global.png) no-repeat left center;
    padding-left: 23px;
  }
  #side.btnOn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
  }
  #side nav {
    padding: 0;
  }
  #side nav ul.side__mainmenu li a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 20px 10px;
    border-bottom: 1px solid #b7bbe0;
  }
  #side nav ul.side__mainmenu li.parrent {
    padding: 20px 0px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #b7bbe0;
    position: relative;
  }
  #side nav ul.side__mainmenu li.parrent .parrent_title {
    display: block;
    padding: 0 10px;
  }
  #side nav ul.side__mainmenu li.parrent:before {
    content: "";
    position: absolute;
    top: 25px;
    right: 15px;
    width: 24px;
    height: 24px;
    background: url(/images/nav_arrow-on.png) no-repeat right center;
    transform: rotate(90deg);
    transition: all 0.3s 0s ease;
  }
  #side nav ul.side__mainmenu li.parrent.arrow_on:before {
    transform: rotate(270deg);
  }
  #side nav ul.side__mainmenu li.parrent ul {
    background: rgba(0, 0, 0, 0.3);
    margin-top: 15px;
    margin-bottom: -20px;
    padding: 20px 10px;
    display: none;
  }
  #side nav ul.side__mainmenu li.parrent ul .closeBtn {
    display: none;
  }
  #side nav ul.side__mainmenu li.parrent ul li.category {
    font-size: 1.4rem;
    display: -ms-flexbox;
    display: flex;
    color: #7e93c4;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
  }
  #side nav ul.side__mainmenu li.parrent ul li.category:after {
    content: "";
    height: 1px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #7e93c4;
    margin-left: 1rem;
  }
  #side nav ul.side__mainmenu li.parrent ul li a {
    font-size: 1.2rem;
    padding: 10px 0;
    border-bottom: 0;
  }
  #side nav ul.side__submenu {
    padding: 0 10px;
    margin-top: 16px;
  }
  #side nav ul.side__submenu li {
    margin-bottom: 8px;
  }
  #side nav ul.side__submenu li a.side__submenu_link {
    color: #fff;
    font-size: 16px;
  }
  #side nav ul.side__submenu li .side__link-out:after {
    content: " " url(/images/nav_linkout-white.png);
  }
  #side .separate {
    display: inline-block;
    width: 46%;
    margin-right: 10px;
  }
  .topRead .section__inner h2:after {
    content: "";
    background: url(/images/top_img.png) no-repeat;
    background-size: contain;
    width: 263px;
    height: 263px;
    display: block;
    margin: 24px auto 0 auto;
  }
  .index_title {
    text-align: right;
  }
  .index_title h2 {
    text-align: left;
  }
  .index_title .index_list {
    display: inline-block;
    text-align: left;
    background: url(/images/icon_index_list.png) no-repeat left center;
    padding-left: 30px;
  }
  .title__topBorder:before {
    margin-bottom: 8px;
  }
  .page__title-big {
    font-size: 2.5rem;
  }
  .page__title-middle {
    font-size: 2.1rem;
  }
  .page__title-smallLv1 {
    font-size: 1.8rem;
  }
  .page__title-smallLv2 {
    font-size: 1.5rem;
  }
  .page__title-smallLv3 {
    font-size: 1.3rem;
  }
  .page__title-subcatch {
    font-size: 1.5rem;
    color: #08318F;
    display: block;
    font-weight: bold;
  }
  .page__title-subcatch:after {
    display: block;
    height: 1px;
    background: #08318F;
    width: 5rem;
    content: "";
    margin: 14px 0;
  }
  .link__list-cardPattern1 li {
    box-shadow: 0px 8px 16px -6px #aaa;
    background: url(/images/link_card_icon.png) no-repeat right bottom #fff;
    padding: 24px 16px 8px 16px;
    background-size: 10%;
    margin-bottom: 24px;
  }
  .link__list-cardPattern1 li:hover {
    color: #08318F;
    box-shadow: 0px 8px 5px -6px #aaa;
  }
  .link__list-cardPattern1 li a .link__list__title-big {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .link__list-cardPattern1 li a .link__list__title-middle {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .link__list-cardPattern1 li a .link__list__title-small {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 16px;
    text-align: left;
  }
  .link__list-cardPattern1 li a img {
    display: block;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .link__list-cardPattern1 li p {
    font-size: 1.4rem;
    color: #333;
  }
  .link__list-cardPattern1 li .link__list-icon {
    width: 15%;
    float: left;
  }
  .link__list-cardPattern1 li .link__list-txt {
    width: 80%;
    float: right;
  }
  .link__list-cardPattern1 li .link__list-icon-middle {
    width: 25%;
    float: left;
  }
  .link__list-cardPattern1 li .link__list-txt-middle {
    width: 70%;
    float: right;
  }
  .link__list-cardPattern2-noimage li {
    margin-bottom: 24px;
  }
  .link__list-cardPattern2-noimage li a .link__list__date {
    margin-bottom: 8px;
  }
  .link__list-cardPattern2-noimage li a .link__list__category {
    margin-bottom: 8px;
  }
  .link__list-cardPattern3 li {
    margin-bottom: 24px;
    background: url(/images/link_card_icon-out.png) no-repeat right bottom #fff;
  }
  .sus__icon-left .list__icon li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .sus__icon-right .list__icon li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .pcOnly {
    display: none;
  }
  .flex-sp {
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .mtXS, .mtXSPc {
    margin-top: 8px !important;
  }
  .mtS, .mtSPc {
    margin-top: 16px !important;
  }
  .mtM, .mtMPc {
    margin-top: 32px !important;
  }
  .mtL, .mtLPc {
    margin-top: 64px !important;
  }
  .mtXL, .mtXLPc {
    margin-top: 96px !important;
  }
  .mbXS, .mbXSPc {
    margin-bottom: 8px !important;
  }
  .mbS, .mbSPc {
    margin-bottom: 16px !important;
  }
  .mbM, .mbMPc {
    margin-bottom: 32px !important;
  }
  .mbL, .mbLPc {
    margin-bottom: 64px !important;
  }
  .mbXL, .mbXLPc {
    margin-bottom: 96px !important;
  }
  .mlXS, .mlXSPc {
    margin-left: 8px !important;
  }
  .mlS, .mlSPc {
    margin-left: 16px !important;
  }
  .mlM, .mlMPc {
    margin-left: 32px !important;
  }
  .mlL, .mtlPc {
    margin-left: 64px !important;
  }
  .mlXL, .mlXLPc {
    margin-left: 96px !important;
  }
  .mrXS, .mrXSSPc {
    margin-right: 8px !important;
  }
  .mrS, .mrSPc {
    margin-right: 16px !important;
  }
  .mrM, .mrMPc {
    margin-right: 32px !important;
  }
  .mrL, .mrLPc {
    margin-right: 64px !important;
  }
  .mrXL, .mrXLPc {
    margin-right: 96px !important;
  }
  .ptXS, .ptXSPc {
    padding-top: 8px !important;
  }
  .ptS, .ptSPc {
    padding-top: 16px !important;
  }
  .ptM, .ptMPc {
    padding-top: 32px !important;
  }
  .ptL, .ptLPc {
    padding-top: 64px !important;
  }
  .ptXL, .ptXLPc {
    padding-top: 96px !important;
  }
  .pbXS, .pbXSPc {
    padding-bottom: 8px !important;
  }
  .pbS, .pbSPc {
    padding-bottom: 16px !important;
  }
  .pbM, .pbMPc {
    padding-bottom: 32px !important;
  }
  .pbL, .pbLPc {
    padding-bottom: 64px !important;
  }
  .pbXL, .pbXLPc {
    padding-bottom: 96px !important;
  }
  .hidePc {
    display: none !important;
  }
  .textXS, .textXSPc {
    font-size: 1.2rem;
  }
  .textS, .textSPc {
    font-size: 1.4rem;
  }
  .textM, .textMPc {
    font-size: 1.6rem;
  }
  .textL, .textLPc {
    font-size: 1.8rem;
  }
  .textXL, .textXLPc {
    font-size: 2.4rem;
  }
  .textXXL, .textXXLPc {
    font-size: 3.2rem;
  }
  .textXXXL, .textXXXLPc {
    font-size: 4.2rem;
  }
  .taLPc {
    text-align: left !important;
  }
  .taCPc {
    text-align: center !important;
  }
  .taRPc {
    text-align: right !important;
  }
  .wrapper {
    padding-top: 80px;
    letter-spacing: 0.05em;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    min-width: 1200px;
  }
  #side {
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
  }
  .breadcrumb {
    padding: 30px 0 0 40px;
  }
  section {
    padding: 0 40px;
  }
  section .narrow {
    max-width: 800px;
    margin: 0 auto;
  }
  section .section__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  section.content__wrap-grayBack {
    padding: 60px;
  }
  .fLPc {
    float: left;
  }
  .fRPc {
    float: right !important;
  }
  .fBoxPc {
    margin-left: -4%;
  }
  .fAllPc {
    float: left;
    width: 96%;
    margin-left: 4%;
  }
  .f1of2Pc {
    float: left;
    width: 46%;
    margin-left: 4%;
  }
  .f1of3Pc {
    float: left;
    width: 29.3333%;
    margin-left: 4%;
  }
  .f2of3Pc {
    float: left;
    width: 62.6666%;
    margin-left: 4%;
  }
  .f1of4Pc {
    float: left;
    width: 21%;
    margin-left: 4%;
  }
  .f3of4Pc {
    float: left;
    width: 71%;
    margin-left: 4%;
  }
  .f1of5Pc {
    float: left;
    width: 16%;
    margin-left: 4%;
  }
  .f2of5Pc {
    float: left;
    width: 36%;
    margin-left: 4%;
  }
  .f3of5Pc {
    float: left;
    width: 56%;
    margin-left: 4%;
  }
  .f4of5Pc {
    float: left;
    width: 76%;
    margin-left: 4%;
  }
  .f1of6Pc {
    float: left;
    width: 12.6666%;
    margin-left: 4%;
  }
  .f5of6Pc {
    float: left;
    width: 79.3333%;
    margin-left: 4%;
  }
  .f1of7Pc {
    float: left;
    width: 10.2857%;
    margin-left: 4%;
  }
  .f2of7Pc {
    float: left;
    width: 24.5714%;
    margin-left: 4%;
  }
  .f3of7Pc {
    float: left;
    width: 38.8571%;
    margin-left: 4%;
  }
  .f4of7Pc {
    float: left;
    width: 53.1428%;
    margin-left: 4%;
  }
  .f5of7Pc {
    float: left;
    width: 67.4285%;
    margin-left: 4%;
  }
  .f6of7Pc {
    float: left;
    width: 81.7142%;
    margin-left: 4%;
  }
  .f1of8Pc {
    float: left;
    width: 9.5%;
    margin-left: 4%;
  }
  .f3of8Pc {
    float: left;
    width: 33.5%;
    margin-left: 4%;
  }
  .flexBoxPc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contentBox, .contentBoxPc {
    width: 1240px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 20px;
  }
  .contentBoxM, .contentBoxMPc {
    width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0;
  }
  .contentBoxL, .contentBoxLPc {
    width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0;
  }
  .fixedfooter {
    padding: 40px;
  }
  .fixedfooter dl {
    width: 35%;
    margin: 0 20px;
    color: #fff;
  }
  .fixedfooter dl dt {
    font-size: 2.4rem;
  }
  footer#Footer {
    padding: 40px;
    background: #333;
    color: #fff;
  }
  footer#Footer .footer_contents {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    width: 100%;
  }
  footer#Footer .footer_contents .footer__profile {
    text-align: left;
  }
  footer#Footer .footer_contents .footer__profile .footer__profile-tel {
    margin-bottom: 20px;
  }
  footer#Footer .footer_contents .footer__profile .footer__iso img {
    margin: 20px 0 0 0;
  }
  footer#Footer .footer_contents .footer__sitemap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
  }
  footer#Footer .footer_contents .footer__sitemap ul {
    margin-left: 40px;
  }
  footer#Footer .footer_contents .footer__sitemap ul li {
    list-style: none;
  }
  footer#Footer .footer_contents .footer__sitemap ul li a {
    display: block;
    color: #fff;
    margin-bottom: 15px;
  }
  footer#Footer .footer_contents .footer__sitemap ul li ul {
    margin-left: 1rem;
  }
  footer#Footer .solution {
    border-radius: 10px;
    background: #444;
    padding: 40px;
  }
  footer#Footer .solution dl.solution__list dt {
    margin-bottom: 20px;
  }
  footer#Footer .solution dl.solution__list dd ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  footer#Footer .solution dl.solution__list dd ul li a {
    color: #fff;
  }
  footer#Footer .Footer__copyYear {
    margin-top: 40px;
    text-align: center;
  }
  .hamburger-menu {
    display: none;
  }
  #header {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0px 0px 8px #aaa;
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 80px;
    transition: all 0.2s 0s ease;
  }
  #header .logo {
    transition: all 0.2s 0s ease;
    padding: 20px;
  }
  #header .logo img {
    transition: all 0.2s 0s ease;
  }
  #header .header__headMenu ul {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  #header .header__headMenu ul li {
    list-style: none;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header .header__headMenu ul li a {
    display: block;
    padding: 20px;
    line-height: 100%;
    font-size: 1.4rem;
    transition: all 0.2s 0s ease;
  }
  #header .header__headMenu ul li a.header__headMenu-lang {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    background: url(/images/icon_global_head.png) no-repeat left center;
    padding-left: 23px;
  }
  #header .header__headMenu ul li a.header__headMenu-download {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #08318F;
    border-right: 1px solid #fff;
    padding: 19px 25px;
  }
  #header .header__headMenu ul li a.header__headMenu-download:before {
    content: url(/images/icon_download.png) "\a";
    white-space: pre;
    padding-right: 5px;
  }
  #header .header__headMenu ul li a.header__headMenu-download:hover {
    background: #08318F;
    text-decoration: none;
    color: #fff;
  }
  #header .header__headMenu ul li a.header__headMenu-download:hover:before {
    content: url(/images/icon_download-on.png) "\a";
  }
  #header .header__headMenu ul li a.header__headMenu-contact {
    font-size: 1.6rem;
    padding: 19px 25px;
    font-weight: bold;
    text-align: center;
    background: #08318F;
    color: #fff;
    border-left: 1px solid #08318F;
  }
  #header .header__headMenu ul li a.header__headMenu-contact:before {
    content: url(/images/icon_contact.png) "\a";
    white-space: pre;
    padding-right: 5px;
  }
  #header .header__headMenu ul li a.header__headMenu-contact:before:hover {
    content: url(/images/icon_contact-on.png) "\a";
  }
  #header .header__headMenu ul li a.header__headMenu-contact:hover {
    color: #08318F;
    background: #fff;
    text-decoration: none;
  }
  #header .header__headMenu ul li a.header__headMenu-contact:hover:before {
    content: url(/images/icon_contact-on.png) "\a";
  }
  #header.is-animation {
    height: 50px;
  }
  #header.is-animation .logo {
    padding: 5px 20px;
  }
  #header.is-animation .logo img {
    height: 35px;
  }
  #header.is-animation .header__headMenu ul li a.header__headMenu-download {
    font-size: 1.2rem;
    padding: 5px 25px;
  }
  #header.is-animation .header__headMenu ul li a.header__headMenu-contact {
    font-size: 1.2rem;
    padding: 6px 25px;
  }
  #side .sidebar .sidebar__inner {
    transition: all 0.2s ease 0s;
    width: 100%;
  }
  #side nav {
    padding: 16px 0;
    position: relative;
    width: 320px;
    z-index: 9999;
  }
  #side nav ul.side__mainmenu li a {
    transition: all 0.5s 0s ease;
    color: #333;
    display: block;
    padding: 10px 15px;
    font-weight: bold;
  }
  #side nav ul.side__mainmenu li a:hover {
    text-decoration: none;
    background: #08318F;
    color: #fff;
  }
  #side nav ul.side__mainmenu li.parrent {
    background: url(/images/nav_arrow.png) no-repeat 95% center;
    transition: all 0.5s 0s ease;
    color: #333;
    display: block;
    padding: 10px 15px;
    font-weight: bold;
  }
  #side nav ul.side__mainmenu li.parrent:hover {
    color: #fff;
    background: url(/images/nav_arrow-on.png) no-repeat right center #08318F;
  }
  #side nav ul.side__mainmenu li.parrent ul {
    z-index: 99999;
    white-space: nowrap;
    position: absolute;
    top: 0px;
    left: 320px;
    background: #08318F;
    display: none;
    width: 100%;
    height: 100vh;
    over-flow: hidden;
    padding: 45px 15px;
  }
  #side nav ul.side__mainmenu li.parrent ul .closeBtn {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  #side nav ul.side__mainmenu li.parrent ul .closeBtn:after {
    display: inline-block;
    content: url(/images/btn_close.png);
    margin-left: 5px;
  }
  #side nav ul.side__mainmenu li.parrent ul .closeBtn span {
    display: inline-block;
  }
  #side nav ul.side__mainmenu li.parrent ul li.category {
    font-size: 1.4rem;
    display: -ms-flexbox;
    display: flex;
    color: #7e93c4;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
  }
  #side nav ul.side__mainmenu li.parrent ul li.category:after {
    content: "";
    height: 1px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #7e93c4;
    margin-left: 1rem;
  }
  #side nav ul.side__mainmenu li.parrent ul li a {
    padding: 5px 0;
    width: 100%;
    background-image: none;
    background: #08318F;
    color: #fff;
  }
  #side nav ul.side__mainmenu li.parrent ul li a:hover {
    background: #1944a9;
    background-image: none;
  }
  #side nav ul.side__submenu {
    margin: 15px;
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 16px;
  }
  #side nav ul.side__submenu li a.side__submenu_link {
    display: block;
    padding: 5px 0;
    color: #333;
    margin-bottom: 5px;
    transition: all 0.5s 0s ease;
  }
  #side nav ul.side__submenu li a.side__submenu_link:hover {
    text-decoration: none;
    background: #eee;
  }
  #side nav ul.side__submenu li .side__link-out:after {
    content: " " url(/images/nav_linkout.png);
  }
  #visual .visual__catch-main {
    padding-top: 96px;
    font-size: 40px;
    line-height: 1.7;
    font-weight: bold;
    padding-left: 40px;
  }
  #visual .visual__catch-main:after {
    content: "";
    width: 80px;
    border-bottom: 1px solid #fff;
    display: block;
    margin-top: 40px;
  }
  #visual .visual__catch-sub {
    margin-top: 40px;
    padding-left: 40px;
  }
  .topRead {
    background: url(/images/top_img.png) no-repeat top right;
    background-size: auto 100%;
  }
  .topRead p {
    width: 70%;
  }
  .index_title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .index_title .index_list {
    background: url(/images/icon_index_list.png) no-repeat left center;
    padding-left: 30px;
  }
  .page__title {
    font-size: 4.2rem;
  }
  .title__topBorder:before {
    margin-bottom: 16px;
  }
  .page__title-big {
    font-size: 4.2rem;
  }
  .page__title-middle {
    font-size: 2.8rem;
  }
  .page__title-smallLv1 {
    font-size: 2.4rem;
  }
  .page__title-smallLv2 {
    font-size: 1.8rem;
  }
  .page__title-smallLv3 {
    font-size: 1.6rem;
  }
  .page__title-subcatch {
    font-size: 1.6rem;
    color: #08318F;
    display: block;
    font-weight: bold;
  }
  .page__title-subcatch:after {
    display: block;
    height: 1px;
    background: #08318F;
    width: 5rem;
    content: "";
    margin: 5px 0;
  }
  .content__txt-middle {
    font-size: 1.6rem;
  }
  .content__txt-small {
    font-size: 1.4rem;
  }
  .content__box-grayback {
    padding: 25px;
  }
  .content__box-grayback2 {
    padding: 25px;
  }
  table.content__table-normal {
    width: 100%;
  }
  table.content__table-normal caption {
    width: 100%;
    font-size: 2.4rem;
    font-weight: bold;
    caption-side: top;
  }
  table.content__table-normal tr {
    border-top: 1px solid #ddd;
  }
  table.content__table-normal tr th {
    vertical-align: top;
    padding: 25px 0;
  }
  table.content__table-normal tr td {
    vertical-align: top;
    padding: 25px 20px;
  }
  table.content__table-normal tr td .innerTable {
    border: 0;
  }
  table.content__table-normal tr td .innerTable tr {
    border: 0;
  }
  table.content__table-normal tr td .innerTable th, table.content__table-normal tr td .innerTable td {
    padding: 5px 20px;
    border: 0;
  }
  table.content__table-normal tr:last-child {
    border-bottom: 1px solid #ddd;
  }
  table.content__table-index {
    width: 100%;
  }
  table.content__table-index th {
    padding: 5px;
    white-space: nowrap;
  }
  table.content__table-index td {
    padding: 5px 0;
  }
  ul.list__head-arrow {
    margin-left: 1.5rem;
  }
  ul.list__head-arrow li {
    text-indent: -1rem;
    margin-bottom: 16px;
  }
  ul.list__head-arrow li:before {
    vertical-align: middle;
    margin-right: 1rem;
    display: inline-block;
    content: url(/images/list_arrow.png);
  }
  ul.list__head-normal li:before {
    vertical-align: middle;
    margin-right: 0.5rem;
    display: inline-block;
    content: url(/images/list_dot.png);
  }
  ul.list__head-asterisk li:before {
    margin-right: 0.5rem;
    content: "※";
  }
  ol.list__head-normal {
    counter-reset: item;
  }
  ol.list__head-normal li:before {
    vertical-align: middle;
    margin-right: 0.5rem;
    display: inline-block;
    counter-increment: item;
    content: counter(item);
  }
  ol.list__head-ritch {
    counter-reset: item;
  }
  ol.list__head-ritch li {
    background: rgba(31, 66, 106, 0.06);
    position: relative;
    margin-bottom: 30px;
    margin-left: 30px;
    padding: 25px 25px 25px 40px;
  }
  ol.list__head-ritch li:before {
    position: absolute;
    font-weight: bold;
    top: -1rem;
    left: -30px;
    padding: 15px 20px;
    background: #08318F;
    vertical-align: middle;
    margin-right: 0.5rem;
    display: inline-block;
    counter-increment: item;
    content: counter(item);
    color: #fff;
  }
  dl.content__dl-normal dt {
    margin-bottom: 15px;
  }
  dl.content__dl-normal dd {
    border-left: 4px solid #08318F;
    margin-left: 2rem;
    padding-left: 15px;
  }
  .link__list-cardPattern-fullImage .link__list-card {
    position: relative;
    box-shadow: 0px 8px 16px -6px #aaa;
    background: url(/images/link_card_icon.png) no-repeat right bottom #fff;
    padding-bottom: 40px;
  }
  .link__list-cardPattern-fullImage .link__list-card a {
    display: block;
    overflow: hidden;
  }
  .link__list-cardPattern-fullImage .link__list-card:hover {
    color: #08318F;
    box-shadow: 0px 8px 5px -6px #aaa;
  }
  .link__list-cardPattern-fullImage .link__list-card:hover img {
    transform: scale(1.2, 1.2);
  }
  .link__list-cardPattern-fullImage .link__list-card ul {
    padding: 0 24px 24px 24px;
  }
  .link__list-cardPattern-fullImage .link__list-card .goto {
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.25;
  }
  .link__list-cardPattern-fullImage .link__list-card .link__list__title-big {
    padding: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .link__list-cardPattern-fullImage .link__list-card .link__list__title-middle {
    padding: 16px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .link__list-cardPattern-fullImage .link__list-card .link__list__title-small {
    padding: 0 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .link__list-cardPattern-fullImage .link__list-card p {
    padding: 0 16px;
    color: #333;
    font-size: 1.4rem;
  }
  .link__list-cardPattern-fullImage .link__list-card .link__list__category {
    margin-left: 16px;
    font-size: 12px;
    display: inline-block;
    padding: 2px 15px;
    border: 1px solid #08318F;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #08318F;
  }
  .link__list-cardPattern-fullImage .link__list-card .imgBox {
    width: 100%;
    aspect-ratio: 5/3;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .link__list-cardPattern-fullImage .link__list-card .imgBox img {
    overflow: visible;
    display: block;
    text-align: center;
    width: 100%;
    transition: all 0.5s ease 0s;
  }
  .link__list-cardPattern-fullImage .link__list-card .imgBox-ratio19-8 {
    width: 100%;
    aspect-ratio: 19/8;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .link__list-cardPattern-fullImage .link__list-card .imgBox-ratio19-8 img {
    overflow: visible;
    display: block;
    text-align: center;
    width: 100%;
    transition: all 0.5s ease 0s;
  }
  .link__list-cardPattern1 li {
    box-shadow: 0px 8px 16px -6px #aaa;
    background: url(/images/link_card_icon.png) no-repeat right bottom #fff;
    padding: 15px 25px 40px 25px;
  }
  .link__list-cardPattern1 li:hover {
    color: #08318F;
    box-shadow: 0px 8px 5px -6px #aaa;
  }
  .link__list-cardPattern1 li a .link__list__title-big {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  .link__list-cardPattern1 li a .link__list__title-middle {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  .link__list-cardPattern1 li a .link__list__title-small {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .link__list-cardPattern1 li a img {
    margin-top: 25px;
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  .link__list-cardPattern1 li a p {
    color: #333;
  }
  .link__list-cardPattern2-noimage li {
    margin-bottom: 24px;
  }
  .link__list-cardPattern3 li {
    background: url(/images/link_card_icon.png) no-repeat right bottom #fff;
  }
  .content__column4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content__column4 .column__box {
    width: 23%;
  }
  .content__column3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content__column3 .column__box {
    width: 31.3%;
    margin-right: 3%;
  }
  .content__column3 .column__box:nth-of-type(3n) {
    margin-right: 0;
  }
  .content__column2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content__column2 .column__box {
    width: 48%;
  }
  .sus__column2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sus__icon-left {
    width: 53.5%;
  }
  .sus__icon-left .list__icon li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .sus__icon-left .list__icon li:nth-child(4n) {
    margin-right: 0;
  }
  .sus__icon-right {
    width: 40%;
  }
  .sus__icon-right .list__icon li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .sus__icon-right .list__icon li:nth-child(3n) {
    margin-right: 0;
  }
  ul.page__mokuji {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.page__mokuji li {
    margin-right: 30px;
    border-bottom: 1px solid #08318F;
    position: relative;
  }
  ul.page__mokuji li a {
    font-weight: bold;
    padding-bottom: 24px;
    display: block;
  }
  ul.page__mokuji li a img {
    display: inline-block;
  }
  .tab_box .btn_area {
    margin: 0 10px;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #08318F;
    padding: 0 15px;
  }
  .tab_box .tab_btn {
    margin-bottom: 0;
    padding: 20px;
    color: #333;
    text-align: center;
    cursor: pointer;
    border-top: 3px solid #F1F1F1;
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
    transition: all 0.2s ease 0s;
    background: #e5e7ea;
    margin-right: 20px;
  }
  .tab_box .tab_btn:hover {
    background-color: #dce1e4;
  }
  .tab_box .tab_btn.active {
    margin-bottom: -1px;
    background: #F1F1F1;
    border-top: 3px solid #08318F;
    border-left: 1px solid #08318F;
    border-right: 1px solid #08318F;
    color: #08318F;
  }
  .tab_box .panel_area {
    border-bottom: solid 1px #08318F;
    padding: 70px 65px;
  }
  .tab_box .tab_panel {
    display: none;
  }
  .tab_box .tab_panel.active {
    display: block;
  }
  .spOnly {
    display: none;
  }
  .width10 {
    width: 10%;
  }
  .width15 {
    width: 15%;
  }
  .width20 {
    width: 20%;
  }
  .width30 {
    width: 30%;
  }
  .width40 {
    width: 40%;
  }
  .width50 {
    width: 50%;
  }
  .width60 {
    width: 60%;
  }
  .width70 {
    width: 70%;
  }
  .width80 {
    width: 80%;
  }
  .width90 {
    width: 90%;
  }
  .width95 {
    width: 95%;
  }
  .width100 {
    width: 100%;
  }
  .fl_pc {
    float: left;
    margin-right: 16px;
  }
  .fr_pc {
    float: right;
    margin-left: 16px;
  }
  .down_arrow {
    padding: 40px 0;
    text-align: center;
    background: url(/images/arrow_bg.svg) no-repeat top center;
    background-size: auto 100%;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .down_arrow span {
    font-size: 3.0rem;
  }
  .content__rightImage img {
    width: 47%;
    float: right;
  }
  .content__rightImage .content__txt {
    width: 48%;
    float: left;
    margin-right: 24px;
  }
}

/*# sourceMappingURL=style.css.map */
