@charset "utf-8";
* {
  zoom: 1;
  font-family: Meiryo,"メイリオ","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
}

body {
  font-size: 22px;
  color: #333;
  background: url(../img/bg.png);
}

a {
  color: #00f;
}
a:hover {
  text-decoration: none;
}

a:hover .alpha {
  filter: alpha(opacity=80);
  opacity: 0.80;
  -moz-opacity: 0.80;
}

img {
  vertical-align: text-bottom;
}

/* ----- ▽header▽ ----- */
.header {
  width: 100%;
  height: 70px;
  background: url(../img/header_bg.png) repeat-x;
  box-shadow: 0 6px 3px -3px #ededed;
  -moz-box-shadow: 0 6px 3px -3px #ededed;
  -o-box-shadow: 0 6px 3px -3px #ededed;
  -ms-box-shadow: 0 6px 3px -3px #ededed;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#ededed, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#ededed, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#ededed, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#ededed, direction=270, strength=3, enabled=true);
}
.header .inBox {
  width: 960px;
  padding-top: 18px;
  margin: 0 auto;
}
.header .inBox h1 {
  display: inline;
  height: 36px;
  margin-left: 20px;
}
.header .inBox li {
  display: inline;
}
.header .inBox li .btn {
  display: block;
  float: right;
  margin-left: 20px;
}
.header .inBox li .tel {
  display: block;
  float: right;
}

/* ----- △header△ ----- */
/* ----- ▽main▽ ----- */
.main {
  width: 100%;
  overflow: hidden;
}
.main .mainIn {
	width: 960px;
	margin: 0 auto;
	background: url(../img/mainIn_bg.png) no-repeat;
}
.main .mainIn .img01 {
	margin-bottom: 10px;
	padding: 20px 0 0 30px;
}
.main .mainIn .img02 {
	padding-left: 20px;
	margin-bottom: 20px;
}
.main .mainIn .img03 {
  padding: 0 0 30px 40px;
}

/* ----- △main△ ----- */

