@charset "utf-8";
/* 汎用css ----------*/
/*---Margin-----------------------------------*/
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60,
.mb60_30 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
/*---Padding----------------------------------*/
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}

.pt40_10 {
  padding-top: 40px;
}

.pt80 {
  padding-top: 80px;
}

.pt100_50 {
  padding-top: 100px;
}

.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}

.pc_show {
  display: inline-block;
}

.sp_show {
  display: none;
}

.center {
  text-align: center;
}

.center-left {
  text-align: center;
}

.bold {
  font-weight: bold;
}

article a {
  color: var(--pkCl);
}

@media screen and (max-width: 767px) {
  .mb60_30 {
    margin-bottom: 30px;
  }

  .pt40_10 {
    padding-top: 10px;
  }

  .pt100_50 {
    padding-top: 50px;
  }

  .pc_show {
    display: none;
  }

  .sp_show {
    display: inline-block;
  }

  .center-left {
    text-align: left;
  }
}
