@charset "UTF-8";
/*! sanitize.css v6.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 4. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  line-height: 1.15;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  word-break: break-word;
  /* 4 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule in Firefox.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: disabled;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*-------------------------------------------

Reset

--------------------------------------------*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/*form*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-ms-expand {
  display: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 20px 0 0 20px;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (max-width: 48em) {
  .slick-list {
    border-radius: 15px 0 0 15px;
  }
}
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/***************
common
***************/
html {
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body {
  color: #333333;
  -webkit-print-color-adjust: exact;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"游ゴシック","Yu Gothic",'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}
body a {
  transition: opacity .3s ease;
  text-decoration: none;
  color: #023f98;
}
body a:hover {
  color: #023f98;
  text-decoration: underline;
}
body img {
  transition: 0.3s;
  display: block;
  max-width: 100%;
  width: auto;
}

/***************
pc
***************/
body {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400 !important;
  background: #eaf5fb;
  color: #023f98 !important;
  font-size: 14px;
}

a {
  color: #023f98;
  transition: .3s;
}
a:hover {
  color: #023f98;
  text-decoration: none !important;
  transition: .3s;
}

.flexBox {
  display: flex;
}

.contactBtn {
  position: relative;
  display: block;
  width: 121px;
  background: #023f98;
  color: #fff !important;
  font-weight: 500;
  border-radius: 50px;
  text-align: center;
  padding: 7px 0;
  transition: .3s;
  font-size: 12px;
  border: solid 1px #023f98;
  z-index: 10;
  overflow: hidden;
}
.contactBtn:hover {
  background: none;
  border: solid 1px #023f98;
  color: #023f98 !important;
}

.loginBtn {
  position: relative;
  display: block;
  width: 121px;
  color: #023f98 !important;
  font-weight: 500;
  border: solid 1px #023f98;
  border-radius: 50px;
  text-align: center;
  padding: 7px 0;
  font-size: 12px;
  z-index: 10;
  overflow: hidden;
  margin: 0 0 0 9px;
}
.loginBtn:hover {
  background: #023f98;
  border: solid 1px #023f98;
  color: #fff !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 42px 60px 37px 60px;
  margin: 0 auto 11px;
  z-index: 999;
  transition: .3s;
}
header.on {
  background: #FFF;
  padding: 8px 60px 12px 60px;
}
header.on .leftBox {
  width: 165px;
}
header.on .rightBox .menu_set .megaMenu {
  top: 54px;
}
header .flexBox {
  justify-content: space-between;
  align-items: center;
}
header .leftBox {
  width: 225px;
  transition: .3s;
}
header .rightBox .menu_set {
  display: flex;
  min-width: 77%;
  justify-content: flex-end;
  z-index: 5;
  padding-top: 3px;
}
header .rightBox .menu_set nav {
  display: flex;
  align-items: center;
  margin: 0 31px 0 0;
}
header .rightBox .menu_set ul {
  display: flex;
}
header .rightBox .menu_set ul li {
  margin: 0 29px 0 0;
}
header .rightBox .menu_set ul li:last-child {
  margin: 0 0 0;
}
header .rightBox .menu_set ul li a {
  font-weight: 500;
  position: relative;
  padding-bottom: 14px;
}
header .rightBox .menu_set ul li a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #023f98;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .3s;
  opacity: 0;
}
header .rightBox .menu_set ul li a:hover::after {
  opacity: 1;
}
header .rightBox .menu_set .megaMenu {
  display: flex;
  position: absolute;
  width: 100%;
  top: 85px;
  left: 0;
  background: #fff;
  display: none;
}
header .rightBox .menu_set .megaMenu ul {
  max-width: 1200px;
  margin: 0 auto;
}
header .rightBox .menu_set .megaMenu ul li {
  width: 25%;
  margin: 46px 0;
}
header .rightBox .menu_set .megaMenu ul li:last-child a {
  border-right: none;
}
header .rightBox .menu_set .megaMenu ul li a {
  display: block;
  padding: 9px 0 3px;
  border-right: solid 1px #e5ebf4;
  text-align: center;
}
header .rightBox .menu_set .megaMenu ul li a::after {
  display: none;
}
header .rightBox .menu_set .megaMenu ul li a:hover span::after {
  opacity: 1;
}
header .rightBox .menu_set .megaMenu ul li a img {
  width: 76px;
  display: block;
  margin: 0 auto 20px;
}
header .rightBox .menu_set .megaMenu ul li a span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 12px 0;
}
header .rightBox .menu_set .megaMenu ul li a span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #023f98;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: .3s;
  opacity: 0;
}
header .rightBox .menu_set .megaMenu ul li a p {
  text-align: justify;
  font-size: 13px;
  font-weight: 400;
  padding: 0 50px;
  word-break: break-all;
}
header .rightBox .menu_set .btnArea {
  display: flex;
  justify-content: space-between;
}
header .rightBox .menu_set .btnArea .loginBtn,
header .rightBox .menu_set .btnArea .contactBtn {
  height: 34px;
}
header .rightBox .menu_set .middleBox {
  display: none;
}
header .rightBox .btn-trigger {
  display: none;
}

h4 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 0 26px;
}

.pageTop {
  right: 20px;
  z-index: 5;
  width: 46px;
  height: 46px;
  border: solid 2px #023f98;
  border-radius: 50px;
  background: #023f98;
}
.pageTop::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 11px;
  width: 20px;
  height: 1px;
  background: #FFF;
}
.pageTop::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pageTop:hover {
  background: #FFF;
}
.pageTop:hover::before {
  background: #023f98;
}
.pageTop:hover::after {
  border-top: 2px solid #023f98;
  border-right: 2px solid #023f98;
}
  .pageTop.education {
    outline: 3px solid #dee6ea;
  }

footer {
  background: #192c65;
  color: #fff;
  padding: 79px 0 0;
}
footer .topBlock {
  display: flex;
  margin: 0 0 112px;
  padding: 0 60px;
  justify-content: space-between;
  align-items: center;
}
footer .topBlock > a {
  width: 16%;
  max-width: 226px;
  min-width: 165px;
}
footer .topBlock > img {
  width: 16%;
  max-width: 226px;
  min-width: 165px;
}
footer .topBlock .topBlockRight {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
footer .topBlock .topBlockRight .contactBtn,
footer .topBlock .topBlockRight .loginBtn {
  height: 34px;
}
footer .topBlock .topBlockRight .contactBtn:hover {
  border: solid 1px #FFF;
  background: #FFF;
}
footer .topBlock ul {
  display: flex;
  justify-content: flex-end;
  padding: 10px 30px 0 0;
}
footer .topBlock ul li {
  position: relative;
  margin: 0 0 0 29px;
}
footer .topBlock ul li:first-child {
  margin-left: 0;
}
footer .topBlock ul li a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  display: block;
  border: none;
  padding: 0 0 0;
  position: relative;
}
footer .topBlock ul li a::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  transition: .3s;
  opacity: 0;
  bottom: -6px;
  left: 0;
}
footer .topBlock ul li a:hover::after {
  opacity: 1;
  transition: .3s;
}
footer .topBlock .subArea {
  flex-direction: column;
  position: absolute;
  top: 27px;
  left: 3px;
  width: 230%;
  line-height: 130%;
}
footer .topBlock .subArea li {
  margin: 0 0 6px;
}
footer .topBlock .subArea li a {
  display: inline-block;
  font-size: 12px;
  color: #7681a2 !important;
}
footer .topBlock .subArea li a::after {
  content: "";
  position: absolute;
  background: #7681a2;
  width: 100%;
  height: 1px;
  transition: .3s;
  opacity: 0;
  bottom: -4px;
  left: 0;
}
footer .topBlock .flexBox {
  justify-content: space-between;
  padding: 5px 0 0 0;
}
footer .topBlock .contactBtn {
  font-size: 12px;
  width: 121px;
  border: solid 1px #023f98;
}
footer .topBlock .loginBtn {
  font-size: 12px;
  width: 121px;
  border: solid 1px #53618b;
  background: none;
  color: #fff !important;
  transition: .3s;
}
footer .topBlock .loginBtn:hover {
  background: #023f98;
  border: solid 1px #023f98;
  color: #fff !important;
}
footer .middleBox {
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 0 22px;
}
footer .middleBox a {
  display: block;
}
footer .middleBox a:hover {
  opacity: 0.6;
}
footer .middleBox a img {
  width: 149px;
  margin: 0 0 10px;
}
footer .middleBox span {
  font-size: 11px;
  color: #7681a2;
}
footer .bottomBlock {
  display: flex;
  justify-content: space-between;
  max-width: inherit;
  margin: 0 auto;
  border-top: solid 1px #2f4177;
  padding: 19px 0 42px;
  margin: 0 60px;
}
footer .bottomBlock ul {
  display: flex;
  margin: 2px 0 0 2px;
}
footer .bottomBlock ul li {
  background: none;
  border: none;
  width: inherit;
  padding: 0 0 0 0;
  margin: 0 17px 0 0;
  border-radius: 0;
  position: relative;
}
footer .bottomBlock ul li::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #7681a2;
  position: absolute;
  top: 20%;
  right: -8px;
}
footer .bottomBlock ul li:last-child::after {
  display: none;
}
footer .bottomBlock ul li a {
  display: block;
  border: none;
  color: #7681a2 !important;
  font-size: 12px;
  padding: 0 0 0;
  position: relative;
}
footer .bottomBlock ul li a::after {
  content: "";
  position: absolute;
  background: #7681a2;
  width: 100%;
  height: 1px;
  transition: .3s;
  opacity: 0;
  bottom: -4px;
  left: 0;
}
footer .bottomBlock ul li a:hover {
  border: none;
}
footer .bottomBlock ul li a:hover::after {
  opacity: 1;
  transition: .3s;
}
footer small {
  font-size: 11px;
  letter-spacing: 0.1px;
  color: #55628c;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@media print {
  header,
  footer {
    display: none;
  }
}
.mainVisual {
  padding-top: 126px;
  display: flex;
  flex-direction: column;
  width: calc( 100% - 60px);
  margin: 0 0 133px auto;
  position: relative;
}
.mainVisual::before {
  display: block;
  content: "";
  width: 394px;
  height: 309px;
  background: url(../img/ac_img.png) no-repeat;
  background-size: 394px;
  position: absolute;
  left: 110px;
  top: 38px;
  z-index: 2;
  pointer-events: none;
}
.mainVisual h2 {
  position: relative;
  font-size: 50px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1.28;
  letter-spacing: 0.2em;
}
.mainVisual p {
  position: relative;
  font-size: 19px;
  font-weight: 500;
  line-height: 205%;
  letter-spacing: 1.8px;
  padding: 0 0 0 5px;
  transition-delay: .5s;
}
.mainVisual .leftBox {
  position: absolute;
  width: 100%;
  top: 489px;
  left: 0;
}
.mainVisual .rightBox {
  width: 100%;
  height: 630px;
  z-index: 1;
}
.mainVisual .rightBox .mainSlider {
  margin-left: 285px;
}
.mainVisual .rightBox .mainSlider .sliderImage {
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 630px;
}
.mainVisual .rightBox .mainSlider .sliderImage img {
  display: none;
}
.mainVisual .rightBox .mainSlider .sliderImage a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen  and (min-width: 81em) {
  .mainVisual .leftBox {
    width: 50%;
  }
  .mainVisual .rightBox .mainSlider {
    margin-left: 0;
    width: 98%;
  }
  .mainVisual .rightBox .mainSlider .sliderImage {
    background-size: contain !important;
  }
}
.mainVisual .textArea {
  margin: 0 0 45px;
}
.mainVisual .textArea, .mainVisual .bottomArea {
  padding: 0 0 0 46px;
  position: relative;
  /* min-width: 520px; */
  min-width: 525px;
  z-index: 10;
}
.mainVisual .bottomArea {
  transition-delay: 1s;
  z-index: 10;
}
.mainVisual .bottomArea a {
  display: block;
  width: 354px;
  border-radius: 50px;
  background: #023f98;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: relative;
  transition: .3s;
  z-index: 10;
  overflow: hidden;
  color: #fff;
  border: 2px solid #023f98;
}
.mainVisual .bottomArea a span {
  display: block;
  padding: 20px 0 21px 34px;
  /* padding: 20px 20px 21px 0; */
  background: url(../img/fude_icon.png) no-repeat left 85px center;
  background-size: 15px;
}
.mainVisual .bottomArea a::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 36px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mainVisual .bottomArea a:hover {
  background: #fff;
  color: #023f98 !important;
  border: 2px solid #023f98;
}
.mainVisual .bottomArea a:hover span {
  background: url(../img/fude_icon_hover.png) no-repeat left 85px center;
  background-size: 15px;
}
.mainVisual .bottomArea a:hover::after {
  border-top: 2px solid #023f98;
  border-right: 2px solid #023f98;
}
.mainVisual.animation h2,
.mainVisual.animation p,
.mainVisual.animation .bottomArea {
  left: -50px;
  opacity: 0;
  transition-duration: 1s;
}
.mainVisual.animation_on h2,
.mainVisual.animation_on p,
.mainVisual.animation_on .bottomArea {
  left: 0px;
  opacity: 1;
}

.fixedBtn {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 146px;
  z-index: 50;
  width: 47px;
}
.fixedBtn .yellowBtn {
  display: block;
  background: url(../img/fixed_icon_ye.png) no-repeat center top 21px #fff;
  background-size: 14px;
  border-radius: 15px 0 0 15px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 50px 11px 21px;
  margin: 0 0 8px;
  font-size: 15px;
  transition: .3s;
  border-top: solid 2px #023f98;
  border-left: solid 2px #023f98;
  border-bottom: solid 2px #023f98;
}
.fixedBtn .yellowBtn:hover {
  background: url(../img/fixed_icon_wh.png) no-repeat center top 21px #023f98;
  background-size: 14px;
  color: #fff !important;
  border-top: solid 2px #023f98;
  border-left: solid 2px #023f98;
  border-bottom: solid 2px #023f98;
}
.fixedBtn .blueBtn {
  display: block;
  background: url(../img/fixed_icon_wh.png) no-repeat center top 20px #023f98;
  background-size: 14px;
  border-radius: 15px 0 0 15px;
  color: #fff !important;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 50px 11px 21px;
  font-size: 15px;
  transition: .3s;
  border-top: solid 2px #023f98;
  border-left: solid 2px #023f98;
  border-bottom: solid 2px #023f98;
}
.fixedBtn .blueBtn:hover {
  background: url(../img/fixed_icon_ye.png) no-repeat center top 20px #fff;
  background-size: 14px;
  color: #023f98 !important;
  border-top: solid 2px #023f98;
  border-left: solid 2px #023f98;
  border-bottom: solid 2px #023f98;
}

