html {
  scroll-behavior: smooth;
  --text-red: #C10100;
}

body {
  min-width: 320px;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.625;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

img {
  max-width: 100%;
}

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

dl {
  margin: 0;
}

dl > dd {
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

.mt5 {
  margin-top: 5px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.textlink-blue {
  color: #0033cc;
}

.textcolor-red {
  color: #c10000;
}

p {
  margin: 0;
}

h2 {
  margin: 0;
}


.lp70--mv {
  padding-top: 100px;
  padding-bottom: 20px;
  width: 100%;
  background-image: url(/company/lp/lp70/img/mv_picture.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .lp70--mv {
    background-image: url(/company/lp/lp70/img/mv_picture_sp.png);
    padding-top: 60px;
    padding-bottom: 5px;
  }
}

.lp70--mv_catch-pc {
  max-width: 630px;
  width: 100%;
  margin: 40px 0 40px;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .lp70--mv_catch-pc {
    display: none;
  }
}

.lp70--mv_catch-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .lp70--mv_catch-sp {
    display: block;
    margin: 20px 0 80px;
  }
}

.lp70--mv_txt {
  max-width: 440px;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .lp70--mv p {
    font-size: 24px;
    text-stroke: 1px #FFF;
  }
}

@media screen and (max-width: 768px) {
    .lp70--mv {
        padding-top: 10px;
    }
		.lp70-cv_mv{
			padding-top: 20px;
		}
    .lp70--mv .lp70-cv-sp img{
        max-width: 100%;
    }
}
@media screen and (min-width: 769px) {
    .lp70--mv {
			background-size: initial;
			background-position: center;
			padding: 0px 0 30px;
    }
}


.lp70-cv {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .lp70-cv {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
}

.lp70-cv:hover {
  opacity: 0.9;
}

.lp70-cv-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .lp70-cv-sp {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .lp70-cv-pc {
    display: none;
  }
}

.lp70-cv_mv {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .lp70-cv_mv {
    margin-bottom: 20px;
  }
}

.lp70-cv_content {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .lp70-cv_content {
    margin-bottom: 0;
  }
}

.lp70-content {
  overflow: hidden;
  background-color: #F2F2F2;
}

.lp70-inner {
  max-width: 1030px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (min-width: 1920px) {
  .lp70-inner {
    width: 100%;
  }
}

.lp70--section-point {
  background-color: #F2F2F2;
  padding-bottom: 50px;
}

.lp70--section-title {
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}

.lp70--section-title::after {
  content: '';
  border-bottom: solid 4px #c10000;
  width: 50px;
  height: 4px;
  position: absolute;
  bottom: -30px;
  left: 0;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.lp70--section-title-white::after {
  content: '';
  border-bottom: solid 4px #fff;
}

@media only screen and (max-width: 400px) {
  .lp70--section-title .lp70--point_img-sp {
    max-width: 280px;
  }
}

.lp70--section-title-campaign-color {
  font-size: 44px;
  color: #c10000;
}

@media only screen and (max-width: 768px) {
  .lp70--section-title-campaign-color {
    font-size: 26px;
  }
}

.lp70--section-title-campaign-small {
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .lp70--section-title-campaign-small {
    font-size: 18px;
  }
}

.lp70-hover:hover {
  opacity: .6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lp70-header_txt {
  font-size: 12px;
  position: relative;
  max-width: 796px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lp70-header_txt::before {
  content: '';
  background-image: url(/company/lp/lp70/img/icon_aution.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

@media only screen and (max-width: 960px) {
  .lp70-header_txt::before {
    left: -10px;
  }
}

@media only screen and (max-width: 960px) {
  .lp70-header_txt {
    width: 95%;
    margin-right: -10px;
    margin-bottom: 0;
  }
}

.lp70--inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.lp70--reason {
  background-color: #d80c18;
  padding: 40px 0 0 0;
  position: relative;
  margin-bottom: 145px;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .lp70--reason {
    margin-bottom: 60px;
    padding: 40px 0 40px 0;
  }
}

.lp70--reason::after {
  content: '';
  background-image: url(/company/lp/lp70/img/reason_bg.png);
  background-size: cover;
  width: 100%;
  height: 145px;
  position: absolute;
  bottom: -144px;
  background-position-x: center;
  background-size: auto 100%;
}

@media only screen and (max-width: 768px) {
  .lp70--reason::after {
    height: 60px;
    bottom: -58px;
  }
}

.lp70--reason_title {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .lp70--reason_title {
    margin-bottom: 30px;
  }
}

.lp70--reason_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lp70--reason_list li {
  width: 31%;
  margin: 0 5px;
  z-index: 1;
}

.lp70--reason_list li:nth-child(n+4) {
  margin-top: 12px;
}

@media only screen and (max-width: 768px) {
  .lp70--reason_list li {
    max-width: 768px;
    width: 60%;
    text-align: center;
  }
  .lp70--reason_list li:nth-child(n+2) {
    margin-top: 10px;
  }
  .lp70--reason_list img{
    width: 100%;
  }
  .lp70--reason_list.lp70--reason_list-5 a{
    display: block;
    width: 100%;
  }
  
}

@media only screen and (max-width: 400px) {
  .lp70--reason_list li {
    max-width: 320px;
    width: 100%;
  }
}

.lp70--point-wrapper {
  -webkit-transform: skewY(-8deg);
          transform: skewY(-8deg);
}

.lp70--point_subtxt {
  text-align: left;
  margin-top: 15px;
  font-size: 12px;
}

.lp70--point-1 {
  background-color: #fff;
  -webkit-transform: skewY(8deg);
          transform: skewY(8deg);
  padding: 100px 0;
  -webkit-box-shadow: 0 20px 40px #0000000f;
          box-shadow: 0 20px 40px #0000000f;
}

@media only screen and (max-width: 768px) {
  .lp70--point-1 {
    padding: 60px 0;
  }
}

.lp70--point_tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  .lp70--point_tool {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

.lp70--point_tool_box {
  max-width: 460px;
  width: 100%;
}

.lp70--point_tool_box-ever {
  margin-right: 40px;
}

@media only screen and (max-width: 768px) {
  .lp70--point_tool_box-ever {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.lp70--point_tool_box-kabu {
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .lp70--point_tool_box-kabu {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .lp70--point_tool_box {
    max-width: unset;
  }
}

.lp70--point_tool_ranking {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lp70--point_tool_ttl {
  margin-bottom: 15px;
}

.lp70--point_ranking_subtxt{
   font-size: 12px;
   margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .lp70--point_tool_ttl {
    margin-top: 0;
  }
}

.lp70--point_tool_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lp70--point_tool p {
  font-size: 16px;
  margin-bottom: 40px;
}

.lp70--point_tool p > span {
  color: #c10000;
}

@media only screen and (max-width: 768px) {
  .lp70--point_tool p {
    margin-bottom: 20px;
  }
}

.lp70--point-2 {
  background-color: #f7f7f7;
  -webkit-transform: skewY(8deg);
          transform: skewY(8deg);
  padding: 100px 0 200px 0;
  -webkit-box-shadow: 0 7px 3px #00000014 inset;
          box-shadow: 0 7px 3px #00000014 inset;
  background-image: url(/company/lp/lp70/img/point-2_bg.png);
  background-position: right bottom;
}

@media only screen and (min-width: 1920px) {
  .lp70--point-2 {
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .lp70--point-2 {
    padding: 60px 0 80px 0;
  }
}

.lp70--point_ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .lp70--point_ranking {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.lp70--point_ranking_ttl {
  font-size: 28px;
  font-weight: bold;
}

.lp70--point_ranking_txt {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .lp70--point_ranking_txt {
    margin-top: 20px;
  }
}

.lp70--point_ranking_catch {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background-color: #C10000;
  padding: 10px 30px 14px 30px;
  max-width: 489px;
}

@media only screen and (max-width: 768px) {
  .lp70--point_ranking_catch {
    max-width: unset;
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    padding: 13px 15px 18px 15px;
  }
}

.lp70--point_ranking_catch .middletxt {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .lp70--point_ranking_catch .middletxt {
    font-size: 20px;
  }
}

.lp70--point_ranking_catch .bigtxt {
  font-size: 32px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .lp70--point_ranking_catch .bigtxt {
    font-size: 24px;
  }
}

.lp70--point_ranking_box img {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media only screen and (max-width: 768px) {
  .lp70--point_ranking_box img {
    max-width: 180px;
  }
}

.lp70--point_ranking_box-detail {
  max-width: 585px;
  margin-right: 70px;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .lp70--point_ranking_box-detail {
    max-width: unset;
    margin-right: 0;
    margin-bottom: 30px;
    margin-top: 0;
  }
}

.lp70--point-3 {
  background-color: #fff;
  -webkit-transform: skewY(8deg);
          transform: skewY(8deg);
  padding: 100px 0 120px 0;
  -webkit-box-shadow: 0 7px 8px #0000001f inset;
          box-shadow: 0 7px 8px #0000001f inset;
}

@media only screen and (max-width: 768px) {
  .lp70--point-3 {
    padding: 60px 0;
  }
}

.lp70--point_commission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .lp70--point_commission {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.lp70--point_commission_ttl {
  font-size: 28px;
  font-weight: bold;
}

.lp70--point_commission_img {
  margin: 15px 0;
}

.lp70--point_commission_txt {
  font-size: 22px;
  font-weight: normal;
  max-width: 450px;
  line-height: 2;
}

.lp70--point_commission_box-left {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .lp70--point_commission_box-left > img {
    max-width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .lp70--point_commission_box {
    width: 100%;
  }
}

.lp70--point_commission_box ul {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .lp70--point_commission_box ul {
    margin-bottom: 30px;
  }
}

.lp70--point_commission_box ul li {
  width: 100%;
}

.lp70--point_commission_box ul li:nth-child(n+2) {
  margin-top: 15px;
}

@media only screen and (max-width: 400px) {
  .lp70--point_commission_box ul li {
    max-width: 320px;
  }
}

.lp70--point-4 {
  background-color: #C10000;
  -webkit-transform: skewY(8deg);
          transform: skewY(8deg);
  padding: 100px 0 200px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .lp70--point-4 {
    padding: 60px 0 80px 0;
  }
}

.lp70--point-4_bg {
  position: absolute;
  background-position: 100% 110%;
  -webkit-transform: skewY(0deg);
          transform: skewY(0deg);
  bottom: 0;
  right: 0;
}

.lp70--point_ponta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  .lp70--point_ponta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .lp70--point_ponta_content {
    margin-left: auto;
    margin-right: auto;
  }
}

.lp70--point_ponta_content p {
  font-size: 16px;
  font-weight: normal;
  max-width: 670px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .lp70--point_ponta_content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}

.lp70--point_ponta_content p .middletxt {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .lp70--point_ponta_content p .middletxt {
    font-size: 22px;
  }
}

.lp70--point_ponta_content p .bigtxt {
  font-size: 28px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .lp70--point_ponta_content p .bigtxt {
    font-size: 24px;
  }
}

.lp70--point_ponta_content > img {
  max-width: 400px;
  width: 100%;
  display: block;
}

@media only screen and (max-width: 768px) {
  .lp70--point_ponta_content > img {
    max-width: 150px;
  }
}

.lp70--point-5 {
  padding: 100px 0 0 0;
  background-color: #f2f2f2;
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .lp70--point-5 {
    padding: 40px 0 0 0;
    margin-bottom: 40px;
  }
}

.lp70--point_plan {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .lp70--point_plan {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 400px) {
  .lp70--point_plan li .lp70--point_img-sp {
    max-width: 250px;
  }
}

.lp70--point_plan li:nth-child(n+2) {
  margin-top: 10px;
}

.lp70--point_plan li p {
  margin: 0;
  font-size: 13px;
}

.lp70--point_plan_ttl {
  text-align: center;
}

.lp70--point_plan_img {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lp70--point_plan_txt {
  font-size: 22px;
  font-weight: normal;
  max-width: 450px;
  line-height: 2;
}

.lp70--point_plan_txt > span {
  font-size: 30px;
  font-weight: bold;
}

.lp70--point_plan_subtxt {
  font-size: 12px;
}

.lp70--point_table {
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 15px;
}

.lp70--point_table_content {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border-collapse: collapse;
  border: 2px solid #ccc;
}

@media only screen and (max-width: 768px) {
  .lp70--point_table_content {
    font-size: 10px;
  }
}

.lp70--point_table_bigcategory th {
  background-color: #c10000;
  padding: 13px 10px;
  color: #fff;
  font-weight: normal;
  border-right: solid 1px #fff;
}

.lp70--point_table_bigcategory th:last-child {
  border-right: solid 1px #ccc;
}

.lp70--point_table_middlecategory th {
  background-color: #f2c1c4;
  padding: 13px 10px;
  font-weight: normal;
  border-right: solid 1px #fff;
}

.lp70--point_table_middlecategory th:first-child {
  border-left: solid 1px #ccc;
}

.lp70--point_table_middlecategory th:last-child {
  border-right: solid 1px #ccc;
}

@media only screen and (max-width: 768px) {
  .lp70--point_table_middlecategory th {
    padding: 13px 5px;
  }
}

.lp70--point_table_middlecategory_large {
  width: 13.35%;
}

.lp70--point_table_detail th, .lp70--point_table_detail td {
  padding: 15px 10px;
  border: solid 1px #fff;
  font-weight: normal;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .lp70--point_table_detail th, .lp70--point_table_detail td {
    padding: 15px 5px;
  }
}

.lp70--point_table_detail th {
  background-color: #f1f1f1;
}

.lp70--point_table_detail td {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

.lp70--point_table_detail_check {
  font-size: 50px;
  font-weight: bold !important;
  color: #c10000;
  outline: 5px solid #c10000;
  outline-offset: -5px;
}

.lp70--point_table_detail_check:hover {
  outline: 5px solid #c10000;
  outline-offset: -5px;
}

.lp70--point_table_detail_check .bigtxt {
  font-size: 90px;
}

@media only screen and (max-width: 768px) {
  .lp70--point_table_detail_check .bigtxt {
    font-size: 30px;
  }
}

.lp70--point_table_detail_check .bigtxt_border {
  border-bottom: solid 10px #fcebec;
}

@media only screen and (max-width: 768px) {
  .lp70--point_table_detail_check {
    font-size: 18px;
  }
}

.lp70--point_table_detail_point {
  background-color: #e5e5e5 !important;
}

.lp70--point_table_detail_ratio {
  background-color: #f1f1f1 !important;
}

.lp70--point_txt {
  font-size: 16px;
  margin-top: 40px;
  margin-top: 45px;
}

.lp70-topbtn {
  display: none;
  position: fixed;
  z-index: 1000;
  right: 25px;
  bottom: 150px;
  width: 90px;
  height: 90px;
}

@media only screen and (max-width: 768px) {
  .lp70-topbtn {
    right: 10px;
    bottom: 100px;
    width: 60px;
    height: 60px;
  }
}

.lp70-topbtn > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.lp70-topbtn > a:hover {
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s;
}

.lp70-footer {
  padding: 40px 0 25px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .lp70-footer {
    padding-top: 30px;
  }
}

.lp70-footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .lp70-footer-column {
    display: block;
  }
}

.lp70-footer-nav_box {
  margin-bottom: 50px;
}

@media only screen and (max-width: 400px) {
  .lp70-footer-nav_box {
    margin-bottom: 30px;
  }
}

.lp70-footer-nav h3 {
  font-size: 16px;
  font-weight: bold;
  color: #777777;
  text-align: left;
  padding: 1.5em 0;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .lp70-footer-nav h3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 400px) {
  .lp70-footer-nav h3 {
    font-size: 10px;
  }
}

.lp70-footer-company {
  margin-bottom: 15px;
}

.lp70-footer-company_box {
  color: #777777;
}

.lp70-footer-company_box > h3 {
  margin: 0 auto;
  padding: 0;
}

.lp70-footer-company_box > ul > li {
  font-size: 16px;
  font-weight: lighter;
}

@media only screen and (max-width: 768px) {
  .lp70-footer-company_box > ul > li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 400px) {
  .lp70-footer-company_box > ul > li {
    font-size: 10px;
  }
}

.lp70-footer-menu > li:nth-child(n+2) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .lp70-footer-menu > li:nth-child(n+2) {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .lp70-footer-menu > li:nth-child(n+2) {
    margin-top: 10px;
  }
}

.lp70-footer-menu > li > a {
  color: #0033cc;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.lp70-footer-menu > li > a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .lp70-footer-menu > li > a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 400px) {
  .lp70-footer-menu > li > a {
    font-size: 10px;
  }
}

.lp70-footer-note {
  margin-bottom: 15px;
  font-size: 16px;
  color: #777777;
  font-weight: lighter;
}

@media only screen and (max-width: 768px) {
  .lp70-footer-note {
    font-size: 14px;
  }
}

@media only screen and (max-width: 400px) {
  .lp70-footer-note {
    font-size: 10px;
  }
}

.lp70-footer_copyright {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 60px;
  border-top: solid 3px #d12022;
  padding-top: 14px 0 42px 0;
}

@media only screen and (max-width: 768px) {
  .lp70-footer_copyright {
    font-size: 14px;
  }
}

@media only screen and (max-width: 400px) {
  .lp70-footer_copyright {
    margin-top: 30px;
  }
}

.lp-header {
  z-index: 2000;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 320px;
  height: 73px;
}

@media only screen and (max-width: 768px) {
  .lp-header {
    height: 50px;
  }
}

.lp-header .lp-inner {
  height: 100%;
}
/*# sourceMappingURL=style.css.map */

@media only screen and (min-width: 768px) {
	.pc-none {
		display: none !important;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.tab-none {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	.sp-none {
		display: none !important;
	}
}



.newapp-point-list {
	overflow-x: scroll;
}
.newapp-point-inner {
	display: inline-flex;
	align-items: center;
	max-height: 100vh;
}
.newapp-point-item {
	display: flex;
	align-items: center;
    justify-content: center;
	gap: 15px;
	padding: 30px;
}
.newapp-point-item:nth-child(even) {
	background: #efefef;
}
img.newapp-point-img {
	max-height: 100vh;
	height: 440px;
	max-width: none;
}
@media only screen and (max-width: 768px) {
    .slick01 .slick-slide {
        padding: 0px !important;
    }
    .newapp-point-wrap__title {
        font-size: 18px !important;
    }
    .newapp-point-wrap {
        width: 100% !important;
    }
    .newapp-point-item {
        width: 100% !important;
        flex-direction: column-reverse;
    }
    img.newapp-point-img {
        width: 100%;
        height: auto;
    }
    img.newapp-point-img.hg {
        width: 60%;
        height: auto;
    }
}
.newapp-point-wrap {
	max-width: 92vw;
	width: 400px;
	text-align: center;
}
.newapp-point-wrap__icon {
	display: inline-block;
	padding: 0 20px;
	border-radius: 40px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.08em;
	background-color: #ff5700;
	box-shadow: -4px -4px 4px rgb(255, 255, 255), 4px 4px 6px rgba(0, 0, 0, 0.1);
}
.newapp-point-wrap__title {
	margin-top: 15px;
	font-size: 20px;
	color: #ff5700;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.08em;
}
.newapp-point-wrap__text {
	max-width: 400px;
	margin: 10px auto 0;
	font-size: 12px;
	text-align: left;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #666666;
}
@media screen and (min-width: 769px) {
	.newapp-point-item {
		gap: 30px;
		padding: 60px;
	}
	.newapp-point-wrap__icon {
		padding: 0 30px;
		font-size: 21px;
	}
	.newapp-point-wrap__title {
		margin-top: 30px;
		font-size: 24px;
		line-height: 1.75;
	}
	.newapp-point-wrap__text {
		margin: 20px auto 0;
		font-size: 14px;
	}
}
.swiper-wrapper{
  width: 1400px;
  height: 600px;
}
.swiper-controls{
  position: relative;
  display: flex;
  margin-bottom: 100px;
}
/*--------------------------------------------------*/
.slick01 .slick-slide {
    /*margin: 0 60px;*/
    padding: 60px 0;
    position: relative;
}

.slick01 .slick-slide .newapp-point-item {
    width: 80%;
    margin: 0 auto;
    transition: all 0.6s ease 0.4s;
    opacity: 0.8;
    overflow: hidden;
}

.slick01 .slick-slide.slick-current .newapp-point-item {
    transform: scale(1.2);
    opacity: 1;
}

/*.slick01 .slick-slide .newapp-point-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

/*.slick01 .slick-list .slick-track{
    display: flex;
    justify-content: center;
}*/

.slick01 .slick-next,
.slick01 .slick-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slick01 .slick-next::before,
.slick01 .slick-prev::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #09000d;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 24px;
    transform: rotate(45deg);
}

@media only screen and (min-width: 769px) {
    .slick01 .slick-next {
        right: 10% !important;
    }
    
    .slick01 .slick-prev {
        left: 10% !important;
    }
}

.slick01 .slick-next {
    right: 0;
}

.slick01 .slick-prev {
    left: 0;
}

.slick01 .slick-next::before {
    left: 20px;
}

.slick01 .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 22px;
}

.lp70--mv .caption {
    font-size: 12px;
    margin-top: 5px;
}





#point04_conts p {
  margin: 0;
}


@media only screen and (min-width: 769px) {
  .lp70--point-4 .reason-box {
    width: 1000px;
    padding: 0px;
    box-sizing: border-box;
  }
}



#point04_conts {
  background-color: white;
  padding: 40px 20px;  
}
#point04_conts p{
  color: #333;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  #point04_conts {
    background-color: white;
    padding: 60px 40px;
  }
}

#point04_conts .point04_conts_h3{
  color: var( --text-red,#C10100 );
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 0px;
}
#point04_conts .point04_conts_h4{
  color: var( --text-red,#C10100 );
  font-weight: 700;
  font-size: 18px;
   line-height: 1.2;
}
@media only screen and (min-width: 769px) {
  #point04_conts .point04_conts_h3{
    font-size: 28px;
  }
  #point04_conts .point04_conts_h4{
    font-size: 20px;
  }
}

#point04_conts .point04_conts_box {
  padding-top: 11px;
  border-top: 2px dotted #dddddd;
}
#point04_conts .point04_conts_box {
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  #point04_conts .point04_conts_box {
    padding-top: 20px;
  }
  #point04_conts .point04_conts_box {
    margin-bottom: 40px;
  }
}

#point04_conts .point04_conts_lead {
  margin-bottom: 20px;
}
#point04_conts p {
  font-size: 18px;
  line-height: 1.2;
}
#point04_conts .point04_conts_lead_image {
  text-align: center;
}
#point04_conts .point04_conts_lead .point04_conts_number {
  margin-bottom: 11px;
}
#point04_conts .point04_conts_lead .point04_conts_number img {
  width: 50px;
}
#point04_conts .point04_conts_lead .point04_conts_h4 {
  margin-top: 0;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  #point04_conts .point04_conts_lead {
    margin-bottom: 40px;
  }
  #point04_conts .point04_conts_lead .point04_conts_number {
    margin-bottom: 20px;
  }
  #point04_conts .point04_conts_lead .point04_conts_number img {
    width: 70px;
  }
  #point04_conts .point04_conts_lead .point04_conts_h4 {
    margin-top: 0;
  }
  #point04_conts .point04_conts_lead .point04_conts_lead_image{
    margin-top: 20px;
  }
  #point04_conts .point04_conts_lead.PCflex {
    display: flex;
    justify-content: space-between;
  }
  #point04_conts .point04_conts_lead.PCflex .point04_conts_lead_image {
    margin-top: 80px;
  }
  #point04_conts .point04_conts_lead img{
    max-width: 300px;
  }
  #point04_conts .point04_conts_lead_text p {
    font-size: 16px;
  }
  #point04_conts .point04_conts_lead_image ul {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
   #point04_conts .point04_conts_lead_image ul li {
    max-width: 300px;    
   }
   #point04_conts .point04_conts_lead_image p {
    font-size: 16px;
   }
}
@media only screen and (max-width: 768px) {
   #point04_conts .point04_conts_lead_image ul li:first-child {
    margin-bottom: 20px;
   }
}

