html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #efefef;
}

#compareTable,#title1,#title2 .product,#title3,#top3,#sideColumns,#sideMenu{
  background-color: #fff;
}

div#wrapper{
  overflow: hidden;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}

/* ページトップボタン */
#page_top{
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0.6;
  border: 3px solid #000;
  border-radius: 10px;
  background-color: #fff;
}

#page_top a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #000;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -7px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* ページトップボタンここまで */

img{
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 600px){
  div#title1,div#title2,div#title3{
    margin-bottom: 10%;
  }

  div#mainContainer{
    margin-bottom: 0;
  }
}

/* ナビ */
nav{
  background-color: black;
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul#nav{
  font-size: 0;
}

nav li{
  display: inline-block;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

nav li a{
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: white;
  display: inline-block;
  width: 150px;
  text-align: center;
  margin: 0;
}

@media only screen and (max-width: 600px){
  nav{
    height: auto;
  }

  nav li a{
    font-size: 3vw;
    width: 100%;
  }

  nav li{
    width: 25%;
    margin-bottom: 3px;
  }
}

nav li a:hover{
  background-color: #696969;
  transition: 0.2s;
}

nav li a.navLine{
  border-left:solid 1px white;
}

nav li.navTop a::after{
  content: attr(data-subtitle);
  display: block;
  font-size: 10px;
  line-height: 10px;
  color: white;
  font-weight: normal;
}

nav li.navRanking a::after{
  content: attr(data-subtitle);
  display: block;
  font-size: 10px;
  line-height: 10px;
  color: white;
  font-weight: normal;
}

nav li.navSearch a::after{
  content: attr(data-subtitle);
  display: block;
  font-size: 10px;
  line-height: 10px;
  color: white;
  font-weight: normal;
}

nav li.navColumn a::after{
  content: attr(data-subtitle);
  display: block;
  font-size: 10px;
  line-height: 10px;
  color: white;
  font-weight: normal;
}
@media only screen and (max-width: 1037px){
  nav{
    display: block;
    text-align: center;
  }

  nav img{
    display: block;
    width: 200px;
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  #nav{
    padding: 4px 0;
    display: block;
    max-width: 100%;
  }
}
/* ナビここまで */

/* ファーストビュー */
div#headerImg{
  position: relative;
}

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 750px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}

#headerImg img#firstview{
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  top:90px;
  box-shadow: 0 5px 10px #ccc;
  /* object-fit: cover; */
}

#headerImg div.container img.title{
  width: 75%;
}

#headerImg div.container img.rankBtn{
  width: 40%;
}

#headerImg div.container{
  display: inline-block;
  text-align: center;
  width: 55%;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

@media only screen and (max-width: 750px){
  #headerImg div.container{
    width:90%;
  }
}

.rankBtn:hover{
  position: relative;
  top:-3px;
}

/* ファーストビューここまで */

/* カラム */
#mainContainer{
  margin: 30px 0 30px 0;
  display: flex;
  justify-content: center;
}

#main{
  display: inline-block;
  width: 700px;
}

#side{
  display: inline-block;
  width: 300px;
  margin: 0 0 0 10px;
}

#main h1{
  position: relative;
  padding: 0.3em 1.0em;
  border: solid 1px black;
  margin: 0 0 12px 0;
  font-size: 27px;
  text-align: center;
  background-color: #fff;
}

#main h1 span.marker{
  font-size: 32px;
  background: linear-gradient(transparent 60%,#FFFF99 60%);
}

#main h1 span.min{
  font-size: 23px;
}

#main .menuTtl{
  margin-bottom: 0;
}

#main .menuContainer{
  background-color: #fff;
  padding: 10px;
}

@media only screen and (max-width: 750px){
  #main h1{
    font-size: 4vw;
  }

  #main h1 span.marker{
    font-size: 5vw;
  }

  #main h1 span.min{
    font-size: 3vw;
  }
}

#main h1:before,
#main h1:after {
  position: absolute;
  content: '';
}

#main h1:after {
  top: 0;
  left: 0;
  width: 6%;
  height: 60%;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
}

