@charset "UTF-8";
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, address, em, img, small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, figcaption, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal; }

ol, ul {
  list-style: none; }

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

img {
  border: none;
  vertical-align: bottom; }

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

/* common */
body {
  background-color: #fff;
  color: #111;
  font-size: 15px;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.ff-gothic {
  font-family: "MS UI Gothic","Osaka" !important;
}

/* link */
a {
  color: #111;
  text-decoration: none; }
  a:link {
    color: #111;
    text-decoration: none; }
  a:visited {
    color: #111; }
  a:hover {
    text-decoration: none; }
  a:active {
    color: #111;
    text-decoration: none; }

/* header */
h1,h2,h3,h4,h5 {
  font-weight: normal;
}

h1 {
  font-size: 18px; }

h2 {
  font-size: 16px; }

h3 {
  font-size: 14px; }

p {
  line-height: 1.8;
}

.top-wrapper {
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 20px;
  min-width: 960px;
  width: 100%;
  background-color: #231816;
}

.contents {
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 960px;
}

.inner-01 {
  margin: 0 auto;
  width: 834px;
}

.inner-02 {
  overflow: hidden;
  margin: 0 auto;
  padding-top: 55px;
  width: 890px;
}

.inner-03 {
  overflow: hidden;
  padding-top: 55px;
  padding-left: 35px;
}

/* headArea */
.header {
  position: relative;
}

.main-img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 960px;
}

.main-img img {
  width: 100%;
}

.logo {
  position: absolute;
  top: 55px;
  left: 50%;
  z-index: 2;
  margin-left: -145.5px;
}

/* contentsArea */
.site-read {
  overflow: hidden;
  margin-bottom: 75px;
  padding: 35px 0;
  background: url(../images/border.gif) repeat-x left bottom;
  color: #fff;
}

.site-read ul {
  float: right;
}

.site-read li {
  float: left;
  margin-left: 44px;
}

.site-read li:first-child {
  margin-top: 40px;
}

.site-read h1 {
  float: left;
  margin-bottom: 25px;
  font-size: 24px;
}

.site-read p {
  clear: left;
}

.column {
  width: 390px;
}

.column.left {
  float: left;
}

.column.right {
  float: right;
}

.column h1 {
  margin-bottom: 30px;
}

.column h2 {
  margin-bottom: 12px;
  color: #fcbc30;
  font-size: 22px;
}

.column h2 + img {
  margin-top: -10px;
}

.column p {
  margin-bottom: 20px;
  color: #fff;
  text-align: justify;
  text-indent: 15px;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

.column p + p {
  margin-top: -20px;
}

.column img {
  margin-bottom: 30px;
}

.box {
  clear: both;
  overflow: hidden;
  margin-bottom: 70px;
  padding-right: 53px;
}

.box h1 {
  margin-bottom: 20px;
  padding-left: 367px;
}

.box a {
  display: block;
}

.box a > img {
  float: left;
  margin-right: 58px;
}

.box p {
  float: right;
  width: 470px;
  text-align: justify;
  text-indent: 15px;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

.info {
  overflow: hidden;
  margin-bottom: 30px;
}

.info-inner {
  overflow: hidden;
  padding: 15px 20px 20px;
  border: 1px solid #bfbfbf;
  border-top: none;
}

.info-inner > p {
  margin-bottom: 30px;
}

.info-inner dt {
  float: left;
  clear: left;
}

.info-inner dd {
  float: left;
}

.info-inner > dl > dt {
  width: 108px;
}

.info-inner > dl > dd {
  width: 715px;
}

.info-inner > dl > dd > dl {
  overflow: hidden;
  margin-bottom: 15px;
}

.info-inner dl dl dt ,
.info-inner dl dl dd {
  margin-bottom: 15px;
}

.info-inner dl dl dd {
  margin-left: 13px;
  font-size: 22px;
}

.info-inner dl dl dd span {
  display: block;
  margin-top: 5px;
  color: #d50823;
  font-size: 14px;
}

.info-inner dl dl dd span.c-black {
  color: #111;
}

.info-inner dl dl dd img {
  position: relative;
  top: -3px;
  width: 50px;
}

.plan-left ,
.plan-right {
  float: left;
  margin-bottom: 40px;
  height: 400px;
}

.plan-left {
  position: relative;
  margin-right: 60px;
  width: 307px;
  text-align: center;
}

.plan-left > img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.plan-right {
  width: 555px;
}

.plan-right p {
  margin-bottom: 10px;
  width: 510px;
  text-align: justify;
  text-indent: 15px;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

.plan-right h3 ,
.plan-right h4 {
  color: #d50823;
}

.plan-right h3 + p {
  margin-bottom: 40px;
  width: auto;
  text-indent: 0;
}

.plan-right h3 + p span {
  display: block;
  font-size: 12px;
}

.plan-right h4 {
  margin-top: 20px;
  font-size: 17px;
}

.plan-right .contact {
  text-indent: 0;
  font-size: 24px;
}

.plan-right .contact .tel {
  margin-left: 3px;
  font-size: 34px;
}

.plan-right .contact .address {
  display: block;
  font-size: 14px;
}

.plan-right a:hover {
  opacity: .7;
}