/***共通***/
:root {
  --boxshadow: 0 0 20px 0px rgba(60, 86, 113, 0.1);
  --course01: #fc5f00;
  --course02: #ffa201;
  --course03: #f3bd01;
  --course04: #76c939;
  --course05: #1cc8dc;
  --course06: #7496ec;
  --course07: #bb74ec;
  --gray-box: #efefef;
  --radius: 5px;
  --darker-gray: #e3e4e9;
  --bright-orange: #fff5e7;
  
  --bg-gray: #f4f9fe;
}


main {
  position: relative;
  margin-top: 0;
  overflow: hidden;
  /*background-color: var(--base-color);*/
  padding-top: 32px;
}

.breadcrumb {
    top: 60px;
}

.breadcrumb-items {
    color: #fff;
    font-size: 12px;
}

.breadcrumb li::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.breadcrumb-item a {
    color: #fff;
}

.sbttl {
  color: var(--base-color);
  font-size: 1.7em;
}

.sbttl::after {
  content: '';
  display: block;
  background-image: linear-gradient(90deg, var(--sub-color) 0%, var(--sub02-color) 50%, var(--base-color) 50%);
  width: 86px;
  height: 5px;
  margin-top: 16px;
}

.section p {
  margin: 32px auto 0;
  max-width: 900px;
}

/*ボタン*/

.btn_white .button_box-link {
  border: 1px solid var(--font-color);
  background: #fff;
  color: var(--font-color) !important;
  margin-top: 16px;
  font-size: .8em;
  font-weight: 500;
}

.btn_white .button_box-link::after {
  border-top: 2px solid var(--font-color);
  border-right: 2px solid var(--font-color);
}

.btn_white .button_box-link:hover {
  color: #fff !important;
  text-decoration: none;
  box-shadow: 0 0 10px 0px rgb(63 81 181 / 70%);
  background-color: var(--font-color);
}

.btn_white .button_box-link:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn_white  .button_box-link strong {
  font-size: 1.2em;
  font-weight: 700;
  margin-right: 4px;
}

/*footer*/
.footer {
  position: relative;
  z-index: 1;
}

.sp {
  display: block;
}

.pc {
  display: none;
}


.footer_cta-items {
  display: none;
}

/*FV*/
.section-fv {
  background-color: #2f4faf !important;
}

.section-fv-inner {
  max-width: 900px;  
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #fff;
}

.section-fv-title {
  font-size: 1.5em;
  margin: 32px auto 0;
  max-width: 900px;
}

.section-fv-image {
  max-width: 900px;
  height: auto;
}

.section-fv-cta {

}

.section-fv-cta a {
  background: linear-gradient(270deg, rgba(255, 150, 0, 1) 0%, rgba(255, 150, 0, 1) 25%, rgba(255, 150, 0, 1) 51%, rgba(252, 95, 0, 1) 100%);
  background-size: 200% auto;
}

/*目次*/
.section-contents {
  padding: 40px 20px 20px 20px;
}

.section_contents-inner {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  border: 2px solid var(--base02-color);
}

.section-contents-title {
  color: var(--base-color);
  font-size: 1.2em;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--base02-color);
}

