/***************************************
/ モーターデータ
/**************************************/
/****** 共通 ******/
div.motordata{
    margin-bottom: 6rem;
}
.motordata .motor_guide {
    padding: 2rem 1.5rem 4rem;
    font-family: 'Mplus1p';
}
.motordata .motor_guide .par-title02{
    background-color: #fffaf5;
    margin-bottom: 2rem;
}
.motordata .motor_guide .priority{
    margin-top: 0.5rem;
}
.motordata .motor_guide .priority:first-of-type{
    margin-top: 0rem;
}
.motordata .guide p.use-time,
.motordata .guide p.update-time {
    padding-left: 1.4rem;
    text-indent: -1.4rem;
    color: #777;
}
.motordata .guide p.use-time{
    margin-top: 2rem;
}
.motordata .guide p.update-time {
    margin-top: 0.5rem;
}
.motordata .par-select01{
    width: 100%;
    margin-top: 4rem;
}
.motordata .par-select01 .par-select01_view{
    width: 100%;
    padding-left: 1.5rem;
    text-align: left;
    font-weight: normal;
}

/****** テーブル ********/
.motordata .par-table01 th {
    height: 7.1rem;
}
.motordata .par-table01 th.tbl01_col1,
.motordata .par-table01 th.tbl02_col1 {
    width: 2.5rem;
}
.motordata .par-table01 th.tbl01_col2{
    width: 2.8rem;
}
.motordata .par-table01 th.tbl01_col3{
    width: 3.4rem;
}
.motordata .par-table01 th.tbl01_col4,
.motordata .par-table01 th.tbl01_col5,
.motordata .par-table01 th.tbl01_col6,
.motordata .par-table01 th.tbl01_col7,
.motordata .par-table01 th.tbl01_col8{
    width: 2.8rem;
}
.motordata .par-table01 th.tbl01_col9,
.motordata .par-table01 th.tbl01_col10{
    width: 4.6rem;
}

.motordata .par-table01 th.tbl02_col2 {
    width: 4rem;
}
.motordata .par-table01 th.tbl02_col3 {
    width: 6.2rem;
}
.motordata .par-table01 th.tbl02_col4 {
    height: 3rem;
}
.motordata .par-table01 tr.sub-head th {
    width: 3.2rem;
    height: 4.1rem;
}

.motordata .par-table01 td {
    height: 3.2rem;
}

/***** slick ******/
.motordata .slick-slider{
    margin-bottom: 0;
}
.motordata .slick-next{
    right: 0;
}
.motordata .slick-dots{
    top: -2.5rem;
    height: 2rem;
}
.motordata .slick-dots li{
    width: 1rem;
    height: 1rem;
}
.motordata .slick-dots li button{
    width: 1rem;
    height: 1rem;
}
.motordata .slick-dots li button:before{
    content: '';
    width: 1rem;
    height: 1rem;
    background-color:#dedede;
    border-radius: 1rem;
    opacity: 1;
}
.motordata .slick-dots li.slick-active button:before{
    background-color: #1f5192;
    opacity: 1;
}

/******* リターンボタン *******/
.motordata .return-botton{
    margin-top: 4rem;
    text-align: center;
}
.motordata .return-botton .par-btn02 {
    width: 27rem;
    height: 6.7rem;
    padding-top: 2rem;
    font-size: 1.4rem;
}