@charset "UTF-8";
/*
**************************************************************
注意事項
**************************************************************

スタイルの追加・修正等を行う際には、 CSS ファイルを直接編集するのではなく、
同梱の SCSS ファイルを編集してコンパイルしてください。

*/
.bgarea .alert-bg-color {
  background-color: #38c172;
}

.badge-color {
  background-color: #ffc000;
}

.form-color {
  background-color: #38c172;
}

main {
  padding: 4em 0 0 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  width: 100%;
  padding: 0.8em 0.8em 0.6em 0.8em;
  background: #fff;
  position: fixed;
  z-index: 9999;
}

footer {
  padding: 1em 0;
  width: 100%;
  margin: 0 auto;
  background: #e7f9f4;
  margin-top: auto;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.bgarea {
  margin: 1em 0;
  padding: 1em 0 0 0;
  background: #fff;
  /* border: 1px solid #ddd; */
  min-width: 497px;
}

.bgarea .caption {
  margin: 0 0 0.6em 0;
  color: #0067a2;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.period {
  background-color: #e3efd9;
  border: 4px solid #93d051;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 50px;
}

.entry-info {
  background-color: #38c172;
  padding: 1rem;
  font-weight: bold;
  text-align: center;
}

.entry-outer {
  background-color: #3883c1;
  padding: 1rem;
  font-weight: bold;
  text-align: center;
}

.accept-area .btn {
  color: #000000;
}
.accept-area .btn:hover {
  color: white;
}
.accept-area span {
  text-align: left;
}

.prepare-items {
  border-radius: 10px;
  background-color: #fff0be;
  padding: 10px;
  text-align: center;
}
.prepare-items ul.item li img {
  max-width: 250px;
  max-height: 200px;
  height: auto;
}
.prepare-items ul.item .dm {
  /* width: 50%; */
  width: 100%;
}
.prepare-items ul.item .warranty {
  padding-top: 2rem;
  width: 100%;
}
.prepare-items ul.item .passbook {
  width: 70%;
}

#file_upload .up-img {
  width: 250px;
  max-width: 250px;
  height: auto;
}

.infobtn {
  margin: 0;
  padding: 0.6em;
  color: #fff;
  background: #00b050;
  display: inline-block;
  border: solid 3px #41719c;
  width: 100% !important;
}

.infobtn::after {
  padding-left: 1em;
  content: "〉";
}

.file-area {
  background-color: rgb(241, 241, 241);
  border: 1px dotted gray;
  width: 100%;
  display: flex;
  align-items: center;
}

#financial .financial-list {
  overflow-y: scroll;
  max-height: 200px;
}

.pt-20 {
  padding-top: 20px;
}

.w-02 {
  width: 2.9rem !important;
  text-align: center;
}

.w-03 {
  width: 3.5rem !important;
  text-align: center;
}

.w-06 {
  width: 5.6rem !important;
  text-align: center;
}

.w-07 {
  width: 6.5rem !important;
  text-align: center;
}

.w-08 {
  width: 8.2rem !important;
  text-align: center;
}

.set-w-04 {
  width: 6.5rem !important;
  text-align: center;
}

.set-w-02 {
  width: 5.2rem !important;
  text-align: center;
}

.separator {
  margin: 0 0.3em;
}

.org-is-invalid {
  border-color: #e3342f;
}
.org-is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.material-icons {
  margin-bottom: 0.05rem;
}

.closed {
  text-align: center;
  margin: 100px auto 0;
  border: solid 3px #f00;
  color: #f00;
  font-size: 1.8em;
  font-weight: bold;
  padding: 20px;
  line-height: 2;
}

@media screen and (max-width: 668px) {
  .bgarea {
    text-align: left;
    min-width: 100%;
  }
  .logo {
    min-width: 90%;
  }
  .txt {
    width: 95%;
    text-align: left;
  }

  .closed {
    text-align: left;
  }
}
.text-primary {
  color: #0070c0 !important;
}

.btn-danger {
  background-color: #ff6a30 !important;
}

.sp-br {
  display: none;
}

@media only screen and (max-width: 992px) {
  .sp-br {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  .pc-br {
    display: none;
  }
}