@charset "UTF-8";

/* ======================= BASE ====== */
/* Scoped to .kaitorirobo-lp-wrap to avoid breaking the WordPress theme */
.kaitorirobo-lp-wrap,
.kaitorirobo-lp-wrap div,
.kaitorirobo-lp-wrap span,
.kaitorirobo-lp-wrap h1,
.kaitorirobo-lp-wrap h2,
.kaitorirobo-lp-wrap h3,
.kaitorirobo-lp-wrap h4,
.kaitorirobo-lp-wrap h5,
.kaitorirobo-lp-wrap h6,
.kaitorirobo-lp-wrap p,
.kaitorirobo-lp-wrap blockquote,
.kaitorirobo-lp-wrap pre,
.kaitorirobo-lp-wrap a,
.kaitorirobo-lp-wrap img,
.kaitorirobo-lp-wrap small,
.kaitorirobo-lp-wrap strong,
.kaitorirobo-lp-wrap sub,
.kaitorirobo-lp-wrap sup,
.kaitorirobo-lp-wrap b,
.kaitorirobo-lp-wrap u,
.kaitorirobo-lp-wrap i,
.kaitorirobo-lp-wrap dl,
.kaitorirobo-lp-wrap dt,
.kaitorirobo-lp-wrap dd,
.kaitorirobo-lp-wrap ol,
.kaitorirobo-lp-wrap ul,
.kaitorirobo-lp-wrap li,
.kaitorirobo-lp-wrap fieldset,
.kaitorirobo-lp-wrap form,
.kaitorirobo-lp-wrap label,
.kaitorirobo-lp-wrap table,
.kaitorirobo-lp-wrap caption,
.kaitorirobo-lp-wrap tbody,
.kaitorirobo-lp-wrap tfoot,
.kaitorirobo-lp-wrap thead,
.kaitorirobo-lp-wrap tr,
.kaitorirobo-lp-wrap th,
.kaitorirobo-lp-wrap td,
.kaitorirobo-lp-wrap article,
.kaitorirobo-lp-wrap section,
.kaitorirobo-lp-wrap nav {
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}



.kaitorirobo-lp-wrap ol,
.kaitorirobo-lp-wrap ul {
  list-style: none;
}


.fg,
#faq dl dd {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.fm,
#faq dl dt,
#reserve table th,
.kaitorirobo-lp-footer h5,
.kaitorirobo-lp-footer p,
#thanks h1 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.kaitorirobo-lp-wrap .flex {
  display: flex;
  justify-content: space-around;
}

.kaitorirobo-lp-wrap .wrap {
  max-width: 960px;
  width: 80%;
  margin: 0 auto;
}

.kaitorirobo-lp-header {
  text-align: center;
  background: url(../images/lp_img/header_back@3x.png) no-repeat;
  height: 620px;
  overflow: hidden;
  background-size: cover;

}

.hand {
  position: absolute;
  bottom: -63px;
  right: -13%;
  width: 461px;
}

.head_area {
  position: relative;
  height: 100%;
}

.kaitorirobo-lp-header .head_area .header_img2 {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 63.3%;
}

.contact {
  width: 100%;
  background: #222233;
  text-align: center;
  z-index: 100;
  padding-bottom: 20px;
}

.contact p {
  padding: 14px 0 8px 0;
  font-size: 22px;
  color: #ffffff;
  display: block;
}

.contact h2 {
  text-align: center;
}

