
@charset "utf-8";
/*
html, body {
	margin: 0;
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 3.5vw;
  }
  table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
}
*/
#biz2020 img {
  max-width: 100%;
  vertical-align: bottom;
}
#biz2020 p {
  margin: 0;
}
#biz2020 a {
  color: inherit;
  text-decoration: none;
}

#biz2020 *,
#biz2020 *:before {
  box-sizing: border-box;
}

#biz2020 section {
  width: 100%;
}
@media screen and (max-width: 768px) {
  table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
}

/*------------
  common
------------*/
#biz2020 {
  width: 100%;
}
#biz2020 .container {
  width: 1000px;
  margin: 0 auto;
}
#biz2020 .inner {
  width: 960px;
  margin: 0 auto;
}
#biz2020 .sec-ttl {
  margin-bottom: 25px;
  text-align: center;
}
#biz2020 .ttl {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
}
#biz2020 .ttl:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 98px;
  height: 7px;
}
@media screen and (max-width: 768px) {
  #biz2020 .container,
  #biz2020 .inner {
    width: 95%;
  }
  #biz2020 .ttl {
    font-size: 7vw;
  }
}

/*------------
  btn
------------*/
#biz2020 .btn {
  position: relative;
  text-align: center;
}
#biz2020 .btn p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bold;
  color: #14005c;
}
@media screen and (max-width: 768px) {
  #biz2020 .btn p {
    width: 80%;
    font-size: 3.5vw;
  }
}


/*------------
  nav
------------*/
nav.biz-nav,
nav.biz-nav * {
  box-sizing: border-box;
}
nav.biz-nav {
  padding: 40px 0;
  color: #fff;
  background: #00002e;
}
nav.biz-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}
nav.biz-nav p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
nav.biz-nav ul {
  display: flex;
  font-size: 14px;
}
nav.biz-nav ul li {
  position: relative;
  padding: 0 20px;
}
nav.biz-nav ul li.active:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 4px;
  background: #bc00b4;
}
nav.biz-nav a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  nav.biz-nav {
    padding: 25px 0;
  }
  nav.biz-nav .container {
    display: block;
    width: 95%;
  }
  nav.biz-nav p {
    position: relative;
    text-align: center;
    font-size: 4.2vw;
    line-height: 1.5;
  }
  nav.biz-nav p:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 14px;
    height: 21px;
    background: url(/biz2020/img/arrow.png) no-repeat center/contain;
    transform: rotate(90deg);
  }
  nav.biz-nav.active p:before {
    transform: rotate(-90deg);
  }
  nav.biz-nav ul {
    display: none;
    margin-top: 25px;
  }
  nav.biz-nav ul li {
    width: 100%;
    font-size: 3.5vw;
  }
  nav.biz-nav ul li.active:before {
    bottom: 10px;
  }
  nav.biz-nav ul li a {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
}

/*------------
  top
------------*/

/*
  category
------------*/
#biz2020 #category {
  padding: 75px 0;
  background: url(/biz2020/img/cat_bg.png) no-repeat center/cover;
}
#biz2020 #category .inner {
  display: flex;
  justify-content: space-between;
}
#biz2020 #category .box {
  display: block;
  position: relative;
  width: 31%;
  padding: 25px 20px 30px;
  background: rgba(255, 255, 255, .9);
  line-height: 1.8;
}
#biz2020 #category .box .box-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #00002e;
  line-height: 1.2;
}
#biz2020 #category .box .box-ttl p {
  margin-left: 20px;
}
#biz2020 #category .box .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}
#biz2020 #category .btn {
  margin-top: 60px;
}
#biz2020 #category .btn div {
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #biz2020 #category .inner {
    display: block;
  }
  #biz2020 #category .box {
    width: 100%;
    padding: 20px;
  }
  #biz2020 #category .box + .box {
    margin-top: 20px;
  }
  #biz2020 #category .box .title {
    font-size: 7vw;
  }
}

