
@charset "UTF-8";
#rinen ul li { line-height: 1.3em;}
#feature01 { height: 100%; transition: .6s ease-out; transform: translateY(40px); opacity: 0;}#feature02 { height: 100%; transition: .6s ease-out; transform: translateY(40px); opacity: 0;}#feature03 { height: 100%; transition: .6s ease-out; transform: translateY(40px); opacity: 0;}#feature04 { height: 100%; transition: .6s ease-out; transform: translateY(40px); opacity: 0;}#feature05 { height: 100%; transition: .6s ease-out; transform: translateY(40px); opacity: 0;}#feature01.delighter.started,
#feature02.delighter.started,
#feature03.delighter.started,
#feature04.delighter.started,
#feature05.delighter.started { transform: translateY(0); opacity: 1;}
#feature h2 { font-size: 160%; background-color: rgba(,.05); border-left: solid 4px #3498db; padding: .5vw .5vw .5vw .8vw;}
#feature h3 { top:-10px; left:-10px; transform: rotate(-20deg); font-size:200%;}
#results table { border:1px solid #222;}#results table th { border:1px solid #222; padding: 1vw;}#results table td { border:1px solid #222; padding: .5vw 1vw; width: 50%;}
#results h2 { font-size: 130%; border-left: solid 3px #3498db; padding: .1vw .1vw .1vw .8vw;}#results h3 { font-size: 120%;}
@media (min-width: 1300px){ #results { font-size: 1.1rem; }}@media (max-width: 767px){ #feature h3 { font-size: 180%; }
#results table th { padding: 2vw;}#results table td { border:1px solid #222; padding: 1vw 2vw; width: 50%;}}
@media (max-width: 575px){ .index-header::after { bottom: 4vw; }}