@charset "UTF-8";
/***  color ***/
/***  border ***/
/*** font ***/
/*** sp size ***/
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
html {
  color: #222;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  margin: 0;
  color: #222;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

a {
  color: #222;
  text-decoration: none;
}
a:link, a:visited {
  color: #222;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

input,
textarea,
select,
button {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

table {
  border-collapse: collapse;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
}

.pc {
  display: block;
}

.pcIb {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.spIb {
  display: none !important;
}

.ipad {
  display: none !important;
}

@media screen and (max-width: 1206px) {
  .ipad {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  html {
    position: relative;
  }
  body {
    font-size: 4.27vw;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  img {
    max-width: 100%;
  }
  input[type=submit] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
* {
  font-weight: 100;
  font-size: 16px;
  font-family: "BIZ UDPGothic", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.7rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  * {
    font-size: 4vw;
    line-height: 1.4375rem;
  }
}

body {
  position: relative;
}

a {
  text-decoration: none;
  color: #222;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 5.87vw;
    padding-bottom: 5.33vw;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  h3 {
    font-size: 4.8vw;
  }
}

.layout {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.imgBox {
  max-width: 100%;
}
.imgBox img {
  width: 100%;
}

.dashed {
  margin: 50px 0;
  display: block;
  border-top: 2px dashed #ccc;
}
@media screen and (max-width: 750px) {
  .dashed {
    margin: 6.67vw 0;
  }
}/*# sourceMappingURL=common.css.map */