/* ----- ▽cvblock▽ ----- */
.cvblock {
	width: 920px;
	margin: 0 auto 80px;
	padding: 30px 0;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e4cc));
  　background: -moz-linear-gradient(bottom, #ffffff, #e0e4cc);
  　-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e4cc', GradientType=0)";
  　background: -ms-linear-gradient(left, #e0e4cc, #ffffff);
	border: 1px solid #ccc;
	box-shadow: 0 0 3px #aaa;
	-moz-box-shadow: 0 0 3px #aaa;
	-o-box-shadow: 0 0 3px #aaa;
	-ms-box-shadow: 0 0 3px #aaa;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
    background-color: #FFF;
}
.cvblock .cvtext {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cvblock .cvtext span {
  color: #F00;
}
.cvblock .cvbtn {
}
/* ----- △cvblock△ ----- */

/* ----- ▽tieblock▽ ----- */

.tieblock {
	width: 920px;
	margin: 0 auto 80px;
	text-align: center;
}
.tietext {
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
	margin-top: 40px;
	color: #ff7e3a;
}

/* ----- △tieblock△ ----- */

/* ----- ▽section01▽ ----- */
.section01 {
  width: 924px;
  margin: 0 auto 50px auto;
  position: relative;
}
.section01 .sec01InBox {
	background: url(../img/sec01_board_bg.png) repeat-y;
	height: 470px;
}
.section01 h2 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.section01 .circle {
	position: absolute;
	top: 75px;
	left: 800px;
}
.section01 .lead {
	width: 760px;
	margin: 0 auto 30px auto;
	line-height: 36px;
	font-size: 24px;
}
.section01 li {
	list-style: none;
	background: url(../img/check.png) no-repeat;
	padding: 13px 0 0 40px;
	font-size: 18px;
	height: 20px;
	margin: 0 0 10px 80px;
}
.section01 .sec01Pic {
	position: absolute;
	top: 250px;
	left: 530px;
}
.section01 h2 span {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	color: #fF7e3a;
	display: block;
}	

/* ----- △section01△ ----- */

/* ----- ▽section02▽ ----- */
.section02 {
	padding-top: 20px;
	margin-bottom: 50px;
 }
.section02 h2 {
	font-size: 36px;
	color: #FFF;
	text-align: center;
	background: url(../img/sec_h2.png) no-repeat;
	height: 75px;
	width: 900px;
	margin: 0 auto 35px auto;
	padding-top: 20px;
}
.section02 .sec02Box {
	width: 870px;
	margin: 0 auto 30px auto;
	padding: 30px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ffe5d8;
	box-shadow: 0 0 10px #ffe5d8;
	-moz-box-shadow: 0 0 10px #ffe5d8;
	-o-box-shadow: 0 0 10px #ffe5d8;
	-ms-box-shadow: 0 0 10px #ffe5d8;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffe5d8, direction=0, strength=10, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#ffe5d8, direction=90, strength=10, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#ffe5d8, direction=180, strength=10, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#ffe5d8, direction=270, strength=10, enabled=true);
}
.section02 .sec02Box .sec02h3 {
  overflow: hidden;
  padding-bottom: 20px;
}
.section02 .sec02Box .sec02h3 .icon {
  width: 57px;
  float: left;
  margin-right: 20px;
}
.section02 .sec02Box .sec02h3 h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 15px;
  margin-left: 80px;
}

.section02 .sec02Box .sec02Pic {
	width: 246px;
	height: 151px;
	float: right;
	margin: 2px 10px 0 20px;
	border: 7px solid #FFF;
	box-shadow: 0 0 3px #aaa;
	-moz-box-shadow: 0 0 3px #aaa;
	-o-box-shadow: 0 0 3px #aaa;
	-ms-box-shadow: 0 0 3px #aaa;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
}

.section02 .sec02Box ul {
	padding-top: 10px;
}
.section02 .sec02Box li {
	list-style: none;
	background: url(../img/check.png) no-repeat;
	padding: 10px 0 0 40px;
	font-size: 20px;
	height: 23px;
	margin: 0 0 20px 10px;
}

/* ----- △section02△ ----- */
/* ----- ▽section03▽ ----- */
.section03 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom:50px;
}
.section03 h2 {
	font-size: 36px;
	color: #FFF;
	text-align: center;
	background: url(../img/sec_h2.png) no-repeat;
	height: 75px;
	width: 900px;
	margin: 0 auto 35px auto;
	padding-top: 20px;
}
.section03 .lead {
	　width: 760px;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.section03 .sec03Box {
	width: 831px;
	margin: 0 auto;
	padding-left: 15px;
	overflow: hidden;
	display: block;
	text-align: center;
}
.section03 .sec03Box li {
	display: block;
	width: 260px;
	border: 1px solid #ff7e3a;
	float: left;
	margin: 0 15px 15px 0;
	background-color: #FFF;
}
.section03 .sec03Box li .title {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
}
.section03 .sec03Box li img {
  height: 130px;
  margin-bottom: 0;
}
.section03 .sec03Box li .note {
  font-size: 15px;
  line-height: 24px;
  padding: 20px 15px;
}
/* ----- △section03△ ----- */

/* ----- ▽section04▽ ----- */
.section04 {
	padding-top: 20px;
	padding-bottom: 50px;
 }
.section04 h2 {
	font-size: 36px;
	color: #FFF;
	text-align: center;
	background: url(../img/sec_h2.png) no-repeat;
	height: 75px;
	width: 900px;
	margin: 0 auto 35px auto;
	padding-top: 20px;
}
.section04 .lead {
	width: 760px;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.section04 .sec04Box {
	width: 850px;
	margin: 0 auto 30px auto;
	padding: 40px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ffe5d8;
	box-shadow: 0 0 10px #ffe5d8;
	-moz-box-shadow: 0 0 10px #ffe5d8;
	-o-box-shadow: 0 0 10px #ffe5d8;
	-ms-box-shadow: 0 0 10px #ffe5d8;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffe5d8, direction=0, strength=10, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#ffe5d8, direction=90, strength=10, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#ffe5d8, direction=180, strength=10, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#ffe5d8, direction=270, strength=10, enabled=true);
}
.section04 .sec04Box .voice {
	width: 628px;
	float: left;
	padding-right: 30px;
}
.section04 .sec04Box .voice h3 {
	font-size: 30px;
	font-weight: bold;
	color: #ff7e3a;
	margin-bottom: 30px;
}
.section04 .sec04Box .voice p {
	font-size: 18px;
	line-height: 30px;
}

.section04 .sec04Box .user {
	float: right;
	list-style: none;
	width: 182px;
}
.section04 .sec04Box .sec04Pic {
	border: 1px solid #a0a0a0;
	margin-bottom: 10px;
}
.section04 .sec04Box .sec04Name {
	font-size: 16px;
	font-weight: 24px;
	text-align: center;
}
	
/* ----- △section04△ ----- */

/* ----- ▽section05▽ ----- */
.section05 {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
}
.section05 h2 {
	font-size: 36px;
	color: #FFF;
	text-align: center;
	background: url(../img/sec_h2.png) no-repeat;
	height: 75px;
	width: 900px;
	margin: 0 auto 35px auto;
	padding-top: 20px;
}
.section05 .flow {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 10px;
}
.section05 .flow li {
  display: block;
  width: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7e3a), to(#ffffff));
  background: -moz-linear-gradient(top, #ff7e3a, #ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e3a', endColorstr='#ffffff', GradientType=0)";
  background: -ms-linear-gradient(top, #ff7e3a, #ffffff);
  float: left;
  margin: 0 10px 60px 0;
  padding: 10px 0 0 0;
  position: relative;
}
.section05 .flow li .last {
  margin-right: 0px;
}
.section05 .flow li .title {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.section05 .flow li .note {
  font-size: 16px;
  line-height: 24px;
  padding: 15px 0;
}
.section05 .flow li .arrow {
  position: absolute;
  top: 15px;
  left: -15px;
}
/* ----- △section05△ ----- */

/* ----- ▽section06▽ ----- */
.section06 {
  padding-bottom: 20px;
}
.section06 h2 {
  width: 100%;
  height: 80px;
  background: url(../img/sec06_bg.png);
  color: #FFF;
  font-size: 36px;
  text-align: center;
  line-height: 80px;
}
.section06 dl {
  width: 920px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #fef3ea;
}
.section06 dl dt {
  background: url(../img/sec06_q.png) no-repeat;
  padding: 15px 0 0 65px;
  margin: 0 0 5px 20px;
  font-size: 24px;
  font-weight: bold;
  height: 47px;
}
.section06 dl dd {
	width: 820px;
	background: url(../img/sec06_a.png) no-repeat;
	padding: 15px 0 0 65px;
	margin: 0 0 0 20px;
	font-size: 18px;
	line-height: 24px;
}
.section06 dl dd span {
	font-weight: bold;
	color: #fF7e3a;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
}	
.section06 .last {
  border-bottom: none;
}
/* ----- △section06△ ----- */

/* ----- goTop ----- */
.goTop {
  width: 920px;
  margin: 0 auto 10px auto;
  text-align: right;
  font-size: 14px;
}
.goTop a {
  text-decoration: none;
  color: #333;
}
.goTop a:hover {
  text-decoration: underline;
}

/* ----- footer ----- */
.footer {
  width: 100%;
  height: 35px;
  text-align: center;
  background-color: #ff7e3a;
  font-size: 14px;
  color: #FFF;
  line-height: 35px;
}


.bgWhight {
  background-color: #FFF;
}

.bgWood {
  background: url(../img/bg02.png);
}
