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

#ir #keieisenryaku,
#ir #kessan,
#ir #highlight,
#ir #kabunushijokyo{
  padding-top: 0;
}

#ir .sec01{
  padding-top: 10px;
}
@media (max-width: 600px) {
#ir .product_table_style{
  width: 100%;
 
  padding: 20px;
  box-sizing: border-box;
  overflow-x: scroll;
	}}
#ir .product_table_style table{
  background: #FFF;
  width:900px;
  border-left: 1px solid #A3A3A3;
  border-top: 1px solid #A3A3A3;
  border-right: 2px solid #A3A3A3;
  border-bottom: 2px solid #A3A3A3;
  overflow-x: clip;
}
#ir .product_table_style table thead.fixed{
  position: sticky;
  top:0;

}
#ir .product_table_style table th,
#ir .product_table_style table td{
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  padding: 5px 5px;
}
#ir .product_table_style table td{
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  padding: 5px 5px;
}
#ir .product_table_style table th.bold{
  font-weight: 700;
  color: #00469B;
}

#ir .product_table_style{
  padding: 5px;
}
#ir .product_table_style table{
  background: #FFF;
  width: 100%;
   margin-bottom: 30px
}

#ir .product_table_style table th,
#ir .product_table_style table td{
  border-left: 1px solid #A3A3A3;
  border-top: 1px solid #A3A3A3;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  padding: 10px 5px;
}

#ir .product_table_style table th.bold{
  font-weight: 700;
  color: #00469B;
  background-color: #EFF0F1;
}
#ir .product_table_style table td.cell{
  border-left: 1px solid #A3A3A3;
  border-top: 1px solid #A3A3A3;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: right;
  padding: 10px 5px;
}

#ir .product_table_style table td.cellcell{
  border-left: 1px solid #A3A3A3;
  border-top: 1px solid #A3A3A3;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  padding: 10px 5px;
}
#ir .product_table_style table.graph{
	border: none!important;
	
}
#ir .product_table_style table th.graph{
  border: none!important;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  padding: 10px 5px;
  margin-top: 80px;
}
#ir .product_table_style table td.graph{
  border: none!important;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  padding: 10px 5px;
}

 #ir .product_content h1.bold{
  font-weight: 700;
  color: black;
  padding:15px;
  margin-top: 10px;
  color: #00469B;

  
}
 #ir .product_content h2.bold{
  font-weight: 700;
  color: #00469B;
  padding: 10px;
 
}
 #ir .product_content h3.bold{
  font-weight: 700;
  color: black;
  padding: 5px;
  margin: 10px;
}
 #ir .product_content h4.bold{
  font-weight: 700;
  color: black;
  padding:15px;
  margin-top: 10px;
  color: #00469B;
  background-color: #EFF0F1 ;
}

 #ir .product_content h5.bold{
  font-weight: 700;
  color: black;
  padding:18px;
  margin-top: 10px;
  font-size:16px;
}
 #ir .product_content p{
  padding:25px;
  line-height: 30px
 }

.product_content .btn_list ul{
  display: flex;
	
  flex-wrap: wrap;
	
}
.product_content .btn_list ul li{
  width:32%;
  text-align: center;
  margin-right:auto;
}
.product_content .btn_list ul li:nth-child(3n){
  margin-right: 0;
}
.product_content .btn_list ul li a{
  font-size: 13px;
  line-height:40px;
  letter-spacing: 0;
  display: block;
  border:#00479B 1px solid;
  color:white;
  border-radius:40px;
  transition: 0.2s ease all;
 background:#00479B;
}
.product_content .btn_list ul li a:hover{
  background:#051D75;
  color:#FFF;
}
.product_content ul.related_list{
  display: flex;
  flex-wrap:wrap;
}
.product_content ul.related_list li{
  width:47.5%;
  margin-right:5%;
  margin-bottom:10%;
}
.product_content ul.related_list li:nth-child(2n){
  margin-right: 0;
}
.product_content ul.related_list li dl dt{
  padding-bottom:30px;
}
.product_content ul.related_list li dl dd{
  font-size: 12px;
  text-align: center;
}





/* �ȉ��ˏ�d�@�\�t�g���ǉ� */

#product_list .cover .wrap .product_detail .product_post .Listbtn{
  width: 100%;
  margin-top:50px;
  margin-bottom: 50px;
  text-align: center;

}

#product_list .cover .wrap .product_detail .product_post .Listbtn a{
  width:30%;
  border: 1px solid #ccc;
  color: #000;
  position: relative;
  box-sizing: border-box;
}

#product_list .Listbtn a{
  border: 1px solid #FFF;
  display: inline-block;
  padding: 25px 50px;
  color: #FFF;
  box-sizing: border-box;
  position: relative;
}

#product_list .cover .wrap .product_detail .product_post .Listbtn a:after{
  background: #00469A;
}

#product_list .Listbtn a:after{
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  top: -4px;
  left:10px;
}

#product_list .Listbtn a:hover:after{
  animation:0.5s linear btn_anime;

}


#product_list span.cat{
  visibility: hidden;
}



#ir .cover .wrap .content .sec01 .btn{
  width: 100%;
  margin-top:50px;
  margin-bottom: 50px;
  text-align: center;

}

#ir .cover .wrap .content .sec01 .btn a{
  width:30%;
  border: 1px solid #dcdcdc;
  color: #000;
  position: relative;
  box-sizing: border-box;
}

#ir .btn a{
  border: 1px solid #FFF;
  display: inline-block;
  padding: 25px 50px;
  color: #FFF;
  box-sizing: border-box;
  position: relative;
}

#ir .cover .wrap .content .sec01 .btn a:after{
  background: #00469A;
}

#ir .btn a:after{
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  top: -4px;
  left:10px;
}

#ir .btn a:hover:after{
  animation:0.5s linear btn_anime;

}


#ir span.cat{
  visibility: hidden;
}




