﻿@charset "UTF-8";

#mainSct {
  position: relative;
  padding: 60px 0 0;
}

#mainSct .iconObj {
  width: 35%;
  max-width: 260px;
  margin: 0 auto;
}
#mainSct > .ttlObj {
  line-height: 1;
  margin: 15px auto 0;
}

#mainSct .imgTxtBlk {
  width: 92%;
  border: 3px solid;
  margin: 30px auto 0;
  border-radius: 12px;
  padding: 5%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  max-width: 1100px;
}
#mainSct .imgTxtBlk .ttlObj {
  order: 1;
  width: 100%;
}
#mainSct .imgTxtBlk .commentBlk {
  width: 100%;
  order: 3;
  display: flex;
  flex-flow: row-reverse;
  margin: 20px auto 0;
  align-items: center;
}
#mainSct .imgTxtBlk .commentBlk .commentObj {
  background-color: var(--clrYellow2);
  width: auto;
  margin: 0 auto 0 8%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 8px;
  line-height: 1.5;
  padding: 1em 2em;
  position: relative;
  text-align: left;
}
#mainSct .imgTxtBlk .commentBlk .commentObj::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10.4px 6px 0;
  border-color: transparent var(--clrYellow2) transparent transparent;
  position: absolute;
  display: block;
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
#mainSct .imgTxtBlk .commentBlk .iconImg {
  width: 25%;
}

#mainSct .imgTxtBlk .imgObj {
  width: 100%;
  order: 2;
  margin: 20px auto 0;
}

#mainSct .iconBg {
  position: absolute;
  top: 20px;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  max-width: 580px;
}
#mainSct .bg {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 900px) {
  #mainSct {
    padding: 160px 0 0;
  }
  #mainSct .iconObj {
  }
  #mainSct > .ttlObj {
  }
  #mainSct .imgTxtBlk {
    border: 6px solid;
    margin: 60px auto 0;
    width: 90%;
    padding: 30px 40px 0;
  }
  #mainSct .imgTxtBlk .ttlObj {
  }
  #mainSct .imgTxtBlk .commentBlk {
    order: 2;
    width: 30%;
    flex-flow: column;
  }
  #mainSct .imgTxtBlk .commentBlk .commentObj {
    margin: 0 auto;
    text-align: center;
    padding: 1em 0;
    justify-content: center;
    width: 80%;
  }
  #mainSct .imgTxtBlk .commentBlk .commentObj::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.9px 7px 0 7px;
    border-color: var(--clrYellow2) transparent transparent transparent;
    position: absolute;
    display: block;
    top: 100%;
    right: 12%;
    transform: translate(0);
  }
  #mainSct .imgTxtBlk .commentBlk .iconImg {
    width: 60%;
    max-width: 180px;
    line-height: 1;
    margin: 0 0 -4px;
    margin: 20px auto -6px 0;
  }
  #mainSct .imgTxtBlk .imgObj {
    order: 3;
    width: 70%;
    margin: 30px auto auto;
    max-width: 660px;
  }
  #mainSct .iconBg {
  }
  #mainSct .bg {
  }
}

