html body #wrapper {
  /*----------------------------------------------------
      HEADER STYLE
  ----------------------------------------------------*/
}
html body #wrapper > header {
  position: relative;
  width: 100vw;
  height: 100vh;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(0deg, #96dcd2 0%, #e4efee 100%);
}
html body #wrapper > header .header_item {
  position: absolute;
}
html body #wrapper > header .first_logo, html body #wrapper > header .cp_ttl {
  top: 50%;
  left: 17%;
  transform: translate(-50%, -50%);
}
html body #wrapper > header .first_logo {
  width: 364px;
}
html body #wrapper > header .cp_ttl {
  width: 340px;
}
html body #wrapper > header .copy {
  font-family: "Montserrat", sans-serif;
  right: 2.5%;
  bottom: 1%;
  font-size: 0.8rem;
  color: #fff;
  letter-spacing: 1px;
}
html body #wrapper > header .app_conductor {
  text-align: center;
  width: 290px;
  background-color: rgba(255, 255, 255, 0.5);
  right: 18%;
  top: 50%;
  transform: translate(50%, -50%);
  padding: 30px 20px;
  border-radius: 20px;
}
html body #wrapper > header .app_conductor .app_ttl {
  font-weight: bold;
  margin-bottom: 20px;
}
html body #wrapper > header .app_conductor .app_btn {
  margin-bottom: 20px;
}
html body #wrapper > header .app_conductor .app_qr {
  max-width: 100px;
  margin: 0 auto;
}
html body #wrapper > header .app_conductor .t_main {
  color: black;
}
@media only screen and (max-width: 767px) {
  html body #wrapper > header {
    display: none;
  }
}
html body #wrapper {
  /*----------------------------------------------------
      MAIN STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------------------
      BUTTON STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll .btn_wrap {
  padding: 1rem;
  padding-top: 0;
}
html body #wrapper > main#contentsAll .btn_wrap a {
  display: block;
  position: relative;
  background-color: #ffd23a;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
  color: white;
  text-decoration: none;
  text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  padding: 1.2rem 0;
  border-radius: 180rem;
  border: 2px solid #fff8c1;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  margin: 0.7rem 0 0.3rem 0;
}
html body #wrapper > main#contentsAll .btn_wrap a:after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 2.2rem;
  aspect-ratio: 1;
  transform: translateY(-50%);
  background-image: url(../img/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
html body #wrapper > main#contentsAll .btn_wrap.grad a {
  padding: 2rem 0;
  border-radius: 22px;
  background: linear-gradient(to bottom, #ffd23a, #FF7F00);
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------------------
      CATCH STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll .catch {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 1000;
}
html body #wrapper > main#contentsAll .catch .line {
  position: relative;
  display: inline-block;
  z-index: 1;
}
html body #wrapper > main#contentsAll .catch .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.4em;
  background: #fdfe1a;
  z-index: -1;
}
html body #wrapper > main#contentsAll .catch .line span {
  color: red;
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------
      MV
  ----------------------------------------*/
}
html body #wrapper > main#contentsAll .mv {
  position: relative;
}
html body #wrapper > main#contentsAll .mv img {
  display: block;
}
html body #wrapper > main#contentsAll .mv .btn_wrap {
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------------------
    CONTENTS STYLE
  ----------------------------------------------------*/
  /* img */
}
html body #wrapper > main#contentsAll .w_100 {
  width: 100%;
}
html body #wrapper > main#contentsAll {
  /* section */
}
html body #wrapper > main#contentsAll .section {
  padding: 0;
}
html body #wrapper > main#contentsAll .section.section_01 {
  padding: 0;
  position: relative;
  padding-bottom: 2rem;
}
html body #wrapper > main#contentsAll .section.section_01 .main_img {
  padding: 0 1rem;
}
html body #wrapper > main#contentsAll .section.section_01 .message {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 1000;
}
html body #wrapper > main#contentsAll .section.bg_grad_top {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 5rem);
}
html body #wrapper > main#contentsAll .section.bg_grad_top img.bg-wave {
  display: block;
  width: 100%;
  position: relative;
  top: -1px;
}
html body #wrapper > main#contentsAll .section.bg_grad_top .aruaru {
  text-align: center;
  padding: 3.5rem 2rem 0 2rem;
}
html body #wrapper > main#contentsAll .section.bg_grad_top .section_inr_box {
  padding: 10% 6% 0 6%;
  border-radius: 10px;
}
html body #wrapper > main#contentsAll .section.bg_grad_top .section_inr_box .content {
  border-radius: 10px;
}
html body #wrapper > main#contentsAll .section.bg_grad_top .section_inr_box .content .card {
  padding: 0.5rem 0.2rem 2.5rem;
  background-color: white;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}
