/*--------------------------------------------------
	Box
-------------------------------------------------- */
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .brc {
    padding-bottom: 0;
  }

  .brc p {
    display: none;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  nav ul li {
    padding: 10px 0;
  }

  .box_contact {
    max-width: inherit;
    float: none;
  }

  .box_news {
    max-width: inherit;
    float: none;
  }

  .box_news th,
  .box_news td {
    display: block;
    width: auto;
  }

  .box_news th {
    border-right: none;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
  }

  .box_news td {
    padding: 0;
  }

  .tt1 {
    font-size: 30px;
  }

  .tt1 span {
    font-size: 18px;
  }

  .main_img .txt_main {
    /*font-size: 7.55vw !important;*/
  }
  .main_img .txt_main span {
    /*font-size: 49% !important;*/
  }
}
/*===============main_img===============*/
.h1_top {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
}

.slide02 a {
  display: block;
}

.main_img {
  position: relative;
  max-width: 1903px;
  overflow: hidden;
  margin: 0 auto;
}
.main_img .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/* main_img .txt_main  */
.main_img .txt_main {
  top: 10vh;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 80px;
  font-weight: bold;
  line-height: 1.2;
}

.main_img .main_top--txt04 .txt04-pc {
  display: none;
}
.main_img .main_top--txt04 .txt04-sp {
  display: block;
  margin-top: 1%;
}
.main_img .main_top--txt04 .txt04-sp img{
  width: 32%;
  justify-content: center;
}
.main_img .main_top--imgsp {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 2%;
}
.main_img .main_top--imgsp .main_top--img01{
  text-align: right;
}
.main_img .main_top--imgsp .main_top--img02{
  text-align: left;
}
.main_img .main_top--catchsp {
  width: 40%!important;
}

@media only screen and (max-width: 375px){
  .main_img .main_top--catchsp { width: 60%!important; }
  .main_img .txt_main .main_top--txt04 .txt04-sp { margin-top: -2%; }
  .main_img .txt_main .main_top--txt04 .txt04-sp img{ width: 56%; }
  .main_img .main_top--imgsp { margin-top: 1%; }
}
@media only screen and (min-width: 376px) and (max-width: 769px) {
  .main_img .main_top--catchsp { width: 60%!important; }
  .main_img .main_top--imgsp { width: 80%; margin: 3% auto 0 auto; }
  .main_img .main_top--txt04 .txt04-sp { margin-top: 6.5%; }
  .main_img .main_top--txt04 .txt04-sp img { width: 60%; }
}
@media only screen and (min-width: 770px) and (max-width: 1278px) {
  .main_img .main_top--catchsp { width: 30%!important; }
  .main_img .main_top--imgsp { width: 80%; margin: 1% auto 0 auto; }
  .main_img .main_top--txt04 .txt04-sp { margin-top: 0%; }
}
@media only screen and (min-width: 1279px) {
  .main_img .txt_main .main_top--txt04 .txt04-pc { display: block; margin-top: 6%; width: 100%; }
  .main_img .txt_main .main_top--txt04 .txt04-pc img { width: 58.2%; }
  .main_img .txt_main .main_top--txt04 .txt04-sp { display: none; }
}






@media only screen and (min-width: 759px){
  .main_img .txt_main {
    position: absolute;
    top: 6vh;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    line-height: 1.2;
  }
  .main_img .txt_main span {
    font-size: 30px;
  }
}


/*main_top--img*/
.main_img .main_top--img {
  display: none;
}

@media only screen and (min-width: 1279px) {
  .main_img .main_top--img {
    position: absolute;
    bottom: 1.8%;
    right: 2%;
    width: 32%;
    display: flex;
    justify-content: space-around;
    }
  .main_img .main_top--img .main_top--img01 ,
  .main_img .main_top--img .main_top--img02 {
    text-align: center;
    }
  .main_img .main_top--img .main_top--img01 img,
  .main_img .main_top--img .main_top--img02 img {
    width: 94%;
    }
}



