/* ---------- トップのボックス ---------- */
#mvp-main #intro-menu{
  background: #f2f2f2;
}
/* TODO: */
#mvp-main #intro-menu .wrap{
  display: grid;
  grid-template-columns: repeat(4,25%);
  gap: 8px 10px;
}
#mvp-main #intro-menu .wrap .content-box{
  position: relative;
  max-height: 240px;
}

#mvp-main #intro-menu .wrap .content-box:not(.tool_and_tanamin) {
  padding: 16px;
  background: #fff;
}

#mvp-main #intro-menu .wrap .content-box.tool_and_tanamin{
  display: grid;
  grid-template-rows: repeat(2,1fr);
  gap: 8px;
  padding: 0;
}

#mvp-main #intro-menu .wrap h2{
  margin-bottom: 8px;
  font-size: 120%;
}
#mvp-main #intro-menu .wrap .link-btn{
  margin-top: 5px;
}
#mvp-main #intro-menu .wrap .link-btn a,
#mvp-main #intro-menu .wrap .link-btn i{
  width: 100%;
  padding: 6px 5px 5px;
  font-size: 90%;
}

/* たなみんmed */
#mvp-main .-js-tanamin-window{
  display: block;
  overflow: hidden;
  background: #a6e5f6!important;
  color: #000;
}
#mvp-main .-js-tanamin-window:hover{
  cursor: pointer;
  text-decoration: none;
}
#mvp-main .-js-tanamin-window img.tanamin{
  width: 100px;
}
#mvp-main .-js-tanamin-window img+div{
  width: calc(100% - 110px);
  margin-left: 10px;
}
#mvp-main .-js-tanamin-window .link-btn{
  width: 100%;
}
#mvp-main .-js-tanamin-window .link-btn span{
  display: inline-block;
  margin-bottom: 4px;
  font-size: 85%;
}
#mvp-main .-js-tanamin-window .link-btn i{
  display: inline-block;
  position: relative;
  border: 2px solid #0070c0;
  border-radius: 20px;
  background: #fff;
  color: #0070c0;
  line-height: 1.2;
  font-style: normal;
}
#mvp-main .-js-tanamin-window .link-btn i:after{
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: '';
}
#mvp-main .-js-tanamin-window:hover .link-btn i{
  background: #0070c0;
  color: #fff!important;
  text-decoration: none!important;
}
#mvp-main .-js-tanamin-window:hover .link-btn i:after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#mvp-main .bcp_notice .-js-tanamin-window {
  display: inline;
  overflow: auto;
  background: none !important;
  color: #4472c4;
}
/* たなみんmed top専用 */
/* TODO: */
#mvp-main .tanamin-window[data-tanamin="top"] {
  padding: 8px;
}

#mvp-main .tanamin-window[data-tanamin="top"] h2 {
  width: 160px;
}

#mvp-main .tanamin-window[data-tanamin="top"] > div {
  width: 100%;
  gap: 16px;
}

#mvp-main .tanamin-window[data-tanamin="top"] .tanamin {
  width: 46px;
}

#mvp-main .tanamin-window[data-tanamin="top"] img+div{
  width: 100%;
  margin-left: 0;
}

#mvp-main .tanamin-window[data-tanamin="top"] img+div p:not(.link-btn){
  font-size: 85%;
}

#mvp-main #intro-menu .tanamin-window[data-tanamin="top"] .link-btn i {
  padding: 5px;
  font-size: 85%;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

