@charset "UTF-8";

/* common */

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;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

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;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
}

::-ms-expand {
  display: none;
}

html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 3.4rem;
  letter-spacing: 0;
  color: #46474b;
  overflow-x: hidden;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
}

a {
  color: #46474b;
  text-decoration: none;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

/* PCのみ */

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  a:hover img {
    opacity: 0.7;
  }
  body.no-hover a.adding-link:hover img,
  body.no-hover a.adding-link-img:hover img {
    opacity: 1;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}

/* SPのみ */

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
}

/* base */

h2.ttl01 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1.2rem;
}

h2.ttl01 p {
  position: relative;
  padding: 0 5rem;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.2rem;
}

h2.ttl01 p span {
  color: #66a6ff;
  font-size: 2.7rem;
  line-height: 100%;
}

h2.ttl01 p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 4rem;
  height: 0.2rem;
  background-color: #333333;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}

h2.ttl01 p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 4rem;
  height: 0.2rem;
  background-color: #333333;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}

h2.ttl02 {
  background: #aed8ff;
  border-radius: 3rem;
  padding: 1.1rem 3rem;
  font-size: 2.6rem;
  font-weight: 450;
}

h2.ttl02 span {
  display: inline-block;
  border-right: 1px solid #333;
  padding-right: 2.1rem;
  margin-right: 2rem;
}

.yellowBox {
  position: relative;
  border: 3px solid #c5e3ff;
  border-radius: 3rem;
  padding: 3rem;
}

.yellowBox:before {
  content: "";
  position: absolute;
  background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/lblue.png) left center no-repeat;
  background-size: 5rem;
  width: 5rem;
  height: 5rem;
  top: -10px;
  left: -18px;
}

.orangeBox {
  position: relative;
  border: 3px solid #66a6ff;
  border-radius: 3rem;
  padding: 3rem;
}

.orangeBox:before {
  content: "";
  position: absolute;
  background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/blue.png) left center no-repeat;
  background-size: 5rem;
  width: 5rem;
  height: 5rem;
  top: -10px;
  left: -18px;
}

.orangeBox .bold span {
  color: #ef9300;
}

header {
  background: #092253;
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5rem;
}

header .inner a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 100%;
}

header .inner a span {
  margin-left: 1rem;
}

footer {
  background: #092253;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 11.8rem;
}

footer .inner .contents .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .inner .contents .copy {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  line-height: 100%;
  margin-top: 0.8rem;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  left: 38%;
  position: absolute;
  top: 51%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 68%;
}

.modal__box {
  position: relative;
}

.modal__box img {
  width: 100%;
  border: 20px solid #fff;
}

.modal-close {
  position: absolute;
  display: inline-block;
  top: -4rem;
  right: 0;
}

.modal-close span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 3em;
  max-width: 4rem;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-close span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.js-modal-open {
  position: relative;
}

.js-modal-open:hover {
  opacity: 1;
}

.js-modal-open:hover .hover {
  display: block;
}

.js-modal-open .hover {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  display: none;
}

.js-modal-open .hover p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.step svg a:hover {
  opacity: 1;
}

.step svg a:hover .rect {
  stroke: #66a6ff;
  stroke-width: 6px;
}

.step svg a .rect {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

#pageTop {
  position: fixed;
  z-index: 11111111;
  left: 20px;
  bottom: 20px;
  width: 6rem;
  height: 6rem;
  display: none;
}

.js-marker {
  display: inline;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#d2eaff), to(#d2eaff));
  background-image: linear-gradient(90deg, #d2eaff, #d2eaff);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.js-marker.inview {
  background-size: 100% 30%;
}

body #main-content a.adding-link {
  display: inline-block;
  cursor: pointer;
  font-size: 100%;
  color: #001eb3;
  text-decoration: underline;
}

.official-site-adding-link {
  color: #001eb3;
  text-align: center;
  margin-top: 5rem;
  font-size: 2.5rem;
}

.footer-banner-pc {
  width: 78%;
  text-align: center;
  margin: auto auto;
  margin-bottom: 5vw;
}

.footer-banner-sp {
  width: 78%;
  text-align: center;
  margin: auto auto;
  display: none;
  margin-bottom: 12vw;
}

.cont04 {
  margin-bottom: 5rem;
}

.adding-link-img:hover {
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  h2.ttl01 {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 3vw;
  }
  h2.ttl01 p {
    font-size: 3.4vw;
    padding: 0 10vw;
  }
  h2.ttl01 p:before {
    width: 9vw;
  }
  h2.ttl01 p:after {
    width: 9vw;
  }
  h2.ttl01 p span {
    font-size: 6vw;
  }
  h2.ttl02 {
    font-size: 4.5vw;
    padding: 0.5vw 4vw;
  }
  h2.ttl02 span {
    line-height: 100%;
    padding-right: 1.1rem;
    margin-right: 1rem;
  }
  .yellowBox {
    border-radius: 1rem;
    padding: 5.5vw 3vw;
  }
  .yellowBox:before {
    content: "";
    position: absolute;
    background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/lblue.png) left center no-repeat;
    background-size: 6vw;
    width: 6vw;
    height: 6vw;
    top: -3.5vw;
    left: -3vw;
  }
  .yellowBox .bold {
    line-height: 6vw;
    text-align: center;
  }
  .yellowBox img {
    width: 100%;
    margin: 0 auto;
  }
  .orangeBox {
    border-radius: 1rem;
  }
  .orangeBox:before {
    content: "";
    position: absolute;
    background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/blue.png) left center no-repeat;
    background-size: 3rem;
    width: 3rem;
    height: 3rem;
    top: -10px;
    left: -8px;
  }
  .orangeBox .bold {
    font-size: 3.8vw;
    line-height: 6vw;
    text-align: center;
  }
  header .inner {
    height: 13.4vw;
  }
  header .inner h1 {
    width: 40.6vw;
  }
  header .inner a {
    font-size: 2.6vw;
  }
  header .inner a span {
    margin-left: 2vw;
  }
  .modal__content {
    width: 70%;
  }
  .fixed__tel {
    position: fixed;
    width: 9rem;
    height: 8.8rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 2;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
  }
  p#pageTop {
    left: 80vw;
    bottom: 10vw;
  }
  .official-site-adding-link {
    font-size: 4.5vw;
    margin-top: 2rem;
  }
  .footer-banner-sp {
    display: block;
  }
  .footer-banner-pc {
    display: none;
  }
}

/* 各スタイル PC */

body {
  color: #333333;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.nohover {
  pointer-events: none;
}

body .inner {
  max-width: 102.8rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

body a {
  display: block;
}

body a:hover {
  opacity: 0.5;
}

body.no-hover a.adding-link:hover,
body.no-hover a.official-site-adding-link:hover,
body.no-hover a.sp-adding-link:hover {
  opacity: 1;
}

main p {
  line-height: 1.8;
}

main small {
  line-height: 1.8;
}

main .mv {
  background: #ffcc00;
  padding: 0.8rem 0 3.6rem;
}

main .mv .inner {
  position: relative;
}

main .mv .inner:before {
  content: "";
  position: absolute;
  background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/mv02.png) left center no-repeat;
  background-size: 11.7rem;
  width: 11.7rem;
  height: 14.7rem;
  top: 30%;
  left: 0;
}

main .mv .inner:after {
  content: "";
  position: absolute;
  background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/mv01.png) left center no-repeat;
  background-size: 17.7rem;
  width: 17.7rem;
  height: 13.1rem;
  top: 30%;
  right: 0;
}

main .mv .inner .contents {
  position: relative;
}

main .mv .inner .contents:before {
  content: "";
  position: absolute;
  background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/mv03.png) left center no-repeat;
  background-size: 13.6rem;
  width: 13.6rem;
  height: 10.3rem;
  top: 0;
  left: 14.4%;
}

main .mv .inner .contents p {
  text-align: center;
}

