/*--------------- mv ---------------*/

.bp {
	width: 100%;
	padding: 90px 0;
}

.bp .sub_tit {
	padding: 80px 0 0;
}

.bp .sub_tit:first-child {
	padding: 0;
}

.bp_box {
	padding: 18px 4.5%;
	margin: 40px 0 0;
	background: rgb(255, 255, 255);
}

.bbt {
	font-size: 2.4rem;
	line-height: 3;
	font-weight: bold;
	text-align: center;
	color: rgb(148, 137, 50);
	border-bottom: 3px solid rgb(148, 137, 50);
}

.bbb {
	padding: 15px 0;
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
}

.bbp {
	padding: 30px 0;
}

.bbp p {
	font-size: 1.6rem;
	line-height: 1.5625;
	text-align: justify;
}

.bblrlist {
	padding: 0 0 20px;
}

.bblrlist ul li {
	position: relative;
	margin: 10px auto;
	overflow: hidden;
}

.bblrlist ul li:before {
	content: '・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	word-wrap: break-word;
    word-break: normal;
    text-align: justify;
	line-height: 30px;
}

.bblrlist ul li:after {
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.bblrlist ul li b {
	position: relative;
	float: left;
	display: inline-block;
	font-size: 2rem;
	line-height: 30px;
	color: rgb(148, 137, 50);
	background: rgb(255, 255, 255);
}

.bblrlist ul li span {
	position: relative;
	float: right;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 30px;
	text-align: right;
	background: rgb(255, 255, 255);
}

.bbol {
	padding: 10px 20px 30px 40px;
}

.bbol ol {
	padding: 0;
	margin: 0;
}

.bbol ol li {
	position: relative;
	padding: 18px 0;
	font-size: 1.6rem;
	line-height: 1.5;
	list-style: inherit;
}

.bbol ol li:after {
	content: '';
	display: block;
	position: absolute;
	left: -20px;
	bottom: 0;
	width: calc(100% + 20px);
	height: 1px;
	background: rgb(148, 137, 50);
}

@media only screen and (max-width:767px) {
	.bp {
		padding: 60px 0;
	}
	.bp .sub_tit {
		padding: 40px 0 0;
	}
}

@media only screen and (max-width:480px) {
	.bp_box {
		padding: 10px;
	}
	.bbt {
		font-size: 2rem;
		line-height: 2;
	}
	.bbb {
		padding: 10px 0;
		font-size: 1.8rem;
	}
}