/* m_news */
@media only screen and (max-width: 1760px) and (min-width: 960px) {
  .main_img .m_news {
    width: 38%;
  }
}
.main_img .m_news {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 31%;
  background: #fff;
}
.main_img .m_news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.main_img .m_news dl dt {
  color: #000;
  width: 24%;
  border-right: 1px solid #000;
  text-align: center;
  padding: 2.5%;
  font-weight: bold;
  font-family: oswald;
  font-size: 1rem;
  letter-spacing: .1rem;
}
.main_img .m_news dl dd {
  width: 72%;
  padding: 2.5% 0 2.5% 4%;
}
.main_img .m_news dl dd a {
  color: #666666;
  text-decoration: none;
}

/* m_contact */
.main_img .m_contact {
/*    position: absolute;
    bottom: 1rem;
    left: 4%;*/
    padding: .6rem;
    margin: 1rem;
    position: initial;
    position: relative;
    z-index: 6000;
    box-sizing: border-box;
    border: solid;
    background: rgba(255,255,255,0.6);
    border: 1px solid #c8c8c8;
    margin: 4%;
    text-align: center;
    border: 1px solid #c8c8c8;
}
.main_img .m_contact h2 {
  text-align: center;
  color: #515151;
  font-size: 1.2rem;
}
.main_img .m_contact .tel a {
    font-size: 2.5rem;
    font-weight: 500;
    background: url(../images/ico01.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 11%;
    font-family: 'Oswald', sans-serif;
    letter-spacing: .1rem;
    border-bottom: solid;
    text-decoration: none;
/*    pointer-events: auto;*/
}
.main_img .m_contact .tel a:hover{
  opacity: 0.5;
}
.main_img .m_contact .tel span {
display: block;
}
.main_img .m_contact .tel span {
  font-size: 1.2rem;
  font-weight: bold;
  margin: .5rem;
}
.main_img .m_contact .btn li:nth-child(1) {
  /*width: 38%;*/
  background: #666666;
}
.main_img .m_contact .btn li:nth-child(2) {
/*  width: 58%;*/
  background: #a04674;
  margin-top: .2rem;
}
.main_img .m_contact .btn li a {
    color: #fff;
    text-decoration: none;
    padding: 12px;

    display: block;
  }

@media only screen and (min-width: 759px){

}

@media only screen and (min-width: 1279px) {
    .main_img .m_contact .btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
  }
  .main_img .m_contact .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  }
  .main_img .m_contact .btn li {
  position: relative;

  padding: 0 1rem;
  }
  .main_img .m_contact .btn li:before {
  content: "";
  background: #1b1b1b;
  left: 50%;
  right: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: 0.3s;
  }
  .main_img .m_contact .btn li:hover:before {
  left: 0;
  right: 0;
  opacity: 1;
  }
  .main_img .m_contact .btn li a {
  position: relative;
  color: #fff;
  text-align: center;
  /*font-size: 114%;*/
  white-space: nowrap;
  }
  .main_img .m_contact .btn li a:hover {
  opacity: 1;
  }
  .main_img .m_contact .btn li:nth-child(1) {
  /*width: 40%;*/
  background: #666666;
  }
  .main_img .m_contact .btn li:nth-child(2) {
  /*width: 58%;*/
  background: #a04674;
  margin-top: 0;
  width: fit-content;
  }
  .main_img .m_contact {
      position: absolute;
      bottom: 1rem;
      left: 4%;
      background: rgba(255,255,255,0.6);
      padding: .6rem;
      margin: 1rem;
      position: initial;
      border: solid;
      box-sizing: border-box;

      border: 1px solid #c8c8c8;
      margin: 4%;
      /*width: 30%;*/
  }
  .main_img .m_contact .tel {
    margin: 0 auto .5rem;/*margin-bottom: 15px;*/

  }
  .main_img .m_contact .tel a {
    /*width: 60%;*/
    font-size: 2.5rem;
    font-weight: 500;
    background: url("../images/ico01.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 11%;

    font-family: 'Oswald', sans-serif;
    border-bottom: solid;
/*    pointer-events: none;*/
  }

  .main_img .m_contact a {
    text-decoration: none;
  }

  .main_img .m_contact .tel {
    margin: 0 auto -.3rem;/*margin-bottom: 15px;*/

    justify-content: center;
  }
  .main_img .m_contact {
    position: absolute;
    bottom: 1rem;/*bottom: 5%;*/
    left: 4%;
    background: rgba(255,255,255,0.6);
    padding: .3rem .6rem .6rem;
    border: none;
    margin: 0; 
  }

}






