@charset "UTF-8";
/* タブ
=============================== */
.CMN-CMP-btns {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: 2px solid #9a9a9a;
}
.CMN-CMP-btns__btn {
  display: table-cell;
  vertical-align: bottom;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}
.CMN-CMP-btns__btn:first-child {
  padding-left: 0;
}
.CMN-CMP-btns__btn:last-child {
  padding-right: 0;
}
.CMN-CMP-btns__link {
  display: block;
  text-align: center;
  padding: .5em 0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #9a9a9a;
  background-color: #9a9a9a;
  text-decoration: none !important;
  color: #fff !important;
  box-sizing: border-box;
}
.CMN-CMP-btns__link--active {
  background: #fff;
  padding: 1em 0 .5em;
  position: relative;
  pointer-events: none;
  border-bottom-color: #fff;
  bottom: -2px;
  color: #333 !important;
}

.CMN-CMP-box {
  display: none;
  padding-top: 10px;
}
.CMN-CMP-box--active {
  display: block;
}
.CMN-CMP-box .CMN-CMP-body {
  padding: 30px 5px;
  border: 2px solid #9a9a9a;
  background: #f6f6f6;
  border-radius: 5px;
}