#point04_conts .point04_conts_attention {
  border-top: 2px dotted #dddddd;
  padding-top: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  #point04_conts .point04_conts_attention {
    padding-top: 40px;
    margin-top: 40px;
  }
}


.marked-list {
  list-style: none;
}
.marked-list > li {
  position: relative;
  font-size: 12px;
  font-weight: bold;
}
.marked-list > li::before
 {
  position: absolute;
  left: 0;
  font-weight: inherit;
}
.marked-list--kome {
  font-size: 0.75em;
}
.marked-list--ordered {
  counter-reset: list-counter;
}
.marked-list--ordered > li {
  padding-left: 1.5em;
}
.marked-list--ordered > li::before {
  counter-increment: list-counter;
  content: counter(list-counter) ". ";
}
.marked-list--ordered .one-digit {
  padding-left: 1.5em;
}
.marked-list--ordered .two-digits {
  padding-left: 2em;
}
.marked-list--ordered .three-digits {
  padding-left: 2.5em;
}
.marked-list--kome {
  font-size: var(--fs-s);
}
.marked-list--kome > li {
  padding-left: 1.5em;
}
.marked-list--kome > li::before {
  content: "※";
}
.marked-list--ordered-kome {
  counter-reset: list-counter;
  font-size: var(--fs-s);
}
.marked-list--ordered-kome > li {
  padding-left: 2.2em;
}
.marked-list--ordered-kome > li::before {
  counter-increment: list-counter;
  content: "※" counter(list-counter);
}
.marked-list--ordered-kome .one-digit {
  padding-left: 2.2em;
}
.marked-list--ordered-kome .two-digits {
  padding-left: 2.7em;
}
.marked-list--ordered-kome .three-digits {
  padding-left: 3.2em;
}
.marked-list--ordered-asterisk {
  counter-reset: list-counter;
}
.marked-list--ordered-asterisk > li {
  padding-left: 1.5em;
}
.marked-list--ordered-asterisk > li::before {
  counter-increment: list-counter;
  content: "*" counter(list-counter);
}
.marked-list--ordered-asterisk .one-digit {
  padding-left: 1.5em;
}
.marked-list--ordered-asterisk .two-digits {
  padding-left: 2em;
}
.marked-list--ordered-asterisk .three-digits {
  padding-left: 2.5em;
}

