/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 01 2026 | 06:26:00 */
/*******************
テーブル　table-ux
********************/
.post_content table.table-ux {
	width: 100%;	/*データに応じて可変にしたい場合はthml側に「style="width: auto;"」を入れる*/
	border-collapse: collapse;
	border-spacing: 0;
	margin: 30px 0;
}

.table-ux thead th {
    background-color: var(--color_table_ux_th_bg_thead, var(--color_table_ux_th_bg));
    color: var(--color_table_ux_th_font, inherit);
}

.table-ux thead td{
    background-color: var(--color_table_ux_td_bg_thead, inherit);
    color: var(--color_table_ux_td_font, inherit);
}

.table-ux th,
.table-ux td {
    padding: var(--size_table_ux_padding);
	border: solid 1px var(--color_table_ux_border);
}
.table-ux th {
	background: var(--color_table_ux_th_bg);
	color:var(--color_table_ux_th_font, inherit);
	text-align: center;
}
.table-ux td {
	text-align: left;
}

.th-left th {	text-align:left;	}	/*thを中央寄せにしたい場合は、<table class="table-ux th-left">	*/
.th-right th {	text-align:right;	}	/*thを右寄せにしたい場合は、<table class="table-ux th-right">	*/

.td-center td {	text-align:center;	}	/*tdを中央寄せにしたい場合は、<table class="table-ux td-center">*/
.td-right td {	text-align:right;	}	/*tdを右寄せにしたい場合は、<table class="table-ux td-right">	*/



/***********************************
テーブル table-to-list
※スマホサイズでリスト風に変形する
************************************/
table.table-to-list {
	border-collapse: separate;
    border-spacing: 5px;
}
.table-to-list th{
	color:#333;
	background-color: var(--color_bg_sub1);
	width:30%;
	text-align:center;
}
.table-to-list td{
	vertical-align:top;
}
.table-to-list td{
	text-align:left;
}
.table-to-list td,
.table-to-list th{
	border:0;
	padding:5px;
	
}
.table-to-list td.imgtd{
	width:30%;
	text-align:center;
}
.table-to-list td.imgtd img{
	border-radius:20px;
}
.table-to-list li{
    padding: 3px 0;
	line-height:1.4em;	
}

@media screen and (max-width: 500px) {
.table-to-list td,
.table-to-list td.imgtd,
.table-to-list th{
	display:block;
	width:100%;
}
.table-to-list td{
	padding-left:1em;
}
.table-to-list td.imgtd img{
	max-width:200px;
}

}



/***********************************
テーブルに縦スクロールを出す

************************************/
.box-tbl-scroll1{
	overflow:auto;
	height:450px;
	width:95%;
	margin-bottom:30px;
}



/*********************************************
テーブル
※タイトル行固定の縦横スクロール
<table>を<div class="p-sticky-table">で囲む
*********************************************/
.p-sticky-table{
	white-space: nowrap;
	line-height:1.6;
	max-height: 80vh;
	overflow: auto;
}
.p-sticky-table table{
	border:none;
	border: 1px solid #dedede;
	border-bottom: none;
	border-collapse: collapse;
	word-break: break-all;
}
.p-sticky-table table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	text-align:center;
}
.p-sticky-table table thead th:first-child {
	top: 0;
	left: 0;
	z-index: 9;
}
.p-sticky-table table tbody th:first-child{
	position: sticky;
	left: 0;
	z-index: 1;
	border:none;
	white-space: normal;
	min-width: 130px;
}
.p-sticky-table table tbody th{
	text-align:center;
}
.p-sticky-table table th, 
.p-sticky-table table td {
	min-width: 50px;
	position: relative;
	padding: 13px;
	border: none;
	z-index: 0;
	vertical-align:middle;
}
.p-sticky-table table tr{
	border-bottom:none;
}
.p-sticky-table img{
	margin: 10px auto;
	display: block;
	padding: 0;
	max-width: 80%;
}
.p-sticky-table table th::before,
.p-sticky-table table td::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	z-index: -1;
}

