
@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* font-size:100%;*/
  vertical-align: baseline;
  background: transparent;
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body.consolidate #contents {
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 300;
  line-height: 1.8;
  color: #333;
}

@media only screen and (max-width: 768px) {
  body.consolidate #contents {
    font-size: 3.7333333333vw;
  }
}
form {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
}

ul, li {
  list-style: none;
}

.hover-img:hover {
  opacity: .7;
  transition: opacity .4s;
}

.text-link {
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration: underline;
}

.text-link:hover {
  color: #3AB8EF;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}

figure {
  text-align: center;
}

figure img {
  vertical-align: top;
}

iframe {
  height: 100%;
}

* {
  box-sizing: border-box;
}

/* font-style */
.fc--green {
  color: #08969b;
}

.fc--red {
  color: #d20024;
}

.fc--blue {
  color: #005eb8;
}

.strong {
  font-size: 1.125em;
  font-weight: bold;
}

.ftWN {
  font-weight: 300;
}

.ftWM {
  font-weight: 500;
}

.ftWB {
  font-weight: bold !important;
}

.txC {
  text-align: center;
}

.txR {
  text-align: right;
}

.vaMiddle {
  vertical-align: middle;
}

.wsNowrap {
  white-space: nowrap;
}

.linkExternal {
  background: url("/media_library/images/icon_link_external.gif") no-repeat scroll 0 center transparent;
  padding: 3px 0 3px 13px;
  word-break: break-all;
  word-wrap: break-word !important;
  margin: 0 2px;
}

@media print, screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}
.note {
  text-indent: -1.5em !important;
  padding-left: 1.5em !important;
  display: inline-block;
}

.note::before {
  content: '※';
  margin-right: .5em;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt5 {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .mt5 {
    margin-top: 0.6666666667vw !important;
  }
}

.mb5 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .mb5 {
    margin-bottom: 0.6666666667vw !important;
  }
}

.ml5 {
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  .ml5 {
    margin-left: 0.6666666667vw !important;
  }
}

.mr5 {
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .mr5 {
    margin-right: 0.6666666667vw !important;
  }
}

.mt10 {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .mt10 {
    margin-top: 1.3333333333vw !important;
  }
}

.mb10 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 1.3333333333vw !important;
  }
}

.ml10 {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .ml10 {
    margin-left: 1.3333333333vw !important;
  }
}

.mr10 {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .mr10 {
    margin-right: 1.3333333333vw !important;
  }
}

.mt15 {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .mt15 {
    margin-top: 2vw !important;
  }
}

.mb15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 2vw !important;
  }
}

.ml15 {
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .ml15 {
    margin-left: 2vw !important;
  }
}

.mr15 {
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .mr15 {
    margin-right: 2vw !important;
  }
}

.mt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .mt20 {
    margin-top: 2.6666666667vw !important;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 2.6666666667vw !important;
  }
}

.ml20 {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .ml20 {
    margin-left: 2.6666666667vw !important;
  }
}

.mr20 {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .mr20 {
    margin-right: 2.6666666667vw !important;
  }
}

.mt25 {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .mt25 {
    margin-top: 3.3333333333vw !important;
  }
}

.mb25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 3.3333333333vw !important;
  }
}

.ml25 {
  margin-left: 25px;
}
@media only screen and (max-width: 768px) {
  .ml25 {
    margin-left: 3.3333333333vw !important;
  }
}

.mr25 {
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  .mr25 {
    margin-right: 3.3333333333vw !important;
  }
}

.mt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .mt30 {
    margin-top: 4vw !important;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 4vw !important;
  }
}

.ml30 {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .ml30 {
    margin-left: 4vw !important;
  }
}

.mr30 {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .mr30 {
    margin-right: 4vw !important;
  }
}

.mt35 {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .mt35 {
    margin-top: 4.6666666667vw !important;
  }
}

.mb35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 4.6666666667vw !important;
  }
}

.ml35 {
  margin-left: 35px;
}
@media only screen and (max-width: 768px) {
  .ml35 {
    margin-left: 4.6666666667vw !important;
  }
}

.mr35 {
  margin-right: 35px;
}
@media only screen and (max-width: 768px) {
  .mr35 {
    margin-right: 4.6666666667vw !important;
  }
}

.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .mt40 {
    margin-top: 5.3333333333vw !important;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 5.3333333333vw !important;
  }
}

.ml40 {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .ml40 {
    margin-left: 5.3333333333vw !important;
  }
}

.mr40 {
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .mr40 {
    margin-right: 5.3333333333vw !important;
  }
}

.mt45 {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .mt45 {
    margin-top: 6vw !important;
  }
}

.mb45 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 6vw !important;
  }
}

.ml45 {
  margin-left: 45px;
}
@media only screen and (max-width: 768px) {
  .ml45 {
    margin-left: 6vw !important;
  }
}

.mr45 {
  margin-right: 45px;
}
@media only screen and (max-width: 768px) {
  .mr45 {
    margin-right: 6vw !important;
  }
}

.mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .mt50 {
    margin-top: 6.6666666667vw !important;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 6.6666666667vw !important;
  }
}

.ml50 {
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .ml50 {
    margin-left: 6.6666666667vw !important;
  }
}

.mr50 {
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .mr50 {
    margin-right: 6.6666666667vw !important;
  }
}

.mt55 {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .mt55 {
    margin-top: 7.3333333333vw !important;
  }
}

.mb55 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .mb55 {
    margin-bottom: 7.3333333333vw !important;
  }
}

.ml55 {
  margin-left: 55px;
}
@media only screen and (max-width: 768px) {
  .ml55 {
    margin-left: 7.3333333333vw !important;
  }
}

.mr55 {
  margin-right: 55px;
}
@media only screen and (max-width: 768px) {
  .mr55 {
    margin-right: 7.3333333333vw !important;
  }
}

.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .mt60 {
    margin-top: 8vw !important;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 8vw !important;
  }
}

.ml60 {
  margin-left: 60px;
}
@media only screen and (max-width: 768px) {
  .ml60 {
    margin-left: 8vw !important;
  }
}

.mr60 {
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  .mr60 {
    margin-right: 8vw !important;
  }
}

.mt65 {
  margin-top: 65px;
}
@media only screen and (max-width: 768px) {
  .mt65 {
    margin-top: 8.6666666667vw !important;
  }
}

.mb65 {
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .mb65 {
    margin-bottom: 8.6666666667vw !important;
  }
}

.ml65 {
  margin-left: 65px;
}
@media only screen and (max-width: 768px) {
  .ml65 {
    margin-left: 8.6666666667vw !important;
  }
}

.mr65 {
  margin-right: 65px;
}
@media only screen and (max-width: 768px) {
  .mr65 {
    margin-right: 8.6666666667vw !important;
  }
}

