@charset "UTF-8";

body.spw .c-view_wrap {
    background: url(../img/main_img_sp_walker.jpg) no-repeat center top / cover;
}

.spwalker_wrap {}

.spw_wrap {
    border: 2px solid #0fc1da;
    border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 0 0 50px;
    margin: 0 0 60px;

}

.spwSumy_wrap {
    padding: 40px 50px 40px 50px;
        display: table;
}

.spwSumy-img {
    display: table-cell;
    width: 260px;
    padding: 0 0 0 59px;
}

.spwSumy_wrap dl {
    vertical-align: middle;
    display: table-cell;
    margin: 0;
}

.spwSumy_wrap dl dt {
    background: #0fc1da;
    padding: 7px 0;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    position: relative;
    margin: 0 0 50px 0;
}

.spwSumy_wrap dl dt {
    background: #0fc1da;
    padding: 7px 0;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    position: relative;
    margin: 0 0 50px 0;
}

.spwSumy_wrap dl dt:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    z-index: 9;
    margin: 0 0 0 -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #0fc2da transparent transparent transparent;
}

.spwSumy_wrap dl dd ul {
    margin: 0 0 40px 0;
}

.spwSumy_wrap dl dd ul li {
    margin: 0 0 35px 0;
    padding: 0 0 0 30px;
    font-weight: bold;
    line-height: 1;
    font-size: 24px;
    position: relative;
}

.spwSumy_wrap dl dd ul li:last-child {
    margin: 0 0 0 0;
}

.spwSumy_wrap dl dd ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    margin: -9px 0 0 0;
    width: 18px;
    height: 18px;
    background: url(../svg/icn_checkbox_pk.svg) no-repeat 0 0;
    background-size: 18px auto;
    -ms-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -webkit-background-size: 18px auto;
}

.spwSumy_wrap dl dd ul li span {
    color: #f74685;
}



.spw_cover {
    background: #ecf9fa;
    border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 50px 0 0;
    margin: 0 40px;
}


.spw-ttl {
    text-align: center;
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
}

.spw_in {
    padding: 25px 0 30px;
}

