html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

#wrapper {
  background: #fff;
  text-align: center;
  min-width: 1000px;
}

/* -------------------------------------
common
------------------------------------- */
.inner {
  width: 980px;
  margin: 0 auto;
}

.bg-type01 {
  background: #333333;
  height: 170px;
  padding: 10px 0;
}

.bg-type02 {
  background: url(../images/bg/bg01.png) repeat-x;
  height: 120px;
  box-sizing: border-box;
  padding: 20px 0;
  position: relative;
}
.bg-type02:after {
  display: block;
  width: 128px;
  height: 51px;
  background: url("../images/bg/bg_arrow01.png") no-repeat 0 0;
  position: absolute;
  left: 45.5%;
  bottom: -49px;
  content: "";
  z-index: 100;
}

.bg-type03 {
  background: url(../images/bg/bg02.png) repeat-x;
  height: 608px;
  position: relative;
}
.bg-type03:after {
  display: block;
  width: 128px;
  height: 48px;
  background: url("../images/bg/bg_arrow02.png") no-repeat 0 0;
  position: absolute;
  left: 45.5%;
  bottom: -46px;
  content: "";
}

.bg-type05 {
  background: url(../images/bg/bg04.png) repeat;
  position: relative;
}
.bg-type05:after {
  display: block;
  width: 128px;
  height: 48px;
  background: url("../images/bg/bg_arrow02.png") no-repeat 0 0;
  position: absolute;
  left: 45.5%;
  bottom: -46px;
  content: "";
}

.bg-type06 {
  background: url(../images/bg/bg01.png) repeat;
  box-sizing: border-box;
  padding: 80px 0;
}
.bg-type06 .border {
  margin-top: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

/* -------------------------------------
#header
------------------------------------- */
#header .tagline {
  background: url(../images/bg/bg_tagline.png) repeat-x 0 0;
  text-align: left;
  height: 25px;
}
#header h1 {
  margin-top: 11px;
  margin-bottom: 28px;
}
#header .photo {
  background: url(../images/bg/photo.png) repeat-x;
  height: 148px;
  margin: 10px 0;
}

/* -------------------------------------
#offer
------------------------------------- */
#offer {
  background: url(../images/bg/bg00.png) repeat-x;
  height: 411px;
}
#offer img {
  padding-top: 20px;
}

/* -------------------------------------
#block
------------------------------------- */
#block01 {
  box-sizing: border-box;
  padding-top: 90px;
}
#block01 h2 {
  margin-bottom: 53px;
}

#block02 {
  box-sizing: border-box;
  padding-top: 40px;
}
#block02 p {
  margin-top: 20px;
  margin-bottom: 40px;
}

#block03 {
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 5px;
  background: #EDF2EB;
  position: relative;
}
#block03 h2 {
  margin-bottom: 64px;
}
#block03 h3 {
  margin: 0;
  padding: 0;
}
#block03 .section {
  margin-bottom: 40px;
}
#block03:after {
  display: block;
  width: 128px;
  height: 58px;
  background: url("../images/bg/bg_arrow03.png") no-repeat 0 0;
  position: absolute;
  left: 45.5%;
  bottom: -56px;
  content: "";
}

#block04 {
  box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
}
#block04 h2 {
  margin-bottom: 64px;
}
#block04:after {
  display: block;
  width: 128px;
  height: 50px;
  background: url("../images/bg/bg_arrow04.png") no-repeat 0 0;
  position: absolute;
  left: 45.5%;
  bottom: -48px;
  content: "";
  z-index: 100;
}

#block05 {
  box-sizing: border-box;
  padding-top: 55px;
  padding-bottom: 40px;
}
#block05 h2 {
  margin-bottom: 64px;
}

#block06 {
  box-sizing: border-box;
  padding-top: 55px;
  padding-bottom: 40px;
}
#block06 li {
  border-bottom: 1px dotted #4B3A10;
  padding: 30px 0;
}
#block06 li:last-child {
  border-bottom: none;
}

#block07 {
  box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 40px;
  background: #EDF2EB;
  position: relative;
}
#block07 h2 {
  margin-bottom: 64px;
}
#block07 h3 {
  margin-bottom: 20px;
}
#block07:after {
  display: block;
  width: 128px;
  height: 58px;
  background: url("../images/bg/bg_arrow03.png") no-repeat 0 0;
  position: absolute;
  left: 45.5%;
  bottom: -56px;
  content: "";
  z-index: 100;
}

ul.twin:after {
  display: block;
  content: "";
  clear: both;
}
ul.twin li {
  float: left;
  width: 50%;
}