main .mv .inner .contents p.ttl {
  font-size: 2.1rem;
  font-weight: bold;
  padding: 2rem 0;
  line-height: 1.4;
}

main .mv .inner .contents p.ttl span {
  font-size: 3.3rem;
}

main .mv .inner .contents h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 0 18rem;
}

main .top {
  padding: 3.3rem 0 7.2rem;
}

main .top .inner {
  position: relative;
}

main .top .inner .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4.6rem;
}

main .top .inner .telContents {
  position: relative;
  border-left: 0.5rem solid #aed8ff;
  border-right: 0.5rem solid #aed8ff;
}

main .top .inner .telContents:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.5rem;
  background: #aed8ff;
  top: 0;
  left: 0;
  border-radius: 0 3rem 3rem 0;
}

main .top .inner .telContents:after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.5rem;
  background: #aed8ff;
  bottom: 0;
  left: 0;
  border-radius: 0 3rem 3rem 0;
}

main .top .inner .telContents .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .top .inner .telContents .box:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.5rem;
  background: #aed8ff;
  top: 0;
  right: 0;
  border-radius: 3rem 0 0 3rem;
}

main .top .inner .telContents .box:after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.5rem;
  background: #aed8ff;
  bottom: 0;
  right: 0;
  border-radius: 3rem 0 0 3rem;
}

main .top .inner .telContents .box .inBox {
  padding: 1.7rem 2rem;
}

main .top .inner .telContents .box .inBox p.t {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

main .top .inner .telContents .box .inBox p.b {
  text-align: center;
}

main .top .inner .telContents .box .inBox p.b span {
  vertical-align: middle;
  display: inline-block;
}

main .top .inner .telContents .box .inBox p.b span.txt01 {
  position: relative;
  font-size: 1.1rem;
  font-weight: 400;
  padding-right: 2.8rem;
  margin-right: 1.4rem;
}

main .top .inner .telContents .box .inBox p.b span.txt01:after {
  content: "";
  position: absolute;
  background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/arrow_s.png) left center no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}

main .top .inner .telContents .box .inBox p.b span.txt02 {
  font-size: 1.5rem;
  font-weight: lighter;
}

main .top .inner .telContents .box .inBox p.b a {
  vertical-align: middle;
  display: inline-block;
}

main .top .inner .telContents .box .inBox p.b a.tel {
  font-size: 2.9rem;
  line-height: 100%;
  letter-spacing: 0.5rem;
}

main .top .inner .telContents .box .inBox p.b a.mail {
  font-size: 1.5rem;
  line-height: 100%;
  color: #001eb3;
}

main .sec01 {
  padding: 0 0 12rem;
}

main .sec01 .inner h2 {
  margin-bottom: 6.2rem;
}

main .sec01 .inner .contents {
  padding-left: 6rem;
}

main .sec01 .inner .contents .bottom {
  text-align: center;
  margin-top: 6rem;
}

main .sec01 .inner .contents .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .sec01 .inner .contents .box:before {
  content: "";
  position: absolute;
  background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/arrowBottom_s.png) left center no-repeat;
  background-size: 4.2rem;
  width: 4.2rem;
  height: 4.2rem;
  bottom: 0;
  left: 24%;
}

main .sec01 .inner .contents .box .l {
  position: relative;
  width: calc(100% - 45.71%);
}

main .sec01 .inner .contents .box .l img.point {
  position: absolute;
  z-index: 1;
}

main .sec01 .inner .contents .box .r {
  margin-left: 6.5rem;
  width: calc(100% - (67.4% - 6.5rem));
}

main .sec01 .inner .contents .box .r small {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 2rem;
}

main .sec01 .inner .contents .box01 {
  padding-bottom: 5.8rem;
  margin-bottom: 2.5rem;
  min-height: 36.9rem;
}

main .sec01 .inner .contents .box01 img.point {
  position: absolute;
  top: -2.5%;
  left: 50.5%;
  z-index: 1;
  width: 19.25rem;
}

main .sec01 .inner .contents .box01 .l img.point {
  top: -10px;
  right: -16.4rem;
  width: 19.7rem;
}

main .sec01 .inner .contents .box01 .r {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

main .sec01 .inner .contents .box01 .r p.txt01 {
  margin-bottom: 2rem;
}

main .sec01 .inner .contents .box01 .r p.txt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 100%;
}

main .sec01 .inner .contents .box01 .r p.txt02 img {
  width: 6.3rem;
}

main .sec01 .inner .contents .box01 .r p.txt03 {
  margin-bottom: 1rem;
}

main .sec01 .inner .contents .box01 .r a {
  font-size: 1.6rem;
  color: #001eb3;
}

main .sec01 .inner .contents .box02 {
  padding-bottom: 6.8rem;
  margin-bottom: 2.5rem;
  min-height: 35.9rem;
}

main .sec01 .inner .contents .box02 img.point {
  position: absolute;
  top: 57%;
  left: 50%;
  z-index: 1;
  width: 31.95rem;
}

main .sec01 .inner .contents .box02 .l img.point {
  bottom: 4.4rem;
  right: -28.8rem;
  width: 32.4rem;
}

main .sec01 .inner .contents .box02 .r {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

main .sec01 .inner .contents .box03 {
  padding-bottom: 3.8rem;
  margin-bottom: 2.5rem;
  height: 36.8rem;
}

main .sec01 .inner .contents .box03 img.point {
  position: absolute;
  bottom: 22.5%;
  left: 7.7%;
  z-index: 1;
  width: 70.3rem;
}

main .sec01 .inner .contents .box03 .l img.point {
  bottom: 4rem;
  left: 7.2rem;
  width: 71.1rem;
  max-width: none;
}

main .sec01 .inner .contents .box03 .r {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

main .sec01 .inner .contents .box04 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5.8rem;
  margin-bottom: 3.5rem;
}

main .sec01 .inner .contents .box04 .l:before {
  content: "";
  z-index: 2;
  position: absolute;
  background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/imgPointB_s.png) left center no-repeat;
  background-size: 5.2rem;
  width: 5.2rem;
  height: 3.7rem;
  top: -1rem;
  right: 2rem;
}

main .sec01 .inner .contents .box05 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 6.8rem;
  margin-bottom: 3.5rem;
}

main .sec01 .inner .contents .box05 .r dl {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
  margin-top: 2rem;
}

main .sec01 .inner .contents .box06 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 7.8rem;
  margin-bottom: 1.5rem;
}

main .sec01 .inner .contents .box06 .l:before {
  content: "";
  z-index: 2;
  position: absolute;
  background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/imgPointD_s.png) left center no-repeat;
  background-size: 3.8rem;
  width: 3.8rem;
  height: 3.2rem;
  top: -3rem;
  right: -1rem;
}

main .sec01 .inner .contents .box07 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .sec01 .inner .contents .box07:before {
  content: none;
}

main .sec01 .inner .contents .box07 .l:before {
  content: "";
  z-index: 2;
  position: absolute;
  background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/imgPointD_s.png) left center no-repeat;
  background-size: 3.8rem;
  width: 3.8rem;
  height: 3.2rem;
  top: -3rem;
  right: -1rem;
}

main .sec01 .inner .contents .box08 {
  top: 4rem;
}

main .sec01 .inner .contents .box08:before {
  content: none;
}

main .sec02 {
  padding: 0 0 16.3rem;
}

main .sec02 .inner h2 {
  margin-bottom: 2.4rem;
}

main .sec02 .inner .topTxt {
  text-align: left;
  padding-left: 6rem;
  font-size: 2.2rem;
  margin-bottom: 5.8rem;
  font-weight: 300;
}

main .sec02 .inner .contents {
  padding-left: 6rem;
}

main .sec02 .inner .contents .boxTtl {
  font-size: 2.2rem;
  margin-bottom: 2.2rem;
}

main .sec02 .inner .contents .boxTtl span {
  font-size: 2.6rem;
  color: #c5e3ff;
  background: #333333;
  width: 4.4rem;
  height: 4.4rem;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding-top: 0.8rem;
  margin-right: 1.2rem;
  line-height: 100%;
}

