@charset "UTF-8";
/*
  このcssファイルはSassを使って作成・編集されています。
  直にcssファイルを編集しないでください。
*/
/*グラデーション*/
.warap-middle {
  width: 800px;
  margin: 0 auto;
}

.position-cart #main {
  float: left;
  width: 710px;
}
.position-cart #sidemenu {
  float: right;
  width: 260px;
}

p + p {
  margin-top: 15px;
}

#main p a {
  text-decoration: underline;
}
#main p a:hover {
  text-decoration: underline;
}

.lead {
  font-size: 15px;
  font-weight: bold;
  color: #009acf;
}
.lead a {
  color: #333;
  text-decoration: underline;
}

.product-policy {
  margin-bottom: 20px;
}

input.close {
  text-indent: -9999px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon_close.png);
  padding: 0;
  border: none;
  cursor: pointer;
  text-align: left;
}
input.close:hover {
  opacity: 0.7;
  -moz-box-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

form .msg {
  color: #ff0000;
  font-weight: bold;
  margin: 5px 0;
}
form label + input {
  margin-left: 5px;
}
form input + label {
  margin-left: 7px;
}
form input[type=text], form input[type=password], form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 1px solid #c1c1c1;
}
form select {
  -moz-border-radius: 0;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
  background: none;
  border: 1px solid #CCCCCC;
  margin: 0 5px;
}
form textarea {
  resize: vertical;
}

.btnArea {
  margin-top: 35px;
  text-align: center;
  position: relative;
}
.btnArea .msg {
  font-size: 18px;
  margin-bottom: 15px;
}
.btnArea .btnItem {
  display: inline-block;
}
.btnArea .btnItem + .btnItem {
  margin-top: 0;
  margin-left: 20px;
}
.btnArea .btnArea_back {
  position: absolute;
  left: 0;
  bottom: 12px;
}

table + .btnArea {
  margin-top: 45px;
}

.sub-block .btnArea {
  margin-top: 15px;
}

.sub-block + .sub-block {
  margin-top: 30px;
}

.warning_color {
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #ff0000;
  padding: 0 3px;
}

.checker {
  font-weight: bold;
  margin-top: 3px;
}

td .row + .row {
  margin-top: 15px;
}

td .note {
  font-size: 14px;
  color: #666;
}
td .note.note-bottom {
  display: block;
  margin-top: 7px;
}
td .note.note-left {
  margin-left: 5px;
}
td .note.note-bottom {
  display: block;
  margin-bottom: 7px;
}

td .action {
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
}

th .warning_color {
  margin-left: 10px;
}

.table-simple thead {
  background: #E3E3E3;
}
.table-simple thead th, .table-simple thead td {
  padding: 7px 0;
}
.table-simple tbody th, .table-simple tbody td {
  padding: 7px 5px;
}
.table-simple tbody td {
  border-bottom: 1px dashed #ccc;
}
.table-simple tbody td.num {
  text-align: center;
}
.table-simple tbody tr:first-child td {
  padding-top: 12px;
}
.table-simple tbody tr:last-child td {
  border-bottom: none;
}
.table-simple th, .table-simple td {
  vertical-align: middle;
}
.table-simple th img, .table-simple td img {
  vertical-align: middle;
  margin-right: 5px;
}
.table-simple td form {
  text-align: center;
}
.table-simple td .product_thumb, .table-simple td .product_name {
  display: table-cell;
  vertical-align: middle;
}
.table-simple td .product_name {
  padding-left: 12px;
}
.table-simple th.name, .table-simple th.no {
  text-align: left;
  padding-left: 10px;
}

.table-login th, .table-login td {
  text-align: left;
  padding: 5px 0;
}
.table-login th {
  font-weight: bold;
  width: 1px;
  white-space: nowrap;
  padding-right: 25px;
}

