@charset "utf-8";


.honsya {
  letter-spacing:1em;
  font-weight:bold;
}
.tbl-office {
  width:100%;
  border-top:1px solid #b6b6b6;

}
.tbl-office tr {
  background:none;
}
.tbl-office tr td:nth-of-type(1) {
  width:380px;
}
table.tbl-office tr:hover td {
  background:#FFFAEE;
}
.tbl-office th {
  background:#F1F5F9;
  border-bottom:1px solid #b6b6b6;
  vertical-align:middle;
  padding:6px 1em;
  width:150px;
}
.tbl-office td {
  border-bottom:1px solid #b6b6b6;
  vertical-align:middle;
  padding:6px 1em;

}
.td-map {
  width:105px;
}
.btn-map {
  border:1px solid #b6b6b6;
  display:block;
  padding:3px 14px 3px 12px;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
  font-size:12px;
  font-size:1.2rem;
  vertical-align:middle;
}
a.btn-link {
  border:1px solid #b6b6b6;
  padding:4px 14px 4px 14px;
	border-radius: 5px;		/* CSS3草案 */

  font-size:12px;
  font-size:1.2rem;
  margin-right:10px;
  display:inline-block;
  text-decoration:none;
  background:#F1F4F9;
}
a:hover.btn-link {
  background:#fff;
}
.btn-link:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left:5px;
  color:#FFA400;
  font-size:2rem;
}
.td-no {
  border-bottom:1px solid #fff !important;
}
.btn-map img {
  height:19px;
}
a.btn-map:hover {
  background:#FFEECE;
}
.btn-map img {
  margin-right:0.2em;
}
.tbl-mar {
  margin-bottom:20px;
}

/*販売事業者証*/
.button-area {
  text-align: center;
  margin-top: 30px;
}
.button-area .btn-sign {
  display: inline-block;
  padding: 12px 40px;
  border: 2px solid #ccc;
  background-color: #fff;
  color:#1F468B;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
.button-area .btn-sign:hover {
  background-color: #FFFAEE;
}
/*モーダル*/
.modal-scroll:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-area input,
.modal-area select,
.modal-area .btn {
  font-size: inherit;
}
.modal-scroll {
  overflow: visible;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.modal-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  max-width: 800px;
  border-radius: 5px;
}
.modal-area {
  border-radius: 5px;
  padding: 3rem 4rem 3rem;
  height: 100%;
  display: none;
  position: relative;
}
.modal-area .content-block-title {
  font-size: 24px;
  margin-bottom: 3rem;
}
.modal-area .tbl-office tr:hover td {
  background-color: #fff;
}
.modal-area .tbl-office th {
  white-space: normal;
}
.modal-area .tbl-office td span.office {
  font-weight: bold;
  padding-right: 1em;
}
.modal-close {
  position: fixed;
  top: 15px;
  right: 15px;
  background: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none;
}
.modal-back,
.modal-close:hover {
  cursor: pointer;
}
.modal-close:before,
.modal-close:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
}
.modal-close:before {
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .modal-area {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .modal-wrap {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .head-img {
    margin: -20px auto 20px;
}
  table.tbl_smp th{
    margin-top:10px;
  }
  table.tbl_smp th,
  table.tbl_smp td{
    line-height:1.4;
    border:none;
  }
  table.tbl_smp td{
    padding-top:5px;
    padding-bottom:0px;
  }
table.tbl-office {
  border:none;
}
.td-map {
  margin:10px 0;
  text-align:center;
  }
table.tbl-office th {
  padding:5px 1em;
}

table.tbl-office tr:hover td {
  background:none;
}
.tbl-office tr td:nth-of-type(1) {
  width:100%;
}
.modal-close {
  top: 10px;
  right: 10px;
}
.modal-area {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.modal-area .content-block-title {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.modal-area .tbl-office th,
.modal-area .tbl-office td {
  width: 100%;
  float: left;
  border: none;
}
.modal-area .tbl-office td span.office {
  display: block;
  padding-right: 0;
}
}