.contact h2 a {
  padding: 25px;
  font-size: 32px;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  max-width: 786px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  line-height: 1;
  border-radius: 12px;
  background-image: url(../images/lp_img/right_img@3x.png), linear-gradient(45deg, #26A0ED, #04DE8A);
  background-position: 91%;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0px -10px 18px 0px rgb(0 0 0 / 35%) inset;
  position: relative;
  z-index: 3;
  font-weight: bold;
  cursor: pointer;
}

.contact h2 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: 0.8s;
  background-image: url(../images/lp_img/right_img@3x.png), linear-gradient(45deg, #26A0ED, #04DE8A);
  background-position: 91%;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0px -10px 18px 0px rgb(0 0 0 / 35%) inset;
  border-radius: 12px;
  cursor: pointer;
}

.contact h2 a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  background-image: url(../images/lp_img/right_img@3x.png), linear-gradient(45deg, #04DE8A, #26A0ED);
  background-position: 91%;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0px -10px 18px 0px rgb(0 0 0 / 35%) inset;
  border-radius: 12px;
  cursor: pointer;
}



.trouble {
  width: 100%;
  background: url(../images/lp_img/trouble_back@3x.png) 100% center;
  padding-top: 80px;
  background-size: cover;
}

.trouble .sentence1 {
  padding-bottom: 65px;
}

.yelow_marker2 {
  margin: 0%;
  background: linear-gradient(transparent 70%, #FFFF00 45%);
  display: inline !important;
}

.step_content {
  width: 80%;
  margin: 0 auto;
}

.trouble .sentence1 p {
  font-size: 38px;
  color: #BB0000;
  border-radius: 40px;
  padding: 16px 44px;
  box-sizing: content-box;
  max-width: 810px;
  /* height: 70px; */
  line-height: 1;
  margin: 0 auto;
  background: #ffffff;
  font-weight: bold;
  width: 84.3%;
  /* display: inline-block; */
  text-align: center;
}

.trouble .sentence2 {
  padding-bottom: 65px;
  width: 292px;
  height: auto;
  border: 4px solid #ffffff;
  border-radius: 30px;
}

.trouble .sentence2 {
  font-size: 30px;
  line-height: 1.7;
  padding: 28px 0;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.trouble .sentence3 {
  padding: 45px 0 80px 0;
  text-align: center;
}

.trouble .sentence3 p {
  font-size: 38px;
  color: #ffffff;
  font-weight: bold;
}

.red_bar {
  width: 100%;
  background: url(../images/lp_img/light@3x.png) no-repeat 89% #BB0000;
  position: relative;
}

.red_bar p {
  color: #ffffff;
  font-weight: bold;
  font-size: 38px;
  padding: 36.5px 0;
  position: relative;
  display: block;
  width: 798px;
  margin: 0 auto;
  line-height: 1;
}

.red_bar .check_btn {
  position: absolute;
  top: 17px;
  left: -7px;
  display: block;
}

.triangle {
  margin: 0 auto;
  width: 98px;
  border-top: 30px solid #BB0000;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: -29px;
  right: 50%;
  transform: translate(50%);
  border-top-width: 30px;
  z-index: 10;
}

.point_block {
  padding-top: 41px;
  background: #F5F5F5;
}

.point_block h2 {
  color: #222233;
  font-size: 24px;
  padding-bottom: 24px;
  text-align: center;
}

.point_block ul {
  justify-content: center;
  padding-bottom: 50px;
}

.point_block li {
  max-width: 232px;
  width: 30%;
  margin: 0 13px;
  border: solid 2px #BB0000;
  background: #ffffff;
}

.point_block li .point_letter {
  text-align: center;
}

.point_block li p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  display: block;
  color: #222233;
}

.point_block li span {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  display: block;
  color: #222233;
}

.point_block li strong {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  /* vertical-align: text-top; */
  line-height: 1;
  color: #222233;
}

.point_block .point_img {
  height: 170px;
  position: relative;
  width: 100%;
  max-width: 232px;
}

.point_block .point_img img {
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.point_letter {
  margin: 0 auto;
  padding: 20px 0;
  width: 174px;
  border-top: 2px solid #BB0000;
  color: #BB0000;
  font-weight: bold;
}

.app_block {
  width: 100%;
  background: url(../images/lp_img/app_back@3x.png) repeat;
  padding: 90px 0 80px 0;
}

.app_block span {
  color: #222233;
  font-size: 24px;
  text-align: center;
  display: block;
}

.app_block h2 {
  color: #222233;
  font-size: 38px;
  padding-bottom: 24px;
  text-align: center;
  display: block;
  font-weight: bold;
}

.app_block h3 {
  font-size: 24px;
  font-weight: bold;
  background: url(../images/lp_img/app_back@3x.png)#fff repeat;
}

.app_block span {
  font-size: 40px;
  color: #BB0000;
}

.app_block {
  color: #222233;
  font-size: 38px;
  text-align: center;
  display: block;
  position: relative;
}

.app_block ul {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.app_block li {
  width: 42%;
  max-width: 410px;
  border: 2px solid #BB0000;
  margin: 0 20px 30px 20px;
  position: relative;
  background: #222233;
}

.app_block li::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 0;
  height: 0;
  border-top: 14px solid #BB0000;
  border-right: 14px solid transparent;
}

.app_block li h3 {
  padding: 22px 0 15px;
}

.app_block li .app_block_sentence {
  background: #222233;
}

.app_block li p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.72;
  display: block;
  padding: 20px 22px 17px 23px;
  box-sizing: border-box;
}


.triangle2 {
  margin: 0 auto;
  width: 98px;
  border-top: 30px solid #ffffff;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: -29px;
  right: 50%;
  transform: translate(50%);
  border-top-width: 30px;
}

.flow {
  background: #EAF0F5;
  padding-top: 54px;
  padding-bottom: 41px;
}

.flow h3 img {
  margin: 0 auto;
  display: block;
  padding-bottom: 10px;
  width: 462px;

}

.detail_sentence {
  font-size: 18px;
  line-height: 1.72;
  text-align: center;
  padding-bottom: 24px;
  color: #222233;
}

.flow li {
  width: 30%;
  max-width: 288px;
  text-align: center;
  background: #ffffff;
  border: #BB0000 solid 2px;
  height: auto;
  margin-bottom: 32.5px;
  padding-bottom: 20px;
}

.img_box {
  width: 100%;
  height: 166px;
  position: relative;
}

.flow li span {
  display: block;
  position: absolute;
  font-size: 38px;
  color: #ffffff;
  background: #BB0000;
  top: 0;
  left: 0;
  width: 59px;
  height: 55px;
  z-index: 10;
}

.flow li img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#step3_img {
  max-width: 244px;
  width: 85%;
}


.app_footer_ttl {
  display: block;
  margin: 0 auto;
  max-width: 851px;
  width: 90%;
}

.intro {
  background: #EAF0F5;
  padding-top: 80px;
}

.intro ul {
  justify-content: space-between;
}

.intro .intro_left {
  width: 52%;
  max-width: 550px;
}

.intro .intro_left h3 {
  font-size: 43px;
  color: #BB0000;
  text-align: left;
  line-height: 1.7;
  padding-bottom: 35px;
  font-weight: bold;
}

.intro .intro_left p {
  font-size: 20px;
  color: #222233;
  text-align: left;
  padding-bottom: 80px;
  display: block;
  width: 466px;
}

.intro .intro_right {
  width: 46%;
  max-width: 448px;
  padding-top: 30px;
}

.example_block {
  background: url(../images/lp_img/app_back@3x.png) repeat;
  padding-top: 87px;
  padding-bottom: 87px;
}

.example {
  background: #ffffff;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.example .example_ttl {
  width: 100%;
  border-bottom: 2px solid #222233;
  margin-bottom: 23.5px;
}

.example h3 {
  color: #ffffff;
  font-weight: bold;
  background: #222233;
  display: inline-block;
  font-size: 28px;
}

.example span {
  font-size: 28px;
  display: inline-block;
  margin: 0 20px 0 17px;
}

.example strong {
  font-size: 28px;
  display: inline-block;
  font-weight: bold;
  color: #BB0000;
}

.example_li1_2 {
  max-width: 362px;
  width: 37.7%;
}

.example_li1_2 img {
  width: 100%;
}

.example .example_content {
  margin-bottom: 39px;
}

.example .example_content .example_li2 h4 {
  color: #fff;
  background: #222233;
  font-weight: bold;
  font-size: 24px;
  width: 82px;
  text-align: center;
  margin-bottom: 5px;
}

.example .example_content .example_li2 ul {
  list-style-type: square;
  padding: 20px 20px 10px 38px;
  border: #BB0000 1px solid;
}

.example .example_content .example_li2 ul li {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #222233;
}

.example .example_content .example_li2 ul li:nth-child(1) {
  padding-bottom: 40px;
}

.example_container {
  border-bottom: 3px solid #BB0000;
  position: relative;
}

.example_container p {
  text-align: center;
}


.triangle3 {
  margin: 0 auto;
  width: 98px;
  border-top: 30px solid #BB0000;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: -30px;
  right: 50%;
  transform: translate(50%);
  border-top-width: 30px;
}

.triangle3::before {
  margin: 0 auto;
  border-top: 30px solid #ffffff;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: 4px;
  right: 50%;
  transform: translate(50%);
  border-top-width: 30px;
  content: "";
}

.effect_content {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.effect_content li {
  background: #BB0000;
  border-radius: 10px;
  color: #ffffff;
  opacity: .7;
  width: 33%;
  max-width: 315px;
  padding-top: 24px;
}

.effect_content li p {
  text-align: center;
  font-size: 27px;
  line-height: 1.3;
  font-weight: bold;
}

.example .exa_sub {
  color: #222233;
}

.effect_content li p:nth-child(2) {
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  padding: 24px;
  font-weight: 400;
}

span.yelow_marker {
  margin: 0%;
  background: linear-gradient(transparent 70%, #d4912e 45%);
  display: inline;
}

span.yelow_marker strong {
  color: #ffffff;
  font-size: 44px;
  display: inline;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.example_li1 img {
  display: block;
}

.example_li1_1 {
  max-width: 326px;
  width: 33.9%;
}

.example_li1_1 img {
  width: 100%;
}

.example_li2 {
  width: 60.9%;
}

.circle {
  position: relative;
  display: inline-block;
  width: 210px !important;
  height: 210px;
  border-radius: 50% !important;
  background: #fff !important;
  border: 4px solid #BB0000;
}

.red {
  color: #BB0000;
}


.circle p {
  font-size: 28px !important;
  font-weight: bold;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  text-align: center;
  display: inline-block;

}

.p29 {
  padding: 29px 10px 0;
  box-sizing: content-box;
}

.contact_bottom {
  padding: 30px;
  background: #EAF0F5;
  position: relative;
}

.contact_bottom h2 {
  margin: 0 auto;
  display: block;
  width: 45.5%;
  max-width: 637px;
}

.contact_bottom:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  border: 50px solid transparent;
  border-top: 30px solid #EAF0F5;
  z-index: 1;
}

.bg_img {
  width: 340px;
  height: 289px;
  background: url("../images/lp_img/bg1@3x.png");
}

.step1_dis {
  width: calc(100% - 360px);
  line-height: 1.8;
  font-size: 24px;
  color: #222233;
}

.no {
  font-weight: bold;
  font-size: 50px;
  vertical-align: sub;
  line-height: 1;
  margin-right: 10px;
}

.step_headline {
  font-size: 28px;
  vertical-align: bottom;
  font-weight: bold;
  border-bottom: 1px solid #BB0000;
  line-height: 1;
  padding-bottom: 10px;
}

li.step1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step {
  padding: 80px 0;
}

.bg_img2 {
  width: 335px;
  height: 289px;
  background: url("../images/lp_img/bg2@3x.png");
}

.step1:nth-child(1) {
  margin-bottom: 30px;
}

.last_headline {
  padding: 40px;
  background: #222233;
}

.last_headline h2 {
  width: 57%;
  max-width: 798px;
  margin: 0 auto;
}

.last_headline h2 img {
  width: 100%;

}

.contact_form {
  background: #F8F8F8;
}

.contact_form .wrap {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
}

.bold {
  font-weight: bold;
}

.contact_form p {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  color: #222233;
}

.contact_form .red {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}

.contact_form h3 {
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.wpcf7-form-control-wrap {
  position: static !important;
  width: 100% !important;
  display: block !important;
}

.example:nth-child(1) {
  margin-bottom: 80px;
}

.Form {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 5px;
  }
}

.form-list {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .form-list {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 0px;
    padding-bottom: 10px;
    flex-wrap: wrap;
  }
}

.form-list-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 40px;
}

@media screen and (max-width: 480px) {
  .form-list-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}

.form-list-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .form-list-Label.isMsg {
    margin-top: 0;
  }
}

.form-reuired {
  border-radius: 6px;

  padding-top: 4px;
  padding-bottom: 4px;
  width: 46px;
  display: block;
  text-align: center;
  background: #BB0000;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .form-reuired {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
    margin-right: auto;
    margin-left: 10px;
  }
}

