/*===================== 初期化 =====================*/
/* 1.タグの初期化
-------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0;
}
article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
  display: block;
}
li { list-style: none; }
table,tr,th,td {border-collapse: collapse; }
img { vertical-align: top;border: none;}


/* 2.HTML＆BODY設定
-------------------------------------------*/
html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {
  color: #000000;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  font-size: 14px;
  line-height: 24px;
  *font-size: 100%;
  word-break: break-all;
   -webkit-text-size-adjust: 100%;
}
html.osMac body, body.osMac {
  font-family: Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo","メイリオ",  sans-serif;
}
body.en {
  word-break: normal;
}

a, a img {
  outline: none;
}
a:link, a:visited { text-decoration: none; }
a:hover, a:active  { text-decoration: none;}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*clear fix
-------------------------------------------*/
.fix:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.fix{
  display: inline-block;
}
/* Hides from IE Mac */
* html .fix{
  height: 1%;
}
.fix{
  display:block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}



.fl {
  float: left;
}

.fr {
  float: right;
}

p {
  background-image: url("../img/touka.gif");
}


/* common */
#wrapper {
  max-width: 2000px;
  margin: 0 auto; }
.inner {
  width: 1000px;
  margin: 0 auto; }
.center {
  text-align: center; }
.texta {
  color: #284664; }
.textb {
  color: #f52d0f; }
.box1 {
  position: relative;
  width: 100%;
  padding: 170px 30px 100px 30px;
  border: 3px solid #212757;
  box-shadow:5px 5px #212757;
  background: url('../img/bg_box.gif'); }
.box2 {
  position: relative;
  width: 100%;
  padding: 170px 0 100px 0;
  border: 3px solid #212757;
  box-shadow:5px 5px #212757;
  background: url('../img/bg_box.gif'); }
.mtitle {
  padding: 30px 0;
  text-align: center;
  background: url('../img/bg_mtitle.gif') ; }

/* header */
#header {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #d8d8c9;
  background: #ffffff;
  box-shadow:0px 0px 6px 3px #e6e8e1;
-moz-box-shadow:0px 0px 6px 3px #e6e8e1;
-webkit-box-shadow:0px 0px 6px 3px #e6e8e1; }
#header .fl ul {
  display: table;
  height: 60px; }
#header .fl ul li {
  display: table-cell;
  vertical-align: middle; }
#header .fl ul li h1 {
  padding: 0 0 0 20px;
  font-size: 12px;
  font-weight: normal; }
#header .fr {
  display: table;
  height: 60px; }
#header .fr span {
  display: table-cell;
  vertical-align: middle; }

/* mainarea */
#mainarea {
  width: 100%;
  height: 724px;
  text-align: center;
  background: url('../img/bg_main.jpg') no-repeat center;
}
#mainarea .inner {
  display: table;
  width: 1000px;
  height: 700px;
  margin: 0 auto;
  padding: 0 0 0 1px;
  text-align: center;
}
#mainarea .inner .fix {
  display: table-cell;
  vertical-align: bottom;
}
#mainarea .inner .fix .fl {
  margin: 0 6px 0 0;
}
#mainarea .inner .fix .fl:last-child {
  margin: 0;
}

/* contact */
.contact {
  width: 100%;
  height: 283px;
  padding: 160px 0 0 0;
  text-align: right;
  background: url('../img/bg_contact.png') no-repeat top center; }