.mt70 {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .mt70 {
    margin-top: 9.3333333333vw !important;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 9.3333333333vw !important;
  }
}

.ml70 {
  margin-left: 70px;
}
@media only screen and (max-width: 768px) {
  .ml70 {
    margin-left: 9.3333333333vw !important;
  }
}

.mr70 {
  margin-right: 70px;
}
@media only screen and (max-width: 768px) {
  .mr70 {
    margin-right: 9.3333333333vw !important;
  }
}

.mt75 {
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  .mt75 {
    margin-top: 10vw !important;
  }
}

.mb75 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 10vw !important;
  }
}

.ml75 {
  margin-left: 75px;
}
@media only screen and (max-width: 768px) {
  .ml75 {
    margin-left: 10vw !important;
  }
}

.mr75 {
  margin-right: 75px;
}
@media only screen and (max-width: 768px) {
  .mr75 {
    margin-right: 10vw !important;
  }
}

.mt80 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .mt80 {
    margin-top: 10.6666666667vw !important;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 10.6666666667vw !important;
  }
}

.ml80 {
  margin-left: 80px;
}
@media only screen and (max-width: 768px) {
  .ml80 {
    margin-left: 10.6666666667vw !important;
  }
}

.mr80 {
  margin-right: 80px;
}
@media only screen and (max-width: 768px) {
  .mr80 {
    margin-right: 10.6666666667vw !important;
  }
}

.mt85 {
  margin-top: 85px;
}
@media only screen and (max-width: 768px) {
  .mt85 {
    margin-top: 11.3333333333vw !important;
  }
}

.mb85 {
  margin-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  .mb85 {
    margin-bottom: 11.3333333333vw !important;
  }
}

.ml85 {
  margin-left: 85px;
}
@media only screen and (max-width: 768px) {
  .ml85 {
    margin-left: 11.3333333333vw !important;
  }
}

.mr85 {
  margin-right: 85px;
}
@media only screen and (max-width: 768px) {
  .mr85 {
    margin-right: 11.3333333333vw !important;
  }
}

.mt90 {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .mt90 {
    margin-top: 12vw !important;
  }
}

.mb90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 12vw !important;
  }
}

.ml90 {
  margin-left: 90px;
}
@media only screen and (max-width: 768px) {
  .ml90 {
    margin-left: 12vw !important;
  }
}

.mr90 {
  margin-right: 90px;
}
@media only screen and (max-width: 768px) {
  .mr90 {
    margin-right: 12vw !important;
  }
}

.mt95 {
  margin-top: 95px;
}
@media only screen and (max-width: 768px) {
  .mt95 {
    margin-top: 12.6666666667vw !important;
  }
}

.mb95 {
  margin-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .mb95 {
    margin-bottom: 12.6666666667vw !important;
  }
}

.ml95 {
  margin-left: 95px;
}
@media only screen and (max-width: 768px) {
  .ml95 {
    margin-left: 12.6666666667vw !important;
  }
}

.mr95 {
  margin-right: 95px;
}
@media only screen and (max-width: 768px) {
  .mr95 {
    margin-right: 12.6666666667vw !important;
  }
}

.mt100 {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .mt100 {
    margin-top: 13.3333333333vw !important;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 13.3333333333vw !important;
  }
}

.ml100 {
  margin-left: 100px;
}
@media only screen and (max-width: 768px) {
  .ml100 {
    margin-left: 13.3333333333vw !important;
  }
}

.mr100 {
  margin-right: 100px;
}
@media only screen and (max-width: 768px) {
  .mr100 {
    margin-right: 13.3333333333vw !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt5 {
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  .pt5 {
    padding-top: 0.6666666667vw !important;
  }
}

.pb5 {
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .pb5 {
    padding-bottom: 0.6666666667vw !important;
  }
}

.pl5 {
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  .pl5 {
    padding-left: 0.6666666667vw !important;
  }
}

.pr5 {
  padding-right: 5px;
}
@media only screen and (max-width: 768px) {
  .pr5 {
    padding-right: 0.6666666667vw !important;
  }
}

.pt10 {
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .pt10 {
    padding-top: 1.3333333333vw !important;
  }
}

.pb10 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .pb10 {
    padding-bottom: 1.3333333333vw !important;
  }
}

.pl10 {
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .pl10 {
    padding-left: 1.3333333333vw !important;
  }
}

.pr10 {
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .pr10 {
    padding-right: 1.3333333333vw !important;
  }
}

.pt15 {
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  .pt15 {
    padding-top: 2vw !important;
  }
}

.pb15 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .pb15 {
    padding-bottom: 2vw !important;
  }
}

.pl15 {
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .pl15 {
    padding-left: 2vw !important;
  }
}

.pr15 {
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .pr15 {
    padding-right: 2vw !important;
  }
}

.pt20 {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .pt20 {
    padding-top: 2.6666666667vw !important;
  }
}

.pb20 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .pb20 {
    padding-bottom: 2.6666666667vw !important;
  }
}

.pl20 {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .pl20 {
    padding-left: 2.6666666667vw !important;
  }
}

.pr20 {
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .pr20 {
    padding-right: 2.6666666667vw !important;
  }
}

.pt25 {
  padding-top: 25px;
}
@media only screen and (max-width: 768px) {
  .pt25 {
    padding-top: 3.3333333333vw !important;
  }
}

.pb25 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .pb25 {
    padding-bottom: 3.3333333333vw !important;
  }
}

.pl25 {
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  .pl25 {
    padding-left: 3.3333333333vw !important;
  }
}

.pr25 {
  padding-right: 25px;
}
@media only screen and (max-width: 768px) {
  .pr25 {
    padding-right: 3.3333333333vw !important;
  }
}

.pt30 {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .pt30 {
    padding-top: 4vw !important;
  }
}

.pb30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .pb30 {
    padding-bottom: 4vw !important;
  }
}

.pl30 {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .pl30 {
    padding-left: 4vw !important;
  }
}

.pr30 {
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .pr30 {
    padding-right: 4vw !important;
  }
}

.pt35 {
  padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  .pt35 {
    padding-top: 4.6666666667vw !important;
  }
}

.pb35 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .pb35 {
    padding-bottom: 4.6666666667vw !important;
  }
}

.pl35 {
  padding-left: 35px;
}
@media only screen and (max-width: 768px) {
  .pl35 {
    padding-left: 4.6666666667vw !important;
  }
}

.pr35 {
  padding-right: 35px;
}
@media only screen and (max-width: 768px) {
  .pr35 {
    padding-right: 4.6666666667vw !important;
  }
}

.pt40 {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .pt40 {
    padding-top: 5.3333333333vw !important;
  }
}

.pb40 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .pb40 {
    padding-bottom: 5.3333333333vw !important;
  }
}

