@charset "utf-8";
/* ----------------------------------
メディアクエリ　モバイルレイアウト : 480pxまで
----------------------------------- */

#section01{
margin-bottom: 30px;
}
.catalogblogLead{
	text-align: center;
	padding: 10px 0;
}
.catalogblogLead img{
	margin: 0 auto;
	max-width: 490px;
	width: 100%;
	height: auto;
}
.catalogblogList{
	text-align: center;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: stretch;
	align-content: stretch;
	width: 80%;
}
.catalogblogList li{
	margin-top: 15px;
	text-align: left;
	border: #eee solid 7px;
	padding: 16px 16px 50px;
	position: relative;
}
.catalogblogList li > a{
	display: block;
	text-decoration: none;
	color: #000 !important;
}
.catalogblogList li > a:hover{
	
}
.catalogblogList_date{
	font-size: 10px;
	color: #6b6b6b;
	line-height: 1.2;
}
.catalogblogList_ttl{
	margin-top: 1em;
	font-size: 13px;
	line-height: 1.3;
	color: #3a3a3a;
}
.catalogblogList_txt{
	margin-top: 1em;
	font-size: 10px;
	line-height: 1.6;
}
.catalogblogList_btnWrap{
	position: absolute;
	left: 0;
	bottom: 15px;
	margin-top:15px;
	text-align: center;
	width: 100%;
}
.catalogblogList_btnWrap a{
	margin: 0 auto;
	width: 150px;
	height: 27px;
	display: block;
	text-align: center;
	line-height: 27px;
	font-size: 10px;
	color:#fff !important;
	background: #53afa9;
	text-decoration: none !important;
}
.catalogblogList_btnWrap a:hover{
background-color:#24cdc2;
}
.pager{
margin:40px 0 40px;
overflow: hidden;
list-style-type: none;
}
.pager li.linkPrev{
float: left;
width:60px;
padding:1px 0 1px 10px;
background: url(../images/pager_prev_sp.png) no-repeat left 50%;
-webkit-background-size:7px 11px;
background-size:7px 11px
}
.pager li.linkNext{
float: right;
width:60px;
padding:1px 10px 1px 0;
text-align: right;
background: url(../images/pager_next_sp.png) no-repeat right 50%;
-webkit-background-size:7px 11px;
background-size:7px 11px
}
.pager li.linkNum,
.pager li.linkIndex{
padding:1px 0;
width:170px;
margin: 0 auto;
text-align: center;
}
.pager li a,
.pager li span{
padding:0 10px;
display: inline-block;
text-decoration: none;
color:#696969 !important;
}
.pager li span.current_page{
color:#bfbfbf !important;
}
#detail{
	margin: 15px 0;
	padding: 15px 0;
	border-top: #dbdbdb solid 1px;
	border-bottom: #dbdbdb solid 1px;
}
#detail .entryDate{
	line-height: 1.2;
	font-size: 10px;
	color: #6b6b6b;
}
#detail .entryTtl{
	margin-top: 1em;
	line-height: 1.2;
	font-size: 13px;
	font-weight: bold;
	color: #3a3a3a;
}
#detail .entryBody{
	line-height: 1.8;
	font-size: 12px;
}
#detail .entryBody p{
	margin-top: 1.5em;
}


/* ----------------------------------
メディアクエリ　タブレットレイアウト : 481px　〜
----------------------------------- */
@media only screen and (min-width: 481px) {

#section01{
margin-bottom: 45px;
}
.catalogblogList{
	width: 100%;
}
.catalogblogList li{
	text-align: left;
	border: #eee solid 10px;
	width: 49%;
	padding: 20px 20px 70px;
}
.catalogblogList_date{
	font-size: 14px;
}
.catalogblogList_ttl{
	font-size: 18px;
}
.catalogblogList_txt{
	margin-top: 1em;
	font-size: 13px;
	line-height: 1.6;
}
.catalogblogList_btnWrap{
	bottom: 20px;
}
.catalogblogList_btnWrap a{
	margin: 0 auto;
	width: 200px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
}
.btnPagetopIn{
margin:30px 0;
text-align: right;
}
.btnPagetopIn a{
margin: 0 0 0 auto;
display: block;
width:35px;
}

.pager li.linkPrev{
width:120px;
background: url(../images/pager_prev_pc.png) no-repeat left 50%;
-webkit-background-size:8px 13px;
background-size:8px 13px;
}
.pager li.linkNext{
width:120px;
background: url(../images/pager_next_pc.png) no-repeat right 50%;
-webkit-background-size:8px 13px;
background-size:8px 13px;
}