#main h1:before {
  right: 0;
  bottom: 0;
  width: 6%;
  height: 60%;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}
#title1{
  justify-content: center;
  margin: 0 0 50px 0;
  padding-bottom: 10px;
}

#title1 table{
  border-collapse: collapse;
  width: 98%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

th.productName{
  width: 200px;
}

th.item{
  width: 80px;
}

#title1 th,#title1 td{
  border: solid 1px #ccc;
}

#title1 th{
  background-color: #333333;
  color: white;
  font-size: 15px;
  font-weight: bold;
}

#title1 td:first-child{
  font-weight: bold;
}

td.excellent{
  text-align: center;
  font-size: 30px;
  color: #DD0000;
}

td.good{
  text-align: center;
  font-size: 30px;
  color: #FFCC00;
}

td.normal{
  text-align: center;
  font-size: 30px;
  color: #3366FF;
}

td.bad{
  text-align: center;
  font-size: 30px;
  color:#6600CC;
}

td.none{
  text-align: center;
  font-size: 30px;
}

#title1 span.text{
  display: block;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

#title1 img{
  float: left;
}

#title1 tr:hover{
  background-color: #CCFFFF;
}

@media only screen and (max-width: 750px){
  #title1 th{
    font-size: 3vw;
  }

  #title1 span.text{
    font-size: 3vw;
    line-height: 4vw;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    text-shadow    :
    2px  2px 1px #ffffff,
   -2px  2px 1px #ffffff,
    2px -2px 1px #ffffff,
   -2px -2px 1px #ffffff,
    2px  0px 1px #ffffff,
    0px  2px 1px #ffffff,
   -2px  0px 1px #ffffff,
    0px -2px 1px #ffffff;
  }

  #title1 td{
    position: relative;
  }

  th.product{
    width: 34%;
  }
}


/* ランキングここから */
.product{
  padding-top: 1px;
  padding-bottom:30px;
  margin-bottom: 30px;
}

.product:last-child{
  border-bottom: none;
  margin-bottom: 20px;
}

.product h2{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position: relative;
	padding: 10px;
	font-size: 26px;
  margin: 0 15px 10px;
}

.product h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image:
		repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
		repeating-linear-gradient(135deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}

.product h2 img{
  width: 100px;
  height: 100px;
}

.product h2 .textList{
  width: 100%;
  margin-left: 2rem;
  text-align: center;
}

.product h2 .textList p{
  display: block;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 35px;
}

.product h2 .textList a{
  color: #242424;
}

.product h2 .textList img{
  width: 200px;
  height: 40px;
  margin: 0 auto 0;
}

.contents{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin: 15px;
}

.contents .productImg_container{
  display: block;
  width: 30%;
  margin: 0;
  margin: 10px 20px 10px 10px;
  position: relative;
}

.contents .productImg_container::before,.contents .productImg_container::after{
  position: absolute;
  content: "";
  border-width: 20px;
  border-style: solid;
}

.contents .productImg_container::before{
  top: -10px;
  left: -10px;
  border-color: #888 transparent transparent #888;
}

.contents .productImg_container::after{
  bottom: -10px;
  right: -10px;
  border-color: transparent #888 #888 transparent;
}