@media screen and (max-width: 560px) {
  .p-sticky-table table {
    max-height: 65vh;
    }
  .p-sticky-table thead th:first-child,
  .p-sticky-table tbody th:first-child {
        min-width: 25vw;
    }
}


/****************
調査員吹き出し
*****************/
.box-tyousain {
	position:relative;
	margin-left:40px;
	margin-right:15px;
	margin-bottom:20px;
    padding: 15px 20px;
    border-radius: 15px;
    background-color:var(--color_bg_sub1);
}

.post_content>:first-child.box-tyousain {
	/*swellは初めのdivのマージントップがゼロに設定されているため*/
	margin-top: 60px!important;	
}

.box-tyousain ul, 
.box-tyousain ol {
    margin: 10px;
}

.tyousain::before,
.tyousain1::before,
.tyousain2::before,
.tyousain3::before,
.tyousain4::before,
.tyousain5::before,
.tyousain6::before {
	content:"";
	width: 60px; 
	height: 60px;
	position:absolute;
    top: -26px;
    left: -46px;
}
.tyousain::before {
	background-image:var(--path_chosain0);
}
.tyousain1::before {
    background-image:var(--path_chosain1);
}
.tyousain2::before {
	background-image:var(--path_chosain2);
}
.tyousain3::before {
	background-image:var(--path_chosain3);
}
.tyousain4::before {
	background-image:var(--path_chosain4);
}
.tyousain5::before {
	background-image:var(--path_chosain5);
}
.tyousain6::before {
	background-image:var(--path_chosain6);
}




/*********************************************
メリット・デメリット・ポイント・注意の囲み枠
**********************************************/
.merit_box,
.demerit_box,
.point_box,
.caution_box {
    position: relative;
    margin: 40px 1em;
}



.merit_box,
.demerit_box,
.point_box{
	pointer-events: none;	/*配下のaタグがクリック出来ないの不具合対応*/
}

.merit_box a,
.merit_box p,
.demerit_box a,
.demerit_box p,
.point_box a,
.point_box p{
	pointer-events: auto;	/*配下のaタグがクリック出来ないの不具合対応*/
}

.merit_box p,
.demerit_box p,
.point_box p{
    margin: 10px 0 0 0;
}

.merit_box ul,
.merit_box ol,
.demerit_box ul,
.demerit_box ol,
.point_box ul,
.point_box ol,
.caution_box ul,
.caution_box ol{
	margin: 10px 0 0 0;
	padding: 0 0 0 1.5em;
	border:none;
}

.merit_box ol,
.demerit_box ol,
.point_box ol,
.caution_box ol{
	list-style-type: decimal;
}

/*メリット*/
.merit_box {
	padding: 10px 20px 15px 29px;
    border: 2px solid var(--color_merit_box_border);
}
.merit_box:before {
	content: var(--icon_merit_box);
    position: absolute;
    top: -14px;
  	left: 25px;
  	z-index: 2;
}
.merit_box:after{
  	background: none;
  	border: 2px solid var(--color_merit_box_border);
  	content: '';
  	position: absolute;
  	top: 3px;
  	left: 3px;
  	width: 100.5%;
  	height: 102%;
}
.merit_box .box-title {
    position: absolute;
    display: inline-block;
    top: -15px;
    left: 15px;
    padding: 0 9px 0 48px;
    font-size: 1.1em;
    background: #FFF;
    color: var(--color_merit_box_title);
	z-index: 1;
}


