/*詳細ページ*/
#bukken-sub-area2 {
	max-width: 1040px;
	min-height: 300px;
	padding: 20px;
	background-color: #f1f1f1;
	height: 130%;
	margin: 50px auto;
}
#bukken-sub-area2 .flyer_img {
	margin: 0 auto;
	display: table;
}
#bukken-sub-area2 span{
	font-size: 13px;
}
#bukken-sub-area2 h1{
	font-weight: bold;
	font-size: 20px;
}
#bukken-sub-area2 h3{
font-size: 15px;
line-height: 35px;
color: #6d6d6d;
}
h2.title-point {
    color: #000;
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    margin: 50px 0 10px 0;
    width: 100%;
    text-align: center;
}
h2.title-point:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
}
/*ここまで*/
/*ここから一覧*/
.flyer_box{
	margin: 0px auto;
}
.paging1 {
  border-top: solid 1px #ddd;
  padding: 20px;
  color: #888;
}
.pagination_links {
	margin-top:30px;
}
#flyer {
	max-width: 1240px;
	padding: 20px;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
}
#flyer .inner {
	width: 100%;
}
#flyer section {
	float: left;
	width: calc(98%/3);
	/*height: 340px;*/
	background-color: #FFF;
	margin: 2px;
	border: solid 1px #ddd;
	position: relative;
}
#flyer .image {
	float: left;
	margin: 15px;
	width:30%;
}
#flyer .flyer_text {
	margin: 15px;
	font-size: 11px;
	text-align: left;
	color: #000;
	line-height: initial;
}

#flyer h3{
	color:#c5c5c5;
	width:100%;
}

@media screen and (max-width: 1024px) {
	#flyer .flyer_text {
	}
	#flyer section {
    width: calc(100%/1);
	}
}