/* sec01 */
.sec01 {
  width: 100%;
  background: url('../img/bg_sec01.gif') repeat-x top #ebebeb; }
.sec01over {
  width: 100%;
  background: url('../img/bg_sec01over.png') repeat-x top; }
.sec01 .inner {
  padding: 57px 0 103px 0; }

/* sec02 */
.sec02 {
  width: 100%;
  height: 328px;
  text-align: center;
  background: url('../img/bg_sec02.jpg') no-repeat; }
.sec02 .inner:before {
  content: url('../img/img_sec02a.png');
  position: relative;
  top: -58px; }
.sec02 .inner > img {
  position: relative;
  top: -20px; }

/* sec03 */
.sec03 {
  width: 100%;
  padding: 80px 0;
  text-align: center;
  background: url('../img/bg_sec03.gif'); }
.sec03 .title {
  position: absolute;
  left: 50%;
  top: 40px;
  margin: 0 0 0 -1150px; }
.sec03 .center {
  margin: 0 0 30px 0;
  font-size: 22px;
  line-height: 1.6; }
.sec03 .center span {
  font-weight: bold; }

/* sec04 */
.sec04 {
  width: 100%;
  height: 302px;
  text-align: center;
  background: url('../img/bg_sec04.gif') no-repeat bottom center #d13b11; }
.sec04 .inner:before {
  content: url('../img/img_sec04a.png');
  position: relative;
  top: -190px; }
.sec04 .inner img {
  position: absolute;
  left: 50%;
  margin: 100px 0 0 -500px; }

/* sec05 */
.sec05 {
  width: 100%;
  padding: 80px 0;
  text-align: center;
  background: url('../img/bg_sec03.gif'); }
.sec05 .title {
  position: absolute;
  left: 50%;
  top: 40px;
  margin: 0 0 0 -1150px; }
.sec05 .center {
  margin: 0 0 30px 0;
  font-size: 22px;
  line-height: 1.6; }
.sec05 .center span {
  font-weight: bold; }

/* sec06 */
.sec06 {
  width: 100%;
  height: 262px;
  text-align: center;
  background: url('../img/bg_sec04.gif') no-repeat bottom center #d13b11; }
.sec06 .inner:before {
  content: url('../img/img_sec04a.png');
  position: relative;
  top: -190px; }
.sec06 .inner img {
  position: absolute;
  left: 50%;
  margin: 100px 0 0 -333px; }

/* sec07 */
.sec07 {
  width: 100%;
  padding: 80px 0;
  text-align: center;
  background: url('../img/bg_sec03.gif'); }
.sec07 .title {
  position: absolute;
  left: 50%;
  top: 40px;
  margin: 0 0 0 -1150px; }
.sec07 ul li {
  margin: 0 0 30px 0; }
.sec07 ul li:first-child {
  margin: 0 0 40px 0; }
.sec07 ul li:last-child {
  margin: 0; }

/* sec08 */
.sec08 {
  width: 100%;
  height: 302px;
  text-align: center;
  background: url('../img/bg_sec04.gif') no-repeat bottom center #d13b11; }
.sec08 .inner:before {
  content: url('../img/img_sec04a.png');
  position: relative;
  top: -190px; }
.sec08 .inner img {
  position: absolute;
  left: 50%;
  margin: 80px 0 0 -445px; }
.sec08 .inner span {
  display: block;
  width: 100%;
  text-align: right; }

/* sec09 */
.sec09 {
  width: 100%;
  padding: 80px 0;
  text-align: center;
  background: url('../img/bg_sec03.gif'); }
.sec09 .title {
  position: absolute;
  left: 50%;
  top: 40px;
  margin: 0 0 0 -1150px; }
.sec09 .center {
  margin: 0 0 30px 0;
  font-size: 22px;
  line-height: 1.6; }
.sec09 .center span {
  font-weight: bold; }
.sec09 ul li {
  margin: 0 0 30px 0; }
.sec09 ul li:first-child {
  margin: 0 0 40px 0; }
.sec09 ul li:last-child {
  margin: 0; }

/* sec10 */
.sec10 {
  width: 100%;
  height: 302px;
  text-align: center;
  background: url('../img/bg_sec04.gif') no-repeat bottom center #d13b11; }
.sec10 .inner:before {
  content: url('../img/img_sec04a.png');
  position: relative;
  top: -190px; }
.sec10 .inner img {
  position: absolute;
  left: 50%;
  margin: 90px 0 0 -445px; }
.sec10 .inner span {
  display: block;
  width: 100%;
  text-align: right; }

/* sec11 */
.sec11 {
  width: 100%;
  background: url('../img/bg_yebo.gif') ; }
.sec11 .inner {
  padding: 60px 0; }
.sec11box1 {
  position: relative;
  margin: 60px 0; }
.sec11box1:after {
  content: url('../img/img_sec11e.png');
  position: absolute;
  bottom: -20px;
  right: -20px; }
.unb1 {
  margin: 60px 0 0 0;
  padding: 100px 40px 40px 40px;
  box-shadow:0px 0px 6px 3px #f3f0d0;
-moz-box-shadow:0px 0px 6px 3px #f3f0d0;
-webkit-box-shadow:0px 0px 6px 3px #f3f0d0;
  background: url('../img/img_sec11g.png') no-repeat top center #ffffff; }
.unb1 table {
  width: 100%;
  margin: 0 0 20px 0;
  border: solid #c5c5c5;
  border-width: 1px 0 0 1px;
  font-size: 16px;
  text-align: center; }
.unb1 table:last-child {
  margin: 0; }
.unb1 table th {
  padding: 10px 0;
  border: solid #c5c5c5;
  border-width: 0 1px 1px 0;
  background: #d3edfb;
  font-weight: normal; }
.unb1 table .th1 {
  width: 30%; }
.unb1 table .th2 {
  width: 14%; }
.unb1 table td {
  padding: 10px 0;
  border: solid #c5c5c5;
  border-width: 0 1px 1px 0; }
.unb2 {
  margin: 60px 0 0 0;
  text-align: center;
  padding: 100px 40px 40px 40px;
  box-shadow:0px 0px 6px 3px #f3f0d0;
-moz-box-shadow:0px 0px 6px 3px #f3f0d0;
-webkit-box-shadow:0px 0px 6px 3px #f3f0d0;
  background: url('../img/img_sec11h.png') no-repeat top center #ffffff; }
.unb3 {
  margin: 60px 0 0 0;
  text-align: center;
  padding: 100px 40px 40px 40px;
  box-shadow:0px 0px 6px 3px #f3f0d0;
-moz-box-shadow:0px 0px 6px 3px #f3f0d0;
-webkit-box-shadow:0px 0px 6px 3px #f3f0d0;
  background: url('../img/img_sec11j.png') no-repeat top center #ffffff; }
.unb3 table {
  width: 100%;
  margin: 0 0 20px 0;
  border: solid #c5c5c5;
  border-width: 1px 0 0 1px;
  font-size: 16px;
  text-align: center; }
.unb3 table:last-child {
  margin: 0; }
.unb3 table th {
  padding: 10px 0;
  border: solid #c5c5c5;
  border-width: 0 1px 1px 0;
  background: #d3edfb;
  font-weight: normal; }
.unb3 table td {
  padding: 10px 0;
  border: solid #c5c5c5;
  border-width: 0 1px 1px 0; }
.unb4 {
  margin: 60px 0 0 0;
  text-align: center;
  padding: 100px 40px 40px 40px;
  box-shadow:0px 0px 6px 3px #f3f0d0;
-moz-box-shadow:0px 0px 6px 3px #f3f0d0;
-webkit-box-shadow:0px 0px 6px 3px #f3f0d0;
  background: url('../img/img_sec11n.png') no-repeat top center #ffffff; }

/* sec12 */
.sec12 {
  width: 100%;
  background: #ffffff; }
.sec12 .inner {
  padding: 60px 0; }
.sec12 table.company {
  width: 100%;
  margin: 20px 0 60px 0;
  border: solid #5a3931;
  border-width: 1px 0 0 1px;
  font-size: 16px; }
.sec12 table.company th {
  white-space: nowrap;
  min-width: 100px;
  padding: 20px 0;
  border-right: 1px solid #5a3931;
  border-bottom: 1px dotted #5a3931;
  background: #f4eec0; }
.sec12 table.company td {
  padding: 0 40px;
  border-right: 1px solid #5a3931;
  border-bottom: 1px dotted #5a3931; }
.sec12 table.company tr:last-child th,
.sec12 table.company tr:last-child td {
  border-bottom: 1px solid #5a3931; }
.subox table {
  width: 100%;
  margin: 0 0 20px 0; }
.subox p img {
  margin: 0 0 20px 0; }
.subox table th {
  white-space: nowrap;
  padding: 0 20px 0 0;
  font-weight: normal;
  vertical-align: top; }
.subox table td {
  padding: 0 0 15px 0; }

/* map */
.map {
  position: relative;
}
.map a {
  position: absolute;
  width: 222px;
  height: 54px;
  background: #fff;
  color: transparent;
  font-size: 0;
  opacity: 0;
  &:hover {
    opacity: 0.3;
  }
}
.map .hokkaido {
  top: 148px;
  right: 0;
}
.map .kanto {
  top: 406px;
  right: 54px;
}
.map .higashinihon {
  top: 276px;
  right: 21px;
}
.map .hokuriku {
  top: 150px;
  left: 361px;
}
.map .chubu {
  top: 539px;
  right: 99px;
}
.map .kansai {
  top: 625px;
  left: 450px;
}
.map .chugoku {
  top: 356px;
  left: 28px;
}
.map .sanin {
  top: 267px;
  left: 239px;
}
.map .shikoku {
  top: 665px;
  left: 183px;
}
.map .kyushu {
  top: 519px;
  left: -2px;
}

/* footer */
#footer {
  width: 100%;
  text-align: center;
  background: #2c2c2b; }
address {
  padding: 20px 0;
  font-style: normal;
  font-size: 11px;
  color: #ffffff; }

/* pagetop */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px; }