@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*__ color _______________________*/
/*__ parts _______________________*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  #pagetitle {
    background-image: url("../images/head_bg_pc.jpg");
  }
  .koukai {
    display: inline-block;
    margin-top: 4px;
    padding: 4px;
    color: #919191;
    background: #fff;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .guide_content.me .step_list .step2 .is_arrow:nth-of-type(1) {
    padding-top: 40px;
  }
  .guide_content.me .step_list .step2 .is_arrow:nth-of-type(2) {
    padding-top: 35px;
  }
  .guide_content.me .step_list .step2 .block:nth-of-type(3) {
    padding-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  #pagetitle {
    background-image: url("../images/head_bg_sp.jpg");
  }
  .koukai {
    display: inline-block;
    margin-top: 4px;
    padding: 4px;
    color: #919191;
    background: #fff;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
}
