/* =========================================================================================================
 　　base
========================================================================================================= */

/*	英語・明朝体用フォント*/

.en {
  font-family: 'Oswald', "Noto Sans JP", sans-serif;
  ;
}

.min {
  font-family: ;
}

/*	追記フォント*/
body {
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

}



/*	テーブル　*/
.table-ptn01 {
  width: 100%;
}

.table-ptn01 th {
  font-weight: 400;
  color: #fff;
  background-color: #0c78c0;
}

.table-ptn01 th,
.table-ptn01 td {
  padding: 12px 24px;
  border: 1px solid #ededed;
  box-sizing: border-box;
}

.table-ptn01 td.t-first {
  background-color: #fafafa;
}


/*	スライダー　*/
.slider {
  position: relative;
  max-width: 1340px;
  width: 100%;
  height: auto;
  margin: auto;
}

.next-arrow,
.prev-arrow {
  position: absolute;
  top: calc(50% - 30px);
  width: 34px !important;
  margin: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
}

.next-arrow:hover,
.prev-arrow:hover {
  opacity: 0.5;
}

.next-arrow {
  right: 10px;
}

.next-arrow:after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #7a0;
  border-right: 1px solid #7a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.prev-arrow {
  left: 10px;
}

.slick-dots {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  top: initial;
  left: 0;
  right: 0;
  bottom: -10%;
  width: 100%;
  margin: 0px auto 0;
  list-style: none;
}

.slick-dots li button {
  content: '';
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background: #999;
  color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
}

.slick-dots li.slick-active button {
  background: #000;
  border: 1px solid #000;
  color: #000;
}

.slick-dots li button::before {
  content: "";
}

@media screen and (max-width: 768px) {
  .slider {
    height: auto;
  }

  .next-arrow,
  .prev-arrow,
    {
    position: absolute;
    width: 34px !important;
    margin: auto;
    z-index: 10;
  }

  .slick-dots {
    justify-content: space-around;
    width: 40%;
    margin: auto;
    list-style: none;
  }

  .slider .slick-dots,
  .slider02 .slick-dots {
    bottom: -30px;
  }
}

/* ====================================================================================
		tablet
==================================================================================== */
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}



/* ====================================================================================
		PC
==================================================================================== */

@media screen and (min-width: 1024px) {}

@media screen and (min-width: 1200px) {}
