html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "M PLUS 1p", "Helvetica Neue", Arial, "YakuHanJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  color: #0d0d0d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

.clrfx::after {
  content: "";
  display: block;
  clear: both;
}

a:hover {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

p {
  margin: 0;
  letter-spacing: 0.05em;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: separate;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

html, body {
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.8;
}

.slash_line_outer {
  position: absolute;
  height: 100%;
  width: 100vw;
  max-width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.slash_line_outer .slash_position {
  position: absolute;
}
.slash_line_outer .slash_position svg {
  opacity: 1;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  -webkit-animation: slash_line 2.5s;
          animation: slash_line 2.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  animation-direction: reverse;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  height: 75px;
}
.slash_line_outer .slash_position.n1 {
  stroke: #ccadff;
  left: -30px;
  top: 25px;
}
.slash_line_outer .slash_position.n1 svg {
  stroke-width: 5px;
}
.slash_line_outer .slash_position.n2 {
  stroke: #1c004b;
  left: -10px;
  top: -10px;
}
.slash_line_outer .slash_position.n2 svg {
  stroke-width: 15px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.slash_line_outer .slash_position.n3 {
  stroke: #ccadff;
  right: -190px;
  top: -30px;
}
.slash_line_outer .slash_position.n3 svg {
  stroke-width: 5px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.slash_line_outer .slash_position.n4 {
  stroke: #1c004b;
  right: -170px;
  top: -10px;
}
.slash_line_outer .slash_position.n4 svg {
  stroke-width: 15px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.slash_line_outer .slash_position.n5 {
  stroke: #ccadff;
  left: 60px;
  top: 25%;
}
.slash_line_outer .slash_position.n5 svg {
  stroke-width: 10px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  height: 120px;
}
.slash_line_outer .slash_position.n6 {
  stroke: #1c004b;
  left: 40px;
  top: 26%;
}
.slash_line_outer .slash_position.n6 svg {
  stroke-width: 5px;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  height: 120px;
}
@-webkit-keyframes slash_line {
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}
@keyframes slash_line {
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}

@media screen and (min-width: 650px) {
  .slash_line_outer .slash_position svg {
    stroke-width: 14px;
    height: 150px;
  }
  .slash_line_outer .slash_position.n1 {
    left: 50px;
  }
  .slash_line_outer .slash_position.n2 {
    left: 75px;
  }
  .slash_line_outer .slash_position.n3 {
    right: -230px;
    top: -20px;
  }
  .slash_line_outer .slash_position.n4 {
    right: -250px;
    top: 30px;
  }
  .slash_line_outer .slash_position.n5 {
    left: 0px;
    top: 55%;
  }
  .slash_line_outer .slash_position.n6 {
    left: -30px;
    top: 60%;
  }
  .slash_line_outer .slash_position.n7 {
    right: -180px;
    bottom: 50px;
    stroke: #ccadff;
  }
  .slash_line_outer .slash_position.n7 svg {
    stroke-width: 10px;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    height: 120px;
  }
  .slash_line_outer .slash_position.n8 {
    right: -160px;
    bottom: 80px;
    stroke: #1c004b;
  }
  .slash_line_outer .slash_position.n8 svg {
    stroke-width: 5px;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    height: 120px;
  }
}
@media screen and (min-width: 1100px) {
  .slash_line_outer .slash_position.n1 {
    left: 200px;
  }
  .slash_line_outer .slash_position.n2 {
    left: 225px;
  }
  .slash_line_outer .slash_position.n3 {
    right: -100px;
  }
  .slash_line_outer .slash_position.n4 {
    right: -70px;
  }
  .slash_line_outer .slash_position.n5 {
    left: 260px;
    top: 55%;
  }
  .slash_line_outer .slash_position.n6 {
    left: 230px;
    top: 60%;
  }
  .slash_line_outer .slash_position.n7 {
    right: 0;
    bottom: 50px;
    stroke: #ccadff;
  }
  .slash_line_outer .slash_position.n7 svg {
    stroke-width: 10px;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    height: 120px;
  }
  .slash_line_outer .slash_position.n8 {
    right: 15px;
    bottom: 80px;
    stroke: #1c004b;
  }
  .slash_line_outer .slash_position.n8 svg {
    stroke-width: 5px;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    height: 120px;
  }
}
.animateFade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.animateFade.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.loading {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.loading.loaded {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.loading.fv_ttl {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.decoW:before {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  background-image: url(../img/deco_wh_sp.png);
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.decoW.fv_main:before {
  bottom: 0;
  right: 0;
}
.decoW.lm__fv_lead:before {
  bottom: 50px;
  right: 0;
}

.decoW2 {
  position: relative;
}
.decoW2:before {
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  background-image: url(../img/deco_wh_sp_2.png);
  background-size: cover;
}
.decoW2.fv_ttl:before {
  bottom: -75px;
  left: -30px;
}
.decoW2#lm__benefit:before {
  top: 0px;
  right: 0;
}
.decoW2.benefit_1:before {
  bottom: 5px;
  left: 0;
}
.decoW2.benefit_2:before {
  bottom: 20px;
  right: 0;
}

.decoP2 {
  position: relative;
}
.decoP2:before {
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  background-image: url(../img/deco_pur_sp_2.png);
  background-size: cover;
}
.decoP2#lm__step:before {
  top: -60px;
  right: 0;
}
.decoP2#lm__point:before {
  top: -30px;
  left: 0;
}

@media screen and (min-width: 850px) {
  .decoW:before {
    width: 0;
  }
  .decopcW {
    position: relative;
  }
  .decopcW:before {
    content: "";
    width: 180px;
    height: 180px;
    position: absolute;
    background-image: url(../img/deco_wh_pc_2.png);
    background-size: cover;
  }
  .decopcW#lm__fv:before {
    left: 0;
    top: 150px;
  }
  .decopcW#lm__fv:after {
    content: "";
    width: 180px;
    height: 180px;
    position: absolute;
    background-image: url(../img/deco_wh_pc_2.png);
    background-size: cover;
    left: 100px;
    bottom: 0;
  }
  .decopcW.lm__fv_lead:before {
    right: 50px;
    top: -150px;
  }
  .decoP2 {
    position: relative;
  }
  .decoP2:before {
    content: "";
    width: 180px;
    height: 180px;
    position: absolute;
    background-image: url(../img/deco_pur_pc_2.png);
    background-size: cover;
  }
  .decoP2#lm__step:before {
    top: -60px;
    right: 0;
  }
  .decoP2#lm__point:before {
    top: -30px;
    left: 0;
  }
  .decoW2:before {
    content: "";
    width: 180px;
    height: 180px;
    position: absolute;
    background-image: url(../img/deco_wh_pc_2.png);
    background-size: cover;
    top: 0;
    right: 0;
  }
  .decoW2:after {
    content: "";
    width: 180px;
    height: 180px;
    position: absolute;
    background-image: url(../img/deco_wh_pc_2.png);
    background-size: cover;
    bottom: 0;
    left: 0;
  }
  .decoW2.benefit_1:before, .decoW2.benefit_1:after, .decoW2.benefit_2:before, .decoW2.benefit_2:after {
    width: 0;
  }
}
#lm__fv {
  background-color: #8646f0;
  position: relative;
}
#lm__fv .header_logo {
  position: absolute;
  width: 75px;
  left: 15px;
  top: 15px;
}
#lm__fv .fv_main {
  padding-top: 25px;
}
#lm__fv .fv_ttl {
  width: 85%;
  margin: 40px auto 150px;
  position: relative;
}
#lm__fv .fv_ttl:after {
  content: "";
  width: 208px;
  height: 205px;
  background-image: url(../img/character_1.png);
  background-size: cover;
  position: absolute;
  right: -90px;
  bottom: -195px;
}
#lm__fv .lm__fv_lead .lead_ttl {
  width: 70%;
  margin: 0 auto;
}
#lm__fv .lm__fv_lead .lead_txt {
  width: 60%;
  margin: 35px auto 0;
  padding-bottom: 130px;
  position: relative;
}
#lm__fv .lm__fv_lead .lead_txt:after {
  content: "";
  width: 165px;
  height: 209px;
  background-image: url(../img/character_2.png);
  background-size: cover;
  position: absolute;
  left: -155px;
  bottom: -50px;
}

