@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  .wow {
    visibility: visible !important;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #231815;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7143;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: scroll;
}

.is-body {
  overflow-y: hidden;
}

.font-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #231815;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1300px;
  overflow: hidden;
}

.wrapper {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.sm {
  display: none !important;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* PARTS
 * ----------------------------------------------- */
header .header-inner {
  background: #192d73;
  padding: 14px 0;
  position: relative;
  z-index: 100;
  transition: background 0.26s ease, padding 0.26s ease;
}
header .header-inner.is-transform {
  transform: translateX(0) !important;
}
header .wrapper {
  width: 1280px;
}
header.is-home, header.is-devices {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1300px;
  z-index: 100;
}
header.is-home .header-inner, header.is-devices .header-inner {
  background: none;
}
header:not(.is-home) .header-content {
  justify-content: space-around;
}
header:not(.is-home) .navigation-list {
  margin-right: 0;
}
header .header-inner.is-active {
  background: #192d73;
}
header.is-home .header-inner {
  padding: 26px 0;
}
header.is-home .button-menu span {
  background: #192d73;
}
header.is-home .header-content {
  justify-content: flex-end;
}
header.is-home .header-middle {
  display: none;
  transition: display 0.26s ease;
}
header.is-home .header-middle .logo {
  justify-content: flex-start;
}
header.is-home .logo {
  margin-right: 45px;
  position: relative;
  z-index: 2;
  transition: display 0.26s ease;
}
header.is-home .logo a {
  display: block;
}
header.is-active .header-inner {
  background: #192d73;
  padding: 14px 0;
}
header.is-active .header-middle {
  display: flex;
}
header.is-active .header-middle .logo {
  margin-right: 73px;
  display: block !important;
}
header.is-active .logo {
  display: none;
}
header .logo {
  margin-right: 73px;
}
header .header-content,
header .header-middle,
header .navigation-list {
  display: flex;
  align-items: center;
}
header .header-navigation {
  min-width: 650px;
  display: flex;
  justify-content: flex-end;
}
header .navigation-list {
  font-weight: bold;
  font-size: 18px;
}
header .navigation-list li {
  margin: 0 25px;
}
header .navigation-list li:hover .navigation-link::after {
  width: 100%;
}
header .navigation-list > li {
  padding: 30px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .navigation-list > li {
    padding: 35px 0 25px;
  }
}
header .navigation-list a {
  color: #fff;
}
header .navigation-list .navigation-link {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: block;
}
header .navigation-list .navigation-link::after {
  background: #0094d7;
  width: 0;
  height: 2px;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  transition: width 0.3s ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .navigation-list .navigation-link::after {
    bottom: -6px;
  }
}
header .navigation-list .link-contact {
  border: 1px solid #fff;
  padding: 8px 25px;
  border-radius: 20px;
  font-size: 16px;
  transition: background 0.3s ease, border 0.3s ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .navigation-list .link-contact {
    padding: 10px 19px 2px;
  }
}
header .navigation-list .link-contact::after {
  display: none;
}
header .navigation-list .link-contact:hover {
  background: #0094d7;
  border: 1px solid #0094d7;
}
header .header-navigation .dropdown-menu {
  background: #cdd6dd;
  padding: 5px 0;
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .header-navigation .dropdown-menu {
    padding: 14px 0 6px;
    bottom: -29px;
  }
}
header .header-navigation .dropdown-menu .sub-menu-list a {
  color: #000;
}
header .header-navigation .dropdown-menu.solution {
  top: 86%;
  bottom: auto;
  padding: 23px 0 27px;
}
header .header-navigation .sub-menu-list {
  display: flex;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.05em;
  margin: 0 -28px;
  padding-left: calc(50% - 241px);
}
header .header-navigation .sub-menu-list > li {
  margin: 0 28px;
}
header .header-navigation .sub-menu-list a {
  display: block;
  transition: color 0.3s ease;
}
header .header-navigation .sub-menu-list a:hover {
  color: #0094d7;
}
header .header-navigation .sub-menu-list.is-multi {
  flex-wrap: wrap;
  width: 1050px;
  margin-left: calc(50% - 465px);
  padding: 0 !important;
  letter-spacing: -0.02em;
}
header .header-navigation .sub-menu-list.is-multi > li {
  width: 350px;
  margin: 0 0 5px;
}
header .header-navigation .sub-menu-list.is-multi .mega-sub-link {
  padding-left: 15px;
  display: inline-block;
  position: relative;
}
header .header-navigation .sub-menu-list.is-multi .mega-sub-link::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 6px;
  left: 0;
  background: #000;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .header-navigation .sub-menu-list.is-multi .mega-sub-link::before {
    top: 4px;
  }
}
header .header-navigation .is-product .sub-menu-list {
  padding-left: calc(50% - 386px);
}
header .header-language {
  margin-right: 20px;
}
header .mega-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.98);
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: auto;
  display: none;
  z-index: 3;
}
header .mega-menu-wrapper {
  min-width: 1300px;
}
header .mega-menu-inner {
  width: 780px;
  margin: 0 auto;
  overflow-y: auto;
  display: flex;
}
header .mega-list {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 200px;
}
header .mega-list.is-large {
  width: 63%;
}
header .mega-list.is-small {
  width: 37%;
  margin-top: 259px;
}
header .mega-list > li {
  margin-bottom: 33px;
}
header .mega-list a,
header .mega-list span {
  color: #fff;
}
header .mega-list a {
  cursor: pointer;
}
header .mega-list .mega-link,
header .mega-list .mega-sub-link {
  position: relative;
  display: block;
}
header .mega-list .mega-link::before,
header .mega-list .mega-sub-link::before {
  position: absolute;
  top: 1px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}
