@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	common style
//////////////////////////////////////////////////////////////*/

/*=======================================================
	btn
=======================================================*/
.btn a {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	background: #006dd9;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


/*=======================================================
	wrapper-contents
=======================================================*/
.wrapper-contents {
	background-color: #ffffff;
}
.mainimage {
}
.mainimage img {
	width: 100% !important;
}

h2,h3 {
	display:inline;
	margin: 0em;
	}

/*=======================================================
	section-contents
=======================================================*/

.section-contents {
	margin: 15px;
	background: #ffffff;
	border: 3px solid #FBC817;
	border-radius: 5px;
}
.section-contents p {
	margin: 10px;
	line-height: 1.5;
}
.section-contents p + p {
	margin-top: 0;
}
.section-ttl {
	box-sizing: border-box;
	padding: 10px;
	height: 42px;
	background-color: #FBC817;
	border-bottom: 3px solid #FBC817;
	color: #fff;
	font-size: 20px;
	line-height: 21px;
	text-align: center;
}

.corner-ttl-first {
	margin: 20px 10px 10px;
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.3;
	color: #d91e19;
}

.corner-ttl {
	margin: 20px 10px 10px;
	padding-top: 20px;
	border-top: 1px solid #eb6100;
	font-size: 16px;
	line-height: 1.3;
	color: #d91e19;
}

#mc{
	padding: 0 10px;
	text-align: center;
}
#mc img {
	width: auto !important;
	max-width: 100% !important;
}
/*=======================================================
	section-bnr
=======================================================*/
.section-bnr {
	margin: 15px;
}
.bnr {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.bnr li {
	box-sizing: border-box;
	margin: 3px;
	width: 47.7%;
	width: calc(50% - 6px);
	display: block;
}
.bnr li img {
	width: 100% !important;
}


/*=======================================================
	menu-contents
=======================================================*/
.menu-contents {
	background: #ffffff;
} 
.menu-contents a {
	background: -webkit-gradient(linear, left top, left bottom, from(#5e5754), color-stop(0.49, #413936), color-stop(0.50, #221814), to(#221814));
	background: -moz-linear-gradient(top, #5e5754 0%, #413936 49%, #221814 50%, #221814);
}