/*
  refine
------------*/
#biz2020 #refine {
  padding: 60px 0;
  background: url(/biz2020/img/refine_bg.png) no-repeat center/cover;
}
#biz2020 .refine-box {
  position: relative;
  background: #fff;
  border-radius: .5rem;
}
#biz2020 .refine-box .target {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 14px;
}
#biz2020 .refine-box .toggle {
  position: relative;
  padding: 15px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #14005c;
  border: 1px solid #332271;
  border-radius: .5rem;
  cursor: pointer;
}
#biz2020 .refine-box .toggle .toggle-txt {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  font-size: 16px;
}
#biz2020 .refine-box .toggle .toggle-box {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 3px solid #14005c;
}
#biz2020 .refine-box .toggle .toggle-box span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 4px;
  background: #14005c;
}
#biz2020 .refine-box .toggle .toggle-box span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(90deg);
}
#biz2020 .refine-box .toggle .toggle-box.open span:nth-child(1) {
  display: none;
}
#biz2020 .refine-box .check {
  display: none;
  padding: 30px 20px;
}
#biz2020 .refine-box .check .check-box {
  margin-bottom: 20px;
}
#biz2020 .refine-box .check .check-box p {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #2500ad;
}
#biz2020 .refine-box .check .search {
  margin-bottom: 10px;
  font-size: 22px;
  color: #2500ad;
}
#biz2020 .refine-box .check .list {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}
#biz2020 .refine-box .check .list.three {
  justify-content: space-between;
  width: 100%;
}
#biz2020 .refine-box .check .list a {
  display: block;
  width: 25%;
  margin-bottom: 15px;
  text-decoration: underline;
}
#biz2020 .refine-box .check .list label {
  display: block;
  width: 25%;
  padding: 10px 0;
}
#biz2020 .refine-box .check .list label input {
  display: none;
}
#biz2020 .refine-box .check .list label span {
  position: relative;
  padding-left: 25px;
}
#biz2020 .refine-box .check .list label span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 2px solid #434343;
}
#biz2020 .refine-box .check .list label span:after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(/biz2020/img/check.png) no-repeat center/contain;
}
#biz2020 .refine-box .check .list label input:checked + span:after {
  display: block;
}
#biz2020 .refine-box .check .list .sl {
  overflow: hidden;
  position: relative;
  width: 90%;
  margin: 2em auto;
  text-align: center;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
#biz2020 .refine-box .check .list .sl:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.9em;
  margin: auto;
  width: 0;
  height: 0;
  padding: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
#biz2020 .refine-box .check .list .sl:after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: '';
  border-left: 1px solid #bbbbbb;
}
#biz2020 .refine-box .check .list select {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  appearance: none;
}
#biz2020 .refine-box .check .list select::-ms-expand {
  display: none;
}
#biz2020 .refine-box .check .list .row {
  width: calc(100% / 3);
}
#biz2020 .refine-box .check .list.three .row {
  width: 31%;
}
#biz2020 .refine-box .check .list .row label {
  width: 100%;
}
#biz2020 .refine-box .check .list .scroll-box {
  overflow-y: auto;
  max-height: 150px;
  margin: 20px auto;
}
#biz2020 .refine-box .check .checked {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 50px auto;
}
#biz2020 .refine-box .check .checked ul {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  list-style: none;
}
#biz2020 .refine-box .check .checked ul li {
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  background: #b5b5b5;
  border-radius: 5px;
}
#biz2020 .refine-box .check .checked .blur {
  position: relative;
  width: 20%;
  padding: 10px 10px 10px 30px;
  text-align: right;
  color: #14005c;
  border: 2px solid #14005c;
  border-radius: 5px;
  cursor: pointer;
}
#biz2020 .refine-box .check .checked .blur:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 15px;
  height: 2px;
  background: #14005c;
  transform: rotate(45deg);
}
#biz2020 .refine-box .check .checked .blur:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 15px;
  height: 2px;
  background: #14005c;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #biz2020 #refine {
    padding: 40px 0;
  }
  #biz2020 .refine-box .toggle .toggle-box {
    margin-right: 0;
  }
  #biz2020 .refine-box .toggle .toggle-txt p {
    display: none;
  }
  #biz2020 .refine-box .check .check-box p {
    font-size: 3.8vw;
  }
  #biz2020 .refine-box .check .search {
    font-size: 18px;
  }
  #biz2020 .refine-box .check .list a {
    width: 50%;
  }
  #biz2020 .refine-box .check .list label {
    width: 100%;
    margin: 10px auto 0;
  }
  #biz2020 .refine-box .check .list .row,
  #biz2020 .refine-box .check .list.three .row {
    width: 100%;
  }
  #biz2020 .refine-box .check .checked {
    flex-wrap: wrap;
    justify-content: center;
  }
  #biz2020 .refine-box .check .checked ul {
    width: 100%;
  }
  #biz2020 .refine-box .check .checked .blur {
    width: auto;
    margin-top: 20px;
  }
}

