


#Content{
  background-color: #FFF;
}


#products-img{
  height:280px;
  background-image: url(../img/top_banner02.png);
  background-size: 100% auto;
  background-position: right 0 bottom 0;
  margin:0 0 0 0;
  background-repeat: no-repeat;
}

h1.products-title{
  padding-top:110px;

}
table.pr-tb td{
  text-align: center;
}

@media (max-width:991px) {
  #products-img{
   height:calc(100vw * 0.29);
  }
  h1.products-title{
    padding-top:calc(100vw * 0.11);
  }
}

@media (max-width:700px) {
  #Content h1.products-title{
    font-size:calc(100vw * 0.045);  
  }
}


table.pr-tb{
  border-collapse:  collapse;
  width:100%;
  margin-bottom: 20px;
  table-layout: fixed;
}

table.pr-tb th, td{
  border:none;
  vertical-align:middle;
  
}

table.pr-tb th{
  height:45px;
  padding: 5px 40px;
  background-color: #000;
  background-image: url(../img/blue_bar.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: left top;
}

table.pr-tb td{
  height: 200px;
  font-size: 20px !important;
  padding: 25px 20px 0px 50px;
}

table.pr-tb td img.hpe{
  width:300px;
}

.product-tag-label {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 2em;
}

@media (max-width:740px) {
  table.pr-tb td img.hpe{
    width:200px;
  }
  table.pr-tb td{
    height:160px;
    font-size: 17px !important;
    padding: 5px 10px 5px 20px;
}
}


@media (max-width:640px) {
  table.pr-tb td img.hpe{
    width:180px;
  }
  table.pr-tb td{
    height:160px;
    font-size: 15px !important;
}
}

.pr-th a{
  font-size: 24px !important;
  color:#FFF;
  text-decoration: underline;
}
.pr-th a:visited{
  color:#FFF;
}
.pr-th a:hover{
  opacity: 0.5;
  color:#FFF;
}


.fadein{
  opacity: 0;
  animation: fadein-anim 2.5s linear forwards;
}

@keyframes fadein-anim {
  100% {
    opacity: 1;
  }
  
}

.p_me {
	font-size:16px;
	}

/* ================================
   NOP 共通案内（赤枠）
   ※ SP / PC 共通
================================ */

.nop-notice-wrap {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 6px;
}

.nop-notice {
  display: inline-block;
  padding: 0.5em 0.5em 0.4em;
  border: 1px solid #FF0000;
  background: #FFEEEF;
  color: #FF0000;
  text-align: center;
}

.nop-notice a {
  color: #FF0000;
  text-decoration: none;
}

.nop-notice a:hover {
  text-decoration: underline;
}

.bold {
  font-weight: 700;

}