@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:auto}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle;}


/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:0 auto;
	font-size:16px;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #111;
	line-height : 1.85 ;
	letter-spacing : 0.05em ;
	background:#f3f3f3 url(../img/background.png)no-repeat;
	background-repeat:no-repeat;
	background-size:100%;
}

p{
 	padding:0px;
	font-size:16px;
 }
a {
	color:#ea5b3e;

}
a:hover {
	color:#F8B62B;
}
a:hover img {
	filter:alpha(opacity=90);
	opacity:0.9;
}
/*================================================
 *  wrapper
 ================================================*/
#wrapper{
	overflow:hidden;
	}

/*================================================
 *  header
 ================================================*/
header{
	height:630px;
}
header:after{
	content:"";
	display:block;
	clear:both;
}
.header_midashi{
	background:#00a7ac;
	padding-left:100px;
	color:#fff;
}
.header_inner{
	position:relative;
	width:1100px;
	height:610px;
	margin:auto;
	background:url(../img/header_inner_bg2.png),url(../img/header_inner_bg1.png);
	background-repeat: no-repeat,no-repeat;
	background-position:left bottom,right bottom;
	background-size:350px,300px;
}
.logo{
	margin:10px auto;
	text-align:center;
	margin-top:10px;
}
.logo2{
	display:none;
}
.logo img{
	width:70%;
}
/*================================================
 *  FVランキング
 ================================================*/
