﻿@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  src: url(/css/NotoSansJP-Light.woff);
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url(/css/NotoSansJP-Regular.woff);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url(/css/NotoSansJP-Medium.woff);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url(/css/NotoSansJP-SemiBold.woff);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url(/css/NotoSansJP-Bold.woff);
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/Montserrat-Regular.woff);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/Montserrat-Medium.woff);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/Montserrat-SemiBold.woff);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url(/css/Montserrat-Bold.woff);
  font-weight: 700;
  font-display: swap;
}





body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #48413f;
  overflow-x: hidden;
  transition: .3s ease top;
}

a {
  color: #48413f;
  transition: .3s ease;
}

input[type="checkbox"] {
  margin-right: 8px;
}

input[name="pwd_display"] {
  margin-top: -5px;
}

.page-estimate input[name="pwd_display"] {
  margin-top: 0px;
}

h1,
.h1 {
  margin: 20px 0;
  padding: 16px 0;
  font-size: 28px;
  font-weight: 500;
  border: 0;
  letter-spacing: 1px;
}

h2,
.h2 {
  margin: 0 0 24px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #111;
}

h3,
.h3 {
  margin: 0 0 24px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
}

h4,
.h4 {
  margin: 0;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 0;
}

h5,
.h5 {
  font-size: 14px;
  font-weight: bold;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 500;
}

.pager-current {
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  background: #fab9af;
  border-radius: 50%;
  min-width: 27px;
  text-align: center;
  padding: 5px 2px;
}

.pagination-num li {
  margin: 0 3px;
}

.pagination li a {
  display: block;
  color: #cbc7c7;
  font-size: 17px;
  font-weight: bold;
  min-width: 27px;
  text-align: center;
}

.pagination li.pager-first,
.pagination li.pager-last {
  display: none;
}

.pagination li.pager-previous {
  margin: 0 7px 0 0;
}

.pagination li.pager-next {
  margin: 0 0 0 7px;
}

.pagination li.pager-previous a,
.pagination li.pager-next a {
  position: relative;
  display: block;
  color: #231815;
  font-size: 16px;
  letter-spacing: .5px;
  width: auto;
}

.pagination li.pager-previous a {
  padding: 0 0 0 15px;
}

.pagination li.pager-next a {
  padding: 0 15px 0 0;
}

.pagination li.pager-previous a::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #5b5351;
  border-left: 1px solid #5b5351;
  transform: rotate(-45deg);
  content: "";
}

.pagination li.pager-next a::before {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  transform: rotate(45deg);
  content: "";
}

.pagination li a:hover {
  text-decoration: none;
  opacity: .8;
}

.pagination li.pager-current-prev {
  position: relative;
  padding: 0 0 0 32px;
}

.pagination li.pager-current-next {
  position: relative;
  padding: 0 32px 0 0;
}

.pagination li.pager-current-prev:after,
.pagination li.pager-current-next:after {
  content: '...';
  display: block;
  position: absolute;
  top: -2px;
  left: 4px;
  letter-spacing: 2px;
  font-weight: bold;
}

.pagination li.pager-current-next:after {
  left: auto;
  right: 4px;
}

.action .btn {
  border-bottom-width: 1px;
}

.btn-default {
  border: 1px solid #392f2c;
  color: #392f2c;
  background: #fff;
}

.btn-secondary {
  border: 1px solid #9d9896;
  color: #fff;
  background: #9d9896;
}

.star-base {
  width: 110px;
  height: 22px;
  background-position: 0 0;
  background-size: 110px 44px;
}

.star-select {
  width: 110px;
  height: 22px;
  background-position: -110px -22px;
  background-size: 110px 44px;
}

.fieldset .form-control {
  padding-left: 12px;
}
