@charset "utf-8";
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    sans-serif;
}
body {
  color: #333333;
  line-height: 1.5;
}
header {
  padding: 3.3vw 5.3%;
}
header img {
  display: inline;
  max-width: 31%;
  vertical-align: middle;
  margin-right: 10px;
}
header .code {
  font-size: 2vw;
}
main {
  background-color: #f7f1ff;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
a:not(.anchor) {
  color: #0f91ff;
}
a:hover {
  opacity: 0.7;
}
.tCenter {
  text-align: center;
}
.tCenter_pc {
  text-align: left;
}
.tLeft {
  text-align: left;
}
.tRight {
  text-align: right;
}
.mt10 {
  margin-top: 10px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}

.marker {
  background: -o-linear-gradient(
    transparent 65%,
    #fff20d 65%,
    #fff20d 85%,
    transparent 85%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(65%, transparent),
    color-stop(65%, #fff20d),
    color-stop(85%, #fff20d),
    color-stop(85%, transparent)
  );
  background: linear-gradient(
    transparent 65%,
    #fff20d 65%,
    #fff20d 85%,
    transparent 85%
  );
}

.link_window {
  display: inline-block;
  margin: 0 0.3rem;
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.strong01 {
  color: #7119df;
}

.strong02 {
  color: #d500e2;
}

.strong03 {
  font-size: 1.25rem;
}

.strong04 {
  font-size: 1.571rem;
}
.strong05 {
  color: #ff002a;
}
.list_circle02 > li {
  font-weight: bold;
}
.list_circle02 > li li {
  font-weight: normal;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* h2,
h3,
h4,
h5 {
  font-weight: bold;
} */

h2 {
  font-size: 1.357rem;
  margin-bottom: 2vw;
}

.midashi {
  text-align: center;
  color: #7119df;
}

.h3_01 {
  font-size: 1.142rem;
  font-weight: bold;
  text-align: center;
}

.h3_02 {
  color: #fff;
  background-color: #7119df;
  display: block;
  width: 53vw;
  margin: auto;
  margin-bottom: 3.2vw;
  text-align: center;
  font-size: 1.142rem;
  font-weight: normal;
}

.h3_03 {
  color: #fff;
  background-color: #7119df;
  width: 46vw;
  margin: auto;
  margin-bottom: 3.2vw;
  text-align: center;
  font-size: 1rem;
}

.h4_01 {
  font-size: 1.071rem;
  text-align: center;
  margin-top: 5vw;
}

.f-small {
  font-size: 1rem;
  font-weight: normal;
}

.kvArea img {
  width: 100%;
}
.contentsWrap {
  padding: 7.6vw 0 10vw;
}
.contents {
  width: 90%;
  margin: auto;
}

.contents > section {
  margin: auto;
}
.contents > section:not(:first-child) {
  margin-top: 9.3vw;
}

.strongText {
  font-size: 1.071rem;
  text-align: center;
  font-weight: bold;
}

.service_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 16vw;
  background: #7119df;
  color: #fff;
  font-size: 1.142rem;
  margin-bottom: 2.6vw;
  text-align: center;
}

.service_point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 33.33vw;
  margin: 0 0 2.67vw;
  background: #fff;
  padding-right: 5.3vw;
  border: solid 1px #7119df;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.service_point_number {
  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: 12.53vw;
  background-color: #7119df;
  font-size: 4.53vw;
  font-weight: bold;
  color: #fff;
}

.service_point_block {
  position: relative;
  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;
  width: 100%;
  font-weight: bold;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.5;
}

.service_point_block .el01 {
  font-size: 4vw;
}

.service_point_block .el03:before {
  content: "";
  position: absolute;
  top: 7vw;
  left: 5vw;
  width: 3.2vw;
  height: 3.2vw;
  background: url(/oos/adv/image/tmp_231/icon_em.png);
  background-size: 100% 100%;
}

#service .service_point_block .el {
  width: 21.6vw;
  margin: 0;
}

.service_point_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 2.67vw;
  background: #fff;
}

.service_point_addText {
  position: relative;
  padding: 2.67vw 0;
}

.service_point_addText .el01 {
  content: "";
  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;
  position: absolute;
  top: 2.67vw;
  left: -14.67vw;
  width: 16vw;
  height: 6.67vw;
  padding: 0 0 1.6vw;
  background: url(/oos/adv/image/tmp_231/ico_bubble.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 2.67vw;
}

.service_point_addText .el02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #7119df;
  font-weight: bold;
  font-size: 4.27vw;
  line-height: 1.313;
  text-align: center;
}

.service_point_addText sup {
  position: absolute;
  top: 40%;
  right: 0;
  color: #535353;
  font-weight: normal;
  font-size: 2.67vw;
  vertical-align: top;
}

.service_point_addText .el03 {
  width: 12.27vw;
}

[class^="step_text"] {
  color: #7119df;
  font-weight: bold;
  line-height: 1.5;
}

.step_text {
  font-size: 4.27vw;
}

.small,
.step_text.small {
  font-size: 0.857rem;
}
.step_list01 {
  margin: 0 auto 8vw;
}

.step_list01 li,
.step_list02 li {
  position: relative;
  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;
  min-height: 33.33vw;
  margin-bottom: 6.67vw;
  background: #f7f1ff;
  line-height: 1.385;
  text-align: center;
  padding: 3vw;
}

.step_list01 li .step_list01_left {
  position: relative;
  width: 45.33vw;
  font-weight: bold;
  font-size: 3.4vw;
}

.step_number {
  display: block;
  font-size: 3.47vw;
  color: #7119df;
  font-weight: bold;
}

.step_list01 li .el01_sp {
  width: 28.27vw;
  margin: auto;
}

.step_list01 li .el01_sp p:nth-child(1) {
  margin: 0 0 2.67vw 0;
}

.step_list01 li .fukidashi01 {
  position: absolute;
  top: -8vw;
  left: 2.67vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-10x-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16vw;
  height: 10vw;
  background: url(/oos/adv/image/tmp_231/icon_bubble_02.png) no-repeat center
    center;
  background-size: 100% 100%;
  padding: 0 0 0.53vw;
  color: #fff;
  font-size: 0.714rem;
}

[class^="box-"] {
  padding: 5.5vw 2vw;
}

.step_list01 li .image {
  width: 20vw;
  margin: auto;
}

.step_list01 li .el03 {
  position: absolute;
  bottom: 2vw;
  left: 0;
  width: 100%;
  font-size: 2.87vw;
  text-align: center;
  margin-top: 1rem;
}

.step_list01 li .el05 {
  width: 27.33vw;
}

.step_list02 {
  margin: auto;
}

[class^="step_list0"] li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5.34vw;
  border-top: 3.33vw solid #7119df;
  border-left: 3.33vw solid rgba(255, 255, 255, 0);
  border-right: 3.33vw solid rgba(255, 255, 255, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.step_list02 li [class^="el"] {
  width: 15.07vw;
  margin: 1.33vw auto 0;
}

.step_list02 li .step_list02_right {
  position: relative;
  width: 40vw;
  margin: 0 4vw 0 0;
  font-size: 3vw;
  line-height: 1.556;
  text-align: left;
}

.step_list02 li .step_list02_left {
  position: relative;
  width: 30.67vw;
  font-weight: bold;
  font-size: 4vw;
}

[class^="table-"] {
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.857rem;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}

[class^="table-"] th:first-child {
  border-right: solid 2px #ccc;
}

[class^="table-"] th {
  background: #b552c8;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}

[class^="table-"] th {
  border: solid 2px #b552c8;
}

[class^="table-"] td,
[class^="table-"] th {
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}

[class^="table-"] td {
  border: solid 2px #ccc;
  border-collapse: collapse;
  background: #fdf3ff;
}

.contents p,
.contents ul,
.contents table {
  margin-bottom: 4vw;
}

.step_list01 p,
.step_list01 ul,
.service_point p,
.contents .step_list02_left {
  margin-bottom: 0;
}

.service_point p {
  margin: auto;
}

.contents > section > *:last-child {
  margin-bottom: 0;
}

.interest_title {
  margin: 0 auto 0.857rem;
  padding: 0 0 0.857rem;
  border-bottom: 3px solid #5e3196;
  color: #5e3196;
  font-weight: bold;
  font-size: 1.142rem;
  line-height: 1.5;
  text-align: center;
}

[class^="list_"] {
  padding-left: 1rem;
}
[class^="list_"] > * {
  display: block;
  text-indent: -1.3rem;
}
[class^="list_"] > *:before {
  margin-right: 0.3rem;
}
[class^="list_note"] > *:before {
  content: "※";
}
[class^="list_circle"] > *:before {
  content: "・";
}
[class^="list_circle02"] > *:before {
  content: "●";
}
.list_circle li:not(:last-child) {
  margin-bottom: 5px;
}
.list_note_01 {
  color: #7119df;
}
.list_note_02 {
  margin-top: 20px;
}
.list_circle.blue > *:before {
  content: "・";
  color: #0f91ff;
}
[class^="colorBox"] {
  padding: 4vw;
  margin-top: 3.9vw;
}
.colorBox_01 {
  background: #ffdad2;
}
.colorBox_02 {
  background: #fff1d3;
}
[class^="colorBox"] h3 {
  padding: 0 10px;
  line-height: 2;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
.colorBox_01 h3 {
  background: #dd5639;
}
.colorBox_02 h3 {
  background: #b77b00;
}
.list_circle_02 > *:before {
  content: "●";
  color: #b77b00;
}
.btn_account {
  display: block;
  margin: 4vw 0 0;
}
.btn_account:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sec01 .sec01-content {
  border: solid 4px #7119df;
  border-top: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6.4vw 4vw;
  margin-top: 0;
  background: #fff;
}
.sec01-container .sec01-title {
  position: relative;
  margin: 0;
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #7119df;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  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;
  font-weight: normal;
  flex-direction: column;
}
.accordion-container .accordion-title:hover {
  opacity: 0.8;
}
.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 4vw;
  width: 20px;
  height: 3px;
  /*縦線に*/
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 4vw;
  /*横線*/
  width: 20px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion-container .accordion-title.open::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.balloon01 {
  display: block;
  width: 54vw;
  line-height: 2.5;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
  border-radius: 0.256rem;
  background: #7119df;
  color: #fff;
  font-size: 85%;
  text-align: center;
}

.balloon01::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid #7119df;
}

.interest_line {
  text-align: center;
}

.interest_catch .large {
  font-size: 4.27vw;
}

footer {
  padding: 0.8rem 1.1rem;
}

.footerContents {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  text-align: right;
}
.footerContents p {
  font-size: 1rem;
  font-weight: bold;
}
.footerContents *:not(:first-child) {
  margin-top: 0.625rem;
}
.footerContents small {
  display: block;
  font-size: 0.857rem;
}
footer .logoArea {
  text-align: center;
}
.footerContents .logoArea img {
  width: 40%;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1.3rem;
  z-index: 295;
}

.footerContents a {
  text-decoration: underline;
  font-weight: normal;
  padding-right: 1.5rem;
  font-size: 1rem;
  background: url(/oos/adv/image/shared/icon_link.png) no-repeat right center;
}

.fixed_banner {
  display: none;
  position: fixed;
  z-index: 290;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.67vw 0;
  background: #fff;
}

.fixed_banner span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 81.33vw;
  height: 15.33vw;
  margin: 0 auto;
  background: #e14dff;
  border-radius: 1.6vw;
  color: #fff;
  font-weight: bold;
  font-size: 4vw;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 0.8vw 0 #9b39ae;
  cursor: pointer;
}

.fixed_banner span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.67vw;
  width: 4vw;
  height: 3.33vw;
  background: url(/oos/adv/image/shared/icon_window_white.gif) no-repeat center
    center;
  background-size: 100% 100%;
  transform: translate(0, -50%);
}

.list_note {
  font-size: 0.818rem;
}

/* ファースト */

/* 768px以下のみ指定 (スマホのみ) */
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  .spNone {
    display: none;
  }
  .imgBox {
    width: 70%;
    margin: auto;
  }
  .table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .table a img {
    display: table-cell;
    vertical-align: middle;
  }
  .pagetop {
    bottom: 25.33vw;
    right: 0;
  }
  .pagetop img {
    width: 60%;
  }
}
/* スマホサイズ以上 */
@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
  .footerContents a {
    padding-right: 1rem;
  }
  .flexParent-box-02 > li {
    padding: 15px 15px;
  }
  .kvArea img {
    width: auto;
  }
  .fixed_banner {
    padding: 1.67vw 0;
  }
  .fixed_banner span {
    width: 68.33vw;
    height: 11.25vw;
    border-radius: 0.83vw;
    font-size: 3.17vw;
    box-shadow: 0 0.5vw 0 #9b39ae;
  }
}

