@charset "UTF-8";

/* 
  reset.css
  https://github.com/mayank99/reset.css/blob/main/package/index.css
 */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden='until-found'])){display:none!important}:where(html){-webkit-text-size-adjust:none;color-scheme:dark light;tab-size:2;scrollbar-gutter:stable}:where(html:has(dialog:modal[open])){overflow:clip}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(button){all:unset}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(a){color:inherit;text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg,video){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + 0.5rem);text-wrap:balance}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(dialog){border:none;background:none;inset:unset;max-width:unset;max-height:unset}:where(dialog:not([open])){display:none!important}:where(:focus-visible){outline:3px solid CanvasText;box-shadow:0 0 0 5px Canvas;outline-offset:1px}:where(:focus-visible,:target){scroll-margin-block:8vh}:where(.visually-hidden:not(:focus-within,:active)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important}

/* ######################################################################
  BASIC
###################################################################### */
html {
  width: 100%;
  min-width: 1000px;
  min-height: 100%;
}

body {
  width: 100%;
  min-width: 1000px;
  min-height: 100%;
  /* font-size: clamp(10px, calc(18/1440*100vw), 18px); */
  font-size: 18px;
  line-height: 1.25;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #2F302F;
  background: #fff;
  overflow-x: scroll;
}

a {
  color: #49BF99;
}

.content {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 100px 0 0;
}

.content strong,
.content .font-black {
  font-weight: 900;
}
.content .font-bold {
  font-weight: 700;
}

.content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.content .section {
  position: relative;
  padding: 100px 0;
  z-index: 0;
}
.content .inner {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1200px;
}
.section h2 {
  margin-bottom: 22px;
  color: #49BF99;
  font-size: 40px;
  text-align: center;
}
.section h2 + p {
  margin-bottom: 60px;
  font-size: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  html {
    min-width: 100%;
  }
  
  body {
    min-width: 100%;
    font-size: calc(30/750*100vw);
  }

  .pc {
    display: none !important;
  }
  
  .content {
    padding: 50px 0 0;
  }
  .content .section {
    padding: 50px 0;
  }
  .section h2 {
    font-size: calc(38/750*100vw);
  }
  .section h2 + p {
    margin-bottom: calc(40/750*100vw);
    font-size: calc(30/750*100vw);
  }
}

