@charset "utf-8";

.sp_only{display: none;}

/*ヘッダー*/
.giftmanner{
	width: 1000px;
	margin: 0 auto 130px;
}
.giftmanner h1{
	position: static;
	z-index: 1;
	top: 0;
	margin: 36px 0 22px 0;
	padding: 0;
	font-weight: bold;
	font-size: 22px;
	color: #595959;
	line-height: 1.4;
}
.giftmanner h2{
	position: static;
	z-index: 1;
	top: 0;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #595959;
}
.giftmanner .giftmanner-header p{
	text-align: center;
	font-size: 16px;
	color: #3C3C3C;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}	
.giftmanner-mokuji{
	margin: 50px auto 70px;
	padding: 0;
	width: fit-content;
	max-width: 657px;
}
.giftmanner-mokuji-top{
	width: 100%;
	height: 8px;
	background: url(../img/usr/freepage/manners/common/top.png) left top repeat;
}
.giftmanner-mokuji-main{
	padding: 30px 0 30px;
	background: url(../img/usr/freepage/manners/common/middle.png) left top repeat-y;
	background-size: 100% auto;
	width: 100%;
}
.giftmanner-mokuji-bottom{
	width: 100%;
	height: 8px;
	background: url(../img/usr/freepage/manners/common/top.png) left top repeat;
}
.giftmanner .giftmanner-header .giftmanner-mokuji p{
	font-size: 22px;
	font-weight: bold;
	display: block;
	line-height: 1;
	color: #BCA779;
	margin: 0 0 17px;
	padding: 0;
} 
.giftmanner-mokuji ol{
	width: 100%;
	margin: 0 50px;
	padding: 0;
	list-style: none;
}
.giftmanner-mokuji ol li{
	margin: 0 0 20px;
	padding: 0 0 0 35px;
	list-style: none;	
	font-size: 18px;
	color: #555555;
	font-weight: bold;
	position: relative;
	line-height: 1;	
}
.giftmanner-mokuji ol li a{
	color: #555555;
	font-size: 18px;
	font-weight: bold;
    text-decoration: underline;
}
.giftmanner-mokuji ol li:last-child{
		margin: 0;
}
.giftmanner-mokuji ol li::before{
	color: #BCA779;
	font-weight: bold;
	font-size: 26px;
	font-family: " Times New Roman", serif;
	position: absolute;
	left: 0;
	margin: auto 0;
}

.giftmanner-mokuji ol li:nth-child(1)::before{
	content: '1.'
}
.giftmanner-mokuji ol li:nth-child(2)::before{
	content: '2.'
}
.giftmanner-mokuji ol li:nth-child(3)::before{
	content: '3.'
}
.giftmanner-mokuji ol li:nth-child(4)::before{
	content: '4.'
}
.giftmanner-mokuji ol li:nth-child(5)::before{
	content: '5.'
}
/*ヘッダー*/

/*コンテンツ*/
.giftmanner-main{
	width: 940px;
	margin: 0 auto;
}
.giftmanner-main h2{
	margin: 0 0 40px;
	padding: 20px 25px 20px 55px;
	font-size: 20px;
	color: #595959;
	font-weight: bold;
	border-top: 2px solid #BCA779;
	border-bottom: 2px solid #BCA779;
	position: relative;
}
.giftmanner-main:nth-child(1) h2::before{
	content: '1.';
}
.giftmanner-main:nth-child(2) h2::before{
	content: '2.';
}
.giftmanner-main:nth-child(3) h2::before{
	content: '3.';
}
.giftmanner-main:nth-child(4) h2::before{
	content: '4.';
}
.giftmanner-main h2::before{
	color: #BCA779;
	font-weight: bold;
	font-size: 26px;
	font-family: " Times New Roman", serif;
	height: fit-content;
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 25px;
	margin: auto 0;
}
.giftmanner-main span,
.giftmanner-main p{
	display: block;
	margin: 0 20px;
	line-height: 1.8;
}
.giftmanner-main p span{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.giftmanner-main h3{
	margin: 40px 20px 30px;
	background: #F5F4F0 url("../img/usr/freepage/manners/common/icon_check.png") 33px center no-repeat;
	padding: 24px 0 24px 100px;
	font-weight: bold;
	color: #595959;
	font-size: 19px;
}
.giftmanner-item{
	margin-bottom: 100px;
}
.giftmanner-item img{
	max-width: 100%;
}
.giftmanner-morebtn{
	display: block;
	margin: 50px auto 0;
	width: 700px;
}
.giftmanner-morebtn:hover{
	opacity: 0.8;
}
.socialgift-bnr{
    margin-top: 40px;
    text-align: center;
}
.socialgift-bnr img {
    width: 700px;
}
/*コンテンツ*/

/*関連特集*/

/*関連特集*/
.giftmanner-specialfeature{
	margin-bottom: 100px;
}
.giftmanner-specialfeature h2{
	margin: 0 0 27px;
	padding: 0;
	display: block;
	line-height: 1;
	text-align: center;
	font-size: 22px;
	color: #595959;
	font-weight: bold;
	text-align: center;
}
.giftmanner-specialfeature ul{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0;
}
.giftmanner-specialfeature ul li{
	display: inline-block;
	vertical-align: middle;
	width: 270px;
	margin-right: 18px;
}
.giftmanner-specialfeature ul li:last-child{
	margin-right: 0;
}
.giftmanner-specialfeature ul li img{
	max-width: 100%;
	vertical-align: bottom;
}
.giftmanner-specialfeature ul li a:hover{
	opacity: 0.8;
}
/*関連記事*/
.giftmanner-article{
	width: 900px;
	margin: 0 auto;
}
.giftmanner-article h2{
	margin: 0 0 27px;
	padding: 0;
	display: block;
	line-height: 1;
	text-align: center;
	font-size: 22px;
	color: #595959;
	font-weight: bold;
}
div.giftmanner-article-item{
	background: #F5F4F0;
	margin: 0 0 25px 0
}
div.giftmanner-article-item:last-child{
	margin: 0;
}
div.giftmanner-article-item a{
	overflow: hidden;
	display: block;
	padding: 20px 20px;
}
div.giftmanner-article-item a:hover{
	opacity: 0.8;
}
div.giftmanner-article-item-figure{
	float: left;
	width: 110px;
	border-right: 2px solid #707070;
	padding: 0 30px 0 0;
	margin: 0 30px 0 0;
}
div.giftmanner-article-item-figure img {
    width: 100%;
}
div.giftmanner-article-item-detail{
	float: left;
	width: 686px;
	background: url("../img/usr/freepage/manners/common/yajirushi.png") right 50% no-repeat;
}
div.giftmanner-article-item-detail h3{
	margin: 0 0 15px;
	padding: 0;
	color: #3C3C3C;
	font-size: 18px;
	font-weight: bold;
}
div.giftmanner-article-item-detail p{
	color: #3C3C3C;
	line-height: 1.6;
	font-size: 15px;
    margin-bottom: 0;
}
/*関連記事*/





