@charset "UTF-8";
/*===================================
	総合職 (/recruit/career/info/sogo/)
=====================================*/
/*　募集要項 (/recruit/career/info/sogo/data/index.html)
-------------------------------------*/
.sogo_data .table01 th {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .sogo_data .table01 th {
    width: 80px;
  }
}
.sogo_data .entry_box .schedule dt {
  float: left;
  clear: both;
  padding: 0 14px 10px 0;
  font-weight: bold;
  background: url(/recruit/career/images/common/ico_arrow_001.png) right 5px no-repeat;
}
.sogo_data .entry_box .schedule dd {
  float: left;
  line-height: 150%;
  padding: 0 0 0 8px;
}
/*　求める人財像 (/recruit/career/info/sogo/vision/index.html)
-------------------------------------*/
.sogo_vision {}
/*20180502 ADD sole-color nagashima*/
.sogo_vision #main .lead {
  margin-bottom: 30px;
  font-size: 16px;
}
.sogo_vision .fig_vision {
  width: 680px;
  height: 542px;
  background: url(/recruit/career/sogo/vision/images/bgi_vision_001.jpg) left top no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sogo_vision .fig_vision {
  display: none;
  }
}
.sogo_vision .fig_vision ul {
  position: absolute;
  left: 107px;
  top: 104px;
  list-style-type: none;
}
.sogo_vision .fig_vision_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sogo_vision .fig_vision_sp {
  display: block;
  margin-bottom: 0;
  line-height: 0;
  }
}
.sogo_vision .fig_vision ul li {
  margin: 0;
  padding: 0;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sogo_vision .fig_vision ul li img {
  display: block;
  max-width: 66%;
  margin: 0 auto;
  }
}
.sogo_vision #fancybox-left, .sogo_vision #fancybox-right {
  display: none !important;
}
.sogo_vision #section2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
/*　法務部の業務内容 (/recruit/career/info/sogo/outline/index.html)
-------------------------------------*/
.sogo_message #main {
  overflow: hidden;
}
.sogo_message #main .entry_box .img_right span {
  font-size: 0.86em;
  display: block;
  text-align: center;
  margin-top: 6px;
}
.sogo_careerinfo .ttl_voice {
  width: 680px;
  height: 0;
  padding: 50px 0 0;
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  background: url(/recruit/career/sogo/careerinfo/images/ttl_voice_001.png) left top no-repeat;
  margin-bottom: 10px;
}
.sogo_careerinfo .sect video:hover {
  cursor: pointer;
  opacity: 0.8;
}
.sogo_careerinfo .voice {
  display: block;
  /*	width:690px;*/
  list-style-type: none;
  margin: 0 -2px 0;
  padding-inline-start: 0px;
}
.sogo_careerinfo .voice li {
  display: block;
  float: left;
  padding: 2px 2px;
  width: 224px;
}
.sogo_careerinfo.careerinfo-index .voice li {
  padding: 2px 8px 16px 2px;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .sogo_careerinfo .voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px 0;
  }
  .sogo_careerinfo .voice li {
  width: calc(50% - 5px);
  padding: 2px 2px;
  }
  .sogo_careerinfo.careerinfo-index .voice li {
  width: calc(50% - 5px);
  padding: 2px 2px;
  }
  .sogo_careerinfo .voice li img {
  width: 100%;
  }
}
.sogo_careerinfo .sect-voice{
  margin-bottom: 50px;
}
/* 先輩社員の声 */
/*.voice #container{20180510 delete
	width:680px;
	text-align:left;
	margin:0 auto;
}*/
.voice .ttl_voice {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .voice .ttl_voice h2 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.voice .ttl_voice img { /*20180510*/
  width: 100%;
  height: auto;
}
.voice .entry_box {
  /*padding:0 30px;20180510*/
  margin-bottom: 30px
}
.voice .entry_box p {
  font-size: 13px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .voice .entry_box p {
  line-height: 1.8;
  }
}
.voice .entry_box .spc {
  height: 25px;
}
.voice .entry_box p .question {
  display: block;
  font-size: 16px;
  padding: 0 0 10px 32px;
  background: url(/recruit/career/images/common/lin_question_002.gif) left 12px no-repeat;
  font-style: normal;
  font-weight: bold;
  color: #298b56;
  line-height: 1.5;
}
.voice .entry_box p .question.flex {
  display: flex;
}
.voice .entry_box .img_left {
  width: 250px;
  float: left;
  padding: 5px 20px 0 0;
}
.voice .entry_box .img_right {
  width: 250px;
  float: right;
  padding: 5px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .voice .entry_box .img_left, .voice .entry_box .img_right {
  float: none;
  text-align: center;
  margin: 0 auto 30px;
    padding: 0;
  }
}
.voice .entry_box .txt_left {
  width: 410px;
  float: left;
}
.voice .entry_box .txt_right {
  width: 410px;
  float: right;
}
@media screen and (max-width: 767px) {
  .voice .entry_box .txt_left, .voice .entry_box .txt_right {
    float: none;
    width: 100%;
  }
}
.voice .sub_box {
  /*width:650px;20180510*/
  box-sizing: border-box;
  margin: 20px 0;
  padding: 15px;
  border: solid 1px #298b56;
  margin-bottom: 40px;
}
.voice .sub_box h3 {
  margin-bottom: 10px;
}
.voice .sub_box table {
  margin-bottom: 10px;
}
.voice .sub_box table th, .voice .sub_box table td {
  padding: 8px 3px;
  border-bottom: #cccccc solid 1px;
  vertical-align: top;
  font-weight: normal;
}
.voice .sub_box table th {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .voice .sub_box table tr {
  border-bottom: #cccccc solid 1px;
  }
  .voice .sub_box table th, .voice .sub_box table td {
  padding: 8px 3px;
  width: 100%;
  display: block;
  border-bottom: none;
  }
  .voice .sub_box table th {
  font-weight: bold;
  padding: 8px 3px 0;
  }
}
.voice .career h3 {
  float: left;
}
.voice.carrer h3.title {
  color: #fff;
  background: #298b56;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.voice .career .img {
  float: right;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .voice .career .img {
  float: none;
  clear: both;
  text-align: center;
  }
}
.voice .career table {
  width: 410px;
}
@media screen and (max-width: 767px) {
  .voice .career table {
  width: 100%;
  }
}
.voice .schedule .note, .voice .career .note {
  padding-top: 15px;
  font-size: 10px;
}
.voice .page_nav {
  text-align: center;
  padding: 10px 0 20px 0;
}
.voice .page_nav {
  line-height: 1;
}
.voice .page_nav .next {
  display: inline-block;
  padding-right: 10px;
  background: url(/recruit/career/images/common/ico_arrow_001.png) right 3px no-repeat;
}
/*20180511 ADD sole-color*/
.voice .page_nav .index {
  display: inline-block;
}
.voice .page_nav .prev {
  display: inline-block;
  padding-left: 10px;
  background: url(/recruit/career/images/common/ico_arrow_003.png) left 3px no-repeat;
}
#fancybox-frame {
  overflow-x: hidden;
}
/*20180501 ADD sole-color nagashima*/
.voice .sub_box.profile {
  padding: 0 0 15px 0;
  margin-bottom: 30px;
}
.voice .sub_box.profile .title {
  background-color: #298b56;
  color: #fff;
  padding: 10px 19px;
  font-size: 16px;
  font-weight: bold;
}
.voice .sub_box.profile table {
  width: calc(100% - 30px);
  margin: 0 auto 10px;
}
.voice .sub_box.profile table th {
  width: 230px;
}
/*202004 ADD*/
.voice-note {
  font-size: 11px;
  text-align: right;
}
/*　会社説明会 (/recruit/career/info/sogo/meeting/index.html)
-------------------------------------*/
.sogo_meeting .entry_box {
  margin-bottom: 50px;
}
.sogo_meeting .entry_box table {
  margin-bottom: 10px;
}
.sogo_meeting .entry_box table th {
  text-align: center;
}
.sogo_meeting .entry_box ul {
  list-style-position: inside;
}
.sogo_meeting .btn_meeting {
  margin: 30px 0;
  text-align: center;
}
.sogo_meeting .btn_meeting img {
  margin: 0 2px;
}
/*202009 ADD*/
.sogo_meeting .entry_box a{
  color: #298b56;
}
.sogo_meeting .entry_box p {
  margin-top: 10px;
}
.sogo_meeting .date,
.sogo_meeting .osusume {
  margin-top: 10px;
}
.sogo_meeting .note {
  margin-top: 10px;
}
.sogo_meeting .note {
  text-indent: -0.75em;
}
.sogo_meeting .note li{
  margin-left: 0.75em;
}
.sogo_meeting .date li {
  list-style-type: disc;
  font-weight: bold;
}
.sogo_meeting .osusume li {
  list-style-type: disc;
  font-weight: bold;
}
.sogo_data .entry_box .btn_entry,
.sogo_meeting .entry_box .btn_entry {
  text-align: center;
  margin-top: 30px;
}
.sogo_data .btn_entry,
.sogo_meeting .btn_entry {
  background: linear-gradient(to bottom, #69bf91 0%, #006837 100%);
  margin-bottom: 20px;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.sogo_data .btn_entry a,
.sogo_meeting .btn_entry a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: none;
  padding: 7px 0 10px;
  color: #fff;
  background: url(/recruit/career/images/common/ico_arrow_004.png) 13px center no-repeat;
}
.sogo_data .btn_entry a span,
.sogo_meeting .btn_entry a span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
}

