@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@500;700&display=swap');
/* reset -------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
}

/* h1, */
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
address,
small,
i {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: 500;
  font-style: normal;
}

ol,
ul,
dl,
dt,
dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img,
object,
embed,
video {
  border: 0;
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  text-align: left;
}

em {
  font-style: normal;
  font-weight: bold;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.font-almarai {
  font-family: 'Work Sans', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.optimaized-h1 {
  font-size: 0;
}

.pagination-wrap {
  display: flex;
  justify-content: center;
}

.pagination-wrap .pagination {
  display: flex;
  margin: 0 25px;
}

.pagination-wrap .pagination li {
  float: none;
  display: block;
}

.pagination-wrap .pagination li:last-of-type {
  margin-right: 0;
}

.pagination-wrap .pagination .pager-first,
.pagination-wrap .pagination .pager-last {
  display: none;
}

.pagination-wrap .pagination .pager-previous ,
.pagination-wrap .pagination .pager-next {
  width: 35px;
  margin: 0;
  border: 0;
}

.pagination-wrap .pagination .pager-previous a {
  display: block;
  font-size: 0;
  background: url(../../img/usr/common/pager_prev.png) top 8px center / auto auto no-repeat;
}

.pagination-wrap .pagination .pager-next a {
  display: block;
  font-size: 0;
  background: url(../../img/usr/common/pager_next.png) top 8px center / auto auto no-repeat;
}

.pagination li.pager-current-before {
  margin-left: 32px;
  position: relative;
}

.pagination li.pager-current-next {
  margin-right: 32px;
  position: relative;
}

.pagination li.pager-current-before::before {
  display: block;
  position: absolute;
  top: -4px;
  left: -22px;
  content: '...';
}

.pagination li.pager-current-next::after {
  display: block;
  position: absolute;
  top: -4px;
  right: -22px;
  content: '...';
}

/* body -------- */
body {
  line-height: 1.5;
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

body.is-fix {
  position: fixed;
  width: 100%;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: top;
}

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

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

a:hover,
a img:hover,
button:hover,
input[type="submit"]:hover {
  opacity: 0.7;
}
a,
a img,
button,
input[type="submit"],
.over {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .over:hover {
    opacity: 0.7;
  }
}