/* form フォントサイズ 上書き */
form {
  /*font-size: 100%;*/
}
.text-center {
  text-align: center;
}
.fs-l {
  font-size: 18px;
}
.fs-s {
  font-size: 12px;
}
.fc-red {
  color: #cc3300;
}
.fc-bk {
  color: #333 !important;
}
.title02 {
  padding: 1em;
  letter-spacing: 5px;
}
/* カタログ説明文 */
.mate1_title {
  line-height: 1.2;
  margin-bottom: 10px;
}
.mate1_text {
  font-size: 13px;
}
.mate1 {
  border-bottom: 0;
}
.mate2 {
  border-top: 1px solid #ccc;
  font-size: 12px;
  background: #fafafa;
  color: #666;
}
.mate1 {
  display: -moz-box;
  display: -webkit-box;
  width: 100%;
  padding: 1em 0 1em 0;
}
.mate1 p, .mate2 p {
  margin-left: 1em;
  margin-right: 1em;
}
.mate_left {
  width: 70%;
}
.mate2 {
  padding: 1em 0 1em 0;
  text-indent: 1em;
}
.mate_title {
  background-color: #0B39A2;
}
.mate_img {
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}
/* ご購入ありがとうございました。*/
.hint3 {
  font-size: 13px;
  padding: 16px;
}
/* slick.js
-----------------------------------------------------*/
.slide-standard-wrap {
  padding: 10px 0;
}
.slide-standard {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 25px;
}
.slide-standard {
  height: 0;
}
.slide-standard.slick-initialized {
  height: auto;
  transition: .2s;
}
.slick-initialized .slick-slide {
  display: flex;
  /*justify-content: space-around;*/
  flex-wrap: wrap;
  justify-content: center;
}
.slick-slide img {
  display: block;
  width: 80px;
  height: auto;
}
.mate_left {
  /* width: 70%; */
  flex: 0 0 70%;
  max-width: 70%;
}
.mate_img {
  /* width: 70%; */
  flex: 0 0 30%;
  max-width: 30%;
}
.slick-dots {
  bottom: 3px;
}
.slick-dotted.slick-slider {
  margin-bottom: 3px;
}
.slick-dots li button:before {
  /* font-family: 'slick'; */
  font-size: 6px;
  line-height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  background: #000;
  border-radius: 10px;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}