.c-completion {
	padding: 40px 0 35px;
	text-align: center;
}

.c-completion .p-ttl {
    font-size: 16px;
    padding-left: 0.12em;
    letter-spacing: 0.12em;
    line-height: 1;
    color: #026bb7;
    font-weight: bold;
}

.c-closed {
	text-align: center;
}

.c-closed .p-ttl {
    font-size: 18px;
    padding-left: 0.12em;
    letter-spacing: 0.12em;
    line-height: 1;
    color: #026bb7;
    font-weight: bold;
}

.c-completion .p-content{
    margin-top: 18px;
    font-size: 14px;
    padding-left: 0.1em;
    letter-spacing: 0.1em;
	font-weight: bold;
	color: #026bb7;
}

.c-completion .p-note{
    margin-top: 6px;
    padding-left: 0.06em;
    letter-spacing: 0.06em;
    font-size: 10px;
    line-height: 1.55;
	color: #666666;
}

.c-completion .p-content span.reg {
    display: inline-block;
    line-height: 0.8;
    vertical-align: bottom;
}


.c-links ul li{
	border-top: solid 1px #999999;
	font-weight: bold;
    font-size: 13px;
}
.c-links ul li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	width: 100%;
	height: 49px;
    padding-left: 20px;
	line-height: 1;
    text-decoration: none;
    color: #222222;
}

.c-links ul li a p {
    position: relative;
}

.c-links ul li a p span.reg {
    display: inline-block;
    line-height: 0.3;
    vertical-align: bottom;
}

.c-links ul li a p::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 8px;
    top: calc(50% - 4px);
    right: -13px;
    background-image: url(../img/complete/icn_link.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}