.areaBlk {
  margin: 60px auto 0;
  position: relative;
  padding: 0px 0 40px;
}
.areaBlk + .areaBlk {
  margin: 80px auto 0;
}
.areaBlk::before,
.areaBlk::after {
  content: "";
  background-color: var(--clrWh);
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 20px;
  left: 0;
}
.areaBlk::after {
  left: auto;
  right: 0;
}
.areaBlk .arrow {
  border-right: 5px solid #324aed;
  border-bottom: 5px solid #324aed;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}
.areaBlk .ttlGlp {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2ad508;
  width: 90%;
  margin: 0px auto;
  border-radius: 60px;
  padding: 0.5em 0;
  top: -25px;
  position: relative;
  max-width: 1100px;
  line-height: 1;
}
.areaBlk .ttlGlp .stepnum {
  width: 22%;
  max-width: 150px;
  margin: 0 5% 0 0;
}
.areaBlk .ttlGlp .ttlObj {
}
.areaBlk .stepBlk {
  width: 75%;
  margin: 10px auto 0;
}
.areaBlk .stepBlk .stepSet {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  z-index: 1;
  border-radius: 8px;
  background-color: var(--clrWh);
  padding: 25px 20px;
}
.areaBlk .stepBlk .stepSet + .stepSet {
  margin: 40px auto 0;
}
.areaBlk .stepBlk .stepSet::before {
  content: "";
  position: absolute;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  left: -6px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  border-radius: 8px;
}
.areaBlk .stepBlk .stepSet .num {
  position: absolute;
  width: 25%;
  max-width: 120px;
  border-radius: 8px 0 0 0;
  overflow: hidden;
  top: 0;
  left: 0;
}
.areaBlk .stepBlk .stepSet > .ttlObj {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.areaBlk .stepBlk .stepSet > .ttlObj .label {
  background-color: var(--clrPink2);
  padding: 0 0.5em;
  margin: 0 0 0 0.5em;
  border-radius: 30px;
}
.areaBlk .stepBlk .stepSet > .imgObj {
  width: 100%;
  max-width: 340px;
  margin: 20px auto 0;
}
.areaBlk .stepBlk .stepSet > .cautionBlk {
  background-color: var(--clrPink2);
  border-radius: 30px;
  width: 50%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  line-height: 1;
  padding: 0.25em 0;
}
.areaBlk .stepBlk .stepSet > .cautionBlk span {
  width: 1.25em;
  line-height: 1;
  margin: 0 1em 0 0;
}
.areaBlk .stepBlk .stepSet > .txtObj {
  width: 100%;
  text-align: left;
  margin: 20px auto 0;
}

.areaBlk .stepBlk .stepSet > .txtObj.taC {
  text-align: center;
}
.areaBlk .stepBlk .stepSet > .txtObj .line {
  border-bottom: 1px solid;
}

.areaBlk .stepBlk .stepSet .linkset {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0;
}
.areaBlk .stepBlk .stepSet .linkset .ttlObj {
  text-align: right;
  width: 35%;
}
.areaBlk .stepBlk .stepSet .linkset .link {
  width: 60%;
  margin: 0 0 0 5%;
  max-width: 220px;
}
.areaBlk .stepBlk .stepSet .linkset .link a {
  transition: 0.2s ease;
}
.areaBlk .stepBlk .stepSet .linkset .link a:hover {
  opacity: 0.35;
  transition: 0.2s ease;
}
.areaBlk .stepBlk .stepSet .btnBlk {
  width: 85%;
}

.areaBlk .stepBlk .stepSet.typeA .num {
}
.areaBlk .stepBlk .stepSet.typeA > .ttlObj {
}

.areaBlk .stepBlk .stepSet.typeA .linkset {
}
.areaBlk .stepBlk .stepSet.typeA .linkset .ttlObj {
}
.areaBlk .stepBlk .stepSet.typeA .linkset .link {
}
.areaBlk .stepBlk .stepSet.typeA .linkset .link a {
}

.areaBlk .stepBlk .stepSet.typeA .btnBlk {
}

.areaBlk .stepBlk .stepSet.typeB .num {
}
.areaBlk .stepBlk .stepSet.typeB > .ttlObj {
}
.areaBlk .stepBlk .stepSet.typeB > .imgObj {
}
.areaBlk .stepBlk .stepSet.typeB .linkset {
}
.areaBlk .stepBlk .stepSet.typeB .linkset .ttlObj {
}
.areaBlk .stepBlk .stepSet.typeB .linkset .link {
}
.areaBlk .stepBlk .stepSet.typeB .linkset .link a {
}

.areaBlk .stepBlk .stepSet.typeB .btnBlk {
}

.areaBlk .stepBlk .stepSet.typeC .num {
}
.areaBlk .stepBlk .stepSet.typeC > .ttlObj {
}
.areaBlk .stepBlk .stepSet.typeC > .imgObj {
}
.areaBlk .stepBlk .stepSet.typeC .linkset {
}
.areaBlk .stepBlk .stepSet.typeC .linkset .ttlObj {
}
.areaBlk .stepBlk .stepSet.typeC .linkset .link {
}
.areaBlk .stepBlk .stepSet.typeC .linkset .link a {
}

.areaBlk .stepBlk .stepSet.typeC .btnBlk {
}

#set01 {
  background: rgb(14, 195, 52);
  background: linear-gradient(180deg, rgba(14, 195, 52, 1) 10%, rgba(139, 223, 30, 1) 90%);
}
#set02 {
  background: rgb(50, 74, 237);
  background: linear-gradient(180deg, rgba(50, 74, 237, 1) 10%, rgba(59, 151, 255, 1) 90%);
}
#set03 {
  background: rgb(238, 54, 232);
  background: linear-gradient(180deg, rgba(238, 54, 232, 1) 10%, rgba(243, 124, 250, 1) 90%);
}

