@charset "UTF-8";

.clbox{
    overflow: hidden;
    margin-bottom: 15px;
}
.cl50{
    width: 50%;
    float: left;
}
.cl3{
    width: 33.3%;
    float: left;
}
.cl6{
    width: 66.6%;
    float: left;
}
.ct2{
    font-weight: bold;
    color: #06A1D8;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 4px;
}
.clbox figure{
    margin: 0;
    padding: 0;
    display: block;
}
.clbox figure img{
    width: 90%;
    height: auto
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}
.no_ttl{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1;
}
.no_ttl p{
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    padding-left: 20px;
}
.no_ttl span{
    display: inline-block;
    line-height: 1;
    background: #D92D2D;
    border-radius: 15px;
    font-size: 13px;
    font-weight: normal;
    color: #FFF;
    width: 20px;
    height: 16px;
    text-align: center;
    padding-top: 4px;
    margin-right: 8px;
}
.cl_txt{
    overflow: hidden;
}
.cl_no{
    overflow: hidden;
    width: 23px;
    float: left;
    font-weight: bold
}
.cl_txt p{
    overflow: hidden;
    width: 265px;
    float: left;
}
.cl-biko{
    text-align: center;
    color: #2494D3;
    border: 2px solid #2494D3;
    padding: 12px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1;
}
.cl-note{
    margin-bottom: 30px;
}
hr.bdr_dash{
  height: 1px;
  border: none;
  border-top: 2px #ccc dashed;
  margin-bottom: 45px;
  margin-top: 30px;
  display: block;
}
.product-item__sub-title{
    font-size: 18px;
}