@media screen and (min-width: 640.02px),
print {
    #contents .c-section:not(.c-section--relation) {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

#summary .c-linkCard__imagewrap {
    margin-top: 0px;
}

#guide .c-linkTile__item:nth-child(1) {
    background-color: #e0f2f3;
}

#guide .c-linkTile__item:nth-child(2) {
    background-color: #fdeded;
}

#guide .c-linkTile__item:nth-child(3) {
    background-color: #eef8dd;
}

#guide .c-linkTile__item:nth-child(4) {
    background-color: #fdf6db;
}

@media screen and (min-width: 640.02px),
print {
    #guide .c-linkTile__inner {
        column-gap: 8px;
    }
}

#product .c-multiCol:nth-child(2) {
    background-color: #e0f2f3;
    padding: 3%;
}

#product .c-multiCol:nth-child(3) {
    background-color: #fdeded;
    padding: 3%;
}

#product .c-multiCol:nth-child(4) {
    background-color: #eef8dd;
    padding: 3%;
}

#product .c-multiCol:nth-child(5) {
    background-color: #fdf6db;
    padding: 3%;
}

#product .c-linkCard__imagewrap {
     margin-top: 0px;
}

#product .c-text-a ul {
    list-style: disc;
}

#access .c-textIcon{
    height: 26px;
}