.fv_rank{
	position:absolute;
	width:70%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.fv_rank:after{
	content:"";
	display:block;
	clear:both;
}
.fv_rank ul{
	position:relative;
	width:100%;
	margin:0px auto;
}
.fv_rank ul li.fv_rank_01{
	position:absolute;
	width:42%;
	left:222px;
	bottom:0;
}
.fv_rank ul li.fv_rank_02{
	position:absolute;
	width:29%;
	right:0;
	bottom:0;
}
.fv_rank ul li.fv_rank_03{
	position:absolute;
	width:29%;
	left:0px;
	bottom:0;
}
.fv_rank ul li a{
	position:relative;
	display:block;
	float:left;
	margin:2px;
	padding:10px;
	text-align: center;
	text-decoration: none;
	background:#fff;
}
.fv_rank ul li.fv_rank_01 a{
	border:10px solid #f39800;
	padding-top:30px;
}
.fv_rank ul li.fv_rank_02 a{
	border:4px solid #333F48;
	background:#eee;
}
.fv_rank ul li.fv_rank_03 a{
	border:4px solid #333F48;
	background:#eee;
}
.fv_rank ul li a .bridge{
	position:absolute;
	top:-60px;
	left:-50px;
	animation:yurayura 1s infinite;
	z-index: 9;
}
@keyframes yurayura {
    0% { transform:translateY( -5px); }
   50% { transform:translateY(  0px); }
  100% { transform:translateY( -5px); }
}
.fv_rank ul li p{
	font-size:25px;
	font-weight:bold;
	color:#ff5c3b;
}
.fv_rank ul .fv_rank_03 p,
.fv_rank ul .fv_rank_02 p{
	font-size:16px;
}
.fv_rank ul li img{
	max-width:95%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.fv_rank ul li .kougakukaitori{
	font-size:17px;
	color:#333;
	line-height:0px;
}
.fv_rank ul li .hoshi{
	font-size:25px;
	margin-left:10px;
	color:#ff5c3b;
	line-height:0px;
}
/*================================================
 *  見出しコンテンツ
 ================================================*/

.midashi_contents{
	width:1050px;
	margin:20px auto;
	background:#fff;
	padding:20px;
	border:1px solid #999;
}

dl.hikakuhyou {
  background: #00a7ac;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
	width:auto;
	margin-top:70px;
}
dl.hikakuhyou dt,
dl.hikakuhyou dd {
  padding: 0px 2px 0px 2px;
  border-top: 1px solid #ccc;
}
dl.hikakuhyou dt {
  width: 15%;
  float: left;
	color:#fff;
	text-align:center;
}
dl.hikakuhyou dd {
	display:table-cell;
	width:290px;
  background: #fff;
  margin-left: 15%;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
dl.hikakuhyou dd:after {
  content: '';
  display: block;
  clear: both;
}
dl.hikakuhyou dd img{
	max-width:70%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin:5px auto;
}
dl.hikakuhyou dd.company{
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

dl.hikakuhyou dd.no_01_top{
	position:relative;
	border-left:3px solid #ff5c3b;
	border-right:3px solid #ff5c3b;
	border-top:3px solid #ff5c3b;
}

dl.hikakuhyou dd.no_01{
	border-left:3px solid #ff5c3b;
	border-right:3px solid #ff5c3b;
}

dl.hikakuhyou dd.no_01_end{
	position:relative;
	border-left:3px solid #ff5c3b;
	border-right:3px solid #ff5c3b;
	border-bottom:3px solid #ff5c3b;
}
dl.hikakuhyou dd.no_01_top .hikakuhyou_rank_m,
dl.hikakuhyou dd.no_02 .hikakuhyou_rank_m,
dl.hikakuhyou dd.no_03 .hikakuhyou_rank_m{
	position:absolute;
	top:-45px;
	left:-10px;
	width:40%;
}

dl.hikakuhyou dd.no_01_end{
	border-left:3px solid #ff5c3b;
	border-right:3px solid #ff5c3b;
	border-bottom:3px solid #ff5c3b;
}
dl.hikakuhyou dd.no_02,
dl.hikakuhyou dd.no_02end{
	position:relative;
}
dl.hikakuhyou dd.no_03,
dl.hikakuhyou dd.no_03end{
	position:relative;
}


dl.hikakuhyou dd.no_01_top .hikakuhyou_rank_m,
dl.hikakuhyou dd.no_02 .hikakuhyou_rank_m,
dl.hikakuhyou dd.no_03 .hikakuhyou_rank_m{
	position:absolute;
	top:-60px;
	left:-10px;
	width:30%;
	z-index: 999;
}
dl.hikakuhyou dd span{
	font-weight:bold;
	color:#ff5c3b;
	margin-left:3px;
}
dl.hikakuhyou dd.kakaku ul li{
	padding-left:15px;
	background:url(../img/yen.png)0px no-repeat;
	border-bottom:1px dashed #999;
}
dl.hikakuhyou dd .btn0003 a span,
dl.hikakuhyou dd .btn0004 a span{
	text-shadow: 0px 0px 2px #111;
	color:#fff;
}

/*================================================
 *  ハンバーガー
 ================================================*/

#nav-drawer {
  position: fixed;
	top:5px;
	right:5px;
	background:#ea5b3e;
	padding:5px 2px 5px 5px;
	z-index: 9999;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	z-index:9999;
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#nav-content{
	background:#999999b3;
}
#nav-content .category1 a {
	display:block;
	background:#f39800 url(../img/cate_01.png) 3px no-repeat;
	padding:5px;
	font-size:16px;
	color:#fff;
	text-decoration:unset;
}
#nav-content .category2 a  {
	display:block;
	background:#00a7ac url(../img/cate_01.png) 3px no-repeat;
	padding:5px;
	font-size:16px;
	color:#fff;
	text-decoration:unset;
}
#nav-content .category3 a {
	display:block;
	background:#ff5c3b url(../img/cate_01.png) 3px no-repeat;
	padding:5px 5px 5px 25px;
	font-size:16px;
	color:#fff;
	text-decoration:unset;
}
#nav-content ul li a{
	display:block;
	background:#fff;
	color:#333;
	margin:2px;
	padding:3px 5px;
	text-decoration:unset;
}
#nav-content ul li a:hover{
	
	background:#eee;
}

@media screen and (min-width:480px) {
  #nav-open,
	#nav-drawer{
    display:none;
  }
}
/*================================================
 *  contents
 ================================================*/

@media screen and (min-width:767px) { 
.contents:after {
	content: "";
	display: block;
	clear: both;
	}
	
.contents {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin:15px auto;
	}
}

/*================================================
 *  main
 ================================================*/
main{
	float:left;
	width:69.2%;
	margin-right:0.8%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	clear:both;
	}
	
