@charset "UTF-8";
/* ----- D E F A U L T ----- */
* {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: white;
  -webkit-text-size-adjust: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

p {
  color: #333;
  line-height: 1.5em;
}

ul, dl {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  border: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:link {
  opacity: 1;
}

a:hover {
  opacity: 0.7;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.t_center {
  text-align: center;
}

.min {
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}

.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: inherit;
}

.h0 {
  height: 0;
}

.db {
  display: block;
}

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

.mb4 {
  margin-bottom: 4px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb48 {
  margin-bottom: 48px;
}

.lir {
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 0 !important;
}

.skm {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

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

/* clearfix */
.cr:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
  overflow: hidden;
}

.cr {
  overflow: hidden;
}

/* ----- H E A D E R ----- */
/* ----- C O N T E N T S ----- */
/* ----- R E S P O N S I V E ----- */
/* XS */
/* SM */
/* MD */
/* LG */
/*# sourceMappingURL=responsive-common.css.map */