img {
    vertical-align: bottom;
    width: 100%;
}

.container {
    width: 95%;
    margin: 0 auto;
}

main {
    width: 90%;
    margin: 0 auto;
}

.formlink a {
    width: 80%;
    margin: 50px auto 0;
    padding: 10px 20px;
    display: block;
    background: #992317;
    color: #fff;
    text-align: center;
}

.formlink a:hover {
    background: #FFFFFF;
    border: solid 2px #992317;
    transition: .3s;
    color: #992317;
}

.results-ttl {
    border-left: 5px solid #992317;
    padding: 6px 0 4px 10px;
    font-weight: 900;
    margin-bottom: 10px;
    background: #eee;
    font-size: 16px;
    letter-spacing: .1em;
}

.process-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
}

.process-list li {
    width: 50%;
    list-style: disc;
    margin-bottom: 3px;
    font-size: 16px;
}

.oroshi-title {
    margin-top: 20px;
    font-weight: bold;
    color: #6e3d12;
}

.oroshi-text {
    margin-top: 20px;
    padding: 20px;
    background: #eee;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .process-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; /* 均等配置 */
    }
    .process-list li {
        width: 48%; /* 幅を調整して2列維持 */
        margin-bottom: 10px; /* アイテム間の余白を調整 */
    }
@media (max-width: 768px) {
    .process-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; /* 均等配置 */
    }
    .process-list li {
        width: 48%; /* 幅を調整して2列維持 */
        margin-bottom: 10px; /* アイテム間の余白を調整 */
    }
}