.pl40 {
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .pl40 {
    padding-left: 5.3333333333vw !important;
  }
}

.pr40 {
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .pr40 {
    padding-right: 5.3333333333vw !important;
  }
}

.pt45 {
  padding-top: 45px;
}
@media only screen and (max-width: 768px) {
  .pt45 {
    padding-top: 6vw !important;
  }
}

.pb45 {
  padding-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .pb45 {
    padding-bottom: 6vw !important;
  }
}

.pl45 {
  padding-left: 45px;
}
@media only screen and (max-width: 768px) {
  .pl45 {
    padding-left: 6vw !important;
  }
}

.pr45 {
  padding-right: 45px;
}
@media only screen and (max-width: 768px) {
  .pr45 {
    padding-right: 6vw !important;
  }
}

.pt50 {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .pt50 {
    padding-top: 6.6666666667vw !important;
  }
}

.pb50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .pb50 {
    padding-bottom: 6.6666666667vw !important;
  }
}

.pl50 {
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .pl50 {
    padding-left: 6.6666666667vw !important;
  }
}

.pr50 {
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .pr50 {
    padding-right: 6.6666666667vw !important;
  }
}

.pt55 {
  padding-top: 55px;
}
@media only screen and (max-width: 768px) {
  .pt55 {
    padding-top: 7.3333333333vw !important;
  }
}

.pb55 {
  padding-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .pb55 {
    padding-bottom: 7.3333333333vw !important;
  }
}

.pl55 {
  padding-left: 55px;
}
@media only screen and (max-width: 768px) {
  .pl55 {
    padding-left: 7.3333333333vw !important;
  }
}

.pr55 {
  padding-right: 55px;
}
@media only screen and (max-width: 768px) {
  .pr55 {
    padding-right: 7.3333333333vw !important;
  }
}

.pt60 {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .pt60 {
    padding-top: 8vw !important;
  }
}

.pb60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .pb60 {
    padding-bottom: 8vw !important;
  }
}

.pl60 {
  padding-left: 60px;
}
@media only screen and (max-width: 768px) {
  .pl60 {
    padding-left: 8vw !important;
  }
}

.pr60 {
  padding-right: 60px;
}
@media only screen and (max-width: 768px) {
  .pr60 {
    padding-right: 8vw !important;
  }
}

.pt65 {
  padding-top: 65px;
}
@media only screen and (max-width: 768px) {
  .pt65 {
    padding-top: 8.6666666667vw !important;
  }
}

.pb65 {
  padding-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .pb65 {
    padding-bottom: 8.6666666667vw !important;
  }
}

.pl65 {
  padding-left: 65px;
}
@media only screen and (max-width: 768px) {
  .pl65 {
    padding-left: 8.6666666667vw !important;
  }
}

.pr65 {
  padding-right: 65px;
}
@media only screen and (max-width: 768px) {
  .pr65 {
    padding-right: 8.6666666667vw !important;
  }
}

.pt70 {
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .pt70 {
    padding-top: 9.3333333333vw !important;
  }
}

.pb70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .pb70 {
    padding-bottom: 9.3333333333vw !important;
  }
}

.pl70 {
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .pl70 {
    padding-left: 9.3333333333vw !important;
  }
}

.pr70 {
  padding-right: 70px;
}
@media only screen and (max-width: 768px) {
  .pr70 {
    padding-right: 9.3333333333vw !important;
  }
}

.pt75 {
  padding-top: 75px;
}
@media only screen and (max-width: 768px) {
  .pt75 {
    padding-top: 10vw !important;
  }
}

.pb75 {
  padding-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .pb75 {
    padding-bottom: 10vw !important;
  }
}

.pl75 {
  padding-left: 75px;
}
@media only screen and (max-width: 768px) {
  .pl75 {
    padding-left: 10vw !important;
  }
}

.pr75 {
  padding-right: 75px;
}
@media only screen and (max-width: 768px) {
  .pr75 {
    padding-right: 10vw !important;
  }
}

.pt80 {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .pt80 {
    padding-top: 10.6666666667vw !important;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .pb80 {
    padding-bottom: 10.6666666667vw !important;
  }
}

.pl80 {
  padding-left: 80px;
}
@media only screen and (max-width: 768px) {
  .pl80 {
    padding-left: 10.6666666667vw !important;
  }
}

.pr80 {
  padding-right: 80px;
}
@media only screen and (max-width: 768px) {
  .pr80 {
    padding-right: 10.6666666667vw !important;
  }
}

.pt85 {
  padding-top: 85px;
}
@media only screen and (max-width: 768px) {
  .pt85 {
    padding-top: 11.3333333333vw !important;
  }
}

.pb85 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  .pb85 {
    padding-bottom: 11.3333333333vw !important;
  }
}

.pl85 {
  padding-left: 85px;
}
@media only screen and (max-width: 768px) {
  .pl85 {
    padding-left: 11.3333333333vw !important;
  }
}

.pr85 {
  padding-right: 85px;
}
@media only screen and (max-width: 768px) {
  .pr85 {
    padding-right: 11.3333333333vw !important;
  }
}

.pt90 {
  padding-top: 90px;
}
@media only screen and (max-width: 768px) {
  .pt90 {
    padding-top: 12vw !important;
  }
}

.pb90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .pb90 {
    padding-bottom: 12vw !important;
  }
}

.pl90 {
  padding-left: 90px;
}
@media only screen and (max-width: 768px) {
  .pl90 {
    padding-left: 12vw !important;
  }
}

.pr90 {
  padding-right: 90px;
}
@media only screen and (max-width: 768px) {
  .pr90 {
    padding-right: 12vw !important;
  }
}

.pt95 {
  padding-top: 95px;
}
@media only screen and (max-width: 768px) {
  .pt95 {
    padding-top: 12.6666666667vw !important;
  }
}

.pb95 {
  padding-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .pb95 {
    padding-bottom: 12.6666666667vw !important;
  }
}

.pl95 {
  padding-left: 95px;
}
@media only screen and (max-width: 768px) {
  .pl95 {
    padding-left: 12.6666666667vw !important;
  }
}

.pr95 {
  padding-right: 95px;
}
@media only screen and (max-width: 768px) {
  .pr95 {
    padding-right: 12.6666666667vw !important;
  }
}

.pt100 {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .pt100 {
    padding-top: 13.3333333333vw !important;
  }
}

.pb100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 13.3333333333vw !important;
  }
}

.pl100 {
  padding-left: 100px;
}
@media only screen and (max-width: 768px) {
  .pl100 {
    padding-left: 13.3333333333vw !important;
  }
}

.pr100 {
  padding-right: 100px;
}
@media only screen and (max-width: 768px) {
  .pr100 {
    padding-right: 13.3333333333vw !important;
  }
}

