/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  overflow: visible;
  /* 2 */
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
/* ----------------------------------------------------------------
base
-------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
/* body
----------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  -webkit-transition: all linear 0.05s;
  transition: all linear 0.05s;
  text-align: center;
  color: #000;
  background: #f5f5f5;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGo-Medium", YuGothic,
    "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "HiraKakuPro-W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    YuGothic, "游ゴシック", "メイリオ", "Meiryo", "Meiryo UI", "ＭＳ Ｐゴシック",
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 769px) {
  body {
    min-width: 900px;
  }
}

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

body::before {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 980px;
  height: 100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #eee;
}

@media (max-width: 768px) {
  body::before {
    width: calc(100% - 40px);
  }
}

a {
  -webkit-transition: 0.02s linear;
  transition: 0.02s linear;
  -webkit-transition-property: all;
  transition-property: all;
  text-decoration: none;
  word-break: break-all;
  color: #000;
}

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

h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: normal;
}

p,
h1,
h2,
h3,
h4,
figure,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  -webkit-transition-property: all;
  transition-property: all;
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/* contents
-------------------------------------------*/
.l-contents {
  position: relative;
}
/* box
-------------------------------------------*/
/* 01 */
.c-box-01 {
  background: #fff;
}

@media (min-width: 769px) {
  .c-box-01 {
    width: 900px;
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 45px 50px;
  }
}

@media (max-width: 768px) {
  .c-box-01 {
    margin: 0 5px 24px;
    padding: 40px 15px;
  }
}

.c-box-01:last-child {
  margin-bottom: 0;
}
/* 02 */
.c-box-02 {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
/* 03 */
.c-box-03 {
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
}

.c-box-03:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .c-box-03 {
    width: 900px;
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 90px 20px 110px 20px;
  }

  .c-box-03--wide {
    width: 1080px;
    margin-bottom: 80px;
  }

  .c-box-03 p {
    font-size: 15px;
    line-height: 2;
  }
}

@media (max-width: 768px) {
  .c-box-03 {
    margin: 0 5px 24px;
    padding: 40px 15px;
  }
}
/* 04 */
.c-box-04 {
  padding: 24px;
  border: 1px solid #bfbfbf;
  line-height: 1.71;
}

@media (max-width: 768px) {
  .c-box-04 {
    padding: 15px;
  }
}

.c-box-04.c-box-scroll {
  height: 230px;
}
/* banner */
.c-box-banner {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .c-box-banner {
    padding: 0 5px;
  }
}
/* scroll */
.c-box-scroll {
  overflow: auto;
}
/* buttons(button wrapper)
-------------------------------------------*/
@media (min-width: 769px) {
  .c-buttons {
    margin: 30px auto 35px;
    padding: 0 10px;
  }

  .c-text-lead + .c-buttons {
    margin-top: -20px;
  }
}

@media (max-width: 768px) {
  .c-buttons {
    margin: 20px -10px 20px;
    padding: 0 10px;
  }

  .c-text-lead + .c-buttons {
    margin-top: -20px;
  }
}
/* harf */
@media (min-width: 769px) {
  .c-buttons-harf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-buttons-harf > * {
    max-width: 50%;
    padding: 0 10px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 768px) {
  .c-buttons-harf > * + * {
    margin-top: 5px;
  }
}
/* button
-------------------------------------------*/
/* 01 */
.c-button-01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 33px;
  cursor: pointer;
  text-indent: 1.1px;
  letter-spacing: 1.1px;
  color: #fff;
  background: #f00000;
  font-size: 15px;
  line-height: 1.1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .c-button-01 {
    padding: 10px 14px;
    font-size: 11.5px;
  }
}

.c-button-01:hover {
  color: #fff;
  box-shadow: 3.2px 3.8px 8px 0 rgba(0, 0, 0, 0.2);
}
/* 02 */
.c-button-02 {
  max-width: 100%;
  cursor: pointer;
  text-align: center;
  color: #f00000;
  border: #f00000 5px solid;
  background: #fff;
  font-weight: bold;
  line-height: 1.6;
}
.c-button-02.c-button-cancel,
.c-button-02.c-button-disabled {
  color: #aaa;
  border-color: #aaa;
}
.c-button-02.c-button-disabled {
  cursor: default;
}

@media (min-width: 769px) {
  .c-button-02 {
    display: inline-block;
    width: 184px;
    padding: 8px;
    text-indent: 1.2px;
    letter-spacing: 1.2px;
  }
}