main .sec02 .inner .contents .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .sec02 .inner .contents .box .l {
  position: relative;
  width: calc(100% - 45.71%);
}

main .sec02 .inner .contents .box .l img.point {
  position: absolute;
  z-index: 1;
}

main .sec02 .inner .contents .box .r {
  margin-left: 6.5rem;
}

main .sec02 .inner .contents .box .r small {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 2rem;
}

main .sec02 .inner .contents .box01 {
  margin-bottom: 9rem;
}

main .sec02 .inner .contents .box01 img.point {
  position: absolute;
  top: 3%;
  left: 18.4%;
  z-index: 1;
  width: 72.441rem;
}

main .sec02 .inner .contents .box01 .l img.point {
  top: 0.8rem;
  left: 16rem;
  width: 72.8rem;
  max-width: none;
}

main .sec02 .inner .contents .box01 .r {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100% - (67.4% - 6.5rem));
  padding-top: 6rem;
}

main .sec02 .inner .contents .box01 .r .yellowBox {
  margin-top: 4rem;
}

main .sec02 .inner .contents .box01 .r .yellowBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 248px;
}

main .sec02 .inner .contents .box01 .r .yellowBox ul li {
  position: relative;
  margin-right: 3rem;
  padding-left: 2rem;
}

main .sec02 .inner .contents .box01 .r .yellowBox ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 12px;
  border-color: transparent transparent transparent #aed8ff;
}

main .sec02 .inner .contents .box02 {
  margin-bottom: 9rem;
}

main .sec02 .inner .contents .box02 img.point {
  position: absolute;
  top: 5%;
  left: 39.8%;
  z-index: 1;
  width: 33.9rem;
}

main .sec02 .inner .contents .box02 .l img.point {
  top: 1.4rem;
  right: -21rem;
  width: 34.7rem;
}

main .sec02 .inner .contents .box02 .r {
  padding-top: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100% - (67.4% - 6.5rem));
}

main .sec02 .inner .contents .box03 img.point {
  position: absolute;
  top: 29%;
  left: 12.8%;
  z-index: 1;
  width: 43.169rem;
}

main .sec02 .inner .contents .box03 .l img.point {
  top: 6.4rem;
  left: 12rem;
  width: 41.7rem;
}

main .sec02 .inner .contents .box03 .r {
  padding-top: 6%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100% - (67.4% - 6.5rem));
}

main .sec03 {
  padding: 0 0 9.4rem;
}

main .sec03 .inner h2 {
  margin-bottom: 3.6rem;
}

main .sec03 .inner .topTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5.6rem;
  padding-left: 8.5rem;
}

main .sec03 .inner .topTxt p.l {
  padding-right: 3.3rem;
}

main .sec03 .inner .topTxt p.r {
  font-weight: 300;
}

main .sec03 .inner .contents {
  margin-bottom: 16rem;
  padding-left: 6.5rem;
}

main .sec03 .inner .contents .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .sec03 .inner .contents .box:before {
  content: "";
  position: absolute;
  background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/arrowBottom_s.png) left center no-repeat;
  background-size: 4.2rem;
  width: 4.2rem;
  height: 4.2rem;
  bottom: 0;
  left: 24%;
}

main .sec03 .inner .contents .box.box01:after {
  content: "";
  position: absolute;
  background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/arrowBottom_s.png) left center no-repeat;
  background-size: 4.2rem;
  width: 4.2rem;
  height: 4.2rem;
  bottom: -6.2rem;
  left: 24%;
}

main .sec03 .inner .contents .box .l {
  position: relative;
  width: calc(100% - 45.71%);
}

main .sec03 .inner .contents .box .l img.point {
  position: absolute;
  z-index: 1;
}

main .sec03 .inner .contents .box .r {
  margin-left: 6.5rem;
  width: calc(100% - (67.4% - 6.5rem));
}

main .sec03 .inner .contents .box .r small {
  font-size: 1.4rem;
  display: inline-block;
}

main .sec03 .inner .contents .box01 {
  padding-bottom: 5.8rem;
}

main .sec03 .inner .contents .box01 .r {
  margin-left: 0;
  padding-left: 6.5rem;
  width: calc(100% - (67.4% - 6.5rem));
  position: relative;
}

main .sec03 .inner .contents .box01 .r img.point {
  position: absolute;
  top: 3.4rem;
  left: -1rem;
  width: 7.5rem;
}

main .sec03 .inner .contents .box01 .r .inBox {
  border: 3px solid #66a6ff;
  border-radius: 1rem;
  padding: 3rem 2rem;
}

main .sec03 .inner .contents .box01 .r .inBox img {
  max-width: 23.5rem;
}

main .sec03 .inner .contents .box01 .r .inBox p {
  margin-top: 1.6rem;
}

main .sec03 .inner .contents .box02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 9rem;
}

main .sec03 .inner .contents .box02:after {
  content: "";
  position: absolute;
  background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/arrowBottom_s.png) left center no-repeat;
  background-size: 4.2rem;
  width: 4.2rem;
  height: 4.2rem;
  bottom: -4rem;
  left: 24%;
}

main .sec03 .inner .contents .box02:before {
  bottom: 2rem;
}

main .sec03 .inner .contents .box02 .l {
  text-align: center;
}

main .sec03 .inner .contents .box02 .l p {
  font-size: 2rem;
  font-weight: 450;
}

main .sec03 .inner .contents .box02 .l small {
  font-size: 1.4rem;
}

main .sec03 .inner .contents .box02 .r .yellowBox img {
  max-width: 29.3rem;
}

main .sec03 .inner .contents .box03 {
  margin-bottom: 7rem;
  padding-bottom: 3.6rem;
}

main .sec03 .inner .contents .box03 .l img.point {
  top: -1.3rem;
  right: -14.4rem;
  width: 20rem;
}

main .sec03 .inner .contents .box03 .r {
  padding-top: 7rem;
}

main .sec03 .inner .contents .box03 .r small {
  margin-top: 0;
}

main .sec03 .inner .contents .box03 .r .yellowBox {
  margin-top: 4rem;
}

main .sec03 .inner .contents .box04 {
  padding-bottom: 4rem;
}

main .sec03 .inner .contents .box04:before {
  bottom: -3rem;
}

main .sec03 .inner .contents .box04 .r a {
  font-size: 1.6rem;
  color: #001eb3;
  padding: 1.6rem 0 3rem;
  text-decoration: underline;
}

main .sec03 .inner .contents .box05 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8rem;
}

main .sec03 .inner .contents .box05:before {
  content: none;
}

main .sec03 .inner .contents .box05 .l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .sec03 .inner .contents .official_site {
  color: #001eb3;
  text-align: center;
  font-size: 2.5rem;
}

main .sec03 .inner .appContents {
  position: relative;
  background: #ddefff;
  padding: 3.6rem 4.5rem;
  margin-left: 6.8rem;
}

main .sec03 .inner .appContents .h3Ttl {
  position: absolute;
  top: -40px;
}

main .sec03 .inner .appContents .h3Ttl h3 {
  position: relative;
  background: #3061f2;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem 3rem;
  border-radius: 3rem;
}

main .sec03 .inner .appContents .h3Ttl h3:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 1.4rem 1.2rem 0 1.2rem;
  border-style: solid;
  border-color: #3061f2 transparent transparent transparent;
}

main .sec03 .inner .appContents .box .t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.6rem;
  padding-right: 22.3rem;
  border-bottom: 1px solid;
}

main .sec03 .inner .appContents .box .t p {
  font-size: 2.4rem;
  font-weight: bold;
  padding-right: 3rem;
  padding-top: 2.6rem;
}

main .sec03 .inner .appContents .box .t p span {
  font-size: 1.7rem;
}

main .sec03 .inner .appContents .box .t img {
  width: 12.7rem;
  height: 12.7rem;
}