h1 {
  margin: 0 0 15px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  h1 {
    margin: 0vw 0vw 2vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    width: 33.3333333333vw;
  }
}

#main h2 {
  font-size: 24px;
  font-size: 2.4rem;
  background: none;
  border: none;
  line-height: 1.8;
  margin: 0;
  padding: 10px 0 10px 1em;
  color: #005EB8;
  border-left: 5px solid #005EB8;
}
@media only screen and (max-width: 768px) {
  #main h2 {
    font-size: 4vw;
    padding: 1.3333333333vw 0vw 1.3333333333vw 1em;
  }
}

#main h3 {
  font-size: 20px;
  font-size: 2.0rem;
  border: none;
  border-bottom: 1px dashed #c9d3e2;
  padding: 10px 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #main h3 {
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw 0vw 1.3333333333vw 0vw;
  }
}

#main h5 {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
  padding: 0 calc(50px + 1em);
}
@media only screen and (max-width: 768px) {
  #main h5 {
    font-size: 3.7333333333vw;
    padding: 0 calc(6.6666666667vw + 1em);
  }
}
#main h5::before {
  left: 0;
}
#main h5::after {
  right: 0;
}
#main h5::before, #main h5::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #3e6398;
}
@media only screen and (max-width: 768px) {
  #main h5::before, #main h5::after {
    width: 6.6666666667vw;
  }
}

/*背景色*/
.bg_blue {
  background-color: #005eb8;
}
.bg_blue:hover {
  opacity: 0.7;
  background-color: #005eb8;
}

/*ボタン*/
.btn-cv {
  font-size: 1.4rem;
  display: block;
  background: #297ef8;
  color: #fff !important;
  position: relative;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  transition: all .3s;
}
@media only screen and (max-width: 768px) {
  .btn-cv {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  }
}
.btn-cv::before {
  content: '';
  position: absolute;
  background-size: contain;
}
.btn-cv::after {
  content: '';
  position: absolute;
  background: url("/media_library/consolidate/solution/images/icon_arrow.svg") no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  right: 5%;
  top: calc(50% - 4px);
  transition: all .3s;
}
.btn-cv:hover {
  background: #5a9cfa;
}
.btn-cv:hover::after {
  right: 3%;
}
.btn-cv-request {
  background-color: #F95672;
}
.btn-cv-request:hover {
  background-color: #fb879b;
}

.border-box {
  border: 4px solid #e1e8f0;
  padding: 25px;
}

.movie-box {
  display: flex;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .movie-box {
    flex-direction: column;
  }
}
.movie-box__img {
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .movie-box__img {
    margin-right: 30px;
    margin-bottom: 2.4154589372vw;
  }
}
.movie-box__img img {
  display: block;
}
.movie-box__title {
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 15px;
  color: #3e6398;
}

/*外部リンク*/
.link-arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1em;
}
.link-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 5px solid transparent;
  box-sizing: border-box;
  top: calc(50% - 5px);
  border-left-color: #e3755e;
  left: 5px;
}

/*リストに●を表示*/
.icon-list {
  list-style: none;
}
.icon-list__item {
  padding-left: 1em;
  text-indent: -1em;
}

/*青●*/
.icon-list--dot-blue .icon-list__item::before {
  content: '●';
  color: #005eb8;
  margin: 0 2px 0 0;
  font-size: 90%;
}

