@charset "utf-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	CSS Document
	file name  :uniq.css

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


.w1000{
	width:1000px;
	background:url(../../img/sec01_bg.png) no-repeat top center #f3f2ee;
	padding:100px 0 0;
}
h3{
	font-size:46px;
	text-align:left;
	margin-bottom:25px;
	line-height:1;
	font-weight:700;
}
h4{
	font-size:22px;
	margin-bottom:20px;
}
#contents .box{
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:1px solid #C7B888;
}
#contents .box:last-of-type{
	margin-bottom:0px;
}
#contents .right {
	font-weight:bold;
}
#contents .block h3.md span{
	font-size:14px;
	display:block;
	color:#aa820b;
	margin-top:5px;
}

/*
.boxWrap{
	margin-bottom:120px;
	position:relative;
}
.boxWrap:last-of-type{
	margin-bottom:0;
}
.boxWrap:after{
	content:"";
	clear:both;
	display:block;
}
#contents .ttlWrap{
	padding-top:11%;
	font-size:14px;
}
#contents .ph{
	margin-bottom:30px;
}

#contents .lBox .contWrap{
	width:45%;
	float:left;
}
#contents .lBox .ttlWrap{
    width: 45%;
	float:right;
}
#contents .rBox .contWrap{
	width:45%;
	float:right;
}
#contents .rBox .ttlWrap{
    width: 45%;
	float:left;
}



#contents .flex .box{
	width:48%;
}
#contents .flex .box h3{
	margin-bottom:25px;
}
#contents .flex .box .txt{
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	★ SP
	
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width: 768px) {
	#contents{
		padding:0;
	}
	.w1000{
		padding:60px 20px;
	}
}
