﻿/*
  campain/style.css
*/

@charset "utf-8";


/* SNS
-------------------------------------------- */
.snsList {
	/* height: 80px; */
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}

/* PC用
-------------------------------------------- */
@media screen and (min-width: 751px) {

/*記事一覧
-------------- */
#articles  {
	margin: 0 auto;
	width: 1000px;
}
#articles .sub-category {
	padding: 0 0 1rem;
}
#articles .sub-category:last-child {
	padding: 0 0 3.5rem;
}

}

#articles .sub-category {
	padding: 0 12px;
	margin-bottom:80px;
}

#articles #more {
	position:absolute;
	bottom:-5rem;
	margin:20px;
	width: 90%;
	display: block;
}

#article h1 {
	font-size: 21px;
	padding-top: 10px;
}
#article #author {
	text-align: center;
	font-size: 15px;
	margin-bottom:20px;
}
#article #top_text {
	font-size: 14px;
	line-height: 17px;
	margin: 12px 0 26px;
	padding: 20px 0;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


/* --------------------------------------------------------------------------------- */
/* PC */
@media screen and (min-width: 751px) {

}
/* SP */
@media screen and (max-width: 750px) {

}

/* common */
#articles .sub-category .caption {
  margin : 1rem 0;
}
#articles .sub-category.products .tile {
    justify-content: space-around;
}
#articles .sub-category.products .banner {
  width : 400px;
}