.table-regit th, .table-regit td {
  border-bottom: 1px dotted #ccc;
  padding: 12px 5px;
}
.table-regit th {
  text-align: left;
  width: 1px;
  white-space: nowrap;
  padding-right: 25px;
}
.table-regit td table th, .table-regit td table td {
  border-bottom: none;
  padding: 7px 5px;
}
.table-regit td .unit {
  margin-left: 10px;
}
.table-regit td .button {
  margin-left: 10px;
}
.table-regit tr:first-child th, .table-regit tr:first-child td {
  padding-top: 0;
}
.table-regit tr:last-child th, .table-regit tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.table-regit input[type=text],
.table-regit input[type=password] {
  width: 220px;
}

.table-regit .current_level {
  margin-top: 7px;
}

.table-regit .upload_info {
  margin-top: 10px;
}

.table-regit .upload_att {
  font-weight: bold;
  margin-top: 15px;
}

.table-regit .uploaded_photo a {
  text-decoration: underline;
}

.table-regit .upload_new {
  margin: 12px 0px;
}

.message-thanks {
  text-align: center;
  padding: 40px;
}
.message-thanks + .btnArea {
  margin-top: 15px;
}

/*------------------------------------------------------------
  ボタン
------------------------------------------------------------*/
input.btn-regist {
  background: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}

input.btn-modify {
  background: #fff;
  border-color: #333;
}

.btn:disabled {
  cursor: inherit;
  opacity: 0.25;
}

.btn:disabled:hover {
  cursor: inherit;
  opacity: 0.25;
}

/*------------------------------------------------------------
  計測履歴画面
------------------------------------------------------------*/
.search-form-header {
  margin-bottom: 10px;
  text-align: right;
}

.search-form-footer {
  margin-left: 148px;
  margin-top: 25px;
}

.record-container {
  margin-top: 35px;
}

.record-container .record-item + .record-item {
  margin-top: 20px;
}

.record-item__header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.record-item__header .btn-modify {
  padding: 7px 15px;
  font-size: 15px;
}

.record-item__footer {
  margin-top: 15px;
}
.record-item__footer .btn-open {
  margin-left: 30px;
}

.record-item .title {
  color: #009acf;
  font-size: 20px;
}
.record-item + .table-regit {
  margin-top: 30px;
}

.cis_search {
  margin-top: 10px;
}
.cis_search input[type=search] {
  width: 300px;
  padding: 4px 6px;
}
.cis_search input[type=search],
.cis_search input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  line-height: 13px;
  height: 28px;
  border-radius: 0;
  border: 1px solid #c1c1c1;
}
.cis_search .btn.btn-search {
  padding: 0 26px;
}

.cis_search__results {
  margin-top: 20px;
}
.cis_search__results table thead th {
  background-color: #ccc;
  padding: 8px;
  text-align: center;
}
.cis_search__results table tbody tr td {
  padding: 14px 0;
  vertical-align: top;
  border-bottom: 1px dashed #666;
}
.cis_search__results table tbody tr td:first-of-type {
  width: 120px;
}
.cis_search__results table tbody tr td:last-of-type {
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
}
.cis_search__results table tbody tr td ul {
  display: flex;
  font-size: 11px;
}
.cis_search__results table tbody tr td ul li + li {
  margin-left: 2px;
}
.cis_search__results table tbody tr td ul li + li:before {
  content: ">";
  margin-right: 4px;
}
.cis_search__results table tbody tr td p.cis-prod_name, .cis_search__results table tbody tr td p.cis-item_no {
  margin-top: 10px !important;
}
.cis_search__results table tbody tr td p.cis-item_no {
  font-size: 18px;
  font-weight: bold;
}
.cis_search__results table tbody tr td input[type=button].btn {
  padding: 10px 14px;
  border-radius: 14px;
  background-color: #009acf;
  border: 1px solid #2e6da4;
  color: #fff;
}