/* 会員サイトのご案内 */
#mvp-main #intro-menu .membersSite-box{
  padding: 0!important;
  background: #b0bbb5 url(/top/images/bg_members-site.png) no-repeat -80px center / auto 100%!important;
}
#mvp-main #intro-menu .membersSite-box a.info{
  display: block;
  height: 100%;
  padding: 16px;
}
#mvp-main #intro-menu .membersSite-box a.info:hover{
  cursor: pointer;
  text-decoration: none;
}
#mvp-main #intro-menu .membersSite-box a.info h2{
  color: #000;
  text-shadow: 0px 0px 4px #fff;
}
#mvp-main #intro-menu .membersSite-box a.info p:not(.link-btn){
  width: 60%;
  margin: 0 0 8px 40%;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  text-shadow: 0px 0px 6px #000;
}
#mvp-main #intro-menu .membersSite-box a.info .link-btn{
  width: 60%;
  margin-left: 40%;
}
#mvp-main #intro-menu .membersSite-box a.info .link-btn i{
  display: inline-block;
  position: relative;
  border: 2px solid #0070c0;
  border-radius: 20px;
  background: #fff;
  color: #0070c0;
  line-height: 1.2;
  font-style: normal;
}
#mvp-main #intro-menu .membersSite-box a.info .link-btn i:after{
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: '';
}
#mvp-main #intro-menu .membersSite-box a.info:hover .link-btn i{
  background: #0070c0;
  color: #fff!important;
  text-decoration: none!important;
}
#mvp-main #intro-menu .membersSite-box a.info:hover .link-btn i:after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#mvp-main #intro-menu .membersSite-box a.regist{
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 10px 5px;
  border: 2px solid #ffc000;
  background: #ffc000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#mvp-main #intro-menu .membersSite-box a.regist::after{
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}
#mvp-main #intro-menu .membersSite-box a.regist:hover{
  background: #0070c0;
  color: #fff!important;
  text-decoration: none!important;
  border: 2px solid #0070c0;
}
#mvp-main #intro-menu .membersSite-box a.regist:hover::after{
  border-top: 2px solid #ffc000;
  border-right: 2px solid #ffc000;
}

/* 担当MR */
#mvp-main #intro-menu .mr-box .mr-slider img{
  max-width: 100px;
  margin: 0 auto;
}
#mvp-main #intro-menu .mr-box .mr-slider p{
  overflow: hidden;
  padding: 0 13px;
  font-size: 80%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#mvp-main #intro-menu .mr-box .mr-slider .slick-prev{
  right: auto;
  left: -15px;
}
#mvp-main #intro-menu .mr-box .mr-slider .slick-prev:before{
  color: #000;
  content: '◀';
}
#mvp-main #intro-menu .mr-box .mr-slider .slick-next{
  right: -15px;
  left: auto;
}
#mvp-main #intro-menu .mr-box .mr-slider .slick-next:before{
  color: #000;
  content: '▶';
}
#mvp-main #intro-menu .mr-box .link-btn a::before {
  position: absolute;
  top: calc(50% - 8px);
  left: 20px;
  width: 16px;
  height: 16px;
  background: url(/common/images/icons/icon_mail.png) no-repeat left top / 100% auto;
  content: '';
}
/*リニューアルバナー*/
.top-renewal-banner{
  background: #fff;
  text-align: center;
}
.top-renewal-banner img{
  width: 100%;
}

