@charset "UTF-8";
/* CSS Document */

#best-diary h1 {
		width: 50%;
		margin: 0 auto;
	}
#best-diary {
	background: #f5efd9;
	position: relative;
	padding: 8% 0 6% 0;
	}


#best-diary .text {
	font-size: 16px;
	margin: 4% 0 2%;
	text-align: center;
	color: #004698;
	line-height: 1.8;
}	
#best-diary .btn {
	text-align: center;
	margin: 4% 0 0;
}

#best-diary h2.title {
	text-align: center;
    margin-bottom: 4%;
    color: #004698;
    font-weight: bold;
	display: flex;
    align-items: center;
	 justify-content:center;
	    font-size: 20px;
    letter-spacing: 0.05em;
}

#best-diary h2.title::before {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #004698;
    display: block;
    margin-right: 20px;
}
#best-diary h2.title::after {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #004698;
    display: block;
    margin-left: 20px;
}
#best-diary .btn a {
	text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding: 12px 25px 11px;
    border-radius: 100px;
    background: #004698;
	color: #FAF8EA;
}

#best-diary::after {
	
    position: absolute;
	 border: 1px solid #004698;
	content: "";
    top: 20px;
    left: 15px;
    right: 15px;
    bottom: 20px;
    border-radius: 20px;
	pointer-events: none;
   
}
#best-diary .rcmd {
    max-width: 1140px !important;
	width: 100%;
    margin: 0 auto;
    padding: 40px 0 60px;
}
#best-diary #_rcmdjp_display_1,#best-diary #_rcmdjp_display_2 {
	max-width: 1140px !important;
	width: 100% !important;
}
@media screen and (max-width: 768px) {
	#best-diary {
    padding: 14% 0 14% 0;
	}
	#best-diary .rcmd { 
		width: 88%;
		padding: 4% 0 6%;
	}
	#best-diary h1 {
		width: 70%;
	}
	#best-diary .text {
		width: 80%;
		margin: 7% auto 2%;
		font-size: 14px;
	}
	#best-diary h2.title {
		font-size: 16px;
	}
	#best-diary .btn a {
		font-size: 12px;
	}
	.rcmd .fr2-productList--col4 {
		display: flex;
		grid-gap: 4%;
		flex-wrap: wrap;
		padding: 0;
	}
	.rcmd .fr2-productListItem {
		width: 48%;
		margin: 0 0 6% 0;
	}
	#best-diary::after {
	content: "";
    position: absolute;
	 border: 1px solid #004698;
    top: 10px;
    left: 8px;
    right: 8px;
    bottom: 10px;
    border-radius: 12px;
		}
   #best-diary .bg-cream {
    padding: 0 0 13% 0;
		}

	
}