/*メインビジュアル*/
.mv {
  background: url("/media_library/consolidate/solution/images/bg_mv.png") no-repeat;
  background-size: cover;
  background-position: top;
  height: 530px;
  padding: 0 30px 30px;
  width: 100%;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .mv {
    height: auto;
  }
}
.mv__inner {
  width: 1300px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1199px) {
  .mv__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mv__inner {
    flex-wrap: wrap;
  }
}
.mv__left, .mv__right {
  height: 100%;
}
.mv__right {
  width: auto;
  max-width: 450px;
}
@media only screen and (max-width: 768px) {
  .mv__right {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .mv__right {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mv__right {
    max-width: none;
  }
}
.mv__left {
  width: calc(100% - 450px);
  min-width: 708px;
}
@media only screen and (max-width: 768px) {
  .mv__left {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mv__left {
    min-width: auto;
  }
}
.mv__txt-catch {
  color: #005eb8;
  font-size: 54px;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  .mv__txt-catch {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv__txt-catch {
    font-size: 7.2vw;
  }
}
.mv__txt-sub {
  color: #005eb8;
  font-size: 24px;
  font-weight: 500;
  margin: 5px 0 0 !important;
}
@media only screen and (max-width: 999px) {
  .mv__txt-sub {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv__txt-sub {
    font-size: 3.0666666667vw;
  }
}
.mv__btn-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  column-gap: 30px;
  flex-wrap: nowrap;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .mv__btn-container {
    column-gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mv__btn-container {
    flex-wrap: wrap;
  }
}
.mv__btn-box {
  flex-basis: 40%;
  margin: 30px 0 0;
}
@media only screen and (max-width: 768px) {
  .mv__btn-box {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mv__btn-box {
    margin: 4vw 0vw 0vw 0vw;
  }
}
.mv__btn-box.request .mv__btn-balloon {
  border-color: #F95672;
  color: #F95672;
}
.mv__btn-box.request .mv__btn-balloon::after {
  border-color: #F95672 transparent transparent transparent;
}
.mv__btn-box.request .mv__btn-balloon .btn-cv {
  background-color: #F95672;
}
.mv__btn-download {
  display: block;
  font-size: 1.6rem;
}
.mv__btn-download::before {
  content: '';
  background: url("/media_library/consolidate/solution/images/icon_download.svg") no-repeat;
  background-size: contain;
  width: 12px;
  height: 14px;
  left: 7%;
  top: calc(50% - 7px);
}
.mv__btn-balloon {
  position: relative;
  display: block;
  z-index: 2;
  padding: 8px 20px 9px;
  width: max-content;
  margin: 0 auto -10px;
  background-color: #fff;
  border-radius: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.4rem;
  border: 3px solid #297ef8;
  color: #297ef8;
}
.mv__btn-balloon::before {
  content: "";
  position: absolute;
  top: calc(100% - 3px);
  /* 枠の厚みに合わせて調整 */
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
.mv__btn-balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 13px;
  border-style: solid;
  border-width: 13px 9px 0 9px;
  border-color: #297ef8 transparent transparent transparent;
  z-index: 1;
}
.mv__btn-request {
  flex-basis: calc(50% - 10px);
  background: #F95672;
}
.mv__btn-request:hover {
  background: #fb879b;
}
.mv__btn-request::before {
  content: '';
  background: url("/media_library/consolidate/solution/images/icon_mail.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 14px;
  top: calc(50% - 7px);
  left: 7%;
  top: calc(50% - 7px);
}
.mv__logo {
  margin: 0 0 15px;
  justify-content: flex-end;
  padding: 0;
  column-gap: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .mv__logo {
    margin: 4vw 0vw 1.3333333333vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv__logo {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 999px) {
  .mv__logo {
    column-gap: 2px;
  }
}
.mv__logo img {
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .mv__logo img {
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .mv__logo img:last-child {
    margin: 0;
  }
}
.mv__count {
  font-size: 76%;
  text-indent: -1em !important;
  padding-left: 1em !important;
}
@media only screen and (max-width: 768px) {
  .mv__count {
    font-size: 55%;
  }
}

#carouselTrack {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
}

.logo-carousel {
  background-color: #fff;
  padding: 25px 0 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .logo-carousel {
    padding: 3.3333333333vw 0vw 2.6666666667vw 0vw;
  }
}
.logo__list {
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: transform;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  column-gap: 32px;
  justify-content: center;
}
.logo__list.start-animation {
  opacity: 1;
}
.logo__list li {
  flex-basis: 220px;
}
.logo__img {
  border: 1px solid #B5B5B5;
  width: 200px;
  height: 145px;
  border-radius: 10px;
}
.logo__img figure {
  height: 123px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.logo__img figure img {
  display: block;
  width: 100%;
}
.logo__img p {
  background: #fff;
  font-size: 10px;
  padding: 0 0 0 5px;
  border-radius: 0 0 10px 10px;
  line-height: 1;
  height: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.logo__tag {
  border: 1px solid #B5B5B5;
  border-radius: 10px;
  font-size: 10px;
  background-color: #fff;
  margin: 7px 0 0;
  display: inline-block;
  width: 70px;
  text-align: center;
}

/* ▼ アニメーション用のクラス（必要に応じて追加） */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*ローカルナビ*/
.local-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  background: #f7f8fa;
  margin: 0 !important;
  padding: 0 15px !important;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .local-nav {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .local-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0vw 2vw 0vw 2vw !important;
  }
}
.local-nav a {
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding: 30px 20px 30px 10px;
  transition: .3s;
}
@media only screen and (max-width: 768px) {
  .local-nav a {
    padding: 4vw 4vw 4vw 1.3333333333vw;
    margin: 0vw 1.3333333333vw 0vw 1.3333333333vw;
  }
}
.local-nav a::before {
  content: '';
  position: absolute;
  background: url("/media_library/consolidate/solution/images/icon_arrow_down.svg") no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  right: 5%;
  transition: all .3s;
}
@media only screen and (max-width: 768px) {
  .local-nav a::before {
    right: 1%;
  }
}
.local-nav a::after {
  background-color: #3e6398;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  transition: .3s;
}
.local-nav a:hover::before {
  top: calc(50% - 2px);
}
.local-nav a:hover::after {
  width: 100%;
}
.local-nav a.link-external::before {
  content: '';
  position: absolute;
  background: url("/media_library/images/icon_link_external.gif") no-repeat scroll 0 center transparent;
  background-size: contain;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 5%;
}
@media only screen and (max-width: 768px) {
  .local-nav a.link-external::before {
    right: 1%;
  }
}
.local-nav__container {
  background-color: #f7f8fa;
}
.local-nav__inner {
  width: 950px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .local-nav__inner {
    width: 100%;
  }
}

/*セクション*/
#contents section {
  margin: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  #contents section {
    margin: 6.6666666667vw 0vw 0vw 0vw;
  }
}

.section__inner {
  padding: 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .section__inner {
    padding: 2.6666666667vw 0vw 0vw 0vw;
  }
}

/*バナー*/
.top-banner-box {
  display: flex;
  justify-content: center;
  column-gap: 15px;
}

/*各セクション*/
/*製品概要*/
.summary__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .summary__list {
    flex-wrap: wrap;
  }
}
.summary__list-inner {
  margin: 15px 0;
  padding: 25px 20px 15px;
  flex-basis: 49%;
  border: 1px solid #e8e5de;
  position: relative;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .summary__list-inner {
    margin: 5.3333333333vw 0vw 0vw 0vw;
    padding: 3.3333333333vw 2.6666666667vw 2vw 2.6666666667vw;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .summary__list-inner:last-child {
    margin: 6.6666666667vw 0vw 0vw 0vw;
  }
}
.summary__list ul {
  margin: 0 !important;
  padding: 0 !important;
}
.summary__list ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.summary__list ul li::before {
  content: '●';
  color: #005EB8;
  margin: 0 2px 0 0;
  font-size: 90%;
}
.summary__list-title {
  position: absolute;
  top: calc((((1em * 1.8) + 6px) / 2) * -1);
  display: inline-block;
  margin: 0 !important;
  padding: 3px 15px !important;
  color: #fff;
  background: #005EB8;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .summary__list-title {
    top: calc((((1em * 1.8) + 0.8vw) / 2) * -1);
    padding: 0.4vw 2vw 0.4vw 2vw !important;
  }
}

/*特長*/
.feature__list {
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .feature__list {
    margin: 2.6666666667vw 0vw 0vw 0vw;
  }
}
.feature__list dt {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 0 20px 15%;
  border-top: 1px solid #3e6398;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  min-height: 90px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .feature__list dt {
    padding: 2.6666666667vw 0 2.6666666667vw 25%;
    font-size: 3.7333333333vw;
  }
}
.feature__list dt::before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 220px;
  max-width: 220px;
  min-width: 170px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #005EB8;
}
@media only screen and (max-width: 768px) {
  .feature__list dt::before {
    width: 45vw;
  }
}
.feature__list dt span {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  position: absolute;
  z-index: 1;
  top: calc(50% - 1em);
  left: 1em;
  display: block;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .feature__list dt span {
    font-size: 3.3333333333vw;
  }
}
.feature__list dd {
  width: 100%;
  padding: 0 0 0 15%;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  .feature__list dd {
    padding: 0 0 0 25%;
    margin: 0vw 0vw 8vw 0vw;
  }
}
.feature__list dd:last-child {
  margin: 0;
}

/*機能一覧*/
#main #function .flex_box {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
#main #function .flex_box li {
  margin-right: 10px;
}
#main #function .flex__cv {
  display: flex;
  flex-wrap: wrap;
}
#main #function .flex__cv .flex_item {
  flex-basis: 50%;
}
@media only screen and (max-width: 768px) {
  #main #function .flex__cv .flex_item {
    flex-basis: 100%;
  }
}
#main #function ul {
  margin: 0;
  padding: 0;
}

