@charset "utf-8";

/*////////// /service/fixed_deposit/new-money/ //////////*/
/* Tab */
.lpTab{
    border-bottom: 1px solid #d0d0d0;
}
.lpTab .cntSec_inner{padding-bottom: 0;}
.lpTab_btnWrap{
    display: flex;
    align-items: stretch;
    column-gap: 3px;
}
.lpTab_btn{
    display: block;
    background-color: #F5F5F5;
    font-weight: 600;
    font-size: 16px;
    line-height: calc(23 / 18);
    text-align: center;
    letter-spacing: .025em;
    color: var(--hnb-color-text1);
    cursor: pointer;
    transition: all .2s ease;
    width: calc(100% / 3);
    text-decoration: none;
}
.lpTab_btn.active{
    background: var(--hnb-color-main);
    color: #fff;
}
.lpTab_btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    padding: 8px 5px;
    color: inherit;
    height: 100%;
}

/* anchorLink */
.anchor_lpBox{
    display: flex;
    justify-content: space-between;
}
.anchor_lpBox_item{
    width: calc((100% - 3px) / 3);
    display: flex;
    flex-direction: column;
}
.anchor_lpBox_link{
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.anchor_lpBox_link::after{
    content: "";
    z-index: 0;
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #decccf;
}
.anchor_lpBox_text{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 3px;
    width: 100%;
    min-height: 70px;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.25;
    background: #58020d;
    border-radius: 10px;
    padding: 19px 5px 0;
}
.anchor_lpBox_text::before{
    position: absolute;
    content: "";
    height: 83%;
    width: 90%;
    border: 1px solid #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
}
.anchor_lpBox_text::after{
    position: absolute;
    content: "";
    background: url("../images/icon_arr_on.png") no-repeat center right;
    width: 14px;
    height: 12px;
    right: 0;
    left: 0;
    bottom: 15px;
    margin: auto;
}
.anchor_lpBox_link:hover .anchor_lpBox_text,
.anchor_lpBox_link:focus .anchor_lpBox_text{
    transform: none;
    color: #fff;
    background: #58020d;
}
.anchor_lpBox_link:hover .anchor_lpBox_text::before{
    border: 1px solid #fff;
}


.ribbonBox{
    width: 355px;
    margin: 0 auto 28px;
    position: relative;
    height: 80px;
    line-height: 26px;
    background: url("../images/bg_ribbon01_sp.png") no-repeat top center;
    background-size: cover;
    padding: 14px 0 0;
}
.ribbonBox_item{
    margin: 0;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.head_border {
    align-items: center; /* 横線を上下中央 */
    display: flex; /* 文字と横線を横並び */
    justify-content: center; /* 文字を中央寄せ */
    font-size: 28px;
    /*text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);*/
    color: #550b15;
    text-align: center;
    line-height: 1.285;
    font-weight: 600;
}
.dotList > li{
    position: relative;
    padding-left: 1.05em;
    margin-top: 6px;
}
.dotList > li:first-child{
    margin-top: 0;
}
.dotList > li::before{
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #e3b575;
    border-radius: 100%;
}
.alphaList{
    padding-left: 1.2em;
}
.alphaList>li:before{
    content: counter(alpha, upper-alpha);
    left: -1.1em;
}


.kvArea{
    background: url("../images/bg_kv_sp.png") no-repeat top center, url("../images/bg_line_sp.png") repeat-y top center;
    background-size: 100%;
    position: relative;
}
.kvArea .cntSec_inner{
    padding: 10px 0 25px;
}
.kvArea .title{
    text-align: center;
}
.kvArea .dl_note{
    margin-top: 30px;
    padding: 0 25px;
}
.kvArea .dl_note dt{
    text-align: center;
    background: #fff;
    border: 1px solid #333333;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding: 7px 0 6px;
    margin: 0 auto 15px;
}

.info_box{
    background: url("../images/bg_panel.png") repeat-y top left;
    margin: 40px 10px 0;
    background-size: 100% 101%;
    position: relative;
}
.info_box::before,
.info_box::after{
    position: absolute;
    content: "";
}
.info_box::before{
    background: url("../images/img_deco_target.png") no-repeat top left;
    width: 49px;
    height: 47px;
    left: 7px;
    top: 30px;
    background-size: cover;
}
.info_box::after{
    background: url("../images/img_deco_box.png") no-repeat top left;
    width: 136px;
    height: 70px;
    right: -10px;
    bottom: -55px;
    background-size: cover;
}
.info_box .sub{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
    text-align: center;
}
.info_box .cont_btm{
    padding: 60px 25px 30px;
    /*background: url("../images/bg_line.png") repeat-y top left;*/
}
.shadow{
    filter: drop-shadow(-5.7px 8.3px 20px rgba(189, 119, 26, 0.75));
}
.info_box .list{
}
.info_box .list li{
    text-align: center;
    font-weight: 600;
}
.info_box .list .ttl{
    color: #fff;
    font-size: 20px;
    background: linear-gradient(90deg,rgba(165, 0, 0, 1) 0%, rgba(128, 0, 0, 1) 50%, rgba(165, 0, 0, 1) 100%);
    border-radius: 10px 10px 0 0;
    padding: 5px 0px 3px;
}
.info_box .list .cont{
    font-size: 20px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 13px 0px 12px;
    letter-spacing: -0.02em;
}
.info_box .list2 > li{
    width: 100%;
}
.info_box .list2 .item{
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background: #550b15;
    padding: 6px 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.info_box .list2 div{
    font-size: 16px;
    padding: 12px 10px;
    text-align: center;
}
.info_box .list2 div.dispF{
    display: flex;
}
.info_box .list2 div span{
    font-size: 13px;
}
.info_box .list2 div .cirList > li{
    margin-top: 4px;
}
.info_box .list2 div .cirList > li::before{
    background: #333333;
    left: 0;
    top: .5em;
    width: 6px;
    height: 6px;
}

.product_dlList{
    display: grid;
    grid-template-columns: 115px auto;
    column-gap: 5px;
    margin-top: 25px;
}
.product_dlList dt,
.product_dlList dd{
    margin-bottom: 10px;
    font-size: 16px;
}
.product_dlList dt{
    background: #550b15;
    border: 1px solid #f6f679;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.product_dlList dd{
    background: #fff;
    border: 1px solid #e3b575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 16px;
    overflow: auto;
}
.product_dlList dd .scrollX_wrap{
    margin-top: 0;
}
.product_dlList dt:last-of-type,
.product_dlList dd:last-child{
    margin-bottom: 0;
}
.product_dlList .noteList li{
    font-size: 16px;
    margin-top: 3px;
    padding-left: 1em;
}

/* 注意事項 */
.campaign_note{
    margin-top: 50px;
}
.campaign_note .cont_box{
    background: #fff;
    border: 1px solid #e3b575;
    padding: 30px 25px;
    margin-top: 25px;
    font-size: 18px;
}
.campaign_note .cont_box .ttl_band{
    color: #fff;
    background: #550b15;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 15px 9px;
    margin-bottom: 15px;
    text-align: center;
}

/* お問い合わせ */
.products_info{
    margin-top: 60px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    margin: 20px auto 0;
    border: 3px solid rgba(227, 181, 117, 1);
    position: relative;
    z-index: 5;
}
.products_info_lead{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}
.products_info_tel-imgwrap{
    max-width: 453px;
    margin: 12px auto 0;
}
.products_info_time{
    margin-top: 20px;
    font-size: 12px;
}
.products_info_time_label{
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    width: 60px;
    height: 22px;
    box-sizing: border-box;
    padding: 6px 0 5px;
    background: #333;
    color: #fff;
    margin: 0 auto 5px;
}
.products_info_time_lead{
    padding-top: 3px;
    text-align: center;
}


.productArea{
    background: #800000 url("../images/bg_sec01.png") repeat-y top left;
    background-size: 100%;
    position: relative;
}

.marker_ttl{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
}
.marker_ttl span{
    background:linear-gradient(transparent 60%, #f1daba 60%);
}
.applicationArea{
    background: url("../images/bg_application_sp.png") no-repeat left top, url("../images/bg_application_line_sp.png") repeat-y left top;
    position: relative;
    background-size: contain;
}
.applicationArea .applicationBox{
    box-shadow: 00px 6px 20px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}
.applicationArea .cntSec_inner{
    position: relative;
    z-index: 5;
    width: 92%;
}
.applicationArea .titleBox{
    /*background: #550b15;*/
    background: linear-gradient(90deg,rgba(129, 0, 1, 1) 0%, rgba(85, 11, 21, 1) 50%, rgba(129, 0, 1, 1) 100%);
    border-radius: 10px 10px 0 0;
}
.applicationArea .txt{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    padding: 13px 0 7px;
}
.applicationArea .deco_box{
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 30px 25px 40px;
}
.applicationArea .anno{
    font-weight: bold;
    margin-bottom: 35px;
    text-indent: -1em;
    padding-left: 1em;
}
.applicationArea .nmlBtn2{
    margin-top: 30px;
    width: 97%;
}
.applicationArea .nmlBtn_itemLink .nmlBtn_text{
    transform: translate(0px, -3px);
}

.takarakujiTable th,
.takarakujiTable td{
    border: 1px solid #550b15;
}
.takarakujiTable th{
    padding: 16px 24px 12px;
}
.takarakujiTable td{
    padding: 14px 24px;
}
.takarakujiTable th.sub1{
    background: rgba(193, 148, 79, 0.5);
}
.takarakujiTable th.sub2{
    background: rgba(193, 148, 79, 0.2);
}
.takarakujiTable thead th{
    background: #c1944f;
    color: #550b15;
}