@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');

/* Reset & Common Styles */
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.net_mansion {
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
}

.net_mansion a {
  text-decoration: none;
}

.net_mansion img {
  width: 100%;
}

.net_mansion picture {
  display: block;
}

.net_mansion img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

:root {
  --red1: #E93817;
  --glay1: #F2F2F2;
  --blue1: #0C0B86;
}

.icon_forward::after {
  content: "arrow_forward_ios";
  text-rendering: optimizeLegibility;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL'0, 'wght'400, 'GRAD'0, 'opsz'24;
}

.icon_down::after {
  content: "arrow_downward";
  text-rendering: optimizeLegibility;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL'0, 'wght'400, 'GRAD'0, 'opsz'24;

}

.icon_link_brank::after {
  content: "filter_none";
  text-rendering: optimizeLegibility;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL'0, 'wght'400, 'GRAD'0, 'opsz'24;
}

.icon_plus::after {
  content: "add";
  text-rendering: optimizeLegibility;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL'0, 'wght'400, 'GRAD'0, 'opsz'24;
}

.icon_minus::after {
  content: "remove";
  text-rendering: optimizeLegibility;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL'0, 'wght'400, 'GRAD'0, 'opsz'24;
}

.icon_checkbox::after {
  content: "select_check_box";
  text-rendering: optimizeLegibility;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL'0, 'wght'400, 'GRAD'0, 'opsz'24;
  vertical-align: middle;
}

.net_mansion .indent_1 {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.net_mansion sup {
  font-size: 0.8em;
  vertical-align: super;
}

.net_mansion .bt {
  opacity: 1;
  cursor: pointer;
}

.net_mansion .bt:hover {
  opacity: 0.8;
}


.net_mansion .inner_content_warp {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.net_mansion .indent_1h {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

/*jcom hack*/
h2:not([class])::before,
h2:not([class])::after,
h2.color-white::before,
h2.color-white::after,
.h2::before,
.h2::after,
h1::after,
h1::after {
  display: none;
}


/*scroll driven animation
  -----------------------------------------------------*/
.-fadeUp {
  opacity: 0;
  transition: 1.5s all;
  transform: translateY(30px);
}

.-fadeUp.on {
  opacity: 1;
  transition-duration: 1.2s;
  transform: translate(0);
}

.-pcDeeley0 {}

.-pcDeeley1 {
  transition-delay: 0.2s;
}

.-pcDeeley2 {
  transition-delay: 0.4s;
}

.-pcDeeley3 {
  transition-delay: 0.6s;
}