<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
 ------------------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#contentsContainer {
  width: 100%;
  margin-bottom: 80px;
  padding-bottom: 0;
}

#contents {
  float: none;
  width: 100%;
}

#footer-up {
  z-index: 10;
}


/*
 ------------------------------------------------------------------- */
#svcsol-renew {
  font-size: 14px;
  color: #333;
}

#svcsol-renew img {
  vertical-align: bottom;
}

#svcsol-renew a,
#svcsol-renew a:before,
#svcsol-renew .btn__default {
  -webkit-transition: opacity .3s ease, color .3s ease, border-color .3s ease, background-color .3s ease;
          transition: opacity .3s ease, color .3s ease, border-color .3s ease, background-color .3s ease;
}

a.js-modal-btn:hover {
	cursor: pointer;
}

#svcsol-renew .pc__only { display: block; }
#svcsol-renew .sp__only { display: none; }

#svcsol-renew .sec {
  position: relative;
  min-width: 950px;
  padding: 55px 0;
}

#svcsol-renew .sec__inner {
  position: relative;
  width: 950px;
  margin: 0 auto;
}

#svcsol-renew .sec__ttl {
  margin-bottom: 35px;
  font-size: 28px;
  text-align: center;
}

#svcsol-renew .bg__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background: -webkit-linear-gradient(top,  rgba(255,255,255,.7) 0%,rgba(255,255,255,0) 100%);
  background: -moz-linear-gradient(top,  rgba(255,255,255,.7) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,.7) 0%,rgba(255,255,255,0) 100%);
}

#svcsol-renew .btn__default {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 294px;
  height: 44px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #3d4e56;
  border-radius: 5px;
  box-sizing: border-box;
}

#svcsol-renew .btn__default:before {
  content: '';
  position: absolute;
  top: 13px;
  right: 13px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #3d4e56;
  border-right: 2px solid #3d4e56;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#svcsol-renew .btn__default:hover {
  background: #bbd9e7;
}

#svcsol-renew .btn__default a {
  display: block;
  text-decoration: none;
  color: #3d4e56;
}

#svcsol-renew .btn__wrap__bottom {
  margin: 40px auto 0;
  width: 294px;
}

#svcsol-renew .inview__item {
  opacity: 0;
  -webkit-transform: translate(0,30px);
          transform: translate(0,30px);
  -webkit-transition: opacity .7s ease, transform .7s ease;
          transition: opacity .7s ease, transform .7s ease;
}

#svcsol-renew .inview__item.in {
  opacity: 1.0;
  -webkit-transform: translate(0,0);
          transform: translate(0,0);
}


/* sec__arrow
 ------------------------------------------------------------------- */
#svcsol-renew .sec.sec__arrow--inner {
  padding: 55px 0 82px;
}

#svcsol-renew .sec.sec__arrow--outer{
  padding: 30px 0 55px;
}

#svcsol-renew .sec__arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26px;
  z-index: 1;
}

#svcsol-renew .sec__arrow--outer .sec__arrow {
  bottom: -26px;

}

#svcsol-renew .sec__arrow .side__left,
#svcsol-renew .sec__arrow .side__right {
  position: absolute;
  bottom: 0;
  height: 26px;
  width: 50%;
}

#svcsol-renew .sec__arrow .side__left {
  left: 0;
}

#svcsol-renew .sec__arrow .side__right {
  right: 0;
}

#svcsol-renew .sec__arrow .side__left:before,
#svcsol-renew .sec__arrow .side__right:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  border-style: solid;
  border-width: 26px 0 0 34px;
  border-color: transparent transparent transparent #fff;
}

#svcsol-renew .sec__arrow--inner .side__left:before {
  right: 0;
  border-width: 27px 0 0 35px;
  border-color: transparent transparent transparent #fff;
}

#svcsol-renew .sec__arrow--inner .side__right:before {
  left: 0;
  border-width: 0 0 27px 35px;
  border-color: transparent transparent #fff transparent;
}

#svcsol-renew .sec__arrow--outer .side__left:before {
  right: 0;
  border-width: 0 34px 26px 0;
  border-color: transparent #fff transparent transparent;
}

#svcsol-renew .sec__arrow--outer .side__right:before {
  left: 0;
  border-width: 26px 34px 0 0;
  border-color: #fff transparent transparent transparent;
}

#svcsol-renew .sec__arrow--inner .side__left:after,
#svcsol-renew .sec__arrow--inner .side__right:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 26px;
  background: #fff;
}

#svcsol-renew .sec__arrow--inner .side__left:after {
  right: 34px;
}

#svcsol-renew .sec__arrow--inner .side__right:after {
  left: 34px;
}


/* svcsol__header
 ------------------------------------------------------------------- */
#svcsol-renew .svcsol__header {
  position: relative;
  min-width: 950px;
  padding: 0;
  z-index: 1;
}

#svcsol-renew .header__ttl {
  margin-bottom: 10px;
  font-size: 23px;
}

#svcsol-renew .header__nav__bg {
  position: absolute;
  top: 60px;
  width: 50%;
  height: 5.15em;
  height: 72px;
  background: -webkit-linear-gradient(top, rgba(61,78,86,1) 0%,rgba(61,78,86,1) 10%,rgba(61,78,86,.66) 100%);
  background: linear-gradient(to bottom, rgba(61,78,86,1) 0%,rgba(61,78,86,1) 10%,rgba(61,78,86,.66) 100%);
}

#svcsol-renew .header__nav__bg.bg-1 {
  left: -475px;
}

#svcsol-renew .header__nav__bg.bg-2 {
  right: -475px;
}

#svcsol-renew .header__nav {
  position: relative;
}

#svcsol-renew .header__nav:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -31px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 31px 0 31px;
  border-color: rgba(61,78,86,.66) transparent transparent transparent;
}

#svcsol-renew .header__nav .tab-1 {
  display: table-cell;
  vertical-align: middle;
  width: 458px;
  height: 60px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #3d4e56;
}

#svcsol-renew .header__nav .tab-2 {
  position: absolute;
  top: 0;
  right: 0;
}

#svcsol-renew .header__nav__local {
  padding: 6px 0 12px;
  background: -webkit-linear-gradient(top, rgba(61,78,86,1) 0%,rgba(61,78,86,1) 10%,rgba(61,78,86,.66) 100%);
  background: linear-gradient(to bottom, rgba(61,78,86,1) 0%,rgba(61,78,86,1) 10%,rgba(61,78,86,.66) 100%);
}