.accordion-item {
  display: flex;
  flex-direction: column;
  background-color: var(--Semantic-Text-Text-White, #ffffff);
  border-radius: 12px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item .accordion-heading {
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s, background-color 0.3s ease;
  padding: 16px 64px 16px 24px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .accordion-item .accordion-heading:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .accordion-item .accordion-heading {
    padding: 16px 46px 16px 16px;
  }
}
.accordion-item .accordion-heading::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url("/company/lp/lp70/img/icon_accordion_plus.svg");
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .accordion-item .accordion-heading::after {
    width: 21px;
    height: 21px;
    background-size: 21px;
    right: 16px;
  }
}
.accordion-item .accordion-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 12px 45px 40px;
}
@media screen and (max-width: 768px) {
  .accordion-item .accordion-content {
    padding: 24px 16px;
  }
}
/* .accordion-item .accordion-content > .inner-content {
  overflow: hidden;
} */
.accordion-item.open .accordion-heading::after {
  background-image: url("/company/lp/lp70/img/icon_accordion_minus.svg");
}



/*---------------------------------------------*/
/* cpn� */
/*---------------------------------------------*/
.campaign__bnr{
	/* width:600px; */
  width: 100%;
	margin: 0 auto;
}
.lp70--cpn{
	padding: 40px 0;
}

