@charset 'utf-8';
/* ----------------------------------------------------------------
Original footer header
----------------------------------------------------------------- */
body:not(.page-index):not(.page-module-list):not(.page-module-accordion):not(.page-module-box):not(.page-module-button):not(.page-module-image):not(.page-module-layout):not(.page-module-list):not(.page-module-other):not(.page-module-radio):not(.page-module-set):not(.page-module-table):not(.page-module-text) {
  padding-top: 0;
}
@media screen and (min-width: 901px) {
  .sp_none {
    display: none;
  }
  .image-type01_image[data-sb-image-size-pc="auto"] {
    max-width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .pc_none {
    display: none;
  }
  .image-type01_image[data-sb-image-size-sp="auto"] {
    max-width: 80%;
  }
}

header {
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  min-width: 960px;
}
header .headerBar {
  position: relative;
  z-index: 100;
  background: #000;
  overflow: hidden;
  border-bottom: 1px solid #494949;
  text-align: right;
  font-size: 0;
  line-height: 0;
  letter-spacing: normal;
  vertical-align: top;
}
header .inner {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
header .inner::after {
  content: "";
  display: table;
  clear: both;
}
header .logo {
  float: left;
  padding: 20px;
  padding-left: 0;
}
header .logo a {
  display: block;
  padding: 12px;
  padding-left: 0;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}
header .logo img {
  max-width: 100%;
  height: 21px;
  width: auto;
  vertical-align: top;
}
@media only screen and (max-width: 980px) {
  header .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  header {
    min-width: 320px;
  }
  header .logo {
    margin-left: 5px;
    padding: 11px 0;
  }
  header .logo a {
    display: block;
    padding: 10px 5px 10px 0;
  }
  header .logo img {
    height: 14px;
    width: auto;
    vertical-align: top;
  }
}
@media only screen and (max-width: 980px) and (max-width: 600px) {
  header .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

footer {
  background: #000;
  color: #fff;
  font-family: Helvetica, Arial, Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
  padding: 0;
  position: relative;
  width: 100%;
  min-width: 990px;
}
footer .res-footer-inner {
  max-width: 960px;
  margin: 0 auto;
  border-top: none;
}
footer .res-footer-inner .footer-parts-01 {
  display: table;
  padding: 23px 0;
}
footer .res-footer-inner .footer-parts-01 .footer-hdg {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  padding-right: 15px;
  color: #ccc;
}
footer .res-footer-inner .footer-parts-01 .footer-discription {
  display: table-cell;
  font-size: 13px;
  padding-right: 30px;
  color: #ccc;
}
footer .footer-parts-03.simpleCopy {
  background-color: #000;
  padding: 15px 0 10px;
}
footer .copyright {
  color: #ccc;
  margin: 0;
  text-align: center;
  font-size: 13px;
  padding: 0;
  opacity: 1;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 600px) {
  footer {
    min-width: 0;
    width: 100%;
    padding: 0;
  }
  footer .res-footer-inner {
    min-width: 320px;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
  }
  footer .res-footer-inner .footer-parts-01 .footer-hdg {
    margin-bottom: 12px;
  }
  footer .res-footer-inner .footer-parts-01 .footer-discription {
    margin-bottom: 0;
  }
  footer .res-footer-inner .footer-parts-01 .footer-hdg,
  #footer .res-footer-inner .footer-parts-01 .footer-discription {
    display: block;
    padding-right: 0;
  }
  footer .copyright {
    font-size: 12px;
  }
}

/* ----------------------------------------------------------------
l3-base.css
----------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

body {
  font-size: 1.4rem;
  line-height: 1.42857;
}

.mercury {
  display: block;
  font-family: Helvetica, Arial, Meiryo, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", system-ui, sans-serif;
  color: #333;
  background-color: #f8f8f8;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 70px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .mercury {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 15px 30px;
  }
}

a {
  color: #0b5bce;
  text-decoration: none;
}
/* ----------------------------------------------------------------
l3.css
----------------------------------------------------------------- */
.layout-type01-2col-w950 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .layout-type01-2col-w950 {
    max-width: 100%;
  }
}
@media screen and (min-width: 901px) {
  .layout-type01-2col-w950 {
    margin: 0 auto;
    margin-top: 40px;
  }
  .layout-type01-2col-w950 > .layout-type01-2col-w950_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 -10px;
    padding-left: 10px;
  }
  .layout-type01-2col-w950
    > .layout-type01-2col-w950_list
    > .layout-type01-2col-w950_item {
    box-sizing: border-box;
    width: 50%;
    padding: 0px 40px;
    border-left: 1px solid #e0e0e0;
  }
  .layout-type01-2col-w950
  > .layout-type01-2col-w950_list
  > .layout-type01-2col-w950_item:first-child {
    border-left: none;
    padding-left: 0;
  }
  .layout-type01-2col-w950
  > .layout-type01-2col-w950_list
  > .layout-type01-2col-w950_item:last-child {
    border-right: none;
    padding-right: 0;
  }
  .layout-type01-2col-w950
    > .layout-type01-2col-w950_list
    > .layout-type01-2col-w950_item:nth-child(2n + 1) {
    margin-left: -10px;
  }
  .layout-type01-2col-w950
    > .layout-type01-2col-w950_list
    > .layout-type01-2col-w950_item
    > :first-child {
    margin-top: 0;
  }
  .layout-type01-2col-w950
    > .layout-type01-2col-w950_list
    > .layout-type01-2col-w950_item:nth-child(1),
  .layout-type01-2col-w950
    > .layout-type01-2col-w950_list
    > .layout-type01-2col-w950_item:nth-child(2) {
    padding-top: 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 900px) {
  .layout-type01-2col-w950 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 900px) {
  .layout-type01-2col-w950 {
    margin: 0 auto;
    margin-top: 40px;
  }
  .layout-type01-2col-w950 > .layout-type01-2col-w950_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 -20px;
    padding-left: 20px;
  }
  .layout-type01-2col-w950
    > .layout-type01-2col-w950_list
    > .layout-type01-2col-w950_item {
    box-sizing: border-box;
    width: 100%;
    padding-top: 30px;
    padding-left: 20px;
    margin: 30px auto;
    border-top: 1px solid #e0e0e0;
  }
  .layout-type01-2col-w950
  > .layout-type01-2col-w950_list
  > .layout-type01-2col-w950_item:first-child {
    border-top: none;
    margin-top: 0;
  }
  .layout-type01-2col-w950
    > .layout-type01-2col-w950_list
    > .layout-type01-2col-w950_item:nth-child(1n + 1) {
    margin-left: -20px;
  }
  .layout-type01-2col-w950
    > .layout-type01-2col-w950_list
    > .layout-type01-2col-w950_item
    > :first-child {
    margin-top: 0;
  }
  .layout-type01-2col-w950
    > .layout-type01-2col-w950_list
    > .layout-type01-2col-w950_item:nth-child(1) {
    padding-top: 0;
  }
}

