
.list-pri{
	background:#fff;
	padding:5px 15px 30px;
}

.list-pri dt{
	border-bottom:dashed 1px #000;
	color:#666;
	font-size:1.2em;
	font-weight:bold;
	padding-top:20px;
}

.list-pri p{
	margin:30px 0;
	text-align:right;
}

.list-pri th{
	padding:15px 14px 5px;
	text-align:right;
}

.list-pri td{
	padding:15px 14px 5px;
}

#privacy {
	width: 100%;
	margin: 10px auto 0;
}
#privacy h4{
	margin: 25px 0 0 0;
}
#privacy h4:first-child{
	margin: 0;
}
#privacy .inner {
	width: 100%;
	padding: 20px;
	text-align: left;
	background: #ffffff;
	margin: 10px 0 10px;
}
#privacy .inner .manager{
	text-align: right;
}

#privacy .inner table, #privacy .inner td, #privacy .inner th {
	border: 1px solid #595959;
	border-collapse: collapse;
	padding: 5px;
	text-align: left;
	vertical-align: text-top;
}
#privacy .inner table th {
	background: #ccc;
	color: #000;
    font-weight: unset;
}
#privacy ol li {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 5px;
}
#breadcrumb ul {
    display: flex;
}
#breadcrumb ul li {
    display: inline-flex;
}
#breadcrumb img {
    display: block;
    width: 15px;
    height: 16px;
    padding: 2px 0 0 0;
}

@media screen and (max-width: 768px){
    #wrapper #contents{
        width: 100%;
    }
    #breadcrumb {
    display: block !important;
    overflow-x: scroll;
    width: initial;
    margin: 0;
    padding: 0 0 0 8px;
    }
    
    #breadcrumb ul {
    width: max-content;
    padding: 4px;
    }
    
    #breadcrumb li {
    white-space: nowrap;
    }  
    
	#contents{
        width: 100%;
	}
	.contentbox{
		margin-top:0px;
	}

	.list-pri th{
		display:block;
		font-size:1.1em;
		font-weight:bold;
		padding:10px 0 0;
		text-align:left;
	}

	.list-pri td{
		display:block;
		padding:0 0 10px;
	}


}