@charset "utf-8";

#mainVisual.daiyou_dairi {
    background-image: url(/kojin/sonaeru/daiyou_dairi/img/img_daiyou_dairi_mv.png);
}
#mainVisual.daiyou_kihu {
    background-image: url(/kojin/sonaeru/daiyou_kihu/img/img_daiyou_kihu_mv.png);
}
#mainVisual.isanseiri {
    background-image: url(/kojin/sonaeru/isanseiri/img/img_isanseiri_mv.png);
}

.minchoTxt {
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sectionLead {
    font-size: 18px;
    text-align: center;
    margin-bottom: 36px;
}
.dotList > li {
    padding-left: 11px;
    position: relative;
}
.dotList > li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #be1b10;
    position: absolute;
    left: 0;
    top: 9px;
}
.checkIconList > li {
    padding-left: 30px;
    background: url(/kojin/sonaeru/img/icn_checkbox.png) no-repeat 0 3px / 20px auto;
}
.checkIconList > li + li {
    margin-top: 6px;
}
.colorNumList > li {
    padding-left: 1.3em;
    text-indent: -1.3em;
}
.colorNumList .colorTtl {
    color: #be1b10;
    font-weight: bold;
}
.numEm1List > li {
    padding-left: 1em;
    text-indent: -1em;
}
.numEm3List > li {
    padding-left: 2.8em;
    text-indent: -2.8em;
}
.numEm3List > li > *,
.numEm1List > li > *,
.colorNumList > li > * {
	text-indent: 0;
}

.aboutWill {
    padding-bottom: 110px;
    background: url(/kojin/sonaeru/daiyou_dairi/img/img_daiyou_dairi_01.png) no-repeat center top / 100% auto;
}
.aboutWill.isanseiriBg {
    background: url(/kojin/sonaeru/isanseiri/img/img_isanseiri_01.png) no-repeat center top / 100% auto;
}
.aboutWill.kihu {
    background: url(/kojin/sonaeru/daiyou_kihu/img/img_daiyou_kihu_03.png) no-repeat center top / 100% auto;
}
.aboutWillTtl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
}
.redLeadTxt {
    color: #be1b10;
    font-size: 44px;
    text-align: center;
    line-height: 1.3;
}
.redLeadTxt .fzSm {
    font-size: 32px;
}
.aboutWillTxt {
    font-size: 20px;
    text-align: center;
    margin-top: 26px;
}
.illusBorderBox {
    padding: 36px 34px 36px 220px;
    min-height: 150px;
    border: 3px solid rgba(176, 175, 160, .4);
    background: url(/kojin/sonaeru/img/img_illus_01.png) 70px bottom no-repeat;
    background-size: 120px auto;
    margin-top: 35px;
    position: relative;
}
.illusBorderBox.illLarge {
    padding: 36px 34px 36px 270px;
    background-size: 200px auto;
    background-position: 50px bottom;
}
.illusBorderBox .ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.illusBorderBox .flxBox + .ttl,
.illusBorderBox p + .ttl {
    margin-top: 24px;
}
.illusBorderBox.balloon {
    min-height: 247px;
    padding: 50px 34px 36px 256px;
    background-size: 165px auto;
    margin-top: 60px;
}
.illusBorderBox .balloonBox {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 18px;
    height: 50px;
    line-height: 50px;
    word-break: keep-all;
    background-color: #be1b10;
    border-radius: 10px;
    position: absolute;
    left: 40px;
    top: -25px;
}
.illusBorderBox .balloonBox::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 11px 0 11px;
    border-color: #be1b10 transparent transparent transparent;
    position: absolute;
    left: 64px;
    bottom: -17px;
    z-index: -1;
}

.decoSection {
    background: url(/kojin/sonaeru/img/img_bg_deco_01.png) center top no-repeat;
    background-size: 100% auto;
    border-top: 1px solid #d7d7db;
}

