@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;
}
h2 {
	margin-bottom: 100px;
}
/*----------------------------------------------------
	☆one
----------------------------------------------------*/

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

#one .img img{
	display: inline-block;
	margin-right: 8px;
}


#one h3.hd01  {
	background: url(../images/hd01.png) no-repeat center center;
	padding: 20px 0px;
	color: #fff;
	font-size: 22px;
	margin-bottom: 40px;
	position: absolute;
	top: -34px;
	left: 0;
	width: 100%;
	text-align: center;
}

#one h3.hd02  {
	background: url(../images/hd02.png) no-repeat center center;
	padding: 20px 0px;
	color: #fff;
	font-size: 22px;
	margin-bottom: 40px;
	position: absolute;
	top: -34px;
	left: 0;
	width: 100%;
	text-align: center;
}

#one h3.hd03  {
	background: url(../images/hd03.png) no-repeat center center;
	padding: 20px 0px;
	color: #fff;
	font-size: 22px;
	margin-bottom: 40px;
	position: absolute;
	top: -34px;
	left: 0;
	width: 100%;
	text-align: center;
}

#one  .txt1 {
	color: #404040;
	font-size: 18px;
	line-height: 180%;
	text-align: left;
	letter-spacing: 0.09em;
}
#one .txt2{
	color: #404040;
	display: inline-block;
	font-size: 20px;
}
#one .txt3{
	color: #404040;
	display: inline-block;
	font-size: 18px;
}

#one .box {
	border: #f5aaa0 1px solid;
	background: #fff;
	box-sizing: border-box;
	margin: 0 auto 80px;
	padding: 70px 50px 45px;
	position: relative;
	width: 1000px;
}
#one .box .de_box01{
	width: 900px;
}
#one .box .de_box01 .lbox{
	float: left;
	margin-right: 15px;
	width: 430px;
}
#one .box .de_box01 .rbox{
	float: right;
	width: 440px;
}
#one .box .de_box01 .lbox .scd {
	margin-top: 15px;
	text-align: left;
}
#one .box .de_box01 .lbox .scd span.br_bg{
	background: #5a2d28;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	margin-right: 25px;
	margin-bottom: 10px;
	padding: 8px 0;
	text-align: center;
	width: 127px;
}

#one .box .btm_box {
	text-align: left;
	margin-top: 30px;
	width: 900px;
}

#one .box .btm_box .lbox{
	float: left;
	width: 150px;
}

#one .box .btm_box .br_box{
	background: #5a2d28;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: 600;
	line-height: 180%;
	text-align: center;
	padding: 4px;
}
#one .box .btm_box .org_box {
	background: #ea5541 url(../images/tagbg.jpg) no-repeat right center;
	text-align: center;
	line-height: 150%;
	font-size: 17px;
	font-weight: 600;
    padding: 16px 34px 15px 15px;
    width: 160px;
}
#one .box .btm_box .br_box span.br_boxinr{
	border: #fff 1px solid;
	box-sizing: border-box;
	display: block;
	padding: 30px 0;
}

#one .box .btm_box .rbox{
	float: right;
	line-height: 170%;
	width: 720px;
}

#one .box .btm_box .rbox .lst_org{
	color: #ea5541;
	display: inline-block;
	font-size: 34px;
	margin-right: 3px;
}

.mail_link {
	color: #404040 !important;
	text-decoration: underline !important;
}





@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 {
	padding: 50px 0;
	}
	#one .inr {
		margin: 0 auto;
		width: 90% !important;
	}
#one h3.hd01  {
	background: url(../images/hd01.png) no-repeat center center !important;
	font-size: 18px !important;
	line-height: 150%;
	top: -12px;
	left: 0;
}
	#one h3.hd02 {
    font-size: 19px;
		line-height: 150%;
		top:-15px;
		padding: 10px;
}
		#one h3.hd03 {
		background: #ea5541;
    font-size: 19px;
		line-height: 150%;
		top: 0px;
    padding: 15px;
}
	#one .txt1 {
		padding-top: 20px;
    font-size: 15px;
    line-height: 170%;
}
	#one .box {
		margin: 0 auto 60px;
	margin-top: 20px;
	padding: 40px 15px 25px;
	width: 100%;
}
#one .box .de_box01{
	width: 100%;
}
#one .box .de_box01 .lbox{
	float: none;
	margin-right: 0;
	width: 100%;
}
#one .box .de_box01 .rbox{
	float: none;
	width: 100%;
}
#one .box .de_box01 .lbox .scd {
	margin-top: 15px;
	text-align: left;
}
#one .box .de_box01 .lbox .scd span.br_bg{
	display: block;
	font-size: 15px;
	width: 100%;
}

#one .box .btm_box {
	text-align: left;
	margin-top: 30px;
	width: 100%;
}

#one .box .btm_box .lbox{
	float: none;
	width: 100%;
}
#one .txt2 {
  font-size: 15px;
  margin-bottom: 10px;
	text-align: center;
  display: block;
}
	#one .txt3 {
    font-size: 15px;
		margin-bottom: 10px;
    width: 90%;
}
	
#one .box .btm_box .br_box{
	font-size: 17px;
	line-height: 150%;
	text-align: center;
	margin-bottom: 20px;
}
#one .box .btm_box .org_box {
	background: #ea5541;
	text-align: center;
    padding: 15px 0;
	margin-bottom: 10px;
    width: 100%;
}
#one .box .btm_box .br_box span.br_boxinr{
	border: #fff 1px solid;
	box-sizing: border-box;
	display: block;
	padding: 10px 0;
}

#one .box .btm_box .rbox{
	float: none;
	width: 100%;
}

#one .box .btm_box .rbox .lst_org{
	color: #ea5541;
	display: inline-block;
  font-size: 24px;
	margin-right: 3px;
	vertical-align: top;
}




	
}