#set02.areaBlk .ttlGlp {
  background: #3b97ff;
}
#set03.areaBlk .ttlGlp {
  background: #f37cfa;
}

#set02 .arrow {
}
#set02 .arrow::before {
}
#set03 .arrow {
  border-color: #ee36e8;
}
#set03 .arrow::before {
}

@media screen and (min-width: 900px) {
  .areaBlk {
    margin: 80px auto 0;
  }
  .areaBlk + .areaBlk {
    margin: 90px auto 0;
  }
  .areaBlk::before,
  .areaBlk::after {
    content: "";
  }
  .areaBlk .arrow {
    width: 30px;
    height: 30px;
    border-right: 7px solid #324aed;
    border-bottom: 7px solid #324aed;
    top: -80px;
  }
  .areaBlk .ttlGlp {
    padding: 1.4em 0;
    max-height: 90px;
  }
  .areaBlk .ttlGlp .stepnum {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    width: 14%;
    line-height: 1;
  }
  .areaBlk .ttlGlp .ttlObj {
  }
  .areaBlk .stepBlk {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 85%;
    max-width: 900px;
    margin: 30px auto 0;
  }
  .areaBlk .stepBlk .stepSet {
    flex-flow: column;
  }
  .areaBlk .stepBlk .stepSet::before {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
  }
  .areaBlk .stepBlk .stepSet .num {
    width: 10%;
    min-width: 100px;
  }
  .areaBlk .stepBlk .stepSet > .ttlObj {
    text-align: left;
    padding: 0 0 0 35px;
  }
  .areaBlk .stepBlk .stepSet > .imgObj {
  }
  .areaBlk .stepBlk .stepSet .linkset {
  }
  .areaBlk .stepBlk .stepSet .linkset .ttlObj {
  }
  .areaBlk .stepBlk .stepSet .linkset .link {
    width: 50%;
  }
  .areaBlk .stepBlk .stepSet .linkset .link a {
  }

  .areaBlk .stepBlk .stepSet .btnBlk {
  }
  .areaBlk .stepBlk .stepSet.typeA {
    min-height: 280px;
    padding: 25px 40% 25px 25px;
  }
  .areaBlk .stepBlk .stepSet.typeA .num {
  }
  .areaBlk .stepBlk .stepSet.typeA > .ttlObj {
    width: 100%;
    margin: 0 auto 0 20px;
  }
  .areaBlk .stepBlk .stepSet.typeA > .txtObj {
    width: 80%;
  }
  .areaBlk .stepBlk .stepSet.typeA > .cautionBlk {
    width: 50%;
    margin: 30px auto 0;
    max-width: 200px;
  }
  .areaBlk .stepBlk .stepSet.typeA > .imgObj {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translate(0, -50%);
    width: 37%;
    line-height: 1;
    margin: 0;
  }
  .areaBlk .stepBlk .stepSet.typeA > .imgObj {
  }
  .areaBlk .stepBlk .stepSet.typeA .linkset {
    width: 80%;
    margin: 20px auto 0 0;
  }
  .areaBlk .stepBlk .stepSet.typeA .linkset .ttlObj {
  }
  .areaBlk .stepBlk .stepSet.typeA .linkset .link {
  }
  .areaBlk .stepBlk .stepSet.typeA .linkset .link a {
  }

  .areaBlk .stepBlk .stepSet.typeA .btnBlk {
  }
  .areaBlk .stepBlk .stepSet.typeB {
    width: calc(100% / 2 - 20px);
    margin: 40px 0 0;
  }
  .areaBlk .stepBlk .stepSet.typeB .num {
  }
  .areaBlk .stepBlk .stepSet.typeB > .ttlObj {
    width: 92%;
  }
  .areaBlk .stepBlk .stepSet.typeB > .imgObj {
    width: 95%;
  }
  .areaBlk .stepBlk .stepSet.typeB .linkset {
  }
  .areaBlk .stepBlk .stepSet.typeB .linkset .ttlObj {
  }
  .areaBlk .stepBlk .stepSet.typeB .linkset .link {
  }
  .areaBlk .stepBlk .stepSet.typeB .linkset .link a {
  }

  .areaBlk .stepBlk .stepSet.typeB .btnBlk {
  }
  .areaBlk .stepBlk .stepSet.typeC {
  }
  .areaBlk .stepBlk .stepSet.typeC .num {
  }
  .areaBlk .stepBlk .stepSet.typeC > .ttlObj {
  }
  .areaBlk .stepBlk .stepSet.typeC > .imgObj {
    width: 80%;
    max-width: 100%;
  }
  .areaBlk .stepBlk .stepSet.typeC .linkset {
  }
  .areaBlk .stepBlk .stepSet.typeC .linkset .ttlObj {
  }
  .areaBlk .stepBlk .stepSet.typeC .linkset .link {
  }
  .areaBlk .stepBlk .stepSet.typeC .linkset .link a {
  }

  .areaBlk .stepBlk .stepSet.typeC .btnBlk {
  }

  #set02 .arrow {
  }
  #set02 .arrow::before {
  }
  #set03 .arrow {
  }
  #set03 .arrow::before {
  }
}