.lp70--cpn_title{
	margin-bottom: 20px;
}
.lp70--cpn-bg-gray{
	background: #eeeeee;
}
.lp70--cpn .lp70--cpn_title{
	text-align: center;
}
/* @media screen and (max-width: 768px) {
  .campaign__bnr{
    width: 100%;
  }
} */
/*---------------------------------------------*/
/* moda */
/*---------------------------------------------*/
#lp70 button {
  cursor: pointer;
}

#lp70 button:hover {
  opacity: 0.7;
}

#lp70 button.modalOpen {
  font-family: "Noto sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: var(--bg-color);
  margin: 0 auto;
}

#lp70 .modal {
  display: none;
  position: fixed;
  /* z-index: 2; */
  z-index: 1000;
  left: 0;
  top: 0;
  /* height: 100%; */
  height: auto;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

#lp70 .modal-box {
  background-color: #fff;
  margin: 16vh auto;
  width: 1000px;
  height: 70vh;
  overflow-y: scroll;
  padding: 50px 0;
  box-sizing: border-box;
  animation-name: modalopen;
  animation-duration: 0.5s;
  position: relative;
}
#lp70 .modal-box .inner a {
  display: inline;
  color: #eb5505;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#lp70 .modalClose {
  position: fixed;
  top: calc(10vh + 20px);
  right: calc(50% - 450px);
  width: 70px;
  height: 70px;
  border-radius: 35px;
  color: #e60000;
  background-color: #ffffff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  border: 0;
  font-size: 40px;
  font-weight: 100;
  font-family: "Open sans", sans-serif;
}

