@charset "utf-8";
/* CSS reset */
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;
}
body {
  position: relative;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  width: 100%;
  line-height: 0;
  vertical-align: top;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* common
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
.line_cp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.line_cp p,
.line_cp big,
.line_cp small {
  font-family: "Noto Sans JP", sans-serif;
}
.line_cp p {
  margin-bottom: 0;
}

/* article
========================================*/
article {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
article img {
  line-height: 0;
  vertical-align: top;
  width: 100%;
}

/* fv
========================================*/
.fv {
}

/* bg
========================================*/
.bg {
  background: #fe0533 url(../../images_260216/bg-pattern.png) center 27% repeat;
  background-size: contain;
}

/* takelook
========================================*/
.takelook {
}
.takelook h2 {
  width: 100%;
  padding: 0.625vw 0;
  background: #fff;
}
.takelook .takelook-body {
  padding: 3.75vw 2.34% 6.25vw;
}
.takelook img.takelook-details {
  margin: 5.1875vw 0 0;
}
.notes_ac {
  margin-bottom: 4.6875vw;
  background: #fff;
  border: 0.625vw solid #000;
  margin-top: 7.65625vw;
}
.notes_ac #js-ac {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6.25vw;
  color: #000;
  font-weight: 900;
  height: 15.15625vw;
  cursor: pointer;
  position: relative;
}
.notes_ac #js-ac::before {
  content: "";
  display: block;
  width: 6.875vw;
  height: 6.875vw;
  background: url(../../images_260216/ico-plus.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 3.125vw;
  top: 50%;
  transform: translateY(-50%);
}
.notes_ac.open #js-ac::before {
  background: url(../../images_260216/ico-minus.png) center center no-repeat;
  background-size: contain;
}
.notes_ac .notes_open {
  display: none;
}
.notes_ac.open .notes_open {
  display: block;
}
.notes_ac.open .notes_close {
  display: none;
}
.ac-content {
  display: none;
  font-size: 4.38vw;
  line-height: 1.5;
  padding: 4.22vw 3.75vw 8.75vw;
  word-break: break-word;
}
.ac-content h3 {
  font-size: 5.63vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.4em;
}
.ac-content h4 {
  font-weight: 700;
  margin: 1.5em 0 0.5em;
}
.ac-content h4.u-line {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d8d8d8;
}
.ac-content ul.normal-li,
.ac-content ul.attention-li {
  margin: 0.8em 0;
}
.ac-content ul ul.normal-li,
.ac-content ul ul.attention-li {
  margin: 0;
}
.ac-content ul.normal-li > li + li,
.ac-content ul.attention-li > li + li {
  margin-top: 0.5em;
}
.ac-content ul.normal-li > li,
.ac-content ul.attention-li > li {
  display: block;
  padding-left: 1em;
  position: relative;
}
.ac-content ul.attention-li > li.strong {
  font-weight: 700;
  text-decoration: underline;
}
.ac-content ul.normal-li > li:before,
.ac-content ul.attention-li > li:before {
  position: absolute;
  left: 0;
  top: 0;
}
.ac-content ul.normal-li > li:before {
  content: "・";
}
.ac-content ul.attention-li > li:before {
  content: "※";
}
.ac-content dl.step-dl {
  display: grid;
  grid-template-columns: auto auto;
}
.ac-content dl.step-dl dd + dt,
.ac-content dl.step-dl dd + dt + dd {
  margin-top: 0.5em;
}

/* step
========================================*/
.step {
  padding: 0 2.34% 10vw;
}
.step h2 {
  width: 86.25vw;
  margin: 0 auto 12.34375vw;
}
.step ul li {
  display: block;
  background: #fff;
  padding: 9.21875vw 3.75vw 6.25vw;
  border-left: 1.25vw solid #000;
  margin-left: 2.34vw;
  font-size: 4.38vw;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.step ul li p:has(img.minibtn) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.71875vw;
}
.step ul li p:has(img.minibtn-2) {
  margin: 1.46875vw 0 1.09375vw;
}
.step ul li p img.minibtn {
  width: 44.21875vw;
  margin: 0 0.9375vw;
}
.step ul li img.num {
  width: 37.5vw;
  position: absolute;
  top: -7.34375vw;
  left: -3.59vw;
}
@media (max-width: 524px) {
  .step ul li img.num {
    left: -3.467vw;
  }
}
@media (min-width: 760px) {
  .step ul li img.num {
    left: -3.5vw;
  }
}
.step ul li + li {
  margin-top: 14.06vw;
}
.step ul li.step-1 a.alignment-btn {
  display: block;
  margin: 5.78125vw auto 4.875vw;
}
.step ul li.step-1 img.img1 {
  width: 62.34375vw;
  margin: 0 auto;
}
.step ul li.step-1 img.img2 {
  width: 67.34375vw;
  margin: -1.03125vw auto 0;
}
.step ul li.step-1 small {
  display: block;
  font-size: 3.125vw;
  font-weight: 400;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin: 4.1875vw 0 0 0em;
}
.step ul li.step-1 .member,
.step ul li.step-1 .not-member {
  padding: 13vw 3.75vw 5.9375vw;
  position: relative;
}
.step ul li.step-1 .member {
  border: 0.46875vw solid #155bbb;
}
.step ul li.step-1 .not-member {
  border: 0.46875vw solid #00a2ea;
  margin-top: 6.40625vw;
  padding-top: 11.71875vw;
  padding-bottom: 2.34375vw;
}
.step ul li.step-1 .member h3,
.step ul li.step-1 .not-member h3 {
  font-size: 3.75vw;
  font-weight: 700;
  width: fit-content;
  padding: 1.25vw 4.84375vw 2.03125vw 4.53125vw;
  border-radius: 0 0 3.125vw 0;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.step ul li.step-1 .member h3 {
  background: #155bbb;
}
.step ul li.step-1 .not-member h3 {
  background: #00a2ea;
}
.step ul li.step-2 p.big {
  font-size: 5vw;
  font-weight: 700;
}
.step ul li.step-2 big {
  font-size: 10.625vw;
  font-weight: 700;
  color: #fe0533;
  margin-top: -1.5vw;
  display: block;
  position: relative;
  left: 2.03125vw;
  line-height: 1.47;
}
.step ul li.step-2 img.img {
  width: 74.4vw;
  margin: -1.5vw auto 3.03125vw;
}
.step ul li.step-1 a.register-btn {
  display: block;
  margin: 7.96875vw auto 5.625vw;
}

/* bnr
========================================*/
