.p-otameshi-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
}
.p-otameshi-list__items {
    margin-bottom: 16px;
}
.p-otameshi-list__items a {
	padding-right: 28px;
}
h2.p-otameshi-title {
    margin-top: 40px;
    margin-bottom: 32px;
}
.p-otameshi-wrap__inner {
    display: flex;
    flex-wrap: wrap;
}
.p-otameshi-wrap__inner--item {
    width: 33%;
}
.p-otameshi-subtitle {
    font-size: 18px;
    padding: 8px 0;
    margin-bottom: 8px;
}
.p-otameshi-link:before {
    margin-right: 16px;
}
.p-otameshi-list__items:last-child .p-otameshi-link:before {
  display: none;
}
.p-otameshi-link:hover {
  color: #059C40;
}
.p-otameshi-btn {
    margin-top: 32px;
}
.u-bg-orange {
    margin-top: 32px;
    font-size: 18px;
    background: #e07331;
}