@charset "UTF-8";

body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, sans-serif !important;
	margin: 0;
	background-color: #eee;
}
p{
	font-size: 18px;
	color: #000000;
	line-height: 1.5;
    margin: 0;
}
b{
	font-weight: bold;
}
.pc{
    display: block ;
}
.sp{
    display: none ;
}
.taC{
	text-align: center!important;
}
.g_k {
	font-size: 10px !important;
	text-align: right;
	margin: 0;
	color: #949494 !important;
}
.fs21{
	font-size: 21px;
}
.fs25{
	font-size: 25px;
	line-height: 1.3;
}
.fs30{
	font-size: 30px;
	line-height: 1.3;
}
.fcR{
	color: rgb(255, 0, 0);
}
.fcP{
	color: #ee4f81;
}
.fcB{
	color: #0228e7;
}
.fcbR{
    color: #b10e07;
}
.mark{
    background-color: rgb(255, 255, 0);
}
.mtb20{
	margin: 20px 0;
}
.mt20{
	margin-top: 20px !important;
}
.mt40{
	margin-top: 40px;
}
.mb20{
	margin-bottom: 20px;
}
img {
	width: 100%;
	margin: 0 auto;
	vertical-align: bottom;
}
.wrapper{
	max-width: 700px;
	margin: 0 auto;
	box-shadow: 0 0 5px #d8d8d8;
	background: #fff;
    padding: 0 30px;
}
h2 {
    padding: 1rem 2rem;
    color: #fff;
    background: #b10e07;
    box-shadow: 5px 5px 0 #3b0709;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin: 30px 0 0;
}
h3 {
    padding: 15px 1rem 10px;
    border-left: 5px solid #b10e07;
    background: #f4f4f4;
    font-weight: bold;
    font-size: 19px;
    margin: 40px 0 0;
    line-height: 1.5;
}
.product h4{
    padding: 20px 1rem 15px;
    background: #000;
    text-align: center;
    border-left: none;
    color: #fff;
    font-size: 22px;
    margin: 40px 0 0;
    line-height: 1.5;
    font-weight: bold;
}
.summary h4 {
    padding: 4px 10px 0px;
    border-left: 5px solid #b10e07;
    font-weight: bold;
    font-size: 19px;
    margin: 20px 0 10px;
    line-height: 1.5;
}
footer {
    display: block;
    font-size: 13px;
    padding: 40px 30px;
    background: #565656;
    text-align: center;
    margin: 20px auto 0;
}
footer a{
	color: #fff;
}
@media (max-width: 760px) {
	.pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
	p{
		font-size: 16px;
		line-height: 1.5;
	}
	h2 {
		font-size: 20px;
		line-height: 1.4;
        padding: 1rem 1rem;
	}
    h3{
        font-size: 18px;
        padding: 12px 0.8rem 9px;
    }
	.fs21 {
		font-size: 20px;
	}
    .wrapper {
        padding: 0 4%;
    }
    .product h4 {
        margin: 30px 0 0;
    }
    .summary h4 {
        font-size: 17px;
    }
}

