@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*! Writen  by SCSS */
/*fontfamily-style
---------------------------------------*/
.mincho {
  font-family:YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.gothic {
  font-family:YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.en {
  font-family:YakuHanJP_Noto, "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.privacy {
  padding-bottom: 60px;
}

.privacy h5 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: rgba(189, 162, 107, 0.8);
  padding: 6px 20px;
  margin-bottom: 10px;
}

.privacy h6 {
  font-weight: bold;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid rgba(189, 162, 107, 0.8);
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.privecy_lead {
  padding: 30px 20px;
  font-size: 14px;
  font-weight: bold;
}

.privacy_text {
  font-size: 13px;
  line-height: 1.6;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.privacy_text > a {
  color: #2170e6;
}

.privacy_text:not(:last-of-type) {
  margin-bottom: 20px;
}
/*# sourceMappingURL=privacy.css.map */