.free {
  margin-top:10px;
  margin-bottom:50px;
  padding:0 5px;
  width: 97%;
  background: #ffffff;
  overflow-x: auto;
  overflow-y: hidden;
}

.free img {
  width: 100%;
}


.new_nav {
  margin-top:10px;
  margin-bottom:50px;
  padding:0 5px;
  width: 97%;
  height:270px;
  background: #ffffff;
  overflow-x: auto;
  overflow-y: hidden;
}
.new_nav ul {
  width: 100%;
  margin: 0 auto 2px 0;
  list-style: none;
  display: flex;
}
.new_nav ul li {
  text-align: left;
  border-left: 1px solid #ffffff;
}
.new_nav ul li:last-child {
  border-right: 1px solid #eee;
}
.new_nav ul li a,
.new_nav ul li a:link,
.new_nav ul li a:visited {
  display: inline-block;
  width: 200px;
  height: 200px;
  background: #ffffff;
  color: #fff;
  text-decoration: none;
}
.new_nav ul li img{
   width: 95%;
}

.new_nav ul li p{
  margin-top:-5px;
  text-align: left;
  font-size:12px;
}
.new_nav ul li span{
  position: relative;
  top: -190px;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: black;/*文字を白に*/
  background: #ffe100;/*背景色*/
  font-size: 15px;
  line-height: 1;/*行高は1に*/
  padding: 8px 10px 2px;/*文字周りの余白*/
  }
.new_nav ul li a:hover,
.new_nav ul li a:active {
  background: #ffffff;
}
.new_nav::-webkit-scrollbar {
  height: 5px;
}
.new_nav::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ffffff;
  border-radius: 5px;
}
.new_nav::-webkit-scrollbar-thumb {
  background: #ffe100;
  border-radius: 5px;
}

@media (min-width: 768px) {
.heading p{
  display:none;
}
.new_nav ul li p{
  margin-top:-20px;    
}
#pickup {
  width: 100%;
  text-align: center;
  margin-top:-8px;
}

.pickup {
  display: block;
  margin:0 auto;
  width: 99%;
  height:auto;
  overflow: hidden;
}

.pickup:after {
  display: block;
  content: "";
  clear: both;
}

.pick_inner {
  float: left;
  width: 49%;
  padding-left: 5px;
   
}
.pick_inner p{
  font-size: 15px;
  text-align:left;
  color: #333;
  font-weight: bolder;
  width: 98%;
  margin:5px 0 ;
  line-height:2.0;  
}

.pick_inner span{
  font-size: 12px;
  font-weight: normal; 
  margin-top:10px;
  line-height:1.7; 
}

.pickup li {
  padding:auto;
  display: block;
  list-style-type:none;
  margin-top:8px;
}

.pickup img {
  width: 98%;
  height: auto;
}

}

@media (max-width: 768px) {
 html,body {
  overflow: scroll;
} 
  .info p{
    margin-top:-8px;
    margin-left:-14px;
    font-size:16px;
    font-family: 'Helvetica Neue','Helvetica','Hiragino Sans','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  
} 
  .info h2 img{
    display:none;
} 
  .info ul{
    font-size: 13px;
} 
  
  h2 p{
   font-size:16px;
   font-family: 'Helvetica Neue','Helvetica','Hiragino Sans','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'   
} 
  h2 img{
    display:none;
}
  .recommend_lists {  
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.5;
}
  .recommend_list {
  margin-bottom: 15px;
  text-align: left;
  position: relative;
}
  li { 
list-style-type: none; 
}
#pickup {
  width: 100%;
  text-align: center;
  margin-top:-10px;
  margin-bottom:15px;
}

.pickup {
  display: block;
  margin:0 auto;
  width: 99%;
  height:auto;
  overflow: hidden;
}

.pickup:after {
  display: block;
  content: "";
  clear: both;
}

.pick_inner {
  float: left;
  width: 49%;
  margin-left: 1.8px;  
}
.pick_inner p{
  font-size: 12px;
  text-align:left;
  color: #333;
  font-weight: bolder;
  width: 98%;
  margin:5px 0 ;
  padding-left:3px;
  line-height:2.0;  
}

.pick_inner span{
  font-size: 11px;
  font-weight: normal; 
  margin-top:10px;
  line-height:1.3; 
  letter-spacing: 0.04em
}

.pickup li {
  padding:auto;
  display: block;
  list-style-type:none;
  margin-top:8px;
}

.pickup img {
  width: 98%;
  height: auto;
}

  
}
@media (max-width: 480px) {
 .new_nav {
  width: 100%;
  height:215px;
  background: #ffffff;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom:25px;
}
.new_nav ul li a,
.new_nav ul li a:link,
.new_nav ul li a:visited {
  display: inline-block;
  width: 140px;
  height: 140px;
  background: #ffffff;
  color: #fff;
  text-decoration: none;
}
  
  .new_nav ul li p{
  margin-top:-10px;
  text-align: left;
  font-size:12px;
  line-height:1.4;
}
  .new_nav ul li span{
  position: relative;
  top: -133px;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: black;/*文字を白に*/
  background: #ffe100;/*背景色*/
  font-size: 10px;
  line-height: 1;/*行高は1に*/
  padding: 5px 5px ;/*文字周りの余白*/
  }
  .new_nav::-webkit-scrollbar-track {
  margin: 0 10px;
  background: #e6e6e6;
  border-radius: 5px;
}
  .new_nav::-webkit-scrollbar-thumb {
  background: #ffe100;
  border-radius: 10px;
  margin: 0 5px;
}


}