@charset "utf-8";
/* CSS Document */
@import "reset.css";
@import "base_min.css";
/*******************
shared
+00 common
+01 site-frame (size and position)
+02 header
+03 catch and main
+04 sidebar
+05 footer
+06 block style (product-item,search-box,etc...)
********************/

/*-------------------------------------------
00 common
-----------------------------------------------*/
/* font-style */
.red {color: #d50000;}
.bold {font-weight: bold;}
.uline {text-decoration: underline;}
.fs-s {font-size: .8em;}
.fs-l {font-size: 1.2em;}
.mk {
  background-color: rgb(255, 243, 63);
}
a img {
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
a:hover img {
  opacity: .7;
}
body {
  min-width: 1300px;
  background: #000;
}

/*-------------------------------------------
01 site-frame
-----------------------------------------------*/
header {
  width: 100%;
  margin: 0 auto;
  background: #970000;
  border-bottom: 2px solid #dcaf5a;
}
.header-box {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1100px;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#container {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1120px;
  max-width: 1100px;
}
#container #main {
  box-sizing: border-box;
  display: block;
  float: right;
  width: 860px;
}
#container #side {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-top: 22px;
  width: 240px;
}
/*-------------------------------------------
02 header
-----------------------------------------------*/
.header-box h1 {
  line-height: 40px;
  display: inline-block;
}
.header-box nav {
  display: inline-block;
  position: absolute;
  right: 0;
}
.header-box .header-nav {
  display: inline-block;
  padding: 0;
}
.header-box li {
  display: inline-block;
  line-height: 60px;
  margin-left: 10px;
  font-size: 22px;
}
.header-box li a {
  color: #fff;
  margin-left: 3px;
}
/*-------------------------------------------
03 fv main
-----------------------------------------------*/
.fv {
  width: 700px;
  position: relative;
}
.fv-btn {
  position: absolute;
  bottom: 0;
  left: 215px;
}
.search-box-table th span {
  display: inline-block;
  font-size: 16px;
}

/* overall_ranking  */
.overall_ranking {
  text-align: center;
  margin-bottom: 80px;
}
.overall_ranking div {
  position: relative;
}
.overall_ranking div p:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.overall_ranking div:last-child p:last-child {
  bottom: 35px;
}
.ranking-box {
  position: relative;
  background: url(../../img/product_bk001.jpg) no-repeat top center;
  width: 100%;
  height: 711px;
  margin-bottom: 40px;
}