/* ######################################################################
  .header
###################################################################### */
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: #fff;
}
.header .inner {
  max-width: 1400px;
  height: 100%;
}
.header .header_box {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .header_box h1 {
  font-size: 30px;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .header {
    height: 50px;
    min-width: 100%;
  }
  .header .title {
    width: 190px;
    max-width: 45%;
  }
  .header .header_box h1 {
    font-size: calc(30/750*100vw);
  }
}
@media (max-width: 575px) {
}

/* ######################################################################
  .secHero
###################################################################### */
.secHero {
  background: url(/lp/health_mng_sprt/assets/img/bgi_hero.png) no-repeat right center/cover;
}
.secHero .inner {
  padding: 100px 10px 60px;
}
.secHero .title {
  margin-bottom: 60px;
  text-indent: -0.7em;
  color: #fff;
  font-size: 56px;
  line-height: 1.2;
}
.secHero .title strong {
  font-size: 72px;
}
.secHero .green {
  color: #49BF99;
}
.secHero .cv {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.secHero .cv li {
  width: 340px;
  height: 108px;
}
.secHero .cv li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #0070BF;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}
.secHero .cv li a::after {
  content: "→";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.secHero .cv li a:hover {
  opacity: .7;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .secHero {
    background: url(/lp/health_mng_sprt/assets/img/bgi_hero_sp.png) no-repeat center top/cover;
    aspect-ratio: 4 / 7;
  }
  .secHero .inner {
    padding: calc(90/750*100vw) calc(30/750*100vw) calc(24/750*100vw);
  }
  .secHero .title {
    margin-bottom: calc(800/750*100vw);
    font-size: calc(40/750*100vw);
    text-align: center;
  }
  .secHero .title strong {
    font-size: calc(60/750*100vw);
  }
  .secHero .cv {
    gap: calc(24/750*100vw);
  }
  .secHero .cv li {
    width: 100%;
    height: auto;
  }
  .secHero .cv li a {
    padding: calc(25/750*100vw) 0;
    font-size: calc(40/750*100vw);
  }
  .secHero .cv li a::after {
    right: calc(30/750*100vw);
  }
}
@media (max-width: 575px) {
}

/* ######################################################################
  .lead
###################################################################### */
.lead {
}
.lead h2 {
  margin-bottom: 40px;
  color: #2F302F;
}
.lead h2 span {
  font-size: 32px;
}
.lead .box_lead {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.lead .box_lead figure {
  width: 327px;
  text-align: center;
}
.lead .box_lead ul {
  width: fit-content;
}
.lead .box_lead ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
  font-size: 24px;
}
.lead .box_lead ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 22px;
  background: url("/lp/health_mng_sprt/assets/img/icn_lead.png") no-repeat center center /contain;
}
.lead .lead_conclusion {
  margin-top: 40px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .lead .box_lead figure {
    margin-bottom: 20px;
    width: 80%;
  }
  .lead h2 span {
    font-size: calc(32/750*100vw);
  }
  .lead .box_lead ul {
    width: 100%;
  }
  .lead .box_lead ul li {
    padding-left: calc(35/750*100vw);
    font-size: calc(30/750*100vw);
  }
  .lead .box_lead ul li::before {
    width: calc(26/750*100vw);
    height: calc(22/750*100vw);
  }
  .lead .lead_conclusion {
    font-size: calc(30/750*100vw);
  }
}
@media (max-width: 575px) {
}

/* ######################################################################
  .sec01
###################################################################### */
.sec01 {
  background: #FFFDE9;
}
.sec01 .box_sec01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sec01 .box_sec01 > * {
  width: 49%;
}
.sec01 .box_sec01 h3 {
  margin-bottom: 10px;
  color: #0070BF;
  font-size: 36px;
  font-weight: normal;
}
.sec01 .box_sec01 h3 span {
  display: none;
}
.sec01 .box_sec01 h3 img {
  display: inline-block;
  margin-right: 15px;
  width: auto;
  vertical-align: bottom;
}
.sec01 .box_sec01 p {
  font-size: 26px;
  font-weight: 500;
}
.sec01 .box_sec01 p + h3 {
  margin-top: 150px;
}
.sec01 .sec01_note {
  margin-top: 60px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
  .sec01 .box_sec01 h3 {
    font-size: 30px;
  }
  .sec01 .box_sec01 p {
    font-size: 22px;
  }
  .sec01 .box_sec01 p + h3 {
    margin-top: 110px;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .sec01 .box_sec01 {
    gap: 20px;
  }
  .sec01 .box_sec01 > * {
    width: 100%;
  }
  .sec01 .box_sec01 h3 {
    position: relative;
    margin-top: calc(70/750*100vw);
    font-size: calc(30/750*100vw);
  }
  .sec01 .box_sec01 h3 span {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-110%);
    padding: calc(10/750*100vw);
    width: 100%;
    background: #49BF99;
    color: #fff;
    font-size: calc(30/750*100vw);
    text-align: center;
    border-radius: 5em;
  }
  .sec01 .box_sec01 h3 img {
    width: calc(40/750*100vw);
  }
  .sec01 .box_sec01 p {
    font-size: calc(30/750*100vw);
  }
  .sec01 .box_sec01 p + h3 {
    margin-top: calc(100/750*100vw);
  }
  .sec01 .sec01_note {
    margin-top: calc(40/750*100vw);
    font-size: calc(30/750*100vw);
  }
}
@media (max-width: 575px) {
}

/* ######################################################################
  .sec02
###################################################################### */
.sec02 {
}
.sec02 .box_sec02 {
  position: relative;
  padding: 55px;
  background: #D8EFE8;
  border: #49BF99 5px solid;
}
.sec02 .box_sec02 h3 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
  padding: 10px 50px;
  background: #49BF99;
  color: #fff;
  font-size: 32px;
  border-radius: 5em;
}
.sec02 .box_sec02 h3 + p {
  margin-bottom: 38px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.sec02 .box_sec02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 45px;
}
.sec02 .box_sec02 ul li {
  padding: 20px 25px;
  width: calc((100% - 90px) / 3);
  background: #fff;
}
.sec02 .box_sec02 ul li h4 {
  margin-bottom: 20px;
  color: #49BF99;
  font-size: 30px;
  text-align: center;
}
.sec02 .box_sec02 ul li figure {
  margin-bottom: 10px;
  text-align: center;
}
.sec02 .box_sec02 ul li p {
  font-size: 16px;
}
.sec02 .box_sec02 ul li h4 small {
  font-size: 87.5%;
}
.sec02 .box_sec02 + .box_sec02 {
  margin-top: 70px;
  background: #E8F5FE;
  border: #0070BF 5px solid;
}
.sec02 .box_sec02 + .box_sec02 h3 {
  background: #0070BF;
}
.sec02 .box_sec02 + .box_sec02 ul li h4 {
  color: #0070BF;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
  .sec02 .box_sec02 {
    padding: 55px 30px 30px;
  }
  .sec02 .box_sec02 ul {
    gap: 30px;
  }
  .sec02 .box_sec02 ul li {
    width: calc((100% - 60px) / 3);
  }
  .sec02 .box_sec02 ul li h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .sec02 .box_sec02 {
    padding: 55px 16px 30px;
  }
  .sec02 .box_sec02 h3 {
    padding: calc(10/750*100vw) calc(50/750*100vw);
    font-size: calc(32/750*100vw);
  }
  .sec02 .box_sec02 h3 + p {
    font-size: calc(30/750*100vw);
  }
  .sec02 .box_sec02 ul {
    gap: 20px;
  }
  .sec02 .box_sec02 ul li {
    width: 100%;
  }
  .sec02 .box_sec02 ul li h4 {
    font-size: calc(30/750*100vw);
  }
  .sec02 .box_sec02 ul li p {
    font-size: calc(30/750*100vw);
  }
  .sec02 .box_sec02 + .box_sec02 {
    margin-top: calc(70/750*100vw);
  }
}
@media (max-width: 575px) {
}

/* ######################################################################
  .sec03
###################################################################### */
.sec03 {
}
.sec03 .sec03_img {
  margin: 80px 0 40px;
}
.sec03 .sec03_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 79px;
  margin-bottom: 100px;
}
.sec03 .sec03_list li {
  width: calc((100% - 158px) / 3);
}
.sec03 .sec03_list li h3 {
  margin-bottom: 14px;
  padding: 12px;
  background: #0070BF;
  color: #fff;
  font-size: 26px;
  text-align: center;
  border-radius: 5px;
}
.sec03 .sec03_list li p {
}
.sec03 .sec03_prod {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 100px;
}
.sec03 .sec03_prod figure {
  max-width: 460px;
}
.sec03 .sec03_prod figure figcaption {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}
.sec03 .sec03_table table {
  border-top: #D9D9D9 1px solid;
  border-left: #D9D9D9 1px solid;
  border-collapse: collapse;
}
.sec03 .sec03_table table th ,
.sec03 .sec03_table table td {
  padding: 20px;
  border-right: #D9D9D9 1px solid;
  border-bottom: #D9D9D9 1px solid;
}
.sec03 .sec03_table table thead th {
  background: #0070BF;
  color: #fff;
}
.sec03 .sec03_table table thead:first-child th:nth-child(1) {
  width: 230px;
}
.sec03 .sec03_table table thead:first-child th:nth-child(2) {
  width: 185px;
}
.sec03 .sec03_table table thead:first-child th:nth-child(3) {
  width: 300px;
}
.sec03 .sec03_table table thead:first-child th:nth-child(4) {
  width: 170px;
}
.sec03 .sec03_table table tbody th {
  font-size: 20px;
}
.sec03 .sec03_table table tbody td {
  font-size: 16px;
}
.sec03 .sec03_table table small {
  font-size: 87.5%;
}
.sec03 .sec03_table table .taC {
  text-align: center;
}
.sec03 .sec03_table table .taR {
  text-align: right;
}
.sec03 .sec03_note {
  margin-top: 16px;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
  .sec03 .sec03_table {
    overflow-x: scroll;
  }
  .sec03 .sec03_table table {
    min-width: 1180px;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .sec03 .sec03_img {
    margin: 40px 0 20px;
  }
  .sec03 .sec03_list {
    gap: 20px;
    margin-bottom: 50px;
  }
  .sec03 .sec03_list li {
    width: 100%;
  }
  .sec03 .sec03_list li h3 {
    font-size: calc(30/750*100vw);
  }
  .sec03 .sec03_prod {
    gap: 20px;
    margin-bottom: 50px;
  }
  .sec03 .sec03_prod figure {
    width: 100%;
  }
  .sec03 .sec03_prod figure figcaption {
    font-size: calc(30/750*100vw);
  }
  .sec03 .sec03_table table {
    min-width: calc(2200/750*100vw);
  }
  .sec03 .sec03_table table thead:first-child th:nth-child(1) {
    width: calc(350/750*100vw);
  }
  .sec03 .sec03_table table thead:first-child th:nth-child(2) {
    width: calc(350/750*100vw);
  }
  .sec03 .sec03_table table thead:first-child th:nth-child(3) {
    width: calc(550/750*100vw);
  }
  .sec03 .sec03_table table thead:first-child th:nth-child(4) {
    width: calc(350/750*100vw);
  }
  .sec03 .sec03_table table tbody th {
    font-size: calc(30/750*100vw);
  }
  .sec03 .sec03_table table tbody td {
    font-size: calc(30/750*100vw);
  }
  .sec03 .sec03_note {
    font-size: calc(30/750*100vw);
  }
}
@media (max-width: 575px) {
}

/* ######################################################################
  .sec04
###################################################################### */
.sec04 {
  background: #49BF99;
}
.sec04 h2 {
  color: #fff;
}
.sec04 .sec04_box {
  padding: 40px;
  background: #fff;
  border-radius: 8px;
}
.sec04 .sec04_text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.sec04 .sec04_text h3 {
  font-size: 32px;
}
.sec04 .sec04_text h3 small {
  font-size: 75%;
}
.sec04 .sec04_text ul {
}
.sec04 .sec04_text ul li {
  position: relative;
}
.sec04 .sec04_text ul li:not(:last-child) {
  margin-bottom: 15px;
}
.sec04 .sec04_text ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 19px;
  background: url("/lp/health_mng_sprt/assets/img/icn_sec04.png") no-repeat center center /contain;
}
.sec04 .sec04_text ul li span {
  padding-left: 30px;
  text-decoration: underline;
  text-decoration-color: #FFFCD9;
  text-decoration-thickness: 10px;
  text-underline-offset: -5px;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .sec04 .sec04_box {
    padding: 20px;
  }
  .sec04 .sec04_text {
    gap: 20px;
    margin-bottom: 20px;
  }
  .sec04 .sec04_text h3 {
    font-size: calc(32/750*100vw);
  }
  .sec04 .sec04_text ul li::before {
    width: calc(22/750*100vw);
    height: calc(19/750*100vw);
  }
  .sec04 .sec04_text ul li span {
    padding-left: calc(30/750*100vw);
  }
}
@media (max-width: 575px) {
}

