.single_flow_title{
    margin-bottom: 15px;
}
.flow_title{
    padding-top: 10px;
    margin-bottom: 20px;
}
.th_flow_column_head{
    padding: 1em 0 .7em!important;
    h3 {
        font-size: var(--wp--preset--font-size--large);
        font-weight: 500!important;
        padding: .0!important;
    }   
}
.th_flow_column{
    position:relative;
}
.th_flow_column:nth-of-type(1){
    margin-top:5.3em;
}
.th_flow_column .wp-block-column{
    margin-top: -3em;
    margin-bottom: 3em;
    position: relative;
}
.th_flow_column .flow_title:before {
    content: "";
	display: inline-block;
	left: -8px;
    top: 17px;
	width: 15px;
	height: 15px;
    position: absolute;
	background: var(--wp--preset--color--contrast-2);
	border-radius: 50%;
}
.th_flow_column_head{
    white-space: nowrap;
}
.th_flow_column_paid{
    border-color: #D70004;
}
.th_flow_column_free_last:before{
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    content: "ここまで無料";
    position:absolute;
    writing-mode: vertical-rl;
    left:  -2em;
    top:  2em;
    font-size: var(--wp--preset--font-size--large);
}
.th_flow_column_paid_first:before{
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    content: "ここから有料";
    position:absolute;
    writing-mode: vertical-rl;
    left:  -2em;
    top:  2em;
    font-size: var(--wp--preset--font-size--large);
    color: #D70004;
}
.th_flow_column_paid .flow_title:before{
    background-color: #D70004;
}

.th_flow_column:last-of-type{
    border-left:none!important;
}
@media (max-width: 781px){
    .th_flow_column_head h3{
        font-size: 4.2vw;
    }
    .th_flow_column_paid_first:before,
    .th_flow_column_free_last:before{
        left:  -1.8em;
        top:  1.5em;
        font-size: 4.2vw;
    }
    .th_flow_inner {
        padding-right: 0 !important;
        padding-left: 0!important;
        .th_flow_column{
            padding-left: 25px!important;
            .wp-block-group{
            padding-left: 0!important;
            }
        }
        p{
            font-size: 12px!important;
            line-height: 30px!important;
        }
        .wp-block-button{
            font-size: 12px!important;
            width: 100%!important;
        }
    }
    .th_flow_column .flow_title:before{
        left: -33px;
    }
}
