/**
*
* @charset="UTF-8"
* moneyabc_index.css
* 2020/10/19作成
*
**/

/*reset*/

figure{
    margin: 0;
    padding: 0;
}

/*body*/

.money_abc_basics_contnets{
    width: 706px;
    margin: 0 auto;
    background: #FFF;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    color: #40210F;
}

.mbtitle_sub{
    padding: 18px 0px;
    margin: 0 11px 0 9px;
    background: #FDDF4A;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}

.mb_section{
    position: relative;
    padding-top: 40px;
    padding-bottom: 64px;
}

.mb_section::before{
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: calc(100% - 50px);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
    background: url(/kurashinote/budget/money_abc/img/basics/border_dot.png) repeat-y;
}
.mb_section::after{
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 16px;
    bottom: 3%;
    left: 11px;
    background: url(/kurashinote/budget/money_abc/img/basics/ico_arrow.png) no-repeat;
}

.mb_section:nth-child(odd){
    background: #FFFDEE;
}
.mb_section:nth-child(even){
    background: #FDEFA5;
}

.sec_triangle{
    position: absolute;
    top: 0px;
    left: calc(50% - 19px);
    border-right: 19px solid transparent;
    border-top: 20px solid #FFFDEE;
    border-left: 19px solid transparent;
}

.mb_section:nth-child(odd) .sec_triangle{
    border-top: 20px solid #FDEFA5;
}
.mb_section:nth-child(even) .sec_triangle{
    border-top: 20px solid #FFFDEE;
}

.mb_sec_title {
    width: 632px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #F77A68;
}

.mb_sec_title h3{
    margin-right: 45px;
    font-family: ten-mincho,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 1;
    color: #F55A47;
}

.mb_sec_title h3 img{
    width: 42px;
    margin-right: 8px;
}

.label_yellow{
    position: relative;
    width: 124px;
    display: block;
    padding: 0.3em 0;
    font-size: 14px;
    text-align: center;
    color: #F55A47;
    background: #FFF45D;
}
.label_yellow::before{
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 75%;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
    background: #F55A47;
}

.label_orange{
    position: relative;
    width: 124px;
    display: block;
    padding: 0.3em 0;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    background: #FEA955;
}
.label_orange::before{
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 75%;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
    background: #F55A47;
}

.mb_sec_check{
    width: 608px;
    margin: 0 auto;
}

.list_mb_check{
    margin-top: 34px;
}

.item_mb_check{
    color: #40210F;
    font-size: 16px;
    font-weight: 700;
}
.item_mb_check:not(:first-of-type){
    margin-top: 16px;
}

.item_mb_check img{
    width: 16px;
    margin-right: 10px;
}

.mb_memo{
    position: relative;
    width: 608px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 24px 24px 36px 24px;
    background: #FFF;
    border: 2px dotted #E8C463;
    border-radius: 10px;
    box-sizing: border-box;
}

.mb_memo_title{
    font-family: ten-mincho,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #A2863A;
}


.mb_memo_title{
    display: flex;
    align-items: center;
}

.mb_memo_title img{
    width: 24px;
    margin-right: 8px;
}

.mb_memo_title span{
    position: relative;
    display: inline-block;
}
.mb_memo_title span::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 3px;
    bottom: -12px;
    background: url(/kurashinote/budget/money_abc/img/basics/border_wave.png) repeat-x;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
}

.mb_memo_point{
    position: absolute;
    top: 18px;
    left: 180px;
    font-family: ten-mincho,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1.4;
    color: #F55A47;
}

.mb_memo_point span{
    font-size: 16px;
}

.list_mb_memo_check{
    margin-top: 26px;
}

.item_mb_memo_check{
    display: inline-block;
    width: 45%;
    margin-top: 8px;
    font-size: 12px;
}

.item_mb_memo_check img{
    width: 16px;
    margin-right: 10px;
}

.mb_memo_article{
    width: 100%;
    margin-top: 20px;
}

.mb_memo_article h5{
    display: block;
    width: 100%;
    padding: 0.5em 0;
    text-align: center;
    font-family: ten-mincho,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    color: #F55A47;
    background: url(/kurashinote/budget/money_abc/img/basics/bg_stripe.png);
}

.mb_memo_article_contents{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}



.mb_memo_article_contents p{
    width: 293px;
    line-height: 1.7;
}

.mb_memo_article_contents figure{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.mb_memo_article_contents figure img{
    width: 100%;
}

.mg_memo_table{
    margin-top: 8px;
    width: 100%;
    display: flex;
    border: 1px solid #FF7E70;
}

.mg_memo_table:first-of-type{
    margin-top: 26px;
}

.mg_memo_table h5{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    background: #FF7E70;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
}

.list_mb_memo_table{
    padding: 16px;
}

.item_mb_memo_table:not(:first-of-type){
    margin-top: 8px;
}

.mb_memo small{
    display: block;
    width: 100%;
    padding-top: 4px;
    text-align: right;
    font-size: 10px;
    color: #A59055;
}


/* section1 */

.mb_sec1{
    padding-top: 70px;
    padding-bottom: 64px;
}

.bnr_sim{
    display: block;
    width: 240px;
}
.bnr_sim:hover{
    opacity: 0.7;
}

.bnr_sim img{
    width: 100%;
}

.mb_sec1 .mb_memo_title{
    font-size: 26px;
}



/* goal */

.mb_section.mb_sec_goal{
    padding-top: 80px;
    background: #FF7E70;
}

.mb_section.mb_sec_goal::before{
    background: url(/kurashinote/budget/money_abc/img/basics/border_dot2.png) repeat-y;
    height: 100px;
    top: 20px;
    bottom: auto;
    margin: initial;
}

.mb_section.mb_sec_goal::after{
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 126px;
    bottom: auto;
    left: 12px;
    margin: 0;
    background: url(/kurashinote/budget/money_abc/img/basics/ico_dot.png) no-repeat;
}

.img_gpal_pc{
    position: absolute;
    top: -10px;
    left: 40px;
}

.img_family{
    position: absolute;
    width: 120px;
    padding: 0 10px;
    top: 40px;
    right: 30px;
    background: #FF7E70;
}

.mb_sec_tit_goal{
    border-bottom: 2px solid #FFF;
}

.mb_sec_tit_goal h3{
    color: #FFF;
}

.mb_sec_goal .item_mb_check{
    color: #FFF;
}

.mb_sec_goal .mb_memo{
    border: 2px solid #FFCDC8;
}


/* end */

.mb_section.mb_sec_end{
    background: #FFF;
    padding-top: 10px;
    padding-bottom: 52px;
}

.mb_section.mb_sec_end::before,
.mb_section.mb_sec_end::after{
    display: none;
}

.mb_sec_end small{
    display: block;
    width: 640px;
    margin: 0 auto;
    text-align: right;
    font-size: 10px;
    color: #A59055;
}

.bnr_glossary{
    display: block;
    width: 320px;
    margin: 0 auto;
    margin-top: 30px;
}
.bnr_glossary:hover{
    opacity: 0.7;
}

.bnr_glossary img{
    width: 100%;
}

.mb_ft_bnr{
    width: 620px;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
  }
  
  .mb_ft_bnr a{
    display: block;
    margin-top: .5em;
  }
  
  .mb_ft_bnr a:hover{
    opacity: 0.7;
  }
  
  .mb_ft_bnr a img{
    width: 100%;
  }