@charset "UTF-8";
/** mixin **/
@font-face {
  font-family: abeatbykai;
  src: url("../../fonts/abeatbykai/abeatbyKaiRegular.otf") format("opentype");
}
@font-face {
  font-family: mygino;
  src: url("../../fonts/Hiragino/Hiragino Kaku Gothic Pro W3.otf") format("opentype");
}
body {
  position: relative;
  left: 0;
  overflow-x: hidden;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN","メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif, mygino;
  font-size: 14px;
}

ul li {
  list-style-type: none;
}

.header_wrapper {
  background-color: #000000;
  z-index: 999;
  position: relative;
}
.header_wrapper .header {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 20px 0;
}
.header_wrapper .header .logo {
  display: table-cell;
  padding-left: 20px;
  width: 80%;
}
.header_wrapper .header .logo img {
  width: 60%;
}
.header_wrapper .header .menu_icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.footer {
  width: 100%;
  text-align: center;
  background-color: #F2F2F2;
}
.footer .sns {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
  display: table;
  text-align: center;
}
.footer .sns div {
  display: table-cell;
}
.footer .usa {
  padding-bottom: 20px;
}
.footer .usa a img {
  padding-bottom: 20px;
}
.footer .copy {
  font-size: 12px;
  color: #000000;
}
.footer .footer_under_bar {
  width: 100%;
  height: 20px;
  background-color: #000;
}

.wrapper {
  background-color: #FFFFFF;
  color: #000000;
}
.wrapper .title {
  text-align: center;
  padding: 60px 0;
}
.wrapper .title div {
  font-family: abeatbykai;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.wrapper .title h1 {
  font-size: 35px;
}
.wrapper .term {
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  padding: 0 20px;
  padding-bottom: 30px;
}
.wrapper .opration_procedure {
  padding: 60px 0;
  background-color: #F2F2F2;
}
.wrapper .opration_procedure .version {
  width: 320px;
  padding: 10px 0;
  margin: 0 auto;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: -20px;
  position: relative;
  z-index: 100;
  font-size: 22px;
}
.wrapper .opration_procedure .opration {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 32px;
  -webkit-box-shadow: 1px 1px 3px #c3c3c3;
  -moz-box-shadow: 1px 1px 3px #c3c3c3;
  -ms-box-shadow: 1px 1px 3px #c3c3c3;
  -o-box-shadow: 1px 1px 3px #c3c3c3;
  box-shadow: 1px 1px 3px #c3c3c3;
}
.wrapper .opration_procedure .opration ul {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

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