.contents .productImg{
  height: 374px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.contents .contents_data{
  width: 67%;
}

.contents_data_table{
  width: 100%;
}

.contents_data_table th{
  width: 40%;
  height: 54px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  background-color: #555;
  /* border: solid 1px #ccc; */
  border-radius: 5px;
}

.contents_data_table td{
  width: 60%;
  text-align: right;
  vertical-align: middlea;
  font-size: 20px;
  color: #242424;
  padding-right: 1em;
  border-bottom: solid 1px #ccc;
}

.contents_data_table tr:nth-of-type(1) td{
  font-size: 22px;
  color: #e61a1a;
}

.contents_data_table tr:nth-of-type(2) td{
  text-decoration: line-through;
}

.contents_data_list{
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  border-collapse: separate;
}

.contents_data_list td{
  width: calc(100% / 3);
  height: 90px;
  text-align: center;
  vertical-align: middle;
  /* border: solid 1px #fff; */
  font-size: 15px;
  font-weight: bold;
  color: #333;
  background-color: #ccc;
  position: relative;
  border-radius: 5px;
}

.contents_data_list .list_true{
  background-color: #FFEDA3;
}

.contents_data_list td::before{
  position: absolute;
  width: 60px;
  height: 60px;
  top: 15px;
  left: calc(50% - 30px);
  content: "";
  z-index: 10;
}

.contents_data_list .list_true::before{
  background: url(/common/img/truefalse/true.png) no-repeat;
  background-size: 60px 60px;
}

.contents_data_list .list_false::before{
  background: url(/common/img/truefalse/false.png) no-repeat;
  background-size: 60px 60px;
}

@media only screen and (max-width: 480px){
  .contents{
    margin: 10px;
  }

  .product h2{
    margin: 0 10px 10px;
  }

  .product h2 img{
    width: 20vw;
    height: 20vw;
  }

  .product h2 .textList{
    margin-left: 3vw;
    height: 20vw;
  }

  .product h2 .textList p{
    height: 12vw;
    font-size: 7vw;
    line-height: 12vw;
  }

  .product h2 .textList img{
    height: 8vw;
    width: 40vw;
  }

  .contents .productImg{
    height: 57vw;
    margin-top: 2vw;
  }

  .contents .productImg_container::before,.contents .productImg_container::after{
    border-width: 3vw;
  }

  .contents_data_table th,.contents_data_table td{
    font-size: 4vw;
    height: 9vw;
  }

  .contents_data_table tr:nth-of-type(1) td{
    font-size: 4.2vw;
  }

  .contents_data_list{
    margin-top: 1vw;
  }

  .contents_data_list td{
    height: 12vw;
    font-size: 3vw;
    line-height: 3.1vw;
  }

  .contents_data_list td::before{
    width: 8vw;
    height: 8vw;
    top: 2vw;
    left: calc(50% - 4vw);
  }

  .contents_data_list .list_true::before,.contents_data_list .list_false::before{
    background-size: 8vw 8vw;
  }
}

.btn{
  width: 80%;
  height: 54px;
  margin: 20px auto;
}

.btn a{
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #5ccf88;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  border: solid 3px #4ab975;
  box-shadow: 0 0 7px #fff inset;
  position: relative;
  text-indent: -1em;
  filter: drop-shadow(2px 2px 2px #ccc);
}

.btn a::after{
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f35d";
  top: 0;
  right: 15px;
}

#title2{
  margin-bottom: 50px;
}

#title2 .container{
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  padding: 10px 3%;
}

#title2 h1{
  background-color: #fff;
  margin-bottom: 0;
  line-height: 2.2em;
}

#title2 ul.point{
  position: relative;
  list-style: none;
  background: #f9f7e6;
  border: none;
  border-radius: 0px;
  box-shadow: 2px 2px 2px #ccc;
  padding-left: 8%;
  width: 87%;
}

#title2 ul.point::before{
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: -2px -2px 2px #ccc;
  top: 1rem;
  left: 2%;
}

.important{
  background: linear-gradient(transparent 85%,#ff8989 15%);
  background: -webkit-linear-gradient(270deg, transparent 85%, #ff8989 15%);
  font-weight: bold;
  border-bottom: solid 3px #ff8989;
}

ul.point li{
  line-height: 2.2em;
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
}

ul.point li::before{
  font-family: 'Font Awesome 5 Free';
  content: "\f14a";
  color: #333;
  margin-right: 5px;
  background-color: #fff;
}

#title2 .container h3{
  margin: 0 0 6px 0;
  background: linear-gradient(transparent 97%,black 97%);
}

.comment{
  border: dashed 1px #333;
  border-radius: 12px;
}

.comment p{
  margin: 0 0.7rem;
}

.comment p:last-of-type{
  margin-bottom: 1rem;
}

#title2 .comment h3{
  position: relative;
  background: rgba(0,0,0,0);
  margin: 0.5rem 0.7rem;
  background-image: repeating-linear-gradient(45deg);
}