/* ######################################################################
  .sec_cv
###################################################################### */
.sec_cv {
}
.sec_cv h2 {
  margin-bottom: 50px;
  color: #2F302F;
  font-size: 32px;
}
.sec_cv h2 span {
  position: relative;
  display: inline-block;
  padding: 0 26px;
}
.sec_cv h2 span::before ,
.sec_cv h2 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 2px;
  height: 39px;
  background: #2F302F;
}
.sec_cv h2 span::before {
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.sec_cv h2 span::after {
  right: 0;
}
.sec_cv ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.sec_cv ul li {
  width: 100%;
  max-width: 549px;
  height: 108px;
}
.sec_cv ul li + li {
  max-width: 366px;
}
.sec_cv ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #0070BF;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}
.sec_cv ul li a::after {
  content: "→";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.sec_cv ul li a:hover {
  opacity: .7;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .sec_cv h2 {
    margin-bottom: calc(50/750*100vw);
    font-size: calc(32/750*100vw);
  }
  .sec_cv h2 span {
    padding: 0 calc(52/750*100vw);
    width: 72%;
  }
  .sec_cv h2 span::before ,
  .sec_cv h2 span::after {
    height: calc(78/750*100vw);
  }
  .sec_cv ul {
    gap: 20px;
  }
  .sec_cv ul li {
    height: auto;
  }
  .sec_cv ul li a {
    padding: 20px 0;
    font-size: calc(30/750*100vw);
  }
  .sec_cv ul li a::after {
    right: 20px;
  }
}
@media (max-width: 575px) {
}

/* ######################################################################
  .sec_faq
###################################################################### */
.sec_faq {
  background: #FFFDE9;
}
.sec_faq h2 {
  margin-bottom: 50px;
}
.sec_faq .sec_faq_tab {
  display: flex;
}
.sec_faq .sec_faq_tab li {
  flex: 1;
}
.sec_faq .sec_faq_tab li span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 20px;
  height: 100%;
  background-color: #fff;
  color: #49BF99;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #49BF99;
  border-radius: 20px 20px 0 0;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s all;
  cursor: pointer;
}
.sec_faq .sec_faq_tab li:hover span ,
.sec_faq .sec_faq_tab li.is_current span {
  background-color: #49BF99;
  color: #fff;
  border-color: #49BF99;
  box-shadow: none;
}
.sec_faq .sec_faq_box {
  padding: 60px 20px;
  background: #fff;
}
.sec_faq .sec_faq_box:not(.is_current) {
  display: none;
}
.sec_faq .sec_faq_box dl {
  position: relative;
  padding: 15px 0;
  border-bottom: 2px solid #D5D5D5;
}
.sec_faq .sec_faq_box dl:last-child {
  margin-bottom: 0;
}
.sec_faq .sec_faq_box dl::before ,
.sec_faq .sec_faq_box dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 30px;
  width: 20px;
  height: 2px;
  background: #49BF99;
}
.sec_faq .sec_faq_box dl:not(.is_open)::after {
  transform: rotate(90deg);
}
.sec_faq .sec_faq_box dt {
  position: relative;
  padding: 10px 70px 7px;
  font-weight: bold;
  cursor: pointer;
}
.sec_faq .sec_faq_box dt::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  padding: 7px 0;
  color: #49BF99;
  font-size: 22px;
}
.sec_faq .sec_faq_box dd {
  display: none;
  padding: 10px 70px 7px;
}
.sec_faq .sec_faq_box a[target="_blank"]::after {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  margin: 0 0.5em 0 0.3em;
  width: 20px;
  height: 16px;
  background: url(/lp/health_mng_sprt/assets/img/icn_blank.png) no-repeat center center /contain;
}
.sec_faq .sec_faq_box ul {
}
.sec_faq .sec_faq_box ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.sec_faq .sec_faq_box ul li::before {
  content: "・";
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .sec_faq h2 {
    margin-bottom: calc(50/750*100vw);
  }
  .sec_faq .sec_faq_tab li span {
    padding: calc(20/750*100vw);
    font-size: calc(30/750*100vw);
    border-radius: 5px 5px 0 0;
  }
  .sec_faq .sec_faq_box {
    padding: 30px 10px;
  }
  .sec_faq .sec_faq_box dl {
    padding: 10px 0;
  }
  .sec_faq .sec_faq_box dl::before ,
  .sec_faq .sec_faq_box dl::after {
    top: 30px;
    right: calc(15/750*100vw);
    width: calc(30/750*100vw);
  }
  .sec_faq .sec_faq_box dt ,
  .sec_faq .sec_faq_box dd {
    padding: 10px calc(70/750*100vw) 7px;
  }
  .sec_faq .sec_faq_box dt::before {
    left: calc(15/750*100vw);
    font-size: calc(30/750*100vw);
  }
}
@media (max-width: 575px) {
}

