

@charset "UTF-8";

/*

    Aflac CSS
    未来の自分が決める保険 ＷＡＹＳ - 特長＆保険料例

*/


.txWaysRed {
    color: #ff0000;
}
.txWaysBlue {
    color: #0058a8;
}

/* .bloRecomendedFor
----------------------------------------------- */
.bloRecomendedFor {
    display: flex;
    margin: 30px 0;
    overflow: hidden;
}
@media print, screen and (min-width: 768px) {   /* PC */
    .bloRecomendedFor {
        height: 103px;
        border-radius: 5px;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .bloRecomendedFor {
        min-height: 59px;
        border-radius: 3px;
    }
}
/* .wrapperRecommendedForHead */
.bloRecomendedFor .wrapperRecommendedForHead {
    background: #8fc7fa;
}
@media print, screen and (min-width: 768px) {   /* PC */
    .bloRecomendedFor .wrapperRecommendedForHead {
        border-top: 6px solid #8fc7fa;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .bloRecomendedFor .wrapperRecommendedForHead {
        border-top: 4px solid #8fc7fa;
    }
}
/* .bloRecommendedForHead */
.bloRecomendedFor .bloRecommendedForHead {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;

    background: #0058a8;
    color: #ffffff;
    font-weight: bold;
}
@media print, screen and (min-width: 768px) {   /* PC */
    .bloRecomendedFor .bloRecommendedForHead {
        width: 145px;
        border-top-left-radius: 5px;
        line-height: 1.3;
    }
    .bloRecomendedFor .bloRecommendedForHead > :first-child {
        font-size: 19px;
    }
    .bloRecomendedFor .bloRecommendedForHead > :last-child {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .bloRecomendedFor .bloRecommendedForHead {
        width: 94px;
        border-top-left-radius: 3px;
    }
}
/* .bloRecommendedForText */
.bloRecomendedFor .bloRecommendedForText {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    color: #161412;
    font-weight: bold;
}
.bloRecomendedFor .bloRecommendedForText::before,
.bloRecomendedFor .bloRecommendedForText::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
}
@media print, screen and (min-width: 768px) {   /* PC */
    .bloRecomendedFor .bloRecommendedForText {
        padding: 5px 22px 0 25px;

        background: linear-gradient(
            90deg,
            #ffffff 0px, #ffffff 3px,
            #dde9f3 3px, #dde9f3 100%
        );

        font-size: 18px;
    }
    .bloRecomendedFor .bloRecommendedForText::before {
        top: calc(50% - 8px);;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 12px solid #ffffff;
    }
    .bloRecomendedFor .bloRecommendedForText::after {
        top: calc(50% - 5px);
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 9px solid #0058a8;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .bloRecomendedFor .bloRecommendedForText {
        padding: 11px 14px 11px 16px;

        background: linear-gradient(
            90deg,
            #ffffff 0px, #ffffff 2px,
            #dde9f3 2px, #dde9f3 100%
        );
    }
    .bloRecomendedFor .bloRecommendedForText::before {
        top: calc(50% - 8px);;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #ffffff;
    }
    .bloRecomendedFor .bloRecommendedForText::after {
        top: calc(50% - 5px);
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #0058a8;
    }
}


/* .headingSection
----------------------------------------------- */
.headingSection {
    display: flex;
    align-items: center;
    background: linear-gradient(
        90deg,
        #0058a8 0, #0058a8 10px,
        #ffffff 10px, #ffffff 12px,
        #dde9f3 12px, #dde9f3 100%
    );
    font-weight: bold;
}
@media print, screen and (min-width: 768px) {   /* PC */
    .headingSection {
        height: 42px;
        padding: 5px 27px 0;
        margin-bottom: 30px;
        font-size: 28px;
    }
    .h2Section{
        padding: 0 27px 30px;
        display: block;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .headingSection {
        height: 37px;
        padding: 4px 20px 0;
        margin-bottom: 15px;
        font-size: 22px;
    }
}


/* .bloTokucho
----------------------------------------------- */
.bloTokucho {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    margin-bottom: 20px;
}
.bloTokucho > .bloTokuchoIcon {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #0058a8;

    color: #ffffff;
}
.bloTokucho > .bloTokuchoIcon > :last-child {
    font-size: 30px;
    line-height: 1;
}
.bloTokucho > .bloTokuchoInner {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 16px;
}
.bloTokucho > .bloTokuchoInner > .txStrong {
    font-size: 18px;
}
.bloTokucho > .bloTokuchoInner .txHighLight {
    padding: 0 4px;
    margin: 2px;
    color: #000000;
}
/* .modLifePlan */
.bloTokucho.modLifePlan > .bloTokuchoInner .modBgYellow {
    background: #dff36a;
}
.bloTokucho.modLifePlan > .bloTokuchoInner .modBgOrange {
    background: #f8c36a;
}
.bloTokucho.modLifePlan > .bloTokuchoInner .modBgGreen {
    background: #8fd68a;
}
@media print, screen and (min-width: 768px) {   /* PC */
    .bloTokucho.modLifePlan {
        gap: 0 15px;
    }
}

/* #bloStep
----------------------------------------------- */
#bloStep > .headingStep {
    display: flex;
    align-items: baseline;
    gap: 10px;

    margin-bottom: 5px;

    font-size: 18px;
    font-weight: bold;
}
#bloStep .iconStep {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    border-radius: 5px;
    padding: 0 5px;

    background: #663398;
    color: #ffffff;
}
@media print, screen and (min-width: 768px) {   /* PC */
    #bloStep {
        margin-bottom: 35px;
    }
    #bloStep .iconStep {
        width: 90px;
        height: 30px;

        padding-top: 3px;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    #bloStep {
        margin-bottom: 50px;
    }
    #bloStep .iconStep {
        width: 65px;
        height: 26px;

        padding-top: 2px;

        font-size: 16px;
    }
}
#bloStep > #bloStepCourses {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {   /* PC */
    #bloStep > #bloStepCourses {
        display: none;
    }
}
#bloStep .bloStepCourse {
    border-radius: 2px;
}
#bloStep .bloStepCourse.modBgPurple {
    border: 1px solid #8d8fc5;
}
#bloStep .bloStepCourse.modBgOrange {
    border: 1px solid #f5aa53;
}
#bloStep .bloStepCourse.modBgRed {
    border: 1px solid #ef845d;
}
#bloStep .bloStepCourse.modBgBlue {
    border: 1px solid #61c1be;
}
#bloStep .bloStepCourse > .headingStepCourse {
    padding: 4px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