#title2 .comment h3::before{
  content: "\f27a";
  font-family: 'Font Awesome 5 Free';
  margin-right: 0.5em;
}

/* #title2 .comment h3::after{
  content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background-image: repeating-linear-gradient(-45deg, #3333dd 0px, #3333dd 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 5px 5px;
	z-index: 1;
} */

.comment p{
  text-indent: 1em;
  line-height: 30px;
	background-image: linear-gradient(transparent 0, transparent 97%, #ccc 100%);
	background-size: 100% 30px;
}

div.reviewer{
  display: flex;
  justify-content: space-between;
  height: 155px;
  padding: 5px;
}

.reviewer .person{
  width: 20%;
  height: 155px;
  text-align: center;
  float: left;
}

.reviewer .voice{
  position: relative;
  width: 73%;
  background-color:  #e9f9ff;
  border-radius: 20px;
  padding: 5px 10px;
}

.reviewer .voice::before{
  position: absolute;
  content: "";
  top: 30px;
  left: -40px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px;
  border-color: rgba(0,0,0,0) #e9f9ff rgba(0,0,0,0) rgba(0,0,0,0);
}

div.reviewer:nth-of-type(even) {
  flex-direction: row-reverse;
}

.reviewer:nth-of-type(even) .voice::before{
  left: auto;
  right: -40px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #e9f9ff;
}

.reviewer img.star{
  margin: 0;
}

.reviewer h4{
  margin: 0;
}

.reviewer p{
  font-size: 14px;
  margin: 0;
}

/* .review .dotLine{
  border-bottom: dotted 1px #333;
  margin-bottom: 10px;
} */

@media only screen and (max-width: 550px){
  /* .btn{
    margin: 5% 0;
    height: 52px;
  }

  .official-btn {
    width: 60%;
    padding: 2% 10%;
    font-size: 5vw;
    vertical-align: auto;
  } */

  #title2 .container{
    padding: 2% 3%;
  }

  #title2 ul.point li{
    font-size: 3.8vw;
  }

  #title2 .container h3{
    font-size: 4vw;
  }

  #title2 .container h4{
    font-size: 3.5vw;
  }

  #title2 .container p{
    font-size: 3.5vw;
  }
  div.reviewer{
    height: 100%;
  }

  .review .dotLine{
    padding-bottom: 3%;
  }


  .reviewer .person{
    width: 25%;
    height: 100%;
    margin: 4% 0;
  }

  .person img{
    width: 100%;
    display: inline;
    vertical-align: middle;
  }

  .person p{
    display: inline;
    vertical-align: middle;
  }

  #title2 img.star{
    width: 30%;
  }

  .reviewer .voice::before{
    left: -30px;
    border-width: 15px;
    border-color: rgba(0,0,0,0) #e9f9ff rgba(0,0,0,0) rgba(0,0,0,0);
  }

  .reviewer:nth-of-type(even) .voice::before{
    right: -30px;
  }

  .reviewer .voice{
    width: 65%;
  }
}

