@charset "UTF-8";
/* CSS Document */


#product h2{
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
}

#product h2 span{
  font-size: 30px;
}

#product .br_sp {
  display: none;
}


/* products_list */
#products_list{
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 70px;
}

#products_list dl{
  background: #fff;
  border: 1px solid #000;
  width: 1000px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  position: relative;
}

#products_list dl dt{
  width: 310px;
  font-size: 26px;
  padding-right:10px;
  text-align: center;
}

#products_list dl dt img {
  display: none;
}

#products_list dl dd{
  border-left: 1px solid #000;
  padding-left:70px;
}

#products_list dl dd img {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 100px;
  display: block;
  margin: -19px 0 0 0;
}

#products_list ul{
  display:flex;
  flex-wrap:wrap;
  padding-bottom: 15px;
}

#products_list ul li{
  width: 298px;
  padding: 10px 10px 20px;
  background: #fff;
  margin: 0 20px 20px 0;
  border: 1px solid #d1d1d1;
}

#products_list ul li a{
  display: block;
}

#products_list ul li img{
  width: 100%;
}

#products_list ul li .grade{
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

#products_list ul li .grade.premium{
  background: rgb(190,176,128);
  background: linear-gradient(90deg, rgba(190,176,128,1) 0%, rgba(212,199,152,1) 50%, rgba(190,176,128,1) 100%);
}

#products_list ul li .grade.highgrade{
  background: #0076a5;
}

#products_list ul li .grade.light{
  background: #61bbc4;
}

#products_list ul li .grade.universal{
  background: #c9e2f0;
  color: #434343;
}

#products_list ul li .grade.other{
  background: #dcdddd;
  color: #000;
}

#products_list ul li .grade.highgrade_plus{
  background: #929292;
}

#products_list ul li .series{
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
}

#products_list ul li .txt{
  color: #000;
  padding-left: 5px;
}

#products_list ul li .txt span{
  font-size: 12px;
}

#products_list ul li .txt sup {
  font-size: 11px;
}

#products_list ul .icon_new a {
  position: relative;
}

#products_list ul .icon_new a::after {
  content: "";
  position: absolute;
  top: -18px;
  right: -24px;
  width: 52px;
  height: 52px;
  background: url(../img/top/icon_new.png) 0 0 no-repeat;
  background-size: 100%;
}

#products_list ul .icon_new_agg a {
  position: relative;
}

#products_list ul .icon_new_agg a::after {
  content: "";
  position: absolute;
  top: -18px;
  right: -24px;
  width: 52px;
  height: 52px;
  background: url(../img/top/icon_new_agg.png) 0 0 no-repeat;
  background-size: 100%;
}

@media print, screen and ( min-width : 769px ) {

  #products_list ul li:nth-child(3n) {
    margin: 0 0 20px 0;
  }

}



/* products_table */
#products_table {
  padding-bottom: 30px;
}

#products_table .comparison_table {
  line-height: 1.4;
}

#products_table .comparison_table a {
  display: block;
  transition: opacity 0.3s;
  backface-visibility: hidden;
}

#products_table .comparison_table a:hover {
  opacity: 0.6;
}

#products_table .comparison_table td {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #fafafa;
}

#products_table .comparison_table td.td_10 {
  border-right: 0;
}

#products_table .comparison_table img {
  max-width: 100%;
}

#products_table .comparison_table .t_header,
#products_table .comparison_table .t_01,
#products_table .comparison_table .t_02,
#products_table .comparison_table .t_03 {
  width: 1000px;
  border-collapse: collapse;
  border-spacing: 0;
}

#products_table .comparison_table .t_03 {
  position: relative
}

#products_table .comparison_table .t_03 .icon_new_agg {
  position: absolute;
  left: 176px;
  top: 1px;
  width: 52px;
}

#products_table .comparison_table .td_1 {
  width: 343px;
}
#products_table .comparison_table .td_2 {
  width: 62px;
}
#products_table .comparison_table .td_3 {
  width: 92px;
}
#products_table .comparison_table .td_4 {
  width: 68px;
}
#products_table .comparison_table .td_5 {
  width: 66px;
}
#products_table .comparison_table .td_6 {
  width: 75px;
}
#products_table .comparison_table .td_7 {
  width: 70px;
  color: #000;
}
#products_table .comparison_table .td_8 {
  width: 60px;
}
#products_table .comparison_table .td_9 {
  width: 60px;
}
#products_table .comparison_table .td_10 {
  width: 86px;
  color: #000;
}