article{
	clear: both;
	margin-top:0px;
	margin-bottom:30px;
}
section{
	padding:10px ;
	background:#fff;
	box-shadow:0 1px 0 rgba(4,0,0,.03);
	-webkit-box-shadow: 0 1px 0 rgba(4,0,0,.03);
	border:1px solid #999;
}
section.sitemap ul li a{
	color:#333;
	text-decoration:none;
	background:url(../img/cate.png)no-repeat;
	padding-left:20px;
}
section:after,
article:after{
	content:"";
	display:block;
	clear:both;
}
h1{
  color: #fff;
  font-size: 200%;
	padding-bottom: 3px;
	margin-bottom: 5px;
	text-align:center;
	background:#00a7ac;
}
h2{
  border-bottom:5px solid #333F48;
	font-size:150%;
	margin:10px;
	padding:5px 10px;
	text-align:center;
}
h2.rank_midashi{
	position: relative;
	display: block;
 	margin: 1.5em 0;
	padding:10px;
 	width: auto;
 	color: #fff;
	font-size:40px;
	background: #00a7ac;
	border-bottom:none;
	font-weight:bold;
}
h2.rank_midashi:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 20px solid transparent;
	border-top: 30px solid #00a7ac;
}

h2.kanren_midashi{
	background:unset;
	padding:10px;
	border-bottom:5px solid #199ea2;
}

ul.kanren_link li a{
	padding:2px 2px 2px 30px;
	background:url(../img/cate.png)10px no-repeat;
	text-decoration: none;
	color:#333;
}
ul.kanren_link li a:hover{
	color:#eee;
}
h3{
	text-align:center;
	margin:10px;
	font-size:130%;
	border-bottom:1px dashed #999;
}
.shutten{
	clear:both;
	display:block;
  font-size: 70%;
  text-align: right;
}
.right{
	float:right;
}
.left{
	float:left;
}
img.center{
	margin:10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}
