@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}

a img, :link img, :visited img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  list-style-type: none;
}

a {
  color: #9F3505;
  font-weight: bold;
}
a:hover {
  color: #40926C;
}

p, li, dt, dd {
  line-height: 1.5;
}

body {
  font-size: 16px;
  font-family: "メイリオ","Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url(../img/bg_01.jpg);
  color: #3F210E;
}

div.container {
  width: 960px;
  margin: 0 auto;
}
div.header {
  width: 960px;
  margin-top: 30px;
}

h1 {
  font-size: 12px;
  color: #990000;
}
h2 {
  text-align: center;
  font-weight: bold;
  font-size: 54px;
  color: #057670;
  text-shadow: 3px 3px 0 #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF,7px 6px 0px rgba(0,0,0,0.15);
}
h3 {
  font-size: 23px;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 15px;
  padding-left: 30px;
  margin-bottom: 30px;
  background: url(../img/bg_h3.jpg) no-repeat;
  height: 35px;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  background: url(../img/ico_li.jpg) no-repeat 17px 4px;
  padding-left: 35px;
  margin-bottom: 5px;
  margin-top: 30px;
}
h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 45px 0px 0px 20px;
  padding-bottom: 5px;
}
div.content {
  width: 960px;
  margin-top: 52px;
}

/*header*/
div.headerInner {
  height: 65px;
  margin-top: 10px;
  overflow: hidden;
}
div.headerInner p.logo {
  float: left;
}
div.headerInner p.tel {
  float: right;
}

/*catcharea*/

div.catchArea {
  margin-top: 50px;
  height: 356px;
  background: url(../img/bg_03.png) no-repeat 515px 50px;
  margin-left: 20px;
}
div.catchArea div.catchdetail {
  margin-top: 17px;
}
div.catchArea div.catchdetail h3 {
  background: none;
  color: #da5c0c;
  font-size: 32px;
  padding-left: 0px;
  margin-bottom: 16px;
}
div.catchArea div.catchdetail ul li {
  font-size: 25px;
  font-weight: bold;
  background: url(../img/icon-list.png) no-repeat 0 5px;
  padding-left: 35px;
  margin-left: 15px;
}
div.catchArea div.catchdetail ul li span {
  font-size: 30px;
  font-weight: bold;
}
/*contactarea*/

div.Contactarea {
  background: url(../img/bg_02.png) no-repeat;
  height: 160px;
  overflow: hidden;
  position: relative;
  width: 922px;
  margin: 0px auto 0px;
}
div.Contactarea p.btn {
  position: absolute;
  right: 3%;
  bottom: 9%;
}
div.Contactarea > p.tel {
  position: absolute;
  bottom: 10%;
  left: 15%;
}
div.bottomPart {
  margin-top: 100px;
}
p.btn a {
  transition: all 0.2s ease;
  width: 394px;
  height: 95px;
  background: url("../img/btn_01.png") no-repeat;
  display: block;
  text-indent: -9999px;
}
p.btn a:hover {
  background-image: url("../img/btn_01_hover.png");
}
/*nextarea*/
div.nextArea {
  margin-top: 85px;
  background: url(../img/bg_arrow.png) no-repeat center bottom;
  padding-bottom: 80px;
}
div.nextArea p {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
div.nextArea p.caption {
  font-size: 22px;
}
div.nextArea p span.strong {
  font-size: 48px;
  font-weight: bold;
}
/*contentarea*/
div.contentArea, div.contentArea2 {
  margin-top: 30px;
  padding: 0 20px;
}

div.contentArea p {
  margin-left: 30px;
}
div.contentArea p img {
  margin-top: 10px;
}

div.contentArea2 p {
  margin-left: 35px;
  margin-bottom: 35px;
}
div.contentArea2 ul li p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
}
div.contentArea.seminer {
  margin: 70px 0px 65px;
}
div.contentArea.seminer h3 {
  color: #3f210e;
  background: none;
  padding: 0;
  border-bottom: 3px solid #40925c;
  height: 30px;
  display: inline-block;
  margin-bottom: 25px;
}

div.contentArea2 > ul {
  margin-top: 16px;
  margin-left: 30px;
}
div.contentArea2 > ul > li {
  margin-bottom: 12px;
}
div.contentArea2 > ul > li > dl > dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
}
div.contentArea2 > ul > li > dl > dd {
  margin-left: 10px;
}
div.contentArea2 > ul > li > p {
  margin: 0;
}

/*newold*/
div.newold h3:nth-child(2n+0) {
	margin-top:35px;
}


div.newold ul {
  margin-top: 16px;
  margin-left: 30px;
}
div.newold ul li {
  margin-bottom: 12px;
}
div.newold ul li dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #ff6600;
  margin-bottom: 3px;
}
div.newold ul li dl dd {
  margin-left: 10px;
}

/*footer*/
div.footer p {
  font-size: 12px;
  color: #990000;
  text-align: center;
  margin: 30px 0;
}

div.footer {
  margin: top;
}