.pointBox + .pointBox {
    margin-top: 15px;
}
.pointBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pointBox .imgBox {
    width: 276px;
    margin-right: 44px;
}
.pointBox .txtBox {
    width: calc(100% - 276px - 44px);
    position: relative;
    border-top: 1px solid #e3dcdc;
    border-bottom: 1px solid #e3dcdc;
    padding: 45px 0 45px 40px;
    font-weight: bold;
}
.pointBox .label {
    position: absolute;
    left: 0;
    top: -16px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #be1b10;
    border-radius: 16px;
    display: inline-block;
    padding: 0 15px 0 20px;
}
.pointBox .label .txtJp {
    font-size: 20px;
}
.pointBox .label .num {
    font-size: 24px;
    font-weight: bold;
}
.pointBox .ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.pointBox.rev .imgBox {
    order: 2;
    margin-right: 0;
    margin-left: 44px;
}
.pointBox.rev .txtBox {
    order: 1;
}

.pointList + .decoFrameBox {
    margin-top: 100px;
}
.decoFrameBox {
    border: 2px solid #fab223;
    background: url(/kojin/sonaeru/img/img_bg_pattern_01.png) 0 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 35px 40px;
    margin-top: 35px;
}
.decoFrameBox .deco span {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.decoFrameBox .deco .leftTop {
    left: 10px;
    top: 10px;
    background-image: url(/kojin/sonaeru/img/icon_deco_left_top.png);
}
.decoFrameBox .deco .rightTop {
    right: 10px;
    top: 10px;
    background-image: url(/kojin/sonaeru/img/icon_deco_right_top.png);
}
.decoFrameBox .deco .leftBtm {
    left: 10px;
    bottom: 10px;
    background-image: url(/kojin/sonaeru/img/icon_deco_left_btm.png);
}
.decoFrameBox .deco .rightBtm {
    right: 10px;
    bottom: 10px;
    background-image: url(/kojin/sonaeru/img/icon_deco_right_btm.png);
}
.decoFrameBox .inrBox {
    position: relative;
}
.decoFrameBox .ttlWrap {
    color: #be1b10;
    text-align: center;
    font-weight: bold;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3dcdc;
    margin-bottom: 18px;
    position: relative;
}
.decoFrameBox .ttlWrap::after {
    content: "";
    width: 109px;
    height: 113px;
    background: url(/kojin/sonaeru/img/img_illus_02.png) no-repeat center;
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 1;
}
.decoFrameBox .ttlWrap .subTtl {
    font-size: 18px;
}
.decoFrameBox .ttlWrap .ttl {
    font-size: 24px;
}
.decoFrameBox .lead {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.flowBoxVertical {
    padding: 0 10px;
    border: 1px solid #f5dddc;
    position: relative;
}
.flowBoxVertical + .flowBoxVertical {
    margin-top: 58px;
}
.flowBoxVertical + .flowBoxVertical::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 35px 0 35px;
    border-color: #dbdbdb transparent transparent transparent;
    position: absolute;
    left: calc(50% - 35px);
    top: -48px;
}
.flowBoxVertical .flowTtl {
    background-color: #faeeed;
    padding: 13px;
    color: #be1b10;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
/*    width: calc(100% - 20px);*/
    margin-top: -10px;
}
.flowBoxVertical .flowTtl .num {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #be1b10;
    color: #fff;
    line-height: 30px;
    margin-right: 10px;
    vertical-align: text-top;
}
.flowtxtBox {
    padding: 26px 20px 30px;
}

.accBorderBox {
    border: 1px solid #d7d7db;
    border-radius: 4px;
    padding: 6px 0;
}
.accBorderBox .borderTtl {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 18px 20px;
}
.accBorderBox .txtBox {
    padding: 20px 40px 32px;
    display: none;
}
.accBorderBox .txtBox .ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}
.accBorderBox .colorNumList > li + li {
    margin-top: 20px;
}
.accTrigger {
    cursor: pointer;
}
.accIcon {
    position: relative;
}
.accIcon::before {
    content: "";
    width: 2px;
    height: 18px;
    background-color: #be1b10;
    position: absolute;
    right: 28px;
    top: calc(50% - 9px);
    transition: all .3s ease;
}
.accIcon.active::before {
    transform: rotate(-90deg);
}
.accIcon::after {
    content: "";
    width: 18px;
    height: 2px;
    background-color: #be1b10;
    position: absolute;
    right: 20px;
    top: calc(50% - 1px);
}


