/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2025 | 06:16:13 */
/************************************
   スマホメニュー非表示
************************************/
.l-header .l-header__menuBtn{visibility: hidden;}
/************************************
   監修者情報の調整
************************************/
.cap_box_content .swell-block-accordion {
font-size: 0.8em;
}
/************************************
   口コミプラグイン
************************************/
#review-form-area th {
    background-color: #FFF4F9;
}
#review-form-area .review-item-title {
    color: #E06B6E;
}
#review-form-area .review-tag-title, #review-form-area .score-title, #review-form-area .setimg-title {
    color: #E06B6E;
}
#review-form-area .radiobox label {
    line-height: 3;
}
.rating {
    justify-content: center;
}
.cp-box .cp-container {
    height: 100px;
}
.review-top-title {
text-align: center;
padding: 1em;
font-size: 1.2em;
font-weight: bold;
color: #E47F82;
}
/************************************
　　タグ
************************************/
.tag-cloud-link {
margin: 0 10px 10px 0;
    border: 1px solid #999;
    background: #fff;
}
.tag-cloud-link:before {
	content: "#";
}
/************************************
　　アイコン
************************************/
.post_content i {
    color: #f70873;
    margin-right: 0.3em;
}
/************************************
　　解析
************************************/
.sweetlog {
	font-size: 0;
	line-height: 0;
}
/************************************
　　何でも追従機能
************************************/
.fixed-wrap{
  position:fixed;
  z-index:100;
  max-width:180px; /* 最大横幅 */
  bottom:20px; /* 配置場所(画面下からの距離) */
  right:90px; /* 配置場所(画面右からの距離) */
}
.fixed-wrap img{
  width:100%;
  height:auto;
}
/* PC */
@media screen and (min-width: 980px) {
  .fixed-wrap{
  display:none;
  }
}
/* スマホ */
@media screen and (max-width: 559px) {
  .fixed-wrap{
    bottom:1px; /* 配置場所(画面下からの距離) */
    left:15px; /* 配置場所(画面左からの距離) */
    right:unset;
  }
}
/****************************
　　Shortcodes Ultimate
*****************************/
.su-tabs {
    margin: 0 0 1.5em;
    padding: 1px;
    border-radius: 1px;
    background: #fff;
  	border-bottom: 2px dotted #ddd;
}
.su-tabs-nav span {
    color: #999;
    font-size: .9em;
	padding: 1em .9em;
    line-height: 1.5;
	font-weight: bold;
	background: #f5f5f5;
	margin: 0;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	width: 50%;
	text-align: center;
}
.su-tabs-nav span.su-tabs-current {
	color: #fff;
	background: #FC9BCC;
}
/****************************
　　あわせて読みたいカスタマイズ
*****************************/
div.blog-card-hl-box {
     background-color: #ffffff!important;
 }
 .blog-card .jin-ifont-post {
     font-size: 1rem;
     background: #ff6d6d;
     width: 35px;
     line-height: 35px;
     height: 35px;
     display: inline-block;
     text-align: center;
     border-radius: 50%;
     margin-right: 5px;
 }
 .blog-card {
     border-bottom: 22px solid;
     padding: 20px 20px 5px;
     width: 90%;
     padding-top: 25px !important;
     margin: 0 auto;
 }
 .blog-card .blog-card-hl:after {
     color: #ff6868;
     width: 140px;
     top: 6px;
     left: 0;
     font-size: 1rem;
     font-weight: 500;
 }
 .blog-card-title {
     color: #3aadf4;
     font-size: 1em;
     margin-bottom: 0;
 }
 .blog-card-excerpt {
     opacity: .6;
     font-size: .7em;
     margin-top: .8em;
 }
 .blog-card:after {
     content: "つづきを読む ≫";
     position: absolute;
     bottom: -22px;
     right: 7px;
     color: white;
     font-size: 14px;
 }
 @media (max-width: 767px){
 .blog-card .jin-ifont-post:before {
     line-height: 35px;
 }
 .blog-card-hl-box {
     padding: 5px;
     top: -24px;
     left: 10px;
     width: 180px;
 }}
 @media (min-width: 768px){
 .blog-card-hl-box {
     padding: 5px;
     top: -23px;
     left: 20px;
     width: 180px;
 }}

@media screen and ( max-width:479px ){
.blog-card-title {
		font-size: .7em;
}}