/*
  product
------------*/
#biz2020 #product {
  padding: 70px 0;
  background: url(/biz2020/img/product_bg.png) no-repeat center/cover;
}
#biz2020 #product h1 {
  color: #fff;
}
#biz2020 #product h1:before {
  background: #fff;
}
#biz2020 #product .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 0;
}
#biz2020 #product .more .product-list {
  overflow: hidden;
  justify-content: flex-start;
  margin: 0 auto;
}
#biz2020 #product .product-list .box {
  display: block;
  position: relative;
  width: 32%;
  padding: 20px 20px 40px;
  background: #fff;
  line-height: 1.5;
}
#biz2020 #product .more .product-list .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  float: left;
  width: 15%;
  margin-top: 30px;
  margin-right: 2%;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #14005c;
  line-height: 1.2;
}
#biz2020 #product .more .product-list .box:nth-child(6n) {
  margin-right: 0;
}
#biz2020 #product .more .product-list .box p {
  margin-top: 20px
}
#biz2020 #product .product-list .box-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #14005c;
  line-height: 1.2;
}
#biz2020 #product .product-list .box-ttl p {
  margin-left: 20px;
}
#biz2020 #product .product-list .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#biz2020 #product .btn {
  margin-top: 50px;
}
#product .btn div {
  display: inline-block;
  cursor: pointer;
}
#biz2020 #product .btn .close {
  display: none;
}
#biz2020 #product .btn.active .open {
  display: none;
}
#biz2020 #product .btn.active .close {
  display: inline;
}
#biz2020 #product .more {
  display: none;
}
@media screen and (max-width: 768px) {
  #biz2020 #product {
    padding: 40px 0;
  }
  #biz2020 #product .product-list {
    margin: 40px auto 0;
  }
  #biz2020 #product .product-list .box {
    width: 100%;
    padding: 20px;
  }
  #biz2020 #product .more .product-list .box {
    width: 48%;
    margin-top: 20px;
  }
  #biz2020 #product .product-list .box + .box {
    margin-top: 20px;
  }
}

/*
  example
------------*/
#biz2020 #example {
  padding: 70px 0 60px;
  background: #e1f3f3;
}
#biz2020 #example h1 {
  color: #3c3c3c;
}
#biz2020 #example h1:before {
  background: #160063;
}
#biz2020 #example .swiper {
  overflow-x: hidden;
  position: relative;
}
#biz2020 #example .swiper-container {
  overflow: visible;
  width: 80%;
  margin: 65px auto 50px;
}
#biz2020 #example .swiper-slide a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  background: #fff;
}
#biz2020 #example .swiper-slide .thumb {
  position: relative;
  width: 55%;
  top: -30px;
  margin-right: -20px;
}
#biz2020 #example .swiper-slide .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#biz2020 #example .swiper-slide .content {
  padding: 50px;
  width: calc(45% + 20px);
  font-size: 15px;
  color: #333333;
}
#biz2020 #example .swiper-slide .content .name {
  font-size: 15px;
  color: #000066;
}
#biz2020 #example .swiper-slide .content .title {
  margin: 15px auto 60px;
  font-size: 21px;
  font-weight: bold;
  color: #000066;
}
#biz2020 #example .swiper-slide table.WCMeditable tr.WCMeditable + tr > td {
  margin: 15px auto 60px;
  font-size: 21px;
  font-weight: bold;
  color: #000066;
}
#biz2020 #example .swiper-slide .content .company {
  margin: 25px auto;
  font-size: 21px;
}
#biz2020 #example .swiper-slide .content .company span {
  padding-left: 10px;
  font-size: 16px;
}
#biz2020 #example .swiper-button-prev {
  left: 0;
  width: auto;
}
#biz2020 #example .swiper-button-prev:after {
  display: none;
}
#biz2020 #example .swiper-button-next {
  right: 0;
  width: auto;
}
#biz2020 #example .swiper-button-next:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #biz2020 #example {
    padding: 40px 0;
  }
  #biz2020 #example .swiper-container {
    margin: 30px auto;
    width: 95%;
  }
  #biz2020 #example .swiper-slide {
    flex-wrap: wrap;
  }
  #biz2020 #example .swiper-slide .thumb {
    order: 1;
    top: 0;
    right: 0;
    width: 100%;
  }
  #biz2020 #example .swiper-slide .content {
    order: 2;
    width: 100%;
    padding: 20px;
    font-size: 3.4vw;
  }
  #biz2020 #example .swiper-slide .content .name {
    font-size: 3.4vw;
  }
  #biz2020 #example .swiper-slide .content .title {
    font-size: 4vw;
    line-height: 1.3;
    margin: 15px auto;
  }
  #biz2020 #example .swiper-slide table.WCMeditable tr.WCMeditable + tr > td {
    font-size: 4vw;
    line-height: 1.3;
    margin: 15px auto;
  }
  #biz2020 #example .swiper-slide .content .company {
    margin: 15px auto;
    font-size: 4vw;
  }
  #biz2020 #example .swiper-slide .content .company span {
    font-size: 3.5vw;
  }
  #biz2020 #example .swiper-button-prev,
  #biz2020 #example .swiper-button-next {
    display: none;
  }
}

