@charset "utf-8";

.info_item_list_box {
  background: url(../img/line_dotted.gif) repeat-x left bottom;
}

.info_item_list_box dl dt a {
  color: #0a707d;
  text-decoration: none;
}

.info_item_list_box .info_img a:hover,
.info_item_list_box dl dt a:hover {
  opacity: 0.6;
}

.info_item_list_box dl dt span {
  font-size: 1rem;
  color: #999;
  font-weight: normal;
}

/* ---- information-_page.html ---- */

.information-box {
  margin: 50px auto;
  font-size: 1.4rem;
}

.information-box h2 {
  background: url(../img/ico_info.png) no-repeat;
  background-size: 48px auto;
  font-weight: bold;
  color: #0a707d;
}

.information-box h2 span {
  font-size: 1.2rem;
  color: #999;
  font-weight: normal;
}

.info_text_box {
  background: url(../img/line_dotted.gif) repeat-x left top;
}

.info_text_box h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #0a707d;
  margin: 40px 0 10px;
}

.info_text_box p {
  margin: 0 0 20px;
}

.info_page_img {
  width: 100%;
  line-height: 0;
}

.info_page_img img {
  height: auto;
  width: 100%;
}

/* ===============================================
 PC版のみ
=============================================== */

@media screen and (min-width: 768px) {
  .info_item_list_box {
    margin: 0 0 50px;
    padding: 0 50px 50px;
  }

  .info_item_list_box .info_img {
    float: left;
    overflow: hidden;
    width: 215px;
    height: 147px;
    line-height: 0;
  }

  .info_item_list_box .info_img a {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    width: 215px;
    height: 147px;
  }

  .info_item_list_box dl {
    float: right;
    width: 830px;
    margin: 20px 0 0;
  }

  .info_item_list_box dl dt {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 15px;
  }

  /* ---- information-_page.html ---- */

  .information-box {
    width: 970px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
  }

  .information-box h2 {
    margin: 70px 70px 50px;
    padding: 2px 0 5px 70px;
    font-size: 1.8rem;
  }

  .info_text_box {
    margin: 50px 70px;
    padding: 50px 0 0;
  }
}

/* ===============================================
スマホ版のみ
=============================================== */

@media screen and (max-width: 767px) {
  .info_item_list_box {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }

  .info_item_list_box .info_img {
    float: left;
    width: 35%;
    line-height: 0;
  }

  .info_item_list_box .info_img a {
    display: block;
    height: 100px;
    width: 100%;
    background-size: auto 100%;
    background-position: center;
  }

  .info_item_list_box dl {
    float: right;
    width: 60%;
  }

  .info_item_list_box dl dd {
    display: none;
  }

  .info_item_list_box dl dt {
    font-size: 1.4rem;
  }

  /* ---- information-_page.html ---- */

  .information-box {
    width: 90%;
    margin: 50px auto;
  }

  .information-box h2 {
    padding: 2px 0 5px 70px;
    font-size: 1.4rem;
    font-weight: bold;
  }

  .info_text_box {
    margin: 20px 0;
    padding: 20px 0 0;
  }
}
