@charset "UTF-8";
/* =========================================================================================================================================== */
/* 
/* ショートコード用CSS @ .sc_xxxx
/* 
/* =========================================================================================================================================== */
/*----------------------------------------------------------*/
/* 【メリット、デメリットタグ】
/*    親：ps_merideme_list
/*    子：ps_merit、ps_demerit
/*----------------------------------------------------------*/
.ps_merideme_list {}
.ps_merideme_list br,
.ps_merideme_list p {
  display: none;
  height: 0;
  margin: 0;
}
.ps_merideme_list .head {
  display: flex;
}
.ps_merideme_list .head .title_merit,
.ps_merideme_list .head .title_demerit{
  cursor: pointer;
  position: relative;
  width: 50%;
  height: 36px;
  line-height: 36px;
  background-color: #f2f2f2;
  text-align: center;
  font-weight: bold;
}
.ps_merideme_list .head div.current {
  background-color: #FF6893;
  color: white;
}

.ps_merideme_list .head .title_merit::before,
.ps_merideme_list .head .title_demerit::before,
.ps_merideme_list .head .title_merit::after,
.ps_merideme_list .head .title_demerit::after{
  content: "";
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}
.ps_merideme_list .head .title_merit::before,
.ps_merideme_list .head .title_demerit::before{
  left: 50%;
  border-width: 0 5px 5px 5px;
}
.ps_merideme_list .head .title_merit::after,
.ps_merideme_list .head .title_demerit::after{
  right: 50%;
  border-width: 0 5px 5px 5px;
}
.ps_merideme_list .head .title_merit::before   { border-left-color:  #f2f2f2; }
.ps_merideme_list .head .title_merit::after    { border-right-color: #f2f2f2; }
.ps_merideme_list .head .title_demerit::before { border-left-color:  #f2f2f2; }
.ps_merideme_list .head .title_demerit::after  { border-right-color: #f2f2f2; }
.ps_merideme_list .head div.current::before    { border-left-color:  #ff6893; }
.ps_merideme_list .head div.current::after     { border-right-color: #ff6893; }

.ps_merideme_list .body ul{
  display: none;
  list-style: none !important;
  margin: 0;
  margin-bottom: 0 !important;
  padding: 0 !important;
  padding-top: 10px !important;
  border: solid 1px #f2f2f2;
  border-top: none;
}
.ps_merideme_list .body ul.current {
  display: block;
}
.ps_merideme_list .body ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  padding: 6px 10px 6px 35px;
}
.ps_merideme_list .body ul li:nth-child(2n+1) {
  background-color: #f2f2f2;
}
.ps_merideme_list .body ul li::before {
  content: "▶︎";
  position: absolute;
  height: 40px;
  line-height: 40px;
  top: 0;
  left: 13px;
  color: #ff6893;
}
.ps_merideme_list .body ul.ps_demerit li::before {
  color: #707070;
}
.ps_merideme_list .body ul li br {
  display: block;
}

/*----------------------------------------------------------*/
/* 【見出し付き箇条書きタグ】.ps_heading_list
/*----------------------------------------------------------*/
.ps_heading_list {
  border: solid 2px #ff6893;
  border-radius: 6px;
  margin-top: 18px;
  position: relative;
}
.ps_heading_list .heading {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 30px;
  padding: 5px 14px;
  font-size: 18px;
  font-weight: bold;
  background-color: white;
}
.ps_heading_list ol{
  list-style: none !important;
  padding: 20px 15px !important;
  margin: 0 !important;
}
.ps_heading_list li{
  counter-increment: a;
  position: relative;
  padding-left: 30px;
}
.ps_heading_list li:before {
  content: counter(a);
  background: #ff6893;
  display: block;
  width: 1.4em;
  height: 1.4em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-right: .4em;
  position: absolute;
  top: 2px;
  line-height: 1.4em;
  left: 0;
}


/*----------------------------------------------------------*/
/* 【見出し付きタグ】.ps_heading_button
/*----------------------------------------------------------*/
.ps_heading_button {
  position: relative;
  padding-top: 18px;
}
.ps_heading_button::after {
    content: "";
    background-image: url(../../img/mchara001.png);
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: contain;
}
.ps_heading_button .heading {
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  border: double #ff6893;
  margin-bottom: -24px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 10;
}
.ps_heading_button .description {
  position: relative;
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 14px;
  background-color: #FFF1F5;
  border: solid 1px #ff6893;
}
.ps_heading_button .description:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF1F5;
  z-index: 2;
}
.ps_heading_button .description:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ff6893;
  z-index: 1;
}
.ps_heading_button .button {
  margin-top: 20px;
}
.ps_heading_button .button a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  background-color: #ff6893;
  color: white;
  border-radius: 3px;
}
/*----------------------------------------------------------*/
/* 【SNSシェアボタン】.ps_sns
/*----------------------------------------------------------*/
.ps_sns {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}


/*----------------------------------------------------------*/
/* 【会話風吹き出しタグ】
/*    右側にキャラクタ：ps_balloon_rc
/*    左側にキャラクタ：ps_balloon_lc
/*----------------------------------------------------------*/
.ps_balloon{
  position: relative;
  z-index: 1;
}
/* 吹き出し本体 */
.ps_balloon .balloon{
  position: static;
  padding: 20px;
  background-color: #ffffff;
  color: #333333;
  border-radius: 5px;
  margin-bottom: 40px;
}
.ps_balloon_rr .balloon,
.ps_balloon_rb .balloon {
  min-height: 60px;
  margin-right: 163px;
}
.ps_balloon_rr .balloon {
  border: solid 3px #ff6893;
  box-shadow: 3px 3px 0 #ffccdd;
}
.ps_balloon_rb .balloon {
  border: solid 3px #6997FF;
  box-shadow: 3px 3px 0 #CFDEFF;
}
.ps_balloon_lr .balloon,
.ps_balloon_lb .balloon {
  min-height: 60px;
  margin-left: 163px;
}
.ps_balloon_lr .balloon {
  border: solid 3px #ff6893;
  box-shadow: -3px 3px 0 #ffccdd;
}
.ps_balloon_lb .balloon {
  border: solid 3px #6997FF;
  box-shadow: -3px 3px 0 #CFDEFF;
}
.ps_balloon .balloon::before {
  content: "";
  width: 123px;
  height: 150px;
  position: absolute;
  top: 0;
  z-index: -1;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
.ps_balloon_rr .balloon::before,
.ps_balloon_rb .balloon::before {
  right: 22px;
}
.ps_balloon_lr .balloon::before,
.ps_balloon_lb .balloon::before {
  left: 22px;
}
.ps_balloon_c1 .balloon::before {
  background-image: url('../../img/shotcode/balloon_chara_rc.png');
}
.ps_balloon_c2 .balloon::before {
  background-image: url('../../img/shotcode/balloon_chara_rc2.png');
}
.ps_balloon_c3 .balloon::before {
  background-image: url('../../img/shotcode/balloon_chara_lc.png');
}
.ps_balloon_c4 .balloon::before {
  background-image: url('../../img/shotcode/balloon_chara_lc2.png');
}
.ps_balloon_c5 .balloon::before {
  background-image: url('../../img/shotcode/balloon_chara_c5.png');
}
.ps_balloon_c6 .balloon::before {
  background-image: url('../../img/shotcode/balloon_chara_c6.png');
}
.ps_balloon_c7 .balloon::before {
  background-image: url('../../img/shotcode/balloon_chara_c7.png');
}
.ps_balloon_c8 .balloon::before {
  background-image: url('../../img/shotcode/balloon_chara_c8.png');
}
.ps_balloon_c9 .balloon::before {
  background-image: url('../../img/shotcode/balloon_chara_c9.png');
}
.ps_balloon_c10 .balloon::before {
  background-image: url('../../img/shotcode/balloon_chara_c10.png');
}
.ps_balloon_c11 .balloon::before {
  background-image: url('../../img/shotcode/balloon_chara_c11.png');
}
.ps_balloon .balloon::after {
  content: "";
  display: block;
  position: absolute;
  width: 43px;
  height: 26px;
  top: 60px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
.ps_balloon_rr .balloon::after {
  right: 124px;
  background-image: url('../../img/shotcode/balloon_tail_rc.png');
}
.ps_balloon_lb .balloon::after {
  left: 124px;
  background-image: url('../../img/shotcode/balloon_tail_lc.png');
}
.ps_balloon_rb .balloon::after {
  right: 124px;
  background-image: url('../../img/shotcode/balloon_tail_rc2.png');
}
.ps_balloon_lr .balloon::after {
  left: 124px;
  background-image: url('../../img/shotcode/balloon_tail_lc2.png');
}

/*----------------------------------------------------------*/
/* 【共通デザイン】.ps
/*----------------------------------------------------------*/
.ps {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.ps .head {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 5px);
  height: 38px;
  line-height: 36px;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 65px;
  background-color: #FFF1F5;
  border-top: solid 2px #FF6893;
  box-shadow: 0 6px 6px rgba(0,0,0,0.15);
  color: #707070;
}
.ps .head::before {
  position: absolute;
  content: ' ';
  top: 100%;
  left: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0 5px 10px 0;
  border-right-color: #FF6893;
}
.ps .head::after {
  position: absolute;
  content: '';
  top: -22px;
  left: 5px;
  width: 60px;
  height: 60px;
  background-image: url(../../img/mchara001.png);
  background-size: cover;
}



/*----------------------------------------------------------*/
/* 【箇条書き関連記事タグ】.ps_relationpost_list
/*----------------------------------------------------------*/
.ps_relationpost_list .posts {
  padding: 15px 0 !important;
  margin: 0;
  list-style: none !important;
}
.ps_relationpost_list .posts .post {
  position: relative;
  padding: 0;
  padding-left: 30px;
  padding-bottom: 10px;
}
.ps_relationpost_list .posts .post::before {
  content: "\025b6";
  display: block;
  position: absolute;
  left: 10px;
  line-height: 22px;
  font-size: 15px;
  color: #FF6893;
}
.ps_relationpost_list .posts .post a {
  line-height: 22px;
  font-size: 14px;
  color: #707070;
}

/*----------------------------------------------------------*/
/* 【アイキャッチ付き関連記事タグ】.ps_relationpost_img
/*----------------------------------------------------------*/
.ps_relationpost_img {
  position: relative;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  border: double #ff6893;
  border-radius: 3px;
}
.ps_relationpost_img .head {
  position: relative;
  width: calc(100% + 5px);
  height: 38px;
  line-height: 36px;
  margin-top: 0;
  margin-left: -5px;
  padding-left: 65px;
  background-color: #FFF1F5;
  border: none;
  box-shadow: 0 6px 6px rgba(0,0,0,0.15);
  color: #707070;
}
.ps_relationpost_img .head::before {
  position: absolute;
  content: ' ';
  top: 100%;
  left: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0 5px 10px 0;
  border-right-color: #FF6893;
}
.ps_relationpost_img .head::after {
  position: absolute;
  content: '';
  top: -22px;
  left: 5px;
  width: 60px;
  height: 60px;
  background-image: url(../../img/mchara001.png);
  background-size: cover;
}
.ps_relationpost_img .thumbnail {
  width: 150px;
  height: 125px;
  margin: 10px;
  background-color: #d7d7d7;
}
.ps_relationpost_img .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ps_relationpost_img .title {
  width: calc(100% - 180px);
  margin-top: 15px;
  padding-right: 10px;
  color: #707070;
  font-size: 14px;
}
.ps_relationpost_img .button a {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 80px;
  height: 32px;
  line-height: 32px;
  background-color: #ff6893;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: white;
}
/* 画像羅列タイプ */
.ps_relationpost_img .avator {
  width: 126px;
  padding: 5px;
  border: solid 1px #a3a3a3;
  margin: 10px;
}
.ps_relationpost_img .avator a {
  text-decoration: none;
}
.ps_relationpost_img .avator img {
  width: 126px;
  height: 126px;
  object-fit: cover;
}
.ps_relationpost_img .avator .nick {
  padding-top: 3px;
  text-align: center;
  color: #707070;
  line-height: 15px;
}

/*----------------------------------------------------------*/
/* 【アイキャッチ付き関連記事タグ】.ps_relationpost_img2
/*----------------------------------------------------------*/
.ps_relationpost_img2 * {
  box-sizing: border-box;
}
.ps_relationpost_img2 a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  width: 100%;
  border: double 1px gray;
  text-decoration: none;
  color: #707070;
}
.ps_relationpost_img2 a:hover {
  background-color: #FFF1F5;
}
.ps_relationpost_img2 .thumbnail {
  width: 150px;
  height: 94px;
  background-color: #d7d7d7;
}
.ps_relationpost_img2 .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ps_relationpost_img2 .information {
  width: calc(100% - 150px);
  padding-left: 10px;
}
.ps_relationpost_img2 .information .tag {
  display: inline-block;
  padding: 5px;
  border-radius: 1px;
  background-color: #faff20;
  color: black;
  margin-bottom: 10px;
}

/*----------------------------------------------------------*/
/* 【チェックポイントタグ】.ps_checkpoints
/*----------------------------------------------------------*/
.ps_checkpoints {
  border: double #ff6893;
  border-radius: 3px;
}
.ps_checkpoints p {
  margin: 0;
}
.ps_checkpoints .title {
  position: relative;
  width: 80%;
  max-width: 400px;
  height: 38px;
  line-height: 36px;
  margin: 0 auto;
  margin-top: -20px;
  padding-left: 0;
  border: solid 1px #FF6893;
  background-color: white;
  box-shadow: none;
  text-align: center;
  font-weight: bold;
  color: #707070;
}
.ps_checkpoints .title::before {
  position: absolute;
  content: ' ';
  top: 100%;
  left: 50%;
  border-style: solid;
  border-color: transparent;
  border-width: 0 0 10px 10px;
  border-left-color: #FF6893;
}
.ps_checkpoints .title::after {
  position: absolute;
  content: ' ';
  top: 100%;
  right: 50%;
  border-style: solid;
  border-color: transparent;
  border-width: 0 10px 10px 0;
  border-right-color: #FF6893;
}
.ps_checkpoints .content {
  padding: 20px !important;
/*  padding-bottom: 80px !important; */
  margin: 0 !important;
/*
  background-image: url(../../img/mchara001.png);
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: right bottom;
*/
}
.ps_checkpoints .content li {
  position: relative;
  list-style: none;
  padding-left: 23px;
}
.ps_checkpoints .content li::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(../../img/checkmark.png);
  background-size: contain;
  width: 20px;
  height: 20px;
}


/*----------------------------------------------------------*/
/* 【目次デザイン】.ps_index
/*----------------------------------------------------------*/
.ps_index {
  margin-top: 20px;
  border: double #ff6893;
  border-radius: 3px;
}
.ps_index p {
  margin: 0;
}
.ps_index .title {
  position: relative;
  width: 80%;
  max-width: 400px;
  height: 38px;
  line-height: 36px;
  margin: 0 auto;
  margin-top: -20px;
  padding-left: 0;
  border: solid 1px #FF6893;
  background-color: white;
  box-shadow: none;
  text-align: center;
  font-weight: bold;
  color: #707070;
}
.ps_index .title::before {
  position: absolute;
  content: ' ';
  top: 100%;
  left: 50%;
  border-style: solid;
  border-color: transparent;
  border-width: 0 0 10px 10px;
  border-left-color: #FF6893;
}
.ps_index .title::after {
  position: absolute;
  content: ' ';
  top: 100%;
  right: 50%;
  border-style: solid;
  border-color: transparent;
  border-width: 0 10px 10px 0;
  border-right-color: #FF6893;
}
.ps_index .content {
  padding: 20px !important;
  margin: 0 !important;
}
.ps_index .content li {
  position: relative;
  list-style: none;
  padding: 5px 0;
  padding-left: 23px;
  border-bottom: dotted 1px #cccccc;
}
.ps_index .content li a {
  text-decoration: none;
  color: #707070;
}
.ps_index .content li:last-of-type {
  border-bottom: none;
}
.ps_index .content li::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  background-image: url(../../img/shotcode/icon_arrow.png);
  background-size: contain;
  width: 16px;
  height: 16px;
}

/*----------------------------------------------------------*/
/* 【メリット、デメリットタグ】
/*    親：ps_buttons
/*    子：ps_button_red、ps_button_green
/*----------------------------------------------------------*/
.ps_buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
/*  max-width: 480px; */
  margin: 0 auto;
}
.ps_buttons > br {
  display: none;
}
.ps_button a {
  position: relative;
  display: block;
  width: 230px;
  height: 60px;
  line-height: 60px;
  margin: 5px auto 25px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
.ps_button_red a {
    background-color: #ff6893;
}
.ps_button_lightblue a {
    background-color: #1da1f2;
}
.ps_button_green a {
    background-color: #00cc00;
}
.ps_button a::after {
    content: "";
    background: url(../../img/shotcode/icon_arrow2.png) no-repeat;
    width: 10px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 37%;
}
.ps_button a:hover {
  color: #707070;
}
.ps_buttons .ps_button_red {
  width: calc(60% - 10px);
}
.ps_buttons .ps_button_red a {
  animation: Flash3 2s infinite;
}
@keyframes Flash3{
  50%{
    box-shadow: 0 1px 15px 0 #ff6893;
  }
}
.ps_buttons .ps_button_green {
  width: calc(40% - 10px);
}
.ps_buttons .ps_button a {
  width: 100%;
}

@media screen and (max-width: 490px) {
  .ps_buttons {
  }
  .ps_buttons .ps_button {
/*    width: calc(100% / 2 - 10px); */
  }
  .ps_buttons .ps_button a {
    width: 100%;
    font-size: 12px;
  }
  .ps_buttons .ps_button a::after {
    right: 10px;
  }
}

/* =========================================================================================================================================== */
/* 
/* HTMLタグにて定義
/* 
/* =========================================================================================================================================== */
/*----------------------------------------------------------*/
/* おすすめアプリ
/*----------------------------------------------------------*/
.ps_recomdapp {
  border: 1px solid #eee;
}
.ps_recomdapp .app_name {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  background: #ff6893;
  padding: 5px 0;
  margin: 0;
  color: white;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}
.ps_recomdapp .information {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 10px;
  background-color: white;
}
.ps_recomdapp .information .col1 {
  width: 200px;
}
.ps_recomdapp .information .col1 .thumbnail br {
  display: none;
}
.ps_recomdapp .information .col1 table {
  margin-top: 20px;
}
.ps_recomdapp .information .col2 {
  width: calc(100% - 240px);
}
.ps_recomdapp .information > p {
  display: none;
}
.ps_recomdapp .ps_buttons {
  margin-top: 20px;
}
.ps_recomdapp table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: solid 1px #cccccc !important;
}
.ps_recomdapp table th {
  padding: 3px 0;
  border-bottom: solid 1px white ;
  border-right: solid 1px white ;
  background: #dddddd;
  text-align: center;
}
.ps_recomdapp table th:first-child {
  border-left: solid 1px #cccccc !important;
}
.ps_recomdapp table th:last-child {
  border-right: solid 1px #cccccc;
}
.ps_recomdapp table tr td {
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
}
.ps_recomdapp .col2 ul {
  background: #f5f5f5;
  padding: 5px 10px 7px !important;
  line-height: 1.2em;
  margin: 15px 0 0 0 !important;
}
.ps_recomdapp .col2 ul li {
  font-size: 15px;
  background: url('../../img/shotcode/icon_check.png') left center no-repeat;
  margin: 0;
  padding: 7px 0 4px 35px;
  list-style: none;
  color: #444;
}
@media screen and (max-width: 960px) {
  .ps_recomdapp .col2 ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 680px) {
  .ps_recomdapp .information .col {
    width: 100%;
  }
  .ps_recomdapp .information .thumbnail {
    width: 200px;
    margin: 0 auto;
  }
  .ps_recomdapp .information .thumbnail img {
    display: block;
    margin: 0 auto;
  }
}

