.p-yen .c-table--fullsize {
  overflow: hidden;
  margin-bottom: 16px;
}
.p-yen .c-table--fullsize table {
  width: 100%;
}
.p-yen .c-table--fullsize table + table {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-yen .c-table--fullsize {
    padding-bottom: 16px;
    margin-right: -16px;
    padding-right: 16px;
    overflow: auto;
  }
}
.p-yen .c-table--fullsize table {
  line-height: 1.3;
  border-collapse: collapse;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-yen .c-table--fullsize table {
    font-size: 14px;
  }
}
.p-yen .c-table--fullsize th,
.p-yen .c-table--fullsize td {
  padding: 24px 16px;
  border: 1px solid #cccccc;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-yen .c-table--fullsize th,
  .p-yen .c-table--fullsize td {
    padding: 16px;
    text-align: left;
  }
}
.p-yen .c-table--fullsize th:first-child,
.p-yen .c-table--fullsize td:first-child {
  border-left: none;
}
.p-yen .c-table--fullsize th:last-child,
.p-yen .c-table--fullsize td:last-child {
  border-right: none;
}
.p-yen .c-table--fullsize th a,
.p-yen .c-table--fullsize td a {
  font-weight: bold;
}
.p-yen .c-table--fullsize th .c-link,
.p-yen .c-table--fullsize td .c-link {
  padding-left: 0;
  text-decoration: underline;
}
.p-yen .c-table--fullsize th .c-link:before,
.p-yen .c-table--fullsize td .c-link:before {
  display: none;
}
@media (hover: hover) {
  .p-yen .c-table--fullsize th .c-link:hover,
  .p-yen .c-table--fullsize td .c-link:hover {
    text-decoration: none;
    color: #333333;
  }
}
.p-yen .c-table--fullsize th .icon-new,
.p-yen .c-table--fullsize td .icon-new {
  padding: 2px 8px;
  background-color: #d9340a;
  color: #ffffff;
  font-size: 14px;
  margin-right: 8px;
  display: inline-block;
  margin-bottom: 8px;
}
.p-yen .c-table--fullsize th .c-tag,
.p-yen .c-table--fullsize td .c-tag {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 14px;
}
.p-yen .c-table--fullsize th .c-tag--notavailable,
.p-yen .c-table--fullsize td .c-tag--notavailable {
  padding: 2px 8px;
  background-color: #f5f5f5;
}
.p-yen .c-table--fullsize th .c-tag--soldout,
.p-yen .c-table--fullsize td .c-tag--soldout {
  padding: 2px 8px;
  background-color: #777777;
  color: #ffffff;
}
.p-yen .c-table--fullsize th .c-tag--soldout em, .p-yen .c-table--fullsize th .c-tag--soldout b,
.p-yen .c-table--fullsize td .c-tag--soldout em,
.p-yen .c-table--fullsize td .c-tag--soldout b {
  color: #ffffff;
}
.p-yen .c-table--fullsize th .c-tag--available,
.p-yen .c-table--fullsize td .c-tag--available {
  padding: 2px 8px;
  background-color: #333333;
  color: #ffffff;
}
.p-yen .c-table--fullsize th .c-tag--available em, .p-yen .c-table--fullsize th .c-tag--available b,
.p-yen .c-table--fullsize td .c-tag--available em,
.p-yen .c-table--fullsize td .c-tag--available b {
  color: #ffffff;
}
.p-yen .c-table--fullsize th.is-bg-white,
.p-yen .c-table--fullsize td.is-bg-white {
  background-color: #ffffff;
}
.p-yen .c-table--fullsize th sup,
.p-yen .c-table--fullsize td sup {
  font-weight: normal;
}
.p-yen .c-table--fullsize th {
  font-weight: 700;
  padding: 12px 16px;
  height: 73px;
}
@media screen and (max-width: 767px) {
  .p-yen .c-table--fullsize th {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-yen .c-table--fullsize td {
    padding: 24px 16px;
  }
}
.p-yen .c-table--fullsize thead th {
  padding: 12px 16px;
  background-color: #f2f2f2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-yen .c-table--fullsize thead th {
    background-color: #F9EDED;
  }
  .p-yen .c-table--fullsize thead th:first-child {
    background-color: #f2f2f2;
  }
}
.p-yen .c-table--fullsize tbody th {
  background-color: #F9EDED;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-yen .c-table--fullsize tbody th {
    background-color: #f2f2f2;
    font-weight: bold;
  }
}
.p-yen .c-table--fullsize.c-table--time {
  margin-top: 48px;
}
.p-yen .c-table--fullsize.c-table--time th, .p-yen .c-table--fullsize.c-table--time td {
  padding: 8px 16px;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-yen .c-table--fullsize.c-table--time {
    margin-top: 24px;
  }
  .p-yen .c-table--fullsize.c-table--time table {
    width: 600px;
  }
  .p-yen .c-table--fullsize.c-table--time table thead tr th {
    background-color: #f2f2f2;
  }
}
.p-yen .c-note-list + .c-note-list {
  margin-top: 16px;
}
.p-yen .red {
  color: #d9340a;
}
.p-yen .c-button--login a {
  text-align: center;
}
.p-yen .c-bg-white {
  background-color: #fff;
  padding: 32px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-yen .c-bg-white {
    padding: 16px;
    width: 100%;
  }
}
.p-yen .method {
  margin-bottom: 15px;
}
.p-yen .method-note {
  margin-bottom: 100px;
}
.p-yen .method-heading {
  padding-left: 32px;
  position: relative;
  margin-bottom: 16px;
}
.p-yen .method-heading span {
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #333;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  line-height: 24px;
  position: absolute;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-yen .method-heading span {
    width: 21px;
    height: 21px;
    line-height: 21px;
  }
}
.p-yen .method-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-yen .method-box {
    flex-direction: column;
  }
}
.p-yen .method-box.arrow {
  position: relative;
  padding: 0 0 61px 0;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-yen .method-box.arrow {
    padding: 0 0 44px 0;
    margin-bottom: 24px;
    gap: 8px;
  }
}
.p-yen .method-box.arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 29px solid #333;
  border-right: 39.5px solid transparent;
  border-left: 39.5px solid transparent;
  transform: translateX(-50%);
}
.p-yen .method-image {
  width: 526px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-yen .method-image {
    width: 100%;
  }
  .p-yen .method-image img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-yen .c-link-list.u-center {
    text-align: left;
  }
}
.p-yen .c-buttonlist {
  gap: 24px;
}
.p-yen .p-contact .c-buttonlist {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-yen .p-contact .c-buttonlist {
    gap: 24px;
  }
}
.p-yen .c-mail {
  border: 1px solid #cccccc;
  padding: 64px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 40px;
}
.p-yen .c-mail .c-heading-lv3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-yen .c-mail .c-heading-lv3:before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  background: url("/content/dam/daiwasecurities/resource-ren/images/icon/icon_mail.svg") no-repeat 0 0/100%;
}
@media screen and (max-width: 767px) {
  .p-yen .c-mail {
    padding: 32px 16px;
    text-align: left;
  }
}
.p-yen .c-mail .c-link-list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-yen .c-mail .c-link-list {
    margin-top: 24px;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-yen .panel-note {
    font-size: 14px;
  }
}