#lp70 .modal-box .inner {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#lp70 .modal-box .inner h3 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center;
}

#lp70 .modal-box .inner h3 span {
  display: block;
  font-size: 20px;
  color: var(--red-color);
}

#lp70 .modal-box .inner table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#lp70 .modal-box .inner table th {
  width: 200px;
  text-align: left;
  background-color: #eee;
  border: 1px solid #ccc;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px;
  font-size: 16px;
}
#lp70 .modal-box .inner table td {
  width: 700px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
}
#modal1 .modal-note-list,
#modal2 .modal-note-list {
    margin-left: 30px;
}
#modal2 .modal-note-list.modal-note-small {
  margin-left: 1.5em;
}
#modal1 .modal-note-list li,
#modal2 .modal-note-list li {
    position: relative;
    padding-bottom: 10px;
}
#modal2 .modal-note-list.modal-note-small li {
  padding-bottom: 0;
}
#modal1 .modal-note-list li::before,
#modal2 .modal-note-list li::before {
  content: "※";
  width: 28px;
  height: 28px;
  position: absolute;
  left: -30px;
}
#modal2 .modal-note-list.modal-note-small li::before {
	left: -1.5em;
}
#modal1 .campaign-tokuten img,
#modal2 .campaign-tokuten img {
  max-width: 866px;
  margin: 0 auto;
  padding: 20px;
}
#modal1 .modal-red-midashi,
#modal2 .modal-red-midashi {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    background: #C1111A;
    color: #fff;
    padding: 1px 0;
}
#modal1 .modal-gray-midashi,
#modal2 .modal-gray-midashi {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    background: #7E7E7E;
    color: #fff;
    padding: 1px 0;
}
.scroll-wrapper {
  position: relative;
  overflow-x: auto;
}
  .campaign-table01{
  max-width: 622px;
}
  .campaign-table02{
  max-width: 596px;
}
  .campaign-table03{
  max-width: 749px;
}
.scroll-inner {
  min-width: 500px;
}
img.scroll-inner {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.scroll-hint {
  display: none;
}
  .scrolled .scroll-overlay,
  .scrolled .scroll-hint {
    opacity: 0;
  }

  @keyframes hintMove {
  0% { transform: translateX(0); opacity: 0.6; }
  50% { transform: translateX(-10px); opacity: 1; }
  100% { transform: translateX(0); opacity: 0.6; }
}

.scroll-hint {
  animation: hintMove 2s infinite ease-in-out;
}

.scrolled .scroll-hint {
  opacity: 0;
  pointer-events: none;
  animation: none;
}
.u-text-S{
  font-size: 12px;
}

/*�for SP�*/
@media screen and (max-width: 768px) {
  #lp70 button.modalOpen {
    font-size: calc(14 * (100vw / 375));
    gap: calc(10 * (100vw / 375));
  }
  
  #modal1 .modal-note-list,
  #modal2 .modal-note-list {
    margin-left: 22px;
	}
  #modal1 .modal-note-list li::before,
  #modal2 .modal-note-list li::before {
    left: -22px;
  }

  #lp70 .modal-box {
    margin: 6vh auto;
    width: calc(355 * (100vw / 375));
    height: 88vh;
    padding: calc(30 * (100vw / 375)) 0;
  }

  #lp70 .modalClose {
    /* top: calc(15vh - calc(20 * (100vw / 375))); */
    top: calc(6vh - calc(20 * (100vw / 375)));
    right: calc(50% - calc(150 * (100vw / 375)));
    width: calc(40 * (100vw / 375));
    height: calc(40 * (100vw / 375));
    border-radius: calc(20 * (100vw / 375));
    font-size: calc(20 * (100vw / 375));
  }

  #lp70 .modal-box .inner {
    width: calc(330 * (100vw / 375));
    margin: 0 auto;
  }

  #lp70 .modal-box .inner h3 {
    font-size: calc(16 * (100vw / 375));
    text-align: left;
    margin-bottom: calc(20 * (100vw / 375));
  }

  #lp70 .modal-box .inner h3 span {
    font-size: calc(13 * (100vw / 375));
  }

  #lp70 .modal-box .inner table {
    font-size: calc(14 * (100vw / 375));
    line-height: 1.6;
  }

  #lp70 .modal-box .inner table th {
    display: block;
    width: 100%;
    border-top: 3px solid #ccc;
    border-bottom: none;
    padding: calc(10 * (100vw / 375));
  }

  #lp70 .modal-box .inner table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: calc(14 * (100vw / 375));
  }

  #lp70 .modal-box .inner table td:last-child {
    border-bottom: 1px solid #ccc;
  }
  #modal1 .campaign-tokuten img,
  #modal2 .campaign-tokuten img {
    padding: 3vw 0vw;
    width:100%;
  }
 #modal1 .modal-red-midashi,
 #modal2 .modal-red-midashi {
        font-size: 18px;
  }
 #modal1 .modal-gray-midashi,
 #modal2 .modal-gray-midashi {
        font-size: 18px;
  }
  .scroll-wrapper {
    max-width: 80vw;
  }
	.scroll-hint {
	  display: block;
	  position: absolute;
	  top: 38px;
	  left: 113px;
	  width: 70px;
	  transition: opacity 0.3s ease;
	}
	#modal1 .modal-box,
	#modal2 .modal-box {
       /* margin: 15vh auto; */
       margin: 6vh auto;
  }
}