/*　法務系スタッフのキャリアの考え方 (/recruit/career/info/sogo/careerinfo/index.html)
-------------------------------------*/
.sogo_careerinfo #main .lead {
  margin-bottom: 30px;
  font-size: 16px;
}
.sogo_careerinfo #main .entry_box {
  margin-bottom: 40px;
}
.sogo_careerinfo .ttl_voice {
  margin-top: 55px;
}
.sogo_careerinfo .voiceBoxWrap {
  margin-top: 15px;
}
.sogo_careerinfo .voiceBoxWrap .voiceBox {
  width: 100%;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  height: 110px;
  border: 1px solid #298b56;
  margin-bottom: 1px;
}
.sogo_careerinfo .voiceBoxWrap dt, .sogo_careerinfo .voiceBoxWrap dd {
  display: table-cell;
  vertical-align: middle;
}
.sogo_careerinfo .voiceBoxWrap dt {
  width: 105px;
}
.sogo_careerinfo .voiceBoxWrap dt span {
  display: block;
  box-sizing: border-box;
  background: url(../sogo/careerinfo/images/img_senpai_001.png) no-repeat;
  width: 70px;
  height: 82px;
  margin: 0 auto;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  padding-top: 60px;
}
.sogo_careerinfo .voiceBoxWrap dd {
  padding-right: 20px;
}
/*　よくある質問 (/recruit/career/info/sogo/faq/index.html)
-------------------------------------*/
.sogo_faq .faqBox {
  margin-bottom: 20px;
}
.sogo_faq .faqBox dt, .sogo_faq .faqBox dd {
  display: table;
  width: calc(100% - 10px);
  table-layout: fixed;
}
.sogo_faq .faqBox dt p, .sogo_faq .faqBox dd p {
  display: table-cell;
  vertical-align: middle;
}
.sogo_faq .faqBox .box {
  width: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  vertical-align: top;
}
.sogo_faq .faqBox dt {
  color: #298b56;
  font-weight: bold;
  background: #f6f6f6;
  padding: 10px 10px 10px 0;
}
.sogo_faq .faqBox dd {
  padding: 10px 0 25px;
}
.sogo_faq .faqBox dd .box {
  color: #298b56;
}
/*
 #entryBox
=========================================*/
.sect {
  margin-top: 20px;
  margin-bottom: 20px;
}
.entryBox {
  width: 675px;
  padding: 6px 0 20px 0;
  /*background-image:url(/recruit/fresh/rd/pharmaceutical/research/special/images/blueindent.jpg);
			background-position:left 16px;
			background-repeat:no-repeat;*/
}
@media screen and (max-width: 767px) {
  .entryBox {
  width: 100%;
  }
}
/*20180511 ADD sole-color*/
.entryBox .videoCap {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .entryBox .videoCap {
  max-width: 100%;
  }
}
/*20180511 ADD sole-color*/
.entryBox.bordernone {
  background: no-repeat;
}
.entryBoxOff {
  width: 675px;
  padding: 6px 0 20px 0;
}
.imgmainRight {
  margin-top: -6px;
  padding: 0 0 18px 15px;
  float: right;
}
.entryBox h4 {
  font-size: 1.1em;
  /* padding: 0 0 3px 30px; */
  color: #298b56;
  /* line-height: 150%; */
  margin-bottom: 10px;
  background: #f6f6f6;
  padding: 5px 10px 5px;
  text-align: center;
  width: 220px;
}
.entryBox.bordernone h4 {
  padding-left: 0;
}
video {
  width: 100%;
  margin-top: 10px !important;
}
.entryBox p.textOnly {
  padding: 0;
  text-indent: 1em;
  margin-bottom: 10px;
}
.entryBox p.textFloat {
  padding: 13px 0 0 0;
}
.entry_flow {
}
@media screen and (max-width: 767px) {
  .entry_flow {
  display: none;   
}  
}
@media screen and (min-width: 768px) {
.entry_flow_sp {
  display: none;
}
}
.entry_flow_sp {
  list-style: none;
}
.entry_flow_sp  li > div{
  border: solid 1px #298b56;
  color: #298b56;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
}
.entry_flow_sp  li:after{
  display: block;
  content: "▼";
  color: #298b56;
  text-align: center;
  line-height: 1;
  margin: 3px 0;
}
.entry_flow_sp  li:last-child:after{
  content: "";
}