main .sec03 .inner .appContents .box .b {
  padding-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 22.3rem;
}

main .sec03 .inner .appContents .box .b .l {
  padding-right: 2rem;
}

main .sec03 .inner .appContents .box .b .l .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 1.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .sec03 .inner .appContents .box .b .l .app .toapp {
  width: 100%;
  max-width: 13.3rem;
  padding-right: 0.5rem;
}

main .sec03 .inner .appContents .box .b .l .app .togp {
  width: 100%;
  max-width: 15.4rem;
}

main .sec03 .inner .appContents .box .b .l .txt02 {
  font-size: 1.6rem;
}

main .sec03 .inner .appContents .box .b .l .txt02 span {
  font-size: 1.2rem;
  line-height: 1.8;
  display: inline-block;
}

main .sec03 .inner .appContents .box .b .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .sec03 .inner .appContents .box .b .r .QR {
  width: 12.2rem;
}

main .sec03 .inner .appContents .box .b .r .QR p {
  text-align: center;
  font-size: 1.3rem;
}

main .sec03 .inner .appContents .box .b .r .QR01 {
  margin-right: 2.5rem;
}

main .sec03 .inner .appContents .smartphone {
  position: absolute;
  bottom: 2rem;
  right: 10px;
  width: 26.1rem;
}

main .sec04 {
  padding: 0 0 11rem;
}

main .sec04 .inner h2 {
  margin-bottom: 4.2rem;
}

main .sec04 .inner .cont01 {
  max-width: 906px;
  width: 100%;
  margin: 0 auto 7rem;
}

main .sec04 .inner .cont01 ul {
  padding-left: 14.2rem;
  position: relative;
}

main .sec04 .inner .cont01 ul:before {
  content: "";
  position: absolute;
  background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/liBg_s.png) left center no-repeat;
  background-size: 8.5rem;
  width: 8.5rem;
  height: 13.2rem;
  top: 0;
  left: 0;
}

main .sec04 .inner .cont01 ul li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 4.2rem;
}

main .sec04 .inner .cont01 ul li:before {
  content: "";
  position: absolute;
  background: #aed8ff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  margin-top: 0.6rem;
  top: 0;
  left: 0;
}

main .sec04 .inner .cont01 ul li:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .sec04 .inner .cont01 ul li:nth-child(4) .l {
  padding-right: 4.6rem;
}

main .sec04 .inner .cont01 ul li:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .sec04 .inner .cont01 ul li:nth-child(6) {
  margin-bottom: 0;
}

main .sec04 .inner .cont01 ul li:nth-child(5) .l {
  width: 59%;
}

main .sec04 .inner .cont01 ul li:nth-child(5) .r {
  width: 41%;
}

main .sec04 .inner .cont01 ul li p {
  line-height: 3rem;
  text-align: left;
}

main .sec04 .inner .cont01 ul li a {
  margin-top: 1.4rem;
  color: #001eb3;
  font-size: 1.8rem;
  font-weight: 450;
  display: inline;
}

main .sec04 .inner .cont01 ul li small {
  font-size: 1.4rem;
}

main .sec04 .inner .cont02 {
  position: relative;
  border: 3px solid #ffcc00;
  border-radius: 3rem;
  padding: 8.8rem 6rem;
  margin-bottom: 7.5rem;
  max-width: 98.3rem;
}

main .sec04 .inner .cont02 h3 {
  position: absolute;
  top: -18px;
  left: 0;
  text-align: center;
  width: 100%;
}

main .sec04 .inner .cont02 h3 span {
  background: #fff;
  padding: 0 4rem;
  font-size: 2.6rem;
  font-weight: bold;
  color: #ef9300;
  letter-spacing: 0.5rem;
}

main .sec04 .inner .cont02 .liBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .sec04 .inner .cont02 .liBox ul li {
  position: relative;
  padding-left: 6rem;
  margin-bottom: 5rem;
}

main .sec04 .inner .cont02 .liBox ul li:before {
  content: "";
  position: absolute;
  background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/liIcon.png) left center no-repeat;
  background-size: 3.5rem;
  width: 3.5rem;
  height: 2.6rem;
  top: 0;
  left: 0;
}

main .sec04 .inner .cont02 .liBox ul li:last-child {
  margin-bottom: 0;
}

main .sec04 .inner .cont02 .liBox ul li p {
  line-height: 100%;
  font-size: 2.2rem;
}

main .sec04 .inner .cont02 .liBox ul li small {
  font-size: 1.4rem;
  line-height: 100%;
  margin-top: 0.8rem;
  display: inline-block;
}

main .sec04 .inner .official_site {
  color: #001eb3;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 4.5rem;
}

main .sec04 .inner .cont03 h3 {
  position: relative;
  background: #aed8ff;
  text-align: center;
  max-width: 53rem;
  width: 100%;
  margin: 0 auto 3.8rem;
  padding: 2.6rem 2rem;
  border-radius: 3rem;
}

main .sec04 .inner .cont03 h3 span {
  font-size: 2.3rem;
  font-weight: 450;
  line-height: 3rem;
}

main .sec04 .inner .cont03 h3:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 2.4rem 1.5rem 0 1.5rem;
  border-style: solid;
  border-color: #aed8ff transparent transparent transparent;
}

main .sec04 .inner .cont03 .telBox {
  text-align: center;
}

main .sec04 .inner .cont03 .telBox p {
  line-height: 100%;
  margin-bottom: 2rem;
}

main .sec04 .inner .cont03 .telBox a {
  font-size: 4.5rem;
  margin-bottom: 1.4rem;
}

main .sec04 .inner .cont03 .telBox a span.lineAnimation:after {
  height: 1.2rem;
  background: #ffdc4f;
}

main .sec04 .inner .cont03 .telBox small {
  font-size: 1.4rem;
  line-height: 100%;
}

main .sec04 .inner .cont03 .mail {
  text-align: center;
  line-height: 100%;
  color: #001eb3;
  display: block;
  font-size: 1.6rem;
  font-weight: 450;
  margin-top: 2rem;
}

/* 各スタイル */

@media screen and (max-width: 1056px) {
  main .sec04 .inner .cont01 {
    margin: 0 0 5rem 0;
    padding-left: 6rem;
    max-width: 100%;
  }
  main .sec03 .inner .appContents {
    margin-left: 0;
  }
  main .sec02 .inner .topTxt,
  main .sec01 .inner .contents,
  main .sec02 .inner .contents,
  main .sec03 .inner .contents,
  main .sec04 .inner .contents {
    padding: 0;
  }
  main .sec01 .inner .contents .box .l,
  main .sec02 .inner .contents .box .l,
  main .sec03 .inner .contents .box .l {
    width: calc(100% - 49.3%);
  }
  main .sec01 .inner .contents .box01 img.point {
    left: 48%;
  }
  main .sec01 .inner .contents .box02 img.point {
    top: 57.5%;
    left: 47%;
  }
  main .sec01 .inner .contents .box03 img.point {
    top: 64%;
    left: 7.2%;
  }
  main .sec02 .inner .contents .box01 img.point {
    top: 2.5%;
    left: 17.4%;
  }
  main .sec02 .inner .contents .box02 img.point {
    left: 37.8%;
  }
  main .sec02 .inner .contents .box03 img.point {
    left: 12%;
  }
}

/* 各スタイル SP */