.conceptBlock {
  background: url(../img/concept_bg.png) no-repeat bottom center;
  background-size: cover;
  border-radius: 20px;
  padding: 152px 0 88px;
  margin: 0 40px;
  position: relative;
}
.conceptBlock h3 {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 0 53px -5px;
}
.conceptBlock h3::before {
  display: block;
  content: "";
  background: url(../img/h3_icon.png) no-repeat;
  background-size: 100%;
  width: 49px;
  height: 41px;
  position: absolute;
  top: -57px;
  left: -9px;
  right: 0;
  margin: auto;
}
.conceptBlock h3::after {
  display: block;
  content: "";
  background: #fff700;
  width: 48px;
  height: 4px;
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  margin: auto;
}
.conceptBlock h3 img {
  width: 214px;
  margin: 0 auto;
}
.conceptBlock h3 span {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0px;
}
.conceptBlock h4 {
  font-size: 37px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  line-height: 159%;
  margin: 0 0 15px;
}
.conceptBlock .topBlock {
  padding-left: 10px;
}
.conceptBlock .topBlock h3, .conceptBlock .topBlock h4 {
  position: relative;
  z-index: 1;
}
.conceptBlock .topBlock p {
  position: relative;
  text-align: center;
  line-height: 210%;
  margin: 0 0 46px;
  font-size: 17px;
  z-index: 1;
}
.conceptBlock .topBlock .imageBlock {
  position: relative;
  z-index: 0;
}
.conceptBlock .topBlock .imageBlock::before {
  content: "";
  display: block;
  background: url(../img/bird_bt.png) no-repeat;
  background-size: 100%;
  width: 629px;
  height: 398px;
  position: absolute;
  left: -28px;
  bottom: -31px;
  z-index: -1;
}
.conceptBlock .topBlock .imageBlock::after {
  content: "";
  display: block;
  background: url(../img/bird_tp.png) no-repeat;
  background-size: 100%;
  width: 524px;
  height: 439px;
  position: absolute;
  right: -20px;
  top: -260px;
  z-index: -1;
}
.conceptBlock .topBlock .imageBlock img {
  position: relative;
  width: 840px;
  margin: 0 auto;
}
.conceptBlock .topBlock .imageBlock img.second {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition-delay: .5s;
}
.conceptBlock .topBlock .imageBlock img.third {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.conceptBlock .topBlock .imageBlock.animation img {
  left: -100px;
  opacity: 0;
  transition-duration: 1s;
}
.conceptBlock .topBlock .imageBlock.animation img.third {
  left: 0px;
  opacity: 1;
}
.conceptBlock .topBlock .imageBlock.animation_on img {
  left: 0px;
  opacity: 1;
}
.conceptBlock .infomationArea {
  max-width: 640px;
  overflow: hidden;
  padding: 20px 60px 20px 25px;
  background: #fff;
  font-size: 12px;
  border-radius: 40px 0 0 40px;
  position: absolute;
  right: -40px;
  top: -30px;
}
.conceptBlock .infomationArea a {
  display: flex;
}
.conceptBlock .infomationArea a p {
  position: relative;
  flex: 1;
  font-size: 15px;
  max-width: 484px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.conceptBlock .infomationArea a p::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #023f98;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: .3s;
  opacity: 0;
}
.conceptBlock .infomationArea a:hover p::after {
  opacity: 1;
}
.conceptBlock .infomationArea span {
  border: solid 1px #023f98;
  border-radius: 40px;
  padding: 1px 25px;
  margin: 0 17px 0 0;
}

.middleBox {
  position: relative;
}
.middleBox h4 {
  font-size: 31px;
  text-align: left;
  letter-spacing: 2px;
  margin: 0 0 20px;
}
.middleBox .fulidashi {
  display: inline-block;
  font-size: 16px;
  border: solid 1px #023f98;
  border-radius: 50px;
  margin: 0 0 24px;
  padding: 9px 26px 8px 65px;
  position: relative;
}
.middleBox .fulidashi::before {
  content: "";
  background: url(../img/fuki_icon.png) no-repeat;
  background-size: 100%;
  width: 29px;
  height: 23px;
  position: absolute;
  left: 27px;
  top: 9px;
  z-index: 1;
}
.middleBox .fulidashi::after {
  content: "";
  background: url(../img/fuki.png) no-repeat;
  background-size: 100%;
  width: 28px;
  height: 31px;
  position: absolute;
  left: 20px;
  bottom: -21px;
}
.middleBox .rightBox {
  flex-shrink: 0;
  background: #fff;
  border: solid 4px #fff;
  box-shadow: 0.5625rem 0.3125rem 1.6875rem -0.4375rem rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 73px 80px 66px 104px;
  margin: 18px 0 0 -96px;
  position: relative;
  top: 40px;
  width: 659px;
  transition: .3s;
}
.middleBox .rightBox::before {
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixe;
  content: "Lentrance";
  color: #e5ebf4;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  position: absolute;
  top: 81px;
  right: 44px;
}
.middleBox .rightBox::after {
  display: block;
  content: "";
  background: #e5ebf4;
  width: 1px;
  height: 262px;
  position: absolute;
  bottom: 77px;
  right: 53px;
}
.middleBox .rightBox h4 {
  margin: 0 0 22px;
}
.middleBox .rightBox p {
  width: 90%;
  font-size: 15px;
  line-height: 180%;
  margin: 0 0 36px;
  padding: 0 0 0 3px;
}
.middleBox .rightBox a .linkBtn {
  position: relative;
  display: block;
  width: 253px;
  padding: 14px;
  background: #023f98;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 80px;
  position: relative;
  border: solid 2px #023f98;
  transition: .3s;
  z-index: 10;
  overflow: hidden;
}
.middleBox .rightBox a .linkBtn::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 21px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.middleBox .rightBox a:hover .linkBtn {
  background: #FFF;
  border: solid 2px #023f98;
  font-weight: 500;
  background: #fff;
  color: #023f98 !important;
  transition: .3s;
}
.middleBox .rightBox a:hover .linkBtn::after {
  border-top: 2px solid #023f98;
  border-right: 2px solid #023f98;
  transition: .3s;
}
.middleBox .rightBox em {
  background: -webkit-linear-gradient(transparent 70%, #fff700 70%);
  background: -o-linear-gradient(transparent 70%, #fff700 70%);
  background: linear-gradient(transparent 70%, #fff700 70%);
}
.middleBox .rightBox.where:before {
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixe;
  content: "Lentrance";
  color: #e5ebf4;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  position: absolute;
  top: 82px;
  right: 44px;
}
.middleBox .rightBox.animation {
  left: -100px;
  opacity: 0;
  transition: 1s;
}
.middleBox .rightBox.animation_on {
  left: 0px;
  opacity: 1;
}
.middleBox .flexBox {
  width: 100%;
  margin: 0 0 130px 0;
  padding: 0 60px 0 0;
  position: relative;
  z-index: 1;
}
.middleBox .flexBox:nth-child(1)::after {
  content: "";
  display: block;
  width: 305px;
  height: 251px;
  background: url(../img/concept_ac01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: -100px;
  z-index: -1;
}
.middleBox .flexBox .leftBox {
  width: 100%;
  min-height: 516px;
  border-radius: 0 20px 20px 0;
}
.middleBox .flexBox .leftBox img {
  display: none;
}
.middleBox .reverse {
  margin: 0 0 124px 0;
  padding: 0 0 0 63px;
}
.middleBox .reverse::after {
  content: "";
  display: block;
  width: 333px;
  height: 275px;
  background: url(../img/concept_ac02.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 15px;
  top: -80px;
  z-index: -1;
}
.middleBox .reverse .leftBox {
  border-radius: 20px 0 0 20px;
  order: 1;
}
.middleBox .reverse .rightBox {
  margin: 12px -96px 0 0;
  padding: 77px 80px 66px 110px;
}
.middleBox .reverse .rightBox h4 {
  margin: -2px 0 18px -4px;
}
.middleBox .reverse .rightBox p {
  padding: 0;
}
.middleBox .bottom {
  margin: 0 0 140px 0;
}
.middleBox .bottom .rightBox {
  margin: 13px 0 0 -96px;
  padding: 75px 80px 66px 104px;
}
.middleBox .bottom .rightBox h4 {
  margin: 0 0 18px;
}
.middleBox .bottom .rightBox.who::after {
  height: 252px;
  bottom: 84px;
}
.middleBox .bottom .rightBox.who::before {
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixe;
  content: "Lentrance";
  color: #e5ebf4;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  position: absolute;
  top: 87px;
  right: 44px;
}
.middleBox .bottom .rightBox .linkBtn {
  margin-left: -4px;
}
.middleBox .bottom::after {
  content: "";
  display: block;
  width: 333px;
  height: 275px;
  background: url(../img/concept_ac03.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: -98px;
  z-index: -1;
}

.bottomBlock {
  max-width: 1440px;
  margin: 0 auto 100px;
  padding: 0 40px;
  z-index: 10;
  position: relative;
}
.bottomBlock h4 {
  margin: 0 0 22px 16px;
  font-size: 32px;
  line-height: 1.6875;
  letter-spacing: 0.1em;
}
.bottomBlock p {
  font-size: 17px;
  text-align: center;
  line-height: 200%;
  margin: 0 0 44px;
}
.bottomBlock .flexBox {
  max-width: 1130px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
}
.bottomBlock .flexBox li {
  width: 25%;
  padding: 0 12px;
  margin-bottom: 25px;
}
.bottomBlock .flexBox li a {
  display: block;
  position: relative;
}
.bottomBlock .flexBox li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 3px #023f98;
  border-radius: 10px;
  opacity: 0;
  transition: .3s;
}
.bottomBlock .flexBox li a:hover::before {
  opacity: 1;
}

.requirementBlock {
  position: relative;
  margin: 0 0 85px auto;
  width: 100%;
}
.requirementBlock::before {
  content: "";
  display: block;
  background: url(../img/requi_ac02.png) no-repeat;
  background-size: 100%;
  width: 385px;
  height: 251px;
  position: absolute;
  right: 28px;
  top: -174px;
}
.requirementBlock::after {
  display: block;
  content: "";
  width: 331px;
  height: 267px;
  background: url(../img/requi_ac03.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -50px;
  right: 25px;
  z-index: -1;
}
.requirementBlock h3 {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  margin: 0 0 56px 2px;
  letter-spacing: 0.1em;
}
.requirementBlock h3:after {
  display: block;
  content: "";
  background: #fff700;
  width: 48px;
  height: 4px;
  position: absolute;
  bottom: -29px;
  left: 0;
  border-radius: 2px;
}
.requirementBlock h3 img {
  width: 226px;
  margin: 0 0 17px 5px;
}
.requirementBlock p.attention {
  max-width: 1100px;
  margin: 0 auto;
  color: #6785af;
  font-size: 12px;
}
.requirementBlock .navyBtn {
  position: relative;
  display: block;
  text-align: center;
  background: #023f98;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  width: 233px;
  height: 52px;
  margin: 0 auto;
  border: solid 2px #023f98;
  border-radius: 50px;
  padding: 12px;
  position: relative;
  transition: .3s;
  z-index: 10;
  overflow: hidden;
}
.requirementBlock .navyBtn:hover {
  background: #fff;
  color: #023f98 !important;
  font-weight: 500;
}
.requirementBlock .navyBtn:hover::after {
  border-top: 2px solid #023f98;
  border-right: 2px solid #023f98;
}
.requirementBlock .navyBtn::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.requirementBlock .flexBox {
  display: flex;
  padding: 0 0 0 40px;
}
.requirementBlock .flexBox.threeColumn {
  max-width: 1180px;
  width: 100%;
  padding: 0 40px;
  margin: -71px auto 0;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.requirementBlock .flexBox.threeColumn img {
  width: 76px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: -35px;
}
.requirementBlock .articleBox {
  position: relative;
  width: 32%;
  display: block;
  border: solid 3px #fff;
  transition: .3s;
  box-shadow: 0.5625rem 0.3125rem 1.6875rem -0.4375rem rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 49px 15px 20px;
  border-radius: 20px;
  margin: 0 0 17px;
  text-align: center;
}
.requirementBlock .articleBox h5 {
  margin: 0 0 53px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.requirementBlock .articleBox h5 span {
  font-weight: normal;
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}
.requirementBlock .articleBox h5 sup {
  font-size: 12px;
  vertical-align: super;
}
.requirementBlock .articleBox a {
  display: inline-block;
  margin: 0 auto;
}
.requirementBlock .articleBox a:hover .linkBtn {
  background: #023f98;
  color: #fff !important;
}
.requirementBlock .articleBox a:hover .linkBtn::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: .3s;
}
.requirementBlock .articleBox a .linkBtn {
  position: relative;
  display: block;
  border: solid 1px #023f98;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  width: 126px;
  margin: 27px auto 0;
  border-radius: 50px;
  padding: 8px;
  position: relative;
  background: none;
  color: #023f98 !important;
  transition: .3s;
  z-index: 10;
  overflow: hidden;
}
.requirementBlock .articleBox a .linkBtn::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 14px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #023f98;
  border-right: 2px solid #023f98;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.requirementBlock .articleBox.typeA::before {
  content: "APP";
  color: #e5ebf4;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  position: absolute;
  top: 23px;
  left: 19px;
  letter-spacing: 0.05em;
}
.requirementBlock .articleBox.typeA::after {
  content: "A";
  color: #e5ebf4;
  font-size: 26px;
  font-family: 'Lato', sans-serif;
  position: absolute;
  top: 11px;
  right: 22px;
}
.requirementBlock .articleBox.typeB {
  transition-delay: .5s;
}
.requirementBlock .articleBox.typeB::before {
  content: "BROWSER";
  color: #e5ebf4;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  position: absolute;
  top: 22px;
  left: 18px;
  letter-spacing: 0.05em;
}
.requirementBlock .articleBox.typeB::after {
  content: "B";
  color: #e5ebf4;
  font-size: 26px;
  font-family: 'Lato', sans-serif;
  position: absolute;
  top: 11px;
  right: 22px;
}
.requirementBlock .articleBox.typeC {
  transition-delay: 1s;
}
.requirementBlock .articleBox.typeC::before {
  content: "BROWSER";
  color: #e5ebf4;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  position: absolute;
  top: 22px;
  left: 18px;
  letter-spacing: 0.05em;
}
.requirementBlock .articleBox.typeC::after {
  content: "C";
  color: #e5ebf4;
  font-size: 26px;
  font-family: 'Lato', sans-serif;
  position: absolute;
  top: 11px;
  right: 20px;
}
.requirementBlock .articleBox.textBox {
  width: 100%;
  min-height: 265px;
  box-shadow: none;
  background: #eaf5fb;
  padding: 53px 25px 12px;
  margin: 0 0 0px;
  border-radius: 0;
  position: relative;
  text-align: left;
}
.requirementBlock .articleBox.textBox span {
  display: block;
  text-align: center;
  font-size: 15px;
  margin: 0 0 14px;
  font-weight: 500;
}
.requirementBlock .articleBox.textBox ul li {
  margin-bottom: 15px;
}
.requirementBlock .articleBox.textBox ul li:last-child {
  margin-bottom: 0;
}
.requirementBlock .articleBox.textBox ul li:last-child h6 {
  margin-bottom: 0;
}
.requirementBlock .articleBox.textBox ul li h6 {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 28px;
  font-size: 13px;
}
.requirementBlock .articleBox.textBox ul li h6::before {
  display: block;
  content: "";
  width: 19px;
  height: 17px;
  background: url(../img/requi_check.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.requirementBlock .articleBox.textBox ul li p {
  font-size: 13px;
}
.requirementBlock .articleBox.animation {
  left: -100px;
  opacity: 0;
  transition-duration: 1s;
}
.requirementBlock .articleBox.animation_on {
  left: 0px;
  opacity: 1;
}
.requirementBlock .leftBox {
  flex-shrink: 0;
  padding: 0 100px 0 128px;
  position: relative;
  z-index: 0;
  margin: 76px -35px 0 0;
  width: 636px;
}
.requirementBlock .leftBox p {
  font-size: 17px;
  line-height: 210%;
}
.requirementBlock .leftBox::before {
  content: "";
  display: block;
  background: url(../img/requi_ac01.png) no-repeat;
  background-size: 100%;
  width: 388px;
  height: 363px;
  position: absolute;
  left: -27px;
  top: -126px;
  z-index: -1;
}
.requirementBlock .rightBox {
  width: 100%;
  min-height: 518px;
  border-radius: 20px 0 0 20px;
}
.requirementBlock .rightBox img {
  display: none;
}

.linkBlock {
  display: flex;
  flex-wrap: wrap;
}
.linkBlock__itemBox {
  width: 50%;
  border-bottom: solid 1px #e5ebf4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 57px 20px 54px;
}
.linkBlock__itemBox .text {
  width: 100%;
  max-width: 510px;
}
.linkBlock__itemBox .text h5 {
  margin: 0 0 12px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.linkBlock__itemBox .text p {
  margin: 0 0 21px;
  padding-right: 115px;
  font-size: 15px;
}
.linkBlock__itemBox .text a {
  display: block;
  max-width: 125px;
  height: 36px;
  padding: 7px 0;
  text-align: center;
  font-size: 12px;
  border: solid 1px #023f98;
  border-radius: 18px;
  transition: 0.3s;
  position: relative;
}
.linkBlock__itemBox .text a:after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
.linkBlock__itemBox .text a:hover {
  background-color: #023f98;
  color: #fff;
}
.linkBlock__itemBox .text a:hover::after {
  border-color: #fff;
}
.linkBlock__itemBox:nth-child(1) {
  border-right: solid 1px #e5ebf4;
}
.linkBlock__itemBox:nth-child(1) .text {
  padding: 0 0 0 15px;
  background: url(../img/link_01.png) right 7px no-repeat;
  background-size: 114px auto;
}
.linkBlock__itemBox:nth-child(2) .text {
  padding: 0 0 0 6px;
  background: url(../img/link_02.png) calc(100% - 9px) 18px no-repeat;
  background-size: 115px auto;
}
.linkBlock__itemBox:nth-child(3) {
  border-right: solid 1px #e5ebf4;
  border-bottom: none;
}
.linkBlock__itemBox:nth-child(3) .text {
  padding: 0 0 0 15px;
  background: url(../img/link_05.png) calc(100% - 2px) center no-repeat;
  background-size: 100px auto;
}
.linkBlock__itemBox:nth-child(4) {
  border-bottom: none;
}
.linkBlock__itemBox:nth-child(4) .text {
  padding: 0 0 0 15px;
  background: url(../img/link_03.png) calc(100% - 9px) 4px no-repeat;
  background-size: 105px auto;
}

.newsBlock {
  padding: 116px 0 0;
  background: url(../img/news_ac01.png) 49px 37px no-repeat;
  background-size: 432px auto;
}
.newsBlock .innerWrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 152px;
  padding: 0 40px;
  position: relative;
}
.newsBlock h3 {
  display: flex;
  align-items: center;
  padding-top: 4px;
}
.newsBlock h3 img {
  width: 130px;
  margin: 0 27px 0 0;
}
.newsBlock h3 span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 2px;
}
.newsBlock .flexBox {
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #023f98;
  padding: 0px 0 33px 4px;
}
.newsBlock .leftBox {
  flex: 1;
  display: flex;
  align-items: center;
}
.newsBlock .leftBox span {
  font-size: 12px;
  border: solid 1px #023f98;
  border-radius: 25px;
  margin: 0 31px 0 0;
  padding: 2px 25px;
}
.newsBlock .leftBox p.ttl {
  flex: 1;
  max-width: 950px;
  width: 100%;
  font-size: 15px;
  letter-spacing: 1px;
}
.newsBlock .rightBox p {
  font-size: 13px;
}
.newsBlock a {
  position: relative;
  display: block;
  border: solid 1px #023f98;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 22px 6px 54px;
  position: relative;
  transition: .3s;
  z-index: 10;
  overflow: hidden;
  color: #023f98;
}
.newsBlock a:hover {
  color: #fff !important;
}
.newsBlock a:hover::before {
  background: url(../img/news_icon_hover.png) no-repeat;
  background-size: 100%;
  transition: .3s;
}
.newsBlock a::before {
  content: "";
  background: url(../img/news_icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 15px;
  height: 10px;
  top: 14px;
  left: 29px;
  transition: .3s;
}
.newsBlock ul li {
  border-bottom: solid 1px #d1e6f2;
}
.newsBlock ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  padding: 22px 13px;
  transition: .3s;
}
.newsBlock ul li a::before {
  display: none;
}
.newsBlock ul li a:hover {
  background: none;
  color: #023f98 !important;
}
.newsBlock ul li a:hover .ttl {
  text-decoration: underline;
}
.newsBlock .more {
  position: absolute;
  top: 0;
  right: 40px;
}
.newsBlock .more a:hover {
  background: #023f98;
}

.approachBlock {
  position: relative;
  background: #d4eafb;
  padding: 74px 40px 60px 40px;
  z-index: 0;
}
.approachBlock .inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.approachBlock::after {
  content: "";
  position: absolute;
  background: url(../img/approach_ac01.png) no-repeat;
  background-size: 100%;
  width: 407px;
  height: 391px;
  top: -217px;
  right: 41px;
}
.approachBlock h5 {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  margin: 0 auto 12px;
}
.approachBlock h5::before {
  display: block;
  content: "";
  width: 2px;
  height: 39px;
  background: #023f98;
  position: absolute;
  bottom: 9px;
  left: 36px;
  transform: rotate(-27deg);
}
.approachBlock h5::after {
  display: block;
  content: "";
  width: 2px;
  height: 41px;
  background: #023f98;
  position: absolute;
  bottom: 9px;
  right: 38px;
  transform: rotate(27deg);
}
.approachBlock p {
  text-align: center;
  line-height: 170%;
  margin: 0 0 20px;
}
.approachBlock::before {
  display: block;
  content: "";
  background: url(../img/nami.png) repeat top;
  width: 100%;
  height: 42px;
  position: absolute;
  top: -41px;
  left: 0;
}
.approachBlock .flexBox {
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
}
.approachBlock .threeColumn {
  position: relative;
  max-width: 310px;
  width: 100%;
  z-index: 1;
}
.approachBlock .threeColumn:nth-child(2) {
  transition-delay: .5s;
}
.approachBlock .threeColumn:nth-child(2) h5::before {
  left: 25px;
}
.approachBlock .threeColumn:nth-child(2) h5::after {
  right: 26px;
}
.approachBlock .threeColumn:nth-child(3) {
  transition-delay: 1s;
}
.approachBlock .threeColumn:nth-child(3) p {
  margin-left: 13px;
}
.approachBlock .threeColumn span {
  font-size: 11px;
  color: #6785af;
}
.approachBlock .threeColumn span.annotation {
  text-indent: -11px;
  padding: 0 0 0 40px;
  display: block;
  line-height: 16px;
}
.approachBlock .threeColumn img {
  width: 195px;
  margin: 0 auto 7px;
}
.approachBlock .threeColumn a {
  display: block;
}
.approachBlock .threeColumn a:hover {
  opacity: 0.6;
}
.approachBlock .threeColumn.animation {
  left: -50px;
  opacity: 0;
  transition-duration: 1s;
}
.approachBlock .threeColumn.animation_on {
  left: 0px;
  opacity: 1;
}
.approachBlock .yellowBtn {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  background: #fff700;
  border-radius: 50px;
  text-align: center;
  position: relative;
  transition: .3s;
  z-index: 10;
  overflow: hidden;
}
.approachBlock .yellowBtn::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 27px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #023f98;
  border-right: 2px solid #023f98;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .3s;
}
.approachBlock .yellowBtn:hover {
  background: #023f98;
  opacity: 1 !important;
}
.approachBlock .yellowBtn:hover::after {
  border-top: 2px solid #fff700;
  border-right: 2px solid #fff700;
  transition: .3s;
}
.approachBlock .yellowBtn:hover span {
  background: url(../img/fixed_icon_ye_hover.png) no-repeat left 75px center;
  background-size: 13px;
  color: #fff700;
}
.approachBlock .yellowBtn span {
  display: block;
  padding: 15px 0 15px 27px;
  font-size: 15px;
  background: url(../img/fixed_icon_ye.png) no-repeat left 75px center;
  background-size: 13px;
  color: #023f98;
  font-weight: 500;
}
.approachBlock .navyBtn {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  border: solid 3px #023f98;
  background: #023f98;
  border-radius: 50px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  transition: .3s;
  z-index: 10;
  overflow: hidden;
}
.approachBlock .navyBtn:hover {
  opacity: 1 !important;
}
.approachBlock .navyBtn span {
  display: block;
  padding: 16px 0 17px;
  font-size: 13px;
  background-size: 13px;
  color: #6785af;
  font-weight: 400;
}
.approachBlock .navyBtn::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.approachBlock .navyBtn:hover {
  background: #FFF;
  opacity: 1 !important;
}
.approachBlock .navyBtn:hover:after {
  border-top: 2px solid #023f98;
  border-right: 2px solid #023f98;
  transition: .3s;
}
.approachBlock .navyBtn:hover span {
  background: url(../img/fixed_icon_ye.png) no-repeat left 95px center;
  background-size: 13px;
  color: #023f98 !important;
}
.approachBlock .navyBtn span {
  display: block;
  padding: 12px 0 12px 25px;
  font-size: 15px;
  background: url(../img/fixed_icon_wh.png) no-repeat left 95px center;
  background-size: 13px;
  color: #FFF;
  font-weight: 500;
}

.contactBlock {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 34px 0 20px 0;
  border: solid 6px #fff;
}
.contactBlock::before {
  display: block;
  content: "";
  background: url(../img/contact_ac01.png) no-repeat;
  background-size: 100%;
  width: 425px;
  height: 388px;
  position: absolute;
  top: -131px;
  left: 11px;
  z-index: 2;
  pointer-events: none;
}
.contactBlock a {
  display: block;
  transition: .3s;
}
.contactBlock a:hover span::after {
  opacity: 1;
}
.contactBlock h2 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  letter-spacing: 2px;
  z-index: 3;
}
.contactBlock h2 img {
  position: relative;
  width: 186px;
  margin: 0 0 20px;
}
.contactBlock h2 span {
  display: inline-block;
  position: relative;
  text-align: justify;
  transition-delay: .5s;
}
.contactBlock h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #023f98;
  width: 100%;
  height: 2px;
  opacity: 0;
}
.contactBlock h2 span::before {
  content: "";
  position: absolute;
  top: 9px;
  right: -13px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #023f98;
  border-right: 2px solid #023f98;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contactBlock .flexBox {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  justify-content: flex-end;
  align-items: center;
}
.contactBlock .flexBox.animation h2 img,
.contactBlock .flexBox.animation span,
.contactBlock .flexBox.animation .rightBox {
  left: -50px;
  opacity: 0;
  transition-duration: 1s;
}
.contactBlock .flexBox.animation_on h2 img,
.contactBlock .flexBox.animation_on span,
.contactBlock .flexBox.animation_on .rightBox {
  left: 0px;
  opacity: 1;
}
.contactBlock .leftBox {
  margin: -17px 136px 0 0;
}
.contactBlock .rightBox {
  position: relative;
  width: 49%;
  transition-delay: 1s;
}

body.lower header {
  margin-bottom: 0;
  padding: 42px 60px 44px 60px;
  background: #fff;
}
body.lower header.on {
  height: auto;
  padding: 8px 60px 12px 60px;
}
body.lower header a.logo {
  display: block;
}
body.lower header a.logo:hover {
  opacity: 0.6;
}

footer .logo {
  display: block;
}
footer .logo:hover {
  opacity: 0.6;
}

.approachBlock::after {
  pointer-events: none;
}

.breadcrumbs {
  padding: 13px 60px 0;
}
.breadcrumbs ul {
  display: flex;
}
.breadcrumbs ul li {
  color: #fff;
  font-size: 11px;
}
.breadcrumbs ul li::after {
  content: "/";
  padding: 0 1em;
  color: #fff;
  font-size: 11px;
}
.breadcrumbs ul li:last-child {
  padding-top: 0;
}
.breadcrumbs ul li:last-child::after {
  content: none;
}
.breadcrumbs ul li a {
  position: relative;
  color: #fff;
  font-size: 11px;
}
.breadcrumbs ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
  opacity: 0;
}
.breadcrumbs ul li a:hover::after {
  opacity: 1;
}

main {
  margin-top: 125px;
  padding-bottom: 120px;
  background-color: #f1f5f8;
}
main .mainSec .titleArea {
  padding-bottom: 148px;
  background: url("../img/lower_common/title_bg_img.png") right top no-repeat #1750a1;
  background-size: 266px auto;
}
main .mainSec .titleArea .breadcrumbs {
  margin-bottom: 64px;
}
main .mainSec .titleArea h1 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
main .mainSec .contentsArea {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
main .mainSec .contentsArea--intro {
  position: relative;
  margin: -50px auto 52px;
  padding-top: 72px;
  text-align: center;
  line-height: 2;
}
main .mainSec .contentsArea--intro::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  background-color: #f1f5f8;
  border-radius: 20px 20px 0 0;
  z-index: 1;
}
main .mainSec .contentsArea--intro p a {
  position: relative;
}
main .mainSec .contentsArea--intro p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #023f98;
  transition: 0.3s;
  opacity: 1;
}
main .mainSec .contentsArea--intro p a:hover::after {
  opacity: 0;
}
main .mainSec .contentsArea--areaTitle {
  position: relative;
  margin-bottom: 41px;
  padding-bottom: 34px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
main .mainSec .contentsArea--areaTitle::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 4px;
  margin: 0 auto;
  background-color: #fff700;
  border-radius: 2px;
}
main .mainSec .contentsArea__bottomArea {
  margin-bottom: 40px;
  padding: 50px 8.334% 60px;
  background-color: #fff;
  border-radius: 20px;
}
main .mainSec .contentsArea__bottomArea .secTitle {
  position: relative;
  padding: 6px 0 16px 19px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #023f98;
}
main .mainSec .contentsArea__bottomArea .secTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 31px;
  background-color: #023f98;
  border-radius: 2px;
}

main.notFound .mainSec .contentsArea--intro {
  margin-bottom: 0;
}
main.notFound .mainSec .contentsArea--intro p {
  margin-bottom: 50px;
}
main.notFound .mainSec .contentsArea--intro .btn {
  display: inline-block;
  width: 50%;
  max-width: 220px;
  height: 52px;
  padding: 10px 0;
  font-size: 15px;
  border: 1px solid #023f98;
  border-radius: 26px;
  box-sizing: border-box;
  position: relative;
}
main.notFound .mainSec .contentsArea--intro .btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.notFound .mainSec .contentsArea--intro .btn:hover {
  background-color: #023f98;
  color: #fff;
}
main.notFound .mainSec .contentsArea--intro .btn:hover::after {
  border-color: #fff;
}

main.contact .btn {
  text-align: center;
  transition: all .3s;
}
main.contact .btn_01 {
  color: #fff;
  background-color: #023f98;
}
main.contact .btn_02 {
  color: #023f98;
  background-color: transparent;
}

main.contact .btn {
  text-align: center;
  transition: all .3s;
}
main.contact .btn_01 {
  color: #fff;
  background-color: #023f98;
}
main.contact .btn_02 {
  color: #023f98;
  background-color: transparent;
}
main.contact .mainSec .contentsArea--intro p {
  font-size: 16px;
}
main.contact .mainSec .contentsArea--formFlow {
  display: flex;
  overflow: hidden;
  width: 85%;
  max-width: 849px;
  height: 50px;
  margin: 0 auto 40px;
  border-radius: 50px;
}
main.contact .mainSec .contentsArea--formFlow li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(100% / 3);
  background-color: #ebeff3;
}
main.contact .mainSec .contentsArea--formFlow li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -3px;
  width: 14px;
  height: 50px;
  background: url("../img/contact/bg_formFlow.svg") 0 center no-repeat;
  background-size: cover;
  z-index: 1;
}
main.contact .mainSec .contentsArea--formFlow li:last-child::before {
  content: none;
}
main.contact .mainSec .contentsArea--formFlow li.contactPage {
  background-color: #023f98;
  color: #fff;
}
main.contact .mainSec .contentsArea--formFlow li.contactPage::before {
  right: -7px;
  background-image: url("../img/contact/bg_formFlow_current.svg");
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl {
  display: flex;
  min-height: 60px;
  padding: 7px 0 7px;
  border-top: 1px solid #eaeef1;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl.radioArea dt, main.contact .mainSec .contentsArea__bottomArea--formContents dl.checkArea dt {
  padding: 10px 0;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl:last-of-type {
  border-bottom: 1px solid #eaeef1;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dt {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-shrink: 0;
  width: 26.7%;
  font-size: 15px;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dt.textarea {
  justify-content: flex-start;
  padding-top: 12px;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dt .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dt .required {
  display: inline-block;
  width: 47px;
  height: 24px;
  padding: 5px 0 4px;
  text-align: center;
  background-color: #fff700;
  font-size: 12px;
  line-height: 1;
  border-radius: 12px;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 0;
  width: 73.3%;
  padding-left: 16px;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .zipWrap {
  display: flex;
  align-items: center;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .zipWrap .zipMark {
  margin: 0 11px 0 14px;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .zipWrap .btn {
  display: inline-block;
  width: 180px;
  height: 31px;
  margin-left: 16px;
  padding: 5px 9px 0 0;
  font-size: 13px;
  border-radius: 4px;
  position: relative;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .zipWrap .btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 11px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .zipWrap .btn:hover {
  opacity: 0.4;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd input {
  height: 44px;
  padding: 0 14px;
  font-size: 15px;
  /* IE */
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd input::-moz-placeholder {
  color: #aab8cd;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd input::placeholder {
  color: #aab8cd;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd input:-ms-input-placeholder {
  color: #aab8cd;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd input[type=text] {
  width: 100%;
  max-width: 360px;
  background-color: #f6f8fa;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd input[type=text][name=belong] {
  max-width: 513px;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd input[type=text][name=zip] {
  max-width: 129px;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd input[type=text][name=city], main.contact .mainSec .contentsArea__bottomArea--formContents dl dd input[type=text][name=address-01], main.contact .mainSec .contentsArea__bottomArea--formContents dl dd input[type=text][name=address-02] {
  max-width: unset;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd input[type=email] {
  width: 100%;
  padding: 11px 15px 12px;
  background-color: #f6f8fa;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd.boe input[type=text] {
  width: 100%;
  max-width: 336px;
  background-color: #f6f8fa;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd.boe input[type=text][name=belong] {
  max-width: 100%;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .selectWrap {
  position: relative;
  width: 117px;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .selectWrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 15px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  background-color: #023f98;
  pointer-events: none;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .selectWrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 19px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .selectWrap select {
  width: 100%;
  height: 44px;
  padding: 11px 11px 12px;
  background-color: #f6f8fa;
  color: #023f98;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .radioBtn {
  padding-left: 12px;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .radioBtn > span {
  margin-right: 37px;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .radioBtn > span:last-of-type {
  margin-right: 0;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .radioBtn > span label {
  position: relative;
  display: inline-block;
  padding: 2px 3px 3px 17px;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .radioBtn > span label .radio {
  display: none;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .radioBtn > span label .radio + span {
  font-size: 15px;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .radioBtn > span label .radio + span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 14px;
  height: 14px;
  margin: auto;
  background: #fff;
  border: 1px solid #8cafe1;
  border-radius: 100%;
  transition: all 0.2s;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .radioBtn > span label .radio + span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #023f98;
  border-radius: 100%;
  transition: all 0.2s;
  opacity: 0;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .radioBtn > span label .radio:checked + span::after {
  opacity: 1;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .checkBtn {
  padding-left: 12px;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .checkBtn > span {
  margin-right: 5.25%;
  margin-left: 0;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .checkBtn > span:last-of-type {
  margin-right: 0;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .checkBtn > span label {
  position: relative;
  display: inline-block;
  padding: 2px 3px 3px 17px;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .checkBtn > span label .check {
  display: none;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .checkBtn > span label .check + span {
  font-size: 15px;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .checkBtn > span label .check + span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 14px;
  height: 14px;
  margin: auto;
  background: #fff;
  border: 1px solid #8cafe1;
  transition: all 0.2s;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .checkBtn > span label .check + span::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 4px;
  width: 6px;
  height: 10px;
  margin: auto;
  border: 1px solid #023f98;
  border-top-color: transparent;
  border-left-color: transparent;
  transition: all 0.2s;
  transform: rotate(45deg);
  opacity: 0;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .checkBtn > span label .check:checked + span::after {
  opacity: 1;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd textarea {
  width: 100%;
  height: 104px;
  padding: 11px 15px 12px;
  background-color: #f6f8fa;
  font-size: 15px;
  resize: none;
  /* IE */
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd textarea::-moz-placeholder {
  color: #aab8cd;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd textarea::placeholder {
  color: #aab8cd;
}
main.contact .mainSec .contentsArea__bottomArea--formContents dl dd textarea:-ms-input-placeholder {
  color: #aab8cd;
}
main.contact .mainSec .contentsArea__btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
}
main.contact .mainSec .contentsArea__btnArea .btn {
  overflow: hidden;
  width: 50%;
  max-width: 340px;
  height: 52px;
  border-radius: 26px;
  border: 2px solid #023f98;
  box-sizing: border-box;
  position: relative;
}
main.contact .mainSec .contentsArea__btnArea .btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
main.contact .mainSec .contentsArea__btnArea .btn input {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
main.contact .mainSec .contentsArea__btnArea .btn:hover {
  background-color: #fff;
}
main.contact .mainSec .contentsArea__btnArea .btn:hover::after {
  border-color: #023f98;
}
main.contact .mainSec .contentsArea__btnArea .btn:hover input {
  color: #023f98;
}
main.contact .mainSec .contentsArea__btnArea .returnBtn {
  display: none;
}
main.contact__confirm .mainSec .contentsArea--formFlow li.contactPage {
  background-color: #ebeff3;
  color: #023f98;
}
main.contact__confirm .mainSec .contentsArea--formFlow li.contactPage::before {
  right: -7px;
  background-image: url("../img/contact/bg_formFlow_comp.svg");
}
main.contact__confirm .mainSec .contentsArea--formFlow li.confPage {
  background-color: #023f98;
  color: #fff;
}
main.contact__confirm .mainSec .contentsArea--formFlow li.confPage::before {
  right: -3px;
  background-image: url("../img/contact/bg_formFlow_current.svg");
}
main.contact__confirm .mainSec .contentsArea__bottomArea--formContents dl dd {
  padding-left: 30px;
  font-size: 15px;
}
main.contact__confirm .mainSec .contentsArea__bottomArea--formContents dl dd .zipWrap .zipMark {
  margin: 0 0;
}
main.contact__confirm .mainSec .contentsArea__bottomArea--formContents dl dd .zipWrap .btn {
  display: none;
}
main.contact__confirm .mainSec .contentsArea__bottomArea--formContents dl dd .selectWrap::before {
  content: none;
}
main.contact__confirm .mainSec .contentsArea__bottomArea--formContents dl dd .selectWrap::after {
  content: none;
}
main.contact__confirm .mainSec .contentsArea__bottomArea--formContents dl dd .radioBtn,
main.contact__confirm .mainSec .contentsArea__bottomArea--formContents dl dd .checkBtn {
  padding-left: 0;
}
main.contact__confirm .mainSec .contentsArea__btnArea .btn {
  max-width: 300px;
}
main.contact__confirm .mainSec .contentsArea__btnArea .returnBtn {
  display: block;
  max-width: 126px;
  height: 36px;
  margin-right: 40px;
  background-color: transparent;
  border-radius: 18px;
  border: 1px solid #023f98;
  position: relative;
}
main.contact__confirm .mainSec .contentsArea__btnArea .returnBtn:after {
  content: "";
  display: block;
  position: absolute;
  right: auto;
  left: 14px;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(135deg);
}
main.contact__confirm .mainSec .contentsArea__btnArea .returnBtn input {
  color: #023f98;
  font-size: 12px;
}
main.contact__confirm .mainSec .contentsArea__btnArea .returnBtn:hover {
  background-color: #023f98;
}
main.contact__confirm .mainSec .contentsArea__btnArea .returnBtn:hover::after {
  border-color: #fff;
}
main.contact__confirm .mainSec .contentsArea__btnArea .returnBtn:hover input {
  color: #fff;
}
main.contact__complete {
  padding-bottom: 90px;
}
main.contact__complete .mainSec .contentsArea--intro {
  margin-bottom: 0;
  padding-top: 80px;
}
main.contact__complete .mainSec .contentsArea--intro h2 {
  margin-bottom: 22px;
  font-size: 24px;
}
main.contact__complete .mainSec .contentsArea--intro p {
  margin-bottom: 43px;
  font-size: 15px;
  line-height: 1.88;
}
main.contact__complete .mainSec .contentsArea--intro .btn_02 {
  display: inline-block;
  width: 50%;
  max-width: 220px;
  height: 52px;
  padding: 10px 0;
  font-size: 15px;
  border: 1px solid #023f98;
  border-radius: 26px;
  box-sizing: border-box;
  position: relative;
}
main.contact__complete .mainSec .contentsArea--intro .btn_02:after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.contact__complete .mainSec .contentsArea--intro .btn_02:hover {
  background-color: #023f98;
  color: #fff;
}
main.contact__complete .mainSec .contentsArea--intro .btn_02:hover::after {
  border-color: #fff;
}
main.contact__complete .mainSec .contentsArea--formFlow {
  margin-bottom: 38px;
  font-size: 14px;
}
main.contact__complete .mainSec .contentsArea--formFlow li::before {
  right: -6px;
}
main.contact__complete .mainSec .contentsArea--formFlow li.contactPage {
  background-color: #ebeff3;
  color: #023f98;
}
main.contact__complete .mainSec .contentsArea--formFlow li.contactPage::before {
  background-image: url("../img/contact/bg_formFlow.svg");
}
main.contact__complete .mainSec .contentsArea--formFlow li.confPage {
  padding-right: 10px;
  background-color: #ebeff3;
  color: #023f98;
}
main.contact__complete .mainSec .contentsArea--formFlow li.confPage::before {
  right: -3px;
  background-image: url("../img/contact/bg_formFlow_comp.svg");
}
main.contact__complete .mainSec .contentsArea--formFlow li.compPage {
  background-color: #023f98;
  color: #fff;
}
main.contact__complete .mainSec .contentsArea--formFlow li.compPage::before {
  content: none;
}

main.faq .accordion--title {
  position: relative;
}
main.faq .accordion--title::before, main.faq .accordion--title::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 19px;
  height: 1px;
  background-color: #023f98;
}
main.faq .accordion--title::after {
  transition: all 0.3s;
  transform: rotate(90deg);
}
main.faq .accordion--title.on::after {
  transform: rotate(0);
}
main.faq .accordion--conts {
  display: none;
}
main.faq .accordion--conts.open {
  display: block;
}
main.faq .mainSec .contentsWrap {
  background: url("../img/lower_common/contents_bg_mono_01.png") left 250px no-repeat;
  background-size: 291px auto;
}
main.faq .mainSec .contentsArea--intro p {
  font-size: 17px;
  line-height: 1.9;
}
main.faq .mainSec .contentsArea--intro p a {
  position: relative;
}
main.faq .mainSec .contentsArea--intro p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #023f98;
  transition: 0.3s;
  opacity: 1;
}
main.faq .mainSec .contentsArea--intro p a:hover::after {
  opacity: 0;
}
main.faq .mainSec .contentsArea--categoryList {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 46px;
}
main.faq .mainSec .contentsArea--categoryList li {
  overflow: hidden;
  width: 48.745%;
  max-width: 261px;
  min-height: 52px;
  margin: 0 5px 14px;
  border-radius: 26px;
}
main.faq .mainSec .contentsArea--categoryList li .btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 14px 0 0 26px;
  text-align: center;
  background-color: #fff;
  font-weight: 500;
  position: relative;
}
main.faq .mainSec .contentsArea--categoryList li .btn:after {
  content: "";
  display: block;
  position: absolute;
  right: auto;
  left: 50px;
  top: -5px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(45deg);
}
main.faq .mainSec .contentsArea--categoryList li .btn:hover {
  background-color: #023f98;
  color: #fff;
}
main.faq .mainSec .contentsArea--categoryList li .btn:hover::after {
  border-color: #fff;
}
main.faq .mainSec .contentsArea__bottomArea {
  position: relative;
  z-index: 2;
}
main.faq .mainSec .contentsArea__bottomArea .faqBox dl {
  padding: 15px 6px 5px 10px;
  border-bottom: 1px solid #eaeef1;
}
main.faq .mainSec .contentsArea__bottomArea .faqBox dl dt {
  position: relative;
  margin-bottom: 10px;
  padding: 0 50px 0 35px;
  font-size: 15px;
  font-weight: 500;
}
main.faq .mainSec .contentsArea__bottomArea .faqBox dl dt .titleText {
  position: relative;
}
main.faq .mainSec .contentsArea__bottomArea .faqBox dl dt .titleText::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #023f98;
  transition: 0.3s;
  opacity: 0;
}
main.faq .mainSec .contentsArea__bottomArea .faqBox dl dt:hover .titleText::after {
  opacity: 1;
}
main.faq .mainSec .contentsArea__bottomArea .faqBox dl dd {
  position: relative;
  margin-bottom: 20px;
  padding: 0 50px 0 35px;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}
main.faq .mainSec .contentsArea__bottomArea .faqBox dl dd ul li {
  position: relative;
  padding-left: 15px;
  list-style-type: none;
}
main.faq .mainSec .contentsArea__bottomArea .faqBox dl dd ul li::before {
  content: "";
  position: absolute;
  top: calc((1em * 1.65 / 2) - 3px);
  left: 0;
  width: 7px;
  height: 7px;
  background: #023f98;
  border-radius: 100%;
}
main.faq .mainSec .contentsArea__bottomArea .faqBox dl dd a {
  position: relative;
}
main.faq .mainSec .contentsArea__bottomArea .faqBox dl dd a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #023f98;
  transition: 0.3s;
  opacity: 1;
}
main.faq .mainSec .contentsArea__bottomArea .faqBox dl dd a:hover::after {
  opacity: 0;
}
main.faq .mainSec .contentsArea__bottomArea .faqBox dl .icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 14px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
main.faq .mainSec .contentsArea__bottomArea .faqBox dl .icon.question {
  color: #023f98;
}
main.faq .mainSec .contentsArea__bottomArea .faqBox dl .icon.answer {
  color: #ff6076;
}

main.privacy .mainSec .contentsArea {
  max-width: 1200px;
}
main.privacy .mainSec .contentsArea__bottomArea {
  overflow: hidden;
  margin: -50px auto 52px;
  padding: 130px 150px 110px;
  color: #1a1a1a;
}
main.privacy .mainSec .contentsArea__bottomArea a {
  position: relative;
  display: inline-block;
  color: #023f98;
}
main.privacy .mainSec .contentsArea__bottomArea a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #023f98;
  opacity: 1;
  transition: 0.3s;
}
main.privacy .mainSec .contentsArea__bottomArea a:hover::after {
  opacity: 0;
}
main.privacy .mainSec .contentsArea__bottomArea .privacyList {
  margin-bottom: 28px;
  font-size: 15px;
}
main.privacy .mainSec .contentsArea__bottomArea .privacyList > li {
  margin-bottom: 54px;
}
main.privacy .mainSec .contentsArea__bottomArea .privacyList > li:last-child {
  margin-bottom: 0;
}
main.privacy .mainSec .contentsArea__bottomArea .privacyList > li h2 {
  margin-bottom: 12px;
  font-size: 20px;
}
main.privacy .mainSec .contentsArea__bottomArea .privacyList > li p {
  text-align: justify;
  line-height: 1.8;
}
main.privacy .mainSec .contentsArea__bottomArea .innerList > li {
  margin-bottom: 3px;
  line-height: 1.5;
}
main.privacy .mainSec .contentsArea__bottomArea .innerList02 {
  padding-left: 1em;
}
main.privacy .mainSec .contentsArea__bottomArea .innerList02 > li {
  margin-bottom: 3px;
  line-height: 1.5;
}
main.privacy .mainSec .contentsArea__bottomArea .address {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 5px;
  font-size: 15px;
  line-height: 1.7;
}
main.privacy .mainSec .contentsArea__bottomArea .signature {
  float: right;
  margin: 0 0 0 auto;
  font-size: 15px;
  line-height: 1.7;
}

main.support {
  padding-bottom: 140px;
}
main.support .mainSec .contentsWrap {
  background: url("../img/lower_common/contents_bg_01.png") left 86px no-repeat;
  background-size: 292px auto;
}
main.support .mainSec .contentsArea--intro p {
  font-size: 17px;
  line-height: 1.9;
}
main.support .mainSec .contentsArea__bottomArea {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 60px;
  z-index: 2;
}
main.support .mainSec .contentsArea__bottomArea.second {
  margin: 30px 0 0 0;
}
main.support .mainSec .contentsArea__bottomArea .secTitle {
  margin-bottom: 20px;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap {
  display: flex;
  justify-content: space-between;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48.9%;
  min-height: 220px;
  padding: 28px 20px 27px;
  background-color: #f1f5f8;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox h3 {
  position: relative;
  padding-bottom: 24px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px solid #d6e4ec;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox h3::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox p {
  font-size: 13px;
  line-height: 1.7;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn {
  display: inline-block;
  width: 100%;
  max-width: 176px;
  height: 36px;
  margin: 0 auto;
  text-align: center;
  padding: 6px 0;
  background-color: transparent;
  font-size: 13px;
  border: 1px solid #023f98;
  border-radius: 26px;
  box-sizing: border-box;
  position: relative;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn:hover {
  background-color: #023f98;
  color: #fff;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn:hover::after {
  border-color: #fff;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq h3 {
  padding-left: 50px;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq h3::after {
  top: -7px;
  left: calc(50% - 84px);
  width: 37px;
  height: 40px;
  background-image: url("../img/support/icon_faq.svg");
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq p {
  padding: 0 20.045%;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.contact h3 {
  padding-left: 43px;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.contact h3::after {
  top: 2px;
  left: calc(50% - 107px);
  width: 30px;
  height: 23px;
  background-image: url("../img/support/icon_contact.svg");
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.contact p {
  text-align: center;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel {
  padding-bottom: 20px;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel h3 {
  padding-left: 43px;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel h3::after {
  top: 0;
  left: 24px;
  width: 31px;
  height: 31px;
  background-image: url("../img/support/icon_tel.svg");
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel p {
  text-align: center;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .telNum {
  margin-bottom: 4px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .telNum strong {
  font-size: 22px;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .receptionTime {
  font-size: 14px;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.login {
  width: 100%;
  min-height: 135px;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.login p {
  padding: 0 25.045%;
  margin: 0;
  text-align: center;
}
main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.login .btn {
  max-width: 206px;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload {
  margin: 0 0 50px 0;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload {
  margin: 0 0 18px 0;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #eaeef1;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload a {
  position: relative;
  display: inline-block;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #024098;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload a:hover::after {
  display: none;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px 0;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt time {
  font-weight: normal;
  margin: 0 12px 0 0;
  font-size: 14px;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt span {
  width: 55px;
  line-height: 100%;
  font-size: 12px;
  background: #e7ecef;
  color: #333;
  padding: 4px 0;
  border-radius: 50px;
  margin: 6px 19px 0 0;
  font-weight: 300;
  display: inline-block;
  text-align: center;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt span.other {
  background: #e7ecee;
  color: #333;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt span.pdf {
  background: #ff6078;
  color: #FFF;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt span.docx {
  background: #44a4cc;
  color: #FFF;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt span.txt {
  background: #d0bf4b;
  color: #FFF;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt span.xlsx {
  background: #23b58e;
  color: #FFF;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt span.zip {
  background: #97a6ae;
  color: #FFF;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt span.csv {
  background: #af7f68;
  color: #FFF;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt span.bmp {
  background: #bd89b6;
  color: #FFF;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt span.png {
  background: #51c5e2;
  color: #FFF;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt span.gif {
  background: #9fbc58;
  color: #FFF;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt span.jpeg, main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt span .jpg {
  background: #e8a14e;
  color: #FFF;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt .title {
  position: relative;
  display: inline-block;
}
main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dd .content {
  padding: 0 20px 0 0;
  font-size: 13px;
}

main.features {
  padding-bottom: 140px;
}
main.features .mainSec .contentsWrap.feature {
  padding-bottom: 80px;
  background-image: url("../img/lower_common/contents_bg_01.png"), url("../img/lower_common/contents_bg_02.png"), url("../img/lower_common/contents_bg_03.png"), url("../img/lower_common/contents_bg_02.png");
  background-position: left 225px, right 39.65%, left 69.3%, right 98.95%;
  background-size: 292px auto, 310px auto, 359px auto, 310px auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
main.features .mainSec .contentsWrap.func {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  background-image: url("../img/lower_common/contents_bg_mono_01.png"), url("../img/lower_common/contents_bg_mono_02.png");
  background-position: left 0, right 43.5%;
  background-size: 291px auto, 338px auto;
  background-repeat: no-repeat, no-repeat;
}
main.features .mainSec .contentsArea--intro {
  margin-bottom: 74px;
  padding-top: 92px;
}
main.features .mainSec .contentsArea--intro p {
  font-size: 20px;
  line-height: 1.75;
}
main.features .mainSec .contentsArea .featureArea {
  padding-bottom: 90px;
  border-bottom: 1px solid #dee6ea;
}
main.features .mainSec .contentsArea .featureArea__bottomArea {
  overflow: hidden;
  padding: 0;
}
main.features .mainSec .contentsArea .featureArea__bottomArea::before {
  content: " ";
  margin-top: -120px;
  height: 120px;
  display: block;
  visibility: hidden;
}
main.features .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(odd) .photoArea {
  order: 1;
}
main.features .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(odd) .textArea {
  order: 2;
}
main.features .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(even) .photoArea {
  order: 2;
}
main.features .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(even) .textArea {
  order: 1;
}
main.features .mainSec .contentsArea .featureArea__bottomArea:last-of-type {
  margin-bottom: 0;
}
main.features .mainSec .contentsArea .featureArea__innerWrap {
  display: flex;
}
main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox {
  flex-shrink: 0;
}
main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.photoArea {
  position: relative;
  overflow: hidden;
  width: 58.5%;
  max-width: 700px;
  min-height: 470px;
}
main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.photoArea img {
  position: absolute;
  top: 0;
  right: -50%;
  bottom: 0;
  left: -50%;
  max-width: 170%;
  min-width: 700px;
  height: 100%;
  margin: 0 auto;
  background-color: #86bad5;
}
main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 41.5%;
  max-width: 500px;
  padding: 20px 5%;
}
main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .icon {
  position: relative;
  width: 129px;
  height: 36px;
  margin-bottom: 20px;
  padding: 7px 0 0 25px;
  text-align: center;
  background: url("../img/features/icon_white.svg") 22px center no-repeat #023f98;
  background-size: 25px 20px;
  color: #fff;
  border-radius: 18px;
}
main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .icon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 18px;
  width: 20px;
  height: 21px;
  background: url("../img/features/icon_balloon_navy.svg") 0 0 no-repeat;
}
main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea h3 {
  position: relative;
  margin: 0 auto 20px 0;
  padding-bottom: 8px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  background-color: #fff700;
  border-radius: 2px;
}
main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .text {
  font-size: 16px;
  line-height: 1.75;
}
main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .btn {
  display: block;
  width: 65%;
  max-width: 310px;
  margin: 40px auto 0;
  text-align: center;
  height: auto;
  padding: 14px 22px;
  font-weight: 500;
  border-radius: 26px;
  box-sizing: border-box;
  line-height: 1.607;
  position: relative;
  background: #023f98;
  color: #fff;
  border: 1px solid #023f98;
}
main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .btn:hover {
  background-color: #fff;
  color: #023f98;
  border: 1px solid #023f98;
}
main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .btn:hover::before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
main.features .mainSec .contentsArea .functionArea--areaTitle {
  margin-bottom: 54px;
}
main.features .mainSec .contentsArea .functionArea__bottomArea {
  padding: 0;
  background-color: transparent;
  border-radius: none;
}
main.features .mainSec .contentsArea .functionArea__bottomArea .secTitle {
  margin-bottom: 25px;
  font-size: 24px;
}
main.features .mainSec .contentsArea .functionArea__bottomArea > p {
  margin-bottom: 38px;
  font-size: 17px;
}
main.features .mainSec .contentsArea .functionArea__bottomArea:last-of-type {
  margin-bottom: 0;
}
main.features .mainSec .contentsArea .functionArea__funcList {
  display: flex;
  flex-wrap: wrap;
}
main.features .mainSec .contentsArea .functionArea__funcList--itemBox {
  overflow: hidden;
  width: 31.668%;
  margin: 0 2.498% 32px 0;
  background-color: #fff;
  border-radius: 20px;
}
main.features .mainSec .contentsArea .functionArea__funcList--itemBox:nth-child(3n) {
  margin-right: 0;
}
main.features .mainSec .contentsArea .functionArea__funcList--itemBox--photoArea img {
  background-color: #86bad5;
}
main.features .mainSec .contentsArea .functionArea__funcList--itemBox--textArea {
  min-height: 195px;
  padding: 28px;
}
main.features .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4 {
  position: relative;
  margin: 0 0 18px 0;
  padding: 0 0 0 34px;
  text-align: left;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: normal;
}
main.features .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 20px;
  background: url("../img/requi_check.png") 0 0 no-repeat;
  background-size: cover;
}
main.features .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p {
  font-size: 14px;
  line-height: 1.75;
}
main.features .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p span {
  color: #6785af;
  font-size: 12px;
}

main.comparison {
  padding-bottom: 140px;
}
main.comparison sup {
  font-size: 9px;
  vertical-align: super;
}
main.comparison .mainSec .titleArea {
  padding-bottom: 138px;
  background-image: url("../img/lower_common/title_bg_img_02.png");
  background-size: 266px auto;
}
main.comparison .mainSec .titleArea h1::before {
  content: "";
  display: block;
  width: 76px;
  height: 76px;
  margin: 0 auto 15px;
  background: url("../img/mega_icon01.png") 0 0 no-repeat;
  background-size: cover;
}
main.comparison .mainSec .contentsWrap {
  background: url("../img/lower_common/contents_bg_mono_01.png") left 178px no-repeat;
  background-size: 291px auto;
}
main.comparison .mainSec .contentsArea--intro {
  margin-bottom: 63px;
  padding-top: 92px;
}
main.comparison .mainSec .contentsArea--intro p {
  font-size: 20px;
  line-height: 1.75;
}
main.comparison .mainSec .contentsArea--intro p small {
  font-size: 16px;
}
main.comparison .mainSec .contentsArea .tableArea > p {
  color: #6785af;
  font-size: 12px;
}
main.comparison .mainSec .contentsArea .tableArea .tableWrap {
  overflow: hidden;
  margin-bottom: 19px;
  border-radius: 20px;
}
main.comparison .mainSec .contentsArea .tableArea table {
  width: 100%;
}
main.comparison .mainSec .contentsArea .tableArea table tr th,
main.comparison .mainSec .contentsArea .tableArea table tr td {
  width: 275px;
  padding: 19px 2%;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-right: 1px solid #d0e3ee;
}
main.comparison .mainSec .contentsArea .tableArea table tr th.text,
main.comparison .mainSec .contentsArea .tableArea table tr td.text {
  width: 320px;
  text-align: left;
}
main.comparison .mainSec .contentsArea .tableArea table tr th:first-of-type {
  width: 240px;
  background-color: #1f549e;
  border-right: none;
}
main.comparison .mainSec .contentsArea .tableArea table tr th:first-of-type.line02 {
  background-color: #2057a6;
}
main.comparison .mainSec .contentsArea .tableArea table tr th:last-of-type {
  border-right: none;
}
main.comparison .mainSec .contentsArea .tableArea table tr:nth-of-type(odd) td {
  background-color: #f1f5f8;
}
main.comparison .mainSec .contentsArea .tableArea table tr:nth-of-type(even) td {
  background-color: #fff;
}
main.comparison .mainSec .contentsArea .tableArea table thead tr th {
  height: 190px;
  font-size: 17px;
  font-weight: 500;
}
main.comparison .mainSec .contentsArea .tableArea table thead tr th img {
  max-width: 76px;
  margin: 0 auto 10px;
}
main.comparison .mainSec .contentsArea .tableArea table thead tr th span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
main.comparison .mainSec .contentsArea .tableArea table tbody tr th, main.comparison .mainSec .contentsArea .tableArea table tbody tr td {
  min-height: 60px;
}
main.comparison .mainSec .contentsArea .tableArea table tbody tr th {
  color: #fff;
  font-weight: 500;
  background-color: #1f549e;
}
main.comparison .mainSec .contentsArea .tableArea table tbody tr td:last-of-type {
  border-right: none;
}
main.comparison .mainSec .contentsArea .tableArea table tbody tr td .btn {
  display: inline-block;
  width: 126px;
  height: 36px;
  padding: 7px 0;
  font-size: 12px;
  border: 1px solid #023f98;
  border-radius: 18px;
  box-sizing: border-box;
  position: relative;
}
main.comparison .mainSec .contentsArea .tableArea table tbody tr td .btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.comparison .mainSec .contentsArea .tableArea table tbody tr td .btn:hover {
  background-color: #023f98;
  color: #fff;
}
main.comparison .mainSec .contentsArea .tableArea table tbody tr td .btn:hover::after {
  border-color: #fff;
}
main.comparison .mainSec .contentsArea .tableArea table tbody tr.line02 th {
  background-color: #2057a6;
}
main.comparison .mainSec .contentsArea .tableArea table tbody tr:last-of-type th, main.comparison .mainSec .contentsArea .tableArea table tbody tr:last-of-type td {
  height: 80px;
}

main.scene {
  padding-bottom: 100px;
}
main.scene .mainSec .contentsArea--intro {
  margin-bottom: 63px;
  padding-top: 92px;
}
main.scene .mainSec .contentsArea--intro p {
  font-size: 20px;
  line-height: 1.75;
}
main.scene .mainSec .contentsArea02 {
  max-width: 100%;
  margin-bottom: 70px;
  background-color: #fff;
}
main.scene .mainSec .contentsArea02__inner {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 46px 0 57px 29px;
}
main.scene .mainSec .contentsArea02--item {
  flex-shrink: 0;
}
main.scene .mainSec .contentsArea02--item.img {
  width: 42.485%;
  max-width: 455px;
}
main.scene .mainSec .contentsArea02--item.text {
  width: 47.153%;
  max-width: 505px;
  margin-left: 10.271%;
  padding-top: 10px;
}
main.scene .mainSec .contentsArea02--item.text h2 {
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
main.scene .mainSec .contentsArea02--item.text p {
  font-size: 15px;
  line-height: 1.867;
}
main.scene .mainSec .contentsArea03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
main.scene .mainSec .contentsArea03__bottomArea {
  overflow: hidden;
  width: 48.35%;
  margin-bottom: 39px;
  background-color: #fff;
  border-radius: 20px;
}
main.scene .mainSec .contentsArea03__bottomArea__innerWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.scene .mainSec .contentsArea03__bottomArea--title {
  height: 90px;
  padding: 28px 0 0;
  background-color: #023f98;
  text-align: center;
}
main.scene .mainSec .contentsArea03__bottomArea--title h3 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1em;
}
main.scene .mainSec .contentsArea03__bottomArea--text {
  padding: 39px 50px 33px;
}
main.scene .mainSec .contentsArea03__bottomArea--text h4 {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 11px 40px;
  text-align: left;
  font-size: 20px;
  letter-spacing: normal;
  border-bottom: 1px solid #d1e6f2;
}
main.scene .mainSec .contentsArea03__bottomArea--text h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 21px;
  background: url("../img/requi_check.png") 0 0 no-repeat;
  background-size: cover;
}
main.scene .mainSec .contentsArea03__bottomArea--text ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 23px;
  font-size: 15px;
}
main.scene .mainSec .contentsArea03__bottomArea--text ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  width: 7px;
  height: 7px;
  background-color: #023f98;
  border-radius: 100%;
}

main.news {
  padding-bottom: 140px;
}
main.news .mainSec .contentsWrap {
  background: url("../img/lower_common/contents_bg_01.png") left 86px no-repeat;
  background-size: 292px auto;
}
main.news .mainSec .contentsArea--intro p {
  font-size: 17px;
  line-height: 1.9;
}
main.news .mainSec .contentsArea__bottomArea {
  position: relative;
  z-index: 2;
}
main.news .mainSec .contentsArea__bottomArea__newsList--item {
  padding: 22px 3px 22px 0;
  border-bottom: 1px solid #d1e6f2;
}
main.news .mainSec .contentsArea__bottomArea__newsList--item:first-child {
  border-top: 1px solid #d1e6f2;
}
main.news .mainSec .contentsArea__bottomArea__newsList--item a {
  display: flex;
  align-items: center;
}
main.news .mainSec .contentsArea__bottomArea__newsList--item a .category {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100px;
  height: 24px;
  margin-right: 29px;
  padding: 2px 0;
  text-align: center;
  font-size: 12px;
  border: 1px solid #023f98;
  border-radius: 12px;
}
main.news .mainSec .contentsArea__bottomArea__newsList--item a .title {
  flex-grow: 1;
  font-size: 15px;
  margin-right: 1em;
}
main.news .mainSec .contentsArea__bottomArea__newsList--item a .title p {
  display: inline-block;
  position: relative;
}
main.news .mainSec .contentsArea__bottomArea__newsList--item a .title p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #023f98;
  transition: 0.3s;
  opacity: 0;
}
main.news .mainSec .contentsArea__bottomArea__newsList--item a:hover .title p::after {
  opacity: 1;
}
main.news .mainSec .contentsArea__bottomArea__newsList--item a time {
  flex-grow: 0;
  flex-shrink: 0;
  padding-top: 3px;
  font-size: 13px;
  line-height: 1;
}
main.news .mainSec .contentsArea__btnArea__pagination {
  display: flex;
  justify-content: center;
}
main.news .mainSec .contentsArea__btnArea__pagination--item .page-numbers {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 3px;
  padding: 6px 0;
  text-align: center;
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  border-radius: 100%;
}
main.news .mainSec .contentsArea__btnArea__pagination--item .page-numbers:hover {
  background-color: #023f98;
  color: #fff;
}
main.news .mainSec .contentsArea__btnArea__pagination--item .current {
  background-color: #023f98;
  color: #fff;
}
main.news .mainSec .contentsArea__btnArea__pagination--item .prev,
main.news .mainSec .contentsArea__btnArea__pagination--item .next {
  width: 76px;
  height: 36px;
  background: transparent;
  padding: 7px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  border: 1px solid #023f98;
  border-radius: 18px;
}
main.news .mainSec .contentsArea__btnArea__pagination--item .prev {
  margin: 0 17px 0 0;
  padding-left: 12px;
  position: relative;
}
main.news .mainSec .contentsArea__btnArea__pagination--item .prev:after {
  content: "";
  display: block;
  position: absolute;
  right: auto;
  left: 15px;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(135deg);
}
main.news .mainSec .contentsArea__btnArea__pagination--item .prev:hover {
  background-color: #023f98;
  color: #fff;
}
main.news .mainSec .contentsArea__btnArea__pagination--item .prev:hover::after {
  border-color: #fff;
}
main.news .mainSec .contentsArea__btnArea__pagination--item .next {
  margin: 0 0 0 17px;
  padding-right: 9px;
  position: relative;
}
main.news .mainSec .contentsArea__btnArea__pagination--item .next:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.news .mainSec .contentsArea__btnArea__pagination--item .next:hover {
  background-color: #023f98;
  color: #fff;
}
main.news .mainSec .contentsArea__btnArea__pagination--item .next:hover::after {
  border-color: #fff;
}
main.news.detail {
  padding-bottom: 140px;
}
main.news.detail .mainSec .breadcrumbs {
  margin-bottom: 40px;
}
main.news.detail .mainSec .breadcrumbs ul li {
  color: #023f98;
}
main.news.detail .mainSec .breadcrumbs ul li::after {
  color: #023f98;
}
main.news.detail .mainSec .breadcrumbs ul li a {
  color: #023f98;
}
main.news.detail .mainSec .breadcrumbs ul li a::after {
  background-color: #023f98;
}
main.news.detail .mainSec .contentsArea__bottomArea {
  position: relative;
  z-index: 2;
  padding: 60px 12.5% 60px;
}
main.news.detail .mainSec .contentsArea__bottomArea a {
  position: relative;
  display: inline-block;
  color: #023f98;
}
main.news.detail .mainSec .contentsArea__bottomArea a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #023f98;
  opacity: 1;
  transition: 0.3s;
}
main.news.detail .mainSec .contentsArea__bottomArea a:hover::after {
  opacity: 0;
}
main.news.detail .mainSec .contentsArea__bottomArea__titleArea {
  margin-bottom: 54px;
}
main.news.detail .mainSec .contentsArea__bottomArea__titleArea .intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
}
main.news.detail .mainSec .contentsArea__bottomArea__titleArea .intro .category {
  display: inline-block;
  flex-grow: 0;
  width: 100px;
  height: 24px;
  padding: 1px 0;
  margin-right: 29px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #023f98;
  border-radius: 12px;
}
main.news.detail .mainSec .contentsArea__bottomArea__titleArea .intro time {
  font-size: 13px;
  line-height: 1;
}
main.news.detail .mainSec .contentsArea__bottomArea__titleArea h1 {
  margin-bottom: 7px;
  color: #1a1a1a;
  font-size: 32px;
  line-height: 1.4375;
}
main.news.detail .mainSec .contentsArea__bottomArea__titleArea h2.subtitle {
  color: #1a1a1a;
  font-size: 20px;
  line-height: 1.6;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea {
  margin-bottom: 55px;
  padding-bottom: 60px;
  border-bottom: 1px solid #d1e6f2;
  color: #1a1a1a;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea .wp-embedded-content {
  max-width: 100%;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea .wp-caption {
  margin-bottom: 30px;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea .wp-caption .wp-caption-text {
  margin-bottom: 0;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea .aligncenter {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea h3 {
  margin-bottom: 15px;
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 500;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea h4 {
  margin-bottom: 5px;
  text-align: left;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: normal;
  font-weight: 500;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea p {
  margin-bottom: 30px;
  text-align: left;
  font-size: 15px;
  line-height: 2;
  letter-spacing: normal;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea p.wp-caption-text {
  font-size: 13px;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea sup {
  font-size: 0.5em;
  vertical-align: super;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea ul {
  padding-left: 1em;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea ul li:last-child {
  margin-bottom: 0;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea ol {
  padding-left: 1em;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea ol li {
  margin-bottom: 10px;
  list-style-type: decimal;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea ol li:last-child {
  margin-bottom: 0;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea table tr {
  border-bottom: 1px solid #d1e6f2;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea table tr th, main.news.detail .mainSec .contentsArea__bottomArea__articleArea table tr td {
  padding: 15px;
  vertical-align: middle;
  border-left: 1px solid #d1e6f2;
  font-size: 15px;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea table tr:first-of-type {
  border-top: 1px solid #d1e6f2;
}
main.news.detail .mainSec .contentsArea__bottomArea__articleArea table tr > *:last-of-type {
  border-right: 1px solid #d1e6f2;
}
main.news.detail .mainSec .contentsArea__bottomArea__signatureArea {
  margin-bottom: 18px;
  color: #1a1a1a;
}
main.news.detail .mainSec .contentsArea__bottomArea__signatureArea img {
  margin-bottom: 15px;
}
main.news.detail .mainSec .contentsArea__bottomArea__signatureArea > p {
  font-size: 15px;
  margin: 0 0 40px 0;
}
main.news.detail .mainSec .contentsArea__bottomArea__signatureArea > p:last-of-type {
  margin: 0 0 0 0;
}
main.news.detail .mainSec .contentsArea__bottomArea__trademarkArea {
  color: #1a1a1a;
}
main.news.detail .mainSec .contentsArea__bottomArea__trademarkArea p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
main.news.detail .mainSec .contentsArea__pageNav {
  display: flex;
  justify-content: center;
  align-items: center;
}
main.news.detail .mainSec .contentsArea__pageNav .btn {
  text-align: center;
  border: 1px solid #023f98;
}
main.news.detail .mainSec .contentsArea__pageNav .prev,
main.news.detail .mainSec .contentsArea__pageNav .next {
  width: 76px;
  height: 36px;
  padding: 7px 0;
  font-size: 13px;
  border-radius: 18px;
}
main.news.detail .mainSec .contentsArea__pageNav .prev {
  margin: 0 30px 0 0;
  padding-left: 12px;
  position: relative;
}
main.news.detail .mainSec .contentsArea__pageNav .prev:after {
  content: "";
  display: block;
  position: absolute;
  right: auto;
  left: 15px;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(135deg);
}
main.news.detail .mainSec .contentsArea__pageNav .prev:hover {
  background-color: #023f98;
  color: #fff;
}
main.news.detail .mainSec .contentsArea__pageNav .prev:hover::after {
  border-color: #fff;
}
main.news.detail .mainSec .contentsArea__pageNav .next {
  margin: 0 0 0 30px;
  padding-right: 9px;
  position: relative;
}
main.news.detail .mainSec .contentsArea__pageNav .next:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.news.detail .mainSec .contentsArea__pageNav .next:hover {
  background-color: #023f98;
  color: #fff;
}
main.news.detail .mainSec .contentsArea__pageNav .next:hover::after {
  border-color: #fff;
}
main.news.detail .mainSec .contentsArea__pageNav .returnTop {
  position: relative;
  width: 220px;
  height: 52px;
  padding: 14px 0 14px 27px;
  font-size: 14px;
  border-radius: 26px;
}
main.news.detail .mainSec .contentsArea__pageNav .returnTop::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42px;
  width: 18px;
  height: 20px;
  margin: auto;
  background: url("../img/news/news_icon_returnTop.svg") 0 0 no-repeat;
  background-size: cover;
}
main.news.detail .mainSec .contentsArea__pageNav .returnTop:hover {
  background-color: #023f98;
  color: #fff;
}
main.news.detail .mainSec .contentsArea__pageNav .returnTop:hover::after {
  background-image: url("../img/news/news_icon_returnTop_white.svg");
}

main.trial {
  padding-bottom: 140px;
}
main.trial .mainSec .contentsWrap {
  background: url("../img/lower_common/contents_bg_01.png") left 86px no-repeat;
  background-size: 292px auto;
}
main.trial .mainSec .contentsArea--intro {
  position: relative;
  margin: -50px auto 59px;
  padding-top: 92px;
  text-align: center;
  line-height: 2;
}
main.trial .mainSec .contentsArea--intro p {
  font-size: 20px;
  line-height: 1.8;
}
main.trial .mainSec .contentsArea__bottomArea {
  position: relative;
  margin-bottom: 0;
  padding: 68px 100px 54px;
  z-index: 2;
}
main.trial .mainSec .contentsArea__bottomArea .secTitle {
  margin-bottom: 26px;
  letter-spacing: -2px;
}
main.trial .mainSec .contentsArea__bottomArea ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
  font-size: 15px;
}
main.trial .mainSec .contentsArea__bottomArea ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 7px;
  width: 7px;
  height: 7px;
  background-color: #023f98;
  border-radius: 100%;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap {
  display: flex;
  justify-content: space-between;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48.9%;
  min-height: 220px;
  padding: 28px 20px 27px;
  background-color: #f1f5f8;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox h3 {
  position: relative;
  padding-bottom: 24px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px solid #d6e4ec;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox h3::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox p {
  font-size: 13px;
  line-height: 1.7;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn {
  display: inline-block;
  width: 100%;
  max-width: 176px;
  height: 36px;
  margin: 0 auto;
  text-align: center;
  padding: 6px 0;
  background-color: #fff700;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #023f98;
  border-radius: 26px;
  box-sizing: border-box;
  position: relative;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn:hover {
  background-color: #023f98;
  color: #fff;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn:hover::after {
  border-color: #fff;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq h3 {
  padding-left: 50px;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq h3::after {
  top: -7px;
  left: calc(50% - 84px);
  width: 37px;
  height: 40px;
  background-image: url("../img/support/icon_faq.svg");
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq p {
  padding: 0 90px;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.contact h3 {
  padding-left: 43px;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.contact h3::after {
  top: 2px;
  left: calc(50% - 107px);
  width: 30px;
  height: 23px;
  background-image: url("../img/support/icon_contact.svg");
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.contact p {
  text-align: center;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel {
  padding-bottom: 20px;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel h3 {
  padding-left: 43px;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel h3::after {
  top: 0;
  left: 24px;
  width: 31px;
  height: 31px;
  background-image: url("../img/support/icon_tel.svg");
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel p {
  text-align: center;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .telNum {
  margin-bottom: 4px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .telNum strong {
  font-size: 22px;
}
main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .receptionTime {
  font-size: 14px;
}
main.trial .mainSec .contentsArea__bottomArea .loginInfo {
  text-align: center;
  margin: 0 0 60px 0;
}
main.trial .mainSec .contentsArea__bottomArea .loginInfo p {
  font-size: 15px;
  margin: 0 0 26px 0;
}
main.trial .mainSec .contentsArea__bottomArea .loginInfo table {
  width: 262px;
  height: 87px;
  margin: 0 auto 31px;
  border: solid 1px #d1e6f2;
}
main.trial .mainSec .contentsArea__bottomArea .loginInfo table th {
  width: 43%;
  padding: 10px 18px;
  background: #f6f8fa;
}
main.trial .mainSec .contentsArea__bottomArea .loginInfo table td {
  padding: 10px 25px;
}
main.trial .mainSec .contentsArea__bottomArea .loginInfo table th, main.trial .mainSec .contentsArea__bottomArea .loginInfo table td {
  text-align: left;
  border-bottom: solid 1px #d1e6f2;
}
main.trial .mainSec .contentsArea__bottomArea .loginInfo .btn {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 16px 15px;
  font-weight: 500;
  background-color: #fff700;
  font-size: 14px;
  border-radius: 26px;
  box-sizing: border-box;
  position: relative;
}
main.trial .mainSec .contentsArea__bottomArea .loginInfo .btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.trial .mainSec .contentsArea__bottomArea .loginInfo .btn:hover {
  background-color: #023f98;
  color: #fff;
}
main.trial .mainSec .contentsArea__bottomArea .loginInfo .btn:hover::after {
  border-color: #fff;
}
main.trial .mainSec .contentsArea__bottomArea .aboutArea {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

main.cloud {
  padding-bottom: 140px;
  overflow: hidden;
}
main.cloud .mainSec .titleArea {
  padding-bottom: 118px;
}
main.cloud .mainSec .btn {
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 14px 26px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #023f98;
  border-radius: 26px;
  box-sizing: border-box;
  line-height: 1.607;
  position: relative;
}
main.cloud .mainSec .btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.cloud .mainSec .btn:hover {
  background-color: #023f98;
  color: #fff;
}
main.cloud .mainSec .btn:hover::after {
  border-color: #fff;
}
main.cloud .mainSec .ttl {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 78px 0 0;
}
main.cloud .mainSec .ttl::before {
  content: "";
  background: url(../img/products/cloud/icon_01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 76px;
  height: 76px;
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
}
main.cloud .mainSec .ttl h1 {
  order: 1;
}
main.cloud .mainSec .ttl span {
  font-size: 18px;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: 2px;
}
main.cloud .mainSec .contentsWrap.feature {
  padding-bottom: 80px;
  background-image: url(../img/lower_common/contents_bg_mono_01.png), url(../img/lower_common/contents_bg_mono_02.png);
  background-position: left 225px, right 39.65%, left 69.3%, right 98.95%;
  background-size: 292px auto, 310px auto, 359px auto, 310px auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
main.cloud .mainSec .contentsWrap.func {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  background-image: url("../img/lower_common/contents_bg_mono_01.png");
  background-position: left 10px, right 43.5%;
  background-size: 291px auto, 338px auto;
  background-repeat: no-repeat, no-repeat;
}
main.cloud .mainSec .contentsWrap.text {
  position: relative;
  z-index: 1;
  padding: 65px 0;
  background-color: #fff;
}
main.cloud .mainSec .contentsWrap.table {
  padding: 0 0 75px 0;
  background: url(../img/lower_common/contents_bg_mono_02.png) no-repeat;
  background-size: 338px auto;
  background-position: right bottom;
}
main.cloud .mainSec .contentsWrap.flow {
  position: relative;
}
main.cloud .mainSec .contentsWrap.flow::after {
  content: "";
  background: url(../img/lower_common/contents_bg_mono_01.png) no-repeat;
  background-size: 100%;
  width: 297px;
  height: 335px;
  position: absolute;
  bottom: -139px;
  left: 26px;
  z-index: 5;
}
main.cloud .mainSec .contentsWrap.flow .contentsArea {
  border-bottom: solid 1px #dee6ea;
}
main.cloud .mainSec .contentsWrap.flow .functionArea {
  padding: 0 0 80px 0;
}
main.cloud .mainSec .contentsWrap.flow .functionArea--areaTitle {
  margin-bottom: 32px;
}
main.cloud .mainSec .contentsWrap.flow .secTitle {
  font-size: 20px !important;
  border-bottom: none;
  margin-bottom: 6px !important;
}
main.cloud .mainSec .contentsWrap.flow .att {
  font-size: 12px !important;
  color: #6785af;
}
main.cloud .mainSec .contentsWrap.flow .att p {
  margin: 0 0 2px;
}
main.cloud .mainSec .contentsWrap.flow .att p:last-child {
  margin: 0 0 0 0;
}
main.cloud .mainSec .contentsWrap.flow .functionArea__box {
  margin: 0 0 41px 0;
}
main.cloud .mainSec .contentsWrap.flow .functionArea__box:last-of-type {
  margin: 0 0 0 0;
}
main.cloud .mainSec .contentsWrap.flow .leadBlock {
  text-align: center;
  margin: 0 0 39px;
}
main.cloud .mainSec .contentsWrap.flow .leadBlock p {
  font-size: 18px;
  line-height: 1.9;
  margin: 0 0 5px;
}
main.cloud .mainSec .contentsWrap.flow .leadBlock em {
  font-size: 8px;
  vertical-align: top;
}
main.cloud .mainSec .contentsWrap.flow .leadBlock span {
  font-size: 12px;
  color: #6785af;
}
main.cloud .mainSec .contentsWrap.flow .flowArea {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  padding: 40px 31px 45px;
  margin: 0 0 11px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../img/products/cloud/flow_line.png) right center no-repeat;
  background-size: 18px;
  padding: 0 0px 0 0;
  width: 305px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li p {
  width: 100%;
  margin: 0 auto 35px;
  padding: 0 0px 0 35px;
  position: relative;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li span {
  font-size: 8px;
  vertical-align: top;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li img {
  margin: 0 0 0 88px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(1) {
  background: url(../img/products/cloud/flow_line.png) right 6px top -11px no-repeat;
  background-size: 18px;
  margin: 0 0 0 0;
  width: 289px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(1) p {
  padding: 0 38px 0 35px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(1) p::before {
  background: url("../img/products/cloud/flow_no1.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(1) img {
  width: 61px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(2) {
  background: url(../img/products/cloud/flow_line.png) right center no-repeat;
  background-size: 18px;
  margin: 0 0 0 0;
  width: 300px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(2) p {
  width: 90%;
  padding: 0 30px 0 35px;
  margin: 0 auto 56px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(2) p::before {
  background: url("../img/products/cloud/flow_no2.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(2) img {
  width: 167px;
  margin: 0 0 0 50px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(3) p {
  width: 84%;
  padding: 0 20px 0 35px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(3) p::before {
  background: url("../img/products/cloud/flow_no3.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(3) img {
  width: 106px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(4) {
  background: none;
  width: 264px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(4) p {
  width: 83%;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(4) p::before {
  background: url("../img/products/cloud/flow_no4.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(4) img {
  width: 106px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li p {
  margin: 0 auto 20px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) {
  width: 273px;
  padding: 0 38px 0 0;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) p {
  padding: 0 0 0 35px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) img {
  width: 106px;
  margin: 0 0 0 36px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) {
  width: 287px;
  padding: 0 20px 0 0px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) p {
  width: 87%;
  padding: 0 0 0 35px;
  margin: 0 auto 34px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) img {
  margin: 0 0 0 16px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) {
  width: 297px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) p {
  width: 85%;
  margin: 0 auto 16px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) img {
  width: 106px;
  margin: 0 0 0 55px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) {
  width: 296px;
  background: url("../img/products/cloud/flow_line.png") right center no-repeat;
  background-size: 18px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) p {
  width: 82%;
  padding: 0 10px 0 35px;
  margin: 0 auto 16px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) img {
  width: 106px;
  margin: 0 0 0 58px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(5) {
  background: none;
  padding: 0 0 0 10px;
  width: 251px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(5) p {
  width: 90%;
  padding: 0 0px 0 35px;
  margin: 0 auto 16px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(5) p::before {
  background: url("../img/products/cloud/flow_no5.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(5) img {
  width: 106px;
  margin: 0 0 0 53px;
}
main.cloud .mainSec .contentsWrap.flow .btn {
  display: block;
  width: 100%;
  max-width: 310px;
  margin: 25px auto 0;
}
main.cloud .mainSec .contentsWrap.flow .btn::after {
  right: 19px;
}
main.cloud .mainSec .contentsWrap.method {
  padding: 80px 0 0;
}
main.cloud .mainSec .contentsWrap.method .btn {
  display: block;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}
main.cloud .mainSec .contentsWrap.method .btn::after {
  right: 22px;
}
main.cloud .mainSec .contentsWrap.method .btn:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 40px;
}
main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48.9%;
  padding: 32px 83px 27px 50px;
  background-color: #fff;
  border-radius: 20px;
}
main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .small {
  font-size: 16px;
  font-weight: normal;
}
main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .small::after {
  display: none;
}
main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .m_small {
  font-size: 14px;
  font-weight: normal;
}
main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .m_small::after {
  display: none;
}
main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox a:hover p::after {
  opacity: 1;
  transition: 0.3s;
}
main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox p {
  font-size: 23px;
  font-weight: 500;
  position: relative;
}
main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox p::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #023f98;
  transition: 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
}
main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #e9eff2;
  padding: 0 0 20px;
  margin: 0 0 11px;
  position: relative;
}
main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea::after {
  content: "";
  display: block;
  position: absolute;
  right: -45px;
  left: auto;
  top: 0;
  bottom: -30px;
  margin: auto;
  width: 22px;
  height: 22px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea .imgArea {
  width: 76px;
  margin: 0 20px 0 0;
}
main.cloud .mainSec .contentsArea--intro {
  margin-bottom: 56px;
  padding-top: 91px;
}
main.cloud .mainSec .contentsArea--intro p {
  font-size: 20px;
  line-height: 1.75;
}
main.cloud .mainSec .contentsArea .featureArea {
  padding-bottom: 90px;
  border-bottom: 1px solid #dee6ea;
}
main.cloud .mainSec .contentsArea .featureArea__bottomArea {
  overflow: hidden;
  padding: 0;
}
main.cloud .mainSec .contentsArea .featureArea__bottomArea::before {
  content: " ";
  margin-top: -120px;
  height: 120px;
  display: block;
  visibility: hidden;
}
main.cloud .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(odd) .photoArea {
  order: 1;
}
main.cloud .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(odd) .textArea {
  order: 2;
}
main.cloud .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(even) .photoArea {
  order: 2;
}
main.cloud .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(even) .textArea {
  order: 1;
}
main.cloud .mainSec .contentsArea .featureArea__bottomArea:last-of-type {
  margin-bottom: 0;
}
main.cloud .mainSec .contentsArea .featureArea__innerWrap {
  display: flex;
}
main.cloud .mainSec .contentsArea .featureArea__innerWrap--itemBox {
  flex-shrink: 0;
}
main.cloud .mainSec .contentsArea .featureArea__innerWrap--itemBox.photoArea {
  width: 58.5%;
  max-width: 700px;
}
main.cloud .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  padding: 20px 5%;
}
main.cloud .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .icon {
  position: relative;
  width: 129px;
  height: 36px;
  margin-bottom: 20px;
  padding: 7px 0 0 25px;
  text-align: center;
  background: url("../img/features/icon_white.svg") 22px center no-repeat #023f98;
  background-size: 25px 20px;
  color: #fff;
  border-radius: 18px;
}
main.cloud .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .icon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 18px;
  width: 20px;
  height: 21px;
  background: url("../img/features/icon_balloon_navy.svg") 0 0 no-repeat;
}
main.cloud .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea h3 {
  position: relative;
  margin: 0 auto 20px 0;
  padding-bottom: 8px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
main.cloud .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  background-color: #fff700;
  border-radius: 2px;
}
main.cloud .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .text {
  font-size: 16px;
  line-height: 1.75;
}
main.cloud .mainSec .contentsArea .functionArea--areaTitle {
  margin-bottom: 42px;
}
main.cloud .mainSec .contentsArea .functionArea__bottomArea {
  padding: 0;
  background-color: transparent;
  border-radius: none;
}
main.cloud .mainSec .contentsArea .functionArea__bottomArea .secTitle {
  margin-bottom: 25px;
  font-size: 24px;
}
main.cloud .mainSec .contentsArea .functionArea__bottomArea > p {
  margin-bottom: 38px;
  font-size: 17px;
}
main.cloud .mainSec .contentsArea .functionArea__bottomArea:last-of-type {
  margin-bottom: 0;
}
main.cloud .mainSec .contentsArea .functionArea__funcList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 16px;
  border-bottom: solid 1px #dee6ea;
  justify-content: space-between;
  position: relative;
}
main.cloud .mainSec .contentsArea .functionArea__funcList::after {
  content: "";
  width: 31%;
  display: block;
}
main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox {
  overflow: hidden;
  max-width: 364px;
  width: 31%;
  border-radius: 20px;
}
main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox:nth-child(3n) {
  margin-right: 0;
}
main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox--photoArea {
  width: 100%;
}
main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox--textArea {
  min-height: 195px;
  padding: 28px 23px;
}
main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4 {
  position: relative;
  margin: 0 0 18px 0;
  padding: 0 0 0 34px;
  text-align: left;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: normal;
}
main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 20px;
  background: url("../img/requi_check.png") 0 0 no-repeat;
  background-size: cover;
}
main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p {
  font-size: 14px;
  line-height: 1.75;
}
main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p span {
  color: #6785af;
  font-size: 12px;
}
main.cloud .mainSec .contentsArea .tableArea {
  padding: 81px 0 100px;
  border-bottom: solid 1px #dee6ea;
}
main.cloud .mainSec .contentsArea .tableArea > p {
  color: #6785af;
  font-size: 12px;
}
main.cloud .mainSec .contentsArea .tableArea .tableWrap {
  margin-bottom: 18px;
  border-radius: 20px;
}
main.cloud .mainSec .contentsArea .tableArea table {
  width: 100%;
}
main.cloud .mainSec .contentsArea .tableArea table span {
  font-size: 9px;
  vertical-align: text-top;
}
main.cloud .mainSec .contentsArea .tableArea table tr th,
main.cloud .mainSec .contentsArea .tableArea table tr td {
  width: 275px;
  padding: 19px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-right: 1px solid #d0e3ee;
}
main.cloud .mainSec .contentsArea .tableArea table tr th.text,
main.cloud .mainSec .contentsArea .tableArea table tr td.text {
  width: 320px;
  text-align: left;
}
main.cloud .mainSec .contentsArea .tableArea table tr th .windowsImg {
  width: 124px;
  max-width: inherit;
  margin: 7px auto 0;
}
main.cloud .mainSec .contentsArea .tableArea table tr th .appleImg {
  width: 124px;
  max-width: inherit;
  margin: 0 auto 0;
}
main.cloud .mainSec .contentsArea .tableArea table tr th .choromeImg {
  width: 124px;
  max-width: inherit;
  margin: 1px auto 0;
}
main.cloud .mainSec .contentsArea .tableArea table tr th:first-of-type {
  width: 208px;
  background-color: #225bab;
  border-right: none;
}
main.cloud .mainSec .contentsArea .tableArea table tr th:first-of-type.line02 {
  background-color: #1f549e;
}
main.cloud .mainSec .contentsArea .tableArea table tr th:last-of-type {
  border-right: none;
}
main.cloud .mainSec .contentsArea .tableArea table tr:nth-of-type(odd) td {
  background-color: #f1f5f8;
}
main.cloud .mainSec .contentsArea .tableArea table tr:nth-of-type(even) td {
  background-color: #fff;
}
main.cloud .mainSec .contentsArea .tableArea table thead tr th {
  height: 177px;
  font-size: 17px;
  font-weight: 500;
}
main.cloud .mainSec .contentsArea .tableArea table thead tr th img {
  max-width: 76px;
  margin: 0 auto 10px;
}
main.cloud .mainSec .contentsArea .tableArea table thead tr th span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
main.cloud .mainSec .contentsArea .tableArea table tbody tr th, main.cloud .mainSec .contentsArea .tableArea table tbody tr td {
  min-height: 60px;
}
main.cloud .mainSec .contentsArea .tableArea table tbody tr th {
  color: #fff;
  font-weight: 500;
  background-color: #1f549e;
}
main.cloud .mainSec .contentsArea .tableArea table tbody tr td:last-of-type {
  border-right: none;
}
main.cloud .mainSec .contentsArea .tableArea table tbody tr.line02 th {
  background-color: #2057a6;
}
main.cloud .mainSec .contentsArea .tableArea table tbody tr:last-of-type th, main.cloud .mainSec .contentsArea .tableArea table tbody tr:last-of-type td {
  height: 63px;
}
main.cloud .mainSec .contentsArea .tableArea .btn {
  display: block;
  width: 100%;
  max-width: 308px;
  margin: 16px auto 0;
  text-align: center;
}
main.cloud .mainSec .contentsArea .tableArea .btn::after {
  right: 19px;
}
main.cloud .mainSec .contentsArea .tableArea .btn:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
main.cloud .mainSec .contentsArea .textArea {
  text-align: center;
}
main.cloud .mainSec .contentsArea .textArea .att {
  display: block;
  font-size: 24px;
  margin: 0 0 13px;
}
main.cloud .mainSec .contentsArea .textArea .btText {
  width: 45%;
  margin: 0 auto;
  text-align: left;
}
main.cloud .mainSec .contentsArea .textArea .btText p {
  color: #6785af;
  font-size: 12px;
  margin: 0 0 5px;
}

main.app {
  padding-bottom: 140px;
  overflow: hidden;
}
main.app .mainSec .titleArea {
  padding-bottom: 118px;
}
main.app .mainSec .btn {
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 14px 26px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #023f98;
  border-radius: 26px;
  box-sizing: border-box;
  line-height: 1.607;
  position: relative;
}
main.app .mainSec .btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.app .mainSec .btn:hover {
  background-color: #023f98;
  color: #fff;
}
main.app .mainSec .btn:hover::after {
  border-color: #fff;
}
main.app .mainSec .ttl {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 78px 0 0;
}
main.app .mainSec .ttl::before {
  content: "";
  background: url(../img/products/app/icon_01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 76px;
  height: 76px;
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
}
main.app .mainSec .ttl h1 {
  order: 1;
}
main.app .mainSec .ttl span {
  font-size: 18px;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: 2px;
}
main.app .mainSec .contentsWrap.feature {
  padding-bottom: 80px;
  background-image: url(../img/lower_common/contents_bg_mono_01.png), url(../img/lower_common/contents_bg_mono_02.png);
  background-position: left 225px, right 39.65%, left 69.3%, right 98.95%;
  background-size: 292px auto, 310px auto, 359px auto, 310px auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
main.app .mainSec .contentsWrap.func {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  background-image: url("../img/lower_common/contents_bg_mono_01.png");
  background-position: left 10px, right 43.5%;
  background-size: 291px auto, 338px auto;
  background-repeat: no-repeat, no-repeat;
}
main.app .mainSec .contentsWrap.text {
  position: relative;
  z-index: 1;
  padding: 65px 0;
  background-color: #fff;
}
main.app .mainSec .contentsWrap.table {
  padding: 0 0 80px 0;
  position: relative;
  background: url(../img/lower_common/contents_bg_mono_02.png) no-repeat;
  background-size: 338px auto;
  background-position: right bottom;
}
main.app .mainSec .contentsWrap.flow {
  position: relative;
}
main.app .mainSec .contentsWrap.flow::after {
  content: "";
  background: url(../img/lower_common/contents_bg_mono_01.png) no-repeat;
  background-size: 100%;
  width: 297px;
  height: 335px;
  position: absolute;
  bottom: -139px;
  left: 26px;
  z-index: 5;
}
main.app .mainSec .contentsWrap.flow .contentsArea {
  border-bottom: solid 1px #dee6ea;
}
main.app .mainSec .contentsWrap.flow .functionArea {
  padding: 0 0 80px 0;
}
main.app .mainSec .contentsWrap.flow .functionArea--areaTitle {
  margin-bottom: 32px;
}
main.app .mainSec .contentsWrap.flow .secTitle {
  font-size: 20px !important;
  margin-bottom: 18px !important;
}
main.app .mainSec .contentsWrap.flow .flowText {
  font-size: 16px;
  margin: 0 0 25px;
}
main.app .mainSec .contentsWrap.flow .att {
  font-size: 12px !important;
  color: #6785af;
}
main.app .mainSec .contentsWrap.flow .att p {
  margin: 0 0 2px;
}
main.app .mainSec .contentsWrap.flow .att p:last-child {
  margin: 0 0 0 0;
}
main.app .mainSec .contentsWrap.flow .functionArea__box {
  margin: 0 0 43px 0;
}
main.app .mainSec .contentsWrap.flow .functionArea__box:last-of-type {
  margin: 0 0 0 0;
}
main.app .mainSec .contentsWrap.flow .leadBlock {
  text-align: center;
  margin: 0 0 39px;
}
main.app .mainSec .contentsWrap.flow .leadBlock p {
  font-size: 18px;
  line-height: 1.9;
  margin: 0 0 5px;
}
main.app .mainSec .contentsWrap.flow .leadBlock em {
  font-size: 8px;
  vertical-align: top;
}
main.app .mainSec .contentsWrap.flow .leadBlock span {
  font-size: 12px;
  color: #6785af;
}
main.app .mainSec .contentsWrap.flow .flowArea {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  padding: 40px 31px 42px;
  margin: 0 0 16px;
}
main.app .mainSec .contentsWrap.flow .flowArea li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../img/products/cloud/flow_line.png) right center no-repeat;
  background-size: 18px;
  padding: 0 0px 0 0;
  width: 305px;
}
main.app .mainSec .contentsWrap.flow .flowArea li p {
  width: 100%;
  margin: 0 auto 35px;
  padding: 0 0px 0 35px;
  position: relative;
}
main.app .mainSec .contentsWrap.flow .flowArea li p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
main.app .mainSec .contentsWrap.flow .flowArea li span {
  font-size: 8px;
  vertical-align: top;
}
main.app .mainSec .contentsWrap.flow .flowArea li img {
  margin: 0 0 0 88px;
}
main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(1) {
  background: url(../img/products/cloud/flow_line.png) right 6px top -11px no-repeat;
  background-size: 18px;
  margin: 0 0 0 0;
  width: 289px;
}
main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(1) p {
  padding: 0 38px 0 35px;
}
main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(1) p::before {
  background: url("../img/products/cloud/flow_no1.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(1) img {
  width: 61px;
}
main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(2) {
  background: url(../img/products/cloud/flow_line.png) right center no-repeat;
  background-size: 18px;
  margin: 0 0 0 0;
  width: 300px;
}
main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(2) p {
  width: 90%;
  padding: 0 30px 0 35px;
  margin: 0 auto 0;
}
main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(2) p::before {
  background: url("../img/products/cloud/flow_no2.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(2) img {
  width: 221px;
  margin: 0 0 0 23px;
}
main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(3) p {
  width: 84%;
  padding: 0 20px 0 35px;
}
main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(3) p::before {
  background: url("../img/products/cloud/flow_no3.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(3) img {
  width: 155px;
  margin: 0 0 0 61px;
}
main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(4) {
  background: none;
  width: 264px;
}
main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(4) p {
  width: 89%;
}
main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(4) p::before {
  background: url("../img/products/cloud/flow_no4.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(4) img {
  width: 118px;
  margin: 0 0 0 74px;
}
main.app .mainSec .contentsWrap.flow .flowArea.fifth {
  padding: 44px 31px 43px;
  margin: 0 0 21px 0;
}
main.app .mainSec .contentsWrap.flow .flowArea.fifth li p {
  margin: 0 auto 20px;
}
main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) {
  width: 283px;
  padding: 0 38px 0 0;
}
main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) p {
  padding: 0 0 0 35px;
}
main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) img {
  width: 61px;
  margin: 0 0 0 88px;
}
main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) {
  width: 287px;
  padding: 0 0 0 0px;
}
main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) p {
  width: 96%;
  padding: 0 0 0 35px;
  margin: 0 auto 34px;
}
main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) img {
  width: 167px;
  margin: 0 0 0 40px;
}
main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) {
  width: 287px;
}
main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) p {
  width: 93%;
  margin: 0 auto 24px;
}
main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) img {
  width: 164px;
  margin: 0 0 0 49px;
}
main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) {
  width: 249px;
  background: none;
}
main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) p {
  width: 97%;
  padding: 0 10px 0 35px;
  margin: 0 auto 16px;
}
main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) img {
  width: 114px;
  margin: 0 0 0 70px;
}
main.app .mainSec .contentsWrap.flow .btn {
  display: block;
  width: 100%;
  max-width: 310px;
  margin: 23px auto 0;
}
main.app .mainSec .contentsWrap.flow .btn::after {
  right: 19px;
}
main.app .mainSec .contentsWrap.method {
  padding: 80px 0 0;
}
main.app .mainSec .contentsWrap.method .btn {
  display: block;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}
main.app .mainSec .contentsWrap.method .btn::after {
  right: 22px;
}
main.app .mainSec .contentsWrap.method .btn:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 44px;
}
main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48.9%;
  padding: 32px 83px 27px 50px;
  background-color: #fff;
  border-radius: 20px;
}
main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .small {
  font-size: 16px;
  font-weight: normal;
}
main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .small::after {
  display: none;
}
main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .m_small {
  font-size: 14px;
  font-weight: normal;
}
main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .m_small::after {
  display: none;
}
main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox a:hover p::after {
  opacity: 1;
  transition: 0.3s;
}
main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox p {
  font-size: 23px;
  font-weight: 500;
  position: relative;
}
main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox p::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #023f98;
  transition: 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
}
main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #e9eff2;
  padding: 0 0 20px;
  margin: 0 0 11px;
  position: relative;
}
main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea::after {
  content: "";
  display: block;
  position: absolute;
  right: -45px;
  left: auto;
  top: 0;
  bottom: -30px;
  margin: auto;
  width: 22px;
  height: 22px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea .imgArea {
  width: 76px;
  margin: 0 20px 0 0;
}
main.app .mainSec .contentsArea--intro {
  margin-bottom: 56px;
  padding-top: 91px;
}
main.app .mainSec .contentsArea--intro p {
  font-size: 20px;
  line-height: 1.75;
}
main.app .mainSec .contentsArea .featureArea {
  padding-bottom: 90px;
  border-bottom: 1px solid #dee6ea;
}
main.app .mainSec .contentsArea .featureArea__bottomArea {
  overflow: hidden;
  padding: 0;
}
main.app .mainSec .contentsArea .featureArea__bottomArea::before {
  content: " ";
  margin-top: -120px;
  height: 120px;
  display: block;
  visibility: hidden;
}
main.app .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(odd) .photoArea {
  order: 1;
}
main.app .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(odd) .textArea {
  order: 2;
}
main.app .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(even) .photoArea {
  order: 2;
}
main.app .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(even) .textArea {
  order: 1;
}
main.app .mainSec .contentsArea .featureArea__bottomArea:last-of-type {
  margin-bottom: 0;
}
main.app .mainSec .contentsArea .featureArea__innerWrap {
  display: flex;
}
main.app .mainSec .contentsArea .featureArea__innerWrap--itemBox {
  flex-shrink: 0;
}
main.app .mainSec .contentsArea .featureArea__innerWrap--itemBox.photoArea {
  width: 58.5%;
  max-width: 700px;
}
main.app .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  padding: 20px 5%;
}
main.app .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .icon {
  position: relative;
  width: 129px;
  height: 36px;
  margin-bottom: 20px;
  padding: 7px 0 0 25px;
  text-align: center;
  background: url("../img/features/icon_white.svg") 22px center no-repeat #023f98;
  background-size: 25px 20px;
  color: #fff;
  border-radius: 18px;
}
main.app .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .icon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 18px;
  width: 20px;
  height: 21px;
  background: url("../img/features/icon_balloon_navy.svg") 0 0 no-repeat;
}
main.app .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea h3 {
  position: relative;
  margin: 0 auto 20px 0;
  padding-bottom: 8px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
main.app .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  background-color: #fff700;
  border-radius: 2px;
}
main.app .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .text {
  font-size: 16px;
  line-height: 1.75;
}
main.app .mainSec .contentsArea .functionArea--areaTitle {
  margin-bottom: 42px;
}
main.app .mainSec .contentsArea .functionArea__bottomArea {
  padding: 0;
  background-color: transparent;
  border-radius: none;
}
main.app .mainSec .contentsArea .functionArea__bottomArea .secTitle {
  margin-bottom: 25px;
  font-size: 24px;
}
main.app .mainSec .contentsArea .functionArea__bottomArea > p {
  margin-bottom: 38px;
  font-size: 17px;
}
main.app .mainSec .contentsArea .functionArea__bottomArea:last-of-type {
  margin-bottom: 0;
}
main.app .mainSec .contentsArea .functionArea__funcList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 9px;
  border-bottom: solid 1px #dee6ea;
  justify-content: space-between;
  position: relative;
}
main.app .mainSec .contentsArea .functionArea__funcList::after {
  content: "";
  width: 31%;
  display: block;
}
main.app .mainSec .contentsArea .functionArea__funcList--itemBox {
  overflow: hidden;
  max-width: 364px;
  width: 31%;
}
main.app .mainSec .contentsArea .functionArea__funcList--itemBox:nth-child(3n) {
  margin-right: 0;
}
main.app .mainSec .contentsArea .functionArea__funcList--itemBox--photoArea {
  width: 100%;
  border-radius: 20px;
}
main.app .mainSec .contentsArea .functionArea__funcList--itemBox--textArea {
  min-height: 195px;
  padding: 28px 23px;
}
main.app .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4 {
  position: relative;
  margin: 0 0 18px 0;
  padding: 0 0 0 34px;
  text-align: left;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: normal;
}
main.app .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 20px;
  background: url("../img/requi_check.png") 0 0 no-repeat;
  background-size: cover;
}
main.app .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p {
  font-size: 14px;
  line-height: 1.75;
}
main.app .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p span {
  color: #6785af;
  font-size: 12px;
}
main.app .mainSec .contentsArea .tableArea {
  padding: 81px 0 88px;
  border-bottom: solid 1px #dee6ea;
}
main.app .mainSec .contentsArea .tableArea .contentsArea--areaTitle {
  margin-bottom: 36px;
}
main.app .mainSec .contentsArea .tableArea p {
  color: #6785af;
  font-size: 12px;
}
main.app .mainSec .contentsArea .tableArea .border {
  width: 48.334%;
}
main.app .mainSec .contentsArea .tableArea .secTitle {
  position: relative;
  padding: 4px 0 16px 19px;
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 500;
}
main.app .mainSec .contentsArea .tableArea .secTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 31px;
  background-color: #023f98;
  border-radius: 2px;
}
main.app .mainSec .contentsArea .tableArea .dotWrap {
  justify-content: space-between;
}
main.app .mainSec .contentsArea .tableArea .tableWrap {
  margin-bottom: 18px;
  border-radius: 20px;
}
main.app .mainSec .contentsArea .tableArea table {
  width: 100%;
}
main.app .mainSec .contentsArea .tableArea table span {
  font-size: 9px;
  vertical-align: text-top;
}
main.app .mainSec .contentsArea .tableArea table tr th,
main.app .mainSec .contentsArea .tableArea table tr td {
  width: 275px;
  padding: 19px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-right: 1px solid #d0e3ee;
}
main.app .mainSec .contentsArea .tableArea table tr th.text,
main.app .mainSec .contentsArea .tableArea table tr td.text {
  width: 320px;
  text-align: left;
}
main.app .mainSec .contentsArea .tableArea table tr th .windowsImg {
  width: 124px;
  max-width: inherit;
  margin: 7px auto 0;
}
main.app .mainSec .contentsArea .tableArea table tr th .appleImg {
  width: 124px;
  max-width: inherit;
  margin: 0 auto 0;
}
main.app .mainSec .contentsArea .tableArea table tr th .choromeImg {
  width: 124px;
  max-width: inherit;
  margin: 1px auto 0;
}
main.app .mainSec .contentsArea .tableArea table tr th:first-of-type {
  width: 148px;
  background-color: #225bab;
  border-right: none;
  text-align: left;
  padding: 7px 20px 0 26px;
}
main.app .mainSec .contentsArea .tableArea table tr th:first-of-type.line02 {
  background-color: #1f549e;
}
main.app .mainSec .contentsArea .tableArea table tr th:last-of-type {
  border-right: none;
  text-align: left;
}
main.app .mainSec .contentsArea .tableArea table tr:nth-of-type(odd) td {
  background-color: #f1f5f8;
}
main.app .mainSec .contentsArea .tableArea table tr:nth-of-type(even) td {
  background-color: #fff;
}
main.app .mainSec .contentsArea .tableArea table thead tr th {
  color: #fff;
  font-weight: 500;
}
main.app .mainSec .contentsArea .tableArea table thead tr th.navy {
  color: #023f98;
  font-size: 14px;
  font-weight: normal;
}
main.app .mainSec .contentsArea .tableArea table tbody tr th, main.app .mainSec .contentsArea .tableArea table tbody tr td {
  min-height: 60px;
}
main.app .mainSec .contentsArea .tableArea table tbody tr th {
  color: #fff;
  font-weight: 500;
  background-color: #1f549e;
}
main.app .mainSec .contentsArea .tableArea table tbody tr td {
  text-align: left;
}
main.app .mainSec .contentsArea .tableArea table tbody tr td:last-of-type {
  border-right: none;
}
main.app .mainSec .contentsArea .tableArea table tbody tr.line02 th {
  background-color: #2057a6;
}
main.app .mainSec .contentsArea .tableArea table tbody tr:last-of-type th, main.app .mainSec .contentsArea .tableArea table tbody tr:last-of-type td {
  height: 63px;
}
main.app .mainSec .contentsArea .tableArea .btn {
  display: block;
  width: 100%;
  max-width: 308px;
  margin: 5px auto 0;
}
main.app .mainSec .contentsArea .tableArea .btn::after {
  right: 19px;
}
main.app .mainSec .contentsArea .textArea {
  text-align: center;
}
main.app .mainSec .contentsArea .textArea .att {
  display: block;
  font-size: 24px;
  margin: 0 0 13px;
}
main.app .mainSec .contentsArea .textArea .btText {
  width: 45%;
  margin: 0 auto;
  text-align: left;
}
main.app .mainSec .contentsArea .textArea .btText p {
  color: #6785af;
  font-size: 12px;
  margin: 0 0 5px;
}

main.local {
  padding-bottom: 140px;
  overflow: hidden;
}
main.local .mainSec .titleArea {
  padding-bottom: 118px;
}
main.local .mainSec .btn {
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 14px 26px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #023f98;
  border-radius: 26px;
  box-sizing: border-box;
  line-height: 1.607;
  position: relative;
}
main.local .mainSec .btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.local .mainSec .btn:hover {
  background-color: #023f98;
  color: #fff;
}
main.local .mainSec .btn:hover::after {
  border-color: #fff;
}
main.local .mainSec .ttl {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 78px 0 0;
}
main.local .mainSec .ttl::before {
  content: "";
  background: url(../img/products/local/icon_01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 76px;
  height: 76px;
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
}
main.local .mainSec .ttl h1 {
  order: 1;
}
main.local .mainSec .ttl span {
  font-size: 18px;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: 2px;
}
main.local .mainSec .contentsWrap.feature {
  padding-bottom: 80px;
  background-image: url(../img/lower_common/contents_bg_mono_01.png), url(../img/lower_common/contents_bg_mono_02.png);
  background-position: left 225px, right 39.65%, left 69.3%, right 98.95%;
  background-size: 292px auto, 310px auto, 359px auto, 310px auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
main.local .mainSec .contentsWrap.func {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  background-image: url("../img/lower_common/contents_bg_mono_01.png");
  background-position: left 10px, right 43.5%;
  background-size: 291px auto, 338px auto;
  background-repeat: no-repeat, no-repeat;
}
main.local .mainSec .contentsWrap.text {
  position: relative;
  z-index: 1;
  padding: 65px 0;
  background-color: #fff;
}
main.local .mainSec .contentsWrap.table {
  padding: 0 0 95px 0;
  background: url(../img/lower_common/contents_bg_mono_02.png) no-repeat;
  background-size: 338px auto;
  background-position: right bottom;
}
main.local .mainSec .contentsWrap.flow {
  position: relative;
}
main.local .mainSec .contentsWrap.flow::after {
  content: "";
  background: url(../img/lower_common/contents_bg_mono_01.png) no-repeat;
  background-size: 100%;
  width: 297px;
  height: 335px;
  position: absolute;
  bottom: -139px;
  left: 26px;
  z-index: 5;
}
main.local .mainSec .contentsWrap.flow .contentsArea {
  border-bottom: solid 1px #dee6ea;
}
main.local .mainSec .contentsWrap.flow .functionArea {
  padding: 0 0 80px 0;
}
main.local .mainSec .contentsWrap.flow .functionArea--areaTitle {
  margin-bottom: 32px;
}
main.local .mainSec .contentsWrap.flow .secTitle {
  font-size: 20px !important;
  margin-bottom: 18px !important;
}
main.local .mainSec .contentsWrap.flow .flowText {
  font-size: 16px;
  margin: 0 0 25px;
}
main.local .mainSec .contentsWrap.flow .att {
  font-size: 12px !important;
  color: #6785af;
}
main.local .mainSec .contentsWrap.flow .att p {
  margin: 0 0 2px;
}
main.local .mainSec .contentsWrap.flow .att p:last-child {
  margin: 0 0 0 0;
}
main.local .mainSec .contentsWrap.flow .functionArea__box {
  margin: 0 0 43px 0;
}
main.local .mainSec .contentsWrap.flow .functionArea__box:last-of-type {
  margin: 0 0 0 0;
}
main.local .mainSec .contentsWrap.flow .leadBlock {
  text-align: center;
  margin: 0 0 45px;
}
main.local .mainSec .contentsWrap.flow .leadBlock p {
  font-size: 18px;
  line-height: 1.9;
  margin: 0 0 5px;
}
main.local .mainSec .contentsWrap.flow .leadBlock em {
  font-size: 8px;
  vertical-align: top;
}
main.local .mainSec .contentsWrap.flow .leadBlock span {
  font-size: 12px;
  color: #6785af;
}
main.local .mainSec .contentsWrap.flow .flowArea {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  padding: 40px 31px 46px;
  margin: 0 0 16px;
}
main.local .mainSec .contentsWrap.flow .flowArea li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../img/products/cloud/flow_line.png) right center no-repeat;
  background-size: 18px;
  padding: 0 0px 0 0;
  width: 305px;
}
main.local .mainSec .contentsWrap.flow .flowArea li p {
  width: 100%;
  margin: 0 auto 35px;
  padding: 0 0px 0 35px;
  position: relative;
}
main.local .mainSec .contentsWrap.flow .flowArea li p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
main.local .mainSec .contentsWrap.flow .flowArea li span {
  font-size: 8px;
  vertical-align: top;
}
main.local .mainSec .contentsWrap.flow .flowArea li img {
  margin: 0 0 0 88px;
}
main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(1) {
  background: url(../img/products/cloud/flow_line.png) right 6px top -11px no-repeat;
  background-size: 18px;
  margin: 0 0 0 0;
  width: 289px;
}
main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(1) p {
  padding: 0 38px 0 35px;
  margin: 0 auto 51px;
}
main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(1) p::before {
  background: url("../img/products/cloud/flow_no1.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(1) img {
  width: 61px;
}
main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(2) {
  background: url(../img/products/cloud/flow_line.png) right center no-repeat;
  background-size: 18px;
  margin: 0 0 0 0;
  width: 300px;
}
main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(2) p {
  width: 90%;
  padding: 0 30px 0 35px;
  margin: 0 auto 28px;
}
main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(2) p::before {
  background: url("../img/products/cloud/flow_no2.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(2) img {
  width: 221px;
  margin: 0 0 0 23px;
}
main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(3) p {
  width: 84%;
  padding: 0 20px 0 35px;
}
main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(3) p::before {
  background: url("../img/products/cloud/flow_no3.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(3) img {
  width: 155px;
  margin: 0 0 0 61px;
}
main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(4) {
  background: none;
  width: 264px;
}
main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(4) p {
  width: 89%;
}
main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(4) p::before {
  background: url("../img/products/cloud/flow_no4.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(4) img {
  width: 106px;
  margin: 0 0 0 88px;
}
main.local .mainSec .contentsWrap.flow .btn {
  display: block;
  width: 100%;
  max-width: 310px;
  margin: 26px auto 0;
}
main.local .mainSec .contentsWrap.flow .btn::after {
  right: 19px;
}
main.local .mainSec .contentsWrap.method {
  padding: 80px 0 0;
}
main.local .mainSec .contentsWrap.method .btn {
  display: block;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}
main.local .mainSec .contentsWrap.method .btn::after {
  right: 22px;
}
main.local .mainSec .contentsWrap.method .btn:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 40px;
}
main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48.9%;
  padding: 32px 83px 27px 50px;
  background-color: #fff;
  border-radius: 20px;
}
main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .small {
  font-size: 16px;
  font-weight: normal;
}
main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .small::after {
  display: none;
}
main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .m_small {
  font-size: 14px;
  font-weight: normal;
}
main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .m_small::after {
  display: none;
}
main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox a:hover p::after {
  opacity: 1;
  transition: 0.3s;
}
main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox p {
  font-size: 23px;
  font-weight: 500;
  position: relative;
}
main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox p::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #023f98;
  transition: 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  opacity: 0;
}
main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #e9eff2;
  padding: 0 0 20px;
  margin: 0 0 11px;
  position: relative;
}
main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea::after {
  content: "";
  display: block;
  position: absolute;
  right: -45px;
  left: auto;
  top: 0;
  bottom: -30px;
  margin: auto;
  width: 22px;
  height: 22px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea .imgArea {
  width: 76px;
  margin: 0 20px 0 0;
}
main.local .mainSec .contentsArea--intro {
  margin-bottom: 56px;
  padding-top: 91px;
}
main.local .mainSec .contentsArea--intro p {
  font-size: 20px;
  line-height: 1.75;
}
main.local .mainSec .contentsArea .featureArea {
  padding-bottom: 90px;
  border-bottom: 1px solid #dee6ea;
}
main.local .mainSec .contentsArea .featureArea__bottomArea {
  overflow: hidden;
  padding: 0;
}
main.local .mainSec .contentsArea .featureArea__bottomArea::before {
  content: " ";
  margin-top: -120px;
  height: 120px;
  display: block;
  visibility: hidden;
}
main.local .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(odd) .photoArea {
  order: 1;
}
main.local .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(odd) .textArea {
  order: 2;
}
main.local .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(even) .photoArea {
  order: 2;
}
main.local .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(even) .textArea {
  order: 1;
}
main.local .mainSec .contentsArea .featureArea__bottomArea:last-of-type {
  margin-bottom: 0;
}
main.local .mainSec .contentsArea .featureArea__innerWrap {
  display: flex;
}
main.local .mainSec .contentsArea .featureArea__innerWrap--itemBox {
  flex-shrink: 0;
}
main.local .mainSec .contentsArea .featureArea__innerWrap--itemBox.photoArea {
  width: 58.5%;
  max-width: 700px;
}
main.local .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  padding: 20px 5%;
}
main.local .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .icon {
  position: relative;
  width: 129px;
  height: 36px;
  margin-bottom: 20px;
  padding: 7px 0 0 25px;
  text-align: center;
  background: url("../img/features/icon_white.svg") 22px center no-repeat #023f98;
  background-size: 25px 20px;
  color: #fff;
  border-radius: 18px;
}
main.local .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .icon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 18px;
  width: 20px;
  height: 21px;
  background: url("../img/features/icon_balloon_navy.svg") 0 0 no-repeat;
}
main.local .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea h3 {
  position: relative;
  margin: 0 auto 20px 0;
  padding-bottom: 8px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
main.local .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  background-color: #fff700;
  border-radius: 2px;
}
main.local .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .text {
  font-size: 16px;
  line-height: 1.75;
}
main.local .mainSec .contentsArea .functionArea--areaTitle {
  margin-bottom: 42px;
}
main.local .mainSec .contentsArea .functionArea__bottomArea {
  padding: 0;
  background-color: transparent;
  border-radius: none;
}
main.local .mainSec .contentsArea .functionArea__bottomArea .secTitle {
  margin-bottom: 25px;
  font-size: 24px;
}
main.local .mainSec .contentsArea .functionArea__bottomArea > p {
  margin-bottom: 38px;
  font-size: 17px;
}
main.local .mainSec .contentsArea .functionArea__bottomArea:last-of-type {
  margin-bottom: 0;
}
main.local .mainSec .contentsArea .functionArea__funcList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 16px;
  border-bottom: solid 1px #dee6ea;
  justify-content: space-between;
  position: relative;
}
main.local .mainSec .contentsArea .functionArea__funcList::after {
  content: "";
  width: 31%;
  display: block;
}
main.local .mainSec .contentsArea .functionArea__funcList--itemBox {
  overflow: hidden;
  max-width: 364px;
  width: 31%;
  border-radius: 20px;
}
main.local .mainSec .contentsArea .functionArea__funcList--itemBox:nth-child(3n) {
  margin-right: 0;
}
main.local .mainSec .contentsArea .functionArea__funcList--itemBox--photoArea {
  width: 100%;
}
main.local .mainSec .contentsArea .functionArea__funcList--itemBox--textArea {
  min-height: 195px;
  padding: 28px 23px;
}
main.local .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4 {
  position: relative;
  margin: 0 0 18px 0;
  padding: 0 0 0 34px;
  text-align: left;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: normal;
}
main.local .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 20px;
  background: url("../img/requi_check.png") 0 0 no-repeat;
  background-size: cover;
}
main.local .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p {
  font-size: 14px;
  line-height: 1.75;
}
main.local .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p span {
  color: #6785af;
  font-size: 12px;
}
main.local .mainSec .contentsArea .tableArea {
  padding: 81px 0 89px;
  border-bottom: solid 1px #dee6ea;
}
main.local .mainSec .contentsArea .tableArea .secTitle {
  position: relative;
  padding: 4px 0 16px 19px;
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 500;
}
main.local .mainSec .contentsArea .tableArea .secTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 31px;
  background-color: #023f98;
  border-radius: 2px;
}
main.local .mainSec .contentsArea .tableArea p {
  color: #6785af;
  font-size: 12px;
}
main.local .mainSec .contentsArea .tableArea .tableBrock {
  margin-bottom: 50px;
}
main.local .mainSec .contentsArea .tableArea .tableBrock:last-of-type {
  margin-bottom: 0;
}
main.local .mainSec .contentsArea .tableArea .tableWrap {
  margin-bottom: 18px;
  border-radius: 20px;
}
main.local .mainSec .contentsArea .tableArea table {
  width: 100%;
}
main.local .mainSec .contentsArea .tableArea table.left tbody tr:last-of-type th {
  height: 70px;
}
main.local .mainSec .contentsArea .tableArea table.left th {
  text-align: center !important;
  width: 69px !important;
}
main.local .mainSec .contentsArea .tableArea table.left th.navy {
  text-align: left !important;
}
main.local .mainSec .contentsArea .tableArea table.left td {
  text-align: left;
}
main.local .mainSec .contentsArea .tableArea table span {
  font-size: 9px;
  vertical-align: text-top;
}
main.local .mainSec .contentsArea .tableArea table tr th,
main.local .mainSec .contentsArea .tableArea table tr td {
  width: 275px;
  padding: 19px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-right: 1px solid #d0e3ee;
}
main.local .mainSec .contentsArea .tableArea table tr th.text,
main.local .mainSec .contentsArea .tableArea table tr td.text {
  width: 320px;
  text-align: left;
}
main.local .mainSec .contentsArea .tableArea table tr th .windowsImg {
  width: 124px;
  max-width: inherit;
  margin: 7px auto 0;
}
main.local .mainSec .contentsArea .tableArea table tr th .appleImg {
  width: 124px;
  max-width: inherit;
  margin: 0 auto 0;
}
main.local .mainSec .contentsArea .tableArea table tr th .choromeImg {
  width: 124px;
  max-width: inherit;
  margin: 1px auto 0;
}
main.local .mainSec .contentsArea .tableArea table tr th:first-of-type {
  width: 208px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  background-color: #225bab;
  border-right: none;
}
main.local .mainSec .contentsArea .tableArea table tr th:first-of-type.line02 {
  background-color: #1f549e;
}
main.local .mainSec .contentsArea .tableArea table tr th:last-of-type {
  border-right: none;
  font-size: 14px;
  font-weight: normal;
}
main.local .mainSec .contentsArea .tableArea table tr:nth-of-type(odd) td {
  background-color: #f1f5f8;
}
main.local .mainSec .contentsArea .tableArea table tr:nth-of-type(even) td {
  background-color: #fff;
}
main.local .mainSec .contentsArea .tableArea table thead tr th {
  height: auto;
  font-size: 17px;
  font-weight: 500;
}
main.local .mainSec .contentsArea .tableArea table thead tr th img {
  max-width: 76px;
  margin: 0 auto 10px;
}
main.local .mainSec .contentsArea .tableArea table tbody tr th, main.local .mainSec .contentsArea .tableArea table tbody tr td {
  min-height: 60px;
}
main.local .mainSec .contentsArea .tableArea table tbody tr th {
  color: #fff;
  font-weight: 500;
  background-color: #1f549e;
}
main.local .mainSec .contentsArea .tableArea table tbody tr td:last-of-type {
  border-right: none;
}
main.local .mainSec .contentsArea .tableArea table tbody tr.line02 th {
  background-color: #2057a6;
}
main.local .mainSec .contentsArea .tableArea table tbody tr:last-of-type th, main.local .mainSec .contentsArea .tableArea table tbody tr:last-of-type td {
  height: 63px;
}
main.local .mainSec .contentsArea .tableArea .btn {
  display: block;
  width: 100%;
  max-width: 308px;
  margin: 30px auto 0;
}
main.local .mainSec .contentsArea .tableArea .btn::after {
  right: 19px;
}
main.local .mainSec .contentsArea .textArea {
  text-align: center;
}
main.local .mainSec .contentsArea .textArea .att {
  display: block;
  font-size: 24px;
  margin: 0 0 13px;
}
main.local .mainSec .contentsArea .textArea .btText {
  width: 45%;
  margin: 0 auto;
  text-align: left;
}
main.local .mainSec .contentsArea .textArea .btText p {
  color: #6785af;
  font-size: 12px;
  margin: 0 0 5px;
}

main.trademarks {
  padding-bottom: 140px;
}
main.trademarks .mainSec .contentsWrap {
  background: none;
}
main.trademarks .mainSec .contentsArea--intro {
  max-width: 1200px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
  padding: 120px 150px 150px;
  text-align: left;
  color: #1a1a1a;
}
main.trademarks .mainSec .contentsArea--intro::before {
  background-color: #fff;
}
main.trademarks .mainSec .contentsArea--intro h2 {
  font-size: 15px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 63px;
}
main.trademarks .mainSec .contentsArea--intro ul {
  margin-bottom: 54px;
}
main.trademarks .mainSec .contentsArea--intro ul li {
  position: relative;
  padding-left: 15px;
  list-style-type: none;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 12px;
}
main.trademarks .mainSec .contentsArea--intro ul li::before {
  content: "";
  position: absolute;
  top: calc((1em * 1.65 / 2) - 3px);
  left: 0;
  width: 7px;
  height: 7px;
  background: #1a1a1a;
  border-radius: 100%;
}
main.trademarks .mainSec .contentsArea--intro p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}
main.trademarks .mainSec .contentsArea__bottomArea {
  position: relative;
  margin-bottom: 0;
  padding: 68px 100px 54px;
  z-index: 2;
}
main.trademarks .mainSec .contentsArea__bottomArea .secTitle {
  margin-bottom: 26px;
  letter-spacing: -2px;
}
main.trademarks .mainSec .contentsArea__bottomArea ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
  font-size: 15px;
}
main.trademarks .mainSec .contentsArea__bottomArea ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 7px;
  width: 7px;
  height: 7px;
  background-color: #023f98;
  border-radius: 100%;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap {
  display: flex;
  justify-content: space-between;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48.9%;
  min-height: 220px;
  padding: 28px 20px 27px;
  background-color: #f1f5f8;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox h3 {
  position: relative;
  padding-bottom: 24px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px solid #d6e4ec;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox h3::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox p {
  font-size: 13px;
  line-height: 1.7;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn {
  display: inline-block;
  width: 100%;
  max-width: 176px;
  height: 36px;
  margin: 0 auto;
  text-align: center;
  padding: 6px 0;
  background-color: #fff700;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #023f98;
  border-radius: 26px;
  box-sizing: border-box;
  position: relative;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn:hover {
  background-color: #023f98;
  color: #fff;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn:hover::after {
  border-color: #fff;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq h3 {
  padding-left: 50px;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq h3::after {
  top: -7px;
  left: calc(50% - 84px);
  width: 37px;
  height: 40px;
  background-image: url("../img/support/icon_faq.svg");
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq p {
  padding: 0 90px;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.contact h3 {
  padding-left: 43px;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.contact h3::after {
  top: 2px;
  left: calc(50% - 107px);
  width: 30px;
  height: 23px;
  background-image: url("../img/support/icon_contact.svg");
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.contact p {
  text-align: center;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel {
  padding-bottom: 20px;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel h3 {
  padding-left: 43px;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel h3::after {
  top: 0;
  left: 24px;
  width: 31px;
  height: 31px;
  background-image: url("../img/support/icon_tel.svg");
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel p {
  text-align: center;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .telNum {
  margin-bottom: 4px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .telNum strong {
  font-size: 22px;
}
main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .receptionTime {
  font-size: 14px;
}
main.trademarks .mainSec .contentsArea__bottomArea .loginInfo {
  text-align: center;
  margin: 0 0 60px 0;
}
main.trademarks .mainSec .contentsArea__bottomArea .loginInfo p {
  font-size: 15px;
  margin: 0 0 26px 0;
}
main.trademarks .mainSec .contentsArea__bottomArea .loginInfo table {
  width: 262px;
  height: 87px;
  margin: 0 auto 31px;
  border: solid 1px #d1e6f2;
}
main.trademarks .mainSec .contentsArea__bottomArea .loginInfo table th {
  width: 43%;
  padding: 10px 18px;
  background: #f6f8fa;
}
main.trademarks .mainSec .contentsArea__bottomArea .loginInfo table td {
  padding: 10px 25px;
}
main.trademarks .mainSec .contentsArea__bottomArea .loginInfo table th, main.trademarks .mainSec .contentsArea__bottomArea .loginInfo table td {
  text-align: left;
  border-bottom: solid 1px #d1e6f2;
}
main.trademarks .mainSec .contentsArea__bottomArea .loginInfo .btn {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 16px 15px;
  font-weight: 500;
  background-color: #fff700;
  font-size: 14px;
  border-radius: 26px;
  box-sizing: border-box;
  position: relative;
}
main.trademarks .mainSec .contentsArea__bottomArea .loginInfo .btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.trademarks .mainSec .contentsArea__bottomArea .loginInfo .btn:hover {
  background-color: #023f98;
  color: #fff;
}
main.trademarks .mainSec .contentsArea__bottomArea .loginInfo .btn:hover::after {
  border-color: #fff;
}
main.trademarks .mainSec .contentsArea__bottomArea .aboutArea {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

main.law {
  padding-bottom: 140px;
}
main.law .mainSec .contentsWrap {
  background: none;
}
main.law .mainSec .contentsArea {
  max-width: 1200px;
  background: #fff;
  border-radius: 20px;
}
main.law .mainSec .contentsArea__bottomArea {
  position: relative;
  margin: -50px auto 52px;
  padding: 120px 150px 130px;
  text-align: center;
  line-height: 2;
}
main.law .mainSec .contentsArea__bottomArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  z-index: 1;
}
main.law .mainSec .contentsArea__bottomArea__newsList--item {
  display: flex;
  align-items: center;
  padding: 22px 50px 22px 0;
  border-bottom: 1px solid #d1e6f2;
}
main.law .mainSec .contentsArea__bottomArea__newsList--item:first-child {
  border-top: 1px solid #d1e6f2;
}
main.law .mainSec .contentsArea__bottomArea__newsList--item .category {
  min-width: 270px;
  margin: 0 60px 0 0;
  text-align: left;
  color: #1a1a1a;
  font-weight: 500;
}
main.law .mainSec .contentsArea__bottomArea__newsList--item .title {
  text-align: left;
  color: #1a1a1a;
}
main.law .mainSec .contentsArea__btnArea__pagination {
  display: flex;
  justify-content: center;
}
main.law .mainSec .contentsArea__btnArea__pagination--item .page-numbers {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 3px;
  padding: 6px 0;
  text-align: center;
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  border-radius: 100%;
}
main.law .mainSec .contentsArea__btnArea__pagination--item .page-numbers:hover {
  background-color: #023f98;
  color: #fff;
}
main.law .mainSec .contentsArea__btnArea__pagination--item .current {
  background-color: #023f98;
  color: #fff;
}
main.law .mainSec .contentsArea__btnArea__pagination--item .prev,
main.law .mainSec .contentsArea__btnArea__pagination--item .next {
  width: 76px;
  height: 36px;
  background: transparent;
  padding: 7px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  border: 1px solid #023f98;
  border-radius: 18px;
}
main.law .mainSec .contentsArea__btnArea__pagination--item .prev {
  margin: 0 17px 0 0;
  padding-left: 12px;
  position: relative;
}
main.law .mainSec .contentsArea__btnArea__pagination--item .prev:after {
  content: "";
  display: block;
  position: absolute;
  right: auto;
  left: 15px;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(135deg);
}
main.law .mainSec .contentsArea__btnArea__pagination--item .prev:hover {
  background-color: #023f98;
  color: #fff;
}
main.law .mainSec .contentsArea__btnArea__pagination--item .prev:hover::after {
  border-color: #fff;
}
main.law .mainSec .contentsArea__btnArea__pagination--item .next {
  margin: 0 0 0 17px;
  padding-right: 9px;
  position: relative;
}
main.law .mainSec .contentsArea__btnArea__pagination--item .next:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.law .mainSec .contentsArea__btnArea__pagination--item .next:hover {
  background-color: #023f98;
  color: #fff;
}
main.law .mainSec .contentsArea__btnArea__pagination--item .next:hover::after {
  border-color: #fff;
}

main.terms {
  padding-bottom: 140px;
}
main.terms a {
  position: relative;
  display: inline-block;
  color: #023f98;
}
main.terms a:not(.no-after)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #023f98;
  opacity: 1;
  transition: 0.3s;
}
main.terms a:hover::after {
  opacity: 0;
}
main.terms .mainSec .contentsWrap {
  background: none;
}
main.terms .mainSec .contentsArea {
  max-width: 1200px;
  background: #fff;
  border-radius: 20px;
}
main.terms .mainSec .contentsArea__bottomArea {
  position: relative;
  margin: -50px auto 52px;
  padding: 115px 150px 130px;
  text-align: left;
  line-height: 2;
  color: #1a1a1a;
}
main.terms .mainSec .contentsArea__bottomArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  z-index: 1;
}
main.terms .mainSec .contentsArea__bottomArea .spacePoint {
  margin: 0 0 30px;
}
main.terms .mainSec .contentsArea__bottomArea h2 {
  font-size: 20px;
}
main.terms .mainSec .contentsArea__bottomArea .listPadding {
  padding-left: 40px;
}
main.terms .mainSec .contentsArea__bottomArea .price {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
  text-indent: 0;
}
main.terms .mainSec .contentsArea__bottomArea .indent {
  text-indent: -2em;
  padding-left: 2em;
}
main.terms .mainSec .contentsArea__bottomArea .intro {
  font-size: 15px; 
  text-align: center;
  margin-bottom: 30px;
}
main.terms .mainSec .contentsArea__bottomArea__termsList--item {
  display: flex;
  align-items: center;
  padding: 22px 0 22px 0;
  border-bottom: 1px solid #d1e6f2;
  font-size: 15px; 
}
main.terms .mainSec .contentsArea__bottomArea__termsList--item:first-child {
  border-top: none;
  font-size: 20px;
}
main.terms .mainSec .contentsArea__bottomArea__termsList--item .category {
  min-width: 50%;
  margin: 0 30px 0 0;
  text-align: left;
  color: #1a1a1a;
}

body.lower.bodyLogin header {
  background: #192c65;
  padding: 21px 60px 25px 60px;
}

body.lower.bodyLogin header .leftBox {
  width: 330px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-size: 12px;
}

body.lower.bodyLogin header .leftBox a.logo {
  border-right: solid 1px #53618b;
  padding: 0 20px 0 0;
}

body.lower.bodyLogin header .leftBox a.logo img {
  max-width: 180px;
  width: 100%;
}

body.lower.bodyLogin header .rightBox .menu_set nav {
  display: none;
}

body.lower.bodyLogin header .rightBox .menu_set ul li a {
  color: #FFF;
}

body.lower.bodyLogin header .rightBox .menu_set ul li a::after {
  background: #FFF;
}

body.lower.bodyLogin header .rightBox .menu_set .megaMenu ul li a {
  color: #023f98;
}

body.lower.bodyLogin header .rightBox .menu_set .btnArea .contactBtn:hover {
  background: #FFF;
}

body.lower.bodyLogin header .rightBox .menu_set .btnArea .loginBtn {
  color: #FFF !important;
  border: solid 1px #53618b;
}

body.lower.bodyLogin header .rightBox .menu_set .btnArea .loginBtn:hover {
  background: #023f98;
}

body.lower.bodyLogin main {
  margin-top: 83px;
  padding-bottom: 105px;
}

main.law.login .mainSec .titleArea h1 br {
  display: none;
}

main.law.login .mainSec .contentsArea__bottomArea {
  background: #f1f5f8;
  padding: 79px 150px 0;
}

main.law.login .mainSec .contentsArea__bottomArea::before {
  background: #f1f5f8;
}

main.law.login .mainSec .contentsArea__bottomArea form {
  background: #FFF;
  border-radius: 20px;
  max-width: 700px;
  width: 100%;
  margin: auto;
  padding: 60px;
}

main.law.login .mainSec .contentsArea__bottomArea form .form_box {
  margin: 0 0 13px 0;
}

main.law.login .mainSec .contentsArea__bottomArea form .form_box.login {
  color: #ea2727;
}

main.law.login .mainSec .contentsArea__bottomArea form .form_box.bottom {
  margin: 0 0 32px 0;
}

main.law.login .mainSec .contentsArea__bottomArea form .form_box br {
  display: none;
}

main.law.login .mainSec .contentsArea__bottomArea form .form_box input {
  background: #f7f8fa;
  max-width: 380px;
  width: 100%;
  margin: auto;
  padding: 8px 13px;
}

main.law.login .mainSec .contentsArea__bottomArea form .my_submit_btn {
  position: relative;
  display: block;
  background: #023f98;
  border: solid 1px #023f98;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  max-width: 290px;
  width: 100%;
  margin: auto;
  padding: 9px;
  cursor: pointer;
  border-radius: 50px;
  transition: all .3s ease;
}

main.law.login .mainSec .contentsArea__bottomArea form .my_submit_btn:hover {
  color: #023f98;
  background: #FFF;
}

main.law.login .mainSec .contentsArea__bottomArea form .my_submit_btn::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 27px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .3s;
}

main.law.login .mainSec .contentsArea__bottomArea .text {
  font-size: 17px;
  line-height: 1.9;
  margin: -7px 0 51px 0;
}

main.law.partner .mainSec .contentsArea__bottomArea {
  padding: 79px 0 0;
}

main.law.partner .mainSec .contentsArea__bottomArea .text {
  font-size: 17px;
  line-height: 1.9;
  margin: -7px 0 51px 0;
}

main.law.partner .mainSec .contentsArea__bottomArea .informationBlock {
  background: #FFF;
  border-radius: 20px;
  padding: 61px;
  margin: 0 0 145px 0;
}

main.law.partner .mainSec .contentsArea__bottomArea .informationBlock ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 0;
  border-top: solid 1px #eaeef1;
}

main.law.partner .mainSec .contentsArea__bottomArea .informationBlock ul.ac {
  border-top: none;
  display: none;
}

main.law.partner .mainSec .contentsArea__bottomArea .informationBlock ul li {
  display: flex;
  font-size: 15px;
  padding: 15px 2px 17px 2px;
  border-bottom: solid 1px #eaeef1;
}

main.law.partner .mainSec .contentsArea__bottomArea .informationBlock ul li time {
  margin: 0 17px 0 0;
  color: #333;
}

main.law.partner .mainSec .contentsArea__bottomArea .informationBlock ul li p {
  flex: 1;
  text-align: left;
  padding: 0 0 0 17px;
  border-left: solid 1px #eaeef1;
  line-height: 1.9;
}

main.law.partner .mainSec .contentsArea__bottomArea .informationBlock .button {
  max-width: 310px;
  margin: 30px auto 0;
}

main.law.partner .mainSec .contentsArea__bottomArea .informationBlock .button a {
  position: relative;
  display: block;
  border: solid 1px #023f98;
  border-radius: 50px;
  padding: 10px 0 10px 32px;
  font-size: 15px;
}

main.law.partner .mainSec .contentsArea__bottomArea .informationBlock .button a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 103px;
  bottom: 0;
  margin: auto;
  width: 19px;
  height: 1px;
  background: #023f98;
}

main.law.partner .mainSec .contentsArea__bottomArea .informationBlock .button a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 112px;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 19px;
  background: #023f98;
}

main.law.partner .mainSec .contentsArea__bottomArea .informationBlock .button a:hover {
  background: #023f98;
  color: #FFF;
}

main.law.partner .mainSec .contentsArea__bottomArea .informationBlock .button a:hover::before,
main.law.partner .mainSec .contentsArea__bottomArea .informationBlock .button a:hover::after {
  background: #FFF;
}

main.law.partner .mainSec .contentsArea__bottomArea .informationBlock .button a.active::after {
  display: none;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock ul li {
  margin: 0 5px 10px 5px;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock ul li a {
  position: relative;
  display: block;
  width: 100%;
  background: #023f98;
  padding: 12px 30px 12px 51px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 28px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: -7px 0 0 0;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock ul li a.active,
main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock ul li a:hover {
  background: #b4bac3;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_term {
  background: #FFF;
  border-radius: 20px;
  padding: 54px;
  margin: 0 0 40px 0;
  display: none;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_term.active {
  display: block;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_term h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 15px 0;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_term h4 {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 16px;
  text-align: left;
  font-size: 23px;
  padding: 0 0 11px 20px;
  letter-spacing: 0;
  border-bottom: solid 1px #023f98;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_term h4:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 31px;
  background: #023f98;
  border-radius: 20px;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 70px;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box:last-child {
  margin: 0 auto;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl {
  margin: 0 0 18px 0;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #eaeef1;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 500;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt.other span {
  background: #e7ecee;
  color: #333;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt.pdf span {
  background: #ff6078;
  color: #FFF;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt.docx span {
  background: #44a4cc;
  color: #FFF;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt.txt span {
  background: #d0bf4b;
  color: #FFF;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt.xlsx span {
  background: #23b58e;
  color: #FFF;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt.zip span {
  background: #97a6ae;
  color: #FFF;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt.csv span {
  background: #af7f68;
  color: #FFF;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt.bmp span {
  background: #bd89b6;
  color: #FFF;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt.png span {
  background: #51c5e2;
  color: #FFF;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt.gif span {
  background: #9fbc58;
  color: #FFF;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt.jpeg span,
main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt.jpg span {
  background: #e8a14e;
  color: #FFF;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt time {
  font-size: 15px;
  margin: 0 17px 0 0;
  color: #333;
  font-weight: 300;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt span {
  width: 55px;
  line-height: 100%;
  font-size: 12px;
  background: #e7ecef;
  color: #333;
  padding: 4px 0;
  border-radius: 50px;
  margin: 6px 15px 0 0;
  font-weight: 300;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt a {
  text-decoration: underline;
  flex: 1;
  text-align: left;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd {
  text-align: left;
  color: #767676;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd p {
  margin-bottom: 1rem;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd strong {
  font-weight: bold;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd em {
  font-style: italic;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd sup {
  font-size: 0.5em;
  vertical-align: super;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd ul {
  padding-left: 1em;
  margin-bottom: 1rem;
  display: block;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd ul li {
  margin-bottom: 10px;
  list-style-type: disc;
  margin: 0;
  max-width: 100%;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd ul li:last-child {
  margin-bottom: 0;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd ul li a {
  padding: 0;
  background: none;
  color: #023f98;
  text-align: left;
  display: inline;
  font-weight: normal;
  width: auto;
  border-radius: initial;
  height: auto;
  font-size: initial;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd ol {
  padding-left: 1em;
  margin-bottom: 1rem;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd ol li {
  margin-bottom: 10px;
  list-style-type: decimal;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd ol li:last-child {
  margin-bottom: 0;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd ol li a {
  padding: 0;
  background: none;
  color: #023f98;
  text-align: left;
  display: inline;
  font-weight: normal;
  width: auto;
  border-radius: initial;
  height: auto;
  font-size: initial;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd table {
  margin-bottom: 1rem;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd table tr {
  border-bottom: 1px solid #d1e6f2;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd table tr th,
main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd table tr td {
  padding: 15px;
  vertical-align: middle;
  border-left: 1px solid #d1e6f2;
  font-size: 15px;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd table tr:first-of-type {
  border-top: 1px solid #d1e6f2;
}

main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd table tr>*:last-of-type {
  border-right: 1px solid #d1e6f2;
}

.fixedBtn.education {
  display: block;
  position: fixed;
  right: 10px;
  top: auto;
  bottom: 85px;
  z-index: 99;
  width: 10rem;
}
.fixedBtn.education .greenBtn {
  display: block;
  color: #fff;
  background: #023f98;
  border-radius: 9px;
  padding: 8px 10px;
  transition: 0.3s;
  border: 2px solid #023f98;
  font-size: 11px;
  outline: 3px solid #dee6ea;
}
.fixedBtn.education .greenBtn__title {
  padding-left: 28px;
  margin-bottom: 11px;
  background: url(../img/education/fixed_icon.png) no-repeat left top;
  background-size: contain;
  font-size: 17px;
}
.fixedBtn.education .greenBtn:hover {
  color: #023f98;
  background-color: #fff;
  border: 2px solid #023f98;
}
.fixedBtn.education .greenBtn:hover .greenBtn__title {
  background: url(../img/education/fixed_icon_bl.png) no-repeat left top;
  background-size: contain;
}

main.education {
  padding-bottom: 0;
}
main.education .mainSec .titleArea {
  background: #e3eff5;
  margin-bottom: 90px;
  padding-bottom: 0;
  position: relative;
}
main.education .mainSec .titleArea .breadcrumbs.education ul li {
  color: #023f98;
}
main.education .mainSec .titleArea .breadcrumbs.education ul li::after {
  color: #023f98;
}
main.education .mainSec .titleArea .breadcrumbs.education ul li a {
  color: #023f98;
}
main.education .mainSec .contentsWrap.education {
  padding-bottom: 80px;
  background-image: url("../img/lower_common/contents_bg_01.png"), url("../img/lower_common/contents_bg_02.png"), url("../img/lower_common/contents_bg_03.png");
  background-position: right 225px, left 54.65%, right 97.5%;
  background-size: 292px auto, 310px auto, 359px auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
main.education .mainSec .contentsWrap.func {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  background-image: url("../img/lower_common/contents_bg_mono_01.png"), url("../img/lower_common/contents_bg_mono_02.png"), url("../img/lower_common/contents_bg_mono_01.png"), url("../img/lower_common/contents_bg_mono_02.png"), url("../img/lower_common/contents_bg_mono_01.png"), url("../img/lower_common/contents_bg_mono_02.png"), url("../img/lower_common/contents_bg_mono_01.png");
  background-position: left 5%, right 16.5%, left 40.3%, right 54.95%, left 68.4%, right 81.2%, left 99.8%;
  background-size: 291px auto, 338px auto, 291px auto, 338px auto, 291px auto, 338px auto, 291px auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}
main.education .mainSec .contentsWrap.flow .contentsArea {
  width: 100%;
}
main.education .mainSec .contentsWrap.faq .contentsArea {
  width: 100%;
}
main.education .mainSec .contentsArea {
  width: 90%;
}
main.education .mainSec .contentsArea--intro {
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 80px;
}
main.education .mainSec .contentsArea--intro-img {
  width: 70%;
  margin: 73px auto 30px;
}
main.education .mainSec .contentsArea--intro-img img {
  margin: auto;
}
main.education .mainSec .contentsArea--intro p {
  font-size: 24px;
  line-height: 1.75;
  text-align: center;
}
main.education .mainSec .contentsArea--intro::before {
  display: none;
}
main.education .mainSec .contentsArea .educationArea {
  padding-bottom: 90px;
  border-bottom: 1px solid #dee6ea;
}
main.education .mainSec .contentsArea .educationArea__bottomArea {
  overflow: hidden;
  padding: 0;
}
main.education .mainSec .contentsArea .educationArea__bottomArea::before {
  content: " ";
  margin-top: -120px;
  height: 120px;
  display: block;
  visibility: hidden;
}
main.education .mainSec .contentsArea .educationArea__bottomArea:nth-of-type(odd) .photoArea {
  order: 1;
}
main.education .mainSec .contentsArea .educationArea__bottomArea:nth-of-type(odd) .textArea {
  order: 2;
}
main.education .mainSec .contentsArea .educationArea__bottomArea:nth-of-type(even) .photoArea {
  order: 2;
}
main.education .mainSec .contentsArea .educationArea__bottomArea:nth-of-type(even) .textArea {
  order: 1;
}
main.education .mainSec .contentsArea .educationArea__bottomArea:last-of-type {
  margin-bottom: 0;
}
main.education .mainSec .contentsArea .educationArea__innerWrap {
  display: flex;
}
main.education .mainSec .contentsArea .educationArea__innerWrap--itemBox {
  flex-shrink: 0;
}
main.education .mainSec .contentsArea .educationArea__innerWrap--itemBox.photoArea {
  position: relative;
  overflow: hidden;
  width: 58.5%;
  max-width: 700px;
  min-height: 470px;
}
main.education .mainSec .contentsArea .educationArea__innerWrap--itemBox.photoArea img {
  position: absolute;
  top: 0;
  right: -50%;
  bottom: 0;
  left: -50%;
  max-width: 170%;
  min-width: 700px;
  height: 100%;
  margin: 0 auto;
}
main.education .mainSec .contentsArea .educationArea__innerWrap--itemBox.textArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  padding: 20px 5%;
  width: 41.5%;
}
main.education .mainSec .contentsArea .educationArea__innerWrap--itemBox.textArea .icon {
  position: relative;
  width: 129px;
  height: 36px;
  margin-bottom: 20px;
  padding: 7px 0 0 25px;
  text-align: center;
  background: url("../img/features/icon_white.svg") 22px center no-repeat #023f98;
  background-size: 25px 20px;
  color: #fff;
  border-radius: 18px;
}
main.education .mainSec .contentsArea .educationArea__innerWrap--itemBox.textArea .icon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 18px;
  width: 20px;
  height: 21px;
  background: url("../img/features/icon_balloon_navy.svg") 0 0 no-repeat;
}
main.education .mainSec .contentsArea .educationArea__innerWrap--itemBox.textArea h3 {
  position: relative;
  margin: 0 auto 20px 0;
  padding-bottom: 8px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
main.education .mainSec .contentsArea .educationArea__innerWrap--itemBox.textArea h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  background-color: #fff700;
  border-radius: 2px;
}
main.education .mainSec .contentsArea .educationArea__innerWrap--itemBox.textArea .text {
  font-size: 16px;
  line-height: 1.75;
}
main.education .mainSec .contentsArea .functionArea {
  padding-bottom: 90px;
  padding-top: 80px;
  border-bottom: solid 1px #dee6ea;
}
main.education .mainSec .contentsArea .functionArea--areaTitle {
  margin-bottom: 50px;
}
main.education .mainSec .contentsArea .functionArea .leadBlock {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 60px;
}
main.education .mainSec .contentsArea .functionArea__bottomArea {
  padding: 0;
  background-color: transparent;
  border-radius: none;
}
main.education .mainSec .contentsArea .functionArea__bottomArea .secTitle {
  margin-bottom: 25px;
  font-size: 24px;
}
main.education .mainSec .contentsArea .functionArea__bottomArea > p {
  margin-bottom: 38px;
  font-size: 17px;
  text-align: center;
}
main.education .mainSec .contentsArea .functionArea__bottomArea:last-of-type {
  margin-bottom: 0;
}
main.education .mainSec .contentsArea .functionArea__funcList {
  display: flex;
  flex-wrap: wrap;
}
main.education .mainSec .contentsArea .functionArea__funcList--itemBox {
  overflow: hidden;
  width: 48%;
  /* margin: 0 4% 32px 0; */
  /* background-color: #fff; */
  border-radius: 20px;
}
/* main.education .mainSec .contentsArea .functionArea__funcList--itemBox:nth-child(2n) {
  margin-right: 0;
} */
main.education .mainSec .contentsArea .functionArea__funcList--itemBox--textArea {
  min-height: 195px;
  padding: 50px;
}
main.education .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4 {
  position: relative;
  margin: 0 0 18px 0;
  padding: 0 0 0 34px;
  text-align: left;
  font-size: 24px;
  line-height: 1.333;
  letter-spacing: normal;
}
main.education .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 20px;
  background: url("../img/requi_check.png") 0 0 no-repeat;
  background-size: cover;
}
main.education .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4.icon_none {
  padding: 0;
}
main.education .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4.icon_none::before {
  display: none;
}
main.education .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4.crown::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 28px;
  height: 22px;
  background: url("../img/education/Icon-awesome-crown.png") 0 0 no-repeat;
  background-size: cover;
}
main.education .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p {
  font-size: 16px;
  line-height: 1.75;
}
main.education .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p span {
  color: #6785af;
  font-size: 12px;
}
main.education .mainSec .contentsArea .functionArea.feature {
  padding-top: 0;
  padding-bottom: 58px;
}
main.education .mainSec .contentsArea .functionArea.feature .functionArea__funcList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 16px;
  /* border-bottom: solid 1px #dee6ea; */
  justify-content: space-between;
  position: relative;
}
main.education .mainSec .contentsArea .functionArea.feature .functionArea__funcList--itemBox {
  overflow: hidden;
  max-width: 364px;
  width: 31%;
  border-radius: 20px;
}
main.education .mainSec .contentsArea .functionArea.feature .functionArea__funcList--itemBox--photoArea {
  width: 100%;
}
main.education .mainSec .contentsArea .functionArea.feature .functionArea__funcList--itemBox--textArea {
  min-height: 195px;
  padding: 28px 23px;
}
main.education .mainSec .functionArea {
  padding: 0 0 100px;
}
main.education .mainSec .functionArea .dotWrap {
  position: relative;
}
main.education .mainSec .functionArea .tableWrap {
  margin-bottom: 18px;
  border-radius: 20px;
}
main.education .mainSec .functionArea table {
  width: 100%;
}
main.education .mainSec .functionArea table span {
  font-size: 9px;
  vertical-align: text-top;
}
main.education .mainSec .functionArea table tr th,
main.education .mainSec .functionArea table tr td {
  width: 275px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-right: 1px solid #d0e3ee;
}
main.education .mainSec .functionArea table tr th.text,
main.education .mainSec .functionArea table tr td.text {
  width: 320px;
  text-align: left;
}
main.education .mainSec .functionArea table tr th .windowsImg {
  width: 124px;
  max-width: inherit;
  margin: 7px auto 0;
}
main.education .mainSec .functionArea table tr th .appleImg {
  width: 124px;
  max-width: inherit;
  margin: 0 auto 0;
}
main.education .mainSec .functionArea table tr th .choromeImg {
  width: 124px;
  max-width: inherit;
  margin: 1px auto 0;
}
main.education .mainSec .functionArea table tr th:first-of-type {
  width: 208px;
  background-color: #225bab;
  border-right: none;
}
main.education .mainSec .functionArea table tr th:first-of-type.line02 {
  background-color: #1f549e;
}
main.education .mainSec .functionArea table tr th:last-of-type {
  border-right: none;
}
main.education .mainSec .functionArea table tr:nth-of-type(odd) td {
  background-color: #e3eff5;
}
main.education .mainSec .functionArea table tr:nth-of-type(even) td {
  background-color: #fff;
}
main.education .mainSec .functionArea table thead tr th {
  font-size: 20px;
  font-weight: 500;
}
main.education .mainSec .functionArea table thead tr th.top {
  font-weight: bold;
}
main.education .mainSec .functionArea table thead tr th.top .price--big {
  font-size: 40px;
  font-weight: bold;
}
main.education .mainSec .functionArea table thead tr th.top .price--small {
  font-size: 14px;
}
main.education .mainSec .functionArea table thead tr th img {
  max-width: 76px;
  margin: 0 auto 10px;
}
main.education .mainSec .functionArea table thead tr span {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  vertical-align: baseline;
}
main.education .mainSec .functionArea table tbody tr th,
main.education .mainSec .functionArea table tbody tr td {
  min-height: 60px;
}
main.education .mainSec .functionArea table tbody tr th {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: #1f549e;
}
main.education .mainSec .functionArea table tbody tr td:last-of-type {
  border-right: none;
}
main.education .mainSec .functionArea table tbody tr td .td-img {
  width: 8%;
  margin: 0 auto;
}
main.education .mainSec .functionArea table tbody tr td .td-img img {
  width: 100%;
}
main.education .mainSec .functionArea table tbody tr.line02 th {
  background-color: #2057a6;
}
main.education .mainSec .functionArea table tbody tr:last-of-type th,
main.education .mainSec .functionArea table tbody tr:last-of-type td {
  height: 63px;
}
main.education .mainSec .functionArea .btn {
  display: block;
  width: 100%;
  max-width: 308px;
  margin: 16px auto 0;
  text-align: center;
  padding: 16px 26px;
  font-size: 14px;
  border: 1px solid #023f98;
  border-radius: 26px;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0;
}
main.education .mainSec .functionArea .btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 19px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.education .mainSec .functionArea .btn:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
main.education .mainSec .flowArea {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  padding: 40px 31px 45px;
  margin: 0 0 11px;
}
main.education .mainSec .flowArea li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../img/products/cloud/flow_line.png) right center no-repeat;
  background-size: 18px;
  padding: 0 0px 0 0;
  width: 305px;
}
main.education .mainSec .flowArea li p {
  width: 100%;
  margin: 0 auto 35px;
  padding: 0 0px 0 35px;
  position: relative;
}
main.education .mainSec .flowArea li p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
main.education .mainSec .flowArea li span {
  font-size: 8px;
  vertical-align: top;
}
main.education .mainSec .flowArea li img {
  margin: 0 0 0 88px;
}
main.education .mainSec .flowArea li:nth-child(1) {
  background: url(../img/products/cloud/flow_line.png) right 6px top -11px no-repeat;
  background-size: 18px;
  margin: 0 0 0 0;
  width: 289px;
}
main.education .mainSec .flowArea li:nth-child(1) p {
  padding: 0 38px 0 35px;
}
main.education .mainSec .flowArea li:nth-child(1) p::before {
  background: url("../img/products/cloud/flow_no1.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.education .mainSec .flowArea li:nth-child(1) img {
  width: 61px;
}
main.education .mainSec .flowArea li:nth-child(2) {
  background: url(../img/products/cloud/flow_line.png) right center no-repeat;
  background-size: 18px;
  margin: 0 0 0 0;
  width: 300px;
}
main.education .mainSec .flowArea li:nth-child(2) p {
  width: 90%;
  padding: 0 30px 0 35px;
  margin: 0 auto 56px;
}
main.education .mainSec .flowArea li:nth-child(2) p::before {
  background: url("../img/products/cloud/flow_no2.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.education .mainSec .flowArea li:nth-child(2) img {
  width: 167px;
  margin: 0 0 0 50px;
}
main.education .mainSec .flowArea li:nth-child(3) p {
  width: 84%;
  padding: 0 20px 0 35px;
}
main.education .mainSec .flowArea li:nth-child(3) p::before {
  background: url("../img/products/cloud/flow_no3.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.education .mainSec .flowArea li:nth-child(3) img {
  width: 106px;
}
main.education .mainSec .flowArea li:nth-child(4) {
  background: none;
  width: 264px;
}
main.education .mainSec .flowArea li:nth-child(4) p {
  width: 83%;
}
main.education .mainSec .flowArea li:nth-child(4) p::before {
  background: url("../img/products/cloud/flow_no4.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.education .mainSec .flowArea li:nth-child(4) img {
  width: 106px;
}
main.education .mainSec .flowArea.fifth li p {
  margin: 0 auto 20px;
}
main.education .mainSec .flowArea.fifth li:nth-child(1) {
  width: 273px;
  padding: 0 38px 0 0;
}
main.education .mainSec .flowArea.fifth li:nth-child(1) p {
  padding: 0 0 0 35px;
}
main.education .mainSec .flowArea.fifth li:nth-child(1) img {
  width: 106px;
  margin: 0 0 0 36px;
}
main.education .mainSec .flowArea.fifth li:nth-child(2) {
  width: 287px;
  padding: 0 20px 0 0px;
}
main.education .mainSec .flowArea.fifth li:nth-child(2) p {
  width: 87%;
  padding: 0 0 0 35px;
  margin: 0 auto 34px;
}
main.education .mainSec .flowArea.fifth li:nth-child(2) img {
  margin: 0 0 0 16px;
}
main.education .mainSec .flowArea.fifth li:nth-child(3) {
  width: 297px;
}
main.education .mainSec .flowArea.fifth li:nth-child(3) p {
  width: 85%;
  margin: 0 auto 16px;
}
main.education .mainSec .flowArea.fifth li:nth-child(3) img {
  width: 167px;
  margin: 0 0 0 16px;
}
main.education .mainSec .flowArea.fifth li:nth-child(4) {
  width: 296px;
  background: url("../img/products/cloud/flow_line.png") right center no-repeat;
  background-size: 18px;
}
main.education .mainSec .flowArea.fifth li:nth-child(4) p {
  width: 82%;
  padding: 0 10px 0 35px;
  margin: 0 auto 16px;
}
main.education .mainSec .flowArea.fifth li:nth-child(4) img {
  width: 106px;
  margin: 0 0 0 58px;
}
main.education .mainSec .flowArea.fifth li:nth-child(5) {
  background: none;
  padding: 0 0 0 10px;
  width: 251px;
}
main.education .mainSec .flowArea.fifth li:nth-child(5) p {
  width: 90%;
  padding: 0 0px 0 35px;
  margin: 0 auto 16px;
}
main.education .mainSec .flowArea.fifth li:nth-child(5) p::before {
  background: url("../img/products/cloud/flow_no5.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
main.education .mainSec .flowArea.fifth li:nth-child(5) img {
  width: 106px;
  margin: 0 0 0 53px;
}
main.education .mainSec .flow__button {
  display: block;
  width: 100%;
  max-width: 308px;
  margin: 30px auto 0;
  text-align: center;
  padding: 16px 26px;
  font-size: 14px;
  border: 1px solid #023f98;
  border-radius: 26px;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0;
}
main.education .mainSec .flow__button::after {
  content: "";
  display: block;
  position: absolute;
  right: 19px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.education .mainSec .flow__button:hover {
  background: #023f98;
  color: #fff;
}
main.education .mainSec .flow__button:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
main.education .mainSec .contentsWrap.faq {
  padding-bottom: 0;
  border-bottom: none;
}
main.education .mainSec .contentsWrap.faq .faqArea__contents {
  width: 100%;
  margin-bottom: 32px;
}
main.education .mainSec .contentsWrap.faq .faqArea__contents--question {
  position: relative;
  width: 100%;
  color: #fff;
  display: inline-block;
  background-color: #023f98;
  border-radius: 14px;
  padding: 12px 22px;
  cursor: pointer;
  transition: 0.3s;
}
main.education .mainSec .contentsWrap.faq .faqArea__contents--question::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background: #fff;
}
main.education .mainSec .contentsWrap.faq .faqArea__contents--question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 2px;
  height: 24px;
  background: #fff;
}
main.education .mainSec .contentsWrap.faq .faqArea__contents--question.open {
  border-radius: 14px 14px 0 0;
}
main.education .mainSec .contentsWrap.faq .faqArea__contents--question.open::before {
  right: 22px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
main.education .mainSec .contentsWrap.faq .faqArea__contents--question.open::after {
  right: 43px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
main.education .mainSec .contentsWrap.faq .faqArea__contents--question div {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
}
main.education .mainSec .contentsWrap.faq .faqArea__contents--question div .faqArea__contents--question-img {
  width: 28px;
  padding-top: 2px;
}
main.education .mainSec .contentsWrap.faq .faqArea__contents--question div p {
  margin-left: 20px;
  width: 87%;
}
main.education .mainSec .contentsWrap.faq .faqArea__contents--answer {
  width: 100%;
  color: #023f98;
  padding: 12px 20px;
  background-color: #fff;
  border-bottom: 3px solid #023f98;
  border-right: 3px solid #023f98;
  border-left: 3px solid #023f98;
  border-radius: 0 0 14px 14px;
}
main.education .mainSec .contentsWrap.faq .faqArea__contents--answer div {
  font-size: 16px;
  display: flex;
  align-items: flex-start;
}
main.education .mainSec .contentsWrap.faq .faqArea__contents--answer div .faqArea__contents--answer-img {
  width: 28px;
  padding-top: 4px;
}
main.education .mainSec .contentsWrap.faq .faqArea__contents--answer div p {
  margin-left: 20px;
  width: 87%;
}
main.education .mainSec .bottomWrap {
  background-color: #fff;
  padding: 72px 0 60px;
  position: relative;
}
main.education .mainSec .bottomWrap::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #d0e3ee;
  left: 50%;
  top: 0;
  margin: 35px auto;
}
main.education .mainSec .bottomWrap .bottomArea {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
main.education .mainSec .bottomWrap .bottomArea__inner {
  width: 50%;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
main.education .mainSec .bottomWrap .bottomArea__inner-contact {
  position: relative;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
main.education .mainSec .bottomWrap .bottomArea__inner-contact-icon {
  width: 20%;
  margin-right: 16px;
  padding-top: 8px;
}
main.education .mainSec .bottomWrap .bottomArea__inner-contact::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 4px;
  margin: 0 auto;
  background-color: #fff600;
  border-radius: 2px;
}
main.education .mainSec .bottomWrap .bottomArea__inner-apply {
  position: relative;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
main.education .mainSec .bottomWrap .bottomArea__inner-apply-icon {
  width: 20%;
  margin-right: 16px;
  padding-top: 8px;
}
main.education .mainSec .bottomWrap .bottomArea__inner-apply::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 4px;
  margin: 0 auto;
  background-color: #fff700;
  border-radius: 2px;
}
main.education .mainSec .bottomWrap .bottomArea__inner p {
  font-size: 18px;
  margin: 30px auto 22px;
}
main.education .mainSec .bottomWrap .bottomArea__inner .btn {
  display: block;
  width: 230px;
  max-width: 310px;
  margin: 40px auto 0;
  text-align: center;
  height: auto;
  padding: 14px 26px;
  font-weight: 500;
  border-radius: 26px;
  box-sizing: border-box;
  line-height: 1.607;
  position: relative;
  background: #023f98;
  color: #fff;
  font-size: 14px;
  border: 1px solid #023f98;
}
main.education .mainSec .bottomWrap .bottomArea__inner .btn:hover {
  background-color: #fff;
  color: #023f98;
  border: 1px solid #023f98;
}
main.education .mainSec .bottomWrap .bottomArea__inner .btn:hover::before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #023f98;
  border-bottom: 2px solid #023f98;
  transform: rotate(-45deg);
}
main.education .mainSec .bottomWrap .bottomArea__inner .btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  left: auto;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/***************
sp
***************/
@media screen and (max-width: 48em) {
  html {
    font-size: 16px;
  }
  body img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 48em) {
  body {
    padding-top: 65px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    margin: 0;
    padding: 21px 20px;
  }
  header.on {
    background: #FFF;
    padding: 21px 20px;
  }
  header .flexBox {
    align-items: flex-start;
  }
  header .flexBox .leftBox {
    width: 132px;
  }
  header .flexBox .leftBox .logo {
    position: relative;
    z-index: 999;
  }
  header .flexBox .rightBox {
    display: block;
    min-width: 30px;
  }
  header .flexBox .rightBox .menu_set {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FFF;
    margin: 0;
    padding: 79px 20px 0;
  }
  header .flexBox .rightBox .menu_set nav {
    margin: 0;
  }
  header .flexBox .rightBox .menu_set nav ul {
    display: block;
    width: 100%;
  }
  header .flexBox .rightBox .menu_set nav ul li {
    margin: 0 0 13px 0;
    padding: 0 0 11px 0;
    border-bottom: solid 2px #f8f8f8;
  }
  header .flexBox .rightBox .menu_set nav ul li .megaMenu {
    display: block !important;
    position: relative;
    top: 0;
    margin: 18px 0 0 0;
  }
  header .flexBox .rightBox .menu_set nav ul li .megaMenu ul li {
    width: 100%;
    margin: 0 0 9px 0;
    padding: 0;
    border: none;
  }
  header .flexBox .rightBox .menu_set nav ul li .megaMenu ul li a {
    padding: 0;
    text-align: left;
    border-right: none;
  }
  header .flexBox .rightBox .menu_set nav ul li .megaMenu ul li a img {
    display: none;
  }
  header .flexBox .rightBox .menu_set nav ul li .megaMenu ul li a span {
    font-size: 12px;
    margin: 0;
  }
  header .flexBox .rightBox .menu_set nav ul li .megaMenu ul li a p {
    display: none;
  }
  header .flexBox .rightBox .menu_set .btnArea {
    margin: 0 0 50px 0;
    justify-content: flex-start;
  }
  header .flexBox .rightBox .menu_set .btnArea .contactBtn,
  header .flexBox .rightBox .menu_set .btnArea .loginBtn {
    padding: 8px 0;
  }
  header .flexBox .rightBox .menu_set .middleBox {
    display: block;
  }
  header .flexBox .rightBox .menu_set .middleBox a {
    display: block;
    width: 141px;
    margin: 0 0 6px 0;
  }
  header .flexBox .rightBox .menu_set .middleBox span {
    color: #6785af;
    font-size: 11px;
  }
  header .flexBox .rightBox .btn-trigger {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.5s;
    z-index: 999;
  }
  header .flexBox .rightBox .btn-trigger::before {
    content: "MENU";
    position: absolute;
    top: 2px;
    left: -41px;
    font-family: "Lato", sans-serif;
    color: #023f98;
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  header .flexBox .rightBox .btn-trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #023f98;
    border-radius: 4px;
    transition: all 0.5s;
  }
  header .flexBox .rightBox .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  header .flexBox .rightBox .btn-trigger span:nth-of-type(2) {
    top: 8px;
  }
  header .flexBox .rightBox .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header .flexBox .rightBox .btn-trigger.active::before {
    content: "CLOSE";
  }
  header .flexBox .rightBox .btn-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  header .flexBox .rightBox .btn-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .flexBox .rightBox .btn-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .fixedBtn {
    width: 34px;
    top: auto;
    bottom: 76px;
  }
  .fixedBtn .yellowBtn,
  .fixedBtn .blueBtn {
    font-size: 11px;
    padding: 38px 8px 17px;
  }
  .fixedBtn .yellowBtn {
    background: url(../img/fixed_icon_ye.png) no-repeat left 12px top 16px #fff;
    background-size: 10px;
  }
  .fixedBtn .blueBtn {
    background: url(../img/fixed_icon_wh.png) no-repeat left 12px top 16px #023f98;
    background-size: 10px;
  }
  footer {
    padding: 45px 20px 25px;
  }
  footer .topBlock {
    display: block;
    margin: 0 0 52px 0;
    padding: 0;
  }
  footer .topBlock > a {
    width: 132px;
    max-width: auto;
    min-width: auto;
    margin-bottom: 37px;
  }
  footer .topBlock > img {
    width: 132px;
    max-width: auto;
    min-width: auto;
    margin-bottom: 37px;
  }
  footer .topBlock .topBlockRight {
    display: block;
  }
  footer .topBlock .topBlockRight ul {
    display: block;
    padding: 0;
    margin: 0 0 18px 0;
  }
  footer .topBlock .topBlockRight ul li {
    margin: 0 0 13px 0;
    padding: 0 0 11px 0;
    border-bottom: solid 1px #2a3b6f;
  }
  footer .topBlock .topBlockRight ul li .subArea {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 18px 0 0px 0;
    display: flex;
  }
  footer .topBlock .topBlockRight ul li .subArea li {
    margin: 0 0 11px 0;
    padding: 0;
    border-bottom: none;
  }
  footer .topBlock .flexBox {
    justify-content: flex-start;
  }
  footer .middleBox {
    padding: 0;
    align-items: flex-start;
    margin: 0 0 22px;
  }
  footer .middleBox a {
    margin-bottom: 12px;
  }
  footer .middleBox a img {
    width: 142px;
    margin: 0;
  }
  footer .middleBox span {
    max-width: 250px;
    padding-left: 11px;
    text-indent: -11px;
  }
  footer .bottomBlock {
    display: block;
    margin: 0;
    padding: 17px 0 0;
  }
  footer .bottomBlock .leftBox {
    margin: 0 0 20px 0;
  }
  footer .bottomBlock .leftBox ul {
    flex-wrap: wrap;
    max-width: 250px;
  }
  footer .bottomBlock .leftBox ul li {
    margin: 0 17px 7px 0;
  }
  footer .bottomBlock .leftBox ul li:after {
    height: 11px;
    top: 4px;
    right: -7px;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 81em) and (min-width: 48em) {
  .mainVisual {
    margin: 0 0 0 auto;
  }
  .mainVisual::before {
    background-size: 70%;
    top: 50px;
    left: -80px;
  }
  .mainVisual .flexBox {
    flex-direction: column-reverse;
  }
  .mainVisual .flexBox .rightBox {
    height: auto;
  }
  .mainVisual .flexBox .rightBox .mainSlider {
    margin-left: 0;
  }
  .mainVisual .flexBox .rightBox .mainSlider .sliderImage {
    background: none !important;
    height: auto;
  }
  .mainVisual .flexBox .rightBox .mainSlider .sliderImage img {
    display: block;
  }
  .mainVisual .flexBox .leftBox {
    position: relative;
    top: -120px;
    pointer-events: none;
  }
  .mainVisual .flexBox .leftBox .textArea,
  .mainVisual .flexBox .leftBox .bottomArea {
    padding: 0 20px 0 7px;
    min-width: inherit;
  }

  .mainVisual .flexBox .leftBox .textArea {
    margin: 0 0 16px;
  }
  .mainVisual .flexBox .leftBox .textArea h2 {
    font-size: 42px;
    margin: 0 0 10px 0;
    letter-spacing: 0.25em;
  }
  .mainVisual .flexBox .leftBox .textArea p {
    font-size: 17px;
    padding: 0 0 0 4px;
  }
  .mainVisual .flexBox .leftBox .textArea p br {
    display: none;
  }

}

@media screen and (max-width: 48em) {
  .mainVisual {
    display: block;
    width: 100%;
    margin: 0 0 51px 0;
    padding: 0 0 0 20px;
  }
  .mainVisual::before {
    width: 220px;
    height: 169px;
    background: url(../img/ac_img.png) no-repeat top right;
    background-size: 200px;
    top: -55px;
    left: -80px;
  }
  .mainVisual .flexBox {
    flex-direction: column-reverse;
  }
  .mainVisual .flexBox .rightBox {
    margin: 0 0 22px 0;
    height: auto;
  }
  .mainVisual .flexBox .rightBox .mainSlider {
    margin-left: 0;
  }
  .mainVisual .flexBox .rightBox .mainSlider .sliderImage {
    background: none !important;
    height: auto;
  }
  .mainVisual .flexBox .rightBox .mainSlider .sliderImage img {
    display: block;
  }
  .mainVisual .flexBox .leftBox {
    position: relative;
    top: 16px;
  }
  .mainVisual .flexBox .leftBox .textArea,
  .mainVisual .flexBox .leftBox .bottomArea {
    padding: 0 20px 0 7px;
    min-width: inherit;
  }
  .mainVisual .flexBox .leftBox .textArea {
    margin: 0 0 16px;
  }
  .mainVisual .flexBox .leftBox .textArea h2 {
    font-size: 29px;
    margin: 0 0 10px 0;
    letter-spacing: 0.25em;
  }
  .mainVisual .flexBox .leftBox .textArea p {
    font-size: 11.4px;
    padding: 0 0 0 4px;
  }
  .mainVisual .flexBox .leftBox .textArea p br {
    display: none;
  }
  .mainVisual .flexBox .leftBox .bottomArea a {
    width: 236px;
    border-radius: 40px;
    font-size: 15px;
  }
  .mainVisual .flexBox .leftBox .bottomArea a::after {
    right: 18px;
    width: 9px;
    height: 9px;
  }
  .mainVisual .flexBox .leftBox .bottomArea a span {
    padding: 13px 0 13px 22px;
    /* padding: 13px 20px 13px 0; */
    background: url(../img/fude_icon.png) no-repeat left 42px center;
    background-size: 14px;
    letter-spacing: -1px;
  }
  .conceptBlock {
    padding: 0;
    margin: 0 20px;
    background: none;
    border-radius: 0;
  }
  .conceptBlock .infomationArea {
    min-width: inherit;
    position: relative;
    right: 0;
    top: 0;
    margin: 0 0 38px 0;
    padding: 0;
    border-radius: 0;
    background: none;
  }
  .conceptBlock .infomationArea a {
    display: block;
  }
  .conceptBlock .infomationArea a span {
    display: inline-block;
    padding: 1px 22px;
    margin: 0 0 7px 0;
  }
  .conceptBlock .infomationArea a p {
    font-size: 13px;
  }
  .conceptBlock .topBlock {
    padding: 38px 0 83px 0;
    background: linear-gradient(to bottom, rgba(234, 245, 251, 0) 50%, #eaf5fb 90%), url(../img/concept_bg_sp.png) no-repeat top center;
    background-size: cover;
    border-radius: 15px;
  }
  .conceptBlock .topBlock h3 {
    margin: 0 0 30px 0;
    padding: 33px 0 0 0;
  }
  .conceptBlock .topBlock h3::before {
    width: 32px;
    height: 27px;
    top: 0;
    left: 0;
  }
  .conceptBlock .topBlock h3::after {
    width: 30px;
    height: 3px;
    border-radius: 30px;
    bottom: -13px;
  }
  .conceptBlock .topBlock h3 img {
    width: 140px;
  }
  .conceptBlock .topBlock h3 span {
    font-size: 12px;
    line-height: 1;
  }
  .conceptBlock .topBlock h4 {
    font-size: 19px;
    text-align: center;
    letter-spacing: 4px;
    line-height: 170%;
    margin: 0 0 25px 7px;
  }
  .conceptBlock .topBlock p {
    text-align: left;
    font-size: 14px;
    line-height: 175%;
    padding: 0 32px;
    margin: 0 0 30px;
  }
  .conceptBlock .topBlock p br {
    display: none;
  }
  .conceptBlock .topBlock .imageBlock {
    max-width: 340px;
    margin: 0 auto;
  }
  .conceptBlock .topBlock .imageBlock::before {
    background: url(../img/bird_bt_sp.png) no-repeat;
    background-size: 100%;
    width: 155px;
    height: 142px;
    left: -12px;
    bottom: 198px;
  }
  .conceptBlock .topBlock .imageBlock::after {
    background: url(../img/bird_tp_sp.png) no-repeat;
    background-size: 100%;
    width: 175px;
    height: 136px;
    right: -20px;
    top: -342px;
  }
  .conceptBlock .topBlock .imageBlock img {
    margin-left: -6px;
    z-index: 3;
  }
  .conceptBlock .topBlock .imageBlock img.second {
    z-index: 2;
  }
  .conceptBlock .topBlock .imageBlock img.third {
    z-index: 0;
  }
  .conceptBlock .topBlock .imageBlock.animation img.third {
    left: -10px;
  }
  .middleBox {
    margin: 0 0 68px 0;
  }
  .middleBox .flexBox {
    margin: 0 0 60px;
    padding: 0;
    flex-direction: column;
  }
  .middleBox .flexBox:nth-child(1)::after {
    width: 150px;
    height: 131px;
    top: -78px;
    right: 0;
  }
  .middleBox .flexBox .leftBox {
    overflow: hidden;
    width: 95%;
    min-height: inherit;
    background: none !important;
    border-radius: 0 15px 15px 0;
  }
  .middleBox .flexBox .leftBox img {
    display: block;
  }
  .middleBox .flexBox .rightBox {
    overflow: hidden;
    min-width: inherit;
    width: 95%;
    border-radius: 15px 0 0 15px;
    padding: 36px 35px 35px;
    margin: -20px 0 0 5%;
    top: 0;
  }
  .middleBox .flexBox .rightBox.who::before, .middleBox .flexBox .rightBox::before {
    font-size: 10px;
    top: 38px;
    right: 12px;
  }
  .middleBox .flexBox .rightBox.who::after, .middleBox .flexBox .rightBox::after {
    height: 228px;
    bottom: 38px;
    right: 21px;
  }
  .middleBox .flexBox .rightBox span.fulidashi {
    font-size: 12px;
    margin: 0 0 14px;
    padding: 5px 16px 5px 44px;
  }
  .middleBox .flexBox .rightBox span.fulidashi::before {
    width: 22px;
    height: 18px;
    top: 6px;
    left: 18px;
  }
  .middleBox .flexBox .rightBox span.fulidashi::after {
    width: 23px;
    left: 11px;
    bottom: -23px;
  }
  .middleBox .flexBox .rightBox h4 {
    font-size: 21px;
    margin: 0 0 19px;
  }
  .middleBox .flexBox .rightBox p {
    width: 100%;
    font-size: 13px;
    margin: 0 0 23px;
    padding-right: 10px;
    line-height: 1.7;
  }
  .middleBox .flexBox .rightBox p br {
    display: none;
  }
  .middleBox .flexBox .rightBox .linkBtn {
    width: 217px;
    padding: 12px 11px;
    font-size: 13px;
  }
  .middleBox .flexBox .rightBox .linkBtn::after {
    right: 17px;
    width: 9px;
    height: 9px;
  }
  .middleBox .flexBox.reverse {
    flex-direction: column-reverse;
    position: relative;
    z-index: 2;
  }
  .middleBox .flexBox.reverse::after {
    width: 166px;
    height: 135px;
    top: -61px;
    left: 5px;
  }
  .middleBox .flexBox.reverse .leftBox {
    margin: 0 0 0 5%;
    border-radius: 15px 0 0 15px;
  }
  .middleBox .flexBox.reverse .rightBox {
    border-radius: 0 15px 15px 0;
    margin: -21px 5% 0 0;
  }
  .middleBox .flexBox.bottom::after {
    width: 153px;
    height: 165px;
    right: 7px;
    top: -75px;
  }
  .bottomBlock {
    margin: 0 auto 82px;
    padding: 0 20px;
  }
  .bottomBlock h4 {
    margin: 0 0 19px 0;
    font-size: 20px;
    line-height: 1.6;
  }
  .bottomBlock p {
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
    margin: 0 0 30px;
  }
  .bottomBlock p br {
    display: none;
  }
  .bottomBlock ul.flexBox {
    justify-content: space-between;
  }
  .bottomBlock ul.flexBox li {
    width: 48%;
    padding: 0;
    margin-bottom: 15px;
  }
  .requirementBlock {
    margin: 0 0 75px auto;
  }
  .requirementBlock::before {
    width: 194px;
    height: 151px;
    top: -85px;
    right: 12px;
  }
  .requirementBlock::after {
    width: 201px;
    height: 267px;
    right: 10px;
    bottom: -160px;
  }
  .requirementBlock p.attention {
    margin-bottom: 25px;
    padding: 0 20px;
    font-size: 11px;
  }
  .requirementBlock .flexBox {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0 0 20px;
    margin: 0 0 29px 0;
  }
  .requirementBlock .flexBox .rightBox {
    overflow: hidden;
    background: none !important;
    min-height: inherit;
    border-radius: 15px 0 0 15px;
    margin: 0 0 26px 0;
  }
  .requirementBlock .flexBox .rightBox img {
    display: block;
  }
  .requirementBlock .flexBox .leftBox {
    width: 100%;
    padding: 0;
    margin: 0;
    min-width: inherit;
  }
  .requirementBlock .flexBox .leftBox::before {
    width: 248px;
    height: 233px;
    top: -86px;
    left: -28px;
  }
  .requirementBlock .flexBox .leftBox h3 {
    font-size: 15px;
    margin: 0 0 32px 0;
  }
  .requirementBlock .flexBox .leftBox h3::after {
    width: 30px;
    height: 3px;
    bottom: -19px;
  }
  .requirementBlock .flexBox .leftBox h3 img {
    width: 146px;
    margin: 0 0 11px 0;
  }
  .requirementBlock .flexBox .leftBox p {
    font-size: 14px;
    line-height: 1.7;
    margin-left: 0;
    padding: 0 20px 0 0;
  }
  .requirementBlock .flexBox .leftBox p br {
    display: none;
  }
  .requirementBlock .flexBox.threeColumn {
    display: block;
    margin: 0 0 15px;
    padding: 0 20px;
  }
  .requirementBlock .flexBox.threeColumn .articleBox {
    width: 100%;
    margin: 0 0 19px 0;
    padding: 49px 15px 21px;
    border-radius: 15px;
  }
  .requirementBlock .flexBox.threeColumn .articleBox h5 {
    margin: 0 0 52px;
    font-size: 19px;
  }
  .requirementBlock .flexBox.threeColumn .articleBox h5 span {
    margin-bottom: 2px;
    font-size: 14px;
  }
  .requirementBlock .flexBox.threeColumn .articleBox.typeA::after {
    right: 18px;
  }
  .requirementBlock .flexBox.threeColumn .articleBox.typeB::before {
    font-size: 12.5px;
  }
  .requirementBlock .flexBox.threeColumn .articleBox.typeB::after {
    right: 19px;
  }
  .requirementBlock .flexBox.threeColumn .articleBox.typeC {
    margin-bottom: 0;
  }
  .requirementBlock .flexBox.threeColumn .articleBox.typeC::before {
    font-size: 12.5px;
  }
  .requirementBlock .flexBox.threeColumn .articleBox.typeC::after {
    right: 17px;
  }
  .requirementBlock .flexBox.threeColumn .articleBox.textBox {
    min-height: 256px;
    margin-bottom: 24px;
    padding: 49px 21px 11px 22px;
    border-radius: 0;
  }
  .requirementBlock .flexBox.threeColumn .articleBox.textBox img {
    width: 72px;
    top: -36px;
  }
  .requirementBlock .flexBox.threeColumn .articleBox.textBox ul li h6 {
    font-size: 12.5px;
    margin-bottom: 6px;
  }
  .requirementBlock .flexBox.threeColumn .articleBox.textBox ul li p {
    font-size: 12.5px;
  }
  .requirementBlock .flexBox.threeColumn .articleBox a .linkBtn {
    width: 148px;
    margin: 0 auto;
    padding: 10px 8px;
  }
  .requirementBlock .navyBtn {
    width: 215px;
    height: 47px;
    font-size: 13px;
    padding: 12px;
  }
  .requirementBlock .navyBtn::after {
    right: 17px;
    width: 9px;
    height: 9px;
  }
  .linkBlock {
    margin: 0;
  }
  .linkBlock__itemBox {
    width: 100%;
    padding: 30px 5% 31px;
  }
  .linkBlock__itemBox .text {
    width: 100%;
    max-width: 510px;
  }
  .linkBlock__itemBox .text h5 {
    margin: 0 0 7px;
    font-size: 19px;
  }
  .linkBlock__itemBox .text p {
    margin: 0 0 17px;
    padding-right: 90px;
    font-size: 12px;
    line-height: 1.4;
  }
  .linkBlock__itemBox .text a {
    max-width: 124px;
    height: 34px;
    padding: 7px 0;
    font-size: 12px;
    border-radius: 18px;
    position: relative;
  }
  .linkBlock__itemBox .text a:after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    left: auto;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #023f98;
    border-bottom: 2px solid #023f98;
    transform: rotate(-45deg);
  }
  .linkBlock__itemBox:nth-child(1) {
    border-right: none;
  }
  .linkBlock__itemBox:nth-child(1) .text {
    padding: 0;
    background: url(../img/link_01.png) calc(100% - 1px) 14px no-repeat;
    background-size: 85px auto;
  }
  .linkBlock__itemBox:nth-child(2) .text {
    padding: 0;
    background: url(../img/link_02.png) calc(100% - 3px) 24px no-repeat;
    background-size: 88px auto;
  }
  .linkBlock__itemBox:nth-child(3) {
    border-right: none;
    border-bottom: solid 1px #e5ebf4;
  }
  .linkBlock__itemBox:nth-child(3) .text {
    padding: 0;
    background: url(../img/link_05.png) calc(100% + 2px) center no-repeat;
    background-size: 75px auto;
  }
  .linkBlock__itemBox:nth-child(4) .text {
    padding: 0;
    background: url(../img/link_03.png) calc(100% - 9px) 12px no-repeat;
    background-size: 78px auto;
  }
  .newsBlock {
    padding-top: 72px;
    background-position: 9px 25px;
    background-size: 217px auto;
  }
  .newsBlock .innerWrap {
    margin: 0 auto 92px;
    padding: 0 20px 0 20px;
  }
  .newsBlock .flexBox {
    margin: 0 0 19px 0;
    padding: 0 0 22px 0;
  }
  .newsBlock .flexBox h3 {
    padding-top: 0;
  }
  .newsBlock .flexBox h3 img {
    width: 87px;
    margin: 0 21px 0 0;
  }
  .newsBlock .flexBox h3 span {
    font-size: 13px;
  }
  .newsBlock ul {
    margin: 0 0 24px 0;
  }
  .newsBlock ul li {
    margin: 0 0 20px 0;
    padding: 0 0 24px 0;
  }
  .newsBlock ul li a {
    position: relative;
    border-radius: 0;
    display: block;
    padding: 0;
  }
  .newsBlock ul li a .leftBox {
    display: block;
  }
  .newsBlock ul li a .leftBox span {
    font-size: 11px;
    padding: 1px 23px;
    margin: 0;
  }
  .newsBlock ul li a .leftBox .ttl {
    font-size: 12px;
    margin: 9px 0 0 0;
  }
  .newsBlock ul li a .rightBox {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 12px;
  }
  .newsBlock .more {
    position: relative;
    top: 0;
    right: 0;
  }
  .newsBlock .more a {
    width: 150px;
    height: 40px;
    margin: auto;
    padding: 8px 22px 10px 69px;
    font-size: 13px;
  }
  .newsBlock .more a::before {
    left: 42px;
  }
  .approachBlock {
    padding: 52px 20px 4px 20px;
  }
  .approachBlock::before {
    background: url(../img/nami.png) repeat-x top;
    background-size: 60px;
    height: 20px;
    top: -18px;
  }
  .approachBlock::after {
    width: 207px;
    height: 281px;
    top: -107px;
    right: 1px;
  }
  .approachBlock .inner .flexBox {
    display: block;
  }
  .approachBlock .inner .flexBox .threeColumn {
    max-width: inherit;
    margin-bottom: 54px;
  }
  .approachBlock .inner .flexBox .threeColumn h5 {
    margin: 0 auto 8px;
    line-height: 1.35;
  }
  .approachBlock .inner .flexBox .threeColumn p {
    font-size: 13px;
    margin: 0 0 17px;
  }
  .approachBlock .inner .flexBox .threeColumn .yellowBtn {
    max-width: 290px;
    height: 55px;
  }
  .approachBlock .inner .flexBox .threeColumn span.annotation {
    padding: 0 0 0 50px;
  }
  .approachBlock .inner .flexBox .threeColumn img {
    width: 207px;
  }
  .contactBlock {
    padding: 53px 20px 37px 20px;
  }
  .contactBlock::before {
    width: 235px;
    height: 388px;
    top: -76px;
    left: 0;
  }
  .contactBlock .flexBox {
    display: block;
    padding: 0;
  }
  .contactBlock .flexBox .leftBox {
    margin: 0 0 13px 0;
  }
  .contactBlock .flexBox .leftBox h2 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .contactBlock .flexBox .leftBox h2 img {
    width: 132px;
    margin: 0 auto 11px;
  }
  .contactBlock .flexBox .leftBox h2 span {
    letter-spacing: 1.5px;
    padding: 0 0 0 10px;
  }
  .contactBlock .flexBox .leftBox h2 span::before {
    top: 7px;
    right: -7px;
    width: 9px;
    height: 9px;
  }
  .contactBlock .flexBox .rightBox {
    width: 100%;
  }
  .pageTop {
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .pageTop::before {
    top: 13px;
    left: 10px;
    width: 17px;
  }
  .pageTop::after {
    top: 19px;
    right: 13px;
  }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  .contactBlock .flexBox .leftBox h2 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  body.lower header {
    padding: 21px 20px;
  }
  body.lower header.on {
    padding: 21px 20px;
  }
  .breadcrumbs {
    padding: 0 0 0 5%;
  }
  .breadcrumbs ul {
    display: flex;
  }
  .breadcrumbs ul li {
    font-size: 9px;
    flex-shrink: 0;
  }
  .breadcrumbs ul li::after {
    font-size: 9px;
  }
  .breadcrumbs ul li a {
    font-size: 9px;
  }
  main {
    margin-top: 0;
    padding-bottom: 85px;
  }
  main .mainSec .titleArea {
    padding: 8px 0 77px;
    background-image: none;
    background-size: contain;
  }
  main .mainSec .titleArea .breadcrumbs {
    margin-bottom: 30px;
  }
  main .mainSec .titleArea h1 {
    font-size: 21px;
  }
  main .mainSec .contentsArea {
    width: 100%;
  }
  main .mainSec .contentsArea--intro {
    width: 90%;
    margin: -25px auto 45px;
    padding: 53px 6.5% 0;
    text-align: justify;
    font-size: 15px;
    line-height: 1.7333;
  }
  main .mainSec .contentsArea--intro::before {
    height: 27px;
    border-radius: 15px 15px 0 0;
  }
  main .mainSec .contentsArea--intro p a {
    border-bottom: 1px solid #023f98;
  }
  main .mainSec .contentsArea--intro p a::after {
    content: none;
  }
  main .mainSec .contentsArea--areaTitle {
    margin-bottom: 30px;
    padding-bottom: 22px;
    font-size: 24px;
  }
  main .mainSec .contentsArea--areaTitle::after {
    width: 31px;
  }
  main .mainSec .contentsArea__bottomArea {
    margin-bottom: 40px;
    padding: 39px 5% 50px;
    background-color: #fff;
    border-radius: 0;
  }
  main .mainSec .contentsArea__bottomArea .secTitle {
    padding: 0 0 10px 18px;
    font-size: 18px;
  }
  main .mainSec .contentsArea__bottomArea .secTitle::before {
    top: 0;
    height: 75%;
  }
  main.notFound .mainSec .contentsArea--intro p {
    margin-bottom: 30px;
  }
  main.notFound .mainSec .contentsArea--intro .btn {
    display: block;
    width: 100%;
    max-width: 195px;
    height: 47px;
    text-align: center;
    margin: 0 auto;
    padding: 11px 0;
    font-size: 13px;
    position: relative;
  }
  main.notFound .mainSec .contentsArea--intro .btn:after {
    content: "";
    display: block;
    position: absolute;
    right: 18px;
    left: auto;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #023f98;
    border-bottom: 2px solid #023f98;
    transform: rotate(-45deg);
  }
  main.contact {
    margin-top: 0;
  }
  main.contact .btn {
    transition: none;
  }
  main.contact .mainSec .contentsArea--intro p {
    font-size: 15px;
  }
  main.contact .mainSec .contentsArea--formFlow {
    width: 100%;
    height: 45px;
    margin-bottom: 30px;
  }
  main.contact .mainSec .contentsArea--formFlow li {
    font-size: 12px;
  }
  main.contact .mainSec .contentsArea--formFlow li::before {
    right: -8px;
    width: 13px;
    height: 45px;
  }
  main.contact .mainSec .contentsArea--formFlow li:first-child {
    padding-left: 8px;
  }
  main.contact .mainSec .contentsArea--formFlow li:last-child::before {
    content: none;
  }
  main.contact .mainSec .contentsArea--formFlow li.contactPage::before {
    right: -12px;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl {
    flex-flow: column;
    padding: 10px 0 9px;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl.radioArea dt, main.contact .mainSec .contentsArea__bottomArea--formContents dl.checkArea dt {
    padding: 0;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dt.textarea {
    padding-top: 0;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dt .wrapper {
    padding: 0 2px 0 1px;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dt .required {
    width: 41px;
    height: 21px;
    padding: 5px 0 4px;
    font-size: calc(21px / 2);
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dd {
    width: 100%;
    padding-left: 0;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .zipWrap .zipMark {
    margin: 0 9px 0 10px;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .zipWrap .btn {
    height: 29px;
    margin-left: 10px;
    padding: 5px 10px 0 0;
    font-size: 12px;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dd input {
    height: 50px;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dd input[type=text] {
    max-width: unset;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dd input[type=text][name=belong] {
    max-width: unset;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dd input[type=text][name=zip] {
    max-width: 125px;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .selectWrap {
    position: relative;
    width: 108px;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .selectWrap::before {
    right: 12px;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .selectWrap::after {
    right: 17px;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .selectWrap select {
    height: 50px;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .radioBtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 7px;
    margin-bottom: -3px;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .radioBtn > span {
    display: inline-block;
    min-width: 42.5%;
    margin: 0 0 3px 0;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .checkBtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 7px;
    margin-bottom: -3px;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dd .checkBtn > span {
    display: inline-block;
    min-width: 42.5%;
    margin: 0 0 3px 0;
  }
  main.contact .mainSec .contentsArea__bottomArea--formContents dl dd textarea {
    height: 190px;
    line-height: 1.6;
  }
  main.contact .mainSec .contentsArea__btnArea .btn {
    width: 100%;
    max-width: 295px;
    height: 47px;
    border: none;
    position: relative;
  }
  main.contact .mainSec .contentsArea__btnArea .btn:after {
    content: "";
    display: block;
    position: absolute;
    right: 19px;
    left: auto;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }
  main.contact .mainSec .contentsArea__btnArea .btn input {
    font-size: 13px;
  }
  main.contact__confirm .mainSec .contentsArea--formFlow li.confPage {
    padding-left: 6px;
  }
  main.contact__confirm .mainSec .contentsArea--formFlow li.confPage::before {
    right: -9px;
  }
  main.contact__confirm .mainSec .contentsArea__bottomArea--formContents dl {
    min-height: 76px;
    padding-top: 11px;
  }
  main.contact__confirm .mainSec .contentsArea__bottomArea--formContents dl dt {
    margin-bottom: 4px;
  }
  main.contact__confirm .mainSec .contentsArea__bottomArea--formContents dl dd {
    padding-left: 0;
    font-size: 15px;
  }
  main.contact__confirm .mainSec .contentsArea__bottomArea--formContents dl dd .zipWrap .zipMark {
    margin: 0 0;
  }
  main.contact__confirm .mainSec .contentsArea__bottomArea--formContents dl dd .zipWrap .btn {
    display: none;
  }
  main.contact__confirm .mainSec .contentsArea__bottomArea--formContents dl dd .selectWrap::before {
    content: none;
  }
  main.contact__confirm .mainSec .contentsArea__bottomArea--formContents dl dd .selectWrap::after {
    content: none;
  }
  main.contact__confirm .mainSec .contentsArea__btnArea .btn {
    width: 52%;
  }
  main.contact__confirm .mainSec .contentsArea__btnArea .returnBtn {
    width: 48%;
    max-width: 124px;
    height: 35px;
    margin-right: 18px;
    background-color: transparent;
    border-radius: 18px;
    border: 1px solid #023f98;
    position: relative;
  }
  main.contact__confirm .mainSec .contentsArea__btnArea .returnBtn:after {
    content: "";
    display: block;
    position: absolute;
    right: auto;
    left: 14px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    border-right: 2px solid #023f98;
    border-bottom: 2px solid #023f98;
    transform: rotate(135deg);
  }
  main.contact__confirm .mainSec .contentsArea__btnArea .returnBtn input {
    color: #023f98;
    font-size: 12px;
  }
  main.contact__complete {
    padding-bottom: 85px;
  }
  main.contact__complete .mainSec .contentsArea--intro {
    margin-bottom: 0;
    padding: 55px 0 0;
    text-align: center;
  }
  main.contact__complete .mainSec .contentsArea--intro h2 {
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 1.5;
  }
  main.contact__complete .mainSec .contentsArea--intro p {
    margin-bottom: 43px;
    padding-right: 13px;
    text-align: justify;
    font-size: 14px;
    line-height: 1.75;
  }
  main.contact__complete .mainSec .contentsArea--intro .btn_02 {
    width: 100%;
    max-width: 195px;
    height: 47px;
    padding: 11px 0;
    font-size: 13px;
    position: relative;
  }
  main.contact__complete .mainSec .contentsArea--intro .btn_02:after {
    content: "";
    display: block;
    position: absolute;
    right: 18px;
    left: auto;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #023f98;
    border-bottom: 2px solid #023f98;
    transform: rotate(-45deg);
  }
  main.contact__complete .mainSec .contentsArea--formFlow {
    margin-bottom: 28px;
  }
  main.contact__complete .mainSec .contentsArea--formFlow li::before {
    right: -11px;
  }
  main.contact__complete .mainSec .contentsArea--formFlow li.confPage {
    padding-left: 15px;
  }
  main.contact__complete .mainSec .contentsArea--formFlow li.confPage::before {
    right: -9px;
  }
}
@media screen and (max-width: 48em) {
  main.faq .mainSec .contentsWrap {
    background: none;
  }
  main.faq .mainSec .contentsArea--intro {
    margin-bottom: 39px;
  }
  main.faq .mainSec .contentsArea--intro p {
    font-size: 15px;
    line-height: inherit;
  }
  main.faq .mainSec .contentsArea--intro p a::after {
    transition: none;
  }
  main.faq .mainSec .contentsArea--categoryList {
    justify-content: flex-start;
    margin-bottom: 40px;
    padding: 0 5%;
  }
  main.faq .mainSec .contentsArea--categoryList li {
    min-height: 40px;
    margin: 0 6px 10px 0;
    font-size: 12px;
  }
  main.faq .mainSec .contentsArea--categoryList li:nth-child(even) {
    margin-right: 0;
  }
  main.faq .mainSec .contentsArea--categoryList li .btn {
    padding: 10px 0 0 13%;
    position: relative;
  }
  main.faq .mainSec .contentsArea--categoryList li .btn:after {
    content: "";
    display: block;
    position: absolute;
    right: auto;
    left: 11%;
    top: -5px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #023f98;
    border-bottom: 2px solid #023f98;
    transform: rotate(45deg);
  }
  main.faq .mainSec .contentsArea__bottomArea {
    margin-bottom: 30px;
  }
  main.faq .mainSec .contentsArea__bottomArea .faqBox dl {
    padding: 15px 5px 8px 2px;
  }
  main.faq .mainSec .contentsArea__bottomArea .faqBox dl dt {
    margin-bottom: 7px;
    padding: 0px 35px 0 30px;
    font-size: 14px;
  }
  main.faq .mainSec .contentsArea__bottomArea .faqBox dl dd {
    margin-bottom: 20px;
    padding: 0 35px 0 30px;
    text-align: justify;
    font-size: 14px;
    line-height: 1.65;
  }
  main.faq .mainSec .contentsArea__bottomArea .faqBox dl .icon {
    margin-right: 10px;
    font-size: 19px;
  }
  main.faq .mainSec .contentsArea__bottomArea .faqBox dl .icon.question {
    color: #023f98;
  }
  main.faq .mainSec .contentsArea__bottomArea .faqBox dl .icon.answer {
    color: #ff6076;
  }
}
@media screen and (max-width: 48em) {
  main.privacy .mainSec .contentsArea {
    padding: 0 20px;
  }
  main.privacy .mainSec .contentsArea__bottomArea {
    padding: 60px 35px 39px;
    border-radius: 20px;
  }
  main.privacy .mainSec .contentsArea__bottomArea a {
    display: inline;
    border-bottom: 1px solid #023f98;
  }
  main.privacy .mainSec .contentsArea__bottomArea a::after {
    content: none;
  }
  main.privacy .mainSec .contentsArea__bottomArea .privacyList {
    margin: 0 auto 28px;
    font-size: 14px;
  }
  main.privacy .mainSec .contentsArea__bottomArea .privacyList > li {
    margin-bottom: 33px;
  }
  main.privacy .mainSec .contentsArea__bottomArea .privacyList > li:last-child {
    margin-bottom: 0;
  }
  main.privacy .mainSec .contentsArea__bottomArea .privacyList > li h2 {
    margin-bottom: 12px;
    font-size: 18px;
  }
  main.privacy .mainSec .contentsArea__bottomArea .privacyList > li p {
    line-height: 1.7;
  }
  main.privacy .mainSec .contentsArea__bottomArea .address {
    margin-bottom: 30px;
    font-size: 14px;
  }
  main.privacy .mainSec .contentsArea__bottomArea .signature {
    font-size: 14px;
  }
}
@media screen and (max-width: 48em) {
  main.support {
    padding-bottom: 90px;
  }
  main.support .mainSec .contentsWrap {
    background: none;
  }
  main.support .mainSec .contentsArea--intro p {
    font-size: 15px;
    line-height: 1.7;
  }
  main.support .mainSec .contentsArea__bottomArea {
    padding: 37px 5% 50px;
  }
  main.support .mainSec .contentsArea__bottomArea .secTitle {
    font-size: 19px;
    margin-bottom: 20px;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap {
    flex-flow: column;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox {
    width: 100%;
    min-height: 238px;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox:last-of-type {
    margin-bottom: 0;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox h3 {
    padding-bottom: 25px;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox p {
    font-size: 13px;
    line-height: 1.7;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn {
    width: 73%;
    max-width: unset;
    min-width: 176;
    height: 46px;
    padding: 11px 0;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn::after {
    right: 17px;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq h3 {
    padding-left: 16.81%;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq h3::after {
    left: calc(50% - 85px);
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq p {
    padding: 0 5%;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.contact h3 {
    padding-left: 14.46%;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.contact h3::after {
    left: calc(50% - 106px);
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel {
    padding-bottom: 18px;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel h3 {
    padding-left: 14.458%;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel h3::after {
    left: calc(50% - 116px);
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo {
    text-align: center;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .telNum {
    margin-bottom: 4px;
    padding-right: 5px;
    font-size: 14px;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .telNum strong {
    font-size: 20px;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .receptionTime {
    font-size: 14px;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.login p {
    padding: 0 5%;
    margin: 0 0 25px 0;
    text-align: left;
  }
  main.support .mainSec .contentsArea__bottomArea__innerWrap--itemBox.login .btn {
    width: 73%;
    max-width: unset;
    min-width: 176px;
    height: 46px;
    padding: 11px 0;
  }
  main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl {
    display: block;
  }
  main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt {
    border-right: none;
  }
  main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dt .title {
    display: table;
    margin: 4px 0 0 0;
  }
  main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dd {
    display: block;
  }
  main.support .mainSec .contentsArea__bottomArea__manualDownload .manualDownload dl dd .content {
    border-right: none;
    padding: 0;
  }
}
@media screen and (max-width: 48em) {
  main.features {
    padding-bottom: 90px;
  }
  main.features .mainSec .contentsWrap.feature {
    padding-bottom: 58px;
    background-image: url("../img/lower_common/contents_bg_01.png"), url("../img/lower_common/contents_bg_02.png"), url("../img/lower_common/contents_bg_03.png"), url("../img/lower_common/contents_bg_02.png");
    background-position: -1px 283px, 102.5% 38.96%, -7px 68.3%, 101.5% 98.25%;
    background-size: 145px auto, 155px auto, 180px auto, 155px auto;
  }
  main.features .mainSec .contentsWrap.func {
    background-image: none, url("../img/lower_common/contents_bg_mono_02.png");
    background-position: 0 0, right 36%;
    background-size: auto, 168px auto;
  }
  main.features .mainSec .contentsArea--intro {
    margin-bottom: 34px;
    padding-top: 53px;
  }
  main.features .mainSec .contentsArea--intro p {
    font-size: 16px;
    line-height: 1.7;
  }
  main.features .mainSec .contentsArea .featureArea {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 64px;
  }
  main.features .mainSec .contentsArea .featureArea__bottomArea {
    margin-bottom: 20px;
    border-radius: 15px;
  }
  main.features .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(odd) .photoArea, main.features .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(even) .photoArea {
    order: 1;
  }
  main.features .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(odd) .textArea, main.features .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(even) .textArea {
    order: 2;
  }
  main.features .mainSec .contentsArea .featureArea__bottomArea:last-of-type {
    margin-bottom: 0;
  }
  main.features .mainSec .contentsArea .featureArea__innerWrap {
    flex-flow: column;
  }
  main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.photoArea {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }
  main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.photoArea img {
    position: static;
    width: auto;
    max-width: 100%;
    min-width: auto;
    height: auto;
    margin: 0;
  }
  main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 25px 7.5% 33px;
  }
  main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .icon {
    width: 105px;
    height: 28px;
    margin-bottom: 13px;
    padding: 4px 0 0 25px;
    background-position: 18px 5px;
    background-size: 20px 16px;
    font-size: 12px;
  }
  main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .icon::after {
    bottom: -10px;
    left: 14px;
    width: 16px;
    height: 17px;
  }
  main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea h3 {
    margin: 0 auto 14px 0;
    padding-bottom: 7px;
    font-size: 21px;
  }
  main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .text {
    font-size: 14px;
    line-height: 1.66;
  }
  main.features .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .btn {
    width: 75%;
  }
  main.features .mainSec .contentsArea .functionArea {
    width: 90%;
    margin: 0 auto;
  }
  main.features .mainSec .contentsArea .functionArea--areaTitle {
    margin-bottom: 27px;
  }
  main.features .mainSec .contentsArea .functionArea__bottomArea {
    margin-bottom: 65px;
    padding: 0;
    background-color: transparent;
    border-radius: none;
  }
  main.features .mainSec .contentsArea .functionArea__bottomArea:last-of-type {
    margin-bottom: 0;
  }
  main.features .mainSec .contentsArea .functionArea__bottomArea .secTitle {
    margin-bottom: 14px;
    padding-bottom: 10px;
    font-size: 19px;
    line-height: 1.3;
  }
  main.features .mainSec .contentsArea .functionArea__bottomArea > p {
    margin-bottom: 27px;
    font-size: 14px;
  }
  main.features .mainSec .contentsArea .functionArea__funcList {
    flex-flow: column;
  }
  main.features .mainSec .contentsArea .functionArea__funcList--itemBox {
    width: 100%;
    margin: 0 0 18px 0;
    border-radius: 15px;
  }
  main.features .mainSec .contentsArea .functionArea__funcList--itemBox:last-child {
    margin-bottom: 0;
  }
  main.features .mainSec .contentsArea .functionArea__funcList--itemBox--textArea {
    min-height: 181px;
    padding: 24px 7.41%;
  }
  main.features .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4 {
    margin: 0 0 14px 0;
    font-size: 17px;
  }
  main.features .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4::before {
    top: -2px;
    left: 2px;
  }
  main.features .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p {
    font-size: 14px;
    line-height: 1.75;
  }
  main.features .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p span {
    color: #6785af;
    font-size: 12px;
  }
}
@media screen and (max-width: 48em) {
  main.comparison {
    padding-bottom: 97px;
  }
  main.comparison sup {
    font-size: 12px;
    vertical-align: baseline;
  }
  main.comparison .mainSec .titleArea {
    padding-bottom: 63px;
    background-image: url("../img/lower_common/title_bg_img_02_sp.png");
    background-size: contain;
  }
  main.comparison .mainSec .titleArea h1::before {
    width: 60px;
    height: 60px;
    margin-bottom: 9px;
  }
  main.comparison .mainSec .contentsWrap {
    background: url("../img/lower_common/contents_bg_mono_01.png") left 178px no-repeat;
    background-size: 145px auto;
  }
  main.comparison .mainSec .contentsArea--intro {
    margin-bottom: 25px;
    padding-top: 52px;
  }
  main.comparison .mainSec .contentsArea--intro p {
    font-size: 16px;
    line-height: 1.7;
  }
  main.comparison .mainSec .contentsArea .tableArea {
    padding: 0 5%;
  }
  main.comparison .mainSec .contentsArea .tableArea > p {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 11px;
  }
  main.comparison .mainSec .contentsArea .tableArea .tableWrap {
    overflow: scroll;
    width: 100%;
    height: 85vh;
    max-height: 744px;
    margin-bottom: 10px;
    border-radius: 15px;
  }
  main.comparison .mainSec .contentsArea .tableArea table {
    position: relative;
    width: 700px;
    table-layout: fixed;
    border-collapse: separate;
  }
  main.comparison .mainSec .contentsArea .tableArea table tr th,
  main.comparison .mainSec .contentsArea .tableArea table tr td {
    width: 195px;
    padding: 13px 15px;
    font-size: 12px;
  }
  main.comparison .mainSec .contentsArea .tableArea table tr th.text,
  main.comparison .mainSec .contentsArea .tableArea table tr td.text {
    width: 150px;
    text-align: left;
  }
  main.comparison .mainSec .contentsArea .tableArea table tr th:first-of-type {
    position: sticky;
    left: 0;
    width: 100px;
    padding: 0 5px;
    z-index: 2;
  }
  main.comparison .mainSec .contentsArea .tableArea table thead tr th {
    position: sticky;
    top: 0;
    height: 150px;
    font-size: 14px;
    z-index: 2;
  }
  main.comparison .mainSec .contentsArea .tableArea table thead tr th:first-of-type {
    left: 0;
    z-index: 3;
  }
  main.comparison .mainSec .contentsArea .tableArea table thead tr th:first-of-type::before {
    content: none;
  }
  main.comparison .mainSec .contentsArea .tableArea table thead tr th:nth-of-type(2) {
    border-left: none;
  }
  main.comparison .mainSec .contentsArea .tableArea table thead tr th:last-of-type::before {
    content: none;
  }
  main.comparison .mainSec .contentsArea .tableArea table thead tr th img {
    max-width: 60px;
    margin: 6px auto 10px;
  }
  main.comparison .mainSec .contentsArea .tableArea table thead tr th span {
    font-size: 12px;
  }
  main.comparison .mainSec .contentsArea .tableArea table tbody tr th, main.comparison .mainSec .contentsArea .tableArea table tbody tr td {
    min-height: 60px;
  }
}
@media screen and (max-width: 48em) {
  main.scene {
    padding-bottom: 70px;
  }
  main.scene .mainSec .contentsArea--intro {
    margin-bottom: 45px;
    padding-top: 55px;
  }
  main.scene .mainSec .contentsArea--intro p {
    font-size: 16px;
    line-height: 1.6875;
  }
  main.scene .mainSec .contentsArea02 {
    margin-bottom: 50px;
  }
  main.scene .mainSec .contentsArea02__inner {
    flex-flow: column;
    align-items: center;
    padding: 36px 0 44px;
  }
  main.scene .mainSec .contentsArea02--item {
    flex-shrink: 0;
  }
  main.scene .mainSec .contentsArea02--item.img {
    width: 100%;
    padding: 0 22px 0 20px;
  }
  main.scene .mainSec .contentsArea02--item.text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 23px;
  }
  main.scene .mainSec .contentsArea02--item.text h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.45;
  }
  main.scene .mainSec .contentsArea02--item.text p {
    font-size: 14px;
    line-height: 1.6428;
  }
  main.scene .mainSec .contentsArea03 {
    flex-flow: column;
    justify-content: space-between;
  }
  main.scene .mainSec .contentsArea03__bottomArea {
    width: 90%;
    margin: 0 auto 20px;
    border-radius: 15px;
  }
  main.scene .mainSec .contentsArea03__bottomArea__innerWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  main.scene .mainSec .contentsArea03__bottomArea--title {
    height: 60px;
    padding: 17px 0 0;
    background-color: #023f98;
    text-align: center;
  }
  main.scene .mainSec .contentsArea03__bottomArea--title h3 {
    font-size: 18px;
  }
  main.scene .mainSec .contentsArea03__bottomArea--text {
    min-height: 260px;
    padding: 26px 21px;
  }
  main.scene .mainSec .contentsArea03__bottomArea--text h4 {
    margin-bottom: 18px;
    padding: 0 0 8px 35px;
    font-size: 17px;
    line-height: 1.353;
  }
  main.scene .mainSec .contentsArea03__bottomArea--text h4::before {
    width: 23px;
    height: 20px;
  }
  main.scene .mainSec .contentsArea03__bottomArea--text ul li {
    margin-bottom: 9px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.286;
  }
  main.scene .mainSec .contentsArea03__bottomArea--text ul li::before {
    left: 1px;
  }
}
@media screen and (max-width: 48em) {
  main.news {
    padding-bottom: 90px;
  }
  main.news .mainSec .contentsWrap {
    background: none;
  }
  main.news .mainSec .contentsArea--intro p {
    font-size: 15px;
    line-height: 1.733;
  }
  main.news .mainSec .contentsArea__bottomArea {
    padding-bottom: 39px;
  }
  main.news .mainSec .contentsArea__bottomArea__newsList--item {
    padding: 20px 1px 22px;
  }
  main.news .mainSec .contentsArea__bottomArea__newsList--item a {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main.news .mainSec .contentsArea__bottomArea__newsList--item a .category {
    order: 1;
    width: 94px;
    height: 22px;
    margin-bottom: 6px;
    padding: 1px 0;
    font-size: 11.5px;
    border-radius: 11px;
  }
  main.news .mainSec .contentsArea__bottomArea__newsList--item a .title {
    order: 3;
    width: 100%;
    margin-right: 0;
    font-size: 13px;
    line-height: 1.538;
  }
  main.news .mainSec .contentsArea__bottomArea__newsList--item a time {
    order: 2;
    margin-bottom: 6px;
    padding-top: 0;
    font-size: 12px;
  }
  main.news .mainSec .contentsArea__btnArea__pagination--item .page-numbers {
    width: 34px;
    height: 34px;
    margin: 0 3px;
    padding: 6px 0;
    font-size: 13px;
  }
  main.news .mainSec .contentsArea__btnArea__pagination--item .prev,
  main.news .mainSec .contentsArea__btnArea__pagination--item .next {
    width: 70px;
    height: 34px;
    padding: 7px 0;
    font-size: 12px;
    border-radius: 17px;
  }
  main.news .mainSec .contentsArea__btnArea__pagination--item .prev {
    margin: 0 17px 0 0;
    padding-left: 12px;
    position: relative;
  }
  main.news .mainSec .contentsArea__btnArea__pagination--item .prev:after {
    content: "";
    display: block;
    position: absolute;
    right: auto;
    left: 15px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #023f98;
    border-bottom: 2px solid #023f98;
    transform: rotate(135deg);
  }
  main.news .mainSec .contentsArea__btnArea__pagination--item .next {
    margin: 0 0 0 17px;
    padding-right: 9px;
    position: relative;
  }
  main.news .mainSec .contentsArea__btnArea__pagination--item .next:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    left: auto;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #023f98;
    border-bottom: 2px solid #023f98;
    transform: rotate(-45deg);
  }
  main.news.detail {
    padding-bottom: 90px;
  }
  main.news.detail .scroll-hint-icon-wrap {
    z-index: 3;
  }
  main.news.detail .mainSec .breadcrumbs {
    margin-bottom: 19px;
    padding: 8px 0 0 5%;
  }
  main.news.detail .mainSec .contentsArea__bottomArea {
    padding: 29px 5% 60px;
  }
  main.news.detail .mainSec .contentsArea__bottomArea a {
    display: inline;
    border-bottom: 1px solid #023f98;
  }
  main.news.detail .mainSec .contentsArea__bottomArea a::after {
    content: none;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__titleArea {
    margin-bottom: 50px;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__titleArea .intro {
    margin-bottom: 19px;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__titleArea .intro .category {
    width: 94px;
    height: 22px;
    padding: 2px 0;
    font-size: 11.5px;
    border-radius: 11px;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__titleArea .intro time {
    font-size: 12px;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__titleArea h1 {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 1.375;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__titleArea h2.subtitle {
    font-size: 19px;
    line-height: 1.368;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__articleArea .wp-embedded-content {
    max-width: 100%;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__articleArea h3 {
    font-size: 18px;
    line-height: 1.388;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__articleArea h4 {
    font-size: 15px;
    line-height: 1.4;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__articleArea p {
    font-size: 14px;
    line-height: 1.714;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__articleArea p.wp-caption-text {
    font-size: 13px;
    line-height: 1.538;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__articleArea sup {
    font-size: 1em;
    vertical-align: baseline;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__articleArea table {
    table-layout: fixed;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__articleArea table tr th, main.news.detail .mainSec .contentsArea__bottomArea__articleArea table tr td {
    font-size: 14px;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__articleArea .tableWrap {
    overflow: scroll;
    width: 100%;
    max-height: 85vh;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__articleArea .tableWrap table {
    position: relative;
    border-collapse: separate !important;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__articleArea .tableWrap table tr th, main.news.detail .mainSec .contentsArea__bottomArea__articleArea .tableWrap table tr td {
    min-width: 90px;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__articleArea .tableWrap table tr > *:first-of-type {
    position: sticky;
    left: 0;
    z-index: 2;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__articleArea .tableWrap table tr:first-of-type > * {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__articleArea .tableWrap table tr:first-of-type > *:first-of-type {
    left: 0;
    z-index: 3;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__articleArea > table {
    width: 100% !important;
  }
  main.news.detail .mainSec .contentsArea__bottomArea__signatureArea img {
    width: auto;
    max-width: 60%;
  }
  main.news.detail .mainSec .contentsArea__pageNav .prev,
  main.news.detail .mainSec .contentsArea__pageNav .next {
    width: 70px;
    height: 34px;
    padding: 7px 0;
    font-size: 13px;
    line-height: 1.3;
    border-radius: 18px;
  }
  main.news.detail .mainSec .contentsArea__pageNav .prev {
    margin: 0 16px 0 0;
    padding-left: 12px;
  }
  main.news.detail .mainSec .contentsArea__pageNav .prev::after {
    left: 14px;
  }
  main.news.detail .mainSec .contentsArea__pageNav .next {
    margin: 0 0 0 16px;
    padding-right: 9px;
  }
  main.news.detail .mainSec .contentsArea__pageNav .next::after {
    right: 14px;
  }
  main.news.detail .mainSec .contentsArea__pageNav .returnTop {
    width: 163px;
    height: 47px;
    padding: 12px 0 12px 27px;
    font-size: 13px;
    border-radius: 24px;
  }
  main.news.detail .mainSec .contentsArea__pageNav .returnTop::after {
    left: 25px;
  }
}
@media screen and (max-width: 48em) {
  main.trial {
    padding-bottom: 90px;
  }
  main.trial .mainSec .contentsWrap {
    background: none;
  }
  main.trial .mainSec .contentsArea--intro {
    padding-top: 0;
    padding: 46px 6.5% 0;
    margin: -50px auto 35px;
  }
  main.trial .mainSec .contentsArea--intro p {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
  }
  main.trial .mainSec .contentsArea--intro::before {
    height: 52px;
  }
  main.trial .mainSec .contentsArea__bottomArea {
    padding: 37px 5% 50px;
  }
  main.trial .mainSec .contentsArea__bottomArea .secTitle {
    font-size: 19px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap {
    flex-flow: column;
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox {
    width: 100%;
    min-height: 238px;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox:last-of-type {
    margin-bottom: 0;
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox h3 {
    padding-bottom: 25px;
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox p {
    font-size: 13px;
    line-height: 1.7;
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn {
    width: 73%;
    max-width: unset;
    min-width: 176;
    height: 46px;
    padding: 11px 0;
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn::after {
    right: 17px;
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq h3 {
    padding-left: 16.81%;
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq h3::after {
    left: calc(50% - 85px);
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq p {
    padding: 0 5%;
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.contact h3 {
    padding-left: 14.46%;
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.contact h3::after {
    left: calc(50% - 106px);
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel {
    padding-bottom: 18px;
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel h3 {
    padding-left: 14.458%;
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel h3::after {
    left: calc(50% - 116px);
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo {
    text-align: center;
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .telNum {
    margin-bottom: 4px;
    padding-right: 5px;
    font-size: 14px;
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .telNum strong {
    font-size: 20px;
  }
  main.trial .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .receptionTime {
    font-size: 14px;
  }
  main.trial .mainSec .contentsArea__bottomArea .loginInfo table {
    width: 67%;
    height: auto;
  }
  main.trial .mainSec .contentsArea__bottomArea .loginInfo table th {
    width: 48%;
    padding: 10px;
  }
  main.trial .mainSec .contentsArea__bottomArea .loginInfo table td {
    padding: 10px 14px;
  }
  main.trial .mainSec .contentsArea__bottomArea .loginInfo p {
    text-align: left;
  }
  main.trial .mainSec .contentsArea__bottomArea .loginInfo .btn {
    max-width: 236px;
    font-size: 15px;
    padding: 13px 15px;
  }
  main.trial .mainSec .contentsArea__bottomArea .loginInfo .btn::after {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    left: auto;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    border-right: 2px solid #023f98;
    border-bottom: 2px solid #023f98;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 48em) {
  main.cloud {
    padding-bottom: 90px;
  }
  main.cloud .mainSec .titleArea {
    padding-bottom: 53px;
  }
  main.cloud .mainSec .ttl {
    margin: 42px 0 0;
  }
  main.cloud .mainSec .ttl::before {
    content: "";
    background: url(../img/products/cloud/icon_01.png) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 63px;
    height: 63px;
    top: 3px;
    left: 0;
    right: 0;
    margin: auto;
  }
  main.cloud .mainSec .ttl span {
    font-size: 12px;
    color: #fff;
    margin: 0 0 1px;
    letter-spacing: 2px;
    font-weight: normal;
  }
  main.cloud .mainSec .contentsWrap.feature {
    padding-bottom: 58px;
    background-image: url("../img/lower_common/contents_bg_01.png"), url("../img/lower_common/contents_bg_02.png"), url("../img/lower_common/contents_bg_03.png"), url("../img/lower_common/contents_bg_02.png");
    background-position: -1px 283px, 102.5% 38.96%, -7px 68.3%, 101.5% 98.25%;
    background-size: 145px auto, 155px auto, 180px auto, 155px auto;
  }
  main.cloud .mainSec .contentsWrap.func {
    background-image: none, url(../img/lower_common/contents_bg_mono_01.png);
    background-position: 0 0, left -9px top 30px;
    background-size: auto, 138px auto;
  }
  main.cloud .mainSec .contentsWrap.text {
    padding: 55px 0;
  }
  main.cloud .mainSec .contentsWrap.flow .functionArea {
    padding: 0 0 74px 0;
  }
  main.cloud .mainSec .contentsWrap.flow .functionArea--areaTitle {
    margin-bottom: 18px;
  }
  main.cloud .mainSec .contentsWrap.flow .functionArea__box {
    margin: 0 0 38px 0;
  }
  main.cloud .mainSec .contentsWrap.flow::after {
    content: "";
    background: url(../img/lower_common/contents_bg_mono_01.png) no-repeat;
    background-size: 100%;
    width: 152px;
    height: 155px;
    position: absolute;
    bottom: -57px;
    left: -15px;
    z-index: 5;
  }
  main.cloud .mainSec .contentsWrap.flow .att {
    padding: 0 25px 0 0;
  }
  main.cloud .mainSec .contentsWrap.flow .att p {
    padding-left: 11px;
    text-indent: -11px;
  }
  main.cloud .mainSec .contentsWrap.flow .leadBlock {
    text-align: left;
    padding: 0 0 0 0;
    margin: 0 0 38px 0;
  }
  main.cloud .mainSec .contentsWrap.flow .leadBlock p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 1px 0;
    padding-right: 15px;
  }
  main.cloud .mainSec .contentsWrap.flow .leadBlock span {
    display: block;
    line-height: 1.5;
    text-indent: -13px;
    padding: 0 15px 0 13px;
  }
  main.cloud .mainSec .contentsWrap.flow .secTitle {
    font-size: 17px !important;
    margin-bottom: 11px !important;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea {
    flex-direction: column;
    padding: 26px 17px;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea li {
    width: 100%;
    padding: 0 0 45px 0;
    margin: 0 0 20px 0;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(1) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 53px 0;
    margin: 0 0 15px 0;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(1) p {
    width: 88%;
    padding: 0 0 0 35px;
    margin: 0 auto 33px;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(1) img {
    margin: 0 auto;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(2) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 48px 0;
    margin: 0 0 15px 0;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(2) p {
    width: 88%;
    padding: 0 0 0 35px;
    margin: 0 auto 30px;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(2) img {
    margin: 0 auto;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(3) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 56px 0;
    margin: 0 0 16px 0;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(3) p {
    width: 88%;
    padding: 0 0 0 35px;
    margin: 0 auto 30px;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(3) img {
    margin: 0 auto;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(4) {
    width: 100%;
    background: none;
    padding: 0 0 0 0;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(4) p {
    width: 88%;
    margin: 0 auto 46px;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea li:nth-child(4) img {
    margin: 0 auto;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth {
    padding: 24px 17px;
    margin: 0 0 16px 0;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li {
    width: 100%;
    padding: 0 0 45px 0;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 59px 0;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) p {
    width: 88%;
    margin: 0 auto 25px;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) img {
    margin: 0 auto;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 51px 0;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) p {
    width: 88%;
    margin: 0 auto 27px;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) img {
    margin: 0 auto;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 57px 0;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) p {
    width: 88%;
    margin: 0 auto 27px;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) img {
    margin: 0 auto;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 53px 0;
    margin: 0 0 15px 0;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) p {
    width: 88%;
    padding: 0 0 0 35px;
    margin: 0 auto 29px;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) img {
    margin: 0 auto;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(5) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    background: none;
    padding: 0 0 0 0;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(5) p {
    width: 88%;
    margin: 0 auto 46px;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(5) img {
    margin: 0 auto;
  }
  main.cloud .mainSec .contentsWrap.flow .flowArea .btn {
    max-width: 286px;
    margin: 23px auto 0;
    padding: 15px 26px 12px;
    font-size: 13px;
  }
  main.cloud .mainSec .contentsWrap.table {
    padding: 0 0 74px 0;
    background-size: 168px auto;
  }
  main.cloud .mainSec .contentsWrap.method {
    padding: 65px 15px 0;
  }
  main.cloud .mainSec .contentsWrap.method .contentsArea--areaTitle {
    margin-bottom: 30px;
    padding-bottom: 22px;
    font-size: 24px;
    position: relative;
    z-index: 5;
  }
  main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap {
    width: 100%;
    flex-direction: column;
    margin: 0 0 26px 0;
  }
  main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox {
    width: 100%;
    padding: 16px 56px 22px 27px;
    margin: 0 0 17px 0;
  }
  main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox:last-of-type {
    margin: 0 0 0 0;
  }
  main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #e9eff2;
    padding: 0 0 12px;
    margin: 0 0 9px;
    position: relative;
  }
  main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea::after {
    content: "";
    display: block;
    position: absolute;
    right: -31px;
    left: auto;
    top: 21px;
    bottom: -30px;
    margin: auto;
    width: 18px;
    height: 18px;
    border-right: 2px solid #023f98;
    border-bottom: 2px solid #023f98;
    transform: rotate(-45deg);
  }
  main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea .imgArea {
    min-width: 24%;
    width: 24%;
    margin: 0 16px 0 0;
  }
  main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .small {
    font-size: 13px;
  }
  main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .m_small {
    font-size: 12px;
  }
  main.cloud .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox p {
    font-size: 17px;
  }
  main.cloud .mainSec .contentsWrap.method .btn {
    padding: 13px 26px;
    max-width: 285px;
    letter-spacing: 0;
  }
  main.cloud .mainSec .contentsArea--intro {
    margin-bottom: 34px;
    padding-top: 53px;
  }
  main.cloud .mainSec .contentsArea--intro p {
    font-size: 16px;
    line-height: 1.7;
  }
  main.cloud .mainSec .contentsArea .featureArea {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 64px;
  }
  main.cloud .mainSec .contentsArea .featureArea__bottomArea {
    margin-bottom: 20px;
    border-radius: 15px;
  }
  main.cloud .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(odd) .photoArea, main.cloud .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(even) .photoArea {
    order: 1;
  }
  main.cloud .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(odd) .textArea, main.cloud .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(even) .textArea {
    order: 2;
  }
  main.cloud .mainSec .contentsArea .featureArea__bottomArea:last-of-type {
    margin-bottom: 0;
  }
  main.cloud .mainSec .contentsArea .featureArea__innerWrap {
    flex-flow: column;
  }
  main.cloud .mainSec .contentsArea .featureArea__innerWrap--itemBox.photoArea {
    width: 100%;
    max-width: 100%;
  }
  main.cloud .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 7.5% 33px;
  }
  main.cloud .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .icon {
    width: 105px;
    height: 28px;
    margin-bottom: 13px;
    padding: 4px 0 0 25px;
    background-position: 18px 5px;
    background-size: 20px 16px;
    font-size: 12px;
  }
  main.cloud .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .icon::after {
    bottom: -10px;
    left: 14px;
    width: 16px;
    height: 17px;
  }
  main.cloud .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea h3 {
    margin: 0 auto 14px 0;
    padding-bottom: 7px;
    font-size: 21px;
  }
  main.cloud .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .text {
    font-size: 14px;
    line-height: 1.66;
  }
  main.cloud .mainSec .contentsArea .functionArea {
    width: 90%;
    margin: 0 auto;
  }
  main.cloud .mainSec .contentsArea .functionArea--areaTitle {
    margin-bottom: 27px;
  }
  main.cloud .mainSec .contentsArea .functionArea__bottomArea {
    margin-bottom: 65px;
    padding: 0;
    background-color: transparent;
    border-radius: none;
  }
  main.cloud .mainSec .contentsArea .functionArea__bottomArea:last-of-type {
    margin-bottom: 0;
  }
  main.cloud .mainSec .contentsArea .functionArea__bottomArea .secTitle {
    margin-bottom: 14px;
    padding-bottom: 10px;
    font-size: 19px;
    line-height: 1.3;
  }
  main.cloud .mainSec .contentsArea .functionArea__bottomArea > p {
    margin-bottom: 27px;
    font-size: 14px;
  }
  main.cloud .mainSec .contentsArea .functionArea__funcList {
    flex-flow: column;
    padding: 0 0 73px 0;
  }
  main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox {
    width: 100%;
    margin: 0 auto 34px;
    border-radius: 15px;
  }
  main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox:nth-child(3n) {
    margin: 0 auto 34px;
  }
  main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox:last-child {
    margin: 0 auto 0;
  }
  main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox--photoArea {
    margin: 0 0 22px 0;
  }
  main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox--textArea {
    min-height: inherit;
    padding: 0 11px;
  }
  main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4 {
    margin: 0 0 9px 0;
    font-size: 17px;
    letter-spacing: 2px;
  }
  main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4::before {
    top: -2px;
    left: 2px;
  }
  main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p {
    font-size: 14px;
    line-height: 1.75;
  }
  main.cloud .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p span {
    color: #6785af;
    font-size: 12px;
  }
  main.cloud .mainSec .contentsArea .tableArea {
    width: 90%;
    margin: 0 auto;
    padding: 68px 0 74px 0px;
    /*
    .border{
        padding: 0 0 0 0;
        border-radius: 20px 0 0 20px;
    }
    */
  }
  main.cloud .mainSec .contentsArea .tableArea > p {
    padding: 0px 15px 0px 15px;
    text-indent: -11px;
  }
  main.cloud .mainSec .contentsArea .tableArea .tableWrap {
    margin-bottom: 12px;
  }
  main.cloud .mainSec .contentsArea .tableArea .btn {
    max-width: 286px;
    margin: 20px auto 0;
    padding: 13px 26px;
  }
  main.cloud .mainSec .contentsArea .tableArea table {
    width: 516px;
  }
  main.cloud .mainSec .contentsArea .tableArea table thead tr th {
    height: 104px;
    padding: 0;
  }
  main.cloud .mainSec .contentsArea .tableArea table thead tr th:first-of-type {
    border-top-left-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
  }
  main.cloud .mainSec .contentsArea .tableArea table thead tr th:last-of-type {
    border-top-right-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topright: 12px;
  }
  main.cloud .mainSec .contentsArea .tableArea table tbody tr:last-of-type th:first-of-type {
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
  }
  main.cloud .mainSec .contentsArea .tableArea table tbody tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
  }
  main.cloud .mainSec .contentsArea .tableArea table tr:nth-of-type(odd) {
    padding: 10px 19px;
  }
  main.cloud .mainSec .contentsArea .tableArea table tr:nth-of-type(odd) td {
    padding: 10px 19px;
    font-size: 11px;
  }
  main.cloud .mainSec .contentsArea .tableArea table tr:nth-of-type(even) td {
    font-size: 11px;
  }
  main.cloud .mainSec .contentsArea .tableArea table tr th {
    padding: 21px 20px;
  }
  main.cloud .mainSec .contentsArea .tableArea table tr th:first-of-type {
    width: 168px;
    font-size: 10px;
  }
  main.cloud .mainSec .contentsArea .tableArea table tr th .windowsImg {
    width: 69px;
  }
  main.cloud .mainSec .contentsArea .tableArea table tr th .appleImg {
    width: 69px;
  }
  main.cloud .mainSec .contentsArea .tableArea table tr th .choromeImg {
    width: 69px;
  }
  main.cloud .mainSec .contentsArea .tableArea table tr td {
    padding: 21px 20px;
  }
  main.cloud .mainSec .contentsArea .textArea {
    padding: 0 15px;
  }
  main.cloud .mainSec .contentsArea .textArea .contentsArea--areaTitle {
    margin-bottom: 21px;
  }
  main.cloud .mainSec .contentsArea .textArea .att {
    line-height: 1.4;
    display: block;
    font-size: 19px;
    margin: 0 0 16px;
  }
  main.cloud .mainSec .contentsArea .textArea .btText {
    width: 100%;
    padding: 0 0 0 16px;
  }
  main.cloud .mainSec .contentsArea .textArea .btText p {
    margin: 0 0 -1px;
    text-indent: -16px;
  }
}
@media screen and (max-width: 48em) {
  main.app {
    padding-bottom: 90px;
  }
  main.app .mainSec .contentsArea {
    margin: 0 auto 20px;
  }
  main.app .mainSec .titleArea {
    padding-bottom: 53px;
  }
  main.app .mainSec .ttl {
    margin: 42px 0 0;
  }
  main.app .mainSec .ttl::before {
    content: "";
    background: url(../img/products/app/icon_01.png) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 63px;
    height: 63px;
    top: 3px;
    left: 0;
    right: 0;
    margin: auto;
  }
  main.app .mainSec .ttl span {
    font-size: 12px;
    color: #fff;
    margin: 0 0 1px;
    letter-spacing: 2px;
    font-weight: normal;
  }
  main.app .mainSec .contentsWrap.feature {
    padding-bottom: 58px;
    background-image: url("../img/lower_common/contents_bg_01.png"), url("../img/lower_common/contents_bg_02.png"), url("../img/lower_common/contents_bg_03.png"), url("../img/lower_common/contents_bg_02.png");
    background-position: -1px 283px, 102.5% 38.96%, -7px 68.3%, 101.5% 98.25%;
    background-size: 145px auto, 155px auto, 180px auto, 155px auto;
  }
  main.app .mainSec .contentsWrap.func {
    background-image: none, url(../img/lower_common/contents_bg_mono_01.png);
    background-position: 0 0, left -9px top 30px;
    background-size: auto, 138px auto;
  }
  main.app .mainSec .contentsWrap.func .contentsArea {
    margin: 0 auto 0px;
  }
  main.app .mainSec .contentsWrap.text {
    padding: 52px 0 18px;
  }
  main.app .mainSec .contentsWrap.table {
    padding: 0 0 68px 0;
    background-size: 168px auto;
  }
  main.app .mainSec .contentsWrap.table .contentsArea {
    margin: 0 auto 0px;
  }
  main.app .mainSec .contentsWrap.flow .contentsArea {
    margin: 0 auto;
  }
  main.app .mainSec .contentsWrap.flow .functionArea {
    padding: 0 0 74px 0;
  }
  main.app .mainSec .contentsWrap.flow .functionArea--areaTitle {
    margin-bottom: 18px;
  }
  main.app .mainSec .contentsWrap.flow .functionArea__box {
    margin: 0 0 38px 0;
  }
  main.app .mainSec .contentsWrap.flow::after {
    content: "";
    background: url(../img/lower_common/contents_bg_mono_01.png) no-repeat;
    background-size: 100%;
    width: 152px;
    height: 155px;
    position: absolute;
    bottom: -57px;
    left: -15px;
    z-index: 5;
  }
  main.app .mainSec .contentsWrap.flow .att {
    padding: 0 25px 0 13px;
    text-indent: -13px;
  }
  main.app .mainSec .contentsWrap.flow .leadBlock {
    text-align: left;
    padding: 0 0 0 0;
    margin: 0 0 38px 0;
  }
  main.app .mainSec .contentsWrap.flow .leadBlock p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 1px 0;
    padding-right: 15px;
  }
  main.app .mainSec .contentsWrap.flow .leadBlock span {
    display: block;
    line-height: 1.5;
    text-indent: -13px;
    padding: 0 15px 0 13px;
  }
  main.app .mainSec .contentsWrap.flow .secTitle {
    font-size: 17px !important;
    margin-bottom: 11px !important;
  }
  main.app .mainSec .contentsWrap.flow .flowArea {
    flex-direction: column;
    padding: 26px 17px;
  }
  main.app .mainSec .contentsWrap.flow .flowArea li {
    width: 100%;
    padding: 0 0 45px 0;
    margin: 0 0 20px 0;
  }
  main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(1) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 53px 0;
    margin: 0 0 15px 0;
  }
  main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(1) p {
    width: 88%;
    padding: 0 0 0 35px;
    margin: 0 auto 33px;
  }
  main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(1) img {
    margin: 0 auto;
  }
  main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(2) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 48px 0;
    margin: 0 0 15px 0;
  }
  main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(2) p {
    width: 88%;
    padding: 0 0 0 35px;
    margin: 0 auto 30px;
  }
  main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(2) img {
    margin: 0 auto;
  }
  main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(3) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 56px 0;
    margin: 0 0 16px 0;
  }
  main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(3) p {
    width: 88%;
    padding: 0 0 0 35px;
    margin: 0 auto 30px;
  }
  main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(3) img {
    margin: 0 auto;
  }
  main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(4) {
    width: 100%;
    background: none;
    padding: 0 0 0 0;
  }
  main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(4) p {
    width: 88%;
    margin: 0 auto 46px;
  }
  main.app .mainSec .contentsWrap.flow .flowArea li:nth-child(4) img {
    margin: 0 auto;
  }
  main.app .mainSec .contentsWrap.flow .flowArea.fifth {
    padding: 24px 17px;
    margin: 0 0 16px 0;
  }
  main.app .mainSec .contentsWrap.flow .flowArea.fifth li {
    width: 100%;
    padding: 0 0 45px 0;
  }
  main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 59px 0;
  }
  main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) p {
    width: 88%;
    margin: 0 auto 25px;
  }
  main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) img {
    margin: 0 auto;
  }
  main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 51px 0;
  }
  main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) p {
    width: 88%;
    margin: 0 auto 27px;
  }
  main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) img {
    margin: 0 auto;
  }
  main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 57px 0;
  }
  main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) p {
    width: 88%;
    margin: 0 auto 27px;
  }
  main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) img {
    margin: 0 auto;
  }
  main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) {
    width: 100%;
    background: none;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
  }
  main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) p {
    width: 88%;
    padding: 0 0 0 35px;
    margin: 0 auto 29px;
  }
  main.app .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) img {
    margin: 0 auto;
  }
  main.app .mainSec .contentsWrap.flow .flowArea .btn {
    max-width: 286px;
    margin: 23px auto 0;
    padding: 15px 26px 12px;
    font-size: 13px;
  }
  main.app .mainSec .contentsWrap.method {
    padding: 65px 15px 0;
  }
  main.app .mainSec .contentsWrap.method .contentsArea--areaTitle {
    margin-bottom: 30px;
    padding-bottom: 22px;
    font-size: 24px;
    position: relative;
    z-index: 5;
  }
  main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap {
    width: 100%;
    flex-direction: column;
    margin: 0 0 26px 0;
  }
  main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox {
    width: 100%;
    padding: 16px 56px 22px 27px;
    margin: 0 0 17px 0;
  }
  main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox:last-of-type {
    margin: 0 0 0 0;
  }
  main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #e9eff2;
    padding: 0 0 12px;
    margin: 0 0 9px;
    position: relative;
  }
  main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea::after {
    content: "";
    display: block;
    position: absolute;
    right: -31px;
    left: auto;
    top: 21px;
    bottom: -30px;
    margin: auto;
    width: 18px;
    height: 18px;
    border-right: 2px solid #023f98;
    border-bottom: 2px solid #023f98;
    transform: rotate(-45deg);
  }
  main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea .imgArea {
    min-width: 24%;
    width: 24%;
    margin: 0 16px 0 0;
  }
  main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .small {
    font-size: 13px;
  }
  main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .m_small {
    font-size: 12px;
  }
  main.app .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox p {
    font-size: 17px;
  }
  main.app .mainSec .contentsWrap.method .btn {
    padding: 13px 26px;
    max-width: 285px;
    letter-spacing: 0;
  }
  main.app .mainSec .contentsArea--intro {
    margin-bottom: 34px;
    padding-top: 53px;
  }
  main.app .mainSec .contentsArea--intro p {
    font-size: 16px;
    line-height: 1.7;
  }
  main.app .mainSec .contentsArea .featureArea {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 64px;
  }
  main.app .mainSec .contentsArea .featureArea__bottomArea {
    margin-bottom: 20px;
    border-radius: 15px;
  }
  main.app .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(odd) .photoArea, main.app .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(even) .photoArea {
    order: 1;
  }
  main.app .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(odd) .textArea, main.app .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(even) .textArea {
    order: 2;
  }
  main.app .mainSec .contentsArea .featureArea__bottomArea:last-of-type {
    margin-bottom: 0;
  }
  main.app .mainSec .contentsArea .featureArea__innerWrap {
    flex-flow: column;
  }
  main.app .mainSec .contentsArea .featureArea__innerWrap--itemBox.photoArea {
    width: 100%;
    max-width: 100%;
  }
  main.app .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 7.5% 33px;
  }
  main.app .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .icon {
    width: 105px;
    height: 28px;
    margin-bottom: 13px;
    padding: 4px 0 0 25px;
    background-position: 18px 5px;
    background-size: 20px 16px;
    font-size: 12px;
  }
  main.app .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .icon::after {
    bottom: -10px;
    left: 14px;
    width: 16px;
    height: 17px;
  }
  main.app .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea h3 {
    margin: 0 auto 14px 0;
    padding-bottom: 7px;
    font-size: 21px;
  }
  main.app .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .text {
    font-size: 14px;
    line-height: 1.66;
  }
  main.app .mainSec .contentsArea .functionArea {
    width: 90%;
    margin: 0 auto;
  }
  main.app .mainSec .contentsArea .functionArea--areaTitle {
    margin-bottom: 25px;
  }
  main.app .mainSec .contentsArea .functionArea__bottomArea {
    margin-bottom: 65px;
    padding: 0;
    background-color: transparent;
    border-radius: none;
  }
  main.app .mainSec .contentsArea .functionArea__bottomArea:last-of-type {
    margin-bottom: 0;
  }
  main.app .mainSec .contentsArea .functionArea__bottomArea .secTitle {
    margin-bottom: 14px;
    padding-bottom: 10px;
    font-size: 19px;
    line-height: 1.3;
  }
  main.app .mainSec .contentsArea .functionArea__bottomArea > p {
    margin-bottom: 27px;
    font-size: 14px;
  }
  main.app .mainSec .contentsArea .functionArea__funcList {
    flex-flow: column;
    padding: 0 0 71px 0;
  }
  main.app .mainSec .contentsArea .functionArea__funcList--itemBox {
    width: 100%;
    margin: 0 auto 37px;
  }
  main.app .mainSec .contentsArea .functionArea__funcList--itemBox:last-child {
    margin: 0 auto 0;
  }
  main.app .mainSec .contentsArea .functionArea__funcList--itemBox--photoArea {
    margin: 0 0 22px 0;
    border-radius: 15px;
  }
  main.app .mainSec .contentsArea .functionArea__funcList--itemBox--textArea {
    min-height: inherit;
    padding: 0 11px;
  }
  main.app .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4 {
    margin: 0 0 9px 0;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 0 0 0 36px;
  }
  main.app .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4::before {
    top: -2px;
    left: 2px;
  }
  main.app .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p {
    font-size: 14px;
    line-height: 1.75;
  }
  main.app .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p span {
    color: #6785af;
    font-size: 12px;
  }
  main.app .mainSec .contentsArea .tableArea {
    padding: 68px 0 60px 0px;
  }
  main.app .mainSec .contentsArea .tableArea .contentsArea--areaTitle {
    margin-bottom: 20px;
  }
  main.app .mainSec .contentsArea .tableArea p {
    font-size: 10px;
  }
  main.app .mainSec .contentsArea .tableArea .secTitle {
    font-size: 17px;
  }
  main.app .mainSec .contentsArea .tableArea .secTitle::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
    width: 4px;
    height: 26px;
    background-color: #023f98;
    border-radius: 2px;
  }
  main.app .mainSec .contentsArea .tableArea .tableWrap {
    margin-bottom: 12px;
  }
  main.app .mainSec .contentsArea .tableArea .border {
    width: 100%;
    padding: 0 18px 0 18px;
    border-radius: 20px 0 0 20px;
    margin: 0 0 34px;
  }
  main.app .mainSec .contentsArea .tableArea .border:last-of-type {
    margin: 0 0 0 0;
  }
  main.app .mainSec .contentsArea .tableArea .dotWrap {
    flex-direction: column;
  }
  main.app .mainSec .contentsArea .tableArea .btn {
    max-width: 286px;
    margin: 18px auto 0;
    padding: 13px 26px;
    letter-spacing: 0;
  }
  main.app .mainSec .contentsArea .tableArea table {
    width: 100%;
  }
  main.app .mainSec .contentsArea .tableArea table thead tr th {
    height: auto;
    padding: 0;
  }
  main.app .mainSec .contentsArea .tableArea table thead tr th:first-of-type {
    border-top-left-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    padding: 18px 20px;
  }
  main.app .mainSec .contentsArea .tableArea table thead tr th:last-of-type {
    border-top-right-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    padding: 18px 20px;
    font-size: 11px;
  }
  main.app .mainSec .contentsArea .tableArea table tbody tr:last-of-type td {
    height: auto;
  }
  main.app .mainSec .contentsArea .tableArea table tbody tr:last-of-type td.padding {
    padding: 13px 20px !important;
  }
  main.app .mainSec .contentsArea .tableArea table tbody tr:last-of-type th:first-of-type {
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    height: auto;
    padding: 18px 20px;
  }
  main.app .mainSec .contentsArea .tableArea table tbody tr:last-of-type th:last-of-type {
    padding: 13px 20px;
  }
  main.app .mainSec .contentsArea .tableArea table tbody tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    padding: 18px 20px;
  }
  main.app .mainSec .contentsArea .tableArea table tr:nth-of-type(odd) {
    padding: 10px 19px;
  }
  main.app .mainSec .contentsArea .tableArea table tr:nth-of-type(odd) td {
    padding: 10px 19px;
    font-size: 11px;
  }
  main.app .mainSec .contentsArea .tableArea table tr:nth-of-type(even) td {
    font-size: 11px;
  }
  main.app .mainSec .contentsArea .tableArea table tr th {
    min-height: inherit;
    padding: 15px 20px;
  }
  main.app .mainSec .contentsArea .tableArea table tr th:first-of-type {
    width: 33%;
    font-size: 10px;
    padding: 16px 20px;
  }
  main.app .mainSec .contentsArea .tableArea table tr th .windowsImg {
    width: 69px;
  }
  main.app .mainSec .contentsArea .tableArea table tr th .appleImg {
    width: 69px;
  }
  main.app .mainSec .contentsArea .tableArea table tr th .choromeImg {
    width: 69px;
  }
  main.app .mainSec .contentsArea .tableArea table tr td {
    min-height: inherit;
    padding: 18px 20px;
  }
  main.app .mainSec .contentsArea .textArea {
    padding: 0 15px;
  }
  main.app .mainSec .contentsArea .textArea .contentsArea--areaTitle {
    margin-bottom: 21px;
  }
  main.app .mainSec .contentsArea .textArea .att {
    line-height: 1.4;
    display: block;
    font-size: 19px;
    margin: 0 0 16px;
  }
  main.app .mainSec .contentsArea .textArea .btText {
    width: 100%;
    padding: 0 0 0 16px;
  }
  main.app .mainSec .contentsArea .textArea .btText p {
    margin: 0 0 -1px;
    text-indent: -16px;
  }
}
@media screen and (max-width: 48em) {
  main.local {
    padding-bottom: 90px;
  }
  main.local .mainSec .titleArea {
    padding-bottom: 53px;
  }
  main.local .mainSec .ttl {
    margin: 42px 0 0;
  }
  main.local .mainSec .ttl::before {
    content: "";
    background: url(../img/products/local/icon_01.png) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 63px;
    height: 63px;
    top: 3px;
    left: 0;
    right: 0;
    margin: auto;
  }
  main.local .mainSec .ttl span {
    font-size: 12px;
    color: #fff;
    margin: 0 0 1px;
    letter-spacing: 2px;
    font-weight: normal;
  }
  main.local .mainSec .contentsWrap.func {
    background-image: none, url(../img/lower_common/contents_bg_mono_01.png);
    background-position: 0 0, left -9px top 30px;
    background-size: auto, 138px auto;
  }
  main.local .mainSec .contentsWrap.text {
    padding: 55px 0;
  }
  main.local .mainSec .contentsWrap.table {
    padding: 0 0 74px 0;
    background-size: 168px auto;
  }
  main.local .mainSec .contentsWrap.flow .contentsArea {
    margin: 0 auto;
  }
  main.local .mainSec .contentsWrap.flow .functionArea {
    padding: 0 0 74px 0;
  }
  main.local .mainSec .contentsWrap.flow .functionArea--areaTitle {
    margin-bottom: 18px;
  }
  main.local .mainSec .contentsWrap.flow .functionArea__box {
    margin: 0 0 38px 0;
  }
  main.local .mainSec .contentsWrap.flow::after {
    content: "";
    background: url(../img/lower_common/contents_bg_mono_01.png) no-repeat;
    background-size: 100%;
    width: 152px;
    height: 155px;
    position: absolute;
    bottom: -57px;
    left: -15px;
    z-index: 5;
  }
  main.local .mainSec .contentsWrap.flow .att {
    padding: 0 25px 0 13px;
    text-indent: -13px;
  }
  main.local .mainSec .contentsWrap.flow .leadBlock {
    text-align: left;
    padding: 0 0 0 0;
    margin: 0 0 38px 0;
  }
  main.local .mainSec .contentsWrap.flow .leadBlock p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 1px 0;
    padding-right: 15px;
  }
  main.local .mainSec .contentsWrap.flow .leadBlock span {
    display: block;
    line-height: 1.5;
    text-indent: -13px;
    padding: 0 15px 0 13px;
  }
  main.local .mainSec .contentsWrap.flow .secTitle {
    font-size: 17px !important;
    margin-bottom: 11px !important;
  }
  main.local .mainSec .contentsWrap.flow .flowArea {
    flex-direction: column;
    padding: 26px 17px;
  }
  main.local .mainSec .contentsWrap.flow .flowArea li {
    width: 100%;
    padding: 0 0 45px 0;
    margin: 0 0 20px 0;
  }
  main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(1) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 53px 0;
    margin: 0 0 15px 0;
  }
  main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(1) p {
    width: 88%;
    padding: 0 0 0 35px;
    margin: 0 auto 33px;
  }
  main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(1) img {
    margin: 0 auto;
  }
  main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(2) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 48px 0;
    margin: 0 0 15px 0;
  }
  main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(2) p {
    width: 88%;
    padding: 0 0 0 35px;
    margin: 0 auto 30px;
  }
  main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(2) img {
    margin: 0 auto;
  }
  main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(3) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 56px 0;
    margin: 0 0 16px 0;
  }
  main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(3) p {
    width: 88%;
    padding: 0 0 0 35px;
    margin: 0 auto 30px;
  }
  main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(3) img {
    margin: 0 auto;
  }
  main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(4) {
    width: 100%;
    background: none;
    padding: 0 0 0 0;
  }
  main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(4) p {
    width: 88%;
    margin: 0 auto 46px;
  }
  main.local .mainSec .contentsWrap.flow .flowArea li:nth-child(4) img {
    margin: 0 auto;
  }
  main.local .mainSec .contentsWrap.flow .flowArea.fifth {
    padding: 24px 17px;
    margin: 0 0 16px 0;
  }
  main.local .mainSec .contentsWrap.flow .flowArea.fifth li {
    width: 100%;
    padding: 0 0 45px 0;
  }
  main.local .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 59px 0;
  }
  main.local .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) p {
    width: 88%;
    margin: 0 auto 25px;
  }
  main.local .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) img {
    margin: 0 auto;
  }
  main.local .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 51px 0;
  }
  main.local .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) p {
    width: 88%;
    margin: 0 auto 27px;
  }
  main.local .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) img {
    margin: 0 auto;
  }
  main.local .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 57px 0;
  }
  main.local .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) p {
    width: 88%;
    margin: 0 auto 27px;
  }
  main.local .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) img {
    margin: 0 auto;
  }
  main.local .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) {
    width: 100%;
    background: none;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
  }
  main.local .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) p {
    width: 88%;
    padding: 0 0 0 35px;
    margin: 0 auto 29px;
  }
  main.local .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) img {
    margin: 0 auto;
  }
  main.local .mainSec .contentsWrap.flow .flowArea .btn {
    max-width: 286px;
    margin: 23px auto 0;
    padding: 15px 26px 12px;
    font-size: 13px;
  }
  main.local .mainSec .contentsWrap.method {
    padding: 65px 15px 0;
  }
  main.local .mainSec .contentsWrap.method .contentsArea--areaTitle {
    margin-bottom: 25px;
    padding-bottom: 22px;
    font-size: 24px;
    position: relative;
    z-index: 5;
  }
  main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap {
    width: 100%;
    flex-direction: column;
    margin: 0 0 26px 0;
  }
  main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox {
    width: 100%;
    padding: 16px 56px 22px 27px;
    margin: 0 0 17px 0;
  }
  main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox:last-of-type {
    margin: 0 0 0 0;
  }
  main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #e9eff2;
    padding: 0 0 12px;
    margin: 0 0 9px;
    position: relative;
  }
  main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea::after {
    content: "";
    display: block;
    position: absolute;
    right: -31px;
    left: auto;
    top: 21px;
    bottom: -30px;
    margin: auto;
    width: 18px;
    height: 18px;
    border-right: 2px solid #023f98;
    border-bottom: 2px solid #023f98;
    transform: rotate(-45deg);
  }
  main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .topArea .imgArea {
    min-width: 24%;
    width: 24%;
    margin: 0 16px 0 0;
  }
  main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .small {
    font-size: 13px;
  }
  main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox .m_small {
    font-size: 12px;
  }
  main.local .mainSec .contentsWrap.method .contentsArea__bottomArea__innerWrap--itemBox p {
    font-size: 17px;
  }
  main.local .mainSec .contentsWrap.method .btn {
    padding: 14px 26px;
    max-width: 285px;
    letter-spacing: 0;
  }
  main.local .mainSec .contentsArea--intro {
    margin-bottom: 34px;
    padding-top: 53px;
  }
  main.local .mainSec .contentsArea--intro p {
    font-size: 16px;
    line-height: 1.7;
  }
  main.local .mainSec .contentsArea .featureArea {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 64px;
  }
  main.local .mainSec .contentsArea .featureArea__bottomArea {
    margin-bottom: 20px;
    border-radius: 15px;
  }
  main.local .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(odd) .photoArea, main.local .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(even) .photoArea {
    order: 1;
  }
  main.local .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(odd) .textArea, main.local .mainSec .contentsArea .featureArea__bottomArea:nth-of-type(even) .textArea {
    order: 2;
  }
  main.local .mainSec .contentsArea .featureArea__bottomArea:last-of-type {
    margin-bottom: 0;
  }
  main.local .mainSec .contentsArea .featureArea__innerWrap {
    flex-flow: column;
  }
  main.local .mainSec .contentsArea .featureArea__innerWrap--itemBox.photoArea {
    width: 100%;
    max-width: 100%;
  }
  main.local .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 7.5% 33px;
  }
  main.local .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .icon {
    width: 105px;
    height: 28px;
    margin-bottom: 13px;
    padding: 4px 0 0 25px;
    background-position: 18px 5px;
    background-size: 20px 16px;
    font-size: 12px;
  }
  main.local .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .icon::after {
    bottom: -10px;
    left: 14px;
    width: 16px;
    height: 17px;
  }
  main.local .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea h3 {
    margin: 0 auto 14px 0;
    padding-bottom: 7px;
    font-size: 21px;
  }
  main.local .mainSec .contentsArea .featureArea__innerWrap--itemBox.textArea .text {
    font-size: 14px;
    line-height: 1.66;
  }
  main.local .mainSec .contentsArea .functionArea {
    width: 90%;
    margin: 0 auto;
  }
  main.local .mainSec .contentsArea .functionArea--areaTitle {
    margin-bottom: 27px;
  }
  main.local .mainSec .contentsArea .functionArea__bottomArea {
    margin-bottom: 65px;
    padding: 0;
    background-color: transparent;
    border-radius: none;
  }
  main.local .mainSec .contentsArea .functionArea__bottomArea:last-of-type {
    margin-bottom: 0;
  }
  main.local .mainSec .contentsArea .functionArea__bottomArea .secTitle {
    margin-bottom: 14px;
    padding-bottom: 10px;
    font-size: 19px;
    line-height: 1.3;
  }
  main.local .mainSec .contentsArea .functionArea__bottomArea > p {
    margin-bottom: 27px;
    font-size: 14px;
  }
  main.local .mainSec .contentsArea .functionArea__funcList {
    flex-flow: column;
    padding: 0 0 73px 0;
  }
  main.local .mainSec .contentsArea .functionArea__funcList--itemBox {
    width: 100%;
    margin: 0 auto 34px;
    border-radius: 15px;
  }
  main.local .mainSec .contentsArea .functionArea__funcList--itemBox:last-child {
    margin: 0 auto 0;
  }
  main.local .mainSec .contentsArea .functionArea__funcList--itemBox--photoArea {
    margin: 0 0 22px 0;
  }
  main.local .mainSec .contentsArea .functionArea__funcList--itemBox--textArea {
    min-height: inherit;
    padding: 0 11px;
  }
  main.local .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4 {
    margin: 0 0 9px 0;
    font-size: 17px;
    letter-spacing: 2px;
  }
  main.local .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4::before {
    top: -2px;
    left: 2px;
  }
  main.local .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p {
    font-size: 14px;
    line-height: 1.75;
  }
  main.local .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p span {
    color: #6785af;
    font-size: 12px;
  }
  main.local .mainSec .contentsArea .tableArea {
    width: 90%;
    margin: 0 auto;
    padding: 68px 0 0 0px;
    /*
    .border{
        padding: 0 0 0 18px;
        border-radius: 20px 0 0 20px;
    }
    */
  }
  main.local .mainSec .contentsArea .tableArea .secTitle {
    position: relative;
    padding: 9px 0 16px 19px;
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 500;
  }
  main.local .mainSec .contentsArea .tableArea .secTitle::before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 2px;
    width: 4px;
    height: 27px;
    background-color: #023f98;
    border-radius: 2px;
  }
  main.local .mainSec .contentsArea .tableArea p {
    padding: 0 25px 0 15px;
    text-indent: -11px;
  }
  main.local .mainSec .contentsArea .tableArea .tableBrock {
    margin-bottom: 25px;
  }
  main.local .mainSec .contentsArea .tableArea .tableBrock:last-of-type {
    margin-bottom: 0;
  }
  main.local .mainSec .contentsArea .tableArea .tableWrap {
    margin-bottom: 12px;
    /*
    &.bottom{
        padding: 0 18px 0 0;
    }
    */
  }
  main.local .mainSec .contentsArea .tableArea .btn {
    max-width: 286px;
    margin: 20px auto 74px;
    padding: 13px 26px;
  }
  main.local .mainSec .contentsArea .tableArea table {
    width: 516px;
  }
  main.local .mainSec .contentsArea .tableArea table.left {
    width: 100%;
  }
  main.local .mainSec .contentsArea .tableArea table.left th {
    width: 129px !important;
  }
  main.local .mainSec .contentsArea .tableArea table.left th:first-of-type {
    width: 118px;
    font-size: 10px;
  }
  main.local .mainSec .contentsArea .tableArea table.left th, main.local .mainSec .contentsArea .tableArea table.left td {
    text-align: left !important;
    padding: 13px 20px !important;
  }
  main.local .mainSec .contentsArea .tableArea table.left .navy {
    font-size: 11px;
    padding: 10px 19px;
  }
  main.local .mainSec .contentsArea .tableArea table thead tr th {
    height: auto;
    padding: 14px 0;
  }
  main.local .mainSec .contentsArea .tableArea table thead tr th:first-of-type {
    border-top-left-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    padding: 21px 20px;
  }
  main.local .mainSec .contentsArea .tableArea table thead tr th:last-of-type {
    border-top-right-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topright: 12px;
  }
  main.local .mainSec .contentsArea .tableArea table tbody tr:last-of-type th:first-of-type {
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
  }
  main.local .mainSec .contentsArea .tableArea table tbody tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
  }
  main.local .mainSec .contentsArea .tableArea table tr:nth-of-type(odd) {
    padding: 10px 19px;
  }
  main.local .mainSec .contentsArea .tableArea table tr:nth-of-type(odd) td {
    padding: 10px 19px;
    font-size: 11px;
  }
  main.local .mainSec .contentsArea .tableArea table tr:nth-of-type(even) td {
    font-size: 11px;
  }
  main.local .mainSec .contentsArea .tableArea table tr th {
    padding: 21px 20px;
  }
  main.local .mainSec .contentsArea .tableArea table tr th:first-of-type {
    width: 168px;
    font-size: 10px;
  }
  main.local .mainSec .contentsArea .tableArea table tr th .windowsImg {
    width: 69px;
  }
  main.local .mainSec .contentsArea .tableArea table tr th .appleImg {
    width: 69px;
  }
  main.local .mainSec .contentsArea .tableArea table tr th .choromeImg {
    width: 69px;
  }
  main.local .mainSec .contentsArea .tableArea table tr td {
    padding: 21px 20px;
  }
  main.local .mainSec .contentsArea .textArea {
    padding: 0 15px;
  }
  main.local .mainSec .contentsArea .textArea .contentsArea--areaTitle {
    margin-bottom: 21px;
  }
  main.local .mainSec .contentsArea .textArea .att {
    line-height: 1.4;
    display: block;
    font-size: 19px;
    margin: 0 0 16px;
  }
  main.local .mainSec .contentsArea .textArea .btText {
    width: 100%;
    padding: 0 0 0 16px;
  }
  main.local .mainSec .contentsArea .textArea .btText p {
    margin: 0 20px 0 -1px;
    text-indent: -16px;
  }
}
@media screen and (max-width: 48em) {
  main.trademarks {
    padding-bottom: 90px;
  }
  main.trademarks .mainSec .contentsWrap {
    background: none;
  }
  main.trademarks .mainSec .contentsArea--intro {
    padding: 50px 6.5%;
  }
  main.trademarks .mainSec .contentsArea--intro h2 {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 34px;
    text-align: left;
  }
  main.trademarks .mainSec .contentsArea--intro ul li {
    font-size: 14px;
  }
  main.trademarks .mainSec .contentsArea__bottomArea {
    padding: 37px 5% 50px;
  }
  main.trademarks .mainSec .contentsArea__bottomArea .secTitle {
    font-size: 19px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap {
    flex-flow: column;
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox {
    width: 100%;
    min-height: 238px;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox:last-of-type {
    margin-bottom: 0;
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox h3 {
    padding-bottom: 25px;
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox p {
    font-size: 13px;
    line-height: 1.7;
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn {
    width: 73%;
    max-width: unset;
    min-width: 176;
    height: 46px;
    padding: 11px 0;
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox .btn::after {
    right: 17px;
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq h3 {
    padding-left: 16.81%;
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq h3::after {
    left: calc(50% - 85px);
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.faq p {
    padding: 0 5%;
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.contact h3 {
    padding-left: 14.46%;
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.contact h3::after {
    left: calc(50% - 106px);
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel {
    padding-bottom: 18px;
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel h3 {
    padding-left: 14.458%;
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel h3::after {
    left: calc(50% - 116px);
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo {
    text-align: center;
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .telNum {
    margin-bottom: 4px;
    padding-right: 5px;
    font-size: 14px;
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .telNum strong {
    font-size: 20px;
  }
  main.trademarks .mainSec .contentsArea__bottomArea__innerWrap--itemBox.tel .telInfo .receptionTime {
    font-size: 14px;
  }
  main.trademarks .mainSec .contentsArea__bottomArea .loginInfo table {
    width: 67%;
    height: auto;
  }
  main.trademarks .mainSec .contentsArea__bottomArea .loginInfo table th {
    width: 48%;
    padding: 10px;
  }
  main.trademarks .mainSec .contentsArea__bottomArea .loginInfo table td {
    padding: 10px 14px;
  }
  main.trademarks .mainSec .contentsArea__bottomArea .loginInfo p {
    text-align: left;
  }
  main.trademarks .mainSec .contentsArea__bottomArea .loginInfo .btn {
    max-width: 236px;
    font-size: 15px;
    padding: 13px 15px;
  }
  main.trademarks .mainSec .contentsArea__bottomArea .loginInfo .btn::after {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    left: auto;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    border-right: 2px solid #023f98;
    border-bottom: 2px solid #023f98;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 48em) {
  main.law {
    padding-bottom: 90px;
  }
  main.law .mainSec .contentsWrap {
    padding: 0 20px;
    background: none;
  }
  main.law .mainSec .contentsArea--intro p {
    font-size: 15px;
    line-height: 1.733;
  }
  main.law .mainSec .contentsArea__bottomArea {
    padding: 55px 35px 39px;
    border-radius: 20px;
  }
  main.law .mainSec .contentsArea__bottomArea__newsList--item {
    flex-direction: column;
    padding: 20px 1px 22px;
  }
  main.law .mainSec .contentsArea__bottomArea__newsList--item .category {
    display: block;
    min-width: inherit;
    margin: 0 0 13px 0;
    order: 1;
    width: 100%;
    line-height: 1.5;
  }
  main.law .mainSec .contentsArea__bottomArea__newsList--item .title {
    order: 3;
    width: 100%;
    font-size: 13px;
    line-height: 1.538;
  }
  main.law .mainSec .contentsArea__btnArea__pagination--item .page-numbers {
    width: 34px;
    height: 34px;
    margin: 0 3px;
    padding: 6px 0;
    font-size: 13px;
  }
  main.law .mainSec .contentsArea__btnArea__pagination--item .prev,
  main.law .mainSec .contentsArea__btnArea__pagination--item .next {
    width: 70px;
    height: 34px;
    padding: 7px 0;
    font-size: 12px;
    border-radius: 17px;
  }
  main.law .mainSec .contentsArea__btnArea__pagination--item .prev {
    margin: 0 17px 0 0;
    padding-left: 12px;
    position: relative;
  }
  main.law .mainSec .contentsArea__btnArea__pagination--item .prev:after {
    content: "";
    display: block;
    position: absolute;
    right: auto;
    left: 15px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #023f98;
    border-bottom: 2px solid #023f98;
    transform: rotate(135deg);
  }
  main.law .mainSec .contentsArea__btnArea__pagination--item .next {
    margin: 0 0 0 17px;
    padding-right: 9px;
    position: relative;
  }
  main.law .mainSec .contentsArea__btnArea__pagination--item .next:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    left: auto;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #023f98;
    border-bottom: 2px solid #023f98;
    transform: rotate(-45deg);
  }
  main.law.detail {
    padding-bottom: 90px;
  }
  main.law.detail .scroll-hint-icon-wrap {
    z-index: 3;
  }
  main.law.detail .mainSec .breadcrumbs {
    margin-bottom: 19px;
    padding: 8px 0 0 5%;
  }
  main.law.detail .mainSec .contentsArea__bottomArea {
    padding: 29px 5% 60px;
  }
  main.law.detail .mainSec .contentsArea__bottomArea a {
    display: inline;
    border-bottom: 1px solid #023f98;
  }
  main.law.detail .mainSec .contentsArea__bottomArea a::after {
    content: none;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__titleArea {
    margin-bottom: 50px;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__titleArea .intro {
    margin-bottom: 19px;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__titleArea .intro .category {
    width: 94px;
    height: 22px;
    padding: 2px 0;
    font-size: 11.5px;
    border-radius: 11px;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__titleArea .intro time {
    font-size: 12px;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__titleArea h1 {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 1.375;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__titleArea h2.subtitle {
    font-size: 19px;
    line-height: 1.368;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__articleArea .wp-embedded-content {
    max-width: 100%;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__articleArea h3 {
    font-size: 18px;
    line-height: 1.388;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__articleArea h4 {
    font-size: 15px;
    line-height: 1.4;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__articleArea p {
    font-size: 14px;
    line-height: 1.714;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__articleArea p.wp-caption-text {
    font-size: 13px;
    line-height: 1.538;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__articleArea table {
    table-layout: fixed;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__articleArea table tr th, main.law.detail .mainSec .contentsArea__bottomArea__articleArea table tr td {
    font-size: 14px;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__articleArea .tableWrap {
    overflow: scroll;
    width: 100%;
    max-height: 85vh;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__articleArea .tableWrap table {
    position: relative;
    border-collapse: separate !important;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__articleArea .tableWrap table tr th, main.law.detail .mainSec .contentsArea__bottomArea__articleArea .tableWrap table tr td {
    min-width: 90px;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__articleArea .tableWrap table tr > *:first-of-type {
    position: sticky;
    left: 0;
    z-index: 2;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__articleArea .tableWrap table tr:first-of-type > * {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__articleArea .tableWrap table tr:first-of-type > *:first-of-type {
    left: 0;
    z-index: 3;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__articleArea > table {
    width: 100% !important;
  }
  main.law.detail .mainSec .contentsArea__bottomArea__signatureArea img {
    width: auto;
    max-width: 60%;
  }
  main.law.detail .mainSec .contentsArea__pageNav .prev,
  main.law.detail .mainSec .contentsArea__pageNav .next {
    width: 70px;
    height: 34px;
    padding: 7px 0;
    font-size: 13px;
    line-height: 1.3;
    border-radius: 18px;
  }
  main.law.detail .mainSec .contentsArea__pageNav .prev {
    margin: 0 16px 0 0;
    padding-left: 12px;
  }
  main.law.detail .mainSec .contentsArea__pageNav .prev::after {
    left: 14px;
  }
  main.law.detail .mainSec .contentsArea__pageNav .next {
    margin: 0 0 0 16px;
    padding-right: 9px;
  }
  main.law.detail .mainSec .contentsArea__pageNav .next::after {
    right: 14px;
  }
  main.law.detail .mainSec .contentsArea__pageNav .returnTop {
    width: 163px;
    height: 47px;
    padding: 12px 0 12px 27px;
    font-size: 13px;
    border-radius: 24px;
  }
  main.law.detail .mainSec .contentsArea__pageNav .returnTop::after {
    left: 25px;
  }
}
@media screen and (max-width: 48em) {
  main.terms {
    padding-bottom: 90px;
  }
  main.terms a {
    display: inline;
  }
  main.terms a::after {
    content: none;
  }
  main.terms .mainSec .contentsWrap {
    padding: 0 20px;
    background: none;
  }
  main.terms .mainSec .contentsArea--intro p {
    font-size: 15px;
    line-height: 1.733;
  }
  main.terms .mainSec .contentsArea__bottomArea {
    padding: 55px 35px 39px;
    border-radius: 20px;
  }
  main.terms .mainSec .contentsArea__bottomArea__newsList--item {
    flex-direction: column;
    padding: 20px 1px 22px;
  }
  main.terms .mainSec .contentsArea__bottomArea__newsList--item .category {
    display: block;
    min-width: inherit;
    margin: 0 0 13px 0;
    order: 1;
    width: 100%;
    line-height: 1.5;
  }
  main.terms .mainSec .contentsArea__bottomArea__newsList--item .title {
    order: 3;
    width: 100%;
    font-size: 13px;
    line-height: 1.538;
  }
}
@media screen and (max-width: 48em) {
  body.lower.bodyLogin header {
    padding: 21px 20px;
  }

  body.lower.bodyLogin header .leftBox {
    width: 132px;
  }

  body.lower.bodyLogin header .leftBox a.logo {
    border-right: none;
    padding: 0;
  }

  body.lower.bodyLogin header .leftBox span {
    display: none;
  }

  body.lower.bodyLogin header .flexBox .rightBox .btn-trigger {
    display: none;
  }

  body.lower.bodyLogin header .flexBox .rightBox .menu_set {
    display: block;
    position: relative;
    height: auto;
    background: none;
    padding: 0;
  }

  body.lower.bodyLogin header .flexBox .rightBox .menu_set nav {
    display: none;
  }

  body.lower.bodyLogin header .flexBox .rightBox .menu_set .btnArea {
    margin: -6px 0 0 0;
  }

  body.lower.bodyLogin header .flexBox .rightBox .menu_set .btnArea .contactBtn {
    background: #023f98 url(../img/header_login_contact_icon.png) no-repeat center;
    background-size: 17px;
    text-indent: -99999px;
    width: 34px;
  }

  body.lower.bodyLogin header .flexBox .rightBox .menu_set .btnArea .loginBtn {
    width: 75px;
    font-size: 10px;
  }

  body.lower.bodyLogin header .flexBox .rightBox .menu_set .middleBox {
    display: none;
  }

  body.lower.bodyLogin main {
    margin-top: 0;
    padding-bottom: 90px;
  }

  main.law.login .mainSec .titleArea h1 br {
    display: block;
  }

  main.law.login .mainSec .contentsWrap {
    padding: 0;
  }

  main.law.login .mainSec .contentsArea__bottomArea {
    padding: 24px 0 0 0;
    margin: 0;
  }

  main.law.login .mainSec .contentsArea__bottomArea:before {
    width: 90%;
    right: 0;
    margin: auto;
    top: -26px;
    border-radius: 15px 15px 0 0;
    height: 40px;
  }

  main.law.login .mainSec .contentsArea__bottomArea form {
    border-radius: 0;
    padding: 40px 20px;
  }

  main.law.login .mainSec .contentsArea__bottomArea form .form_box.bottom {
    margin: 0 0 27px 0;
  }

  main.law.login .mainSec .contentsArea__bottomArea form .form_box br {
    display: block;
  }

  main.law.login .mainSec .contentsArea__bottomArea form .form_box input {
    padding: 11px 13px;
  }

  main.law.login .mainSec .contentsArea__bottomArea form .my_submit_btn {
    font-size: 13px;
    max-width: 235px;
  }

  main.law.login .mainSec .contentsArea__bottomArea form .my_submit_btn::after {
    right: 18px;
    width: 8px;
    height: 8px;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .text {
    font-size: 15px;
    line-height: 1.9;
    margin: 0 0 36px 0;
    padding: 0 41px;
    text-align: left;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .text br {
    display: none;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .text br.sp {
    display: block;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .informationBlock {
    border-radius: 0;
    padding: 40px 20px;
    margin: 0 0 76px 0;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .informationBlock ul li {
    display: block;
    text-align: left;
    font-size: 14px;
    padding: 18px 0;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .informationBlock ul li time {
    margin: 0;
    padding: 0 14px 0 0;
    line-height: 100%;
    color: #333;
    border-right: solid 1px #eaeef1;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .informationBlock ul li p {
    padding: 0;
    border-left: none;
    line-height: 1.5;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .informationBlock .button {
    max-width: 195px;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .informationBlock .button a {
    font-size: 13px;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .informationBlock .button a::before {
    left: 51px;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .informationBlock .button a::after {
    left: 60px;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock ul {
    padding: 0;
    margin: 0 0 30px 0;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock ul li {
    margin: 0 3px 6px 3px;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 140%;
    height: 36px;
    padding: 12px 23px 12px 38px;
    font-size: 11px;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock ul li a.active {
    background: #b4bac3;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock ul li a:before {
    left: 18px;
    width: 7px;
    height: 7px;
    margin: -5px 0 0 0;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock ul li a:after {
    left: 22px;
    width: 8px;
    height: 8px;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_term {
    border-radius: 0;
    padding: 28px 20px;
    margin: 0 0 30px 0;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_term h3 {
    font-size: 21px;
    margin: 0 0 22px 0;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_term h4 {
    font-size: 19px;
    padding: 0 0 11px 16px;
    line-height: 1.4;
    margin: 0 auto 17px;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_term h4::before {
    top: 3px;
    height: 27px;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box {
    margin: 0 auto 57px;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt {
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 6px 0;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt time {
    font-size: 14px;
    margin: 0 9px 0 0;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt span {
    width: 47px;
    font-size: 10px;
    padding: 3px 0;
    margin: 0;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt p,
  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dt a {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    margin: 2px 0 0 0;
    flex: none;
  }

  main.law.partner .mainSec .contentsArea__bottomArea .downloadBlock .downloadBlock_box dl dd {
    line-height: 1.6;
  }
}

@media screen and (max-width: 81em) and (min-width: 55em) {
  main.education .mainSec .flowArea.fifth li {
    align-items: center;
  }
  main.education .mainSec .flowArea.fifth li:nth-child(1) img {
    width: 8em;
    margin: auto;
  }
  main.education .mainSec .flowArea.fifth li:nth-child(2) img {
    width: 11em;
    margin: auto;
  }
  main.education .mainSec .flowArea.fifth li:nth-child(3) img {
    width: 9em;
    margin: auto;
  }
  main.education .mainSec .flowArea.fifth li:nth-child(4) img {
    width: 7em;
    margin: auto;
  }
  main.education .mainSec .flowArea.fifth li:nth-child(5) img {
    width: 7em;
    margin: auto;
  }
}

@media screen and (max-width: 55em) {
  main.education .mainSec .contentsWrap.flow .flowArea.fifth {
    padding: 24px 17px;
    margin: 0 0 16px 0;
    flex-direction: column;
  }
  main.education .mainSec .contentsWrap.flow .flowArea.fifth li {
    width: 100%;
    padding: 0 0 45px 0;
  }
  main.education .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 59px 0;
  }
  main.education .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) p {
    width: 88%;
    margin: 0 auto 25px;
  }
  main.education .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(1) img {
    margin: 0 auto;
  }
  main.education .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 51px 0;
  }
  main.education .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) p {
    width: 88%;
    margin: 0 auto 27px;
  }
  main.education .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(2) img {
    margin: 0 auto;
  }
  main.education .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 57px 0;
  }
  main.education .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) p {
    width: 88%;
    margin: 0 auto 27px;
  }
  main.education .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(3) img {
    margin: 0 auto;
  }
  main.education .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 53px 0;
    margin: 0 0 15px 0;
  }
  main.education .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) p {
    width: 88%;
    padding: 0 0 0 35px;
    margin: 0 auto 29px;
  }
  main.education .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(4) img {
    margin: 0 auto;
  }
  main.education .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(5) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    background: none;
    padding: 0 0 0 0;
  }
  main.education .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(5) p {
    width: 88%;
    margin: 0 auto 46px;
  }
  main.education .mainSec .contentsWrap.flow .flowArea.fifth li:nth-child(5) img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 48em) {
  .fixedBtn.education {
    right: 6px;
    bottom: 75px;
    z-index: 99;
    width: 8rem;
  }
  .fixedBtn.education .greenBtn {
    border-radius: 8px;
    font-size: 11px;
    padding: 6px;
  }
  .fixedBtn.education .greenBtn__title {
    padding-left: 24px;
    margin-bottom: 9px;
    font-size: 14px;
  }
}
@media screen and (max-width: 48em) {
  main.education .mainSec .contentsWrap.education {
    padding-bottom: 58px;
    background-image: url(../img/lower_common/contents_bg_01.png), url(../img/lower_common/contents_bg_02.png), url(../img/lower_common/contents_bg_03.png), url(../img/lower_common/contents_bg_02.png);
    background-position: -1px 283px, 102.5% 38.96%, -7px 68.3%, 101.5% 98.25%;
    background-size: 145px auto, 155px auto, 180px auto, 155px auto;
  }
  main.education .mainSec .contentsWrap.func {
    background-image: url(../img/lower_common/contents_bg_mono_01.png), url(../img/lower_common/contents_bg_mono_02.png), url(../img/lower_common/contents_bg_mono_01.png), url(../img/lower_common/contents_bg_mono_02.png);
    background-position: left 5%, right 36%, left 54%, right 70%;
    background-size: 145px auto, 168px auto, 145px auto, 145px auto;
  }
  main.education .mainSec .contentsArea--intro {
    width: 100%;
    padding: 0;
  }
  main.education .mainSec .contentsArea--intro-img {
    width: 100%;
    margin: 3rem auto;
  }
  main.education .mainSec .contentsArea--intro p {
    font-size: 16px;
    padding: 0px 6.5% 3rem 6.5%;
  }
  main.education .mainSec .contentsArea .educationArea {
    padding-bottom: 64px;
  }
  main.education .mainSec .contentsArea .educationArea__bottomArea {
    margin-bottom: 20px;
    border-radius: 15px;
  }
  main.education .mainSec .contentsArea .educationArea__bottomArea:nth-of-type(even) .photoArea {
    order: 1;
  }
  main.education .mainSec .contentsArea .educationArea__bottomArea:nth-of-type(even) .textArea {
    order: 2;
  }
  main.education .mainSec .contentsArea .educationArea__innerWrap {
    flex-direction: column;
  }
  main.education .mainSec .contentsArea .educationArea__innerWrap--itemBox.photoArea {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }
  main.education .mainSec .contentsArea .educationArea__innerWrap--itemBox.photoArea img {
    position: static;
    width: auto;
    max-width: 100%;
    min-width: auto;
    height: auto;
    margin: 0;
  }
  main.education .mainSec .contentsArea .educationArea__innerWrap--itemBox.textArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 25px 7.5% 33px;
  }
  main.education .mainSec .contentsArea .functionArea.function {
    padding-top: 0;
    padding-bottom: 58px;
  }
  main.education .mainSec .contentsArea .functionArea.price {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  main.education .mainSec .contentsArea .functionArea.flow {
    padding-top: 0;
    padding-bottom: 58px;
  }
  main.education .mainSec .contentsArea .functionArea.faq {
    padding-top: 0;
    padding-bottom: 0;
  }
  main.education .mainSec .contentsArea .functionArea__bottomArea > p {
    margin-bottom: 27px;
    font-size: 14px;
    text-align: left;
  }
  main.education .mainSec .contentsArea .functionArea__bottomArea .secTitle {
    margin-bottom: 14px;
    padding-bottom: 10px;
    font-size: 19px;
    line-height: 1.3;
  }
  main.education .mainSec .contentsArea .functionArea__funcList {
    flex-flow: column;
  }
  main.education .mainSec .contentsArea .functionArea__funcList--itemBox {
    width: 100%;
    margin: 0 0 18px 0;
    border-radius: 15px;
  }
  main.education .mainSec .contentsArea .functionArea.feature .functionArea__funcList--itemBox {
    width: 100%;
    margin: 0 auto 34px;
    border-radius: 15px;
  }
  main.education .mainSec .contentsArea .functionArea__funcList--itemBox--textArea {
    min-height: 145px;
    padding: 24px 7.41%;
  }
  main.education .mainSec .contentsArea .functionArea.feature .functionArea__funcList--itemBox--textArea {
    min-height: 145px;
  }
  main.education .mainSec .contentsArea .functionArea.feature {
    padding-bottom: 0;
  }
  main.education .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4 {
    margin: 0 0 14px 0;
    font-size: 17px;
  }
  main.education .mainSec .contentsArea .functionArea__funcList--itemBox--textArea p {
    font-size: 14px;
    line-height: 1.75;
  }
  
  main.education .mainSec .functionArea .tableWrap {
    margin-bottom: 0;
  }
  main.education .mainSec .functionArea .tableWrap table {
    width: 50em;
  }
  main.education .mainSec .functionArea .tableWrap table thead tr th {
    font-size: 14px;
  }
  main.education .mainSec .functionArea .tableWrap table thead tr th.top .price--big {
    font-size: 26px;
  }
  main.education .mainSec .functionArea .tableWrap table thead tr th.top .price--small {
    font-size: 12px;
  }
  main.education .mainSec .functionArea .tableWrap table tbody tr th {
    font-size: 12px;
  }
  main.education .mainSec .functionArea .tableWrap table tbody tr td .td-img {
    width: 13%;
  }
  main.education .mainSec .contentsWrap.flow {
    padding-bottom: 58px;
    padding-top: 58px;
  }
  main.education .mainSec .contentsWrap.flow .functionArea {
    padding: 0 0 0 0;
  }
  main.education .mainSec .contentsWrap.flow .functionArea--areaTitle {
    margin-bottom: 18px;
  }
  main.education .mainSec .contentsWrap.flow .functionArea__box {
    margin: 0 0 38px 0;
  }
  main.education .mainSec .contentsWrap.flow .att {
    padding: 0 25px 0 0;
  }
  main.education .mainSec .contentsWrap.flow .leadBlock {
    text-align: left;
    padding: 0 0 0 0;
    margin: 0 0 38px 0;
  }
  main.education .mainSec .contentsWrap.flow .leadBlock p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 1px 0;
  }
  main.education .mainSec .contentsWrap.flow .leadBlock span {
    display: block;
    line-height: 1.5;
    text-indent: -13px;
    padding: 0 0 0 13px;
  }
  main.education .mainSec .contentsWrap.flow .secTitle {
    font-size: 17px !important;
    margin-bottom: 11px !important;
  }
  main.education .mainSec .contentsWrap.flow .flowArea {
    flex-direction: column;
    padding: 26px 17px;
  }
  main.education .mainSec .contentsWrap.flow .flowArea li {
    width: 100%;
    padding: 0 0 45px 0;
    margin: 0 0 20px 0;
  }
  main.education .mainSec .contentsWrap.flow .flowArea li:nth-child(1) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 53px 0;
    margin: 0 0 15px 0;
  }
  main.education .mainSec .contentsWrap.flow .flowArea li:nth-child(1) p {
    width: 88%;
    padding: 0 0 0 35px;
    margin: 0 auto 33px;
  }
  main.education .mainSec .contentsWrap.flow .flowArea li:nth-child(1) img {
    margin: 0 auto;
  }
  main.education .mainSec .contentsWrap.flow .flowArea li:nth-child(2) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 48px 0;
    margin: 0 0 15px 0;
  }
  main.education .mainSec .contentsWrap.flow .flowArea li:nth-child(2) p {
    width: 88%;
    padding: 0 0 0 35px;
    margin: 0 auto 30px;
  }
  main.education .mainSec .contentsWrap.flow .flowArea li:nth-child(2) img {
    margin: 0 auto;
  }
  main.education .mainSec .contentsWrap.flow .flowArea li:nth-child(3) {
    width: 100%;
    background: url(../img/products/cloud/flow_line_sp.png) bottom center no-repeat;
    background-size: 310px;
    padding: 0 0 56px 0;
    margin: 0 0 16px 0;
  }
  main.education .mainSec .contentsWrap.flow .flowArea li:nth-child(3) p {
    width: 88%;
    padding: 0 0 0 35px;
    margin: 0 auto 30px;
  }
  main.education .mainSec .contentsWrap.flow .flowArea li:nth-child(3) img {
    margin: 0 auto;
  }
  main.education .mainSec .contentsWrap.flow .flowArea li:nth-child(4) {
    width: 100%;
    background: none;
    padding: 0 0 0 0;
  }
  main.education .mainSec .contentsWrap.flow .flowArea li:nth-child(4) p {
    width: 88%;
    margin: 0 auto 46px;
  }
  main.education .mainSec .contentsWrap.flow .flowArea li:nth-child(4) img {
    margin: 0 auto;
  }
  
  main.education .mainSec .contentsWrap.flow .flowArea .btn {
    max-width: 286px;
    margin: 23px auto 0;
    padding: 15px 26px 12px;
    font-size: 13px;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea {
    padding: 0 0 0 0;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea .faqArea__contents {
    margin-bottom: 24px;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea .faqArea__contents--question {
    border-radius: 12px;
    padding: 9px 10px;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea .faqArea__contents--question div {
    font-size: 15px;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea .faqArea__contents--question div p {
    margin-left: 10px;
    width: 80%;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea .faqArea__contents--question-img {
    width: 1.6rem;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea .faqArea__contents--question::before {
    right: 18px;
    width: 17px;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea .faqArea__contents--question::after {
    right: 25px;
    height: 18px;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea .faqArea__contents--question.open {
    border-radius: 12px 12px 0 0;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea .faqArea__contents--question.open::before {
    right: 11px;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea .faqArea__contents--answer {
    border-radius: 0 0 12px 12px;
    padding: 9px 8px;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea .faqArea__contents--answer div {
    font-size: 14px;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea .faqArea__contents--answer div p {
    margin-left: 10px;
    width: 80%;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea .faqArea__contents--answer-img {
    width: 1.6rem;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea .faqArea__contents--answer::before {
    right: 18px;
    width: 17px;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea .faqArea__contents--answer::after {
    right: 25px;
    height: 18px;
  }
  main.education .mainSec .contentsWrap.faq .contentsArea .functionArea .faqArea__contents--answer.open::before {
    right: 11px;
  }
  main.education .mainSec .bottomWrap .bottomArea {
    flex-direction: column;
  }
  main.education .mainSec .bottomWrap .bottomArea__inner {
    width: 100%;
    margin: 0;
  }
  main.education .mainSec .bottomWrap .bottomArea__inner:first-child {
    margin-bottom: 4rem;
  }
  main.education .mainSec .bottomWrap .bottomArea__inner .btn {
    margin: 0 auto;
  }
  main.education .mainSec .bottomWrap::after {
    content: none;
  }
  main.education .mainSec .contentsArea .functionArea__funcList--itemBox--textArea h4.crown::before {
    top: 0;
  }
}/*# sourceMappingURL=common.css.map */