/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2025 | 01:29:29 */
/**********************
基本設定
***********************/


h1.c-postTitle__ttl {
    position: relative;
    color: var(--color_main);
    padding: 0.5em 0.5em 0.5em 1.5em;
}

h1.c-postTitle__ttl:before{
    font-family:FontAwesome;
    content: "\f138";
    position: absolute;
    font-size: 1em;
    left: 0.25em;
    top: 0.5em;
    color: var(--color_main);
}


.post_content h3:not(.ranking-list h3){
    position: relative;
    padding-left: 1.2em;
    color: var(--color_main);
}

.post_content h3:not(.ranking-list h3):before{
    font-family: FontAwesome;
    content: "\f075";
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: var(--color_main);
}

.p-breadcrumb__item a{
    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;
}


/**********
枠
***********/
.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);
}


.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;
}



.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 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.2em;
    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%;
}




/*******************
テーブル　table-ux
********************/
.post_content table.table-ux {
	/*width: 100%;	データに応じて可変にしたい場合はthml側に「style="width: auto;"」を入れる*/
	border-collapse: collapse;
	border-spacing: 0;
	margin: 30px 0;
}

.table-ux th,
.table-ux td {
    padding: 7px;

}
.table-ux th {
	background: #00BBBB;
	text-align:center;
	color:#fff;

}
.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;
    }
}



/*********************************************
メリット・デメリット・ポイント・注意の囲み枠
**********************************************/
.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 #ff9a9e;
}
.merit_box:before {
	content: url(https://mai-tel.jp/mama/wp-content/uploads/merit.png);
    position: absolute;
    top: -14px;
  	left: 25px;
  	z-index: 2;
}
.merit_box:after{
  	background: none;
  	border: 2px solid #ff9a9e;;
  	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.2em;
    background: #f6f8ff;
    color: #ff9a9e;
	z-index: 1;
}


/*デメリット*/
.demerit_box {
 	padding: 10px 20px 15px 29px;
    border: 2px solid #d0d0d0;
}
.demerit_box:before {
	content: url(https://mai-tel.jp/mama/wp-content/uploads/demerit.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.2em;
    background: #f6f8ff;
    color:  #8a8a8a;
	z-index: 1;
}


/*ポイント*/
.point_box {
	padding: 10px 20px 15px 20px;
    border: 10px solid #FFF5D6;
}
.point_box:before {
	content: url(https://mai-tel.jp/mama/wp-content/uploads/point.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.2em;
    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://mai-tel.jp/mama/wp-content/uploads/caution.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.3em;
}
.caution_box p{
    margin: 20px 0 0 0;
}







/***********************************************
ボタン
 四角・薄い色、マウスオーバーでメインカラーに
************************************************/
.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;
}

a.btn1 {
	font-size: 1.4em;
    background-color: #f50581;
    /*border-bottom: 5px solid #8f1655 !important;*/
	border-bottom: none !important;
    width: 70%;
    margin: auto !important;
	display: block;
	position: relative;
    overflow: hidden;
    margin-top: 1em !important;
	bottom: 7px;
    box-shadow: 0 7px #8f1655;
}
a.btn1:before {
    content: '';
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    animation: s-btn1 3s ease-in-out infinite;
    display: inline-block;
}
@-webkit-keyframes s-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
a.btn1:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 13px;
    height: 13px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: .1s;
    box-sizing: border-box;
}
a.btn1:hover {
    bottom: 0;
    box-shadow: 0 0 #157f50;
}



/*************************
FAQ（よくある質問Ｑ＆Ａ）
**************************/
details.faq1{
	margin: 18px auto;
}

details.faq1 summary {
    list-style: none;
    cursor: pointer;
    padding: 10px 20px 10px 10px;
    background: #e4e4e4;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
}

details.faq1 summary:before {
	content:"Ｑ．";
    color:var(--color_main);
}

details.faq1 summary:after {
	content:"▼";
	display: inline-block;
    width: 20px;
    height: 2px;
    position: absolute;
    right: 20px;
    color:var(--color_main);    
}

details.faq1[open] summary::after {
    content:"▲";
    color:var(--color_main);
}

details.faq1 .answer{
	padding:5px 10px;	
}


/****************
ボタン
****************/

a.btn1 {
	font-weight: 700;
	position: relative;
	display: block;
	padding: 15px 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 15px;
	margin:10px 5% 0px;
	color: #fff;
}
a.btn1:hover {
	color: #fff;
}

.btn1-br{
	display:none;
}

@media screen and (max-width: 500px) {
a.btn1 {
	padding: 10px 5px;
}

.btn1-br{
	display:block;
}
}


.post_content blockquote cite {
    display:inline;
}

/***********************
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);
}