@charset "UTF-8";

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

 groupplan

----------------------------------------------------*/
dl.gplan	{
	margin:10px 0 30px;
	/*border-top: 1px #be9507 dotted;*/
}
dl.gplan	dt	{
	padding:10px 5px 5px 0;
	color:#fff;
}
dl.gplan	dt	span{
	background-color:#be9507;
	padding:3px;
	text-align:center;
	box-sizing:border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:block;
}
dl.gplan	dd	strong{
	color:#c87a98;
	font-size:22px;
	margin:0 5px;
	line-height:1;
	font-weight:bold;
}
dl.gplan	dd	{
	padding:0 5px 10px;
	border-bottom: 1px #be9507 dotted;
}

@media only screen and (min-width: 40em) {
	dl.gplan	dt	{
		padding:10px 0;
		width:120px;
	}
	dl.gplan	dd	{
		/*padding:10px 0 10px 135px;
		margin-top:-3.2em;*/
	}
	dl.gplan	dt	span{}
}