@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*初期設定
----------------------------------------------------*/

#wrapper{
    margin: 0 auto;
    padding: 0 0 0 0;
    
    color: #222;
    background: #fff;
}
#content {
    margin:0 auto;
    width: 800px;
    text-align: left;
    background-color: #fff;
    padding:0px 30px;
    color: #555;
    box-sizing:border-box;
}
.tx-s{
    font-size:12px;
}
.taC{
    text-align: center;
}

.sp{
    display: none;
}

@media screen and (max-width: 768px) {
    #wrapper{
        width: 100%;
    }
    #content {
        width: 100%;
        padding: 0 15px;
    }

    .sp{
        display: block;
    }
}

/*----------------------------------------------------*/


h2{
    font-size: 35px;
    line-height: 1.3em;
    margin: 70px 0 20px;;
}
h2 {
    background: #faffbe;
    padding: 0.5em;
    background: #F19911;
    box-shadow: 0px 0px 0px 5px #F19911;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #fff;
    text-align: center;
    padding: 18px 0;
}

h3{
    color: #ef350a;
    padding: 0.5em 0;
    border-top: solid 3px #ef350a;
    border-bottom: solid 3px #ef350a;
    margin: 50px 0 20px;
    background-color: #FCEADA;
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.3em;
}


.fwB{
    font-weight: bolder;
}
.fsS{
    font-size: 8px;
}
.fsM{
   font-size:  20px;
}
.fsL{
    font-size: 25px;
}
.fsLL{
    font-size: 30px;
}
.marker{
    background-color: #ff9;
}
.red{
    color: crimson;
}
.blue{
    color:blue;
}
.green{
    color: darkgreen;
}
.lightgreen{
    color: #59e359;
}
.orange{
    color:darkorange;
}
.yellow{
    color: #d9aa0d;
}
.gray{
    color: darkgray;
}
img{
    width: 100%;
    margin: 20px 0 20px 0;
}
.kome{
    text-align: right;
}
.ex{
    font-size: 45px;
}
.good{
    font-size: 35px;
}
.nomal{
    
}
.bad{
    font-size: 45px;
}
.center{
   text-align: center;
}

h1{
    margin: 0 0 40px 0;
}
.btn_wrapper{
    margin: 30px 0 30px 0;
}
.manzoku{
    margin: 15px 0;
}

/*---比較表PC----*/

.hikaku_wrapper{
    border: 10px solid #c6ddb6;
    margin-top: 0px;
}
.bottom{
    margin-top: 0;
}
.th_ttl{
    color: #FFF;
    
}
.th_ttl th{
    background: #8fdb43; 
    padding: 20px;
}
.hikaku table{
    width: 100%;
    border-collapse: collapse; 
}
.hikaku {
    border:4px solid #cfcfcf;
    margin-bottom:40px;
}
.hikaku td, .hikaku th{
    text-align: center;
    border:2px solid #cfcfcf;

} 

.hiakku table , .hikaku td, .hikaku th{
    border-collapse: collapse;
    vertical-align:middle;
}

.hikaku td {
    font-size: 13px;
    line-height: 1.3;
    padding: 5px;
    width: 7%;
}
.hikaku tr{
    padding: 10px 0;
}

.hikaku th  {
    padding: 6px;
    width: 16%;
    border-right: 1px solid
    #cfcfcf;
}
.hikaku th :last-child{
    border-right: none;
}
.hikaku tr th:nth-of-type(3) {
    background-color:#fff8e0; 
}
.hikaku tr td:nth-of-type(2),.ver_bo_top th:first-child,.ver_bo th:first-child{
    background-color:#fff8e0;
}
.hikaku tr td{
    border-right: 2px solid #cfcfcf;
}

.ver_bo_top img{
    margin: 10px 0 10px 0;
}
.ver_bo_top th{
    vertical-align: bottom;
    line-height: 1.3;
    padding-top: 0px;
}
.ver_bo th{
    vertical-align: bottom;
    line-height: 1.3;
    padding-top: 20px;
}
.hikaku td:last-child{
    border-right: none;
}
.hikaku th:last-child{
border-right: none;
}
.rank-top-ttl{
    font-weight: bolder;
    font-size:  20px;
    text-align: center;
    line-height: 1.3;
    margin-top: 50px;
    margin-bottom: 10px;
}
.red_ma{
    margin: 20px 0;
}

/*---表ボタン----*/

