@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.6;
  font-family: Helvetica, HiraKakuProN-W3, meiryo, メイリオ, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #545454;
  background: #ffffff;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* 以下共通 */
.container {
  width: 93%;
  margin: 0 auto;
}

.inner {
  width: 93%;
  margin: 0 auto;
}

.mt_small {
  margin-top: 10px;
}

.mt_mid {
  margin-top: 30px;
}

.mt_big {
  margin-top: 60px;
}

.red {
  color: #FF4343;
  font-weight: bold;
}

.red_big {
  color: #FF4343;
  font-weight: bold;
  font-size: 20px;
}

.blue {
  color: #3679dc;
  font-weight: bold;
}

.blue_big {
  color: #3679dc;
  font-weight: bold;
  font-size: 20px;
}

.pink {
  color: #e74880;
  font-weight: bold;
}

.pink_big {
  color: #e74880;
  font-weight: bold;
  font-size: 20px;
}

.green {
  color: #09BD07;
  font-weight: bold;
}

.green_big {
  color: #09BD07;
  font-weight: bold;
  font-size: 20px;
}

.yellow_marker {
  background: linear-gradient(transparent 50%, #f9f3a5 40%);
  font-weight: bold;
  font-size: 20px;
  display: inline;
}

.yellow_marker_small {
  background: linear-gradient(transparent 60%, #f9f3a5 60%);
  font-weight: bold;
  display: inline;
}

.image {
  margin-top: 10px;
}

.text_center {
  text-align: center;
}

.fv_warning {
  font-size: 14px;
  color: #ff4242;
  font-weight: bold;
  background: #fff3e0;
  margin-top: 15px;
  text-align: center;
  padding: 5px;
}

.warning_text span {
  display: inline-block;
}

/* ここからコンテンツ */
.header {
  border-top: 4px solid #333;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
  padding: 0.2em;
}

.header_logo {
  width: 250px;
  margin: 0 auto;
}

.head_ttl {
  background: #e9e9e9;
  font-weight: bold;
  color: #505050;
  font-size: 20px;
  margin: 50px 0 25px;
  padding: 7px 12px;
  border-radius: 4px;
}

/* アプリインストール */
.ap_box_title {
  text-align: center;
}

.ap_box {
  margin: 10px auto 0;
  padding: 10px;
  position: relative;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.box_top {
  display: flex;
  align-items: center;
}

.ap_icon {
  width: 80px;
}

.ap_text {
  font-size: 12px;
}

.box_top_right {
  margin-left: 5%;
  font-size: 14px;
  font-weight: bold;
}

/* star review */
.star_rating {
  position: relative;
  display: inline-block;
  word-break: normal !important;
}

.star_rating .star_rating_item {
  position: absolute;
  overflow: hidden;
}

.star_rating .star_rating_item:before {
  content: "★★★★★";
  color: #ffcc33;
}

.star_rating:after {
  content: "★★★★★";
  color: #ccc;
}

.dr_btn {
  width: 96%;
  margin: 20px auto 15px;
  border-radius: 8px;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
}

.dr_btn a {
  display: block;
  padding: 15px 0;
  border-radius: 8px;
  background: #00a6c9;
  border: 1px solid #00a6c9;
  border-bottom: solid 3px #004553;
  transition: 0.2s;
}

.dr_btn a:hover {
  color: #00a6c9;
  background: #fff;
}

.warning_text {
  color: rgb(255 72 72);
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}

/* FV */
.lp_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-top: 18px;
}

.date {
  font-size: 14px;
  margin: 20px 0 5px 0;
  color: #888;
}

/* SNSボタン */
.fab {
  color: #ffffff;
}

.sns_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.sns_width {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}

.tw {
  background: #00bfff;
}

.fb {
  background: #3b5998;
}

.line {
  background: #00c300;
}

.pocket {
  background: #ff0000;
}

/* 本文 */
.content {
  margin-top: 30px;
}

.experienceBox {
  margin-top: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
}

.experience_text {
  font-size: 14px;
  color: #747474;
  margin-top: 10px;
}

.experience_profile {
  font-size: 18px;
}


/* 導入部分 */
.box1_outer {
  position: relative;
  margin: 60px 0;
  padding: 1em 0.5em;
  border: solid 3px #00a6c9;
  border-radius: 8px;
  font-weight: bold;
}

.box1_title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #00a6c9;
  font-weight: bold;
}

.box1 {
  font-size: 14px;
  list-style: disc;
  margin-left: 1.5em;
}

.box1 li {
  margin-top: 0.2em;
  text-decoration: underline;
}

.balloon {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 50px auto 10px;
  padding: 5px;
  background: #ec3d5a;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
}

.balloon::after {
  content: "";
  border: 8px solid transparent;
  border-top-color: #ec3d5a;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
}

.balloon2 {
  position: relative;
  margin: 50px auto 10px;
  padding: 5px;
  background: #39ad00;
  font-weight: bold;
  color: #fff;
  display: block;
  border-radius: 4px;
  text-align: center;
  width: 70%;
  font-size: 18px;
}

.balloon2::after {
  content: "";
  border: 8px solid transparent;
  border-top-color: #39ad00;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
}

.jump {
  animation: 0.5s jump infinite alternate linear;
}

@keyframes jump {
  to {
    transform: transtateY(0);
  }

  from {
    transform: translateY(4px);
  }
}

.point_box {
  font-size: 14px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 0.8em;
  margin-top: 10px;
}

/* 見せ合いまで最短1分 */
.step_img {
  margin-top: 20px;
  border: 1px solid rgb(237 237 237);
  border-radius: 4px;
}

.call_image {
  width: 70%;
  margin: 30px auto 0;
}

/* コメント */
.comment_ttl_wrap {
  border-bottom: 3px solid #333;
  border-left: 12px solid #333;
  margin-top: 50px;
}

.comment_ttl {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  padding: 4px 10px;
}

/* コメント欄 */
.comment_box {
  background: #f6f6f6;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
}

.comment_pro_wrap {
  display: flex;
  align-items: center;
}

.pro_img {
  width: 50px;
}

.comment_pro_right {
  margin-left: 5%;
}

.comment_date {
  font-size: 14px;
}

.comment_text {
  margin-top: 15px;
  font-size: 14px;
}

.comment_name {
  font-size: 14px;
}



/* フッター */
.footer {
  background: #333333;
  text-align: center;
  padding-top: 10px;
}

.contact_box {
  width: 70%;
  margin: 20px auto 10px;
}

.contact_box a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 30px;
  color: #fff;
  border: 2px solid #fff;
}

