@charset "UTF-8";
/*----------------------------------------------------
	☆CMN
----------------------------------------------------*/
body {
	color: #fff;
	font-family: Arial, Roboto, 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
	font-weight: 500;
	line-height: 1;
	min-width: auto;
	transition: 0.3s ease-in-out;
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
.last {
	margin-right: 0 !important;
}
.txt {
	color: #000;
	font-family: Arial, Roboto, 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 20px;
	letter-spacing: .1em;
	line-height: 180%;
	text-align: center;
}
ul {
	list-style-type: none;
}
#wrap a:hover {
	opacity: .8;
}

/*----------------------------------------------------
	☆nav
----------------------------------------------------*/

#nav .nav_box {
	background: url(../images/navbg.png) repeat-x left 150px;
}
/*----------------------------------------------------
	☆one
----------------------------------------------------*/

#one {
	background: url(../images/bg_blue.jpg) repeat left top;
	padding: 70px 0 30px;
	text-align: center;
	width: 100%;
}


#one .box  {
	background: #fff;
	border: 2px solid #F39800;
	padding:50px;
	margin-bottom: 100px;
}


#one .box .txt {
	color: #000000;
	font-size: 20px;
	line-height: 170%;
	text-align: left;
}



#one h3.hd01  {
	background:  url("../images/hdbg.png") no-repeat center center;
	padding: 20px 0px;
	color: #fff;
	font-size: 34px;
	margin-bottom: 40px;
}




#one h5  {
	padding: 20px 0px;
	color: #8BAC66;
	font-size: 22px;
	margin-bottom: 40px;
}
#one h5 a {
	color: #658b3b;
	font-size: 22px;
	text-decoration: underline;
}


#one .txt01  {
	padding: 20px 0px;
	color: #000;
	font-size: 18px;
	margin-bottom: 40px;
}
#one .txt01 span  {
	padding: 5px 20px;
	background: #8BAC66;
	color: #fff;
	font-size: 18px;
	margin-right: 30px;
}
#one .img img{
	width: auto;
	height: auto;
}

@media screen and (max-width: 780px) {
img {
	width: 100%;
}
.last {
	margin-right: 0px !important;
}
.txt {
	color: #3F3B39;
	font-size: 16px;
	font-family: 'hannari';
	letter-spacing: .1em;
	line-height: 180%;
	text-align: center;
}
.txt br {
	display: none;
}
#wrap .btn a {
	background: #94C96A;
	color: #fff;
	font-size: 16px;
	letter-spacing: .1em;
	padding: 10px 30px;
	margin-top: 30px;
	transition: 0.2s ease-in;
}
#wrap a:hover {
	opacity: .8;
}
.bx-wrapper .bx-viewport {
	box-shadow: none !important;
	border: none !important;
	left: 0px !important;
	background: none !important;
}
/*----------------------------------------------------
	☆content
----------------------------------------------------*/


	
#one {
	background: url(../images/bg_blue.jpg) repeat left top;
	padding: 20px 10px;
	text-align: center;
	width: 100%;
}


#one .box  {
	background: #fff;
	border: 2px solid #F39800;
	padding:50px;
	margin-bottom: 100px;
}


#one .box .txt {
	color: #000000;
	font-size: 20px;
	line-height: 170%;
	text-align: left;
}



#one h5  {
	padding: 20px 0px;
	color: #8BAC66;
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 40px;
}


#one .txt01  {
	padding: 20px 0px;
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 180%;
}
#one .txt01 span  {
	padding: 5px 20px;
	background: #8BAC66;
		display: block;
	color: #fff;
	font-size: 18px;
	margin-right: 0px;
}

	#one .img img{
	width: 100%;
	height: auto;
}
	
}