@media only screen and (max-width: 700px){
  /* .product .contents{
    width: 98%;
    border-radius: 15px;
  }

  .product{
    width: 100vw;
  }

  .productImgContainer{
    width: calc(100vw * 180 / 700);
    height: auto;
  }

  .contents img.productImg{
    width: calc(100vw * 200 / 700);
    height: calc(100vw * 300 /700);
  }

  .product .contents .textList img{
    width: calc(100vw * 200 / 700);
    height: auto;
  }

  .product{
    padding-bottom:  calc(100vw * 50 / 700);
    margin-bottom:  calc(100vw * 50 / 700);
  }
  
  .product:last-child{
    margin-bottom:  calc(100vw * 20 / 700);
  }
  
  img.rank{
    width: calc(100vw * 120 / 700);
    height: calc(100vw * 120 / 700);
  }
  
  .textBox{
    width:  calc(100vw * 500 / 700);
    height: calc(100vw * 300 / 700);
  }
  
  div.textList{
    width: calc(100vw * 380 / 700);
    height: calc(100vw * 120 / 700);
    font-size: 0;
  }
  
  div.textList p{
    width: calc(100vw * 380 / 700);
    height: calc(100vw * 80 / 700);
  }
  
  div.textList a{
    font-size: calc(100vw * 34 / 700);
    line-height: calc(100vw * 34 / 700);
    margin-top: calc(100vw * 23 / 700);
    margin-bottom: calc(100vw * 23 / 700);
  }
  
  .textBox span.price{
    font-size: calc(100vw * 30 / 700);
  }
  
  .dataBox ul{
    width: calc(100vw * 500 / 700);
    height: calc(100vw * 70 / 700);
    padding-top: calc(100vw * 10 / 700);
    padding-bottom: calc(100vw * 10 / 700);
    font-size: 0;
  }
  
  .dataBox li{
    font-size: calc(100vw * 18 / 700);
    line-height: calc(100vw * 23 / 700);
    padding: 0;
    margin: 0;
  }
  
  .dataBox li.space{
    margin-right:  calc(100vw * 35 / 700);
  }
  
  
  .judgeBox{
    width:  calc(100vw * 500 / 700);
    height:  calc(100vw * 90 / 700);
  }
  
  .judgeBox ul{
    width:  calc(100vw * 500 / 700);
    height:  calc(100vw * 90 / 700);
  }

  .judgeBox ul img{
    width:  calc(100vw * 160 / 700);
    height:  calc(100vw * 90 / 700);
  } */
}
/* ランキングここまで */

/* 検索 */
#title3{
  margin: 0 0 40px 0;
  padding-bottom: 10px;
}

#title3 table{
  border-collapse: collapse;
  width: 98%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
  border: solid 1px #696969;
}

#title3 th{
  background-color: #333;
  color: white;
  border: solid 1px #696969;
  width: 110px;
}

#title3 th,#title3 td{
  height: auto;
  border: solid 1px #696969;
  padding: 0.5rem;
}

#title3 td{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

#title3 label{
  width: 120px;
}

#title3 .search-btn{
  display: block;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#title3 .search-btn:hover{
  opacity: 0.8;
}

@media only screen and (max-width: 500px){
  #title3 th{
    font-size: 3vw;
    width: 15vw;
  }

  #title3 label{
    font-size: 3vw;
    margin-left: 2%;
    width: 111px;
  }

  #title3 .search-btn {
    width: 70%;
  }

}

@media only screen and (max-width: 614px){
  #title3 label.br::after{
    content: "\000a";
    white-space: pre;
  }
}
/* 検索ここまで */

/* 検索結果ここから */
#search_condition h2.head{
  margin: 0;
  vertical-align: middle;
  background-color: #333;
  color: white;
  padding:7px 20px;
}

h2.result_head{
  margin: 0;
  padding: 5px 15px;
  text-align: right;
}

h2.result_head span{
  font-size: 40px;
}

table.sortTable{
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.sortTable th,.sortTable td{
  width: 25%;
}

.resultContainer{
  border: solid 2px #333;
  margin-bottom: 15px;
  background-color: #fff;
}

#search_condition span{
  font-weight: bold;
}

#search_condition span::after{
  content: ":";
  top:0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
}

#search_condition span:nth-of-type(3)::before{
  content:"\A";
  white-space: pre;
}

#search_condition span:nth-of-type(even){
  margin-left: 1em;
}

ul#paging a{
  text-decoration: none;
  color: #333;
}

#paging li.currentPage a{
  background-color: #333;
  color: #fff;
}

.sort_down,.sort_up{
  text-decoration: none;
  font-size: 12px;
  width: 40%;
  display: inline-block;
  background-color: #ccc;
  border-right: #999 solid 1
  px;
  border-bottom: #999 solid 2px;
  color: #2e3a45 !important;
  font-weight: bold;
  border-radius: 10px;
  margin: 0 3px;
}

