@charset "utf-8";
/* last update 2026-01-08 */

.breadcrumbs {
  padding: 0 0 1.5em;
  margin: 9em 1em 0;
  min-height: auto;
}

.logged .breadcrumbs {
  margin-top: 6.5em;
}

/* 共通 */

.lp_202410 h2 {
  padding: 0;
  text-align: center;
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  border-bottom: 3px solid #E61E1E;
  margin: 0 .1em 1em;
  position: relative;
  letter-spacing: .15em;
}

article {
  padding: 50px 0;
}

article h2 span {
  position: relative;
  z-index: 1;
}

article h2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100px;
  height: 137px;
  right: 0;
  top: -.15em;
}

article > p {
  width: min((100% - 1.6em), 1075px);
  margin: 0 auto 2.5em;
  font-size: 1.375em;
  line-height: 1.9;
}

.lp_h3_wrap {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: min((100% - 1.6em), 1075px);
  margin: 0 auto 1.5em;
  padding: .5em 0;
}

.lp_h3_wrap h3:not([class]),
.lp_h3_wrap h3.typesquare_option {
  padding-left: 0;
  font-size: 1.25em;
  margin-bottom: .5em;
}

.lp_h3_wrap h3:not([class]):before,
.lp_h3_wrap h3.typesquare_option:before {
  content: none;
}

.lp_flex_ul_wrap {
  display: flex;
  flex-direction: column;
  width: min((100% - 1.6em), 1075px);
  margin: 0 auto;
  margin-bottom: 4em;
}

.lp_flex_ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-bottom: 2em;
}

.lp_flex_ul li {
  width: min(100%, 21.25em);
  border-radius: 20px;
  padding: 20px;
}

.lp_flex_ul dt {
  font-size: 1.25em;
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
}

.lp_flex_ul dd {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9; /* 行数を指定 */
  line-height: 1.8;
}

.lp_more_a {
  background: url(../img/lp202410/lp_arrow.png) no-repeat left .5em;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  padding-left: 2.5em;
  max-width: 90%;
  min-height: 2.8em;
}

/* .lp_col1 */

.lp_col1 {
  padding: 0 10px 2em;
  background: url(../img/lp202410/lp_col1_bg.png) no-repeat center bottom -4.8em;
} 

.lp_h1_wrap {
  width: min(100%, 13em);
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 2.125em;
  line-height: 1.85;
  margin: 0 auto .5em;
}

h1 {
  width: min(100%, 400px);
  text-indent: 500px;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/lp202410/lp_h1_mv_sp.png) no-repeat center/cover;
  aspect-ratio: 400 / 424;
  margin: 0 auto;
}

.lp_h1_wrap > span {
  display: block;
}

.lp_h1_wrap .pc {
  display: none;
}

.lp_h1_wrap span span {
  color: #2276D6;
}

.lp_mv_ul {
  display: flex;
  flex-wrap: wrap;
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  gap: .5em 1em;
  max-width: 24.5em;
  align-items: center;
  margin: 0 auto 2em;
}

.lp_mv_ul li:not(:last-child) {
  border: 1px solid #000;
  padding: .4em 1.2em;
  border-radius: 1.2em;
}

.lp_col1 h2 {
  font-size: 1.75em;
  border: none;
  margin-bottom: .7em;
  letter-spacing: normal;
}

.lp_col1_links {
  width: min(100%, 480px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.lp_col1_links a[href="#lp_info"] {
  background-image: url(../img/lp202410/lp_col1_links_bg01.png);
}

.lp_col1_links a[href="#lp_ease"] {
  background-image: url(../img/lp202410/lp_col1_links_bg02.png);
}

.lp_col1_links a[href="#lp_useful"] {
  background-image: url(../img/lp202410/lp_col1_links_bg01.png);
}

.lp_col1_links a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 1.75em;
  text-decoration: none;
  padding-left: 3.5em;
  min-height: 3.5em;
  border: 4px solid #E61E1E;
  box-shadow: 4px 4px 0px 0px #E61E1E80;
  border-radius: 20px;
  background-position: .5em center;
  background-repeat: no-repeat;
  background-size: 3em;
  background-color: #fff;
}

@media screen and (min-width:415px), print {
  .lp_col1_links a {
    font-size: 2.125em;
    min-height: 4em;
    padding-left: 150px;
    background-size: auto;
    background-position: 25px center;
}
}

/* #lp_info */
#lp_info,
#lp_useful {
  background: #FFE0E0;
}

#lp_info h2::after {
 background: url(../img/lp202410/lp_info_h2_bg.png) no-repeat 100%;
}

.lp_info_links {
  background: url(../img/lp202410/lp_dot_wht.png) repeat top left/.5em;
}

.lp_info_links li {
  background: #FFE0E0;
  width: min((100% - 2.5em), 800px);
  margin: 0 auto;
  padding: 0 2em 2em;
  display: flex;
  flex-direction: column;
}

#lp_info h3 {
  position: static;
  padding-left: 0;
  font-size: 1.25em;
  line-height: 3;
  margin-bottom: .5em;
}