/*
  contact
------------*/
#biz2020 #contact {
  padding: 80px 0;
  background: #295bbf;
}
#biz2020 #contact h1 {
  color: #fff;
}
#biz2020 #contact h1:before {
  background: #fff;
}
#biz2020 #contact .contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
#biz2020 #contact .contact-list .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 5px;
}
#biz2020 #contact .contact-list .box.long {
  width: 49%;
  margin-bottom: 20px;
  font-size: 24px;
}
#biz2020 #contact .contact-list .box p + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #biz2020 #contact {
    padding: 40px 0;
  }
  #biz2020 #contact .contact-list {
    margin-top: 40px;
  }
  #biz2020 #contact .contact-list .box,
  #biz2020 #contact .contact-list .box.long {
    width: 48%;
    margin: 0 auto 20px;
    padding: 10px;
    font-size: 3vw;
  }
}

/*
  seminar
------------*/
#biz2020 #seminar {
  padding: 90px 0;
  background: url(/biz2020/img/seminar_bg.png) no-repeat center/cover;
}
#biz2020 #seminar h1 {
  color: #fff;
}
#biz2020 #seminar h1:before {
  background: #160063;
}
#biz2020 #seminar .txt {
  margin: 60px auto 45px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #biz2020 #seminar {
    padding: 40px 0;
  }
  #biz2020 #seminar .txt {
    margin: 40px auto;
    font-size: 3.4vw;
  }
}

/*
  news
------------*/
#biz2020 #news {
  padding: 80px 0;
  background: #ecf7fb;
}
#biz2020 #news h1 {
  color: #333333;
}
#biz2020 #news h1:before {
  background: #160063;
}
#biz2020 #news .news-list {
  overflow-y: auto;
  height: 260px;
  margin-top: 80px;
  padding: 20px;
  background: #fff;
}
#biz2020 #news .news-list .article {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #d6d6d6;
}
#biz2020 #news .news-list .date {
  width: 9%;
  padding: 6px 0;
  font-size: 14px;
}
#biz2020 #news .news-list .tag {
  width: 14%;
  margin: 0 2.5%;
  padding: 6px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#biz2020 #news .news-list .tag.example {
  background: #295bbf;
}
#biz2020 #news .news-list .tag.paper {
  background: #81bf29;
}
#biz2020 #news .news-list .tag.news {
  background: #29b3bf;
}
#biz2020 #news .news-list .tag.info {
  background: #ad9807;
}
#biz2020 #news .news-list .title {
  width: 72%;
  padding: 2.5px 0;
  line-height: 1.2;
}
#biz2020 #news .news-list .article:hover .title {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #biz2020 #news {
    padding: 40px 0;
  }
  #biz2020 #news .news-list {
    margin-top: 40px;
  }
  #biz2020 #news .news-list .article {
    flex-wrap: wrap;
  }
  #biz2020 #news .news-list .date {
    width: 30%;
    font-size: 3.3vw;
  }
  #biz2020 #news .news-list .tag {
    width: 45%;
    font-size: 3.3vw;
  }
  #biz2020 #news .news-list .title {
    width: 100%;
    margin-top: 10px;
  }
}

