@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  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;
}

/* 以下共通 */
.header_attention {
  background: #ff5b5b;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 8px;
  margin-top: 20px;
}

.button_note {
  font-size: 14px;
  margin-top: 10px;
  background: #fffaf2;
  padding: 10px;
  border-radius: 4px;
  margin: 20px;
  text-align: center;
}

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

.inner {
  width: 93%;
  max-width: 700px;
  margin: 0 auto;
}

.mt_small {
  margin-top: 10px;
}

.mt_mid {
  margin-top: 30px;
}

.mt_big {
  margin-top: 60px;
}

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

.red_big {
  color: #e06666;
  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;
}

.bold {
  font-weight: bold;
}

.fv_caution {
  background: #ff6c6c;
  color: #fff;
  border-radius: 4px;
  margin-top: 20px;
  text-align: center;
  padding: 2px;
}

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

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

.text_center {
  text-align: center;
}

.fa-hand-point-up {
  font-size: 22px;
  margin-right: 12px;
  transform: rotate(45deg);
}

.fa-comment-dots {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: text-bottom;
}

/* 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;
}

/* header */
.header {
  background: #333;
  padding: 12px 15px;
}

.header_logo {
  width: 180px;
}

/* PR */
.nx_pr {
  color: #ddd;
  background: #555;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
}

/* FV */
.fv_title {
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
}

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

.fv_box {
  border-bottom: 2px solid #bebebe;
  padding-bottom: 40px;
}

.intro_text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
}

.intro_text02 {
  font-size: 14px;
  margin-top: 10px;
}

/* ranking */
.box27 {
  position: relative;
  margin: 60px 0 0px;
  padding: 8px;
  border: solid 2px #62c1ce;
}

.box27 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 28px;
  background: #62c1ce;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.box27 p {
  font-size: 14px;
}

.ranking_title {
  display: flex;
  align-items: center;
  background: #262b30;
  font-size: 20px;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  margin-top: 50px;
  border-radius: 6px 6px 0 0;
}

.ranking02,
.ranking03 {
  margin-top: 80px;
}

.ranking_number {
  background: #fa6374;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-right: 20px;
}

.ap_summary {
  display: flex;
  background: #f0f3f4;
  padding: 10px;
  border-radius: 0 0 6px 6px;
}

.ap_ico {
  width: 80px;
  margin-right: 10px;
}

.tag span {
  background: #00cbd2;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 3px;
  border-radius: 2px;
}

.ap_catch {
  color: #0083b4;
  font-weight: bold;
  margin-top: 5px;
}

.star_rating_number {
  color: #a7a7a7;
}

.summary_box_button {
  display: inline-block;
  font-size: 14px;
  background: #34b496;
  border-radius: 3px;
  color: #fff;
  margin-left: 15px;
  box-shadow: 0 0 3px #0d3128;
  width: 75px;
}

.summary_box_button a {
  display: block;
  padding: 8px 10px;
  text-align: center;
}

.ranking_detail_text {
  font-size: 14px;
  font-weight: bold;
  border-left: 4px solid #fa6374;
  padding-left: 10px;
  margin-top: 15px;
}

.ranking_image {
  margin-top: 10px;
}

.button_caution {
  font-size: 12px;
  background: #fffaf2;
  padding: 10px;
  border-radius: 4px;
  margin-top: 15px;
}

/* ここがオススメ！ */
.recommend_box {
  margin-top: 20px;
  border: 1px solid #d1d1d1;
  padding: 0 15px 15px;
  border: 1px solid #ffa000;
  background: #fff3e0;
  border-radius: 6px;
}

.recommend_title {
  color: #ffa000;
  border-bottom: 1px solid #ffa000;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}

.recommend_point {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}

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

/* ユーザーレビュー */
.review_box {
  background: #f3f3f3;
  border: 1px solid #dbdbdb;
  margin-top: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
}

.review_box_inner {
  background: #fff;
  padding: 10px;
  border-radius: 3px;
}

.review_box_inner:nth-child(2) {
  margin-top: 15px;
}

.review_title {
  font-weight: bold;
  padding: 10px;
}

.review_user_info {
  display: flex;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  align-items: center;
}

.review_name {
  font-weight: bold;
  margin-right: 5px;
  font-size: 14px;
}

.review_text {
  font-size: 14px;
  margin-top: 10px;
}

/* ボタン */
.balloon2 {
  position: relative;
  padding: 12px 10px;
  width: 100%;
  margin: 40px auto 0;
  font-size: 16px;
  color: #f58c8c;
  font-weight: bold;
  background: #fff;
  border: solid 2px #f5a9a9;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f5a9a9;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #f5a9a9;
  z-index: 1;
}

.button_box {
  width: 90%;
  margin: 20px auto 0;
  text-align: center;
  font-size: 18px;
}

.button_box a {
  display: block;
  position: relative;
  padding: 15px;
  background: #34b496;
  box-shadow: 0 5px 0 #298c75;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  overflow: hidden;
}

.shiny-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.button_box a:active {
  box-shadow: none;
  transform: translateY(5px);
}

.onepoint {
  border: 2px solid #298c75;
  border-radius: 4px;
  padding: 18px;
  position: relative;
  margin-top: 70px;
  margin-bottom: 60px;
}

.onepoint::before {
  background-color: #fff;
  color: #298c75;
  content: "アドバイス";
  font-weight: 700;
  left: 1em;
  padding: 0 0.5em;
  position: absolute;
  top: -1em;
}

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

.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 {
  background: #30aade;
}

/* 最短でママを探すには */

.underBox_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.underBox_title span {
  border-bottom: 2px solid #333;
}

.underBox_list {
  background: #fafafa;
  border: 2px solid #9f9f9f;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.copy {
  color: #ffffff;
}

@media screen and (min-width: 700px) {
  body {
    font-size: 20px;
  }

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

  .fv_title {
    font-size: 26px;
  }

  .fv_date,
  .intro_text,
  .intro_text02 {
    font-size: 20px;
  }

  .intro_text {
    margin-top: 30px;
  }

  .tag span {
    font-size: 14px;
  }

  .summary_box_button {
    margin-left: 70px;
    width: 100px;
  }

  .summary_box_button a {
    display: block;
    padding: 8px 10px;
    text-align: center;
  }

  .ranking_detail_text,
  .summary_box_button {
    font-size: 18px;
  }

  .recommend_point,
  .review_name,
  .review_text {
    font-size: 16px;
  }

  .ranking_image {
    width: 80%;
    margin: 20px auto;
  }

  .ranking_detail_text {
    margin-top: 30px;
  }

  .button_box a {
    border-radius: 50px;
    padding: 22px;
  }

  .button_box {
    font-size: 22px;
  }

  .balloon2 {
    font-size: 18px;
  }

  .onepoint {
    margin-top: 100px;
    margin-bottom: 70px;
  }

  .contact_box {
    width: 50%;
  }

  .contact_box a {
    font-size: 18px;
    padding: 12px 20px;
  }

  .ap_ico {
    width: 200px;
  }

  .ap_catch {
    margin-top: 20px;
  }

  .summary_box_button {
    margin-top: 5px;
    width: 120px;
  }
}

@media screen and (min-width: 572px) {
  .pc_none {
    display: none;
  }
}