.b{
	font-weight:bold;
	color:#444;
	font-size:103%;
}
.rb{
	font-weight:bold;
	color:#ea5413;
	font-size:105%;
}
.u{
	border-bottom:1px solid #585858;
}
.s{
	display:block;
	font-size:11px;
	text-align:right;
}
.age {
	font-size:12px;
	display:block;
	text-align:right;
	margin:0px;
}
.box,
.box_last{
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap:         wrap;
	align-items: stretch;
}
.box:after,
.box_last:after{
	content:"";
	display:block;
	clear:both;
}
.mokuji{
	width:90%;
	margin:10px auto;
	border:1px dashed #999;
	padding:10px;
}
.mokuji_midashi{
	font-size:20px;
	text-align:center;
}
.mokuji ul li a{
	color:#333;
}
.mokuji ul li.midashi{
	font-size:18px;
	padding:4px;
}
.mokuji ul li.nomal a{
	font-size:16px;
	padding:5px 4px 5px 30px;
	background:url(../img/mokuji.png)5px no-repeat;
}
.mokuji ul li.nomal_sub a{
	padding:4px 4px 4px 50px;
}
.mokuji ul li.rank1{
	font-size:16px;
	padding:4px 4px 4px 30px;
	background:url(../img/no_01.png)5px no-repeat;
	background-size:20px;
}
.mokuji ul li.rank2{
	font-size:16px;
	padding:4px 4px 4px 30px;
	background:url(../img/no_02.png)5px no-repeat;
	background-size:20px;
}
.mokuji ul li.rank3{
	font-size:16px;
	padding:4px 4px 4px 30px;
	background:url(../img/no_03.png)5px no-repeat;
	background-size:20px;
}
.mokuji ul li.rank4{
	font-size:16px;
	padding:4px 4px 4px 30px;
	background:url(../img/no_04.png)5px no-repeat;
	background-size:20px;
}
.mokuji ul li.rank5{
	font-size:16px;
	padding:4px 4px 4px 30px;
	background:url(../img/no_05.png)5px no-repeat;
	background-size:20px;
}
.mokuji ul li a:hover{
	text-decoration:underline;
	color:#51d598;
}
dl.top_choose{
	width:47%;
	float:left;
	margin:10px;
	border:1px solid #ddd;
}
dl.top_choose dt{
	font-size:18px;
	text-align:center;
	padding:10px;
	color:#fff;
}
dl.top_choose dt.top_choose_01{
	background:#503887;
}
dl.top_choose dt.top_choose_02{
	background:#076eb0;
}
dl.top_choose dt.top_choose_03{
	background:#daad12;
}
dl.top_choose dt.top_choose_04{
	background:#44992d;
}
dl.top_choose dd{
	padding:10px;
}
ul.point,
ul.truck,
ul.item,
ul.gomi,
ul.kotu{
	background:#eee;
	margin:10px auto;
	padding:10px;
}
ul.truck li,
ul.item li{
	padding:5px 1px 5px 30px;
	background:url(../img/check.png)1px no-repeat;
}
ul.gomi li,
ul.kotu li{
	margin-left:30px;
	list-style-type:symbols;
}
dl.money,
dl.truck,
dl.gomi{
  background: #00a7ac;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
	width:auto;
}
dl.money dt,
dl.money dd,
dl.truck dt,
dl.truck dd,
dl.gomi dt,
dl.gomi dd{
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}
dl.money dt,
dl.truck dt,
dl.gomi dt{
  width: 20%;
  float: left;
	color:#fff;
	font-size:14px;
	text-align:center;
}
dl.money dd.\32  {
	display:table-cell;
	width:550px;
	font-size:13px;
  background: #fff;
  margin-left: 20%;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
dl.money dd.\33,
dl.truck dd.\33,
dl.gomi dd.\33 {
	display:table-cell;
	width:264px;
	font-size:13px;
  background: #fff;
  margin-left: 20%;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
dl.money dt.long{
  width: 50%;
}
dl.money dd:after,
dl.truck dd:after
dl.gomi dd:after{
  content: '';
  display: block;
  clear: both;
}
dl.choose{
	margin-top:10px;
}
dl.item,
dl.trouble,
dl.merit{
	background:#efefef;
	padding:10px;
	margin:10px;
}
dl.item dt,
dl.trouble dt,
dl.merit dt{
	font-size:20px;
	border-bottom:2px solid #00a7ac;
}
dl.choose dt span,
dl.merit dd.demerit span{
	background:#00a7ac;
	padding:5px;
	font-size:20px;
	margin-right:5px;
	color:#fff;
}
dl.choose dd span,
dl.trouble dd .kaiketuhou,
dl.merit dd.merit span{
	background:#f39800;
	padding:5px 6px;
	font-size:20px;
	margin-right:5px;
	color:#fff;
}
dl.trouble dd .kaiketu,
dl.merit dd{
	display:block;
	margin:10px auto;
	padding:10px;
	background:#fff;
}
.sankaku{
	width: 0;
	margin:20px auto;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 25px;
	border-color: #00A7AC transparent transparent;
}
dl.about dt{
	font-size:18px;
}
dl.about dd{
	padding-left:20px;
	margin-bottom:20px;
}
.pagetop {
	clear:both;
  text-align: right;
  margin:0px 10px;
}
 
.pagetop a {
  position: fixed;
  right: 50px;
  bottom: 60px;
  padding: 10px;
  width: 80px;
  z-index: 3;
}


/*================================================
 *  パンくず
 ================================================*/
@media screen and (min-width: 1100px){
.bread_column{
	width: 1100px;
	margin-left: auto;
	margin-right: auto}
}

.bread {
	margin:0;
	padding:10px;
	
	}
	
.bread li {
	padding-right:10px;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	float: left;
	width: auto;
	list-style:inside;
	list-style-image:url(../img/list.png);
	padding-bottom:5px;
	font-weight:bold;
	text-shadow: 1px 1px 0 #fff,
             -1px 1px 0 #fff,
             1px -1px 0 #fff,
             -1px -1px 0 #fff;
	}	

.bread li a{
	color: #333;
	font-weight:bold;
	text-shadow: 1px 1px 0 #fff,
             -1px 1px 0 #fff,
             1px -1px 0 #fff,
             -1px -1px 0 #fff;
	
	}
	
.bread li a:visited {
	color: #333;
	font-weight:bold;
	}
	
.bread li a:hover {
	color:#E383A5;
	}	
								 
							 
.bread li:first-child {
	list-style:none;
	}	
}
	
@media screen and (max-width: 768px){
.bread {
	margin: 0;
	padding: 0;
	margin-top:8px;
	padding-left:10px;
	padding-right:10px;
	font-size: 11px;
	}
								 
.bread li {
	list-style:inside;
	list-style-image:url(../img/list.png);
	}	
	
.bread li a{
	color: #444;
	}
										 							 
.bread li a:visited {
	color:#0B50AC;
	}
	
.bread li a:hover {
	color:#0B50AC;
	}	
								 
}

/*================================================
 *  タイムタグ
 ================================================*/

time {
  font-size:11px;	
  color:#111;
  background-image:url(../img/kijiinfo.png);
  background-position:left center;
  background-repeat:no-repeat;
  -webkit-background-size:auto 50%;
  background-size:auto 50%;
  margin:0 0 5px 0;
  padding:6px 0 4px 17px;
  display:inline-block;
  }

.kijiinfo {
  text-align:right;
  }
/*================================================
 *  aside
 ================================================*/
aside{
	float:right;
	width:29.2%;
	margin-left:0.8%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
aside a{
	color:#fff;
}
aside a:hover{
	color:#fff;
}
aside dl{
	margin-bottom:10px;
}
aside dl.side_menu1{
	padding:10px;
	background:#44992d;
}
aside dl.side_menu2{
	padding:10px;
	background:#00a7ac;
}
aside .category1 a,
aside .category1{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	display: block;
	margin: 0;
	line-height:1.6em;
	text-align:center;
	background:url(../img/category2.png)no-repeat;
	border-radius:10px 10px 0px 0px;
	text-decoration:none;
}
aside .category1 a span{
	display:block;
	font-size:64%;
}
aside .category1 a:hover{
	text-decoration:underline;
}
aside .category2 a {
	font-size:22px;
	color:#fff;
	font-weight:bold;
	display: block;
	padding:10px 0px 10px 0px;
	margin: 0;
	line-height:1.6em;
	text-align:center;
	background:url(../img/category3.png)no-repeat;
	border-radius:10px 10px 0px 0px;
	text-decoration:none;
}
aside dl.side_menu1 dd li a,
aside dl.side_menu2 dd li a{
	display:block;
	padding:10px 10px 10px 30px;
	margin:5px;
	color:#000;
	background:#fff url(../img/cate.png)10px no-repeat;
	text-decoration:none;
	font-size:16px;
	clear:both;
}
aside dl.side_rank{
	padding:10px;
	background:#f39800;
}
aside dl.side_rank li a{
	display:block;
	background:#fff;
	padding:5px;
	margin:5px;
	font-size:17px;
	color:#333;
	text-align:center;
	text-decoration:unset;
}
aside dl.side_rank li a span{
	display:block;
	font-size:80%;
}
aside dl.side_rank li a:hover{
	background-image:none;
	text-decoration:underline;
}
aside dl.side_rank img{
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

aside .submenu li a:after{
	content:"";
	display:block;
	clear:both;
}
aside .side_menu1 li a:hover,
aside .side_menu2 li a:hover{
	background:#ffffffe6 url(../img/cate.png)10px no-repeat;
	color:#FF5C3B;
	text-decoration:underline;
}
/*================================================
 *  footer
 ================================================*/
footer{
	position:relative;
	width:100%;
	background:#333;
	text-align:center;
	color:#fff;
}
footer ul{
	display: flex;
  justify-content: center;
	
}
footer ul li {
	display: inline;
	padding:15px 5px 0px 5px;
}
footer ul li.line:after{
	content:" |";
}
footer ul li a{
	color:#fff;
}
footer img{
	position:absolute;
	top:-210px;
	left:30px;
	width:330px;
}
/*================================================
 *  横幅を指定
 ================================================*/
	
@media screen and (min-width: 1100px){
.contents,
.footer_inner{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	}
}
	
/*================================================
 *  ランキング
 ================================================*/
article.ranking section.rank{
	position:relative;
	margin-top:60px;
	margin-bottom:20px;
	border:10px solid #f39800;
	padding:0px;
}
.ranking section{
	box-shadow:10px 10px 0px #ddd;
	margin:0;
}
.rank_m{
	position:absolute;
	top:-50px;
	left:-40px;
}
h2.ranking_midashi{
	font-size:35px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	background:#f39800;
	color:#fff;
	text-align:center;
	border-bottom:unset;
	background-image:none;
	border-left:unset;
}
h2.ranking_midashi span{
	display:block;
	font-size:20px;
	color:#fff;
	background:none;
}
.rank img{
	margin:0px;
}
section.rank_middle{
	border:none;
	box-shadow:unset;
	margin:10px;
	padding:0;
	background:#fff;
}
dl.osusume{
	width:46.5%;
	margin:10px;
	border:1px solid #999;
	
}
dl.osusume dt{
	font-size:18px;
	background:#f39800;
	padding:5px;
	color:#fff;
	font-weight:bold;
}
dl.osusume dd{
	padding:10px;
}
dl.rank_info {
  background: #f39800;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
	width:auto;
}
dl.rank_info dt,
dl.rank_info dd {
  padding: 10px 5px 0px 5px;
  border-top: 1px solid #ccc;
}
dl.rank_info dt {
  width: 20%;
  float: left;
	color:#fff;
	font-size:14px;
	text-align:center;
}
dl.rank_info dd {
	display:table-cell;
	width:570px;
	font-size:13px;
  background: #fff;
  margin-left: 9%;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
dl.rank_info dd:after {
  content: '';
  display: block;
  clear: both;
}
dl.tokuchou{
	margin-top:20px;
	background:#00507e;
	padding:10px;
}
dl.tokuchou dt{
	font-size:30px;
	color:#fff;
	text-align:center;
}
dl.tokuchou dd{
	background:#fff;
	padding:10px;
}
section.kuchikomi_bg{
	margin:10px;
	padding:0;
	border:none;
	box-shadow:none;
}
h3.kuchikomi{
	position: relative;
  padding: 10px;
	margin:unset;
	border-left:unset;
	background:#00a7ac;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	border-bottom:none;
	color:#fff;
}
h3.kuchikomi::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid #00a7ac;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
li.kuchikomi{
	border:1px solid #dcdddd;
	margin:10px auto;
	background:#fff;
}
li .kuchikomi_midashi{
	display:block;
	text-align:center;
	font-size:17px;
	padding:5px;
	background:#eee;
	clear:both;
}
li .kuchikomi_inner{
	padding:5px;
	display:block;
}

.btn0001 a{
	display:block;
	float:right;
	width:46%;
	background:url(../img/btn_bg.png),url(../img/btn_01.png);
	background-repeat:no-repeat,repeat-x;
	background-position:center right 5px,top center;
	background-size:auto , auto 100%;
	padding:5px 30px 5px 5px;
	color:#fff;
	display:block;
  font-weight:bold;
  font-size:18px;
	border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
	text-decoration:none;
	text-align:center;
	text-shadow: 0px 0px 2px #111;
	box-shadow:3px 3px 0px #111;
}
.btn0001:after{
	content:"";
	display:block;
	clear:both;
}
.btn0001 a:hover{
	text-decoration:none;
	color:#fff;
	box-shadow:none;
}
.btn0003 a{
	background:url(../img/btn_inner.png),url(../img/btn_03.png);
	background-repeat:no-repeat,repeat-x;
	background-position:center right 5px,top center;
	background-size:auto , auto 100%;
	padding:10px 30px 10px 5px;
	color:#fff;
	display:block;
  font-weight:bold;
  font-size:24px;
	border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
	text-decoration:none;
	text-align:center;
  margin:20px auto;
	text-shadow: 0px 0px 2px #111;
	box-shadow:3px 3px 0px rgb(40, 101, 18);
}
.btn0004 a{
	background:url(../img/btn_inner.png),url(../img/btn_04.png);
	background-repeat:no-repeat,repeat-x;
	background-position:center right 5px,top center;
	background-size:auto , auto 100%;
	padding:10px 30px 10px 5px;
	color:#fff;
	display:block;
  font-weight:bold;
  font-size:20px;
	border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
	text-decoration:none;
	text-align:center;
	margin:20px auto;
	text-shadow: 0px 0px 2px #111;
	box-shadow:3px 3px 0px rgb(121, 125, 119);
}
.btn0002 a:hover,
.btn0003 a:hover{
	text-decoration:none;
  background-color:#40e927;
	color:#fff;
	box-shadow:none;
}
.btn0004 a:hover{
	text-decoration:none;
  background-color:#40e927;
	color:#fff;
	box-shadow:none;
}

.kanren{
	background:#fff;
	margin-top:10px;
}
.kanren_midashi{
	font-size:20px;
	text-align:center;
	margin:10px auto;
}
.kanren ul li a{
	color:#333;
	font-size:16px;
}
.kanren ul li a:hover{
	color:#f8b62b;
}

/*================================================
 *  スマホ
 ================================================*/
@media screen and (max-width:767px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0;
		background-size:100%,auto;
	}
	p{
		font-size:16px;
	}
	header {
		width:100%;
		height:auto;
	}
	.header_inner{
		width:100%;
		height:auto;
		position:unset;
		background-image:none;
	}
	.header_midashi{
		padding:2px 40px 2px 2px;
		font-size:13px;
	}
	.logo {
		position:unset;
	}
	.logo img{
		width:unset;
		max-width:100%;
	}
	
	.fv_rank,
	.fv_rank ul{
		width:100%;
		margin:0;
		padding;0;
		margin-top:20px;
		position:unset;
	}
	.fv_rank ul li a .bridge{
		top:-20px;
		left:-30px;
	}
	.fv_rank .bridge img{
		width:60px;
	}
	.fv_rank ul li {
		width:29.5%;
		padding:3px;
	}
	.fv_rank ul li a{
		padding:3px;
		margin:0;
	}
	.fv_rank ul li.fv_rank_01 a{
		border:1px solid #f00;
		padding-top:unset;
	}
	.fv_rank ul li.fv_rank_02 a,
	.fv_rank ul li.fv_rank_03 a{
		border:1px solid #333;
		padding-top:unset;
	}
	.fv_rank ul li.fv_rank_01{
		position:unset;
		float:left;
		width:36%;
		margin:0px;
		padding:1px;
	}
	.fv_rank ul li.fv_rank_02,
	.fv_rank ul li.fv_rank_03{
		position:unset;
		float:left;
		width:30%;
		margin:0px;
		padding:1px;
	}
	.fv_rank ul li .kougakukaitori,
	.fv_rank ul li .hoshi{
		line-height:unset;
	}
	.fv_rank ul li p,
	.fv_rank ul li p .clear{
		font-size:10px;
	}
	.fv_rank ul li p .clear{
		display:block;
	}
	.fv_rank ul li .kougakukaitori,
	.fv_rank ul li .hoshi{
		display:block;
		font-size:12px;
			text-align:center;
	}
	.mokuji ul li.nomal_sub a{
		padding:4px;
	}
	#wrapper{
		width:100%;
		margin:0;
		padding:0;
	}
	main{
		float:none;
		width:100%;
		margin:0;
		padding:0;
	}
	.midashi_contents,
	.midashi_contents_inner{
		width:auto;
	}
	aside{
		width:100%;
	}
	footer{
		width:100%;
		
	}
}
@media screen and (max-width: 768px){
	
	.scroll{
		overflow: auto;　　　　/*tableをスクロールさせる*/
		white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
	}
	.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
		background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
		background: #BCBCBC;
	}
	dl.hikakuhyou{
		width:700px;
		margin:10px auto;
		margin-top:50px;
	}
	dl.hikakuhyou dt {
  width: 19%;
  float: left;
	color:#fff;
		font-size:15px;
		line-height:24px;
}
	dl.hikakuhyou dd {
	display:table-cell;
  background: #fff;
	width:181px;
  margin-left: 7%;
  padding-bottom: 10px;
		font-size:16px;
		line-height:24px;
  border-left: 1px solid #ccc;
}
	dl.hikakuhyou dd img{
		width:50%;
	}
	dl.hikakuhyou dd.company{
		font-size:15px;
	}
	dl.hikakuhyou dd .btn0003 a{
		width:90%;
		padding:5px;
		margin:0px auto;
		font-size:13px;
		background:url(../img/btn_03.png)
	}
	dl.hikakuhyou dd .btn0004 a{
		width:90%;
		padding:5px;
		margin:0px auto;
		font-size:13px;
		background:url(../img/btn_04.png)
	}
}
@media screen and (max-width:767px) {
	h1{
		font-size:20px;
	}
	h1 br,h2 br{
		display: none;
	}
	h2{
		font-size:18px;
	}
	.shouhin_img,
	div img,
	.right,
	.left{
		float: none;
		display:block;
		margin-left:auto;
		margin-right:auto;
		max-width:100%;
	}
	dl.top_choose{
		float:none;
		width:auto;
	}
	dl.money dt,
	dl.money dd,
	dl.money dd.\33,
	dl.truck dt,
	dl.truck dd,
	dl.truck dd.\33,
	dl.gomi dt,
	dl.gomi dd.\33 {
		display:block;
		float:none;
		width:auto;
		margin:auto;
		
	}
}
@media screen and (max-width:767px) {
	h2.rank_midashi{
		font-size:20px;
	}
	.rank_m{
		top:-60px;
		left:0px;
		width:80px;
	}
	h2.ranking_midashi{
		font-size:18px;
	}
	h2.ranking_midashi span{
		display:block;
		font-size:13px;
		padding:0px;
	}
	h2.ranking_midashi:before{
		display:none;
	}
	dl.osusume{
		float:none;
		width:auto;
	}
	dl.rank_info{
		width:95%;
		margin:0 auto;
	}
	dl.rank_info dt,
	dl.rank_info dd{
		float:none;
		width:auto;
		display: block;
		margin:unset;
		
	}
	section.rank_middle{
		margin:0;
	}
	
	.btn0001 a,
	.btn0002 a,
	.btn0003 a,
	.btn0004 a,
	.btn0005 a{
		max-width:100%;
		width:unset;
		margin:10px auto;
		font-size:20px;
	}
	
	dl.kotu dt span{
		font-size:15px;
	}
	
	.pagetop a {
  position: fixed;
  right: 0px;
  bottom: 10px;
  padding: 10px;
  width: 80px;
  z-index: 3;
}
	aside .category1 a,
	aside .category1{
		font-size:20px;
	}
	footer ul li{
		font-size:12px;
		padding:5px;
	}
}
/*================================================
 *  タブレット
 ================================================*/
@media screen and (min-width:768px) and ( max-width:1100px){
	
	body{
		background-size:auto;
	}
	header {
		width:100%;
		height:auto;
	}
	.header_inner{
		width:100%;
		height:auto;
		position:unset;
		background-image:none;
	}
	.header_midashi{
		padding:2px 40px 2px 2px;
		font-size:13px;
	}
	.logo {
		position:unset;
	}
	.logo img{
		width:unset;
		max-width:100%;
	}
	
	.fv_rank,
	.fv_rank ul{
		width:100%;
		margin:0;
		padding;0;
		margin-top:20px;
		position:unset;
	}
	.fv_rank ul li a .bridge{
		top:-20px;
		left:-30px;
	}
	.fv_rank ul li {
		width:29.5%;
		padding:3px;
	}
	.fv_rank ul li a{
		padding:3px;
		margin:0;
	}
	.fv_rank ul li.fv_rank_01 a{
		border:1px solid #f00;
		padding-top:unset;
	}
	.fv_rank ul li.fv_rank_02 a{
		border:1px solid #777;
	}
	.fv_rank ul li.fv_rank_03 a{
		border:1px solid #777;
	}
	.fv_rank ul li.fv_rank_01,
	.fv_rank ul li.fv_rank_02,
	.fv_rank ul li.fv_rank_03{
		position:static;
		float:left;
		width:32%;
		margin:0px;
	}
	.fv_rank ul li a .bridge{
		top:-55px;
		left:-50px;
	}
	.fv_rank .bridge img{
		width:60%;
	}
	.fv_rank ul li a{
		padding:3px;
	}
	.fv_rank ul li p,
	.fv_rank ul li p .clear{
		font-size:18px;
	}
	.fv_rank ul li .kougakukaitori,
	.fv_rank ul li .hoshi{
		display:block;
		font-size:20px;
			text-align:center;
		line-height:unset;
	}
	#wrapper{
		width:100%;
		margin:0;
		padding:0;
	}
	.midashi_contents,
	.midashi_contents_inner{
		width:auto;
	}
	
	.scroll{
		overflow: auto;　　　　/*tableをスクロールさせる*/
		white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
	}
	.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
		background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
		background: #BCBCBC;
	}
	dl.hikakuhyou dd{
		width:181px;
	}
	dl.hikakuhyou dd.company{
		font-size:15px;
	}
	dl.top_choose{
		float:none;
		width:auto;
	}
	.box_last{
		background:none;
	}
	dl.kotu dt span{
		font-size:15px;
	}
	aside .category1 a,
	aside .category1{
		font-size:20px;
	}
}

@media screen and (min-width:768px) and ( max-width:1100px){
	.rank_m{
		top:-100px;
	}
	h2.rank_midashi{
		font-size:30px;
	}
	h2.ranking_midashi{
		padding:3px;
		font-size:27px;
	}
	.ranking_midashi span{
		font-size:14px;
	}
	dl.tokuchou dt{
		font-size:20px;
	}
	
	.osusume_point ul,
	dl.osusume{
		float:none;
		width:auto;
	}
	.btn0001 a,
	.btn0002 a{
		font-size:15px;
	}
}


.company{
	text-align: left;
	margin: 10px auto;
	width:95%;
}
.company th,.company td{
	padding: 10px;
	border: 1px solid #ccc;
}
.company th{
	background: #00a7ac;
	color: #fff;
}
.company td{
	min-width: 300px;
}

@media screen and (max-width:767px) {
	.company,.company tbody,.company tr,.company th,.company td{
		display: block;
		min-width: auto;
	}
	.company{
		border-bottom: 1px solid #ccc;
	}
	.company th,.company td{
		border-bottom: none;
	}
}
