@charset "UTF-8";


/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  overflow: hidden;
  word-break: break-all;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  word-break: break-all;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  width: 100%;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: inherit;
}

/*parlor Color
~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
}

.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);
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* 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%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.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;
}

.imgHover01 {
  overflow: hidden;
}

.imgHover01 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.imgHover01:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.linkHover01 {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.linkHover01:hover {
  opacity: 0.7;
}

.spin {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: infinite;
  animation-fill-mode: infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 26s;
  animation-duration: 26s;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fadeup {
  opacity: 0;
}

.fadeup.active {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
}

@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.boundScale01 {
  opacity: 0;
  -webkit-transform: scale(0.7) translateX(50px);
  transform: scale(0.7) translateX(50px);
}

.boundScale01.active {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: boundScale01;
  animation-name: boundScale01;
}

@-webkit-keyframes boundScale01 {
  0% {
    -webkit-transform: scale(0.7) translateX(50px);
    transform: scale(0.7) translateX(50px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(0px);
    transform: scale(0.9) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

@keyframes boundScale01 {
  0% {
    -webkit-transform: scale(0.7) translateX(50px);
    transform: scale(0.7) translateX(50px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(0px);
    transform: scale(0.9) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

.boundScale02 {
  opacity: 0;
  -webkit-transform: scale(0.7) translateY(-20px);
  transform: scale(0.7) translateY(-20px);
}

.boundScale02.active {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: boundScale02;
  animation-name: boundScale02;
}

@-webkit-keyframes boundScale02 {
  0% {
    -webkit-transform: scale(0.7) translateY(-20px);
    transform: scale(0.7) translateY(-20px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateY(0px);
    transform: scale(0.9) translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

@keyframes boundScale02 {
  0% {
    -webkit-transform: scale(0.7) translateY(-20px);
    transform: scale(0.7) translateY(-20px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateY(0px);
    transform: scale(0.9) translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

.boundScale03 {
  opacity: 0;
  -webkit-transform: scale(0.7) translateX(30px);
  transform: scale(0.7) translateX(30px);
}

.boundScale03.active {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: boundScale03;
  animation-name: boundScale03;
}

@-webkit-keyframes boundScale03 {
  0% {
    -webkit-transform: scale(0.7) translateX(30px);
    transform: scale(0.7) translateX(30px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(0px);
    transform: scale(0.9) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

@keyframes boundScale03 {
  0% {
    -webkit-transform: scale(0.7) translateX(30px);
    transform: scale(0.7) translateX(30px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(0px);
    transform: scale(0.9) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

.boundScale04 {
  opacity: 0;
  -webkit-transform: scale(0.7) translateX(-30px);
  transform: scale(0.7) translateX(-30px);
}

.boundScale04.active {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: boundScale04;
  animation-name: boundScale04;
}

@-webkit-keyframes boundScale04 {
  0% {
    -webkit-transform: scale(0.7) translateX(-30px);
    transform: scale(0.7) translateX(-30px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(0px);
    transform: scale(0.9) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

@keyframes boundScale04 {
  0% {
    -webkit-transform: scale(0.7) translateX(-30px);
    transform: scale(0.7) translateX(-30px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(0px);
    transform: scale(0.9) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

.boundScale05 {
  opacity: 0;
  -webkit-transform: scale(0.7) translateX(-50px);
  transform: scale(0.7) translateX(-50px);
}

.boundScale05.active {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: boundScale05;
  animation-name: boundScale05;
}

@-webkit-keyframes boundScale05 {
  0% {
    -webkit-transform: scale(0.7) translateX(-50px);
    transform: scale(0.7) translateX(-50px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(0px);
    transform: scale(0.9) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

@keyframes boundScale05 {
  0% {
    -webkit-transform: scale(0.7) translateX(-50px);
    transform: scale(0.7) translateX(-50px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(0px);
    transform: scale(0.9) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

.fadeScale {
  opacity: 0;
  -webkit-transform: scale(0.7) translateY(20px);
  transform: scale(0.7) translateY(20px);
}

.fadeScale.active {
  -webkit-animation-name: fadeScale;
  animation-name: fadeScale;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7) translateY(-5px);
    transform: scale(0.7) translateY(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
}

@keyframes fadeScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7) translateY(-5px);
    transform: scale(0.7) translateY(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
}

.slideRight {
  position: relative;
  overflow: hidden;
}

.slideRight::after {
  content: '';
  width: calc(100% + 100px);
  height: 101%;
  background: #fff;
  display: block;
  right: 0;
  position: absolute;
  left: -100px;
  top: 0;
  bottom: 0;
}

.slideRight.active::after {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideRight;
  animation-name: slideRight;
}

@-webkit-keyframes slideRight {
  from {
    left: -100px;
  }
  to {
    left: 110%;
  }
}

@keyframes slideRight {
  from {
    left: -100px;
  }
  to {
    left: 110%;
  }
}

/*parlor Color
~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}
.big {
  font-size: 140%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  overflow: hidden;
  word-break: break-all;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  word-break: break-all;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  width: 100%;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: inherit;
}

/*
  https://developer.mozilla.org/en/docs/Web/CSS/box-shadow
  box-shadow: [inset?] [top] [left] [blur] [size] [color];

  Tips:
    - We're setting all the blurs to 0 since we want a solid fill.
    - Add the inset keyword so the box-shadow is on the inside of the element
    - Animating the inset shadow on hover looks like the element is filling in from whatever side you specify ([top] and [left] accept negative values to become [bottom] and [right])
    - Multiple shadows can be stacked
    - If you're animating multiple shadows, be sure to keep the same number of shadows on hover/focus as non-hover/focus (even if you have to create a transparent shadow) so the animation is smooth. Otherwise, you'll get something choppy.
*/
.fill:hover,
.fill:focus {
  -webkit-box-shadow: inset 0 0 0 em var(--hover);
  box-shadow: inset 0 0 0 em var(--hover);
}

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  -webkit-box-shadow: 0 0 0 2em transparent;
  box-shadow: 0 0 0 2em transparent;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--hover);
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--hover);
    box-shadow: 0 0 0 0 var(--hover);
  }
}

.close:hover,
.close:focus {
  -webkit-box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
  box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
}

.raise:hover,
.raise:focus {
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  -webkit-transform: translateY(-0.25em);
  transform: translateY(-0.25em);
}