/* 先生のためのリンク */
#mvp-main #intro-menu .doctorLink-box ul{
  display:flex;
  flex-flow: column;
  justify-content:space-between;
  height: calc(100% - 52px);
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-main #intro-menu .wrap{
    display: inherit;
  }
  #mvp-main #intro-menu .wrap .content-box{
    width: 100%;
    max-height: inherit;
    padding: 8px;
  }
  #mvp-main #intro-menu .wrap .content-box + .content-box{
    margin-top: 8px;
  }
  #mvp-main #intro-menu .wrap h2{
    margin-bottom: 10px;
    font-size: 120%;
  }
  #mvp-main #intro-menu .wrap .link-btn a,
  #mvp-main #intro-menu .wrap .link-btn i{
    width: 100%;
    padding: 6px 5px 8px;
  }

  /* たなみんmed */
  #mvp-main .-js-tanamin-window h2{
    max-width: 60%;
  }
  #mvp-main .-js-tanamin-window img.tanamin{
    width: 80px;
    /*
    bottom: 8px;
    */
  }
  #mvp-main .-js-tanamin-window p:not(.link-btn){
    /*
    width: calc(100% - 62px);
    margin-left: 62px;
    text-align: center;
    */
  }
  #mvp-main .-js-tanamin-window .link-btn{
    /*
    width: calc(100% - 62px);
    margin-left: 62px;
    */
  }
  #mvp-main .-js-tanamin-window .link-btn .pc-br{
    display: none;
  }
  #mvp-main .-js-tanamin-window .link-btn i:after {
    top: calc(50% - 2px);
    right: 10px;
  }
  /* たなみんmed　トップ */
  /* TODO: */
  #mvp-main .tanamin-window[data-tanamin="top"] img+div p:not(.link-btn){
    font-size: 100%;
  }

  /* 製品検索名 */
  .search-box #mvp-search-jp ul li{
    width: inherit;
  }
  .search-box #mvp-search-jp ul li a{
    padding: 10px;
  }

  /* 会員サイトのご案内 */
  #mvp-main #intro-menu .membersSite-box{
    min-height: 193px!important;
    background-position: -45px center!important;
  }

  /* 担当MR */
  #mvp-main #intro-menu .mr-box .mr-slider img{
    max-width: 85px;
  }
  #mvp-main #intro-menu .mr-box .mr-slider p{
    padding: 0 4px;
  }
}

  /* お知らせ欄 */
#mvp-main #mvp-info-box-wrapper {
  max-width: 1160px;
  margin: 0 auto ;
  padding-bottom: 40px;
  background: #f2f2f2;
}

#mvp-main #mvp-info-box-wrapper .mvp-info-box{
  font-size: 90%;
  padding: 10px;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  color: #454545;
}

#mvp-main #mvp-info-box-wrapper .mvp-info-box h2 {
  margin-bottom: 5px;
  font-size: 100%;
  color: #454545;
  font-weight: bold;
}

#mvp-main #mvp-info-box-wrapper .mvp-info-box .mvp-info-box-inner{
  padding-left: 24px;
  margin-bottom: 16px;
}

#mvp-main #mvp-info-box-wrapper .mvp-info-box h3 {
  margin-top: 16px;
  color: #454545;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #mvp-main #mvp-info-box-wrapper {
    width:  calc(100% - 24px);
    padding-bottom: 24px;
  }
  }

/* --------------------------------------------------

 mvp-adr_report

-------------------------------------------------- */
#mvp-main #mvp-adr_report .wrap {
    padding: 40px 20px 20px;
}
#mvp-adr_report{
  background: #f2f2f2;
  text-align: center;
}
#mvp-adr_report .adr_report-bnr{
  display: inline-block;
  position: relative;
  padding: 14px 64px;
  border: 2px solid #e9b15c;
  border-radius: 40px;
  background: url(/top/images/bg-adr_report-bnr.png) no-repeat center / cover;
}
#mvp-adr_report .adr_report-bnr::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 3px solid #fd7a06;
  border-right: 3px solid #fd7a06;
  content: '';
}
#mvp-adr_report .adr_report-bnr p a{
  font-size: 150%;
  color: #fd7a06;
  text-decoration: underline;
  font-weight: bold;
}
#mvp-adr_report .adr_report-pdf p{
  display: inline-block;
  position: relative;
  padding-left: 38px;
}
#mvp-adr_report .adr_report-pdf p + p{
  margin-top: 10px;
}
#mvp-adr_report .adr_report-pdf p::before{
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 28px;
  height: 28px;
  background: url(/common/images/pdficon_new.png) no-repeat left top / 100%;
}
#mvp-adr_report .adr_report-pdf p a{
  color: #2c2c2c;
  font-size: 110%;
  text-decoration: underline;
}
/* SP */
@media screen and (max-width: 767px) {
  #mvp-adr_report .adr_report-bnr{
    padding: 8px 24px;
  }
  #mvp-adr_report .adr_report-bnr p a{
    font-size: 130%;
  }
  #mvp-adr_report .adr_report-pdf p{
    text-align: left;
  }
}