.form-list-Input {
  border: 1px solid #707070 !important;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px !important;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .form-list-Input {
    margin-left: 0;
    margin-top: 5px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}

.form-list-Textarea {
  border: 1px solid #707070 !important;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .form-list-Textarea {
    margin-top: 5px;
    margin-left: 0;
    height: 100px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  padding: 24px 125px !important;
  font-size: 32px !important;
  color: #ffffff !important;
  box-sizing: border-box !important;
  display: block !important;
  max-width: 415px !important;
  height: 80px !important;
  margin: 0 auto !important;
  line-height: 1 !important;
  border-radius: 12px !important;
  background-position: 68% !important;
  background-repeat: no-repeat, no-repeat !important;
  box-sizing: border-box !important;
  font-weight: bold !important;
  width: 100% !important;
  text-align: left !important;
  margin-top: 40px !important;
  position: relative !important;
  background-image: url(../images/lp_img/right_img@3x.png), linear-gradient(45deg, #26A0ED, #04DE8A) !important;
  box-shadow: 0px -10px 18px 0px rgb(0 0 0 / 35%) inset !important;
  background-size: 8px, 100% !important;
  cursor: pointer !important;
}

.Form-Btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: 0.8s;
  background-image: url(../images/lp_img/right_img@3x.png), linear-gradient(45deg, #26A0ED, #04DE8A);
  box-shadow: 0px -10px 18px 0px rgb(0 0 0 / 35%) inset;
  background-size: 8px, 100%;
  background-repeat: no-repeat, no-repeat;
  border-radius: 12px;
}

.Form-Btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: 0.8s;
  background-image: url(../images/lp_img/right_img@3x.png), linear-gradient(45deg, #04DE8A, #26A0ED);
  box-shadow: 0px -10px 18px 0px rgb(0 0 0 / 35%) inset;
  background-size: 8px, 100%;
  background-repeat: no-repeat, no-repeat;
  border-radius: 12px;
}




.Form-Btn:hover::before {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 10px !important;
    padding: 0px !important;
    width: 95% !important;
    height: 50px !important;
    font-size: 16px !important;
    text-align: center !important;
  }

  .contact_form p {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
  }
}