/****************************
　　アピール
*****************************/
.takasho {
    border-radius: 4px;
    box-sizing: border-box;
    color: #FF8FC7;
    font-weight: bold;
    line-height: 1;
    position: relative;
    text-align: center;
    width: 100%;
}
.takasho::before {
    content: "＼";
    display: inline-block;
    margin-right: 2px;
}
.takasho::after {
    content: "／";
    display: inline-block;
    margin-left: 2px;
}
/****************************
　　マイクロコピー
*****************************/
.takasyo {
    font-size: 0.9em;
    color: #888;
    font-weight: bold;
    text-align: center;
}
/****************************
　　スマホ広告イメージ調整
*****************************/
.shop_btn img {
margin-bottom: 0 !important;
}
/****************************
　　著者情報調整
*****************************/
.has-medium-font-size, .u-fz-m {
    font-size: 0.8em !important;
}
.u-thin {
    margin: auto 0;
}
/****************************
　　　　　テーブル
*****************************/
table {
  border: solid 2px #FDA2AD !important;
  text-align: center !important;
  font-size: 0.9em;
}
table th, table td {
  border: dashed 1px #FDA2AD !important;
  vertical-align: middle !important;
}
th {
  color: #FDA2AD !important;
  background: #fff4f9 !important;
}

.post_content .td_to_th_ tbody tr > :first-child, .post_content tbody th {
    position: initial;
}
.post_content .td_to_th_ tbody tr > :first-child::before, .post_content tbody th::before {
    background-color: initial;
}
/* 固定用 */
[data-cell1-fixed] table {
  border-collapse: collapse;
  max-width: 800px;
  width: 800px;
}

