.p-otameshi-list {
    display: flex;
    flex-wrap: wrap;
}
.p-otameshi-list__items {
    margin-bottom: 16px;
    margin-right: 16px;
}
.p-otameshi-list__items a {
    padding-right: 16px;
}
.p-otameshi-wrap {
    padding: 0 8px;
}
h3.p-otameshi-title {
    margin-top: 40px;
    font-weight: bold;
    margin-bottom: 24px;
}
.p-otameshi-link:before {
    margin-left: 16px;
}
.p-otameshi-list__items:last-child .p-otameshi-link:before {
  display: none;
}
.u-bg-orange {
    width: 100%!important;
    margin-top: 32px;
    padding: 16px 0;
    font-size: 18px;
    background: #e07331;
}
.u-lnavi-menu {
    margin-bottom: 0;
}