﻿@charset "UTF-8";
/* CSS Document */



#keitou h2 {
  font-size: 130%;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
  word-wrap: break-word;
  background: #eee;
  text-align: left !important;
  padding: 5px 10px;
  line-height: 2.4;
}

.inquiry_area ul {
  margin-bottom: 30px;
}

.inquiry_area ul li {
  margin-bottom: 20px;
}
#keitou h4 {
  font-size: 120%;
  margin-bottom: 5px;
}
#keitou h5 {
  font-weight:normal;
  margin-bottom: 0;
}
.link-doc {
  color: #3d90cc; text-decoration: underline;
}
.link-doc:hover {
  text-decoration: none;
}


#keitou .area_pdfbox00 li {
  margin-bottom: 10px;
}
#keitou .area_pdfbox {
  margin-bottom: 30px;
}

.bg-gray {
  background: #f3f3f3;
  padding: 2% 3%;
}

/*(pg/consignment/system/index-j.html)*/

.ttl_info {
  display: flex;
  align-items: center;
  font-size: 190%;
  margin-bottom: 4%;
}

.ttl_info:before,
.ttl_info:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #333;
}

.ttl_info:before {
  margin-right: 1rem;
}
.ttl_info:after {
  margin-left: 1rem;
}
.h2-title {
  font-size: 160.0%;
  font-weight: normal;
  margin-bottom: 30px;
  color: #333;
  word-wrap: break-word;
  text-align: left !important;
}
h3#nonfirm_area {
  margin-top: -69px;
  padding-top: 69px;
}

#tbContainer {
    margin-bottom: 30px;
}
#tbContainer .table_scroll {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
}
.list-wrap li {
    text-indent: -2.4em;
    padding-left: 3em;
}
#tbContainer table {
    margin: 1em 0;
    width: 100%;
    border-collapse: collapse;
}
#tbContainer th {
    padding: 10px;
    border: 1px solid #ccc;
    background: #787878;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
#tbContainer td {
    padding: 0.6em;
    border: 1px solid #ccc;
    text-align: center;
}

@media screen and (max-width: 767px) {
        h3#nonfirm_area {
          margin-top: -52px;
          padding-top: 52px;
        }
}