@charset "UTF-8";

  .pagination{list-style-type:none;padding-left:0;margin:30px 0;}
.pagination, .pagination li a{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}
.pagination a{font-weight:300;padding-top:1px;text-decoration:none;border:1px solid #FF5EA1;border-left-width:0;min-width:36px;min-height:36px;color:rgb(184, 184, 184);}
.pagination li:not([class*="current"]) a:hover{background-color:#DCB8C7;}
.pagination li:first-of-type a{border-left-width:1px;}
.pagination li.first span, .pagination li.last span, .pagination li.previous span, .pagination li.next span{position:absolute;top:-9999px;left:-9999px;}
.pagination li.first a::before, .pagination li.last a::after, .pagination li.previous a::before, .pagination li.next a::after{display:inline-block;font-family:Fontawesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);}
.pagination li.first a::before{content:"\f100";}
.pagination li.last a::after{content:"\f101";}
.pagination li.previous a::before{content:"\f104";}
.pagination li.next a::after{content:"\f105";}
.pagination li.current a{background-color:rgb(218, 45, 117);cursor:default;pointer-events:none;}
.pagination > li:first-child > a{border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination > li:last-child > a{border-bottom-right-radius:4px;border-top-right-radius:4px;}
.tabs{display:flex;gap:3px;cursor:pointer;}
.tab{padding:10px 20px;background-color:#F6F6F6;color:#591C19;}
.tab.active{background-color:#591C19;color:#fff;}
.contents .content{display:none;padding:20px;border:1px solid #aaa;margin-top:10px;}
.contents .content.active {
display: block;
}.vivify{-webkit-animation-duration:.8s;-webkit-animation-fill-mode:both;animation-duration:.8s;animation-fill-mode:both}.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.pulsate{-webkit-animation-name:pulsate;animation-name:pulsate;-webkit-transform-origin:center;transform-origin:center}@keyframes pulsate{0%{-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(0.8,0.8,0.8);transform:scale3d(0.8,0.8,0.8)}100%{-webkit-animation-timing-function:cubic-bezier(0.895,0.03,0.685,0.22);animation-timing-function:cubic-bezier(0.895,0.03,0.685,0.22);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.blink{-webkit-animation-name:blink;animation-name:blink;-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-animation-duration:1s;animation-duration:1s}@keyframes blink{0%{opacity:1}25%{opacity:0}50%{opacity:1}75%{opacity:0}100%{opacity:1}}.hitLeft{-webkit-animation-name:hitLeft;animation-name:hitLeft;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes hitLeft{0%{-webkit-animation-timing-function:cubic-bezier(0.23,1,0.32,1);animation-timing-function:cubic-bezier(0.23,1,0.32,1);-webkit-transform:translateX(0);transform:translateX(0)}40%{-webkit-animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);-webkit-transform:translateX(20px) rotate(4deg);transform:translateX(20px) rotate(4deg)}}.hitRight{-webkit-animation-name:hitRight;animation-name:hitRight;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes hitRight{0%{-webkit-animation-timing-function:cubic-bezier(0.23,1,0.32,1);animation-timing-function:cubic-bezier(0.23,1,0.32,1);-webkit-transform:translateX(0);transform:translateX(0)}40%{-webkit-animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);-webkit-transform:translateX(-20px) rotate(-4deg);transform:translateX(-20px) rotate(-4deg)}}.shake{-webkit-animation-name:shake;animation-name:shake;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1)}@keyframes shake{10%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%{-webkit-transform:translateX(10px);transform:translateX(10px)}30%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}40%{-webkit-transform:translateX(10px);transform:translateX(10px)}50%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}60%{-webkit-transform:translateX(10px);transform:translateX(10px)}70%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}}.ball{-webkit-animation-name:ball;animation-name:ball;-webkit-animation-duration:2s;animation-duration:2s}@keyframes ball{0%{-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1.275);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1.275);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}20%{-webkit-animation-timing-function:cubic-bezier(0.42,0,1,1);animation-timing-function:cubic-bezier(0.42,0,1,1);-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}40%{-webkit-animation-timing-function:cubic-bezier(0,0,0.58,1);animation-timing-function:cubic-bezier(0,0,0.58,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(0.42,0,1,1);animation-timing-function:cubic-bezier(0.42,0,1,1);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}75%{-webkit-animation-timing-function:cubic-bezier(0,0,0.58,1);animation-timing-function:cubic-bezier(0,0,0.58,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}85%{-webkit-animation-timing-function:cubic-bezier(0.42,0,1,1);animation-timing-function:cubic-bezier(0.42,0,1,1);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}100%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.pullUp{-webkit-animation-name:pullUp;animation-name:pullUp;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes pullUp{0%{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}30%{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:scale3d(1,0,1);transform:scale3d(1,0,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}100%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pullDown{-webkit-animation-name:pullDown;animation-name:pullDown;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes pullDown{0%{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}50%{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:scale3d(1,0,1);transform:scale3d(1,0,1);-webkit-transform-origin:center top;transform-origin:center top}100%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pullLeft{-webkit-animation-name:pullLeft;animation-name:pullLeft;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes pullLeft{0%{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}50%{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:center left;transform-origin:center left}100%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pullRight{-webkit-animation-name:pullRight;animation-name:pullRight;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes pullRight{0%{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}50%{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transform-origin:center right;transform-origin:center right}100%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.jumpInLeft{-webkit-animation-name:jumpInLeft;animation-name:jumpInLeft;-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes jumpInLeft{0%{opacity:0;-webkit-transform:scale3d(0.5,0.5,0.5) rotate(-90deg);transform:scale3d(0.5,0.5,0.5) rotate(-90deg)}50%{opacity:1;-webkit-transform:scale3d(1.2,1.2,1.2) rotate(10deg);transform:scale3d(1.2,1.2,1.2) rotate(10deg)}70%{-webkit-transform:scale3d(0.9,0.9,0.9) rotate(-5deg);transform:scale3d(0.9,0.9,0.9) rotate(-5deg)}90%{-webkit-transform:scale3d(1,1,1) rotate(0deg);transform:scale3d(1,1,1) rotate(0deg)}}.jumpInRight{-webkit-animation-name:jumpInRight;animation-name:jumpInRight;-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes jumpInRight{0%{opacity:0;-webkit-transform:scale3d(0.5,0.5,0.5) rotate(90deg);transform:scale3d(0.5,0.5,0.5) rotate(90deg)}50%{opacity:1;-webkit-transform:scale3d(1.2,1.2,1.2) rotate(-10deg);transform:scale3d(1.2,1.2,1.2) rotate(-10deg)}70%{-webkit-transform:scale3d(0.9,0.9,0.9) rotate(5deg);transform:scale3d(0.9,0.9,0.9) rotate(5deg)}90%{-webkit-transform:scale3d(1,1,1) rotate(0deg);transform:scale3d(1,1,1) rotate(0deg)}}.jumpOutRight{-webkit-animation-name:jumpOutRight;animation-name:jumpOutRight;-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes jumpOutRight{0%{-webkit-transform:scale3d(1,1,1) rotate(0deg);transform:scale3d(1,1,1) rotate(0deg)}30%{-webkit-transform:scale3d(0.9,0.9,0.9) rotate(5deg);transform:scale3d(0.9,0.9,0.9) rotate(5deg)}70%{opacity:1;-webkit-transform:scale3d(1.2,1.2,1.2) rotate(-10deg);transform:scale3d(1.2,1.2,1.2) rotate(-10deg)}100%{opacity:0;-webkit-transform:scale3d(0.5,0.5,0.5) rotate(90deg);transform:scale3d(0.5,0.5,0.5) rotate(90deg)}}.jumpOutLeft{-webkit-animation-name:jumpOutLeft;animation-name:jumpOutLeft;-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes jumpOutLeft{0%{-webkit-transform:scale3d(1,1,1) rotate(0deg);transform:scale3d(1,1,1) rotate(0deg)}30%{-webkit-transform:scale3d(0.9,0.9,0.9) rotate(-5deg);transform:scale3d(0.9,0.9,0.9) rotate(-5deg)}70%{opacity:1;-webkit-transform:scale3d(1.2,1.2,1.2) rotate(10deg);transform:scale3d(1.2,1.2,1.2) rotate(10deg)}100%{opacity:0;-webkit-transform:scale3d(0.5,0.5,0.5) rotate(-90deg);transform:scale3d(0.5,0.5,0.5) rotate(-90deg)}}.rollInLeft{-webkit-animation-name:rollInLeft;animation-name:rollInLeft;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollInLeft{0%{-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:translateX(-400px) rotate(445deg);transform:translateX(-400px) rotate(445deg);opacity:0}30%{opacity:1}50%{-webkit-transform:translateX(20px) rotate(20deg);transform:translateX(20px) rotate(20deg)}100%{-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}}.rollInRight{-webkit-animation-name:rollInRight;animation-name:rollInRight;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollInRight{0%{-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:translateX(400px) rotate(-445deg);transform:translateX(400px) rotate(-445deg);opacity:0}30%{opacity:1}50%{-webkit-transform:translateX(-20px) rotate(-20deg);transform:translateX(-20px) rotate(-20deg)}100%{-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}}.rollInTop{-webkit-animation-name:rollInTop;animation-name:rollInTop;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollInTop{0%{-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:translateY(-400px) rotate(-445deg);transform:translateY(-400px) rotate(-445deg);opacity:0}30%{opacity:1}50%{-webkit-transform:translateY(20px) rotate(-20deg);transform:translateY(20px) rotate(-20deg)}100%{-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}}.rollInBottom{-webkit-animation-name:rollInBottom;animation-name:rollInBottom;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollInBottom{0%{-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:translateY(400px) rotate(-445deg);transform:translateY(400px) rotate(-445deg);opacity:0}30%{opacity:1}50%{-webkit-transform:translateY(-20px) rotate(-20deg);transform:translateY(-20px) rotate(-20deg)}100%{-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}}.rollOutLeft{-webkit-animation-name:rollOutLeft;animation-name:rollOutLeft;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollOutLeft{0%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}40%{opacity:1;-webkit-transform:translateX(20px) rotate(-20deg);transform:translateX(20px) rotate(-20deg)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:translateX(-400px) rotate(-445deg);transform:translateX(-400px) rotate(-445deg)}}.rollOutRight{-webkit-animation-name:rollOutRight;animation-name:rollOutRight;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollOutRight{0%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}40%{opacity:1;-webkit-transform:translateX(-20px) rotate(20deg);transform:translateX(-20px) rotate(20deg)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:translateX(400px) rotate(445deg);transform:translateX(400px) rotate(445deg)}}.rollOutTop{-webkit-animation-name:rollOutTop;animation-name:rollOutTop;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollOutTop{0%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}40%{opacity:1;-webkit-transform:translateY(20px) rotate(20deg);transform:translateY(20px) rotate(20deg)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:translateY(-400px) rotate(445deg);transform:translateY(-400px) rotate(445deg)}}.rollOutBottom{-webkit-animation-name:rollOutBottom;animation-name:rollOutBottom;-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes rollOutBottom{0%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}40%{opacity:1;-webkit-transform:translateY(-20px) rotate(-20deg);transform:translateY(-20px) rotate(-20deg)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:translateY(400px) rotate(-445deg);transform:translateY(400px) rotate(-445deg)}}.popIn{-webkit-animation-name:popIn;animation-name:popIn}@keyframes popIn{0%{-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0);opacity:0}20%{opacity:1}40%{-webkit-animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);-webkit-transform:scale3d(1.08,1.08,1.08);transform:scale3d(1.08,1.08,1.08)}60%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}80%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}100%{-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.popInLeft{-webkit-animation-name:popInLeft;animation-name:popInLeft}@keyframes popInLeft{0%{opacity:0;-webkit-transform:translate3d(-200px,0,0) scale3d(0.1,0.1,0.1);transform:translate3d(-200px,0,0) scale3d(0.1,0.1,0.1)}40%{opacity:1;-webkit-transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08);transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08);-webkit-animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);animation-timing-function:cubic-bezier(0.47,0,0.745,0.715)}60%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}80%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}100%{-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.popInRight{-webkit-animation-name:popInRight;animation-name:popInRight}@keyframes popInRight{0%{-webkit-transform:translate3d(200px,0,0) scale3d(0.1,0.1,0.1);transform:translate3d(200px,0,0) scale3d(0.1,0.1,0.1);opacity:0}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);-webkit-transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08);transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08)}60%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}80%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}100%{-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.popInTop{-webkit-animation-name:popInTop;animation-name:popInTop}@keyframes popInTop{0%{-webkit-transform:translate3d(0,-200px,0) scale3d(0.1,0.1,0.1);transform:translate3d(0,-200px,0) scale3d(0.1,0.1,0.1);opacity:0}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);-webkit-transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08);transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08)}60%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}80%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:translate3d(0,0,0) scale3d(1.03,1.03,1.03);transform:translate3d(0,0,0) scale3d(1.03,1.03,1.03)}100%{-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}}.popInBottom{-webkit-animation-name:popInBottom;animation-name:popInBottom}@keyframes popInBottom{0%{-webkit-transform:translate3d(0,200px,0) scale3d(0.1,0.1,0.1);transform:translate3d(0,200px,0) scale3d(0.1,0.1,0.1);opacity:0}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);-webkit-transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08);transform:translate3d(0,0,0) scale3d(1.08,1.08,1.08)}60%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}80%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:translate3d(0,0,0) scale3d(1.03,1.03,1.03);transform:translate3d(0,0,0) scale3d(1.03,1.03,1.03)}100%{-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1)}}.popOut{-webkit-animation-name:popOut;animation-name:popOut;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes popOut{0%{-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}60%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scale3d(1.08,1.08,1.08);transform:scale3d(1.08,1.08,1.08)}80%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3)}}.popOutLeft{-webkit-animation-name:popOutLeft;animation-name:popOutLeft;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes popOutLeft{0%{-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform-origin:left center;transform-origin:left center}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0);transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);-webkit-transform:scale3d(0.5,0.5,0.5) translate3d(-200px,0,0);transform:scale3d(0.5,0.5,0.5) translate3d(-200px,0,0)}}.popOutRight{-webkit-animation-name:popOutRight;animation-name:popOutRight;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes popOutRight{0%{-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform-origin:right center;transform-origin:right center}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0);transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);-webkit-transform:scale3d(0.5,0.5,0.5) translate3d(200px,0,0);transform:scale3d(0.5,0.5,0.5) translate3d(200px,0,0)}}.popOutTop{-webkit-animation-name:popOutTop;animation-name:popOutTop;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes popOutTop{0%{-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform-origin:top center;transform-origin:top center}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0);transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);-webkit-transform:scale3d(0.5,0.5,0.5) translate3d(0,-400px,0);transform:scale3d(0.5,0.5,0.5) translate3d(0,-400px,0)}}.popOutBottom{-webkit-animation-name:popOutBottom;animation-name:popOutBottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes popOutBottom{0%{-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);-webkit-transform-origin:bottom center;transform-origin:bottom center}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0);transform:scale3d(1.08,1.08,1.08) translate3d(0,0,0)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);-webkit-transform:scale3d(0.5,0.5,0.5) translate3d(0,400px,0);transform:scale3d(0.5,0.5,0.5) translate3d(0,400px,0)}}.flip{-webkit-animation-name:flip;animation-name:flip}@keyframes flip{from{-webkit-transform:perspective(400px) rotateY(-360deg) scale3d(1,1,1);transform:perspective(400px) rotateY(-360deg) scale3d(1,1,1);-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94)}50%{-webkit-transform:perspective(400px) rotateY(-180deg) scale3d(1.2,1.2,1.2);transform:perspective(400px) rotateY(-180deg) scale3d(1.2,1.2,1.2);-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94)}to{-webkit-transform:perspective(400px) rotateY(0deg) scale3d(1,1,1);transform:perspective(400px) rotateY(0deg) scale3d(1,1,1);-webkit-animation-timing-function:cubic-bezier(0.95,0.05,0.795,0.035);animation-timing-function:cubic-bezier(0.95,0.05,0.795,0.035)}}.flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-animation-duration:1s;animation-duration:1s}@keyframes flipInX{from{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg) scale3d(1.2,1.2,1.2);transform:perspective(400px) rotateX(90deg) scale3d(1.2,1.2,1.2)}50%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-webkit-transform:perspective(400px) rotateX(-20deg) scale3d(1,1,1);transform:perspective(400px) rotateX(-20deg) scale3d(1,1,1)}to{-webkit-transform:perspective(400px) rotateX(0deg) scale3d(1,1,1);transform:perspective(400px) rotateX(0deg) scale3d(1,1,1)}}.flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-animation-duration:1s;animation-duration:1s}@keyframes flipInY{from{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg) scale3d(1.2,1.2,1.2);transform:perspective(400px) rotateY(90deg) scale3d(1.2,1.2,1.2)}50%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-webkit-transform:perspective(400px) rotateY(-20deg) scale3d(1,1,1);transform:perspective(400px) rotateY(-20deg) scale3d(1,1,1)}to{-webkit-transform:perspective(400px) rotateY(0deg) scale3d(1,1,1);transform:perspective(400px) rotateY(0deg) scale3d(1,1,1)}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX}@keyframes flipOutX{from{-webkit-transform:perspective(400px) rotateX(0deg) scale3d(1,1,1);transform:perspective(400px) rotateX(0deg) scale3d(1,1,1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-webkit-transform:perspective(400px) rotateX(-30deg) scale3d(1,1,1);transform:perspective(400px) rotateX(-30deg) scale3d(1,1,1)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg) scale3d(1.2,1.2,1.2);transform:perspective(400px) rotateX(90deg) scale3d(1.2,1.2,1.2)}}.flipOutY{-webkit-animation-name:flipOutY;animation-name:flipOutY}@keyframes flipOutY{from{-webkit-transform:perspective(400px) rotateY(0deg) scale3d(1,1,1);transform:perspective(400px) rotateY(0deg) scale3d(1,1,1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-webkit-transform:perspective(400px) rotateY(-30deg) scale3d(1,1,1);transform:perspective(400px) rotateY(-30deg) scale3d(1,1,1)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg) scale3d(1.2,1.2,1.2);transform:perspective(400px) rotateY(90deg) scale3d(1.2,1.2,1.2)}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeInRight{0%{-webkit-transform:translate3d(400px,0,0);transform:translate3d(400px,0,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-400px,0,0);transform:translate3d(-400px,0,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.fadeInTop{-webkit-animation-name:fadeInTop;animation-name:fadeInTop;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeInTop{0%{-webkit-transform:translate3d(0,-400px,0);transform:translate3d(0,-400px,0);opacity:0}50%{opacity:.2}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.fadeInBottom{-webkit-animation-name:fadeInBottom;animation-name:fadeInBottom;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeInBottom{0%{-webkit-transform:translate3d(0,400px,0);transform:translate3d(0,400px,0);opacity:0}50%{opacity:.2}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(-400px,0,0);transform:translate3d(-400px,0,0);opacity:0}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(400px,0,0);transform:translate3d(400px,0,0);opacity:0}}.fadeOutTop{-webkit-animation-name:fadeOutTop;animation-name:fadeOutTop;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeOutTop{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}40%{opacity:.2}100%{-webkit-transform:translate3d(0,-300px,0);transform:translate3d(0,-300px,0);opacity:0}}.fadeOutBottom{-webkit-animation-name:fadeOutBottom;animation-name:fadeOutBottom;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955)}@keyframes fadeOutBottom{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}40%{opacity:.2}100%{-webkit-transform:translate3d(0,300px,0);transform:translate3d(0,300px,0);opacity:0}}.driveInLeft{-webkit-animation-name:driveInLeft;animation-name:driveInLeft;-webkit-animation-duration:1s;animation-duration:1s}@keyframes driveInLeft{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);-webkit-transform:translate3d(-400px,0,0);transform:translate3d(-400px,0,0)}30%{opacity:1}60%{-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}100%{-webkit-animation-timing-function:cubic-bezier(0.645,0.045,0.355,1);animation-timing-function:cubic-bezier(0.645,0.045,0.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.driveInRight{-webkit-animation-name:driveInRight;animation-name:driveInRight;-webkit-animation-duration:1s;animation-duration:1s}@keyframes driveInRight{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);-webkit-transform:translate3d(400px,0,0);transform:translate3d(400px,0,0)}30%{opacity:1}60%{-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}100%{-webkit-animation-timing-function:cubic-bezier(0.645,0.045,0.355,1);animation-timing-function:cubic-bezier(0.645,0.045,0.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.driveInTop{-webkit-animation-name:driveInTop;animation-name:driveInTop;-webkit-animation-duration:1s;animation-duration:1s}@keyframes driveInTop{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);-webkit-transform:translate3d(0,-400px,0);transform:translate3d(0,-400px,0)}30%{opacity:1}60%{-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}100%{-webkit-animation-timing-function:cubic-bezier(0.645,0.045,0.355,1);animation-timing-function:cubic-bezier(0.645,0.045,0.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.driveInBottom{-webkit-animation-name:driveInBottom;animation-name:driveInBottom;-webkit-animation-duration:1s;animation-duration:1s}@keyframes driveInBottom{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);-webkit-transform:translate3d(0,300px,0);transform:translate3d(0,300px,0)}30%{opacity:1}60%{-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}100%{-webkit-animation-timing-function:cubic-bezier(0.645,0.045,0.355,1);animation-timing-function:cubic-bezier(0.645,0.045,0.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.driveOutLeft{-webkit-animation-name:driveOutLeft;animation-name:driveOutLeft;-webkit-animation-duration:1s;animation-duration:1s}@keyframes driveOutLeft{0%{-webkit-animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}30%{-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);-webkit-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}60%{opacity:1}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);-webkit-transform:translate3d(-400px,0,0);transform:translate3d(-400px,0,0)}}.driveOutRight{-webkit-animation-name:driveOutRight;animation-name:driveOutRight;-webkit-animation-duration:1s;animation-duration:1s}@keyframes driveOutRight{0%{-webkit-animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}30%{-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}60%{opacity:1}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);-webkit-transform:translate3d(400px,0,0);transform:translate3d(400px,0,0)}}.driveOutTop{-webkit-animation-name:driveOutTop;animation-name:driveOutTop;-webkit-animation-duration:1s;animation-duration:1s}@keyframes driveOutTop{0%{-webkit-animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}30%{-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}60%{opacity:1}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);-webkit-transform:translate3d(0,-400px,0);transform:translate3d(0,-400px,0)}}.driveOutBottom{-webkit-animation-name:driveOutBottom;animation-name:driveOutBottom;-webkit-animation-duration:1s;animation-duration:1s}@keyframes driveOutBottom{0%{-webkit-animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}30%{-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}60%{opacity:1}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);-webkit-transform:translate3d(0,300px,0);transform:translate3d(0,300px,0)}}.spin{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:1.2s;animation-duration:1.2s}@keyframes spin{0%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg);-webkit-transform-origin:center center;transform-origin:center center}20%{-webkit-animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);-webkit-transform:rotateZ(-20deg);transform:rotateZ(-20deg);-webkit-transform-origin:center center;transform-origin:center center}70%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:rotateZ(380deg);transform:rotateZ(380deg);-webkit-transform-origin:center center;transform-origin:center center}100%{-webkit-animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg);-webkit-transform-origin:center center;transform-origin:center center}}.spinIn{-webkit-animation-name:spinIn;animation-name:spinIn;-webkit-animation-duration:1s;animation-duration:1s}@keyframes spinIn{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.23,1,0.32,1);animation-timing-function:cubic-bezier(0.23,1,0.32,1);-webkit-transform:rotateZ(0deg) scale3d(0,0,0);transform:rotateZ(0deg) scale3d(0,0,0);-webkit-transform-origin:center center;transform-origin:center center}50%{opacity:1}70%{-webkit-transform:rotateZ(380deg) scale3d(1,1,1);transform:rotateZ(380deg) scale3d(1,1,1);-webkit-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotateZ(360deg) scale3d(1,1,1);transform:rotateZ(360deg) scale3d(1,1,1);-webkit-transform-origin:center center;transform-origin:center center}}.spinOut{-webkit-animation-name:spinOut;animation-name:spinOut;-webkit-animation-duration:1s;animation-duration:1s}@keyframes spinOut{0%{-webkit-animation-timing-function:cubic-bezier(0.23,1,0.32,1);animation-timing-function:cubic-bezier(0.23,1,0.32,1);-webkit-transform:rotateZ(0deg) scale3d(1,1,1);transform:rotateZ(0deg) scale3d(1,1,1);-webkit-transform-origin:center center;transform-origin:center center}20%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);-webkit-transform:rotateZ(-20deg) scale3d(1,1,1);transform:rotateZ(-20deg) scale3d(1,1,1);-webkit-transform-origin:center center;transform-origin:center center}30%{opacity:1}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);animation-timing-function:cubic-bezier(0.47,0,0.745,0.715);-webkit-transform:rotateZ(360deg) scale3d(0,0,0);transform:rotateZ(360deg) scale3d(0,0,0);-webkit-transform-origin:center center;transform-origin:center center}}.swoopInLeft{-webkit-animation-name:swoopInLeft;animation-name:swoopInLeft;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes swoopInLeft{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:scaleX(1.5) translate3d(-400px,0,0);transform:scaleX(1.5) translate3d(-400px,0,0)}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scaleX(1.2) translate3d(0,0,0);transform:scaleX(1.2) translate3d(0,0,0)}65%{-webkit-transform:scaleX(1) translate3d(20px,0,0);transform:scaleX(1) translate3d(20px,0,0)}100%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scaleX(1) translate3d(0,0,0);transform:scaleX(1) translate3d(0,0,0)}}.swoopInRight{-webkit-animation-name:swoopInRight;animation-name:swoopInRight;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes swoopInRight{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:scaleX(1.5) translate3d(400px,0,0);transform:scaleX(1.5) translate3d(400px,0,0)}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scaleX(1.2) translate3d(0,0,0);transform:scaleX(1.2) translate3d(0,0,0)}65%{-webkit-transform:scaleX(1) translate3d(-20px,0,0);transform:scaleX(1) translate3d(-20px,0,0)}100%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scaleX(1) translate3d(0,0,0);transform:scaleX(1) translate3d(0,0,0)}}.swoopInTop{-webkit-animation-name:swoopInTop;animation-name:swoopInTop;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes swoopInTop{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:scaleY(1.5) translate3d(0,-400px,0);transform:scaleY(1.5) translate3d(0,-400px,0)}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scaleY(1.2) translate3d(0,0,0);transform:scaleY(1.2) translate3d(0,0,0)}65%{-webkit-transform:scaleY(1) translate3d(0,20px,0);transform:scaleY(1) translate3d(0,20px,0)}100%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scaleY(1) translate3d(0,0,0);transform:scaleY(1) translate3d(0,0,0)}}.swoopInBottom{-webkit-animation-name:swoopInBottom;animation-name:swoopInBottom;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes swoopInBottom{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:scaleY(1.5) translate3d(0,250px,0);transform:scaleY(1.5) translate3d(0,250px,0)}40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scaleY(1.2) translate3d(0,0,0);transform:scaleY(1.2) translate3d(0,0,0)}65%{-webkit-transform:scaleY(1) translate3d(0,-20px,0);transform:scaleY(1) translate3d(0,-20px,0)}100%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scaleY(1) translate3d(0,0,0);transform:scaleY(1) translate3d(0,0,0)}}.swoopOutLeft{-webkit-animation-name:swoopOutLeft;animation-name:swoopOutLeft;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes swoopOutLeft{0%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scaleX(1) translate3d(0,0,0);transform:scaleX(1) translate3d(0,0,0)}40%{opacity:1;-webkit-transform:scaleX(1) translate3d(20px,0,0);transform:scaleX(1) translate3d(20px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scaleX(1.2) translate3d(0,0,0);transform:scaleX(1.2) translate3d(0,0,0)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:scaleX(1.5) translate3d(-400px,0,0);transform:scaleX(1.5) translate3d(-400px,0,0)}}.swoopOutRight{-webkit-animation-name:swoopOutRight;animation-name:swoopOutRight;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes swoopOutRight{0%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scaleX(1) translate3d(0,0,0);transform:scaleX(1) translate3d(0,0,0)}40%{opacity:1;-webkit-transform:scaleX(1) translate3d(-20px,0,0);transform:scaleX(1) translate3d(-20px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scaleX(1.2) translate3d(0,0,0);transform:scaleX(1.2) translate3d(0,0,0)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:scaleX(1.5) translate3d(400px,0,0);transform:scaleX(1.5) translate3d(400px,0,0)}}.swoopOutTop{-webkit-animation-name:swoopOutTop;animation-name:swoopOutTop;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes swoopOutTop{0%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scaleY(1) translate3d(0,0,0);transform:scaleY(1) translate3d(0,0,0)}40%{opacity:1;-webkit-transform:scaleY(1) translate3d(0,20px,0);transform:scaleY(1) translate3d(0,20px,0)}60%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scaleY(1.2) translate3d(0,0,0);transform:scaleY(1.2) translate3d(0,0,0)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:scaleY(1.5) translate3d(0,-400px,0);transform:scaleY(1.5) translate3d(0,-400px,0)}}.swoopOutBottom{-webkit-animation-name:swoopOutBottom;animation-name:swoopOutBottom;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes swoopOutBottom{0%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scaleY(1) translate3d(0,0,0);transform:scaleY(1) translate3d(0,0,0)}40%{opacity:1;-webkit-transform:scaleY(1) translate3d(0,-20px,0);transform:scaleY(1) translate3d(0,-20px,0)}60%{-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);animation-timing-function:cubic-bezier(0.42,0,0.58,1);-webkit-transform:scaleY(1.2) translate3d(0,0,0);transform:scaleY(1.2) translate3d(0,0,0)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:scaleY(1.5) translate3d(0,200px,0);transform:scaleY(1.5) translate3d(0,200px,0)}}.fold{-webkit-animation-name:fold;animation-name:fold}@keyframes fold{0%{-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-webkit-transform:scale3d(1,0.4,1);transform:scale3d(1,0.4,1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-webkit-transform:scale3d(0.4,0.4,1);transform:scale3d(0.4,0.4,1)}100%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);animation-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);-webkit-transform:scale3d(0.2,0.2,0.2);transform:scale3d(0.2,0.2,0.2)}}.unfold{-webkit-animation-name:unfold;animation-name:unfold}@keyframes unfold{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}30%{opacity:1;-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-webkit-transform:scale3d(0.4,0.4,1);transform:scale3d(0.4,0.4,1)}60%{-webkit-animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);animation-timing-function:cubic-bezier(0.455,0.03,0.515,0.955);-webkit-transform:scale3d(0.4,1,1);transform:scale3d(0.4,1,1)}100%{-webkit-animation-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);animation-timing-function:cubic-bezier(0.55,0.085,0.68,0.53);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.delay-100{-webkit-animation-delay:.1s;animation-delay:.1s}.delay-150{-webkit-animation-delay:150ms;animation-delay:150ms}.duration-100{-webkit-animation-duration:.1s;animation-duration:.1s}.duration-150{-webkit-animation-duration:150ms;animation-duration:150ms}.delay-200{-webkit-animation-delay:.2s;animation-delay:.2s}.delay-250{-webkit-animation-delay:250ms;animation-delay:250ms}.duration-200{-webkit-animation-duration:.2s;animation-duration:.2s}.duration-250{-webkit-animation-duration:250ms;animation-duration:250ms}.delay-300{-webkit-animation-delay:.3s;animation-delay:.3s}.delay-350{-webkit-animation-delay:350ms;animation-delay:350ms}.duration-300{-webkit-animation-duration:.3s;animation-duration:.3s}.duration-350{-webkit-animation-duration:350ms;animation-duration:350ms}.delay-400{-webkit-animation-delay:.4s;animation-delay:.4s}.delay-450{-webkit-animation-delay:450ms;animation-delay:450ms}.duration-400{-webkit-animation-duration:.4s;animation-duration:.4s}.duration-450{-webkit-animation-duration:450ms;animation-duration:450ms}.delay-500{-webkit-animation-delay:.5s;animation-delay:.5s}.delay-550{-webkit-animation-delay:550ms;animation-delay:550ms}.duration-500{-webkit-animation-duration:.5s;animation-duration:.5s}.duration-550{-webkit-animation-duration:550ms;animation-duration:550ms}.delay-600{-webkit-animation-delay:.6s;animation-delay:.6s}.delay-650{-webkit-animation-delay:650ms;animation-delay:650ms}.duration-600{-webkit-animation-duration:.6s;animation-duration:.6s}.duration-650{-webkit-animation-duration:650ms;animation-duration:650ms}.delay-700{-webkit-animation-delay:.7s;animation-delay:.7s}.delay-750{-webkit-animation-delay:750ms;animation-delay:750ms}.duration-700{-webkit-animation-duration:.7s;animation-duration:.7s}.duration-750{-webkit-animation-duration:750ms;animation-duration:750ms}.delay-800{-webkit-animation-delay:.8s;animation-delay:.8s}.delay-850{-webkit-animation-delay:850ms;animation-delay:850ms}.duration-800{-webkit-animation-duration:.8s;animation-duration:.8s}.duration-850{-webkit-animation-duration:850ms;animation-duration:850ms}.delay-900{-webkit-animation-delay:.9s;animation-delay:.9s}.delay-950{-webkit-animation-delay:950ms;animation-delay:950ms}.duration-900{-webkit-animation-duration:.9s;animation-duration:.9s}.duration-950{-webkit-animation-duration:950ms;animation-duration:950ms}.delay-1000{-webkit-animation-delay:1s;animation-delay:1s}.delay-1250{-webkit-animation-delay:1250ms;animation-delay:1250ms}.delay-1500{-webkit-animation-delay:1.5s;animation-delay:1.5s}.delay-1750{-webkit-animation-delay:1750ms;animation-delay:1750ms}.duration-1000{-webkit-animation-duration:1s;animation-duration:1s}.duration-1250{-webkit-animation-duration:1250ms;animation-duration:1250ms}.duration-1500{-webkit-animation-duration:1.5s;animation-duration:1.5s}.duration-1750{-webkit-animation-duration:1750ms;animation-duration:1750ms}.delay-2000{-webkit-animation-delay:2s;animation-delay:2s}.delay-2250{-webkit-animation-delay:2250ms;animation-delay:2250ms}.delay-2500{-webkit-animation-delay:2.5s;animation-delay:2.5s}.delay-2750{-webkit-animation-delay:2750ms;animation-delay:2750ms}.duration-2000{-webkit-animation-duration:2s;animation-duration:2s}.duration-2250{-webkit-animation-duration:2250ms;animation-duration:2250ms}.duration-2500{-webkit-animation-duration:2.5s;animation-duration:2.5s}.duration-2750{-webkit-animation-duration:2750ms;animation-duration:2750ms}.delay-3000{-webkit-animation-delay:3s;animation-delay:3s}.delay-3250{-webkit-animation-delay:3250ms;animation-delay:3250ms}.delay-3500{-webkit-animation-delay:3.5s;animation-delay:3.5s}.delay-3750{-webkit-animation-delay:3750ms;animation-delay:3750ms}.duration-3000{-webkit-animation-duration:3s;animation-duration:3s}.duration-3250{-webkit-animation-duration:3250ms;animation-duration:3250ms}.duration-3500{-webkit-animation-duration:3.5s;animation-duration:3.5s}.duration-3750{-webkit-animation-duration:3750ms;animation-duration:3750ms}.delay-4000{-webkit-animation-delay:4s;animation-delay:4s}.delay-4250{-webkit-animation-delay:4250ms;animation-delay:4250ms}.delay-4500{-webkit-animation-delay:4.5s;animation-delay:4.5s}.delay-4750{-webkit-animation-delay:4750ms;animation-delay:4750ms}.duration-4000{-webkit-animation-duration:4s;animation-duration:4s}.duration-4250{-webkit-animation-duration:4250ms;animation-duration:4250ms}.duration-4500{-webkit-animation-duration:4.5s;animation-duration:4.5s}.duration-4750{-webkit-animation-duration:4750ms;animation-duration:4750ms}.delay-5000{-webkit-animation-delay:5s;animation-delay:5s}.delay-5250{-webkit-animation-delay:5250ms;animation-delay:5250ms}.delay-5500{-webkit-animation-delay:5.5s;animation-delay:5.5s}.delay-5750{-webkit-animation-delay:5750ms;animation-delay:5750ms}.duration-5000{-webkit-animation-duration:5s;animation-duration:5s}.duration-5250{-webkit-animation-duration:5250ms;animation-duration:5250ms}.duration-5500{-webkit-animation-duration:5.5s;animation-duration:5.5s}.duration-5750{-webkit-animation-duration:5750ms;animation-duration:5750ms}.duration-6000{-webkit-animation-duration:6s;animation-duration:6s}.duration-6250{-webkit-animation-duration:6250ms;animation-duration:6250ms}.duration-6500{-webkit-animation-duration:6.5s;animation-duration:6.5s}.duration-6750{-webkit-animation-duration:6750ms;animation-duration:6750ms}.duration-7000{-webkit-animation-duration:7s;animation-duration:7s}.duration-7250{-webkit-animation-duration:7250ms;animation-duration:7250ms}.duration-7500{-webkit-animation-duration:7.5s;animation-duration:7.5s}.duration-7750{-webkit-animation-duration:7750ms;animation-duration:7750ms}.duration-8000{-webkit-animation-duration:8s;animation-duration:8s}.duration-8250{-webkit-animation-duration:8250ms;animation-duration:8250ms}.duration-8500{-webkit-animation-duration:8.5s;animation-duration:8.5s}.duration-8750{-webkit-animation-duration:8750ms;animation-duration:8750ms}.duration-9000{-webkit-animation-duration:9s;animation-duration:9s}.duration-9250{-webkit-animation-duration:9250ms;animation-duration:9250ms}.duration-9500{-webkit-animation-duration:9.5s;animation-duration:9.5s}.duration-9750{-webkit-animation-duration:9750ms;animation-duration:9750ms}.duration-10000{-webkit-animation-duration:10s;animation-duration:10s}.duration-10250{-webkit-animation-duration:10250ms;animation-duration:10250ms}.duration-10500{-webkit-animation-duration:10.5s;animation-duration:10.5s}.duration-10750{-webkit-animation-duration:10750ms;animation-duration:10750ms}#animation{visibility:hidden}.animation{visibility:visible!important;animation-fill-mode:both!important;-webkit-animation-fill-mode:both!important}.replay{-webkit-animation-iteration-count:infinite!important;animation-iteration-count:infinite!important}.delay-05s{-webkit-animation-delay:.5s!important;animation-delay:.5s!important}.delay-1s{-webkit-animation-delay:1s!important;animation-delay:1s!important}.delay-1-5s{-webkit-animation-delay:1.5s!important;animation-delay:1.5s!important}.delay-2s{-webkit-animation-delay:2s!important;animation-delay:2s!important}.delay-3s{-webkit-animation-delay:3s!important;animation-delay:3s!important}.fade-in{-webkit-animation:fade-in 1.2s;animation:fade-in 1.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.fade-out{-webkit-animation:fade-out 1s;animation:fade-out 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-out{0%{opacity:1}100%{opacity:0}}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}.fade-in-right{-webkit-animation:fade-in-right 1s;animation:fade-in-right 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-in-right{0%{-webkit-transform:translateX(-100%);opacity:0}100%{-webkit-transform:translateX(0%);opacity:1}}@keyframes fade-in-right{0%{transform:translateX(-100%);opacity:0}100%{transform:translateX(0%);opacity:1}}.fade-in-left{-webkit-animation:fade-in-left 1s;animation:fade-in-left 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-in-left{0%{-webkit-transform:translateX(100%);opacity:0}100%{-webkit-transform:translateX(0%);opacity:1}}@keyframes fade-in-left{0%{transform:translateX(100%);opacity:0}100%{transform:translateX(0%);opacity:1}}.fade-in-up{-webkit-animation:fade-in-up 1s;animation:fade-in-up 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-in-up{0%{-webkit-transform:translateY(100%);opacity:0}100%{-webkit-transform:translateY(0%);opacity:1}}@keyframes fade-in-up{0%{transform:translateY(100%);opacity:0}100%{transform:translateY(0%);opacity:1}}.fade-in-down{-webkit-animation:fade-in-down 1s;animation:fade-in-down 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-in-down{0%{-webkit-transform:translateY(-100%);opacity:0}100%{-webkit-transform:translateY(0%);opacity:1}}@keyframes fade-in-down{0%{transform:translateY(-100%);opacity:0}100%{transform:translateY(0%);opacity:1}}.fade-out-right{-webkit-animation:fade-out-right 1s;animation:fade-out-right 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-out-right{0%{-webkit-transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(100%);opacity:0}}@keyframes fade-out-right{0%{transform:translateX(0%);opacity:1}100%{transform:translateX(100%);opacity:0}}.fade-out-left{-webkit-animation:fade-out-left 1s;animation:fade-out-left 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-out-left{0%{-webkit-transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(-100%);opacity:0}}@keyframes fade-out-left{0%{transform:translateX(0%);opacity:1}100%{transform:translateX(-100%);opacity:0}}.fade-out-up{-webkit-animation:fade-out-up 1s;animation:fade-out-up 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-out-up{0%{-webkit-transform:translateY(0%);opacity:1}100%{-webkit-transform:translateY(-100%);opacity:0}}@keyframes fade-out-up{0%{transform:translateY(0%);opacity:1}100%{transform:translateY(-100%);opacity:0}}.fade-out-down{-webkit-animation:fade-out-down 1s;animation:fade-out-down 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes fade-out-down{0%{-webkit-transform:translateY(0%);opacity:1}100%{-webkit-transform:translateY(100%);opacity:0}}@keyframes fade-out-down{0%{transform:translateY(0%);opacity:1}100%{transform:translateY(100%);opacity:0}}.slide-in-right{-webkit-animation:slide-in-right 1.2s;animation:slide-in-right 1.2s;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes slide-in-right{0%{-webkit-transform:translateX(-2000px)}100%{-webkit-transform:translateX(0px)}}@keyframes slide-in-right{0%{transform:translateX(-2000px)}100%{transform:translateX(0px)}}.slide-in-left{-webkit-animation:slide-in-left 1.2s;animation:slide-in-left 1.2s;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes slide-in-left{0%{-webkit-transform:translateX(2000px)}100%{-webkit-transform:translateX(0px)}}@keyframes slide-in-left{0%{transform:translateX(2000px)}100%{transform:translateX(0px)}}.slide-in-up{-webkit-animation:slide-in-up 1.2s;animation:slide-in-up 1.2s;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes slide-in-up{0%{-webkit-transform:translateY(1000px)}100%{-webkit-transform:translateY(0px)}}@keyframes slide-in-up{0%{transform:translateY(1000px)}100%{transform:translateY(0px)}}.slide-in-down{-webkit-animation:slide-in-down 1.2s;animation:slide-in-down 1.2s;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes slide-in-down{0%{-webkit-transform:translateY(-1000px)}100%{-webkit-transform:translateY(0px)}}@keyframes slide-in-down{0%{transform:translateY(-1000px)}100%{transform:translateY(0px)}}.slide-out-right{-webkit-animation:slide-out-right 1.5s;animation:slide-out-right 1.5s;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes slide-out-right{0%{-webkit-transform:translateX(0px)}100%{-webkit-transform:translateX(2000px)}}@keyframes slide-out-right{0%{transform:translateX(0px)}100%{transform:translateX(2000px)}}.slide-out-left{-webkit-animation:slide-out-left 1.5s;animation:slide-out-left 1.5s;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes slide-out-left{0%{-webkit-transform:translateX(0px)}100%{-webkit-transform:translateX(-2000px)}}@keyframes slide-out-left{0%{transform:translateX(0px)}100%{transform:translateX(-2000px)}}.slide-out-up{-webkit-animation:slide-out-up 1.2s;animation:slide-out-up 1.2s;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes slide-out-up{0%{-webkit-transform:translateY(0px)}100%{-webkit-transform:translateY(-1000px)}}@keyframes slide-out-up{0%{transform:translateY(0px)}100%{transform:translateY(-1000px)}}.slide-out-down{-webkit-animation:slide-out-down 1.2s;animation:slide-out-down 1.2s;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes slide-out-down{0%{-webkit-transform:translateY(0px)}100%{-webkit-transform:translateY(1000px)}}@keyframes slide-out-down{0%{transform:translateY(0px)}100%{transform:translateY(1000px)}}.bounce-in{-webkit-animation:bounce-in 1.2s;animation:bounce-in 1.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes bounce-in{0%{transform:scale(.9);opacity:0}25%{transform:scale(1.2)}40%{transform:scale(.8)}50%{transform:scale(1.1)}60%{transform:scale(.9)}70%{transform:scale(1.05);opacity:1}80%{transform:scale(.95)}90%{transform:scale(1.01)}100%{transform:scale(1)}}@-webkit-keyframes bounce-in{0%{-webkit-transform:scale(.9);opacity:0}25%{-webkit-transform:scale(1.2)}40%{-webkit-transform:scale(.8)}50%{-webkit-transform:scale(1.1)}60%{-webkit-transform:scale(.9)}70%{-webkit-transform:scale(1.05);opacity:1}80%{-webkit-transform:scale(.95)}90%{-webkit-transform:scale(1.01)}100%{-webkit-transform:scale(1)}}.bounce-in-right{-webkit-animation:bounce-in-right 1.2s;animation:bounce-in-right 1.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes bounce-in-right{0%{transform:translateX(-2000px)}63%{transform:translateX(30px)}70%,80%,90%,100%{transform:translateX(0px)}75%{transform:translateX(14px)}85%{transform:translateX(8px)}95%{transform:translateX(4px)}}@-webkit-keyframes bounce-in-right{0%{-webkit-transform:translateX(-2000px)}63%{-webkit-transform:translateX(30px)}70%,80%,90%,100%{-webkit-transform:translateX(0px)}75%{-webkit-transform:translateX(14px)}85%{-webkit-transform:translateX(8px)}95%{-webkit-transform:translateX(4px)}}.bounce-in-left{-webkit-animation:bounce-in-left 1.2s;animation:bounce-in-left 1.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes bounce-in-left{0%{transform:translateX(2000px)}63%{transform:translateX(-30px)}70%,80%,90%,100%{transform:translateX(0px)}75%{transform:translateX(-14px)}85%{transform:translateX(-8px)}95%{transform:translateX(-4px)}}@-webkit-keyframes bounce-in-left{0%{-webkit-transform:translateX(2000px)}63%{-webkit-transform:translateX(-30px)}70%,80%,90%,100%{-webkit-transform:translateX(0px)}75%{-webkit-transform:translateX(-14px)}85%{-webkit-transform:translateX(-8px)}95%{-webkit-transform:translateX(-4px)}}.bounce-in-up{-webkit-animation:bounce-in-up 1.2s;animation:bounce-in-up 1.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes bounce-in-up{0%{transform:translateY(1000px)}25%{transform:translateY(50px)}30%,55%,70%,80%,90%,100%{transform:translateY(0px)}45%{transform:translateY(25px)}63%{transform:translateY(15px)}75%{transform:translateY(7px)}85%{transform:translateY(4px)}95%{transform:translateY(2px)}}@-webkit-keyframes bounce-in-up{0%{-webkit-transform:translateY(1000px)}25%{-webkit-transform:translateY(50px)}30%,55%,70%,80%,90%,100%{-webkit-transform:translateY(0px)}45%{-webkit-transform:translateY(25px)}63%{-webkit-transform:translateY(15px)}75%{-webkit-transform:translateY(7px)}85%{-webkit-transform:translateY(4px)}95%{-webkit-transform:translateY(2px)}}.bounce-in-down{-webkit-animation:bounce-in-down 1.2s;animation:bounce-in-down 1.2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes bounce-in-down{0%{transform:translateY(-1000px)}25%{transform:translateY(-50px)}30%,55%,70%,80%,90%,100%{transform:translateY(0px)}45%{transform:translateY(-25px)}63%{transform:translateY(-15px)}75%{transform:translateY(-7px)}85%{transform:translateY(-4px)}95%{transform:translateY(-2px)}}@-webkit-keyframes bounce-in-down{0%{-webkit-transform:translateY(-1000px)}25%{-webkit-transform:translateY(-50px)}30%,55%,70%,80%,90%,100%{-webkit-transform:translateY(0px)}45%{-webkit-transform:translateY(-25px)}63%{-webkit-transform:translateY(-15px)}75%{-webkit-transform:translateY(-7px)}85%{-webkit-transform:translateY(-4px)}95%{-webkit-transform:translateY(-2px)}}.roll-in-right{-webkit-animation:roll-in-right 1.2s;animation:roll-in-right 1.2s}@keyframes roll-in-right{0%{transform:translateX(-100%) rotate(-130deg);opacity:0}100%{transform:translateX(0%) rotate(0deg);opacity:1}}@-webkit-keyframes roll-in-right{0%{-webkit-transform:translateX(-100%) rotate(-130deg);opacity:0}100%{-webkit-transform:translateX(0%) rotate(0deg);opacity:1}}.roll-in-left{-webkit-animation:roll-in-left 1.2s;animation:roll-in-left 1.2s}@keyframes roll-in-left{0%{transform:translateX(100%) rotate(130deg);opacity:0}100%{transform:translateX(0%) rotate(0deg);opacity:1}}@-webkit-keyframes roll-in-left{0%{-webkit-transform:translateX(100%) rotate(130deg);opacity:0}100%{-webkit-transform:translateX(0%) rotate(0deg);opacity:1}}.roll-out-right{-webkit-animation:roll-out-right 1.2s;animation:roll-out-right 1.2s}@keyframes roll-out-right{0%{transform:translateX(0%) rotate(0deg);opacity:1}100%{transform:translateX(100%) rotate(130deg);opacity:0}}@-webkit-keyframes roll-out-right{0%{-webkit-transform:translateX(0%) rotate(0deg);opacity:1}100%{-webkit-transform:translateX(100%) rotate(130deg);opacity:0}}.roll-out-left{-webkit-animation:roll-out-left 1.2s;animation:roll-out-left 1.2s}@keyframes roll-out-left{0%{transform:translateX(0%) rotate(0deg);opacity:1}100%{transform:translateX(-100%) rotate(-130deg);opacity:0}}@-webkit-keyframes roll-out-left{0%{-webkit-transform:translateX(0%) rotate(0deg);opacity:1}100%{-webkit-transform:translateX(-100%) rotate(-130deg);opacity:0}}.rotbo-in-right{-webkit-animation:rotbo-in-right 1.1s;animation:rotbo-in-right 1.1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes rotbo-in-right{0%{transform:translateX(-1000px) rotateZ(-540deg)}63%{transform:translateX(15px) rotateZ(20deg)}75%{transform:translateX(-7px) rotateZ(-7deg)}85%{transform:translateX(4px) rotateZ(4deg)}95%{transform:translateX(-2px) rotateZ(-2deg)}100%{transform:translateX(0px) rotateZ(0deg)}}@-webkit-keyframes rotbo-in-right{0%{-webkit-transform:translateX(-1000px) rotateZ(-540deg)}63%{-webkit-transform:translateX(15px) rotateZ(20deg)}75%{-webkit-transform:translateX(-7px) rotateZ(-7deg)}85%{-webkit-transform:translateX(4px) rotateZ(4deg)}95%{-webkit-transform:translateX(-2px) rotateZ(-2deg)}100%{-webkit-transform:translateX(0px) rotateZ(0deg)}}.rotbo-in-left{-webkit-animation:rotbo-in-left 1.1s;animation:rotbo-in-left 1.1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes rotbo-in-left{0%{transform:translateX(1000px) rotateZ(540deg)}63%{transform:translateX(-15px) rotateZ(-20deg)}75%{transform:translateX(7px) rotateZ(7deg)}85%{transform:translateX(-4px) rotateZ(-4deg)}95%{transform:translateX(2px) rotateZ(2deg)}100%{transform:translateX(0px) rotateZ(0deg)}}@-webkit-keyframes rotbo-in-left{0%{-webkit-transform:translateX(1000px) rotateZ(540deg)}63%{-webkit-transform:translateX(-15px) rotateZ(-20deg)}75%{-webkit-transform:translateX(7px) rotateZ(7deg)}85%{-webkit-transform:translateX(-4px) rotateZ(-4deg)}95%{-webkit-transform:translateX(2px) rotateZ(2deg)}100%{-webkit-transform:translateX(0px) rotateZ(0deg)}}.rotbo-out-left{-webkit-animation:rotbo-out-left 2s;animation:rotbo-out-left 2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes rotbo-out-left{0%{transform:translateX(0%) rotateZ(0deg)}20%{transform:translateX(15px) rotateZ(20deg)}100%{transform:translateX(-2000px) rotateZ(-1080deg)}}@-webkit-keyframes rotbo-out-left{0%{-webkit-transform:translateX(0%) rotateZ(0deg)}20%{-webkit-transform:translateX(15px) rotateZ(20deg)}100%{-webkit-transform:translateX(-2000px) rotateZ(-1080deg)}}.rotbo-out-right{-webkit-animation:rotbo-out-right 2s;animation:rotbo-out-right 2s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes rotbo-out-right{0%{transform:translateX(0%) rotateZ(0deg)}20%{transform:translateX(-15px) rotateZ(-20deg)}100%{transform:translateX(2000px) rotateZ(1080deg)}}@-webkit-keyframes rotbo-out-right{0%{-webkit-transform:translateX(0%) rotateZ(0deg)}20%{-webkit-transform:translateX(-15px) rotateZ(-20deg)}100%{-webkit-transform:translateX(2000px) rotateZ(1080deg)}}.flip{-webkit-animation:flip 1.3s;animation:flip 1.3s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes flip{0%{transform:rotateY(-360deg)}40%{transform:scale(1.6) rotateY(-190deg)}50%{transform:scale(1.6) rotateY(-150deg)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes flip{0%{-webkit-transform:perspective(500px) rotateX(70deg);opacity:.2}30%{-webkit-transform:perspective(500px) rotateX(-50deg)}45%{-webkit-transform:perspective(500px) rotateX(30deg)}65%{-webkit-transform:perspective(500px) rotateX(-20deg)}85%{-webkit-transform:perspective(500px) rotateX(10deg)}100%{-webkit-transform:perspective(500px) rotateX(0deg)}}.flip-in-x{-webkit-animation:flip-in-x 1.2s;animation:flip-in-x 1.2s}@keyframes flip-in-x{0%{transform:perspective(500px) rotateX(70deg);opacity:.2}30%{transform:perspective(500px) rotateX(-50deg)}45%{transform:perspective(500px) rotateX(30deg)}65%{transform:perspective(500px) rotateX(-20deg)}85%{transform:perspective(500px) rotateX(10deg)}100%{transform:perspective(500px) rotateX(0deg)}}@-webkit-keyframes flip-in-x{0%{-webkit-transform:perspective(500px) rotateX(70deg);opacity:.2}30%{-webkit-transform:perspective(500px) rotateX(-50deg)}45%{-webkit-transform:perspective(500px) rotateX(30deg)}65%{-webkit-transform:perspective(500px) rotateX(-20deg)}85%{-webkit-transform:perspective(500px) rotateX(10deg)}100%{-webkit-transform:perspective(500px) rotateX(0deg)}}.flip-in-y{-webkit-animation:flip-in-y 1.2s;animation:flip-in-y 1.2s}@keyframes flip-in-y{0%{transform:perspective(500px) rotateY(70deg);opacity:.2}30%{transform:perspective(500px) rotateY(-50deg)}45%{transform:perspective(500px) rotateY(30deg)}65%{transform:perspective(500px) rotateY(-20deg)}85%{transform:perspective(500px) rotateY(10deg)}100%{transform:perspective(500px) rotateY(0deg)}}@-webkit-keyframes flip-in-y{0%{-webkit-transform:perspective(500px) rotateY(70deg);opacity:.2}30%{-webkit-transform:perspective(500px) rotateY(-50deg)}45%{-webkit-transform:perspective(500px) rotateY(30deg)}65%{-webkit-transform:perspective(500px) rotateY(-20deg)}85%{-webkit-transform:perspective(500px) rotateY(10deg)}100%{-webkit-transform:perspective(500px) rotateY(0deg)}}.flip-out-x{-webkit-animation:flip-out-x 1s;animation:flip-out-x 1s}@keyframes flip-out-x{0%{transform:perspective(500px) rotateX(0deg)}50%{transform:perspective(500px) rotateX(-30deg);opacity:1}100%{transform:perspective(500px) rotateX(70deg);opacity:0}}@-webkit-keyframes flip-out-x{0%{-webkit-transform:perspective(500px) rotateX(0deg)}50%{-webkit-transform:perspective(500px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(500px) rotateX(70deg);opacity:0}}.flip-out-y{-webkit-animation:flip-out-y 1s;animation:flip-out-y 1s}@keyframes flip-out-y{0%{transform:perspective(500px) rotateY(0deg)}50%{transform:perspective(500px) rotateY(-30deg);opacity:1}100%{transform:perspective(500px) rotateY(70deg);opacity:0}}@-webkit-keyframes flip-out-y{0%{-webkit-transform:perspective(500px) rotateY(0deg)}50%{-webkit-transform:perspective(500px) rotateY(-30deg);opacity:1}100%{-webkit-transform:perspective(500px) rotateY(70deg);opacity:0}}.rotate{-webkit-animation:rotate 1s;animation:rotate 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}.rotate-in{-webkit-animation:rotate-in 1s;animation:rotate-in 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes rotate-in{0%{transform:rotate(-0deg);opacity:0}80%{opacity:1}100%{transform:rotate(360deg)}}@-webkit-keyframes rotate-in{0%{-webkit-transform:rotate(-0deg);opacity:0}80%{opacity:1}100%{-webkit-transform:rotate(360deg)}}.rotate-out{-webkit-animation:rotate-out 1s;animation:rotate-out 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes rotate-out{0%{transform:rotate(-360deg)}20%{opacity:1}100%{transform:rotate(0deg);opacity:0}}@-webkit-keyframes rotate-out{0%{-webkit-transform:rotate(-360deg)}20%{opacity:1}100%{-webkit-transform:rotate(0deg);opacity:0}}.rotate-in-x{-webkit-animation:rotate-in-x 1s;animation:rotate-in-x 1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@keyframes rotate-in-x{0%{transform:rotateX(180deg);opacity:0}80%{opacity:1}100%{transform:rotateX(0deg)}}@-webkit-keyframes rotate-in-x{0%{-webkit-transform:rotateX(180deg);opacity:0}80%{opacity:1}100%{-webkit-transform:rotateX(0deg)}}.rotate-out-x{-webkit-animation:rotate-out-x 1s;animation:rotate-out-x 1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@keyframes rotate-out-x{0%{transform:rotateX(0deg)}20%{opacity:1}100%{transform:rotateX(180deg);opacity:0}}@-webkit-keyframes rotate-out-x{0%{-webkit-transform:rotateX(0deg)}20%{opacity:1}100%{-webkit-transform:rotateX(180deg);opacity:0}}.rotate-in-y{-webkit-animation:rotate-in-y 1s;animation:rotate-in-y 1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@keyframes rotate-in-y{0%{transform:rotateY(-180deg);opacity:0}100%{transform:rotateY(0deg);opacity:1}}@-webkit-keyframes rotate-in-y{0%{-webkit-transform:rotateY(0deg);opacity:0}60%{opacity:1}100%{-webkit-transform:rotateY(360deg)}}.rotate-out-y{-webkit-animation:rotate-out-y 1s;animation:rotate-out-y 1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@keyframes rotate-out-y{0%{transform:rotateY(0deg);opacity:1}100%{transform:rotateY(-180deg);opacity:0}}@-webkit-keyframes rotate-out-y{0%{-webkit-transform:rotateY(0deg);opacity:1}100%{-webkit-transform:rotateY(-180deg);opacity:0}}.rotate-in-3d{-webkit-animation:rotate-in-3d 1s;animation:rotate-in-3d 1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@keyframes rotate-in-3d{0%{transform:rotate3d(1,1,0,0deg);opacity:0}60%{opacity:1}100%{transform:rotate3d(1,1,0,360deg)}}@-webkit-keyframes rotate-in-3d{0%{-webkit-transform:rotate3d(1,1,0,0deg);opacity:0}60%{opacity:1}100%{-webkit-transform:rotate3d(1,1,0,360deg)}}.rotate-out-3d{-webkit-animation:rotate-out-3d 1s;animation:rotate-out-3d 1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@keyframes rotate-out-3d{0%{transform:rotate3d(1,1,0,360deg)}40%{opacity:1}100%{transform:rotate3d(1,1,0,0deg);opacity:0}}@-webkit-keyframes rotate-out-3d{0%{-webkit-transform:rotate3d(1,1,0,360deg)}40%{opacity:1}100%{-webkit-transform:rotate3d(1,1,0,0deg);opacity:0}}.rotate-in-scale{-webkit-animation:rotate-in-scale 1s;animation:rotate-in-scale 1s;-webkit-animation-timing-function:easec;animation-timing-function:ease-in-out}@keyframes rotate-in-scale{0%{transform:scale(0) rotate(-540deg);opacity:0}80%{opacity:1}100%{transform:scale(1) rotate(0deg)}}@-webkit-keyframes rotate-in-scale{0%{-webkit-transform:scale(0) rotate(-540deg);opacity:0}80%{opacity:1}100%{-webkit-transform:scale(1) rotate(0deg)}}.rotate-out-scale{-webkit-animation:rotate-out-scale 1s;animation:rotate-out-scale 1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@keyframes rotate-out-scale{0%{transform:scale(1) rotate(0deg)}40%{opacity:1}100%{transform:scale(0) rotate(540deg);opacity:0}}@-webkit-keyframes rotate-out-scale{0%{-webkit-transform:scale(1) rotate(0deg)}40%{opacity:1}100%{-webkit-transform:scale(0) rotate(540deg);opacity:0}}.turn-in-x{-webkit-animation:turn-in-x 1s;animation:turn-in-x 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes turn-in-x{0%{transform:rotateX(360deg) scale(0);opacity:0}100%{transform:rotateX(0deg) scale(1);opacity:1}}@-webkit-keyframes turn-in-x{0%{-webkit-transform:rotateX(360deg) scale(0);opacity:0}100%{-webkit-transform:rotateX(0deg) scale(1);opacity:1}}.turn-out-x{-webkit-animation:turn-out-x 1s;animation:turn-out-x 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes turn-out-x{0%{transform:rotateX(0deg) scale(1);opacity:1}80%{opacity:0}100%{transform:rotateX(360deg) scale(0)}}@-webkit-keyframes turn-out-x{0%{-webkit-transform:rotateX(0deg) scale(1);opacity:1}80%{opacity:0}100%{-webkit-transform:rotateX(360deg) scale(0)}}.turn-in-y{-webkit-animation:turn-in-y 1s;animation:turn-in-y 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes turn-in-y{0%{transform:rotateY(0deg) scale(0);opacity:0}100%{transform:rotateY(360deg) scale(1);opacity:1}}@-webkit-keyframes turn-in-y{0%{-webkit-transform:rotateY(0deg) scale(0);opacity:0}100%{-webkit-transform:rotateX(360deg) scale(1);opacity:1}}.turn-out-y{-webkit-animation:turn-out-y 1s;animation:turn-out-y 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes turn-out-y{0%{transform:rotateY(0deg) scale(1);opacity:1}80%{opacity:0}100%{transform:rotateY(360deg) scale(0)}}@-webkit-keyframes turn-out-y{0%{-webkit-transform:rotateY(0deg) scale(1);opacity:1}80%{opacity:0}100%{-webkit-transform:rotateY(360deg) scale(0)}}.back-in-right{-webkit-animation:back-in-right 1.5s;animation:back-in-right 1.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes back-in-right{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0px) scale(.7);opacity:.7}100%{transform:scale(1);opacity:1}}@-webkit-keyframes back-in-right{0%{-webkit-transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);opacity:.7}100%{-webkit-transform:scale(1);opacity:1}}.back-out-right{-webkit-animation:back-out-right 1.5s;animation:back-out-right 1.5s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes back-out-right{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(.7);opacity:.7}100%{transform:translateX(2000px) scale(.7);opacity:.7}}@-webkit-keyframes back-out-right{0%{-webkit-transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);opacity:.7}100%{-webkit-transform:translateX(2000px) scale(.7);opacity:.7}}.back-in-left{-webkit-animation:back-in-left 1.5s;animation:back-in-left 1.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes back-in-left{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0px) scale(.7);opacity:.7}100%{transform:scale(1);opacity:1}}@-webkit-keyframes back-in-left{0%{-webkit-transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);opacity:.7}100%{-webkit-transform:scale(1);opacity:1}}.back-out-left{-webkit-animation:back-out-left 1.5s;animation:back-out-left 1.5s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes back-out-left{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(.7);opacity:.7}100%{transform:translateX(-2000px) scale(.7);opacity:.7}}@-webkit-keyframes back-out-left{0%{-webkit-transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);opacity:.7}100%{-webkit-transform:translateX(-2000px) scale(.7);opacity:.7}}.back-in-up{-webkit-animation:back-in-up 1.5s;animation:back-in-up 1.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes back-in-up{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0px) scale(.7);opacity:.7}100%{transform:scale(1);opacity:1}}@-webkit-keyframes back-in-up{0%{-webkit-transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);opacity:.7}100%{-webkit-transform:scale(1);opacity:1}}.back-out-up{-webkit-animation:back-out-up 1.5s;animation:back-out-up 1.5s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes back-out-up{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(.7);opacity:.7}100%{transform:translateY(-1200px) scale(.7);opacity:.7}}@-webkit-keyframes back-out-up{0%{-webkit-transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);opacity:.7}100%{-webkit-transform:translateY(-1200px) scale(.7);opacity:.7}}.back-in-down{-webkit-animation:back-in-down 1.5s;animation:back-in-down 1.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes back-in-down{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0px) scale(.7);opacity:.7}100%{transform:scale(1);opacity:1}}@-webkit-keyframes back-in-down{0%{-webkit-transform:translateY(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);opacity:.7}100%{-webkit-transform:scale(1);opacity:1}}.back-out-down{-webkit-animation:back-out-down 1.5s;animation:back-out-down 1.5s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes back-out-down{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(.7);opacity:.7}100%{transform:translateY(1200px) scale(.7);opacity:.7}}@-webkit-keyframes back-out-down{0%{-webkit-transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);opacity:.7}100%{-webkit-transform:translateY(1200px) scale(.7);opacity:.7}}.push-in-up{transform-origin:50% 100% 0;-webkit-animation:push-in-up 1s;animation:push-in-up 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes push-in-up{0%{transform:rotateX(90deg);opacity:0}100%{transform:none}}@-webkit-keyframes push-in-up{0%{-webkit-transform:rotateX(90deg);opacity:0}100%{-webkit-transform:none}}.push-out-down{transform-origin:50% 100% 0;-webkit-animation:push-out-down 1s;animation:push-out-down 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes push-out-down{0%{transform:none}100%{transform:rotateX(90deg);opacity:0}}@-webkit-keyframes push-out-down{0%{-webkit-transform:none}100%{-webkit-transform:rotateX(90deg);opacity:0}}.push-in-down{-webkit-transform-origin:50% 0 0;transform-origin:50% 0 0;-webkit-animation:push-in-down 1s;animation:push-in-down 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes push-in-down{0%{transform:rotateX(-90deg);opacity:0}100%{transform:none}}@-webkit-keyframes push-in-down{0%{-webkit-transform:rotateX(-90deg);opacity:0}100%{-webkit-transform:none}}.push-out-up{-webkit-transform-origin:50% 0 0;transform-origin:50% 0 0;-webkit-animation:push-out-up 1s;animation:push-out-up 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes push-out-up{0%{transform:none}100%{transform:rotateX(-90deg);opacity:0}}@-webkit-keyframes push-out-up{0%{-webkit-transform:none}100%{-webkit-transform:rotateX(-90deg);opacity:0}}.push-in-right{-webkit-transform-origin:0 50% 0;transform-origin:0 50% 0;-webkit-animation:push-in-right 1s;animation:push-in-right 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform-style:preserve-3d}@keyframes push-in-right{0%{transform:rotateY(90deg);opacity:0}100%{transform:none}}@-webkit-keyframes push-in-right{0%{-webkit-transform:rotateY(90deg);opacity:0}100%{-webkit-transform:none}}.push-out-left{-webkit-transform-origin:0 50% 0;transform-origin:0 50% 0;-webkit-animation:push-out-left 1s;animation:push-out-left 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes push-out-left{0%{transform:none}100%{transform:rotateY(90deg);opacity:0}}@-webkit-keyframes push-out-left{0%{-webkit-transform:none}100%{-webkit-transform:rotateY(90deg);opacity:0}}.push-in-left{-webkit-transform-origin:100% 50% 0;transform-origin:100% 50% 0;-webkit-animation:push-in-left 1s;animation:push-in-left 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform-style:preserve-3d}@keyframes push-in-left{0%{transform:rotateY(-90deg);opacity:0}100%{transform:none}}@-webkit-keyframes push-in-left{0%{-webkit-transform:rotateY(-90deg);opacity:0}100%{-webkit-transform:none}}.push-out-right{-webkit-transform-origin:100% 50% 0;transform-origin:100% 50% 0;-webkit-animation:push-out-right 1s;animation:push-out-right 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;transform-style:preserve-3d}@keyframes push-out-right{0%{transform:none}100%{transform:rotateY(-90deg);opacity:0}}@-webkit-keyframes push-out-right{0%{-webkit-transform:none}100%{-webkit-transform:rotateY(-90deg);opacity:0}}.clip-x-in{-webkit-animation:clip-x-in 1s;animation:clip-x-in 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes clip-x-in{0%{transform:scale(1,0)}100%{transform:none}}@-webkit-keyframes clip-x-in{0%{-webkit-transform:scale(1,0)}100%{-webkit-transform:none}}.clip-y-in{-webkit-animation:clip-y-in 1s;animation:clip-y-in 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes clip-y-in{0%{transform:scale(0,1)}100%{transform:none}}@-webkit-keyframes clip-y-in{0%{-webkit-transform:scale(0,1)}100%{-webkit-transform:none}}.clip-xy-in{-webkit-animation:clip-xy-in 1s;animation:clip-xy-in 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes clip-xy-in{0%{transform:scale(0,.5)}50%{transform:scale(1,.5)}100%{transform:none}}@-webkit-keyframes clip-xy-in{0%{-webkit-transform:scale(0,.5)}50%{-webkit-transform:scale(1,.5)}100%{-webkit-transform:none}}.clip-x-out{-webkit-animation:clip-x-out 1s;animation:clip-x-out 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes clip-x-out{0%{transform:none}100%{transform:scale(1,0)}}@-webkit-keyframes clip-x-out{0%{-webkit-transform:none}100%{-webkit-transform:scale(1,0)}}.clip-y-out{-webkit-animation:clip-y-out 1s;animation:clip-y-out 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes clip-y-out{0%{transform:none}100%{transform:scale(0,1)}}@-webkit-keyframes clip-y-out{0%{-webkit-transform:none}100%{-webkit-transform:scale(0,1)}}.clip-xy-out{-webkit-animation:clip-xy-out 1s;animation:clip-xy-out 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes clip-xy-out{0%{transform:none}50%{transform:scale(1,.5)}100%{transform:scale(0,.5)}}@-webkit-keyframes clip-xy-out{0%{-webkit-transform:none}50%{-webkit-transform:scale(1,.5)}100%{-webkit-transform:scale(0,.5)}}.fanfare{-webkit-animation:fanfare 1.2s;animation:fanfare 1.2s}@keyframes fanfare{0%,100%{transform:scale(1)}30%{transform:scale(.8) rotateZ(5deg)}40%,60%,80%{transform:scale(1.15) rotateZ(-5deg)}50%,70%,90%{transform:scale(1.15) rotateZ(5deg)}}@-webkit-keyframes fanfare{0%,100%{-webkit-transform:scale(1)}30%{-webkit-transform:scale(.8) rotateZ(5deg)}40%,60%,80%{-webkit-transform:scale(1.15) rotateZ(-5deg)}50%,70%,90%{-webkit-transform:scale(1.15) rotateZ(5deg)}}.float{-webkit-animation:float 1.6s;animation:float 1.6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@-webkit-keyframes float{0%,100%{-webkit-transform:translateY(0)}50%{-webkit-transform:translateY(-20px)}}.orbit{-webkit-animation:orbit 3s;animation:orbit 3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@keyframes orbit{0%{transform:rotate(0deg) translateX(20px) rotate(0deg)}100%{transform:rotate(360deg) translateX(20px) rotate(-360deg)}}@-webkit-keyframes orbit{0%{-webkit-transform:rotate(0deg) translateX(20px) rotate(0deg)}100%{-webkit-transform:rotate(360deg) translateX(20px) rotate(-360deg)}}.spiral{-webkit-animation:spiral 1s;animation:spiral 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes spiral{0%{transform:rotateY(-360deg) translateY(-150%)}100%{transform:rotateY(0) translateY(0px)}}@-webkit-keyframes spiral{0%{-webkit-transform:rotateY(-360deg) translateY(-150%)}100%{-webkit-transform:rotateY(0) translateY(0px)}}.bounce{-webkit-animation:bounce 1s;animation:bounce 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes bounce{0%,30%,55%,70%,80%,90%,100%{transform:translateY(0px)}25%{transform:translateY(-50px)}45%{transform:translateY(-25px)}63%{transform:translateY(-15px)}75%{transform:translateY(-7px)}85%{transform:translateY(-4px)}95%{transform:translateY(-2px)}}@-webkit-keyframes bounce{0%,30%,55%,70%,80%,90%,100%{-webkit-transform:translateY(0px)}25%{-webkit-transform:translateY(-50px)}45%{-webkit-transform:translateY(-25px)}63%{-webkit-transform:translateY(-15px)}75%{-webkit-transform:translateY(-7px)}85%{-webkit-transform:translateY(-4px)}95%{-webkit-transform:translateY(-2px)}}.vibro{-webkit-animation:vibro .5s;animation:vibro .5s}@keyframes vibro{0%,100%{transform:translateX(0px)}10%,30%,50%,70%,90%{transform:translateX(5px)}20%,40%,60%,80%{transform:translateX(-5px)}}@-webkit-keyframes vibro{0%,100%{-webkit-transform:translateX(0px)}10%,30%,50%,70%,90%{-webkit-transform:translateX(5px)}20%,40%,60%,80%{-webkit-transform:translateX(-5px)}}.heartbeat{-webkit-animation:heartbeat 8s;animation:heartbeat 8s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@keyframes heartbeat{0%,20%,40%,60%,80%,100%{transform:scale(1)}10%,30%,50%,70%,90%{transform:scale(1.15)}}@-webkit-keyframes heartbeat{0%,20%,40%,60%,80%,100%{-webkit-transform:scale(1)}10%,30%,50%,70%,90%{-webkit-transform:scale(1.15)}}.shake{-webkit-animation:shake 1s;animation:shake 1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@keyframes shake{0%,100%{transform:translateX(0px)}12.5%,37.5%,62.5%,87.5%{transform:translateX(20px)}25%,50%,75%{transform:translateX(-20px)}}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0px)}12.5%,37.5%,62.5%,87.5%{-webkit-transform:translateX(20px)}25%,50%,75%{-webkit-transform:translateX(-20px)}}.puff{-webkit-animation:puff 1s;animation:puff 1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@keyframes puff{0%{transform:none}100%{transform:scale(1.2);opacity:0}}@-webkit-keyframes puff{0%{-webkit-transform:none}100%{-webkit-transform:scale(1.2);opacity:0}}.scale-in{-webkit-animation:scale-in 1.5s;animation:scale-in 1.5s}@keyframes scale-in{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}@-webkit-keyframes scale-in{0%{-webkit-transform:scale(0);opacity:0}100%{-webkit-transform:scale(1);opacity:1}}.scale-out{-webkit-animation:scale-out 1s;animation:scale-out 1s}@keyframes scale-out{0%{transform:none;opacity:1}80%{opacity:0}100%{transform:scale(0);opacity:0}}@-webkit-keyframes scale-out{0%{-webkit-transform:none;opacity:1}50%{opacity:.7}100%{-webkit-transform:scale(0);opacity:0}}.stretch{-webkit-animation:stretch 1s;animation:stretch 1s}@keyframes stretch{0%,100%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.3,.7,1)}40%{transform:scale3d(.7,1.3,1)}60%{transform:scale3d(1.2,.8,1)}75%{transform:scale3d(.8,1.2,1)}90%{transform:scale3d(1.05,.95,1)}}@-webkit-keyframes stretch{0%,100%{-webkit-transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.3,.7,1)}40%{-webkit-transform:scale3d(.7,1.3,1)}60%{-webkit-transform:scale3d(1.2,.8,1)}75%{-webkit-transform:scale3d(.8,1.2,1)}90%{-webkit-transform:scale3d(1.05,.95,1)}}.pulse{-webkit-animation:pulse 1s;animation:pulse 1s}@keyframes pulse{0%{transform:none}50%{transform:scale(1.15)}100%{transform:scale(1)}}@-webkit-keyframes pulse{0%{-webkit-transform:none}50%{-webkit-transform:scale(1.15)}100%{-webkit-transform:scale(1)}}.spin{-webkit-transform-origin:50% 50% -200px;transform-origin:50% 50% -200px;-webkit-animation:spin 1s;animation:spin 1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@keyframes spin{0%{transform:rotateY(0deg)}100%{transform:rotateY(360deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotateY(0deg)}100%{-webkit-transform:rotateY(360deg)}}.spin-y{-webkit-transform-origin:left top;transform-origin:left top;-webkit-animation:spin-y 1s;animation:spin-y 1s}@keyframes spin-y{0%{transform:rotateY(0deg)}100%{transform:rotateY(360deg)}}@-webkit-keyframes spin-y{0%{-webkit-transform:rotateY(0deg)}100%{-webkit-transform:rotateY(360deg)}}.whirl{-webkit-animation:whirl 2s;animation:whirl 2s}@keyframes whirl{0%{transform:translateY(1000px) rotateY(0deg)}80%{transform:translateY(-100%) rotateY(720deg)}100%{transform:translateY(0px)}}@-webkit-keyframes whirl{0%{-webkit-transform:translateY(1000px) rotateY(0deg)}80%{-webkit-transform:translateY(-100%) rotateY(720deg)}100%{-webkit-transform:translateY(0px)}}.wabble{-webkit-transform-origin:50% 0 0;transform-origin:50% 0 0;-webkit-animation:wabble 1.2s;animation:wabble 1.2s}@keyframes wabble{0%,100%{transform:rotateZ(0deg)}12.5%{transform:rotateZ(-20deg)}25%{transform:rotateZ(18deg)}37.5%{transform:rotateZ(-15deg)}50%{transform:rotateZ(13deg)}62.5%{transform:rotateZ(-10deg)}75%{transform:rotateZ(7deg)}87.5%{transform:rotateZ(-3deg)}}@-webkit-keyframes wabble{0%,100%{-webkit-transform:rotateZ(0deg)}12.5%{-webkit-transform:rotateZ(-20deg)}25%{-webkit-transform:rotateZ(18deg)}37.5%{-webkit-transform:rotateZ(-15deg)}50%{-webkit-transform:rotateZ(13deg)}62.5%{-webkit-transform:rotateZ(-10deg)}75%{-webkit-transform:rotateZ(7deg)}87.5%{-webkit-transform:rotateZ(-3deg)}}.matching,html{scroll-behavior:smooth}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;-webkit-text-size-adjust:none;font-family:'ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic'}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}div.star-rating--half::after,div.star::before{content:'\f005';font-size:20px;font-family:fontAwesome}img{height:auto;max-width:100%}span.bold-yellow{font-weight:700;color:orange}span.bold-green{font-weight:700;color:#59b71e}span.bold-purple{font-weight:700;color:red}span.bold-only{font-weight:700}.swiper-pagination .swiper-pagination-bullet-active{opacity:1;background:#611616}div.star{height:20px;width:20px;display:inline-block;position:relative}div.star::before{top:0;color:gold}div.star-rating--half::before{color:#aaa;position:relative}div.star-rating--half::after{color:gold;width:10px;position:absolute;left:0;overflow:hidden;display:inline-block}div.star-rating--empty::before{color:#9e9e9e}a{-webkit-text-decoration-line:none;text-decoration-line:none;color:#04C}.ranking_front li.ranking_list a,.wrap .main-block__left--notfound h1+p a,.wrap .single-block h1{-webkit-text-decoration-line:underline;text-decoration-line:underline}main{background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/back.png);background-repeat:repeat;padding-top:173px}.category_list{text-align:left}.category_list a{color:#b72626}.category_list h2{background:#561616;color:#fff;padding:10px;border-top:6px solid #AB797A;border-right:6px solid #371010;border-bottom:6px solid #2A0D0E;border-left:6px solid #351010;margin-bottom:20px}.category_list__mother{margin:0 auto;list-style:none;display:inline-block;width:100%}.category_list__mother li{width:33.3%;display:inline-block;vertical-align:top;margin-bottom:20px}.category_list__mother li ul{margin-top:10px}.category_list__mother li ul li{padding-left:20px;width:100%;display:block;margin-bottom:15px}.category_list__mother li ul li a{color:#3f3f3f}.category_list ul.ul_mother{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;list-style:none;width:100%}.category_list ul.ul_mother li{width:100%;vertical-align:top;margin-bottom:20px}.td1::before,.td2::before,.td3::before,.td4::before,.td5::before{left:-22px;top:6px;width:25px;height:25px;content:''}.category_list ul.ul_mother li ul li{display:block;margin-bottom:10px}.not_found{margin-top:20px;margin-bottom:50px;padding:20px}.pagination{margin-top:20px;margin-bottom:20px}.pagination li{border:3px solid #611616;margin:10px 5px;color:#611616;font-weight:700}.pagination li.current{padding-top:1px;min-width:36px;min-height:36px;background:#611616;color:#fff;text-align:center;line-height:36px}.pagination li a{border:none;color:#611616;font-weight:700}table{border-collapse:collapse;border-spacing:0;margin-left:5%}table tr td{text-align:left;padding:8px}.td1{position:relative}.td1::before{background:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/i_1.png) no-repeat;position:absolute;background-size:25px 25px}.td2{position:relative}.td2::before{background:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/i_2.png) no-repeat;position:absolute;background-size:25px 25px}.td3{position:relative}.td3::before{background:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/i_3.png) no-repeat;position:absolute;background-size:25px 25px}.td4{position:relative}.td4::before{background:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/i_4.png) no-repeat;position:absolute;background-size:25px 25px}.td5{position:relative}.td5::before{background:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/i_5.png) no-repeat;position:absolute;background-size:25px 25px}.average_point div+span{margin-top:10px;display:inline-block}.single-button{text-align:center;overflow:hidden;border-radius:22px;position:relative}.single-button a{display:block;color:#fff}.single-button a .img-cta{width:100%;max-width:360px;position:relative;margin:0}.single-button a .img-cta-arrow{position:absolute;top:25%;right:8%;max-width:16%;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;margin:0;-webkit-animation-duration:2s;animation-duration:2s}.single-button .reflection{height:100%;width:30px;position:absolute;top:-180px;left:0;background-color:#fff;opacity:0;transform:rotate(45deg);animation:reflection 2s ease-in-out infinite;-webkit-transform:rotate(45deg);-webkit-animation:reflection 2s ease-in-out infinite;-moz-transform:rotate(45deg);-moz-animation:reflection 2s ease-in-out infinite;-ms-transform:rotate(45deg);-ms-animation:reflection 2s ease-in-out infinite;-o-transform:rotate(45deg);-o-animation:reflection 2s ease-in-out infinite}#comments .single-button--outer,.site-review .single-button--outer{max-width:450px;margin:auto}#comments .single-button--outer .single-button a .img-cta,.site-review .single-button--outer .single-button a .img-cta{width:100%;max-width:450px;margin:0}#comments .single-button--outer .single-button a .img-cta-arrow,.site-review .single-button--outer .single-button a .img-cta-arrow{top:25%;right:6%;max-width:16%;margin:0}.score span{font-size:1.1rem;font-weight:700}.ranking_right>a{font-size:1.4rem}.comment_list h3+p{text-align:center;padding:20px}.category_list .overflow_cat>a::after{background:#b72626}.category_list a{position:relative;text-decoration:none}.category_list a::after{position:absolute;bottom:-4px;left:0;content:'';width:100%;height:2px;background:#333;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.category_list a:hover::after{-webkit-transform:scale(1,1);transform:scale(1,1)}#breadcrumblist{margin-top:20px;margin-bottom:40px;text-align:left}#breadcrumblist div{display:inline}.wrap .h2_single_title{border-left:10px double #611616;border-bottom:10px double #611616;font-size:2rem;font-weight:700;margin-top:20px;margin-bottom:20px;text-align:left;padding:10px 0 10px 20px;line-height:1.3}.wrap h1.h2_single_title{margin-top:0}.wrap .single-block{max-width:1085.33px;display:block;margin:0 auto}.wrap .single-block h1{margin-bottom:15px;color:#611616;font-weight:700;font-size:1.7rem;text-align:left}.wrap .single-block h1+p{line-height:2.4rem;margin-bottom:20px}.wrap .single-block .chart_area{background:rgba(255,255,255,.7)}.wrap .single-block .chart_area .average_point{background:#fff;border:1px solid #000;display:inline-block;width:33%}.wrap .single-block .chart_area .average_point .score{font-weight:700;font-size:1.5rem}.wrap .single-block .chart_area .average_point div.star{height:30px;width:30px}.wrap .single-block .chart_area .average_point div.star::before{font-size:30px}.wrap .single-block .chart_area .average_point div.star-rating--half::after{font-size:30px;width:15px}.wrap .single-block .chart_area .average_point div.star-rating--empty::before{color:#9e9e9e}.wrap .single-block .chart_area .chart_bottom .canvas_outer{display:inline-block;width:25%;vertical-align:middle}.wrap .single-block .chart_area .chart_bottom table{display:inline-block;width:33%;vertical-align:middle}.wrap .single-block .chart_area .chart_bottom table tr td:first-child{padding-right:10px;text-align:left}.wrap .single-block .chart_area .chart_bottom table td{height:30px}.wrap .single-block .chart_area .chart_bottom table.comment_rates{width:41%;margin-left:-5%}.wrap .single-block .chart_area .chart_bottom table.comment_rates td{vertical-align:middle}.wrap .single-block .chart_area .chart_bottom table.comment_rates td.comment_number{text-align:right;min-width:50px}.wrap .single-block .chart_area .chart_bottom table.comment_rates td div.graph{width:250px;background:#f4f4f4}.wrap .single-block .chart_area .chart_bottom table.comment_rates td div.graph div{background:#474747}.wrap .single-block .chart_area .chart_bottom table.comment_rates td img{width:20px;height:auto}.wrap .comment_count{display:inline-block;width:70%;margin:auto auto 5px;padding:8px;background:#818181;color:#fff;border-radius:8px;text-align:center}.wrap .comment_count::before{color:#fff;content:'\f075';font-size:23px;width:10px;font-family:fontAwesome;-webkit-transform:scale(-1,1);transform:scale(-1,1)}.wrap .single-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px}.wrap .single-content .content_left{display:block;width:43%;position:relative}.wrap .single-content .content_right{display:inline-block;width:55%;vertical-align:top;text-align:left}.wrap .single-content .content_right__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:2px solid #611616;padding:20px;margin-bottom:20px}.wrap .single-content .content_right__top__left{width:55%}.wrap .single-content .content_right__top__right{width:43%;text-align:center}.wrap .single-content .content_right__top__right__banner{margin-bottom:10px}.wrap .single-content .content_right__bottom{text-align:center}.wrap .single-content .content_right__bottom .single-button{text-align:center;overflow:hidden;border-radius:22px;position:relative;max-width:360px;margin:auto}.wrap .single-content .content_right__bottom .single-button a{display:block;color:#fff;padding:0}.wrap .single-content .content_right__bottom .single-button a .img-cta{width:100%;max-width:360px;position:relative}.wrap .single-content .content_right__bottom .single-button a .img-cta-arrow{position:absolute;top:25%;right:8%;max-width:16%;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.wrap .single-content .content_right .site-info-left-1{max-width:260px;display:inline-block;vertical-align:top}.wrap .single-content .content_right .site-info-left-1 img{max-width:260px}.wrap .single-content .content_right .site-info-left3 .single-button{display:inline-block;width:100%;text-align:left}.wrap .single-content .content_right .site-info-left3 .single-button a{display:block;color:#fff}.wrap .single-content .content_right .site-info-left3 .single-button a img{width:80%;height:auto}.wrap .single-content .content_right__akutoku{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;width:55%;vertical-align:top;text-align:left}.wrap .single-content .content_right__akutoku__left{width:50%;margin-right:20px}.wrap .single-content .content_right__akutoku__right .comment_count{width:100%}.wrap .single-content .single-button_outer{text-align:center;margin-bottom:30px}.wrap .single-content .single-button_outer .single-button{display:inline-block;text-align:center;padding:10px}.wrap .single-content .single-button_outer .single-button a{display:block;color:#fff;padding:8px}.wrap .site_info table tr td,.wrap .site_info table tr th{padding-top:5px;padding-bottom:5px}.wrap .single-content .single-button_outer .single-button a img{width:89%;height:auto}.wrap .site_info{margin:45px auto 50px;width:90%}.wrap .site_info table{display:inline-block;text-align:left}.wrap .site_info table tr{border-bottom:1px solid #000}.wrap .site_info table tr th{padding-right:20px}.wrap .h2_comment{padding:15px;font-size:1.2rem;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.75);background:-webkit-gradient(linear,left bottom,left top,from(#160606),color-stop(70%,#696969));background:linear-gradient(0deg,#160606 0,#696969 70%);border-left:10px solid #611616;-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,.25);box-shadow:inset 1px 1px 0 rgba(255,255,255,.25);margin-top:50px;margin-bottom:20px}.wrap .link_button{text-align:center}.wrap .link_button a{display:inline-block;width:30%;padding:12px;background:#66D160;color:#fff;font-weight:700;border-radius:8px;font-size:1.2rem;-webkit-box-shadow:5px -4px 9px #015801 inset;box-shadow:5px -4px 9px #015801 inset}.wrap .table-unei td,.wrap .table-unei th{border:1px solid #000;padding:5px 8px;background:#fff}.wrap .table-unei{margin:0 auto 30px}.wrap .table-unei th{font-weight:700}.wrap .main-block__left .h1_slide{position:absolute;bottom:0}.wrap .main-block__left .h1_slide h1{border-left:10px double #611616;border-bottom:10px double #611616;font-size:1.7rem;font-weight:700;margin-bottom:20px;text-align:left;padding:10px 0 10px 20px}.wrap .main-block__left .h1_slide .top_desc{margin-bottom:20px;padding:7px;line-height:1.8rem;background:rgba(255,255,255,.7);font-size:.9rem}.wrap .main-block__left .h1_slide .top_desc p{padding:0 10px;margin-bottom:15px;line-height:1.4;font-size:16px}.wrap .main-block__left .h1_slide .top_desc ul{padding:0 40px;margin-bottom:15px}.wrap .main-block__left h3,.wrap .main-block__left h4{text-align:left}.wrap .main-block__left h2{background:#561616;color:#fff;padding:10px;border-top:6px solid #AB797A;border-right:6px solid #371010;border-bottom:6px solid #2A0D0E;border-left:6px solid #351010;margin-bottom:20px;text-align:center}.wrap .main-block__left h3{border-top:3px solid #611616;border-bottom:3px solid #611616;padding:10px;margin-left:10px;margin-right:10px}.wrap .main-block__left .ranking_front li.ranking_list{background:#fff;margin-bottom:20px;text-align:left}.wrap .main-block__left .ranking_front li.ranking_list .ranking_left{display:inline-block;width:48%;margin-top:20px;vertical-align:top;text-align:center;position:relative}.wrap .main-block__left .ranking_front li.ranking_list .ranking_left .order{position:absolute;top:-10%;left:7%;z-index:1;width:60px;height:60px}.wrap .main-block__left .ranking_front li.ranking_list .button__left,.wrap .main-block__left .ranking_front li.ranking_list .button__right{width:48%}.wrap .main-block__left .ranking_front li.ranking_list .button__left a img,.wrap .main-block__left .ranking_front li.ranking_list .button__right a img{max-width:100%;height:auto}.wrap .main-block__left .ranking_front li.ranking_list .button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 60px;margin-bottom:40px}.wrap .main-block__left .ranking_front li.ranking_list .ranking_right{vertical-align:top;margin-top:20px;display:inline-block;width:48%}.wrap .main-block__left .ranking_front li.ranking_list .ranking_right a{display:block;margin-bottom:20px}.wrap .main-block__left .ranking_front li.ranking_list .chart_area{text-align:center}.wrap .main-block__left .ranking_front li.ranking_list .chart_area .canvas_outer{width:250px;height:250px;display:inline-block;vertical-align:middle}.wrap .main-block__left .ranking_front li.ranking_list .chart_area table{width:39%;display:inline-block;vertical-align:middle}.wrap .main-block__left .ranking_front li.ranking_list .chart_area .average_point{vertical-align:middle;display:inline-block;width:15%;text-align:center;border:1px solid #000;padding:15px}.wrap .main-block__left .ranking_front li.ranking_list .chart_area .average_point .score{font-size:1.5rem;font-weight:700}.wrap .main-block__left .ranking_front li.ranking_list .comment_list h3{font-weight:700}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li{padding:20px}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li::after{content:'';display:block;width:95%;margin:10px auto;border-bottom:2px solid #bfbfbf}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li:last-child{padding-top:0}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li:last-child::after{content:none}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li .comment_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li .comment_top img{width:7%;height:auto;margin-right:10px}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li .comment_top div{width:91%;vertical-align:top}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li .comment_bottom{padding:10px}.wrap .main-block__left .new-comments{border:2px solid #611616;margin-bottom:50px;background:#fff;text-align:left}.wrap .main-block__left .new-comments ul li{padding:20px}.wrap .main-block__left .new-comments ul li::after{content:'';display:block;width:95%;margin:10px auto;border-bottom:2px solid #bfbfbf}.wrap .main-block__left .new-comments ul li:last-child::after{content:none}.wrap .main-block__left .new-comments ul li .comment_top img{height:auto;width:7%}.wrap .main-block__left .new-comments ul li .comment_top div{display:inline-block;width:91%;padding-left:6px;vertical-align:top}.wrap .main-block__left .new-comments ul li .comment_top div a{text-decoration:underline;margin-bottom:10px}.wrap .main-block__left .new-comments ul li .comment_top div p{margin-top:10px}.wrap .main-block__left .new-comments ul li .comment_bottom{padding:10px}.wrap .main-block__left--front .category_list{margin-bottom:750px}.wrap .main-block__left--ranking .category_list{margin-bottom:360px}.wrap .main-block__left--ranking .ranking_button{margin-bottom:15px}.wrap .main-block__left--ranking .ranking_button li{width:16%;display:inline-block;text-align:center}.wrap .main-block__left--ranking .ranking_button li.filter span{background:#000;border-radius:6px;height:auto;display:inherit;margin:0 auto}.wrap .main-block__left--ranking .ranking_button li.filter span img{opacity:.6;width:90px;height:auto;display:inherit;margin:0 auto}.wrap .main-block__left--ranking .ranking_button li a{display:inline-block}.wrap .main-block__left--ranking .ranking_button li a img{width:90px;display:inherit;margin:0 auto}.wrap .main-block__left--yuryo .category_list{margin-bottom:840px}.wrap .main-block__left--akutoku .button__review{margin:auto}.wrap .main-block__left--akutoku .button__review img{height:auto;max-width:350px}.wrap .main-block__left--akutoku .category_list{margin-bottom:310px}.wrap .main-block__left--columnarchive{height:-webkit-max-content;height:-moz-max-content;height:max-content}.wrap .main-block__left--columnarchive .category_list{margin-bottom:350px}.wrap .main-block__left--columnarchive .column-list__li{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fff;margin-bottom:30px}.wrap .main-block__left--columnarchive .column-list__li__left{width:40%}.wrap .main-block__left--columnarchive .column-list__li__left img{width:100%}.wrap .main-block__left--columnarchive .column-list__li__right{width:58%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;line-height:1.5}.wrap .main-block__left--columnarchive .column-list__li__right__top a{color:#561616;text-decoration:underline;font-size:22px}.wrap .main-block__left--columnarchive .column-list__li__right__bottom{line-height:1.5}.wrap .main-block__left--categorylist{height:-webkit-max-content;height:-moz-max-content;height:max-content}.wrap .main-block__left--categorylist .category_list{margin-bottom:310px}.wrap .main-block__left--category li.ranking_list .button__right{margin:auto}.wrap .main-block__left--category .category_list{margin-bottom:340px}.wrap .main-block__left--archive li.ranking_list .button{margin-top:30px}.wrap .main-block__left--archive li.ranking_list .button__right{margin:auto}.wrap .main-block__left--archive .category_list{margin-bottom:980px}.wrap .main-block__left--single{background:rgba(255,255,255,.7);padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.wrap .main-block__left--single h2{padding:15px;font-size:1.2rem;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.75);background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#160606),color-stop(70%,#696969));background:linear-gradient(0deg,#160606 0,#696969 70%);border:none;border-left:10px solid #611616;-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,.25);box-shadow:inset 1px 1px 0 rgba(255,255,255,.25);margin-top:50px;margin-bottom:20px}.wrap .main-block__left--single .category_list{margin-bottom:30px}.wrap .main-block__left--single .site-review{line-height:1.8rem}.wrap .main-block__left--single .site-review .div__ul__kakoi{border:1px solid #591C19;border-radius:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto auto 1.3em}.wrap .main-block__left--single .site-review .div__ul__kakoi p{margin:0}.wrap .main-block__left--single .site-review .div__ul__kakoi .midashi{color:#fff;background:#591C19;font-weight:700;font-size:18px;padding:5px 10px;margin:0;width:auto;text-align:center}.wrap .main-block__left--single .site-review .div__ul__kakoi ul{padding:20px;list-style:inside;margin:0;line-height:1.3}.wrap .main-block__left--single .site-review .div__ul__kakoi ul li{margin-bottom:7px;border-bottom:1px solid #DDD1D0;padding-bottom:7px;font-weight:500;list-style-type:none;position:relative;padding-left:24px}.wrap .main-block__left--single .site-review .div__ul__kakoi ul li:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}.wrap .main-block__left--single .site-review .div__ul__kakoi ul li:before{border-radius:50%;position:absolute;left:0;top:2px;content:'';display:inline-block;width:18px;height:18px;background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/icon-ul-kakoi.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.wrap .main-block__left--single .site-review .accordion{margin:20px 0}.wrap .main-block__left--single .site-review .accordion label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:initial;height:auto;font-size:20px;font-weight:700;letter-spacing:1.5px;text-indent:1.5px;color:#611616;border:4px solid #611616;cursor:pointer;-webkit-transition:all 1s;transition:all 1s;padding:10px 20px;margin:0 10px;position:relative}.wrap .main-block__left--single .site-review .accordion label:after{content:"開く \f067";font-family:"Font Awesome 5 Free";color:#fff;background-color:#611616;padding:5px 15px;border-radius:5px}.wrap .main-block__left--single .site-review .accordion input{display:none}.wrap .main-block__left--single .site-review .accordion input:checked~label::after{content:"閉じる \f068";font-family:"Font Awesome 5 Free";color:#fff;background-color:#611616;padding:5px 10px;border-radius:5px}.wrap .main-block__left--single .site-review #toc_container .toc_title,.wrap .main-block__left--single .site-review h2{background:-webkit-gradient(linear,left bottom,left top,from(#160606),color-stop(70%,#696969));-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,.25);text-shadow:1px 1px 1px rgba(0,0,0,.75)}.wrap .main-block__left--single .site-review .accordion input:checked~div{height:auto;opacity:1}.wrap .main-block__left--single .site-review .accordion__contents{height:0;padding:0;overflow:hidden;opacity:0;-webkit-transition:1s;transition:1s;margin:0 5%}.wrap .main-block__left--single .site-review .accordion__contents p:last-of-type{margin-bottom:0}.wrap .main-block__left--single .site-review .button--quick{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:760px;margin:0 5% 1.3em;line-height:0}.wrap .main-block__left--single .site-review .button--quick img{max-width:350px;margin:0}.wrap .main-block__left--single .site-review .button--quick--onlyleft{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:760px;margin:0 5% 1.3em;line-height:0}.wrap .main-block__left--single .site-review .button--quick--onlyleft img{max-width:350px;margin:0}.wrap .main-block__left--single .site-review a{text-decoration:underline}.wrap .main-block__left--single .site-review h2{padding:15px;font-size:1.2rem;color:#fff;background:linear-gradient(0deg,#160606 0,#696969 70%);border-left:10px solid #611616;box-shadow:inset 1px 1px 0 rgba(255,255,255,.25);margin-top:50px;margin-bottom:20px}.wrap .main-block__left--single .site-review h2:first-of-type{margin-top:0}.wrap .main-block__left--single .site-review h3{border-top:5px solid #611616;border-bottom:5px solid #611616;padding:10px;font-size:1.1rem;background:#f4f4f4;margin:50px 10px 20px}.wrap .main-block__left--single .site-review h4{margin:50px 3% 20px;border-bottom:3px solid #611616}.wrap .main-block__left--single .site-review p{margin:0 5% 1.3em;line-height:1.3rem}.wrap .main-block__left--single .site-review p span{display:inline!important}.wrap .main-block__left--single .site-review img{margin:10px auto;display:block;max-width:100%}.wrap .main-block__left--single .site-review ul{margin:2em 9%;line-height:1.6rem;list-style:outside}.wrap .main-block__left--single .site-review ul.ul-new li{border-bottom:1px solid #000;list-style:inside;margin-top:5px}.wrap .main-block__left--single .site-review ul.ul-point{border:1px solid #611616;position:relative;margin-top:4em;padding:10px}.wrap .main-block__left--single .site-review ul.ul-point li{margin-top:5px;list-style:none;margin-left:10px}.wrap .main-block__left--single .site-review ul.ul-point li::before{content:"\f058";font-family:FontAwesome;font-weight:900;margin-right:4px;color:#611616}.wrap .main-block__left--single .site-review ul.ul-point::before{content:'Point';position:absolute;top:-29px;left:-1px;padding:2px 20px;font-size:18px;display:block;border-top-left-radius:8px;border-top-right-radius:8px;background:#611616;color:#fff}.wrap .main-block__left--single .site-review .site-ranking__ul{margin:0;padding:0 30px}.wrap .main-block__left--single .site-review .site-ranking__ul__li{list-style:none;margin-bottom:50px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__name{position:relative;width:100%;display:block;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;background-repeat:no-repeat;background-size:contain}.wrap .main-block__left--single .site-review .site-ranking__ul__li__name img{width:100%;max-width:100%;height:auto}.wrap .main-block__left--single .site-review .site-ranking__ul__li__name a{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:25px;margin:auto;z-index:1;position:absolute;bottom:15px;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.wrap .main-block__left--single .site-review .site-ranking__ul__li__name a h3{border:unset;padding:unset;font-size:unset;background:unset;margin:unset;font-weight:700}.wrap .main-block__left--single .site-review .site-ranking__ul__li__maincontents-name{font-size:25px;font-weight:700;text-align:center;margin:50px 0 20px;padding:15px 10px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__maincontents-name a{color:#000;text-decoration:none}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__left{width:33%}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__left img{margin:0}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__right{width:64%;border:1px solid #561616;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__right__midashi{background:#561616;padding:5px 0;color:#fff;text-align:center;margin-bottom:20px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__right__content{font-size:18px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__right__content__top{text-align:center;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__right__content__top div{width:60%}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__right__content__top span{text-align:left;width:38%;color:#561616;position:relative;display:inline-block;margin-left:30px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__right__content__top span::before{left:-26px;top:0;width:22px;height:22px;content:'';background:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/i_1.png) no-repeat;position:absolute;background-size:22px 22px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__right__content__bottom{text-align:center;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__right__content__bottom div{width:60%}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__right__content__bottom span{text-align:left;width:38%;color:#561616;position:relative;display:inline-block;margin-left:30px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__right__content__bottom span::before{left:-26px;top:0;width:22px;height:22px;content:'';background:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/i_2.png) no-repeat;position:absolute;background-size:22px 22px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea .canvas_outer{width:35%;height:250px;display:inline-block;vertical-align:middle}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea table{width:38%;display:inline-block;vertical-align:middle;border:none}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea table tr td{border:none}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea table tr td div.star{height:18px;width:18px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea table tr td div.star::before{font-size:18px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea table tr td div.star-rating--half::after{font-size:18px;width:9px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea table tr .td1::before{background:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/i_5.png) no-repeat;background-size:25px 25px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea table tr .td2::before{background:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/i_1.png) no-repeat;background-size:25px 25px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea table tr .td3::before{background:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/i_4.png) no-repeat;background-size:25px 25px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea table tr .td4::before{background:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/i_2.png) no-repeat;background-size:25px 25px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea table tr .td5::before{background:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/i_3.png) no-repeat;background-size:25px 25px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea__averagepoint{vertical-align:middle;display:inline-block;width:14%;text-align:center;border:1px solid #000;padding:10px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea__averagepoint div.star{height:18px;width:18px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea__averagepoint div.star::before{font-size:18px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea__averagepoint div.star-rating--half::after{font-size:18px;width:9px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea__averagepoint__score{font-size:1.5rem;font-weight:700;margin:0 0 10px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__single-button{margin:auto;text-align:center;width:480px;overflow:hidden;position:relative}.wrap .main-block__left--single .site-review .site-ranking__ul__li__single-button a{display:block;color:#fff}.wrap .main-block__left--single .site-review .site-ranking__ul__li__single-button a .img-cta{width:100%;position:relative;margin:0}.wrap .main-block__left--single .site-review .site-ranking__ul__li__single-button .reflection{height:100%;width:30px;position:absolute;top:-180px;left:0;background-color:#fff;opacity:0;transform:rotate(45deg);animation:reflection 2s ease-in-out infinite;-webkit-transform:rotate(45deg);-webkit-animation:reflection 2s ease-in-out infinite;-moz-transform:rotate(45deg);-moz-animation:reflection 2s ease-in-out infinite;-ms-transform:rotate(45deg);-ms-animation:reflection 2s ease-in-out infinite;-o-transform:rotate(45deg);-o-animation:reflection 2s ease-in-out infinite}.wrap .main-block__left--single .site-review .site-ranking__ul__li .ranking-text{margin:20px 0}.wrap .main-block__left--single .site-review .site-ranking__ul__li__point{border:1px solid #611616;background:#fff;position:relative;margin:4em 0 20px;padding:10px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__point li{margin-top:5px;list-style:none;margin-left:10px;color:#611616}.wrap .main-block__left--single .site-review .site-ranking__ul__li__point li::before{content:"\f058";font-family:FontAwesome;font-weight:900;margin-right:4px;color:#611616}.wrap .main-block__left--single .site-review .site-ranking__ul__li__point::before{content:'Point';position:absolute;top:-29px;left:-1px;padding:2px 20px;font-size:18px;display:block;border-top-left-radius:8px;border-top-right-radius:8px;background:#611616;color:#fff}.wrap .main-block__left--single .site-review .site-ranking__ul__li__table{margin:0 0 20px;width:100%}.wrap .main-block__left--single .site-review .site-ranking__ul__li__table tbody tr:nth-child(1) th{background:#611616;color:#fff}.wrap .main-block__left--single .site-review .site-ranking__ul__li__table tbody tr th{border:1px solid #611616;width:20%}.wrap .main-block__left--single .site-review .site-ranking__ul__li__table tbody tr td{border:1px solid #611616;color:#000;padding-left:10px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__shushi{color:#611616;font-size:20px;text-align:center}.wrap .main-block__left--single .site-review .site-ranking__ul__li__shushi span{display:block;font-size:30px;font-weight:700;color:red;margin-top:10px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__kanren{border:1px solid #611616;position:relative;margin:4em 0 20px;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fff}.wrap .main-block__left--single .site-review .site-ranking__ul__li__kanren::before{content:'関連記事';position:absolute;top:-29px;left:-1px;padding:2px 20px 2px 42px;font-size:18px;display:block;border-top-left-radius:8px;border-top-right-radius:8px;background:#611616;color:#fff}.wrap .main-block__left--single .site-review .site-ranking__ul__li__kanren::after{content:"\f044";font-family:FontAwesome;position:absolute;top:-29px;left:-1px;padding:2px 20px;font-size:18px;display:block;font-weight:900;color:#fff}.wrap .main-block__left--single .site-review .site-ranking__ul__li__kanren__left{width:30%}.wrap .main-block__left--single .site-review .site-ranking__ul__li__kanren__right{width:68%}.wrap .main-block__left--single .site-review .site-ranking__ul__li__kanren__right__midashi{color:#611616;font-weight:700}.wrap .main-block__left--single .site-review .site-ranking__ul__li__kanren__right__content{line-height:1.5em}.wrap .main-block__left--single .site-review .site-ranking__ul__li__kanren__right__content p{margin:0;line-height:1.5em}.wrap .main-block__left--single .site-review .site-ranking__ul__li__kanren__right__link{text-align:center;font-size:24px;margin-top:20px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment{border:1px solid #611616;background:#fff;margin-bottom:30px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__midashi{border-bottom:2px dashed #611616;margin:10px 10px 0;padding-bottom:5px;font-size:18px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul{margin:0;padding:0 15px 0 10px;height:400px;overflow-y:scroll;position:relative}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul::-webkit-scrollbar{width:7px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul::-webkit-scrollbar-track{background-color:silver;border-radius:5px;margin:0 10px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul::-webkit-scrollbar-thumb{background-color:#611616;border-radius:5px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul__li{list-style:none;border-bottom:2px dashed #611616}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul__li .comment-block{padding:15px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul__li .comment-block .info{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul__li .comment-block .info .author_img{width:50px;height:auto;vertical-align:middle}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul__li .comment-block .info .author_name{display:inline-block;width:80%;padding-left:10px;vertical-align:middle}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul__li .comment-block .info .author_name .comment-author{display:block;margin-bottom:10px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul__li .comment-block .info .author_name .eval{color:#b72626;font-weight:700}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul__li .content p{margin:0 5%;line-height:1.6rem}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul__li .content p:not(:last-of-type){margin-bottom:1.3em}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul__li:last-of-type{border-bottom:none}.wrap .main-block__left--single .site-review .site-ranking__table{margin:0 auto 20px;width:780px;height:300px;display:block;overflow-x:scroll;overflow-y:scroll;-webkit-overflow-scrolling:touch;-webkit-scroll-snap-type:both;-ms-scroll-snap-type:both;scroll-snap-type:both;border:none;-webkit-box-sizing:border-box;box-sizing:border-box}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr th{color:#611616;font-weight:700;font-size:14px;border:1px solid #000;padding:4px 10px;width:140px;white-space:nowrap}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr th:nth-child(2){min-width:100px}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr th:nth-child(4){min-width:220px}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr th:nth-child(5){min-width:250px}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr th:nth-child(10),.wrap .main-block__left--single .site-review .site-ranking__table tbody tr th:nth-child(6),.wrap .main-block__left--single .site-review .site-ranking__table tbody tr th:nth-child(7),.wrap .main-block__left--single .site-review .site-ranking__table tbody tr th:nth-child(8),.wrap .main-block__left--single .site-review .site-ranking__table tbody tr th:nth-child(9){min-width:77px}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr td{border:1px solid #000;padding:4px;vertical-align:middle;text-align:center;white-space:wrap}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr td.over4{color:#561616;font-weight:700}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr td.over4 img{width:20px}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr td:nth-child(2){font-size:13px}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr td:nth-child(4){padding:0 10px}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr td:nth-child(5){font-size:14px;text-align:left}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr td img{margin:auto}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr td .star-rating{line-height:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr td div.star{height:10px;width:10px;width:20%}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr td div.star::before{font-size:10px}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr td div.star-rating--half::after{font-size:10px;width:5px}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr td .star-score{text-align:center;font-weight:700;font-size:22px}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr td .name{color:#000;text-decoration:none;font-size:14px}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr:nth-child(1){position:-webkit-sticky;position:sticky;border-bottom:1px solid #000;text-align:left;top:0;z-index:1}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr:nth-child(1) th{z-index:2;border-bottom:1px solid #000;background:#561616;color:#fff}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr:nth-child(1) th img{display:inline-block;margin:0 3px 0 0;width:22px}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr:nth-child(2){position:-webkit-sticky;position:sticky;background-color:#fff;border-bottom:1px solid #000;top:38px;z-index:1}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr:nth-child(2) th{z-index:2;border-bottom:1px solid #000;-webkit-box-sizing:border-box;box-sizing:border-box}.wrap .main-block__left--single .site-review ol{margin:2em 9%;line-height:1.6rem;list-style:outside}.wrap .main-block__left--single .site-review .kakoi{border:2px solid #611616;width:80%;margin:0 auto 20px;position:relative;padding:10px 12px;-webkit-box-sizing:border-box;box-sizing:border-box;font-style:italic;color:#464646;background:#fff}.wrap .main-block__left--single .site-review table{margin:0 auto 1.3em;width:90%;border-collapse:collapse;border:1px solid #000;text-align:center;background:#fff}.wrap .main-block__left--single .site-review table tr,.wrap .main-block__left--single .site-review table.table-aite tr,.wrap .main-block__left--single .site-review table.table-kaime tr{width:100%}.wrap .main-block__left--single .site-review table tr th{color:#611616;font-weight:700;border:1px solid #000;padding:4px}.wrap .main-block__left--single .site-review table tr td{border:1px solid #000;padding:4px}.wrap .main-block__left--single .site-review table.table-kaime tr th{color:#fff;font-weight:700;border:1px solid #000;padding:4px;background:#611616;border-bottom-color:#fff}.wrap .main-block__left--single .site-review table.table-kaime tr td{border:1px solid #000;padding:4px}.wrap .main-block__left--single .site-review table.table-kaime tr:last-child th{border-bottom-color:#000}.wrap .main-block__left--single .site-review table.table-aite tr th{color:#fff;font-weight:700;border:1px solid #000;padding:4px 4px 4px 10px;background:#000;border-right-color:#fff;border-bottom-color:#fff;text-align:left}.wrap .main-block__left--single .site-review table.table-aite tr td{border:1px solid #000;padding:4px;vertical-align:middle}.wrap .main-block__left--single .site-review .table__kaime{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:40px}.wrap .main-block__left--single .site-review .table__kaime__tr__th{background:#333;color:#fff;border-color:#b3b3b3;padding:4px 15px}.wrap .main-block__left--single .site-review .table__kaime__tr__td{color:#333;border-color:#b3b3b3}.wrap .main-block__left--single .site-review .table__kaime__tr__td__get{font-weight:700;display:inline-block;min-width:130px;margin-left:5px}.wrap .main-block__left--single .site-review .table__kaime__tr__td__get .kaime__red{color:#BA2228}.wrap .main-block__left--single .site-review .table__kaime__tr__td__link{display:inline-block;background:#002f7a;padding:0 5px;border-radius:5px}.wrap .main-block__left--single .site-review .table__kaime__tr__td__link a{color:#fff;width:100%;text-decoration:initial}.wrap .main-block__left--single .site-review .table__normal{width:auto;margin-left:5%}.wrap .main-block__left--single .site-review .table__normal tr th{background:#333;color:#fff;border-color:#b3b3b3;padding:5px 10px;text-align:center}.wrap .main-block__left--single .site-review .table__normal tr td{color:#333;border-color:#b3b3b3;padding:5px 10px;text-align:center}.wrap .main-block__left--single .site-review .table-scroll_left{width:auto;overflow-x:scroll;margin:0 5% 1.3em}.wrap .main-block__left--single .site-review .table-scroll_left table{width:auto;border-collapse:collapse;white-space:nowrap;margin:unset}.wrap .main-block__left--single .site-review .table-scroll_left table tr th{background:#333;color:#fff;border-color:#b3b3b3;padding:5px 10px;text-align:center}.wrap .main-block__left--single .site-review .table-scroll_left table tr td{color:#333;border-color:#b3b3b3;padding:5px 10px;text-align:center}.wrap .main-block__left--single .site-review blockquote{border:2px solid #611616;width:80%;margin:0 auto 20px;position:relative;padding:10px 12px;-webkit-box-sizing:border-box;box-sizing:border-box;font-style:italic;color:#464646;border-left:solid 50px #611616;background:#fff}.wrap .main-block__left--single .site-review blockquote::before{display:inline-block;position:absolute;top:50%;left:-37px;-webkit-transform:translateY(-50%);transform:translateY(-50%);vertical-align:middle;content:"\f10d";font-family:FontAwesome;color:#FFF;font-size:22px;line-height:1}.wrap .main-block__left--single .site-review blockquote p{position:relative;padding:0;margin:10px 0;z-index:3;line-height:1.7}.wrap .main-block__left--single .site-review .under_post{margin-top:57px}.wrap .main-block__left--single .site-review .under_post .under_posts{list-style:none}.wrap .main-block__left--single .site-review .under_post .under_posts__post{margin-bottom:30px}.wrap .main-block__left--single .site-review .under_post .under_posts__post__title{font-weight:700;font-size:1.2rem}.wrap .main-block__left--single .site-review .under_post .under_posts--title{list-style:none;display:inline;margin:0}.wrap .main-block__left--single .site-review #toc_container{margin-bottom:50px;display:block!important}.wrap .main-block__left--single .site-review #toc_container.contracted .toc_title .toc_toggle a::after{color:#fff;content:'\f0fe';font-size:23px;width:10px;font-family:fontAwesome;-webkit-transform:scale(-1,1);transform:scale(-1,1)}.wrap .main-block__left--single .site-review #toc_container .toc_title{margin:0 0 20px;padding:15px;font-size:1.2rem;font-weight:700;color:#fff;background:linear-gradient(0deg,#160606 0,#696969 70%);border-left:10px solid #611616;box-shadow:inset 1px 1px 0 rgba(255,255,255,.25);position:relative}.wrap .main-block__left--single .site-review #toc_container .toc_title .toc_toggle{position:absolute;right:10px}.wrap .main-block__left--single .site-review #toc_container .toc_title .toc_toggle a{color:#fff}.wrap .main-block__left--single .site-review #toc_container .toc_title .toc_toggle a::after{margin-left:5px;color:#fff;content:'\f146';font-size:23px;width:10px;font-family:fontAwesome;-webkit-transform:scale(-1,1);transform:scale(-1,1)}.wrap .main-block__left--single .site-review #toc_container ul.toc_list{margin:0;line-height:1.6rem;list-style:none;padding-left:5%}.wrap .main-block__left--single .site-review #toc_container ul.toc_list li{margin-bottom:15px}.wrap .main-block__left--single .site-review #toc_container ul.toc_list li a{color:#04C}.wrap .main-block__left--single .site-review #toc_container ul.toc_list li ul{list-style:none;margin:0;padding-left:5%}.wrap .main-block__left--single .site-review #toc_container+h2{margin-top:30px}.wrap .main-block__left--single .ranking_new-sitereview h1{font-size:1.7rem;font-weight:700;text-align:left;border-left:10px double #611616;border-bottom:10px double #611616;margin:20px 0;padding:10px 0 10px 20px}.wrap .main-block__left--single #comments h2{padding:15px;font-size:1.2rem;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.75);background:-webkit-gradient(linear,left bottom,left top,from(#160606),color-stop(70%,#696969));background:linear-gradient(0deg,#160606 0,#696969 70%);border-left:10px solid #611616;-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,.25);box-shadow:inset 1px 1px 0 rgba(255,255,255,.25);margin-top:50px;margin-bottom:20px}.wrap .main-block__left--single #comments ul{margin-bottom:20px}.wrap .main-block__left--single #comments li{-webkit-box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);margin-bottom:20px;background-color:#fff}.wrap .main-block__left--single #comments li .comment-block{padding:20px;position:relative}.wrap .main-block__left--single #comments .article-author-comment .author-comment__author,.wrap .main-block__left--single #comments .article-author-comment-image .author,.wrap .main-block__left--single #comments li .comment-block .info{border-bottom:2px solid #591C19;padding-bottom:10px;margin-bottom:10px;font-weight:600}.wrap .main-block__left--single #comments li .comment-block .triangle{height:calc(30px / 2 * tan(60deg));width:30px;-webkit-clip-path:polygon(0 0,100% 0,0 100%);clip-path:polygon(0 0,100% 0,0 100%);background-color:#591C19;position:absolute;top:0;left:0}.wrap .main-block__left--single #comments li .comment-block .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .main-block__left--single #comments li .comment-block .info__evaluation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wrap .main-block__left--single #comments li .comment-block .info__evaluation__icon{width:25px;margin-right:10px}.wrap .main-block__left--single #comments li .comment-block .info__evaluation__icon img{width:100%;height:auto;display:block}.wrap .main-block__left--single #comments li .comment-block .info__evaluation__evaluation__good{color:#D49294}.wrap .main-block__left--single #comments li .comment-block .info__evaluation__evaluation__soso{color:#CBB48F}.wrap .main-block__left--single #comments li .comment-block .info__evaluation__evaluation__normal{color:#9DAF8F}.wrap .main-block__left--single #comments li .comment-block .info__evaluation__evaluation__subtle{color:#9DC0CB}.wrap .main-block__left--single #comments li .comment-block .info__evaluation__evaluation__bad{color:#86898D}.wrap .main-block__left--single #comments li .comment-block .info__author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wrap .main-block__left--single #comments li .text-image{display:-webkit-box;display:-ms-flexbox;display:flex}.wrap .main-block__left--single #comments li .text-image__text{margin-right:10px;width:calc(100% - 130px)}.wrap .main-block__left--single #comments li .text-image__text img{display:none}.wrap .main-block__left--single #comments li .text-image__image{width:120px;height:100px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.wrap .main-block__left--single #comments li .text-image__image a{display:-webkit-box;display:-ms-flexbox;display:flex}.wrap .main-block__left--single #comments li .text-image__image a .zoom{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);z-index:1;width:30px}.wrap .main-block__left--single #comments li .text-image__image a .zoom img{width:100%;height:auto;display:block}.wrap .main-block__left--single #comments li .text-image__image a .cover{background-color:#000;opacity:.6;position:absolute;width:100%;height:100%}.wrap .main-block__left--single #comments li .text-image__image a img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto;display:block}.wrap .main-block__left--single #comments .article-author-comment-image .comment-image{display:-webkit-box;display:-ms-flexbox;display:flex}.wrap .main-block__left--single #comments .article-author-comment-image .comment-image__comment{width:calc(100% - 130px);display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:10px}.wrap .main-block__left--single #comments .article-author-comment-image .comment-image__comment p img{display:none}.wrap .main-block__left--single #comments .article-author-comment-image .comment-image__image{width:120px;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex}.wrap .main-block__left--single #comments .article-author-comment-image .comment-image__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto;display:block}.wrap .main-block__left--single #comments .article-author-comment-image .comment-image__image a{position:relative}.wrap .main-block__left--single #comments .article-author-comment-image .comment-image__image a .cover{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.7}.wrap .main-block__left--single #comments .article-author-comment-image .comment-image__image a .zoom{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);width:30px}.wrap .main-block__left--single #comments .article-author-comment-image .comment-image__image a .zoom img{width:100%;height:auto;display:block}.wrap .main-block__left--single .commentlist+.single-button_outer{margin-top:20px}.wrap .main-block__left--single .comment-pagenation{margin-top:20px;margin-bottom:20px}.wrap .main-block__left--single .comment-pagenation .page-numbers{border:5px solid #611616;margin:10px 5px;padding:8px 10px;color:#611616;font-weight:700;display:inline-block}.wrap .main-block__left--single .comment-pagenation span.current{color:#fff;background:#611616}.wrap .main-block__left--single .comment-pagenation span.dots{border:none}.wrap .main-block__left--single .comment-form-area{margin-bottom:50px}.wrap .main-block__left--single .comment-form-area h3{display:none}.wrap .main-block__left--single .comment-form-area #commentform{width:90%;display:block;margin:0 auto}.wrap .main-block__left--single .comment-form-area #commentform .required{color:red}.wrap .main-block__left--single .comment-form-area #commentform label{margin:10px 0 5px;display:block}.wrap .main-block__left--single .comment-form-area #commentform .uk-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px}.wrap .main-block__left--single .comment-form-area #commentform .uk-grid .comment-form-author{width:48%;line-height:1.1rem}.wrap .main-block__left--single .comment-form-area #commentform .uk-grid .comment-form-author #author{height:30px;border:2px solid #b72626}.wrap .main-block__left--single .comment-form-area #commentform .uk-grid .comment-form-author input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.wrap .main-block__left--single .comment-form-area #commentform .uk-grid .rate-block{width:48%}.wrap .main-block__left--single .comment-form-area #commentform .uk-grid .rate-block #rate{width:100%;height:30px;background:#fff;border:0;outline:#b72626 solid 2px;outline-offset:-1px;position:relative}.wrap .main-block__left--single .comment-form-area #commentform .uk-grid .rate-block #rate::after{content:'▼';display:inline-block;color:#fff;position:absolute;right:0;background:#b72626}.wrap .main-block__left--single .comment-form-area #commentform .uk-margin-top legend{position:relative;visibility:collapse;margin:10px 0 5px}.wrap .main-block__left--single .comment-form-area #commentform .uk-margin-top legend::before{content:'本文';visibility:visible;display:inline-block;width:40px}.wrap .main-block__left--single .comment-form-area #commentform .uk-margin-top legend::after{content:'(必須)';visibility:visible;color:red;position:absolute;display:inline-block;left:40px}.wrap .main-block__left--single .comment-form-area #commentform .uk-margin-top #comment{width:100%;border:2px solid #b72626;resize:none;-webkit-box-sizing:border-box;box-sizing:border-box}.wrap .main-block__left--single .comment-form-area #commentform .form-submit{text-align:right}.wrap .main-block__left--single .comment-form-area #commentform .form-submit #submit{border:2px solid #b72626;background:#b72626;color:#fff;padding:5px 20px;border-radius:5px;margin-top:10px;font-size:1.1rem}.wrap .main-block__left--single .article-comment-form-area .rate-block{display:none}.wrap .main-block__left--column .category_list h2,.wrap .main-block__left--single .category_list h2{background:#561616;color:#fff;padding:10px;border-top:6px solid #AB797A;border-right:6px solid #371010;border-bottom:6px solid #2A0D0E;border-left:6px solid #351010;margin-bottom:20px}.wrap .main-block__left--notfound h1{border:none;background:#561616;color:#fff;padding:10px;border-top:6px solid #AB797A;border-right:6px solid #371010;border-bottom:6px solid #2A0D0E;border-left:6px solid #351010;margin-bottom:20px}.wrap .main-block__left--notfound h1+p{margin-bottom:60px;padding:20px}.wrap .main-block__left--contact h1{background:#561616;color:#fff;padding:10px;border-top:6px solid #AB797A;border-right:6px solid #371010;border-bottom:6px solid #2A0D0E;border-left:6px solid #351010;margin-bottom:20px;text-align:left}.wrap .main-block__left--contact input,.wrap .main-block__left--contact select,.wrap .main-block__left--contact textarea{border-radius:4px;border:1px solid #999;background-color:#fff;padding:10px;width:80%;margin-bottom:15px;resize:none}.wrap .main-block__left--contact input[type=submit]{width:45%;background:#561616;color:#fff;font-size:17px}.wrap .main-block__left--contact input.input_err{border:1px solid #c44;background-color:#fdd}.wrap .unei-info .table-unei td,.wrap .unei-info .table-unei th{border:1px solid #000;padding:5px 8px;background:#fff}.wrap .unei-info img{min-width:100%;margin:0 auto 20px}.wrap .unei-info .table-unei{margin:0 5% 20px}.wrap .unei-info .table-unei th{font-weight:700}.wrap .unei-info h2{margin:20px 0}.wrap .unei-info p{line-height:1.3rem;margin:0 5% 1.3em}.wrap .unei-info .ul-point{margin:50px 0 30px}.line_official__text p span{display:inline-block}.line_official p{margin:0 5% 10px}.comments-scroll{width:90%;margin:1.3em auto}.comments-scroll input[name=comments-scroll_tab]{display:none}.comments-scroll__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.comments-scroll__label .comments-scroll_tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%;font-size:20px;font-weight:700;line-height:1;text-align:center;color:#fff;background-color:#707070;border-top-left-radius:5px;border-top-right-radius:5px;margin-bottom:4px;padding:17px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;position:relative}.comments-scroll__label .comments-scroll_tab:first-of-type{margin-right:2px}.comments-scroll__label .comments-scroll_tab:last-of-type{margin-left:2px}.comments-scroll #tab-combad:checked~.comments-scroll__label .tab-combad,.comments-scroll #tab-comgood:checked~.comments-scroll__label .tab-comgood{font-size:24px;color:#591C19;background-color:#fff;border:2px solid #591C19;border-bottom:unset;margin-bottom:unset;padding:22px 5px;bottom:-2px}.comments-scroll #tab-combad:checked~#combad-content,.comments-scroll #tab-comgood:checked~#comgood-content{display:block}.comments-scroll__contents{display:none;clear:both;overflow:hidden;background-color:#fff;border:2px solid #591C19}.comments-scroll__contents__ul{max-height:400px;overflow-y:scroll;margin:unset!important}.comments-scroll__contents__ul li{list-style-type:none;padding:20px 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.comments-scroll__contents__ul li:not(:last-of-type){border-bottom:2px solid #591C19}.comments-scroll__contents__ul li .date,.comments-scroll__contents__ul li .name{line-height:1}.comments-scroll__contents__ul li .name{color:#591C19;margin-bottom:15px}.comments-scroll__contents__ul li .text p{line-height:22px!important;margin:unset!important}.comments-scroll__contents__ul li .text p:not(:last-of-type){margin-bottom:10px}.comments-scroll__contents__ul li .date{font-size:15px;text-align:right;margin-top:15px}.scode-quote{border:2px solid #591C19;background-color:#ECE5E5;border-radius:10px;margin:30px 0;padding:20px;position:relative}.scode-quote__text{border-bottom:1px solid #591C19;padding-bottom:10px;margin-bottom:10px;line-height:1.5}.scode-quote__double-quotation-top{position:absolute;top:-15px;left:10px}.scode-quote__double-quotation-bottom{position:absolute;bottom:-15px;right:10px}.scode-quote__double-quotation-bottom,.scode-quote__double-quotation-top{width:30px}.scode-quote__double-quotation-bottom img,.scode-quote__double-quotation-top img{width:100%;height:auto;display:block}.scode-quote-image{border:2px solid #591C19;background-color:#ECE5E5;border-radius:10px;margin:30px 0;padding:20px;position:relative}.scode-quote-image__text-image{border-bottom:1px solid #591C19;padding-bottom:10px;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.scode-quote-image__text-image .text{width:calc(100% - 130px);margin-right:10px;line-height:1.5}.scode-quote-image__text-image .image{width:120px;height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.scode-quote-image__text-image .image img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto;display:block}.scode-quote-image__text-image .image .cover{position:absolute;background-color:#000;opacity:.7;width:100%;height:100%}.scode-quote-image__text-image .image .zoom{width:30px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.scode-quote-image__text-image .image .zoom img{width:100%;height:auto;display:block}.scode-quote-image__double-quotation-top{position:absolute;top:-15px;left:10px}.scode-quote-image__double-quotation-bottom{position:absolute;bottom:-15px;right:10px}.scode-quote-image__double-quotation-bottom,.scode-quote-image__double-quotation-top{width:30px}.scode-quote-image__double-quotation-bottom img,.scode-quote-image__double-quotation-top img{width:100%;height:auto;display:block}.category-evaluation-table{margin:30px 0;overflow:scroll}.category-evaluation-table table{width:100%;margin:0;border:unset;border-collapse:unset;border-spacing:3px}.category-evaluation-table table tr td,.category-evaluation-table table tr th{border:unset;text-align:center;font-weight:unset}.category-evaluation-table table tr .th-bad,.category-evaluation-table table tr .th-good,.category-evaluation-table table tr .th-standard{color:#fff;font-weight:unset;line-height:1.5}.category-evaluation-table table tr .th-good{background-color:#DB2219}.category-evaluation-table table tr .th-standard{background-color:#6E9B2A}.category-evaluation-table table tr .th-bad{background-color:#3C3737}.category-evaluation-table table tr .th-brown{background-color:#591C19;color:#fff}.category-evaluation-table table tr .td-all-evaluation{color:#D00000;font-size:20px;font-weight:600}.category-evaluation-table table tr .td-all-evaluation span{color:#000;font-size:16px}.category-evaluation-table table tr .td-star div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.category-evaluation-table table tr .td-star div .number{font-weight:600;font-size:16px}.category-evaluation-table table tr .td-star div .point--stars{margin-left:5px}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating{display:inline-block;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating::after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="10"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="10.0"]:after{width:100%}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.9"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.8"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.7"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.6"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.5"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.4"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.3"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.2"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.1"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.0"]:after{width:90%}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.9"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.8"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.7"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.6"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.5"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.4"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.3"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.2"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.1"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.0"]:after{width:80%}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.9"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.8"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.7"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.6"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.5"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.4"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.3"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.2"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.1"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.0"]:after{width:70%}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.9"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.8"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.7"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.6"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.5"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.4"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.3"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.2"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.1"]:after{width:60%}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.0"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.9"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.8"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.7"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.6"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.5"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.4"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.3"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.2"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.1"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.0"]:after{width:50%}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.9"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.8"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.7"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.6"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.5"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.4"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.3"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.2"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.1"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.0"]:after{width:40%}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.0"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.9"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.8"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.7"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.6"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.5"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.4"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.3"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.2"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.1"]:after{width:30%}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.9"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.8"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.7"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.6"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.5"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.4"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.3"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.2"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.1"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.0"]:after{width:20%}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.9"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.8"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.7"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.6"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.5"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.4"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.3"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.2"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.1"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.0"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.9"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.8"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.7"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.6"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.5"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.4"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.3"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.2"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.1"]:after{width:10%}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0"]:after,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.0"]:after{width:0%}.category-evaluation-table table tr .td-star div .point--stars .stars .star-number{font-size:18px;color:gold}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating{font-size:16px}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating::before{color:#dcd9d9}.category-evaluation-table table tr .td-good{background-color:#FFF3F2}.category-evaluation-table table tr .td-standard{background-color:#F6FFF2}.category-evaluation-table table tr .td-bad{background-color:#F8F8F8}.circle-border-graph-number{display:none}.circle-border-graph{background-color:#C2AEAB;padding:30px;margin:30px 0}.circle-border-graph__content{padding:10px;-webkit-box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff}.circle-border-graph__content__circle{background-color:#fff;width:43%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;padding-right:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.circle-border-graph__content__circle canvas{width:100%;-o-object-fit:contain;object-fit:contain;outline:unset!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.circle-border-graph__content__circle__all{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);text-align:center;color:#591C19;font-weight:600;font-weight:700;font-size:23px}.circle-border-graph__content__circle__all span{font-size:25px}.circle-border-graph__content__border{width:57%;position:relative}.circle-border-graph__content__border .bar-graph-wrap{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__title{color:#5A1C19;font-size:28px;font-weight:600;font-weight:700}.circle-border-graph__content__border .bar-graph-wrap .bar-graph .title-good{color:#FFEB03;-webkit-text-stroke:1.2px #5A1C19}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background{background-color:#F2F2F2;border-radius:0 4px 4px 0;height:30px;width:calc(100% - 75px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .graph{height:30px;left:0;border-radius:0 4px 4px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .graph span{font-size:14px;color:#fff}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .bar-graph-good{background:#5A1C19}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .bar-graph-verification{background:#AA5253}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .bar-graph-bad{background:#D19B9B}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .number{width:65px;line-height:1;font-weight:900;font-size:25px;text-align:center}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .number span{font-size:16px}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .number-good{color:#FFEB03;-webkit-text-stroke:1.2px #5A1C19}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .number-bad,.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .number-verification{color:#5A1C19}.circle-border-graph__content__border .bar-graph-wrap .graph-background{background-color:#F2F2F2;border-radius:0 4px 4px 0}.circle-border-graph__content__border .bar-graph-wrap .bar-graph-bad-title,.circle-border-graph__content__border .bar-graph-wrap .bar-graph-good-title,.circle-border-graph__content__border .bar-graph-wrap .bar-graph-verification-title{font-size:25px;font-weight:700}.circle-border-graph__content__border .bar-graph-wrap .bar-graph-good-title{color:#FFEB03;-webkit-text-stroke:1.2px #5A1C19}.circle-border-graph__content__border .bar-graph-wrap .bar-graph-bad-title,.circle-border-graph__content__border .bar-graph-wrap .bar-graph-verification-title{color:#591C19}.top-ranking-tab{margin:55px 0 30px}.top-ranking-tab__tab-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:20px 0}.top-ranking-tab__tab-wrap__tab-label{color:#591C19;background:#F6F6F6;font-weight:700;white-space:nowrap;text-align:center;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;position:relative;z-index:1;cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:30px 10px 10px!important}.top-ranking-tab__tab-wrap__tab-label:not(:last-of-type){margin-right:5px}.top-ranking-tab__tab-wrap__tab-label .tab-label-icon{width:50px;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.top-ranking-tab__tab-wrap__tab-label .tab-label-icon img{width:100%;height:auto;display:block}.top-ranking-tab__tab-wrap__tab-content{width:100%;height:0;overflow:hidden;opacity:0;border:none!important}.top-ranking-tab__tab-wrap__tab-content .tab-content-box{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking{-webkit-box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px;border-radius:10px;width:100%}.top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking:last-of-type{margin:0}.top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__icon{width:50px;padding:30px 10px;border-radius:10px 0 0 10px}.top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__icon img{width:100%;height:auto;display:block}.top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking .background-gold{background-color:#D4AA02}.top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking .background-silver{background-color:#A3AFB6}.top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking .background-brown{background-color:#A4756B}.top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__content{width:100%;padding:10px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}.top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__content__image{border:3px solid #BA9632;width:120px;margin-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex}.top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__content__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto;display:block}.top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__content__title{color:#2E4CF5;font-size:18px;font-weight:600;width:calc(100% - 140px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top-ranking-tab__tab-wrap__tab-content .tab-content-box .view-more{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px}.top-ranking-tab__tab-wrap__tab-content .tab-content-box .view-more__btn{display:inline-block;width:330px}.top-ranking-tab__tab-wrap__tab-content .tab-content-box .view-more__btn img{width:100%;height:auto;display:block}.top-ranking-tab__tab-wrap__tab-switch:checked+.top-ranking-tab__tab-wrap__tab-label{background-color:#591C19!important;color:#fff!important}.top-ranking-tab__tab-wrap__tab-switch:checked+.top-ranking-tab__tab-wrap__tab-label+.top-ranking-tab__tab-wrap__tab-content{height:auto;overflow:auto;padding:15px;opacity:1;-webkit-transition:.5s opacity;transition:.5s opacity;border:1px solid #000}.top-ranking-tab__tab-wrap__tab-switch{display:none}.top-ranking-tab__tab-wrap__tab-switch:checked+.top-ranking-tab__tab-wrap__tab-label:after{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-top-color:#591C19!important;border-width:20px;margin-left:-20px}.top-ranking-tab__tab-wrap__tab-switch:checked+.tab-label{background:#325A8C;position:relative}header{text-align:center}header .pc-banner{display:inline-block;width:20%;vertical-align:bottom}header .header_smart .sp-news,header .header_smart .sp-news__exclamation-mark{position:absolute;display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:center;color:#fff}header .pc-banner a,header .pc-banner a img{width:100%}header .header_smart .sp-news{top:10px;left:10px;display:flex;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header_smart .sp-news__exclamation-mark{top:0;left:0;z-index:2;background-color:red;border-radius:50%;width:18px;height:18px;display:flex;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header_smart .sp-news__image{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;width:35px;height:35px}header .header_smart .sp-news__image img{width:100%;height:auto;display:block}header .nav__white{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:12px solid #591C19;padding:20px 0;position:fixed;top:0;z-index:100;width:100%}header .nav__white__box{width:100%;max-width:1100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:200!important}header .nav__white__box__icon{width:200px;margin-bottom:10px}header .nav__white__box__icon img{width:100%;height:auto;display:block}header .nav__white__box__nav{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .nav__white__box__nav__item{border-right:3px solid #591C19;width:calc(100% / 7)}header .nav__white__box__nav__item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}header .nav__white__box__nav__item a .icon{width:50px;margin-bottom:10px;position:relative}header .nav__white__box__nav__item a .icon .exclamation-mark{position:absolute;top:0;left:3px;color:#fff;background-color:red;border-radius:50%;width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .nav__white__box__nav__item a .icon img{width:100%;height:auto;display:block}header .nav__white__box__nav__item a .text{color:#591C19;font-weight:600}header .nav__white__box__nav__item:nth-of-type(7){border:none}header .nav__white #menu_attention-ver{display:grid;grid-template:1fr/1fr 1fr 1fr 1fr 1fr;gap:0 1px;height:80px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;position:relative;z-index:100}header .nav__white #menu_attention-ver li{pointer-events:initial;background-color:#591C19;height:60px;border-radius:5px 5px 0 0}header .nav__white #menu_attention-ver li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;padding:4px;-webkit-box-sizing:border-box;box-sizing:border-box}header .nav__white #menu_attention-ver li a .icon{width:50px;margin-bottom:5px;display:-webkit-box;display:-ms-flexbox;display:flex}header .nav__white #menu_attention-ver li a .icon img{width:100%;height:auto;display:block}header .nav__white #menu_attention-ver li a .title{background-color:#E0C867;color:#591C19;font-size:14px;width:100%;border-radius:10px;padding:2px 1px}header .nav__white #menu_attention-ver li a .label{position:absolute;z-index:100}header .nav__white #menu_attention-ver .ranking{background-color:#fff;border:2px solid #591C19;border-bottom:none;-webkit-box-sizing:border-box;box-sizing:border-box;height:70px}header .nav__white #menu_attention-ver .ranking a{padding:2px}header .nav__white #menu_attention-ver .ranking a .icon{width:42px;margin-top:7px}header .nav__white #menu_attention-ver .ranking a .title{background-color:#591C19;color:#fff;font-size:13px;padding:2px 2.5px}header .nav__white #menu_attention-ver .prediction{position:relative}header .nav__white #menu_attention-ver .prediction a .label{position:absolute;top:0;left:0;z-index:100}header .nav__white #menu_attention-ver .prediction a .label img{width:100%;height:auto;display:block}header .nav__white #menu_attention-ver .attention a .icon{width:30px}header .nav__white .attention-box{width:100%;height:calc(100% - 115px);-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;z-index:90;bottom:-100%;left:0;margin-bottom:60px;color:#fff;-webkit-transition:1s ease;transition:1s ease}header .nav__white .attention-box .attention-content{pointer-events:initial;background-color:#591C19;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;padding:10px}header .nav__white .attention-box .attention-content__corner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .nav__white .attention-box .attention-content__corner__image{width:50px}header .nav__white .attention-box .attention-content__corner__image img{width:100%;height:auto;display:block}header .nav__white .attention-box .attention-content__box{padding:20px 0;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;width:100%;max-height:570px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}header .nav__white .attention-box .attention-content__box .text{line-height:1.5}header .nav__white .attention-box .attention-content__box .ranking__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}header .nav__white .attention-box .attention-content__box .ranking__title__icon{width:35px;margin-right:5px}header .nav__white .attention-box .attention-content__box .ranking__title__icon img{width:100%;height:auto;display:block}header .nav__white .attention-box .attention-content__box .ranking__title__text{font-size:22px}header .nav__white .attention-box .attention-content__box .ranking__title:after,header .nav__white .attention-box .attention-content__box .ranking__title:before{content:"";height:3px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#C2AEAC}header .nav__white .attention-box .attention-content__box .ranking__title:before{margin-right:1rem}header .nav__white .attention-box .attention-content__box .ranking__title:after{margin-left:1rem}header .nav__white .attention-box .attention-content__box .ranking__box{display:-webkit-box;display:-ms-flexbox;display:flex}header .nav__white .attention-box .attention-content__box .button-box__border{margin-bottom:10px}header .nav__white .attention-box .attention-content__box .button-box__border:nth-of-type(4){margin-bottom:0}header .nav__white .attention-box .attention-content__box .button-box__btn{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;color:#591C19;display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px;padding:10px;border-radius:20px;width:100%;font-size:22px;font-weight:600;position:relative}header .nav__white .attention-box .attention-content__box .button-box__btn span{font-size:14px;margin-top:5px}header .nav__white .attention-box .attention-content__box .button-box__btn .triangle{position:absolute;top:50%;right:5px;-webkit-transform:translate(2.5px,-50%);transform:translate(2.5px,-50%);background:#591C19;height:calc(tan(60deg) * 15px / 2);width:15px;-webkit-clip-path:polygon(0 0,100% 50%,0 100%);clip-path:polygon(0 0,100% 50%,0 100%)}header .nav__white .attention-box.show{bottom:0}header .popup-news{background-color:#C2AEAB;width:100%;height:calc(100vh - 173px);padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;display:none;position:fixed;top:-100%;left:0;z-index:90;-webkit-transition:top 1s ease;transition:top 1s ease}header .popup-news .icon-close{max-width:1100px;margin:0 auto 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .popup-news .icon-close__icon{width:120px}header .popup-news .icon-close__icon img{width:100%;height:auto;display:block}header .popup-news .icon-close .popup-news-close{width:30px;cursor:pointer}header .popup-news .icon-close .popup-news-close img{width:100%;height:auto;display:block}header .popup-news__content{background-color:#fff;max-width:1100px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:5px;overflow:scroll;max-height:100%;max-height:calc(100% - 60px)}header .popup-news__content__item{border-bottom:1px solid #C2AEAB;border-right:unset;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex}header .popup-news__content__item__date{margin-right:10px}header .popup-news__content__item__title{color:#2E4CF5}header .popup-news__content__item:nth-last-of-type(1){border:none}header .popup-news.active{top:173px}header .sp-popup-news{background-color:#C2AEAB;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:calc(100vh - 115px);padding:20px 10px;position:fixed;z-index:90;display:none;top:-100%;left:0;-webkit-transition:top 1s ease;transition:top 1s ease}header .sp-popup-news.active{top:55px}header .sp-popup-news .icon-close{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}header .sp-popup-news .icon-close__icon{width:85px}header .sp-popup-news .icon-close__icon img{width:100%;height:auto;display:block}header .sp-popup-news .icon-close__close{width:25px;position:absolute;top:0;right:0}header .sp-popup-news .icon-close__close img{width:100%;height:auto;display:block}header .sp-popup-news__content{background-color:#fff;border-radius:5px;overflow:scroll;max-height:100%;max-height:calc(100% - 65px);padding:10px}header .sp-popup-news__content__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-bottom:1px solid #C2AEAB;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:600}header .sp-popup-news__content__item__date{margin-bottom:10px;font-weight:600}header .sp-popup-news__content__item__title{text-align:start;font-weight:600;line-height:1.5}footer,main{text-align:center}header .sp-popup-news__content__item:nth-last-of-type(1){border:none}footer{background:#000}footer ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 0;max-width:700px;margin:auto}.front-content .category_list,main .category_list{margin-bottom:1119px}footer ul li{margin-left:-5px}footer ul li a{font-size:12px;color:#689afd}footer ul li::after{content:"|";margin-left:10px}footer ul li:nth-child(3)::after{content:none}footer .sitemap a{display:inline-block;color:#fff;padding:20px}footer .copyright p{text-align:center;color:#fff}main{width:100%;position:relative}main .h1_slide{text-align:left;position:absolute;bottom:0}.front-content{width:100%;text-align:center;position:relative}.front-content .h1_slide{position:absolute;bottom:0}.top_image{max-width:100%;width:100%}.main-block{text-align:left}.main-content{width:800px;display:inline-block;vertical-align:top;margin-right:30px}.legend-label{max-width:640px}.legend_list{text-align:center;margin:10px auto 20px;max-width:1085.33px}.legend_list ul li{position:relative;background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/waku.png);background-repeat:no-repeat;background-size:contain;display:inline-block;width:33%}.legend_list ul li::before{content:"";display:block;padding-top:100%}.legend_list ul li .inner{position:absolute;left:0;width:100%;height:100%;top:7%}.legend_list ul li .inner__title p{display:inline-block;font-size:1.5rem;margin-bottom:8px;border-bottom:2px solid #b72626;color:#b72626}.legend_list ul li .inner img{max-width:86%;max-height:100%}.legend_list ul li p{display:block}.legend_list ul li .link_button_front{display:block;width:100%;position:absolute;bottom:11%}.legend_list ul li .link_button_front a{width:80%;display:inline-block;margin:0 auto;font-size:1.2rem;background:#818181;background-image:-webkit-gradient(linear,left top,left bottom,from(#818181),to(#999));background-image:linear-gradient(to bottom,#818181,#999);border-radius:10px;color:#FFF;font-family:Open Sans;font-weight:700;padding:11px;box-shadow:inset 2px -3px 8px 0 #000;-webkit-box-shadow:inset 2px -3px 8px 0 #000;-moz-box-shadow:inset 2px -3px 8px 0 #000;text-shadow:1px 1px 20px #000;border:1px solid #FFF;text-decoration:none}.legend_list ul li .link_button_front a:hover{background:#525252;background-image:-webkit-gradient(linear,left top,left bottom,from(#525252),to(#030303));background-image:linear-gradient(to bottom,#525252,#030303);text-decoration:none}.ranking_front li.ranking_list{border:2px solid #611616;background:#fff}.ranking_front li.ranking_list a img{max-width:270px;height:189px}.ranking_banner_link{text-align:center;margin:40px 0}.ranking_banner_link img{max-width:80%}.front-content h1,.ranking-content h1{border-left:10px double #611616;border-bottom:10px double #611616;font-size:1.7rem;font-weight:700;margin-bottom:20px;text-align:left;padding:10px 0 10px 20px}.front-content .top_desc,.ranking-content .top_desc{margin-bottom:20px;padding-bottom:20px;line-height:1.8rem;background:rgba(255,255,255,.7);font-size:.9rem}.front-content .top_desc p,.ranking-content .top_desc p{padding:0 10px;margin-bottom:15px}.front-content .top_desc ul,.ranking-content .top_desc ul{padding:0 40px;margin-bottom:15px}.front-content .h2_front,.ranking-content .h2_front{background:#561616;color:#fff;padding:10px;border-top:6px solid #AB797A;border-right:6px solid #371010;border-bottom:6px solid #2A0D0E;border-left:6px solid #351010;margin-bottom:20px;text-align:left}.front-content h3,.ranking-content h3{border-top:3px solid #611616;border-bottom:3px solid #611616;padding:10px;margin-left:10px;margin-right:10px}.front-content .ranking_front li.ranking_list,.ranking-content .ranking_front li.ranking_list{background:#fff;margin-bottom:20px;text-align:left}.front-content .ranking_front li.ranking_list .ranking_left,.ranking-content .ranking_front li.ranking_list .ranking_left{display:inline-block;width:48%;margin-top:20px;vertical-align:top;text-align:center;position:relative}.front-content .ranking_front li.ranking_list .ranking_left .order,.ranking-content .ranking_front li.ranking_list .ranking_left .order{position:absolute;top:-11%;left:6%;z-index:1;width:55px;height:55px}.front-content .ranking_front li.ranking_list .button__left,.front-content .ranking_front li.ranking_list .button__right,.ranking-content .ranking_front li.ranking_list .button__left,.ranking-content .ranking_front li.ranking_list .button__right{width:48%}.front-content .ranking_front li.ranking_list .button__left a img,.front-content .ranking_front li.ranking_list .button__right a img,.ranking-content .ranking_front li.ranking_list .button__left a img,.ranking-content .ranking_front li.ranking_list .button__right a img{max-width:100%;height:auto}.front-content .ranking_front li.ranking_list .button,.ranking-content .ranking_front li.ranking_list .button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 60px;margin-bottom:40px}.front-content .ranking_front li.ranking_list .ranking_right,.ranking-content .ranking_front li.ranking_list .ranking_right{vertical-align:top;margin-top:20px;display:inline-block;width:48%}.front-content .ranking_front li.ranking_list .ranking_right a,.ranking-content .ranking_front li.ranking_list .ranking_right a{display:block;margin-bottom:20px}.front-content .ranking_front li.ranking_list .chart_area,.ranking-content .ranking_front li.ranking_list .chart_area{text-align:center}.front-content .ranking_front li.ranking_list .chart_area .canvas_outer,.ranking-content .ranking_front li.ranking_list .chart_area .canvas_outer{width:250px;height:250px;display:inline-block;vertical-align:middle}.front-content .ranking_front li.ranking_list .chart_area table,.ranking-content .ranking_front li.ranking_list .chart_area table{width:39%;display:inline-block;vertical-align:middle}.front-content .ranking_front li.ranking_list .chart_area .average_point,.ranking-content .ranking_front li.ranking_list .chart_area .average_point{vertical-align:middle;display:inline-block;width:15%;text-align:center;border:1px solid #000;padding:15px}.front-content .ranking_front li.ranking_list .chart_area .average_point .score,.ranking-content .ranking_front li.ranking_list .chart_area .average_point .score{font-size:1.5rem;font-weight:700}.front-content .ranking_front li.ranking_list .comment_list h3,.ranking-content .ranking_front li.ranking_list .comment_list h3{font-weight:700}.front-content .ranking_front li.ranking_list .comment_list ul li,.ranking-content .ranking_front li.ranking_list .comment_list ul li{padding:20px}.front-content .ranking_front li.ranking_list .comment_list ul li::after,.ranking-content .ranking_front li.ranking_list .comment_list ul li::after{content:'';display:block;width:95%;margin:10px auto;border-bottom:2px solid #bfbfbf}.front-content .ranking_front li.ranking_list .comment_list ul li:last-child,.ranking-content .ranking_front li.ranking_list .comment_list ul li:last-child{padding-top:0}.front-content .ranking_front li.ranking_list .comment_list ul li:last-child::after,.ranking-content .ranking_front li.ranking_list .comment_list ul li:last-child::after{content:none}.front-content .ranking_front li.ranking_list .comment_list ul li .comment_top img,.ranking-content .ranking_front li.ranking_list .comment_list ul li .comment_top img{height:auto;width:7%}.front-content .ranking_front li.ranking_list .comment_list ul li .comment_top div,.ranking-content .ranking_front li.ranking_list .comment_list ul li .comment_top div{display:inline-block;width:91%;padding-left:6px;vertical-align:top}.front-content .ranking_front li.ranking_list .comment_list ul li .comment_top div p,.ranking-content .ranking_front li.ranking_list .comment_list ul li .comment_top div p{margin-top:10px}.front-content .ranking_front li.ranking_list .comment_list ul li .comment_bottom,.ranking-content .ranking_front li.ranking_list .comment_list ul li .comment_bottom{padding:10px}.front-content .new-comments,.ranking-content .new-comments{border:2px solid #611616;margin-bottom:50px;background:#fff;text-align:left}.front-content .new-comments ul li,.ranking-content .new-comments ul li{padding:20px}.front-content .new-comments ul li::after,.ranking-content .new-comments ul li::after{content:'';display:block;width:95%;margin:10px auto;border-bottom:2px solid #bfbfbf}.front-content .new-comments ul li:last-child::after,.ranking-content .new-comments ul li:last-child::after{content:none}.front-content .new-comments ul li .comment_top img,.ranking-content .new-comments ul li .comment_top img{height:auto;width:7%}.front-content .new-comments ul li .comment_top div,.ranking-content .new-comments ul li .comment_top div{display:inline-block;width:91%;padding-left:6px;vertical-align:top}.front-content .new-comments ul li .comment_top div a,.ranking-content .new-comments ul li .comment_top div a{text-decoration:underline;margin-bottom:10px}.front-content .new-comments ul li .comment_top div p,.ranking-content .new-comments ul li .comment_top div p{margin-top:10px}.front-content .new-comments ul li .comment_bottom,.ranking-content .new-comments ul li .comment_bottom{padding:10px}.sidebar{color:#333;background:rgba(255,255,255,.5);-webkit-box-sizing:border-box;box-sizing:border-box}.sidebar__contents:not(:last-of-type){margin-bottom:50px}.sidebar__contents .sidebar-h3{position:relative}.sidebar__contents .sidebar-h3__title{position:absolute;width:calc(100% - 20px);height:calc(100% - 20px);padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sidebar__contents .sidebar-h3__title h3{color:#fff;border:none;padding:0;margin:0;font-weight:700}.sidebar__contents .sidebar-h3 .long,.sidebar__contents .sidebar-h3 .short{font-size:18px}.sidebar__contents ul li{border:10px solid #591C19;padding:15px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.sidebar__contents ul li .ranking-sitename{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin-bottom:15px}.sidebar__contents ul li .ranking-sitename .ranking-image{position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:35px}.sidebar__contents ul li .ranking-sitename .ranking-image img{width:100%;height:auto;display:block}.sidebar__contents ul li .ranking-sitename .ranking-site-name{font-size:18px;font-weight:500;text-decoration:underline;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-text-decoration-color:#2E4CF5;text-decoration-color:#2E4CF5;width:100%;padding:12px 45px}.sidebar__contents ul li .ranking-sitename .ranking-site-name a{color:#2E4CF5;font-weight:700;font-size:20px;word-break:break-all}.sidebar__contents ul li .thumbnail-evaluation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:15px}.sidebar__contents ul li .thumbnail-evaluation__thumbnail{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex}.sidebar__contents ul li .thumbnail-evaluation__thumbnail img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto;display:block}.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery{border:1px solid #591C19;width:48%}.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .money__title{text-align:center;background-color:#591C19;color:#fff;padding:5px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .money__text{font-weight:700;text-align:center;color:#591C19;padding:5px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .money__text span{font-size:24px;font-size:20px;color:red}.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .hit-recovery{display:-webkit-box;display:-ms-flexbox;display:flex}.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .hit-recovery .hit,.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .hit-recovery .recovery{width:50%}.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .hit-recovery .hit__title,.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .hit-recovery .recovery__title{background-color:#591C19;color:#fff;padding:5px 0;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .hit-recovery .hit__text,.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .hit-recovery .recovery__text{text-align:center;font-weight:700;color:#591C19;border-right:1px solid #591C19;padding:5px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .hit-recovery .hit__title{border-right:1px solid #fff}.sidebar__contents ul li .sidebar-btn{padding:0 30px}.sidebar__contents ul li .sidebar-btn a{display:inline-block;width:100%;height:100%}.sidebar__contents ul li .sidebar-btn a:first-of-type{margin-bottom:5px}.sidebar__contents ul li .sidebar-btn a img{display:block;width:100%;height:auto}.sidebar__contents ul li .sidebar-btn .date{font-weight:700;color:#591C19}.sidebar__contents ul li .site-name{margin-bottom:15px;font-size:18px;font-weight:500;text-decoration:underline;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sidebar__contents ul li .site-name a{font-weight:700;font-size:20px;text-decoration:underline;color:#2E4CF5}.sidebar__contents ul li .text{margin-bottom:15px;text-align:start;line-height:20px;font-size:16px;color:#591C19;font-weight:600}.sidebar__contents ul li .date{font-weight:700;color:#591C19;text-align:center}.sidebar__contents .new-site-outline,.sidebar__contents .pickup-outline{border:1px solid #591C19;margin-bottom:10px}.sidebar__contents .new-site-outline .site-thumbnail{position:relative;margin-bottom:15px}.sidebar__contents .new-site-outline .site-thumbnail .new-image{position:absolute;top:0;left:0;width:100px}.sidebar__contents .new-site-outline .site-thumbnail .new-image img{width:100%;height:auto;display:block}.sidebar__contents .new-site-outline .sidebar-btn a:nth-child(2){margin-bottom:15px}.sidebar__contents .pickup-outline>.text{color:#000}.sidebar__contents .pickup-outline>.text p{line-height:20px;margin:0}.sidebar__contents .pickup-outline>.text p:not(:last-of-type){margin-bottom:10px}.sidebar__contents .pickup-outline .site-thumbnail{margin-bottom:15px}.sidebar__contents .to-column{margin-top:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sidebar__contents .to-column a{display:inline-block;margin-bottom:10px}.sidebar__contents .to-column a img{width:100%;height:auto;display:block}.sitemap-content h1{border-left:10px double #611616;border-bottom:10px double #611616;font-size:1.7rem;font-weight:700;margin-bottom:20px;text-align:left;padding:10px 0 10px 20px}.sitemap-content h2{background:#561616;color:#fff;padding:10px;border-top:6px solid #AB797A;border-right:6px solid #371010;border-bottom:6px solid #2A0D0E;border-left:6px solid #351010;margin-bottom:20px}.sitemap-content .sitemap_banner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.sitemap-content .sitemap_banner img{max-width:250px}.sitemap-content .ranking_button li{width:16%;display:inline-block;text-align:center;margin-bottom:10px}.sitemap-content__box{margin:50px 0}#single .verification-criteria,.line_official .verification-criteria,.ranking .verification-criteria,.ranking_new-sitereview .verification-criteria,.site-review__article-under__contents.text .verification-criteria{width:90%;margin:1.3em auto}#single .verification-criteria table,.line_official .verification-criteria table,.ranking .verification-criteria table,.ranking_new-sitereview .verification-criteria table,.site-review__article-under__contents.text .verification-criteria table{width:100%;margin:auto}#single .verification-criteria table tr:first-of-type th,.line_official .verification-criteria table tr:first-of-type th,.ranking .verification-criteria table tr:first-of-type th,.ranking_new-sitereview .verification-criteria table tr:first-of-type th,.site-review__article-under__contents.text .verification-criteria table tr:first-of-type th{border-bottom:3px solid #B4A034}#single .verification-criteria table tr td,#single .verification-criteria table tr th,.line_official .verification-criteria table tr td,.line_official .verification-criteria table tr th,.ranking .verification-criteria table tr td,.ranking .verification-criteria table tr th,.ranking_new-sitereview .verification-criteria table tr td,.ranking_new-sitereview .verification-criteria table tr th,.site-review__article-under__contents.text .verification-criteria table tr td,.site-review__article-under__contents.text .verification-criteria table tr th{vertical-align:middle;font-size:16px;font-weight:unset;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .verification-criteria table tr th,.line_official .verification-criteria table tr th,.ranking .verification-criteria table tr th,.ranking_new-sitereview .verification-criteria table tr th,.site-review__article-under__contents.text .verification-criteria table tr th{width:15%;color:#fff;background-color:#611616}#single .verification-criteria table tr td,.line_official .verification-criteria table tr td,.ranking .verification-criteria table tr td,.ranking_new-sitereview .verification-criteria table tr td,.site-review__article-under__contents.text .verification-criteria table tr td{width:85%}#single .table-site_information,.line_official .table-site_information,.ranking .table-site_information,.ranking_new-sitereview .table-site_information,.site-review__article-under__contents.text .table-site_information{width:90%;margin:1.3em auto}#single .table-site_information table,.line_official .table-site_information table,.ranking .table-site_information table,.ranking_new-sitereview .table-site_information table,.site-review__article-under__contents.text .table-site_information table{width:100%;margin:auto}#single .table-site_information table td,#single .table-site_information table th,.line_official .table-site_information table td,.line_official .table-site_information table th,.ranking .table-site_information table td,.ranking .table-site_information table th,.ranking_new-sitereview .table-site_information table td,.ranking_new-sitereview .table-site_information table th,.site-review__article-under__contents.text .table-site_information table td,.site-review__article-under__contents.text .table-site_information table th{vertical-align:middle;font-size:16px;font-weight:unset;text-align:center;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .table-site_information table th,.line_official .table-site_information table th,.ranking .table-site_information table th,.ranking_new-sitereview .table-site_information table th,.site-review__article-under__contents.text .table-site_information table th{width:20%;color:#fff;background-color:#2D2D2D}#single .table-site_information table td,.line_official .table-site_information table td,.ranking .table-site_information table td,.ranking_new-sitereview .table-site_information table td,.site-review__article-under__contents.text .table-site_information table td{width:80%}#single .register-withdrawal_method,.line_official .register-withdrawal_method,.ranking .register-withdrawal_method,.ranking_new-sitereview .register-withdrawal_method,.site-review__article-under__contents.text .register-withdrawal_method{width:90%;margin:1.3em auto}#single .register-withdrawal_method__item,.line_official .register-withdrawal_method__item,.ranking .register-withdrawal_method__item,.ranking_new-sitereview .register-withdrawal_method__item,.site-review__article-under__contents.text .register-withdrawal_method__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;background-color:#F7F7F7;border:1px solid #611616;border-radius:5px;padding:15px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}#single .register-withdrawal_method__item:not(:last-of-type),.line_official .register-withdrawal_method__item:not(:last-of-type),.ranking .register-withdrawal_method__item:not(:last-of-type),.ranking_new-sitereview .register-withdrawal_method__item:not(:last-of-type),.site-review__article-under__contents.text .register-withdrawal_method__item:not(:last-of-type){margin-bottom:25px}#single .register-withdrawal_method__item:not(:last-of-type):before,.line_official .register-withdrawal_method__item:not(:last-of-type):before,.ranking .register-withdrawal_method__item:not(:last-of-type):before,.ranking_new-sitereview .register-withdrawal_method__item:not(:last-of-type):before,.site-review__article-under__contents.text .register-withdrawal_method__item:not(:last-of-type):before{content:"";margin-left:-18px;border:13px solid transparent;border-top:18px solid #611616;position:absolute;bottom:-31px;left:50%;z-index:2}#single .register-withdrawal_method__item .step-num,.line_official .register-withdrawal_method__item .step-num,.ranking .register-withdrawal_method__item .step-num,.ranking_new-sitereview .register-withdrawal_method__item .step-num,.site-review__article-under__contents.text .register-withdrawal_method__item .step-num{width:7%;position:absolute;top:50%;left:20px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}#single .register-withdrawal_method__item .step-num span,.line_official .register-withdrawal_method__item .step-num span,.ranking .register-withdrawal_method__item .step-num span,.ranking_new-sitereview .register-withdrawal_method__item .step-num span,.site-review__article-under__contents.text .register-withdrawal_method__item .step-num span{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:700;text-align:center;margin:auto}#single .register-withdrawal_method__item .step-num span:first-of-type,.line_official .register-withdrawal_method__item .step-num span:first-of-type,.ranking .register-withdrawal_method__item .step-num span:first-of-type,.ranking_new-sitereview .register-withdrawal_method__item .step-num span:first-of-type,.site-review__article-under__contents.text .register-withdrawal_method__item .step-num span:first-of-type{line-height:1;color:#611616;margin-bottom:3px}#single .register-withdrawal_method__item .step-num span:last-of-type,.line_official .register-withdrawal_method__item .step-num span:last-of-type,.ranking .register-withdrawal_method__item .step-num span:last-of-type,.ranking_new-sitereview .register-withdrawal_method__item .step-num span:last-of-type,.site-review__article-under__contents.text .register-withdrawal_method__item .step-num span:last-of-type{width:25px;height:25px;line-height:27px;color:#fff;background-color:#611616;border-radius:50%}#single .writer-introduction-view-more .writer__image-title__image img,#single .writer-introduction-view-more .writer__image-title__title img,.line_official .writer-introduction-view-more .writer__image-title__image img,.line_official .writer-introduction-view-more .writer__image-title__title img,.ranking .writer-introduction-view-more .writer__image-title__image img,.ranking .writer-introduction-view-more .writer__image-title__title img,.ranking_new-sitereview .writer-introduction-view-more .writer__image-title__image img,.ranking_new-sitereview .writer-introduction-view-more .writer__image-title__title img,.site-review__article-under__contents.text .writer-introduction-view-more .writer__image-title__image img,.site-review__article-under__contents.text .writer-introduction-view-more .writer__image-title__title img{height:auto;width:100%;display:block;margin:0}#single .register-withdrawal_method__item .text,.line_official .register-withdrawal_method__item .text,.ranking .register-withdrawal_method__item .text,.ranking_new-sitereview .register-withdrawal_method__item .text,.site-review__article-under__contents.text .register-withdrawal_method__item .text{width:100%;text-align:center;padding:0 90px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .table-expected_result,#single .table-expected_result-custom,.line_official .table-expected_result,.line_official .table-expected_result-custom,.ranking .table-expected_result,.ranking .table-expected_result-custom,.ranking_new-sitereview .table-expected_result,.ranking_new-sitereview .table-expected_result-custom,.site-review__article-under__contents.text .table-expected_result,.site-review__article-under__contents.text .table-expected_result-custom{width:90%;margin:1.3em auto}#single .table-expected_result-custom__title,#single .table-expected_result__title,.line_official .table-expected_result-custom__title,.line_official .table-expected_result__title,.ranking .table-expected_result-custom__title,.ranking .table-expected_result__title,.ranking_new-sitereview .table-expected_result-custom__title,.ranking_new-sitereview .table-expected_result__title,.site-review__article-under__contents.text .table-expected_result-custom__title,.site-review__article-under__contents.text .table-expected_result__title{color:#fff;background-color:#591C19;text-align:center;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .table-expected_result table,#single .table-expected_result-custom table,.line_official .table-expected_result table,.line_official .table-expected_result-custom table,.ranking .table-expected_result table,.ranking .table-expected_result-custom table,.ranking_new-sitereview .table-expected_result table,.ranking_new-sitereview .table-expected_result-custom table,.site-review__article-under__contents.text .table-expected_result table,.site-review__article-under__contents.text .table-expected_result-custom table{width:100%;margin:auto}#single .table-expected_result table tr:first-of-type th,#single .table-expected_result table tr:nth-of-type(2) th,#single .table-expected_result-custom table tr:first-of-type th,#single .table-expected_result-custom table tr:nth-of-type(2) th,.line_official .table-expected_result table tr:first-of-type th,.line_official .table-expected_result table tr:nth-of-type(2) th,.line_official .table-expected_result-custom table tr:first-of-type th,.line_official .table-expected_result-custom table tr:nth-of-type(2) th,.ranking .table-expected_result table tr:first-of-type th,.ranking .table-expected_result table tr:nth-of-type(2) th,.ranking .table-expected_result-custom table tr:first-of-type th,.ranking .table-expected_result-custom table tr:nth-of-type(2) th,.ranking_new-sitereview .table-expected_result table tr:first-of-type th,.ranking_new-sitereview .table-expected_result table tr:nth-of-type(2) th,.ranking_new-sitereview .table-expected_result-custom table tr:first-of-type th,.ranking_new-sitereview .table-expected_result-custom table tr:nth-of-type(2) th,.site-review__article-under__contents.text .table-expected_result table tr:first-of-type th,.site-review__article-under__contents.text .table-expected_result table tr:nth-of-type(2) th,.site-review__article-under__contents.text .table-expected_result-custom table tr:first-of-type th,.site-review__article-under__contents.text .table-expected_result-custom table tr:nth-of-type(2) th{width:20%}#single .table-expected_result table tr:first-of-type td,#single .table-expected_result table tr:nth-of-type(2) td,#single .table-expected_result-custom table tr:first-of-type td,#single .table-expected_result-custom table tr:nth-of-type(2) td,.line_official .table-expected_result table tr:first-of-type td,.line_official .table-expected_result table tr:nth-of-type(2) td,.line_official .table-expected_result-custom table tr:first-of-type td,.line_official .table-expected_result-custom table tr:nth-of-type(2) td,.ranking .table-expected_result table tr:first-of-type td,.ranking .table-expected_result table tr:nth-of-type(2) td,.ranking .table-expected_result-custom table tr:first-of-type td,.ranking .table-expected_result-custom table tr:nth-of-type(2) td,.ranking_new-sitereview .table-expected_result table tr:first-of-type td,.ranking_new-sitereview .table-expected_result table tr:nth-of-type(2) td,.ranking_new-sitereview .table-expected_result-custom table tr:first-of-type td,.ranking_new-sitereview .table-expected_result-custom table tr:nth-of-type(2) td,.site-review__article-under__contents.text .table-expected_result table tr:first-of-type td,.site-review__article-under__contents.text .table-expected_result table tr:nth-of-type(2) td,.site-review__article-under__contents.text .table-expected_result-custom table tr:first-of-type td,.site-review__article-under__contents.text .table-expected_result-custom table tr:nth-of-type(2) td{width:30%}#single .table-expected_result table tr td,#single .table-expected_result table tr th,#single .table-expected_result-custom table tr td,#single .table-expected_result-custom table tr th,.line_official .table-expected_result table tr td,.line_official .table-expected_result table tr th,.line_official .table-expected_result-custom table tr td,.line_official .table-expected_result-custom table tr th,.ranking .table-expected_result table tr td,.ranking .table-expected_result table tr th,.ranking .table-expected_result-custom table tr td,.ranking .table-expected_result-custom table tr th,.ranking_new-sitereview .table-expected_result table tr td,.ranking_new-sitereview .table-expected_result table tr th,.ranking_new-sitereview .table-expected_result-custom table tr td,.ranking_new-sitereview .table-expected_result-custom table tr th,.site-review__article-under__contents.text .table-expected_result table tr td,.site-review__article-under__contents.text .table-expected_result table tr th,.site-review__article-under__contents.text .table-expected_result-custom table tr td,.site-review__article-under__contents.text .table-expected_result-custom table tr th{vertical-align:middle;font-size:16px;font-weight:unset;color:#333;border:1px solid #707070;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .table-expected_result table tr th,#single .table-expected_result-custom table tr th,.line_official .table-expected_result table tr th,.line_official .table-expected_result-custom table tr th,.ranking .table-expected_result table tr th,.ranking .table-expected_result-custom table tr th,.ranking_new-sitereview .table-expected_result table tr th,.ranking_new-sitereview .table-expected_result-custom table tr th,.site-review__article-under__contents.text .table-expected_result table tr th,.site-review__article-under__contents.text .table-expected_result-custom table tr th{width:20%;background-color:#CDBAB9}#single .table-expected_result table tr td,#single .table-expected_result-custom table tr td,.line_official .table-expected_result table tr td,.line_official .table-expected_result-custom table tr td,.ranking .table-expected_result table tr td,.ranking .table-expected_result-custom table tr td,.ranking_new-sitereview .table-expected_result table tr td,.ranking_new-sitereview .table-expected_result-custom table tr td,.site-review__article-under__contents.text .table-expected_result table tr td,.site-review__article-under__contents.text .table-expected_result-custom table tr td{width:80%}#single .table-expected_result table .balance-payments td,#single .table-expected_result-custom table .balance-payments td,.line_official .table-expected_result table .balance-payments td,.line_official .table-expected_result-custom table .balance-payments td,.ranking .table-expected_result table .balance-payments td,.ranking .table-expected_result-custom table .balance-payments td,.ranking_new-sitereview .table-expected_result table .balance-payments td,.ranking_new-sitereview .table-expected_result-custom table .balance-payments td,.site-review__article-under__contents.text .table-expected_result table .balance-payments td,.site-review__article-under__contents.text .table-expected_result-custom table .balance-payments td{font-size:20px;color:#E3333E;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .table-expected_result table .balance-payments td div,#single .table-expected_result-custom table .balance-payments td div,.line_official .table-expected_result table .balance-payments td div,.line_official .table-expected_result-custom table .balance-payments td div,.ranking .table-expected_result table .balance-payments td div,.ranking .table-expected_result-custom table .balance-payments td div,.ranking_new-sitereview .table-expected_result table .balance-payments td div,.ranking_new-sitereview .table-expected_result-custom table .balance-payments td div,.site-review__article-under__contents.text .table-expected_result table .balance-payments td div,.site-review__article-under__contents.text .table-expected_result-custom table .balance-payments td div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:-webkit-gradient(linear,left top,left bottom,color-stop(60%,transparent),color-stop(60%,#ff6));background:linear-gradient(transparent 60%,#ff6 60%);margin:auto}#single .merit-demerit,.line_official .merit-demerit,.ranking .merit-demerit,.ranking_new-sitereview .merit-demerit,.site-review__article-under__contents.text .merit-demerit{width:90%;margin:1.3em auto}#single .merit-demerit__title,.line_official .merit-demerit__title,.ranking .merit-demerit__title,.ranking_new-sitereview .merit-demerit__title,.site-review__article-under__contents.text .merit-demerit__title{margin-bottom:20px}#single .merit-demerit__title div,.line_official .merit-demerit__title div,.ranking .merit-demerit__title div,.ranking_new-sitereview .merit-demerit__title div,.site-review__article-under__contents.text .merit-demerit__title div{font-weight:700;text-align:center}#single .merit-demerit__title div:first-of-type,.line_official .merit-demerit__title div:first-of-type,.ranking .merit-demerit__title div:first-of-type,.ranking_new-sitereview .merit-demerit__title div:first-of-type,.site-review__article-under__contents.text .merit-demerit__title div:first-of-type{font-size:24px;color:#591C19;margin-bottom:5px}#single .merit-demerit__title div:last-of-type,.line_official .merit-demerit__title div:last-of-type,.ranking .merit-demerit__title div:last-of-type,.ranking_new-sitereview .merit-demerit__title div:last-of-type,.site-review__article-under__contents.text .merit-demerit__title div:last-of-type{font-size:30px}#single .merit-demerit ul,.line_official .merit-demerit ul,.ranking .merit-demerit ul,.ranking_new-sitereview .merit-demerit ul,.site-review__article-under__contents.text .merit-demerit ul{line-height:unset;margin:unset}#single .merit-demerit ul li,.line_official .merit-demerit ul li,.ranking .merit-demerit ul li,.ranking_new-sitereview .merit-demerit ul li,.site-review__article-under__contents.text .merit-demerit ul li{list-style-type:none;line-height:20px;border:2px solid #591C19;padding:5px 10px}#single .merit-demerit ul li:not(:last-of-type),.line_official .merit-demerit ul li:not(:last-of-type),.ranking .merit-demerit ul li:not(:last-of-type),.ranking_new-sitereview .merit-demerit ul li:not(:last-of-type),.site-review__article-under__contents.text .merit-demerit ul li:not(:last-of-type){margin-bottom:10px}#single .list-dot,.line_official .list-dot,.ranking .list-dot,.ranking_new-sitereview .list-dot,.site-review__article-under__contents.text .list-dot{width:90%;border:2px solid #611616;border-radius:5px;background-color:#F7F7F7;margin:1.3em auto;-webkit-box-sizing:border-box;box-sizing:border-box}#single .list-dot li,.line_official .list-dot li,.ranking .list-dot li,.ranking_new-sitereview .list-dot li,.site-review__article-under__contents.text .list-dot li{list-style-type:none;padding:15px 10px 15px 30px;text-indent:-16px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .list-dot li:not(:last-of-type),.line_official .list-dot li:not(:last-of-type),.ranking .list-dot li:not(:last-of-type),.ranking_new-sitereview .list-dot li:not(:last-of-type),.site-review__article-under__contents.text .list-dot li:not(:last-of-type){border-bottom:1px solid #611616}#single .list-dot li:before,.line_official .list-dot li:before,.ranking .list-dot li:before,.ranking_new-sitereview .list-dot li:before,.site-review__article-under__contents.text .list-dot li:before{content:'・';color:#611616}#single .last-updated,.line_official .last-updated,.ranking .last-updated,.ranking_new-sitereview .last-updated,.site-review__article-under__contents.text .last-updated{width:90%;text-align:right;margin:10px auto 30px}#single .writer-introduction-view-more,.line_official .writer-introduction-view-more,.ranking .writer-introduction-view-more,.ranking_new-sitereview .writer-introduction-view-more,.site-review__article-under__contents.text .writer-introduction-view-more{border:3px solid #611616;background-color:#EDEDED;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:10px;margin-bottom:30px}#single .writer-introduction-view-more .writer,.line_official .writer-introduction-view-more .writer,.ranking .writer-introduction-view-more .writer,.ranking_new-sitereview .writer-introduction-view-more .writer,.site-review__article-under__contents.text .writer-introduction-view-more .writer{width:160px;margin-right:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#single .writer-introduction-view-more .writer__image-title,.line_official .writer-introduction-view-more .writer__image-title,.ranking .writer-introduction-view-more .writer__image-title,.ranking_new-sitereview .writer-introduction-view-more .writer__image-title,.site-review__article-under__contents.text .writer-introduction-view-more .writer__image-title{position:relative;margin-bottom:15px}#single .writer-introduction-view-more .writer__image-title__title,.line_official .writer-introduction-view-more .writer__image-title__title,.ranking .writer-introduction-view-more .writer__image-title__title,.ranking_new-sitereview .writer-introduction-view-more .writer__image-title__title,.site-review__article-under__contents.text .writer-introduction-view-more .writer__image-title__title{position:absolute;bottom:-12px;left:0}#single .writer-introduction-view-more .writer__name,.line_official .writer-introduction-view-more .writer__name,.ranking .writer-introduction-view-more .writer__name,.ranking_new-sitereview .writer-introduction-view-more .writer__name,.site-review__article-under__contents.text .writer-introduction-view-more .writer__name{text-align:center;font-weight:700}#single .writer-introduction-view-more .content,.line_official .writer-introduction-view-more .content,.ranking .writer-introduction-view-more .content,.ranking_new-sitereview .writer-introduction-view-more .content,.site-review__article-under__contents.text .writer-introduction-view-more .content{width:100%;background-color:#fff;border-radius:5px;padding:10px}#single .writer-introduction-view-more .content .more-link,.line_official .writer-introduction-view-more .content .more-link,.ranking .writer-introduction-view-more .content .more-link,.ranking_new-sitereview .writer-introduction-view-more .content .more-link,.site-review__article-under__contents.text .writer-introduction-view-more .content .more-link{line-height:1.8;margin:0}#single .writer-introduction-view-more .content .more-link-after,.line_official .writer-introduction-view-more .content .more-link-after,.ranking .writer-introduction-view-more .content .more-link-after,.ranking_new-sitereview .writer-introduction-view-more .content .more-link-after,.site-review__article-under__contents.text .writer-introduction-view-more .content .more-link-after{text-align:end}#single .slider-plan,.line_official .slider-plan,.ranking .slider-plan,.ranking_new-sitereview .slider-plan,.site-review__article-under__contents.text .slider-plan{width:90%;margin:1.3em auto;padding-bottom:30px}#single .slider-plan ul,.line_official .slider-plan ul,.ranking .slider-plan ul,.ranking_new-sitereview .slider-plan ul,.site-review__article-under__contents.text .slider-plan ul{list-style:none;line-height:unset;margin:unset}#single .slider-plan ul li,.line_official .slider-plan ul li,.ranking .slider-plan ul li,.ranking_new-sitereview .slider-plan ul li,.site-review__article-under__contents.text .slider-plan ul li{border:1px solid #707070;-webkit-box-sizing:border-box;box-sizing:border-box}#single .slider-plan ul li .title,.line_official .slider-plan ul li .title,.ranking .slider-plan ul li .title,.ranking_new-sitereview .slider-plan ul li .title,.site-review__article-under__contents.text .slider-plan ul li .title{text-align:center;color:#fff;background-color:#591C19;padding:2px 5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .slider-plan ul li .image,.line_official .slider-plan ul li .image,.ranking .slider-plan ul li .image,.ranking_new-sitereview .slider-plan ul li .image,.site-review__article-under__contents.text .slider-plan ul li .image{padding:15px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .slider-plan ul li .image img,.line_official .slider-plan ul li .image img,.ranking .slider-plan ul li .image img,.ranking_new-sitereview .slider-plan ul li .image img,.site-review__article-under__contents.text .slider-plan ul li .image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;margin:0}#single .slider-plan ul li table,.line_official .slider-plan ul li table,.ranking .slider-plan ul li table,.ranking_new-sitereview .slider-plan ul li table,.site-review__article-under__contents.text .slider-plan ul li table{width:100%;font-size:15px;border:unset;margin:0}#single .slider-plan ul li table tr:first-of-type,.line_official .slider-plan ul li table tr:first-of-type,.ranking .slider-plan ul li table tr:first-of-type,.ranking_new-sitereview .slider-plan ul li table tr:first-of-type,.site-review__article-under__contents.text .slider-plan ul li table tr:first-of-type{border-top:1px solid #707070}#single .slider-plan ul li table tr:not(:last-of-type),.line_official .slider-plan ul li table tr:not(:last-of-type),.ranking .slider-plan ul li table tr:not(:last-of-type),.ranking_new-sitereview .slider-plan ul li table tr:not(:last-of-type),.site-review__article-under__contents.text .slider-plan ul li table tr:not(:last-of-type){border-bottom:1px solid #707070}#single .slider-plan ul li table tr td,#single .slider-plan ul li table tr th,.line_official .slider-plan ul li table tr td,.line_official .slider-plan ul li table tr th,.ranking .slider-plan ul li table tr td,.ranking .slider-plan ul li table tr th,.ranking_new-sitereview .slider-plan ul li table tr td,.ranking_new-sitereview .slider-plan ul li table tr th,.site-review__article-under__contents.text .slider-plan ul li table tr td,.site-review__article-under__contents.text .slider-plan ul li table tr th{border:unset;padding:0 4px}#single .slider-plan ul li table tr th,.line_official .slider-plan ul li table tr th,.ranking .slider-plan ul li table tr th,.ranking_new-sitereview .slider-plan ul li table tr th,.site-review__article-under__contents.text .slider-plan ul li table tr th{width:40%;font-weight:unset;color:#fff;background-color:#591C19;border-right:1px solid #707070}#single .slider-plan ul li table tr td,.line_official .slider-plan ul li table tr td,.ranking .slider-plan ul li table tr td,.ranking_new-sitereview .slider-plan ul li table tr td,.site-review__article-under__contents.text .slider-plan ul li table tr td{width:60%}#single .slider-plan .swiper-pagination,.line_official .slider-plan .swiper-pagination,.ranking .slider-plan .swiper-pagination,.ranking_new-sitereview .slider-plan .swiper-pagination,.site-review__article-under__contents.text .slider-plan .swiper-pagination{bottom:0}#single .slider-plan .swiper-pagination .swiper-pagination-bullet-active,.line_official .slider-plan .swiper-pagination .swiper-pagination-bullet-active,.ranking .slider-plan .swiper-pagination .swiper-pagination-bullet-active,.ranking_new-sitereview .slider-plan .swiper-pagination .swiper-pagination-bullet-active,.site-review__article-under__contents.text .slider-plan .swiper-pagination .swiper-pagination-bullet-active{background-color:#591C19}#single .slider-plan .swiper-button-next,#single .slider-plan .swiper-button-prev,.line_official .slider-plan .swiper-button-next,.line_official .slider-plan .swiper-button-prev,.ranking .slider-plan .swiper-button-next,.ranking .slider-plan .swiper-button-prev,.ranking_new-sitereview .slider-plan .swiper-button-next,.ranking_new-sitereview .slider-plan .swiper-button-prev,.site-review__article-under__contents.text .slider-plan .swiper-button-next,.site-review__article-under__contents.text .slider-plan .swiper-button-prev{width:30px;height:30px;background-color:#828282;border-radius:50%;opacity:.9}#single .slider-plan .swiper-button-next:after,#single .slider-plan .swiper-button-prev:after,.line_official .slider-plan .swiper-button-next:after,.line_official .slider-plan .swiper-button-prev:after,.ranking .slider-plan .swiper-button-next:after,.ranking .slider-plan .swiper-button-prev:after,.ranking_new-sitereview .slider-plan .swiper-button-next:after,.ranking_new-sitereview .slider-plan .swiper-button-prev:after,.site-review__article-under__contents.text .slider-plan .swiper-button-next:after,.site-review__article-under__contents.text .slider-plan .swiper-button-prev:after{height:40px;line-height:36px;font-size:25px;color:#FFF}#single .slider-plan .swiper-button-prev,.line_official .slider-plan .swiper-button-prev,.ranking .slider-plan .swiper-button-prev,.ranking_new-sitereview .slider-plan .swiper-button-prev,.site-review__article-under__contents.text .slider-plan .swiper-button-prev{left:2px}#single .slider-plan .swiper-button-prev:after,.line_official .slider-plan .swiper-button-prev:after,.ranking .slider-plan .swiper-button-prev:after,.ranking_new-sitereview .slider-plan .swiper-button-prev:after,.site-review__article-under__contents.text .slider-plan .swiper-button-prev:after{content:'<'}#single .slider-plan .swiper-button-next,.line_official .slider-plan .swiper-button-next,.ranking .slider-plan .swiper-button-next,.ranking_new-sitereview .slider-plan .swiper-button-next,.site-review__article-under__contents.text .slider-plan .swiper-button-next{right:2px}#single .slider-plan .swiper-button-next:after,.line_official .slider-plan .swiper-button-next:after,.ranking .slider-plan .swiper-button-next:after,.ranking_new-sitereview .slider-plan .swiper-button-next:after,.site-review__article-under__contents.text .slider-plan .swiper-button-next:after{content:'>'}#single .paidforecast-results,.line_official .paidforecast-results,.ranking .paidforecast-results,.ranking_new-sitereview .paidforecast-results,.site-review__article-under__contents.text .paidforecast-results{width:90%;margin:1.3em auto;border:1px solid #707070}#single .paidforecast-results__title,.line_official .paidforecast-results__title,.ranking .paidforecast-results__title,.ranking_new-sitereview .paidforecast-results__title,.site-review__article-under__contents.text .paidforecast-results__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:center;color:#fff;background-color:#591C19;padding:2px 5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .paidforecast-results__title img,.line_official .paidforecast-results__title img,.ranking .paidforecast-results__title img,.ranking_new-sitereview .paidforecast-results__title img,.site-review__article-under__contents.text .paidforecast-results__title img{width:3%;height:auto;margin:0}#single .paidforecast-results__title div,.line_official .paidforecast-results__title div,.ranking .paidforecast-results__title div,.ranking_new-sitereview .paidforecast-results__title div,.site-review__article-under__contents.text .paidforecast-results__title div{margin:0 10px}#single .paidforecast-results__contents,.line_official .paidforecast-results__contents,.ranking .paidforecast-results__contents,.ranking_new-sitereview .paidforecast-results__contents,.site-review__article-under__contents.text .paidforecast-results__contents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#single .paidforecast-results__contents .img,.line_official .paidforecast-results__contents .img,.ranking .paidforecast-results__contents .img,.ranking_new-sitereview .paidforecast-results__contents .img,.site-review__article-under__contents.text .paidforecast-results__contents .img{width:15%;position:relative}#single .paidforecast-results__contents .img:before,.line_official .paidforecast-results__contents .img:before,.ranking .paidforecast-results__contents .img:before,.ranking_new-sitereview .paidforecast-results__contents .img:before,.site-review__article-under__contents.text .paidforecast-results__contents .img:before{content:'\f00e';font-family:"Font Awesome 5 Free";font-weight:900;font-size:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}#single .paidforecast-results .accordion-result,#single .paidforecast-results .accordion-result__contents table .minirank1 th,#single .paidforecast-results .accordion-result__contents table .minirank2 th,#single .paidforecast-results .accordion-result__contents table .minirank3 th,.line_official .paidforecast-results .accordion-result,.line_official .paidforecast-results .accordion-result__contents table .minirank1 th,.line_official .paidforecast-results .accordion-result__contents table .minirank2 th,.line_official .paidforecast-results .accordion-result__contents table .minirank3 th,.ranking .paidforecast-results .accordion-result,.ranking .paidforecast-results .accordion-result__contents table .minirank1 th,.ranking .paidforecast-results .accordion-result__contents table .minirank2 th,.ranking .paidforecast-results .accordion-result__contents table .minirank3 th,.ranking_new-sitereview .paidforecast-results .accordion-result,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table .minirank1 th,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table .minirank2 th,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table .minirank3 th,.site-review__article-under__contents.text .paidforecast-results .accordion-result,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table .minirank1 th,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table .minirank2 th,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table .minirank3 th{position:relative}#single .paidforecast-results__contents .img a,.line_official .paidforecast-results__contents .img a,.ranking .paidforecast-results__contents .img a,.ranking_new-sitereview .paidforecast-results__contents .img a,.site-review__article-under__contents.text .paidforecast-results__contents .img a{display:block;background-color:#C1C1C1}#single .paidforecast-results__contents .img a img,.line_official .paidforecast-results__contents .img a img,.ranking .paidforecast-results__contents .img a img,.ranking_new-sitereview .paidforecast-results__contents .img a img,.site-review__article-under__contents.text .paidforecast-results__contents .img a img{display:block;width:100%;height:120px;-o-object-fit:cover;object-fit:cover;margin:0;opacity:.3}#single .paidforecast-results__contents table,.line_official .paidforecast-results__contents table,.ranking .paidforecast-results__contents table,.ranking_new-sitereview .paidforecast-results__contents table,.site-review__article-under__contents.text .paidforecast-results__contents table{width:85%;font-size:15px;border:unset;border-left:1px solid #707070;margin:0}#single .paidforecast-results__contents table tr:not(:last-of-type),.line_official .paidforecast-results__contents table tr:not(:last-of-type),.ranking .paidforecast-results__contents table tr:not(:last-of-type),.ranking_new-sitereview .paidforecast-results__contents table tr:not(:last-of-type),.site-review__article-under__contents.text .paidforecast-results__contents table tr:not(:last-of-type){border-bottom:1px solid #707070}#single .paidforecast-results__contents table tr td,#single .paidforecast-results__contents table tr th,.line_official .paidforecast-results__contents table tr td,.line_official .paidforecast-results__contents table tr th,.ranking .paidforecast-results__contents table tr td,.ranking .paidforecast-results__contents table tr th,.ranking_new-sitereview .paidforecast-results__contents table tr td,.ranking_new-sitereview .paidforecast-results__contents table tr th,.site-review__article-under__contents.text .paidforecast-results__contents table tr td,.site-review__article-under__contents.text .paidforecast-results__contents table tr th{font-weight:unset;color:#333;border:unset;padding:0 10px}#single .paidforecast-results__contents table tr th,.line_official .paidforecast-results__contents table tr th,.ranking .paidforecast-results__contents table tr th,.ranking_new-sitereview .paidforecast-results__contents table tr th,.site-review__article-under__contents.text .paidforecast-results__contents table tr th{width:20%;background-color:#CDBAB9;border-right:1px solid #707070}#single .paidforecast-results__contents table tr td,.line_official .paidforecast-results__contents table tr td,.ranking .paidforecast-results__contents table tr td,.ranking_new-sitereview .paidforecast-results__contents table tr td,.site-review__article-under__contents.text .paidforecast-results__contents table tr td{width:80%}#single .paidforecast-results__contents table .table-title th,.line_official .paidforecast-results__contents table .table-title th,.ranking .paidforecast-results__contents table .table-title th,.ranking_new-sitereview .paidforecast-results__contents table .table-title th,.site-review__article-under__contents.text .paidforecast-results__contents table .table-title th{text-align:left;background-color:#fff}#single .paidforecast-results__contents table .table-title th div,.line_official .paidforecast-results__contents table .table-title th div,.ranking .paidforecast-results__contents table .table-title th div,.ranking_new-sitereview .paidforecast-results__contents table .table-title th div,.site-review__article-under__contents.text .paidforecast-results__contents table .table-title th div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:-webkit-gradient(linear,left top,left bottom,color-stop(60%,transparent),color-stop(60%,#ff6));background:linear-gradient(transparent 60%,#ff6 60%)}#single .paidforecast-results .accordion-result__input,.line_official .paidforecast-results .accordion-result__input,.ranking .paidforecast-results .accordion-result__input,.ranking_new-sitereview .paidforecast-results .accordion-result__input,.site-review__article-under__contents.text .paidforecast-results .accordion-result__input{display:none}#single .paidforecast-results .accordion-result__input:checked+.accordion-result__label+.accordion-result__contents,.line_official .paidforecast-results .accordion-result__input:checked+.accordion-result__label+.accordion-result__contents,.ranking .paidforecast-results .accordion-result__input:checked+.accordion-result__label+.accordion-result__contents,.ranking_new-sitereview .paidforecast-results .accordion-result__input:checked+.accordion-result__label+.accordion-result__contents,.site-review__article-under__contents.text .paidforecast-results .accordion-result__input:checked+.accordion-result__label+.accordion-result__contents{max-height:1000px;-webkit-transition:all 1.5s;transition:all 1.5s}#single .paidforecast-results .accordion-result__label,.line_official .paidforecast-results .accordion-result__label,.ranking .paidforecast-results .accordion-result__label,.ranking_new-sitereview .paidforecast-results .accordion-result__label,.site-review__article-under__contents.text .paidforecast-results .accordion-result__label{display:block;text-align:center;color:#fff;background-color:#000;border-bottom:3px solid #B4A034;padding:5px 10px}#single .paidforecast-results .accordion-result__contents,.line_official .paidforecast-results .accordion-result__contents,.ranking .paidforecast-results .accordion-result__contents,.ranking_new-sitereview .paidforecast-results .accordion-result__contents,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents{max-height:0;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:all .3s;transition:all .3s}#single .paidforecast-results .accordion-result__contents p,.line_official .paidforecast-results .accordion-result__contents p,.ranking .paidforecast-results .accordion-result__contents p,.ranking_new-sitereview .paidforecast-results .accordion-result__contents p,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents p{margin:0}#single .paidforecast-results .accordion-result__contents table,.line_official .paidforecast-results .accordion-result__contents table,.ranking .paidforecast-results .accordion-result__contents table,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table{width:100%;font-size:15px;border:unset;margin:0}#single .paidforecast-results .accordion-result__contents table tr:first-of-type td,#single .paidforecast-results .accordion-result__contents table tr:first-of-type th,.line_official .paidforecast-results .accordion-result__contents table tr:first-of-type td,.line_official .paidforecast-results .accordion-result__contents table tr:first-of-type th,.ranking .paidforecast-results .accordion-result__contents table tr:first-of-type td,.ranking .paidforecast-results .accordion-result__contents table tr:first-of-type th,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table tr:first-of-type td,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table tr:first-of-type th,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table tr:first-of-type td,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table tr:first-of-type th{padding:10px}#single .paidforecast-results .accordion-result__contents table tr:first-of-type th,.line_official .paidforecast-results .accordion-result__contents table tr:first-of-type th,.ranking .paidforecast-results .accordion-result__contents table tr:first-of-type th,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table tr:first-of-type th,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table tr:first-of-type th{width:20%;background-color:#CDBAB9}#single .paidforecast-results .accordion-result__contents table tr:first-of-type td,.line_official .paidforecast-results .accordion-result__contents table tr:first-of-type td,.ranking .paidforecast-results .accordion-result__contents table tr:first-of-type td,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table tr:first-of-type td,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table tr:first-of-type td{width:30%;font-weight:700}#single .paidforecast-results .accordion-result__contents table tr:first-of-type td div,.line_official .paidforecast-results .accordion-result__contents table tr:first-of-type td div,.ranking .paidforecast-results .accordion-result__contents table tr:first-of-type td div,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table tr:first-of-type td div,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table tr:first-of-type td div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:-webkit-gradient(linear,left top,left bottom,color-stop(60%,transparent),color-stop(60%,#ff6));background:linear-gradient(transparent 60%,#ff6 60%);margin:auto}#single .paidforecast-results .accordion-result__contents table tr:first-of-type td:first-of-type,.line_official .paidforecast-results .accordion-result__contents table tr:first-of-type td:first-of-type,.ranking .paidforecast-results .accordion-result__contents table tr:first-of-type td:first-of-type,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table tr:first-of-type td:first-of-type,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table tr:first-of-type td:first-of-type{border-right:1px solid #707070}#single .paidforecast-results .accordion-result__contents table tr:not(:last-of-type),.line_official .paidforecast-results .accordion-result__contents table tr:not(:last-of-type),.ranking .paidforecast-results .accordion-result__contents table tr:not(:last-of-type),.ranking_new-sitereview .paidforecast-results .accordion-result__contents table tr:not(:last-of-type),.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table tr:not(:last-of-type){border-bottom:1px solid #707070}#single .paidforecast-results .accordion-result__contents table tr td,#single .paidforecast-results .accordion-result__contents table tr th,.line_official .paidforecast-results .accordion-result__contents table tr td,.line_official .paidforecast-results .accordion-result__contents table tr th,.ranking .paidforecast-results .accordion-result__contents table tr td,.ranking .paidforecast-results .accordion-result__contents table tr th,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table tr td,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table tr th,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table tr td,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table tr th{font-weight:unset;color:#333;border:unset;padding:0 10px}#single .paidforecast-results .accordion-result__contents table tr th,.line_official .paidforecast-results .accordion-result__contents table tr th,.ranking .paidforecast-results .accordion-result__contents table tr th,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table tr th,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table tr th{width:20%;border-right:1px solid #707070}#single .paidforecast-results .accordion-result__contents table tr td,.line_official .paidforecast-results .accordion-result__contents table tr td,.ranking .paidforecast-results .accordion-result__contents table tr td,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table tr td,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table tr td{width:80%}#single .paidforecast-results .accordion-result__contents table .minirank1 th:before,#single .paidforecast-results .accordion-result__contents table .minirank2 th:before,#single .paidforecast-results .accordion-result__contents table .minirank3 th:before,.line_official .paidforecast-results .accordion-result__contents table .minirank1 th:before,.line_official .paidforecast-results .accordion-result__contents table .minirank2 th:before,.line_official .paidforecast-results .accordion-result__contents table .minirank3 th:before,.ranking .paidforecast-results .accordion-result__contents table .minirank1 th:before,.ranking .paidforecast-results .accordion-result__contents table .minirank2 th:before,.ranking .paidforecast-results .accordion-result__contents table .minirank3 th:before,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table .minirank1 th:before,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table .minirank2 th:before,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table .minirank3 th:before,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table .minirank1 th:before,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table .minirank2 th:before,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table .minirank3 th:before{content:'';display:inline-block;width:20px;height:20px;background-size:contain;background-repeat:no-repeat;position:absolute;top:50%;left:40px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}#single .paidforecast-results .accordion-result__contents table .minirank1 th:before,.line_official .paidforecast-results .accordion-result__contents table .minirank1 th:before,.ranking .paidforecast-results .accordion-result__contents table .minirank1 th:before,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table .minirank1 th:before,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table .minirank1 th:before{background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/icon-minirank1.png)}#single .paidforecast-results .accordion-result__contents table .minirank2 th:before,.line_official .paidforecast-results .accordion-result__contents table .minirank2 th:before,.ranking .paidforecast-results .accordion-result__contents table .minirank2 th:before,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table .minirank2 th:before,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table .minirank2 th:before{background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/icon-minirank2.png)}#single .paidforecast-results .accordion-result__contents table .minirank3 th:before,.line_official .paidforecast-results .accordion-result__contents table .minirank3 th:before,.ranking .paidforecast-results .accordion-result__contents table .minirank3 th:before,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table .minirank3 th:before,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table .minirank3 th:before{background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/icon-minirank3.png)}#single .site-comparison,.line_official .site-comparison,.ranking .site-comparison,.ranking_new-sitereview .site-comparison,.site-review__article-under__contents.text .site-comparison{width:90%;overflow-x:scroll;table-layout:fixed;border-collapse:collapse;margin:1.3em auto;padding-bottom:10px;position:relative}#single .site-comparison::-webkit-scrollbar,.line_official .site-comparison::-webkit-scrollbar,.ranking .site-comparison::-webkit-scrollbar,.ranking_new-sitereview .site-comparison::-webkit-scrollbar,.site-review__article-under__contents.text .site-comparison::-webkit-scrollbar{height:7px}#single .site-comparison::-webkit-scrollbar-track,.line_official .site-comparison::-webkit-scrollbar-track,.ranking .site-comparison::-webkit-scrollbar-track,.ranking_new-sitereview .site-comparison::-webkit-scrollbar-track,.site-review__article-under__contents.text .site-comparison::-webkit-scrollbar-track{background-color:#dcd9d9;border-radius:5px;margin:5px}#single .site-comparison::-webkit-scrollbar-thumb,.line_official .site-comparison::-webkit-scrollbar-thumb,.ranking .site-comparison::-webkit-scrollbar-thumb,.ranking_new-sitereview .site-comparison::-webkit-scrollbar-thumb,.site-review__article-under__contents.text .site-comparison::-webkit-scrollbar-thumb{background-color:#611616;border-radius:5px}#single .site-comparison table,.line_official .site-comparison table,.ranking .site-comparison table,.ranking_new-sitereview .site-comparison table,.site-review__article-under__contents.text .site-comparison table{width:100%;border:unset;margin:0}#single .site-comparison table tr,.line_official .site-comparison table tr,.ranking .site-comparison table tr,.ranking_new-sitereview .site-comparison table tr,.site-review__article-under__contents.text .site-comparison table tr{position:relative}#single .site-comparison table tr:last-of-type th,.line_official .site-comparison table tr:last-of-type th,.ranking .site-comparison table tr:last-of-type th,.ranking_new-sitereview .site-comparison table tr:last-of-type th,.site-review__article-under__contents.text .site-comparison table tr:last-of-type th{border-bottom:1px solid #591C19}#single .site-comparison table tr:last-of-type td:first-of-type:before,.line_official .site-comparison table tr:last-of-type td:first-of-type:before,.ranking .site-comparison table tr:last-of-type td:first-of-type:before,.ranking_new-sitereview .site-comparison table tr:last-of-type td:first-of-type:before,.site-review__article-under__contents.text .site-comparison table tr:last-of-type td:first-of-type:before{border-left:1px solid #fff}#single .site-comparison table tr:last-of-type td:not(:last-of-type),.line_official .site-comparison table tr:last-of-type td:not(:last-of-type),.ranking .site-comparison table tr:last-of-type td:not(:last-of-type),.ranking_new-sitereview .site-comparison table tr:last-of-type td:not(:last-of-type),.site-review__article-under__contents.text .site-comparison table tr:last-of-type td:not(:last-of-type){border-right:1px solid #fff}#single .site-comparison table tr td,#single .site-comparison table tr th,.line_official .site-comparison table tr td,.line_official .site-comparison table tr th,.ranking .site-comparison table tr td,.ranking .site-comparison table tr th,.ranking_new-sitereview .site-comparison table tr td,.ranking_new-sitereview .site-comparison table tr th,.site-review__article-under__contents.text .site-comparison table tr td,.site-review__article-under__contents.text .site-comparison table tr th{white-space:normal;vertical-align:middle;font-size:15px;font-weight:unset;text-align:center;line-height:20px;padding:10px 2px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .site-comparison table tr th,.line_official .site-comparison table tr th,.ranking .site-comparison table tr th,.ranking_new-sitereview .site-comparison table tr th,.site-review__article-under__contents.text .site-comparison table tr th{width:110px;min-width:110px;color:#fff;background-color:#85635F;border:1px solid #591C19;position:-webkit-sticky;position:sticky;left:0;z-index:11}#single .site-comparison table tr th:before,.line_official .site-comparison table tr th:before,.ranking .site-comparison table tr th:before,.ranking_new-sitereview .site-comparison table tr th:before,.site-review__article-under__contents.text .site-comparison table tr th:before{content:"";width:100%;height:100%;border:1px solid #591C19;position:absolute;top:-1px;left:-1px}#single .site-comparison table tr td,.line_official .site-comparison table tr td,.ranking .site-comparison table tr td,.ranking_new-sitereview .site-comparison table tr td,.site-review__article-under__contents.text .site-comparison table tr td{width:190px;min-width:190px;background-color:#fff;border:1px solid #591C19}#single .site-comparison table tr td:first-of-type,.line_official .site-comparison table tr td:first-of-type,.ranking .site-comparison table tr td:first-of-type,.ranking_new-sitereview .site-comparison table tr td:first-of-type,.site-review__article-under__contents.text .site-comparison table tr td:first-of-type{position:-webkit-sticky;position:sticky;left:110px;z-index:11}#single .site-comparison table tr td:first-of-type:before,.line_official .site-comparison table tr td:first-of-type:before,.ranking .site-comparison table tr td:first-of-type:before,.ranking_new-sitereview .site-comparison table tr td:first-of-type:before,.site-review__article-under__contents.text .site-comparison table tr td:first-of-type:before{content:"";width:100%;height:100%;border:1px solid #591C19;border-right:5px solid #B4A034;position:absolute;top:-1px;left:-1px}#single .site-comparison table tr td:first-of-type a,.line_official .site-comparison table tr td:first-of-type a,.ranking .site-comparison table tr td:first-of-type a,.ranking_new-sitereview .site-comparison table tr td:first-of-type a,.site-review__article-under__contents.text .site-comparison table tr td:first-of-type a{position:relative;z-index:1200}#single .site-comparison table .thumbnail td,.line_official .site-comparison table .thumbnail td,.ranking .site-comparison table .thumbnail td,.ranking_new-sitereview .site-comparison table .thumbnail td,.site-review__article-under__contents.text .site-comparison table .thumbnail td{padding:unset}#single .site-comparison table .thumbnail td a img,.line_official .site-comparison table .thumbnail td a img,.ranking .site-comparison table .thumbnail td a img,.ranking_new-sitereview .site-comparison table .thumbnail td a img,.site-review__article-under__contents.text .site-comparison table .thumbnail td a img{display:block;width:100%;height:100px;-o-object-fit:cover;object-fit:cover;margin:0}#single .site-comparison table .sitename td,#single .site-comparison table .sitename th,.line_official .site-comparison table .sitename td,.line_official .site-comparison table .sitename th,.ranking .site-comparison table .sitename td,.ranking .site-comparison table .sitename th,.ranking_new-sitereview .site-comparison table .sitename td,.ranking_new-sitereview .site-comparison table .sitename th,.site-review__article-under__contents.text .site-comparison table .sitename td,.site-review__article-under__contents.text .site-comparison table .sitename th{padding:7px 2px}#single .site-comparison table .sitename td,.line_official .site-comparison table .sitename td,.ranking .site-comparison table .sitename td,.ranking_new-sitereview .site-comparison table .sitename td,.site-review__article-under__contents.text .site-comparison table .sitename td{background-color:#591C19}#single .site-comparison table .sitename td:not(:last-of-type),.line_official .site-comparison table .sitename td:not(:last-of-type),.ranking .site-comparison table .sitename td:not(:last-of-type),.ranking_new-sitereview .site-comparison table .sitename td:not(:last-of-type),.site-review__article-under__contents.text .site-comparison table .sitename td:not(:last-of-type){border-right:1px solid #fff}#single .site-comparison table .sitename td:first-of-type,.line_official .site-comparison table .sitename td:first-of-type,.ranking .site-comparison table .sitename td:first-of-type,.ranking_new-sitereview .site-comparison table .sitename td:first-of-type,.site-review__article-under__contents.text .site-comparison table .sitename td:first-of-type{border-right:unset}#single .site-comparison table .sitename td a,.line_official .site-comparison table .sitename td a,.ranking .site-comparison table .sitename td a,.ranking_new-sitereview .site-comparison table .sitename td a,.site-review__article-under__contents.text .site-comparison table .sitename td a{text-decoration:none;display:inline-block;font-size:15px;font-weight:700;color:#fff}#single .site-comparison table .sogohyoka td,#single .site-comparison table .sogohyoka th,.line_official .site-comparison table .sogohyoka td,.line_official .site-comparison table .sogohyoka th,.ranking .site-comparison table .sogohyoka td,.ranking .site-comparison table .sogohyoka th,.ranking_new-sitereview .site-comparison table .sogohyoka td,.ranking_new-sitereview .site-comparison table .sogohyoka th,.site-review__article-under__contents.text .site-comparison table .sogohyoka td,.site-review__article-under__contents.text .site-comparison table .sogohyoka th{color:#FFEB00;background-color:#591C19}#single .site-comparison table .sogohyoka td,.line_official .site-comparison table .sogohyoka td,.ranking .site-comparison table .sogohyoka td,.ranking_new-sitereview .site-comparison table .sogohyoka td,.site-review__article-under__contents.text .site-comparison table .sogohyoka td{font-size:18px}#single .bargraph,.line_official .bargraph,.ranking .bargraph,.ranking_new-sitereview .bargraph,.site-review__article-under__contents.text .bargraph{width:90%;margin:1.3em auto}#single .bargraph__sogohyoka__title,.line_official .bargraph__sogohyoka__title,.ranking .bargraph__sogohyoka__title,.ranking_new-sitereview .bargraph__sogohyoka__title,.site-review__article-under__contents.text .bargraph__sogohyoka__title{font-size:22px;font-weight:700;text-align:center;letter-spacing:1px;text-indent:1px;color:#fff;background-color:#591C19;padding:12px 5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .bargraph__sogohyoka__contents,.line_official .bargraph__sogohyoka__contents,.ranking .bargraph__sogohyoka__contents,.ranking_new-sitereview .bargraph__sogohyoka__contents,.site-review__article-under__contents.text .bargraph__sogohyoka__contents{margin:unset}#single .bargraph__sogohyoka__contents li,.line_official .bargraph__sogohyoka__contents li,.ranking .bargraph__sogohyoka__contents li,.ranking_new-sitereview .bargraph__sogohyoka__contents li,.site-review__article-under__contents.text .bargraph__sogohyoka__contents li{list-style:none}#single .bargraph__sogohyoka__contents li .subtitle,.line_official .bargraph__sogohyoka__contents li .subtitle,.ranking .bargraph__sogohyoka__contents li .subtitle,.ranking_new-sitereview .bargraph__sogohyoka__contents li .subtitle,.site-review__article-under__contents.text .bargraph__sogohyoka__contents li .subtitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;font-weight:700;line-height:1;text-align:center;color:#fff;background-color:#B4A034;padding:7px 5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .bargraph__sogohyoka__contents li .subtitle img,.line_official .bargraph__sogohyoka__contents li .subtitle img,.ranking .bargraph__sogohyoka__contents li .subtitle img,.ranking_new-sitereview .bargraph__sogohyoka__contents li .subtitle img,.site-review__article-under__contents.text .bargraph__sogohyoka__contents li .subtitle img{width:30px;height:auto;margin:0 5px 0 0}#single .bargraph__sogohyoka__contents li .graph--text__graph,.line_official .bargraph__sogohyoka__contents li .graph--text__graph,.ranking .bargraph__sogohyoka__contents li .graph--text__graph,.ranking_new-sitereview .bargraph__sogohyoka__contents li .graph--text__graph,.site-review__article-under__contents.text .bargraph__sogohyoka__contents li .graph--text__graph{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#191919;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .bargraph__sogohyoka__contents li .graph--text__graph .point,.line_official .bargraph__sogohyoka__contents li .graph--text__graph .point,.ranking .bargraph__sogohyoka__contents li .graph--text__graph .point,.ranking_new-sitereview .bargraph__sogohyoka__contents li .graph--text__graph .point,.site-review__article-under__contents.text .bargraph__sogohyoka__contents li .graph--text__graph .point{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;width:13%;font-size:20px;font-weight:700;line-height:1;text-align:right;color:#fff}#single .bargraph__sogohyoka__contents li .graph--text__graph .point span,.line_official .bargraph__sogohyoka__contents li .graph--text__graph .point span,.ranking .bargraph__sogohyoka__contents li .graph--text__graph .point span,.ranking_new-sitereview .bargraph__sogohyoka__contents li .graph--text__graph .point span,.site-review__article-under__contents.text .bargraph__sogohyoka__contents li .graph--text__graph .point span{display:block;font-size:26px}#single .bargraph__sogohyoka__contents li .graph--text__graph .graph-back,.line_official .bargraph__sogohyoka__contents li .graph--text__graph .graph-back,.ranking .bargraph__sogohyoka__contents li .graph--text__graph .graph-back,.ranking_new-sitereview .bargraph__sogohyoka__contents li .graph--text__graph .graph-back,.site-review__article-under__contents.text .bargraph__sogohyoka__contents li .graph--text__graph .graph-back{width:85%;background-color:#989999}#single .bargraph__sogohyoka__contents li .graph--text__graph .graph-back div,.line_official .bargraph__sogohyoka__contents li .graph--text__graph .graph-back div,.ranking .bargraph__sogohyoka__contents li .graph--text__graph .graph-back div,.ranking_new-sitereview .bargraph__sogohyoka__contents li .graph--text__graph .graph-back div,.site-review__article-under__contents.text .bargraph__sogohyoka__contents li .graph--text__graph .graph-back div{background:-webkit-gradient(linear,left top,left bottom,from(#F0BD27),color-stop(52%,#FFF7D1),to(#F0BD27)) no-repeat padding-box;background:linear-gradient(180deg,#F0BD27 0,#FFF7D1 52%,#F0BD27 100%) no-repeat padding-box;padding:15px 0;-webkit-box-sizing:content-box;box-sizing:content-box}#single .bargraph__sogohyoka__contents li .graph--text__text,.line_official .bargraph__sogohyoka__contents li .graph--text__text,.ranking .bargraph__sogohyoka__contents li .graph--text__text,.ranking_new-sitereview .bargraph__sogohyoka__contents li .graph--text__text,.site-review__article-under__contents.text .bargraph__sogohyoka__contents li .graph--text__text{line-height:22px;color:#fff;background-color:#2B2A2A;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .bargraph__sohyo__title,.line_official .bargraph__sohyo__title,.ranking .bargraph__sohyo__title,.ranking_new-sitereview .bargraph__sohyo__title,.site-review__article-under__contents.text .bargraph__sohyo__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;font-weight:700;text-align:center;letter-spacing:1px;text-indent:1px;color:#fff;background-color:#591C19;padding:12px 5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .bargraph__sohyo__title img,.line_official .bargraph__sohyo__title img,.ranking .bargraph__sohyo__title img,.ranking_new-sitereview .bargraph__sohyo__title img,.site-review__article-under__contents.text .bargraph__sohyo__title img{width:30px;height:auto;margin:0 5px 0 0}#single .bargraph__sohyo__contents div:first-of-type,.line_official .bargraph__sohyo__contents div:first-of-type,.ranking .bargraph__sohyo__contents div:first-of-type,.ranking_new-sitereview .bargraph__sohyo__contents div:first-of-type,.site-review__article-under__contents.text .bargraph__sohyo__contents div:first-of-type{font-size:40px;font-weight:700;line-height:1;text-align:center;background-color:#fff;border:1px solid #707070;padding:30px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}#single .bargraph__sohyo__contents div:first-of-type img,.line_official .bargraph__sohyo__contents div:first-of-type img,.ranking .bargraph__sohyo__contents div:first-of-type img,.ranking_new-sitereview .bargraph__sohyo__contents div:first-of-type img,.site-review__article-under__contents.text .bargraph__sohyo__contents div:first-of-type img{width:40%;height:auto;margin:0 auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}#single .bargraph__sohyo__contents div:first-of-type span,.line_official .bargraph__sohyo__contents div:first-of-type span,.ranking .bargraph__sohyo__contents div:first-of-type span,.ranking_new-sitereview .bargraph__sohyo__contents div:first-of-type span,.site-review__article-under__contents.text .bargraph__sohyo__contents div:first-of-type span{font-size:54px;color:#D00000}#single .bargraph__sohyo__contents div:last-of-type,.line_official .bargraph__sohyo__contents div:last-of-type,.ranking .bargraph__sohyo__contents div:last-of-type,.ranking_new-sitereview .bargraph__sohyo__contents div:last-of-type,.site-review__article-under__contents.text .bargraph__sohyo__contents div:last-of-type{line-height:22px;color:#fff;background-color:#191919;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .simulation,.line_official .simulation,.ranking .simulation,.ranking_new-sitereview .simulation,.site-review__article-under__contents.text .simulation{width:90%;color:#fff;background-color:#000;margin:1.3em auto;padding-bottom:30px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .simulation__title,.line_official .simulation__title,.ranking .simulation__title,.ranking_new-sitereview .simulation__title,.site-review__article-under__contents.text .simulation__title{text-align:center;color:#fff;background-color:#B4A034;padding:4px 2px}#single .simulation__data__item,.line_official .simulation__data__item,.ranking .simulation__data__item,.ranking_new-sitereview .simulation__data__item,.site-review__article-under__contents.text .simulation__data__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #707070}#single .simulation__data__item div,.line_official .simulation__data__item div,.ranking .simulation__data__item div,.ranking_new-sitereview .simulation__data__item div,.site-review__article-under__contents.text .simulation__data__item div{width:50%;text-align:center;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .simulation__data__item div:first-of-type,.line_official .simulation__data__item div:first-of-type,.ranking .simulation__data__item div:first-of-type,.ranking_new-sitereview .simulation__data__item div:first-of-type,.site-review__article-under__contents.text .simulation__data__item div:first-of-type{border-right:1px solid #707070}#single .simulation__select,.line_official .simulation__select,.ranking .simulation__select,.ranking_new-sitereview .simulation__select,.site-review__article-under__contents.text .simulation__select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #4d4d4d;margin-bottom:25px}#single .simulation__select__title,.line_official .simulation__select__title,.ranking .simulation__select__title,.ranking_new-sitereview .simulation__select__title,.site-review__article-under__contents.text .simulation__select__title{width:40%;font-size:20px;text-align:center}#single .simulation__select__contents,.line_official .simulation__select__contents,.ranking .simulation__select__contents,.ranking_new-sitereview .simulation__select__contents,.site-review__article-under__contents.text .simulation__select__contents{overflow:hidden;width:60%;border-left:1px solid #4d4d4d;position:relative}#single .simulation__select__contents::before,.line_official .simulation__select__contents::before,.ranking .simulation__select__contents::before,.ranking_new-sitereview .simulation__select__contents::before,.site-review__article-under__contents.text .simulation__select__contents::before{content:'▼';pointer-events:none;font-size:18px;color:#fff;position:absolute;top:50%;right:50px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);z-index:1}#single .simulation__select__contents select,.line_official .simulation__select__contents select,.ranking .simulation__select__contents select,.ranking_new-sitereview .simulation__select__contents select,.site-review__article-under__contents.text .simulation__select__contents select{border:none;outline:0;background:0 0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;width:100%;font-size:22px;text-align:center;color:#fff;padding:15px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .simulation__select__contents select::-ms-expand,.line_official .simulation__select__contents select::-ms-expand,.ranking .simulation__select__contents select::-ms-expand,.ranking_new-sitereview .simulation__select__contents select::-ms-expand,.site-review__article-under__contents.text .simulation__select__contents select::-ms-expand{display:none}#single .simulation__button,.line_official .simulation__button,.ranking .simulation__button,.ranking_new-sitereview .simulation__button,.site-review__article-under__contents.text .simulation__button{margin-bottom:25px}#single .simulation__button .button_num,.line_official .simulation__button .button_num,.ranking .simulation__button .button_num,.ranking_new-sitereview .simulation__button .button_num,.site-review__article-under__contents.text .simulation__button .button_num{display:block;width:50%;font-size:22px;font-weight:700;text-align:center;color:#fff;background:-webkit-gradient(linear,left top,left bottom,from(#2D6A16),color-stop(36%,#1F4710),to(#091107)) no-repeat padding-box;background:linear-gradient(180deg,#2D6A16 0,#1F4710 36%,#091107 100%) no-repeat padding-box;border:5px solid #B4A034;border-radius:5px;margin:0 auto 20px;padding:15px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}#single .simulation__button .button_num__icon,.line_official .simulation__button .button_num__icon,.ranking .simulation__button .button_num__icon,.ranking_new-sitereview .simulation__button .button_num__icon,.site-review__article-under__contents.text .simulation__button .button_num__icon{position:absolute;bottom:-20px;right:-50px}#single .simulation__button .button_num__icon img,.line_official .simulation__button .button_num__icon img,.ranking .simulation__button .button_num__icon img,.ranking_new-sitereview .simulation__button .button_num__icon img,.site-review__article-under__contents.text .simulation__button .button_num__icon img{display:block;width:100%;height:auto;margin:0}#single .simulation__button__arrow,.line_official .simulation__button__arrow,.ranking .simulation__button__arrow,.ranking_new-sitereview .simulation__button__arrow,.site-review__article-under__contents.text .simulation__button__arrow{width:6%;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin:0 auto 20px}#single .simulation__button__arrow img,.line_official .simulation__button__arrow img,.ranking .simulation__button__arrow img,.ranking_new-sitereview .simulation__button__arrow img,.site-review__article-under__contents.text .simulation__button__arrow img{display:block;width:100%;height:auto;margin:0}#single .simulation__button .button_counter,.line_official .simulation__button .button_counter,.ranking .simulation__button .button_counter,.ranking_new-sitereview .simulation__button .button_counter,.site-review__article-under__contents.text .simulation__button .button_counter{width:26%;font-size:24px;text-align:center;color:#fff;background:-webkit-gradient(linear,left top,left bottom,from(#FF0303),color-stop(48%,#AA0B0B),to(#0B0303)) no-repeat padding-box;background:linear-gradient(180deg,#FF0303 0,#AA0B0B 48%,#0B0303 100%) no-repeat padding-box;border:5px solid #B4A034;border-radius:5px;margin:0 auto;padding:15px 5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .simulation__button .button_counter span,.line_official .simulation__button .button_counter span,.ranking .simulation__button .button_counter span,.ranking_new-sitereview .simulation__button .button_counter span,.site-review__article-under__contents.text .simulation__button .button_counter span{font-size:36px;font-weight:700;margin:0 2px}#single .simulation__button .button_counter-hidden,.line_official .simulation__button .button_counter-hidden,.ranking .simulation__button .button_counter-hidden,.ranking_new-sitereview .simulation__button .button_counter-hidden,.site-review__article-under__contents.text .simulation__button .button_counter-hidden{display:none}#single .simulation__text,.line_official .simulation__text,.ranking .simulation__text,.ranking_new-sitereview .simulation__text,.site-review__article-under__contents.text .simulation__text{display:none;width:85%;background-color:#2B2A2A;margin:0 auto;padding:10px 15px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .simulation .click-true,.line_official .simulation .click-true,.ranking .simulation .click-true,.ranking_new-sitereview .simulation .click-true,.site-review__article-under__contents.text .simulation .click-true{display:block}#single .table-hit_achievement,.line_official .table-hit_achievement,.ranking .table-hit_achievement,.ranking_new-sitereview .table-hit_achievement,.site-review__article-under__contents.text .table-hit_achievement{width:90%;max-height:360px;overflow-y:scroll;table-layout:fixed;border-collapse:collapse;margin:1.3em auto;padding-right:5px;position:relative}#single .table-hit_achievement::-webkit-scrollbar,.line_official .table-hit_achievement::-webkit-scrollbar,.ranking .table-hit_achievement::-webkit-scrollbar,.ranking_new-sitereview .table-hit_achievement::-webkit-scrollbar,.site-review__article-under__contents.text .table-hit_achievement::-webkit-scrollbar{width:7px}#single .table-hit_achievement::-webkit-scrollbar-track,.line_official .table-hit_achievement::-webkit-scrollbar-track,.ranking .table-hit_achievement::-webkit-scrollbar-track,.ranking_new-sitereview .table-hit_achievement::-webkit-scrollbar-track,.site-review__article-under__contents.text .table-hit_achievement::-webkit-scrollbar-track{background-color:#dcd9d9;border-radius:5px;margin:5px}#single .table-hit_achievement::-webkit-scrollbar-thumb,.line_official .table-hit_achievement::-webkit-scrollbar-thumb,.ranking .table-hit_achievement::-webkit-scrollbar-thumb,.ranking_new-sitereview .table-hit_achievement::-webkit-scrollbar-thumb,.site-review__article-under__contents.text .table-hit_achievement::-webkit-scrollbar-thumb{background-color:#611616;border-radius:5px}#single .table-hit_achievement table,.line_official .table-hit_achievement table,.ranking .table-hit_achievement table,.ranking_new-sitereview .table-hit_achievement table,.site-review__article-under__contents.text .table-hit_achievement table{width:100%;margin:0;position:relative}#single .table-hit_achievement table tr:first-of-type,.line_official .table-hit_achievement table tr:first-of-type,.ranking .table-hit_achievement table tr:first-of-type,.ranking_new-sitereview .table-hit_achievement table tr:first-of-type,.site-review__article-under__contents.text .table-hit_achievement table tr:first-of-type{position:-webkit-sticky;position:sticky;top:0;left:0;z-index:11}#single .table-hit_achievement table tr td,#single .table-hit_achievement table tr th,.line_official .table-hit_achievement table tr td,.line_official .table-hit_achievement table tr th,.ranking .table-hit_achievement table tr td,.ranking .table-hit_achievement table tr th,.ranking_new-sitereview .table-hit_achievement table tr td,.ranking_new-sitereview .table-hit_achievement table tr th,.site-review__article-under__contents.text .table-hit_achievement table tr td,.site-review__article-under__contents.text .table-hit_achievement table tr th{vertical-align:middle;font-size:16px;font-weight:unset;text-align:center;border:1px solid #707070;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .table-hit_achievement table tr th,.line_official .table-hit_achievement table tr th,.ranking .table-hit_achievement table tr th,.ranking_new-sitereview .table-hit_achievement table tr th,.site-review__article-under__contents.text .table-hit_achievement table tr th{color:#fff;background-color:#591C19}#single .table-hit_achievement table tr th:first-of-type,.line_official .table-hit_achievement table tr th:first-of-type,.ranking .table-hit_achievement table tr th:first-of-type,.ranking_new-sitereview .table-hit_achievement table tr th:first-of-type,.site-review__article-under__contents.text .table-hit_achievement table tr th:first-of-type{width:40%}#single .table-hit_achievement table tr th:last-of-type,.line_official .table-hit_achievement table tr th:last-of-type,.ranking .table-hit_achievement table tr th:last-of-type,.ranking_new-sitereview .table-hit_achievement table tr th:last-of-type,.site-review__article-under__contents.text .table-hit_achievement table tr th:last-of-type{width:60%}#single .table-hit_achievement table tr td,.line_official .table-hit_achievement table tr td,.ranking .table-hit_achievement table tr td,.ranking_new-sitereview .table-hit_achievement table tr td,.site-review__article-under__contents.text .table-hit_achievement table tr td{color:#333}#single .table-hit_achievement table tr td:first-of-type,.line_official .table-hit_achievement table tr td:first-of-type,.ranking .table-hit_achievement table tr td:first-of-type,.ranking_new-sitereview .table-hit_achievement table tr td:first-of-type,.site-review__article-under__contents.text .table-hit_achievement table tr td:first-of-type{width:40%;background-color:#CDBAB9}#single .table-hit_achievement table tr td:nth-of-type(2),.line_official .table-hit_achievement table tr td:nth-of-type(2),.ranking .table-hit_achievement table tr td:nth-of-type(2),.ranking_new-sitereview .table-hit_achievement table tr td:nth-of-type(2),.site-review__article-under__contents.text .table-hit_achievement table tr td:nth-of-type(2){width:40%;font-weight:700;border-right:unset}#single .table-hit_achievement table tr td:last-of-type,.line_official .table-hit_achievement table tr td:last-of-type,.ranking .table-hit_achievement table tr td:last-of-type,.ranking_new-sitereview .table-hit_achievement table tr td:last-of-type,.site-review__article-under__contents.text .table-hit_achievement table tr td:last-of-type{width:20%;font-weight:700;border-left:unset}#single .table-hit_achievement table tr td a,.line_official .table-hit_achievement table tr td a,.ranking .table-hit_achievement table tr td a,.ranking_new-sitereview .table-hit_achievement table tr td a,.site-review__article-under__contents.text .table-hit_achievement table tr td a{text-decoration:none;color:#fff;background:#002f7a;padding:7px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:5px}#single .table-hit_achievement table tr td a .fas,.line_official .table-hit_achievement table tr td a .fas,.ranking .table-hit_achievement table tr td a .fas,.ranking_new-sitereview .table-hit_achievement table tr td a .fas,.site-review__article-under__contents.text .table-hit_achievement table tr td a .fas{margin-right:5px}#single .ability-popular_no1,.line_official .ability-popular_no1,.ranking .ability-popular_no1,.ranking_new-sitereview .ability-popular_no1,.site-review__article-under__contents.text .ability-popular_no1{width:90%;margin:1.3em auto}#single .ability-popular_no1__title,.line_official .ability-popular_no1__title,.ranking .ability-popular_no1__title,.ranking_new-sitereview .ability-popular_no1__title,.site-review__article-under__contents.text .ability-popular_no1__title{text-align:center;color:#fff;background-color:#611616;border-bottom:4px solid #B4A034;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .ability-popular_no1 ul,.line_official .ability-popular_no1 ul,.ranking .ability-popular_no1 ul,.ranking_new-sitereview .ability-popular_no1 ul,.site-review__article-under__contents.text .ability-popular_no1 ul{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #707070}#single .ability-popular_no1 ul li:not(:last-of-type),.line_official .ability-popular_no1 ul li:not(:last-of-type),.ranking .ability-popular_no1 ul li:not(:last-of-type),.ranking_new-sitereview .ability-popular_no1 ul li:not(:last-of-type),.site-review__article-under__contents.text .ability-popular_no1 ul li:not(:last-of-type){border-right:1px solid #707070}#single .ability-popular_no1 ul li .content-name,.line_official .ability-popular_no1 ul li .content-name,.ranking .ability-popular_no1 ul li .content-name,.ranking_new-sitereview .ability-popular_no1 ul li .content-name,.site-review__article-under__contents.text .ability-popular_no1 ul li .content-name{background-color:#000}#single .ability-popular_no1 ul li .content-name__top,.line_official .ability-popular_no1 ul li .content-name__top,.ranking .ability-popular_no1 ul li .content-name__top,.ranking_new-sitereview .ability-popular_no1 ul li .content-name__top,.site-review__article-under__contents.text .ability-popular_no1 ul li .content-name__top{color:#fff;text-align:center;padding:5px 0}#single .ability-popular_no1 ul li .content-name__bottom,.line_official .ability-popular_no1 ul li .content-name__bottom,.ranking .ability-popular_no1 ul li .content-name__bottom,.ranking_new-sitereview .ability-popular_no1 ul li .content-name__bottom,.site-review__article-under__contents.text .ability-popular_no1 ul li .content-name__bottom{width:30%;margin:0 auto;padding-bottom:10px}#single .ability-popular_no1 ul li .content-name__bottom img,.line_official .ability-popular_no1 ul li .content-name__bottom img,.ranking .ability-popular_no1 ul li .content-name__bottom img,.ranking_new-sitereview .ability-popular_no1 ul li .content-name__bottom img,.site-review__article-under__contents.text .ability-popular_no1 ul li .content-name__bottom img{width:100%;height:auto}#single .ability-popular_no1 ul li .thumbnail,.line_official .ability-popular_no1 ul li .thumbnail,.ranking .ability-popular_no1 ul li .thumbnail,.ranking_new-sitereview .ability-popular_no1 ul li .thumbnail,.site-review__article-under__contents.text .ability-popular_no1 ul li .thumbnail{width:70%;margin:auto;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .ability-popular_no1 ul li .thumbnail img,.line_official .ability-popular_no1 ul li .thumbnail img,.ranking .ability-popular_no1 ul li .thumbnail img,.ranking_new-sitereview .ability-popular_no1 ul li .thumbnail img,.site-review__article-under__contents.text .ability-popular_no1 ul li .thumbnail img{width:100%;height:120px!important;-o-object-fit:cover;object-fit:cover}#single .ability-popular_no1 ul li .sitename,.line_official .ability-popular_no1 ul li .sitename,.ranking .ability-popular_no1 ul li .sitename,.ranking_new-sitereview .ability-popular_no1 ul li .sitename,.site-review__article-under__contents.text .ability-popular_no1 ul li .sitename{text-align:center;background-color:#E4E4E4;border-top:1px solid #707070;border-bottom:1px solid #707070;padding:10px 2px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .ability-popular_no1 ul li .sitename a,.line_official .ability-popular_no1 ul li .sitename a,.ranking .ability-popular_no1 ul li .sitename a,.ranking_new-sitereview .ability-popular_no1 ul li .sitename a,.site-review__article-under__contents.text .ability-popular_no1 ul li .sitename a{font-weight:700;color:#333}#single .ability-popular_no1 ul li .text,.line_official .ability-popular_no1 ul li .text,.ranking .ability-popular_no1 ul li .text,.ranking_new-sitereview .ability-popular_no1 ul li .text,.site-review__article-under__contents.text .ability-popular_no1 ul li .text{border-bottom:1px solid #707070;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .ability-popular_no1 ul li .cta,.line_official .ability-popular_no1 ul li .cta,.ranking .ability-popular_no1 ul li .cta,.ranking_new-sitereview .ability-popular_no1 ul li .cta,.site-review__article-under__contents.text .ability-popular_no1 ul li .cta{width:85%;margin:auto;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .ability-popular_no1 ul li .cta a img,.line_official .ability-popular_no1 ul li .cta a img,.ranking .ability-popular_no1 ul li .cta a img,.ranking_new-sitereview .ability-popular_no1 ul li .cta a img,.site-review__article-under__contents.text .ability-popular_no1 ul li .cta a img{width:100%;height:auto}#single .table-site,.line_official .table-site,.ranking .table-site,.ranking_new-sitereview .table-site,.site-review__article-under__contents.text .table-site{width:90%;margin:1.3em auto}#single .table-site table,.line_official .table-site table,.ranking .table-site table,.ranking_new-sitereview .table-site table,.site-review__article-under__contents.text .table-site table{margin:0}#single .table-site table tr td,#single .table-site table tr th,.line_official .table-site table tr td,.line_official .table-site table tr th,.ranking .table-site table tr td,.ranking .table-site table tr th,.ranking_new-sitereview .table-site table tr td,.ranking_new-sitereview .table-site table tr th,.site-review__article-under__contents.text .table-site table tr td,.site-review__article-under__contents.text .table-site table tr th{vertical-align:middle;border:1px solid #707070}#single .table-site table tr th,.line_official .table-site table tr th,.ranking .table-site table tr th,.ranking_new-sitereview .table-site table tr th,.site-review__article-under__contents.text .table-site table tr th{width:30%;border-right:3px solid #707070}#single .table-site table tr td,.line_official .table-site table tr td,.ranking .table-site table tr td,.ranking_new-sitereview .table-site table tr td,.site-review__article-under__contents.text .table-site table tr td{width:70%;line-height:24px;padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .table-site table tr td a,.line_official .table-site table tr td a,.ranking .table-site table tr td a,.ranking_new-sitereview .table-site table tr td a,.site-review__article-under__contents.text .table-site table tr td a{font-size:18px;color:#333}#single .table-allinfo,.line_official .table-allinfo,.ranking .table-allinfo,.ranking_new-sitereview .table-allinfo,.site-review__article-under__contents.text .table-allinfo{width:90%;margin:1.3em auto;overflow-x:scroll;table-layout:fixed;border-collapse:collapse;padding-bottom:10px;position:relative}#single .table-allinfo::-webkit-scrollbar,.line_official .table-allinfo::-webkit-scrollbar,.ranking .table-allinfo::-webkit-scrollbar,.ranking_new-sitereview .table-allinfo::-webkit-scrollbar,.site-review__article-under__contents.text .table-allinfo::-webkit-scrollbar{height:7px}#single .table-allinfo::-webkit-scrollbar-track,.line_official .table-allinfo::-webkit-scrollbar-track,.ranking .table-allinfo::-webkit-scrollbar-track,.ranking_new-sitereview .table-allinfo::-webkit-scrollbar-track,.site-review__article-under__contents.text .table-allinfo::-webkit-scrollbar-track{background-color:#dcd9d9;border-radius:5px;margin:5px}#single .table-allinfo::-webkit-scrollbar-thumb,.line_official .table-allinfo::-webkit-scrollbar-thumb,.ranking .table-allinfo::-webkit-scrollbar-thumb,.ranking_new-sitereview .table-allinfo::-webkit-scrollbar-thumb,.site-review__article-under__contents.text .table-allinfo::-webkit-scrollbar-thumb{background-color:#611616;border-radius:5px}#single .table-allinfo table,.line_official .table-allinfo table,.ranking .table-allinfo table,.ranking_new-sitereview .table-allinfo table,.site-review__article-under__contents.text .table-allinfo table{width:100%;border:unset;margin:0}#single .table-allinfo table tr:first-of-type,.line_official .table-allinfo table tr:first-of-type,.ranking .table-allinfo table tr:first-of-type,.ranking_new-sitereview .table-allinfo table tr:first-of-type,.site-review__article-under__contents.text .table-allinfo table tr:first-of-type{color:#fff;background-color:#611616}#single .table-allinfo table tr:first-of-type th:first-of-type,.line_official .table-allinfo table tr:first-of-type th:first-of-type,.ranking .table-allinfo table tr:first-of-type th:first-of-type,.ranking_new-sitereview .table-allinfo table tr:first-of-type th:first-of-type,.site-review__article-under__contents.text .table-allinfo table tr:first-of-type th:first-of-type{width:140px;min-width:140px}#single .table-allinfo table tr:first-of-type th:nth-of-type(4),#single .table-allinfo table tr:first-of-type th:nth-of-type(5),.line_official .table-allinfo table tr:first-of-type th:nth-of-type(4),.line_official .table-allinfo table tr:first-of-type th:nth-of-type(5),.ranking .table-allinfo table tr:first-of-type th:nth-of-type(4),.ranking .table-allinfo table tr:first-of-type th:nth-of-type(5),.ranking_new-sitereview .table-allinfo table tr:first-of-type th:nth-of-type(4),.ranking_new-sitereview .table-allinfo table tr:first-of-type th:nth-of-type(5),.site-review__article-under__contents.text .table-allinfo table tr:first-of-type th:nth-of-type(4),.site-review__article-under__contents.text .table-allinfo table tr:first-of-type th:nth-of-type(5){width:150px;min-width:150px}#single .table-allinfo table tr:first-of-type th:last-of-type,#single .table-allinfo table tr:first-of-type th:nth-of-type(10),#single .table-allinfo table tr:first-of-type th:nth-of-type(6),#single .table-allinfo table tr:first-of-type th:nth-of-type(7),#single .table-allinfo table tr:first-of-type th:nth-of-type(8),#single .table-allinfo table tr:first-of-type th:nth-of-type(9),.line_official .table-allinfo table tr:first-of-type th:last-of-type,.line_official .table-allinfo table tr:first-of-type th:nth-of-type(10),.line_official .table-allinfo table tr:first-of-type th:nth-of-type(6),.line_official .table-allinfo table tr:first-of-type th:nth-of-type(7),.line_official .table-allinfo table tr:first-of-type th:nth-of-type(8),.line_official .table-allinfo table tr:first-of-type th:nth-of-type(9),.ranking .table-allinfo table tr:first-of-type th:last-of-type,.ranking .table-allinfo table tr:first-of-type th:nth-of-type(10),.ranking .table-allinfo table tr:first-of-type th:nth-of-type(6),.ranking .table-allinfo table tr:first-of-type th:nth-of-type(7),.ranking .table-allinfo table tr:first-of-type th:nth-of-type(8),.ranking .table-allinfo table tr:first-of-type th:nth-of-type(9),.ranking_new-sitereview .table-allinfo table tr:first-of-type th:last-of-type,.ranking_new-sitereview .table-allinfo table tr:first-of-type th:nth-of-type(10),.ranking_new-sitereview .table-allinfo table tr:first-of-type th:nth-of-type(6),.ranking_new-sitereview .table-allinfo table tr:first-of-type th:nth-of-type(7),.ranking_new-sitereview .table-allinfo table tr:first-of-type th:nth-of-type(8),.ranking_new-sitereview .table-allinfo table tr:first-of-type th:nth-of-type(9),.site-review__article-under__contents.text .table-allinfo table tr:first-of-type th:last-of-type,.site-review__article-under__contents.text .table-allinfo table tr:first-of-type th:nth-of-type(10),.site-review__article-under__contents.text .table-allinfo table tr:first-of-type th:nth-of-type(6),.site-review__article-under__contents.text .table-allinfo table tr:first-of-type th:nth-of-type(7),.site-review__article-under__contents.text .table-allinfo table tr:first-of-type th:nth-of-type(8),.site-review__article-under__contents.text .table-allinfo table tr:first-of-type th:nth-of-type(9){text-align:left;padding:5px 20px}#single .table-allinfo table tr:first-of-type th:last-of-type,#single .table-allinfo table tr:first-of-type th:nth-of-type(10),#single .table-allinfo table tr:first-of-type th:nth-of-type(9),.line_official .table-allinfo table tr:first-of-type th:last-of-type,.line_official .table-allinfo table tr:first-of-type th:nth-of-type(10),.line_official .table-allinfo table tr:first-of-type th:nth-of-type(9),.ranking .table-allinfo table tr:first-of-type th:last-of-type,.ranking .table-allinfo table tr:first-of-type th:nth-of-type(10),.ranking .table-allinfo table tr:first-of-type th:nth-of-type(9),.ranking_new-sitereview .table-allinfo table tr:first-of-type th:last-of-type,.ranking_new-sitereview .table-allinfo table tr:first-of-type th:nth-of-type(10),.ranking_new-sitereview .table-allinfo table tr:first-of-type th:nth-of-type(9),.site-review__article-under__contents.text .table-allinfo table tr:first-of-type th:last-of-type,.site-review__article-under__contents.text .table-allinfo table tr:first-of-type th:nth-of-type(10),.site-review__article-under__contents.text .table-allinfo table tr:first-of-type th:nth-of-type(9){color:#333;background-color:#fff}#single .table-allinfo table tr:nth-of-type(2),.line_official .table-allinfo table tr:nth-of-type(2),.ranking .table-allinfo table tr:nth-of-type(2),.ranking_new-sitereview .table-allinfo table tr:nth-of-type(2),.site-review__article-under__contents.text .table-allinfo table tr:nth-of-type(2){background-color:#CDBAB9}#single .table-allinfo table tr:nth-of-type(2) th,.line_official .table-allinfo table tr:nth-of-type(2) th,.ranking .table-allinfo table tr:nth-of-type(2) th,.ranking_new-sitereview .table-allinfo table tr:nth-of-type(2) th,.site-review__article-under__contents.text .table-allinfo table tr:nth-of-type(2) th{width:150px;min-width:150px;padding:5px 2px}#single .table-allinfo table tr:nth-of-type(2) th:nth-of-type(1),#single .table-allinfo table tr:nth-of-type(2) th:nth-of-type(2),#single .table-allinfo table tr:nth-of-type(2) th:nth-of-type(3),#single .table-allinfo table tr:nth-of-type(2) th:nth-of-type(4),#single .table-allinfo table tr:nth-of-type(2) th:nth-of-type(5),.line_official .table-allinfo table tr:nth-of-type(2) th:nth-of-type(1),.line_official .table-allinfo table tr:nth-of-type(2) th:nth-of-type(2),.line_official .table-allinfo table tr:nth-of-type(2) th:nth-of-type(3),.line_official .table-allinfo table tr:nth-of-type(2) th:nth-of-type(4),.line_official .table-allinfo table tr:nth-of-type(2) th:nth-of-type(5),.ranking .table-allinfo table tr:nth-of-type(2) th:nth-of-type(1),.ranking .table-allinfo table tr:nth-of-type(2) th:nth-of-type(2),.ranking .table-allinfo table tr:nth-of-type(2) th:nth-of-type(3),.ranking .table-allinfo table tr:nth-of-type(2) th:nth-of-type(4),.ranking .table-allinfo table tr:nth-of-type(2) th:nth-of-type(5),.ranking_new-sitereview .table-allinfo table tr:nth-of-type(2) th:nth-of-type(1),.ranking_new-sitereview .table-allinfo table tr:nth-of-type(2) th:nth-of-type(2),.ranking_new-sitereview .table-allinfo table tr:nth-of-type(2) th:nth-of-type(3),.ranking_new-sitereview .table-allinfo table tr:nth-of-type(2) th:nth-of-type(4),.ranking_new-sitereview .table-allinfo table tr:nth-of-type(2) th:nth-of-type(5),.site-review__article-under__contents.text .table-allinfo table tr:nth-of-type(2) th:nth-of-type(1),.site-review__article-under__contents.text .table-allinfo table tr:nth-of-type(2) th:nth-of-type(2),.site-review__article-under__contents.text .table-allinfo table tr:nth-of-type(2) th:nth-of-type(3),.site-review__article-under__contents.text .table-allinfo table tr:nth-of-type(2) th:nth-of-type(4),.site-review__article-under__contents.text .table-allinfo table tr:nth-of-type(2) th:nth-of-type(5){width:100px;min-width:100px}#single .table-allinfo table tr:nth-of-type(2) th:last-of-type,#single .table-allinfo table tr:nth-of-type(2) th:nth-of-type(19),#single .table-allinfo table tr:nth-of-type(2) th:nth-of-type(20),#single .table-allinfo table tr:nth-of-type(2) th:nth-of-type(21),#single .table-allinfo table tr:nth-of-type(2) th:nth-of-type(22),#single .table-allinfo table tr:nth-of-type(2) th:nth-of-type(23),#single .table-allinfo table tr:nth-of-type(2) th:nth-of-type(24),#single .table-allinfo table tr:nth-of-type(2) th:nth-of-type(25),.line_official .table-allinfo table tr:nth-of-type(2) th:last-of-type,.line_official .table-allinfo table tr:nth-of-type(2) th:nth-of-type(19),.line_official .table-allinfo table tr:nth-of-type(2) th:nth-of-type(20),.line_official .table-allinfo table tr:nth-of-type(2) th:nth-of-type(21),.line_official .table-allinfo table tr:nth-of-type(2) th:nth-of-type(22),.line_official .table-allinfo table tr:nth-of-type(2) th:nth-of-type(23),.line_official .table-allinfo table tr:nth-of-type(2) th:nth-of-type(24),.line_official .table-allinfo table tr:nth-of-type(2) th:nth-of-type(25),.ranking .table-allinfo table tr:nth-of-type(2) th:last-of-type,.ranking .table-allinfo table tr:nth-of-type(2) th:nth-of-type(19),.ranking .table-allinfo table tr:nth-of-type(2) th:nth-of-type(20),.ranking .table-allinfo table tr:nth-of-type(2) th:nth-of-type(21),.ranking .table-allinfo table tr:nth-of-type(2) th:nth-of-type(22),.ranking .table-allinfo table tr:nth-of-type(2) th:nth-of-type(23),.ranking .table-allinfo table tr:nth-of-type(2) th:nth-of-type(24),.ranking .table-allinfo table tr:nth-of-type(2) th:nth-of-type(25),.ranking_new-sitereview .table-allinfo table tr:nth-of-type(2) th:last-of-type,.ranking_new-sitereview .table-allinfo table tr:nth-of-type(2) th:nth-of-type(19),.ranking_new-sitereview .table-allinfo table tr:nth-of-type(2) th:nth-of-type(20),.ranking_new-sitereview .table-allinfo table tr:nth-of-type(2) th:nth-of-type(21),.ranking_new-sitereview .table-allinfo table tr:nth-of-type(2) th:nth-of-type(22),.ranking_new-sitereview .table-allinfo table tr:nth-of-type(2) th:nth-of-type(23),.ranking_new-sitereview .table-allinfo table tr:nth-of-type(2) th:nth-of-type(24),.ranking_new-sitereview .table-allinfo table tr:nth-of-type(2) th:nth-of-type(25),.site-review__article-under__contents.text .table-allinfo table tr:nth-of-type(2) th:last-of-type,.site-review__article-under__contents.text .table-allinfo table tr:nth-of-type(2) th:nth-of-type(19),.site-review__article-under__contents.text .table-allinfo table tr:nth-of-type(2) th:nth-of-type(20),.site-review__article-under__contents.text .table-allinfo table tr:nth-of-type(2) th:nth-of-type(21),.site-review__article-under__contents.text .table-allinfo table tr:nth-of-type(2) th:nth-of-type(22),.site-review__article-under__contents.text .table-allinfo table tr:nth-of-type(2) th:nth-of-type(23),.site-review__article-under__contents.text .table-allinfo table tr:nth-of-type(2) th:nth-of-type(24),.site-review__article-under__contents.text .table-allinfo table tr:nth-of-type(2) th:nth-of-type(25){color:#333;background-color:#fff}#single .table-allinfo table tr td,#single .table-allinfo table tr th,.line_official .table-allinfo table tr td,.line_official .table-allinfo table tr th,.ranking .table-allinfo table tr td,.ranking .table-allinfo table tr th,.ranking_new-sitereview .table-allinfo table tr td,.ranking_new-sitereview .table-allinfo table tr th,.site-review__article-under__contents.text .table-allinfo table tr td,.site-review__article-under__contents.text .table-allinfo table tr th{vertical-align:middle;width:100px;min-width:100px;font-size:15px;text-align:center;border:1px solid #707070;padding:2px 5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .table-allinfo table tr td:first-of-type,.line_official .table-allinfo table tr td:first-of-type,.ranking .table-allinfo table tr td:first-of-type,.ranking_new-sitereview .table-allinfo table tr td:first-of-type,.site-review__article-under__contents.text .table-allinfo table tr td:first-of-type{color:#fff;background-color:#AB0D0D}#single .table-allinfo table tr td .point--stars .point,.line_official .table-allinfo table tr td .point--stars .point,.ranking .table-allinfo table tr td .point--stars .point,.ranking_new-sitereview .table-allinfo table tr td .point--stars .point,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .point{margin-bottom:5px}#single .table-allinfo table tr td .point--stars .point span,.line_official .table-allinfo table tr td .point--stars .point span,.ranking .table-allinfo table tr td .point--stars .point span,.ranking_new-sitereview .table-allinfo table tr td .point--stars .point span,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .point span{font-size:20px;color:red}#single .table-allinfo table tr td .point--stars .stars .star5-rating,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating{display:inline-block;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}#single .table-allinfo table tr td .point--stars .stars .star5-rating::after,#single .table-allinfo table tr td .point--stars .stars .star5-rating::before,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating::after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating::before,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating::after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating::before,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating::after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating::before,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating::after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}#single .table-allinfo table tr td .point--stars .stars .star5-rating::after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating::after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating::after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating::after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="10"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="10.0"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="10"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="10.0"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="10"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="10.0"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="10"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="10.0"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="10"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="10.0"]:after{width:100%}#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.9"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.8"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.7"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.6"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.5"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.4"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.3"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.2"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.1"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.0"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.9"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.8"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.7"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.6"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.5"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.4"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.3"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.2"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.1"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.0"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.9"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.8"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.7"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.6"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.5"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.4"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.3"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.2"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.1"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.0"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.9"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.8"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.7"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.6"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.5"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.4"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.3"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.2"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.1"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.0"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.9"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.8"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.7"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.6"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.5"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.4"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.3"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.2"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.1"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="9.0"]:after{width:90%}#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.9"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.8"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.7"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.6"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.5"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.4"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.3"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.2"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.1"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.0"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.9"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.8"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.7"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.6"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.5"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.4"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.3"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.2"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.1"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.0"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.9"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.8"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.7"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.6"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.5"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.4"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.3"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.2"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.1"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.0"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.9"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.8"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.7"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.6"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.5"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.4"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.3"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.2"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.1"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.0"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.9"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.8"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.7"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.6"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.5"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.4"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.3"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.2"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.1"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="8.0"]:after{width:80%}#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.9"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.8"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.7"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.6"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.5"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.4"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.3"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.2"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.1"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.0"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.9"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.8"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.7"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.6"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.5"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.4"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.3"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.2"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.1"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.0"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.9"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.8"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.7"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.6"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.5"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.4"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.3"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.2"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.1"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.0"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.9"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.8"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.7"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.6"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.5"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.4"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.3"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.2"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.1"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.0"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.9"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.8"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.7"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.6"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.5"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.4"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.3"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.2"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.1"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="7.0"]:after{width:70%}#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.9"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.8"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.7"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.6"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.5"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.4"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.3"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.2"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.1"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.9"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.8"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.7"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.6"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.5"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.4"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.3"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.2"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.1"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.9"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.8"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.7"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.6"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.5"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.4"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.3"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.2"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.1"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.9"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.8"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.7"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.6"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.5"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.4"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.3"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.2"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.1"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.9"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.8"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.7"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.6"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.5"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.4"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.3"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.2"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.1"]:after{width:60%}#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.0"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.9"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.8"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.7"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.6"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.5"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.4"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.3"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.2"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.1"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.0"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.0"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.9"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.8"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.7"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.6"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.5"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.4"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.3"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.2"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.1"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.0"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.0"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.9"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.8"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.7"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.6"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.5"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.4"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.3"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.2"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.1"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.0"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.0"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.9"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.8"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.7"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.6"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.5"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.4"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.3"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.2"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.1"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.0"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="6.0"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.9"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.8"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.7"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.6"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.5"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.4"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.3"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.2"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.1"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="5.0"]:after{width:50%}#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.9"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.8"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.7"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.6"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.5"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.4"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.3"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.2"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.1"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.0"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.9"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.8"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.7"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.6"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.5"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.4"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.3"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.2"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.1"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.0"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.9"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.8"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.7"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.6"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.5"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.4"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.3"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.2"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.1"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.0"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.9"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.8"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.7"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.6"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.5"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.4"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.3"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.2"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.1"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.0"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.9"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.8"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.7"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.6"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.5"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.4"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.3"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.2"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.1"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="4.0"]:after{width:40%}#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.0"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.9"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.8"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.7"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.6"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.5"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.4"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.3"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.2"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.1"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.0"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.9"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.8"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.7"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.6"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.5"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.4"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.3"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.2"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.1"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.0"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.9"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.8"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.7"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.6"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.5"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.4"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.3"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.2"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.1"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.0"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.9"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.8"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.7"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.6"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.5"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.4"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.3"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.2"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.1"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.0"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.9"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.8"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.7"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.6"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.5"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.4"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.3"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.2"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="3.1"]:after{width:30%}#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.9"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.8"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.7"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.6"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.5"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.4"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.3"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.2"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.1"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.0"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.9"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.8"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.7"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.6"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.5"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.4"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.3"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.2"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.1"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.0"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.9"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.8"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.7"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.6"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.5"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.4"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.3"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.2"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.1"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.0"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.9"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.8"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.7"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.6"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.5"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.4"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.3"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.2"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.1"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.0"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.9"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.8"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.7"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.6"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.5"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.4"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.3"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.2"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.1"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="2.0"]:after{width:20%}#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.9"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.8"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.7"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.6"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.5"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.4"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.3"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.2"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.1"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.0"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.9"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.8"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.7"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.6"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.5"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.4"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.3"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.2"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.1"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.9"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.8"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.7"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.6"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.5"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.4"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.3"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.2"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.1"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.0"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.9"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.8"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.7"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.6"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.5"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.4"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.3"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.2"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.1"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.9"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.8"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.7"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.6"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.5"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.4"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.3"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.2"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.1"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.0"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.9"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.8"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.7"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.6"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.5"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.4"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.3"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.2"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.1"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.9"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.8"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.7"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.6"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.5"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.4"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.3"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.2"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.1"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.0"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.9"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.8"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.7"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.6"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.5"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.4"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.3"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.2"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.1"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.9"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.8"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.7"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.6"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.5"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.4"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.3"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.2"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.1"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="1.0"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.9"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.8"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.7"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.6"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.5"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.4"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.3"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.2"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.1"]:after{width:10%}#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0"]:after,#single .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.0"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0"]:after,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.0"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0"]:after,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.0"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0"]:after,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.0"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0"]:after,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating[data-rate="0.0"]:after{width:0%}#single .table-allinfo table tr td .point--stars .stars .star-number,.line_official .table-allinfo table tr td .point--stars .stars .star-number,.ranking .table-allinfo table tr td .point--stars .stars .star-number,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star-number,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star-number{font-size:18px;color:gold}#single .table-allinfo table tr td .point--stars .stars .star5-rating,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating{font-size:16px}#single .table-allinfo table tr td .point--stars .stars .star5-rating::before,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating::before,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating::before,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating::before,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating::before{color:#dcd9d9}#single .table-allinfo table tr td .fas,.line_official .table-allinfo table tr td .fas,.ranking .table-allinfo table tr td .fas,.ranking_new-sitereview .table-allinfo table tr td .fas,.site-review__article-under__contents.text .table-allinfo table tr td .fas{font-size:20px;color:#611616;margin-right:2px}#single .table-allinfo table tr td .circle,#single .table-allinfo table tr td .closs,.line_official .table-allinfo table tr td .circle,.line_official .table-allinfo table tr td .closs,.ranking .table-allinfo table tr td .circle,.ranking .table-allinfo table tr td .closs,.ranking_new-sitereview .table-allinfo table tr td .circle,.ranking_new-sitereview .table-allinfo table tr td .closs,.site-review__article-under__contents.text .table-allinfo table tr td .circle,.site-review__article-under__contents.text .table-allinfo table tr td .closs{display:block;font-size:30px;font-weight:700}#single .table-allinfo table tr td .circle,.line_official .table-allinfo table tr td .circle,.ranking .table-allinfo table tr td .circle,.ranking_new-sitereview .table-allinfo table tr td .circle,.site-review__article-under__contents.text .table-allinfo table tr td .circle{color:red}#single .table-allinfo table tr td .closs,.line_official .table-allinfo table tr td .closs,.ranking .table-allinfo table tr td .closs,.ranking_new-sitereview .table-allinfo table tr td .closs,.site-review__article-under__contents.text .table-allinfo table tr td .closs{color:#00f}#single .table-allinfo table tr .fixed,.line_official .table-allinfo table tr .fixed,.ranking .table-allinfo table tr .fixed,.ranking_new-sitereview .table-allinfo table tr .fixed,.site-review__article-under__contents.text .table-allinfo table tr .fixed{background-color:#611616;position:-webkit-sticky;position:sticky;top:0;left:0;z-index:10000}#single .article-rank .bargraph-comments ul li:nth-of-type(odd),#single .article-rank .thumbnail_other--star__star table tr:nth-of-type(odd),.line_official .article-rank .bargraph-comments ul li:nth-of-type(odd),.line_official .article-rank .thumbnail_other--star__star table tr:nth-of-type(odd),.ranking .article-rank .bargraph-comments ul li:nth-of-type(odd),.ranking .article-rank .thumbnail_other--star__star table tr:nth-of-type(odd),.ranking_new-sitereview .article-rank .bargraph-comments ul li:nth-of-type(odd),.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr:nth-of-type(odd),.site-review__article-under__contents.text .article-rank .bargraph-comments ul li:nth-of-type(odd),.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr:nth-of-type(odd){background-color:#F7F7F7}#single .table-allinfo table tr .fixed:before,.line_official .table-allinfo table tr .fixed:before,.ranking .table-allinfo table tr .fixed:before,.ranking_new-sitereview .table-allinfo table tr .fixed:before,.site-review__article-under__contents.text .table-allinfo table tr .fixed:before{content:"";width:100%;height:100%;border:1px solid #707070;position:absolute;top:-1px;left:-1px}#single .table-allinfo table tr .site-name__contents,.line_official .table-allinfo table tr .site-name__contents,.ranking .table-allinfo table tr .site-name__contents,.ranking_new-sitereview .table-allinfo table tr .site-name__contents,.site-review__article-under__contents.text .table-allinfo table tr .site-name__contents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#single .table-allinfo table tr .site-name__contents div:first-of-type,.line_official .table-allinfo table tr .site-name__contents div:first-of-type,.ranking .table-allinfo table tr .site-name__contents div:first-of-type,.ranking_new-sitereview .table-allinfo table tr .site-name__contents div:first-of-type,.site-review__article-under__contents.text .table-allinfo table tr .site-name__contents div:first-of-type{width:15%}#single .table-allinfo table tr .site-name__contents div:first-of-type img,.line_official .table-allinfo table tr .site-name__contents div:first-of-type img,.ranking .table-allinfo table tr .site-name__contents div:first-of-type img,.ranking_new-sitereview .table-allinfo table tr .site-name__contents div:first-of-type img,.site-review__article-under__contents.text .table-allinfo table tr .site-name__contents div:first-of-type img{width:100%;height:auto}#single .table-allinfo table tr .site-name__contents div:last-of-type,.line_official .table-allinfo table tr .site-name__contents div:last-of-type,.ranking .table-allinfo table tr .site-name__contents div:last-of-type,.ranking_new-sitereview .table-allinfo table tr .site-name__contents div:last-of-type,.site-review__article-under__contents.text .table-allinfo table tr .site-name__contents div:last-of-type{width:80%;text-align:left}#single .table-allinfo table tr .cta a img,#single .table-allinfo table tr .thumbnail img,.line_official .table-allinfo table tr .cta a img,.line_official .table-allinfo table tr .thumbnail img,.ranking .table-allinfo table tr .cta a img,.ranking .table-allinfo table tr .thumbnail img,.ranking_new-sitereview .table-allinfo table tr .cta a img,.ranking_new-sitereview .table-allinfo table tr .thumbnail img,.site-review__article-under__contents.text .table-allinfo table tr .cta a img,.site-review__article-under__contents.text .table-allinfo table tr .thumbnail img{width:100%;height:auto}#single .table-allinfo table tr .thumbnail,.line_official .table-allinfo table tr .thumbnail,.ranking .table-allinfo table tr .thumbnail,.ranking_new-sitereview .table-allinfo table tr .thumbnail,.site-review__article-under__contents.text .table-allinfo table tr .thumbnail{padding:unset}#single .table-allinfo table tr .all-value span,.line_official .table-allinfo table tr .all-value span,.ranking .table-allinfo table tr .all-value span,.ranking_new-sitereview .table-allinfo table tr .all-value span,.site-review__article-under__contents.text .table-allinfo table tr .all-value span{font-size:20px;color:red}#single .article-rank,.line_official .article-rank,.ranking .article-rank,.ranking_new-sitereview .article-rank,.site-review__article-under__contents.text .article-rank{width:90%;margin:25px auto}#single .article-rank__contents,.line_official .article-rank__contents,.ranking .article-rank__contents,.ranking_new-sitereview .article-rank__contents,.site-review__article-under__contents.text .article-rank__contents{margin:0!important;line-height:unset!important;list-style:none!important;border:2px solid #611616}#single .article-rank__contents__item,.line_official .article-rank__contents__item,.ranking .article-rank__contents__item,.ranking_new-sitereview .article-rank__contents__item,.site-review__article-under__contents.text .article-rank__contents__item{width:95%;margin:auto;padding:30px 0;-webkit-box-sizing:border-box;box-sizing:border-box}#single .article-rank__contents__item:not(:last-of-type),.line_official .article-rank__contents__item:not(:last-of-type),.ranking .article-rank__contents__item:not(:last-of-type),.ranking_new-sitereview .article-rank__contents__item:not(:last-of-type),.site-review__article-under__contents.text .article-rank__contents__item:not(:last-of-type){border-bottom:2px solid #611616}#single .article-rank__sitename,.line_official .article-rank__sitename,.ranking .article-rank__sitename,.ranking_new-sitereview .article-rank__sitename,.site-review__article-under__contents.text .article-rank__sitename{text-align:center;margin-bottom:20px}#single .article-rank__sitename a,.line_official .article-rank__sitename a,.ranking .article-rank__sitename a,.ranking_new-sitereview .article-rank__sitename a,.site-review__article-under__contents.text .article-rank__sitename a{display:inline-block;font-size:24px;color:#611616}#single .article-rank .thumbnail_other--star,.line_official .article-rank .thumbnail_other--star,.ranking .article-rank .thumbnail_other--star,.ranking_new-sitereview .article-rank .thumbnail_other--star,.site-review__article-under__contents.text .article-rank .thumbnail_other--star{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}#single .article-rank .thumbnail_other--star__thumbnail_other,.line_official .article-rank .thumbnail_other--star__thumbnail_other,.ranking .article-rank .thumbnail_other--star__thumbnail_other,.ranking_new-sitereview .article-rank .thumbnail_other--star__thumbnail_other,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__thumbnail_other{width:38%}#single .article-rank .thumbnail_other--star__thumbnail_other .thumbnail,.line_official .article-rank .thumbnail_other--star__thumbnail_other .thumbnail,.ranking .article-rank .thumbnail_other--star__thumbnail_other .thumbnail,.ranking_new-sitereview .article-rank .thumbnail_other--star__thumbnail_other .thumbnail,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__thumbnail_other .thumbnail{margin-bottom:10px}#single .article-rank .thumbnail_other--star__thumbnail_other .thumbnail a,.line_official .article-rank .thumbnail_other--star__thumbnail_other .thumbnail a,.ranking .article-rank .thumbnail_other--star__thumbnail_other .thumbnail a,.ranking_new-sitereview .article-rank .thumbnail_other--star__thumbnail_other .thumbnail a,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__thumbnail_other .thumbnail a{display:block}#single .article-rank .thumbnail_other--star__thumbnail_other .thumbnail a img,.line_official .article-rank .thumbnail_other--star__thumbnail_other .thumbnail a img,.ranking .article-rank .thumbnail_other--star__thumbnail_other .thumbnail a img,.ranking_new-sitereview .article-rank .thumbnail_other--star__thumbnail_other .thumbnail a img,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__thumbnail_other .thumbnail a img{display:block;width:100%;height:auto}#single .article-rank .thumbnail_other--star__thumbnail_other .comment-num,.line_official .article-rank .thumbnail_other--star__thumbnail_other .comment-num,.ranking .article-rank .thumbnail_other--star__thumbnail_other .comment-num,.ranking_new-sitereview .article-rank .thumbnail_other--star__thumbnail_other .comment-num,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__thumbnail_other .comment-num{font-size:17px;text-align:center;border:2px solid #611616;border-radius:10px;margin-bottom:10px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .article-rank .thumbnail_other--star__thumbnail_other .comment-num span,.line_official .article-rank .thumbnail_other--star__thumbnail_other .comment-num span,.ranking .article-rank .thumbnail_other--star__thumbnail_other .comment-num span,.ranking_new-sitereview .article-rank .thumbnail_other--star__thumbnail_other .comment-num span,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__thumbnail_other .comment-num span{color:#611616}#single .article-rank .thumbnail_other--star__thumbnail_other .comment-num span .fas,.line_official .article-rank .thumbnail_other--star__thumbnail_other .comment-num span .fas,.ranking .article-rank .thumbnail_other--star__thumbnail_other .comment-num span .fas,.ranking_new-sitereview .article-rank .thumbnail_other--star__thumbnail_other .comment-num span .fas,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__thumbnail_other .comment-num span .fas{margin-right:5px}#single .article-rank .thumbnail_other--star__thumbnail_other .image img,.line_official .article-rank .thumbnail_other--star__thumbnail_other .image img,.ranking .article-rank .thumbnail_other--star__thumbnail_other .image img,.ranking_new-sitereview .article-rank .thumbnail_other--star__thumbnail_other .image img,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__thumbnail_other .image img{width:100%;height:auto}#single .article-rank .thumbnail_other--star__star,.line_official .article-rank .thumbnail_other--star__star,.ranking .article-rank .thumbnail_other--star__star,.ranking_new-sitereview .article-rank .thumbnail_other--star__star,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star{width:60%}#single .article-rank .thumbnail_other--star__star .all-value,.line_official .article-rank .thumbnail_other--star__star .all-value,.ranking .article-rank .thumbnail_other--star__star .all-value,.ranking_new-sitereview .article-rank .thumbnail_other--star__star .all-value,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star .all-value{margin-bottom:10px}#single .article-rank .thumbnail_other--star__star .all-value__top,.line_official .article-rank .thumbnail_other--star__star .all-value__top,.ranking .article-rank .thumbnail_other--star__star .all-value__top,.ranking_new-sitereview .article-rank .thumbnail_other--star__star .all-value__top,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star .all-value__top{font-size:18px;font-weight:700;text-align:center;margin-bottom:7px}#single .article-rank .thumbnail_other--star__star .all-value__top .fas,.line_official .article-rank .thumbnail_other--star__star .all-value__top .fas,.ranking .article-rank .thumbnail_other--star__star .all-value__top .fas,.ranking_new-sitereview .article-rank .thumbnail_other--star__star .all-value__top .fas,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star .all-value__top .fas{color:gold;margin-right:5px}#single .article-rank .thumbnail_other--star__star .all-value__bottom,.line_official .article-rank .thumbnail_other--star__star .all-value__bottom,.ranking .article-rank .thumbnail_other--star__star .all-value__bottom,.ranking_new-sitereview .article-rank .thumbnail_other--star__star .all-value__bottom,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star .all-value__bottom{font-size:50px;font-weight:700;text-align:center}#single .article-rank .thumbnail_other--star__star .all-value__bottom span,.line_official .article-rank .thumbnail_other--star__star .all-value__bottom span,.ranking .article-rank .thumbnail_other--star__star .all-value__bottom span,.ranking_new-sitereview .article-rank .thumbnail_other--star__star .all-value__bottom span,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star .all-value__bottom span{color:red}#single .article-rank .thumbnail_other--star__star table,.line_official .article-rank .thumbnail_other--star__star table,.ranking .article-rank .thumbnail_other--star__star table,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table{width:100%;border:unset;margin:0}#single .article-rank .thumbnail_other--star__star table tr td,#single .article-rank .thumbnail_other--star__star table tr th,.line_official .article-rank .thumbnail_other--star__star table tr td,.line_official .article-rank .thumbnail_other--star__star table tr th,.ranking .article-rank .thumbnail_other--star__star table tr td,.ranking .article-rank .thumbnail_other--star__star table tr th,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr th,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr th{vertical-align:middle;line-height:16px!important;border:unset;padding:7px 5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .article-rank .thumbnail_other--star__star table tr th,.line_official .article-rank .thumbnail_other--star__star table tr th,.ranking .article-rank .thumbnail_other--star__star table tr th,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr th,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr th{width:35%}#single .article-rank .thumbnail_other--star__star table tr th .img--text,.line_official .article-rank .thumbnail_other--star__star table tr th .img--text,.ranking .article-rank .thumbnail_other--star__star table tr th .img--text,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr th .img--text,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr th .img--text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#single .article-rank .thumbnail_other--star__star table tr th .img--text img,.line_official .article-rank .thumbnail_other--star__star table tr th .img--text img,.ranking .article-rank .thumbnail_other--star__star table tr th .img--text img,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr th .img--text img,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr th .img--text img{display:block;width:20%;height:auto;margin:0}#single .article-rank .thumbnail_other--star__star table tr th .img--text span,.line_official .article-rank .thumbnail_other--star__star table tr th .img--text span,.ranking .article-rank .thumbnail_other--star__star table tr th .img--text span,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr th .img--text span,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr th .img--text span{display:block;width:75%;font-size:17px}#single .article-rank .thumbnail_other--star__star table tr td,.line_official .article-rank .thumbnail_other--star__star table tr td,.ranking .article-rank .thumbnail_other--star__star table tr td,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td{width:65%}#single .article-rank .thumbnail_other--star__star table tr td .point--stars,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .point,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .point,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .point,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .point,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .point{width:25%;font-size:18px;font-weight:700}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars{width:72%}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating{display:inline-block;font-size:18px;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::before,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::before,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::before,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::before,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::before,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::before,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::before,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::before,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::before{color:transparent}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="10"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="10.0"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="10"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="10.0"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="10"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="10.0"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="10"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="10.0"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="10"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="10.0"]:after{width:100%}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.9"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.8"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.7"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.6"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.5"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.4"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.3"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.2"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.1"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.0"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.9"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.8"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.7"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.6"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.5"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.4"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.3"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.2"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.1"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.0"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.9"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.8"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.7"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.6"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.5"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.4"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.3"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.2"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.1"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.0"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.9"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.8"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.7"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.6"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.5"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.4"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.3"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.2"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.1"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.0"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.9"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.8"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.7"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.6"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.5"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.4"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.3"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.2"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.1"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.0"]:after{width:90%}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.9"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.8"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.7"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.6"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.5"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.4"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.3"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.2"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.1"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.0"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.9"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.8"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.7"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.6"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.5"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.4"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.3"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.2"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.1"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.0"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.9"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.8"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.7"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.6"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.5"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.4"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.3"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.2"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.1"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.0"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.9"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.8"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.7"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.6"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.5"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.4"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.3"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.2"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.1"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.0"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.9"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.8"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.7"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.6"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.5"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.4"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.3"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.2"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.1"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.0"]:after{width:80%}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.9"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.8"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.7"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.6"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.5"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.4"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.3"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.2"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.1"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.0"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.9"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.8"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.7"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.6"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.5"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.4"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.3"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.2"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.1"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.0"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.9"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.8"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.7"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.6"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.5"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.4"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.3"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.2"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.1"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.0"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.9"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.8"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.7"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.6"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.5"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.4"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.3"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.2"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.1"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.0"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.9"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.8"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.7"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.6"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.5"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.4"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.3"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.2"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.1"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.0"]:after{width:70%}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.9"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.8"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.7"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.6"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.5"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.4"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.3"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.2"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.1"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.9"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.8"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.7"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.6"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.5"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.4"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.3"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.2"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.1"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.9"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.8"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.7"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.6"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.5"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.4"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.3"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.2"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.1"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.9"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.8"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.7"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.6"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.5"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.4"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.3"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.2"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.1"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.9"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.8"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.7"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.6"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.5"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.4"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.3"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.2"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.1"]:after{width:60%}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.0"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.9"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.8"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.7"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.6"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.5"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.4"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.3"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.2"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.1"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.0"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.0"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.9"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.8"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.7"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.6"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.5"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.4"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.3"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.2"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.1"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.0"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.0"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.9"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.8"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.7"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.6"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.5"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.4"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.3"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.2"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.1"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.0"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.0"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.9"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.8"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.7"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.6"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.5"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.4"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.3"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.2"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.1"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.0"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.0"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.9"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.8"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.7"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.6"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.5"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.4"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.3"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.2"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.1"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.0"]:after{width:50%}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.9"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.8"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.7"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.6"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.5"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.4"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.3"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.2"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.1"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.0"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.9"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.8"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.7"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.6"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.5"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.4"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.3"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.2"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.1"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.0"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.9"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.8"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.7"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.6"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.5"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.4"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.3"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.2"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.1"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.0"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.9"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.8"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.7"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.6"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.5"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.4"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.3"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.2"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.1"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.0"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.9"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.8"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.7"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.6"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.5"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.4"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.3"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.2"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.1"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.0"]:after{width:40%}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.0"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.9"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.8"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.7"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.6"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.5"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.4"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.3"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.2"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.1"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.0"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.9"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.8"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.7"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.6"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.5"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.4"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.3"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.2"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.1"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.0"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.9"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.8"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.7"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.6"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.5"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.4"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.3"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.2"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.1"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.0"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.9"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.8"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.7"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.6"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.5"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.4"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.3"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.2"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.1"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.0"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.9"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.8"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.7"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.6"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.5"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.4"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.3"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.2"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.1"]:after{width:30%}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.9"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.8"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.7"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.6"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.5"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.4"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.3"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.2"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.1"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.0"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.9"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.8"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.7"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.6"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.5"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.4"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.3"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.2"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.1"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.0"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.9"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.8"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.7"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.6"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.5"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.4"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.3"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.2"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.1"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.0"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.9"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.8"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.7"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.6"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.5"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.4"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.3"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.2"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.1"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.0"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.9"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.8"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.7"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.6"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.5"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.4"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.3"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.2"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.1"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.0"]:after{width:20%}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.9"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.8"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.7"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.6"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.5"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.4"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.3"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.2"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.1"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.0"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.9"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.8"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.7"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.6"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.5"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.4"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.3"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.2"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.1"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.9"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.8"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.7"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.6"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.5"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.4"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.3"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.2"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.1"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.0"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.9"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.8"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.7"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.6"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.5"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.4"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.3"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.2"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.1"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.9"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.8"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.7"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.6"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.5"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.4"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.3"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.2"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.1"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.0"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.9"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.8"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.7"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.6"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.5"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.4"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.3"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.2"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.1"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.9"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.8"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.7"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.6"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.5"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.4"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.3"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.2"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.1"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.0"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.9"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.8"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.7"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.6"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.5"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.4"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.3"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.2"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.1"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.9"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.8"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.7"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.6"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.5"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.4"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.3"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.2"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.1"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.0"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.9"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.8"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.7"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.6"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.5"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.4"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.3"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.2"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.1"]:after{width:10%}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0"]:after,#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.0"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0"]:after,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.0"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0"]:after,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.0"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0"]:after,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.0"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0"]:after,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.0"]:after{width:0%}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star-number,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star-number,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star-number,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star-number,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star-number{font-size:18px;color:gold}#single .article-rank .bargraph-comments,.line_official .article-rank .bargraph-comments,.ranking .article-rank .bargraph-comments,.ranking_new-sitereview .article-rank .bargraph-comments,.site-review__article-under__contents.text .article-rank .bargraph-comments{width:90%;margin:20px auto}#single .article-rank .bargraph-comments__title,.line_official .article-rank .bargraph-comments__title,.ranking .article-rank .bargraph-comments__title,.ranking_new-sitereview .article-rank .bargraph-comments__title,.site-review__article-under__contents.text .article-rank .bargraph-comments__title{font-size:18px;font-weight:700;text-align:center;margin-bottom:10px}#single .article-rank .bargraph-comments__title .far,.line_official .article-rank .bargraph-comments__title .far,.ranking .article-rank .bargraph-comments__title .far,.ranking_new-sitereview .article-rank .bargraph-comments__title .far,.site-review__article-under__contents.text .article-rank .bargraph-comments__title .far{margin-right:5px}#single .article-rank .bargraph-comments ul,.line_official .article-rank .bargraph-comments ul,.ranking .article-rank .bargraph-comments ul,.ranking_new-sitereview .article-rank .bargraph-comments ul,.site-review__article-under__contents.text .article-rank .bargraph-comments ul{margin:unset;line-height:unset;list-style:none}#single .article-rank .bargraph-comments ul li,.line_official .article-rank .bargraph-comments ul li,.ranking .article-rank .bargraph-comments ul li,.ranking_new-sitereview .article-rank .bargraph-comments ul li,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .article-rank .bargraph-comments ul li:first-of-type .bar-graph div,.line_official .article-rank .bargraph-comments ul li:first-of-type .bar-graph div,.ranking .article-rank .bargraph-comments ul li:first-of-type .bar-graph div,.ranking_new-sitereview .article-rank .bargraph-comments ul li:first-of-type .bar-graph div,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li:first-of-type .bar-graph div{background-color:#D49294}#single .article-rank .bargraph-comments ul li:nth-of-type(2) .bar-graph div,.line_official .article-rank .bargraph-comments ul li:nth-of-type(2) .bar-graph div,.ranking .article-rank .bargraph-comments ul li:nth-of-type(2) .bar-graph div,.ranking_new-sitereview .article-rank .bargraph-comments ul li:nth-of-type(2) .bar-graph div,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li:nth-of-type(2) .bar-graph div{background-color:#CBB48F}#single .article-rank .bargraph-comments ul li:nth-of-type(3) .bar-graph div,.line_official .article-rank .bargraph-comments ul li:nth-of-type(3) .bar-graph div,.ranking .article-rank .bargraph-comments ul li:nth-of-type(3) .bar-graph div,.ranking_new-sitereview .article-rank .bargraph-comments ul li:nth-of-type(3) .bar-graph div,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li:nth-of-type(3) .bar-graph div{background-color:#9DAF8F}#single .article-rank .bargraph-comments ul li:nth-of-type(4) .bar-graph div,.line_official .article-rank .bargraph-comments ul li:nth-of-type(4) .bar-graph div,.ranking .article-rank .bargraph-comments ul li:nth-of-type(4) .bar-graph div,.ranking_new-sitereview .article-rank .bargraph-comments ul li:nth-of-type(4) .bar-graph div,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li:nth-of-type(4) .bar-graph div{background-color:#9DC0CB}#single .article-rank .bargraph-comments ul li:last-of-type .bar-graph div,.line_official .article-rank .bargraph-comments ul li:last-of-type .bar-graph div,.ranking .article-rank .bargraph-comments ul li:last-of-type .bar-graph div,.ranking_new-sitereview .article-rank .bargraph-comments ul li:last-of-type .bar-graph div,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li:last-of-type .bar-graph div{background-color:#86898D}#single .article-rank .bargraph-comments ul li .left,.line_official .article-rank .bargraph-comments ul li .left,.ranking .article-rank .bargraph-comments ul li .left,.ranking_new-sitereview .article-rank .bargraph-comments ul li .left,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:20%}#single .article-rank .bargraph-comments ul li .left__image,.line_official .article-rank .bargraph-comments ul li .left__image,.ranking .article-rank .bargraph-comments ul li .left__image,.ranking_new-sitereview .article-rank .bargraph-comments ul li .left__image,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li .left__image{width:20%}#single .article-rank .bargraph-comments ul li .left__image img,.line_official .article-rank .bargraph-comments ul li .left__image img,.ranking .article-rank .bargraph-comments ul li .left__image img,.ranking_new-sitereview .article-rank .bargraph-comments ul li .left__image img,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li .left__image img{width:100%;height:auto}#single .article-rank .bargraph-comments ul li .left span,.line_official .article-rank .bargraph-comments ul li .left span,.ranking .article-rank .bargraph-comments ul li .left span,.ranking_new-sitereview .article-rank .bargraph-comments ul li .left span,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li .left span{display:block;width:75%;font-size:18px}#single .article-rank .bargraph-comments ul li .right,.line_official .article-rank .bargraph-comments ul li .right,.ranking .article-rank .bargraph-comments ul li .right,.ranking_new-sitereview .article-rank .bargraph-comments ul li .right,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li .right{width:80%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#single .article-rank .bargraph-comments ul li .right .bar-graph,.line_official .article-rank .bargraph-comments ul li .right .bar-graph,.ranking .article-rank .bargraph-comments ul li .right .bar-graph,.ranking_new-sitereview .article-rank .bargraph-comments ul li .right .bar-graph,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li .right .bar-graph{width:85%;background-color:#EDEDED}#single .article-rank .bargraph-comments ul li .right .bar-graph div,.line_official .article-rank .bargraph-comments ul li .right .bar-graph div,.ranking .article-rank .bargraph-comments ul li .right .bar-graph div,.ranking_new-sitereview .article-rank .bargraph-comments ul li .right .bar-graph div,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li .right .bar-graph div{padding:12px 0;-webkit-box-sizing:border-box;box-sizing:border-box}#single .article-rank .bargraph-comments ul li .right .com-num,.line_official .article-rank .bargraph-comments ul li .right .com-num,.ranking .article-rank .bargraph-comments ul li .right .com-num,.ranking_new-sitereview .article-rank .bargraph-comments ul li .right .com-num,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li .right .com-num{width:15%;font-size:17px;text-align:center}#single .article-rank .recommend-point,.line_official .article-rank .recommend-point,.ranking .article-rank .recommend-point,.ranking_new-sitereview .article-rank .recommend-point,.site-review__article-under__contents.text .article-rank .recommend-point{width:70%;margin:auto}#single .article-rank .recommend-point__title,.line_official .article-rank .recommend-point__title,.ranking .article-rank .recommend-point__title,.ranking_new-sitereview .article-rank .recommend-point__title,.site-review__article-under__contents.text .article-rank .recommend-point__title{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:18px;font-weight:700;text-align:center;background:-webkit-gradient(linear,left top,left bottom,color-stop(60%,transparent),color-stop(60%,#ff6));background:linear-gradient(transparent 60%,#ff6 60%);margin:0 auto 10px;padding:0 2px 2px}#single .article-rank .recommend-point__text,.line_official .article-rank .recommend-point__text,.ranking .article-rank .recommend-point__text,.ranking_new-sitereview .article-rank .recommend-point__text,.site-review__article-under__contents.text .article-rank .recommend-point__text{line-height:20px;text-align:center;border:3px solid #611616;padding:10px}#single .article-rank .recommend-point__text p,.line_official .article-rank .recommend-point__text p,.ranking .article-rank .recommend-point__text p,.ranking_new-sitereview .article-rank .recommend-point__text p,.site-review__article-under__contents.text .article-rank .recommend-point__text p{margin:0!important}#single .article-rank .cta,.line_official .article-rank .cta,.ranking .article-rank .cta,.ranking_new-sitereview .article-rank .cta,.site-review__article-under__contents.text .article-rank .cta{width:60%;overflow:hidden;border-radius:22px;margin:20px auto 0;position:relative}#single .article-rank .cta a,.line_official .article-rank .cta a,.ranking .article-rank .cta a,.ranking_new-sitereview .article-rank .cta a,.site-review__article-under__contents.text .article-rank .cta a{display:block;color:#fff}#single .article-rank .cta a .cta-button,.line_official .article-rank .cta a .cta-button,.ranking .article-rank .cta a .cta-button,.ranking_new-sitereview .article-rank .cta a .cta-button,.site-review__article-under__contents.text .article-rank .cta a .cta-button{position:relative;margin:0}#single .article-rank .cta a .cta-button img,.line_official .article-rank .cta a .cta-button img,.ranking .article-rank .cta a .cta-button img,.ranking_new-sitereview .article-rank .cta a .cta-button img,.site-review__article-under__contents.text .article-rank .cta a .cta-button img{display:block;width:100%;height:auto}#single .article-rank .cta a .arrow,.line_official .article-rank .cta a .arrow,.ranking .article-rank .cta a .arrow,.ranking_new-sitereview .article-rank .cta a .arrow,.site-review__article-under__contents.text .article-rank .cta a .arrow{width:15%;position:absolute;top:50%;right:30px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}#single .cta-new__article a .arrow,#single .cta-new__official a .arrow,.line_official .cta-new__article a .arrow,.line_official .cta-new__official a .arrow,.ranking .cta-new__article a .arrow,.ranking .cta-new__official a .arrow,.ranking_new-sitereview .cta-new__article a .arrow,.ranking_new-sitereview .cta-new__official a .arrow,.site-review__article-under__contents.text .cta-new__article a .arrow,.site-review__article-under__contents.text .cta-new__official a .arrow{right:10px}#single .article-rank .cta a .arrow img,.line_official .article-rank .cta a .arrow img,.ranking .article-rank .cta a .arrow img,.ranking_new-sitereview .article-rank .cta a .arrow img,.site-review__article-under__contents.text .article-rank .cta a .arrow img{display:block;width:100%;height:auto;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;margin:0;-webkit-animation-duration:2s;animation-duration:2s}#single .cta-new,.line_official .cta-new,.ranking .cta-new,.ranking_new-sitereview .cta-new,.site-review__article-under__contents.text .cta-new{width:55%;margin:30px auto}#single .cta-new__article,#single .cta-new__official,.line_official .cta-new__article,.line_official .cta-new__official,.ranking .cta-new__article,.ranking .cta-new__official,.ranking_new-sitereview .cta-new__article,.ranking_new-sitereview .cta-new__official,.site-review__article-under__contents.text .cta-new__article,.site-review__article-under__contents.text .cta-new__official{overflow:hidden;position:relative}#single .cta-new__article a,#single .cta-new__official a,.line_official .cta-new__article a,.line_official .cta-new__official a,.ranking .cta-new__article a,.ranking .cta-new__official a,.ranking_new-sitereview .cta-new__article a,.ranking_new-sitereview .cta-new__official a,.site-review__article-under__contents.text .cta-new__article a,.site-review__article-under__contents.text .cta-new__official a{font-weight:700;color:#fff;position:relative}#single .cta-new__article a span,#single .cta-new__official a span,.line_official .cta-new__article a span,.line_official .cta-new__official a span,.ranking .cta-new__article a span,.ranking .cta-new__official a span,.ranking_new-sitereview .cta-new__article a span,.ranking_new-sitereview .cta-new__official a span,.site-review__article-under__contents.text .cta-new__article a span,.site-review__article-under__contents.text .cta-new__official a span{width:100%;text-align:center;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}#single .cta-new__article a img,#single .cta-new__official a img,.line_official .cta-new__article a img,.line_official .cta-new__official a img,.ranking .cta-new__article a img,.ranking .cta-new__official a img,.ranking_new-sitereview .cta-new__article a img,.ranking_new-sitereview .cta-new__official a img,.site-review__article-under__contents.text .cta-new__article a img,.site-review__article-under__contents.text .cta-new__official a img{width:100%;height:auto;margin:0}#single .cta-new__article a .arrow,#single .cta-new__official a .arrow,.line_official .cta-new__article a .arrow,.line_official .cta-new__official a .arrow,.ranking .cta-new__article a .arrow,.ranking .cta-new__official a .arrow,.ranking_new-sitereview .cta-new__article a .arrow,.ranking_new-sitereview .cta-new__official a .arrow,.site-review__article-under__contents.text .cta-new__article a .arrow,.site-review__article-under__contents.text .cta-new__official a .arrow{width:13%;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}#single .cta-new__article,.line_official .cta-new__article,.ranking .cta-new__article,.ranking_new-sitereview .cta-new__article,.site-review__article-under__contents.text .cta-new__article{margin-bottom:15px}#single .cta-new__article a,.line_official .cta-new__article a,.ranking .cta-new__article a,.ranking_new-sitereview .cta-new__article a,.site-review__article-under__contents.text .cta-new__article a{font-size:26px}#single .cta-new__article a span,.line_official .cta-new__article a span,.ranking .cta-new__article a span,.ranking_new-sitereview .cta-new__article a span,.site-review__article-under__contents.text .cta-new__article a span{left:50%}#single .cta-new__official a,.line_official .cta-new__official a,.ranking .cta-new__official a,.ranking_new-sitereview .cta-new__official a,.site-review__article-under__contents.text .cta-new__official a{font-size:24px}#single .cta-new__official a span,.line_official .cta-new__official a span,.ranking .cta-new__official a span,.ranking_new-sitereview .cta-new__official a span,.site-review__article-under__contents.text .cta-new__official a span{left:45%}#single .yesno__contents .title span:before,#single .yesno__contents-answer .title span:before,.line_official .yesno__contents .title span:before,.line_official .yesno__contents-answer .title span:before,.ranking .yesno__contents .title span:before,.ranking .yesno__contents-answer .title span:before,.ranking_new-sitereview .yesno__contents .title span:before,.ranking_new-sitereview .yesno__contents-answer .title span:before,.site-review__article-under__contents.text .yesno__contents .title span:before,.site-review__article-under__contents.text .yesno__contents-answer .title span:before{left:-30px}#single .yesno__contents .title span::after,#single .yesno__contents-answer .title span::after,.line_official .yesno__contents .title span::after,.line_official .yesno__contents-answer .title span::after,.ranking .yesno__contents .title span::after,.ranking .yesno__contents-answer .title span::after,.ranking_new-sitereview .yesno__contents .title span::after,.ranking_new-sitereview .yesno__contents-answer .title span::after,.site-review__article-under__contents.text .yesno__contents .title span::after,.site-review__article-under__contents.text .yesno__contents-answer .title span::after{right:-30px}#single .list-check,.line_official .list-check,.ranking .list-check,.ranking_new-sitereview .list-check,.site-review__article-under__contents.text .list-check{width:90%;border:2px solid #611616;margin:1.3em auto}#single .list-check ul,.line_official .list-check ul,.ranking .list-check ul,.ranking_new-sitereview .list-check ul,.site-review__article-under__contents.text .list-check ul{padding:15px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .list-check ul li,.line_official .list-check ul li,.ranking .list-check ul li,.ranking_new-sitereview .list-check ul li,.site-review__article-under__contents.text .list-check ul li{line-height:20px;text-indent:-50px;margin-left:50px;position:relative}#single .list-check ul li:not(:last-of-type),.line_official .list-check ul li:not(:last-of-type),.ranking .list-check ul li:not(:last-of-type),.ranking_new-sitereview .list-check ul li:not(:last-of-type),.site-review__article-under__contents.text .list-check ul li:not(:last-of-type){margin-bottom:10px}#single .list-check ul li:before,.line_official .list-check ul li:before,.ranking .list-check ul li:before,.ranking_new-sitereview .list-check ul li:before,.site-review__article-under__contents.text .list-check ul li:before{content:"";display:inline-block;width:50px;height:14px;background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8//image/list-check.svg);background-size:contain;background-repeat:no-repeat;margin-right:10px}#single .article-infolink,.line_official .article-infolink,.ranking .article-infolink,.ranking_new-sitereview .article-infolink,.site-review__article-under__contents.text .article-infolink{width:90%;margin:1.3em auto}#single .article-infolink__top,.line_official .article-infolink__top,.ranking .article-infolink__top,.ranking_new-sitereview .article-infolink__top,.site-review__article-under__contents.text .article-infolink__top{background-color:#F7F7F7;border:1px solid #611616;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:2%}#single .article-infolink__top a,.line_official .article-infolink__top a,.ranking .article-infolink__top a,.ranking_new-sitereview .article-infolink__top a,.site-review__article-under__contents.text .article-infolink__top a{color:#333}#single .article-infolink__top a div:first-of-type,.line_official .article-infolink__top a div:first-of-type,.ranking .article-infolink__top a div:first-of-type,.ranking_new-sitereview .article-infolink__top a div:first-of-type,.site-review__article-under__contents.text .article-infolink__top a div:first-of-type{font-weight:700;text-align:center;color:#611616;margin-bottom:20px}#single .article-infolink__top a div:nth-of-type(2),.line_official .article-infolink__top a div:nth-of-type(2),.ranking .article-infolink__top a div:nth-of-type(2),.ranking_new-sitereview .article-infolink__top a div:nth-of-type(2),.site-review__article-under__contents.text .article-infolink__top a div:nth-of-type(2){text-align:center;line-height:20px;margin-bottom:20px}#single .article-infolink__top a div:last-of-type,.line_official .article-infolink__top a div:last-of-type,.ranking .article-infolink__top a div:last-of-type,.ranking_new-sitereview .article-infolink__top a div:last-of-type,.site-review__article-under__contents.text .article-infolink__top a div:last-of-type{width:10%;margin:auto}#single .article-infolink__top a div:last-of-type img,.line_official .article-infolink__top a div:last-of-type img,.ranking .article-infolink__top a div:last-of-type img,.ranking_new-sitereview .article-infolink__top a div:last-of-type img,.site-review__article-under__contents.text .article-infolink__top a div:last-of-type img{width:100%;height:auto}#single .article-infolink__bottom,.line_official .article-infolink__bottom,.ranking .article-infolink__bottom,.ranking_new-sitereview .article-infolink__bottom,.site-review__article-under__contents.text .article-infolink__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#single .article-infolink__bottom .real,#single .article-infolink__bottom .trust,.line_official .article-infolink__bottom .real,.line_official .article-infolink__bottom .trust,.ranking .article-infolink__bottom .real,.ranking .article-infolink__bottom .trust,.ranking_new-sitereview .article-infolink__bottom .real,.ranking_new-sitereview .article-infolink__bottom .trust,.site-review__article-under__contents.text .article-infolink__bottom .real,.site-review__article-under__contents.text .article-infolink__bottom .trust{width:49%;background-color:#F7F7F7;border:1px solid #611616;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .article-infolink__bottom .real a,#single .article-infolink__bottom .trust a,.line_official .article-infolink__bottom .real a,.line_official .article-infolink__bottom .trust a,.ranking .article-infolink__bottom .real a,.ranking .article-infolink__bottom .trust a,.ranking_new-sitereview .article-infolink__bottom .real a,.ranking_new-sitereview .article-infolink__bottom .trust a,.site-review__article-under__contents.text .article-infolink__bottom .real a,.site-review__article-under__contents.text .article-infolink__bottom .trust a{color:#333}#single .article-infolink__bottom .real a div:first-of-type,#single .article-infolink__bottom .trust a div:first-of-type,.line_official .article-infolink__bottom .real a div:first-of-type,.line_official .article-infolink__bottom .trust a div:first-of-type,.ranking .article-infolink__bottom .real a div:first-of-type,.ranking .article-infolink__bottom .trust a div:first-of-type,.ranking_new-sitereview .article-infolink__bottom .real a div:first-of-type,.ranking_new-sitereview .article-infolink__bottom .trust a div:first-of-type,.site-review__article-under__contents.text .article-infolink__bottom .real a div:first-of-type,.site-review__article-under__contents.text .article-infolink__bottom .trust a div:first-of-type{font-weight:700;text-align:center;color:#611616;margin-bottom:20px}#single .article-infolink__bottom .real a div:nth-of-type(2),#single .article-infolink__bottom .trust a div:nth-of-type(2),.line_official .article-infolink__bottom .real a div:nth-of-type(2),.line_official .article-infolink__bottom .trust a div:nth-of-type(2),.ranking .article-infolink__bottom .real a div:nth-of-type(2),.ranking .article-infolink__bottom .trust a div:nth-of-type(2),.ranking_new-sitereview .article-infolink__bottom .real a div:nth-of-type(2),.ranking_new-sitereview .article-infolink__bottom .trust a div:nth-of-type(2),.site-review__article-under__contents.text .article-infolink__bottom .real a div:nth-of-type(2),.site-review__article-under__contents.text .article-infolink__bottom .trust a div:nth-of-type(2){text-align:center;line-height:20px;margin-bottom:20px}#single .article-infolink__bottom .real a div:last-of-type,#single .article-infolink__bottom .trust a div:last-of-type,.line_official .article-infolink__bottom .real a div:last-of-type,.line_official .article-infolink__bottom .trust a div:last-of-type,.ranking .article-infolink__bottom .real a div:last-of-type,.ranking .article-infolink__bottom .trust a div:last-of-type,.ranking_new-sitereview .article-infolink__bottom .real a div:last-of-type,.ranking_new-sitereview .article-infolink__bottom .trust a div:last-of-type,.site-review__article-under__contents.text .article-infolink__bottom .real a div:last-of-type,.site-review__article-under__contents.text .article-infolink__bottom .trust a div:last-of-type{width:15%;margin:auto}#single .article-infolink__bottom .real a div:last-of-type img,#single .article-infolink__bottom .trust a div:last-of-type img,.line_official .article-infolink__bottom .real a div:last-of-type img,.line_official .article-infolink__bottom .trust a div:last-of-type img,.ranking .article-infolink__bottom .real a div:last-of-type img,.ranking .article-infolink__bottom .trust a div:last-of-type img,.ranking_new-sitereview .article-infolink__bottom .real a div:last-of-type img,.ranking_new-sitereview .article-infolink__bottom .trust a div:last-of-type img,.site-review__article-under__contents.text .article-infolink__bottom .real a div:last-of-type img,.site-review__article-under__contents.text .article-infolink__bottom .trust a div:last-of-type img{width:100%;height:auto}#single .article-infolink__bottom .real a div:nth-of-type(2),.line_official .article-infolink__bottom .real a div:nth-of-type(2),.ranking .article-infolink__bottom .real a div:nth-of-type(2),.ranking_new-sitereview .article-infolink__bottom .real a div:nth-of-type(2),.site-review__article-under__contents.text .article-infolink__bottom .real a div:nth-of-type(2){margin-bottom:40px}#single .qanda,.line_official .qanda,.ranking .qanda,.ranking_new-sitereview .qanda,.site-review__article-under__contents.text .qanda{width:90%;margin:1.3em auto}#single .qanda ul,.line_official .qanda ul,.ranking .qanda ul,.ranking_new-sitereview .qanda ul,.site-review__article-under__contents.text .qanda ul{margin:unset;line-height:unset;list-style:none}#single .qanda ul li,.line_official .qanda ul li,.ranking .qanda ul li,.ranking_new-sitereview .qanda ul li,.site-review__article-under__contents.text .qanda ul li{border:1px solid #611616;border-radius:10px}#single .qanda ul li:not(:last-of-type),.line_official .qanda ul li:not(:last-of-type),.ranking .qanda ul li:not(:last-of-type),.ranking_new-sitereview .qanda ul li:not(:last-of-type),.site-review__article-under__contents.text .qanda ul li:not(:last-of-type){margin-bottom:20px}#single .qanda ul li .a,#single .qanda ul li .q,.line_official .qanda ul li .a,.line_official .qanda ul li .q,.ranking .qanda ul li .a,.ranking .qanda ul li .q,.ranking_new-sitereview .qanda ul li .a,.ranking_new-sitereview .qanda ul li .q,.site-review__article-under__contents.text .qanda ul li .a,.site-review__article-under__contents.text .qanda ul li .q{line-height:20px}#single .qanda ul li .q,.line_official .qanda ul li .q,.ranking .qanda ul li .q,.ranking_new-sitereview .qanda ul li .q,.site-review__article-under__contents.text .qanda ul li .q{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;color:#fff;background-color:#611616;border-top-right-radius:9px;border-top-left-radius:9px;padding:15px 30px 15px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .qanda ul li .q span,.line_official .qanda ul li .q span,.ranking .qanda ul li .q span,.ranking_new-sitereview .qanda ul li .q span,.site-review__article-under__contents.text .qanda ul li .q span{display:block}#single .qanda ul li .q span:first-of-type,.line_official .qanda ul li .q span:first-of-type,.ranking .qanda ul li .q span:first-of-type,.ranking_new-sitereview .qanda ul li .q span:first-of-type,.site-review__article-under__contents.text .qanda ul li .q span:first-of-type{font-weight:700;color:#611616;background-color:#fff;border-radius:50%;margin-right:15px;padding:8px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .qanda ul li .a,.line_official .qanda ul li .a,.ranking .qanda ul li .a,.ranking_new-sitereview .qanda ul li .a,.site-review__article-under__contents.text .qanda ul li .a{font-size:18px;padding:15px 30px 15px 60px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .related-article,.line_official .related-article,.ranking .related-article,.ranking_new-sitereview .related-article,.site-review__article-under__contents.text .related-article{width:90%;margin:1.3em auto}#single .related-article__title,.line_official .related-article__title,.ranking .related-article__title,.ranking_new-sitereview .related-article__title,.site-review__article-under__contents.text .related-article__title{width:30%;text-align:center;color:#fff;background-color:#611616;border-top-right-radius:10px;border-top-left-radius:10px;border-bottom:3px solid #B4A034;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .related-article .thumbnail-sitetitle,.line_official .related-article .thumbnail-sitetitle,.ranking .related-article .thumbnail-sitetitle,.ranking_new-sitereview .related-article .thumbnail-sitetitle,.site-review__article-under__contents.text .related-article .thumbnail-sitetitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:1px solid #707070;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .related-article .thumbnail-sitetitle .thumbnail,.line_official .related-article .thumbnail-sitetitle .thumbnail,.ranking .related-article .thumbnail-sitetitle .thumbnail,.ranking_new-sitereview .related-article .thumbnail-sitetitle .thumbnail,.site-review__article-under__contents.text .related-article .thumbnail-sitetitle .thumbnail{width:30%;border:1px solid #707070}#single .related-article .thumbnail-sitetitle .thumbnail a img,.line_official .related-article .thumbnail-sitetitle .thumbnail a img,.ranking .related-article .thumbnail-sitetitle .thumbnail a img,.ranking_new-sitereview .related-article .thumbnail-sitetitle .thumbnail a img,.site-review__article-under__contents.text .related-article .thumbnail-sitetitle .thumbnail a img{width:100%;height:auto}#single .related-article .thumbnail-sitetitle .sitetitle,.line_official .related-article .thumbnail-sitetitle .sitetitle,.ranking .related-article .thumbnail-sitetitle .sitetitle,.ranking_new-sitereview .related-article .thumbnail-sitetitle .sitetitle,.site-review__article-under__contents.text .related-article .thumbnail-sitetitle .sitetitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:67%;border:1px solid #707070;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .related-article .thumbnail-sitetitle .sitetitle a,.line_official .related-article .thumbnail-sitetitle .sitetitle a,.ranking .related-article .thumbnail-sitetitle .sitetitle a,.ranking_new-sitereview .related-article .thumbnail-sitetitle .sitetitle a,.site-review__article-under__contents.text .related-article .thumbnail-sitetitle .sitetitle a{color:#333;line-height:22px}#single .calendar-week,.line_official .calendar-week,.ranking .calendar-week,.ranking_new-sitereview .calendar-week,.site-review__article-under__contents.text .calendar-week{width:90%;text-align:center;background-color:#CDBAB9;margin:1.3em auto;padding:15px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}#single .calendar-week .calendar-week_item,.line_official .calendar-week .calendar-week_item,.ranking .calendar-week .calendar-week_item,.ranking_new-sitereview .calendar-week .calendar-week_item,.site-review__article-under__contents.text .calendar-week .calendar-week_item{display:inline-block;width:9%;text-align:center;line-height:20px;background-color:#fff;border:1px solid #707070;border-radius:50%;margin-bottom:15px;padding:8px 4px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .2s ease;transition:all .2s ease;cursor:pointer;position:relative}#single .calendar-week input[name=calendar-week_item],.line_official .calendar-week input[name=calendar-week_item],.ranking .calendar-week input[name=calendar-week_item],.ranking_new-sitereview .calendar-week input[name=calendar-week_item],.site-review__article-under__contents.text .calendar-week input[name=calendar-week_item]{display:none}#single .calendar-week #tab-week-friday:checked~.tab-week-friday,#single .calendar-week #tab-week-monday:checked~.tab-week-monday,#single .calendar-week #tab-week-saturday:checked~.tab-week-saturday,#single .calendar-week #tab-week-sunday:checked~.tab-week-sunday,#single .calendar-week #tab-week-thursday:checked~.tab-week-thursday,#single .calendar-week #tab-week-tuesday:checked~.tab-week-tuesday,#single .calendar-week #tab-week-wednesday:checked~.tab-week-wednesday,.line_official .calendar-week #tab-week-friday:checked~.tab-week-friday,.line_official .calendar-week #tab-week-monday:checked~.tab-week-monday,.line_official .calendar-week #tab-week-saturday:checked~.tab-week-saturday,.line_official .calendar-week #tab-week-sunday:checked~.tab-week-sunday,.line_official .calendar-week #tab-week-thursday:checked~.tab-week-thursday,.line_official .calendar-week #tab-week-tuesday:checked~.tab-week-tuesday,.line_official .calendar-week #tab-week-wednesday:checked~.tab-week-wednesday,.ranking .calendar-week #tab-week-friday:checked~.tab-week-friday,.ranking .calendar-week #tab-week-monday:checked~.tab-week-monday,.ranking .calendar-week #tab-week-saturday:checked~.tab-week-saturday,.ranking .calendar-week #tab-week-sunday:checked~.tab-week-sunday,.ranking .calendar-week #tab-week-thursday:checked~.tab-week-thursday,.ranking .calendar-week #tab-week-tuesday:checked~.tab-week-tuesday,.ranking .calendar-week #tab-week-wednesday:checked~.tab-week-wednesday,.ranking_new-sitereview .calendar-week #tab-week-friday:checked~.tab-week-friday,.ranking_new-sitereview .calendar-week #tab-week-monday:checked~.tab-week-monday,.ranking_new-sitereview .calendar-week #tab-week-saturday:checked~.tab-week-saturday,.ranking_new-sitereview .calendar-week #tab-week-sunday:checked~.tab-week-sunday,.ranking_new-sitereview .calendar-week #tab-week-thursday:checked~.tab-week-thursday,.ranking_new-sitereview .calendar-week #tab-week-tuesday:checked~.tab-week-tuesday,.ranking_new-sitereview .calendar-week #tab-week-wednesday:checked~.tab-week-wednesday,.site-review__article-under__contents.text .calendar-week #tab-week-friday:checked~.tab-week-friday,.site-review__article-under__contents.text .calendar-week #tab-week-monday:checked~.tab-week-monday,.site-review__article-under__contents.text .calendar-week #tab-week-saturday:checked~.tab-week-saturday,.site-review__article-under__contents.text .calendar-week #tab-week-sunday:checked~.tab-week-sunday,.site-review__article-under__contents.text .calendar-week #tab-week-thursday:checked~.tab-week-thursday,.site-review__article-under__contents.text .calendar-week #tab-week-tuesday:checked~.tab-week-tuesday,.site-review__article-under__contents.text .calendar-week #tab-week-wednesday:checked~.tab-week-wednesday{color:#fff;background-color:#611616}#single .calendar-week__contents,.line_official .calendar-week__contents,.ranking .calendar-week__contents,.ranking_new-sitereview .calendar-week__contents,.site-review__article-under__contents.text .calendar-week__contents{display:none;clear:both;overflow:hidden;background-color:#fff;border:1px solid #707070}#single .calendar-week__contents ul,.line_official .calendar-week__contents ul,.ranking .calendar-week__contents ul,.ranking_new-sitereview .calendar-week__contents ul,.site-review__article-under__contents.text .calendar-week__contents ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#single .calendar-week__contents ul li,.line_official .calendar-week__contents ul li,.ranking .calendar-week__contents ul li,.ranking_new-sitereview .calendar-week__contents ul li,.site-review__article-under__contents.text .calendar-week__contents ul li{width:33%}#single .calendar-week__contents ul li:first-of-type,#single .calendar-week__contents ul li:nth-of-type(2),#single .calendar-week__contents ul li:nth-of-type(3),.line_official .calendar-week__contents ul li:first-of-type,.line_official .calendar-week__contents ul li:nth-of-type(2),.line_official .calendar-week__contents ul li:nth-of-type(3),.ranking .calendar-week__contents ul li:first-of-type,.ranking .calendar-week__contents ul li:nth-of-type(2),.ranking .calendar-week__contents ul li:nth-of-type(3),.ranking_new-sitereview .calendar-week__contents ul li:first-of-type,.ranking_new-sitereview .calendar-week__contents ul li:nth-of-type(2),.ranking_new-sitereview .calendar-week__contents ul li:nth-of-type(3),.site-review__article-under__contents.text .calendar-week__contents ul li:first-of-type,.site-review__article-under__contents.text .calendar-week__contents ul li:nth-of-type(2),.site-review__article-under__contents.text .calendar-week__contents ul li:nth-of-type(3){border-bottom:1px solid #707070}#single .calendar-week__contents ul li:first-of-type,#single .calendar-week__contents ul li:nth-of-type(2),#single .calendar-week__contents ul li:nth-of-type(4),#single .calendar-week__contents ul li:nth-of-type(5),.line_official .calendar-week__contents ul li:first-of-type,.line_official .calendar-week__contents ul li:nth-of-type(2),.line_official .calendar-week__contents ul li:nth-of-type(4),.line_official .calendar-week__contents ul li:nth-of-type(5),.ranking .calendar-week__contents ul li:first-of-type,.ranking .calendar-week__contents ul li:nth-of-type(2),.ranking .calendar-week__contents ul li:nth-of-type(4),.ranking .calendar-week__contents ul li:nth-of-type(5),.ranking_new-sitereview .calendar-week__contents ul li:first-of-type,.ranking_new-sitereview .calendar-week__contents ul li:nth-of-type(2),.ranking_new-sitereview .calendar-week__contents ul li:nth-of-type(4),.ranking_new-sitereview .calendar-week__contents ul li:nth-of-type(5),.site-review__article-under__contents.text .calendar-week__contents ul li:first-of-type,.site-review__article-under__contents.text .calendar-week__contents ul li:nth-of-type(2),.site-review__article-under__contents.text .calendar-week__contents ul li:nth-of-type(4),.site-review__article-under__contents.text .calendar-week__contents ul li:nth-of-type(5){border-right:1px solid #707070}#single .calendar-week__contents ul li .sitename,.line_official .calendar-week__contents ul li .sitename,.ranking .calendar-week__contents ul li .sitename,.ranking_new-sitereview .calendar-week__contents ul li .sitename,.site-review__article-under__contents.text .calendar-week__contents ul li .sitename{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .calendar-week__contents ul li .thumbnail a img,.line_official .calendar-week__contents ul li .thumbnail a img,.ranking .calendar-week__contents ul li .thumbnail a img,.ranking_new-sitereview .calendar-week__contents ul li .thumbnail a img,.site-review__article-under__contents.text .calendar-week__contents ul li .thumbnail a img{width:100%;height:150px;-o-object-fit:cover;object-fit:cover}#single .calendar-week__contents ul li .time,.line_official .calendar-week__contents ul li .time,.ranking .calendar-week__contents ul li .time,.ranking_new-sitereview .calendar-week__contents ul li .time,.site-review__article-under__contents.text .calendar-week__contents ul li .time{color:#fff;background-color:#611616;padding:10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .calendar-week__contents ul li .time span,.line_official .calendar-week__contents ul li .time span,.ranking .calendar-week__contents ul li .time span,.ranking_new-sitereview .calendar-week__contents ul li .time span,.site-review__article-under__contents.text .calendar-week__contents ul li .time span{display:block;margin-top:2px}#single .calendar-week #tab-week-friday:checked~#week-friday-content,#single .calendar-week #tab-week-monday:checked~#week-monday-content,#single .calendar-week #tab-week-saturday:checked~#week-saturday-content,#single .calendar-week #tab-week-sunday:checked~#week-sunday-content,#single .calendar-week #tab-week-thursday:checked~#week-thursday-content,#single .calendar-week #tab-week-tuesday:checked~#week-tuesday-content,#single .calendar-week #tab-week-wednesday:checked~#week-wednesday-content,.line_official .calendar-week #tab-week-friday:checked~#week-friday-content,.line_official .calendar-week #tab-week-monday:checked~#week-monday-content,.line_official .calendar-week #tab-week-saturday:checked~#week-saturday-content,.line_official .calendar-week #tab-week-sunday:checked~#week-sunday-content,.line_official .calendar-week #tab-week-thursday:checked~#week-thursday-content,.line_official .calendar-week #tab-week-tuesday:checked~#week-tuesday-content,.line_official .calendar-week #tab-week-wednesday:checked~#week-wednesday-content,.ranking .calendar-week #tab-week-friday:checked~#week-friday-content,.ranking .calendar-week #tab-week-monday:checked~#week-monday-content,.ranking .calendar-week #tab-week-saturday:checked~#week-saturday-content,.ranking .calendar-week #tab-week-sunday:checked~#week-sunday-content,.ranking .calendar-week #tab-week-thursday:checked~#week-thursday-content,.ranking .calendar-week #tab-week-tuesday:checked~#week-tuesday-content,.ranking .calendar-week #tab-week-wednesday:checked~#week-wednesday-content,.ranking_new-sitereview .calendar-week #tab-week-friday:checked~#week-friday-content,.ranking_new-sitereview .calendar-week #tab-week-monday:checked~#week-monday-content,.ranking_new-sitereview .calendar-week #tab-week-saturday:checked~#week-saturday-content,.ranking_new-sitereview .calendar-week #tab-week-sunday:checked~#week-sunday-content,.ranking_new-sitereview .calendar-week #tab-week-thursday:checked~#week-thursday-content,.ranking_new-sitereview .calendar-week #tab-week-tuesday:checked~#week-tuesday-content,.ranking_new-sitereview .calendar-week #tab-week-wednesday:checked~#week-wednesday-content,.site-review__article-under__contents.text .calendar-week #tab-week-friday:checked~#week-friday-content,.site-review__article-under__contents.text .calendar-week #tab-week-monday:checked~#week-monday-content,.site-review__article-under__contents.text .calendar-week #tab-week-saturday:checked~#week-saturday-content,.site-review__article-under__contents.text .calendar-week #tab-week-sunday:checked~#week-sunday-content,.site-review__article-under__contents.text .calendar-week #tab-week-thursday:checked~#week-thursday-content,.site-review__article-under__contents.text .calendar-week #tab-week-tuesday:checked~#week-tuesday-content,.site-review__article-under__contents.text .calendar-week #tab-week-wednesday:checked~#week-wednesday-content{display:block}#single .table-evaluation_criteria,.line_official .table-evaluation_criteria,.ranking .table-evaluation_criteria,.ranking_new-sitereview .table-evaluation_criteria,.site-review__article-under__contents.text .table-evaluation_criteria{width:90%;margin:1.3em auto}#single .table-evaluation_criteria table,.line_official .table-evaluation_criteria table,.ranking .table-evaluation_criteria table,.ranking_new-sitereview .table-evaluation_criteria table,.site-review__article-under__contents.text .table-evaluation_criteria table{width:100%;border:1px solid #707070;margin:0}#single .table-evaluation_criteria table tr td,#single .table-evaluation_criteria table tr th,.line_official .table-evaluation_criteria table tr td,.line_official .table-evaluation_criteria table tr th,.ranking .table-evaluation_criteria table tr td,.ranking .table-evaluation_criteria table tr th,.ranking_new-sitereview .table-evaluation_criteria table tr td,.ranking_new-sitereview .table-evaluation_criteria table tr th,.site-review__article-under__contents.text .table-evaluation_criteria table tr td,.site-review__article-under__contents.text .table-evaluation_criteria table tr th{vertical-align:middle;font-weight:700;text-align:center;border-bottom:1px solid #707070;padding:15px 5px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .table-evaluation_criteria table tr th,.line_official .table-evaluation_criteria table tr th,.ranking .table-evaluation_criteria table tr th,.ranking_new-sitereview .table-evaluation_criteria table tr th,.site-review__article-under__contents.text .table-evaluation_criteria table tr th{width:40%;color:#fff;background-color:#611616}#single .table-evaluation_criteria table tr td,.line_official .table-evaluation_criteria table tr td,.ranking .table-evaluation_criteria table tr td,.ranking_new-sitereview .table-evaluation_criteria table tr td,.site-review__article-under__contents.text .table-evaluation_criteria table tr td{width:60%;color:#611616;background-color:#EDEDED}#single .table-evaluation_criteria table tr .content,.line_official .table-evaluation_criteria table tr .content,.ranking .table-evaluation_criteria table tr .content,.ranking_new-sitereview .table-evaluation_criteria table tr .content,.site-review__article-under__contents.text .table-evaluation_criteria table tr .content{font-weight:unset;color:#333;background-color:#fff;padding:15px}#single .table-evaluation_criteria table tr .content P,.line_official .table-evaluation_criteria table tr .content P,.ranking .table-evaluation_criteria table tr .content P,.ranking_new-sitereview .table-evaluation_criteria table tr .content P,.site-review__article-under__contents.text .table-evaluation_criteria table tr .content P{margin:0!important}#single .yesno,.line_official .yesno,.ranking .yesno,.ranking_new-sitereview .yesno,.site-review__article-under__contents.text .yesno{width:90%;margin:1.3em auto}#single .yesno__contents,.line_official .yesno__contents,.ranking .yesno__contents,.ranking_new-sitereview .yesno__contents,.site-review__article-under__contents.text .yesno__contents{display:none}#single .yesno__contents .title,.line_official .yesno__contents .title,.ranking .yesno__contents .title,.ranking_new-sitereview .yesno__contents .title,.site-review__article-under__contents.text .yesno__contents .title{font-size:18px;text-align:center;color:#fff;background-color:#611616;padding:12px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .yesno__contents .title span,.line_official .yesno__contents .title span,.ranking .yesno__contents .title span,.ranking_new-sitereview .yesno__contents .title span,.site-review__article-under__contents.text .yesno__contents .title span{display:inline-block;position:relative}#single .yesno__contents .title span::after,#single .yesno__contents .title span:before,.line_official .yesno__contents .title span::after,.line_official .yesno__contents .title span:before,.ranking .yesno__contents .title span::after,.ranking .yesno__contents .title span:before,.ranking_new-sitereview .yesno__contents .title span::after,.ranking_new-sitereview .yesno__contents .title span:before,.site-review__article-under__contents.text .yesno__contents .title span::after,.site-review__article-under__contents.text .yesno__contents .title span:before{content:'';display:inline-block;width:20px;height:20px;background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8//image/icon-hoof.png);background-repeat:no-repeat;background-size:contain;position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}#single .yesno__contents .enclosure,.line_official .yesno__contents .enclosure,.ranking .yesno__contents .enclosure,.ranking_new-sitereview .yesno__contents .enclosure,.site-review__article-under__contents.text .yesno__contents .enclosure{background-color:#000;padding:30px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .yesno__contents .enclosure__question,.line_official .yesno__contents .enclosure__question,.ranking .yesno__contents .enclosure__question,.ranking_new-sitereview .yesno__contents .enclosure__question,.site-review__article-under__contents.text .yesno__contents .enclosure__question{font-size:20px;text-align:center;color:#fff;margin-bottom:25px}#single .yesno__contents .enclosure ul,.line_official .yesno__contents .enclosure ul,.ranking .yesno__contents .enclosure ul,.ranking_new-sitereview .yesno__contents .enclosure ul,.site-review__article-under__contents.text .yesno__contents .enclosure ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:70%;margin:0 auto 25px}#single .yesno .yesno__display,#single .yesno__contents .enclosure ul li a,.line_official .yesno .yesno__display,.line_official .yesno__contents .enclosure ul li a,.ranking .yesno .yesno__display,.ranking .yesno__contents .enclosure ul li a,.ranking_new-sitereview .yesno .yesno__display,.ranking_new-sitereview .yesno__contents .enclosure ul li a,.site-review__article-under__contents.text .yesno .yesno__display,.site-review__article-under__contents.text .yesno__contents .enclosure ul li a{display:block}#single .yesno__contents .enclosure ul li,.line_official .yesno__contents .enclosure ul li,.ranking .yesno__contents .enclosure ul li,.ranking_new-sitereview .yesno__contents .enclosure ul li,.site-review__article-under__contents.text .yesno__contents .enclosure ul li{width:28%}#single .yesno__contents .enclosure ul li a img,.line_official .yesno__contents .enclosure ul li a img,.ranking .yesno__contents .enclosure ul li a img,.ranking_new-sitereview .yesno__contents .enclosure ul li a img,.site-review__article-under__contents.text .yesno__contents .enclosure ul li a img{width:100%;height:auto}#single .yesno__contents .enclosure .text,.line_official .yesno__contents .enclosure .text,.ranking .yesno__contents .enclosure .text,.ranking_new-sitereview .yesno__contents .enclosure .text,.site-review__article-under__contents.text .yesno__contents .enclosure .text{width:70%;font-size:24px;text-align:center;color:#fff;border:5px solid #B4A034;border-radius:10px;background:-webkit-gradient(linear,left top,left bottom,from(#2D6A16),color-stop(36%,#1F4710),to(#091107)) no-repeat padding-box;background:linear-gradient(180deg,#2D6A16 0,#1F4710 36%,#091107 100%) no-repeat padding-box;margin:0 auto;padding:25px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .yesno__contents .enclosure .text a,.line_official .yesno__contents .enclosure .text a,.ranking .yesno__contents .enclosure .text a,.ranking_new-sitereview .yesno__contents .enclosure .text a,.site-review__article-under__contents.text .yesno__contents .enclosure .text a{color:#fff}#single .yesno__contents-answer,.line_official .yesno__contents-answer,.ranking .yesno__contents-answer,.ranking_new-sitereview .yesno__contents-answer,.site-review__article-under__contents.text .yesno__contents-answer{display:none}#single .yesno__contents-answer .title,.line_official .yesno__contents-answer .title,.ranking .yesno__contents-answer .title,.ranking_new-sitereview .yesno__contents-answer .title,.site-review__article-under__contents.text .yesno__contents-answer .title{font-size:18px;text-align:center;color:#fff;background-color:#611616;padding:12px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .yesno__contents-answer .title span,.line_official .yesno__contents-answer .title span,.ranking .yesno__contents-answer .title span,.ranking_new-sitereview .yesno__contents-answer .title span,.site-review__article-under__contents.text .yesno__contents-answer .title span{display:inline-block;position:relative}#single .yesno__contents-answer .title span::after,#single .yesno__contents-answer .title span:before,.line_official .yesno__contents-answer .title span::after,.line_official .yesno__contents-answer .title span:before,.ranking .yesno__contents-answer .title span::after,.ranking .yesno__contents-answer .title span:before,.ranking_new-sitereview .yesno__contents-answer .title span::after,.ranking_new-sitereview .yesno__contents-answer .title span:before,.site-review__article-under__contents.text .yesno__contents-answer .title span::after,.site-review__article-under__contents.text .yesno__contents-answer .title span:before{content:'';display:inline-block;width:20px;height:20px;background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8//image/icon-hoof.png);background-repeat:no-repeat;background-size:contain;position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}#single .yesno__contents-answer .enclosure,.line_official .yesno__contents-answer .enclosure,.ranking .yesno__contents-answer .enclosure,.ranking_new-sitereview .yesno__contents-answer .enclosure,.site-review__article-under__contents.text .yesno__contents-answer .enclosure{color:#fff;background-color:#000;padding:20px 20px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .yesno__contents-answer .enclosure .begin,.line_official .yesno__contents-answer .enclosure .begin,.ranking .yesno__contents-answer .enclosure .begin,.ranking_new-sitereview .yesno__contents-answer .enclosure .begin,.site-review__article-under__contents.text .yesno__contents-answer .enclosure .begin{margin-bottom:20px}#single .yesno__contents-answer .enclosure .result,.line_official .yesno__contents-answer .enclosure .result,.ranking .yesno__contents-answer .enclosure .result,.ranking_new-sitereview .yesno__contents-answer .enclosure .result,.site-review__article-under__contents.text .yesno__contents-answer .enclosure .result{width:70%;font-size:24px;line-height:30px;text-align:center;color:#fff;border:5px solid #B4A034;border-radius:10px;background:-webkit-gradient(linear,left top,left bottom,from(#FF0303),color-stop(48%,#AA0B0B),to(#0B0303)) no-repeat padding-box;background:linear-gradient(180deg,#FF0303 0,#AA0B0B 48%,#0B0303 100%) no-repeat padding-box;margin:0 auto 20px;padding:25px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .yesno__contents-answer .enclosure .site-name,.line_official .yesno__contents-answer .enclosure .site-name,.ranking .yesno__contents-answer .enclosure .site-name,.ranking_new-sitereview .yesno__contents-answer .enclosure .site-name,.site-review__article-under__contents.text .yesno__contents-answer .enclosure .site-name{font-size:18px;text-align:center;color:#fff;margin-bottom:10px}.disc,.kakoi,.list-check,.list-dot,.ul-new,h3,p{text-align:start}#single .yesno__contents-answer .enclosure .thumbnail,.line_official .yesno__contents-answer .enclosure .thumbnail,.ranking .yesno__contents-answer .enclosure .thumbnail,.ranking_new-sitereview .yesno__contents-answer .enclosure .thumbnail,.site-review__article-under__contents.text .yesno__contents-answer .enclosure .thumbnail{width:50%;margin:0 auto 20px}#single .yesno__contents-answer .enclosure .thumbnail img,.line_official .yesno__contents-answer .enclosure .thumbnail img,.ranking .yesno__contents-answer .enclosure .thumbnail img,.ranking_new-sitereview .yesno__contents-answer .enclosure .thumbnail img,.site-review__article-under__contents.text .yesno__contents-answer .enclosure .thumbnail img{width:100%;height:auto}#single .yesno__contents-answer .enclosure .com,.line_official .yesno__contents-answer .enclosure .com,.ranking .yesno__contents-answer .enclosure .com,.ranking_new-sitereview .yesno__contents-answer .enclosure .com,.site-review__article-under__contents.text .yesno__contents-answer .enclosure .com{margin:0 auto 30px}#single .yesno__contents-answer .enclosure .com__title,.line_official .yesno__contents-answer .enclosure .com__title,.ranking .yesno__contents-answer .enclosure .com__title,.ranking_new-sitereview .yesno__contents-answer .enclosure .com__title,.site-review__article-under__contents.text .yesno__contents-answer .enclosure .com__title{font-size:18px;margin:0 auto 10px}#single .yesno__contents-answer .enclosure .com__text,.line_official .yesno__contents-answer .enclosure .com__text,.ranking .yesno__contents-answer .enclosure .com__text,.ranking_new-sitereview .yesno__contents-answer .enclosure .com__text,.site-review__article-under__contents.text .yesno__contents-answer .enclosure .com__text{font-size:18px;line-height:24px}#single .yesno__contents-answer .enclosure .cta-new,.line_official .yesno__contents-answer .enclosure .cta-new,.ranking .yesno__contents-answer .enclosure .cta-new,.ranking_new-sitereview .yesno__contents-answer .enclosure .cta-new,.site-review__article-under__contents.text .yesno__contents-answer .enclosure .cta-new{margin:auto}#single .yesno__contents-answer .enclosure .cta-new__article,.line_official .yesno__contents-answer .enclosure .cta-new__article,.ranking .yesno__contents-answer .enclosure .cta-new__article,.ranking_new-sitereview .yesno__contents-answer .enclosure .cta-new__article,.site-review__article-under__contents.text .yesno__contents-answer .enclosure .cta-new__article{margin-bottom:10px}#single .yesno__contents-answer .enclosure .cta-new .arrow,.line_official .yesno__contents-answer .enclosure .cta-new .arrow,.ranking .yesno__contents-answer .enclosure .cta-new .arrow,.ranking_new-sitereview .yesno__contents-answer .enclosure .cta-new .arrow,.site-review__article-under__contents.text .yesno__contents-answer .enclosure .cta-new .arrow{right:5px}.cta-new__article a .arrow,.cta-new__official a .arrow{right:10px}#single .pickupnews-update,.line_official .pickupnews-update,.ranking .pickupnews-update,.ranking_new-sitereview .pickupnews-update,.site-review__article-under__contents.text .pickupnews-update{width:90%;border:1px solid #707070;margin:1.3em auto}#single .pickupnews-update__contents ul,#single .pickupnews-update__contents ul li .content p,.line_official .pickupnews-update__contents ul,.line_official .pickupnews-update__contents ul li .content p,.ranking .pickupnews-update__contents ul,.ranking .pickupnews-update__contents ul li .content p,.ranking_new-sitereview .pickupnews-update__contents ul,.ranking_new-sitereview .pickupnews-update__contents ul li .content p,.site-review__article-under__contents.text .pickupnews-update__contents ul,.site-review__article-under__contents.text .pickupnews-update__contents ul li .content p{margin:0}#single .pickupnews-update__label,.line_official .pickupnews-update__label,.ranking .pickupnews-update__label,.ranking_new-sitereview .pickupnews-update__label,.site-review__article-under__contents.text .pickupnews-update__label{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:3px solid #B4A034}#single .pickupnews-update__label .pickupnews-update_item,.line_official .pickupnews-update__label .pickupnews-update_item,.ranking .pickupnews-update__label .pickupnews-update_item,.ranking_new-sitereview .pickupnews-update__label .pickupnews-update_item,.site-review__article-under__contents.text .pickupnews-update__label .pickupnews-update_item{display:block;width:calc(100%/2);font-size:18px;line-height:20px;color:#fff;background-color:#767676;padding:7px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .2s ease;transition:all .2s ease;cursor:pointer;position:relative}#single .pickupnews-update input[name=pickupnews-update_item],.line_official .pickupnews-update input[name=pickupnews-update_item],.ranking .pickupnews-update input[name=pickupnews-update_item],.ranking_new-sitereview .pickupnews-update input[name=pickupnews-update_item],.site-review__article-under__contents.text .pickupnews-update input[name=pickupnews-update_item]{display:none}#single .pickupnews-update #tab-pickupnews:checked~.pickupnews-update__label .tab-pickupnews,#single .pickupnews-update #tab-update:checked~.pickupnews-update__label .tab-update,.line_official .pickupnews-update #tab-pickupnews:checked~.pickupnews-update__label .tab-pickupnews,.line_official .pickupnews-update #tab-update:checked~.pickupnews-update__label .tab-update,.ranking .pickupnews-update #tab-pickupnews:checked~.pickupnews-update__label .tab-pickupnews,.ranking .pickupnews-update #tab-update:checked~.pickupnews-update__label .tab-update,.ranking_new-sitereview .pickupnews-update #tab-pickupnews:checked~.pickupnews-update__label .tab-pickupnews,.ranking_new-sitereview .pickupnews-update #tab-update:checked~.pickupnews-update__label .tab-update,.site-review__article-under__contents.text .pickupnews-update #tab-pickupnews:checked~.pickupnews-update__label .tab-pickupnews,.site-review__article-under__contents.text .pickupnews-update #tab-update:checked~.pickupnews-update__label .tab-update{background-color:#611616}#single .pickupnews-update__contents,.line_official .pickupnews-update__contents,.ranking .pickupnews-update__contents,.ranking_new-sitereview .pickupnews-update__contents,.site-review__article-under__contents.text .pickupnews-update__contents{display:none;clear:both;overflow:hidden}#single .pickupnews-update__contents ul li,.line_official .pickupnews-update__contents ul li,.ranking .pickupnews-update__contents ul li,.ranking_new-sitereview .pickupnews-update__contents ul li,.site-review__article-under__contents.text .pickupnews-update__contents ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;list-style-type:none}#single .pickupnews-update__contents ul li:not(:last-of-type),.line_official .pickupnews-update__contents ul li:not(:last-of-type),.ranking .pickupnews-update__contents ul li:not(:last-of-type),.ranking_new-sitereview .pickupnews-update__contents ul li:not(:last-of-type),.site-review__article-under__contents.text .pickupnews-update__contents ul li:not(:last-of-type){border-bottom:1px solid #707070}#single .pickupnews-update__contents ul li .content,#single .pickupnews-update__contents ul li .date,.line_official .pickupnews-update__contents ul li .content,.line_official .pickupnews-update__contents ul li .date,.ranking .pickupnews-update__contents ul li .content,.ranking .pickupnews-update__contents ul li .date,.ranking_new-sitereview .pickupnews-update__contents ul li .content,.ranking_new-sitereview .pickupnews-update__contents ul li .date,.site-review__article-under__contents.text .pickupnews-update__contents ul li .content,.site-review__article-under__contents.text .pickupnews-update__contents ul li .date{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}#single .pickupnews-update__contents ul li .date,.line_official .pickupnews-update__contents ul li .date,.ranking .pickupnews-update__contents ul li .date,.ranking_new-sitereview .pickupnews-update__contents ul li .date,.site-review__article-under__contents.text .pickupnews-update__contents ul li .date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:25%;font-weight:700;border-right:1px solid #707070;background-color:#CDBAB9}#single .pickupnews-update__contents ul li .content,.line_official .pickupnews-update__contents ul li .content,.ranking .pickupnews-update__contents ul li .content,.ranking_new-sitereview .pickupnews-update__contents ul li .content,.site-review__article-under__contents.text .pickupnews-update__contents ul li .content{width:75%}#single .pickupnews-update #tab-pickupnews:checked~#pickupnews-content,#single .pickupnews-update #tab-update:checked~#update-content,.line_official .pickupnews-update #tab-pickupnews:checked~#pickupnews-content,.line_official .pickupnews-update #tab-update:checked~#update-content,.ranking .pickupnews-update #tab-pickupnews:checked~#pickupnews-content,.ranking .pickupnews-update #tab-update:checked~#update-content,.ranking_new-sitereview .pickupnews-update #tab-pickupnews:checked~#pickupnews-content,.ranking_new-sitereview .pickupnews-update #tab-update:checked~#update-content,.site-review__article-under__contents.text .pickupnews-update #tab-pickupnews:checked~#pickupnews-content,.site-review__article-under__contents.text .pickupnews-update #tab-update:checked~#update-content{display:block}.tab-hitrecovery_image{width:90%;border:1px solid #707070;margin:1.3em auto}.tab-hitrecovery_image__label{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:3px solid #B4A034}.tab-hitrecovery_image__label .tab-hitrecovery_image_item{display:block;width:calc(100%/2);font-size:18px;line-height:20px;color:#fff;background-color:#767676;padding:7px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .2s ease;transition:all .2s ease;cursor:pointer;position:relative}.tab-hitrecovery_image input[name=tab-hitrecovery_image_item]{display:none}.tab-hitrecovery_image #tab-hitimage:checked~.tab-hitrecovery_image__label .tab-hitimage,.tab-hitrecovery_image #tab-recoveryimage:checked~.tab-hitrecovery_image__label .tab-recoveryimage{background-color:#611616}.tab-hitrecovery_image__contents{display:none;clear:both;overflow:hidden}.tab-hitrecovery_image__contents a{display:block}.tab-hitrecovery_image__contents a img{display:block;width:100%;height:auto;margin:0!important}.tab-hitrecovery_image #tab-hitimage:checked~#hitimage-content,.tab-hitrecovery_image #tab-recoveryimage:checked~#recoveryimage-content{display:block;padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.ul-new li{border-bottom:1px solid #000;list-style:inside;margin-top:5px}.ul-point{border:1px solid #611616;position:relative;margin-top:4em;padding:10px}.ul-point li{margin-top:5px;list-style:none;margin-left:10px}.ul-point li::before{content:"\f058";font-family:FontAwesome;font-weight:900;margin-right:4px;color:#611616}.ul-point::before{content:'Point';position:absolute;top:-29px;left:-1px;padding:2px 20px;font-size:18px;display:block;border-top-left-radius:8px;border-top-right-radius:8px;background:#611616;color:#fff}.cta-new__article,.cta-new__official{display:-webkit-box;display:-ms-flexbox}.cta-new__article{display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.cta-new__official{display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button--quick,.writer-introduction{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify}.button--quick{display:flex;-ms-flex-pack:justify;justify-content:space-between}.button--quick__left{width:47%}.button--quick__left .single-button .single-link-button img{width:100%;height:auto;display:block}.button--quick__right{width:47%}.button--quick__right a img{width:100%;height:auto;display:block}.table__kaime__tr{border:1px solid #b3b3b3}.table__kaime__tr__th{background:#333;color:#fff;padding:4px 15px;font-weight:700}.table__kaime__tr__td__get{font-weight:700;margin-right:10px}.table__kaime__tr__td__link{background:#002f7a;display:inline-block;padding:5px;border-radius:5px}.table__kaime__tr__td__link a{color:#fff}.table-scroll_left table{margin-left:0}.table-scroll_left table tbody tr{border:1px solid #b3b3b3}.table-scroll_left table tbody tr th{background:#333;color:#fff;padding:10px;font-weight:700}.table-scroll_left table tbody tr td{padding:10px}.verification-criteria table tbody tr{border:1px solid #000}.table-expected_result table tbody tr th,.table-expected_result__title,.verification-criteria table tbody tr th{padding:10px!important}.table-hit_achievement table tbody tr th{padding:7px!important}.table-hit_achievement table tbody tr td{padding:5px!important}.single-button .single-link-button{text-decoration:underline}.bold-green,.bold-only,.bold-purple,.bold-yellow{display:inline!important;margin:0!important}.disc,.ul-new{list-style:inside;line-height:1.6rem}.list-check ul{margin:2em 9%;line-height:1.6rem;list-style:outside}.list-dot{line-height:1.6rem}.kakoi{border:2px solid #611616;color:#464646;width:80%;margin:0 auto 20px;padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box;font-style:italic}h2,h3{padding:10px}h2{text-align:center;background:#561616;color:#fff;font-size:1.6rem;font-weight:700;border-top:7px solid #AB797A;border-right:7px solid #371010;border-bottom:7px solid #2A0D0E;border-left:7px solid #351010;margin-bottom:20px}h3{border-top:3px solid #611616;border-bottom:3px solid #611616;margin:20px 10px;font-weight:700;color:#591C19}p{line-height:1.8}.underline-yellow{font-weight:700;background:-webkit-gradient(linear,left top,left bottom,color-stop(60%,transparent),color-stop(60%,#ff6));background:linear-gradient(transparent 60%,#ff6 60%)}.writer-introduction{display:flex;-ms-flex-pack:justify;justify-content:space-between;width:70%!important;font-size:15px;background-color:#611616;border:3px solid #B4A034;border-radius:10px;margin:1.3em auto;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.writer-introduction__left{width:40%;border-right:1px solid #B4A034CB;padding-right:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.writer-introduction__left .balloon{text-align:center;background-color:#E3E3E3;border-radius:20px;margin-bottom:15px;padding:2px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.writer-introduction__left .balloon:after{content:"";border:solid transparent;border-color:#E3E3E3 #E3E3E3 transparent transparent;border-width:7px;margin-left:-7px;position:absolute;top:99%;left:45px}.writer-introduction__left .image{margin-bottom:5px}.writer-introduction__left .image img{max-width:unset;width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:50%;margin:auto}.writer-introduction__left .name{text-align:center;color:#fff}.writer-introduction__right{width:60%;color:#fff;background-color:#B4A034CB;border-radius:10px;margin-left:10px;padding:10px;-webkit-box-sizing:border-boxf;box-sizing:border-boxf}.register-withdrawal_method{width:90%;margin:1.3em auto}.register-withdrawal_method__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;background-color:#F7F7F7;border:1px solid #611616;border-radius:5px;padding:15px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.register-withdrawal_method__item:not(:last-of-type){margin-bottom:25px}.register-withdrawal_method__item:not(:last-of-type):before{content:"";margin-left:-18px;border:13px solid transparent;border-top:18px solid #611616;position:absolute;bottom:-31px;left:50%;z-index:2}.register-withdrawal_method__item .step-num{width:7%;position:absolute;top:50%;left:20px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.register-withdrawal_method__item .step-num span{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:700;text-align:center;margin:auto}.register-withdrawal_method__item .step-num span:first-of-type{line-height:1;color:#611616;margin-bottom:3px}.register-withdrawal_method__item .step-num span:last-of-type{width:25px;height:25px;line-height:27px;color:#fff;background-color:#611616;border-radius:50%}.register-withdrawal_method__item .text{width:100%;text-align:center;padding:0 90px;-webkit-box-sizing:border-box;box-sizing:border-box}.qanda{width:90%;margin:1.3em auto}.qanda ul{margin:unset;line-height:unset;list-style:none}.qanda ul li{border:1px solid #611616;border-radius:10px}.qanda ul li:not(:last-of-type){margin-bottom:20px}.qanda ul li .a,.qanda ul li .q{line-height:20px}.qanda ul li .q{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;color:#fff;background-color:#611616;border-top-right-radius:9px;border-top-left-radius:9px;padding:20px 30px 20px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.qanda ul li .q span{display:block}.qanda ul li .q span:first-of-type{font-weight:700;color:#611616;background-color:#fff;border-radius:50%;margin-right:15px;padding:8px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.qanda ul li .a{font-size:18px;padding:15px 30px 15px 60px;-webkit-box-sizing:border-box;box-sizing:border-box}.table-hit_achievement{width:90%;max-height:360px;overflow-y:scroll;table-layout:fixed;border-collapse:collapse;margin:1.3em auto;padding-right:5px;position:relative}.table-hit_achievement::-webkit-scrollbar{width:7px}.table-hit_achievement::-webkit-scrollbar-track{background-color:#dcd9d9;border-radius:5px;margin:5px}.table-hit_achievement::-webkit-scrollbar-thumb{background-color:#611616;border-radius:5px}.table-hit_achievement table{width:100%;margin:0;position:relative}.table-hit_achievement table tr:first-of-type{position:-webkit-sticky;position:sticky;top:0;left:0;z-index:11}.table-hit_achievement table tr td,.table-hit_achievement table tr th{vertical-align:middle;font-size:16px;font-weight:unset;text-align:center;border:1px solid #707070;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.table-hit_achievement table tr th{color:#fff;background-color:#591C19}.table-hit_achievement table tr th:first-of-type{width:40%}.table-hit_achievement table tr th:last-of-type{width:60%}.table-hit_achievement table tr td{color:#333}.table-hit_achievement table tr td:first-of-type{width:40%;background-color:#CDBAB9}.table-hit_achievement table tr td:nth-of-type(2){width:40%;font-weight:700;border-right:unset}.table-hit_achievement table tr td:last-of-type{width:20%;font-weight:700;border-left:unset}.table-hit_achievement table tr td a{text-decoration:none;color:#fff;background:#002f7a;padding:7px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:5px}.table-hit_achievement table tr td a .fas{margin-right:5px}.ul-point{text-align:start;line-height:1.6rem}.merit-demerit{width:90%;margin:1.3em auto}.merit-demerit__title{margin-bottom:20px}.merit-demerit__title div{font-weight:700;text-align:center}.merit-demerit__title div:first-of-type{font-size:24px;color:#591C19;margin-bottom:5px}.merit-demerit__title div:last-of-type{font-size:30px}.merit-demerit ul{line-height:unset;margin:unset}.merit-demerit ul li{list-style-type:none;line-height:20px;border:2px solid #591C19;padding:5px 10px;text-align:start}.merit-demerit ul li:not(:last-of-type){margin-bottom:10px}.cta-new{width:55%;margin:30px auto}.cta-new__article,.cta-new__official{overflow:hidden;position:relative}.cta-new__article a,.cta-new__official a{font-weight:700;color:#fff;position:relative}.cta-new__article a span,.cta-new__official a span{width:100%;text-align:center;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.cta-new__article a img,.cta-new__official a img{width:100%;height:auto;margin:0}.cta-new__article a .arrow,.cta-new__official a .arrow{width:13%;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.cta-new__article{margin-bottom:15px}.cta-new__article a{font-size:26px}.cta-new__article a span{left:50%}.cta-new__official a{font-size:24px}.cta-new__official a span{left:45%}.ranking-case{width:90%;margin:1.3em auto}.ranking-case ul,.ranking-case ul li img{margin:unset!important}.ranking-case ul li{list-style:none;border:7px solid #591C19;padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.ranking-case ul li:first-of-type{border-top:14px solid #591C19}.ranking-case ul li:last-of-type{border-bottom:14px solid #591C19}.ranking-case ul li .rank--name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.ranking-case ul li .rank--name .rank{width:12%}.ranking-case ul li .rank--name .rank img{width:100%;height:auto}.ranking-case ul li .rank--name .name{width:85%}.ranking-case ul li .rank--name .name a{display:inline-block;font-size:22px;font-weight:700}.ranking-case ul li .cta,.ranking-case ul li .thumbnail--table{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:justify}.ranking-case ul li .rank--name .name a img{width:100%;height:auto}.ranking-case ul li .thumbnail--table{display:flex;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.ranking-case ul li .thumbnail--table__thumbnail{width:48%}.ranking-case ul li .thumbnail--table__thumbnail a img{width:100%;height:auto}.ranking-case ul li .thumbnail--table__table{width:49%!important;margin:unset!important}.ranking-case ul li .thumbnail--table__table tr:nth-of-type(3) th:first-of-type{border-right:1px solid #fff!important}.ranking-case ul li .thumbnail--table__table tr td,.ranking-case ul li .thumbnail--table__table tr th{font-size:18px;font-weight:700;text-align:center;border:1px solid #591C19!important;padding:7px 5px!important;-webkit-box-sizing:border-box;box-sizing:border-box}.ranking-case ul li .thumbnail--table__table tr th{color:#fff!important;background-color:#591C19}.ranking-case ul li .thumbnail--table__table tr td{color:#591C19}.ranking-case ul li .thumbnail--table__table tr td span{display:inline-block;font-size:24px;color:red}.fukidashi-writer__image--name .name,.scode-4points__title{color:#591C19;font-size:20px;font-weight:700;text-align:center}.ranking-case ul li .cta{display:flex;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:95%;margin:auto}.ranking-case ul li .cta__article,.ranking-case ul li .cta__official{width:48%}.ranking-case ul li .cta__article a img,.ranking-case ul li .cta__official a img{width:100%;height:auto}.fukidashi-writer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:90%;margin:1.3em auto}.fukidashi-writer__image--name{width:18%}.fukidashi-writer__image--name .image{margin-bottom:5px}.fukidashi-writer__image--name .image img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;margin:auto}.fukidashi-writer__text{width:77%;background-color:#E4DDDD;border:2px solid #591C19;padding:20px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.fukidashi-writer__text:after,.fukidashi-writer__text:before{position:absolute;top:22px;content:""}.fukidashi-writer__text:before{border:11px solid transparent;border-right:11px solid #E4DDDD;margin-top:-11px;left:-22px;z-index:2}.fukidashi-writer__text:after{border:13px solid transparent;border-right:13px solid #591C19;margin-top:-13px;left:-26px;z-index:1}.fukidashi-writer__text p{margin:0!important}.fukidashi-writer__text p:not(:last-of-type){margin-bottom:10px!important}.fukidashi-writer__text p:first-of-type{margin:0!important}.scode-4points{margin-bottom:30px}.scode-4points__title{margin-bottom:10px}.scode-4points__main{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.scode-4points__main__item{background-color:#fff;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:10px}.scode-4points__main__item__title{border:1px solid #707070;border-bottom:none;border-radius:5px 5px 0 0;font-size:18px;padding:10px 0;text-align:center;color:#fff;background:-webkit-gradient(linear,left top,right top,from(#611616),color-stop(51%,#893131),to(#611616)) no-repeat padding-box;background:linear-gradient(90deg,#611616 0,#893131 51%,#611616 100%) no-repeat padding-box}.scode-4points__main__item__text{border:1px solid #707070;border-radius:0 0 5px 5px;padding:10px}.scode-4points__main__item__text p{margin:0!important;line-height:unset!important}.scode-4points__main__item:nth-child(1),.scode-4points__main__item:nth-child(3){margin-right:10px;width:calc(50% - 10px)}.scode-table-design{overflow-y:auto;min-height:80px;max-height:160px;width:100%;-webkit-overflow-scrolling:touch;margin-bottom:10px}.scode-table-design table{border-collapse:separate!important;border:unset!important;margin:0!important;width:100%!important}.scode-table-design table tr td,.scode-table-design table tr th{vertical-align:middle;padding:20px;border:unset!important;text-align:center;white-space:nowrap;font-weight:unset!important}.scode-table-design table tr th{color:#fff!important;border-right:1px solid #fff!important}.scode-table-design table tr th:nth-last-child(1){border:unset!important}.scode-table-design table tr td{background:#EDEDED;border:1px solid #fff!important}.scode-table-design table tr td .fa-camera{color:#000;font-size:20px}.scode-table-design table tr .sticky{position:-webkit-sticky;position:sticky;top:0;left:0;border-top:none}.scode-table-design table tr .sticky .triangle{position:absolute;background:#000;height:calc(tan(60deg) * 10px / 2);width:10px;-webkit-clip-path:polygon(0 0,100% 0,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%);bottom:-10px;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.scode-table-design table tr .sticky::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-top:1px solid #000;border-bottom:1px solid #000;background:#000;z-index:-1}.scode-table-design table tr:nth-child(2) td{padding-top:15px!important}.scode-table-design-result{margin-bottom:30px;padding:5px;background-color:#CDBAB9}.scode-table-design-result__title{text-align:center;padding:10px 0;font-size:18px;color:#fff;background:-webkit-gradient(linear,left top,right top,from(#611616),color-stop(51%,#893131),to(#611616)) no-repeat padding-box;background:linear-gradient(90deg,#611616 0,#893131 51%,#611616 100%) no-repeat padding-box}.scode-table-design-result__table .single{margin-bottom:1px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;padding:5px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.scode-table-design-result__table .single__title{color:#611616;background-color:#CDBAB9;padding:0 10px;margin-right:20px;position:relative}.scode-table-design-result__table .single__title .triangle{position:absolute;top:-.4px;right:-34px;background:#CDBAB9;height:calc(tan(60deg) * 34px / 2);width:34px;-webkit-clip-path:polygon(0 0,30% 50%,0 100%);clip-path:polygon(0 0,30% 50%,0 100%)}.scode-table-design-result__table .single__value span{color:#FF0303;background:-webkit-gradient(linear,left top,left bottom,color-stop(60%,transparent),color-stop(30%,#ff0));background:linear-gradient(transparent 60%,#ff0 30%)}.scode-table-design-result__table .double{margin-bottom:1px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.scode-table-design-result__table .double__item{display:-webkit-box;display:-ms-flexbox;display:flex;width:50%;padding:5px}.scode-table-design-result__table .double__item__title{color:#611616;background-color:#CDBAB9;padding:0 10px;margin-right:20px;position:relative}.scode-table-design-result__table .double__item__title .triangle{position:absolute;top:-.4px;right:-34px;background:#CDBAB9;height:calc(tan(60deg) * 34px / 2);width:34px;-webkit-clip-path:polygon(0 0,30% 50%,0 100%);clip-path:polygon(0 0,30% 50%,0 100%)}.scode-table-design-result__table .double__item:first-of-type{border-right:1px solid #CDBAB9}.scode-comment-men-woman{padding:10px;margin-bottom:30px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:5px;background-color:#F7F7F7;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.5),inset 0 -3px 6px -2px rgba(0,0,0,.3);box-shadow:0 1px 3px 0 rgba(0,0,0,.5),inset 0 -3px 6px -2px rgba(0,0,0,.3)}.scode-comment-men-woman__image{min-width:120px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.scode-comment-men-woman__image img{width:100%;height:auto;display:block;margin:0}.scode-comment-men-woman__detail__name,.scode-comment-men-woman__detail__star{font-weight:700}.scode-comment-men-woman__detail .stars{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.scode-comment-men-woman__detail .stars .evaluation{font-weight:700;margin-right:10px}.scode-comment-men-woman__detail .stars .star5-rating{display:inline-block;font-size:18px;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}.scode-comment-men-woman__detail .stars .star5-rating::after,.scode-comment-men-woman__detail .stars .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}.scode-comment-men-woman__detail .stars .star5-rating::before{color:transparent}.scode-comment-men-woman__detail .stars .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}.scode-comment-men-woman__detail .stars .star5-rating[data-rate="10"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="10.0"]:after{width:100%}.scode-comment-men-woman__detail .stars .star5-rating[data-rate="9.9"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="9.8"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="9.7"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="9.6"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="9.5"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="9.4"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="9.3"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="9.2"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="9.1"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="9"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="9.0"]:after{width:90%}.scode-comment-men-woman__detail .stars .star5-rating[data-rate="8.9"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="8.8"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="8.7"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="8.6"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="8.5"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="8.4"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="8.3"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="8.2"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="8.1"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="8"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="8.0"]:after{width:80%}.scode-comment-men-woman__detail .stars .star5-rating[data-rate="7.9"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="7.8"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="7.7"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="7.6"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="7.5"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="7.4"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="7.3"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="7.2"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="7.1"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="7"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="7.0"]:after{width:70%}.scode-comment-men-woman__detail .stars .star5-rating[data-rate="6.9"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="6.8"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="6.7"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="6.6"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="6.5"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="6.4"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="6.3"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="6.2"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="6.1"]:after{width:60%}.scode-comment-men-woman__detail .stars .star5-rating[data-rate="6"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="6.0"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="5.9"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="5.8"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="5.7"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="5.6"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="5.5"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="5.4"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="5.3"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="5.2"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="5.1"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="5"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="5.0"]:after{width:50%}.scode-comment-men-woman__detail .stars .star5-rating[data-rate="4.9"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="4.8"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="4.7"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="4.6"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="4.5"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="4.4"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="4.3"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="4.2"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="4.1"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="4"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="4.0"]:after{width:40%}.scode-comment-men-woman__detail .stars .star5-rating[data-rate="3"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="3.0"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="3.9"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="3.8"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="3.7"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="3.6"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="3.5"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="3.4"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="3.3"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="3.2"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="3.1"]:after{width:30%}.scode-comment-men-woman__detail .stars .star5-rating[data-rate="2.9"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="2.8"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="2.7"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="2.6"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="2.5"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="2.4"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="2.3"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="2.2"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="2.1"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="2"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="2.0"]:after{width:20%}.scode-comment-men-woman__detail .stars .star5-rating[data-rate="1.9"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="1.8"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="1.7"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="1.6"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="1.5"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="1.4"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="1.3"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="1.2"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="1.1"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="1"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="1.0"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="0.9"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="0.8"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="0.7"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="0.6"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="0.5"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="0.4"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="0.3"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="0.2"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="0.1"]:after{width:10%}.scode-comment-men-woman__detail .stars .star5-rating[data-rate="0"]:after,.scode-comment-men-woman__detail .stars .star5-rating[data-rate="0.0"]:after{width:0%}.scode-comment-men-woman__detail .stars .star-number{font-size:18px;color:gold}.scode-plan-outline{position:relative;margin-bottom:50px}.scode-plan-outline .scode-plan{overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}.scode-step,.scode-step__item{-webkit-box-sizing:border-box}.scode-plan-outline .scode-plan__item__title{height:60px;font-size:20px;padding:10px;text-align:center;color:#fff;background:-webkit-gradient(linear,left top,right top,from(#611616),color-stop(51%,#893131),to(#611616)) no-repeat padding-box;background:linear-gradient(90deg,#611616 0,#893131 51%,#611616 100%) no-repeat padding-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px 5px 0 0}.scode-plan-outline .scode-plan__item__content{background-color:#EDEDED;display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 10px;border-radius:0 0 5px 5px}.scode-plan-outline .scode-plan__item__content__image{display:-webkit-box;display:-ms-flexbox;display:flex;width:43%;margin-right:10px}.scode-plan-outline .scode-plan__item__content__image img{-o-object-fit:contain;object-fit:contain;width:100%;height:auto;display:block;margin:0!important}.scode-plan-outline .scode-plan__item__content__evaluation{width:57%}.scode-plan-outline .scode-plan__item__content__evaluation .item{border-bottom:1px solid #000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.scode-plan-outline .scode-plan__item__content__evaluation .item__image{width:15px;margin-right:5px}.scode-plan-outline .scode-plan__item__content__evaluation .item__image img{width:100%;height:auto;display:block;margin:0}.scode-plan-outline .scode-plan__item__content__evaluation .item__detail{text-align:start}.scode-plan-outline .scode-plan__item__content__evaluation .item:last-child{border:none}.scode-plan-outline .swiper-pagination-scode-plan{margin:0 auto;position:absolute;bottom:50px;left:50%;-webkit-transform:translate(-50%,80px);transform:translate(-50%,80px)}.scode-plan-outline .swiper-pagination-bullet{width:10px;height:10px;margin-right:10px}.scode-plan-outline .swiper-pagination-bullet:last-child{margin-right:0}.scode-step{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:scroll;box-sizing:border-box;background-color:#EDEDED;padding:10px;margin-bottom:30px}.scode-step__item{box-sizing:border-box;min-width:50%}.scode-step__item__title{text-align:center;margin-bottom:10px;position:relative}.scode-step__item__title__number{font-size:18px;font-weight:700;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.scode-step__item__title__image{display:-webkit-box;display:-ms-flexbox;display:flex}.scode-step__item__title__image img{width:100%;height:auto;display:block;margin:0!important}.scode-step__item__main{border-right:1px solid #611616}.scode-step__item__main__title{text-align:center;margin-bottom:10px}.scode-step__item__main__thumbnail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.scode-step__item__main__thumbnail__title{margin-bottom:10px;color:#611616;font-weight:700}.scode-step__item__main__thumbnail__image{height:100px;min-width:150px;max-width:150px;display:-webkit-box;display:-ms-flexbox;display:flex}.scode-step__item__main__thumbnail__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto;display:block;margin:0!important}.scode-step__item__main__text{padding:10px;line-height:1.5}.scode-plan-detail{margin-bottom:30px}.scode-plan-detail__title{background:-webkit-gradient(linear,left top,left bottom,from(#611616),color-stop(51%,#893131),to(#611616)) no-repeat padding-box;background:linear-gradient(180deg,#611616 0,#893131 51%,#611616 100%) no-repeat padding-box;color:#fff;font-size:18px;text-align:center;padding:10px 0}.scode-plan-detail__main{border-right:1px solid #707070}.scode-plan-detail__main__evaluation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}.scode-plan-detail__main__evaluation table{margin:0!important}.scode-plan-detail__main__evaluation table tr th{background-color:#ededed}.scode-plan-detail__main__evaluation table tr td,.scode-plan-detail__main__evaluation table tr th{border:1px solid #707070!important;text-align:center;font-weight:400!important}.scode-plan-detail__main__evaluation table tr .td-income{color:#ff0303}.scode-plan-detail__main__evaluation__image{border-left:unset;width:250px;height:152px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative!important;-webkit-box-sizing:border-box;box-sizing:border-box}.scode-plan-detail__main__evaluation__image a{display:inline-block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:10}.scode-plan-detail__main__evaluation__image a img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto;display:block;margin:0 auto!important}.scode-plan-detail__main__evaluation__image .cover-image{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.scode-plan-detail__main__evaluation__image .cover-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto;display:block;margin:0 auto!important}.scode-plan-detail__main__evaluation__image .cover{background-color:#C1C1C1;opacity:.7;position:absolute;top:0;left:0;width:100%;height:100%}.scode-plan-detail__main__evaluation__image .cover:before{content:'\f00e';font-family:"Font Awesome 5 Free";font-weight:900;font-size:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.scode-plan-detail__main .sp-table-income{border-left:1px solid #707070!important}.scode-plan-detail__main .sp-table-income__title{text-align:center;background-color:#ededed;color:#611616;padding:4px;border-bottom:1px solid #707070!important}.scode-plan-detail__main .sp-table-income__value{text-align:center;padding:4px;color:#FF0303;font-size:20px;font-weight:700}.scode-plan-detail__main__more{border:1px solid #707070;border-top:unset;border-right:unset;-webkit-box-sizing:border-box;box-sizing:border-box}.scode-plan-detail__main__more .button{display:inline-block;width:100%;text-align:center;background-color:#cdbab9;color:#611616;position:relative;padding:10px 0}.scode-plan-detail__main__more .button::before{content:"▼ 結果の詳細を見る ▼";display:inline-block;padding-left:10px;position:relative}.scode-plan-detail__main__more input[type=checkbox]{display:none}.scode-plan-detail__main__more input[type=checkbox]:checked~.hidden-view{display:block}.scode-plan-detail__main__more input[type=checkbox]:checked~.button::before{content:"▲ 閉じる ▲"}.scode-plan-detail__main__more .hidden-view{display:none}.scode-plan-detail__main__more .hidden-view table{margin:0!important;width:100%!important}.scode-plan-detail__main__more .hidden-view table tr th{background-color:#ededed}.scode-plan-detail__main__more .hidden-view table tr td,.scode-plan-detail__main__more .hidden-view table tr th{border:1px solid #707070!important;font-weight:400!important}.scode-plan-detail__main__more .hidden-view table .tr-ranking th{color:#fff!important}.scode-plan-detail__main__more .hidden-view table .tr-ranking__th-ranking1{background-color:#b4a034}.scode-plan-detail__main__more .hidden-view table .tr-ranking__th-ranking2{background-color:#707070}.scode-plan-detail__main__more .hidden-view table .tr-ranking__th-ranking3{background-color:#a37546}.scode-plan-detail__main__more .hidden-view .sp-tr-ranking__item{border-bottom:1px solid #707070;color:#fff;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}.scode-plan-detail__main__more .hidden-view .sp-tr-ranking__item__ranking1{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#b4a034;padding:0 21.5px;margin-right:10px}.scode-plan-detail__main__more .hidden-view .sp-tr-ranking__item__ranking2{background-color:#707070;padding:0 21.5px;margin-right:10px}.scode-plan-detail__main__more .hidden-view .sp-tr-ranking__item__ranking3{background-color:#a37546;padding:0 21.5px;margin-right:10px}.scode-plan-detail__main__more .hidden-view .sp-tr-ranking__item__name{color:#000}.scode-plan-detail__main__more .hidden-view .sp-tr-ranking__item:nth-last-child(1){border:none}.scode-shining-cta{margin:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex}.scode-shining-cta .scode-shining-cta-a{display:inline-block;width:450px;margin:0 auto;position:relative;cursor:pointer}.scode-shining-cta .scode-shining-cta-a .cta img,.scode-shining-cta .scode-shining-cta-a img{width:100%;height:auto;display:block;margin:0!important}.scode-shining-cta .scode-shining-cta-a .arrow{width:30px;position:absolute;top:50%;right:10px;-webkit-transform:translate(-10px,-50%);transform:translate(-10px,-50%)}.scode-shining-cta .scode-shining-cta-a .arrow img{width:100%;height:auto;display:block;margin:0!important}.scode-shining-cta .scode-shining-cta-a .text{position:absolute;top:0;left:0;width:100%;height:100%;padding:0 50px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:26px;font-weight:700}.scode-shining-cta .scode-shining-cta-a .shining-left img,.scode-shining-cta .scode-shining-cta-a .shining-right img{width:100%;display:block;margin:0!important;height:auto}.scode-shining-cta .scode-shining-cta-a .shining-right{position:absolute;top:0;left:0;-webkit-animation:1s ease-in 1s infinite alternate forwards running shining;animation:1s ease-in 1s infinite alternate forwards running shining}.scode-shining-cta .scode-shining-cta-a .shining-left{position:absolute;bottom:0;right:0;-webkit-animation:1s ease-in 1s infinite alternate forwards running shining;animation:1s ease-in 1s infinite alternate forwards running shining}.scode-shining-phrase-cta{width:70%;margin:30px auto}.scode-shining-phrase-cta .phrase{margin:0 auto;text-align:center;color:#FF0303;font-size:18px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.scode-shining-phrase-cta .phrase span{display:block}.scode-shining-phrase-cta .phrase .phrase-text{position:relative}.scode-shining-phrase-cta .phrase .phrase-text::before{content:"\\\\";position:absolute;bottom:0;left:-15px;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.scode-shining-phrase-cta .phrase .phrase-text::after{content:"//";position:absolute;bottom:0;right:-35px;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.scode-shining-phrase-cta .scode-shining-phrase-cta-a{display:inline-block;margin:0 auto;position:relative}.scode-shining-phrase-cta .scode-shining-phrase-cta-a .cta img{width:100%;height:auto;display:block;margin:0!important}.scode-shining-phrase-cta .scode-shining-phrase-cta-a .arrow{width:30px;position:absolute;top:50%;right:10px;-webkit-transform:translate(-10px,-50%);transform:translate(-10px,-50%)}.scode-shining-phrase-cta .scode-shining-phrase-cta-a .arrow img{width:100%;height:auto;display:block;margin:0!important}.scode-shining-phrase-cta .scode-shining-phrase-cta-a .text{position:absolute;top:0;left:0;width:100%;height:100%;padding:0 50px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:26px;font-weight:700}.scode-shining-phrase-cta .scode-shining-phrase-cta-a .shining-left img,.scode-shining-phrase-cta .scode-shining-phrase-cta-a .shining-right img{width:100%;height:auto;display:block;margin:0!important}.scode-shining-phrase-cta .scode-shining-phrase-cta-a .shining-right{position:absolute;top:0;left:0;-webkit-animation:1s ease-in 1s infinite alternate forwards running shining;animation:1s ease-in 1s infinite alternate forwards running shining}.scode-shining-phrase-cta .scode-shining-phrase-cta-a .shining-left{position:absolute;bottom:0;right:0;-webkit-animation:1s ease-in 1s infinite alternate forwards running shining;animation:1s ease-in 1s infinite alternate forwards running shining}.scode-table-left table,.scode-table-top table,.scode-table-top-left table{width:100%!important;border-collapse:separate!important}.scode-table-top{overflow:scroll;margin:30px 0}.scode-table-top table{border:unset!important;margin:0!important}.scode-table-top table tr td,.scode-table-top table tr th{font-weight:400!important;border:unset!important;min-width:120px!important;text-align:center!important;vertical-align:middle!important}.scode-table-top table tr th{color:#fff!important;background-color:#611616!important;border-radius:5px 5px 0 0!important;border-right:1px solid #fff!important}.scode-table-top table tr td{border-right:1px solid #611616!important}.scode-table-top table tr td:last-child{border-right:unset!important}.scode-table-top table tr:nth-of-type(2n) td{background-color:#EDEDED!important}.scode-table-left{overflow:scroll;margin:30px 0}.scode-table-left table{border:unset!important;margin:0!important}.scode-table-left table tr td,.scode-table-left table tr th{border:unset!important;font-weight:unset!important;min-width:120px!important;text-align:center!important;vertical-align:middle!important}.scode-table-left table tr th{color:#fff!important;background-color:#611616!important;border-radius:5px 0 0 5px!important;border-bottom:1px solid #fff!important}.scode-table-left table tr td{border-bottom:1px solid #611616!important}.scode-table-left table tr td:nth-of-type(odd){background-color:#EDEDED!important}.scode-table-left table tr:nth-last-child(1) td{border:unset!important}.scode-table-top-left{overflow:scroll;margin:30px 0}.scode-table-top-left table{border:unset!important;margin:0!important}.scode-table-top-left table tr td,.scode-table-top-left table tr th{border:unset!important;font-weight:unset!important;min-width:120px;text-align:center!important;vertical-align:middle!important}.scode-table-top-left table tr th{color:#fff!important;background-color:#611616!important;border-radius:5px 0 0 5px!important;border-bottom:1px solid #fff!important}.scode-table-top-left table tr td{border-right:1px solid #611616!important}.scode-table-top-left table tr td:nth-last-child(1){border:unset!important}.scode-table-top-left table tr:nth-child(1) th{border-radius:5px 5px 0 0!important;border-right:1px solid #fff!important}.scode-table-top-left table tr:nth-child(1) th:nth-last-child(1){border-right:unset!important}.scode-table-top-left table tr:nth-child(1) .th-nothing{background-color:#fff!important}.scode-table-top-left table tr:nth-child(1) #th-include-text{color:#fff!important;background-color:#611616!important}.scode-table-top-left table tr:nth-of-type(even) td{background-color:#EDEDED}.scode-table-top-fixed-scroll{margin:30px 0;overflow-y:auto;height:200px;width:100%;-webkit-overflow-scrolling:touch}.scode-table-top-fixed-scroll table{border-collapse:separate!important;border:unset!important;margin:0!important;width:100%!important}.scode-table-top-fixed-scroll table tr td,.scode-table-top-fixed-scroll table tr th{padding:20px;border:unset!important;white-space:nowrap;font-weight:unset!important;min-width:120px!important;text-align:center!important;vertical-align:middle!important}.scode-table-top-fixed-scroll table tr th{color:#fff!important;border-right:1px solid #fff!important}.scode-table-top-fixed-scroll table tr th:nth-last-child(1){border:unset!important}.scode-table-top-fixed-scroll table tr td{background:#fff;border-right:1px solid #611616!important}.scode-table-top-fixed-scroll table tr td:nth-last-child(1){border:unset!important}.scode-table-top-fixed-scroll table tr .sticky{position:-webkit-sticky;position:sticky;top:0;left:0;border-top:none}.scode-table-top-fixed-scroll table tr .sticky::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-top:1px solid #000;border-bottom:1px solid #000;background:#611616;z-index:-1}.scode-table-top-fixed-scroll table tr:nth-of-type(even) td{background-color:#EDEDED}.scode-table-left-fixed-scroll{margin:30px 0;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.scode-table-left-fixed-scroll table{border-collapse:collapse;border-spacing:0;width:100%;border:unset!important;margin:0!important}.scode-table-left-fixed-scroll table tr td,.scode-table-left-fixed-scroll table tr th{padding:20px;border:unset!important;color:#000;white-space:nowrap;font-weight:unset!important;min-width:120px!important;text-align:center!important;vertical-align:middle!important}.scode-table-left-fixed-scroll table tr th{color:#fff!important;border-bottom:1px solid #fff!important}.scode-table-left-fixed-scroll table tr td{border-bottom:1px solid #611616!important;background:#fff}.scode-table-left-fixed-scroll table tr td:nth-of-type(odd){background-color:#EDEDED}.scode-table-left-fixed-scroll table tr .sticky{position:-webkit-sticky;position:sticky;top:0;left:0;background:0 0;border-left:none;border-right:none}.scode-table-left-fixed-scroll table tr .sticky::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#611616;border-bottom:1px solid #fff!important;z-index:-1}.scode-table-left-fixed-scroll table tr:nth-last-child(1) td{border:unset!important}.scode-list-heading{border:1px solid #611616;border-radius:5px;margin:2em 9%}.scode-list-heading__title{padding:5px 0;font-size:18px;text-align:center;color:#fff;background:-webkit-gradient(linear,left top,right top,from(#611616),color-stop(51%,#893131),to(#611616)) no-repeat padding-box;background:linear-gradient(90deg,#611616 0,#893131 51%,#611616 100%) no-repeat padding-box}.scode-list-heading__ul{margin:0!important;list-style:none!important;padding:20px}.scode-list-heading__ul li{margin-bottom:15px;line-height:1.5;position:relative;padding-left:30px}.scode-list-heading__ul li:last-child{margin-bottom:0}.scode-list-heading__ul li::before{content:"";display:inline-block;width:25px;height:18px;background:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/pointing.svg) no-repeat;background-size:contain;position:absolute;top:3px;left:0}.scode-list-with-number{border:1px solid #611616;border-radius:5px;margin:2em 9%}.scode-list-with-number__title{padding:5px 0;font-size:18px;text-align:center;color:#fff;background:-webkit-gradient(linear,left top,right top,from(#611616),color-stop(51%,#893131),to(#611616)) no-repeat padding-box;background:linear-gradient(90deg,#611616 0,#893131 51%,#611616 100%) no-repeat padding-box}.scode-list-with-number ol{list-style:none;counter-reset:number;margin:0!important;padding:20px}.scode-list-with-number li{position:relative;padding-left:35px;list-style:none;margin-bottom:15px}.scode-blog-card__label,.scode-list-with-number li::before{color:#fff;display:-webkit-box;display:-ms-flexbox;position:absolute}.scode-list-with-number li::before{counter-increment:number;content:counter(number);top:0;left:0;width:27px;height:27px;border-radius:5px;text-align:center;background-color:#611616;background:linear-gradient(150deg,#a76363 25%,#611616 75%)!important;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.scode-list-with-number li:last-child{margin:0!important}.scode-blog-card{margin:30px 0;border:1px solid #CCC;-webkit-box-shadow:3px 3px 7px 0 rgba(0,0,0,.4);box-shadow:3px 3px 7px 0 rgba(0,0,0,.4)}.scode-blog-card__label{background-color:#611616;display:flex;padding:5px 10px;font-size:18px}.scode-accordion-hide,.scode-buy-gold-border{position:relative;-webkit-box-sizing:border-box}.scode-blog-card__thumbnail-text{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none!important;color:#000;background-color:#fff;font-size:18px}.scode-blog-card__thumbnail-text__thumbnail{width:25%;margin-right:10px}.scode-blog-card__thumbnail-text__thumbnail img{width:100%;height:auto;display:block;margin:0!important}.scode-blog-card__thumbnail-text__text{width:75%;text-decoration:none!important}.scode-accordion-hide{width:calc(100% - 10%);height:180px;padding-bottom:80px;margin:0 5% 1.3em!important;overflow:hidden;-webkit-transition:.4s;transition:.4s;box-sizing:border-box}.scode-accordion-hide::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:100px;background:#000;background:-webkit-gradient(linear,left bottom,left top,color-stop(70%,#fff),to(rgba(255,255,255,0)));background:linear-gradient(0deg,#fff 70%,rgba(255,255,255,0) 100%);-webkit-transition:.4s;transition:.4s;z-index:1}.scode-accordion-hide.active:before{opacity:0;visibility:hidden}.scode-accordion-hide .accordion-open{width:100px;text-align:center;color:#fff;background:#000;padding:5px 50px;border-radius:20px;cursor:pointer;position:absolute;bottom:30px;left:50%;z-index:10;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.scode-accordion-hide .accordion-open::before{content:"";display:inline-block;width:25px;height:18px;background:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/accordion-open-pc.svg) no-repeat;background-size:contain;position:absolute;top:50%;left:10px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.scode-accordion-hide.active .accordion-open::before{background:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/accordion-close-pc.svg) no-repeat;background-size:contain}.scode-buy-gold-border{border:3px solid #FFEB00;margin:30px auto;box-sizing:border-box;width:80%}.scode-buy,.scode-buy__bg{-webkit-box-sizing:border-box;position:relative}.scode-buy{border:3px solid #591C19;margin:30px auto;box-sizing:border-box;width:80%}.scode-buy__bg{box-sizing:border-box;z-index:1}.scode-buy__gold,.scode-buy__main{-webkit-box-sizing:border-box;height:100%;width:100%;position:absolute;top:0;left:0}.scode-buy__gold{box-sizing:border-box;background:-webkit-gradient(linear,left top,left bottom,from(#7D3D00),color-stop(0,#7D3D00),color-stop(36%,#E7B949),color-stop(49%,#FFFBD2),color-stop(62%,#E7B949),color-stop(85%,#743A00),to(#743A00)) no-repeat padding-box;background:linear-gradient(180deg,#7D3D00 0,#7D3D00 0,#E7B949 36%,#FFFBD2 49%,#E7B949 62%,#743A00 85%,#743A00 100%) no-repeat padding-box}.scode-buy__main{box-sizing:border-box;padding:20px 15%;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.scode-buy__main__sp-race,.scode-buy__main__sp-race-attention{position:absolute;left:50%;z-index:3;font-size:22px;color:#fff}.scode-buy__main__sp-race{background-color:#591C19;top:-17.4px;top:-10px;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);padding:3px 5px}.scode-buy__main__sp-race-attention{top:-20px;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.scode-buy__main__sp-race-attention__box{position:relative}.scode-buy__main__sp-race-attention__box__img{width:120px}.scode-buy__main__sp-race-attention__box__img img{width:100%;height:auto;display:block}.scode-buy__main__sp-race-attention__box__race{position:absolute;width:100%;height:100%;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:52px;-webkit-box-sizing:border-box;box-sizing:border-box}.scode-buy__main__race-ticket{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:20px;position:relative;z-index:1}.scode-buy__main__race-ticket__race{background-color:#591C19;color:#fff;padding:3px 5px;margin-right:10px}.scode-buy__main__race-ticket__race-label{position:relative;width:120px;-webkit-box-sizing:border-box;box-sizing:border-box}.scode-buy__main__race-ticket__race-label img{width:100%;height:auto;display:block}.scode-buy__main__race-ticket__race-label__race{color:#fff;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:52px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.scode-buy__main__race-ticket__ticket{font-weight:700}.scode-buy__main__race-ticket .text-white{color:#fff}.scode-buy__main__number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.scode-buy__main__number__item{-webkit-box-sizing:border-box;box-sizing:border-box}.scode-buy__main__number__item span{padding:3px 5px}.scode-buy__main__number__item__white{border:1px solid #000;background-color:#fff}.scode-buy__main__number__item__black{background-color:#000;color:#fff}.scode-buy__main__number__item__red{background-color:red}.scode-buy__main__number__item__blue{background-color:#00B0F0}.scode-buy__main__number__item__yellow{background-color:#F2F200}.scode-buy__main__number__item__green{background-color:#00B050}.scode-buy__main__number__item__orange{background-color:#FFC000}.scode-buy__main__number__item__pink{background-color:#F9F}.scode-buy__main__number__item__hyphen{padding:3px 8px!important}.scode-buy__main__score-money,.scode-buy__main__score-money__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.scode-buy__main__score-money__item:first-child{margin-right:30px}.scode-buy__main__score-money__item__title{border:1px solid #000;background-color:#fff;padding:0 5px}.scode-buy__main__score-money__item__value{padding:0 5px;font-weight:700}.scode-buy__main__score-money__item .text-white{color:#fff}.scode-induction{margin:30px 0}#single .fv-image{margin:0 auto 20px}#single .fv-image img{display:block;max-width:100%;margin:0 auto}#single .fv-text{margin-bottom:40px}#single .fv-text p{margin-bottom:unset}#single .fv-text p:not(:last-of-type){margin-bottom:10px}.single{color:#333}.single #breadcrumblist{max-width:1100px;margin:20px auto 40px}.single__fv-title{background-color:#591C19;margin-bottom:20px;padding:10px 20px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.single__fv-title:after,.single__fv-title:before{content:'';background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/icon-band.png);background-size:contain;background-repeat:no-repeat;width:100px;height:16px;position:absolute}.single__fv-title::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:15px;left:-25px}.single__fv-title::after{-webkit-transform:rotate(135deg);transform:rotate(135deg);bottom:15px;right:-26px}.single__fv-title .icon{width:10%;margin:0 auto 5px}.single__fv-title .icon img{display:block;width:100%;height:auto}.single__fv-title h1{font-size:26px;line-height:32px;color:#fff}.single__fv-info{border:3px solid #611616;background-color:#fff;margin:0 auto 30px;width:85%;padding:20px}.single__fv-info__date{margin-bottom:5px}.single__fv-info__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single__fv-info__main .evaluation__all,.single__fv-info__main .thumbnail-comment__thumbnail{margin-bottom:10px}.single__fv-info__main .thumbnail-comment{width:50%;margin-right:20px}.single__fv-info__main .thumbnail-comment__thumbnail img{width:100%;height:auto;display:block}.single__fv-info__main .thumbnail-comment__comment{border:1px solid #611616;border-radius:5px;color:#611616;text-align:center;padding:10px;font-weight:700}.single__fv-info__main .thumbnail-comment__comment i{margin-right:5px}.single__fv-info__main .thumbnail-comment__date{font-size:12px}.single__fv-info__main .evaluation{width:50%}.single__fv-info__main .evaluation__all__title{font-weight:700;font-size:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.single__fv-info__main .evaluation__all__title__image{width:30px;margin-right:10px}.single__fv-info__main .evaluation__all__title__image img{width:100%;height:auto;display:block}.single__fv-info__main .evaluation__all__evaluation{font-weight:700;font-size:30px;text-align:center}.single__fv-info__main .evaluation__all__evaluation span{color:#D00000;font-size:40px}.single__fv-info__main .evaluation__other__item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:8px 10px;background-color:#EDEDED}.single__fv-info__main .evaluation__other__item__title-score{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:50%;margin-right:10px;font-weight:700}.single__fv-info__main .evaluation__other__item__title-score__title{color:#591C19;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.single__fv-info__main .evaluation__other__item__title-score__score{color:#000}.single__fv-info__main .evaluation__other__item__star{width:50%}.single__fv-info__main .evaluation__other__item__star .stars{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single__fv-info__main .evaluation__other__item__star .stars .star5-rating{display:inline-block;font-size:18px;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}.single__fv-info__main .evaluation__other__item__star .stars .star5-rating::after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}.single__fv-info__main .evaluation__other__item__star .stars .star5-rating::before{color:transparent}.single__fv-info__main .evaluation__other__item__star .stars .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="10"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="10.0"]:after{width:100%}.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="9.9"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="9.8"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="9.7"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="9.6"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="9.5"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="9.4"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="9.3"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="9.2"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="9.1"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="9"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="9.0"]:after{width:90%}.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="8.9"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="8.8"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="8.7"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="8.6"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="8.5"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="8.4"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="8.3"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="8.2"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="8.1"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="8"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="8.0"]:after{width:80%}.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="7.9"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="7.8"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="7.7"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="7.6"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="7.5"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="7.4"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="7.3"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="7.2"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="7.1"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="7"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="7.0"]:after{width:70%}.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="6.9"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="6.8"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="6.7"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="6.6"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="6.5"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="6.4"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="6.3"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="6.2"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="6.1"]:after{width:60%}.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="6"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="6.0"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="5.9"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="5.8"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="5.7"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="5.6"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="5.5"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="5.4"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="5.3"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="5.2"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="5.1"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="5"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="5.0"]:after{width:50%}.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="4.9"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="4.8"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="4.7"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="4.6"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="4.5"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="4.4"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="4.3"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="4.2"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="4.1"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="4"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="4.0"]:after{width:40%}.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="3"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="3.0"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="3.9"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="3.8"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="3.7"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="3.6"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="3.5"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="3.4"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="3.3"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="3.2"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="3.1"]:after{width:30%}.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="2.9"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="2.8"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="2.7"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="2.6"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="2.5"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="2.4"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="2.3"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="2.2"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="2.1"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="2"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="2.0"]:after{width:20%}.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="1.9"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="1.8"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="1.7"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="1.6"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="1.5"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="1.4"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="1.3"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="1.2"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="1.1"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="1"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="1.0"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="0.9"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="0.8"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="0.7"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="0.6"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="0.5"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="0.4"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="0.3"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="0.2"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="0.1"]:after{width:10%}.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="0"]:after,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating[data-rate="0.0"]:after{width:0%}.single__fv-info__main .evaluation__other__item__star .stars .star-number{font-size:18px;color:gold}.single__fv-info__main .evaluation__other .evaluation__other__item:nth-child(2n){background-color:#fff}.single__fv-info__cta{margin-bottom:20px}.single__fv-info__cta__image{width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto}.single__fv-info__cta__image img{width:100%;height:auto;display:block}.single__fv-info__table{background-color:#EDEDED}.single__fv-info__table .tabs{display:-webkit-box;display:-ms-flexbox;display:flex}.single__fv-info__table .tabs .tab{background-color:#707070;color:#fff;width:calc(100% / 3);text-align:center;padding:10px 0;position:relative}.single__fv-info__table .tabs .tab:nth-child(2){margin:0 2px}.single__fv-info__table .tabs .tab.active{background-color:#611616;color:#fff;border-bottom:none}.single__fv-info__table .tabs .tab.active .triangle{position:absolute;background:#611616;height:calc(tan(60deg) * 10px / 2);width:10px;-webkit-clip-path:polygon(0 0,100% 0,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%);bottom:-8px;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.single__fv-info__table .tab-content{display:none;border:1px solid #ccc;padding:10px}.single__fv-info__table .tab-content__item{border:1px solid #CDBAB9;border-radius:5px}.single__fv-info__table .tab-content__item__content,.single__fv-info__table .tab-content__item__title{color:#611616;background-color:#CDBAB9;padding:10px 0;text-align:center}.single__fv-info__table .tab-content__item__title{border-radius:5px 5px 0 0}.single__fv-info__table .tab-content__item__content{border-radius:0 0 5px 5px;color:#000;background-color:#fff}.single__fv-info__table .tab-content__item__content span{color:#FF0303;background:-webkit-gradient(linear,left top,left bottom,color-stop(60%,transparent),color-stop(30%,#ff0));background:linear-gradient(transparent 60%,#ff0 30%)}.single__fv-info__table .tab-content .sp-single{border:1px solid #CDBAB9;margin-bottom:5px;border-radius:5px}.single__fv-info__table .tab-content .sp-single__title{color:#611616;background-color:#CDBAB9;padding:10px 0;text-align:center;border-radius:5px 5px 0 0}.single__fv-info__table .tab-content .sp-single__value{color:#000;background-color:#fff;padding:10px 0;text-align:center;border-radius:0 0 5px 5px}.single__fv-info__table .tab-content .sp-single__value span{color:#FF0303;background:-webkit-gradient(linear,left top,left bottom,color-stop(60%,transparent),color-stop(30%,#ff0));background:linear-gradient(transparent 60%,#ff0 30%)}.single__fv-info__table .tab-content .sp-single:last-child{margin-bottom:0}.single__fv-info__table .tab-content .sp-double{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:5px}.single__fv-info__table .tab-content .sp-double__item{border:1px solid #CDBAB9;width:50%;margin-right:5px;border-radius:5px}.single__fv-info__table .tab-content .sp-double__item__title{color:#611616;background-color:#CDBAB9;padding:10px 0;text-align:center;border-radius:5px 5px 0 0}.single__fv-info__table .tab-content .sp-double__item__value{color:#000;background-color:#fff;padding:10px 0;text-align:center;border-radius:0 0 5px 5px}.single__fv-info__table .tab-content .sp-double__item:last-child{margin-right:0}.single__fv-info__table .tab-content.active{border:1px solid #ccc;padding:10px;display:grid;grid-template:1fr 1fr/1fr 1fr 1fr;gap:5px}.single__fv-info__table .news.active{display:-webkit-box;display:-ms-flexbox;display:flex}.single__fv-info__table .news{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:200px;overflow:scroll}.single__fv-info__table .news__item{border:1px solid #CDBAB9;width:100%;margin-bottom:5px}.single__fv-info__table .news__item__title{padding:10px;color:#611616;background-color:#CDBAB9}.single__fv-info__table .news__item__text{padding:10px;color:#000;background-color:#fff}.single__old-fv-info .bargraph-comments ul li:nth-of-type(odd),.single__old-fv-info .thumbnail_other--star__star table tr:nth-of-type(odd){background-color:#F7F7F7}.single__fv-info__table .news__item:nth-last-child(1){margin-bottom:unset}.single__old-fv-info{width:85%;border:3px solid #611616;margin:0 auto 50px;padding:20px 15px 25px;-webkit-box-sizing:border-box;box-sizing:border-box}.single__old-fv-info .thumbnail_other--star{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:20px}.single__old-fv-info .thumbnail_other--star__thumbnail_other{width:38%}.single__old-fv-info .thumbnail_other--star__thumbnail_other .date{font-size:15px;margin-bottom:5px}.single__old-fv-info .thumbnail_other--star__thumbnail_other .thumbnail{margin-bottom:10px}.single__old-fv-info .thumbnail_other--star__thumbnail_other .thumbnail img{display:block;width:100%;height:auto}.single__old-fv-info .thumbnail_other--star__thumbnail_other .comment-num{font-size:17px;font-weight:700;text-align:center;border:2px solid #611616;border-radius:10px;padding:7px 2px;-webkit-box-sizing:border-box;box-sizing:border-box}.single__old-fv-info .thumbnail_other--star__thumbnail_other .comment-num span{color:#611616}.single__old-fv-info .thumbnail_other--star__thumbnail_other .comment-num span .fas{margin-right:5px}.single__old-fv-info .thumbnail_other--star__star{width:60%}.single__old-fv-info .thumbnail_other--star__star table{margin:0}.single__old-fv-info .thumbnail_other--star__star table tr td,.single__old-fv-info .thumbnail_other--star__star table tr th{vertical-align:middle;padding:9px 5px;-webkit-box-sizing:border-box;box-sizing:border-box}.single__old-fv-info .thumbnail_other--star__star table tr th{width:35%;font-weight:700;color:#591C19}.single__old-fv-info .thumbnail_other--star__star table tr th .img--text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single__old-fv-info .thumbnail_other--star__star table tr th .img--text img{display:block;width:20%;height:auto}.single__old-fv-info .thumbnail_other--star__star table tr th .img--text span{display:block;width:75%;font-size:17px}.single__old-fv-info .thumbnail_other--star__star table tr td{width:65%}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .point{width:25%;font-size:18px;font-weight:700}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars{width:72%}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating{display:inline-block;font-size:18px;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::before{color:transparent}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="10"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="10.0"]:after{width:100%}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.9"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.8"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.7"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.6"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.5"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.4"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.3"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.2"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.1"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="9.0"]:after{width:90%}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.9"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.8"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.7"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.6"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.5"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.4"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.3"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.2"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.1"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="8.0"]:after{width:80%}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.9"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.8"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.7"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.6"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.5"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.4"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.3"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.2"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.1"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="7.0"]:after{width:70%}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.9"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.8"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.7"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.6"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.5"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.4"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.3"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.2"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.1"]:after{width:60%}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="6.0"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.9"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.8"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.7"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.6"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.5"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.4"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.3"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.2"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.1"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="5.0"]:after{width:50%}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.9"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.8"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.7"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.6"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.5"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.4"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.3"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.2"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.1"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="4.0"]:after{width:40%}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.0"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.9"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.8"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.7"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.6"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.5"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.4"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.3"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.2"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="3.1"]:after{width:30%}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.9"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.8"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.7"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.6"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.5"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.4"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.3"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.2"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.1"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="2.0"]:after{width:20%}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.9"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.8"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.7"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.6"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.5"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.4"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.3"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.2"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.1"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="1.0"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.9"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.8"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.7"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.6"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.5"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.4"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.3"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.2"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.1"]:after{width:10%}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0"]:after,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating[data-rate="0.0"]:after{width:0%}.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star-number{font-size:18px;color:gold}.single__old-fv-info .all-value{margin-bottom:30px}.single__old-fv-info .all-value__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:22px;font-weight:700;text-align:center;margin-bottom:7px}.single__old-fv-info .all-value__top img{display:block;width:35px;height:auto;margin:0 5px 0 0}.single__old-fv-info .all-value__bottom{font-size:50px;font-weight:700;text-align:center}.single__old-fv-info .all-value__bottom span{font-size:65px;color:red}.single__old-fv-info .bargraph-comments__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;font-weight:700;text-align:center;margin-bottom:10px}.single__old-fv-info .bargraph-comments__title img{display:block;width:25px;height:auto;margin:0 5px 0 0}.single__old-fv-info .bargraph-comments ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.single__old-fv-info .bargraph-comments ul li:first-of-type .bar-graph div{background-color:#D49294}.single__old-fv-info .bargraph-comments ul li:nth-of-type(2) .bar-graph div{background-color:#CBB48F}.single__old-fv-info .bargraph-comments ul li:nth-of-type(3) .bar-graph div{background-color:#9DAF8F}.single__old-fv-info .bargraph-comments ul li:nth-of-type(4) .bar-graph div{background-color:#9DC0CB}.single__old-fv-info .bargraph-comments ul li:last-of-type .bar-graph div{background-color:#86898D}.single__old-fv-info .bargraph-comments ul li .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:20%}.single__old-fv-info .bargraph-comments ul li .left__image{width:20%}.single__old-fv-info .bargraph-comments ul li .left__image img{width:100%;height:auto}.single__old-fv-info .bargraph-comments ul li .left span{display:block;width:75%;font-size:18px}.single__old-fv-info .bargraph-comments ul li .right{width:80%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single__old-fv-info .bargraph-comments ul li .right .bar-graph{width:85%;background-color:#EDEDED}.single__old-fv-info .bargraph-comments ul li .right .bar-graph div{padding:12px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.single__old-fv-info .bargraph-comments ul li .right .com-num{width:15%;font-size:17px;text-align:center}.single__old-fv-info .cta{width:60%;overflow:hidden;border-radius:22px;margin:20px auto 0;position:relative}.single__old-fv-info .cta a{display:block;color:#fff;margin:0;position:relative}.single__old-fv-info .cta a img{display:block;width:100%;height:auto}.single #site-review h2{text-shadow:unset;background:unset;border-left:unset;-webkit-box-shadow:unset;box-shadow:unset;font-size:24px;font-weight:700;text-align:center;border-top:3px solid #AD8F8F;border-bottom:3px solid #AD8F8F;color:#611616;margin-bottom:30px;padding:15px;position:relative}.single #site-review h2:before{content:'';width:calc(100%);height:calc(100% + 20px);border-top:3px solid #5F2320;border-bottom:3px solid #5F2320;position:absolute;top:-13px;right:0}.single #site-review h3{font-size:22px}.single #site-review h4{font-size:20px}.single .site-review__article-under{width:90%;margin:1.3em auto}.single .site-review__article-under__label{display:-webkit-box;display:-ms-flexbox;display:flex}.single .site-review__article-under .article-under_item{float:left;display:block;width:calc(100%/3);font-size:18px;line-height:20px;text-align:center;color:#fff;border-top-right-radius:7px;border-top-left-radius:7px;padding:12px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .2s ease;transition:all .2s ease;cursor:pointer;position:relative}.single .site-review__article-under .article-under_item img{display:inline-block;width:8%;height:auto;margin:0 5px 0 0}.single .site-review__article-under .article-under_item span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single .site-review__article-under .article-under_item span:first-of-type{margin-bottom:5px}.single .site-review__article-under .tab-freeno1{background:-webkit-gradient(linear,left top,left bottom,from(#611616),to(#130404)) no-repeat padding-box;background:linear-gradient(180deg,#611616 0,#130404 100%) no-repeat padding-box}.single .site-review__article-under .tab-hitno1{background:-webkit-gradient(linear,left top,left bottom,from(#2D6A16),to(#17350B)) no-repeat padding-box;background:linear-gradient(180deg,#2D6A16 0,#17350B 100%) no-repeat padding-box}.single .site-review__article-under .tab-recoveryno1{background:-webkit-gradient(linear,left top,left bottom,from(#B4A034),to(#5A501A)) no-repeat padding-box;background:linear-gradient(180deg,#B4A034 0,#5A501A 100%) no-repeat padding-box}.single .site-review__article-under input[name=article-under_item]{display:none}.single .site-review__article-under__contents{display:none;clear:both;overflow:hidden;border:3px solid #611616;border-top:unset}.single .site-review__article-under__contents .thumbnail{width:75%;margin:0 auto 10px}.single .site-review__article-under__contents .thumbnail a{display:block}.single .site-review__article-under__contents .thumbnail a img{display:block;width:100%;height:auto}.single .site-review__article-under__contents .all-value{margin-bottom:30px}.single .site-review__article-under__contents .all-value__top{font-size:18px;font-weight:700;text-align:center;margin-bottom:10px}.single .site-review__article-under__contents .all-value__top .fas{color:gold;margin-right:5px}.single .site-review__article-under__contents .all-value__bottom{font-size:50px;font-weight:700;text-align:center}.single .site-review__article-under__contents .all-value__bottom span{color:red}.single .site-review__article-under__contents .table-star{width:80%!important;border:unset!important;margin:0}.single .site-review__article-under__contents .table-star tr:nth-of-type(odd){background-color:#F7F7F7}.single .site-review__article-under__contents .table-star tr td,.single .site-review__article-under__contents .table-star tr th{vertical-align:middle;border:unset!important;padding:7px 5px;-webkit-box-sizing:border-box;box-sizing:border-box}.single .site-review__article-under__contents .table-star tr th{width:50%}.single .site-review__article-under__contents .table-star tr th .img--text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%;font-size:18px;color:#333;margin-left:auto}.single .site-review__article-under__contents .table-star tr th .img--text img{display:block;width:20%;height:auto;margin:0 7px 0 0}.single .site-review__article-under__contents .table-star tr td{width:50%}.single .site-review__article-under__contents .table-star tr td .point--stars{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.single .site-review__article-under__contents .table-star tr td .point--stars .point{width:25%;font-size:18px;font-weight:700;text-align:right}.single .site-review__article-under__contents .table-star tr td .point--stars .stars{width:72%}.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating{display:inline-block;font-size:18px;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating::after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating::before{color:transparent}.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="10"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="10.0"]:after{width:100%}.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="9.9"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="9.8"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="9.7"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="9.6"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="9.5"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="9.4"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="9.3"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="9.2"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="9.1"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="9"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="9.0"]:after{width:90%}.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="8.9"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="8.8"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="8.7"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="8.6"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="8.5"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="8.4"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="8.3"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="8.2"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="8.1"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="8"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="8.0"]:after{width:80%}.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="7.9"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="7.8"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="7.7"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="7.6"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="7.5"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="7.4"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="7.3"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="7.2"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="7.1"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="7"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="7.0"]:after{width:70%}.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="6.9"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="6.8"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="6.7"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="6.6"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="6.5"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="6.4"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="6.3"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="6.2"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="6.1"]:after{width:60%}.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="6"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="6.0"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="5.9"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="5.8"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="5.7"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="5.6"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="5.5"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="5.4"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="5.3"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="5.2"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="5.1"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="5"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="5.0"]:after{width:50%}.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="4.9"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="4.8"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="4.7"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="4.6"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="4.5"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="4.4"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="4.3"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="4.2"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="4.1"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="4"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="4.0"]:after{width:40%}.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="3"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="3.0"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="3.9"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="3.8"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="3.7"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="3.6"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="3.5"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="3.4"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="3.3"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="3.2"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="3.1"]:after{width:30%}.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="2.9"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="2.8"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="2.7"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="2.6"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="2.5"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="2.4"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="2.3"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="2.2"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="2.1"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="2"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="2.0"]:after{width:20%}.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="1.9"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="1.8"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="1.7"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="1.6"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="1.5"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="1.4"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="1.3"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="1.2"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="1.1"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="1"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="1.0"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="0.9"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="0.8"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="0.7"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="0.6"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="0.5"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="0.4"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="0.3"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="0.2"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="0.1"]:after{width:10%}.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="0"]:after,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating[data-rate="0.0"]:after{width:0%}.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star-number{font-size:18px;color:gold}.single .site-review__article-under #tab-freeno1:checked~#freeno1-content,.single .site-review__article-under #tab-hitno1:checked~#hitno1-content,.single .site-review__article-under #tab-recoveryno1:checked~#recoveryno1-content{display:block;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.scode-table-tab-change{margin:30px 0}.scode-table-tab-change__tabs{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;gap:3px;cursor:pointer;overflow:scroll}.scode-table-tab-change__tabs__tab{background-color:#F6F6F6;color:#591C19;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px 20px;white-space:nowrap;margin-bottom:20px;font-weight:700}.scode-table-tab-change__tabs__tab.active{background-color:#591C19;color:#fff;position:relative}.scode-table-tab-change__tabs__tab.active::after{background-color:#591C19;content:"";position:absolute;bottom:-17px;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);height:calc(20px / 2 * tan(60deg));width:20px;-webkit-clip-path:polygon(0 0,100% 0,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%)}.scode-table-tab-change__contents__content{border:none!important;display:none;padding:0;position:relative}.scode-table-tab-change__contents__content.active{display:block;padding:0}.scode-table-tab-change__contents__content>:first-child{margin-top:0!important;margin-bottom:0!important}.main-block{display:block;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1100px;margin:auto}.main-block::after{content:"";display:block;clear:both}.main-block__left{float:left;width:71%;width:65%}.main-block__right{float:right;width:25%;width:30%}.main-block__right .sidebar{width:100%}.h1_slide{width:60%}.reflection{height:100%;width:30px;position:absolute;top:-180px;left:0;background-color:#fff;opacity:0;transform:rotate(45deg);animation:reflection 2s ease-in-out infinite;-webkit-transform:rotate(45deg);-webkit-animation:reflection 2s ease-in-out infinite;-moz-transform:rotate(45deg);-moz-animation:reflection 2s ease-in-out infinite;-ms-transform:rotate(45deg);-ms-animation:reflection 2s ease-in-out infinite;-o-transform:rotate(45deg);-o-animation:reflection 2s ease-in-out infinite}.fv__image{position:relative}.fv__image__image img{width:100%;height:auto;display:block}.fv__image__box,.fv__image__box__left{display:-webkit-box;display:-ms-flexbox}.fv__image__box{position:absolute;top:0;left:0;width:100%;height:100%;display:flex}.fv__image__box__left{width:57%;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fv__image__box__left .box{width:95%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.fv__image__box__left .box__image{width:50px}.fv__image__box__left .box__image img{width:100%;height:auto;display:block}.fv__image__box__left .box__text{width:80%;padding:0 10px;color:#fff;font-weight:700;font-size:22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;line-height:1.8}.fv__image__box__right{width:43%;-webkit-box-sizing:border-box;box-sizing:border-box}.fv__image__box__right__top{height:35%;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:18px}.fv__image__box__right__top .all-site{margin-top:20px}.fv__image__box__right__top span{color:#F4E34D;font-size:26px;margin-left:5px}.fv__image__box__right__bottom{height:65%;position:relative}.fv__image__box__right__bottom .bad,.fv__image__box__right__bottom .good,.fv__image__box__right__bottom .verification{color:#F4E34D;position:absolute;top:27.5%;width:55px;text-align:center;font-size:26px}.fv__image__box__right__bottom .good{left:12%}.fv__image__box__right__bottom .verification{left:40.5%}.fv__image__box__right__bottom .bad{left:70%}.fv__text{background-color:#222;color:#fff;padding:10px;line-height:1.8}.front-page-h1{text-align:center;background-color:#591C19;margin-bottom:20px;padding:10px 20px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.front-page-h1:after,.front-page-h1:before{content:'';background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/icon-band.png);background-size:contain;background-repeat:no-repeat;width:100px;height:16px;position:absolute}.front-page-h1::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:15px;left:-25px}.front-page-h1::after{-webkit-transform:rotate(135deg);transform:rotate(135deg);bottom:15px;right:-26px}.front-page-h1 .icon{width:10%;margin:0 auto 5px}.front-page-h1 .icon img{display:block;width:100%;height:auto}.front-page-h1 h1{font-size:26px;line-height:32px;color:#fff}.front{width:100%;overflow:hidden}.front .front-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:50px 0}.front .front-box .main{text-align:unset;background-image:none;background-color:rgba(255,255,255,.6);width:65%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.front .front-box .main .article-page{width:100%}.front .front-box .main .article-page p{margin:1.3em 5%}.front .front-box .main .article-page p span{margin:0}.front .front-box .main .article-page img{margin:0 auto}.front .front-box .main .article-page h2{text-align:center}.front .front-box .main .article-page h3,.front .front-box .main .article-page h4{text-align:left;margin-left:unset;margin-right:unset}.front .front-box .main .article-page .article-rank{line-height:1}.front .front-box .main .article-page .article-rank img,.front .front-box .main .article-page .front-swiper img{margin:0}.front .front-box .main .front-h1{background-color:#fff;width:100%;margin-bottom:30px;position:relative}.front .front-box .main .front-h1__title{color:#fff;font-size:24px;line-height:1.5;position:absolute;width:calc(100% - 100px);height:calc(100% - 40px);padding:20px 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .main .tab-wrap .tab-content-bad .bad-box .comments .outline .comment__bottom .name-text .text,.front .front-box .main .tab-wrap .tab-content-good .good-box .outline .comment__bottom .name-text .text{line-height:1.8}.front .front-box .main .front-h1__image img{width:100%;height:auto;display:block}.front .front-box .main .front-h1__image__sp{display:none}.front .front-box .main .front-swiper{width:100%;margin-bottom:25px;--add-bottom:50px;padding-bottom:50px}.front .front-box .main .front-swiper .swiper-pagination-bullets{bottom:0}.front .front-box .main .front-swiper .swiper-pagination-bullet{width:20px;height:20px;margin:0 15px;background-color:#fff;border:1px solid #000}.front .front-box .main .front-swiper .swiper-pagination-bullet-active{background-color:#591C19}.front .front-box .main .front-swiper [class^=swiper-button-]{border:3px solid red;top:calc(50% - var(--add-bottom)/ 2)}.front .front-box .main .front-text{text-align:start;margin-bottom:30px}.front .front-box .main .ability-popular{margin:25px 0}.front .front-box .main .ability-popular .ability-popular-title{font-size:22px;font-weight:700;text-align:center;color:#fff;background-color:#591C19;padding:10px 0}.front .front-box .main .ability-popular .ability-popular-title .text-color-yellow{font-size:24px;color:#FFF700;margin-right:5px}.front .front-box .main .ability-popular .ability-popular-main{border:3px solid #B4A034;border-top:5px solid #B4A034;display:-webkit-box;display:-ms-flexbox;display:flex}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item{border-right:1px solid #B4A034;background-color:#000;width:33.3%}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item:last-of-type{border-right:none}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .title{padding:15px 0}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .title__img{margin-bottom:5px}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .title__img img{display:block;width:70px;height:70px}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .title__title{font-size:28px;text-align:center;color:#fff}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .acf .image{border-top:3px solid #B4A034}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .acf .image img{width:100%;max-width:100%;height:auto}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .acf .title{font-size:23px;text-align:center;background-color:#591C19;color:#D7B355;border-top:3px solid #B4A034}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .acf .ability-popular-btn{border-top:3px solid #B4A034;padding:10px 20px}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .acf .text{font-size:16px;text-align:center;border-top:3px solid #B4A034;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .acf .text span{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#fff;border-bottom:3px solid #CECA53;margin:auto}.front .front-box .main .ranking{padding-bottom:0;width:100%;margin:25px 0}.front .front-box .main .ranking .ranking-top img{width:100%;max-width:100%;height:auto}.front .front-box .main .ranking .ranking-bottom{position:relative}.front .front-box .main .ranking .ranking-bottom__background-img img{width:100%;height:auto;display:block}.front .front-box .main .ranking .ranking-bottom__cover{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.front .front-box .main .ranking .ranking-bottom__cover .empty{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:38%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.front .front-box .main .ranking .ranking-bottom__cover .empty .btn-box{width:100%;height:30%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .main .ranking .ranking-bottom__cover .empty .btn-box .direction{width:3.5%;margin-bottom:15px}.front .front-box .main .ranking .ranking-bottom__cover .empty .btn-box .direction img{width:100%;height:auto;display:block}.front .front-box .main .ranking .ranking-bottom__cover .empty .btn-box a{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;width:65%;font-size:25px;font-weight:700;color:#591C19;background-image:-webkit-gradient(linear,left top,left bottom,from(#FFF7D1),color-stop(7%,#FFF7D1),to(#F0BD27));background-image:linear-gradient(180deg,#FFF7D1 0,#FFF7D1 7%,#F0BD27 100%);border-radius:20px;padding:15px 0 12px;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box .main .ranking .ranking-bottom__cover .empty .btn-box a span{display:block;font-size:35px}.front .front-box .main .ranking .ranking-bottom__cover .content-box{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:62%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:5%}.front .front-box .main .ranking .ranking-bottom__cover .content-box .top{margin-bottom:5%}.front .front-box .main .ranking .ranking-bottom__cover .content-box .bottom,.front .front-box .main .ranking .ranking-bottom__cover .content-box .top{display:-webkit-box;display:-ms-flexbox;display:flex}.front .front-box .main .ranking .ranking-bottom__cover .content-box .bottom__item,.front .front-box .main .ranking .ranking-bottom__cover .content-box .top__item{width:calc(100% / 3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.front .front-box .main .ranking .ranking-bottom__cover .content-box .bottom__item a,.front .front-box .main .ranking .ranking-bottom__cover .content-box .top__item a{position:absolute;top:0;left:0;width:100%;height:100%}.front .front-box .main .ranking .ranking-bottom__cover .content-box .bottom__item__icon,.front .front-box .main .ranking .ranking-bottom__cover .content-box .top__item__icon{display:-webkit-box;display:-ms-flexbox;display:flex;width:50%;height:50%}.front .front-box .main .ranking .ranking-bottom__cover .content-box .bottom__item__icon img,.front .front-box .main .ranking .ranking-bottom__cover .content-box .top__item__icon img{width:100%;height:auto;display:block}.front .front-box .main .ranking .ranking-bottom__cover .content-box .bottom__item__directon,.front .front-box .main .ranking .ranking-bottom__cover .content-box .top__item__directon{display:-webkit-box;display:-ms-flexbox;display:flex;width:10%;margin:5% 0}.front .front-box .main .ranking .ranking-bottom__cover .content-box .bottom__item__directon img,.front .front-box .main .ranking .ranking-bottom__cover .content-box .top__item__directon img{width:100%;height:auto;display:block}.front .front-box .main .ranking .ranking-bottom__cover .content-box .bottom__item__text,.front .front-box .main .ranking .ranking-bottom__cover .content-box .top__item__text{text-align:center;background-image:-webkit-gradient(linear,left top,left bottom,from(#FFF7D1),color-stop(7%,#FFF7D1),to(#F0BD27));background-image:linear-gradient(180deg,#FFF7D1 0,#FFF7D1 7%,#F0BD27 100%);color:#591C19;border-radius:20px;font-weight:700;width:calc(90% - 10px);padding:10px 5px;font-size:18px}.front .front-box .main .ranking .ranking-bottom__cover .content-box .bottom__item__text span,.front .front-box .main .ranking .ranking-bottom__cover .content-box .top__item__text span{font-size:23px}.front .front-box .main .all-update-hit{background-color:#fff;position:relative;margin:30px 0}.front .front-box .main .all-update-hit input[name=tab_item]{display:none}.front .front-box .main .all-update-hit__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #591C19;border-radius:30px;padding:2px}.front .front-box .main .all-update-hit__label .tab_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:33%;font-size:20px;font-weight:700;text-align:center;color:#591C19;padding:12px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.front .front-box .main .all-update-hit #all:checked~.all-update-hit__label .tab_item_all,.front .front-box .main .all-update-hit #design:checked~.all-update-hit__label .tab_item_design,.front .front-box .main .all-update-hit #programming:checked~.all-update-hit__label .tab_item_programming{color:#fff;background-color:#591C19;border-radius:30px}.front .front-box .main .all-update-hit #all:checked~#all_content,.front .front-box .main .all-update-hit #design:checked~#design_content,.front .front-box .main .all-update-hit #programming:checked~#programming_content{display:block}.front .front-box .main .all-update-hit__contents{display:none;clear:both;overflow:hidden;margin-top:15px}.front .front-box .main .all-update-hit__contents ul{height:350px;overflow-y:scroll;margin:unset;padding-right:10px;position:relative}.front .front-box .main .all-update-hit__contents ul::-webkit-scrollbar{width:10px}.front .front-box .main .all-update-hit__contents ul::-webkit-scrollbar-track{background-color:#fff;border:1px solid #591C19;border-radius:5px;margin:0 10px}.front .front-box .main .all-update-hit__contents ul::-webkit-scrollbar-thumb{background-color:#591C19;border-radius:5px}.front .front-box .main .all-update-hit__contents ul li{color:#591C19;border:1px solid #591C19}.front .front-box .main .all-update-hit__contents ul li:not(:last-of-type){margin-bottom:10px}.front .front-box .main .all-update-hit__contents ul li .title--date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px}.front .front-box .main .all-update-hit__contents ul li .title--date .title{font-size:18px;color:#fff;padding:7px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box .main .all-update-hit__contents ul li .title--date .update{background-color:#7B611D}.front .front-box .main .all-update-hit__contents ul li .title--date .hit{background-color:#314D1D}.front .front-box .main .all-update-hit__contents ul li .text{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box .main .all-update-hit__contents ul li .text p{margin:0}.front .front-box .main .table_box{margin:25px 0;overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.front .front-box .main .table_box table{border-collapse:collapse;border-spacing:0;width:100%;margin:0}.front .front-box .main .table_box table td,.front .front-box .main .table_box table th{vertical-align:middle;padding:20px 50px;border:1px solid #000;font-size:14px;text-align:center;white-space:nowrap}.front .front-box .main .table_box table th{color:#fff;padding:20px 40px;font-size:18px;font-weight:600}.front .front-box .main .table_box table td{background:#fff;font-size:16px;font-weight:600}.front .front-box .main .table_box table td .result-color-red{color:red;font-size:20px}.front .front-box .main .table_box table td .result-color-black{color:#000;font-size:20px}.front .front-box .main .table_box table td .result-color-gray{color:#707070;font-size:20px}.front .front-box .main .table_box table td .other-color-red{color:red}.front .front-box .main .table_box table td .other-color-black{color:#000}.front .front-box .main .table_box table .site-name-box{padding:0}.front .front-box .main .table_box table .site-name-box .image img{width:100%;height:120px;-o-object-fit:cover;object-fit:cover}.front .front-box .main .table_box table .site-name-box .site-name{padding:5px 0;color:#2E4CF5;text-align:center}.front .front-box .main .table_box table .th-comment-post{padding:13px 40px;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box .main .table_box table .td-comment-post{color:#2E4CF5;text-align:center}.front .front-box .main .table_box .sticky{position:-webkit-sticky;position:sticky;top:0;left:0;background:0 0;border-left:none;border-right:none}.front .front-box .main .table_box .sticky::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-right:5px solid #B4A034;border-bottom:1px solid #fff;background:#591C19;color:#fff;z-index:-1}.front .front-box .main .table_box .sticky-top::before{border-top:none}.front .front-box .main .ranking-swiper{width:95%;border:1px solid #591C19;background-color:#fff;margin:0 auto 10px}.front .front-box .main .ranking-swiper .swiper-pagination-bullet{width:10px;height:10px;margin:0 10px;background-color:#fff;border:1px solid #707070!important}.front .front-box .main .ranking-swiper .swiper-pagination-bullet-active{background-color:#591C19}.front .front-box .main .ranking-swiper .swiper-slide{padding:20px 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box .main .ranking-swiper .swiper-slide .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.front .front-box .main .ranking-swiper .swiper-slide .box .thumbnail--other{width:48%}.front .front-box .main .ranking-swiper .swiper-slide .box .thumbnail--other__other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.front .front-box .main .ranking-swiper .swiper-slide .box .thumbnail--other__other .rank-image{width:60px}.front .front-box .main .ranking-swiper .swiper-slide .box .thumbnail--other__other .sitename{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .main .ranking-swiper .swiper-slide .box .thumbnail--other__other .sitename a{font-size:18px;font-weight:700;color:#2E4CF5;text-decoration:underline}.front .front-box .main .ranking-swiper .swiper-slide .box .thumbnail--other__thumbnail{margin-bottom:10px}.front .front-box .main .ranking-swiper .swiper-slide .box .thumbnail--other__thumbnail img{display:block;width:100%;height:auto}.front .front-box .main .ranking-swiper .swiper-slide .box .thumbnail--other .all-value--comment__comment{font-weight:700;text-align:center;color:#591C19;border:1px solid #591C19;border-radius:10px;padding:7px;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box .main .ranking-swiper .swiper-slide .box .thumbnail--other .all-value--comment__comment i{margin-right:5px}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment{width:50%}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value .all-value{margin-bottom:10px;width:100%}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value .all-value__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;margin-bottom:10px}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value .all-value__top .ranking-icon-img{width:23px;margin-right:10px}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value .all-value__top div{font-weight:700}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value .all-value__bottom{font-size:30px;font-weight:700;text-align:center}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value .all-value__bottom span{font-size:45px;color:#D00000}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table{width:100%;border:unset;margin:unset}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr:nth-of-type(odd){background-color:#F7F7F7}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr th{vertical-align:middle;font-weight:700;text-align:left;border:unset;padding:7px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr th{width:40%}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr th .img--text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr th .img--text img{width:30px;height:30px;margin:0 5px 0 0}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr th .img--text span{color:#591C19}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td{width:60%}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating{font-size:18px;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating::after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating::before{color:transparent}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="10"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="10.0"]:after{width:100%}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="9.9"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="9.8"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="9.7"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="9.6"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="9.5"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="9.4"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="9.3"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="9.2"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="9.1"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="9"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="9.0"]:after{width:90%}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="8.9"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="8.8"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="8.7"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="8.6"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="8.5"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="8.4"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="8.3"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="8.2"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="8.1"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="8"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="8.0"]:after{width:80%}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="7.9"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="7.8"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="7.7"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="7.6"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="7.5"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="7.4"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="7.3"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="7.2"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="7.1"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="7"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="7.0"]:after{width:70%}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="6.9"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="6.8"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="6.7"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="6.6"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="6.5"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="6.4"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="6.3"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="6.2"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="6.1"]:after{width:60%}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="6"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="6.0"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="5.9"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="5.8"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="5.7"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="5.6"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="5.5"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="5.4"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="5.3"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="5.2"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="5.1"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="5"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="5.0"]:after{width:50%}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="4.9"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="4.8"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="4.7"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="4.6"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="4.5"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="4.4"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="4.3"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="4.2"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="4.1"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="4"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="4.0"]:after{width:40%}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="3"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="3.0"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="3.9"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="3.8"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="3.7"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="3.6"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="3.5"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="3.4"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="3.3"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="3.2"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="3.1"]:after{width:30%}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="2.9"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="2.8"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="2.7"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="2.6"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="2.5"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="2.4"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="2.3"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="2.2"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="2.1"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="2"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="2.0"]:after{width:20%}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="1.9"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="1.8"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="1.7"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="1.6"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="1.5"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="1.4"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="1.3"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="1.2"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="1.1"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="1"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="1.0"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="0.9"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="0.8"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="0.7"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="0.6"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="0.5"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="0.4"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="0.3"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="0.2"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="0.1"]:after{width:10%}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="0"]:after,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating[data-rate="0.0"]:after{width:0%}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star-number{font-size:18px;width:30%;text-align:right;color:#000}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star-number,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating{display:block}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating{width:67%}.front .front-box .main .ranking-swiper .swiper-slide .button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:95%;margin:auto}.front .front-box .main .ranking-swiper .swiper-slide .button .button__left,.front .front-box .main .ranking-swiper .swiper-slide .button .button__right{width:48%}.front .front-box .main .ranking-swiper{--add-bottom:50px;padding-bottom:var(--add-bottom)}.front .front-box .main .ranking-swiper [class^=swiper-button-]{top:calc(50% - var(--add-bottom)/ 2)}.front .front-box .main .ranking-link{width:95%;margin:0 auto 20px}.front .front-box .main .ranking-link span{margin-right:10px}.front .front-box .main .ranking-link a{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#2E4CF5;font-weight:700}.front .front-box .main .ranking-link a .ranking-link-img{width:18px}.front .front-box .main .ranking-link a .ranking-link-img img{width:100%;height:auto;display:block}.front .front-box .main .tab-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:25px 0;width:100%}.front .front-box .main .tab-wrap .tab-switch:checked+.tab-label+.tab-content-bad,.front .front-box .main .tab-wrap .tab-switch:checked+.tab-label+.tab-content-good{height:auto;overflow:auto;opacity:1;-webkit-transition:.5s opacity;transition:.5s opacity;-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);box-shadow:0 0 3px rgba(0,0,0,.3)}.front .front-box .main .tab-wrap .tab-switch{display:none}.front .front-box .main .tab-wrap .tab-switch:checked+.tab-label{background:#fff;color:#591C19;border:1px solid #591C19;margin-top:-1rem;-webkit-transition:margin .3s;transition:margin .3s;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:22px}.front .front-box .main .tab-wrap .tab-label{color:#fff;background-color:#707070;font-weight:700;white-space:nowrap;text-align:center;padding:20px 0;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;z-index:1;cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;border-radius:5px 5px 0 0}.front .front-box .main .tab-wrap .tab-label:not(:last-of-type){margin-right:5px}.front .front-box .main .tab-wrap .tab-label:after{position:absolute;top:0;right:0;content:'';width:0;border-width:0;border-style:solid}.front .front-box .main .tab-wrap .tab-content-good{width:100%;height:0;overflow:hidden;opacity:0}.front .front-box .main .tab-wrap .tab-content-good .good-box{height:700px}.front .front-box .main .tab-wrap .tab-content-good .good-box .outline .comment{border:1px solid #591C19;background-color:#fff}.front .front-box .main .tab-wrap .tab-content-good .good-box .outline .comment__top{display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px;background-color:#591C19;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.front .front-box .main .tab-wrap .tab-content-good .good-box .outline .comment__top__icon{margin-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:50%;left:30px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.front .front-box .main .tab-wrap .tab-content-good .good-box .outline .comment__top__icon .icon-img{width:30px;margin-bottom:5px}.front .front-box .main .tab-wrap .tab-content-good .good-box .outline .comment__top__icon span{color:red}.front .front-box .main .tab-wrap .tab-content-good .good-box .outline .comment__top__title{color:#fff;font-weight:600}.front .front-box .main .tab-wrap .tab-content-good .good-box .outline .comment__bottom{padding:20px;font-weight:600}.front .front-box .main .tab-wrap .tab-content-good .good-box .outline .comment__bottom .name-text{text-align:start;margin-bottom:20px}.front .front-box .main .tab-wrap .tab-content-good .good-box .outline .comment__bottom .name-text .name{margin-bottom:20px;color:#591C19}.front .front-box .main .tab-wrap .tab-content-good .good-box .outline .comment__bottom .date{text-align:end;font-size:14px}.front .front-box .main .tab-wrap .tab-content-bad{width:100%;height:0;overflow:hidden;opacity:0}.front .front-box .main .tab-wrap .tab-content-bad .bad-box{height:700px}.front .front-box .main .tab-wrap .tab-content-bad .bad-box .comments .outline .comment{border:1px solid #591C19;background-color:#fff}.front .front-box .main .tab-wrap .tab-content-bad .bad-box .comments .outline .comment__top{display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px;background-color:#591C19;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.front .front-box .main .tab-wrap .tab-content-bad .bad-box .comments .outline .comment__top__icon{margin-right:20px;color:red;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:50%;left:30px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.front .front-box .main .tab-wrap .tab-content-bad .bad-box .comments .outline .comment__top__icon .icon-img{width:30px;margin-bottom:5px}.front .front-box .main .tab-wrap .tab-content-bad .bad-box .comments .outline .comment__top__icon span{color:silver}.front .front-box .main .tab-wrap .tab-content-bad .bad-box .comments .outline .comment__top__title{color:#fff;font-weight:600}.front .front-box .main .tab-wrap .tab-content-bad .bad-box .comments .outline .comment__bottom{padding:20px;font-weight:600}.front .front-box .main .tab-wrap .tab-content-bad .bad-box .comments .outline .comment__bottom .name-text{text-align:start;margin-bottom:20px}.front .front-box .main .tab-wrap .tab-content-bad .bad-box .comments .outline .comment__bottom .name-text .name{margin-bottom:20px;color:#591C19}.front .front-box .main .tab-wrap .tab-content-bad .bad-box .comments .outline .comment__bottom .date{text-align:end;font-size:14px}.front .front-box .main .tab-wrap:after,.front .front-box .main .tab-wrap:before{content:'';width:100%;height:3px;display:block;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.front .front-box .scode-transition-button-ranking{margin:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .scode-transition-button-ranking a{width:380px}.front .front-box .scode-transition-button-ranking a img{width:100%;height:auto;display:block}.front .front-box .scode-transition-button-6{margin:30px 0;display:grid;grid-template:1fr 1fr/1fr 1fr 1fr;gap:10px}.front .front-box .scode-transition-button-6 .transition-btn{border:1px solid #CED3DC;padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-decoration:none!important}.front .front-box .scode-transition-button-6 .transition-btn .number{width:25%;display:-webkit-box;display:-ms-flexbox;display:flex}.front .front-box .scode-transition-button-6 .transition-btn .number img{width:100%;height:auto;display:block}.front .front-box .scode-transition-button-6 .transition-btn .icon-text{width:70%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.front .front-box .scode-transition-button-6 .transition-btn .icon-text__icon{width:20px}.front .front-box .scode-transition-button-6 .transition-btn .icon-text__icon img{width:100%;height:auto;display:block}.front .front-box .scode-transition-button-6 .transition-btn .icon-text__icon1,.front .front-box .scode-transition-button-6 .transition-btn .icon-text__icon2{width:30px}.front .front-box .scode-transition-button-6 .transition-btn .icon-text__icon1 img,.front .front-box .scode-transition-button-6 .transition-btn .icon-text__icon2 img{width:100%;height:auto;display:block}.front .front-box .scode-transition-button-6 .transition-btn .icon-text__text{color:#2E4CF5;font-weight:600}.front .front-box .scode-transition-button-4{margin:30px 0;display:grid;grid-template:1fr/1fr 1fr 1fr 1fr;gap:10px}.front .front-box .scode-transition-button-4 .transition-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #CED3DC;-webkit-box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);border-radius:10px;padding:10px;text-decoration:none!important}.front .front-box .scode-transition-button-4 .transition-btn .icon-text{width:100%;margin-bottom:10px}.front .front-box .scode-transition-button-4 .transition-btn .icon-text__icon{width:100%;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.front .front-box .scode-transition-button-4 .transition-btn .icon-text__icon img{width:100%;height:auto;display:block}.front .front-box .scode-transition-button-4 .transition-btn .icon-text__text{color:#000;font-weight:600;text-align:center;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.front .front-box .scode-transition-button-4 .transition-btn .icon-text #horse-pro-matching{line-height:1.2}.front .front-box .scode-transition-button-4 .transition-btn .arrow{width:30px}.front .front-box .scode-transition-button-4 .transition-btn .arrow img{width:100%;height:auto;display:block}.front .front-box .scode-transition-button-8{margin:30px 0}.front .front-box .scode-transition-button-8 .transition-btn{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);margin-bottom:20px;text-decoration:none!important}.front .front-box .scode-transition-button-8 .transition-btn .icon{height:80px;scale:1.15;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;left:10px}.front .front-box .scode-transition-button-8 .transition-btn .icon img{width:100%;height:auto;display:block}.front .front-box .scode-transition-button-8 .transition-btn .text{color:#591C19;font-weight:600;width:95%;height:80px;padding-left:150px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .scode-transition-button-8 .transition-btn .arrow{width:30px;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex}.front .front-box .scode-transition-button-8 .transition-btn .arrow img{width:100%;height:auto;display:block}.front .front-box .scroll-top-btn{position:fixed;bottom:85px;right:10px;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-transition:bottom .3s ease;transition:bottom .3s ease}.front .front-box .scroll-top-btn a{width:60px;-webkit-box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);box-shadow:6px 6px 10px 0 rgba(0,0,0,.3)}.front .front-box .scroll-top-btn a img{width:100%;height:auto;display:block}.front .front-box .hover-speechbubble{margin:30px 0;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.front .front-box .hover-speechbubble__outline{width:90%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.front .front-box .hover-speechbubble__outline__item{width:32%;padding:20px 10px;border-radius:5px;font-size:18px;line-height:20px;color:#fff;background-color:#591C19;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.front .front-box .hover-speechbubble__outline__item:first-of-type,.front .front-box .hover-speechbubble__outline__item:nth-of-type(2),.front .front-box .hover-speechbubble__outline__item:nth-of-type(3){margin-bottom:15px}.front .front-box .hover-speechbubble__outline__item .icon-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.front .front-box .hover-speechbubble__outline__item .icon-title .icon{width:25px;margin-right:5px}.front .front-box .hover-speechbubble__outline__item .icon-title .icon img{width:100%;height:auto;display:block;margin-left:0}.front .front-box .hover-speechbubble__outline__item .icon-title .title{font-size:18px}.front .front-box .hover-speechbubble__outline__item div:first-of-type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip{cursor:pointer;position:absolute;top:-10px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;width:20px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip img{width:100%;height:auto;display:block;margin:0}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6{display:none;width:450px;max-width:450px;height:auto;position:absolute;z-index:1000;background-color:#fff;color:#000;padding:10px;-webkit-box-shadow:0 0 10px gray;box-shadow:0 0 10px gray}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1 .triangle,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .triangle,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .triangle,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4 .triangle,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .triangle,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .triangle{position:absolute;top:-12px;left:95px;width:20px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1 .speechbubble .title,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .speechbubble .title,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .speechbubble .title,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4 .speechbubble .title,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .speechbubble .title,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .speechbubble .title{border-bottom:3px solid #C2AEAC;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:10px;padding-bottom:10px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1 .speechbubble .title__icon,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .speechbubble .title__icon,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .speechbubble .title__icon,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4 .speechbubble .title__icon,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .speechbubble .title__icon,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .speechbubble .title__icon{width:30px;margin-right:10px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1 .speechbubble .title__icon img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .speechbubble .title__icon img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .speechbubble .title__icon img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4 .speechbubble .title__icon img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .speechbubble .title__icon img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .speechbubble .title__icon img{width:100%;height:auto;display:block}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1 .speechbubble .title__title,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .speechbubble .title__title,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .speechbubble .title__title,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4 .speechbubble .title__title,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .speechbubble .title__title,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .speechbubble .title__title{font-weight:600;font-size:18px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1 .speechbubble .text,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .speechbubble .text,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .speechbubble .text,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4 .speechbubble .text,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .speechbubble .text,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .speechbubble .text{text-align:start;margin-bottom:10px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1 .speechbubble .border-title,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .speechbubble .border-title,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .speechbubble .border-title,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4 .speechbubble .border-title,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .speechbubble .border-title,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .speechbubble .border-title{color:#591C19;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1 .speechbubble .border-title:after,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1 .speechbubble .border-title:before,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .speechbubble .border-title:after,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .speechbubble .border-title:before,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .speechbubble .border-title:after,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .speechbubble .border-title:before,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4 .speechbubble .border-title:after,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4 .speechbubble .border-title:before,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .speechbubble .border-title:after,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .speechbubble .border-title:before,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .speechbubble .border-title:after,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .speechbubble .border-title:before{content:"";height:3px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#C2AEAC}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1 .speechbubble .border-title:before,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .speechbubble .border-title:before,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .speechbubble .border-title:before,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4 .speechbubble .border-title:before,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .speechbubble .border-title:before,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .speechbubble .border-title:before{margin-right:20px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1 .speechbubble .border-title:after,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .speechbubble .border-title:after,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .speechbubble .border-title:after,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4 .speechbubble .border-title:after,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .speechbubble .border-title:after,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .speechbubble .border-title:after{margin-left:20px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1 .speechbubble .graph img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .speechbubble .graph img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .speechbubble .graph img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4 .speechbubble .graph img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .speechbubble .graph img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .speechbubble .graph img{width:100%;height:auto;display:block}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1 .graph .image,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .graph .image,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .graph .image,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4 .graph .image,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .graph .image,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .graph .image{width:78%;margin:0 auto}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1 .graph .image img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .graph .image img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .graph .image img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4 .graph .image img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .graph .image img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .graph .image img{width:100%;height:auto;display:block}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1 img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4 img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 img,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 img{display:block!important;width:100%;height:auto;margin:unset!important}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .triangle,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .triangle{position:absolute;top:-12px;left:270px!important;width:20px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .triangle,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .triangle{position:absolute;top:-12px;left:420px!important;width:20px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover1,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover2,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover3,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover4,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover5,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover6{display:inline-block;top:15px;top:30px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover1,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover4{left:-94px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover2,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover5{right:-180px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover3,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover6{right:-30px}.front .front-box .hover-speechbubble__outline__item div:first-of-type img{display:inline-block;width:20px;height:20px}.front .front-box .hover-speechbubble__outline__item div:last-of-type{font-size:14px}.front .front-box .hover-speechbubble__outline__item .bottom{text-align:center}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating{display:inline-block;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating::after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating::before{color:transparent}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="10"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="10.0"]:after{width:100%}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="9.9"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="9.8"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="9.7"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="9.6"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="9.5"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="9.4"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="9.3"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="9.2"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="9.1"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="9"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="9.0"]:after{width:90%}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="8.9"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="8.8"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="8.7"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="8.6"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="8.5"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="8.4"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="8.3"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="8.2"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="8.1"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="8"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="8.0"]:after{width:80%}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="7.9"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="7.8"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="7.7"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="7.6"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="7.5"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="7.4"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="7.3"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="7.2"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="7.1"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="7"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="7.0"]:after{width:70%}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="6.9"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="6.8"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="6.7"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="6.6"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="6.5"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="6.4"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="6.3"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="6.2"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="6.1"]:after{width:60%}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="6"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="6.0"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="5.9"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="5.8"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="5.7"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="5.6"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="5.5"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="5.4"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="5.3"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="5.2"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="5.1"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="5"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="5.0"]:after{width:50%}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="4.9"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="4.8"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="4.7"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="4.6"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="4.5"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="4.4"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="4.3"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="4.2"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="4.1"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="4"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="4.0"]:after{width:40%}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="3"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="3.0"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="3.9"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="3.8"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="3.7"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="3.6"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="3.5"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="3.4"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="3.3"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="3.2"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="3.1"]:after{width:30%}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="2.9"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="2.8"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="2.7"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="2.6"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="2.5"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="2.4"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="2.3"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="2.2"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="2.1"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="2"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="2.0"]:after{width:20%}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="1.9"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="1.8"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="1.7"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="1.6"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="1.5"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="1.4"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="1.3"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="1.2"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="1.1"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="1"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="1.0"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="0.9"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="0.8"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="0.7"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="0.6"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="0.5"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="0.4"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="0.3"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="0.2"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="0.1"]:after{width:10%}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="0"]:after,.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating[data-rate="0.0"]:after{width:0%}.front .front-box .hover-speechbubble__outline__item .bottom .star-number{color:gold;font-size:26px;font-weight:700;margin-bottom:2px}.front .front-box .hover-speechbubble__outline__item .bottom .star-number span{font-size:18px;font-weight:unset;margin-left:3px}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating{font-size:20px}.front .front-box .hover-speechbubble .cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto 30px}.front .front-box .hover-speechbubble .cta__article,.front .front-box .hover-speechbubble .cta__official{width:48%}.front .front-box .hover-speechbubble .cta__article a img,.front .front-box .hover-speechbubble .cta__official a img{width:100%;height:auto}.front .front-box .hover-speechbubble__manager .title{font-size:18px;text-align:center;color:#fff;background-color:#0051E0;margin-bottom:10px;padding:7px;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box .hover-speechbubble__manager .text{width:95%;line-height:22px;margin:auto}.front .front-box .scode-ranking-updown-swiper-outline{margin:30px 0 20px;padding:20px 20px 60px;background-color:#ECE5E5}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper{padding:20px 50px;background-color:#fff;border-radius:30px}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container{margin-left:auto;margin-right:auto;width:100%;position:relative}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown{width:100%;overflow:hidden}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide{width:100%;min-height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide .image{border-radius:50%;-o-object-fit:cover;object-fit:cover;width:100px;height:100px}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide .image img{width:100px;height:100px;border-radius:50%;display:block}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide .site-name{color:#2E4CF5;font-weight:600;word-break:break-all;text-align:start}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide .ranking-updown__down{color:#686666;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide .ranking-updown__down__image{width:20px;margin-right:5px}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide .ranking-updown__down__image img{width:100%;height:auto;display:block}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide .ranking-updown__up{color:#EA3323;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide .ranking-updown__up__image{width:20px;margin-right:5px}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide .ranking-updown__up__image img{width:100%;height:auto;display:block}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .swiper-button-prev{left:-40px;z-index:1}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .swiper-button-next{right:-40px;z-index:1}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .swiper-button-next::after,.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .swiper-button-prev::after{background-repeat:no-repeat;background-size:contain;content:"";height:25px;width:50px}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .swiper-button-prev::after{background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/front-page/ranking-updown-swiper/brown-arrow-left.svg)}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .swiper-button-next::after{background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/front-page/ranking-updown-swiper/brown-arrow-right.svg)}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:-25px}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .swiper-pagination{position:absolute;margin-top:35px;width:100%}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .swiper-pagination-bullet{width:10px;height:10px;margin-right:10px}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .swiper-pagination-bullet:last-child{margin-right:0}.front .front-box .ranking-updown-update-date{font-weight:600;text-align:end}.front .front-box #top-article-table-outline{margin-bottom:30px;width:100%;height:437px!important;background:#fff;overflow:auto;border-bottom:1px solid #CED3DC}.front .front-box #top-article-table-outline .result{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.front .front-box #top-article-table-outline .top-article-table{width:100%;margin-bottom:0;border:1px solid #CED3DC;border-collapse:collapse;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box #top-article-table-outline .top-article-table td,.front .front-box #top-article-table-outline .top-article-table th{vertical-align:middle;padding:5px;border:1px solid #CED3DC;text-align:center}.front .front-box #top-article-table-outline .top-article-table th{font-weight:400}.front .front-box #top-article-table-outline .top-article-table td{font-weight:600}.front .front-box #top-article-table-outline .top-article-table .fixed{position:-webkit-sticky;position:sticky;top:0;color:#fff;background:#591C19}.front .front-box #top-article-table-outline .top-article-table .fixed:before{content:"";position:absolute;top:-1px;left:-1px;width:100%;height:100%;border:1px solid #591C19;opacity:.6;padding:0 5px;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box #top-article-table-outline .top-article-table .th1{width:35%}.front .front-box #top-article-table-outline .top-article-table .th2{width:20%}.front .front-box #top-article-table-outline .top-article-table .th3,.front .front-box #top-article-table-outline .top-article-table .th4,.front .front-box #top-article-table-outline .top-article-table .th5{width:15%}.front .front-box #top-article-table-outline .top-article-table__td1{color:#2E4CF5}.front .front-box #top-article-table-outline .top-article-table__td1 a{text-decoration:none}.front .front-box #top-article-table-outline .top-article-table__td2{color:#D00000;font-size:18px}.front .front-box #top-article-table-outline .top-article-table__td2 span{color:#000;font-size:16px}.front .front-box #top-article-table-outline .top-article-table__td4 .good{color:red}.front .front-box #top-article-table-outline .top-article-table__td5{color:#2E4CF5;text-decoration:none!important}.front .front-box #top-article-table-outline .top-article-table__td5 a{text-decoration:none}.front .front-box .category-evaluation-table{margin:30px 0;overflow:scroll}.front .front-box .category-evaluation-table table{width:100%;margin:0;border:unset;border-collapse:unset;border-spacing:3px}.front .front-box .category-evaluation-table table tr td,.front .front-box .category-evaluation-table table tr th{border:unset;text-align:center;font-weight:unset}.front .front-box .category-evaluation-table table tr .th-bad,.front .front-box .category-evaluation-table table tr .th-good,.front .front-box .category-evaluation-table table tr .th-standard{color:#fff;font-weight:unset;line-height:1.5}.front .front-box .category-evaluation-table table tr .th-good{background-color:#DB2219}.front .front-box .category-evaluation-table table tr .th-standard{background-color:#6E9B2A}.front .front-box .category-evaluation-table table tr .th-bad{background-color:#3C3737}.front .front-box .category-evaluation-table table tr .th-brown{background-color:#591C19;color:#fff}.front .front-box .category-evaluation-table table tr .td-all-evaluation{color:#D00000;font-size:20px;font-weight:600}.front .front-box .category-evaluation-table table tr .td-all-evaluation span{color:#000;font-size:16px}.front .front-box .category-evaluation-table table tr .td-star div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .category-evaluation-table table tr .td-star div .number{font-weight:600;font-size:16px}.front .front-box .category-evaluation-table table tr .td-star div .point--stars{margin-left:5px}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating{display:inline-block;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating::after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="10"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="10.0"]:after{width:100%}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.9"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.8"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.7"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.6"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.5"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.4"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.3"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.2"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.1"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="9.0"]:after{width:90%}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.9"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.8"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.7"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.6"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.5"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.4"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.3"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.2"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.1"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="8.0"]:after{width:80%}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.9"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.8"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.7"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.6"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.5"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.4"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.3"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.2"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.1"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="7.0"]:after{width:70%}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.9"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.8"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.7"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.6"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.5"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.4"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.3"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.2"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.1"]:after{width:60%}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="6.0"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.9"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.8"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.7"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.6"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.5"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.4"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.3"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.2"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.1"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="5.0"]:after{width:50%}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.9"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.8"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.7"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.6"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.5"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.4"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.3"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.2"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.1"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="4.0"]:after{width:40%}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.0"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.9"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.8"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.7"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.6"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.5"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.4"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.3"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.2"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="3.1"]:after{width:30%}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.9"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.8"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.7"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.6"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.5"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.4"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.3"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.2"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.1"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="2.0"]:after{width:20%}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.9"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.8"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.7"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.6"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.5"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.4"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.3"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.2"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.1"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="1.0"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.9"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.8"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.7"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.6"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.5"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.4"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.3"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.2"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.1"]:after{width:10%}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0"]:after,.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating[data-rate="0.0"]:after{width:0%}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star-number{font-size:18px;color:gold}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating{font-size:16px}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating::before{color:#dcd9d9}.front .front-box .category-evaluation-table table tr .td-good{background-color:#FFF3F2}.front .front-box .category-evaluation-table table tr .td-standard{background-color:#F6FFF2}.front .front-box .category-evaluation-table table tr .td-bad{background-color:#F8F8F8}.front .front-box .circle-border-graph-number{display:none}.front .front-box .circle-border-graph{background-color:#C2AEAB;padding:30px;margin:30px 0}.front .front-box .circle-border-graph__content{padding:10px;-webkit-box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff}.front .front-box .circle-border-graph__content__circle{background-color:#fff;width:43%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;padding-right:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box .circle-border-graph__content__circle canvas{width:100%;-o-object-fit:contain;object-fit:contain;outline:unset!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .circle-border-graph__content__circle__all{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);text-align:center;color:#591C19;font-weight:600;font-weight:700;font-size:23px}.front .front-box .circle-border-graph__content__circle__all span{font-size:25px}.front .front-box .circle-border-graph__content__border{width:57%;position:relative}.front .front-box .circle-border-graph__content__border .bar-graph-wrap{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__title{color:#5A1C19;font-size:28px;font-weight:600;font-weight:700}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph .title-good{color:#FFEB03;-webkit-text-stroke:1.2px #5A1C19}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background{background-color:#F2F2F2;border-radius:0 4px 4px 0;height:30px;width:calc(100% - 75px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .graph{height:30px;left:0;border-radius:0 4px 4px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .graph span{font-size:14px;color:#fff}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .bar-graph-good{background:#5A1C19}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .bar-graph-verification{background:#AA5253}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .bar-graph-bad{background:#D19B9B}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .number{width:65px;line-height:1;font-weight:900;font-size:25px;text-align:center}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .number span{font-size:16px}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .number-good{color:#FFEB03;-webkit-text-stroke:1.2px #5A1C19}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .number-bad,.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .number-verification{color:#5A1C19}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .graph-background{background-color:#F2F2F2;border-radius:0 4px 4px 0}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph-bad-title,.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph-good-title,.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph-verification-title{font-size:25px;font-weight:700}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph-good-title{color:#FFEB03;-webkit-text-stroke:1.2px #5A1C19}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph-bad-title,.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph-verification-title{color:#591C19}.front .front-box .campaign-information{margin:30px 0;display:grid;grid-template:1fr/1fr 1fr 1fr;gap:20px}.front .front-box .campaign-information__box{padding:20px;-webkit-box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);font-weight:600}.front .front-box .campaign-information__box__title{margin-bottom:10px;text-align:center}.front .front-box .campaign-information__box__thumbnail{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100px;margin-bottom:10px}.front .front-box .campaign-information__box__thumbnail img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.front .front-box .campaign-information__box__text{width:100%;color:#2E4CF5;line-height:1.5}.front .front-box .top-article-ranking{margin:30px 0}.front .front-box .top-article-ranking .article{border-bottom:3px solid #591C19;padding:30px 0}.front .front-box .top-article-ranking .article:nth-child(3){border-bottom:unset;margin-bottom:50px}.front .front-box .top-article-ranking .article__site-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px;color:#2E4CF5;font-size:24px;font-weight:600}.front .front-box .top-article-ranking .article__site-name__icon{width:50px;margin-right:10px}.front .front-box .top-article-ranking .article__site-name__icon img{width:100%;height:auto;display:block}.front .front-box .top-article-ranking .article__thumbnail-evaluation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box,.front .front-box .top-article-ranking .article__thumbnail-evaluation__thumbnail-box{width:49%}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .all-evaluation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 20px;font-weight:600;font-size:18px;margin-bottom:2.5px}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .all-evaluation span{margin-left:10px;font-size:22px;color:#D00000}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .all-evaluation__icon{width:30px;margin-right:10px}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .all-evaluation__icon img{width:100%;height:auto;display:block}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation{padding:5px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__title{color:#591C19;font-weight:600;width:40%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__title__icon{width:30px;margin-right:10px}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__title__icon img{width:100%;height:auto;display:block}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item{width:55%;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars{margin-left:10px}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating{display:inline-block;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating::after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="10"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="10.0"]:after{width:100%}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.9"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.8"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.7"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.6"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.5"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.4"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.3"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.2"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.1"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.0"]:after{width:90%}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.9"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.8"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.7"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.6"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.5"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.4"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.3"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.2"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.1"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.0"]:after{width:80%}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.9"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.8"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.7"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.6"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.5"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.4"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.3"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.2"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.1"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.0"]:after{width:70%}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.9"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.8"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.7"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.6"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.5"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.4"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.3"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.2"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.1"]:after{width:60%}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.0"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.9"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.8"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.7"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.6"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.5"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.4"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.3"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.2"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.1"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.0"]:after{width:50%}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.9"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.8"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.7"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.6"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.5"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.4"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.3"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.2"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.1"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.0"]:after{width:40%}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.0"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.9"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.8"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.7"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.6"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.5"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.4"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.3"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.2"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.1"]:after{width:30%}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.9"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.8"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.7"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.6"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.5"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.4"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.3"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.2"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.1"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.0"]:after{width:20%}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.9"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.8"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.7"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.6"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.5"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.4"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.3"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.2"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.1"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.0"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.9"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.8"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.7"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.6"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.5"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.4"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.3"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.2"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.1"]:after{width:10%}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0"]:after,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.0"]:after{width:0%}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star-number{font-size:18px;color:gold}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating{font-size:16px}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating::before{color:#dcd9d9}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .background-silver{background-color:#F7F7F7}.front .front-box .top-article-ranking .article__point{border-bottom:2px solid #C2AEAC;margin-bottom:30px}.front .front-box .top-article-ranking .article__point__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:24px;color:#591C19;font-weight:600}.front .front-box .top-article-ranking .article__point__title span{font-size:32px}.front .front-box .top-article-ranking .article__point__title:after,.front .front-box .top-article-ranking .article__point__title:before{content:"";height:2px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#C2AEAC}.front .front-box .top-article-ranking .article__point__title:before{margin-right:1rem}.front .front-box .top-article-ranking .article__point__title:after{margin-left:1rem}.front .front-box .top-article-ranking .article__cta{padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.front .front-box .top-article-ranking .article__cta a{width:48%}.front .front-box .top-article-ranking .article__cta a img{width:100%;height:auto;display:block}.front .front-box .top-article-ranking .other{display:grid;grid-template:1fr/1fr 1fr 1fr 1fr!important;gap:50px 0}.front .front-box .top-article-ranking .other__article{border:1px solid #591C19;padding:30px 10px 10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.front .front-box .top-article-ranking .other__article__icon{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px}.front .front-box .top-article-ranking .other__article__icon img{width:100%;height:auto;display:block}.front .front-box .top-article-ranking .other__article__icon__number{color:#fff;font-size:22px;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.front .front-box .top-article-ranking .other__article__site-name{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#2E4CF5;font-weight:600;font-size:18px;text-align:center;white-space:wrap;display:inline-block;word-break:break-all}.front .front-box .top-article-ranking .other__article__site-name__icon{width:30px;margin-right:10px}.front .front-box .top-article-ranking .other__article__site-name__icon img{width:100%;height:auto;display:block}.front .front-box .top-article-ranking .other__article__thumbnail-cta__thumbnail{display:inline-block}.front .front-box .top-article-ranking .other__article__thumbnail-cta__thumbnail img{width:100%;height:auto;display:block}.front .front-box .top-article-ranking .other__article__thumbnail-cta__cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.front .front-box .top-article-ranking .other__article__thumbnail-cta__cta a{width:100%}.front .front-box .top-article-ranking .other__article__thumbnail-cta__cta a img{width:100%;height:auto;display:block}.front .front-box .top-article-ranking .other__article__thumbnail-cta__cta a:nth-child(1){margin-bottom:5px}.front .front-box .top-ranking-tab{margin:55px 0 30px}.front .front-box .top-ranking-tab__tab-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:20px 0}.front .front-box .top-ranking-tab__tab-wrap__tab-label{color:#591C19;background:#F6F6F6;font-weight:700;white-space:nowrap;text-align:center;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;position:relative;z-index:1;cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:30px 10px 10px!important}.front .front-box .top-ranking-tab__tab-wrap__tab-label:not(:last-of-type){margin-right:5px}.front .front-box .top-ranking-tab__tab-wrap__tab-label .tab-label-icon{width:50px;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.front .front-box .top-ranking-tab__tab-wrap__tab-label .tab-label-icon img{width:100%;height:auto;display:block}.front .front-box .top-ranking-tab__tab-wrap__tab-content{width:100%;height:0;overflow:hidden;opacity:0;border:none!important}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking{-webkit-box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px;border-radius:10px;width:100%}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking:last-of-type{margin:0}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__icon{width:50px;padding:30px 10px;border-radius:10px 0 0 10px}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__icon img{width:100%;height:auto;display:block}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking .background-gold{background-color:#D4AA02}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking .background-silver{background-color:#A3AFB6}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking .background-brown{background-color:#A4756B}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__content{width:100%;padding:10px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__content__image{border:3px solid #BA9632;width:120px;margin-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__content__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto;display:block}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__content__title{color:#2E4CF5;font-size:18px;font-weight:600;width:calc(100% - 140px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box .view-more{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box .view-more__btn{display:inline-block;width:330px}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box .view-more__btn img{width:100%;height:auto;display:block}.front .front-box .top-ranking-tab__tab-wrap__tab-switch:checked+.top-ranking-tab__tab-wrap__tab-label{background-color:#591C19!important;color:#fff!important}.front .front-box .top-ranking-tab__tab-wrap__tab-switch:checked+.top-ranking-tab__tab-wrap__tab-label+.top-ranking-tab__tab-wrap__tab-content{height:auto;overflow:auto;padding:15px;opacity:1;-webkit-transition:.5s opacity;transition:.5s opacity;border:1px solid #000}.front .front-box .top-ranking-tab__tab-wrap__tab-switch{display:none}.front .front-box .top-ranking-tab__tab-wrap__tab-switch:checked+.top-ranking-tab__tab-wrap__tab-label:after{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-top-color:#591C19!important;border-width:20px;margin-left:-20px}.front .front-box .top-ranking-tab__tab-wrap__tab-switch:checked+.tab-label{background:#325A8C;position:relative}.front .front-box .scode-top-event{margin:30px 0}.front .front-box .scode-top-event .place{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px}.front .front-box .scode-top-event .place__num{display:none}.front .front-box .scode-top-event .place__item{border:5px solid #fff;color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:15px;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;position:relative;width:calc((100% - 30px)/ 3);margin:0 5px 10px}.front .front-box .scode-top-event .place__item__background-image{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:10px;z-index:1}.front .front-box .scode-top-event .place__item__background-image img{border-radius:10px;-o-object-fit:cover;object-fit:cover;width:100%;height:auto;display:block}.front .front-box .scode-top-event .place__item__cover{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;background-color:#000;z-index:2;opacity:.2}.front .front-box .scode-top-event .place__item__number{display:none}.front .front-box .scode-top-event .place__item__place-name{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;font-size:24px;border-radius:10px}.front .front-box .scode-top-event .three-triangles{width:100%;margin-bottom:20px}.front .front-box .scode-top-event .three-triangles__image{width:100px;margin:0 auto}.front .front-box .scode-top-event .three-triangles__image img{width:100%;height:auto;display:block}.front .front-box .scode-top-event .post__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:20px}.front .front-box .scode-top-event .post__title__top{width:30px}.front .front-box .scode-top-event .post__title__top img{width:100%;height:auto;display:block}.front .front-box .scode-top-event .post__title__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .scode-top-event .post__title__bottom__title{color:#591C19;font-weight:600;font-size:25px;padding:0 10px}.front .front-box .scode-top-event .post__title__bottom__wing{width:15px}.front .front-box .scode-top-event .post__title__bottom__wing img{width:100%;height:auto;display:block}.front .front-box .scode-top-event .post__box{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);box-shadow:6px 6px 10px 0 rgba(0,0,0,.3)}.front .front-box .scode-top-event .post__box__num{display:none}.front .front-box .scode-top-event .post__box__item{-webkit-box-sizing:border-box;box-sizing:border-box;border-right:3px solid #E5C87E;width:50%;padding:20px}.front .front-box .scode-top-event .post__box__item:last-child{border:none}.front .front-box .scode-top-event .post__box__item .site-name{color:#2E4CF5;font-weight:600;text-align:center;font-size:20px;margin-bottom:20px}.front .front-box .scode-top-event .post__box__item .thumbnail-rate{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.front .front-box .scode-top-event .post__box__item .thumbnail-rate__thumbnail{border:2px solid #BA9632;display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;width:35%}.front .front-box .scode-top-event .post__box__item .thumbnail-rate__thumbnail img{-o-object-fit:cover;object-fit:cover;width:100%;height:auto;display:block}.front .front-box .scode-top-event .post__box__item .thumbnail-rate__rate{padding-left:10px;width:65%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.front .front-box .scode-top-event .post__box__item .thumbnail-rate__rate__item{border:2px solid #591C19;-webkit-box-shadow:5px 5px 0 0 #FFEB04;box-shadow:5px 5px 0 0 #FFEB04;-webkit-box-sizing:border-box;box-sizing:border-box;width:90px;height:90px;border-radius:50%;position:relative}.front .front-box .scode-top-event .post__box__item .thumbnail-rate__rate__item .text{position:absolute;width:100%;height:100%;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1.5}.front .front-box .scode-top-event .post__box__item .thumbnail-rate__rate__item .text__title{text-align:center;font-weight:800;font-size:16px;color:#591C19}.front .front-box .scode-top-event .post__box__item .thumbnail-rate__rate__item .text__value{text-align:center;font-weight:800;font-size:16px;color:red;background:-webkit-gradient(linear,left top,left bottom,color-stop(60%,transparent),color-stop(30%,#ff0));background:linear-gradient(transparent 60%,#ff0 30%);display:inline-block;letter-spacing:normal}.front .front-box .scode-top-event .post__box__item .thumbnail-rate__rate__item:first-child{margin-right:15px}.front .front-box .aside{width:30%}.ranking__fv-title{text-align:center;background-color:#591C19;margin-bottom:20px;padding:10px 20px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.ranking__fv-title:after,.ranking__fv-title:before{content:'';background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/icon-band.png);background-size:contain;background-repeat:no-repeat;width:100px;height:16px;position:absolute}.ranking__fv-title::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:15px;left:-25px}.ranking__fv-title::after{-webkit-transform:rotate(135deg);transform:rotate(135deg);bottom:15px;right:-26px}.ranking__fv-title .icon{width:10%;margin:0 auto 5px}.ranking__fv-title .icon img{display:block;width:100%;height:auto}.ranking__fv-title h1{font-size:26px;line-height:32px;color:#fff}.site-review p span{display:inline-block}.ranking{width:100%}.ranking__article p{margin:1.3em 5%}.ranking__article p span{margin:0}.ranking__article img{margin:0 auto}.ranking__article ul{margin:unset}.ranking__article h2{text-align:center!important}.ranking__article h3,.ranking__article h4{text-align:left!important;margin-left:unset;margin-right:unset}.ranking .ranking-box,.ranking .single-block{width:70%;margin:0 auto}.ranking .ranking-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 0 50px}.ranking .ranking-box main{width:65%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-image:none}.ranking .ranking-box main .ranking-h1{background-color:#fff;width:100%;position:relative}.ranking .ranking-box main .ranking-h1__title{color:#fff;font-size:24px;line-height:1.5;position:absolute;width:calc(100% - 100px);height:calc(100% - 40px);padding:20px 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ranking .ranking-box main .ranking-h1__image image,.ranking .ranking-box main .ranking-main__image img{display:block;height:auto;width:100%}.ranking .ranking-box main .ranking-text{padding:30px;background-color:#fff}.ranking .ranking-box main .ranking-main{margin-bottom:30px}.ranking .ranking-box main .ranking-main__swiper{background-color:#CEB0AE}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide{max-height:450px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:50px;padding-bottom:30px;position:relative}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide .brown-background{width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide .brown-background img{width:100%;height:auto;display:block}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide .slide-cover{position:absolute;width:100%;height:calc(100% - 80px)}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide .slide-cover .crown{padding-top:10px;height:10%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide .slide-cover .crown__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide .slide-cover .crown__image img{width:100%;height:auto;display:block}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide .slide-cover .text-image-btn{height:calc(100% - (10% + 50px));padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide .slide-cover .text-image-btn .text{font-size:20px;color:#fff;font-weight:700;line-height:1.2}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide .slide-cover .text-image-btn .text span{color:#FFF700}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide .slide-cover .text-image-btn .text-first{font-size:16px}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide .slide-cover .text-image-btn .image{color:#FFF7D1;font-size:25px}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .swiper-scrollbar{background-color:#fff;height:10px}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .swiper-scrollbar-drag{background-color:#591C19}.ranking .ranking-box main .ranking-main__text{background-color:#CEB0AE;padding:30px;margin-bottom:50px;line-height:1.5;text-align:start}.ranking .ranking-box main .ranking-main .ranking-h2{background-color:#fff;width:100%;margin-bottom:30px;position:relative}.ranking .ranking-box main .ranking-main .ranking-h2__title{color:#fff;font-size:20px;line-height:1.5;position:absolute;width:calc(100% - 100px);height:calc(100% - 40px);padding:20px 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ranking .ranking-box main .ranking-main .ranking-h2__title h2{border:none;background:0 0;padding:0;font-weight:500;font-size:20px;margin:0}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value .all-value,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .thumbnail--other__thumbnail{margin-bottom:10px}.ranking .ranking-box main .ranking-main .ranking-h2__image image{width:100%;height:auto;display:block}.ranking .ranking-box main .ranking-main .tab-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fff}.ranking .ranking-box main .ranking-main .tab-wrap:after{content:'';width:100%;height:3px;display:block;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ranking .ranking-box main .ranking-main .tab-label{color:#fff;background-color:#707070;font-weight:700;white-space:nowrap;text-align:center;padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;z-index:1;cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1}.ranking .ranking-box main .ranking-main .tab-label .month,.ranking .ranking-box main .ranking-main .tab-label .week{font-size:12px;margin-top:5px}.ranking .ranking-box main .ranking-main .tab-label:not(:last-of-type){margin-right:5px}.ranking .ranking-box main .ranking-main .tab-content{width:100%;height:0;overflow:hidden;opacity:0}.ranking .ranking-box main .ranking-main .tab-content .ranking-item{border:3px solid #591C19;border-right:none;border-left:none;border-top:none}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box{display:-webkit-box;display:-ms-flexbox;display:flex}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .thumbnail--other{width:calc(45% - 30px);padding:20px 10px 20px 20px}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .thumbnail--other__other{display:-webkit-box;display:-ms-flexbox;display:flex}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .thumbnail--other__other .rank-image>img{width:100%!important;height:auto!important}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .thumbnail--other__other .sitename{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .thumbnail--other__other .sitename a{text-decoration:underline;font-size:18px}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .thumbnail--other__thumbnail img{height:180px;-o-object-fit:cover;object-fit:cover}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .thumbnail--other .all-value--comment__comment{border:1px solid #591C19;border-radius:10px;padding:10px}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment{width:calc(55% - 30px);padding:20px 20px 20px 10px}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value .all-value__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value .all-value__top .ranking-icon-img{width:23px;margin-right:10px}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value .all-value__top div{font-weight:600}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value .all-value__bottom{font-weight:600;font-size:30px}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value .all-value__bottom span{color:#D00000;font-size:45px}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table{margin-left:0;width:100%}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr{display:-webkit-box;display:-ms-flexbox;display:flex}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr th{padding:8.5px 10px;width:40%}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr th .img--text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr th .img--text img{width:30px;margin:0 10px 0 0}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr th .img--text span{font-weight:600;color:#591C19}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr .odd{background-color:#F7F7F7}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td{width:60%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .point{width:50px}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating{display:inline-block;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating::after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="10"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="10.0"]:after{width:100%}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.9"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.8"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.7"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.6"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.5"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.4"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.3"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.2"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.1"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.0"]:after{width:90%}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.9"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.8"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.7"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.6"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.5"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.4"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.3"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.2"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.1"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.0"]:after{width:80%}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.9"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.8"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.7"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.6"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.5"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.4"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.3"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.2"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.1"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.0"]:after{width:70%}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.9"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.8"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.7"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.6"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.5"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.4"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.3"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.2"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.1"]:after{width:60%}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.0"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.9"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.8"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.7"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.6"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.5"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.4"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.3"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.2"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.1"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.0"]:after{width:50%}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.9"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.8"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.7"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.6"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.5"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.4"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.3"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.2"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.1"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.0"]:after{width:40%}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.0"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.9"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.8"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.7"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.6"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.5"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.4"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.3"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.2"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.1"]:after{width:30%}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.9"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.8"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.7"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.6"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.5"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.4"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.3"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.2"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.1"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.0"]:after{width:20%}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.9"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.8"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.7"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.6"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.5"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.4"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.3"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.2"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.1"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.0"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.9"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.8"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.7"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.6"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.5"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.4"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.3"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.2"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.1"]:after{width:10%}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0"]:after,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.0"]:after{width:0%}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star-number{font-size:18px;color:gold}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating{font-size:16px}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating::before{color:#dcd9d9}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .button{display:-webkit-box;display:-ms-flexbox;display:flex}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .button .button__right{width:50%;padding:0 10px 20px 30px}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .button .button__left{width:50%;padding:0 30px 20px 10px}.ranking .ranking-box main .ranking-main .tab-content .content{border:3px solid brown;padding:50px}.ranking .ranking-box main .ranking-main .tab-switch:checked+.tab-label+.tab-content{height:auto;overflow:auto;opacity:1;-webkit-transition:.5s opacity;transition:.5s opacity;-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);box-shadow:0 0 3px rgba(0,0,0,.3)}.ranking .ranking-box main .ranking-main .tab-switch{display:none}.ranking .ranking-box main .ranking-main .tab-switch:checked+.tab-label{background:#fff;color:#591C19;border:1px solid #591C19;border-bottom:none;margin-top:-1rem;-webkit-transition:margin .3s;transition:margin .3s;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ranking .ranking-box main .ranking-main .tab-label{position:relative;border-radius:5px 5px 0 0}.ranking .ranking-box main .ranking-main .tab-label:after{position:absolute;top:0;right:0;content:'';width:0;border-width:0;border-style:solid}.ranking .ranking-box .aside{width:30%}.ranking-parent .outline{background-color:rgba(255,255,255,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto 50px}.ranking-parent .outline .main{width:65%}.ranking-parent .outline .main .ranking-text{padding:30px;background-color:#fff}.ranking-parent .outline .main .ranking-main-image img{width:100%;height:auto;display:block}.ranking-parent .outline .main .backgroud-brown{background-color:#CEB0AE;width:100%;padding:30px 0 0}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper{width:100%;margin:0 auto}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide{margin-bottom:30px}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a{display:inline-block;position:relative}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .background-brown-img img,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .background-brown-img img{width:100%;height:auto;display:block}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover{position:absolute;top:0;left:0;width:100%;height:100%}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .crown,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .crown{height:10%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .crown .crown-img,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .crown .crown-img{width:15%}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .crown .crown-img img,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .crown .crown-img img{width:100%;height:auto;display:block}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box{-webkit-box-sizing:border-box;box-sizing:border-box;width:calc(100% - 0px);height:calc(90% - 0px);padding:20px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .text,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .text{width:100%;color:#fff;font-size:22px;line-height:1.2;height:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .text div,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .text div{text-align:center}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .text span,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .text span{color:#FFF700}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .img,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .img{width:90%;margin:0 auto}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .title,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .title{width:100%;color:#FFF7D1;font-size:30px;text-align:center}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .moreview-btn .btn-img,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .moreview-btn .btn-img{width:85%;margin:0 auto}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .moreview-btn .btn-img img,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .moreview-btn .btn-img img{width:100%;height:auto;display:block}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-pagination-bullet,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-pagination-bullet{width:20px;height:20px;background-color:#fff;border:1px solid #000}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-pagination-bullet-active,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-pagination-bullet-active{background-color:#591C19}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-scrollbar,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-scrollbar{margin-top:30px;background-color:#fff;height:10px}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-scrollbar-drag,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-scrollbar-drag{background-color:#591C19}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .backgroud-brown-text,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .backgroud-brown-text{border:3px dashed #000;padding:30px;line-height:1.5;text-align:start}.ranking-parent .outline .main .backgroud-brown .backgroud-brown-text{padding:30px;margin-bottom:50px;line-height:1.5;text-align:start}.ranking-parent .outline .main .backgroud-brown .front-swiper{--add-bottom:50px;padding-bottom:var(--add-bottom)}.ranking-parent .outline .main .backgroud-brown .front-swiper [class^=swiper-button-]{top:calc(50% - var(--add-bottom)/ 2)}.ranking-parent .outline .main .tab-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:40px 0 50px;background-color:#fff}.ranking-parent .outline .main .tab-content .ranking-item .box .thumbnail--other .all-value--comment__comment i,.ranking-parent .outline .main .tab-label:not(:last-of-type){margin-right:5px}.ranking-parent .outline .main .tab-wrap:after{content:'';width:100%;height:3px;display:block;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.ranking-parent .outline .main .tab-label{color:#fff;background-color:#707070;font-weight:700;white-space:nowrap;text-align:center;padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;z-index:1;cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1}.ranking-parent .outline .main .tab-label .month,.ranking-parent .outline .main .tab-label .week{font-size:12px;margin-top:5px}.ranking-parent .outline .main .tab-content{width:100%;height:0;overflow:hidden;opacity:0}.ranking-parent .outline .main .tab-content li{list-style-type:none}.ranking-parent .outline .main .tab-content .ranking-item{border:3px solid #591C19;border-right:none;border-left:none;border-top:none;width:calc(100% - 40px);padding:20px}.ranking-parent .outline .main .tab-content .ranking-item .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value .all-value,.ranking-parent .outline .main .tab-content .ranking-item .box .thumbnail--other__thumbnail{margin-bottom:10px}.ranking-parent .outline .main .tab-content .ranking-item .box .thumbnail--other{width:43%}.ranking-parent .outline .main .tab-content .ranking-item .box .thumbnail--other__other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 0}.ranking-parent .outline .main .tab-content .ranking-item .box .thumbnail--other__other .rank-image{width:17%}.ranking-parent .outline .main .tab-content .ranking-item .box .thumbnail--other__other .rank-image>img{width:100%;height:auto}.ranking-parent .outline .main .tab-content .ranking-item .box .thumbnail--other__other .sitename{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:78%}.ranking-parent .outline .main .tab-content .ranking-item .box .thumbnail--other__other .sitename a{text-decoration:underline;font-size:20px;color:#2E4CF5;font-weight:700}.ranking-parent .outline .main .tab-content .ranking-item .box .thumbnail--other__thumbnail img{height:180px;-o-object-fit:cover;object-fit:cover}.ranking-parent .outline .main .tab-content .ranking-item .box .thumbnail--other .all-value--comment__comment{border:1px solid #591C19;border-radius:10px;padding:10px;color:#591C19;text-align:center;font-weight:700}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment{width:55%}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value .all-value__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value .all-value__top .ranking-icon-img{width:23px;margin-right:10px}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value .all-value__top div{font-weight:600}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value .all-value__bottom{font-weight:600;font-size:30px;text-align:center}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value .all-value__bottom span{color:#D00000;font-size:45px}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table{margin-left:0;width:100%}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr{display:-webkit-box;display:-ms-flexbox;display:flex}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr th{width:40%;padding:8px 10px 8px 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr th .img--text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr th .img--text img{width:30px;margin:0 10px 0 0!important}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr th .img--text span{font-weight:600;color:#591C19}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr .odd{background-color:#F7F7F7}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td{width:60%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .point{width:50px}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating{display:inline-block;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating::after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="10"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="10.0"]:after{width:100%}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.9"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.8"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.7"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.6"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.5"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.4"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.3"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.2"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.1"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.0"]:after{width:90%}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.9"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.8"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.7"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.6"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.5"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.4"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.3"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.2"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.1"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.0"]:after{width:80%}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.9"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.8"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.7"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.6"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.5"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.4"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.3"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.2"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.1"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.0"]:after{width:70%}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.9"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.8"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.7"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.6"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.5"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.4"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.3"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.2"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.1"]:after{width:60%}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.0"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.9"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.8"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.7"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.6"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.5"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.4"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.3"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.2"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.1"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.0"]:after{width:50%}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.9"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.8"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.7"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.6"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.5"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.4"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.3"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.2"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.1"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.0"]:after{width:40%}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.0"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.9"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.8"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.7"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.6"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.5"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.4"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.3"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.2"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.1"]:after{width:30%}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.9"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.8"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.7"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.6"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.5"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.4"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.3"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.2"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.1"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.0"]:after{width:20%}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.9"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.8"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.7"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.6"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.5"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.4"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.3"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.2"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.1"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.0"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.9"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.8"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.7"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.6"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.5"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.4"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.3"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.2"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.1"]:after{width:10%}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0"]:after,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.0"]:after{width:0%}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star-number{font-size:18px;color:gold}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating{font-size:16px}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating::before{color:#dcd9d9}.ranking-parent .outline .main .tab-content .ranking-item .button{width:95%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ranking-parent .outline .main .tab-content .ranking-item .button .button__left,.ranking-parent .outline .main .tab-content .ranking-item .button .button__right{width:48%}.ranking-parent .outline .main .tab-content .content{border:3px solid brown;padding:50px}.ranking-parent .outline .main .tab-switch:checked+.tab-label+.tab-content{height:auto;overflow:auto;opacity:1;-webkit-transition:.5s opacity;transition:.5s opacity;-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);box-shadow:0 0 3px rgba(0,0,0,.3)}.ranking-parent .outline .main .tab-switch{display:none}.ranking-parent .outline .main .tab-switch:checked+.tab-label{background:#fff;color:#591C19;border:1px solid #591C19;border-bottom:none;margin-top:-1rem;-webkit-transition:margin .3s;transition:margin .3s;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:22px}.ranking-parent .outline .main .tab-label{position:relative;border-radius:5px 5px 0 0}.ranking-parent .outline .main .tab-label:after{position:absolute;top:0;right:0;content:'';width:0;border-width:0;border-style:solid}.ranking-parent .outline .main .scode-ranking-tab{background-color:#fff;margin:50px 0}.ranking-parent .outline .main .scode-ranking-tab__tab{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box}.ranking-parent .outline .main .scode-ranking-tab__tab__item{font-weight:600;cursor:pointer;width:calc(95% / 6);text-align:center;padding-top:30px;-webkit-box-sizing:border-box;box-sizing:border-box}.ranking-parent .outline .main .scode-ranking-tab__tab__item__text{padding:30px 10px 20px;position:relative;background-color:#F6F6F6;color:#591C19}.ranking-parent .outline .main .scode-ranking-tab__tab__item__text .icon{position:absolute;top:-30px;left:50%;width:50px;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.ranking-parent .outline .main .scode-ranking-tab__tab__item__text .icon img{width:100%;height:auto;display:block}.ranking-parent .outline .main .scode-ranking-tab__content{padding:20px}.ranking-parent .outline .main .scode-ranking-tab__content .tab-title-frame{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ranking-parent .outline .main .scode-ranking-tab__content .tab-title-frame__frame{width:50%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:6px 6px 10px 0 rgba(0,0,0,.3);box-shadow:6px 6px 10px 0 rgba(0,0,0,.3)}.ranking-parent .outline .main .scode-ranking-tab__content .tab-title-frame__frame img{width:100%;height:auto;display:block}.ranking-parent .outline .main .scode-ranking-tab__content .tab-title-frame__frame .icon-text{padding:0 70px;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ranking-parent .outline .main .scode-ranking-tab__content .tab-title-frame__frame .icon-text__icon{max-width:30px;margin-right:10px}.ranking-parent .outline .main .scode-ranking-tab__content .tab-title-frame__frame .icon-text__icon img{width:100%;height:auto;display:block}.ranking-parent .outline .main .scode-ranking-tab__content .tab-title-frame__frame .icon-text__icon-local{max-width:35px}.ranking-parent .outline .main .scode-ranking-tab__content .tab-title-frame__frame .icon-text__text{color:#fff;font-size:20px}.ranking-parent .outline .main .scode-ranking-tab__content .tab-title-frame__frame .umaneta-icon{position:absolute;top:50%;left:30px;width:30px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ranking-parent .outline .main .scode-ranking-tab__content .tab-title-frame__frame .umaneta-icon img{width:100%;height:auto;display:block}.ranking-parent .outline .main .scode-ranking-tab__content__box{display:none}.ranking-parent .outline .main .scode-ranking-tab__content__box .article{border-bottom:3px solid #591C19;padding:30px 0}.ranking-parent .outline .main .scode-ranking-tab__content__box .article:nth-child(4){margin-bottom:30px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__site-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px;color:#2E4CF5;font-size:24px;font-weight:600}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__site-name__icon{width:50px;margin-right:10px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__site-name__icon img{width:100%;height:auto;display:block}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__thumbnail-box{width:49%}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box{width:49%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .all-evaluation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 20px;font-weight:600;font-size:18px;margin-bottom:2.5px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .all-evaluation span{margin-left:10px;font-size:22px;color:#D00000}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .all-evaluation__icon{width:30px;margin-right:10px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .all-evaluation__icon img{width:100%;height:auto;display:block}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation{padding:5px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__title{color:#591C19;font-weight:600;width:40%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__title__icon{width:30px;margin-right:10px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__title__icon img{width:100%;height:auto;display:block}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item{width:55%;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars{margin-left:10px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating{display:inline-block;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating::after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="10"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="10.0"]:after{width:100%}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.9"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.8"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.7"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.6"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.5"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.4"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.3"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.2"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.1"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="9.0"]:after{width:90%}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.9"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.8"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.7"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.6"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.5"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.4"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.3"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.2"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.1"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="8.0"]:after{width:80%}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.9"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.8"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.7"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.6"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.5"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.4"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.3"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.2"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.1"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="7.0"]:after{width:70%}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.9"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.8"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.7"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.6"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.5"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.4"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.3"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.2"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.1"]:after{width:60%}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="6.0"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.9"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.8"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.7"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.6"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.5"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.4"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.3"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.2"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.1"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="5.0"]:after{width:50%}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.9"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.8"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.7"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.6"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.5"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.4"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.3"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.2"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.1"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="4.0"]:after{width:40%}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.0"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.9"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.8"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.7"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.6"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.5"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.4"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.3"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.2"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="3.1"]:after{width:30%}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.9"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.8"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.7"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.6"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.5"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.4"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.3"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.2"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.1"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="2.0"]:after{width:20%}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.9"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.8"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.7"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.6"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.5"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.4"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.3"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.2"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.1"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="1.0"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.9"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.8"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.7"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.6"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.5"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.4"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.3"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.2"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.1"]:after{width:10%}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0"]:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating[data-rate="0.0"]:after{width:0%}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star-number{font-size:18px;color:gold}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating{font-size:16px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating::before{color:#dcd9d9}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .background-silver{background-color:#F7F7F7}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__point{border-bottom:2px solid #C2AEAC;margin-bottom:30px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__point__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:24px;color:#591C19;font-weight:600}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__point__title span{font-size:32px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__point__title:after,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__point__title:before{content:"";height:2px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#C2AEAC}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__point__title:before{margin-right:1rem}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__point__title:after{margin-left:1rem}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__cta{padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__cta a{width:48%}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__cta a img{width:100%;height:auto;display:block}.ranking-parent .outline .main .scode-ranking-tab__content__box .view-more{display:-webkit-box;display:-ms-flexbox;display:flex}.ranking-parent .outline .main .scode-ranking-tab__content__box.active{display:block}.ranking-parent .outline .aside{width:30%}.rankingpage-main{width:100%}.site-list .front-page-h1{text-align:center;background-color:#591C19;margin-bottom:20px;padding:10px 20px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.site-list .front-page-h1:after,.site-list .front-page-h1:before{content:'';background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/icon-band.png);background-size:contain;background-repeat:no-repeat;width:100px;height:16px;position:absolute}.site-list .front-page-h1::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:15px;left:-25px}.site-list .front-page-h1::after{-webkit-transform:rotate(135deg);transform:rotate(135deg);bottom:15px;right:-26px}.site-list .front-page-h1 .icon{width:10%;margin:0 auto 5px}.site-list .front-page-h1 .icon img{display:block;width:100%;height:auto}.site-list .front-page-h1 h1{font-size:26px;line-height:32px;color:#fff;text-align:center}.site-list .site-list-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 0 50px;max-width:1500px}.site-list .site-list-box .main{width:65%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-image:none}.site-list .site-list-box .main .site-list-h1{background-color:#fff;width:100%;margin-bottom:30px;position:relative}.site-list .site-list-box .main .site-list-h1__title{color:#fff;font-size:24px;line-height:1.5;position:absolute;width:calc(100% - 100px);height:calc(100% - 40px);padding:20px 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-list .site-list-box .main .site-list-h1__image img,.site-list .site-list-box .main .top-image img{width:100%;height:auto;display:block}.site-list .site-list-box .main .tap{background-color:#fff;padding-top:30px}.site-list .site-list-box .main .tap__text__top{padding:0 100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-list .site-list-box .main .tap__text__top .left,.site-list .site-list-box .main .tap__text__top .right{width:35px}.site-list .site-list-box .main .tap__text__top .left img,.site-list .site-list-box .main .tap__text__top .right img{width:100%;height:auto;display:block}.site-list .site-list-box .main .tap__text__top .text{color:#591C19;font-size:35px;font-weight:700}.site-list .site-list-box .main .tap__text__bottom{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-list .site-list-box .main .tap__btn .background-image img,.site-list .site-list-box .main .tap__text__bottom .text-border .border-img img{width:100%;height:auto;display:block}.site-list .site-list-box .main .tap__text__bottom .text-border .text{font-size:45px;color:red;font-weight:600;letter-spacing:1.8px}.site-list .site-list-box .main .tap__text__bottom .text-border .text span{font-size:35px;font-weight:500;color:#591C19}.site-list .site-list-box .main .tap__btn{position:relative}.site-list .site-list-box .main .tap__btn .content-box{position:absolute;top:0;width:calc(100% - 20%);height:calc(100% - 27%);padding:11% 10%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.site-list .site-list-box .main .tap__btn .content-box .item{width:30%}.site-list .site-list-box .main .tap__btn .content-box .item a img{width:100%;height:auto;display:block}.site-list .site-list-box .main .site-list{background-color:#fff;margin-bottom:30px}.site-list .site-list-box .main .site-list ul .ranking-item{border:3px solid #591C19;border-right:none;border-left:none;border-top:none;width:calc(100% - 40px);padding:20px}.site-list .site-list-box .main .site-list ul .ranking-item .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value .all-value,.site-list .site-list-box .main .site-list ul .ranking-item .box .thumbnail--other__thumbnail{margin-bottom:10px}.site-list .site-list-box .main .site-list ul .ranking-item .box .thumbnail--other{width:43%}.site-list .site-list-box .main .site-list ul .ranking-item .box .thumbnail--other__other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px 0}.site-list .site-list-box .main .site-list ul .ranking-item .box .thumbnail--other__other .sitename{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-list .site-list-box .main .site-list ul .ranking-item .box .thumbnail--other__other .sitename a{text-decoration:underline;font-size:20px;color:#2E4CF5;font-weight:700}.site-list .site-list-box .main .site-list ul .ranking-item .box .thumbnail--other__thumbnail img{height:180px;-o-object-fit:cover;object-fit:cover}.site-list .site-list-box .main .site-list ul .ranking-item .box .thumbnail--other .all-value--comment__comment{font-weight:700;text-align:center;color:#591C19;border:1px solid #591C19;border-radius:10px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.site-list .site-list-box .main .site-list ul .ranking-item .box .thumbnail--other .all-value--comment__comment i{margin-right:5px}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment{width:55%}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value .all-value__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value .all-value__top .ranking-icon-img{width:23px;margin-right:10px}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value .all-value__top div{font-weight:600}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value .all-value__bottom{text-align:center;font-weight:600;font-size:30px}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value .all-value__bottom span{color:#D00000;font-size:45px}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table{width:100%;margin-left:0}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr{display:-webkit-box;display:-ms-flexbox;display:flex}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr th{padding:8.5px 10px;width:40%}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr th .img--text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr th .img--text img{width:30px;margin-right:10px}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr th .img--text span{font-weight:600;color:#591C19}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr .odd{background-color:#F7F7F7}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td{width:60%;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .point{width:50px}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating{display:inline-block;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating::after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="10"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="10.0"]:after{width:100%}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.9"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.8"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.7"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.6"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.5"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.4"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.3"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.2"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.1"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="9.0"]:after{width:90%}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.9"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.8"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.7"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.6"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.5"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.4"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.3"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.2"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.1"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="8.0"]:after{width:80%}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.9"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.8"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.7"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.6"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.5"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.4"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.3"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.2"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.1"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="7.0"]:after{width:70%}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.9"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.8"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.7"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.6"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.5"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.4"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.3"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.2"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.1"]:after{width:60%}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="6.0"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.9"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.8"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.7"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.6"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.5"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.4"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.3"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.2"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.1"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="5.0"]:after{width:50%}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.9"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.8"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.7"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.6"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.5"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.4"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.3"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.2"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.1"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="4.0"]:after{width:40%}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.0"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.9"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.8"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.7"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.6"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.5"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.4"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.3"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.2"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="3.1"]:after{width:30%}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.9"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.8"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.7"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.6"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.5"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.4"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.3"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.2"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.1"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="2.0"]:after{width:20%}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.9"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.8"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.7"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.6"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.5"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.4"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.3"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.2"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.1"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="1.0"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.9"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.8"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.7"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.6"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.5"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.4"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.3"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.2"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.1"]:after{width:10%}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0"]:after,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating[data-rate="0.0"]:after{width:0%}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star-number{font-size:18px;color:gold}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating{font-size:16px}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating::before{color:#dcd9d9}.site-list .site-list-box .main .site-list ul .ranking-item .button{width:95%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.site-list .site-list-box .main .site-list ul .ranking-item .button .button__left,.site-list .site-list-box .main .site-list ul .ranking-item .button .button__right{width:48%}.site-list .site-list-box .aside{border:none;width:30%}.column{width:100%}.column .column-box,.column .single-block{width:70%;margin:0 auto}.column .column-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 0 50px}.column .column-box .main{width:65%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-image:none}.column .column-box .main .column-h1{background-color:#fff;width:100%;position:relative}.column .column-box .main .column-h1__title{color:#fff;font-size:24px;line-height:1.5;position:absolute;width:calc(100% - 100px);height:calc(100% - 40px);padding:20px 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.column .column-box .main .column-h1__image image{width:100%;height:auto;display:block}.column .column-box .main .column-list{background-color:#fff}.column .column-box .main .column-list ul li{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px;border-bottom:1px solid #591C19}.column .column-box .main .column-list ul li .column-left{width:30%}.column .column-box .main .column-list ul li .column-right{width:calc(70% - 20px);padding-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.column .column-box .main .column-list ul li .column-right .text{text-align:start;line-height:1.8}.column .column-box .main .column-list ul li .column-right .text a{color:#591C19;text-decoration:underline}.column .column-box .main .column-list ul li .column-right .date{color:#707070;text-align:end}.column .column-box .main .pagination .current{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.column .column-box .main .pagination li{border:3px solid #591C19!important;text-align:center;padding:0!important}.column .column-box .aside{width:30%}.matching{width:100%}.matching .front-page-h1 h1{text-align:center}.matching .matching-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 0 50px}.matching .matching-box .main,.matching .matching-box .main .chart-container{display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal}.matching .matching-box .main{background-image:none;background-color:rgba(255,255,255,.6);width:65%;display:flex;-ms-flex-direction:column;flex-direction:column}.matching .matching-box .main .main-image img{width:100%;height:auto;display:block}.matching .matching-box .main .chart-container{width:100%;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.matching .matching-box .main .chart-container .question{width:60%}.matching .matching-box .main .chart-container #result{padding:20px;width:60%}.matching .matching-box .main .chart-container button{padding:10px}.matching .matching-box .main .chart-container button.clicked{background-color:grey}.matching .matching-box .main .step-box{padding:50px 80px 0}.matching .matching-box .main .step-box .step-one,.matching .matching-box .main .step-box .step-three,.matching .matching-box .main .step-box .step-two{width:100%;width:calc(100% - 12px);margin:0 auto 50px;border:1px solid #707070;position:relative;padding:5px;border-radius:5px}.matching .matching-box .main .step-box .step-one .outline,.matching .matching-box .main .step-box .step-three .outline,.matching .matching-box .main .step-box .step-two .outline{background-color:#591C19;border-radius:5px;padding:35px 40px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.matching .matching-box .main .step-box .step-one .outline .step-title,.matching .matching-box .main .step-box .step-three .outline .step-title,.matching .matching-box .main .step-box .step-two .outline .step-title{width:30%;font-size:20px;text-align:center;color:#fff;background-color:#B4A034;border-radius:10px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:-20px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%)}.matching .matching-box .main .step-box .step-one .outline .question,.matching .matching-box .main .step-box .step-three .outline .question,.matching .matching-box .main .step-box .step-two .outline .question{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:start;font-size:20px;line-height:1.5;color:#fff;margin-bottom:20px}.matching .matching-box .main .step-box .step-one .outline .table,.matching .matching-box .main .step-box .step-three .outline .table,.matching .matching-box .main .step-box .step-two .outline .table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.matching .matching-box .main .step-box .step-one .outline .table label,.matching .matching-box .main .step-box .step-three .outline .table label,.matching .matching-box .main .step-box .step-two .outline .table label{color:#591C19;background-color:#fff;font-weight:700;font-size:19px;padding:15px;border-radius:10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;accent-color:#591C19}.matching .matching-box .main .step-box .step-one .outline .table label input[type=radio],.matching .matching-box .main .step-box .step-three .outline .table label input[type=radio],.matching .matching-box .main .step-box .step-two .outline .table label input[type=radio]{width:18px;height:18px;margin:0}.matching .matching-box .main .step-box .step-one .outline .table label .title,.matching .matching-box .main .step-box .step-three .outline .table label .title,.matching .matching-box .main .step-box .step-two .outline .table label .title{position:absolute;height:100%;padding:0 48px;width:calc(100% - 96px);top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.matching .matching-box .main .step-box .step-one .outline .table .top-q,.matching .matching-box .main .step-box .step-three .outline .table .top-q,.matching .matching-box .main .step-box .step-two .outline .table .top-q{margin-bottom:20px}.matching .matching-box .main .step-box .down-direction{width:calc(70% + 10px);padding:0;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.matching .matching-box .main .step-box .down-direction .image{width:15%}.matching .matching-box .main .step-box .down-direction .image img{width:100%;height:auto;display:block}.matching .matching-box .main .step-box .result-btn{width:calc(70% + 10px);margin:0 auto 30px}.matching .matching-box .main .step-box .result-btn img{cursor:pointer;width:100%;height:auto;display:block}.matching .matching-box .main .step-box .result{width:calc(70% + 10px);margin:0 auto}.matching .matching-box .main .simulation-box .result-title-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin:50px auto}.matching .matching-box .main .simulation-box .result-title-box .result-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.matching .matching-box .main .simulation-box .result-title-box .result-title .title{color:#591C19;font-size:25px;font-weight:700;margin-bottom:10px}.matching .matching-box .main .simulation-box .result-title-box .result-title .underbar{border:1px solid #591C19;width:60%}.matching .matching-box .main .simulation-box .result-box{border:3px solid #000;margin-bottom:20px}.matching .matching-box .main .simulation-box .result-main{background-color:#fff;display:none}.matching .matching-box .main .simulation-box .result-main.show{display:block}.matching .matching-box .main .simulation-box .result-main .outline{border:14px solid #591C19;padding:30px 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.matching .matching-box .main .simulation-box .result-main .outline .sp-site-title{display:none}.matching .matching-box .main .simulation-box .result-main .outline .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.matching .matching-box .main .simulation-box .result-main .outline .info__site{width:47%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.matching .matching-box .main .simulation-box .result-main .outline .info__site__title{text-align:center;margin-bottom:15px}.matching .matching-box .main .simulation-box .result-main .outline .info__site__title a{color:#2E4CF5;font-size:22px;font-weight:700;text-decoration:underline}.matching .matching-box .main .simulation-box .result-main .outline .info__site__image{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.matching .matching-box .main .simulation-box .result-main .outline .info__site__image a{display:-webkit-box;display:-ms-flexbox;display:flex}.matching .matching-box .main .simulation-box .result-main .outline .info__site__image a img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.matching .matching-box .main .simulation-box .result-main .outline .info__detail{border:1px solid #591C19;width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.matching .matching-box .main .simulation-box .result-main .outline .info__detail__top{height:50%}.matching .matching-box .main .simulation-box .result-main .outline .info__detail__top .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.matching .matching-box .main .simulation-box .result-main .outline .info__detail__top .item .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;color:#fff;background-color:#591C19;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.matching .matching-box .main .simulation-box .result-main .outline .info__detail__top .item .text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.matching .matching-box .main .simulation-box .result-main .outline .info__detail__top .item .text span{color:red;font-weight:600;font-weight:700;font-size:25px}.matching .matching-box .main .simulation-box .result-main .outline .info__detail__bottom{height:50%;display:-webkit-box;display:-ms-flexbox;display:flex}.matching .matching-box .main .simulation-box .result-main .outline .info__detail__bottom .item{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.matching .matching-box .main .simulation-box .result-main .outline .info__detail__bottom .item .title{padding:10px 0;color:#fff;background-color:#591C19;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px}.matching .matching-box .main .simulation-box .result-main .outline .info__detail__bottom .item .text{color:#591C19;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:25px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.matching .matching-box .main .simulation-box .result-main .outline .info__detail__bottom .item .borer-white{border-right:1px solid #fff}.matching .matching-box .main .simulation-box .result-main .outline .info__detail__bottom .item .borer-black{border-right:1px solid #000}.matching .matching-box .main .simulation-box .result-main .outline .btn-result{padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.matching .matching-box .main .simulation-box .result-main .outline .btn-result .btn-item{width:48%}.matching .matching-box .main .simulation-box .result-main .outline .btn-result .btn-item img{width:100%;height:auto;display:block}.matching .matching-box .main .simulation-box .result-main .outline .point{border:1px solid #591C19;position:relative}.matching .matching-box .main .simulation-box .result-main .outline .point .title{width:30%;font-size:18px;font-weight:700;text-align:center;color:#fff;background-color:#591C19;border-radius:20px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:-20px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%)}.matching .matching-box .main .simulation-box .result-main .outline .point .text{line-height:20px;font-weight:700;color:#591C19;padding:40px 20px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.matching .matching-box .main .simulation-box .result-main .text{padding:50px 1.3em;-webkit-box-sizing:border-box;box-sizing:border-box}.matching .matching-box .main .simulation-box .result-main .text p{margin:0}.matching .matching-box .main .simulation-box .result-main .text p:not(:last-of-type){margin-bottom:10px}.matching .matching-box .main .simulation-box .simulation{width:100%;color:#fff;background-color:#000;-webkit-box-sizing:border-box;box-sizing:border-box;display:none}.matching .matching-box .main .simulation-box .simulation.show{display:block}.matching .matching-box .main .simulation-box .simulation__title{text-align:center;color:#fff;background-color:#B4A034;padding:10px 0}.matching .matching-box .main .simulation-box .simulation__data__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #707070}.matching .matching-box .main .simulation-box .simulation__data__item div{width:50%;text-align:center;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.matching .matching-box .main .simulation-box .simulation__data__item div:first-of-type{border-right:1px solid #707070}.matching .matching-box .main .simulation-box .simulation__select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #4d4d4d;margin-bottom:25px}.matching .matching-box .main .simulation-box .simulation__select__title{width:40%;font-size:20px;text-align:center}.matching .matching-box .main .simulation-box .simulation__select__contents{overflow:hidden;width:60%;border-left:1px solid #4d4d4d;position:relative}.matching .matching-box .main .simulation-box .simulation__select__contents::before{content:'▼';pointer-events:none;font-size:18px;color:#fff;position:absolute;top:50%;right:50px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);z-index:1}.matching .matching-box .main .simulation-box .simulation__select__contents select{border:none;outline:0;background:0 0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;width:100%;font-size:22px;text-align:center;color:#fff;padding:15px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.matching .matching-box .main .simulation-box .simulation__select__contents select::-ms-expand{display:none}.matching .matching-box .main .simulation-box .simulation__button{padding-bottom:25px}.matching .matching-box .main .simulation-box .simulation__button .button_num{display:block;width:50%;font-size:22px;font-weight:700;text-align:center;color:#fff;background:-webkit-gradient(linear,left top,left bottom,from(#2D6A16),color-stop(36%,#1F4710),to(#091107)) no-repeat padding-box;background:linear-gradient(180deg,#2D6A16 0,#1F4710 36%,#091107 100%) no-repeat padding-box;border:5px solid #B4A034;border-radius:5px;margin:0 auto 20px;padding:15px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.matching .matching-box .main .simulation-box .simulation__button .button_num__icon{position:absolute;bottom:-20px;right:-50px}.matching .matching-box .main .simulation-box .simulation__button .button_num__icon img{display:block;width:100%;height:auto;margin:0}.matching .matching-box .main .simulation-box .simulation__button__arrow{width:6%;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin:0 auto 20px}.matching .matching-box .main .simulation-box .simulation__button__arrow img{display:block;width:100%;height:auto;margin:0}.matching .matching-box .main .simulation-box .simulation__button .button_counter{width:26%;font-size:24px;text-align:center;color:#fff;background:-webkit-gradient(linear,left top,left bottom,from(#FF0303),color-stop(48%,#AA0B0B),to(#0B0303)) no-repeat padding-box;background:linear-gradient(180deg,#FF0303 0,#AA0B0B 48%,#0B0303 100%) no-repeat padding-box;border:5px solid #B4A034;border-radius:5px;margin:0 auto;padding:15px 5px;-webkit-box-sizing:border-box;box-sizing:border-box}.matching .matching-box .main .simulation-box .simulation__button .button_counter span{font-size:36px;font-weight:700;margin:0 2px}.matching .matching-box .main .simulation-box .simulation__button .button_counter-hidden{display:none}.matching .matching-box .main .simulation-box .simulation .text{color:#000;background-color:#fff;padding:50px 1.3em;-webkit-box-sizing:border-box;box-sizing:border-box}.matching .matching-box .main .simulation-box .simulation .text p{margin:0}.matching .matching-box .main .simulation-box .simulation .text p:not(:last-of-type){margin-bottom:10px}.matching .matching-box .main .simulation-box .simulation .click-true{display:block}.matching .matching-box .aside{width:30%}.good-list{width:100%}.good-list__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.good-list__box .main{width:65%}.good-list__box__contents{background-color:#fff}.good-list__box__contents li{border-bottom:2px solid #591C19;padding:25px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.good-list__box__contents li .enclosure{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.good-list__box__contents li .name--thumbnail--com__thumbnail,.good-list__box__contents li .sogohyoka--other__sogohyoka{margin-bottom:10px}.good-list__box__contents li .name--thumbnail--com{width:43%}.good-list__box__contents li .name--thumbnail--com__name{text-align:center;margin-bottom:10px}.good-list__box__contents li .name--thumbnail--com__name a{text-decoration:underline;display:inline-block;font-size:20px;font-weight:700;color:#2E4CF5}.good-list__box__contents li .name--thumbnail--com__thumbnail a img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.good-list__box__contents li .name--thumbnail--com__com{font-weight:700;text-align:center;color:#591C19;border:1px solid #591C19;border-radius:10px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.good-list__box__contents li .name--thumbnail--com__com i{margin-right:5px}.good-list__box__contents li .sogohyoka--other{width:55%}.good-list__box__contents li .sogohyoka--other__sogohyoka div:first-of-type{font-size:18px;font-weight:700;text-align:center;margin-bottom:5px}.good-list__box__contents li .sogohyoka--other__sogohyoka div:first-of-type img{width:28px;margin-right:5px}.good-list__box__contents li .sogohyoka--other__sogohyoka div:last-of-type{font-size:30px;font-weight:700;text-align:center}.good-list__box__contents li .sogohyoka--other__sogohyoka div:last-of-type span{font-size:45px;color:#D00000}.good-list__box__contents li .sogohyoka--other table{width:100%;border:unset;margin:0}.good-list__box__contents li .sogohyoka--other table tr:nth-of-type(odd){background-color:#F7F7F7}.good-list__box__contents li .sogohyoka--other table tr td,.good-list__box__contents li .sogohyoka--other table tr th{vertical-align:middle;line-height:16px!important;border:unset;padding:10px 5px;-webkit-box-sizing:border-box;box-sizing:border-box}.good-list__box__contents li .sogohyoka--other table tr th{width:35%}.good-list__box__contents li .sogohyoka--other table tr th .img--text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.good-list__box__contents li .sogohyoka--other table tr th .img--text img{display:block;width:20%;height:auto;margin:0}.good-list__box__contents li .sogohyoka--other table tr th .img--text span{display:block;width:75%;font-size:17px;color:#591C19}.good-list__box__contents li .sogohyoka--other table tr td{width:65%}.good-list__box__contents li .sogohyoka--other table tr td .point--stars{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .point{width:25%;font-size:18px;font-weight:700}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars{width:72%}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating{display:inline-block;font-size:18px;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating::after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="10"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="10.0"]:after{width:100%}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="9.9"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="9.8"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="9.7"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="9.6"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="9.5"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="9.4"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="9.3"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="9.2"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="9.1"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="9"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="9.0"]:after{width:90%}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="8.9"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="8.8"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="8.7"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="8.6"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="8.5"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="8.4"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="8.3"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="8.2"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="8.1"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="8"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="8.0"]:after{width:80%}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="7.9"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="7.8"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="7.7"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="7.6"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="7.5"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="7.4"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="7.3"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="7.2"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="7.1"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="7"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="7.0"]:after{width:70%}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="6.9"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="6.8"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="6.7"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="6.6"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="6.5"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="6.4"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="6.3"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="6.2"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="6.1"]:after{width:60%}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="6"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="6.0"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="5.9"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="5.8"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="5.7"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="5.6"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="5.5"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="5.4"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="5.3"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="5.2"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="5.1"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="5"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="5.0"]:after{width:50%}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="4.9"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="4.8"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="4.7"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="4.6"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="4.5"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="4.4"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="4.3"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="4.2"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="4.1"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="4"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="4.0"]:after{width:40%}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="3"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="3.0"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="3.9"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="3.8"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="3.7"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="3.6"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="3.5"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="3.4"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="3.3"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="3.2"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="3.1"]:after{width:30%}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="2.9"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="2.8"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="2.7"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="2.6"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="2.5"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="2.4"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="2.3"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="2.2"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="2.1"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="2"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="2.0"]:after{width:20%}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="1.9"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="1.8"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="1.7"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="1.6"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="1.5"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="1.4"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="1.3"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="1.2"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="1.1"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="1"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="1.0"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="0.9"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="0.8"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="0.7"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="0.6"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="0.5"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="0.4"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="0.3"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="0.2"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="0.1"]:after{width:10%}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="0"]:after,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating[data-rate="0.0"]:after{width:0%}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star-number{font-size:18px;color:gold}.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating::before{color:#dcd9d9}.good-list__box__contents li .cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:90%;margin:auto}.good-list__box__contents li .cta__article,.good-list__box__contents li .cta__official{width:48%}.good-list__box__contents li .cta__article a img,.good-list__box__contents li .cta__official a img{width:100%;height:auto}.good-list__box .aside{width:30%}@media screen and (min-width:600px) and (max-width:1300px){#single .bargraph__sohyo__contents div:first-of-type img,.line_official .bargraph__sohyo__contents div:first-of-type img,.ranking .bargraph__sohyo__contents div:first-of-type img,.ranking_new-sitereview .bargraph__sohyo__contents div:first-of-type img,.site-review__article-under__contents.text .bargraph__sohyo__contents div:first-of-type img{width:70%}.single__old-fv-info{width:100%}.front .front-box .hover-speechbubble__outline__item{font-size:15px}}@media screen and (min-width:600px) and (max-width:1100px){.front .front-box{width:95%}}@media screen and (min-width:600px) and (max-width:768px){.front .front-box .main .ranking .ranking-bottom__cover .empty .btn-box a{font-size:15px;padding:5px 50px}.front .front-box .main .ranking .ranking-bottom__cover .empty .btn-box a span{font-size:25px}.front .front-box .main .ranking .ranking-bottom__cover .content-box .bottom__item__text,.front .front-box .main .ranking .ranking-bottom__cover .content-box .top__item__text{font-size:14px;padding:5px}.front .front-box .main .ranking .ranking-bottom__cover .content-box .bottom__item__text span,.front .front-box .main .ranking .ranking-bottom__cover .content-box .top__item__text span{font-size:17px}}@media screen and (min-width:768px) and (max-width:1100px){.front .front-box .main .ranking .ranking-bottom__cover .empty .btn-box a{font-size:20px}.front .front-box .main .ranking .ranking-bottom__cover .empty .btn-box a span{font-size:30px}.front .front-box .main .ranking .ranking-bottom__cover .content-box .bottom__item__text,.front .front-box .main .ranking .ranking-bottom__cover .content-box .top__item__text{font-size:16px}.front .front-box .main .ranking .ranking-bottom__cover .content-box .bottom__item__text span,.front .front-box .main .ranking .ranking-bottom__cover .content-box .top__item__text span{font-size:21px}}@media only screen and (max-width:768px) and (min-width:569px){header ul{text-align:inherit;vertical-align:bottom;width:100%}header ul li:last-child a{font-size:.7rem;line-height:.9rem}.legend_list{text-align:center;margin:10px auto 20px;max-width:768px}.legend_list ul li{width:32%}.legend_list ul li .inner img{max-width:80%;height:auto}.legend_list ul li .link_button_front{display:block;width:100%;position:absolute}.main-content{width:480px;display:inline-block;vertical-align:top;margin-right:10px}.main-content .ranking_front li.ranking_list .chart_area .canvas_outer{display:block;width:70%;height:auto;margin:0 auto}.main-content .ranking_front li.ranking_list .chart_area table{width:64%}.main-content .ranking_front li.ranking_list .chart_area .average_point{width:21%}.main-content .ranking_front li.ranking_list .comment_list{margin-top:10px}.good-content .category_list{margin-bottom:1100px!important}.ranking-content .ranking_button li{width:15%}.ranking-content .ranking_front li.ranking_list .ranking_left .order{top:-11%;left:-2%}.ranking-content .ranking_front li.ranking_list .comment_list ul li .comment_top div{display:inline-block;width:90%;padding-left:6px;vertical-align:top}.single-content .content_left .site-info-left-2{padding-left:30px}.single-block .chart_area .average_point{width:51%}.single-block .chart_area .chart_bottom .canvas_outer{width:37%}.single-block .chart_area .chart_bottom table{width:40%}.single-block .chart_area .chart_bottom table.comment_rates{display:inline;text-align:center;width:100%;margin-left:0}.main-block .single-content .site-review img{margin:10px auto;display:block;width:100%;height:auto}.archive-content .category_list{margin-bottom:1345px!important}.wrap .single-block .chart_area{margin-bottom:30px}.wrap .single-block .chart_area .average_point{margin:20px auto;width:64%}.wrap .single-block .chart_area .chart_bottom .canvas_outer{width:32%}.wrap .single-block .chart_area .chart_bottom table{width:43%}.wrap .single-content{display:block}.wrap .single-content .content_left{width:100%;margin-bottom:20px}.wrap .single-content .content_right{width:86%}.wrap .main-block__left .ranking_front li.ranking_list{padding:0 10px}.wrap .main-block__left .ranking_front li.ranking_list .ranking_left{width:43%}.wrap .main-block__left .ranking_front li.ranking_list .ranking_left img{max-width:100%;height:auto}.wrap .main-block__left .ranking_front li.ranking_list .single-button{border-radius:0}.wrap .main-block__left .ranking_front li.ranking_list .button{padding:0}.wrap .main-block__left .ranking_front li.ranking_list .ranking_right{width:56%;font-size:.9rem}.wrap .main-block__left .ranking_front li.ranking_list .chart_area{margin-top:20px}.wrap .main-block__left .ranking_front li.ranking_list .chart_area .average_point{width:90%;margin-top:20px;margin-bottom:20px}.wrap .main-block__left .ranking_front li.ranking_list .chart_area .canvas_outer{width:180px;height:180px}.wrap .main-block__left .ranking_front li.ranking_list .chart_area table{width:57%}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li .comment_top{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:34px}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li .comment_top img{display:inline-block;width:34px;height:34px}.wrap .main-block__left .new-comments ul li .comment_top{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:34px}.wrap .main-block__left .new-comments ul li .comment_top img{display:inline-block;width:34px;height:34px}.wrap .main-block__left--front .category_list{margin-bottom:1430px}.wrap .main-block__left--ranking .ranking_button li{width:15.9%}.wrap .main-block__left--yuryo .category_list{margin-bottom:1000px}.wrap .main-block__left--akutoku .category_list{margin-bottom:340px}.wrap .main-block__left--categorylist .category_list{margin-bottom:390px}.wrap .main-block__left--archive .category_list{margin-bottom:1200px}.wrap .main-block__left .comment-form-area #commentform .uk-grid .comment-form-author #author{width:215px}.wrap .main-block__right .sidebar{width:100%}}@media only screen and (min-width:1280px){.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .text,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .text{font-size:28px}}@media only screen and (max-width:1024px){.ranking-parent .outline,.site-list .site-list-box{width:90%}.sidebar__contents .sidebar-h3 .long,.sidebar__contents .sidebar-h3 .short{font-size:17px}.sidebar__contents ul li .ranking-sitename .ranking-site-name a,.sidebar__contents ul li .site-name a{font-size:18px}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .text,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .text{font-size:20px}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .title,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .title{font-size:25px}.matching .matching-box{width:95%}.good-list__box{width:90%}}@media only screen and (max-width:768px){.sidebar__contents ul li .thumbnail--cta-date .sidebar-btn,.sidebar__contents ul li .thumbnail--cta-date .site-thumbnail,.sidebar__contents ul li .thumbnail-data .money-hit-recovery,.sidebar__contents ul li .thumbnail-data .site-thumbnail{width:48%}.sidebar__contents .sidebar-h3 .long,.sidebar__contents .sidebar-h3 .short,.sidebar__contents ul li .ranking-sitename .ranking-site-name a{font-size:20px}.sidebar__contents ul li .thumbnail--cta-date .sidebar-btn .date,.sidebar__contents ul li .thumbnail--text-date .site-thumbnail .date,.sidebar__contents ul li .thumbnail--text-date .text-date .date{font-size:12px}.sidebar__contents ul li .thumbnail-data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sidebar__contents ul li .thumbnail--cta-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sidebar__contents ul li .thumbnail--cta-date .site-thumbnail{margin-bottom:unset}.sidebar__contents ul li .thumbnail--cta-date .sidebar-btn,.sidebar__contents ul li .thumbnail--cta-date .site-thumbnail a,.sidebar__contents ul li .thumbnail--cta-date .site-thumbnail a img{display:block}.sidebar__contents ul li .thumbnail--cta-date .sidebar-btn a{width:100%}.sidebar__contents ul li .thumbnail--cta-date .sidebar-btn a:first-of-type{margin-bottom:5px}.sidebar__contents ul li .thumbnail--text-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sidebar__contents ul li .thumbnail--text-date .site-thumbnail,.sidebar__contents ul li .thumbnail--text-date .text-date{width:48%}.sidebar__contents ul li .thumbnail--text-date .site-thumbnail .text,.sidebar__contents ul li .thumbnail--text-date .text-date .text{line-height:18px;margin-bottom:5px}.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .hit-recovery .hit__title,.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .hit-recovery .recovery__title,.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .money__title{font-size:14px;padding:7px 0}.sidebar__contents ul li .site-name a{font-size:20px}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .text,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .text{font-size:16px}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .title,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .title{font-size:20px}.matching .matching-box .main .step-box{padding:50px 30px 0}}@media only screen and (max-width:700px){#single .last-updated,.line_official .last-updated,.ranking .last-updated,.ranking_new-sitereview .last-updated,.site-review__article-under__contents.text .last-updated{width:100%;margin:10px auto 20px}}@media only screen and (max-width:600px) and (max-width:600px){.scode-comment-men-woman__image-detail .detail .stars .star5-rating{font-size:17px}#breadcrumblist{width:95%;margin:20px auto 25px}}@media screen and (max-width:600px){.wrap .ranking_new-singleblock{margin-top:unset!important}.wrap .main-block__left--single .site-review .ranking_new-h1{border:unset;padding:unset;margin:10px 0}.wrap .main-block__left--single .site-review .ranking_new-h1 img{max-width:unset;width:100%;margin:unset}.wrap .main-block__left--single .site-review .site-ranking__table{width:100%}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr th:nth-child(4){min-width:180px}.wrap .main-block__left--single .site-review .site-ranking__table tbody tr td img{max-width:100%}.wrap .main-block__left--single .ranking_new-sitereview h1{font-size:20px;border-left:7px double #611616;border-bottom:7px double #611616;margin:20px 5px;padding:7px}#single .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating,#single .table-allinfo table tr td .point--stars .stars .star5-rating,.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating,.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td .star-hyoka .star5-rating,.line_official .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating,.line_official .table-allinfo table tr td .point--stars .stars .star5-rating,.ranking .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating,.ranking .table-allinfo table tr td .point--stars .stars .star5-rating,.ranking_new-sitereview .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating,.ranking_new-sitereview .table-allinfo table tr td .point--stars .stars .star5-rating,.scode-comment-men-woman__detail .stars .star5-rating,.single .site-review__article-under__contents .table-star tr td .point--stars .stars .star5-rating,.single__fv-info__main .evaluation__other__item__star .stars .star5-rating,.single__old-fv-info .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star table tr td .point--stars .stars .star5-rating,.site-review__article-under__contents.text .table-allinfo table tr td .point--stars .stars .star5-rating{font-size:17px}.wrap .unei-info p{text-align:unset!important}.main-block__right{float:none;width:100%}.front .front-box .hover-speechbubble__outline__item,.front .front-box .hover-speechbubble__outline__item div:last-of-type{font-size:14px}.front .front-box .hover-speechbubble__outline{width:95%}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1 .triangle,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .triangle,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .triangle,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4 .triangle,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .triangle,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .triangle{top:-12px;left:68px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover1,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover4,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6{width:250px;max-width:250px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover2 .triangle,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover5 .triangle{top:-12px;left:143px!important}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover3 .triangle,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip__hover6 .triangle{top:-12px;left:228px!important}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover1,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover4{left:-65px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover2,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover5{right:-105px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover3,.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip:hover .tooltip__hover6{right:-20px}.front .front-box .hover-speechbubble__outline__item .bottom .star-number{font-size:18px}.front .front-box .hover-speechbubble__outline__item .bottom .star5-rating{font-size:16px}.front .front-box .hover-speechbubble .cta{display:block;width:90%;margin:0 auto 20px}.front .front-box .hover-speechbubble .cta__article,.front .front-box .hover-speechbubble .cta__official{width:100%}.front .front-box .hover-speechbubble .cta__official{margin-bottom:15px}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating,.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating,.good-list__box__contents li .sogohyoka--other table tr td .point--stars .stars .star5-rating,.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating,.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating,.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment__all-value table tr td .point--stars .stars .star5-rating{font-size:17px}}@media only screen and (max-width:600px){.wrap .main-block__left--single .site-review .site-ranking__ul__li__kanren__left img,.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__left img{max-width:100%}main{padding-top:55px}.wrap{width:95%;margin:auto}.wrap .main-block__left--single .site-review ul.ul-new{margin:1.3em 15px}.wrap .main-block__left--single .site-review .site-ranking__ul{padding:0 10px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__name a{font-size:20px;bottom:11px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__maincontents-name{font-size:22px;padding:10px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb{display:block}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__left{width:100%;margin-bottom:20px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__right{width:100%}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__right__midashi{font-size:18px;margin-bottom:10px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__right__content{font-size:16px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__thumb__right__content__bottom{margin-bottom:10px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea{display:block}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea .canvas_outer{width:100%;height:unset}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea table{width:85%;display:block}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea__averagepoint{width:100%;display:block;margin-bottom:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.wrap .main-block__left--single .site-review .site-ranking__ul__li__chartarea__averagepoint__midashi{margin:0 5% 10px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__single-button{width:100%}.wrap .main-block__left--single .site-review .site-ranking__ul__li__table tbody tr th{width:30%}.wrap .main-block__left--single .site-review .site-ranking__ul__li__kanren{display:block}.wrap .main-block__left--single .site-review .site-ranking__ul__li__kanren::before{top:-30px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__kanren__left{width:60%;margin:auto}.wrap .main-block__left--single .site-review .site-ranking__ul__li__kanren__right{width:100%}.wrap .main-block__left--single .site-review .site-ranking__ul__li__kanren__right__link{font-size:18px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul__li .comment-block{padding:10px 0}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul__li .content p{margin:0 10px}.wrap .main-block__left--single .site-review .site-ranking__ul__li__comment__ul__li .content p:not(:last-of-type){margin-bottom:1em}.wrap .main-block__left--single .site-review .table-scroll_left{margin:0 0 1.3em}.scode-quote,.scode-quote-image{padding:25px 15px}.category-evaluation-table table tr{display:grid;grid-template:1fr/75px 1fr 1fr 1fr;font-size:14px}.category-evaluation-table table tr .td-all-evaluation{font-size:16px}.category-evaluation-table table tr .td-all-evaluation span,.category-evaluation-table table tr .td-star div .number{font-size:14px}.category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating{font-size:12px}.category-evaluation-table table tr .td-bad,.category-evaluation-table table tr .td-good,.category-evaluation-table table tr .td-standard{padding:4px 10px}.circle-border-graph{padding:10px}.circle-border-graph__content{padding:5px}.circle-border-graph__content__circle__all{font-size:14px;line-height:1.3;width:100px;top:50%;left:47%;transform:translate(-47%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.circle-border-graph__content__circle__all span{font-size:20px}.circle-border-graph__content__border .bar-graph-wrap .bar-graph{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__title{color:#5A1C19;font-size:18px;font-weight:700;line-height:1;margin-bottom:2px}.circle-border-graph__content__border .bar-graph-wrap .bar-graph .title-good{color:#FFEB03;-webkit-text-stroke:1.2px #5A1C19}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100% - 45px)}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background{background-color:#F2F2F2;border-radius:0 4px 4px 0;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .graph{height:20px;left:0;border-radius:0 4px 4px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .graph span{font-size:14px;color:#fff}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .bar-graph-good{background:#5A1C19}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .bar-graph-verification{background:#AA5253}.circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .bar-graph-bad{background:#D19B9B}.circle-border-graph__content__border .bar-graph-wrap .bar-graph .number{line-height:1;font-weight:900;font-size:14px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.circle-border-graph__content__border .bar-graph-wrap .bar-graph .number span{font-size:14px}.circle-border-graph__content__border .bar-graph-wrap .bar-graph .number-good{color:#FFEB03;-webkit-text-stroke:1.2px #5A1C19}.circle-border-graph__content__border .bar-graph-wrap .bar-graph .number-bad,.circle-border-graph__content__border .bar-graph-wrap .bar-graph .number-verification{color:#5A1C19}.top-ranking-tab__tab-wrap__tab-label{padding:15px 5px 5px!important}.top-ranking-tab__tab-wrap__tab-label .tab-label-icon{width:30px}.top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__icon{width:40px;padding:20px 10px}.top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__content{padding:10px}.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .hit-recovery .hit__text,.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .hit-recovery .recovery__text,.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .money__text{padding:7px 0}.top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__content__image{width:80px;margin-right:10px}.top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__content__title{width:calc(100% - 90px)}.top-ranking-tab__tab-wrap__tab-switch:checked+.top-ranking-tab__tab-wrap__tab-label:after{border-width:10px;margin-left:-10px}.sidebar{margin-bottom:50px}.sidebar__contents:not(:last-of-type){margin-bottom:30px}.sidebar__contents ul li .thumbnail-evaluation__money-hit-recovery .money__text span{font-size:20px}.sidebar__contents ul li .sidebar-btn{padding:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#single .table-site_information table td,#single .table-site_information table th,#single .verification-criteria table tr td,#single .verification-criteria table tr th,.line_official .table-site_information table td,.line_official .table-site_information table th,.line_official .verification-criteria table tr td,.line_official .verification-criteria table tr th,.ranking .table-site_information table td,.ranking .table-site_information table th,.ranking .verification-criteria table tr td,.ranking .verification-criteria table tr th,.ranking_new-sitereview .table-site_information table td,.ranking_new-sitereview .table-site_information table th,.ranking_new-sitereview .verification-criteria table tr td,.ranking_new-sitereview .verification-criteria table tr th,.site-review__article-under__contents.text .table-site_information table td,.site-review__article-under__contents.text .table-site_information table th,.site-review__article-under__contents.text .verification-criteria table tr td,.site-review__article-under__contents.text .verification-criteria table tr th{padding:10px 5px;line-height:18px}.sidebar__contents ul li .sidebar-btn a{display:block;height:auto}#single .verification-criteria,.line_official .verification-criteria,.ranking .verification-criteria,.ranking_new-sitereview .verification-criteria,.site-review__article-under__contents.text .verification-criteria{width:100%}#single .verification-criteria table tr th,.line_official .verification-criteria table tr th,.ranking .verification-criteria table tr th,.ranking_new-sitereview .verification-criteria table tr th,.site-review__article-under__contents.text .verification-criteria table tr th{width:25%}#single .verification-criteria table tr td,.line_official .verification-criteria table tr td,.ranking .verification-criteria table tr td,.ranking_new-sitereview .verification-criteria table tr td,.site-review__article-under__contents.text .verification-criteria table tr td{width:75%}#single .table-site_information,.line_official .table-site_information,.ranking .table-site_information,.ranking_new-sitereview .table-site_information,.site-review__article-under__contents.text .table-site_information{width:100%}#single .table-site_information table th,.line_official .table-site_information table th,.ranking .table-site_information table th,.ranking_new-sitereview .table-site_information table th,.site-review__article-under__contents.text .table-site_information table th{width:35%}#single .table-site_information table td,.line_official .table-site_information table td,.ranking .table-site_information table td,.ranking_new-sitereview .table-site_information table td,.site-review__article-under__contents.text .table-site_information table td{width:65%}#single .list-dot,#single .merit-demerit,#single .register-withdrawal_method,#single .slider-plan,#single .table-expected_result,#single .table-expected_result-custom,.line_official .list-dot,.line_official .merit-demerit,.line_official .register-withdrawal_method,.line_official .slider-plan,.line_official .table-expected_result,.line_official .table-expected_result-custom,.ranking .list-dot,.ranking .merit-demerit,.ranking .register-withdrawal_method,.ranking .slider-plan,.ranking .table-expected_result,.ranking .table-expected_result-custom,.ranking_new-sitereview .list-dot,.ranking_new-sitereview .merit-demerit,.ranking_new-sitereview .register-withdrawal_method,.ranking_new-sitereview .slider-plan,.ranking_new-sitereview .table-expected_result,.ranking_new-sitereview .table-expected_result-custom,.site-review__article-under__contents.text .list-dot,.site-review__article-under__contents.text .merit-demerit,.site-review__article-under__contents.text .register-withdrawal_method,.site-review__article-under__contents.text .slider-plan,.site-review__article-under__contents.text .table-expected_result,.site-review__article-under__contents.text .table-expected_result-custom{width:100%}#single .register-withdrawal_method__item .step-num span:last-of-type,.line_official .register-withdrawal_method__item .step-num span:last-of-type,.ranking .register-withdrawal_method__item .step-num span:last-of-type,.ranking_new-sitereview .register-withdrawal_method__item .step-num span:last-of-type,.site-review__article-under__contents.text .register-withdrawal_method__item .step-num span:last-of-type{margin-left:10px}#single .register-withdrawal_method__item .text,.line_official .register-withdrawal_method__item .text,.ranking .register-withdrawal_method__item .text,.ranking_new-sitereview .register-withdrawal_method__item .text,.site-review__article-under__contents.text .register-withdrawal_method__item .text{text-align:left;padding:0 0 0 70px}#single .table-expected_result table tr td,#single .table-expected_result table tr th,#single .table-expected_result-custom table tr td,#single .table-expected_result-custom table tr th,.line_official .table-expected_result table tr td,.line_official .table-expected_result table tr th,.line_official .table-expected_result-custom table tr td,.line_official .table-expected_result-custom table tr th,.ranking .table-expected_result table tr td,.ranking .table-expected_result table tr th,.ranking .table-expected_result-custom table tr td,.ranking .table-expected_result-custom table tr th,.ranking_new-sitereview .table-expected_result table tr td,.ranking_new-sitereview .table-expected_result table tr th,.ranking_new-sitereview .table-expected_result-custom table tr td,.ranking_new-sitereview .table-expected_result-custom table tr th,.site-review__article-under__contents.text .table-expected_result table tr td,.site-review__article-under__contents.text .table-expected_result table tr th,.site-review__article-under__contents.text .table-expected_result-custom table tr td,.site-review__article-under__contents.text .table-expected_result-custom table tr th{font-size:15px}#single .slider-plan ul li,.line_official .slider-plan ul li,.ranking .slider-plan ul li,.ranking_new-sitereview .slider-plan ul li,.site-review__article-under__contents.text .slider-plan ul li{padding:0}#single .slider-plan ul li .image,.line_official .slider-plan ul li .image,.ranking .slider-plan ul li .image,.ranking_new-sitereview .slider-plan ul li .image,.site-review__article-under__contents.text .slider-plan ul li .image{padding:10px 15px}#single .slider-plan ul li table tr th,.line_official .slider-plan ul li table tr th,.ranking .slider-plan ul li table tr th,.ranking_new-sitereview .slider-plan ul li table tr th,.site-review__article-under__contents.text .slider-plan ul li table tr th{width:45%}#single .slider-plan ul li table tr td,.line_official .slider-plan ul li table tr td,.ranking .slider-plan ul li table tr td,.ranking_new-sitereview .slider-plan ul li table tr td,.site-review__article-under__contents.text .slider-plan ul li table tr td{width:55%}#single .slider-plan .swiper-button-next:after,#single .slider-plan .swiper-button-prev:after,.line_official .slider-plan .swiper-button-next:after,.line_official .slider-plan .swiper-button-prev:after,.ranking .slider-plan .swiper-button-next:after,.ranking .slider-plan .swiper-button-prev:after,.ranking_new-sitereview .slider-plan .swiper-button-next:after,.ranking_new-sitereview .slider-plan .swiper-button-prev:after,.site-review__article-under__contents.text .slider-plan .swiper-button-next:after,.site-review__article-under__contents.text .slider-plan .swiper-button-prev:after{font-size:28px}#single .paidforecast-results,.line_official .paidforecast-results,.ranking .paidforecast-results,.ranking_new-sitereview .paidforecast-results,.site-review__article-under__contents.text .paidforecast-results{width:100%}#single .paidforecast-results__title img,.line_official .paidforecast-results__title img,.ranking .paidforecast-results__title img,.ranking_new-sitereview .paidforecast-results__title img,.site-review__article-under__contents.text .paidforecast-results__title img{width:6%}#single .paidforecast-results__contents .img,.line_official .paidforecast-results__contents .img,.ranking .paidforecast-results__contents .img,.ranking_new-sitereview .paidforecast-results__contents .img,.site-review__article-under__contents.text .paidforecast-results__contents .img{width:30%}#single .paidforecast-results__contents table,.line_official .paidforecast-results__contents table,.ranking .paidforecast-results__contents table,.ranking_new-sitereview .paidforecast-results__contents table,.site-review__article-under__contents.text .paidforecast-results__contents table{width:70%}#single .paidforecast-results__contents table tr td,#single .paidforecast-results__contents table tr th,.line_official .paidforecast-results__contents table tr td,.line_official .paidforecast-results__contents table tr th,.ranking .paidforecast-results__contents table tr td,.ranking .paidforecast-results__contents table tr th,.ranking_new-sitereview .paidforecast-results__contents table tr td,.ranking_new-sitereview .paidforecast-results__contents table tr th,.site-review__article-under__contents.text .paidforecast-results__contents table tr td,.site-review__article-under__contents.text .paidforecast-results__contents table tr th{font-size:15px;padding:0 5px}#single .paidforecast-results__contents table tr th,.line_official .paidforecast-results__contents table tr th,.ranking .paidforecast-results__contents table tr th,.ranking_new-sitereview .paidforecast-results__contents table tr th,.site-review__article-under__contents.text .paidforecast-results__contents table tr th{width:40%}#single .paidforecast-results__contents table tr td,.line_official .paidforecast-results__contents table tr td,.ranking .paidforecast-results__contents table tr td,.ranking_new-sitereview .paidforecast-results__contents table tr td,.site-review__article-under__contents.text .paidforecast-results__contents table tr td{width:60%}#single .paidforecast-results .accordion-result__contents table .minirank1 th:before,#single .paidforecast-results .accordion-result__contents table .minirank2 th:before,#single .paidforecast-results .accordion-result__contents table .minirank3 th:before,.line_official .paidforecast-results .accordion-result__contents table .minirank1 th:before,.line_official .paidforecast-results .accordion-result__contents table .minirank2 th:before,.line_official .paidforecast-results .accordion-result__contents table .minirank3 th:before,.ranking .paidforecast-results .accordion-result__contents table .minirank1 th:before,.ranking .paidforecast-results .accordion-result__contents table .minirank2 th:before,.ranking .paidforecast-results .accordion-result__contents table .minirank3 th:before,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table .minirank1 th:before,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table .minirank2 th:before,.ranking_new-sitereview .paidforecast-results .accordion-result__contents table .minirank3 th:before,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table .minirank1 th:before,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table .minirank2 th:before,.site-review__article-under__contents.text .paidforecast-results .accordion-result__contents table .minirank3 th:before{left:5px}#single .site-comparison,.line_official .site-comparison,.ranking .site-comparison,.ranking_new-sitereview .site-comparison,.site-review__article-under__contents.text .site-comparison{width:100%}#single .site-comparison table tr th,.line_official .site-comparison table tr th,.ranking .site-comparison table tr th,.ranking_new-sitereview .site-comparison table tr th,.site-review__article-under__contents.text .site-comparison table tr th{width:90px;min-width:90px}#single .site-comparison table tr td,.line_official .site-comparison table tr td,.ranking .site-comparison table tr td,.ranking_new-sitereview .site-comparison table tr td,.site-review__article-under__contents.text .site-comparison table tr td{width:130px;min-width:130px}#single .site-comparison table tr td:first-of-type,.line_official .site-comparison table tr td:first-of-type,.ranking .site-comparison table tr td:first-of-type,.ranking_new-sitereview .site-comparison table tr td:first-of-type,.site-review__article-under__contents.text .site-comparison table tr td:first-of-type{left:90px}#single .site-comparison table .thumbnail td a img,.line_official .site-comparison table .thumbnail td a img,.ranking .site-comparison table .thumbnail td a img,.ranking_new-sitereview .site-comparison table .thumbnail td a img,.site-review__article-under__contents.text .site-comparison table .thumbnail td a img{height:80px}#single .site-comparison table .sitename td a,.line_official .site-comparison table .sitename td a,.ranking .site-comparison table .sitename td a,.ranking_new-sitereview .site-comparison table .sitename td a,.site-review__article-under__contents.text .site-comparison table .sitename td a{font-size:12px}#single .bargraph,.line_official .bargraph,.ranking .bargraph,.ranking_new-sitereview .bargraph,.site-review__article-under__contents.text .bargraph{width:100%}#single .bargraph__sogohyoka__title,.line_official .bargraph__sogohyoka__title,.ranking .bargraph__sogohyoka__title,.ranking_new-sitereview .bargraph__sogohyoka__title,.site-review__article-under__contents.text .bargraph__sogohyoka__title{font-size:20px}#single .bargraph__sogohyoka__contents li .subtitle,.line_official .bargraph__sogohyoka__contents li .subtitle,.ranking .bargraph__sogohyoka__contents li .subtitle,.ranking_new-sitereview .bargraph__sogohyoka__contents li .subtitle,.site-review__article-under__contents.text .bargraph__sogohyoka__contents li .subtitle{padding:5px}#single .bargraph__sogohyoka__contents li .graph--text__graph,#single .bargraph__sogohyoka__contents li .graph--text__text,.line_official .bargraph__sogohyoka__contents li .graph--text__graph,.line_official .bargraph__sogohyoka__contents li .graph--text__text,.ranking .bargraph__sogohyoka__contents li .graph--text__graph,.ranking .bargraph__sogohyoka__contents li .graph--text__text,.ranking_new-sitereview .bargraph__sogohyoka__contents li .graph--text__graph,.ranking_new-sitereview .bargraph__sogohyoka__contents li .graph--text__text,.site-review__article-under__contents.text .bargraph__sogohyoka__contents li .graph--text__graph,.site-review__article-under__contents.text .bargraph__sogohyoka__contents li .graph--text__text{padding:15px}#single .bargraph__sogohyoka__contents li .graph--text__graph .point,.line_official .bargraph__sogohyoka__contents li .graph--text__graph .point,.ranking .bargraph__sogohyoka__contents li .graph--text__graph .point,.ranking_new-sitereview .bargraph__sogohyoka__contents li .graph--text__graph .point,.site-review__article-under__contents.text .bargraph__sogohyoka__contents li .graph--text__graph .point{width:20%}#single .bargraph__sogohyoka__contents li .graph--text__graph .graph-back,.line_official .bargraph__sogohyoka__contents li .graph--text__graph .graph-back,.ranking .bargraph__sogohyoka__contents li .graph--text__graph .graph-back,.ranking_new-sitereview .bargraph__sogohyoka__contents li .graph--text__graph .graph-back,.site-review__article-under__contents.text .bargraph__sogohyoka__contents li .graph--text__graph .graph-back{width:78%}#single .bargraph__sohyo__contents div:first-of-type,.line_official .bargraph__sohyo__contents div:first-of-type,.ranking .bargraph__sohyo__contents div:first-of-type,.ranking_new-sitereview .bargraph__sohyo__contents div:first-of-type,.site-review__article-under__contents.text .bargraph__sohyo__contents div:first-of-type{padding:30px 10px}#single .bargraph__sohyo__contents div:first-of-type img,.line_official .bargraph__sohyo__contents div:first-of-type img,.ranking .bargraph__sohyo__contents div:first-of-type img,.ranking_new-sitereview .bargraph__sohyo__contents div:first-of-type img,.site-review__article-under__contents.text .bargraph__sohyo__contents div:first-of-type img{width:70%}#single .bargraph__sohyo__contents div:last-of-type,.line_official .bargraph__sohyo__contents div:last-of-type,.ranking .bargraph__sohyo__contents div:last-of-type,.ranking_new-sitereview .bargraph__sohyo__contents div:last-of-type,.site-review__article-under__contents.text .bargraph__sohyo__contents div:last-of-type{padding:15px}#single .simulation,.line_official .simulation,.ranking .simulation,.ranking_new-sitereview .simulation,.site-review__article-under__contents.text .simulation{width:100%}#single .simulation__select__title,.line_official .simulation__select__title,.ranking .simulation__select__title,.ranking_new-sitereview .simulation__select__title,.site-review__article-under__contents.text .simulation__select__title{font-size:18px}#single .simulation__select__contents::before,.line_official .simulation__select__contents::before,.ranking .simulation__select__contents::before,.ranking_new-sitereview .simulation__select__contents::before,.site-review__article-under__contents.text .simulation__select__contents::before{font-size:16px;right:20px}#single .simulation__select__contents select,.line_official .simulation__select__contents select,.ranking .simulation__select__contents select,.ranking_new-sitereview .simulation__select__contents select,.site-review__article-under__contents.text .simulation__select__contents select{font-size:18px}#single .simulation__button .button_num,.line_official .simulation__button .button_num,.ranking .simulation__button .button_num,.ranking_new-sitereview .simulation__button .button_num,.site-review__article-under__contents.text .simulation__button .button_num{width:80%;font-size:20px}#single .simulation__button .button_num__icon,.line_official .simulation__button .button_num__icon,.ranking .simulation__button .button_num__icon,.ranking_new-sitereview .simulation__button .button_num__icon,.site-review__article-under__contents.text .simulation__button .button_num__icon{bottom:-25px;right:-40px}#single .simulation__button__arrow,.line_official .simulation__button__arrow,.ranking .simulation__button__arrow,.ranking_new-sitereview .simulation__button__arrow,.site-review__article-under__contents.text .simulation__button__arrow{width:10%}#single .simulation__button .button_counter,.line_official .simulation__button .button_counter,.ranking .simulation__button .button_counter,.ranking_new-sitereview .simulation__button .button_counter,.site-review__article-under__contents.text .simulation__button .button_counter{width:50%}#single .table-hit_achievement,.line_official .table-hit_achievement,.ranking .table-hit_achievement,.ranking_new-sitereview .table-hit_achievement,.site-review__article-under__contents.text .table-hit_achievement{width:100%;max-height:410px;max-width:98%}#single .table-hit_achievement table tr td,#single .table-hit_achievement table tr th,.line_official .table-hit_achievement table tr td,.line_official .table-hit_achievement table tr th,.ranking .table-hit_achievement table tr td,.ranking .table-hit_achievement table tr th,.ranking_new-sitereview .table-hit_achievement table tr td,.ranking_new-sitereview .table-hit_achievement table tr th,.site-review__article-under__contents.text .table-hit_achievement table tr td,.site-review__article-under__contents.text .table-hit_achievement table tr th{font-size:15px;line-height:18px;padding:5px 2px}#single .table-hit_achievement table tr th:first-of-type,.line_official .table-hit_achievement table tr th:first-of-type,.ranking .table-hit_achievement table tr th:first-of-type,.ranking_new-sitereview .table-hit_achievement table tr th:first-of-type,.site-review__article-under__contents.text .table-hit_achievement table tr th:first-of-type{width:30%}#single .table-hit_achievement table tr th:last-of-type,.line_official .table-hit_achievement table tr th:last-of-type,.ranking .table-hit_achievement table tr th:last-of-type,.ranking_new-sitereview .table-hit_achievement table tr th:last-of-type,.site-review__article-under__contents.text .table-hit_achievement table tr th:last-of-type{width:70%}#single .table-hit_achievement table tr td:first-of-type,.line_official .table-hit_achievement table tr td:first-of-type,.ranking .table-hit_achievement table tr td:first-of-type,.ranking_new-sitereview .table-hit_achievement table tr td:first-of-type,.site-review__article-under__contents.text .table-hit_achievement table tr td:first-of-type{width:30%}#single .table-hit_achievement table tr td:nth-of-type(2),.line_official .table-hit_achievement table tr td:nth-of-type(2),.ranking .table-hit_achievement table tr td:nth-of-type(2),.ranking_new-sitereview .table-hit_achievement table tr td:nth-of-type(2),.site-review__article-under__contents.text .table-hit_achievement table tr td:nth-of-type(2){width:35%}#single .table-hit_achievement table tr td:last-of-type,.line_official .table-hit_achievement table tr td:last-of-type,.ranking .table-hit_achievement table tr td:last-of-type,.ranking_new-sitereview .table-hit_achievement table tr td:last-of-type,.site-review__article-under__contents.text .table-hit_achievement table tr td:last-of-type{width:25%}#single .table-hit_achievement table tr td a,.line_official .table-hit_achievement table tr td a,.ranking .table-hit_achievement table tr td a,.ranking_new-sitereview .table-hit_achievement table tr td a,.site-review__article-under__contents.text .table-hit_achievement table tr td a{font-size:14px;padding:5px}#single .ability-popular_no1,.line_official .ability-popular_no1,.ranking .ability-popular_no1,.ranking_new-sitereview .ability-popular_no1,.site-review__article-under__contents.text .ability-popular_no1{width:100%}#single .ability-popular_no1 ul li .content-name__bottom,.line_official .ability-popular_no1 ul li .content-name__bottom,.ranking .ability-popular_no1 ul li .content-name__bottom,.ranking_new-sitereview .ability-popular_no1 ul li .content-name__bottom,.site-review__article-under__contents.text .ability-popular_no1 ul li .content-name__bottom{width:50%}#single .ability-popular_no1 ul li .thumbnail,.line_official .ability-popular_no1 ul li .thumbnail,.ranking .ability-popular_no1 ul li .thumbnail,.ranking_new-sitereview .ability-popular_no1 ul li .thumbnail,.site-review__article-under__contents.text .ability-popular_no1 ul li .thumbnail{width:100%;padding:5px}#single .ability-popular_no1 ul li .thumbnail img,.line_official .ability-popular_no1 ul li .thumbnail img,.ranking .ability-popular_no1 ul li .thumbnail img,.ranking_new-sitereview .ability-popular_no1 ul li .thumbnail img,.site-review__article-under__contents.text .ability-popular_no1 ul li .thumbnail img{height:80px!important}#single .ability-popular_no1 ul li .text,.line_official .ability-popular_no1 ul li .text,.ranking .ability-popular_no1 ul li .text,.ranking_new-sitereview .ability-popular_no1 ul li .text,.site-review__article-under__contents.text .ability-popular_no1 ul li .text{padding:5px}#single .ability-popular_no1 ul li .cta,.line_official .ability-popular_no1 ul li .cta,.ranking .ability-popular_no1 ul li .cta,.ranking_new-sitereview .ability-popular_no1 ul li .cta,.site-review__article-under__contents.text .ability-popular_no1 ul li .cta{width:100%;padding:5px}#single .table-site,.line_official .table-site,.ranking .table-site,.ranking_new-sitereview .table-site,.site-review__article-under__contents.text .table-site{width:100%}#single .table-site table tr td,.line_official .table-site table tr td,.ranking .table-site table tr td,.ranking_new-sitereview .table-site table tr td,.site-review__article-under__contents.text .table-site table tr td{padding:10px 5px}#single .table-allinfo,.line_official .table-allinfo,.ranking .table-allinfo,.ranking_new-sitereview .table-allinfo,.site-review__article-under__contents.text .table-allinfo{width:100%}#single .table-allinfo table tr:first-of-type th:first-of-type,.line_official .table-allinfo table tr:first-of-type th:first-of-type,.ranking .table-allinfo table tr:first-of-type th:first-of-type,.ranking_new-sitereview .table-allinfo table tr:first-of-type th:first-of-type,.site-review__article-under__contents.text .table-allinfo table tr:first-of-type th:first-of-type{width:100px;min-width:100px}#single .table-allinfo table tr td:nth-of-type(2),#single .table-allinfo table tr th:nth-of-type(2),#single .table-allinfo table tr:first-of-type th:nth-of-type(2),.line_official .table-allinfo table tr td:nth-of-type(2),.line_official .table-allinfo table tr th:nth-of-type(2),.line_official .table-allinfo table tr:first-of-type th:nth-of-type(2),.ranking .table-allinfo table tr td:nth-of-type(2),.ranking .table-allinfo table tr th:nth-of-type(2),.ranking .table-allinfo table tr:first-of-type th:nth-of-type(2),.ranking_new-sitereview .table-allinfo table tr td:nth-of-type(2),.ranking_new-sitereview .table-allinfo table tr th:nth-of-type(2),.ranking_new-sitereview .table-allinfo table tr:first-of-type th:nth-of-type(2),.site-review__article-under__contents.text .table-allinfo table tr td:nth-of-type(2),.site-review__article-under__contents.text .table-allinfo table tr th:nth-of-type(2),.site-review__article-under__contents.text .table-allinfo table tr:first-of-type th:nth-of-type(2){width:80px;min-width:80px}#single .article-rank,.line_official .article-rank,.ranking .article-rank,.ranking_new-sitereview .article-rank,.site-review__article-under__contents.text .article-rank{width:100%}#single .article-rank__sitename a,.line_official .article-rank__sitename a,.ranking .article-rank__sitename a,.ranking_new-sitereview .article-rank__sitename a,.site-review__article-under__contents.text .article-rank__sitename a{font-size:20px}#single .article-rank .thumbnail_other--star,.line_official .article-rank .thumbnail_other--star,.ranking .article-rank .thumbnail_other--star,.ranking_new-sitereview .article-rank .thumbnail_other--star,.site-review__article-under__contents.text .article-rank .thumbnail_other--star{display:block;margin-bottom:20px}#single .article-rank .thumbnail_other--star__thumbnail_other,.line_official .article-rank .thumbnail_other--star__thumbnail_other,.ranking .article-rank .thumbnail_other--star__thumbnail_other,.ranking_new-sitereview .article-rank .thumbnail_other--star__thumbnail_other,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__thumbnail_other{width:80%;margin:0 auto 20px}#single .article-rank .bargraph-comments,#single .article-rank .thumbnail_other--star__star,.line_official .article-rank .bargraph-comments,.line_official .article-rank .thumbnail_other--star__star,.ranking .article-rank .bargraph-comments,.ranking .article-rank .thumbnail_other--star__star,.ranking_new-sitereview .article-rank .bargraph-comments,.ranking_new-sitereview .article-rank .thumbnail_other--star__star,.site-review__article-under__contents.text .article-rank .bargraph-comments,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star{width:100%}#single .article-rank .thumbnail_other--star__star .all-value__top,.line_official .article-rank .thumbnail_other--star__star .all-value__top,.ranking .article-rank .thumbnail_other--star__star .all-value__top,.ranking_new-sitereview .article-rank .thumbnail_other--star__star .all-value__top,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star .all-value__top{margin-bottom:5px}#single .article-infolink__bottom .real a div:first-of-type,#single .article-infolink__bottom .trust a div:first-of-type,#single .article-infolink__top a div:first-of-type,#single .article-infolink__top a div:nth-of-type(2),#single .qanda ul li:not(:last-of-type),.line_official .article-infolink__bottom .real a div:first-of-type,.line_official .article-infolink__bottom .trust a div:first-of-type,.line_official .article-infolink__top a div:first-of-type,.line_official .article-infolink__top a div:nth-of-type(2),.line_official .qanda ul li:not(:last-of-type),.ranking .article-infolink__bottom .real a div:first-of-type,.ranking .article-infolink__bottom .trust a div:first-of-type,.ranking .article-infolink__top a div:first-of-type,.ranking .article-infolink__top a div:nth-of-type(2),.ranking .qanda ul li:not(:last-of-type),.ranking_new-sitereview .article-infolink__bottom .real a div:first-of-type,.ranking_new-sitereview .article-infolink__bottom .trust a div:first-of-type,.ranking_new-sitereview .article-infolink__top a div:first-of-type,.ranking_new-sitereview .article-infolink__top a div:nth-of-type(2),.ranking_new-sitereview .qanda ul li:not(:last-of-type),.site-review__article-under__contents.text .article-infolink__bottom .real a div:first-of-type,.site-review__article-under__contents.text .article-infolink__bottom .trust a div:first-of-type,.site-review__article-under__contents.text .article-infolink__top a div:first-of-type,.site-review__article-under__contents.text .article-infolink__top a div:nth-of-type(2),.site-review__article-under__contents.text .qanda ul li:not(:last-of-type){margin-bottom:15px}#single .article-rank .thumbnail_other--star__star .all-value__bottom,.line_official .article-rank .thumbnail_other--star__star .all-value__bottom,.ranking .article-rank .thumbnail_other--star__star .all-value__bottom,.ranking_new-sitereview .article-rank .thumbnail_other--star__star .all-value__bottom,.site-review__article-under__contents.text .article-rank .thumbnail_other--star__star .all-value__bottom{font-size:40px}#single .article-rank .bargraph-comments ul li .left,.line_official .article-rank .bargraph-comments ul li .left,.ranking .article-rank .bargraph-comments ul li .left,.ranking_new-sitereview .article-rank .bargraph-comments ul li .left,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li .left{width:30%}#single .article-rank .bargraph-comments ul li .left span,.line_official .article-rank .bargraph-comments ul li .left span,.ranking .article-rank .bargraph-comments ul li .left span,.ranking_new-sitereview .article-rank .bargraph-comments ul li .left span,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li .left span{font-size:15px}#single .article-rank .bargraph-comments ul li .right,.line_official .article-rank .bargraph-comments ul li .right,.ranking .article-rank .bargraph-comments ul li .right,.ranking_new-sitereview .article-rank .bargraph-comments ul li .right,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li .right{width:70%}#single .article-rank .bargraph-comments ul li .right .bar-graph,.line_official .article-rank .bargraph-comments ul li .right .bar-graph,.ranking .article-rank .bargraph-comments ul li .right .bar-graph,.ranking_new-sitereview .article-rank .bargraph-comments ul li .right .bar-graph,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li .right .bar-graph{width:80%}#single .article-rank .bargraph-comments ul li .right .com-num,.line_official .article-rank .bargraph-comments ul li .right .com-num,.ranking .article-rank .bargraph-comments ul li .right .com-num,.ranking_new-sitereview .article-rank .bargraph-comments ul li .right .com-num,.site-review__article-under__contents.text .article-rank .bargraph-comments ul li .right .com-num{width:20%;font-size:15px}#single .article-rank .recommend-point,.line_official .article-rank .recommend-point,.ranking .article-rank .recommend-point,.ranking_new-sitereview .article-rank .recommend-point,.site-review__article-under__contents.text .article-rank .recommend-point{width:100%}#single .article-rank .cta,.line_official .article-rank .cta,.ranking .article-rank .cta,.ranking_new-sitereview .article-rank .cta,.site-review__article-under__contents.text .article-rank .cta{width:80%;border-radius:10px}#single .article-rank .cta a .arrow,.line_official .article-rank .cta a .arrow,.ranking .article-rank .cta a .arrow,.ranking_new-sitereview .article-rank .cta a .arrow,.site-review__article-under__contents.text .article-rank .cta a .arrow{right:20px}#single .cta-new__article a .arrow,#single .cta-new__official a .arrow,.cta-new__article a .arrow,.cta-new__official a .arrow,.line_official .cta-new__article a .arrow,.line_official .cta-new__official a .arrow,.ranking .cta-new__article a .arrow,.ranking .cta-new__official a .arrow,.ranking_new-sitereview .cta-new__article a .arrow,.ranking_new-sitereview .cta-new__official a .arrow,.site-review__article-under__contents.text .cta-new__article a .arrow,.site-review__article-under__contents.text .cta-new__official a .arrow{right:15px}#single .cta-new,.line_official .cta-new,.ranking .cta-new,.ranking_new-sitereview .cta-new,.site-review__article-under__contents.text .cta-new{width:90%}#single .cta-new__article a .arrow,#single .cta-new__official a .arrow,.line_official .cta-new__article a .arrow,.line_official .cta-new__official a .arrow,.ranking .cta-new__article a .arrow,.ranking .cta-new__official a .arrow,.ranking_new-sitereview .cta-new__article a .arrow,.ranking_new-sitereview .cta-new__official a .arrow,.site-review__article-under__contents.text .cta-new__article a .arrow,.site-review__article-under__contents.text .cta-new__official a .arrow{width:11%}#single .article-infolink,#single .list-check,.line_official .article-infolink,.line_official .list-check,.ranking .article-infolink,.ranking .list-check,.ranking_new-sitereview .article-infolink,.ranking_new-sitereview .list-check,.site-review__article-under__contents.text .article-infolink,.site-review__article-under__contents.text .list-check{width:100%}#single .cta-new__article a,.line_official .cta-new__article a,.ranking .cta-new__article a,.ranking_new-sitereview .cta-new__article a,.site-review__article-under__contents.text .cta-new__article a{font-size:24px}#single .cta-new__official a,.line_official .cta-new__official a,.ranking .cta-new__official a,.ranking_new-sitereview .cta-new__official a,.site-review__article-under__contents.text .cta-new__official a{font-size:20px}#single .list-check ul,.line_official .list-check ul,.ranking .list-check ul,.ranking_new-sitereview .list-check ul,.site-review__article-under__contents.text .list-check ul{padding:10px}#single .article-infolink__bottom .real,#single .article-infolink__bottom .trust,#single .article-infolink__top,.line_official .article-infolink__bottom .real,.line_official .article-infolink__bottom .trust,.line_official .article-infolink__top,.ranking .article-infolink__bottom .real,.ranking .article-infolink__bottom .trust,.ranking .article-infolink__top,.ranking_new-sitereview .article-infolink__bottom .real,.ranking_new-sitereview .article-infolink__bottom .trust,.ranking_new-sitereview .article-infolink__top,.site-review__article-under__contents.text .article-infolink__bottom .real,.site-review__article-under__contents.text .article-infolink__bottom .trust,.site-review__article-under__contents.text .article-infolink__top{padding:15px 5px}#single .article-infolink__top a div:last-of-type,.line_official .article-infolink__top a div:last-of-type,.ranking .article-infolink__top a div:last-of-type,.ranking_new-sitereview .article-infolink__top a div:last-of-type,.site-review__article-under__contents.text .article-infolink__top a div:last-of-type{width:15%}#single .article-infolink__bottom .real a div:nth-of-type(2),#single .article-infolink__bottom .trust a div:nth-of-type(2),.line_official .article-infolink__bottom .real a div:nth-of-type(2),.line_official .article-infolink__bottom .trust a div:nth-of-type(2),.ranking .article-infolink__bottom .real a div:nth-of-type(2),.ranking .article-infolink__bottom .trust a div:nth-of-type(2),.ranking_new-sitereview .article-infolink__bottom .real a div:nth-of-type(2),.ranking_new-sitereview .article-infolink__bottom .trust a div:nth-of-type(2),.site-review__article-under__contents.text .article-infolink__bottom .real a div:nth-of-type(2),.site-review__article-under__contents.text .article-infolink__bottom .trust a div:nth-of-type(2){font-size:15px;margin-bottom:15px}#single .article-infolink__bottom .real a div:last-of-type,#single .article-infolink__bottom .trust a div:last-of-type,.line_official .article-infolink__bottom .real a div:last-of-type,.line_official .article-infolink__bottom .trust a div:last-of-type,.ranking .article-infolink__bottom .real a div:last-of-type,.ranking .article-infolink__bottom .trust a div:last-of-type,.ranking_new-sitereview .article-infolink__bottom .real a div:last-of-type,.ranking_new-sitereview .article-infolink__bottom .trust a div:last-of-type,.site-review__article-under__contents.text .article-infolink__bottom .real a div:last-of-type,.site-review__article-under__contents.text .article-infolink__bottom .trust a div:last-of-type{width:20%}#single .qanda,#single .related-article,.line_official .qanda,.line_official .related-article,.ranking .qanda,.ranking .related-article,.ranking_new-sitereview .qanda,.ranking_new-sitereview .related-article,.site-review__article-under__contents.text .qanda,.site-review__article-under__contents.text .related-article{width:100%}#single .qanda ul li .q,.line_official .qanda ul li .q,.ranking .qanda ul li .q,.ranking_new-sitereview .qanda ul li .q,.site-review__article-under__contents.text .qanda ul li .q{font-size:16px;padding:15px 10px}#single .qanda ul li .a,.line_official .qanda ul li .a,.ranking .qanda ul li .a,.ranking_new-sitereview .qanda ul li .a,.site-review__article-under__contents.text .qanda ul li .a{font-size:16px;padding:12px 10px}#single .related-article__title,.line_official .related-article__title,.ranking .related-article__title,.ranking_new-sitereview .related-article__title,.site-review__article-under__contents.text .related-article__title{width:40%}#single .related-article .thumbnail-sitetitle,.line_official .related-article .thumbnail-sitetitle,.ranking .related-article .thumbnail-sitetitle,.ranking_new-sitereview .related-article .thumbnail-sitetitle,.site-review__article-under__contents.text .related-article .thumbnail-sitetitle{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px}.scode-comment-men-woman,.scode-plan-outline .scode-plan__item__content{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal}#single .related-article .thumbnail-sitetitle .sitetitle,.line_official .related-article .thumbnail-sitetitle .sitetitle,.ranking .related-article .thumbnail-sitetitle .sitetitle,.ranking_new-sitereview .related-article .thumbnail-sitetitle .sitetitle,.site-review__article-under__contents.text .related-article .thumbnail-sitetitle .sitetitle{padding:7px 5px}#single .calendar-week,.line_official .calendar-week,.ranking .calendar-week,.ranking_new-sitereview .calendar-week,.site-review__article-under__contents.text .calendar-week{width:100%}#single .calendar-week .calendar-week_item,.line_official .calendar-week .calendar-week_item,.ranking .calendar-week .calendar-week_item,.ranking_new-sitereview .calendar-week .calendar-week_item,.site-review__article-under__contents.text .calendar-week .calendar-week_item{width:12.5%;font-size:13px;line-height:16px;padding:4px 0}#single .calendar-week__contents ul li .sitename,#single .table-evaluation_criteria table tr td,#single .table-evaluation_criteria table tr th,.line_official .calendar-week__contents ul li .sitename,.line_official .table-evaluation_criteria table tr td,.line_official .table-evaluation_criteria table tr th,.ranking .calendar-week__contents ul li .sitename,.ranking .table-evaluation_criteria table tr td,.ranking .table-evaluation_criteria table tr th,.ranking_new-sitereview .calendar-week__contents ul li .sitename,.ranking_new-sitereview .table-evaluation_criteria table tr td,.ranking_new-sitereview .table-evaluation_criteria table tr th,.site-review__article-under__contents.text .calendar-week__contents ul li .sitename,.site-review__article-under__contents.text .table-evaluation_criteria table tr td,.site-review__article-under__contents.text .table-evaluation_criteria table tr th{padding:10px 5px}#single .calendar-week__contents ul li,.line_official .calendar-week__contents ul li,.ranking .calendar-week__contents ul li,.ranking_new-sitereview .calendar-week__contents ul li,.site-review__article-under__contents.text .calendar-week__contents ul li{font-size:15px}#single .table-evaluation_criteria,.line_official .table-evaluation_criteria,.ranking .table-evaluation_criteria,.ranking_new-sitereview .table-evaluation_criteria,.site-review__article-under__contents.text .table-evaluation_criteria{width:100%}#single .table-evaluation_criteria table tr th,.line_official .table-evaluation_criteria table tr th,.ranking .table-evaluation_criteria table tr th,.ranking_new-sitereview .table-evaluation_criteria table tr th,.site-review__article-under__contents.text .table-evaluation_criteria table tr th{width:35%}#single .table-evaluation_criteria table tr td,.line_official .table-evaluation_criteria table tr td,.ranking .table-evaluation_criteria table tr td,.ranking_new-sitereview .table-evaluation_criteria table tr td,.site-review__article-under__contents.text .table-evaluation_criteria table tr td{width:65%}#single .yesno,.line_official .yesno,.ranking .yesno,.ranking_new-sitereview .yesno,.site-review__article-under__contents.text .yesno{width:100%}#single .yesno__contents .enclosure,.line_official .yesno__contents .enclosure,.ranking .yesno__contents .enclosure,.ranking_new-sitereview .yesno__contents .enclosure,.site-review__article-under__contents.text .yesno__contents .enclosure{padding:15px 5px}#single .yesno__contents .enclosure__question,.line_official .yesno__contents .enclosure__question,.ranking .yesno__contents .enclosure__question,.ranking_new-sitereview .yesno__contents .enclosure__question,.site-review__article-under__contents.text .yesno__contents .enclosure__question{font-size:16px;margin-bottom:20px}#single .yesno__contents .enclosure ul,.line_official .yesno__contents .enclosure ul,.ranking .yesno__contents .enclosure ul,.ranking_new-sitereview .yesno__contents .enclosure ul,.site-review__article-under__contents.text .yesno__contents .enclosure ul{width:80%}#single .yesno__contents .enclosure ul li,.line_official .yesno__contents .enclosure ul li,.ranking .yesno__contents .enclosure ul li,.ranking_new-sitereview .yesno__contents .enclosure ul li,.site-review__article-under__contents.text .yesno__contents .enclosure ul li{width:30%}#single .yesno__contents .enclosure .text,.line_official .yesno__contents .enclosure .text,.ranking .yesno__contents .enclosure .text,.ranking_new-sitereview .yesno__contents .enclosure .text,.site-review__article-under__contents.text .yesno__contents .enclosure .text{width:80%;font-size:20px;padding:15px 10px}#single .yesno__contents-answer .enclosure,.line_official .yesno__contents-answer .enclosure,.ranking .yesno__contents-answer .enclosure,.ranking_new-sitereview .yesno__contents-answer .enclosure,.site-review__article-under__contents.text .yesno__contents-answer .enclosure{padding:20px 15px}#single .yesno__contents-answer .enclosure .result,.line_official .yesno__contents-answer .enclosure .result,.ranking .yesno__contents-answer .enclosure .result,.ranking_new-sitereview .yesno__contents-answer .enclosure .result,.site-review__article-under__contents.text .yesno__contents-answer .enclosure .result{width:80%;font-size:20px;padding:15px 10px}#single .pickupnews-update__label .pickupnews-update_item,#single .yesno__contents-answer .enclosure .com__text,#single .yesno__contents-answer .enclosure .com__title,.line_official .pickupnews-update__label .pickupnews-update_item,.line_official .yesno__contents-answer .enclosure .com__text,.line_official .yesno__contents-answer .enclosure .com__title,.ranking .pickupnews-update__label .pickupnews-update_item,.ranking .yesno__contents-answer .enclosure .com__text,.ranking .yesno__contents-answer .enclosure .com__title,.ranking_new-sitereview .pickupnews-update__label .pickupnews-update_item,.ranking_new-sitereview .yesno__contents-answer .enclosure .com__text,.ranking_new-sitereview .yesno__contents-answer .enclosure .com__title,.site-review__article-under__contents.text .pickupnews-update__label .pickupnews-update_item,.site-review__article-under__contents.text .yesno__contents-answer .enclosure .com__text,.site-review__article-under__contents.text .yesno__contents-answer .enclosure .com__title,.tab-hitrecovery_image__label .tab-hitrecovery_image_item{font-size:16px}#single .pickupnews-update,.line_official .pickupnews-update,.ranking .pickupnews-update,.ranking_new-sitereview .pickupnews-update,.site-review__article-under__contents.text .pickupnews-update{width:100%}#single .pickupnews-update__contents ul li .content,#single .pickupnews-update__contents ul li .date,.line_official .pickupnews-update__contents ul li .content,.line_official .pickupnews-update__contents ul li .date,.ranking .pickupnews-update__contents ul li .content,.ranking .pickupnews-update__contents ul li .date,.ranking_new-sitereview .pickupnews-update__contents ul li .content,.ranking_new-sitereview .pickupnews-update__contents ul li .date,.site-review__article-under__contents.text .pickupnews-update__contents ul li .content,.site-review__article-under__contents.text .pickupnews-update__contents ul li .date{padding:5px}#single .pickupnews-update__contents ul li .date,.line_official .pickupnews-update__contents ul li .date,.ranking .pickupnews-update__contents ul li .date,.ranking_new-sitereview .pickupnews-update__contents ul li .date,.site-review__article-under__contents.text .pickupnews-update__contents ul li .date{width:22%;font-weight:unset}#single .pickupnews-update__contents ul li .content,.line_official .pickupnews-update__contents ul li .content,.ranking .pickupnews-update__contents ul li .content,.ranking_new-sitereview .pickupnews-update__contents ul li .content,.site-review__article-under__contents.text .pickupnews-update__contents ul li .content{width:78%}.main-block__left--column .article-rank,.main-block__left--column .pickupnews-update,.main-block__left--column .qanda{width:100%!important}.tab-hitrecovery_image{width:100%}.ul-new{margin:1.3em 15px}.table-hit_achievement table tbody tr td{padding:unset!important}.writer-introduction{width:100%;padding:10px 5px}.writer-introduction__left{width:45%}.writer-introduction__left .balloon{font-size:13px;line-height:18px;border-radius:10px;padding:5px 2px}.writer-introduction__left .image img{width:100px;height:100px}.writer-introduction__right{width:55%}.qanda,.register-withdrawal_method{width:100%}.register-withdrawal_method__item .step-num span:last-of-type{margin-left:10px}.register-withdrawal_method__item .text{text-align:left;padding:0 0 0 70px}.qanda ul li:not(:last-of-type){margin-bottom:15px}.qanda ul li .q{font-size:16px;padding:15px 10px}.qanda ul li .a{font-size:16px;padding:12px 10px}.table-hit_achievement{width:100%;max-height:410px;max-width:98%}.table-hit_achievement table tr td,.table-hit_achievement table tr th{font-size:15px;line-height:18px;padding:5px 2px}.table-hit_achievement table tr th:first-of-type{width:30%}.table-hit_achievement table tr th:last-of-type{width:70%}.table-hit_achievement table tr td:first-of-type,.table-hit_achievement table tr td:nth-of-type(2){width:30%}.table-hit_achievement table tr td:last-of-type{width:40%}.table-hit_achievement table tr td a{font-size:14px;padding:5px}.merit-demerit{width:100%}.cta-new{width:90%}.cta-new__article a .arrow,.cta-new__official a .arrow{width:11%}.cta-new__article a{font-size:24px}.cta-new__official a,.ranking-case ul li .rank--name .name a{font-size:20px}.ranking-case{width:100%}.ranking-case ul li{padding:15px 10px}.ranking-case ul li .rank--name .rank{width:15%}.ranking-case ul li .rank--name .name{width:80%}.ranking-case ul li .thumbnail--table{display:block}.ranking-case ul li .thumbnail--table__thumbnail{width:100%;margin-bottom:10px}.ranking-case ul li .thumbnail--table__table{width:100%!important}.ranking-case ul li .thumbnail--table__table tr td,.ranking-case ul li .thumbnail--table__table tr th{font-size:17px;padding:5px!important}.fukidashi-writer__image--name .name,.scode-4points__main__item__title{font-size:16px}.ranking-case ul li .cta{display:block;width:70%}.fukidashi-writer,.ranking-case ul li .cta__article,.ranking-case ul li .cta__official{width:100%}.ranking-case ul li .cta__article{margin-bottom:10px}.fukidashi-writer__image--name{width:20%}.fukidashi-writer__text{width:75%;padding:15px}.fukidashi-writer__text p:not(:last-of-type){margin-bottom:5px!important}.scode-4points__main__item__text{line-height:1.5;padding:5px}.scode-table-design table tr td,.scode-table-design table tr th{font-size:14px!important;padding:2px!important}.scode-table-design table tr td .fa-camera{font-size:18px}.scode-table-design table tr .sticky .triangle{bottom:-8px}.front-page-h1::after,.single__fv-title::after{bottom:10px;right:-17px}.scode-table-design-result__table .single{margin:0 0 1px}.scode-table-design-result__table .single__title{margin-right:15px;padding:0 0 0 5px;font-size:14px}.scode-table-design-result__table .single__value{font-size:14px}.scode-table-design-result__table .double__item__title{margin-right:12px;padding:0 0 0 5px;font-size:14px}.scode-table-design-result__table .double__item__value{font-size:14px}.scode-comment-men-woman{flex-direction:column}.scode-comment-men-woman__image{min-width:100px}.scode-comment-men-woman__image-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.scode-comment-men-woman__image-detail .image{min-width:85px;max-width:85px;margin-right:20px}.scode-comment-men-woman__image-detail .image img{display:block;width:100%;height:auto;margin:0!important}.scode-comment-men-woman__image-detail .detail__name{font-weight:700}.scode-comment-men-woman__image-detail .detail .stars{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.scode-comment-men-woman__image-detail .detail .stars .evaluation{font-weight:700;margin-right:10px}.scode-comment-men-woman__image-detail .detail .stars .star5-rating{display:inline-block;font-size:18px;color:#9e9e9e;white-space:nowrap;z-index:0;position:relative}.scode-comment-men-woman__image-detail .detail .stars .star5-rating::after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating::before{content:"\f005\f005\f005\f005\f005";font-family:"Font Awesome 5 Free";font-weight:900}.scode-comment-men-woman__image-detail .detail .stars .star5-rating::before{color:transparent}.scode-comment-men-woman__image-detail .detail .stars .star5-rating::after{color:gold;overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;z-index:1}.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="10"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="10.0"]:after{width:100%}.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="9.9"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="9.8"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="9.7"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="9.6"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="9.5"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="9.4"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="9.3"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="9.2"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="9.1"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="9"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="9.0"]:after{width:90%}.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="8.9"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="8.8"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="8.7"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="8.6"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="8.5"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="8.4"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="8.3"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="8.2"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="8.1"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="8"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="8.0"]:after{width:80%}.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="7.9"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="7.8"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="7.7"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="7.6"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="7.5"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="7.4"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="7.3"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="7.2"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="7.1"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="7"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="7.0"]:after{width:70%}.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="6.9"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="6.8"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="6.7"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="6.6"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="6.5"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="6.4"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="6.3"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="6.2"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="6.1"]:after{width:60%}.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="6"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="6.0"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="5.9"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="5.8"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="5.7"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="5.6"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="5.5"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="5.4"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="5.3"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="5.2"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="5.1"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="5"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="5.0"]:after{width:50%}.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="4.9"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="4.8"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="4.7"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="4.6"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="4.5"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="4.4"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="4.3"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="4.2"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="4.1"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="4"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="4.0"]:after{width:40%}.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="3"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="3.0"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="3.9"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="3.8"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="3.7"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="3.6"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="3.5"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="3.4"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="3.3"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="3.2"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="3.1"]:after{width:30%}.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="2.9"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="2.8"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="2.7"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="2.6"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="2.5"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="2.4"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="2.3"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="2.2"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="2.1"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="2"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="2.0"]:after{width:20%}.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="1.9"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="1.8"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="1.7"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="1.6"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="1.5"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="1.4"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="1.3"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="1.2"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="1.1"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="1"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="1.0"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="0.9"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="0.8"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="0.7"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="0.6"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="0.5"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="0.4"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="0.3"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="0.2"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="0.1"]:after{width:10%}.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="0"]:after,.scode-comment-men-woman__image-detail .detail .stars .star5-rating[data-rate="0.0"]:after{width:0%}.scode-comment-men-woman__image-detail .detail .stars .star-number{font-size:18px;color:gold}.scode-plan-outline .scode-plan__item{padding:0!important}.scode-plan-outline .scode-plan__item__title{font-size:18px}.scode-plan-outline .scode-plan__item__content{flex-direction:column}.scode-plan-outline .scode-plan__item__content__image{width:100%;margin-right:0}.scode-plan-outline .scode-plan__item__content__evaluation{width:100%}.scode-plan-outline .scode-plan__item__content__evaluation .item__detail{font-size:14px}.scode-shining-cta .scode-shining-cta-a .text,.scode-shining-phrase-cta .scode-shining-phrase-cta-a .text{font-size:21px}.scode-plan-outline .swiper-pagination-bullet{width:8px;height:8px;margin-right:8px}.scode-plan-detail__main__evaluation__image{width:200px}.scode-buy,.scode-buy-gold-border,.scode-shining-phrase-cta{width:100%}.scode-table-left-fixed-scroll table tr .sticky,.scode-table-left-fixed-scroll table tr td{min-width:120px!important}.scode-blog-card__thumbnail-text{font-size:16px}.scode-blog-card__thumbnail-text__thumbnail{min-width:120px;max-width:120px}.scode-accordion-hide{margin:0 auto!important;width:100%}.scode-accordion-hide .accordion-open{padding:5px 30px}.scode-buy__main{padding:35px 10px 10px}.scode-buy__main__number,.scode-buy__main__race-ticket{margin-bottom:10px}.scode-buy__main__score-money__item__title,.scode-buy__main__score-money__item__value{padding:0 5px}.single{width:95%;margin:auto}.single #breadcrumblist{margin:20px auto}.single__fv-title{width:97%;margin:0 auto 20px;padding:10px 15px 15px}.single__fv-title:after,.single__fv-title:before{width:80px;height:12px}.single__fv-title::before{top:8px;left:-20px}.single__fv-title .icon{width:17%}.single__fv-title h1{border:unset;margin:unset;padding:unset;font-size:22px;line-height:28px}.single__fv-info{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:10px}.single__fv-info__main .thumbnail-comment{margin-right:10px}.single__fv-info__main .thumbnail-comment__comment{padding:10px 5px;font-size:12px;margin-bottom:10px}.single__fv-info__main .evaluation{width:55%}.single__fv-info__main .evaluation__other__item{padding:5px}.single__fv-info__main .evaluation__other__item__title-score{margin-right:5px;font-size:14px;width:65%}.single__fv-info__main .evaluation__other__item__title-score__title{margin-right:5px}.single__fv-info__main .evaluation__other__item__star{width:35%}.single__fv-info__main .evaluation__other__item__star .stars .star5-rating{font-size:10px}.single__fv-info__cta__image{width:280px}.single__fv-info__table .tab-content.active{display:-webkit-box;display:-ms-flexbox;display:flex;gap:unset;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.single__old-fv-info{width:100%;margin:0 auto 30px;padding:15px 10px 20px}.single__old-fv-info .thumbnail_other--star{display:block;margin-bottom:20px}.single__old-fv-info .thumbnail_other--star__thumbnail_other{width:100%;margin:0 auto 20px}.single__old-fv-info .thumbnail_other--star__thumbnail_other .date{text-align:right}.single__old-fv-info .thumbnail_other--star__thumbnail_other .comment-num{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto;padding:8px 15px}.single__old-fv-info .thumbnail_other--star__star{width:100%}.single__old-fv-info .all-value{margin-bottom:20px}.single__old-fv-info .all-value__top{font-size:20px}.single__old-fv-info .all-value__top img{width:30px}.single__old-fv-info .all-value__bottom{font-size:40px}.single__old-fv-info .all-value__bottom span{font-size:55px}.single__old-fv-info .bargraph-comments ul li .left{width:30%}.single__old-fv-info .bargraph-comments ul li .left span{font-size:15px}.single__old-fv-info .bargraph-comments ul li .right{width:70%}.single__old-fv-info .bargraph-comments ul li .right .bar-graph{width:80%}.single__old-fv-info .bargraph-comments ul li .right .com-num{width:20%;font-size:15px}.single__old-fv-info .cta{width:80%;border-radius:10px;margin:20px auto}.single #site-review h2{font-size:20px;padding:10px 5px}.single #site-review h3,.single #site-review h4{font-size:18px}.single #site-review p{margin:0 0 1.3em}.single #site-review img{max-width:100%}.single .site-review__article-under{width:100%}.single .site-review__article-under__label{display:-webkit-box;display:-ms-flexbox;display:flex}.single .site-review__article-under .article-under_item{font-size:15px;line-height:17px;padding:12px 5px}.single .site-review__article-under .article-under_item img{width:20%;margin:0 5px 0 0!important}.single .site-review__article-under__contents .thumbnail{width:80%}.single .site-review__article-under__contents .thumbnail a img{margin:0}.single .site-review__article-under__contents .table-star{width:100%!important}.single .site-review__article-under__contents .table-star tr th{width:40%}.single .site-review__article-under__contents .table-star tr th .img--text{font-size:16px;width:100%}.single .site-review__article-under__contents .table-star tr td{width:60%}.single .site-review__article-under__contents .table-star tr td .point--stars .point{width:30%;font-size:16px}.single .site-review__article-under__contents .table-star tr td .point--stars .stars{width:67%}.single .site-review__article-under #tab-freeno1:checked~#freeno1-content,.single .site-review__article-under #tab-hitno1:checked~#hitno1-content,.single .site-review__article-under #tab-recoveryno1:checked~#recoveryno1-content{padding:20px 10px}.main-block__left{float:none;width:100%}.h1_slide{width:100%}.front .front-box{padding:355px 10px 50px!important}.front .front-box .main .sp-fv{margin-bottom:30px;position:absolute;z-index:1;top:55px;left:0}.front .front-box .main .sp-fv__image{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box .main .sp-fv__image img{width:100%;height:auto;display:block}.front .front-box .main .sp-fv__image__top{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;width:100%;height:110px;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 0}.front .front-box .main .sp-fv__image__top .image{width:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .main .sp-fv__image__top .image img{width:100%;height:auto;display:block}.front .front-box .main .sp-fv__image__top .text{color:#fff;font-size:20px;margin:0;padding:0;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;line-height:1.3;width:100%}.front .front-box .main .sp-fv__image__bottom{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;width:100%;height:calc(100% - 110px);top:110px;left:0}.front .front-box .main .sp-fv__image__bottom .all-site{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-weight:600;font-size:18px;margin-bottom:10px}.front .front-box .main .sp-fv__image__bottom .all-site span{color:#FFEB03;font-size:26px;margin-left:10px}.front .front-box .main .sp-fv__image__bottom .good-verification-bad{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box .main .sp-fv__image__bottom .good-verification-bad__item{width:80px;position:relative}.front .front-box .main .sp-fv__image__bottom .good-verification-bad__item:nth-of-type(2){margin:0 10px}.front .front-box .main .sp-fv__image__bottom .good-verification-bad__item__image{width:100%;height:auto;display:block}.front .front-box .main .sp-fv__image__bottom .good-verification-bad__item__text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);color:#FFEB03;font-size:26px;font-weight:600}.front .front-box .main .sp-fv__text{background-color:#222;color:#fff;padding:10px;line-height:1.5}.front-page-h1{width:97%;margin:0 auto 20px;padding:10px 15px 15px}.front-page-h1:after,.front-page-h1:before{width:80px;height:12px}.front-page-h1::before{top:8px;left:-20px}.front-page-h1 .icon{width:17%}.front-page-h1 h1{border:unset;margin:unset;padding:unset;font-size:22px;line-height:28px}.front .front-box{display:block;width:100%;width:calc(100% - 20px);overflow:hidden}.front .front-box .main{width:100%}.front .front-box .main .article-page p{margin:1.3em 0}.front .front-box .main .front-h1{margin-bottom:20px}.front .front-box .main .front-h1__title{width:calc(100% - 60px);height:calc(100% - 40px);padding:20px 30px}.front .front-box .main .front-h1__title h1{border:none;padding:0;margin:0;font-size:17px}.front .front-box .main .front-h1__image{display:none}.front .front-box .main .front-h1__image__sp{display:none;display:block}.front .front-box .main .front-swiper .swiper-wrapper .swiper-slide{padding:0}.front .front-box .main .front-swiper .swiper-pagination-bullet{width:10px;height:10px}.front .front-box .main .front-swiper{margin-bottom:15px;padding-bottom:30px}.front .front-box .main .front-text{font-size:14px;margin-bottom:20px}.front .front-box .main .ability-popular{margin-bottom:20px}.front .front-box .main .ability-popular .ability-popular-title{font-size:18px}.front .front-box .main .ability-popular .ability-popular-title .text-color-yellow{font-size:20px}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .title{padding:10px 0}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .title__img img{width:60px;height:60px}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .title__title{font-size:16px}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .acf .title{font-size:15px}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .acf .ability-popular-btn{display:none}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .acf .text{font-size:13px}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .acf .text span{line-height:1;padding-bottom:2px}.front .front-box .main .ability-popular .ability-popular-main .ability-popular-item .acf .text span:first-of-type{margin-bottom:7px}.front .front-box .main .ranking{padding-top:0}.front .front-box .main .ranking .ranking-bottom__cover .empty .btn-box a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:15px;padding:5px 30px}.front .front-box .main .ranking .ranking-bottom__cover .empty .btn-box a span{font-size:25px}.front .front-box .main .ranking .ranking-bottom__cover .content-box .bottom__item__text,.front .front-box .main .ranking .ranking-bottom__cover .content-box .top__item__text{width:95%;font-size:12px;line-height:1;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box .main .ranking .ranking-bottom__cover .content-box .bottom__item__text span,.front .front-box .main .ranking .ranking-bottom__cover .content-box .top__item__text span{display:block;font-size:17px;margin-bottom:5px}.front .front-box .main .all-update-hit__label .tab_item{font-size:18px;padding:5px}.front .front-box .main .all-update-hit__contents ul li .title--date .title{font-size:17px;padding:5px 15px}.front .front-box .main .all-update-hit__contents ul li .text{padding:15px 10px}.front .front-box .main .table_box{margin:20px 0}.front .front-box .main .table_box table td,.front .front-box .main .table_box table th{padding:10px}.front .front-box .main .table_box table th{width:50px;min-width:50px;font-size:14px;padding:10px}.front .front-box .main .table_box table td{width:100px;min-width:100px;line-height:1}.front .front-box .main .ranking-swiper,.front .front-box .main .ranking-swiper .swiper-slide .box .thumbnail--other{width:100%}.front .front-box .main .table_box table .site-name-box .image img{height:80px;margin-bottom:5px}.front .front-box .main .table_box table .th-comment-post{line-height:18px;padding:13px 30px}.front .front-box .main .ranking-swiper .swiper-slide{padding:unset}.front .front-box .main .ranking-swiper .swiper-slide .box{display:block}.front .front-box .main .ranking-swiper .swiper-slide .box .thumbnail--other__other{width:95%;margin:0 auto 5px}.front .front-box .main .ranking-swiper .swiper-slide .box .thumbnail--other__other .sitename a{font-size:23px}.front .front-box .main .ranking-link a,.front .front-box .main .tab-wrap .tab-content-good .good-box .outline .comment__bottom .name-text .name,.front .front-box .main .tab-wrap .tab-content-good .good-box .outline .comment__bottom .name-text .text{font-size:14px}.front .front-box .main .ranking-swiper .swiper-slide .box .thumbnail--other__thumbnail img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.front .front-box .main .ranking-swiper .swiper-slide .box .thumbnail--other .all-value--comment__comment{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:5px 10px;margin:0 auto 10px}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment{width:100%}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value .all-value{width:80%;margin:0 auto}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table{width:100%;margin:10px auto}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr th{width:50%;padding:7px 10px 7px 30px}.front .front-box .main .tab-wrap .tab-content-bad .bad-box .comments .outline .comment__bottom,.front .front-box .main .tab-wrap .tab-content-good .good-box .outline .comment__bottom{padding:10px}.front .front-box .main .ranking-swiper .swiper-slide .box .all-value--comment__all-value table tr td{width:50%}.front .front-box .main .ranking-swiper .swiper-slide .button{width:97%}.front .front-box .main .ranking-link a .ranking-link-img{width:14px}.front .front-box .main .tab-wrap{margin:42px 0 20px}.front .front-box .main .tab-wrap .tab-content-good .good-box .outline .comment__bottom .date{font-size:12px}.front .front-box .main .tab-wrap .tab-content-bad .bad-box .comments .outline .comment__bottom .name-text .name,.front .front-box .main .tab-wrap .tab-content-bad .bad-box .comments .outline .comment__bottom .name-text .text{font-size:14px}.front .front-box .main .tab-wrap .tab-content-bad .bad-box .comments .outline .comment__bottom .date{font-size:12px}.front .front-box .scode-transition-button-6{grid-template:1fr 1fr 1fr/1fr 1fr;gap:5px}.front .front-box .scode-transition-button-6 .transition-btn .number{width:16%}.front .front-box .scode-transition-button-6 .transition-btn .icon-text{width:82%}.front .front-box .scode-transition-button-6 .transition-btn .icon-text__text{font-size:14px}.front .front-box .scode-transition-button-4{grid-template:1fr 1fr/1fr 1fr;gap:5px}.front .front-box .scode-transition-button-4 .transition-btn{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative;padding:10px}.front .front-box .scode-transition-button-4 .transition-btn .icon-text{margin-bottom:0}.front .front-box .scode-transition-button-4 .transition-btn .icon-text__icon{height:50px;margin-bottom:0}.front .front-box .scode-transition-button-4 .transition-btn .icon-text__text{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .scode-transition-button-4 .transition-btn .arrow{position:absolute;right:5px;width:12px}.front .front-box .scode-transition-button-8 .transition-btn .arrow{width:50px}.front .front-box .hover-speechbubble__outline__item .icon-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.front .front-box .hover-speechbubble__outline__item .icon-title .icon{width:35px;margin:0 0 10px}.front .front-box .hover-speechbubble__outline__item div:first-of-type .tooltip{width:25px;top:3px;right:3px}.front .front-box .scode-ranking-updown-swiper-outline{margin:30px 0 10px;padding:10px 10px 60px}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper{padding:20px}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide{min-height:185px;padding:0!important}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide .image{border-radius:50%;width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-o-object-fit:contain;object-fit:contain}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide .image img{width:100%;height:100%;border-radius:50%;display:block}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide .site-name{font-size:14px;line-height:1.5}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide .ranking-updown{font-size:13px}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide .ranking-updown__down__image,.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .container .updown .swiper-slide .ranking-updown__up__image{width:13px!important;margin-right:3px}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .swiper-button-prev{left:-20px}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .swiper-button-next{right:-28px}.ranking__fv-title::after,.site-list .front-page-h1::after{bottom:10px;right:-17px}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .swiper-button-next::after,.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .swiper-button-prev::after{height:20px}.front .front-box .scode-ranking-updown-swiper-outline .scode-ranking-updown-swiper .swiper-pagination-bullet{width:8px;height:8px;margin-right:8px}.front .front-box #top-article-table-outline{height:200px!important;height:220px!important}.front .front-box #top-article-table-outline .table-box{overflow-y:auto;height:200px;height:220px;width:100%;-webkit-overflow-scrolling:touch}.front .front-box #top-article-table-outline .table-box__table{border-collapse:collapse;border-spacing:0;width:100%;margin:0}.front .front-box #top-article-table-outline .table-box__table td,.front .front-box #top-article-table-outline .table-box__table th{vertical-align:middle;padding:2px;border:1px solid #CED3DC;font-size:14px;text-align:center;white-space:nowrap}.front .front-box #top-article-table-outline .table-box__table th{color:#fff}.front .front-box #top-article-table-outline .table-box__table td{font-weight:600}.front .front-box #top-article-table-outline .table-box__table .sticky{position:-webkit-sticky;position:sticky;top:0;left:0;border-top:none}.front .front-box #top-article-table-outline .table-box__table .sticky::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-top:1px solid #000;border-bottom:1px solid #000;background:#591C19;z-index:-1}.front .front-box #top-article-table-outline .table-box__table .th-title{max-width:100px}.front .front-box #top-article-table-outline .table-box__table .td-1{max-width:90px;white-space:wrap;font-weight:600;text-align:start;word-break:break-all;line-height:1.3}.front .front-box #top-article-table-outline .table-box__table .td-2{color:#D00000;font-size:16px}.front .front-box #top-article-table-outline .table-box__table .td-2 span{color:#000;font-size:14px}.front .front-box #top-article-table-outline .table-box__table .td-4 .good{color:red}.front .front-box .category-evaluation-table table tr{display:grid;grid-template:1fr/75px 1fr 1fr 1fr;font-size:14px}.front .front-box .category-evaluation-table table tr .td-all-evaluation{font-size:16px}.front .front-box .category-evaluation-table table tr .td-all-evaluation span,.front .front-box .category-evaluation-table table tr .td-star div .number{font-size:14px}.front .front-box .category-evaluation-table table tr .td-star div .point--stars .stars .star5-rating{font-size:12px}.front .front-box .category-evaluation-table table tr .td-bad,.front .front-box .category-evaluation-table table tr .td-good,.front .front-box .category-evaluation-table table tr .td-standard{padding:4px 10px}.front .front-box .circle-border-graph{padding:10px}.front .front-box .circle-border-graph__content{padding:5px}.front .front-box .circle-border-graph__content__circle__all{font-size:14px;line-height:1.3;width:100px;top:50%;left:47%;transform:translate(-47%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.front .front-box .circle-border-graph__content__circle__all span{font-size:20px}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__title{color:#5A1C19;font-size:18px;font-weight:700;line-height:1;margin-bottom:2px}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph .title-good{color:#FFEB03;-webkit-text-stroke:1.2px #5A1C19}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100% - 45px)}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background{background-color:#F2F2F2;border-radius:0 4px 4px 0;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .graph{height:20px;left:0;border-radius:0 4px 4px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .graph span{font-size:14px;color:#fff}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .bar-graph-good{background:#5A1C19}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .bar-graph-verification{background:#AA5253}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph__graph-number .graph-background .bar-graph-bad{background:#D19B9B}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph .number{line-height:1;font-weight:900;font-size:14px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph .number span{font-size:14px}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph .number-good{color:#FFEB03;-webkit-text-stroke:1.2px #5A1C19}.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph .number-bad,.front .front-box .circle-border-graph__content__border .bar-graph-wrap .bar-graph .number-verification{color:#5A1C19}.front .front-box .campaign-information{grid-template:1fr 1fr/1fr 1fr;gap:10px}.front .front-box .top-article-ranking .article:nth-child(3){margin-bottom:0}.front .front-box .top-article-ranking .article__site-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;color:#2E4CF5;font-size:24px;font-weight:600;position:relative}.front .front-box .top-article-ranking .article__site-name__icon{width:50px;margin-right:10px}.front .front-box .top-article-ranking .article__site-name__icon img{width:100%;height:auto;display:block}.front .front-box .top-article-ranking .article__site-name__site{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:start;position:absolute;top:0;left:0;width:100%;height:100%;padding:0 60px}.front .front-box .top-article-ranking .article__thumbnail-evaluation{margin-bottom:20px}.front .front-box .top-article-ranking .article__thumbnail-evaluation__thumbnail-box{width:42%}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box{width:56%}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation{font-size:14px;padding:0}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__title{width:unset}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__title__icon{width:20px;margin-right:5px}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item{width:unset}.front .front-box .top-article-ranking .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating{font-size:10px}.front .front-box .top-article-ranking .article .all-evaluation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 20px;font-weight:600;font-size:22px;margin-bottom:20px}.front .front-box .top-article-ranking .article .all-evaluation span{margin-left:10px;font-size:30px;color:#D00000}.front .front-box .top-article-ranking .article .all-evaluation__icon{width:30px;margin-right:10px}.front .front-box .top-article-ranking .article .all-evaluation__icon img{width:100%;height:auto;display:block}.front .front-box .top-article-ranking .article__point{margin-bottom:20px}.front .front-box .top-article-ranking .article__point__title{font-size:18px}.front .front-box .top-article-ranking .article__point__title span{font-size:26px}.front .front-box .top-article-ranking .article__cta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .top-article-ranking .article__cta a{width:100%}.front .front-box .top-article-ranking .article__cta a:nth-child(1){margin-bottom:5px}.front .front-box .top-article-ranking .other{display:-webkit-box;display:-ms-flexbox;display:flex;grid-template:unset;gap:unset;overflow:scroll;padding-top:30px}.ranking,.single-button{overflow:hidden}.front .front-box .top-article-ranking .other__article{border:1px solid #591C19;border-right:unset;-webkit-box-sizing:border-box;box-sizing:border-box;padding:30px 10px 10px;min-width:220px!important}.front .front-box .top-article-ranking .other__article:nth-last-of-type(1){border-right:1px solid #591C19}.front .front-box .top-ranking-tab__tab-wrap__tab-label{padding:15px 5px 5px!important}.front .front-box .top-ranking-tab__tab-wrap__tab-label .tab-label-icon{width:30px}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__icon{width:40px;padding:20px 10px}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__content{padding:10px}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__content__image{width:80px;margin-right:10px}.front .front-box .top-ranking-tab__tab-wrap__tab-content .tab-content-box__ranking__content__title{width:calc(100% - 90px)}.front .front-box .top-ranking-tab__tab-wrap__tab-switch:checked+.top-ranking-tab__tab-wrap__tab-label:after{border-width:10px;margin-left:-10px}.front .front-box .scode-top-event .place__item{padding:5px;width:calc(100%/ 3);margin:0}.front .front-box .scode-top-event .place__item__place-name{font-size:20px}.front .front-box .scode-top-event .three-triangles__image{width:80px}.front .front-box .scode-top-event .post__title{margin-bottom:0}.front .front-box .scode-top-event .post__box{-webkit-box-shadow:0 6px 6px 0 rgba(0,0,0,.2);box-shadow:0 6px 6px 0 rgba(0,0,0,.2);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.front .front-box .scode-top-event .post__box__item{border-right:none;border-bottom:3px solid #E5C87E;width:100%;padding:20px 10px}.front .front-box .scode-top-event .post__box__item .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px}.front .front-box .scode-top-event .post__box__item .title__top{width:30px}.front .front-box .scode-top-event .post__box__item .title__top img{width:100%;height:auto;display:block}.front .front-box .scode-top-event .post__box__item .title__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.front .front-box .scode-top-event .post__box__item .title__bottom__title{color:#591C19;font-weight:600;font-size:25px;padding:0 10px}.front .front-box .scode-top-event .post__box__item .title__bottom__wing{width:15px}.front .front-box .scode-top-event .post__box__item .title__bottom__wing img{width:100%;height:auto;display:block}.front .front-box .scode-top-event .post__box__item .site-name{margin-bottom:25px}.front .front-box .aside{width:100%}.ranking__fv-title{width:97%;margin:0 auto 20px;padding:10px 15px 15px}.ranking__fv-title:after,.ranking__fv-title:before{width:80px;height:12px}.ranking__fv-title::before{top:8px;left:-20px}.ranking__fv-title .icon{width:17%}.ranking__fv-title h1{border:unset;margin:unset;padding:unset;font-size:22px;line-height:28px}.ranking__article p{margin:1.3em 0}.ranking .single-block{width:100%;padding:0}.ranking .ranking-box{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px}.ranking .ranking-box main{width:100%}.ranking .ranking-box main .ranking-h1__title h1{font-size:17px;border:0;padding:0;margin:0}.ranking .ranking-box main .ranking-text{padding:20px 0;font-size:14px}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide{padding-top:20px}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide .slide-cover{height:calc(100% - 40px)}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide .slide-cover .text-image-btn{padding:10px}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide .slide-cover .text-image-btn .text{font-size:12px;margin-bottom:5px}.ranking .ranking-box main .ranking-main__swiper .ranking-swiper .ranking-wrapper .ranking-swiper-slide .slide-cover .text-image-btn .image div{font-size:20px;margin:5px 0}.ranking .ranking-box main .ranking-main__text{font-size:14px;padding:20px 10px;margin-bottom:30px}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .thumbnail--other{padding:0;width:100%;margin-bottom:10px}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .thumbnail--other__other{position:relative}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .thumbnail--other__other .sitename{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;width:100%;height:100%}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .thumbnail--other__thumbnail img{height:auto}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .thumbnail--other .all-value--comment__comment{width:50%;margin:0 auto}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment{padding:0;width:100%;margin-bottom:10px}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .box .all-value--comment__all-value table{width:85%;margin:0 auto}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .button{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:20px}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .button .button__right{width:75%;padding:0;margin:0 auto 10px}.ranking .ranking-box main .ranking-main .tab-content .ranking-item .button .button__left{width:75%;padding:0;margin:0 auto}.ranking .ranking-box .aside{display:none}.ranking-parent .outline{display:block;width:95%;margin:auto}.ranking-parent .outline .main{width:100%}.ranking-parent .outline .main .ranking-text{padding:0 0 20px;font-size:14px}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper{margin-bottom:0}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide{padding:0}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .crown .crown-img,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .crown .crown-img{width:23px}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box{padding:10px}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .text,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .text{font-size:20px}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .title,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .title{font-size:22px}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .sp-btn .sp-btn-img,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .sp-btn .sp-btn-img{width:80%;margin:0 auto}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-pagination-bullet,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-pagination-bullet{width:10px;height:10px}.ranking-parent .outline .main .backgroud-brown .backgroud-brown-text,.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .backgroud-brown-text,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .backgroud-brown-text{font-size:14px;padding:20px 10px;margin-bottom:30px}.ranking-parent .outline .main .backgroud-brown .front-swiper{--add-bottom:30px}.ranking-parent .outline .main .tab-content .ranking-item{width:100%;padding:20px 0}.ranking-parent .outline .main .tab-content .ranking-item .box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px}.ranking-parent .outline .main .tab-content .ranking-item .box .thumbnail--other{width:100%;margin-bottom:10px}.ranking-parent .outline .main .tab-content .ranking-item .box .thumbnail--other__other{position:relative}.ranking-parent .outline .main .tab-content .ranking-item .box .thumbnail--other__thumbnail img{width:100%;height:auto}.ranking-parent .outline .main .tab-content .ranking-item .box .thumbnail--other .all-value--comment__comment{width:50%;margin:0 auto}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment{padding:0;width:100%;margin-bottom:10px}.ranking-parent .outline .main .tab-content .ranking-item .box .all-value--comment__all-value table{width:85%;margin:0 auto}.ranking-parent .outline .main .tab-content .ranking-item .button{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ranking-parent .outline .main .tab-content .ranking-item .button .button__left{width:75%;padding:0;margin:0 auto 10px}.ranking-parent .outline .main .tab-content .ranking-item .button .button__right{width:75%;padding:0;margin:0 auto}.ranking-parent .outline .main .scode-ranking-tab__tab{-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;display:grid;grid-template:1fr 1fr/1fr 1fr 1fr;gap:10px}.ranking-parent .outline .main .scode-ranking-tab__tab__item{width:unset;border-radius:10px;padding-top:0;position:relative}.ranking-parent .outline .main .scode-ranking-tab__tab__item__top{border-radius:10px 10px 0 0;position:relative;background-color:#000;padding:5px 0}.ranking-parent .outline .main .scode-ranking-tab__tab__item__top .umaneta-logo{width:50px}.ranking-parent .outline .main .scode-ranking-tab__tab__item__top .umaneta-logo img{width:100%;height:auto;display:block}.ranking-parent .outline .main .scode-ranking-tab__tab__item__top .cover{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px 10px 0 0;background-color:#000;opacity:.7}.ranking-parent .outline .main .scode-ranking-tab__tab__item__top .icon{width:45px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.ranking-parent .outline .main .scode-ranking-tab__tab__item__top .icon img{width:100%;height:auto;display:block}.ranking-parent .outline .main .scode-ranking-tab__tab__item__top .icon-local{width:60px}.ranking-parent .outline .main .scode-ranking-tab__tab__item__bottom{background-color:#591C19;padding:5px;color:#fff;border-radius:0 0 10px 10px;font-weight:unset}.ranking-parent .outline .main .scode-ranking-tab__tab__item__cover{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-color:#000;border-radius:10px;opacity:.7;display:none}.ranking-parent .outline .main .scode-ranking-tab .three-triangles{width:100px;margin:25px auto 0}.ranking-parent .outline .main .scode-ranking-tab .three-triangles img{width:100%;height:auto;display:block}.ranking-parent .outline .main .scode-ranking-tab__content{padding:20px 0}.ranking-parent .outline .main .scode-ranking-tab__content .tab-title-frame__frame{width:100%}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__site-name{display:block;margin-bottom:20px;color:#2E4CF5;font-size:24px;font-weight:600;position:relative}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__site-name__icon{width:50px;margin-right:10px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__site-name__icon img{width:100%;height:auto;display:block}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__site-name__site-name{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 60px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__thumbnail-box{width:42%}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box{width:56%;line-height:1.8}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation{padding:0}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__title{font-size:14px;width:unset}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__title__icon{width:20px;margin-right:5px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item{font-size:14px;width:unset}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__thumbnail-evaluation__evaluation-box .evaluation__item__star .point--stars .stars .star5-rating{font-size:10px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article .all-evaluation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 20px;font-weight:600;font-size:22px;margin-bottom:20px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article .all-evaluation span{margin-left:10px;font-size:30px;color:#D00000}.ranking-parent .outline .main .scode-ranking-tab__content__box .article .all-evaluation__icon{width:30px;margin-right:10px}.ranking-parent .outline .aside,.ranking-parent .outline .main .scode-ranking-tab__content__box .article__cta a{width:100%}.ranking-parent .outline .main .scode-ranking-tab__content__box .article .all-evaluation__icon img{width:100%;height:auto;display:block}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__point{margin-bottom:20px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__point__title{font-size:18px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__point__title span{font-size:26px}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__cta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ranking-parent .outline .main .scode-ranking-tab__content__box .article__cta a:first-child{margin-bottom:5px}.site-list{padding-top:0}.site-list .front-page-h1{width:97%;margin:0 auto 20px;padding:10px 15px 15px}.site-list .front-page-h1:after,.site-list .front-page-h1:before{width:80px;height:12px}.site-list .front-page-h1::before{top:8px;left:-20px}.site-list .front-page-h1 .icon{width:17%}.site-list .front-page-h1 h1{border:unset;margin:unset;padding:unset;font-size:22px;line-height:28px}.site-list .site-list-box{display:block;width:95%;margin:auto;overflow:hidden}.site-list .site-list-box .main{width:100%}.site-list .site-list-box .main .site-list-h1{margin-bottom:20px}.site-list .site-list-box .main .site-list-h1__title h1{border:none;padding:0;margin:0}.site-list .site-list-box .main .tap{padding:20px 0}.site-list .site-list-box .main .tap__text{margin-bottom:0}.site-list .site-list-box .main .tap__text__top{padding:0}.site-list .site-list-box .main .tap__text__top .left,.site-list .site-list-box .main .tap__text__top .right{width:30px}.site-list .site-list-box .main .tap__text__top .text{font-size:20px}.site-list .site-list-box .main .tap__text__bottom .text-border .text{font-size:25px}.site-list .site-list-box .main .tap__text__bottom .text-border .text span{font-size:20px}.site-list .site-list-box .main .tap__btn .content-box{width:calc(100% - 4%);height:calc(100% - 20%);padding:10% 2%}.good-list__box__contents li .name--thumbnail--com__thumbnail a img,.site-list .site-list-box .main .site-list ul .ranking-item .box .thumbnail--other__thumbnail img{height:auto}.site-list .site-list-box .main .site-list ul .ranking-item .box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px}.site-list .site-list-box .main .site-list ul .ranking-item .box .thumbnail--other{width:100%;margin-bottom:10px}.site-list .site-list-box .main .site-list ul .ranking-item .box .thumbnail--other__other{padding:0 0 20px;position:relative}.site-list .site-list-box .main .site-list ul .ranking-item .box .thumbnail--other .all-value--comment__comment{width:70%;margin:0 auto}.site-list .site-list-box .main .site-list ul .ranking-item .box .all-value--comment{width:100%;padding:0;margin-bottom:10px}.site-list .site-list-box .main .site-list ul .ranking-item .button{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.site-list .site-list-box .main .site-list ul .ranking-item .button .button__left{width:75%;padding:0;margin:0 auto 10px}.site-list .site-list-box .main .site-list ul .ranking-item .button .button__right{width:75%;padding:0;margin:0 auto}.site-list .site-list-box .aside{width:100%}.column{padding-top:0}.column .column-box,.column .single-block{width:calc(100% - 20px);padding:0 10px}.column .column-box{display:block}.column .column-box .main{width:100%}.column .column-box .main .column-h1__title h1{border:none;padding:0;margin:0}.column .column-box .main .column-list ul li{padding:10px}.column .column-box .main .column-list ul li .column-left{width:50%}.column .column-box .main .column-list ul li .column-right{width:calc(50% - 20px)}.column .column-box .main .column-list ul li .column-right .text{font-size:14px}.column .column-box .main .column-list ul li .column-right .date{font-size:11px}.column .column-box .aside{width:100%}.matching .matching-box{display:block;width:calc(100% - 20px);padding:0 10px 50px}.matching .matching-box .main{width:100%}.matching .matching-box .main .step-box{padding:50px 0 0}.matching .matching-box .main .step-box .step-one,.matching .matching-box .main .step-box .step-three,.matching .matching-box .main .step-box .step-two{width:100%;width:calc(100% - 10px)}.matching .matching-box .main .step-box .step-one .outline,.matching .matching-box .main .step-box .step-three .outline,.matching .matching-box .main .step-box .step-two .outline{padding:25px 20px 20px}.matching .matching-box .main .step-box .step-one .outline .step-title,.matching .matching-box .main .step-box .step-three .outline .step-title,.matching .matching-box .main .step-box .step-two .outline .step-title{width:40%;font-size:18px;border-radius:20px}.matching .matching-box .main .step-box .step-one .outline .question,.matching .matching-box .main .step-box .step-three .outline .question,.matching .matching-box .main .step-box .step-two .outline .question{font-size:18px;line-height:1.3;margin-bottom:15px}.matching .matching-box .main .step-box .step-one .outline .table label,.matching .matching-box .main .step-box .step-three .outline .table label,.matching .matching-box .main .step-box .step-two .outline .table label{font-size:18px}.matching .matching-box .main .step-box .step-one .outline .table .top-q,.matching .matching-box .main .step-box .step-three .outline .table .top-q,.matching .matching-box .main .step-box .step-two .outline .table .top-q{margin-bottom:15px}.matching .matching-box .main .step-box .step-three{margin-bottom:20px}.matching .matching-box .main .step-box .down-direction{width:100%}.matching .matching-box .main .step-box .down-direction .image{width:10%}.matching .matching-box .main .step-box .result-btn{margin:0 auto;width:100%}.matching .matching-box .main .simulation-box .result-title-box{margin:30px auto}.matching .matching-box .main .simulation-box .result-main .sp-site-name{padding:10px 0 20px}.matching .matching-box .main .simulation-box .result-main .sp-site-name a{text-decoration:underline;color:#2E4CF5;font-size:22px}.matching .matching-box .main .simulation-box .result-main .outline{border:7px solid #591C19;padding:10px}.matching .matching-box .main .simulation-box .result-main .outline .sp-site-title{display:block;text-align:center;padding:10px 0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.matching .matching-box .main .simulation-box .result-main .outline .sp-site-title a{color:#2E4CF5;font-size:22px;font-weight:700;text-decoration:underline}.matching .matching-box .main .simulation-box .result-main .outline .info__site{-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.matching .matching-box .main .simulation-box .result-main .outline .info__site__title{display:none}.matching .matching-box .main .simulation-box .result-main .outline .info__detail__top .item .text,.matching .matching-box .main .simulation-box .result-main .outline .info__detail__top .item .title{font-size:15px;line-height:1;padding:5px 0}.matching .matching-box .main .simulation-box .result-main .outline .info__detail__top .item .text span{font-size:22px}.matching .matching-box .main .simulation-box .result-main .outline .info__detail__bottom .item .text,.matching .matching-box .main .simulation-box .result-main .outline .info__detail__bottom .item .title{font-size:15px;line-height:1;padding:5px 0}.matching .matching-box .main .simulation-box .result-main .outline .btn-result{padding:10px 0}.matching .matching-box .main .simulation-box .result-main .outline .point .title{width:40%;font-size:16px;padding:7px;top:-15px}.matching .matching-box .main .simulation-box .result-main .outline .point .text{padding:25px 10px 15px}.matching .matching-box .main .simulation-box .result-main .text,.matching .matching-box .main .simulation-box .simulation .text{padding:20px 0}.matching .matching-box .main .simulation-box .simulation{width:100%}.matching .matching-box .main .simulation-box .simulation__select__title{font-size:18px}.matching .matching-box .main .simulation-box .simulation__select__contents::before{font-size:16px;right:20px}.matching .matching-box .main .simulation-box .simulation__select__contents select{font-size:18px}.matching .matching-box .main .simulation-box .simulation__button .button_num{width:80%;font-size:20px}.matching .matching-box .main .simulation-box .simulation__button .button_num__icon{bottom:-25px;right:-40px}.matching .matching-box .main .simulation-box .simulation__button__arrow{width:10%}.matching .matching-box .main .simulation-box .simulation__button .button_counter{width:50%}.matching .matching-box .aside{width:100%}.good-list__box{display:block;width:95%;margin:auto}.good-list__box .main{width:100%}.good-list__box__contents li{padding:25px 0}.good-list__box__contents li .enclosure{display:block}.good-list__box__contents li .name--thumbnail--com{width:100%;margin-bottom:10px}.good-list__box__contents li .name--thumbnail--com__com{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto}.good-list__box__contents li .sogohyoka--other{width:100%}.good-list__box__contents li .sogohyoka--other table tr th{width:40%}.good-list__box__contents li .sogohyoka--other table tr td{width:60%}.good-list__box__contents li .cta{display:block;width:70%}.good-list__box .aside,.good-list__box__contents li .cta__article,.good-list__box__contents li .cta__official{width:100%}.good-list__box__contents li .cta__article{margin-bottom:10px}.single-button{text-align:center;border-radius:22px;position:relative}.single-button a{display:block;color:#fff}.single-button a .img-cta{width:100%;max-width:360px;position:relative;margin:0}.single-button a .img-cta-arrow{position:absolute;top:25%;right:12%;max-width:14%;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;margin:0}#comments .single-button--outer,.site-review .single-button--outer{max-width:360px;margin:auto}#comments .single-button--outer .single-button a,.site-review .single-button--outer .single-button a{padding:0!important}html{height:100%;overflow:auto}main .h1_slide{margin-bottom:30px;z-index:10}main .category_list{background:0 0}.ranking .sidebar_ranking__swiper-container .swiper-pagination{bottom:14px}.ranking .sidebar_ranking__swiper-container .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;margin:0 6px}.header_smart{height:55px;overflow:hidden}.header_smart img{width:206px}.btn{background:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/header/hamburger-menu.svg) no-repeat;background-size:70px 35px;display:block;width:35px;height:35px;position:absolute;top:10px;right:10px;cursor:pointer;z-index:200}.peke{background-position:-35px 0;pointer-events:auto}.overflow{overflow:hidden;height:100%;pointer-events:none}#menu{pointer-events:auto}main{background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/background_smart.png)}#breadcrumblist{text-align:left;margin-bottom:25px;font-size:14px}.top_image{width:414px}.legend-label{max-width:100%;margin-bottom:10px}.front_legend__swiper-container{width:100%;height:350px;margin-bottom:50px!important}.front_legend__swiper-container .swiper-slide{width:192px;height:265px}.front_legend__swiper-container .swiper-slide .inner{width:192px;height:265px;display:block;background-image:url(//umaneta.net/wp-content/themes/umaneta.net-24.8/image/waku_2.png);background-size:contain;text-align:center;font-size:18px;margin-bottom:10px}.front_legend__swiper-container .swiper-slide .inner__title p{display:inline-block;font-size:1.5rem;margin-bottom:8px;border-bottom:2px solid #b72626;left:inherit;position:relative}.front_legend__swiper-container .swiper-slide .inner img{max-width:100%;width:174px;height:246px;border-radius:18px;text-align:center;vertical-align:middle;position:relative;top:9px}.top_desc,h1{text-align:left}.front_legend__swiper-container .swiper-slide .link_button_front{display:block;width:100%;left:inherit;position:relative}.front_legend__swiper-container .swiper-slide .link_button_front a{width:80%;display:inline-block;margin:0 auto;background:#818181;color:#fff;padding:8px;font-size:1.2rem;border:1px solid #888;border-radius:6px}h1{border-left:10px double #611616;border-bottom:10px double #611616;font-size:1.7rem;font-weight:700;margin-bottom:20px;padding:10px 0 10px 20px}.top_desc p{margin-bottom:10px;line-height:1.9rem;padding:0 10px}.top_desc ul{padding-left:40px;margin-bottom:10px}h2,h3{padding:10px}h2{text-align:center;background:#561616;color:#fff;font-size:1.6rem;font-weight:700;border-top:7px solid #AB797A;border-right:7px solid #371010;border-bottom:7px solid #2A0D0E;border-left:7px solid #351010;margin-bottom:20px}h3{border-top:3px solid #611616;border-bottom:3px solid #611616;margin-left:10px;margin-right:10px;font-weight:700}.footer{padding-top:10px}.footer .copyright p{padding:10px;font-size:.8rem}footer ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:5px;padding:0}footer ul li{margin-left:-5px;margin-right:15px}footer ul li a{font-size:12px}footer ul li::after{content:"|";margin-left:10px;color:#ccc}footer ul li:nth-child(3)::after{content:none}.ranking_front+.pagination{margin-top:0;margin-bottom:60px}.wrap .pagination{margin-top:20px;margin-bottom:20px}.wrap .pagination li{border:5px solid #611616;margin:10px 5px;color:#611616;font-weight:700}.wrap .pagination li.current{background:#611616;color:#fff}.wrap .pagination li a{border:none;color:#611616;font-weight:700}.wrap .category_list h2{margin-bottom:0;font-size:1.6rem}.wrap .category_list__mother{text-align:left;margin-bottom:20px}.wrap .category_list__mother li{display:block;width:100%;padding:0;margin-bottom:0}.wrap .category_list__mother li .overflow_cat a{color:#611616;display:block;padding:10px 0 10px 10px;margin:0;border-left:4px solid #611616;border-bottom:1px solid #bfbfbf}.wrap .category_list__mother li .overflow_cat ul{padding-left:10px;padding-right:10px;margin-top:0}.wrap .category_list__mother li .overflow_cat ul li{padding-left:0;margin-bottom:0}.wrap .category_list__mother li .overflow_cat ul a{padding:10px 0 10px 25px;border-left:none;border-bottom:1px solid #bfbfbf;color:#000}.wrap .single-block{margin-top:-15px}.wrap .single-block h1{border:none;color:#611616;line-height:2.3rem;-webkit-text-decoration-line:underline;text-decoration-line:underline;margin-bottom:0;padding:0 10px 10px;font-size:1.5rem}.wrap .single-block h2{text-align:left}.wrap .single-block .h2_single_title{color:#000;border-top:none;border-right:none;background:inherit;border-left:10px double #611616;border-bottom:10px double #611616;font-size:1.44rem;font-weight:700;margin-bottom:20px;text-align:left;padding:10px 0 10px 20px}.wrap .single-block .acd-check{display:none}.wrap .single-block .acd-label{background:#611616;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0;font-size:1.2rem;padding:10px;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.wrap .single-block .acd-label:after{-webkit-box-sizing:border-box;box-sizing:border-box;content:'\f0d7';display:block;font-weight:900;font-family:FontAwesome;color:#611616;background-color:#fff;border-radius:3px;font-size:1.5rem;width:23px;margin-left:3px}.wrap .single-block .acd-check:checked+.acd-label:after{content:'\f0d8';height:26px}.wrap .single-block .acd-content{height:0;opacity:0;padding:0;-webkit-transition:.5s;transition:.5s;visibility:hidden;margin-top:0;margin-bottom:30px;border:5px solid #611616;border-top:none;display:block;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .single-block .acd-content .site-spec tr th{padding:10px;font-weight:700}.wrap .single-block .acd-content .site-spec tr td{padding:10px}.wrap .single-block .acd-check:checked+.acd-label+.acd-content{height:auto;opacity:1;padding:10px;visibility:visible}.wrap .single-block .comment_count{width:100%;padding:8px 0;margin:0}.wrap .single-block .single-content{display:block;padding:0}.wrap .single-block .single-content__top{padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:15px}.wrap .single-block .single-content__top__left{width:50%}.wrap .single-block .single-content__top__right{width:48%}.wrap .single-block .single-content__thumb{margin-bottom:15px}.wrap .single-block .chart_area .average_point{width:95%}.wrap .single-block .chart_area .average_point p:first-child{display:inline-block;margin-top:20px;margin-bottom:10px;margin-right:10px}.wrap .single-block .chart_area .average_point p.score{display:inline-block}.wrap .single-block .chart_area .average_point div{margin-bottom:10px}.wrap .single-block .chart_area .chart_bottom{margin-bottom:20px}.wrap .single-block .chart_area .chart_bottom .canvas_outer{display:block;width:80%;margin:0 auto}.wrap .single-block .chart_area .chart_bottom .comment_rates_title::before{color:#fff;content:'\f075';font-size:23px;width:10px;font-family:fontAwesome;-webkit-transform:scale(-1,1);transform:scale(-1,1)}.wrap .single-block .chart_area .chart_bottom table{display:initial;width:100%}.wrap .single-block .chart_area .chart_bottom table.comment_rates{width:auto;display:inline-block;margin-left:0}.wrap .single-block .chart_area .chart_bottom table.comment_rates td div.graph{width:150px;background:#f4f4f4}.wrap .table-unei td,.wrap .table-unei th{border:1px solid #000;padding:5px 8px;background:#fff;font-size:14px}.wrap .main-block{display:block;margin:auto}.wrap .main-block__left{width:100%;position:relative}.wrap .main-block__left .h1_slide .top_desc p{margin-bottom:10px;line-height:1.9rem;padding:0 10px}.wrap .main-block__left h2{text-align:center}.wrap .main-block__left .ranking_front li.ranking_list{text-align:center;border-width:4px}.wrap .main-block__left .ranking_front li.ranking_list .ranking_left{width:100%;margin-bottom:15px}.wrap .main-block__left .ranking_front li.ranking_list .ranking_left img{max-width:300px}.wrap .main-block__left .ranking_front li.ranking_list .ranking_left .order{position:absolute;top:-11%;left:3%;z-index:1;width:70px;height:70px}.wrap .main-block__left .ranking_front li.ranking_list .button{display:block;width:100%;padding:0;margin-bottom:20px;text-align:center}.wrap .main-block__left .ranking_front li.ranking_list .button__left{margin:auto auto 15px;width:70%}.wrap .main-block__left .ranking_front li.ranking_list .button__right{margin:auto auto 20px;width:95%}.wrap .main-block__left .ranking_front li.ranking_list .button__right a .img-cta-arrow{position:absolute;top:25%;right:6%;max-width:16%}.wrap .main-block__left .ranking_front li.ranking_list .ranking_right{width:100%}.wrap .main-block__left .ranking_front li.ranking_list .ranking_right a{font-size:1.5rem;margin-bottom:8px;display:inline-block}.wrap .main-block__left .ranking_front li.ranking_list .ranking_right div{text-align:left;margin-left:55px}.wrap .main-block__left .ranking_front li.ranking_list .chart_area{text-align:center;margin-top:20px;margin-bottom:20px}.wrap .main-block__left .ranking_front li.ranking_list .chart_area .average_point{vertical-align:middle;display:inline-block;width:80%;text-align:center;border:1px solid #000;padding:15px}.wrap .main-block__left .ranking_front li.ranking_list .chart_area .average_point .score{font-size:1.5rem;font-weight:700}.wrap .main-block__left .ranking_front li.ranking_list .chart_area .canvas_outer{display:inline-block;vertical-align:middle;width:300px;height:300px}.wrap .main-block__left .ranking_front li.ranking_list .chart_area table{width:100%;display:inline;vertical-align:middle}.wrap .main-block__left .ranking_front li.ranking_list .chart_area table tr td{padding:5px}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li{padding:20px}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li::after{content:'';display:block;width:95%;margin:10px auto;border-bottom:2px solid #bfbfbf}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li:last-child{padding-top:0}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li:last-child::after{content:none}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li .comment_top img{height:auto;width:12%}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li .comment_top div{width:80%;vertical-align:top;text-align:left}.wrap .main-block__left .ranking_front li.ranking_list .comment_list ul li .comment_bottom{padding:10px;text-align:left}.wrap .main-block__left .ranking_banner_link img{width:100%;max-width:100%;margin-bottom:0}.wrap .main-block__left .new-comments{margin-bottom:30px}.wrap .main-block__left .new-comments ul{text-align:left;background:#fff;border:4px solid #611616}.wrap .main-block__left .new-comments ul li{padding:10px 0}.wrap .main-block__left .new-comments ul li::after{content:'';display:block;width:95%;margin:10px auto;border-bottom:2px solid #bfbfbf}.wrap .main-block__left .new-comments ul li:last-child::after{content:none}.wrap .main-block__left .new-comments ul li:first-child{padding-top:20px}.wrap .main-block__left .new-comments ul li .comment_top{padding-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrap .main-block__left .new-comments ul li .comment_top img{width:50px;height:50px}.wrap .main-block__left .new-comments ul li .comment_top div{display:inline-block;vertical-align:top}.wrap .main-block__left .new-comments ul li .comment_bottom{padding:10px 25px}.wrap .main-block__left--front{margin-bottom:1370px}.wrap .main-block__left--front .h1_slide{bottom:-1324px}.wrap .main-block__left--front .h1_slide .top_desc p{margin-bottom:10px;line-height:1.9rem;padding:0 10px}.wrap .main-block__left--ranking .h1_slide{bottom:-480px}.wrap .main-block__left--ranking .ranking_button li{width:32.4%;display:inline-block;text-align:center;margin-bottom:10px}.wrap .main-block__left--yuryo{margin-bottom:1540px}.wrap .main-block__left--yuryo .h1_slide{bottom:-1540px}.wrap .main-block__left--akutoku{margin-bottom:460px}.wrap .main-block__left--akutoku .h1_slide{bottom:-505px}.wrap .main-block__left--akutoku .ranking_front li.ranking_list .ranking_right div{text-align:center;margin-left:0}.wrap .main-block__left--columnarchive{margin-bottom:430px}.wrap .main-block__left--columnarchive .h1_slide{bottom:-470px}.wrap .main-block__left--columnarchive .column-list__li__left{width:40%}.wrap .main-block__left--columnarchive .column-list__li__left img{width:100%}.wrap .main-block__left--columnarchive .column-list__li__right{width:58%}.wrap .main-block__left--columnarchive .column-list__li__right__top a{font-size:20px}.wrap .main-block__left--columnarchive .column-list__li__right__bottom{line-height:1.5}.wrap .main-block__left--column .category_list h2{margin-bottom:0}.wrap .main-block__left--categorylist .category_list{margin-bottom:20px}.wrap .main-block__left--categorylist .h1_slide{bottom:-35px}.wrap .main-block__left--category{margin-bottom:380px}.wrap .main-block__left--category .h1_slide{bottom:-380px}.wrap .main-block__left--archive{margin-bottom:1850px}.wrap .main-block__left--notfound .category_list,.wrap .main-block__left--sitemap .category_list{margin-bottom:0}.wrap .main-block__left--archive .h1_slide{bottom:-1860px}.wrap .main-block__left--notfound h1{font-size:1.2rem}.wrap .main-block__left--sitemap h2{margin-top:30px}.wrap .main-block__left--sitemap .sitemap_banner li{margin:10px}.wrap .main-block__left--sitemap .ranking_button li{width:32.4%;display:inline-block;text-align:center;margin-bottom:10px}.wrap .main-block__left--contact{min-height:510px}.wrap .main-block__left--contact p{text-align:center}.wrap .main-block__left #comments h2,.wrap .main-block__left--single .site-review h2{text-align:left}.wrap .main-block__left--contact input,.wrap .main-block__left--contact select,.wrap .main-block__left--contact textarea{font-size:18px}.wrap .main-block__left--single{padding:0}.wrap .main-block__left--single .category_list h2{margin-bottom:0}.wrap .main-block__left--single .site-review .button--quick{display:block}.wrap .main-block__left--single .site-review .button--quick img{margin:auto}.wrap .main-block__left--single .site-review .button--quick__left{margin-bottom:10px}.wrap .main-block__left--single .site-review .button--quick--onlyleft{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wrap .main-block__left--single .site-review .button--quick--onlyleft img{margin:auto}.wrap .main-block__left--single .site-review p{line-height:1.6rem}.wrap .main-block__left--single .site-review img{margin:15px auto;max-width:100%}.wrap .main-block__left--single .site-review .kakoi{width:90%}.wrap .main-block__left--single .site-review .table__kaime{border:none;margin:0 auto 1.3em;width:90%}.wrap .main-block__left--single .site-review .table__kaime__tr__th{display:block;text-align:left;padding:4px;line-height:1;font-size:.88rem;font-weight:400}.wrap .main-block__left--single .site-review .table__kaime__tr__td{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:4px}.wrap .main-block__left--single .site-review .table__kaime__tr__td__get{font-size:1rem}.wrap .main-block__left--single .site-review .table__kaime__tr__td__link a{font-size:.75rem}.wrap .main-block__left--single .site-review .table__normal{margin:0 2% 1.3em}.wrap .main-block__left .comment-form-area #commentform .comment-form-author,.wrap .main-block__left .comment-form-area #commentform .uk-grid .rate-block{margin-top:-5px}.wrap .main-block__left--single .site-review .table__normal tr td{padding:5px;font-size:15px}.wrap .main-block__left--single .site-review #toc_container .toc_title{font-size:14px}.wrap .main-block__left--single .site-review #toc_container .toc_title .toc_toggle{position:absolute;right:10px}.wrap .main-block__left--single .site-review #toc_container .toc_title .toc_toggle a::after{font-size:18px}.wrap .main-block__left--single .site-review #toc_container ul.toc_list li a{font-size:14px}.wrap .main-block__left .comment-pagenation{text-align:center}.wrap .main-block__left .comment-form-area h2,.wrap .main-block__left .h2_comment{text-align:left}.wrap .main-block__left .comment-form-area #commentform{margin-bottom:20px}.wrap .main-block__left .comment-form-area #commentform #author{width:150px}.wrap .main-block__left .comment-form-area #commentform .form-submit{text-align:center}.wrap .main-block__left .comment-form-area #commentform .uk-grid .rate-block label{margin-bottom:7px}.wrap .main-block__left .swiper-slide{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.wrap .main-block__left .swiper-slide .single_description{padding:0 20px}.wrap .main-block__left .swiper-slide .single_description p{line-height:2}.wrap .main-block__left .swiper-slide .site_info{margin:0 auto 30px}.wrap .main-block__left .swiper-slide .site_info table tr th{width:112px}.wrap .main-block__left .swiper-button-next,.wrap .main-block__left .swiper-button-prev{background-image:none;width:28px;height:86px;margin-top:-43px}.wrap .main-block__left .swiper-button-prev::after{font-family:FontAwesome;content:"\f100";font-size:48px;color:#611616}.wrap .main-block__left .swiper-button-next::after{font-family:FontAwesome;content:"\f101";font-size:48px;color:#611616}.wrap .main-block__right{width:100%}}@media only screen and (max-width:600px) and (max-width:380px){.ranking .sidebar_ranking__swiper-container .swiper-pagination{bottom:10px}}@media screen and (max-width:430px){.wrap .main-block__left--akutoku .category_list,.wrap .main-block__left--archive .category_list,.wrap .main-block__left--category .category_list,.wrap .main-block__left--categorylist .category_list,.wrap .main-block__left--columnarchive .category_list,.wrap .main-block__left--front .category_list,.wrap .main-block__left--ranking .category_list,.wrap .main-block__left--yuryo .category_list{margin-bottom:unset}.wrap .main-block__left--single .site-review .div__ul__kakoi .midashi{font-size:16px}.wrap .main-block__left--single .site-review .div__ul__kakoi ul li{font-size:15px}.wrap .main-block__left--single .site-review .accordion{margin:1em 0}.wrap .main-block__left--single .site-review .accordion input:checked~label::after{padding:5px 7px;font-size:14px}.line_official{margin-bottom:30px}.line_official h2{line-height:28px}.line_official p{line-height:1.6rem;margin:1.3em 0}.line_official a{display:block;width:95%;margin:auto}.line_official a img{width:100%;height:auto}header{margin-bottom:0}header .header_smart{background:#591C19;position:fixed;top:0;left:0;width:100%;z-index:200}header .header_smart .logo-wrap{position:relative;top:8px;left:-8px}header .header_smart .logo-wrap img{width:163px}header .header_smart .drawr{display:none;background-color:#fff;position:fixed;top:0;right:0;width:90%;height:calc(100% - 75px)!important;z-index:100}header .header_smart .drawr .top{height:55px;position:relative;width:100%}header .header_smart .drawr .top .menu-logo{width:22%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}header .header_smart .drawr .top .menu-logo img{width:100%;height:auto;display:block}header .header_smart .drawr ul{background-color:#fff;overflow:scroll;height:calc(100% - 65px);width:calc(100% - 20px);padding:0 10px}header .header_smart .drawr ul .main-list a{border:1px solid #591C19;width:calc(100% - 10px);padding:5px;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header_smart .drawr ul .main-list a .border-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header_smart .drawr ul .main-list a .border-title .border{border:2px solid #591C19;margin-right:5px;height:30px}header .header_smart .drawr ul .main-list a .border-title .title{color:#591C19}header .header_smart .drawr ul .main-list a .icon{width:20px}header .header_smart .drawr ul .main-list a .icon img{width:100%;height:auto;display:block}header .header_smart .drawr ul .sub-list{padding:5px;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:calc(100% - 10px)}header .header_smart .drawr ul .sub-list a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header_smart .drawr ul .sub-list a .icon{width:10px;margin-right:5px;margin-left:15px}header .header_smart .drawr ul .sub-list a .icon img{width:100%;height:auto;display:block}header .header_smart .drawr ul .sub-list a .title{font-size:14px;color:#591C19}header .nav__white{display:block;border:none;position:relative;padding:0}header .nav__white .menu-wrap{width:100%;position:fixed;bottom:0;z-index:1;pointer-events:none}footer{padding-bottom:80px}}@media only screen and (max-width:430px){.rmain-block__left--ranking--1,.rmain-block__left--ranking--2,.rmain-block__left--ranking--3,.rmain-block__left--ranking--5{margin-bottom:350px!important}.rmain-block__left--ranking--6{margin-bottom:360px!important}.explanation-free,.explanation-hit,.explanation-recovery{bottom:-385px!important}.explanation-local{bottom:-400px!important}.explanation-comment{bottom:-390px!important}}@media screen and (max-width:415px){.wrap .main-block__left--single .site-review .accordion label{font-size:16px;padding:7px}.wrap .main-block__left--single .site-review .accordion label:after{padding:5px 7px;font-size:14px}}@media only screen and (max-width:414px){.wrap .main-block__left .ranking_front li.ranking_list:last-of-type{margin-bottom:30px}.ranking_banner_link{margin:30px 0}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .text,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .text{font-size:16px}.ranking-parent .outline .main .backgroud-brown .parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .title,.ranking-parent .outline .main .backgroud-brown .sp-parent-ranking-swiper .swiper-wrapper .swiper-slide a .cover .contents-box .title{font-size:18px}}@media only screen and (max-width:375px){.bad-content .h1_slide,.good-content .h1_slide{bottom:-200px}.single-button a .img-cta{width:100%;max-width:360px;position:relative;margin:0}.single-button a .img-cta-arrow{position:absolute;top:26%;right:10%;max-width:14%;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;margin:0}.ranking_front li.ranking_list .ranking_right a+div{text-align:left;padding-left:35px;margin-bottom:20px}.sidebar .ranking .sidebar_ranking__swiper-container .swiper-slide a img{width:265px;height:auto}.legend-label{margin:10px 0}.top_desc{padding:0 7px}.bad-content .h1_slide p,.good-content .h1_slide p{padding-left:10px;padding-right:10px}.front_legend__swiper-container{height:317px}.front_legend__swiper-container .swiper-slide .inner{width:172px;height:237px;font-size:18px;margin-bottom:10px}.front_legend__swiper-container .swiper-slide .inner img{max-width:100%;width:156px;height:222px;top:7px;border-radius:18px}.front_legend__swiper-container .swiper-slide .inner__title p{display:inline-block;font-size:1.5rem;margin-bottom:8px;border-bottom:2px solid #b72626;left:inherit;position:relative}.bad-content,.good-content{margin-bottom:230px}.front_legend__swiper-container .swiper-slide .link_button_front{left:inherit}.ranking-content .ranking_button li{width:32.3%;display:inline-block;text-align:center;margin-bottom:10px}.ranking-content .ranking_front li.ranking_list .ranking_left .order{top:-11%;left:1%;width:50px;height:50px}.archive-content .ranking_front{margin-bottom:30px}.archive-content .pagination{margin-bottom:80px}.category-search{position:relative;margin-bottom:395px}.category-search .h1_slide{position:absolute;bottom:-430px}.sitemap-content .sitemap_banner img{max-width:353px}.sitemap-content .ranking_button li{width:32.3%;display:inline-block;text-align:center;margin-bottom:10px}.single-block .single-content .content_left__banner a .comment_count{padding:8px 2px}.main-block .single-content .site-review img{max-width:360px;height:auto}.main-block .single-content .site-review blockquote{margin-top:15px;margin-bottom:15px}.main-block .single-content .site-review .under_post .under_posts{margin:2em 1%}.wrap .single-block{margin-top:-15px}.wrap .single-block .acd-check{display:none}.wrap .main-block__left .ranking_front li.ranking_list .ranking_right div{margin-left:35px}.wrap .main-block__left--front{margin-bottom:1260px}.wrap .main-block__left--front .h1_slide{bottom:-1265px}.wrap .main-block__left--ranking .h1_slide{bottom:-510px}.wrap .main-block__left--yuryo{margin-bottom:1620px}.wrap .main-block__left--yuryo .h1_slide{bottom:-1660px}.wrap .main-block__left--akutoku{margin-bottom:470px}.wrap .main-block__left--akutoku .h1_slide{bottom:-510px}.wrap .main-block__left--akutoku .ranking_front li.ranking_list .ranking_right div{margin-left:0}.wrap .main-block__left--columnarchive{margin-bottom:520px}.wrap .main-block__left--columnarchive .h1_slide{bottom:-550px}.wrap .main-block__left--category .h1_slide{bottom:-380px}.wrap .main-block__left--archive{margin-bottom:1920px}.wrap .main-block__left--archive .h1_slide{bottom:-1960px}.wrap .main-block__left .comment-form-area #commentform .form-submit{text-align:center}.rmain-block__left--ranking--1,.rmain-block__left--ranking--2,.rmain-block__left--ranking--3{margin-bottom:350px!important}.rmain-block__left--ranking--5{margin-bottom:370px!important}.rmain-block__left--ranking--6{margin-bottom:360px!important}.explanation-free,.explanation-hit,.explanation-recovery{bottom:-385px!important}.explanation-local{bottom:-400px!important}.explanation-comment{bottom:-415px!important}}@media only screen and (max-width:360px){.bad-content,.good-content{margin-bottom:230px}.bad-content .h1_slide,.good-content .h1_slide{bottom:-200px}.front_legend__swiper-container{height:317px}.category-search{margin-bottom:395px}.category-search .h1_slide{bottom:-430px}.wrap .single-block .acd-check{display:none}.wrap .main-block__left .ranking_front li.ranking_list .ranking_right div{margin-left:35px}.wrap .main-block__left--front{margin-bottom:2610px}.wrap .main-block__left--front .h1_slide{bottom:-2610px}.wrap .main-block__left--ranking{margin-bottom:510px}.wrap .main-block__left--ranking .h1_slide{bottom:-510px}.wrap .main-block__left--yuryo{margin-bottom:1930px}.wrap .main-block__left--yuryo .h1_slide{bottom:-1930px}.wrap .main-block__left--akutoku{margin-bottom:600px}.wrap .main-block__left--akutoku .h1_slide{bottom:-600px}.wrap .main-block__left--akutoku .ranking_front li.ranking_list .ranking_right div{margin-left:0}.wrap .main-block__left--columnarchive{margin-bottom:500px}.wrap .main-block__left--columnarchive .h1_slide{bottom:-545px}.wrap .main-block__left--category .h1_slide{bottom:-410px}.wrap .main-block__left--archive{margin-bottom:2340px}.wrap .main-block__left--archive .h1_slide{bottom:-2380px}.wrap .main-block__left--single .site-review img{max-width:340px}}@media only screen and (max-width:320px){.rmain-block__left--ranking--1,.rmain-block__left--ranking--2,.rmain-block__left--ranking--3,.rmain-block__left--ranking--5{margin-bottom:400px!important}.rmain-block__left--ranking--6{margin-bottom:430px!important}.explanation-allranking{bottom:-545px!important}.explanation-free,.explanation-hit,.explanation-recovery{bottom:-450px!important}.explanation-local{bottom:-470px!important}.explanation-comment{bottom:-450px!important}}@-webkit-keyframes shining{0%{opacity:0}100%{opacity:1}}@keyframes shining{0%{opacity:0}100%{opacity:1}}@keyframes reflection{0%{-webkit-transform:scale(0) rotate(45deg);transform:scale(0) rotate(45deg);opacity:0}80%{-webkit-transform:scale(0) rotate(45deg);transform:scale(0) rotate(45deg);opacity:.5}81%{-webkit-transform:scale(4) rotate(45deg);transform:scale(4) rotate(45deg);opacity:1}100%{-webkit-transform:scale(50) rotate(45deg);transform:scale(50) rotate(45deg);opacity:0}}@-webkit-keyframes reflection{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}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-tile{will-change:opacity}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.leaflet-zoom-anim .leaflet-zoom-animated{will-change:transform;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline:0}.leaflet-container a{color:#0078A8}.leaflet-container a.leaflet-active{outline:2px solid orange}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font:12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:0}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px 'Lucida Console',Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(//umaneta.net/wp-content/plugins/event-organiser/lib/leaflet/images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(//umaneta.net/wp-content/plugins/event-organiser/lib/leaflet/images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(//umaneta.net/wp-content/plugins/event-organiser/lib/leaflet/images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:0;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgba(255,255,255,.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:0;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 19px;line-height:1.4}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;border:0;text-align:center;width:18px;height:14px;font:16px/14px Tahoma,Verdana,sans-serif;color:#c3c3c3;text-decoration:none;font-weight:700;background:0 0}.leaflet-container a.leaflet-popup-close-button:hover{color:#999}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678)}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:0 0;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}