@charset "UTF-8";
@keyframes showAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hideAni {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes showAniAccordion {
  0% {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity     .1s linear, visibility  .1s linear;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transition: opacity     .1s linear .1s, visibility  .1s linear .1s;
  }
}

@keyframes hideAniAccordion {
  0% {
    opacity: 1;
    visibility: visible;
    transition: opacity     .1s linear .1s, visibility  .1s linear .1s;
  }
  100% {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity     .1s linear, visibility  .1s linear;
  }
}

@keyframes arrow-icon-expand {
  0% {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@keyframes arrow-icon-collapse {
  0% {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

[data-func="open-detail"] [data-role="arrow"] i {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-func="open-detail"][data-expand="false"] [data-role="arrow"] i {
  animation: arrow-icon-collapse 0.2s 1;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-func="open-detail"][data-expand="true"] [data-role="arrow"] i {
  animation: arrow-icon-expand 0.2s 1;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@keyframes showAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hideAni {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes showAniAccordion {
  0% {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity     .1s linear, visibility  .1s linear;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transition: opacity     .1s linear .1s, visibility  .1s linear .1s;
  }
}

@keyframes hideAniAccordion {
  0% {
    opacity: 1;
    visibility: visible;
    transition: opacity     .1s linear .1s, visibility  .1s linear .1s;
  }
  100% {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity     .1s linear, visibility  .1s linear;
  }
}

@keyframes arrow-icon-expand {
  0% {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@keyframes arrow-icon-collapse {
  0% {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

[data-func="open-detail"] [data-role="arrow"] i {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-func="open-detail"][data-expand="false"] [data-role="arrow"] i {
  animation: arrow-icon-collapse 0.2s 1;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-func="open-detail"][data-expand="true"] [data-role="arrow"] i {
  animation: arrow-icon-expand 0.2s 1;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.text-color--white {
  color: #ffffff !important;
}

.text-color--main {
  color: #bf0000 !important;
}

.text-color--font {
  color: #424242 !important;
}

.text-color--link {
  color: #006ea7 !important;
}

a.text-color--link:hover {
  color: #bf0000 !important;
}

.text-color--red {
  color: #cc0000 !important;
}

.bg-white {
  background: #ffffff;
}

.bg-natural {
  background: #eeeeee;
  border-top: 5px solid #bf0000;
  border-bottom: 5px solid #bf0000;
}

.bg-darkgray {
  background: #4d4d4d;
}

.bg-red {
  background: #bf0000;
}

.bg-red--g {
  background: linear-gradient(130deg, #bf0000 38%, #930a0a 111%);
}

@keyframes showAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hideAni {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes showAniAccordion {
  0% {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity     .1s linear, visibility  .1s linear;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transition: opacity     .1s linear .1s, visibility  .1s linear .1s;
  }
}

@keyframes hideAniAccordion {
  0% {
    opacity: 1;
    visibility: visible;
    transition: opacity     .1s linear .1s, visibility  .1s linear .1s;
  }
  100% {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity     .1s linear, visibility  .1s linear;
  }
}

@keyframes arrow-icon-expand {
  0% {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@keyframes arrow-icon-collapse {
  0% {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

[data-func="open-detail"] [data-role="arrow"] i {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-func="open-detail"][data-expand="false"] [data-role="arrow"] i {
  animation: arrow-icon-collapse 0.2s 1;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-func="open-detail"][data-expand="true"] [data-role="arrow"] i {
  animation: arrow-icon-expand 0.2s 1;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@keyframes showAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hideAni {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes showAniAccordion {
  0% {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity     .1s linear, visibility  .1s linear;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transition: opacity     .1s linear .1s, visibility  .1s linear .1s;
  }
}

@keyframes hideAniAccordion {
  0% {
    opacity: 1;
    visibility: visible;
    transition: opacity     .1s linear .1s, visibility  .1s linear .1s;
  }
  100% {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity     .1s linear, visibility  .1s linear;
  }
}

@keyframes arrow-icon-expand {
  0% {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@keyframes arrow-icon-collapse {
  0% {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

[data-func="open-detail"] [data-role="arrow"] i {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-func="open-detail"][data-expand="false"] [data-role="arrow"] i {
  animation: arrow-icon-collapse 0.2s 1;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-func="open-detail"][data-expand="true"] [data-role="arrow"] i {
  animation: arrow-icon-expand 0.2s 1;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.text-link--lead {
  position: relative;
  font-size: 14px;
  padding-left: 22px;
}

.text-link--lead i {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  margin: auto 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}

.text-link--lead i {
  top: 0;
  bottom: 0;
  left: 0;
}

.text-link--behind {
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.text-link--behind i {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  margin: auto 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}

.text-link--behind i {
  top: 5px;
  right: 0;
  width: 8px;
  height: 18px;
  background-image: url(/shared/images/icon/arrow.svg);
}

.panel-links .col {
  width: 49%;
}

.panel-links__item {
  flex-basis: 0;
  flex-grow: 1;
  position: relative;
  display: block;
  max-width: 100%;
}

.link-list .col {
  width: 50%;
}

.link-list {
  padding: 20px 20px 0;
}

.link-list li {
  margin-top: 10px;
}

@media screen and (max-width: 599px) {
  .link-list li:first-child {
    margin-top: 0;
  }
}

.link-list li .btn {
  position: relative;
  height: 50px;
  padding: 0 10px 0 42px;
  background-position: 24px 50%;
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-image: url(/shared/images/icon/user.svg);
  text-align: center;
  font-size: 14px;
}

.link-list li .btn:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.link-list li .btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}

.link-list li .btn i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
}

.easy-menu {
  border-bottom: 1px solid #bf0000;
  overflow: hidden;
  zoom: 1;
  list-style-type: none;
  padding: 0;
  background-image: none;
}

.easy-menu li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

.easy-menu li {
  float: left;
  width: 50%;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.easy-menu li:first-child {
  border-right: 1px solid #bf0000;
}

.easy-menu li:first-child a:before {
  background-image: url(/shared/images/icon/question.svg);
}

.easy-menu li a {
  display: block;
  position: relative;
  padding: 9px 20px 9px 40px;
  font-size: 12px;
  color: #424242;
  height: 5em;
  text-align: center;
}

.easy-menu li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  width: 20px;
  height: 20px;
  background-image: url(/shared/images/icon/info.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.easy-menu li a:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  vertical-align: middle;
}

.easy-menu li a span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
}

.link {
  position: relative;
  padding-right: 32px;
  font-weight: 500;
  text-decoration: none;
}

.link__active {
  font-weight: bold;
  background: #000 !important;
  color: #ffffff !important;
}

.link__active:before {
  display: none !important;
}

.link__active:hover {
  color: #424242 !important;
}

.link [data-role="arrow"] {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  height: 1em;
}

.link [data-role="arrow"] i {
  color: #006ea7;
  font-size: 1em;
}

.link.d-block {
  padding: 8px 32px 8px 0;
}

.link.d-block:after {
  top: 0;
  bottom: 0;
}

.anchor-wrap {
  background: #686f81;
  text-align: center;
}

.anchor-wrap a {
  display: inline-block;
}

.anchor-wrap a:after {
  right: 0;
}

.anchor-wrap a {
  color: #ffffff;
}

.anchor-wrap a:after {
  border-color: #ffffff;
}

@media (min-width: 768px) {
  .anchor-wrap {
    display: none;
  }
}

.anchor {
  position: relative;
  display: block;
  padding: 8px 16px 8px 24px;
  font-weight: normal;
  text-decoration: none;
}

.anchor:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 8px;
  right: 16px;
  width: 1em;
  height: 1em;
  margin: auto;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal 1em rex-icon;
  content: "\F127";
  color: #bdbdbd;
}

.anchor:after {
  top: 0;
  bottom: 2px;
}

.modal {
  display: none;
}

@media (max-width: 767px) {
  .modal {
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .modal.show {
    display: block;
  }
  .modal__inner {
    position: absolute;
    right: 20px;
    left: 20px;
  }
  .modal__inner.short {
    top: 50%;
    bottom: 0;
  }
  .modal__inner.long {
    top: 10px;
    bottom: 80px;
  }
  .btn-secondary {
    background: #0098d1;
    border-radius: 2px;
    color: #ffffff;
  }
  .flow-num:before {
    left: -50px;
  }
  .flow-num:after {
    left: -12px;
  }
  .flow-figure li {
    margin-bottom: 0;
  }
  /* modal */
  /*--------------------------------------------
  Modal window (Require: jquery.leanModal.min.js)
  --------------------------------------------*/
  /* Background - behind the window */
  #lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
  }
  .modal-box {
    margin: 0;
    border-radius: 3px;
    background: #ffffff;
    background-size: 100% auto;
    position: relative;
  }
  .modal-box__close {
    position: absolute;
    top: 0;
    right: 0;
  }
  .modal-box__close a {
    display: block;
    padding: 10px;
  }
  .modal-box__close a:after {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(/shared/images/icon/close-black.svg) 0 0 no-repeat;
    background-size: auto;
  }
  .modal-box__close.icon-white a:after {
    background: url(/shared/images/icon/close-white.svg) 0 0 no-repeat;
  }
  .modal-box__head {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
  }
  .modal-box__head p {
    color: #ffffff;
  }
  .modal-box__scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .modal-box__scroll .modal-box__inner {
    overflow-y: scroll;
  }
  .modal-box__inner {
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .modal-box__head {
    background: #FB990E;
    color: #ffffff;
    padding: 20px 10px 10px;
  }
  .modal-box__head .modal-box__title {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
  }
  .modal-box__head .modal-box__title:before, .modal-box__head .modal-box__title:after {
    position: absolute;
    top: -2px;
    content: "";
    width: 1px;
    height: 15px;
  }
  .modal-box__head .modal-box__title:before {
    left: -12px;
    border-left: 1px solid #ffffff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .modal-box__head .modal-box__title:after {
    right: -12px;
    border-right: 1px solid #ffffff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .modal-box__head ul {
    list-style-type: none;
    padding: 0;
    background-image: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justyfy;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 260px;
    margin: 0 auto;
  }
  .modal-box__head ul li {
    list-style-image: url("/shared/images/t.gif");
    list-style-type: none;
    background-image: none;
  }
  .modal-box__head ul li {
    margin-bottom: 0;
    position: relative;
    -webkit-box-flex: 1.0;
    flex: 1;
    z-index: 10;
  }
  .modal-box__head li .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 10px;
    line-height: 50%;
    color: #bf0000;
    background-color: #ffffff;
    letter-spacing: normal;
    text-align: center;
    font-size: 10px;
  }
  .modal-box__head li .circle:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .modal-box__head li .circle div {
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
  }
  .modal-box__head li .circle span {
    font-size: 14px;
  }
}

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

.vertical-menu--btn {
  width: 100%;
  margin-left: 10px;
  position: relative;
  display: block;
  padding: 8px 0;
  background: #ECECEC;
  color: #424242;
  font-size: 1.1em;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.vertical-menu--btn__main {
  background: #bf0000;
  color: #ffffff;
}

.vertical-menu--btn:first-child {
  margin-left: 0;
}

.vertical-menu__01 .vertical-menu--btn {
  display: flex;
}
.vertical-menu__01 .vertical-menu--btn i {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  margin: auto;
  color: #bf0000;
  font-size: 4rem;
  height: 4rem;
}
.vertical-menu--btn i.img {
  width: 40px;
}
.vertical-menu--btn i.img img {
  width: 100%;
  display: block;
  margin-top: 6px;
}
.vertical-menu__01 .vertical-menu--btn .text {
  text-align: left;
  width: 70%;
  padding-left: 1em;
}
.vertical-menu__01 .vertical-menu--btn .text span {
  display: inline-block;
}
.vertical-menu__02 .vertical-menu--btn {
  /* padding-top: 50px; */
}
.vertical-menu__02 .vertical-menu--btn i {
  display: block;
  /* position: absolute;
  top: 10px;
  right: 0;
  left: 0; */
  margin: auto;
  color: #bf0000;
  font-size: 3.5rem;
}

.vertical-menu--btn span {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
}

.vertical-menu--btn .icon-login {
  display: block;
  content: "";
  width: 13px;
  height: 14px;
  position: absolute;
  right: 8px;
  top: 5px;
  left: inherit;
  margin: 0;
  background-image: url(/shared/images/icon/login-gray.svg);
  background-position: 0 0;
  background-size: cover;
}

.vertical-menu--btn .icon-arrow {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 8px;
  top: 5px;
  left: inherit;
  margin: 0;
  background-image: url(/shared/images/icon/arrow_normal.svg);
  background-position: 0 0;
  background-size: cover;
}

.vertical-menu--btn__img {
  padding: 0;
}

.vertical-menu--btn__img:before {
  display: none;
}

.vertical-menu--btn__img img {
  width: 100%;
}

.vertical-menu--btn__img span {
  position: relative;
  width: 100%;
  padding: 10px;
  text-align: left;
}

.vertical-menu--btn__img .icon-login {
  top: inherit;
  bottom: 11px;
  margin: auto 0;
}

.ttl-3 {
  margin-bottom: 10px;
  padding-left: 10px;
  color: #0277bd;
  font-size: 14px;
  border-left: 2px solid #ffbc26;
  font-weight: 700;
}

.ballon {
  position: relative;
  width: 100%;
  padding: 10px 8px;
  margin: 0 auto -4px;
  color: #bf0000;
  background: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 500;
}

.ballon * {
  vertical-align: middle;
}

.ballon:before, .ballon:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  display: block;
  border: 6px solid transparent;
}

.ballon:before {
  bottom: -14px;
}

.ballon:after {
  bottom: -15px;
  border-top: 9px solid #ffffff;
}

.ballon__under {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #9b9b9b;
  padding: 10px;
  margin: 0 auto 16px;
  color: #bf0000;
  z-index: 500;
}

@media (min-width: 768px) {
  .ballon__under {
    font-size: 2rem;
  }
}

.ballon__under * {
  vertical-align: middle;
}

.ballon__under:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  display: block;
  border: 6px solid transparent;
}

.ballon__under:before {
  bottom: -20px;
  border-top: 12px solid #9b9b9b;
}

.main-top-container {
  position: relative;
}

div#str-container {
  padding: 0 10px;
}

#jack-contents a {
  display: block;
}

#jack-contents img {
  display: block;
}

#jack-contents #jack-left,
#jack-contents #jack-right {
  display: none;
}

#jack-left {
  position: absolute;
  top: 0;
  left: 0;
}

/*#jack-left.fixed {
  position: fixed;
  top: 0;
  left: 0;
}*/
#jack-right {
  position: absolute;
  top: 0;
  right: 0;
}

/*#jack-right.fixed {
  position: fixed;
  top: 0;
  right: 0;
}*/
.jack-button-close,
.jack-button-close:link,
.jack-button-close:visited {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 18px;
  padding: 1px 0;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 10px;
  line-height: 1;
  font: 16px/100% arial, sans-serif;
  text-decoration: none;
  text-align: center;
  color: #515151;
}

.jack-8 .jack-button-close,
.jack-8 .jack-button-close:link,
.jack-8 .jack-button-close:visited {
  position: absolute;
  top: 2px;
  right: 17px;
  width: 14px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  line-height: 1;
  font: 14px/100% arial, sans-serif;
  text-decoration: none;
  text-align: center;
  color: #35a235;
}

.jack-8 #jack-right .jack-button-close {
  right: 0;
  left: 17px;
}

#jack-right .jack-button-close {
  right: 0;
  left: -10px;
}

body.jack-bk {
  background-repeat: no-repeat;
  background-position: 50% 0 !important;
}

#jack-popup {
  width: 600px;
  height: 400px;
  animation: popup 2s steps(3);
  background-position: 0 100%;
  overflow: hidden;
}

@keyframes popup {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}

.jack-modal-content {
  position: fixed;
  display: none;
  z-index: 9999;
  width: 600px;
  height: 400px;
  margin: 0;
  background: #fff;
}

.jack-modal-content p {
  margin: 0;
  padding: 0;
}

.jack-modal-overlay {
  z-index: 9998;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.jack-modal-open {
  color: #00f;
  text-decoration: underline;
}

.jack-modal-open:hover {
  cursor: pointer;
  color: #f00;
}

.jack-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #00f;
  text-decoration: underline;
}

.jack-modal-close:hover {
  cursor: pointer;
  color: #f00;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

header.g_header,
header#header-apply-btn {
  border-bottom: none;
}

[class$="--slider"] {
  display: block;
}

[class$="--slider"] ul {
  list-style-type: none;
  padding: 0;
  background-image: none;
}

[class$="--slider"] ul li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

@media (max-width: 767px) {
  #main-contents {
    overflow: hidden;
    width: 100%;
  }
}

#top-important .top_info {
  padding: 12px 15px;
  border: 1px solid #bf0000;
  font-size: 0.8rem;
}

#top-important .top_info .main .time {
  float: left;
  margin-right: 0.5rem;
  font-size: 10px;
  color: #9b9b9b;
}

#top-important .top_info .main strong {
  font-size: 14px;
  color: #0277bd;
  font-weight: normal;
}

#top-important p {
  margin-bottom: 0.5rem;
  overflow: hidden;
  margin-top: 10px;
  font-weight: 400;
}

#top-important a {
  color: #000000;
  display: block;
  margin-left: 80px;
}

#top-important h2 {
  margin: 0;
  font-size: 12px;
  color: #bf0000;
  font-weight: 500;
}

.top-important {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .top-important {
    min-height: 160px;
  }
}

@media (min-width: 768px) {
  .top-important-info {
    float: left;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .top-important-info.new {
    float: none;
    width: auto;
  }
  .section__header__title.title--middle.d-inline-block.hidden--sp {
    display: block!important;
  }
}

@media (min-width: 768px) {
  .top-important-info {
    padding-right: 400px;
  }
}

.top-important-info ul {
  list-style-type: none;
  padding: 0;
  background-image: none;
  margin-bottom: 0;
}

.top-important-info ul li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

.top-important-info ul li {
  margin-bottom: 0;
}

.top-important-info ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .top-important-info ul li {
    position: relative;
  }
}

.top-important-info ul .label {
  display: inline-block;
  margin-right: 1rem;
  padding: 0 1rem;
  background: #bf0000;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .top-important-info ul .label {
    position: absolute;
    top: 5px;
    left: 0;
  }
}

.top-important-info ul a {
  margin-right: 1rem;
}

.top-important-info + .box-pr {
  position: absolute;
  right: 16px;
}

@media (max-width: 600px) {
  .top-important-info + .box-pr {
    width: 180px;
  }
  .top-important-info + .box-pr span + span {
    display: inline-block;
    margin-top: 8px;
  }
}

.container.container__slider.container__slider--campaign {
  overflow: hidden;
  max-height: 272px;
}
@media (min-width: 1344px) {
  .container.container__slider.container__slider--campaign {
    max-width: 1344px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .container.container__slider.container__slider--campaign .bx-viewport {
    overflow: hidden;
  }
  .container.container__slider.container__slider--campaign ul {
    height: 184px;
    overflow: hidden;
  }
}

.brand-bnr--slider {
  height: 20.817vw;
}

.brand-bnr--slider .bx-wrapper {
  max-width: 100vw;
}

@media (min-width: 1345px) {
  .brand-bnr--slider .bx-wrapper {
    max-width: 1345px;
  }
}

.brand-bnr--slider ul {
  height: 20.817vw;
  overflow: hidden;
}

.brand-bnr--slider li {
  width: 100vw;
}

.brand-bnr--slider img {
  width: 100vw;
  height: 20.817vw;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

@media (min-width: 1345px) {
  .brand-bnr--slider {
    height: 280px;
  }
  .brand-bnr--slider ul {
    height: 280px;
  }
  .brand-bnr--slider li {
    width: 1345px;
  }
  .brand-bnr--slider img {
    height: 280px;
    width: 1345px;
  }
}

@media (min-width: 768px) {
  .brand-bnr--slider li:nth-child(5n-3) img.visible {
    background-image: url("/shared/images/top/pc/img-main-account-163.png");
  }
  .brand-bnr--slider li:nth-child(5n-2) img.visible {
    background-image: url("/shared/images/top/pc/img-main-account-164.png");
  }
  .brand-bnr--slider li:nth-child(5n-1) img.visible {
    background-image: url("/shared/images/top/pc/img-main-account-158.png");
  }
  .brand-bnr--slider li:nth-child(5n) img.visible {
    background-image: url("/shared/images/top/pc/img-main-account-133.png");
  }
  .brand-bnr--slider li:nth-child(5n-4) img.visible {
    background-image: url("/shared/images/top/pc/img-main-account-168.png");
  }
}
@media (max-width: 767px) {
  .brand-bnr--slider {
    height: 49vw;
  }
  .brand-bnr--slider ul {
    height: 49vw;
    overflow: hidden;
  }
  .brand-bnr--slider li {
    width: 100vw;
  }
  .brand-bnr--slider img {
    width: 100vw;
    height: 49vw;
  }
  /* 一番最初が計算後3になるように */
  .brand-bnr--slider li:nth-child(5n-3) img {
    background-image: url("/shared/images/top/sp/img-main-account-163.png");
  }
  .brand-bnr--slider li:nth-child(5n-2) img {
    background-image: url("/shared/images/top/sp/img-main-account-164.png");
  }
  .brand-bnr--slider li:nth-child(5n-1) img {
    background-image: url("/shared/images/top/sp/img-main-account-158.png");
  }
  .brand-bnr--slider li:nth-child(5n) img {
    background-image: url("/shared/images/top/sp/img-main-account-133.png");
  }
  .brand-bnr--slider li:nth-child(5n-4) img {
    background-image: url("/shared/images/top/sp/img-main-account-168.png");
  }
}

.main-images--slider .bx-controls {
  top: -3vw;
}
@media (max-width: 767px) {
  .main-images--slider .bx-controls {
    top: -100px;
  }
}

.brand-bnr--slider .bx-controls {
  top: -45px;
}

.main-images--slider .bx-controls,
.brand-bnr--slider .bx-controls {
  display: inline-block;
  height: 20px;
  width: inherit;
  position: relative;
  overflow: hidden;
}

.main-images--slider .bx-controls-direction,
.brand-bnr--slider .bx-controls-direction {
  display: none;
}

.main-images--slider .main-images--slider .bx-controls, .main-images--slider .brand-bnr--slider .bx-controls,
.brand-bnr--slider .main-images--slider .bx-controls,
.brand-bnr--slider .brand-bnr--slider .bx-controls {
  width: inherit;
}

.main-images--slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto,
.brand-bnr--slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  position: relative;
  width: 80px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  bottom: 0;
  float: right;
}

.main-images--slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager,
.brand-bnr--slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  position: relative;
  width: inherit;
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding: 0;
  height: 6px;
  bottom: 8px;
}

.main-images--slider .bx-wrapper .bx-pager,
.main-images--slider .bx-wrapper .bx-controls-auto,
.brand-bnr--slider .bx-wrapper .bx-pager,
.brand-bnr--slider .bx-wrapper .bx-controls-auto {
  bottom: 10px;
}

.main-images--slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.brand-bnr--slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  height: 20px;
  vertical-align: top;
}

.main-images--slider .bx-wrapper .bx-controls-auto .bx-start,
.brand-bnr--slider .bx-wrapper .bx-controls-auto .bx-start {
  display: inline-block;
  width: 22px;
  height: 18px;
  background: url(/shared/images/top/icon-start.png);
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 4px;
}

.main-images--slider .bx-wrapper .bx-controls-auto .bx-stop,
.brand-bnr--slider .bx-wrapper .bx-controls-auto .bx-stop {
  display: inline-block;
  width: 22px;
  height: 18px;
  background: url(/shared/images/top/icon-stop.png);
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 4px;
}

.campaign-bnr--slider img {
  width: 168px;
  height: 168px;
}

#jack-left {
  z-index: 9991;
}

#jack-right {
  z-index: 9991;
}

@media (min-width: 768px) {
  .main-images li:nth-child(5n-3) .main-images--img.visible {
    background-image: url(/shared/images/top/pc/img-main-noaccount-109.png);
  }
  .main-images li:nth-child(5n-2) .main-images--img.visible {
    background-image: url(/shared/images/top/pc/img-main-noaccount-94.png);
  }
  .main-images li:nth-child(5n-1) .main-images--img.visible {
    background-image: url(/shared/images/top/pc/img-main-noaccount-33.png);
  }
  .main-images li:nth-child(5n) .main-images--img.visible {
    background-image: url(/shared/images/top/pc/img-main-noaccount-60.png);
  }
  .main-images li:nth-child(5n-4) .main-images--img.visible {
    background-image: url(/shared/images/top/pc/img-main-noaccount-73.png);
  }
}

@media (max-width: 767px) {
  .main-images li:nth-child(5n-3) .main-images--img.visible {
    background-image: url(/shared/images/top/sp/img-main-noaccount-109.png);
  }
  .main-images li:nth-child(5n-2) .main-images--img.visible {
    background-image: url(/shared/images/top/sp/img-main-noaccount-94.png);
  }
  .main-images li:nth-child(5n-1) .main-images--img.visible {
    background-image: url(/shared/images/top/sp/img-main-noaccount-33.png);
  }
  .main-images li:nth-child(5n) .main-images--img.visible {
    background-image: url(/shared/images/top/sp/img-main-noaccount-60.png);
  }
  .main-images li:nth-child(5n-4) .main-images--img.visible {
    background-image: url(/shared/images/top/sp/img-main-noaccount-73.png);
  }
}
/* overwrite */
.m_account-opening {
  border: none;
}

.m_account-opening > .catch {
  font-size: 16px;
}

.top_pickup .change-buttons {
  display: none;
}

.m_links2 {
  margin: 0;
}

.m_links2 > section:first-child > .hdg {
  margin-bottom: 0;
}

.m_links2 section {
  margin: 0 !important;
}

.rc-gp-migrate-bann {
  border: none !important;
}

.rc-gp-migrate-links {
  border-top: none !important;
}

.rc-gp-migrate-links.border {
  border-top: 1px solid #ccc !important;
}

.rc-gp-migrate-links h2 {
  color: #000000 !important;
}

.c-link-right.ico-arrow:after, a.c-link-right.ico-arrow--downward:after, a.c-link-right.ico-arrow--blank:after,
.m_application > .link a::after,
.m_toggle .toggle_target .links a::after,
.m_links2 > section > .main .links a::after {
  border-top: 2px solid #9c9c9c;
  border-right: 2px solid #9c9c9c;
}

.m_toggle .toggle_target .links a .icon,
.m_links2 > section > .main .links a.for-pc .icon {
  background: #9c9c9c;
}

.group-bnr {
  overflow: hidden;
  zoom: 1;
}

@media (min-width: 768px) {
  .group-bnr--slider {
    float: left;
    background: #f4f4f4;
    padding: 10px 20px;
  }
}

@media (min-width: 768px) and (min-width: 1111px) and (max-width: 1320px) {
  .group-bnr--slider {
    width: 80%;
  }
}

@media (min-width: 768px) and (min-width: 700px) and (max-width: 1111px) {
  .group-bnr--slider {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .group-bnr--pickup {
    float: right;
  }
}

@media (min-width: 768px) and (min-width: 700px) and (max-width: 1320px) {
  .group-bnr--pickup {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .group-bnr .bx-wrapper {
    margin: 0 10px;
  }
  .group-bnr .bx-wrapper .bx-controls-direction a {
    position: absolute;
    margin-top: 0;
    top: 0;
    bottom: 0;
    outline: 0;
    width: 10px;
    height: 50px;
    text-indent: -9999px;
    z-index: 9999;
    background: #afafaf;
    border: none;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .group-bnr .bx-wrapper .bx-controls-direction a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
  }
  .group-bnr .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -20px;
  }
  .group-bnr .bx-wrapper .bx-controls-direction a.bx-prev:after {
    left: -1px;
    border-right: 4px solid #ffffff;
  }
  .group-bnr .bx-wrapper .bx-controls-direction a.bx-next {
    right: -20px;
  }
  .group-bnr .bx-wrapper .bx-controls-direction a.bx-next:after {
    right: -1px;
    border-left: 4px solid #ffffff;
  }
}

@media (max-width: 767px) {
  .group-bnr {
    margin-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .group-bnr .bx-wrapper {
    margin: auto;
    max-width: 100% !important;
  }
  .group-bnr .bx-wrapper .bx-viewport {
    width: inherit !important;
    margin: 0 -55px;
  }
}

@media (min-width: 768px) {
  .group-bnr-wrap {
    background: #ffffff;
    padding: 20px;
  }
}

.group-bnr-wrap .container {
  padding: 0;
}

@media (max-width: 1300px) {
  .group-bnr-wrap .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .group-bnr--pickup {
    display: none;
  }
}

#top-info h3 {
  display: none;
}

#top-info .u-msize.u-tar {
  display: none;
}

#top-info ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 20px;
}

#top-info li {
  font-size: 14px;
  font-weight: 400;
}

