.tab-container .tab-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tab-container .tab-label {
  width: 100%;
  padding: 12px 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  background-color: #FFF;
  border-bottom: 3px solid #ddd;
}
@media screen and (max-width: 768px) {
  .tab-container .tab-label {
    padding: 12px 10px;
  }
}
.tab-container .tab-label.selected {
  color: #e44141;
  background-color: #fff3f3;
  border-bottom-color: #e44141;
  font-weight: bold;
}
.tab-container .tab-label:not(.selected):hover {
  background-color: #f0f0f0;
}
.tab-container .tab-label br {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab-container .tab-label br {
    display: inline;
  }
}
.tab-container .tab-content {
  display: none;
  padding: 20px 0;
  min-height: 150px;
}
.tab-container .tab-content.selected {
  display: block;
}
.tab-container .tab-content .post_content h3:first-child, .tab-container .tab-content .post_content h4:first-child {
  margin-top: 0 !important;
}
.tab-container .tab-content .detail_col {
  margin-top: 0 !important;
}
.tab-container .tab-content .contact_area._mail {
  margin-top: 20px !important;
}
.tab-container .tab-to-contact {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  margin: 0 auto;
  background-color: #CA3A28;
  color: #FFF;
  padding: 10px 20px;
  margin-bottom: 40px;
  font-weight: bold;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tab-container .tab-to-contact:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.8;
}
/*# sourceMappingURL=tab.css.map */
