@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: url("../images/bg02.png") no-repeat center center;
	height: 737px;
	padding: 100px 80px 80px;
	margin-bottom: 100px;
}

#one .box  .img {
	
	margin-bottom: 20px;
}

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



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


#one  .txt1 {
	color: #000000;
	font-size: 24px;
	line-height: 170%;
	text-align: center;
	padding: 30px 0px 80px;
}


#one  .point table tr th{
	background: #F3B0B0;
	color: #fff;
	border-bottom: 5px solid #fff;
	font-size: 20px;
	padding: 20px;
	width: 28%;
}

#one  .point table tr td{
	background: #fff;
	color: #000;
	border-bottom: 5px solid #F3B0B0;
	font-size: 20px;
	padding: 20px;
	width: 70%;
	text-align: left;
}



@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
----------------------------------------------------*/

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

#one .box  {
	background: #fff;
	height: auto;
	padding: 10px;
	margin-bottom: 30px;
}

#one .box  .img {
	
	margin-bottom: 20px;
}

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

#one  .txt1 {
	color: #000000;
	font-size: 24px;
	line-height: 170%;
	text-align: center;
	padding: 30px 0px 80px;
}

#one  .point table tr th{
	background: #F3B0B0;
	color: #fff;
		display: block;

	border-bottom: none;
	font-size: 16px;
	padding: 10px;
	width: 100%;
	text-align: left;
}

#one  .point table tr td{
	background: #fff;
	color: #000;
	display: block;
	border-bottom: none;
	font-size: 16px;
	padding: 10px;
	width: 100%;
	text-align: left;
}

	
}