.comparison {
  color: #777;
  font-size: .8em;
}
/* 比較表用 */
.app-comparison {
font-size: 0.8em;
}
/****************************
　　　　見出しっぽく
*****************************/
/* # */
.elaiza{
    color: #F70873;
    font-size: 1.07em;
    font-weight: bold;
    margin-bottom: 1.7em;
    padding: 10px 10px 4px 36px;
    position: relative;
}
.elaiza:before{
    content: '＃';
    color: #fff;
    display: inline-block;
    font-size: 1.7em;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-shadow: 0px 0px 6px #F70873, 0px 0px 4px #F70873, 0 0 0.5px #F70873;
}
.elaiza:after{
    border-bottom: 1px dashed #F70873;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
/* ハート */
.hashikan{
    color: #E06B62;
    font-size: 1.1em;
    font-weight: bold;
}
.hashikan:before{
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    padding-right: 0.5em;
}
/****************************
  画像（img）
*****************************/
.cps-post-main img {
	border-radius: 5px;
}
/****************************
  関連（文中）
*****************************/
.kanren {
	font-size: 0.9em;
	padding: .5em .3em .5em 3.7em;
	line-height: 1.5;
	position: relative;
	background: #fff3f3;
	border-radius: 30px;
}
.kanren::before {
    content: "関連";
    color: #fff;
    background-color: #eb818f;
    padding: 0.7em 0.5em;
    border-radius: 50%;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0em;
}
/****************************
  CTA周り
*****************************/
/* ギザギザ下線 */
.love_head_title {
    padding: 0 0 .5em;
    font-weight: bold;
    line-height: 1.4;
    background: url(https://papakatsujoshi.jp/wp-content/uploads/2021/10/love-head-botm.png) repeat-x bottom;
    font-size: 1.5em;
    text-align: center;
}
/* 横線 */
.column_head_title {
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.column_head_title:before,
.column_head_title:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 27%;
  height: 10px;
  content: '';
  border-top: dashed 2px #FEB3B1;
  border-bottom: dashed 2px #FEB3B1;
}
.column_head_title:before {
  left: 0;
}
.column_head_title:after {
  right: 0;
}
/****************************
 装飾
*****************************/
.t-aligncenter {/* 中央寄せ */
  text-align: center;
}
.official {/* 公式サイト */
  color: #999;
  font-size: 0.9em;
  text-align: right;
  padding-bottom: 0.7em;
}
.bold {/* 太字 */
  font-weight: bold;
}
.c-red {/* 赤字 */
  color: #F70873;
  font-weight: bold;
}
.riri-text {/* 小さめ */
    font-size: .9em;
    color: #777;
}
.marker {/* 下線PINK */
    text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 2px 2px 0px #fff, -2px 2px 0px #fff;
    font-weight: bold;
    background: linear-gradient( transparent 60%, #ffd6d9 0% );
}
.simple-box6 {/* 黄色BOX */
    background-color: #fffdef;
    padding: 2em;
    width: 95%;
    margin: 1em auto;
}
.sweet-box1 {/* ピンクBOX */
    background-color: #fff9fc;
    padding: 1.5em;
    margin: 1em auto;
    width: 90%;
    border: 0.7em solid #ffeaf4;
    border-radius: 3px;
}
.sweet-box2 {/* ピンクBOX(1行用) */
    background-color: #FFF0FA;
    padding: 1em;
    border-left: 0.7em solid #F578B4;
}
.is-style-onborder_ttl2 > .cap_box_ttl, .is-style-onborder_ttl > .cap_box_ttl {/* キャプションBOXタイトル */
    font-size: 1.1em;
    font-weight: bold;
}
.is-style-sticky_box {/* 付箋 */
    border-color: #FDA2AD;
}
/****************************
 JSボタン
*****************************/
.seven {
  cursor: pointer;
  text-decoration: underline;
  color: #3fa3ff;
}
.seven:hover {
  color: #ccc;
}
/****************************
 内部リンクボタン
*****************************/
.inlinkbtn {
  padding: 1em;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: .8em;
  font-weight: bold;
  background: #FFEB84;
  color: #555 !important;
  width: 100%;
  box-shadow: 4px 4px #dfdfdc;
}
.inlinkbtn::before {
    content: "#";
    margin-right: 2px;
}
.inlinkbtn:after {
    content: "\f35a";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 0.5em;
}
/****************************
 CVボタン
*****************************/
a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  box-sizing: border-box;
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 3px, #e7e7e7 3px, #e7e7e7 30px);
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
}
a.btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #777;
  box-sizing: border-box;
  position: absolute;
  top: -6px;
  left: -6px;
  transition-duration: 0.2s;
  border-radius: 2px;
}
a.btn span:after {
    content: "\f105";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 15px;
}
a.btn:hover span {
  left: -1px;
  top: -1px;
}
/************************
 *　CVボタン2
 ************************/
.cv-box {
  text-align: center;
  padding: 1em 0;
}
.cv-button {
  padding: 1.5em 4em;
  border: 2px solid #F26284;
  border-bottom: 7px solid #F26284;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  background: #FDA2AD;
  color: #FFF !important;
  font-weight: bold;
}
.cv-button:after {
    content: "\f061";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 0.5em;
}
.cv-button:before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 0.5em;
}
.cv-button:hover {
    border-color: #FFF;
    box-shadow: inset 0 0 20px
    rgba(255, 255, 255, 0.5), 0 0 20px
    rgba(255, 255, 255, 0.2);
    outline-color: transparent;
    outline-offset: 12px;
    text-shadow: 2px 2px 3px #F26284;
    cursor: pointer;
}
.cv-micro {
  position: relative;
  top: 0.7rem;
  display: inline-block;
  font-size: 0.8em;
  padding: 0.2em 2em;
  color: #F26284;
  border: 2px solid #F26284;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  animation: key1 .3s ease infinite alternate;
}
.cv-micro:before,
.cv-micro:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
.cv-micro:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #F26284 transparent transparent transparent;
}
.cv-micro:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.cv-copy {
  font-size: 0.8em;
  color: #F26284;
}
@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}
/************************
 *　CVボタン3：青とピンク（男女分けとかに）
 ************************/
.wed-camp {
  width: 210px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 1.5em;
}
.wed-camp:after {
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: bold;
    position: absolute;
    right: 7px;
    top: 23%;
}
.komi {
  background: #6ecaca;
  box-shadow: #269999 0 4px;
}
.komi:before {
    content: "\f005";
    font-family: "font awesome 5 free";
    font-weight: bold;
    position: absolute;
    left: 7px;
    top: 23%;
}
.utaha {
  background: #f884a3;
  box-shadow: #d54a6f 0 4px;
}
.utaha:before {
    content: "\f004";
    font-family: "font awesome 5 free";
    font-weight: bold;
    position: absolute;
    left: 7px;
    top: 23%;
}
.edison{
  font-size: .8em;
  font-weight: normal;
  display: block;
}
/************************
 * メリット・デメリットBOX
 ************************/
