/* css import*/
* {
  margin: 0;
  padding: 0;
}
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* margin
--------------------------------*/
.ml-at {
  margin-left: auto !important;
}

.mr-at {
  margin-right: auto !important;
}

.m-0 {
  margin: 0px !important;
}

.m-16 {
  margin: 16px !important;
}

.m-24 {
  margin: 24px !important;
}

.m-32 {
  margin: 32px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-56 {
  margin: 56px !important;
}

.m-80 {
  margin: 80px !important;
}

.mt-0 {
  margin: 0px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

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

.mt-56 {
  margin-top: 56px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

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

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

.mb-16 {
  margin-bottom: 16px !important;
}

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

.mb-32 {
  margin-bottom: 32px !important;
}

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

.mb-56 {
  margin-bottom: 56px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

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

.ml-16 {
  margin-left: 16px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

@media screen and (max-width: 768px) {
  .m-16 {
    margin: 8px !important;
  }
  .m-24 {
    margin: 12px !important;
  }
  .m-32 {
    margin: 16px !important;
  }
  .m-40 {
    margin: 20px !important;
  }
  .m-56 {
    margin: 28px !important;
  }
  .m-80 {
    margin: 40px !important;
  }
  .mt-16 {
    margin-top: 8px !important;
  }
  .mt-24 {
    margin-top: 12px !important;
  }
  .mt-32 {
    margin-top: 16px !important;
  }
  .mt-40 {
    margin-top: 20px !important;
  }
  .mt-56 {
    margin-top: 28px !important;
  }
  .mt-64 {
    margin-top: 32px !important;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .mb-0 {
    margin-bottom: 0px !important;
  }
  .mb-16 {
    margin-bottom: 8px !important;
  }
  .mb-24 {
    margin-bottom: 12px !important;
  }
  .mb-32 {
    margin-bottom: 16px !important;
  }
  .mb-40 {
    margin-bottom: 20px !important;
  }
  .mb-56 {
    margin-bottom: 28px !important;
  }
  .mb-64 {
    margin-bottom: 32px !important;
  }
  .mb-80 {
    margin-bottom: 40px !important;
  }
  .ml-16 {
    margin-left: 8px !important;
  }
  .ml-32 {
    margin-left: 16px !important;
  }
  .ml-56 {
    margin-left: 28px !important;
  }
}
/* padding
--------------------------------*/
.p-0 {
  padding: 0px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-32 {
  padding: 32px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-56 {
  padding: 56px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

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

.pt-56 {
  padding-top: 56px !important;
}

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

.pt-90 {
  padding-top: 90px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

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

.pb-56 {
  padding-bottom: 56px !important;
}

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

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

@media screen and (max-width: 768px) {
  .p-16 {
    padding: 8px !important;
  }
  .p-24 {
    padding: 12px !important;
  }
  .p-32 {
    padding: 16px !important;
  }
  .p-40 {
    padding: 20px !important;
  }
  .p-56 {
    padding: 28px !important;
  }
  .p-60 {
    padding: 30px !important;
  }
  .p-80 {
    padding: 40px !important;
  }
  .pt-16 {
    padding-top: 8px !important;
  }
  .pt-24 {
    padding-top: 12px !important;
  }
  .pt-32 {
    padding-top: 16px !important;
  }
  .pt-40 {
    padding-top: 20px !important;
  }
  .pt-56 {
    padding-top: 28px !important;
  }
  .pt-80 {
    padding-top: 40px !important;
  }
  .pt-90 {
    padding-top: 45px !important;
  }
  .pb-16 {
    padding-bottom: 8px !important;
  }
  .pb-24 {
    padding-bottom: 12px !important;
  }
  .pb-32 {
    padding-bottom: 16px !important;
  }
  .pb-40 {
    padding-bottom: 20px !important;
  }
  .pb-56 {
    padding-bottom: 28px !important;
  }
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .pb-90 {
    padding-bottom: 45px !important;
  }
  .pl-90 {
    padding-left: 45px !important;
  }
  .pl-120 {
    padding-left: 60px !important;
  }
  .pr-90 {
    padding-right: 45px !important;
  }
  .pr-120 {
    padding-right: 60px !important;
  }
}
/* Font-
--------------------------------*/
.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

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

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-28 {
  font-size: 28px;
}

.font-32 {
  font-size: 32px;
}

.font-38 {
  font-size: 38px;
}

.font-42 {
  font-size: 42px;
}

.font-48 {
  font-size: 48px;
}

.font-50 {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  .font-12 {
    font-size: 0.6em;
  }
  .font-14 {
    font-size: 0.8em;
  }
  .font-16 {
    font-size: 1em;
  }
  .font-18 {
    font-size: 1.2em;
  }
  .font-20 {
    font-size: 1.4em;
  }
  .font-22 {
    font-size: 1.6em;
  }
  .font-24 {
    font-size: 1.8em;
  }
  .font-28 {
    font-size: 2em;
  }
  .font-32 {
    font-size: 2.2em;
  }
  .font-38 {
    font-size: 2.4em;
  }
  .font-42 {
    font-size: 2.6em;
  }
  .font-48 {
    font-size: 2.8em;
  }
  .font-50 {
    font-size: 3em;
  }
}
/* Layout
--------------------------------*/
.sp-on {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp-on {
    display: block !important;
  }
  .pc-on {
    display: none !important;
  }
}
.wrapper {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wrapper {
    max-width: 100%;
  }
}

.responsive-img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.centering {
  margin: 0 auto;
  text-align: center;
}

.box-center {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.vertical-center {
  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;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

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

.table {
  display: table;
  width: 100%;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

/* display style */
.inline {
  display: inline !important;
}

.block {
  display: block !important;
}

.none {
  display: none !important;
}

/*header-fixed*/
.fixed {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 180 !important;
}

.sp-fixed {
  display: none;
}

a, a:hover, img, a img:hover, li, li:hover {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-decoration: none;
}

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/* list */
ul, ol {
  list-style-type: none;
}
ul li, ol li {
  margin-bottom: 0.5em;
}

ol {
  list-style-type: decimal;
}

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