.c-table * {
  box-sizing: border-box;
}

.c-table {
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
}
.c-table caption {
  background-color: #c1ddf4;
  color: #fff;
  padding: 0.75em 0.75em;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.c-table.-border-none {
  border-top: none;
}
.c-table ~ .c-table {
  margin-top: 30px;
}
.c-table thead tr {
  border-bottom: none;
}
.c-table thead td,
.c-table thead th {
  color: #333;
  text-align: left;
  padding: 0.8em 0.8em;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  border: none;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  background-color: #E5F0F9 !important;
}
.c-table thead td.-center,
.c-table thead th.-center {
  text-align: center;
}
.c-table thead td.-border-r,
.c-table thead th.-border-r {
  border-right: 1px solid #bbb;
}
.c-table tr:nth-child(odd) {
  background-color: #fff !important;
}
.c-table tr.-vertical-center th,
.c-table tr.-vertical-center td {
  vertical-align: middle;
}
.c-table tbody tr.-border-top {
  border-top: 1px solid #40A8E4;
}
.c-table tbody th,
.c-table tbody td {
  line-height: 1.5;
  padding: 0.8em 0.8em;
  font-size: 14px;
  vertical-align: top;
  border: none;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  color: #333 !important;
}
.c-table tbody th.-center,
.c-table tbody td.-center {
  text-align: center;
}
.c-table tbody th.-vertical-btm,
.c-table tbody td.-vertical-btm {
  vertical-align: bottom;
}
.c-table tbody th.-vertical-center,
.c-table tbody td.-vertical-center {
  vertical-align: middle;
}
.c-table tbody th.-bg-gray,
.c-table tbody td.-bg-gray {
  background-color: #ECEFF1;
}
.c-table tbody th.-bg-color,
.c-table tbody td.-bg-color {
  background-color: #E5F0F9;
}
.c-table tbody th.-border-r,
.c-table tbody td.-border-r {
  border-right: 1px solid #bbb;
}
.c-table tbody th ul,
.c-table tbody td ul {
  margin: 0 0 0 1em !important;
}
@media only screen and (max-width: 767px) {
  .c-table tbody th ul,
  .c-table tbody td ul {
    margin: 0 0 0 1em !important;
  }
}
.c-table tbody th {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
.c-table tbody tr.-disable td {
  color: #C6CECA;
}
.c-table--middle thead th,
.c-table--middle thead td {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .c-table--middle thead th,
  .c-table--middle thead td {
    font-size: 13px;
  }
}
.c-table--middle tbody th,
.c-table--middle tbody td {
  line-height: 1.5;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .c-table--middle tbody th,
  .c-table--middle tbody td {
    font-size: 13px;
  }
}
.c-table__ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
.c-table--left td {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table--sp-table {
    display: table;
  }
}
@media only screen and (max-width: 767px) {
  .c-table--sp-table thead.-hide-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-table--sp-table tbody th,
  .c-table--sp-table tbody td {
    width: auto !important;
    display: table-cell;
    word-break: break-all;
  }
}
@media only screen and (max-width: 767px) {
  .c-table--sp-block thead {
    display: none;
  }
  .c-table--sp-block tbody td {
    display: flex;
    gap: 10px;
    padding: 1.25em 0.85em 1.25em 0.85em;
    font-size: 12px;
  }
  .c-table--sp-block tbody td ~ td {
    padding-top: 0;
  }
  .c-table--sp-block tbody th {
    font-weight: bold;
    padding: 1.25em 0.85em 1.25em 0.85em;
  }
  .c-table--sp-block tbody th ~ td {
    padding-top: 0;
  }
}

.av_slideshow_full .container.caption_container {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .slideshow_caption {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
    padding: 3% 0;
  }
}
@media only screen and (max-width: 767px) {
  .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
    padding: 0;
  }
}

.caption_bottom .slideshow_caption {
  bottom: inherit;
  top: inherit;
  display: block;
}
.caption_bottom .slideshow_caption p {
  font-size: 30px;
  line-height: 1.65;
  font-weight: bold;
  text-shadow: 0px 2px 4px #40A8E4;
}
@media only screen and (max-width: 960px) {
  .caption_bottom .slideshow_caption p {
    font-size: 24px;
  }
}
.caption_bottom .slideshow_caption .slideshow_inner_caption {
  position: relative;
  padding: 0;
}
.caption_bottom .slideshow_caption .slideshow_align_caption {
  display: flex !important;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .responsive #top .slideshow_caption .avia-caption-content,
  .responsive #top .slideshow_caption .avia-caption-content p {
    font-size: 18px;
    margin: 7% 0 1em;
  }
}