#svcsol-renew .header__nav__local li {
  display: inline-block;
  margin-top: 10px;
}

#svcsol-renew .header__nav__local li:not(:last-child) {
  margin-right: 11px;
}

#svcsol-renew .header__nav__local a {
  position: relative;
  display: block;
  padding: 0 14px 0 39px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 42px;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

#svcsol-renew .header__nav__local a:hover {
  color: #333;
  border-color: #3d4e56;
  background: #bbd9e7;
}

#svcsol-renew .header__nav__local a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -10px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#svcsol-renew .header__nav__local a:hover:before {
  border-color: #333;
}

#svcsol-renew .tab-2 .btn__default {
  width: 458px;
  height: 52px;
  font-size: 22px;
}

#svcsol-renew .tab-2 .btn__default:before {
  top: 18px;
}

#svcsol-renew .tab-2 .btn__default a {
  position: relative;
  top: 2px;
}

#svcsol-renew .tab-2 .btn__default span {
  font-size: 19px;
  font-weight: normal;
}


/* svcsol__mv
 ------------------------------------------------------------------- */
#svcsol-renew .sec.svcsol__mv {
  position: relative;
  margin-top: -55px;
  background: url(/svcsol/images/svcsol_mv_bg_01.jpg) no-repeat center top;
  background-size: cover;
}

#svcsol-renew .svcsol__mv .sec__inner {
  padding-top: 236px;
}

#svcsol-renew .mv__anime {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 236px;
}

#svcsol-renew .mv__anime .item {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}

#svcsol-renew .mv__ttl {
  margin-top: -58px;
  opacity: 0;
  -webkit-transition: opacity 1s ease .2s;
          transition: opacity 1s ease .2s;
}

#svcsol-renew .mv__ttl.in {
  opacity: 1;
}

#svcsol-renew .mv__box__wrap {
  margin: -12px -12px 0 0;
}

#svcsol-renew .mv__box {
  float: left;
}

#svcsol-renew .mv__box a {
  position: relative;
  display: block;
  width: 469px;
  margin: 12px 12px 0 0;
  text-decoration: none;
  border-top: 6px solid #c82424;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, .25);
  box-sizing: border-box;
}

#svcsol-renew .mv__box a:before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 6px solid #98deff;
  background: #98deff;
  z-index: 1;
  opacity: 0;
}

#svcsol-renew .mv__box a:hover:before {
  opacity: .18;
}

#svcsol-renew .mv__box.box-1 a,
#svcsol-renew .mv__box.box-2 a {
  height: 17.57em;
}

#svcsol-renew .mv__box.box-3 a,
#svcsol-renew .mv__box.box-4 a {
  height: 13.57em;
}

#svcsol-renew .mv__box.box-1 a { background: #fff url(/svcsol/images/svcsol_mv_pct_01.jpg) no-repeat; }
#svcsol-renew .mv__box.box-2 a { background: #fff url(/svcsol/images/svcsol_mv_pct_02.jpg) no-repeat; }
#svcsol-renew .mv__box.box-3 a { background: #fff url(/svcsol/images/svcsol_mv_pct_03.jpg) no-repeat; }
#svcsol-renew .mv__box.box-4 a { background: #fff url(/svcsol/images/svcsol_mv_pct_04.jpg) no-repeat; }

#svcsol-renew .mv__box .tag {
  position: absolute;
  top: -6px;
  right: 0;
  width: 7.15em;
  padding-left: 50px;
  font-size: 14px;
  color: #fff;
  line-height: 33px;
  background: #000;
}

#svcsol-renew .mv__box.box-1 .tag { background: #000 url(/svcsol/images/svcsol_icn_mv_tag_01.png) no-repeat 12px center; }
#svcsol-renew .mv__box.box-2 .tag { background: #000 url(/svcsol/images/svcsol_icn_mv_tag_02.png) no-repeat 14px center; }
#svcsol-renew .mv__box.box-3 .tag { background: #000 url(/svcsol/images/svcsol_icn_mv_tag_03.png) no-repeat 19px center; }
#svcsol-renew .mv__box.box-4 .tag { background: #000 url(/svcsol/images/svcsol_icn_mv_tag_04.png) no-repeat 14px center; }

#svcsol-renew .mv__box .info {
  display: table-cell;
  vertical-align: middle;
  width: 439px;
  padding-right: 30px;
  text-align: right;
}

#svcsol-renew .mv__box.box-1 .info,
#svcsol-renew .mv__box.box-2 .info {
  height: 15.21em;
  padding-top: 2.35em;
}

#svcsol-renew .mv__box.box-3 .info,
#svcsol-renew .mv__box.box-4 .info {
  height: 11.92em;
  padding-top: 1.64em;
}

#svcsol-renew .mv__box .txt {
  font-size: 20px;
  line-height: 1.5;
}

#svcsol-renew .mv__box .logo {
  font-size: 30px;
  line-height: 1em;
}

#svcsol-renew .mv__box.box-1 .logo {
  margin-top: .66em;
}

#svcsol-renew .mv__box.box-2 .logo {
  margin-top: .26em;
}

#svcsol-renew .mv__box.box-3 .logo {
  margin: .2em 0 -.2em;
}

#svcsol-renew .mv__box.box-4 .logo {
  margin-top: .4em;
}


/* svcsol__topic
 ------------------------------------------------------------------- */
#svcsol-renew .topic__box__wrap {
}

#svcsol-renew .topic__box {
  width: 294px;
  margin: 6px 11px 6px 12px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
}

#svcsol-renew .topic__box a {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
}

#svcsol-renew .topic__box a[target="_blank"]:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 14px;
  height: 13px;
  background: url(/svcsol/images/svcsol_icn_blank_01.png) no-repeat;
}

#svcsol-renew .topic__box a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #98deff;
  z-index: 1;
  opacity: 0;
}

#svcsol-renew .topic__box a:hover:before {
  opacity: .18;
}

#svcsol-renew .topic__box .tag {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 12px;
  font-weight: bold;
  line-height: 2.4em;
  color: #fff;
  background: #c82424;
}

