@charset "utf-8";
/* ========================
   bootstrap reset
   ======================== */
/* common */
@media (min-width:1200px) {
}
@media (max-width:991px) {
}
@media (max-width:767px) {
}
body{
  line-height: 1.5em;
  font-family:'Noto Sans JP',"Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif !important;
  color:#333;
  font-size: 18px;
  font-weight:500;
  letter-spacing: 0.1em;
}
.alpha {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.alpha:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
a.alpha {
  display: inline-block;
  width: 100%;
}
.Page-top {
    position: fixed;
    right: 0;
    bottom: 5%;
    right: 1%;
}

/* header */

.mv_pic{
  margin: 0 auto;
}

/* ========================
   記事
   ======================== */
.article li{
  list-style: none;
}
.text-red{
  color: red;
}
.yellow-marker{
  background:linear-gradient(transparent 60%, #ff6 60%);
}
.text-bold{
  font-weight: bold;
}
.text-big{
  font-size: 150%;
}
.article01 h1{
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.5em;
  padding-bottom: 1em;
}
.article_pic{
  padding:1em 0;
}
.article-box{
  border: 2px solid #488aff;
  border-radius: 20px;
  background-color: #eafaff;
  padding: 1em;
  margin: 1em 0;
  font-weight: bold;
}
.article-box ul{
  padding: 0;
}
.article-box p{
  margin-bottom: 0;
}
.article ol{
  padding: 0;
  margin-bottom: 0;
  line-height: 1.5em;
}
.article-box li{
  text-indent: -0.5em;
  padding-left: 1em;
}
.article-box02 li{
  text-indent: -1em;
  padding-left: 1em;
}
.article-box-text{
  font-weight: 500;
  text-align: right;
  padding-right: 1em;
}
.article-box02{
  border-radius: 20px;
  padding: 1em;
}
.arrow{
  width: 55%;
  margin: 5em auto 7em;
}
@media (max-width:767px) {
  .arrow{
  width: 90%;
  margin: 5em auto;
}}
.article05 li{
  padding: 0.8em;
}
/* 吹き出し */
.balloon-009 {
    display: flex;
    align-items: center;
    gap: 0 22px;
}

.balloon-009 img {
    max-width: 70px;
    height: 100%;
    border: 3px solid #f2f2f2;
    border-radius: 50%;
}
.balloon-009 p {
    position: relative;
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #333333;
}

.balloon-009 p::before {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 30px;
    background-color: #f2f2f2;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}
/* ========================
   身分所
   ======================== */
.mibunsyo-mb{
  margin-bottom: 20rem;
}
@media (max-width:767px) {
  .mibunsyo-mb{
  margin-bottom: 8rem;
}
}
/* ========================
   メインコンテンツ
   ======================== */
.inner {
    max-width: 1100px;
    padding: 0 15px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.main{
  float: none;
    width: 72%;
    font-size: 15px;
    letter-spacing: .01em;
}
.side{
  float: none;
    width: 25%;
}
.box01 h2{
    background: #5fb3f5;
    position: relative;
    margin-top: 0;
    padding: 15px 20px 15px;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px 6px 0 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-weight: 700;
    font-size: 20px;
}
.box01{
      border: 1px solid #01b7c2;
    border-radius: 6px;
    background: #FFF;
    margin-bottom: 40px;
}
.box02{
  padding:20px ;
}
h2 img{
  position: absolute;
  left: 0;
}
.rankingRating{
      border: 1px solid #d8d8d8;
    padding: 17px;
    line-height: 1.8em;
    font-weight: bold;
}
.rankingRatingItem {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.rankingRatingItem:after {
    content: "";
    border-top: 1px solid #d8d8d8;
    width: 100%;
    position: absolute;
}
.rankingRatingItem div {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 5px 10px;
}
.hiketsu{
    text-align: center;
    background-color: #488aff;
    color: #fff;
    border-radius: 20px;
}
.hiketsu-bg{
  background-color: #d8e6ff;
  padding: 0.5em;
}
@media screen and (max-width: 767px){
  .rankingRatingItem div {
    line-height: 1.3em;
}}

.rankingTotal {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d8d8d8;
    margin-top: 15px;
    padding: 19px 10px 0;
}
.red{
      color: red;
}
.rankingTotal .rating, .rankingTotal2 .rating, .rankingTotal-sm .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rankingTotal .ratingPoint span {
    font-size: 26px;
}
.ratingPoint .red {
    font-size: 16px;
    color: red;
    padding: 0 5px;
}
.ratingStar  svg{
    color: #fc0;
}
.ratingStar i.fa-empty {
    color: #ccc;
}
a.btn_12 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 97%;
    margin: auto;
    padding: 1rem 10rem 1rem 10rem;
    position: relative;
    background: linear-gradient(to bottom,#ff5027 0%,#ff9100 100%);
    color: #fff;
    border: 3px solid #ff9e66;
    border-radius: 20px;
}

a.btn_12:hover {
}
.mocchiri {
    animation: mocchiri 2s infinite;
}
@keyframes mocchiri {
    0% {
        transform: scale(1, 0.8);
    }
    20% {
        transform: scale(0.8, 1.1);
    }
    95% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 0.8);
    }
}
h3.ranking_point{
    color: #FFF;
    background: #64acff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c0f9',endColorstr='#0358e6',GradientType=1);
    position: relative;
}
h3.ranking_point{
    font-size: 18px;
    text-align: left;
    padding: 15px 15px 15px 100px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px){
  h3.ranking_point{
    font-size: 16px;
    text-align: left;
    padding: 15px 15px 15px 100px;
    margin-bottom: 20px;
}}
.ribbon_point {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 15px;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
    width: 60px;
    text-align: center;
    color: #001796;
    font-size: 13px;
    background: #ffd300;
    border-radius: 2px 0 0 0;
}
.ribbon_point:before {
    position: absolute;
    content: '';
    top: 0;
    right: -7px;
    border: none;
    border-bottom: solid 10px #19364e;
    border-right: solid 7px transparent;
}
.ribbon_point:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 30px solid #ffd300;
    border-right: 30px solid #ffd300;
    border-bottom: 10px solid transparent;
}
span.yellow-bg{
  background-color: #ff9;
}
.material-symbols-outlined {
    color: #428bca;
}

@media (max-width:767px) {
  main.inner {
    display: block;
    line-height: 2;
}
.main {
    width: 100%;
    padding: 0 15px;
}
a.btn_12 {
    padding: 1rem 2rem 1rem 2rem;
    line-height: 1.3em;
}
.ribbon_point {
    padding: 20px 0;
}
.box02 {
    padding: 20px 10px;
}
.side {
    width: 100%;
        padding-right: 15px;
    padding-left: 15px;
}
.inner {
    padding: 0px;
}
}

.side h2{
    background: #5fb3f5;
    position: relative;
    margin-top: 0;
    padding: 15px 20px 15px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
}

/*比較表*/


.hikaku{
  overflow-x:scroll;
  margin-bottom: 2rem;
}
.attention{
  margin-bottom:3rem;
  line-height:1.5;
}
.hikaku table{
  table-layout:auto;
  font-size:.8rem;
  margin: 0;
  table-layout: fixed;
  min-width: 95em;
  width: 100%;
}
.koumoku_color{
  background-color: #fff8d5 !important;
}
.hikaku .tegaki{
  background-color: #fff;
}
.hikaku table th{
  width: 10em;
  font-size: 15px;
  color: #001796;
  font-weight: bold;
  padding: 1.5rem 1rem;
　background-color: #f4f4f4;
  position: sticky;
  left: 0;
  z-index: 1;
  white-space: normal;
  margin:-1px;
  border-left:none;
}
.hikaku table th::after{
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
  border-left:1px solid #ddd;
  content:"";
  display:block;
  width:100%;
  height:calc(100% + 1px);
  position:absolute;
  top:-1px;
  left:0;
}
.hikaku table tr:first-of-type img{
  width:90%;
  margin: 0 auto;
}
.hikaku table td{
  font-size: 14px;
  max-width: 8em;
  padding: 1.5rem 5px;
  text-align:center;
}
.hikaku table td.star{
  font-size:13px;
  color: #333;
}
.hikaku table td.star5{
  color: #2ac3c7;
}
.hikaku table td.star5 span {
    background: linear-gradient(transparent 60%, #ff6 60%);
}
.hikaku table td span{
  font-weight:bold;
  color: #333;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.hikaku table td span small{
  display:none;
  background-color:#f00;
  color:#fff;
  border-radius:3px;
  padding:5px;
  font-size:.9rem;
  margin-top:.4rem;
}
.hikaku table tr:nth-of-type(1) td{
  font-size:15px;
  color: #EE817B;
  font-weight:bold;
}
.hikaku table tr:nth-of-type(1) td svg{
  display:block;
  margin:0 auto;
  font-size:1.5rem;
  color:#fff40e;
}

.hikaku table td .site{
  font-size:.8rem;
  padding:1rem 0.2rem;
}
.rank01_td {
    background-color: #d8ebfb;
    border-top: 3px solid #001796;
    border-left: 3px solid #001796;
    border-right: 3px solid #001796;
}
.rank01_td02 {
    background-color: #d8ebfb !important;
    border-left: 3px solid #001796;
    border-right: 3px solid #001796;
}
.rank01_td03 {
    background-color: #d8ebfb;
    border-left: 3px solid #001796;
    border-right: 3px solid #001796;
    border-bottom: 3px solid #001796;
}
.rank01_width{
  width: 20%;
}
table td {
    vertical-align: middle;
    padding: 1rem;
    border: 1px solid #ddd;
    line-height: 1.5;
    background-color: #fff;
}
a.btn--yellow {
  color: #fff;
    background-color: #ff5300;
    border-bottom: 5px solid #bf3e00;
}

a.btn--yellow:hover {
  margin-top: 3px;
  background: #bd1b0e;
  color: #fff;
  border-bottom: 2px solid #bd1b0e;
}
/* search */
.search_area {
  padding:0 1rem;
}
.search_area table{
    width: 100%;
}
.search_area table th::after {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 1px);
    position: absolute;
    top: -1px;
    left: 0;
}
.search_area table th {
    width: 10em;
    font-size: 16px;
    color: #bf7dcd;
    font-weight: bold;
    padding: 1.5rem 1rem;
    background-color: #f4f4f4;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    white-space: normal;
    margin: -1px;
    border-left: none;
}
.search_area label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 20px;
}
.search_area .ac {
    font-size: 18px;
    text-align: left;
    background-color: #bf7dcd;
    margin: 0 auto 1rem;
    color: #fff;
    font-weight: bold;
    padding: 11px 20px;
    position: relative;
}

@media screen and (max-width: 640px) {
header img{
    width: 75%;
    margin: 0 auto;
}
    .search_area {
    padding: 0 0rem;
}
  .search_area .search_box{
text-align: left;
    font-size: 14px;
  }
  .search_area table th {
    width: 4em;
}

}
.is-hide {
    display: none;
}
.search_list_area .list{
  min-height:4em;
  border:none;
  box-shadow:none;
  position:relative;
}
.search_list_area .list .list_item{
  background-color:#fff;
  position:relative;
  z-index:1;
  /* border:3px solid #2a5772; */
  margin: 2rem 0 5rem;
}
.search_list_area .list .list_item.rank06{
  margin-top:5rem;
}
/* .search_list_area .list::before{
  position:absolute;
  padding:1rem;
  color:#f00;
  font-size:1rem;
  content:"検索結果がみつかりませんでした。条件を変えて検索をしてみてください。";
} */
.list_item p.catch{
  font-size:2rem;
  font-weight:bold;

}
.list_item .sarvice_name{
  background-color:#F29BA6;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin:1rem 0;
  padding:0.5rem 1rem;
  position:relative;
}
.list_item .sarvice_name p{
  font-weight:bold;
  position:absolute;
  line-height:1;
  text-align:center;
}
.list_item .sarvice_name p span{
  color:#f1ff16;
}
.list_item .sarvice_name h2{
  padding-left:5rem;
  font-size:2rem;
  font-weight:bold;
  color:#fff;
}
.list_item.rank01 .sarvice_name h2,
.list_item.rank02 .sarvice_name h2,
.list_item.rank03 .sarvice_name h2{
  padding-left:8rem;
}
.list_item .sarvice_name p img{
  width:50px;
}
.list_item .cap{
  padding-top: 15px;
}
.list_item .cap .img{
  width:calc(50% - 0.5rem);
}
.list_item .cap .txt .lead{
  font-weight:bold;
  color:#ff00ca;
  line-height:1.2;
  margin:0 0 1rem;
  transform:rotate(-4deg);
}
.list_item .point{
  width:100%;
  background-color: #ebfaff;
  border-radius:10px;
   background-image:
   repeating-linear-gradient(-45deg,#fff, #fff 7px,transparent 0, transparent 13px);
  padding:18px 10px 10px 10px;
  margin:1rem 0;
  font-size: 15px;
}
.list_item .point h3{
  margin-top:0;
}
.list_item .cap .point ul li{
  display: -webkit-flex;
  display: flex;
}
.list_item .cap .point ul li::before{
  content:url(../img/icon_check.png);
  transform: scale(0.5);
  display:inline-block;
}

.list_item .service_list{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left:1px solid #4f4f4f;
  border-top:1px solid #4f4f4f;
  margin:0 auto;
}
.list_item .service_list h4{
  width:10rem;
  text-align:center;
  font-size:1rem;
  line-height:1.2;
  background-color:#c5f6f7;
  font-weight:bold;
  color:#189da0;
  padding:1rem 0;
  border-right:1px solid #4f4f4f;
  border-bottom:1px solid #4f4f4f;
}
.tabele220520{
  overflow-x: scroll;
}
.tabele220520 table{
  width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}
.list_item .service_list p{
  width:calc(50% - 10rem);
  text-align:center;
  font-size:1rem;
  border-right:1px solid #4f4f4f;
  border-bottom:1px solid #4f4f4f;
  margin:0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content:         center;
}
.list_item .hyoka{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left:1px solid #4f4f4f;
  border-top:1px solid #4f4f4f;
  width:calc(100% - 2rem);
  margin:1rem auto;
}
.list_item .hyoka h3{
  width:100%;
  text-align:center;
  color:#fff;
  font-size:24px;
  font-weight:bold;
  background-color:#2a5772;
  border-right:1px solid #2a5772;
  border-bottom:1px solid #2a5772;
}
.list_item .hyoka h4{
  width:10rem;
  text-align:center;
  font-size:1.25rem;
  line-height:1.2;
  background-color:#b0d7d5;
  font-weight:bold;
  color:#2a5772;
  padding:1rem 0;
  border-right:1px solid #2a5772;
  border-bottom:1px solid #2a5772;
}
.list_item .hyoka p{
  width:calc(50% - 10rem);
  text-align:center;
  font-size:2rem;
  font-weight:bold;
  border-right:1px solid #2a5772;
  border-bottom:1px solid #2a5772;
  margin:0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content:         center;
  color:#e8cf1d;
}
.kaisha {
width: 100%;
font-size: 84%;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 15px;
text-align: left;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}

@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}
@media screen and (max-width: 640px) {
  .hikaku_sec h2{
    text-align:left;
    padding:0 6rem 2rem .5rem;
    font-size:1.5rem;
  }
  .hikaku table{
    font-size: 0.8rem;
  }
  .hikaku table th{
  font-size: 14px;
    width: 4em;
    padding:0.5em;
    line-height: 1.3em;
    text-align: center;
  }
  .hikaku table td{
    width: 100px;
    padding:0.8em 1em;
  }
  .hikaku table td span{
    font-size:14px;
  }
}
/* footer */
footer {
  color:#333;
  padding: 20px 0;
  text-align:center;
}
@media (max-width:991px) {
  footer {
    font-size: 12px;
  }
}
@media (max-width:480px) {
  footer {
    font-size: 10px;
  }
}

.ribon{
  text-align: center;
}
.ribon h2 {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 1rem;
    background-color: #ff5722;
    color: #ffe500;
    font-size: 175%;
    font-weight: bold;
    text-align: center;
    width: 95%;
}

.ribon h2::before,
.ribon h2::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #ff5722 transparent;
    border-style: solid;
    content: '';
}

