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

body {
  margin: 0;
  color: #111;
  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: #111;
  text-decoration: none;
}
a:link, a:visited {
  color: #111;
  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 !important;
}

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

.sp {
  display: none !important;
}

.spIb {
  display: none !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: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  * {
    font-size: 3.73vw;
  }
}

body {
  background-color: #F7F7F7;
}

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

.title01 {
  font-family: "Spectral", "Times New Roman", Times, serif;
  font-size: 50px;
  font-weight: lighter;
  padding-bottom: 60px;
  text-align: center;
}
.title01 span {
  font-size: 16px;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 750px) {
  .title01 {
    font-size: 10.67vw;
    padding-bottom: 8vw;
  }
  .title01 span {
    font-size: 3.73vw;
  }
}

h3 {
  font-size: 24px;
  font-weight: 100;
}
@media screen and (max-width: 750px) {
  h3 {
    font-size: 5.33vw;
  }
}

.title02 {
  margin-bottom: 30px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 750px) {
  .title02 {
    font-size: 5.33vw;
  }
}

.layout {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}/*# sourceMappingURL=common.css.map */