/*.blueline p{
			padding:13px 20px 0 !important;
			}
			
			.imgLeft {
				padding:13px 15px 18px 0;
				float:left;
			}
			.imgRight {
				padding:13px 0 18px 15px;
				float:right;
			}
			.blueline .imgLeft{
				padding-left:20px;
				}
			*/
/*
 =========================================*/


/*--------------------------modal window--------------------------*/
.sg-modal-trigger{
  display: none;
}

.sg-modal-body{  
  display: none;
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display: none;
  background-color: #FFF;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 90%;
  max-height: 90%;
  max-width: 600px;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  animation: fadein-body .8s;
}

.sg-modal-content{
  padding: 0px 24px 15px;
}

.sg-modal-open{
  cursor: pointer;
}
.sg-modal-close-top, .sg-modal-close-bottom{
  display: inline-block;
  color: #aaa;
  cursor: pointer;
  position: relative;
  left: 100%;
  transform: translate(-100%, 0);
  cursor: pointer;
  padding: 0 10px;
  margin-top: 3px;
}
.sg-modal-close-top span::after,
.sg-modal-close-bottom span::after{
  content: "×";
  font-size: 120%;
  margin-left: 5px;
}

.sg-modal-close-bottom{
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 8px;
}

.sg-modal-close-top:hover,
.sg-modal-close-bottom:hover {
  color: #333;
}

