@charset "UTF-8";
@media screen and (min-width: 641px), print {
  .home #main .visuals-main {
    position: relative;
    margin: 0 -500%;
  }
  .home #main .visuals-main h1 {
    margin: 0;
  }
  .home #main .visuals-main h1 img {
    display: block;
    margin: auto;
  }
  .home #main h2 {
    display: inline-block;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5em;
    font-weight: bold;
    border-bottom: 4px solid #a9a9a9;
  }
  .home #main .links-column-three {
    margin-top: 33px;
  }
  .home #main .links-column-three ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 21px;
    -moz-column-gap: 21px;
    column-gap: 21px;
    margin: 0;
  }
  .home #main .links-column-three ul li {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
  }
  .home #main .links-column-three ul li .pic {
    margin: 0;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 16px 16px 0 0;
  }
  .home #main .links-column-three ul li .pic img {
    display: block;
    border-radius: 16px 16px 0 0;
  }
  .home #main .links-column-three ul li .detail {
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .home #main .links-column-three ul li .detail p {
    margin-top: 0.5em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #4a5565;
  }
  .home #main .links-column-three ul li .detail .title {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7em;
    font-weight: bold;
    color: #101828;
  }
  .home #main .links-column-three ul li .detail .button {
    margin-top: 16px;
  }
  .home #main .links-column-three ul li .detail .button a {
    display: block;
    padding: 11px 10px 10px;
    background: #4c4c4c;
    border-radius: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7 + em;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  .home #main .links-column-three ul li .detail .button a:hover {
    opacity: 0.7;
  }
  .home #main .links-column-three ul li .detail .button a::before {
    display: none;
  }
  .home #main .links-column-three ul li .voice-item {
    padding: 20px 16px;
  }
  .home #main .links-column-three ul li .voice-item p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #101828;
  }
  .home #main .links-column-three ul li .voice-item .sales .voice-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
  .home #main .links-column-three ul li .voice-item .sales .voice-title::before {
    content: "営";
    margin-right: 8px;
    padding: 6px 9px;
    background: #dbeafe;
    border-radius: 10em;
    color: #155dfc;
  }
  .home #main .links-column-three ul li .voice-item .sales .voice {
    margin-left: 40px;
  }
  .home #main .separate {
    margin-top: 70px;
    border-top: 1px solid transparent;
    background: url(/erpnavi/tool-lounge/common/img/separate.png) no-repeat top center;
  }
}

@media screen and (max-width: 640px) {
  .home #main h1 {
    margin: 0 -10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .home #main h2 {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: bold;
    border-bottom: 4px solid #a9a9a9;
  }
  .home #main .links-column-three {
    margin-top: 30px;
  }
  .home #main .links-column-three ul {
    margin: 0;
  }
  .home #main .links-column-three ul li {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
  }
  .home #main .links-column-three ul li .pic {
    margin: 0;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 16px 16px 0 0;
  }
  .home #main .links-column-three ul li .pic img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px 16px 0 0;
  }
  .home #main .links-column-three ul li .detail {
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .home #main .links-column-three ul li .detail p {
    margin-top: 0.5em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #4a5565;
  }
  .home #main .links-column-three ul li .detail .title {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7em;
    font-weight: bold;
    color: #101828;
  }
  .home #main .links-column-three ul li .detail .button {
    margin-top: 16px;
  }
  .home #main .links-column-three ul li .detail .button a {
    display: block;
    padding: 11px 10px 10px;
    background: #4c4c4c;
    border-radius: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7 + em;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  .home #main .links-column-three ul li .detail .button a:hover {
    opacity: 0.7;
  }
  .home #main .links-column-three ul li .detail .button a::before {
    display: none;
  }
  .home #main .links-column-three ul li .voice-item {
    padding: 20px 16px;
  }
  .home #main .links-column-three ul li .voice-item p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #101828;
  }
  .home #main .links-column-three ul li .voice-item .sales .voice-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
  .home #main .links-column-three ul li .voice-item .sales .voice-title::before {
    content: "営";
    margin-right: 8px;
    padding: 6px 9px;
    background: #dbeafe;
    border-radius: 10em;
    color: #155dfc;
  }
  .home #main .links-column-three ul li .voice-item .sales .voice {
    margin-left: 40px;
  }
  .home #main .separate {
    margin-top: 70px;
    border-top: 1px solid transparent;
    background: url(/erpnavi/tool-lounge/common/img/separate.png) no-repeat top center;
  }
}
