@charset "utf-8";
/*=======================================================================
微調整css
=======================================================================*/
#wrapper{
	overflow: hidden;
}
body{
	font-family: "Noto Sans JP", sans-serif;
}
img{
	vertical-align:bottom;
}
.freeArea2 .free-contents ul li{
	list-style: none;
}
article a:hover p{
	background: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*リンク画像ホバー時　フェード
=====================================*/
a,
a img{
	transition: ease-out;
}
a:hover,
a:hover img{
	opacity: 0.8;
	transition:all 0.3s ease-out;
}
@media screen and (max-width:768px){
	a,
	a img{
		transition:none;
	}
	a:hover,
	a:hover img{
		opacity: 1;
		transition: none;
	}
}

/*表示非表示設定
=====================================*/
@media screen and (min-width: 769px){
	.pc-n{display: none;}
}
@media screen and (min-width:581px) and ( max-width:768px) {
    .tab-n{display: none;}
}
@media screen and (max-width: 580px){
    .sp-n{display: none;}
}


img[src^="https://www.orner-web.com/TRACKING/tracking.php"]{
	display:none;
}