html body #wrapper > main#contentsAll .section.bg_grad_top .section_inr_box .content .card .card_boddy .content_txt {
  text-align: center;
  font-weight: 600;
}
html body #wrapper > main#contentsAll .section.bg_grad_top .section_inr_box .content .card .card_boddy .content_txt .card_header {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
}
html body #wrapper > main#contentsAll .section.bg_grad_top .section_inr_box .content .card .card_boddy .content_txt .card_header span {
  font-size: 1.3em;
}
html body #wrapper > main#contentsAll .section.bg_grad_top .section_inr_box .content .card .card_boddy .content_txt .card_header .underline_image {
  width: 96px;
  height: auto;
}
html body #wrapper > main#contentsAll .section.bg_grad_top .section_inr_box .content .card .card_boddy .content_txt .trouble_list li {
  display: flex;
  padding: 0.5rem 1rem;
}
html body #wrapper > main#contentsAll .section.bg_grad_top .section_inr_box .content .card .card_boddy .content_txt .trouble_list li::before {
  content: "";
  display: block;
  width: 1.3rem;
  aspect-ratio: 1;
  background-image: url(../img/checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.8rem;
}
html body #wrapper > main#contentsAll .section.bg_grad_top .section_inr_box .content .card .card_boddy .content_txt .trouble_list li span {
  color: #057F59;
  width: calc(100% - 2rem);
  text-align: left;
  display: block;
  border-bottom: 1px solid black;
  line-height: 1.5;
}
html body #wrapper > main#contentsAll .section.bg_grad_top .section_inr_box .content .catch1 {
  padding-top: 1.2rem;
}
html body #wrapper > main#contentsAll .section.bg_grad_top .sankaku {
  display: block;
  width: 100%;
}
html body #wrapper > main#contentsAll .section.section_02 {
  padding: 0;
}
html body #wrapper > main#contentsAll .section.section_02 .comment_area_image {
  padding: 1rem 1.2rem 0.3rem;
  display: block;
}
html body #wrapper > main#contentsAll .section.section_02 .comment_area_image .comment_area_wrap {
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  font-weight: 900;
}
html body #wrapper > main#contentsAll .section.section_02 .comment_area_image .comment_area_wrap p {
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
  width: 66.4285714286%;
  left: 33.5714285714%;
  padding: 0 1rem;
  text-align: center;
}
html body #wrapper > main#contentsAll .section.section_02 .comment_area_image .comment_area_wrap.reverse p {
  left: 0;
  line-height: 1.2;
}
html body #wrapper > main#contentsAll .section.section_02.bg_gray {
  position: relative;
}
html body #wrapper > main#contentsAll .section.section_02.bg_gray .bgwhite {
  position: absolute;
  z-index: 1;
  width: 100%;
}
html body #wrapper > main#contentsAll .section.section_02.bg_gray .bgwhite img {
  width: 100%;
  height: 4.2rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
html body #wrapper > main#contentsAll .section.section_02.bg_gray .arrow {
  padding: 0 7.5rem;
  position: relative;
  z-index: 10;
}
html body #wrapper > main#contentsAll .section.section_03 .sec3_downarrow {
  width: 100%;
  height: 56px;
  background: #EFEFEF;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