@media screen and (min-width: 901px) {
  .layout-type01-1col-w950 {
    margin: 0 auto;
    margin-top: 40px;
  }
  .layout-type01-1col-w950 > .layout-type01-1col-w950_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 -10px;
    padding-left: 10px;
  }
  .layout-type01-1col-w950
    > .layout-type01-1col-w950_list
    > .layout-type01-1col-w950_item {
    box-sizing: border-box;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
  }
  .layout-type01-1col-w950
    > .layout-type01-1col-w950_list
    > .layout-type01-1col-w950_item:nth-child(1n + 1) {
    margin-left: -10px;
  }
  .layout-type01-1col-w950
    > .layout-type01-1col-w950_list
    > .layout-type01-1col-w950_item
    > :first-child {
    margin-top: 0;
  }
  .layout-type01-1col-w950
    > .layout-type01-1col-w950_list
    > .layout-type01-1col-w950_item:nth-child(1) {
    padding-top: 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 900px) {
  .layout-type01-1col-w950 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 901px) {
  [data-sb-margin-type="1col"] .layout-type01-1col-w950,
  [data-sb-margin-type="2col"] .layout-type01-1col-w950,
  .table-type01_data .layout-type01-1col-w950 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 901px) and (max-width: 900px) {
  [data-sb-margin-type="1col"] .layout-type01-1col-w950,
  [data-sb-margin-type="2col"] .layout-type01-1col-w950,
  .table-type01_data .layout-type01-1col-w950 {
    margin-top: 25px;
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  [data-sb-margin-type="text-1col"] .layout-type01-1col-w950,
  [data-sb-margin-type="text-2col"] .layout-type01-1col-w950 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 901px) {
  [data-sb-margin-type="list-artice-type01"] .layout-type01-1col-w950 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 901px) and (max-width: 900px) {
  [data-sb-margin-type="list-artice-type01"] .layout-type01-1col-w950 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 901px) {
  [data-sb-margin-type="3col"] .layout-type01-1col-w950,
  [data-sb-margin-type="4col"] .layout-type01-1col-w950,
  [data-sb-margin-type="layout-form-type01"] .layout-type01-1col-w950,
  [data-sb-margin-type="layout-form-type02"] .layout-type01-1col-w950 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 901px) and (max-width: 900px) {
  [data-sb-margin-type="3col"] .layout-type01-1col-w950,
  [data-sb-margin-type="4col"] .layout-type01-1col-w950,
  [data-sb-margin-type="layout-form-type01"] .layout-type01-1col-w950,
  [data-sb-margin-type="layout-form-type02"] .layout-type01-1col-w950 {
    margin-top: 25px;
  }
}
@media screen and (min-width: 901px) and (min-width: 901px) {
  [data-sb-margin-type="text-3col"] .layout-type01-1col-w950,
  [data-sb-margin-type="text-4col"] .layout-type01-1col-w950 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .layout-type01-1col-w950 {
    margin: 0 auto;
    margin-top: 40px;
  }
  .layout-type01-1col-w950 > .layout-type01-1col-w950_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 -20px;
    padding-left: 20px;
  }
  .layout-type01-1col-w950
    > .layout-type01-1col-w950_list
    > .layout-type01-1col-w950_item {
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
  }
  .layout-type01-1col-w950
    > .layout-type01-1col-w950_list
    > .layout-type01-1col-w950_item:nth-child(1n + 1) {
    margin-left: -20px;
  }
  .layout-type01-1col-w950
    > .layout-type01-1col-w950_list
    > .layout-type01-1col-w950_item
    > :first-child {
    margin-top: 0;
  }
  .layout-type01-1col-w950
    > .layout-type01-1col-w950_list
    > .layout-type01-1col-w950_item:nth-child(1) {
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .layout-type01-1col-w950 {
    margin-top: 30px;
  }
}

.section-container {
  padding: 70px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .section-container {
    padding: 50px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.section-container[data-sb-module-theme="white01"] {
  background: #fff;
  color: #333;
}

.section-container[data-sb-section-border-lv2="false"] {
  border-top: none;
}

.section-container > :first-child {
  margin-top: 0;
}

.title-lv1,
.title-lv2,
.title-lv3,
.title-lv4,
.title-lv5,
.title-lv1-en,
.title-lv2-en,
.title-lv1-bg,
.title-s-lv1,
.title-s-lv2 {
  font-weight: 700;
  text-align: center;
}

.title-lv1 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
  .title-lv1 {
    max-width: 100%;
    font-size: 2.3rem;
    line-height: 1.26087;
    margin-bottom: 50px;
  }
}

.title-lv2 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .title-lv2 {
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .title-lv2 {
    font-size: 2.1rem;
    line-height: 1.28571;
    margin-bottom: 40px;
  }
}

.button-gray-type01 .icon-svg {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
}

.button-gray-type01 {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px 40px;
  min-height: 50px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: #666666;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#666666),
    to(#666666)
  );
  background: linear-gradient(to bottom, #666666 0%, #666666 100%);
  border: none;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .button-gray-type01:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 900px) {
  .button-gray-type01 {
    padding: 9px 35px;
    min-height: 40px;
    border-radius: 40px;
  }
}
@media all and (-ms-high-contrast: none) {
  .button-gray-type01::before {
    content: "";
    height: 44px;
    display: block;
    width: 1px;
  }
}
.button-gray-type01[data-sb-button-size="s"] {
  min-width: 200px;
}
@media screen and (max-width: 900px) {
  .button-gray-type01[data-sb-button-size="s"] {
    min-width: 160px;
  }
}
.button-gray-type01[data-sb-button-size="m"] {
  min-width: 340px;
}
@media screen and (max-width: 900px) {
  .button-gray-type01[data-sb-button-size="m"] {
    min-width: 280px;
  }
}
@media screen and (max-width: 900px) and (max-width: 374px) {
  .button-gray-type01[data-sb-button-size="m"] {
    min-width: 100%;
  }
}

.button-blue-type01 .icon-svg {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
}

.button-blue-type01 {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px 40px;
  min-height: 50px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: #0b5bce;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0b5bce),
    to(#0f82b8)
  );
  background: linear-gradient(to bottom, #0b5bce 0%, #0f82b8 100%);
  border: none;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .button-blue-type01:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 900px) {
  .button-blue-type01 {
    padding: 9px 35px;
    min-height: 40px;
    border-radius: 40px;
  }
}
@media all and (-ms-high-contrast: none) {
  .button-blue-type01::before {
    content: "";
    height: 44px;
    display: block;
    width: 1px;
  }
}
.button-blue-type01[data-sb-button-size="s"] {
  min-width: 200px;
}
@media screen and (max-width: 900px) {
  .button-blue-type01[data-sb-button-size="s"] {
    min-width: 160px;
  }
}
.button-blue-type01[data-sb-button-size="m"] {
  min-width: 340px;
}
@media screen and (max-width: 900px) {
  .button-blue-type01[data-sb-button-size="m"] {
    min-width: 280px;
  }
}
@media screen and (max-width: 900px) and (max-width: 374px) {
  .button-blue-type01[data-sb-button-size="m"] {
    min-width: 100%;
  }
}

.layout-type01-1col-w950 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 901px) {
  .layout-type01-1col-w950
    > .layout-type01-1col-w950_list
    > .layout-type01-1col-w950_item
    > :first-child {
    margin-top: 0;
  }
}

.icon-svg {
  display: inline-block;
  fill: currentColor;
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
@media screen and (max-width: 900px){
.icon-svg {
    width: 12px;
    height: 12px;
}
}
.box-type06[data-sb-module-theme-parent="white01"] {
  background-color: #f8f8f8;
}

.box-type01-01,
.box-type01-02,
.box-type01-03,
.box-type02-01_inner,
.box-type02-02_inner,
.box-type03_link,
.box-type04-01_link,
.box-type04-01_article,
.box-type04-02_link,
.box-type04-02_article,
.box-type05-01_link,
.box-type05-01_article,
.box-type05-01_box,
.box-type05-02_link,
.box-type05-02_article,
.box-type05-02_box,
.box-type06,
.box-type07,
.box-type07-02,
.box-article-type01,
.carousel-type02-01_box-inner,
.appbox-type03 {
  box-sizing: border-box;
  text-align: left;
}

.box-type01-01,
.box-type02-01_inner,
.box-type05-01_box,
.box-type05-02_box,
.box-type06,
.box-type07,
.box-article-type01 {
  padding: 40px;
}
@media screen and (max-width: 900px) {
  .box-type01-01,
  .box-type02-01_inner,
  .box-type05-01_box,
  .box-type05-02_box,
  .box-type06,
  .box-type07,
  .box-article-type01 {
    padding: 30px 15px;
  }
}

.text {
  margin-top: 40px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

[data-sb-margin-type="1col"] > :first-child,
[data-sb-margin-type="2col"] > :first-child,
[data-sb-margin-type="3col"] > :first-child,
[data-sb-margin-type="4col"] > :first-child,
[data-sb-margin-type="text-1col"] > :first-child,
[data-sb-margin-type="text-2col"] > :first-child,
[data-sb-margin-type="text-3col"] > :first-child,
[data-sb-margin-type="text-4col"] > :first-child,
[data-sb-margin-type="list-artice-type01"] > :first-child,
[data-sb-margin-type="layout-form-type01"] > :first-child,
[data-sb-margin-type="layout-form-type02"] > :first-child,
.table-type01_data > :first-child {
  margin-top: 0;
}

[data-sb-margin-type='1col'] .text+.text, [data-sb-margin-type='2col'] .text+.text, .table-type01_data .text+.text {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  [data-sb-margin-type="1col"] .text + .text,
  [data-sb-margin-type="2col"] .text + .text,
  .table-type01_data .text + .text {
    margin-top: 20px;
  }
}

.linktext {
  color: #0b5bce;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.linktext .icon-svg {
  vertical-align: -1px;
}

.u-ta-l {
  text-align: left !important;
}

@media screen and (min-width: 901px) {
  .u-pc-d-n {
    display: none;
  }

  .u-pc-w-90p {
    width: 90% !important;
  }
}

@media screen and (max-width: 900px) {
  .u-sp-d-n {
    display: none;
  }
}


@-webkit-keyframes mercury-arrowR {
  0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  50% {
      -webkit-transform: translate3d(30%, 0, 0);
      transform: translate3d(30%, 0, 0)
  }

  100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes mercury-arrowR {
  0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }

  50% {
      -webkit-transform: translate3d(30%, 0, 0);
      transform: translate3d(30%, 0, 0)
  }

  100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.button-blue-type01[data-sb-icon-direction="right"]:hover .icon-svg {
  -webkit-animation: mercury-arrowR 0.4s 2;
  animation: mercury-arrowR 0.4s 2;
}

.button-gray-type01[data-sb-icon-direction="right"]:hover .icon-svg {
  -webkit-animation: mercury-arrowR 0.4s 2;
  animation: mercury-arrowR 0.4s 2;
}

.linktext[data-sb-icon-direction="right"]:hover .icon-svg {
  -webkit-animation: mercury-arrowR 0.4s 2;
  animation: mercury-arrowR 0.4s 2;
}

.title-s-lv1 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px
}

@media screen and (max-width: 900px) {
  .title-s-lv1 {
      font-size:1.7rem;
      line-height: 1.35294;
      margin-bottom: 25px
  }
}

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

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

.mobile-page-u96-modal-bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  opacity: 0;
}

.mobile-page-u96-boxItemDetails {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 45px;
  z-index: 10;
  background: #ffffff;
  border: 4px solid #dfdfdf;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .mobile-page-u96-boxItemDetails {
    padding: 30px;
    margin: 0 auto;
  }
}

.mobile-page-u96-boxItemDetails * {
  box-sizing: border-box;
  letter-spacing: 0.04em;
  word-break: break-all;
  line-height: 166%;
}

.mobile-page-u96-boxItemDetails .mobile-page-u96-name {
  font-size: 18px;
  font-family: "Hiragino Sans W3", "ヒラギノ角ゴ ProN W3", "WinGothic W3",
    sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .mobile-page-u96-boxItemDetails .mobile-page-u96-name {
    font-size: 17px;
  }
}

@media screen and (min-width: 901px) {
  .modal-type01-01 .mobile-page-u96-disc {
    font-size: 18px;
    font-family: "Hiragino Sans W3", "ヒラギノ角ゴ ProN W3", "WinGothic W3",
      sans-serif;
    font-weight: normal;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-justify-content:space-around!important;
    -ms-flex-pack:distribute!important;
    justify-content:space-around!important;
  }
}

@media screen and (max-width: 900px) {
  .modal-type01-01 .mobile-page-u96-disc {
    font-size: 18px;
    font-family: "Hiragino Sans W3", "ヒラギノ角ゴ ProN W3", "WinGothic W3",
      sans-serif;
    font-weight: normal;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap:wrap!important;
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important;
    -webkit-box-pack:center!important;
    -webkit-justify-content:center!important;
    -ms-flex-pack:center!important;
    justify-content:center!important;
  }

  .modal-type01-01 .mobile-page-u96-disc>*:not(:first-child){
    margin-top: 20px;
  }
}

.mobile-page-u96-boxItemDetails .mobile-page-u96-disc > *:not(:first-child) {
  margin-left: 20px;
}

@media screen and (max-width: 900px) {
  .mobile-page-u96-boxItemDetails .mobile-page-u96-disc {
    margin-top: 0;
    display: block !important;
  }
  .mobile-page-u96-boxItemDetails .mobile-page-u96-disc > *:not(:first-child) {
    margin: 20px 0 0 0;
  }
}

.mobile-page-u96-boxItemDetails .mobile-page-u96-boxItemDetailsClose {
  background: none /*#dfdfdf*/;
  height: 40px;
  width: 40px;
  position: absolute;
  right: -4px;
  top: -43px;
  cursor: pointer;
}

.mobile-page-u96-boxItemDetails .mobile-page-u96-boxItemDetailsClose:before,
.mobile-page-u96-boxItemDetails .mobile-page-u96-boxItemDetailsClose:after {
  content: "";
  height: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -25%;
  display: block;
  background: #fff;
  position: absolute;
  top: 19px;
  left: 20px;
  /*background: #000;*/
  width: 45%;
}

.mobile-page-u96-boxItemDetails .mobile-page-u96-boxItemDetailsClose:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-page-u96-boxItemDetails .mobile-page-u96-boxItemDetailsClose:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-page-u96-button-white-type01 {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px 40px;
  min-height: 50px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: #fff;
  border: 1px solid #c1c1c2;
  color: #333;
}

.mobile-page-u96-button-white-type01[data-sb-button-size="m"] {
  min-width: 340px;
}

.mobile-page-u96-button-white-type01[data-sb-icon-direction="right"]:hover
  .icon-svg {
  -webkit-animation: mercury-arrowR 0.4s 2;
  animation: mercury-arrowR 0.4s 2;
}

.mobile-page-u96-button-white-type01 .icon-svg {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 900px) {
  .mobile-page-u96-button-white-type01 {
    padding: 9px 35px;
    border-radius: 40px;
    min-height: 21px;
    height: 41px;
  }
  .mobile-page-u96-button-white-type01[data-sb-button-size="m"] {
    min-width: 280px;
  }

  .mobile-page-u96-button-white-type01 .icon-svg {
    right: 15px;
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 374px) and (max-width: 900px) {
  .mobile-page-u96-button-white-type01[data-sb-button-size="m"] {
    min-width: 218px;
  }
}

@media all and (-ms-high-contrast: none) {
  .mobile-page-u96-button-white-type01 {
    padding-top: 10px;
  }
}


/* ----------------------------------------------------------------
modal
----------------------------------------------------------------- */
.modal-type01-01 {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10010
}

.modal-type01-01_overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  cursor: pointer;
  z-index: 10011
}

.modal-type01-01_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 870px;
  margin: auto;
  z-index: 10012
}

@media screen and (max-width: 900px) {
  .modal-type01-01_inner {
      width:auto;
      margin: auto 15px
  }
}

.modal-type01-01_inner > img {
  width: 100%;
}

.modal-type01-01[data-sb-modal-size='l'] .modal-type01-01_inner {
  height: 75%
}

.modal-type01-01_button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: -49px;
  width: 29px;
  height: 29px;
  box-sizing: border-box;
  display: block;
  text-indent: -9999px;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s
}

@media screen and (min-width: 901px) {
  .modal-type01-01_button:hover {
      opacity:0.6
  }
}

@media screen and (max-width: 900px) {
  .modal-type01-01_button {
      top:-44px;
      width: 24px;
      height: 24px
  }
}

.modal-type01-01_button::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto
}

