

@charset "UTF-8";

/*

    Aflac CSS
    家族に毎月届く生命保険 ＧＩＦＴ - 基本設計

*/


.txGiftRed {
    color: #e25563;
}
.txGiftWineRed {
    color: #ae0011;
}


/* .listTabLinks タブ型リンクリスト
----------------------------------------------- */
.listTabLinks {
    display: flex;
    justify-content: space-around;
}
.listTabLinks.modUpperSide {
    border-bottom: 2px solid #e25563;
}
.listTabLinks.modBottomSide {
    border-top: 2px solid #e25563;
    margin-top: 45px;
}
@media only screen and (max-width: 767px) {     /* SP */
    .modResponsiveGift .listTabLinks {
        margin: 0 -10px;
    }
    .modResponsiveGift .listTabLinks.modBottomSide {
        margin-top: 10px;
        background: #ffffff;
    }
}
.listTabLinks > a {
    display: flex;
    justify-content: center;
    align-items: center;

    width: calc(100% / 3 - 10px);
    height: 54px;

    border: 2px solid #e6e6e6;

    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;

    background: #ffffff;
}
.listTabLinks.modUpperSide > a {
    border-bottom: none;
    box-shadow: 0px -1px 3px 0px #e6e6e6;
}
.listTabLinks.modBottomSide > a {
    border-top: none;
    box-shadow: 0px 2px 2px 1px #e6e6e6;
}
.listTabLinks > a.tabLinkCaution {
    justify-content: space-between;
    padding: 0 11px 0 5px;
}
.listTabLinks.modLinkIndex > a.tabLinkIndex,
.listTabLinks.modLinkDetail > a.tabLinkDetail,
.listTabLinks.modLinkCaution > a.tabLinkCaution,
.listTabLinks.modLinkFaq > a.tabLinkFaq {
    border-color: #e25563;
    background: #e25563;
    color: #ffffff;
    pointer-events: none;
}
@media only screen and (max-width: 767px) {     /* SP */
    .modResponsiveGift .listTabLinks > a {
        width: calc(50% - 10px);
        height: 60px;
        font-size: 16px;
        box-shadow: 0px 0px 4px 0px rgb(4 0 0 / 25%);
    }
    .modResponsiveGift .listTabLinks > a.tabLinkCaution,
    .modResponsiveGift .listTabLinks > a.tabLinkFaq {
        display: none;
    }
}


/* #bloProductBanner 商品ロゴバナー
----------------------------------------------- */
#bloProductBanner {
    display: flex;
    height: 220px;
    align-items: center;
    margin-bottom: 30px;
    background: #ffffff;
}
#bloProductBanner > #imgProductLogo {
    display: block;
    width: 212px;
}
#bloProductBanner > #bloProductBannerTxt {
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
}
#bloProductBanner > #bloProductBannerTxt > .noteProductBanner {
    font-size: 14px;
    font-weight: normal;
}
#bloProductBanner > #bloProductBannerTxt rt {
    text-align: center;
}
@media only screen and (max-width: 767px) {     /* SP */
    .modResponsiveGift #bloProductBanner {
        height: auto;
        padding: 20px 0;
        margin: 0 -10px 30px;
    }
    .modResponsiveGift #bloProductBanner > #imgProductLogo {
        width: 167px;
    }
    .modResponsiveGift #bloProductBanner > #bloProductBannerTxt {
        padding: 0 10px;
        font-size: 15px;
    }
    .modResponsiveGift #bloProductBanner > #bloProductBannerTxt > .noteProductBanner {
        font-size: 12px;
    }
}


/* .bloWhiteCard
----------------------------------------------- */
.bloWhiteCard {
    padding: 20px;
    margin-bottom: 30px;
    background: #ffffff;
}
body:not(.modResponsiveGift) .bloWhiteCard {
    font-size: 13.12px;
}
@media only screen and (max-width: 767px) {     /* SP */
    .modResponsiveGift .bloWhiteCard {
        padding: 20px 10px;
        margin: 0 -10px 30px;
    }
}

/* .headingSection
----------------------------------------------- */
.headingSection {
    display: flex;
    align-items: center;
    background: linear-gradient(
        90deg,
        #e25563 0, #e25563 10px,
        #ffffff 10px, #ffffff 12px,
        #f2dbdd 12px, #f2dbdd 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;
    }
}
@media only screen and (max-width: 767px) {     /* SP */
    .headingSection {
        height: 54px;
        padding: 5px 20px 0;
        margin-bottom: 15px;
        font-size: 22px;
    }
}