.hikaku-btn{
    color: #FFF;
    border-radius: 5px;
    padding: 5px;
    background-color: #ff7510;
    box-shadow: 0 5px 0 0 #598901;
    text-align: center;
    width: 100%;
    margin: 15px auto;
    position: relative;
    line-height: 1.3;
}

.hikaku-kousiki{
    text-decoration: none;
    color: #FFF;
}


/*------口コミ------*/
.kutikomi{
    border: 10px solid #e3d200;
    padding: 20px;
    margin: 30px;
}
.kutikomi img {
    width: 100%;
    margin: 0;
}

.kutikomi_ttl{
    width: 100%;
}
.icon img{
    width:70px;
    height: 70px;
    margin: 0 0 15px 0;
}
.icon{
    display: flex;
}
.icon p{
    margin: 22px 0 0 25px;
}
.child img{
    width: 200px;
}
.child_box{
    display: flex;
}
.child_txt{
    margin: 10px 0 0 30px;
}
.kousiki-url{
    text-align: right;
    color: #0e73db;
}
.kousiki-url a:visited{
    color: #0e73db;
}
.nakanaka{
    text-align: center;
    margin: 20px;
}
.kuchikomi-box{
    border: solid;
    border: 6px solid;
    border-color: #fce800;
    padding: 15px;
    margin: 0 0 20px 0;
}
.kuchikomi-box h3{
    font-size: 25px;
    line-height: 1.3em;
    margin: 3px 0;
    text-align: center;
    margin: 0;
    background: #fffcad;/*背景色*/
    padding: 0.5em;/*文字まわり（上下左右）の余白*/
    border-bottom: none;
    border-top: none;
    color: #333
}

/*----------食品比較表-------------*/
.yasai_hikaku{
    margin-top: 20px;
}
.yasai_hikaku td,.yasai_hikaku th {
    border: 1px solid #9f9f9f;
}
.yasai_hikaku td, .yasai_hikaku th {
    padding: 8px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.3;
}
.yasai_hikaku th {
    background-color: #ebebeb;
    border: 1px solid #9f9f9f;
    font-size:13px;
}
.yasai_hikaku td{
    width: 200px;
    font-size:13px;
}
.yasai_hikaku tr:first-child td{
     background-color: #ffe98d; 
    height: 70px;
}

/*----------ユーグレナ表-------------*/
.yugurena{
    margin: 0 auto;
}
.yugurena td, .yugurena th {
    border: 1px solid #595959;
    border-collapse: collapse;
}
.yugurena td, .yugurena th {
    padding: 3px;
    height: 62px;
    vertical-align: middle;
    text-align: center;
}
.yugurena th {
    background: #ebebeb;
    width: 200px;
}
.yugurena td{
    width: 250px;
    padding: 5px;
}


/*----------青汁フルーツゼリー表-------------*/

.fruit{
    margin: 0 auto;
}
.fruit td, .fruit th {
    border: 1px solid #595959;
    border-collapse: collapse;
}
.fruit td, .fruit th {
    padding: 3px;
    height: 62px;
    vertical-align: middle;
    text-align: center;
}
.fruit th {
    background: #ebebeb;
    width: 200px;
}
.fruit td{
    width: 250px;
    padding: 5px;
}

/* 続きを読む */
.grad-wrap {
    position: relative;
}
.grad-btn {
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 148px;
    margin: auto;
    padding: 0.5em 0.5em;
    border-radius: 10px;
    background: #e5570b;
    color: #fff;
    font-size: 19px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
  }
 
  .grad-item {
    position: relative;
    overflow: hidden;
    height: 400px; /*隠した状態の高さ*/
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    content: "";
  }
  .grad-trigger {
    display: none; /*チェックボックスは常に非表示*/
  }
  .grad-trigger:checked + .grad-btn {
    display: none; /*チェックされていたら、grad-btnを非表示にする*/
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto; /*チェックされていたら、高さを戻す*/
  }
  .grad-trigger:checked ~ .grad-item::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }

/*---ボタン----*/
.btn{
    color: #FFF;
    border-radius: 5px; 
    padding: 15px;
    background-color:#ff7510;
    box-shadow: 0 5px 0 0 #ce6010;
    text-align: center;
    width: 70%;
    margin: 15px auto;
    position: relative;
} 
.btn_top{
    margin-bottom: -15px;;
}
a.shiny{
    text-decoration: none;
    color: #FFF;
}
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}


.green-btn{
    background-color:#4cca00;
    box-shadow: 0 5px 0 0 #008800
}

/*---運営者情報----*/
footer{
    width: 100%;
    background-color: #939393;
    margin: 70px 0 0 0;
    padding: 20px;
    text-align: center;
    box-sizing:border-box;
}

