@charset "UTF-8";
/*-----------------------------------------
base
-----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-color: #fff;
  word-wrap: break-word;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

a,
a:hover,
a:active,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
  outline: none;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
  vertical-align: baseline;
  background: transparent;
}
@media print, (min-width: 768px) {
  div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
    font-size: 1.6rem;
  }
}

ol,
ul {
  list-style: none;
}

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

/*----------------------------------------
common
----------------------------------------*/
.sec-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 60px 20px;
}
@media print, (min-width: 768px) {
  .sec-inner {
    padding: 60px 20px 120px 20px;
  }
}

/*title*/
.l-line-ttl {
  margin-bottom: 20px;
  padding-left: 10px;
  color: #B76483;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: bold;
  border-left: 6px solid #B76483;
}
@media print, (min-width: 768px) {
  .l-line-ttl {
    margin-bottom: 30px;
    font-size: 2.5rem;
    line-height: 32px;
    border-left: 9px solid #B76483;
  }
}

.bg-mcolor-ttl {
  margin-bottom: 20px;
  padding: 5px 20px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  background: #B76483;
}
@media print, (min-width: 768px) {
  .bg-mcolor-ttl {
    font-size: 2rem;
  }
}

/*button*/
.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .btn-box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 60px;
  }
}

[class*=st-btn] {
  display: inlin-block;
  width: 100%;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
[class*=st-btn] + [class*=st-btn] {
  margin: 15px 0 0 0;
}
@media (min-width: 576px) {
  [class*=st-btn] + [class*=st-btn] {
    margin: 0 0 0 20px;
  }
}
@media print, (min-width: 768px) {
  [class*=st-btn] {
    height: 65px;
    max-width: 250px;
  }
}
[class*=st-btn] a,
[class*=st-btn] input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 50px;
  letter-spacing: 0.01em;
  font-weight: bold;
}
@media print, (min-width: 768px) {
  [class*=st-btn] a,
[class*=st-btn] input {
    font-size: 2.2rem;
    line-height: 65px;
  }
}

.st-btn__pink {
  background: #B76483;
}
.st-btn__pink a,
.st-btn__pink input {
  color: #FFF;
}

.st-btn__gray {
  background: #D2D2D2;
}
.st-btn__gray a {
  color: #333;
}

.input-small-btn__gray {
  display: inlin-block;
  width: 100%;
  height: 39px;
  padding: 0 15px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #FFF;
  background: #616161;
  border-radius: 3px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 576px) {
  .input-small-btn__gray {
    width: auto;
  }
}

.line-friend-link-area {
  text-align: center;
}

.line-friend-link__btn {
  display: inline-block;
  width: 100%;
  height: 55px;
  background: #D1F1CD;
  border-radius: 3px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 576px) {
  .line-friend-link__btn {
    max-width: 370px;
  }
}
@media print, (min-width: 768px) {
  .line-friend-link__btn {
    height: 65px;
  }
}
.line-friend-link__btn a {
  padding: 15px 50px;
  color: #17BB04;
  font-size: 1.8rem;
  line-height: 55px;
  font-weight: bold;
}
@media print, (min-width: 768px) {
  .line-friend-link__btn a {
    line-height: 65px;
    font-size: 2.5rem;
  }
}

.delete-btn {
  font-size: 1.3rem;
}

.estimate-display-btn {
  position: relative;
  width: 30px;
  height: 30px;
  background: #B76483;
  border-radius: 3px;
}
.estimate-display-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 11px;
  height: 14px;
}

.print-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.print-btn a {
  padding: 5px 15px;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  background: #929292;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.print-btn a::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 15px;
  margin: -4px 5px 0 0;
  background: url(../img/icon-print.svg);
  vertical-align: middle;
}

/*text*/
.t-pink {
  color: #B76483;
}

.t-blue,
a.t-blue {
  color: #1A59A1;
}

.f-bold {
  font-weight: bold;
}

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

.t-right {
  text-align: right;
}

.txt-nowrap {
  white-space: nowrap;
}

/*background*/
.bg-pd {
  padding: 15px;
}
@media print, (min-width: 768px) {
  .bg-pd {
    padding: 30px;
  }
}

.bg-pink {
  background: #FAEFEF;
}

.bg-gray {
  background: #F2F2F2;
}

/*表示・非表示*/
.dp-md-under {
  display: block !important;
}
@media print, (min-width: 768px) {
  .dp-md-under {
    display: none !important;
  }
}