/* --------------------------------------------------

 mvp-supply

-------------------------------------------------- */
#mvp-main #mvp-supply .wrap {
    padding: 0 20px 20px;
}
#mvp-supply{
  background: #f2f2f2;
  text-align: center;
}
#mvp-supply .supply-bnr{
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding: 14px 40px;
  border: 2px solid #94a8d2;
  border-radius: 56px;
  background: #e1e8f7;
}
#mvp-supply .supply-bnr::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 3px solid #3f64a8;
    border-right: 3px solid #3f64a8;
    content: '';
}
#mvp-supply .supply-bnr p a{
  font-size: 150%;
  color: #3f64a8;
  text-decoration: underline;
  font-weight: bold;
}
/* SP */
@media screen and (max-width: 767px) {
  #mvp-supply .supply-bnr{
    padding: 8px 24px;
  }
  #mvp-supply .supply-bnr p a{
    font-size: 130%;
  }
}



/* --------------------------------------------------

 mvp-information

-------------------------------------------------- */
#mvp-main #mvp-information .tab-switching{
  position: relative;
}
#mvp-main #mvp-information .tab-switching::after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: '';
}
#mvp-main #mvp-information .tab-switching ul{
  display: flex;
  justify-content: space-between;
}
#mvp-main #mvp-information .tab-switching ul li:not(.link-btn){
  position: relative;
  width: calc(25% - 16px);
}
#mvp-main #mvp-information .tab-switching ul li.link-btn{
  position: relative;
  width: calc(50% - 16px);
}
#mvp-main #mvp-information .tab-switching ul li:not(.link-btn) a{
  position: relative;
  display: block;
  padding: 20px 5px;
  border: 1px solid #000;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  background: #fff;
  color: #000;
  text-align: center;
}
#mvp-main #mvp-information .tab-switching ul li.info a,
#mvp-main #mvp-information .tab-switching ul li.update a{
  border-bottom: none;
}
#mvp-main #mvp-information .tab-switching ul li.open{
  z-index: 1;
}
#mvp-main #mvp-information .tab-switching ul li.open a::after{
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
#mvp-main #mvp-information .tab-switching ul li.link-btn{
  margin: 0 0 5px 0;
  text-align: right;
}
#mvp-main #mvp-information .tab-switching ul li.link-btn div{
  display: inline-block;
  padding: 0 8px;
}
#mvp-main #mvp-information .tab-switching ul li.link-btn a{
  display: block;
  white-space: nowrap;
  padding: 10px 25px 10px 20px;
  border-radius: 40px;
}

