html {
  font-size: 16px;
}

p {
  margin: 0;
  line-height: 1.3;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}

.alignright {
  float: right;
  margin: 0 0 0 5px;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 10px;
}

.paper {
  padding: 20px 35px;
}

.paper label {
  display: inline;
}

.small {
  font-size: 0.8em;
}

.indent-2 {
  margin-left: 2em;
}

.submit {
  margin: 2rem auto 0 auto;
  text-align: center;
}

.submit input {
  margin: 1em auto;
  background: none;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 1em;
  color: #FFF;
  background-color: #004EA2;
  border: none;
  -webkit-box-shadow: 1px 1px 3px #333;
          box-shadow: 1px 1px 3px #333;
  cursor: pointer;
}

.submit input:hover {
  opacity: 0.8;
}

.table-item {
  margin: 5px 0;
  border: 4px solid #000;
  border-collapse: collapse;
  width: 100%;
}

.table-item th {
  border-bottom: 2px solid #000;
}

.table-item th:first-child {
  border-right: 1px solid #000;
}

.table-item td {
  border-bottom: 1px solid #000;
  padding: 4px;
}

.table-item td:first-child {
  border-right: 1px solid #000;
}

.table-item .img-box {
  padding: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-a {
  width: 100%;
}

.input-b {
  width: 4em;
  display: inline;
}

.width-b {
  width: 150px;
}

.spec-rightside,
.spec-leftside {
  padding-bottom: 1rem;
}

.spec-rightside-flex-tate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.spec-leftside-flex-tate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.kome_flex_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 10px;
}

.upload_area {
  margin-top: 2rem;
}

.spec_cb6web .spec-checkpoint {
  height: 240px;
  text-align: center;
}

.spec_cb6web .spec-img {
  height: 100%;
}

/* paper header */
.createdate {
  font-size: 14px;
  text-align: right;
}

.paper-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.table-1 {
  border: 4px solid #000;
  width: 100%;
  margin: 4px 0;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
}

.table-1 th {
  border: 2px dashed #000;
  line-height: 1.5;
  padding: 5px;
}

.table-1 td {
  border: 2px dashed #000;
  padding: 5px;
  vertical-align: top;
}

.width-a {
  width: 9em;
}

.width-cb4 {
  width: 200px;
}

.width-cb4-2 {
  width: calc(100% - 200px);
}

.hissu {
  font-size: 0.83em;
  color: #BB0000;
  font-weight: bold;
  display: inline-block;
}



@media screen and (max-width: 760px) {
  .paper {
    padding: 16px;
  }
  .paper-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .width-a {
    width: auto;
  }
  th,
  td {
    display: block;
    width: 100%;
  }
  .table-1 th {
    border: none;
    border-bottom: none;
    padding-bottom: 0;
    text-align: left;
  }
  .table-1 td {
    border: none;
    border-bottom: 2px dashed #000;
  }
  .table-1 input.text-1 {
    width: calc(100 % - 4em);
  }
  .width-cb4 {
    width: 100%;
  }
  .width-cb4-2 {
    width: 100%;
  }
}

.order-header-gridbox {
  width: 16em;
}

@media screen and (max-width: 760px) {
  .order-header-gridbox {
    width: 100%;
  }
  .order-header-grid {
    table-layout: fixed;
    width: 100%;
  }
  .order-header-grid td {
    display: table-cell;
    width: 100%;
  }

}

.spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spec-rightside {
  width: 35%;
  border: 4px solid #000;
}

.spec-rightside h2 {
  margin: 0;
  /* float: right; */
}

.spec-rightside-flex {
  clear: both;
  display: flex;
  flex-direction: row;
}

.spec-rightside::after {
  content: "";
  clear: both;
  display: block;
}

.spec-leftside {
  width: 35%;
  border: 4px solid #000;
}

.spec-leftside h2 {
  margin: 0;
  /* float: left; */
}

.spec-leftside-flex {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row-reverse;
}

.spec-leftside::after {
  content: "";
  clear: both;
  display: block;
}

.spec-checkpoint {
  width: 30%;
  padding: 0 10px 0;
}

.spec-checkpoint h2 {
  font-size: 1rem;
  text-align: center;
  background-color: #FFFF55;
  margin: 5px 0 1rem;
}

.spec-input-box {
  width: calc(50% - 10px);
  margin: 2em 5px 0;
  padding: 3px;
  position: relative;
  border: 2px solid #000;
}

.spec-input-box h3 {
  position: absolute;
  top: -1.3em;
  left: 0;
  font-size: 1rem;
  line-height: 1;
}

.spec-input-box input {
  display: inline;
  width: calc(100% - 2em);
}

.square {
  display: inline-block;
  border: 1px solid #000;
  font-size: 0.8em;
  padding: 0 5px;
}

.width-a {
  width: 9em;
}

@media screen and (max-width: 768px) {
  .spec-input-box {
    width: calc(50% - 0px);
  }
  .spec-rightside {
    padding-bottom: 1rem;
  }
  .wpcf7 .ajax-loader {
    display: block;
  }
}