/*----------------------------------------------------------*/
/* 口コミ
/*----------------------------------------------------------*/
.ps_review {
  border: solid 1px #cccccc;
}
.ps_review .head {
  position: relative;
  padding: 6px;
  padding-left: 60px;
  background-color: #fff1f5;
}
.ps_review .head::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-image: url(../../img/shotcode/icon_female.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.ps_review .body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 10px;
}
.ps_review .body table {
  width: calc(50% - 20px);
}
.ps_review .body table thead {
  background-color: #ffffdf;
}
.ps_review .body table tbody th {
  font-weight: normal;
}
.ps_review .body table th {
  font-size: 12px;
  line-height: 32px;
  padding: 0 20px;
}
.ps_review .body table td {
  padding: 0 20px;
  line-height: 32px;
  letter-spacing: 0.3em;
  font-size: 15px;
  color: #f4d400;
}

.ps_review .body .reason {
  width: calc(50% - 20px);
}
.ps_review .body .reason .title {
  position: relative;
  padding-left: 40px;
  padding-bottom: 7px;
  border-bottom: solid 2px #cccccc;
  font-weight: bold;
  font-size: 16px;
}
.ps_review .body .reason .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 29px;
  background-image: url(../../img/shotcode/icon_balloon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.ps_review .body .reason .content {
  font-size: 15px;
  line-height: 1.7;
  padding-top: 7px;
}
.ps_review .body .reason_more {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: all 1s ease;
}
.ps_review .body .reason_more.open {
  max-height: 500px;
}
.ps_review .body .reason_more .title {
  position: relative;
  padding-left: 40px;
  padding-bottom: 7px;
  border-bottom: solid 2px #cccccc;
  font-weight: bold;
  font-size: 16px;
}
.ps_review .body .reason_more .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 29px;
  background-image: url(../../img/shotcode/icon_balloon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.ps_review .body .reason_more .content {
  font-size: 15px;
  line-height: 1.7;
  padding-top: 15px;
  padding-bottom: 25px;
}
.ps_review .body .ps_button {
  margin: 0 auto;
}
.ps_review .body .ps_button a::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 680px) {
  .ps_review .body table,
  .ps_review .body .reason {
    width: 100%;
  }
}

/*----------------------------------------------------------*/
/* 表タグ
/*----------------------------------------------------------*/
.ps_table {
  overflow: scroll;
  margin-bottom: 20px;
}
.ps_table table {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0 !important;
}
.ps_table table tr th {
  line-height: 22px !important;
  padding: 8px 5px;
  background-color: #ff6893;
  border-bottom-color: #cccccc !important;
  border-left-color: #cccccc !important;
  color: white;
}
.ps_table table tr td {
  line-height: 22px !important;
  padding: 8px 10spx;
  border-bottom-color: #cccccc !important;
  border-left-color: #cccccc !important;
}

/*----------------------------------------------------------*/
/* まとめタグ
/*----------------------------------------------------------*/
.ps_matome .title {
  position: relative;
  margin: 0;
  padding: 38px 103px 15px 15px;
  font-weight: 700;
  font-size: 27px;
  line-height: 40px;
  color: white;
  border: 0;
  text-shadow: 2px 2px #ff6893, 1px 2px #ff6893, 0 2px #ff6893, -1px 2px #ff6893, -2px 2px #ff6893, -2px 1px #ff6893, -2px 0 #ff6893, -2px -1px #ff6893, -2px -2px #ff6893, -1px -2px #ff6893, 0 -2px #ff6893, 1px -2px #ff6893, 2px -2px #ff6893, 2px -1px #ff6893, 2px 0 #ff6893, 2px 1px #ff6893, 4px 4px #ff6893;
}
.ps_matome .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 120px;
  height: 120px;
  background-image: url(../../img/mchara003.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ps_matome .content {
    margin: auto 10px;
    padding: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #ff6893;
    -moz-box-shadow: 0 0 10px #ff6893;
    box-shadow: 0 0 10px #ff6893;
    position: relative;
}



/*----------------------------------------------------------*/
/* ランキング一覧
/*----------------------------------------------------------*/
.ps_rankings {
  list-style: none !important;
  padding: 20px 0 !important;
}
.ps_rankings li {
  border-top: solid 1px #eeeeee;
  padding: 14px 10px !important;
}
.ps_rankings li a {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  text-decoration: none;
}
.ps_rankings li a .image {
  width: 160px;
  height: 100px;
  background-color: #cccccc;
}
.ps_rankings li a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ps_rankings li a .info {
  width: calc(100% - 160px);
  box-sizing: border-box;
  padding-left: 10px;
}
.ps_rankings li a .info .kdate {
  font-size: 11px;
  color: #707070;
}
.ps_rankings li a .info .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1875;
  padding: 5px 0;
  color: #ff6893;
}
.ps_rankings li a .info .description {
  font-size: 12px;
  line-height: 1.42;
  color: #707070;
}
.ps_rankings li a .rank {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  z-index: 100;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding-top: 2px;
}
.ps_rankings li a .rank::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-top: 17px solid #ff6893;
  border-right: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #ff6893;
  box-sizing: border-box;
  z-index: -1;
}
@media only screen and (max-width: 640px){

  .ps_rankings li a .image {
    width: 37.5vw;
    height: 23.44vw;
  }
  .ps_rankings li a .info {
    width: calc(100% - 37.5vw);
  }
  .ps_rankings li a .info .kdate {
    font-size: 10px;
  }
  .ps_rankings li a .info .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.357;
  }
  .ps_rankings li a .info .description { 
    display: none;
  }


}