#mvp-main #mvp-information .tab-switching ul li.link-btn .mvp-di-info a{
  background: #ceefff;
}
#mvp-main #mvp-information .tab-switching ul li.link-btn .mvp-di-direction a{
  background: #ffcece;
}
#mvp-main #mvp-information .tab-switching ul li.link-btn a:hover{
  background: #0070c0;
}
#mvp-main #mvp-information .tab-contents > div{
  display: none;
  width: 100%;
  padding: 25px 10px 0;
}
#mvp-main #mvp-information .tab-contents > div.open{
  display: block;
}
#mvp-main #mvp-information .tab-contents > div .scroll{
  height: 200px;
  overflow-y: scroll;
}
#mvp-main #mvp-information .tab-contents > div ul li + li{
  margin-top: 25px;
}
#mvp-main #mvp-information .tab-contents > div ul li{
  display: flex;
}
#mvp-main #mvp-information .tab-contents > div ul li time{
  width: 120px;
  font-weight: bold;
}
#mvp-main #mvp-information .tab-contents > div ul li dl,
#mvp-main #mvp-information .tab-contents > div ul li p{
  width: calc(100% - 120px);
}
#mvp-main #mvp-information .tab-contents > div ul li dl dt{
  font-weight: bold;
}
#mvp-main #mvp-information .tab-contents > div ul li p span.mvp-member-mark{
  display: inline-block;
  width: 15px;
  height: 13px;
  margin: -4px 0 0 5px;
  background: url(/common/images/icons/icon_member.png) no-repeat left top / 100% auto;
  font-size: 0;
  vertical-align: middle;
}
#mvp-main #mvp-information .tab-contents > div ul li p span.mvp-movie-mark{
  display: inline-block;
  margin: -3px 0 0 5px;
  padding: 3px 4px;
  border-radius: 2px;
  background: #909090;
  color: #fff;
  font-size: 75%;
  line-height: 1;
  vertical-align: middle;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-main #mvp-information .tab-switching ul{
    display: inherit;
    overflow: hidden;
  }
  #mvp-main #mvp-information .tab-switching ul li{
    float: left;
    width: calc(26% - 5px);
  }
  #mvp-main #mvp-information .tab-switching ul li.update{
    margin-left: 5px;
  }
  #mvp-main #mvp-information .tab-switching ul li a {
    padding: 10px 0;
    font-size: 90%;
  }
  #mvp-main #mvp-information .tab-switching ul li.link-btn{
    width:calc(100% - 50% - -20px);
    float: right;
    margin: 0 0 5px 5px;
  }
  #mvp-main #mvp-information .tab-switching ul li.link-btn div {
    margin: 0 0 4px;
  }
  #mvp-main #mvp-information .tab-switching ul li.link-btn a{
    width: 100%;
    padding: 4px 25px;
  }
  #mvp-main #mvp-information .tab-contents > div ul li time{
    width: 80px;
  }
  #mvp-main #mvp-information .tab-contents > div ul li dl,
  #mvp-main #mvp-information .tab-contents > div ul li p{
    width: calc(100% - 80px);
  }
}

/* ----- iPhoneX 以下 ----- */
@media screen and (max-width: 375px) {
  #mvp-main #mvp-information .tab-switching ul li.update {
    margin-left: 3px;
}
#mvp-main #mvp-information .tab-switching ul li.link-btn {
    width: calc(53% - -8px);
}
#mvp-main #mvp-information .tab-switching ul li.link-btn div {
    margin: 0 0 4px;
    padding: 0;
}
#mvp-main #mvp-information .tab-switching ul li:not(.link-btn) {
    position: relative;
    width: calc(27% - 30px);
}
#mvp-main #mvp-information .tab-switching ul li:not(.link-btn) a {
  padding: 20px 4px;
}
#mvp-main #mvp-information .tab-switching ul li.link-btn {
    margin: 0 0 5px 0px;
}
#mvp-main #mvp-information .tab-switching ul li.link-btn a {
    padding: 4px 20px;
}
}
@media screen and (max-width: 320px) {
  #mvp-main #mvp-information .tab-switching ul li.link-btn a {
      padding: 4px 10px;
  }
  #mvp-main #mvp-information .tab-switching ul li.link-btn a:after {
    right: 5px;
  }
  #mvp-main #mvp-information .tab-switching ul li.link-btn {
    width: calc(53% - -16px);
}
#mvp-main #mvp-information .tab-switching ul li:not(.link-btn) a {
    padding: 20px 2px;
}
#mvp-main #mvp-information .tab-switching ul li:not(.link-btn) {
    position: relative;
    width: calc(27% - 20px);
}
}