header .mega-list .drop-menu {
  margin-top: 29px;
}
header .mega-list .mega-sub-link {
  padding-left: 79px;
}
header .mega-list .mega-sub-link::before {
  content: ">>";
  left: 0;
  top: -1px;
}
header .mega-list .mega-link {
  max-width: 285px;
}
header .mega-list .mega-link::before {
  content: ">";
  right: 0;
}
header .sub-menu-list {
  margin-left: 25px;
  margin-bottom: -6px;
}
header .sub-menu-list > li {
  margin-bottom: 30px;
}
header .button-menu {
  width: 42px;
  height: 32px;
  position: relative;
  cursor: pointer;
  z-index: 100;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .button-menu {
    top: 2px;
  }
}
header .button-menu span {
  display: block;
  position: absolute;
  background: #fff;
  height: 2px;
  width: 100%;
  transition: all 0.75s;
}
header .button-menu span:nth-child(1) {
  top: 0;
}
header .button-menu span:nth-child(2) {
  top: 15px;
}
header .button-menu span:nth-child(3) {
  top: 30px;
}
header .language-list {
  margin: 0 -8px;
  display: flex;
}
header .language-list > li {
  margin: 0 8px;
}
header .language-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.26s;
}
header .language-link.is-current, header .language-link:hover {
  background-color: #000;
}
header .button-menu.is-active span {
  background: #fff;
}
header .button-menu.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
header .button-menu.is-active span:nth-of-type(2) {
  opacity: 0;
}
header .button-menu.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

.menu-link-ipad {
  position: absolute;
  z-index: 2;
  display: none;
  width: 150px;
  height: 40px;
  top: 39px;
}
.menu-link-ipad.is-devices {
  left: calc(50% - 123px);
}
.menu-link-ipad.is-product {
  left: calc(50% + 230px);
}
.menu-link-ipad.is-solution {
  left: calc(50% + 65px);
}

.is-ipad .has-sub.is-active .menu-link-ipad {
  display: none;
}

.is-ipad .menu-link-ipad {
  display: block;
}

.is-ipad .has-sub:not(.is-active) .navigation-link::after {
  width: 0;
}

.cc-deny {
  display: none;
}

footer {
  background: #fff;
}
footer .footer-container {
  padding: 32px 0 42px;
  display: flex;
  justify-content: space-between;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-container {
    padding: 34px 0 40px;
  }
}
footer .footer-logo {
  width: 121px;
  display: block;
  margin-right: 10px;
}
footer .footer-content,
footer .footer-link-list {
  display: flex;
  align-items: center;
}
footer .copyright {
  font-size: 12px;
  line-height: 2.33;
  position: relative;
  top: 4px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .copyright {
    top: 2px;
  }
}
footer .footer-link-list {
  font-size: 12px;
  line-height: 1.9;
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-link-list {
    top: -1px;
  }
}
footer .footer-link-list li {
  position: relative;
  padding: 0 20px;
}
footer .footer-link-list li::before, footer .footer-link-list li:last-child::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #000;
  top: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-link-list li::before, footer .footer-link-list li:last-child::after {
    top: -3px;
  }
}
footer .footer-link-list li::before {
  left: 0;
}
footer .footer-link-list li:last-child::after {
  right: 0;
}
footer .footer-link-list a {
  color: #000;
  display: block;
}