.kaitorirobo-lp-footer {
  padding: 20px 0;
  background: #222233;
}

.kaitorirobo-lp-footer img {
  display: block;
  width: 84px;
}

.kaitorirobo-lp-footer p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  line-height: 1;
}

.kaitorirobo-lp-wrap .sp {
  display: none !important;
}

.app_block .app_img {
  text-align: center;
}

.app_block .app_img img {
  width: 433px;
}

.small {
  font-size: 24px !important;
  display: inline !important;
}

.sentence2_center {
  margin-left: 10px;
  margin-right: 10px;
}

.middle_with {
  display: none !important;
}

img.sarani {
  width: 100%;
}

.contact h2 a:hover:before {
  opacity: 0;

}


.app_intro {
  width: 100%;
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}

img.grass {
  position: absolute;
  right: 0;
  bottom: 39px;
}

span.wpcf7-list-item {
  width: 80%;
  margin: 0 auto;
}

span.wpcf7-list-item-label {
  font-size: 12px;
  line-height: 1.5;
}

/************************************************
**************メディアクエリ***********************
************************************************/

@media screen and (max-width: 1200px) {
  .middle_with {
    display: block !important;
  }

  .example span {
    font-size: 20px;
    display: inline-block;
    margin: 0 5px 0 5px;
  }

  .effect_content li {
    background: #BB0000;
    border-radius: 10px;
    color: #ffffff;
    opacity: .7;
    width: 33%;
    max-width: 302px;
  }

  .effect_content li p {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
  }

  span.yelow_marker strong {
    color: #ffffff;
    font-size: 30px;
    display: inline;
  }

  .big_width {
    display: none !important;
  }

  .circle {
    position: relative;
    display: inline-block;
    width: 180px !important;
    height: 180px;
    border-radius: 50% !important;
    background: #fff !important;
    border: 4px solid #BB0000;
  }



  .p29 {
    padding: 29px 10px 0;
    box-sizing: content-box;
    width: 31% !important;
  }

}

