@charset "UTF-8";
.mv {
  background-image: url(../../images/privacy/mv_sp.jpg);
}
@media only screen and (min-width: 750px) {
  .mv {
    background-image: url(../../images/privacy/mv.jpg);
  }
}
.privacy__heading {
  font-size: 20px;
  text-align: center;
  margin-bottom: 8.95522%;
}
.privacy__list {
  counter-reset: privacy__list;
  list-style-type: none;
}
.privacy__item + .privacy__item {
  margin-top: 20px;
}
.privacy__subheading {
  font-size: 1.2em;
  margin-bottom: 5px;
}
.privacy__text {

}
.privacy__sublist {
  counter-reset: privacy__sublist;
  list-style-type: none;
}
.privacy__subitem {
  position: relative;
  margin-left: 3em;
  margin-top: 5px;
}
.privacy__subitem::before {
  counter-increment: privacy__sublist;
  content: "（" counter(privacy__sublist) "）";
  position: absolute;
  left: -3em;
}
.privacy__subitem dt,
.privacy__subitem dd {
  line-height: 1.7;
}
.privacy__bottom {
  margin-top: 1.7em;
  text-align: right;
}
@media only screen and (min-width: 750px) {
  .privacy__item + .privacy__item {
    margin-top: 30px;
  }
  .privacy__subheading {
    margin-bottom: 10px;
  }
}


/* 20220501 */
.privacy__subitem__note {
	margin-top:0.5rem;
}

table {
	margin-top:1rem;
	border-collapse:  collapse;
}
th {
	width:100px;
}
th,td {
    border: solid 1px;
	padding: 10px;
    line-height:1.4;
}
.text_invoice {
	text-align: left;
	margin: 0.3rem 0 0;
}
.btn_invoice {
	border:1px solid #000;
	margin:  2rem auto;
}
.btn_invoice a {
	display:block;
	padding:0.3rem;
	font-size:0.9rem;
	text-align:center;
	//position: relative;
}

.btn_invoice a:hover {
	text-decoration:none;
	//transition: .5s;
	opacity:0.8;
}

@media only screen and (min-width: 750px) {
    th {
  	width:150px;
  }
    .btn_invoice {
    	border:1px solid #000;
    	width: 500px;
    	margin:  2rem auto;
  }
    .btn_invoice a {
    	display:block;
    	padding:0.3rem;
    	font-size:0.9rem;
    	text-align:center;
  }
}


/* 202310 */
.privacy__item h4 {
	margin: 20px auto 6px;
	font-weight: normal;
	font-size: 14px;
}
table {
	width:100%;
}
table tr:first-child td {
	text-align: center;
	font-weight: bold;
}

@media only screen and (min-width: 750px) {
  .privacy__item h4 {
	margin: 20px auto 6px;
	font-weight: normal;
	font-size: 14px;
  }
  table {
	width:100%;
  }
  table tr:first-child td {
	text-align: center;
	font-weight: bold;
  }
  .privacy__subheading {
    margin: 30px auto 10px;
  }
}