@media screen and (max-width: 900px) {
  .modal-type01-01_button::before {
      width:28px
  }
}

.modal-type01-01_button::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: auto
}

@media screen and (max-width: 900px) {
  .modal-type01-01_button::after {
      width:28px
  }
}

.modal-type01-01_detail-inner {
  padding: 40px;
  background-color: #fff
}

@media screen and (max-width: 900px) {
  .modal-type01-01_detail-inner {
      padding:30px 15px
  }

  .modal-type01-01_detail-inner[data-sb-box-title='true'] {
      padding-top: 35px;
      padding-bottom: 35px
  }
}

.applink-list-s-2col {
  margin-top: 40px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center
}

@media screen and (max-width: 900px) {
  .applink-list-s-2col {
      margin-top:30px
  }
}

[data-sb-margin-type='1col'] .applink-list-s-2col,[data-sb-margin-type='2col'] .applink-list-s-2col,.table-type01_data .applink-list-s-2col {
  margin-top: 30px
}

@media screen and (max-width: 900px) {
  [data-sb-margin-type='1col'] .applink-list-s-2col,[data-sb-margin-type='2col'] .applink-list-s-2col,.table-type01_data .applink-list-s-2col {
      margin-top:25px
  }
}

@media screen and (min-width: 901px) {
  [data-sb-margin-type='text-1col'] .applink-list-s-2col,[data-sb-margin-type='text-2col'] .applink-list-s-2col {
      margin-top:30px
  }
}