@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
  body .inner {
    width: 100%;
    padding: 0 10px;
  }
  main .mv {
    padding: 1.6rem 0 3.6rem;
  }
  main .mv .inner {
    position: relative;
  }
  main .mv .inner:before {
    content: "";
    background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/mv02.png) left center no-repeat;
    background-size: 19vw;
    width: 19vw;
    height: 25vw;
    bottom: -16vw;
    top: auto;
    left: 3vw;
  }
  main .mv .inner:after {
    content: "";
    position: absolute;
    background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/mv01.png) left center no-repeat;
    background-size: 28vw;
    width: 28vw;
    height: 23vw;
    bottom: -16vw;
    top: auto;
    right: 3vw;
  }
  main .mv .inner .contents:before {
    content: "";
    position: absolute;
    background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/mv03.png) left center no-repeat;
    background-size: 22vw;
    width: 22vw;
    height: 17vw;
    top: 0;
    left: 0;
  }
  main .mv .inner .contents p {
    font-size: 3.6vw;
    line-height: 6vw;
  }
  main .mv .inner .contents p.ttl {
    font-size: 3.2vw;
    line-height: 6.2vw;
    padding: 3vw 0;
  }
  main .mv .inner .contents p.ttl span {
    font-size: 1.7rem;
  }
  main .mv .inner .contents h2 {
    padding: 0;
    width: 90%;
    margin: 0 auto 5vw;
  }
  main .top {
    padding: 11vw 0;
  }
  main .top .inner .step {
    margin-bottom: 0;
  }
  main .top .inner .step svg {
    width: 100vw;
    height: auto;
  }
  main .sec01 {
    padding: 0 0 15vw;
  }
  main .sec01 .inner h2 {
    margin-bottom: 4.5vw;
  }
  main .sec01 .inner .contents {
    padding-left: 0;
  }
  main .sec01 .inner .contents .bottom {
    text-align: center;
    margin-top: 5vw;
    font-size: 3.8vw;
  }
  main .sec01 .inner .contents .box:before {
    content: "";
    position: absolute;
    background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/arrowBottom_s.png) left center no-repeat;
    background-size: 4.2rem;
    width: 4.2rem;
    height: 2.2rem;
    bottom: 0;
    left: 50px;
  }
  main .sec01 .inner .contents .box .l {
    max-width: 144px;
    width: 100%;
  }
  main .sec01 .inner .contents .box .l img.point {
    position: absolute;
    z-index: 1;
  }
  main .sec01 .inner .contents .box .r {
    margin-left: 2rem;
  }
  main .sec01 .inner .contents .box .r p {
    line-height: 2rem;
  }
  main .sec01 .inner .contents .box .r small {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 1rem;
  }
  main .sec01 .inner .contents .box01 {
    padding-bottom: 4.6rem;
    margin-bottom: 2.8rem;
  }
  main .sec01 .inner .contents .box01 .l:before {
    content: "";
    z-index: 2;
    position: absolute;
    background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/imgPointA_s.png) left center no-repeat;
    background-size: 3.8rem;
    width: 3.8rem;
    height: 1.4rem;
    top: -20px;
    right: -20px;
  }
  main .sec01 .inner .contents .box01 .l img.point {
    top: -10px;
    right: -8rem;
    width: 9rem;
  }
  main .sec01 .inner .contents .box01 .r {
    padding-top: 4rem;
  }
  main .sec01 .inner .contents .box01 .r a {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  main .sec01 .inner .contents .box02 {
    padding-bottom: 4.6rem;
    margin-bottom: 2.8rem;
  }
  main .sec01 .inner .contents .box02 .l:before {
    content: "";
    z-index: 2;
    position: absolute;
    background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/imgPointB_s.png) left center no-repeat;
    background-size: 3.2rem;
    width: 3.2rem;
    height: 1.7rem;
    bottom: 5.6rem;
    right: 5px;
  }
  main .sec01 .inner .contents .box02 .l img.point {
    bottom: 2.5rem;
    right: -13.5rem;
    width: 17rem;
  }
  main .sec01 .inner .contents .box02 .r {
    padding-top: 27rem;
  }
  main .sec01 .inner .contents .box03 {
    padding-bottom: 4.6rem;
    margin-bottom: 2.8rem;
  }
  main .sec01 .inner .contents .box03 .l:before {
    content: "";
    z-index: 2;
    position: absolute;
    background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/imgPointC_s.png) left center no-repeat;
    background-size: 3rem;
    width: 3rem;
    height: 3.4rem;
    bottom: 5.6rem;
    left: -20px;
  }
  main .sec01 .inner .contents .box03 .l img.point {
    width: 13.9rem;
    bottom: 3rem;
    left: 13.8rem;
  }
  main .sec01 .inner .contents .box03 .r {
    padding-top: 26rem;
  }
  main .sec01 .inner .contents .box04 {
    padding-bottom: 4.6rem;
    margin-bottom: 2.8rem;
  }
  main .sec01 .inner .contents .box04 .l:before {
    content: "";
    z-index: 2;
    position: absolute;
    background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/imgPointC_s.png) left center no-repeat;
    background-size: 3.2rem;
    width: 3.2rem;
    height: 2.7rem;
    top: -2rem;
    left: -1rem;
  }
  main .sec01 .inner .contents .box07:before {
    content: none;
  }
  main .sec01 .inner .contents .box07 .l:before {
    content: none;
  }
  main .sec01 .inner .contents .spBox {
    margin-bottom: 8vw;
  }
  main .sec01 .inner .contents .spBox a.link-outside {
    position: absolute;
    bottom: 10vw;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 3.4vw;
    line-height: 5vw;
    text-decoration: underline;
  }
  .contents .spBox .sp-adding-span {
    position: absolute;
    text-align: unset;
    font-size: 3.4vw;
    line-height: 5vw;
  }
  .contents .spBox .sp-top-adding-span {
    top: 24%;
    left: 55%;
  }
  .contents .spBox.spBox01 .sp-mypage-adding-span {
    top: 30%;
    left: 55%;
  }
  .contents .spBox.spBox02 .sp-mypage-adding-span {
    top: 45%;
    left: 51%;
    text-align: center;
    width: 40%;
    line-height: 6.5vw;
  }
  .contents .spBox.spBox08 .sp-top-adding-span {
    top: 8%;
    left: 54%;
    line-height: 6vw;
  }
  .contents .spBox.spBox10 .sp-top-adding-span {
    top: 17.3%;
    left: 55%;
    line-height: 6vw;
  }
  .contents .spBox.spBox11 .sp-wishlist-adding-span {
    top: 50.3%;
    left: 54.5%;
  }
  .spBox .sp-adding-link {
    text-align: unset;
    display: inline;
    text-decoration: underline;
    font-size: 3.6vw;
    line-height: 5vw;
  }
  .spBox.spBox11 .sp-adding-link {
    font-size: 3.5vw;
  }
  main .sec01 .inner .contents .spBox04 {
    margin: -8vw 0 8vw;
  }
  main .sec02 {
    padding: 0 0 15vw;
  }
  main .sec02 .inner h2 {
    margin-bottom: 4.5vw;
  }
  main .sec02 .inner .topTxt {
    font-size: 3.8vw;
    line-height: 6vw;
    margin-bottom: 6vw;
    text-align: center;
  }
  main .sec02 .inner .contents {
    padding-left: 0;
  }
  main .sec02 .inner .contents .boxTtl {
    font-size: 4.5vw;
    margin-bottom: 4vw;
    padding-left: 4vw;
    font-weight: bold;
  }
  main .sec02 .inner .contents .boxTtl span {
    width: 6.6vw;
    height: 6.6vw;
    font-size: 4.5vw;
    line-height: 5.6vw;
    padding: 0;
  }
  main .sec02 .inner .contents .box .l {
    max-width: 144px;
    width: 100%;
  }
  main .sec02 .inner .contents .box .l img.point {
    position: absolute;
    z-index: 1;
  }
  main .sec02 .inner .contents .box .r {
    margin-left: 2rem;
  }
  main .sec02 .inner .contents .box .r p {
    line-height: 2rem;
  }
  main .sec02 .inner .contents .box .r small {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 1rem;
  }
  main .sec02 .inner .contents .box01 {
    margin-bottom: 5rem;
  }
  main .sec02 .inner .contents .box01 .l:before {
    content: "";
    z-index: 2;
    position: absolute;
    background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/imgPointC_s.png) left center no-repeat;
    background-size: 3rem;
    width: 3rem;
    height: 3.4rem;
    top: -1rem;
    left: -20px;
  }
  main .sec02 .inner .contents .box01 .l img.point {
    width: 3.6rem;
    top: 2.5rem;
    left: auto;
    right: -2rem;
  }
  main .sec02 .inner .contents .box01 .r {
    padding-top: 1.2rem;
  }
  main .sec02 .inner .contents .box01 .r .yellowBox {
    margin-top: 1rem;
  }
  main .sec02 .inner .contents .box02 {
    margin-bottom: 0;
  }
  main .sec02 .inner .contents .box02 .l:before {
    content: "";
    z-index: 2;
    position: absolute;
    background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/imgPointE_s.png) left center no-repeat;
    background-size: 3.8rem;
    width: 3.8rem;
    height: 8rem;
    top: 5rem;
    right: 12rem;
  }
  main .sec02 .inner .contents .box02 .l img.point {
    width: 3.6rem;
    top: 10.5rem;
    left: auto;
    right: -2rem;
  }
  main .sec02 .inner .contents .box02 .r {
    padding-top: 10rem;
  }
  main .sec02 .inner .contents .spBox08 {
    margin-bottom: 4.6rem;
  }
  main .sec03 {
    padding: 0 0 9vw;
  }
  main .sec03 .inner h2 {
    margin-bottom: 4.5vw;
  }
  main .sec03 .inner .topTxt {
    display: block;
    margin: 0 4vw 11vw 4vw;
    padding: 0;
  }
  main .sec03 .inner .topTxt p.l {
    font-size: 4.3vw;
  }
  main .sec03 .inner .topTxt p.r {
    font-size: 3.6vw;
    font-weight: normal;
  }
  main .sec03 .inner .contents {
    margin-bottom: 13vw;
    padding-left: 0;
  }
  main .sec03 .inner .contents .box:before {
    content: "";
    position: absolute;
    background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/arrowBottom_s.png) left center no-repeat;
    background-size: 4.2rem;
    width: 4.2rem;
    height: 2.2rem;
    bottom: 0;
    left: 50px;
  }
  main .sec03 .inner .contents .box .l {
    width: 50%;
  }
  main .sec03 .inner .contents .box .l img.point {
    position: absolute;
    z-index: 1;
  }
  main .sec03 .inner .contents .box .r {
    margin-left: 5.5vw;
    width: 50%;
  }
  main .sec03 .inner .contents .box .r small {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 1rem;
  }
  main .sec03 .inner .contents .box01 {
    padding-bottom: 3rem;
  }
  main .sec03 .inner .contents .box01:before {
    content: none;
  }
  main .sec03 .inner .contents .box01 .l:before {
    content: none;
  }
  main .sec03 .inner .contents .box01 .r {
    padding-left: 2rem;
    line-height: 2rem;
    padding-top: 10rem;
  }
  main .sec03 .inner .contents .box01 .r img.point {
    top: 1rem;
    left: -3.5rem;
    width: 19.4rem;
  }
  main .sec03 .inner .contents .box02 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 4.2rem;
    margin-bottom: 2.8rem;
  }
  main .sec03 .inner .contents .box02:after {
    content: none;
  }
  main .sec03 .inner .contents .box02:before {
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  main .sec03 .inner .contents .box02 .l {
    display: none;
  }
  main .sec03 .inner .contents .box02 .r .yellowBox {
    text-align: center;
  }
  main .sec03 .inner .contents .box02 .r .yellowBox p {
    text-align: center;
  }
  main .sec03 .inner .contents .box02 .r .yellowBox small {
    margin-top: 0;
    text-align: center;
  }
  main .sec03 .inner .contents .box02 .r .yellowBox img {
    width: 100%;
  }
  main .sec03 .inner .contents .box03 {
    margin-bottom: 1.5rem;
  }
  main .sec03 .inner .contents .box03 .l:before {
    content: none;
  }
  main .sec03 .inner .contents .box03 .l img.point {
    width: 8.8rem;
    top: 0;
    right: -6rem;
  }
  main .sec03 .inner .contents .box03 .r {
    padding-top: 0;
  }
  main .sec03 .inner .contents .box03 .r p {
    padding-left: 5rem;
    line-height: 2rem;
  }
  main .sec03 .inner .contents .box03 .r small {
    margin-top: 0;
  }
  main .sec03 .inner .contents .box03 .r .yellowBox {
    margin-top: 4rem;
  }
  main .sec03 .inner .contents .box03 .r .yellowBox p {
    padding: 0;
  }
  main .sec03 .inner .contents .box04 {
    padding: 0 5% 26vw;
  }
  main .sec03 .inner .contents .box04:before {
    background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/arrowBottom_sp_s.png) left center no-repeat;
    background-size: 9vw;
    width: 9vw;
    height: 28vw;
    bottom: -12vw;
    left: 43vw;
  }
  main .sec03 .inner .contents .box04 .r p {
    font-size: 3.4vw;
    line-height: 5.2vw;
  }
  main .sec03 .inner .contents .box04 .r a {
    padding: 3vw 0 0;
    font-size: 3.4vw;
    line-height: 5.2vw;
  }
  main .sec03 .inner .contents .box04 .r .yellowBox p {
    text-align: left;
    line-height: 1.6;
  }
  main .sec03 .inner .contents .box04 .r .orangeBox {
    margin-top: 2rem;
    padding: 5.5vw 3vw;
  }
  main .sec03 .inner .contents .box04 .r .orangeBox p {
    text-align: left;
    line-height: 1.6;
  }
  main .sec03 .inner .contents .box05 {
    margin-bottom: 10vw;
  }
  main .sec03 .inner .contents .box05:before {
    content: none;
  }
  main .sec03 .inner .contents .box05 .l {
    max-width: 100%;
    width: 100%;
  }
  main .sec03 .inner .contents .box05 .l img {
    width: 80%;
  }
  main .sec03 .inner .contents .box05 .r {
    display: none;
  }
  main .sec03 .inner .contents .spBox11 {
    margin-bottom: 8vw;
  }
  main .sec03 .inner .contents .spBox11 .rBox {
    position: absolute;
    top: 25vw;
    width: 39vw;
    right: 4vw;
  }
  main .sec03 .inner .contents .spBox11 .rBox .yellowBox p {
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  main .sec03 .inner .contents .spBox11 .rBox small {
    font-size: 3vw;
    line-height: 5vw;
    display: inline-block;
    margin-top: 2vw;
  }
  main .sec03 .inner .contents .official_site {
    font-size: 4.5vw;
  }
  main .sec03 .inner .appContents {
    padding: 10vw 6vw 5vw 6vw;
  }
  main .sec03 .inner .appContents .h3Ttl {
    top: -20px;
    left: 0;
  }
  main .sec03 .inner .appContents .h3Ttl h3 {
    font-size: 3.8vw;
    padding: 1vw 5vw;
    width: 100%;
  }
  main .sec03 .inner .appContents .h3Ttl h3:before {
    bottom: -8vw;
    left: 19vw;
    -webkit-transform: unset;
    transform: unset;
    border-width: 6vw 4vw 4vw;
    z-index: -1;
  }
  main .sec03 .inner .appContents .box .t {
    padding-right: 30vw;
    padding-bottom: 11vw;
    padding-top: 3vw;
  }
  main .sec03 .inner .appContents .box .t p {
    font-size: 4.1vw;
    line-height: 7.5vw;
    padding: 0;
  }
  main .sec03 .inner .appContents .box .t p span {
    font-size: 4.1vw;
  }
  main .sec03 .inner .appContents .box .b {
    display: block;
    padding-right: 0;
    padding-top: 20vw;
  }
  main .sec03 .inner .appContents .box .b .l {
    padding: 0;
  }
  main .sec03 .inner .appContents .box .b .l .txt01 {
    text-align: center;
    font-size: 3.6vw;
  }
  main .sec03 .inner .appContents .box .b .l .app {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3vw 0;
  }
  main .sec03 .inner .appContents .box .b .l .app .toapp {
    max-width: 100%;
    padding-right: 5%;
    width: 44%;
  }
  main .sec03 .inner .appContents .box .b .l .app .togp {
    max-width: 100%;
    width: 48%;
    z-index: 1;
  }
  main .sec03 .inner .appContents .box .b .l .txt02 {
    font-size: 3vw;
    text-align: center;
  }
  main .sec03 .inner .appContents .box .b .l .txt02 span {
    font-size: 2.6vw;
  }
  main .sec03 .inner .appContents .smartphone {
    top: 11vw;
    width: 51vw;
    right: 0;
  }
  main .sec04 {
    padding: 0 0 4rem;
  }
  main .sec04 .inner {
    padding: 0 2rem;
  }
  main .sec04 .inner h2 {
    margin: 0 0 2.2rem;
  }
  main .sec04 .inner .cont01 {
    padding: 0;
    margin: 0 auto 13vw;
  }
  main .sec04 .inner .cont01 ul {
    padding-left: 0;
  }
  main .sec04 .inner .cont01 ul:before {
    content: none;
  }
  main .sec04 .inner .cont01 ul li {
    position: relative;
    padding-left: 6vw;
    margin-bottom: 6vw;
  }
  main .sec04 .inner .cont01 ul li:before {
    content: "";
    width: 2.5vw;
    height: 2.5vw;
    margin-top: 2.5vw;
  }
  main .sec04 .inner .cont01 ul li:nth-child(4) {
    display: block;
  }
  main .sec04 .inner .cont01 ul li:nth-child(4) .l {
    padding-right: 0;
  }
  main .sec04 .inner .cont01 ul li:nth-child(4) .r {
    margin-top: 7vw;
    margin-left: -6vw;
  }
  main .sec04 .inner .cont01 ul li:nth-child(5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main .sec04 .inner .cont01 ul li:nth-child(6) {
    margin-bottom: 0;
  }
  main .sec04 .inner .cont01 ul li:nth-child(5) .l {
    width: 59%;
  }
  main .sec04 .inner .cont01 ul li:nth-child(5) .r {
    width: 41%;
  }
  main .sec04 .inner .cont01 ul li p {
    line-height: 7vw;
    font-size: 3.6vw;
  }
  main .sec04 .inner .cont01 ul li a {
    line-height: 7vw;
    font-size: 3.6vw;
    text-decoration: underline;
  }
  main .sec04 .inner .cont01 ul li small {
    font-size: 3.1vw;
    display: inline-block;
    margin-top: 2vw;
  }
  main .sec04 .inner .cont02 {
    margin-bottom: 12vw;
    padding: 2.4rem 1.4rem;
    border-radius: 1rem;
  }
  main .sec04 .inner .cont02 h3 {
    background: #fff;
    margin: 0 auto;
    width: 71%;
    right: 0;
    top: -5vw;
  }
  main .sec04 .inner .cont02 h3 span {
    font-size: 4.3vw;
    padding: 0;
  }
  main .sec04 .inner .cont02 .liBox {
    margin-top: 0;
  }
  main .sec04 .inner .cont02 .liBox ul li {
    padding-left: 8vw;
    margin-bottom: 6vw;
  }
  main .sec04 .inner .cont02 .liBox ul li:before {
    content: "";
    position: absolute;
    background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/liIcon_sp.png) left center no-repeat;
    background-size: 6vw;
    width: 6vw;
    height: 6vw;
    margin-top: 0;
    top: 0;
    left: 0;
  }
  main .sec04 .inner .cont02 .liBox ul li:last-child {
    margin-bottom: 0;
  }
  main .sec04 .inner .cont02 .liBox ul li p {
    line-height: 6vw;
    font-size: 3.6vw;
  }
  main .sec04 .inner .cont02 .liBox ul li small {
    font-size: 3vw;
    line-height: 1.6;
    margin-top: 2vw;
    display: block;
    width: 97%;
  }
  main .sec04 .inner .cont03 h3 {
    border-radius: 1rem;
    padding: 4vw 1vw;
    margin-bottom: 9vw;
  }
  main .sec04 .inner .cont03 h3:before {
    bottom: -8vw;
    border-width: 6vw 4vw 4vw;
  }
  main .sec04 .inner .cont03 h3 span {
    line-height: 7vw;
    font-size: 3.8vw;
    display: inline-block;
  }
  main .sec04 .inner .cont03 .telBox p {
    margin-bottom: 4vw;
    font-size: 3.5vw;
  }
  main .sec04 .inner .cont03 .telBox a {
    font-size: 9.5vw;
    margin-bottom: 3vw;
    line-height: 1;
  }
  main .sec04 .inner .cont03 .telBox small {
    font-size: 3.2vw;
  }
  main .sec04 .inner .cont03 .mail {
    margin-top: 3vw;
    font-size: 3.5vw;
    text-decoration: underline;
  }
  main .sec04 .inner .official_site {
    font-size: 4.5vw;
    margin-bottom: 12vw;
  }
  main .spBox {
    position: relative;
  }
  main .spBox .rBox {
    position: absolute;
  }
  main .spBox a {
    width: 50%;
    font-size: 1.1rem;
    line-height: 2rem;
    color: #001eb3;
  }
  #step03 .box03 h4 {
    font-size: 1.8rem;
  }
}

