@charset "Shift_JIS";
.user-flow{
display: flex;
margin: 20px auto 0;
background-color: #f2f2f2;
    border-radius: 4px 4px 0 0;
}
.user-flow__content{
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px;
    /* border-radius: 0 0 6px 6px; */
}
.user-flow li{
flex: 1;
text-align: center;
font-weight: bold;
}
.user-flow li.active{
    /* background: #ba1532!important; */
    color: #fff;
    /* border: 1px solid #ba1532!important; */
    text-align: center;
    /* border-radius: 6px 6px 0 0; */
    margin-bottom: 0;
}
.user-flow li.active a{
    background: #ba1532!important;
    color: #fff!important;
    border: #ba1532 1px solid !important;
    text-align: center;
    /* border-radius: 6px 6px 0 0; */
}
.user-flow li.active a:hover{
    opacity: 0.8;
}
.user-flow li a{
    margin-right: 0;
}
/* .nav-tabs{
    margin: 20px auto;
} */
.tab-pane ul{
    display: grid;
    gap: 8px;
    margin-bottom: 28px;
}
.tab-pane ul li{
    display: flex;
    gap: 0.5em;
    align-items: flex-start;
}
span.p_icon.blu {
    /* background: #ba1532; */
    background: #fff;
    /* width: 2em; */
    /* height: 2em; */
    line-height: 1;
    /* color: #fff; */
    color: #0D57A6;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #0D57A6;
    line-height: 1;
    width: 100%;
    height: 100%;
    font-family: "Roboto", sans-serif;
}
.jissen__img__wrapper2{
    display: flex;
    row-gap: 20px;
    column-gap: 12px;
    justify-content: center;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
}
@media screen and (min-width: 996px) {

    .jissen__img__wrapper2{
    flex-direction: row;
    max-width: 600px;
}
}