<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------
導入事例のトップ　検索エリア
----------------------------------------------------*/
body#case {
  background: #E9EFEE;
  position: relative;
}
body#case::before {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

.filter_area {
  background: #fff;
  margin: -86px 0 40px;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 130px 0 40px;
}
.filter_area .filter_area_inner {
  max-width: 846px;
  margin: 0 auto;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .filter_area .filter_area_inner {
    padding: 0 16px;
  }
}
.filter_area .search-radio {
  font-weight: bold;
  margin: 0 0 20px;
  /* 750以下  */
  /* animations */
}
@media all and (max-width: 750px) {
  .filter_area .search-radio {
    margin: 0 0 40px;
  }
}
@-webkit-keyframes radio-select {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  65% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes radio-select {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  65% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.filter_area .search-radio form {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .filter_area .search-radio form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.filter_area .search-radio label {
  padding: 0 0 0 30px;
  display: block;
  position: relative;
  cursor: pointer;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .filter_area .search-radio label {
    text-align: left;
    margin: 0 0 20px;
  }
}
.filter_area .search-radio input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.filter_area .search-radio .outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12.5px;
  width: 25px;
  height: 25px;
  border: 2px solid #00655B;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.filter_area .search-radio .inside {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #00655B;
  left: 3px;
  top: 3px;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.no-transforms .filter_area .search-radio .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}
.filter_area .search-radio input:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
          animation: radio-select 0.1s linear;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.no-transforms .filter_area .search-radio input:checked + .outside .inside {
  width: 15px;
  height: 15px;
}
.filter_area .search-box_wrap {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .filter_area .search-box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.filter_area .search-box_wrap #filter_btn {
  background: #398B83;
  color: #fff;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  /* 751以上 */
  /* 750以下  */
}
@media all and (min-width: 751px) {
  .filter_area .search-box_wrap #filter_btn {
    width: 115px;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 12px;
  }
}
@media all and (max-width: 750px) {
  .filter_area .search-box_wrap #filter_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    padding: 10px 40px 10px 60px;
  }
}
.filter_area .search-box_wrap #filter_btn::before {
  content: "";
  position: absolute;
  background-image: url(../images/column/icon_search.webp);
  width: 20px;
  height: 22px;
  background-size: cover;
  left: 10px;
  top: 50%;
  margin-top: -11px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .filter_area .search-box_wrap #filter_btn::before {
    left: 30px;
  }
}
.filter_area .search-box {
  position: relative;
  /* 751以上 */
  /* 750以下  */
}
@media all and (min-width: 751px) {
  .filter_area .search-box {
    width: calc((100% - 135px) / 3);
  }
}
@media all and (max-width: 750px) {
  .filter_area .search-box {
    margin: 0 0 10px;
  }
}
.filter_area .search-box select {
  cursor: pointer;
  background: #fff;
  width: 100%;
  font-size: 15px;
  color: #00655B;
  font-weight: bold;
  border: solid 2px #398B83;
  padding: 10px 20px 10px 10px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .filter_area .search-box select {
    padding: 15px;
  }
}
.filter_area .search-box::after {
  content: "";
  position: absolute;
  background-image: url(../images/case/select_arr.webp);
  width: 12px;
  height: 7px;
  background-size: cover;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
}

