@charset "utf-8";
/* CSS Document */
.l-content .mainVisual {
    width: 950px;
    height: 200px;
    margin-bottom: 30px;
    background: url(/pr/fs/ladder/img/mv.png) no-repeat 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/* mv下 */
.l-content .btn_02{
    width: 300px;
    display: block;
    margin: 0 auto 35px;
}

/* h2Ttl_03 */
.l-content .h2Ttl_03 {
  position: relative;
  border-bottom: 1px solid #333;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.l-content .h2Ttl_03 span {
  border-left: 5px solid #0086ab;
  display: block;
  color: #333333;
  padding: 0 0 0 10px;
  line-height: 1.2;
}
/* h3Ttl_01 */
.l-content .h3Ttl_01 {
  position: relative;
  background: #e6e6e6;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
}
.l-content .h3Ttl_01 span {
	border-left: 5px solid #999999;
    display: block;
    color: #333333;
    padding: 0 0 0 10px;
    line-height: 34px;
    height: 34px;
}
/* h4Ttl_01 */
.l-content .h4Ttl_01 {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 5px;
    border-bottom: solid 2px #4a8bcb;
}


/* product_list */
.l-content .product_list , .l-content .product_list_02{
  display: flex;
  flex-wrap: wrap;
}
.l-content .product_list_02{
justify-content: space-between;
}
.l-content .product_list .product_item , .l-content .product_list_02 .product_item{
  box-sizing: border-box;
  width: 223px;
  padding: 15px 11px 20px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border: #bfbfbf 1px solid;
  margin-bottom: 20px;
}
.l-content .product_list_02 .product_item{
 width: 470px;
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 margin-bottom: 10px;
 padding-left: 20px;
}
.l-content .product_list_02 .product_item .option{
width: 205px;
}
.l-content .product_list_02 .product_item .option_02{
width: 220px;
padding-left: 10px;
box-sizing: border-box;
}
.l-content .product_list .product_item:not(:last-of-type){
  margin-right: 13.65px;
}
.l-content .product_name{
  font-size: 14px;
  text-decoration: none;
}
.l-content .product_list_02 .product_name{
  width:440px;
}
.l-content .company_name{
  font-size: 12px;
}
.l-content .product_text{
    margin-top: 20px;
}
.l-content .price strong{
  font-size: 17px;
}
.l-content .product_list_02 .option a ,.l-content .product_list_02 .option_02 a{
display:block;
font-weight: bold;
text-decoration: none;
}
.l-content .product_list_02 .option a:hover ,.l-content .product_list_02 .option_02 a:hover{
text-decoration: underline;
}
.l-content .product_list_02 .option_02 a.option_name_01{
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
}

/* .itemsBox */
.l-content .product_list li:hover , .l-content .product_list_02 .option:hover , .l-content .product_list_02 .option_02 .link_box:hover {
  cursor: pointer;
  opacity: 0.75;
}

.l-content .product_list li:hover img , .l-content .product_list_02 .option:hover img , .l-content .product_list_02 .option_02 .link_box:hover img{
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}

.l-content .product_list li:hover a.product_name , .l-content .product_list_02 .option_02 .link_box:hover a.option_name_01{
  color: #3366ac;
  text-decoration: underline;
}

.l-content .btn_01{
width:190px;
}
.l-content .price
{
    margin: 5px 0 3px;
}
