/* ==================================================
Table
================================================== */
.inner table {
  width: 100%;
  table-layout: fixed;
}
.inner table tr {
  border: 1px solid #ccc;
}
.inner table th {
  vertical-align: middle;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.inner table th:first-child {
  border-left: none;
}
.inner table td {
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
.inner table td *:last-child {
  margin-bottom: 0;
}
.inner table td *:not(table) {
  border-collapse: separate;
}
.inner table td:nth-of-type(1) {
  border-left: none;
}
.inner table td:not(:last-child) {
  border-right: 1px solid #ccc;
}
.inner thead th {
  font-weight: bold;
  padding: 10px 8px;
  color: #fff;
  background: #126de0;
}
.inner thead td {
  padding: 10px 10px;
  background: #fff;
}
.inner tbody th {
  font-weight: bold;
  padding: 10px 8px;
  color: #fff;
  background: #126de0;
}
.inner tbody td {
  padding: 10px 10px;
  background: #fff;
}
.inner thead + tbody th {
  font-weight: bold;
  color: #212121;
  background: #f6f6f6;
}
.inner table caption {
  margin: 5px 0;
}
.inner table caption.ver-bottom {
  caption-side: bottom;
}
.inner table caption.ver-top {
  caption-side: top;
}
.inner table caption.hor-left {
  text-align: left;
}
.inner table caption.hor-right {
  text-align: right;
}
.inner table caption.hor-center {
  text-align: center;
}
#btnPageTop {
  bottom: 100px!important;
}

@media screen and (max-width: 767px) {
.inner table {
  position: relative;
  width: 100%;
  table-layout: fixed;
}
.inner table tr {
  border: 1px solid #ccc;
}
.inner table th {
  vertical-align: middle;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.inner table th:first-child {
  border-left: none;
}
.inner table td {
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
.inner table td *:last-child {
  margin-bottom: 0;
}
.inner table td *:not(table) {
  border-collapse: separate;
}
.inner table td:nth-of-type(1) {
  border-left: none;
}
.inner table td:not(:last-child) {
  border-right: 1px solid #ccc;
}
.inner thead th {
  font-weight: bold;
  padding: 10px 8px;
  font-size: 14px;
  color: #fff;
  background: #126de0;
}
.inner thead td {
  padding: 10px 20px;
  background: #fff;
}
.inner tbody th {
  font-weight: bold;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  background: #126de0;
}
.inner tbody td {
  padding: 8px;
  background: #fff;
}
.inner thead + tbody th {
  font-weight: bold;
  color: #212121;
  background: #f6f6f6;
}
.inner table strong {
  font-size: 16px;
  font-family: "A1ゴシック M";
}
.inner table caption {
  width: 100%;
  margin: 5px 0;
}
.inner table.sp_col1 caption {
  width: 100%;
  margin: 5px 0;
  display: block;
}
.inner table caption.ver-bottom {
  caption-side: bottom;
}
.inner table caption.ver-top {
  caption-side: top;
}
.inner table caption.hor-left {
  text-align: left;
}
.inner table caption.hor-right {
  text-align: right;
}
.inner table caption.hor-center {
  text-align: center;
}
#btnPageTop {
  bottom: 80px!important;
}
}


/*-----------------------------------------------

スライダー

-----------------------------------------------*/
.appli_slider {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }

.mfp-container .wallet_slider {
  display: block; }

.mfp-content .slider div {
  line-height: 1; }
.mfp-content .slider .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  width: 56px;
  height: 56px;
  border: 3px solid #009be4;
  border-radius: 50%;
  text-indent: 101%;
  overflow: hidden;
  transition: opacity .3s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }
.mfp-content .slider .slick-disabled {
  opacity: 0 !important;
  cursor: default;
  pointer-events: none; }
.mfp-content .slider .slick-next {
  right: 30px; }
.mfp-content .slider .slick-prev {
  left: 30px; }
.mfp-content .slider .slick-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 20px;
  height: 20px;
  border-color: #009be4;
  border-style: solid;
  border-width: 0; }
.mfp-content .slider .slick-next::before {
  border-top-width: 3px;
  border-right-width: 3px;
  margin-left: -4px; }
.mfp-content .slider .slick-prev::before {
  border-left-width: 3px;
  border-bottom-width: 3px;
  margin-left: 4px; }
.mfp-content .slider .slick-arrow:hover {
  opacity: .7; }

@media screen and (max-width: 768px) {
  .mfp-content .slider .slick-arrow {
    width: 8vw;
    height: 8vw;
    border-width: 2px; }
  .mfp-content .slider .slick-next {
    right: 3%; }
  .mfp-content .slider .slick-prev {
    left: 3%; }
  .mfp-content .slider .slick-arrow::before {
    width: 2.5vw;
    height: 2.5vw; }
  .mfp-content .slider .slick-next::before {
    border-top-width: 2px;
    border-right-width: 2px;
    margin-left: -2px; }
  .mfp-content .slider .slick-prev::before {
    border-left-width: 2px;
    border-bottom-width: 2px;
    margin-left: 2px; }
  .mfp-content .slider .normal {
    display: block; }
  .mfp-content .slider .ios, .mfp-content .slider .android {
    display: none; }

  .android .mfp-content .slider .normal, .iphone .mfp-content .slider .normal {
    display: none; }

  .android .mfp-content .slider .android, .iphone .mfp-content .slider .ios {
    display: block; } }

img {
  max-width: 100%; }
  