main .tit {
  text-align: center;
  margin-bottom: 4%;
  position: relative;
}
main .tit span {
  display: block;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  padding-top: 8px;
}
main .more {
  display: block;
  text-align: center;
  border: 1px solid #7d7d7d;
  width: 50%;
  margin: 0 auto;
  padding: 2% 0;
  font-size: 14px;
  position: relative;
}
main .more:after {
  content: "";
  position: absolute;
  right: -20px;
  background-color: #7d7d7d;
  height: 1px;
  width: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
main .more a {
  text-decoration: none;
  display: block;
}
main .more:hover {
  border-color: #fff;
  background-color: #000;
}
main .more:hover a {
  opacity: 1;
  color: #fff;
}
main .content02 {
  position: relative;
}
main .content02:before {
  content: "";
  background-color: #fdf6f5;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
main .content02 .slick-prev,
main .content02 .slick-next {
  font-weight: 500;
  width: 65px;
  height: 30px;
}
main .content02 .slick-prev:after,
main .content02 .slick-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
main .content02 .slick-prev:before,
main .content02 .slick-next:before {
  content: "";
  position: absolute;
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: translate(0, -50%) rotate(135deg);
  -webkit-transform: translate(0, -50%) rotate(135deg);
  top: 50%;
}
main .content02 .slick-prev {
  padding-left: 25px;
  left: 14%;
  font-size: 16px;
  color: #000;
  z-index: 9;
}
main .content02 .slick-prev:before {
  left: 0;
}
main .content02 .slick-next {
  padding-right: 25px;
  right: 16%;
  font-size: 16px;
  color: #000;
  z-index: 9;
}
main .content02 .slick-next:before {
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -moz-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -o-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
main .content01 .content {
  width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
main .content01 .content .bor {
  position: relative;
  width: 23.4%;
}
main .content01 .content .bor a {
  text-decoration: none;
  display: block;
}
main .content01 .content .bor a:hover .more {
  border-color: #fff;
  background-color: #000;
  color: #fff;
}
main .content01 .content .bor a:hover .img img {
  transform: scale(1.2);
}
main .content01 .content .bor a .img_l {
  position: absolute;
  left: 0;
  width: 24%;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #fff;
}
main .content01 .content .bor a .img_l img:nth-child(1) {
  display: block;
}
main .content01 .content .bor a .img_l img:nth-child(2) {
  display: none;
}
main .content01 .content .bor a:hover {
  opacity: 1;
}
main .content01 .content .bor a:hover .img_l {
  background-color: #db8fb6;
  /*background-color: #ea719c;*/
}
main .content01 .content .bor a:hover .img_l img:nth-child(2) {
  display: block;
}
main .content01 .content .bor a:hover .img_l img:nth-child(1) {
  display: none;
}
main .content01 .content .bor a .img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
main .content01 .content .bor a .img img {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: scale(1.005);
  transform: scale(1);
}
main .content01 .content .bor a .txt {
  font-size: 16px;
  margin: 1rem 1rem 14% 30%;
  line-height: 2;
  color: #333;
}
main .awmore {
    background-color: #fef5f6;
    padding: 4% 0;
    margin-bottom: 0;
}
main .content03:before {
  height: 0;
  bottom: 0;
  top: unset;
}
main .content03 .content03_inner {
  max-width: 1258px;
  margin: 0 auto;
}
main .content03 .content03_inner a {
  text-decoration: none;
  display: block;
}
main .content03 .content03_inner a dl {
  background: #fff;
  padding: 4% 10% 13% 10%;
  font-size: 114%;
  line-height: 2;
}
main .content03 .content03_inner .top_bor.all a dl {
  border-top: 2px solid #ea719c;
}
main .content03 .content03_inner .top_bor.event a dl {
  border-top: 2px solid #e2c628;
}
main .content03 .content03_inner .top_bor.information a dl {
  border-top: 2px solid #8779b5;
}
main .content03 .content03_inner .top_bor:hover.all dl {
  background-color: #ea719c;
  color: #fff;
}
main .content03 .content03_inner .top_bor:hover.event dl {
  background-color: #e2c628;
  color: #fff;
}
main .content03 .content03_inner .top_bor:hover.information dl {
  background-color: #8779b5;
  color: #fff;
}
main .content03 .content03_inner .top_bor dl dt span.item_date {
  display: block;
}
main .content03 .content03_inner .top_bor dl dt span.tt {
  margin-bottom: 3px;
  color: #fff;
  display: inline-block;
  padding: 4px 28px 5px 45px;
}
main .content03 .content03_inner .top_bor.all dl dt span.tt {
  font-size: 14px;
  line-height: 1.5;
  background-color: #ea719c;
  background-image: url("../news/images/ico01.png");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center left 10px;
}

main .content03 .content03_inner .top_bor.event dl dt span.tt {
  background-color: #e2c628;
  background-image: url("../news/images/ico02.png");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center left 10px;
}
main .content03 .content03_inner .top_bor.information dl dt span.tt {
  background-color: #8779b5;
  background-image: url("../news/images/ico03.png");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: center left 10px;
}
main .content03 .content03_inner .top_bor:hover.all dl dt .tt {
  background-color: #fff;
  background-image: url("../news/images/ico01_on.png");
  color: #000;
}
main .content03 .content03_inner .top_bor:hover.event dl dt .tt {
  background-color: #fff;
  background-image: url("../news/images/ico02_on.png");
  color: #000;
}
main .content03 .content03_inner .top_bor:hover.information dl dt .tt {
  background-color: #fff;
  background-image: url("../news/images/ico03_on.png");
  color: #000;
}
main .content03 .content03_inner a figure {
  overflow: hidden;
}
main .content03 .content03_inner a img {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: scale(1.005);
  transform: scale(1);
}
main .content03 .content03_inner a:hover {
  opacity: 1;
}
main .content03 .content03_inner a:hover img {
  transform: scale(1.2);
}
main .content03 .content03_inner .slick-slide {
  padding: 0 15px;
}
main .content03 .content03_inner .slick-prev {
  left: -5.5%;
}
main .content03 .content03_inner .slick-next {
  right: -5.5%;
}
main .content04 {
  /*padding: 2% 0 10% 0;*/
}
main .content04:before {
  height: 100%;
}
main .content04 .slide04 {
  width: 64%;
  margin: 0 auto;
}
main .content04 .slide04 .slick-prev {
  left: -10%;
}
main .content04 .slide04 .slick-next {
  right: -10%;
}
main .content04 .slide04 .flex {
  padding: 5% 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 1px inset #a0a0a0;
}
main .content04 .slide04 .flex figure {
  width: 54%;
}
main .content04 .slide04 .flex .cont {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
main .content04 .slide04 .flex .cont p {
  height: 82%;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  line-height: 2;
}
main .content04 .slide04 .flex .cont .more {
  margin: 0;
  width: 58%;
  padding: 0;
}
main .content04 .slide04 .flex .cont .more a {
  font-size: 100%;
  font-weight: 500;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.sec {
  padding: 4% 0;
}

.main_top .slick-dots {
  bottom: 7%;
}
.main_top .slick-dots li {
  width: 14px;
  height: 14px;
}
.main_top .slick-dots li button:before {
  content: "";
  opacity: 1;
  color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
}
.main_top .slick-dots li.slick-active button:before {
  background-color: #ea719c;
  color: #ea719c;
  opacity: 1;
}


@media only screen and (max-width: 1760px) {
  main .content02 .slide02 .slick-slide {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1000px) {
  main .content03 .content03_inner .slick-slider {
    padding: 0 3%;
  }

  main .content03 .content03_inner .slick-prev {
    left: -2.5%;
  }

  main .content03 .content03_inner .slick-next {
    right: -2.5%;
  }
}
@media only screen and (max-width: 1200px) {
  main .content03 .content03_inner {
    max-width: 100%;
    width: 94%;
  }
}

@media only screen and (max-width: 1279px) {
  .main_img .slick-dotted.slick-slider {
    margin-bottom: 30px !important;
  }
  .main_img .m_news {
    position: unset;
    width: 84%;
    border: 1px solid #c8c8c8;
    padding: 2% 4%;
    margin: 7% auto;
  }
  .main_img .m_news dl {
    display: block;
  }
  .main_img .m_news dl dt {
    font-size: 100%;
    border-bottom: 1px solid #000;
    border-right: 0;
    padding: 0 0 1% 0;
    text-align: left;
    margin-bottom: 3%;
    width: auto;
    display: inline-block;
    font-family: oswald;
    font-size: 1rem;
    letter-spacing: .1rem;
  }
  .main_img .m_news dl dd {
    width: 100%;
    padding: 0;
  }
  .main_img .m_news h2 {
    font-size: 100%;
  }

  .sec {
    padding: 13% 0 5% 0;
  }

  main .tit  {
    margin-bottom: 10%;
  }
  main .awmore {
    padding: 10% 0;
    margin-bottom: 10%;
}
  main .more {
    font-size: 100%;
  }
  main .content01 {
    padding: 8% 14% 10% 14%;
  }
  main .content01 .content {
    flex-wrap: wrap;
  }
  main .content01 .content .bor {
    width: 100%;
    margin-bottom: 15%;
  }
  main .content01 .content .bor:last-child {
    margin-bottom: 0;
  }
  main .content01 .content .bor a .img_l {
    width: 20%;
    margin-top: 16%;
  }
  main .content01 .content .bor a .img_l img {
    width: 100%;
  }
  main .content01 .content .bor a .txt {
    font-size: 100%;
    margin: 5% 5% 5% 25%;
  }
  main .content01 .content .bor a .img img {
    width: 100%;
  }
  main .slick-prev,
  main .slick-next {
    background: rgba(255, 255, 255, 0.5);
  }
  main .content02:before {
    width: 100%;
    left: 50%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(-50%, 0);
  }
  main .content02 .slick-prev {
    left: 1vw !important;
    padding-left: 1% !important;
  }
  main .content02 .slick-next {
    right: 1vw !important;
    padding-left: 1% !important;
  }
  main .content04 .slick-prev {
    left: -6vw !important;
  }
  main .content04 .slick-next {
    right: -6vw !important;
  }
  main .content03 .content03_inner {
    width: auto;
    overflow: hidden;
  }
  main .content03 .content03_inner .slide03 img {
    width: 100%;
  }
  main .content04 {
    padding: 10% 0 10% 0;
  }
  main .content04 .slide04 {
    width: 88%;
  }
  main .content04 .slide04 .flex {
    display: block;
    padding: 10% 10% 9% 10%;
  }
  main .content04 .slide04 .flex figure {
    width: 100%;
  }
  main .content04 .slide04 .flex figure img {
    margin: 0 auto;
  }
  main .content04 .slide04 .flex .cont {
    width: 100%;
  }
  main .content04 .slide04 .flex .cont p {
    /*font-size: 100%;*/
    line-height: 1.5;
    height: 100%;
    padding: 5% 0 10% 0;
    font-weight: 500;
  }
  main .content04 .slide04 .flex .cont .more {
    margin: 0 auto;
    width: 70%;
    padding: 2% 0;
  }
}
/*===============main_img===============*/
@media only screen and (max-width: 480px) {
  /*===============main_img===============*/
  .main_top .slick-dots li {
    width: 7px;
    height: 7px;
  }
  .main_top .slick-dots li button:before {
    width: 7px;
    height: 7px;
  }

  /*===============main_img===============*/
  main .content02 .slick-prev {
    left: 4%;
  }
  main .content02 .slick-next {
    right: 4%;
  }
}
@media only screen and (min-width: 1200px) {
  main .content03 .content03_inner {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 960px) {
  main .content02 .slick-prev {
    left: 9%;
  }

  main .content02 .slick-next {
    right: 9%;
  }

  main .content04 .slide04 .flex .cont p {
    /*font-size: 114%;*/
  }
}




/*move from service*/
.ex_contents01 .main .tt01 {
    color: #ea719c;
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 4%;
    line-height: 1.6;
}

.bnt2 {
  display: block;
  text-align: center;
  border: 1px solid #7d7d7d;
  width: 50%;
  margin: 0 auto;
  /*padding: 15px 0;*/
  font-size: 100%;
  position: relative;
}
.bnt2:after {
  content: '';
  position: absolute;
  right: -20px;
  background-color: #7d7d7d;
  height: 1px;
  width: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.bnt2 a {
  text-decoration: none;
  display: block;
  color: #000;
  padding: 3% 0; 
}
  .bnt2 a:hover {
    opacity: 1;
    color: #fff;
    background-color: #000;
    /*padding: 15px 0; */
}

@media only screen and (min-width: 960px) {
    .bnt2 {
    font-size: 110%;
  }
    .bnt2 a {
    padding: 15px 0; 
  }
}


