#powered_by_me {
  display: none;
}
* {
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
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,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-size: 16px;
  line-height: 1.5;
  color: #231815;
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
  padding-bottom: 200px;
}
img {
  border: 0;
  vertical-align: bottom;
}
a:link {
  color: #51453f;
  text-decoration: underline;
  cursor: pointer;
}
a:visited {
  color: #51453f;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #51453f;
  text-decoration: none;
  cursor: pointer;
}
a:hover img {
  opacity: 0.8;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.listnone li {
  list-style: none;
}
.texindent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.contents {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.h1 {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}
.h1 + p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.h2 {
  background-color: #559b3a;
  background-image: url(/static/img/headline-visual.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding: 10px 10px 15px 10px;
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}
.h2 + p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
}
.h2-brown {
  background-color: #6a3906 !important;
  background-image: url(/static/img/headline-visual_brown.png) !important;
}
.h2-blue {
  background-color: #306bbf !important;
  background-image: url(/static/img/headline-visual_blue.png) !important;
}
.h3 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 16px;
  padding: 10px 10px 15px 10px;
  background-color: #6a3906;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
}
.h3 + p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
}
.btn-read {
  text-align: center;
  font-size: 19px;
  margin: 120px 0 20px 0;
}
.button-red a {
  width: 530px;
  max-width: 90%;
  margin: 0 auto;
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #db0121;
  padding: 29px 0 37px 0;
  text-decoration: none;
  border-radius: 7px;
  position: relative;
  transition: background-color 0.3s ease;
}
.button-red a:hover {
  background-color: #a80119;
}
.button-red a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 38px;
  height: 34px;
  background-image: url(/static/img/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.btn-primary {
  width: 440px;
  max-width: 90%;
  margin: 0 auto;
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #db0121;
  text-decoration: none;
  border-radius: 7px;
  position: relative;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  background-image: url('../img/icon-arrow.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 38px 34px;
  padding: 29px 78px 32px 38px;
}
.btn-primary:hover {
  background-color: #a80119;
}
.btn-secondary {
  width: 220px;
  max-width: 40%;
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #231815;
  text-decoration: none;
  border-radius: 7px;
  position: relative;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  padding: 29px 38px 32px 38px;
}
.btn-secondary:hover {
  background-color: #d5d5d5;
}
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 20px auto;
}
.button-container .btn-primary,
.button-container .btn-secondary {
  margin: 0;
  max-width: calc(50% - 10px);
}
nav {
  width: 100%;
  background-color: #eef5eb;
  border-bottom: 1px solid #94c083;
  padding: 26px 0 30px 0;
  position: fixed;
  top: 0;
  /* 常に上部に固定 */
  left: 0;
  z-index: 1000;
  transform: translateY(-100%);
  /* 初期状態では上に隠す */
  transition: transform 0.3s ease;
}
nav ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
nav li {
  margin: 0 10px;
}
nav a {
  font-size: 19px;
  font-weight: 600;
  text-decoration: underline;
  text-align: center;
  display: block;
  color: inherit;
  padding: 5px 10px;
  /* クリック領域を広げる */
}
nav a:hover {
  opacity: 0.8;
}
nav.visible {
  transform: translateY(0);
  /* 表示状態 */
}
body {
  padding-top: 0;
  /* 初期状態ではパディングなし */
  transition: padding-top 0.3s ease;
}
body.nav-is-visible {
  padding-top: 90px;
  /* ナビが表示されたときにボディにパディングを追加 */
}
@media (max-width: 768px) {
  nav {
    display: none;
  }
  body.nav-is-visible {
    padding-top: 0;
  }
}
header {
  position: relative;
  padding-bottom: 46px;
  margin-bottom: 50px;
}
header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46px;
  background-color: #559b3a;
}
header .contents {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 14px 0;
  min-height: 128px;
}
header .contents .logo {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 362px;
  height: auto;
}
header .contents .logo img {
  width: 100%;
  height: auto;
  display: block;
}
header .contents .aside {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 14px;
  font-weight: 400;
}
header .contents .aside .add {
  font-size: 13px;
}
header .contents .aside .tel {
  width: 290px;
  height: auto;
  margin: 8px 0 4px 0;
}
header .contents .aside .time {
  font-size: 12px;
}
#home {
  margin-bottom: 120px;
}
#home h1 {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}
#home h1 + p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
#home h2 {
  background-color: #559b3a;
  background-image: url(/static/img/headline-visual.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding: 10px 10px 15px 10px;
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}
#home h2 + p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
}
#home h3 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 16px;
  padding: 10px 10px 15px 10px;
  background-color: #6a3906;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
}
#home h3 + p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
}
#home .attention {
  width: 800px;
  margin: 0 auto 60px;
  background-color: #feee75;
  padding: 30px 50px;
}
#home .attention h4 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
#home .attention div {
  display: flex;
  align-items: flex-start;
}
#home .attention div img {
  margin: 4px 20px 0 0;
}
#home .attention div ul {
  flex: 1;
  margin: 0;
  padding-left: 20px;
}
#home .attention div ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
#home .attention .button-glay a {
  width: 360px;
  background-color: #231815;
  color: white;
  font-size: 17px;
  font-weight: 300;
  padding: 16px 0 20px 0;
  display: block;
  margin: 30px auto 0;
  text-align: center;
  border: none;
  cursor: pointer;
  border-radius: 7px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#home .attention .button-glay a:hover {
  background-color: #533932;
}
#form {
  margin-bottom: 120px;
}
#form h1 {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
}
#form h1 + p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
#form h2 {
  background-color: #559b3a;
  background-image: url(/static/img/headline-visual.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  padding: 10px 10px 15px 10px;
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}
#form h2 + p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
}
#form h3 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 16px;
  padding: 10px 10px 15px 10px;
  background-color: #6a3906;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
}
#form h3 + p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
}
#form .attention-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #feee75;
  padding: 24px 0;
  margin-bottom: 60px;
  position: relative;
}
#form .attention {
  padding: 0;
  margin: 0 auto;
}
#form .attention .contents {
  display: flex;
  align-items: flex-start;
}
#form .attention .contents img {
  margin-right: 30px;
  width: 190px;
}
#form .attention .contents div {
  flex: 1;
}
#form .attention .contents h4 {
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 0;
}
#form .attention .contents p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  word-break: break-all;
  overflow-wrap: break-word;
}
#form .attention .contents p .underline {
  font-size: 15px;
  font-weight: 800;
  border-bottom: 1px solid #db0121;
  color: #db0121;
}
#form .attention .contents p:last-child {
  margin-bottom: 0;
}
#form .alert-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #f5c6cb;
  font-size: 24px;
}
#form .alert {
  position: relative;
  padding: 23px 20px 26px 20px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