#products_table .comparison_table .t_header {
  font-size: 13px;
  text-align: center;
}
#products_table .comparison_table .t_header td {
  padding: 4px 0 3px;
}
#products_table .comparison_table .t_header a {
  color: #fff;
}
#products_table .comparison_table .t_header sup {
  font-size: 10px;
}
#products_table .comparison_table .t_header .td_1 {
  background-color: #e9e9e9;
  font-size: 18px;
}
#products_table .comparison_table .t_header .td_2 {
  position: relative;
  background-color: #fff;
  color: #00479D;
  font-weight: bold;
}
#products_table .comparison_table .t_header .td_2 a {
  position: relative;
  color: #00479D;
}
#products_table .comparison_table .t_header .td_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00479D;
  box-sizing: border-box;
}
#products_table .comparison_table .t_header .td_3 {
  position: relative;
  background-color: #fff;
  color: #00479D;
  font-weight: bold;
}
#products_table .comparison_table .t_header .td_3 a {
  position: relative;
  color: #00479D;
}
#products_table .comparison_table .t_header .td_3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00479D;
  box-sizing: border-box;
}
#products_table .comparison_table .t_header .td_4 {
  background-color: #008b83;
  color: #fff;
}
#products_table .comparison_table .t_header .td_5 {
  background-color: #008b83;
  color: #fff;
}
#products_table .comparison_table .t_header .td_6 {
  background-color: #008b83;
  color: #fff;
}
#products_table .comparison_table .t_header .td_7 {
  background-color: #100964;
  color: #fff;
}
#products_table .comparison_table .t_header tr:nth-child(1) .td_7 {
  font-size: 12px;
}
#products_table .comparison_table .t_header .td_8 {
  background-color: #0160ae;
  color: #fff;
}
#products_table .comparison_table .t_header .td_9 {
  background-color: #00b9ef;
  color: #fff;
}
#products_table .comparison_table .t_header .td_10 {
  background-color: #5c6fb4;
  color: #fff;
}

#products_table .comparison_table .t_header .icon_hatena a:after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 19px;
  margin-left: 3px;
  background: url(../img/top/icon_hatena.png) 0 center no-repeat;
  background-size: 13px;
  vertical-align: text-bottom;
}

#products_table .comparison_table .t_header .icon_hatena_g a:after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 19px;
  margin-left: 3px;
  background: url(../img/top/icon_hatena_gray.png) 0 center no-repeat;
  background-size: 13px;
  vertical-align: text-bottom;
}

#products_table .comparison_table .t_header .icon_hatena_oil a:after {
  position: absolute;
  bottom: 8px;
  right: 6px;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/top/icon_hatena.png) 0 center no-repeat;
  background-size: 13px;
}

#products_table .comparison_table .t_01 td {
  vertical-align: top;
  text-align: center;
}

#products_table .comparison_table .t_01 .small {
  font-size: 10px;
  letter-spacing: -0.05em;
  line-height: 1.2;
}

#products_table .comparison_table .t_01 .star {
  width: 25px;
  padding: 40px 0 4px;
}

#products_table .comparison_table .t_01 .none {
  width: 11px;
  padding-top: 55px;
}

#products_table .comparison_table .t_02{
  margin-bottom: 2px;
}

#products_table .comparison_table .t_02 td {
  padding: 12px 0;
  border: 0;
  background-color: #e9e9e9;
  color: #000;
  font-size: 15px;
  box-sizing: border-box;
}

#products_table .comparison_table .t_02 .td_1 {
  width: 340px;
  padding-left: 24px;
}
#products_table .comparison_table .t_02 .td_1 .name {
  margin-bottom: 1px;
  font-size: 17px;
  font-weight: bold;
}

#products_table .comparison_table .t_02 .td_1 .num {
  font-size: 17px;
  font-weight: bold;
}

#products_table .comparison_table .t_02 .td_1 .link {
  display: inline-block;
  padding-right: 12px;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
  background: url(../img/top/arrow_black_r.png) right 30% no-repeat;
  background-size: 6px;
}

#products_table .comparison_table .t_02 .td_2 {
  width: 72px;
}
#products_table .comparison_table .t_02 .td_3 {
  width: 588px;
  padding-left: 60px;
}

#products_table .comparison_table .t_03 td {
  border-right: 2px none;
}

#products_table .comparison_table .t_03 .td_1 {
  width: 343px;
}

#products_table .comparison_table .t_03 .td_2 {
  width: 657px;
}

#products_table .comparison_table .t_02.icon_new .td_1 .name {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}

#products_table .comparison_table .t_02.icon_new .td_1 .name::after {
  content: "";
  position: absolute;
  top: -7px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/top/icon_new.png) 0 0 no-repeat;
  background-size: 100%;
}

#products_table .annotation_list {
  margin-top: 40px;
  font-size: 12px;
}

#products_table .annotation_list li {
  margin-bottom: 6px;
}


/* modal */

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}

/* モーダル背景 */
.modal-bg{
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 400px;
  background: white;
  padding: 30px 40px;
  font-size: 16px;
}

.modal-content h3{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 3px;
}

.modal-content h4{
  font-size: 14px;
  font-weight: bold;
  margin: 12px 0 2px;
}

.modal-content p{
  padding-bottom: 10px;
}

.modal-content p sup {
  font-size: 11px;
}

.modal-content p.txt_s{
  font-size: 12px;
  line-height: 1.5;
}

.modal-content .mt {
  margin-top: 0px;
}

.btn_close{
  display: block;
  width: 160px;
  margin: 20px auto 0;
  background: #004e8c;
  line-height: 32px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
}
