@charset "utf-8";
/* CSS Document */

html, body {
  font-family: "Eina01-Bold",'nunito-light','メイリオ', Meiryo, sans-serif;
}
h1, h2, h3, h4 {
  font-family: "Eina01-Bold",'nunito-light', Meiryo, sans-serif;
}
p, a, span, div, select, option, textarea, label, ul, li, dl, dt, dd {
  font-family: 'メイリオ',"Eina01-Bold", Meiryo, sans-serif;
}
.only768 {
  display: none;
}
@media (max-width: 768px) {
  .only768 {
    display: block;
  }
}

.container h1 {
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-bottom: 4rem;
}
.applicablelaw-container {
	margin: 100px auto;
}
.applicablelaw-wrap {
  width: 100%;
}
.applicablelaw-wrap p, ol, ul {
  line-height: 2rem;
}
.applicablelaw-wrap h3 {
  margin-top: 3rem;
  list-style: none;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
}
.applicablelaw-wrap h4 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}
.applicablelaw-wrap a {
  color: #b5b4b4;
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
.applicablelaw-wrap ul {
  list-style-type: circle;
}


.red-2-orange .account-banner .title-contain .underline, .red-2-orange .account-banner .logout-btn .underline {
	background: linear-gradient(to right, #d11e47, #ef7922);
	background: -webkit-gradient(to right, #d11e47, #ef7922);
	background: -o-linear-gradient(to right, #d11e47, #ef7922);
}
.yellow-2-green .account-banner .title-contain .underline, .yellow-2-green .account-banner .logout-btn .underline {
	background: linear-gradient(to right, #ffc012, #80c242);
	background: -webkit-gradient(to right, #ffc012, #80c242);
	background: -o-linear-gradient(to right, #ffc012, #80c242);
}
.teal-2-blue .account-banner .title-contain .underline, .teal-2-blue .account-banner .logout-btn .underline {
	background: linear-gradient(to right, #6ac5b0, #3292cf);
	background: -webkit-gradient(to right, #6ac5b0, #3292cf);
	background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
}
.navy-2-purple .account-banner .title-contain .underline, .navy-2-purple .account-banner .logout-btn .underline {
	background: linear-gradient(to right, #02549d, #c11c8a);
	background: -webkit-gradient(to right, #02549d, #c11c8a);
	background: -o-linear-gradient(to right, #02549d, #c11c8a);
}