#form .alert-warning {
  color: #856404;
  background-color: #f44336;
  border-color: #ffeeba;
}
#form .green {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
  border-collapse: collapse;
  border-spacing: 0;
}
#form .green th,
#form .green td {
  padding: 6px 10px;
  border: none;
  vertical-align: middle;
}
#form .green th {
  width: 40%;
  background-color: #559b3a;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: left;
  border: 0;
  border-bottom: 1px solid white;
}
#form .green th .badge-danger {
  color: #feee75;
  font-size: 14px;
  padding: 3px 8px;
  border-radius: 3px;
  margin-left: 5px;
}
#form .green td {
  /* カレンダー入力フィールドのスタイリング */
  /* カレンダーアイコンのスタイリング */
  /* カスタムアイコンを非表示 */
  /* フォーカス時のスタイル */
}
#form .green td .form-control {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #b6b3b2;
  font-size: 17px;
  padding: 10px 16px;
  border-radius: 4px;
  color: #231815;
}
#form .green td .form-control:focus {
  outline: none;
  border-color: #918c8b;
}
#form .green td input[type="date"] {
  cursor: pointer;
  position: relative;
  width: 100%;
}
#form .green td input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  /* アイコンを表示 */
  width: 20px;
  /* 適切なサイズに設定 */
  height: 20px;
  background-position: right;
  margin-left: 0;
  position: static;
  /* 絶対位置指定を解除 */
}
#form .green td input[type="date"]::after {
  content: none;
  /* 疑似要素のコンテンツを削除 */
}
#form .green td input[type="date"]:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#form .green td textarea.form-control {
  min-height: 100px;
  resize: vertical;
}
#form .green td .btn-info {
  -webkit-appearance: none;
  appearance: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  min-width: 180px;
  height: auto;
  line-height: 1.5;
  color: #231815;
  border: 1px solid #cecbcb;
  border-radius: 4px;
}
#form .green td .btn-info[value="住所を自動入力"] {
  padding: 8px 18px;
  font-size: 16px;
  min-width: 160px;
}
#form .green td .btn-info:hover {
  background-color: #e0e0e0;
}
#form .green td .form-control-file {
  display: block;
  width: 100%;
}
#form .green td .form-control-file::-webkit-file-upload-button,
#form .green td .form-control-file::file-selector-button {
  -webkit-appearance: none;
  appearance: none;
  color: #231815;
  background-color: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 7px 20px;
  font-size: 16px;
  min-width: 165px;
  width: auto;
  height: auto;
  line-height: 1.5;
  box-sizing: border-box;
}
#form .green td .form-control-file::-webkit-file-upload-button:hover,
#form .green td .form-control-file::file-selector-button:hover {
  background-color: #e0e0e0;
}
#form .green td select.form-control {
  padding: 10px 16px;
}
#form .green td .form-control-file {
  border: none;
  padding: 0;
}
#form .green td .alert {
  margin-top: 8px;
  display: none;
}
#form .green td .alert.show {
  display: block;
}
#form .green td p {
  margin-top: 10px;
  color: #666;
  font-size: 13px;
}
#form .green td .date-input-wrapper {
  position: relative;
  width: 100%;
}
#form .green td .date-input-wrapper input[type="date"],
#form .green td .date-input-wrapper input[type="datetime-local"] {
  width: 100%;
  position: relative;
  z-index: 1;
}
#form .green td .date-input-wrapper .date-input-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
#form .work-sharing-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
  border-collapse: collapse;
}
#form .work-sharing-table tr td {
  width: 50%;
  vertical-align: top;
  padding: 11px 11px 7px 11px;
  border: 1px solid #ccc;
}
#form .work-sharing-table .work-item {
  position: relative;
}
#form .work-sharing-table .work-item .icon {
  width: 70px;
  height: 70px;
  float: left;
}
#form .work-sharing-table .work-item .item-title {
  margin: 5px 0 5px 80px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#form .work-sharing-table .work-item .required-mark {
  color: #dc3545;
  margin-left: 5px;
}
#form .work-sharing-table .work-item .radio-group {
  margin-left: 80px;
  font-size: 18px;
  font-weight: 600;
}
#form .work-sharing-table .work-item .radio-group label {
  margin-right: 15px;
  cursor: pointer;
}
#form .work-sharing-table .work-item .radio-group label input[type="radio"] {
  margin-right: 5px;
}
#form .work-sharing-table .work-item .error-message {
  display: none;
  width: 100%;
  margin-top: 5px;
  padding: 8px;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 3px;
  font-size: 14px;
}
#form .work-sharing-table-none .work-item .icon {
  display: none;
}
#form .work-sharing-table-none .work-item .item-title,
#form .work-sharing-table-none .work-item .radio-group {
  margin-left: 0;
}
#form .item-quantity-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
  border-collapse: collapse;
  table-layout: fixed;
}
#form .item-quantity-table tr {
  border: 1px solid #ccc;
}
#form .item-quantity-table tr th,
#form .item-quantity-table tr td {
  padding: 12px;
  border: none;
  vertical-align: middle;
  background: none;
}
#form .item-quantity-table tr th {
  width: 70%;
  color: #231815;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
}
#form .item-quantity-table tr td {
  width: 30%;
  text-align: right;
  border-right: 1px solid #ccc;
}
#form .item-quantity-table tr td .form-control {
  width: 90px;
  box-sizing: border-box;
  border: 1px solid #b6b3b2;
  background-color: #e9e8e8;
  font-size: 16px;
  padding: 8px 12px;
  border-radius: 4px;
  margin: 0 auto;
  display: inline-block;
}
#form .item-quantity-table tr td .form-control:focus {
  outline: none;
  border-color: #918c8b;
}
#form .furniture-icons {
  max-width: 800px;
  width: 100%;
  margin: 100px auto 30px;
  text-align: center;
}
#form .furniture-icons .icon {
  max-width: 100%;
  height: auto;
}
#form .message-finish {
  padding-top: 60px;
}
#form .message-finish .config {
  font-size: 34px;
  font-weight: 900;
  color: #559b3a;
  margin-bottom: 10px;
  text-align: center;
}
#form .message-finish p {
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}
#form .message-finish ul {
  background-color: #f4f0e6;
  padding: 30px 80px 24px 80px;
  margin-bottom: 30px;
}
#form .message-finish li {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 22px;
  list-style-type: none;
  position: relative;
  padding-left: 1.7em;
}
#form .message-finish li::before {
  content: "●";
  /* 大きな黒丸を使用 */
  position: absolute;
  left: 0.5em;
  top: 2px;
  /* 中点を2px下に移動 */
  font-size: 16px;
  /* 少し小さめに設定して調整 */
}
#form .message-finish .back {
  text-align: center;
}
#form .message-finish .back a {
  background-color: #231815;
  color: #fff;
  font-size: 20px;
  padding: 15px 30px;
  border-radius: 7px;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
