﻿@charset "UTF-8";

:root {
  --usr-scrollbar-width: 0;
}

body {
  color: #081f2c;
}
@media screen and (min-width:769px) {
  body {
    /* font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family: 'Noto Sans Jp', sans-serif, "Merriweather", serif;
  }
}
@media screen and (max-width:768px) {
  body {
    font-family: 'Noto Sans Jp', sans-serif, "Merriweather", serif;
  }
}

a {
  color: #081f2c;
}

h1,
.h1 {
  margin: 0 0 12px;
  padding: 12px 10px;
  font-size: 22px;
  font-weight: bold;
  color: #111;
  border: 0;
  background: none;
}

h2,
.h2 {
  margin: 0 0 8px;
  padding: 8px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #111;
  /* border-bottom: 1px solid #111; */
  background: none;
}

h3,
.h3 {
  margin: 0 0 8px;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #111;
  /* border-bottom: 1px solid #dedede; */
  background: none;
}

h4,
.h4 {
  margin: 0;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  border-bottom: 0;
  background: none;
}

h5,
.h5 {
  font-size: 14px;
  font-weight: bold;
  background: none;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 500;
  background: none;
}

.price {
  /* color: #081f2c; */
}

.price::after,
.default-price::after {
  content: "（税込）";
}

.net::after,
.price.net::after,
.net-price::after,
.default-net::after {
  content: "（税抜）";
}

.pager-count span {
  font-weight: normal;
}

.action .btn {
  border-bottom-width: 1px;
}

.btn-default {
  border: 1px solid #d53100;
  color: #d53100;
  background: #fff;
}

.btn-primary {
  border: 1px solid #d53100;
  color: #fff;
  background: #d53100;
}

.btn-secondary {
  border: 1px solid #9d9896;
  color: #fff;
  background: #9d9896;
}

.btn-danger {
  border: 1px solid #d53100;
  color: #d53100;
  background: #ffebe8;
}