footer>a{
    text-decoration: none;
    color: #FFF;
}

.Blinking{
    animation: flash 1s linear infinite;
    text-align: center;
}
@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*スマホ-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    h2{
        padding: 10px 0;
        font-size: 30px;
    }
    h3{
        font-size: 25px;
        line-height: 1.2em;
    }
    h1{
        margin: 0 0 40px 0;
    }
    .child_box {
        display: block;
    }
    .kutikomi{
        margin: 0;
        margin-bottom: 20px;
    }
    .child img{
        margin: 0 0 0 65px;
    }
    .child_txt{
        padding: 10px;
        margin: 0;
    }
    .kuchikomi-box h3{
        font-size: 21px;
        margin: 0;
    }
    .icon img{
        width:  50px;
        height: 50px;
        margin: 0 0 10px 30px;
    }
    .icon p{
        margin: 16px 0 0 20px;
    }
    .yugurena th {
        background: #ebebeb;
    }
    .fruit th{
        background: #ebebeb;
    }
    .btn{
       
    }
     .grad-item::before {
    height: 120px; /*グラデーションで隠す高さ*/
    bottom: -6px;
  }
  .grad-btn {
    font-size: 17px;
  }
 
}

@media screen and (min-width: 549px) and (max-width: 767px){
    .kutikomi{
        text-align: center;
    }
}
/*---------------比較表SP--------------*/
@media screen and (max-width: 550px) {
    .th_ttl{
        height: 41px;

    }
    .th_ttl th{
        position: absolute;
        width: calc(100% - 7.9%);
    }

    .hikaku_wrapper{
        overflow-x: scroll;
        width: 100%;
        margin-top: 0px
    }
    .hikaku_wrapper table{
        width: 600px;
    }

    .th_ttl tbody th{
        position: absolute;/*タイトル帯が動かせるようになる*/
        right: 0;/*帯のはじまる位置を指定*/
        margin: auto;
        width: calc(100% - 45px);/*「calc()」は、プロパティの値を計算式で実行することができる*/
        height: 20px;/*帯の高さ指定*/
    }
    .hikaku td:last-child{
        border-right: none;
    }
    .hikaku th:last-child{
        border-right: none;
    }
    .bottom{
        margin-top: 10px;
    }
    
}
@media screen and (max-width: 450px) {
    .th_ttl th{
        width: calc(100% - 10.9%);
    }
    .child img {
        text-align: center;
    }

    .kutikomi_ttl{
        
    }
}

@media screen and (max-width: 375px) and (min-width:449px){
    .child img {
        text-align: center;
    }
}