.function__list {
  margin: 20px 0 10px;
}
@media only screen and (max-width: 768px) {
  .function__list {
    margin: 2.6666666667vw 0vw 1.3333333333vw 0vw;
  }
}
.function__list dt {
  font-weight: bold;
}
.function__list dd {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .function__list dd {
    margin: 0vw 0vw 2vw 0vw;
  }
}
.function__list dd:last-child {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .function__list dd:last-child {
    margin: 0vw 0vw 0vw 0vw;
  }
}
.function__cv {
  text-align: center;
}
.function__cv-btn {
  width: 300px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .function__cv-btn {
    width: 70%;
  }
}
.function__cv-btn::before {
  position: absolute;
  background: url("/media_library/consolidate/solution/images/icon_mail.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 14px;
  top: calc(50% - 7px);
  left: 5%;
}

/*導入事例*/
.voice__inner {
  margin: 20px 0;
}
.voice__inner a {
  display: block;
}
.voice__inner a:hover {
  opacity: .7;
  transition: opacity .4s;
}
@media only screen and (max-width: 768px) {
  .voice__inner {
    margin: 2.6666666667vw 0vw 0vw 0vw;
  }
}
.voice__logo-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 !important;
  padding: 20px 0 0 !important;
}
@media only screen and (max-width: 768px) {
  .voice__logo-list {
    flex-wrap: wrap;
    padding: 2.6666666667vw 0vw 0vw 0vw !important;
  }
}
.voice__logo-list li {
  flex-basis: 150px;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .voice__logo-list li {
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 1.3333333333vw;
  }
}
.voice__logo-list li:first-child {
  padding: 10px 10px 10px 0px;
}
@media only screen and (max-width: 768px) {
  .voice__logo-list li:first-child {
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 0vw;
  }
}
.voice__logo-list li:last-child {
  padding: 10px 0 10px 10px;
}
@media only screen and (max-width: 768px) {
  .voice__logo-list li:last-child {
    padding: 1.3333333333vw 0vw 1.3333333333vw 1.3333333333vw;
  }
}
.voice__pickup {
  border: 1px solid #e8e5de;
  border-radius: 10px;
  padding: 20px;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .voice__pickup {
    padding: 4vw 4vw 4vw 4vw;
    margin: 4vw 0vw 4vw 0vw;
  }
}
.voice__pickup a {
  display: block;
  position: relative;
  padding: 15px;
}
.voice__pickup-inner {
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .voice__pickup-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .voice__pickup-inner figure {
    flex-basis: 100%;
  }
}
.voice__pickup .voice__txt-info {
  border-bottom: 1px solid #e8e5de;
  border-top: none;
  padding: 0 0 20px 0;
  margin: 10px 0 15px;
}
@media only screen and (max-width: 768px) {
  .voice__pickup .voice__txt-info {
    flex-direction: column;
    padding: 2.8985507246vw 0vw 4.8309178744vw 0vw;
  }
}
.voice__pickup .voice__info-name {
  font-weight: bold;
  font-size: 1.1em;
}
@media print, screen and (min-width: 769px) {
  .voice__pickup-thumb {
    width: 255px;
    height: 160px;
    overflow: hidden;
  }
}
.voice__pickup-thumb img {
  width: 100%;
}
.voice__txt {
  flex-basis: calc(100% - 300px);
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .voice__txt {
    flex-basis: 100%;
    margin: 1.3333333333vw 0vw 0vw 0vw;
  }
}
.voice__txt-title {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px 0 !important;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .voice__txt-title {
    font-size: 3.7333333333vw;
    margin: 0vw 0vw 1.3333333333vw 0vw !important;
  }
}
.voice__txt-info {
  border-top: 1px solid #e8e5de;
  padding: 10px 0 0 0;
  margin: 20px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .voice__txt-info {
    padding: 0vw auto 0vw auto;
    margin: 2.6666666667vw 0vw 0vw 0vw;
  }
}
.voice__txt-info figure {
  flex-basis: 40%;
}
.voice__info {
  flex-basis: calc(60% - 15px);
  margin: 0 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .voice__info {
    flex-basis: calc(60% - 2vw);
    margin: 0vw 0vw 0vw 2vw;
  }
}
.voice__info-name {
  line-height: 1.5;
}
.voice__info-iconlist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 !important;
  margin: 0 !important;
}
.voice__info-iconlist li {
  padding: 2px 5px !important;
}
@media only screen and (max-width: 768px) {
  .voice__info-iconlist li {
    padding: 0.2666666667vw 0.6666666667vw 0.2666666667vw 0.6666666667vw !important;
    margin: 0vw 1.3333333333vw 0vw 0vw;
  }
}
.voice__info-iconlist li:last-child {
  margin: 0;
}
.voice__icon {
  border-radius: 5px;
  padding: 2px 5px !important;
  font-weight: bold;
  font-size: 1.2rem;
}
.voice__icon-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.voice__icon-box p {
  margin: 0 10px 0 0 !important;
}
.voice__icon-box p:last-child {
  margin: 0 !important;
}
.voice__icon-pickup {
  background: #e3755e;
  color: #fff;
}
.voice__icon-movie {
  padding: 1px 4px 1px 20px !important;
  position: relative;
  border: 1px solid #3e6398;
}
.voice__icon-movie::before {
  content: '';
  position: absolute;
  background: url("/media_library/consolidate/solution/images/icon_movie.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: calc(50% - 7.5px);
  left: 5%;
}
.voice__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .voice__list {
    flex-wrap: wrap;
    margin: 4vw 0vw 0vw 0vw !important;
  }
}
.voice__list-inner {
  width: 100%;
}
.voice__list-inner .voice__img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding: 20px 20px 0;
}
@media only screen and (max-width: 768px) {
  .voice__list-inner .voice__img {
    height: auto;
  }
}
.voice__list-inner .voice__img figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.voice__list-inner .voice__txt {
  margin: 0;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .voice__list-inner .voice__txt {
    font-size: 3.7333333333vw;
  }
}
.voice__list-inner .voice__txt-title {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .voice__list-inner .voice__txt-title {
    font-size: 3.9vw;
  }
}
.voice__list-inner .voice__info {
  margin: 0;
  flex-basis: auto;
}
.voice__list-inner .voice__info-iconlist {
  display: block;
}
.voice__list-inner .voice__info-iconlist li {
  border: none;
}
.voice__list-inner .voice__info-industry::before {
  content: '業種　：';
}
.voice__list-inner .voice__info-scale::before {
  content: '売上高：';
}
.voice__list li {
  flex-basis: calc((100% / 3) - 20px);
  margin: 0 30px 0 0;
  border: 1px solid #e8e5de;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .voice__list li {
    margin: 0 0 15px 0;
    flex-basis: 100%;
  }
}
.voice__list li a {
  display: block;
}
.voice__list li:last-child {
  margin: 0;
}
.voice__search-btn {
  position: relative;
  width: 300px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .voice__search-btn {
    width: 70%;
  }
}
.voice__search-btn::before {
  content: '';
  position: absolute;
  background: url("/media_library/consolidate/solution/images/icon_search.svg") no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
  top: calc(50% - 9px);
  left: 5%;
}

