@charset "shift_jis";

.Profile dl dt{
	font-size:22px;
	font-weight:700;
	color:#e60012;
}

.Profile dl dd{
	font-size:18px;
	font-weight:700;
	color:#555;
}

a.lineBtn{
	padding:20px;
	color:#fff;
	background:#00b900;
	border: solid 1px #2cea2b;
	display:inline-block;
	border-radius: 6px;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.3);
	transition: all .3s;
}

.lineBtn:hover {
	text-decoration: none;
	background-color: #01b900;
	background: linear-gradient(to bottom, #59c758 0%,#48d247 50%,#57de56 100%);
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
}

/*----------------------
X}z
----------------------*/
@media screen and (max-width:767px) {
	.Profile dl dt {
	margin-bottom: 0;
	}
	.Profile dl dd {
	font-size: 16px;
	}
	img.rekkun {
	max-width: 60%;
	height: auto;
	}
	a.lineBtn{
	font-size:22px;
	display: block;
	margin:0 auto;
	text-align: ;
	center;
	text-align: center;
	}
}