[data-sb-margin-type='list-artice-type01'] .applink-list-s-2col {
  margin-top: 30px
}

@media screen and (max-width: 900px) {
  [data-sb-margin-type='list-artice-type01'] .applink-list-s-2col {
      margin-top:20px
  }
}

[data-sb-margin-type='3col'] .applink-list-s-2col,[data-sb-margin-type='4col'] .applink-list-s-2col,[data-sb-margin-type='layout-form-type01'] .applink-list-s-2col,[data-sb-margin-type='layout-form-type02'] .applink-list-s-2col {
  margin-top: 20px
}

@media screen and (max-width: 900px) {
  [data-sb-margin-type='3col'] .applink-list-s-2col,[data-sb-margin-type='4col'] .applink-list-s-2col,[data-sb-margin-type='layout-form-type01'] .applink-list-s-2col,[data-sb-margin-type='layout-form-type02'] .applink-list-s-2col {
      margin-top:25px
  }
}

@media screen and (min-width: 901px) {
  [data-sb-margin-type='text-3col'] .applink-list-s-2col,[data-sb-margin-type='text-4col'] .applink-list-s-2col {
      margin-top:20px
  }
}

@media screen and (max-width: 900px) {
  .applink-list-s-2col {
      max-width:100%
  }
}

@media screen and (max-width: 900px) {
  .applink-list-s-2col {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.applink-list-s-2col_section {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  text-align: center;
  padding: 0 40px;
  border-left: 1px solid #e0e0e0
}

@media screen and (max-width: 900px) {
  .applink-list-s-2col_section {
      -webkit-flex-basis:auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      padding-top: 5px;
      padding-bottom: 5px
  }
}

.applink-list-s-2col_section>*:first-child {
  margin-top: 0
}

@media screen and (max-width: 900px) {
  .applink-list-s-2col_section {
      padding-left:0;
      padding-right: 0;
      border-left: none;
      border-top: 1px solid #e0e0e0;
      margin-top: 30px;
      padding-top: 35px
  }
}

.applink-list-s-2col_section:first-child {
  border-left: none;
  padding-left: 0
}

@media screen and (max-width: 900px) {
  .applink-list-s-2col_section:first-child {
      margin-top:0;
      padding-top: 5px;
      border-top: none
  }
}

.applink-list-s-2col_section:last-child {
  padding-right: 0
}

#mobile-page-u96-js-callback,
#mobile-page-u96-js-chanel,
#mobile-page-u96-js-call-suport-modal,
.mobile-page-u96-btn-black {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  #mobile-page-u96-js-callback,
  #mobile-page-u96-js-chanel,
  #mobile-page-u96-js-call-suport-modal {
    margin-top: 30px;
  }
}

.mobile-page-u96-with-question {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  margin: 0 0 0 0;
  position: relative;
  font-size: 16px;
}

.mobile-page-u96-with-question:before {
  color: #1c619c;
  content: '?';
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: -2px;
  left: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 10px;
  padding: 3px 6px;
}

.internet-support-link {
  background-color: #f8f8f8;
  text-align: center;
  margin-bottom: 1rem;
  padding: 1.2rem 0;
}

.notice-text {
  color: red;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.notice-text br {
  display: none;
}

.support-page-link {
  display: block;
  background-color: black;
  color: white;
  font-size: 16px;
  padding: 1rem;
  border: none;
  cursor: pointer;
  width: 30%;
  border-radius: 8px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.support-page-link .icon-svg {
  margin: 0 0 0.1rem 1rem;
}

.support-page-link:hover {
  background-color: #333;
}

@media screen and (max-width: 900px) {
  .support-page-link {
    width: 85%;
    font-size: 14px;
    justify-content: end;
  }
  .support-page-link .icon-svg {
    margin: 0 0 0.2rem 0.6rem;
  }
  .notice-text br {
    display: block;
  }
}