/*----------------------------------------------------
導入事例　一覧
----------------------------------------------------*/
section.case_area {
  padding: 0 0 40px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.case_area {
    padding: 0;
  }
}
section.case_area ul.case_ul {
  max-width: 800px;
  margin: 40px auto;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.case_area ul.case_ul {
    padding: 0 16px;
  }
}
section.case_area ul.case_ul &gt; li.list_item {
  background: #fff;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  margin: 40px 0 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  /* 750以下  */
}
section.case_area ul.case_ul &gt; li.list_item.is-hide {
  height: 0;
  opacity: 0;
  margin: 0;
  pointer-events: none;
}
section.case_area ul.case_ul &gt; li.list_item.no-active {
  height: 0;
  opacity: 0;
  margin: 0;
  pointer-events: none;
}
@media all and (max-width: 750px) {
  section.case_area ul.case_ul &gt; li.list_item {
    margin: 16px 0 0;
  }
}
section.case_area ul.case_ul &gt; li.list_item a {
  padding: 30px 62px 30px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.case_area ul.case_ul &gt; li.list_item a {
    padding: 0 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.case_area ul.case_ul &gt; li.list_item a::before, section.case_area ul.case_ul &gt; li.list_item a::after {
  content: "";
  position: absolute;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.case_area ul.case_ul &gt; li.list_item a::before, section.case_area ul.case_ul &gt; li.list_item a::after {
    display: none;
  }
}
section.case_area ul.case_ul &gt; li.list_item a::before {
  background: #398B83;
  width: 32px;
  height: 100%;
  right: 0;
  top: 0;
}
section.case_area ul.case_ul &gt; li.list_item a::after {
  background-image: url(../images/case/case_arr.webp);
  width: 14px;
  height: 24px;
  background-size: cover;
  right: 8px;
  top: 50%;
  margin-top: -12px;
}
section.case_area ul.case_ul &gt; li.list_item a:hover {
  opacity: 0.8;
}
section.case_area ul.case_ul &gt; li.list_item .case_img {
  width: 27.18%;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.case_area ul.case_ul &gt; li.list_item .case_img {
    width: 50%;
  }
}
section.case_area ul.case_ul &gt; li.list_item .case_body {
  width: 67.2%;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.case_area ul.case_ul &gt; li.list_item .case_body {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
section.case_area ul.case_ul &gt; li.list_item .case_body_top {
  padding: 0 0 30px;
  border-bottom: 2px solid #398B83;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.case_area ul.case_ul &gt; li.list_item .case_body_top {
    padding: 0 0 20px;
  }
}
section.case_area ul.case_ul &gt; li.list_item .case_body_top h2 {
  color: #000;
  font-size: 20px;
  margin: 0 0 30px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.case_area ul.case_ul &gt; li.list_item .case_body_top h2 {
    font-size: 15px;
    margin: 0 0 20px;
  }
}
section.case_area ul.case_ul &gt; li.list_item .case_body_top h2 span {
  position: relative;
  display: block;
  line-height: 1.545;
}
section.case_area ul.case_ul &gt; li.list_item .case_body_top .case_headtext {
  color: #000;
  overflow: hidden;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.case_area ul.case_ul &gt; li.list_item .case_body_top .case_headtext {
    font-size: 13px;
  }
}
section.case_area ul.case_ul &gt; li.list_item .case_body_top .case_headtext &gt; span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
section.case_area ul.case_ul &gt; li.list_item .case_body_bottom h3 {
  color: #00655B;
  font-size: 18px;
  margin: 30px 0 15px;
  line-height: 1;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.case_area ul.case_ul &gt; li.list_item .case_body_bottom h3 {
    font-size: 14px;
    margin: 15px 0 13px;
  }
}
section.case_area ul.case_ul &gt; li.list_item .case_body_bottom .case_group {
  color: #000;
  /* 751以上 */
  /* 750以下  */
}
@media all and (min-width: 751px) {
  section.case_area ul.case_ul &gt; li.list_item .case_body_bottom .case_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
  }
}
@media all and (max-width: 750px) {
  section.case_area ul.case_ul &gt; li.list_item .case_body_bottom .case_group {
    margin: 0 0 20px;
    font-size: 12px;
  }
}
section.case_area ul.case_ul &gt; li.list_item .case_body_bottom .case_group &gt; li {
  padding: 0 20px 0 0;
  /* 750以下  */
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.case_area ul.case_ul &gt; li.list_item .case_body_bottom .case_group &gt; li {
    padding: 0;
  }
}
@media all and (max-width: 750px) {
  section.case_area ul.case_ul &gt; li.list_item .case_body_bottom .case_group &gt; li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
section.case_area ul.case_ul &gt; li.list_item .case_body_bottom .case_group &gt; li span {
  margin: 0 0 0 5px;
}
section.case_area ul.case_ul &gt; li.list_item .case_body_bottom .case_group &gt; li::before {
  content: "●";
  color: #AFD0CD;
}
section.case_area ul.case_ul &gt; li.list_item .case_body_bottom .case_group &gt; li.area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.case_area ul.case_ul &gt; li.list_item .case_body_bottom .case_group &gt; li.area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.case_area ul.case_ul &gt; li.list_item .case_body_bottom .case_group &gt; li.area li::after {
  content: "、";
}
section.case_area ul.case_ul &gt; li.list_item .case_body_bottom .case_group &gt; li.area li:last-child::after {
  display: none;
}
section.case_area .case_cate {
  background: #E9EFEE;
  border-radius: 3px;
  font-size: 13px;
  color: #00655B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 2px;
  margin: 0 0 5px;
  font-weight: bold;
}
section.case_area .case_point {
  position: relative;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  section.case_area .case_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section.case_area .case_point::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  section.case_area .case_point::after {
    border-left: 15px solid #AFD0CD;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: -6px;
    top: 50%;
    margin-top: -15px;
    left: 50%;
  }
}
section.case_area .worry, section.case_area .solution {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  section.case_area .worry, section.case_area .solution {
    width: 48%;
    overflow: hidden;
  }
}
section.case_area .worry span, section.case_area .solution span {
  font-weight: bold;
  display: block;
  text-align: center;
}
section.case_area .worry ul, section.case_area .solution ul {
  color: #000;
  padding: 20px;
  height: 100%;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.case_area .worry ul, section.case_area .solution ul {
    padding: 5px;
  }
}
section.case_area .worry li, section.case_area .solution li {
  padding: 0 0 0 17px;
  text-indent: -17px;
  margin: 0 0 10px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.case_area .worry li, section.case_area .solution li {
    font-size: 12px;
    padding: 0 0 0 13px;
    text-indent: -12px;
    margin: 0 0 2px;
  }
}
section.case_area .worry li:last-child, section.case_area .solution li:last-child {
  margin: 0;
}
section.case_area .worry li::before, section.case_area .solution li::before {
  content: "・";
}
section.case_area .worry {
  position: relative;
  /* 750以下  */
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section.case_area .worry {
    padding: 0 0 19px;
  }
}
section.case_area .worry span {
  background: #AFD0CD;
  color: #00655B;
}
section.case_area .worry ul {
  background: #E9EFEE;
}
@media all and (max-width: 750px) {
  section.case_area .worry::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 10px solid #AFD0CD;
    left: 50%;
    bottom: 5px;
    margin-left: -18px;
  }
}
section.case_area .solution span {
  background: #F5DB84;
  color: #F18B00;
}
section.case_area .solution ul {
  background: #FEF4D1;
}
section.case_area .link_btn {
  /* 751以上 */
  width: calc(100% - 20px);
  background: #398B83;
  text-align: center;
  color: #fff;
  padding: 10px;
  position: relative;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (min-width: 751px) {
  section.case_area .link_btn {
    display: none;
  }
}
section.case_area .link_btn::after {
  content: "";
  position: absolute;
  background-image: url(../images/case/case_arr.webp);
  width: 8px;
  height: 14px;
  background-size: cover;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

.no_result {
  display: none;
  font-size: 30px;
  margin: 0px 0 120px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .no_result {
    font-size: 20px;
    margin: 60px 0 100px;
  }
}

/*----------------------------------------------------
ページャー
----------------------------------------------------*/
.content-nav {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-nav a, .content-nav span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #00655B;
}
.content-nav a.prev, .content-nav a.next, .content-nav span.prev, .content-nav span.next {
  margin: 0 20px;
  font-size: 0;
  position: relative;
}
.content-nav a.prev::after, .content-nav a.next::after, .content-nav span.prev::after, .content-nav span.next::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 32px;
  background-size: cover;
  top: 0;
  left: 0;
}
.content-nav a.prev::after, .content-nav span.prev::after {
  background-image: url(../images/btn_prev.webp);
}
.content-nav a.next::after, .content-nav span.next::after {
  background-image: url(../images/btn_next.webp);
}
.content-nav span {
  text-decoration: underline;
  background: rgba(255, 255, 255, 0.61);
  border-radius: 30px;
}

/*----------------------------------------------------
お問い合わせはこちらから
----------------------------------------------------*/
div#contact {
  background: #fff;
  padding: 70px 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  div#contact {
    padding: 40px 0;
  }
}

/*----------------------------------------------------
コラム
----------------------------------------------------*/
section#column {
  margin: 100px 0;
  position: relative;
  /* 750以下  */
}
section#column &gt; span {
  font-weight: bold;
  color: #00655B;
  font-size: 36px;
  letter-spacing: 0.1em;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#column &gt; span {
    font-size: 30px;
  }
}
@media all and (max-width: 750px) {
  section#column {
    margin: 50px 0;
  }
}
section#column::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 300px);
  background: #E9EFEE;
  left: 0;
  z-index: -1;
  top: 380px;
}
section#column .slick-next, section#column .slick-prev {
  width: 83px;
  height: 82px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 15px);
}
section#column .slick-next::before, section#column .slick-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#column .slick-next::before, section#column .slick-prev::before {
    width: 66px;
    height: 65px;
  }
}
section#column .slick-next {
  right: 120px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#column .slick-next {
    right: 10px;
  }
}
section#column .slick-next::before {
  background-image: url(../images/top/slick_arr_r.webp);
}
section#column .slick-prev {
  left: 120px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#column .slick-prev {
    left: 10px;
  }
}
section#column .slick-prev::before {
  background-image: url(../images/top/slick_arr_l.webp);
}
section#column .slick-dots {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#column .slick-dots {
    bottom: -10px;
  }
  section#column .slick-dots li {
    margin: 0 2%;
  }
  section#column .slick-dots li button::before {
    opacity: 1;
    width: 12px;
    height: 12px;
    content: "";
    background: #AFD0CD;
    border-radius: 10px;
  }
  section#column .slick-dots li.slick-active button::before {
    background: #00655B;
  }
}
section#column ul.column_list {
  margin: 50px 0 20px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#column ul.column_list {
    margin: 40px 0 30px;
  }
}
section#column ul.column_list li.slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: left;
  margin: 0 0 30px;
}
section#column ul.column_list li a .columnimg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
section#column ul.column_list li a .columnimg::after {
  content: "";
  padding-top: 72.19%;
  display: block;
}
section#column ul.column_list li a .columnimg img {
  width: auto;
  max-width: unset;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section#column ul.column_list li a:hover .columnimg img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