#lm__team {
  background-color: #e8e2ff;
  padding: 0px 25px 100px;
  color: #fff;
}
#lm__team .lm__team_ttl {
  height: 85px;
  margin: 0 auto 40px;
  padding-top: 80px;
}
#lm__team .lm__team_ttl img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
#lm__team .team_dark {
  background-color: #5500c8;
  position: relative;
}
#lm__team .team_dark .bg_deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#lm__team .team_light {
  background-color: #8646f0;
  position: relative;
}
#lm__team .team_light .bg_deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
}
#lm__team .team_wrap {
  padding: 25px 25px 40px;
  margin-top: 35px;
}
#lm__team .team_wrap .img_talent {
  max-width: 200px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 2;
}
#lm__team .team_wrap .img_talent a {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 24px;
}
#lm__team .team_wrap .info_talent {
  text-align: center;
  position: relative;
  z-index: 2;
}
#lm__team .team_wrap .info_talent .name_jp {
  height: 26px;
  margin-bottom: 8px;
}
#lm__team .team_wrap .info_talent .name_jp img {
  height: 100%;
  width: auto;
}
#lm__team .team_wrap .info_talent .name_en {
  height: 8px;
  line-height: 0;
  padding-bottom: 20px;
  position: relative;
}
#lm__team .team_wrap .info_talent .name_en:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #aa80e4;
}
#lm__team .team_wrap .info_talent .name_en img {
  height: 100%;
  width: auto;
}
#lm__team .team_wrap .info_talent .record {
  font-size: 13px;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 15px;
}
#lm__team .team_wrap .info_talent a {
  display: block;
  background-color: #fff;
  width: 100px;
  margin: 10px auto 0;
  font-size: 13px;
  padding: 6px 0;
  border-radius: 3px;
  color: #5500c8;
}
#lm__team .team_wrap .info_guild {
  margin-top: 50px;
  font-size: 15px;
  position: relative;
  z-index: 2;
}
#lm__team .team_wrap .info_guild li {
  padding: 12px 0;
  border-bottom: 1px solid #aa80e4;
}
#lm__team .team_wrap .info_guild li:last-child {
  border: none;
}
#lm__team .team_wrap .talent_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
#lm__team .team_wrap .talent_btn a {
  width: 48%;
  display: block;
  font-size: 13px;
  padding: 10px 0;
  border-radius: 4px;
  color: #5500c8;
}
#lm__team .team_wrap .talent_btn a:first-child {
  background-color: #fffc14;
}
#lm__team .team_wrap .talent_btn a:last-child {
  background-color: #fff;
}

