/*====================================================================
    
====================================================================*/
.box.catch {
  position: relative;
  height: 360px;
}
.box.catch div.in {
  width: 540px;
  margin: 0px auto;
  padding-top: 50px;
}
.box.catch div.in p {
  text-align: center;
}
.box.catch div.in p.h {
  margin-bottom: 20px;
  color: #09BA92;
  font-size: 18px;
}
.box.catch div.in p.h strong {
  font-size: 36px;
}
.box.catch div.in p.t {
  font-size: 15px;
}

.box.point {
  position: relative;
  width: 900px;
  height: 270px;
  border: 1px solid #CCCCCC;
}
.box.point div.no {
  position: absolute;
  left: 30px;
  top: 30px;
}
.box.point p.h {
  position: absolute;
  left: 255px;
  top: 30px;
  width: 595px;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
}
.box.point p.t {
  position: absolute;
  left: 255px;
  top: 90px;
  width: 595px;
}
.box.point.p01 {
  height: 300px;
}
.box.point.p03 {
  height: 330px;
}
.box.point.p03 p.t {
  position: absolute;
  left: 255px;
  top: 120px;
}

div.line {
  width: 450px;
  height: 50px;
  margin: 0px;
  border: none;
  border-right: 1px solid #CCCCCC;
}

/*====================================================================
    SP
====================================================================*/
@media only screen and (max-width: 660px), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .box.catch {
    height: 242px;
  }
  .box.catch div.in {
    width: 450px;
    margin: 0px auto;
    padding-top: 35px;
  }
  .box.catch div.in p.h {
    font-size: 20px;
  }
  .box.catch div.in p.h strong {
    font-size: 40px;
  }

  .box.catchMsg {
    margin: 30px 30px 0;
  }
  .box.catchMsg p {
    margin: 0;
    font-size: 16px;
    text-align: left;
  }

  h1.hd {
    border-top: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    padding-top: 40px;
  }

  .box.point {
    position: static;
    width: 560px;
    height: auto !important;
    margin: 0 auto 40px;
    border: none;
  }
  .box.point div.no {
    position: static;
    margin-bottom: 60px;
  }
  .box.point p.h {
    position: static;
    width: 560px;
    font-size: 24px;
  }
  .box.point p.t {
    position: static;
    width: 560px;
    font-size: 24px;
    margin-bottom: 0px;
  }
  .box.point.p01 p.t {
    position: static;
  }
  .box.point.p02 p.t {
    position: static;
  }
  .box.point.p03 p.t {
    position: static;
  }

  div.line {
    width: 560px;
    margin: 0 auto 40px;
    border: none;
    border-bottom: 1px solid #CCCCCC;
  }
}
/*====================================================================
    
====================================================================*/