#svcsol-renew .topic__box .tag:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -2.35em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4em 2.4em 0 0;
  border-color: #c82424 transparent transparent transparent;
}

#svcsol-renew .topic__box ul {
  padding: 15px 30px;
  color: #333;
}

#svcsol-renew .topic__box li {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.topic__controller {
  position: absolute;
  bottom: -30px;
  right: 10px;
}

.topic__controller &gt; * {
  margin-left: 10px;
  float: right;
}

.topic__controller .btn__topic {
  width: 57px;
  height: 0;
  padding-top: 26px;
  overflow: hidden;
  cursor: pointer;
}

.topic__controller .btn__topic:hover,
.topic__controller .btn__topic.active {
  background-position: 0 -26px;
}

.topic__controller .btn__topic--play {
  background: url(/svcsol/images/svcsol_icn_topic_play.png);
}

.topic__controller .btn__topic--pause {
  background: url(/svcsol/images/svcsol_icn_topic_pause.png);
}


/* slick
 ------------------------------------------------------------------- */
#svcsol-renew .slick-list {
  padding: 0 0 10px;
}

#svcsol-renew .slick-prev,
#svcsol-renew .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 49.2%;
  display: block;
  width: 38px;
  height: 94.2%;
  padding: 0;
  background: #ddd;
}

#svcsol-renew .slick-prev:hover,
#svcsol-renew .slick-prev:focus,
#svcsol-renew .slick-next:hover,
#svcsol-renew .slick-next:focus {
  background: #bbd9e7;
}

#svcsol-renew .slick-prev:before,
#svcsol-renew .slick-next:before {
  opacity: 1;
}

#svcsol-renew .slick-prev {
  left: -50px;
}

#svcsol-renew .slick-next {
  right: -50px;
}

#svcsol-renew .slick-prev:before {
  content: '';
  position: absolute;
  top: 48%;
  left: 41%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#svcsol-renew .slick-next:before {
  content: '';
  position: absolute;
  top: 48%;
  right: 41%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#svcsol-renew .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  border-radius: 8px;
  background: #ddd;
}

#svcsol-renew .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  border-radius: 8px;
  background: transparent;
}

#svcsol-renew .slick-dots li button:hover,
#svcsol-renew .slick-dots li button:focus {
  background: #c82424;
}

#svcsol-renew .slick-dots li button:hover:before,
#svcsol-renew .slick-dots li button:focus:before {
  opacity: 1;
}

#svcsol-renew .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  opacity: 0;
  border-radius: 8px;
  background: #c82424;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#svcsol-renew .slick-dots li.slick-active button:before {
  opacity: 1;
}


/* svcsol__search
 ------------------------------------------------------------------- */
#svcsol-renew .search__tab {
  position: relative;
  margin-bottom: 13px;
  border-bottom: 4px solid #3d4e56;
}

#svcsol-renew .search__tab .tab-1,
#svcsol-renew .search__tab .tab-2 {
  float: left;
  margin-right: 34px;
}

#svcsol-renew .search__tab .tab a {
  display: table-cell;
  vertical-align: middle;
  width: 294px;
  height: 3em;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  background: #bfbfbf;
}

#svcsol-renew .search__tab .tab a:hover {
  background: #bbd9e7;
}

#svcsol-renew .search__tab .active a,
#svcsol-renew .search__tab .active a:hover {
  color: #fff;
  background: #3d4e56;
}

#svcsol-renew .search__tab .tab a span {
  font-size: 24px;
  font-weight: bold;
}

#svcsol-renew .search__tab .tab-3 {
  position: absolute;
  top: 0;
  right: 0;
}

#svcsol-renew .search__tab .tab-3 .btn__default:before {
  top: 14px;
}

#svcsol-renew .category__box__wrap {
  margin: -13px -13px 0 0;
}

#svcsol-renew .category__box {
  float: left;
  width: 308px;
  margin: 13px 13px 0 0;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
}

#svcsol-renew .category__box &gt; a {
  position: relative;
  display: block;
  text-decoration: none;
}

#svcsol-renew .category__box &gt; a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #98deff;
  z-index: 1;
  opacity: 0;
}

#svcsol-renew .category__box &gt; a:hover:before {
  opacity: .18;
}

#svcsol-renew .category__box__ttl {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 203px;
  height: 75px;
  padding-left: 30px;
  font-size:  20px;
  font-weight: bold;
  line-height: 1.2;
  background: #f4f4f4;
}

/*#svcsol-renew .category-11 .category__box__ttl,*/
#svcsol-renew .category-12 .category__box__ttl  {
  width: 278px;
}

#svcsol-renew .category__box__ttl.icn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -75px;
  width: 75px;
  height: 75px;
}

#svcsol-renew .category-01 .category__box__ttl.icn:after { background: url(/svcsol/images/svcsol_icn_category_01.png) no-repeat; }
#svcsol-renew .category-02 .category__box__ttl.icn:after { background: url(/svcsol/images/svcsol_icn_category_02.png) no-repeat; }
#svcsol-renew .category-03 .category__box__ttl.icn:after { background: url(/svcsol/images/svcsol_icn_category_03.png) no-repeat; }
#svcsol-renew .category-04 .category__box__ttl.icn:after { background: url(/svcsol/images/svcsol_icn_category_04.png) no-repeat; }
#svcsol-renew .category-05 .category__box__ttl.icn:after { background: url(/svcsol/images/svcsol_icn_category_05.png) no-repeat; }
#svcsol-renew .category-06 .category__box__ttl.icn:after { background: url(/svcsol/images/svcsol_icn_category_06.png) no-repeat; }
#svcsol-renew .category-07 .category__box__ttl.icn:after { background: url(/svcsol/images/svcsol_icn_category_07.png) no-repeat; }
#svcsol-renew .category-08 .category__box__ttl.icn:after { background: url(/svcsol/images/svcsol_icn_category_08.png) no-repeat; }
#svcsol-renew .category-09 .category__box__ttl.icn:after { background: url(/svcsol/images/svcsol_icn_category_09.png) no-repeat; }
#svcsol-renew .category-10 .category__box__ttl.icn:after { background: url(/svcsol/images/svcsol_icn_category_10.png) no-repeat; }
#svcsol-renew .category-11 .category__box__ttl.icn:after { background: url(/svcsol/images/svcsol_icn_category_11.png) no-repeat; }

