@charset "UTF-8";
.title-page { margin-bottom: 40px; }

h2 {
	font-size: 19px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 29px;
}

.group-menu {
	margin-bottom: 116px;
	padding-right: 10px
}

.group-menu h3 {
	font-family: 'Heebo', sans-serif; font-weight: 500;
	font-size: 18px;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	margin-bottom: 34px;
}

.group-menu dt {
	background: url("../img/bg_list_menu.png") repeat-x center;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	margin-top: 28px;
	margin-right: 20px;
}

.group-menu dt span { background-color: #fff; }

.group-menu dd {
	color: #8F8F8F;
	margin-top: 12px;
	line-height:1.7;
}

.group-menu p {
	color: #8F8F8F;
	margin-top: 43px;
	line-height: 22px;
}
.p2-list-specialMenu {
		margin: 20px 0;
		padding: 10px 36px;
		width: 100%;
		height: 40px;
		-webkit-appearance: none;
		background: #fff url(../img/sp-icon-select.png) no-repeat right 10px center;
		font-size: 16px;
		color: #5B4A2F;
		padding-left: 15px;
		background-size: 25px 25px;
		word-wrap: break-word;
		word-break: break-all;
		white-space: normal;
		font-size: 100%;
}

@media screen and (max-width: 768px) {
	.menu-sub-page {
		border: 1px solid #231815;
		margin: 0px 0px 25px 0px;
		position: relative;
	}
	.menu-sub-page:before {
		content: url("../img/icon_select.png");
		position: absolute;
		top: 5px;
		right: 15px;
	}

	.menu-sub-page li {
		float: none;
		margin-left: 0;
		display: none;
		padding: 5px 10px;
	}

	.menu-sub-page li:first-child { display: block; }

	.group-menu h3 {
		font-size: 15px;
		padding-bottom: 2px;
		margin-bottom: 10px;
	}

	.group-menu {
		margin-bottom: 30px;
		padding-right: 0;
	}

	.group-menu dt {
		font-size: 13px;
		margin-top: 15px;
	}

	.group-menu dd { font-size: 12px; }

	.group-menu p { margin-top: 20px; }
	
	.group-menu dt {
	background: url("../img/bg_list_menu.png") repeat-x center;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	margin-top: 28px;
	margin-right: 0px;
}


}