@media screen and (max-width: 760px) {
  .paper {
    padding: 16px;
  }
  .paper-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .width-a {
    width: auto;
  }
  th,
  td {
    display: block;
    width: 100%;
  }
  .table-1 th {
    border: none;
    border-bottom: 1px dashed #000;
  }
  .table-1 td {
    border: none;
    border-bottom: 2px dashed #000;
  }
}

@media screen and (max-width: 640px) {
  .spec {
    display: block;
  }
  .spec-rightside {
    width: 100%;
  }
  .spec-leftside {
    width: 100%;
  }
  .spec-checkpoint {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .spec-checkpoint h2 {
    margin-bottom: 0;
  }
  .spec-checkpoint img {
    height: 300px;
  }
  .flex_col_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-item td:first-child {
    border: none;
    border-right: none;
    width: 60%;
    margin: 0 auto;
  }
  .spec-img {
    height: 100%;
  }
  .flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .spec_cb6web .-ispecmg {
    height: 90%;
  }
  .paper2 {
    padding: 20px 10px;
  }
  .width-b {
    width: 100%;
  }
  .table-item td:first-child {
    border-right: none;
  }
}

@media print {
  body {
    display: none !important;
  }
}

.cb8_item_title {
  background-color: #B4BEE1;
}

.cb8_item_title_pink {
  background-color: #e985b099;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
  .pc,
  .cb8_item_none {
    display: none;
  }
}

/* 2025/10 法令改正に伴うフォームリニューアル */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto;
}

.example-img {
  width: 150px;
  padding: 0 10px 0 0;
}

.example-img h2,
.order-info h2 {
  text-align: center;
}

.example-img img {
  margin-top: 8px;
}

.order-info {
  width: calc(100% - 150px);
}

.table-col-1 {
  border: 4px solid #000;
  width: 100%;
  margin: 4px 0;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 16px;
}

.table-col-1 th {
  background-color: #F6F6F6;
  border: 1px dashed #333;
  padding: 5px;
  width: 150px;
}

.table-col-1 td {
  border: 1px dashed #333;
  padding: 5px;
  width: calc(100% - 150px);
}

.table-col-2 {
  border: 4px solid #000;
  width: 100%;
  margin: 4px 0;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 16px;
}

.table-col-2 th {
  background-color: #F6F6F6;
  border: 1px dashed #333;
  padding: 5px;
  width: 130px;
}

.table-col-2 td {
  border: 1px dashed #333;
  padding: 5px;
  width: calc(50% - 130px);
}

.bcn-container {
  width: 100%;
  table-layout: fixed;
}

.bcn-container td {
  vertical-align: top;
}

.bcn-container input[type="text"] {
  width: 4em;
}

.table-bcn-right-1 {
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 5px;
}

.table-bcn-right-1 th {
  background-color: #F6F6F6;
  border: 1px solid #333;
  padding: 2px;
}

.table-bcn-right-1 td {
  border: 1px solid #333;
  padding: 2px;
}

.table-bcn-right-1 select {
  margin: auto;
}

.table-bcn-right-2 {
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 5px;
}

.table-bcn-right-2 th {
  background-color: #F6F6F6;
  border: 1px solid #333;
  padding: 2px;
}

.table-bcn-right-2 td {
  border: 1px solid #333;
  padding: 2px;
}

.tabe-bcn-right-2 select {
  margin: auto;
}

.table-vertical {
  border-collapse: collapse;
  width: 100%;
}

.table-vertical th {
  background-color: #F6F6F6;
  border: 1px solid #333;
  padding: 2px;
}

.table-vertical td {
  border: 1px solid #333;
  padding: 2px;
}

.table-vertical select {
  margin: auto;
}

.table-memo {
  border-collapse: collapse;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #333;
}

.table-memo th {
  padding: 0 0 0 5px;
}

.table-memo td {
  padding: 0 5px;
}

.table-memo .wpcf7-form-control-wrap {
  margin: 0;
}

.bcn-data-box {
  clear: both;
  margin-bottom: 5px;
}

.bcn-add-box {
  width: 50%;
}

.bcn-add-box h3 {
  font-size: 1rem;
  font-weight: normal;
}

.bcn-border {
  border-top: 2px dashed #333;
  padding-top: 5px;
  margin-top: 5px;
  clear: both;
}

.bcn-border .spec-input-box {
  margin-top: 1rem;
}

.bcn-data-box::after,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.w-20per {
  width: 20%;
}

.w-40per {
  width: 40%;
}

.w-50per {
  width: 50%;
}

.w-80per {
  width: 80%;
}

.notice {
  color: #DD6666;
  margin: 5px 0 0;
  font-size: 14px;
}

textarea {
  height: 4em;
}

.arrow-down {
  border-top: 1em solid #333;
  border-left: 3em solid transparent;
  border-right: 3em solid transparent;
  width: 0;
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .example-img {
    width: 100%;
  }
  .order-info {
    width: 100%;
  }
  .table-col-1,
  .table-col-2 {
    border: 2px solid #333;
    margin-bottom: 1rem;
  }
  .table-col-1 th,
  .table-col-2 th {
    width: 100%;
    border: none;
    text-align: left;
  }
  .table-col-1 td,
  .table-col-2 td {
    width: 100%;
    padding-bottom: 1.5em;
    border-top: none;
    border: none;
    border-bottom: 2px dashed #333;
  }
}