@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: #333333;
  background: #ffffff;
}

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

/* 以下共通 */
.header_logo {
  margin: 0 auto;
  width: 120px;
}

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

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

/* font color */
.pink {
  color: #ff00ff;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.in_block {
  display: inline-block;
}

.mt_small {
  margin-top: 10px;
}

.mt_mid {
  margin-top: 30px;
}

.mt_lage {
  margin-top: 60px;
}

.marker_yellow {
  background: linear-gradient(transparent 0%, #f0e68c 0%);
}

.marker_yellow_02 {
  background: linear-gradient(transparent 80%, #ffe927 0%);
}

.point3_box {
  display: flex;
  flex-direction: column;
}

.point3_box div {
  padding: 5px 0;
}

.point3_box span {
  background: linear-gradient(transparent 0%, #f0e68c 0%);
  padding: 5px 0;
}

.date {
  font-size: 14px;
}

.red_big {
  font-size: 22px;
  color: red;
  margin: 40px 0;
}

.pink_big {
  font-size: 22px;
  color: #ff00ff;
  margin: 40px 0;
}

.list_text {
  border-bottom: 1px solid #333333;
}

.mv {
  width: 100%;
}

.contents_wrap {
  width: 94%;
  margin: 0 auto;
}

.header {
  background: #2c2b2b;
  text-align: center;
  padding: 10px;
}

.theme {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 15px;
}

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

.section_ttl {
  font-size: 20px;
  font-weight: bold;
  background: #dcdcdc;
  border-left: 10px solid #ff00ff;
  padding: 10px;
  margin: 60px auto 30px;
}

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

.sns_wrap {
  display: flex;
  justify-content: space-between;
}

.tw {
  background: #00bfff;
}

.fb {
  background: #3b5998;
}

.line {
  background: #00c300;
}

.pocket {
  background: #ff0000;
}

.news_text {
  margin-top: 30px;
}

.news_img {
  text-align: center;
  margin: 20px 0 50px;
}

.graph_img {
  margin: 30px 0;
}

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

/* 筆者も体験〜 */
.list {
  background: #efefef;
  font-size: 18px;
  margin: 40px 0;
  padding: 30px;
  border-radius: 10px;
}

.list_img01 {
  margin-top: 20px;
}

.line_img {
  width: 80%;
  margin: 30px auto;
}

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

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

.box1::before {
  background-color: #fff;
  color: #da4033;
  content: "ワンポイント";
  font-weight: 700;
  left: 1em;
  padding: 0 .5em;
  position: absolute;
  top: -1em;
}

.point_wrap {
  border: 1px solid rgba(150, 150, 150, .4);
  border-radius: 5px;
  margin-bottom: 50px;
}

.ap_box {
  border: 1px solid rgba(150, 150, 150, .4);
  border-radius: 5px;
  margin: 80px auto 0;
  padding: 10px;
  position: relative;
}

.point_list {
  padding: 10px;
}

.balloon {
  position: absolute;
  /* 三角の位置を固定するために設定 */
  left: 0px;
  top: -50px;
  margin: 0 auto 40px;
  /* 上 左右 下のマージン */
  padding: 5px;
  /* ふきだし内の余白 */
  background: #e91e63;
  /* 背景色 */
  font-weight: bold;
  color: #fff;
}

.balloon::after {
  content: "";
  border: 8px solid transparent;
  border-top-color: #e91e63;
  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);
  }
}

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

.ap_icon {
  width: 80px;
}

.ap_text {
  font-size: 14px;
}

.box_top_right {
  margin-left: 5%;
}

/* star review */
.star_rating {
  position: relative;
  display: inline-block;
  font-size: 20px;
  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: 95%;
  margin: 20px auto 15px;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}

.dr_btn a {
  display: block;
  padding: 17px 0;
  border-radius: 30px;
  background: #06c755;
  border: 1px solid #06c755;
  transition: 0.2s;
}

.ap_box_secondtext {
  font-size: 14px;
}

.dr_btn a:hover {
  color: #06c755;
  background: #fff;
}

/* コメント欄 */

.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;
}

.footer {
  background: #2e2e2e;
  padding: 30px;
  text-align: center;
}

.contact_box {
  border: 1px solid #fff;
  background: #ffffff;
  border-radius: 15px;
}

.contact_box a {
  display: block;
  padding: 5px;
  border-radius: 15px;
  font-weight: bold;
  transition: 0.2s;
}

.contact_box a:hover {
  background: #333333;
  color: #fff;
}

.copy {
  display: block;
  margin-top: 20px;
  color: #ffffff;
}

/*-------------------- twitter_area --------------------*/
.tw_box {
  border-radius: 5px;
  border: 1px solid rgb(225, 232, 237);
  width: 100%;
  margin: 10px 0;
}

.tw_box_img img {
  border-radius: 5px 5px 0 0;
}

.tw_box_header {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.tw_box_header_l {
  padding-left: 10px;
  border-radius: 50%;
}

.tw_box_header_l img {
  border-radius: 50%;
  width: 36px;
}

.tw_box_header_r {
  padding-left: 10px;
  text-align: left;
  line-height: 1em;
}

.tw_user_name {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 0;
}

.tw_user_id {
  font-size: 12px;
  color: rgb(105, 120, 130);
}

.tw_user_commnet {
  padding: 0px 0 0 10px;
  color: #000000;
  line-height: 1.2em;
}

.ymd_box {
  padding: 3px 0 3px 10px;
  font-size: 12px;
  color: rgb(105, 120, 130);
}

.ymd {
  font-size: 10px;
  color: rgb(105, 120, 130);
}

.tw_box_sns_share {
  font-size: 12px;
  padding: 0 0 10px 10px;
  display: flex;
  align-items: center;
  color: rgb(105, 120, 130);
}

.wadai {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  min-width: 0px !important;
  overflow: hidden !important;
}

.tw_box_sns_share_l {
  width: 50px;
}

.closing_text {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.comment_sec {
  margin-bottom: 30px;
}

/*-------------------- twitter_area_end --------------------*/

/* 共通ここまで */

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

  .header_logo {
    width: 200px;
  }

  .wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }

  .tw_box {
    width: 400px;
    margin: 30px auto;
  }

  .ap_box {
    width: 100%;
  }

  .ap_icon {
    width: 200px;
  }

  .dr_btn {
    font-size: 18px;
  }

  .contact_box {
    width: 60%;
    margin: 0 auto;
  }

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

  .sp {
    display: none !important;
  }
}

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

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

  .sp {
    display: block !important;
  }
}