#lp_info h3::before {
  content: "■";
  color: #E61E1E;
  background-color: transparent;
  position: static;
  width: auto;
  margin-right: 0;
}

.lp_info_links p {
  line-height: 2;
  margin-bottom: 1em;
}

/* #lp_ease */
#lp_ease h2::after {
  background: url(../img/lp202410/lp_ease_h2_bg.png) no-repeat 100%;
}

#lp_ease .lp_flex_ul li {
  border: 2px solid #707070;
  box-shadow: 4px 4px 0px 0px #70707080;
  overflow: hidden;
}

#lp_ease .lp_flex_ul img {
  margin: -21px 0 20px -21px;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  width: calc(100% + 42px);
  max-width: none;
}


/* #lp_useful */
#lp_useful h2::after {
  background: url(../img/lp202410/lp_useful_h2_bg.png) no-repeat 100%;
}
 
#lp_useful .lp_flex_ul li {
  border: 2px solid #E61E1E;
  box-shadow: 4px 4px 0px 0px #E61E1E80;
  background-color: #fff;
}

#lp_useful .lp_more_a {
  margin-bottom: 2em;
}

.interest_links {
  gap: .5em;
}

.interest_links li {
  width: min(100%, 20.625em);
}

.main .app_btn {
  width: 100%;
  border: none;
  font-size: 1.5em;
  min-height: 3.33em !important;
}

.lp_useful_plus {
  width: min((100% - 80px), 1075px);
  margin: 0 auto;
  border: 4px solid #E61E1E;
  border-radius: 20px;
  background-color: #f0f0f0;
}

.lp_useful_plus > p {
  display: inline-block;
  padding: 8px 0 8px 20px;
  background-color: #2276D6;
  color: #fff;
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  position: relative;
  margin: -1.25em 0 0 1.25em;
}

.lp_useful_plus > p::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #2276d6;
  border-width: 2.3em 0px 0px 1.6em;
  position: absolute;
  bottom: 0;
  right: -1.6em;
}

#lp_useful .lp_useful_plus h3 {
  font-size: 1.5em;
  margin: .7em 0;
  padding-left: 0;
  text-align: center;
}

#lp_useful .lp_useful_plus h3::before {
  content: none;
}

.lp_useful_plus div {
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px 30px;
}

/*
.lp_useful_plus div p {
  font-size: 1.5em;
  line-height: 1.7;
  margin-bottom: 1em;
}

.lp_useful_plus div li {
  text-indent: -1.5em;
  padding-left: 1.25em;
  font-size: 1.25em;
  margin-bottom: .5em;
}

.lp_useful_plus div li::before {
  content: "■";
  color: #E61E1E;
  font-size: 1.4em;
  line-height: 1.7;
}
*/

.lp_useful_plus div ul {
  display: flex;
  gap: 1.5em;
  max-width: calc(28em + 180px);
  margin: 0 auto;
  flex-direction: column;
}

.lp_useful_plus ul img {
  width: 180px;
  display: block;
  margin: 0 auto;
}

/*----------------------------------------------------
 pc表示
------------------------------------------------------*/
@media screen and (min-width:1080px), print {
  .breadcrumbs {
    margin: 10.5em auto 0;
  }

  .logged .breadcrumbs {
    margin-top: 8.5em;
  }

  .lp_202410 h2 {
    width: 1075px;
    margin: 0 auto 1em;
  }

  .lp_h3_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
  }

  .lp_h3_wrap h3:not([class]),
  .lp_h3_wrap h3.typesquare_option {
    width: 18.85em;
    margin: auto 0;
  }

  .lp_h3_wrap h3 span {
    display: block;
  }

  .lp_h3_wrap p {
    width: 42.2em;
  }

  .lp_flex_ul {
    flex-direction: row;
    align-items: normal;
  }

  .lp_col1 {
    background-position: center bottom -18em;
  }
  .lp_mv {
    width: 1075px;
    margin: 0 auto;
    background: url(../img/lp202410/lp_h1_mv_pc.png) no-repeat right bottom;
    min-height: 500px;
  }

  .lp_h1_wrap {
    width: 545px;
    margin-left: 0;
  }

  h1 {
    display: inline;
    background: none;
  }

  h1 span {
    color: #1B5EAB;
  }

  .lp_h1_wrap .pc {
    display: inline;
  }

  .lp_h1_wrap > span {
    display: inline-block;
  }
  
  .lp_mv_ul {
    margin-left: 0;
  }

  .lp_col1_links {
    flex-direction: row;
    width: 1075px;
  }

  .lp_col1_links li {
    width: calc(100% / 3);
  }

  .lp_col1_links a {
    padding: 130px 20px 20px;
    background-position: center 20px;
  }

  .interest_links {
    flex-direction: row;
    justify-content: center;
  }

  .lp_useful_plus div ul {
    flex-direction: row;
  }

  .lp_useful_plus ul li:last-child {
    width: calc(100% - 180px - 1.5em);
  }
}
