@media screen and (min-width: 480px){
#contents{max-width:100%!important;}
#contents_section{background:#f0eee0;}
/*SP用非表示*/ 
.sp{display:none;}

/*レスポンシブ対応*/
img{width:100%;}

/*メインコンテンツ*/

.wrapper{width:100%; max-width:1060px; margin:0 auto 50px; font-size:14px;}

.flexboxTop{display:flex; width:100%; max-width:960px; margin:0 auto; flex-wrap: wrap;}
.flexbox{display:flex; width:100%; max-width:960px; margin:0 auto 40px; flex-wrap: wrap;justify-content: space-between;}
.item{width:22%;margin: 0 0 40px 28px;}
.item:nth-child(4n) { margin-right: 0; }
.item img{backface-visibility:hidden;}
.item img:hover{opacity: .8;}


p.title,p.info,p.read{margin:0;}
p.title{font-weight:bold; font-size:16px; margin-top:10px;}
p.info,p.read{margin-top:3px;}

h2{padding:0; font-size:30px; height:auto; text-align:center; border:none;margin: 20px 0;font-family: 'Raleway', sans-serif!important;font-weight: normal;;}

.lookBN {margin:30px 0 -13px 0;}
.lookBN p:first-child{width:240px; background-color:#b5d103; padding:10px; color:white; margin:0 auto; text-align:center; font-weight:bold;}
.lookBN p:last-child{width: 0; height: 0; border: 15px solid transparent; border-top: 15px solid #b5d103; margin:0 auto;}
.category{flex-wrap: wrap;}
.categoryList{border:1px solid #ced0d4; width:29.4%; text-align:center; margin:5px 0; background: #fff;}
.categoryList a{display:block; padding:10px; text-decoration:none; color:black;}
.categoryList a:hover{background-color:gray; color:white;}
header{ position: relative; }
.topLink{ position: absolute; top: 270px; left: 0; right: 0; bottom: 0; margin: auto; width: 300px; height: 100px;text-align: center; font-size: 18px; }
.topLink a { color: #fff; }
.btn { padding: 8px; background: #b5d103; text-decoration: none; display:block; text-align:center; width: 150px; }
.btn a { color: #fff; }

/*-----------------------------------
	detail
------------------------------------*/
.main{width:60%;}
.side{width:31%;}
h1{font-size:20px; margin:0;}
.catch{border-bottom:1px solid #ced0d4; margin:10px 0; clear:both;color:#7f7f7f;font-size: 80%;padding-bottom: 10px;}

.sns{overflow:hidden; margin:10px 0;}
#twitter,#facebook{float:left;}
#twitter{margin:0.1em 0.3em 0 0;}

.entry p{text-align:justify;}
.entry img{margin:40px 0;}

.thum{padding: 20px;}
.amazon{}
.amazon a,.subscriptionBtn a{padding: 10px; background: #b5d103; text-decoration: none; color: white; display:block; text-align:center;}
.amazon a:hover, .subscriptionBtn a:hover { color: #b5d103!important; }
.contentTitle { font-family: 'Raleway', sans-serif!important; font-size: 40px; margin-bottom: 10px;}
.contentText { line-height: 180%; }

.subscriptionBtn {margin: 10px 0;}

/* Hollow */
.hvr-hollow {display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #b5d103, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  background: none; color:#b5d103;
}
.subscription{border:4px solid #b5d103;background: #fff;}
.subTitle{background: #b5d103; padding: 10px; text-align: center; color: white;}
.subText{margin:30px;}

.related{margin:50px 0;}
.relatedTitle{font-size:16px; border-bottom:1px solid #ced0d4; margin:10px 0; padding-bottom: 10px; font-weight: bold;}
.relatedList{margin:5px 0;}
.relatedList span{font-size:12px; margin-left:10px;}
.relatedList:hover{text-decoration: underline;}


/*
postページ
*/
.lightBox{display:flex; flex-wrap: wrap; justify-content: space-around; }
.lightBoxList{padding:10px; max-width:268px;}
#contents h3 { margin-bottom: 20px; font-weight:bold; font-size:16px;}
.sideBox { background: #fff; margin-bottom: 20px; padding: 20px; }

/*-----------------------------------
  定期購読
------------------------------------*/
.innerBox p{margin-bottom:20px}
#subscription h2 { font-weight: bold; margin-bottom: 40px; }
#subscription .ttl { padding: .25em 0 .2em .75em; border-left: 6px solid #ccc; border-bottom: 1px solid #ccc; }
#subscription .innerBox { max-width: 960px; margin: 0 auto; }
#subscription .subscriptionBtn { width: 400px; }
#subscription .flexInner { width: 47.9%; }

/*-----------------------------------
  About
------------------------------------*/
#about h2 { font-weight: bold; margin-bottom: 40px; }
#about .innerBox { max-width: 960px; margin: 0 auto; }
#about .flexInner { width: 47.9%; }

/*archiveボタン*/
.archive{margin-bottom:40px;}
.archive a{padding:10px 50px; background-color:#b5d103; color:white; margin:0 30px; text-decoration:none;}

}

@media screen and (max-width: 479px){
#contents_section{background:#f0eee0;}
/*PC用非表示*/
.pc{display:none;}
img{width:100%;}

.topLink{background-color:gray; text-align:center; padding:10px; margin-bottom:10px;}
.topLink a{color:white;}

h2{font-size: 30px;
    text-align: center;
    border: none;
    height: auto;
    padding: 0;
    margin: 20px auto 0;
    font-family: 'Raleway', sans-serif!important;
    font-weight: normal;}
.flexboxTop{padding:10px;}

.title{margin:10px 0 0; font-size:16px; font-weight:bold;}
.read{margin-bottom:10px;}

.flexbox,.flexboxTop{display:flex; margin-bottom:30px; justify-content: space-between; flex-wrap: wrap; align-content: space-between; padding:10px;}
.item{width:48%;}
.item:nth-child(n+3){margin-top:10px;}

.lookBN{margin:20px 0 -30px 0;}
.lookBN p:first-child {width: 240px; background-color: #b5d103; padding: 10px; color: white; margin: 0 auto; text-align: center; font-weight: bold;}
.lookBN p:last-child { width: 0; height: 0; border: 15px solid transparent; border-top: 15px solid #b5d103; margin: 0 auto;}

.category{flex-wrap: wrap;}
.categoryList{border:1px solid #ced0d4; width:48%; text-align:center; margin:5px 0; background: #fff;}
.categoryList a{display:block; padding:10px; text-decoration:none; color:black;}
.categoryList a:hover{background-color:gray; color:white;}

/******************************
post
*******************************/
h1{float:none; font-size:16px; font-weight:bold;}
.sns{margin-top:10px;}
#twitter{float:left; margin-right:5px;}

.catch{border-bottom:1px solid gray; padding-bottom:10px;}
h3{font-size:15px; margin:10px 0;}
.entry p{margin-bottom:10px;}
.entry img:last-child{margin:10px 0;}
.relatedTitle { font-size: 16px; border-bottom: 1px solid #ced0d4; margin: 10px 0; padding-bottom: 10px; font-weight: bold;}

.sideBox{background: #fff; margin-bottom:20px; padding: 40px; }
.thum img{margin:0 auto 10px;}

.amazon,.subscriptionBtn{margin-top:20px;}
.amazon a, .subscriptionBtn a {padding: 10px; background: #b5d103; text-decoration: none; color: white; display: block; text-align: center; color: #fff!important;}
.subscription { border: 4px solid #b5d103; background: #fff;}
.subTitle { background: #b5d103; padding: 10px; text-align: center; color: white;}
.subText {margin: 30px;}

.relatedBox {margin-bottom: 50px;}

/******************************
detail
*******************************/
.lightBoxList img{margin:10px 0 0;}
.contentTitle {font-family: 'Raleway', sans-serif!important; font-size: 40px;}

}