/* .requestBtnResponsivePamphlet
----------------------------------------------- */
/* override */
body:not(.modResponsiveGift) .requestBtnResponsivePamphlet {
    width: 430px;
    margin: 0 auto;
    padding: 10px 5px;
}
body:not(.modResponsiveGift) .requestBtnResponsivePamphlet:hover {
    opacity: 0.85;
}
body:not(.modResponsiveGift) .requestBtnResponsivePamphlet > span {
    display: inline;
    padding: 5px 0 0;
    font-size: 16px;
}
body:not(.modResponsiveGift) .requestBtnResponsivePamphlet > span:before {
    background-size: 30px auto;
    top: 23%;
    left: -29%;
}


/* #bloDownArrowIcon
----------------------------------------------- */
#bloDownArrowIcon {
    padding: 42px 0 30px;
}
#bloDownArrowIcon::before {
    content: "";
    display: block;
    width: 0;
    border-top: 50px solid #e25563;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {     /* SP */
    .modResponsiveGift #bloDownArrowIcon {
        margin: 0 -10px;
        background: #ffffff;
    }
}


/* .duckButtonBox
----------------------------------------------- */
.duckButtonBox form {
    width: 48%;
    padding-top: 65px;
    float: right;
}
.duckButtonBox .btnGiftShiryo {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    border: 2px solid #e98300;
    border-radius: 50px;
    padding: 10px;
    background: #e98300;
    box-shadow: 0px 2px 3px 0px rgba(4, 0, 0, 0.25);
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 1px;
}
.duckButtonBox .btnGiftShiryo:before,
.duckButtonBox .btnGiftShiryo:after {
    content: '';
    display: block;
    min-width: 22px;
    width: 22px;
    height: 23px;
    margin: 0 25px;
}
.duckButtonBox .btnGiftShiryo:before {
    background: url("/content/dam/aflac/jp/ja/static/sp/shared/images/icon_link_book_white.png") no-repeat 0 0 / 22px 23px;
}
.btnGiftShiryo.type1lineCentering {
    min-height: 63px;
}
.duckButtonBox .btnGiftShiryo.type1lineCentering:before {
    margin: 0 20px 0 0;
}
.duckButtonBox .btnGiftShiryo.type1lineCentering:after {
    content: none !important;
}
@media only screen and (max-width: 767px) {     /* SP */
    .modResponsiveGift .duckButtonBox form {
        width: auto;
        padding: 0 0 60px;
        float: none;
    }
    .modResponsiveGift .duckButtonBox .btnGiftShiryo {
        padding: 5px;
    }
    .modResponsiveGift .duckButtonBox .btnGiftShiryo:before,
    .modResponsiveGift .duckButtonBox .btnGiftShiryo:after {
        margin: 0 5px;
    }
    .btnGiftShiryo.type1lineCentering {
        min-height: 50px;
    }
    .modResponsiveGift .duckButtonBox .btnGiftShiryo:before {
        margin: 0 17px 0 0;
    }
}


/* ご契約にあたっての注意事項 Q&A 共通パーツ */
/* .tabNavBlock
----------------------------------------------- */
.tabNavBlock {
    border-bottom: 3px solid #e25563;
}

/* #bloGiftAccordion
----------------------------------------------- */
#bloGiftAccordion {
    padding: 3em 0 1em;
}
#bloGiftAccordion > .btnAll {
    display: none;
    text-align: right;
}
#bloGiftAccordion > .btnAll > * {
    display: inline-block;
    cursor: pointer;
}
#bloGiftAccordion > .btnAll > *:last-child {
    padding-left: 8px;
}
#bloGiftAccordion > .dlAc {
    margin: 1em 0;
    border-bottom: 1px solid #c5c5c5;
}
#bloGiftAccordion .lastChild {
    display: none;
    margin-top: 18px;
}

/* .listCircle
----------------------------------------------- */
.listCircle {
    list-style: none;
}
.listCircle > * {
    padding: 3px 0 3px 16px;
    background: url("/content/dam/shared/jp/ja/static/images/common/icon_list_circle.gif") no-repeat 3px 0.7em;
}

/* .listNote
----------------------------------------------- */
.listNote {
    list-style: none;
}
.listNote > * {
    position: relative;
    padding: 3px 0 3px 1.6em;
}
.listNote > * > .bulletNote {
    position: absolute;
    top: 3px;
    left: 0;
}

/* .listLinkArrow
----------------------------------------------- */
.listLinkArrow {
    list-style: none;
}
.listLinkArrow > * {
    padding: 2px 0 2px 16px;
    background: url("/content/dam/shared/jp/ja/static/images/common/arrow_link.gif") no-repeat 4px 0.6em;
}