/* 共通 */
.merit,
.demerit {
 position: relative;
 margin: 4em 0 2em;
 padding: 1em;
}
.merit-title,
.demerit-title {
 position: absolute;
 display: inline-block;
 top: -28px;
 left: -2px;
 padding: 1px 17px;
 height: 26px;
 font-weight: bold;
 color: #fff;
 border-radius: 4px 4px 0 0;
}
/* メッリト */
.merit {
 border: 2px solid #7fbfff;
}
.merit-title {
 background-color: #7fbfff;
}
/* デメッリト */
.demerit {
 border: 2px solid #ff7fbf;
}
.demerit-title { 
 background-color: #ff7fbf;
}
/************************
 * 吹き出し（下）
 ************************/
.speech {
  position: relative;
  display: inline-block;
  margin: 0 0 0 1em;
  padding: 5px 7px;
  background: #ffeff7;
  box-sizing: border-box;
  border-radius: 5px;
  color: #FF70A9;
  font-weight: bold;
}
.speech:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffeff7;
  z-index: 0;
}
/************************
 * フルワイドで使用
 ************************/
.mei {
  border: 1px solid;
  padding: 2em !important;
  width: 600px;
  font-size: .9em;
}
.kanna {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: .5em;
}
.tao {
  width: 500px;
  margin: 0 auto;
}
@media screen and ( max-width:550px )
{
	.tao,.mei {
	width: 90%;
	}
}
/************************
 * ポップアップ
 ************************/
.aika-open {
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	background: #eee;
	display: block;
	margin: 0 1.5em 1.5em;
	padding: .5em 1em;
	border-radius: 5px;
}
.aika-open:after {
	content: "\f067";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 0.5em;
    float: right;
}
.su-lightbox-content {
	padding: 3em 1.5em 2em !important;
	border-radius: 5px;
}
/************************
 * アコーディオン
 ************************/
.sweet-accordion {
    margin-bottom: 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.sweet-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    font-weight: 600;
    cursor: pointer;
}
.sweet-accordion summary::-webkit-details-marker {
    display: none;
}
.sweet-accordion summary::after {
    content: "\f078";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 0.5em;

}
.sweet-accordion[open] summary::after {
    transform: rotate(180deg);
}
.sweet-accordion p {
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;

}
.beach-accordion {
	margin: 0 2em;
    padding: 1em 0 1.5em;
    border-top: 1px dashed #ccc;
}
.sweet-accordion[open] p {
    transform: none;
    opacity: 1;
}
/************************
 * PRボックス（広告3選）
 ************************/
