/* For Usersページのタイトルを非表示 */
.page-id-101 .entry-title,
.page-id-101 .page-title {
  display: none;
}

/*################## スマホ縦用　##################*/
@media screen and (min-width: 0px) and (max-width: 480px) {
  #for-users-top {
    margin: 60px auto 30px auto;
    width: 100%;
    padding: 0;
  }
  #for-users-top p img {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #for-users-01 {
    margin: 40px auto;
  }
  #for-users-01 h2 {
    font-weight: 500;
    font-size: 18px;
  }
  #for-users-02-01 {
    width: 95%;
    padding-bottom: 30px;
  }
  .box-left {
    padding-top: 30px;
  }
  #for-users-03 {
    width: 90%;
    margin: 30px auto;
  }
}
/*################## スマホ横用 #################*/
@media screen and (min-width: 481px) and (max-width: 896px) {
  #for-users-top {
    margin: 90px auto 30px auto;
  }
  #for-users-01 {
    margin: 30px auto;
    padding: 20px 0;
  }
  #for-users-01 h2 {
    font-weight: 500;
    font-size: 21px;
  }
  #for-users-02 {
    width: 100%;
    height: auto;
  }
  #for-users-02-01 {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .box-left {
    padding-top: 30px;
  }
  #for-users-03 {
    padding: 40px 0 20px 0;
  }
}
/*################## PC用 #################*/
@media print, screen and (min-width:897px) {
  #for-users-top {
    width: 950px;
    height: 264px;
    margin: 130px auto 30px auto;
    background-repeat: no-repeat;
    background-position: center top;
  }
  #for-users-top p img {
    position: relative;
    left: 20px;
  }
  #for-users-top h1 {
    z-index: 1;
    position: relative;
    top: 70px;
    left: 145px;
    font-size: 26px;
    font-weight: bold;
  }
  #for-users-01 {
    margin: 50px auto;
  }
  #for-users-01 h2 {
    font-weight: 500;
    font-size: 21px;
  }
  #for-users-02 {
    width: 100%;
    height: 730px;
  }
  #for-users-02-01 {
    width: 950px;
    margin: 0 auto;
    padding: 30px 0;
  }
  /*####### ページ2分割 #####*/
  .box-left {
    width: 46%;
    float: left;
    padding: 10px;
    margin: 10px auto;
    clear: both;
  }
  .box-right {
    width: 47%;
    float: right;
    padding: 10px;
    margin: 10px auto;
  }
  #for-users-03 {
    clear: both;
    width: 750px;
    height: 350px;
    margin: 0 auto;
    padding-top: 30px;
  }
  #for-users-03 h3 {
    position: relative;
    top: 20px;
    left: -180px;
    font-weight: 500;
    font-size: 21px;
  }
  #for-users-03 p {
    position: relative;
    top: -180px;
    left: 120px;
  }
}
/*################## スマホ・PC共通 ##################*/
#for-users-02 {
  background-color: #f7f6f6;
}
