@charset "utf-8";

/*------------------------------------------------------
member/index.html
-------------------------------------------------------*/

.member-navi-step .step-flow-list-flex {
    align-items: flex-start;
}
.member-navi-step .step-flow-list-right {
    max-width: 26%;
}
.member-navi-step .step-flow-list-left {
    display: block;
    width: 68%;
}
.member-navi-step .step-flow-list-left-left {
    margin-bottom: 0.5rem;
}
.member-navi-step .step-flow::before {
    display: none;
}
@media screen and (min-width: 780px) {
    .member-navi-step .step-flow-list {
        width:  calc(100% / 2 - 30px);
        margin-bottom: 4rem;
		padding: 30px 20px 30px 20px;
    }
	.member-navi-step .step-flow-list-left-right {
        width: calc(100% - 0px);
    }
	.member-navi-step .step-flow-list-flex {
    align-items: center;
	height: 100%;
	}
	.member-navi-step .step-flow {
        align-items: stretch;
    }
}

/*------------------------------------------------------
member/license/
-------------------------------------------------------*/
.possible-list li{
    font-size: 1.6rem;
    font-weight: bold;
    color:#006F3F;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    padding: 2rem 1rem;
    margin-bottom: 20px;
    text-align: center;
}
hr.gray-hr{
    background-color: #d6d6d6;
    height: 1px;
    border: none;
}
@media screen and (min-width: 780px) {
    .possible-list{
    display: flex;
    flex-wrap: wrap;
    }
    .possible-list li{
    width:calc(33% - 30px) ;
    margin-right: 30px;
    }
    .possible-list li{
    font-size: 16px;
}
}