#wrap {
	margin: 0;
	box-sizing: border-box;
	padding: 0 20px 30px;
}

.one p {
	margin: 0 20px 40px;
	line-height: 1.8;
	font-size:15px;
}

.one h3 {
	margin: 0 20px 10px;
}

.one h2 {
	position: relative;
	width: 100%;
	margin: 0 0 10px;
	padding: 0 0 0px;
	text-align: left;
	font-size: 35px;
}

#wrap h3 {
	font-size: 22px;
}

#wrap ul.marker01 li {
	list-style: none;
	margin: 0 0 12px 15px;
	padding: 0 0 0 15px;
	background: url(../img/policy/marker01.gif) no-repeat 0 0.4em;
	font-size: 14px;
}

h4 {
	background: url(../img/policy/h5_bg.gif) no-repeat left;
	color: #444;
	padding: 1px 0px 0px 28px;
	margin: 0px 16px 15px 10px;
	font-size: 14px;
}

.sb {
	font-weight: bold;
}

.t-right {
	text-align: right;
	margin: 0 20px 20px;
}

.one {
	margin: 0 0 80px 0;
}

.one div.table {
	margin: 0 0 40px 40px;
}

.one div.table table{
	width: 100%;
	margin: 0 0 15px 0;
}

.one div.table p.ttl{
	margin: 0 0 0 0;
	font-weight: bold;
}

.one div.table table tr{
	border: 1px solid #000;
}

.one div.table table tr th{
	text-align: center;
	vertical-align: middle;
}

.one div.table table tr th:first-of-type{
	border-right: 1px solid #000;
}

.one div.table table tr td{
	padding: 0 0 0 20px;
	vertical-align: middle;
}

.one div.table table tr td:first-of-type{
	border-right: 1px solid #000;
	width: 25%;
}

.one div.table table tr td:nth-of-type(2){
	border-right: 1px solid #000;
	width: 75%;
}

/*-- SP版 --*/
@media only screen and (max-width: 768px){
	#wrap {
		margin: 0;
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		background: none;
	}

	#wrap .one h2 {
		background: #223344;
		padding: 6px 0px 6px;
		margin: 0 0 12px;
		color: #FFF;
		text-align: center;
		font-size: 18px;
	}

	#wrap h3 {
		background: url(../img/policy/h4_bg.gif) no-repeat 0.2em;
		padding: 2px 0 0 22px;
		margin: 0 0 10px 10px;
		font-weight: bold;
		font-size: 14px;
	}

	#wrap ul.marker01 li {
		list-style: none;
		margin: 0 0 5px 15px;
		padding: 0 0 0 15px;
		background: url(../img/policy/marker01.gif) no-repeat 0 0.4em;
	}

	#wrap h4 {
		font-size: 14px;
		background: url(../img/policy/h5_bg.gif) no-repeat left;
		color: #444;
		padding: 1px 0px 0px 28px;
		margin: 0px 16px 15px 10px;
	}

	p {
		font-size: 14px;
	}

	.one {
		margin: 0 0 40px 0;
	}

	.one div.table table {
		width: 96%;
		margin: 0 auto 15px auto;
	}

	.one div.table table tr td{
		padding: 0 0 0 4px;
	}

	.one div.table table tr td:first-of-type {
		width: 32%;
	}

	.one div.table table tr td:nth-of-type(2) {
		width: 68%;
	}

	.one div.table {
		margin: 0 0 40px 0;
	}

}