/*デメリット*/
.demerit_box {
 	padding: 10px 20px 15px 29px;
    border: 2px solid #d0d0d0;
}
.demerit_box:before {
	content: url(https://propedia.co.jp/wp-content/uploads/surarica/デメリット.png);
    position: absolute;
    top: -14px;
	left: 25px;
	z-index: 2;
}
.demerit_box:after{
	background: none;
	border: 2px solid #d0d0d0;
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100.5%;
	height: 102%;
}
.demerit_box .box-title {
    position: absolute;
    display: inline-block;
    top: -15px;
    left: 15px;
    padding: 0 9px 0 48px;
    font-size: 1.1em;
    background: #FFF;
    color:  #8a8a8a;
	z-index: 1;
}


/*ポイント*/
.point_box {
	padding: 10px 20px 15px 20px;
    border: 10px solid #FFF5D6;
}
.point_box:before {
	content: url(https://propedia.co.jp/wp-content/uploads/surarica/ポイント.png);
    position: absolute;
    top: -20px;
	left: 17px;
	z-index: 2;
}
.point_box:after {
	border: 2px solid #FFCA2A;
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
}
.point_box .box-title {
    position: absolute;
    display: inline-block;
    top: -21px;
    left: 7px;
    padding: 0 9px 0 48px;
    font-size: 1.1em;
    background: #FFF;
    color:  #FFC000;
	z-index: 1;
}

/*注意*/
.caution_box {
	padding: 20px 20px 15px 25px;
    border: 2px solid #f3cbd0;
	border-radius: 5px;
}

.caution_box:before {
	content: url(https://propedia.co.jp/wp-content/uploads/surarica/注意.png);
    position: absolute;
    top: -14px;
	left: 27px;
	z-index: 2;
}

.caution_box .box-title {
    background-color: #ff8596;
	border-radius: 5px;
	color: #fff;
	padding: 5px 15px 5px 48px;
	position: absolute;
	top: -24px;
	left: 14px;
	font-size: 1.1em;
}
.caution_box p{
    margin: 20px 0 0 0;
}




/*************************
口コミ枠
※脱毛（女性）で使用中
例　https://propedia.co.jp/datsumo-itami/
**************************/
.kutikomi {
    background: var(--color_bg_sub1);
    padding: 10px;
    border-radius: 10px;
}
.kutikomi-icon{
	width: 65px;
	height: 65px;
	object-fit: cover;
	border-radius: 50%;
	border: 3px solid var(--color_main);
	padding: 10px;
	margin: 0 10px 10px 0;
	background: #fff;
	display: inline-block;
}
.kutikomi-icon-migi{	/*アイコン右側の名前や年齢簡単なコメント用の枠*/
	display: inline-block;
}
.kutikomi-text{
	background: #fff;
	padding:15px;
	border-radius: 5px;
}

.kutikomi .hyokaten {
	color: var(--color_main);
}

.kutikomi .star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
	margin-top: 10px;
}
.kutikomi .star5_rating:before {
    content: url(https://propedia.co.jp/wp-content/uploads/surarica/star0.png);
}
.kutikomi .star5_rating:after {
    content: url(https://propedia.co.jp/wp-content/uploads/surarica/star5.png);
}
.kutikomi .star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.kutikomi .star5_rating[data-rate="5"]:after	{width: 100%;}
.kutikomi .star5_rating[data-rate="4.5"]:after	{width: 90%; }
.kutikomi .star5_rating[data-rate="4"]:after	{width: 80%; }
.kutikomi .star5_rating[data-rate="3.5"]:after	{width: 70%; }
.kutikomi .star5_rating[data-rate="3"]:after	{width: 60%; }
.kutikomi .star5_rating[data-rate="2.5"]:after	{width: 50%; }
.kutikomi .star5_rating[data-rate="2"]:after	{width: 40%; }
.kutikomi .star5_rating[data-rate="1.5"]:after	{width: 30%; }
.kutikomi .star5_rating[data-rate="1"]:after	{width: 20%; }
.kutikomi .star5_rating[data-rate="0.5"]:after	{width: 10%; }
.kutikomi .star5_rating[data-rate="0"]:after	{width: 0%;	 }



/***********************
jsリンク用ボタン
************************/
.btn1 .jump,
.btn1 a{
	border: 2px solid #462061;
	text-decoration: none;
	display:block;
	text-align:center;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.35;
	position: relative;
	border-radius: 40px;
	color: #fff;
	padding:0.5em;
	margin: 0.6em auto 2em;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1.2px 0 #29343c;
	animation-name:updown1;   /* アニメーション名の指定 */
	animation-delay:0s;   /* アニメーションの開始時間指定 */
	animation-duration: 3s;   /* アニメーション動作時間の指定 */
	animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
	animation-iteration-count: infinite; 
	overflow: hidden;
}

@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

/* ボタンをキラッとさせる */
.btn1 .jump::after,
.btn1 a::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
  
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shiny {
  0% {
      transform: scale(0) rotate(25deg);
      opacity: 0;
  }

  50% {
      transform: scale(1) rotate(25deg);
      opacity: 1;
  }

  100% {
      transform: scale(50) rotate(25deg);
      opacity: 0;
  }
}
.btn1 .jump,
.btn1 .jump:hover,
.btn1 a,
.btn1 a:hover {
  border-bottom: 4px solid #462061;
  background-color: #d19ef4;
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom,#a43eeb,#dbc6e9);
  box-shadow: inset 1px 1px 0 #e0c3f4;
}

.btn1 .jump:hover,
.btn1 a:hover {
  background-image: linear-gradient(to bottom,#dbc6e9,#a43eeb);
  color: #fff;
  text-shadow: 0px 1px 0px #462061;
}
.btn1 .jump:active,
.btn1 a:active {
  bottom: -4px;
  margin-bottom: 3.0em;
  border: none;
  box-shadow: 1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .3);
}



/***********************************************
ボタン
 四角・薄い色、マウスオーバーでメインカラーに
************************************************/
.button_solid001{
	text-align:center;
	font-size:0.9em;
}
.button_solid001 a {
    color: var(--color_main);
    background-color: var(--color_bg);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
	font-size:1.1em;
	border:solid 1px #CCC;
}

.button_solid001 a{
	color:var(--color_main);
	text-decoration:none;	
}
.button_solid001 a:hover {
	background-color:var(--color_main);	
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
	color:var(--color_bg);
	border:none;
}




/********************************
タブ
※「JS全般」にもjsコードを作成
********************************/
.tab-wrap{
    margin: 20px 0 40px;
}
.tab-group{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
}
.tab-name{
    flex-grow: 1;
    background: #EBEBEB;
    border-radius: 10px 10px 0 0;
    color: var(--color_main);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 2px;
    padding: 3px 0 3px;
    text-align: center;
    transition: 1s;
    vertical-align: bottom;
}
.panel-group{
    min-height:100px;
    border:solid 1px #CCC;
    border-top: 6px solid var(--color_main);
    padding: 10px;
}
.tab-panel{
    display:none;
}
.tab-name.is-active{
    color:#FFF;
    transition: 1s;
    padding-bottom: 20px;
    background-color: var(--color_main);
}
.tab-panel.is-show{
    display:block;
}

@media only screen and (max-width: 450px) {
.tab-name{
	width: 100%;
	border-radius: unset;
	border-top: 1px solid #fff;
}
	
}





/*************************
FAQ（よくある質問Ｑ＆Ａ）
**************************/
.box-qa {
    position: relative!important;
    overflow: hidden!important;
    border-radius: 10px!important;
    border: solid #f0f0f0 10px !important;
}
.box-qa .su-spoiler-title{
	padding:5px!important;
	position: relative;
	padding: 7px 20px 7px 40px!important;
}
.box-qa .su-spoiler-title:before{
	content:var(--icon_faq_q);
	position: absolute;
	left: 0;
	top: calc(50% - 15px);
}
.box-qa:not(.su-spoiler-closed) .su-spoiler-title:before{
	top: calc(50% - 20px);
}
.box-qa .su-spoiler-title::after {
    font-size: 1.7em;
    font-weight: bold;
    position: absolute;
    top: calc(50% - 13px);
    right: 0;
    content: '\2b';
    display: inline-block;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
}
.box-qa:not(.su-spoiler-closed) .su-spoiler-title::after{
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: calc(50% - 18px);
}
.box-qa:not(.su-spoiler-closed) .su-spoiler-title {
    padding-bottom: 15px !important;
}
.box-qa:not(.su-spoiler-closed) .su-spoiler-content {
    position: relative;
    padding: 15px 15px 15px 50px!important;
}
.box-qa .su-spoiler-content::before {
    content: var(--icon_faq_a);
    position: absolute;
	top: 10px;
	left: 10px;
}

@media screen and (max-width: 400px){
	.box-qa:not(.su-spoiler-closed) .su-spoiler-content {
    	padding: 50px 15px 15px 15px !important;
	}
}



/*******************
タイル状のボックス
********************/
.tile-recommend1{
	overflow:hidden;
}

.tile-recommend1 ul{
	border:0;
	list-style-type:none;

}

.tile-recommend1 li{
	border-radius:7px;
	height:70px;
	width:70px;
	margin:4px;
	float:left;
	text-align:center;
	padding:1px 0;
	box-shadow:3px 3px 2px #E5E5E5;
	background-color:#fff;
	transition: all 0.3s 0s ease-in-out;
}

.tile-recommend1 li:hover{
	box-shadow:3px 3px 4px #999;
}


.tile-recommend1 li a{
	display:block;
	margin:0;
	padding:12px 1px 1px 1px;
	font-weight:normal;
	font-size:12px;
	line-height:1.1em;

}

.tile-recommend1 a i {
	color:var(--color_main);
	padding-bottom:4px;
}

.tile-recommend1 a:hover{
	margin-left:3px;
	background-color:#fff;
}



/********************************
Shortcodes Ultimate／スポイラー
*********************************/
.su-spoiler-style-fancy>.su-spoiler-title {
    background: var(--color_su_spoiler_title)!important;
}




/*****************************************
detailsとsummary（アコーディオンのタグ）
******************************************/
details summary {
    list-style: none;
    cursor: pointer;
    padding: 10px 20px;
    background: var(--color_bg_sub1);
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
}
details summary::before, 
details summary::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: var(--color_main);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}
details summary::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.6s;
}
details[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}

details {
	margin: 20px auto;
    position: relative;
    padding: 1em;
}
details[open] {
    border: 1px solid #ccc;
}
details p.comment{
	padding:10px;margin:0;
	line-height:1.5em;
}
details p.comment:not(:last-child) {
	border-bottom:1px solid #ccc;
}



/***********************
画像と説明文を横並び
************************/
.flexbox1{
	display:flex;
	padding:15px 10px;
	margin:1em 0;
	box-shadow:0 0 7px #ccc;
	border-radius:12px;
}
.flexbox1 p.flexbox-text{
	width:60%;

	line-height:1.4em;
	font-size:15px;
	margin:0 0 0 10px;
}


@media screen and (max-width: 500px) {
	.flexbox1{
		display:block;
		text-align:center;
	}
	.flexbox1 p.flexbox-text{
		width:100%;
		text-align:left;
	}
}



/********************************
分岐
（プラグイン「Yes/No Chart」)
*********************************/
.yesno_q {
    background-color: var(--color_bg_sub1);
	border:0;
}

.yesno_q dt span,
ul#choices li button {
    background: var(--color_main);
    border: 3px solid var(--color_main);
}

ul#choices li button {
}