.section_contents-list {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.section_contents-list a {
  color: var(--font-color);
}


/*ここから記事*/
.section-article {
  padding: 50px 30px;;
}

.section_article-inner {
}

.section-article-title {
  font-size: 1.4em;
  display: flex;    
  padding-bottom: 20px;
  gap: 5px;
}

.section-article-title::before {
  content: "";
  display: block;
  background-color: var(--base-color);
}

.section-article-title.oneline::before {
  width: 4px;
}

.section-article-title.twoline::before {
  width: 6px;
}

.section_article-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section_article-box ul {
  background-color: var(--bg-gray);
  border-radius: 3px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.section_article-box ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.section_article-box ul li:before {
  /*font-family: "Font Awesome 5 Free";*/
  content: "\2714";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

.section_article-box ul li h3 {
  font-size: 1.1em;
  padding-bottom: 16px;
}

.section_article-box ol, .section_article-box li  {
  display: flex;
  flex-direction: column;
}

.section_article-box ol {
  gap: 16px;
  padding: 8px 0;
}

.section_article-box li {
  gap: 8px;
}

.section_article-box ol li div {
  display: flex;
  align-items: flex-start;
}

.section_article-box ol li div h3 {
  width: calc(100% - 22px);
  padding-left: 4px;
}

.section_article-box-num {
  font-weight: bold;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  color: #fff;
  background-color: var(--sub-color);
  padding-left: 6px;
}


/*cta */
.under_voice-step3_advice {
  background: none;
  background-color: #0b1533;
  color: #fff;
  text-align: center;
}

#under_voice-step3_advice .step3_advice-ttl {
  margin-top: 34px;
}

h2.under_voice-step3_advice-ttl {
  margin-bottom: 14px;
  text-align: center;
  font-size: 2em;
  color: #fff;
}

h2.under_voice-step3_advice-ttl.sbttl::after {
  content: none;
}

.about_advice-text01,
.about_advice-text02 {
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  display: block;
  width: 92%;
  margin: 0 auto 20px;
  line-height: 1.7;
}

.about_advice-text02 {
  color: var(--font-color);
}

.about_advice-text01 {
  font-size: 1em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 4px 0 3px;
  width: 19em;
  /* font-weight: bold; */
}

.section_step3_advice.section_under_voice-step3_advice {
  padding: 50px 18px 180px;
}

section.section_step3_advice {
  /*background: url(../images/index/course_bg@2x.webp) no-repeat center / cover;*/
  background: #2f4faf;
  padding: 50px 18px 25px;
  position: relative;
}

.about_advice-contents {
  margin: 20px auto 20px;
  width: 100%;
  max-width: 400px;
}

.advice-content {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.step3_advice-ttl {
  background-color: #0b1533;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  display: block;
  position: relative;
  width: 17em;
  font-size: 1.3em;
  margin: 0 auto 26px;
}

.step3_advice-ttl::after {
  position: absolute;
  content: '';
  display: block;
  border-width: 20px 12px 20px 12px;
  width: 0;
  height: 0;
  border-color: #0b1533 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -34px;
  border-style: solid;
}

a.about_advice-cta span {
  font-size: 0.7em;
  display: block;
}

a.about_advice-cta {
  background-color: #ff8000;
  box-shadow: 0 5px 0 #b86423;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 93%;
  max-width: 410px;
  display: block;
  z-index: 20;
  font-size: 1.35em;
  padding: 14px 0px 10px;
  border-radius: 5px;
  margin: 22px auto;
  transition: all ease 0.3s;
}

.step3_advice-img {
  max-width: 500px;
  margin: 0 auto;
}

.cta_section-btn:hover {
  box-shadow: 0 0 0 #b86423;
  transition: all ease 0.3s;
  transform: translateY(5px);
}

.step3_advice-img {
  max-width: 500px;
  margin: 0 auto;
}

.section_about_advice {
  background-color: var(--bg-gray);
  padding-bottom: 0;
}

#under_voice-step3_advice .step3_advice-ttl {
  margin-top: 34px;
}

.section_step3_advice-online {
  position: relative;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  width: 8.5em;
  margin: -90px auto 10px;
  display: block;
  color: #fff;
}

.section_step3_advice-online::before {
  content: '';
  display: block;
  width: 1.4px;
  height: 1.5em;
  background-color: #fff;
  top: -3px;
  left: -0.4em;
  transform: rotate(-15deg);
  position: absolute;
}

.section_step3_advice-online::after {
  content: '';
  display: block;
  width: 1.4px;
  height: 1.5em;
  background-color: #fff;
  transform: rotate(-15deg);
  position: absolute;
  top: -3px;
  right: -0.4em;
  transform: rotate(15deg);
}

.section_step3_advice-95 {
  position: relative;
  top: -55px;
  width: max(70px, 4em);
  left: 0em;
}

.section_step3_advice-hukidashi {
  width: 80%;
  max-width: 600px;
  margin: 20px auto 0;
}

.section_step3_advice>.section_inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.about_advice-texts {
    color: #fff;
}


.sub-cta, .sub-cta02 {
  /*margin-bottom: 50px;*/
  padding: 0;
  background: var(--bg-gray) !important;
}

.sub-cta>.section_inner {
  height: 340px;
  background: #2f4faf;
}

.sub-cta02>.section_inner {
  height: 310px;
  background: #2f4faf;
}


.sub-cta-text {
  font-size: 0.85em;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding-top: 20px;
}

a.sub-cta-btn {
  margin: 19px auto 0;
}

.sub-cta02 {
  margin: 50px 0;
  padding: 0;
}

.section_article-box.course {
    border: 2px solid #ffae45;
    padding: 20px;
    margin-top: 50px;
    background: #fffbf5;
    border-radius: 5px;
}

.section_article-box.course p {
    font-weight: bold;
}

.point-cta {
  margin: 50px auto;
}



/*tablet*/
@media all and (min-width: 500px) and (max-width: 768px) {



  .sub-cta>.section_inner, .sub-cta02>.section_inner {
    height: calc(53vw + 130px);
    max-height: 380px;
    max-width: 460px;
    margin: 0 auto;
  }


  .sub-cta-img {
    max-width: 460px;
    margin: 0 auto;
  }



}

/*pc*/
@media all and (min-width: 769px) {

  /*共通*/
  article {
    font-size: 17px;
  }

  section {
    padding: 60px 10%;
    box-sizing: border-box;
    margin: 0;
  }

  .breadcrumb {
    top: 80px;
  }

  .breadcrumb-items {
    margin: 0 auto;
    max-width: 830px;
  }

  .section-fv-title {
    margin: 52px auto 0;
  }

  .sbttl {
    font-size: 2em;
  }

  .section-text {
    font-size: 1.2em;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .section-text-ttl::before {
    font-size: 25px;
    top: -5px;
    left: -9px;
  }

  .section-fv-inner {
    max-width: 830px;  
  }

  .section-fv-title {
    font-size: 2.5em;
  }

  .section_contents-inner {
    max-width: 830px;  
    margin: 0 auto;
  }

  .section-contents-title {
    font-size: 1.8em;
  }

  .section_contents-list {
    gap: 14px;  
  }

  .section_article-inner {
    max-width: 830px;
    margin: 0 auto;
  }

  .section-article-title {
    padding-bottom: 30px;
    font-size: 1.8em;
  }


.section_article-box {
    gap: 50px;
}

  .section_article-box ol {
    gap: 36px;
    padding: 0;
  }

  .section_article-box li {
    gap: 16px;
  }



  .section_article-box-num {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    padding-left: 6px;
  }

  .section_article-box-title {
    font-size: 1.2em;
    padding-bottom: 10px;
  }


  .sub-cta-img {
    max-width: 750px;
    margin: 0 auto;
  }

  .sub-cta>.section_inner, .sub-cta02>.section_inner {
    height: calc(60.7vw + 118px);
    max-height: 470px;
    max-width: 600px;
    margin: 0 auto;
  }


  .btn_white .button_box-link {
    margin-top: 26px;
  }


}
