/* <h1>エリアの背景画像 */
/*.s-content--back{*/
/*    background: url(/assets/images/original/shiritai-loan-ttl_main.png) center center no-repeat;*/
/*    background-size: cover;*/
/*    height: 240px;*/
/*}*/

.s-content__full-low--kounyu-loan {
    padding-top: 48px;
    background-image: url(/assets/images/original/shiritai-loan-ttl_main.png);
}
.s-headline--low {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.s-headline--low__sub {
    display: block;
}

.s-text--main__kounyu-loan{
    margin-bottom: 5px;
}

/* 横方向のflex-box定義 */
.s-flex-horizontal{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
  
/* 縦方向のflex-box定義 */
.s-flex-vertical{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.s-align-middle{
    align-items: center; 
}

.s-justify-center{
    -webkit-justify-content: center;
    justify-content: center;
}

.s-justify-between{
    -webkit-justify-content: space-between;
    justify-content: space-between;        
}

.s-flex-start{
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;        
}

.s-text-headline-sub{
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    margin-bottom: 16px
}

.s-indent{
    padding-left: 1em;
    text-indent: -1em;
}

.s-price{
    width: auto;
    text-align: right;
}

.s-price-box{
    margin-bottom: 8px;
}

.o-content--paint2 .s-content__inner-price-area{
    margin-top: 16px;
    margin-bottom: 0;
}

.s-input-area-item{
    margin-bottom: 36px;
}

.s-text--cl {
    color: #D32F2F;
  }
  
.s-input{
    display: inline-block;
    width: 100px;
    text-align: right;
}

.s-price-box2{
    width: 132px;
    position: relative;
}

.s-price-box2 span{
    position: absolute;
    bottom: 0;
    right: 0;
}

input[type="range"].s-input-range{
    -webkit-appearance: none;
    appearance: none;
    background-color: #ebebeb;
    height: 4px;
    width: 100%;
    border-radius: 4px;
}

input[type="range"].s-input-range:focus {
    outline:none;
}
    
input[type="range"].s-input-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width: 24px;
    height: 24px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,.3);
}

.s-relative{
    position: relative;
}

.s-slider-bar{
    -webkit-appearance: none;
     background: #72bf44;
     border:0;
     height:5px;
     display:block;
     position:absolute;
     left:0px;
     top:0px;
}

.s-link-cat-box{
    margin-bottom: 48px
}

.js-sticky-wrapper{
    position: relative;
}

.s-floating-wrapper{
    position: relative;
    width: 100%;
}

.s-floating-item{
    position: absolute;
    left: 0;
    right: 0;
}

.s-simulation-result{
    height: 150px;
    z-index: 2;
}

.s-simulation_k-result{
    height: 150px;
    z-index: 2;
}

.s-simulation-start{
    height: 104px;
    z-index: 1;
}

.o-content--paint .o-content__inner.s-content__inner--top{
    margin-top: 0;
}

.s-price-heading{
    margin-right: 8px;
}

@media only screen and (min-width: 769px){
    .s-text-headline-sub{
        font-size: 16px;
    }

    .s-flex-horizontal-pc{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .s-flex-horizontal-reverse-pc{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }

    .s-simulation-list{
        margin: 0 -32px;
    }

    .s-simulation-list li{
        padding: 0 32px;
    }

    .s-border-left-pc{
        border-left: 2px solid #e0e0e0;
    }

    .s-price-box{
        margin: 0 28px 28px 28px;
    }
    
    .o-content--paint2 .s-content__inner-price-area{
        margin-top: 28px;
    }

    .s-width710-pc{
        width: 710px;
        margin-right: auto;
        margin-left: auto;
    }

    input[type="range"].s-input-range{
        width: 350px;
    }

    .s-link-list-item{
        margin: 0;
        padding: 0 32px;
    }

    .s-flex-box-50-pc{
        width: 50%;
        padding: 0 48px;
    }

    .s-order1-pc{
        order: 1;
    }
}

/* SP時のみスタイル */
@media only screen and (max-width: 768px) {
    .s-hide-sp{
        display: none;
    }

    .s-justify-between-sp{
        -webkit-justify-content: space-between;
        justify-content: space-between;        
    }

    .s-simulation-start.is-fixed{
        margin-right: 16px;
        margin-left: 16px;
    }

    .s-simulation-result{
        height: 210px;
    }

    .s-simulation_k-result{
        height: 250px;
    }
}

