@charset "UTF-8";
/*設定読み込み
-------------------------------*/
/*共通
-------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/ /*MAC IE5*/
  height: auto;
  overflow: hidden;
  /**/
}

html {
  font-size: 62.5%;
}

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

a:hover {
  transition: 0.2s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

/*コンテンツ幅設定*/
/*レスポンシブ設定*/
body {
  padding: 0;
  margin: 0 auto;
  border: 0 none;
  color: #333333;
  font-size: 1.4rem;
}

.right {
  float: right;
}

.left {
  float: left;
}

.sp-zone {
  display: none;
}
@media screen and (max-width: 780px) {
  .sp-zone {
    display: block;
  }
}

.pc-zone {
  display: block;
}
@media screen and (max-width: 780px) {
  .pc-zone {
    display: none;
  }
}

.wrapcontent {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  font-size: 1.4rem;
  font-family: "Nunito", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #505050;
}
.wrapcontent__section {
  width: 82.5%;
  max-width: 1280px;
  margin: auto;
}
.wrapcontent__section__block {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

h1.pagetitle {
  font-size: 2rem;
  margin-bottom: 80px;
  text-align: center;
}
h1.pagetitle span {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 3rem;
  line-height: 1em;
  margin-bottom: 13px;
}/*# sourceMappingURL=setting.css.map */