html {
  /*scroll-behavior: smooth;*/
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo",
  "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-light-gray: #c0c0c0;
  --color-dark-gray: #595757;
  --color-primary: #0670db;
  --color-secondary: #0195ea;
  --color-background: #f5faff;
  --color-text: #252525;
  --color-red: #ff0000;
  --btn-bg-color-orange:#da7c10;


  --fz-6:6px;
  --fz-9:9px;
  --fz-14:14px;
  --fz-18:18px;
  --fz-32:32px;
  --fz-50:50px;
  --fz-185:185px;


  --fz-8: 8px; 
  --fz-10: 10px;
  --fz-12: 12px;
  --fz-15: 15px;
  --fz-16: 16px;
  --fz-18: 18px;
  --fz-20: 20px;
  --fz-24: 24px;
  --fz-30: 30px;
  --fz-34: 34px;

  --6px: calc(6 / 320 * 100vw);
  --8px: calc(8 / 320 * 100vw);
  --9px: calc(9 / 320 * 100vw);
  --10px: calc(10 / 320 * 100vw);
  --14px: calc(14 / 320 * 100vw);
  --15px: calc(15 / 320 * 100vw);
  --16px: calc(16/ 320 * 100vw);
  --18px: calc(18 / 320 * 100vw);
  --20px: calc(20 / 320 * 100vw);
  --24px: calc(24 / 320 * 100vw);
  --32px: calc(32 / 320 * 100vw);
  --34px: calc(34 / 320 * 100vw);
  --50px: calc(50 / 320 * 100vw);
  --185px: calc(185 / 320 * 100vw);
}

p {
  font-feature-settings: "palt";
}

.typography--w4 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo",
    "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

.typography--w5 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo",
    "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.typography--w6 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo",
    "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

