html {
	position: relative;
	min-height: 100%;
	padding-bottom: 312px;
	box-sizing: border-box;
}
body {
	background-color: #fff;
}
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 258px;
	background-color: #fff;
}







#head_left img {
	margin: 50px 0 0 50px;
}

/* メインエリア */
#main_bak {
	width: 100%;
	margin: 0 auto;
}



.widthimg {
	max-width: 2048px;
	min-width: 1280px;
}
.widthimg img {
	width: 100%;
	margin: 50px 0 100px;
}







.sub_title {
	width: 100%;
	margin: 0 auto 50px auto;
	text-align: center;
	color: #59372a;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.1em;
}









.wrap_box, .wrap_under {
	width: 1200px;
	text-align: center;

	overflow: visible;
}
.wrap_box {
	margin: 0 auto 100px;
	text-align: center;
}
.wrap_under {
	margin: 0 auto 200px;
}


.bochi_box {
	width: 950px;
	margin: 0 auto;
	line-height: 2.0;
	font-size: 18px;
	text-align: left;

	display: inline-block;
	position: relative;
}
.eitai {
	position: absolute;
	top: 300px;
	left: 400px;
}
.bunjyo {
	position: absolute;
	top: 120px;
	left: 700px;
	border-radius: 75% 25% 80% 20% / 15% 83% 17% 85%;
}

.bottom_sp span {
	font-size: 20px;
}


.bottom_sp {
	margin-bottom: 1.5em;
}








hr.hr1 {
	margin: 150px 0;
	border-top: 1px solid #8c8b8b;
}



.bochi_list_box {
/*	width: 770px;*/
	margin: 50px auto;
	text-align: center;

	display: inline-block;
}

/* リスト */
ul.bochi_list{
	padding: 0;
	font: 18px/1.6 'Times New Roman',  'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
	width:100%;
	list-style: none;
	text-align: left;
}
ul.bochi_list li{
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	font-size: 18px;
	border-bottom: 1px solid rgba(140,139,139, 0.5);
}
ul.bochi_list li:after,
ul.bochi_list li:before{
	content: "";
	position: absolute;
	border-radius: 50%;
}
ul.bochi_list li:before{
	left: 0.2em;
	width: 17px;
	height: 17px;
	background: rgba(217,139,139,0.5);
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.bochi_list li:after{
	top: 1.1em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(217,139,139,0.3);
}

ul.bochi_list li:last-child  {
	border-bottom: 1px solid rgba(140,139,139, 0);
	margin-bottom: 1em;
}