#svcsol-renew .category__box__ttl.except {
  color: #fff;
  background: #879196;
}

#svcsol-renew .category__box .list__item,
#svcsol-renew .category__box .list__links {
  padding: 20px 30px;
}

#svcsol-renew .category__box .list__links a {
  position: relative;
  display: block;
  padding-left: 20px;
  text-decoration: none;
}

#svcsol-renew .category__box .list__links a:hover {
  text-decoration: underline;
}

#svcsol-renew .category__box .list__links a:before {
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #c82424;
  border-right: 2px solid #c82424;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#svcsol-renew .category__box .list__links a[target="_blank"]:after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  height: 13px;
  background: url(/svcsol/images/svcsol_icn_blank_01.png) no-repeat;
}

#svcsol-renew .category__box .list__links li:not(:last-child) {
  margin-bottom: 20px;
}

#svcsol-renew .keyword__box__wrap {
  display: none;
}

#svcsol-renew .keyword__box {
  margin-top: 13px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
}

#svcsol-renew .keyword__box .form01__txt {
  float: left;
  width: 682px;
  height: 56px;
  padding: 0 16px;
  font-size: 16px;
  border: 2px solid #3d4e56;
}

#svcsol-renew .keyword__box .form01__btn {
  float: right;
  width: 154px;
  height: 60px;
  padding: 0 16px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #3d4e56;
  border-radius: 6px;
  background: #3d4e56;
  cursor: pointer;
}

#svcsol-renew .keyword__box .form01__btn span {
  display: inline-block;
  padding-left: 32px;
  line-height: 26px;
  background: url(/svcsol/images/svcsol_icn_loupe_01.png) no-repeat left center;
}

#svcsol-renew .keyword__box .form01__btn:hover {
  color: #3d4e56;
  background: #bbd9e7;
}

#svcsol-renew .keyword__box .form01__btn:hover span  {
  background-image: url(/svcsol/images/svcsol_icn_loupe_02.png);
}


/* svcsol__case
 ------------------------------------------------------------------- */
#svcsol-renew .case__box__wrap {
  margin: -34px -34px 0 0;
}

#svcsol-renew .case__box {
  float: left;
  width: 458px;
  margin: 34px 34px 0 0;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
}

#svcsol-renew .case__box a {
  position: relative;
  display: block;
  text-decoration: none;
}

#svcsol-renew .case__box a[target="_blank"]:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 14px;
  height: 13px;
  background: url(/svcsol/images/svcsol_icn_blank_01.png) no-repeat;
}

#svcsol-renew .case__box a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #98deff;
  z-index: 1;
  opacity: 0;
}

#svcsol-renew .case__box a:hover:before {
  opacity: .18;
}

#svcsol-renew .case__box dl {
  border-bottom: 1px solid #f4f4f4;
  background: #f4f4f4;
}

#svcsol-renew .case__box dl &gt; * {
  display: table-cell;
  vertical-align: middle;
}

#svcsol-renew .case__box dt {
  width: 269px;
  padding: 5px 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

#svcsol-renew .case__box dd {
  /*height: 129px;*/
  background: #fff;
}

#svcsol-renew .case__box dd img {
  /*width: 129px;*/
  height: auto;
}

#svcsol-renew .case__box .list__tag {
  margin-top: -8px;
  padding: 20px 30px;
}

#svcsol-renew .case__box .list__tag li {
  display: inline-block;
  margin: 8px 4px 0 0;
  padding: 2px 8px;
  background: #d9d9d9;
}


/* svcsol__trend
 ------------------------------------------------------------------- */
#svcsol-renew .trend__box__wrap {
  margin: -34px -34px 0 0;
}

#svcsol-renew .trend__box {
  float: left;
  width: 294px;
  margin: 34px 34px 0 0;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
}

#svcsol-renew .trend__box a {
  position: relative;
  display: block;
  text-decoration: none;
}

#svcsol-renew .trend__box a[target="_blank"]:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 14px;
  height: 13px;
  background: url(/svcsol/images/svcsol_icn_blank_01.png) no-repeat;
}

#svcsol-renew .trend__box a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #98deff;
  z-index: 1;
  opacity: 0;
}

#svcsol-renew .trend__box a:hover:before {
  opacity: .18;
}

#svcsol-renew .trend__box .tag {
  position: relative;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 12px;
  font-weight: bold;
  line-height: 2.4em;
  color: #fff;
  background: #000;
}

#svcsol-renew .trend__box .tag:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -2.38em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4em 2.4em 0 0;
  border-color: #000 transparent transparent transparent;
}

#svcsol-renew .trend__box dl {
  padding: 20px 30px;
}

#svcsol-renew .trend__box dt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

#svcsol-renew .trend__box dd {
  font-size: 14px;
  line-height: 1.6;
  color: #767676;
}


/* svcsol__event
 ------------------------------------------------------------------- */
#svcsol-renew .event__box__wrap {
  margin: -34px -34px 0 0;
}

#svcsol-renew .event__box {
  position: relative;
  float: left;
  width: 398px;
  margin: 34px 34px 0 0;
  padding: 2.1em 30px 25px;
  border-top: 10px solid #f4f4f4;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
}

#svcsol-renew .event__box &gt; a {
  text-decoration: none;
}

#svcsol-renew .event__box &gt; a[target="_blank"]:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 14px;
  height: 13px;
  background: url(/svcsol/images/svcsol_icn_blank_01.png) no-repeat;
}

#svcsol-renew .event__box &gt; a:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 10px solid #98deff;
  background: #98deff;
  z-index: 1;
  opacity: 0;
}

#svcsol-renew .event__box &gt; a:hover:before {
  opacity: .18;
}

#svcsol-renew .event__box .list__links a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#svcsol-renew .event__box .list__links a:hover {
  text-decoration: underline;
}

#svcsol-renew .event__box .list__links a[target="_blank"]:after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  height: 13px;
  background: url(/svcsol/images/svcsol_icn_blank_01.png) no-repeat;
}

#svcsol-renew .event__box .tag {
  position: relative;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
  padding-left: 12px;
  font-weight: bold;
  line-height: 2.4em;
  color: #fff;
  background: #c82424;
}

#svcsol-renew .event__box .tag:before,
#svcsol-renew .event__box &gt; a .tag:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -2.38em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4em 2.4em 0 0;
  border-color: #c82424 transparent transparent transparent;
}