.dp-md-over {
  display: none !important;
}
@media print, (min-width: 768px) {
  .dp-md-over {
    display: block !important;
  }
}

.dp-md-under__sideways {
  display: block !important;
}
@media print, (min-width: 1024px) {
  .dp-md-under__sideways {
    display: none !important;
  }
}

.dp-md-over__sideways {
  display: none !important;
}
@media print, (min-width: 1024px) {
  .dp-md-over__sideways {
    display: block !important;
  }
}

/*link*/
.ho-op {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media print, (min-width: 768px) {
  .ho-op:hover {
    opacity: 0.7;
  }
}

a.link-txt,
.link-txt {
  color: #B76483;
  text-decoration: underline;
}

/*tel*/
@media print, (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*list*/
.li-list-st li {
  position: relative;
  padding-left: 13px;
}
.li-list-st li + li {
  margin-top: 10px;
}
.li-list-st li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
  width: 4px;
  height: 4px;
  background: #212121;
  border-radius: 50%;
}

/*table*/
table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.st-table {
  width: 100%;
  border: 1px solid #CCC;
}
.st-table th,
.st-table td {
  display: block;
  padding: 10px;
  border-bottom: solid 1px #e5e5e5;
}
@media print, (min-width: 768px) {
  .st-table th,
.st-table td {
    display: table-cell;
    padding: 20px;
  }
}
.st-table th {
  width: 100%;
  color: #FFF;
  font-weight: bold;
  background: #B76483;
}
@media print, (min-width: 768px) {
  .st-table th {
    width: 260px;
  }
}
.st-table td {
  width: auto;
}

.list-alternately-bg-table {
  width: 100%;
  letter-spacing: normal;
  border-top: 1px solid #CCC;
  word-break: break-all;
  word-wrap: break-all;
}
.list-alternately-bg-table th,
.list-alternately-bg-table td {
  padding: 10px;
  border-bottom: 1px solid #CCC;
  vertical-align: middle;
}
.list-alternately-bg-table th {
  font-size: 1.4rem;
  font-weight: bold;
}
.list-alternately-bg-table td {
  font-size: 1.3rem;
}
.list-alternately-bg-table tbody tr:nth-child(odd) {
  background: #F2F2F2;
}

.table-scroll {
  width: 100%;
  overflow: auto;
}
@media print, (min-width: 1024px) {
  .table-scroll {
    overflow: visible;
  }
}

/*margin*/
.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;
}

/*ページネーション*/
.st-pagination {
  margin-top: 60px;
}

.st-pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.st-pagination-list .page-nom {
  color: #333;
  width: 25px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #FFF;
  border-radius: 3px;
}
.st-pagination-list .page-nom + li {
  margin-left: 5px;
}
.st-pagination-list .page-nom a {
  display: inline-block;
  padding: 0 8px;
}
.st-pagination-list .page-nom a:hover {
  opacity: 0.7;
}
.st-pagination-list .page-nom.current {
  color: #FFF;
  background: #B76483;
}

.st-pagination-list__prev,
.st-pagination-list__next {
  white-space: nowrap;
}
.st-pagination-list__prev a:hover,
.st-pagination-list__next a:hover {
  opacity: 0.7;
}

.st-pagination-list__prev {
  margin-right: 10px;
  color: #A1A1A1;
}
.st-pagination-list__prev a {
  color: #333;
}
.st-pagination-list__prev a::before {
  display: inline-block;
  content: "";
  background: url(../img/icon-arrow-left.svg);
  width: 6px;
  height: 10px;
  margin-right: 5px;
  vertical-align: middle;
}

.st-pagination-list__next {
  margin-left: 10px;
  color: #A1A1A1;
}
.st-pagination-list__next a {
  color: #333;
}
.st-pagination-list__next::after {
  display: inline-block;
  content: "";
  background: url(../img/icon-arrow-right.svg);
  width: 6px;
  height: 10px;
  margin-left: 5px;
  vertical-align: middle;
}

/*----------------------------------------
form関係
----------------------------------------*/
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=name],
input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=search],
select {
  height: 39px;
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 3px;
}

input:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #999;
          box-shadow: 0 0 0 1px #999;
}

textarea {
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 3px;
}

select {
  width: 100%;
}

::-webkit-input-placeholder {
  color: #9B9B9B !important;
}

::-moz-placeholder {
  color: #9B9B9B !important;
}

:-ms-input-placeholder {
  color: #9B9B9B !important;
}