/* ///////////////////////// */

.u-text-indent {
	text-indent: -1em;
	margin-left: 1em;
}
.u-text-red {
	color: #d80c18;
}
.mb0 {
  margin-bottom: 0;
}


/*----------------------------------------
管理画面 header欄 記述から移行したもの
----------------------------------------*/
.reason-layout-center {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.reason-layout-center+.reason-layout-center {
    margin-top: 60px;
}

.reason-04-group {
    background-color: #fbf6f4;
    padding: 40px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.reason-04-ico {
    width: 60px;
}

.reason-04-cnt {
    width: 690px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reason-04-plus {
    margin: -20px auto;
    z-index: 1;
}

.reason-04-cnt p:nth-of-type(1) {
    color: hsl(21.1, 95.8%, 47.1%);
    font-size: 20px;
    font-weight: 700;
}

.reason-04-plus {
    margin: -50px auto;
    z-index: 1;
}

.reason-box {
    width: 940px;
    height: auto;
    background-color: var(--white-color);
    border-radius: 30px;
    padding: 60px;
    box-sizing: border-box;
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    .sp-view {
      display: none;
    }
    img {
        width: auto;
        vertical-align: bottom;
    }
    #page-container .u-text-S {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
    .reason-layout-center {
        display: flex;
        flex-direction: column;
        gap: calc(30 * (100vw / 375));
    }

    .reason-layout-center+.reason-layout-center {
        margin-top: 60px;
    }

    .pc-view {
        display: none;
    }

    .reason-box {
        width: calc(355 * (100vw / 375));
        border-radius: calc(20 * (100vw / 375));
        padding: 10px;
        margin: 0 auto;
    }

    .reason-04-group {
        background-color: #fbf6f4;
        padding: calc(20 * (100vw / 375));
        box-sizing: border-box;
        display: block;
    }

    .reason-04-ico {
        width: calc(60 * (100vw / 375));
        margin: 0 auto calc(10 * (100vw / 375));
    }

    .reason-04-cnt {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: calc(10 * (100vw / 375));
    }

    .reason-04-cnt p:nth-of-type(1) {
        color: hsl(21.1, 95.8%, 47.1%);
        font-size: calc(16 * (100vw / 375));
        font-weight: 700;
    }

    .reason-04-plus {
        width: calc(50 * (100vw / 375));
        margin: calc(5 * (100vw / 375)) auto;
    }
}

#reason-05 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

#reason-05 ul li {
    width: 390px;
    height: auto;
    gap: 5px;
    display: flex;
    flex-direction: column;
}

#reason-05 .reason-box__img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}

#reason-05 .reason-box__label {
    margin: 15px 0 10px;
    height: 40px;
}

#reason-05 .reason-box__label img {
    height: 40px;
}