.sg-modal-overlay{
  display: none;
  position: fixed;
  z-index: 90000;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-color: #111;
  opacity: 0.3;
  cursor: pointer;
  animation: fadein-overlay .8s;
}

.sg-modal-body h3{
  width: 170px;
  height: 25px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
}

.sg-modal-body-1 h3{
  background: url(/recruit/career/sogo/vision/images/vision-mdl-ttl-1.png);
  background-size: contain;
}
.sg-modal-body-2 h3{
  background: url(/recruit/career/sogo/vision/images/vision-mdl-ttl-2.png);
  background-size: contain;
}
.sg-modal-body-3 h3{
  background: url(/recruit/career/sogo/vision/images/vision-mdl-ttl-3.png);
  background-size: contain;
}
.sg-modal-body-4 h3{
  background: url(/recruit/career/sogo/vision/images/vision-mdl-ttl-4.png);
  background-size: contain;
}

.sg-modal-body h4{
  margin: 15px 0 3px;
  font-size: 1.07em
}

@keyframes fadein-body{
  0%{
  opacity: 0;
  }
  100%{
  opacity: 1;
  }
}
@keyframes fadein-overlay{
  0%{
  opacity: 0;
  }
  100%{
  opacity: 0.3;
  }
}

#sg-modal-trigger-1:checked ~ .sg-modal-body-1, #sg-modal-trigger-1:checked ~ .sg-modal-overlay-1{
  display: block;
}
#sg-modal-trigger-2:checked ~ .sg-modal-body-2, #sg-modal-trigger-2:checked ~ .sg-modal-overlay-2{
  display: block;
}
#sg-modal-trigger-3:checked ~ .sg-modal-body-3, #sg-modal-trigger-3:checked ~ .sg-modal-overlay-3{
  display: block;
}
#sg-modal-trigger-4:checked ~ .sg-modal-body-4, #sg-modal-trigger-4:checked ~ .sg-modal-overlay-4{
  display: block;
}