#svcsol-renew .event__box dt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

#svcsol-renew .event__box dd {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #3d4e56;
}

#svcsol-renew .event__box .list__links {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #f4f4f4;
}

#svcsol-renew .event__box .list__links li:not(:last-child) {
  margin-bottom: 2px;
}

#svcsol-renew .event__box .list__links li {
  position: relative;
  padding-left: 20px;
}

#svcsol-renew .event__box .list__links li:before {
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #c82424;
  border-right: 2px solid #c82424;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


/* svcsol__news
 ------------------------------------------------------------------- */
#svcsol-renew .news__box__wrap {
  margin-top: 30px;
}

#svcsol-renew .news__box a {
  position: relative;
  color: #fff;
}

#svcsol-renew .news__box a:hover {
  color: #fff;
}

#svcsol-renew .news__box a:hover dt {
  text-decoration: none;
}

#svcsol-renew .news__box a:hover dd {
  text-decoration: underline;
}

#svcsol-renew .news__box a[target="_blank"]::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 11px;
  margin-left: 10px;
  background: url(/common/images/com_icn05.png) no-repeat;
}

#svcsol-renew .news__box dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid #5a5a5a;
}

#svcsol-renew .news__box dl:not(:last-child) {
  margin-bottom: 20px;
}

#svcsol-renew .news__box dl &gt; * {
  display: table-cell;
  vertical-align: top;
  color: #fff;
  font-size: 15px;
}

#svcsol-renew .news__box dt {
  padding: 0 18px 20px;
  width: 220px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#svcsol-renew .news__box dt .date {
  display: inline-block;
}

#svcsol-renew .news__box dt .newsIcon {
  position: absolute;
  right: 0;
  top: 0;
}

#svcsol-renew .news__box dt .newsIcon li {
  border: 1px solid #fff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 16px;
  display: inline-block;
}

#svcsol-renew .news__box dd {
  padding: 0 0 20px 20px;
  text-align: left;
}

.svcsol__bg03 .sec__ttl {
  color: #fff;
}

#svcsol-renew .svcsol__bg03 .btn__default {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 375px;
  height: 58px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 0;
  border: none;
}

#svcsol-renew .svcsol__bg03 .btn__default:before {
  display: none;
}

#svcsol-renew .svcsol__bg03 .btn__default:hover {
}

#svcsol-renew .svcsol__bg03 .btn__default a {
  border: 2px solid #fff;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 11px 0;
  position: relative;
}

#svcsol-renew .svcsol__bg03 .btn__default a::before {
  content: url(/svcsol/images/nav_under_arrow.png);
  display: inline;
  position: absolute;
  top: initial;
  left: 20px;
  transform: rotate(0);
  border: none;
}

#svcsol-renew .svcsol__bg03 .btn__default:hover a {
  color: #333;
  background: #fff;
}

#svcsol-renew .svcsol__bg03 .btn__wrap__bottom {
  margin: 40px auto 0;
  width: 375px;
}

/*背景
 ------------------------------------------------------------------- */
#svcsol-renew .svcsol__bg01 {
    background: url(/svcsol/images/svcsol_bg_01.jpg) no-repeat center top;
    background-size: cover;
}

#svcsol-renew .svcsol__bg02 {
    background: url(/svcsol/images/svcsol_bg_02.jpg) no-repeat center top;
    background-size: cover;
}

#svcsol-renew .svcsol__bg03 {
  padding-top: 0;
  background-color: #333;
/*    background: url(/svcsol/images/svcsol_bg_03.jpg) no-repeat center top;
    background-size: cover;
*/}

/*
 ------------------------------------------------------------------- */
@media print {
  #svcsol-renew .inview__item {
    opacity: 1;
    -webkit-transform: translate(0,0);
            transform: translate(0,0);

    -webkit-transition: none;
          transition: none;
  }
}

#contentsContainer {
  margin-bottom: 40px;
}

#svcsol-renew a:hover {
  color: #bbbbbb;
}

/* ****************************************************
svcsol_top.css
Define container layout.
***************************************************** */
/* layout
=================================*/
.roboto {
  font-family: 'Roboto', sans-serif;
}

#svcsol-renew .svcsol__header .hero_area {
  width: 100%;
  padding: 55px 0;
  background: #000;
  text-align: center;
  background: url(/svcsol/images/svcsol_top_tit.png) no-repeat center center;
  background-size: cover;
}

#svcsol-renew .svcsol__header .hero_area .header__ttl {
  font-size: 30px;
  font-weight: bold;
}

#svcsol-renew .svcsol__header .hero_area p {
  font-size: 15px;
}

#svcsol-renew .svcsol__header #headerNav {
  background: rgba(0, 0, 0, 0.8);
}

#svcsol-renew .svcsol__header #headerNav::after {
  display: none;
}

#svcsol-renew .svcsol__header #headerNav .header__nav__local {
  background: none;
  text-align: center;
  padding: 0;
}

#svcsol-renew .svcsol__header #headerNav .header__nav__local li {
  margin-top: 0;
}

#svcsol-renew .svcsol__header #headerNav .header__nav__local a {
  border: none;
  color: #FFF;
  border-radius: 0;
  padding: 10px 20px;
}

#svcsol-renew .svcsol__header #headerNav .header__nav__local a::before {
  display: none;
}

#svcsol-renew .svcsol__header #headerNav .header__nav__local a::after {
  content: url(/svcsol/images/nav_arrow.png);
  vertical-align: top;
  margin-left: 10px;
}

#svcsol-renew .sec__arrow--inner.sec {
  padding-top: 0;
}

#svcsol-renew .sec__arrow--inner .sec__ttl {
  text-align: center;
}

#svcsol-renew .sec__arrow--inner .sec__ttl::before {
  content: "";
  display: block;
  border-top: 8px solid #d7063b;
  width: 376px;
  margin: 0 auto;
  padding-top: 50px;
}

#svcsol-renew .sec__arrow--inner .sec__ttl.noborder::before {
  border-color: transparent;
}

#svcsol-renew .svcsol__mv .sec__content01 {
  background: url(/svcsol/images/svcsol_mv_onecloud_01.jpg) no-repeat center top;
  background-size: cover;
  display: block;
  height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
}