ul#choices li button:hover {
    background: var(--color_bg_sub1);
	color:var(--color_main);
}



/**********************
文字装飾
***********************/
.futoji,
.kurofutoji{
	font-weight:bold;
}

.akafuto{
	color:#f41010;
	font-weight:bold;
}

.pinkfuto{
	color:#FF5192;
	font-weight:bold;
}

.aofuto{
	color:#3e3ee4;
	font-weight:bold;
}

.murasakifuto{
	color:#800080;
	font-weight:bold;
}

.omoji {
    font-size: 1.4em;
    font-weight: bold;
}

.tyumozi {
    font-size: 1.2em;
    font-weight: bold;
}

.mini{font-size:0.8em;}

.pink-line{
	background: linear-gradient( transparent 60%, #ffcccc 0% );
}

.yellow-line {
	background: linear-gradient( transparent 60%, #fcf280 0% );
}


.underdod {
	border-bottom: dashed 1px #000000;
}


/**** 動く下線 ****/
.iao{
    color: #333;
    text-decoration: none;
    background: linear-gradient(rgba(145,238,33,0) 60%, rgba(145,214,253,1) 40%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 3.5s;
}

.iak{
    color: #333;
    text-decoration: none;
    background: linear-gradient(rgba(145,238,33,0) 60%, rgba(244,159,216,1) 40%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 3.5s;
}

.iki{
    color: #333;
    text-decoration: none;
    background: linear-gradient(rgba(252,238,33,0) 60%, rgba(252,238,33,1) 40%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 5.0s;
}



/*** 点線 ***/
span.dashed {
  border-bottom-style: dashed;
  border-bottom-width: 2px;
  padding-bottom: 0px;
}

/*赤*/
.red03 {
  border-bottom-color:#e83055;
 } 

/*黄*/
.yellow03 {
  border-bottom-color:#efeb39;
 } 

/*シアン*/
.cyan03 {
  border-bottom-color:#3496d3;
 } 

/*ピンク*/
.pink03 {
  border-bottom-color:#e7338f;
 } 

/*マゼンタ*/
.magenta03 {
  border-bottom-color:#874b9b;
 } 

/*オレンジ*/
.orange03 {
  border-bottom-color:#f4bd1c;
 } 

/*黄緑*/
.yellowgreen03 {
  border-bottom-color:#73bd46;
  }

/*紫*/
.murasaki03 {
  border-bottom-color:#54479d;
 }

/*青*/
.blue03 {
  border-bottom-color:#2357a9;
 }

/*緑*/
.green03 {
  border-bottom-color:#74c4a0;
 }


/*** マーカー ***/
.marker01 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}

/*赤いアンダーマーカー*/
.line-red03 {
  background-image: url("https://propedia.co.jp/wp-content/uploads/2022/02/9d419aba95cf1ce770b6f83307a17701.png");
}

/*赤みのオレンジアンダーマーカー*/
.line-red-orange {
  background-image: url("https://propedia.co.jp/wp-content/uploads/2022/02/7d22ff2fa4dbe6a5d77c20c7c85eaa98.png");
}

/*ピンクのアンダーマーカー*/
.line-pink {
  background-image: url("https://propedia.co.jp/wp-content/uploads/2022/02/5ab6c975f919a0761171b15040c62044.png");
}

/*マゼンタのアンダーマーカー*/
.line-magenta {
  background-image: url("https://propedia.co.jp/wp-content/uploads/2022/02/c10bac864c6029d6946046d25556677c.png");
}

/*紫のアンダーマーカー*/
.line-purple {
  background-image: url("https://propedia.co.jp/wp-content/uploads/2022/02/d0ac22a4b60e064be15db680496ddd5a.png");
}

/*ブルーのアンダーマーカー*/
.line-blue03 {
  background-image: url("https://propedia.co.jp/wp-content/uploads/2022/02/a0e0d8836de5b62dbeb4115b3096052c.png");
}

/*シアンのアンダーマーカー*/
.line-cian {
  background-image: url("https://propedia.co.jp/wp-content/uploads/2022/02/3f04ab350c0f06c95c83d2ac41064c2d.png");
}

/*緑みの青のアンダーマーカー*/
.line-green-blue {
  background-image: url("https://propedia.co.jp/wp-content/uploads/2022/02/6bb109eff969fd94a20489ca8df45401.png");
}

/*緑のアンダーマーカー*/
.line-green03 {
  background-image: url("https://propedia.co.jp/wp-content/uploads/2022/02/9aeebe64498bbcf2ba3eafa5311186b3.png");
}

/*黄緑のアンダーマーカー*/
.line-yellow-green {
  background-image: url("https://propedia.co.jp/wp-content/uploads/2022/02/c72873d5640466132a9d86e8a14798e9.png");
}

/*黄のアンダーマーカー*/
.line-yellow03 {
  background-image: url("https://propedia.co.jp/wp-content/uploads/2022/02/77923fd23439328aba809cd13e6c6598.png");
}

/*黄みのオレンジアンダーマーカー*/
.line-yellow-orange {
  background-image: url("https://propedia.co.jp/wp-content/uploads/2022/02/f098d13bf316374c2a3d87452072deee.png");
}


/**********
枠
***********/
.waku1 {
	border: 5px solid var(--color_main);
	border-radius: 10px;
	margin-right: 10px;
	width: 150px;
	height: 150px;
	padding: 10px;
	display: inline-block;
}

.waku2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: var(--color_main);
    background: #FFF;
    border: solid 3px var(--color_main);
    border-radius: 10px;
}

.waku3{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #f5f1f9;
    border-top: solid 5px var(--color_main);
    border-bottom: solid 5px var(--color_main);
}

.waku4 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px var(--color_main);
}

.waku4 ul{
	border:none;
    margin: 0;
    padding: 0 0 1.5em 2.5em;
}

.waku4 ol.step{
	list-style-type: decimal;
	margin: 0;
	padding: 0 0 1.5em 2.5em;
	border:none;
}

.waku5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f5f1f9;
    border: dashed 2px var(--color_main);/*点線*/
}
.waku6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px var(--color_main);/*左線*/
    border-right: double 7px var(--color_main);/*右線*/
}