@media screen and (min-width: 1300px) {
}

.conmpleteBlk {
  border-bottom: 2px solid;
  position: relative;
  margin: 40px auto 0;
  display: flex;
  flex-flow: column;
}
.conmpleteBlk .ttlGlp {
  background: #edf9ff;
  display: inline-block;
  padding: 1em 1.5em;
  border-radius: 8px;
  margin: 0 5% 10px auto;
  position: relative;
}
.conmpleteBlk .ttlGlp::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.9px 7px 0 7px;
  border-color: #edf9ff transparent transparent transparent;
  position: absolute;
  display: block;
  top: 100%;
  left: 12%;
}
.conmpleteBlk .ttlGlp .ttlObj {
}
.conmpleteBlk .iconImg {
  width: 40%;
  line-height: 1;
  margin: auto 0 0 20px;
  max-width: 260px;
}

.howtoBlk {
  margin: 40px auto 60px;
}
.howtoBlk .ttlGlp {
}
.howtoBlk .ttlGlp .ttlObj {
  border: 2px solid;
  display: inline-block;
  padding: 0.5em 1.5em;
}
.howtoBlk .ttlGlp .txtObj {
  width: 90%;
  margin: 20px auto 0;
}
.howtoBlk .ttlGlp .commentGlp {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  width: 90%;
  max-width: 530px;
}
.howtoBlk .ttlGlp .commentGlp .imgObj {
  width: 22%;
  max-width: 140px;
}
.howtoBlk .ttlGlp .commentGlp .txtObj {
  width: 70%;
  background: var(--clrYellow);
  background-color: var(--clrYellow2);
  margin: 0 auto 0 5%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 8px;
  line-height: 1.5;
  padding: 1em 1.5em;
  position: relative;
  text-align: left;
}