@media (max-width: 768px) {
  .c-button-02 {
    display: block;
    width: 100%;
    padding: 12px 5px;
    text-indent: 1px;
    letter-spacing: 1px;
    border-width: 4px;
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .c-button-02:not(.c-button-full) {
    width: 200px;
  }
}

@media (min-width: 769px) {
  .c-button-02.c-button-large {
    padding: 26px 20px;
    text-indent: 1.7px;
    letter-spacing: 1.7px;
    border-width: 6px;
    font-size: 22px;
  }

  .c-button-02.c-button-large:not(.c-button-full) {
    width: 530px;
  }

  .c-button-02.c-button-large.c-button-cancel:not(.c-button-full) {
    width: 150px;
  }
}

@media (min-width: 769px) {
  .c-button-02.c-button-text-large {
    letter-spacing: 1.7px;
    font-size: 21px;
  }
}

.c-button-02:hover:enabled {
  color: #fff;
  background-color: #f00000;
}

.c-button-02.c-button-cancel:hover:enabled {
  background-color: #aaa;
}

.c-button-02:disabled {
  opacity: 0.25;
  cursor: default;
}

/* 03 */
.c-button-03 {
  display: inline-block;
  max-width: 100%;
  padding: 15px;
  cursor: pointer;
  text-align: center;
  text-indent: 1.2px;
  letter-spacing: 1.2px;
  color: #666;
  border: #666 5px solid;
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-button-03 {
    display: block;
    padding: 5px;
    text-indent: 1px;
    letter-spacing: 1px;
    border-width: 4px;
    font-size: 14px;
  }
}

.c-button-03:not(.c-button-full) {
  width: 184px;
}

@media (min-width: 769px) {
  .c-button-03.c-button-large {
    padding: 8px;
    text-indent: 1.5px;
    letter-spacing: 1.5px;
    border-width: 6px;
    font-size: 20px;
  }

  .c-button-03.c-button-large:not(.c-button-full) {
    width: 530px;
  }
}

.c-button-03:hover {
  color: #fff;
  background-color: #666;
}
/* full */
.c-button-full {
  width: 100%;
  max-width: 100%;
}
/* compatible
-------------------------------------------*/
/* q */
.c-compatible__q {
  width: 640px;
  max-width: 100%;
  text-align: left;
}

@media (min-width: 769px) {
  .c-compatible__q {
    margin: 66px auto 40px;
  }
}

@media (max-width: 768px) {
  .c-compatible__q {
    margin: 30px 0;
  }
}

.c-compatible__q__hd {
  font-weight: bold;
}

.c-compatible__q__hd__no {
  color: #f00000;
}

@media (min-width: 769px) {
  .c-compatible__q__hd {
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 1.45;
  }

  .c-compatible__q__hd__no {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .c-compatible__q__hd {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.6;
  }

  .c-compatible__q__hd__no {
    font-size: 18px;
  }
}

.c-compatible__q__list__label {
  display: block;
}

.c-compatible__q__list__label span {
  display: block;
  cursor: pointer;
  background-color: #eee;
}

.c-compatible__q__list__label span:hover {
  color: #fff;
  background: #f00000;
  font-weight: bold;
}

.c-compatible__q__list__label input[type="radio"] {
  display: none;
  opacity: 0;
}

.c-compatible__q__list__label input[type="radio"]:checked + span {
  color: #fff;
  background: #f00000;
  font-weight: bold;
}

@media (min-width: 769px) {
  .c-compatible__q__list__label + .c-compatible__q__list__label {
    margin-top: 10px;
  }

  .c-compatible__q__list__label span {
    padding: 13px 27px;
  }
}

@media (max-width: 768px) {
  .c-compatible__q__list__label {
    font-size: 12px;
  }

  .c-compatible__q__list__label span {
    padding: 10px 10px;
  }

  .c-compatible__q__list__label + .c-compatible__q__list__label {
    margin-top: 5px;
  }
}
/* a */
.c-compatible__a {
  margin-top: 20px;
}

.c-compatible__a__result {
  color: #f00000;
  font-family: Gotham-Medium, "游ゴシック Medium", "Yu Gothic Medium",
    "YuGo-Medium", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", "メイリオ", "Meiryo",
    "Meiryo UI", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.15;
  margin-bottom: 24px;
}

@media (min-width: 769px) {
  .c-compatible__a__result {
    padding-left: 2.1px;
    letter-spacing: 2.1px;
    font-size: 28px;
  }

  .c-compatible__a__result > strong {
    margin-right: 12px;
    font-size: 46px;
  }

  .c-compatible__a__result > strong span {
    padding-left: 6.8px;
    letter-spacing: 6.8px;
    font-size: 90px;
  }
}

@media (max-width: 768px) {
  .c-compatible__a__result {
    padding-left: 1px;
    letter-spacing: 1px;
    font-size: 20px;
  }

  .c-compatible__a__result > strong {
    margin-right: 4px;
    font-size: 26px;
  }

  .c-compatible__a__result > strong span {
    padding-left: 2px;
    letter-spacing: 2px;
    font-size: 45px;
  }
}

.c-compatible__a__entry__hd {
  color: #f00000;
  font-weight: bold;
}

@media (min-width: 769px) {
  .c-compatible__a__entry__hd {
    margin-bottom: 24px;
    padding-left: 1.5px;
    letter-spacing: 1.5px;
    font-size: 20px;
  }

  .c-compatible__a__entry__buttons {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .c-compatible__a__entry__hd {
    margin-bottom: 15px;
    padding-left: 1px;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.7;
  }
}
/* figure
-------------------------------------------*/
.c-figure {
  margin: 32px 0;
}
/* form
-------------------------------------------*/
.c-form {
  text-align: left;
}

.c-form + .c-form {
  margin-top: 30px;
}

.c-form--small {
  max-width: 570px;
  margin: 0 auto;
}
.c-form__row--noflex .c-input {
  width: 100%;
}
/* row */
@media (min-width: 769px) {
  .c-form__row:not(.c-form__row--noflex) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-form__row + .c-form__row {
    margin-top: 30px;
  }

  .c-form__row:not(.c-form__row--noflex) label {
    max-width: 190px;
    cursor: pointer;
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
  }
}

@media (max-width: 768px) {
  .c-form__row + .c-form__row {
    margin-top: 20px;
  }

  .c-form__row label {
    margin-bottom: 5px;
  }
}
/* button */
.c-form__button {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .c-form__button > * {
    margin-top: 5px;
  }
  .c-form__button > *:first-child {
    margin-top: 0;
  }
}

/* message */
.c-form__message {
  margin-top: 30px;
  text-align: center;
}
/* input */
.c-input,
.c-select {
  border: 1px solid #bfbfbf;
  border-radius: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 769px) {
  .c-input,
  .c-select {
    width: 568px;
  }
}

@media (max-width: 768px) {
  .c-input,
  .c-select {
    width: 100% !important;
  }
}

.c-input:-moz-placeholder,
.c-select:-moz-placeholder,
.c-input::-moz-placeholder,
.c-select::-moz-placeholder,
.c-input:-ms-input-placeholder,
.c-select:-ms-input-placeholder,
.c-input:placeholder-shown,
.c-select:placeholder-shown {
  color: #999;
}

.c-input::-webkit-input-placeholder,
.c-select::-webkit-input-placeholder {
  color: #999;
}

.c-input {
  padding: 17px 16px;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .c-input {
    padding: 0 16px;
    font-size: 16px;
    line-height: 50px;
  }
}
/* select */
.c-select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.c-select select {
  width: 100%;
  padding: 17px 16px;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.c-select::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 12px 7px 0 7px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

@media (max-width: 768px) {
  .c-select::after {
    border-width: 10px 7px 0 7px;
  }
}
/* hd
-------------------------------------------*/
/* 01 */
.c-hd-01 {
  margin-bottom: 30px;
  padding-left: 2px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-hd-01 {
    margin-bottom: 20px;
    padding-left: 1px;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 1.6;
  }
}
/* 02 */
.c-hd-02 {
  text-align: center;
  color: #f00000;
  font-weight: bold;
}

.c-hd-02::before,
.c-hd-02::after {
  width: 24px;
  height: 24px;
  background-position: -205px 0;
}

@media (min-width: 769px) {
  .c-hd-02 {
    margin-bottom: 30px;
    padding-left: 1.7px;
    letter-spacing: 1.7px;
    font-size: 22px;
  }

  .c-hd-02::before {
    margin-right: 19px;
  }

  .c-hd-02::after {
    margin-left: 19px;
  }

  .c-hd-01 + .c-hd-02 {
    margin-top: 43px;
  }

  .c-text + .c-hd-02 {
    margin-top: 84px;
  }
}

@media (max-width: 768px) {
  .c-hd-02 {
    margin-bottom: 20px;
    padding-left: 1px;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.7;
  }

  .c-hd-02::before,
  .c-hd-02::after {
    -webkit-transform: scale(0.5) translateY(-15%);
    transform: scale(0.5) translateY(-15%);
  }

  .c-hd-01 + .c-hd-02 {
    margin-top: 23px;
  }

  .c-text + .c-hd-02 {
    margin-top: 44px;
  }
}
/* 03 */
.c-hd-03 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 1.35px;
  text-align: center;
  letter-spacing: 1.35px;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-hd-03 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
  }
}
/* 04 */
.c-hd-04 {
  text-align: center;
  color: #010101;
  font-weight: bold;
}

@media (min-width: 769px) {
  .c-hd-04 {
    margin-bottom: 25px;
    padding-left: 2px;
    letter-spacing: 2px;
    font-size: 28px;
  }

  .c-hd-04:not(:first-child) {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .c-hd-04 {
    margin-bottom: 20px;
    padding-left: 1px;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 1.7;
  }

  .c-hd-04:not(:first-child) {
    margin-top: 40px;
  }
}
/* 05 */
.c-hd-05 {
  text-align: center;
  color: #f00000;
  font-weight: bold;
}

@media (min-width: 769px) {
  .c-hd-05 {
    margin-top: 32px;
    padding-left: 1.8px;
    letter-spacing: 1.8px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .c-hd-05 {
    margin-top: 20px;
    padding-left: 1px;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.7;
  }
}
/* 06 */
.c-hd-06 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #f00000;
  font-size: 26px;
  font-weight: bold;
}
/* 07 */
.c-hd-07 {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 1.7px;
  text-align: center;
  letter-spacing: 1.7px;
  color: #f00000;
  font-size: 22px;
  font-weight: bold;
}
/* list
-------------------------------------------*/
.c-list {
  list-style-type: none;
}
/* 01 */
.c-list-01 > li {
  position: relative;
  padding-left: 1.1em;
}

.c-list-01 > li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "・";
}

@media (max-width: 768px) {
  .c-list-01 > li {
    line-height: 1.7;
  }

  .c-list-01 > li + .c-list-01 > li {
    margin-top: 5px;
  }
}
/* main
-------------------------------------------*/
.c-main__hd {
  margin-bottom: 26px;
}

.c-main__text {
  line-height: 1.88;
}

@media (min-width: 769px) {
  .c-main {
    max-width: 980px;
    margin: 120px auto 0;
    padding: 0 90px 120px;
  }
}

@media (max-width: 768px) {
  .c-main {
    padding: 0 30px 30px;
  }
}
/* table
-------------------------------------------*/
.c-table {
  width: 100%;
  border-collapse: collapse;
}
/* 01 */
.c-table-01 {
  text-align: left;
}

.c-table-01 tr > th::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  content: "";
  vertical-align: middle;
  border-radius: 100%;
  background: #f00000;
}

@media (min-width: 769px) {
  .c-table-01 tr > * {
    vertical-align: top;
    font-weight: normal;
  }

  .c-table-01 tr:not(:first-child) > * {
    padding-top: 12px;
  }

  .c-table-01 tr:not(:last-child) > * {
    padding-bottom: 13px;
    border-bottom: 1px solid #ccc;
  }

  .c-table-01 tr th {
    width: 170px;
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .c-table-01 tr,
  .c-table-01 th,
  .c-table-01 td {
    display: block;
    width: 100%;
  }

  .c-table-01 tr {
    padding-bottom: 5px;
  }

  .c-table-01 tr:not(:first-child) {
    padding-top: 5px;
    border-top: 1px solid #ccc;
  }
}
/* text
-------------------------------------------*/
.c-text {
  margin-left: 1.1px;
  text-align: left;
  letter-spacing: 1.1px;
  line-height: 1.88;
}

.c-text p + p {
  margin-top: 1.9em;
}
/* lead */
.c-text-lead {
  margin-bottom: 55px;
  text-align: center;
}

@media (max-width: 768px) {
  .c-text-lead {
    margin-bottom: 30px;
  }
}
/* primary */
.c-text-primary {
  color: #f00000;
}
/* small */
@media (min-width: 769px) {
  .c-text-small {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .c-text-small {
    font-size: 11px;
  }
}
/* center */
.c-text-center {
  text-align: center !important;
}
/* wrapper
-------------------------------------------*/
/* 01 */
@media (min-width: 769px) {
  .c-wrapper-01 {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .c-wrapper-01 {
    padding: 30px 0;
  }
}
/* 02 */
.c-wrapper-02 {
  background: #fff;
}

@media (min-width: 769px) {
  .c-wrapper-02 {
    padding: 92px 0;
  }
}

@media (max-width: 768px) {
  .c-wrapper-02 {
    padding: 40px 10px;
  }
}
/* ----------------------------------------------------------------
_header
-------------------------------------------------------------------*/
.header {
  position: relative;
  width: 100%;
  margin-bottom: 67px;
  text-align: center;
}

@media (max-width: 768px) {
  .header {
    margin-bottom: 60px;
  }
}
/* sitelogo
-------------------------------------------*/
.header__sitelogo {
  padding-top: 17px;
  text-align: center;
}

.header__sitelogo img {
  width: 122px;
}

@media (max-width: 768px) {
  .header__sitelogo {
    padding-top: 8px;
  }

  .header__sitelogo img {
    width: 92px;
  }
}
/* button
-------------------------------------------*/
/* control */
.header__button-control {
  position: fixed;
  top: 13px;
  right: 22px;
  z-index: 50;
}

@media (max-width: 768px) {
  .header__button-control {
    top: 10px;
    right: 10px;
  }
}
/* nav */
.header__button-nav {
  position: fixed;
  z-index: 99;
  top: 23px;
  left: 40px;
  padding: 10px;
}

@media (max-width: 768px) {
  .header__button-nav {
    top: 5px;
    left: 5px;
  }
}

.header__button-nav__inner {
  position: relative;
  width: 40px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (max-width: 768px) {
  .header__button-nav__inner {
    width: 30px;
    height: 17px;
  }
}

.header__button-nav__inner span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
  border-radius: 9px;
  background: #f00000;
}

@media (min-width: 769px) {
  .header__button-nav__inner span:nth-child(1) {
    top: 0;
  }

  .header__button-nav__inner span:nth-child(2),
  .header__button-nav__inner span:nth-child(3) {
    top: 11px;
  }

  .header__button-nav__inner span:nth-child(4) {
    top: 22px;
  }
}

@media (max-width: 768px) {
  .header__button-nav__inner span:nth-child(1) {
    top: 0;
  }

  .header__button-nav__inner span:nth-child(2),
  .header__button-nav__inner span:nth-child(3) {
    top: 8px;
  }

  .header__button-nav__inner span:nth-child(4) {
    top: 16px;
  }
}

.header__button-nav__inner.is-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__button-nav__inner.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__button-nav__inner.is-open span:nth-child(1),
.header__button-nav__inner.is-open span:nth-child(4) {
  top: 16px;
  left: 50%;
  width: 0;
}
/* header__nav
-------------------------------------------*/
.header__nav {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  clear: both;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  text-align: center;
  background-color: #fff;
  background-size: auto 4px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 769px) {
  .header__nav {
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
  }
}

.header__nav.is-open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* inner */
.header__nav__inner {
  max-width: 904px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .header__nav__inner {
    padding: 55px 0 78px;
  }
}

@media (max-width: 768px) {
  .header__nav__inner {
    padding: 53px 17px 38px;
    font-size: 13px;
  }
}
/* 01 */
.header__nav__list-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 769px) {
  .header__nav__list-01 {
    font-size: 18px;
  }
}

.header__nav__list-01 li {
  max-width: 50%;
  border: 1px solid #bfbfbf;
  border-width: 1px 0;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.header__nav__list-01 li + li {
  border-left-width: 1px;
}

.header__nav__list-01 li:nth-child(2) a::after {
  right: 22px;
}

@media (max-width: 768px) {
  .header__nav__list-01 li:nth-child(2) a::after {
    right: 6px;
  }
}

.header__nav__list-01 a {
  position: relative;
  display: block;
}

@media (min-width: 769px) {
  .header__nav__list-01 a {
    padding: 0 0 22px 0;
  }
}

@media (max-width: 768px) {
  .header__nav__list-01 a {
    padding-bottom: 5px;
  }
}

.header__nav__list-01 a::after {
  position: absolute;
  top: 50%;
  right: 41px;
  width: 14px;
  height: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: -205px -34px;
}

@media (max-width: 768px) {
  .header__nav__list-01 a::after {
    right: 11px;
    -webkit-transform: scale(0.5) translateY(-100%);
    transform: scale(0.5) translateY(-100%);
  }
}

.header__nav__list-01 a:hover {
  color: #f00000;
  background-color: #f5f5f5;
}

.header__nav__list-01 img {
  display: block;
  width: 185px;
  margin: 0 auto 6px;
}

@media (max-width: 768px) {
  .header__nav__list-01 img {
    width: 91px;
    margin-top: -10px;
    margin-bottom: -5px;
  }
}
/* 02 */
.header__nav__list-02 {
  text-align: left;
}

.header__nav__list-02 a {
  position: relative;
  display: block;
  border-bottom: 1px solid #bfbfbf;
  font-weight: bold;
}

@media (min-width: 769px) {
  .header__nav__list-02 a {
    padding: 31px 53px 31px 108px;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .header__nav__list-02 a {
    padding: 11px 6px 10px 70px;
  }
}

.header__nav__list-02 a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .header__nav__list-02 a::before {
    margin-left: -25px;
    -webkit-transform: scale(0.7) translateY(-70%);
    transform: scale(0.7) translateY(-70%);
  }
}

.header__nav__list-02 a::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 14px;
  height: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: -205px -34px;
}

@media (max-width: 768px) {
  .header__nav__list-02 a::after {
    right: 6px;
    -webkit-transform: scale(0.5) translateY(-100%);
    transform: scale(0.5) translateY(-100%);
  }
}

.header__nav__list-02 a:hover {
  color: #f00000;
  background-color: #f5f5f5;
}

.header__nav__list-02__link--compatible::before {
  left: 24px;
  width: 60px;
  height: 44px;
  background-position: -70px 0;
}

.header__nav__list-02__link--compatible:hover::before {
  background-position: 0 0;
}

.header__nav__list-02__link--shinsotsu::before {
  left: 28px;
  width: 52px;
  height: 36px;
  background-position: 0 -54px;
}

.header__nav__list-02__link--shinsotsu:hover::before {
  background-position: -62px -54px;
}

.header__nav__list-02__link--career::before {
  left: 30px;
  width: 49px;
  height: 36px;
  background-position: -59px -100px;
}

.header__nav__list-02__link--career:hover::before {
  background-position: 0 -100px;
}

.header__nav__list-02__link--kaigishi::before {
  left: 27px;
  width: 55px;
  height: 33px;
  background-position: -140px 0;
}

.header__nav__list-02__link--kaigishi:hover::before {
  background-position: -140px -43px;
}

.header__nav__list-02__link--company::before {
  left: 41px;
  width: 28px;
  height: 43px;
  background-position: 0 -146px;
}

.header__nav__list-02__link--company:hover::before {
  background-position: -38px -146px;
}
/* ----------------------------------------------------------------
footer
-------------------------------------------------------------------*/
/* footer
-------------------------------------------*/
.footer {
  clear: both;
  margin-top: 40px;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 768px) {
  .footer {
    margin-top: 25px;
  }
}
/* inner
-------------------------------------------*/
.footer__inner {
  max-width: 980px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .footer__inner {
    padding: 70px 0 40px;
  }
}

@media (max-width: 768px) {
  .footer__inner {
    padding: 30px 15px;
  }
}
/* sitelogo
-------------------------------------------*/
.footer__sitelogo {
  margin-bottom: 20px;
}

.footer__sitelogo img {
  width: 122px;
}

@media (max-width: 768px) {
  .footer__sitelogo img {
    width: 84px;
  }
}
/* breadcrumb
-------------------------------------------*/
.footer__breadcrumb {
  text-align: left;
}

.footer__breadcrumb a {
  color: #f00000;
}

@media (min-width: 769px) {
  .footer__breadcrumb {
    margin-bottom: 65px;
    font-size: 12px;
  }

  .footer__inner > .footer__breadcrumb:first-child {
    margin-top: -40px;
  }
}

@media (max-width: 768px) {
  .footer__breadcrumb {
    margin-bottom: 15px;
    font-size: 11px;
  }

  .footer__inner > .footer__breadcrumb:first-child {
    margin-top: -15px;
  }
}
/* nav
-------------------------------------------*/
/* 01 */
.footer__nav__list-01 {
  text-align: left;
}

@media (min-width: 769px) {
  .footer__nav__list-01 {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .footer__nav__list-01 {
    margin-bottom: 35px;
  }
}

.footer__nav__list-01 li + li {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .footer__nav__list-01 li + li {
    margin-top: 9px;
  }
}

.footer__nav__list-01 a {
  position: relative;
  display: block;
  padding: 33px 53px 33px 137px;
  border: 1px solid #bfbfbf;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .footer__nav__list-01 a {
    padding: 12px 0 12px 61px;
    font-size: 13px;
  }
}

.footer__nav__list-01 a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .footer__nav__list-01 a::before {
    margin-top: -3px;
    margin-left: -50px;
    -webkit-transform: scale(0.65) translateY(-65%);
    transform: scale(0.65) translateY(-65%);
  }
}

.footer__nav__list-01 a::after {
  position: absolute;
  top: 50%;
  right: 49px;
  width: 14px;
  height: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: -205px -67px;
}

@media (max-width: 768px) {
  .footer__nav__list-01 a::after {
    right: 10px;
    -webkit-transform: scale(0.5) translateY(-100%);
    transform: scale(0.5) translateY(-100%);
    background-position: -205px -34px;
  }
}

.footer__nav__list-01 a:hover {
  color: #f00000;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  box-shadow: 4.6px 6.6px 8px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .footer__nav__list-01 a:hover {
    box-shadow: 2.3px 3.3px 4px 0 rgba(0, 0, 0, 0.15);
  }
}

.footer__nav__list-01 a:hover::after {
  background-position: -205px -34px;
}

.footer__nav__list-01__link--shinsotsu::before {
  left: 54px;
  width: 52px;
  height: 36px;
  background-position: 0 -54px;
}

@media (min-width: 769px) {
  .footer__nav__list-01__link--shinsotsu:hover::before {
    background-position: -62px -54px;
  }
}

.footer__nav__list-01__link--career::before {
  left: 58px;
  width: 49px;
  height: 36px;
  background-position: -59px -100px;
}

@media (min-width: 769px) {
  .footer__nav__list-01__link--career:hover::before {
    background-position: 0 -100px;
  }
}

.footer__nav__list-01__link--kaigishi::before {
  left: 53px;
  width: 55px;
  height: 33px;
  background-position: -140px 0;
}

@media (min-width: 769px) {
  .footer__nav__list-01__link--kaigishi:hover::before {
    background-position: -140px -43px;
  }
}

.footer__nav__list-01__link--company::before {
  left: 66px;
  width: 28px;
  height: 43px;
  background-position: 0 -146px;
}

@media (min-width: 769px) {
  .footer__nav__list-01__link--company:hover::before {
    background-position: -38px -146px;
  }
}

.footer__nav__list-01__link--contact::before {
  left: 63px;
  width: 36px;
  height: 23px;
  background-position: -118px -100px;
}

@media (min-width: 769px) {
  .footer__nav__list-01__link--contact:hover::before {
    background-position: -76px -146px;
  }
}
/* 02 */
.footer__nav__list-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 769px) {
  .footer__nav__list-02 {
    font-size: 14px;
  }
}

