@charset "shift_jis";
/*------------------------------------------------
h2 h3
-------------------------------------------------*/

.grad {
	background: linear-gradient(140deg, #ff3a8c 20%, #f690bb, #ff9574);
	padding: 4px 8px;
	color: #ffffff;
	position: static;
	border-bottom: unset;
	font-size: 1.5rem;
}

h2.grad::after {
    content: none;
    display: none;
}
 
.grad_line {
	border-bottom: 5px solid;
	border-image: linear-gradient(140deg, #ff3a8c 20%, #f690bb, #ff9574) 1;
	padding: 0;
	font-size: 1.4rem;
	display: inline-block;
}

h3.grad_line::after {
    content: none;
    display: none;
}


/*------------------------------------------------
reccoend
-------------------------------------------------*/

.reccomend_box {
	border: 4px solid #fdd3dc;
	padding: 8px;
	border-radius: 15px;
}

/*------------------------------------------------
profile
-------------------------------------------------*/

.prof_name {
	border-bottom: 4px dotted #e0aaa0;
}

/*------------------------------------------------
button
-------------------------------------------------*/

.btnPink {
	background: #f472a9;
}


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

.panf_img {
	width: 125px;
}

}

/*------------------------------------------------

-------------------------------------------------*/
.pink{color: #fa68a5;}




