@charset "UTF-8";
/*	common
------------------------------*/
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wrap {
    display: block;
  }
}

.cont {
  background: #eceff2;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}

/*
@media screen and (max-width: 768px) {
  .cont {
    height: auto;
  }
}
*/

.cont > .side_nav_panel {
  display: none;
}

@media screen and (max-width: 768px) {
  .cont > .side_nav_panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
  }
}

.main {
  margin-top: 70px;
  padding: 4px 14px;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .main {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .main {
    margin-top: 0;
  }
}

.column1 > .card {
  width: 100%;
}

.column1 > .card .card_inr {
  max-width: 800px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .column1 > .card .card_inr {
    width: 100%;
  }
}

.column1 > .card .card_detail {
  max-width: 100%;
}

.column1_large > .card {
  width: 100%;
}

.column1_large > .card .card_inr {
  width: 100%;
}

.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .column2 {
    display: block;
  }
}

.column2 > .card:nth-child(odd) {
  width: 55%;
}

@media screen and (max-width: 1023px) {
  .column2 > .card:nth-child(odd) {
    width: 100%;
  }
}

.column2 > .card:nth-child(even) {
  width: 43.5%;
}

@media screen and (max-width: 1023px) {
  .column2 > .card:nth-child(even) {
    width: 100%;
  }
}

/* card */
.card {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: #00000010 2px 2px 3px;
          box-shadow: #00000010 2px 2px 3px;
  margin-bottom: 1.5%;
}

.card .delete_shadow {
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .card {
    margin-bottom: 20px;
  }
  .home .wrap .card {
    margin-bottom: 10px;
  }
}

.card_inr {
  padding: 18px;
}

@media screen and (max-width: 768px) {
  .salary .card_inr {
    padding: 10px 18px;
  }
}

.card_ttl_cont {
  position: relative;
  border-bottom: 1px solid #e8eef2;
  padding: 8px 18px;
}

.card_inr.match.recommend_ttl {
  padding: 18px 0px 0px 18px;
}

.card_inr.match {
  padding: 0px 0px 0px 18px;
}

@media screen and (max-width: 768px) {
  .card_ttl_cont {
    padding: 10px 18px;
    /* border-bottom: none; */
  }

  .home .wrap .card_ttl_cont {
    border-bottom: 1px solid #e8eef2;
  }

  .card_inr.match {
    padding: 18px 0px 0px 18px;
  }
}

.card_ttl_cont.is_unread::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #f35e5e;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: 6px;
  left: 35px;
}

@media screen and (max-width: 768px) {
  .card_ttl_cont.is_unread::before {
    width: 12px;
    height: 12px;
    left: 32px;
    top: 10px;
  }
}

.card_ttl::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .card_ttl::before {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}

.card_ttl_txt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #424242;
  display: inline-block;
  vertical-align: middle;
}

.card_ttl_txt_large {
  font-size: 2.8rem;
  font-weight: 700;
  color: #424242;
  display: inline-block;
  vertical-align: middle;
}

.card_ttl_txt_small {
  font-size: 0.7rem;
  font-weight: 700;
  color: #424242;
  display: inline-block;
  vertical-align: middle;
  padding: 1% 0% 0% 2px;
}

.bn_cnt.match {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  display: block;
}

.card_ttl_txt_large_sp {
  font-size: 2.8rem;
  font-weight: 700;
  color: #424242;
  display: inline-block;
  vertical-align: middle;
}

.card_ttl_txt_small_sp {
  font-size: 0.7rem;
  font-weight: 700;
  color: #424242;
  display: inline-block;
  vertical-align: middle;
  padding: 1% 0% 0% 2px;
}

.card_ttl_txt_large {
  font-size: 2.8rem;
  font-weight: 700;
  color: #424242;
  display: inline-block;
  vertical-align: middle;
}

.card_ttl_txt_small {
  font-size: 0.7rem;
  font-weight: 700;
  color: #424242;
  display: inline-block;
  vertical-align: middle;
  padding: 1% 0% 0% 2px;
}

.bn_cnt.match {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  display: block;
}

.card_ttl_txt_large_sp {
  font-size: 2.8rem;
  font-weight: 700;
  color: #424242;
  display: inline-block;
  vertical-align: middle;
}

.card_ttl_txt_small_sp {
  font-size: 0.7rem;
  font-weight: 700;
  color: #424242;
  display: inline-block;
  vertical-align: middle;
  padding: 1% 0% 0% 2px;
}

@media screen and (max-width: 768px) {
  .card_ttl_txt {
    font-size: 1.4rem;
  }
}

.card.salary .card_ttl::before {
  background: url(../img/ic_salary_s.svg) no-repeat center;
  background-size: contain;
}

.card.communication .card_ttl::before {
  background: url(../img/ic_menu_cobord.svg) no-repeat center;
  background-size: contain;
}

