@charset "UTF-8";

.hajmeteContBox{
	position: relative;
	margin-bottom: 30px;
	text-align: left;
	z-index: 2;
}




.hajimete_wrap{
	padding:10px;
}

.hajimete_image{
	float:right;
	position: relative;
	border-left: solid 50px #fff;
	border-bottom: solid 50px #fff;
	z-index: 5;
	background-color: #fff;
}



.hajimeteJisage1{
	padding-left:2em;
}
.hajimeteNyuryokurei{
	font-size: 16rem;
	line-height:1.8;
	border:solid 1px #ccc;
	padding:20px;
	margin-bottom:1em;
	background-color:#f3f0ee;}
.hajmeteContBox h3{
	font-size: 18rem;
	line-height:1.8;
	margin-bottom:1em;
}
.hajmeteContBox h4{
	font-size: 16rem;
	line-height:1.8;
	margin-bottom:0.5em;
}
.hajmeteContBox p{
	font-size: 16rem;
	line-height:1.8;
	margin-bottom:1em;
}
.hajmeteContBox > dl{
	margin-bottom:20px;
}
.hajmeteContBox dt{
	font-size: 16rem;
	line-height:1.8;
	font-weight:bold;
}
.hajmeteContBox > dl > dt{
	font-size: 18rem;
	margin-bottom:0.25em;
	border-bottom: dotted 1px #999;
	font-weight:normal;
}
.hajmeteContBox > dl > dt::before{
	content: "■";
}
.hajmeteContBox dd{
	font-size: 16rem;
	line-height:1.8;
	margin-bottom:1em;
	padding-left:1.125em;
}
.hajmeteContBox > dl > dd{
	margin-bottom:30px;
}


.userTorokuBtn{
	margin-bottom:60px;
}

/*-----767以下-----*/
@media screen and (max-width: 767px) {

	.hajmeteContBox{
		padding:0;
	}

	.hajimete_image{
		display:none;
	}

	.userTorokuBtn{
		margin-bottom:0;
	}

}