/*対応別表*/
.support-table table {
  font-size: 1.4rem !important;
}
@media only screen and (max-width: 768px) {
  .support-table table {
    font-size: 2vw;
  }
}
.support-table table caption {
  font-weight: bold;
  text-align: left;
}
.support-table table th {
  background: #005eb8 !important;
  color: #fff;
  vertical-align: middle;
  font-weight: normal;
}
.support-table--vertical {
  width: 5% !important;
}
.support-table--vertical p {
  writing-mode: vertical-rl;
  white-space: nowrap;
  padding: 0 !important;
  margin: 0 auto !important;
  line-height: 1.1em;
  width: 1em;
}
.support-table__mark {
  text-align: center;
  vertical-align: middle;
}
.support-table__mark-circle {
  color: green;
}
.support-table__bnr {
  background: #f7faff;
  padding: 20px 0 40px;
}
@media only screen and (max-width: 768px) {
  .support-table__bnr {
    padding: 2.6666666667vw 0vw 5.3333333333vw 0vw;
  }
}
.support-table__bnr-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 !important;
  padding: 10px 0 0 !important;
}
@media only screen and (max-width: 768px) {
  .support-table__bnr-list {
    flex-wrap: wrap;
  }
}
.support-table__bnr-list li {
  margin: 0 25px 0 0;
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .support-table__bnr-list li {
    margin: 0 10px 10px;
  }
}
.support-table__bnr-list li:last-child {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .support-table__bnr-list li:last-child {
    margin: 0 10px;
  }
}
.support-table__bnr-list li a {
  display: inline-block;
}
.support-table__dl {
  text-align: center;
}
.support-table__dl-btn {
  width: 300px;
  margin: auto;
}
.support-table__dl-btn::before {
  position: absolute;
  background: url("/media_library/consolidate/solution/images/icon_document.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
}
@media only screen and (max-width: 768px) {
  .support-table__dl-btn {
    width: 70%;
  }
}

/*関連コラム*/
.column__list li {
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .column__list li {
    margin: 0 0 30px 0;
  }
}
.column__list li:last-child {
  margin: 0;
}
.column__list li a {
  display: block;
  padding: 15px 35px 20px;
}
@media only screen and (max-width: 768px) {
  .column__list li a {
    padding: 4vw 4.6666666667vw 2.6666666667vw 4.6666666667vw;
  }
}
.column__list-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .column__list-box {
    flex-wrap: wrap-reverse;
  }
}
.column__txt {
  flex-basis: calc(100% - 150px);
}
@media only screen and (max-width: 768px) {
  .column__txt {
    flex-basis: 100%;
  }
}
.column__img {
  flex-basis: 104px;
}
@media only screen and (max-width: 768px) {
  .column__img {
    flex-basis: 100%;
  }
}
.column__title {
  color: #3e6398;
  font-weight: bold;
  border-bottom: 1px dashed #c9d3e2;
  padding: 10px 0 10px 1em !important;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin: 0 0 15px !important;
}
@media only screen and (max-width: 768px) {
  .column__title {
    padding: 1.3333333333vw 0 1.3333333333vw 1em !important;
    font-size: 3.7333333333vw;
    margin: 0.6666666667vw 0vw 2vw 0vw !important;
  }
}

/*関連製品*/
.product__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 0 20px !important;
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .product__list {
    flex-wrap: wrap;
    margin: 0vw 0vw 2.6666666667vw 0vw !important;
  }
}
.product__list li {
  flex-basis: calc(50% - 10px);
  border: 1px solid #e8e5de;
  margin: 0 20px 20px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .product__list li {
    flex-basis: 100%;
    margin: 0 0 10px;
  }
}
.product__list li:nth-child(even) {
  margin: 0 0 20px 0;
}
.product__list li a {
  line-height: 1.2;
  display: block;
  width: 100%;
  padding: 20px;
}
.product__list li a p {
  margin: 0 !important;
}
.product__sub {
  font-weight: bold;
}
.product__name {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .product__name {
    font-size: 3.7333333333vw;
  }
}
.product__name--blue {
  color: #0075c2;
}
.product__inner {
  margin: 0 0 25px;
}
@media only screen and (max-width: 768px) {
  .product__inner {
    margin: 0vw 0vw 3.3333333333vw 0vw;
  }
}
.product__inner:last-child {
  margin: 0;
}
.product__img {
  margin: 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .product__img {
    margin: 2.6666666667vw 0vw 0vw 0vw;
  }
}

/*制度対応*/
#main #comply ol {
  margin: 0;
  padding: 0;
}

.comply__box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .comply__box {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
}

/*お知らせ*/
/**/
#main .news__past a {
  text-decoration: none;
}

.news__list {
  margin: 0 0 35px !important;
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .news__list {
    margin: 0vw 0vw 4.6666666667vw 0vw !important;
  }
}
.news__list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0 0 25px;
}
@media only screen and (max-width: 768px) {
  .news__list li {
    flex-wrap: wrap;
    margin: 0vw 0vw 4vw 0vw;
  }
}
.news__list li:last-child {
  margin: 0;
}
.news__date {
  flex-basis: 7em;
}
@media only screen and (max-width: 768px) {
  .news__date {
    flex-basis: 100%;
    margin-bottom: 3px;
  }
}
.news__txt {
  flex-basis: calc(100% - 7em);
}
@media only screen and (max-width: 768px) {
  .news__txt {
    flex-basis: 100%;
  }
}
.news__revision-list dt::before {
  content: "●";
  color: #555;
}
.news__revision-list dd {
  margin-left: 1em;
}
.news__past-btn {
  position: relative;
  width: 300px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .news__past-btn {
    width: 70%;
  }
}
.news__past-btn::before {
  content: '';
  position: absolute;
  background: url("/media_library/consolidate/solution/images/icon_document.svg") no-repeat;
  width: 15px;
  height: 20px;
  background-size: contain;
  top: calc(50% - 10px);
  left: 5%;
}