.sortTable tr td a:nth-of-type(1){border-radius: 10px 0 0 10px;}
.sortTable tr td a:nth-of-type(2){border-radius: 0 10px 10px 0;}

@media only screen and (max-width: 500px){
  #search_condition{
    font-size: 3vw;
  }

  #search_condition h2{
    font-size: 5vw;
  }

  h2.result_head{
    font-size: 4vw;
  }

  h2.result_head span{
    font-size: 6vw;
  }

  .sortTable th{
    font-size: 3.5vw;
  }

  .sortTable td a{
    font-size: 2.7vw;
  }
}

/* 検索結果ここまで */

/* コラム一覧 */
.column h2 a{
  text-decoration: none;
  color: #333;
}

.column  p.column_date{
  text-indent: 0;
  margin: 5px 0 5px 15px;
}
/* コラム一覧ここまで */

/* コラム */
.column{
  background-color: #FFFAF0;
  box-shadow: 1px 1px 2px #999;
  padding: 10px;
  margin-bottom: 20px;
}

.column h2{
  position: relative;
  padding: 5px 0 5px 35px;
  border-bottom: 2px solid #333;
  margin-top: 0;
}

.column h2::after {
  position: absolute;
  content: '';
  top: 12px;
  left:12px;
  width: 8px;
  height:25px;
  background-color: #333;
}

.column p{
  text-indent: 1em;
  font-size:15px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  line-height: 25px;
}

.column span.marker{
  background:linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}

.column h3:first-letter {
  font-size: 130%;
  color: #eb6100;
}

.column h3{
  margin: 0 10px;
  border-bottom: 1px solid #333;
}

.column img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.column ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin: 15px;
}

.column ol li{
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.column ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color: #b40000;
}

.column dl{
  margin: 20px;
}

.column dt{
  font-weight: bold;
  border-bottom: 1px solid #333;
  margin-bottom: 5px;
}

.column dd{
  margin-bottom: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
}

.column table{
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.column th{
  background-color: #333;
  color: #fff;
  font-weight: bold;
  border: #999 solid 1px;
  padding: 0 10px;
}

.column td{
  width: 150px;
  text-align: center;
  border: #999 solid 1px;
  background-color: #fff;
}

.column .description_order dl{
  counter-reset: item;
}

.column .description_order dt::before{
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color: #b40000;
}
/* コラムここまで */

/* プライバシーポリシーここから */
.privacyText p{
  margin:0 0 1em;
}

.privacyText p:last-child{
  margin-bottom: 3em;
}

.menuH2{
  padding-left: 20px;
  margin:10px 0;
}

.menuH2::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content:'\f101';
  position: relative;
  color: #000;
  top:0;
  left:-20px;
}

.menuH3{
  margin:0;
}
/* プライバシーポリシーここまで */

/* 運営者情報ここから */
#aboutus dl{
  margin-bottom: 30px;
}

#aboutus dl dt{
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin: 0  0 15px;
}

#aboutus table{
  width: 100%;
  border-collapse: collapse;
}

#aboutus th,#aboutus td{
  border: solid 1px #aaa;
  height: 35px;
}

#aboutus th{
  background-color: #333;
  color: #fff;
}
/* 運営者情報ここまで */

/* ランキング根拠ここから */
#basis dl dt{
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin: 0 0 15px;
}

#basis dd{
  margin-bottom: 20px;
}

#basis ul{
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}
/* ランキング根拠ここまで */

/* サイドカラム */
#side .container{
  border: solid 2pt #333;
  margin: 0 0 20px 0;
}

#side h1{
  font-size: 20px;
  font-weight: bold;
  padding: 6px 15px;
  margin: 0;
  line-height: 26px;
  color: white;
  background-color: #333;
}


#side ul{
  list-style: none;
  padding: 0 10px;
  margin: 0;
}

#top3 img{
  display: inline-block;
}

#top3 .top3{
  display: inline-block;
  text-align: center;
  width: 120px;
  margin: 0 10px;
}

#top3 a{
  margin: 0;
  text-decoration: none;
  font-weight: 700;
  color: #000;
}

