@charset "utf-8";
/* CSS Document */

#subpage_ttl {
  background-image: url("../images/useful/subpage_img.png");
}

/*-- #sec01 ----------------------------------------------------------*/
#prevention {
  text-align: center;
}

#prevention p {
  margin-top: 20px;
}

#prevention img {
  margin-top: 20px;
  max-width: 100%;
}


/*-- #information ----------------------------------------------------------*/
#information {
  text-align: center;
	background-color: #1e1e1e;
  background: url("../images/bg_gray02.png") repeat;
}

#information .contents_inner > p {
  font-size: 24px;
  margin-top: 30px;
}

.info_wrap {
  width: 100%;
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.info_box {
  width: 47%;
  box-sizing: border-box;
}

.info_box img { max-width: 100%; }

.list_dot {
  margin-top: 20px;
  text-align: left;
}

.list_dot li {
  position: relative;
  font-size: 16px;
  padding-left: 1em;
}
.list_dot li::before {
  display: block;
  content: '・';
  position: absolute;
  left: 0;
}

.list_dot li > ul { margin-top: 0; }
.list_dot li > ul li::before {
  content: '※';
}

.caption_txt {
  margin-top: 80px;
  font-size: 24px;
}

/*--Retina--*/
@media screen and (max-width: 1000px) {
  #information .contents_inner > p { font-size: 20px; }
  .info_wrap { display: block; }
  .info_box { width: 100%; margin: 0 0 20px; }
  .caption_txt { margin-top: 40px; }
}