#bloStep .bloStepCourse.modBgPurple > .headingStepCourse {
    background: #8d8fc5;
}
#bloStep .bloStepCourse.modBgOrange > .headingStepCourse {
    background: #f5aa53;
}
#bloStep .bloStepCourse.modBgRed > .headingStepCourse {
    background: #ef845d;
}
#bloStep .bloStepCourse.modBgBlue > .headingStepCourse {
    background: #61c1be;
}
#bloStep .bloStepCourse > .txtStepCourse {
    padding: 14px 7px;
}
#bloStep .bloStepCourse.modBgOrange > .txtStepCourse {
    padding: 7px;
}


/* #badgeLifePlan
----------------------------------------------- */
#badgeLifePlan {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px solid #97baf5;
    font-size: 16px;
    font-weight: bold;
}
@media print, screen and (min-width: 768px) {   /* PC */
    #badgeLifePlan {
        margin: -5px 0 0 95px;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    #badgeLifePlan {
        margin: 0 10px;
    }
}


/* #wrapperLifePlans
----------------------------------------------- */
@media print, screen and (min-width: 768px) {   /* PC */
    #wrapperLifePlans {
        padding: 0 12px 0 20px;
        margin-bottom: 22px;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    #wrapperLifePlans {
        padding: 0 10px;
        margin-bottom: 26px;
    }
}