#form .message-finish .back a:hover {
  background-color: #030202;
}
#pagetop {
  position: fixed;
  bottom: 80px !important;
  z-index: 1;
  width: 70px;
  left: 50%;
  margin-left: calc(500px - 70px);
}
#pagetop a {
  display: block;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background-image: url("/static/img/icon-pagetop.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
}
#pagetop a:hover {
  opacity: 0.8;
}
footer {
  background-color: #559b3a;
  padding: 18px 0 22px 0;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  -webkit-text-size-adjust: 100%;
  /* Safari, Chromeなど */
  text-size-adjust: 100%;
  /* 標準 */
  .h1 {
    font-size: 8vw;
  }
  .h1 + p {
    font-size: 2.8vw;
  }
  .h2 {
    background-color: #559b3a;
    background-image: url(/static/img/headline-visual.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    padding: 10px 10px 15px 10px;
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 0.01em;
  }
  .h2 + p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .h2-brown {
    background-color: #6a3906 !important;
    background-image: url(/static/img/headline-visual_brown.png) !important;
  }
  .h2-blue {
    background-color: #306bbf !important;
    background-image: url(/static/img/headline-visual_blue.png) !important;
  }
  .h3 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 16px;
    padding: 10px 10px 15px 10px;
    background-color: #6a3906;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: 0.01em;
  }
  .h3 + p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  header {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  header::after {
    height: 30px;
  }
  header .contents {
    min-height: auto;
    padding: 10px 0;
    flex-direction: column;
  }
  header .contents .logo {
    position: relative;
    left: auto;
    bottom: auto;
    width: 90%;
    margin: 12px auto 8px;
  }
  header .contents .aside {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    width: 100%;
  }
  header .contents .aside .add {
    font-size: 14px;
  }
  header .contents .aside .tel {
    width: 80%;
    margin: 5px auto;
  }
  header .contents .aside .time {
    font-size: 14px;
  }
  #form {
    margin-bottom: 120px;
  }
  #form h1 {
    font-size: 8vw;
  }
  #form h1 + p {
    font-size: 2.8vw;
  }
  #form h2 {
    background-color: #559b3a;
    background-image: url(/static/img/headline-visual.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    padding: 10px 10px 15px 10px;
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 0.01em;
  }
  #form h2 + p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  #form h3 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 16px;
    padding: 10px 10px 15px 10px;
    background-color: #6a3906;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: 0.01em;
  }
  #form h3 + p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  #form .attention-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-color: #feee75;
    padding: 24px 0;
    margin-bottom: 60px;
    position: relative;
  }
  #form .attention {
    padding: 0;
    margin: 0 auto;
  }
  #form .attention .contents {
    display: flex;
    align-items: flex-start;
  }
  #form .attention .contents img {
    display: none;
  }
  #form .attention .contents div {
    flex: 1;
  }
  #form .attention .contents h4 {
    font-size: 4vw;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 0;
  }
  #form .attention .contents p {
    font-size: 3vw;
    line-height: 1.6;
    margin-bottom: 20px;
    word-break: break-all;
    overflow-wrap: break-word;
  }
  #form .attention .contents p .underline {
    font-size: 3vw;
    font-weight: 800;
    border-bottom: 1px solid #db0121;
    color: #db0121;
  }
  #form .attention .contents p:last-child {
    margin-bottom: 0;
  }
  #form .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 19px;
  }
  #form .alert {
    position: relative;
    padding: 23px 20px 26px 20px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  #form .alert-warning {
    color: #856404;
    background-color: #f8d7da;
    border-color: #ffeeba;
  }
  #form .green {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 80px;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #form .green th,
  #form .green td {
    padding: 6px 10px;
    border: none;
    vertical-align: middle;
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  #form .green th {
    width: 40%;
    background-color: #559b3a;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    border: 0;
    border-bottom: 1px solid white;
    margin-top: 20px;
  }
  #form .green th:first-child {
    margin-top: 0;
  }
  #form .green th .badge-danger {
    color: #feee75;
    font-size: 14px;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: 5px;
  }
  #form .green td {
    padding: 12px 0 18px 0;
  }
  #form .green td .form-control {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #b6b3b2;
    font-size: 17px;
    padding: 10px 16px;
    border-radius: 4px;
  }
  #form .green td .form-control:focus {
    outline: none;
    border-color: #918c8b;
  }
  #form .green td input[type="date"] {
    font-size: 16px;
    height: 44px;
    padding-right: 40px;
    width: 60%!important;
    margin: 0 auto;
    display: block;
  }
  #form .green td input[type="date"]::after {
    font-size: 1.4em;
  }
  #form .green td textarea.form-control {
    min-height: 100px;
    resize: vertical;
  }
  #form .green td .btn-info {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #form .green td select.form-control {
    padding: 10px 16px;
  }
  #form .green td .form-control-file {
    border: none;
    padding: 0;
  }
  #form .green td .alert {
    margin-top: 8px;
    display: none;
  }
  #form .green td .alert.show {
    display: block;
  }
  #form .green td p {
    margin-top: 10px;
    color: #666;
    font-size: 13px;
  }
  #form .green td input[type="date"],
  #form .green td input[type="datetime-local"] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #form .green td .date-input-wrapper {
    position: relative;
    width: 100%;
  }
  #form .green td .date-input-wrapper input[type="date"],
  #form .green td .date-input-wrapper input[type="datetime-local"] {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #form .green td .date-input-wrapper .date-input-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
  }
  #form .work-sharing-table {
    margin-bottom: 40px;
    border-collapse: separate;
    /* display:blockと併用するため */
  }
  #form .work-sharing-table,
  #form .work-sharing-table tbody,
  #form .work-sharing-table tr,
  #form .work-sharing-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #form .work-sharing-table tr {
    margin-bottom: 15px;
  }
  #form .work-sharing-table tr td {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 11px 11px 7px 11px;
  }
  #form .work-sharing-table tr td:last-child {
    margin-bottom: 0;
  }
  #form .work-sharing-table .work-item {
    display: table;
    width: 100%;
  }
  #form .work-sharing-table .work-item .icon {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    padding-right: 0px;
  }
  #form .work-sharing-table .work-item .content-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
  #form .work-sharing-table .work-item .item-title {
    font-size: 3.5vw;
    margin: 5px 0 5px 90px;
    line-height: 1.2;
  }
  #form .work-sharing-table .work-item .radio-group {
    font-size: 4vw;
    margin-left: 90px;
  }
  #form .work-sharing-table .work-item .radio-group label {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 5px;
  }
  #form .work-sharing-table-none .work-item .icon {
    display: none;
  }
  #form .work-sharing-table-none .work-item .item-title,
  #form .work-sharing-table-none .work-item .radio-group {
    margin-left: 0;
  }
  #form .item-quantity-table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
    border-collapse: collapse;
    table-layout: fixed;
  }
  #form .item-quantity-table tr {
    border: 1px solid #ccc;
  }
  #form .item-quantity-table tr th,
  #form .item-quantity-table tr td {
    padding: 8px;
    border: none;
    vertical-align: middle;
    background: none;
  }
  #form .item-quantity-table tr th {
    width: 70%;
    color: #231815;
    font-size: 3.5vw;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
  }
  #form .item-quantity-table tr td {
    width: 30%;
    text-align: right;
    border-right: 1px solid #ccc;
  }
  #form .item-quantity-table tr td .form-control {
    width: 100%;
    max-width: 80px;
    box-sizing: border-box;
    border: 1px solid #b6b3b2;
    background-color: #e9e8e8;
    font-size: 3.5vw;
    padding: 6px 8px;
    border-radius: 4px;
    margin: 0 auto;
    display: inline-block;
  }
  #form .item-quantity-table tr td .form-control:focus {
    outline: none;
    border-color: #918c8b;
  }
  #form .furniture-icons {
    max-width: 800px;
    width: 100%;
    margin: 100px auto 30px;
    text-align: center;
  }
  #form .furniture-icons .icon {
    max-width: 100%;
    height: auto;
  }
  #form .message-finish {
    padding-top: 60px;
  }
  #form .message-finish .config {
    font-size: 34px;
    font-weight: 900;
    color: #559b3a;
    margin-bottom: 10px;
    text-align: center;
  }
  #form .message-finish p {
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
  }
  #form .message-finish ul {
    background-color: #f4f0e6;
    padding: 30px 90px 24px 90px;
    margin-bottom: 30px;
  }
  #form .message-finish li {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  #form .message-finish .back {
    text-align: center;
  }
  #form .message-finish .back a {
    background-color: #231815;
    color: #fff;
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 7px;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  #form .message-finish .back a:hover {
    background-color: #030202;
  }
}
/*# sourceMappingURL=site.css.map */