.card.communication_ecnews .card_ttl::before {
  background: url(../img/ic_menu_ecnews.svg) no-repeat center;
  background-size: contain;
  border-radius: 50%;
}

.card.new .card_ttl::before {
  background: url(../img/ic_menu_ecnews.svg) no-repeat center;
  background-size: contain;
}

.card.ecomanege .card_ttl::before {
  background: url(../img/ic_menu_staff.svg) no-repeat #59c5d9;
  background-position: center;
  background-size: 100%;
  border-radius: 50%;
}

.card.history .card_ttl::before {
  background: url(../img/ic_menu_log.svg) no-repeat #59c5d9;
  background-position: center;
  background-size: 100%;
  border-radius: 50%;
}

.card.basemanege .card_ttl::before {
  background: url(../img/ic_menu_basemanege.svg) no-repeat #7659D9;
  background-position: center;
  background-size: 100%;
  border-radius: 100%;
}

.card.home .card_ttl::before {
  background: url(../img/ic_menu_home.svg) no-repeat #2390ed;
  background-position: center;
  background-size: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .card.employ .card_ttl_cont {
    border: none;
  }
}

.card.employ .card_ttl::before {
  background: url(../img/ic_menu_employ.svg) no-repeat #6AC36A;
  background-position: center;
  background-size: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .card.employ .card_ttl::before {
    background-size: 40%;
  }
}

.card.anpi .card_ttl::before {
  background: url(../img/ic_menu_anpi.svg) no-repeat #f2913d;
  background-position: center;
  background-size: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  body.anpi .card_ttl_cont {
    border: none;
  }
}

.card.dl .card_ttl::before {
  background: url(../img/ic_menu_dl.svg) no-repeat #595fd9;
  background-position: center;
  background-size: 50%;
  border-radius: 50%;
}

.card.match .card_ttl::before {
  background: url(../img/ic_big_mach.svg) no-repeat #F2913D;
  background-position: center;
  background-size: 100%;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .card.match .card_ttl::before {
    background: url(../img/ic_big_mach.svg) no-repeat #F2913D;
    background-position: center;
    background-size: 100%;
    border-radius: 100%;
  }
}

@media screen and (max-width: 768px) {
  body.match .card_ttl_cont {
    border: none;
  }
}

.card.kupon .card_ttl::before {
  /* background: url(../img/ic_menu_mach.svg) no-repeat #F2913D; */
  background: url(../img/ic_big_mach.svg) no-repeat #F2913D;
  background-position: center;
  background-size: 100%;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .card.kupon .card_ttl::before {
    /* background: url(../img/ic_menu_mach.svg) no-repeat #F2913D; */
    background: url(../img/ic_big_mach.svg) no-repeat #F2913D;
    background-position: center;
    background-size: 100%;
    border-radius: 100%;
  }
}

@media screen and (max-width: 768px) {
  body.kupon .card_ttl_cont {
    border: none;
  }
}

.card.document .card_ttl::before {
  background: url(../img/ic_menu_pdf.svg) no-repeat #04a48c;
  background-position: center;
  background-size: 100%;
  border-radius: 50%;
}

.card.match_blank .card_ttl::before {
  background:  no-repeat #ffffff;
  background-position: center;
  background-size: 50%;
  border-radius: 50%;
}

/* info */
.info_head {
  background: #f3f9fe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 10px;
  border-top: 1px solid #e8eef2;
  border-bottom: 1px solid #e8eef2;
  color: #777777;
  margin-bottom: 20px;
}

.info_head_ttl {
  width: 100px;
}

@media screen and (min-width: 767px) {
  .info_list.has_btn .info_item_inr {
    pointer-events: none;
  }
}

.info_item {
  position: relative;
  border-bottom: 1px solid #e8eef2;
}

.info_item:last-child {
  border: none;
}

.match_detail .info_item {
  position: relative;
  border-bottom: 1px solid #e8eef2;
}

.match_detail .info_item:last-child {
  border: none;
}
.info_item.is_unread .info_item_inr {
  color: #424242;
}

.info_item.is_unread .info_cont::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .info_item.is_unread .info_cont::before {
    width: 6px;
    height: 6px;
  }
}

.info_item .btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .info_item .btn {
    display: none;
  }
}

.info_item_inr {
  display: block;
  color: #777777;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media screen and (max-width: 768px) {
  .info_item_inr {
    pointer-events: auto;
  }
}

@media screen and (min-width: 1024px) {
  .info_item_inr:hover {
    opacity: 0.6;
  }
}

.info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 10px;
}

@media screen and (max-width: 768px) {
  .info_row {
    padding: 10px;
    display: block;
  }
}

.info_date {
  width: 7em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
}