/* --------------------------------------------------

 mvp-ranking

-------------------------------------------------- */
#mvp-main #mvp-ranking .wrap > p{
  text-align: center;
}
#mvp-main #mvp-ranking ul{
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
#mvp-main #mvp-ranking ul li{
  position: relative;
  width: calc(33.33333% - 10px);
  padding: 0 20px 0 70px;
  border: 1px solid #ccc;
}
#mvp-main #mvp-ranking ul li::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 55px;
  height: 42px;
  margin: auto;
  background: url(/common/images/icons/ranking/ranking_1.png) no-repeat left top / 100% auto;
  content: '';
}
#mvp-main #mvp-ranking ul li:nth-child(2)::before{
  background-image: url(/common/images/icons/ranking/ranking_2.png);
}
#mvp-main #mvp-ranking ul li:last-child::before{
  background-image: url(/common/images/icons/ranking/ranking_3.png);
}
#mvp-main #mvp-ranking ul li p{
  position: relative;
  height: 84px;
  padding-left: 20px;
}
#mvp-main #mvp-ranking ul li p a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translateY(-50%);
  max-height: 48px;
  color: #000;
  font-weight: bold;
  word-break: break-word;
  letter-spacing: -0.03em;
}
#mvp-main #mvp-ranking ul li.mvp-member-mark p a::before{
  display: inline-block;
  width: 15px;
  height: 13px;
  margin: -2px 5px 0 0;
  background: url(/common/images/icons/icon_member.png) no-repeat left top / 100% auto;
  content: '';
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-main #mvp-ranking ul{
    display: inherit;
  }
  #mvp-main #mvp-ranking ul li{
    width: 100%;
  }
  #mvp-main #mvp-ranking ul li + li{
    margin-top: 10px;
  }
  #mvp-main #mvp-ranking ul li p{
    height: 64px;
  }
  #mvp-main #mvp-ranking ul li p a{
    max-height: 45px;
    letter-spacing: -0.05em;
  }
}





/* --------------------------------------------------

 mvp-products

-------------------------------------------------- */
#mvp-main #mvp-products{
  background: #f2f2f2;
}
#mvp-main #mvp-products h2{
  color: #000;
}
#mvp-main #mvp-products ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
#mvp-main #mvp-products ul li{
  width: calc(25% - 16px);
  margin: 0 8px 16px;
  background: #fff;
}
#mvp-main #mvp-products ul li img{
  width: 100%;
}
#mvp-main #mvp-products li:nth-child(12),
#mvp-main #mvp-products li:nth-child(15),
#mvp-main #mvp-products li:nth-child(16) {
    background: transparent;
}
/* ----- SP ----- */
@media screen and (max-width: 767px) {
  #mvp-main #mvp-products ul{
    margin: 0 -4px;
  }
  #mvp-main #mvp-products ul li{
    width: calc(50% - 8px);
    margin: 0 4px 8px;
  }
  #mvp-main #mvp-products li:nth-child(8),
  #mvp-main #mvp-products li:nth-child(12),
  #mvp-main #mvp-products li:nth-child(16) {
    display: none;
  }
  #mvp-main #mvp-products li:nth-child(15) {
    display: none;
  }
}

/* tool order */
/* TODO: */
#mvp-main .tool_order_link{
  text-decoration: none;
  background-color: #005BAC;
  display: grid;
  justify-content: center;
  align-items: center;
  place-content: center;
  gap: 8px;
  position: relative;
  padding: 10px 32px;
  color: #fff;
}

#mvp-main .tool_order_link > div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 120%;
  font-weight: bold;
}

#mvp-main .tool_order_link > div > img {
  height: 20px;
  filter: brightness(0) invert(1);
}

#mvp-main .tool_order_link .link-btn i{
  display: inline-block;
  position: relative;
  border: 2px solid #0070c0;
  border-radius: 20px;
  background: #fff;
  color: #0070c0;
  line-height: 1.2;
  font-style: normal;
  padding: 5px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

#mvp-main .tool_order_link .link-btn i::after{
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #0070c0;
  border-right: 1px solid #0070c0;
  content: '';
}

#mvp-main .tool_order_link:hover {
  text-decoration: none;
}

#mvp-main .tool_order_link:hover i{
  background: #0070c0;
  color: #fff;
}

#mvp-main .tool_order_link:hover i::after{
  border-top-color: #fff;
  border-right-color: #fff;
}