.shuffling {
    animation-duration: 1.4s!important;
    -webkit-animation-duration: 1.4s;
    -ms-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s!important;
    -webkit-animation-name: shuffling;
    -moz-animation-name: shuffling;
    -o-animation-name: shuffling;
    animation-name: shuffling;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-moz-keyframes shuffling {
    0% {-moz-transform: skewX(9deg);}
    10% {-moz-transform: skewX(-8deg);}
    20% {-moz-transform: skewX(7deg);}
    30% {-moz-transform: skewX(-6deg);}
    40% {-moz-transform: skewX(5deg);}
    50% {-moz-transform: skewX(-4deg);}
    60% {-moz-transform: skewX(3deg);}
    70% {-moz-transform: skewX(-2deg);}
    80% {-moz-transform: skewX(1deg);}
    90% {-moz-transform: skewX(0deg);}
    100% {-moz-transform: skewX(0deg);}
}
@-o-keyframes shuffling {
    0% {-o-transform: skewX(9deg);}
    10% {-o-transform: skewX(-8deg);}
    20% {-o-transform: skewX(7deg);}
    30% {-o-transform: skewX(-6deg);}
    40% {-o-transform: skewX(5deg);}
    50% {-o-transform: skewX(-4deg);}
    60% {-o-transform: skewX(3deg);}
    70% {-o-transform: skewX(-2deg);}
    80% {-o-transform: skewX(1deg);}
    90% {-o-transform: skewX(0deg);}
    100% {-o-transform: skewX(0deg);}
}
@-webkit-keyframes shuffling {
    0% {-webkit-transform: skewX(9deg);}
    10% {-webkit-transform: skewX(-8deg);}
    20% {-webkit-transform: skewX(7deg);}
    30% {-webkit-transform: skewX(-6deg);}
    40% {-webkit-transform: skewX(5deg);}
    50% {-webkit-transform: skewX(-4deg);}
    60% {-webkit-transform: skewX(3deg);}
    70% {-webkit-transform: skewX(-2deg);}
    80% {-webkit-transform: skewX(1deg);}
    90% {-webkit-transform: skewX(0deg);}
    100% {-webkit-transform: skewX(0deg);}
}
@keyframes shuffling {
    0% {transform: skewX(9deg);}
    10% {transform: skewX(-8deg);}
    20% {transform: skewX(7deg);}
    30% {transform: skewX(-6deg);}
    40% {transform: skewX(5deg);}
    50% {transform: skewX(-4deg);}
    60% {transform: skewX(3deg);}
    70% {transform: skewX(-2deg);}
    80% {transform: skewX(1deg);}
    90% {transform: skewX(0deg);}
    100% {transform: skewX(0deg);}
}

/*追従cta*/
.navi {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 998;
    margin: 2%;
    text-align: center;
    width: 10%;
	transition: .3s;
    filter: drop-shadow(0px 6px 6px rgba(160, 160, 160, 0.7));
}
/*.navi:hover {
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}*/
@media screen and (max-width: 768px) {
	.navi {
    width: 30%;
}
}
td.p0{
    padding:0;
}
td.p0 img {
    width: 50px;
    margin:15px 0 0;
}
.hikaku tr.rank {
    padding: 0;
}
img.mtb10.rankOne_icon {
    width: 21%;
    margin-bottom: 10px;
}
.rank-top-ttl{
    position:relative;
}
.rank-top-ttl:before {
    content: '';
    display: inline-block;
    width: 120%;
    height: 120%;
    background-image: url(../img/rank_icon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: 0%;
    background-repeat: no-repeat;
}
@media screen and (max-width: 550px) {
    img.mtb10.rankOne_icon {
    width: 38%;
}
.rank-top-ttl:before {
    content: '';
    display: inline-block;
    width: 92%;
    height: 87%;
    background-image: url(../img/rank_icon.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: -4%;
    bottom: -74%;
    background-repeat: no-repeat;
}
}


.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.accordion-title {
  color: #fff;
  /* cursor: pointer; */
  font-size: 16px;
  padding: 10px 20px;
}
.accordion-content {
  /* display: none; */
  padding: 10px 20px;
}
.accordion-content p {
  line-height: 1.5;
}
/* タイトルの背景色 */
.accordion-item:nth-of-type(1) .accordion-title {
  background-color: #ef350a;
}
/* コンテンツボックスの枠線 */
.accordion-item:nth-of-type(1) .accordion-content {
  border-bottom: 2px solid #EF350A;
  border-left: 2px solid #EF350A;
  border-right: 2px solid #EF350A;
}

/* 矢印 */
/* .accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
} */

/*おすすめポイント*/
.osusume-point{
    border:solid 2px #F19911;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.osusume-ttl{
    background: #F19911;
    margin-top: 0px;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.osusume-txt{
    padding: 20px 20px;
}
.check {
  position: relative;
  display: inline-block;
  padding: 4px 10px;
  color: #29bbb1;
  font-size: 16px;
  background: #feffb3;
  border-radius: 10px;
  margin-right: 10px
}
.check:before {
  content: "";
  position: absolute;
  left: 93%;
  margin-top: 5px;
  border: 5px solid transparent;
  border-left: 10px solid #feffb3;
}
i.fa-solid.fa-check {
    color: #f44336;
}

@media (max-width:  640px){
p.osusume-txt, p.osusume-ttl {
    margin: 0;
    margin-bottom: 10px;
}
.care_point_sub2 {
    line-height: 1.2;
    padding: 0.7rem 1rem 0.7rem 65px;
}
}




/*20200819比較表修正*/
.rankTable {
    background: #f6f5f4;
    width: 100%;
    margin: auto;
    padding: 1.5%;
    box-sizing: border-box;
    margin-bottom: 0px;
}
.rankTable table {
    background: #ffffff;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 1%;
    border-radius: 5px;
}
.rankTable table tr th {
    background: #F19911;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width:35px;
    font-size:16px;
    border-bottom: 1px dotted #fff;
    line-height: 1.3rem;
}
.rankTable table tr:first-child th:last-child, .rankTable table tr:last-child th:last-child {
    border-right: none;
}
.rankTable table tr:first-child th:nth-child(2) {
    background: #ffffe1 !important;
}
.rankTable table tr:first-child th:nth-child(3) {
    color: #c56e6e;
}
.rankTable table tr:first-child th:nth-child(4) {
    color: #74cccc;
}
.rankTable table tr:first-child th:nth-child(5) {
    color: #74cccc;
}
.rankTable table tr:first-child th:nth-child(6) {
    color: #74cccc;
}
.rankTable table tr:first-child th a, .rankTable table tr:last-child th a {
    font-size: 1rem;
}
.rankTable table tr:first-child th a img, .rankTable table tr:last-child th a img {
    padding: 5% 0 1%;
}
.rankTable table tr:nth-of-type(n+2) th a img, .rankTable table tr:last-child th a img {
    padding: 5% 0 1%;
}
.ranking-title {
    padding: 10% 0;
}
.rankTable table td:nth-child(2){
  background:#ffffe1;
}

.rankTable table img{
    /* border: 1px solid #ddd; */
}

.rankTable td {
    border-right: 1px dotted #c4c4c4;
    border-bottom: 1px dotted #c4c4c4;
    text-align: center;
    padding: 1%;
    width: calc(81% / 3);
    font-size: 1rem;
    vertical-align: middle;
    line-height: 1.3rem;
}
.rankTable td:last-child {
    border-right: none;
}
td.txt_only {
    font-size: 1.5rem;
    color: #333333;
    padding: 2.5% 0;
}
.scrollok {
    display: none;
}
tr.price td{
  position: relative;
}
tr.price td img {
  position: absolute;
  top: 5px;
  right: 8px;
  width: 30%;
}

.rankTable tr:nth-last-child(1) th, .rankTable tr:nth-last-child(1) td{
  border-bottom: none;
}

@media (max-width: 620px) {
    .rankTable {
        padding: 0px 0 0 0;
        border: 10px solid #EFF3F5;
        border-width: 10px 10px 10px 10px;
        width: 100%;
        box-sizing: border-box;
        margin: 3% auto 3%;
        background: #ffffff;
        margin-bottom: 0px;
    }
    .rankTable img{
        width:80%;
    }

    .kaso_inner .rankTable {
        padding-top: 0px;
    }
    .rankTable table tr.sp_th {
        display: block;
        height: 28px;
    }
    .rankTable table tr.sp_th th {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: calc(100% - 20px);
        font-size: 1.4em;
        text-align: center;
    }
    .rankTable td {
        font-size: 0.8rem;
        padding: 1.5% 1%;
    }
    .rankTable table tr th{
        font-size:0.7rem;
    }
    .rankTable tr td {
         font-size:0.8rem;
         line-height: 1.1rem;
    }
    .scrollok {
        display: block;
        text-align: center;
        color: #222222;
        position: absolute;
        right: 0;
        left: 0;
        background: #eff3f5;
        width: 95%;
        margin: 5% auto 0;
    }
}
.vgood {
    font-size: 54px;
    color: #ea4b67;
    font-weight: 900;
    line-height: 72px;
}
.good {
    font-size: 50px;
    color: #f4c607;
    /*font-weight: 900;*/
    line-height: 65px;
}
.bad {font-size: 50px;color: #37aeae;font-weight: 900;line-height: 65px;}
.worse {
    font-size: 52px;
    color: #656a85;
    font-weight: 900;
    line-height: 72px;
}
.voice {
    background-color:#FCEADA;
    border:2px solid #EF350A;
    border-radius:10px;
    padding:20px;
}
@keyframes shiny {
    0%{
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80%{
        -webkit-transform: scale(0) rotate(45deg);
        opacity: .5;
    }
    81%{
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.shiny-btn {
    position: relative;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
     background-color: #4cca00;
    overflow: hidden;
    font-size:25px;
}

.shiny-btn::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: .2s;
    -webkit-animation: shiny 3s ease-in-out infinite;
    animation: shiny 3s ease-in-out infinite;
}
.hyou2 {
    width:100%;
    border:2px solid #cfcfcf;
    margin-top:30px;
}
.hyou2 tr td {
     border:2px solid #cfcfcf;
     padding: 6px;
}
.hyou2 tr th {
     border:2px solid #cfcfcf;
     padding: 6px;
     background-color:#FFF8E0;
}
@media (max-width: 620px) {
.btn-width {
    width:100%
}
}
.hikaku tr td:nth-of-type(2) {
    border-right:4px solid #EF350A;
    border-left:4px solid #EF350A;
}
.hikaku tr th:nth-of-type(3) {
    border-right:4px solid #EF350A;
    border-left:4px solid #EF350A;
    border-top:4px solid #EF350A;
}