/* MODULES
 * ----------------------------------------------- */
.page-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2667;
  color: #004bb1;
  padding-left: 38px;
  position: relative;
}
.page-title::before {
  position: absolute;
  content: "";
  background: #004bb1;
  top: -6px;
  left: 0;
  width: 10px;
  height: calc(100% + 12px);
}

.block-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  padding-bottom: 2px;
  line-height: 2.1;
  border-bottom: 1px solid #004bb1;
  position: relative;
}
.block-title::before {
  content: "";
  position: absolute;
  background: #004bb1;
  width: 14px;
  height: 14px;
  left: 0;
  top: 11px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .block-title::before {
    top: 8px;
  }
}

.common-circle-title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 1.3125;
  margin-bottom: 17px;
}
.common-circle-title span {
  color: #004bb1;
}

.common-keyvisual {
  background: no-repeat center bottom/cover;
  display: flex;
  align-items: center;
  height: 252px;
}
.common-keyvisual.is-product {
  background-image: url(../img/product/keyvisual_img.jpg);
}
.common-keyvisual.is-solution {
  background-image: url(../img/solution/keyvisual_img.jpg);
}
.common-keyvisual.is-solution .keyvisual-title {
  margin-top: -3px;
}
.common-keyvisual .keyvisual-title {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.75;
  margin-top: 32px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.section-common-keyvisual {
  background: url(../img/contact/keyvisual_img.jpg) no-repeat center bottom/cover;
  height: 252px;
  display: flex;
  align-items: center;
}
.section-common-keyvisual .keyvisual-inner {
  margin-top: 19px;
}
.section-common-keyvisual .keyvisual-title {
  font-size: 36px;
  letter-spacing: -0.05em;
  line-height: 1.75;
  margin-bottom: 4px;
}
.section-common-keyvisual .keyvisual-content {
  font-weight: bold;
  color: #192d73;
  margin-right: 10px;
  text-align: center;
}
.section-common-keyvisual .keyvisual-contact {
  width: 265px;
  margin-right: 12px;
}
.section-common-keyvisual .keyvisual-text {
  font-size: 20px;
  line-height: 1.5;
}
.section-common-keyvisual .phone {
  font-family: "Arial", sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.75;
  color: #192d73;
  margin-bottom: -8px;
  position: relative;
}
.section-common-keyvisual .phone:before {
  position: absolute;
  content: "";
  background: url(../img/common/phone_icon.png);
  width: 33px;
  height: 51px;
  top: 50%;
  left: 0;
  margin-top: -26px;
  margin-left: -48px;
}
.section-common-keyvisual .time-text,
.section-common-keyvisual .note {
  font-weight: 500;
  line-height: 1.667;
}
.section-common-keyvisual .time-text {
  font-size: 18px;
  letter-spacing: -0.01em;
}
.is-ipad .section-common-keyvisual .time-text {
  letter-spacing: -0.05em;
}
.section-common-keyvisual .time {
  margin-left: 4px;
}
.section-common-keyvisual .note {
  letter-spacing: -0.08em;
}
.section-common-keyvisual .contact-information {
  margin-right: -20px;
}
.section-common-keyvisual.is-opportunity .keyvisual-title {
  margin-bottom: 20px;
}
.section-common-keyvisual.is-opportunity .keyvisual-sub-title {
  font-size: 24px;
}
.section-common-keyvisual.is-opportunity .keyvisual-text {
  font-size: 18px;
  line-height: 1.44;
  color: #000;
  font-weight: 500;
}
.section-common-keyvisual.is-opportunity .keyvisual-inner {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}
.section-common-keyvisual.is-opportunity .keyvisual-content {
  text-align: left;
}
.section-common-keyvisual.is-opportunity .keyvisual-contact {
  margin-top: 15px;
}

@media only screen and (max-width: 1920px) {
  .section-common-keyvisual {
    background-size: auto auto;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .common-keyvisual {
    padding-top: 10px;
  }
}
.solution-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px 202px;
}
.solution-list > li {
  width: 430px;
  margin: 0 30px 50px;
}
.solution-list .solution-link {
  position: relative;
  display: block;
  height: 100%;
  transition: transform 0.3s ease;
}
.solution-list .solution-link::after {
  content: "";
  position: absolute;
  width: 417px;
  height: 37px;
  background: url(../img/solution/shadow_img.png) no-repeat center center/100% auto;
  bottom: -22px;
  left: 50%;
  margin-left: -208px;
  z-index: -1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.solution-list .solution-link:hover {
  transform: translateY(14px);
}
.solution-list .solution-link:hover::after {
  opacity: 0;
  visibility: hidden;
}
.solution-list .item-content {
  background: #0094d7;
  border: 2px solid #0094d7;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 10px 9px 1px;
}
.solution-list .item-inner {
  display: flex;
}

.big-title {
  font-size: 24px;
  line-height: 1.1667;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.025em;
  display: flex;
  align-items: center;
  min-height: 56px;
  margin-bottom: -2px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .big-title {
    margin-top: 4px;
    margin-bottom: -4px;
    font-size: 24px !important;
  }
  .big-title:after {
    content: "";
    min-height: inherit;
    font-size: 0;
  }
}

.solution-image {
  width: 120px;
  margin-right: 20px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solution-content {
  width: calc(100% - 140px);
  padding: 12px 5px 14px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .solution-content {
    padding: 14px 5px 11px 0;
  }
}

.solution-title,
.link-tag,
.series {
  color: #fff;
  font-weight: bold;
}

.series {
  letter-spacing: -0.05em;
  line-height: 1.43;
  margin-bottom: -2px;
}

.solution-title {
  letter-spacing: -0.07em;
  font-size: 18px;
  line-height: 1.1;
  display: block;
  margin-right: -10px;
  margin-bottom: 2px;
}

.link-tag {
  letter-spacing: -0.12em;
  display: inline-block;
  text-align: center;
  background: #cdd6dd;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  padding: 2px 11px;
  min-width: 50px;
  transition: background 0.3s ease;
}
.link-tag.is-blue {
  background: #004bb1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .link-tag {
    padding: 5px 11px 0;
  }
}

a.link-tag:hover {
  background: #004bb1;
}

.solution-tag-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -5px;
}
.solution-tag-list li {
  margin: 0 6px -3px;
}

.section-common-contact {
  background: #192d73;
  padding: 52px 0 55px;
}
.section-common-contact .contact-title,
.section-common-contact .contact-text,
.section-common-contact .contact-caption {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.section-common-contact .contact-title {
  font-size: 28px;
  line-height: 1.38;
  margin-bottom: 4px;
}
.section-common-contact .contact-text {
  font-size: 18px;
  margin-bottom: 24px;
}
.section-common-contact .contact-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 2px;
}
.section-common-contact .contact-list li {
  width: 25%;
  padding: 0 10px;
}
.section-common-contact .contact-list a {
  display: block;
}
.section-common-contact .contact-list .contact-image img {
  display: block;
  width: 104px;
  margin: 0 auto;
}
.section-common-contact .contact-list .contact-caption {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 12px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-common-contact .contact-list .contact-caption::after {
    content: "";
    min-height: inherit;
    font-size: 0;
  }
}
.section-common-contact .contact-list .is-contact-us .contact-caption {
  margin-top: 20px;
}

.button-common {
  width: 380px;
  height: 50px;
  font-size: 26px;
  line-height: 1.46;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #409ad6;
  border-radius: 7px;
  font-weight: bold;
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button-common {
    padding-top: 8px;
  }
}
.button-common.is-white {
  color: #0094d7;
  background: #fff;
  border: 1px solid #0094d7;
}

.wow {
  visibility: hidden;
}

/* COMMON ANIMATION
 * ----------------------------------------------- */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

.skv-animate {
  visibility: hidden;
}

.skv-passed {
  visibility: visible !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* PAGE
 * ----------------------------------------------- */
.section-top-solution {
  padding: 78px 0 72px;
}

.section-solution {
  padding: 58px 0 84px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-solution .block-title {
    padding-bottom: 0;
  }
}
.section-solution.is-first {
  padding: 58px 0 72px;
}
.section-solution.is-second {
  padding: 64px 0 88px;
}
.section-solution.is-second .block-text {
  margin-bottom: 35px;
}
.section-solution.is-second .blue-box {
  padding: 16px 40px 15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-solution.is-second .blue-box {
    padding: 19px 40px 12px;
  }
}
.section-solution.is-second .related-product {
  margin-bottom: 72px;
}
.section-solution.is-third {
  padding: 58px 0 89px;
}
.section-solution.is-third .block-text {
  margin-bottom: 30px;
}
.section-solution.is-third .block-content {
  margin-bottom: 47px;
}
.section-solution.is-third .blue-box {
  margin-bottom: 32px;
}
.section-solution.is-third .related-product {
  margin-bottom: 92px;
}
.section-solution.is-fourth {
  padding: 64px 0 88px;
}
.section-solution.is-fourth .block-text {
  margin-bottom: 32px;
}
.section-solution.is-fourth .related-product {
  margin-bottom: 90px;
}
.section-solution.is-solution-temp .block-image {
  width: 862px;
}
.section-solution.is-solution-temp .page-title {
  min-height: 76px;
}
.section-solution.is-solution-temp .content-two-column .block-title {
  margin-bottom: 21px;
}
.section-solution.is-solution-temp .content-two-column .text {
  line-height: 1.72;
}
.section-solution.is-solution-temp .content-two-column .block-text {
  padding-right: 10px;
  margin-bottom: 4px;
}
.section-solution.is-solution-temp .content-two-column .column-image {
  margin-top: 10px;
}
.section-solution.is-solution-temp .block-image {
  margin: 0 auto 54px;
}
.section-solution.is-solution-temp .block-image img {
  margin-left: 0;
}
.section-solution.is-solution-temp .blue-box {
  margin-bottom: 73px;
}
.section-solution.is-solution-temp .block-content.is-example {
  margin-bottom: 48px;
}
.section-solution.is-first .block-image {
  width: 717px;
}
.section-solution.is-first .block-text {
  margin-bottom: 58px;
}
.section-solution.is-first .image-caption {
  margin-top: 23px;
  margin-bottom: 7px;
}
.section-solution.is-first .image-caption .text {
  margin-left: -37px;
}
.section-solution.is-first .block-content {
  margin-bottom: 46px;
}
.section-solution.is-first .block-image img {
  margin-left: -11px;
}
.section-solution.is-first .summary-image-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -36px;
  margin-right: -58px;
}
.section-solution.is-first .summary-image-list > li {
  width: 184px;
  margin: 0 58px;
}
.section-solution.is-first .summary-image-list .block-image {
  width: 100%;
}
.section-solution.is-first .summary-image-list .caption-text {
  margin-bottom: 16px;
  letter-spacing: -0.01em;
  line-height: 1.43;
}
.section-solution.is-first .summary-image-list .caption-text span {
  display: inline-block;
}
.section-solution.is-first .summary-image-list .caption-text span.is-padding {
  padding-left: 0.9em;
  text-indent: -0.9em;
}
.section-solution .column-content {
  margin-bottom: 40px;
}
.section-solution .column-common-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.01em;
  padding-left: 18px;
  margin-bottom: 20px;
  position: relative;
}
.section-solution .column-common-title::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #231815;
  left: 0;
  top: 6px;
}
.section-solution.is-second .wrapper {
  width: 910px;
}
.section-solution.is-third .blue-box {
  padding: 30px 34px 26px;
}
.section-solution.is-third .image-content.is-small {
  width: 296px;
  margin: 0 auto;
}
.section-solution.is-fourth .common-circle-title {
  margin-bottom: 15px;
}
.section-solution.is-fourth .overview-image.is-second-image {
  width: 500px;
  margin: 0 auto;
}
.section-solution.is-fourth .overview-image.is-third-image {
  width: 368px;
}
.section-solution.is-fourth .overview-sub-list {
  display: flex;
  margin: 0 -68px 22px;
}
.section-solution.is-fourth .overview-sub-list > li {
  width: 320px;
  margin: 0 68px;
  padding: 0;
  position: relative;
}
.section-solution.is-fourth .overview-sub-list > li:not(:last-child)::after {
  content: "";
  position: absolute;
  background: url(../img/common/arrow_icon_big.png) no-repeat center center/100% auto;
  top: 50%;
  right: -95px;
  width: 50px;
  height: 80px;
  margin-top: -27px;
}
.section-solution.is-fourth .sub-title,
.section-solution.is-fourth .sub-caption {
  letter-spacing: -0.01em;
}
.section-solution.is-fourth .sub-title {
  margin-bottom: 5px;
  margin-top: -4px;
  margin-left: 54px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-solution.is-fourth .sub-title {
    margin-bottom: 3px;
  }
}
.section-solution.is-fourth .sub-caption {
  font-weight: bold;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: 1px;
}
.section-solution .process-image-list {
  margin: 0 -50px;
}
.section-solution .process-image-list > li {
  position: relative;
  margin: 0 50px;
  margin: 0 50px;
  width: 400px;
}
.section-solution .process-image-list > li:first-child:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 30px 40px;
  border-color: transparent transparent transparent #bfbfbf;
  top: 50%;
  margin-top: -10px;
  right: -120px;
}
.section-solution .process-image-list .item-title {
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
}
.section-solution .process-image-list,
.section-solution .application-example-image {
  display: flex;
  flex-wrap: wrap;
}
.section-solution .application-example-image {
  margin: 0 -30px;
}
.section-solution .application-example-image li {
  margin: 0 30px;
}
.section-solution .application-example-image li:nth-child(1) {
  width: 500px;
}
.section-solution .application-example-image li:nth-child(2) {
  width: 245px;
  margin-left: 90px;
}
.section-solution .application-example-image li:nth-child(2) .process-image {
  margin-top: 50px;
}
.section-solution .wrapper {
  width: 900px;
}
.section-solution .page-title {
  margin-bottom: 20px;
  min-height: 70px;
  display: flex;
  align-items: center;
}
.section-solution .page-title::before {
  top: 2px;
  height: calc(100% - 5px);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-solution .page-title::before {
    top: -4px;
  }
}
.section-solution .solution-series {
  font-size: 22px;
  font-weight: bold;
  color: #004bb1;
  margin-bottom: 15px;
  padding-left: 40px;
}
.section-solution .sub-common-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.section-solution .notice-text {
  font-weight: 500;
  text-align: right;
}
.section-solution .solution-tag-list {
  margin-bottom: 29px;
}
.section-solution .solution-tag-list li {
  margin-bottom: 12px;
}
.section-solution .solution-tag-list .link-tag {
  font-size: 15px;
  min-width: 60px;
  padding: 5px 9px;
  border-radius: 8px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-solution .solution-tag-list .link-tag {
    padding: 8px 9px 2px;
  }
}
.section-solution .block-content {
  margin-bottom: 44px;
}
.section-solution .is-example .block-text {
  margin-bottom: 21px;
}
.section-solution .block-title {
  margin-bottom: 20px;
}
.section-solution .block-text {
  margin-bottom: 60px;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.section-solution .block-image {
  width: 761px;
  margin: 0 auto 7px;
}
.section-solution .image-caption {
  text-align: center;
  margin-top: 32px;
  letter-spacing: -0.01em;
  font-weight: bold;
}
.section-solution .image-caption .text {
  text-align: left;
  display: inline-block;
  margin-left: -64px;
}
.section-solution .blue-box {
  background: #d3edfb;
  padding: 30px 40px 26px;
}
.section-solution .blue-box.is-center {
  text-align: center;
}
.section-solution .blue-box .box-inner {
  text-align: left;
  display: inline-block;
  margin-left: -10px;
}
.section-solution .blue-box .box-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
}
.section-solution .box-text {
  line-height: 1.86;
  letter-spacing: -0.013em;
  font-weight: bold;
}
.section-solution .block-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.section-solution .block-list > li {
  width: 33.33%;
  padding: 0 30px;
}
.section-solution .block-list .list-text {
  letter-spacing: -0.01em;
  font-weight: bold;
  margin-bottom: 5px;
  min-height: 72px;
}
.section-solution .is-related .block-title {
  margin-bottom: 0;
}
.section-solution .related-product {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 68px;
  position: relative;
}
.section-solution .related-product:after {
  position: absolute;
  content: "";
  top: 20px;
  bottom: 20px;
  left: 50%;
  background: #898989;
  width: 1px;
}
.section-solution .related-product.is-one::after {
  display: none;
}
.section-solution .related-product > li {
  width: 50%;
  padding: 25px 10px 25px 40px;
  position: relative;
}
.section-solution .related-product > li:nth-child(odd):before {
  position: absolute;
  content: "";
  background: #898989;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 1px;
}
.section-solution .related-product.is-three > li:last-child::before, .section-solution .related-product.is-three > li:nth-last-child(2)::before {
  display: none;
}
.section-solution .related-product a {
  display: flex;
  align-items: center;
}
.section-solution .product-related-image {
  width: 110px;
  margin-right: 29px;
}
.section-solution .product-name {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  width: calc(100% - 140px);
}
.section-solution .product-name span {
  display: inline-block;
  position: relative;
  padding-right: 35px;
}
.section-solution .product-name span::after {
  content: ">";
  position: absolute;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  top: 50%;
  right: 0;
  margin-top: -17px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-solution .product-name {
    margin-top: 5px;
  }
}
.section-solution .wrap-link {
  margin-bottom: 43px;
  text-align: center;
}
.section-solution .link-download,
.section-solution .link-back {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.72;
  color: #0094d7;
  display: inline-block;
  position: relative;
}
.section-solution .link-download::after,
.section-solution .link-back::after {
  position: absolute;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  top: 50%;
  margin-top: -19px;
}
.section-solution .link-download {
  padding-right: 38px;
  margin-bottom: 30px;
}
.section-solution .link-download::after {
  content: ">";
  right: 0;
}
.section-solution .link-back {
  padding-left: 38px;
}
.section-solution .link-back::after {
  content: "<";
  left: 0;
}
.section-solution .block-two-column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.section-solution .big-column {
  width: 440px;
}
.section-solution .small-column {
  width: 370px;
}
.section-solution .small-column .column-image {
  margin-bottom: 22px;
}
.section-solution .small-column .information {
  font-weight: 500;
  letter-spacing: -0.01em;
}
.section-solution .column-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 30px;
}
.section-solution .column-title span {
  color: #004bb1;
  margin-right: 5px;
}
.section-solution .example-content {
  display: flex;
  margin-right: 10px;
}
.section-solution .example-content .block-text {
  width: calc(100% - 616px);
}
.section-solution .example-content .example-image {
  width: 536px;
  margin-left: 80px;
  margin-top: 5px;
}
.section-solution .block-image-container {
  width: 800px;
  margin: 0 auto;
}
.section-solution .block-image-container .block-image-content {
  margin-bottom: 25px;
}
.section-solution .block-image-container .image-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
}
.section-solution .overview-list {
  width: 800px;
  margin-left: 71px;
  margin-right: -19px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.section-solution .overview-list li {
  margin-bottom: 28px;
  width: 100%;
  padding: 0 19px;
}
.section-solution .overview-list .is-two {
  width: 50%;
}
.section-solution .process-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -20px 36px 11px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.43;
}
.section-solution .process-list > li {
  margin: 0 74px;
  position: relative;
}
.section-solution .process-list > li:not(:last-child):after {
  position: absolute;
  content: "";
  background: url(../img/common/triangle_icon.png) no-repeat center center/100% auto;
  width: 20px;
  height: 31px;
  right: -103px;
  top: 50%;
  margin-top: -13px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-solution .process-list > li:not(:last-child):after {
    margin-top: -18px;
  }
}
.section-solution .process-list > li:nth-child(1) {
  top: 2px;
}
.section-solution .process-list > li:nth-child(1)::after {
  margin-top: -15px;
}
.section-solution .process-list > li:nth-child(2) {
  left: 14px;
}
.section-solution .process-list > li:nth-child(2)::after {
  right: -89px;
}
.section-solution .process-content {
  width: 600px;
  margin: 0 auto;
}
.section-solution .process-image {
  margin-bottom: 36px;
}
.section-solution.is-fifth {
  padding: 64px 0 89px;
}
.section-solution.is-fifth .block-image {
  width: 648px;
  margin: 0 auto;
}
.section-solution.is-fifth .block-text {
  margin-bottom: 26px;
}
.section-solution.is-fifth .blue-box {
  padding: 19px 40px 18px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-solution.is-fifth .blue-box {
    padding: 22px 40px 15px;
  }
}
.section-solution.is-fifth .box-text {
  letter-spacing: -0.01em;
}
.section-solution.is-fifth .block-content {
  margin-bottom: 54px;
}
.section-solution.is-fifth .is-example {
  margin-bottom: 80px;
}
.section-solution.is-fifth .related-product {
  margin-bottom: 92px;
}
.section-solution .content-two-column {
  display: flex;
  margin-bottom: 30px;
}
.section-solution .content-two-column .column-image {
  width: 413px;
  margin-right: 28px;
  padding-right: 12px;
}
.section-solution .content-two-column .block-text {
  width: calc(100% - 441px);
  line-height: 1.5;
}
.section-solution .content-two-column .block-text p + p {
  margin-top: 24px;
}
.section-solution .content-two-column .block-text .is-bold {
  font-weight: bold;
}
.section-solution.is-sixth .image-title, .section-solution.is-seventh .image-title, .section-solution.is-eighth .image-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.01em;
}
.section-solution.is-sixth .image-title.is-margin, .section-solution.is-seventh .image-title.is-margin, .section-solution.is-eighth .image-title.is-margin {
  margin-bottom: 20px;
}
.section-solution.is-sixth .column, .section-solution.is-seventh .column, .section-solution.is-eighth .column {
  margin-bottom: 40px;
  position: relative;
}
.section-solution.is-sixth .column-image-caption, .section-solution.is-seventh .column-image-caption, .section-solution.is-eighth .column-image-caption {
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
}
.section-solution.is-sixth .overview-list, .section-solution.is-seventh .overview-list, .section-solution.is-eighth .overview-list {
  margin: 0 -15px;
  width: auto;
}
.section-solution.is-sixth .overview-list > li, .section-solution.is-seventh .overview-list > li, .section-solution.is-eighth .overview-list > li {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 50px;
}
.section-solution.is-sixth .overview-list > li .overview-image, .section-solution.is-seventh .overview-list > li .overview-image, .section-solution.is-eighth .overview-list > li .overview-image {
  width: 688px;
  margin: 0 auto;
}
.section-solution.is-sixth .overview-list > li .overview-image.is-large, .section-solution.is-seventh .overview-list > li .overview-image.is-large, .section-solution.is-eighth .overview-list > li .overview-image.is-large {
  width: 900px;
}
.section-solution.is-sixth .overview-list > li .overview-image.is-triangle, .section-solution.is-seventh .overview-list > li .overview-image.is-triangle, .section-solution.is-eighth .overview-list > li .overview-image.is-triangle {
  margin-bottom: 75px;
}
.section-solution.is-sixth .overview-list > li.is-two, .section-solution.is-seventh .overview-list > li.is-two, .section-solution.is-eighth .overview-list > li.is-two {
  width: 50%;
}
.section-solution.is-sixth .overview-list > li.is-two .overview-image, .section-solution.is-seventh .overview-list > li.is-two .overview-image, .section-solution.is-eighth .overview-list > li.is-two .overview-image {
  width: 445px;
}
.section-solution.is-sixth .overview-list.is-sub, .section-solution.is-seventh .overview-list.is-sub, .section-solution.is-eighth .overview-list.is-sub {
  padding-bottom: 0;
}
.section-solution.is-sixth .overview-list.is-sub > li, .section-solution.is-seventh .overview-list.is-sub > li, .section-solution.is-eighth .overview-list.is-sub > li {
  margin-bottom: 0;
}
.section-solution.is-sixth .blue-box, .section-solution.is-seventh .blue-box, .section-solution.is-eighth .blue-box {
  margin-bottom: 35px;
}
.section-solution.is-sixth .blue-box .overview-image, .section-solution.is-seventh .blue-box .overview-image, .section-solution.is-eighth .blue-box .overview-image {
  margin: 0 auto;
}
.section-solution.is-sixth .blue-box .is-full, .section-solution.is-seventh .blue-box .is-full, .section-solution.is-eighth .blue-box .is-full {
  width: 100%;
}
.section-solution.is-sixth .blue-box .is-full .overview-image, .section-solution.is-seventh .blue-box .is-full .overview-image, .section-solution.is-eighth .blue-box .is-full .overview-image {
  width: 525px;
}
.section-solution.is-sixth .column-caption, .section-solution.is-seventh .column-caption, .section-solution.is-eighth .column-caption {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.section-solution.is-sixth .caption, .section-solution.is-seventh .caption, .section-solution.is-eighth .caption {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.section-solution.is-seventh .overview-image.is-triangle {
  margin: 0 auto 100px;
  position: relative;
}
.section-solution.is-seventh .overview-image.is-triangle::after {
  content: "";
  position: absolute;
  border-width: 40px;
  border-style: solid;
  border-color: #b0c6eb transparent transparent transparent;
  bottom: -100px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 40px;
}

.reference-download {
  font-size: 20px;
  margin-left: 28px;
  line-height: 1.9;
}

.reference-download {
  padding-top: 16px;
}
.reference-download > li {
  margin-bottom: 2px;
}

/*2021.0122 plus */
.application-example2 {
  display: flex;
  align-items: center;
}

.box-link2 {
  border: 13px solid #4472c4;
  padding: 20px;
  width: 355px;
}

.block-sub-title2 {
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 11px;
  position: relative;
}

.block-sub-title2::before {
  content: "";
  position: absolute;
  background: #004bb1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 0;
  top: 6px;
}

.box-link2 .trans {
  font-weight: bold;
  margin-top: 10px;
  display: block;
  color: #409ad6;
}

.application-example2 .application-image2 {
  width: 530px;
  margin-right: 20px;
}

/*# sourceMappingURL=solution.css.map */
