@charset "utf-8";


/* -----------------------------------------------------------
    プライバシーポリシー
-------------------------------------------------------------- */
body {
	counter-reset: number;
}
.privacy-area {
	line-height: 1.8;
    padding: 100px 100px 100px;
}

.privacy-area .txt-top {
	margin: 20px 0 20px;
}

.privacy-area .privacy-title {
    font-weight: bold;
	font-size: 1.8rem;
    border-bottom: 1.5px solid #eee;
    padding: 0 0 5px;
    margin: 30px 0 10px;
	counter-reset: qumeru-counter;
}
.pri_title{
	font-size: 2rem;
    font-weight: bold;
	padding: 30px 0 10px;
}
.pri_title::before{
	content: '-';
	padding: 0 10px 0 0;
}
.privacy-area a{
}

.privacy-area .demi {
}
.privacy-area .demi li {
	margin: 10px 0 0 17px;
	line-height: 1.2;
}

.privacy-area .demi li::before {
  content: "";
  position: absolute;
  margin: 5px 0 0 -15px;
  width: 10px;
  height: 10px;
  background-color: #ffb8a0;
  border-radius: 50%;
}

.privacy-area .right-box{
	text-align: right;
	margin: 30px 0 0;
}

/* table */
#privacy .pri-table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	line-height: 1.5;
	margin: 20px 0 0; 
	width: 100%;
}

#privacy .pri-table th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	background: #035688;
	color: #fff;
	text-align: center;
	border-right: #fff 1px solid;
}

#privacy .pri-table td {
	padding: 10px 20px;
	vertical-align: top;
	border-right: #eee 1px solid;
}

#privacy .pri-table tr:nth-child(even) {
	background: #eaf4ff;
}

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

    .privacy-area {
        padding: 50px 0 0;
    }

    .privacy-area .txt-top {
        margin: 0;
    }

    .privacy-area .privacy-title {
        margin: 25px 0 10px;
    }
	

	#privacy .table-wrap {
		overflow: auto;
		white-space: nowrap;
	}

	#privacy table,
	#privacy table th,
	#privacy table td {
		width: auto;
	}

	#privacy .pri-table th,
	#privacy .pri-table td {
		display: table-cell;
	}
	
	.pri_title{
		padding: 0;
	}
}