/* =========================================================================================================================================== */
/* 
/* AddQuickTqgで追加したタグ
/* 
/* =========================================================================================================================================== */
/*----------------------------------------------------------*/
/* マーカー
/*----------------------------------------------------------*/
/* 黄色マーカー */
.yellow_line { font-weight:bold;  background:linear-gradient(transparent 60%, #ffff99 0%); }
/* 水色マーカー */
.lightblue_line { font-weight:bold;  background:linear-gradient(transparent 60%, #99FFFF 0%); }

/*----------------------------------------------------------*/
/* 文字
/*----------------------------------------------------------*/
/* 白文字 */
.white_char { color:white;}
/* 赤文字(太字) */
.red_char   { font-weight:bold; color:red;  }
/* 青文字(太字) */
.blue_char  { font-weight:bold; color:blue; }
/* 太字 */
.bold_char  { font-weight:bold; }

/*----------------------------------------------------------*/
/* 装飾
/*----------------------------------------------------------*/
/* 黄色いマーカー */
.under_line { text-decoration: underline; }


/*----------------------------------------------------------*/
/* 囲い
/*----------------------------------------------------------*/
/* ピンクの囲い */
.pink_fence {
  padding: 20px;
  border: double #ff6893;
  border-radius: 3px;
}
/* 青色の囲い */
.blue_fence {
  padding: 20px;
  border: double #6993FF;
  border-radius: 3px;
}
/* 薄青色背景の囲い */
.bgblue_fence {
  padding: 20px;
  background-color: #eef4f8;
}
/* 薄黄色背景の囲い */
.bgyellow_fence {
  padding: 20px;
  background-color: #fdf2d0;
  border: solid 1px #f19e39;
}

/*----------------------------------------------------------*/
/*ランキング
/*----------------------------------------------------------*/
.elected-box { width:100%;  margin:20px auto; border: 1px solid #FF9BB7; box-sizing:border-box; }
.elected-box .elected-ttl {
  font-size: 1.2em !important;
  color: #FF9BB7;
  font-weight: bold;
  text-align: center;
  background: -webkit-repeating-linear-gradient(-45deg, #FFE1F5, #FFE1F5 10px,#FFF1F5 10px, #FFF1F5 20px);
  background: repeating-linear-gradient(-45deg, #FFE1F5, #FFE1F5 10px,#FFF1F5 10px, #FFF1F5 20px);
  padding: 10px 0;
  margin: 0;
}
.elected-box .fl-l { float:left; width:80%; margin-right:5%; }
.elected-box .fl-r { float:right; width:15%; }
.elected-box ul { padding:0; margin:0 !important; }
.elected-box li {
  padding: 15px 0;
  border-top: 1px solid #FF9BB7;
  list-style: none;
  box-sizing: border-box;
}
.elected-box li:first-child { border-top:0; }
.elected-box .service-thumb { margin-right:15px; display:inline-block; vertical-align:middle; }
.elected-box .service-thumb img { height:60px; width:auto; }
.elected-box .service-txt { display:inline-block; vertical-align:middle; }
.elected-box .service-name { margin:0; }
.elected-box .feature { color:#444; margin:0; }
.elected-box .comment { color:#FF6893; margin:0 0 10px; }
.elected-box .link-btn a {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  display: block;
  background: #FF6893;
  border-radius: 5px;
  font-size: 1.05em;
  color: #fff !important;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
.elected-box { width:100%; }
.elected-box ul { padding:15px !important; }
.elected-box li { margin-bottom:10px; }
.elected-box li:first-child { padding-top:0; }
.elected-box li:last-child { margin-bottom:0; }
.elected-box .fl-l { float:none; width:100%; margin-right:0; }
.elected-box .fl-r { float:none; width:100%; margin-top:15px; }
.elected-box .service-thumb { width:25%; margin-right:2%; }
.elected-box .service-txt { width:70%; }
.elected-box .comment { margin:0; }
.elected-box .service-thumb img { height:auto; width:100%; }
.elected-box .link-btn a { padding:8px 0; }
}


/*----------------------------------------------------------*/
/* 【ステップリスト】.ps_step_list
/*----------------------------------------------------------*/
.ps_step_list * {
  box-sizing: border-box;
}
.ps_step_list ul {
  padding: 0 !important; 
  list-style: none !important;
}
.ps_step_list ul > br {
  display: none;
}
.ps_step_list ul li {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border: solid 2px #FF6893;
  padding: 15px 10px;
  background-color: #FFF1F5;
  text-align: center;
  color: #707070;
}
.ps_step_list ul li::before,
.ps_step_list ul li::after {
  position: absolute;
  content: ' ';
  top: 100%;
  border-style: solid;
  border-color: transparent;
}
.ps_step_list ul li::before {
  left: 50%;
  border-width: 0 0 15px 50px;
  border-left-color: #FF6893;
}
.ps_step_list ul li::after {
  right: 50%;
  border-width: 0 50px 15px 0;
  border-right-color: #FF6893;
}
.ps_step_list ul li:last-of-type::before,
.ps_step_list ul li:last-of-type::after {
  content: none;
}
.ps_step_list ul li a {
  color: #707070;
}
.ps_step_list ul li .heading {
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.5;
}
.ps_step_list ul li .description {
  font-size: 18px;
  line-height: 1.2;
}