@media only screen and (max-width: 767px) {
  #mv-items-row {
    display: flex;
    align-items: flex-start;
    gap: 0px 40px;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% - 40px);
    margin: 0 auto 40px;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all #mv-items-row.av-flex-cells .no_margin {
    width: calc(50% - 20px);
    padding: 0px 0 0;
    margin: 0;
    height: auto !important;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all #mv-items-row.av-flex-cells .no_margin .avia-image-container-inner {
    filter: none;
  }
}

@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all #mv-items-row.av-flex-cells .avia_textblock p {
    margin-bottom: 0;
    line-height: 1.65;
    font-size: 15px;
  }
}

.global-footer-wave svg {
  background-color: #fff;
}

#socket .sub_menu_socket li {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #socket .sub_menu_socket li {
    line-height: 2;
  }
}

.av_slideshow_full.avia-slideshow {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #top .c-sus-table thead.-sp-hide {
    display: none;
  }
}
#top .c-sus-table .cell-head,
#top .c-sus-table .cell-head:first-child {
  background-color: #006599 !important;
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .sp-smaller th {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-smaller td {
    font-size: 13px !important;
  }
}

table.no-odd tr:nth-child(odd) {
  background-color: #fff !important;
}

.p-table {
  display: flex;
  gap: 20px;
  max-width: 100%;
  margin: auto;
  padding: 10px 20px;
  margin-top: 5px;
}
.p-table ~ .p-table {
  margin-top: 10px;
}
.p-table--gray {
  background-color: #F2F2F2;
}
.p-table--blue {
  background-color: #E5F0F9;
}
.p-table--green {
  background-color: #DAF2D0;
}
.p-table--pink {
  background-color: #FBE2D5;
}
@media only screen and (max-width: 767px) {
  .p-table {
    display: block;
    margin-bottom: 0;
    padding: 15px;
  }
}
.p-table__ttl {
  flex: none;
  width: 180px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .p-table__ttl {
    padding-bottom: 5px;
  }
}
.p-table__body {
  flex: 1;
  padding: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .p-table__body {
    font-size: 14px;
  }
}
.p-table ul {
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .p-table ul {
    margin: 0 0 0 1em !important;
  }
}

.p-seller-flow-box__item {
  position: relative;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .p-seller-flow-box__item {
    margin-bottom: 24px;
  }
}

.p-seller-flow {
  display: flex;
  overflow: hidden;
  background-color: #e9f4f8;
  flex-direction: column;
}
.p-seller-flow p {
  margin: 0 !important;
}
.p-seller-flow__num {
  background-color: #c1ddf4;
  font-weight: bold;
  font-size: 18px;
  padding: 0.5em 1em;
}
@media only screen and (max-width: 767px) {
  .p-seller-flow__num {
    width: 100%;
    font-size: 16px;
  }
}
.p-seller-flow__body {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .p-seller-flow__body {
    flex-direction: column;
    padding: 0.5em 1em 1em;
    font-size: 14px;
  }
}
.p-seller-flow__body .-indent {
  margin-left: 1em !important;
  text-indent: -1em;
}
@media only screen and (max-width: 767px) {
  .table-scroll .p-table-scroll {
    min-width: 800px;
    width: 100%;
  }
  .table-scroll .p-table-scroll--md {
    min-width: 600px;
  }
}
.p-slogan {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-slogan {
    font-size: 20px;
  }
}

.p-slogan-sub {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .p-slogan-sub {
    font-size: 15px;
  }
}

.u-indent-1 {
  margin-left: 1em !important;
  text-indent: -1em;
}

.u-indent-2 {
  margin-left: 2em !important;
  text-indent: -2em;
}

.u-indent-4 {
  margin-left: 4em !important;
  text-indent: -4em;
}

.u-indent-5 {
  margin-left: 5em !important;
  text-indent: -5em;
}

.u-indent-7h {
  margin-left: 7.5em !important;
  text-indent: -7.5em;
}

.u-indent-8 {
  margin-left: 8em !important;
  text-indent: -8em;
}

.u-indent-8h {
  margin-left: 8.5em !important;
  text-indent: -8.5em;
}

.u-indent-9 {
  margin-left: 9em !important;
  text-indent: -9em;
}