::-ms-input-placeholder {
  color: #9B9B9B !important;
}

::placeholder {
  color: #9B9B9B !important;
}

/*ラジオボタン*/
.my-radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

input[type=radio] {
  display: none;
}

.my-radio {
  position: relative;
  cursor: pointer;
  margin-left: -26px;
}
@media print, (min-width: 768px) {
  .my-radio {
    margin-left: 0;
  }
}

.my-radio::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #999;
  border-radius: 50%;
}
@media print, (min-width: 768px) {
  .my-radio::before {
    top: -10px;
    width: 20px;
    height: 20px;
  }
}

.my-radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
}
@media print, (min-width: 768px) {
  .my-radio::after {
    top: -6px;
    width: 12px;
    height: 12px;
  }
}

input[type=radio]:checked + span::after {
  background: #B76483;
}

/*チェックボックス*/
.my-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

input[type=checkbox] {
  display: none;
}

.my-checkbox {
  position: relative;
  cursor: pointer;
  margin-left: -26px;
}
@media print, (min-width: 768px) {
  .my-checkbox {
    margin-left: 0;
  }
}

:disabled + .my-checkbox {
  cursor: not-allowed;
}

.my-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #999;
  border-radius: 2px;
}
@media print, (min-width: 768px) {
  .my-checkbox::before {
    top: -9px;
    width: 18px;
    height: 18px;
  }
}

.my-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 7px;
  width: 11px;
  height: 17px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
@media print, (min-width: 768px) {
  .my-checkbox::after {
    top: -8px;
    left: 5px;
    width: 8px;
    height: 12px;
  }
}

input[type=checkbox]:checked + span::after {
  border-bottom: 3px solid #B76483;
  border-right: 3px solid #B76483;
}
@media print, (min-width: 768px) {
  input[type=checkbox]:checked + span::after {
    border-bottom: 2px solid #B76483;
    border-right: 2px solid #B76483;
  }
}

input[type=checkbox]:disabled + .my-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  background: #BBB;
}
@media print, (min-width: 768px) {
  input[type=checkbox]:disabled + .my-checkbox::before {
    width: 18px;
    height: 18px;
  }
}

.disabled-box .search-box__item input[type=search] {
  width: 100%;
  margin: 5px 0 10px 0;
}
@media (min-width: 576px) {
  .disabled-box .search-box__item input[type=search] {
    width: 280px;
    margin: 0 10px 0 0;
  }
}

/*sort*/
.sort-group {
  display: inline-block;
  margin-left: 5px;
}

.list_sort {
  font-size: 1rem;
  margin: -3px 0 0 2px;
  color: #BABABA;
  vertical-align: middle;
  cursor: pointer;
}

.list_sort_on {
  color: #333;
}

/*----------------------------------------
header
----------------------------------------*/
#header {
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: 3px solid #B76483;
}
@media print, (min-width: 768px) {
  #header {
    height: 130px;
  }
}

#header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#header .header-inner .header-logo {
  width: 220px;
  height: auto;
}
@media print, (min-width: 768px) {
  #header .header-inner .header-logo {
    width: 440px;
  }
}

/*一般画面用*/
/* ヘッダーインフォPC */
.header-info-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-info__contact {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-left: 15px;
}
.header-info__contact p {
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
}
.header-info__contact .header-info__txt,
.header-info__contact .header-info__txt-st {
  display: inline-block;
  line-height: 1.8;
}
.header-info__contact .header-info__txt {
  font-size: 1.2rem;
  margin-right: 10px;
}
@media print, (min-width: 1024px) {
  .header-info__contact .header-info__txt {
    font-size: 1.4rem;
  }
}
.header-info__contact .header-info__txt-st {
  font-size: 1.1rem;
  padding: 0 8px;
  color: #fff;
  background: #B76483;
  border-radius: 3px;
}
@media print, (min-width: 1024px) {
  .header-info__contact .header-info__txt-st {
    font-size: 1.3rem;
  }
}
.header-info__contact .header-info__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
}
@media print, (min-width: 1024px) {
  .header-info__contact .header-info__tel {
    font-size: 3.3rem;
  }
}
.header-info__contact .icon-tel-free {
  width: 28px;
  height: auto;
  margin: 0 10px 7px 0;
}
@media print, (min-width: 1024px) {
  .header-info__contact .icon-tel-free {
    width: 35px;
  }
}
.header-info__contact .header-info__txt-sub {
  margin-top: 5px;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}
