/*==================================================

** first
==================================================*/
#firstCheckpoint .checkpointsec {
  padding: 8px 0 0 104px;
  position: relative; }
  #firstCheckpoint .checkpointsec + .checkpointsec {
    margin-top: 64px; }
  #firstCheckpoint .checkpointsec .check {
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    text-align: center;
    color: #0071bd;
    line-height: 1;
    background: url("../img/common/ico_check_lbl.svg") no-repeat center center/contain; }
    #firstCheckpoint .checkpointsec .check-txt {
      display: block;
      font-size: 1.6rem;
      letter-spacing: normal; }
    #firstCheckpoint .checkpointsec .check-num {
      display: block;
      font-size: 4rem;
      margin-top: 4px; }
  #firstCheckpoint .checkpointsec h3 {
    margin: 0; }
  #firstCheckpoint .checkpointsec .lrbox .txtbox {
    width: 648px; }
  #firstCheckpoint .checkpointsec .lrbox .phtbox {
    width: 320px; }

@media screen and (max-width: 600px) {
  #firstCheckpoint .checkpointsec {
    padding: 0; }
    #firstCheckpoint .checkpointsec h3 {
      min-height: 67px;
      padding: 8px 0 0 84px; }
    #firstCheckpoint .checkpointsec .lrbox {
      margin-top: 32px; }
      #firstCheckpoint .checkpointsec .lrbox .txtbox {
        width: 100%; }
      #firstCheckpoint .checkpointsec .lrbox .phtbox {
        width: 100%;
        margin-top: 32px; } }
