@charset "UTF-8";
/* ------------------------------------------------------------
	xxxpolicy.html
   ------------------------------------------------------------ */
/* ========== メッセージ ========== */
.policyMessage {
  max-width: 1920px;
  background-repeat: no-repeat;
  background-size: 1920px 900px;
  background-position: center bottom -35px;
  margin: 50px auto 0;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .policyMessage {
    background: none;
    margin: 0 auto 0;
    padding-bottom: 0;
  }
}
.policyMessage__tag {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .policyMessage__tag {
    font-size: 14px;
  }
}
.policyMessage h2 {
  font-size: 65px;
  color: #205DA8;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .policyMessage h2 {
    font-size: 23px;
    line-height: 1.4;
    padding-bottom: 1em;
  }
}

