@charset utf-8;

/* --------------------------------------------------------------------------------
html { font-size:62.5%; = 10px }
body { font-size:1.6rem; = 16px }
font-family: Arial, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
-------------------------------------------------------------------------------- */

#header {
  padding-bottom: 530px;
  background: url(../images/head.jpg) no-repeat center bottom;
}

.conceptBox {
  margin-bottom: 50px;
  width: 1040px;
  position: relative;
  overflow: hidden;
}

.conceptBox p {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: justify;
  text-justify: auto;
}

#content>p+.conceptBox img {
  float: left;
  width: auto;
}

#content>p+.conceptBox p {
  float: right;
  width: 490px;
}

.conceptBox+.conceptBox img {
  float: right;
  width: auto;
}

.conceptBox+.conceptBox p {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 290px;
}