@media screen and (max-width: 850px) {
  .app_block span {
    font-size: 35px;
    color: #BB0000;
  }

  .app_block li p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.72;
    display: block;
    padding: 20px 10px 17px 10px;
    box-sizing: border-box;
  }

}

@media screen and (max-width: 767px) {

  .example:nth-child(1) {
    margin-bottom: 40px;
  }

  .middle_with {
    display: none !important;
  }

  .kaitorirobo-lp-wrap .sp {
    display: block !important;
  }

  .kaitorirobo-lp-wrap .pc {
    display: none !important;
  }


  .wrap {
    max-width: 480px;
    width: 95%;
    margin: 0 auto;
  }


  .kaitorirobo-lp-header {
    background: url(../images/lp_img/header_back@3x.png) no-repeat;
    height: 455px;
    position: relative;
  }

  .hand {
    position: absolute;
    top: 50%;
    right: 0;
    width: 216px;
    transform: translateY(-50%);
    z-index: 2;
  }

  .head_area {
    position: relative;
    height: 100%;
    max-width: 475px;
    margin: 0 auto;
  }

  .white {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }

  .head_dis {
    max-width: 342.5px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
  }

  .headline_sp {
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 3;
    width: 250px;
  }

  .contact p {
    padding: 20px 0 6px 0;
    font-size: 14px;
    color: #ffffff;
    display: block;
  }

  .contact h2 a {
    padding: 19px 10px 17px 10px;
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    display: block;
    max-width: 355px;
    margin: 0 auto;
    line-height: 1;
    border-radius: 12px;
    background-image: url(../images/lp_img/right_img@3x.png), linear-gradient(45deg, #26A0ED, #04DE8A);
    background-position: 85%;
    background-repeat: no-repeat, no-repeat;
    box-shadow: 0px -10px 18px 0px rgb(0 0 0 / 35%) inset;
    height: 50px;
    width: 95%;
    margin: 0 auto;
    background-size: 8px, 100%;

  }

  .contact h2 a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    transition: 0.8s;
    background-image: url(../images/lp_img/right_img@3x.png), linear-gradient(45deg, #26A0ED, #04DE8A);
    background-position: 95%;
    background-repeat: no-repeat, no-repeat;
    box-shadow: 0px -10px 18px 0px rgb(0 0 0 / 35%) inset;
    border-radius: 12px;
    cursor: pointer;
    background-size: 8px, 100%;
  }

  .contact h2 a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    background-image: url(../images/lp_img/right_img@3x.png), linear-gradient(45deg, #04DE8A, #26A0ED);
    background-position: 95%;
    background-repeat: no-repeat, no-repeat;
    box-shadow: 0px -10px 18px 0px rgb(0 0 0 / 35%) inset;
    border-radius: 12px;
    cursor: pointer;
  }

  .trouble {
    width: 100%;
    background: url(../images/lp_img/trouble_back@3x.png) 100% center;
    padding-top: 40px;
  }

  .trouble_line {
    font-size: 19px;
    color: #BB0000;
    border-radius: 0px;
    padding: 18px 0px;
    box-sizing: content-box;
    /* height: 70px; */
    line-height: 1.7;
    margin: 0 auto;
    background: #ffffff;
    font-weight: bold;
    width: 84.3%;
    /* display: inline-block; */
    text-align: center;
    width: 100%;
  }

  .trouble .sentence1 {
    padding-bottom: 20px;
  }

  .trouble .flex {
    display: block;

  }

  .trouble .sentence2 {
    font-size: 16px;
    line-height: 1;
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    margin: 0 auto 20px;
  }

  .trouble .sentence2 br {
    display: none;
  }

  .trouble .sentence3 {
    padding: 0 0 40px 0;
  }

  .trouble .sentence3 p {
    font-size: 19px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
  }

  .red_bar p {
    color: #ffffff;
    font-weight: bold;
    font-size: 19px;
    padding: 20px 0;
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    line-height: 1.7;
    text-align: center;
  }

  .red_bar .check_btn {
    position: absolute;
    top: 11px;
    left: 45px;
    display: block;
    width: 20px;
  }

  .red_bar {
    width: 100%;
    background: url(../images/lp_img/light@3x.png) no-repeat 90% #BB0000;
    position: relative;
    background-size: 60px;
  }

  .triangle {
    margin: 0 auto;
    width: 49px;
    border-top: 32px solid #BB0000;
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    position: absolute;
    bottom: -17px;
    right: 50%;
    transform: translate(50%);
    border-top-width: 25px;
    z-index: 10;
  }

  .app_block {
    width: 100%;
    background: url(../images/lp_img/app_back@3x.png) repeat;
    padding: 40px 0;
  }

  .app_block .app_img img {
    width: 216px;
  }

  .app_block h2 {
    color: #222233;
    font-size: 16px;
    padding-bottom: 8px;
    text-align: center;
    display: block;
    font-weight: bold;
  }

  .app_intro {
    width: 100%;
    position: relative;
    max-width: 320px;
    margin: 0 auto;
  }

  .grass {
    position: absolute;
    top: 33px;
    right: 0;
    width: 50px;
  }

  .app_block li {
    width: 100%;
    max-width: none;
    border: 2px solid #BB0000;
    margin: 0 auto 10px;
    position: relative;
  }

  .app_block h3 {
    font-size: 20px;
    font-weight: bold;
  }

  .app_block span {
    font-size: 29px;
    color: #BB0000;
  }

  .app_block li p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.72;
    display: block;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
  }

  .triangle2 {
    margin: 0 auto;
    width: 50px;
    border-top: 35px solid #ffffff;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    position: absolute;
    bottom: -29px;
    right: 50%;
    transform: translate(50%);
    border-top-width: 30px;
    z-index: 0;
  }

  .small {
    font-size: 20px !important;
    display: inline !important;
  }

  .flow {
    background: #EAF0F5;
    padding-top: 40px;
    padding-bottom: 40px;
  }



  .flow h3 img {
    margin: 0 auto;
    display: block;
    padding-bottom: 10px;
    max-width: 434px;
    width: 100%;
  }

  .detail_sentence {
    font-size: 14px;
    line-height: 1.72;
    text-align: left;
    padding-bottom: 20px;
  }

  .detail_sentence br {
    display: none;
  }

  .flow .flex {
    display: block;
  }

  .flow li span {
    position: absolute;
    font-size: 38px;
    color: #ffffff;
    background: #BB0000;
    top: 0;
    left: 0;
    width: 59px;
    height: 55px;
    display: none;
  }

  .flow li {
    width: 100%;
    max-width: none;
    text-align: left;
    background: #ffffff;
    border: #BB0000 solid 2px;
    /* height: 236px; */
    margin-bottom: 5px;
    display: flex;
    padding-bottom: 0;
  }





  .img_box {
    width: 134px;
    height: 97px;
    position: relative;
    margin-right: 20px;
  }

  .flow li .step1 {
    width: 101px;
  }

  .flow li .step2 {
    width: 98px;
  }

  .flow li .step3 {
    width: 118px
  }

  .img_box:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 2px;
    height: 80px;
    background-color: #BB0000;
    transform: translateY(-50%);
  }

  .flow li .red {
    color: #BB0000;
    font-weight: bold;
    font-size: 14px;

  }

  .step_content {
    width: calc(100% - 134px);
    display: flex;
    align-items: center;
  }

  .flow li .red {
    color: #BB0000;
    font-weight: bold;
    font-size: 14px;
    display: inline !important;
    position: static;
    background: none;
  }

  .app_footer_ttl {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    margin-top: 40px;
  }

  .intro {
    background: #EAF0F5;
    padding-top: 40px;
  }

  .intro .flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .intro .intro_right {
    width: 100%;
    max-width: 448px;
    padding-top: 0px;
  }

  .intro .intro_right img {
    width: 100%;
  }

  .intro .intro_left {
    width: 100%;
    max-width: 550px;
  }

  .intro .intro_left h3 {
    font-size: 23px;
    color: #BB0000;
    text-align: left;
    line-height: 1.7;
    padding-bottom: 12px;
    font-weight: bold;
  }

  .intro .intro_left p {
    font-size: 14px;
    color: #222233;
    text-align: left;
    padding-bottom: 40px;
    display: block;
    width: 100%;
  }

  .example_block {
    background: url(../images/lp_img/app_back@3x.png) repeat;
    padding-top: 40px;
  }

  .example h3 {
    color: #ffffff;
    font-weight: bold;
    background: #222233;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 6px;
  }

  .example span {
    font-size: 14px;
    display: block;
    margin: 0px;
    line-height: 1;
    margin-bottom: 6px;
  }

  .example strong {
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    color: #BB0000;
  }

  .example .example_ttl {
    width: 100%;
    border-bottom: 2px solid #222233;
    margin-bottom: 10px;
  }

  .example_block .flex2 {
    display: block;
  }

  .example_li1_2 {
    max-width: none;
    width: 100%;
  }

  .example .example_content .example_li2 h4 {
    color: #fff;
    background: #222233;
    font-weight: bold;
    font-size: 14px;
    width: 47px;
    text-align: center;
    margin-bottom: 5px;
  }

  .example_li2 {
    width: 100%;
  }

  .example .example_content .example_li2 ul {
    list-style-type: square;
    padding: 20px 17px 20px 25px;
    border: #BB0000 1px solid;
  }

  .example .example_content .example_li2 ul li {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
  }

  .example .example_content .example_li2 ul li:nth-child(1) {
    padding-bottom: 20px;
  }

  .example .example_content {
    margin-bottom: 20px;
  }

  .after {
    width: 192px;
  }

  .triangle3::before {
    margin: 0 auto;
    border-top: 30px solid #ffffff;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    position: absolute;
    bottom: 4px;
    right: 50%;
    transform: translate(50%);
    border-top-width: 20px;
    content: "";
  }

  .triangle3 {
    margin: 0 auto;
    width: 52px;
    border-top: 30px solid #BB0000;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    position: absolute;
    bottom: -21px;
    right: 50%;
    transform: translate(50%);
    border-top-width: 20px;
  }

  .effect_content {
    display: block;
    justify-content: space-between;
    margin-top: 40px;
  }

  .effect_content li {
    background: #BB0000;
    border-radius: 10px;
    color: #ffffff;
    opacity: .7;
    width: 100%;
    max-width: none;
    margin-bottom: 5px;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }

  span.yelow_marker strong {
    color: #ffffff;
    font-size: 22px;
    display: inline;
  }

  .effect_content .yelow_marker {
    font-size: 16px;
    font-weight: bold;
    display: inline;
    margin-bottom: 0px;
  }

  .effect_content li .effect_ttl {
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    width: 168px;
  }

  .effect_content li p:nth-child(2) {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    padding: 0;
    font-weight: "Hiragino Kaku Gothic ProN";
    width: calc(100% - 188px);
    text-align: left;
  }

  .example {
    background: #ffffff;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .example_li1_1 {
    max-width: none;
    width: 100%;
  }

  .circle {
    position: static;
    display: inline-block;
    width: 100% !important;
    height: auto;
    border-radius: 46px !important;
    background: #fff !important;
    border: 4px solid #BB0000;
    padding: 5px !important;
  }

  .circle p {
    font-size: 14px !important;
    font-weight: bold;
    /* left: 0; */
    /* top: 50%; */
    transform: translateY(0%);
    position: static;
    width: 100%;
    text-align: center;
    display: inline-block;
  }


  .circle p br {
    display: none;

  }

  li.p29 {
    width: 100% !important;
    box-sizing: border-box;
  }

  .example_block {
    padding-bottom: 40px;
  }

  .sarani {
    width: 299px;
    max-width: 100%;
  }

  .contact_bottom {
    padding: 20px 0;
    background: #EAF0F5;
    position: relative;
  }

  .contact_bottom h2 {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .contact_bottom:before {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    border: 26px solid transparent;
    border-top: 18px solid #EAF0F5;
    z-index: 1;
  }

  .step {
    padding: 40px 0;
  }

  li.step1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .step1_dis {
    width: 100%;
    line-height: 1.8;
    font-size: 14px;
  }

  .bg_img {
    max-width: 170px;
    height: auto;
    background: none;
    margin: 0 auto 15px;
    width: 100%;

  }

  .bg_img2 {
    max-width: 170px;
    height: auto;
    background: none;
    margin: 0 auto 15px;
  }

  .step1:nth-child(1) {
    margin-bottom: 30px;
    flex-direction: column-reverse;
  }

  .kaitorirobo-lp-wrap img.step1.sp {
    width: 95%;
    margin: 0 auto;
  }

  .kaitorirobo-lp-wrap img.step2.sp {
    width: 95%;
    margin: 0 auto;
  }

  .no {
    font-weight: bold;
    font-size: 25px;
    vertical-align: sub;
    line-height: 1;
    margin-right: 10px;
    vertical-align: text-bottom;
  }

  .last_headline {
    padding: 20px 0;
    background: #222233;
  }

  .last_headline h2 {
    width: 65.8%;
    min-width: 247px;
    margin: 0 auto;
  }

  .last_headline h2 img {
    width: 100%;
    min-width: 247px;
  }

  .contact_form .wrap {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .contact_form p {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0px;
    text-align: center;
  }

  .contact_form .red {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
  }

  .contact_form h3 {
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }

  .kaitorirobo-lp-footer p {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    line-height: 1;
    text-align: center;
  }

  .kaitorirobo-lp-footer img {
    display: block;
    width: 84px;
    margin: 0 auto;
  }

  .section_flow {
    flex-direction: column;
  }

  .w-100-mobile {
    width: 70% !IMPORTANT;
    padding-bottom: 1rem;
  }

  .m-top-dadmin {
    margin-top: 40px !IMPORTANT;
  }
}

.m-top-dadmin {
  margin-top: 80px;
}

