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

/*--#main_img ----------------------------------------------------------*/
#main_img {
  position: relative;
}

#main_img h2 {
  padding: 30px 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
  font-weight: normal;
  background-color: rgba(60,60,60,0.5);
  text-align: center;
}

#main_img h2 img {
  max-width: 80%;
}

#main_img > img {
  width: 100%;
  height: auto;
}

/*--Retina--*/
@media screen and (max-width: 1000px) {
  #main_img h2 { padding: 15px 0; }
}


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

#sec01 p {
  margin-top: 30px;
  font-weight: bold;
}

#sec01 .list_img {
  flex-wrap: nowrap;
}

#sec01 .list_img li {
  width: 160px;
  margin: 0 20px 10px;
}

#sec01 p.btn_red {
  margin-top: 80px;
}

/*--Retina--*/
@media screen and (max-width: 1000px) {
  #sec01 .list_img li { width: 30%; margin: 0 3%; }
  #sec01 p.btn_red { margin-top: 40px; }
}


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

#sec02 .sec_ttl span {
  border-bottom: 1px solid #fff;
}

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

#sec02 p.btn_red {
  margin-top: 80px;
}

/*--Retina--*/
@media screen and (max-width: 1000px) {
  #sec02 .contents_inner > p { font-size: 20px; }

  #sec02 p.btn_red { margin-top: 20px; }
}


/*--#sec03 ----------------------------------------------------------*/
#sec03 {
  text-align: center;
}

#sec03 p {
  margin-top: 30px;
  font-weight: bold;
}

#sec03 img {
  margin-top: 40px;
  max-width: 100%;
}

/*--Retina--*/
@media screen and (max-width: 1000px) {
  #sec03 img { margin-top: 20px; }
}