.info_cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.info_cont .btn {
  float: right;
}

@media screen and (max-width: 768px) {
  .info_cont .btn {
    display: none;
  }
}

.info_txt {
  display: inline-block;
  vertical-align: middle;
}

.pdf_prepare .info_txt.center {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
}

.salary .is_unread.info_item {
  background: #fdf1f0;
}

.salary .is_unread .info_cont::before {
  background: #f28178;
}

.employ .is_unread.info_item {
  background: #e5f6f3;
}

.employ .is_unread .info_employ_ttl::before {
  background: #02a789;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.basemanege .is_unread.info_item {
  background: #eeeffb;
}

.basemanege .is_unread .info_pdf_ttl::before {
  background: #7659D9;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.document .is_unread .info_pdf_ttl::before {
  background: #04a48c;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.communication .is_unread.info_item {
  background: #edf8fa;
}

.communication .is_unread .info_cont::before {
  background: #59c5d9;
}

.communication_ecnews .is_unread.info_item {
  background: #edf8fa;
}

.communication_ecnews .is_unread .info_cont::before {
  background: #59c5d9;
}

.new .is_unread.info_item {
  background: #fff9f5;
}

.new .is_unread .info_cont::before {
  background: #f2913d;
}

/* btn */
.btn {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  background: #2390ed;
  line-height: 1.3;
  padding: 7px 22px;
  border-radius: 4px;
  -webkit-box-shadow: #00000010 2px 2px 2px;
          box-shadow: #00000010 2px 2px 2px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.btn_gr {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  background: #2390ed;
  line-height: 1.3;
  padding: 7px 22px;
  border-radius: 4px;
  -webkit-box-shadow: #00000010 2px 2px 2px;
          box-shadow: #00000010 2px 2px 2px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.btn.is_disabled {
  background: #777777;
}

@media screen and (min-width: 1024px) {
  .btn:hover {
    opacity: 0.6;
  }
}

/* select */
.select_box {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .select_box {
    margin-bottom: 20px;
  }
}

.select_box .select {
  border: 1px solid #707070;
  padding: 8px 14px 8px 40px;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
  background: url(../img/ic_select_down.svg) no-repeat;
  background-color:#fff;
  background-position: 6px 6px;
  cursor: pointer;
  background-size: 26px;
}

@media screen and (max-width: 768px) {
  .select_box .select {
    padding: 8px 14px 8px 45px;
    background-position: 5px 5px;
    background-size: 30px;
    border: 1px solid #bac5cc;
    border-radius: 4px;
  }
}

.select_box .select_arrow {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.select_box .select_arrow_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .salary .select_box .select_arrow_list  {
      margin-left: 20px;
  }
}

.select_box .select_arrow_next {
  -webkit-transform: translateY(-1px) rotate(180deg);
          transform: translateY(-1px) rotate(180deg);
}

.select_box .select_arrow.is_disabled {
  opacity: 0.4;
}

@media screen and (min-width: 1024px) {
  .select_box .select_arrow:hover {
    opacity: 0.6;
  }
}

/* text_input */
.text {
  border: 1px solid #bac5cc;
  padding: 8px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}

.textarea {
  border: 1px solid #bac5cc;
  padding: 8px 14px 8px 8px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  height: 180px;
  resize: none;
}

@media screen and (max-width: 768px) {
  .text {
    background-position: 5px 5px;
    background-size: 30px;
  }

  .textarea {
    background-position: 5px 5px;
    background-size: 30px;
    height: 140px;
  }
}

/* sort */
.sort_box {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .salary .sort_box_ttl {
    font-weight: 500;
    padding-bottom: 8px;
  }
}

.sort_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.sort_btn {
  max-width: 180px;
  width: 33%;
  text-align: center;
  color: #7a7a7a;
  border-top: 1px solid #bac5cc;
  border-bottom: 1px solid #bac5cc;
  border-left: 1px solid #bac5cc;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
}

.sort_btn:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.sort_btn:last-child {
  border-right: 1px solid #bac5cc;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.sort_btn.is_active {
  background: #2390ed;
  border-color: #2390ed;
  color: #fff;
  pointer-events: none;
}

.sort_btn.is_active .sort_list_link {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .sort_btn:hover {
    opacity: 0.6;
  }
}

.sort_list_link {
  padding: 10px;
}

/* table */
.table {
  border-top: 1px solid #dce2e5;
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
  }
}

.table thead {
  background: #f3f9fe;
}