/* #bloLifePlans
----------------------------------------------- */
#bloLifePlans {
    display: flex;
}
#bloLifePlans > .bloLifePlan {
    font-weight: bold;
    text-align: center;
}
#bloLifePlans > .bloLifePlan > .bloLifePlanUpper {
    font-size: 16px;
}
#bloLifePlans > .bloLifePlan > .bloLifePlanBottom {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: baseline;
}
#bloLifePlans > .bloLifePlan > .bloLifePlanBottom > .txAge {
    font-size: 30px;
}
#bloLifePlans > .bloLifePlan > .bloLifePlanBottom > .txWaysRed {
    width: 100%;
}
#bloLifePlans > .bloLifePlan > .bloLifePlanBottom sup {
    vertical-align: text-top;
}
@media print, screen and (min-width: 768px) {   /* PC */
    #bloLifePlans {
        flex-flow: row wrap;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    #bloLifePlans > .bloLifePlan {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;

        width: 220px;
        height: 167px;
        padding: 6px 20px 25px;
    }
    #bloLifePlans > .bloLifePlan.modBgYellow {
        background:
            linear-gradient(#dff36a 45px, transparent 45px calc(100% - 1px), #d6d6d6) no-repeat,
            linear-gradient(90deg, #d6d6d6 1px, transparent 1px calc(100% - 1px), #d6d6d6),
            linear-gradient(to bottom left, #dff36a 50%, transparent 50%) top 45px left / 50% 27px no-repeat,
            linear-gradient(to bottom right, #dff36a 50%, transparent 50%) top 45px right / 50% 27px no-repeat;
    }
    #bloLifePlans > .bloLifePlan.modBgOrange {
        background:
            linear-gradient(#f8c36a 45px, transparent 45px calc(100% - 1px), #d6d6d6) no-repeat,
            linear-gradient(90deg, #d6d6d6 1px, transparent 1px calc(100% - 1px), #d6d6d6),
            linear-gradient(to bottom left, #f8c36a 50%, transparent 50%) top 45px left / 50% 27px no-repeat,
            linear-gradient(to bottom right, #f8c36a 50%, transparent 50%) top 45px right / 50% 27px no-repeat;
    }
    #bloLifePlans > .bloLifePlan.modBgGreen {
        background:
            linear-gradient(#8fd68a 45px, transparent 45px calc(100% - 1px), #d6d6d6) no-repeat,
            linear-gradient(90deg, #d6d6d6 1px, transparent 1px calc(100% - 1px), #d6d6d6),
            linear-gradient(to bottom left, #8fd68a 50%, transparent 50%) top 45px left / 50% 27px no-repeat,
            linear-gradient(to bottom right, #8fd68a 50%, transparent 50%) top 45px right / 50% 27px no-repeat;
    }
    #bloLifePlans > .bloLifePlan > .bloLifePlanBottom {
        line-height: 1.2;
    }
    #bloLifePlans > .bloLifePlan > .bloLifePlanBottom > .txWaysRed {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    #bloLifePlans {
        flex-flow: column;
        gap: 18px;
        margin-bottom: 15px;
    }
    #bloLifePlans > .bloLifePlan {
        background:
            linear-gradient(#d6d6d6 1px, transparent 1px calc(100% - 1px), #d6d6d6),
            linear-gradient(90deg, #d6d6d6 1px, transparent 1px calc(100% - 1px), #d6d6d6);
    }
    #bloLifePlans > .bloLifePlan > .bloLifePlanUpper {
        display: flex;
        align-items: end;
        justify-content: center;
        min-height: 41px;
        padding: 5px 10px 15px;
        line-height: 1.2;
    }
    #bloLifePlans > .bloLifePlan.modBgYellow > .bloLifePlanUpper {
        background:
            linear-gradient(#dff36a calc(100% - 15px), transparent calc(100% - 15px)) no-repeat,
            linear-gradient(to bottom left, #dff36a 50%, transparent 50%) bottom left / 50% 15px no-repeat,
            linear-gradient(90deg, transparent calc(50% - 1px), #dff36a calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) bottom right / 100% 15px no-repeat /* repairing gap */,
            linear-gradient(to bottom right, #dff36a 50%, transparent 50%) bottom right / 50% 15px no-repeat;
    }
    #bloLifePlans > .bloLifePlan.modBgOrange > .bloLifePlanUpper {
        background:
            linear-gradient(#f8c36a calc(100% - 15px), transparent calc(100% - 15px)) no-repeat,
            linear-gradient(to bottom left, #f8c36a 50%, transparent 50%) bottom right 100% / 50% 15px no-repeat,
            linear-gradient(90deg, transparent calc(50% - 1px), #f8c36a calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) bottom right / 100% 15px no-repeat /* repairing gap */,
            linear-gradient(to bottom right, #f8c36a 50%, transparent 50%) bottom left 100% / 50% 15px no-repeat;
    }
    #bloLifePlans > .bloLifePlan.modBgGreen > .bloLifePlanUpper {
        background:
            linear-gradient(#8fd68a calc(100% - 15px), transparent calc(100% - 15px)) no-repeat,
            linear-gradient(to bottom left, #8fd68a 50%, transparent 50%) bottom left / 50% 15px no-repeat,
            linear-gradient(90deg, transparent calc(50% - 1px), #8fd68a calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) bottom right / 100% 15px no-repeat /* repairing gap */,
            linear-gradient(to bottom right, #8fd68a 50%, transparent 50%) bottom right / 50% 15px no-repeat;
    }
}


/* .tableExamples
----------------------------------------------- */
.tableExamples {
    border-collapse: collapse;
    text-align: center;
}
.tableExamples #tableExampleMajor {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
}
.tableExamples #tableExamplesBadge {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #0058a8;
}
@media print, screen and (min-width: 768px) {   /* PC */
    .tableExamples {
        width: 610px;
        margin: 0 auto 30px;
    }
    .tableExamples > caption {
        margin-bottom: 15px;
        font-size: 24px;
        font-weight: bold;
    }
    .tableExamples #tableExampleMajor {
        gap: 15px;
    }
    .tableExamples #tableExampleMajor > #tableExamplesBadge {
        width: 72px;
        height: 32px;;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .tableExamples {
        max-width: 100%;
        margin: 10px auto;
    }
    .tableExamples > caption {
        margin-bottom: 12px;
    }
    .tableExamples #tableExampleMajor {
        gap: 20px;
    }
    .tableExamples #tableExampleMajor > #tableExamplesBadge {
        width: 56px;
        height: 24px;
    }
}
.tableExamples > thead th {
    background: #aaabab;
    color: #ffffff;
}
.tableExamples .tableExamplesHeadMen {
    background: #579ed7;
}
.tableExamples .tableExamplesHeadWomen {
    background: #f49c00;
}
.tableExamples > tbody tr:nth-child(2n + 1) {
    background: #f2fcfc;
}
.tableExamples > tbody tr:nth-child(2n) {
    background: #e5f6f6;
}
.tableExamples.women > tbody tr:nth-child(2n + 1) {
    background: #fef3e0;
}
.tableExamples.women > tbody tr:nth-child(2n) {
    background: rgb(253 235 204);
}
.tableExamples tr > * {
    border: 1px solid #ffffff;
}
@media print, screen and (min-width: 768px) {   /* PC */
    .tableExamples > thead th {
        padding: 10px;
        font-size: 18px;
    }
    .tableExamples > tbody td {
        height: 39px;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .tableExamples > thead th {
        font-size: 12px;
    }
    .tableExamples .tableExamplesHeadAge {
        width: 40%;
    }
    .tableExamples .tableExamplesHeadAge,
    .tableExamples .tableExamplesHeadMen,
    .tableExamples .tableExamplesHeadWomen {
        padding: 5px 4px;
    }
    .tableExamples tr > * {
        padding: 3px 0px;
    }
}


/* .txBoxBgWAYSLightBlue
----------------------------------------------- */
.txBoxBgWAYSLightBlue {
    padding: 10px;
    background-color: #dde9f3;
    margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {   /* PC */
    a.txLinkUnderlineDisappearing:hover {
        text-decoration: none;
    }
}


/* .WaysAttentionBox
----------------------------------------------- */
.WaysAttentionBox {
    padding: 10px;
    border: 1px solid #d6d6d6;
    margin-bottom: 15px;
}
.WaysAttentionBoxInner {
    display: flex;
    align-items: center;
}
.WaysAttentionBoxImg {
    width: 15%;
}
.WaysAttentionBoxTx {
    margin-left: 10px;
}
@media only screen and (max-width: 767px) {     /* SP */
    .WaysAttentionBoxInner {
        display: block;
    }
    .WaysAttentionBoxImg {
        width: 50px;
        margin: 0 auto;
    }
    .WaysAttentionBoxTx {
        margin: 10px 0 0 0;
    }
}
/*よくあるご質問*/
.questionBlock {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: column;
}

.question {
    display: flex;
    padding: 10px 10px 0;
    align-items: center;
}

.qIcon {
    height: 40px;
    width: 40px;
    background-color: #0058a8;
    border-radius: 50%;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}

.qText {
    padding: 10px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    width: 95%;
}

.whitebutton {
    width: 360px;
    background: white;
    text-align: center;
    text-decoration: none !important;
    padding: 20px 40px;
    border-radius: 45px;
    color: black !important;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    /* margin: auto; */
    align-items: center;
    border: 1px solid darkgrey;
    box-shadow: 0 3px 10px darkgrey;
}

a .whitebutton {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 18px;
}
.buttonblock {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 60px;
}



