/* 手続き説明 */
.process-title {
    text-align: center;
    margin-bottom: 30px;
}

.process-title h1 {
    font-size: 150%;
    margin-bottom: 10px;
    color: #2455A3;
}

.process-date {
    margin-bottom: 30px;
}

.process-date h1 {
    color: #2455A3;
}

.process-date p {
    font-size: 150%;
}

.process-date p span {
    font-size: 80%;
}

.process-info {
    margin-bottom: 30px;
}

.process-info p {
    font-size: 150%;
    text-align: center;
}

.process-info ul li img {
    vertical-align: middle;
    margin-right: 10px;
    padding-bottom: 2px;
    width: 10px;
}

.target h1 {
    color: #2455A3;
}

.check-item {
    margin-top: 30px;
}

.check-item h1 {
    color: #2455A3;
}

.check-item div {
    display: flex;
}

.check-item div span {
    margin-top: 7px;
    margin-left: 10px;
}

.small-txt {
    font-size: 75%;
}

.check-list {
    background-color: #fff;
    padding: 15px;
    color: #2455A3;
    font-weight: bold;
    display: flex;
    font-size: 75%;
    margin-bottom: 10px;
}

.check-list-number{
    display: flex;
    justify-content: center;
    align-items: center;
}

.check-list-number p {
    background-color: #518BE6;
    width: 30px;
    height: 30px;
    color: #fff;
    margin: 0 10px 0 0;
    font-size: 120%;
	border-radius: 50%;
    text-align:center;
    line-height: 30px;
}

.check-list-contents {
    width: 100%;
    padding: 3px;
}

.check-list-checkbox {
    display: flex;
}

.check-list-checkbox .checkbox {
    padding: 0;
    margin-left: 10px;
}

@media only screen and (max-width: 959px) {

    .process-title h1 {
        font-size: 120%;
    }

    .process-date p {
        font-size: 120%;
    }

    .process-info p {
        font-size: 120%;
        text-align: center;
    }

}