@charset "utf-8";

/* *****共通設定******************************************************* */


html {
  --11px: 0.6875rem;
  --12px: 0.750rem;
  --14px: 0.875rem;
  --15px: 0.9375rem;
  --16px: 1rem;
  --17px: 1.0625rem;
  --18px: 1.125rem;
  --19px: 1.1875rem;
  --20px: 1.25rem;
  --21px: 1.3125rem;
  --22px: 1.375rem;
  --23px: 1.4375rem;
  --24px: 1.5rem;
  --25px: 1.5625rem;
  --26px: 1.625rem;
  --27px: 1.6875rem;
  --28px: 1.75rem;
  --29px: 1.8125rem;
  --30px: 1.875rem;
  --31px: 1.9375rem;
  --32px: 2rem;
  --36px: 2.25rem;
  --40px: 2.5rem;
  --44px: 2.75rem;
  --48px: 3rem;
  --color-primary: #645cda;
  --color-primary-rgb: 100, 92, 218;
  --color-primary-contrast: #fff;
  --color-primary-contrast-rgb: 255, 255, 255;

  --color-secondary: #fe3194;
  --color-secondary-rgb: 254, 49, 148;
  --color-secondary-contrast: #fff;
  --color-secondary-contrast-rgb: 255, 255, 255;
}