@media print, (min-width: 1024px) {
  .header-info__contact .header-info__txt-sub {
    font-size: 1.3rem;
  }
}
.header-info__contact .icon-phone {
  width: 8px;
  height: auto;
  margin: 0 3px 1px 2px;
}
@media print, (min-width: 1024px) {
  .header-info__contact .icon-phone {
    width: 11px;
  }
}

.header-info__line {
  margin-left: 15px;
}
.header-info__line img {
  width: 80px;
}

/* ヘッダーインフォsp */
.header-info__line .line-link-btn {
  padding: 10px;
  color: #17BB04;
  font-size: 1.2rem;
  font-weight: bold;
  background: #D1F1CD;
  letter-spacing: normal;
  white-space: nowrap;
}

/*一般画面用ここまで*/
/*管理画面用*/
.logout-btn {
  color: #B76483;
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .logout-btn {
    font-size: 1.5rem;
  }
}
.logout-btn img {
  width: 14px;
  height: auto;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
@media (min-width: 576px) {
  .logout-btn img {
    width: 21px;
  }
}

/*管理画面用ここまで*/
/*-----------------------------------------
footer
-----------------------------------------*/
.footer-fixed {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer {
  width: 100%;
  padding-bottom: 80px;
}
@media print, (min-width: 768px) {
  .footer {
    padding-bottom: 20px;
  }
}
.footer .copyright {
  text-align: center;
}
.footer .copyright small {
  font-size: 1rem;
  letter-spacing: 0.08em;
}
@media print, (min-width: 768px) {
  .footer .copyright small {
    font-size: 1.3rem;
  }
}

.footer-contact-none {
  padding-bottom: 20px;
}

/*一般画面用*/
/*スマホ用フッターお問い合わせ*/
.sp-footer-contact {
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 99;
}
.sp-footer-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sp-footer-contact li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: normal;
}
.sp-footer-contact li:first-child {
  background: #B76483;
  border-right: 1px solid #fff;
}
.sp-footer-contact li:last-child {
  background: #B5A272;
}
.sp-footer-contact li img {
  width: 12px;
  vertical-align: middle;
  margin-right: 5px;
}
.sp-footer-contact li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 3px;
}
.sp-footer-contact li span {
  display: block;
  font-size: 1.1rem;
}

/*一般画面用ここまで*/
/*----------------------------------------
ログイン画面
----------------------------------------*/
.login-wrap {
  margin-top: 40px;
}
@media print, (min-width: 768px) {
  .login-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: calc(100vh - 90px);
  }
}

.login-box {
  width: 100%;
  padding: 20px;
}
@media print, (min-width: 768px) {
  .login-box {
    width: 480px;
    margin: 0 auto;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
    background-color: #FFF;
    border-radius: 3px;
  }
}