/*==========================================================================================================
 SP Only
==========================================================================================================*/
@media screen and (max-width: 800px) {
    
    .aboutWillTtl {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .redLeadTxt {
        font-size: 26px;
    }
    .redLeadTxt .fzSm {
        font-size: 20px;
    }
    .sectionLead {
        font-size: 16px;
    }
    .checkIconList > li {
        background-position: 0 1px;
    }
    .aboutWill {
        padding-bottom: 50px;
    }
    .aboutWillTxt {
        font-size: 16px;
        margin-top: 20px;
    }
    .illusBorderBox.illLarge,
    .illusBorderBox {
        padding: 20px 15px 50px 80px;
        min-height: auto;
        background-size: 80px auto;
        background-position: 10px bottom;
        border-width: 1px;
    }
    .illusBorderBox.illLarge {
        padding: 20px 15px 90px 15px;
    }
    .illusBorderBox.balloon {
        margin-top: 50px;
        padding: 50px 15px 50px 80px;
        min-height: auto;
        background-size: 80px auto;
    }
    .illusBorderBox .balloonBox {
        left: 10px;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        top: -20px;
    }
    .illusBorderBox .balloonBox::before {
        left: 20px;
        bottom: -12px;
    }
    .pointBox + .pointBox {
        margin-top: 30px;
    }
    .pointBox .imgBox {
        width: 150px;
        margin: 0 auto 30px;
    }
    .pointBox .txtBox {
        width: 100%;
        padding: 30px 15px 25px;
    }
    .pointBox .label {
        font-size: 14px;
        left: 50%;
        top: -14px;
        transform: translateX(-50%);
        height: 28px;
        line-height: 28px;
    }
    .pointBox .label .txtJp {
        font-size: 16px;
    }
    .pointBox .label .num {
        font-size: 20px;
    }
    .pointBox .ttl {
        font-size: 18px;
        margin-bottom: 15px;
        text-align: center;
    }
    .pointBox.rev .imgBox {
        order: 1;
        margin:  0 auto 30px;
    }
    .pointBox.rev .txtBox {
        order: 2;
    }
    .illusBorderBox p + .ttl {
        margin-top: 15px;
    }
    .illusBorderBox .ttl {
        font-size: 18px;
    }
    .pointList + .decoFrameBox {
        margin-top: 50px;
    }
    .decoFrameBox {
        padding: 40px 20px;
    }
    .decoFrameBox .ttlWrap {
        margin-bottom: 30px;
    }
    .decoFrameBox .ttlWrap::after {
        width: 70px;
        height: 80px;
        background-size: contain;
        right: -10px;
        bottom: -30px;
    }
    .decoFrameBox .ttlWrap .subTtl {
        font-size: 14px;
    }
    .decoFrameBox .ttlWrap .ttl {
        font-size: 20px;
        margin-top: 5px;
    }
    .decoFrameBox .lead {
        font-size: 18px;
    }
    .flowBoxVertical + .flowBoxVertical {
        margin-top: 48px;
    }
    .flowBoxVertical + .flowBoxVertical::before {
        border-width: 20px 30px 0 30px;
        top: -38px;
        left: calc(50% - 30px);
    }
    .flowBoxVertical .flowTtl {
        font-size: 20px;
    }
    .flowBoxVertical .flowTtl .num {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-right: 5px;
        font-size: 14px;
    }
    .flowtxtBox {
        padding: 20px 10px 25px;
    }
    .accBorderBox .borderTtl {
        font-size: 20px;
        padding: 10px;
    }
    .accBorderBox .txtBox {
        padding: 10px 20px 30px;
    }
    .accBorderBox .txtBox .ttl {
        margin-bottom: 10px;
        font-size: 16px;
    }
    
    
}