html body #wrapper > main#contentsAll .section.section_03 .support {
  margin-top: 1.5rem;
}
html body #wrapper > main#contentsAll .section.section_03 .support_txt {
  text-align: center;
  font-weight: bold;
}
html body #wrapper > main#contentsAll .section.section_03 .support_txt span {
  color: #0088FF;
}
html body #wrapper > main#contentsAll .section.section_04 {
  padding-bottom: -5rem;
}
html body #wrapper > main#contentsAll .section.section_04 .bg_green {
  position: relative;
  padding-bottom: 5rem;
  background-image: url(../img/sec4_bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
html body #wrapper > main#contentsAll .section.section_04 .bg_green .card2_list {
  display: flex;
  flex-direction: column;
  font-size: small;
  gap: 20px;
  margin: 1rem 0.5rem;
}
html body #wrapper > main#contentsAll .section.section_04 .bg_green .card2_list .card2 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 24px 32px;
  border-radius: 10px;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
  background: #fff;
  flex-wrap: nowrap;
}
html body #wrapper > main#contentsAll .section.section_04 .bg_green .card2_list .card2 .sec4_box {
  width: 16px;
  flex: 0 0 16px;
}
html body #wrapper > main#contentsAll .section.section_04 .bg_green .card2_list .card2 .card2_txt {
  margin: 0;
  font-weight: bold;
  flex: 1 1 auto;
}
html body #wrapper > main#contentsAll .section.section_04 .bg_green .catch2 {
  padding: 1.5rem 1rem 0;
}
html body #wrapper > main#contentsAll .section.section_04 .bg_white {
  background-color: #ffffff !important;
}
html body #wrapper > main#contentsAll .section.section_04 .bg_white .downarrow2 {
  padding: 0 1.5rem 0.5rem;
  margin-top: -3rem;
  position: relative;
}
html body #wrapper > main#contentsAll .section.section_04 .bg_white .result {
  padding: 0.5rem 0.5rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
html body #wrapper > main#contentsAll .section.section_05.bg_white {
  background-color: #ffffff !important;
  margin-top: -5rem;
  position: relative;
}
html body #wrapper > main#contentsAll .section.section_05 .sec5_catch {
  padding: 0 0.5rem;
}
html body #wrapper > main#contentsAll .section.section_05 .sec5_catch .hrline {
  background-color: #ffb812;
  border: none;
  width: 100%;
  height: 2px;
  margin: 1rem auto 0;
}
html body #wrapper > main#contentsAll .section.section_05 .sec5_catch p {
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  font-weight: 700;
  padding-top: 1rem;
  line-height: 2.2rem;
}
html body #wrapper > main#contentsAll .section.section_05 .sec5_catch p span {
  color: #ff7f00;
}
html body #wrapper > main#contentsAll .section.section_05 .support_txt {
  font-size: 1.3rem;
  font-weight: 700;
  padding-top: 3rem;
  text-align: center;
  font-weight: bold;
}
html body #wrapper > main#contentsAll .section.section_05 .card {
  width: 95%;
  margin: 0.5rem auto 2rem;
  padding: 1.2rem 1rem 1.2rem 2.5rem;
  border: 0.3px solid gray;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