#svcsol-renew .svcsol__mv .sec__content01 .sec__inner {
  box-sizing: border-box;
  min-height: 550px;
  padding: 30px 50px;
  border: 5px solid #fff;
  background-image: url(/svcsol/images/svcsol_mv_onecloud_02.jpg);
  background-repeat: no-repeat;
}

#svcsol-renew .svcsol__mv .sec__content01 .mv__subTtl {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}

#svcsol-renew .svcsol__mv .sec__content01 .mv__ttl {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.1875;
  color: #e01235;
  font-size: 58px;
  font-weight: bold;
}

#svcsol-renew .svcsol__mv .sec__content01 .mv__ttl .__ja {
  display: block;
  font-size: 16px;
}

#svcsol-renew .svcsol__mv .sec__content01 .mv__ttl br {
  line-height: 1;
}

#svcsol-renew .svcsol__mv .sec__content01 .mv__lede {
  margin-bottom: 36px;
  font-size: 20px;
}

#svcsol-renew .svcsol__mv .sec__inner {
  width: 1200px;
  margin: 0 auto;
}

#svcsol-renew .svcsol__mv.sec {
  position: static;
  margin: 0;
  background: none;
  padding: 0;
  min-width: 1200px;
}

#svcsol-renew .svcsol__mv .sec__inner {
  padding: 0;
}

#svcsol-renew .svcsol__mv .mv__anime {
  height: initial;
  position: static;
  height: 100%;
}

#svcsol-renew .svcsol__mv .mv__anime .item {
  position: static;
}

#svcsol-renew .svcsol__mv .mv__anime .mv__ttl {
  opacity: 1;
}

#svcsol-renew .svcsol__mv .mv__anime .mv__ttl__sub {
  padding: 48px 0 25px;
}

#svcsol-renew .svcsol__mv .mv__anime .mv__ttl__sub .ttl__txt {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

#svcsol-renew .svcsol__mv .mv__anime .mv__ttl__sub .ttl__txt em {
  color: #e01235;
  font-weight: bold;
}

#svcsol-renew .svcsol__mv .mv__anime .mv__ttl__sub .ttl__txt span {
  display: block;
  width: 192px;
  box-sizing: border-box;
}

#svcsol-renew .svcsol__mv .btn__concept a {
  background-color: #e01235;
  font-size: 20px;
  color: #FFF;
  padding: 15px 32px;
  position: relative;
  transition: opacity .2s ease-out;
  position: relative;
}

#svcsol-renew .svcsol__mv .btn__concept a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8cd3fe;
  z-index: 10;
  opacity: 0;
}

#svcsol-renew .svcsol__mv .btn__concept a:hover {
  text-decoration: none;
}

#svcsol-renew .svcsol__mv .btn__concept a:hover::before {
  opacity: .2;
}

#svcsol-renew .svcsol__mv .btn__concept a span::before {
  content: url(/svcsol/images/nav_under_arrow.png);
  display: inline-block;
  padding-right: 10px;
}

#svcsol-renew .svcsol__mv .btn__concept a:hover::before {
  background-color: #fff;
}

#svcsol-renew .svcsol__mv .mv__box__parent ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#svcsol-renew .svcsol__mv .mv__box__parent ul li {
  width: 340px;
  background: #FFF;
}

#svcsol-renew .svcsol__mv .mv__box__parent ul li:not(:first-child) {
  margin-left: 40px;
}

#svcsol-renew .svcsol__mv .mv__box__parent ul li a {
  position: relative;
  display: block;
  opacity: 1;
  transition: opacity .2s ease-out;
  transition: 300ms;
  text-decoration: none;
}

#svcsol-renew .svcsol__mv .mv__box__parent ul li a:hover {
  background-color: #e01235;
}

#svcsol-renew .svcsol__mv .mv__box__parent ul li a:hover h4 {
  color: #fff;
}

#svcsol-renew .svcsol__mv .mv__box__parent ul li a:hover h4::before {
  content: url(/svcsol/images/nav_under_arrow.png);
}

#svcsol-renew .svcsol__mv .mv__box__parent ul li a:hover .detail span {
  color: #fff;
}

#svcsol-renew .svcsol__mv .mv__box__parent ul li .tit__box {
  padding: 18px 29px;
  border: 1px solid #e01235;
  line-height: 1.375;
}

#svcsol-renew .svcsol__mv .mv__box__parent ul li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

#svcsol-renew .svcsol__mv .mv__box__parent ul li h4::before {
  content: url(/svcsol/images/nav_arrow02.png);
  display: inline-block;
  padding-right: 10px;
}

#svcsol-renew .svcsol__mv .mv__box__parent ul li .detail span {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 0;
}

#svcsol-renew .svcsol__mv .mv__box__parent ul li .logo__box {
  background: #FFF;
  padding: 4px 0;
  text-align: center;
  position: relative;
  min-height: 120px;
}

#svcsol-renew .svcsol__mv .mv__box__parent ul li .logo__box figure {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
}

#svcsol-renew .svcsol__mv .mv__box__parent ul li .logo__box figure img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  visibility: visible;
  display: inline-block;
}

#svcsol-renew .svcsol__mv .mv__box__parent ul li .logo__box figure figcaption {
  color: #333;
  font-weight: bold;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 4px;
}

#svcsol-renew .svcsol__mv .omnibus__box figure img {
  width: 291px;
}

#svcsol-renew .svcsol__mv .gio__box figure figcaption {
  position: relative;
}

#svcsol-renew .svcsol__mv .gio__box figure img {
  width: 219px;
  margin-top: 10px;
}

#svcsol-renew .svcsol__mv .wizsaf__box figure img {
  width: 235px;
}

#svcsol-renew .svcsol__topic.sec {
  padding-top: 0;
}

#svcsol-renew .svcsol__topic .topic__box__wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-lines: multiple;
  -webkit-box-lines: multiple;
}

#svcsol-renew .svcsol__topic .topic__box__wrap .topic__box {
  width: 376px;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 15px;
}

#svcsol-renew .svcsol__topic .topic__box__wrap .topic__box img {
  width: 100%;
}

#svcsol-renew .svcsol__topic .topic__box__wrap .topic__box a[target="_blank"]::after {
  display: none;
}

