@charset "UTF-8";
h2, h3, .font-bold {
  /* font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic", "YuGothic", sans-serif; */
  font-weight: normal;
}

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

body {
  margin: 0;
}

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

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

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

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

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -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;
  outline-offset: -2px;
}

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

body {
  font: 16px/1 "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, Helvetica;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.7px;
}
@media (max-width: 768.98px) {
  body {
    min-width: inherit;
    font-size: 11px;
  }
}

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

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

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

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

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

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

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

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

dt {
  font-weight: normal;
}

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

blockquote {
  margin: 0 0 1em;
}

a {
  color: #283238;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

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

em {
  font-style: normal;
}

figure {
  margin: 0 0 1em;
}

img {
  vertical-align: bottom;
}

[role=button] {
  cursor: pointer;
}

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

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

caption {
  display: none;
}

th {
  text-align: left;
}

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

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

button:focus {
  outline: 0;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

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

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

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

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

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

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

.modaal-close {
  position: fixed;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  background: url(../images/btn_close_0003.png) no-repeat 0 0;
  top: 88px;
  width: 1190px;
  height: 40px;
  margin: 0 auto;
  margin-left: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: none;
  content: " ";
  position: absolute;
  top: 54px;
  left: 23px;
  width: 1px;
  height: 38px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  left: 100px;
  top: 88px;
  width: 1190px;
  margin: 0 auto;
}

.modaal-content-container {
  padding: 0;
}

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

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

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

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

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

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

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

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

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

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

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

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

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url(../images/img_arrow_0007.png) no-repeat 50% 50%;
  width: 50px;
  height: 50px;
  background-color: #323276;
  left: 0;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url(../images/img_arrow_0008.png) no-repeat 50% 50%;
  width: 50px;
  height: 50px;
  background-color: #323276;
  right: 0;
  left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff;
  opacity: 0.5;
}

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

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

.swiper-pagination-bullet-active {
  opacity: 0.55;
  background: #5F5F5F;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, Arial, Helvetica;
  font-size: 16px;
  color: #283238;
  line-height: 1.4;
  overflow-x: hidden;
  letter-spacing: 0.025em;
}
@media (max-width: 768.98px) {
  body {
    min-width: 100%;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
}

body.no-scroll {
  overflow: hidden;
}

.container {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1000000000;
}
@media (max-width: 768.98px) {
  .container {
    overflow: hidden;
  }
}
@media (max-width: 768.98px) {
  .container-contents {
    padding: 0 8px;
    background-color: #09b67a;
  }
}
@media (max-width: 1279.98px) {
  .container-contents::before {
    left: 0 !important;
  }
}

@media (max-width: 768.98px) {
  .section-hero + .nav-home + .container-contents {
    position: relative;
    left: 10px;
  }
}

.header-contents {
  padding-top: 460px;
  background: url(../images/img_mission_0001.png) no-repeat 50% 140px;
  background-size: 100%;
}
@media (max-width: 768.98px) {
  .header-contents {
    background-position-y: 72px;
    padding-top: 208px;
    padding-left: 16px;
    background-size: 240%;
  }
}
@media (max-width: 1279.98px) {
  .header-contents {
    background-position-y: 72px;
  }
}
.header-contents.mission {
  background-image: url(../images/img_mission_0001.png);
}
.header-contents.company {
  background-image: url(../images/img_company_0009.png);
}
.header-contents.outline {
  background-image: url(../images/img_outline_0001.png);
}
.header-contents.ceo {
  background-image: url(../images/img_ceo_0001.png);
}
.header-contents.location {
  background-image: url(../images/img_location_0001.png);
}
.header-contents.news {
  background-image: url(../images/img_news_0001.png);
}
.header-contents.library {
  background-image: url(../images/img_library_0001.png);
}
.header-contents.product {
  background-image: url(../images/img_product_0001.png);
}
.header-contents.qa {
  padding-top: 250px;
  background-image: url(../images/img_product_0002.png);
}
.header-contents.action {
  background-image: url(../images/img_action_0001.png);
}
.header-contents.overview {
  background-image: url(../images/img_overview_0001.png);
}
.header-contents.philosophy {
  background-image: url(../images/img_philosophy_0001.png);
}
.header-contents.outline {
  background-image: url(../images/img_outline_0001.png);
}
.header-contents.recruit {
  background-image: url(../images/img_recruit_0001.png);
}
.header-contents.next {
  background-image: url(../images/img_next_0001.png);
}
.header-contents.polyol_toha {
  background-image: url(../images/img_polyol_toha_0001.png);
}
.header-contents.kankyo {
  background-image: url(../images/img_kankyo_0001.png);
}
.header-contents.halal {
  background-image: url(../images/img_halal_0001.png);
}
.header-contents.sdgs {
  background-image: url(../images/img_sdgs_0000.png);
}
.header-contents.other {
  padding-top: 250px;
  background-image: url(../images/img_other_0001.png);
}
.header-contents.contribution {
  background-image: url(../images/img_contribution_0001.png);
}
.header-contents.min {
  padding-top: 130px;
  background-image: none;
}
.header-contents.min + .container-contents::before {
  left: 0;
}
.header-contents.min .inner::before {
  height: 500px;
}
.header-contents .inner {
  width: 1160px;
  margin: 0 auto;
  background-color: #ffffff;
  padding-top: 100px;
  padding-left: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .header-contents .inner {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768.98px) {
  .header-contents .inner {
    width: auto;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 36px;
    padding-bottom: 50px;
  }
}
.header-contents .inner::before {
  content: "";
  display: block;
  width: 400%;
  height: 150px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: -100%;
}
@media (max-width: 768.98px) {
  .header-contents .inner::before {
    display: none;
  }
}
.header-contents .inner::after {
  content: "";
  display: block;
  width: 400%;
  height: 300px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768.98px) {
  .header-contents .inner::after {
    height: 140px;
    left: -30px;
    top: auto;
    bottom: 0;
  }
}
.header-contents .inner .title {
  position: relative;
  z-index: 100;
}
.header-contents .img {
  z-index: 0 !important;
  background-color: #fff;
}
@media (max-width: 768.98px) {
  .header-contents .img {
    height: calc(100% - 200px) !important;
  }
}
.header-common {
  background-color: #ffffff;
  -webkit-transform: translateZ(10px);
          transform: translateZ(10px);
}
.header-common.isPC {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 50000;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768.98px) {
  .header-common.isPC {
    display: none;
    pointer-events: none;
  }
}
.header-common.isSP {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 50000;
  pointer-events: none;
  -webkit-transform: translateZ(10px);
          transform: translateZ(10px);
}
@media (max-width: 768.98px) {
  .header-common.isSP {
    display: block;
    pointer-events: auto;
  }
}
.header-common.active {
  border-bottom: 1px solid #dfe0e1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-common.active .inner {
  padding: 0 80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1279.98px) {
  .header-common.active .inner {
    padding: 0 12px;
  }
}
@media (max-width: 768.98px) {
  .header-common.active .inner {
    padding: 0;
    position: relative;
  }
}
.header-common.active .inner .column2 {
  height: 68px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-common.active .inner .column2 .list-ganv2 > .item .list-inner {
  top: 115px;
}
.header-common.active .inner .column2 .list-ganv3 > .item > a {
  padding: 9px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-common .inner {
  padding: 0 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1279.98px) {
  .header-common .inner {
    padding: 0 12px;
  }
}
@media (max-width: 991.98px) {
  .header-common .inner {
    padding: 0;
    position: relative;
  }
}
.header-common .inner .column1 .list-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  height: 50px;
}
.header-common .inner .column1 .list-gnav .item:last-child {
  margin: 0;
}
.header-common .inner .column1 .list-gnav .item:last-child::after {
  display: none;
}
.header-common .inner .column1 .list-gnav .item::after {
  content: "";
  display: inline-block;
  margin: 0 16px;
  height: 8px;
  width: 1px;
  background-color: #a5a5a5;
}
.header-common .inner .column1 .list-gnav .item a {
  color: #283238;
  font-size: 13px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header-common .inner .column1 .list-gnav .item a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header-common .inner .column1 .list-gnav .item.rd a::after {
  content: "";
  display: inline-block;
  background: url(../images/img_icon_0021.svg) no-repeat 0 0;
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
.header-common .inner .column1 .list-gnav .item.lang a::after {
  content: "";
  display: inline-block;
  background: url(../images/img_icon_0022.svg) no-repeat 0 0;
  width: 12px;
  height: 12px;
  margin-left: 6px;
}
.header-common .inner .column2 {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768.98px) {
  .header-common .inner .column2 {
    display: block;
  }
}
.header-common .inner .column2 .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768.98px) {
  .header-common .inner .column2 .nav {
    display: block;
  }
}
.header-common .inner .column2 .nav .logo {
  margin: 0;
  position: relative;
  top: -10px;
  width: 180px;
}
@media (max-width: 1279.98px) {
  .header-common .inner .column2 .nav .logo {
    width: 140px;
  }
}
@media (max-width: 991.98px) {
  .header-common .inner .column2 .nav .logo {
    width: 120px;
  }
}
.header-common .inner .column2 .nav .logo img {
  width: 100%;
}
.header-common .inner .column2 .list-ganv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.header-common .inner .column2 .list-ganv2 > .item {
  position: relative;
  margin-left: 46px;
  white-space: nowrap;
}
@media (max-width: 1279.98px) {
  .header-common .inner .column2 .list-ganv2 > .item {
    margin-left: 23px;
  }
}
@media (max-width: 991.98px) {
  .header-common .inner .column2 .list-ganv2 > .item {
    margin-left: 4%;
  }
}
.header-common .inner .column2 .list-ganv2 > .item.current a::after {
  content: "";
  display: block;
  border-bottom: 1px solid #283238;
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  white-space: nowrap;
}
.header-common .inner .column2 .list-ganv2 > .item > a {
  color: #283238;
  font-size: 15px;
  height: 90px;
  line-height: 45px;
  display: block;
}
@media (max-width: 1279.98px) {
  .header-common .inner .column2 .list-ganv2 > .item > a {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .header-common .inner .column2 .list-ganv2 > .item > a {
    font-size: 12px;
  }
}
.header-common .inner .column2 .list-ganv2 > .item > a::after {
  content: "";
  display: block;
  border-bottom: 1px solid #283238;
  width: 100%;
  position: absolute;
  bottom: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header-common .inner .column2 .list-ganv2 > .item > a:hover::after {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner {
  position: fixed;
  top: 140px;
  left: 0;
  background: #fafafa;
  width: 100%;
  padding: 0 40px;
  height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner.ct__010 .list-inner2 {
  background-image: url(../images/img_gnav_0001.png);
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner.ct__020 .list-inner2 {
  background-image: url(../images/img_gnav_0002.png);
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner.ct__030 .list-inner2 {
  background-image: url(../images/img_gnav_0003.png);
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner.ct__040 .list-inner2 {
  background-image: url(../images/img_gnav_0004.png);
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner.active {
  height: 380px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 40px 40px;
  visibility: visible;
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner.active.ct__010 {
  display: block;
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner.active.ct__020 {
  display: block;
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner.active.ct__030 {
  display: block;
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner2 {
  padding: 40px 40px 0 380px;
  width: 1160px;
  height: 300px;
  margin: 0 auto;
  background: #ffffff url(../images/img_gnav_0001.png) no-repeat 0 0;
  background-size: 300px;
}
@media (max-width: 1279.98px) {
  .header-common .inner .column2 .list-ganv2 > .item .list-inner2 {
    width: auto;
  }
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner2 .title {
  font-size: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #a5a5a5;
  margin-bottom: 20px;
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner2 .title a {
  color: #283238;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner2 .title a:hover::after {
  display: none;
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner2 .title a::after {
  display: none;
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner2 .list-pc__010 {
  width: 40%;
  float: left;
  margin-right: 10%;
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner2 .list-pc__010 .item {
  margin-bottom: 12px;
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner2 .list-pc__010 .item a {
  color: #283238;
  font-size: 15px;
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner2 .list-pc__010 .item a::after {
  display: none;
}
@media (max-width: 1279.98px) {
  .header-common .inner .column2 .list-ganv2 > .item .list-inner2 .list-pc__010 .item a {
    font-size: 12px;
  }
}
.header-common .inner .column2 .list-ganv2 > .item .list-inner2 .list-pc__010 .item.t2::before {
  content: "-";
  display: inline-block;
  margin-right: 1em;
}
.header-common .inner .column2 .list-ganv3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-common .inner .column2 .list-ganv3 > .item {
  margin-left: 12px;
  position: relative;
}
.header-common .inner .column2 .list-ganv3 > .item > a {
  width: 120px;
  display: block;
  padding: 13px 0;
  text-align: center;
  border: 1px solid #283238;
  background-color: #283238;
  color: #ffffff;
  font-size: 12px;
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-common .inner .column2 .list-ganv3 > .item > a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 1279.98px) {
  .header-common .inner .column2 .list-ganv3 > .item > a {
    width: 120px;
  }
}
@media (max-width: 991.98px) {
  .header-common .inner .column2 .list-ganv3 > .item > a {
    width: 90px;
    font-size: 10px;
  }
}
.header-common .inner .column2 .list-ganv3 > .item.request a {
  background-color: #ffffff;
  color: #283238;
}
.header-common .inner .column2 .list-ganv3 > .item.request a::after {
  content: "";
  display: inline-block;
  background: url(../images/img_arrow_0007.svg) no-repeat 0 50%;
  width: 5px;
  height: 8px;
  margin-left: 6px;
}
.header-common .inner .column2 .list-ganv3 > .item .list-inner3 {
  position: absolute;
  top: 45px;
  left: -100px;
  background: url(../images/img_arrow_0009.svg) no-repeat 70% 12px;
  width: 220px;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-common .inner .column2 .list-ganv3 > .item .list-inner3.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-common .inner .column2 .list-ganv3 > .item .list-pc__020 {
  border: 1px solid #283238;
  background-color: #ffffff;
  border-radius: 4px;
  width: 220px;
  padding: 0 25px;
}
.header-common .inner .column2 .list-ganv3 > .item .list-pc__020::before {
  content: "";
}
.header-common .inner .column2 .list-ganv3 > .item .list-pc__020 .item:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.header-common .inner .column2 .list-ganv3 > .item .list-pc__020 .item a {
  font-size: 12px;
  height: 56px;
  border-bottom: 1px solid #dfe0e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-common .inner .column2 .list-ganv3 > .item .list-pc__020 .item a::after {
  display: none;
}
.header-common .inner .column2 .list-ganv3 > .item .list-pc__020 .item a::before {
  content: "";
  display: inline-block;
  background: url(../images/img_icon_0009.png) no-repeat 0 0;
  background-size: 100%;
  width: 24px;
  height: 19px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.header-common .inner .column2 .list-ganv3 > .item .list-pc__020 .item.t1 a::before {
  background: url(../images/img_icon_0030.svg) no-repeat 0 0;
  background-size: 100%;
  width: 24px;
  height: 22px;
}
.header-common .inner .column2 .list-ganv3 > .item .list-pc__020 .item.t2 a::before {
  background: url(../images/img_icon_0031.svg) no-repeat 0 0;
  background-size: 100%;
  width: 23px;
  height: 23px;
}
.header-common .inner .column2 .list-ganv3 > .item .list-pc__020 .item.t3 a::before {
  background: url(../images/img_icon_0032.svg) no-repeat 0 0;
  background-size: 100%;
  width: 22px;
  height: 23px;
}
.header-common .inner .column2s {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 500000;
}
.header-common .inner .column2s .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-common .inner .column2s .nav .logo {
  width: 45%;
  text-align: center;
  margin-bottom: 0;
  padding-top: 13px;
  height: 72px;
}
.header-common .inner .column2s .nav .logo img {
  width: 80%;
  max-width: 138px;
}
.header-common .inner .column2s .nav .list-ganv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-common .inner .column2s .nav .list-ganv2 .item {
  width: 33.3%;
  border-left: 1px solid #dbdcdd;
  position: relative;
  letter-spacing: -0.05em;
}
.header-common .inner .column2s .nav .list-ganv2 .item a {
  color: #283238;
  text-align: center;
  font-size: 10px;
  display: block;
  background: url(../images/img_icon_0025.png) no-repeat 50% 10px;
  width: 100%;
  height: 72px;
  position: absolute;
  padding-top: 50px;
}
.header-common .inner .column2s .nav .list-ganv2 .item:nth-child(1) a {
  background: url(../images/img_icon_0025.png) no-repeat 50% 18px;
  background-size: 18px;
}
.header-common .inner .column2s .nav .list-ganv2 .item:nth-child(2) a {
  background: url(../images/img_icon_0027.png) no-repeat 50% 22px;
  background-size: 20px;
}
.header-common .inner .column2s .nav .list-ganv2 .item.rd.active a {
  background: url(../images/img_icon_0033.png) no-repeat 50% 22px;
  background-size: 20px;
}
.header-common .inner .column2s .col-spnav {
  position: absolute;
  top: 72px;
  width: 100%;
  background-color: #ffffff;
  z-index: 5000000;
  padding: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-common .inner .column2s .col-spnav.active {
  background-color: #ffffff;
  min-height: calc(100vh - 72px);
  visibility: visible;
  overflow: auto;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-common .inner .column2s .col-spnav .list1 {
  padding: 36px;
  padding-top: 0;
}
.header-common .inner .column2s .col-spnav .list1 .item-a {
  position: relative;
}
.header-common .inner .column2s .col-spnav .list1 .item-a span {
  width: 72px;
  height: 72px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 500;
}
.header-common .inner .column2s .col-spnav .list1 .item-a > a {
  display: block;
  font-size: 16px;
  color: #283238;
  border-bottom: 1px solid #283238;
  padding: 24px 0;
  font-weight: 500;
}
.header-common .inner .column2s .col-spnav .list1 .item-a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/img_arrow_0008.png) no-repeat 0 0;
  background-size: 24px;
  position: absolute;
  top: 24px;
  right: 0;
}
.header-common .inner .column2s .col-spnav .list1 .item-a.active::after {
  background: url(../images/img_arrow_0010.png) no-repeat 0 0;
  background-size: 24px;
}
.header-common .inner .column2s .col-spnav .list1 .item-a > .list-footer__010 {
  display: none;
}
.header-common .inner .column2s .col-spnav .list1 .item-a > .list-footer__010.active {
  display: block;
}
.header-common .inner .column2s .col-spnav .list1 .item-a > .list-footer__010 .item {
  position: relative;
}
.header-common .inner .column2s .col-spnav .list1 .item-a > .list-footer__010 .item a {
  display: block;
  font-size: 16px;
  color: #283238;
  border-bottom: 1px solid #dbdcdd;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 40px;
  width: 100%;
  font-weight: 300;
}
.header-common .inner .column2s .col-spnav .list1 .item-a > .list-footer__010 .item a::after {
  content: "";
  display: block;
  background: url(../images/img_arrow_0003.png) no-repeat 0 0;
  width: 9px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 28px;
}
.header-common .inner .column2s .col-spnav .list1 .item-b {
  position: relative;
}
.header-common .inner .column2s .col-spnav .list1 .item-b > a {
  display: block;
  font-size: 16px;
  color: #283238;
  border-bottom: 1px solid #283238;
  padding: 24px 0;
}
.header-common .inner .column2s .col-spnav .list1 .item-b > a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/img_arrow_0002.png) no-repeat 0 0;
  background-size: 24px;
  position: absolute;
  top: 24px;
  right: 0;
}
.header-common .inner .column2s .col-spnav .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 36px;
  padding-top: 0;
}
.header-common .inner .column2s .col-spnav .list2 .item {
  width: 30%;
  margin-right: 5%;
}
.header-common .inner .column2s .col-spnav .list2 .item:last-child {
  margin-right: 0;
}
.header-common .inner .column2s .col-spnav .list2 .item a {
  display: block;
  width: 100%;
  border: 2px solid #dbdcdd;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.05em;
  border-radius: 3px;
  text-align: center;
  color: #283238;
  padding-bottom: 16px;
}
.header-common .inner .column2s .col-spnav .list2 .item a::before {
  content: "";
  display: block;
  background: url(../images/img_icon_0023.png) no-repeat 0 0;
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 18px;
}
.header-common .inner .column2s .col-spnav .list2 .item.ct__010 a::before {
  background: url(../images/img_icon_0023.png) no-repeat 0 0;
  background-size: 100%;
}
.header-common .inner .column2s .col-spnav .list2 .item.ct__020 a::before {
  background: url(../images/img_icon_0017.png) no-repeat 0 0;
  background-size: 100%;
}
.header-common .inner .column2s .col-spnav .list2 .item.ct__030 a::before {
  background: url(../images/img_icon_0024.png) no-repeat 0 0;
  background-size: 95%;
}
.header-common .inner .column2s .col-spnav .btn1 {
  padding: 0 36px;
  margin-bottom: 24px;
}
.header-common .inner .column2s .col-spnav .btn1 a {
  display: block;
  color: #283238;
  background: url(../images/img_header_0001.png) no-repeat 0 0;
  border: 2px solid #dbdcdd;
  padding: 24px 0;
  border-radius: 3px;
  text-align: center;
  background-size: cover;
}
.header-common .inner .column2s .col-spnav .btn1 a::after {
  content: "";
  display: inline-block;
  background: url(../images/img_icon_0021.png) no-repeat 0 0;
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
.header-common .inner .column2s .col-spnav .btn2 {
  padding: 0 36px;
  margin-bottom: 24px;
}
.header-common .inner .column2s .col-spnav .btn2 a {
  display: block;
  color: #ffffff;
  background-color: #283238;
  padding: 24px 0;
  border-radius: 3px;
  text-align: center;
}
.header-common .inner .column2s .col-spnav .list3 {
  padding: 0 36px 144px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-common .inner .column2s .col-spnav .list3 .item {
  border-right: 1px solid #a5a5a5;
  padding-right: 16px;
  margin-right: 16px;
}
.header-common .inner .column2s .col-spnav .list3 .item:last-child {
  border: 0;
  margin-right: 0;
}
.header-common .inner .column2s .col-spnav .list3 .item.current a {
  color: #283238;
}
.header-common .inner .column2s .col-spnav .list3 .item.current a::after {
  content: "";
  display: block;
  border-bottom: 2px solid #283238;
}
.header-common .inner .column2s .col-spnav .list3 .item a {
  color: #96999b;
  font-size: 13px;
}
.header-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a5a5a5;
}
.header-article .date {
  width: 80px;
  margin-right: 20px;
  font-size: 13px;
}
.header-article .category {
  width: 83px;
  font-size: 12px;
  background-color: #686f73;
  color: #ffffff;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  position: relative;
  position: relative;
  top: -4px;
}
.header-article .title {
  width: 100%;
}

.page-en .header-common .inner .column2s .nav .list-ganv2 .item:nth-child(2) a {
  background: url(../images/img_icon_0027.png) no-repeat 50% 22px;
  background-size: 20px;
}
.page-en .header-common .inner .column2s .nav .list-ganv2 .item:nth-child(2).active a {
  background: url(../images/img_icon_0033.png) no-repeat 50% 22px;
  background-size: 20px;
}
.page-en .header-common .inner .column2s .nav .list-ganv2 {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 40%;
}
.page-en .header-common .inner .column2s .nav .list-ganv2 .item {
  width: 50%;
}

.col-foot.isPC {
  display: block;
  position: relative;
  top: 0;
  z-index: 1000;
}
@media (max-width: 768.98px) {
  .col-foot.isPC {
    display: none;
  }
}
.col-foot.isSP {
  display: none;
}
@media (max-width: 768.98px) {
  .col-foot.isSP {
    display: block;
    position: relative;
    top: 0;
    z-index: 10;
    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
  }
}

.footer-common__010 {
  padding: 64px 0 80px 0;
  background-color: #fafafa;
}
@media (max-width: 768.98px) {
  .footer-common__010 {
    display: none;
  }
}
.footer-common__010 .inner {
  width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1279.98px) {
  .footer-common__010 .inner {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768.98px) {
  .footer-common__010 .inner {
    width: auto;
    margin: 0;
  }
}
.footer-common__010 .inner .col-footer__010 {
  width: 23%;
  margin-right: 2.6%;
}
.footer-common__010 .inner .col-footer__010:last-of-type {
  margin-right: 0;
}
.footer-common__010 .inner .col-footer__010 .title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a5a5a5;
}
.footer-common__010 .inner .col-footer__010 .list-footer__010 > .item {
  margin-bottom: 8px;
}
.footer-common__010 .inner .col-footer__010 .list-footer__010 > .item.t2::before {
  content: "-";
  display: inline-block;
  margin-right: 1em;
}
.footer-common__010 .inner .col-footer__010 .list-footer__010 > .item a {
  color: #283238;
  font-size: 13px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.footer-common__010 .inner .col-footer__010 .list-footer__010 > .item a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.footer-common__020 {
  background-color: #ffffff;
  padding: 80px 0 48px 0;
}
.footer-common__020 .inner {
  width: 1160px;
  margin: 0 auto;
}
@media (max-width: 768.98px) {
  .footer-common__020 .inner {
    width: auto;
    margin: 0;
  }
}
@media (max-width: 1279.98px) {
  .footer-common__020 .inner {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer-common__020 .inner .logo {
  width: 200px;
  margin-bottom: 32px;
}
.footer-common__020 .inner .logo img {
  width: 100%;
}
.footer-common__020 .inner .col-footer__030 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768.98px) {
  .footer-common__020 .inner .col-footer__030 {
    display: block;
  }
}
.footer-common__020 .inner .col-footer__030 .item {
  width: 30%;
  margin-right: 5%;
}
.footer-common__020 .inner .col-footer__030 .item:last-of-type {
  margin-right: 0;
}
.footer-common__020 .inner .col-footer__030 .item:nth-child(2) {
  border-left: 1px solid #dcdcdc;
  padding-left: 38px;
}
.footer-common__020 .inner .col-footer__030 .item.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-common__020 .inner .col-footer__030 .item .text {
  font-size: 12px;
  margin-bottom: 24px;
}
.footer-common__020 .inner .col-footer__030 .item .image img {
  width: auto;
  max-width: 100%;
}
.footer-common__020 .inner .col-footer__030 .item .link a {
  display: block;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  width: 158px;
  height: 158px;
  text-align: center;
  line-height: 158px;
  color: #283238;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-common__020 .inner .col-footer__030 .item .link a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-common__020 .inner .col-footer__030 .item .link.t1 a {
  background: url(../images/img_footer_0001.png) no-repeat 0 0;
  background-size: 100%;
}
.footer-common__020 .inner .col-footer__030 .item .link.t2 a {
  background: url(../images/img_footer_0002.png) no-repeat 0 0;
  background-size: 100%;
}
.footer-common__030 {
  background-color: #ffffff;
  padding-bottom: 50px;
}
.footer-common__030 .inner {
  width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768.98px) {
  .footer-common__030 .inner {
    width: auto;
    margin: 0;
  }
}
@media (max-width: 1279.98px) {
  .footer-common__030 .inner {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer-common__030 .inner .list-footer__020 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-common__030 .inner .list-footer__020 .item::after {
  content: "";
  display: inline-block;
  margin: 0 16px;
  height: 8px;
  width: 1px;
  background-color: #a5a5a5;
}
.footer-common__030 .inner .list-footer__020 .item:last-child::after {
  display: none;
}
.footer-common__030 .inner .list-footer__020 .item a {
  color: #283238;
  font-size: 12px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.footer-common__030 .inner .list-footer__020 .item a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.footer-common__030 .inner .copyright {
  font-size: 12px;
}

.col-foot.isSP {
  padding: 40px 18px 24px 18px;
}
.col-foot.isSP .col-footer__030 > .item {
  padding-bottom: 40px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}
@media (max-width: 768.98px) {
  .col-foot.isSP .col-footer__030 > .item:nth-of-type(3) {
    padding-bottom: 24px;
  }
}
@media (max-width: 768.98px) {
  .col-foot.isSP .col-footer__030 > .item:nth-of-type(4) {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.col-foot.isSP .col-footer__030 > .item .logo {
  width: 50%;
}
.col-foot.isSP .col-footer__030 > .item .logo img {
  width: 100%;
}
.col-foot.isSP .col-footer__030 > .item.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col-foot.isSP .col-footer__030 > .item.flex .link {
  width: 47.5%;
}
.col-foot.isSP .col-footer__030 > .item.flex .link a {
  display: block;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  width: 100%;
  height: 140px;
  text-align: center;
  line-height: 140px;
  color: #283238;
}
@media (max-width: 768.98px) {
  .col-foot.isSP .col-footer__030 > .item.flex .link a {
    font-size: 16px;
    font-weight: 500;
  }
}
.col-foot.isSP .col-footer__030 > .item.flex .t1 a {
  background: url(../images/img_footer_0001.png) no-repeat 0 bottom;
  background-size: cover;
}
.col-foot.isSP .col-footer__030 > .item.flex .t2 a {
  background: url(../images/img_footer_0002.png) no-repeat 0 bottom;
  background-size: cover;
}
.col-foot.isSP .col-footer__030 > .item .image {
  text-align: center;
}
.col-foot.isSP .col-footer__030 > .item .image img {
  max-width: 140px;
}
.col-foot.isSP .col-footer__030 > .item .list-footer__020 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.col-foot.isSP .col-footer__030 > .item .list-footer__020 .item:nth-child(1) {
  margin-bottom: 24px;
}
.col-foot.isSP .col-footer__030 > .item .list-footer__020 .item:nth-child(2) a {
  border-right: 1px solid #a5a5a5;
}
.col-foot.isSP .col-footer__030 > .item .list-footer__020 .item:nth-child(5) a {
  border-right: 1px solid #a5a5a5;
}
.col-foot.isSP .col-footer__030 > .item .list-footer__020 .item a {
  color: #283238;
  font-size: 12px;
  border-left: 1px solid #a5a5a5;
  padding: 0 16px;
}
.col-foot.isSP .col-footer__030 .copyright {
  text-align: center;
  color: #96999b;
  font-size: 11.5px;
}

.section-contents.back {
  background-color: #ffffff;
  position: relative;
  z-index: 1000;
  width: 100%;
}
.section-contents.back .inner {
  margin-bottom: 0;
  padding-bottom: 170px;
}
.section-contents .inner {
  width: 1160px;
  margin: 0 auto;
  padding-left: 100px;
  padding-top: 80px;
  margin-bottom: 170px;
  background-color: #ffffff;
}
@media (max-width: 1279.98px) {
  .section-contents .inner {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 768.98px) {
  .section-contents .inner {
    width: auto;
    margin: 0;
    padding-left: 0;
    padding: 30px;
    background-color: #ffffff;
  }
}
.section-common__010 {
  background-color: #ffffff;
  position: relative;
  z-index: 1000;
  width: 100%;
}
.section-common__010 .inner {
  width: 1160px;
  margin: 0 auto;
  padding-left: 100px;
  padding-bottom: 120px;
}
@media (max-width: 768.98px) {
  .section-common__010 .inner {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 1279.98px) {
  .section-common__010 .inner {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-hero {
  margin-bottom: 138px;
}
@media (max-width: 768.98px) {
  .section-hero {
    margin-bottom: 62px;
  }
}
@media (max-width: 768.98px) {
  .section-homecontents {
    background-color: #ffffff;
  }
}
.section-homecontents .inner {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 112px;
  padding-left: 0;
  position: relative;
  right: -80px;
}
@media (max-width: 1279.98px) {
  .section-homecontents .inner {
    width: 80%;
    padding-left: 12px;
    padding-right: 12px;
    position: static;
  }
}
@media (max-width: 1279.98px) {
  .section-homecontents .inner {
    width: 70%;
    padding-left: 12px;
    padding-right: 12px;
    position: static;
  }
}
@media (max-width: 768.98px) {
  .section-homecontents .inner {
    width: auto;
    margin: 0;
    padding-left: 0;
    padding: 30px;
    position: static;
  }
}
.nav-local {
  padding-top: 50px;
  position: relative;
  z-index: 100;
}
@media (max-width: 768.98px) {
  .nav-local.over::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/img_gradient_0001.png) no-repeat 0 0;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 100;
  }
}
@media (max-width: 768.98px) {
  .nav-local.over .nav-inner {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    white-space: pre;
    overflow-x: auto;
    height: 30px;
  }
}
@media (max-width: 768.98px) {
  .nav-local.over .nav-inner .item:last-child {
    margin-right: 30px;
  }
}
.nav-local.over .nav-inner .item:last-child::after {
  display: none;
}
.nav-local .nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  position: relative;
}
@media (max-width: 768.98px) {
  .nav-local .nav-inner {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    white-space: pre;
    overflow-x: auto;
    height: 30px;
  }
}
.nav-local .nav-inner .item {
  color: #283238;
  font-size: 13px;
}
@media (max-width: 768.98px) {
  .nav-local .nav-inner .item {
    float: right;
    white-space: nowrap;
  }
}
.nav-local .nav-inner .item.current {
  font-weight: bold;
}
.nav-local .nav-inner .item a {
  color: #283238;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.nav-local .nav-inner .item a:hover {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.nav-local .nav-inner .item::after {
  content: "/";
  margin: 0 15px;
  color: #283238;
  opacity: 0.6;
}
@media (max-width: 768.98px) {
  .nav-local .nav-inner .item:last-child {
    margin-right: 0;
  }
}
.nav-local .nav-inner .item:last-child::after {
  display: none;
}
.nav-home {
  position: fixed;
  top: calc(50% - 80px);
  left: 80px;
  width: 300px;
  z-index: 5000;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
}
@media (max-width: 1279.98px) {
  .nav-home {
    left: 20px;
    zoom: 90%;
  }
}
@media (max-width: 768.98px) {
  .nav-home {
    display: none;
    width: auto;
    margin: 0;
  }
}
.nav-home.active {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: visible;
}
.nav-home .list .item {
  margin-bottom: 30px;
  width: 100px;
}
.nav-home .list .item.current a {
  background: -webkit-linear-gradient(0deg, #0db0d1, #09b67a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-home .list .item a {
  font-size: 10px;
  text-align: right;
  display: block;
  color: #aaacae;
  font-weight: bold;
}

.link-page__top {
  position: fixed;
  right: 0;
  bottom: calc(50% - 24px);
  z-index: 5000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.link-page__top a {
  display: block;
  width: 48px;
  height: 49px;
  background: url(../images/btn_link.svg) no-repeat 0 0;
}
.link-page__top.active {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.js-fade__010,
.js-fade__030,
.js-fade__050,
.js-fade__070,
.js-fade__090 {
  opacity: 0;
  position: relative;
  top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1279.98px) {
  .js-fade__010,
  .js-fade__030,
  .js-fade__050,
  .js-fade__070,
  .js-fade__090 {
    opacity: 1;
    top: 0;
  }
}
@media (max-width: 768.98px) {
  .js-fade__010,
  .js-fade__030,
  .js-fade__050,
  .js-fade__070,
  .js-fade__090 {
    opacity: 1;
    top: 0;
  }
}
.js-fade__010.fadeIn,
.js-fade__030.fadeIn,
.js-fade__050.fadeIn,
.js-fade__070.fadeIn,
.js-fade__090.fadeIn {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
}

.js-fade__020,
.js-fade__040,
.js-fade__060,
.js-fade__080 {
  opacity: 0;
  position: relative;
  top: 10px;
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}
@media (max-width: 1279.98px) {
  .js-fade__020,
  .js-fade__040,
  .js-fade__060,
  .js-fade__080 {
    opacity: 1;
    top: 0;
  }
}
@media (max-width: 768.98px) {
  .js-fade__020,
  .js-fade__040,
  .js-fade__060,
  .js-fade__080 {
    opacity: 1;
    top: 0;
  }
}
.js-fade__020.fadeIn,
.js-fade__040.fadeIn,
.js-fade__060.fadeIn,
.js-fade__080.fadeIn {
  opacity: 1;
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
  top: 0;
}

.ttl-base__010 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 70px;
}
@media (max-width: 768.98px) {
  .ttl-base__010 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.ttl-base__010 .t1 {
  font-size: 22px;
  margin-left: 32px;
}
.ttl-base__020 {
  font-size: 10px;
  position: relative;
  z-index: 110;
}
.ttl-base__020 .t1 {
  position: absolute;
  background-color: #fff;
  display: block;
  width: 130px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  font-weight: 600;
}
.ttl-base__020::after {
  content: "";
  display: block;
  border-bottom: 1px solid #a5a5a5;
  position: absolute;
  top: 5px;
  width: 100%;
}
.ttl-base__030 {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 400;
}
.ttl-base__040 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: 600;
  border-bottom: 1px solid #a5a5a5;
}
.ttl-base__040 .t1 {
  font-size: 16px;
  margin-left: 50px;
}
.ttl-base__050 {
  font-size: 20px;
  margin-bottom: 48px;
  text-align: center;
  font-weight: 500;
}
.ttl-base__050 .t1 {
  display: block;
  font-size: 16px;
}
.ttl-base__050 .t3 {
  display: block;
  font-size: 16px;
}
.ttl-base__050.v2 {
  font-size: 24px;
  font-weight: 600;
}
.ttl-base__050.v3 {
  font-weight: 600;
}
.ttl-base__050 .t4 {
  display: block;
  font-size: 16px;
}
@media (max-width: 768.98px) {
  .ttl-base__050 .t4 {
    display: block;
    padding-top: 20px;
  }
}
.ttl-base__060 {
  font-size: 24px;
  margin-bottom: 32px;
}
.ttl-base__060 .t1 {
  display: inline-block;
  background-color: #09b67a;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 4px;
  margin-right: 20px;
  font-size: 13px;
}
.ttl-base__060 .t2 {
  position: relative;
  top: 4px;
}
.ttl-base__070 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  padding-top: 32px;
  text-align: center;
}
.ttl-base__070.v2 {
  font-size: 34px;
  margin-bottom: 64px;
}
.ttl-base__080 {
  border-left: 4px solid #0ab490;
  margin-bottom: 40px;
  font-size: 24px;
  padding-left: 32px;
}
.ttl-base__090 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.ttl-base__100 {
  font-size: 34px;
  font-weight: 600;
  position: relative;
  padding-bottom: 54px;
  margin-bottom: 64px;
}
.ttl-base__100::after {
  content: "";
  display: block;
  border-bottom: 1px solid #a5a5a5;
  width: 100%;
  position: relative;
  top: 48px;
}
.ttl-base__100 .s1 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  display: inline-block;
  background-color: #ffffff;
  z-index: 100;
  width: 110px;
}
.ttl-base__100.v2 {
  padding-bottom: 15px;
}
.ttl-base__100.v2::after {
  top: 18px;
}
.ttl-base__110 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 48px;
}
.ttl-base__120 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.l-home .ttl-base__100 .s1 {
  padding-right: 16px;
  width: auto;
}

.btn-base__010 {
  display: inline-block;
  padding: 12px 60px 12px 20px;
  position: relative;
  border: 1px solid #dbdcdd;
  color: #283238;
}
.btn-base__010::after {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background: url(../images/img_arrow_0003.svg) no-repeat 0 0;
  position: absolute;
  right: 17px;
  top: calc(50% - 5.5px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-base__010:hover {
  background-color: #fafafa;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-base__010:hover::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: 14px;
}
.btn-base__020 {
  display: inline-block;
  padding: 8px 40px 8px 20px;
  position: relative;
  border: 1px solid #dbdcdd;
  color: #283238;
  background-color: #ffffff;
  opacity: 1;
}
@media (max-width: 768.98px) {
  .btn-base__020 {
    display: block;
  }
}
.btn-base__020::after {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  background: url(../images/img_icon_0003.png) no-repeat 0 0;
  position: absolute;
  right: 17px;
  top: calc(50% - 8px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-base__020:hover {
  background-color: #fafafa;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-base__020:hover::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 40%;
}
.btn-base__030 {
  display: inline-block;
  padding: 12px 40px 12px 20px;
  position: relative;
  border: 1px solid #dbdcdd;
  color: #283238;
  opacity: 1;
}
@media (max-width: 768.98px) {
  .btn-base__030 {
    display: block;
  }
}
.btn-base__030::after {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  background: url(../images/img_icon_0004.png) no-repeat 0 0;
  position: absolute;
  right: 17px;
  top: calc(50% - 8px);
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.btn-base__030:hover {
  background-color: #fafafa;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-base__030:hover::after {
  right: 20px;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.btn-base__040 {
  display: inline-block;
  padding: 12px 70px 12px 20px;
  position: relative;
  color: #283238;
}
.btn-base__040::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/img_arrow_0011.svg) no-repeat 11px 9px;
  position: absolute;
  top: calc(50% - 15px);
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  right: 21px;
  background-color: #283238;
  border-radius: 100%;
}
@media (max-width: 768.98px) {
  .btn-base__040::after {
    background-position-x: 11px;
    background-position-y: 10px;
  }
}
.btn-base__040:hover::after {
  -webkit-animation-name: arrowmover01;
          animation-name: arrowmover01;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.btn-base__050 {
  display: inline-block;
  padding: 24px 156px 24px 156px;
  position: relative;
  border-radius: 2px;
  font-weight: 600;
  border: 1px solid #dbdcdd;
  color: #283238;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768.98px) {
  .btn-base__050 {
    padding: 16px 0;
    display: block;
    width: 100%;
  }
}
.btn-base__050::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/img_arrow_0011.svg) no-repeat 11px 10px;
  position: absolute;
  top: calc(50% - 15px);
  right: 21px;
  background-color: #283238;
  border-radius: 100%;
}
@media (max-width: 768.98px) {
  .btn-base__050::after {
    background-position-x: 11px;
    background-position-y: 10px;
  }
}
.btn-base__050:hover {
  background-color: #fafafa;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-base__050:hover::after {
  -webkit-animation-name: arrowmover01;
          animation-name: arrowmover01;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.btn-base__050.green {
  border: 1px solid #dbdcdd;
  color: #ffffff;
  background-color: #0cb67b;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}
.btn-base__050.green:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.btn-base__050.green::after {
  background: url(../images/img_arrow_0006.png) no-repeat 0 0;
}
.btn-base__050.b2 {
  padding: 28px 0;
  display: block;
  text-align: center;
}
@media (max-width: 768.98px) {
  .btn-base__050.b2 {
    padding: 24px 0;
    display: block;
    width: 100%;
  }
}
.btn-base__050._noicon::after {
  background: none;
}
.btn-base__060 {
  display: inline-block;
  padding: 12px 40px 12px 20px;
  position: relative;
  border: 1px solid #dbdcdd;
  color: #283238;
  text-align: left;
}
@media (max-width: 768.98px) {
  .btn-base__060 {
    display: block;
  }
}
.btn-base__060::after {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  background: url(../images/img_icon_0016.png) no-repeat 0 0;
  position: absolute;
  right: 17px;
  top: calc(50% - 8px);
}
.btn-base__060 .b2 {
  font-size: 13px;
}

.list-base__010 .item {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
.list-base__010 .item::before {
  content: "";
  display: block;
  width: 6px;
  height: 3px;
  border-radius: 2px;
  background-color: #0ab490;
  position: absolute;
  left: 12px;
  top: 14px;
}
.list-base__010.v2 {
  margin-bottom: 24px;
}
.list-base__010.v2 .item {
  margin-bottom: 0;
  line-height: 2;
}
.list-base__020 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdcdd;
}
.list-base__020:last-of-type {
  border-bottom: 0;
}
@media (max-width: 768.98px) {
  .list-base__020 {
    display: block;
  }
}
.list-base__020 .title {
  width: 150px;
  margin-right: 20px;
}
@media (max-width: 768.98px) {
  .list-base__020 .title {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.list-base__030 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  .list-base__030 {
    display: block;
  }
}
.list-base__030 .title {
  width: 116px;
  margin-right: 20px;
  line-height: 2;
}
@media (max-width: 768.98px) {
  .list-base__030 .title {
    width: auto;
  }
}
.list-base__030 .text {
  line-height: 2;
  width: 467px;
}
.list-base__030 .text.border {
  border-bottom: 1px solid #dbdcdd;
  padding-bottom: 30px;
}
@media (max-width: 768.98px) {
  .list-base__030 .text {
    width: auto;
  }
}
.list-base__040 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
  padding: 62px;
  background-color: #fafafa;
}
@media (max-width: 768.98px) {
  .list-base__040 {
    display: block;
    padding: 16px;
  }
}
.list-base__040 > .item {
  width: 296px;
  margin-right: 24px;
  margin-bottom: 34px;
  border-top: 4px solid #84dabc;
  position: relative;
  padding-bottom: 46px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1279.98px) {
  .list-base__040 > .item {
    width: 31%;
    margin-right: 2%;
  }
}
@media (max-width: 768.98px) {
  .list-base__040 > .item {
    width: 100%;
    margin-right: 0;
  }
}
.list-base__040 > .item:nth-child(3n) {
  margin-right: 0;
}
.list-base__040 > .item .item_inner {
  background-color: #ffffff;
  padding: 0 30px 30px 30px;
  min-height: 300px;
  border-radius: 5px;
}
@media (max-width: 768.98px) {
  .list-base__040 > .item .item_inner {
    padding: 0 16px 16px 16px;
  }
}
.list-base__040 > .item .title {
  padding-top: 40px;
  margin-bottom: 24px;
  text-align: center;
}
.list-base__040 > .item .text {
  margin-bottom: 30px;
  text-align: center;
}
.list-base__040 > .item .text.border {
  border-bottom: 1px solid #a5a5a5;
}
.list-base__040 > .item .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.list-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 768.98px) {
  .list-col2 {
    display: block;
  }
}
.list-col2 .item {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 32px;
}
@media (max-width: 768.98px) {
  .list-col2 .item {
    width: 100%;
    margin-right: 0;
  }
}
.list-col2 .item:last-child {
  margin-right: 0;
}
.list-col2 .item a {
  color: #283238;
}
.list-col2 .item .image {
  margin-bottom: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.list-col2 .item .image:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.list-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 768.98px) {
  .list-col3 {
    display: block;
  }
}
.list-col3 .item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 32px;
}
@media (max-width: 768.98px) {
  .list-col3 .item {
    width: 100%;
    margin-right: 0;
  }
}
.list-col3 .item:nth-child(3n) {
  margin-right: 0;
}
.list-col3 .item a {
  color: #283238;
}
.list-col3 .item .title {
  text-align: center;
}
.list-col3 .item .image {
  margin-bottom: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.list-col3 .item .image:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.list-tag__010 {
  background-color: #ecf6fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 24px 0 59px;
  position: relative;
  border-radius: 4px;
}
.list-tag__010.list1 {
  margin-bottom: 16px;
}
.list-tag__010.list1 .item {
  padding: 8px 16px;
}
.list-tag__010.list {
  margin-bottom: 16px;
  padding-left: 33px;
  padding-top: 8px;
  padding-right: 0;
}
.list-tag__010.list .item {
  padding: 2px 9px;
  margin-right: 8px;
}
.list-tag__010.list::before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 12px;
  left: 9px;
}
.list-tag__010::before {
  content: "";
  background: url(../images/img_icon_0015.png) no-repeat 0 0;
  display: block;
  width: 17px;
  height: 18px;
  position: absolute;
  top: 18px;
  left: 24px;
}
.list-tag__010 .item {
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #686f73;
  font-size: 12px;
  display: block;
  padding: 5px 16px;
}
.list-tag__020 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px;
  position: relative;
  border-radius: 4px;
}
.list-tag__020 .item {
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #686f73;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  display: block;
  padding: 5px 12px;
  border-radius: 20px;
}
.list-content__010 {
  border-top: 1px solid #dbdcdd;
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.list-content__010 .item {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 30px;
}
@media (max-width: 1279.98px) {
  .list-content__010 .item {
    width: 47.5%;
    margin-right: 5%;
  }
}
@media (max-width: 768.98px) {
  .list-content__010 .item {
    width: 100%;
    margin-right: 0;
  }
}
.list-content__010 .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1279.98px) {
  .list-content__010 .item:nth-child(3n) {
    margin-right: 5%;
  }
}
@media (max-width: 768.98px) {
  .list-content__010 .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1279.98px) {
  .list-content__010 .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768.98px) {
  .list-content__010 .item:nth-child(2n) {
    margin-right: 0;
  }
}
.list-content__010 .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
  border-radius: 4px;
  overflow: hidden;
  color: #283238;
  position: relative;
}
.list-content__010 .item a::after {
  content: "";
  background: url(../images/img_arrow_0011.svg) no-repeat 9px 7px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #283238;
  border-radius: 100%;
}
.list-content__010 .item a:hover::after {
  -webkit-animation-name: arrowmover01;
          animation-name: arrowmover01;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.list-content__010 .item .image {
  width: 100px;
  height: 100px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.list-content__010 .item .image:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.list-content__010 .item .text {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  padding-right: 60px;
}
.list-content__020 {
  padding: 40px 60px;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768.98px) {
  .list-content__020 {
    display: block;
    padding: 24px 32px;
  }
}
.list-content__020.home {
  display: block;
  background-color: transparent;
  padding: 0;
}
.list-content__020.home .item {
  margin-bottom: 14px;
  margin-right: 0;
}
.list-content__020.home .item a {
  width: auto;
}
.list-content__020 .item {
  margin-right: 60px;
}
@media (max-width: 768.98px) {
  .list-content__020 .item {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.list-content__020 .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 440px;
  height: 98px;
  padding-left: 105px;
  padding-right: 70px;
  color: #283238;
  border: 1px solid #dbdcdd;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
}
@media (max-width: 1279.98px) {
  .list-content__020 .item a {
    font-size: 16px;
  }
}
@media (max-width: 768.98px) {
  .list-content__020 .item a {
    width: 100%;
    height: auto;
    padding: 20px 56px 20px 70px;
  }
}
.list-content__020 .item a::before {
  content: "";
  display: block;
  width: 27px;
  height: 37px;
  background: url(../images/img_icon_0001.png) no-repeat 0 0;
  position: absolute;
  top: calc(50% - 18.5px);
  left: 40px;
}
@media (max-width: 768.98px) {
  .list-content__020 .item a::before {
    width: 17px;
    height: 24px;
    background-size: 100%;
    top: calc(50% - 11px);
    left: 18px;
  }
}
.list-content__020 .item a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/img_arrow_0011.svg) no-repeat 11px 10px;
  position: absolute;
  top: calc(50% - 15px);
  right: 21px;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  background-color: #283238;
  border-radius: 100%;
}
@media (max-width: 768.98px) {
  .list-content__020 .item a::after {
    width: 22px;
    height: 22px;
    background-position-x: 8px;
    background-position-y: 6px;
    top: calc(50% - 11px);
    right: 15px;
  }
}
.list-content__020 .item a:hover {
  background-color: #fafafa;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-content__020 .item a:hover::after {
  -webkit-animation-name: arrowmover01;
          animation-name: arrowmover01;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.list-content__020 .item .text2 {
  padding-top: 20px;
}
.list-content__020 .item.item-catalog a::before {
  width: 34px;
  height: 36px;
  background-image: url(../images/img_icon_0002.png);
  top: calc(50% - 18px);
}
@media (max-width: 768.98px) {
  .list-content__020 .item.item-catalog a::before {
    width: 24px;
    height: 36px;
    background-size: 100%;
    top: calc(50% - 9px);
  }
}
.list-content__020 .item.item-catalog2 a::before {
  width: 38px;
  height: 33px;
  background-image: url(../images/img_icon_0017.svg);
  top: calc(50% - 16.5px);
}
@media (max-width: 768.98px) {
  .list-content__020 .item.item-catalog2 a::before {
    width: 36px;
    height: 36px;
    background-size: 100%;
    top: calc(50% - 9px);
    left: 15px;
  }
}
.list-content__020 .item.item-catalog3 a::before {
  width: 36px;
  height: 29px;
  background-image: url(../images/img_icon_0023.svg);
  top: calc(50% - 14px);
  background-size: 100%;
}
@media (max-width: 768.98px) {
  .list-content__020 .item.item-catalog3 a::before {
    width: 36px;
    height: 36px;
    background-size: 100%;
    top: calc(50% - 9px);
    left: 15px;
  }
}
.list-content__020 .item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.list-content__020 .item.item-catalog4 a::before {
  width: 54px;
  height: 42px;
  background-image: url(../images/img_icon_0023.svg);
  top: calc(50% - 16.5px);
}
@media (max-width: 768.98px) {
  .list-content__020 .item.item-catalog4 a::before {
    width: 36px;
    height: 29px;
    background-size: 100%;
    top: calc(50% - 9px);
    left: 15px;
  }
}
.list-content__020 .item.item-catalog5 a::before {
  width: 54px;
  height: 42px;
  background-image: url(../images/img_icon_0024.svg);
  top: calc(50% - 16.5px);
}
@media (max-width: 768.98px) {
  .list-content__020 .item.item-catalog5 a::before {
    width: 27px;
    height: 30px;
    background-size: 100%;
    top: calc(50% - 15px);
    left: 15px;
  }
}
.list-content__030 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-content__030 .item {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 50px;
}
@media (max-width: 768.98px) {
  .list-content__030 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.list-content__030 .item:nth-child(2n) {
  margin-right: 0;
}
.list-content__030 .item a {
  display: block;
}
.list-content__030 .item a .image {
  margin-bottom: 30px;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 768.98px) {
  .list-content__030 .item a .image {
    margin-bottom: 24px;
  }
}
@media (max-width: 768.98px) {
  .list-content__030 .item a .image img {
    width: 100%;
  }
}
.list-content__030 .item a .image::after {
  content: "";
  display: block;
  background: url(../images/img_arrow_0011.svg) no-repeat 11px 9px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  background-color: #283238;
  border-radius: 100%;
}
@media (max-width: 768.98px) {
  .list-content__030 .item a .image::after {
    background-position-x: 11px;
    background-position-y: 10px;
  }
}
.list-content__030 .item a .image:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.list-content__030 .item a .image:hover::after {
  -webkit-animation-name: arrowmover01;
          animation-name: arrowmover01;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.list-content__030 .item a .text {
  color: #283238;
  font-size: 24px;
}
.list-content__030 .item a .text.t1 {
  font-size: 24px;
  margin-bottom: 12px;
}
.list-content__030 .item a .text.t2 {
  font-size: 16px;
}
.list-content__040 {
  border-top: 1px solid #dbdcdd;
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (max-width: 768.98px) {
  .list-content__040 {
    padding: 30px;
  }
}
.list-content__040 .item {
  width: 500px;
  margin-right: 50px;
  margin-bottom: 30px;
}
@media (max-width: 768.98px) {
  .list-content__040 .item {
    width: auto;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.list-content__040 .item:nth-child(2n) {
  margin-right: 0;
}
.list-content__040 .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
  border-radius: 4px;
  overflow: hidden;
  color: #283238;
  position: relative;
}
.list-content__040 .item a::after {
  content: "";
  background: url(../images/img_arrow_0001.png) no-repeat 0 0;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-content__040 .item a:hover::after {
  right: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-content__040 .item .image {
  width: 178px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 768.98px) {
  .list-content__040 .item .image {
    width: 40%;
  }
}
.list-content__040 .item .image:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.list-content__040 .item .text {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  padding-right: 60px;
  font-weight: 500;
}
.list-news__010 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 140px;
}
@media (max-width: 768.98px) {
  .list-news__010 {
    padding: 0%;
    display: block;
    border-top: 1px solid #dfe1e0;
  }
}
.list-news__010.border-top {
  border-top: 1px solid #dbdcdd;
  padding-top: 40px !important;
}
@media (max-width: 768.98px) {
  .list-news__010.active .item:nth-child(n+3) {
    display: block;
  }
}
.list-news__010 .item {
  width: 16.5%;
  border-left: 1px solid #dcdcdc;
  text-align: center;
  margin-bottom: 16px;
  font-size: 13px;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.list-news__010 .item:hover {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.list-news__010 .item.item-sp {
  display: none;
}
@media (max-width: 768.98px) {
  .list-news__010 .item.item-sp {
    display: block;
  }
}
.list-news__010 .item.item-sp a {
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 768.98px) {
  .list-news__010 .item.item-sp a {
    display: block;
    border: 2px solid #293239;
    border-radius: 3px;
  }
  .list-news__010 .item.item-sp a::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/img_arrow_0008.png) no-repeat 0 0;
    background-size: 30px;
    position: absolute;
    top: 20px;
    right: 16px;
  }
}
@media (max-width: 768.98px) {
  .list-news__010 .item {
    width: 100%;
    margin-bottom: 0;
  }
}
.list-news__010 .item:last-child {
  border-right: 1px solid #dcdcdc;
}
@media (max-width: 768.98px) {
  .list-news__010 .item:last-child {
    border-right: 0 solid #dcdcdc;
  }
}
@media (max-width: 768.98px) {
  .list-news__010 .item:nth-child(1) {
    display: none;
  }
}
.list-news__010 .item:nth-child(6) {
  border-right: 1px solid #dcdcdc;
}
@media (max-width: 768.98px) {
  .list-news__010 .item:nth-child(6) {
    border-right: 0 solid #dcdcdc;
  }
}
@media (max-width: 768.98px) {
  .list-news__010 .item:nth-child(n+3) {
    display: none;
  }
}
.list-news__010 .item.current {
  font-weight: 600;
  opacity: 1;
}
.list-news__010 .item a {
  color: #293239;
}
@media (max-width: 768.98px) {
  .list-news__010 .item a {
    display: block;
    border-left: 1px solid #dfe1e0;
    border-right: 1px solid #dfe1e0;
    border-bottom: 1px solid #dfe1e0;
    padding: 24px;
    text-align: left;
    position: relative;
  }
}
@media (max-width: 768.98px) {
  .list-news__010 .item a::after {
    content: "";
    display: block;
    background: url(../images/img_arrow_0003.svg) no-repeat 0 0;
    width: 9px;
    height: 13px;
    position: absolute;
    right: 30px;
    top: calc(50% - 6.5px);
  }
}
.list-news__020 {
  margin-bottom: 80px;
  border-top: 1px solid #e9eaeb;
}
.list-news__020 .item a {
  padding: 32px 30px;
  border-bottom: 1px solid #e9eaeb;
  color: #283238;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 768.98px) {
  .list-news__020 .item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 24px;
  }
}
.list-news__020 .item a:hover {
  background-color: #fafafa;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-news__020 .item a:hover::after {
  -webkit-animation-name: arrowmover01;
          animation-name: arrowmover01;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.list-news__020 .item a::after {
  content: "";
  display: block;
  background: url(../images/img_arrow_0003.svg) no-repeat 0 0;
  width: 9px;
  height: 13px;
  position: absolute;
  right: 30px;
  top: calc(50% - 6.5px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-news__020 .item a .date {
  width: 80px;
  margin-right: 2%;
  font-size: 13px;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .list-news__020 .item a .date {
    width: 38%;
  }
}
.list-news__020 .item a .category {
  width: 8%;
  margin-right: 2%;
  background-color: #686f73;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -2px;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 768.98px) {
  .list-news__020 .item a .category {
    width: 40%;
  }
}
.list-news__020 .item a .headline {
  width: 80%;
  padding-right: 10%;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .list-news__020 .item a .headline {
    width: 100%;
    display: block;
    padding-top: 24px;
    padding-right: 10%;
  }
}
.list-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e9eaeb;
}
.list-pager .item a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 8px;
  text-align: center;
  border: 1px solid #283238;
  border-radius: 4px;
  color: #283238;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-pager .item a:hover {
  background-color: #283238;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-pager .item.current a {
  background-color: #283238;
  color: #ffffff;
}
.list-pager .item.prev a {
  border: 0;
  display: block;
  background: url(../images/img_arrow_0003_svgng) no-repeat 50% 50%;
}
.list-pager .item.next a {
  border: 0;
  display: block;
  background: url(../images/img_arrow_0003.svg) no-repeat 50% 50%;
}
.list-nav__010 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dbdcdd;
  margin-bottom: 80px;
  border-radius: 5px;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768.98px) {
  .list-nav__010 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list-nav__010.v3 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768.98px) {
  .list-nav__010.v3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list-nav__010.v3 .item {
  border-bottom: 0;
}
@media (max-width: 768.98px) {
  .list-nav__010.v3 .item {
    border-bottom: 1px solid #dbdcdd;
  }
}
.list-nav__010.v3 .item:nth-child(3n) {
  width: 34%;
  border-right: 1px solid #dbdcdd;
}
@media (max-width: 768.98px) {
  .list-nav__010.v3 .item:nth-child(3n) {
    width: 100%;
    border-right: 0;
  }
}
.list-nav__010.v3 .item:last-child {
  border-right: 0;
}
.list-nav__010.single .item {
  border-bottom: 0;
}
@media (max-width: 768.98px) {
  .list-nav__010.single .item {
    border-bottom: 1px solid #dbdcdd;
  }
}
.list-nav__010.triple .item:nth-child(n+4) {
  border-bottom: 1px solid #dbdcdd;
}
@media (max-width: 768.98px) {
  .list-nav__010.triple .item:nth-child(n+4) {
    border-bottom: 1px solid #dbdcdd;
  }
}
.list-nav__010.triple .item:nth-child(n+7) {
  border-bottom: 0;
}
@media (max-width: 768.98px) {
  .list-nav__010.triple .item:nth-child(n+7) {
    border-bottom: 1px solid #dbdcdd;
  }
}
.list-nav__010 .item {
  width: 33%;
  border-right: 1px solid #dbdcdd;
  border-bottom: 1px solid #dbdcdd;
}
@media (max-width: 768.98px) {
  .list-nav__010 .item {
    width: 100%;
    border-right: 0;
  }
}
.list-nav__010 .item:nth-child(3n) {
  width: 34%;
  border-right: 0;
}
@media (max-width: 768.98px) {
  .list-nav__010 .item:nth-child(3n) {
    width: 100%;
  }
}
.list-nav__010 .item:nth-child(n+4) {
  border-bottom: 0;
}
@media (max-width: 768.98px) {
  .list-nav__010 .item:nth-child(n+4) {
    border-bottom: 1px solid #dbdcdd;
  }
}
.list-nav__010 .item:last-child {
  border-bottom: 0;
}
@media (max-width: 768.98px) {
  .list-nav__010 .item:last-child {
    border-bottom: 0 !important;
  }
}
.list-nav__010 .item a {
  display: block;
  padding: 26px 0;
  text-align: center;
  color: #283238;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768.98px) {
  .list-nav__010 .item a {
    width: 100%;
    padding-left: 24px;
    padding-right: 56px;
    text-align: left;
    position: relative;
  }
}
.list-nav__010 .item a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../images/img_arrow_0005.png) no-repeat 0 0;
  margin-left: 10px;
  position: absolute;
  top: calc(50% - 5px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768.98px) {
  .list-nav__010 .item a::after {
    border-right: 0;
    position: absolute;
    right: 24px;
  }
}
.list-nav__010 .item a:hover {
  background-color: #fafafa;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-nav__010 .item a:hover::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 53%;
}
.list-library__010 {
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768.98px) {
  .list-library__010 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list-library__010 .item {
  margin-bottom: 30px;
  margin-right: 50px;
  width: 320px;
}
.list-library__010 .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1279.98px) {
  .list-library__010 .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 768.98px) {
  .list-library__010 .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1279.98px) {
  .list-library__010 .item {
    width: 31%;
    margin-right: 2%;
  }
}
@media (max-width: 768.98px) {
  .list-library__010 .item {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
}
.list-library__010 .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 145px;
  padding-left: 118px;
  padding-right: 64px;
  background-color: #fff;
  color: #283238;
  border: 1px solid #a2a2a2;
  position: relative;
  border-radius: 4px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768.98px) {
  .list-library__010 .item a {
    height: 105px;
    margin-right: 0;
  }
}
.list-library__010 .item a::before {
  content: "";
  display: block;
  width: 27px;
  height: 37px;
  background: url(../images/img_icon_0001.png) no-repeat 0 0;
  position: absolute;
  top: calc(50% - 18.5px);
  left: 46px;
}
.list-library__010 .item a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/img_arrow_0011.svg) no-repeat 9px 7px;
  position: absolute;
  top: calc(50% - 15px);
  right: 21px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #283238;
  border-radius: 100%;
}
@media (max-width: 768.98px) {
  .list-library__010 .item a::after {
    background-position-x: 9px;
    background-position-y: 7px;
  }
}
.list-library__010 .item a:hover {
  background-color: #fafafa;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-library__010 .item a:hover::after {
  -webkit-animation-name: arrowmover01;
          animation-name: arrowmover01;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.list-library__010 .item.ct__010 a::before {
  background: url(../images/img_icon_0001.png) no-repeat 0 0;
}
.list-library__010 .item.ct__020 a::before {
  width: 32px;
  background: url(../images/img_icon_0002.png) no-repeat 0 0;
}
.list-library__010 .item.ct__030 a::before {
  width: 40px;
  height: 42px;
  background: url(../images/img_icon_0005.png) no-repeat 0 0;
  top: calc(50% - 21px);
}
.list-library__010 .item.ct__040 a::before {
  width: 55px;
  height: 50px;
  left: 37px;
  background: url(../images/img_icon_0006.png) no-repeat 0 0;
  top: calc(50% - 25px);
}
.list-library__010 .item.ct__050 a::before {
  width: 55px;
  height: 40px;
  background: url(../images/img_icon_0007.png) no-repeat 0 0;
  top: calc(50% - 20px);
  left: 36px;
}
.list-library__010 .item.ct__060 a::before {
  width: 40px;
  height: 50px;
  background: url(../images/img_icon_0008.png) no-repeat 0 0;
  top: calc(50% - 25px);
}
.list-library__010 .item.ct__070 a::before {
  width: 60px;
  height: 45px;
  background: url(../images/img_icon_0009.png) no-repeat 0 0;
  top: calc(50% - 22.5px);
}
.list-library__010 .item.ct__080 a::before {
  width: 60px;
  height: 56px;
  background: url(../images/img_icon_0010.png) no-repeat 0 0;
  top: calc(50% - 28px);
}
.list-library__010 .item.ct__090 a::before {
  width: 30px;
  height: 51px;
  background: url(../images/img_icon_0011.png) no-repeat 0 0;
  top: calc(50% - 25px);
  left: 56px;
}
.list-library__010 .item.ct__100 a::before {
  width: 50px;
  height: 50px;
  background: url(../images/img_icon_0012.png) no-repeat 0 0;
  top: calc(50% - 25px);
}
.list-library__010 .item.ct__110 a::before {
  width: 50px;
  height: 50px;
  background: url(../images/img_icon_0013.png) no-repeat 0 0;
  top: calc(50% - 25px);
}
.list-library__010 .item.ct__120 a::before {
  width: 50px;
  height: 50px;
  background: url(../images/img_icon_0014.png) no-repeat 0 0;
  top: calc(50% - 25px);
}
.list-library__010 .item.ct__130 a::before {
  width: 52px;
  height: 52px;
  background: url(../images/img_icon_0034.png) no-repeat 0 0;
  top: calc(50% - 26px);
}
.list-qa__010 {
  background-color: #fafafa;
  padding: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 114px;
}
@media (max-width: 768.98px) {
  .list-qa__010 {
    padding: 12px;
  }
}
.list-qa__010 .item {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 16px;
}
.list-qa__010 .item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 768.98px) {
  .list-qa__010 .item {
    width: 100%;
    margin-right: 0;
  }
}
.list-qa__010 .item a {
  display: block;
  background-color: #ffffff;
  color: #283238;
  padding: 24px;
  position: relative;
  font-weight: 600;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-qa__010 .item a::before {
  content: "Q :";
  margin-right: 6px;
}
.list-qa__010 .item a::after {
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  background: url(../images/img_arrow_0005.png) no-repeat 0 0;
  position: absolute;
  top: calc(50% - 5px);
  right: 21px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-qa__010 .item a:hover {
  background-color: #fafafa;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-qa__010 .item a:hover::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 53%;
}
.list-qa__020 {
  border-top: 1px solid #dbdcdd;
}
.list-qa__020 .item .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #dbdcdd;
}
.list-qa__020 .item .item_list .title {
  width: 40%;
  background-color: #fafafa;
  font-weight: 600;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 768.98px) {
  .list-qa__020 .item .item_list .title {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.list-qa__020 .item .item_list .title .text {
  padding: 0 32px 0 60px;
  position: relative;
}
@media (max-width: 768.98px) {
  .list-qa__020 .item .item_list .title .text {
    width: 100%;
    padding: 25px 12px 25px 46px;
  }
}
.list-qa__020 .item .item_list .title .text::before {
  content: "Q :";
  margin-right: 16px;
  position: absolute;
  left: 32px;
  font-weight: 600;
}
@media (max-width: 768.98px) {
  .list-qa__020 .item .item_list .title .text::before {
    left: 12px;
    top: 24px;
  }
}
.list-qa__020 .item .item_list .answer {
  width: 60%;
  padding: 48px 32px;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .list-qa__020 .item .item_list .answer {
    width: 100%;
    padding: 24px 12px;
  }
}
.list-qa__020 .item .item_list .answer .text1 {
  position: relative;
  padding-left: 30px;
  line-height: 2;
}
.list-qa__020 .item .item_list .answer .text1::before {
  content: "A :";
  margin-right: 16px;
  color: #09b67a;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.list-note {
  margin-bottom: 40px;
}
.list-note .item {
  font-size: 13px;
  margin-bottom: 12px;
}
.list-table__010 {
  list-style: none;
}
.list-table__010 .item {
  background-color: #fff;
  border: 1px solid #dbdcdd;
  margin-bottom: 20px;
}
.list-table__010 .item .col {
  text-align: center;
  padding: 20px 0;
  text-align: center;
}
.list-table__010 .item .col.c1 {
  border-bottom: 1px solid #dbdcdd;
  font-weight: 600;
}

.col__010 {
  padding-bottom: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dbdcdd;
}
.col__010:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .col__010 {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
.col__010 .list-base__010 .item {
  line-height: 2em;
}
.col__020 {
  margin-left: 40px;
}
.col__020:last-of-type {
  border-bottom: 0;
}
@media (max-width: 768.98px) {
  .col__020 {
    margin-left: 0;
  }
}
.col__030 {
  margin-bottom: 108px;
}
.col__030 > .text {
  font-size: 20px;
}
@media (max-width: 768.98px) {
  .col__030 .text-11px {
    font-size: 9px;
    white-space: nowrap;
  }
}
.col__040 {
  margin-bottom: 64px;
}
.col__040.example .list-col3 .title {
  font-size: 16px;
  font-weight: 600;
}
.col__040.disp table {
  margin-bottom: 0;
}
.col__050 {
  background-color: #fafafa;
  padding: 80px 100px;
}
@media (max-width: 768.98px) {
  .col__050 {
    padding: 20px 20px;
  }
}
.col__050 .col-inner {
  background-color: #ffffff;
  padding: 60px;
}
@media (max-width: 768.98px) {
  .col__050 .col-inner {
    padding: 20px;
  }
}
@media (max-width: 768.98px) {
  .col__050 .lh {
    line-height: 3;
  }
}
.col__060 {
  margin-bottom: 108px;
}
.col__070 {
  background-color: #fafafa;
  padding: 48px;
  margin-bottom: 48px;
}
@media (max-width: 768.98px) {
  .col__070 {
    padding: 20px;
  }
}
.col__070 .title {
  text-align: center;
}
.col__070 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768.98px) {
  .col__070 .list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.col__070 .list .item {
  width: 140px;
  margin-right: 7px;
}
@media (max-width: 768.98px) {
  .col__070 .list .item {
    width: 47.5%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
.col__070 .list .item:last-child {
  margin-right: 0;
}
@media (max-width: 768.98px) {
  .col__070 .list .item:last-child {
    width: 47.5%;
  }
}
@media (max-width: 768.98px) {
  .col__070 .list .item:nth-child(odd) {
    margin-right: 5%;
  }
}
.col-2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768.98px) {
  .col-2column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.col-2column .left {
  width: 47.5%;
  margin-right: 5%;
}
@media (max-width: 768.98px) {
  .col-2column .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 201;
        -ms-flex-order: 200;
            order: 200;
  }
}
.col-2column .right {
  width: 47.5%;
}
@media (max-width: 768.98px) {
  .col-2column .right {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
}
.col-2column > .item {
  width: 47.5%;
  margin-right: 5%;
}
@media (max-width: 768.98px) {
  .col-2column > .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 201;
        -ms-flex-order: 200;
            order: 200;
  }
}
.col-2column > .item:last-child {
  margin-right: 0;
}
.col-2column.v2 .left {
  width: 460px;
  margin-right: 40px;
}
@media (max-width: 768.98px) {
  .col-2column.v2 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.col-2column.v2 .right {
  width: 560px;
}
@media (max-width: 768.98px) {
  .col-2column.v2 .right {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
}
.col-2column.vHome .left {
  width: 44%;
  margin-right: 6%;
}
@media (max-width: 768.98px) {
  .col-2column.vHome .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.col-2column.vHome .right {
  width: 50%;
}
@media (max-width: 768.98px) {
  .col-2column.vHome .right {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 768.98px) {
  .col-2column.vHome2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.col-2column.vHome2 .left {
  width: 44%;
  height: 340px;
  margin-right: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768.98px) {
  .col-2column.vHome2 .left {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 1001;
        -ms-flex-order: 1000;
            order: 1000;
  }
}
.col-2column.vHome2 .left p:last-child {
  margin-top: auto;
}
.col-2column.vHome2 .right {
  width: 44%;
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768.98px) {
  .col-2column.vHome2 .right {
    height: auto;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 2001;
        -ms-flex-order: 2000;
            order: 2000;
  }
}
.col-2column.vHome2 .right p:last-child {
  margin-top: auto;
}
@media (max-width: 768.98px) {
  .col-2column.normal .left {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
}
@media (max-width: 768.98px) {
  .col-2column.normal .right {
    -webkit-box-ordinal-group: 201;
        -ms-flex-order: 200;
            order: 200;
  }
}
.col-3column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768.98px) {
  .col-3column {
    display: block;
    overflow: hidden;
  }
}
.col-3column .item {
  width: 30%;
  margin-right: 5%;
}
.col-3column .item:last-child {
  margin-right: 0;
}
@media (max-width: 768.98px) {
  .col-3column .item {
    width: auto;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 24px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dcdcdc;
  }
}
@media (max-width: 768.98px) {
  .col-3column .item .image-base__010 {
    width: 30%;
    float: left;
    margin-right: 10%;
    border: 0;
  }
}
@media (max-width: 768.98px) {
  .col-3column .item .ttl-base__070 {
    width: 60%;
    float: left;
    padding-top: 0;
    text-align: left;
    margin-bottom: 8px;
  }
}
@media (max-width: 768.98px) {
  .col-3column .item .text1 {
    width: 60%;
    float: left;
  }
}
.col-4column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768.98px) {
  .col-4column {
    display: block;
  }
}
.col-4column .item {
  width: 22%;
  margin-right: 4%;
}
.col-4column .item:last-child {
  margin-right: 0;
}
@media (max-width: 768.98px) {
  .col-4column .item {
    width: auto;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dcdcdc;
  }
}
@media (max-width: 768.98px) {
  .col-4column .item .image-base__010 {
    width: 30%;
    float: left;
    margin-right: 10%;
    border: 0;
  }
}
@media (max-width: 768.98px) {
  .col-4column .item .ttl-base__070 {
    width: 60%;
    float: left;
    padding-top: 0;
    text-align: left;
    margin-bottom: 8px;
  }
}
@media (max-width: 768.98px) {
  .col-4column .item .text1 {
    width: 60%;
    float: left;
  }
}
.col-2column__c02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 110px;
}
@media (max-width: 768.98px) {
  .col-2column__c02 {
    display: block;
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}
.col-2column__c02 .left {
  width: 55%;
  margin-right: 5%;
}
@media (max-width: 768.98px) {
  .col-2column__c02 .left {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.col-2column__c02 .right {
  width: 40%;
}
@media (max-width: 768.98px) {
  .col-2column__c02 .right {
    width: auto;
  }
}
.col-2column__c02 .right iframe {
  width: 100%;
  height: 346px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.col-2column__c02.v2 .left {
  width: 560px;
  margin-right: 40px;
}
@media (max-width: 768.98px) {
  .col-2column__c02.v2 .left {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.col-2column__c02.v2 .right {
  width: 460px;
}
@media (max-width: 768.98px) {
  .col-2column__c02.v2 .right {
    width: auto;
  }
}
.col-2column__c02.v2 .right iframe {
  width: 100%;
  height: 346px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.col-2column__c03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768.98px) {
  .col-2column__c03 {
    display: block;
  }
}
.col-2column__c03 .left {
  width: 660px;
  margin-right: 40px;
}
@media (max-width: 768.98px) {
  .col-2column__c03 .left {
    width: auto;
  }
}
.col-2column__c03 .right {
  width: 240px;
}
@media (max-width: 768.98px) {
  .col-2column__c03 .right {
    width: auto;
  }
}
.col-2column__c03 .right .image-base__010 {
  border-radius: 5px;
  overflow: hidden;
}
.col-description {
  border: 8px solid #f4f4f4;
  padding: 50px;
  margin-bottom: 110px;
  position: relative;
}
@media (max-width: 768.98px) {
  .col-description {
    padding: 16px;
  }
}
.col-description::before {
  content: "";
  display: block;
  width: 100px;
  height: 8px;
  background-color: #84dabc;
  position: absolute;
  top: -8px;
  left: 50px;
}
.col-description.v2::before {
  left: 470px;
  right: auto;
}
.col-description .text2 {
  font-size: 13px;
}
.col-description .text2::before {
  content: "";
  display: block;
  width: 24px;
  border-top: 1px solid #a5a5a5;
  padding-top: 2em;
}
.col-description .bb {
  border-bottom: 1px solid #dbdcdd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.col-features {
  background-color: #fafafa;
  padding: 80px 100px;
}
@media (max-width: 768.98px) {
  .col-features {
    padding: 16px;
  }
}
.col-features .inner-col {
  padding: 48px 60px;
  background-color: #ffffff;
}
@media (max-width: 768.98px) {
  .col-features .inner-col {
    padding: 16px;
  }
}
.col-caution {
  padding: 48px 60px;
  background-color: #fff8fa;
  border: 4px solid #ffe7ee;
  margin-bottom: 2em;
}
@media (max-width: 768.98px) {
  .col-caution {
    padding: 24px;
  }
}
.col-arrow__010 {
  border: 2px solid #dbdcdd;
  border-top: 0;
  border-radius: 4px;
  height: 14px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.col-arrow__010::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #dbdcdd;
  width: 20px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  top: 14px;
}
.col-form .col-adressSet {
  background-color: #fafafa;
  padding: 32px 64px;
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  .col-form .col-adressSet {
    padding: 16px;
  }
}
.col-form .col-adressSet p {
  border-bottom: 1px solid #dbdcdd;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.col-form .col-adressSet .radio1 {
  display: none;
}
.col-form .col-adressSet .radio1:not(:checked) + .label1:before {
  border-color: #dcddde;
}
.col-form .col-adressSet .radio1:checked + .label1:before {
  border-color: #dcddde;
  background-color: #0cb67b;
}
.col-form .col-adressSet .label1::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 2px;
  background-clip: border-box;
}
.col-form .tbl_common {
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px solid #dbdcdd;
  border-left: 1px solid #dbdcdd;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common {
    display: block;
    background-clip: border-box;
  }
}
@media (max-width: 768.98px) {
  .col-form .tbl_common tbody {
    display: block;
    background-clip: border-box;
  }
}
@media (max-width: 768.98px) {
  .col-form .tbl_common tr {
    display: block;
    background-clip: border-box;
  }
}
@media (max-width: 768.98px) {
  .col-form .tbl_common tr th {
    display: block;
    background-clip: border-box;
  }
}
@media (max-width: 768.98px) {
  .col-form .tbl_common tr td {
    display: block;
    background-clip: border-box;
  }
}
.col-form .tbl_common th {
  background-color: #fafafa;
  padding: 32px;
  border-right: 1px solid #dbdcdd;
  border-bottom: 1px solid #dbdcdd;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common th {
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.col-form .tbl_common th.lvl {
  text-align: left;
}
.col-form .tbl_common td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.col-form .tbl_common th {
  background-color: #fafafa;
  padding: 32px;
  border-right: 1px solid #dbdcdd;
  border-bottom: 1px solid #dbdcdd;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common th {
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.col-form .tbl_common th.lvl {
  text-align: left;
  width: 30%;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common th.lvl {
    width: auto;
  }
}
.col-form .tbl_common td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.col-form .tbl_common .title {
  background-color: #fafafa;
  padding: 32px;
  border-right: 1px solid #dbdcdd;
  border-bottom: 1px solid #dbdcdd;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common .title {
    width: auto;
    padding: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.col-form .tbl_common .title br {
  display: none;
}
.col-form .tbl_common .title .b1 {
  display: block;
  font-size: 13px;
}
.col-form .tbl_common td {
  padding: 32px;
  border-right: 1px solid #dbdcdd;
  border-bottom: 1px solid #dbdcdd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common td {
    width: auto;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.col-form .tbl_common td.txt_r {
  text-align: center;
}
.col-form .tbl_common td.txt_right {
  text-align: right;
}
.col-form .tbl_common td.ipt input {
  width: auto;
  margin-right: 0.1em;
  font-size: 14px;
  padding: 10px 4px;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common td.ipt input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 4px;
  }
}
.col-form .tbl_common td.ipt ul {
  clear: both;
}
.col-form .tbl_common td.data input {
  margin-right: 1em;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common td.data input {
    margin-right: 0.5em;
  }
}
.col-form .tbl_common td.data select {
  border: 1px solid #e5e5e5;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common td.data select {
    padding: 8px;
    padding-right: 20px;
    display: block;
  }
}
.col-form .tbl_common td.data .s1 {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common td.data .s1 {
    width: auto;
  }
}
.col-form .tbl_common td.data .col-select {
  width: 340px;
  position: relative;
}
@media (max-width: 1279.98px) {
  .col-form .tbl_common td.data .col-select {
    width: auto;
  }
}
.col-form .tbl_common td.data .col-select::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #283238;
  content: "";
  display: block;
  position: absolute;
  right: 9px;
  top: 50%;
  width: 0;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common td input {
    width: auto;
  }
}
.col-form .tbl_common td .s1 {
  margin-right: 0.5em;
}
.col-form .tbl_common td .s2 {
  margin-right: 1.5em;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common td .s2 {
    margin-right: 1em;
  }
}
.col-form .tbl_common td .l1 label {
  width: 120px;
}
.col-form .tbl_common .clrRed04 {
  background-color: #ef5387;
  color: #ffffff;
  padding: 5px 14px;
  border-radius: 3px;
  margin-left: 16px;
  white-space: nowrap;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common .clrRed04 {
    font-size: 11px;
    display: inline-block;
  }
}
.col-form .tbl_common .clrRed04.v2 {
  display: inline-block;
  margin-left: 0;
  margin-top: 8px;
}
.col-form .tbl_common .clrRed04.v3 {
  margin-left: 0;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common .clrRed04.v3 {
    margin-left: 16px;
  }
}
.col-form .tbl_common .clrRed05 {
  color: #ef5387;
  margin-left: 16px;
}
.col-form .tbl_common .custum01.grey {
  background-color: #fafafa;
  border-radius: 3px;
  padding: 16px 24px;
  margin: 30px 0;
}
.col-form .tbl_common .custum01 .btn_g {
  display: block;
  border: 2px solid #0cb67b;
  background-color: #ffffff;
  border-radius: 3px;
  color: #0cb67b;
  padding: 14px;
  width: 190px;
  position: relative;
  float: left;
  text-align: center;
  margin-right: 16px;
}
.col-form .tbl_common .custum01 .btn_g::after {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  background: url(../images/img_icon_0019.png) no-repeat 0 0;
  position: absolute;
  right: 17px;
  top: calc(50% - 10px);
}
@media (max-width: 768.98px) {
  .col-form .tbl_common .custum01 .btn_g {
    width: 100%;
  }
}
.col-form .tbl_common._pd-a th {
  padding: 16px 32px;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common._pd-a th {
    padding: 16px;
  }
}
.col-form .tbl_common._pd-a td {
  padding: 16px 32px;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common._pd-a td {
    padding: 16px;
  }
}
.col-form .tbl_common2 {
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px solid #dbdcdd;
  border-left: 1px solid #dbdcdd;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common2 {
    font-size: 14px;
  }
}
.col-form .tbl_common2 th {
  background-color: #fafafa;
  padding: 32px;
  border-right: 1px solid #dbdcdd;
  border-bottom: 1px solid #dbdcdd;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.col-form .tbl_common2 th.lvl {
  text-align: left;
}
.col-form .tbl_common2 td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.col-form .tbl_common2 th {
  background-color: #fafafa;
  padding: 32px;
  border-right: 1px solid #dbdcdd;
  border-bottom: 1px solid #dbdcdd;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common2 th {
    padding: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.col-form .tbl_common2 th.lvl {
  text-align: left;
}
.col-form .tbl_common2 td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.col-form .tbl_common2 .title {
  background-color: #fafafa;
  padding: 32px;
  border-right: 1px solid #dbdcdd;
  border-bottom: 1px solid #dbdcdd;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common2 .title {
    width: auto;
    padding: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.col-form .tbl_common2 .title br {
  display: none;
}
.col-form .tbl_common2 .title .b1 {
  display: block;
  font-size: 13px;
}
.col-form .tbl_common2 td {
  padding: 32px;
  border-right: 1px solid #dbdcdd;
  border-bottom: 1px solid #dbdcdd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common2 td {
    width: auto;
    padding: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.col-form .tbl_common2 td.txt_r {
  text-align: center;
}
.col-form .tbl_common2 td.txt_right {
  text-align: right;
}
.col-form .tbl_common2 td.ipt input {
  width: auto;
  margin-right: 1em;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common2 td.ipt input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}
.col-form .tbl_common2 td.ipt ul {
  clear: both;
}
.col-form .tbl_common2 td.data input {
  width: auto;
  margin-right: 1em;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common2 td.data input {
    margin-right: 0.5em;
  }
}
.col-form .tbl_common2 td.data select {
  border: 1px solid #e5e5e5;
  padding: 10px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common2 td.data select {
    padding: 8px;
    padding-right: 20px;
    display: block;
  }
}
.col-form .tbl_common2 td.data .s1 {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  width: 60%;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common2 td.data .s1 {
    width: auto;
  }
}
.col-form .tbl_common2 td.data .col-select {
  width: 340px;
  position: relative;
}
@media (max-width: 1279.98px) {
  .col-form .tbl_common2 td.data .col-select {
    width: auto;
  }
}
.col-form .tbl_common2 td.data .col-select::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #283238;
  content: "";
  display: block;
  position: absolute;
  right: 9px;
  top: 50%;
  width: 0;
}
.col-form .tbl_common2 td input {
  width: 100%;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common2 td input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 6px 6px;
  }
}
.col-form .tbl_common2 td .s1 {
  margin-right: 1em;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common2 td .s1 {
    margin-right: 0.2em;
  }
}
.col-form .tbl_common2 td .s2 {
  margin-right: 3em;
}
.col-form .tbl_common2 td .l1 label {
  width: 120px;
}
.col-form .tbl_common2 .clrRed04 {
  background-color: #ef5387;
  color: #ffffff;
  padding: 5px 14px;
  border-radius: 3px;
  margin-left: 16px;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common2 .clrRed04 {
    font-size: 11px;
    display: inline-block;
    white-space: nowrap;
  }
}
.col-form .tbl_common2 .clrRed04.v2 {
  display: inline-block;
  margin-left: 0;
  margin-top: 8px;
}
.col-form .tbl_common2 .clrRed04.v3 {
  margin-left: 0;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common2 .clrRed04.v3 {
    margin-left: 16px;
  }
}
.col-form .tbl_common2 .clrRed05 {
  color: #ef5387;
  margin-left: 16px;
}
.col-form .tbl_common2 .custum01.grey {
  background-color: #fafafa;
  border-radius: 3px;
  padding: 16px 24px;
  margin: 30px 0;
}
.col-form .tbl_common2 .custum01 .btn_g {
  display: block;
  border: 2px solid #0cb67b;
  background-color: #ffffff;
  border-radius: 3px;
  color: #0cb67b;
  padding: 14px;
  width: 190px;
  position: relative;
  float: left;
  text-align: center;
  margin-right: 16px;
}
.col-form .tbl_common2 .custum01 .btn_g::after {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  background: url(../images/img_icon_0019.png) no-repeat 0 0;
  position: absolute;
  right: 17px;
  top: calc(50% - 10px);
}
.col-form .tbl_common2._pd-a th {
  padding: 16px 32px;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common2._pd-a th {
    padding: 6px;
  }
}
.col-form .tbl_common2._pd-a td {
  padding: 16px 32px;
}
@media (max-width: 768.98px) {
  .col-form .tbl_common2._pd-a td {
    padding: 12px;
  }
}
@media (max-width: 768.98px) {
  .col-form .tbl_form th {
    padding: 6px;
    font-size: 14px;
  }
}
@media (max-width: 768.98px) {
  .col-form .tbl_form .ipt, .col-form .tbl_form .data {
    padding: 10px;
  }
}
@media (min-width: 769px) {
  .col-form .tbl_form .ipt .pc_100, .col-form .tbl_form .data .pc_100 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .col-form .tbl_form .ipt .pc_96, .col-form .tbl_form .data .pc_96 {
    width: 96%;
  }
}
@media (min-width: 769px) {
  .col-form .tbl_form .ipt .pc_2col_90, .col-form .tbl_form .data .pc_2col_90 {
    width: calc(100% - 120px - 2%);
  }
}
@media (max-width: 768.98px) {
  .col-form .tbl_form .ipt.sp_tel input, .col-form .tbl_form .data.sp_tel input {
    width: 60px;
  }
}
@media (max-width: 768.98px) {
  .col-form .tbl_form .ipt .sp_100, .col-form .tbl_form .data .sp_100 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2%;
    font-size: 16px;
  }
}
@media (max-width: 768.98px) {
  .col-form .tbl_form .ipt .sp_90, .col-form .tbl_form .data .sp_90 {
    width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2%;
    font-size: 16px;
  }
}
@media (max-width: 768.98px) {
  .col-form .tbl_form .ipt .sp_zip, .col-form .tbl_form .data .sp_zip {
    width: 5.1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2%;
    font-size: 16px;
  }
}
.col-form .tbl_form .ipt .tel_1, .col-form .tbl_form .data .tel_1 {
  width: 90px;
}
@media (max-width: 768.98px) {
  .col-form .tbl_form .ipt .tel_1, .col-form .tbl_form .data .tel_1 {
    width: 60px;
  }
}
.col-form .tbl_form .ipt .tel_2, .col-form .tbl_form .data .tel_2 {
  width: 90px;
}
@media (max-width: 768.98px) {
  .col-form .tbl_form .ipt .tel_2, .col-form .tbl_form .data .tel_2 {
    width: 70px;
  }
}
.col-form .tbl_form .ipt .tel_3, .col-form .tbl_form .data .tel_3 {
  width: 90px;
}
@media (max-width: 768.98px) {
  .col-form .tbl_form .ipt .tel_3, .col-form .tbl_form .data .tel_3 {
    width: 70px;
  }
}
.col-form .tbl_form .ipt .s1, .col-form .tbl_form .data .s1 {
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.col-form .tbl_form .ipt .l1, .col-form .tbl_form .data .l1 {
  font-size: 14px;
}
@media (max-width: 768.98px) {
  .col-form .tbl_form td {
    padding: 10px;
  }
}
@media (max-width: 768.98px) {
  .col-form .tbl_form td .count1 {
    font-size: 16px;
  }
}
.col-form .text-area {
  padding: 32px 40px;
  border: 1px solid #dbdcdd;
}
@media (max-width: 1279.98px) {
  .col-form .text-area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 20px;
  }
}
@media (max-width: 768.98px) {
  .col-form .text-area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.col-form .w800 {
  width: 800px;
}
@media (max-width: 1279.98px) {
  .col-form .w800 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 768.98px) {
  .col-form .w800 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.col-form .w900 {
  width: 900px;
}
@media (max-width: 1279.98px) {
  .col-form .w900 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 768.98px) {
  .col-form .w900 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.col-form .w960 {
  width: 960px;
}
@media (max-width: 1279.98px) {
  .col-form .w960 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 768.98px) {
  .col-form .w960 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.col-form .w100 {
  width: 100%;
}
@media (max-width: 1279.98px) {
  .col-form .w100 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 768.98px) {
  .col-form .w100 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.col-form .col-files {
  width: 800px;
  background-color: #fafafa;
  padding: 48px 62px;
  margin-bottom: 48px;
}
@media (max-width: 768.98px) {
  .col-form .col-files {
    width: auto;
    padding: 14px;
  }
}
.col-form .col-files .item {
  background-color: #ffffff;
  padding: 16px 40px;
  margin-bottom: 4px;
}
@media (max-width: 768.98px) {
  .col-form .col-files .item {
    width: auto;
    padding: 14px;
  }
}
.col-form .col-files .item label {
  display: inline-block;
  position: relative;
  border: 2px solid #0cb67b;
  background-color: #ffffff;
  color: #0cb67b;
  font-size: 16px;
  padding: 10px 42px 10px 18px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 768.98px) {
  .col-form .col-files .item label {
    display: block;
  }
}
.col-form .col-files .item label::after {
  content: "";
  display: block;
  width: 16px;
  height: 18px;
  background: url(../images/img_icon_0020.png) no-repeat 0 0;
  position: absolute;
  right: 17px;
  top: calc(50% - 10px);
}
.col-form .col-files .item label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.col-form .col-files .item .name {
  font-weight: 16px;
  margin: 0 0 0 10px;
}
@media (max-width: 768.98px) {
  .col-form .col-files .item .name {
    display: block;
  }
}
.col-form .square_btn {
  display: block;
  border: 2px solid #0cb67b;
  background-color: #ffffff;
  border-radius: 3px;
  color: #0cb67b;
  padding: 14px;
  width: 260px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.col-form .square_btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  background: url(../images/img_icon_0018.png) no-repeat 0 0;
  position: absolute;
  right: 17px;
  top: calc(50% - 8px);
}
.col-form .square_btn:hover {
  background-color: #0cb67b;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.table-base__010 {
  width: 100%;
  border-top: 1px solid #dbdcdd;
}
@media (max-width: 768.98px) {
  .table-base__010 {
    display: block;
  }
}
@media (max-width: 768.98px) {
  .table-base__010 tbody {
    display: block;
  }
}
@media (max-width: 768.98px) {
  .table-base__010 tr {
    display: block;
  }
}
.table-base__010 .th1 {
  background-color: #fafafa;
  width: 20%;
  vertical-align: middle;
  padding: 30px 20px;
  border-bottom: 1px solid #dbdcdd;
  border-left: 1px solid #dbdcdd;
  line-height: 2;
}
@media (max-width: 768.98px) {
  .table-base__010 .th1 {
    width: 100%;
    display: block;
    padding: 24px;
    border-bottom: 0 solid #dbdcdd;
    border-right: 1px solid #dbdcdd;
  }
}
.table-base__010 .td1 {
  background-color: #ffffff;
  width: 80%;
  padding: 30px 20px;
  border-bottom: 1px solid #dbdcdd;
  border-right: 1px solid #dbdcdd;
  line-height: 2;
}
@media (max-width: 768.98px) {
  .table-base__010 .td1 {
    width: 100%;
    display: block;
    padding: 24px;
    border-left: 1px solid #dbdcdd;
  }
}
.table-base__020 {
  width: 100%;
  margin-bottom: 88px;
  border-top: 1px solid #dbdcdd;
  border-left: 1px solid #dbdcdd;
}
.table-base__020 th {
  padding: 30px 20px;
  background-color: #f2fbf8;
  border-bottom: 1px solid #dbdcdd;
  border-right: 1px solid #dbdcdd;
}
.table-base__020 .th1 {
  background-color: #fafafa;
  text-align: center;
}
.table-base__020 td {
  padding: 30px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #dbdcdd;
  border-right: 1px solid #dbdcdd;
  line-height: 2;
}
.table-base__020.center-td td {
  text-align: center;
}
.table-base__020.v3 th {
  background-color: #ffffff;
}
.table-base__030 {
  background-color: #fafafa;
  padding: 32px 56px;
}
@media (max-width: 768.98px) {
  .table-base__030 {
    padding: 16px 20px;
  }
}
.table-base__030 table {
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px solid #dbdcdd;
  border-left: 1px solid #dbdcdd;
}
.table-base__030 th {
  padding: 24px;
  background-color: #f2fbf8;
  border-bottom: 1px solid #dbdcdd;
  border-right: 1px solid #dbdcdd;
}
@media (max-width: 768.98px) {
  .table-base__030 th {
    padding: 16px;
  }
}
.table-base__030 td {
  padding: 24px;
  background-color: #ffffff;
  border-bottom: 1px solid #dbdcdd;
  border-right: 1px solid #dbdcdd;
  text-align: center;
}
@media (max-width: 768.98px) {
  .table-base__030 td {
    padding: 16px;
  }
}
.table-base__040 {
  width: 100%;
  border-top: 1px solid #dbdcdd;
}
@media (max-width: 768.98px) {
  .table-base__040 {
    display: block;
  }
}
.table-base__040 .th1 {
  background-color: #fafafa;
  width: 20%;
  vertical-align: top;
  padding: 48px;
  border-bottom: 1px solid #dbdcdd;
  border-left: 1px solid #dbdcdd;
  line-height: 2;
}
@media (max-width: 768.98px) {
  .table-base__040 .th1 {
    width: 100%;
    display: block;
    padding: 24px;
    border-bottom: 0 solid #dbdcdd;
    border-right: 1px solid #dbdcdd;
  }
}
.table-base__040 .td1 {
  background-color: #ffffff;
  width: 80%;
  padding: 48px;
  border-bottom: 1px solid #dbdcdd;
  border-right: 1px solid #dbdcdd;
  line-height: 2;
}
@media (max-width: 768.98px) {
  .table-base__040 .td1 {
    width: 100%;
    display: block;
    padding: 24px;
    border-left: 1px solid #dbdcdd;
  }
}
.table-base__050 {
  width: 100%;
  border-top: 1px solid #ffffff;
}
@media (max-width: 768.98px) {
  .table-base__050 {
    display: block;
    border-left: 0;
    border-left: 0 !important;
  }
}
@media (max-width: 768.98px) {
  .table-base__050 tbody {
    display: block;
  }
}
@media (max-width: 768.98px) {
  .table-base__050 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.table-base__050 th {
  background-color: #ffffff !important;
  vertical-align: middle;
  padding: 35px 15px;
  border-bottom: 1px solid #dbdcdd;
  border-left: 1px solid #dbdcdd;
  line-height: 2;
}
@media (max-width: 768.98px) {
  .table-base__050 th {
    width: 100%;
    display: block;
    padding: 24px;
    border-bottom: 0 solid #dbdcdd;
    border-right: 1px solid #dbdcdd;
  }
}
@media (max-width: 768.98px) {
  .table-base__050 th:nth-of-type(1) {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
}
@media (max-width: 768.98px) {
  .table-base__050 th:nth-of-type(2) {
    -webkit-box-ordinal-group: 201;
        -ms-flex-order: 200;
            order: 200;
  }
}
@media (max-width: 768.98px) {
  .table-base__050 th:nth-of-type(3) {
    -webkit-box-ordinal-group: 301;
        -ms-flex-order: 300;
            order: 300;
  }
}
@media (max-width: 768.98px) {
  .table-base__050 th:nth-of-type(4) {
    -webkit-box-ordinal-group: 401;
        -ms-flex-order: 400;
            order: 400;
  }
}
@media (max-width: 768.98px) {
  .table-base__050 th:nth-of-type(5) {
    -webkit-box-ordinal-group: 501;
        -ms-flex-order: 500;
            order: 500;
  }
}
.table-base__050 td {
  background-color: #ffffff;
  padding: 35px 15px;
  border-bottom: 1px solid #dbdcdd;
  border-right: 1px solid #dbdcdd;
  line-height: 2;
}
@media (max-width: 768.98px) {
  .table-base__050 td {
    width: 100%;
    display: block;
    padding: 24px;
    border-left: 1px solid #dbdcdd;
  }
}
@media (max-width: 768.98px) {
  .table-base__050 td:nth-of-type(1) {
    -webkit-box-ordinal-group: 111;
        -ms-flex-order: 110;
            order: 110;
  }
}
@media (max-width: 768.98px) {
  .table-base__050 td:nth-of-type(2) {
    -webkit-box-ordinal-group: 211;
        -ms-flex-order: 210;
            order: 210;
  }
}
@media (max-width: 768.98px) {
  .table-base__050 td:nth-of-type(3) {
    -webkit-box-ordinal-group: 311;
        -ms-flex-order: 310;
            order: 310;
  }
}
@media (max-width: 768.98px) {
  .table-base__050 td:nth-of-type(4) {
    -webkit-box-ordinal-group: 411;
        -ms-flex-order: 410;
            order: 410;
  }
}
@media (max-width: 768.98px) {
  .table-base__050 td:nth-of-type(5) {
    -webkit-box-ordinal-group: 511;
        -ms-flex-order: 510;
            order: 510;
  }
}
@media (max-width: 768.98px) {
  .table-layout__form {
    display: block;
  }
}
@media (max-width: 768.98px) {
  .table-layout__form tr {
    display: block;
    width: 100%;
  }
}
.table-layout__form th {
  width: 30%;
}
@media (max-width: 768.98px) {
  .table-layout__form th {
    display: block;
    width: 100%;
  }
}
.table-layout__form td {
  width: 70%;
}
@media (max-width: 768.98px) {
  .table-layout__form td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .table-layout__form td textarea {
    width: 100% !important;
  }
}
.tb-wrap {
  width: 100%;
  position: relative;
  overflow: auto;
}
@media (max-width: 768.98px) {
  .tb-wrap {
    border-right: 1px solid #dbdcdd;
    border-left: 1px solid #dbdcdd;
  }
}
.tb-wrap .tbl-scroll {
  width: 1000px !important;
  border-collapse: separate;
  border-spacing: 0;
  overflow: auto;
  margin-bottom: 0 !important;
}
.tb-wrap .tbl-scroll th {
  width: 100px !important;
  position: sticky;
  top: 0;
  left: 0;
  padding: 8px;
  z-index: 10;
  background-clip: padding-box;
}
.tb-wrap .tbl-scroll td {
  width: 180px !important;
}
.tb-wrap .tbl-scroll tr:first-child th:first-child {
  z-index: 20;
}
.tb-wrap .tbl-scroll.tb2 th {
  position: static;
}
.tb-wrap .tbl-scroll.tb2 tr td:nth-child(1), .tb-wrap .tbl-scroll.tb2 tr th:nth-child(1) {
  position: sticky;
  top: 0;
  left: 0;
  width: 100px !important;
}
.tb-wrap .tbl-scroll.tb3 th {
  position: static;
}
.tb-wrap .tbl-scroll.tb3 td.td-f {
  position: sticky;
  top: 0;
  left: 0;
  width: 100px !important;
}
.tb-wrap .tbl-scroll.tb3 th:nth-child(1) {
  position: sticky;
  top: 0;
  left: 0;
  width: 100px !important;
}
.tb-wrap .tbl-scroll.tb4 th {
  position: static;
}
.tb-wrap .tbl-scroll.tb4 tr td:nth-child(1), .tb-wrap .tbl-scroll.tb4 tr th:nth-child(1) {
  position: static;
}
.tb-wrap .tbl-scroll-2 {
  border-collapse: separate;
  border-spacing: 0;
  overflow: auto;
  margin-bottom: 0 !important;
  table-layout: fixed;
}
.tb-wrap .tbl-scroll-2 th {
  position: sticky;
  top: 0;
  left: 0;
  padding: 8px;
  z-index: 10;
  background-clip: padding-box;
}
.tb-wrap .tbl-scroll-2 th:nth-child(1) {
  width: 156px;
}
.tb-wrap .tbl-scroll-2 th:nth-child(2) {
  width: 100px;
}
.tb-wrap .tbl-scroll-2 th:nth-child(3) {
  width: 280px;
}
.tb-wrap .tbl-scroll-2 th:nth-child(4) {
  width: 280px;
}
.tb-wrap .tbl-scroll-2 tr:first-child th:first-child {
  z-index: 20;
}
.tb-wrap .tbl-scroll-2.tb2 th {
  position: static;
}
.tb-wrap .tbl-scroll-2.tb2 tr td:nth-child(1), .tb-wrap .tbl-scroll-2.tb2 tr th:nth-child(1) {
  position: sticky;
  top: 0;
  left: 0;
  width: 100px !important;
}
.tb-wrap .tbl-scroll-2.tb3 th {
  position: static;
}
.tb-wrap .tbl-scroll-2.tb3 td.td-f {
  position: sticky;
  top: 0;
  left: 0;
  width: 100px !important;
}
.tb-wrap .tbl-scroll-2.tb3 th:nth-child(1) {
  position: sticky;
  top: 0;
  left: 0;
  width: 100px !important;
}
.tb-wrap .tbl-scroll-2.tb4 th {
  position: static;
}
.tb-wrap .tbl-scroll-2.tb4 tr td:nth-child(1), .tb-wrap .tbl-scroll-2.tb4 tr th:nth-child(1) {
  position: static;
}
.tb-wrap::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background: url(../images/img_icon_0028.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 100;
}
.tb-wrap.active::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tb-wrap2 {
  position: relative;
  overflow: auto;
  border-top: 1px solid #dbdcdd;
  border-bottom: 1px solid #dbdcdd;
}
@media (max-width: 768.98px) {
  .tb-wrap2 {
    border: 1px solid #dbdcdd;
  }
}
@media (max-width: 768.98px) {
  .tb-wrap2::before {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    background: url(../images/img_icon_0028.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
  }
}
@media (max-width: 768.98px) {
  .tb-wrap2.active::before {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.tbl-scroll {
  margin-bottom: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
}
@media (max-width: 768.98px) {
  .tbl-scroll th {
    padding: 8px !important;
  }
}
.tbl-scroll.tb5 {
  border-top: 0 !important;
}
.tbl-scroll.tb5 tr:nth-child(1) th {
  position: sticky;
  top: 0;
  left: 0;
  width: 100px !important;
}
@media (max-width: 768.98px) {
  .tbl-scroll.tb5 tr:first-child th:first-child {
    z-index: 20;
  }
}
@media (max-width: 768.98px) {
  .tbl-scroll.tb5 tr td:nth-child(1), .tbl-scroll.tb5 tr th:nth-child(1) {
    position: sticky;
    top: 0;
    left: 0;
  }
}
.tbl-scroll.tb6 {
  border-top: 0 !important;
}
.tbl-scroll.tb6 tr:nth-child(1) th {
  position: sticky;
  top: 0;
  left: 0;
  width: 100px !important;
}
@media (max-width: 768.98px) {
  .tbl-scroll.tb6 tr:first-child th:first-child {
    z-index: 20;
  }
}
@media (max-width: 768.98px) {
  .tbl-scroll.tb6 tr .fixed-cols:nth-child(1), .tbl-scroll.tb6 tr .fixed-row:nth-child(1) {
    position: sticky;
    top: 0;
    left: 0;
  }
}
.tbl-scroll.tb6 tr .fixed-cols.v2 {
  position: sticky;
  top: 93.4px;
}
@media (max-width: 768.98px) {
  .tbl-scroll.tb6 tr .fixed-cols.v2 {
    top: 39.4px;
  }
}
.tbl-scroll.tb7 {
  border-top: 0 !important;
}
.tbl-scroll.tb7 tr:nth-child(1) th {
  position: sticky;
  top: 0;
  left: 0;
  width: 100px !important;
}
@media (max-width: 768.98px) {
  .tbl-scroll.tb7 tr:first-child th:first-child {
    z-index: 20;
  }
}
@media (max-width: 768.98px) {
  .tbl-scroll.tb7 tr .td-f {
    position: sticky;
    top: 0;
    left: 0;
  }
}

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

.text-base__010 {
  line-height: 1.8;
}
.text-base__010.t-right {
  text-align: right;
}
.text-base__010.t-left {
  text-align: left;
}
.text-base__010.t-back {
  padding-top: 48px;
}
.text-base__010.t-center {
  text-align: center;
}
.text-base__010.t-small {
  font-size: 13px;
}
.text-base__010.t-border {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdcdd;
}
.text-base__010 .t-blue {
  color: #0371b3;
}
.text-base__010 .t-red {
  color: #f72469;
}
.text-base__010.bold {
  font-weight: 600;
}
.text-base__010.lh2 {
  line-height: 2;
}
.text-base__010.icon {
  margin-bottom: 8px;
}
.text-base__010.icon__010::before {
  content: "";
  display: inline-block;
  background: url(../images/img_icon_0029.png) no-repeat 0 0;
  width: 20px;
  height: 12px;
  margin-right: 10px;
}
.text-base__010.btn-back button {
  width: 460px;
}
@media (max-width: 768.98px) {
  .text-base__010.btn-back button {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .text-base__010.btn-back .back {
    margin-bottom: 16px;
  }
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
}

.image-base__010 {
  margin: 0;
  position: relative;
}
.image-base__010 img {
  width: 100%;
}
.image-base__010 picture {
  width: 100%;
}
.image-base__010 source {
  width: 100%;
}
.image-base__010.border {
  border: 1px solid #dbdcdd;
  border-radius: 4px;
}
.image-base__010.rad {
  border-radius: 8px;
  overflow: hidden;
}
.image-base__010.mf {
  margin-bottom: 80px;
}
@media (max-width: 768.98px) {
  .image-base__010.mf {
    margin-bottom: 40px;
  }
}
.image-base__010.padding {
  padding: 20px;
}
.image-base__010.padding30 {
  padding: 30px;
}
.image-base__010.double {
  overflow: hidden;
}
.image-base__010.double img {
  width: 50%;
  float: left;
}
.image-base__010.i-right {
  text-align: right;
}
.image-base__010.i-left {
  text-align: left;
}
.image-base__010.w50 {
  text-align: center;
}
.image-base__010.w50 img {
  width: 50%;
}
.image-base__010.w60 {
  text-align: center;
}
.image-base__010.w60 img {
  width: 60%;
}
.image-base__010.w70 {
  text-align: center;
}
.image-base__010.w70 img {
  width: 70%;
}
.image-base__010.w80 {
  text-align: center;
}
.image-base__010.w80 img {
  width: 80%;
}
.image-base__010.w90 {
  text-align: center;
}
.image-base__010.w90 img {
  width: 90%;
}
.image-base__010.arrow {
  position: relative;
}
.image-base__010.arrow:hover::after {
  -webkit-animation-name: arrowmover01;
          animation-name: arrowmover01;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.image-base__010.arrow::after {
  content: "";
  display: block;
  background: url(../images/img_arrow_0011.svg) no-repeat 11px 9px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  background-color: #283238;
  border-radius: 100%;
}
@media (max-width: 768.98px) {
  .image-base__010.arrow::after {
    background-position-x: 11px;
    background-position-y: 10px;
  }
}
.image-base__010 .caption {
  position: absolute;
  bottom: -2em;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 768.98px) {
  .image-base__010 .caption {
    bottom: -4em;
  }
}

.article-entry.news {
  margin-bottom: 120px;
}
.article-entry h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #a5a5a5;
}
.article-entry h3 {
  border-left: 4px solid #0ab490;
  margin-bottom: 40px;
  font-size: 24px;
  padding-left: 32px;
  font-weight: 600;
}
.article-entry h3.border-none {
  border: 0;
}
.article-entry .ttl-base__060 {
  border-left: 0;
  padding-left: 0;
}
.article-entry h4 {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 600;
}
.article-entry h5 {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  font-weight: 600;
}
.article-entry p {
  margin-bottom: 2em;
}
.article-entry p:last-of-type() {
  margin-bottom: 0;
}
.article-entry p:last-child {
  margin-bottom: 0;
}
.article-entry img {
  width: 100%;
}
.article-entry figure {
  margin-bottom: 40px;
}
.article-entry table {
  width: 100%;
  margin-bottom: 80px;
  border-top: 1px solid #dbdcdd;
  border-left: 1px solid #dbdcdd;
}
@media (max-width: 1279.98px) {
  .article-entry table tbody {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .article-entry table tbody {
    width: 100%;
  }
}
.article-entry table th {
  padding: 35px 15px;
  background-color: #f2fbf8;
  border-bottom: 1px solid #dbdcdd;
  border-right: 1px solid #dbdcdd;
  text-align: center;
}
@media (max-width: 768.98px) {
  .article-entry table th {
    padding: 16px 22px;
  }
}
.article-entry table .th1 {
  background-color: #fafafa;
  text-align: center;
}
.article-entry table td {
  padding: 35px 15px;
  background-color: #ffffff;
  border-bottom: 1px solid #dbdcdd;
  border-right: 1px solid #dbdcdd;
  line-height: 2;
}
@media (max-width: 768.98px) {
  .article-entry table td {
    padding: 16px 22px;
  }
}
.article-entry .s-text {
  font-size: 13px;
}
.article-entry .sep-obj {
  margin-bottom: 60px;
}
.article-entry .sep-obj h4 {
  margin-bottom: 20px;
}
.article-entry .sep-obj .float-list {
  overflow: hidden;
}
.article-entry .sep-obj .float-list > li {
  float: left;
  width: 33%;
  margin-bottom: 24px;
}
@media (max-width: 768.98px) {
  .article-entry .sep-obj .float-list > li {
    width: 47.5%;
    margin-right: 5%;
  }
}
@media (max-width: 768.98px) {
  .article-entry .sep-obj .float-list > li:nth-child(even) {
    margin-right: 0;
  }
}
.article-entry .sep-obj .float-list > li > a {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding-left: 20px;
  position: relative;
  display: block;
}
.article-entry .sep-obj .float-list > li > a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.article-entry .sep-obj .float-list > li > a::before {
  content: "";
  display: inline-block;
  background: url(../images/img_arrow_0003.svg) no-repeat 0 0;
  width: 8px;
  height: 10px;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 5px;
}
.article-entry .sep-obj .float-list > li ul {
  padding-top: 24px;
}
.article-entry .sep-obj .float-list > li ul li {
  margin-bottom: 8px;
}
.article-entry .sep-obj .float-list > li ul li::before {
  content: "-";
  display: inline-block;
  margin-right: 1em;
}
.article-entry .common_blocks .sep a {
  visibility: hidden;
}
.article-entry .t-dl {
  text-align: right;
  margin-bottom: 0;
}
.article-entry .t-back.v2 {
  padding-top: 72px;
}
.article-entry ol {
  counter-reset: li;
  padding-top: 20px;
}
.article-entry ol li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 30px;
  list-style: none;
}
.article-entry ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  color: #09b67a;
  counter-increment: li;
  content: counter(li) ".";
}
.article-entry ol li strong {
  display: block;
}
.article-entry ul.list-010 {
  margin-bottom: 60px;
}
.article-entry ul.list-010 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dbdcdd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article-entry ul.list-010 .item .title {
  font-size: 16px;
  font-weight: 600;
  width: 27.5%;
  margin-right: 2.5%;
}
@media (max-width: 768.98px) {
  .article-entry ul.list-010 .item .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.article-entry ul.list-010 .item .title .num {
  margin-right: 10px;
}
.article-entry ul.list-010 .item .text {
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .article-entry ul.list-010 .item .text {
    width: 100%;
    margin-right: 0;
  }
}
.article-entry .col-note {
  background-color: #fafafa;
  padding: 20px;
}
.article-entry .col-note .ttl {
  font-weight: 600;
  margin-bottom: 8px;
}
.article-entry .col-note .text {
  margin-bottom: 0;
}
.article-entry .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  .article-entry .col2 {
    display: block;
  }
}
.article-entry .col2 .left {
  width: 47.5%;
  margin-right: 5%;
}
@media (max-width: 768.98px) {
  .article-entry .col2 .left {
    width: 100%;
    margin-right: 0;
  }
}
.article-entry .col2 .right {
  width: 47.5%;
}
@media (max-width: 768.98px) {
  .article-entry .col2 .right {
    width: 100%;
    margin-right: 0;
  }
}

.line__010 {
  padding-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #dbdcdd;
}

.area-search-head {
  margin-bottom: 48px;
}
.area-search-head .area-search-head__input input {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 24px;
  display: block;
  padding: 16px;
}
@media (max-width: 768.98px) {
  .area-search-head .area-search-head__input input {
    width: 100%;
    padding: 10px;
  }
}

.area-search-detail > p {
  text-align: center;
  padding: 48px;
}
.area-search-detail .list-news__020.search .item a {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 56px;
}
.area-search-detail .list-news__020.search .item a .headline {
  width: 100%;
  margin-right: 0;
  font-weight: 600;
  margin-bottom: 12px;
}
.area-search-detail .list-news__020.search .item a .detail {
  width: 100%;
}

.l-home .ttl-base__100 {
  padding-bottom: 62px;
  margin-bottom: 48px;
}
.l-home .ttl-base__100::after {
  top: 55px;
}
.l-home .ttl-base__110 {
  margin-bottom: 48px;
}
.l-home .list-news__020 {
  border-top: 0;
  margin-bottom: 48px;
}
.l-home .list-news__020 .item a {
  padding: 48px 30px;
}
@media (max-width: 768.98px) {
  .l-home .list-news__020 .item a {
    padding: 24px;
    padding-left: 0;
  }
}
.l-home .list-news__020 .item .date {
  width: auto;
  margin-right: 32px;
}
.l-home .list-news__020 .item .category {
  width: auto;
  margin-right: 32px;
  padding: 0 6px;
}

@media (max-width: 768.98px) {
  .top-page .section-hero .text .copy p {
    font-size: 28px;
    padding: 12px 0;
  }
}
@media (max-width: 768.98px) {
  .top-page .section-hero .text .copy p::after {
    left: calc(50% - 32vw);
    top: 0;
  }
}

@media (max-width: 768.98px) {
  .top-page.windows .section-hero .text .copy p {
    font-size: 28px;
    padding: 12px 0;
  }
}
.top-page.windows .section-hero .text .copy p::after {
  left: calc(50% - 11.8vw);
  top: 0.2vw;
}
@media (max-width: 768.98px) {
  .top-page.windows .section-hero .text .copy p::after {
    left: calc(50% - 34.8vw);
    top: 0;
  }
}

.page-en .section-hero .text .copy p::after {
  display: none;
}
.page-en .section-hero .text .copy p {
  font-size: 24px;
  line-height: 1;
  padding: 14px 0;
  text-align: left;
  letter-spacing: 0;
  width: 480px;
  margin: 0 auto;
}
@media (max-width: 768.98px) {
  .page-en .section-hero .text .copy p {
    font-size: 15px;
    line-height: 1;
    padding: 10px 0;
    text-align: left;
    letter-spacing: 0;
    width: auto;
    margin: 0;
  }
}
@media (max-width: 768.98px) {
  .page-en .section-hero .text .copy.show {
    padding-left: 15%;
  }
}

@-webkit-keyframes arrowmover01 {
  25% {
    background-position-x: 30px;
  }
  50% {
    background-position-x: 30px;
  }
  51% {
    background-position-x: -30px;
  }
}

@keyframes arrowmover01 {
  25% {
    background-position-x: 30px;
  }
  50% {
    background-position-x: 30px;
  }
  51% {
    background-position-x: -30px;
  }
}
.show-pc {
  display: block !important;
}
@media (max-width: 768.98px) {
  .show-pc {
    display: none !important;
  }
}

.show-sp {
  display: none !important;
}
@media (max-width: 768.98px) {
  .show-sp {
    display: block !important;
  }
}

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

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

.clear {
  clear: both;
}

.text-10px {
  font-size: 10px !important;
}

.text-12px {
  font-size: 12px !important;
}

.text-13px {
  font-size: 13px !important;
}

.text-14px {
  font-size: 14px !important;
}

.text-15px {
  font-size: 15px !important;
}

.text-16px {
  font-size: 16px !important;
}

.text-17px {
  font-size: 17px !important;
}

.text-18px {
  font-size: 18px !important;
}

.text-19px {
  font-size: 19px !important;
}

.text-20px {
  font-size: 20px !important;
}

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

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

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

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

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

.weight500 {
  font-weight: 500 !important;
}

.weight600 {
  font-weight: 600 !important;
}

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

.text-lh1_8 {
  line-height: 1.8 !important;
}

.text-lh1_9 {
  line-height: 1.9 !important;
}

.text-lh2_0 {
  line-height: 2 !important;
}

.text-lh2_5 {
  line-height: 2.5 !important;
}

.text-lh3_0 {
  line-height: 3 !important;
}

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

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

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

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

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

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

.mt48 {
  margin-top: 48px !important;
}

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

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

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

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

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

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

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

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

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

.mb24 {
  margin-bottom: 24px !important;
}

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

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

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

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

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

.mb72 {
  margin-bottom: 72px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.height100-pc {
  height: 100px !important;
}

.height200-pc {
  height: 200px !important;
}

.height300-pc {
  height: 300px !important;
}

.height400-pc {
  height: 400px !important;
}

.height500-pc {
  height: 500px !important;
}

.height600-pc {
  height: 600px !important;
}

.height700-pc {
  height: 700px !important;
}

.height800-pc {
  height: 800px !important;
}

.height900-pc {
  height: 900px !important;
}

.height1000-pc {
  height: 1000px !important;
}

.height1100-pc {
  height: 1100px !important;
}

.height1200-pc {
  height: 1200px !important;
}

.height1300-pc {
  height: 1300px !important;
}

.height1400-pc {
  height: 1400px !important;
}

.height1500-pc {
  height: 1500px !important;
}

.height1600-pc {
  height: 1600px !important;
}

.height1700-pc {
  height: 1700px !important;
}

.height1800-pc {
  height: 1800px !important;
}

.height1900-pc {
  height: 1900px !important;
}

.height2000-pc {
  height: 2000px !important;
}

.height2100-pc {
  height: 2100px !important;
}

.height2200-pc {
  height: 2200px !important;
}

.height2300-pc {
  height: 2300px !important;
}

.height2400-pc {
  height: 2400px !important;
}

.height2500-pc {
  height: 2500px !important;
}

.height2600-pc {
  height: 2600px !important;
}

.height2700-pc {
  height: 2700px !important;
}

.height2800-pc {
  height: 2800px !important;
}

.height2900-pc {
  height: 2900px !important;
}

.height3000-pc {
  height: 3000px !important;
}

@media (max-width: 768.98px) {
  .height100-sp {
    height: 100px !important;
  }
}

@media (max-width: 768.98px) {
  .height200-sp {
    height: 200px !important;
  }
}

@media (max-width: 768.98px) {
  .height300-sp {
    height: 300px !important;
  }
}

@media (max-width: 768.98px) {
  .height400-sp {
    height: 400px !important;
  }
}

@media (max-width: 768.98px) {
  .height500-sp {
    height: 500px !important;
  }
}

@media (max-width: 768.98px) {
  .height600-sp {
    height: 600px !important;
  }
}

@media (max-width: 768.98px) {
  .height700-sp {
    height: 700px !important;
  }
}

@media (max-width: 768.98px) {
  .height800-sp {
    height: 800px !important;
  }
}

@media (max-width: 768.98px) {
  .height900-sp {
    height: 900px !important;
  }
}

@media (max-width: 768.98px) {
  .height1000-sp {
    height: 1000px !important;
  }
}

@media (max-width: 768.98px) {
  .height1100-sp {
    height: 1100px !important;
  }
}

@media (max-width: 768.98px) {
  .height1200-sp {
    height: 1200px !important;
  }
}

@media (max-width: 768.98px) {
  .height1300-sp {
    height: 1300px !important;
  }
}

@media (max-width: 768.98px) {
  .height1400-sp {
    height: 1400px !important;
  }
}

@media (max-width: 768.98px) {
  .height1500-sp {
    height: 1500px !important;
  }
}

@media (max-width: 768.98px) {
  .height1600-sp {
    height: 1600px !important;
  }
}

@media (max-width: 768.98px) {
  .height1700-sp {
    height: 1700px !important;
  }
}

@media (max-width: 768.98px) {
  .height1800-sp {
    height: 1800px !important;
  }
}

@media (max-width: 768.98px) {
  .height1900-sp {
    height: 1900px !important;
  }
}

@media (max-width: 768.98px) {
  .height2000-sp {
    height: 2000px !important;
  }
}

@media (max-width: 768.98px) {
  .height2100-sp {
    height: 2100px !important;
  }
}

@media (max-width: 768.98px) {
  .height2200-sp {
    height: 2200px !important;
  }
}

@media (max-width: 768.98px) {
  .height2300-sp {
    height: 2300px !important;
  }
}

@media (max-width: 768.98px) {
  .height2400-sp {
    height: 2400px !important;
  }
}

@media (max-width: 768.98px) {
  .height2500-sp {
    height: 2500px !important;
  }
}

@media (max-width: 768.98px) {
  .height2600-sp {
    height: 2600px !important;
  }
}

@media (max-width: 768.98px) {
  .height2700-sp {
    height: 2700px !important;
  }
}

@media (max-width: 768.98px) {
  .height2800-sp {
    height: 2800px !important;
  }
}

@media (max-width: 768.98px) {
  .height2900-sp {
    height: 2900px !important;
  }
}

@media (max-width: 768.98px) {
  .height3000-sp {
    height: 3000px !important;
  }
}

@media (max-width: 768.98px) {
  .width100-sp {
    width: 100px !important;
  }
}

@media (max-width: 768.98px) {
  .width200-sp {
    width: 200px !important;
  }
}

@media (max-width: 768.98px) {
  .width300-sp {
    width: 300px !important;
  }
}

@media (max-width: 768.98px) {
  .width400-sp {
    width: 400px !important;
  }
}

@media (max-width: 768.98px) {
  .width500-sp {
    width: 500px !important;
  }
}

@media (max-width: 768.98px) {
  .width600-sp {
    width: 600px !important;
  }
}

@media (max-width: 768.98px) {
  .width700-sp {
    width: 700px !important;
  }
}

@media (max-width: 768.98px) {
  .width800-sp {
    width: 800px !important;
  }
}

@media (max-width: 768.98px) {
  .width900-sp {
    width: 900px !important;
  }
}

@media (max-width: 768.98px) {
  .width1000-sp {
    width: 1000px !important;
  }
}

@media (max-width: 768.98px) {
  .width1100-sp {
    width: 1100px !important;
  }
}

@media (max-width: 768.98px) {
  .width1200-sp {
    width: 1200px !important;
  }
}

@media (max-width: 768.98px) {
  .width1300-sp {
    width: 1300px !important;
  }
}

@media (max-width: 768.98px) {
  .width1400-sp {
    width: 1400px !important;
  }
}

@media (max-width: 768.98px) {
  .width1500-sp {
    width: 1500px !important;
  }
}

@media (max-width: 768.98px) {
  .width1600-sp {
    width: 1600px !important;
  }
}

@media (max-width: 768.98px) {
  .width1700-sp {
    width: 1700px !important;
  }
}

@media (max-width: 768.98px) {
  .width1800-sp {
    width: 1800px !important;
  }
}

@media (max-width: 768.98px) {
  .width1900-sp {
    width: 1900px !important;
  }
}

@media (max-width: 768.98px) {
  .width2000-sp {
    width: 2000px !important;
  }
}

@media (max-width: 768.98px) {
  .width2100-sp {
    width: 2100px !important;
  }
}

@media (max-width: 768.98px) {
  .width2200-sp {
    width: 2200px !important;
  }
}

@media (max-width: 768.98px) {
  .width2300-sp {
    width: 2300px !important;
  }
}

@media (max-width: 768.98px) {
  .width2400-sp {
    width: 2400px !important;
  }
}

@media (max-width: 768.98px) {
  .width2500-sp {
    width: 2500px !important;
  }
}

@media (max-width: 768.98px) {
  .width2600-sp {
    width: 2600px !important;
  }
}

@media (max-width: 768.98px) {
  .width2700-sp {
    width: 2700px !important;
  }
}

@media (max-width: 768.98px) {
  .width2800-sp {
    width: 2800px !important;
  }
}

@media (max-width: 768.98px) {
  .width2900-sp {
    width: 2900px !important;
  }
}

@media (max-width: 768.98px) {
  .width3000-sp {
    width: 3000px !important;
  }
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

.disp-inline {
  display: inline;
}

.disp-inline-block {
  display: inline-block;
}

@media (min-width: 769px) {
  .disp-inline-block-pc {
    display: inline-block;
  }
}

.cont1colBlock {
  padding: 40px 0 60px 0;
}
.cont1colBlock .commonTtl05 {
  font-weight: 900;
}
.cont1colBlock .txtOra {
  color: #dc0119;
}
.cont1colBlock dl.item dt {
  font-weight: 900;
}
.cont1colBlock dl.item dd {
  margin-bottom: 1em;
}
.cont1colBlock .formTbl {
  width: 100%;
  margin: 0;
  margin-bottom: 40px;
}
.cont1colBlock .formTbl td {
  padding: 8px;
  border: 1px solid #999999;
  text-align: left;
  padding: 20px;
}
.cont1colBlock .formTbl td .hissu {
  color: #fff;
  background-color: #dc0019;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 6px;
  margin-bottom: 6px;
}
.cont1colBlock .formTbl td .field-1 {
  display: block;
  width: 100%;
}
.cont1colBlock .formTbl th {
  padding: 8px;
  border: 1px solid #999999;
  font-weight: normal;
  text-align: left;
  padding: 20px;
  background-color: #f5f5f5;
  font-weight: 900;
}
.cont1colBlock .formTbl__020 {
  width: 100%;
  margin: 0;
  margin-bottom: 40px;
}
.cont1colBlock .formTbl__020 .td_010 {
  padding: 8px;
  border: 1px solid #999999;
  text-align: left;
  padding: 20px;
}
.cont1colBlock .formTbl__020 .td_010 .w50 {
  width: 60px;
}
.cont1colBlock .formTbl__020 .td_010 .hissu {
  color: #fff;
  background-color: #dc0019;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 6px;
  margin-bottom: 6px;
}
.cont1colBlock .formTbl__020 .td_010 .field-1 {
  display: block;
  width: 100%;
}
.cont1colBlock .formTbl__020 .td_010 p {
  margin-bottom: 0.5em;
}
.cont1colBlock .formTbl__020 .td_010 label {
  margin-bottom: 0;
}
.cont1colBlock .formTbl__020 .td_010 textarea {
  display: block;
  width: 600px;
}
@media (max-width: 768.98px) {
  .cont1colBlock .formTbl__020 .td_010 textarea {
    width: 100%;
  }
}
.cont1colBlock .formTbl__020 .td_010 table th {
  padding-bottom: 0.5em;
  padding: 0 0.5em 1em 0;
  min-width: 2.5em;
}
.cont1colBlock .formTbl__020 .td_010 table td {
  padding: 0 0.5em 1em 0;
}
.cont1colBlock .formTbl__020 .td_010 .checkArea01 dt {
  display: inline-block;
  vertical-align: top;
}
.cont1colBlock .formTbl__020 .td_010 .checkArea01 dd {
  display: inline-block;
  vertical-align: top;
}
.cont1colBlock .formTbl__020 .th_010 {
  padding: 8px;
  border: 1px solid #999999;
  font-weight: normal;
  text-align: left;
  padding: 20px;
  background-color: #f5f5f5;
  font-weight: 900;
}
.cont1colBlock .colSpiralText {
  border-top: 1px solid #000000;
  padding-top: 60px;
}
.cont1colBlock .commonFormNavBlock {
  margin-bottom: 60px;
}
.cont1colBlock .commonFormNavBlock ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cont1colBlock .commonFormNavBlock ul li {
  padding: 10px 20px;
}
.cont1colBlock .commonFormNavBlock ul li::after {
  content: ">";
  display: inline-block;
  margin-left: 20px;
}
.cont1colBlock .commonFormNavBlock ul li:last-child::after {
  display: none;
}
.cont1colBlock .commonFormNavBlock ul li.active {
  border-bottom: 3px solid #666666;
}

.col-add-select {
  position: relative;
}
.col-add-select > select {
  border: 1px solid #e5e5e5;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
@media (max-width: 768.98px) {
  .col-add-select > select {
    padding: 8px;
    padding-right: 20px;
    display: block;
  }
}
.col-add-select::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #283238;
  content: "";
  display: block;
  position: absolute;
  right: 9px;
  top: 50%;
  width: 0;
}

@media (max-width: 768.98px) {
  .col-add-autoheight-2col > div:only-child input {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    margin-left: 12px;
    width: calc(100% - 24px);
    height: 80%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.col-form .form-error-txt {
  color: red;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.col-form .tbl_form_sample.tbl_common2._pd-a tbody > tr > td.data {
  width: 350px;
  vertical-align: top;
}
@media (max-width: 768.98px) {
  .col-form .tbl_form_sample.tbl_common2._pd-a tbody > tr > td.data {
    width: auto;
  }
}
.col-form .tbl_form_sample.tbl_common2._pd-a tbody > tr > td .data-description {
  min-height: 1em;
  font-size: 12px;
  margin-top: 5px;
}
.col-form .tbl_form_sample.tbl_common2._pd-a tbody > tr > td:nth-child(1n) {
  width: 10%;
}
@media (max-width: 768.98px) {
  .col-form .tbl_form_sample.tbl_common2._pd-a tbody > tr > td:nth-child(1n) {
    width: auto;
  }
}
.col-form .tbl_form_sample.tbl_common2._pd-a tbody > tr > td:nth-child(2n) {
  width: 50%;
}
@media (max-width: 768.98px) {
  .col-form .tbl_form_sample.tbl_common2._pd-a tbody > tr > td:nth-child(2n) {
    width: auto;
  }
}
.col-form .tbl_form_sample.tbl_common2._pd-a tbody > tr > td:nth-child(3n) {
  width: 20%;
}
@media (max-width: 768.98px) {
  .col-form .tbl_form_sample.tbl_common2._pd-a tbody > tr > td:nth-child(3n) {
    width: auto;
  }
}
.col-form .tbl_form_sample.tbl_common2._pd-a tbody > tr > td:nth-child(4n) {
  vertical-align: top;
  width: 20%;
  position: relative;
}
.col-form .tbl_form_sample--confirm.tbl_common2._pd-a tbody > tr > td:nth-child(3n) {
  vertical-align: top;
}
.col-form .tbl_form_sample--confirm.tbl_common2._pd-a tbody > tr > td:nth-child(4n) {
  vertical-align: top;
}