.typography--db {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.typography--b {
  font-family: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.typography--r {
  font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.typography--m {
  font-family: "UD Shin Go Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main {
  background-color: var(--color-background);
  color: var(--color-text);
}

/* common */

img {
  width:100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

section.main section {
  padding: 80px 0;
}

a {
  color: #0d64f2;
  text-decoration: none;
  transition: 0.3s linear;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
  transition: 0.3s;
  opacity: 0.7;
}

a:focus {
  outline: none;
}

/* header */

.mc_lp_header {
  background-color: rgb(255, 255, 255);
  padding: 10px 20px;
  border-bottom: 1px solid var(--color-light-gray);
}

.mc_lp_header_inner {
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
}
.mc_lp_header_logo {
  width: 120px;
  margin:0;
}

/* main */

.mc_lp_label {
  display: inline-block;
  background-color: var(--color-primary);
  color: #fff;
  font-size: var(--fz-15);
  margin-bottom: 15px;
  padding: 10px 20px;
}

.mc_lp_label .txtL {
  font-size: 150%;
}

.fv-form__ttl {
  font-size: var(--fz-20);
  line-height: 1.4;
  color: var(--color-text);
  text-align: center;
}

.fv-form__ttl .sub-text {
  font-size: var(--fz-16);
  display: block;
  margin-bottom: 9.2px;
}

.fv-form__ttl::after {
  content: "";
  margin: 8.2px auto 40px;
  display: block;
  width: 60px;
  height: 3px;
  background-color: var(--color-primary);
}

.mc_lp_h2 {
  font-size: var(--fz-20);
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
  padding-bottom: 10px;
}

.mc_lp_textarea {
  margin: 35px auto;
}



.mc_lp_textarea p {
  font-size: var(--fz-16);
  line-height: 1.8;
}

.mc_lp_txtcatch {
  color: var(--color-red);
  font-weight: bold;
  font-size: var(--fz-16);
  line-height: 1.8;
  text-decoration: underline;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.mc_lp_checklist_title {
  display: inline-block;
  background-color: var(--color-primary);
  color: #fff;
  font-size: var(--fz-15);
  margin: 35px 0 15px 0;
  padding: 15px 25px;
  font-weight: bold;
}

.mc_lp_checklist {
  margin-bottom: 15px;
}

.mc_lp_checklist_li {
  font-size: var(--fz-16);
  line-height: 1.8;
  position: relative;
  margin-left: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.mc_lp_checklist_li:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: -20px;
  top: 6.7px;
  background: url(/jp/-/media/medicom/solution/medicom-cloud02/check.svg);
  background-size: 100%;
}

p.img-overlap__caption {
  padding-left: calc(1em + 5px);
  font-size: var(--fz-12);
  line-height: 1.4;
  position: relative;
}
.img-overlap__caption::before {
  content: "※";
  position: absolute;
  top: 0px;
  left: 0px;
}

.mc_lp_summary {
  font-size: var(--fz-12);
  line-height: 1.8;
  margin: 10px auto 0;
}

.mc_lp_summary ul {
  padding-left: 1rem;
}

.mc_lp_summary ul li {
  list-style-type: disc;
}

.mc_lp_h1 {
  font-size: var(--fz-24);
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 10px;
  word-break: keep-all;
}

.mc_lp_text_lead {
  line-height: 1.8;
  font-size: var(--fz-16);
  margin-bottom: 35px;
  /*border-bottom: 3px #cccccc solid;
    padding-bottom: 35px;*/
}

/* footer */
footer {
  border-top: var(--color-dark-gray) 1px solid;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background: var(--color-white);
  /*margin-top: 130px;*/
  margin-top:0;
}

.footer__logo {
  max-width: 223px;
  margin: 0 auto 20px;
}

.footer__copyText {
  color: #707070;
  font-size: var(--fz-10);
  line-height: 1;
  display: block;
}

.pdform {
  background: var(--color-white)!important;
}

.bg-modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.9;
  background-color: #fff;
  filter: alpha(opacity=90);
}

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

  .pc {
    display: block !important;
  }

  .mc_lp_col2 {
    max-width: 960px;
    margin: auto auto 0px;
    padding: 30px 10px;
    display: flex;
    column-gap: 40px;
  }
  .mc_lp_annotation {
    max-width: 960px;
    margin: auto auto 0px;
    padding: 30px 10px 90px;
  }

  .mc_lp_col2_col {
    width: 50%;
  }

  .mc_lp_col2_col.downloadform_col {
    background: var(--color-white);
    padding: 40px 40px;
  }

}

@media screen and (max-width: 980px) {
  :root {
    --fz-8: clamp(8px, 1.8vw, 8px);
    --fz-10: clamp(10px, 2.1vw, 10px);
    --fz-12: clamp(12px, 3vw, 12px);
    --fz-15: clamp(14px, 2.8vw, 15px);
    --fz-16: clamp(15px, 2.7vw, 16px);
    --fz-18: clamp(16px, 4.5vw, 24px);
    --fz-20: clamp(18px, 2.4vw, 20px);
    --fz-24: clamp(20px, 5vw, 32px);
    --fz-30: clamp(21px, 2.8vw, 30px);
    --fz-34: clamp(26px, 3.2vw, 34px);
  }


  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  /* header */
  .mc_lp_header {
    padding: 10px 20px;
  }
  .mc_lp_header_logo {
    width: 110px;
  }

  /* main */
/*
  .mc_lp_col2_col + .mc_lp_col2_col {
    margin-top: 12.5vw;
  }

  .mc_lp_col2 {
    margin: auto auto 0px;
    padding: 20px;
  }*/

  /*
  .mc_lp_h1 {
    font-size: var(--fz-20);
  }

  .mc_lp_h2 {
    font-size: var(--fz-18);
  }
*/
  .mc_lp_col2_col:first-child{
    margin: auto auto 0px;
    padding: 20px;
  }


 .mc_lp_text_lead {
  margin-bottom:30px;
}
  .mc_lp_textarea {
    margin: 30px auto 0;
  }

  

  .downloadform_col {
    background: var(--color-white);
    /*padding: 8vw 0;
   margin: 0 -20px;*/
   height: auto;
   padding: 40px 17px 40px 13px;
   top: 210vw;
   left: 0;
  }


  .mc_lp_annotation {
    padding: 30px 20px 60px;
  }

  /* footer */

  .footer__logo {
    width: 72.5vw;
    margin: 0 auto 6.25vw;
  }

  .footer__logo img {
    width: 100%;
  }

  /*DLボタンスタイル*/

  .section__button-wrap {
    display: flex;
    justify-content: center;
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin: 54px auto 0;
}

  .section__button-wrap {
    flex-direction: column;
    row-gap: var(--15px);
    max-width: none;
    padding: 0;
    margin-top: var(--34px);
}

.cv-button__balloon--orange {
  background: center / contain no-repeat url(/jp/-/media/medicom/solution/medicom-cloud02/balloon-orange_sp.svg);
  width: 192px;
  font-size: var(--8px);
  color: var(--btn-bg-color-orange);
}

.cv-button__balloon {
  margin: 0 auto -20px;
  display: flex
;
  justify-content: center;
  align-items: center;
  width: 216px;
  height: 36px;
  padding-bottom: 6px;
  font-family: var(--typography--db);
  font-size: 12px;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.cv-button__balloon {
  margin: 0 auto calc(var(--18px) * -1);
  width: var(--185px);
  height: var(--32px);
  padding-bottom: var(--6px);
  font-size: var(--9px);
}
.cv-button__balloon span {
  font-size: 18px;
  /*font-family: var(--typography--b);*/
  top: -2px;
  position: relative;
}
.cv-button__balloon span {
  font-size: var(--14px);
  top: -0.3125vw;
}
.cv-button__content--orange {
  background-color: var(--btn-bg-color-orange);
}
.cv-button__content {
  display: flex
;
  justify-content: center;
  align-items: center;
  width: 345px;
  height: 75px;
  padding: 0 60px;
  border-radius: 15px;
  color: #fff;
  /*font-family: var(--typography--db);*/
  font-size: 20px;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
}
.cv-button__content {
  width: 100%;
  height: auto;
  padding: var(--24px) var(--50px) var(--24px);
  border-radius: var(--10px);
  font-size: var(--16px);
}
.cv-button__content::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto 0;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
}
.cv-button__content::before {
  width: var(--20px);
  height: var(--20px);
  left: var(--20px);
}
.cv-button__content--mail::before {
  background: center / contain no-repeat url(/jp/-/media/medicom/solution/medicom-cloud02/icon_mail.svg);
}

.cv-button__content::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: auto 0;
  background: center / contain no-repeat url(/jp/-/media/medicom/solution/medicom-cloud02/link_arrow_white.svg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
.cv-button__content::after {
  width: var(--14px);
  height: var(--14px);
  right: var(--20px);
}

/*additional style*/
.cv-button__content, .cv-button__balloon {
  font-weight: bold;
}
.section__button-wrap {
  margin-bottom: var(--34px);
}

.cv-button__balloon {
  font-size: var(--10px);
}

  /* ドロワー関連のスタイル */
  .js-faqaccordion {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
  }

  /*.js-faqaccordion:hover {
    opacity: 0.8;
  }*/

  .js-faqaccordion::after {
    content: '';
    width: var(--fz-30);
    height: var(--fz-30);
    background: url(/jp/-/media/medicom/solution/medicom-cloud02/arrow_drawer.svg) no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    transform: rotate(180deg);
  }

  .js-faqaccordion.is-active::after {
    transform: rotate(0deg);
  }

  .faqarea_accordion_a {
    display: none;
    overflow: hidden;
  }

}




/*common*/

a img {
  border: none;
  outline: none;
}

footer .totop {
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 80px;
  right: 35px;
  -webkit-box-shadow: 6px 6px 16px 0px rgba(47, 69, 102, 0.4);
  -moz-box-shadow: 6px 6px 16px 0px rgba(47, 69, 102, 0.4);
  box-shadow: 6px 6px 16px 0px rgba(47, 69, 102, 0.4);
  z-index: 10;
  display: none;
}
@media screen and (max-width: 980px) {
footer .totop {
  width: 11vw;
  height: 11vw;
  bottom: 5vw;
  right: 4vw;
  -webkit-box-shadow: 1vw 1vw 2vw 0px rgba(47, 69, 102, 0.4);
  -moz-box-shadow: 1vw 1vw 2vw 0px rgba(47, 69, 102, 0.4);
  box-shadow: 1vw 1vw 2vw 0px rgba(47, 69, 102, 0.4);
}
}