.shop-information h1 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 20px;
}

/*共通*/
.shop-information a{
    color: #3a5a95 !important;
    text-decoration: underline;
}
.shop-information h2{
    margin: 20px 0 10px 0;
    font-size: 18px;
}
.shop-information table + h2{
	margin-top: 30px;
}
.shop-information ol{
    padding: 0 20px;
}
.shop-information ol li{
    margin-left: 1em;
    list-style: auto;    
}



/*テーブル*/
.shop-information table {
    border: 1px;    
    width: fit-content;
    border-collapse:  collapse;
}
.shop-information table tr {
    border-bottom: 1px solid #ddd ;
}

.shop-information table th{
    text-align: left;
    position: relative;
}

.shop-information table th,
.shop-information table td{
    vertical-align: middle;
    padding: 0.5em;
}

