@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* ///////////////// 他ページ共通 ///////////////// */
/* パンくず */
#breadCrumbArea {
    box-sizing: border-box;
    padding: 10px 0;
    background: #f1f1f1;
    border-bottom: 1px solid #FFF;
    clear: both;
    font-size: 11px;
    letter-spacing: -0.001em;
    width: 100%;
}
#breadCrumbArea .breadCrumb>li a {
    text-decoration: underline;
}

/* TOPへ戻る */
.pagetop_fixed {
    display: none;
}
.pagetop_fixed .toPageTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 9999;
}
.pagetop_fixed img {
    max-width: 100%;
}

@media only screen and (min-width: 769px), print {
    .pagetop_fixed .toPageTop {
        width: 60px;
        height: 60px;
    }
}

/* footer */
footer p {
    font-size: inherit;
    line-height: inherit;
}

/* footer forIE */
@media all and (-ms-high-contrast: none) {
    footer {
        margin-top: 100px;
    }
}


/* ///////////////// ページ全体 ///////////////// */
body {
    background: #F4F4F4;
    color: #333333;
    text-align: left;
    line-height: 1.8;
    word-break: break-all;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.mainContainer {
    overflow: hidden;
}

/* ///////////////// head ///////////////// */
.head {
    width: 100%;
    height: 253px;
    position: relative;
    background: rgb(66,159,216); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(66,159,216,1) 0%, rgba(98,94,177,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(66,159,216,1) 0%,rgba(98,94,177,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(66,159,216,1) 0%,rgba(98,94,177,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#429fd8', endColorstr='#625eb1',GradientType=1 ); /* IE6-9 */
    background-image: url(/static_contents/20250623-105031/shikin/images/img_top_head_back.png) no-repeat;
    z-index: 10;
}

.head::before {
    /* ストライプ */
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    background: url(/static_contents/20250623-105031/shikin/images/img_top_head_back.png) no-repeat;
    background-size: 100%;
    z-index: -10;
}

.head::after {
    /* 街 */
    content: "";
    width: 693.71px;
    height: 112px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    background: url(/static_contents/20250623-105031/shikin/images/img_top_head_back-after.png) no-repeat;
    z-index: -10;
}

.head .headArea {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    padding: 11px 0;
    color: #fff;
}

.head .headArea.sp {
    display: none;
}

.head .headArea h1 {
    font-size: 30px;
    font-weight: bold;
}

.head .headArea p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
    text-shadow: 0 3px 6px #5f63b4;
}

.head .headArea .headArea-left img {
    width: 230px;
    height: 230px;
    flex-shrink: 0;
}

.head .headArea .headArea-right {
    margin-left: 30px;
}

/* ///////////////// uniqueContents ///////////////// */
.uniqueContents {
    width: 1000px;
    margin: 0 auto;
}

.uniqueContents section {
    margin-bottom: 70px;
}

.uniqueContents h2 {
    position: relative;
    margin-top: 40px;
    color: #538aca;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.uniqueContents h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 145px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #538aca;
}

/* cardList */
.cardList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cardList article {
    display: flex;
}

.cardList article a {
    display: inline-block;
    margin-top: 50px;
    padding: 25px 20px 25px 15px;
    width: 440px;
    background-color: #fff;
    background: url(/static_contents/20250623-105031/shikin/images/img_top_btn_back.png), #fff;
    background-repeat: no-repeat;
    background-position: right -15px bottom -8px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    box-shadow: 0px 4px 0px 0 #e1e1e1;
    transition: .2s;
}

.cardList article a:hover  {
    cursor: pointer;
    background-color: #eaf9fd;
    border: 1px solid #518dcd;
    box-shadow: 0px 4px 0px 0 #518dcd;
    transition: .2s;
}

.cardList a h3 {
    font-size: 20px;
    font-weight: bold;
}

/* CSITE-3998 */
.loanExamination .cardList a h3 {
    line-height: 1.5;
    padding: 4px 0;
}
.cardList a p {
    font-size: 14px;
    word-break: break-word;
}
/* //CSITE-3998 */

/* attention */
.attention {
    border-top: 1px dotted #b5b5b5;
}

.attention ul {
    margin: 40px 0 0 20px;
    font-size: 14px;
}

.attention ul li {
    color: #717171;
}

.attention ul li:not(:first-of-type) {
    margin-top: 30px;
}


/* ///////////////// ここからSP ///////////////// */
@media screen and (max-width: 767px) {
    /* ///////////////// ページ全体 ///////////////// */
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    /* ///////////////// head ///////////////// */
    .head {
        height: auto;
    }

    .head::before {
        background-repeat: repeat-y;
    }

    .head::after {
        content: "";
        width: 693.71px;
        height: 112px;
        position: absolute;
        bottom: -30px;
        left: -70px;
        background: url(/static_contents/20250623-105031/shikin/images/img_top_head_back-after.png) no-repeat;
        z-index: -10;
        background-size: 65%;
    }

    .head .headArea {
        width: 90%;
        padding: 20px 0;
    }

    .head .headArea.pc {
        display: none;
    }

    .head .headArea.sp {
        display: block;
    }

    .head .headArea h1 {
        font-size: 18px;
        text-align: center;
    }

    .head .headArea.sp div {
        display: flex;
        margin-top: 23px;
    }

    .head .headArea p {
        margin: 0 0 0 10px;
        font-size: 12px;
    }

    .head .headArea img {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
    }

    /* ///////////////// uniqueContents ///////////////// */
    .uniqueContents {
        width: 100%;
    }

    .uniqueContents section {
        margin-bottom: 40px;
    }

    .uniqueContents h2 {
        font-size: 14px;
    }

    /* cardList */
    .cardList {
        display: block;
    }

    .cardList article {
        display: block;
    }

    .cardList article a {
        display: block;
        margin: 15px auto 0;
        padding: 15px;
        width: 90%;
    }

    .cardList article:first-of-type a {
        margin-top: 35px;
    }

    .cardList a h3 {
        font-size: 16px;
    }

    /* attention */
    .attention {
        margin: 0 15px;
    }

    .attention ul {
        margin-top: 30px;
        font-size: 12px;
    }
}