.waku7 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #f9f7fb;
    border-left: solid 10px var(--color_main);
}

/*
.waku72 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #f6fffe;
    border-left: solid 10px #91eaee;
}

.waku73{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fdfafa;
    border-left: solid 10px #ee91a6;
}
*/

.waku8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: var(--color_main);
    background: #f4edf9;/*背景色*/
    border-top: solid 6px var(--color_main);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.waku9 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: var(--color_main);
    background: var(--color_bg_sub1);
    border-bottom: solid 6px var(--color_main);
    border-radius: 9px;
}

.waku10 {
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: var(--color_bg_sub1);
    box-shadow: 0px 0px 0px 10px var(--color_main);
    border: dashed 2px white;
}

.waku11 {
    padding: 0.2em 0.5em;
    margin: 2em 0;
/*    color: #565656;*/
    background: var(--color_bg_sub1);
    box-shadow: 0px 0px 0px 10px var(--color_bg_sub1);
    border: dashed 2px var(--color_main);
    border-radius: 8px;
}


.waku12 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px var(--color_main);
    border-radius: 8px;
}
/*
.waku13 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #C891EE;
    font-weight: bold;
}*/



.waku14,
.wakum14 {
	/*　wakum14 はスラリカで使用中
	今後はwakum14→waku14に統一する
	*/
		
    position: relative;
    margin: 2em 0;
    padding: 10px;
    border: solid 3px var(--color_main);
}