#lm__step {
  background-color: #a28af1;
  padding: 100px 25px 80px;
  color: #1c004b;
}
#lm__step .lm__step_ttl {
  height: 35px;
  text-align: center;
}
#lm__step .lm__step_ttl img {
  height: 100%;
  width: auto;
}
#lm__step .steps li {
  margin-top: 60px;
}
#lm__step .steps li .num {
  width: 110px;
  position: relative;
  left: -25px;
}
#lm__step .steps li .steo_icon {
  width: 55%;
  margin: 0 auto;
}
#lm__step .steps li p {
  line-height: 1.6em;
  font-size: 13px;
  text-align: justify;
  letter-spacing: 0.01em;
}
#lm__step .steps li p span {
  font-size: 11px;
}
#lm__step .step_btnwrap {
  margin-top: 60px;
}
#lm__step .step_btnwrap a {
  margin-bottom: 15px;
}

#lm__point {
  background-color: #e8e2ff;
  padding: 80px 25px 20px;
  color: #1c004b;
}
#lm__point .lm__point_ttl {
  height: 65px;
  margin-bottom: 40px;
}
#lm__point .lm__point_ttl img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
#lm__point .point_list li {
  background-color: #fff;
  padding: 20px 25px;
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}
#lm__point .point_list li p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
#lm__point .point_list li p span {
  font-size: 12px;
}
#lm__point .point_list li .bg_y {
  font-size: 13px;
  background-color: #fffc14;
  padding: 5px 15px;
  max-width: 200px;
  margin: 10px auto 0;
}
#lm__point .point_list li img {
  margin-top: 15px;
}
#lm__point .point_list li:after {
  position: absolute;
  content: "+";
  bottom: -30px;
}
#lm__point .point_list li:last-child:after {
  content: "";
}

#lm__benefit {
  background-color: #8646f0;
  padding: 90px 0 60px;
}
#lm__benefit .benefit_wrap {
  padding: 0 25px 60px;
  max-width: 800px;
  margin: 0 auto;
}
#lm__benefit .fin_date {
  padding: 0 40px;
  max-width: 750px;
  margin: 0 auto;
}
#lm__benefit .fin_date .fin {
  margin-top: 15px;
}
#lm__benefit .fin_date .fin_txt {
  margin-top: 25px;
}

#lm__tw {
  line-height: 0;
}

#lm_notes {
  padding: 0 25px;
}
#lm_notes .lm__notes_ttl {
  width: 110px;
  margin: 70px auto 40px;
}
#lm_notes .notes_wrap h3 {
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 30px;
}
#lm_notes .notes_wrap ul, #lm_notes .notes_wrap p {
  font-size: 12px;
  line-height: 1.6;
}
#lm_notes .notes_wrap .list_style_dot li {
  margin-left: 1em;
  list-style: disc;
  margin-bottom: 8px;
}
#lm_notes .notes_wrap .list_style_num li {
  margin-left: 1em;
  list-style-type: decimal;
  margin-bottom: 8px;
}
#lm_notes .notes_wrap p a {
  color: #000;
  text-decoration: underline;
}
#lm_notes .credit {
  margin-top: 120px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 11px;
  color: #ccc;
}