body {
  /* font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
    background-color: #fff;
    color: #1b1b1b;
    position: relative; */
    font-family: 'Noto Sans JP', sans-serif;
    /* background-color: #f8f8fe; */
    /* background-color: #fafaff; */
    color: #333;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

main {
  z-index: 20;
  display: block;
  position: relative;
  margin: auto;
}

header {
  z-index: 10;
  display: block;
  position: relative;
  margin: auto;
}

footer {
  /* z-index: 50; */
  display: block;
  position: relative;
  margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7 {
  margin: 0;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
color: var(--color-primary);
}

p {
  /* font-size: var(--17px); */
  line-height: 1.7;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

/* hr {
  margin: 0 auto;
  width: 94%;
  color: #f2f2f2;
} */

.style10 {
  border-top: 3px dotted #eb5f00;
}

.pt-1 {
  color: #ed453b;
  font-weight: 700;
}

.pt-2 {
  color: #ed453b;
  font-weight: 700;
  background: linear-gradient(transparent 50%, #fff45c 50%);
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.ls-1 {
  letter-spacing: -0.1em
}

.ls-2 {
  letter-spacing: 0.2em
}

.marker-y {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #fff45c 50%);
}

.mark-pk {
  background-color: #db3392;
  color: #fff;
  display: inline-block;
  padding: 0 .4em;
}

.mark-bl1 {
  background-color: #c7000a;
  color: #fff;
  display: inline-block;
  padding: 0 .4em;

}

.mark-bk {
  padding: 0 .2em;
  background: #1b1b1b;
  /* font-weight: bold; */
  color: #fff;
}

.blue {
  color: #1da1f2;
}

.bg-corp-a {
  background: #012454;
}

.bg-red {
  background: var(--corp-red);
}

.bg-acc-red {
  background: var(--acc-red);
}

.bg-lg {
  background: #f3f2fe;
}

/* .bg-lg {
  background: #f2f3fe;
} */

.bg-pink {
  background: #fee4ea;
}

.bg-black {
  background: black;
}

.bg-dark {
  background: #121927 !important;
}

u {
  text-underline-offset: 0.2em !important;
}

.link {
  text-decoration: none;
}

a {
  text-decoration: none;
}

.kenten {
  position: relative;
  padding-top: 0.3em;
}

.kenten::before {
  position: absolute;
  content: "";
  width: 0.15em;
  height: 0.15em;
  border-radius: 50%;
  background-color: #0a3184;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

dl,
ol {
  margin: 0;
}

ul,
li {
  margin: 0;
  /* list-style: none; */
}


/* .fa-ul {
  margin: 0 .6em;
} */

.fa-li {
  left: -1.6em;
  position: absolute;
  text-align: center;
  width: 1em;
}

.text-purple {
  color: var(--color-primary);
}

.text-bl1 {
  color: #021841;
}

.text-bl2 {
color: #012454;
}

.text-yellow {
  color: #fff45c;
}

.text-lb {
  color: #40c0e0;
}

.fw-900 {
  font-weight: 900;
}

.fs-12 {
font-size: var(--12px);
}

.fs-15 {
  font-size: var(--15px);
  line-height: 1.5;
}

.fs-24 {
  font-size: var(--24px);
}

.fc-base {
color: #333;
}

.fw-semibold {
  font-weight: 600 !important;
}

.mb-25r {
  margin-bottom: 2.5rem !important;
}

.ls--05 {
letter-spacing: -0.05em;
}

/* h3 {
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4;
  color: var(--acc-red);
}

h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--acc-red);
  border-radius: 2px;
} */

.border-acc-red {
padding :1.5em 1em;
border: var(--acc-red) solid;
border-width: 4px;
}

.top-text-area {
  padding: 12px 0 10px;
    /* padding: 30px 0; */
    width: 100%;
    background-image: linear-gradient(135deg, #625cd5 0%, #db3392 100%);
    /* background-color: var(--color-primary); */
  }



/***** home-section *****/

.home-section {
  padding: 12px 0 0;
  width: 100%;
}

.home-section .logo {
  max-width: 60px;
}

.home-section h1 {
color: #645cda;
font-size: var(--24px);
font-weight: 900;
line-height: 1.4;
letter-spacing: .02em;
/* border-bottom: 1px solid #645cda; */
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0 0 .6em;
  padding: 8px 8px 10px;
  min-width: 120px;
  width: 90%;
  color: #555;
  /* font-size: 16px; */
  background: #645cda;
  border-radius: 50vh;

}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  /* margin-left: -4px; */
  border: 8px solid transparent;
  border-top: 8px solid #645cda;
  transform: translateX(-50%);
}

.balloon1 p {
  color: white;
  font-size: var(--14px);
  line-height: 1.4;
}

.bg-gradation {
  background-image: linear-gradient(135deg, #625cd5 0%, #db3392 100%);
  /* background-color: var(--color-primary); */
}

.button_solid a {
  background: #06c755;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 92%;
  padding: 20px 15px 15px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-size: var(--18px);
  font-weight: 600;
  flex-direction: column;
  border-radius: 8px;
  border-bottom: solid 5px #03903d;
  text-align: center;
}

.button_solid a span {
  background: #FFFF00;
  width: 80%;
  text-align: center;
  position: absolute;
  top: -15px;
  filter: drop-shadow(0px 1px 2px #aaa);
  padding: 3px 0;
  font-size: 0.8rem;
  color: #06c755;
  border-radius: 999px;
}

.button_solid_2 a {
  background: #06c755;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 92%;
  padding: 25px 15px 15px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-size: var(--18px);
  font-weight: 600;
  flex-direction: column;
  border-radius: 8px;
  border-bottom: solid 5px #03903d;
  text-align: center;
  line-height: 1.3;
}

.button_solid_2 a span {
  background: #FFFF00;
  width: 80%;
  text-align: center;
  position: absolute;
  top: -25px;
  filter: drop-shadow(0px 1px 2px #aaa);
  padding: 5px 0;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #06c755;
  border-radius: 999px;
}



/* ***** section ***** */

.top-text-area .container,
.home-section .container,
.section-bSYecho .container,
.section-RrfVdKU .container,
.section-cta .container,
.section-gdskJwp .container,
.section-jbsJvap .container,
.section-AkdgrOS .container,
.section-hrlpaDt .container,
.section-PUhtjei .container,
.section-f8ie0sH .container,
.section-cOnpM4t .container,
.section-QDjEHKW .container,
.section-P1NEDSb .container,
.section-psJJAF5 .container,
.section-wuJNAeU .container,
.section-whlrSK4 .container {
  max-width: 750px;
}

/* ***** section-cta ***** */

.section-cta {
    padding: 30px 0;
    width: 100%;
    background-image: linear-gradient(135deg, #625cd5 0%, #db3392 100%);
    /* background-color: var(--color-primary); */
}


.box-title {
   font-size: 1em;
   background: var(--color-primary);
   padding: 4px;
   text-align: center;
   color: #FFF;
   font-weight: bold;
   letter-spacing: 0.05em;
 }

 .step-box {
   padding: .8em 1em;
   background: #f2f3fe;
 }

 .step-box p {
   /* padding: .2em 20px; */
   font-size: var(--15px);
   margin: 0;
 }

/* ***** section bSYecho ***** */

.section-bSYecho {
  padding: 40px 0;
  width: 100%;
  background: #f2f3fe;
}

.section-bSYecho h2 {
  color: var(--color-primary);
  font-size: var(--20px);
  line-height: 1.3;
  font-weight: bold;
  margin: 0 auto;
}

.section-bSYecho ul {
  padding: 0;
  position: relative;
}

.section-bSYecho ul>*+* {
  border-top: 4px solid #f2f3fe;
}

.section-bSYecho ul li {
  /* color: #645cda; */
  background: #fff;
  line-height: 1.5;
  padding: 0.4em 1em 0.4em 2.2em;
  /* border-bottom: 4px solid #f2f3fe; */
  list-style-type: none !important;
}

.section-bSYecho ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left: 1em;
  color: #645cda;
  font-weight: bold;
}

.prof-ttl {
  background: #f2f3fe;
  padding: 0.5em;
  color: var(--color-primary);
  font-weight: 600;
}

/* ***** section RrfVdKU ***** */

.section-RrfVdKU {
  padding: 20px 0 40px;
  width: 100%;
  background: #fee4ea;
}

.rounded-25 {
  border-radius: 0 0 .25rem .25rem;
}

.triangle-accr {
  position: relative;
}

.triangle-accr:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: var(--acc-red);
  top: -25px;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  transform: translate(-50%);
}

.triangle-r {
  position: relative;
}

.triangle-r:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: var(--corp-red);
  top: -1px;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  transform: translate(-50%);
}

.list-group i {
  color: #40c0e0;
}

ul.cp_list {
  padding: 0;
  list-style-type: none;
}

ul.cp_list li {
  position: relative;
  padding: .5em .5em .5em 1.6em;
  background: #fff;
  font-weight: 700;
}

ul.cp_list li:nth-child(even) {
  background: #f2f2f2;
}

ul.cp_list li:before {
  position: absolute;
  content: '';
  top: 1em;
  left: 0.8em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #00acee;
}


/* ***** section whlrSK4 ***** */
.section-whlrSK4 {
  padding: 20px 0 40px;
  width: 100%;
  background: #fee4ea;
}

/* ***** section-jbsJvap ***** */

/* .section-jbsJvap {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 8px 8px;
  background-repeat: repeat;
  background-position: center center;
  padding: 40px 0;
  width: 100%;
} */

.section-jbsJvap {
  padding: 40px 0;
  width: 100%;
  /* background: #fee4ea; */
}

.section-jbsJvap h2 {
  color: var(--color-primary);
  font-size: var(--20px);
  line-height: 1.5;
  font-weight: bold;
  margin: 0 auto;
}


.section-jbsJvap h4 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: .1em .2em;
  line-height: 2;
  background-color: var(--acc-red);
}

/* ***** section-AkdgrOS ***** */

.section-AkdgrOS {
  padding: 40px 0;
  width: 100%;
  background: #f2f3fe;
}

.section-AkdgrOS h2 {
  color: var(--color-primary);
  font-size: var(--20px);
  line-height: 1.5;
  font-weight: bold;
  margin: 0 auto;
}


/* ***** section-hrlpaDt ***** */

.section-hrlpaDt {
  padding: 0 0 40px;
  width: 100%;
  background: #f2f3fe;
}

.section-hrlpaDt h2 {
  color: var(--color-primary);
  font-size: var(--20px);
  line-height: 1.5;
  font-weight: bold;
  margin: 0 auto;
}

/* .section-jbsJvap ul {
  padding: 0;
}

.section-jbsJvap .gift-list li {
  position: relative;
  background: #fee4ea;
  line-height: 1.4;
  padding: 0.5em;
  margin-bottom: 6px;
  border: solid #c7000a;
  border-width: 1px 1px 1px 35px;
  font-weight: 700;
} */

/* .section-jbsJvap .gift-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f304";
  font-weight: 900; */
  /* font-weight: normal; */
  /* position: absolute;
  display: block;
  padding: 0.5em;
  width: 1.2em;
  color: white;
  text-align: center;
  left: -35px;
  top: 50%;jbsJvap
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
} */


/* ***** section-gdskJwp ***** */

.section-gdskJwp {
  padding: 0 0 40px;
  width: 100%;
  background: var(--color-primary);
}

/* .border-wh {
  border: solid 6px #fff;
} */

/* ***** section-cOnpM4t ***** */

.section-cOnpM4t {
  padding: 40px 0;
  width: 100%;
  /* background: #f2f3fe; */
}

.section-cOnpM4t .prof ul {
  list-style: none !important;
  position: relative;
    list-style-type: none;
    padding: 0 1rem 1rem 2.5rem;
}

.section-cOnpM4t .prof ul li {
  padding: 0.3rem 0;
  /* line-height: 1.5; */
}

.section-cOnpM4t .prof ul li::before {
  position: absolute;
  left: 1rem;
  /* padding-left: 0.2rem; */
  color: #645cda;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
}

.section-cOnpM4t .achievers ul {
  list-style: none !important;
  position: relative;
  list-style-type: none;
  padding: 0 1rem 1rem 2.5rem;
}

.section-cOnpM4t .achievers ul li {
  padding: 0.3rem 0;
  /* line-height: 1.5; */
}

.section-cOnpM4t .achievers ul li::before {
  position: absolute;
  left: 1rem;
  /* padding-left: 0.2rem; */
  color: #645cda;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f058';
}


/* ***** section-QDjEHKW ***** */

.section-QDjEHKW {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
  linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 8px 8px;
  background-repeat: repeat;
  background-position: center center;
  padding: 40px 0;
  width: 100%;
}

.section-QDjEHKW h2 {
  font-size: var(--24px);
  line-height: 1.3;
  font-weight: bold;
  margin: 0 auto;
}

.section-QDjEHKW h3 {
  font-size: var(--20px);
  font-weight: bold;
  line-height: 1.3;
  color: white;
}

.section-QDjEHKW th {
width: 20%;
font-size: var(--15px);
text-align: center;
vertical-align: middle
}

.row {
  background-color: var(--color-primary);
    color: white;
}

.table-bordered>:not(caption)>* {
  border-width: 2px 0;
}

.bonus_ttl {
  color: white;
  font-size: var(--18px);
  font-weight: 600;
  line-height: 1.5;
}

.bonus_explanation {
  background-color: white;
  border-radius: 999px;
  color: var(--color-primary);
  font-size: var(--14px);
 line-height: 1.2;
 padding : .4em;
}

.dot {
  border: none;
  background-color: #fff;
  border-width: 1px 0 0 0;
  border-top: dotted;
  border-color: black;
  margin-bottom: 1.5em;
}

.contents_ttl {
font-weight: 700;
color: var(--color-primary);
text-align: center;
}

.contents-title {
  background-color: #645cda;
}

.border-corp {
  border: 2px solid var(--color-primary);
}

.border-pink {
  border: 2px solid #db3392;
}

/* .section-QDjEHKW ul {
  padding-left: 1.5em;
} */

/* .section-QDjEHKW li {
  list-style: none;
} */

/* .section-QDjEHKW ul li {

  list-style: none;
} */

.section-QDjEHKW ul {
  padding-left: 1.5em;
}

/* .section-QDjEHKW ul,
li {
  margin: 0;
  list-style: disc;
} */

/* .section-QDjEHKW ul li {
  font-size: var(--17px) !important;
  line-height: 1.4;
  padding-bottom: .6em;
} */
.part-box {
  padding-left: 0 !important;

}

.part-list {
  list-style: none;
  padding-left: 0;
  font-size: var(--15px);
  margin-bottom: .5em;
}

.section-QDjEHKW .part {
  font-size: var(--14px);
  display:inline-block;
  background-color: var(--color-primary);
  color: #fff;
  padding: 0 .2em;
  margin-right: .3em;
}

.section-QDjEHKW .badge {
  display: inline-block;
  padding: 0.2em 0.4em;
  font-size: var(--14px);
  /* font-weight: 700; */
  line-height: 1;
  color: #645cda;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: white;
}

/* ***** section-P1NEDSb ***** */

.section-P1NEDSb {
    padding: 40px 0;
    width: 100%;
  }

.section-P1NEDSb dl {
  margin: 0;
  padding-left: 1em;
}

.section-P1NEDSb h2 {
  color: var(--color-primary);
    font-size: var(--20px);
    line-height: 1.5;
    font-weight: bold;
    margin: 0 auto;
}

/* .section-QDjEHKW .h2 {
color : #fe3194;
} */

/* ***** section psJJAF5 ***** */

.section-psJJAF5,
.section-wuJNAeU,
.section-I5ajf25,
.section-WFSjt1X,
.section-emcbrBM,
.section-VcPvkBN {
  padding: 30px 0 40px;
  width: 100%;
}

.backimg {
  position: absolute;
  bottom: -30px;
  right: 10px;
}

/* ***** section psJJAF522 ***** */

.section-B0AiSxV {
  padding: 40px 0 0;
  width: 100%;
}

/* ***** section g6sQTft ***** */

.section-g6sQTft {
  padding: 0 0 20px 0;
  width: 100%;
}

/* ***** section ebXYhXU ***** */

.section-ebXYhXU {
  /* z-index: 40; */
  position: relative;
  padding: 40px 0;
  width: 100%;
  background: #e5f7f9;
}

.section-ebXYhXU .badge {
  display: inline-block;
  padding: 0.2em 0.4em;
  font-size: var(--11px);
  /* font-weight: 700; */
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color : #f2f2f2;
}

.section-lsgoXC {
  padding: 40px 0;
  width: 100%;
}

/* ***** section-PUhtjei ***** */

.section-PUhtjei {
  padding: 40px 0;
  width: 100%;
  background: #f2f3fe;
}

.section-PUhtjei h2 {
  color: var(--color-primary);
  font-size: var(--20px);
  line-height: 1.5;
  font-weight: bold;
  margin: 0 auto;
}

/* ***** section-f8ie0sH ***** */

.section-f8ie0sH {
  padding: 40px 0;
  width: 100%;
  background: #f2f3fe;
}

.section-f8ie0sH h2 {
  color: var(--color-primary);
  font-size: var(--20px);
  line-height: 1.5;
  font-weight: bold;
  margin: 0 auto;
}

/* ***** section Q&A ***** */

.qa {
font-size: var(--15px);
}

.qa dt {
  margin-bottom: 1em;
  font-weight: 600;
}

.qa dt::before,
.qa dd::before {
  margin-right: .4em;
}

.qa dt::before {
  content: "Q.";
}


.qa dd {
  padding: 1em 1.5em;
  background-color: #f2f2f2;
  /* color: #333333; */
}

.qa dd:not(:last-child) {
  margin: 0 0 2em;
}

.qa dd::before {
  content: "A.";
}

/* ***** footer button ***** */

.sticky-footer-action {
  display: block;
  position: fixed;
  bottom: 4px;
  left: 0px;
  max-width: 140px;
  z-index: 1200;
  /* margin: 0 auto 4px;
  max-width: 750px; */
}

/* ***** entry-button ***** */

.entry-button {
  display: block;
  width: 100%;
  /* margin: 0 auto 4px;
  max-width: 750px; */
}

.entry-button a {
  background: #06c755;
  color: #fff45c;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 1rem 0.6rem;
  text-shadow: 1px 1px rgb(0 0 0 / 20%);
  border-radius: 4px;
  border-bottom: 5px solid #318c4a;
}

.yureru-j {
  animation: yureru-j 2s infinite;
}

@keyframes yureru-j {
  0% {
    transform: translate(0px, 2px);
  }

  5% {
    transform: translate(0px, -2px);
  }

  10% {
    transform: translate(0px, 2px);
  }

  15% {
    transform: translate(0px, -2px);
  }

  20% {
    transform: translate(0px, 2px);
  }

  25% {
    transform: translate(0px, -2px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}

/* *****copyright***** */

#footer {
  padding: 0 0 40px;
  background: #f2f3fe;
}

#footer #copyright h4 {
  font-size: var(--14px);
  color: #333;
}

#footer #copyright a {
  color: #333;
}

#footer #copyright ul {
padding-left: 0;
}

#footer #copyright ul li,
#footer #copyright ol li {
  list-style: none;
  font-size: var(--14px) !important;
  line-height: 1;
  padding: .4em 0;
}