section#column .column_info {
  padding: 20px;
}
section#column .column_info .column_date {
  color: #00655B;
}
section#column .column_info h3 {
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
}
section#column .column_info ul.column_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
}
section#column .column_info ul.column_cate li {
  background: #E9EFEE;
  border-radius: 3px;
  font-size: 13px;
  color: #00655B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 2px;
  margin: 0 5px 5px 0px;
}
section#column .btn_more {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#column .btn_more {
    padding: 0 40px;
  }
}

/*----------------------------------------------------
資料
----------------------------------------------------*/
section#download {
  margin: 0 0 120px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#download {
    margin: 0 0 200px;
  }
}
section#download &gt; span {
  font-weight: bold;
  color: #00655B;
  font-size: 36px;
  letter-spacing: 0.1em;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#download &gt; span {
    font-size: 30px;
  }
}
section#download ul.download_list {
  margin: 30px 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  section#download ul.download_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0;
  }
}
section#download ul.download_list &gt; li {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: left;
  /* 751以上 */
  /* 750以下  */
}
@media all and (min-width: 751px) {
  section#download ul.download_list &gt; li {
    width: 310px;
  }
}
@media all and (max-width: 750px) {
  section#download ul.download_list &gt; li {
    margin: 16px 0;
  }
}
section#download ul.download_list &gt; li a {
  display: block;
  height: 100%;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#download ul.download_list &gt; li a {
    padding: 10px;
  }
}
section#download ul.download_list &gt; li a .btn_download {
  background: #398B83;
  text-align: center;
  border-radius: 100px;
  padding: 10px 20px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751以上 */
  /* 750以下  */
}
@media all and (min-width: 751px) {
  section#download ul.download_list &gt; li a .btn_download {
    margin: 20px;
  }
}
@media all and (max-width: 750px) {
  section#download ul.download_list &gt; li a .btn_download {
    margin: 0 40px;
  }
}
section#download ul.download_list &gt; li a .btn_download span {
  position: relative;
  padding: 0 0 0 20px;
}
section#download ul.download_list &gt; li a .btn_download span::before {
  content: "";
  position: absolute;
  background-image: url(../images/download/icon_download.webp);
  background-size: cover;
  width: 15px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
