      @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
      figure {
        margin: 0;
      }
      .lp_wrapper {
        background-image: url("images/cm_lp_bg.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-attachment: fixed;
        background-color: #fe8535;
      }
      .lp_contents {
        max-width: 500px;
        margin-inline: auto;
        box-shadow: 0px 0px 10px 10px rgba(220, 115, 46, 0.3);
        position: relative;
        overflow: hidden;
        z-index: 0;
        background-color: #fff;
        color: #54322e;
        font-size: 36px;
        font-family: "Noto Sans JP", sans-serif;
      }
      .lp_contents h2 {
        margin: 0;
        padding: 0;
        background-color: #54322e;
      }
      .lp_contents .contents_body_wrapper {
        padding: 0 36px;
      }
      .lp_contents .contents_body_wrapper p {
        margin: 0;
        font-size: .7em;
        padding: 1em 0;
      }
      .lp_contents .second_contents {
        background-color: #54322e;
        color: #fff;
        text-align: center;
        padding-top: .5em;
      }
      .lp_contents .second_contents h3 {
        border-radius: 100px;
        color: #54322e;
        background-color: #fff;
        text-align: center;
        padding: .2em 0;
        font-size: .9em;
        margin: 0;
      }
      .lp_contents .second_contents p {
        text-align: left;
      }
      .lp_contents .second_contents p.tenpo_link {
        font-size: .6em;
      }
      .lp_contents .second_contents p small {
        color: #ffee2b;
      }
      .lp_contents .second_contents .contents_body_wrapper {
        padding: 0 26px;
      }
      body.customize-support .lp_contents .second_contents a:link, body.customize-support .lp_contents .second_contents a:visited {
        color: #fff !important;
        text-decoration: underline;
        transition: all .3s;
      }
      body.customize-support .lp_contents .second_contents p.tenpo_link a:link body.customize-support .lp_contents .second_contents p.tenpo_link a:visited body.customize-support .lp_contents .second_contents p.tenpo_link a:hover {
        color: #ffee2b !important;
        transition: all .3s;
      }
      body.customize-support .lp_contents .second_contents a:hover {
        color: #fff;
        text-decoration: none;
      }
      .lp_contents .fifth_contents h3, .lp_contents .fourth_contents h3, .lp_contents .third_contents h3, .lp_contents .other_contents h3 {
        position: relative;
        padding: 1.5rem 1.5rem .8rem;
        text-align: center;
        margin: 0;
      }
      body .lp_contents .other_contents h3 {
        margin: 1em 0;
		font-size: .9em;
      }
      .lp_contents .fifth_contents h3:before, .lp_contents .fourth_contents h3:before, .lp_contents .third_contents h3:before, .lp_contents .other_contents h3:before {
        position: absolute;
        bottom: -1px;
        left: calc(50% - 30px);
        width: 60px;
        height: 5px;
        content: '';
        border-radius: 3px;
        background: #54322e;
      }
      .topix_box_wrapper {
        border-top: solid 1px #54322e;
        border-left: solid 1px #54322e;
        border-right: solid 1px #54322e;
        padding: 1em;
        text-align: center;
        margin-top: .8em;
      }
      .topix_box_wrapper p {
        text-align: left;
      }
      .topix_box_wrapper strong {
        font-size: .85em;
        margin: 0 auto;
      }
      .topix_box_wrapper:last-child {
        border-bottom: solid 1px #54322e;
        margin: 0;
      }
      .lp_contents .fourth_contents ul li {
        border: solid 3px #54322e;
        border-radius: 25px;
        text-align: center;
        margin: 0 0 1.5em;
        position: relative;
      }
      .lp_contents .fourth_contents ul li h4 {
        margin: 0;
        padding: .5em 0;
        font-size: .7em;
        background-color: #54322e;
        color: #fff;
        border-radius: 20px 20px 0px 0px;
      }
      .lp_contents .fourth_contents ul li:not(:last-child):after {
        content: " ";
        display: block;
        position: absolute;
        bottom: -2rem;
        left: 47%;
        transform: translateY(-45%) rotate(135deg);
        width: 20px;
        height: 20px;
        border-top: 2px solid #54322e;
        border-right: 2px solid #54322e;
        transition: all .3s;
      }
      .lp_contents .fourth_contents ul li p {
        text-align: left;
        padding: 1em 1.5em;
      }
      .lp_contents .fifth_contents .contents_body_wrapper .scrollbox {
        border: solid 2px #54322e;
        height: 25vh;
        overflow-y: scroll;
        padding: 0 .6em;
        margin: 1em 0;
      }
      .lp_contents .fifth_contents .contents_body_wrapper .scrollbox h4 {
        margin: .8em 0 0;
        text-align: center;
        font-size: .8em;
      }
      .lp_contents .fifth_contents .contents_body_wrapper .scrollbox p {
        font-size: .6em;
      }
      .lp_contents .fifth_contents {
        padding-bottom: 4.5em;
      }
      #ApplyBtn {
        position: fixed;
        bottom: .2rem;
        background: #00ac1f;
        color: #fff;
        text-align: center;
        font-size: 1.5em;
        border: none;
        font-weight: 600;
        padding: 1.5rem;
        border-radius: 100px;
        cursor: pointer;
        opacity: 0;
        width: 80%;
        max-width: 490px;
        font-family: "Noto Sans JP", sans-serif;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        /* 初期は非表示 */
        pointer-events: none;
        transition: opacity 0.3s;
        z-index: 9989;
      }
      .lp_contents .other_contents {
        padding-bottom: 4.5em;
      }
      .lp_contents .other_contents p {
        margin: 0;
        padding: .5em 0;
      }
      body .lp_contents .lp_contents .other_contents p:first-child {
        padding-top: 1em;
      }
      /* #ApplyBtn a:link, #ApplyBtn a:visited, #ApplyBtn a:hover, #ApplyBtn a:active, #ApplyBtn a:focus, {color: #fff;}*/
      #ApplyBtn a, #ApplyBtn a:active {
        color: #fff;
      }
      #ApplyBtn.show {
        opacity: 1;
        pointer-events: auto;
        /* 表示時はクリック可能 */
      }
      @media screen and (max-width: 750px) {}
      @media screen and (max-width: 450px) {
        .lp_contents .contents_body_wrapper {
          padding: 0 20px;
        }
        .lp_contents .contents_body_wrapper p {
          font-size: .6em;
        }
        .lp_contents .second_contents h3 {
          font-size: .7em;
        }
        .lp_contents .fifth_contents h3, .lp_contents .fourth_contents h3, .lp_contents .third_contents h3 {
          font-size: .9em;
        }
        .lp_contents .fifth_contents h3:before, .lp_contents .fourth_contents h3:before, .lp_contents .third_contents h3:before {
          bottom: 7px;
        }
        .lp_contents .fourth_contents ul li {
          border-radius: 15px;
          margin-bottom: 1em;
        }
        .lp_contents .fourth_contents ul li h4 {
          border-radius: 11px 11px 0 0;
        }
        .lp_contents .fourth_contents ul li p {
          padding: 1em;
        }
        .lp_contents .fifth_contents {
          padding-bottom: 2.5em;
        }
        .topix_box_wrapper {
          padding: .7em;
          margin-top: .6em;
        }
        .topix_box_wrapper strong {
          font-size: .85em;
        }
        #ApplyBtn {
          padding: .8rem;
          font-size: 1em;
          bottom: .5rem;
        }
      }