a.souba_btn {
  background-color: #00b8c7;
  display: block;
  color: #fff !important;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 0px 5px #057a84;
  margin: 20px auto;
  position: relative
}

a.souba_btn:after {
  font-family: 'Font Awesome 5 Free', sans-serif;
  content: "\f105";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  top: 16px;
  right: 11px
}

.postContents .drop_item {
  display: none
}

.postContents .tab_area {
  flex-wrap: wrap;
  display: flex
}

.postContents .tab_head {
  width: calc(100%/2);
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  border: solid 1px #aaa;
  box-sizing: border-box;
  margin: 0;
  cursor: pointer
}

.postContents .tab_item_txt {
  display: none;
  width: 100%
}

.postContents .tab_item_txt.tab_item_active {
  display: block
}

.postContents .tab_active {
  border-bottom: solid 5px #00b8c8
}

.pageContents,
.pageCta,
.pagePager,
.postContents,
.postCta,
.viral,
.viral__bg,
.viral__bg img {
  width: 100%
}

.content a.big-btn {
  background-color: #00b8c8;
  border-bottom: solid #047984 3px;
  max-width: 400px;
  font-size: 18px;
}

.postContents .content a.afi-btn {
  display: block !important;
  padding: 5px 10px !important;
  /* width: 80px; */
  width: 100% !important;
  white-space: nowrap !important;
}

.postContents .content a.uridoki-price-btn {
  background-color: #6eae6a;
  border-bottom: solid #528f55 3px
}

.postContents .content a.inquiry-text {
  background-color: inherit !important;
  border-bottom: none;
  color: #191919 !important;
  font-weight: 500;
  text-decoration: underline;
}

.postContents .flex {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 5px;
}

.postContents .content a.callafi-btn {
  padding: 5px 10px !important;
  background-color: #00b8c8 !important;
  border-bottom: solid #047984 3px !important;
}

.flex {
  display: flex
}

.content a.afi-btn {
  display: inline;
  padding: 15px 1px;
  width: 80px;
  font-size: 14px;
}

.content a.callafi-btn {
  background-color: #f77f00;
  border-bottom: solid #d67413 3px
}