.u-indent-9h {
  margin-left: 9.5em !important;
  text-indent: -9.5em;
}

.u-width5 {
  width: 5% !important;
}

.u-width8 {
  width: 8% !important;
}

.u-width10 {
  width: 10% !important;
}

.u-width13 {
  width: 13% !important;
}

.u-width15 {
  width: 15% !important;
}

.u-width20 {
  width: 20% !important;
}

.u-width25 {
  width: 25% !important;
}

.u-width30 {
  width: 30% !important;
}

.u-width35 {
  width: 35% !important;
}

.u-width33 {
  width: 33% !important;
}

.u-width40 {
  width: 40% !important;
}

.u-width45 {
  width: 45% !important;
}

.u-width50 {
  width: 50% !important;
}

.u-width55 {
  width: 55% !important;
}

.u-width60 {
  width: 60% !important;
}

.u-width65 {
  width: 65% !important;
}

.u-width70 {
  width: 70% !important;
}

.u-width75 {
  width: 75% !important;
}

.u-width80 {
  width: 80% !important;
}

.u-width85 {
  width: 85% !important;
}

.u-width90 {
  width: 90% !important;
}

.u-width95 {
  width: 95% !important;
}

.u-width100 {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .u-width-sp100 {
    width: 100% !important;
  }
}

.u-nm {
  margin: 0 !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mtem {
  margin-top: 1em !important;
}

.u-mt5 {
  margin-top: 5px !important;
}
@media only screen and (max-width: 767px) {
  .u-mt5 {
    margin-top: 1.3333333333vw !important;
  }
}

.u-mt10 {
  margin-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .u-mt10 {
    margin-top: 2.6666666667vw !important;
  }
}

.u-mt20 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .u-mt20 {
    margin-top: 5.3333333333vw !important;
  }
}

.u-mt30 {
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .u-mt30 {
    margin-top: 8vw !important;
  }
}

.u-mt40 {
  margin-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .u-mt40 {
    margin-top: 10.6666666667vw !important;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}
@media only screen and (max-width: 767px) {
  .u-mt50 {
    margin-top: 13.3333333333vw !important;
  }
}

.u-mtb10 {
  margin: 10px 0 !important;
}
@media only screen and (max-width: 767px) {
  .u-mtb10 {
    margin: 2.6666666667vw 0 !important;
  }
}

.u-mtb20 {
  margin: 20px 0 !important;
}
@media only screen and (max-width: 767px) {
  .u-mtb20 {
    margin: 5.3333333333vw 0 !important;
  }
}

.u-mtb30 {
  margin: 30px 0 !important;
}
@media only screen and (max-width: 767px) {
  .u-mtb30 {
    margin: 8vw 0 !important;
  }
}

.u-mbem {
  margin-bottom: 1em !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb5 {
    margin-bottom: 1.3333333333vw !important;
  }
}

.u-mb15 {
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb15 {
    margin-bottom: 4vw !important;
  }
}

.u-mt15 {
  margin-top: 15px !important;
}
@media only screen and (max-width: 767px) {
  .u-mt15 {
    margin-top: 4vw !important;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 5.3333333333vw !important;
  }
}

.u-mb25 {
  margin-bottom: 25px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb25 {
    margin-bottom: 6.6666666667vw !important;
  }
}

.u-mt25 {
  margin-top: 25px !important;
}
@media only screen and (max-width: 767px) {
  .u-mt25 {
    margin-top: 6.6666666667vw !important;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 8vw !important;
  }
}

.u-mb35 {
  margin-bottom: 35px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb35 {
    margin-bottom: 9.3333333333vw !important;
  }
}

.u-mb40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 10.6666666667vw !important;
  }
}

.u-mb50 {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 13.3333333333vw !important;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 16vw !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}
@media only screen and (max-width: 767px) {
  .u-ml15 {
    margin-left: 4vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mb15-sm {
    margin-bottom: 4vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mb30-sm {
    margin-bottom: 8vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt30-sm {
    margin-top: 8vw !important;
  }
}

.u-br-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-br-sp {
    display: inline-block;
  }
}

.u-br-tab {
  display: none;
}
@media only screen and (max-width: 960px) {
  .u-br-tab {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .u-br-tab--only {
    display: none;
  }
}
.u-br-tab--up {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .u-br-tab--up {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .u-br-pc {
    display: none;
  }
}

.u-bold {
  font-weight: bold !important;
}