.post_content div>:first-child.waku14{
	margin-top: 2em !important;
}

.waku14 .box-title,
.wakum14 .box-title {
    position: absolute;
    display: inline-block;
	top: -33px;
    left: -3px;
    padding: 4px 9px;
    height: 31px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: var(--color_main);
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
/*
.waku14 p:first-of-type,
.wakum14 p:first-of-type{
	margin-top:0.5em;
}
*/
.waku14 ul,
.wakum14 ul{
	border:none;
    margin: 0;
    padding: 0 0 1.5em 2.5em;
}

.waku14 ol.step,
.wakum14 ol.step{
	list-style-type: decimal;
	margin: 0;
	padding: 0 0 1.5em 2.5em;
	border:none;
}

.waku15 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px var(--color_main);
}
.waku15 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 3px 9px;
    height: 30px;
	line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: var(--color_main);
    color: #ffffff;
    font-weight: bold;
}

.waku15 p:nth-child(2){
	margin-top:0.5em;
}

.waku16 {
    margin: 2em 0;
    background: var(--color_bg_sub1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	padding-bottom:0px;
}
.waku16 .box-title {
    font-size: 1.1em;
    background: var(--color_main);
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
/*    letter-spacing: 0.05em;*/
}
.waku16 p:nth-child(2){
	margin:10px;
}


.waku16 ul{
	border:none;
    margin: 0;
    padding: 0 0 1.5em 2.5em;
}

.waku16 ol.step{
	list-style-type: decimal;
	margin: 0;
	padding: 0 0 1.5em 2.5em;
	border:none;
}


.gray-fukidashi {
	position: relative;
	background-color: #f1f1f1;
	padding: 10px;
	margin-bottom:20px;
	color: #333;
}

.gray-fukidashi::before {
	content: "";
	position: absolute;
	border: 12px solid transparent;
	border-top: 12px solid #f1f1f1;
	top: 100%;
	left: 25%;
}



/**********
枠　その２
***********/

.box333 {
  border: 1px solid #f0b8bf;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.box333:before {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 5px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 7px;
  z-index: -1;
}

.box333:after {
  background: repeating-linear-gradient(-45deg, #f5d5da, #f5d5da 5px, #fcf0f1 0, #fcf0f1 10px);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.box333 ul{
	border:none;
    margin: 0;
    padding: 0 0 1.5em 2.5em;
}

.box333 ol{
	list-style-type: decimal;
	margin: 0;
	padding: 0 0 1.5em 2.5em;
	border:none;
}



.box444 {
  border: 1px solid #8bc1f5;
  border-radius: 5px;
  padding: 14px 14px 14px 16px;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
  box-sizing: border-box;
}

 .box444:before {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 5px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 7px;
  z-index: -1;
}

 .box444:after {
  background: repeating-linear-gradient(-45deg, #d6ebff, #ffffff 5px, #c3e2ff 0, #d6ebff 10px);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.box444 p {
  margin: 0;
}

.box444 ul{
	border:none;
    margin: 0;
    padding: 0 0 1.5em 2.5em;
}

.box444 ol{
	list-style-type: decimal;
	margin: 0;
	padding: 0 0 1.5em 2.5em;
	border:none;
}



/*タイトルなし枠*/
.box_chumoku {
	position: relative;
	margin: 20px;
	padding: 25px 20px 15px 25px;
	border: 2px solid var(--color_merit_box_border);
}

.box_chumoku:after{
  	background: none;
  	border: 2px solid var(--color_merit_box_border);
  	content: '';
  	position: absolute;
  	top: 3px;
  	left: 3px;
  	width: 100.5%;
  	height: 104%;
}




/**** リスト（点線で囲み） ****/

ul.tensen-ao, 
ol.tensen-ao,
ul.tensen-aka, 
ol.tensen-aka  {
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 7px 7px 7px 32px;
}
ul.tensen-ao, 
ol.tensen-ao {
    background: #f1f8ff;
    box-shadow: 0px 0px 0px 10px #f1f8ff;
    border: dashed 2px #668ad8;
}
ul.tensen-aka, 
ol.tensen-aka {
    background: #ffe2f1;
    box-shadow: 0px 0px 0px 10px #ffe2f1;
    border: dashed 2px #668ad8;
}



/**** リスト／olタグ ****/
ol.numbering {
  margin: 0 0 1.75em 1.25em;
  line-height: 1.6;
  padding: 0;
  counter-reset: list;
  list-style-type: none;
}

ol.numbering>li {
  position: relative;
  margin: 7px 0 10px 0px;
  padding: 7px 5px 7px 35px;
  font-weight: bold;
  font-size: 18px;
  border-bottom: dashed 1px var(--color_main);
}
ol.numbering li::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 3px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: var(--color_main);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}




/********************************
サイドバー／都道府県
*********************************/

/*都道府県一覧*/
.box-sidebar-todofuken ul {
    list-style: none;
	clear:both;
	padding:0;
}

.box-sidebar-todofuken  ul ul {
    list-style: none;
}

.box-sidebar-todofuken li li{
	float:left;
	margin-right:1em;
}

.box-sidebar-todofuken ul li ul {
    margin-bottom: 10px;
    overflow: hidden;
}




/****************
その他
*****************/

/*ヘッダーのメディアサイト用追加ロゴ*/
.header-custom-logo{
    max-width: 180px;
}

/*コピーライト*/
.copyright2{
	font-size: 12px;
    text-align: center;
}


/* Shortcodes Ultimate／スポイラーのマージンを調整 */
.su-spoiler-style-default>.su-spoiler-content {
    padding-left: 1em !important;
}