#top-info #top-important {
  margin-bottom: 20px;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

@media (min-width: 768px) {
  .service-links .col-md-3 {
    display: flex;
  }
}

.service-links {
  padding: 0 20px 10px;
}

.service-links .panel-links__item {
  width: 100%;
}

.service-links [class^="col-"] {
  padding-top: 58px;
}

.service-links .service-link {
  border-radius: 10px;
  text-decoration: none !important;
  text-align: center;
  background-repeat: no-repeat;
  padding-top: 45px;
  background-color: #ffffff;
  vertical-align: middle;
  line-height: 1.2;
  color: #4a4a4a;
  font-size: 10px;
  border: 3px solid #eee;
}

.service-links .service-link:before {
  top: -25px;
  right: 0;
  left: 0;
  width: 64px;
  height: 64px;
  margin: auto;
  border-radius: 100px;
  position: absolute;
  display: block;
  content: "";
  background-color: #bf0000;
}

@media (min-width: 768px) {
  .service-links .service-link:before {
    top: -30px;
    width: 80px;
    height: 80px;
  }
}

.service-links .service-link ul {
  list-style-type: none;
  padding: 0;
  background-image: none;
  text-align: left;
  padding: 24px;
  font-size: 1.4rem;
}

.service-links .service-link ul li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

