@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 .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 .btn_btm{
  margin: 40px auto 80px;
  text-align: center;
	width: 300px;
}

#one .btn_btm .firmBtn{
  display: block;
	box-shadow: none;
	border-radius: 50px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  background: #592c27 url(../images/arrow.png) no-repeat 250px center;
  padding: 20px 0;
	width: 100%;
}

#one table {
	border-collapse: collapse;
	width: 100%;
}
#one table tr {
	border-bottom: #333 dotted 2px;
	display: block;
}
#one table th{
	color: #000;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.2em;
	text-align: left;
	padding: 20px 0;
	vertical-align: top;
	width: 320px;
}
#one table td {
	color: #000;
	font-size: 17px;
	text-align: left;
	padding: 20px 0;
}

#one span.req {
	background: #ea5541;
	color: #fff;
	display: inline-block;
	font-weight: normal;
	font-size: 17px;
	margin-right: 10px;
	padding: 4px 8px;
}
#one table td .txt_box {
	box-sizing: border-box;
  border-radius: 8px;
  border: #dcdddd 1px solid;
  padding: 8px;
}

#one table td .txt_box01 {
	width: 460px;
}
#one table td .txt_box02 {
	width: 610px;
}

#one table td label{
	display: inline-block;
	margin-right: 20px;
}

#one table td textarea{
	box-sizing: border-box;
  border-radius: 8px;
  border: #dcdddd 1px solid;
	padding: 8px;
	height: 200px;
  width: 460px;
}

.thanks {
	color: #5a2d28;
	font-size: 22px;
	font-weight: 600;
	line-height: 200%;
	padding: 100px 0 200px;
}

@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 table th{

	display: block;
	font-size: 15px;
	padding: 15px 0;
	letter-spacing: 0.1em;
	width: 100%;
}
#one table td {
	display: block;
	font-size: 14px;
	padding:0 0 20px;
	line-height: 170%;
	width: 100%;
}

#one span.req {

	font-size: 13px;
}
#one table td .txt_box {
  border-radius: 6px;
}

#one table td .txt_box01 {
	width: 100%;
}
#one table td .txt_box02 {
	width: 100%;
}

#one table td label{
	display: block;
	margin-right: 0;
}

#one table td textarea{
  border-radius: 6px;
	height: 150px;
  width: 100%;
}


	
}
