@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

a,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
label,
li,
main,
mark,
menu,
nav,
ol,
p,
pre,
q,
s,
section,
select,
small,
span,
strong,
summary,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

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

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

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

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  outline: none;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

[type=button],
[type=reset],
[type=submit],
a,
a img,
button {
  -webkit-transition: 0s;
  transition: 0s;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

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

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  -webkit-flex-basis: 8.33333333%;
          flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  -webkit-flex-basis: 16.66666667%;
          flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
          flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  -webkit-flex-basis: 41.66666667%;
          flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  -webkit-flex-basis: 58.33333333%;
          flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  -webkit-flex-basis: 66.66666667%;
          flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
          flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  -webkit-flex-basis: 83.33333333%;
          flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  -webkit-flex-basis: 91.66666667%;
          flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  text-align: end;
}

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

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

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

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

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

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
          order: -1;
}

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

@media only screen and (min-width: 48em) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
}
/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  color: #808080;
  font-weight: 400;
  overflow-x: auto;
  line-height: 1.6;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden;
}
body.noScroll {
  overflow: hidden;
}
body.scrollX {
  overflow-x: scroll;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 1.4rem !important;
  }
}
body a {
  -webkit-transition: 0s;
  transition: 0s;
  color: #808080;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
  opacity: 0.8;
}
body .bass-link-A01 {
  color: rgb(47, 98, 187);
}
@media screen and (max-width: 767px) {
  body .pcShow {
    display: none;
  }
}
body .spShow {
  display: none;
}
@media screen and (max-width: 767px) {
  body .spShow {
    display: block;
  }
}

.bass-skiplink {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 1280px) {
  .lContainer {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
  }
}
.lContainer:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #af1f39;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
@media screen and (max-width: 960px) {
  .lContainer:before {
    content: none;
  }
}
.lContainer.scrollX {
  overflow: inherit;
}
.lContainer .areaLeft {
  width: 80px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1280px) {
  .lContainer .areaLeft {
    display: none;
  }
}
.lContainer .areaLeft .content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lContainer .mainContainer {
  width: 100%;
  min-width: 1100px;
  margin-left: 0;
}
.lContainer .mainContainer .-pageCont {
  padding: 3rem 0 12rem;
}
.lContainer .mainContainer .-groupCtn {
  padding-bottom: 8.5rem;
}
.lContainer .-pageCont {
  padding: 3rem 0 12rem;
}
.lContainer .sContainer {
  margin-top: 2em;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.innerS {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .-fullWidth {
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
  }
}

.boxContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 128px;
}

.paddingCost {
  padding-bottom: 7.5rem;
}

.link {
  color: #002c76;
  text-decoration: underline;
}
.link.blueColor {
  color: #0000ff;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 1rem 0.5rem 0;
}
.link.-print {
  position: relative;
  padding-left: 2.2rem;
  font-size: 1.4rem;
}
.link.-print::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 16px;
  height: 18px;
  background: url(../img/common/icon_link_02.png) no-repeat left center;
  background-size: contain;
}
.link.-mail {
  position: relative;
  padding-left: 2.2rem;
}
.link.-mail::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 16px;
  height: 18px;
  background: url(../img/common/icon_link_05.png) no-repeat left center;
  background-size: contain;
}

.tel {
  color: #333333;
}
@media screen and (min-width: 768px) {
  .tel {
    pointer-events: none;
  }
}

.-colorDark {
  color: #333333;
}

.-colorLight {
  color: #666666;
}

.image {
  width: 100%;
}

.-center {
  text-align: center;
}

.gradTtl {
  color: #390c13;
  font-weight: bold;
  font-size: 2rem;
  background-color: #e8dedb;
  padding: 1rem 2rem;
  margin: 4rem 0 3rem;
}

.bgTtl {
  color: #244647;
  font-weight: bold;
  font-size: 2rem;
  background-color: #ebf3ed;
  padding: 1rem 2rem;
  margin: 4rem 0 3rem;
}

.qualitySubTtl {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 0.5rem;
  padding-top: 4.5rem;
  margin-bottom: 2rem;
}

.scrollTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.scrollTop .-top {
  position: relative;
  padding-left: 2rem;
  font-size: 1.4rem;
}
.scrollTop .-top::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url(../../recruit/mid_career/images/icon02.gif) no-repeat left center;
}
.scrollTop .link {
  text-decoration: none;
}
.scrollTop .link:hover {
  text-decoration: underline;
}
.scrollTop .iconBLue {
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
}
.scrollTop .iconBLue:before {
  content: "";
  width: 15px;
  height: 4px;
  background-image: url(../img/common/icon_up_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*==================================================================================================
	// Background Color
==================================================================================================*/
.-greyBg {
  background-color: #e5e5e5;
}

.-lightGrey {
  background-color: #f2f2f2;
}

.-blackBg {
  background-color: #1a1a1a;
}

.-red {
  color: #af1f39;
}

/*==================================================================================================
	// Form Search
==================================================================================================*/
.form-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 0.5rem 0;
}
.form-search .search-button {
  background-image: url(../img/common/search.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  width: 50px;
  height: 45px;
  padding: 1.5rem;
  background-color: white;
  border: none;
  border-right: 1px solid #d9d9d9;
}
.form-search label {
  width: calc(100% - 50px);
  overflow: hidden;
}
.form-search label input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 0.5rem;
  max-width: 130px;
}

/*==================================================================================================
	// Scrollable
==================================================================================================*/
.scrollable {
  height: 100%;
  overflow-x: auto;
}

.scrollable-container {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  z-index: 0;
}
.scrollable-container .active {
  background: none !important;
}

/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .scrollable {
    margin-right: -10px;
    padding-top: 32px;
    margin-top: -32px;
    margin-bottom: -32px;
    padding-bottom: 32px;
    /* ie scrollbar color properties */
    scrollbar-base-color: #cfcfcf;
    scrollbar-face-color: #666666;
    scrollbar-3dlight-color: #666666;
    scrollbar-highlight-color: #666666;
    scrollbar-track-color: #cfcfcf;
    scrollbar-arrow-color: #666666;
    scrollbar-shadow-color: #666666;
    scrollbar-dark-shadow-color: #666666;
  }
  .scrollable:after {
    content: "";
    height: 10px;
    display: block;
    border-radius: 50px;
  }
}
/*Edge*/
@supports (-ms-ime-align: auto) {
  .scrollable {
    margin-right: -10px;
    padding-right: 16px;
    margin-bottom: -10px;
    margin-left: -16px;
    padding-left: 16px;
  }
  .scrollable:after {
    content: "";
    height: 10px;
    display: block;
  }
}
/*Firefox*/
/*From version 64 - https://drafts.csswg.org/css-scrollbars-1/*/
.scrollable {
  scrollbar-width: thin;
  scrollbar-color: #666666 #cfcfcf;
}

/*Chrome*/
.scrollable::-webkit-scrollbar-track {
  border-radius: 0;
  background: #cfcfcf;
}

.scrollable::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  background: #666666;
  border-radius: 50px;
}

.scrollable::-webkit-scrollbar {
  height: 8px;
  width: 5px;
}

.-scrollColor::-webkit-scrollbar {
  width: 12px;
}
.-scrollColor::-webkit-scrollbar-track {
  border-radius: 0;
  background: #f7f7f7;
}
.-scrollColor::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #cccccc;
  border-radius: 50px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .-scrollColor {
    margin-right: -5px;
    padding-top: 32px;
    margin-top: -32px;
    margin-bottom: -32px;
    padding-bottom: 32px;
    /* ie scrollbar color properties */
    scrollbar-base-color: #f7f7f7;
    scrollbar-face-color: #cccccc;
    scrollbar-3dlight-color: #cccccc;
    scrollbar-highlight-color: #cccccc;
    scrollbar-track-color: #f7f7f7;
    scrollbar-arrow-color: #cccccc;
    scrollbar-shadow-color: #cccccc;
  }
}

/*==================================================================================================
	Title line
==================================================================================================*/
.titlePage {
  font-size: 3.6rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #4d4d4d;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .titlePage {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
}
.titlePage span.-line {
  background-color: #af1f39;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .titlePage {
    font-size: 2.8rem;
  }
}