#svcsol-renew .svcsol__topic .topic__box__wrap .topic__box a[target="_blank"] .adjust__box::after {
  content: '';
  display: block;
  width: 12px;
  height: 11px;
  background: url(/common/images/com_icn05.png) no-repeat;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #svcsol-renew .svcsol__topic .topic__box__wrap .topic__box a[target="_blank"] .adjust__box::after {
    position: static;
    width: 100%;
    margin-bottom: -5px;
    background-position: right center;
  }
}

#svcsol-renew .svcsol__topic .topic__box__wrap .topic__box a::before {
  background-color: #8cd3f8;
}

#svcsol-renew .svcsol__topic .topic__box__wrap .topic__box a:hover::before {
  opacity: .2;
}

#svcsol-renew .sec__content03 {
  background: url(/svcsol/images/svcsol_mv_bg_03.png) no-repeat center top;
  background-size: cover;
  padding-bottom: 50px;
}

#svcsol-renew .sec__content03 .sec__arrow--inner {
  padding-top: 0;
  padding-bottom: 0;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .sec__ttl span {
  color: #FFF;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .search__tab .tab {
  overflow: hidden;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .search__tab .tab a {
  width: 376px;
  background: #a9cbdd;
  color: #333;
  position: relative;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .search__tab .tab a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8cd3fe;
  z-index: 10;
  opacity: 0;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .search__tab .tab a:hover {
  text-decoration: none;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .search__tab .tab a:hover::before {
  opacity: .2;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .search__tab .tab a::before {
  height: 3em;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .search__tab .tab.active a {
  background: #272727;
  color: #FFF;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .search__tab .btn__default {
  width: 376px;
  border-radius: 0;
  border-color: #FFF;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .search__tab .btn__default a {
  color: #FFF;
  font-weight: normal;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .search__tab .btn__default a span {
  display: block;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .search__tab .btn__default::before {
  content: url(/svcsol/images/nav_under_arrow.png);
  vertical-align: top;
  display: inline;
  position: absolute;
  left: 20px;
  transform: rotate(0) translateY(-50%);
  border: none;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap::after {
  content: "";
  display: block;
  width: 30%;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box {
  width: 376px;
  box-shadow: none;
  margin-top: 37px;
  margin-right: 0;
  float: none;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box a {
  color: #333;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box &gt; a:before {
  background: #FFF;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .category__box__ttl {
  width: 100%;
  display: block;
  padding-left: 0;
  position: relative;
  position: relative;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .category__box__ttl::after {
  right: 0;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .category__box__ttl a {
  display: block;
  vertical-align: middle;
  padding-left: 45px;
  position: relative;
  height: 100%;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .category__box__ttl a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8cd3fe;
  z-index: 10;
  opacity: 0;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .category__box__ttl a:hover {
  text-decoration: none;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .category__box__ttl a:hover::before {
  opacity: .2;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .category__box__ttl a:hover::before {
  opacity: .3;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .category__box__ttl a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .category__box__ttl.except {
  width: 356px;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .category__box__ttl.except span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .category__box__ttl::before {
  content: url(/svcsol/images/nav_arrow02.png);
  vertical-align: top;
  display: inline;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: rotate(0) translateY(-50%);
  border: none;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .list__item,
#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .list__links {
  padding: 20px 30px 20px 20px;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .list__item li,
#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .list__links li {
  position: relative;
  padding-left: 25px;
  padding-top: 10px;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .list__item li:first-child,
#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .list__links li:first-child {
  padding-top: 0;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .list__item li::before,
#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .list__links li::before {
  content: url(/svcsol/images/nav_arrow02.png);
  vertical-align: top;
  display: inline;
  position: absolute;
  left: 0;
  transform: rotate(0);
  border: none;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .list__item li a:hover,
#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .list__links li a:hover {
  color: #a5a5a5;
  text-decoration: none;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .list__links li a {
  padding: 0;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .list__links li a::before {
  display: none;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .adjust__box {
  position: relative;
  padding-bottom: 30px;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .btn__inallservice {
  position: absolute;
  bottom: 20px;
  right: 40px;
  font-weight: bold;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .btn__inallservice::after {
  content: url(/svcsol/images/nav_arrow02.png);
  vertical-align: top;
  display: inline;
  position: absolute;
  right: -20px;
  transform: rotate(0);
  border: none;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box .btn__inallservice a:hover {
  color: #a5a5a5;
  text-decoration: none;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box.category-12 .category__box__ttl {
  padding-left: 20px;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box.category-12 .category__box__ttl::before {
  display: none;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category__box__wrap .category__box.category-12 .adjust__box {
  padding-right: 0;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category-other {
  margin-top: 36px;
  padding: 30px;
  background: #FFF;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category-other .list__links li {
  position: relative;
  background: none;
  padding-left: 20px;
  padding-top: 10px;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category-other .list__links li:first-child {
  padding-top: 0;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category-other .list__links li::before {
  content: url(/svcsol/images/nav_arrow02.png);
  vertical-align: top;
  display: inline;
  position: absolute;
  left: 0;
  transform: rotate(0);
  border: none;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category-other ul.linkList03 {
  padding-bottom: 5px;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category-other ul.linkList03 li {
  width: 534px;
  padding-left: 25px;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category-other a {
  color: #333;
  background-size: 12px 11px;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .category-other a:hover {
  color: #a5a5a5;
  text-decoration: none;
}

#svcsol-renew .sec__content03 .sec__arrow--inner .keyword__box .form01__txt {
  width: 924px;
}

#svcsol-renew .sec__content04 .sec__arrow--outer.sec {
  background: none;
  padding-top: 0;
}

#svcsol-renew .sec__content04 .sec__arrow--outer .case__box__wrap {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#svcsol-renew .sec__content04 .sec__arrow--outer .case__box__wrap::after {
  display: none;
}

#svcsol-renew .sec__content04 .sec__arrow--outer .case__box__wrap .case__box {
  width: 582px;
  margin: 37px 0 0;
  float: none;
  box-shadow: none;
  border: 1px solid #e5e5e5;
}

#svcsol-renew .sec__content04 .sec__arrow--outer .case__box__wrap .case__box a {
  color: #333;
  position: relative;
}

#svcsol-renew .sec__content04 .sec__arrow--outer .case__box__wrap .case__box a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8cd3fe;
  z-index: 10;
  opacity: 0;
}

#svcsol-renew .sec__content04 .sec__arrow--outer .case__box__wrap .case__box a:hover {
  text-decoration: none;
}

#svcsol-renew .sec__content04 .sec__arrow--outer .case__box__wrap .case__box a:hover::before {
  opacity: .2;
}

#svcsol-renew .sec__content04 .sec__arrow--outer .case__box__wrap .case__box a .adjust__box P {
  padding: 0 30px 30px 30px;
}

#svcsol-renew .sec__content04 .sec__arrow--outer .case__box__wrap .case__box:nth-child(1) {
  margin-top: 0;
}

#svcsol-renew .sec__content04 .sec__arrow--outer .case__box__wrap .case__box:nth-child(2) {
  margin-top: 0;
}

#svcsol-renew .sec__content04 .sec__arrow--outer .case__box__wrap .case__box dt {
  width: 322px;
}

#svcsol-renew .sec__content04 .sec__arrow--outer .case__box__wrap .case__box dd {
  width: 200px;
  text-align: center;
}

#svcsol-renew .sec__content04 .btn__wrap__bottom {
  width: 376px;
}

#svcsol-renew .sec__content04 .btn__wrap__bottom .btn__default {
  border: none;
  border-radius: 0;
  width: 376px;
}

#svcsol-renew .sec__content04 .btn__wrap__bottom .btn__default::before {
  border: none;
}

#svcsol-renew .sec__content04 .btn__wrap__bottom .btn__default a {
  font-size: 20px;
  padding: 11px 0;
  color: #FFF;
  background: #000;
}

#svcsol-renew .sec__content04 .btn__wrap__bottom .btn__default a::before {
  content: url(/svcsol/images/nav_under_arrow.png);
  display: inline;
  position: absolute;
  top: initial;
  left: 20px;
  transform: rotate(0);
  border: none;
}

#svcsol-renew .sec__content04 .btn__wrap__bottom .btn__default a:hover {
  background: #d7063b;
}

.recent-service {
  margin-top: 36px;
  background-color: #ffffff;
}

.recent-service .recent-service__button {
  display: none;
}

.recent-service .recent-service__head {
  display: block;
  padding: 24px 30px;
  background-color: #f4f4f4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.recent-service .recent-service__inner {
  padding: 27px 30px;
}

.recent-service .recent-service__inner ul {
  display: flex;
  flex-wrap: wrap;
}

.recent-service .recent-service__inner ul li {
  box-sizing: border-box;
  position: relative;
  width: calc((100% - 60px)/3);
  padding-left: 25px;
}

.recent-service .recent-service__inner ul li:not(:nth-child(3n+1)) {
  margin-left: 30px;
}

.recent-service .recent-service__inner ul li:nth-child(n+4) {
  margin-top: 10px;
}

.recent-service .recent-service__inner ul li::before {
  content: url(/svcsol/images/nav_arrow02.png);
  vertical-align: top;
  display: inline;
  position: absolute;
  left: 0;
  transform: rotate(0);
  border: none;
}

.recent-service .recent-service__inner ul li a {
  color: inherit;
  text-decoration: none;
}

/* エンタープライズIT特集
 ------------------------------------------------------------------- */

.for-pc {
  display: inherit;
}
.for-sp {
  display: none;
}

#contentsContainer {
  overflow: visible;

  padding-bottom: 1px;
}

#contents {
  float: none;

  width: 100%;

  color: #333;
}


.sec {
  font-size: 17px;

  margin-bottom: 50px;
}

/* over write
 ------------------------------------------------------------------- */
#contents {
  width: 1200px;
  margin: 0 auto;
}


/* トップ header
 ------------------------------------------------------------------- */
.conts-header-top {
  margin-bottom: 20px;
  line-height: 1;
  background: url(/svcsol/movie/images/header_bg.jpg) no-repeat left top;
}

.conts-header-top .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  height: 177px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.conts-header-top .hd-ttl {
  font-size: 42px;
}


.tag-search-wrap {
  position: relative;
}

.tag-search-wrap:before {
  content: '';
  display: block;
  height: 4px;
  background: url(/svcsol/movie/images/header_bg_top_02.png) no-repeat;
}

.tag-search-wrap:after {
  content: '';
  display: block;
  height: 30px;
  background: url(/svcsol/movie/images/header_bg_top_03.png) no-repeat;
}

.tag-search-ttl {
  margin: 15px 0 15px 20px;
  padding-left: 32px;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  background: url(/svcsol/movie/images/icn_search.png) no-repeat left center;
}

.list-tag-search {
  margin: -12px -12px 18px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-tag-search li {
  letter-spacing: normal;
  width: calc(25% - 12px);
  cursor: pointer;
  margin: 12px 12px 0 0;
  font-size: 16px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  background: #ddd;
}

.list-tag-search li:hover {
  color: #f1f3f3;
  background: #3d4e56;
}

.list-tag-search li.active {
  color: #f1f3f3;
  background: #3d4e56;
}

/* start add 20191106 */
.topicLink,
.topicBtm {
  margin: 10px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

#contents .topicLink .btn-default,
#contents .topicBtm .btn-default {
  letter-spacing: normal;
  width: calc(25% - 12px);
  cursor: pointer;
  margin: 10px 0;
  font-size: 16px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background: #3d4e56;
}

#contents .topicLink .btn-default a span,
#contents .topicBtm .btn-default a span {
  padding-right: 20px;
  background: url(/svcsol/focus/images/icn_arw_01.png) no-repeat right center;
}

#contents .topicLink .btn-default a,
#contents .topicBtm .btn-default a {
  color: #fff;
  background: #3d4e56;
  display: block;
  text-decoration: none;
  border-radius: 4px;
}
#contents .topicLink .btn-default a:link,
#contents .topicLink .btn-default a:visited,
#contents .topicBtm .btn-default a:link,
#contents .topicBtm .btn-default a:visited {
  color: #fff;
  background: #3d4e56;
}
#contents .topicLink .btn-default a:hover,
#contents .topicBtm .btn-default a:hover {
  background: #5a686f;
}
/* end add 20191106 */

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}

@keyframes rotate-right {
  0% {
    transform: translate(-100%) rotate(-100deg);
  }
  100% {
    transform: none;
  }
}

.is-animated {
  animation: .6s zoom-in;
  // animation: .6s rotate-right;
}
</pre></body></html>