@charset "UTF-8";
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: 'YuGothic', 'Yu Gothic', Hiragino Sans, 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500; }

body {
  margin: 0px;
  padding: 0px; }

a.noborder,
a.noborder:link,
a.noborder:hover,
a.noborder:active,
a.noborder:visited,
img {
  border: 0;
  vertical-align: bottom; }

p {
  text-align: justify;
  text-justify: inter-ideograph;
  color: #444; }

h2,
h2 span,
h3,
h3 span,
a {
  font-feature-settings: 'pkna'; }

/* clearfix ----------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

#wrapper {
  width: 100%;
  min-width: 1000px; }

/* -------------------
JB logo
------------------- */
#logoarea {
  position: relative;
  margin: 0 auto;
  min-width: 1000px;
  width: 100%; }
  #logoarea p {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    line-height: 16px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff; }
    #logoarea p img {
      width: 159px; }
  #logoarea ul {
    padding: 20px 0;
    height: 40px;
    text-align: center; }
    #logoarea ul li {
      display: inline-block;
      margin: 0 16px; }

/* logoarea */
/* -------------------
JB footer
------------------- */
#footer {
  padding: 20px 0 15px 0;
  box-sizing: border-box;
  min-width: 1000px;
  width: 100%;
  background-color: #000;
  text-align: center; }
  #footer p {
    text-align: center;
    line-height: 1.3;
    font-size: 12px;
    color: #fff; }
  #footer a {
    display: block;
    margin: 0 auto 10px; }

/* footer */
/* -------------------
header
------------------- */
.headerArea {
  position: relative;
  z-index: 9;
  padding: 50px 0 0 0;
  box-sizing: border-box;
  height: 400px;
  background-color: #efefef;
  background-image: url(../images/hd_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* h1 */
  /* read */ }
  .headerArea h1 {
    margin: 0 auto 10px auto;
    width: 580px;
    /* span */ }
    .headerArea h1 span {
      display: block;
      margin: 0 auto 12px auto;
      padding: 4px 0;
      box-sizing: border-box;
      width: 80%;
      background-color: #604838;
      text-align: center; }
      .headerArea h1 span > img {
        width: 246px; }
    .headerArea h1 > img {
      width: 100%; }
  .headerArea .read {
    text-align: center;
    line-height: 1.8;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff; }
  .headerArea:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 60%;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }

/* headerArea */
.mainArea {
  padding: 0 0 50px 0;
  background-color: #e5e5e5;
  /* linkBtn */ }
  .mainArea .linkBtn {
    display: table;
    margin: 0 auto;
    padding: 12px 70px;
    border-radius: 50px;
    box-sizing: border-box;
    background-color: #604838;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    transition: all .3s; }
    .mainArea .linkBtn:hover {
      box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.4); }

/* mainArea */
/* ------------
media list
------------ */
.mediaWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 60px 0;
  max-width: 1000px;
  /* div */ }
  .mediaWrap > div {
    position: relative;
    padding: 20px 16px 80px 16px;
    border-radius: 2px;
    box-sizing: border-box;
    width: 30%;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
    background-color: #ffffff; }
    .mediaWrap > div h2 {
      margin: 0 0 10px 0; }
      .mediaWrap > div h2 img {
        display: block;
        margin: 0 auto;
        width: 255px; }
    .mediaWrap > div > .imgBox img {
      display: block;
      margin: 0 auto 20px auto;
      width: 100%; }
    .mediaWrap > div h3 {
      margin: 0 0 20px 0;
      font-weight: 700;
      font-size: 15px; }
      .mediaWrap > div h3 > span {
        display: block;
        margin: 0px 0 0 0;
        font-weight: 700;
        font-size: 11px; }
        .mediaWrap > div h3 > span span {
          display: block;
          margin: 8px 0 0 0;
          font-weight: 700; }
    .mediaWrap > div p {
      margin: 0 0 auto 0;
      padding: 12px 0 0 0;
      border-top: 1px solid #e2e2e2;
      line-height: 1.8;
      font-size: 14px; }
    .mediaWrap > div .linkBtn {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      margin: 0px auto 0 auto;
      padding: 12px 30px;
      width: 70%;
      text-align: center; }
  .mediaWrap > div:nth-of-type(2) h3 {
    margin: 0px 0 29px 0; }
    .mediaWrap > div:nth-of-type(2) h3 span {
      margin: 8px 0 0 0;
      font-size: 11px; }
  .mediaWrap > div:nth-of-type(3) {
    /* h3 */ }
    .mediaWrap > div:nth-of-type(3) h3 > span {
      font-size: 11px; }
      .mediaWrap > div:nth-of-type(3) h3 > span span {
        display: block;
        margin: 14px 0 0 0;
        font-weight: 700; }

/* mediaWrap */
.reportArea {
  margin: 0 auto;
  padding: 20px 0;
  border: 2px solid #604838;
  box-sizing: border-box;
  width: 554px;
  background-color: #ffffff; }
  .reportArea h2 {
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
    font-size: 26px;
    color: #604838; }
    .reportArea h2 span {
      display: block;
      margin: 0 0 8px 0;
      font-weight: 700;
      font-size: 16px;
      color: #000000; }
  .reportArea .linkBtn {
    padding-right: 80px;
    padding-left: 80px; }

/* reportArea */

/*# sourceMappingURL=style.css.map */