body.ipad main .sec04 .inner .cont01 {
  margin: 0 0 5rem 0;
  padding-left: 6rem;
  max-width: 100%;
}

body.ipad main .sec03 .inner .appContents {
  margin-left: 0;
}

body.ipad main .sec02 .inner .topTxt,
body.ipad main .sec01 .inner .contents,
body.ipad main .sec02 .inner .contents,
body.ipad main .sec03 .inner .contents,
body.ipad main .sec04 .inner .contents {
  padding: 0;
}

body.ipad main .sec01 .inner .contents .box .l,
body.ipad main .sec02 .inner .contents .box .l,
body.ipad main .sec03 .inner .contents .box .l {
  width: calc(100% - 49.3%);
}

body.ipad main .sec01 .inner .contents .box01 img.point {
  left: 48%;
}

body.ipad main .sec01 .inner .contents .box02 img.point {
  top: 57.5%;
  left: 47%;
}

body.ipad main .sec01 .inner .contents .box03 img.point {
  top: 64%;
  left: 7.2%;
}

body.ipad main .sec02 .inner .contents .box01 img.point {
  top: 2.5%;
  left: 17.4%;
}

body.ipad main .sec02 .inner .contents .box02 img.point {
  left: 37.8%;
}

body.ipad main .sec02 .inner .contents .box03 img.point {
  left: 12%;
}