.howtoBlk .ttlGlp .commentGlp .txtObj::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10.4px 6px 0;
  border-color: transparent var(--clrYellow2) transparent transparent;
  position: absolute;
  display: block;
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.howtoBlk .howtoLists {
  display: flex;
  flex-flow: wrap;
  width: 80%;
  margin: 40px auto 0;
  max-width: 900px;
}
.howtoBlk .howtoLists .howtoList {
  border: 2px solid;
  border-radius: 8px;
  padding: 0 0 20px;
  overflow: hidden;
}
.howtoBlk .howtoLists .howtoList {
}
.howtoBlk .howtoLists .howtoList + .howtoList {
  margin: 25px auto 0;
}
.howtoBlk .howtoLists .howtoList > .ttlObj {
  background: #000;
  line-height: 1;
  padding: 0.8em 0;
}
.howtoBlk .howtoLists .howtoList .imgObj {
  width: 80%;
  margin: 20px auto;
}
.howtoBlk .howtoLists .howtoList .txtObj {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.howtoBlk .howtoLists .howtoList .txtObj + .txtObj {
  margin: 0.5em auto 0;
}

@media screen and (min-width: 900px) {
  .conmpleteBlk {
  }
  .conmpleteBlk .ttlGlp {
    padding: 0.8em 1.5em;
    margin: 0 auto;
  }
  .conmpleteBlk .ttlGlp::before {
    content: "";
  }
  .conmpleteBlk .ttlGlp .ttlObj {
  }
  .conmpleteBlk .iconImg {
    margin: -30px auto 0;
    right: 280px;
    position: relative;
  }

  .howtoBlk {
  }
  .howtoBlk .ttlGlp {
    margin: 0 auto;
  }
  .howtoBlk .ttlGlp .ttlObj {
  }
  .howtoBlk .ttlGlp .txtObj {
    width: 60%;
    margin: 30px auto 0;
  }
  .howtoBlk .ttlGlp .commentGlp {
    width: 60%;
  }
  .howtoBlk .ttlGlp .commentGlp .imgObj {
  }
  .howtoBlk .ttlGlp .commentGlp .txtObj {
  }

  .howtoBlk .howtoLists {
    justify-content: space-between;
  }
  .howtoBlk .howtoLists .howtoList {
    width: 48%;
    margin: 0;
  }
  .howtoBlk .howtoLists .howtoList {
  }
  .howtoBlk .howtoLists .howtoList + .howtoList {
    margin: 0;
  }
  .howtoBlk .howtoLists .howtoList .imgObj {
  }
  .howtoBlk .howtoLists .howtoList .txtObj {
  }
  .howtoBlk .howtoLists .howtoList .txtObj + .txtObj {
  }
}
@media screen and (min-width: 900px) {
}

.btnBlk {
  width: 100%;
  background: #ffc600;
  border-radius: 8px;
  line-height: 1;
  margin: 28px auto 0;
}

.btnBlk.EntryBTN {
  margin: 76px auto 38px;
  background: #c0014d;
}

.btnBlk a {
  background: #fcf300;
  width: 100%;
  padding: 1em 0;
  border-radius: 8px;
  position: relative;
  top: -6px;
  text-decoration: none;
  line-height: 1;
  height: 100%;
  transition: 0.1s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnBlk.EntryBTN a {
  color: #fff;
  padding: 20px;
  background: #fc0012;
}

.btnBlk a:hover {
  top: 0px;
  transition: 0.1s;
}

@media screen and (min-width: 900px) {
  .btnBlk a {
    padding: 25px 0;
    /* top: 0; */
    line-height: 1;
  }
}

.pageTopBlk {
  padding: 60px 0 60px;
  border-top: 2px solid #000;
}
.pageTopBlk .btnBlk {
  width: 60%;
  background: #3730c2;
  margin: 0 auto 0;
  max-width: 360px;
}
.pageTopBlk .btnBlk a {
  background: #366af4;
  color: #fff;
  padding: 18px 0;
}

#hdrSct {
}
#hdrSct .hdrlogoBlk {
}
#hdrSct .hdrlogoBlk a {
  background: #366af4;
  width: 100%;
  text-decoration: none;
  padding: 4px 16px 4px 11px;
  border-radius: 0 0 0 8px;
  position: relative;
  transition: 0.2s ease;
}
#hdrSct .hdrlogoBlk a:hover {
  opacity: 0.35;
  transition: 0.2s ease;
}

#hdrSct .hdrlogoBlk a::before {
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  border-right: 2px solid;
  border-bottom: 2px solid;
  right: 6px;
  top: 49%;
  transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (min-width: 900px) {
  .pageTopBlk {
  }
  .pageTopBlk .btnBlk {
  }
  .pageTopBlk .btnBlk a {
    padding: 25px 0;
  }
  #hdrSct {
  }
  #hdrSct .hdrlogoBlk {
  }
  #hdrSct .hdrlogoBlk a {
  }
}