/*　法務部門紹介 
-------------------------------------*/
.sogo_introduction .entry_box {
  font-size: 15px;
}
.sogo_introduction .lead {
  font-size: 15px;
  font-weight: bold;
}
.sogo_introduction .note {
  font-size: 12px;
  margin-top: 8px;
}
.sogo_introduction .sub_ttl {
  font-size: 22px;
  margin-bottom: 15px;
}
.sogo_introduction .type-graph dt,
.sogo_introduction .type-graph dd {
  display: inline-block;
}
.sogo_introduction .type-graph dd {
  font-size: 22px;
  font-weight: bold;
  color: #8cc63f;
}
.sogo_introduction .type-graph span {
  display: inline-block;
  position: relative;
  top: 8px;
  width: 24px;
  height: 48px;
  background: url(/recruit/career/sogo/introduction/images/pict-human.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1px;
}
.sogo_introduction .type-graph dd span:last-of-type {
  margin-right: 8px;
}
.sogo_introduction .type-graph dl {
  position: relative;
  top: -8px;
  margin-bottom: 6px;
}
.sogo_introduction .type-graph dt {
  width: 4em;
}
@media screen and (max-width: 767px) {
  .sogo_introduction .type-graph dd {
    display: block;
  }
  .sogo_introduction .type-graph dt {
    position: relative;
    top: 8px;
    margin-bottom: 3px;
  }
  .sogo_introduction .type-graph dl {
    margin-bottom: 10px;
  }
  .sogo_introduction .type-graph dl:last-of-type {
    margin-bottom: 0;
  }
}

.sogo_introduction .baloon {
  position: relative;
  display: inline-block;
  margin: 6px 0 12px;
  padding: 6px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  background: #FFF;
  border: solid 2px #cbe5a8;
  border-radius: 8px;
  box-sizing: border-box;
  margin-left: 10px;
  max-width: calc(100% - 20px)
}
.sogo_introduction .baloon.under {
  margin: 8px 0 10px 10px;
}
.sogo_introduction .baloon:before {
  content: "";
  position: absolute;
  top: calc(100% - 0px);
  left: 35px;
  margin-left: -13px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}
.sogo_introduction .baloon:after {
  content: "";
  position: absolute;
  top: calc(0% - 13px);
  left: 35px;
  margin-left: -16px;
  border: 13px solid transparent;
  border-bottom: 13px solid #cbe5a8;
  z-index: 1;
}
.sogo_introduction .baloon.under:before {
  content: "";
  position: absolute;
  top: calc(0% - 20px);
  left: 35px;
  margin-left: -13px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  z-index: 2;
}
.sogo_introduction .baloon.under:after {
  content: "";
  position: absolute;
  top: calc(0% - 26px);
  left: 35px;
  margin-left: -16px;
  border: 13px solid transparent;
  border-bottom: 13px solid #cbe5a8;
  z-index: 1;
}

.sogo_introduction .baloon p {
  margin: 0;
  padding: 0;
}
.sogo_introduction .dept .baloon {
  width: 280px;
}

.sogo_introduction .type-word dd span {
  display: inline-block;
  line-height: 1.4;
  padding: 6px 11px;
  border-radius: 9px;
  margin: 0 7px 8px 0;
  background-color: #e2efec;
}
.sogo_introduction .type-word p span {
  display: inline-block;
  line-height: 1.4;
  padding: 6px 11px;
  border-radius: 9px;
  margin: 0 7px 8px 0;
}
.sogo_introduction .type-word.color-a p span {
  background-color: #e2efec;
}
.sogo_introduction .type-word.color-b p span {
  background-color: #ecf1df;
}
.sogo_introduction .type-word.color-c p span {
  background-color: #f3e8e4;
}
.sogo_introduction .dept dl {
  display: block;
  margin: 20px 0 0;
}
.sogo_introduction .dept dt {
  display: inline-block;
  width: 3em;
  padding: 4px 0;
  vertical-align: top; 
}

.sogo_introduction .dept dd {
  display: inline-block;
  width: calc(100% - 3em - 150px);
  vertical-align: top; 
}

@media screen and (max-width: 767px) {
  .sogo_introduction .dept dd {
    display: block;
    width: 100%;
  }
}
.sogo_introduction .dept dd.type-graph {
  display: inline-block;
  width: calc(100% - 3em);
  width: 150px;
  position: relative;
  top: 4px;
}
.sogo_introduction .dept dd.type-graph span {
  width: 20px;
  height: 40px;
  padding: 0;
  background-color: #fff;
  position: relative;
  top: -10px;
  margin: 0 2px 0px 0;
  vertical-align: top; 
}
.sogo_introduction .dept dd.type-graph span:last-of-type {
  margin-right: 6px;
}
.sogo_introduction .work h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #8cc63f;
  margin-top: 20px;
  margin-bottom: 10px;
}
.sogo_introduction .work h4 span{
  font-size: 15px;
  font-weight: normal;
  color: #232323;
}
.sogo_introduction .work .h4-sub {
  margin-bottom: 8px;
}
.sogo_introduction .work .longer {
  width: 400px;
}
.sogo_introduction .memory .longer {
  width: 480px;
}
.sogo_introduction .omake {
  width: 60px;
  height: 60px;
  background-color: #aad59b;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 3px 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100px;
}