@charset "UTF-8";
/* CSS Document */

.snavi ul{
	max-width:800px;
	margin:0 auto;
}
.snavi ul li{
	width: 50%;
}

.leadArea{
	text-align:center;
	padding: 65px 7.5% 30px;
}
.leadArea p{
	color:#000;
	font-size: 16px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#termsWrap {
	padding: 0px 7.5% 30px;
}
#termsWrap h3 {
	font-size: 18px;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #a28e61;
	margin-bottom: 5px;
}
#termsWrap p+h3 {
	margin-top: 40px;
}

#termsWrap .txt {
	margin-bottom: 40px;
}

#termsWrap .txt .slist {
	list-style: decimal;
	padding-left: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#termsWrap h4 {
	font-size: 16px;
	padding: 15px 0px 0px 35px;
	font-weight: normal;
	line-height: 24px;
	color: #0b152f;
	font-weight: bold;
	position: relative;
}
#termsWrap h4::before{
	content:"";
	display: block;
	width: 9px;
	height: 2px;
	background:#a08c5d;
	position: absolute;
	left: 20px;
	top: 26px;
}
#termsWrap p {
	font-size: 1.45rem;
	line-height: 24px;
	margin-bottom: 0px;
	padding: 5px 0px 0px 30px;
	color: #444;
}
#termsWrap .msgName {
	width: 100%;
	display: block;
	text-align: right;
	margin-top: 10px;
	font-size: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	vertical-align: middle;
	margin-top: 20px;
	line-height: 26px;
}
#termsWrap .msgName span {
	font-size: 14px;
}
@media screen and (max-width:1024px){
	.leadArea p {
		text-align: left;
	}
}
@media screen and (max-width:768px){
	.leadArea{
		padding: 30px 15px 20px;
	}
	#termsWrap p {
		padding-left: 0;
	}
	#termsWrap .txt .slist {
		padding-left: 25px;
	}
	#termsWrap h4 {
		padding-left: 20px;
	}
	#termsWrap h4::before {
		left: 0;
	}
}