.footer__nav__list-02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 138px;
  height: 37px;
  color: #fff;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .footer__nav__list-02 a {
    width: 103px;
    height: 28px;
  }
}

.footer__nav__list-02__link--contact {
  border: 2px solid #ed1a36;
  background: #ed1a36;
}

.footer__nav__list-02__link--contact:hover {
  color: #ed1a36;
  background: #fff;
}

.footer__nav__list-02__link--access {
  border: 2px solid #000;
  background: #000;
}

.footer__nav__list-02__link--access:hover {
  color: #000;
  background: #fff;
}
/* copyrights
-------------------------------------------*/
.footer__copyrights {
  padding-left: 1px;
  letter-spacing: 1px;
  font-size: 10px;
}

@media (max-width: 768px) {
  .footer__copyrights {
    font-size: 8px;
  }
}
/* ----------------------------------------------------------------
pagetotop
-------------------------------------------------------------------*/
.pagetotop {
  position: fixed;
  right: 20px;
  bottom: 27px;
  display: none;
}

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

.pagetotop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  background: #f00000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagetotop a span {
  display: none;
}
/* ----------------------------------------------------------------
animation
-------------------------------------------------------------------*/
/* common
----------------------------------------------*/
.animation > * {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}

.animation > *.is-inview {
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
/* footer
----------------------------------------------*/
.footer > * {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}

.footer > *.is-inview {
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
/* top
-------------------------------------------*/
@media (min-width: 769px) {
  .top {
    margin-top: 125px;
    padding-bottom: 40px;
  }
}
/* main */
.top__main__hd {
  margin-bottom: 36px;
  padding-left: 2.4px;
  text-align: center;
  letter-spacing: 2.4px;
  color: #000;
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .top__main__hd {
    margin-bottom: 3px;
  }
}

.top__main__hd img {
  height: 31px;
}

@media (max-width: 768px) {
  .top__main__hd img {
    width: 316px;
    height: auto;
  }
}

.top__main__figure {
  margin-bottom: 92px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .top__main__figure {
    margin-bottom: 40px;
  }
}

.top__main__scroll {
  margin-bottom: 34px;
}

@media (max-width: 768px) {
  .top__main__scroll {
    margin-bottom: 15px;
  }
}

.top__main__scroll img {
  width: 44px;
}
/* bg */
.top__bg {
  display: block;
  height: 58px;
  margin-bottom: 187px;
  background: url("../../images/top__main__bg.png") repeat-x center top;
  background-size: auto 100%;
}

@media (max-width: 768px) {
  .top__bg {
    height: 32px;
    margin-bottom: 60px;
  }
}
/* lead */
.top__lead {
  position: relative;
  margin: 0 auto 195px;
  padding: 107px 0;
  padding-left: 2px;
  letter-spacing: 2px;
  background: #fff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  font-weight: bold;
  line-height: 2.25;
}

@media (min-width: 769px) {
  .top__lead {
    width: 1080px;
  }
}

@media (max-width: 768px) {
  .top__lead {
    margin: 0 5px;
    margin-bottom: 50px;
    padding: 55px 15px;
    letter-spacing: 0.8px;
    font-size: 11px;
  }
}

.top__lead p {
  position: relative;
  z-index: 2;
}

.top__lead p + p {
  margin-top: 2.3em;
}

@media (max-width: 768px) {
  .top__lead p + p {
    margin-top: 1.5em;
  }
}

.top__lead::before,
.top__lead::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  border: 1px solid #ddd;
}

@media (min-width: 769px) {
  .top__lead::before {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-width: 2px;
  }
}

@media (max-width: 768px) {
  .top__lead::before {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-width: 1px;
  }
}

@media (min-width: 769px) {
  .top__lead::after {
    top: 26px;
    left: 26px;
    width: calc(100% - 52px);
    height: calc(100% - 52px);
  }
}

@media (max-width: 768px) {
  .top__lead::after {
    top: 13px;
    left: 13px;
    width: calc(100% - 26px);
    height: calc(100% - 26px);
  }
}
/* service */
@media (min-width: 769px) {
  .top__service {
    margin-bottom: 190px;
    padding-left: 52px;
  }
}

@media (max-width: 768px) {
  .top__service {
    width: 256px;
    margin: 0 auto 50px;
  }
}

@media (min-width: 769px) {
  .top__service__list {
    width: 1132px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto;
  }

  .top__service__list > li {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 768px) {
  .top__service__list > li:not(:last-child) {
    margin-bottom: 14px;
  }
}

.top__service__list a {
  display: block;
  width: 566px;
  height: 525px;
  padding-top: 68px;
  padding-right: 57px;
  -webkit-transition: none;
  transition: none;
  text-align: center;
  background: url("../../images/top__panel__bg.png") no-repeat 0 0;
  background-size: 1106px auto;
}

@media (max-width: 768px) {
  .top__service__list a {
    width: 256px;
    height: 256px;
    padding-top: 32px;
    padding-right: 0;
    background-size: 554px auto;
  }
}

.top__service__list a img {
  display: block;
  width: 322px;
  margin: 0 auto 18px;
}

@media (max-width: 768px) {
  .top__service__list a img {
    width: 165px;
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .top__service__list__item--shipping a:hover {
    background-position: 0 -560px;
  }
}

.top__service__list__item--shipping .top__service__list__item__button {
  background-color: #669bb2;
}

.top__service__list__item--logistics a {
  background-position: -581px 0;
}

@media (max-width: 768px) {
  .top__service__list__item--logistics a {
    background-position: -292px 0;
  }
}

@media (min-width: 769px) {
  .top__service__list__item--logistics a:hover {
    background-position: -581px -560px;
  }
}

.top__service__list__item--logistics .top__service__list__item__button {
  background-color: #9b9685;
}

.top__service__list__item__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .top__service__list__item__button {
    width: 332px;
    height: 60px;
    padding-right: 1.5px;
    letter-spacing: 1.5px;
    border: 6px solid #fff;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .top__service__list__item__button {
    width: 178px;
    height: 40px;
    padding-right: 1px;
    letter-spacing: 1px;
    border: 3px solid #fff;
    font-size: 13px;
  }
}
/* naitei */
.top__naitei {
  padding: 53px 0;
  text-align: left;
}

@media (max-width: 768px) {
  .top__naitei {
    padding: 38px 25px;
  }
}

@media (min-width: 769px) {
  .top__naitei__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-left: 23px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 769px) {
  .top__naitei__column__col:nth-child(1) {
    max-width: 234px;
    margin-right: 82px;
    padding-top: 18px;
    -ms-flex-preferred-size: 234px;
    flex-basis: 234px;
  }
}

@media (max-width: 768px) {
  .top__naitei__column__col:nth-child(1) {
    margin-bottom: 7px;
    text-align: center;
  }

  .top__naitei__column__col:nth-child(1) img {
    width: 119px;
  }
}

.top__naitei__column__col__hd {
  font-weight: bold;
}

@media (min-width: 769px) {
  .top__naitei__column__col__hd {
    margin-bottom: 20px;
    letter-spacing: 1.8px;
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .top__naitei__column__col__hd {
    margin-bottom: 11px;
    padding-left: 1.58px;
    text-align: center;
    letter-spacing: 1.58px;
    font-size: 21px;
  }
}

.top__naitei__column__col__text {
  margin-bottom: 20px;
}

.top__naitei img {
  width: 234px;
}
/* compatible */
@media (min-width: 769px) {
  .top__compatible {
    padding: 90px 0;
  }
}

.top__compatible__figure {
  margin-bottom: 54px;
  padding-left: 4px;
}

.top__compatible__figure img {
  width: 445px;
}

.top__compatible__text {
  margin-bottom: 43px;
}

@media (max-width: 768px) {
  .top__compatible__text {
    margin-bottom: 20px;
    text-align: left;
  }
}
/* display
-------------------------------------------*/
.u-none {
  display: none !important;
}
/* Media Query
-------------------------------------------*/
/* display */
@media (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}
/* full */
@media (max-width: 768px) {
  .u-sp__full {
    width: 100% !important;
  }

  .u-sp__l-column--full {
    display: block;
    width: 100% !important;
  }
}
/* Clearfix
-------------------------------------------*/
.u-clearfix:before,
.u-clearfix:after {
  display: table;
  content: " ";
}

.u-clearfix:after {
  clear: both;
}
/* ----------------------------------------------------------------
icon
-------------------------------------------------------------------*/
.c-icon,
.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-iconbg::before,
.c-hd-02::before,
.c-iconbg::after,
.c-hd-02::after,
.c-icon::before,
.c-button::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  background-image: url("../images/sprite@2x.png");
  background-size: 229px 189px;
}

.c-iconbg,
.c-hd-02 {
  -webkit-transition: all linear 0.05s;
  transition: all linear 0.05s;
}
/* sprite
-------------------------------------------*/
.c-icon--arrow-01--hover::before {
  width: 14px;
  height: 23px;
  background-position: -205px -34px;
}

.c-icon--arrow-01::before {
  width: 14px;
  height: 23px;
  background-position: -205px -67px;
}

.c-icon--hd::before {
  width: 24px;
  height: 24px;
  background-position: -205px 0;
}

.c-icon--nav__career--hover::before {
  width: 49px;
  height: 36px;
  background-position: 0 -100px;
}

.c-icon--nav__career::before {
  width: 49px;
  height: 36px;
  background-position: -59px -100px;
}

.c-icon--nav__company--hover::before {
  width: 28px;
  height: 43px;
  background-position: -38px -146px;
}

.c-icon--nav__company::before {
  width: 28px;
  height: 43px;
  background-position: 0 -146px;
}

.c-icon--nav__compatible--hover::before {
  width: 60px;
  height: 44px;
  background-position: 0 0;
}

.c-icon--nav__compatible::before {
  width: 60px;
  height: 44px;
  background-position: -70px 0;
}

.c-icon--nav__contact--hover::before {
  width: 36px;
  height: 23px;
  background-position: -76px -146px;
}

.c-icon--nav__contact::before {
  width: 36px;
  height: 23px;
  background-position: -118px -100px;
}

.c-icon--nav__kaigishi--hover::before {
  width: 55px;
  height: 33px;
  background-position: -140px -43px;
}

.c-icon--nav__kaigishi::before {
  width: 55px;
  height: 33px;
  background-position: -140px 0;
}

.c-icon--nav__shinsotsu--hover::before {
  width: 52px;
  height: 36px;
  background-position: -62px -54px;
}

.c-icon--nav__shinsotsu::before {
  width: 52px;
  height: 36px;
  background-position: 0 -54px;
}

.c-icon--pagetotop::before {
  width: 22px;
  height: 13px;
  background-position: -205px -100px;
}

.c-form-errors {
  color: #f00;
  margin-bottom: 55px;
}

@media (max-width: 768px) {
  .c-form-errors {
    margin-bottom: 30px;
  }
}
