@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype");
}
html {
  height: 100%;
  overflow-y: scroll;
  font-size: 10px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #222;
  text-align: left;
  line-height: 100%;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 500;
}

@media (max-width: 959px) {
  body {
    font-size: 3.5vw;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

a[href],
label[for],
button,
input[type=button],
input[type=submit],
input[type=reset],
input[type=image],
input[type=radio],
input[type=checkbox],
select {
  cursor: pointer;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:link,
a:visited {
  color: #333;
}

a:hover {
  color: #aaa;
  text-decoration: none;
}

a:hover img {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:focus {
  outline: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1em;
  font-weight: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
  clear: both;
  display: block;
  list-style-type: none;
}

p {
  padding: 0;
  margin: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

em,
i {
  font-style: normal;
}

.PC {
  display: block;
}

@media (max-width: 959px) {
  .PC {
    display: none;
  }
}
img.PC,
span.PC,
strong.PC {
  display: inline;
}

@media (max-width: 959px) {
  img.PC,
  span.PC,
  strong.PC {
    display: none;
  }
}
.SP {
  display: none;
}

@media (max-width: 959px) {
  .SP {
    display: block;
  }
}
strong.SP {
  display: none;
}

@media (max-width: 959px) {
  strong.SP {
    display: inline-block;
  }
}
.column,
.LP-03 ul,
.LP-07 dl,
.LP-11 h3 + ul,
.LP-11 ul + ul {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.LP-11 ul + ul {
  justify-content: center;
  gap: 20px;
}

@media (max-width: 959px) {
  .column,
  .LP-03 ul,
  .LP-07 dl,
  .LP-11 h3 + ul,
  .LP-11 ul + ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .LP-11 ul + ul {
    justify-content: space-between;
    gap: 0;
  }
}
.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inner,
.LP-01 ul,
.LP-02 ul,
.LP-03 ul,
.LP-04 ul,
.LP-07 dl,
.LP-08 dl,
.LP-10 dl {
  width: 93%;
  max-width: 960px;
  margin: 0 auto;
}

.LP-thanks {
  padding: 90px 0 100px 0;
  background: url(../img/LP-thanks_bg.png);
}

@media (max-width: 959px) {
  .LP-thanks {
    padding: 4.5em 0 3em 0;
  }
}
.LP-thanks .inner,
.LP-thanks .LP-01 ul,
.LP-01 .LP-thanks ul,
.LP-thanks .LP-02 ul,
.LP-02 .LP-thanks ul,
.LP-thanks .LP-03 ul,
.LP-03 .LP-thanks ul,
.LP-thanks .LP-04 ul,
.LP-04 .LP-thanks ul,
.LP-thanks .LP-07 dl,
.LP-07 .LP-thanks dl,
.LP-thanks .LP-08 dl,
.LP-08 .LP-thanks dl,
.LP-thanks .LP-10 dl,
.LP-10 .LP-thanks dl {
  position: relative;
  max-width: 967px;
  padding: 60px 45px 50px 45px;
  text-align: center;
  background: #fff;
  border: 2px solid #444;
  box-shadow: 7px 7px rgba(0, 0, 0, 0.1);
}

@media (max-width: 959px) {
  .LP-thanks .inner,
  .LP-thanks .LP-01 ul,
  .LP-01 .LP-thanks ul,
  .LP-thanks .LP-02 ul,
  .LP-02 .LP-thanks ul,
  .LP-thanks .LP-03 ul,
  .LP-03 .LP-thanks ul,
  .LP-thanks .LP-04 ul,
  .LP-04 .LP-thanks ul,
  .LP-thanks .LP-07 dl,
  .LP-07 .LP-thanks dl,
  .LP-thanks .LP-08 dl,
  .LP-08 .LP-thanks dl,
  .LP-thanks .LP-10 dl,
  .LP-10 .LP-thanks dl {
    width: 90%;
    margin: 0 auto;
    padding: 2.5em 1.8em 2em 1.8em;
    border: 1px solid #444;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  }
}
.LP-thanks img {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 0 auto;
}

@media (max-width: 959px) {
  .LP-thanks img {
    width: 3em;
  }
}
.LP-thanks p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
}

@media (max-width: 959px) {
  .LP-thanks p {
    font-size: 3.5vw;
  }
}
.LP-thanks p + div {
  padding: 30px 0 50px 0;
  margin: 35px auto 25px auto;
  background: #eee;
}

@media (max-width: 959px) {
  .LP-thanks p + div {
    padding: 2em;
    margin: 1.5em auto;
  }
}
.LP-thanks strong {
  padding-bottom: 0.5em;
  color: #db154e;
  font-size: 28px;
  line-height: 2.5em;
  border-bottom: 2px solid #db154e;
}

@media (max-width: 959px) {
  .LP-thanks strong {
    font-size: 4vw;
  }
}
.LP-thanks div + p {
  color: #db154e;
}

.LP-head .inner,
.LP-head .LP-01 ul,
.LP-01 .LP-head ul,
.LP-head .LP-02 ul,
.LP-02 .LP-head ul,
.LP-head .LP-03 ul,
.LP-03 .LP-head ul,
.LP-head .LP-04 ul,
.LP-04 .LP-head ul,
.LP-head .LP-07 dl,
.LP-07 .LP-head dl,
.LP-head .LP-08 dl,
.LP-08 .LP-head dl,
.LP-head .LP-10 dl,
.LP-10 .LP-head dl {
  position: relative;
  padding: 85px 0 170px 0;
  max-width: 1080px;
}

@media (max-width: 959px) {
  .LP-head .inner,
  .LP-head .LP-01 ul,
  .LP-01 .LP-head ul,
  .LP-head .LP-02 ul,
  .LP-02 .LP-head ul,
  .LP-head .LP-03 ul,
  .LP-03 .LP-head ul,
  .LP-head .LP-04 ul,
  .LP-04 .LP-head ul,
  .LP-head .LP-07 dl,
  .LP-07 .LP-head dl,
  .LP-head .LP-08 dl,
  .LP-08 .LP-head dl,
  .LP-head .LP-10 dl,
  .LP-10 .LP-head dl {
    width: 100%;
    padding: 8% 5% 14em 5%;
  }
}
@media (max-width: 959px) {
  .LP-head .txt {
    width: 44%;
    height: auto;
  }
}
.LP-head p {
  display: inline-block;
  padding-bottom: 0.75em;
  margin-top: 0.73em;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

@media (max-width: 959px) {
  .LP-head p {
    font-size: 1.15em;
  }
}
.LP-head__title img {
  width: 100%;
}

.LP-01 {
  padding: 65px 0 0 0;
}

@media (max-width: 959px) {
  .LP-01 {
    padding: 4.5em 0 0 0;
  }
}
.LP-01 ul {
  position: relative;
  max-width: 967px;
  margin-bottom: 70px;
  padding: 45px 45px 110px 45px;
  background: url(../img/LP-01-bk.png) no-repeat;
}

@media (max-width: 959px) {
  .LP-01 ul {
    min-height: 63em;
    margin-bottom: 20px;
    padding: 4.5em 1em 5em 1em;
    background: url(../img/LP-01-bk_sp.png) no-repeat top center/100% auto;
  }
}
.LP-01 li {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  padding-bottom: 0.65em;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: bold;
}

@media (max-width: 959px) {
  .LP-01 li {
    font-size: 1.2em;
    line-height: 1.6em;
    padding-bottom: 0.7em;
  }
}
.LP-01 li:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 0.7em;
  background: url(../img/LP-01-02.png) no-repeat center center/100% 100%;
}

@media (max-width: 959px) {
  .LP-01 li:before {
    width: 1.5em;
    height: 1.5em;
    margin-right: 1.2em;
  }
}
.LP-01 li + li {
  padding-top: 0.7em;
  border-top: 1px solid #eee;
}

.LP-01 p {
  flex: 1;
}

.LP-01 p strong {
  color: #dd9c00;
  font-size: 1.1em;
}

.LP-01 img {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 0 auto;
}

@media (max-width: 959px) {
  .LP-01 img {
    width: 3em;
  }
}
.LP-02 {
  padding: 80px 0;
  background: #f6d7dc;
}

@media (max-width: 959px) {
  .LP-02 {
    padding: 0 0 4em 0;
  }
}
.LP-02 ul li {
  padding: 50px 0 0 0;
  height: 480px;
}

@media (max-width: 959px) {
  .LP-02 ul li {
    padding: 2.5em 0 0 0;
    height: auto;
  }
}
.LP-02 ul li:nth-child(1) {
  background: url(../img/LP-02-01.jpg) no-repeat top right;
}

@media (max-width: 959px) {
  .LP-02 ul li:nth-child(1) {
    background: none;
  }
}
.LP-02 ul li:nth-child(2) {
  text-align: right;
  background: url(../img/LP-02-02.jpg) no-repeat top left;
}

@media (max-width: 959px) {
  .LP-02 ul li:nth-child(2) {
    background: none;
  }
}
.LP-02 ul li:nth-child(3) {
  background: url(../img/LP-02-03.jpg) no-repeat top right;
  padding-top: 20px;
}
.LP-02 ul li:nth-child(3) p {
  margin-top: 1em;
}

@media (max-width: 959px) {
  .LP-02 ul li:nth-child(3) {
    padding: 2.5em 0 0 0;
    background: none;
  }
  .LP-02 ul li:nth-child(3) p {
    margin-top: 1.8em;
  }
}
.LP-02 ul li:nth-child(4) {
  text-align: right;
  background: url(../img/LP-02-04.jpg) no-repeat top left;
}

@media (max-width: 959px) {
  .LP-02 ul li:nth-child(4) {
    background: none;
  }
}
.LP-02 strong {
  display: inline-block;
  padding: 0.6em;
  font-size: 2.8rem;
  background: #fff;
  box-shadow: 5px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 959px) {
  .LP-02 strong {
    font-size: 1.35em;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 560px) {
  .LP-02 strong {
    font-size: 1.4em;
  }
}
.LP-02 strong i {
  color: #db154e;
}

@media (max-width: 959px) {
  .LP-02 strong.PC {
    display: none;
  }
}
.LP-02 strong.SP {
  display: none;
}

@media (max-width: 959px) {
  .LP-02 strong.SP {
    display: inline-block;
  }
}
.LP-02 br + strong {
  margin-top: 0.4em;
}

.LP-02 p {
  margin-top: 2em;
  width: 45%;
  line-height: 1.9em;
}

@media (max-width: 959px) {
  .LP-02 p {
    margin-top: 1.8em;
    width: 100%;
  }
}
.LP-02 p + img {
  display: none;
}

@media (max-width: 959px) {
  .LP-02 p + img {
    display: block;
    width: 65%;
    margin: 1em auto;
  }
}
.LP-02 li:nth-child(2) p {
  float: right;
  text-align: left;
}

@media (max-width: 959px) {
  .LP-02 li:nth-child(2) p {
    margin-bottom: 1em;
  }
}
.LP-02 li:nth-child(4) p {
  float: right;
  text-align: left;
}

@media (max-width: 959px) {
  .LP-02 li:nth-child(4) p {
    margin-bottom: 1em;
  }
}
.LP-03 {
  position: relative;
  padding: 65px 0 75px 0;
  text-align: center;
  background: url(../img/LP-03-bk.png);
}

@media (max-width: 959px) {
  .LP-03 {
    padding: 3.5em 0 4.5em 0;
    background: url(../img/LP-03-bk_sp.png);
  }
}
.LP-03:before {
  content: url(../img/LP-03-01.png);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 959px) {
  .LP-03:before {
    content: "";
    width: 3em;
    height: 8em;
    background: url(../img/LP-03-01.png) no-repeat top center/100% auto;
  }
}
.LP-03 h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6em;
}

@media (max-width: 959px) {
  .LP-03 h2 {
    font-size: 1.3em;
    line-height: 2em;
  }
}
.LP-03 h2 i {
  color: #db154e;
  font-size: 1.3em;
}

@media (max-width: 959px) {
  .LP-03 h2 i {
    font-size: 1.2em;
  }
}
.LP-03 p {
  margin: 0.9em 0 1.5em 0;
  line-height: 2em;
}

@media (max-width: 959px) {
  .LP-03 p {
    line-height: 1.7em;
  }
}
.LP-03 li {
  width: 50%;
  padding: 1.4em 0 0.4em 0;
  background: #fff;
  border: 4px solid #eee;
}

@media (max-width: 959px) {
  .LP-03 li {
    width: 100%;
    border: 2px solid #eee;
  }
}
.LP-03 li + li {
  border-left: none;
}

@media (max-width: 959px) {
  .LP-03 li + li {
    margin-top: 1.3em;
    border-left: 2px solid #eee;
  }
}
.LP-04 {
  position: relative;
  padding: 60px 0 60px 0;
  background: #eee;
}

@media (max-width: 959px) {
  .LP-04 {
    position: relative;
    padding: 3em 0 3em 0;
  }
}
.LP-04:before {
  content: url(../img/LP-04-01.png);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 959px) {
  .LP-04:before {
    content: "";
    width: 3em;
    height: 8em;
    background: url(../img/LP-04-01.png) no-repeat top center/100% auto;
  }
}
.LP-04 h2 {
  margin-bottom: 0.8em;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}

@media (max-width: 959px) {
  .LP-04 h2 {
    font-size: 2.3em;
    margin-bottom: 1.2em;
  }
}
.LP-04 h2 span {
  display: block;
  color: #db154e;
  font-size: 3rem;
  margin-bottom: -0.5em;
}

@media (max-width: 959px) {
  .LP-04 h2 span {
    font-size: 0.65em;
    margin-bottom: 0;
  }
}
.LP-04 h2 span:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 3em;
  height: 2px;
  background: #db154e;
}

.LP-04 h2 i {
  color: #db154e;
  font-size: 9rem;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 959px) {
  .LP-04 h2 i {
    font-size: 2em;
  }
}
.LP-04 h2 strong {
  color: #dd9c00;
  font-size: 1.2em;
}

@media (max-width: 959px) {
  .LP-04 h2 strong {
    font-size: 1.15em;
  }
}
@media (max-width: 959px) {
  .LP-04 ul {
    width: 100%;
  }
}
.LP-04 li {
  position: relative;
  height: 353px;
}

@media (max-width: 959px) {
  .LP-04 li {
    height: auto;
    padding-top: 17em;
  }
}
.LP-04 li:nth-child(1) {
  background: url(../img/LP-04-02.jpg) no-repeat top left;
}

@media (max-width: 959px) {
  .LP-04 li:nth-child(1) {
    background-position: top center;
    background-size: 100% auto;
  }
}
.LP-04 li:nth-child(2) {
  background: url(../img/LP-04-03.jpg) no-repeat top left;
}

@media (max-width: 959px) {
  .LP-04 li:nth-child(2) {
    background-position: top center;
    background-size: 100% auto;
  }
}
.LP-04 li:nth-child(3) {
  height: 515px;
  background: url(../img/LP-04-04.jpg) no-repeat top left;
}

@media (max-width: 959px) {
  .LP-04 li:nth-child(3) {
    height: auto;
    background-position: top center;
    background-size: 100% auto;
  }
}
.LP-04 li + li {
  margin-top: 2em;
}

.LP-04 div {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53%;
  padding: 2.8em 1.8em 2.4em 2em;
  background: #fff;
  border: 2px solid #444;
  box-shadow: 7px 7px rgba(0, 0, 0, 0.1);
}

@media (max-width: 959px) {
  .LP-04 div {
    position: static;
    width: 90%;
    margin: 0 auto;
    padding: 2em 1.8em;
    border: 1px solid #444;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  }
}
.LP-04 h3 {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.2em;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: -1px;
}

@media (max-width: 959px) {
  .LP-04 h3 {
    font-size: 1.3em;
  }
}
.LP-04 h3 i {
  color: #db154e;
  font-size: 6rem;
  font-family: "Roboto", sans-serif;
  line-height: 100%;
}

@media (max-width: 959px) {
  .LP-04 h3 i {
    font-size: 2em;
  }
}
.LP-04 h3 p {
  margin-left: 1em;
  padding-left: 0.8em;
  border-left: 1px solid #ccc;
}

.LP-04 h3 span {
  color: #db154e;
  line-height: 1.5em;
}

.LP-04 h3 + p {
  line-height: 1.9em;
}

.LP-05 {
  padding: 0 0 100px 0;
  text-align: center;
}

@media (max-width: 959px) {
  .LP-05 {
    padding: 0;
  }
}
.LP-05 strong {
  display: block;
  padding-bottom: 0.8em;
  margin-bottom: 2em;
  color: #db154e;
  font-size: 2.4rem;
  line-height: 1.5em;
  background: linear-gradient(to bottom left, #eee 50%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #eee 50%, transparent 50%) top right/50% 100% no-repeat;
}

@media (max-width: 959px) {
  .LP-05 strong {
    padding-bottom: 0;
    font-size: 1em;
    line-height: 1.8em;
    background: #eee;
  }
}
@media (max-width: 959px) {
  .LP-05 strong .Box {
    display: block;
    padding-bottom: 1em;
    background: linear-gradient(to bottom left, #eee 50%, #fff 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #eee 50%, #fff 50%) top right/50% 100% no-repeat;
  }
}
@media (max-width: 959px) {
  .LP-05 a {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
}
.LP-06 {
  padding: 0 0 80px 0;
  margin-top: -25px;
}

@media (max-width: 959px) {
  .LP-06 {
    padding: 5em 0;
    margin-top: 0;
  }
}
.LP-06 .inner,
.LP-06 .LP-01 ul,
.LP-01 .LP-06 ul,
.LP-06 .LP-02 ul,
.LP-02 .LP-06 ul,
.LP-06 .LP-03 ul,
.LP-03 .LP-06 ul,
.LP-06 .LP-04 ul,
.LP-04 .LP-06 ul,
.LP-06 .LP-07 dl,
.LP-07 .LP-06 dl,
.LP-06 .LP-08 dl,
.LP-08 .LP-06 dl,
.LP-06 .LP-10 dl,
.LP-10 .LP-06 dl {
  position: relative;
  width: 760px;
  padding: 65px 45px 45px 45px;
  border: 4px solid #eee;
}

@media (max-width: 959px) {
  .LP-06 .inner,
  .LP-06 .LP-01 ul,
  .LP-01 .LP-06 ul,
  .LP-06 .LP-02 ul,
  .LP-02 .LP-06 ul,
  .LP-06 .LP-03 ul,
  .LP-03 .LP-06 ul,
  .LP-06 .LP-04 ul,
  .LP-04 .LP-06 ul,
  .LP-06 .LP-07 dl,
  .LP-07 .LP-06 dl,
  .LP-06 .LP-08 dl,
  .LP-08 .LP-06 dl,
  .LP-06 .LP-10 dl,
  .LP-10 .LP-06 dl {
    width: 95%;
    padding: 3.5em 8% 3em 8%;
    border: 2px solid #eee;
  }
}
@media (max-width: 560px) {
  .LP-06 .inner {
    padding: 3.5em 5% 3em 5%;
  }
}
.LP-06 .inner:before,
.LP-06 .LP-01 ul:before,
.LP-01 .LP-06 ul:before,
.LP-06 .LP-02 ul:before,
.LP-02 .LP-06 ul:before,
.LP-06 .LP-03 ul:before,
.LP-03 .LP-06 ul:before,
.LP-06 .LP-04 ul:before,
.LP-04 .LP-06 ul:before,
.LP-06 .LP-07 dl:before,
.LP-07 .LP-06 dl:before,
.LP-06 .LP-08 dl:before,
.LP-08 .LP-06 dl:before,
.LP-06 .LP-10 dl:before,
.LP-10 .LP-06 dl:before {
  content: url(../img/LP-06-01.png);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 959px) {
  .LP-06 .inner:before,
  .LP-06 .LP-01 ul:before,
  .LP-01 .LP-06 ul:before,
  .LP-06 .LP-02 ul:before,
  .LP-02 .LP-06 ul:before,
  .LP-06 .LP-03 ul:before,
  .LP-03 .LP-06 ul:before,
  .LP-06 .LP-04 ul:before,
  .LP-04 .LP-06 ul:before,
  .LP-06 .LP-07 dl:before,
  .LP-07 .LP-06 dl:before,
  .LP-06 .LP-08 dl:before,
  .LP-08 .LP-06 dl:before,
  .LP-06 .LP-10 dl:before,
  .LP-10 .LP-06 dl:before {
    content: "";
    width: 3.3em;
    height: 8em;
    background: url(../img/LP-06-01.png) no-repeat top center/100% auto;
  }
}
.LP-06 h2 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 959px) {
  .LP-06 h2 {
    font-size: 2.3em;
  }
}
.LP-06 h2:first-letter {
  color: #8d1126;
}

.LP-06 h2 i {
  display: block;
  font-size: 0.4em;
}

.LP-06 h3 {
  padding: 0.5em;
  margin: 1.5em auto 1em auto;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: #eee;
}

@media (max-width: 959px) {
  .LP-06 h3 {
    font-size: 1.2em;
    margin: 1.5em 2em 1em 2em;
  }
}
.LP-06 table {
  width: 50%;
  margin-bottom: 0.5em;
  text-align: left;
}

@media (max-width: 959px) {
  .LP-06 table {
    width: 100%;
    margin: 0 2em;
  }
}
@media (max-width: 560px) {
  .LP-06 table {
    margin: 0;
  }
}
.LP-06 table th,
.LP-06 table td {
  padding: 0.5em 0;
  font-size: 1.8rem;
}

@media (max-width: 959px) {
  .LP-06 table th,
  .LP-06 table td {
    font-size: 1em;
  }
}
.LP-06 table th {
  width: 43%;
  font-weight: normal;
}

@media (max-width: 959px) {
  .LP-06 table th {
    width: 46%;
    padding-left: 1em;
  }
}
.LP-06 table th:before {
  content: "・ ";
}

.LP-06 table td {
  width: 57%;
}

@media (max-width: 959px) {
  .LP-06 table td {
    width: 54%;
  }
}
.LP-06 p {
  font-size: 1.8rem;
  line-height: 1.8em;
}

@media (max-width: 959px) {
  .LP-06 p {
    font-size: 1em;
  }
}
.LP-06 .past {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.LP-06 .past .pastbox {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 959px) {
  .LP-06 .past .pastbox {
    width: 100%;
    padding: 15px 0;
  }
}
.LP-06 .past .pastbox:nth-child(1) {
  border-top: 1px solid #eeeeee;
}
.LP-06 .past .pastbox:nth-child(2) {
  border-top: 1px solid #eeeeee;
}
@media (max-width: 959px) {
  .LP-06 .past .pastbox:nth-child(2) {
    border-top: none;
  }
}
.LP-06 .past .pastbox:nth-child(odd) {
  border-right: 1px solid #eeeeee;
}
@media (max-width: 959px) {
  .LP-06 .past .pastbox:nth-child(odd) {
    border-right: none;
  }
}
.LP-06 .past .pastbox .imgbox {
  max-width: 100px;
  width: 100%;
  height: auto;
}
@media (max-width: 959px) {
  .LP-06 .past .pastbox .imgbox {
    max-width: 80px;
  }
}
.LP-06 .past .pastbox .textbox p {
  font-size: 13px;
}
.LP-06 .past .pastbox .textbox p strong {
  font-size: 15px;
}

.LP-07 {
  position: relative;
  padding: 85px 0 70px 0;
  background: #f3e283;
}

@media (max-width: 959px) {
  .LP-07 {
    padding: 5em 0 2em 0;
  }
}
.LP-07:before {
  content: url(../img/LP-07-01.png);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 959px) {
  .LP-07:before {
    content: "";
    width: 4.5em;
    height: 8em;
    background: url(../img/LP-07-01.png) no-repeat top center/100% auto;
  }
}
.LP-07 h2 {
  margin-bottom: 60px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 959px) {
  .LP-07 h2 {
    font-size: 1.5em;
    margin-bottom: 2.5em;
  }
}
.LP-07 dl {
  position: relative;
  padding: 35px 35px 10px 25px;
  background: #fff;
  border: 2px solid #222;
  box-shadow: 7px 7px rgba(0, 0, 0, 0.1);
}

@media (max-width: 959px) {
  .LP-07 dl {
    padding: 2em 1em;
    border: 1px solid #222;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  }
}
.LP-07 dl:before {
  content: url(../img/LP-07-02.png);
  position: absolute;
  top: 10px;
  left: 10px;
}

@media (max-width: 959px) {
  .LP-07 dl:before {
    content: "";
    width: 1.8em;
    height: 1.8em;
    background: url(../img/LP-07-02.png) no-repeat top center/100% auto;
  }
}
.LP-07 dl:after {
  content: url(../img/LP-07-03.png);
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media (max-width: 959px) {
  .LP-07 dl:after {
    content: "";
    width: 1.8em;
    height: 1.8em;
    background: url(../img/LP-07-03.png) no-repeat bottom center/100% auto;
  }
}
.LP-07 dt {
  width: 22%;
  padding-bottom: 1em;
  text-align: center;
}

@media (max-width: 959px) {
  .LP-07 dt {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .LP-07 dt img {
    width: 50%;
  }
}
.LP-07 dt p {
  margin-top: 1em;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.7em;
}

.LP-07 dt span.SP {
  display: inline;
}

.LP-07 dd {
  width: 76%;
  padding-bottom: 2em;
}

@media (max-width: 959px) {
  .LP-07 dd {
    width: 100%;
  }
}
.LP-07 dd p {
  line-height: 1.8em;
}

.LP-07 dl + dl {
  margin-top: 30px;
}

@media (max-width: 959px) {
  .LP-07 dl + dl {
    margin-top: 1.5em;
  }
}
.LP-07 + a img {
  display: block;
  margin: 3em auto;
}

@media (max-width: 959px) {
  .LP-07 + a img {
    width: 95%;
    margin: 2em auto;
  }
}
.LP-08 {
  padding: 60px 0;
  background: #b5d6eb;
}

@media (max-width: 959px) {
  .LP-08 {
    padding: 2.5em 0 4em 0;
  }
}
.LP-08 dl + dl {
  margin-top: 70px;
}

@media (max-width: 959px) {
  .LP-08 dl + dl {
    margin-top: 2em;
  }
}
.LP-08 dt {
  text-align: center;
  margin-bottom: -105px;
}

@media (max-width: 959px) {
  .LP-08 dt {
    padding: 0 7% 0 5%;
    margin-bottom: -4em;
  }
}
.LP-08 dd {
  margin: 0 8px 8px 0;
  padding: 145px 40px 40px 40px;
  background: #fff;
  border: 2px solid #222;
  box-shadow: 7px 7px rgba(0, 0, 0, 0.1);
}

@media (max-width: 959px) {
  .LP-08 dd {
    padding: 6em 1.5em 3em 1.5em;
    border: 1px solid #222;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  }
}
.LP-08 dd h3 {
  padding: 0.5em;
  margin-bottom: 2em;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  background: #eee;
}

@media (max-width: 959px) {
  .LP-08 dd h3 {
    margin: 0 2em 1em 2em;
  }
}
.LP-08 dd p {
  line-height: 1.9em;
}

.LP-09 {
  position: relative;
  padding: 80px 0;
  background: url(../img/LP-09-bk.png) center center/cover;
}

.LP-09:before {
  content: url(../img/LP-09-01.png);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 959px) {
  .LP-09:before {
    content: "";
    top: -1.3em;
    width: 4em;
    height: 8em;
    background: url(../img/LP-09-01.png) no-repeat top center/100% auto;
  }
}
.LP-09 h2 {
  margin-bottom: 1.35em;
  color: #fff;
  font-size: 3rem;
  text-align: center;
}

@media (max-width: 959px) {
  .LP-09 h2 {
    font-size: 1.5em;
    margin-bottom: 1.5em;
  }
}
.LP-09 h2 i {
  font-size: 1.2em;
}

.LP-09 .LP-01 ul,
.LP-01 .LP-09 ul,
.LP-09 .LP-02 ul,
.LP-02 .LP-09 ul,
.LP-09 .LP-03 ul,
.LP-03 .LP-09 ul,
.LP-09 .LP-04 ul,
.LP-04 .LP-09 ul,
.LP-09 .LP-07 dl,
.LP-07 .LP-09 dl,
.LP-09 .LP-08 dl,
.LP-08 .LP-09 dl,
.LP-09 .LP-10 dl,
.LP-10 .LP-09 dl {
  padding: 35px 0 30px 0;
  width: 600px;
  border: 2px solid #222;
  background: #fff;
  box-shadow: 7px 7px rgba(0, 0, 0, 0.1);
}

.LP-09 .inner {
  padding: 35px 0 30px 0;
  width: 960px;
  border: 2px solid #222;
  background: #fff;
  box-shadow: 7px 7px rgba(0, 0, 0, 0.1);
}

@media (max-width: 959px) {
  .LP-09 .inner,
  .LP-09 .LP-01 ul,
  .LP-01 .LP-09 ul,
  .LP-09 .LP-02 ul,
  .LP-02 .LP-09 ul,
  .LP-09 .LP-03 ul,
  .LP-03 .LP-09 ul,
  .LP-09 .LP-04 ul,
  .LP-04 .LP-09 ul,
  .LP-09 .LP-07 dl,
  .LP-07 .LP-09 dl,
  .LP-09 .LP-08 dl,
  .LP-08 .LP-09 dl,
  .LP-09 .LP-10 dl,
  .LP-10 .LP-09 dl {
    width: 80%;
    padding: 1em 0;
    border: 1px solid #222;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  }
  .LP-09 .inner {
    padding: 1em;
  }
}
.LP-09 img {
  display: block;
  margin: 0 auto 1em auto;
}

@media (max-width: 959px) {
  .LP-09 img {
    width: 75%;
  }
}
.LP-09 h3 {
  padding-left: 0.5em;
  color: #da2e5f;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: -1px;
  text-align: center;
}

@media (max-width: 959px) {
  .LP-09 h3 {
    font-size: 0.95em;
    line-height: 3em;
  }
  .LP-09 h3 p {
    line-height: 1.8em;
  }
}
@media (max-width: 560px) {
  .LP-09 h3 {
    font-size: 1em;
  }
}
.LP-09 h3 i {
  font-size: 2rem;
  color: #FFF;
  background: #da2e5f;
  padding: 2px 10px;
  margin-right: 10px;
}

.LP-09 h3 span {
  font-size: 2.6rem;
  color: #333333;
}

.LP-09 h3 strong {
  font-size: 5rem;
  font-weight: 700;
  color: #da2e5f;
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: #f5ef4b;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.LP-09 h3 strong small {
  font-size: 2.6rem;
}

.LP-09 ul {
  margin: 2em 14em 2.5em 14em;
}

@media (max-width: 959px) {
  .LP-09 ul {
    margin: 1.5em 1em 2em 1em;
  }
}
.LP-09 li {
  display: block;
}

.LP-09 li + li {
  padding-top: 0.8em;
  margin-top: 0.8em;
  border-top: 1px solid #eee;
}

.LP-09 h4 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -1px;
}

@media (max-width: 959px) {
  .LP-09 h4 {
    font-size: 1em;
    line-height: 1.4em;
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media (max-width: 560px) {
  .LP-09 h4 {
    font-size: 1.1em;
  }
}
.LP-09 h4:before {
  content: "●";
  color: #a81939;
  font-size: 0.6em;
  margin-right: 0.5em;
}

.LP-09 h4 + p {
  margin-top: 0.5em;
  font-size: 2rem;
  line-height: 1.6em;
}

@media (max-width: 959px) {
  .LP-09 h4 + p {
    font-size: 0.85em;
  }
}
@media (max-width: 560px) {
  .LP-09 a {
    width: 100%;
  }
  .LP-09 a img {
    width: 96%;
  }
}
.LP-10 {
  position: relative;
  padding: 85px 0;
  background: url(../img/LP-10-bk.png) center center/cover;
}

@media (max-width: 959px) {
  .LP-10 {
    padding: 4em 0;
  }
}
.LP-10:before {
  content: url(../img/LP-10-01.png);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 959px) {
  .LP-10:before {
    content: "";
    width: 3.5em;
    height: 8em;
    background: url(../img/LP-10-01.png) no-repeat top center/100% auto;
  }
}
.LP-10 h2 {
  margin-bottom: 1.35em;
  color: #db154e;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 959px) {
  .LP-10 h2 {
    font-size: 1.5em;
    margin-bottom: 1.5em;
  }
}
.LP-10 h2 i {
  font-size: 1.2em;
}

.LP-10 dl {
  background: #fff;
  border: 2px solid #222;
  box-shadow: 7px 7px rgba(0, 0, 0, 0.1);
}

@media (max-width: 959px) {
  .LP-10 dl {
    border: 1px solid #222;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  }
}
.LP-10 dl + dl {
  margin-top: 30px;
}

@media (max-width: 959px) {
  .LP-10 dl + dl {
    margin-top: 1.5em;
  }
}
.LP-10 dt {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 23px 40px 23px 25px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
  cursor: pointer;
}

@media (max-width: 959px) {
  .LP-10 dt {
    padding: 1em;
    font-size: 1.05em;
  }
}
.LP-10 dt:before {
  content: "Q";
  margin-right: 0.65em;
  color: #c19645;
  font-size: 5rem;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 959px) {
  .LP-10 dt:before {
    font-size: 2em;
    margin-right: 0.4em;
  }
}
.LP-10 dt:after {
  content: "＋";
  margin-left: auto;
  font-size: 1.3em;
  font-weight: normal;
}

.LP-10 dt.active:after {
  content: "－";
}

.LP-10 dd p {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 15px 35px 25px 30px;
  border-top: 2px solid #eee;
  font-size: 1.6rem;
  line-height: 1.85em;
}

@media (max-width: 959px) {
  .LP-10 dd p {
    font-size: 0.9em;
    padding: 1em 1em 2em 1em;
  }
}
.LP-10 dd p:before {
  content: "A";
  margin-right: 0.65em;
  color: #c19645;
  font-size: 5rem;
  line-height: 100%;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 959px) {
  .LP-10 dd p:before {
    font-size: 2.3em;
    margin-right: 0.5em;
  }
}
.LP-10 .AccordionArea {
  display: none;
}

.LP-11 {
  position: relative;
  padding: 65px 0;
  background: #f3e283;
}

@media (max-width: 959px) {
  .LP-11 {
    padding: 3em 0;
  }
}
.LP-11 h2 {
  margin-bottom: 2.1em;
  font-size: 4rem;
  text-align: center;
}

@media (max-width: 959px) {
  .LP-11 h2 {
    margin-bottom: 4em;
    font-size: 1.4em;
    letter-spacing: -1px;
  }
}
.LP-11 .inner,
.LP-11 .LP-01 ul,
.LP-01 .LP-11 ul,
.LP-11 .LP-02 ul,
.LP-02 .LP-11 ul,
.LP-11 .LP-03 ul,
.LP-03 .LP-11 ul,
.LP-11 .LP-04 ul,
.LP-04 .LP-11 ul,
.LP-11 .LP-07 dl,
.LP-07 .LP-11 dl,
.LP-11 .LP-08 dl,
.LP-08 .LP-11 dl,
.LP-11 .LP-10 dl,
.LP-10 .LP-11 dl {
  height: 742px;
  max-width: 967px;
  padding: 0 35px 115px 35px;
  background: url(../img/LP-11-bk.png) no-repeat top left;
  border: 1px solid transparent;
}

@media (max-width: 959px) {
  .LP-11 .inner,
  .LP-11 .LP-01 ul,
  .LP-01 .LP-11 ul,
  .LP-11 .LP-02 ul,
  .LP-02 .LP-11 ul,
  .LP-11 .LP-03 ul,
  .LP-03 .LP-11 ul,
  .LP-11 .LP-04 ul,
  .LP-04 .LP-11 ul,
  .LP-11 .LP-07 dl,
  .LP-07 .LP-11 dl,
  .LP-11 .LP-08 dl,
  .LP-08 .LP-11 dl,
  .LP-11 .LP-10 dl,
  .LP-10 .LP-11 dl {
    position: relative;
    width: 96%;
    max-width: 96%;
    height: auto !important;
    max-height: auto !important;
    padding: 0 4% 0 4%;
    background: url(../img/LP-11-bk_sp.png) no-repeat top center/100% auto;
  }
}
.LP-11 h3 {
  margin-top: -50px;
  text-align: center;
}

@media (max-width: 959px) {
  .LP-11 h3 {
    margin: 0;
    width: 104.5%;
    position: absolute;
    top: -3em;
    left: -2.5%;
  }
}
.LP-11 h3 + ul {
  margin-top: 5em;
}

@media (max-width: 959px) {
  .LP-11 h3 + ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.LP-11 h3 + ul li {
  position: relative;
  width: 32%;
  padding: 85px 30px 10px 30px;
  text-align: center;
  background: #f9f0c1;
}

@media (max-width: 959px) {
  .LP-11 h3 + ul li {
    width: 48%;
    padding: 7em 1em 0.3em 1em;
  }
}
@media (max-width: 959px) {
  .LP-11 h3 + ul li:nth-child(1) {
    width: 55%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    padding: 4em 1em 0.3em 1em;
  }
}
.LP-11 h3 + ul li:before {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 959px) {
  .LP-11 h3 + ul li:before {
    top: -1.8em;
    width: 4.5em;
    height: 8em;
  }
}
.LP-11 h3 + ul li:nth-child(1):before {
  content: url(../img/LP-11-02.png);
}

@media (max-width: 959px) {
  .LP-11 h3 + ul li:nth-child(1):before {
    content: "";
    background: url(../img/LP-11-02.png) no-repeat top center/100% auto;
  }
}
.LP-11 h3 + ul li:nth-child(2):before {
  content: url(../img/LP-11-03.png);
}

@media (max-width: 959px) {
  .LP-11 h3 + ul li:nth-child(2):before {
    top: 1em;
    content: "";
    background: url(../img/LP-11-03.png) no-repeat top center/100% auto;
  }
}
.LP-11 h3 + ul li:nth-child(3):before {
  content: url(../img/LP-11-04.png);
}

@media (max-width: 959px) {
  .LP-11 h3 + ul li:nth-child(3):before {
    top: 1em;
    content: "";
    background: url(../img/LP-11-04.png) no-repeat top center/100% auto;
  }
}
.LP-11 h3 + ul h4 {
  margin-bottom: 0.4em;
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: bold;
}

@media (max-width: 959px) {
  .LP-11 h3 + ul h4 {
    font-size: 1.3em;
    margin-bottom: 1em;
  }
}
.LP-11 h3 + ul strong {
  color: #8d1126;
  font-size: 2rem;
  line-height: 1.2;
}

@media (max-width: 959px) {
  .LP-11 h3 + ul strong {
    font-size: 0.8em;
  }
}
.LP-11 h3 + ul strong i {
  display: block;
  font-size: 1.3em;
}

.LP-11 ul + ul {
  margin-top: 2.5em;
}

@media (max-width: 959px) {
  .LP-11 ul + ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3.5em;
  }
}
.LP-11 ul + ul li {
  position: relative;
  width: 23%;
  padding: 40px 10px 10px 10px;
  text-align: center;
  border: 4px solid #eee;
}

@media (max-width: 959px) {
  .LP-11 ul + ul li {
    width: 48%;
    padding: 2.5em 0.5em 0.5em 0.5em;
    border: 2px solid #eee;
  }
}
@media (max-width: 959px) {
  .LP-11 ul + ul li:nth-child(1),
  .LP-11 ul + ul li:nth-child(2) {
    margin-bottom: 3em;
  }
}
.LP-11 ul + ul li:before {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 959px) {
  .LP-11 ul + ul li:before {
    top: -1.8em;
    width: 3em;
    height: 8em;
  }
}
.LP-11 ul + ul li:nth-child(1):before {
  content: url(../img/LP-11-05.png);
}

@media (max-width: 959px) {
  .LP-11 ul + ul li:nth-child(1):before {
    content: "";
    background: url(../img/LP-11-05.png) no-repeat top center/100% auto;
  }
}
.LP-11 ul + ul li:nth-child(2):before {
  content: url(../img/LP-11-06.png);
}

@media (max-width: 959px) {
  .LP-11 ul + ul li:nth-child(2):before {
    content: "";
    background: url(../img/LP-11-06.png) no-repeat top center/100% auto;
  }
}
.LP-11 ul + ul li:nth-child(3):before {
  content: url(../img/LP-11-07.png);
}

@media (max-width: 959px) {
  .LP-11 ul + ul li:nth-child(3):before {
    content: "";
    background: url(../img/LP-11-07.png) no-repeat top center/100% auto;
  }
}
.LP-11 ul + ul li:nth-child(4):before {
  content: url(../img/LP-11-08.png);
}

@media (max-width: 959px) {
  .LP-11 ul + ul li:nth-child(4):before {
    content: "";
    background: url(../img/LP-11-08.png) no-repeat top center/100% auto;
  }
}
.LP-11 ul + ul h4 {
  margin-bottom: 0.4em;
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: bold;
}

@media (max-width: 959px) {
  .LP-11 ul + ul h4 {
    font-size: 1.2em;
    margin-bottom: 0.6em;
  }
}
.LP-11 ul + ul p {
  color: #8d1126;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 959px) {
  .LP-11 ul + ul p {
    font-size: 1em;
  }
}
.LP-11 ul + strong {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 0.8em;
  color: #db154e;
  font-size: 5.4rem;
}

@media (max-width: 959px) {
  .LP-11 ul + strong {
    font-size: 2.4em;
    margin: 1em auto 1.7em auto;
  }
}
@media (max-width: 560px) {
  .LP-11 ul + strong {
    font-size: 2.4em;
    margin: 0.8em auto 1.7em auto;
  }
}
.LP-11 ul + strong i {
  font-size: 1.35em;
  margin-left: 0.2em;
}

.LP-11 ul + strong:before {
  content: url(../img/LP-11-09.png);
  margin-right: 0.3em;
}

@media (max-width: 959px) {
  .LP-11 ul + strong:before {
    content: "";
    width: 1.2em;
    height: 2em;
    background: url(../img/LP-11-09.png) no-repeat center center/100% auto;
  }
}
.LP-11 .inner + h2,
.LP-11 .LP-01 ul + h2,
.LP-01 .LP-11 ul + h2,
.LP-11 .LP-02 ul + h2,
.LP-02 .LP-11 ul + h2,
.LP-11 .LP-03 ul + h2,
.LP-03 .LP-11 ul + h2,
.LP-11 .LP-04 ul + h2,
.LP-04 .LP-11 ul + h2,
.LP-11 .LP-07 dl + h2,
.LP-07 .LP-11 dl + h2,
.LP-11 .LP-08 dl + h2,
.LP-08 .LP-11 dl + h2,
.LP-11 .LP-10 dl + h2,
.LP-10 .LP-11 dl + h2 {
  margin: 0.9em auto;
  font-size: 3rem;
  font-weight: bold;
}

@media (max-width: 959px) {
  .LP-11 .inner + h2,
  .LP-11 .LP-01 ul + h2,
  .LP-01 .LP-11 ul + h2,
  .LP-11 .LP-02 ul + h2,
  .LP-02 .LP-11 ul + h2,
  .LP-11 .LP-03 ul + h2,
  .LP-03 .LP-11 ul + h2,
  .LP-11 .LP-04 ul + h2,
  .LP-04 .LP-11 ul + h2,
  .LP-11 .LP-07 dl + h2,
  .LP-07 .LP-11 dl + h2,
  .LP-11 .LP-08 dl + h2,
  .LP-08 .LP-11 dl + h2,
  .LP-11 .LP-10 dl + h2,
  .LP-10 .LP-11 dl + h2 {
    font-size: 1.5em;
    margin: 1.8em auto 1em auto;
  }
}
.LP-11 h2 + img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 959px) {
  .LP-11 img.PC {
    display: none;
  }
}
.LP-11 img.SP {
  display: none;
}

@media (max-width: 959px) {
  .LP-11 img.SP {
    display: block;
    width: 96%;
    margin: 0 auto;
  }
}
.LP-11 + a img {
  clear: both;
  display: block;
  margin: 3em auto;
}

@media (max-width: 959px) {
  .LP-11 + a img {
    width: 96%;
    margin: 2em auto 1em auto;
  }
}
.LP-12 {
  padding: 120px 0 160px 0;
  text-align: center;
  background: url(../img/LP-03-bk.png);
}

@media (max-width: 959px) {
  .LP-12 {
    padding: 4.5em 0 7em 0;
  }
}
.LP-12 h2 {
  margin-bottom: 110px;
  font-size: 4rem;
  font-weight: bold;
}

@media (max-width: 959px) {
  .LP-12 h2 {
    font-size: 1.5em;
    margin-bottom: 3.5em;
  }
}
.LP-12 .inner,
.LP-12 .LP-01 ul,
.LP-01 .LP-12 ul,
.LP-12 .LP-02 ul,
.LP-02 .LP-12 ul,
.LP-12 .LP-03 ul,
.LP-03 .LP-12 ul,
.LP-12 .LP-04 ul,
.LP-04 .LP-12 ul,
.LP-12 .LP-07 dl,
.LP-07 .LP-12 dl,
.LP-12 .LP-08 dl,
.LP-08 .LP-12 dl,
.LP-12 .LP-10 dl,
.LP-10 .LP-12 dl {
  max-width: 750px;
}

@media (max-width: 959px) {
  .LP-12 .inner,
  .LP-12 .LP-01 ul,
  .LP-01 .LP-12 ul,
  .LP-12 .LP-02 ul,
  .LP-02 .LP-12 ul,
  .LP-12 .LP-03 ul,
  .LP-03 .LP-12 ul,
  .LP-12 .LP-04 ul,
  .LP-04 .LP-12 ul,
  .LP-12 .LP-07 dl,
  .LP-07 .LP-12 dl,
  .LP-12 .LP-08 dl,
  .LP-08 .LP-12 dl,
  .LP-12 .LP-10 dl,
  .LP-10 .LP-12 dl {
    width: 80%;
    padding: 0 1em 2em 1em;
  }
}
.LP-12 h3 {
  margin-bottom: 0.8em;
  font-size: 4rem;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}

.LP-12 h3:first-letter {
  color: #8d1126;
}

@media (max-width: 959px) {
  .LP-12 h3 {
    font-size: 1.6em;
    margin-bottom: 0.7em;
  }
}
.LP-12 p {
  margin-bottom: 2em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7em;
}

@media (max-width: 959px) {
  .LP-12 p {
    font-size: 1.1em;
    margin-bottom: 1.5em;
  }
}
.LP-12 img {
  display: block;
  padding: 1.5em;
  margin: 0 auto;
  border: 1px solid #eee;
}

.LP-12 ul {
  position: relative;
  padding-bottom: 25px;
  background: #fff;
  border: 4px solid #eee;
}

@media (max-width: 959px) {
  .LP-12 ul {
    padding-bottom: 0;
    border: 2px solid #eee;
  }
}
.LP-12 ul:before {
  content: url(../img/LP-12-01_ico.png);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 959px) {
  .LP-12 ul:before {
    content: "";
    top: -1.3em;
    width: 3em;
    height: 2.2em;
    background: url(../img/LP-12-01_ico.png) no-repeat top center/100% auto;
  }
}
.LP-12 ul li {
  padding: 70px 0 20px 0;
  text-align: center;
}

@media (max-width: 959px) {
  .LP-12 ul li {
    padding: 4em 0 0 0;
  }
}
.foot-nav {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}
.foot-nav li {
  padding: 0 15px;
}
.foot-nav li:first-child {
  border-right: 1px solid #333;
}
@media (max-width: 959px) {
  .foot-nav {
    padding-bottom: 160px;
  }
}
@media (max-width: 560px) {
  .foot-nav {
    padding-bottom: 120px;
  }
}

.LP-fixd-bnr {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
@media (max-width: 959px) {
  .LP-fixd-bnr {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 575px) {
  .LP-fixd-bnr {
    display: block;
    max-width: 180px;
  }
}

.LP-bnr {
  text-align: center;
  padding: 3em 1em 2rem;
}/*# sourceMappingURL=style.css.map */