/* メインイメージの背景画像 */
/*
.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{
    justify-content: center;
}

.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-kinri-list li{
    width: 100%;
    margin-bottom: 20px;
}

.s-indent{
    padding-left: 1em;
    text-indent: -1em;
}

.s-circle{
    display: inline-block;
    text-decoration: none;
    background: #f0f8fb;
    color: #003d7c;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border: solid 2px #003d7c;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.s-text-large{
    font-size: 20px;
}

.s-shittoku-text{
    max-width: 928px;
}


.s-text-cl-blue{
    color: #003d7c;
}

.s-table-kinri{
    table-layout: fixed;
}

.s-2colblock .s-block-left{
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}

.s-box-inblock{
    display: inline-block;
}

table.flowTbl{
    width:680px;
    margin:20px 0 0 14px;
    background:url(/assets/images/original/shiritai-loan-tetsuzuki_bg_flow.gif) repeat-y 0 0;
    border:0;
}
table.flowTbl th{
    padding-bottom:20px;
    border:0;
    vertical-align:top;
}
table.flowTbl th p{
    padding:0 30px 0 8px;
}
table.flowTbl td{
    border:0;
    vertical-align:top;
}
table.flowTbl tr.bottom{
    height:7px;
    font-size:1px;
    line-height:1px;
    background:url(/assets/images/original/shiritai-loan-tetsuzuki_bg_flow_btm.gif) no-repeat bottom left;
}
.scroll-x {
    overflow-x: auto;
    padding-bottom: 5px;
}
.scroll-x::-webkit-scrollbar{
    height: 8px;
}
.scroll-x::-webkit-scrollbar-thumb{
    background: #CCC;
    border-radius: 8px;
}
.scroll-x::-webkit-scrollbar-track-piece:start,
.scroll-x::-webkit-scrollbar-track-piece:end{
    background: #f9f9f9;
}
.s-table-text{
    font-size: 13px;
}

/* table関連 */
.s-table th {
    vertical-align: middle;
}
  
.s-table td {
    vertical-align: middle;
}

@media only screen and (min-width: 769px){
    .s-text-headline-sub{
        font-size: 16px;
    }

    .s-kinri-list{
        margin: 0 -10px;
    }

    .s-kinri-list li{
        padding: 0 10px;
        width: 33.333%;
    }

    .s-circle{
        margin: 0 24px 0 0;
    }

    .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-simulation-list{
        margin: 0 -32px;
    }

    .s-simulation-list li{
        padding: 0 32px;
    }

    .s-border-left-pc{
        border-color: #e0e0e0;
        border-style: solid;
        border-width: 0 0 0 2px;
    }

    .s-2colblock{
        width:700px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }
    .s-2colblock .s-block-left{
        width: 60%;
        padding: 0 30px 0 0;
        box-sizing: border-box;
    }
    .s-2colblock .s-block-right{
        width: 40%;
    }
}

/* SP時のみスタイル */
@media only screen and (max-width: 768px) {
    .s-hide-sp{
        display: none;
    }

}

/* IE11で適応するスタイル */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .s-flex-horizontal {
        flex-wrap: nowrap;
    }
}

/* /kounyu/loan/money_plan.html margin調整 */
@media only screen and (min-width: 769px) {
    .a-headline--s-moneyplan {
        margin-top:48px;
    }
}