section#download ul.download_list &gt; li a:hover .btn_download {
  background: #00655B;
}
section#download ul.download_list &gt; li .download_info {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#download ul.download_list &gt; li .download_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#download ul.download_list &gt; li .download_info img {
    width: 50%;
  }
}
section#download ul.download_list &gt; li .download_info .download_info_text {
  /* 750以下  */
  /* 751以上 */
}
@media all and (max-width: 750px) {
  section#download ul.download_list &gt; li .download_info .download_info_text {
    width: 45%;
  }
}
@media all and (min-width: 751px) {
  section#download ul.download_list &gt; li .download_info .download_info_text {
    padding: 20px 20px 0;
  }
}
section#download ul.download_list &gt; li h3 {
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#download ul.download_list &gt; li h3 {
    margin: 0 0 10px;
  }
}
section#download ul.download_list &gt; li h3 span {
  position: relative;
  padding: 0 0 0 10px;
  display: block;
  border-left: 3px solid #398B83;
}
section#download ul.download_list &gt; li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #000;
}
section#download ul.download_list &gt; li ul.download_cate {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  section#download ul.download_list &gt; li ul.download_cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5px 0;
    height: 50px;
  }
}
section#download ul.download_list &gt; li ul.download_cate li {
  background: #E9EFEE;
  border-radius: 3px;
  font-size: 13px;
  color: #00655B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 2px;
  margin: 0 5px 5px 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
section#download ul.download_list &gt; li .download_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #000;
  /* 751以上 */
  /* 750以下  */
}
@media all and (min-width: 751px) {
  section#download ul.download_list &gt; li .download_text {
    height: 80px;
    padding: 0 20px;
  }
}
@media all and (max-width: 750px) {
  section#download ul.download_list &gt; li .download_text {
    margin: 10px 0;
  }
}
section#download .btn_more {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#download .btn_more {
    padding: 0 40px;
  }
}</pre></body></html>