.pager li.linkNum,
.pager li.linkIndex{
width:400px;
}


#detail{
margin: 25px 0;
padding:30px 0;
}
#detail .entryDate{
	line-height: 1.2;
	font-size: 14px;
}
#detail .entryTtl{
	line-height: 1.2;
	font-size: 22px;
}
#detail .entryBody{
	line-height: 1.8;
	font-size: 14px;
}
#detail .entryBody p{
	margin-top: 1.5em;
}
#detail .entryBody img{
	margin: 1em 0;
}
}

/* ----------------------------------
メディアクエリ　デスクトップレイアウト : 769px　〜
----------------------------------- */
@media only screen and (min-width: 769px) {


}

/* ----------------------------------
pager2
----------------------------------- */

.pager2{
margin:40px 0 40px;
overflow: hidden;
list-style-type: none;
text-align: center;
}
.pager2 li.linkPrev,
.pager2 li.linkNext{
display: inline-block;
vertical-align: top;
height: 24px;
}
.pager2 li.linkPrev{
width:30px;
padding:0;
background: url(../images/pager_prev_sp.png) no-repeat center 50%;
-webkit-background-size:7px 11px;
background-size:7px 11px;
overflow: hidden;
text-indent: 200%;
white-space: nowrap;
text-align: left;
}
.pager2 li.linkNext{
width:30px;
padding:0;
background: url(../images/pager_next_sp.png) no-repeat center 50%;
-webkit-background-size:7px 11px;
background-size:7px 11px;
}
.pager2 li.linkIndex{
padding:1px 0;
width:170px;
margin: 0 auto;
text-align: center;
}
.pager2 li.linkNum{
display: inline-block;
margin: 0 auto;
}
.pager2 li.linkPrev .link_prev,
.pager2 li.linkNext .link_next{
display: block;
overflow: hidden;
text-indent: 200%;
white-space: nowrap;
text-align: left;
height: 24px;
}
.pager2 li.linkNum a,
.pager2 li.linkNum span{
width: 24px;
height: 24px;
text-align: center;
line-height: 23px;
padding:0;
display: inline-block;
text-decoration: none;
color:#696969 !important;
border: #e7e7e7 solid 1px;
border-radius: 2px;
color: #000;
font-size: 12px;
}
.pager2 li.linkNum span.current_page{
color:#000 !important;
background: #f3f3f3;
font-weight: bold;
}

@media only screen and (min-width: 481px) {
.pager2 li.linkPrev,
.pager2 li.linkNext{
height: 28px;
}
.pager2 li.linkPrev{
background: url(../images/pager_prev_pc.png) no-repeat center 50%;
-webkit-background-size:9px auto;
background-size:9px auto;
}
.pager2 li.linkNext{
background: url(../images/pager_next_pc.png) no-repeat center 50%;
-webkit-background-size:9px auto;
background-size:9px auto;
}
.pager2 li.linkIndex{
width:400px;
}
.pager2 li.linkNum{
	padding-left:30px;
	padding-right:30px;
}
.pager2 li.linkNum a,
.pager2 li.linkNum span{
width: 28px;
height: 28px;
line-height: 27px;
font-size: 14px;
}
.pager2 li.linkPrev .link_prev,
.pager2 li.linkNext .link_next{
height: 28px;
}
}


/* ----------------------------------
list
----------------------------------- */
.entryBody ol,
.entryBody ul{
  margin: 3em 0;
  counter-reset: li;
  text-align: left;
  list-style-type: none;
}
.entryBody ol li,
.entryBody ul li{
  margin-top: 0.5em;
  line-height: 1.5;
  position: relative;
}
.entryBody ol li:first-child,
.entryBody ul li:first-child {
  margin-top: 0;
}

.entryBody ul li{
  padding-left: 14px;
}
.entryBody ul li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}
@media print, screen and (min-width: 768px) {
  .entryBody ul li {
    padding-left: 25px;
  }
}


.entryBody ol li {
  padding-left: 20px;
}
.entryBody ol li::before {
  counter-increment: li;
  content: counter(li) ".";
  position: absolute;
  left: 3px;
  top: 0;
  color: #000;
}
@media print, screen and (min-width: 768px) {
  .entryBody ol li{
    padding-left: 25px;
  }
}