.cis-download-box {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  border-top: 3px solid #1e21bc;
  background-color: #e1e1e1;
  padding: 22px 0;
}
.cis-download-box h3 {
  font-size: 17px;
  margin-bottom: 20px;
}
.cis-download-button {
  display: flex;
  justify-content: space-between;
}
.cis-download-button button {
  padding: 10px 10px 10px 40px !important;
}
.cis-download-button button:hover {
  opacity: 1;
}
.cis-download-button button.btn-document {
  background-image: url(../img/icon_document.png);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 20px auto;
  background-color: #fff;
  position: relative;
  border: 1px solid #ccc;
}
.cis-download-button button.btn-document:hover {
  border: 1px solid #1e21bc;
  color: #1e21bc;
}
.cis-download-button button.btn-document .doc-num {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: -17px;
  right: -17px;
  height: 30px;
  width: 30px;
  background-color: #ec2310;
  border-radius: 50px;
  /*
  span{
    display: block;
    position: relative;
    width: 100%;
    &::before{
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: #ec2310;
      border-radius: 50px;
    }
  }
  */
}
.cis-download-button button.btn.btn-search {
  background-color: #1e21bc;
  background-image: url(../img/icon_search.png);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 20px auto;
}
.cis-download-button button.btn.btn-search:hover {
  background-color: #10129a;
  color: #fcfcfc;
}

.table-simple thead {
  background: #E3E3E3;
}
.table-simple thead th, .table-simple thead td {
  padding: 7px 0;
}
.table-simple tbody th, .table-simple tbody td {
  padding: 7px 5px;
}
.table-simple tbody td {
  border-bottom: 1px dashed #ccc;
}
.table-simple tbody td:last-of-type {
  text-align: center;
}
.table-simple tbody td.num {
  text-align: center;
}
.table-simple tbody tr:first-child td {
  padding-top: 12px;
}
.table-simple tbody tr:last-child td {
  border-bottom: none;
}
.table-simple th, .table-simple td {
  vertical-align: middle;
}
.table-simple th img, .table-simple td img {
  vertical-align: middle;
  margin-right: 5px;
}
.table-simple td form {
  text-align: center;
}
.table-simple td .product_thumb, .table-simple td .product_name {
  display: table-cell;
  vertical-align: middle;
}
.table-simple td .product_name {
  padding-left: 12px;
}
.table-simple th.name, .table-simple th.no {
  text-align: left;
  padding-left: 10px;
}

.btn-box-cis {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.btn-box-cis .btn-gray {
  padding-left: 90px;
  padding-right: 90px;
}

/*------------------------------------------------------------
  解析結果画面
------------------------------------------------------------*/
.document_view {
  height: 297mm;
  font-size: 15px;
  width: 210mm;
  padding: 20px 30px 30px;
}
.document_view * {
  margin: 0;
}

.document_number {
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  justify-content: end;
}
.document_number dt, .document_number dd {
  border-bottom: 1px solid #333;
}
.document_number dd {
  padding-left: 20px;
}

.document_date {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: right;
}

.document_company {
  font-size: 20px;
  margin: 0 0 15px 0;
}

.document_logo {
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  flex-flow: column;
  align-items: end;
  letter-spacing: 0.2rem;
}
.document_logo img {
  width: 240px;
}

.document_title {
  text-align: center;
  font-size: 20px;
}
.document_title.title-eng {
  font-size: 17px;
  margin-top: 10px;
}

.document_summary.summary-eng {
  margin-top: 20px;
  margin-bottom: 20px;
}

.document_description {
  margin-top: 20px;
}

.document_description table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 20px;
}
.document_description table caption {
  margin-bottom: 13px;
  text-align: left;
}
.document_description table th, .document_description table td {
  border: 1px solid #333;
  font-size: 14px;
  padding: 5px 7px;
  text-align: left;
  vertical-align: middle;
}
.document_description table td img {
  max-height: 130px;
  max-width: 100%;
}
.document_description table + p {
  text-align: right;
}

.document_chart {
  margin-top: 30px;
}

footer.cis-download {
  margin-bottom: 128px;
}/*# sourceMappingURL=cis.css.map */