#top3 a:hover{
  color: #777;
  text-decoration: underline;
}

#top3 .dotLine{
  border-bottom: #333 dotted 1pt;
}

#top3 li{
  padding: 20px 0;
}

#sideColumns li,#sideMenu li{
  margin: 10px 0;
}

#sideColumns li::before{
  content: "➤";
  position: relative;
  color: #333;
  top: 0;
  left: -5px;
}

#sideColumns a,#sideMenu a{
  color: #000;
  text-decoration: none;
}


#sideColumns h1 a{
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 26px;
  color: white;
  text-decoration: none;
}

#sideColumns a:hover{
  color: #777;
  text-decoration: underline;
}

#sideColumns h1 a:hover{
  background-color: #777;
  color: white;
}

#sideMenu li::before{
  content: "➤";
  position: relative;
  color: #333;
  top: 0;
  left: -5px;
}

#sideMenu a:hover{
  color: #777;
  text-decoration: underline;
}

@media only screen and (max-width: 1000px){
  #main{
    width: 100%;
  }
  #side{
    display: none;
  }
}
/* サイドカラムここまで */
/* カラムここまで */

/* フッター */
footer{
  background-color: black;
  width: 100%;
}

#footer-content{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

#footer-content a{
  color: white;
  text-decoration: none;
  transition: 0.1s;
}

#footer-content table{
  margin-left: auto;
  margin-right: auto;
}

#footer-content th{
  text-align: left;
  color: white;
  font-size: 18px;
}

#footer-content td{
  padding-left: 1em;
}

#footer-content a:hover{
  background-color: #555;
  text-decoration:underline;
}

#footer-content th,#footer-content td{
  width: 300px;
}

footer img{
  display: block;
  margin-bottom: 30px;
}

#footer-top{
  float: left;
  display: inline;
  margin: 0 20px;
  width: 260px;
  height: 300px;
}

#footer-column{
  float: left;
  display: inline;
  margin: 0 20px;
  width: 260px;
  height: 300px;
}

#footer-menu{
  float: left;
  display: inline;
  margin: 0 20px;
  width: 260px;
  height: 300px;
}

#footer-content{
  height: 300px;
}

.column1{
  width: 260px;
  float: left;
}

#footer-menu dt{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

footer p{
  text-align: center;
  color: white;
  border-top: white solid 1pt;
  margin-bottom: 0;
}

@media only screen and (max-width: 920px){
  #footer-content{
    width:100vw;
  }

  #footer-content img{
    padding-top: 2%;
    width: 50vw;
    height: auto;
  }

  .scroll{
    display: block;
    width: 100vw;
    overflow-x: scroll;
    white-space: nowrap;
  }

  #footer-content dd{
    margin: 3px 0 3px 30px;
  }
}


@media only screen and (max-width: 500px){
  footer dt a{
    font-size: 4vw;
  }

  footer dd a{
    font-size: 3vw;
  }

  footer p{
    font-size: 3vw;
  }
}
/* フッターここまで */

/* サーチページ　ページ番号 2021.01.28　井上追加分 */
#paging{
	list-style:none;
	margin-bottom:20px;
}

#paging li{
	display:inline-block !important;
	border:1px solid #cccccc;
}

#paging li.active{
	padding:3px 8px 4px 7px;
	background-color:#54a3fc;
	color:#ffffff;
	border:none;
}

#paging li a{
	display:inline-block;
	text-decoration:none;
	padding:3px 7px;
	background-color:#ffffff;
	border-bottom:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
}

#paging li a:hover{
	background-color:#54a3fc;
	color:#ffffff;
	border:none;
	padding-right:8px;
	padding-bottom:4px;
}
/* /サーチページ　ページ番号 */


/* --------------------TOP3比較表------------------- */
#compareTable{
  margin-bottom: 30px;
  padding-bottom: 1rem;
}

#compareTable table{
  width: 98%;
  border-collapse: collapse;
  margin: 80px 1% 0;
}