@media screen and (min-width: 650px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  #lm__fv .header_logo {
    width: 95px;
    left: 30px;
    top: 20px;
  }
  #lm__fv .fv_main {
    max-width: 800px;
    margin: 0 auto;
  }
  #lm__fv .fv_ttl {
    max-width: 500px;
    margin: 0 auto 150px;
  }
  #lm__fv .fv_ttl:after {
    bottom: 0;
    top: -200px;
    right: -180px;
    left: auto;
  }
  #lm__fv .fv_ttl:before {
    content: "";
    width: 165px;
    height: 209px;
    background-image: url(../img/character_2.png);
    background-size: cover;
    position: absolute;
    left: -250px;
    bottom: 0;
    top: -100px;
  }
  #lm__fv .lm__fv_lead .lead_ttl {
    max-width: 580px;
  }
  #lm__fv .lm__fv_lead .lead_txt {
    max-width: 500px;
    margin: 60px auto 0;
  }
  #lm__fv .lm__fv_lead .lead_txt:after {
    width: 0;
    height: 0;
  }
  #lm__team {
    padding: 0px 25px 140px;
  }
  #lm__team .lm__team_ttl {
    height: 60px;
    padding-top: 140px;
    margin-bottom: 30px;
  }
  #lm__team .lm__team_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  #lm__team .lm__team_contents .team_wrap {
    width: 48%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 35px 3%;
  }
  #lm__team .lm__team_contents .team_wrap .bg_deco {
    width: 40%;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  #lm__team .lm__team_contents .team_wrap .talent_pc_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #lm__team .lm__team_contents .team_wrap .talent_pc_wrap .img_talent {
    width: 120px;
    margin: 0;
  }
  #lm__team .lm__team_contents .team_wrap .talent_pc_wrap .info_talent {
    margin-left: 10%;
    text-align: left;
  }
  #lm__team .lm__team_contents .team_wrap .talent_pc_wrap .info_talent .name_en {
    padding-bottom: 15px;
  }
  #lm__team .lm__team_contents .team_wrap .talent_pc_wrap .info_talent .name_en:after {
    width: 0;
  }
  #lm__team .lm__team_contents .team_wrap .talent_pc_wrap .info_talent .record {
    font-size: 12px;
    margin-top: 0;
    padding: 0;
  }
  #lm__team .lm__team_contents .team_wrap .talent_pc_wrap .info_talent a {
    font-size: 12px;
    text-align: center;
    margin: 15px 0 0;
  }
  #lm__step {
    padding: 140px 0 100px;
  }
  #lm__step .lm__step_ttl {
    height: 50px;
    margin-bottom: 80px;
  }
  #lm__step .steps {
    max-width: 1050px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #lm__step .steps li {
    width: 27%;
    margin: 40px 3%;
    position: relative;
  }
  #lm__step .steps li .num {
    width: 95px;
    left: 0;
  }
  #lm__step .steps li:after {
    content: "";
    width: 13px;
    height: 100%;
    background-image: url(../img/step_next.png);
    background-size: cover;
    position: absolute;
    top: 0;
    right: -14%;
  }
  #lm__step .steps li:nth-child(3):after, #lm__step .steps li:nth-child(5):after {
    width: 0;
    height: 0;
  }
  #lm__step .steps li:nth-child(4):after {
    background-image: url(../img/step_next_2.png);
  }
  #lm__step .steps li p {
    margin-top: 25px;
  }
  #lm__step .step_btnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 630px;
    margin: 0 auto;
  }
  #lm__step .step_btnwrap a {
    width: 48%;
  }
  #lm__point {
    padding: 120px 25px 60px;
  }
  #lm__point .lm__point_ttl {
    height: 35px;
    margin-bottom: 80px;
  }
  #lm__point .point_list {
    max-width: 1000px;
    margin: 0 auto;
  }
  #lm__point .point_list li {
    padding: 30px;
    margin-bottom: 60px;
  }
  #lm__point .point_list li:after {
    bottom: -35px;
  }
  #lm__point .point_list li p {
    font-size: 18px;
  }
  #lm__point .point_list li .bg_y {
    font-size: 15px;
    max-width: 220px;
  }
  #lm__point .point_list li img {
    max-width: 600px;
    margin: 20px auto 0;
  }
  #lm__benefit {
    padding: 120px 0px;
  }
  #lm__benefit .benefit_wrap {
    padding: 0 25px 80px;
  }
  #lm_notes .notes_wrap {
    max-width: 1000px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=global.css.map */