/* PCのみ */

@media screen and (min-width: 768px) {
  .js-modal-open img.point.detail,
  .js-modal-open img.point.icon {
    opacity: 1 !important;
    pointer-events: none;
  }
  #step01 .contents .box.box01 .js-modal-open img.point.detail {
    left: 93%;
    top: -3%;
    width: 39.5%;
  }
  #step01 .contents .box.box01 .js-modal-open img.point.icon {
    z-index: 2;
    width: 13%;
    height: 13%;
    top: -13%;
    left: 86.6%;
  }
  #step01 .contents .box.box02 .js-modal-open img.point.detail {
    z-index: 1;
    top: 70%;
    left: 92%;
    width: 64%;
  }
  #step01 .contents .box.box02 .js-modal-open img.point.icon {
    width: 10%;
    height: 14%;
    left: 89%;
    top: 62%;
  }
  #step01 .contents .box.box03 .js-modal-open img.point.detail {
    top: 56.2%;
    left: 14.3%;
    width: 142%;
  }
  #step01 .contents .box.box03 .js-modal-open img.point.icon {
    width: 8.5%;
    height: 13%;
    left: 1%;
    top: 38%;
  }
  #step02 .contents .box.box01 .js-modal-open img.point.detail {
    top: 2.3%;
    left: 34%;
    width: 150%;
  }
  #step02 .contents .box.box01 .js-modal-open img.point.icon {
    width: 8.5%;
    height: 13%;
    left: -2%;
    top: -3%;
  }
  #step02 .contents .box.box02 .js-modal-open img.point.detail {
    top: 5%;
    left: 74%;
    width: 75%;
  }
  #step02 .contents .box.box02 .js-modal-open img.point.icon {
    width: 8.5%;
    height: 13%;
    left: -2%;
    top: -3%;
  }
  #step02 .contents .box.box03 .js-modal-open img.point.detail {
    top: 36%;
    left: 23.8%;
    z-index: 1;
    width: 89%;
  }
  #step02 .contents .box.box03 .js-modal-open img.point.icon {
    z-index: 2;
    width: 8.5%;
    height: 12%;
    left: -4%;
    top: 4%;
  }
  #step03 .contents .box.box01 .js-modal-open img.point.detail {
    top: 41%;
    left: 98%;
    width: 7.5rem;
  }
  #step03 .contents .box.box01 .js-modal-open img.point.icon {
    z-index: 2;
    position: absolute;
    width: 4rem;
    height: 4.4rem;
    top: 25%;
    right: 22%;
  }
  #step03 .contents .box.box01 .inBox img {
    max-width: 100%;
  }
  #step03 .contents .box.box02 .yellowBox img {
    max-width: 105%;
  }
  #step03 .contents .box.box03 .js-modal-open img.point.detail {
    top: -4.4%;
    left: 88.7%;
    width: 40.5%;
  }
  #step03 .contents .box.box03 .js-modal-open img.point.icon {
    z-index: 2;
    width: 10%;
    height: 11%;
    top: -11%;
    right: 7%;
  }
}