#compareTable th,#compareTable td{
  border: dotted 1px #eee;
  border-right: solid 2px #eee;
  height: 60px;
  font-weight: bold;
}

#compareTable tr:last-of-type td{
  border-bottom: solid 2px #eee;
}

#compareTable .topTh{
  position: relative;
  height: 100px;
  border: solid 2px #eee;
  font-size: 1.3em;
  background-repeat: no-repeat;
  background-size: 140px auto;
  background-position: right -40px bottom 34%;
  width: 25%;
}

#compareTable .topTh::before{
  position: absolute;
  width: 70px;
  height: 70px;
  top: -71px;
  left: calc(50% - 35px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  content: "";
}

#compareTable .topTh:nth-of-type(2)::before{
  background-image: url(/common/img/table/table_no1.png);
  width: 100px;
  height: 100px;
  top: -103px;
  left: calc(50% - 50px);
}

#compareTable .topTh:nth-of-type(3)::before{
  background-image: url(/common/img/table/table_no2.png);
}

#compareTable .topTh:nth-of-type(4)::before{
  background-image: url(/common/img/table/table_no3.png);
}

#compareTable .topTh.compareTable__no1{
  background-position: right -30px bottom 34%;
  width: 34%;
}

#compareTable .compareTable__no1{
  font-size: 1.5em;
}

#compareTable .topTh span{
  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff; 
}

#compareTable .topTh_chapUp{
  background-image: url(/common/img/product/chapUp.png);
}
#compareTable .topTh_polypureEx{
  background-image: url(/common/img/product/polypureEx.png);
}
#compareTable .topTh_plantelEx{
  background-image: url(/common/img/product/plantelEx.jpg);
}

#compareTable .topTh span{
  z-index: 3;
}

#compareTable .leftTh{
  background-color: #333;
  color: #fff;
  width: 15%;
}

#compareTable td{
  text-align: center;
  font-size: 1.2em;
}

#compareTable .compareTable__important{
  font-size: 1.2em;
  color: #d00;
}

#compareTable .min{
  font-size: 0.8em;
}

#compareTable .compareTable__no1{
  border-left: solid 3px #F4CB81;
  border-right: solid 3px #F4CB81;
  background-color: #fff9ed;
  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff; 
}

#compareTable tr:first-of-type .compareTable__no1{
  border-top: solid 3px #F4CB81;
}

#compareTable tr:last-of-type .compareTable__no1
{
  border-bottom: solid 3px #F4CB81;
}

#compareTable a{
  display: block;
  width: 94%;
  height: 50px;
  line-height: 50px;
  margin: auto;
  background-color: #7DD076;
  border-bottom: solid 2px #70c269;
  border-right: solid 1px #70c269;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 0.8em;
  text-shadow: 0px 0px 0px;
  font-weight: bold;
  box-shadow: 0px 0px 8px #fff inset;
}

#compareTable a:hover{
  opacity: 0.7;
  transition: 0.5s;
}

@media screen and (max-width: 480px) {
  #compareTable table{
    font-size: 11px;
    margin-top: 13vw;
  }

  #compareTable th,#compareTable td{
    height: 50px;
  }

  #compareTable .topTh{
    height: 66px;
    background-size: 105px auto;
    background-position: right -30px bottom 34%;
  }

  #compareTable .topTh.compareTable__no1{
    background-position: right -25px bottom 34%;
  }

  #compareTable .topTh::before{
    width: 11vw;
    height: 11vw;
    top: calc(-11vw - 1px);
    left: calc(50% - 5.5vw);
  }

  #compareTable .topTh.compareTable__no1::before{
    width: 16vw;
    height: 16vw;
    top: calc(-16vw - 3px);
    left: calc(50% - 8vw);
  }

  #compareTable td{
    font-size: 1.5em;
  }

  #compareTable tr:nth-of-type(5) td{
    font-size: 1.1em;
    line-height: 1.1em;
  }

  #compareTable .compareTable__no1{
    font-size: 1.6em;
  }

  #compareTable a{
    height: 40px;
    line-height: 40px;
    font-size: 0.7em;
  }
}