.pr-rank {
  border: 2px solid #ffc8e1;
  border-radius: 5px;
}
.pr-rank-title {
  background: #ffc8e1;
  text-align: center;
  font-weight: bold;
  padding: 1em 0;
  color: #777;
}
.pr-rank-title:before {
  content: "\f521";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 0.5em;
  color: gold;
}
.pr-rank-box {
  padding: 1em;
}
.pr-rank-img {
  float: left;
  padding: 0 1.5em 0 .7em;
  text-align: center;
  font-size: .8em;
}
.pr-rank-img img{
  border: 1px solid #ccc;
  border-radius: 17px;
}
.pr-rank-text {
  font-size: .9em;
}
.pr-rank-text ul li {
  list-style-type: none!important;
  font-size: .9em;
}
.pr-rank-text ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #F783AC;
  font-weight: bold;
  margin-right: 0.7em;
}
.pr-rank-btn {
  text-align: center;
  width: 80%;
  margin: 1em auto;
  padding: .3em;
  background: linear-gradient(45deg, #ff7ab8 39%, #ffb6b9);
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  display: block;
  text-decoration: none;
  clear : both
}
.pr-rank-btn:after {
    content: "\f138";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 0.5em;
}
/* PRボックス（パパ活用） */
.pr-rank-papa {
  border: 2px solid #FD74BC;
}
/* PRボタン（パパ活用-インスタ風） */
.btn-papagram {
    background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.btn-papagram:after {
    content: "\f138";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 0.5em;
}
.btn-papagram:hover {
    box-shadow: 0 5px 25px rgba(0,0,0,.30);
}
/* PRボックス（ママ活用） */
.pr-rank-mama {
  border: 2px solid #2facf6;
}
/* PRボタン（ママ活用-青） */
.btn-mamagram {
    background: #2facf6;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.btn-mamagram:after {
    content: "\f138";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 0.5em;
}
/* PRボックス（ソフレ用） */
.pr-rank-soine {
  border: 2px solid #ff710b;
}
.btn-soine {
    display: inline-block;
    font-weight: bold;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
    background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.btn-soine:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    color: #fff;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}
.btn-soine:after {
    content: "\f138";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 0.5em;
}
/* PCのみ調整 */

@media screen and (min-width: 700px) {
    .pr-rank-mama,
    .pr-rank-soine,
    .pr-rank-papa {
      margin: 0 1.3em;
    }
}
/************************
 * 引用っぽく
 ************************/
.citing {
  font-size: .9em;
  padding: 2.2em 3em 1em;
  background: var(--color_gray);
  position: relative;
  margin-bottom: 2em;
}
.citing::before,
.citing::after {
  content: "\00201c";
  display: inline-block;
  position: absolute;
  font-size: 6em;
  color: rgba(200, 200, 200, .4);
  line-height: 1;
}
.citing::before {
  font-family: Arial,Helvetica,sans-serif;
  top: 4px;
  left: 8px;
}
.citing::after {
  transform: rotate(180deg);
  font-family: Arial,Helvetica,sans-serif;
  bottom: 4px;
  right: 8px;
}
.citing .for {
  font-style: italic;
  font-size: .8em;
  margin-top: .75em;
  text-align: right;
  color: #777;
}
/************************
 * ミニランキング
 ************************/
.ertitle {
  font-weight: bold;
  text-align: center;
  margin: 3px;
}
.ertitle:before {
    content: "\f11b";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 0.5em;
}
.ranking-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ranking-item {
  display: flex;
  align-items: center;
  padding: 10px 7px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.ranking-item:first-child {
  border-top: 1px solid #ddd;
}
.ranking-item .ericon {
  border-radius: 5px;
}
.ranking-item .ername {
  font-size: .9em;
  font-weight: bold;
  padding: 7px;
}
.ranking-item .erbtn{
  background: #eee;
  border-radius: 20px;
  padding: .5em 2em;
  font-weight: bold;
  font-size: .8em;
  right: 10px;
  position: absolute;
  text-decoration: none;
}
/************************
 * PR
 ************************/
.c-prNotation[data-style="small"] {
  font-size: 11px;
  color: #f995c1;
}
/************************
 * メリデメBOX
 ************************/
.pros-box {
    position: relative;
    margin: 2em 0;
    padding: 0.7em 1em;
    border: solid 1px #78a7da;
    border-radius: 2px;
}
.pros-title {
    position: absolute;
    display: inline-block;
    top: -15px;
    left: 10px;
    padding: 0 7px;
    background: #FFF;
    color: #78a7da;
    font-weight: bold;
}
.cons-box {
    position: relative;
    margin: 2em 0;
    padding: 0.7em 1em;
    border: solid 1px #ff7f7f;
    border-radius: 2px;
}
.cons-title {
    position: absolute;
    display: inline-block;
    top: -15px;
    left: 10px;
    padding: 0 7px;
    background: #FFF;
    color: #ff7f7f;
    font-weight: bold;
}
.cons-box p,
.pros-box p {
    margin: 0; 
    padding: 0;
}
/************************
 * 診断チャート
 ************************/
.puchi-chart {
    padding: 30px 15px;
    border-radius: 10px;
    text-align: center;
    background: #ceebf4;
}
.puchi-chart-text {
    font-size: .9em;
    color: #666;
}
/************************
 * パンくず
 ************************/
.p-breadcrumb__list {
	overflow-x: auto;
	padding-bottom: 1em;
}
/************************
 * タブ
 ************************/
.tab-titles {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    background-color: #f1f1f1;
    border-radius: 50px;
    margin-bottom: 1em;
    font-size: .9em;
}
.tab-title {
    flex: 1;
    padding: 5px 0;
    text-align: center;
    background-color: #f1f1f1;
    color: #aaa;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.tab-title.active {
    background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
    color: #fff;
    font-weight: bold;
}
.tab-title:hover:not(.active) {
    color: #888;
}
.tab-contents {
    padding: 10px; 
    transition: all 0.3s ease;
}
.tab-content { 
    display: none; 
    opacity: 0; 
    transition: opacity 0.3s ease; 
}
.tab-content.active { 
    display: block; 
    opacity: 1; 
}