.ribon h2::before {
    left: -15px;
    border-width: 25px 0px 25px 15px;
}

.ribon h2::after {
    right: -15px;
    border-width: 25px 15px 25px 0px;
}

.rank-anshinbox{
  border: 2px solid #488aff;
  border-radius: 20px;
  padding: 0.5em;
  margin-top: 2em;
}
.rank-text_blue{
  font-weight: bold;
  font-size: 2.0rem;
  color: #488aff;
}
.point_ttl{
  font-weight: bold;
  font-size: 2.5rem;
  color: #001796;
  margin-bottom: 0.5em;
  margin-top: 1em;
  line-height: 1.5em;
}
.point_text{
  line-height: 1.25em;
}

.foodwaste_article{
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
}

.img-width{
  width: 100%;
}

.box29 {
  margin: 2em 0;
  background: #dcefff;
}
.box29 .box-title {
  font-size: 1.5em;
  background: #5fb3f5;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box29 p {
  padding: 15px 20px;
  margin: 0;
}

.li-pt{
  padding-top: 1.5rem;
}

.kokogasugoi{
    position: relative;
    padding: 0.6em;
    color: #FFF;
    font-size: 2rem;
    background: #5fb3f5;
}

.kokogasugoi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #5fb3f5;
  width: 0;
  height: 0;
}

.osusumepoint-title{
  font-size: 3rem;
  font-weight: bold;
}

.box28 {
  position: relative;
  margin: 2em 0;
  padding: 25px 10px 7px;
  border: solid 2px #FFC107;
}
.box28 .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #FFC107;
  color: #ffffff;
  font-weight: bold;
}
.box28 p {
  margin: 0; 
  padding: 0;
}

.osusume-fontsize{
  font-size: 25px;
}

.sitecta{
  display: flex;
  justify-content: center !important;
}

/* スマホサイズ（768px未満）の時のみ改行を表示 */
@media screen and (max-width: 767px) {
  .mobile-break {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .mobile-break {
    display: none !important;
  }
}