p.kanamic_line {
    background: url(./header_border.png) bottom center no-repeat;
    height: 8px;
}
h1.inquiry_title {
    text-align: center;
    padding-bottom: 2.9rem;
    background: url(./stripe.png) bottom repeat-x;
}
p.thanks {
    margin: 47px 10px 45px 10px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.6em;
}
#step_list {
    margin: 0 auto;
    max-width: 900px;
    margin-bottom: 4rem;
}
ul#step_content {
    list-style: none;
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 4rem;
    display: flex;
    justify-content: center;
}
ul#step_content li:first-child {
    margin-left: 1%;
}
ul#step_content li {
    background: #eee;
    text-align: center;
    position: relative;
    margin-right: 10px;
    font-size: 1.3rem;
    padding-top: 0.6rem;
    padding-bottom: 1.3rem;
    width: 100%;
}
ul#step_content li span.itemNum {
    font-size: 2rem;
    position: relative;
    top: 2px;
    margin-right: 1.2rem;
}
ul#step_content li:before {
    content: "";
    border-top: 2.5rem solid transparent;
    border-bottom: 2.5rem solid transparent;
    border-left: 1rem solid #fff;
    position: absolute;
    left: 0;
    top: 0;
}
ul#step_content li:after {
    content: "";
    border-top: 2.5rem solid transparent;
    border-bottom: 2.5rem solid transparent;
    border-left: 1rem solid #eee;
    position: absolute;
    right: -1rem;
    top: 0;
    z-index: 1;
}
ul#step_content li.list_now {
    background: #ef8e13;
    color: #FFF;
}
ul#step_content li.list_now:after {
    border-left: 1rem solid #ef8e13;
}
.fm-question {
    font-size: 1rem;
}
.fm-answer {
    font-size: 1rem;
}
input#searchAddr_c_q12,input#searchAddr_c_q46 {
    background-color: #e86a10;
    border: 0;
    color: #ffffff;
}
input#wcf5start,input#wcf50,input#confirm {
    background: linear-gradient(to bottom, #f09114 5%, #e86a10 100%);
    border: none;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1.4rem 0;
    text-decoration: none;
}
input#rewind_wcf5confirm,input#rewind_wcf50 {
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1.4rem 0;
    text-decoration: none;
}
.pc {
    display: block;
}
.mobile {
    display: none;
}

/* 480px以下用（タブレット／スマートフォン用）の記述 */
@media screen and (max-width: 480px) {

    h1.inquiry_title {
        padding-bottom: 1.5rem;
        font-size: 1.3rem;
    }
    ul#step_content {
        display: block;
    }
    ul#step_content li:first-child {
        margin-left: 0;
    }
    ul#step_content li {
        font-size: 1.2rem;
        padding: 0 auto 0.7rem!important;
    }
    ul#step_content li span.itemNum {
        font-size: 1.5rem;
    }
    ul#step_content li:before {
        display: none;
    }
    ul#step_content li:after {
        display: none;
    }
    ul#step_content li.list_now:after {
        display: none;
    }
    .dli-caret-down {
        display: inline-block;
        vertical-align: middle;
        color: #eee;
        line-height: 1;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 1em 1em;
        border-top-color: currentColor;
        border-bottom: 0;
      }
    input#rewind_wcf5confirm,input#rewind_wcf50 {
        margin: 0 auto 30px;
    }
    input#confirmt,input#wcf50 {
        margin-top: 10px;
        width: 80%;
    }

    input#confirm {
        width: 80%;
    }

    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
}