#mainContent .mainContentInner {
  padding: 35px 0 110px; }
#mainContent h1 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainContent h1 {
      font-size: 48px; } }
#mainContent .leadWrap {
  margin-top: 25px;
  text-align: center; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    #mainContent .leadWrap {
      margin-top: 35px; } }

.content01 .stepList {
  margin-top: 30px; }
  @media only screen and (min-width: 1px) and (max-width: 750px) {
    .content01 .stepList {
      margin-top: 90px; } }
  .content01 .stepList > li:nth-child(n+2) {
    position: relative;
    margin-top: 55px; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .content01 .stepList > li:nth-child(n+2) {
        margin-top: 90px; } }
    .content01 .stepList > li:nth-child(n+2):before {
      content: "";
      position: absolute;
      width: 47px;
      height: 23px;
      top: -40px;
      left: 50%;
      background: url(/common/img/arw_step.png) no-repeat;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .content01 .stepList > li:nth-child(n+2):before {
          width: 92px;
          height: 46px;
          top: -68px;
          background: url(/common/img/arw_step_sp.png) no-repeat; } }
  @media only screen and (min-width: 751px), print {
    .content01 .stepList > li dl {
      display: table;
      width: 100%; }
      .content01 .stepList > li dl dt, .content01 .stepList > li dl dd {
        display: table-cell;
        vertical-align: middle; } }
  .content01 .stepList > li dl dt {
    width: 130px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #0071BC; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .content01 .stepList > li dl dt {
        width: 100%;
        font-size: 32px;
        padding: 19px 0; } }
  .content01 .stepList > li dl dd {
    padding: 20px 30px;
    border: 1px solid #ccc;
    border-left: none; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .content01 .stepList > li dl dd {
        padding: 30px 40px;
        border: 2px solid #ccc;
        border-top: none; } }
    .content01 .stepList > li dl dd h2 {
      color: #0071BC;
      font-size: 20px;
      font-weight: bold; }
      @media only screen and (min-width: 1px) and (max-width: 750px) {
        .content01 .stepList > li dl dd h2 {
          font-size: 36px; } }
    .content01 .stepList > li dl dd p {
      margin-top: 1em; }
    .content01 .stepList > li dl dd .itemList {
      margin-top: 1em; }
      @media only screen and (min-width: 751px), print {
        .content01 .stepList > li dl dd .itemList ul {
          display: flex; }
        .content01 .stepList > li dl dd .itemList li:nth-child(n+2) {
          margin-left: 25px; } }
  .content01 .stepList > li.step02 .contactList {
    margin-top: 1em; }
    @media only screen and (min-width: 751px), print {
      .content01 .stepList > li.step02 .contactList {
        display: flex; }
        .content01 .stepList > li.step02 .contactList .contactLink {
          position: relative; }
          .content01 .stepList > li.step02 .contactList .contactLink:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: url(/common/img/ph_step02_02_on.png) no-repeat;
            opacity: 0;
            -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
          .content01 .stepList > li.step02 .contactList .contactLink:hover:before {
            opacity: 1; } }
    @media only screen and (min-width: 751px), print {
      .content01 .stepList > li.step02 .contactList li:nth-child(n+2) {
        margin-left: 35px; } }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .content01 .stepList > li.step02 .contactList li:nth-child(n+2) {
        margin-top: 38px; } }
  .content01 .stepList > li.step03 .indentList {
    margin-top: 1em; }
    @media only screen and (min-width: 1px) and (max-width: 750px) {
      .content01 .stepList > li.step03 .indentList li {
        padding-left: 44px;
        text-indent: -44px; } }