.spw_in dl {
    border-bottom: 1px dotted #0fc1da;
    padding: 0 40px;
    margin: 0 0 10px 0;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.spw_in dl:last-child {
    border-bottom: 0;
}


.spw_in dl dt {
    display: table-cell;
    vertical-align: middle;
    padding: 34px 0;
    font-weight: bold;
    line-height: 1.8;
    font-size: 24px;
    position: relative;
}


.spw_in dl dt.search {
    width: 600px;
    display: table-cell;
    vertical-align: middle;
    padding: 34px 0;
    font-weight: bold;
    line-height: 1.8;
    font-size: 24px;
    position: relative;
}


.spw_in dl dt .is-pnk {
    color: #f74685;
}
.spw_in dl dt .icn {
    background: url(../svg/icn_checkbox_pk.svg) no-repeat left center;
    background-size: 18px auto;
    -ms-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    padding: 0 0 0 30px;
}

.spw_in dl dd {
    width: 400px;
    padding: 17px 0 17px 30px;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}


.spw_in dl dd {
    width: 400px;
    padding: 17px 0 17px 30px;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.spw_in dl dd p {
    line-height: 1;
    font-weight: normal;
    font-size: 12px;

}

.spw_in dl dd:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    margin: -9px 0 0 0;
    width: 18px;
    height: 18px;
    background: url(../svg/dec_arw_right_pk.svg) no-repeat left top 2px;
    background-size: 9px auto;
    -ms-background-size: 9px auto;
    -moz-background-size: 9px auto;
    -webkit-background-size: 9px auto;

}

.spw_in dl.search dd {
    width: 200px;
    font-weight: normal;
    font-size: 16px;
    background: url(../img/spw_search.png) no-repeat 15px 50%;
    padding: 0 0 0 30px;
    display: table-cell;
    vertical-align: middle;
}


.spwBtn {
    width: 380px;
    margin: 0 auto;
}



@media (max-width: 896px) {
    body.spw .c-view_wrap {
        background: url(../img/sp/main_img_sp_walker.jpg) no-repeat center top / cover;
    }

    .spw_wrap {
        border: none;
        padding: 0;
        margin: 0 0 30px;
    }

    .spw_ttl {
        border-bottom: 5px solid #f3f3f3;
        padding: 30px 0;
    }

    .spw-ttl {
        font-size: 20px;
        line-height: 1.4;
        background: none;
        padding: 0;
    }

    .spw-ttl span {}

    .spw-sttl {
        font-size: 13px;
        line-height: 1.6;
        text-align: center;
        padding: 10px 40px 0;
    }

    .spw_img {
        padding: 30px 25px;
    }

    .spw_img img {
        width: 100%;
    }

    .spw_cover {}

    .spwBtn {
        width: 265px;
        padding: 30px 0 0;
    }

    .cnt_wrap {
        background: #f9f9f9;
        padding: 30px 20px;
    }






    .spwSumy_wrap {
        padding: 30px 20px 50px 20px;
        position: relative;
    }

    .spwSumy-img {
        width: 130px;
        padding: 0 20px 0 0;
    }

    .spwSumy-img img {
        width: 100%;
        height: auto;
    }

    .spwSumy_wrap dl {

    }

    .spwSumy_wrap dl dt {
        font-size: 15px;
        margin: 0 0 20px 0;
    }

    .spwSumy_wrap dl dt span {
        display: none;
    }

    .spwSumy_wrap dl dt:after {
        bottom: -3px;
        margin: 0 0 0 -4.5px;
        border-width: 4px 4.5px 0 4.5px;
        border-color: #0fc2da transparent transparent transparent;
    }

    .spwSumy_wrap dl dd ul {
        margin: 0 0 0 0;
    }

    .spwSumy_wrap dl dd ul li {
        margin: 0 0 20px 0;
        padding: 0 0 0 25px;
        line-height: 1.2;
        font-size: 15px;
    }

    .spwSumy_wrap dl dd ul li:before {
        top: 2px;
        left: 0;
        z-index: 9;
        margin: 0 0 0 0;
        width: 15px;
        height: 15px;
        background: url(../svg/icn_checkbox_pk.svg) no-repeat 0 0;
        background-size: 15px auto;
        -ms-background-size: 15px auto;
        -moz-background-size: 15px auto;
        -webkit-background-size: 15px auto;
    }


    

.spw_cover {
    background: #ecf9fa;
    border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 30px 0 0;
    margin: 0;
}


.spw-ttl {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
}

.spw_in {
    padding: 25px 0 30px;
}

.spw_in dl {
    border-bottom: 1px dotted #0fc1da;
    padding: 0 20px;
    margin: 0 0 10px 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
}




.spw_in dl dt {
    width: auto;
    display: block;
    padding: 20px 0 20px 20px;
    font-weight: bold;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}

.spw_in dl.search dt {
    width: auto;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    padding: 0 0 20px 0;
}

.spw_in dl.qr dt {
    width: auto;
    margin: 0 auto;
    text-align: center;
    }


.spw_in dl dt .icn {
    background: url(../svg/icn_checkbox_pk.svg) no-repeat left center;
    background-size: 15px auto;
    -ms-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    padding: 0 0 0 20px;
}

.spw_in dl dt span {

}

.spw_in dl dd {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    display: block;
    text-align: center;
}

.spw_in dl dd p {
    line-height: 1;
    font-weight: normal;
    font-size: 12px;

}

.spw_in dl dd:before {
    content: "";
    position: absolute;
  top: -30px;
  left: 50%;
    z-index: 9;
    margin: 15px 0 0 0;
    width: 15px;
    height: 15px;
    background: url(../svg/dec_arw_dwn_pk.svg) no-repeat left top;
    background-size: 15px auto;
    -ms-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -webkit-background-size: 15px auto;
  transform: translate(-50%, 0);
}

.spw_in dl.search dd {
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    background: url(../img/sp/spw_search.png) no-repeat 50% 50%;
    padding: 5px 40px 0 0;
    height: 33px;
    display: block;
    box-sizing: border-box;
    }


    
}