/* IE only */

@media screen and (min-width: 0\0) and (max-width: 767.98px) {
  h2.ttl01 {
    position: relative;
  }
  main .top .inner .step svg {
    height: 100vw;
  }
}

@media screen and (max-width: 540px) {
  #main-content .sec04 .inner .cont03111 {
    transform: translateY(-200px);
  }
}

/*  startguide_s.html  */

.mt-mns {
  margin-top: -90px;
}

.mt16 {
  margin-top: 1.6rem;
}

.mt8 {
  margin-top: 8rem;
}

.mtm50 {
  margin-top: -5rem;
}

.mtmno4 {
  margin-top: -4rem;
}

#step03 .contents .box.box02 .js-modal-open img.point.icon {
  z-index: 2;
  position: absolute;
  width: 4rem;
  height: 4.4rem;
  top: 19%;
  right: 97%;
}

h4 {
  font-size: 2rem;
  font-weight: 450;
}

.fs14 {
  font-size: 1.4rem;
}

.ta-r {
  text-align: right;
}

main .sec03 .inner .contents .box03 {
  position: relative;
}

main .sec03 .inner .contents .box03:after {
  content: "";
  position: absolute;
  background: url(https://www.discas.net/components/library/dis/cms/img/dcp/guide/startguide/arrowBottom_s.png) left center no-repeat;
  background-size: 4.2rem;
  width: 4.2rem;
  height: 4.2rem;
  bottom: -4rem;
  left: 24%;
}

/* */

@media screen and (min-width: 768px) {
  #step05 {
    padding: 0;
  }
  #step05 .contents .box.box01 .js-modal-open img.point.detail {
    left: 89%;
    top: -4.6%;
    width: 39.5%;
  }
  #step05 .contents .box.box01 .js-modal-open img.point.icon {
    z-index: 2;
    width: 13%;
    height: 13%;
    top: -13%;
    left: 81.6%;
  }
  #step05 .contents .box.box02 .js-modal-open img.point.detail {
    z-index: 1;
    top: 35%;
    left: 22%;
    width: 91%;
  }
  #step05 .contents .box.box02 .js-modal-open img.point.icon {
    width: 10%;
    height: 14%;
    left: 89%;
    top: 62%;
  }
  #step05 .contents .box.box03 .js-modal-open img.point.detail {
    top: 79.2%;
    left: 14.3%;
    width: 142%;
  }
  #step05 .contents .box.box03 .js-modal-open img.point.icon {
    width: 8.5%;
    height: 13%;
    left: -4%;
    top: 74%;
  }
}

main .sec01 .inner .contents .box.arrownone:before {
  display: none;
}

main .sec01#step05 .inner .contents .box01 .r {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 7rem;
}

#step03 .contents .box.box04 .js-modal-open img.point.icon {
  z-index: 2;
  position: absolute;
  width: 4rem;
  height: 4.4rem;
  top: 24%;
  right: 46%;
}

@media screen and (min-width: 768px) {
  #step05 .contents .box.box02 .yellowBox img {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  #step05 .contents .box.box02 .js-modal-open img.point.icon {
    width: 10%;
    height: 14%;
    left: -6%;
    top: 18%;
  }
}

main .sec01#step05 .inner .contents .box02 .r {
  justify-content: start;
}

/* startguide_s.html スタイル SP */

@media screen and (max-width: 767px) {
  main .sec01 .inner .contents .spbox08 {
    top: 2rem;
  }
  main .sec01 .inner .contents .box.spbox08:before {
    display: none;
  }
  main .sec01 .inner .contents .box.spbox08 .yellowBox {
    font-size: 3.8vw;
    margin: 0 2vw;
    line-height: 6vw;
  }
  .sec03 .spBox10 .orangeBox {
    position: absolute;
    top: 81%;
    margin: 0 4vw;
    padding: 2rem;
  }
  .sec03 .spBox10 {
    margin-bottom: 8vw;
  }
  h4 {
    text-align: center;
  }
  h5 {
    font-size: 3.8vw;
  }
  .sec03 .box03 .caution {
    font-size: 3vw;
    line-height: 2;
  }
  .sec03 .box03 .caution a {
    margin: 0 4vw;
  }
  .sec03 .box03 .mt16 a {
    line-height: 1.2;
  }
  main .sec03 .inner .contents .box03:after {
    display: none;
  }
  #step05 {
    padding-bottom: 0;
  }
}

.helpTbl07 {
  width: 100%;
}

.helpTbl07 td.leftboxB {
  width: 66%;
  margin-left: 20px;
}

.helpTbl06 {
  width: 100%;
}

.helpTbl06 th {
  padding: 3px;
  border: solid 1px #cccccc;
  text-align: center;
  background: #828282;
  vertical-align: middle;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .helpTbl06 th {
    font-size: 2.5vw;
    line-height: 1.3;
  }
}

.helpTbl06 td {
  padding: 3px;
  border: solid 1px #cccccc;
  text-align: center;
  height: 40px;
}

.helpTbl07 td.tablebox {
  width: 20px;
}

.helpTbl07 td.rightboxB {
  width: 33%;
}

.helpTbl08 {
  width: 100%;
}

.helpTbl08 th {
  padding: 3px;
  border: solid 1px #cccccc;
  text-align: center;
  background: #828282;
  vertical-align: middle;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .helpTbl08 th {
    font-size: 11px;
    line-height: 1.3;
  }
}

.helpTbl08 td {
  padding: 3px;
  border: solid 1px #cccccc;
  text-align: center;
  vertical-align: middle;
  height: 40px;
}

.helpTxt05 {
  padding: 5px;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .helpTxt05 {
    font-size: 2.5vw;
    padding: 0;
    margin: 0;
  }
}

.helpTbl01 {
  width: 100%;
}

.helpTbl01 th {
  padding: 3px;
  border: solid 1px #cccccc;
  text-align: center;
  background: #828282;
  vertical-align: middle;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.helpTbl01 td {
  padding: 6px;
  border: solid 1px #cccccc;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .sec03 .box03 td p {
    margin: 0 1vw;
    line-height: 1.2;
  }
  .helpTbl01 th {
    font-size: 2.5vw;
    line-height: 1.3;
  }
  .helpTbl01 td {
    font-size: 2.5vw;
    line-height: 1.3;
  }
}

.break {
  display: inline-block;
}
