/* 初期設定 */

body{
    font:16px/1.5 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック", sans-serif;
    background-color:#F7F7F7;
    margin-bottom:230px;
}

@media screen and (max-width:699px){
  body{
    margin-bottom:120px;
  }
}

.pc{
  display:block;
}

.sp{
  display:none;
}

@media screen and (max-width:699px){
  .pc{
    display:none;
  }

  .sp{
    display:block;
  }
}

.wrapper{
    display:block;
    position:relative;
    width:100%;
    max-width:700px;
    margin-right:auto;
    margin-left:auto;
    padding:10px;
    background-color:#fff;
    overflow:hidden;
}

/* @media screen and (max-width:699px){
  .wrapper{
      width:95%;
      margin:0 auto;
  }
} */

.foo{
  width:100%;
  max-width:700px;
  margin-right:auto;
  margin-left:auto;
  background-color:#999;
  padding:30px;
}

.foo a{
  color:#fff;
}

p{
    color:#000;
    margin-top:20px;
    line-height:1.7;
    vertical-align: baseline;
}

ul{
  color:#000;
  margin-top:20px;
  line-height:1.7;
  vertical-align: baseline;
}

a{
  display:block;
  color:#1E73BE;
}

img{
    width:100%;
    object-fit:contain;
    display:block;
    vertical-align:bottom;
}

.red{
    color:#EC2731;
}

.orange{
  color:#ff6c00;
}

.blue{
    color:#4285F4;
}

