@charset "UTF-8";
main {
				background-image: url(../img/bg_menu2.jpeg);
}
.menuinner {
				width: 100%;
				max-width: 1040px;
				min-height: calc(100vh - 340px);
				color: #fff;
				text-shadow: 1px 1px 5px #1e1e1e, -1px -1px 5px #1e1e1e, 1px -1px 5px #1e1e1e, -1px 1px 5px #1e1e1e;
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				align-content: center;
				justify-content: space-between;
				align-items: flex-start;
				margin: 0 auto;
				padding:32px 20px;
}
.menucontent_inner_left,.menucontent_inner_right {
				width: 48%;
}
.content_inner_text_title {
				font-size: 32px;
				font-weight: bold;
				border-bottom: 2px solid #fff;
				margin: 0 0 20px;
}
.content_inner_text_wrap01 {
				font-size: 28px;
				font-weight: bold;
				list-style: none;
				margin: 0 0 36px;
				display: inline-block;
}
.content_inner_text_annotation01 {
				font-size: 14px;
}
.content_inner_text_annotation01 p {
				text-indent: -1.5em;
				padding-left: 1.5em;
}
.content_inner_text_wrap02 {
				margin: 0 0 24px;
}
.content_inner_text_wrap02_title {
				font-size: 28px;
				font-weight: bold;
}
.content_inner_text_wrap02_list {
				font-size: 20px;
				font-weight: bold;
}
.content_inner_text_text {
				margin: 0 0 16px;
}
.content_inner_text_annotation02 {
				font-size: 14px;
				margin: 0 0 28px;
}
.content_inner_text_annotation02 p {
				text-indent: -1em;
				padding-left: 1em;
}

@media screen and (min-width: 768px) {
		
	}
@media screen and (max-width:767px) {
	.menuinner {
	}
	.menucontent_inner_left,.menucontent_inner_right {
					width: 100%;
	}
	.content_inner_text_title {
					font-size: 28px;
					margin: 0 0 16px;
	}
	.content_inner_text_wrap01 {
					font-size: 22px;
					margin: 0 0 22px;
	}
	.content_inner_text_annotation01 {
					font-size: 12px;
					margin: 0 0 22px;
	}
	.content_inner_text_wrap02 {
					margin: 0 0 20px;
	}
	.content_inner_text_wrap02_title {
					font-size: 22px;
	}
	.content_inner_text_wrap02_list {
					font-size: 18px;
	}
	.content_inner_text_annotation02 {
					font-size: 12px;
	}
}