.contact_box a:hover {
  color: #333;
  background: #f1ee1d;
}

.copy {
  color: #ffffff;
}

/* 
.box1 {
  border: 2px solid #da4033;
  border-radius: 4px;
  margin: 30px 12px;
  padding: 20px;
  position: relative;
  font-weight: bold;
}

.box1 li {
  margin-top: 7px;
}

.box1::before {
  background-color: #fff;
  color: #da4033;
  content: "それは、、、";
  font-weight: 700;
  left: 1em;
  padding: 0 .5em;
  position: absolute;
  top: -1em;
} */

/* 追記箇所 */
.ps_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  animation: blink 1s ease-in-out infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ps_ttl::before {
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 150px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

.ps_ttl::after {
  position: absolute;
  top: calc(50% - 3px);
  right: calc(50% - 150px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

@media screen and (min-width: 1000px) {

  /* PC表示 */
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  .wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border: 1px solid #f5f5f5;
  }

  .warning_text {
    font-size: 16px;
    margin-top: 20px;
  }

  .box_top_right {
    font-size: 20px;
  }

  .ap_icon {
    width: 240px;
  }

  .sns_outer {
    display: flex;
  }

  .sns_bottom {
    display: block;
  }

  .experienceBox {
    width: 70%;
    margin: 20px auto;
  }

  .dr_btn a {
    font-size: 18px;
  }

  .image,
  .catch,
  .sns_wrap {
    width: 80%;
    margin: 0 auto;
  }

  .lp_ttl {
    font-size: 28px;
  }

  .date {
    font-size: 16px;
  }
}

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

  /* SP表示 */
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}