body {
	color: #333;
	font-size: .8rem;
	background-color: #000000;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: bottom;
	max-width: 100%;
	width/***/
    : auto;
	/* IE8のみ */
	height: auto;
}
.bg-w {
	background-color: #fff;
}
p {
	color: #333;
}
.no-padding {
	padding: 0px;
}
.modal-body ul li {
	margin-bottom: 15px;
}
ul.osusume {
	list-style: decimal
}
ul.num {
	list-style-type: decimal;
}
.vcenter {
	display: flex;
	align-items: center;/*vertical*/
}
.hcenter {
	display: flex;
	justify-content: center;/*horizontal*/
}

@media (min-width: 1200px) {
.container {
	max-width: 980px;
}
}
.container img {
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
a {
	color: #333;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.main-wrap {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.main-image {
	background-image: url(../img/nakajima.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
#copy {
	background-color: #EA5404;
}
#copy img {
	width: 80%
}
#form01, #form02 {
	margin-top: 30px;
	background-color: #00ADA9;
}
footer {
	margin-top: 30px;
}
.footerlogo {
	margin-bottom: 30px;
}
.padding10 {
	padding: 10px;
}
.box1 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-wrap {
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 350px;
	background-size: 80%;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	background-color: #fff;
}
.drawer-nav {
	color: #fff;
	background-color: #000;
}
.drawer-menu-item {
	color: #fff;
}
.drawer-overlay {
	background-color: rgba(255,255,255,.5);
}
.drawer-menu-item:hover {
	color: #eee
}
.logo-top {
	max-width: 100%;
	margin-top:30px;
}
@media (max-width:768px) {
.logo-top {
	width: 80%
}
.box1 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.form-h1-title {
	font-size: 1.5em;
}
}
