@charset "utf-8";

/*------------------------------------------------
   ご利用上の注意・プライバシーポリシー
------------------------------------------------*/

#notes,
#privacy {
  width: 100%;
}

.notesBlock {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0 10px;
}

.notesBlock .notesHead {
	font-size: 1.2rem;
  line-height: 1.58;
  text-align: justify;
	margin-bottom: 50px;
}

.notesBox {
	margin-bottom: 50px;
}

.notesBox:last-child {
	margin-bottom: 0;
}

.notesBox .heading {
	font-size: 1.3rem;
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.notesBox .text {
	font-size: 1.2rem;
  line-height: 1.58;
  text-align: justify;
}

.notesBox .text .notesLink {
	font-size: 1.2rem;
  color: var(--main-color);
}

.notesBox .logoBanner {
  width: 120px;
  margin: 20px auto 0;
}

.notesBox .logoBanner img {
  width: 100%;
  height: auto;
}

.notesBox .notesSubBox {
	margin-top: 40px;
}

.notesBox .notesSubBox .subTitle {
	font-size: 1.2rem;
  line-height: 1.58;
  font-weight: 500;
	margin-bottom: 20px;
}

.notesBox .notesSubBox .subInfo {
	padding-left: 2em;
  margin-bottom: 20px;
}

.notesBox .notesSubBox ul.subInfo {
  list-style: outside disc;
}

.notesBox .notesSubBox ol.subInfo {
  list-style: outside decimal;
}

.notesBox .notesSubBox .subInfo li {
	font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 0.4em;
}

.notesBox .notesSubBox .subText {
	font-size: 1.2rem;
  line-height: 1.58;
}
#notes ul,
#notes ol,
#privacy ul,
#privacy ol{
	margin-top:1rem;
	font-size: 1.4rem;
	line-height: 1.58;
}
#notes ul li,
#notes ol li,
#privacy ul li,
#privacy ol li{
	margin-left: 2rem;
}

#notes ol li ul,
#privacy ol li ul,
#privacy  h4{
	padding-bottom: 1rem;
}
#notes .numbering,
#notes .brackets,
#privacy .numbering,
#privacy .brackets{
	counter-reset: number;
}
#notes .numbering li,
#privacy .numbering li {
  padding-bottom:0.5rem;
}
#notes .numbering >li:before, 
#privacy .numbering >li:before {
  counter-increment: number;
  content: counter(number)'.';
}
#notes ol.brackets >li:before,
#privacy ol.brackets >li:before {
  counter-increment: number;
  content: '('counter(number)')';
}
#notes .case_item li,
#privacy .case_item li{
	list-style-type: disc;
}
#notes .revision,
#privacy .revision{
	text-align:right}

@media print, screen and (min-width: 601px) {

  .notesBlock {
    width: 870px;
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }

  .notesBlock .notesHead {
    font-size: 1.4rem;
  }

  .notesBox .heading {
    font-size: 1.6rem;
  }

  .notesBox .text {
    font-size: 1.4rem;
  }

  .notesBox .text .notesLink {
    font-size: 1.4rem;
  }

  .notesBox .logoBanner {
    margin: 20px 0 0 40px;
  }

  .notesBox .notesSubBox .subTitle {
    font-size: 1.4rem;
  }

  .notesBox .notesSubBox .subInfo li {
    font-size: 1.4rem;
  }

  .notesBox .notesSubBox .subText {
    font-size: 1.4rem;
  }

}