/*Q&A*/
.system-qa__list {
  margin: 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .system-qa__list {
    margin: 1.3333333333vw 0vw 0vw 0vw;
  }
}
.system-qa__list dt {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 9px 0 0 calc(2em + 24px);
  word-break: break-all;
  border-bottom: 1px solid #005EB8;
  border-radius: 15px 0 0 15px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .system-qa__list dt {
    font-size: 3.7333333333vw;
    min-height: calc(2em * 1.8);
  }
}
.system-qa__list dt::before {
  content: 'Ｑ';
  font-size: 20px;
  font-size: 2.0rem;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 3px 12px;
  color: #fff;
  border-radius: 15px 15px 0;
  background: #005EB8;
  font-family: 'Noto Serif JP', 'Century', serif;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .system-qa__list dt::before {
    font-size: 3.7333333333vw;
    padding: 4vw 3vw;
  }
}
.system-qa__list dd {
  position: relative;
  padding: 0 0 0 60px;
  margin: 20px 0 30px;
}
@media only screen and (max-width: 768px) {
  .system-qa__list dd {
    margin: 2.6666666667vw 0vw 0vw 0vw;
    padding: 0vw 0vw 4vw 9.3333333333vw;
  }
}
.system-qa__list dd:last-child {
  margin: 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .system-qa__list dd:last-child {
    margin: 2.6666666667vw 0vw 0vw 0vw;
  }
}
.system-qa__list dd::before {
  position: absolute;
  content: 'Ａ';
  top: 0;
  left: 12px;
  color: #D62828;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', 'Century', serif;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .system-qa__list dd::before {
    left: 3vw;
    font-size: 3.7333333333vw;
  }
}

/*関連システム*/
.relation-link__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}
.relation-link__list li {
  flex-basis: 200px;
  margin: 0 15px 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .relation-link__list li {
    flex-basis: 100%;
    margin: 0;
  }
}
.relation-link__list li:last-child {
  margin: 0;
}
.relation-link__list li a {
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}
.relation-link__list .slick-arrow {
  display: none !important;
}
.relation-link__list .slick-dots {
  margin: 0 !important;
  padding: 0 !important;
}
.relation-link__list .slick-dots li button:before {
  font-size: 24px;
}
.relation-link__list .slick-dots li .slick-active button:before {
  color: #00C4CB;
}
.relation-link__list .slick-dots li:first-child:last-child {
  display: none;
}

/*お問合せ・資料請求*/
.cvFixed {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 101;
  cursor: pointer;
}
.cvFixed a {
  display: block;
  text-decoration: none;
  background: url(/media_library/consolidate/images/icon_document.png) no-repeat 50% 12px #F95672;
  color: #fff;
  padding: 50px 16px 10px;
  border-radius: 6px;
  font-size: 13px;
  transition: all 0.18s ease 0s;
}
.cvFixed a:hover {
  background: url(/media_library/consolidate/images/icon_document.png) no-repeat 50% 12px #fb879b;
}
.cvFixed__pos--r {
  right: 180px;
}
.cvFixed__pos--r a {
  background: url(/media_library/consolidate/solution/images/icon_demo.svg) no-repeat 50% 15px #e3755e;
  background-size: 35px;
}
.cvFixed__pos--r a:hover {
  background: url(/media_library/consolidate/solution/images/icon_demo.svg) no-repeat 50% 15px #e3998a;
  background-size: 35px;
}
.cvFixed_closeBtn {
  position: absolute;
  right: -5px;
  top: -14px;
  background: url(/media_library/consolidate/images/icon_close.png) 50% 50% no-repeat;
  background-color: rgba(255, 255, 255, 0.95);
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 4px 5px 0 rgba(35, 47, 53, 0.095);
}
.cvFixed_closeBtn:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.disc_list li {
  list-style: disc;
}

.number_list {
  counter-reset: count 0;
}
.number_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.number_list li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}

/*infoページ用*/
.levelup-info__header {
  text-indent: -6em;
  padding: 5px 0 5px 6em !important;
  font-size: 1.8rem;
  border-bottom: 1px dashed #c9d3e2;
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  .levelup-info__header {
    font-size: 3.7333333333vw;
  }
}
.levelup-info__list {
  margin: 0 !important;
  padding: 0 0 0 1em !important;
}
.levelup-info__list li {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .levelup-info__list li {
    margin: 0 0 2.5vw;
  }
}
.levelup-info__title {
  font-weight: bold;
  margin: 20px 0 0 !important;
}
.levelup-info__title:first-of-type {
  margin: 15px 0 0 !important;
}
@media only screen and (max-width: 768px) {
  .levelup-info__title:first-of-type {
    margin: 2vw 0 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .levelup-info__title {
    margin: 2.2vw 0 0 !important;
  }
}
.levelup-info__detail dt {
  margin-top: 10px;
}
.levelup-info__detail dt::before {
  content: "■";
  margin-right: 5px;
}
.levelup-info__detail dt:first-child {
  margin-top: 5px;
}
.levelup-info__detail dd {
  margin-left: 2em;
  text-indent: -1em;
}
.levelup-info__detail dd::before {
  content: "・";
}

/*資料ダウンロード<*/
#download ul {
  padding-left: 0;
  margin: 0;
}
#download p {
  margin: 0 auto;
}
#download .tag {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#download .tag__item {
  background: #aaaaaa;
  color: #FFF;
  padding: 2px 10px;
  border-radius: 20px;
  margin: 0 10px 10px 0;
  font-size: 12px;
}
#download .ta-c {
  text-align: center;
}
#download .btn {
  display: block;
  margin: 15px auto 0;
  border-radius: 5px;
  padding: 15px 0;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}
#download .btn-download {
  background: #005EB8;
  color: #FFF;
  width: 70%;
}
#download .btn-download:hover {
  opacity: 0.7;
}

.download-item__txt {
  height: 125px;
}
@media only screen and (max-width: 768px) {
  .download-item__txt {
    height: auto;
  }
}
.download-item__txt dt {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 0em;
  margin-top: 15px;
}
.download-item__txt dt p {
  margin: 10px 0;
}
.download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px !important;
  padding-left: 0;
  margin: 0;
}
.download-list__img {
  background: #F3F3F3;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.download-list__item {
  width: 290px;
  padding: 20px;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  margin: 0 25px 25px 0;
}
@media only screen and (max-width: 768px) {
  .download-list__item {
    width: 100%;
    margin-right: 0;
  }
}

/*製品ページから呼ばれる制度説明ページ
　連結会計(eCA)
*/
#outline .outline__flow ol {
  width: 75%;
  margin: 30px auto;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #outline .outline__flow ol {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #outline .outline__flow ol {
    margin: 4vw auto 4vw auto;
  }
}
#outline .outline__flow ol li {
  padding: 10px 0 15px 0;
  list-style-type: none;
  margin: 0;
  border: 1px solid #CCC;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
#outline .outline__flow ol li:last-child::after {
  content: none;
}
#outline .outline__flow ol li::after {
  content: '';
  position: absolute;
  background: url("/media_library/consolidate/eca-driver/images/outlineflow_arrow.svg") no-repeat;
  background-size: contain;
  width: 36px;
  height: 13px;
  left: calc(50% - 18px);
  bottom: -30px;
}