.up:hover,
.up:focus {
  -webkit-box-shadow: inset 0 -3.25em 0 0 var(--hover);
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.slide:hover,
.slide:focus {
  -webkit-box-shadow: inset 6.5em 0 0 0 var(--hover);
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.offset {
  -webkit-box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
  box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
}

.offset:hover, .offset:focus {
  -webkit-box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
  box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
}

.fill {
  --color: #a972cb;
  --hover: #94e458;
}

.pulse {
  --color: #ef6eae;
  --hover: #94e458;
}

.close {
  --color: #ff7f82;
  --hover: #94e458;
}

.raise {
  --color: #ffa260;
  --hover: #94e458;
}

.up {
  --color: #e4cb58;
  --hover: #94e458;
}

.slide {
  --color: #8fc866;
  --hover: #94e458;
}

.offset {
  --color: #19bc8b;
  --hover: #94e458;
}

button {
  color: var(--color);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

button:hover, button:focus {
  border-color: var(--hover);
  color: #fff;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.header.active .header__inner {
  margin-bottom: 0;
}

.header.active .header__inner:first-child {
  z-index: 1;
}

.header.active .header__inner:last-child {
  width: 100%;
}

.header.active .header__cvbtn {
  display: none;
}

.header.active .header__nvMenu {
  max-width: 924px;
  width: 100%;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__inner:first-child {
  padding-bottom: 0;
}

.header__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__tit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header__tit img {
  width: 180px;
}

.header__tit .-txt01 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.header__tit .-txt02 {
  font-size: 1rem;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.header__cvbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__cvbtn__tel {
  text-align: right;
  position: relative;
}

.header__cvbtn__tel .-txt01 {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.header__cvbtn__tel .-txt02 {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.header__cvbtn__cmp {
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 18px;
  width: 170px;
  height: 36px;
}

.header__cvbtn__cmp a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #bfbfbf;
  border-radius: 18px;
}

.header__cvbtn__cmp a:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.header__cvbtn__dlbtn {
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 18px;
  height: 36px;
  width: 170px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#06D3ED), to(#0CA7ED));
  background: linear-gradient(90deg, #06D3ED 0%, #0CA7ED 100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.header__cvbtn__dlbtn:hover::before {
  opacity: 1;
}

.header__cvbtn__dlbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#0CA7ED), to(#06D3ED));
  background: linear-gradient(90deg, #0CA7ED 0%, #06D3ED 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.header__cvbtn__dlbtn span {
  position: relative;
  z-index: 3;
}

.header__cvbtn__dlbtn span::before {
  content: '';
  width: 15px;
  height: 13px;
  display: inline-block;
  background: url(/financial/asset/img/top_re2023/ico_book.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.header__cvbtn__dlbtn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0;
}

.header__cvbtn__btn {
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 18px;
  height: 36px;
  width: 170px;
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#fba332), color-stop(50%, #f1841c), to(#e86606));
  background: linear-gradient(90deg, #fba332 0%, #f1841c 50%, #e86606 100%);
}

.header__cvbtn__btn:hover::before {
  opacity: 1;
}

.header__cvbtn__btn::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#e86606), color-stop(50%, #f1841c), to(#fba332));
  background: linear-gradient(90deg, #e86606 0%, #f1841c 50%, #fba332 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.header__cvbtn__btn span {
  position: relative;
  z-index: 3;
}

.header__cvbtn__btn span::before {
  content: '';
  width: 15px;
  height: 12px;
  display: inline-block;
  background: url(/financial/asset/img/top_re2023/ico_mail.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.header__cvbtn__btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0;
}

.footer {
  background: #333333;
  padding: 25px 0;
}

.mw1366 {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 83px;
}
.mw1100 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}

.noslider li {
  width: 31.6%;
}

.textlink01 span {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#0CA7ED), to(#0CA7ED));
  background-image: linear-gradient(90deg, #0CA7ED, #0CA7ED);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
  display: inline !important;
  color: #0CA7ED;
}

.textlink01:hover span {
  width: auto;
  background-size: 100% 1px;
}

.rema_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  margin-left: auto;
  margin-right: auto;
}

.rema_nav__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.875em;
}

.rema_nav__ul01 {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.rema_nav__ul01 > li.active > a {
  width: auto;
}

.rema_nav__ul01 > li.active > a::after {
  padding-left: 100%;
}

.rema_nav__item {
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 5px;
  margin-right: 5px;
  height: 100%;
}

.rema_nav__item.active {
  position: relative;
}

.rema_nav__item.current > a::after {
  padding-left: 100%;
}

.rema_nav__item > a {
  text-align: center;
  color: #333;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 10px;
}

.rema_nav__item > a:hover {
  width: auto;
}

.rema_nav__item > a:hover::after {
  padding-left: 100%;
}

@-webkit-keyframes nav-collapsing {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes nav-collapsing {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes nav-expanding {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes nav-expanding {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

[class^="megaMenu-"] {
  display: none;
}

.megaMenu {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
}

.megaMenu__item:last-of-type .megaMenu__head {
  background-image: none;
}

.megaMenu__item.current {
  display: block;
}

.megaMenu__head {
  padding: 14px 0;
  background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 1px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.megaMenu__head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.megaMenu__tit a {
  display: block;
  position: relative;
  padding: 0px 5px 0 35px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0068B7;
}

.megaMenu__tit a:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 3px solid #0068B7;
  border-right: 3px solid #0068B7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 25%;
  left: 10px;
}

.megaMenu__tit2 a {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}

.megaMenu__tit2 a:hover::after {
  padding-left: calc( 100% - 3.3rem);
}

.megaMenu__cnt {
  padding-top: 40px;
  padding-bottom: 40px;
}

.megaMenu__cnt__link {
  text-align: left;
}

.megaMenu__cnt__link a {
  display: inline-block;
  position: relative;
  padding: 1em 0;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 1.4rem;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
}

.megaMenu__cnt__link a:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 10px;
  top: 1.8em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 10px auto 0;
  top: -4px;
}

.megaMenu__cnt__link a:hover {
  background-color: #ECF6FF;
  color: #0068B7;
}

.megaMenu__cnt__link a:hover:before {
  background: url(/common/assets/img/side_arrow-hover.svg) no-repeat;
}

.megaMenu__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 14px;
}

.megaMenu__cat li {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.megaMenu__cat li a {
  display: block;
  padding: 1.5em 0em 1em;
  margin-right: 4em;
}

.megaMenu__txtitem {
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

.megaMenu__txtitem li {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1.4rem;
}

.megaMenu__txtitem li a {
  display: block;
  position: relative;
  padding: 1em;
  padding-left: 3.1rem;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
}

.megaMenu__txtitem li a:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.megaMenu__txtitem li a:hover {
  background-color: #ECF6FF;
  color: #0CA7ED;
}

.megaMenu__txtitem li a:hover:before {
  border-color: #0CA7ED;
}

.megaMenu__txtitem li a:hover:after {
  content: none;
}

.megaMenu__txtitem li.icon-window a span {
  position: relative;
  display: inline-block;
}

.megaMenu__txtitem li.icon-window a span:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/common/assets/img/common/icon_window--blue.png) no-repeat;
  background-size: cover;
}

.megaMenu__imgitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 20px;
}

.megaMenu__imgitem li {
  width: calc(25% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  -ms-flex-item-align: center;
  align-self: center;
}

.megaMenu__imgitem li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.megaMenu__imgitem li .inner figure {
  width: 60%;
  -ms-flex-item-align: center;
  align-self: center;
}

.megaMenu__imgitem li .inner figure img {
  max-width: 100%;
}

.megaMenu__imgitem li .inner p {
  width: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 10px;
}

.megaMenu__imgitem li .inner p span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0068B7), to(#0068B7));
  background-image: linear-gradient(90deg, #0068B7, #0068B7);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
}

.megaMenu__imgitem li .inner p span:before {
  content: '';
  position: absolute;
  display: inline-block;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(/common/assets/img/side_arrow.svg) no-repeat;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.megaMenu__imgitem li a:hover .inner p span {
  color: #0068B7;
  background-size: 90% 1px;
}

.megaMenu__imgitem li a:hover .inner p span:before {
  background: url(/common/assets/img/side_arrow-hover.svg) no-repeat;
}

.megaMenu__more {
  text-align: right;
  margin-top: 30px;
}

.megaMenu__more a {
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
  padding-right: 17px;
  color: #0068B7;
  background-image: -webkit-gradient(linear, left top, right top, from(#0068B7), to(#0068B7));
  background-image: linear-gradient(90deg, #0068B7, #0068B7);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size .5s;
  transition: background-size .5s;
}

.megaMenu__more a:before {
  content: '';
  position: absolute;
  display: inline-block;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(/common/assets/img/side_arrow-hover.svg) no-repeat;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.megaMenu__more a:hover {
  background-size: 100% 1px;
}

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

.megaMenu__more-sp a {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #0068B7;
  border-radius: 50px;
  margin-top: 30px;
  padding: 12px 40px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0068B7;
  -webkit-transition: .5s;
  transition: .5s;
}

.megaMenu__more-sp a:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 44%;
  right: 7%;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-top: 1px solid #0068B7;
  border-right: 1px solid #0068B7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.megaMenu__more-sp a:hover {
  background: #0068B7;
  color: #fff;
}

.megaMenu__more-sp a:hover:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 5%;
}

.megaMenu__cv {
  border-top: 1px solid #DDDDDD;
}

.rema {
  color: #333333;
}

.rema.active {
  padding-top: 65px;
}

.rema_megaMenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.rema_megaMenu__dt {
  font-size: 1.8rem;
  color: #0CA7ED;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.33;
  position: relative;
  display: inline-block;
  padding: 20px 0;
}

.rema_megaMenu__dt::before {
  content: '';
  display: inline-block;
  border-top: 3px solid #0CA7ED;
  border-right: 3px solid #0CA7ED;
  width: 12.8px;
  height: 12.8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 10px auto 0;
  position: relative;
  top: -4px;
}

.rema_navList02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

.rema_navList02 > li {
  max-width: 300px;
}

.rema_navList02 > li > a {
  padding: 1.8rem;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rema_navList02 > li > a:hover {
  background-color: #F3FBFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rema_cntInner {
  position: relative;
}

.rema_h2tit {
  font-size: 4.6rem;
  font-weight: bold;
  color: #0CA7ED;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.rema_h3tit {
  font-size: 2.6rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.rema_h4tit {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
}

.rema_txt01 {
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.rema_txt02 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.rema_txt03 {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.rema_btn01 {
  margin: 45px 0 0;
}

.rema_btn01 a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 360px;
  font-size: 1.6rem;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#06D3ED), to(#0CA7ED));
  background: linear-gradient(90deg, #06D3ED 0%, #0CA7ED 100%);
  padding: 18px 0;
}

.rema_btn01 a::before {
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#0CA7ED), to(#06D3ED));
  background: linear-gradient(90deg, #0CA7ED 0%, #06D3ED 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.rema_btn01 a::after {
  content: '';
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  z-index: 2;
}

.rema_btn01 a:hover::before {
  opacity: 1;
}

.rema_btn01 a span {
  position: relative;
  z-index: 3;
  pointer-events: none;
  display: inline-block;
}

.rema_btn01--orange a {
  background: -webkit-gradient(linear, left top, right top, from(#FBA332), to(#E86606));
  background: linear-gradient(90deg, #FBA332 0%, #E86606 100%);
}

.rema_btn01--orange a::before {
  background: -webkit-gradient(linear, left top, right top, from(#E86606), to(#FBA332));
  background: linear-gradient(90deg, #E86606 0%, #FBA332 100%);
}

.rema_flexCnt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rema_flexCnt01__item {
  width: 50%;
  border-bottom: 1px solid #DDDDDD;
}

.rema_flexCnt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rema_flexCnt02__item {
  width: calc(100% / 3);
  padding: 0 4.1%;
}

.rema_flexCnt02__item:first-child {
  padding-left: 0;
}

.rema_flexCnt02__item:last-child {
  padding-right: 0;
}

.rema_flexCnt02__item + .rema_flexCnt02__item {
  border-left: 1px solid #DDDDDD;
}

.rema_cntBox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1920px;
  margin: 0 auto;
}

.rema_cntBox01__inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-justify-content: start;
  -webkit-justify-content: start;
}

.rema_cntBox01__txtBox {
  margin-right: 0;
}

.rema_cntBox01__txt01 {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.rema_cntBox01__h3tit {
  font-size: 3.5rem;
  margin-bottom: 40px;
  text-align: left;
}

.rema_cntBox01__txt03 {
  line-height: 1.61;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 30px;
}

.rema_cntBox01__img {
  max-width: 822px;
  width: 822px;
  margin-right: 1.4%;
}

.rema_cntBox01__img img {
  position: relative;
  top: 10px;
}


.rema_cntBox02 {
  max-width: 1366px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 50px;
}

.rema_cntBox02__inner {
  position: relative;
  background-color: #fff;
  max-width: 990px;
  padding: 3.11%;
  width: 82.5%;
}

.rema_cntBox02__img {
  width: 28%;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.rema_cntBox02__h3tit {
  margin-bottom: 35px;
  letter-spacing: 0.05em;
}

.rema_cntBox02__h3tit span {
  color: #0CA7ED;
  font-size: 2.0rem;
  line-height: 1.6;
  display: block;
  margin-bottom: 15px;
}

.rema_cntBox02__txt03 {
  margin-bottom: 35px;
}

.rema_cntBox02__link > a {
  color: #0CA7ED;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
  display: inline-block;
}

.rema_cntBox02__link > a span {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#0CA7ED), to(#0CA7ED));
  background-image: linear-gradient(90deg, #0CA7ED, #0CA7ED);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
  display: inline !important;
  color: #0CA7ED;
}

.rema_cntBox02__link > a:hover span {
  width: auto;
  background-size: 100% 1px;
}

.rema_cntBox02__link > a::before {
  content: '';
  display: inline-block;
  border-top: 1px solid #0CA7ED;
  border-right: 1px solid #0CA7ED;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 10px auto 0;
  position: relative;
  top: -4px;
}

.rema_cntBox03__h3tit {
  text-align: center;
}

.rema_cntBox03__img {
  margin-bottom: 10px;
}

.rema_cntBox03__caution {
  font-size: 1.3rem;
  line-height: 1.53;
}

.rema_cntBox04 {
  margin-bottom: 100px;
}

.rema_cntBox04__h3tit {
  text-align: center;
}

.rema_cntBox04__txt {
  margin-bottom: 40px;
}

.rema_cntBox04__img {
  width: 83.33%;
  margin: auto;
}

.rema_cntBox05__h2tit {
  text-align: center;
}

.rema_cntBox05__h3tit {
  text-align: center;
}

.rema_cntBox05__inner {
  margin-bottom: 40px;
}

.rema_cntBox05__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.rema_cntBox05__slider__list {
  width: 31.6%;
  margin-right: 2.5%;
  -webkit-box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.rema_cntBox05__slider__list:nth-child(3n) {
  margin-right: 0;
}

.rema_cntBox05__slider__img {
  margin-bottom: 15px;
  overflow: hidden;
}

.rema_cntBox05__slider__time {
  color: #888888;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  padding: 0 5.2%;
  line-height: 2;
}

.rema_cntBox05__slider__tit {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 0 5.2%;
}

.rema_cntBox05__slider__txt {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 0 5.2% 16px;
}

.rema_cntBox05 .slick-slide > div {
  opacity: 0.6;
}

.rema_cntBox07__h3tit {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.55;
  text-align: center;
}

.rema_cntBox07__btn > a {
  margin: auto;
  font-size: 1.8rem;
  width: 100%;
}

.rema_cntBox07__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rema_cntBox07__list > li {
  background: #fff;
  display: block;
  border-radius: 3px;
  padding: 4.166%;
  width: 47.9%;
}

.rema_cntBox08__h2tit {
  text-align: center;
}

.rema_cntBox08__h3tit {
  text-align: center;
}

.rema_cntBox08__flexCnt {
  margin-bottom: 80px;
}

.rema_cntBox08__txtBox {
  margin-bottom: 50px;
}

.rema_cntBox08__txtBox + .rema_cntBox08__txtBox {
  margin-top: 80px;
}

.rema_cntBox09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1216px;
}

.rema_cntBox09__btn {
  margin-top: 0;
  width: 45.33%;
}

.rema_cntBox09__btn > a {
  width: 100%;
}

.remaTop .rema_kv {
  height: 435px;
}

.remaTop .rema_kv__tit {
  font-size: 4.6rem;
  line-height: 2;
}

.remaTop .rema_kv__tit span {
  padding: 0.2rem 1.4rem 0.6rem;
}

.remaLower .rema_kv {
  padding: 60px 0;
  min-height: 350px;
}

.remaLower .rema_kv__tit {
  font-size: 3.8rem;
  line-height: 1.678;
}

.remaLower .rema_kv__tit span {
  padding: 0rem 0.9rem 0.2rem;
}

.headerBtn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerBtn__inner {
  height: 24px;
}

.headerBtn__inner span {
  width: 40px;
  height: 3px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#06D3ED), to(#0CA7ED));
  background: linear-gradient(90deg, #06D3ED 0%, #0CA7ED 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}

.headerBtn__inner span:nth-child(2) {
  margin: 7.5px 0;
}

.headerBtn.active .headerBtn__inner {
  height: 30px;
}

.headerBtn.active .headerBtn__b1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 13px;
}

.headerBtn.active .headerBtn__b2 {
  opacity: 0;
}

.headerBtn.active .headerBtn__b3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -8px;
}

.rema_cntlinkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.rema_cntlinkBox__list {
  width: 23.12%;
  height: 100%;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
}

.rema_cntlinkBox__link {
  background: #fff;
  display: block;
  border-radius: 3px;
}

.rema_cntlinkBox__tit {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 15px 0;
  padding: 0 7.2%;
}

.rema_cntlinkBox__txt {
  font-size: 1.4rem;
  padding: 0 7.2%;
}

.rema_cntlinkBox__img {
  overflow: hidden;
}

.rema_cntlinkBox .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rema_cntlinkBox .slick-slide {
  padding-bottom: 0;
}

.rema_kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rema_kv.top_re2023 {
  background: url(/financial/asset/img/top_re2023/main.jpg) center/cover no-repeat;
}

.rema_kv.template_2023 {
  background: url(/financial/asset/img/template_2023/main.jpg) center/cover no-repeat;
}

.rema_kv.mokuhyo {
  background: url(/financial/asset/img/mokuhyo/main.jpg) center/cover no-repeat;
}

.rema_kv.jinji {
  background: url(/financial/asset/img/jinji/main.jpg) center/cover no-repeat;
}

.rema_kv.shugyo {
  background: url(/financial/asset/img/shugyo/main.jpg) center/cover no-repeat;
}

.rema_kv.workflow {
  background: url(/financial/asset/img/workflow/main.jpg) center/cover no-repeat;
}

.rema_kv.s-column {
  background: url(/financial/asset/img/s-column/main.jpg) center/cover no-repeat;
}

.rema_kv.ex {
  background: url(/financial/asset/img/template_2023/main.jpg) center/cover no-repeat;
  padding: 60px 0;
}

.rema_kv.case {
  background: url(/financial/asset/img/case/main.jpg) center/cover no-repeat;
}

.rema_kv__inner {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}

.rema_kv__txtBox {
  /*--max-width: 820px;--*/
  width: 100%;
  padding-left: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rema_kv__tit {
  color: #333333;
  letter-spacing: 0.05em;
}

.rema_kv__tit em {
  font-style: normal;
  color: #0CA7ED;
}

.rema_kv__tit span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  background: #fff;
}

.rema_kv__subtit {
  color: #202020;
  text-shadow:1px 1px 0 #fff;
  font-size: 2.4rem;
  line-height: 1.678;
  margin-bottom:15px;
  font-weight:bold;
}
.rema_kv__subtit span {
  font-size:4.2rem;
  color:#fc6217;
}
.rema_kv__intro{
  font-size:1.6rem;
  line-height:2.8rem;
}

.rema_kv__txt {
  color: #333333;
  font-size: 1.7rem;
  line-height: 1.83;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.rema_kv__btn{
  display: flex;
  margin-top: 30px;
}
.rema_kv__btn li{
  margin-right: 30px;
}
.rema_kv__btn li a{
  width: 300px;
  background: linear-gradient(#f59138, #ed7329);
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 65px;
  border-radius: 65px;
  font-size: 16px;
  border: 1px solid #ea6f0c;
  color: #fff;
  text-shadow: 1px 1px 0 #eb6d22;
  box-shadow: 0 1px 0px 0px #f9b77e inset;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.rema_kv__btn li a:hover{
  border:1px solid #eaa60c;
  background: linear-gradient(#f5c038, #eda329);
  text-shadow:1px 1px 0 #eb9422;
  box-shadow:0 1px 0px 0px #f9d57e inset;
}

.rema_kv__btn li a.rema_kv__btn_contact:before{
  background: url(/financial/asset/img/common/icon_contact.png) no-repeat;
}
.rema_kv__btn li a.rema_kv__btn_request:before{
  background: url(/financial/asset/img/common/icon_request.png) no-repeat;
}

.rema_sec01 .rema_cntBox01 {
  background-image: url(/financial/asset/img/top_re2023/img_sec01.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: min(40%, 768px);
  max-width: 1920px;
  margin-bottom: 0;
}

.rema_sec01 .rema_cntBox01__inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rema_sec02 {
  background-color: #F3FBFF;
}

.rema_sec02 .rema_cntBox01__inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 0;
}

.rema_sec02 .rema_cntBox01__img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: min(35%, 650px);
  margin-right: 3.66%;
  min-width: auto;
}

.rema_sec02__txt01 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 13px;
}

.rema_sec02__txt02 {
  font-size: 1.4rem;
  line-height: 1.85;
}

.rema_sec02__img {
  max-width: 100px;
  width: 26.3%;
  margin: 0 auto 15px;
}

.rema_sec03 .rema_cntBox01 {
  max-width: 1920px;
  margin: 0 auto;
}

.rema_sec03 .rema_cntBox01__inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rema_sec03 .rema_cntBox03 {
  margin-bottom: 90px;
}

.rema_dl {
  background: url(/financial/asset/img/top_re2023/bg_dl.png) no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.rema_dl .rema_cntBox05 {
  margin-bottom: 80px;
}

.rema_dl .rema_cntBox06 {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}

.rema_contact {
  background: url(/financial/asset/img/top_re2023/bg_contact.png) no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
}

.rema_sub01 {
  padding-top: 110px;
  margin-bottom: 90px;
}

.rema__caseStudyLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.rema__caseStudyLists .rema__caseStudyItem {
  width: 31.6%;
  margin-right: 2.5%;
  border-radius: 3px;
  -webkit-box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.3);
}

.rema__caseStudyLists .rema__caseStudyItem:nth-child(3n) {
  margin-right: 0;
}

.rema_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.rema_slider__list {
  width: 31.6%;
  margin-right: 2.5%;
  -webkit-box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.rema_slider__list:nth-child(3n) {
  margin-right: 0;
}

.rema_slider__img {
  margin-bottom: 15px;
  overflow: hidden;
}

.rema_slider__time {
  color: #888888;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  padding: 0 5.2%;
  line-height: 2;
}

.rema_slider__tit {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 0 5.2%;
}

.rema_slider__txt {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 0 5.2% 16px;
}

.rema_trade {
  margin-bottom: 30px;
}

.rema_trade__txt {
  font-size: 1.3rem;
  color: #888888;
  line-height: 1.5;
}

.rema_copy__txt {
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  letter-spacing: -0.01rem;
}

.slick-arrow {
  width: 70px;
  height: 168px;
  background-color: #fff;
  border: 1px solid #0CA7ED;
  border-radius: 3px;
}

.slick-arrow::before {
  content: '';
  width: 22.5px;
  height: 22.5px;
  border-top: solid 4px #0CA7ED;
  border-right: solid 4px #0CA7ED;
  position: absolute;
  top: 50%;
  left: 50%;
}

.slick-prev, .slick-next {
  z-index: 2;
}

.slick-prev {
  left: 0;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.slick-prev:hover {
  border: 1px solid #0CA7ED;
  border-left: none;
}

.slick-prev:focus {
  border: 1px solid #0CA7ED;
  border-left: none;
}

.slick-next {
  right: 0;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.slick-next:hover {
  border: 1px solid #0CA7ED;
  border-right: none;
}

.slick-next:focus {
  border: 1px solid #0CA7ED;
  border-right: none;
}

.slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.slick-next:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.slick-slide {
  height: auto !important;
  padding-bottom: 5px;
}

.slick-slide > div {
  margin: 0 5.4%;
  height: 100%;
}

.rema_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rema_slider li {
  height: 100%;
  max-width: 277px;
}

.rema_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fixcvbtn__cvbtn {
  display: block;
}

.fixcvbtn__cvbtn__dlbtn {
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 100px 0 0 100px;
  width: 220px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#06D3ED), to(#0CA7ED));
  background: linear-gradient(90deg, #06D3ED 0%, #0CA7ED 100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  margin-bottom: 10px;
}

.fixcvbtn__cvbtn__dlbtn:hover::before {
  opacity: 1;
}

.fixcvbtn__cvbtn__dlbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100px 0 0 100px;
  background: -webkit-gradient(linear, left top, right top, from(#0CA7ED), to(#06D3ED));
  background: linear-gradient(90deg, #0CA7ED 0%, #06D3ED 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.fixcvbtn__cvbtn__dlbtn span {
  position: relative;
  z-index: 3;
}

.fixcvbtn__cvbtn__dlbtn span::before {
  content: '';
  width: 18px;
  height: 16px;
  display: inline-block;
  background: url(/financial/asset/img/top_re2023/ico_book.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.fixcvbtn__cvbtn__dlbtn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0 9px 25px;
}

.fixcvbtn__cvbtn__btn {
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 100px 0 0 100px;
  width: 220px;
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#FBA332), to(#E86606));
  background: linear-gradient(90deg, #FBA332 0%, #E86606 100%);
}

.fixcvbtn__cvbtn__btn:hover::before {
  opacity: 1;
}

.fixcvbtn__cvbtn__btn::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100px 0 0 100px;
  background: -webkit-gradient(linear, left top, right top, from(#E86606), to(#FBA332));
  background: linear-gradient(90deg, #E86606 0%, #FBA332 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.fixcvbtn__cvbtn__btn span {
  position: relative;
  z-index: 3;
}

.fixcvbtn__cvbtn__btn span::before {
  content: '';
  width: 19px;
  height: 15px;
  display: inline-block;
  background: url(/financial/asset/img/top_re2023/ico_mail.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.fixcvbtn__cvbtn__btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0 9px 25px;
}

.rema_fixSideCnt {
  z-index: 19;
}

.rema_fixSideCnt.active {
  position: fixed;
  top: 0px;
  right: 0;
}

.rema_fixSideCnt.active .rema_fixSideCnt__inner {
  top: 87px;
}

.rema_fixSideCnt__inner {
  position: absolute;
  right: -236px;
  z-index: 19;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 266px;
  top: 100px;
}

.rema_fixSideCnt__inner.on {
  right: 0px;
}

.rema_fixSideCnt__inner.on .fixcntBtn__b1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 6px;
}

.rema_fixSideCnt__inner.on .fixcntBtn__b2 {
  opacity: 0;
}

.rema_fixSideCnt__inner.on .fixcntBtn__b3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -6px;
}

.rema_fixSideCnt__inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 6px 0 0 6px;
}

.fixcntBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  background: #fff;
  border-radius: 6px 0 0 6px;
}

.fixcntBtn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  text-align: center;
  width: 15px;
}

.fixcntBtn__b2 {
  margin: 4px 0;
}

.fixcntBtn span {
  width: 15px;
  height: 2px;
  display: inline-block;
  background: #0CA7ED;
  border-radius: 2px;
}

.fixcntLink {
  width: 236px;
  padding: 16px 20px;
  background: #fff;
  border-left: 1px solid #DDDDDD;
  padding: 10px 20px;
}

.fixcntLink__listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.fixcntLink__list a {
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 1.4rem;
  color: #0CA7ED;
  padding: 11px 0;
  padding-left: 1em;
  display: block;
  position: relative;
}

.fixcntLink__list a:hover span::before {
  top: 5px;
}

.fixcntLink__list a:hover {
  width: auto;
}

.fixcntLink__list a:hover span {
  background-size: 100% 1px;
}

.fixcntLink__list a span {
  display: block;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#06D3ED), to(#0CA7ED));
  background-image: linear-gradient(90deg, #06D3ED 0%, #0CA7ED 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
  display: inline !important;
}

/*--.fixcntLink__list a span::before {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid #0CA7ED;
  border-bottom: 2px solid #0CA7ED;
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0.8rem;
  left: -1em;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
} --*/

.remaTmp-w100 {
  width: 100% !important;
  max-width: none !important;
}

.remaTmp-bgwhite {
  background: #fff;
  padding: 70px 0;
}

.remaTmp-bggray {
  background: #F3FBFF;
  padding: 70px 0;
}

.remaTmp-bggray-cta {
  background: #fafafa;
  padding: 45px 0;
}
.remaTmp-bg-gray {
  background: #fafafa;
  padding: 70px 0;
}
.remaTmp-bg-yellow {
  background: #FFFDEE;
  padding: 70px 0;
}

.remaTmp-bgblue {
  background: -webkit-gradient(linear, left top, right top, from(#8EE1ED), to(#54BEF0));
  background: linear-gradient(90deg, #8EE1ED 0%, #54BEF0 100%);
  padding: 70px 0;
}

.remaTmp-bgblue .remaTmp_h2Tit {
  color: #fff;
}

.remaTmp-bgblue .remaTmp_linkTxt::before {
  border-color: #fff;
}

.remaTmp-bgblue .remaTmp_linkTxt span {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
}

.column-cta{
  padding:50px 0 40px 0;
  color:#fff;
  font-size:16px;
  background:url(/financial/asset/img/common/bg_column_cta_upper.jpg) center 0 repeat;
}
.column-cta p:first-child{
  font-size:18px;
  background:#0151af;
  text-align:center;
  padding:10px 0;
}
.column-cta p:nth-child(2){
  font-size:32px;
  font-weight:bold;
  margin:30px 0;
  text-align:center;
}
.column-cta dl{
  display:flex;
  width:1050px;
  margin:0 auto;
}
.column-cta dl dt{
  width:200px;
  padding:15px 50px 0 0;
}
.column-cta dl dt img{
  box-shadow: 3px 3px 15px 2px #083f7d;
}
.column-cta dd li{
  line-height:36px;
}
.column-cta dd li span{
  color:#fff600;
  margin-right:20px;
}
.column-cta dd a{
  min-width:650px;
  display:block;
  padding:18px 15px;
  font-size:24px;
  transition : all 0.5s ease 0s;
  background: linear-gradient(90deg, #e86606 0%, #f1841c 50%, #fba332 100%);
  box-shadow: 1px 1px 15px 1px #083f7d;
  border-radius:3px;
}
.column-cta dd a:hover{
  background: linear-gradient(90deg, #fba332 0%, #f1841c 50%, #e86606 100%);
}

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

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

.remaTmp-mb70 {
  margin: 0 auto 70px;
}

.remaTmp-mb100 {
  margin: 0 auto 100px;
}

.remaTmp-border {
  position: relative;
  padding-top: 90px;
}

.remaTmp-border::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  max-width: 1200px;
  border-top: 1px solid #DDDDDD;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.remaTmp_h2Tit {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #0CA7ED;
  margin-bottom: 40px;
}

.remaTmp_h3Tit {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-size: 2.6rem;
  line-height: 1.6;
}

.remaTmp_h4Tit {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 2rem;
}

.remaTmp_txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.remaTmp_txt + .remaTmp_txt {
  margin-top: 40px;
}

.remaTmp_boldTxt {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  line-height: 1.55;
}

.remaTmp_boldTxt--blue {
  color: #0CA7ED;
}

.remaTmp_boldTxt--org {
  color: #F78E2F;
}

.remaTmp_linkTxt {
  color: #0CA7ED;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
  display: inline-block;
}

.remaTmp_linkTxt::before {
  content: '';
  display: inline-block;
  border-top: 1px solid #0CA7ED;
  border-right: 1px solid #0CA7ED;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 10px auto 0;
  position: relative;
  top: -4px;
}

.remaTmp_linkTxt--blank {
  padding-right: 35px;
}

.remaTmp_linkTxt--blank::before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 1em;
  bottom: 0.3em;
  background: url(/financial/asset/img/common/icon_window--blue.png) no-repeat;
  background-size: cover;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 6px;
  margin: auto 0px auto 10px;
}

.remaTmp_btn {
  margin: 45px 0 25px;
}

.remaTmp_btn a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 360px;
  font-size: 1.6rem;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#06D3ED), to(#0CA7ED));
  background: linear-gradient(90deg, #06D3ED 0%, #0CA7ED 100%);
  padding: 18px 0;
}

.remaTmp_btn a::before {
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#0CA7ED), to(#06D3ED));
  background: linear-gradient(90deg, #0CA7ED 0%, #06D3ED 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.remaTmp_btn a::after {
  content: '';
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  z-index: 2;
}

.remaTmp_btn a:hover::before {
  opacity: 1;
}

.remaTmp_btn a span {
  position: relative;
  z-index: 3;
  pointer-events: none;
  display: inline-block;
}

.remaTmp_thumImg {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.remaTmp_thumImg img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

.remaTmp_cap {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #888;
  line-height: 1.5;
  margin-top: 6px;
  display: inline;
  word-break: break-all;
}

.remaTmp_bread {
  margin: 16px auto;
}

.remaTmp_bread li {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.2rem;
  color: #888888;
}

.remaTmp_bread li a {
  color: #0CA7ED;
  display: inline !important;
}

.remaTmp_bread li a::after {
  content: '＞';
  color: #888888;
  display: inline-block;
  margin-left: 1em;
}

.remaTmp_cntNav {
  background: #0CA7ED;
  margin-bottom: 10px;
}

.remaTmp_cntNav__listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.remaTmp_cntNav__listWrap.active {
  height: 327px;
}

.remaTmp_cntNav__list {
  padding: 15px 30px;
}

.remaTmp_cntNav__list a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 0px 9px;
  font-size: 1.8rem;
  line-height: 1.7;
}

.remaTmp_cntNav__list a.textlink01 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.remaTmp_cntNav__list a:hover::after {
  padding-left: 100%;
}

.remaTmp_cntNav__list + .remaTmp_cntNav__list {
  position: relative;
}

.remaTmp_cntNav__list + .remaTmp_cntNav__list::before {
  content: '';
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.remaTmp_cntNavBtn {
  background: #0CA7ED;
  padding: 21px 4%;
  display: none;
}

.remaTmp_cntNavBtn__inner {
  width: 30px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.remaTmp_cntNavBtn__inner span {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.remaTmp_cntNavBtn__b2 {
  margin: 6px 0;
}

.remaTmp_cntNavBtn.active .remaTmp_cntNavBtn__b1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 9px;
}

.remaTmp_cntNavBtn.active .remaTmp_cntNavBtn__b2 {
  opacity: 0;
}

.remaTmp_cntNavBtn.active .remaTmp_cntNavBtn__b3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -9px;
}

.remaTmp_articleLinks {
  margin-bottom: 90px;
}

.remaTmp_articleLinks__listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.remaTmp_articleLinks__txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

.remaTmp_articleLinks__list {
  margin-bottom: 16px;
  width: 100%;
}

.remaTmp_articleLinks__list a {
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  color: #0CA7ED;
  display: block;
  padding-left: 14px;
}

.remaTmp_articleLinks__list a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid #0CA7ED;
  border-bottom: 2px solid #0CA7ED;
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.remaTmp_articleLinks__list a:hover::before {
  top: 11px;
}

.remaTmp_cntBox {
  background: #fff;
  padding: 45px 50px;
  border: 1px solid #fff;
  border-radius: 3px;
}

.remaTmp_cntBox--gray {
  background: #F9F9F9;
  border: 1px solid #F9F9F9;
}

.remaTmp_cntBox--bluebd {
  border: 1px solid #0CA7ED;
}

.remaTmp_flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

.remaTmp-table01 {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
}

.remaTmp-table01 th {
  padding: 15px 22px;
  background: #F4F5F6;
  font-weight: bold;
  font-size: 1.8rem;
  width: 240px;
  text-align: left;
  border-bottom: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
}

.remaTmp-table01 td {
  padding: 15px 22px;
  font-size: 1.6rem;
  border-right: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}

.remaTmp-table02 {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}

.remaTmp-table02 th {
  padding: 15px 22px;
  background: #F4F5F6;
  font-weight: bold;
  font-size: 1.8rem;
  width: calc(100%/3);
  text-align: left;
  border-right: 1px solid #C6C6C6;
}

.remaTmp-table02 td {
  padding: 15px 22px;
  font-size: 1.6rem;
  border-right: 1px solid #C6C6C6;
  border-top: 1px solid #C6C6C6;
}

.remaTmp-table03Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.remaTmp-table03 {
  border-collapse: separate;
  border-spacing: 0;
}

.remaTmp-table03 th {
  padding: 15px 22px;
  font-weight: bold;
  font-size: 1.8rem;
  width: 100%;
  text-align: left;
  color: #fff;
}

.remaTmp-table03 td {
  padding: 15px 22px;
  font-size: 1.6rem;
}

.remaTmp-table03--minus {
  border: 1px solid #AFAFAF;
}

.remaTmp-table03--minus th {
  background: #AFAFAF;
}

.remaTmp-table03--plus {
  border: 1px solid #0CA7ED;
  position: relative;
}

.remaTmp-table03--plus::before {
  content: '';
  display: inline-block;
  background-image: url("/financial/asset/img/template_2023/ico_arr_table.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 120px;
  position: absolute;
  left: calc( -50px - (( 20.7% - 50px ) / 2));
  top: 0;
  margin: auto;
}

.remaTmp-table03--plus th {
  background: -webkit-gradient(linear, left top, right top, from(#06D3ED), to(#0CA7ED));
  background: linear-gradient(90deg, #06D3ED 0%, #0CA7ED 100%);
}

.remaTmp-ullist {
  list-style: none;
}

.remaTmp-ullist li {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 16px;
  line-height: 2;
  position: relative;
  padding-left: 1.4rem;
}

.remaTmp-ullist li::before {
  content: '';
  min-width: 7px;
  width: 7px;
  height: 7px;
  background: #C6C6C6;
  display: inline-block;
  border-radius: 3px;
  margin-right: 8px;
  position: absolute;
  top: 1.4rem;
  left: 0;
}

.remaTmp-ullist li:last-child {
  margin-bottom: 0;
}

.remaTmp-ullist__tit {
  position: relative;
  padding-right: 1.8rem;
}

.remaTmp-ullist__tit::after {
  content: '：';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.remaTmp-ollist {
  list-style: none;
}

.remaTmp-ollist li {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  line-height: 2;
  counter-increment: ollist 1;
}

.remaTmp-ollist li::before {
  content: counter(ollist) ".";
  display: inline-block;
  margin-right: 8px;
}

.remaTmp_cnv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
  background: #fff;
}

.remaTmp_cnv--bggray {
  background: #F3FBFF;
}

.remaTmp_cnv_txtBox {
  width: 49.6%;
  margin-right: 50px;
}

.remaTmp_cnv_img {
  width: 35%;
  margin-left: 50px;
}

.remaTmp_bnr__box {
  background: #fff;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
}

.remaTmp_bnr__box {
  padding: 44px 35px 20px;
}

.remaTmp_bnr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.remaTmp_bnr__list li {
  width: 196px;
  margin: 0 15px 30px;
}

.remaTmp_bnr .remaTmp_boldTxt {
  margin-bottom: 26px;
}

.remaTmp_faq dl {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.remaTmp_faq dl dt {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 2;
  padding: 38px;
  padding-right: 50px;
  padding-left: 0;
  cursor: pointer;
  position: relative;
}

.remaTmp_faq dl dt::after {
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.remaTmp_faq dl dt.active::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.remaTmp_faq dl dt .remaTmp_faq_icon {
  position: relative;
  padding-left: 50px;
}

.remaTmp_faq dl dt .remaTmp_faq_icon::before {
  content: 'Q';
  height: 26px;
  font-size: 2.6rem;
  letter-spacing: 0em;
  color: #BFBFBF;
  display: inline-block;
  position: absolute;
  top: -11px;
  bottom: 0;
  left: 11px;
}

.remaTmp_faq dl dd {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-bottom: 38px;
  padding-right: 50px;
  display: none;
}

.remaTmp_faq dl dd .remaTmp_faq_icon {
  padding-left: 50px;
  position: relative;
}

.remaTmp_faq dl dd .remaTmp_faq_icon::before {
  content: 'A';
  height: 26px;
  font-size: 2.6rem;
  letter-spacing: 0em;
  color: #BFBFBF;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 11px;
}

.remaTmp_faq dl dd p + * {
  margin-top: 30px;
}

.remaTmp_faq dl + dl {
  border-top: 0px solid #000;
}

.remaTmp_faq_img {
  margin-right: auto;
  margin-left: auto;
}

.remaTmp_cntlinkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.remaTmp_cntlinkBox + p {
  text-align: right;
  margin-top: 45px;
}

.remaTmp_cntlinkBox__list {
  width: 18%;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
}

.remaTmp_cntlinkBox__link {
  background: #fff;
  display: block;
  border-radius: 3px;
}

.remaTmp_cntlinkBox__tit {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 15px 0 30px;
  padding: 0 7.2%;
}

.remaTmp_cntlinkBox__img {
  overflow: hidden;
}

.remaTmp_cntlinkBox .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.remaTmp_cntlinkBox .slick-slide {
  padding-bottom: 0;
  height: 100%;
}

.remaTmp_cntlinkBox .slick-slide > div {
  margin: 0 2.6%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  overflow-x: hidden;
  letter-spacing: 0.05em;
}

/*Safariだけに適用される新型CSSハック*/
_::-webkit-full-page-media, _:future, :root body.active {
  overflow: hidden !important;
  height: 100% !important;
}

/*Safariだけに適用される新型CSSハック*/
_::-webkit-full-page-media, _:future, :root html.active {
  overflow: hidden !important;
  height: 100% !important;
}

.re_none {
  display: none !important;
}

.re_hover0-8:hover {
  opacity: 0.8;
}

.re_hover0-7:hover {
  opacity: 0.8;
}

.re_hover0-6 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.re_hover0-6:hover {
  cursor: pointer;
  opacity: 0.6;
}

/****追加*****/
.dsp-inline{
  display:inline-block!important;
}
.txt-color-up{
  color:#ff6600;
}
.txt-color-down{
  color:#356a9a;
}
.column-category dd ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width:100%;
}
.column-category dd ul li{
  width:50%;
}
.column-category dd ul li .remaTmp_linkTxt{
  font-size:14px;
}

/*-- fv改修　--*/
.ex-mainvisual{
  background: url(../images/case_bg.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  color:#fff;
}

.ex-mainvisual-img{
  width:370px;
  margin-right:50px;

}
.ex-mainvisual-img dt{
  width:370px;
}
.ex-mainvisual-img dd{
  margin-top:20px;
  font-size:16px;
  font-weight:bold;
  color: #333333;
}
.ex-mainvisual-txt{
  width:100%;
}
.ex-mainvisual-txt h1{
  font-size:26px;
}
.ex-mainvisual-txt div{
  margin-top:30px;
  background:rgba(0,0,0,0.35);
  padding:25px;
  font-size:16px;
}
.ex-mainvisual-txt div dl{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ex-mainvisual-txt div dl dt{
  width: 115px;
  font-size:14px;
  text-align:center;
  color:#0CA7ED;
  font-weight: bold;
}
.ex-mainvisual-txt div dl dt span{
  background:#fff;
  display:block;
  padding:3px 6px;
}
.ex-mainvisual-txt div dl dd{
  margin-left:20px;
  flex: 1;
  text-shadow:1px 1px #0f1c6c;
  line-height:28px;
}
.ex-mainvisual-txt div dl:last-child{
  margin-bottom:0;
}

.ex-download-case-studies{
  padding:30px 0;
  background: linear-gradient(to bottom, #fbfbfb, #f9f6f6);
  border-bottom:1px solid #ddd;
  display:flex;
  justify-content:center;
}
.ex-download-case-studies-img{
  width:240px;
  padding-right:40px;
  border-right:1px solid #ddd;
}
.ex-download-case-studies-btn{
  padding-left:40px;
}
.ex-download-case-studies-btn dt{
  font-size:14px;
  line-height:24px;
  font-weight:bold;
  text-align:center;
  margin-bottom:20px;
}
.ex-download-case-studies-btn dd a{
  display: block;
  font-size:14px;
  width: 360px;
  padding: 15px 0 15px 25px;
  text-align:center;
  font-weight: bold;
  color: #fff;
  line-height: 1.07;
  background: linear-gradient(90deg, #faa231, #e96808);
  border-radius: 100px;
  position: relative;
  transition: all .3s linear;
  margin:0 auto;
}
.ex-download-case-studies-btn dd a:before{
  content: '';
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/common/assets/img/top/icon_download.png) no-repeat;
  background-size: contain;
  left: 65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ex-download-case-studies-insert{
  background:#ECF6FF;
  color: #333333;
  margin-bottom:50px;
  border:none;
}

.ss-cloud-table th{
  background:#00ace9;
  color:#fff;
}
.ss-cloud-table td{
  background:#fff;
}
.ss-cloud-area .mw1366{
  padding:0 6%;
}


@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media screen and (min-width: 1201px) {
  .header {
    height: 120px;
  }
  .header.active {
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header.active .header__inner {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 74px;
  }
  .header.active .header__inner:first-child {
    width: auto;
    padding-right: 0;
  }
  .header.active .megaMenu {
    top: 74px;
  }
  .header__inner {
    height: 60px;
  }
  .header__inner:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__cvbtn--sp {
    display: none;
  }
  .header__cvbtn__tel::before {
    content: 'Tel:';
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    left: -35px;
    top: 0;
  }
  .rema_nav__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 10px 20px;
  }
  .rema_nav__item > a::after {
    content: '';
    display: block;
    padding-left: 0%;
    height: 3px;
    background: #0CA7ED;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .rema_nav__item + .rema_nav__item {
    margin-left: 40px;
  }
  .megaMenu {
    top: 120px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .megaMenu__item {
    display: none;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 83px;
  }
  .megaMenu__tit2 a {
    color: #0CA7ED;
    padding-left: 3.3rem;
  }
  .megaMenu__tit2 a::before {
    content: '';
    position: absolute;
    width: 9.8px;
    height: 9.8px;
    border-top: 3px solid #0CA7ED;
    border-right: 3px solid #0CA7ED;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    left: 7px;
  }
  .megaMenu__icon-wrap {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .megaMenu__icon {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #333;
    margin-right: 7px;
  }
  .megaMenu__icon::before, .megaMenu__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 13px;
    background: #fff;
  }
  .megaMenu__icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .megaMenu__icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .megaMenu__cnt {
    display: block !important;
  }
  .megaMenu__cv {
    display: none;
  }
  .rema {
    padding-top: 120px;
  }
  .headerBtn {
    display: none;
  }
  .fixcvbtn__cvbtn {
    padding-top: 20px;
  }
  .pc-none{
    display:none;
  }
  .bg-worries{
    background:url(/financial/asset/img/common/bg_worries.jpg) center bottom no-repeat;
    padding:60px 0 240px 0;
    background-size:auto;
  }
  .arrow-bottom-large{
    background:url(/financial/asset/img/common/arrow_large.jpg) 0 130px no-repeat;
    padding:0 0 100px 0;
    font-size:30px;
    text-align:center;
    font-weight:bold;
  }
  .arrow-bottom-large p{
    padding:0 0 0 0;
  }
}

@media screen and (max-width: 1200px) {
  .header {
    padding: 0 4%;
  }
  .header__inner {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__inner:first-child {
    height: 57px;
  }
  .header__tit {
    width: 81.1%;
    height: 57px;
  }
  .header__tit img {
    max-width: 125px;
    width: 44.6%;
  }
  .header__tit .-txt01 {
    font-size: 1.3rem;
  }
  .header__tit .-txt02 {
    width: 37%;
    top: 2px;
    font-size: 1.2rem;
  }
  .header__cvbtn.pcOnly .header__cvbtn__tel {
    display: none;
  }
  .header__cvbtn__tel {
    text-align: left;
    width: 100%;
  }
  .header__cvbtn__tel .-txt01 {
    position: relative;
    font-size: 2.1rem;
    margin-bottom: 0.3rem;
    display: inline-block;
  }
  .header__cvbtn__tel .-txt01::before {
    content: 'Tel:';
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    left: -22%;
    bottom: 0.1rem;
    font-size: 1.4rem;
  }
  .header__cvbtn__tel .-txt02 {
    font-size: 1.2rem;
  }
  .header__cvbtn__tel .-box01 {
    text-align: center;
    padding: 20px 0;
  }
  .header__cvbtn__cmp {
    display: none;
  }
  .header__cvbtn__dlbtn {
    display: none;
  }
  .header__cvbtn__btn {
    display: none;
  }
  .header__cvbtn__btn a {
    padding: 20px 0;
  }
  .header__nvMenu {
    width: 100%;
    position: fixed;
    top: 57px;
    left: 0;
    z-index: 20;
    pointer-events: none;
    height: 0;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
  }
  .header__nvMenu.active {
    pointer-events: all;
    height: calc(100vh - 119px);
  }
  .footer {
    margin-bottom: 62px;
  }
  .rema_nav {
    position: fixed;
    top: 5.83333em;
    left: 0;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    background: #fff;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: .3s linear forwards;
    animation: .3s linear forwards;
  }
  .rema_nav[aria-hidden='true'] {
    -webkit-animation-name: nav-collapsing;
    animation-name: nav-collapsing;
  }
  .rema_nav[aria-hidden='true']:not([aria-busy='true']) {
    z-index: -1;
    visibility: hidden;
  }
  .rema_nav[aria-hidden='false'] {
    -webkit-animation-name: nav-expanding;
    animation-name: nav-expanding;
  }
  .rema_nav__ul01 {
    display: block;
    text-align: center;
  }
  .rema_nav__item {
    display: none;
    padding: 1.25em 0.75em;
    background: #fff;
  }
  .rema_nav__item::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    display: inline-block;
    width: 105%;
    height: 1px;
    background: #9fa0a0;
    z-index: 999;
  }
  .rema_nav__item > a {
    display: block;
    width: 100%;
    padding: 18px 0;
    font-weight: 500;
    display: block;
    font-size: 1.33333rem;
    text-align: left;
    color: #0068b7;
    background: #fff;
  }
  .rema_nav__item > a:hover {
    opacity: 1;
  }
  .megaMenu {
    top: -5px;
    overflow: auto;
    height: calc( 100vh - 114px);
  }
  .megaMenu__item {
    padding: 0 15px;
  }
  .megaMenu__head {
    padding: 15px 0 15px;
  }
  .megaMenu__head__inner {
    padding: 0;
  }
  .megaMenu__tit2 a {
    font-size: 1.9rem;
  }
  .megaMenu__icon-wrap {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 30px;
    height: 30px;
    font-size: 0;
    pointer-events: none;
  }
  .megaMenu__icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .megaMenu__icon::before, .megaMenu__icon::after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #333;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .megaMenu__icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .megaMenu__icon.open::before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .megaMenu__cnt {
    display: none;
    padding: 0;
  }
  .megaMenu__cnt__link {
    display: none;
  }
  .megaMenu__cnt__link a {
    padding-left: 15px;
  }
  .megaMenu__cnt__link a:before {
    left: -3px;
  }
  .megaMenu__cat {
    margin-left: 0px;
  }
  .megaMenu__cat li a {
    padding: 1em 0em 0.7em;
  }
  .megaMenu__txtitem li a {
    padding-left: 1em;
  }
  .megaMenu__txtitem li a:before {
    left: -5px;
  }
  .megaMenu__imgitem li {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .megaMenu__imgitem li {
    width: calc(50% - 15px);
    max-width: 170px;
  }
  .megaMenu__imgitem li .inner {
    display: block;
  }
  .megaMenu__imgitem li .inner figure {
    width: 100%;
  }
  .megaMenu__imgitem li .inner p {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
    font-size: 1.4rem;
  }
  .megaMenu__imgitem li .inner p span {
    display: inline;
    padding-right: 0;
  }
  .megaMenu__imgitem li .inner p span:before {
    content: none;
  }
  .rema {
    padding-top: 57px;
  }
  .fixcvbtn {
    height: 62px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-animation-duration: 0.6s !important;
    animation-duration: 0.6s !important;
    z-index: 99;
  }
  .fixcvbtn__cvbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    height: 100%;
  }
  .fixcvbtn__cvbtn > li {
    height: 100%;
  }
  .fixcvbtn__cvbtn__dlbtn {
    text-align: center;
    width: 50%;
    border-radius: 0px;
    margin-left: 0;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .fixcvbtn__cvbtn__dlbtn a {
    padding: 20px 0;
  }
  .fixcvbtn__cvbtn__btn {
    text-align: center;
    width: 50%;
    border-radius: 0px;
    margin-left: 0;
    font-size: 1.4rem;
  }
  .fixcvbtn__cvbtn__btn::before {
    border-radius: 0;
  }
  .fixcvbtn__cvbtn__btn a {
    padding: 20px 0;
  }
  .rema_fixSideCnt__inner {
    top: 30px;
  }
  .fixcntLink__list a {
    font-size: 1.3rem;
  }
  .remaTmp_cntNav__listWrap {
    display: block;
    height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .remaTmp_cntNav__list a {
    font-size: 1.5rem;
    padding: 0;
  }
  .remaTmp_cntNavBtn {
    display: block;
    padding: 4%;
  }
  .pc_largeOnly {
    display: none;
  }
  .column-category dd ul li{
    width:100%;
  }
 .ex-mainvisual{
    display:block;
  }
  .ex-mainvisual-img dd{
    margin:0 0 20px 0;
    font-size:2.4rem;
  }
  .ex-mainvisual-txt h1{
    font-size:3.8rem;
    text-shadow:none;
  }
  .ex-mainvisual-img img,
  .ex-mainvisual-txt div,
  .ex-mainvisual-txt h1 br,
  .ex-download-case-studies-img{
    display:none;
  }
  .ex-download-case-studies-btn{
    padding-left:0;
  }
  .ex-download-case-studies-btn dd a{
    width:260px;
  }
  .ex-download-case-studies-btn dd a:before{
    left:28px;
  }
  .bg-worries{
    background:url(/financial/asset/img/common/bg_worries.jpg) center bottom no-repeat;
    padding:60px 0 240px 0;
    background-size:auto;
  }
  .problem-wrapper .remaTmp_flexItem{
    width:45%;
    color:#fff;
    background-image: linear-gradient(#1a6b92, #178cc5);
    padding:15px 20px;
    align-items: stretch;
  }
  .problem-wrapper br{
    display:none;
  }
  .arrow-bottom-large{
    background:url(/financial/asset/img/common/arrow_large.jpg) 0 130px no-repeat;
    background-size:contain;
    padding:0 0 100px 0;
    font-size:3rem;
    text-align:center;
    font-weight:bold;
  }
  .arrow-bottom-large p{
    padding:0 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .header__cvbtn__tel .-txt01 {
    font-size: 5.6vw;
  }
  .header__cvbtn__tel .-txt01::before {
    font-size: 3.73vw;
  }
  .header__cvbtn__tel .-txt02 {
    font-size: 3.2vw;
  }
  .header__cvbtn__dlbtn a {
    padding: 20px 0;
  }
  .mw1366 {
    padding: 0 4%;
  }
  .mw1100 {
    padding: 0 6%;
  }
  .noslider {
    padding: 0 4%;
  }
  .noslider li {
    width: 100%;
  }
  .megaMenu__tit2 a {
    font-size: 5vw;
  }
  .megaMenu__txtitem li {
    width: 50%;
    font-size: 4.26vw;
  }
  .rema_cntInner {
    padding-top: 8%;
  }
  .rema_h2tit {
    font-size: 6.1vw;
    margin-bottom: 5.79%;
    text-align: center;
    letter-spacing: 0em;
  }
  .rema_h3tit {
    font-size: 4.8vw;
    margin-bottom: 25px;
  }
  .rema_h4tit {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
  .rema_txt01 {
    font-size: 1.4rem;
    line-height: 1.78;
  }
  .rema_txt03 {
    font-size: 3.733vw;
  }
  .rema_btn01 {
    margin: 0;
    width: 100%;
  }
  .rema_btn01 a {
    max-width: 360px;
    width: 91.3%;
    margin: 0 auto;
  }
  .rema_flexCnt01__item {
    width: 100%;
    padding: 7.2% 0;
  }
  .rema_flexCnt01__item:last-child {
    border-bottom: none;
  }
  .rema_flexCnt01__item:last-child {
    padding-bottom: 0;
  }
  .rema_flexCnt02__item {
    width: 100%;
    padding: 7.2% 0;
    border-top: 1px solid #DDDDDD;
  }
  .rema_flexCnt02__item:first-child {
    padding-top: 0;
    border-top: 0px solid #DDDDDD;
  }
  .rema_flexCnt02__item:last-child {
    padding-bottom: 0;
  }
  .rema_flexCnt02__item + .rema_flexCnt02__item {
    border-left: 0px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
  }
  .rema_cntBox01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0 4%;
    margin: 0 auto 30px;
    background-position: center top;
  }
  .rema_cntBox01__inner {
    padding: 0;
  }
  .rema_cntBox01__txtBox {
    width: 100%;
    margin: 0;
    padding-bottom: 14.5%;
  }
  .rema_cntBox01__txt01 {
    font-size: 4.266vw;
    line-height: 1.75;
  }
  .rema_cntBox01__h2tit {
    margin-bottom: 14.5%;
  }
  .rema_cntBox01__h3tit {
    font-size: 5.3vw;
    margin-bottom: 5.8%;
    line-height: 1.6;
    text-align: center;
  }
  .rema_cntBox01__img {
    width: 70.1%;
    margin: 0 auto 30px;
    max-width: 242px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .rema_cntBox01__img img {
    top: 15px;
  }
  .rema_cntBox01__btn {
    margin-top: 14.5%;
    margin-bottom: 0;
  }
  .rema_cntBox02 {
    padding: 0 4%;
    padding-bottom: calc( 8% + 25px);
  }
  .rema_cntBox02:last-child {
    padding-bottom: calc( 13.33% + 25px);
  }
  .rema_cntBox02__inner {
    width: 100%;
    padding: 39.27% 4.3% 6.52%;
  }
  .rema_cntBox02__img {
    width: 37.17%;
    height: auto;
    top: -25px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .rema_cntBox02__h3tit {
    font-size: 4.8vw;
    line-height: 1.61;
    margin-bottom: 20px;
  }
  .rema_cntBox02__h3tit span {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 7px;
  }
  .rema_cntBox02__txt03 {
    margin-bottom: 40px;
  }
  .rema_cntBox02__link {
    text-align: center;
  }
  .rema_cntBox03__h3tit {
    margin-bottom: 25px;
    text-align: center;
  }
  .rema_cntBox04 {
    margin-bottom: 20%;
  }
  .rema_cntBox05__slider__list {
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    height: 100%;
  }
  .rema_cntBox07__h3tit {
    font-size: 4vw;
  }
  .rema_cntBox07__btn {
    margin-top: 45px;
  }
  .rema_cntBox07__btn > a {
    font-size: 4.266vw;
  }
  .rema_cntBox07__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rema_cntBox07__list > li {
    width: 100%;
    padding: 8.69% 5.79%;
  }
  .rema_cntBox07__list > li + li {
    margin-top: 8.69%;
  }
  .rema_cntBox08__flexCnt {
    margin-bottom: 11.59%;
  }
  .rema_cntBox08__txtBox {
    margin-bottom: 11.59%;
  }
  .rema_cntBox08__txtBox + .rema_cntBox08__txtBox {
    margin-top: 0;
  }
  .rema_cntBox09__btn + .rema_cntBox09__btn {
    margin-top: 8.69%;
  }
  .rema_cntBox09__btn > a {
    width: 88.4%;
    font-size: 4.266vw;
  }
  .remaTop .rema_kv {
    height: 450px;
    padding-top: 6.66%;
  }
  .remaTop .rema_kv__tit {
    font-size: 6.9vw;
    line-height: 1.9;
  }
  .remaTop .rema_kv__tit span {
    letter-spacing: -0.02rem;
    padding: 0rem 0.5rem 0.2rem 0.5rem;
  }
  .remaTop .rema_kv__txt {
    font-size: 3.73vw;
    letter-spacing: 0;
    margin-bottom: 3px;
  }
  .remaLower .rema_kv {
    min-height: 175px;
    height: auto;
  }
  .remaLower .rema_kv__txtBox {
    /*-- width: 62.9%;--*/
  }
  .remaLower .rema_kv__tit {
    font-size: 5vw;
  }
  .remaLower .rema_kv__tit span {
    padding: 0rem 0.5rem 0.2rem;
  }
  .rema_cntlinkBox__list {
    width: 69.3%;
  }
  .rema_cntlinkBox__list:nth-child(2n) {
    margin-left: 4.34%;
  }
  .rema_cntlinkBox__tit {
    font-size: 1.4rem;
    padding: 0 9.1%;
  }
  .rema_cntlinkBox__txt {
    font-size: 1.2rem;
    padding: 0 9.1%;
  }
  .rema_kv {
    display: block;
    padding-top: 7.466%;
  }
  .rema_kv.top_re2023 {
    background: url(/financial/asset/img/top_re2023/main_sp.jpg) center/cover no-repeat;
  }
  .rema_kv.template_2023 {
    background: url(/financial/asset/img/template_2023/main_sp.jpg) 80%/cover no-repeat;
  }
  .rema_kv.mokuhyo {
    background: url(/financial/asset/img/mokuhyo/main_sp.jpg) center/cover no-repeat;
  }
  .rema_kv.jinji {
    background: url(/financial/asset/img/jinji/main_sp.jpg) center/cover no-repeat;
  }
  .rema_kv.shugyo {
    background: url(/financial/asset/img/shugyo/main_sp.jpg) center/cover no-repeat;
  }
  .rema_kv.workflow {
    background: url(/financial/asset/img/workflow/main_sp.jpg) center/cover no-repeat;
  }
  .rema_kv.s-column {
    background: url(/financial/asset/img/s-column/main_sp.jpg) center/cover no-repeat;
  }
  .rema_kv.ex {
    background: url(/financial/asset/img/template_2023/main.jpg) 65% / cover no-repeat;
  }
  .rema_kv.case {
    background: url(/financial/asset/img/case/main_sp.jpg) center/cover no-repeat;
  }
  .rema_kv__txtBox {
    width: 100%;
    padding: 0 4%;
  }
  .rema_kv__tit span {
    padding: 0.3rem 0.6rem 0.5rem 0.5rem;
    letter-spacing: -0.15rem;
  }
  .rema_kv__txt {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 15px;
    font-size: 3.73vw;
    letter-spacing: 0;
  }
  .rema_kv__btn {
    display:none;
  }

  .rema_sec01 .rema_cntBox01 {
    background-position: center top;
    background-size: 87.73%;
    padding-top: 80.13%;
  }
  .rema_sec01 .rema_h2tit {
    text-align: center;
  }
  .rema_sec02 {
    margin: 37px auto 0;
  }
  .rema_sec02 .rema_cntBox01__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rema_sec02 .rema_cntBox01__img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    max-width: none;
  }
  .rema_sec02__txt01 {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .rema_sec02__txt02 {
    font-size: 1.2rem;
  }
  .rema_sec02__img {
    width: 63.4%;
    margin: 0 auto 12px;
  }
  .rema_sec03 .rema_cntBox01 {
    margin: 0 auto 2.89%;
  }
  .rema_sec03 .rema_cntBox01__img {
    width: 69.85%;
    margin: 0 auto 7.24%;
  }
  .rema_sec03 .rema_cntBox01__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rema_sec03 .rema_cntBox03 {
    margin-bottom: 10.66%;
  }
  .rema_dl {
    background: url(/financial/asset/img/top_re2023/bg_dl_sp.png) no-repeat;
    background-size: cover;
    padding-top: 10.66%;
    padding-bottom: 2.66%;
  }
  .rema_dl .rema_cntBox05 {
    margin-bottom: 10.66%;
  }
  .rema_dl .rema_cntBox06 {
    margin-bottom: 10.66%;
  }
  .rema_contact {
    display: none;
  }
  /*
  .rema_contact {
    background: url(/financial/asset/img/top_re2023/bg_contact_sp.png) no-repeat;
    background-size: cover;
    padding-top: 13.33%;
    padding-bottom: 13.33%;
  }
  .rema_contact .rema_cntBox09 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  */
  .rema_sub01 {
    padding-top: 11.59%;
    margin-bottom: 37.33%;
  }
  .rema__caseStudyLists .rema__caseStudyItem {
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
  }
  .rema_slider__list {
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    height: 100%;
  }
  .rema_trade__txt {
    font-size: 1.6vw;
  }
  .rema_copy__txt {
    font-size: 2.66vw;
  }
  .remaTmpsp-textCenter {
    text-align: center;
  }
  .remaTmpsp-textLeft {
    text-align: left;
  }
  .remaTmpsp-textRight {
    text-align: right;
  }
  .slick-arrow {
    width: 35px;
    height: 100px;
  }
  .slick-arrow::before {
    width: 14.14px;
    height: 14.14px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .slick-list {
    padding: 0 9.73% !important;
  }
  .slick-slide > div {
    margin: 0 7%;
  }
  .fixcvbtn__cvbtn__btn {
    font-size: 3.733vw;
  }
  .rema_fixSideCnt__inner {
    width: 255px;
    right: -225px;
  }
  .rema_fixSideCnt__inner.on {
    right: 0;
  }
  .fixcntLink {
    width: 225px;
  }
  .fixcntLink__list a span::before {
    top: 0.7rem;
  }
  .sp-none{
    display:none;
  }
  .remaTmp-bgwhite,
  .remaTmp-bg-gray,
  .remaTmp-bg-yellow {
    padding: 50px 0;
  }
  .remaTmp-text-spCenter {
    text-align: center;
  }
  .remaTmp-text-spLeft {
    text-align: left;
  }
  .remaTmp-text-spRight {
    text-align: right;
  }
  .remaTmp_flexTxtBox{
    width:100%;
  }
  .remaTmp-w100 {
    width: 100% !important;
  }
  .remaTmp-bgwhite {
    padding: 43px 0;
  }
  .remaTmp-bggray {
    padding: 43px 0;
  }
  .remaTmp-bgblue {
    padding: 43px 0;
  }
  .remaTmp-mtsp0 {
    margin-top: 0px!important;
  }
  .remaTmp-mtsp5 {
    margin-top: 5px;
  }
  .remaTmp-mtsp10 {
    margin-top: 10px;
  }
  .remaTmp-mtsp15 {
    margin-top: 15px;
  }
  .remaTmp-mtsp20 {
    margin-top: 20px;
  }
  .remaTmp-mtsp25 {
    margin-top: 25px;
  }
  .remaTmp-mtsp30 {
    margin-top: 30px;
  }
  .remaTmp-mtsp35 {
    margin-top: 35px;
  }
  .remaTmp-mtsp40 {
    margin-top: 40px;
  }
  .remaTmp-mtsp45 {
    margin-top: 45px;
  }
  .remaTmp-mtsp50 {
    margin-top: 50px;
  }
  .remaTmp-mtsp55 {
    margin-top: 55px;
  }
  .remaTmp-mtsp60 {
    margin-top: 60px;
  }
  .remaTmp-mtsp65 {
    margin-top: 65px;
  }
  .remaTmp-mtsp70 {
    margin-top: 70px;
  }
  .remaTmp-mtsp75 {
    margin-top: 75px;
  }
  .remaTmp-mtsp80 {
    margin-top: 80px;
  }
  .remaTmp-mtsp85 {
    margin-top: 85px;
  }
  .remaTmp-mtsp90 {
    margin-top: 90px;
  }
  .remaTmp-mtsp95 {
    margin-top: 95px;
  }
  .remaTmp-mtsp100 {
    margin-top: 100px;
  }
  .remaTmp-mrsp5 {
    margin-right: 5px;
  }
  .remaTmp-mrsp10 {
    margin-right: 10px;
  }
  .remaTmp-mrsp15 {
    margin-right: 15px;
  }
  .remaTmp-mrsp20 {
    margin-right: 20px;
  }
  .remaTmp-mrsp25 {
    margin-right: 25px;
  }
  .remaTmp-mrsp30 {
    margin-right: 30px;
  }
  .remaTmp-mrsp35 {
    margin-right: 35px;
  }
  .remaTmp-mrsp40 {
    margin-right: 40px;
  }
  .remaTmp-mrsp45 {
    margin-right: 45px;
  }
  .remaTmp-mrsp50 {
    margin-right: 50px;
  }
  .remaTmp-mrsp55 {
    margin-right: 55px;
  }
  .remaTmp-mrsp60 {
    margin-right: 60px;
  }
  .remaTmp-mrsp65 {
    margin-right: 65px;
  }
  .remaTmp-mrsp70 {
    margin-right: 70px;
  }
  .remaTmp-mrsp75 {
    margin-right: 75px;
  }
  .remaTmp-mrsp80 {
    margin-right: 80px;
  }
  .remaTmp-mrsp85 {
    margin-right: 85px;
  }
  .remaTmp-mrsp90 {
    margin-right: 90px;
  }
  .remaTmp-mrsp95 {
    margin-right: 95px;
  }
  .remaTmp-mrsp100 {
    margin-right: 100px;
  }
  .remaTmp-mlsp5 {
    margin-left: 5px;
  }
  .remaTmp-mlsp10 {
    margin-left: 10px;
  }
  .remaTmp-mlsp15 {
    margin-left: 15px;
  }
  .remaTmp-mlsp20 {
    margin-left: 20px;
  }
  .remaTmp-mlsp25 {
    margin-left: 25px;
  }
  .remaTmp-mlsp30 {
    margin-left: 30px;
  }
  .remaTmp-mlsp35 {
    margin-left: 35px;
  }
  .remaTmp-mlsp40 {
    margin-left: 40px;
  }
  .remaTmp-mlsp45 {
    margin-left: 45px;
  }
  .remaTmp-mlsp50 {
    margin-left: 50px;
  }
  .remaTmp-mlsp55 {
    margin-left: 55px;
  }
  .remaTmp-mlsp60 {
    margin-left: 60px;
  }
  .remaTmp-mlsp65 {
    margin-left: 65px;
  }
  .remaTmp-mlsp70 {
    margin-left: 70px;
  }
  .remaTmp-mlsp75 {
    margin-left: 75px;
  }
  .remaTmp-mlsp80 {
    margin-left: 80px;
  }
  .remaTmp-mlsp85 {
    margin-left: 85px;
  }
  .remaTmp-mlsp90 {
    margin-left: 90px;
  }
  .remaTmp-mlsp95 {
    margin-left: 95px;
  }
  .remaTmp-mlsp100 {
    margin-left: 100px;
  }
  .remaTmp-mbsp5 {
    margin-bottom: 5px;
  }
  .remaTmp-mbsp10 {
    margin-bottom: 10px;
  }
  .remaTmp-mbsp15 {
    margin-bottom: 15px;
  }
  .remaTmp-mbsp20 {
    margin-bottom: 20px;
  }
  .remaTmp-mbsp25 {
    margin-bottom: 25px;
  }
  .remaTmp-mbsp30 {
    margin-bottom: 30px;
  }
  .remaTmp-mbsp35 {
    margin-bottom: 35px;
  }
  .remaTmp-mbsp40 {
    margin-bottom: 40px;
  }
  .remaTmp-mbsp45 {
    margin-bottom: 45px;
  }
  .remaTmp-mbsp50 {
    margin-bottom: 50px;
  }
  .remaTmp-mbsp55 {
    margin-bottom: 55px;
  }
  .remaTmp-mbsp60 {
    margin-bottom: 60px;
  }
  .remaTmp-mbsp65 {
    margin-bottom: 65px;
  }
  .remaTmp-mbsp70 {
    margin-bottom: 70px;
  }
  .remaTmp-mbsp75 {
    margin-bottom: 75px;
  }
  .remaTmp-mbsp80 {
    margin-bottom: 80px;
  }
  .remaTmp-mbsp85 {
    margin-bottom: 85px;
  }
  .remaTmp-mbsp90 {
    margin-bottom: 90px;
  }
  .remaTmp-mbsp95 {
    margin-bottom: 95px;
  }
  .remaTmp-mbsp100 {
    margin-bottom: 100px;
  }
  .remaTmp-ptsp5 {
    padding-top: 5px;
  }
  .remaTmp-ptsp10 {
    padding-top: 10px;
  }
  .remaTmp-ptsp15 {
    padding-top: 15px;
  }
  .remaTmp-ptsp20 {
    padding-top: 20px;
  }
  .remaTmp-ptsp25 {
    padding-top: 25px;
  }
  .remaTmp-ptsp30 {
    padding-top: 30px;
  }
  .remaTmp-ptsp35 {
    padding-top: 35px;
  }
  .remaTmp-ptsp40 {
    padding-top: 40px;
  }
  .remaTmp-ptsp45 {
    padding-top: 45px;
  }
  .remaTmp-ptsp50 {
    padding-top: 50px;
  }
  .remaTmp-ptsp55 {
    padding-top: 55px;
  }
  .remaTmp-ptsp60 {
    padding-top: 60px;
  }
  .remaTmp-ptsp65 {
    padding-top: 65px;
  }
  .remaTmp-ptsp70 {
    padding-top: 70px;
  }
  .remaTmp-ptsp75 {
    padding-top: 75px;
  }
  .remaTmp-ptsp80 {
    padding-top: 80px;
  }
  .remaTmp-ptsp85 {
    padding-top: 85px;
  }
  .remaTmp-ptsp90 {
    padding-top: 90px;
  }
  .remaTmp-ptsp95 {
    padding-top: 95px;
  }
  .remaTmp-ptsp100 {
    padding-top: 100px;
  }
  .remaTmp-prsp5 {
    padding-right: 5px;
  }
  .remaTmp-prsp10 {
    padding-right: 10px;
  }
  .remaTmp-prsp15 {
    padding-right: 15px;
  }
  .remaTmp-prsp20 {
    padding-right: 20px;
  }
  .remaTmp-prsp25 {
    padding-right: 25px;
  }
  .remaTmp-prsp30 {
    padding-right: 30px;
  }
  .remaTmp-prsp35 {
    padding-right: 35px;
  }
  .remaTmp-prsp40 {
    padding-right: 40px;
  }
  .remaTmp-prsp45 {
    padding-right: 45px;
  }
  .remaTmp-prsp50 {
    padding-right: 50px;
  }
  .remaTmp-prsp55 {
    padding-right: 55px;
  }
  .remaTmp-prsp60 {
    padding-right: 60px;
  }
  .remaTmp-prsp65 {
    padding-right: 65px;
  }
  .remaTmp-prsp70 {
    padding-right: 70px;
  }
  .remaTmp-prsp75 {
    padding-right: 75px;
  }
  .remaTmp-prsp80 {
    padding-right: 80px;
  }
  .remaTmp-prsp85 {
    padding-right: 85px;
  }
  .remaTmp-prsp90 {
    padding-right: 90px;
  }
  .remaTmp-prsp95 {
    padding-right: 95px;
  }
  .remaTmp-prsp100 {
    padding-right: 100px;
  }
  .remaTmp-plsp5 {
    padding-left: 5px;
  }
  .remaTmp-plsp10 {
    padding-left: 10px;
  }
  .remaTmp-plsp15 {
    padding-left: 15px;
  }
  .remaTmp-plsp20 {
    padding-left: 20px;
  }
  .remaTmp-plsp25 {
    padding-left: 25px;
  }
  .remaTmp-plsp30 {
    padding-left: 30px;
  }
  .remaTmp-plsp35 {
    padding-left: 35px;
  }
  .remaTmp-plsp40 {
    padding-left: 40px;
  }
  .remaTmp-plsp45 {
    padding-left: 45px;
  }
  .remaTmp-plsp50 {
    padding-left: 50px;
  }
  .remaTmp-plsp55 {
    padding-left: 55px;
  }
  .remaTmp-plsp60 {
    padding-left: 60px;
  }
  .remaTmp-plsp65 {
    padding-left: 65px;
  }
  .remaTmp-plsp70 {
    padding-left: 70px;
  }
  .remaTmp-plsp75 {
    padding-left: 75px;
  }
  .remaTmp-plsp80 {
    padding-left: 80px;
  }
  .remaTmp-plsp85 {
    padding-left: 85px;
  }
  .remaTmp-plsp90 {
    padding-left: 90px;
  }
  .remaTmp-plsp95 {
    padding-left: 95px;
  }
  .remaTmp-plsp100 {
    padding-left: 100px;
  }
  .remaTmp-pbsp0 {
    padding-bottom: 0px;
  }
  .remaTmp-pbsp5 {
    padding-bottom: 5px;
  }
  .remaTmp-pbsp10 {
    padding-bottom: 10px;
  }
  .remaTmp-pbsp15 {
    padding-bottom: 15px;
  }
  .remaTmp-pbsp20 {
    padding-bottom: 20px;
  }
  .remaTmp-pbsp25 {
    padding-bottom: 25px;
  }
  .remaTmp-pbsp30 {
    padding-bottom: 30px;
  }
  .remaTmp-pbsp35 {
    padding-bottom: 35px;
  }
  .remaTmp-pbsp40 {
    padding-bottom: 40px;
  }
  .remaTmp-pbsp45 {
    padding-bottom: 45px;
  }
  .remaTmp-pbsp50 {
    padding-bottom: 50px;
  }
  .remaTmp-pbsp55 {
    padding-bottom: 55px;
  }
  .remaTmp-pbsp60 {
    padding-bottom: 60px;
  }
  .remaTmp-pbsp65 {
    padding-bottom: 65px;
  }
  .remaTmp-pbsp70 {
    padding-bottom: 70px;
  }
  .remaTmp-pbsp75 {
    padding-bottom: 75px;
  }
  .remaTmp-pbsp80 {
    padding-bottom: 80px;
  }
  .remaTmp-pbsp85 {
    padding-bottom: 85px;
  }
  .remaTmp-pbsp90 {
    padding-bottom: 90px;
  }
  .remaTmp-pbsp95 {
    padding-bottom: 95px;
  }
  .remaTmp-pbsp100 {
    padding-bottom: 100px;
  }
  .remaTmp-mb70 {
    margin: 0 auto 35px;
  }
  .remaTmp-mb100 {
    margin: 0 auto 50px;
  }
  .remaTmp-border {
    padding-top: 40px;
  }
  .remaTmp_h2Tit {
    font-size: 2.1rem;
    margin-bottom: 21px;
  }
  .remaTmp_h3Tit {
    font-size: 1.8rem;
    margin-bottom: 22px;
  }
  .remaTmp_h4Tit {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  .remaTmp_txt {
    font-size: 1.4rem;
  }
  .remaTmp_txt + .remaTmp_txt {
    margin-top: 20px;
  }
  .remaTmp_boldTxt {
    font-size: 1.5rem;
    margin-bottom: 22px;
  }
  .remaTmp_btn {
    margin: 32px 0 25px;
  }
  .remaTmp_btn a {
    width: 100%;
    margin: 0 auto;
  }
  .remaTmp_thumImg {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 7px;
  }
  .remaTmp_thumImg img {
    width: auto;
  }
  .remaTmp_cap {
    font-size: 1.2rem;
  }
  .remaTmp_bread li {
    font-size: 2.66vw;
  }
  .remaTmp_cntNav__list {
    padding: 5.33% 4%;
  }
  .remaTmp_cntNav__list + .remaTmp_cntNav__list::before {
    width: 92%;
    height: 1px;
    left: 4%;
    bottom: unset;
  }
  .remaTmp_articleLinks {
    margin-bottom: 45px;
  }
  .remaTmp_articleLinks__list a {
    font-size: 3.733vw;
  }
  .remaTmp_cntBox {
    padding: 23px 4.3%;
  }
  .remaTmp_flexBox {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .remaTmp_flexBox--col2 .remaTmp_flexItem + .remaTmp_flexItem {
    margin-top: 30px;
  }
  .remaTmp_flexBox--col3 .remaTmp_flexItem + .remaTmp_flexItem {
    margin-top: 30px;
  }
  .remaTmp_flexBox--col4 .remaTmp_flexItem {
    width: 45.5%;
  }
  .remaTmp_flexBox--col4 .remaTmp_flexItem:nth-child(2n) {
    margin-left: 8.6%;
  }
  .remaTmp_flexBox--col4 .remaTmp_flexItem:nth-child(3), .remaTmp_flexBox--col4 .remaTmp_flexItem:nth-child(4) {
    margin-top: 20px;
  }
  .remaTmp_flexBox .remaTmp_boldTxt {
    margin-bottom: 7px;
  }
  .remaTmp-table01 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .remaTmp-table01 th {
    width: 100%;
    font-size: 1.5rem;
    padding: 12px 15px;
  }
  .remaTmp-table01 td {
    width: 100%;
    font-size: 1.4rem;
    padding: 12px 15px;
  }
  .remaTmp-table02Wrap {
    width: 100%;
    overflow-x: scroll;
  }
  .remaTmp-table02 {
    min-width: 720px;
  }
  .remaTmp-table02 th {
    width: 255px;
    font-size: 1.5rem;
    padding: 12px 15px;
  }
  .remaTmp-table02 td {
    width: 255px;
    font-size: 1.4rem;
    padding: 12px 15px;
  }
  .remaTmp-table03Wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    overflow-x: scroll;
  }
  .remaTmp-table03 th {
    width: 255px;
    font-size: 1.5rem;
    padding: 12px 15px;
  }
  .remaTmp-table03 td {
    width: 255px;
    font-size: 1.4rem;
    padding: 12px 15px;
  }
  .remaTmp-table03--plus {
    margin-top: 85px;
  }
  .remaTmp-table03--plus::before {
    top: -100px;
    right: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 auto;
  }
  .remaTmp-ullist li {
    font-size: 1.4rem;
    margin-bottom: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .remaTmp-ullist li::before {
    top: 1.2rem;
  }
  .remaTmp-ullist__tit {
    width: 120px;
  }
  .remaTmp-ollist li {
    font-size: 1.4rem;
    margin-bottom: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .remaTmp-ollist li::before {
    position: relative;
    top: 0px;
  }
  .remaTmp_bnr__box {
    padding: 25px 4.3% 30px;
  }
  .remaTmp_bnr__list li {
    width: 47.6%;
    margin: 0 0 4.7%;
  }
  .remaTmp_bnr__list li:nth-child(2n) {
    margin-left: 4.7%;
  }
  .remaTmp_bnr__list li:nth-last-child(-n+2) {
    margin-bottom: 0%;
  }
  .remaTmp_faq dl dt {
    padding: 30px;
    padding-left: 0;
    padding-right: 35px;
    padding-bottom: 35px;
    font-size: 1.4rem;
  }
  .remaTmp_faq dl dt::after {
    right: 10px;
  }
  .remaTmp_faq dl dt .remaTmp_faq_icon {
    padding-left: 35px;
  }
  .remaTmp_faq dl dt .remaTmp_faq_icon::before {
    left: 0;
  }
  .remaTmp_faq dl dd {
    font-size: 1.4rem;
    padding-right: 35px;
    padding-bottom: 30px;
  }
  .remaTmp_faq dl dd .remaTmp_faq_icon {
    padding-left: 35px;
  }
  .remaTmp_faq dl dd .remaTmp_faq_icon::before {
    left: 0;
  }
  .remaTmp_faq dl dd p + * {
    padding-left: 35px;
  }
  .remaTmp_cntlinkBox + p {
    margin-top: 20px;
    padding-right: 4%;
  }
  .remaTmp_cntlinkBox__list {
    width: 69.3%;
    height: 100%;
  }
  .remaTmp_cntlinkBox__list:nth-child(2n) {
    margin-left: 4.34%;
  }
  .remaTmp_cntlinkBox__tit {
    font-size: 1.4rem;
    padding: 0 9.1%;
  }
  .remaTmp_cta {
    padding: 0;
  }
  html.active {
    overflow: hidden;
  }
  body.active {
    overflow: hidden;
  }
  .ss-cloud-main.rema_kv{
    padding:50px 0;
  }
  .ss-cloud-main.rema_kv.template_2023 {
    background: url(/financial/asset/img/template_2023/main.jpg) -350px 0 no-repeat;
    background-size:cover;
  }
  .ss-cloud-main .rema_kv__intro{
    font-size:1.4rem;
    line-height:2.4rem;
  }
  .ss-cloud-main .rema_kv__tit{
    line-height:3.6rem;
  }
  .ss-cloud-main .rema_kv__subtit{
    font-size:4vw;
    line-height:2.4rem;
  }
  .ss-cloud-main .rema_kv__subtit span{
    font-size:4.6vw;
  }
  .pcOnly {
    display: none;
  }
  .remaTmp_thumImg--right {
    max-width:80%;
  }
  .column-category dd ul li{
    width:100%;
  }
  .bg-worries{
    background:url(/financial/asset/img/common/bg_worries.jpg) center bottom no-repeat;
    padding:10px 0 240px 0;
    background-size:auto;
  }
  .problem-wrapper{
    justify-content: center;
  }
  .problem-wrapper .remaTmp_flexItem{
    width:48%;
    color:#fff;
    background-image: linear-gradient(#1a6b92, #178cc5);
    padding:15px 20px;
    align-items: stretch;
  }
  .problem-wrapper .remaTmp_flexItem:nth-child(2n){
    margin-left:4%;
  }
  .problem-wrapper br{
    display:none;
  }
  .arrow-bottom-large{
    background:url(/financial/asset/img/common/arrow_large.jpg) 0 100px no-repeat;
    background-size:contain;
    padding:0 0 50px 0;
    font-size:2.0rem;
    text-align:center;
    font-weight:bold;
  }
  .arrow-bottom-large p{
    padding:0 0 0 0;
  }
  .ss-cloud-table{
    min-width:550px;
  }
}

@media screen and (min-width: 768px) {
  .textlink01::after {
    content: '';
    display: block;
    padding-left: 0%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .megaMenu__tit2 a::after {
    content: '';
    display: block;
    padding-left: 0%;
    height: 1px;
    background: #0CA7ED;
    position: absolute;
    bottom: 0;
    left: 3.3rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .rema_flexCnt01__item {
    padding-bottom: 4.1%;
    padding-right: 4.1%;
  }
  .rema_flexCnt01__item:nth-child(n+3) {
    padding-top: 4.1%;
  }
  .rema_flexCnt01__item:nth-child(odd) {
    border-right: 1px solid #DDDDDD;
  }
  .rema_flexCnt01__item:nth-child(odd):last-child {
    border-bottom: none;
  }
  .rema_flexCnt01__item:nth-child(odd):nth-last-child(2) {
    border-bottom: none;
  }
  .rema_flexCnt01__item:nth-child(even) {
    padding-bottom: 4.1%;
    padding-left: 4.1%;
  }
  .rema_flexCnt01__item:nth-child(even):last-child {
    border-bottom: none;
  }
  .rema_flexCnt02__item:nth-child(n+4) {
    border-top: 1px solid #DDDDDD;
  }
  .rema_cntBox01__txtBox {
    padding-bottom: 100px;
    padding-top: 100px;
    width: 60%;
  }
  .rema_cntBox01__img {
    min-width: 350px;
  }
  .rema_cntBox02__link > a {
    font-size: 1.8rem;
  }
  .rema_cntBox02__link > a::after {
    content: '';
    display: block;
    padding-left: 0%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .rema_cntBox02:nth-child(odd) {
    padding-right: 133px;
  }
  .rema_cntBox02:nth-child(odd) .rema_cntBox02__inner {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-left: 18.3%;
  }
  .rema_cntBox02:nth-child(odd) .rema_cntBox02__img {
    left: -8%;
  }
  .rema_cntBox02:nth-child(even) {
    padding-left: 83px;
  }
  .rema_cntBox02:nth-child(even) .rema_cntBox02__inner {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-right: 18.3%;
  }
  .rema_cntBox02:nth-child(even) .rema_cntBox02__img {
    right: -8%;
  }
  .rema_cntBox09__btn > a {
    padding: 28px;
    border-radius: 40px;
    height: 80px;
  }
  .rema_cntBox09__btn > a::before {
    border-radius: 40px;
  }
  .rema_cntlinkBox__list {
    margin-left: 2.5%;
  }
  .rema_cntlinkBox__list:nth-child(4n+1) {
    margin-left: 0;
  }
  .rema_cntlinkBox__list:nth-child(n + 5) {
    margin-top: 2.5%;
  }
  .rema_kv__txt {
    margin-bottom: 20px;
  }
  .rema_sec01 .rema_cntBox01__txt01 {
    font-size: 2.2rem;
  }
  .rema_sec02 .rema_cntBox01__txtBox {
    width: 55.2%;
    padding-bottom: 120px;
  }
  .rema_sec03 .rema_cntBox01__img {
    width: 37.5%;
    margin-right: 50px;
  }
  .rema_sec03 .rema_cntBox01__txtBox {
    width: 58.4%;
    margin-right: 0;
  }
  .rema_dl .rema_cntBox06 {
    padding: 0 83px;
  }
  .rema_contact .rema_cntBox01 {
    padding-left: 83px;
    padding-right: 80px;
    max-width: 1386px;
    margin: 0 auto 50px;
  }
  .rema_contact .rema_cntBox01__txtBox {
    width: 61.3%;
    margin-right: 50px;
  }
  .rema_contact .rema_cntBox01__img {
    max-width: 416px;
    width: 35.8%;
    margin-right: 0;
  }
  .slick-list {
    padding: 0px max(calc( 83px - 0.7% ) ,calc(( 100% - 1.4% - 1200px) / 2)) !important;
  }
  .remaTmp-mt5 {
    margin-top: 5px;
  }
  .remaTmp-mt10 {
    margin-top: 10px;
  }
  .remaTmp-mt15 {
    margin-top: 15px;
  }
  .remaTmp-mt20 {
    margin-top: 20px;
  }
  .remaTmp-mt25 {
    margin-top: 25px;
  }
  .remaTmp-mt30 {
    margin-top: 30px;
  }
  .remaTmp-mt35 {
    margin-top: 35px;
  }
  .remaTmp-mt40 {
    margin-top: 40px;
  }
  .remaTmp-mt45 {
    margin-top: 45px;
  }
  .remaTmp-mt50 {
    margin-top: 50px;
  }
  .remaTmp-mt55 {
    margin-top: 55px;
  }
  .remaTmp-mt60 {
    margin-top: 60px;
  }
  .remaTmp-mt65 {
    margin-top: 65px;
  }
  .remaTmp-mt70 {
    margin-top: 70px;
  }
  .remaTmp-mt75 {
    margin-top: 75px;
  }
  .remaTmp-mt80 {
    margin-top: 80px;
  }
  .remaTmp-mt85 {
    margin-top: 85px;
  }
  .remaTmp-mt90 {
    margin-top: 90px;
  }
  .remaTmp-mt95 {
    margin-top: 95px;
  }
  .remaTmp-mt100 {
    margin-top: 100px;
  }
  .remaTmp-mr5 {
    margin-right: 5px;
  }
  .remaTmp-mr10 {
    margin-right: 10px;
  }
  .remaTmp-mr15 {
    margin-right: 15px;
  }
  .remaTmp-mr20 {
    margin-right: 20px;
  }
  .remaTmp-mr25 {
    margin-right: 25px;
  }
  .remaTmp-mr30 {
    margin-right: 30px;
  }
  .remaTmp-mr35 {
    margin-right: 35px;
  }
  .remaTmp-mr40 {
    margin-right: 40px;
  }
  .remaTmp-mr45 {
    margin-right: 45px;
  }
  .remaTmp-mr50 {
    margin-right: 50px;
  }
  .remaTmp-mr55 {
    margin-right: 55px;
  }
  .remaTmp-mr60 {
    margin-right: 60px;
  }
  .remaTmp-mr65 {
    margin-right: 65px;
  }
  .remaTmp-mr70 {
    margin-right: 70px;
  }
  .remaTmp-mr75 {
    margin-right: 75px;
  }
  .remaTmp-mr80 {
    margin-right: 80px;
  }
  .remaTmp-mr85 {
    margin-right: 85px;
  }
  .remaTmp-mr90 {
    margin-right: 90px;
  }
  .remaTmp-mr95 {
    margin-right: 95px;
  }
  .remaTmp-mr100 {
    margin-right: 100px;
  }
  .remaTmp-ml5 {
    margin-left: 5px;
  }
  .remaTmp-ml10 {
    margin-left: 10px;
  }
  .remaTmp-ml15 {
    margin-left: 15px;
  }
  .remaTmp-ml20 {
    margin-left: 20px;
  }
  .remaTmp-ml25 {
    margin-left: 25px;
  }
  .remaTmp-ml30 {
    margin-left: 30px;
  }
  .remaTmp-ml35 {
    margin-left: 35px;
  }
  .remaTmp-ml40 {
    margin-left: 40px;
  }
  .remaTmp-ml45 {
    margin-left: 45px;
  }
  .remaTmp-ml50 {
    margin-left: 50px;
  }
  .remaTmp-ml55 {
    margin-left: 55px;
  }
  .remaTmp-ml60 {
    margin-left: 60px;
  }
  .remaTmp-ml65 {
    margin-left: 65px;
  }
  .remaTmp-ml70 {
    margin-left: 70px;
  }
  .remaTmp-ml75 {
    margin-left: 75px;
  }
  .remaTmp-ml80 {
    margin-left: 80px;
  }
  .remaTmp-ml85 {
    margin-left: 85px;
  }
  .remaTmp-ml90 {
    margin-left: 90px;
  }
  .remaTmp-ml95 {
    margin-left: 95px;
  }
  .remaTmp-ml100 {
    margin-left: 100px;
  }
  .remaTmp-mb0 {
    margin-bottom: 0px;
  }
  .remaTmp-mb5 {
    margin-bottom: 5px;
  }
  .remaTmp-mb10 {
    margin-bottom: 10px;
  }
  .remaTmp-mb15 {
    margin-bottom: 15px;
  }
  .remaTmp-mb20 {
    margin-bottom: 20px;
  }
  .remaTmp-mb25 {
    margin-bottom: 25px;
  }
  .remaTmp-mb30 {
    margin-bottom: 30px;
  }
  .remaTmp-mb35 {
    margin-bottom: 35px;
  }
  .remaTmp-mb40 {
    margin-bottom: 40px;
  }
  .remaTmp-mb45 {
    margin-bottom: 45px;
  }
  .remaTmp-mb50 {
    margin-bottom: 50px;
  }
  .remaTmp-mb55 {
    margin-bottom: 55px;
  }
  .remaTmp-mb60 {
    margin-bottom: 60px;
  }
  .remaTmp-mb65 {
    margin-bottom: 65px;
  }
  .remaTmp-mb70 {
    margin-bottom: 70px;
  }
  .remaTmp-mb75 {
    margin-bottom: 75px;
  }
  .remaTmp-mb80 {
    margin-bottom: 80px;
  }
  .remaTmp-mb85 {
    margin-bottom: 85px;
  }
  .remaTmp-mb90 {
    margin-bottom: 90px;
  }
  .remaTmp-mb95 {
    margin-bottom: 95px;
  }
  .remaTmp-mb100 {
    margin-bottom: 100px;
  }
  .remaTmp-pt5 {
    padding-top: 5px;
  }
  .remaTmp-pt10 {
    padding-top: 10px;
  }
  .remaTmp-pt15 {
    padding-top: 15px;
  }
  .remaTmp-pt20 {
    padding-top: 20px;
  }
  .remaTmp-pt25 {
    padding-top: 25px;
  }
  .remaTmp-pt30 {
    padding-top: 30px;
  }
  .remaTmp-pt35 {
    padding-top: 35px;
  }
  .remaTmp-pt40 {
    padding-top: 40px;
  }
  .remaTmp-pt45 {
    padding-top: 45px;
  }
  .remaTmp-pt50 {
    padding-top: 50px;
  }
  .remaTmp-pt55 {
    padding-top: 55px;
  }
  .remaTmp-pt60 {
    padding-top: 60px;
  }
  .remaTmp-pt65 {
    padding-top: 65px;
  }
  .remaTmp-pt70 {
    padding-top: 70px;
  }
  .remaTmp-pt75 {
    padding-top: 75px;
  }
  .remaTmp-pt80 {
    padding-top: 80px;
  }
  .remaTmp-pt85 {
    padding-top: 85px;
  }
  .remaTmp-pt90 {
    padding-top: 90px;
  }
  .remaTmp-pt95 {
    padding-top: 95px;
  }
  .remaTmp-pt100 {
    padding-top: 100px;
  }
  .remaTmp-pr5 {
    padding-right: 5px;
  }
  .remaTmp-pr10 {
    padding-right: 10px;
  }
  .remaTmp-pr15 {
    padding-right: 15px;
  }
  .remaTmp-pr20 {
    padding-right: 20px;
  }
  .remaTmp-pr25 {
    padding-right: 25px;
  }
  .remaTmp-pr30 {
    padding-right: 30px;
  }
  .remaTmp-pr35 {
    padding-right: 35px;
  }
  .remaTmp-pr40 {
    padding-right: 40px;
  }
  .remaTmp-pr45 {
    padding-right: 45px;
  }
  .remaTmp-pr50 {
    padding-right: 50px;
  }
  .remaTmp-pr55 {
    padding-right: 55px;
  }
  .remaTmp-pr60 {
    padding-right: 60px;
  }
  .remaTmp-pr65 {
    padding-right: 65px;
  }
  .remaTmp-pr70 {
    padding-right: 70px;
  }
  .remaTmp-pr75 {
    padding-right: 75px;
  }
  .remaTmp-pr80 {
    padding-right: 80px;
  }
  .remaTmp-pr85 {
    padding-right: 85px;
  }
  .remaTmp-pr90 {
    padding-right: 90px;
  }
  .remaTmp-pr95 {
    padding-right: 95px;
  }
  .remaTmp-pr100 {
    padding-right: 100px;
  }
  .remaTmp-pl5 {
    padding-left: 5px;
  }
  .remaTmp-pl10 {
    padding-left: 10px;
  }
  .remaTmp-pl15 {
    padding-left: 15px;
  }
  .remaTmp-pl20 {
    padding-left: 20px;
  }
  .remaTmp-pl25 {
    padding-left: 25px;
  }
  .remaTmp-pl30 {
    padding-left: 30px;
  }
  .remaTmp-pl35 {
    padding-left: 35px;
  }
  .remaTmp-pl40 {
    padding-left: 40px;
  }
  .remaTmp-pl45 {
    padding-left: 45px;
  }
  .remaTmp-pl50 {
    padding-left: 50px;
  }
  .remaTmp-pl55 {
    padding-left: 55px;
  }
  .remaTmp-pl60 {
    padding-left: 60px;
  }
  .remaTmp-pl65 {
    padding-left: 65px;
  }
  .remaTmp-pl70 {
    padding-left: 70px;
  }
  .remaTmp-pl75 {
    padding-left: 75px;
  }
  .remaTmp-pl80 {
    padding-left: 80px;
  }
  .remaTmp-pl85 {
    padding-left: 85px;
  }
  .remaTmp-pl90 {
    padding-left: 90px;
  }
  .remaTmp-pl95 {
    padding-left: 95px;
  }
  .remaTmp-pl100 {
    padding-left: 100px;
  }
  .remaTmp-pb0 {
    padding-bottom: 0px;
  }
  .remaTmp-pb5 {
    padding-bottom: 5px;
  }
  .remaTmp-pb10 {
    padding-bottom: 10px;
  }
  .remaTmp-pb15 {
    padding-bottom: 15px;
  }
  .remaTmp-pb20 {
    padding-bottom: 20px;
  }
  .remaTmp-pb25 {
    padding-bottom: 25px;
  }
  .remaTmp-pb30 {
    padding-bottom: 30px;
  }
  .remaTmp-pb35 {
    padding-bottom: 35px;
  }
  .remaTmp-pb40 {
    padding-bottom: 40px;
  }
  .remaTmp-pb45 {
    padding-bottom: 45px;
  }
  .remaTmp-pb50 {
    padding-bottom: 50px;
  }
  .remaTmp-pb55 {
    padding-bottom: 55px;
  }
  .remaTmp-pb60 {
    padding-bottom: 60px;
  }
  .remaTmp-pb65 {
    padding-bottom: 65px;
  }
  .remaTmp-pb70 {
    padding-bottom: 70px;
  }
  .remaTmp-pb75 {
    padding-bottom: 75px;
  }
  .remaTmp-pb80 {
    padding-bottom: 80px;
  }
  .remaTmp-pb85 {
    padding-bottom: 85px;
  }
  .remaTmp-pb90 {
    padding-bottom: 90px;
  }
  .remaTmp-pb95 {
    padding-bottom: 95px;
  }
  .remaTmp-pb100 {
    padding-bottom: 100px;
  }
  .remaTmp_thumImg--left {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 30px;
    max-width: calc( 50% - 30px);
  }
  .remaTmp_thumImg--left-500 {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 50px;
    max-width: 500px;
  }
  .remaTmp_cntBox .remaTmp_thumImg--left {
    max-width: calc( 23% - 30px);
  }
  .remaTmp_flexTxtBox{
    width:100%;
  }
  .remaTmp_thumImg--right {
    display: inline-block;
    margin-left: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    /*max-width: calc( 50% - 30px);*/
    max-width: 300px;
  }
  .remaTmp_thumImg--right-500 {
    display: inline-block;
    margin-left: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    max-width: 500px;
  }
  .remaTmp_cntNav__list a.textlink01 {
    position: relative;
  }
  .remaTmp_cntNav__list a.textlink01::after {
    bottom: -16px;
    height: 6px;
    background: #fff;
  }
  .remaTmp_articleLinks__list a span.textlink01::after {
    height: 1px;
    background: #0CA7ED;
  }
  .remaTmp_flexBox--col1 .remaTmp_flexItem {
    width: 100%;
    max-width: calc(100%/1);
  }
  .remaTmp_flexBox--col2 .remaTmp_flexItem {
    width: calc(100%/2);
    width: calc( (100% - 50px )/2);
  }
  .remaTmp_flexBox--col3 .remaTmp_flexItem {
    width: calc(( 100% - 100px )/3);
  }
  .remaTmp_flexBox--col4 .remaTmp_flexItem {
    width: calc(( 100% - 150px )/4);
  }
  .remaTmp_flexItem + .remaTmp_flexItem {
    margin-left: 50px;
  }
  .remaTmp-table03 {
    width: 45.3%;
  }
  .remaTmp-table03--plus {
    margin-left: calc( 100% - ( 45.3% * 2 ));
  }
  .remaTmp-table03--plus::before {
    bottom: 0;
  }
  .remaTmp-ullist__tit {
    max-width: 200px;
  }
  .remaTmp_faq_img {
    width: 450px;
  }
  .remaTmp_cntlinkBox__list {
    margin-left: 2.5%;
  }
  .remaTmp_cntlinkBox__list:nth-child(5n+1) {
    margin-left: 0;
  }
  .remaTmp_cntlinkBox__list:nth-child(n + 6) {
    margin-top: 2.5%;
  }
  .spOnly {
    display: none;
  }
  .problem-wrapper{
    justify-content: center;
  }
  .problem-wrapper .remaTmp_flexItem{
    background-image: linear-gradient(#1a6b92, #178cc5);
    padding:20px;
  }
  .problem-wrapper p{
    border-radius:3px;
    text-align:center;
    color:#fff;
  }
}

/* 2カラム対応 */

.colBlock{
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  gap:40px;
}

.colBlock .mw1366{
  padding: 0;
}

.colBlock__left{
  max-width: 800px;
  width: 66.6%;
}

.colBlock__right{
  max-width: 360px;
  width: 30%;
  padding: 70px 0;
}

.colBlock__right h2{
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}

.colsidebnr li{
  width: 100%;
  margin-bottom: 40px;
}

.colsidebnr li span{
  display: block;
  overflow: hidden;
}

.colBlock__right.colside-holder {
  position: relative;
}

.colsidebnr {
  top: 0;
  -webkit-transition: opacity 0.28s ease, -webkit-transform 0.28s ease;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.colsidebnr.is-hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

.colsidebnr.is-floating {
  position: fixed;
  margin-bottom: 0;
  z-index: 15;
  
}

.colsideexam_item + .colsideexam_item{
  border-top: 1px solid #0CA7ED;
}

.colsideexam_item{
  padding: 16px 0;
}

.colsideexam .colsideexam_link{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap:16px;
}

.colsideexam .colsideexam_img{
  max-width: 120px;
  width: 33.3%;
  overflow: hidden;
}

.colsideexam_ttlarea{
  width: 62.2%;
}

.colsideexam_ttl{
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 5px;
}

.colsideexam_read{
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (max-width: 1200px) {
    .colBlock{
      padding: 0 4%;
    }
    .colBlock__right {
        display: none;
    }
    .colBlock__left{
      width: 100%;
    }
}

/* 2カラム対応 */

@media screen and (max-width: 1365.98px) {
  .rema_nav__item {
    font-size: 1.14vw;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .megaMenu__cnt {
    padding-top: 3.33%;
    padding-bottom: 3.33%;
  }
}

@media screen and (max-width: 900px) {
  .megaMenu__imgitem {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ex-mainvisual{
    display:block;    
  }
  .ex-mainvisual-img dd{
    margin:0 0 20px 0;
    font-size:1.9rem;
  }
  .ex-mainvisual-txt h1{
    font-size:1.9rem;
    text-shadow:none;
  }
  .ex-mainvisual-img img,
  .ex-mainvisual-txt div,
  .ex-mainvisual-txt h1 br,
  .ex-download-case-studies-img{
    display:none;
  }
  .ex-download-case-studies-btn{
    padding-left:0;
  }
  .ex-mainvisual-img dd span {
    display: inline;
    background: #fff;
    color: #333333;
    padding: 0rem 0.5rem 0.2rem;
    letter-spacing: -0.15rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .rema_cntBox01__txtBox {
    width: 65%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
  .remaTop .rema_kv__txtBox {
    width: 70%;
  }
  .rema_kv__txtBox {
    width: 70%;
  }
}

@media screen and (max-width: 910px) {
  .remaTmp_cnv {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 25px 0 30px;
  }
  .remaTmp_cnv_txtBox {
    width: 100%;
    margin-right: 0;
    padding: 0 5.7%;
  }
  .remaTmp_cnv_img {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 0 5.7%;
    margin-top: 32px;
  }
  .remaTmp_cnv_img img {
    max-width: 386px;
    margin: 0 auto;
  }
  /****追加*****/
  .dsp-inline{
    display:inline-block;
    margin:15px 0 30px 0;
  }
}

/*# sourceMappingURL=../../../_soucemaps/financial/css/re2023/common.css.map */