/* ######################################################################
  .sec_note
###################################################################### */
.sec_note {
  background: #F4F8F9;
}
.sec_note h2 {
  margin-bottom: 50px;
}
.sec_note .precautions_list > li {position: relative; padding-left: 45px; line-height: 1.5;}
.sec_note .precautions_list > li + li {margin-top: 1em;}
.sec_note .precautions_list > li:before {content: ""; position: absolute; left: 20px; top: 12px; width: 8px; height: 8px; background-color: #49BF99; border-radius: 50%;}
.sec_note .precautions_list > li span {position: relative; color: #cc4b1a; font-weight: 700;}
.sec_note .precautions_list > li span:before {content: ""; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background-color: #cc4b1a;}
.sec_note .precautions_difference {position: relative; margin-top: 60px; padding: 40px; background-color: #fff; border-radius: 10px;}
.sec_note .precautions_reference {position: absolute; left: 50%; top: 0; display: inline-block; padding: 0 1.5em; color: #fff; font-size: 16px; line-height: 2; background-color: #49BF99; border-radius: 16px; transform: translate(-50%,-50%);}
.sec_note .precautions_difference h4 {margin-bottom: 30px; font-size: 24px; font-weight: 700; text-align: center;}
.sec_note .precautions_difference dl {display: flex; justify-content: space-between; flex-wrap: wrap;}
.sec_note .precautions_difference dl > dt {display: flex; align-items: center; width: 28%; padding-right: 40px; border-right: 1px solid #ccc;}
.sec_note .precautions_difference dl > dt span {color: #49BF99; font-weight: 700;}
.sec_note .precautions_difference dl > dd {width: 72%; padding-left: 40px;}
.sec_note .precautions_note {margin-top: 10px; font-size: 14px;}
.sec_note .mt-2 {
  margin-top: 20px;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .sec_note h2 {
    margin-bottom: calc(50/750*100vw);
  }
	/* -------------------------------------------------- */
  .sec_note .precautions_reference {font-size: calc(30/750*100vw);}
  .sec_note .precautions_difference h4 {font-size: calc(30/750*100vw);}
	.sec_note .precautions_difference {display: block;}
	.sec_note .precautions_difference dl > dt {justify-content: center; width: 100%; padding-right: 0; border-right: none; border-bottom: 1px solid #ccc;}
	.sec_note .precautions_difference dl > dd {width: 100%; padding-left: 0; margin-top: 1em;}
  .sec_note .precautions_note {font-size: calc(30/750*100vw);}
}
@media (max-width: 575px) {
}

/* ######################################################################
  .footer
###################################################################### */
.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  line-height: calc(32/18);
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding: calc(60/750*100vw) calc(20/750*100vw);
    font-size: calc(30/750*100vw);
    text-align: left;
  }
}