/*==================================================================================================
	Slider
==================================================================================================*/
.banner {
  display: block;
}
.banner h3 {
  margin: 0 5px;
}
.banner .slick-prev {
  position: absolute;
  right: auto;
  left: 150px;
  background-image: url(../img/common/arrow-prev.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner .slick-prev:before {
  color: #333333;
  content: "";
}
.banner .slick-next {
  position: absolute;
  right: 150px;
  left: auto;
  background-image: url(../img/common/arrow-next.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner .slick-next:before {
  color: #333333;
  content: "";
}
.banner .slider-for img {
  width: 100%;
}
.banner .slider-for h3 {
  margin: 0;
}
.banner .slick-slider {
  margin-bottom: 0;
}
.banner .slider-nav {
  padding: 1rem 0;
  background-color: #f2f2f2;
}
.banner .slider-nav .slick-list {
  min-width: 740px;
  max-width: 740px;
  margin: 0 auto;
}

/*==================================================================================================
	Bread
==================================================================================================*/
.-bread {
  padding-top: calc(0.5em + 4px);
  padding-bottom: 0.5em;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.-bread .breadList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.-bread .breadList__item {
  letter-spacing: 0.1em;
  font-size: 81.25%;
  font-weight: 500;
}
.-bread .breadList__item > a {
  color: #808080;
}
.-bread .breadList__item > a:hover {
  text-decoration: underline;
}
.-bread .breadList__item:before {
  margin-left: 0.8em;
  margin-right: 0.8em;
  content: "＞";
}
.-bread .breadList__item:first-child:before {
  content: none;
}
.-bread .breadList__item:last-child {
  color: #333333;
}
.-bread .breadList__item:last-child:before {
  color: #666666;
}

/*==================================================================================================
	Heading
==================================================================================================*/
/*-------------------------------------------
h1タイトル
-------------------------------------------*/
.headingArea {
  background-image: url(../img/common/heading-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  position: relative;
}
.headingArea:before {
  content: "";
  width: 100vw;
  height: 100%;
  background-image: url(../img/common/heading-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
  z-index: -1;
}
.headingArea:after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #af1f39;
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
  z-index: 1;
}
.headingArea.-noMargin {
  margin-bottom: 0;
}
.headingArea .pageTtl {
  color: #333333;
  font-size: 4rem;
  line-height: 56px;
  font-weight: 400;
  padding-bottom: 0;
}

/*-------------------------------------------
h2タイトル
-------------------------------------------*/
.headingContainer {
  position: relative;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 4rem;
}
.headingContainer:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f2f2f2;
  width: 100%;
  height: 50%;
}
.headingContainer.-fontSize .containerTtl {
  line-height: 1;
  padding-bottom: 1.9rem;
  font-size: 2.9rem;
  font-weight: 500;
}
.headingContainer.-fontSize:before {
  height: 31px;
}
.headingContainer .inner {
  position: relative;
}
.headingContainer .inner span {
  position: absolute;
  right: 0;
  bottom: 1em;
  font-size: 80%;
}
.headingContainer .containerTtl {
  position: relative;
  padding-left: 0.8rem;
  line-height: 1;
  padding-bottom: 1.9rem;
  font-size: 2.9rem;
  font-weight: 500;
  color: #333333;
}
.headingContainer .containerTtl.-noNumber {
  padding-left: 0;
}
.headingContainer .containerTtl.-noNumber:before {
  display: none;
}
.headingContainer .containerTtl:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #333333;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.headingContainer .containerTtl .ttlNumber {
  font-size: 2.4rem;
  padding-right: 2rem;
  top: -1px;
  color: #ffffff;
  position: relative;
  font-weight: 700;
}
.headingContainer.-red {
  margin-top: 7rem;
  border-bottom: 0;
  padding-left: 1rem;
}
.headingContainer.-red .containerTtl {
  padding-left: 6rem;
  font-weight: 500;
}
.headingContainer.-red:before {
  background-color: #e7bbc3;
  border-radius: 0 0 0 50px;
}
.headingContainer.-red:after {
  position: absolute;
  left: 0;
  content: "";
  background-image: url(../img/common/point.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 57px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.headingContainer .groupBtn {
  position: absolute;
  right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  margin-bottom: 0.7rem;
}
.headingContainer .groupBtn .btn {
  background-color: #cccccc;
  width: 200px;
  text-align: center;
  color: #999999;
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.headingContainer .groupBtn .btn.-dark {
  background-color: #808080;
  color: #ffffff;
  font-size: 2rem;
}
.headingContainer .groupBtn .btn:first-child {
  margin-right: 2rem;
}

/*-------------------------------------------
h3タイトル
-------------------------------------------*/
.subHeading {
  color: #333333;
  font-size: 2.5rem;
  border-bottom: 0.7rem solid #d9d9d9;
  position: relative;
  margin-bottom: 4rem;
}
.subHeading:after {
  position: absolute;
  content: "";
  bottom: -0.7rem;
  right: -50px;
  width: 100%;
  height: 0.7rem;
  background-color: #d9d9d9;
}
.subHeading.-mt {
  margin-top: 3em;
}

.littleTitle {
  color: #333333;
  font-size: 2.2rem;
  margin-bottom: 1em;
}

.innerS .subHeading:after {
  right: -100px;
}

.ttlArea .ttlContent {
  color: #333333;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -1px;
}
.ttlArea .ttlContent .redTxt {
  font-size: 3.2rem;
  color: #af1f39;
}

.ttlList {
  margin-top: 1.5rem;
  color: #333333;
}
.ttlList__item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
.ttlList__item:last-child {
  margin-bottom: 0;
}
.ttlList__item:before {
  content: "";
  position: absolute;
  background-color: #333333;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  left: 0;
  top: 5px;
}
.ttlList__item.-noIcon:before {
  background-color: white;
}
.ttlList__item .number {
  color: #af1f39;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 18px;
}

/*-------------------------------------------
h5タイトル
-------------------------------------------*/
.subTtl-h5 {
  color: #333333;
  font-size: 2.5rem;
  margin-bottom: 4rem;
  padding: 0 0.7em;
  border-left: 6px solid #d9d9d9;
}

/*==================================================================================================
	Menu news
==================================================================================================*/
.subMenu .subMenuCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .subMenu .subMenuCont {
    letter-spacing: -0.08rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .subMenu .subMenuCont {
    font-size: 1.3rem;
  }
}
.subMenu .subMenuCont__item a {
  display: block;
  font-weight: 500;
  padding: 1rem 1.5rem;
  margin-right: 1px;
  border: 1px solid transparent;
  border-top: 0;
  color: #808080;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5rem -0.4rem;
  font-size: 85%;
}
.subMenu .subMenuCont__item a.active, .subMenu .subMenuCont__item a:hover {
  color: #af1f39;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbf4f5), to(#efd2d7));
  background: -webkit-linear-gradient(#fbf4f5 0%, #efd2d7 100%);
  background: linear-gradient(#fbf4f5 0%, #efd2d7 100%);
  border: 1px solid #e7bbc3;
  border-top: 0;
  opacity: 1;
}
.subMenu .subMenuCont__item a .tbShow {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  .subMenu .subMenuCont__item a .tbShow {
    display: block;
  }
}
.subMenu .subMenuCont__item.-product a {
  padding: 1rem;
  text-align: center;
}
.subMenu .subMenuCont.-fontS {
  font-size: 90%;
}

/*==================================================================================================
	Navigation
==================================================================================================*/
.navPage {
  padding-bottom: 4.5rem;
}
.navPage .navPageCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -0.5rem -0.4rem;
}
.navPage .navPageCont__item {
  width: 14.2%;
  padding: 0.5rem 0.4rem;
}
.navPage .navPageCont__item .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #d9d9d9;
  height: 100%;
  padding: 0.3rem 0.6rem;
  padding-right: 0;
}
.navPage .navPageCont__item .content:hover {
  background-color: #f3a35c;
  border: 1px solid #f3a35c;
  color: #ffffff;
  opacity: 1;
}
.navPage .navPageCont__item .content:hover .number p {
  border: 1px solid #ffffff;
}
.navPage .navPageCont__item .content.active {
  background-color: #f3a35c;
  border: 1px solid #f3a35c;
  color: #ffffff;
  opacity: 1;
}
.navPage .navPageCont__item .content.active .number p {
  border: 1px solid #ffffff;
}
.navPage .navPageCont__item .content p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 15px;
}
.navPage .navPageCont__item .content .number {
  padding-right: 0.5rem;
}
.navPage .navPageCont__item .content .number p {
  width: 22px;
  height: 22px;
  line-height: 1;
  border: 1px solid #808080;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.navPage .navPageCont__item .content.-slider.active {
  background-color: #F3A35C;
  border: 1px solid #F3A35C;
}
.navPage .navPageCont__item .content.-slider:hover {
  background-color: #F3A35C;
  border: 1px solid #F3A35C;
}
.navPage .navPageCont__item .content.-multiaxes.active {
  background-color: #6AB688;
  border: 1px solid #6AB688;
}
.navPage .navPageCont__item .content.-multiaxes:hover {
  background-color: #6AB688;
  border: 1px solid #6AB688;
}
.navPage .navPageCont__item .content.-grip.active {
  background-color: #BA8977;
  border: 1px solid #BA8977;
}
.navPage .navPageCont__item .content.-grip:hover {
  background-color: #BA8977;
  border: 1px solid #BA8977;
}
.navPage .navPageCont__item .content.-scara.active {
  background-color: #486198;
  border: 1px solid #486198;
}
.navPage .navPageCont__item .content.-scara:hover {
  background-color: #486198;
  border: 1px solid #486198;
}
.navPage .navPageCont__item .content.-rotary.active {
  background-color: #CC8B63;
  border: 1px solid #CC8B63;
}
.navPage .navPageCont__item .content.-rotary:hover {
  background-color: #CC8B63;
  border: 1px solid #CC8B63;
}
.navPage .navPageCont__item .content.-table.active {
  background-color: #00B1E8;
  border: 1px solid #00B1E8;
}
.navPage .navPageCont__item .content.-table:hover {
  background-color: #00B1E8;
  border: 1px solid #00B1E8;
}
.navPage .navPageCont__item .content.-rod.active {
  background-color: #7AA4D0;
  border: 1px solid #7AA4D0;
}
.navPage .navPageCont__item .content.-rod:hover {
  background-color: #7AA4D0;
  border: 1px solid #7AA4D0;
}
.navPage .navPageCont__item .content.-servo.active {
  background-color: #379AAE;
  border: 1px solid #379AAE;
}
.navPage .navPageCont__item .content.-servo:hover {
  background-color: #379AAE;
  border: 1px solid #379AAE;
}
.navPage .navPageCont__item .content.-lsa.active {
  background-color: #F2AFAF;
  border: 1px solid #F2AFAF;
}
.navPage .navPageCont__item .content.-lsa:hover {
  background-color: #F2AFAF;
  border: 1px solid #F2AFAF;
}
.navPage .navPageCont__item .content.-tabletop.active {
  background-color: #F8C63E;
  border: 1px solid #F8C63E;
}
.navPage .navPageCont__item .content.-tabletop:hover {
  background-color: #F8C63E;
  border: 1px solid #F8C63E;
}
.navPage .navPageCont__item .content.-clean.active {
  background-color: #A8CA03;
  border: 1px solid #A8CA03;
}
.navPage .navPageCont__item .content.-clean:hover {
  background-color: #A8CA03;
  border: 1px solid #A8CA03;
}
.navPage .navPageCont__item .content.-waterproof.active {
  background-color: #A384BA;
  border: 1px solid #A384BA;
}
.navPage .navPageCont__item .content.-waterproof:hover {
  background-color: #A384BA;
  border: 1px solid #A384BA;
}
.navPage .navPageCont__item .content.-control.active {
  background-color: #DD7D76;
  border: 1px solid #DD7D76;
}
.navPage .navPageCont__item .content.-control:hover {
  background-color: #DD7D76;
  border: 1px solid #DD7D76;
}
.navPage .navPageCont__item .content.-control > .txt > p {
  font-size: 1.3rem;
  letter-spacing: -0.17em;
}
.navPage .navPageCont__item .content.-special.active {
  background-color: #007BB6;
  border: 1px solid #007BB6;
}
.navPage .navPageCont__item .content.-special:hover {
  background-color: #007BB6;
  border: 1px solid #007BB6;
}
.navPage .navPageCont__item .content.-other.active {
  background-color: #7A8B8E;
  border: 1px solid #7A8B8E;
}
.navPage .navPageCont__item .content.-other:hover {
  background-color: #7A8B8E;
  border: 1px solid #7A8B8E;
}

.subNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #cccccc;
  padding: 1rem;
  margin-top: 6rem;
}
.subNav__item .content {
  padding: 1rem 0.5rem;
  display: block;
  line-height: 1;
  font-weight: 500;
  text-decoration: underline;
}
.subNav__item .content.active {
  background-color: #f3a35c;
  color: #ffffff;
}
.subNav__item .content.active span:after {
  background-image: url(../img/common/arrow_down_w.svg);
}
.subNav__item .content:hover {
  background-color: #f3a35c;
  color: #ffffff;
}
.subNav__item .content:hover span:after {
  background-image: url(../img/common/arrow_down_w.svg);
}
.subNav__item .content span {
  position: relative;
  padding-right: 2.2rem;
}
.subNav__item .content span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../img/common/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.compNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 3rem;
}
.compNav__item {
  margin: 0 20px 10px 0;
}
.compNav__item a {
  border-bottom: 1px solid #B7B7B7;
  padding: 1rem 1rem 1rem 2.2rem;
  position: relative;
  font-size: 80%;
  color: #333333 !important;
  display: block;
  text-decoration: none !important;
}
.compNav__item a:before {
  content: "";
  background-image: url(../img/common/arrow-next-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -0.5em;
  width: 0.4em;
  height: 1em;
}
.compNav__item a:hover {
  background: -webkit-linear-gradient(top, #F5F5F5, #FFFFFF 20%, #FFFFFF 60%, #DEDEDE);
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), color-stop(20%, #FFFFFF), color-stop(60%, #FFFFFF), to(#DEDEDE));
  background: linear-gradient(to bottom, #F5F5F5, #FFFFFF 20%, #FFFFFF 60%, #DEDEDE);
}
.compNav__item a.active {
  background: -webkit-linear-gradient(top, #F5F5F5, #FFFFFF 20%, #FFFFFF 60%, #DEDEDE);
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), color-stop(20%, #FFFFFF), color-stop(60%, #FFFFFF), to(#DEDEDE));
  background: linear-gradient(to bottom, #F5F5F5, #FFFFFF 20%, #FFFFFF 60%, #DEDEDE);
}
.compNav__item:last-child {
  margin-right: 0;
}
.compNav.-column5 .compNav__item {
  width: 184px;
}
.compNav.-column5 .compNav__item:nth-child(5n) {
  margin-right: 0;
}

.nav {
  margin-bottom: 3em;
}
.nav .compNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1rem;
  max-width: 100%;
}
.nav .compNav__item {
  margin: 0;
  width: 16.6666666667%;
}
.nav .compNav__item a {
  border-bottom: 1px solid #B7B7B7;
  padding: 1rem 0rem 1rem 3rem;
  position: relative;
  font-size: 90%;
  margin-right: 1em;
  color: #333333 !important;
  display: block;
  text-decoration: none !important;
}
.nav .compNav__item a:before {
  content: "";
  background-image: url(../img/common/arrow-next-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -0.5em;
  width: 0.4em;
  height: 1em;
}
.nav .compNav__item a:hover {
  background: -webkit-linear-gradient(top, #F5F5F5, #FFFFFF 20%, #FFFFFF 60%, #DEDEDE);
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), color-stop(20%, #FFFFFF), color-stop(60%, #FFFFFF), to(#DEDEDE));
  background: linear-gradient(to bottom, #F5F5F5, #FFFFFF 20%, #FFFFFF 60%, #DEDEDE);
}
.nav .compNav__item a.active {
  background: -webkit-linear-gradient(top, #F5F5F5, #FFFFFF 20%, #FFFFFF 60%, #DEDEDE);
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), color-stop(20%, #FFFFFF), color-stop(60%, #FFFFFF), to(#DEDEDE));
  background: linear-gradient(to bottom, #F5F5F5, #FFFFFF 20%, #FFFFFF 60%, #DEDEDE);
}
.nav .compNav__item:last-child {
  margin-right: 0;
}
.nav .compNav.-column6 .compNav__item {
  width: 16.6666666667%;
}
.nav .compNav.-column6 .compNav__item:nth-child(5n) {
  margin-right: 0;
}

/*==================================================================================================
	Two Box
==================================================================================================*/
.boxCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.boxCont__item {
  width: 50%;
}
.boxCont__item.image {
  padding-left: 4.5rem;
}
.boxCont__item h5 {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
}
.boxCont__item p {
  line-height: 30px;
}
.boxCont__item img {
  width: 100%;
}

.btnArea {
  padding: 0 1rem;
  margin-top: 1.5rem;
}
.btnArea .btn {
  cursor: pointer;
  color: #808080;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #cccccc;
  margin-bottom: 1rem;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 2rem;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#f3f3f3), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #f3f3f3, #e6e6e6);
  background-image: linear-gradient(#ffffff, #f3f3f3, #e6e6e6);
}
.btnArea .btn:last-child {
  margin-bottom: 0;
}
.btnArea .btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#737373), color-stop(#525252), to(#333333));
  background-image: -webkit-linear-gradient(#737373, #525252, #333333);
  background-image: linear-gradient(#737373, #525252, #333333);
  color: #ffffff;
  opacity: 1;
}
.btnArea .btn:hover span::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btnArea .btn .-icon {
  position: relative;
  padding-left: 4rem;
}
.btnArea .btn .-icon:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  height: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btnArea .btn .-icon.-menu:before {
  width: 27px;
  background-image: url(../img/common/menu.svg);
}
.btnArea .btn .-icon.-menu:hover:before {
  width: 27px;
  background-image: url(../img/common/menu-white.svg);
}
.btnArea .btn .-icon.-mail:before {
  width: 30px;
  background-image: url(../img/common/mail.png);
}
.btnArea .btn .-icon.-faq {
  padding-left: 3rem;
}
.btnArea .btn .-icon.-faq:before {
  width: 30px;
  height: 28px;
  background-image: url(../img/common/icon_question.png);
}
.btnArea .btn.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#737373), color-stop(#525252), to(#333333));
  background-image: -webkit-linear-gradient(#737373, #525252, #333333);
  background-image: linear-gradient(#737373, #525252, #333333);
  color: #ffffff;
}
.btnArea .btn.active .-menu:before {
  width: 27px;
  background-image: url(../img/common/menu-white.svg);
}
.btnArea .btn .-arrRight {
  position: relative;
  width: 100%;
}
.btnArea .btn .-arrRight:after {
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/arrow-right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 20px;
  position: absolute;
}

.boxTxtCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.boxTxtCont__txt {
  width: calc(100% - 330px);
  padding-right: 2rem;
}
.boxTxtCont__txt.noImage {
  width: 100%;
  padding-right: 0;
}
.boxTxtCont__txt .textList li {
  position: relative;
  padding-left: 1.5rem;
}
.boxTxtCont__txt .textList li:after {
  content: "";
  position: absolute;
  background-color: #999999;
  width: 7px;
  height: 7px;
  top: 1rem;
  left: 0;
}
.boxTxtCont__img {
  width: 330px;
}

/*==================================================================================================
	Base
==================================================================================================*/
/*タイトル*/
.baseTtlArea {
  text-align: center;
}
.baseTtlArea .baseTtl {
  display: block;
  position: relative;
  margin-bottom: 1.3em;
  font-size: 1.5em;
  color: #333333;
}
.baseTtlArea .baseTtl a {
  color: #333333;
}
.baseTtlArea .baseTtl:before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #AF1F39;
}

.baseList__item .inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2em;
}

.baseFrame .baseList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.baseFrame .baseList__item {
  max-width: 313px;
  width: 100%;
  margin: 0 30px 28px 0;
  background-color: #F2F2F2;
}
.baseFrame .baseList__item .linkArea {
  display: block;
  width: 100%;
  height: 100%;
}
.baseFrame .baseList__item .linkArea .baseBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.baseFrame .baseList__item .linkArea .baseBox .baseImg img {
  display: block;
  width: 100%;
}
.baseFrame .baseList__item .linkArea .baseBox .baseTextArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.baseFrame .baseList__item .linkArea .baseBox .baseTextArea .baseText {
  display: block;
  font-size: 1.3em;
  margin: 1em;
  color: #333333;
}
.baseFrame .baseList__item .linkArea .baseBox .baseTextArea .center {
  text-align: center;
}
.baseFrame .baseList__item .linkArea .baseArea .baseText {
  letter-spacing: 1.5px;
}
.baseFrame .baseList__item .baseButtonArea .baseButtonList__item {
  width: 100%;
  margin: 0 auto 13px auto;
  text-align: center;
  border: 1px solid #A42038;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#CE5167), to(#AE1933));
  background: -webkit-linear-gradient(#CE5167, #AE1933);
  background: linear-gradient(#CE5167, #AE1933);
}
.baseFrame .baseList__item .baseButtonArea .baseButtonList__item a {
  display: block;
  width: 100%;
  padding: 0.9em;
  color: #fff;
}
.baseFrame .baseList__item .baseButtonArea .baseButtonList__item:last-child {
  margin-bottom: 0;
}
.baseFrame .baseList__item .baseButtonArea .baseButtonList__item:hover {
  opacity: 0.5;
  -webkit-transition: 0s;
  transition: 0s;
}
.baseFrame .baseList .baseLinkArea .basechildList {
  margin: 0 1em;
}
.baseFrame .baseList .baseLinkArea .basechildList__item {
  margin-bottom: 1em;
  text-decoration: underline;
}
.baseFrame .baseList .baseLinkArea .basechildList__item a {
  color: #3B4043;
}
.baseFrame .baseList .baseLinkArea .basechildList__item a .linkItem {
  position: relative;
}
.baseFrame .baseList .baseLinkArea .basechildList__item a .linkItem:before {
  content: "";
  background-image: url(../img/common/arrow-next-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -0.9em;
  top: 50%;
  margin-top: -0.5em;
  width: 0.35em;
  height: 1em;
}
.baseFrame .baseList .baseLinkArea .basechildList__item:last-child {
  margin-bottom: 0;
}
.baseFrame .baseList .baseLinkArea .basechildList__item:hover {
  text-decoration: none;
}
.baseFrame .baseList__item:nth-child(3n) {
  margin-right: 0;
}

.baseFrame-sentei .baseList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.baseFrame-sentei .baseList__item {
  max-width: 313px;
  width: 100%;
  margin: 0 30px 28px 0;
  background-color: #F2F2F2;
}
.baseFrame-sentei .baseList__item .linkArea {
  display: block;
  width: 100%;
  height: 100%;
}
.baseFrame-sentei .baseList__item .linkArea > .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding: 2em 1em;
}
.baseFrame-sentei .baseList__item .linkArea > .inner .baseTtlArea {
  min-height: 0%;
}
.baseFrame-sentei .baseList__item .linkArea > .inner .baseArea {
  margin-top: auto;
}
.baseFrame-sentei .baseList__item .linkArea .baseTtlArea {
  font-size: 90%;
}
.baseFrame-sentei .baseList__item .linkArea .baseTtlArea .baseTtl span {
  font-size: 70%;
}
.baseFrame-sentei .baseList__item .linkArea .baseBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.baseFrame-sentei .baseList__item .linkArea .baseBox .baseImg img {
  display: block;
  width: 100%;
}
.baseFrame-sentei .baseList__item .linkArea .baseBox .baseTextArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.baseFrame-sentei .baseList__item .linkArea .baseBox .baseTextArea .baseText {
  display: block;
  font-size: 1.3em;
  margin: 1em;
  color: #333333;
}
.baseFrame-sentei .baseList__item .linkArea .baseArea {
  text-align: center;
}
.baseFrame-sentei .baseList__item .linkArea .baseArea .baseText {
  letter-spacing: 1.5px;
}
.baseFrame-sentei .baseList__item .baseButtonArea .baseButtonList__item {
  width: 100%;
  margin: 0 auto 13px auto;
  text-align: center;
  border: 1px solid #A42038;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#CE5167), to(#AE1933));
  background: -webkit-linear-gradient(#CE5167, #AE1933);
  background: linear-gradient(#CE5167, #AE1933);
}
.baseFrame-sentei .baseList__item .baseButtonArea .baseButtonList__item a {
  display: block;
  width: 100%;
  padding: 0.9em;
  color: #fff;
}
.baseFrame-sentei .baseList__item .baseButtonArea .baseButtonList__item:last-child {
  margin-bottom: 0;
}
.baseFrame-sentei .baseList__item .baseButtonArea .baseButtonList__item:hover {
  opacity: 0.5;
  -webkit-transition: 0s;
  transition: 0s;
}
.baseFrame-sentei .baseList .baseLinkArea .basechildList {
  margin: 0 1em;
}
.baseFrame-sentei .baseList .baseLinkArea .basechildList__item {
  margin-bottom: 1em;
  text-decoration: underline;
}
.baseFrame-sentei .baseList .baseLinkArea .basechildList__item a {
  color: #3B4043;
}
.baseFrame-sentei .baseList .baseLinkArea .basechildList__item a .linkItem {
  position: relative;
}
.baseFrame-sentei .baseList .baseLinkArea .basechildList__item a .linkItem:before {
  content: "";
  background-image: url(../img/common/arrow-next-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -0.9em;
  top: 50%;
  margin-top: -0.5em;
  width: 0.35em;
  height: 1em;
}
.baseFrame-sentei .baseList .baseLinkArea .basechildList__item:last-child {
  margin-bottom: 0;
}
.baseFrame-sentei .baseList .baseLinkArea .basechildList__item:hover {
  text-decoration: none;
}
.baseFrame-sentei .baseList__item:nth-child(3n) {
  margin-right: 0;
}

/*ボタン*/
.grayBtn {
  margin-top: 2rem;
}
.grayBtn a {
  border-radius: 5px;
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 0.75em 2em 0.75em 1.4em;
  height: 50px;
  text-decoration: none;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#B9BABA), to(#8B8B8B));
  background: -webkit-linear-gradient(#B9BABA, #8B8B8B);
  background: linear-gradient(#B9BABA, #8B8B8B);
  color: #fff;
  -webkit-transition: 0s;
  transition: 0s;
  color: #ffffff;
  position: relative;
}
.grayBtn a:hover {
  background: -webkit-linear-gradient(#8B8B8B, #B9BABA);
}
.grayBtn a:after {
  content: "";
  background-image: url(../img/common/arrow-next-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  width: 0.5em;
  height: 1em;
}

.basicTextarea {
  margin-top: 3em;
}
.basicTextarea > * {
  margin-bottom: 1em;
}
.basicTextarea > *:first-child {
  margin-top: 0 !important;
}
.basicTextarea > *:last-child {
  margin-bottom: 0 !important;
}
.basicTextarea p {
  line-height: 1.8;
}
.basicTextarea ul {
  margin: 1.6em 0;
}
.basicTextarea ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
.basicTextarea ul li:before {
  content: "●";
  font-size: 60%;
  margin-right: 0.6em;
  line-height: 1;
  vertical-align: middle;
}
.basicTextarea ul li:last-child {
  margin-bottom: 0;
}

/*動画ライブラリー*/
.libraryTextArea {
  display: block;
  text-align: center;
  height: 100%;
  padding: 1em 2em;
}
.libraryTextArea .baseText {
  display: block;
  font-size: 1.3em;
  color: #333333;
}
.libraryTextArea .libraryText {
  text-align: left;
  margin-top: 0.7em;
  color: #000000;
}