/*ボタン*/
.btn{
    animation: bound2Btn 2s ease infinite;
    margin: 45px 0 0;
}
@keyframes bound2Btn{
    0% {
        transform: translateY(0);
    }
    15% {
        transform: translateY(-30px);
    }
    30% {
        transform: translateY(0);
    }
    45% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

.btn02 {
    background: linear-gradient(180deg, #b00e07, #680908);
    border-bottom: solid 4px #1c0304;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 21px;
    margin: 20px 0 0;
}
.btn02 a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
}
.btn02:hover {
    transform: translate3d(0, 4px, 0);
    border-bottom: solid 1px #043314;
  }

/*ポイント*/
.point{
    background: #fffbe3;
    padding: 1% 3%;
    margin: 20px 0;
}
@media (max-width: 760px) {
	.point {
        padding: 1% 5%;
    }
}

/*比較表*/
.fbY{
    background: #fffbe3;
}
.ranktable {
    margin: 30px 0 50px;
}
.tbl-sticky {
    overflow-x: auto;
    max-width: 100%;
  }
  
.tbl-sticky table {
    /* 表の横幅（記事幅を超える部分は横スクロール） */
    width: 985px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
   .tbl-sticky table th,
   .tbl-sticky table td {
    vertical-align: middle;
    border: none;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0.8em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
  }
  
.tbl-sticky table td a {
    font-weight: bold;
    color: #000;
}

.tbl-sticky tr img {
    width: 70%;
}
   .tbl-sticky table th {
    /* 見出し幅 */
    width: 100px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 10;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background-color: #000;
    color: #fff;
  font-weight: bold;
  }
  
   .tbl-sticky ol,
   .tbl-sticky ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  
   .tbl-sticky ol>li p,
   .tbl-sticky ul>li p {
    margin: 1em 0;
  }
  
   .tbl-sticky ol {
    counter-reset: item;
  }
  
   .tbl-sticky ol>li {
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  
   .tbl-sticky ol>li p {
    text-indent: 0;
  }
  
   .tbl-sticky ol>li::before {
    counter-increment: item;
    content: counter(item) ".";
    padding-right: 0.5em;
    font-weight: normal;
    margin: 0;
    text-align: left;
    display: inline;
    width: auto;
  }
  
   .tbl-sticky ul>li {
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  
   .tbl-sticky ul>li p {
    text-indent: 0;
  }
  
   .tbl-sticky ul>li::before {
    content: "\30fb";
    padding-right: 0.3em;
    font-weight: normal;
    margin: 0;
    text-align: left;
    display: inline;
    width: auto;
  }
  
   .tbl-sticky .btn-t {
    position: relative;
    display: block;
    padding: 0.7em;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background-color: #f47118;
    border-bottom: solid 3px #ad5515;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  
   .tbl-sticky .btn-t:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px #ad5515;
  }
  
   .tbl-sticky::-webkit-scrollbar {
    display: block;
    overflow: hidden;
    width: 6px;
    background: #eee;
  
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  
   .tbl-sticky::-webkit-scrollbar:horizontal {
    height: 6px;
  }
  
   .tbl-sticky::-webkit-scrollbar-button {
    display: none;
  }
  
   .tbl-sticky::-webkit-scrollbar-piece {
    background: #eee;
  }
  
   .tbl-sticky::-webkit-scrollbar-piece:start {
    background: #eee;
  }
  
   .tbl-sticky::-webkit-scrollbar-thumb {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  
    background: #666;
  }
  
   .tbl-sticky::-webkit-scrollbar-corner {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  
    background: #666;
  }
  
   .exellent {
    color: rgb(230, 0, 0);
    font-size: 25px;
  }
  
   .good {
    color: rgb(50, 138, 217);
    font-size: 25px;
  }
  
   .normal {
    color: #ffdb00;
    font-size: 25px;
  }
  
  @media screen and (max-width: 680px) {
     .tbl-sticky table {
      width: 580px;
    }
  
     .tbl-sticky table th,
     .tbl-sticky table td {
      font-size: 0.7em;
    }
  
     .tbl-sticky table th {
      width: 70px;
      padding: 0.5em;
      line-height: 1.1;
    }
  
     .tbl-sticky table td {
      padding: 0.5em;
    }
  
     .exellent {
      font-size: 5em;
    }
  
     .good {
      font-size: 5em;
    }
  
     .normal {
      font-size: 5em;
    }
  }

  /*-------- スリック --------*/
.voice_slider{
  background: #fffbe3;
  padding: 3%;
  margin: 20px 0 0;
}
.voice_ttl{
	background: #fce8ed;
  padding: 2%;
	text-align: center;
	margin: 1% 0;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.voice {
    border: 3px solid #b10e07;
	  box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    padding: 3%;
    width: 570px;
    margin: 0px 35px;
}
.voice p{
  font-size: 17px;
}
.voice_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
    border-bottom: 1px solid #999;
}
.voice_ttl02 {
    color: #ea7397;
    margin: 0 0 10px 0;
}
.scroll{
	  color: #999999;
    margin-top: 1px;
    font-size: 14px;
    text-align: center;
    margin: 1px 0 8px;  
}
.slider img {
    width: 10% !important;
    margin: 0 15px 10px 0;
}
.scroll{
	  color: #999999;
    margin-top: 1px;
    font-size: 14px;
    text-align: center;
}
@media screen and (max-width: 760px){
	.voice_ttl02 p{
		line-height: 1.5;
	}
	.voice{
		width: 310px;
	}
	.slider img {
		width: 85px !important;
		position: relative;
		overflow: hidden;
	}
	
}