@charset "utf-8";


.privacy_box {}

.privacy_box h3{
  margin: 0;
  padding: 20px 25px;
  background: #F6F6F6;
  border-bottom: 1px solid #d8d8d8;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
}


.data_list{
  text-align: left;
}

.data_list dt{
  margin: 0 25px;
  padding: 0;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;

  display: list-item;
  list-style: decimal inside;
}

.data_list .msg{
  margin: 30px 25px;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #d8d8d8;
}
.data_list .msg:last-of-type{
  border-bottom: none;
}

.data_list .msg > p{
  padding-right: 1.2rem;
  margin-bottom: 1.5rem;
}
.data_list .msg > p:last-child{
  margin-bottom: 0;
}


.data_list ul.ver1{
  margin-left: 1rem;
}
.data_list ul.ver1 > li{
  list-style: disc outside;
  margin-bottom: 0.5rem;
}
.data_list ul.ver1 > li:last-of-type{
  margin-bottom: 0;
}

.data_list ul.ver2{
  margin-top: 0.5rem;
  margin-left: 4rem;
}
.data_list ul.ver2 > li{
  list-style: disc;
  margin-bottom: 0.4rem;
}
.data_list ul.ver2 > li:last-of-type{
  margin-bottom: 0;
}

.data_list ul.decimal{
  counter-reset: dcnt;
  margin-left: 0;
}

.data_list ul.decimal > li{
  list-style-type: none;
  margin-bottom: 1rem;
}
.data_list ul.decimal > li::before {
  counter-increment: dcnt;
  content: "（" counter(dcnt) "） ";
}

.data_list ul.nostyle > li{
  list-style: none;
  margin-bottom: 1rem;
}

.data_list ul.ver1 .warding{
  margin-left: 2rem;
  margin-top: 0.5rem;
}

.data_list .warding table{
  margin-top: 2rem;
}

.data_list .warding table tr th,
.data_list .warding table tr td{
  padding: 1rem;
  border: 1px solid #d8d8d8;
}
.data_list .warding table tr th{
  background-color: #F6F6F6;
}

.data_list .warding table tr th:first-of-type,
.data_list .warding table tr td:first-of-type{
  white-space: nowrap;
}




.office_box{
  margin: 35px auto 40px;
  width:950px;
  border: 1px solid #d8d8d8;
}

.office_box p.ttl{
  margin: 0;
  padding: 15px;
  background: #F6F6F6;
  border-bottom: 1px solid #d8d8d8;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}

.office_box p.txt{
  margin: 1.5rem 2rem;
  text-align: left;
}


.data_list .msg.last_update {
  margin-bottom: 0;
  margin-top: 3rem;
  padding-bottom: 0;
  text-align: right;
}

/*sp*/

@media screen and (max-width: 767px) {

	.privacy_box {}
	.privacy_box h3{
		padding: 0.8em;
		font-size: 1.2em;
	}

	.data_list{
		margin: 0 1em;
	}

	.data_list dt{
    margin: 0;
		padding: 1.5rem 0 0 0;
		font-size: 1.1em;
	}

	.data_list .msg{
    margin: 0;
		padding: 1rem 0 ;
		text-align: left;
	}
	.data_list .msg:last-of-type{
		border-bottom: none;
	}

	.data_list .msg > p{
		margin-bottom: 1rem;
    padding-right: 0;
	}

	.data_list .msg > p:last-child{
		margin-bottom: 0;
	}


  .data_list ul.ver2 {
    margin-left: 3rem;
  }


  .data_list .warding table{
    width: 100%;
    table-layout: fixed;
  }
  .data_list .warding table tr th:first-of-type,
  .data_list .warding table tr td:first-of-type{
    white-space: normal;
  }

  .data_list .warding a{
    word-break: break-word;
  }

  .office_box{
		margin: 25px auto 30px;
		width: 100%;
	}
	.office_box p.ttl{
		font-size: 1.0rem;
	}
	.office_box p.txt{
		margin: 1.0rem 0.8rem 1.5rem 0.8rem;
	}
}
