@charset "utf-8";
/* CSS Document */
a[target="_blank"] {
  background: none;
  margin: 0;
  padding-left: 0;
}
.cat-ttl {
  margin-bottom: 20px;
}
.pfas {
  color: #999 !important;
  padding: 5px 15px;
  border: 2px solid #999;
  border-radius: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold !important
}
.m-20 { top: -20px;}
.section .mb40 {
  display: block;
  margin: 0 auto 40px
}
.list_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 40px 40px;
  align-items: center;
}
.list_wrap > img {
  margin-right: 40px !important;
}
.chart_warp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 40px;
  justify-content: space-between
}
.chart_warp > div {
  width: 32%;
}
.chart_warp img {
  margin-bottom: 10px;
}
.chart_warp h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
#product-categorieslist {
  margin-bottom: 40px;
}
#product-categorieslist .wrap {
  background: url("/ja/assets/images/common/bg_panel_border.png") 5px bottom no-repeat
}
#product-categorieslist a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  align-items: flex-start;
  background: url("../../../../en/assets/images/common/icon_panel_arrow.png") right bottom 12px no-repeat;
}
#product-categorieslist:last-of-type {
  margin-bottom: 50px;
}
#product-categorieslist a div {
  width: 370px;
}
#product-categorieslist a div h3 {
  color: #005BAC;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #E3E1DA;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
#product-categorieslist a div h3 span {
  font-size: 13px;
  color: #000;
  display: block;
  font-weight: normal;
}
#product-categorieslist a ul {
  padding: 10px;
}
#product-categorieslist li {
  color: #000;
  text-indent: -.5em;
  padding-left: .5em;
}
#product-categorieslist a li:before {
  display: inline-block;
  content: '■'
}
.recommended-alloy {
  font-weight: bold;
}
.recommended-alloy span {
    display: inline-block;
    background: #999;
    color: #fff;
    border-radius: 15px;
    padding: 2px 10px;
    margin: 2px 0 0 5px;
}
/*.recommended-alloy .green {
  display: inline-block;
  background: #009B7B;
  color: #fff;
  border-radius: 15px;
  padding: 2px 10px;
  margin-left: 5px;
}
.recommended-alloy .orange {
  display: inline-block;
  background: #E65621;
  color: #fff;
  border-radius: 15px;
  padding: 2px 10px;
  margin-left: 5px;
}*/
.list-item {
  margin-bottom: 10px;
  display: inline-block;
  width: 65%;
}
.list-item:last-of-type {
  display: block;
  width: auto
}
.list-main {
  float: right;
  margin-left: 30px;
}
.list-img {
  margin-bottom: 60px !important;
}
h5 {
  font-weight: bold;
  margin-bottom: 20px;
}
.section small {
  text-align: right;
  margin-bottom: 40px;
  display: block;
}
.modal-open-button {
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
}
.modal:target {
  display: flex;
}
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: black;
  text-decoration: none;
  cursor: pointer;
  transform: translate(50%, -50%);
}
.modal-wrapper {
  position: relative;
  width: 80%;
  max-width: 600px;
  max-height: 70%;
  padding: 40px;
  margin: auto;
  overflow: scroll;
  background-color: #FEFEFE;
  border-radius: 5px;
}
.logo-milatera {
    max-width: 150px;
    height: auto;
    float: right
}

.caption_ball{
  max-width: 448px;
  display: block;
  margin: 0 auto 40px;
  text-align: right;
  font-size:80%;
}
.mb40.mb40_btm0{
  margin-bottom: 0;
}

/* ===============SP===============*/
@media screen and (max-width: 640px) {
  #product-categorieslist a {
    display: block;
    padding: 20px
  }
  .section .mb40 {
    display: block;
    margin: 0 auto 20px
  }
  .read-more {
    margin-bottom: 40px;
  }
  .list-item {
    width: calc(100% - 220px);
  }
  .list-main {
    margin: 0 0 10px;
  }
  .section small {
    font-size: 10px;
  }
  .list_wrap {
    display: block;
    padding: 0 20px
  }
  .list_wrap, .chart_warp, #product-categorieslist a {
    display: block;
    padding: 20px
  }
  .chart_warp > div {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .list_wrap > img {
    margin: 0 0 20px;
  }
  .chart_warp > div + div {
    margin-top: 30px;
  }
  /*.read-more span {
    margin-bottom: 40px;
}*/
  #product-categorieslist .wrap img {
    margin: 0 auto 20px;
    display: block;
  }
  #product-categorieslist a div {
    width: 100%;
  }
  .pfas {
    padding: 2px 5px;
    position: inherit;
    font-size: 12px !important;
    display: inline-block !important;
    margin: 0 0 0 10px;
  }
.m-20 { top: 0;}
  .modal-wrapper {
    padding: 30px 15px 10px;
    width: 85%;
  }
}