@charset "utf-8";
/* CSS Document */

html, body {
  font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
}
h1, h2, h3 {
  font-family: "Eina01-Bold",'nunito-light', Meiryo, sans-serif;
}
h4, p, a, span, div, select, option, textarea, label, ul, li, dl, dt, dd {
  font-family: 'メイリオ',"Eina01-Bold", Meiryo, sans-serif;
}

.container h1 {
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-bottom: 4rem;
}
.mail-legal-container {
	margin: 100px auto;
}
.mail-legal_wrap {
  width: 100%;
}
.mail-legal_wrap p, ol, ul {
  line-height: 2rem;
}
.mail-legal_wrap h3 {
  margin-top: 3rem;
  list-style: none;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
}
.mail-legal_wrap h4 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}
.mail-legal_wrap a {
  color: #b5b4b4;
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
.mail-legal_wrap ul {
  list-style-type: circle;
  margin-bottom: 2.5rem;
}
p.caption {
  margin-top: 3rem;
  text-align: right;
}
ol.brackets li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
      
ol.brackets li:before {
  content: "(" counter(cnt) ")";
  text-align: right;
  position: absolute;
  top: 0;
  left: -30px;
}
.only375 {
  display: none;
}
@media (max-width: 500px) {
  p.caption {
    font-size: 0.5em;
  }
}
@media (max-width: 375px) {
  .only375 {
    display: block;
  }
  p.caption {
    text-align: left;
  }
}