figure{
    margin: 0;
    padding: 0;
}

#abcJireiColumn{
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: "palt";
}

#abcJireiColumn .column_title{
    position: relative;
    padding-bottom: 50px;
    border-bottom: 4px solid #7687DC;
}

#abcJireiColumn .label_column{
    padding-top: 50px;
}

#abcJireiColumn .tit_column{
    padding-top: 10px;
    padding-left: 30px;
    color: #042016;
    font-weight: 900;
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

#abcJireiColumn .tit_column span{
    font-size: 32px;
}

#abcJireiColumn .tit_column b{
    font-size: 36px;
    font-weight: 900;
}

#abcJireiColumn .tit_column strong{
    font-weight: 900;
    background:linear-gradient(transparent 60%, #FFFA65 60%);
}

#abcJireiColumn .summary{
    padding-top: 14px;
    padding-left: 30px;
    width: 536px;
    font-size: 14px;
    line-height: 1.7;
    color: #41508E;
}

#abcJireiColumn .summary_note{
    padding-top: 14px;
    padding-left: 30px;
    font-size: 10px;
    color: #637770;
}

#abcJireiColumn .img_tit{
    position: absolute;
    top: 0;
    right: 12px;
}


/*
good point
--------------------------------------------------------*/

.column_contents{
    padding-top: 60px;
    padding-bottom: 40px;
    background: #E4E9FF;
}

.good_point_wrap{
    padding: 0 40px;
    display: flex;
}
.good_point_wrap:not(:first-of-type){
    margin-top: 60px;
}
.good_point_wrap:nth-child(even){
    flex-direction: row-reverse;
}

.good_point_img{
    margin-left: 20px;
}

.good_point_wrap:nth-child(even) .good_point_img{
    margin-right: 0;
    margin-right: 20px;
}

.good_point{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 532px;
    background: #FFF;
    border-radius: 20px;
    border: 2px solid #302A57;
}


.good_point h3{
    display: block;
    margin-top: -1em;
    padding: 1em 1em;
    font-size: 20px;
    line-height: 0;
    background: #FFFA65;
    border: 2px solid #302A57;
}

.good_opinion{
    width: calc(100% - 40px);
    margin: 0 auto;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    font-size: 16px;
}

.good_opinion p{
    position: relative;
    display: inline-block;
    padding: 0.7em 2em;
    line-height: 1;
    border-radius: 10px;
}

.good_opinion p:nth-of-type(1){
    margin-left: 0;
    background: #E0C5FF;
}
.good_opinion p:nth-of-type(1)::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right: 15px solid #E0C5FF;
}
.good_opinion p:nth-of-type(2){
    margin-right: 0;
    margin-top: 10px;
    align-self: flex-end;
    background: #BCD7FF;
}
.good_opinion p:nth-of-type(2)::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 15px solid #BCD7FF;
}

.good_detail{
    padding: 20px 30px 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #302A57;
    box-sizing: border-box;
}

.good_point_end{
    position: relative;
    width: 532px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 20px;
    background: #59578D;
    border: 4px solid #FFF;
    box-sizing: border-box;
}

.good_point_end h3{
    padding-top: 26px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #FFFA65;
}

.good_point_end p{
    position: relative;
    padding: 14px 26px 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFF;
    box-sizing: border-box;
}

.good_point_end p::before{
    position: absolute;
    content: "";
    top: 0;
    display: block;
    width: calc(100% - 108px);
    height: 6px;
    padding: 0 26px;
    background: url(/kurashinote/voice/jireisyu/column/img/02/line_dot_white.svg) repeat-x;
}

.ico_star{
    position: absolute;
    top: 6px;
    left: 10px;
}

/*
layout idea
--------------------------------------------------------*/

.layout_idea{
    width: 730px;
    margin: 0 auto;
    margin-top: 40px;
}

.list_layout_idea{
    margin-top: 40px;
    background: #F5F3F1;
}

.item_layout_idea{
    position: relative;
    width: 670px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: flex-start;
}
.item_layout_idea:not(:first-of-type)::before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 2px;
    background: url(/kurashinote/voice/jireisyu/column/img/02/line_dot_red.svg) repeat-x;
    /* background: #000; */
}

.ico_idea_num{
    width: 60px;
}

.detail_layout_idea{
    width: 257px;
}

.detail_layout_idea h4{
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
    color: #081239;
}

.detail_layout_idea p{
    padding-top: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    color: #161616;
}

.img_layout_idea{
    margin-left: auto;
    margin-right: 0;
    margin-top: 20px;
}

.layout_idea_conclusion{
    position: relative;
    padding: 20px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6;
    color: #FFF;
    background: #E6484E;
}

.ico_exp{
    position: absolute;
    top: -20px;
    left: 30px;
}

.layout_idea_conclusion > p{
    width: 487px;
    margin: 0 auto;
}



/*column_navigation
----------------------------------------*/

#abcJireiColumn .list_btn_column {
    width: 440px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

#abcJireiColumn .item_btn_column:hover{
    opacity: 0.7;
}

#abcJireiColumn .btn_kodawari{
    display: inline-block;
    margin-top: 36px;
    margin-left: 132px;
}

#abcJireiColumn .btn_kodawari:hover{
    opacity: 0.7;
}