/*
  modal
------------*/
#biz2020 #modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  transition: .5s;
  visibility: hidden;
}
#biz2020 #modal.active {
  opacity: 1;
  visibility: visible;
}
#biz2020 #modal .bg-close {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#biz2020 #modal .container {
  overflow-x: visible;
  position: relative;
  max-height: 90%;
}
#biz2020 #modal .close {
  position: absolute;
  top: 15px;
  right: -40px;
}
#biz2020 #modal .close span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 4px;
  background: #fff;
  cursor: pointer;
}
#biz2020 #modal .close span:nth-child(1) {
  transform: rotate(45deg);
}
#biz2020 #modal .close span:nth-child(2) {
  transform: rotate(-45deg);
}
#biz2020 #modal .refine-box {
  overflow-y: auto;
  height: 90vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#biz2020 #modal .refine-box::-webkit-scrollbar {
  display:none;
}
#biz2020 #modal .refine-box .check {
  display: block;
}
@media screen and (max-width: 768px) {
  #biz2020 #modal .container {
    max-height: 80%;
  }
  #biz2020 #modal .refine-box {
    height: 80vh;
  }
  #biz2020 #modal .close {
    top: -30px;
    right: 50px;
  }
}

/*------------
  solution
------------*/
#biz2020 #solution {
  padding: 50px 0 60px;
  background: #e1f3f3;
}
#biz2020 #solution .headline {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.5;
}
#biz2020 #solution .solution-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}
#biz2020 #solution .solution-list .box {
  overflow: hidden;
  position: relative;
  width: calc(100% / 3 - 2px);
  margin-right: 3px;
  margin-bottom: 3px;
}
#biz2020 #solution .solution-list .box:nth-child(3n) {
  margin-right: 0;
}
#biz2020 #solution .solution-list img {
  width: 100%;
  min-height: 330px;
  object-fit: cover;
  transition: 1s;
}
#biz2020 #solution .solution-list .box:hover img {
  transform: scale(1.2);
  transition: 1s;
}
#biz2020 #solution .solution-list .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  padding: 20px;
  background: rgba(0, 0, 0, .5);
  line-height: 1.5;
}
#biz2020 #solution .solution-list .txt p {
  font-size: 15px;
  color: #fff;
}
#biz2020 #solution .solution-list .txt .title,
#biz2020 #solution .solution-list .txt .title + table {
  font-size: 16px;
  font-weight: bold;
  color: #fff!important;
}
#biz2020 #solution .solution-list .txt .client {
  font-size: 12px;
}
#biz2020 #solution .solution-list .txt .hashtag {
  font-size: 12px;
  color: aquamarine;
}
#biz2020 #solution .solution-list .txt .hashtag a:hover {
  text-decoration: underline;
}
#biz2020 #solution .btn div {
  display: inline-block;
  cursor: pointer;
}
#biz2020 #solution .target {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
#biz2020 #solution .target span {
  padding: 0 5px;
  font-size: 28px;
}
#biz2020 #solution .pagenation {
  margin-top: 70px;
}
#biz2020 #solution .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #14005c;
  list-style: none;
}
#biz2020 #solution .pagenation ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #14005c;
  border-radius: 100%;
}
#biz2020 #solution .pagenation ul li.prev a,
#biz2020 #solution .pagenation ul li.next a {
  width: auto;
  margin: 0 25px;
  padding: 0 20px;
  border-radius: 50px;
}
#biz2020 #solution .pagenation ul li.active a {
  color: #fff;
  background: #14005c;
}
@media screen and (max-width: 768px) {
  #biz2020 #solution .solution-list .box {
    width: 100%;
    margin-right: 0;
  }
  #biz2020 #solution .solution-list .box img {
    width: 100%;
    height: auto;
  }
  #biz2020 #solution .pagenation {
    margin-top: 40px;
  }
  #biz2020 #solution .pagenation ul li a {
    margin: 0 5px;
  }
  #biz2020 #solution .pagenation ul li.prev a,
  #biz2020 #solution .pagenation ul li.next a {
    margin: 0 5px;
    padding: 0 10px;
  }
}