.mark_yellow{
    background:linear-gradient(to bottom, transparent 0%, transparent 40%, #ffff00 40%, #ffff00 100%);
}

.taC{
    display:block;
    margin:0 auto;
    text-align:center;
}

.taR{
    display:block;
    text-align:right;
}

.mt{
    margin-top:25px;
}

.mt2{
  margin-top:10px;
}

.mb{
    margin-bottom:25px;
}

.fsL{
  font-size:20px;
}

.ind{
  display:block;
  text-indent: 1rem;
}

/* ヘッダー */
.hea{
  width:100%;
  max-width:700px;
  margin-right:auto;
  margin-left:auto;
  padding:10px;
  color:#fff;
  background-color:#f47118;
  margin:0 auto;
  position:relative;
}

.hea_contents{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
}

@media screen and (max-width:699px){
  .hea_contents{
    justify-content:flex-start;
    gap:5px;
  }
}

.caricon{
  width:28px;
  height:auto;
  bottom:10px;
}

.ttl{
  font-size:20px;
  font-weight: bold;
}

@media screen and (max-width:699px){
  .ttl{
    font-size:18px;
  }
}

/*ハンバーガーメニュー*/
.hamburger {
  display : block;
  position: absolute;
  right : 13px;
  top   : 4px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width:699px){
  .hamburger{
    right : 3px;
    top   : 5px;
  }
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #FFF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
@media screen and (max-width:699px){
  .hamburger span{
    width   : 25px;
  }
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

@media screen and (max-width:699px){
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 18px;
  }
  .hamburger span:nth-child(3) {
    top: 26px;
  }
}


/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  /* transform: translateX(100%); */
  transition: all 0.6s;
  width: 100%;
  display:none;
}

nav.globalMenuSp ul {
  position:absolute;
  top:50px;
  background: #f47118;
  margin: 0 auto;
  right:0;
  left:0;
  padding: 0;
  width: 100%;
  max-width:700px;
}

@media screen and (max-width:699px){
  nav.globalMenuSp ul {
    top:45px;
  }
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ff852e;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  /* transform: translateX(0%); */
  display:block;
}

/* MV */
.mv h2{
    margin-top:20px;
    font-size:25px;
}

@media screen and (max-width:699px){
  .mv h2{
    font-size: 20px;
    margin-top:15px;
  }
}


/* 検索 */
.sear .btn_s p{
  background-color: #929292;
  text-align: center;
  color: #fff;
  padding: 2px;
  font-size: 1em;
  margin: 13px auto 0px;
  display: block;
  width: 100%;
}

.searchordercontainer tbody img{
  width: 14%;
  height: auto;
}

.item_box a img{
      width: 47%;
}

.searchordercontainer tbody dd{
 width: 27%;
 line-height: 27px;
}

.searchordercontainer tbody dd{
 width: 45%;
 line-height: 27px;
}

.searchordercontainer tbody img{
  width: 17%;
  height: auto;
}
.item_box a img{
  height: 127px;
  width: 80%;
  object-fit: cover;
}

/* 吹き出し */
.balloon01 {
    margin: 2em 0;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  
  .chatting01 {
    width: auto;
  }
  
  .faceicon01 {
    display: inline-block;
    width: 90px;
    min-width: 90px;
    height: 90px;
    position: relative;
  }
  
  .faceicon01 img {
    border: solid 3px #e0e0e0;
    box-sizing: border-box;
    width: 90px;
    max-width: 90px;
    height: 90px !important;
    object-fit: cover;
    border-radius: 50%;
  }

@media screen and (max-width:699px){
  .faceicon01 {
    width:80px;
    min-width:80px;
    height:80px;
  }
  .faceicon01 img{
    width: 80px;
    max-width: 80px;
    height: 80px !important;
  }
}
  
  .name01 {
    margin-top: -10px;
    font-size: 10px;
    color: #808080;
    text-align: center;
  }
  
  .says01 {
    display: block;
    position: relative;
    margin: 0 0 0 20px;
    padding: 12px;
    border-radius: 10pt;
    background-color: #def5ff;
  }
  
  .says01:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -26px;
    border: 11pt solid transparent;
    border-right: 11pt solid #def5ff;
  }
  
  .says01 p {
    margin: 0;
    padding: 0;
    letter-spacing: -0.01em;
  }
  
  .balloon02 {
    margin: 1em 0;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items:center;
  }
  
  .chatting02 {
    width: auto;
  }
  
  .faceicon02 {
    display: inline-block;
    width: 90px;
    min-width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
  }
  
  .faceicon02 img {
    border: solid 3px #e0e0e0;
    width: 90px;
    max-width: 90px;
    height: 90px !important;
    object-fit: cover;
    box-sizing: border-box;
    border-radius: 50%;
  }

  @media screen and (max-width:699px){
    .faceicon02 {
      width:80px;
      min-width:80px;
      height:80px;
    }
    .faceicon02 img{
      width: 80px;
      max-width: 80px;
      height: 80px !important;
    }
  }
  
  .name02 {
    margin-top: -10px;
    font-size: 10px;
    color: #808080;
    text-align: center;
  }
  
  .says02 {
    display: block;
    position: relative;
    margin: 0;
    padding: 12px;
    border-radius: 10pt;
    background-color: #ffeeeb;
    margin-right: 20px;
  }
  
  .says02:before {
    content: "";
    position: absolute;
    top: 15px;
    right: -11px;
    border-left: 11px solid #ffeeeb;
    border-bottom: 11px solid transparent;
    border-top: 11px solid transparent;
  }
  
  .says02 p {
    margin: 0;
    padding: 0;
    letter-spacing: -0.01em;
  }

  /* 目次 */
  .mokuji{
    border:2px solid #f47118;
    border-radius:3px;
    padding:10px;
    position:relative;
  }

  .mokuji_ttl h3{
    padding:7px;
    vertical-align:baseline;
    cursor:pointer;
  }

  .mokuji-ttl span{
    cursor:pointer;
  }

  .hyouji{
    position:absolute;
    top:15px;
    right:20px;
    display:block;
    padding:3px 0 2px;
    width:60px;
    background-color:#f47118;
    border-radius:3px;
    color:#fff;
    /* font-weight:bold; */
    text-align:center;
    cursor:pointer;
  }

  .mokuji_contents a{
    text-decoration: none;
  }

  .mokuji_contents a:hover{
    text-decoration: underline;
  }

  .mokuji_ttl{
    display:block;
  }

  .mokuji_contents{
    display:none;
  }

  /* セクション */

  .sec{
    margin-top:20px;
  }

  .sec_ttl{
    background-color:#f47118;
    color:#fff;
    padding:10px;
    border-radius:5px;
    margin-top:70px;
  }

  .sec01_ttl{
    margin-top:20px !important;
  }

  /* ポイント */
  .po{
    background-color:#ffefe4;
    padding:15px;
    position:relative;
    border:2px solid #f47118;
    border-radius:10px;
    margin-top:40px;
  }

  .po h4{
    background-color:#f47118;
    color:#fff;
    width:70%;
    padding:8px;
    border-radius:10px;
    position:absolute;
    top:-20px;
    right:0;
    left:0;
  }

  @media screen and (max-width:699px){
    .po h4{
      width:98%;
    }
  }

  .po ul{
    display:block;
    list-style-position:inside;
    padding-left:9px;
  }

  @media screen and (max-width:699px) {
    .li_ind{
      display:block;
      text-indent: 23px;
    } 
  }

  /* CTA */
  .cta{
    background-color:#27a636;
    color:#fff;
    font-size:22px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    margin:35px auto;
    text-align:center;
    padding:15px;
    border-radius:15px;
    width:70%;
    box-shadow:0 5px #10641a;
    position:relative;
    overflow:hidden;
  }

  .cv_cta{
    padding:10px;
  }

  @media screen and (max-width:699px){
    .cta{
      width:90%;
    }
  }

  .cta::before{
    content:'';
    position:absolute;
    top:-100px;
    left:-100px;
    width:50px;
    height:50px;
    background-image:linear-gradient(100deg, rgba(255,255,255,0)10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name:shiny;
    animation-duration:3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    z-index:10;
}

@keyframes shiny{
    0%{
        transform:scale(0) rotate(25deg);
        opacity:1;
    }

    50%{
        transform:scale(1) rotate(25deg);
        opacity:1;
    }

    100%{
        transform:scale(50) rotate(25deg);
        opacity:0;
    }
}

/* 比較表 */
.wider_table{
    overflow-x: none;
    border: 2px solid #f47118;
}

.main{
    background-color: #f3f3f3;
}

.wider_table table{
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wider_table table th{
    width:13%;
    background-color: #f47118;
    border-bottom: 1px solid #ccc;
    /* border-top: 1px solid #ccc; */
    color: #fff;
    font-size:14px;
    position:sticky;
    left:0;
}


.wider_table td{
    text-align: center;
    font-size: 14px;
    line-height:18px;
    vertical-align: top;
    border: none;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding: 11px 3px 3px 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:699px){
  .wider_table td{
    line-height:17px;
    padding:8px 2px 2px 2px;
  }
}

.wider_table td:nth-child(2){
    background-color:#fffee8;
}

.wider_table tr a:nth-child(20){
    color: #fff;
}

.exellent{
    color: rgb(230, 0, 0);
    font-size: 35px;
}
.good{
    color: rgb(50, 138, 217);
    font-size: 30px;
}
.normal{
    color: #ffdb00;
    font-size: 31px;
}

.ster{
    color: rgb(255, 153, 0);
}

.wider_table tr:first-child td{
    vertical-align: middle;
    padding:3px;
}

.wider_table td:first-child{
    border-left: 1px solid #ccc;
    background-color: #ffffe0;
}
.wider_table tr:last-child{
    border-bottom: 1px solid #ccc;

}

.wider_table a{
    text-decoration: underline;
    color: #4682b4;
    width:100% !important;
}

.wider_table tr:nth-child(2) td,
.wider_table tr:nth-child(5) td{
  padding:5px 3px;
}

.wider_table tr:nth-child(5) td{
  vertical-align:middle;
}

.wider_table tr:last-child td{
  vertical-align: middle;
  padding-top:5px;
}

.wider_table tr:last-child  a{
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  padding:10px;
  border-radius:8px;
  margin-bottom:5px;
}
.wider_table tr:last-child td:nth-child(2) a{
  background-color:#ff0000;
  box-shadow: 0px 4px #990000;
}
.wider_table tr:last-child td:nth-child(3) a,
.wider_table tr:last-child td:nth-child(4) a,
.wider_table tr:last-child td:nth-child(5) a,
.wider_table tr:last-child td:nth-child(6) a{
  background-color:#27a636;
  box-shadow: 0px 4px #0c6b17;
}

.wider_table p{
  margin:0;
}

@media screen and (min-width:320px) and ( max-width:425px){
    .wider_table{	
        overflow-x: scroll;	
    }	
    .wider_table table {	
        width: 190%;	
    }	
}

/* 口コミ */
.kuti{
  border:1px solid #ffffd5;
  border-radius:5px;
  margin-top:20px;
}

.kuti01{
  margin-top:10px;
}

.user{
  display:flex;
  align-items:center;
  background-color:#ffffd5;
  padding:10px 20px;
}

.usericon{
  display: block;
  width: 90px;
  min-width: 90px;
  height: 90px;
  position: relative;
}

.usericon_zn{
  margin-right:10px;
}

.usericon img {
  box-sizing: border-box;
  width: 90px;
  max-width: 90px;
  height: 90px !important;
  object-fit: cover;
  border-radius: 50%;
}

.profile th, .pofile td{
  text-align:left;
  padding-right:20px;
}

.profile{
  border-left:1px solid #d4d4a1;
  padding-left:20px;
}

.profile_zn{
  border:none;
  padding:0;
}

@media screen and (max-width:699px){
  .user{
    display:block;
    padding:10px 20px;
  }
  .usericon_zn{
    display:block;
    margin:0 auto;
    margin-bottom:10px;
  }
  .profile th, .profile td{
    vertical-align: top;
  }
  .profile tr:first-child td:nth-child(2){
    white-space:nowrap;
  }
  .profile{
    border-top:1px solid #d4d4a1;
    border-left:none;
    padding-top:10px;
    padding-left:0;
  }
  .profile_zn{
    border:none;
    padding:0;
  }
}

/* カービュー口コミ */
.kuti_cv .user{
  align-items:flex-end;
  padding-bottom:30px;
}

.cv_icon{
  height:120px !important;
  margin-right:10px;
}

.cv_icon img{
  height:120px !important;
}

@media screen and (max-width:699px){
  .cv_icon{
    margin-right:0px;
    margin-bottom:10px;
  }
  .kuti_cv .user{
    padding-top: 10px;
    padding-bottom:15px;
  }
}

.comment{
  padding:10px 20px;
}

.kuti p{
  margin:0;
}

.kuti_ttl{
  text-align:left;
  color:#000;
  font-size:20px;
  border-left:5px solid #ff8c3e;
  /* border-top:2px solid #ff8c3e; */
  padding:8px 8px 8px 15px;
  margin-top:50px;
  margin-bottom:22px;
}

/*追従ボタン*/
.hide {
  display: none;
}

.fixed-button {
    position: fixed;
    margin: auto;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%) translateY(0%);
    z-index: 1;
    overflow: hidden;
  opacity: 0;
  visibility: hidden;
  width:700px;
}

.fixed-button img{
  width: 100%;
  max-width:700px;
}

.fixed-button.fadeIn {
  animation: fadeIn 1s ease forwards;
}

.fixed-button.fadeOut {
  animation: fadeOut 1s ease forwards;
}



@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}


l
.content {
      margin-bottom: 50px; /* 追従ボタンの高さ + スペースの高さを指定します */
    }

.sclal{
    display:none;
}


@media screen and (max-width: 699px){
.fixed-button{
    width:100%;
    bottom: 5px;
}
}

/* カルーセル */
.slider{
  margin-bottom:50px !important;
}
.sub_ttl{
    /*線の種類（実線） 太さ 色*/
    border-bottom: solid 3px #000;
  margin-top: 5%;
}
.txt_center{
  text-align: center;
  font-size: 25px;
}

.fsS {
    font-size: 0.7rem;
}

.gray{color: #888}

.taR{
    text-align: right;
}