@media (min-width: 576px) {
  .service-links .service-link ul {
    height: 20em;
  }
}

.service-links .service-link ul li {
  margin-bottom: 1rem;
}

.service-links .service-link i {
  top: -.7rem;
  right: 0;
  left: 0;
  position: absolute;
  font-size: 3em;
  color: #ffffff;
}

@media (min-width: 768px) {
  .service-links .service-link i {
    top: -1.2rem;
    font-size: 4.5em;
  }
}

.service-links .service-link .name {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 768px) {
  .service-links .service-link .name {
    font-size: 2rem;
    margin-top: 1rem;
  }
}

.service-links .service-link .name span {
  display: inline-block;
  vertical-align: middle;
}

.service-links .service-link .name small {
  font-size: 10px;
  font-weight: 500;
}

.service-links .service-link .name:after {
  content: "";
  display: inline-block;
  height: 38px;
  vertical-align: middle;
}

.top_pickup .bx-wrapper {
  margin-bottom: 20px;
}

.top_pickup .bx-wrapper .bx-pager {
  bottom: -15px;
}

.panel-links .row {
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (max-width: 599px) {
  .panel-links .row > [class^="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .panel-links {
    font-size: 0;
    padding: 0;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .panel-links .row {
    width: 1140px;
    margin: 0 auto;
    font-size: 0;
    list-style-type: none;
    padding: 0;
    background-image: none;
  }
  .panel-links .row li {
    list-style-image: url("/shared/images/t.gif");
    list-style-type: none;
    background-image: none;
  }
  .panel-links .col {
    width: calc(calc(1140px - 40px * (6 - 1)) / 6);
    max-width: calc(calc(1140px - 40px * (6 - 1)) / 6);
    margin: 0;
    margin-top: 40px;
    margin-right: 40px;
    padding: 0 !important;
  }
  .panel-links .col:nth-child(6n) {
    margin-right: 0;
  }
  .panel-links .col:nth-child(1) {
    margin-top: 0;
  }
  .panel-links .col:nth-child(2) {
    margin-top: 0;
  }
  .panel-links .col:nth-child(3) {
    margin-top: 0;
  }
  .panel-links .col:nth-child(4) {
    margin-top: 0;
  }
  .panel-links .col:nth-child(5) {
    margin-top: 0;
  }
  .panel-links .col:nth-child(6) {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .panel-links .row {
    width: 960px;
    margin: 0 auto;
    font-size: 0;
    list-style-type: none;
    padding: 0;
    background-image: none;
  }
  .panel-links .row li {
    list-style-image: url("/shared/images/t.gif");
    list-style-type: none;
    background-image: none;
  }
  .panel-links .col {
    width: calc(calc(960px - 20px * (6 - 1)) / 6);
    max-width: calc(calc(960px - 20px * (6 - 1)) / 6);
    margin: 0;
    margin-top: 20px;
    margin-right: 20px;
    padding: 0 !important;
  }
  .panel-links .col:nth-child(6n) {
    margin-right: 0;
  }
  .panel-links .col:nth-child(1) {
    margin-top: 0;
  }
  .panel-links .col:nth-child(2) {
    margin-top: 0;
  }
  .panel-links .col:nth-child(3) {
    margin-top: 0;
  }
  .panel-links .col:nth-child(4) {
    margin-top: 0;
  }
  .panel-links .col:nth-child(5) {
    margin-top: 0;
  }
  .panel-links .col:nth-child(6) {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .panel-links .row {
    width: 720px;
    margin: 0 auto;
    font-size: 0;
    list-style-type: none;
    padding: 0;
    background-image: none;
  }
  .panel-links .row li {
    list-style-image: url("/shared/images/t.gif");
    list-style-type: none;
    background-image: none;
  }
  .panel-links .col {
    width: calc(calc(720px - 8px * (3 - 1)) / 3);
    max-width: calc(calc(720px - 8px * (3 - 1)) / 3);
    margin: 0;
    margin-top: 8px;
    margin-right: 8px;
    padding: 0 !important;
  }
  .panel-links .col:nth-child(3n) {
    margin-right: 0;
  }
  .panel-links .col:nth-child(1) {
    margin-top: 0;
  }
  .panel-links .col:nth-child(2) {
    margin-top: 0;
  }
  .panel-links .col:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 599px) {
  .panel-links .row {
    margin-right: 0;
    margin-left: 0;
  }
}

.link-list {
  padding: 0;
}

@media (min-width: 768px) {
  .link-list {
    padding: 20px 0 0;
    font-size: 0;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .link-list .row {
    width: 1140px;
    margin: 0 auto;
    font-size: 0;
    list-style-type: none;
    padding: 0;
    background-image: none;
  }
  .link-list .row li {
    list-style-image: url("/shared/images/t.gif");
    list-style-type: none;
    background-image: none;
  }
  .link-list .col {
    width: calc(calc(1140px - 50px * (5 - 1)) / 5);
    max-width: calc(calc(1140px - 50px * (5 - 1)) / 5);
    margin: 0;
    margin-top: 50px;
    margin-right: 50px;
    padding: 0 !important;
  }
  .link-list .col:nth-child(5n) {
    margin-right: 0;
  }
  .link-list .col:nth-child(1) {
    margin-top: 0;
  }
  .link-list .col:nth-child(2) {
    margin-top: 0;
  }
  .link-list .col:nth-child(3) {
    margin-top: 0;
  }
  .link-list .col:nth-child(4) {
    margin-top: 0;
  }
  .link-list .col:nth-child(5) {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .link-list .row {
    width: 960px;
    margin: 0 auto;
    font-size: 0;
    list-style-type: none;
    padding: 0;
    background-image: none;
  }
  .link-list .row li {
    list-style-image: url("/shared/images/t.gif");
    list-style-type: none;
    background-image: none;
  }
  .link-list .col {
    width: calc(calc(960px - 50px * (5 - 1)) / 5);
    max-width: calc(calc(960px - 50px * (5 - 1)) / 5);
    margin: 0;
    margin-top: 50px;
    margin-right: 50px;
    padding: 0 !important;
  }
  .link-list .col:nth-child(5n) {
    margin-right: 0;
  }
  .link-list .col:nth-child(1) {
    margin-top: 0;
  }
  .link-list .col:nth-child(2) {
    margin-top: 0;
  }
  .link-list .col:nth-child(3) {
    margin-top: 0;
  }
  .link-list .col:nth-child(4) {
    margin-top: 0;
  }
  .link-list .col:nth-child(5) {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .link-list .row {
    width: 720px;
    margin: 0 auto;
    font-size: 0;
    list-style-type: none;
    padding: 0;
    background-image: none;
  }
  .link-list .row li {
    list-style-image: url("/shared/images/t.gif");
    list-style-type: none;
    background-image: none;
  }
  .link-list .col {
    width: calc(calc(720px - 50px * (3 - 1)) / 3);
    max-width: calc(calc(720px - 50px * (3 - 1)) / 3);
    margin: 0;
    margin-top: 50px;
    margin-right: 50px;
    padding: 0 !important;
  }
  .link-list .col:nth-child(3n) {
    margin-right: 0;
  }
  .link-list .col:nth-child(1) {
    margin-top: 0;
  }
  .link-list .col:nth-child(2) {
    margin-top: 0;
  }
  .link-list .col:nth-child(3) {
    margin-top: 0;
  }
}

.link-list ul {
  list-style-type: none;
  padding: 0;
  background-image: none;
}

.link-list ul li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

.link-list li {
  margin-top: 0;
}

.link-list li i {
  color: #bf0000;
  font-size: 3rem;
}

.link-list li[class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 575px) {
  .link-list li[class^="col-"]:nth-child(odd) {
    padding-right: 10px;
  }
  .link-list li[class^="col-"]:nth-child(even) {
    padding-left: 10px;
  }
}

.link-list li .btn {
  position: relative;
  height: 70px;
  padding: 8px 10px 8px 7rem;
  text-align: center;
  font-size: 14px;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #eee;
}

@media (min-width: 768px) {
  .link-list li .btn {
    height: 88px;
  }
}

.link-list li .btn:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

@media (max-width: 575px) {
  .link-list li .btn {
    padding-left: 5rem;
  }
}

.link-list li .btn .rex-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  font-size: 5rem;
  height: 5rem;
}

@media (max-width: 575px) {
  .link-list li .btn .rex-icon {
    left: 8px;
    font-size: 3.5rem;
    height: 3.5rem;
  }
}

.link-list li .btn > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  white-space: pre-wrap;
}

#top-info table, #top-info td, #top-info th,
#press-info table,
#press-info td,
#press-info th {
  border: none !important;
  vertical-align: top;
}

#top-info table,
#press-info table {
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

#top-info table th,
#press-info table th {
  padding-right: 13px;
  font-weight: normal;
}

.section--reason {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .section--reason.section__wide {
    margin-right: 0;
    margin-left: 0;
  }
}

.section--reason .panel-links {
  display: inline-block;
}

.section--reason .panel-links .row {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 16px;
  margin-left: 16px;
  margin-right: 0;
  margin-left: 0;
}

.section--reason .panel-links__item {
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 8px 4px 16px;
  background: #ffffff;
  text-align: center;
  border: 2px solid #eee;
}

.section--reason .panel-links__item .text {
  display: block;
  color: #bf0000;
  font-size: 1.4rem;
  font-weight: 700;
}

.section--reason .panel-links__item .text > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

.section--reason .panel-links__item .text:after {
  display: inline-block;
  content: "";
  height: 6rem;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .section--reason .panel-links__item .text {
    font-size: 1.5rem;
  }
}

.section--reason .panel-links__item .text .note {
  display: inline-block;
  margin-left: 5px;
  font-size: .8rem;
}

.section--reason .panel-links__item .link {
  display: block;
  font-size: 10px;
  text-align: center;
  padding: 0;
}

@media (min-width: 768px) {
  .section--reason .panel-links__item .link {
    font-size: 1.4rem;
  }
}

.section--reason .panel-links__item i {
  left: 0;
  right: 0;
  display: inline-block;
  content: "";
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 50%;
  height: 120px;
  background-image: url(/shared/images/t.gif);
}

.section--reason .panel-links__item i.panel-icon-1 {
  width: 105px;
}

.section--reason .panel-links__item i.panel-icon-1.visible {
  background-image: url(/shared/images/top/img-reason-01.png);
}

.section--reason .panel-links__item i.panel-icon-2 {
  width: 105px;
}

.section--reason .panel-links__item i.panel-icon-2.visible {
  background-image: url(/shared/images/top/img-reason-02.png);
}

.section--reason .panel-links__item i.panel-icon-3 {
  width: 97px;
}

.section--reason .panel-links__item i.panel-icon-3.visible {
  background-image: url(/shared/images/top/img-reason-03.png);
}

.section--reason .panel-links__item i.panel-icon-4 {
  width: 112px;
}

.section--reason .panel-links__item i.panel-icon-4.visible {
  background-image: url(/shared/images/top/img-reason-04.png);
}

.section--reason .panel-links__item i.panel-icon-5 {
  width: 83px;
}

.section--reason .panel-links__item i.panel-icon-5.visible {
  background-image: url(/shared/images/top/img-reason-05.png);
}

.section--reason .panel-links__item i.panel-icon-6 {
  width: 111px;
}

.section--reason .panel-links__item i.panel-icon-6.visible {
  background-image: url(/shared/images/top/img-reason-06.png);
}

.section--reason .toggle-item {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  background: #ffd3d3;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
}

.section--reason .toggle-item > a {
  display: block;
  padding: 15px 50px 15px 20px;
  color: #000 !important;
}

.section--reason .toggle-item .toggle-body {
  padding: 0 20px 15px;
}

.customer-support {
  max-width: 600px;
  width: 100%;
  margin: auto;
  text-align: center;
}

@media (max-width: 770px) {
  .customer-support {
    max-width: 430px;
  }
}

@media (max-width: 767px) {
  .customer-support {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.customer-support ul {
  display: inline-block;
  text-align: left;
}

.customer-support li {
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .customer-support li {
    max-width: 200px;
  }
}

@media (min-width: 771px) {
  .customer-support li:nth-child(3n) {
    width: 150px;
  }
}

@media (min-width: 768px) {
  .customer-support li:nth-child(3n-1) {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .customer-support li.col-2 {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .customer-support li:nth-child(4) a, .customer-support li:nth-child(6) a {
    padding-right: 2em;
  }
}

@media (max-width: 770px) {
  .customer-support li {
    text-align: left;
  }
}

.contact-us {
  display: table;
  max-width: 1280px;
  width: 100%;
}

.contact-us .row {
  text-align: center;
}

.contact-us .row + .row {
  margin-top: 8px;
}

.contact-us--header {
  overflow: hidden;
  zoom: 1;
}

@media (min-width: 768px) {
  .contact-us--header {
    max-width: 768px;
    width: 100%;
    margin: 32px auto 80px;
  }
}

@media (max-width: 767px) {
  .contact-us--header {
    margin: 0 16px 40px;
  }
}

@media (min-width: 768px) {
  .contact-us--body > [class^="col-"]:first-child {
    border-right: 1px solid #ddd;
  }
}

@media (max-width: 767px) {
  .contact-us--body > [class^="col-"] + [class^="col-"] {
    margin-top: 32px;
  }
}

.contact-us .panel {
  display: block;
  line-height: 1;
  max-width: 1280px;
  width: 100%;
}

.contact-us .panel i {
  font-size: 7rem;
  color: #000;
}

@media (max-width: 767px) {
  .contact-us .panel i {
    font-size: 6rem;
  }
}

@media screen and (max-width: 599px) {
  .contact-us .panel i {
    font-size: 5rem;
  }
}

.contact-us .panel + .panel {
  margin-top: 16px;
}

.contact-us .panel .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .contact-us .panel .title {
    font-size: 1.5rem;
  }
}

.contact-us .panel__header {
  display: table;
  margin: 0 auto 48px;
  text-align: left;
}

@media (max-width: 767px) {
  .contact-us .panel__header {
    margin: 8px auto;
    width: 100%;
    text-align: center;
  }
}

.contact-us .panel__header__icon {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .contact-us .panel__header__icon {
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .contact-us .panel__header__icon {
    display: block;
  }
}

.contact-us .panel__header__text {
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  min-width: 13em;
  padding-top: 1.5rem;
}

@media (max-width: 767px) {
  .contact-us .panel__header__text {
    display: block;
    vertical-align: top;
    min-width: inherit;
  }
}

.contact-us .contact-list {
  margin: auto;
}

@media (min-width: 768px) {
  .contact-us .contact-list {
    max-width: calc(2.8rem * 7 * 4 + 1.6rem * 9);
    margin: calc(16px * -1) auto 0;
  }
}

.contact-us .contact-list ul {
  list-style-type: none;
  padding: 0;
  background-image: none;
}

.contact-us .contact-list ul li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

.contact-us .contact-list dl {
  margin-bottom: 0;
}

.contact-us .contact-list li {
  margin-bottom: 0;
  margin-top: 16px;
  text-align: left;
}

.contact-us .contact-list li.other {
  vertical-align: top;
}

@media (min-width: 768px) {
  .contact-us .contact-list li.other {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .contact-us .contact-list li.other * {
    text-align: left;
  }
}

.contact-us .contact-list__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .contact-us .contact-list__title {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .contact-us .contact-list__title {
    padding-right: 1em;
  }
}

.contact-us .contact-list__title span {
  display: inline-block;
  vertical-align: middle;
}

.contact-us .contact-list__title:after {
  content: "";
  display: inline-block;
  height: 2.4em;
  vertical-align: middle;
}

.contact-us .contact-list .tel-free {
  color: #bf0000;
  font-size: 2.8rem;
  margin: 8px 0 16px;
}

@media (max-width: 767px) {
  .contact-us .contact-list .tel-free {
    text-align: center;
  }
}

.contact-us .contact-list .tel {
  display: inline-block;
  color: #bf0000;
  font-size: 1.8rem;
  margin-right: 0.5rem;
}

@media (max-width: 767px) {
  .contact-us .contact-list .tel {
    text-align: center;
  }
}

.contact-us .contact-list .sub {
  font-size: 1.2rem;
  line-height: 1.2;
}

.contact-us .contact-list .sub + .sub {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .contact-us .contact-list .sub {
    text-align: center;
  }
}

.service-bnr--slider {
  height: 290px;
}

.service-bnr--slider .bx-viewport {
  height: 250px;
}

.service-bnr--slider ul {
  height: 250px;
  overflow: hidden;
}

.service-bnr--slider li {
  width: 250px;
  height: 250px;
}

.service-bnr--slider li a {
  display: inline-block;
  position: relative;
  width: 250px;
  height: 250px;
  margin: auto;
  padding: 8px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  text-align: center;
  color: #000;
  line-height: 1.2;
}

.service-bnr--slider li a:before {
  position: absolute;
  content: "";
  background: #ffd3d3;
  left: 0;
  right: 0;
  top: 145px;
  bottom: 0;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.service-bnr--slider li a i {
  position: absolute;
  top: 16px;
  left: 20px;
  color: #bf0000;
  font-size: 45px;
}

.service-bnr--slider li a .title,
.service-bnr--slider li a .description,
.service-bnr--slider li a .appeal,
.service-bnr--slider li a .subscript {
  display: block;
  position: absolute;
}

.service-bnr--slider li a .title {
  font-size: 18px;
  top: 24px;
  left: 64px;
  right: 24px;
}

.service-bnr--slider li a .description {
  top: 70px;
  font-size: 14px;
  text-align: left;
  left: 24px;
  right: 24px;
}

.service-bnr--slider li a .appeal {
  position: absolute;
  top: 130px;
  left: 8px;
  right: 8px;
  bottom: 50px;
  padding: 8px;
  background: #bf0000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
}

.service-bnr--slider li a .large {
  font-size: 30px;
}

.service-bnr--slider li a .middle {
  font-size: 18px;
}

.service-bnr--slider li a .small {
  font-size: 14px;
}

.service-bnr--slider li a .subscript {
  bottom: 10px;
  font-size: 12px;
  left: 8px;
  right: 8px;
  line-height: 1.3;
}

.service-bnr--slider li a .subscript:after {
  content: "";
  display: inline-block;
  height: 2em;
  vertical-align: middle;
}

.service-bnr--slider li a .subscript span {
  display: inline-block;
  vertical-align: middle;
}

.service-bnr--slider li a.color-1:before {
  background: #ffd3d3;
}

.service-bnr--slider li a.color-1 .appeal {
  background: #bf0000;
}

.service-bnr--slider li a.color-1 i {
  color: #bf0000;
}

.service-bnr--slider li a.color-2:before {
  background: #ffdba3;
}

.service-bnr--slider li a.color-2 .appeal {
  background: #995e00;
}

.service-bnr--slider li a.color-2 i {
  color: #995e00;
}

.service-bnr--slider li a.color-3:before {
  background: #bff4bf;
}

.service-bnr--slider li a.color-3 .appeal {
  background: #006c00;
}

.service-bnr--slider li a.color-3 i {
  color: #006c00;
}

.service-bnr--slider li a.color-4:before {
  background: #c9d7ff;
}

.service-bnr--slider li a.color-4 .appeal {
  background: #3a6dfa;
}

.service-bnr--slider li a.color-4 i {
  color: #3a6dfa;
}

.service-bnr--slider li a.color-5:before {
  background: #ffdaf2;
}

.service-bnr--slider li a.color-5 .appeal {
  background: #cb0085;
}

.service-bnr--slider li a.color-5 i {
  color: #cb0085;
}

.service-bnr--slider li a.color-6:before {
  background: #f1d7ff;
}

.service-bnr--slider li a.color-6 .appeal {
  background: #7d00be;
}

.service-bnr--slider li a.color-6 i {
  color: #7d00be;
}

.other-service-bnr--slider li a {
  display: inline-block;
  position: relative;
  width: 250px;
  height: 150px;
  margin: auto;
  padding: 8px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  text-align: center;
  color: #000;
  line-height: 1.2;
}

.other-service-bnr--slider li a:before {
  position: absolute;
  content: "";
  background: #ffd3d3;
  left: 0;
  right: 0;
  top: 80px;
  bottom: 0;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.other-service-bnr--slider li a i {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #bf0000;
  font-size: 45px;
}

.other-service-bnr--slider li a .title,
.other-service-bnr--slider li a .description {
  display: block;
  position: absolute;
}

.other-service-bnr--slider li a .title {
  font-size: 18px;
  top: 32px;
  left: 64px;
  right: 24px;
}

.other-service-bnr--slider li a .description {
  bottom: 22px;
  font-size: 14px;
  text-align: center;
  left: 24px;
  right: 24px;
}

.other-service-bnr--slider li a .middle {
  font-size: 18px;
}

.other-service-bnr--slider li a .small {
  font-size: 14px;
}

@media (min-width: 768px) {
  [data-target-user="newcommer"] .top-action--box {
    width: 360px;
    margin-right: 32px;
    margin-left: 32px;
  }
  [data-target-user="newcommer"] .top-action--box ul {
    margin-bottom: 0;
  }
  [data-target-user="newcommer"] .top-action--support {
    text-align: center;
  }
  [data-target-user="newcommer"] .top-action--support li {
    display: inline-block;
  }
  [data-target-user="customer"] .top-action--box {
    width: 260px;
    /* height: 160px; */
  }
  [data-target-user="customer"] .top-action--box ul {
    margin-bottom: 0;
  }
  [data-target-user="customer"] .top-action--support li {
    text-align: center;
  }
  [data-target-user="customer"] .top-action--support li:first-child {
    margin-top: 4px;
  }
}
[data-target-user="customer"] .top-action--box .app-dl-box {
  display: none;
}
@media (min-width: 1130px) {
  [data-target-user="customer"] .top-action--box .app-dl-box {
    display: block;
    border-top: 1px solid #d0d0d0;
    padding-top: 10px;
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  [data-target-user="customer"] .top-action--box .app-dl-box {
    margin-right: -4px;
    margin-left: -4px;
  }
}

@media (min-width: 768px) {
  .top-action--inner {
    position: absolute;
    top: 18px;
    right: 32px;
  }
  .top-action--box {
    padding: 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-action--box + .top-action--box {
    margin-top: 16px;
  }
  .top-action--box .btn {
    font-weight: bold;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .top-action--inner {
    width: 31vw;
  }
  .top-action--inner .ballon {
    font-size: 1.1rem;
  }
  .top-action--inner .top-action--box {
    width: 30vw;
    margin: auto;
    padding: 16px 8px;
    font-size: 1.3rem;
  }
  .top-action--inner .top-action--box .btn {
    font-size: 1.5rem;
    padding: .5rem 2.4rem;
  }
  [data-target-user="customer"] .top-action--inner {
    width: 22vw;
    right: 10px;
  }
  [data-target-user="customer"] .top-action--inner .ballon {
    font-size: 1.1rem;
  }
  [data-target-user="customer"] .top-action--inner .top-action--box {
    width: 22vw;
    height: inherit;
    margin: auto;
    padding: 16px 4px 8px;
    font-size: 1.3rem;
  }
  [data-target-user="customer"] .top-action--inner .top-action--box .btn {
    font-size: 1.5rem;
    padding: .5rem .5rem;
  }
}

#wide-spreading-banner {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
}

@media (max-width: 767px) {
  #wide-spreading-banner {
    display: none;
  }
}



.section__header--balloon {
  position: relative;
  margin-bottom: 0;
  padding: 30px 10px 20px;
  background: #eeeeee;
  text-align: center;
  border-bottom: 5px solid #bf0000;
}
.section__header--balloon:before {
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: auto;
  border: 10px solid transparent;
  border-top: 20px solid #bf0000;
}
.section__header--balloon:after {
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: auto;
  border: 10px solid transparent;
  border-top: 20px solid #eeeeee;
}




@media (min-width: 768px){
  body[data-jack="true"] .floating-area-2 {
      display: none !important;
  }
  }

  .floating-area-2 {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 9999;
  }
  .floating-area-2 .floating-area__inner-2 {
      position: relative;
      display: inline-block;
  }

  .floating-area-2 .floating-area__close-2 {
      display: none;
  }

  .floating-area-2 a {
      display: inline-block;
  }

  .floating-area-2 a img {
      display: inline-block;
      max-width: 100%;
      height: auto;
  }

  .page-top {
      bottom: 60px !important;
  }

  .rb-footer .g_footer[role="contentinfo"]
  {
      padding-bottom: 100px;
  }

  @media (max-width: 767px){
  .js-floating-area-2 a img {
      width: 100%;
  }
  }

/*header固定用*/
@media (max-width: 767px) {
  .is-header-fix {
    position: fixed !important;
    width: 100%;
    z-index: 600;
    top: 0;
    box-shadow: 0px 2px 6px -6px #777;
  }
}

/*口座開設ボタン（フローティング）*/
.account_opening_btn {
  position: fixed;
  right: 16px;
  bottom: 70px;
  z-index: 999;
}
@media (min-width: 768px) {
  .account_opening_btn {
    display: none;
  }
}
.account_opening_btn .c-rf-button[data-type="icon"] {
  color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #bf0000;
  display: inline-block;
  padding: 10px 0 0 0;
  box-shadow: 0 0 4px gray;
}
.account_opening_btn .c-rf-button[data-type="icon"] [class*="rex-icon-"] {
  font-size: 23px;
}
.account_opening_btn .c-rf-button[data-type="icon"] [class*="rex-icon-"] + span {
  font-size: 12px;
}
.account_opening_btn .c-rf-button[data-type="icon"]:hover {
  background: #bf0000;
}
.account_opening_btn .c-rf-button[data-type="icon"]:focus {
  background: #bf0000;
  border: none;
}
.account_opening_btn .c-rf-button[data-type="icon"]:active {
  background: #bf0000;
}