/*-------------------------------------------
04 sidebar
-----------------------------------------------*/
.side-dl + .side-dl {
  margin-top: 50px;
}
.side-dl dt {
  font-size: 1.2em;
  font-weight: bold;
}
.side-dl dd {
  /*   background-color: #ddd; */
  box-sizing: border-box;
  width: 100%;
}
.side-dl li {
  box-sizing: border-box;
  display: block;
}
.side-column ul li a {
  box-sizing: border-box;
  display: block;
  margin-left: 1.5em;
  text-indent: -1.5em;
  padding-left: 10px;
  font-size: 1em;
}
.side-column {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.side-column ul li a:before {
  content: url(../img/side_square.png);
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.side-column ul li:nth-child(even){
  background: url(../img/side_column_bg2.png) repeat-y top center;
}
.side-column ul li:last-child {
  background: url(../img/side_column_botm.png) no-repeat bottom center;
  padding: 3px;
}
.side-column dd ul {
  background: url(../img/side_column_bg.png) repeat-y top center;
}
/* side-column */
.side-column ul li {
  box-sizing: border-box;
  padding: 13px 9.5px;
}

/* side-product */
.side-product {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.side-product ul{
  background: url(../img/side_column_bg.png) repeat-y center;
  background-color: #fffef3;
  box-sizing: border-box;
  width: 100%;
}
.side-product ul li:last-child {
  background: url(../img/side_vitality_botm.png) no-repeat bottom center;
  padding-bottom: 30px;
}
.side-product li {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  line-height: 1.4;
}
.side-product .side-product-com {
  border-bottom: 1px solid #b5b5b5;
  width: 90%;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}
.side-product li:last-child .side-product-com {
  border: none;
  padding: 0;
}
.side-product li:last-child {
  padding-bottom: 0;
}

.side-product .side-product-img {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.side-product .side-product-name {
  font-weight: bold;
}
.side-product .side-product-name,.side-product-com {
  text-align: center;
  font-size: 1em;
}
.side-product .side-product-name,.side-product-com:hover {
  text-decoration: none;
}

/*-------------------------------------------
05 footer
-----------------------------------------------*/
footer {
  margin: 100px auto 0;
}
.footer-ttl {
  text-align: center;
  font-size: 1.5em;
  padding: .5em 0 1em;
}
/* gotop btn */
#gotop-btn {
  box-sizing: border-box;
  background-color: #232323;
  width: 100%;
  border-top: 5px solid #780000;
}
#gotop-btn .gotop-btn-box {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 1100px;
}
#gotop-btn #gotop {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 47px;
  right: 0;
}

/* link list */
.footer-list {
  color: #fff;
  box-sizing: border-box;
  background-color: #232323;
  width: 100%;
  padding: 1em 0 4em;
}
.footer-list .footer-list-area {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*   outline: 1px solid red; */
}
.footer-list .footer-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
}
.footer-list .footer-list-box li {
  font-size: 17px;
  margin-bottom: 17px;
  width: 100%;
  /*   margin-left: 1.4em;
  text-indent: -1.4em; */
}
.footer-list .footer-list-box > ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%;
  margin-right: 50px;
} 
.footer-list .footer-list-dl {
  width: 100%;
}
.footer-list-box:nth-of-type(1){
  margin-top: 55px;
}
.footer-list-box:nth-of-type(2){
  margin-right: 45px;
}
.footer-list-box:nth-of-type(3) ul {
  /*   margin-right: 55px; */
}
.footer-list-box:nth-of-type(3) ul:first-child {
  margin: 0;
  width: 230px;
}
.footer-list-box:nth-of-type(3) ul:last-child {
  margin: 0;
  width: 230px;
}
.footer-list-dl dd {
  display: inline-block;
}
.footer-list .footer-list-dl dt {
  font-size: 25px;
  font-weight: bold;
  color: #f2c068;
  width: 100%;
  border-bottom: 2px solid #f2c068;
  margin-bottom: 19px;
  padding-bottom: 10px;
}
.footer-list .footer-list-dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-list .footer-list-dl dd > ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%;
}
.footer-list .footer-list-dl dd > ul li {
  margin-bottom: 1em;
}

.footer-list-box ul li a:before {
  content: url(../img/footer_icon.png);
  margin-right: 10px; 
}

/* footer link */

.footer-link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
  width: 100%;
}
.footer-link li {
  display: inline-block;
  padding-left: .6em;
}
#copy {
  background: #970000;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 18px 0;
  font-size: 18px;
}



/*-------------------------------------------
06 block style (product-item,search-box,etc...)
-----------------------------------------------*/
.search-box-table select {
  /*   outline: 1px solid red; */
  position: relative;
  width: 100%;
  padding:  0.625em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dadada;
  background: #fff;
  border-radius: 0.208em;
  margin-bottom: 0.417em;
}
.search-box-table div {
  position: relative;
}

.search-box-table div:after {
  display: block;
  content: " ";
  position: absolute;
  top: 42%;
  right: -2em;
  width: 3.800em;
  height: 4.500em;
  margin-top: -0.813em;
  background: url(../img/select_box_img.png) 0 0 no-repeat;
  background-size: 1.250em;
  pointer-events: none;
}
.search-box-table .bl:after {
  right: -1em;
}
select::-ms-expand {
  display: none;
}

/* pan */
.pan {
  font-size: .85em;
  width: 100%;
}
.pan li {
  display: inline-block;
}
.pan li + li:before {
  content: ">";
  display: inline-block;
  padding-right: .3em;
}

/* search-box */
.search-box-table tr td .box {
  width: 600px;
  margin: 0 auto 10px;
}
.search-box-table tr td .box2 {
  width: 290px;
  margin-right: 14.5px;
  display: inline-block;
}
.search-box-table tr td .box3 {
  width: 290px;
  margin: 0 auto;
}
.search-box-ttl {
  text-align: center;
}
.search-box {
  position: relative;
}
.search-box-form {
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0;
  width: 85%;
  margin: 0 auto;
}
.search-box-table {
  width: 720px;
}
.search-box-table th {
  border: 1px solid #b5b5b5;
  color: #fff;
  background-color: #171717;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding:  10px;
  vertical-align: middle;
  width: 188px;
}
.search-box-table td {
  border: 1px solid #b5b5b5;
  background-color: #fff;
  box-sizing: border-box;
  padding: 11px 20px;
  vertical-align: middle;
}
.search-box-table td label {
  padding:.2em 1em .1em 0;
  display: inline-block;
  font-size: 17px;
}
.search-box-table tr:nth-of-type(4) td label:nth-of-type(4) {
  margin-right: 5px;
}
.search-box-table tr:nth-of-type(6) td label:nth-of-type(3) {
  margin-right: 17px;
}
.search-box-table td label input {
  margin-right: 5px;
}
.search-box-table td label:last-child {
  padding-right: 0;
}
.search-box .search-box-submit {
  margin: 20px auto 10px;
  padding: 0;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/search_btn.png) no-repeat top center;
  width: 278px;
  height: 82px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.search-box .search-box-submit:hover {
  opacity: .7;
}

