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

@media print, screen and (min-width: 768px) {

  .service-contents {
    height: 971px;
    overflow: visible;
    padding-left: 2px;
  }
  .service-contents .link-button-v4 &gt; li &gt; a {
    box-shadow: none;
  }
  .slick-current .service-contents .link-button-v4 &gt; li &gt; a {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .service-lead {
    padding: 1em 0 0.85em;
  }
  .service-lead .text-lead {
    margin: 0;
  }
  .content-flow {
    display: -webkit-flex;
    display: flex;
    width: 165px;
    margin-top: 58px;
    padding-left: 2px;
    border-right: none;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 1px 0 rgba(255,255,255,1);
    font-size: 1.8rem;
    font-weight: bold;
  }
  .flow-now {
    height: 70px;
    padding: 18px 0 19px 42px;
    background-color: #58a52d;
    color: #fff;
  }
  .content-flow.flow-lowest {
    width: 527px;
  }
  .content-flow li {
    display:inline-block;
    position: relative;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
  }
  .content-flow li.flow-top {
    border-left: 1px solid #eee;
    border-radius: 8px 0 0 8px;
  }
  .content-flow li.flow-prev {
    height: 70px;
    padding:0;
    clear: both;
  }
  .content-flow li.flow-top a,
  .content-flow li.flow-prev a{
    display: block;
    height: 70px;
    padding: 18px 0 19px 42px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .content-flow li.flow-top a {
    padding-left: 0;
  }
  .content-flow li.flow-prev a:link,
  .content-flow li.flow-top a:link {
    color: #333;
    text-decoration: none;
  }
  .content-flow li.flow-top a:hover,
  .content-flow li.flow-prev a:hover {
    background-color: #eeeeee;
  }
  .content-flow li.flow-top a:visited,
  .content-flow li.flow-prev a:visited {
    color: #333;
  }
  .content-flow li span {
    position: relative;
    z-index: 2;
  }
  .content-flow li.flow-top a span {
    padding-left: 62px;
    background: url(/service_desk/img/index_ic01.png) no-repeat 33px 5px;
  }
  .content-flow li:first-child {
    min-width: 165px;
    height: 70px;
  }
  .content-flow li.flow-now::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -22px;
    width: 42px;
    height: 42px;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: none;
    border-left: none;
    background-color: #fff;
    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
            transform: rotate(45deg) skew(10deg, 10deg);
    overflow: hidden;
    z-index: 1;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .content-flow li a::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -22px;
    width: 42px;
    height: 42px;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: none;
    border-left: none;
    background-color: #fff;
    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
            transform: rotate(45deg) skew(10deg, 10deg);
    overflow: hidden;
    z-index: 1;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .content-flow li.flow-now::after {
    background-color: #58a52d
  }
  .content-flow li a:hover::after {
    background-color: #eeeeee;
  }
  .service-contents_lower,
  .service-contents_lowest {
    display: none;
  }
  .service-contents.block,
  .service-contents_lower.block,
  .service-contents_lowest.block {
    display: block;
  }
  .service-contents.none,
  .service-contents_lower .box-layout-v4 ul.none,
  .service-contents_lowest .box-layout-v4 ul.none {
    display: none;
  }
  .service-contents_lower .box-layout-v4 ul.is-active,
  .service-contents_lowest .box-layout-v4 ul.is-active {
    display: -webkit-flex;
    display: flex;
  }
  .link-text &gt; li.to-prev &gt; a::before {
    left: 5px;
    transform: rotate(225deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .content-flow {
    font-size: 1.5rem;
  }
  .content-flow li.flow-top a span {
    padding-left: 62px;
    background: url(/service_desk/img/index_ic01.png) no-repeat 33px 2px;
  }
  .flow-now {
    padding-top: 21px;
  }
  .content-flow li.flow-top a, .content-flow li.flow-prev a {
    padding-top: 21px;
  }
}
@media only screen and (max-width: 767px) {

  /* I */
  .content-flow {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    box-shadow: 0 1px 0 rgba(255,255,255,1);
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .content-flow li {
    position: relative;
    width: 100%;
    height: 60px;
    border-radius: 0 0 10px 10px;
    padding: 19px 0 21px 0;
  }
  .content-flow li:first-child {
    padding: 0;
    text-align: left;
    background: url("/service_desk/img/index_ic01.png") no-repeat;
    background-position: calc(50% - 55px) 22px;
  }
  .content-flow li.flow-prev {
    padding: 0;
    border-top: 1px solid #ddd;
  }
  .content-flow li::after {
    content:"";
    position: absolute;
    top: 45px;
    left: calc(50% - 10px);
    width: 30px;
    height: 30px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #fff;
    z-index: 1;
    -webkit-transform: rotate(135deg) skew(10deg, 10deg);
            transform: rotate(135deg) skew(10deg, 10deg);
  }
  .content-flow li.flow-prev::after {
    content: none;
  }
  .content-flow li.flow-prev a::after {
    content: "";
    position: absolute;
    top: 44px;
    left: calc(50% - 10px);
    width: 30px;
    height: 30px;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: none;
    border-left: none;
    background-color: #fff;
    -webkit-transform: rotate(135deg) skew(10deg, 10deg);
            transform: rotate(135deg) skew(10deg, 10deg);
    overflow: hidden;
    z-index: 1;
  }
  .content-flow li.flow-now::after {
    top: 44px;
    border: none;
    background-color: #58a52d;
  }
  .content-flow li.flow-top a,
  .content-flow li.flow-prev a {
    display: block;
    width: 100%;
    padding: 19px 0 17px;
    text-align: center;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .content-flow li.flow-top a:link,
  .content-flow li.flow-prev a:link{
    color: #333;
    text-decoration: none;
  }
  .flow-now {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #58a52d;
    color: #fff;
  }
  .service-contents_lower,
  .service-contents_lowest {
    display: none;
  }
  .service-contents.block,
  .service-contents_lower.block,
  .service-contents_lowest.block {
    display: block;
  }
  .service-contents.none,
  .service-contents_lower .box-layout-v4 ul.none,
  .service-contents_lowest .box-layout-v4 ul.none {
    display: none;
  }
  .service-contents_lower .box-layout-v4 ul.is-active,
  .service-contents_lowest .box-layout-v4 ul.is-active,
  .service-contents.block,
  .service-contents_lower.block,
  .service-contents_lowest.block {
    display: block;
  }
  .service-slider .slick-slide {
    overflow: hidden;
  }
  .link-text &gt; li.to-prev &gt; a::before {
    left: 2px;
    transform: rotate(225deg);
  }
}</pre></body></html>