.login-head {
  text-align: center;
}
.login-head .logo-image {
  width: 139px;
  height: auto;
}
.login-head .login-tit {
  margin: 25px 0 30px 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.login-body input {
  width: 100%;
  height: 55px !important;
  margin-bottom: 10px;
}
.login-body .login-btn {
  margin-top: 15px;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 1.5px;
  background-color: #B76483;
  border-radius: 3px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.login-body .login-btn:hover {
  opacity: 0.7;
}

/*----------------------------------------
見積書
----------------------------------------*/
.estimate-box {
  padding: 60px 20px;
  background: #FFF;
}
@media print, (min-width: 768px) {
  .estimate-box {
    padding: 100px;
  }
}
.estimate-box .estimate-ttl {
  margin-bottom: 20px;
  padding: 5px;
  font-size: 2.8vw;
  line-height: 1;
  letter-spacing: 1.5rem;
  font-weight: bold;
  text-align: center;
  background: #FAEFEF;
}
@media print, (min-width: 1024px) {
  .estimate-box .estimate-ttl {
    margin-bottom: 50px;
    padding: 10px;
    font-size: 2.8rem;
  }
}
.estimate-box .estimate-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
@media print, (min-width: 1024px) {
  .estimate-box .estimate-head {
    margin-bottom: 30px;
  }
}
.estimate-box .head-total,
.estimate-box .head-total span {
  font-size: 2.6vw;
  font-weight: bold;
}
@media print, (min-width: 1024px) {
  .estimate-box .head-total,
.estimate-box .head-total span {
    font-size: 2.6rem;
  }
}
.estimate-box .head-total {
  border-bottom: 3px solid #B76483;
}
.estimate-box .head-total span {
  margin-left: 15px;
}
.estimate-box p {
  font-size: 1.6vw;
}
@media print, (min-width: 1024px) {
  .estimate-box p {
    font-size: 1.6rem;
  }
}
.estimate-box .head-signature .company-name {
  margin-bottom: 10px;
  font-size: 1.8vw;
}
@media print, (min-width: 1024px) {
  .estimate-box .head-signature .company-name {
    font-size: 1.8rem;
  }
}
.estimate-box .head-signature .company-address {
  font-size: 1.6vw;
}
@media print, (min-width: 1024px) {
  .estimate-box .head-signature .company-address {
    font-size: 1.6rem;
  }
}

.estimate-table {
  width: 100%;
  border: solid 1px #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.estimate-table th,
.estimate-table td {
  display: table-cell;
  padding: 8px;
  border: solid 1px #CCC;
  font-size: 1.6vw;
}
@media print, (min-width: 1024px) {
  .estimate-table th,
.estimate-table td {
    padding: 15px;
    font-size: 1.6rem;
  }
}
.estimate-table th {
  font-weight: bold;
  text-align: center;
}
.estimate-table .total-txt {
  font-size: 1.8vw;
  font-weight: bold;
  text-align: center;
  background: #FAEFEF;
}
@media print, (min-width: 1024px) {
  .estimate-table .total-txt {
    font-size: 1.8rem;
  }
}
.estimate-table .total-price {
  font-size: 1.8vw;
}
@media print, (min-width: 1024px) {
  .estimate-table .total-price {
    font-size: 1.8rem;
  }
}

.print-area {
  margin: 0;
}
@media print, (min-width: 1024px) {
  .print-area {
    margin: 0 60px;
  }
}

/*印刷範囲*/
@media print {
  .print-page.bg-gray {
    background: #FFF !important;
  }

  .print-area {
    margin: 0;
  }

  .print-area .print-area-contents {
    width: 100%;
  }

  .no-print {
    display: none;
  }

  .estimate-box {
    padding: 30px;
  }
}
/*----------------------------------------
ご利用に際して
----------------------------------------*/
.explanation-image {
  max-width: 1030px;
  margin: 30px auto 0 auto;
}

/*----------------------------------------
選択画面
----------------------------------------*/
.choose-area .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
}
@media print, (min-width: 1024px) {
  .choose-area .item-box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.choose-area .item-box.checked {
  outline: 3px solid #B76483;
  outline-offset: -3px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.choose-area .item-box + .item-box {
  margin-top: 20px;
}
.choose-area [class*=item-ttl] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3px;
  background: #FAEFEF;
  color: #B76483;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media print, (min-width: 768px) {
  .choose-area [class*=item-ttl] {
    padding: 0;
  }
}
@media print, (min-width: 1024px) {
  .choose-area [class*=item-ttl] {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
}
.choose-area .item-ttl__w-nomal {
  width: 100%;
}
@media print, (min-width: 1024px) {
  .choose-area .item-ttl__w-nomal {
    width: 200px;
  }
}
.choose-area .item-ttl__w-large {
  width: 100%;
}
@media print, (min-width: 1024px) {
  .choose-area .item-ttl__w-large {
    width: 300px;
  }
}
.choose-area .item-ttl__name {
  font-size: 1.7rem;
  font-weight: bold;
}
@media print, (min-width: 768px) {
  .choose-area .item-ttl__name {
    font-size: 1.6rem;
  }
}
.choose-area .name-ttl__tag {
  margin-left: 10px;
  padding: 1px 10px;
  font-size: 1.2rem;
  color: #FFF;
  font-weight: bold;
  background: #B76483;
  border-radius: 25px;
}
@media print, (min-width: 768px) {
  .choose-area .name-ttl__tag {
    margin-left: 0;
    padding: 2px 15px;
    font-size: 1.3rem;
  }
}
.choose-area .detail-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 10px;
}
@media print, (min-width: 768px) {
  .choose-area .detail-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
  }
}
@media print, (min-width: 768px) {
  .choose-area .item-image {
    padding-right: 10px;
  }
}
.choose-area .item-image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media print, (min-width: 768px) {
  .choose-area .item-image {
    width: 20%;
    margin-bottom: 0;
  }
}
.choose-area .detail-txt__w25 {
  width: 100%;
}
@media print, (min-width: 768px) {
  .choose-area .detail-txt__w25 {
    width: 25%;
  }
}
.choose-area .detail-txt__w25 p {
  font-size: 1.5rem;
}
@media print, (min-width: 768px) {
  .choose-area .detail-txt__w25 p {
    font-size: 1.4rem;
  }
}
.choose-area [class*=detail-txt] {
  letter-spacing: 0.01em;
}
@media print, (min-width: 768px) {
  .choose-area [class*=detail-txt] {
    padding-right: 10px;
  }
}
.choose-area [class*=detail-txt] p {
  letter-spacing: 0.01em;
}
.choose-area .detail-txt__w45 {
  width: 100%;
}
@media print, (min-width: 768px) {
  .choose-area .detail-txt__w45 {
    width: 45%;
  }
}
.choose-area .detail-txt__w45 p {
  font-size: 1.5rem;
}
@media print, (min-width: 768px) {
  .choose-area .detail-txt__w45 p {
    font-size: 1.6rem;
  }
}
.choose-area .detail-txt__w65 {
  width: 100%;
}
@media print, (min-width: 768px) {
  .choose-area .detail-txt__w65 {
    width: 65%;
  }
}
.choose-area .detail-txt__w65 p {
  font-size: 1.6rem;
}
.choose-area .detail-txt__w100 {
  width: 100%;
}
.choose-area .detail-txt__w100 p {
  font-size: 1.6rem;
}
.choose-area .detail-txt__link {
  display: inline-block;
  font-size: 1.4rem;
  text-decoration: underline;
}
.choose-area p.supplement-txt {
  font-size: 1.4rem;
}
.choose-area .incidental {
  width: 100%;
  margin-top: 10px;
}
@media print, (min-width: 768px) {
  .choose-area .incidental {
    width: 51%;
    margin-top: 0;
  }
}
.choose-area .check-area {
  width: 100%;
  height: 60px;
  padding-bottom: 10px;
}
@media print, (min-width: 768px) {
  .choose-area .check-area {
    width: 4%;
    height: auto;
    padding: 0;
  }
}
.choose-area .quantity {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  background: #FAEFEF;
}
@media print, (min-width: 768px) {
  .choose-area .quantity {
    width: 31%;
    margin-top: 0;
  }
}
.choose-area .quantity label {
  font-size: 1.6rem;
}
.choose-area .quantity input {
  width: 60px;
}
.choose-area .quantity p {
  line-height: 1.5;
}

.explanation-txt {
  font-size: 1.5rem;
}
@media print, (min-width: 768px) {
  .explanation-txt {
    font-size: 1.8rem;
  }
}

.unit-txt {
  margin-left: 6px;
}

.not-select-area {
  background: #FEF9F9;
}
.not-select-area .quantity {
  background: #FEF9F9;
}
.not-select-area label.my-checkbox-label {
  opacity: 0.3;
}
.not-select-area .not-select-txt {
  display: block;
  margin-top: 5px;
  padding: 5px 10px;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  background: #B76483;
}

/*----------------------------------------
ステップフロー
----------------------------------------*/
.flow-bar-area {
  margin-bottom: 50px;
}

.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 9px);
}
.flow li {
  position: relative;
  width: calc(100% / 3);
  height: 38px;
  padding-right: 12px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  background: #FAEFEF;
}
@media print, (min-width: 768px) {
  .flow li {
    height: 58px;
    line-height: 58px;
  }
}
.flow li span {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 40px;
  z-index: 2;
}
@media print, (min-width: 768px) {
  .flow li span {
    font-size: 1.4rem;
    line-height: 58px;
  }
}
.flow li::before, .flow li::after {
  position: absolute;
  left: -8px;
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  background-color: #FAEFEF;
  border-left: 4px solid #FFF;
}
@media print, (min-width: 768px) {
  .flow li::before, .flow li::after {
    height: 29px;
  }
}
.flow li::before {
  bottom: 0;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.flow li::after {
  top: 0;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.flow li:first-child:before, .flow li:first-child:after {
  content: none;
}
.flow li.current {
  color: #FFF;
  background: #B76483;
}
.flow li.current:before, .flow li.current:after {
  background-color: #B76483;
}

/*----------------------------------------
参列者入力欄
----------------------------------------*/
.nop-input__item + .nop-input__item {
  margin-top: 10px;
}
.nop-input__item input {
  width: 60px;
}

/*----------------------------------------
お客様情報
----------------------------------------*/
.customer-info-table input {
  width: 100%;
}
.customer-info-table textarea {
  height: 100px;
}