h1{
	height: auto;
	background: url(/common/img/top_main.jpg)0 0 no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	text-align: center;
    color: #fff;
    padding: 5% 0 4.422%;
}

.numList02 {
    overflow: hidden;
    margin: 0 3.7735849056604% 20px;
}
.numList02 li {
    /* width: 26.530612244898%; */
    height: 54px;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 10px;
    padding: 40px 2.0408163265306%;
}
.numList02 li:nth-child(1) {
    background: url(/common/img/img_list01_sp.png)0 0 no-repeat #f4f4fa;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
.numList02 li:nth-child(2) {
    background: url(/common/img/img_list02_sp.png)0 0 no-repeat #f4f4fa;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
.numList02 li:nth-child(3) {
    background: url(/common/img/img_list03_sp.png)0 0 no-repeat #f4f4fa;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
@media (min-width: 768px) {
	.numList02 li {
		width: 30.61224489795918%;
		font-size: 1.4rem;
		font-weight: 600;
		float: left;
		padding: 20px 0;
	}
	.numList02 li:nth-child(1) {
		background: url(/common/img/img_list01_pc.png)0 0 no-repeat #f4f4fa;
	}
	.numList02 li:nth-child(2){
		background: url(/common/img/img_list02_pc.png)0 0 no-repeat #f4f4fa;
		margin: 0 0 0 4%;
	}
	.numList02 li:nth-child(3) {
		background: url(/common/img/img_list03_pc.png)0 0 no-repeat #f4f4fa;
		margin: 0 0 0 4%;
	}

}



.glyBox {
    border: 10px #eaecee solid;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #f9f9fa;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 30px 6.9811320754717%;
}

.glyBox .title{
    font-weight: 500;
    text-align: center;
    font-size: 3.2rem;
    margin: 0 auto 15px;
    line-height: 1;
}
.regList01 {
    margin-bottom: 30px;
}
.regList01 li {
    position: relative;
    padding: 0 0 16px 1.5rem;
}

.regList01 li:after {
    content: '';
    width: 0.5rem;
    height: 2px;
    background-color: #354054;
    position: absolute;
    top: 11px;
    left: 0;
}