@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;
  background-color: #eef6ff;
}
.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%;
}
small{
  line-height: 1em !important;
}
.bullet-text{
  padding-left: 1em;
  text-indent: -1em;
}


/* header */


/*メインコンテンツ*/
.inner {
    max-width: 1100px;
    padding: 0 15px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.main{
  float: none;
    width: 71%;
    font-size: 15px;
    letter-spacing: .01em;
}
.side{
  float: none;
    width: 25%;
}
.box01 h2{
    background: #003893;
    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: 3px solid #003893;
    border-radius: 8px;
    background: #fffcec;
    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: #fffcec;
    position: relative;
    z-index: 1;
    padding: 5px 10px;
}
@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: space-evenly;
    align-items: center;
    width: 97%;
    margin: auto;
    padding: 1rem 10rem 1rem 10rem;
    position: relative;
    background: linear-gradient(to bottom,#fda188 0%,#fd5925 100%);
    color: #fff;
    border: 3px solid #ff764a;
    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: #009fe8;
    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: #334667;
    font-size: 13px;
    background: #ffff00;
    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 #ffff00;
    border-right: 30px solid #ffff00;
    border-bottom: 10px solid transparent;
}
span.yellow-bg{
  background-color: #ffff00;
}
.material-symbols-outlined {
    color: #008f0a;
}

@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-color: #003893;
    position: relative;
    margin-top: 0;
    padding: 15px 20px 15px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.list_w1{
  background:#fff;
  border-radius: 10px;
}

.list_w{
  background:#fff;
  border-radius: 10px;
}
.col-xs-8{
  color: #334667;
  }

/*比較表*/

.s_name{
  font-size: large;
} 
.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: 145em;
  width: 100%;
}
@media (max-width:767px) {
  .hikaku table{
    min-width: 100em;
  }
  .hikaku table th{
  width: 3em !important;
  }
}

.hikaku .tegaki{
  background-color: #fff;
}
.hikaku table th{
  width: 10em;
  font-size: 15px;
  color: #003893;
  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{
  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:15px;
  color: #333;
}
/*.hikaku table td.star5{
  color: #2ac3c7;
}*/
/*.hikaku table td.star5 span {
    background: linear-gradient(transparent 60%, #ff6 60%);
}*/
.hikaku table td span{
  color: black;
  background: linear-gradient(transparent 60%, #ffdc03 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: #ffdfd5;
    border-top: 3px solid #fd5925;
    border-left: 3px solid #fd5925;
    border-right: 3px solid #fd5925;
}
.rank01_td02 {
    background-color: #ffdfd5 !important;
    border-left: 3px solid #fd5925;
    border-right: 3px solid #fd5925;
}
.rank01_td03 {
    background-color: #ffdfd5;
    border-left: 3px solid #fd5925;
    border-right: 3px solid #fd5925;
    border-bottom: 3px solid #fd5925;
}
.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: #fd5925;
  border-bottom: 4px solid #3e0f00;
  border-right: 3px solid #3e0f00;
  border-radius: 5px;
  padding: 10px 50px;
}

a.btn--yellow:hover {
  margin-top: 3px;
  background: #bd1b0e;
  color: #fff;
  border-bottom: 2px solid #bd1b0e;
}
@media screen and (max-width: 640px) {
  a.btn--yellow {
  padding: 6px 12px;
  }
}
.ttl{
  font-weight: bold;
  color: #003893;
  background: linear-gradient(transparent 60%, #ffdc03 60%);
}
.about_main{
  font-weight: bold;
  background-color: #fffcec;
  padding: 20px;
}
.about-main-img{
  background-color: #fff;
  padding: 20px;
}
.about-img{
  margin: auto;
}
/* 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: 2em;
    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;
}