@media screen and (max-width: 768px) {
  .table thead {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .table tbody,
  .table tr {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .table tr {
    border-bottom: 1px solid #dce2e5;
    padding: 10px;
  }
}

.table th,
.table td {
  padding: 10px;
  border-bottom: 1px solid #dce2e5;
}

@media screen and (max-width: 768px) {
  .table th,
  .table td {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .table th.date,
  .table td.date {
    color: #777777;
    font-size: 1.2rem;
  }
}

.table th .sp_head,
.table td .sp_head {
  display: none;
}

@media screen and (max-width: 768px) {
  .table th .sp_head,
  .table td .sp_head {
    display: inline-block;
  }
}

/* icon */
/*
.ic_pdf::after {
  content: "";
  display: inline-block;
  width: 47px;
  height: 20px;
  background: url(../img/ic_pdf.png) no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .ic_pdf::after {
    width: 36px;
    height: 15px;
    background-size: contain;
  }
}
*/

.ic_circle::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/ic_circle.svg) no-repeat;
  vertical-align: middle;
  margin-right: 6px;
}

.ic_cross::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/ic_cross.svg) no-repeat;
  vertical-align: middle;
  margin-right: 6px;
}

/*  スマホ用パネルリンク共通処理
------------------------------*/
@media screen and (max-width: 768px) {
  .wrap .cont .side_nav_panel {
    display: none !important;
  }

  .wrap .card_inr .info_head {
    display: none;
  }

  .wrap .cont .main {
    padding: 4px 11px;
    margin-top: 120px;
  }

   .header.admin + .main {
      margin-top: 135px;
    }

    .header.admin.unselected + .side_nav_panel + .main {
      margin-top: 120px;
    }

/*  スマホのTOPのみ、パネル表示あり　*/
  .home .wrap .cont .side_nav_panel {
    display: flex !important;
    margin-top: 125px;
  }

  /*スマホTOP　管理者設定*/
  .home .header.admin + .side_nav_panel {
	  margin-top:165px;
  }

  .home .header.admin.unselected + .side_nav_panel {
	  margin-top:125px;
  }

  .home .wrap .cont .main {
    margin-top: 5px;
  }
}


/*  TOPに戻る
------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  font-size: 80%;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  #page-top {
    right: 20px;
  }
}

#page-top a {
  display: block;
  background: #777;
  color: #fff;
  width: 40px;
  padding: 24px 0 5px 0;
  text-align: center;
  border-radius: 4px;
  position: relative;
}

#page-top a:hover {
  background: #999;
}

#page-top a::after {
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  left: 32%;
  top: 26%;
}

/*  ダミー
------------------------------*/
.slider {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .slider {
    display: none;
  }
}

.slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.slider li {
  width: 50%;
  padding: 0 5px 0 5px;
}

.slider img {
  width: 100%;
}

.slider {
  margin-bottom: 20px;
}

.slider_match_pickup {
  padding: 0 20px;
}

.slider_match_pickup a{
  display: flex;
}

@media screen and (max-width: 768px) {
  .slider_match_recommend li {
    width: 100%;
    padding: 0 5px 0 5px;
  }

  .slider_match_pickup a{
    display: block;
  }
}

.slider_match_pickup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 100%; */
}

.slider_match_pickup li {
  width: 50%;
  padding: 0 5px 0 5px;
}

.slider_match_pickup img {
  width: 100%;
}

.slider_match_pickup {
  margin-bottom: 20px;
}

.slider_match_recommend {
  padding: 0 20px;
}

.slider_match_recommend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.slider_match_recommend li {
  width: 50%;
  padding: 0 5px 0 5px;
}

.slider_match_recommend img {
  width: 100%;
}

.slider_match_recommend {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .slider_match_recommend li {
    width: 100%;
    padding: 0 5px 0 5px;
    margin-bottom: 5%;
  }
}

/* スライドタブメニュー
------------------------------*/
.container{
  max-width: 768px;
  margin: auto;
}

.tabContainer {
  overflow-x: auto;
  margin-bottom: 3px;
}
.tabContainer::-webkit-scrollbar {
  height: 1px;
}
.tabContainer::-webkit-scrollbar-track {
  background: #e8eef2;
}
.tabContainer::-webkit-scrollbar-thumb {
  background: #e8eef2;
}

.tab{
  display: table;
  margin-top: 20px;
}

.tab__button{
  display: table-cell;
  text-align: center;
  background-color: #ffffff;
  vertical-align: bottom;
  border: 2px solid #ffffff;
  border-bottom-width: 4px;
  min-width: 106px;
}

.tab__button.active{
  border-color:#ffffff #ffffff #f2913d #ffffff;
}

.tab__button.active a{
  color: #f2913d !important;
}

.tab__button a{
  padding: 10px;
  color: #777777;
  display: block;
  text-decoration: none;
  font-size: 12px;
}

.contents__content{
  text-align: center;
}

.contents__content img{
  width: 86%;
  margin: 0 auto;
  vertical-align: middle;
}

.contents__content div{
  clear: left;
}

.contents__content div a{
  display: table;
  width: 100%;
}

.contents__content div a span{
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
}
