@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
  margin-bottom: 20px;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.05em;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  opacity: 0;
}
[type="checkbox"]:focus + label,
[type="radio"]:focus + label {
  box-shadow: 0 0 0 1px #222;
}

[type="search"] {
  outline-offset: -2px;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 2px solid #000 !important;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  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;
}

/* Font Size by Viewport
======================================*/
/* Rem
======================================*/
/* Variables
======================================*/
/* Mixins
======================================*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}

@keyframes fade-out {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}

@media screen and (min-width: 1020px) {
  .sp-visible {
    display: none !important;
  }
}

.sm-visible {
  display: none !important;
}
@media screen and (max-width: 1100px) {
  .sm-visible {
    display: block !important;
  }
}

.md-visible {
  display: none !important;
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .md-visible {
    display: block !important;
  }
}

@media screen and (max-width: 1019px) {
  .pc-visible {
    display: none !important;
  }
}

@media screen and (min-width: 1020px) {
  .pc-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 1019px) {
  .sp-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 1020px) {
  .pc-visibility {
    visibility: visible !important;
  }
}
@media screen and (max-width: 1019px) {
  .sp-visibility {
    visibility: visible !important;
  }
}
.all-visibility {
  visibility: visible !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.flex-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.column {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-m10 {
  margin-top: -10px !important;
}

.mt-m20 {
  margin-top: -20px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-negative-1 {
  margin-bottom: -1px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-m10 {
  margin-bottom: -10px !important;
}

.mb-m20 {
  margin-bottom: -20px !important;
}

.pt-m10 {
  padding-top: -10px !important;
}

.pt-m20 {
  padding-top: -20px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-m10 {
  padding-bottom: -10px !important;
}

.pb-m20 {
  padding-bottom: -20px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.pc-width-5 {
  width: 5% !important;
}

.pc-width-10 {
  width: 10% !important;
}

.pc-width-15 {
  width: 15% !important;
}

.pc-width-20 {
  width: 20% !important;
}

.pc-width-25 {
  width: 25% !important;
}

.pc-width-30 {
  width: 30% !important;
}

.pc-width-35 {
  width: 35% !important;
}

.pc-width-40 {
  width: 40% !important;
}

.pc-width-45 {
  width: 45% !important;
}

.pc-width-50 {
  width: 50% !important;
}

.pc-width-55 {
  width: 55% !important;
}

.pc-width-60 {
  width: 60% !important;
}

.pc-width-65 {
  width: 65% !important;
}

.pc-width-70 {
  width: 70% !important;
}

.pc-width-75 {
  width: 75% !important;
}

.pc-width-80 {
  width: 80% !important;
}

.pc-width-85 {
  width: 85% !important;
}

.pc-width-90 {
  width: 90% !important;
}

.pc-width-95 {
  width: 95% !important;
}

.pc-width-100 {
  width: 100% !important;
}

@media screen and (max-width: 1019px) {
  .sp-width-5 {
    width: 5% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-10 {
    width: 10% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-15 {
    width: 15% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-20 {
    width: 20% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-25 {
    width: 25% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-30 {
    width: 30% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-35 {
    width: 35% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-40 {
    width: 40% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-45 {
    width: 45% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-50 {
    width: 50% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-55 {
    width: 55% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-60 {
    width: 60% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-65 {
    width: 65% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-70 {
    width: 70% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-75 {
    width: 75% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-80 {
    width: 80% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-85 {
    width: 85% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-90 {
    width: 90% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-95 {
    width: 95% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-100 {
    width: 100% !important;
  }
}

.block-contents-wrapper {
  margin-top: 60px !important;
  margin-bottom: 20px !important;
}

.underline {
  text-decoration: underline !important;
}

.no-underline {
  text-decoration: none !important;
}

.content--medium {
  max-width: 620px;
  margin: 0 auto;
}

.content--660 {
  max-width: 660px;
  margin: 0 auto;
}

.content--760 {
  max-width: 760px;
  margin: 0 auto;
}

.content--920 {
  max-width: 920px;
  margin: 0 auto;
}

.content--460 {
  max-width: 460px;
  margin: 0 auto;
}

.text-middle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.color-red {
  color: #e3215a;
}

.for-new--hidden {
  display: none !important;
}

.for-customer--hidden {
  display: none !important;
}

.disable-scroll {
  overflow: hidden;
}

.img-auto {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.keyvisual--single.img-fixed {
  align-items: center !important;
}

.img-fixed {
  height: 100%;
  width: 100%;
  position: relative;
}
.slick-slide.img-fixed {
  display: inline-block !important;
}
img.full-width {
  width: 100% !important;
  height: 100% !important;
}

img.full-height {
  height: 100% !important;
}

@media screen and (max-width: 1019px) {
  .sp-full-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }
  .sp-full-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }
}

@media screen and (min-width: 1020px) {
  .pc-full-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }
  .pc-full-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }
}

a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 1019px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
  iframe a:hover {
    opacity: 0.7;
  }
}

/* Custom Fonts
======================================*/
@font-face {
  font-family: icomoon;
  src: url("/common21/fonts/icomoon.eot?u6twvm");
  src: url("/common21/fonts/icomoon.eot?u6twvm#iefix") format("embedded-opentype"),
    url("/common21/fonts/icomoon.ttf?u6twvm") format("truetype"),
    url("/common21/fonts/icomoon.woff?u6twvm") format("woff"),
    url("/common21/fonts/icomoon.svg?u6twvm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.8;
}

.icon-plus::before {
  width: 100%;
  height: 100%;
  content: url(/common21/imgs/icon-plus.svg);
}

.icon-arrow--up::before {
  content: "\e905";
  color: #2076c7;
}

.icon-anchor--down::before {
  content: "\e902";
  color: #2076c7;
}

.icon-arrow--right::before {
  content: "\e903";
  color: #2076c7;
}
.text-link--icon .icon-arrow--right::before {
  font-size: 12px;
}

.icon-arrow--down {
  min-width: 21px;
}
.icon-arrow--down::before {
  content: "\e903";
  color: #2076c7;
  display: inline-block;
  transform: rotate(90deg);
}

.icon-arrow--left::before {
  content: "\e903";
  color: #2076c7;
  display: block;
  transform: rotate(180deg);
}

.text-link--icon.left_ver {
  position: relative;
  padding-left: 1rem;
}
.text-link--icon.left_ver::before {
  position: absolute;
  top: 3px;
  left: 0;
  height: 12px;
  width: 12px;
  content: "";
  color: #2076c7;
  display: block;
  background: url(/common21/imgs/icon-arrow-right-blue.svg) 0 0 no-repeat;
}
.text-link--icon.js-anchor.left_ver::before {
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  width: 12px;
  content: "";
  color: #2076c7;
  display: block;
  background: url(/common21/imgs/icon-arrow-right-blue.svg) 0 0 no-repeat;
  transform: rotate(90deg);
}
.text-link--icon.js-anchor.up_ver::before {
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  width: 12px;
  content: "";
  color: #2076c7;
  display: block;
  background: url(/common21/imgs/icon-arrow-right-blue.svg) 0 0 no-repeat;
  transform: rotate(-90deg);
}

.icon-camera {
  background: url(/common21/imgs/icon-camera.svg) no-repeat center center;
  background-size: contain;
  height: 15px;
  width: 24px;
  display: inline-block;
}

img.icon-folder,
img.icon-arrow--right,
img.icon-arrow--left,
img.icon-arrow--down,
img.icon-newtab,
img.icon-pdf {
  height: 15px;
}

.icon-arrow--right,
.icon-arrow--left,
.icon-arrow--down,
.icon-newtab,
.icon-pdf,
.icon-down,
.icon-up,
.left_ver {
  max-height: 18px;
}

.text-link--icon img.icon-arrow--down {
  transform: translateY(-4px) rotate(90deg);
  margin-left: 6px;
}

.icon-down,
.icon-up {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.icon-down--medium {
  width: 22px;
  height: 22px;
  max-height: 22px;
}
.icon-down--large {
  width: 26px;
  height: 26px;
  max-height: 26px;
}

.icon-up--medium {
  width: 22px;
  height: 22px;
  max-height: 22px;
}

.icon-up--large {
  width: 26px;
  height: 26px;
  max-height: 26px;
}

.icon-minus::before {
  content: url(/common21/imgs/icon-minus.svg);
}

.icon-tick::before {
  content: "\e910";
  color: #2076c7;
}

.icon-forward::before {
  content: "\e911";
  color: #fff;
}

.icon-back::before {
  content: "\e912";
  color: #fff;
}

.icon-next::before {
  content: "\e913";
  color: #fff;
}

.icon-prev::before {
  content: "\e914";
  color: #fff;
}

.zoom-image {
  margin-bottom: 10px;
}
.icon-zoom {
  position: relative;
  top: 2px;
  background: url(/common21/imgs/icon-zoom.svg) no-repeat center center;
  background-size: contain;
  height: 15px;
  width: 15px;
  display: inline-block;
}

.movie-image {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.icon-movie {
  position: relative;
  top: 2px;
  background: url(/common21/imgs/icon-movie.svg) no-repeat center center;
  background-size: contain;
  height: 15px;
  width: 15px;
  display: inline-block;
}
.modal_movie {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 20px;
  line-height: 24px;
  z-index: 2;
}
.modal_movie:hover {
  text-decoration: underline;
}
.modal_movie .jstream-eqPlayer .water_mark_wrapper:focus {
  outline: 2px solid #000;
}
.modal_movie .jstream-eqPlayer {
  background-color: rgb(255 255 255 / 0%) !important;
}
.modal_movie .jstream-eqPlayer:hover {
  background-color: rgb(255 255 255 / 30%) !important;
}
.modal_movie .jstream-eqPlayer > div,
.modal_movie .jstream-eqPlayer .water_mark_square {
  background: none !important;
}

.icon-close {
  background: url(/common21/imgs/icon-close-blue.svg) no-repeat center center;
  background-size: contain;
  height: 12px;
  width: 12px;
  display: inline-block;
}

.icon-connector::before {
  content: "\e91b";
  color: #2076c7;
}

html {
  font-size: 16px;
  height: 100%;
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2188vw;
  }
}

body {
  height: 100%;
  color: #222;
  text-rendering: optimizespeed;
  line-height: 1.8;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #f6f8f9;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1019px) {
  body.no-scroll {
    overflow: hidden;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  list-style: none;
  padding: 0;
  text-indent: 0;
}

ul {
  margin: 0;
  padding: 0;
}

:target {
  scroll-margin-top: 114px;
}
.wrapper--simple :target {
  scroll-margin-top: 14px;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

a {
  text-decoration-skip-ink: auto;
  text-decoration: none;
  opacity: 1;
  color: inherit;
}

img {
  height: auto;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
}
.wrapper--scroll {
  padding-top: 87px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .wrapper--scroll {
    padding-top: 97px;
  }
}
@media screen and (max-width: 1019px) {
  .wrapper--scroll {
    padding-top: 0;
  }
}

p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .flex-right-sm {
    display: flex;
    justify-content: flex-end;
  }
}

.container .content__body {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container .container__row {
  padding: 0 15px;
}

.container-1280 {
  margin: 0 auto;
  max-width: 1280px;
}
.container-1280 .container__body {
  width: 1200px;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px white inset !important;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.noscript {
  background-color: #f0f3f5;
  padding: 20px;
  width: 100%;
  color: #2e2e2e;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

select {
  appearance: none;
  background-image: url(/common21/imgs/icon-arrow-down-blue.svg);
  background-size: 12px 6px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
}

button {
  cursor: pointer;
}

/* Component
======================================*/
/* import all Modules
======================================*/
/* Text Modules
======================================*/
.h1 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

h2.h2 {
  font-size: 24px;
  font-weight: 700;
  padding-left: 12px;
  border-left: 4px solid #2076c7;
  display: flex;
  align-items: center;
}
h2.h2 [class^="icon-"] {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  background: none;
  width: auto;
  height: auto;
}
h2.h2 [class^="icon-"]::before {
  content: "";
}
h2.h2 .head-date {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #000;
  white-space: nowrap;
}
h2.h2--date {
  align-items: flex-end;
  justify-content: space-between;
}
h2.h2--image {
  padding-left: 0;
  border-left: 0;
}
h2.h2-right--image {
  display: block !important;
  padding-left: 0;
  border-left: 0;
}
@media screen and (min-width: 1020px) {
  .h2--date .head-date {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1019px) {
  h2.h2--date {
    display: block !important;
  }
  .h2--date .head-date {
    text-align: left !important;
    display: block !important;
  }
}
h2.h2 .icon-camera::before {
  background: url(/common21/imgs/icon-camera.svg) no-repeat center center;
  background-size: contain;
  height: 15px;
  width: 24px;
  display: inline-block;
  margin-right: 8px;
}
h2.h2 .icon-number {
  position: relative;
  padding-left: 38px;
}
h2.h2 .icon-number::before {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #2076c7;
  margin: 2.5px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
h2.h2 .icon-number.icon-number--1::before {
  background-image: url(/common21/imgs/icon-number-1.svg);
}
h2.h2 .icon-number.icon-number--2::before {
  background-image: url(/common21/imgs/icon-number-2.svg);
}
h2.h2 .icon-number.icon-number--3::before {
  background-image: url(/common21/imgs/icon-number-3.svg);
}
h2.h2 .icon-number.icon-number--4::before {
  background-image: url(/common21/imgs/icon-number-4.svg);
}
h2.h2 .icon-number.icon-number--5::before {
  background-image: url(/common21/imgs/icon-number-5.svg);
}
h2.h2 .icon-number.icon-number--6::before {
  background-image: url(/common21/imgs/icon-number-6.svg);
}
h2.h2 .icon-number.icon-number--7::before {
  background-image: url(/common21/imgs/icon-number-7.svg);
}
h2.h2 .icon-number.icon-number--8::before {
  background-image: url(/common21/imgs/icon-number-8.svg);
}
h2.h2 .icon-number.icon-number--9::before {
  background-image: url(/common21/imgs/icon-number-9.svg);
}
h2.h2 .icon-number.icon-number--10::before {
  background-image: url(/common21/imgs/icon-number-10.svg);
}
h2.h2 .icon-number.icon-number--11::before {
  background-image: url(/common21/imgs/icon-number-11.svg);
}
h2.h2 .icon-number.icon-number--12::before {
  background-image: url(/common21/imgs/icon-number-12.svg);
}
h2.h2 .icon-number.icon-number--13::before {
  background-image: url(/common21/imgs/icon-number-13.svg);
}
h2.h2 .icon-number.icon-number--14::before {
  background-image: url(/common21/imgs/icon-number-14.svg);
}
h2.h2 .icon-number.icon-number--15::before {
  background-image: url(/common21/imgs/icon-number-15.svg);
}
h2.h2 .icon-number.icon-number--16::before {
  background-image: url(/common21/imgs/icon-number-16.svg);
}
h2.h2 .icon-number.icon-number--17::before {
  background-image: url(/common21/imgs/icon-number-17.svg);
}
h2.h2 .icon-number.icon-number--18::before {
  background-image: url(/common21/imgs/icon-number-18.svg);
}
h2.h2 .icon-number.icon-number--19::before {
  background-image: url(/common21/imgs/icon-number-19.svg);
}
h2.h2 .icon-number.icon-number--20::before {
  background-image: url(/common21/imgs/icon-number-20.svg);
}

.h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

h3.h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 2px solid #2076c7;
  display: flex;
  align-items: center;
}
h3.h3 [class^="icon-"] {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  background: none;
  width: auto;
  height: auto;
}
h3.h3 [class^="icon-"]::before {
  content: "";
}
h3.h3 .icon-camera::before {
  background: url(/common21/imgs/icon-camera.svg) no-repeat center center;
  background-size: contain;
  height: 15px;
  width: 24px;
  display: inline-block;
  margin-right: 8px;
}
h3.h3 .icon-number {
  position: relative;
  padding-left: 38px;
}
h3.h3 .icon-number::before {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #2076c7;
  margin: 2.5px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
h3.h3 .icon-number.icon-number--1::before {
  background-image: url(/common21/imgs/icon-number-1.svg);
}
h3.h3 .icon-number.icon-number--2::before {
  background-image: url(/common21/imgs/icon-number-2.svg);
}
h3.h3 .icon-number.icon-number--3::before {
  background-image: url(/common21/imgs/icon-number-3.svg);
}
h3.h3 .icon-number.icon-number--4::before {
  background-image: url(/common21/imgs/icon-number-4.svg);
}
h3.h3 .icon-number.icon-number--5::before {
  background-image: url(/common21/imgs/icon-number-5.svg);
}
h3.h3 .icon-number.icon-number--6::before {
  background-image: url(/common21/imgs/icon-number-6.svg);
}
h3.h3 .icon-number.icon-number--7::before {
  background-image: url(/common21/imgs/icon-number-7.svg);
}
h3.h3 .icon-number.icon-number--8::before {
  background-image: url(/common21/imgs/icon-number-8.svg);
}
h3.h3 .icon-number.icon-number--9::before {
  background-image: url(/common21/imgs/icon-number-9.svg);
}
h3.h3 .icon-number.icon-number--10::before {
  background-image: url(/common21/imgs/icon-number-10.svg);
}
h3.h3 .icon-number.icon-number--11::before {
  background-image: url(/common21/imgs/icon-number-11.svg);
}
h3.h3 .icon-number.icon-number--12::before {
  background-image: url(/common21/imgs/icon-number-12.svg);
}
h3.h3 .icon-number.icon-number--13::before {
  background-image: url(/common21/imgs/icon-number-13.svg);
}
h3.h3 .icon-number.icon-number--14::before {
  background-image: url(/common21/imgs/icon-number-14.svg);
}
h3.h3 .icon-number.icon-number--15::before {
  background-image: url(/common21/imgs/icon-number-15.svg);
}
h3.h3 .icon-number.icon-number--16::before {
  background-image: url(/common21/imgs/icon-number-16.svg);
}
h3.h3 .icon-number.icon-number--17::before {
  background-image: url(/common21/imgs/icon-number-17.svg);
}
h3.h3 .icon-number.icon-number--18::before {
  background-image: url(/common21/imgs/icon-number-18.svg);
}
h3.h3 .icon-number.icon-number--19::before {
  background-image: url(/common21/imgs/icon-number-19.svg);
}
h3.h3 .icon-number.icon-number--20::before {
  background-image: url(/common21/imgs/icon-number-20.svg);
}

.h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}

h4.h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 14px;
  margin-bottom: 10px;
  background-color: #f6f8f9;
}

.h4 {
  font-size: 20px;
  font-weight: bold;
  padding: 14px;
  margin-bottom: 20px;
}

h5.h5 {
  font-size: 20px;
  font-weight: bold;
}

.h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.campaign-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}

.sub-head {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (min-width: 1020px) {
  .sub-head {
    font-size: 16px;
  }
}

.text-lead {
  font-size: 16px;
}

.text-regular {
  font-size: 14px;
  font-weight: normal;
}

.text-small {
  font-size: 13px;
  font-weight: normal;
}

.text-size--16 {
  font-size: 16px !important;
}

.text-size--20 {
  font-size: 20px !important;
}

@media screen and (min-width: 1020px) {
  .pc-text-size--16 {
    font-size: 16px !important;
  }

  .pc-text-size--20 {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-text-size--16 {
    font-size: 16px !important;
  }

  .sp-text-size--20 {
    font-size: 20px !important;
  }
}

p.text-small.text-bold {
  margin-bottom: 5px;
}
p.text-small.text-bold:last-child {
  margin-bottom: 0;
}

.text-bold {
  font-weight: bold;
}
p.text-bold {
  margin-bottom: 5px;
}
p.text-bold:last-child {
  margin-bottom: 0;
}

.text-warning,
.text-removed {
  color: #e3215a;
}

.text-primary {
  color: #2076c7;
}

.text-color--gray {
  color: #98a6b5;
}
.text-color--red-pink {
  color: #e3215a;
}
.text-color--red-orange {
  color: #fd501a;
}
.text-color--light-blue {
  color: #00aaeb;
}
.text-color--red {
  color: #d70d38;
}
.text-color--pink {
  color: #ff719c;
}
.text-color--orange {
  color: #f91;
}
.text-color--dark-turquoise {
  color: #4fc2c3;
}
.text-color--green {
  color: #52a11e;
}
.text-color--light-green {
  color: #80c143;
}
.text-color--dark-blue {
  color: #12497c;
}
.text-color--blue {
  color: #2076c7;
}
.text-color--medium-violet {
  color: #bb3987;
}
.text-color--violet {
  color: #8858aa;
}
.text-color--white {
  color: #fff;
}

.text-normal {
  color: #222 !important;
}

.text-subtext {
  font-weight: normal;
  color: #555;
}

.stage-bold {
  font-size: 20px;
  font-weight: bold;
  color: #2076c7;
}
.stage-em {
  font-weight: bold;
  color: #2076c7;
}

.bg-standard {
  background-color: #167dc7 !important;
}
.bg-silver {
  background-color: #97afb5 !important;
}
.bg-gold {
  background-color: #d7b164 !important;
}
.bg-platinum {
  background-color: #b4b4b4 !important;
}
.bg-diamond {
  background-color: #93518c !important;
}

.bg-blue,
.bg-blue::before,
.bg-blue::after {
  background-color: #e8f1f9 !important;
}
.bg-yellow,
.bg-yellow::before,
.bg-yellow::after {
  background-color: #fff8e8 !important;
}
.bg-white,
.bg-white::before,
.bg-white::after {
  background-color: #fff !important;
}
.bg-dark-blue,
.bg-dark-blue::before,
.bg-dark-blue::after {
  background-color: #2076c7 !important;
}

.bg-standard-td {
  background-color: #e3f3ff !important;
}
.bg-silver-td {
  background-color: #edf4f7 !important;
}
.bg-gold-td {
  background-color: #fef1d5 !important;
}
.bg-platinum-td {
  background-color: #e5e5e5 !important;
}
.bg-diamond-td {
  background-color: #e6d7e5 !important;
}

.stage-nextbox {
  margin-bottom: 50px;
}
.stage-title {
  color: #2076c7;
  font-size: 20px;
  font-weight: bold;
}
.nextbox-flex {
  display: block;
}
.order-first {
  width: 20%;
  float: left;
  font-size: 12px;
  color: #222;
}
.order-last {
  width: 80%;
  float: right;
  font-size: 12px;
  color: #222;
}
.nextbox-block {
  clear: both;
}
.nextbox-block-inner {
  display: flex;
}
.nextbox-title {
  width: 20%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-size: 14px;
}
.nextbox-text {
  width: 80%;
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
}
.nextbox-block-arrow {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.nextbox-block-arrow::before {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  height: 4px;
  bottom: -2px;
  background-image: url(/common21/imgs/step-dotted.svg);
}
.nextbox-block-arrow::after {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 20px;
  height: 12px;
  bottom: -22px;
  background-image: url(/common21/imgs/step-triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1019px) {
  .stage-title {
    text-align: center;
  }
  .nextbox-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .nextbox-flex .sub-head {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .order-first {
    text-align: center;
    width: 100%;
    float: none;
    font-size: 12px;
    color: #222;
  }
  .order-last {
    text-align: center;
    width: 100%;
    float: none;
    order: 9;
  }
  .nextbox-block-inner {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .nextbox-block.column2 {
    display: flex;
  }
  .nextbox-block .nextbox-text {
    height: 100%;
  }
  .column-over {
    position: relative;
    display: block;
    width: calc(100% + 20px);
    overflow: scroll;
    padding-right: 20px;
  }
  .column-over .nextbox-block {
    display: flex;
    min-width: 502.5px;
    max-width: 920px;
  }
  .column-over .nextbox-block-inner {
    min-width: 300px;
    float: left;
  }
  .nextbox-title {
    width: 100%;
    padding: 10px 20px;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 14px;
  }
  .nextbox-text {
    width: 100%;
    display: block;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
  }
  .nextbox-block.column2 .nextbox-title,
  .nextbox-block.column2 .nextbox-text,
  .nextbox-block.column-over .nextbox-title,
  .nextbox-block.column-over .nextbox-text {
    border-right: 1px solid #fff;
    border-bottom: none;
  }
}

.text-number {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
  word-break: break-all;
}
p.text-number {
  margin-bottom: 12px;
}
p.text-number:last-child {
  margin-bottom: 0;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
@media screen and (min-width: 1020px) {
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
}
@media screen and (max-width: 1019px) {
  .sp-text-left {
    text-align: left !important;
    margin-bottom: 20px;
  }
  .sp-text-left:last-child {
    margin-bottom: 0;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.text-caption {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.text-caption--small {
  font-size: 12px;
  line-height: 1.8;
  color: #3b4043;
}

.text-caption-in-image {
  margin: 0 5px;
}

.text-caption-table {
  font-size: 13px;
  text-align: right;
  color: #555;
}

.text-haslink a {
  text-decoration: underline;
  color: #2076c7;
}
.text-haslink a [class^="icon-"] {
  display: inline-block;
  margin-left: 2px;
  margin-top: -3px;
  margin-right: 5px;
}
.text-haslink a:hover {
  opacity: 70%;
}
.text-haslink a.no-underline [class^="icon-"] {
  margin-left: 5px;
  margin-right: 5px;
}

.text-haslink .icon-pdf {
  font-size: 15px;
}

.text-haslink .icon-newtab {
  font-size: 10px;
}

.text-haslink .icon-down,
.text-haslink .icon-up {
  margin-top: -1px !important;
}
.text-haslink .icon-down::before,
.text-haslink .icon-up::before {
  font-size: 6.5px;
}

.content-title {
  margin-bottom: 20px;
}
.content-title__text--strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #2076c7;
}
@media screen and (min-width: 1020px) {
  .content-title__text--strong {
    font-size: 24px;
  }
}

.link,
.link--next,
.link--external,
.link--pdf,
.link--down {
  text-decoration: underline;
  color: #2076c7;
}
.link--block {
  display: block;
}
.link--next {
  text-decoration: none;
}
.link--next::after,
.link-box-next--border::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-right: 1px solid #2076c7;
  border-top: 1px solid #2076c7;
  transform: rotate(45deg);
  margin-left: 0.3em;
  margin-right: 0.5em;
}
.nav__button .link--next::before,
.nav__button .link-box-next--border::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-right: 1px solid #2076c7;
  border-top: 1px solid #2076c7;
  transform: rotate(45deg);
  margin-left: 0;
  margin-right: 0.5em;
}
.nav__button .link--next::after,
.nav__button .link-box-next--border::after {
  display: none;
}
.link--down::after,
.link--external::after,
.link--pdf::after,
.link-box-external--border::after,
.link-box-pdf--border::after,
.link-box-down--border::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  margin-right: 0.4em;
  transform: translateY(2px);
}
.link--down::after {
  background: url(/common21/imgs/icon-arrow-right-blue.svg) no-repeat center/contain;
  transform: translateY(2px) rotate(90deg);
}
.link--external::after,
.link-box-external--border::after {
  background: url(/common21/imgs/icon-newtab-blue.svg) no-repeat center/contain;
}
.link--pdf::after,
.link-box-pdf--border::after {
  background: url(/common21/imgs/icon-pdf-blue.svg) no-repeat center/contain;
}
.link-box-down--border::after {
  width: 1.3em;
  height: 1.3em;
  background: url(/common21/imgs/icon-down.svg) no-repeat center/contain;
  transform: translateY(4px);
}
.link-box-next--border,
.link-box-external--border,
.link-box-pdf--border,
.link-box-down--border {
  position: relative;
}
.link-box-next--border::after,
.link-box-external--border::after,
.link-box-pdf--border::after,
.link-box-down--border::after {
  position: absolute;
  top: 50%;
  right: 13px;
  margin: 0;
  transform: translateY(-50%);
}
.link-box-next--border::after {
  transform: translateY(-50%) rotate(45deg);
}

.text-link {
  font-size: 16px;
  text-decoration: underline;
  color: #2076c7;
}
.text-link:hover {
  opacity: 70%;
}

.text-note {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  display: block;
  padding-left: 18px;
}
.text-note::before {
  content: "※";
  font-size: 14px;
  position: absolute;
  left: 1px;
  top: -1px;
  color: #222;
}

.text-link--icon {
  line-height: 1.4;
  font-size: 14px;
  text-decoration: none;
  color: #2076c7;
  display: inline-block;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
}
.text-link--icon [class^="icon-"] {
  font-size: 14px;
  padding-left: 10px;
  display: inline-block;
  margin-top: -5px;
}
.text-link--icon.left_ver [class^="icon-"] {
  font-size: 14px;
  padding-left: 5px;
  display: inline-block;
  margin-top: -2px;
}
.text-link--icon.js-anchor.left_ver [class^="icon-"] {
  font-size: 14px;
  padding-left: 5px;
  display: inline-block;
  margin-top: -2px;
}
.text-link--icon .icon-down {
  box-sizing: content-box;
}
.text-link--icon--medium {
  font-size: 15px;
}
.text-link--icon--medium [class^="icon-"] {
  margin-right: 8px;
}

.indicate__headtext {
  font-size: 24px;
  font-weight: bold;
  color: #2076c7;
}

.rate-conversion__column {
  display: flex;
  justify-content: space-between;
  /* height: 429px; */
  margin-bottom: 20px;
}
.rate-conversion__column:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1019px) {
  .rate-conversion__column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }
}

.rate-conversion__column .rate-conversion__column--col2 {
  width: 450px;
  border: 1px solid #cdd6dd;
  border-radius: 6px;
  padding: 30px;
  position: relative;
}

@media screen and (max-width: 1019px) {
  .rate-conversion__column .rate-conversion__column--col2 {
    width: 100%;
    border: 1px solid #cdd6dd;
    padding: 30px 20px;
    margin-bottom: 16px;
  }

  .rate-conversion__column .rate-conversion__column--col2:last-child {
    margin-bottom: 0;
  }
}

.rate-conversion__column .rate-conversion__column--col2 .rate-conversion__inner {
  /* width: 418px; */
  margin: 0 auto;
  padding-bottom: 87px;
}

@media screen and (max-width: 1019px) {
  .rate-conversion__column .rate-conversion__column--col2 .rate-conversion__inner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 24px;
  }
}

.rate-conversion__column .rate-conversion__column--col2 .rate-conversion__inner .head__area {
  /* height: 85px; */
  margin-bottom: 12px;
}

@media screen and (max-width: 1019px) {
  .rate-conversion__column .rate-conversion__column--col2 .rate-conversion__inner .head__area {
    height: 100%;
    margin-bottom: 12px;
  }
}

.rate-conversion__column .rate-conversion__column--col2 .rate-conversion__inner .head__area p {
  margin: 0;
}

.rate-conversion__column .rate-conversion__column--col2 .rate-conversion__inner .head__area p.head-text {
  font-size: 20px;
}

.rate-conversion__column .rate-conversion__column--col2 .rate-conversion__inner .head__area p.head-text span {
  display: block;
  font-size: 16px;
}

.rate-conversion__column .rate-conversion__column--col2 .rate-conversion__inner .list-check {
  margin-bottom: 8px;
}

.rate-conversion__column .rate-conversion__column--col2 .rate-conversion__inner .list-check__item span {
  display: block;
  margin: 8px 0 0;
  font-weight: 400;
}

@media screen and (max-width: 1019px) {
  .rate-conversion__column .rate-conversion__column--col2 .rate-conversion__inner .list-check__item span {
    display: block;
    margin: 15px 0;
    font-weight: 400;
  }
}

.rate-conversion__column .rate-conversion__column--col2 .rate-conversion__btn {
  position: absolute;
  width: 100%;
  max-width: 435px;
  padding: 0 30px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
}

@media screen and (max-width: 1019px) {
  .rate-conversion__column .rate-conversion__column--col2 .rate-conversion__btn {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    bottom: 0;
    left: 0;
    transform: none;
  }
}

ul li .icon-spacer .icon-down,
ul li .icon-spacer .icon-up,
ul li .icon-spacer .icon-up,
ol li .icon-spacer .icon-down,
ol li .icon-spacer .icon-up,
ol li .icon-spacer .icon-up {
  width: 18px;
  height: 18px;
}

ul li ol,
ul li ul,
ol li ol,
ol li ul {
  margin-top: 10px;
}
ul[class^="list-"] > li:last-child,
ol[class^="list-"] > li:last-child {
  margin-bottom: 0;
}

.list-circle > li {
  position: relative;
  padding-left: 18px;
  text-align: left;
}
.list-circle > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #2076c7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
}
.list-circle--child > li::before {
  width: 4px;
  height: 4px;
  top: 0.7em;
}

ul.list-dot {
  list-style: none;
  font-size: 14px;
}
ul.list-dot li {
  position: relative;
  padding-left: 16px;
}
ul.list-dot li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
}

.list-circle__item,
.list-asterisk__item,
.list-ordered--asterisk__item,
.list-check__item,
.list-text__item {
  line-height: 1.8;
  font-size: 14px;
}

.list-ordered__item {
  font-size: 13px;
}

ol {
  list-style: none;
  counter-reset: custom-counter;
  padding: 0;
}
ol > li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
ol > li::before {
  content: counter(custom-counter) ". ";
  font-weight: bold;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
ol.list-ordered--child > li::before {
  font-weight: normal;
  top: 0.1em;
}
ol > li ol {
  padding-left: 0;
}

ol[start="1"] {
  counter-reset: custom-counter 0;
}
ol[start="2"] {
  counter-reset: custom-counter 1;
}
ol[start="3"] {
  counter-reset: custom-counter 2;
}
ol[start="4"] {
  counter-reset: custom-counter 3;
}
ol[start="5"] {
  counter-reset: custom-counter 4;
}
ol[start="6"] {
  counter-reset: custom-counter 5;
}
ol[start="7"] {
  counter-reset: custom-counter 6;
}
ol[start="8"] {
  counter-reset: custom-counter 7;
}
ol[start="9"] {
  counter-reset: custom-counter 8;
}
ol[start="10"] {
  counter-reset: custom-counter 9;
}

.list-ordered--asterisk > li::before {
  content: "*" counter(custom-counter);
  font-weight: bold;
  color: #222;
}
.list-ordered--asterisk--child > li::before {
  font-weight: normal;
  top: 0.1em;
}
.list-text--lowercase-parentheses > li {
  padding-left: 30px;
}
.list-ordered--lenticular-bracket > li {
  padding-left: 40px;
}
.list-ordered--parentheses > li::before,
.list-ordered--lenticular-bracket > li::before,
.list-text--lowercase-parentheses > li::before {
  font-weight: bold;
}
.list-ordered--parentheses > li::before {
  content: "(" counter(custom-counter) ")";
}
.list-ordered--lenticular-bracket > li::before {
  content: "【" counter(custom-counter) "】";
}
.list-text--lowercase-parentheses > li::before {
  content: "(" counter(custom-counter, lower-alpha) ")";
}

.list-ordered--mix > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.list-ordered--mix > li::before {
  content: counter(custom-counter, upper-alpha) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.list-ordered--mix > li ol li {
  margin-top: 10px;
}

.list-ordered--kata > li {
  margin-bottom: 10px;
}
.list-ordered--kata > li::before {
  content: attr(bullet) ".";
}
.list-ordered--kata > li ol li {
  margin-top: 10px;
}

.list-asterisk > li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
}
.list-asterisk > li::before {
  content: "※";
  position: absolute;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.8;
  left: 0;
  top: 0;
}
.list-asterisk--child > li::before {
  font-weight: normal;
}
.list-asterisk > li:last-child {
  margin-bottom: 0;
}

.list-x {
  list-style: none;
  margin-left: 20px;
  font-size: 14px;
}
.list-x li {
  margin-top: 14px;
  padding-left: 20px;
  position: relative;
}
.list-x li::before {
  content: "X.";
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.list-check {
  margin-bottom: 80px;
}
.list-check .list-check__item {
  position: relative;
  padding-left: 23px;
}
.list-check .list-check__item::before {
  content: "";
  background: url(/common21/imgs/list-icon-check.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0.4em;
  left: 0;
  vertical-align: middle;
}
ul.list-check--exclamation {
  margin-bottom: 30px;
}
ul.list-check--exclamation:last-child {
  margin-bottom: 0;
}
.list-check--exclamation .list-check__item {
  position: relative;
  padding-left: 23px;
}
.list-check--exclamation .list-check__item::before {
  content: "";
  background: url(/common21/imgs/list-icon-exclamation-blue.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0.4em;
  left: 0;
  vertical-align: middle;
}
ul.list-check--icons {
  margin-bottom: 30px;
}
ul.list-check--icons:last-child {
  margin-bottom: 0;
}
.list-check--icons .list-check__item {
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 10px;
}
.list-check--icons .list-check__item .list-check__icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-check--icons .list-check__item .list-check__icon > img {
  max-width: 100%;
  max-height: 100%;
}

.list-text > li {
  position: relative;
  padding-left: 21px;
}
.list-text > li::before {
  flex-shrink: 0;
  content: attr(bullet) "";
  font-weight: bold;
  font-size: 14px;
  line-height: 1.8;
  position: absolute;
  left: 0;
  top: 0;
}
.list-text--child > li {
  padding-left: 25px;
}
.list-text--child > li::before {
  top: 0.1em;
  font-weight: normal;
}
.list-text--uppercase > li {
  position: relative;
  padding-left: 21px;
}
.list-text--uppercase > li::before {
  content: counter(custom-counter, upper-alpha) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.list-text--uppercase--child > li::before {
  top: 0.1em;
  font-weight: normal;
}

.list-text--lowercase > li,
.list-text--lowercase-parentheses > li {
  position: relative;
  padding-left: 21px;
}
.list-text--lowercase-parentheses > li {
  padding-left: 26px;
}
.list-text--lowercase > li::before {
  content: counter(custom-counter, lower-alpha) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.list-text--lowercase-parentheses > li::before {
  content: "(" counter(custom-counter, lower-alpha) ")";
  position: absolute;
  left: 0;
  top: 0;
}
.list-text--lowercase--child > li::before,
.list-text--lowercase-parentheses--child > li::before {
  font-weight: normal;
}

.list-text--roman > li {
  position: relative;
  padding-left: 21px;
}
.list-text--roman > li::before {
  content: counter(custom-counter, upper-roman) ".";
  font-weight: bold;
  font-size: 14px;
  line-height: 1.8;
  position: absolute;
  left: 0;
  top: 0;
}
.list-text--roman--child > li::before {
  top: 0.1em;
  font-weight: normal;
}

[class^="list-"] li.text-haslink a .icon-pdf,
[class^="list-"] li.text-haslink a .icon-newtab,
[class^="list-"] li.text-haslink a span {
  margin-right: 10px;
  margin-left: 3px;
}

[class^="list-"] li.text-haslink a .icon-spacer {
  width: 18px;
  height: 18px;
}
[class^="list-"] li.text-haslink a .icon-spacer .icon-down,
[class^="list-"] li.text-haslink a .icon-spacer .icon-up {
  width: 18px;
  height: 18px;
  margin-top: -4px;
}

@media screen and (min-width: 1020px) {
  .h1 {
    font-size: 28px;
  }
  .h2 {
    font-size: 26px;
  }
  .h3 {
    font-size: 24px;
  }
  .h4 {
    font-size: 20px;
  }
  .h5 {
    font-size: 20px;
  }
}

.head-image {
  display: inline-block;
  margin-right: 33px;
  margin-top: -4px;
  width: 100%;
}
.head-image--size-30 {
  max-width: 30px;
  margin-right: 8px;
  margin-top: -8px;
}
.head-image--size-26 {
  max-width: 26px;
  margin-right: 8px;
  margin-top: -7px;
}
.head-image--size-25 {
  max-width: 25px;
  margin-right: 8px;
  margin-top: -7px;
}
.head-image--size-24 {
  max-width: 24px;
  margin-right: 8px;
  margin-top: -5px;
}
.head-image--size-20 {
  max-width: 20px;
  margin-right: 8px;
  margin-top: -4px;
}
.head-image--size-15 {
  max-width: 15px;
  margin-right: 8px;
  margin-top: -4px;
}
.head-image--size-10 {
  max-width: 10px;
  margin-right: 8px;
  margin-top: -4px;
}
.head-right-image {
  display: inline-block;
  margin-top: -4px;
  height: 100%;
}
.head-right-image--size-32 {
  margin-left: 10px;
  margin-top: -8px;
}
.head-right-image--size-32 .head-right-image {
  height: 32px;
}

/* example css */
.text__module .btn__name {
  margin-bottom: 10px;
  display: inline-block;
}

.list-image--horizontal,
ul.list-image--horizontal {
  margin-right: -10px;
  margin-left: -10px;
  flex-direction: column;
}
.list-image--horizontal .list-image__item,
ul.list-image--horizontal .list-image__item {
  font-size: 16px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.list-image--horizontal li.list-image__item:last-child,
ul.list-image--horizontal li.list-image__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1019px) {
  .list-image--horizontal .list-image__item,
  ul.list-image--horizontal .list-image__item {
    align-items: flex-start;
  }
}
.list-image--horizontal .list-image__text,
ul.list-image--horizontal .list-image__text {
  width: 100%;
}
.list-image--horizontal .list-image__img,
ul.list-image--horizontal .list-image__img {
  margin-right: 20px;
  min-width: 127px;
}
.list-image--horizontal .list-image__img img,
ul.list-image--horizontal .list-image__img img {
  cursor: default;
}
@media screen and (min-width: 1020px) {
  .list-image--horizontal .list-image__img,
  ul.list-image--horizontal .list-image__img {
    min-width: 127px;
    max-width: 127px;
  }
}
.list-image--horizontal .list-image__img:hover,
ul.list-image--horizontal .list-image__img:hover {
  cursor: pointer;
}
.list-image--horizontal .list-image__text,
ul.list-image--horizontal .list-image__text {
  text-decoration: underline;
  color: #2076c7;
}
.list-image--horizontal .list-image__text:hover,
ul.list-image--horizontal .list-image__text:hover {
  cursor: pointer;
}

.h1 {
  margin-bottom: 20px;
}
.h2 {
  margin-bottom: 16px;
}
.h1:last-child,
.h2:last-child {
  margin-bottom: 0;
}

.h3 {
  margin-bottom: 12px;
}
.h4 {
  margin-bottom: 10px;
}

ul.list-circle,
ol.list-ordered,
ul.list-asterisk,
ol.list-ordered--asterisk,
ol.list-ordered--parentheses,
ol.list-ordered--lenticular-bracket,
ul.list-check,
ul.list-text,
ol.list-text--uppercase,
ol.list-text--lowercase,
ol.list-text--lowercase-parentheses,
ol.list-text--roman,
ol.list-ordered--mix,
ol.list-ordered--kata {
  margin-bottom: 10px;
}
.h3:last-child,
.h4:last-child,
ul.list-circle:last-child,
ol.list-ordered:last-child,
ul.list-asterisk:last-child,
ol.list-ordered--asterisk:last-child,
ol.list-ordered--parentheses:last-child,
ol.list-ordered--lenticular-bracket:last-child,
ul.list-check:last-child,
ul.list-text:last-child,
ol.list-text--uppercase:last-child,
ol.list-text--lowercase:last-child,
ol.list-text--lowercase-parentheses:last-child,
ol.list-text--roman:last-child,
ol.list-ordered--mix:last-child,
ol.list-ordered--kata:last-child {
  margin-bottom: 0;
}

.h5,
.text-lead,
ul.list-image {
  margin-bottom: 12px;
}
.h5:last-child,
.sub-head:last-child,
.text-lead:last-child,
ul.list-image:last-child {
  margin-bottom: 0;
}

h1.h1,
h2.h2,
h3.h3,
h4.h4,
h5.h5 {
  display: flex;
  align-items: baseline;
  line-height: 1.4;
}

/* Button Modules
======================================*/
.btn,
.btn-newtab {
  max-width: 375px;
  width: 100%;
  min-height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  color: #fff;
  flex-direction: column;
  border-width: 2px;
  border-style: solid;
  opacity: 1;
  line-height: 1.4;
  padding: 8px 32px;
  margin-bottom: 20px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.container__nav .btn,
.container__nav .btn-caption,
.container__nav .btn-caption span:last-child,
.container__nav .btn-newtab {
  font-size: 15px;
}
.btn:last-child,
.btn-newtab:last-child {
  margin-bottom: 0;
}
.redirect-box__link .btn {
  margin: 0;
}
.btn.btn--normal,
.btn--normal.btn-newtab {
  color: #2076c7;
  border-color: #2076c7;
  background-color: #fff;
  box-shadow: none;
}
.btn.btn--main,
.btn--main.btn-newtab {
  background-color: #2076c7;
  border-color: #2076c7;
}
.btn.btn--accent,
.btn--accent.btn-newtab {
  background-color: #e3215a;
  border-color: #e3215a;
}
.btn.btn--sub,
.btn--sub.btn-newtab {
  background-color: #0e819a;
  border-color: #0e819a;
}
.btn.btn--inactive,
.btn--inactive.btn-newtab {
  background-color: #adadad;
  border-color: #adadad;
  pointer-events: none;
}
.btn.btn--anchor,
.btn--anchor.btn-newtab {
  position: relative;
  padding: 15px 43px 14px;
}
@media screen and (min-width: 1020px) {
  .btn.btn--anchor,
  .btn--anchor.btn-newtab {
    padding: 16px 43px;
  }
}
.btn.btn--anchor span[class^="icon-"],
.btn--anchor.btn-newtab span[class^="icon-"] {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (min-width: 1020px) {
  .btn.btn--anchor span[class^="icon-"],
  .btn--anchor.btn-newtab span[class^="icon-"] {
    font-size: 14px;
  }
}
.btn.btn--anchor span[class^="icon-"]::before,
.btn--anchor.btn-newtab span[class^="icon-"]::before {
  color: #fff;
}
.btn.btn--anchor.btn--normal span[class^="icon-"]::before,
.btn--anchor.btn--normal.btn-newtab span[class^="icon-"]::before {
  color: #2076c7;
}
.btn [class^="icon"],
.btn-newtab [class^="icon"] {
  max-height: 15px;
}
button[data-toggle="modal"] {
  margin-bottom: 20px;
}
button[data-toggle="modal"]:last-child {
  margin-bottom: 0;
}

.btn-newtab .icon-newtab,
.btn-newtab .icon-pdf,
.btn-caption .icon-newtab,
.btn-caption .icon-pdf {
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -8px;
}
.nav__content .btn-newtab .icon-newtab,
.nav__content .btn-newtab .icon-pdf,
.nav__content .btn-caption .icon-newtab,
.nav__content .btn-caption .icon-pdf {
  top: 50%;
  right: 8px;
  max-height: 12px;
  margin-top: -7px;
}
.btn-caption {
  padding: 8px 32px;
  width: 100%;
  min-height: 63px;
  max-width: 375px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  color: #fff;
  flex-direction: column;
  border-width: 2px;
  border-style: solid;
  word-break: break-all;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.btn-caption:last-child {
  margin-bottom: 0;
}
.btn-caption span:first-child {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 1px;
}
.btn-caption span:last-child {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}
.container__nav .btn-caption {
  padding: 8px 30px;
}
.container__nav .btn-caption span:first-child {
  font-size: 11px;
  font-weight: 700;
}
.btn-caption span.text_title,
.btn-caption span.conversion_title {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}
.btn-caption span.text_caption,
.btn-caption span.conversion_caption {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 1019px) {
  .btn,
  .btn-newtab {
    font-size: 16px;
  }
  .btn-caption span:last-child,
  .btn-caption span.text_title,
  .btn-caption span.conversion_titl {
    font-size: 16px;
  }
  .btn-caption span.text_caption,
  .btn-caption span.conversion_caption {
    font-size: 12px;
  }
}
.btn-caption.btn--normal span[class^="icon-"]::before {
  color: #2076c7;
}

.btn-caption span.icon-anchor--down::before {
  font-size: 13px;
  top: 4px;
}
@media screen and (min-width: 1020px) {
  .btn-caption span.icon-anchor--down::before {
    top: 3px;
  }
}
.btn-caption.btn--normal {
  color: #2076c7;
  border-color: #2076c7;
  background-color: #fff;
  box-shadow: none;
}
.btn-caption.btn--normal span.icon-anchor--down::before {
  color: #2076c7;
}
.btn-caption.btn--main {
  background-color: #2076c7;
  border-color: #2076c7;
}
.btn-caption.btn--accent {
  background-color: #e3215a;
  border-color: #e3215a;
}
.btn-caption.btn--sub {
  background-color: #0e819a;
  border-color: #0e819a;
}
.btn-caption.btn--inactive {
  background-color: #adadad;
  border-color: #adadad;
  pointer-events: none;
}
.js_check_btn.btn--inactive {
  pointer-events: initial;
}

.btn-small {
  width: 100%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  color: #fff;
  flex-direction: column;
  min-height: 50px;
  padding: 11px 20px;
  border-width: 2px;
  border-style: solid;
  word-break: break-all;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.btn-small:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1020px) {
  .btn-small {
    font-size: 16px;
  }
}
.btn-small.btn--normal {
  color: #2076c7;
  border-color: #2076c7;
  background-color: #fff;
  box-shadow: none;
}
.btn-small.btn--main {
  background-color: #2076c7;
  border-color: #2076c7;
}
.btn-small.btn--accent {
  background-color: #e3215a;
  border-color: #e3215a;
}
.btn-small.btn--sub {
  background-color: #0e819a;
  border-color: #0e819a;
}
.btn-small.btn--inactive {
  background-color: #adadad;
  border-color: #adadad;
  pointer-events: none;
}

.btn-xs {
  width: 100%;
  max-width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  color: #fff;
  flex-direction: column;
  height: 40px;
  border-width: 2px;
  border-style: solid;
  word-break: break-all;
  letter-spacing: 0.03em;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.btn-xs.btn--normal {
  color: #2076c7;
  border-color: #2076c7;
  box-shadow: none;
}
.btn-xs.btn--main {
  background-color: #2076c7;
  border-color: #2076c7;
}
.btn-xs.btn--accent {
  background-color: #e3215a;
  border-color: #e3215a;
}
.btn-xs.btn--sub {
  background-color: #0e819a;
  border-color: #0e819a;
}
.btn-xs.btn--inactive {
  background-color: #adadad;
  border-color: #adadad;
  pointer-events: none;
}

.btn-large {
  width: 100%;
  max-width: 335px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  color: #fff;
  height: auto;
  padding: 15px 30px 14px;
  text-align: center;
  line-height: 1.4;
  border-width: 2px;
  border-style: solid;
  word-break: break-all;
  min-height: 60px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.btn-large:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1020px) {
  .btn-large {
    max-width: 420px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.btn-large.btn--normal {
  color: #2076c7;
  border-color: #2076c7;
  background-color: #fff;
  box-shadow: none;
}
.btn-large.btn--main {
  background-color: #2076c7;
  border-color: #2076c7;
}
.btn-large.btn--accent {
  background-color: #e3215a;
  border-color: #e3215a;
}
.btn-large.btn--sub {
  background-color: #0e819a;
  border-color: #0e819a;
}
.btn-large.btn--inactive {
  background-color: #adadad;
  border-color: #adadad;
  pointer-events: none;
}

.btn-caption--large {
  max-width: 335px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  color: #fff;
  flex-direction: column;
  height: auto;
  text-align: center;
  padding: 10px 20px;
  border-width: 2px;
  border-style: solid;
  word-break: break-all;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.btn-caption--large:last-child {
  margin-bottom: 0;
}
.btn-caption--large span:first-child {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 1px;
}
@media screen and (min-width: 1020px) {
  .btn-caption--large span:first-child {
    line-height: 20px;
    margin-bottom: 2px;
  }
}
.btn-caption--large span:last-child {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  display: inline-table;
}
@media screen and (min-width: 1020px) {
  .btn-caption--large span:last-child {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1020px) {
  .btn-caption--large {
    max-width: 420px;
    font-size: 16px;
    padding: 10px 20px;
  }
}
.btn-caption--large.btn--normal {
  color: #2076c7;
  border-color: #2076c7;
  background-color: #fff;
  box-shadow: none;
}
.btn-caption--large.btn--main {
  background-color: #2076c7;
  border-color: #2076c7;
}
.btn-caption--large.btn--accent {
  background-color: #e3215a;
  border-color: #e3215a;
}
.btn-caption--large.btn--sub {
  background-color: #0e819a;
  border-color: #0e819a;
}
.btn-caption--large.btn--inactive {
  background-color: #adadad;
  border-color: #adadad;
  pointer-events: none;
}

.btn-small--large {
  width: 100%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  color: #fff;
  flex-direction: column;
  height: auto;
  border-width: 2px;
  border-style: solid;
  line-height: 18px;
  padding: 11px 20px;
  text-align: center;
  word-break: break-all;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}
.btn-small--large:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1020px) {
  .btn-small--large {
    max-width: 420px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.btn-small--large.btn--normal {
  color: #2076c7;
  border-color: #2076c7;
  background-color: #fff;
  box-shadow: none;
}
.btn-small--large.btn--main {
  background-color: #2076c7;
  border-color: #2076c7;
}
.btn-small--large.btn--accent {
  background-color: #e3215a;
  border-color: #e3215a;
}
.btn-small--large.btn--sub {
  background-color: #0e819a;
  border-color: #0e819a;
}
.btn-small--large.btn--inactive {
  background-color: #adadad;
  border-color: #adadad;
  pointer-events: none;
}

.column .column__xs--06 > [class^="btn"],
.column .column__xs--06 > .link-icon,
.column .list-link-box > li .column__xs--06 > a,
.list-link-box > li .column .column__xs--06 > a,
.column .column__xs--06 > .link-bullet,
.column .column__xs--06 > .link-complex {
  height: 100%;
}

@media screen and (min-width: 1020px) {
  .button-group .button-group__item > [class^="btn"],
  .button-group .button-group__item > .link-icon,
  .button-group .list-link-box > li .button-group__item > a,
  .list-link-box > li .button-group .button-group__item > a,
  .button-group .button-group__item > .link-bullet,
  .button-group .button-group__item > .link-complex,
  .link-group .link-group__item > [class^="btn"],
  .link-group .link-group__item > .link-icon,
  .link-group .list-link-box > li .link-group__item > a,
  .list-link-box > li .link-group .link-group__item > a,
  .link-group .link-group__item > .link-bullet,
  .link-group .link-group__item > .link-complex,
  [class^="col"] > [class^="btn"],
  [class^="col"] > .link-icon,
  .list-link-box > li [class^="col"] > a,
  [class^="col"] > .link-bullet,
  [class^="col"] > .link-complex {
    height: 100%;
  }
}

.column.linkbox__sharp {
  padding: 1px 10px 0 11px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.column.linkbox__sharp > [class^="column__"] {
  padding: 0;
  margin: -1px 0 0 -1px;
}
.column.linkbox__sharp .link-icon,
.column.linkbox__sharp .list-link-box > li a,
.column.linkbox__sharp .link-bullet,
.column.linkbox__sharp .link-complex {
  padding: 12px 52px 12px 24px;
  min-height: auto;
  font-size: 16px;
}
.linkbox__sharp .linkbox__sharp--current {
  font-weight: bold;
  background: #f6f8f9;
}
.linkbox__sharp .link-icon [class^="icon"],
.linkbox__sharp .list-link-box > li a [class^="icon"],
.linkbox__sharp .link-bullet [class^="icon"],
.linkbox__sharp .link-complex [class^="icon"] {
  right: 24px;
}
.column.linkbox__sharp .link-icon.link-bullet {
  padding: 13px 52px 13px 64px;
}
.column.linkbox__sharp .link-icon.link-bullet .link-bullet__icon {
  left: 24px;
}

/* Mini site Modules
======================================*/
.nav__menu-sp {
  display: none;
  max-height: 72px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 13;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #b0bdcc;
}
@media screen and (max-width: 1019px) {
  .nav__menu-sp {
    display: flex;
  }
}
.nav__menu-sp .nav__menu-sp__title {
  font-size: 14px;
  font-weight: 400;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
}
@media screen and (max-width: 1019px) {
  .nav__menu-sp .nav__menu-sp__title {
    border-right: 1px solid #b0bdcc;
    flex: 1;
  }
}
.nav__menu-sp .icon-menu {
  font-size: 10px;
  position: relative;
  padding: 28px 20px 11px;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  box-sizing: border-box;
}
.nav__menu-sp .icon-menu .icon-arrow--up {
  position: absolute;
  right: 40%;
  top: 13px;
  font-size: 7px;
  font-weight: 700;
}
@media screen and (max-width: 1019px) {
  .nav__menu-sp .icon-menu {
    width: 81px;
    appearance: none;
    border: 0;
    background-color: transparent;
  }
}

.nav__content {
  width: 240px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1019px) {
  .nav__content {
    width: 100%;
    position: absolute;
    background-color: #fff;
    transform: translateY(-100%);
    padding-top: 57px;
    z-index: 12;
    padding-bottom: 40px;
    overflow: scroll;
    height: 100vh;
  }
  .nav__content.has-transition {
    transition: all 0.4s ease-in-out;
  }
  .nav__content a:hover {
    opacity: 1;
  }
}

.nav__content .nav__button {
  padding: 24px 16px 0;
  margin-bottom: 24px;
  border-top: 1px solid #dbe3e8;
}
.nav__content .nav__button .btn,
.nav__content .nav__button .btn-newtab,
.nav__content .nav__button .btn-caption {
  width: 208px;
}
.nav__content .nav__button p {
  font-size: 13px;
  margin-bottom: 5px;
}
.nav__content .nav__button p a {
  font-size: 13px;
}
.nav__content .nav__button hr {
  border: none;
  border-top: 1px solid #dbe3e8;
  height: 1px;
  margin: 15px auto;
}
@media screen and (max-width: 1019px) {
  .nav__content .nav__button .btn,
  .nav__content .nav__button .btn-newtab,
  .nav__content .nav__button .btn-caption {
    max-width: 335px;
    width: 100%;
  }
}
.nav__content .nav__button [class^="btn"] {
  margin-bottom: 10px;
}
.nav__content .nav__button [class^="btn"]:last-child {
  margin-bottom: 0;
}

.nav__content .nav__title {
  color: #666;
  padding: 0 0 10px;
  margin: 0 20px;
  border-bottom: 1px solid #dbe3e8;
  font-size: 13px;
  font-weight: 400;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__content a.nav__title {
  padding: 0 0 10px;
  margin: 0 16px;
  border-bottom: none;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__content .nav__title:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1019px) {
  .nav__content .nav__title:first-child {
    display: none;
  }
}
.nav__content .nav__title [class*="icon-"] {
  font-size: 12px;
}
@media screen and (max-width: 1019px) {
  .nav__content .nav__title {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    border: none;
  }
}

.nav-list li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dbe3e8;
  cursor: pointer;
}
.nav-list li a,
.nav-list li button {
  background-color: transparent;
  border: none;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  width: 100%;
  padding: 14px 42px 13px 16px;
}
.nav__content .nav-list li a:hover,
.nav__content .nav-list li button:hover {
  opacity: 1;
  background: #f5f5f5;
}
@media screen and (max-width: 1019px) {
  .nav-list li a,
  .nav-list li button {
    padding: 13px 45px 11px 20px;
    background-color: #f6f8f9;
    border-top: 1px solid #b0bdcc;
    margin-top: -1px;
  }
}
@media screen and (max-width: 1019px) {
  .nav-list li .nav__sub-menu a {
    margin-top: 0;
    border-top: none;
  }
  .nav-list li .nav__sub-menu li:first-child a {
    border-top: 1px solid #b0bdcc;
  }
}
.nav-list li [class*="icon-"] {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  line-height: normal;
  display: flex;
  align-items: center;
  font-size: 12px;
}
@media screen and (max-width: 1019px) {
  .nav-list li [class*="icon-"] {
    font-size: 14px;
    right: 23px;
  }
}
.nav-list li img[class*="icon-"] {
  width: 14px;
  right: 16px;
  height: auto;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1019px) {
  .nav-list li img[class*="icon-"] {
    right: 20px;
  }
}
.nav-list li .icon-plus {
  width: 12px;
  height: 12px;
  right: 16px;
}
@media screen and (max-width: 1019px) {
  .nav-list li .icon-plus {
    right: 20px;
  }
}
.nav-list li:first-child {
  border-top: 1px solid #dbe3e8;
}

.nav__sub-menu {
  display: none;
}
.nav__sub-menu li {
  display: flex;
  flex-direction: column;
  border-bottom: none;
}
.nav__sub-menu li a,
.nav__sub-menu li button {
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 42px;
  position: relative;
  width: auto;
}
.nav__sub-menu li:first-child {
  border-top: none;
}
.nav__sub-menu li a::after,
.nav__sub-menu li button::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #dbe3e8;
  width: 194px;
  top: 0;
  right: 16px;
}
.nav__sub-menu li:first-child a::after,
.nav__sub-menu li:first-child button::after {
  width: 208px;
  right: 16px;
}
.nav__sub-menu li span {
  color: #555;
  font-size: 13px;
  line-height: 20px;
}
.nav__sub-menu li span.icon-arrow--right {
  right: 16px;
  font-size: 12px;
}
@media screen and (max-width: 1019px) {
  .nav__sub-menu li span.icon-arrow--right {
    font-size: 14px;
    right: 23px;
  }
  .nav__sub-menu li a::after,
  .nav__sub-menu li button::after {
    display: none;
  }
  .nav__sub-menu li:first-child a::after,
  .nav__sub-menu li:first-child button::after {
    display: none;
  }
}
.nav__sub-menu li span.icon-arrow--right::before {
  font-size: unset;
  content: "\e903";
}

.nav-list li.active {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media screen and (max-width: 1019px) {
  .nav-list li.active a {
    background-color: #fff;
  }
  .nav-list li.active a[target="_blank"] {
    background-color: #f6f8f9;
  }
}
.nav-list li.active .icon-plus::before {
  content: "\e915";
  color: #2076c7;
}
.nav-list li.active .nav__sub-menu {
  display: block;
}
@media screen and (max-width: 1019px) {
  .nav-list li.active .nav__sub-menu a {
    background-color: #f6f8f9;
  }
}

.nav__column-link {
  display: flex;
  flex-direction: column;
}
.nav__column-link .pc-visible .link-icon {
  border: none;
  border-bottom: 1px solid #dbe3e8;
  margin: 0 20px;
  width: 200px;
  padding-left: 0;
  font-size: 13px;
}
.nav__column-link .pc-visible .nav__content .nav__title {
  border-bottom: 1px solid #dbe3e8;
}
@media screen and (max-width: 1019px) {
  .nav__column-link {
    padding: 0 20px;
  }
}
.nav__column-link .nav__row {
  margin-bottom: 14px;
}
.nav__column-link .nav__row .column .column__xs--06 .link-icon--arrow,
.nav__column-link .nav__row .column .column__xs--06 .link-bullet {
  height: 100%;
  margin-bottom: 0;
}
.nav__column-link .link-icon,
.nav__column-link .list-link-box > li a,
.list-link-box > li .nav__column-link a,
.nav__column-link .link-bullet,
.nav__column-link .link-complex {
  margin-bottom: 14px;
}
@media screen and (max-width: 1019px) {
  .nav__column-link .link-icon,
  .nav__column-link .list-link-box > li a,
  .list-link-box > li .nav__column-link a,
  .nav__column-link .link-bullet,
  .nav__column-link .link-complex {
    max-width: none;
  }
}

.container__main__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1019px) {
  .container__main__title {
    font-size: 20px;
    line-height: 30px;
  }
}

.container__main__body {
  margin-bottom: 40px;
}

.nav-open {
  overflow: hidden;
}

/* Column Link Modules
======================================*/
.link-icon,
.list-link-box > li a,
.link-bullet,
.link-complex {
  padding: 13px 35px 13px 14px;
  line-height: 1.4;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  font-size: 14px;
  background: #fff;
  border: 1px solid #cdd6dd;
  position: relative;
  width: 100%;
  max-width: 375px;
  letter-spacing: 0;
  text-align: left;
}
.column > [class^="column__"] > .link-icon {
  max-width: 100%;
}
.link-icon [class^="icon"],
.list-link-box > li a [class^="icon"],
.link-bullet [class^="icon"],
.link-complex [class^="icon"] {
  position: absolute;
  display: block;
  line-height: 1.4;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.link-icon--arrow [class^="icon"],
.link-bullet [class^="icon"] {
  top: 50%;
  font-size: 12px;
}
.link-icon--newtab [class^="icon"] {
  font-size: 10px;
}
.link-icon--pdf [class^="icon"] {
  font-size: 15px;
}
.link-icon .icon-folder,
.list-link-box > li a .icon-folder,
.link-bullet .icon-folder,
.link-complex .icon-folder {
  font-size: 11px;
}
.link-icon--down [class^="icon"] {
  right: 16px;
}
.link-icon--down [class^="icon"]::before {
  transform: rotate(90deg);
  display: block;
}
.link-icon--down img.icon-down,
.link-icon--down img.icon-arrow--down,
.link-bullet img.icon-arrow--down {
  transform: translate(4px, -6px) rotate(90deg) !important;
  font-size: 12px;
  height: 15px;
  width: 15px;
}
@media screen and (max-width: 1019px) {
  .link-icon,
  .list-link-box > li a,
  .link-bullet,
  .link-complex {
    padding-right: 30px;
    max-width: 100%;
  }
}

.link-box {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 100%;
  width: 100%;
  align-items: center;
  padding: 20px 5px;
}
.link-box--border,
.link-box-next--border,
.link-box-external--border,
.link-box-pdf--border,
.link-box-down--border {
  border: 1px solid #cdd6dd;
  box-shadow: none;
}
.link-box__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
}
.link-box__inner span + span {
  line-height: 1.4;
}
.link-box:not(.link-box--horizontal) .link-box__inner {
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 40px;
}
.link-box:not(.link-box--horizontal) .link-box__inner img {
  display: block;
  margin: auto;
  max-height: 40px;
  min-height: 35px;
}
@media screen and (max-width: 1019px) {
  .link-box:not(.link-box--horizontal) .link-box__inner img {
    max-height: 30px;
  }
}
.link-box:not(.link-box--horizontal) .link-box__inner > span {
  display: flex;
}
.link-box:not(.link-box--horizontal) .link-box__inner > span:first-child {
  height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
.link-box:not(.link-box--horizontal) .link-box__inner > span + span {
  padding-top: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.link-box:not(.link-box--horizontal) .link-box__inner > span + [class^="link"] {
  color: #222;
  text-decoration: none;
  display: inline;
}
@media screen and (max-width: 1019px) {
  .link-box:not(.link-box--horizontal) .link-box__inner > span + span {
    padding-top: 6px;
  }
}
.link-box--horizontal {
  max-width: none;
  padding: 21px 14px;
  width: 100%;
  position: relative;
  display: flex;
}
.link-box--horizontal .link-box__inner {
  flex-direction: row;
}
.link-box--horizontal .link-box__inner img {
  max-height: 27px;
  max-width: 27px;
  height: auto;
  width: auto;
  position: absolute;
  left: 15px;
  top: calc((100% - 27px) / 2);
}
.link-box--horizontal .link-box__inner span + span {
  margin-left: 36px;
}
@media screen and (min-width: 1020px) {
  .link-box {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1019px) {
  .link-box--horizontal .link-box__inner span + span {
    text-align: left;
  }
}

.link-group {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}
.link-group .link-group__item {
  padding: 5px;
  width: 172px;
}
.link-group--center {
  justify-content: center;
}
@media screen and (min-width: 1020px) {
  .link-group {
    margin: -10px;
  }
  .link-group .link-group__item {
    padding: 10px;
    width: 160px;
  }
  .link-group--horizontal .link-group__item {
    width: 235px;
  }
}
.link-group--sm-center .link-box {
  padding: 17px 14px;
}
@media screen and (max-width: 1019px) {
  .link-group--sm-center .link-box {
    padding: 15px 14px;
  }
}
@media screen and (min-width: 576px) {
  .link-group--sm-center {
    justify-content: center;
  }
}
@media screen and (max-width: 1019px) {
  .link-group--inline .link-group__item {
    width: 115px;
  }
}

@media screen and (max-width: 1019px) {
  .column .column__xs--06:nth-of-type(odd) {
    text-align: right;
  }
  .column .column__xs--06 .btn-small--large.btn--sub {
    margin-bottom: 0 !important;
  }
  .column .column__xs--06 .link-icon.link-icon--arrow,
  .column .column__xs--06 .list-link-box > li a.link-icon--arrow,
  .list-link-box > li .column .column__xs--06 a.link-icon--arrow,
  .column .column__xs--06 .list-link-box > li a.link-bullet,
  .list-link-box > li .column .column__xs--06 a.link-bullet,
  .column .column__xs--06 .link-bullet,
  .column .column__xs--06 .link-icon--arrow.link-complex,
  .column .column__xs--06 .link-complex.link-bullet {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 1019px) {
  :not(.button-group, .block-function-appeal) > .column:not(.column__btn--004) > [class^="column__"]:last-child {
    margin-bottom: 0;
  }
}

.button-group {
  margin-left: -10px;
  margin-right: -10px;
}
.button-group .button-group__item {
  margin: 20px auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1020px) {
  .button-group .button-group__item .link-icon,
  .button-group .button-group__item .list-link-box > li a,
  .list-link-box > li .button-group .button-group__item a,
  .button-group .button-group__item .link-bullet,
  .button-group .button-group__item .link-complex {
    width: 320px;
  }
}
.button-group .link-icon,
.button-group .list-link-box > li a,
.list-link-box > li .button-group a,
.button-group .link-bullet,
.button-group .link-complex {
  padding: 13px 30px 13px 14px;
}
@media screen and (min-width: 1020px) {
  .button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -20px;
  }
  .button-group .button-group__item {
    padding-top: 20px;
    margin: 0;
  }
  .button-group [class^="icon-"] {
    right: 6px;
    top: 50%;
    margin-top: -7.5px;
  }
  .button-group .link-icon--down [class^="icon-"] {
    height: 12px;
    right: 10px;
    top: 45%;
  }

  .button-group.button-group--02 [class^="btn"],
  .button-group.button-group--02 .link-icon,
  .button-group.button-group--02 .list-link-box > li a,
  .list-link-box > li .button-group.button-group--02 a,
  .button-group.button-group--02 .link-bullet,
  .button-group.button-group--02 .link-complex {
    width: 320px;
  }
  .button-group.button-group--03 [class^="btn"],
  .button-group.button-group--03 .link-icon,
  .button-group.button-group--03 .list-link-box > li a,
  .list-link-box > li .button-group.button-group--03 a,
  .button-group.button-group--03 .link-bullet,
  .button-group.button-group--03 .link-complex {
    width: 293.3333px;
  }
}
@media screen and (max-width: 1019px) {
  .button-group {
    text-align: center;
  }
}
.button-group--align-left {
  text-align: left;
}
@media screen and (max-width: 1019px) {
  .button-group--align-left {
    margin: 0;
  }
}
.button-group--align-left .column {
  width: 100%;
}
@media screen and (max-width: 1019px) {
  .button-group--align-left .column {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1019px) {
  .button-group--align-left .column .column__xs--06:nth-child(odd) {
    padding-left: 0;
  }
}
@media screen and (max-width: 1019px) {
  .button-group--align-left .column .column__xs--06:nth-child(even) {
    padding-right: 0;
  }
}

.content--medium,
.link-group,
.button-group {
  margin-bottom: 20px;
}
.content--medium:last-child,
.link-group:last-child,
.button-group:last-child {
  margin-bottom: 0;
}

/* Column Modules
======================================*/
.column {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.column > [class^="column__"] {
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}
.column.column__btn--004 .column__xs--06 a {
  padding: 19px 20px;
}
@media screen and (min-width: 1020px) {
  .column.column__btn--004 .column__xs--06 a {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 1019px) {
  .column {
    margin-left: -5px;
    margin-right: -5px;
  }
  .column.column__btn--004 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .column.column__btn--004 .column__xs--06:nth-of-type(odd) [class^="btn"] {
    margin-right: 0;
  }
  .column.column__btn--004 .column__xs--06:nth-of-type(even) [class^="btn"] {
    margin-left: 0;
  }
  .column > [class^="column__"] {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 20px;
  }
  .column .column__xs--06 {
    margin-bottom: 10px;
  }
  .column .column__xs--06:last-child,
  .column .column__xs--06:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
}
.column--center {
  justify-content: center;
}
.column__border-left {
  position: relative;
}
.column__border-left::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  border-left: 1px solid #e0e5e9;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1020px) {
  .column {
    margin-top: -20px;
  }
  .column > [class^="column__"] {
    padding-top: 20px;
  }
}

.column__01 {
  width: 8.3333% !important;
}

.column__02 {
  width: 16.6667% !important;
}

.column__03 {
  width: 25% !important;
}

.column__04 {
  width: 33.3333% !important;
}

.column__05 {
  width: 41.6667% !important;
}

.column__06 {
  width: 50% !important;
}

.column__07 {
  width: 58.3333% !important;
}

.column__08 {
  width: 66.6667% !important;
}

.column__09 {
  width: 75% !important;
}

.column__11 {
  width: 8.3333% !important;
}

.column__12 {
  width: 100% !important;
}

.column__sm--12 {
  width: 100%;
}

.column__sm--01 {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .column__sm--01 {
    width: 8.3333%;
  }
}

.column__sm--02 {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .column__sm--02 {
    width: 16.6667%;
  }
}

.column__sm--03 {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .column__sm--03 {
    width: 25%;
  }
}

.column__sm--04 {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .column__sm--04 {
    width: 33.3333%;
  }
}

.column__sm--05 {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .column__sm--05 {
    width: 41.6667%;
  }
}

.column__sm--06 {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .column__sm--06 {
    width: 50%;
  }
}

.column__sm--07 {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .column__sm--07 {
    width: 58.3333%;
  }
}

.column__sm--08 {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .column__sm--08 {
    width: 66.6667%;
  }
}

.column__sm--09 {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .column__sm--09 {
    width: 75%;
  }
}

.column__sm--10 {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .column__sm--10 {
    width: 83.3333%;
  }
}

.column__sm--11 {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .column__sm--11 {
    width: 91.6667%;
  }
}

@media screen and (max-width: 1019px) {
  .column__xs--01 {
    width: 8.3333%;
  }
}

@media screen and (max-width: 1019px) {
  .column__xs--02 {
    width: 16.6667%;
  }
}

@media screen and (max-width: 1019px) {
  .column__xs--03 {
    width: 25%;
  }
}

@media screen and (max-width: 1019px) {
  .column__xs--04 {
    width: 33.3333%;
  }
}

@media screen and (max-width: 1019px) {
  .column__xs--05 {
    width: 41.6667%;
  }
}

@media screen and (max-width: 1019px) {
  .column__xs--06 {
    width: 50%;
  }
}

@media screen and (max-width: 1019px) {
  .column__xs--07 {
    width: 58.3333%;
  }
}

@media screen and (max-width: 1019px) {
  .column__xs--08 {
    width: 66.6667%;
  }
}

@media screen and (max-width: 1019px) {
  .column__xs--09 {
    width: 75%;
  }
}

@media screen and (max-width: 1019px) {
  .column__xs--11 {
    width: 8.3333%;
  }
}

@media screen and (max-width: 1019px) {
  .column__xs--12 {
    width: 100%;
  }
}

/* Column Image Modules
======================================*/
@media screen and (max-width: 1019px) {
  .column--image {
    padding-left: 5px;
    padding-right: 5px;
  }
  .column--image [class^="column__sm"] {
    margin-bottom: 20px;
  }
  .column--image [class^="column__sm"]:last-child {
    margin-bottom: 0;
  }
  .column--image .column__xs--06 {
    margin-bottom: 11px;
  }
}

.column--image [class^="column__"] {
  display: block;
  text-align: center;
}
.column--image [class^="column__"] picture img {
  height: auto;
}
.column--image [class^="column__"] img {
  margin: 0 auto;
  max-width: 100%;
}

.br-50 {
  border-radius: 50%;
}

.column__box-image__caption {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.column--box-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
.column--box-group.sns {
  justify-content: center;
}
.column--box-group:last-child {
  margin-bottom: 0;
}
.column--box-group .column__sm--15 {
  width: 33.3333%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1019px) {
  .column--box-group .column__sm--15:nth-child(n + 4) {
    margin-top: 20px;
  }
}
.column--box-group .column__sm--15 .column__box-image {
  display: flex;
  flex-direction: column;
}
.column--box-group .column__sm--15 .column__box-image__image-wrap {
  text-align: center;
}
.column--box-group .column__sm--15 .column__box-image .column__box-image__caption {
  margin-top: 10px;
}

.column--box-group .column__sm--sns {
  width: 80px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1019px) {
  .column--box-group .column__sm--sns:nth-child(n + 4) {
    margin-top: 20px;
  }
}
.column--box-group .column__sm--sns .column__box-image {
  display: flex;
  flex-direction: column;
}
.column--box-group .column__sm--sns .column__box-image__image-wrap {
  text-align: center;
}
.column--box-group .column__sm--sns .column__box-image .column__box-image__caption {
  margin-top: 10px;
}

@media screen and (min-width: 1020px) {
  .column--box-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
  }
  .column--box-group .column__sm--15 {
    width: 12.5%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .column--box-group .column__sm--15.column__box-image {
    display: flex;
    flex-direction: column;
  }
  .column--box-group .column__sm--15.column__box-image__image-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .column--box-group .column__sm--15.column__box-image .column__box-image__caption {
    margin-top: 14px;
  }
  .column--box-group .column__sm--15:nth-child(n + 9) {
    margin-top: 20px;
  }
  .column--box-group .column__sm--sns {
    width: 80px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .column--box-group .column__sm--sns.column__box-image {
    display: flex;
    flex-direction: column;
  }
  .column--box-group .column__sm--sns.column__box-image__image-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .column--box-group .column__sm--sns.column__box-image .column__box-image__caption {
    margin-top: 14px;
  }
  .column--box-group .column__sm--sns:nth-child(n + 9) {
    margin-top: 20px;
  }
}

/* Action UI Modules
======================================*/
.link-paragraph {
  font-weight: normal;
  margin-bottom: 10px;
}
.link-paragraph:last-child {
  margin-bottom: 0;
}
.link-paragraph p {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  color: #555;
  margin-bottom: 5px;
}
.link-paragraph a {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  color: #2076c7;
}
.link-paragraph [class^="icon-"] {
  padding-left: 10px;
}

.link-extra {
  border-radius: 17px;
  background: #fff;
  border: 1px solid #b0bdcc;
  color: #2076c7;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
  padding: 6px 14px;
}

.link-contact__wrap {
  margin-bottom: 20px;
  text-align: center;
}
.link-contact {
  display: inline-block;
  padding: 20px;
  background: #e8f1f9;
  font-size: 30px;
  line-height: 1.4;
  text-align: left;
  color: #2076c7;
}
.link-contact .icon-contact {
  margin-right: 10px;
}
.link-contact__sub-text {
  font-size: 14px;
}
.link-contact__inner {
  border-radius: 4px;
  background: #fff;
  padding: 15px 20px;
  text-align: center;
}
.link-contact__number {
  display: inline-block;
}
.link-contact__number-text {
  font-size: 14px;
  display: inline-block;
}
@media screen and (min-width: 1020px) {
  .link-contact {
    pointer-events: none;
    min-width: 375px;
  }
}
@media screen and (max-width: 1019px) {
  .link-contact {
    margin-left: -10px;
    margin-right: -10px;
    padding: 40px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .link-contact .link-contact__inner {
    padding: 15px 30px;
    font-size: 22px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.pagination:last-child {
  margin-bottom: 0;
}
.pagination .pagination__arrows {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #2076c7;
  border: none;
  display: inline-block;
  position: relative;
  font-size: 14px;
}

.pagination .pagination__arrows .icon-prev,
.pagination .pagination__arrows .icon-next {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagination .pagination__arrows:hover {
  cursor: pointer;
}
.pagination .pagination__arrows--deactive {
  background: #98a6b5;
  pointer-events: none;
}
.pagination .pagination__arrows + .pagination__arrows {
  margin-left: 20px;
}
.pagination__item {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #98a6b5;
  padding-left: 15px;
  padding-right: 15px;
}
.pagination__item--active {
  color: #2076c7;
}
.pagination__item--first {
  padding-left: 22px;
}
.pagination .pagination__nummbers {
  display: flex;
  align-items: center;
}
.pagination .pagination__nummbers .pagination__item {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #98a6b5;
  padding-left: 15px;
  padding-right: 15px;
}
.pagination .pagination__nummbers .pagination__item:hover {
  cursor: pointer;
}
.pagination .pagination__nummbers .pagination__item--deactive {
  color: #2076c7;
  pointer-events: none;
}
.pagination .pagination__nummbers .pagination__item:first-child {
  padding-left: 20px;
}
.pagination .pagination__nummbers .pagination__item:last-child {
  padding-right: 20px;
}

.pagination--text .pagination__arrows {
  font-size: 12px;
  width: auto;
  height: auto;
  background: none;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 1020px) {
  .pagination--text {
    justify-content: space-between;
  }

  .pagination--text .pagination__arrows {
    font-size: 14px;
    width: 50%;
    max-width: 320px;
  }
}
@media screen and (max-width: 1019px) {
  .pagination.pagination--text {
    display: block;
    position: relative;
  }
  .pagination--text .pagination__arrows {
    width: 100%;
  }
  .pagination--text .pagination__arrows:nth-child(1) {
    margin-bottom: 14px;
    padding-right: 0;
  }
  .pagination--text .pagination__arrows:nth-child(2) {
    padding-left: 0;
  }
  .pagination--text .pagination__arrows:nth-child(1)::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -7px;
    right: 0;
    background-color: #e0e5e9;
  }
}

.pagination--text .pagination__arrows [class^="icon"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pagination--text .pagination__arrows img.icon-arrow--left {
  transform: translateY(-50%) rotate(180deg);
}
.pagination--text .pagination__arrows img.icon-arrow--left::before {
  content: "";
  display: none;
}
.pagination--text .pagination__arrows + .pagination__arrows {
  margin-left: 0;
}
.pagination--text .pagination__arrows {
  padding: 0 20px;
  position: relative;
}
.pagination--text .pagination__arrows:first-child [class^="icon"] {
  left: 0;
}
.pagination--text .pagination__arrows:last-child [class^="icon"] {
  right: 0;
}

.pagination--textbox{
  display: block;
  height: 100%;
}
.pagination--textbox .pagination__arrows{
  display: flex;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 100%;
  border: 1px solid #CDD6DD;
  line-height: 1.4;
}
.pagination--textbox .pagination__arrows.arrows__left{
  padding: 19px 25px 19px 35px;
}
.pagination--textbox .pagination__arrows.arrows__right{
  padding: 19px 35px 19px 25px;
}
.pagination--textbox .pagination__arrows.arrows__left [class^="icon"]{
  left: 5px;
  right: auto;
}
.pagination--textbox .pagination__arrows.arrows__right [class^="icon"]{
  right: 5px;
  left: auto;
}
.pagination--textbox .pagination__arrows span.image{
  padding-right: 10px;
}
.pagination--textbox .pagination__arrows span.image img{
  max-width: 75px;
}
@media screen and (max-width: 1019px){
  .pagination--textbox .pagination__arrows:nth-child(1){
    margin-bottom: 0;
  }
  .pagination--textbox .pagination__arrows:nth-child(1)::after{
    display: none;
  }
}


.slider-nav {
  position: relative;
}
.slider-nav .slider-nav__btn {
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  opacity: 1;
}
.slider-nav__btn > [class^="icon-"] {
  width: 100%;
}

.slider-nav .slider-nav__btn--back {
  left: 0;
}
.slider-nav .slider-nav__btn--back > [class^="icon-"] {
  transform: rotate(90deg);
}
.slider-nav .slider-nav__btn--forward {
  right: 0;
}
.slider-nav .slider-nav__btn--forward > [class^="icon-"] {
  transform: rotate(-90deg);
}
.slider-nav .slider-nav__btn:hover {
  cursor: pointer;
}
.slider-nav .slider-nav__dots {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
}
.slider-nav .slider-nav__dots li {
  display: inline-block;
  width: 15px;
  height: 3px;
  background: #cdd6dd;
  text-indent: -9999px;
  overflow: hidden;
}
.slider-nav .slider-nav__dots li.slider-nav__item--active {
  background: #2076c7;
}
.slider-nav .slider-nav__dots li + li {
  margin-left: 3px;
}
@media screen and (max-width: 1019px) {
  .slider-nav .slider-nav__btn {
    width: 30px;
    height: 30px;
  }
}
.form-checkbox {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  margin-right: 20px;
}
@media screen and (max-width: 1019px) {
  .form-checkbox {
    margin-bottom: 30px;
  }
}
.form-checkbox:last-child {
  margin-bottom: 0;
}
.form-checkbox:last-child {
  margin-right: 0;
}
.form-checkbox input {
  padding: 0;
  margin-bottom: 0;
  appearance: none;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.form-checkbox input:checked + label::before {
  background: #2076c7;
  border: solid #2076c7;
}
.form-checkbox input:checked + label::after {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.4;
  content: "\e910";
  color: #fff;
  position: absolute;
  top: 7px;
  left: 5px;
  font-size: 10px;
}
.form-checkbox label {
  position: relative;
  padding: 1px 0;
  padding-left: 35px;
  display: inline-block;
  line-height: 1.6;
  opacity: 1;
}
.form-checkbox label::before {
  content: "";
  appearance: none;
  border-radius: 2px;
  width: 26px;
  height: 26px;
  background: transparent;
  border: 1px solid #b0bdcc;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  left: 0;
  top: 0;
  margin-right: 10px;
  box-sizing: border-box;
}

.form-radio {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  margin-right: 20px;
}
@media screen and (max-width: 1019px) {
  .form-radio {
    margin-bottom: 30px;
  }
}
.form-radio:last-child {
  margin-bottom: 0;
}
.form-radio:last-child {
  margin-right: 0;
}
.form-radio [type="radio"]:checked,
.form-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: 0;
  appearance: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.form-radio [type="radio"]:checked + label,
.form-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  line-height: 1.6;
  display: inline-block;
}
.form-radio [type="radio"]:checked + label::before,
.form-radio [type="radio"]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #b0bdcc;
  border-radius: 50%;
  background: #fff;
}
.form-radio [type="radio"]:checked + label::after,
.form-radio [type="radio"]:not(:checked) + label::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #2076c7;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.form-radio [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}
.form-radio [type="radio"]:checked + label::before {
  border-color: #2076c7;
}
.form-radio [type="radio"]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.form-radio label {
  opacity: 1;
}

.icon-spacer {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.icon-spacer .icon-down,
.icon-spacer .icon-up {
  width: 22px;
  height: 22px;
  position: relative;
  vertical-align: middle;
}
.icon-spacer .icon-down::before,
.icon-spacer .icon-up::before {
  position: absolute;
  font-size: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-spacer {
  display: inline-block;
  text-align: center;
}
.icon-spacer [class^="icon-"] {
  width: 20px;
  height: 20px;
  display: block;
}
.icon-spacer [class^="icon-"]::before {
  width: 100%;
  height: 100%;
  display: block;
}

.check-list__item {
  margin-right: 10px;
  text-align: left;
  line-height: 1.4;
  display: flex;
  margin-bottom: 20px;
  word-break: break-all;
}
.check-list__item:last-child {
  margin-bottom: 0;
}
.check-list__item [class^="icon-"] {
  width: 26px;
  height: 26px;
  font-size: 9px;
  display: inline-block;
  border-radius: 50%;
  line-height: 26px;
  border: 1px solid #b0bdcc;
  margin-right: 10px;
  vertical-align: middle;
  flex-shrink: 0;
  text-align: center;
}
.check-list__item [class^="icon-"]::before {
  color: #b0bdcc;
}
.check-list__item--active [class^="icon-"] {
  background-color: #2076c7;
  border-color: #2076c7;
}
.check-list__item--active [class^="icon-"]::before {
  color: #fff;
}
.check-list__item span:not([class^="icon-"]) {
  align-self: center;
}

.steps {
  text-align: center;
  margin-bottom: 40px;
}

.steps__list {
  display: flex;
  justify-content: center;
}
.steps__list .steps__item {
  text-align: center;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  width: 115px;
}
@media screen and (max-width: 1019px) {
  .steps__list .steps__item {
    padding-left: 7px !important;
    padding-right: 7px !important;
    min-width: 73px;
    box-sizing: border-box;
  }
}
.steps__list .steps__item::after {
  content: "";
  display: block;
  height: 2px;
  top: 12px;
  width: 100%;
  background: #adadad;
  position: absolute;
  left: -50%;
  z-index: 2;
}
.steps__list .steps__item:first-child::after {
  display: none;
}
.steps__list .steps__item .steps__number {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #adadad;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.steps__list .steps__item .steps__label {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #555;
  text-transform: uppercase;
  margin-top: 10px;
  word-break: break-all;
}
.steps__list .steps__item.steps__item--done .steps__number {
  background: #2076c7;
}
.steps__list .steps__item.steps__item--done::after,
.steps__list .steps__item.steps__item--done::before {
  background: #2076c7;
}
.steps__list .steps__item.steps__item--current .steps__label {
  color: #2076c7;
}
.steps__list .steps__item.steps__item--current .steps__list__item__name {
  color: #2076c7;
}
@media screen and (min-width: 1020px) {
  .steps__list .steps__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.strong-area:not(:last-child) {
  margin-bottom: 40px;
}
.strong-area .column {
  margin: 0;
  width: 100%;
}
.strong-col__contents > .column:not(:last-child),
.strong-col > .column:not(:last-child) {
  margin-bottom: 30px;
}
.strong-col {
  position: relative;
}
.strong-col:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.strong-area--arrow .strong-col:not(:last-child) {
  margin-bottom: 50px;
}
.strong-col:not(:last-of-type)::before,
.strong-area--step .strong-col:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
.strong-area--step .strong-col:not(:last-of-type)::after {
  width: 20px;
  height: 12px;
  bottom: -22px;
  background-image: url(/common21/imgs/step-triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.strong-col:not(:last-of-type)::before {
  width: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
}
.strong-area--step .strong-col:not(:last-of-type)::before {
  height: 4px;
  bottom: -2px;
  background-image: url(/common21/imgs/step-dotted.svg);
}
.strong-area--point .strong-col:not(:last-of-type)::before {
  height: 1px;
  bottom: 0;
  background-color: #e0e5e9;
}
.strong-col__icon {
  max-width: 60px;
  margin-right: 20px;
}
.strong-col__label {
  max-width: 120px;
  margin-bottom: 10px;
  text-align: left;
}
.strong-col__label-image {
  width: 100%;
}
.strong-col__images-col:not(:last-child) {
  margin-bottom: 14px;
}

.strong-col__images-item {
  width: 100%;
}
.strong-col__contents {
  flex: 1;
  padding-top: 20px;
}
.strong-area--label .strong-col__contents {
  padding-top: 0;
}
.strong-area .column > [class^="column__"] {
  padding: 0;
}
.strong-area [class^="col"] > [class^="btn"] {
  height: auto;
}
.strong-col__contents-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #2076c7;
}
.strong-col__contents-title:not(:last-child) {
  margin-bottom: 8px;
}
.strong-col__contents-title-2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.strong-col__contents-title-2:not(:last-child) {
  margin-bottom: 8px;
}
.strong-col__text-size--large {
  font-size: 24px;
  line-height: 1.2;
}
.strong-col__box-group {
  padding: 16px 8px;
  border: 1px solid #e0e5e9;
}
.strong-area .column > [class^="column__"]:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (min-width: 1020px) {
  .strong-col__icon {
    max-width: 80px;
  }
  .strong-col__contents {
    padding-top: 28px;
  }
  .strong-area--label .strong-col__contents {
    padding-top: 10px;
  }
  .strong-area--num .strong-col__contents {
    padding-top: 24px;
  }
  .strong-col__contents-title {
    font-size: 24px;
  }
  .strong-area .column > [class^="column__"]:not(:last-child) {
    padding-right: 20px;
    margin-bottom: 0;
  }
}
.point-area:not(:last-child) {
  margin-bottom: 20px;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  border-bottom: 1px solid #2076c7;
}
.tabs__item {
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.tabs__item a {
  font-size: 14px;
  line-height: 1.4;
  padding: 14px 8px;
  word-wrap: break-word;
  word-break: break-all;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f8f9;
  position: relative;
  height: 100%;
  border-radius: 6px 6px 0 0;
}
.tabs__item--active a {
  color: #2076c7;
  font-weight: bold;
  background-color: #fff;
  box-shadow: none;
  transition: color 0s ease-in-out;
  pointer-events: none;
  border: 1px solid #2076c7;
  border-bottom: none;
}
.tabs__item--active a::after {
  display: none;
}
.tabs__item--active a::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}
.tabs__item + .tabs__item {
  margin-left: 5px;
}
.tabs__instruction {
  font-size: 13px;
  color: #555;
  margin-bottom: 25px;
  text-align: right;
  display: none;
}
.tabs__instruction img {
  margin-left: 10px;
  margin-top: -3px;
}
@media screen and (max-width: 1019px) {
  .tabs,
  ul.tabs {
    border-bottom: none;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: 30px;
  }
  .tabs__item,
  .tabs__item + .tabs__item {
    width: calc(100% - 40px);
    margin: 0 auto 8px;
  }
  .tabs__item:last-child {
    margin-bottom: 0;
  }
  .tabs__item.tabs__item--active {
    position: relative;
    width: 100%;
    padding: 0 20px;
  }
  .tabs__item.tabs__item--active::before,
  .tabs__item.tabs__item--active::after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 20px;
    background-color: #2076c7;
    position: absolute;
    bottom: 0;
  }
  .tabs__item.tabs__item--active::before {
    left: 0;
  }
  .tabs__item.tabs__item--active::after {
    right: 0;
  }
  .tabs--overflow .tabs__container {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .tabs--overflow .tabs__container .tabs {
    flex-wrap: nowrap;
    width: max-content;
  }
  .tabs--overflow .tabs__container .tabs .tabs__item {
    min-width: 127px;
    position: relative;
  }
  .tabs,
  ul.tabs {
    display: flex;
    padding: 0 17.5px;
    border-bottom: 1px solid #2076c7;
  }
  .tabs .tabs__item,
  .tabs .tabs__item + .tabs__item {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 2.5px;
  }
  .tabs .tabs__item:last-child {
    margin-bottom: 0;
  }
  .tabs .tabs__item.tabs__item--active {
    position: relative;
    width: 100%;
    padding: 0 2.5px;
  }
  .tabs .tabs__item.tabs__item--active::before,
  .tabs .tabs__item.tabs__item--active::after {
    content: "";
    display: none;
    height: 1px;
    width: 20px;
    background-color: #2076c7;
    position: absolute;
    bottom: 0;
  }
  .tabs .tabs__item.tabs__item--active::before {
    left: 0;
  }
  .tabs .tabs__item.tabs__item--active::after {
    right: 0;
  }
  .tabs .tabs--overflow .tabs__container {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .tabs .tabs--overflow .tabs__container .tabs {
    flex-wrap: nowrap;
    width: max-content;
  }
  .tabs .tabs--overflow .tabs__container .tabs .tabs__item {
    min-width: 127px;
    position: relative;
  }
  .tabs .tabs__item--active a::before {
    content: "";
    display: none;
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
  }
}

.segment .segment__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  margin: 20px 0;
}
.segment .segment__nav .segment__item {
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
  min-height: 40px;
  box-shadow: 0 0 0 1px #2076c7;
}
.segment .segment__nav .segment__item button {
  border: none;
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  color: #2076c7;
  padding: 11px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  height: 100%;
}
.segment .segment__nav .segment__item button:hover {
  opacity: 1 !important;
  color: rgba(32, 118, 199, 0.7);
}
.segment .segment__nav .segment__item--active button {
  color: #fff;
  background-color: #2076c7;
  pointer-events: none;
  box-shadow: 0 0 0 1px #2076c7;
  /* Fix issue when zoom page */
}
.segment .segment__nav .segment__item--active button:hover {
  color: #fff;
}
.segment .segment__nav .segment__item--active button::after {
  display: none;
}
.segment .segment__nav .segment__item + .segment__item {
  border-left: 1px solid #2076c7;
}
@media screen and (min-width: 1020px) {
  .segment .segment__nav .segment__item button {
    padding: 14px 10px;
  }
}

@media screen and (max-width: 1019px) {
  .segment .segment__nav {
    display: block;
  }
  .segment .segment__nav .segment__item + .segment__item {
    border-left: none;
    border-top: 1px solid #2076c7;
  }
  .segment--secondary .segment__nav {
    position: relative;
    overflow: hidden;
    border-bottom: none;
    box-shadow: 0 0 0 1px #2076c7;
  }
  .segment--secondary .segment__nav .segment__item {
    flex-basis: 50%;
    border: none;
    max-width: none;
  }
  .segment--secondary .segment__nav .segment__item button {
    box-shadow: inset 0 -1px 0 0 #2076c7;
  }
  .segment--secondary .segment__nav .segment__item + .segment__item {
    border-left: none;
  }
  .segment--secondary .segment__nav .segment__item:nth-last-child(-n + 2) button {
    box-shadow: none;
  }
  .segment--secondary .segment__nav::after,
  .segment--secondary .segment__nav::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2076c7;
    z-index: 1;
  }
  .segment--secondary .segment__nav::after {
    display: none;
  }
}

.segment .segment__content {
  margin-bottom: 10px;
}
.segment .segment__content .segment__panel {
  display: none;
}
.segment .segment__content .segment__panel.show {
  display: block;
}

/* segment link */
.segment-link .segment-link__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 30px;
}
.segment-link .segment-link__nav .segment-link__item {
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
  min-height: 40px;
  box-shadow: 0 0 0 1px #2076c7;
}
.segment-link .segment-link__nav .segment-link__item .button {
  border: none;
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  color: #2076c7;
  padding: 11px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  height: 100%;
}
.segment-link .segment-link__nav .segment-link__item .button:hover {
  opacity: 1 !important;
  color: rgba(32, 118, 199, 0.7);
}
.segment-link .segment-link__nav .segment-link__item--active .button {
  color: #fff;
  background-color: #2076c7;
  pointer-events: none;
  box-shadow: 0 0 0 1px #2076c7;
  /* Fix issue when zoom page */
}
.segment-link .segment-link__nav .segment-link__item--active .button:hover {
  color: #fff;
}
.segment-link .segment-link__nav .segment-link__item--active .button::after {
  display: none;
}
.segment-link .segment-link__nav .segment-link__item + .segment-link__item {
  border-left: 1px solid #2076c7;
}
@media screen and (min-width: 1020px) {
  .segment-link .segment-link__nav .segment-link__item .button {
    padding: 14px 10px;
  }
}

@media screen and (max-width: 1019px) {
  .segment-link .segment-link__nav {
    display: block;
  }
  .segment-link .segment-link__nav .segment-link__item + .segment-link__item {
    border-left: none;
    border-top: 1px solid #2076c7;
  }
}

.accordion__item .accordion__label {
  padding: 17px 30px;
  padding-left: 0;
  min-height: 48px;
  text-align: left;
  border: none;
  border-top: 1px solid #b0bdcc;
  position: relative;
  background: none;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1019px) {
  .accordion__item .accordion__label {
    padding: 14px 20px;
    padding-left: 0;
  }
  .accordion__item .accordion__label:hover {
    opacity: 1;
  }
}
.accordion__item .accordion__label:hover {
  cursor: pointer;
}
.accordion__item .accordion__label .icon-plus,
.faq-accordion__item .icon-plus {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion__item .accordion__label .icon-plus::before,
.faq-accordion__item .icon-plus::before {
  width: 100%;
  height: 100%;
  display: block;
}

.accordion__item .accordion__body {
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 0 27px;
  display: none;
}

.accordion__item .accordion__title {
  margin-top: 10px;
}

.accordion__item .accordion__link-icon {
  margin-bottom: 30px;
}

.accordion__item.show .accordion__label [class^="icon"]::before,
.faq-accordion__item.show [class^="icon"]::before {
  content: url(/common21/imgs/icon-minus.svg);
}

.accordion__item.show .accordion__body {
  display: block;
}

/* table-accordion */
.table-accordion {
  margin-bottom: 30px;
  position: relative;
}
.table-accordion .table-accordion__body {
  height: 300px;
  overflow: hidden;
}
.table-accordion::after {
  content: "";
  display: block;
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(rgba(256, 256, 256, 0), rgba(256, 256, 256, 1));
}
.table-accordion.show::after {
  display: none;
}
.table-accordion .table-accordion__button {
  display: flex;
  justify-content: center;
}
.table-accordion.show .table-accordion__button {
  margin-top: 20px;
}
.table-accordion .accordion__label {
  padding: 13px 16px;
  border: none;
  border: 1px solid #b0bdcc;
  border-radius: 50px;
  position: relative;
  background: none;
  width: 100%;
  max-width: 293px;
  box-sizing: border-box;
  text-align: center;
}
.table-accordion .accordion__label .icon-plus {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.table-accordion .accordion__label .icon-plus::before {
  width: 100%;
  height: 100%;
  display: block;
}
.table-accordion.show .accordion__label {
  background-color: #f6f8f9;
}
.table-accordion.show .accordion__label [class^="icon"]::before {
  content: url(/common21/imgs/icon-minus.svg);
}

/* accordion-text */
.accordion-text .accordion__item {
  border: 1px solid #b0bdcc;
  margin: 20px 0;
}
.accordion-text .accordion__item .accordion__label {
  border-top: none;
  padding: 12px 20px;
}
.accordion-text .accordion__item .accordion__label .icon-plus {
  right: 20px;
}
.accordion-text .accordion__item .accordion__body {
  border-top: 1px solid #b0bdcc;
  padding: 20px;
}

.list--down {
  font-weight: normal;
  font-size: 14px;
  margin-top: 20px;
}
.list--down .icon-down,
.list--down .icon-up {
  margin-right: 8px;
}
.list--down li {
  margin-top: 3px;
}
.list--down li + li {
  margin-top: 13px;
}
@media screen and (min-width: 1020px) {
  .list--down li {
    display: inline-block;
    margin-right: 20px;
  }
  .list--down li + li {
    margin-top: 0;
  }
}
.list--down__link {
  display: flex;
}
.list--down__link > span {
  display: flex;
  align-items: center;
}

.list-image__link {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.list-image__link .list-image__img {
  display: block;
  text-align: center;
}
.list-image__link .list-image__img picture img {
  height: auto;
}
.list-image__link .list-image__img img {
  margin: 0 auto;
  max-width: 100%;
}
.list-image__link .list-image__desc {
  padding: 20px 20px 0;
}
.list-image__link .list-image__desc p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0;
}
.list-image__link .anchor-column {
  text-align: center;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
}
.list-image__link .anchor-column .icon-down,
.list-image__link .anchor-column .icon-up {
  background-color: transparent;
}
.list-image__link .anchor-column .icon-down::before,
.list-image__link .anchor-column .icon-up::before {
  content: "\e903";
  color: #2076c7;
  transform: rotate(90deg);
  display: block;
}

.list-image {
  margin-left: -10px;
  margin-right: -10px;
}
.list-image li {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.list-image li a {
  height: 100%;
}
.list-image--04 .list-image__link .list-image__desc {
  padding: 14px 14px 0;
}
@media screen and (min-width: 1020px) {
  .list-image {
    display: flex;
  }
}
@media screen and (max-width: 1019px) {
  .list-image--04 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .list-image--04 li {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
    flex-basis: 50%;
    margin-bottom: 10px;
  }
  .list-image:not(.list-image--04) li + li {
    margin-top: 20px;
  }
}

.list-link-box > .list-link-box__item a {
  padding: 13px 35px 13px 6px;
}

.list-link-box > li {
  border-top: 1px solid #cdd6dd;
}
@media screen and (max-width: 1019px) {
  .list-link-box > li {
    border-top: none;
    position: relative;
  }
}
@media screen and (max-width: 1019px) {
  .list-link-box > li::before {
    z-index: 1;
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-color: #cdd6dd;
    top: 0;
    left: 0;
  }
}
.list-link-box > li a {
  max-width: 100%;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border: none;
  line-height: 1.4;
  padding: 13px 35px 13px 0;
}
@media screen and (max-width: 1019px) {
  .list-link-box > li a [class^="icon"] {
    right: 0;
  }
}
.list-link-box > li:last-child {
  border-bottom: 1px solid #cdd6dd;
}
@media screen and (max-width: 1019px) {
  .list-link-box > li:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 1019px) and (max-width: 1019px) {
  .list-link-box > li:last-child::after {
    z-index: 1;
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-color: #cdd6dd;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 1020px) {
  .list-link-box > li a {
    display: block;
    width: auto;
    align-items: center;
  }
}

.link-bullet {
  padding-left: 54px;
  position: relative;
}
.link-bullet__icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-bullet__icon > img {
  max-width: 100%;
  max-height: 100%;
}
.link-bullet--show [class^="icon"] {
  right: 16px;
}
.link-bullet--show [class^="icon"]::before {
  transform: rotate(90deg);
  display: block;
}

.link-complex {
  padding: 16px 44px 14px 14px;
  display: inline-block;
  line-height: 1.4;
}
.link-complex__icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-complex__icon > img {
  max-width: 100%;
  max-height: 100%;
}
.link-complex__sublabel {
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  letter-spacing: 0;
  margin-bottom: 2px;
}
.link-complex .accordion__label {
  font-size: 16px;
}
.link-complex--icon {
  position: relative;
  padding: 18px 44px 18px 54px;
}
.link-complex--long {
  max-width: 100%;
}
.link-complex--title {
  max-width: none;
  padding-top: 14px;
  padding-bottom: 14px;
  height: 100%;
}
.link-complex--title .link-complex__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 4px;
}
.link-complex--title .link-complex__label {
  color: #555;
}

.list-button {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.list-button__col {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.list-button__col > .link-icon,
.list-link-box > li .list-button__col > a,
.list-button__col > .link-bullet,
.list-button__col > .link-complex,
.list-button__col > [class^="btn"] {
  height: 100%;
}
.list-button--03 .list-button__col {
  width: 50%;
}
@media screen and (min-width: 1020px) {
  .list-button {
    margin-left: -10px;
    margin-right: -10px;
  }
  .list-button__col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .list-button--03 {
    justify-content: center;
    max-width: 780px;
    margin: auto;
  }
  .list-button--03 .list-button__col {
    width: 33.3333%;
  }
  .list-button--04 {
    max-width: none;
    justify-content: center;
  }
  .list-button--04 .list-button__col {
    width: 25%;
  }
}

.tags {
  margin-left: -3px;
  margin-right: -3px;
  font-size: 0;
}
.tags .tags__item {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
.tags .tags__name {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  padding: 3.5px 12px;
  background: #adadad;
  display: inline-block;
  margin-bottom: 5px;
}
.tags .tags__name.tags__name--active {
  background: #2076c7;
}

.btn-close {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  width: auto;
  padding: 0;
  margin: 40px auto 0;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-close img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.link-anchor {
  display: inline-flex;
  align-items: flex-start;
  line-height: 1.4;
}
.link-anchor [class^="icon-"] {
  margin-right: 8px;
}
.link-anchor + .link-anchor {
  margin-left: 20px;
}

.link-anchor span {
  min-height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-group,
.check-list,
ul.accordion,
ul.list--down,
ul.list-link-box,
.link-contact,
.btn-close {
  margin-bottom: 20px;
}
.form-group:last-child,
.check-list:last-child,
ul.accordion:last-child,
ul.list--down:last-child,
ul.list-link-box:last-child,
.link-contact:last-child,
.link-contact__wrap:last-child,
.btn-close:last-child,
.zoom-image:last-child {
  margin-bottom: 0;
}
ul.list--down {
  margin-top: 20px;
}
.form-group label:hover {
  opacity: 0.7 !important;
}

.steps {
  margin-bottom: 40px;
}
.steps:last-child {
  margin-bottom: 0;
}

ul.steps__list {
  margin-left: -15px;
  margin-right: -15px;
}

ul.tabs,
ul.segment,
div.segment,
div.segment-link,
.tabs--overflow {
  margin-bottom: 10px;
}
ul.segment:last-child,
div.segment:last-child,
div.segment-link:last-child,
.tabs--overflow:last-child {
  margin-bottom: 0;
}

.list-button,
.link-group {
  margin-bottom: 10px;
}
.list-button:last-child,
.link-group:last-child {
  margin-bottom: 0;
}

/* Column Video Modules
======================================*/
@media screen and (max-width: 1019px) {
  .column--video {
    padding: 0 5px;
  }
  .column--video .column__sm--06,
  .column--video .column__sm--04 {
    margin-bottom: 20px;
  }
  .column--video .column__sm--06:last-child,
  .column--video .column__sm--04:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1020px) {
  .column__group--video-01 {
    padding-left: 140px;
    padding-right: 140px;
  }
}

.column--video {
  margin-bottom: 20px;
}
.column--video:last-child {
  margin-bottom: 0;
}
.column--video .video {
  display: flex;
  width: 100%;
  position: relative;
}
.column--video .video::before {
  padding-bottom: 56.25%;
  content: "";
}
.column--video .video .jstream-eqPlayer {
  background-color: rgb(255 255 255 / 0%);
}

/* Modal Modules
======================================*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10050;
  display: none;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.4s;
}
.modal .modal__dialog {
  position: relative;
  opacity: 0;
  height: 100%;
}
.modal .modal__dialog .modal__content {
  background-color: #fff;
  position: relative;
  left: 50%;
  top: 50%;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  padding: 20px;
}
.modal .modal__dialog .modal__content .modal__body {
  overflow-y: auto;
  height: calc(100vh - 200px);
  margin-bottom: 0;
}
.modal .modal__dialog .modal__close {
  display: block;
  position: absolute;
  right: -14px;
  top: -14px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border: none;
  background: url(/common21/imgs/icon-close.svg) no-repeat center center;
  background-size: cover;
}
.modal .modal__dialog .btn-close {
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
}
.modal.show {
  opacity: 1;
  display: block;
}
.modal.show .modal__dialog {
  animation: fadein 0.5s forwards;
  animation-delay: 0.1s;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}

@media screen and (min-width: 769px) {
  .modal__dialog .modal__content {
    max-width: 920px;
  }
  .modal__dialog .modal__content .close {
    right: -20px;
    top: -20px;
  }
  .modal__dialog .modal__content__body {
    max-height: 600px;
  }
}

/* Popup Modules
======================================*/
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
  transition: opacity 0.4s;
}
.popup .popup__dialog {
  position: relative;
  opacity: 0;
  height: 100%;
}
.popup .popup__dialog .popup__content {
  background-color: #f6f8f9;
  position: relative;
  left: 50%;
  top: calc(50% - 20px);
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  padding: 20px;
}
.popup .popup__dialog .popup__content__body {
  overflow-y: auto;
  height: calc(100vh - 300px);
}
.popup .popup__dialog .close {
  position: absolute;
  right: calc(50% - 78px / 2);
  bottom: -40px;
}
.popup .popup__dialog .close span {
  position: relative;
  padding-left: 30px;
}
.popup .popup__dialog .close span::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 0;
  background: url(/common21/imgs/icon-close.svg) no-repeat center center;
  background-size: cover;
}
.popup.show {
  opacity: 1;
  display: block;
}
.popup.show .popup__dialog {
  animation: fadein 0.5s forwards;
  animation-delay: 0.1s;
}

.popup-open .popup {
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (min-width: 769px) {
  .popup__dialog .popup__content {
    max-width: 920px;
  }
  .popup__dialog .popup__content .close {
    right: calc(50% - 78px / 2);
    bottom: -40px;
  }
  .popup__dialog .popup__content__body {
    max-height: 560px;
  }
}

/* Header Modules
======================================*/
.header {
  position: relative;
  width: 100%;
  background-color: #fff;
  top: 0;
  z-index: 9900;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1019px) {
  .header {
    position: relative;
  }
}
.header.header--scroll {
  position: fixed;
}
@media screen and (max-width: 1019px) {
  .header.header--scroll {
    position: relative;
  }
}

/* Header TopMenu
======================================*/
.header__top-menu {
  background-color: #2076c7;
  order: 1;
}
@media screen and (max-width: 1019px) {
  .header__top-menu {
    display: none;
  }
}
.header__top-menu .header__container {
  width: 1200px;
  max-width: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: 0.3s 0s all ease-in-out;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header__top-menu .header__container {
    width: 100%;
  }
}
.header__top-menu.has__form-search {
  position: relative;
}

.header__top-menu ul {
  display: flex;
  flex-direction: row;
}
.header__top-menu ul li {
  list-style: none;
}
.header__top-menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 0 13px 2px;
  height: 32px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1019px) {
  .header__top-menu ul li a:hover {
    opacity: 1;
  }
}

.header__top-menu .header__container__column--left {
  display: flex;
}
.header__top-menu .header__container__column--left ul {
  display: flex;
}
.header__top-menu .header__container__column--left .header__top-menu-group {
  color: #fff;
  padding: 0;
  margin-right: 26px;
}
.header__top-menu .header__container__column--left .header__top-menu-group--current {
  color: #2076c7;
  background: #fff;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  height: 100%;
}

.header__top-menu .header__container__column--right {
  display: flex;
  flex-direction: row;
}
.header__top-menu .header__container__column--right ul li {
  border-left: 1px solid #79abd7;
}
.header__top-menu .header__container__column--right ul li:last-child {
  border-right: 1px solid #79abd7;
}
.header__top-menu .header__container__column--right .header__top-menu__search {
  border-right: none;
  padding: 7px 10px 0;
  cursor: pointer;
  position: relative;
  width: 40px;
  transition: unset;
  display: flex;
  justify-content: center;
  border: none;
  background: none;
  box-sizing: border-box;
}
.header__top-menu .header__container__column--right .header__top-menu__search.close {
  padding-top: 8px;
  background-color: #fff;
}
.header__top-menu .header__container__column--right .header__top-menu__search.close .icon-search--pc {
  height: 16px;
  width: 16px;
  background: url(/common21/imgs/icon-close-blue.svg) no-repeat center;
  background-size: contain;
}
.header__top-menu .header__container__column--right .header__top-menu__search:hover {
  opacity: 0.7;
}
.header__top-menu .header__container__column--right .icon-search--pc {
  height: 19px;
  width: 19px;
  background: url(/common21/imgs/icon-search.svg) no-repeat center;
  background-size: contain;
}

/* Header MainMenu
======================================*/
.header__main-menu {
  border-bottom: 1px solid #b0bdcc;
  order: 2;
}
@media screen and (max-width: 1019px) {
  .header__main-menu {
    display: none;
  }
}
.header__main-menu .header__container {
  max-width: 1220px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  transition: 0.3s 0s all ease-in-out;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header__main-menu .header__container {
    width: 100%;
  }
}
.header__main-menu .header__container .header__container__column {
  height: 70px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header__main-menu .header__container .header__container__column {
    height: 64px;
  }
}

.header__main-menu .header__container__column--left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header__main-menu .header__container__column--left {
    min-width: calc(100% - 170px);
    padding-top: 4px;
  }
}
.header__main-menu .header__container__column--left .header__logo--pc {
  margin-bottom: 2px;
}
.header__main-menu .header__container__column--left .header__logo--pc a {
  display: block;
  width: 159px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header__main-menu .header__container__column--left .header__logo--pc a {
    width: 125px;
  }
}
.header__main-menu .header__container__column--left .header__logo--pc a img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header__main-menu .header__container__column--left .header__logo--pc a img {
    height: 32px;
  }
}

.header__main-menu .header__container__column--right {
  display: flex;
  flex-direction: row;
}
.header__main-menu .header__container__column--right .btn-xs {
  width: 87px;
  cursor: pointer;
  font-size: 14px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header__main-menu .header__container__column--right .btn-xs {
    font-size: 13px;
    width: 80px;
    height: 33px;
  }
}
.header__main-menu .header__container__column--right .header__main-menu__register {
  margin-right: 10px;
}
.header__main-menu .header__container__column--right .display {
  display: flex;
}
.header__main-menu .header__container__column--right .display--none {
  display: none;
}

.header__main-menu nav {
  padding-right: 14px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header__main-menu nav {
    width: 100%;
    padding-right: 0;
  }
}

.header__main-menu ul {
  display: flex;
  flex-direction: row;
  padding-top: 3px;
  padding-left: 57px;
  transition: 0.3s 0s all ease-in-out;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header__main-menu ul {
    margin-left: 0;
    width: 100%;
    padding: 0 10px 0 22px;
    justify-content: space-between;
    box-sizing: border-box;
  }
}
.header__main-menu ul li {
  list-style: none;
  position: relative;
  cursor: pointer;
  width: 131px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header__main-menu ul li {
    width: calc(100% / 6);
  }
}
.header__main-menu ul li:last-child {
  margin-right: 0;
}
.header__main-menu ul li::before,
.header__main-menu ul li::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 90%;
  display: block;
  background-color: #b0bdcc;
}
.header__main-menu ul li::before {
  left: 0;
}
.header__main-menu ul li::after {
  right: 0;
}
.header__main-menu ul li + li::before {
  display: none;
}
.header__main-menu ul li .header-main-menu-text {
  position: relative;
  padding-top: 4px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border: none;
  background: none;
  display: block;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header__main-menu ul li .header-main-menu-text {
    font-size: 12px;
  }
}
.header__main-menu ul li .header-main-menu-text:hover {
  opacity: 0.7;
}
.header__main-menu ul li .header-main-menu-text::after {
  position: absolute;
  content: "";
  background: url(/common21/imgs/icon-arrow.svg) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 7px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  transform: rotate(180deg);
  transition: 0.2s 0s all ease-in-out;
}

/* Header SubMenu
======================================*/
.header__sub-menu {
  background-color: #fff;
  order: 3;
}
@media screen and (max-width: 1019px) {
  .header__sub-menu {
    position: relative;
    width: 100%;
    height: 60px;
  }
  .header__sub-menu .header-sub-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    height: calc(100vh - calc(100vh - 100%));
    background-color: rgba(34, 34, 34, 0);
    transform: translateY(-100%) translateY(-60px);
    z-index: 11;
    opacity: 0;
    overflow-y: scroll;
    padding-bottom: 60px;
  }
  .header__sub-menu .header-sub-menu.has-transition {
    transition: all 0.3s ease-in-out;
  }
  .header__sub-menu .header-sub-menu.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    background-color: rgba(0, 0, 0, 0.6);
  }
  .header__sub-menu .header-sub-menu__list {
    background-color: #fff;
  }
}

.header-menu-sp {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  height: 60px;
  align-items: center;
  padding: 0 15px 0 20px;
  border-bottom: 1px solid #b0bdcc;
  z-index: 12;
  position: relative;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1019px) {
  .header-menu-sp {
    display: flex;
  }
}

.header-menu-sp__icon {
  width: 25px;
  appearance: none;
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  order: 1;
  opacity: 1;
}
.header-menu-sp__icon .header-menu-sp__line {
  height: 2px;
  width: 25px;
  background-color: #222;
  margin: 6px 0;
  opacity: 1;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.header-menu-sp__icon.active .header-menu-sp__line:nth-of-type(1) {
  transform: translateY(6px) rotate(135deg);
}
.header-menu-sp__icon.active .header-menu-sp__line:nth-of-type(2) {
  opacity: 0;
}
.header-menu-sp__icon.active .header-menu-sp__line:nth-of-type(3) {
  transform: translateY(-10px) rotate(225deg);
}
.header-menu-sp__icon span {
  display: none;
}

.header-menu-sp__logo {
  order: 2;
  margin-left: 33px;
}
.header-menu-sp__logo img {
  height: 32px;
}

.header-menu-sp__button {
  order: 3;
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.header-menu-sp__button a {
  width: auto;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.01em;
  position: relative;
  padding-top: 20px;
  padding-bottom: 0;
  color: #222;
}
.header-menu-sp__button a::after {
  position: absolute;
  content: "";
  height: 15px;
  width: 23px;
  background: url(/common21/imgs/icon-register.svg) no-repeat center;
  background-size: contain;
  right: calc(50% - 11px);
  top: 0;
}
.header-menu-sp__button .header-menu-sp__login {
  margin-left: 12px;
}
.header-menu-sp__button .header-menu-sp__login::after {
  height: 20px;
  width: 17px;
  background: url(/common21/imgs/icon-login.svg) no-repeat center;
  background-size: contain;
  right: calc(50% - 8px);
  top: -3px;
}
.header-menu-sp__button .display--none {
  display: none;
}

.header-sub-menu__item {
  display: none;
  position: absolute;
  width: 100%;
}
.header-sub-menu__item .header-sub-menu__wrapper {
  cursor: default;
}
.header-sub-menu__item .header__sub-menu__inner {
  background-color: #f6f8f9;
  cursor: auto;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1019px) {
  .header-sub-menu__item .header__sub-menu__inner {
    box-shadow: none;
  }
}
@media screen and (max-width: 1019px) {
  .header-sub-menu__item {
    display: block;
    position: static;
    background-color: #fff;
    box-shadow: none;
  }
  .header-sub-menu__item .header-sub-menu__wrapper {
    min-height: auto;
  }
  .header-sub-menu__item .header__container {
    box-shadow: none;
  }
}
.header-sub-menu__item.active {
  display: block;
}
.header-sub-menu__item .header__container {
  width: 1160px;
  max-width: none;
  padding: 10px 0 40px;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header-sub-menu__item .header__container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 1019px) {
  .header-sub-menu__item .header__container {
    width: 100%;
    padding: 0;
  }
}

.header__row {
  padding: 0;
}
.header__row button {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
  display: none;
  opacity: 1;
  cursor: pointer;
}
.header__row button .icon-arrow--right {
  position: absolute;
  font-size: 16px;
  right: -20px;
  top: 6px;
}
@media screen and (max-width: 1019px) {
  .header__row button.sp-visible {
    display: flex !important;
  }
  .header__row button .icon-arrow--right {
    width: 15px;
    height: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
  }
  .header__row button .icon-arrow--right::before {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    content: "\e904";
  }
}
@media screen and (max-width: 1019px) {
  .header__row button {
    font-size: 14px;
    width: 100%;
    min-height: 49px;
    display: flex;
    align-items: center;
    border-left: none;
    border-right: none;
    border-top: 1px solid #b0bdcc;
    border-bottom: 1px solid #b0bdcc;
    background-color: #fff;
    margin-top: -1px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .header__row button.border-bottom {
    border-bottom: 1px solid #b0bdcc;
  }
  .header__row button.active .icon-arrow--right::before {
    content: "\e915";
    color: #2076c7;
  }
  .header__row button.header-sub-menu__title--no-border {
    border-top: none;
  }
}

.header__row .header__row__content .header__container__row {
  padding-top: 40px;
}
.header__row .header__row__content .header__container__row .btn-small {
  max-width: 278px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.header__row .header__row__content .header__container__row .btn-small .icon-newtab {
  padding-left: 10px;
  font-size: 12px;
  position: absolute;
  top: 4px;
  right: 5px;
}
.header__row .header__row__content .header__container__row .btn-small .icon-newtab::before {
  color: #fff;
}
@media screen and (max-width: 1019px) {
  .header__row .header__row__content .header__container__row {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .header__row .header__row__content .header__container__row.header--border-top {
    border-top: 1px solid #b0bdcc;
  }
  .header__row .header__row__content .header__container__row.active {
    display: block;
  }
  .header__row .header__row__content .header__container__row.active.no-border {
    border-top: none;
  }
}

.header__row__content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1019px) {
  .header__row__content {
    flex-wrap: unset;
    flex-direction: column;
    display: none;
  }
  .header__row__content.active {
    display: flex;
    border-bottom: 1px solid #b0bdcc;
  }
}
.header__row__content .header__container__column {
  width: 250px;
  margin: 30px 20px 0;
}
.header__row__content .header__container__column .header__container__column-group {
  margin-bottom: 40px;
}
.header__row__content .header__container__column .header__container__column-group:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header__row__content .header__container__column {
    width: calc((100%) / 3 - 33px);
    margin-left: 16px;
    margin-right: 16px;
  }
  .header__row__content .header__container__column.header__container__column--md-hide {
    display: none;
  }
}
@media screen and (max-width: 1019px) {
  .header__row__content .header__container__column {
    width: 100%;
    margin: 0;
  }
  .header__row__content .header__container__column .header__container__column-group {
    margin-bottom: 0;
  }
}
.header__row__content .header__container__column.active h3 .icon-arrow--right {
  display: none;
}
.header__row__content .header__container__row {
  width: 100%;
}

.header__row__content .header-sub-menu__child,
.header__row__content .header-sub-menu__link {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: 2px solid #b0bdcc;
  padding-bottom: 12px;
  position: relative;
  display: flex;
  color: #222;
  height: 100%;
}
.header__row__content button:nth-of-type(2),
.header__row__content .header-sub-menu__link:nth-of-type(2) {
  margin-top: 40px;
}
@media screen and (max-width: 1019px) {
  .header__row__content button:nth-of-type(2),
  .header__row__content .header-sub-menu__link:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1019px) {
  .header__row__content button,
  .header__row__content .header-sub-menu__link {
    padding-left: 30px;
    min-height: 48px;
    padding-bottom: 6px;
    align-items: center;
    border-bottom: 1px solid #b0bdcc;
    font-weight: 400;
    padding-top: 8px;
  }
}
.header__row__content button .icon-arrow--right,
.header__row__content button .icon-newtab,
.header__row__content .header-sub-menu__link .icon-arrow--right,
.header__row__content .header-sub-menu__link .icon-newtab {
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 25%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1019px) {
  .header__row__content button .icon-arrow--right,
  .header__row__content button .icon-newtab,
  .header__row__content .header-sub-menu__link .icon-arrow--right,
  .header__row__content .header-sub-menu__link .icon-newtab {
    text-align: center;
    width: 15px;
    height: 15px;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .header__row__content .header-sub-menu__link .icon-arrow--right::before {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
  }
}

.header__row__content button .icon-newtab,
.header__row__content .header-sub-menu__link .icon-newtab {
  font-size: 12px;
  top: 30%;
  color: #2076c7;
}
@media screen and (max-width: 1019px) {
  .header__row__content button .icon-newtab,
  .header__row__content .header-sub-menu__link .icon-newtab {
    font-size: 14px;
  }
  .header__row__content button .icon-newtab::before,
  .header__row__content .header-sub-menu__link .icon-newtab::before {
    content: "\e903";
  }
  .header__row__content .header-sub-menu__link[target="_blank"] .icon-newtab {
    width: 15px;
    height: 15px;
    top: 50%;
    right: 15px;
    position: absolute;
  }
  .header__row__content .header-sub-menu__link[target="_blank"] .icon-newtab::before {
    position: absolute;
    display: block;
    content: url(/common21/imgs/icon-newtab-blue.svg);
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    line-height: 1;
  }
}
.header__row__content button .icon-plus,
.header__row__content .header-sub-menu__link .icon-plus {
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 15px;
  line-height: 1.4;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1019px) {
  .header__row__content button .icon-plus,
  .header__row__content .header-sub-menu__link .icon-plus {
    display: block;
  }
  .header__row__content button .icon-plus::before,
  .header__row__content .header-sub-menu__link .icon-plus::before {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
  }
}

@media screen and (max-width: 1019px) {
  .header__row__content button {
    background-color: #fff;
    border-top: 1px solid #b0bdcc;
    border-bottom: none;
    margin-top: -1px;
    padding-left: 30px;
    padding-right: 45px;
  }
  .header__row__content button.active {
    background-color: #fff;
  }
  .header__row__content button.active .icon-plus::before {
    content: "\e915";
    color: #2076c7;
  }
}

@media screen and (max-width: 1019px) {
  .header__row__content ul {
    display: none;
    border-top: 1px solid #b0bdcc;
  }
  .header__row__content ul.active {
    display: block;
    background-color: #f6f8f9;
  }
}

.header__row__content ul li {
  list-style: none;
  padding: 5px 0 5px 15px;
}
.header__row__content ul li:first-child {
  padding-top: 10px;
}
@media screen and (max-width: 1019px) {
  .header__row__content ul li:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 1019px) {
  .header__row__content ul li {
    margin: 0;
    padding: 0;
  }
}
.header__row__content ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 1019px) {
  .header__row__content ul li a {
    width: 100%;
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 10px 45px 8px 40px;
  }
  .header__row__content ul li a:hover {
    opacity: 1;
  }
}
.header__row__content ul li a .icon-arrow--right {
  position: absolute;
  left: -15px;
  font-size: 12px;
  top: 48%;
  line-height: inherit;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1019px) {
  .header__row__content ul li a .icon-arrow--right {
    line-height: 1;
    left: unset;
    top: 50%;
    right: 15px;
    font-size: 14px;
    width: 15px;
    height: 15px;
  }
  .header__row__content ul li a .icon-arrow--right::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.header__row__content .menu-icon-right {
  padding-left: 0;
}
.header__row__content .menu-icon-right a {
  padding-right: 25px;
}
.header__row__content .menu-icon-right [class^="icon-"] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1019px) {
  .header__row__content .menu-icon-right a {
    padding-right: 45px;
  }
  .header__row__content .menu-icon-right [class^="icon-"] {
    left: auto;
    right: 15px;
  }
}

.header-sub-menu__link {
  padding-right: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1019px) {
  .header-sub-menu__link {
    background-color: #f6f8f9;
    border: none;
    padding-right: 45px;
  }
  .header-sub-menu__link:hover {
    opacity: 1;
  }
}

.header__fluid {
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.header__fluid .header-sub-menu__close {
  padding-left: 20px;
  position: relative;
  height: 50px;
  display: inline-flex;
  align-items: center;
  color: #2076c7;
  background: none;
  border: none;
}
.header__fluid .header-sub-menu__close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1019px) {
  .header__fluid .header-sub-menu__close {
    display: none;
  }
}
.header__fluid .header-sub-menu__close::before {
  position: absolute;
  content: "";
  background: url(/common21/imgs/icon-close-blue.svg) no-repeat center;
  background-size: contain;
  height: 11px;
  width: 11px;
  left: 0;
  top: calc(50% - 5px);
}

.header-search-pc {
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #f6f8f9;
  top: 32px;
  right: 0;
  z-index: 100;
  display: none;
  border-bottom: 1px solid #b0bdcc;
}
.header-search-pc .header__form-search {
  width: 1200px;
  display: flex;
  flex-direction: row;
  margin: 30px auto;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .header-search-pc .header__form-search {
    width: 100%;
    padding: 0 20px;
  }
}
.header-search-pc .header__form-search input[type="text"] {
  width: 1055px;
  height: 40px;
  border: none;
  margin-right: 20px;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.header-search-pc .header__form-search input[type="text"]::placeholder {
  color: #666;
  user-select: none;
}
.header-search-pc .header__form-search .searchButton {
  cursor: pointer;
}
.header-search-pc .header__form-search input[type="image"] {
  margin-top: -2px;
}
.header-search-pc .header__form-search input[type="image"]:hover {
  opacity: 0.7;
}

.header-search-sp {
  display: none;
  width: 100%;
  height: 75px;
  justify-content: center;
  align-items: center;
  background-color: #f6f8f9;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 1019px) {
  .header-search-sp {
    display: flex;
  }
}
.header-search-sp .header-search-pc__input,
.header-search-sp .header-search-sp__input {
  height: 35px;
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0 40px 0 14px;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.header-search-sp .header-search-pc__input::placeholder,
.header-search-sp .header-search-sp__input::placeholder {
  color: #666;
}
.header-search-sp input[type="image"] {
  position: absolute;
  height: 16px;
  width: 16px;
  right: 35px;
}

.header-sub-menu__top {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1019px) {
  .header-sub-menu__top {
    display: flex;
    border-bottom: 1px solid #b0bdcc;
    margin-bottom: 10px !important;
  }
}
.header-sub-menu__top li {
  list-style: none;
  width: 50%;
  padding: 0 20px;
  border-top: 1px solid #b0bdcc;
  display: flex;
  align-items: center;
}
.header-sub-menu__top li:nth-child(odd) {
  border-right: 1px solid #b0bdcc;
}
.header-sub-menu__top li a {
  min-height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  color: #222;
  width: 100%;
}
.header-sub-menu__top li a .icon-arrow--right {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translate(0, -50%);
}
.header-sub-menu__top li a .icon-arrow--right::before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.header-sub-menu__top li a[target="_blank"] .icon-arrow--right {
  width: 15px;
  top: 50%;
  right: -5px;
  height: 15px;
}
.header-sub-menu__top li a[target="_blank"] .icon-arrow--right::before {
  content: url(/common21/imgs/icon-newtab-blue.svg);
  width: 100%;
  height: 100%;
}
.header-sub-menu__bottom {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  background-color: #f6f8f9;
  border-top: 1px solid #b0bdcc;
  margin-top: 50px;
}
@media screen and (max-width: 1019px) {
  .header-sub-menu__bottom {
    display: flex;
    margin-top: 48px !important;
  }
}
.header-sub-menu__bottom li {
  list-style: none;
  width: 50%;
  padding: 0 20px;
  border-bottom: 1px solid #b0bdcc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-sub-menu__bottom li:nth-child(odd) {
  border-right: 1px solid #b0bdcc;
}
.header-sub-menu__bottom li a {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  color: #222;
  width: 100%;
}

.header--simple {
  position: static;
  height: 72px;
  border-bottom: 1px solid #b0bdcc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header--simple .container {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1019px) {
  .header--simple {
    height: 60px;
  }
}
.header--simple #simple-logo {
  height: 41px;
}
.header--simple #simple-logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1019px) {
  .header--simple #simple-logo {
    height: 32px;
  }
  .header--simple #simple-logo:hover {
    opacity: 1;
  }
}

.js-header-sub-menu__child {
  pointer-events: none;
}
@media screen and (max-width: 1019px) {
  .js-header-sub-menu__child {
    pointer-events: auto;
  }
}

/* Footer Modules
======================================*/
.footer {
  background-color: #f6f8f9;
  position: relative;
  font-family: Roboto, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1019px) {
  .footer {
    border-top: 1px solid #b0bdcc;
  }
}
.footer .footer__hr {
  width: 100%;
  height: 1px;
  background-color: #b0bdcc;
}
.footer .footer__container {
  max-width: none;
  width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .footer .footer__container {
    width: 100%;
  }
}
.footer__container button {
  width: 100%;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
@media screen and (max-width: 1019px) {
  .footer__container .footer__title.sp-visible {
    display: flex !important;
  }
  .footer__container .footer__sub-title.sp-visible {
    display: flex !important;
  }
}
.footer .footer__container .footer__container__body {
  padding: 50px 20px;
  margin: auto;
}
.footer .footer__container .footer__container__body--top {
  padding: 50px 0;
}
@media screen and (max-width: 1019px) {
  .footer .footer__container .footer__container__body {
    padding: 30px 0;
  }
}
.footer .footer__sns-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 1019px) {
  .footer .footer__sns-title {
    font-size: 16px;
  }
}

.footer__sns {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1019px) {
  .footer__sns {
    margin-top: 15px;
  }
}
.footer__sns a {
  margin-right: 33px;
  width: 53px;
  height: 53px;
}
@media screen and (max-width: 1019px) {
  .footer__sns a {
    margin-right: 25px;
    width: 40px;
    height: 40px;
  }
}
.footer__sns a:last-child {
  margin-right: 0;
}
.footer__sns img {
  height: 53px;
  width: 53px;
}
@media screen and (max-width: 1019px) {
  .footer__sns img {
    height: 40px;
    width: 40px;
  }
}

.footer__row {
  margin-bottom: 50px;
  padding: 0;
}
@media screen and (max-width: 1019px) {
  .footer__row {
    margin-bottom: 0;
  }
  .footer__row.footer__row--product .footer__row__content {
    display: none;
  }
  .footer__row.footer__row--product .footer__row__content.active {
    display: flex;
  }
}
.footer__row .footer__button--sp {
  display: none;
  padding: 40px 0;
  border-top: 1px solid #b0bdcc;
}
.footer__row .footer__button--sp .btn-small {
  max-width: 278px;
  position: relative;
  flex-direction: row;
}
.footer__row .footer__button--sp .btn-small [class*="icon-"] {
  font-size: 14px;
  padding-left: 15px;
  position: absolute;
  top: 4px;
  right: 5px;
}
.footer__row .footer__button--sp .btn-small [class*="icon-"]::before {
  color: #fff;
}
@media screen and (max-width: 1019px) {
  .footer__row .footer__button--sp {
    display: block;
  }
  .footer__row .footer__button--sp.active {
    border-top: 1px solid #b0bdcc;
    display: block;
  }
}
.footer__row .footer__row__content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1019px) {
  .footer__row .footer__row__content {
    flex-wrap: unset;
    flex-direction: column;
  }
  .footer__row .footer__row__content.active {
    display: flex;
  }
}
.footer__row .footer__row__content .footer__container__column {
  width: 255px;
  margin: 0 30px;
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .footer__row .footer__row__content .footer__container__column {
    margin: 20px 16px 0;
    width: calc((100%) / 4 - 33px);
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .footer__row .footer__row__content .footer__container__column {
    width: 238px;
  }
}
@media screen and (max-width: 1019px) {
  .footer__row .footer__row__content .footer__container__column {
    width: 100%;
    margin: 0;
  }
  .footer__row .footer__row__content .footer__container__column .footer__container__column-group a:last-child,
  .footer__row .footer__row__content .footer__container__column .footer__container__column-group li:last-child {
    border-bottom: none;
  }
}
.footer__row .footer__row__content .footer__container__column.active .footer__sub-title .icon-arrow--right {
  display: none;
}

.footer__row .footer__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 30px;
  position: relative;
}
.footer__row .footer__title [class^="icon-"] {
  position: absolute;
  font-size: 16px;
  right: 0;
  color: #2076c7;
  top: 50%;
  transform: translate(0, -50%);
}
.footer__row .footer__title [class^="icon-"]::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1019px) {
  .footer__row .footer__title [class^="icon-"]::before {
    content: "\e904";
  }
  .footer__row .footer__title [class^="icon-"] {
    right: 20px;
    top: 50%;
    font-size: 14px;
    transform: translate(0, -50%);
  }
}
.footer__row .footer__title.footer__title--inline {
  display: inline;
  padding-right: 20px;
}
.footer__row .footer__title.footer__title--inline a {
  padding-right: 20px;
}
@media screen and (max-width: 1019px) {
  .footer__row .footer__title.footer__title--inline {
    display: flex;
    padding-right: 45px;
    opacity: 1;
    cursor: pointer;
  }
  .footer__row .footer__title.footer__title--inline a {
    width: 100%;
    padding-right: 45px;
  }
}
.footer__row .footer__title a {
  position: relative;
  padding-right: 20px;
}
.footer__row .footer__title .icon-newtab {
  position: absolute;
  font-size: 12px;
  right: 0;
}
@media screen and (max-width: 1019px) {
  .footer__row .footer__title .icon-newtab {
    max-height: none;
    right: 20px;
    font-size: 14px;
  }
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .footer__row .footer__title {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1019px) {
  .footer__row .footer__title {
    font-size: 14px;
    width: 100%;
    min-height: 48px;
    padding-bottom: 8px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    border-top: 1px solid #b0bdcc;
    background-color: #f6f8f9;
    padding-left: 20px;
    font-weight: 700;
  }
  .footer__row .footer__title.active {
    background-color: #fff;
  }
  .footer__row .footer__title.active [class^="icon-"]::before {
    content: "\e915";
    color: #2076c7;
  }
  .footer__row .footer__title a {
    pointer-events: none;
    padding-right: 45px;
  }
  .footer__row .footer__title:hover a {
    opacity: 1;
  }
}

.footer__row .footer__container__column-group .footer__title {
  text-align: left;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b0bdcc;
}
.footer__row .footer__container__column-group .footer__title.footer__title--no-icon a {
  pointer-events: none;
  padding-right: 0;
}
.footer__row .footer__container__column-group .footer__title.footer__title--no-icon .icon-arrow--right {
  display: none;
}
.footer__row .footer__container__column-group .footer__title a {
  display: block;
}
@media screen and (max-width: 1019px) {
  .footer__row .footer__container__column-group .footer__title {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 45px;
    padding-bottom: 8px;
    border-bottom: none;
  }
  .footer__row .footer__container__column-group .footer__title.footer__title--no-icon .icon-arrow--right {
    display: block;
  }
  .footer__row .footer__container__column-group .footer__title.footer__title--no-icon a {
    padding-right: 45px;
  }
  .footer__row .footer__container__column-group .footer__title a {
    pointer-events: none;
    width: 100%;
  }
}

.footer__row__content .footer__sub-title,
.footer__row__content .footer__sub-title--link {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: 1px solid #b0bdcc;
  padding-bottom: 7px;
  position: relative;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .footer__row__content .footer__sub-title,
  .footer__row__content .footer__sub-title--link {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1019px) {
  .footer__row__content .footer__sub-title,
  .footer__row__content .footer__sub-title--link {
    padding-left: 30px;
    min-height: 48px;
    padding-top: 10px;
    padding-bottom: 8px;
    align-items: center;
    border-bottom: 1px solid #b0bdcc;
    font-weight: 400;
    margin-top: 0;
  }
}
.footer__row__content .footer__sub-title [class^="icon-"],
.footer__row__content .footer__sub-title--link [class^="icon-"] {
  position: absolute;
  right: 0;
  font-size: 14px;
}
@media screen and (max-width: 1019px) {
  .footer__row__content .footer__sub-title [class^="icon-"],
  .footer__row__content .footer__sub-title--link [class^="icon-"] {
    right: 23px;
    top: 17px;
  }
}
.footer__row__content .footer__sub-title .icon-newtab,
.footer__row__content .footer__sub-title--link .icon-newtab {
  font-size: 12px;
}
@media screen and (max-width: 1019px) {
  .footer__row__content .footer__sub-title .icon-newtab,
  .footer__row__content .footer__sub-title--link .icon-newtab {
    font-size: 14px;
  }
  .footer__row__content .footer__sub-title .icon-newtab::before,
  .footer__row__content .footer__sub-title--link .icon-newtab::before {
    content: "\e903";
  }
}
.footer__row__content .footer__sub-title .icon-plus,
.footer__row__content .footer__sub-title--link .icon-plus {
  display: none;
  position: absolute;
  font-size: 14px;
  right: 20px;
  top: 16px;
}
@media screen and (max-width: 1019px) {
  .footer__row__content .footer__sub-title .icon-plus,
  .footer__row__content .footer__sub-title--link .icon-plus {
    display: block;
  }
}

@media screen and (max-width: 1019px) {
  .footer__row__content .footer__sub-title {
    position: relative;
    background-color: #fff;
    border-top: 1px solid #b0bdcc;
    border-bottom: none;
    padding-right: 45px;
    opacity: 1;
    cursor: pointer;
  }
  .footer__row__content .footer__sub-title .icon-plus {
    width: 15px;
    height: 15px;
    top: 47%;
    transform: translate(0%, -50%);
  }
  .footer__row__content .footer__sub-title.active .icon-plus::before {
    content: url(/common21/imgs/icon-minus.svg);
  }
}

.footer__row__content .footer__container__column-group {
  margin-top: 40px;
}
.footer__row__content .footer__container__column-group .footer__button--sp {
  padding: 40px 0;
}
.footer__row__content .footer__container__column-group .footer__button--sp .btn-small {
  max-width: 278px;
}
@media screen and (max-width: 1019px) {
  .footer__row__content .footer__container__column-group .footer__button--sp {
    display: block;
  }
}
.footer__row__content .footer__container__column-group:nth-of-type(1) {
  margin-top: 20px;
}
@media screen and (max-width: 1019px) {
  .footer__row__content .footer__container__column-group {
    margin-top: 0;
  }
  .footer__row__content .footer__container__column-group:nth-of-type(1) {
    margin-top: 0;
  }
  .footer__row__content .footer__container__column-group.border-top__sp {
    border-top: 1px solid #b0bdcc;
  }
}
@media screen and (max-width: 1019px) {
  .footer__row__content .footer__container__column-group .js-footer__sub-content {
    display: none;
  }
}

.footer__row__content .footer__sub-title--link {
  font-weight: 400;
  padding-right: 20px;
}
.footer__row__content .footer__sub-title--link:nth-of-type(1) {
  margin-top: 25px;
}
@media screen and (max-width: 1019px) {
  .footer__row__content .footer__sub-title--link:nth-of-type(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1019px) {
  .footer__row__content .footer__sub-title--link {
    padding-right: 45px;
  }
  .footer__row__content .footer__sub-title--link:hover {
    opacity: 1;
  }
  .footer__row__content .footer__sub-title--link:nth-of-type(1) {
    margin-top: 0;
  }
}

@media screen and (max-width: 1019px) {
  .footer__row__content ul {
    border-top: 1px solid #b0bdcc;
  }
  .footer__row__content ul.active {
    display: block;
    border-top: 1px solid #b0bdcc;
  }
  .footer__row__content ul.active li {
    border-bottom: 1px solid #b0bdcc;
  }
}

.footer__row__content ul.list__newtab li {
  padding-left: 0;
}
.footer__row__content ul.list__newtab li a {
  display: inline-block;
}
@media screen and (max-width: 1019px) {
  .footer__row__content ul.list__newtab li a {
    display: flex;
  }
}

.footer__row__content ul li {
  list-style: none;
  margin: 7px 0;
  padding-left: 15px;
}
@media screen and (max-width: 1019px) {
  .footer__row__content ul li {
    margin: 0;
    padding-left: 0;
  }
}
.footer__row__content ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 1019px) {
  .footer__row__content ul li a {
    padding-left: 30px;
    width: 100%;
    display: flex;
    min-height: 48px;
    padding-top: 10px;
    padding-bottom: 8px;
    align-items: center;
    padding-right: 45px;
  }
  .footer__row__content ul li a:hover {
    opacity: 1;
  }
}
.footer__row__content ul li a .icon-arrow--right {
  position: absolute;
  left: -15px;
  line-height: 1.4;
  font-size: 12px;
  top: 49%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1019px) {
  .footer__row__content ul li a .icon-arrow--right {
    left: auto;
    right: 23px;
    font-size: 14px;
  }
}

.footer__row__content .menu-icon-right {
  padding-left: 0;
}
.footer__row__content .menu-icon-right a {
  padding-right: 25px;
}
.footer__row__content .menu-icon-right [class^="icon-"] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1019px) {
  .footer__row__content .menu-icon-right a {
    padding-right: 45px;
  }
  .footer__row__content .menu-icon-right [class^="icon-"] {
    left: auto;
    right: 20px;
  }
}

.footer__row__content ul.list__newtab li a {
  padding-left: 0;
  padding-right: 25px;
}
.footer__row__content ul.list__newtab li a .icon-newtab {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translate(0, -50%);
  color: #2076c7;
}
@media screen and (max-width: 1019px) {
  .footer__row__content ul.list__newtab li a {
    padding-left: 30px;
    padding-right: 45px;
  }
  .footer__row__content ul.list__newtab li a .icon-newtab {
    right: 20px;
    width: 15px;
    height: 15px;
  }
  .footer__row__content ul.list__newtab li a .icon-newtab::before {
    content: url(/common21/imgs/icon-newtab-blue.svg);
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1019px) {
  .footer__row__content ul.footer__sub-menu--list-l2 li a {
    padding-left: 40px;
  }
}

.footer__container__body--footer {
  width: 1260px;
  margin: auto;
  padding-top: 40px;
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .footer__container__body--footer {
    width: 100%;
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 1019px) {
  .footer__container__body--footer {
    width: 100%;
    padding: 0 !important;
  }
}

.footer__container__body--footer .footer__row--card {
  display: flex;
  flex-wrap: wrap;
}
.footer__container__body--footer .footer__row--card .footer__link-card {
  width: 255px;
  margin: 20px 30px 0;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 15px;
  position: relative;
}
.footer__container__body--footer .footer__row--card .footer__link-card:nth-of-type(1),
.footer__container__body--footer .footer__row--card .footer__link-card:nth-of-type(2),
.footer__container__body--footer .footer__row--card .footer__link-card:nth-of-type(3),
.footer__container__body--footer .footer__row--card .footer__link-card:nth-of-type(4) {
  margin-top: 0;
}
.footer__container__body--footer .footer__row--card .footer__link-card.has-icon-new-tab {
  padding-left: 0;
  position: static;
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .footer__container__body--footer .footer__row--card .footer__link-card {
    margin: 20px 16px 0;
    width: calc((100%) / 4 - 33px);
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .footer__container__body--footer .footer__row--card .footer__link-card {
    width: 238px;
  }
}
@media screen and (max-width: 1149px) {
  .footer__container__body--footer .footer__row--card .footer__link-card br {
    display: none;
  }
}
@media screen and (max-width: 1019px) {
  .footer__container__body--footer .footer__row--card .footer__link-card {
    width: 100%;
  }
}
.footer__container__body--footer .footer__row--card .footer__link-card .icon-arrow--right {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px;
}
.footer__container__body--footer .footer__row--card .footer__link-card .icon-newtab {
  padding-left: 10px;
  font-size: 12px;
}
@media screen and (max-width: 1019px) {
  .footer__container__body--footer .footer__row--card .footer__link-card {
    padding-left: 0;
    margin: 0;
  }
  .footer__container__body--footer .footer__row--card .footer__link-card a {
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 100%;
    min-height: 48px;
    padding-left: 20px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 8px;
    margin: 0;
    border-bottom: 1px solid #b0bdcc;
  }
  .footer__container__body--footer .footer__row--card .footer__link-card .icon-arrow--right {
    top: auto;
    left: auto;
    line-height: 1.4;
    right: 23px;
    font-size: 14px;
  }
  .footer__container__body--footer .footer__row--card .footer__link-card .icon-newtab {
    position: absolute;
    top: auto;
    left: auto;
    right: 20px;
    font-size: 14px;
  }
}
.footer__container__body--footer .footer__row--service {
  margin-bottom: 0;
}
@media screen and (max-width: 1019px) {
  .footer__container__body--footer .footer__row--service {
    display: none;
  }
}
.footer__container__body--footer .footer__row--service .footer__row__content {
  margin-left: 10px;
  margin-top: 0;
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .footer__container__body--footer .footer__row--service .footer__row__content {
    margin-left: 0;
  }
}
.footer__container__body--footer .footer__row--service .footer__row__content .footer__container__column {
  width: 208px;
  margin: 0 20px;
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .footer__container__body--footer .footer__row--service .footer__row__content .footer__container__column {
    max-width: 208px;
    margin: 0 15px;
    width: calc(20% - 30px);
  }
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column
  .footer__sub-title {
  margin-bottom: 10px;
  padding-right: 0;
  border-bottom: 2px solid #b0bdcc;
}
.footer__container__body--footer .footer__row--service .footer__row__content .footer__container__column a {
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column
  a
  .icon-arrow--right {
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 2px;
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column
  a
  .icon-newtab::before {
  color: #2076c7;
}
.footer__container__body--footer .footer__row--service .footer__row__content .footer__container__column p {
  padding-left: 15px;
  line-height: 1.4;
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column
  p
  a
  .icon-arrow--right {
  left: -15px;
}
.footer__container__body--footer .footer__row--service .footer__row__content .footer__container__column ul li {
  margin: 6px 0;
  padding-left: 0;
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .footer__container__body--footer .footer__row--service .footer__row__content .footer__container__column ul li {
    padding-right: 13px;
  }
}
.footer__container__body--footer .footer__row--service .footer__row__content .footer__container__column ul li a {
  padding-left: 0;
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column
  ul
  li
  a
  .footer__notation {
  font-size: 9px;
  position: relative;
  display: inline-block;
}
.footer__container__body--footer
  .footer__row--service
  .footer__row__content
  .footer__container__column
  ul
  li
  a
  .icon-newtab {
  font-size: 11px;
  margin-left: 10px;
  margin-top: -4px;
}
.footer__container__body--footer .footer__row--service .footer__description {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 30px;
  margin-top: 20px;
}

.footer__fluid {
  border-top: 1px solid #b0bdcc;
}
@media screen and (max-width: 1019px) {
  .footer__fluid {
    border-top: none;
  }
}
.footer__fluid.footer__fluid--white {
  background-color: #fff;
  padding-bottom: 40px;
}
@media screen and (max-width: 1019px) {
  .footer__fluid.footer__fluid--white {
    display: none;
  }
}
.footer__fluid .footer__container {
  width: 1200px;
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .footer__fluid .footer__container {
    width: 100%;
  }
}
@media screen and (max-width: 1019px) {
  .footer__fluid .footer__container {
    width: 100%;
  }
}
.footer__fluid .footer__container .footer__container__body {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 0;
}
@media screen and (max-width: 1019px) {
  .footer__fluid .footer__container .footer__container__body {
    padding-top: 20px;
  }
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .footer__fluid .footer__adobe .footer__container__body {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer__fluid .footer__adobe .footer__row {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
}
.footer__fluid .footer__adobe .footer__row .footer__container__column img.image-adobe {
  height: 39px;
  width: 158px;
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .footer__fluid .footer__adobe .footer__row .footer__container__column img.image-adobe {
    max-width: none;
    margin-left: 16px;
  }
}
.footer__fluid .footer__adobe .footer__row .footer__container__column p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  width: 1022px;
  color: #555;
  padding-bottom: 7px;
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .footer__fluid .footer__adobe .footer__row .footer__container__column p {
    width: 100%;
    padding: 0 16px;
  }
}
.footer__fluid .footer__adobe .footer__row .footer__container__column .adobe-link__download {
  padding-right: 20px;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
}
.footer__fluid .footer__adobe .footer__row .footer__container__column .adobe-link__download [class*="icon-"] {
  position: absolute;
  right: 0;
  font-size: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .footer__fluid .footer__adobe .footer__row .footer__container__column .adobe-link__download {
    margin-left: 16px;
  }
}
.footer__fluid .footer__logo {
  margin: 30px auto;
  text-align: center;
}
.footer__fluid .footer__logo img {
  margin: auto;
  height: 94px;
  width: 112px;
}
@media screen and (max-width: 1019px) {
  .footer__fluid .footer__logo img {
    height: 83px;
    width: 99px;
  }
}
.footer__fluid .footer__logo .footer__slogant {
  font-size: 13px;
  color: #555;
  margin-top: 15px;
  line-height: 1.4;
}
.footer__fluid .footer__logo .footer__slogant span:first-child {
  color: #555;
  padding-right: 10px;
  font-size: 14px;
}
@media screen and (max-width: 1019px) {
  .footer__fluid .footer__logo .footer__slogant {
    display: flex;
    flex-direction: column;
  }
  .footer__fluid .footer__logo .footer__slogant span:last-child {
    line-height: 19.5px;
  }
  .footer__fluid .footer__logo .footer__slogant span:first-child {
    padding-right: 0;
  }
}
.footer__fluid .footer__copy-right {
  width: 1200px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #555;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 19.5px;
}
.footer__fluid .footer__copy-right span:last-child {
  font-size: 11px;
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .footer__fluid .footer__copy-right {
    width: 100%;
    padding: 0 16px;
  }
}
@media screen and (max-width: 1019px) {
  .footer__fluid .footer__copy-right {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    line-height: 19px;
    height: auto;
    padding: 0 20px 56px;
  }
  .footer__fluid .footer__copy-right span:last-child {
    font-size: 10px;
  }
}

.breadcrumb {
  width: 100%;
  background-color: #f6f8f9;
  border-top: 1px solid #b0bdcc;
}
.breadcrumb .breadcrumb__container {
  width: 1240px;
  margin: auto;
}
.breadcrumb .breadcrumb__container ul {
  min-height: 58px;
  padding: 17px 20px;
  max-width: 1240px;
  margin: auto;
  flex-wrap: wrap;
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .breadcrumb .breadcrumb__container ul {
    width: 100%;
    padding: 17px 40px;
  }
}
@media screen and (max-width: 1019px) {
  .breadcrumb .breadcrumb__container ul {
    padding: 6px 20px;
    min-height: 38px;
  }
}
.breadcrumb .breadcrumb__container ul li {
  margin-right: 5px;
  list-style: none;
  display: inline;
  font-size: 12px;
}
.breadcrumb .breadcrumb__container ul li:last-child {
  margin-right: 0;
}
.breadcrumb .breadcrumb__container ul li:last-child a {
  pointer-events: none;
}
.breadcrumb .breadcrumb__container ul li a {
  font-size: 12px;
  color: #555;
}
.breadcrumb .breadcrumb__container ul li a span {
  padding-left: 10px;
}
.breadcrumb .breadcrumb__container ul li a span::before {
  color: #555;
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .breadcrumb .breadcrumb__container {
    width: 100%;
  }
}
@media screen and (max-width: 1019px) {
  .breadcrumb .breadcrumb__container {
    width: 100%;
  }
}

footer.simple-footer {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid #b0bdcc;
  background-color: #fff;
  font-family: Roboto, "Noto Sans JP", sans-serif;
}
footer.simple-footer .footer__fluid {
  border-top: none;
}
@media (min-width: 769px) and (max-width: 1199px) {
  footer.simple-footer .footer__fluid {
    width: 100%;
  }
}
@media screen and (max-width: 1019px) {
  footer.simple-footer {
    height: auto;
    padding-top: 15px;
  }
  footer.simple-footer .footer__pagetop {
    bottom: 10px;
  }
  footer.simple-footer .footer__fluid .footer__copy-right {
    padding-bottom: 15px;
  }
}
footer.simple-footer .copy-right {
  color: #555;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.footer__pagetop {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.05em;
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: #2076c7;
  cursor: pointer;
  line-height: 30px;
  height: 50px;
  width: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  padding-top: 10px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.footer__pagetop:hover {
  opacity: 0.7;
}
.footer__pagetop .icon-arrow--up {
  position: absolute;
  right: 50%;
  top: 7px;
  font-size: 10px;
  transform: translate(50%, 0) scale(0.7);
  font-weight: 700;
}
@media screen and (max-width: 1019px) {
  .footer__pagetop {
    bottom: 13px;
    right: 10px;
  }
}

.footer__menu-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  line-height: normal;
}
.footer__menu-bottom li {
  display: block;
}
@media screen and (max-width: 1019px) {
  .footer__menu-bottom {
    display: block;
    padding: 0 20px !important;
  }
}
.footer__menu-bottom li {
  display: inline-block;
}
.footer__menu-bottom span {
  position: relative;
  width: 1px;
  height: 17px;
}
.footer__menu-bottom span::after {
  position: absolute;
  content: "";
  height: 17px;
  width: 1px;
  background-color: #b0bdcc;
  right: 0;
  top: calc(50%);
  transform: translate(0, -50%);
}
.footer__menu-bottom a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 0 13px 0 10px;
  line-height: 35px;
  position: relative;
  color: #555;
}
@media screen and (max-width: 1019px) {
  .footer__menu-bottom a {
    padding: 0 15px 0 0;
    line-height: 35px;
  }
  .footer__menu-bottom span::after {
    margin: 0 7px;
  }
}
.footer__menu-bottom li:first-child a {
  padding-left: 0;
}
.footer__menu-bottom li:last-child a {
  padding-right: 0;
}
.footer__menu-bottom li:last-child span {
  display: none;
}

@media screen and (max-width: 1019px) {
  .border-bottom__sp {
    border-bottom: 1px solid #b0bdcc !important;
  }
  .border-bottom__sp.active {
    border-bottom: none !important;
  }
}

.js-footer__sub-title {
  pointer-events: none;
  cursor: pointer;
}
.js-footer__sub-title a {
  pointer-events: auto;
}
@media screen and (max-width: 1019px) {
  .js-footer__sub-title {
    pointer-events: auto;
  }
}

/* Main Template
======================================*/
.container {
  width: 1200px;
  margin: 24px auto 80px;
  max-width: none;
}
@media screen and (max-width: 1019px) {
  .container {
    padding-top: 0;
  }
}
@media (min-width: 1020px) and (max-width: 1199px) {
  .container {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1019px) {
  .container {
    width: calc(100% - 40px);
  }
}
.container .container__row {
  padding: 0;
}
.container.container--without-nav {
  width: 920px;
  margin-bottom: 80px;
}
@media (min-width: 769px) and (max-width: 919px) {
  .container.container--without-nav {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1019px) {
  .container.container--without-nav {
    width: calc(100% - 40px);
  }
}
.container.container--with-nav {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 0;
}
@media screen and (max-width: 1019px) {
  .container.container--with-nav {
    flex-direction: column-reverse;
    margin-top: 0;
    width: 100%;
  }
  .container.container--with-nav .container__main {
    width: calc(100% - 40px);
    margin: 90px auto 0;
  }
}

.container__nav {
  width: 240px;
  margin-top: -24px;
  padding-top: 24px;
  background: #fff;
  box-shadow: #eaeaea 0 0 10px 1px;
  z-index: 0;
}
@media screen and (max-width: 1019px) {
  .container__nav {
    position: relative;
    background-color: #fff;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
  .container__nav .nav__menu-sp .icon-menu .icon-arrow--up {
    transform: rotate(180deg);
    transition: 0.2s 0s all ease-in-out;
  }
  .container__nav.active .nav__content {
    transform: translateY(0);
  }
  .container__nav.active .nav__menu-sp .icon-menu .icon-arrow--up {
    transform: rotate(0deg);
  }
  .container__nav.fixed {
    position: fixed;
    top: 0;
    z-index: 900;
  }
}

.container__main {
  width: 920px;
  margin-bottom: 80px;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .container__main {
    width: calc(100% - 280px);
  }
  .container--without-nav .container__main {
    width: 100%;
  }
}
@media screen and (max-width: 1019px) {
  .container__main {
    width: 100%;
  }
}

.content__main,
.menu__modules {
  background-color: #fff;
}

.menu__modules ol {
  padding-left: 25px;
}
.menu__modules ol li {
  font-size: 16px;
}
.menu__modules ol li + li {
  margin-top: 0;
}

.simple-header .content__main .container.standard__without-nav {
  margin-bottom: 40px;
}

.container__main--example {
  height: 480px;
  background-color: #f6f8f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.example-text {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
.example-text span {
  font-size: 16px;
}

/* Table Modules
======================================*/
.table-responsive {
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 20px;
}
.table-responsive:last-child {
  margin-bottom: 0;
}
.table-responsive table {
  margin-bottom: 0;
}
.table-separate .text-link--small,
.table-responsive .text-link--small {
  color: #2076c7;
  text-decoration: underline;
}

.table-instruction {
  display: none;
}
.table-instruction img {
  margin-left: 10px;
  margin-top: -3px;
}
.table-scroll__wrap {
  margin-bottom: 20px;
}
.table-scroll__wrap:last-child {
  margin-bottom: 0;
}
.table-scroll {
  position: relative;
}
.table-swipe {
  display: none;
}
.table-simple thead th,
.table-simple thead td {
  font-size: 14px;
  font-weight: normal;
}
.table-simple tbody th,
.table-simple tbody td {
  font-weight: normal;
}
.table-simple tbody.font16 th,
.table-simple tbody.font16 td {
  font-size: 16px;
}

.table-simple tbody th .rate-em__num,
.table-simple tbody td .rate-em__num {
  font-size: 30px;
  line-height: 1;
}

@media screen and (max-width: 1019px) {
  .table-simple.table-1col {
    border-top: 0.5px solid #b0bdcc;
  }
  .table-simple.table-1col th,
  .table-simple.table-1col td {
    width: 100%;
    display: block;
    border-top: none;
    text-align: left;
  }
  .table-swipe {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1;
  }
  .table-swipe__img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  }
  .table-scroll {
    overflow-y: hidden;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
  .table-scroll__body {
    width: 100%;
    min-width: 920px;
    padding: 0 20px;
  }
  .table-container .table-responsive {
    padding-top: 40px;
    position: relative;
  }
  .table-container .table-responsive caption {
    text-align: left;
    position: absolute;
    z-index: 99;
    top: 0;
    display: table-header-group;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 20px;
}
table caption {
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  margin-bottom: 12px;
}
table:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1019px) {
  table .table__pc-visible {
    display: none;
  }
}
table .table__sp-visble {
  display: none;
}
@media screen and (max-width: 1019px) {
  table .table__sp-visble {
    display: block;
  }
}
.table__cell--flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.table__cell--flex p {
  font-weight: bold;
}
table .table__cell--fcolor-red {
  color: red;
}
table .table__cell--border {
  position: relative;
}
table .table__cell--border-red::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #f00;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
table .table__cell--border-tbl-red::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #f00;
  border-right: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
table .table__cell--border-trb-red::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #f00;
  border-left: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
table .table__cell--border-tr-red::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #f00;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
table .table__cell--border-tb-red::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #f00;
  border-left: 0;
  border-right: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
table .table__cell--border-rb-red::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #f00;
  border-top: 0;
  border-left: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
table .table__cell--border-tbl-black::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-right: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
table .table__cell--border-trb-black::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-left: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
table .table__cell--noborder {
  border: none !important;
}
table .table__cell--noborder-top {
  border-top: none !important;
}
table .table__cell--noborder-bottom {
  border-bottom: none !important;
}
table .table__cell--noborder-left {
  border-left: none !important;
}
table .table__cell--noborder-right {
  border-right: none !important;
}
table .table__cell--narrow {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
table .table__cell--bg-white {
  background-color: #fff !important;
}
table .table__cell--bg-cyan {
  background-color: #e8f1f9 !important;
}
table .table__cell--bg-lightcyan {
  background-color: #f6f8f9 !important;
}
table .table__cell--bg-pink {
  background-color: #fff2f4 !important;
}
table .table__cell--valign-top {
  vertical-align: top;
}
table .table__cell--valign-middle {
  vertical-align: middle;
}
table .table__cell--valign-bottom {
  vertical-align: bottom;
}
table .table__cell--attention {
  background-color: #fff2f4;
}
table .table__cell--time {
  font-weight: 700;
  background-color: #fef0cf;
}
.table__cell--in-image {
  display: flex;
  align-items: center;
}
.table__cell--image {
  max-width: 30px;
  margin-bottom: 3px;
  margin-right: 10px;
}
.table__cell--blue {
  color: #2076c7;
  text-align: right !important;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
.table__cell--main {
  font-size: 30px;
  line-height: 1;
}
.table-ranking thead tr:first-of-type th:nth-of-type(2) {
  border-right: none !important;
}
.table-ranking tbody tr th:nth-of-type(2) {
  border-right: none !important;
}
.table-ranking thead tr:first-of-type th:nth-of-type(3) {
  border-left: none !important;
  border-right: none !important;
}
.table-ranking tbody tr th:nth-of-type(3) {
  border-left: none !important;
  border-right: none !important;
}
.table-ranking thead tr:first-of-type th:nth-of-type(4) {
  border-left: none !important;
}
.table-ranking tbody tr th:nth-of-type(4) {
  border-left: none !important;
}
.table-ranking th p {
  font-weight: bold;
}
.table-ranking td p {
  font-size: 18px;
}

@media screen and (max-width: 1019px) {
  .table-merge__ranking th,
  .table-merge__ranking td {
    padding: 10px 7px 9px;
  }
  .table-merge__ranking .table__cell--in-image {
    display: block;
    align-items: center;
  }
  .table-merge__ranking .table__cell--image {
    max-width: 30px;
    margin-bottom: 3px;
    margin-right: auto;
    margin-left: auto;
  }
  .table-merge__ranking .table__cell--image-caption {
    font-size: 12px;
  }
}

/* table housing simulation */
table.table-housing-simulation tr th {
  font-size: 16px;
}
table.table-housing-simulation tbody tr td {
  font-size: 16px;
}
table.table-housing-simulation tbody tr td:nth-of-type(1) {
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 1019px) {
  table.table-housing-simulation tr th {
    font-size: 14px;
  }
  table.table-housing-simulation tbody tr td {
    font-size: 14px;
  }
}

@media screen and (min-width: 1020px) {
  table .table__vertical--pc {
    writing-mode: vertical-lr;
    letter-spacing: 0.35em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1019px) {
  table .table__vertical--sp {
    writing-mode: vertical-lr;
    letter-spacing: 0.35em;
    white-space: nowrap;
  }
}
table td,
table th {
  padding: 16px 10px;
  font-size: 14px;
  line-height: 1.8;
  border: 0.5px solid #b0bdcc;
  word-wrap: break-word;
}
@media screen and (max-width: 1019px) {
  table td,
  table th {
    padding: calc(10 / 1020 * 100vw) calc(16 / 1020 * 100vw) calc(10 / 1020 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  table td,
  table th {
    padding: 10px 16px;
  }
}
table th {
  background-color: #e8f1f9;
  font-weight: 700;
}
table thead th {
  padding: 11px 20px 10px;
}
.table--th-left__wrap {
  margin-bottom: 20px;
}
.table--th-left__wrap:last-child {
  margin-bottom: 0;
}
.table--th-left__wrap .column {
  margin-bottom: 0;
}
.table--th-left__title,
.table-scroll__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
table.table--th-left-switch th {
  border-left: none;
  border-right: none;
  text-align: left;
  vertical-align: top;
  width: 33.3333%;
}
table.table--th-left-switch td {
  border-left: none;
  border-right: none;
  text-align: left;
  vertical-align: top;
  width: calc(100% - 25%) / 2;
}
.table--th-left__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.table--th-left__body-title {
  margin-bottom: 0;
}
@media screen and (max-width: 1019px) {
  .table__sp-none {
    display: none;
  }
  .table--th-left__wrap .column > [class^="column__"] {
    margin-bottom: 0;
  }
  .table--th-left__wrap .column > [class^="column__"]:not(:last-child) tr:last-of-type th,
  .table--th-left__wrap .column > [class^="column__"]:not(:last-child) tr:last-of-type td {
    border-bottom: none;
  }
  table.table--th-left-switch {
    border-bottom: none;
  }
  table.table--th-left-switch td,
  table.table--th-left-switch th {
    display: flex;
    width: 100%;
    border-bottom: none;
  }
  table.table--th-left-switch th {
    text-align: left;
    border-left: none;
    border-right: none;
    padding: 10px 16px;
  }
  table.table--th-left-switch td {
    border: none;
    display: block;
    padding: 16px 0 30px;
  }
  .table--th-left__body {
    display: block;
  }
  .table--th-left__body-title {
    text-align: right;
    margin-bottom: 10px;
  }
}
table.table--th-left {
  vertical-align: top;
  border: none;
}
table.table--th-left th {
  width: auto;
}
table.table--th-left thead th {
  font-size: 12px;
  background: none;
  border: none;
  padding: 0 0 10px;
}
table.table--th-left tbody th,
table.table--th-left tbody td {
  padding: 16px 10px;
  vertical-align: middle;
  text-align: left;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 1019px) {
  table.table--th-left th {
    width: auto;
  }
}
table.table--th-left-switch th.table__cell--condition {
  width: 15%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  background-color: #e8410c;
}
@media screen and (max-width: 1019px) {
  table.table--th-left-switch th.table__cell--condition {
    display: block;
    width: 100%;
    font-size: 15px;
  }
}
table.table-mix-content th {
  width: auto;
}
table.table-mix-content td {
  vertical-align: top;
}
@media screen and (max-width: 1019px) {
  table.table-mix-content {
    border-bottom: 1px solid #b0bdcc;
  }
  table.table-mix-content tr {
    display: flex;
    flex-direction: column;
  }
  table.table-mix-content th,
  table.table-mix-content td {
    width: 100%;
    border-bottom: none;
  }
  table.table-mix-content th {
    padding: 11px 14px 10px;
  }
  table.table-mix-content td {
    padding-bottom: 20px;
    display: block;
  }
}
table.table--th-top th {
  width: auto;
}
table.table--th-top td {
  text-align: center;
}

table.table-2column th,
table.table-2column td {
  padding: 10px 20px;
  line-height: 1.5;
}
table.table-2column td .table-2column-text {
  text-align: left;
  margin-bottom: 2px;
}
table.table-2column td .table-2column-text:last-child {
  margin-bottom: 0;
}

table.table--pseudo-switch th {
  width: auto;
}
table.table--pseudo-switch th[scope="row"] {
  background-color: #f6f8f9;
  text-align: left;
}
@media screen and (max-width: 1019px) {
  table.table--pseudo-switch {
    border-bottom: 1px solid #b0bdcc;
  }
  table.table--pseudo-switch tr {
    display: flex;
    flex-direction: column;
  }
  table.table--pseudo-switch th,
  table.table--pseudo-switch td {
    border-bottom: none;
  }
  table.table--pseudo-switch th {
    padding: 11px 20px 10px;
  }
}
table.table--rate-switch {
  border: none;
}
table.table--rate-switch th,
table.table--rate-switch td {
  vertical-align: top;
  width: auto;
}
table.table--rate-switch thead th {
  font-size: 12px;
  padding: 0 10px 10px;
  background: none;
  border: none;
  width: auto;
}
table.table--rate-switch th.row {
  width: 50%;
  text-align: left;
}
table.table--rate-switch th.col-s {
  width: 25%;
}
table.table--rate-switch tbody th.row {
  padding: 10px 16px;
  background-color: #e8f1f9;
  vertical-align: middle;
}
table.table--rate-switch tbody th {
  border-left: none;
  border-right: none;
}
table.table--rate-switch tbody td.sub-title {
  border-left: none;
  border-right: none;
}
table.table--rate-switch tbody td {
  border-left: none;
  border-right: none;
}
table.table--rate-switch tbody .table__row-s-title {
  display: none;
}
@media screen and (max-width: 1019px) {
  table.table--rate-switch tr {
    display: flex;
    flex-direction: column;
  }
  table.table--rate-switch th,
  table.table--rate-switch td {
    border-bottom: none;
  }
  table.table--rate-switch th {
    padding: 11px 20px 10px;
  }
  table.table--rate-switch tbody th.row {
    width: 100%;
  }
  table.table--rate-switch th.col-s {
    width: 25%;
  }
  table.table--rate-switch tbody td.row-s {
    margin-top: 0;
    padding: 16px 0;
    margin-bottom: 0;
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #cdd6dd;
  }
  table.table--rate-switch tbody .table__row-s-title {
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
  }
  table.table--th-left tbody .rate-em__num,
  table.table--rate-switch tbody .rate-em__num {
    font-size: 38px;
  }
  table.table--rate-switch tbody th {
    border-left: none;
    border-right: none;
  }
  table.table--rate-switch tbody th.table__sp-visble {
    padding: 0;
    margin: 16px 0 10px;
    text-align: left;
    background: none;
    border: none;
  }
  table.table--rate-switch tbody td {
    padding: 0;
    margin: 0 0 30px;
    border: none;
  }
}
table.table--rate-switch {
  border: none;
}
table.table--rwd-switch th,
table.table--rwd-switch td {
  vertical-align: top;
  width: auto;
}
table.table--rwd-switch thead th {
  font-size: 12px;
  padding: 0 10px 10px;
  background: none;
  border: none;
  width: auto;
}
table.table--rwd-switch th.row {
  text-align: left;
}
table.table--rwd-switch th.col-s {
  width: 25%;
}
table.table--rwd-switch thead th.row {
  width: 30%;
}
table.table--rwd-switch thead th.col-s {
  width: 20%;
}
table.table--rwd-switch thead th.row-body {
  width: 50%;
}
table.table--rwd-switch tbody th.row {
  vertical-align: middle;
  background-color: #e8f1f9;
}
table.table--rwd-switch tbody td.row-s {
  vertical-align: middle;
  background-color: #f6f8f9;
}
table.table--rwd-switch tbody th {
  border-left: none;
  border-right: none;
}
table.table--rwd-switch tbody td.sub-title {
  border-left: none;
  border-right: none;
}
table.table--rwd-switch tbody td {
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 1019px) {
  table.table--rwd-switch tr {
    display: flex;
    flex-direction: column;
  }
  table.table--rwd-switch th,
  table.table--rwd-switch td {
    border-bottom: none;
  }
  table.table--rwd-switch th {
    padding: 11px 20px 10px;
  }
  table.table--rwd-switch tbody th.row {
    width: 100%;
  }
  table.table--rwd-switch th.col-s {
    width: 25%;
  }
  table.table--rwd-switch tbody td.row-s {
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    background: none;
    border-bottom: 1px dotted #cdd6dd;
  }
  table.table--rwd-switch tbody th {
    border-left: none;
    border-right: none;
  }
  table.table--rwd-switch tbody th.table__sp-visble {
    padding: 0;
    margin: 16px 0 10px;
    text-align: left;
    background: none;
    border: none;
  }
  table.table--rwd-switch tbody td {
    padding: 0;
    margin: 0 0 30px;
    border: none;
  }
}
table.table--pseudo th {
  width: auto;
}
table.table--pseudo th[scope="row"] {
  width: 33.33%;
  background-color: #f6f8f9;
  text-align: left;
}
@media screen and (max-width: 1019px) {
  table.table--pseudo td {
    padding: 11px 14px 10px;
  }
  table.table--pseudo th {
    padding: 11px 12px 10px;
  }
}
table.table--pseudo thead tr th:first-child {
  width: 33.33%;
}
@media screen and (max-width: 1019px) {
  table.table--pseudo thead tr th:first-child {
    width: 82px;
  }
}
table.table--th-span {
  border: 1px solid #b0bdcc;
}
table.table--th-span td {
  border: none;
}
table.table--th-span thead th {
  padding: 11px 20px 10px;
}
table.table--th-span tbody tr:nth-child(even) {
  background-color: #f6f8f9;
}
@media screen and (max-width: 1019px) {
  table.table--th-span {
    border: none;
  }
  table.table--th-span tbody {
    display: flex;
    flex-direction: column;
  }
  table.table--th-span tbody tr:nth-child(even) {
    background-color: #fff;
  }
  table.table--th-span tbody tr:nth-child(odd) {
    background-color: #f6f8f9;
  }
  table.table--th-span tr {
    display: flex;
    flex-wrap: wrap;
  }
  table.table--th-span tr td {
    width: 50%;
    display: block;
  }
  table.table--th-span tr td:nth-of-type(3) {
    padding-top: 0;
  }
  table.table--th-span tr td span {
    margin-bottom: 7px;
  }
}
table.table--scroll-fixed th {
  width: auto;
}
table.table--scroll-fixed td {
  width: auto;
}
@media screen and (max-width: 1019px) {
  table.table--scroll-fixed {
    table-layout: inherit;
  }
  table.table--scroll-fixed th {
    min-width: 82px;
    padding: 11px 14px 10px;
    position: sticky;
    left: 0;
  }
  table.table--scroll-fixed th::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #b0bdcc;
    right: -1px;
    top: 0;
  }
  table.table--scroll-fixed th::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #b0bdcc;
    left: -1px;
    top: 0;
  }
  table.table--scroll-fixed td {
    width: auto;
    padding: 11px 14px 10px;
  }
}
table.table--scroll th[scope="row"] {
  width: auto;
}
table.table--scroll th[scope="col"] {
  width: auto;
  background-color: #f6f8f9;
  text-align: left;
}
@media screen and (max-width: 1019px) {
  table.table--scroll {
    table-layout: inherit;
  }
  table.table--scroll th[scope="row"] {
    min-width: 82px;
    padding: 11px 14px 10px;
    border: 1px solid #b0bdcc;
  }
  table.table--scroll th[scope="col"],
  table.table--scroll td {
    width: auto;
    min-width: 112px;
    padding: 11px 14px 10px;
  }
}
table.table-merge {
  border: 1px solid #b0bdcc;
}
table.table-merge th,
table.table-merge td {
  width: auto;
  padding: 10px 20px;
  box-sizing: border-box;
}
table.table-merge colgroup col:nth-of-type(1) {
  width: auto;
}
@media screen and (max-width: 1019px) {
  table.table-merge colgroup col:nth-of-type(1) {
    width: auto;
  }
  .table-responsive table.table-merge colgroup col:nth-of-type(1) {
    width: auto;
  }
}
table.table-merge colgroup col:nth-of-type(2) {
  width: auto;
}
@media screen and (max-width: 1019px) {
  table.table-merge colgroup col:nth-of-type(2) {
    width: auto;
  }
  .table-responsive table.table-merge colgroup col:nth-of-type(2) {
    width: auto;
  }
}
table.table-merge colgroup col:nth-child(n + 3) {
  width: auto;
}
@media screen and (max-width: 1019px) {
  table.table-merge colgroup col:nth-child(n + 3) {
    width: auto;
  }
}
table.table-merge th,
table.table-merge td {
  text-align: center;
}
@media screen and (max-width: 1019px) {
  table.table-merge thead tr:first-child th:nth-of-type(2) {
    padding: 15px 7px 14px;
  }
}
@media screen and (max-width: 1019px) {
  table.table-merge thead th {
    width: auto;
    padding: 10px 7px 9px;
  }
}
table.table-merge tbody th {
  background-color: #f6f8f9;
}
@media screen and (max-width: 1019px) {
  table.table-merge tbody th {
    padding: 10px 7px 9px;
  }
  table.table-merge tbody .table__sp-visble {
    display: flex;
    flex-direction: column;
  }
}
table.table-separate th,
table.table-separate td {
  padding: 9px 10px 8px;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 1019px) {
  table.table-separate th,
  table.table-separate td {
    padding: 9px 10px 8px;
  }
}
table.table-separate colgroup col:nth-of-type(1) {
  width: auto;
}
@media screen and (max-width: 1019px) {
  table.table-separate colgroup col:nth-of-type(1) {
    width: auto;
  }
}
table.table-separate colgroup col:nth-of-type(2) {
  width: auto;
}
table.table-separate colgroup col:nth-child(n + 3) {
  width: auto;
}
@media screen and (max-width: 1019px) {
  table.table-separate colgroup col:nth-child(n + 3) {
    width: auto;
  }
}
table.table-separate tbody th {
  background-color: #f6f8f9;
}
@media screen and (max-width: 1019px) {
  table.table-separate tbody th {
    width: auto;
  }
}
table.table-separate thead tr.v-none th {
  border: none;
  padding: 0 0 2px;
  background: none;
}
table.table-interest th {
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 0;
}
table.table-interest th img {
  margin-bottom: 0;
}
table.table-interest thead th {
  width: auto;
}
table.table-interest thead th:nth-of-type(1) {
  width: auto;
}
table.table-interest tbody th {
  background-color: #f6f8f9;
}
@media screen and (max-width: 1019px) {
  table.table-interest tbody th {
    width: 100%;
    border-bottom: none;
    display: block;
  }
}
table.table-interest tbody td {
  padding: 10px 14px;
}
table.table-interest tbody td p {
  margin-bottom: 0;
}
table.table-interest tbody td .table-interest__percent {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 1019px) {
  table.table-interest tbody td .table-interest__percent {
    display: inline;
  }
}
table.table-interest tbody td .table-interest__desc {
  margin-bottom: 0;
  margin-top: 0;
}
table.table-interest tbody td .table-interest__desc span {
  font-weight: 400;
}
@media screen and (max-width: 1019px) {
  table.table-interest tbody td .table-interest__desc {
    display: inline;
    padding-left: 0;
  }
}
@media screen and (max-width: 1019px) {
  table.table-interest tbody {
    border-bottom: 1px solid #b0bdcc;
  }
  table.table-interest tbody td {
    border-bottom: none;
    width: 100%;
    display: block;
  }
  table.table-interest tbody tr {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1020px) {
  table caption {
    font-size: 16px;
  }
}

.table-responsive,
.table-merge {
  margin-bottom: 20px;
}
.table-responsive:last-child,
.table-merge:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1019px) {
  .table-responsive .table-separate,
  .table-responsive .table-merge,
  .table-responsive .table--scroll-fixed,
  .table-responsive .table--scroll {
    width: 920px;
  }
}

/* rate-table
======================================*/
table.rate-table-detail .rate-em-main {
  font-size: 12px;
  line-height: 1.2;
  color: #222;
  font-weight: normal;
  margin-bottom: 0;
}
table.rate-table-detail .rate-em-wrap {
  margin-bottom: 0;
}
table.rate-table-detail .rate-em-sub {
  line-height: 1.2;
}
@media screen and (max-width: 1019px) {
  table.rate-table-detail th,
  table.rate-table-detail td {
    padding: 10px 7px;
  }
}

table.rate-table-stage .stage-logo {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

table.rate-table-stage .stage-logo img {
  margin: 2px;
}

table.rate-table-list td.rate-table-list_nestwrap {
  padding: 0;
}

table.rate-table-list table.rate-table-list-nest th {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 0.5px solid #b0bdcc;
}

table.rate-table-list table.rate-table-list-nest td {
  display: block;
  border: none;
  width: 100%;
}

table.rate-table-list table.rate-table-list-nest2 th {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 0.5px solid #b0bdcc;
}

table.rate-table-list table.rate-table-list-nest2 td {
  display: block;
  border: none;
  width: 100%;
}

@media screen and (max-width: 1019px) {
  table.rate-table-list table.rate-table-list-nest th {
    display: table-cell;
    width: auto;
    border: none;
  }
  table.rate-table-list table.rate-table-list-nest td {
    display: table-cell;
    width: auto;
    border-left: 0.5px solid #b0bdcc;
  }
}

/* Additional Modules
======================================*/
.additional-product {
  border: 1px solid #cdd6dd;
}
.additional-product__img {
  text-align: center;
  padding: 20px 20px 10px;
  max-width: 300px;
  margin: auto;
}
@media screen and (min-width: 1020px) {
  .additional-product__img {
    margin: inherit;
    margin-bottom: 16px;
  }
}
.additional-product__img img {
  max-width: 186px;
  margin: auto;
}
.additional-product__info {
  padding: 20px;
}
.additional-product__info .text-link--icon {
  display: block;
  line-height: 1.4;
  text-align: center;
}
.additional-product__info .text-link--icon:hover {
  opacity: 70%;
}
.additional-product p {
  margin-bottom: 0;
}
.additional-product a {
  line-height: 1.5 !important;
}
.additional-product .tags {
  margin-bottom: 12px;
  margin-top: 16px;
}
.additional-product--secondary {
  border: none;
}
.additional-product--secondary .additional-product__img {
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1019px) {
  .additional-product--secondary .additional-product__img {
    margin-bottom: 30px;
  }
}
.additional-product--secondary .additional-product__info {
  display: flex;
  padding: 0 5px;
  text-align: justify;
  align-items: center;
}
@media screen and (min-width: 1020px) {
  .additional-product--secondary .additional-product__info {
    padding: 0 0 0 20px;
  }
}
.additional-product--secondary .additional-product__info p {
  font-size: 16px;
}
@media screen and (min-width: 1020px) {
  .additional-product {
    display: flex;
  }
  .additional-product__img {
    padding-bottom: 0;
  }
  .additional-product__info {
    padding-left: 0;
  }
  .additional-product__info .text-link--icon {
    text-align: left;
  }
  .additional-product__info .text-link--icon:hover {
    opacity: 70%;
  }
}

.additional-profit {
  padding: 36px 20px;
  background: #f6f8f9;
  text-align: center;
}
.additional-profit [class^="btn"] {
  margin-top: 16px;
  margin-bottom: 16px;
}
.additional-profit .h3 {
  margin-bottom: 20px;
}

.btn-group [class^="btn"] {
  max-width: none;
}

.additional-category .text-center .page-views {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  border-bottom: none;
}
.additional-category .text-center .page-views .color-red {
  font-size: 20px;
}

.additional-product,
.additional-category,
.additional-profit,
.link-complex {
  margin-bottom: 20px;
}
.additional-product:last-child,
.additional-category:last-child,
.additional-profit:last-child,
.link-complex:last-child {
  margin-bottom: 0;
}

.additional-card {
  margin: 0 auto;
  padding: 58px 20px 40px;
  background: #f6f8f9;
  text-align: center;
}
.additional-card .icon-spacer {
  margin-right: 2px;
  margin-left: 2px;
}
.additional-card__txt {
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.additional-card__asterisk {
  position: relative;
  padding-left: 15px;
  display: inline-block;
}
@media screen and (max-width: 1019px) {
  .additional-card__asterisk {
    padding-left: 20px;
  }
}
.additional-card__asterisk::before {
  content: "※";
  position: absolute;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  left: 0;
  top: -4px;
}
@media screen and (max-width: 1019px) {
  .additional-card__asterisk {
    text-align: left;
    letter-spacing: 0;
  }
}
.additional-card--inner {
  max-width: 634px;
  margin: 0 auto;
}
.additional-card .text-point {
  margin-top: -72px;
  position: relative;
  margin-bottom: 50px;
}
.additional-card .text-point::before {
  position: absolute;
  content: "";
  display: block;
  background: #036bbd;
  width: 35px;
  height: 3px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -23px;
}
.additional-card .text-number {
  font-weight: bold;
}
.additional-card .text-number--rate {
  color: #2076c7;
  font-size: 40px;
  margin-bottom: 25px;
  background: linear-gradient(transparent 75%, #e8f1f9 0%);
  display: inline;
}
.additional-card .text-number--rate sub {
  font-size: 24px;
  bottom: 0;
}
.additional-card .text-number--point {
  font-size: 26px;
  letter-spacing: 0.02em;
  margin-bottom: 27px;
}
.additional-card .text-number--point sub {
  font-size: 14px;
  font-weight: 400;
  bottom: 0;
  letter-spacing: 0;
}
.additional-card .text-number--point .text-caption-in-image {
  margin: 0 9px;
}
.additional-card .text-number--point img.t-point-icon--small {
  width: 24px;
}
.additional-card .text-number--campaign {
  position: relative;
  color: #2076c7;
  font-size: 36px;
  margin-left: 28px;
  display: inline-block;
  z-index: 1;
}
.additional-card .text-number--campaign span {
  background: linear-gradient(transparent 75%, #e8f1f9 0%);
  display: inline;
}
.additional-card .text-number--campaign sub {
  font-size: 18px;
  font-weight: 700;
  bottom: 0;
  position: relative;
  background: linear-gradient(transparent 60%, #e8f1f9 0%);
  display: inline;
  padding-bottom: 4px;
}
.additional-card .text-number--campaign .t-point-icon--medium {
  width: 30px;
  margin-right: 12px;
  margin-top: -4px;
}
.additional-card .text-number--campaign img.t-point-icon--middle {
  width: 30px;
  margin: 0 8px;
}
.additional-card + .additional-card {
  margin-top: 20px;
}

/* Conversion Modules
======================================*/
.conversion {
  width: 100%;
  padding: 40px 30px;
  background-color: #f6f8f9;
  text-align: center;
  margin-bottom: 20px;
}
.conversion:last-child {
  margin-bottom: 0;
}
.conversion .sub-title {
  margin-bottom: 10px;
}
.conversion .list-circle li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1019px) {
  .conversion {
    padding: 40px 20px;
  }
  .conversion .list-circle {
    text-align: left;
  }
  .conversion .link-group--inline .link-group__item {
    width: 101px;
  }
}
.conversion .text-warning,
.conversion .text-removed {
  color: #e3215a;
}
.conversion p {
  line-height: 1.8;
  margin-bottom: 0;
}
.conversion a {
  line-height: 1.8;
}
.conversion a span {
  line-height: 1.5 !important;
}
.conversion .text-link--icon {
  margin-top: 20px;
}
.conversion .text-link--icon:hover {
  opacity: 70%;
}
.conversion .link-contact {
  background-color: #f6f8f9;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}
.conversion .link-contact__inner {
  width: 295px;
  padding: 6px 20px;
  text-align: left;
}
@media screen and (min-width: 1020px) {
  .conversion .link-contact {
    pointer-events: none;
  }
}

.conversion .h3 {
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.conversion--multiple-patterns .h3 {
  margin-bottom: 10px;
  margin-top: 5px;
}

.conversion--multiple-patterns .text-warning,
.conversion--multiple-patterns .text-removed {
  margin-top: 5px;
}

.conversion--multiple-patterns .text-haslink {
  margin-top: 15px;
}

.conversion--multiple-patterns .btn-caption {
  margin-top: 15px;
  padding: 8px 19px;
}

.conversion--multiple-patterns .conversion__row {
  display: flex;
  justify-content: space-between;
  max-width: 645px;
  margin: 0 auto;
  margin-top: 35px;
}
@media screen and (max-width: 1019px) {
  .conversion--multiple-patterns .conversion__row {
    flex-direction: column;
  }
}

.conversion--multiple-patterns .conversion__inner {
  padding-right: 20px;
}
@media screen and (max-width: 1019px) {
  .conversion--multiple-patterns .conversion__inner {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.conversion--multiple-patterns .conversion__inner:nth-of-type(2) {
  padding-left: 20px;
  border-left: 1px solid #d6dde3;
}
@media screen and (max-width: 1019px) {
  .conversion--multiple-patterns .conversion__inner:nth-of-type(2) {
    padding-left: 0;
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid #d6dde3;
    padding-bottom: 0;
  }
}

.conversion--consultation-patterns {
  padding: 40px 30px;
}
.conversion--consultation-patterns .h3 {
  margin-top: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1019px) {
  .conversion--consultation-patterns {
    padding: 40px 20px;
  }
  .conversion--consultation-patterns .h3 {
    margin-bottom: 20px;
  }
}
.conversion--consultation-patterns .conversion__row {
  display: flex;
  flex-direction: row;
  background-color: #f6f8f9;
}
@media screen and (max-width: 1019px) {
  .conversion--consultation-patterns .conversion__row {
    flex-direction: column;
  }
}
.conversion--consultation-patterns .conversion__row p {
  text-align: left;
}
@media screen and (max-width: 1019px) {
  .conversion--consultation-patterns .conversion__row p {
    text-align: center;
  }
}
.conversion--consultation-patterns .conversion__row .text-bold {
  text-align: center;
  margin-top: 25px;
}
.conversion--consultation-patterns .conversion__row .text-warning,
.conversion--consultation-patterns .conversion__row .text-removed {
  margin-top: 5px;
}
.conversion--consultation-patterns .conversion__row .text-haslink {
  margin-top: 15px;
}
.conversion--consultation-patterns .conversion__row .btn-caption {
  margin-top: 17px;
}
.conversion--consultation-patterns .conversion__row .conversion__col {
  padding: 0 30px 0 0;
  width: 50%;
}
@media screen and (max-width: 1019px) {
  .conversion--consultation-patterns .conversion__row .conversion__col {
    width: 100%;
    padding: 0 0 30px;
  }
}
.conversion--consultation-patterns .conversion__row .conversion__col:nth-of-type(2) {
  text-align: left;
  border-left: 1px solid #d6dde3;
  padding: 0 0 0 30px;
}
.conversion--consultation-patterns .conversion__row .conversion__col:nth-of-type(2) .text-bold {
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 1019px) {
  .conversion--consultation-patterns .conversion__row .conversion__col:nth-of-type(2) {
    text-align: center;
    padding: 30px 0 0;
    padding-bottom: 0;
    border-left: none;
    border-top: 1px solid #d6dde3;
  }
  .conversion--consultation-patterns .conversion__row .conversion__col:nth-of-type(2) .text-bold {
    text-align: center;
  }
}

.conversion--login-system .h3,
.conversion--register-system .h3,
.conversion--product .h3,
.conversion--inactive-support .h3 {
  margin-bottom: 20px;
}

.conversion--simulation-system .h3,
.conversion--preliminary-review .h3 {
  margin-bottom: 14px;
}

.conversion--simulation-system .text-center,
.conversion--preliminary-review .text-center {
  margin-bottom: 20px;
}

.conversion--contact {
  padding: 40px 30px;
  margin-bottom: 20px;
}
.conversion--contact:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1019px) {
  .conversion--contact {
    padding: 40px 20px;
    text-align: center;
  }
  .conversion--contact .h3 {
    margin-bottom: 15px;
  }
}
.conversion--contact .text-bold {
  margin-bottom: 10px;
}
@media screen and (max-width: 1019px) {
  .conversion--contact .text-bold {
    text-align: center;
  }
}
.conversion--contact .link-contact {
  min-width: auto;
  width: 100%;
}
@media screen and (max-width: 1019px) {
  .conversion--contact .link-contact {
    width: auto;
  }
}
.conversion--contact .link-icon,
.conversion--contact .list-link-box > li a,
.list-link-box > li .conversion--contact a,
.conversion--contact .link-bullet,
.conversion--contact .link-complex {
  margin-bottom: 20px;
}
.conversion--contact .conversion__row {
  display: flex;
  flex-direction: row;
  background-color: #f6f8f9;
}
@media screen and (max-width: 1019px) {
  .conversion--contact .conversion__row {
    flex-direction: column;
  }
}
.conversion--contact .conversion__row .conversion__col {
  width: 50%;
  padding: 0 30px 0 0;
  text-align: left;
}
@media screen and (max-width: 1019px) {
  .conversion--contact .conversion__row .conversion__col {
    width: 100%;
    padding: 0 0 30px;
  }
}
.conversion--contact .conversion__row .conversion__col:nth-of-type(1) {
  display: flex;
  justify-content: flex-end;
}
.conversion--contact .conversion__row .conversion__col:nth-of-type(1) .conversion__col-content {
  max-width: 327px;
}
@media screen and (max-width: 1019px) {
  .conversion--contact .conversion__row .conversion__col:nth-of-type(1) .conversion__col-content {
    max-width: none;
    width: 100%;
    text-align: center;
  }
}
.conversion--contact .conversion__row .conversion__col:nth-of-type(2) {
  border-left: 1px solid #d6dde3;
  padding: 0 0 0 30px;
}
.conversion--contact .conversion__row .conversion__col:nth-of-type(2) .conversion__col-content {
  max-width: 300px;
}
@media screen and (max-width: 1019px) {
  .conversion--contact .conversion__row .conversion__col:nth-of-type(2) {
    border-left: none;
    padding: 30px 0 0;
    border-top: 1px solid #d6dde3;
    padding-bottom: 0;
  }
  .conversion--contact .conversion__row .conversion__col:nth-of-type(2) .conversion__col-content {
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .conversion--contact .conversion__row .conversion__col:nth-of-type(2) .conversion__col-content .link-icon:last-child,
  .conversion--contact
    .conversion__row
    .conversion__col:nth-of-type(2)
    .conversion__col-content
    .list-link-box
    > li
    a:last-child,
  .list-link-box
    > li
    .conversion--contact
    .conversion__row
    .conversion__col:nth-of-type(2)
    .conversion__col-content
    a:last-child,
  .conversion--contact
    .conversion__row
    .conversion__col:nth-of-type(2)
    .conversion__col-content
    .link-bullet:last-child,
  .conversion--contact
    .conversion__row
    .conversion__col:nth-of-type(2)
    .conversion__col-content
    .link-complex:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1019px) {
  .conversion--contact .conversion__row .conversion__col .text-note {
    text-align: left;
  }
}
.conversion--contact .conversion__col-content .link-contact {
  margin-top: 0;
}

.conversion--consultation .h3 {
  margin-bottom: 20px;
}

.conversion--consultation .link-box {
  box-shadow: none;
}

@media screen and (max-width: 1019px) {
  .conversion--consultation .link-group--inline .link-group__item {
    width: 33.3%;
    max-width: 126px;
  }
  .conversion--consultation .link-box {
    padding: 18px 10px 10px;
  }
}

.conversion-sim {
  background-color: #fff;
}
@media screen and (max-width: 1019px) {
  .conversion-sim .btn,
  .conversion-sim .btn-newtab {
    padding: 13px 15px 12px;
  }
}
.conversion-sim .h3 {
  margin-bottom: 30px;
}
.conversion-sim .conversion--login-system .h3 {
  margin-bottom: 20px;
}
.conversion-sim .list-check .list-check__item {
  margin-bottom: 10px;
}
@media screen and (min-width: 1020px) {
  .conversion-sim .list-check .list-check__item {
    margin-bottom: 10px;
  }
}
.conversion-sim--02 .btn--sub {
  max-width: 360px;
}
.conversion-sim--03 .btn--sub {
  max-width: 420px;
}

.contact {
  width: 100%;
  padding: 40px 0;
  background-color: #f6f8f9;
  text-align: center;
  margin-bottom: 20px;
}

p.contact--consultation--headtext {
  margin-bottom: 12px;
  font-size: 20px;
}

.contact-link-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1020px) {
  .contact-link-group--4col {
    max-width: 860px;
    margin: -20px auto 20px;
  }
}
@media screen and (max-width: 1019px) {
  .contact {
    padding: 20px 10px;
  }
  .contact-link-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .contact-link-group .column__sm--03 {
    margin: 0;
  }
}

.contact-link-group .contact-link-group__item {
  width: 100%;
}

@media screen and (max-width: 1019px) {
  .contact-link-group .contact-link-group__item {
    padding: 8px 10px;
    height: auto;
  }
}

.contact-link-group__item .contact-link-box {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  width: 100%;
  padding: 20px 10px;
  position: relative;
  min-height: 100px;
}

.contact-link-group__item .contact-link-box .link-box__inner {
  width: 100%;
}

@media screen and (max-width: 1019px) {
  .contact-link-group__item .contact-link-box {
    min-height: 96px;
  }
  .contact-link-group__item .contact-link-box .link-box__inner {
    width: 100%;
    padding-top: 0;
    flex-direction: row;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.contact-link-group__item .contact-link-box.external::after {
  content: "";
  background: url(/common21/imgs/icon-newtab-blue.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  margin: 10px;
}

.contact-link-group__item .contact-link-img {
  display: flex;
  height: auto;
  width: 100%;
  max-height: 60px;
  min-height: 60px;
}

.contact-link-group__item .contact-link-img img {
  display: block;
  margin: auto;
  max-width: 60px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1019px) {
  .contact-link-group__item .contact-link-img {
    display: contents;
    height: 48px;
    width: 48px;
    margin-bottom: 0;
  }
  .contact-link-group__item .contact-link-img img {
    max-width: 48px;
  }
}

.contact-link-group__item .link-box__inner p {
  line-height: 1;
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 1019px) {
  .contact-link-group__item .link-box__inner p {
    line-height: 1;
    width: 70%;
    margin-top: 0;
    margin-left: 24px;
  }
}

.contact-link-group__item .link-box__inner .contact-link-em {
  font-weight: bold;
  font-size: 16px;
  display: block;
  line-height: 1;
  margin-top: 8px;
}

.contact-link-group__item .link-box__inner .contact-link-em .contact-link-num {
  font-size: 24px;
}

.contact-link-group__item .contact-link-text {
  display: inline;
  color: #222;
  text-decoration: none;
  padding-top: 20px;
}

@media screen and (max-width: 1019px) {
  .contact-link-group__item .contact-link-text {
    display: inline;
    padding-top: 0;
    width: 60%;
  }
}

.sns-link .column + .column {
  padding-top: 28px;
}

.sns-link-box {
  display: block;
  position: relative;
}

.sns-link-box.arrow-right::after {
  content: "\e903";
  color: #2076c7;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateX(-50%) translateY(-50%);
  font-family: icomoon !important;
}

.sns-link-box.external::after {
  content: "";
  background: url("/common21/imgs/icon-newtab-blue.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  transform: translateX(-50%) translateY(-50%);
}

.sns-link-box .sns-link {
  display: flex;
  align-items: center;
  justify-content: start;
  border: 1px solid #cdd6dd;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-family: YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, "Hiragino Sans", sans-serif;
  margin-bottom: 20px;
}
.sns-link-img > img {
  width: 30px;
}
.sns-link-box .sns-link .sns-link-text {
  margin-left: 16px;
  width: 80%;
}

@media screen and (max-width: 1019px) {
  .sns-link-box .sns-link .sns-link-text {
    margin-left: 16px;
    width: 70%;
  }
}

.box-conversion {
  width: 100%;
  padding: 40px 30px;
  background-color: #f6f8f9;
  text-align: center;
  margin-bottom: 20px;
}
.column .box-conversion {
  height: 100%;
}
.box-conversion__subtext {
  margin-bottom: 10px;
}
.box-conversion__maintext {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.box-conversion__link,
.box-conversion__text-wrap {
  margin-top: 10px;
}
.box-conversion__col .box-conversion__link {
  text-align: center;
}
.box-conversion__btn-title {
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0 12px;
  text-align: center;
  line-height: 1.4;
}
.box-conversion__btn-title:first-child {
  margin-top: 0;
}
.box-conversion__column {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: left;
  margin: 40px -30px 0;
}
.box-conversion__column:first-child {
  margin-top: 0;
}
.box-conversion__col {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 43px;
  margin-top: 30px;
}
.box-conversion__col:nth-of-type(1),
.box-conversion__col:nth-of-type(2) {
  margin-top: 0;
}
.box-conversion__col:nth-of-type(2n) {
  border-left: 1px solid #d6dde3;
}
.box-conversion__link-contact {
  text-align: center;
  margin-bottom: 20px;
}
.box-conversion__link-contact .link-contact {
  padding: 0;
  min-width: auto;
  width: 100%;
}
.box-conversion__text-title {
  font-weight: bold;
  line-height: 1.4;
}
.box-conversion__btn-wrap {
  margin-top: 12px;
  margin-bottom: 20px;
}
.box-conversion .link-icon {
  margin: 0 auto 20px;
  display: block;
}
.box-conversion__list {
  text-align: left;
  margin-top: 20px;
}
.box-conversion__list--center {
  text-align: center;
  margin-top: 20px;
}
.box-conversion__list--center > [class^="list"] {
  text-align: left;
  display: inline-block;
}
.box-conversion__link-contact:last-child,
.box-conversion__btn-wrap:last-child {
  margin-bottom: 0;
}
.box-conversion__item,
.box-conversion__item--image {
  height: 100%;
}
.box-conversion__item {
  background-color: #fff;
  padding: 20px;
  text-align: left;
}
.box-conversion .column:last-child,
.block-mediation-branch .column:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1019px) {
  .box-conversion {
    padding: 40px 20px;
  }
  .box-conversion__column {
    margin-left: 0;
    margin-right: 0;
  }
  .box-conversion__col {
    flex-basis: 100%;
    max-width: 100%;
    padding: 30px 0 0;
    border-top: 1px solid #d6dde3;
  }
  .box-conversion__col:nth-of-type(2) {
    margin-top: 30px;
  }
  .box-conversion__col:nth-of-type(2n) {
    border-left: none;
  }
  .box-conversion__col:first-of-type {
    border-top: none;
    padding-top: 0;
  }
  .box-conversion .link-contact__inner {
    padding: 14px 18px;
  }
  .box-conversion__text-title {
    text-align: center;
  }
}

.box-conversion-column {
  display: flex;
  flex-wrap: wrap;
  max-width: 375px;
  margin: 0 auto;
}
.box-conversion-column__item {
  width: calc(50% - 6px);
}
.box-conversion-column__item:nth-of-type(2n-1) {
  margin-right: 12px;
}
.box-conversion-column__item [class^="btn"] {
  height: 100%;
}

.box-conversion.contact-box {
  background-color: #fff;
  border: 1px solid #ddd;
}
.box-conversion.contact-box .link-contact__inner {
  background-color: #f6f8f9;
}

/* Step box Modules
======================================*/
.step-box {
  border: 1px solid #b0bdcc;
  height: 100%;
  width: 100%;
  background: #fff;
}
.step-box__label {
  font-size: 18px;
  background: #e8f1f9;
  border-bottom: 1px solid #b0bdcc;
  text-align: center;
}
.step-box__label h3,
.step-box__label .h3 {
  line-height: 1.8;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
}
.step-box__label strong {
  word-break: break-all;
  line-height: 1.8;
}
.step-box__img {
  padding: 20px 20px 0;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
.step-box__img picture img {
  height: auto;
}
.step-box__img img {
  margin: 0 auto;
  max-width: 100%;
}
.step-box__desc {
  margin-top: 14px;
  padding: 0 20px 20px;
}
.step-box__desc .sub-head {
  margin-bottom: 10px;
  font-size: 14px;
}
.step-box--vertical .step-box__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 14px;
}
.step-box--flat .step-box__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 30px;
  font-size: 16px;
}
.step-box--vertical .step-box__label h3,
.step-box--vertical .step-box__label .h3 {
  padding-bottom: 0;
}
.step-box--flat .step-box__label h3,
.step-box--flat .step-box__label .h3 {
  padding-bottom: 0;
}
.step-box--vertical .step-box__desc p + p {
  margin-top: 7px;
}
.step-box--flat .step-box__desc p + p {
  margin-top: 7px;
}
.step-box--vertical .step-box__set + .step-box__set {
  margin-top: 20px;
}
.step-box--flat .step-box__set + .step-box__set {
  margin-top: 20px;
}
.step-box--toggle {
  display: block;
  border-left: none;
  border-right: none;
}
.step-box--toggle .step-box__name {
  max-width: 130px;
  margin-bottom: 10px;
  text-align: left;
}
.step-box__name-image {
  width: 100%;
}
.step-box--toggle .step-box__label {
  background-color: #fff;
  text-align: left;
  width: 100%;
  border: none;
  position: relative;
  padding: 14px 0;
  padding-right: 34px;
}
.step-box--toggle .step-box__label p {
  padding-right: 14px;
}
.step-box--toggle .step-box__label::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: icomoon !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.8;
  /* Better Font Rendering =========== */

  content: "\e904";
  color: #2076c7;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.step-box--toggle .step-box__inner {
  display: none;
  flex-direction: column;
}
.step-box--toggle .step-box__inner.flex-column {
  flex-direction: column;
}
.step-box--toggle .step-box__inner.flex-column .step-box__img {
  padding-top: 6px;
}
.step-box--toggle.show .step-box__label::before {
  content: "\e915";
  color: #2076c7;
}
.step-box--toggle.show .step-box__inner {
  display: block;
}

.step-connect__item {
  display: flex;
  padding-bottom: 30px;
  position: relative;
}

.step-connect__item:not(:last-child)::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 39px;
  left: 39px;
  border-left: 3px dotted #e0e0e0;
  z-index: 0;
}

.step-connect__icon {
  z-index: 1;
}

.step-connect__icon-image {
  width: 80px;
}

.step-connect__inner {
  display: flex;
  justify-content: flex-start;
  flex: 1;
}

.step-connect__inner-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.step-connect__inner-content {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-connect__inner-right {
  width: 225px;
  margin-left: 20px;
}

.step-connect__main-text {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}

.step-connect__main-text--em {
  color: #2076c7;
}

.step-connect__box-wrap {
  margin: 28px 0 10px;
  position: relative;
  z-index: 1;
}

.step-connect__box-wrap > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1020px) {
  .step-box--vertical {
    display: flex;
  }
  .step-box--vertical .step-box__label {
    width: 25%;
    border-right: 1px solid #b0bdcc;
    border-bottom: none;
  }
  .step-box--vertical .step-box__img {
    width: 30%;
    padding: 0;
    margin-bottom: 0;
  }
  .step-box--vertical .step-box__img + .step-box__desc {
    margin: 0 0 0 20px;
  }
  .step-box--vertical .step-box__desc {
    padding: 0;
    margin-top: 0;
    width: 70%;
  }
  .step-box--vertical .step-box__inner {
    padding: 20px;
    width: 75%;
    display: flex;
    flex-direction: column;
  }
  .step-box__desc + .step-box__img {
    margin-top: 20px;
  }
  .step-box__img + .step-box__desc {
    margin-top: 20px;
  }
  .step-box--vertical .step-box__inner.flex-column .step-box__img {
    width: 100%;
  }
  .step-box--vertical .step-box__inner.flex-column .step-box__img + .step-box__desc {
    margin: 14px 0 0;
  }
  .step-box--vertical .step-box__inner.flex-column .step-box__desc {
    width: 100%;
  }
  .step-box--vertical .step-box__set + .step-box__set {
    margin-top: 20px;
  }
  .step-box--vertical .step-box__wrapper {
    display: flex;
    margin-bottom: 20px;
  }
  .step-box.step-box--flat {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .step-box--flat .step-box__wrapper,
  .step-box--flat .flex-column {
    display: flex;
    margin: 25px 15px 30px;
  }
  .step-box--flat .step-box__wrapper .step-box__img {
    width: 310px;
  }
  .step-box--flat .step-box__wrapper .step-box__desc {
    flex: 1;
  }
  .step-box--flat .step-box__wrapper p,
  .step-box--flat .flex-column p {
    font-size: 16px;
  }
  .step-box--vertical .step-box__wrapper:last-child {
    margin-bottom: 0;
  }
  .step-box--vertical .step-box__wrapper--reverse {
    flex-flow: row-reverse;
  }
  .step-box--flat .step-box__wrapper--reverse {
    flex-flow: row-reverse;
  }
  .step-box--vertical .step-box__wrapper--reverse .step-box__img {
    margin-left: 20px;
  }
  .step-box--flat .step-box__wrapper--reverse .step-box__img {
    margin-left: 0;
  }
  .step-box--flat .step-box__wrapper .step-box__img,
  .step-box--flat .flex-column .step-box__img {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .step-box--flat .step-box__wrapper .step-box__desc,
  .step-box--flat .flex-column .step-box__desc {
    padding: 0 15px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .step-box--vertical .step-box__wrapper--reverse .step-box__desc {
    margin-left: 0;
  }
  .step-box--flat .step-box__wrapper--reverse .step-box__desc {
    margin-left: 0;
  }
  .step-box--toggle .step-box__inner {
    display: none;
    flex-direction: row;
    justify-content: flex-start;
  }
  .step-box--toggle .step-box__label {
    cursor: pointer;
  }
}
@media screen and (max-width: 1019px) {
  .step-box--flat {
    width: 100%;
    margin: 0 auto;
  }
  .step-box--flat .step-box__wrapper,
  .step-box--flat .flex-column {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .step-box--flat .step-box__wrapper .step-box__img,
  .step-box--flat .flex-column .step-box__img {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 0;
    order: 2;
  }
  .step-box--flat .step-box__wrapper .step-box__desc,
  .step-box--flat .flex-column .step-box__desc {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 0;
    order: 1;
  }
}

.steps-box [class^="column__"] {
  position: relative;
}

.steps-box .column__sm--03 {
  padding-bottom: 0;
}

.steps-box .icon-connector {
  position: absolute;
  font-size: 33px;
}
@media screen and (min-width: 1020px) {
  .steps-box .icon-connector {
    font-size: 20px;
  }
}

.steps-box--vertical > [class^="column__"] + [class^="column__"] {
  margin-top: 40px;
}
@media screen and (min-width: 1020px) {
  .steps-box--vertical > [class^="column__"] + [class^="column__"] {
    margin-top: 36px;
  }
}

.steps-box--vertical .icon-connector {
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
.steps-box--vertical .icon-connector::before {
  display: block;
  transform: rotate(90deg);
}
.steps-box--toggle {
  margin-bottom: 40px;
}
.steps-box--toggle:last-child {
  margin-bottom: 0;
}
.steps-box--toggle .step-box__desc {
  padding-right: 10px;
}

.steps-box--toggle [class^="column__"] {
  padding-top: 0;
  margin-bottom: 0;
}
.steps-box--toggle [class^="column__"] + [class^="column__"] {
  margin-top: -1px;
}

@media screen and (min-width: 1020px) {
  .steps-box {
    margin-left: -20px;
    margin-right: -20px;
  }
  .steps-box [class^="column__"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .steps-box .icon-connector {
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
  }
  .steps-box--vertical .icon-connector {
    left: 50%;
    transform: translateX(-50%);
    top: -26px;
    font-size: 26px;
  }
  .steps-box--vertical .icon-connector::before {
    display: block;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 1019px) {
  .steps-box--horizontal [class^="column__"] + [class^="column__"] {
    margin-top: 40px;
  }
  .steps-box .icon-connector {
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
  }
  .steps-box .icon-connector::before {
    display: block;
    transform: rotate(90deg);
  }
  .steps-box--vertical .icon-connector {
    left: 50%;
    transform: translateX(-50%);
    top: -55px;
  }

  .step-connect__item:not(:last-child)::before {
    top: 17px;
    left: 17px;
  }

  .step-connect__icon-image {
    width: 35px;
  }

  .step-connect__inner {
    display: block;
    margin-left: 10px;
  }

  .step-connect__inner-left {
    margin-left: 0;
  }

  .step-connect__inner-content {
    min-height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .step-connect__inner-right {
    width: auto;
    margin-top: 14px;
    margin-left: 0;
  }

  .step-connect__main-text {
    font-size: 18px;
    line-height: 1.5;
  }

  .step-connect__box-wrap {
    margin: 30px 0 0 -45px;
  }
}

/* Content area box Modules
======================================*/
.box-group {
  padding: 20px;
  margin-bottom: 10px;
}
.box-group:last-child {
  margin-bottom: 0;
}
.box-group[id^="disClaim"] p,
.box-group[id^="disClaim"] ul,
.box-group[id^="disClaim"] ol,
.box-group[id^="disClaim"] .list-circle__item,
.box-group[id^="disClaim"] .list-ordered__item,
.box-group[id^="disClaim"] .list-asterisk__item,
.box-group[id^="disClaim"] .list-ordered--asterisk__item,
.box-group[id^="disClaim"] .list-check__item,
.box-group[id^="disClaim"] .list-text__item,
.disclaim-block-box p,
.disclaim-block-box ul,
.disclaim-block-box ol,
.disclaim-block-box .list-circle__item,
.disclaim-block-box .list-ordered__item,
.disclaim-block-box .list-asterisk__item,
.disclaim-block-box .list-ordered--asterisk__item,
.disclaim-block-box .list-check__item,
.disclaim-block-box .list-text__item {
  font-size: 13px;
  line-height: 1.6;
}
.box-group[id^="disClaim"] .box-group__title,
.disclaim-block-box .box-group__title,
.box-group[id^="disClaim"] .sub-head,
.disclaim-block-box .sub-head {
  font-size: 16px;
}
.disclaim-block-box .block-topic__title {
  font-size: 18px;
}
.box-group[id^="disClaim"] .list-circle > li::before,
.disclaim-block-box .list-circle > li::before {
  content: "・";
  display: inline;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: -3px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
}
.box-group[id^="disClaim"] .list-circle__item,
.disclaim-block-box .list-circle__item {
  padding: 0 0 0 16px;
}
.box-group[id^="disClaim"] .list-dot li::before,
.box-group[id^="disClaim"] .list-asterisk > li::before,
.disclaim-block-box .list-dot li::before,
.disclaim-block-box .list-asterisk > li::before {
  top: -3px;
}
.box-group__title,
.box-group .box-group__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 20px;
}
.box-group .box-group__title {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.box-group__desc {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
}
.box-group .box-group__desc {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.6;
}
.box-group--border {
  border: 1px solid #b0bdcc;
}
.box-group--alert {
  background-color: #fff2f4;
  border: solid 1px #fff2f4;
}
.box-group .box-group__desc,
.box-group .list-circle li:last-child {
  margin-bottom: 0;
}

/* Content area Modules
======================================*/
.slider {
  position: relative;
}
.slider .slick-list {
  margin-bottom: 20px;
}

.slider__list {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider__list.slick-initialized {
  opacity: 1;
}

.keyvisual--carousel .slider__item__text {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
.keyvisual--carousel .slider__item__text h2 {
  font-size: 50px;
}
.keyvisual--carousel .slider__item__text p {
  font-size: 24px;
}

@media screen and (max-width: 1019px) {
  .keyvisual--carousel .slider__item__text h2 {
    font-size: 21px;
  }
  .keyvisual--carousel .slider__item__text p {
    font-size: 9px;
  }
  .keyvisual--carousel .slick-list .slick-track {
    display: flex;
  }
  .keyvisual--carousel .slick-list .slick-slide {
    width: 100%;
  }
  .keyvisual--carousel .slick-list .slick-slide img {
    width: 100%;
    height: 100%;
  }
}

.slider__prev,
.slider__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
}
.slider__prev:hover,
.slider__next:hover {
  cursor: pointer;
  opacity: 70%;
}
.slider__prev.slick-disabled,
.slider__next.slick-disabled {
  display: none !important;
}
.slider__prev:hover,
.slider__next:hover {
  opacity: 0.8;
}

.slider__prev,
.slider__next {
  top: calc(50% - 10px);
}

.slider__prev {
  left: 0;
}
.slider__prev .slider__btn {
  transform: rotate(90deg);
}
.slider__next .slider__btn {
  transform: rotate(-90deg);
}
.slider__next {
  right: 0;
}

@media screen and (max-width: 1019px) {
  .slider__list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .slider__prev {
    left: -10px;
  }
  .slider__next {
    right: -10px;
  }
}

.slick-slide a:focus {
  outline: 2px solid #000 !important;
  box-sizing: border-box;
}
.slick-slide img {
  margin: auto;
  display: block;
}

.slick-dots {
  text-align: center;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  display: inline-block;
  cursor: pointer;
}
.slick-dots li::before {
  content: "" !important;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #cdd6dd;
}
.slick-dots li + li {
  margin-left: 8px;
}
.slick-dots li.slick-active::before {
  background-color: #2076c7;
}
.slick-dots li button {
  display: none;
}

.keyvisual--single {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  width: inherit;
}
.keyvisual--single picture {
  width: 100%;
  height: 180px;
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.keyvisual--single img {
  width: auto;
  height: auto;
}

.image--single .image__wrap {
  margin: 0 auto 14px;
  text-align: center;
}

.image--single .image__wrap:last-child {
  margin-bottom: 0;
}
.image--single .image__wrap picture {
  width: 100%;
}
.image--single .image__wrap picture img {
  height: auto;
}
.image--single .image__wrap img {
  margin: 0 auto;
  max-width: 100%;
}

.image--box + .image--box {
  margin-top: 20px;
}

.image--box .image__wrap {
  text-align: center;
  padding: 30px 50px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.image--box--bg .image__wrap {
  border: none;
  background-color: #f5f8f9;
}

.image--box .image__wrap .sub-head {
  margin-bottom: 15px;
}

.image--box .image__wrap .picture img {
  width: auto;
  max-width: 500px;
}

.column .image--box .image__wrap .picture img {
  width: 100%;
  max-width: 100%;
}

.column__sm--06 .image--box .image__wrap .picture img {
  max-width: 340px;
}

.image--box .image__wrap + p {
  margin-top: 10px;
}
@media screen and (max-width: 1019px) {
  .image--box .image__wrap {
    padding: 30px 20px;
  }

  .image--box .image__wrap .picture img {
    width: auto;
    max-width: 100%;
  }

  .column .image--box .image__wrap .picture img {
    width: auto;
  }

  .column__sm--06 .image--box .image__wrap .picture img {
    max-width: 100%;
  }
}

.image-list,
ul[class="image-list"] {
  margin-bottom: 10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.image-list:last-child {
  margin-bottom: 0;
}
.image-list::after {
  content: "";
  display: block;
  clear: both;
}
.image-list__item {
  border: 1px solid #e0e5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  max-width: 176px;
  width: 100%;
  max-height: 52px;
  height: auto;
}
.image-list__item img {
  max-height: 40px;
}

@media screen and (max-width: 1019px) {
  .image--single .image__caption {
    font-size: 12px;
  }
  .image-list__item {
    margin-right: 4px;
    max-width: 109px;
  }
}

.image--banner,
.image--video {
  display: block;
  text-align: center;
}
@media screen and (max-width: 1019px) {
  .image--banner,
  .image--video {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.image--banner .video,
.image--video .video {
  display: flex;
  width: 100%;
  position: relative;
  margin-right: 1px;
}
.image--banner .video::before,
.image--video .video::before {
  padding-bottom: 56.25%;
  content: "";
}
.image--banner picture img,
.image--video picture img {
  height: auto;
}
.image--banner img,
.image--video img {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 1019px) {
  .image--banner .image--single,
  .image--banner .image--banner,
  .image--banner .image--video,
  .image--video .image--single,
  .image--video .image--banner,
  .image--video .image--video {
    padding: 0 5px;
  }
}

.card-group {
  display: block;
}
.card-group .card-group__item {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 1019px) {
  .card-group .card-group__item {
    margin-bottom: 20px;
  }
}

.card {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #cdd6dd;
  overflow: hidden;
  height: 100%;
}
a.card {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: none;
}
a.card:hover {
  cursor: pointer;
  opacity: 0.8;
}
.card .card__image {
  display: flex;
  justify-content: center;
  width: 100%;
}
.card .card__body {
  padding: 20px;
}
.card .card__body .card__title {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
.card .card__body .card__content p {
  font-size: 14px;
  line-height: 1.4;
}
.card .card__body .card__link {
  margin-top: 10px;
}
.card .card__body .card__link a {
  display: inline-block;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #2076c7;
  cursor: pointer;
}
.card .card__body .card__link a .icon-next::before {
  content: "\e903";
  color: #2076c7;
  margin-left: 10px;
  position: relative;
  bottom: -1px;
}

.card--wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 226px;
}

.slider--carousel .card-group,
.slider--carousel-noheader .card-group,
.slider--carousel-noheader-sm .card-group,
.slider--carousel-scrollable .card-group,
.slider--carousel-info .card-group {
  display: block;
}
.slider--carousel .card-group .card-group__item,
.slider--carousel-noheader .card-group .card-group__item,
.slider--carousel-noheader-sm .card-group .card-group__item,
.slider--carousel-scrollable .card-group .card-group__item,
.slider--carousel-info .card-group .card-group__item {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 7px;
  margin-top: 7px;
}

.slider--carousel .slick-list,
.slider--carousel-noheader .slick-list,
.slider--carousel-noheader-sm .slick-list,
.slider--carousel-scrollable .slick-list,
.slider--carousel-info .slick-list {
  margin-bottom: 13px;
}
.slider--carousel .slick-list .slick-track,
.slider--carousel-noheader .slick-list .slick-track,
.slider--carousel-noheader-sm .slick-list .slick-track,
.slider--carousel-scrollable .slick-list .slick-track,
.slider--carousel-info .slick-list .slick-track {
  display: flex;
}
.slider--carousel .slick-list .slick-track .slick-slide,
.slider--carousel-noheader .slick-list .slick-track .slick-slide,
.slider--carousel-noheader-sm .slick-list .slick-track .slick-slide,
.slider--carousel-scrollable .slick-list .slick-track .slick-slide,
.slider--carousel-info .slick-list .slick-track .slick-slide {
  height: auto;
}

@media screen and (max-width: 1019px) {
  .slider--carousel-noheader-sm .slider__list {
    margin-left: 0;
    margin-right: -20px;
  }
}

.slider--carousel-noheader-sm .slick-list {
  padding-left: 0 !important;
}

.slider--carousel-noheader-sm .toggle-show {
  display: none !important;
}

.slider--carousel-noheader-sm .card .card__body .card__title {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 1019px) {
  .slider--carousel-scrollable .slider__list {
    margin-left: 0;
    margin-right: -20px;
  }
}

.slider--carousel-scrollable .slick-list {
  padding-left: 0 !important;
}

.slider--carousel-scrollable .card-group .card-group__item .card--wrap {
  min-width: 206px;
}

.slider--carousel-scrollable .toggle-show {
  display: none !important;
}

.slider--carousel-scrollable .slider__prev {
  left: 2px;
}

.slider--carousel-scrollable .slider__next {
  right: -5px;
}

.slider--carousel-info .card-group .card .card__body {
  padding: 20px;
}
.slider--carousel-info .card-group .card .card__body .card__meta {
  margin-top: -3px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  display: inline-block;
}
.slider--carousel-info .card-group .card .card__body .card__meta .card__date {
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 1.4;
  float: left;
}
.slider--carousel-info .card-group .card .card__body .card__meta .tag {
  margin: -1px 6px 1px 0;
  height: 21px;
  font-size: 12px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  background-color: #98a6b5;
  color: #fff;
  border-radius: 15px;
  padding: 2px 7px;
  max-width: 200px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slick-arrow {
  opacity: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1020px) {
  .keyvisual--carousel {
    padding-left: 20px;
    padding-right: 20px;
  }
  .keyvisual--carousel .slider__item {
    width: 100%;
    height: 350px;
    position: relative;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1019px) {
  .keyvisual--single {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (min-width: 1020px) {
  .keyvisual--single img {
    width: auto;
    height: auto;
  }
  .slider__prev,
  .slider__next {
    width: 40px;
    height: 40px;
    top: calc(50% - 10px);
  }
  .image--single .image__wrap {
    margin-bottom: 14px;
  }
  .image--single .image--caption {
    padding: 0 90px;
  }
  .image--banner {
    padding: 0 90px;
  }
  .image--video {
    margin: auto;
    max-width: 670px;
  }
  .card-group {
    display: flex;
    margin-left: -9.5px;
    margin-right: -9.5px;
  }
  .card-group .card-group__item {
    width: 33.3333%;
    padding-left: 9.5px;
    padding-right: 9.5px;
  }
  .card {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #cdd6dd;
  }
  a.card {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: none;
  }
  a.card:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .card .card__body {
    padding: 20px;
  }
  .card .card__body .card__title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.4;
  }
  .card .card__body .card__content p {
    font-size: 14px;
    line-height: 1.4;
  }
  .slider--carousel .card-group {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    margin-left: -10.5px;
    margin-right: -10.5px;
  }
  .slider--carousel .card-group .card-group__item {
    padding-left: 10.5px;
    padding-right: 10.5px;
  }
  .slider--carousel .card-group .card-group__item .card--wrap {
    min-width: 213px;
  }
  .slider--carousel-noheader .card-group {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    margin-left: -10.5px;
    margin-right: -10.5px;
  }
  .slider--carousel-noheader .card-group .card-group__item {
    padding-left: 10.5px;
    padding-right: 10.5px;
  }
  .slider--carousel-noheader .card-group .card-group__item .card--wrap {
    min-width: 215px;
  }
  .slider--carousel-noheader-sm .card-group {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    margin-left: -9px;
    margin-right: -9px;
  }
  .slider--carousel-noheader-sm .card-group .card-group__item {
    padding-left: 9px;
    padding-right: 9px;
  }
  .slider--carousel-noheader-sm .card-group .card-group__item .card--wrap {
    min-width: 157px;
  }
  .slider--carousel-noheader-sm .card-group .card .card__body {
    padding: 14px;
  }
  .slider--carousel-noheader-sm .card-group .card .card__body .card__title {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.4;
  }
  .slider--carousel-noheader-sm .toggle-show {
    display: block !important;
  }
  .slider--carousel-scrollable .card-group {
    padding-left: 23px;
    padding-right: 15px;
    display: block;
    margin-left: -9px;
    margin-right: -9px;
  }
  .slider--carousel-scrollable .card-group .card-group__item {
    padding-left: 9px;
    padding-right: 9px;
  }
  .slider--carousel-scrollable .card-group .card-group__item .card--wrap {
    min-width: 157px;
  }
  .slider--carousel-scrollable .card-group .card .card__body {
    padding: 14px;
  }
  .slider--carousel-scrollable .toggle-show {
    display: block !important;
  }
  .slider--carousel-info .card-group {
    padding-left: 23px;
    padding-right: 15px;
    display: block;
    margin-left: -10.5px;
    margin-right: -10.5px;
  }
  .slider--carousel-info .card-group .card-group__item {
    padding-left: 10.5px;
    padding-right: 10.5px;
  }
  .slider--carousel-info .card-group .card-group__item .card--wrap {
    min-width: 213px;
  }
  .slider--carousel-info .slider__prev {
    left: 2px;
  }
  .slider--carousel-info .slider__next {
    right: -6px;
  }
}

.keyvisual--carousel,
.keyvisual--single,
.image--single,
.image--banner,
.image--video,
.card-group,
.slider {
  margin-bottom: 20px;
}
.keyvisual--carousel:last-child,
.keyvisual--single:last-child,
.image--single:last-child,
.image--banner:last-child,
.image--video:last-child,
.card-group:last-child,
.slider:last-child {
  margin-bottom: 0;
}

.keyvisual--carousel {
  width: 100%;
}
.keyvisual--carousel .slider__list {
  margin-left: 0;
  margin-right: 0;
}

.slider--carousel .card .card__image,
.slider--carousel-noheader .card .card__image,
.slider--carousel-noheader-sm .card .card__image,
.slider--carousel-scrollable .card .card__image,
.slider--carousel-info .card .card__image {
  height: auto !important;
}
.slider--carousel .card .card__image img,
.slider--carousel-noheader .card .card__image img,
.slider--carousel-noheader-sm .card .card__image img,
.slider--carousel-scrollable .card .card__image img,
.slider--carousel-info .card .card__image img {
  width: auto;
  height: auto;
}
.slider--carousel .card .card__image picture,
.slider--carousel-noheader .card .card__image picture,
.slider--carousel-noheader-sm .card .card__image picture,
.slider--carousel-scrollable .card .card__image picture,
.slider--carousel-info .card .card__image picture {
  width: auto;
  height: auto;
}

/* Content area others Modules
======================================*/
.extra-group--info {
  display: flex;
  align-items: center;
  color: #555;
  font-size: 14px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.extra-group--info-item {
  margin-right: 10px;
}
@media screen and (max-width: 1019px) {
  .extra-group--info {
    margin-right: 5px;
  }
}
.extra-group--info .badge--new-v2 {
  height: auto;
  font-size: 12px;
  padding: 0;
}

.badge {
  padding: 2px 10px;
  border-radius: 15px;
  font-size: 10px;
  white-space: nowrap;
  display: inline-block;
  max-width: 800px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.4;
  color: #fff;
  margin-left: 10px;
}
.image-text-card__item .badge {
  margin-top: 2px;
}
.category-badge .badge,
.extra-group--info .badge {
  margin: 0 4px 4px 0;
}
.badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.badges .badge {
  margin: 2px 10px 2px 0;
}
.badges .badge:last-child {
  margin-right: 0;
}

.badge--medium {
  line-height: 1.4;
  height: 36px;
  border-radius: 4px;
  background: #2076c7;
  border: 1px solid #2076c7;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  display: inline-flex;
}

.badge--new {
  background-color: #e3215a;
}

.badge--new-v2 {
  font-weight: 700;
  font-size: 14px;
  color: #e3215a;
  padding: 0;
}

.badge--task {
  background-color: #98a6b5;
}

.badge--campaign {
  background-color: #fd501a;
}

.badge--information,
.badge--yen,
.badge--stock_bond,
.badge--news {
  background-color: #00aaeb;
}

.badge--goremit {
  background-color: #12497c;
}

.badge--cardloan {
  background-color: #2076c7;
}

.badge--insurance {
  background-color: #bb3987;
}

.badge--fx,
.badge--remittance {
  background-color: #8858aa;
}

.badge--nisa {
  background-color: #80c143;
}

.badge--hl,
.badge--report,
.badge--shouhingaiyo,
.badge--asset_operation {
  background-color: #7fc040;
}

.badge--service {
  background-color: #f91;
}

.badge--trust {
  background-color: #52a11e;
}

.badge--gaika {
  background-color: #8858aa;
}

.badge--nisa_l,
.badge--asset {
  background-color: #ff719c;
}

.badge--feature {
  background-color: #d70d38;
}

.badge--trust_monthryreport {
  background-color: #3ec066;
}

.badge--important {
  background-color: #e00d0d;
}

.badge--deal {
  background-color: #52a11e;
}

.badge--tempo {
  background-color: #4fc3c3;
}

.badge--seminar {
  background-color: #4fc2c3;
}

.badge--newicon {
  padding: 4px 14px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: fit-content;
  height: auto;
  min-height: 30px;
  border-radius: 95px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #e3215a;
}

.extra-group--tag {
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1019px) {
  .extra-group--tag {
    margin-left: -10px;
    margin-right: 5px;
  }
}

.label-task {
  padding: 4px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: fit-content;
  line-height: 16px;
  height: auto;
  min-height: 30px;
  border-radius: 95px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.extra-group--tag .label-task {
  margin: 0 10px 10px 0;
}

.label-task--prioritize {
  background-color: #2076c7;
}
.label-task--insurrance {
  background-color: #18a8ba;
}
.label-task--emphasis {
  background-color: #e3215a;
}
.label-task-badge {
  font-size: 13px;
  padding-left: 19px;
  padding-right: 19px;
  margin-left: 10px;
  height: auto;
  margin-bottom: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1020px) {
  .label-task-badge {
    margin-bottom: 0;
  }
}
.label-task-blue {
  background-color: #2076c7;
}
.label-task--gray {
  background-color: #98a6b5;
}
.extra-group--tag .link-extra {
  margin: 0 0 14px 10px;
}

.extra-group--tag-icon {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1019px) {
  .extra-group--tag-icon {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.extra-group--tag-icon .label-group .label {
  margin: 0 10px 10px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 14px 3px 3px;
  width: fit-content;
  line-height: 18px;
  background-color: #2076c7;
  border-radius: 95px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1020px) {
  .extra-group--tag-icon .label-group .label {
    line-height: 18px;
  }
}
.extra-group--tag-icon .label-group .label .label__icon {
  margin-right: 10px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.extra-group--tag-icon .label-group .label .label__icon img {
  width: 100%;
  height: 100%;
}
.extra-group--tag-icon .label-group .label .label__icon .label__inner {
  max-width: 30px;
}
.extra-group--tag-icon .label-group .label--blue {
  background-color: #2076c7;
}
.extra-group--tag-icon .label-group .label--yellow {
  background-color: #f5b011;
}
@media screen and (max-width: 1019px) {
  .extra-group--tag-icon .label-group--sp-group {
    flex-direction: column;
  }
}

.content-group-tag__heading {
  flex-wrap: wrap !important;
  align-items: center !important;
}
.content-group-tag__heading-text {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 4px;
}
.content-group-tag {
  display: inline-flex;
  vertical-align: middle;
}
.content-group-tag__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2px;
}
.content-group-tag__list-item {
  font-size: 12px;
  color: #2076c7;
  background: #fff;
  font-weight: bold;
  padding: 5px 20px;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 20px;
  border: 1px solid #2076c7;
}
@media screen and (max-width: 1019px) {
  .content-group-tag__heading {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

.line-label {
  line-height: 1;
}

.line-label__item {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 68px;
  padding: 5px 8px;
  border: #98a6b5 solid 1px;
  color: #98a6b5;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 8px;
}

.line-label__item--orange {
  border-color: #f5b011;
  color: #f5b011;
}

.line-label__item--blue {
  border-color: #2076c7;
  color: #2076c7;
}

.line-label__item--green {
  border-color: #0e819a;
  color: #0e819a;
}

.icon-number {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #2076c7;
  margin: 2.5px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-number--1 {
  background-image: url("/common21/imgs/icon-number-1.svg");
}

.icon-number--2 {
  background-image: url("/common21/imgs/icon-number-2.svg");
}

.icon-number--3 {
  background-image: url("/common21/imgs/icon-number-3.svg");
}

.icon-number--4 {
  background-image: url("/common21/imgs/icon-number-4.svg");
}

.icon-number--5 {
  background-image: url("/common21/imgs/icon-number-5.svg");
}

.icon-number--6 {
  background-image: url("/common21/imgs/icon-number-6.svg");
}

.icon-number--7 {
  background-image: url("/common21/imgs/icon-number-7.svg");
}

.icon-number--8 {
  background-image: url("/common21/imgs/icon-number-8.svg");
}

.icon-number--9 {
  background-image: url("/common21/imgs/icon-number-9.svg");
}

.icon-number--10 {
  background-image: url("/common21/imgs/icon-number-10.svg");
}

.icon-number--11 {
  background-image: url("/common21/imgs/icon-number-11.svg");
}

.icon-number--12 {
  background-image: url("/common21/imgs/icon-number-12.svg");
}

.icon-number--13 {
  background-image: url("/common21/imgs/icon-number-13.svg");
}

.icon-number--14 {
  background-image: url("/common21/imgs/icon-number-14.svg");
}

.icon-number--15 {
  background-image: url("/common21/imgs/icon-number-15.svg");
}

.icon-number--16 {
  background-image: url("/common21/imgs/icon-number-16.svg");
}

.icon-number--17 {
  background-image: url("/common21/imgs/icon-number-17.svg");
}

.icon-number--18 {
  background-image: url("/common21/imgs/icon-number-18.svg");
}

.icon-number--19 {
  background-image: url("/common21/imgs/icon-number-19.svg");
}

.icon-number--20 {
  background-image: url("/common21/imgs/icon-number-20.svg");
}

.extra-group--download {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  background-color: #f6f8f9;
}
@media screen and (max-width: 1019px) {
  .extra-group--download {
    margin-left: 5px;
    margin-right: 5px;
  }
  .extra-group--download.m0 {
    margin: 0;
  }
}
.extra-group--download:last-child {
  margin-bottom: 0;
}
.extra-group--download .app-download__notifi {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.extra-group--download .app-download__group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -11px;
}
@media screen and (min-width: 1020px) {
  .extra-group--download .app-download__group {
    margin-left: -20px;
  }
}
.extra-group--download .app-download__group .app-download__link {
  display: flex;
  width: fit-content;
  margin-top: 12px;
  margin-left: 11px;
  background-color: #fff;
}
@media screen and (min-width: 1020px) {
  .extra-group--download .app-download__group .app-download__link {
    margin-left: 20px;
    padding: 14px 30px;
  }
}
.extra-group--download .app-download__group .app-download__link .app-download__qr-code {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1019px) {
  .extra-group--download .app-download__group .app-download__link .app-download__qr-code {
    display: none;
  }
}
.extra-group--download .app-download__group .app-download__link .app-download__qr-code img {
  width: 100%;
  height: 100%;
}
.extra-group--download .app-download__group .app-download__link .app-download__link-os {
  display: flex;
  justify-content: center;
  align-items: center;
}
.extra-group--download .app-download__group .app-download__link .app-download__link-os a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 142px;
  height: 51px;
  max-width: 40vw;
}
@media screen and (min-width: 1020px) {
  .extra-group--download .app-download__group .app-download__link .app-download__link-os a {
    width: 150px;
    height: 56px;
  }
}

.app-download__info-group {
  width: 690px;
  margin: 0 auto;
}

@media screen and (max-width: 1019px) {
  .app-download__info-group {
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.app-download__head {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 16px;
}
.app-download__head-img {
  max-width: 80px;
}
.app-download__widehead {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.app-download__widehead .app-download__head-img {
  max-width: 315px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1019px) {
  .app-download__widehead .app-download__head-img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.app-download__widehead .app-download__textarea-head {
  margin-left: 0;
  margin-bottom: 20px;
}

.app-download__textarea-head {
  margin-left: 25px;
}

.app-download__textarea-head p {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 1019px) {
  .app-download__textarea-head p {
    font-size: 16px;
  }
}

.app-download__textarea-head span {
  font-size: 10px;
  background-color: #2076c7;
  color: #fff;
  width: 40px;
  padding: 2px 10px;
  border-radius: 15px;
}

.app-download__textarea {
  margin-bottom: 30px;
}

.app-download__col {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1019px) {
  .app-download__col {
    padding: 0 10px;
    align-items: start;
  }
}

.app-download__col .app-download__dllink {
  margin-right: 20px;
  width: 335px;
}

.app-download__col .app-download__dllink p {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1019px) {
  .app-download__col .app-download__dllink p {
    font-size: 12px;
  }
}

@media screen and (max-width: 1019px) {
  .app-download__col .app-download__dllink .app-download__dllinkinner .app-download__dlqr {
    display: none;
  }
}

.app-download__col .app-download__dllink:last-child {
  margin-right: 0;
}

.app-download__col .app-download__dllink .app-download__dllinkinner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 10px 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1019px) {
  .app-download__col .app-download__dllink .app-download__dllinkinner {
    background-color: transparent;
    padding: 0;
    margin-bottom: 10px;
  }
}

.app-download__col .app-download__dllink .app-download__dllinkinner .app-download__dlbtn {
  margin-left: 30px;
}

@media screen and (max-width: 1019px) {
  .app-download__col .app-download__dllink .app-download__dllinkinner .app-download__dlbtn {
    margin: 0 auto;
  }
}

.extra-group--tag,
.extra-group--tag-icon {
  margin: 0;
  margin-bottom: -14px;
}
.extra-group--tag:last-child,
.extra-group--tag-icon:last-child {
  margin-bottom: 0;
}
.extra-group--tag + *,
.extra-group--tag-icon + * {
  margin-top: 14px;
}

.client-feedback__item p {
  margin-top: 0;
}

/* Interest rate C01
======================================*/
.rate-card {
  border: 1px solid #e0e5e9;
  border-radius: 4px;
  height: 100%;
}

.rate-card__title {
  background: #f6f8f9;
  display: flex;
  align-items: center;
  padding: 16px;
}

.rate-card__title-icon {
  width: 30px;
  margin-right: 10px;
}

.rate-card__title-text {
  margin-right: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}

.rate-card__title-left {
  display: flex;
  align-items: center;
  flex: 1;
}

.rate-card__title-right {
  margin-left: auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.rate-card__title-period {
  font-size: 24px;
  line-height: 1;
}

.rate-card__body {
  padding: 16px;
  background: #fff;
}

.rate-card__body--inside {
  padding: 16px 30px;
}

.rate-card__em {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}

.rate-card-detail .rate-card__title {
  padding: 10px 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.rate-card-detail .rate-card__body {
  padding: 20px 10px 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.rate-card-detail .rate-card__body .rate-em--blue-line::before {
  height: 9px;
}

.rate-card-detail .rate-card__body .rate-em__num {
  font-size: 48px;
}

.rate-card-detail .rate-card__body .rate-em__per {
  font-size: 24px;
}

.rate-card-detail .rate-card__body .rate-card__gray-box {
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 4px;
}

.rate-card-detail .rate-card__body .rate-card__gray-box p {
  line-height: 1.4;
  margin-bottom: 4px;
}

.rate-card-detail .rate-card__body .rate-card__gray-box p.rate-em-wrap {
  margin-bottom: 0;
}

.rate-card-detail .rate-card__body .rate-card__gray-box .rate-em {
  font-size: 14px;
  letter-spacing: -1px;
}

.rate-card-detail .rate-card__body .rate-card__gray-box .rate-em__num {
  font-size: 24px;
  letter-spacing: 0;
}

.rate-em-title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  color: #2076c7;
  margin-bottom: 2px;
}

.rate-em-wrap {
  text-align: center;
  margin-bottom: 6px;
  line-height: 1.4;
}

.rate-em {
  display: inline;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 2px;
}

.rate-em--blue,
.rate-em--blue-noline {
  color: #2076c7;
}

.rate-em--blue-line::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #e8f1f9;
  width: 100%;
  height: 8px;
  z-index: -1;
}

.rate-em__num {
  font-size: 38px;
  line-height: 1;
}

.rate-em-main {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  color: #555;
  font-weight: bold;
  margin-bottom: 4px;
}

.rate-em-sub {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  color: #555;
}

.rate-card-col,
.rate-card-box-col {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 30px;
}

.rate-card-col__item,
.rate-card-box-col__item {
  flex-basis: auto;
  width: 100%;
  padding: 20px 10px 0;
}

.rate-card-col--2 .rate-card-col__item,
.rate-card-box-col__item {
  flex-basis: auto;
  width: 50%;
}

.rate-card-col--3 .rate-card-col__item {
  flex-basis: auto;
  width: 33.3333%;
}

.rate-card-col--4 .rate-card-col__item {
  flex-basis: auto;
  width: 25%;
}

.rate-card__body-col {
  display: flex;
  margin: 0 0 20px;
}

.rate-card__body-col:last-child {
  margin-bottom: 0;
}

.rate-card__body-col-left {
  flex-basis: auto;
  width: 240px;
  margin-top: 8px;
  margin-right: 10px;
}

.rate-card__body-col-right {
  flex: 1;
}

.rate-card__gray-box {
  background: #f6f8f9;
  padding: 16px;
  margin-bottom: 20px;
}

.rate-card__gray-box:last-child {
  margin-bottom: 0;
}

.rate-card-list {
  margin-bottom: 20px;
}

.rate-card-list:last-child {
  margin-bottom: 0;
}

.rate-card-list__item {
  padding: 10px 0;
}

.rate-card-list__item:not(:last-child) {
  border-bottom: 1px solid #e0e5e9;
}

.rate-card-list__col {
  display: flex;
  align-items: center;
}

.rate-card-list__col-left {
  flex: 1;
}

.rate-card-list__col-right {
  flex-basis: auto;
  width: 240px;
}

.rate-card-list__title {
  font-size: 14px;
  line-height: 1.4;
}

.rate-card-box {
  margin-bottom: 30px;
}

.rate-card-box-col__item .rate-card-box {
  margin-bottom: 0;
}
.rate-card-box-col__item .rate-card-list__title {
  font-size: 12px;
}
.rate-card-box-col__item .rate-em {
  font-size: 14px;
}
.rate-card-box-col__item .rate-em__num {
  font-size: 24px;
}
.rate-card-box-col__item .rate-card-list__col-right {
  width: auto;
}

@media screen and (max-width: 1019px) {
  .rate-card__title-icon {
    width: 30px;
    margin-right: 8px;
  }

  .rate-card__title-text {
    margin-right: 2px;
    font-size: 14px;
  }

  .rate-em--sp-small {
    font-size: 14px;
  }

  .rate-em--sp-small .rate-em__num {
    font-size: 16px;
  }

  .rate-tax--sp-small {
    font-size: 10px;
  }

  .rate-em__num {
    font-size: 32px;
  }

  .rate-card__em {
    font-size: 14px;
  }

  .rate-card-col,
  .rate-card-box-col {
    margin-top: -10px;
  }

  .rate-card-col__item,
  .rate-card-box-col__item {
    width: 100%;
    padding-top: 10px;
  }

  [class*="rate-card-col--"] .rate-card__body {
    padding: 16px 8px;
  }

  .rate-card-col.rate-card-detail {
    margin-bottom: 20px;
  }
  .rate-card-detail .rate-card-col__item {
    padding-top: 16px;
  }

  .rate-card-detail .rate-card__body {
    padding: 20px 10px 10px;
  }

  .rate-card-col--2 .rate-card-col__item {
    width: 100%;
  }

  .rate-card-col--3 .rate-card-col__item {
    width: 100%;
  }

  .rate-card-col--4 {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .rate-card-col--4 .rate-card-col__item {
    width: 50%;
    padding: 5px 2.5px 0;
  }

  .rate-card-col--4 .rate-card__title {
    padding: 16px 8px;
  }

  .rate-card-col--4 .rate-card__title-text {
    font-size: 12px;
  }

  .rate-card__body--inside {
    padding: 16px;
  }

  .rate-card__body-col {
    display: block;
    margin: auto;
  }

  .rate-card__body-col-left {
    width: 100%;
    margin: 0 0 12px;
  }

  .rate-card-list__col-right {
    width: 120px;
  }

  .rate-card-list__col-right p {
    line-height: 1.4;
  }

  .rate-card-list__title {
    font-size: 12px;
  }

  .rate-em-wrap--col {
    margin-top: 0;
  }
}

/* Product C02
======================================*/

.product-separate-text {
  font-size: 14px;
  text-align: right;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e5e9;
}

.product-card {
  border: 1px solid #e0e5e9;
  border-radius: 6px;
  padding: 24px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card-text .extra-group--info {
  margin: 0 0 10px;
}

.product-col {
  margin-bottom: 40px;
}

@media screen and (max-width: 1019px) {
  .product-card-text {
    margin-top: 0;
  }

  .product-col .product-col--mb10 {
    margin-bottom: 10px;
  }

  .product-col .product-col--mb20 {
    margin-bottom: 20px;
  }

  .product-col .product-col--mb40 {
    margin-bottom: 40px;
  }

  .product-col .column__xs--06 {
    text-align: left !important;
  }

  .product-col .column__xs--06 .rate-em-sub {
    font-size: 10px;
  }
}

/* image-tip-col
======================================*/
.image-tip-col {
  display: flex;
  margin-bottom: 15px;
}

.image-tip-col__left {
  margin-right: 20px;
}

.image-tip-col__right {
  flex: 1;
}

/* C01_005
======================================*/
.rate-line-box {
  padding: 20px 16px;
  border: 1px solid #e0e5e9;
  border-radius: 6px;
  height: 100%;
}

.rate-line-box__tip {
  display: flex;
  margin-bottom: 16px;
}

.rate-line-box__main-tip {
  margin-bottom: -14px;
}

.rate-line-box__sub-tip {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 0 auto;
}

.rate-line-box__sub-tip {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 0 auto;
}

.rate-line-box__main-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1.6;
}

.rate-line-box__sub-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.6;
}

.rate-line-box__separator {
  border: 1px solid #e0e5e9;
  border-width: 1px 0 0;
  margin: 4px 0 10px;
}

.rate-line-layout {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rate-line-layout__footer {
  margin: auto 0 -5px 24px;
  padding-top: 16px;
}

@media screen and (max-width: 1019px) {
  .rate-line-box__main-tip {
    margin-left: -5px;
  }
}

.rate-line-link-box {
  padding: 0;
  border-radius: 4px;
}

.rate-line-link-box .rate-line-link-box__title {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f5f8f9;
  padding: 20px 30px 12px;
}

.rate-line-link-box .rate-line-box__tip {
  margin-bottom: 10px;
}

.rate-line-link-box .rate-line-box__main-title .text-link--icon {
  font-size: 20px;
}

.rate-line-link-box .rate-line-box__main-title .text-link--icon.left_ver::before {
  top: 7px;
}
.rate-line-link-box .rate-line-link-box__title .rate-line-box__sub-title {
  font-size: 14px;
  color: #e3215a;
}

.rate-line-link-box .rate-line-link-box__body {
  padding: 20px 20px 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rate-line-link-box .rate-line-link-box__body .rate-line-box__sub-title {
  margin-bottom: 12px;
}

.rate-line-link-box .rate-line-link-box__body p:last-child{
  margin-bottom: 0;
}

.rate-line-link-box .rate-em,
.rate-line-link-box .rate-em-title {
  font-size: 20px;
}

.rate-line-link-box .rate-em__num {
  font-size: 48px;
}

.rate-line-link-box .rate-em--blue-line::before {
  height: 9px;
}

@media screen and (max-width: 1019px) {
  .rate-line-link-col > [class^="column__"] {
    margin-bottom: 16px;
  }
  .rate-line-link-box .rate-line-link-box__title {
    padding: 16px 20px 12px;
  }

  .rate-line-link-box .rate-line-link-box__body {
    padding: 11px 20px 18px;
  }
}

/* C01_006
======================================*/
.comparison-appeal-box {
  margin-bottom: 20px;
}
.comparison-appeal-box:last-child {
  margin-bottom: 0;
}
.comparison-appeal-box__title {
  padding: 20px 18px 12px;
  font-size: 24px;
  font-weight: bold;
  background: #e8f1f9;
  border-radius: 6px 6px 0 0;
  line-height: 1.4;
  margin-bottom: 20px;
}

.comparison-appeal-box__text {
  color: #2076c7;
  font-size: 20px;
  margin-bottom: 20px;
}

.appeal-line-col {
  display: flex;
}

.appeal-line-col__left {
  margin-right: 60px;
  position: relative;
  display: flex;
}

.appeal-line-col__right {
  display: flex;
}

.appeal-line-col__left::before {
  font-family: icomoon;
  content: "\e904";
  font-size: 34px;
  line-height: 1;
  color: #2076c7;
  display: block;
  position: absolute;
  top: calc(50% - 17px);
  right: -48px;
  width: 34px;
  height: 34px;
}

.appeal-line-box {
  border: 1px solid #e0e5e9;
  border-radius: 6px;
  padding: 30px 16px 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.appeal-line-box__header {
  margin-bottom: 16px;
}

.appeal-line-box__header-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.appeal-line-box__gray {
  background: #f6f8f9;
  padding: 20px 16px;
  height: 100%;
}

.appeal-line-box__gray-text {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1019px) {
  .appeal-line-col {
    display: block;
  }

  .appeal-line-col__left {
    margin-right: 0;
    margin-bottom: 60px;
    display: block;
  }

  .appeal-line-col__left::before {
    top: auto;
    right: auto;
    bottom: -45px;
    left: calc(50% - 17px);
  }

  .appeal-line-col__right {
    display: block;
  }

  .appeal-line-box {
    width: 100%;
  }
}

/* C01_008
======================================*/
.stage-list-col {
  display: flex;
  margin-bottom: 20px;
}

.stage-list-col:last-child {
  margin-bottom: 0;
}

.stage-list-col__item {
  flex: 1;
}

.stage-list-col__item:not(:last-child) .stage-list-box__header,
.stage-list-col__item:not(:last-child) .stage-list-box__body {
  border-right: 1px solid #cdd6dd;
}

.stage-list-col__item:first-child .stage-list-box__sub-header *,
.stage-list-col__item:last-child .stage-list-box__sub-header * {
  visibility: hidden;
}

.stage-list-col__item:only-child .stage-list-box__sub-header *,
.stage-list-col__item:only-child .stage-list-box__sub-header * {
  visibility: visible;
}

.stage-list-box__header {
  background: #e8f1f9;
  padding: 10px;
  text-align: center;
}

.stage-list-box__sub-header {
  background: #f6f8f9;
  padding: 10px;
  text-align: center;
}

.stage-list-box__body {
  padding: 15px 10px 35px;
}

@media screen and (max-width: 1019px) {
  .stage-list-col {
    display: block;
  }

  .stage-list-col__item:not(:last-child) .stage-list-box__header,
  .stage-list-col__item:not(:last-child) .stage-list-box__body {
    border-right: none;
  }

  .stage-list-col__item:first-child .stage-list-box__sub-header *,
  .stage-list-col__item:last-child .stage-list-box__sub-header * {
    visibility: visible;
  }
}

/* Interest rate Modules
======================================*/
.ratebox {
  border: 1px solid #cdd6dd;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
}
a.ratebox {
  display: block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: none;
}
a.ratebox--discount,
a.ratebox--recommend {
  display: flex;
}
.ratebox .text-regular,
.ratebox .text-subtext,
.ratebox .text-warning,
.ratebox .text-removed {
  line-height: 1.4;
  font-size: 14px;
}
.ratebox__header {
  font-size: 16px;
  padding: 20px;
  background-color: #f6f8f9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
}
.ratebox__header .ratebox__flag {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  width: 26px;
  height: 18px;
  min-width: 26px;
  overflow: hidden;
}
.ratebox__header .ratebox__flag img {
  vertical-align: inherit;
}
.ratebox__header .ratebox__label {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: -3px;
  margin-top: -3px;
}
.ratebox__body {
  padding: 20px 20px 0;
}
.ratebox__body .text-subtext:first-child {
  margin-bottom: 0;
}
.ratebox__body .text-center {
  margin-bottom: 0;
}
.ratebox__body .text-center .h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 14px 14px;
}
.ratebox__body .text-link--icon {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ratebox__body .list-circle {
  margin-bottom: 20px;
}
.ratebox__body hr {
  height: 1px;
  background-color: #cdd6dd;
  border: none;
  margin: 0;
}
.ratebox__footer {
  padding: 18px 20px 20px;
}
.ratebox__footer .text-number--rate {
  color: #2076c7;
  position: relative;
  font-size: 72px;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 2px;
  letter-spacing: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 -4px;
  display: inline;
}

@media screen and (max-width: 1019px) {
  .ratebox__footer .text-number--rate {
    font-size: 64px;
    margin-bottom: 30px;
  }
}
.ratebox__footer .text-number--rate sub {
  font-size: 24px;
  bottom: 0;
  z-index: 1;
}
.ratebox__footer .text-number--rate sub:first-child {
  margin-right: 2px;
}
.ratebox__footer .text-subtext {
  margin-top: 17px;
}
.ratebox__footer .list-asterisk {
  display: flex;
  justify-content: center;
  margin-top: 17px;
}
.ratebox__footer .list-asterisk > li {
  padding-left: 12px;
}
.ratebox__footer .list-asterisk__item {
  text-align: left;
}
.ratebox__footer .text-number--small {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 36px;
}
.ratebox__footer .text-number--small sub {
  font-size: 20px;
}
.ratebox__footer .text-number--small sub:first-child {
  margin-right: 7px;
}
.ratebox__footer .ratebox__additional {
  background-color: #f6f8f9;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.ratebox__footer .ratebox__additional .h4 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
}
.ratebox__footer .text-regular + .text-subtext {
  margin-top: 14px;
}
.ratebox__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ratebox--exchange .ratebox__footer {
  padding: 14px 10px 20px;
}
.ratebox--exchange .ratebox__footer .text-number--rate {
  margin-bottom: 7px;
}
@media screen and (max-width: 1019px) {
  .ratebox--exchange .ratebox__footer {
    padding: 10px 10px 18px;
  }
  .column__xs--06 .ratebox--exchange .text-number--rate {
    font-size: 32px;
  }
  .column__xs--06 .ratebox--exchange .text-number--rate sub {
    font-size: 18px;
  }
  .column__xs--06 .ratebox--exchange .text-number--rate sub:first-child {
    margin-right: 0;
  }
}
.ratebox--recommend {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.ratebox--recommend .badge--new {
  font-size: 12px;
  line-height: 1.4;
  height: 23px;
  padding: 3px 10px;
  border-radius: 11.5px;
}
.ratebox--recommend .badge--medium {
  margin-right: 9px;
  margin-top: 10px;
  height: auto;
  padding: 5px 10px;
  max-width: 236px;
  white-space: normal;
}
.ratebox--recommend .h4 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 700;
  padding: 4px 14px 6px;
}
.ratebox--recommend .ratebox__footer .text-center {
  margin-bottom: 25px;
  line-height: 100%;
}
.ratebox--recommend .ratebox__footer .text-center .text-number--rate {
  top: 0;
  margin: 0;
  padding: 0;
}
.ratebox--recommend .ratebox__footer .text-center .text-interate {
  display: inline-block;
  position: relative;
  padding-left: 78px;
}
.ratebox--recommend .ratebox__footer .text-center .text-interate .badge {
  position: absolute;
  left: 0;
  margin-top: 11px;
}
.ratebox--recommend .ratebox__footer .text-subtext {
  margin-bottom: 0;
}
.ratebox--recommend .ratebox__footer .text-warning,
.ratebox--recommend .ratebox__footer .text-removed {
  line-height: 1.4;
  margin-top: 7px;
  margin-bottom: 0;
}
.ratebox--recommend .ratebox__footer .list-asterisk {
  justify-content: left;
}
.ratebox--recommend .text-number--rate {
  margin-bottom: 30px;
  font-size: 50px;
  top: 17px;
  z-index: 1;
}
.ratebox--recommend .text-number--rate::after {
  bottom: 13px;
  z-index: -1;
}
.ratebox--recommend [class^="btn"] {
  margin-top: 10px;
  margin-bottom: 30px;
}
.ratebox--small .ratebox__header {
  height: auto;
}
@media screen and (max-width: 1019px) {
  .ratebox--small .ratebox__header {
    height: auto;
  }
}
.ratebox--small .ratebox__label {
  max-width: 150px;
  font-size: 14px;
  line-height: 1.4;
}
.ratebox--small .text-index {
  margin-top: 14px;
  margin-bottom: 14px;
}
.ratebox--small .text-number {
  word-break: break-all;
}
.ratebox--discount {
  display: flex;
  flex-direction: column;
}
.ratebox--discount .ratebox__header {
  padding: 16px 10px 11px;
  font-size: 14px;
}
.ratebox--discount .ratebox__footer {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
.ratebox--discount .ratebox__footer .text-regular {
  margin-bottom: 14px;
}

.ratebox--value .ratebox__header {
  font-size: 16px;
  margin-bottom: 0;
}

.ratebox--value .ratebox__body p {
  margin-bottom: 0;
}

.ratebox--value .ratebox__body .text-center {
  margin-bottom: 0;
}

.ratebox--value .ratebox__footer .text-number--rate {
  margin-top: 0;
  margin-bottom: 30px;
}

.ratelist__item:first-child {
  margin-top: -10px;
}
@media screen and (min-width: 1020px) {
  .ratelist__item:first-child {
    margin-top: -4px;
  }
}

.ratelist__item {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  border-bottom: 1px solid #cdd6dd;
  margin-bottom: 0;
}
.ratelist__item .ratelist__label {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1020px) {
  .ratelist__item .ratelist__label {
    font-size: 13px;
    margin-top: 11px;
    margin-bottom: 11px;
    width: 60%;
    display: flex;
    align-items: center;
  }
}
.ratelist__item .ratelist__value {
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1020px) {
  .ratelist__item .ratelist__value {
    font-size: 13px;
    font-weight: 600;
    margin-top: 11px;
    margin-bottom: 11px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/* Top component Modules
======================================*/
.top-component:last-child {
  margin: 0 -20px;
}

.text-index {
  font-size: 16px;
  line-height: 1.4;
}
.text-index--up {
  color: #e3215a;
}
.text-index--down {
  color: #2076c7;
}

.carousel:not(.slick-initialized) {
  opacity: 0;
}

.carousel .slick-track {
  display: flex;
}

.carousel .col {
  height: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.carousel .col .ratebox {
  height: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.carousel .col .ratebox .ratebox__footer .text-number--rate sub:first-child {
  margin-right: 5px;
}
.carousel .col .ratebox .ratebox__footer .text-number--rate::after {
  bottom: -6px;
}

.carousel .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  text-indent: -9999px;
  z-index: 1;
  cursor: pointer;
}
.carousel .slick-arrow.slick-prev {
  left: 22px;
  background: url(/common21/imgs/prev.svg) no-repeat center center;
  background-size: cover;
}
.carousel .slick-arrow.slick-next {
  background: url(/common21/imgs/next.svg) no-repeat center center;
  right: 22px;
  background-size: cover;
}

.carousel .slick-dots {
  display: inherit;
  margin: 20px auto;
}

@media screen and (min-width: 1020px) {
  .carousel .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .carousel .slick-arrow.slick-prev {
    left: 30px;
  }
  .carousel .slick-arrow.slick-next {
    right: 30px;
  }
}

@media screen and (max-width: 1019px) {
  .carousel.column {
    margin-left: -7px;
    margin-right: -7px;
  }
  .carousel.column [class^="col"] {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.rate-description {
  text-align: right;
  padding-right: 20px;
  color: #555;
  line-height: 1.7143;
}

.block-icon {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 1019px) {
  .block-icon {
    display: block;
  }
}
.block-icon__item--contact {
  margin-right: 60px;
}
@media screen and (max-width: 1019px) {
  .block-icon__item--contact {
    margin-right: 0;
  }
}
.block-icon__item--contact .block-icon__list-icon {
  margin-left: -2px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.block-icon__item--contact .block-icon__list-icon .block-icon__icon {
  width: 65px;
}
@media screen and (max-width: 1019px) {
  .block-icon__item--contact .block-icon__list-icon .block-icon__icon {
    margin-bottom: 25px;
  }
}
.block-icon__item--services .block-icon__list-icon {
  margin-left: -12px;
  flex-wrap: wrap;
}
.block-icon__item--services .block-icon__list-icon .block-icon__icon {
  width: 80px;
}
@media screen and (max-width: 1019px) {
  .block-icon__item--services .block-icon__list-icon .block-icon__icon {
    margin-bottom: 25px;
  }
}
.block-icon__list-icon {
  display: flex;
}
.block-icon__list-icon .block-icon__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-icon--2 .block-icon__list-icon .block-icon__icon {
  width: 91px;
  height: 96px;
}
@media screen and (max-width: 1019px) {
  .block-icon--2 .block-icon__list-icon .block-icon__icon {
    width: 63px;
  }
}
.block-icon--2 .block-icon__list-icon--bg-blue {
  background-color: #117cbc;
}
@media screen and (max-width: 1019px) {
  .block-icon--2 .block-icon__list-icon--bg-blue {
    display: inline-flex;
  }
}
.block-icon--3 .block-icon__list-icon .block-icon__icon {
  width: 88px;
  height: 96px;
}
@media screen and (max-width: 1019px) {
  .block-icon--3 .block-icon__list-icon .block-icon__icon {
    width: 53px;
  }
}
.block-icon--3 .block-icon__list-icon--bg-blue {
  background-color: #117cbc;
  margin-right: 60px;
}
@media screen and (max-width: 1019px) {
  .block-icon--3 .block-icon__list-icon--bg-blue {
    display: inline-flex;
  }
}
.block-icon--3 .block-icon__list-images {
  display: flex;
}
.block-icon--3 .block-icon__list-images .block-icon__image {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1019px) {
  .block-icon .icon-bank-basic {
    width: 33px;
    height: 20px;
  }
  .block-icon .icon-heart-hand {
    width: 29px;
    height: 27px;
  }
  .block-icon .icon-identify {
    width: 29px;
    height: 17px;
  }
  .block-icon .icon-yen-hand {
    width: 29px;
    height: 29px;
  }
  .block-icon .icon-wallet {
    width: 27px;
    height: 24px;
  }
  .block-icon .icon-yen-block {
    width: 25px;
    height: 26px;
  }
  .block-icon .icon-setting-hand {
    width: 29px;
    height: 29px;
  }
  .block-icon .icon-yen-wallet {
    width: 29px;
    height: 24px;
  }
  .block-icon .icon-dollar-wallet {
    width: 29px;
    height: 24px;
  }
  .block-icon .icon-house {
    width: 31px;
    height: 26px;
  }
  .block-icon .icon-tree {
    width: 23px;
    height: 31px;
  }
}
.block-icon .icon-note {
  width: 43px;
  height: 42px;
}
@media screen and (max-width: 1019px) {
  .block-icon .icon-note {
    width: auto;
    height: auto;
  }
}

/* Column banner Modules
======================================*/
.column--banner a {
  display: block;
}

.column--banner [class^="column__"] {
  display: block;
  text-align: center;
}
.column--banner [class^="column__"] picture img {
  height: auto;
}
.column--banner [class^="column__"] img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.column--banner .column__sm--12 {
  box-sizing: border-box;
}
@media screen and (max-width: 1019px) {
  .column--banner .column__sm--12:nth-child(n + 2) {
    padding: 0 20px;
  }
}
.column--banner .column__sm--12 a {
  display: inline-block;
  vertical-align: top;
}
.column--banner .column__sm--12 img {
  max-width: 670px;
}
@media screen and (max-width: 1019px) {
  .column--banner .column__sm--12 img {
    max-width: 100%;
  }
}

.column--banner .column__sm--06 {
  text-align: center;
}
@media screen and (max-width: 1019px) {
  .column--banner .column__sm--06 {
    text-align: center;
  }
}
.column--banner .column__sm--06:nth-child(2n) {
  text-align: center;
}
@media screen and (max-width: 1019px) {
  .column--banner .column__sm--06:nth-child(2n) {
    text-align: center;
  }
}
.column--banner .column__sm--06 a {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1019px) {
  .column--banner .column__sm--06 img {
    max-width: 100%;
  }
}

@media screen and (max-width: 1019px) {
  .column--banner [class^="column__sm"] {
    margin-bottom: 20px;
  }
  .column--banner [class^="column__sm"]:last-child {
    margin-bottom: 0;
  }
  .column--banner .column__xs--06 {
    margin-bottom: 11px;
  }
}

/* Block A Modules
======================================*/
.block-topic {
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.block-topic:last-child {
  margin-bottom: 0;
}
.block-topic a {
  color: #0074c9;
  font-size: 13px;
  line-height: 1.6;
}
.block-topic a:last-child {
  margin-bottom: 0;
}
.block-topic__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}
.block-topic .block-topic__title {
  font-size: 16px;
  line-height: 1.4;
}
.block-topic .text-haslink a {
  margin-bottom: 0;
}
.block-topic .list-circle > li:last-child {
  margin-bottom: 0;
}

/* end block-topic */
.block-carousel-link-text,
.block-carousel-images {
  position: relative;
}
.block-carousel-link-text__btn,
.block-carousel-images__btn {
  width: 30px;
  height: 30px;
  background: #2076c7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: calc(50% - 15px);
}
.block-carousel-images__btn {
  top: calc(50% - 15px - 10px);
}
.block-carousel-link-text__btn--back,
.block-carousel-images__btn--back {
  left: 50px;
}
@media screen and (max-width: 1019px) {
  .block-carousel-link-text__btn--back,
  .block-carousel-images__btn--back {
    left: 15px;
  }
}
.block-carousel-link-text__btn--forward,
.block-carousel-images__btn--forward {
  right: 50px;
}
@media screen and (max-width: 1019px) {
  .block-carousel-link-text__btn--forward,
  .block-carousel-images__btn--forward {
    right: 15px;
  }
}
.block-carousel-link-text__btn [class^="icon"],
.block-carousel-images__btn [class^="icon"] {
  font-size: 12px;
}
.block-carousel-link-text__btn--back [class^="icon"],
.block-carousel-images__btn--back [class^="icon"] {
  transform: rotate(90deg);
}
.block-carousel-link-text__btn--forward [class^="icon"],
.block-carousel-images__btn--forward [class^="icon"] {
  transform: rotate(-90deg);
}
.block-carousel-images__btn--back {
  left: 210px;
}
.block-carousel-images__btn--forward {
  right: 210px;
}
@media screen and (max-width: 1019px) {
  .block-carousel-images__btn--back {
    left: -10px;
  }
  .block-carousel-images__btn--forward {
    right: -10px;
  }
}
.block-carousel-link-text__btn:hover,
.block-carousel-images__btn:hover {
  cursor: pointer;
}
.block-carousel-link-text__sliders,
.block-carousel-images__sliders {
  margin: 0 auto;
}
.block-carousel-link-text__sliders .slick-list {
  padding: 10px 65px !important;
}
.block-carousel-link-text__sliders .slick-list .slick-track,
.block-carousel-images__sliders .slick-list .slick-track {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1019px) {
  .block-carousel-link-text__sliders .slick-list {
    padding: 10px 30px !important;
  }
}
.block-carousel-link-text__item {
  font-size: 14px;
  line-height: 1.4;
  color: #0074c9;
  padding: 30px 20px;
  margin: 0 7px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}
.block-carousel-link-text__item.extra-group--info {
  display: flex;
}
.block-carousel-images__item img {
  width: 470px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1019px) {
  .block-carousel-images__item img {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.block-carousel-link-text .slick-dots {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}

.block-carousel-images .slick-dots {
  margin-top: 20px;
}
@media screen and (max-width: 1019px) {
  .block-carousel-link-text .slick-dots {
    bottom: -15px;
  }
}

.block-carousel-card {
  margin-bottom: 20px;
}
.block-carousel-card__sliders {
  width: 450px;
  position: relative;
}
.block-carousel-card__sliders .extra-group--info {
  margin-bottom: 0;
}
.block-carousel-card__sliders .slick-list .block-carousel-card__item img {
  border: 1px solid #e0e5e9;
}
.block-carousel-card-dots {
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.block-carousel-card-dots li {
  display: inline-block;
  width: 12.5%;
  text-align: center;
  margin-bottom: 24px;
}
.block-carousel-card-dots button {
  position: relative;
  text-indent: -9999px;
  width: 44px;
  height: 33px;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0);
}
.block-carousel-card-dots .slick-active button {
  border: 2px solid #222 !important;
}
.block-carousel-card-dots li:nth-of-type(1) button {
  background-color: #3f93bd;
}
.block-carousel-card-dots li:nth-of-type(2) button {
  background-color: #bbd3e3;
}
.block-carousel-card-dots li:nth-of-type(3) button {
  background-color: #215696;
}
.block-carousel-card-dots li:nth-of-type(4) button {
  background-color: #303493;
}
.block-carousel-card-dots li:nth-of-type(5) button {
  background-color: #7b67ad;
}
.block-carousel-card-dots li:nth-of-type(6) button {
  background-color: #bbb8d7;
}
.block-carousel-card-dots li:nth-of-type(7) button {
  background-color: #a24693;
}
.block-carousel-card-dots li:nth-of-type(8) button {
  background-color: #de6fa0;
}
.block-carousel-card-dots li:nth-of-type(9) button {
  background-color: #eda4b5;
}
.block-carousel-card-dots li:nth-of-type(10) button {
  background-color: #c32f68;
}
.block-carousel-card-dots li:nth-of-type(11) button {
  background-color: #be395d;
}
.block-carousel-card-dots li:nth-of-type(12) button {
  background-color: #b9373a;
}
.block-carousel-card-dots li:nth-of-type(13) button {
  background-color: #ee732e;
}
.block-carousel-card-dots li:nth-of-type(14) button {
  background-color: #cbc163;
}
.block-carousel-card-dots li:nth-of-type(15) button {
  background-color: #e3cd44;
}
.block-carousel-card-dots li:nth-of-type(16) button {
  background-color: #f8e14c;
}
.block-carousel-card-dots li:nth-of-type(17) button {
  background-color: #cae08c;
}
.block-carousel-card-dots li:nth-of-type(18) button {
  background-color: #d6db47;
}
.block-carousel-card-dots li:nth-of-type(19) button {
  background-color: #3e8c52;
}
.block-carousel-card-dots li:nth-of-type(20) button {
  background-color: #84c150;
}
.block-carousel-card-dots li:nth-of-type(21) button {
  background-color: #419270;
}
.block-carousel-card-dots li:nth-of-type(22) button {
  background-color: #307162;
}
.block-carousel-card-dots li:nth-of-type(23) button {
  background-color: #2d6c7d;
}
.block-carousel-card-dots li:nth-of-type(24) button {
  background-color: #398488;
}
.block-carousel-card-dots li:nth-of-type(25) button {
  background-color: #617a31;
}
.block-carousel-card-dots li:nth-of-type(26) button {
  background-color: #c9b03a;
}
.block-carousel-card-dots li:nth-of-type(27) button {
  background-color: #b58e4a;
}
.block-carousel-card-dots li:nth-of-type(28) button {
  background-color: #735947;
}
.block-carousel-card-dots li:nth-of-type(29) button {
  background-color: #8e3f42;
}
.block-carousel-card-dots li:nth-of-type(30) button {
  background-color: #fff;
  border: 1px solid #adadad;
}
.block-carousel-card-dots li:nth-of-type(31) button {
  background-color: #44564d;
}
.block-carousel-card-dots li:nth-of-type(32) button {
  background-color: #000;
}
.block-carousel-card-dots button::before {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
@media screen and (max-width: 1019px) {
  .block-carousel-card__sliders {
    width: 100%;
  }
  .block-carousel-card__sliders .slick-list {
    margin-bottom: 20px;
  }
  .block-carousel-card-dots {
    position: static;
  }
  .block-carousel-card-dots li {
    margin-bottom: 10px;
  }
  .block-carousel-card-dots button {
    width: 33px;
    height: 25px;
  }
}
@media screen and (max-width: 374px) {
  .block-carousel-card-dots li {
    margin-bottom: 8px;
  }
  .block-carousel-card-dots button {
    width: 27px;
    height: 20px;
  }
}

/* end block-carousel-link-text */
.block-precautions-explanation {
  padding: 20px;
  background-color: #fff2f4;
  font-size: 14px;
  line-height: 1.4;
}
.block-precautions-explanation .text-haslink {
  color: #d70d38;
}
.block-precautions-explanation .text-haslink a {
  margin-right: 3px;
}
.block-precautions-explanation .text-haslink .icon-newtab {
  margin-top: -3px;
  margin-left: 2px;
}
.block-precautions-explanation .list-circle > li:last-child {
  margin-bottom: 0;
}

/* end block-precautions-explanation */
.block-arousal-explanation {
  padding: 20px;
  background-color: #fff8e8;
  font-size: 14px;
  line-height: 1.4;
}
.block-arousal-explanation .list-circle > li:last-child {
  margin-bottom: 0;
}

/* end block-arousal-explanation */
.block-exchange-information .ratebox__footer .text-number--rate {
  margin-bottom: 0;
}

@media screen and (max-width: 1019px) {
  .block-exchange-information .column {
    margin-bottom: 0;
  }
  .block-exchange-information .column:last-child {
    margin-bottom: -20px;
  }
  .block-exchange-information .column__sm--04 {
    width: 33.3%;
  }
  .block-exchange-information .column__sm--04:last-child {
    margin-bottom: 20px !important;
  }
  .block-exchange-information .ratebox__header {
    flex-direction: column;
    background-color: #fff;
    padding: 14px 10px 0;
    text-align: center;
  }
  .block-exchange-information .ratebox__footer {
    padding: 14px 10px;
  }
  .block-exchange-information .ratebox__footer .text-number--rate {
    font-size: 20px;
    line-height: 1.4;
  }
  .block-exchange-information .ratebox__footer .text-number--rate::after {
    bottom: -2px;
  }
  .block-exchange-information .ratebox__footer .text-number--rate sub {
    font-size: 14px;
  }
  .block-exchange-information .ratebox__footer .text-center {
    line-height: 1.4;
  }
  .block-exchange-information .ratebox__flag {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .block-exchange-information .ratebox__flag img {
    width: 100%;
    height: 100%;
  }
  .block-exchange-information .ratebox__label {
    font-size: 14px;
  }
}

/* end block-exchange-information */
@media screen and (max-width: 1019px) {
  .block-reasons-select .column__sm--06,
  .block-reasons-select .column__sm--04 {
    margin-bottom: 20px;
  }
}

.block-reasons-select__main {
  display: contents;
  flex-shrink: 0;
}

.block-reasons-select__card {
  border: 1px solid #cdd6dd;
  border-radius: 4px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
a.block-reasons-select__card {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  border: none;
}
a.block-reasons-select__card:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1019px) {
  .block-reasons-select__card {
    padding-bottom: 0;
  }
}
.block-reasons-select__card span {
  line-height: 1.4;
}

.block-reasons-select__content {
  padding: 20px 20px 30px;
}

.block-reasons-select__wrapper {
  padding: 20px;
}

.block-reasons-select__images {
  min-height: 98px;
  display: block;
  text-align: center;
}
.block-reasons-select__images picture img {
  height: auto;
}
.block-reasons-select__images img {
  border-radius: 4px 4px 0 0;
  margin: 0 auto;
  max-width: 100%;
}

.block-reasons-select__point {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  color: #2076c7;
}

.block-reasons-select__title {
  margin-top: 10px;
  min-height: 44px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.block-reasons-select__title-main {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  line-height: 1.4;
}
.block-reasons-select__title-sub {
  font-weight: 400;
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

.block-reasons-select__body {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 0;
}

.block-reasons-select__link {
  margin-top: 20px;
}

.block-reasons-select__label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  min-width: 84px;
  padding: 6px 10px;
  line-height: 1.46;
  color: #fff;
  background-color: #2076c7;
  border-radius: 4px 0;
  font-size: 13px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  margin-right: 20px;
  text-align: left;
}

.block-reasons-select .btn,
.block-reasons-select .btn-newtab {
  width: calc(100% - 40px);
  margin-bottom: 30px;
}
@media screen and (max-width: 1019px) {
  .block-reasons-select .btn,
  .block-reasons-select .btn-newtab {
    position: relative;
    transform: none;
  }
}

.block-reasons-select--no-read .block-reasons-select__content {
  padding: 30px 20px;
}
@media screen and (max-width: 1019px) {
  .block-reasons-select--no-read .block-reasons-select__content {
    padding: 30px 20px;
  }
}

.block-reasons-select--no-read .block-reasons-select__title {
  text-align: center;
  margin-top: 0;
  display: block;
  min-height: 34px;
}
.block-reasons-select--no-read .block-reasons-select__title-main {
  margin-top: 14px;
}
@media screen and (max-width: 1019px) {
  .block-reasons-select--no-read .block-reasons-select__title-main {
    margin-top: 10px;
  }
}
.block-reasons-select--no-read .block-reasons-select__title-sub {
  margin-top: 0;
}

.block-reasons-select--no-read .block-reasons-select__body {
  margin-top: 28px;
}

.block-reasons-select--blue .block-reasons-select__content {
  padding-bottom: 20px;
}

.block-reasons-select--blue .block-reasons-select__body {
  margin-top: 11px;
}

.block-reasons-select--blue .extra-group--info {
  margin-bottom: 11px;
}
@media screen and (max-width: 1019px) {
  .block-reasons-select--blue .extra-group--info {
    margin-left: 0;
    margin-right: 0;
  }
}
.block-reasons-select--blue .extra-group--info .badge {
  margin: 3px 10px 4px 0;
}
.block-reasons-select--blue .extra-group--info .badge--new-v2 {
  margin-left: 10px;
}

/* end block-reasons-select */
@media screen and (max-width: 1019px) {
  .block-function-appeal .column__sm--04 {
    width: 50%;
  }
}

.block-function-appeal__card {
  height: 100%;
  box-shadow: inset 0 0 0 1px #b0bdcc;
  display: flex;
  flex-direction: column;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.block-function-appeal__card-content {
  padding: 20px;
  flex-grow: 1;
}
.block-function-appeal__card-content p {
  margin-top: 18px;
}

.block-function-appeal__images {
  width: 100%;
  display: block;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1019px) {
  .block-function-appeal__images {
    min-height: 72px;
  }
}
.block-function-appeal__images picture img {
  height: auto;
}
.block-function-appeal__images img {
  margin: 0 auto;
  max-width: 100%;
  min-height: 72px;
}
@media screen and (max-width: 1019px) {
  .block-function-appeal__images img {
    width: 100%;
  }
}

.block-function-appeal__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: block;
}

/* end block-feature-cards-mix */
.block-feature-derivation__card {
  padding: 40px 0;
  background-color: #f6f8f9;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1019px) {
  .block-feature-derivation__card {
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
  }
}

.block-feature-derivation__major {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 352px;
  padding-right: 30px;
}
.block-feature-derivation__major-img-web-consult {
  margin-bottom: 10px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1019px) {
  .block-feature-derivation__major {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .block-feature-derivation__major-img-card-atm {
    width: 86px;
    height: 64px;
  }
  .block-feature-derivation__major-img-save-money {
    width: 79px;
    height: 71px;
  }
}

.block-feature-derivation__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-top: 20px;
}

.block-feature-derivation__content {
  width: 500px;
  padding-right: 80px;
}
.block-feature-derivation__content-head {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
}
.block-feature-derivation__content-list-check {
  padding-left: 7px;
}
@media screen and (max-width: 1019px) {
  .block-feature-derivation__content-list-check {
    padding-left: 0;
  }
}
.block-feature-derivation__content-list-check .list-check__item {
  margin-bottom: 10px;
}
.block-feature-derivation__content .btn--normal {
  max-width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 1019px) {
  .block-feature-derivation__content .btn--normal {
    max-width: 335px;
  }
}
.block-feature-derivation__content .btn--anchor {
  margin-bottom: 30px;
  margin-top: 0;
}
@media screen and (max-width: 1019px) {
  .block-feature-derivation__content .btn--anchor {
    max-width: 335px;
  }
}
@media screen and (max-width: 1019px) {
  .block-feature-derivation__content {
    padding-right: 0;
    width: 100%;
  }
}

.block-feature-derivation__point {
  text-align: center;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-feature-derivation__point span:last-child {
  color: #2076c7;
  position: relative;
  font-size: 50px;
  white-space: nowrap;
  display: inline-block;
  letter-spacing: 0;
  z-index: 1;
  font-weight: 700;
  margin-left: 9px;
  top: -5px;
  line-height: 1;
}
.block-feature-derivation__point span:last-child sub {
  font-size: 24px;
  bottom: 0;
  z-index: 1;
}
.block-feature-derivation__point span:last-child sub:first-child {
  margin-right: 7px;
}
.block-feature-derivation__point span:last-child::after {
  content: "";
  background-color: #e8f1f9;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 8px;
  right: 0;
  z-index: -1;
}
.block-feature-derivation__point .badge.badge--medium {
  font-feature-settings: "palt";
  height: auto;
  padding: 5px 10px;
  max-width: 236px;
  white-space: normal;
}
@media screen and (max-width: 1019px) {
  .block-feature-derivation__point {
    height: auto;
    margin-top: 0;
    margin-bottom: 35px;
  }
  .block-feature-derivation__point:last-child {
    margin-top: -20px;
    margin-bottom: 0;
  }
  .block-feature-derivation__point span:last-child {
    font-size: 40px;
  }
  .block-feature-derivation__point span:last-child sub {
    font-size: 24px;
  }
  .block-feature-derivation__point span:last-child sub:first-child {
    margin-right: 0;
  }
  .block-feature-derivation__point .badge.badge--medium {
    font-size: 16px;
    line-height: 1.4;
  }
}

.block-feature-derivation__attention {
  font-size: 14px;
  position: relative;
  display: block;
  padding-left: 18px;
  margin-top: 18px;
}
.block-feature-derivation__attention::before {
  content: "※";
  position: absolute;
  left: 1px;
  top: -1px;
}
@media screen and (max-width: 1019px) {
  .block-feature-derivation__attention {
    margin-top: 20px;
  }
}

.block-feature-derivation__list-circle-title {
  display: block;
  margin-top: 30px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 14px;
}

.block-feature-derivation .list-circle {
  margin-top: 20px;
}
.block-feature-derivation .list-circle .list-circle__item {
  font-size: 14px;
}
.block-feature-derivation .list-circle .list-circle__item:last-child {
  margin-bottom: 0;
}
.block-feature-derivation .list-circle .list-circle__item--active a {
  color: #2076c7;
}
.block-feature-derivation .list-circle .list-circle__item > ul li {
  margin-top: 10px;
  margin-left: 15px;
  position: relative;
  padding-left: 2px;
}
.block-feature-derivation .list-circle .list-circle__item > ul li::before {
  position: absolute;
  left: -13px;
  top: -1px;
}

/* end block-feature-derivation */
.block-reasons-selected-list {
  padding: 20px;
}
.block-reasons-selected-list__title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.4;
}

/* end block-reasons-selected */
.block-feature-card {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
.block-feature-card .block-reasons-select__content {
  padding: 20px;
}
.block-feature-card .block-reasons-select__title {
  min-height: auto;
}
@media screen and (max-width: 1019px) {
  .block-feature-card {
    margin-bottom: 20px;
  }
}

/* end block-feature-card */
.block-product-list .h2 {
  margin-bottom: 30px;
}

.block-product-list__item {
  margin-bottom: 20px;
}
.block-product-list__item + .h2 {
  margin-top: 40px;
}
.block-product-list__item:last-child {
  margin-bottom: 0;
}
.block-product-list__item .link-complex {
  max-width: none;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}
.block-product-list__item .link-complex__label .badge {
  margin-left: 7px;
  vertical-align: sub;
}
.block-product-list__item .link-complex__sublabel {
  margin-bottom: 8px;
}
.block-product-list__item--expired {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1019px) {
  .block-product-list__item--expired {
    margin-top: 0;
  }
}
@media screen and (max-width: 1019px) {
  .block-product-list__item .column__sm--06:first-child {
    margin-bottom: 14px;
  }
}

.block-product-list .list--down {
  margin-bottom: 90px;
}
@media screen and (max-width: 1019px) {
  .block-product-list .list--down {
    margin-bottom: 50px;
  }
}
.block-product-list .list--down span {
  padding-top: 4px;
}

/* end block-product-list */
.block-feature-column-list .column__sm--06:nth-child(n + 3) .block-feature-column-list__card {
  border-top: none;
}

@media screen and (max-width: 1019px) {
  .block-feature-column-list .column__sm--06 {
    margin-bottom: 0;
  }
  .block-feature-column-list .column__sm--06:nth-child(n + 2) .block-feature-column-list__card {
    border-top: none;
  }
}

.block-feature-column-list__card {
  display: flex;
  padding: 20px;
  border-top: 1px solid #b0bdcc;
  border-bottom: 1px solid #b0bdcc;
  position: relative;
  height: 100%;
}
.block-feature-column-list__card img {
  max-width: 80px;
  align-self: start;
}
.block-feature-column-list__card-content {
  margin-left: 14px;
}
.block-feature-column-list__card-date {
  font-size: 14px;
  line-height: 1.4;
  color: #555;
}
.block-feature-column-list__card-date .badge {
  vertical-align: sub;
}
.block-feature-column-list__card-date-item {
  margin-right: 10px;
}
.block-feature-column-list__card-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 25px;
}
.block-feature-column-list__card .icon-arrow--right {
  position: absolute;
  right: 5px;
  top: calc((100% - 12px) / 2);
  font-size: 12px;
}
@media screen and (max-width: 1019px) {
  .block-feature-column-list__card .icon-arrow--right {
    right: 25px;
  }
}
@media screen and (max-width: 1019px) {
  .block-feature-column-list__card {
    align-items: center;
  }
}

@media screen and (max-width: 1019px) {
  .block-feature-column-list {
    width: 100vw;
    margin-left: -20px;
  }
  .block-feature-column-list h2 {
    margin-left: 20px;
  }
}
/* end block-feature-column-list */

.article-link-list {
  margin: 40px 0;
}

.article-link-list__list-item[class^="column__"] {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1px;
}

.article-link-list__link {
  display: block;
  padding: 20px 40px 20px 20px;
  border: 1px solid #dee4ea;
  border-width: 1px 0;
  position: relative;
}

.article-link-list__tag-date {
  display: flex;
}

.article-link-list__tag-date-text {
  font-size: 12px;
  line-height: 1.5;
  margin-left: 6px;
}

.article-link-list__img-text {
  display: flex;
}

.article-link-list__img {
  width: 80px;
}

.article-link-list__text {
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 10px;
}

.article-link-list__link-icon {
  position: absolute;
  top: calc(50% - 7px);
  right: 5px;
  line-height: 0;
}

@media screen and (max-width: 1019px) {
  .article-link-list {
    margin: 20px -20px 40px;
  }

  .article-link-list__list-item[class^="column__"] {
    margin-bottom: 0;
  }

  .article-link-list__tag-date-text {
    margin-left: 1px;
  }

  .article-link-list__link-icon {
    right: 18px;
  }
}

.block-inform-update-info h2 {
  margin-left: 20px;
}

.block-inform-update-info ul {
  list-style: none;
}

.block-inform-update-info__item .link-complex {
  max-width: none;
  padding: 16px 40px 16px 0;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 1019px) {
  .block-inform-update-info__item .link-complex {
    padding: 16px 40px 16px 20px;
  }
}
.block-inform-update-info__item .link-complex__label {
  position: relative;
  line-height: 1.4;
}
.block-inform-update-info__item .link-complex__sublabel .badge {
  vertical-align: text-top;
}
.block-inform-update-info__item .link-complex__sublabel .badge:first-child {
  margin-left: 5px;
}
.block-inform-update-info__item .link-complex .icon-arrow--right {
  right: -30px;
  font-size: 14px;
}

.block-inform-update-info__item .link-complex .icon-pdf,
.block-inform-update-info__item .link-complex .icon-newtab {
  right: -30px;
  margin-bottom: 5px;
}

.block-inform-update-info__item:not(.block-inform-update-info__item:first-child) .link-complex {
  border-top: none;
}

@media screen and (max-width: 1019px) {
  .block-inform-update-info {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* end block-inform-update-info */
.block-faq ul {
  list-style: none;
}

.block-faq__list {
  margin-top: 38px;
}
.block-faq__list-item {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.4;
  color: #2076c7;
}
.block-faq__list-item:not(:last-child) {
  margin-bottom: 14px;
}
.block-faq__list-inner {
  max-width: calc(100% - 38px);
  margin-top: 5px;
}
.block-faq__list-item::before {
  content: url(/common21/imgs/icon-faq-question.svg);
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 8px;
}
.block-faq:not(:last-child) {
  margin-bottom: 40px;
}
.block-faq__question {
  margin-top: 38px;
}
@media screen and (max-width: 1019px) {
  .block-faq h2 {
    margin-bottom: 30px;
  }
  .block-faq__question {
    margin-top: 28px;
  }
}

/* end block-faq */
.block-cta-new {
  width: 100%;
  padding: 40px 30px;
  background-color: #f6f8f9;
  text-align: center;
}
.block-cta-new__title {
  margin-bottom: 18px;
}

/* end block-cta-new */
.block-cta-exist__img {
  margin-bottom: 20px;
}

.block-cta-exist .block-cta-exist__inner {
  overflow: hidden;
  padding-top: 10px;
}

.block-cta-exist__deposit {
  background-color: #f6f8f9;
  padding: 40px 80px;
}
.block-cta-exist__deposit-title {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1019px) {
  .block-cta-exist__deposit-title {
    margin-bottom: 27px;
  }
}
.block-cta-exist__deposit-internet {
  border-right: 1px solid #d6dde3;
  text-align: center;
}
.block-cta-exist__deposit-internet .text-link--icon {
  margin-top: 18px;
}
@media screen and (max-width: 1019px) {
  .block-cta-exist__deposit-internet {
    border-right: none;
    border-bottom: 1px solid #d6dde3;
    padding-bottom: 27px;
  }
  .block-cta-exist__deposit-internet .text-link--icon {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1019px) {
  .block-cta-exist__deposit-phone {
    margin-top: 20px;
  }
}
.block-cta-exist__deposit .btn-caption {
  padding: 8px 10px;
  height: auto;
}
@media screen and (max-width: 1019px) {
  .block-cta-exist__deposit {
    padding: 40px 20px;
  }
}

/* end block-cta-exist */
.block-related-info__list {
  list-style: none;
}
.block-related-info__list-item {
  margin-bottom: 16px;
}
.block-related-info__list-item a {
  color: #2076c7;
}
.block-related-info__list-item a img {
  margin-left: 8px;
  margin-bottom: 3px;
}

/* end block-related-info */
.block-product-notes {
  font-size: 14px;
}
.block-product-notes__title {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
  margin-bottom: 20px;
}

/* end block-product-notes */
.block-link-in-text,
.block-whole-link-text,
.block-carousel-link-text,
.block-carousel-images,
.block-precautions-explanation,
.block-arousal-explanation,
.block-exchange-information,
.block-reasons-select,
.block-function-appeal,
.block-feature-derivation,
.block-reasons-selected-list,
.block-feature-cards-mix,
.block-product-list,
.block-feature-column-list,
.block-inform-update-info,
.block-faq,
.block-cta-new,
.block-cta-exist,
.block-inquiry,
.block-related-info,
.block-product-notes {
  margin-bottom: 20px;
}
.block-link-in-text:last-child,
.block-whole-link-text:last-child,
.block-carousel-link-text:last-child,
.block-carousel-images:last-child,
.block-precautions-explanation:last-child,
.block-arousal-explanation:last-child,
.block-exchange-information:last-child,
.block-reasons-select:last-child,
.block-function-appeal:last-child,
.block-feature-derivation:last-child,
.block-reasons-selected-list:last-child,
.block-feature-cards-mix:last-child,
.block-product-list:last-child,
.block-feature-column-list:last-child,
.block-inform-update-info:last-child,
.block-faq:last-child,
.block-cta-new:last-child,
.block-cta-exist:last-child,
.block-inquiry:last-child,
.block-related-info:last-child,
.block-product-notes:last-child {
  margin-bottom: 0;
}

.block-topic,
.disclaim-block-box,
.block-precautions-explanation,
.block-arousal-explanation {
  margin-bottom: 10px;
}
.block-topic:last-child,
.disclaim-block-box:last-child,
.block-precautions-explanation:last-child,
.block-arousal-explanation:last-child {
  margin-bottom: 0;
}

/* Block B Modules - ブロック要素系B
======================================*/
.block-multi-button .btn,
.block-multi-button .btn-newtab,
.block-multi-button .link-icon,
.block-multi-button .list-link-box > li a,
.list-link-box > li .block-multi-button a,
.block-multi-button .link-bullet,
.block-multi-button .link-complex {
  max-width: none;
}

.block-multi-button .column {
  margin-bottom: 20px;
}

@media screen and (max-width: 1019px) {
  .block-multi-button .column__sm--04.column__xs--06 {
    margin-bottom: 20px;
  }
}

.block-interest-rate {
  margin-bottom: 20px;
}
.block-interest-rate:last-child {
  margin-bottom: 0;
}
.block-interest-rate__sublabel {
  padding: 0 20px;
  margin-bottom: 6px;
}
.block-interest-rate .ratebox--bg-red {
  background-color: #ffeded;
}
.block-interest-rate .ratebox--bg-yellow {
  background-color: #fff8e8;
}
.block-interest-rate .ratebox--bg-green {
  background-color: #ecffeb;
}
.block-interest-rate .ratebox--bg-blue {
  background-color: #edf6ff;
}
.block-interest-rate .ratebox--exchange .ratebox__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  min-height: 82px;
}
.block-interest-rate .ratebox--exchange .ratebox__header--min-105 {
  min-height: 105px;
}
@media screen and (max-width: 1019px) {
  .block-interest-rate .ratebox--exchange .ratebox__header--min-105 {
    min-height: 82px;
  }
}
.block-interest-rate .ratebox--exchange .ratebox__header .ratebox__sub-label {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
  margin-bottom: 4px;
}
@media screen and (max-width: 1019px) {
  .block-interest-rate .ratebox--exchange .ratebox__header .ratebox__sub-label {
    margin-bottom: 8px;
  }
}
.block-interest-rate .ratebox--exchange .ratebox__header .ratebox__label {
  font-size: 18px;
  font-weight: 700;
}
.block-interest-rate .ratebox--exchange .ratebox__header .badge {
  font-size: 12px;
  height: 23px;
  border-radius: 11px;
  padding: 3px 7px;
  margin-bottom: 14px;
  font-weight: 400;
}
.block-interest-rate .ratebox__header--flex-start {
  justify-content: flex-start;
}
.block-interest-rate .ratebox--exchange .ratebox__footer {
  padding: 14px 6px 20px;
  position: relative;
}
@media screen and (max-width: 1019px) {
  .block-interest-rate .ratebox--exchange .ratebox__footer {
    padding: 20px 6px;
  }
}
.block-interest-rate .ratebox--exchange .ratebox__footer .text-number--rate {
  margin-bottom: 7px;
}
.block-interest-rate .ratebox--exchange .ratebox__footer .text-subtext {
  padding: 0 20px;
}
@media screen and (max-width: 1019px) {
  .block-interest-rate .ratebox--exchange .ratebox__footer .ratebox__footer {
    padding: 10px 6px 18px;
  }
}
.block-interest-rate .text-number {
  position: relative;
  background-image: none;
}
.block-interest-rate .text-number::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 7px;
  z-index: -1;
  background: #e8f1f9;
}
.block-interest-rate .text-number--red {
  color: #e3215a !important;
}
.block-interest-rate .text-number--red::before {
  background: #ffe5ed !important;
}
.block-interest-rate--change .ratebox--exchange .ratebox__header {
  min-height: 58px;
}
.block-interest-rate--change .ratebox--exchange .ratebox__footer {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1019px) {
  .block-interest-rate--change .ratebox--exchange .ratebox__footer {
    flex-direction: column;
  }
}
@media screen and (max-width: 1019px) {
  .block-interest-rate--change .ratebox--exchange .ratebox__footer-arrow {
    position: static;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.block-interest-rate--change .ratebox--exchange .ratebox__footer-item {
  width: 50%;
  text-align: center;
}
.block-interest-rate--change .ratebox--exchange .ratebox__footer-item + p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1019px) {
  .block-interest-rate--change .ratebox--exchange .ratebox__footer-item {
    width: 100%;
    padding: 0;
  }
  .block-interest-rate--change .ratebox--exchange .ratebox__footer-item p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1019px) {
  .block-interest-rate--change .ratebox--exchange .ratebox__footer-item .text-subtext {
    position: static;
    font-size: 14px;
  }
}
@media screen and (max-width: 1019px) {
  .block-interest-rate--change .ratebox--exchange .ratebox__footer-item .text-number--red {
    font-size: 64px;
  }
}

.block-fee-appeal .block-fee-appeal__item {
  padding: 15px 10px;
  display: flex;
  flex-direction: row;
  border-top: 1px solid #b0bdcc;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.block-fee-appeal .block-fee-appeal__item:last-child {
  border-bottom: 1px solid #b0bdcc;
}
.block-fee-appeal.block-fee-appeal--amount .block-fee-appeal__item:last-child {
  border-bottom: none;
}
.block-fee-appeal .block-fee-appeal__item .fee-appeal__number {
  height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 50%;
  background-color: #2076c7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-fee-appeal .block-fee-appeal__item .fee-appeal__text {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  padding-right: 40px;
}
.block-fee-appeal .block-fee-appeal__item .fee-appeal__text .fee-appeal__content {
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  margin-left: 14px;
  margin-right: 20px;
}
.block-fee-appeal .block-fee-appeal__item .fee-appeal__text .fee-appeal__content span {
  margin-bottom: 3px;
  color: #555;
  font-size: 14px;
}
.block-fee-appeal .block-fee-appeal__item .fee-appeal__amount {
  flex-shrink: 0;
  margin-left: auto;
  position: relative;
  right: 20px;
  font-size: 36px;
  font-weight: 700;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, "Hiragino Sans", sans-serif;
  line-height: 1.2;
}
.block-fee-appeal .block-fee-appeal__item .fee-appeal__amount .fee-appeal__unit {
  position: absolute;
  font-size: 16px;
  padding-left: 5px;
  bottom: calc(50% - 7px);
  transform: translate(0, 50%);
}

.block-fee-appeal--amount {
  position: relative;
}
.block-fee-appeal--amount::before {
  z-index: 1;
  position: absolute;
  content: "";
  display: block;
  margin: 0;
  width: 100%;
  height: 1px;
  background-color: #cdd6dd;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1019px) {
  .block-fee-appeal--amount::before {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.block-fee-appeal--amount .block-fee-appeal__item {
  padding: 10px 0;
  border-top: none;
}
.block-fee-appeal--amount .block-fee-appeal__item--multiline-text {
  padding: 12px 0;
}
.block-fee-appeal--amount .block-fee-appeal__item::before {
  z-index: 1;
  position: absolute;
  content: "";
  display: block;
  margin: 0;
  width: 100%;
  height: 1px;
  background-color: #cdd6dd;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1019px) {
  .block-fee-appeal--amount .block-fee-appeal__item::before {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.block-important-conductor {
  padding: 40px 30px;
  background-color: #f6f8f9;
}
.block-important-conductor .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.block-important-conductor .h3 {
  text-align: center;
  margin-bottom: 20px;
}

.block-content-lead .column__sm--06:nth-of-type(1) {
  padding-right: 15px;
}
@media screen and (max-width: 1019px) {
  .block-content-lead .column__sm--06:nth-of-type(1) {
    padding-right: 5px;
  }
}

.block-content-lead .column__sm--06:nth-of-type(2) {
  padding-left: 15px;
}
@media screen and (max-width: 1019px) {
  .block-content-lead .column__sm--06:nth-of-type(2) {
    padding-left: 5px;
  }
}

.block-content-lead .list-link-box {
  margin-bottom: 0;
}
.block-content-lead .list-link-box li a {
  min-height: 0;
}

.block-campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f6f8f9;
  padding: 40px 30px;
}
@media screen and (max-width: 1019px) {
  .block-campaign {
    padding: 40px 20px;
  }
}
.block-campaign .btn,
.block-campaign .btn-newtab {
  margin-bottom: 20px;
}
.block-campaign .btn br,
.block-campaign .btn-newtab br {
  display: none;
}
@media screen and (max-width: 375px) {
  .block-campaign .btn,
  .block-campaign .btn-newtab {
    text-align: center;
  }
  .block-campaign .btn br,
  .block-campaign .btn-newtab br {
    display: block;
  }
}
.block-campaign strong {
  margin-bottom: 10px;
}
.block-campaign strong br {
  display: none;
}
@media screen and (max-width: 375px) {
  .block-campaign strong {
    line-height: 1.4;
  }
  .block-campaign strong br {
    display: block;
  }
}
.block-campaign .link-group {
  min-width: none;
}
@media screen and (max-width: 1019px) {
  .block-campaign .link-group {
    width: 100%;
    justify-content: space-between;
  }
  .block-campaign .link-group .link-group__item {
    width: 48%;
    padding: 5px 0;
  }
}
.block-campaign .link-group .link-box:not(.link-box--horizontal) .link-box__inner {
  padding-top: 36px;
}
.block-campaign .link-group .link-box:not(.link-box--horizontal) .link-box__inner > span:first-child {
  height: 36px;
}
.block-campaign .link-group .link-box {
  display: flex;
  flex-direction: column;
  min-width: 154px;
  justify-content: flex-start;
  min-height: 120px;
  box-shadow: none;
}
.block-campaign .link-group .link-box > span {
  min-height: 30px;
}
.block-campaign .link-group .link-box img {
  margin-top: 0;
  width: 35px;
  min-height: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 1019px) {
  .block-campaign .link-group .link-box img {
    margin-bottom: 0;
  }
}
.block-campaign .link-group .link-box img.img-camera {
  height: 21px;
  width: 34px;
  background: none;
}
@media screen and (max-width: 1019px) {
  .block-campaign .link-group .link-box img.img-camera {
    width: 30px;
    height: 19px;
  }
}
.block-campaign .link-group .link-box img.img-bank {
  width: 29px;
  height: 27px;
}
@media screen and (max-width: 1019px) {
  .block-campaign .link-group .link-box img.img-bank {
    width: 26px;
    height: 25px;
  }
}
.block-campaign .link-group .link-box img.img-phone {
  width: 28px;
}
@media screen and (max-width: 1019px) {
  .block-campaign .link-group .link-box img.img-phone {
    width: 25px;
  }
}
.block-campaign .link-group .link-box .text-amount {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  word-break: break-all;
}
.block-campaign .link-group .link-box .text-amount span {
  font-size: 13px;
  font-weight: 400;
}
.block-campaign .link-group .link-box .text-link--icon {
  font-size: 15px;
  margin-top: 10px;
}
.block-campaign .link-group .link-box p {
  font-size: 16px;
  margin-bottom: -2px;
}
@media screen and (max-width: 1019px) {
  .block-campaign .link-group .link-box {
    width: 100%;
    min-width: auto;
    padding: 14px 7px;
  }
  .block-campaign .link-group .link-box p {
    line-height: 1.4;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .block-campaign .link-group .link-box {
    min-height: 120px;
    height: 100%;
  }
}

.block-mediation-branch {
  padding: 40px 30px;
  background-color: #f6f8f9;
}
.block-mediation-branch .column {
  align-items: flex-start;
}
@media screen and (max-width: 1019px) {
  .block-mediation-branch .column .column__xs--06 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1019px) {
  .block-mediation-branch .column .column__xs--06:nth-last-child(-n + 2) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1019px) {
  .block-mediation-branch .column {
    align-items: normal;
  }
}
.block-mediation-branch .h4 {
  line-height: 1.4;
  padding: 0;
}
@media screen and (max-width: 1019px) {
  .block-mediation-branch .h4 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.block-mediation-branch .btn,
.block-mediation-branch .btn-newtab {
  margin-bottom: 0;
  max-width: none;
}
.block-mediation-branch .link-icon,
.block-mediation-branch .list-link-box > li a,
.list-link-box > li .block-mediation-branch a,
.block-mediation-branch .link-bullet,
.block-mediation-branch .link-complex {
  max-width: none;
}
@media screen and (max-width: 1019px) {
  .block-mediation-branch {
    padding: 40px 20px;
  }
  .block-mediation-branch .column__xs--12 {
    margin-bottom: 20px;
  }
  .block-mediation-branch .column__xs--12:last-child {
    margin-bottom: 0;
  }
  .block-mediation-branch .btn,
  .block-mediation-branch .btn-newtab,
  .block-mediation-branch .link-icon,
  .block-mediation-branch .list-link-box > li a,
  .list-link-box > li .block-mediation-branch a,
  .block-mediation-branch .link-bullet,
  .block-mediation-branch .link-complex {
    max-width: none;
    margin-bottom: 10px;
  }
  .block-mediation-branch .btn,
  .block-mediation-branch .btn-newtab {
    font-size: 14px;
    padding: 8px 5px 7px;
  }
  .block-mediation-branch .link-icon,
  .block-mediation-branch .list-link-box > li a,
  .list-link-box > li .block-mediation-branch a,
  .block-mediation-branch .link-bullet,
  .block-mediation-branch .link-complex {
    margin-bottom: 0;
  }
}

.block-mix-content .card--wrap {
  background-color: #f6f8f9;
  height: 100%;
}
.block-mix-content .card--wrap .card__title {
  background-color: #2076c7;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
@media screen and (max-width: 1019px) {
  .block-mix-content .card--wrap .card__title {
    background: none;
    min-height: auto;
    padding-top: 40px;
    color: inherit;
  }
}
.block-mix-content .card--wrap .card__body {
  padding: 28px 20px 20px;
}
@media screen and (max-width: 1019px) {
  .block-mix-content .card--wrap .card__body {
    padding: 0 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.block-mix-content .card--wrap p {
  line-height: 1.4;
}
@media screen and (max-width: 1019px) {
  .block-mix-content .card--wrap p {
    width: 100%;
    text-align: center;
  }
}
.block-mix-content .card--wrap .link-icon,
.block-mix-content .card--wrap .list-link-box > li a,
.list-link-box > li .block-mix-content .card--wrap a,
.block-mix-content .card--wrap .link-bullet,
.block-mix-content .card--wrap .link-complex {
  margin-bottom: 16px;
}
.block-mix-content .card--wrap .flex-center {
  text-align: center;
}
.block-mix-content .card--wrap .list-asterisk {
  margin-top: 14px;
}
.block-mix-content .card--wrap .list-circle,
.block-mix-content .card--wrap .list-asterisk {
  margin-bottom: 15px;
}
@media screen and (max-width: 1019px) {
  .block-mix-content .card--wrap .list-circle,
  .block-mix-content .card--wrap .list-asterisk {
    margin-bottom: 0;
  }
}
.block-mix-content .card--wrap li a.text-link--icon {
  font-size: 14px;
  padding-right: 0;
  text-align: left;
}

.block-multi-button,
.block-interest-rate,
.block-fee-appeal,
.block-content-lead,
.block-single-button,
.block-campaign,
.block-mediation-branch,
.block-important-conductor,
.block-mix-content {
  margin-bottom: 20px;
}
.block-multi-button:last-child,
.block-interest-rate:last-child,
.block-fee-appeal:last-child,
.block-content-lead:last-child,
.block-single-button:last-child,
.block-campaign:last-child,
.block-mediation-branch:last-child,
.block-important-conductor:last-child,
.block-mix-content:last-child {
  margin-bottom: 0;
}

/* Block C Modules
======================================*/
.block-single-simulation {
  background-color: #f6f8f9;
  padding: 40px 30px;
}
.block-single-simulation .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.block-single-simulation .column .h3 {
  margin-bottom: 20px;
}
.block-single-simulation .column [class*="btn-"] {
  margin-bottom: 20px;
}
@media screen and (max-width: 1019px) {
  .block-single-simulation .column [class*="btn-"] {
    padding: 8px;
  }
}

.block-rate-appeal__updated-at {
  align-self: center;
}

.block-rate-appeal .column:first-child {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 1019px) {
  .block-rate-appeal .column:first-child {
    padding: 0;
  }
}

.block-rate-appeal .column .h2 {
  margin-bottom: 0;
}

.block-rate-appeal .column:nth-of-type(2) {
  margin-bottom: 30px;
}

@media screen and (max-width: 1019px) {
  .block-rate-appeal .column.flex-center {
    justify-content: flex-start;
  }
}

.block-rate-appeal .column .text-subtext {
  text-align: center;
}

.block-rate-appeal .ratebox__footer .text-number--rate {
  margin-bottom: 8px;
}

@media screen and (max-width: 1019px) {
  .block-rate-appeal .ratebox__footer {
    padding: 5px 5px 16px;
  }
  .block-rate-appeal .ratebox__footer .text-number--rate {
    margin-bottom: 4px;
  }
  .block-rate-appeal .link-icon--arrow,
  .block-rate-appeal .link-bullet {
    padding-right: 25px;
    max-width: none;
  }
}

.block-accordion .h2 {
  margin-bottom: 30px;
}

.block-accordion .accordion {
  width: 100%;
}
.block-accordion .accordion .accordion__item:last-child {
  border-bottom: 1px solid #b0bdcc;
}
@media screen and (max-width: 1019px) {
  .block-accordion .accordion .accordion__item:last-child {
    border-bottom: none;
    position: relative;
  }
  .block-accordion .accordion .accordion__item:last-child::before {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-color: #b0bdcc;
    bottom: 0;
    left: 0;
  }
}
.block-accordion .accordion .accordion__image {
  text-align: center;
  margin: 30px auto;
}
.block-accordion .accordion img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .block-accordion .accordion img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}

@media screen and (max-width: 1019px) {
  .block-accordion .accordion__item .accordion__label {
    padding: 14px 5px;
    border-top: none;
    position: relative;
  }
  .block-accordion .accordion__item .accordion__label::before {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-color: #b0bdcc;
    top: 0;
    left: 0;
  }
}

.block-accordion .accordion__item .accordion__label strong {
  line-height: 1.4;
  margin-right: 20px;
}

@media screen and (max-width: 1019px) {
  .block-accordion .accordion__item .accordion__body {
    padding: 0 5px 20px;
  }
}

.block-table .btn,
.block-table .btn-newtab {
  margin-top: 20px;
  margin-bottom: 5px;
}

.block-table .text-link {
  margin-top: 10px;
}

.block-table .text-warning,
.block-table .text-removed {
  margin-bottom: 0;
  margin-top: 10px;
}

@media screen and (max-width: 1019px) {
  .block-table .table--th-left {
    border-bottom: 1px solid #b0bdcc;
  }
}

@media screen and (max-width: 1019px) {
  .block-table .table--th-left tbody tr {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1019px) {
  .block-table .table--th-left tbody tr th {
    width: 100%;
    border-bottom: none;
    display: block;
    padding: 14px;
  }
}

@media screen and (max-width: 1019px) {
  .block-table .table--th-left tbody tr td {
    border-bottom: none;
    display: block;
    padding: 20px;
  }
}

.block-confirm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f6f8f9;
  padding: 40px 30px;
  margin-bottom: 80px;
}
.block-confirm .h3 {
  margin-bottom: 20px;
}

.block-slide-carousel .h3 {
  text-align: center;
  margin-bottom: 20px;
}

.block-slide-carousel-grey {
  background-color: #f6f8f9;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1019px) {
  .block-slide-carousel-grey {
    margin-left: -20px;
    margin-right: -20px;
  }
  .block-slide-carousel-grey .slider__prev {
    left: 35px;
  }
  .block-slide-carousel-grey .slider__next {
    right: 35px;
  }
}
.block-slide-carousel-grey .h3 {
  padding: 0 20px;
  line-height: 1.4;
}

@media screen and (max-width: 1019px) {
  .block-slide-carousel .card__image {
    height: 100%;
  }
}

@media screen and (max-width: 1019px) {
  .block-slide-carousel .card__image .img-fixed {
    height: 100%;
  }
}

.block-slide-carousel .slider--carousel-noheader-sm .toggle-show {
  display: flex !important;
}

@media screen and (max-width: 1019px) {
  .block-slide-carousel .slider--carousel-noheader-sm .slider__list {
    margin-right: 0;
  }
  .block-slide-carousel .slider--carousel-noheader-sm .slick-list {
    padding-left: 50px !important;
  }
}

.block-link-complex .link-complex {
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 1019px) {
  .block-link-complex .link-complex {
    max-width: none;
  }
}

.block-single-button,
.block-single-simulation,
.block-rate-appeal,
.block-app-info,
.block-accordion,
.block-table,
.block-confirm,
.block-slide-carousel,
.block-link-complex {
  margin-bottom: 20px;
}
.block-single-button:last-child,
.block-single-simulation:last-child,
.block-rate-appeal:last-child,
.block-app-info:last-child,
.block-accordion:last-child,
.block-table:last-child,
.block-confirm:last-child,
.block-slide-carousel:last-child,
.block-link-complex:last-child {
  margin-bottom: 0;
}

/* block D
======================================*/
.block-client-feedback .client-feedback__list {
  padding-top: 20px;
}
.block-client-feedback .client-feedback__list .client-feedback__item {
  padding: 34px 20px 20px;
  border: 1px solid #2076c7;
  margin-bottom: 40px;
  position: relative;
}
.block-client-feedback .client-feedback__list .client-feedback__item:last-child {
  margin-bottom: 0;
}
.block-client-feedback .client-feedback__list .client-feedback__item--female {
  border: 1px solid #f5b011;
}
.block-client-feedback .client-feedback__list .client-feedback__item .text-right {
  margin-top: 30px;
  color: #555;
}
@media screen and (max-width: 1019px) {
  .block-client-feedback .client-feedback__list .client-feedback__item .text-right {
    margin-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.block-client-feedback .client-feedback__list .client-feedback__item .extra-group--tag-icon {
  position: absolute;
  top: -20px;
}
@media screen and (max-width: 1019px) {
  .block-client-feedback .client-feedback__list .client-feedback__item {
    padding-top: 25px;
  }
  .block-client-feedback .client-feedback__list .client-feedback__item .extra-group--tag-icon {
    left: 7px;
  }
}

.faq-simple__list,
ul[class="faq-simple__list"] {
  font-size: 14px;
  margin-bottom: 20px;
}
.faq-simple__list:last-child,
ul[class="faq-simple__list"]:last-child {
  margin-bottom: 0;
}
.faq-simple__list > li {
  display: flex;
  flex-direction: column;
}
.faq-simple__list > li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b0bdcc;
}
@media screen and (max-width: 1019px) {
  .faq-simple__list > li,
  .faq-simple__list > li:not(:last-child) {
    border-bottom: none;
    position: relative;
  }
}
@media screen and (max-width: 1019px) {
  .faq-simple__list > li::before {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-color: #b0bdcc;
    bottom: 0;
    left: 0;
  }
  .faq-simple__list > li:last-child::before {
    display: none;
  }
}
.faq-simple__list > li:only-of-type {
  border-bottom: none;
}
.faq-simple__list > li:only-of-type::before {
  display: none;
}
.faq-simple__list .faq__question {
  margin-bottom: 14px;
}
.faq-simple__list .faq__answer,
.faq-simple__list .faq__question {
  position: relative;
  padding-left: 38px;
  padding-top: 5px;
}
.faq-simple__list .faq__answer::before,
.faq-simple__list .faq__question::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.faq-simple__list .faq__question::before {
  content: url(/common21/imgs/icon-faq-question.svg);
}
.faq-simple__list .faq__answer::before {
  content: url(/common21/imgs/icon-faq-answer.svg);
}
.block-faq-qa:not(:last-child) {
  margin-bottom: 40px;
}

.block-faq-accordion .faq-accordion__list .faq-accordion__item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #b0bdcc;
}
@media screen and (max-width: 1019px) {
  .block-faq-accordion .faq-accordion__list .faq-accordion__item {
    border-bottom: none;
    position: relative;
  }
}
@media screen and (max-width: 1019px) {
  .block-faq-accordion .faq-accordion__list .faq-accordion__item::before {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #b0bdcc;
    bottom: 0;
    left: 0;
  }
}
.block-faq-accordion .faq-accordion__list .faq-accordion__item:first-child {
  border-top: 1px solid #b0bdcc;
}
@media screen and (max-width: 1019px) {
  .block-faq-accordion .faq-accordion__list .faq-accordion__item:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 1019px) {
  .block-faq-accordion .faq-accordion__list .faq-accordion__item:first-child::after {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #b0bdcc;
    top: 0;
    left: 0;
  }
}
.block-faq-accordion .faq-accordion__list .faq-accordion__item.show .faq__answer {
  display: block;
}
.faq__question-title,
.step-box__ques,
.accordion__label-title {
  /* h5モジュールと同等のfont-size */
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.accordion__item:last-child {
  border-bottom: 1px solid #b0bdcc;
}

.block-faq-accordion--default .faq-accordion__list .faq__question {
  padding: 15px 40px;
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
  text-align: left;
}
.block-faq-accordion--default .faq-accordion__list .faq__question::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background: url(/common21/imgs/icon-faq-question.svg) center no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.block-faq-accordion--default .faq-accordion__list .faq__question [class*="icon-"] {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1019px) {
  .block-faq-accordion--default .faq-accordion__list .faq__question {
    padding: 15px 40px;
  }
  .block-faq-accordion--default .faq-accordion__list .faq__question [class*="icon-"] {
    right: 5px;
  }
}

.block-faq-accordion--default .faq-accordion__list .faq__question:hover {
  opacity: 0.7;
}

.block-faq-accordion--default .faq-accordion__list .faq__answer {
  font-size: 14px;
  font-weight: 400;
  padding: 15px 40px 30px;
  position: relative;
  display: none;
}
.block-faq-accordion--default .faq-accordion__list .faq__answer::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background: url(/common21/imgs/icon-faq-answer.svg) center no-repeat;
  background-size: contain;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 1019px) {
  .block-faq-accordion--default .faq-accordion__list .faq__question:hover {
    opacity: 1;
  }
  .block-faq-accordion--default .faq-accordion__list .faq__answer {
    padding: 15px 40px;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .block-faq-accordion--default .faq-accordion__list .faq__answer .faq__image {
    margin-left: -45px;
    margin-right: -30px;
  }
}

.block-faq-accordion--normal .faq-accordion__list .faq__question {
  padding: 15px 55px 15px 20px;
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
  text-align: left;
}
.block-faq-accordion--normal .faq-accordion__list .faq__question::before {
  content: "Q";
  position: absolute;
  font-size: 14px;
  top: 15px;
  left: 0;
  font-weight: 700;
}
.block-faq-accordion--normal .faq-accordion__list .faq__question [class*="icon-"] {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.block-faq-accordion--normal .faq-accordion__list .faq__question:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1019px) {
  .block-faq-accordion--normal .faq-accordion__list .faq__question {
    padding: 15px 40px 15px 25px;
  }
  .block-faq-accordion--normal .faq-accordion__list .faq__question::before {
    left: 5px;
  }
  .block-faq-accordion--normal .faq-accordion__list .faq__question [class*="icon-"] {
    right: 5px;
  }
}

.block-faq-accordion--normal .faq-accordion__list .faq__answer {
  font-size: 14px;
  font-weight: 400;
  padding: 0 55px 15px 20px;
  position: relative;
  display: none;
  margin-top: 0;
}
.block-faq-accordion--normal .faq-accordion__list .faq__answer::before {
  content: "A";
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 0;
  font-weight: 700;
}
@media screen and (max-width: 1019px) {
  .block-faq-accordion--normal .faq-accordion__list .faq__answer {
    padding-left: 25px;
  }
  .block-faq-accordion--normal .faq-accordion__list .faq__answer::before {
    left: 5px;
  }
}
@media screen and (max-width: 480px) {
  .block-faq-accordion--normal .faq-accordion__list .faq__answer .faq__image {
    margin-left: -20px;
    margin-right: 0;
  }
}

.block-faq-accordion--normal .faq-accordion__list .text-link--icon {
  margin-top: 10px;
}

.block-faq-accordion--normal .faq-accordion__list .faq__image {
  margin: 30px auto;
}

.block-image-zoom {
  padding: 40px 30px;
  background-color: #f6f8f9;
  text-align: center;
}
.column__sm--06 > .block-image-zoom {
  height: 100%;
}
.column--zoom-set-height {
  align-items: stretch;
}
.image-zoom__main {
  margin-top: 20px;
  text-align: left;
}
@media screen and (min-width: 1020px) {
  .column--zoom-set-height .h4.block-image-zoom--h4 {
    height: 4em;
  }
}
.block-image-zoom .h4 {
  padding: 0;
}
@media screen and (max-width: 1019px) {
  .block-image-zoom .h4 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.block-image-zoom .block-image-zoom__label {
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 20px;
}
.block-image-zoom .image-zoom__content {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.block-image-zoom .image-zoom__content button {
  background-color: transparent;
  border: none;
  padding: 0;
  display: block;
}
.block-image-zoom .image-zoom__content .js-zoom-image {
  max-width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.block-image-zoom .image-zoom__content .js-zoom-image:hover {
  opacity: 0.7;
}
.block-image-zoom .image-zoom__content .js-zoom-image img {
  margin: auto;
  max-width: 160px;
}
.block-image-zoom .text-link--icon {
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}
.block-image-zoom .modal .modal__dialog .modal__content {
  max-width: calc(100vw - 100px);
  width: auto;
  float: left;
  padding: 0;
}
.block-image-zoom .modal .modal__dialog .modal__content .modal__body {
  height: auto;
  max-height: calc(100vh - 100px);
}
.block-image-zoom .modal .modal__dialog .modal__content .modal__body img {
  max-width: calc(100vw - 100px);
  max-height: calc(100vh - 100px);
}
.block-image-zoom .modal .modal__dialog .modal__content .modal__body img::before {
  height: 100px;
  width: 100px;
  background-color: #fff;
}

.block-annotate .annotate__item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1019px) {
  .block-annotate .annotate__item {
    align-items: flex-start;
  }
}
.block-annotate .annotate__item--revert {
  flex-direction: row-reverse;
}
.block-annotate .annotate__item--revert .annotate__content::before {
  left: auto;
  right: -2px;
  transform: rotate(45deg) translate(0, -50%);
}
.block-annotate .annotate__item:last-child {
  margin-bottom: 0;
}

.block-annotate .annotate__image {
  max-width: 80px;
}
@media screen and (max-width: 1019px) {
  .block-annotate .annotate__image img {
    max-width: 60px;
  }
}

.block-annotate .annotate__content {
  border: 1px solid #b0bdcc;
  border-radius: 4px;
  width: calc(100% - 100px);
  padding: 18px 20px;
  position: relative;
}
.block-annotate .annotate__content::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #fff;
  border-top: 1px solid #b0bdcc;
  border-right: 1px solid #b0bdcc;
  left: -5px;
  top: 50%;
  transform: translate(0, -50%) rotate(-135deg);
}
.block-annotate .annotate__content p {
  line-height: 1.4;
}
.block-annotate .annotate__content .text-bold {
  margin-bottom: 7px;
}
@media screen and (max-width: 1019px) {
  .block-annotate .annotate__content {
    width: calc(100% - 80px);
  }
  .block-annotate .annotate__content::before {
    top: 30px;
  }
}

.speech-balloon {
  margin: 30px auto;
  max-width: 670px;
}

.speech-balloon--dialog {
  max-width: 880px;
}

.speech-balloon--dialog .speech-balloon__image {
  width: 80px;
}

.speech-balloon--dialog .speech-balloon__content-inner {
  margin-right: 100px;
}

.speech-balloon--dialog .speech-balloon__item--reverse .speech-balloon__content-inner {
  margin-left: 100px;
}

.speech-balloon--unidirectional .speech-balloon__content-inner {
  margin-right: 0;
}

.speech-balloon--unidirectional .speech-balloon__item--reverse .speech-balloon__content-inner {
  margin-left: 0;
}

.speech-balloon__item {
  display: flex;
  margin-bottom: 20px;
}

.speech-balloon__item:last-child {
  margin-bottom: 0;
}

.speech-balloon__item--reverse {
  flex-direction: row-reverse;
}

.speech-balloon__item--reverse .speech-balloon__content-inner {
  margin-left: 0;
  margin-right: 20px;
}

.speech-balloon__item--reverse .speech-balloon__content-inner::before {
  left: auto;
  right: -12px;
  transform: rotateZ(180deg) rotateX(180deg);
}

.speech-balloon__item--reverse .speech-balloon__content-inner::after {
  left: auto;
  right: -12px;
  transform: rotateZ(180deg) rotateX(180deg);
}

.speech-balloon__image {
  width: 112px;
}

.speech-balloon__image--circle img {
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}

.speech-balloon__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.speech-balloon__content-inner {
  background: #fff;
  border: 1px solid #b5b5b6;
  border-radius: 20px;
  padding: 15px 20px;
  margin-left: 20px;
  position: relative;
}

.speech-balloon__content-inner::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #b5b5b6 !important;
  clip-path: path("M12.2,15.1L.6,3.4C-.7,2.1,.2,0,2,0H13.9V1h-1.7V15.1Z");
  position: absolute;
  top: 10px;
  left: -12px;
}

.speech-balloon__content-inner::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  clip-path: path("M15,15.1V1H2c-.6,0-.9,.5-.9,.6,0,.1-.2,.6,.2,1.1L12.2,13.7v1.4h2.8Z");
  position: absolute;
  top: 10px;
  left: -12px;
}

.speech-balloon__content-inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 6px;
}

.speech-balloon__content-inner p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1019px) {
  .speech-balloon__image {
    width: 60px;
  }

  .speech-balloon--dialog .speech-balloon__image {
    width: 60px;
  }

  .speech-balloon--dialog .speech-balloon__item:not(.speech-balloon__item--reverse) .speech-balloon__content-inner {
    margin-right: 0;
  }

  .speech-balloon--dialog .speech-balloon__item--reverse .speech-balloon__content-inner {
    margin-left: 0;
  }
}

.block-multi-image {
  padding: 40px 30px;
  background-color: #f6f8f9;
}
.block-multi-image__description {
  text-align: center;
}
.block-multi-image [class^="column__"] {
  display: block;
  text-align: center;
}
.has-plusicon {
  width: 20px;
  height: 20px;
}
.block-multi-image--has-plusicon .column {
  align-items: center;
  justify-content: space-between;
}
.block-multi-image--has-plusicon .column__sm--04 {
  max-width: calc(33.3333% - 14px);
  width: auto;
}
.block-multi-image [class^="column__"] picture img {
  height: auto;
}
.block-multi-image [class^="column__"] img {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 1019px) {
  .block-multi-image {
    padding: 40px 20px;
  }
  .block-multi-image__description {
    text-align: left;
  }
  .block-multi-image [class^="column__"] {
    margin-bottom: 0;
  }
  .block-multi-image--has-plusicon [class^="column__"] {
    margin-bottom: 20px;
  }
  .block-multi-image--has-plusicon .column {
    flex-direction: column;
  }
  .block-multi-image .column__xs--04 {
    text-align: center;
  }
  .block-multi-image--has-plusicon .column__sm--04 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
  .has-plusicon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }
}

.accordion,
.block-client-feedback,
.block-faq,
.block-faq-accordion,
.block-image-zoom,
.block-annotate,
.block-multi-image {
  margin-bottom: 20px;
}
.accordion:last-child,
.block-client-feedback:last-child,
.block-faq:last-child,
.block-faq-accordion:last-child,
.block-image-zoom:last-child,
.block-annotate:last-child,
.block-multi-image:last-child {
  margin-bottom: 0;
}

.block-annotate.block-annotate-container {
  margin-top: 20px;
}
@media screen and (max-width: 1019px) {
  .block-annotate.block-annotate-container {
    margin-top: 40px;
  }
}

/* block E
======================================*/
@media screen and (max-width: 1019px) {
  .block-fee-appeal .fee-appeal__img {
    margin-bottom: 20px;
  }
}

.block-fee-appeal .extra-group--link {
  line-height: 1.4;
  margin-right: 30px;
}
@media screen and (max-width: 1019px) {
  .block-fee-appeal .extra-group--link {
    margin-left: 10px;
    margin-bottom: 20px;
  }
}

.block-fee-appeal .block-fee-appeal__list {
  padding: 20px 0;
  min-height: 94px;
}
@media screen and (max-width: 1019px) {
  .block-fee-appeal .block-fee-appeal__list {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.block-fee-appeal .block-fee-appeal__list .extra-group--items {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 700px;
}
.block-fee-appeal .block-fee-appeal__list .extra-group--items {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 700px;
}
.block-fee-appeal .block-fee-appeal__list .extra-group--items.content_end {
  justify-content: end;
}
@media screen and (max-width: 1019px) {
  .block-fee-appeal .block-fee-appeal__list .extra-group--items {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.block-fee-appeal .block-fee-appeal__list .extra-group--items .label-group--tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
@media screen and (max-width: 1019px) {
  .block-fee-appeal .block-fee-appeal__list .extra-group--items .label-group--tag {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
}
.block-fee-appeal .block-fee-appeal__list .extra-group--items .label-group--tag .label-task-badge {
  margin-bottom: 15px;
}
@media screen and (max-width: 1019px) {
  .block-fee-appeal .block-fee-appeal__list .extra-group--items .label-group--tag .label-task-badge {
    margin-bottom: 10px;
  }
}
.block-fee-appeal .block-fee-appeal__list .extra-group--items .label-group--tag .label-task-blue {
  line-height: 1.4;
}

.block-fee-appeal__item .fee-appeal__img {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  padding-right: 40px;
  justify-content: center;
  align-items: center;
}

.block-fee-appeal__wrapper {
  margin-top: -30px;
  margin-bottom: 60px;
}
.block-fee-appeal__wrapper .block-fee-appeal__list:first-child {
  padding-top: 30px;
  border-top: 0;
}

.block-store-list {
  display: flex;
  justify-content: space-around;
  max-width: 630px;
  margin: 30px 0;
}
@media screen and (max-width: 1019px) {
  .block-store-list {
    width: 100%;
  }
}
@media screen and (max-width: 1019px) {
  .block-store-list .icon-aeon {
    width: 64px;
  }
}
@media screen and (max-width: 1019px) {
  .block-store-list .icon-aeonmall {
    width: 37px;
  }
}
@media screen and (max-width: 1019px) {
  .block-store-list .icon-maxvalue {
    width: 69px;
  }
}
@media screen and (max-width: 1019px) {
  .block-store-list .icon-maruetsu {
    width: 44px;
  }
}
@media screen and (max-width: 1019px) {
  .block-store-list .icon-inageya {
    width: 36px;
  }
}
@media screen and (max-width: 1019px) {
  .block-store-list .icon-daiei {
    width: 54px;
  }
}

.text-note-block {
  margin-bottom: 30px;
}

.sp-cta .group__name {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 60px 20px;
}

.cta-accordion {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 5;
}
.cta-accordion.active {
  display: block !important;
  animation: fadein-cta 0.5s;
}
.cta-accordion__header {
  background-color: #e8f1f9;
  border-top: solid 1px #adadad;
  width: 100%;
  min-height: 55px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  font-family: "Hiragino Sans", sans-serif;
}
.cta-accordion__header .header__label {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 9px 30px 9px 14px;
  justify-content: center;
  align-items: center;
  border: none;
  color: #2076c7;
  cursor: pointer;
  background-color: #e8f1f9;
}
.cta-accordion__header .header__label::after {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 10px;
  content: "";
  transition: 0.2s 0s all ease-in-out;
  transform: rotate(0) translateY(-50%);
  background: url(/common21/imgs/icon-arrow.svg) no-repeat center;
  background-size: contain;
}
.cta-accordion__header .header__label span.sub-title {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.cta-accordion__header .active::after {
  transform: rotate(180deg) translateY(50%);
}
.cta-accordion__header .header__link-contact {
  width: 50%;
}
.cta-accordion__header .header__link-contact a {
  width: 100%;
  height: 100%;
  padding: 9px 30px 9px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  border: none;
  background-color: #2076c7;
  color: white;
}
.cta-accordion__header .header__link-contact a span.icon-arrow--right {
  position: absolute;
  right: 14px;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%);
}
.cta-accordion__header .header__link-contact a span.icon-arrow--right::before {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  color: #fff;
}
.cta-accordion__body {
  padding-left: 15px;
  padding-right: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #e8f1f9;
  height: fit-content;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px !important;
}
.cta-accordion__body .title {
  margin-top: 10px;
  text-align: center;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #2e2e2e;
}
.cta-accordion__body .desc {
  padding: 0 15px;
  margin-top: 10px;
  text-align: center;
}
.cta-accordion__body .image-point {
  margin-top: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cta-accordion__body .image-point picture {
  width: 100%;
}
.cta-accordion__body .image-point picture img {
  width: 100%;
}
.cta-accordion__body .image-point .text-caption-example {
  position: absolute;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.cta-accordion__body .image-point__banner {
  margin-left: -10px;
  margin-right: -10px;
  max-width: 335px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cta-accordion__body .button-group {
  margin-top: 0;
}
.cta-accordion__body .button-group .btn,
.cta-accordion__body .button-group .btn-newtab,
.cta-accordion__body .button-group .btn-caption {
  margin-top: 20px;
}
.cta-accordion__body .button-group--icon {
  margin-top: 40px;
}
.cta-accordion__body .button-group--small {
  margin-top: 40px;
}
.cta-accordion__body .button-group--small .btn,
.cta-accordion__body .button-group--small .btn-newtab {
  max-width: 162px;
}
.cta-accordion__body .button-group--small .column .column__xs--06:nth-child(even) .btn,
.cta-accordion__body .button-group--small .column .column__xs--06:nth-child(even) .btn-newtab {
  margin-left: 0;
}
.cta-accordion__body .button-group--small .column .column__xs--06:nth-child(odd) .btn,
.cta-accordion__body .button-group--small .column .column__xs--06:nth-child(odd) .btn-newtab {
  margin-right: 0;
}
.cta-accordion__body .button-group--link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.cta-accordion .show {
  display: block;
}
.cta-accordion__footer {
  background-color: #e8f1f9;
  display: none;
}
.cta-accordion__footer .button-group--close .btn-close {
  opacity: 1 !important;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  margin-top: 0;
  align-items: center;
}

/* Block Components Module
======================================*/
.block-h2,
.block-h3,
.block-h4,
.block-h5 {
  margin-bottom: 20px;
}

.block-h2 {
  margin-top: 48px;
}

.block-h3 {
  margin-top: 30px;
}

.block-h4 {
  margin-top: 20px;
}

.block-h5 {
  margin-top: 20px;
}

.column .block-h2,
.column .block-h3,
.column .block-h4,
.column .block-h5 {
  margin-top: 20px;
}

.block-inner {
  margin-top: 20px;
  margin-bottom: 20px;
}
.block-inner:only-child {
  margin-top: 0;
}

.block-inner-large {
  margin-top: 48px;
  margin-bottom: 48px;
}
.block-inner-large:only-child {
  margin-top: 0;
}

.block-inner-btn {
  margin-top: 20px;
  margin-bottom: 30px;
}
.block-inner-btn:only-child {
  margin-top: 0;
}

.block-inner-banner {
  margin-top: 30px;
  margin-bottom: 30px;
}
.block-inner-banner:only-child {
  margin-top: 0;
}

/* Image Text Component
======================================*/
.image-text-columns .column {
  margin-bottom: 20px;
}
.image-text-columns .column::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  margin: 20px auto 0;
  border-bottom: 1px solid #e0e5e9;
}
@media screen and (max-width: 1020px) {
  .image-text-columns .column::after {
    width: calc(100% - 10px);
  }
  .image-text-columns .column__xs--03 img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.image-text-columns .column:last-child::after {
  display: none;
}
.image-text-columns .tags {
  margin: 12px 0 16px;
}

.image-text-columns .image-colums-box {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-text-columns .image-colums-box-bg {
  border: none;
  background-color: #eff7ff;
}

.image-text-columns .image-colums-box img {
  max-width: 140px;
}

/* Information Image+text
======================================*/
.image-text-card {
  margin-bottom: 20px;
}
.image-text-card:last-child {
  margin-bottom: 0;
}
.image-text-card__item {
  display: block;
  padding: 20px;
  padding-left: 0;
  border-bottom: 1px solid #b0bdcc;
  position: relative;
}
.image-text-card__item p {
  line-height: 1.4;
}
.image-text-card__item:first-child {
  border-top: 1px solid #b0bdcc;
}
.image-text-card__item .column {
  margin-bottom: 0;
}
.image-text-card__item .badge {
  vertical-align: sub;
}
.image-text-card__item .category-badge {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.image-text-card__item .icon-arrow--right {
  position: absolute;
  right: 5px;
  top: calc((100% - 12px) / 2);
  font-size: 12px;
  width: 15px;
}
.image-text-card__item img {
  width: 100%;
}
@media screen and (max-width: 1019px) {
  .image-text-card__item .column > [class^="column__"] {
    margin-bottom: 0;
  }
}

/* 記事のおさらい
======================================*/
.bg_review {
  background-color: #f6f8f9;
}
.review_columns {
  overflow: hidden;
  margin: 20px 0;
  padding: 20px;
  font-size: 14px;
}
.review_columns .review_title {
  font-size: 20px;
  font-weight: 700;
}
.review_columns dl {
  margin: 10px 0 20px;
}
.review_columns dl:last-child,
.review_columns dl dd:last-child {
  margin-bottom: 0 !important;
}
.review_columns dl dt {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
.review_columns dl dt::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #2076c7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7em;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
}
.review_columns dl dd {
  margin: 10px 0 20px 18px;
}
.review_columns dl dd ul {
  margin: 10px 0 10px 18px;
}

/* Profile
======================================*/
.profile-columns {
  position: relative;
  margin-bottom: 30px;
}

.profile-columns > .column {
  margin-top: 0;
}

.profile-columns .column::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  margin: 20px auto 0;
  border-bottom: 1px solid #e0e5e9;
}
@media screen and (max-width: 1020px) {
  .image-text-columns .column::after {
    width: calc(100% - 10px);
  }
}

.profile-columns .column::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  margin: 20px auto 0;
  border-bottom: 1px solid #e0e5e9;
}
@media screen and (max-width: 1020px) {
  .image-text-columns .column::after {
    width: calc(100% - 10px);
  }
}

.profile-columns__label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 5px;
  margin-bottom: 0;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.8;
  color: #98a6b5;
}

.profile-columns__label::before {
  content: "";
  background: url("/common21/imgs/icon-quotation.svg") no-repeat center center;
  background-size: contain;
  height: 12px;
  width: 10px;
  display: inline-block;
  margin-right: 8px;
}

.profile-column__image {
  width: 33.3333%;
}
@media screen and (min-width: 1020px) {
  .profile-column__image {
    width: 20%;
  }
}

.profile-column__image img {
  width: 100%;
}

.profile-column__text {
  width: 66.6667%;
}
@media screen and (min-width: 1020px) {
  .profile-column__text {
    width: 80%;
  }
}

.profile-column__text .text-box {
  margin-top: 8px;
}

.profile-column__text .author-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

.column > [class^="profile-column__"] {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}

/* Service Component
======================================*/
.service-columns {
  margin-bottom: 20px;
}
.service-columns:last-child {
  margin-bottom: 0;
}
.service-columns .service-column::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  margin: 20px auto 0;
  border-bottom: 1px solid #e0e5e9;
}
@media screen and (max-width: 1020px) {
  .service-columns .service-column::after {
    width: calc(100% - 10px);
  }
}
.service-columns .service-column:last-child::after {
  display: none;
}
.service-column-left__textWrap {
  border: 1px solid #e0e5e9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  height: auto;
  text-align: center;
}
.service-column-left__text {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.service-column-left__imgWrap {
  border: 1px solid #e0e5e9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  height: auto;
}
.service-column-left__img {
  max-width: 250px;
  max-height: 56px;
}
@media screen and (max-width: 1020px) {
  .service-column-left__img {
    max-width: 288px;
    max-height: 64px;
  }
}

/* Circle Image Text Card Component
======================================*/
.circle-image-text-card,
.square-image-text-card,
.square-image-text-card--vertical {
  display: flex;
  justify-content: center;
}
.circle-image-text-card .circle-image-text-card__item,
.square-image-text-card .square-image-text-card__item,
.square-image-text-card--vertical .square-image-text-card__item {
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .circle-image-text-card .circle-image-text-card__item,
  .square-image-text-card .square-image-text-card__item {
    text-align: left;
    margin-bottom: 30px;
  }
  .square-image-text-card--vertical .square-image-text-card__item {
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e5e9;
  }
}
.circle-image-text-card .circle-image-text-card__item-link,
.square-image-text-card .square-image-text-card__item-link,
.square-image-text-card--vertical .square-image-text-card__item-link {
  display: inline-block;
  width: 100%;
}
.column__bgc {
  text-align: center;
  border-radius: 4px;
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.column__bgc--yellow {
  background-color: #ffc700;
}
.square-image-text-card--vertical .column__bgc .imgWrap__img {
  max-height: 100px;
}
@media screen and (max-width: 1020px) {
  .circle-image-text-card .circle-image-text-card__item-link,
  .square-image-text-card .square-image-text-card__item-link {
    display: flex;
  }
  .square-image-text-card--vertical .square-image-text-card__body {
    display: flex;
  }
  .column__bgc {
    text-align: center;
    border-radius: 4px;
    min-height: 143px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.circle-image-text-card .imgWrap,
.square-image-text-card .imgWrap,
.square-image-text-card--vertical .imgWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 1020px) {
  .circle-image-text-card .imgWrap,
  .square-image-text-card .imgWrap {
    align-items: flex-start;
    max-width: 80px;
    margin-right: 8px;
    margin-bottom: 0;
  }
}
.circle-image-text-card .imgWrap__img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
.square-image-text-card .imgWrap__img,
.square-image-text-card--vertical .imgWrap__img {
  width: auto;
  height: auto;
  max-height: 100px;
}
@media screen and (max-width: 1020px) {
  .circle-image-text-card .imgWrap__img {
    width: 80px;
    height: 80px;
  }
  .square-image-text-card .imgWrap__img {
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
  }
  .square-image-text-card--vertical .imgWrap__img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
  }
}
.square-image-text-card--bgc .imgWrap {
  height: 140px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto 16px;
}
.square-image-text-card--bgc .imgWrap--blue {
  background-color: #e8f1f9;
}
.square-image-text-card--bgc .imgWrap__img {
  max-height: 100px;
}
@media screen and (max-width: 1020px) {
  .square-image-text-card--bgc .imgWrap {
    max-width: 130px;
    height: 130px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .square-image-text-card--bgc .imgWrap__img {
    max-width: 100%;
    max-height: 100px;
  }
  .square-image-text-card--bgc .imgWrap {
    margin: 0 8px 0 0;
  }
}
.circle-image-text-card .textWrap,
.square-image-text-card .textWrap,
.square-image-text-card--vertical .textWrap {
  flex: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1020px) {
  .circle-image-text-card .textWrap,
  .square-image-text-card .textWrap {
    margin-right: 8px;
    margin-bottom: 0;
  }
}
.circle-image-text-card .iconWrap,
.square-image-text-card .iconWrap,
.square-image-text-card--vertical .iconWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.circle-image-text-card .icon-down,
.square-image-text-card .icon-down,
.square-image-text-card--vertical .icon-down {
  flex-basis: 22px;
}

.img-anchor-col {
  margin-left: 0;
  margin-right: 0;
}
.img-anchor-col > [class^="column__"] {
  padding-left: 0;
  padding-right: 0;
}
.img-anchor-col__box {
  display: block;
  border: #cdd6dd 1px solid;
  position: relative;
  padding: 20px 24px 34px;
}
.img-anchor-col__box::before {
  content: url("/common21/imgs/icon-arrow-right-blue.svg");
  display: block;
  width: 12px;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 6px);
  transform: rotate(90deg);
  line-height: 0;
}
.img-anchor-col__item:not(:last-child) .img-anchor-col__box {
  border-right: 0;
}
.img-anchor-col__img {
  text-align: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 1019px) {
  .img-anchor-col > [class^="column__"] {
    margin-bottom: 0;
  }
  .img-anchor-col__box {
    padding: 12px 40px 12px 24px;
    display: flex;
    align-items: center;
  }
  .img-anchor-col__box::before {
    content: url("/common21/imgs/icon-arrow-right-blue.svg");
    display: block;
    width: 12px;
    position: absolute;
    top: calc(50% - 6px);
    bottom: auto;
    left: auto;
    right: 24px;
    transform: rotate(90deg);
    line-height: 0;
  }
  .img-anchor-col__item:not(:last-child) .img-anchor-col__box {
    border-right: #cdd6dd 1px solid;
    border-bottom: 0;
  }
  .img-anchor-col__img {
    width: 68px;
    margin-bottom: 0;
    margin-right: 14px;
  }
  .img-anchor-col__text {
    flex: 1;
  }
}

/* Anchor Button Component
======================================*/
.anchor-button-wrapper {
  margin-bottom: 20px;
}
.anchor-button-wrapper .btn__caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2px;
}
.anchor-button-wrapper .btn__label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2px;
}

/* Service BoxTitle Column
======================================*/
@media screen and (max-width: 1020px) {
  .service-boxTitle-column .column__sm--03 {
    margin-bottom: 30px;
  }
}
.service-boxTitle-column .service-boxTitle-column__item-head {
  height: 116px;
  padding: 20px 16px;
  margin-bottom: 16px;
  border: 1px solid #e0e5e9;
  border-radius: 4px;
}
@media screen and (max-width: 1020px) {
  .service-boxTitle-column .service-boxTitle-column__item-head {
    height: 100%;
  }
}
.service-boxTitle-column .service-boxTitle-column__item-title {
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1020px) {
  .service-boxTitle-column .service-boxTitle-column__item-title {
    font-size: 20px;
  }
}
.service-boxTitle-column .service-boxTitle-column__item-text {
  line-height: 1.4;
}

/* Service Box Column
======================================*/
.service-box-column .service-box-column__item {
  height: 100%;
  padding: 20px 16px;
  border: 1px solid #e0e5e9;
  border-radius: 4px;
}
@media screen and (max-width: 1020px) {
  .service-box-column .service-box-column__item {
    padding: 20px 10px;
  }
}

/* Service Box Column2
======================================*/
.column.service-box-column2 > [class^="column__"] {
  padding-top: 16px;
}
.column.service-box-column2 > [class^="column__"]:nth-child(odd) {
  padding-right: 8px;
}
.column.service-box-column2 > [class^="column__"]:nth-child(even) {
  padding-left: 8px;
}
.service-box-column2 .service-box-column2__item {
  height: 100%;
  padding: 24px 30px;
  background-color: #f6f8f9;
  border: none;
  border-radius: 4px;
}
.service-box-column2 .service-box-column2__item-title {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
}
.service-box-column2 .service-box-column2__item-subtitle {
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}
.service-box-column2 .service-box-column2__item-text {
  line-height: 1.6;
}
@media screen and (max-width: 1019px) {
  .column.service-box-column2 > [class^="column__"] {
    margin-bottom: 0;
  }
}

/* Step-Icon-Anchor+Step-Icon-InText
======================================*/
.head-icon {
  max-width: 18px;
  margin-right: 0;
  margin-top: -0.3em;
}

/* Service Card Component(Image + Text)
======================================*/
.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e0e5e9;
  border-radius: 4px;
}
.service-card--height-auto {
  height: auto;
}
.service-card__top-img,
.service-card__top-img-auto {
  flex-grow: 0;
  width: 100%;
  min-height: 0%;
}
.service-card__top-img-auto {
  text-align: center;
}
.service-card .service-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 30px 16px 20px;
}
.service-card .service-card__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}
.service-card .service-card__text {
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 1020px) {
  .service-card .service-card__body {
    padding: 30px 10px 20px;
  }
}

.lifeplan-card-column,
.lifeplan-card-column p {
  line-height: 1.4;
}
.lifeplan-card-column .text-primary {
  line-height: 1;
}

/* Operation card Component
======================================*/
.operation-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.operation-card .operation-card__body {
  flex-grow: 1;
  margin-bottom: 20px;
  width: 100%;
}
.operation-card .operation-card__body_c {
  text-align: center;
}
.operation-card .operation-card__body_c p {
  text-align: left;
}
.operation-card .operation-card__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.operation-card .operation-card__text {
  line-height: 1.4;
  text-align: left;
}
.operation-card .operation-card__bottom-img {
  width: auto;
  flex-grow: 0;
  min-height: 0%;
}

/* Redirect Template
======================================*/
.redirect-box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding-top: 80px;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 1020px) {
  .redirect-box {
    height: auto;
    padding-top: 136px;
    padding-bottom: 108px;
  }
}
.redirect-box__title .h1 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}
.redirect-box__desc {
  margin-top: 10px;
}
@media screen and (min-width: 1020px) {
  .redirect-box__title .h1 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .redirect-box__desc {
    margin-top: 10px;
  }
}
.redirect-box__desc p {
  text-align: center;
}
.redirect-box__link {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1020px) {
  .redirect-box__link {
    margin-top: 20px;
  }
}
.redirect-box__link + .redirect-box__link {
  margin-top: 20px;
}
.redirect-box__close {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.redirect-box__close .btn-close {
  margin-top: 0;
}

/* Page 404 Template
======================================*/
.page-404-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 1020px) {
  .page-404-box {
    padding-left: 140px;
    padding-right: 140px;
  }
}
.page-404-box__title .h1 {
  font-size: 28px;
  text-align: center;
  justify-content: center;
}
.page-404-box__title--en .h1 {
  font-weight: bold;
}
.page-404-box__sub-title {
  margin-top: 16px;
}
.page-404-box__sub-title .sub-title {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (max-width: 1019px) {
  .page-404-box__sub-title .sub-title {
    font-size: 16px;
  }
}
.page-404-box__sub-title .sub-title--jp {
  font-weight: bold;
  font-family: "Hiragino Sans", sans-serif;
}
.page-404-box__sub-title .sub-title--en {
  font-weight: 700;
  font-family: "Helvetica Neue", sans-serif;
}
.page-404-box__desc {
  margin-top: 40px;
}
.page-404-box__list {
  margin-top: 35px;
}
.page-404-box__list .list-circle__item {
  margin-bottom: 10px;
}
.page-404-box__list .text-haslink a {
  text-decoration: none !important;
}
.page-404-box__list .list-circle__item:last-child {
  margin-bottom: 0;
}
.page-404-box__form-search {
  margin-top: 30px;
  background-color: #f6f8f9;
  padding: 20px;
}
@media screen and (min-width: 1020px) {
  .page-404-box__form-search {
    margin-top: 40px;
    padding: 30px 40px 30px 30px;
  }
}
.page-404-box__form-search .form-group {
  width: 100%;
  display: inline-flex;
  position: relative;
}
.page-404-box__form-search .form-group .form-input {
  height: 35px;
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0 40px 0 14px;
  font-size: 14px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1020px) {
  .page-404-box__form-search .form-group .form-input {
    height: 40px;
    padding: 0 14px;
  }
}
.pagebox__form-search .form-group .form-input::placeholder {
  color: #666;
}
.page-404-box__form-search .form-group .form-input::placeholder {
  color: #666;
}
.page-404-box__form-search .form-group .form-submit {
  width: 125px;
  margin-left: 20px;
  flex-direction: row;
}
.page-404-box__form-search .form-group .form-submit:hover {
  opacity: 0.7;
  cursor: pointer;
}
.page-404-box__form-search .form-group .form-submit-sp {
  position: absolute;
  height: 16px;
  width: 16px;
  right: 14px;
  top: 10px;
}
.page-404-box__note {
  margin-top: 40px;
}

/* Shop Details
======================================*/
.page--shop-details .box-group--alert .text-link--icon {
  font-size: 14px;
}

@media screen and (max-width: 1019px) {
  .page--shop-details .accordion {
    margin-left: auto;
    margin-right: auto;
  }
}

.page--shop-details .accordion .accordion__item:last-child {
  border-bottom: 1px solid #b0bdcc;
}

.page--shop-details .accordion .accordion__body .btn--anchor {
  margin-bottom: 40px;
}
.page--shop-details .accordion .accordion__body .btn--anchor:last-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 1019px) {
  .page--shop-details .accordion .accordion__body .btn--anchor {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .page--shop-details .accordion .accordion__body .btn--anchor:last-child {
    margin-bottom: 10px;
  }
}

.page--shop-details .accordion .accordion__body .btn-newtab {
  margin-bottom: 30px;
}
@media screen and (max-width: 1019px) {
  .page--shop-details .accordion .accordion__body .btn-newtab {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.page--shop-details .accordion .d-flex {
  margin-bottom: 20px;
}

@media screen and (max-width: 1019px) {
  .page--shop-details .block-h1 .box-group {
    margin-left: 0;
    margin-right: 0;
  }
}

.page--shop-details .block-h2 .btn,
.page--shop-details .block-h2 .btn-newtab {
  font-size: 18px;
}

.page--shop-details .block-h2 .table--th-left-switch {
  margin-bottom: 40px;
}
.page--shop-details .block-h2 .table--th-left-switch td {
  width: auto;
}
.page--shop-details .block-h2 .table--th-left-switch:nth-of-type(2) {
  margin-bottom: 20px;
}

.page--shop-details .block-h2 .list-circle {
  margin-bottom: 0;
}
.page--shop-details .block-h2 .list-circle .list-circle__item {
  margin-bottom: 10px;
}

.page--shop-details .block-h2 .column__group--video-01 {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 14px;
}

.page--shop-details .block-h2 .btn--accent {
  margin: 40px auto;
}
@media screen and (max-width: 1019px) {
  .page--shop-details .block-h2 .btn--accent {
    margin: 30px auto;
  }
}

.page--shop-details .block-h2 [class*="btn--"] {
  max-width: 335px;
}

@media screen and (max-width: 1019px) {
  .page--shop-details .block-h2 .link-icon--arrow,
  .page--shop-details .block-h2 .link-bullet {
    width: 100%;
    max-width: none;
  }
}

.page--shop-details .container--map.sp-visible iframe {
  margin-bottom: 15px;
}

.page--shop-details p .text-link--icon {
  font-size: 14px;
}

.page--shop-details .box-group--border .box-group__desc {
  margin-bottom: 0;
}

.page--shop-details .box-group--border .list-asterisk__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1019px) {
  .page--shop-details .box-group--border {
    margin-right: 0;
    margin-left: 0;
  }
}

/* Search modules
======================================*/
.search__box {
  background-color: #f6f8f9;
  padding: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.search__box .column {
  display: flex;
  flex-direction: row;
  margin: 0 0 20px;
}
@media screen and (max-width: 1019px) {
  .search__box .column {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.search__box .column .search__box--left {
  width: 100%;
}
.search__box .column .search__box--left .input-search-box {
  width: 100%;
  border: none;
  font-size: 14px;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1019px) {
  .search__box .column .search__box--left .input-search-box {
    padding-right: 35px;
  }
}
@media screen and (max-width: 1019px) {
  .search__box .column .search__box--left {
    width: 100%;
    position: relative;
  }
}
.search__box .column .search__box--right {
  width: 240px;
  background: #fff;
  height: 40px;
}
.search__box .column .search__box--right .select-search-box {
  width: 100%;
  height: 40px;
  border: none;
  font-size: 14px;
  padding-left: 14px;
  padding-right: 35px;
  background-color: #fff;
}
@media screen and (max-width: 1019px) {
  .search__box .column .search__box--right {
    margin-top: 20px;
    width: 100%;
  }
}
.search__box .column input.btn-search-box {
  width: 160px;
  min-height: 40px;
  cursor: pointer;
  line-height: normal;
  padding: 6px;
  white-space: normal;
}
.search__box .column input.btn-search-box:hover {
  opacity: 0.7;
}
.search__box .column input.btn-search-box.sp-visible {
  background: url(/common21/imgs/icon-search-sp.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  height: 15px;
  width: 15px;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  box-shadow: none;
  border: none;
}
.search__box .column.search__box-submit {
  margin: 0;
}

.search__box--link .search__box--item {
  padding: 0 10px;
  position: relative;
  font-weight: 400;
  color: #adadad;
}
.search__box--link .search__box--item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background-color: #dde3e7;
  right: 0;
  top: -1px;
}
.search__box--link .search__box--item-active {
  color: #2076c7;
  font-weight: 400;
}
.search__box--link .search__box--item:first-child {
  padding-left: 0;
}
.search__box--link .search__box--item:last-child {
  padding-right: 0;
}
.search__box--link .search__box--item:last-child::after {
  content: none;
}

ul.search__box--result-list {
  margin-bottom: 20px;
}
@media screen and (max-width: 1019px) {
  .search__box--result-list {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

.search__box--result-list .search__box--result-item {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #b0bdcc;
  padding: 30px 10px;
  padding-left: 0;
}
@media screen and (max-width: 1019px) {
  .search__box--result-list .search__box--result-item {
    padding: 20px;
  }
}
.search__box--result-list .search__box--result-item:last-child {
  border-bottom: 1px solid #b0bdcc;
}
.search__box--result-list .search__box--result-item .text-link--icon {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1019px) {
  .search__box--result-list .search__box--result-item .text-link--icon {
    -webkit-line-clamp: 2;
  }
}
.search__box--result-list .search__box--result-item .search__box--link-title {
  position: relative;
  padding-right: 30px;
  display: inherit;
}
.search__box--result-list .search__box--result-item .search__box--link-title .icon-arrow--right {
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translate(0, 50%);
}
.search__box--result-list .search__box--result-item .search__box--link-title:hover .icon-arrow--right {
  opacity: 0.7;
}
.search__box--result-list .search__box--result-item .column {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 30px 5px 0;
}
@media screen and (max-width: 1019px) {
  .search__box--result-list .search__box--result-item .column {
    margin: 20px 0 10px;
  }
}
.search__box--result-list .search__box--result-item .column .search__box--result-image {
  width: 188px;
}
.search__box--result-list .search__box--result-item .column .search__box--result-image img {
  height: auto;
}
@media screen and (max-width: 1019px) {
  .search__box--result-list .search__box--result-item .column .search__box--result-image {
    width: 80px;
  }
}
.search__box--result-list .search__box--result-item .column .search__box--result-body {
  width: calc(100% - 188px);
  padding-left: 20px;
}
@media screen and (max-width: 1019px) {
  .search__box--result-list .search__box--result-item .column .search__box--result-body {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
  .search__box--result-list .search__box--result-item .column .search__box--result-body .search__box--result-content {
    margin-bottom: 0;
  }
}
.search__box--result-list .search__box--result-item .search__box--result-link {
  word-break: break-all;
  color: #2076c7;
  font-size: 13px;
}

#menu-all-module {
  position: fixed;
  top: 50%;
  width: 300px;
  right: -300px;
  z-index: 9999;
  background-color: #fff;
  transform: translate(0, -50%);
  max-height: calc(100vh - 40px);
  transition: 0.3s right ease-in-out;
}
#menu-all-module.show {
  right: 20px;
}
#menu-all-module.show .module-menu__button {
  display: none;
}
#menu-all-module .module-menu__button {
  height: 40px;
  width: 40px;
  border: 1px solid #2076c7;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  background-color: #2076c7;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#menu-all-module .module-menu__button .module-menu__line {
  height: 1px;
  width: 25px;
  margin-bottom: 5px;
  background-color: #fff;
}
#menu-all-module .module-menu__button .module-menu__line:last-child {
  margin-bottom: 0;
}
#menu-all-module ul {
  padding: 30px 30px 30px 40px;
  border: 1px solid #2076c7;
  border-radius: 3px;
  overflow: auto;
  max-height: calc(100vh - 40px);
}
#menu-all-module ul li {
  list-style: none;
}
#menu-all-module ul li a {
  position: relative;
  color: #555;
  word-break: break-word;
}
#menu-all-module ul li a::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-left: 1px solid #2076c7;
  border-top: 1px solid #2076c7;
  left: -18px;
  transform: rotate(135deg);
  top: 5px;
}
#menu-all-module ul li a.active {
  color: #2076c7;
}
#menu-all-module ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fafafa;
}
#menu-all-module ul::-webkit-scrollbar {
  width: 6px;
  background-color: #fafafa;
}
#menu-all-module ul::-webkit-scrollbar-thumb {
  background-color: #c7c7c7;
}

.cam .card-group {
  flex-flow: wrap;
}
.cam .card-group__item {
  width: 50%;
  margin-bottom: 20px;
}
.cam .card-group__item .card__title {
  font-size: 20px;
}
.cam .card-group__item .card__image {
  display: table;
}
.cam .card-group__item .card__link {
  margin-top: 20px;
}
.cam .card-group__item .card__link a {
  font-weight: 700;
}
@media screen and (max-width: 1019px) {
  .cam .card-group__item {
    width: 100%;
  }
}
.cam--ended .block-reasons-select__images {
  position: relative;
}
.cam--ended .block-reasons-select__images img {
  filter: brightness(0.5);
}
.cam--ended .block-reasons-select__images .text-middle {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-box-list:not(:last-child) {
  margin-bottom: 20px;
}
.step-box-list__wrap {
  position: relative;
}
.step-box-list__wrap:not(:last-child)::after {
  content: "";
  background-image: url(/common21/imgs/step-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 50%;
  bottom: -20px;
  transform: translateX(50%);
  width: 20px;
  height: 12px;
}
.step-box-list__wrap:not(:last-child) {
  margin-bottom: 28px;
}
.step-box-list--contents .step-box-list__wrap:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 35px;
}
.step-box-list--contents .step-box-list__wrap:not(:last-child)::after {
  bottom: 0;
}
.step-box-list--contents .step-box-list__wrap:not(:last-child)::before {
  content: "";
  background-image: url(/common21/imgs/step-dotted.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 50%;
  bottom: 22px;
  transform: translateX(50%);
  width: 100%;
  height: 4px;
}
.step-box-list__item {
  position: relative;
  display: block;
}
.step-box-list__item:not(:last-child) {
  margin-bottom: 10px;
}
.step-box-list__item--anchor::before {
  content: "";
  background-image: url(/common21/imgs/icon-arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 50%;
  right: 10px;
  transform: translate(0, 50%) rotate(90deg);
}
.step-box-list__item--no-step {
  background-color: #f6f8f9;
}
.step-box-list__item-head {
  display: block;
  padding: 10px;
  border: 1px solid #cdd6dd;
  width: 100%;
}
.step-box-list__item--content .step-box-list__item-head {
  border: none;
  border-top: 1px solid #cdd6dd;
}
.step-box-list__item .extra-group--tag-icon {
  display: block;
}
.step-box-list__item .extra-group--tag-icon:not(:last-child) .label-group .label {
  margin-bottom: 8px;
}
.step-box-list__item-step {
  color: #2076c7;
}
.step-box-list__item-title {
  margin-bottom: 0;
}
.step-box-list__item-title,
.step-box-list__item-step {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
}
.step-box-list__item-sub {
  width: 100%;
}
.step-box-list__item-text {
  display: inline;
  font-size: 16px;
}
.step-box-list__item-text--regular {
  font-weight: 500;
}
.step-box-list__item-text--bold {
  font-weight: 700;
}
.step-box-list__item--content:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (min-width: 1020px) {
  .step-box-list__item-step {
    margin-right: 1em;
  }
  .step-box-list__item-label {
    width: 155px;
  }
  .step-box-list__item-head {
    padding-right: 35px;
    display: flex;
    align-items: center;
  }
  .step-box-list__item .extra-group--tag-icon .label-group .label {
    margin-bottom: 0;
  }
  .step-box-list__item .extra-group--tag-icon .label-group .label:not(:last-child) {
    margin-bottom: 8px;
  }
  .step-box-list__item-textarea {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .step-box-list__item-text:not(:last-child) {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 1019px) {
  .step-box-list--contents .step-box-list__wrap:not(:last-child) {
    padding-bottom: 45px;
  }
  .step-box-list__item-head {
    display: block;
  }
  .step-box-list__item .extra-group--tag-icon .label-group {
    text-align: center;
  }
  .step-box-list__item .extra-group--tag-icon .label-group .label {
    margin-right: 0;
  }
  .step-box-list__item-step,
  .step-box-list__item-title {
    text-align: center;
  }
  .step-box-list__item-title:not(:last-child) {
    margin-bottom: 14px;
  }
  .step-box-list__item-text {
    text-align: center;
    display: block;
  }
}

.step-emphasis {
  margin-top: -6px;
}

.step-emphasis > [class^="column__"] {
  padding-top: 26px;
}

.step-emphasis--img {
  margin-top: -26px;
}

.step-emphasis__box {
  padding: 65px 30px 38px;
  background: #f6f8f9;
  position: relative;
  height: 100%;
}

.step-emphasis__box > *:last-child {
  margin-bottom: 0;
}

.step-emphasis__tip {
  color: #2076c7;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step-emphasis--no-title .step-emphasis__box {
  padding: 60px 30px 38px;
}

.step-emphasis--no-title .step-emphasis__tip {
  color: #222;
  font-size: 20px;
  font-weight: bold;
}

.step-emphasis--no-title .step-emphasis__tip::before {
  bottom: -22px;
}

.step-emphasis--img .step-emphasis__box {
  padding: 30px;
}

.step-emphasis__img {
  margin-bottom: 14px;
  text-align: center;
}

.step-emphasis__tip::before {
  content: "";
  background: #2076c7;
  display: block;
  width: 35px;
  height: 3px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.step-emphasis__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 1019px) {
  .step-emphasis {
    margin-top: 0;
  }

  .step-emphasis > [class^="column__"] {
    padding-top: 15px;
  }

  .step-emphasis--img {
    margin-top: 0;
  }

  .step-emphasis--img > [class^="column__"] {
    padding-top: 0;
  }
}

.step-emphasis-line {
  margin-top: -10px;
}

.step-emphasis-line > [class^="column__"] {
  padding-top: 45px;
}

.step-emphasis-line__box {
  padding: 46px 28px 28px;
  background: #fff;
  border: 4px solid #f5f5f5;
  position: relative;
  height: 100%;
}

.step-emphasis-line__tip {
  color: #2076c7;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step-emphasis-line__img {
  margin-bottom: 14px;
  text-align: center;
}

.step-emphasis-line__icon-image {
  width: 64px;
}

.step-emphasis-line__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 12px;
  color: #2076c7;
}

@media screen and (max-width: 1019px) {
  .step-emphasis-line > [class^="column__"] {
    padding-top: 26px;
  }
}

/* step-emphasis-column
======================================*/

.step-emphasis-column {
  background-color: #f6f8f9;
  padding: 30px;
}

.step-emphasis-column .step-emphasis-column__item {
  display: flex;
  margin-bottom: 20px;
}

.step-emphasis-column .step-emphasis-column__item:last-child {
  margin-bottom: 0;
}

.step-emphasis-column .step-emphasis-column__imgWrap {
  width: 184px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8fbae3;
  padding: 20px 0;
}

.step-emphasis-column .step-emphasis-column__imgWrap img {
  width: 150px;
}

.step-emphasis-column .step-emphasis-column__textWrap {
  width: calc(100% - 184px);
  background-color: #fff;
  padding: 25px 30px;
}

.step-emphasis-column .step-emphasis-column__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.step-emphasis-column .step-emphasis-column__text {
  margin-bottom: 16px;
}

.step-emphasis-column .step-emphasis-column__link {
  margin-bottom: 0;
}

@media screen and (max-width: 1019px) {
  .step-emphasis-column {
    padding: 20px;
  }

  .step-emphasis-column .block-topic {
    padding: 12px 10px;
  }

  .step-emphasis-column .campaign-title {
    font-size: 18px;
  }

  .step-emphasis-column .step-emphasis-column__item {
    display: block;
  }

  .step-emphasis-column .step-emphasis-column__imgWrap {
    width: auto;
    padding: 5px 0;
  }

  .step-emphasis-column .step-emphasis-column__textWrap {
    width: auto;
    padding: 20px;
  }
}

.index-info {
  padding: 30px;
  background: #f1f1f1;
  margin: 30px 0;
}

.index-info__title {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 12px;
}

.index-info__anchor-list {
  margin-bottom: 20px;
}

.index-info__anchor-list:last-child {
  margin-bottom: 0;
}

.index-info__anchor-list-item {
  margin-top: 4px;
  margin-bottom: 4px;
}

.index-info__anchor-list-item:last-child {
  margin-bottom: 0;
}

.index-info__anchor-list-item .index-info__anchor-list {
  padding-left: 20px;
}

.index-info__anchor {
  display: inline-block;
  color: #2076c7;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.index-info__anchor::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 2px;
  border-radius: 50%;
  background: #222;
}

@media screen and (max-width: 1019px) {
  .index-info {
    padding: 20px;
  }
}

.five-items:not(:last-child) {
  margin-bottom: 20px;
}
.five-items__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.five-items__content-cricle-wrap,
.five-items__content-square-wrap {
  background-color: #000;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  flex: none;
  overflow: hidden;
  position: relative;
}
.five-items__content-square-wrap {
  width: auto;
  height: auto;
  border-radius: 0;
}
.five-items__content-cricle-wrap--in-image,
.five-items__content-square-wrap--in-image {
  background-color: inherit;
}

.five-items__content-circle-text {
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: 100%;
  transform: translate(50%, 50%);
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
}
.five-items__content-circle-text--small {
  font-size: 24px;
}
.five-items__content-circle-sup {
  font-size: 12px;
  margin-top: 8px;
  display: block;
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
}
.five-items__content-textarea {
  width: 100%;
}
.five-items__content-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (max-width: 1019px) {
  .five-items__content:nth-child(odd) .five-items__content-cricle-wrap,
  .five-items__content:nth-child(odd) .five-items__content-square-wrap {
    margin-left: 10px;
  }
  .five-items__content:nth-child(even) .five-items__content-cricle-wrap,
  .five-items__content:nth-child(even) .five-items__content-square-wrap {
    margin-right: 10px;
  }
  .five-items__content:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .five-items__content-textarea {
    max-width: 165px;
    width: 49.2%;
  }
  .five-items__content:not(:last-child) {
    margin-bottom: 10px;
  }
  .five-items__content-image--square {
    max-width: 160px;
    max-height: 160px;
  }
}
@media screen and (min-width: 1020px) {
  .five-items,
  .five-items--square {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
  .five-items__content {
    flex-direction: column;
    max-width: 290px;
    width: 33.3333%;
    margin: 0 20px 0 0;
  }
  .five-items__content:nth-child(3n) {
    margin-bottom: 35px;
  }
  .five-items__content:last-child {
    margin-bottom: 0;
  }
  .five-items__content:nth-child(3n),
  .five-items__content:last-child {
    margin-right: 0;
  }
  .five-items__content-image--square {
    width: auto;
    height: auto;
    max-height: 100px;
  }
  .five-items__content-cricle-wrap,
  .five-items__content-square-wrap {
    margin: 0 auto 16px;
  }
}
.earliest-wrap:not(:last-child) {
  margin-bottom: 20px;
}
.earliest {
  width: 100%;
  padding-bottom: 22px;
  position: relative;
  text-align: center;
}
.earliest-text {
  display: block;
  margin: auto;
  font-size: 24px;
  color: #e3215a;
  font-weight: bold;
}
.earliest::before,
.earliest::after {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
.earliest::before {
  background-image: url(/common21/imgs/earliest-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  width: 20px;
  height: 12px;
}
.earliest::after {
  background-image: url(/common21/imgs/earliest-dotted.svg);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 4px;
  bottom: 20px;
}
.catchcopy_box {
  width: 100%;
  background: #e8f1f9;
  padding: 40px 20px;
  text-align: center;
  margin: 20px auto;
}
.catchcopy_box .strong-col__contents-title {
  width: 66.6667%;
  margin: 0 auto;
}
@media screen and (max-width: 1019.9px) {
  .catchcopy_box .strong-col__contents-title {
    width: 100%;
    margin: 0 auto;
  }
}

.catchcopy_box_strong {
  width: 100%;
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
  margin: 20px auto;
}
@media screen and (max-width: 1019.9px) {
  .catchcopy_box_strong {
    text-align: left;
  }
  .catchcopy_box_strong .block-topic__title {
    font-size: 16px;
  }
}
.monex_middleBtn_cv_topMargin {
  margin-top: 45px;
}
@media screen and (max-width: 1019px) {
  .monex_middleBtn_cv_topMargin {
    margin-top: 0;
  }
}
.catchcopy_box_strong_bgnone {
  width: 100%;
  background: #fff;
  padding: 0 20px;
  text-align: center;
  margin: 20px auto;
}
@media screen and (max-width: 1019.9px) {
  .catchcopy_box_strong_bgnone .block-topic__title {
    font-size: 16px;
  }
}

.sns-list,
ul[class^="sns-list"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -20px -10px 20px;
}
.sns-list:last-child,
ul[class^="sns-list"]:last-child {
  margin-bottom: 0;
}
.sns-list__item {
  padding: 20px 15px 0;
}
.sns-list__image {
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1019px) {
  .sns-list__image {
    max-width: 70px;
    max-height: 70px;
  }
}
@media screen and (max-width: 1019px) {
  ul.sbi_navilist {
    border-top: none !important;
  }
  ul.sbi_navilist li {
    padding-left: 15px;
  }
}

/* Header HLD_Karikae, HLD_Kariire
====================================== */
.header--hld__box {
  width: 100%;
  border-bottom: 1px solid #b0bdcc;
}
.header--hld {
  position: static;
  height: 73px;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.header--hld .header--hld__icon {
  width: 276px;
  margin-left: 12%;
}
.header--hld .header--hld__icon #hld-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
}
.header--hld .header--hld__btn {
  width: 222px;
  margin-right: 12%;
}
.header--hld .header--hld__btn .header--hld__btn-link {
  width: 100%;
  max-height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  color: #fff;
  flex-direction: column;
  border-width: 2px;
  border-style: solid;
  opacity: 1;
  line-height: 1.4;
  padding: 15px 20px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  background-color: #0e819a;
  border-color: #0e819a;
}
@media screen and (max-width: 1019px) {
  .header--hld {
    height: 60px;
    padding: 0;
  }
}
.header--hld .header--hld__icon #hld-logo:hover,
.header--hld .header--hld__btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 1019px) {
  .header--hld .header--hld__icon {
    width: 40%;
    max-width: 276px;
    margin-left: 5%;
  }
  .header--hld .header--hld__icon #hld-logo {
    max-width: 276px;
  }
  .header--hld .header--hld__btn {
    width: 40%;
    max-width: 222px;
    margin-right: 5%;
  }
  .header--hld .header--hld__btn .header--hld__btn-link {
    font-size: 13px;
    padding: 2px;
    text-decoration: none;
  }
  .header--hld .header--hld__icon #hld-logo:hover {
    opacity: 1;
  }
}

/* monex button
===================================== */
.btn.btn--monex,
.btn--monex.btn-newtab,
.btn--monex.btn-caption {
  background-color: #ffc700;
  border-color: #ffc700;
  color: #333333;
}

@media print {
  .header__top-menu,
  .header__container__column--left nav,
  .header__container__column--right,
  .breadcrumb,
  .top-header-banner,
  .simple-footer,
  .footer,
  #synalio-iframe,
  .pc-hidden,
  .sp-visible {
    display: none !important;
  }

  .header.header--scroll {
    position: relative !important;
    top: auto !important;
  }

  .wrapper--scroll {
    padding-top: 0 !important;
  }

  body {
    background-color: #fff;
  }
}