/* comparison-table */
/* comparison-table */
.comparison-table {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
}
.comparison-table table {
  width: 825px;
  box-sizing: border-box;
  margin: 0 auto;
}
.comparison-table .tb-item  {
  position: absolute;
  top: 210px;
  right: 20px;
  left: 0;
  margin: 0 auto;
  z-index: 99;
}
.comparison-table tbody {
  width: 825px;
  border: 2px solid #ae0500;
  background-color: #fff;
}
.comparison-table caption {
  text-align: center;
  vertical-align: bottom;
}
.comparison-table tr th {
  width: 128px;
  background-color: #ecebe1;
  border: 1px solid #656565;
}
.comparison-table tr th:first-child {
  width: 104px;
  box-sizing: border-box;
  padding: 16px 0;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.comparison-table tr td {
  text-align: center;
  border: 1px solid #333;
  line-height: 1.5em;
  vertical-align: text-top;
  line-height: 1.2em;
}
.comparison-table tbody .vgood {
  background:#fffcb1 url(../img/vgood.png) no-repeat;
  background-position: 50% 10px;
  padding-top: 80px;
  padding-bottom: 6px;
}
.comparison-table tbody .good {
  background:#fff url(../img/good.png) no-repeat;
  background-position: 50% 10px;
  padding-top: 66px;
  padding-bottom: 8px;
}
.comparison-table tbody .soso {
  background:#fff url(../img/soso.png) no-repeat;
  background-position: 50% 10px;
  padding-top: 66px;
  padding-bottom: 8px;
}
.comparison-table tbody .nogood {
  background:#fff url(../img/nogood.png) no-repeat;
  background-position: 50% 14px;
  padding-top: 62px;
  padding-bottom: 8px;
}
.comparison-table .comparison-table-head th {
  background-color: #fbeb3c;
  padding: 29px 0;
}

.comparison-table .comparison-table-name {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
}
.comparison-table .comparison-table-com {
  text-align: center;
  font-weight: normal;
  display: block;
  font-size: .8em;
  line-height: 1.3em;
}
.comparison-table .comparison-table-point td {
  font-size: 3.5em;
  vertical-align: middle;
  /*   line-height: 0; */
  padding: 18px 0 6px;
}
.comparison-table .total-vgood {
  background-color: #fffcb1;
  color: #ce060d;
  font-weight: bold;
}
.comparison-table .comparison-table-btn {
  border: none;
}
.comparison-table .comparison-table-btn tr {
}
.comparison-table .comparison-table-btn td {
  border: none;
  padding: 10px 0;
}
.comparison-table .f24 {
  font-size: 24px;
}
/* product-item */
.product-item {
  width: 825px;
  position: relative;
  margin: 0 auto;
}
.product-box {
  position: relative;
  z-index: 2;
  margin-bottom: 38px;
}
.product-box-ttl {
  position: relative;
}
.product-box-catch {
  position: relative;
}
.product-box .mb0 {
  margin-bottom: 0;
}
.product-box .box{
  position: relative;
  margin-bottom: 0;
}
.product-box .mb-box{
  position: relative;
  margin-bottom: 10px;
}
.product-box .mb-box2{
  position: relative;
  margin-top: -70px;
  margin-bottom: 10px;
  z-index: 999;
}
.product-box-catch .product-box-img {
  position: relative;
  z-index: 2;
}
.product-box-catch .product-box-list {
  position: absolute;
  top: 0px;
  right: 50px;
  box-sizing: border-box;
  width: 360px;
  z-index: 3;
}
.product-box-catch .product-box-list  dt {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 auto .5em;
  color: #770000;
}
.check-list li {
  background: url(../img/icon_check.png) no-repeat top left;
  box-sizing: border-box;
  padding: 0 0 0 36px;
  margin: 0 auto 1.5em;
  font-size: 18px;
}
.product-box-btn-m {
  position: absolute;
  display: block;
  bottom: 0;
  left: 32px;
  z-index: 3;
}
.product-box-btn-m2 {
  position: absolute;
  display: block;
  bottom: -20px;
  left: 32px;
  z-index: 3;
}
.product-box-btn-m3{
  position: absolute;
  display: block;
  bottom: 40px;
  left: 32px;
  z-index: 3;
}
.product-box-table {
  background: url(../img/ranking_item_bg.png) repeat-y top center;
  margin: 0 auto;
  padding-bottom: 48px;
}
.official-site-btn {
  text-align: center;
  margin-top: 30px;
}
.pd0 {
  padding: 0;
}
.product-box-table table {
  width: 740px;
  margin: 0 auto;
  border: 2px solid #ae0500;
}
.product-box .mb {
  margin-bottom: 10px;
}
.rank-kuchikomi div {
  position: relative;
}
.rank-kuchikomi .text-l p:nth-of-type(2) {
  width: 460px;
  position: absolute;
  bottom: 70px;
  left: 100px;
  font-size: 18px;
  line-height: 32px;
}
.rank-kuchikomi .text-l p:nth-of-type(3) {
  position: absolute;
  bottom: 45px;
  right: 270px;
  font-size: 18px;
}
.rank-kuchikomi .text-r p:nth-of-type(2) {
  width: 460px;
  position: absolute;
  top: 10px;
  right: 105px;
  font-size: 18px;
  line-height: 32px;
}
.rank-kuchikomi .text-r p:nth-of-type(3) {
  position: absolute;
  top: 80px;
  right: 120px;
  font-size: 18px;
}
.product-box-table th {
  width: 33.333%;
  color: #3a0000;
  text-align: center;
  background: #fff33f;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
  border: 1px solid #000;
}
.product-box-table td {
  border: 1px solid #000;
  text-align: center;
  padding: 18px 0;
  font-size: 25px;
  font-weight: bold;
  background: #fff;
  color: #000;
  line-height: 1.3em;
}
.product-box-table-att {
  font-size: .8em;
  text-align: right;
}
.product-box-fea-txt-l,
.product-box-fea-txt-r {
  background: url(../img/ranking_item_bg.png) repeat-y top center;
  position: relative;
}
.pb55 {
  padding-bottom: 55px;
}
.product-box-fea-txt-l div {
  position: absolute;
  top: 0;
  left: 43px;
  width: 370px;
}
.product-box-fea-txt-r div {
  position: absolute;
  top: 0;
  right: 43px;
  width: 370px;
}
.product-box-fea-txt-l div p:first-child,
.product-box-fea-txt-r div p:first-child {
  color: #b50000;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 18px;
  font-weight: bold;
}
.product-box-fea-txt-l div p:last-child,
.product-box-fea-txt-r div p:last-child {
  line-height: 28px;
  font-size: 18px;
}
.kuchikomi-btn {
  text-align: center;
}

.product-box-kuchikomi {
  position: relative;
  margin: 0 auto;
}
.product-box-kuchikomi .product-box-kuchikomi-list {
  position: absolute;
  bottom: 53px;
  right: 0;
  left: 0;
  margin: 0 auto;
  
  background: #fff;
  box-sizing: border-box;
  width: 740px;
  padding: 10px 20px;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #b5b5b5;
}
.product-box-kuchikomi .product-box-kuchikomi-list2 {
  position: absolute;
  bottom: 53px;
  right: 0;
  left: 0;
  margin: 0 auto;
  
  background: #fff;
  box-sizing: border-box;
  width: 740px;
  padding: 10px 20px;
  height: 270px;
  overflow-y: scroll;
  border: 1px solid #b5b5b5;
}
.product-box-kuchikomi li {
  padding: 10px 0;
}
.product-box-kuchikomi li + li {
  border-top: 1px solid #770000;
}
.product-box-kuchikomi .kuchikomi-name {
  display: inline-block;
  color: #8a0000;
  margin: 10px auto;
  /*   background-color: #ccc; */
  padding: .1em .5em;
}
.product-box .kuchikomi-btn {
  margin: 40px auto 0;
}
.mb0 {margin: 0 auto;}
.product-box-btn {
  background: url(../img/ranking_item_bg.png) repeat-y top center;
  text-align: center;
  margin: 0 auto;
}
.product-box-btn > div {
  display: inline-block;
  padding: 30px 0 30px;
}
