@charset "utf-8";
.searchad_first {
  background: url("/images/apple/service_apple_bg_00.png") 70px 10px no-repeat, url("/images/apple/service_apple_bg_01.png") calc(100% - 100px) 30px no-repeat;
}
.searchads_description {
  text-align: center;
}
.searchads_description span {
  font-weight: bold;
  color: #0d0d0d;
  font-size: 18px;
}
.searchads_description p {
  color: #0d0d0d;
  font-size: 21px;
}
.searchad_first .service_description_block {
  text-align: center;
}

/*about*/
.about {
  text-align: center;
}
.about img {
  width: 100%;
}
.about img:nth-child(2) {
  margin-bottom: 0;
}
.app_store {
  margin: 1.75em 0;
}
.app_graph > p {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.app_graph_contents  {
  margin-top: 18px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.app_graph_contents > div {
  margin-right: 4%;
  width: 25%;
}
.app_graph_contents > div:last-child {
  margin-right: 0;
}
.app_graph > p.quote {
  margin-top: 10px;
  font-size: 12px;
}

/*features*/
.features .service_description_block {
  width: 48.5%;
  margin: 0 auto;
}
.block .left img,
.block .right img,
.block .left_third img,
.block .center_third img,
.block .right_third img {
  width: auto;
  height: auto;
}
.block .right_third img {
  min-height: 114px;
}

/*merits*/
.merit_content {
  height: 200px;
  margin-bottom: 16px;
}
.merits img {
  display: block;
  margin: auto;
}
.merits_content {
  margin-bottom: 28px;
}
.merit_title {
  margin-top: 20px;
  margin-bottom: 16px;
}

/*support*/
.support {
  margin-top: 112px;
}
.support .content {
  width: 100%;
  margin-top: 36px;
}
.support_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 16px auto 64px auto;
  max-width: 1136px;
}
.support_img {
  max-width: 556px;
  max-height: 324px;
  overflow: hidden;
}
.support_img img {
  width: 100%;
}
.support_text {
  margin-left: 24px;
  max-width: 468px;
}
.support_text .subtitle {
  line-height: 1;
  margin-bottom: 9px;
}

/* plan */
.apple_plan .service_content {
  padding-bottom: 5px;
}

@media screen and (min-width: 721px) and (max-width: 1024px) {
  .merits .block {
    overflow: visible;
  }
  .merits .block:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .merit_title {
    font-size: 18px;
  }
  .merit_title.nowrap_text {
    margin-left: -0.5em;
  }
}

@media screen and (max-width: 750px) and (min-width: 721px) {
  .service_x_large_text.font_size {
    font-size: 30px;
  }
}

@media screen and (max-width: 720px) {
  .searchad_first {
    background-position-x: 3.75vw, calc(100% - 3.75vw);
    -webkit-background-size: calc(100vw * 243 / 640) calc(100vw * 243 / 640), calc(100vw * 243 / 640) calc(100vw * 243 / 640);
    -moz-background-size: calc(100vw * 243 / 640) calc(100vw * 243 / 640), calc(100vw * 243 / 640) calc(100vw * 243 / 640);
    background-size: calc(100vw * 243 / 640) calc(100vw * 243 / 640), calc(100vw * 243 / 640) calc(100vw * 243 / 640);
  }
  .features .title_main {
    line-height: 1.25;
  }
  .features .section_title {
    height: 18.75vw;
  }
  .app_graph_contents {
    display: block;
  }
  .app_graph_contents > div {
    margin: 0 auto 24px;
    width: 100%;
    max-width: 200px;
  }
  .app_graph_contents > div:last-child {
    margin-right: auto;
  }
  .merits .center_third,
  .merits .right_third,
  .merits .left,
  .merits .right {
    margin-top: 64px;
  }
  .merits_content {
    margin-bottom: 0;
  }
  .support_block {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .support_img {
    margin-top: 24px;
    width: 100%;
    max-width: 560px;
    width: 87.5%;
  }
  .support_text {
    max-width: 560px;
    margin-left: 0;
    width: 87.5%;
  }
}
@media screen and (min-width: 481px) and (max-width: 720px) {
  .service_recommend_right {
    height: 190px;
  }
}
@media screen and (max-width: 640px) {
  .support {
    margin-top: calc(20vw - 16px);
  }
}
@media screen and (min-width: 481px) {
  .about img.hidden_pc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .searchad_first >p {
    letter-spacing: calc(0.625vw - 3px);
  }
  .service_recommend_right.mobile_high {
    height: 180px;
  }
  .about img.hidden_sp {
    display: none;
  }
  .about img.sp_img {
    max-width: 190px;
  }
  .app_graph > p {
    font-size: 18px;
  }
}

.service_contact_form dd.service_contact_privacy{
  padding-left: calc(100% * 32 / 560);
  padding-right: calc(100% * 32 / 560);
  text-align: left;
  font-size: 15px;
  text-indent: -39px;
  margin-left: 39px;
}