

@charset "UTF-8";

/* -----------------------------------------------

知っておきたい生命保険の基本 - 基礎から質問・Q＆A

----------------------------------------------- */

/* 共通CSS Override
----------------------------------------------- */
@media print, screen and (min-width: 768px) {   /* PC */
    #bloMainTheme {
        margin-bottom: 45px;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    #bloMainTheme {
        margin-bottom: 36px;
    }
}


/* 共通パーツ
----------------------------------------------- */
a.modLinkOpe {
    color: #333333;
    text-align: center;
    text-decoration: none;
}
a.modLinkOpe:hover {
    opacity: 0.8;
}

/* #bloDescribe
----------------------------------------------- */
#bloDescribe {
    font-size: 16px;
    background: #f8f8f8;
}
@media print, screen and (min-width: 768px) {   /* PC */
    #bloDescribe {
        padding: 30px 80px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    #bloDescribe {
        padding: 35px 20px;
        margin: 0 11px 42px;
    }
}


/* #bloStepPageLinks 各ステップへのページ内リンク
----------------------------------------------- */
#bloStepPageLinks > .linkPageStep {
    display: block;
    border: 1px solid #d9d9d9;
    background: #e9f1f3;
}
#bloStepPageLinks > .linkPageStep::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #009cde;
    border-right: 1px solid #009cde;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {   /* PC */
    #bloStepPageLinks {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-bottom: 60px;
        font-size: 17px;
    }
    #bloStepPageLinks > .linkPageStep {
        width: calc(50% - 5px);
        padding: 38px 0 24px;
        margin-bottom: 10px;
    }
    #bloStepPageLinks > .linkPageStep > .textPageStep {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    #bloStepPageLinks {
        margin: 0 10px 35px;
        font-size: 16px;
    }
    #bloStepPageLinks > .linkPageStep {
        width: 100%;
        padding: 10px 25px 15px;
        margin-bottom: 20px;
    }
    #bloStepPageLinks > .linkPageStep > .textPageStep {
        margin-bottom: -5px;
    }
}


/* .bloStepQuestionLinks 各ステップへのリンク
----------------------------------------------- */
.bloStepQuestionLinks {
    border-bottom: 2px solid #bebebe;
    font-size: 16px;
}
.bloStepQuestionLinks.modStepQuestionLinks {
    border-bottom: none;
    margin-bottom: 0;
}
/* STEPへのリンク */
.bloStepQuestionLinks > .bloToStepLink {
    display: flex;
    justify-content: center;
    padding: 25px 0;
    font-size: 26px;
    font-weight: bold;
}
.bloStepQuestionLinks > .bloToStepLink::before {
    content: "";
    display: block;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #009cde;
    margin: 0 10px 4px 0;
}
/* Qustionへのハッシュ付きリンク */
.bloStepQuestionLinks .bloToQuestionLink {
    text-align: left;
}
.bloStepQuestionLinks .bloToQuestionLink > .linkToQuestion {
    font-weight: bold;
    text-decoration: none;
    color: #009cde;
}
.bloStepQuestionLinks .bloToQuestionLink .bulletToQuestionLink {
    color: #333333;
}
/* STEP2専用 */
.bloStepQuestionLinks > .bloUnserStep2 {
    border: 2px solid #ececec;
    padding: 25px 18px 12px;
    text-align: center;
}
.bloStepQuestionLinks > .bloUnserStep2 .linkToUnderStep2 {
    display: inline-block;
    font-weight: bold;
}
.bloStepQuestionLinks > .bloUnserStep2 .linkToUnderStep2:after {
    content: "";
    display: inline-block;
    border-bottom: 2px solid #bababa;
    border-right: 2px solid #bababa;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {   /* PC */
    .bloStepQuestionLinks {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        padding-bottom: 64px;
        margin-bottom: 50px;
    }
    /* STEPへのリンク */
    .bloStepQuestionLinks > .bloToStepLink {
        align-items: center;
        width: 100%;
        padding: 25px 0;
        font-size: 26px;
    }
    .bloStepQuestionLinks > .bloToStepLink::before {
        margin: 0 10px 4px 0;
    }
    /* テキスト */
    .bloStepQuestionLinks > .textStepQuestionLinks {
        width: 100%;
        margin-bottom: 35px;
    }
    /* Qustionへのハッシュ付きリンク */
    .bloStepQuestionLinks > .bloToQuestionLink {
        width: 50%;
    }
    .bloStepQuestionLinks .bloToQuestionLink {
        margin-bottom: 13px;
    }
    /* STEP2専用 */
    .bloStepQuestionLinks > .bloUnserStep2 {
        width: calc(50% - 5px);
        margin-bottom: 20px;
    }
    .bloStepQuestionLinks > .bloUnserStep2 .linkToUnderStep2 {
        margin-bottom: 10px;
        font-size: 21px;
    }
    .bloStepQuestionLinks > .bloUnserStep2 .linkToUnderStep2:after {
        width: 12px;
        height: 12px;
        margin: 0 10px 2px 4px;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    /* STEPへのリンク */
    .bloStepQuestionLinks {
        padding-bottom: 40px;
        margin: 0 10px 25px;
    }
    .bloStepQuestionLinks > .bloToStepLink {
        padding:  20px 0;
        font-size: 22px;
    }
    .bloStepQuestionLinks > .bloToStepLink::before {
        margin: 5px 15px 0 0;
    }
    /* テキスト */
    .bloStepQuestionLinks > .textStepQuestionLinks {
        margin-bottom: 30px;
    }
    /* Qustionへのハッシュ付きリンク */
    .bloStepQuestionLinks .bloToQuestionLink > .linkToQuestion {
        display: flex;
        margin-bottom: 6px;
    }
    /* STEP2専用 */
    .bloStepQuestionLinks > .bloUnserStep2:not(:last-child) {
        margin-bottom: 40px;
    }
    .bloStepQuestionLinks > .bloUnserStep2:last-child {
        margin-bottom: 10px;
    }
    .bloStepQuestionLinks > .bloUnserStep2 .linkToUnderStep2 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .bloStepQuestionLinks > .bloUnserStep2 .linkToUnderStep2:after {
        width: 8px;
        height: 8px;
        margin: 0 8px 2px 4px;
    }
}



