@charset "utf-8";
/* CSS Document */


.kakomi {
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}


.kakomi li{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 0 0px 32px;
	margin-top:20px;
	margin-bottom:20px;
}
.kakomi li::after {
    position: absolute;
    content: '';
	top: 0.7em;
    left: 0;
    width: 20px;
    height: 4px;
    background-color: #13b0a4;
}

.rinen {
	text-align: center;
}

@media screen and (max-width: 959px) {
#SMP------------------------{}
    .rinen {
        font-size:18px;
		margin:100px auto;
    }
    .rinen span {
        font-size:24px;
		font-weight: bold;
    }
    .kakomi {
        font-size:20px;
    }
	
}

@media screen and (min-width: 960px) {
#PC------------------------{}
    .rinen {
        font-size:24px;
		margin:100px auto;
    }
    .rinen span {
        font-size:35px;
		font-weight: bold;
    }
    .kakomi {
        font-size:28px;
    }
	
	.table__step {
		width:900px;
	}
	.table__step table th {
		width:30%;
	}
}