/* デバイス幅がPCコンテンツ幅以上 */
@media (min-width: 1080px) {
  html {
    font-size: 22px;
  }
  .schedule {
    padding: 20px;
  }
  .contentsWrap {
    padding: 70px 0;
  }
  h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.3;
  }
  .h3_03 {
    width: 400px;
    line-height: 50px;
    font-size: 28px;
  }
  .contents p,
  .contents ul {
    margin-bottom: 30px;
  }
  .step_list01 li > *:last-child {
    margin-bottom: 0;
  }
  .service_title {
    margin: 50px auto;
    font-size: 30px;
    height: 80px;
  }
  .service_point_number {
    top: -24px;
    width: 68px;
    height: 68px;
    font-size: 34px;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .service_point {
    width: 100%;
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .service_point li {
    width: 340px;
    max-height: 446px;
    position: relative;
    display: block;
    margin: 0;
    padding-right: 0;
  }
  .service_point_block {
    padding: 70px 0 50px;
    height: 100%;
    max-height: 446px;
    font-size: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .service_point_block p {
    font-size: 22px;
    margin: 0;
  }
  .service_point_block .el01 {
    font-size: 30px;
  }
  #service .service_point_block .el {
    width: auto;
  }
  .service_point_block .el03:before {
    top: 60px;
    left: 25px;
    width: 35px;
    height: 37px;
  }
  .service_point_add {
    width: 1080px;
    margin: 0 auto 16px;
  }
  .service_point_addText {
    padding: 40px 0 30px;
  }
  .service_point_addText .el01 {
    top: 25px;
    left: -100px;
    width: 120px;
    height: 50px;
    padding: 0 0 12px 0;
    font-size: 22px;
  }
  .service_point_addText .el02 {
    font-size: 28px;
  }
  .service_point_addText .el03 {
    width: 90px;
  }
  .service_point_addText .el04 {
    font-size: 36px;
  }
  .service_point_addText sup {
    font-size: 18px;
  }

  .contents > section:not(:first-child) {
    margin-top: 70px;
  }
  .listBox::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -80px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 60px 0 60px;
    border-color: #d89f19 transparent transparent transparent;
  }

  header {
    width: 100%;
    max-width: 1080px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 20px 9px;
    height: 83px;
  }
  header .code {
    font-size: 0.75rem;
  }
  .pcNone {
    display: none;
  }
  .contents {
    width: 1080px;
  }
  .appNote {
    width: auto;
    max-width: 100%;
  }
  .wrap > section.sec01 {
    padding: 0;
  }
  .midashi {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .midashi + p {
    font-size: 28px;
  }
  .btn_account {
    width: 611px;
    max-width: 100%;
    font-size: 28px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 0.3rem;
  }
  .btn_02 {
    height: 160px;
    margin-top: 100px;
    margin-bottom: calc(100px + 0.3rem);
  }
  .btn_03 {
    width: 300px;
    height: 80px;
  }
  .btn_03 span:first-child::before {
    width: 26px;
    height: 48px;
  }
  [class^="colorBox"] {
    padding: 30px;
    margin-top: 40px;
  }
  .footerContents .logoArea img {
    width: auto;
  }
  [class^="box-"] {
    padding: 38px 0 47px;
  }
  .box-01 {
    border: solid 5px #cf940c;
    margin-bottom: 50px;
  }
  .box-02 {
    border: solid 5px #7119df;
  }
  .h4_01 {
    margin-top: 25px;
  }
  div .h4_01 {
    margin-top: 45px;
  }
  .box_01 {
    width: auto;
    display: block;
    text-align: center;
  }
  .box_01 p,
  .box_01 img {
    display: inline-block;
    margin: 0;
    margin-top: 0 !important;
    vertical-align: middle;
  }
  .box_01 p:first-of-type {
    margin-right: 1rem;
  }
  .btn_account .link_window {
    width: 18px;
    height: 16px;
  }
  .box_ready > li {
    width: calc((100% - 130px) / 2);
  }
  .flexParent-box-02 > li:not(:last-child)::after {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    right: -52px;
    width: 45px;
    height: 48px;
  }
  [class^="box-"] .btn_account {
    margin-top: 20px;
    width: 600px;
    height: 92px;
  }
  .contents > section.precautions {
    padding: 50px;
  }
  .contents .precautions ul,
  .contents .precautions p {
    margin-bottom: 0;
  }
  .contents .precautions p,
  .contents .precautions > ul > li {
    margin-top: 1rem;
  }
  .contentsAnchor a::after {
    width: 20px;
    height: 20px;
  }
  .marker_p {
    background: -o-linear-gradient(
      transparent 65%,
      #fff20d 65%,
      #fff20d 85%,
      transparent 85%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(65%, transparent),
      color-stop(65%, #fff20d),
      color-stop(85%, #fff20d),
      color-stop(85%, transparent)
    );
    background: linear-gradient(
      transparent 65%,
      #fff20d 65%,
      #fff20d 85%,
      transparent 85%
    );
    display: inline;
  }
  .tCenter_pc {
    text-align: center;
  }
  .schedule::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 41px 0 41px;
    border-color: #be3c3c transparent transparent transparent;
    bottom: -29px;
  }
  .flexParent-box-02 h3 {
    font-size: 22px;
  }
  .flexParent-box-02 li > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .flexParent-box-02 p {
    margin-bottom: 0;
    margin-top: auto;
  }
  .h3_02 {
    width: 400px;
  }
  .accordion-container .accordion-title::before {
    width: 40px;
    height: 5px;
  }
  .accordion-container .accordion-title::after {
    width: 40px;
    height: 5px;
  }
  .step_list01,
  .step_list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 22px;
  }
  .step_list01 {
    margin: 0 auto 60px;
  }
  .step_list01 li,
  .step_list02 li {
    display: block;
    width: 310px;
    height: 430px;
    margin: 0;
    padding: 30px 15px;
    min-height: 430px;
  }
  .step_list01 li .step_list01_left,
  .step_list02 li .step_list02_left {
    font-size: 22px;
    font-weight: normal;
    width: 100%;
    line-height: 1.433;
  }
  .step_number {
    margin: 0 auto 10px;
    font-size: 26px;
  }
  .pc-none {
    display: none !important;
  }
  .step_list01 li .el01_pc {
    width: 285px;
    margin: 20px auto 0;
    font-size: 26px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
  }
  .step_list01 li .el03 {
    bottom: 30px;
    width: 260px;
    left: 25px;
    font-size: 18px;
    text-align: left;
  }
  .sec01 .sec01-content {
    padding: 40px 48px;
  }
  .step_text {
    font-size: 30px;
  }
  .step_list01 li .fukidashi01 {
    width: 102px;
    height: 53.28px;
    font-size: 22px;
    top: -30px;
    left: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px;
  }
  .step_list01 li .image,
  .step_list02 li .image {
    width: auto;
  }
  [class^="step_list0"] li:not(:last-child)::after {
    bottom: 50%;
    right: -20px;
    left: auto;
    border-left: 16px solid #7119df;
    border-top: 14px solid rgba(255, 255, 255, 0);
    border-bottom: 14px solid rgba(255, 255, 255, 0);
    border-right: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .step_list02 li [class^="el"] {
    width: auto;
    margin: auto;
  }
  .step_list02 li .step_list02_right {
    width: auto;
    font-size: 18px;
    margin: auto;
  }
  .contents .step_list02 p {
    margin-bottom: 30px;
  }
  .contents [class^="table-"] {
    width: 470px;
    margin: 0;
    margin-bottom: 40px;
  }
  .fukidashi02 {
    position: relative;
    padding: 0 30px;
  }
  .contents .fukidashi02Inner {
    position: absolute;
    top: 0;
    right: 30px;
    color: #fff;
    background-image: url(/oos/adv/image/tmp_231/img_fukidashi_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 391px;
    height: 222px;
    margin-bottom: 0;
    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;
    font-size: 24px;
  }
  .sec01-container .sec01-title {
    min-height: 80px;
    font-size: 32px;
    flex-direction: row;
  }
  .sec01-container .sec01-title .small {
    font-size: 22px;
  }

  .tableBlock {
    width: 700px;
    display: block;
    margin: auto;
  }

  .contents .table-02 {
    width: 100%;
    margin-bottom: 10px;
  }
  .balloon01 {
    width: 405px;
    height: 71px;
    border-radius: 14px;
    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;
    font-size: 25px;
    margin-bottom: 30px;
  }
  .fixed_banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 0;
  }
  .fixed_banner span {
    width: 820px;
    height: 135px;
    border-radius: 10px;
    font-size: 38px;
    box-shadow: 0 6px 0 #9b39ae;
  }
  .fixed_banner span:after {
    right: 65px;
    width: 22px;
    height: 20px;
  }
}
/* PC表示 */

/* iphone5等小さめのスマホ対応 */
@media (max-width: 320px) {
  .btn_03 {
    font-size: 1.6rem;
  }
  .btn_02 {
    height: 18vw;
  }
}

@media (min-width: 321px) {
  .spMiniOnly {
    display: none; /* デバイス幅が321px以上であれば非表示 */
  }
}
@media (min-width: 769px) {
  .spOnly {
    display: none; /* デバイス幅が769px以上(タブレットより大きい)であれば非表示 */
  }
}

@media (min-width: 1080px) {
  .spOnly_big {
    display: none;
  }
}

@media (max-width: 1079px) {
  .pcOnly {
    display: none; /* デバイス幅がPCコンテンツ幅以下は非表示 */
  }
  .qr {
    display: none;
  }
}

@media (max-width: 768px) {
  .pcOnly-tab {
    display: none; /* デバイス幅がタブレット以下は非表示 */
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pagetop {
    bottom: 18vw;
    right: 0;
  }
  .pagetop img {
    width: 70%;
  }
  .step_list01 li .fukidashi01 {
    font-size: 2vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .step_list01 li .fukidashi01 {
    font-size: 2vw;
  }
}

@media (min-width: 1079px) {
  .spOnly-tab {
    display: none; /* デバイス幅がPCコンテンツ幅以上は非表示 */
  }
}