@media screen and (min-width: 769px) {
    #page-container .u-text-M {
      font-size: 16px;
    }

    #page-container .u-text-S {
        font-size: 13px;
    }
}

/*----------------------------------------
PC時の中間サイズ調整
----------------------------------------*/


@media screen and (min-width: 769px) and (max-width: 1150px) {
  .lp70--section .lp70--inner {
    width: initial;
    padding-left: 30px;
    padding-right: 30px;
  }
  .reason-box {
    width: initial;
    padding: 60px 0px;
  }
  .lp70--point_tool_box-ever {
    margin-right: 0px;
  }
  .lp70--point_tool_box {
    width: initial;
    max-width: initial;
  }

  #lp70--point-3 .lp70--point_commission_box-left {
    width: 20%;
  }
  #lp70--point-3 .lp70--point_commission_box-detail {
    width: 65%;
  }
  
 .lp70--point-4 .reason-box {
    width: initial;
  }
  #lp70--point-4 .lp70--point_ponta_content {
    width: 100%;
  }

  #reason-05 ul {
    gap: 20px;
    justify-content: space-between;
  }
  #reason-05 ul li {
    width: 48%;
  }
  #reason-05 .reason-box__img img {
    width: 100%;
  }
}

/* KV */
@media screen and (min-width: 769px) and (max-width: 899px) {
  .lp70--mv {
    background-size: 2000px;
    background-position: calc(50% - 60px) 50%;
  }
  .lp70--mv_catch-pc{
    max-width: 560px;
  }
}
@media screen and (min-width: 900px) and (max-width: 999px) {
  .lp70--mv {
    background-position: calc(50% - 90px) 50%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1150px) {
  .lp70--mv {
    background-position: calc(50% - 50px) 50%;
  }
}