html body #wrapper > main#contentsAll .section.section_05 .card .card_item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 0.8rem;
}
html body #wrapper > main#contentsAll .section.section_05 .card .card_item :last-child {
  margin-bottom: 0;
}
html body #wrapper > main#contentsAll .section.section_05 .card .card_item .checkmark {
  width: 1.2em;
  height: 1.2em;
}
html body #wrapper > main#contentsAll .section.section_05 .card .card_item .card_txt {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}
html body #wrapper > main#contentsAll .section.section_05 .card .card_item .card_txt span {
  color: red;
}
html body #wrapper > main#contentsAll .section.section_06 {
  background-color: #ffffff !important;
}
html body #wrapper > main#contentsAll .section.section_06 .sec6_header {
  padding-top: 3rem;
}
html body #wrapper > main#contentsAll .section.section_06 .sec6_content {
  padding: 10% 0 5% 0;
  background: #FCF1E5;
  margin: 5rem 5% 2rem 5%;
}
html body #wrapper > main#contentsAll .section.section_06 .sec6_content .sec6_main {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
}
html body #wrapper > main#contentsAll .section.section_06 .sec6_content .sec6_main .slashtxt {
  width: 100%;
  margin-top: -5.5rem;
  position: relative;
}
html body #wrapper > main#contentsAll .section.section_06 .sec6_content .sec6_main .slashtxt .slash {
  position: absolute;
  width: 6%;
}
html body #wrapper > main#contentsAll .section.section_06 .sec6_content .sec6_main .slashtxt .slash_left {
  left: 0;
  top: 3%;
}
html body #wrapper > main#contentsAll .section.section_06 .sec6_content .sec6_main .slashtxt .slash_right {
  right: 0;
  top: 3%;
}
html body #wrapper > main#contentsAll .section.section_06 .sec6_content .sec6_main .slashtxt p .t-red {
  color: red;
}
html body #wrapper > main#contentsAll .section.section_06 .sec6_content .sec6_main .slashtxt p .space {
  display: inline-block;
  margin: 0.7rem 0 0.4rem 0;
}
html body #wrapper > main#contentsAll .section.section_06 .chart {
  padding: 1% 5%;
}
html body #wrapper > main#contentsAll .section.section_06 .chart .chart_ttl {
  color: #e37100;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.3rem 0;
}
html body #wrapper > main#contentsAll .section.section_06 .chart p {
  padding: 0.8rem 0 2rem;
  width: 100%;
  font-size: 0.7rem;
  line-height: 0.8rem;
}
html body #wrapper > main#contentsAll .section.section_06 .chart p span {
  text-decoration: underline;
}
html body #wrapper > main#contentsAll .section.section_07 {
  background-color: #ffffff !important;
}
html body #wrapper > main#contentsAll .section.section_07 .sec7_content {
  padding: 10% 5% 0 5%;
}
html body #wrapper > main#contentsAll .section.section_07 .sec7_content .main_txt {
  padding-top: 2rem;
  font-size: 1.2rem;
  font-weight: 750;
  text-align: center;
}
html body #wrapper > main#contentsAll .section.section_07 .sec7_content .main_txt .t-orange {
  color: #FF7F00;
  padding-bottom: 1rem;
}
html body #wrapper > main#contentsAll .section.section_07 .sec7_content .main_txt span {
  color: red;
}
html body #wrapper > main#contentsAll .section.section_07 .card {
  display: block;
  background-color: #FEFCDD;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  margin: 2rem 0.5rem;
  padding: 1rem 0.5rem;
}
html body #wrapper > main#contentsAll .section.section_07 .card .checklist {
  display: flex;
  font-weight: 750;
  line-height: 2rem;
  gap: 8px;
}
html body #wrapper > main#contentsAll .section.section_07 .card p {
  font-size: 95%;
}
html body #wrapper > main#contentsAll .section.section_08 {
  position: relative;
  padding: 7rem 5% 1.5rem 5%;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_bg {
  background-image: url(../img/sec8_bg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  inset: 0;
  z-index: -1;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_card_list {
  margin: 0;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_card_list .sec8_card {
  background-color: white;
  border-radius: 20px;
  padding: 1rem;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_card_list .sec8_card .sec8_card_ttl {
  color: #057F59;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  line-height: 2rem;
  flex-direction: column;
  align-items: center;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_card_list .sec8_card .sec8_card_ttl .step {
  font-size: 1.2rem;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_card_list .sec8_card .sec8_card_ttl .number {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_card_list .sec8_card .sec8_card_ttl .hrgray {
  border: none;
  border-top: 1px solid #c5c5c5;
  width: 100%;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_card_list .sec8_card .sec8_card_ttl p {
  padding: 0.5rem;
  font-size: 1.5rem;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_card_list .sec8_card .sec8_card_ctt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_card_list .sec8_card .sec8_card_ctt .txt {
  font-size: 14px;
  font-weight: 400;
  color: black;
  text-align: left;
  line-height: 1rem;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_card_list .sec8_card .sec8_card_button {
  text-align: center;
  width: 100%;
  height: auto;
  background-color: #FFF5A0;
  border-radius: 10px;
  padding: 0.5rem;
  font-size: 15px;
  font-weight: 700;
  line-height: 1rem;
  color: #FF0000;
  margin-top: 0.5rem;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_card_list .sec8_downarrow {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 24px solid #CAE0DD;
  margin: 0 auto;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_catch {
  margin-top: 24px;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_catch .sec8_card {
  background-color: white;
  border-radius: 20px;
  padding: 1rem;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_catch .sec8_card .hrline {
  background-color: #ffb812;
  border: none;
  width: 100%;
  height: 2px;
  margin: 1rem auto 0;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_catch .sec8_card .content p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
  padding-top: 1rem;
  line-height: 2rem;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_catch .sec8_card .content p span {
  color: #ff7f00;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_catch .sec8_card .sec8_catch_entry {
  background: linear-gradient(to right, #FCF3A7 0%, #FEFCDD 50%, #FCF3A7 100%);
  width: 100%;
  padding: 0.5rem 2rem;
  margin-top: 1.2rem;
  text-align: center;
  line-height: 2.5rem;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_catch .sec8_card .sec8_catch_entry .sec8_catch_list {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  html body #wrapper > main#contentsAll .section.section_08 .sec8_catch .sec8_card .sec8_catch_entry .sec8_catch_list {
    max-width: 100%;
  }
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_catch .sec8_card .sec8_catch_entry .sec8_catch_list img {
  width: 1rem;
  height: auto;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_catch .sec8_card .sec8_catch_entry .sec8_catch_list p {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}
html body #wrapper > main#contentsAll .section.section_08 .sec8_catch .sec8_card .sec8_catch_txt {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 1000;
  text-align: center;
  justify-content: center;
  line-height: 1.8rem;
  padding: 1rem 0;
}
html body #wrapper > main#contentsAll .section.section_09 {
  background-color: white;
}
html body #wrapper > main#contentsAll .section.section_09 .qalist {
  padding: 1rem 0.8rem;
}
html body #wrapper > main#contentsAll .section.section_09 .qalist .question {
  display: flex;
  align-items: center;
  font-weight: 750;
  color: #057F59;
  gap: 15px;
}
html body #wrapper > main#contentsAll .section.section_09 .qalist .question p {
  line-height: 1.4rem;
  font-size: 1.2rem;
  font-weight: 700;
}
html body #wrapper > main#contentsAll .section.section_09 .qalist .answer {
  display: flex;
  margin-top: 1rem;
  align-items: flex-start;
  gap: 15px;
}
html body #wrapper > main#contentsAll .section.section_09 .qalist .answer img {
  margin-top: 6px;
}
html body #wrapper > main#contentsAll .section.section_09 .qalist .answer .t-red {
  color: red;
  font-size: 1.2rem;
  font-weight: 700;
}
html body #wrapper > main#contentsAll .section.section_09 .qalist .answer .answer_txt {
  display: block;
  padding-top: 0.5rem;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
html body #wrapper > main#contentsAll .section.section_09 .greenline {
  border: none;
  border-top: 1px solid #057F59;
  width: 100%;
}
html body #wrapper > main#contentsAll .section.section_10 .sec10_bg {
  background-image: url(../img/sec10_bg.svg);
  width: 100%;
  padding: 1.5rem 0.5rem 0 0.5rem;
}
html body #wrapper > main#contentsAll .section.section_10 .sec10_bg .sec10_main {
  position: relative;
  width: 100%;
  display: inline-block;
}
html body #wrapper > main#contentsAll .section.section_10 .sec10_bg .sec10_main img {
  display: block;
  width: 100%;
  height: auto;
}
html body #wrapper > main#contentsAll .section.section_10 .sec10_bg .sec10_main .txt {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-weight: 700;
  line-height: 1.5;
  z-index: 10;
  text-align: center;
  white-space: pre;
  font-size: 1.7rem;
}
html body #wrapper > main#contentsAll .section.section_10 .sec10_bg .sec10_main .txt span {
  color: #FF7F00;
}
html body #wrapper > main#contentsAll {
  /*----------------------------------------------------
    FOOTER STYLE
  ----------------------------------------------------*/
}
html body #wrapper > main#contentsAll .footer {
  background-color: #007030;
  width: 100%;
  height: auto;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5rem 4rem 0.5rem;
}
html body #wrapper > main#contentsAll .footer .content {
  width: 100%;
}
html body #wrapper > main#contentsAll .footer .content .name {
  font-size: 0.5rem;
  line-height: 0.8rem;
  padding-bottom: 0.7rem;
}
html body #wrapper > main#contentsAll .footer .content .name span {
  font-size: 1.5rem;
}
html body #wrapper > main#contentsAll .footer .content button {
  position: relative;
  background-color: white;
  color: #007030;
  font-size: 0.8rem;
  font-weight: 900;
  padding: 1rem 5.2rem;
  border-radius: 60px;
}
html body #wrapper > main#contentsAll .footer .content button a {
  text-decoration: none;
  color: #007030;
}
html body #wrapper > main#contentsAll .footer .content button a::after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0.8rem;
  aspect-ratio: 1;
  transform: translateY(-50%);
  background-image: url(../img/arrow2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
html body #wrapper > main#contentsAll .footer .content .copyright {
  font-size: 0.5rem;
  font-weight: 200;
  padding-top: 3rem;
}
html body #wrapper > main#contentsAll .btn_wrap.fixed {
  background: rgba(0, 0, 0, 0.7);
  padding: 0.5rem 1rem;
  width: 100%;
  max-width: 428px;
  position: fixed;
  bottom: 0;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
}
html body #wrapper > main#contentsAll .btn_wrap.fixed.is-show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}/*# sourceMappingURL=style.css.map */