/*  パソコン用CSS  */
@media screen and (min-width:601px) {
  main{
       width: 1080px;
       margin-right: auto;
       margin-left: auto;
       padding-top: 100px;
       text-align: center;
       color: #575757;
  }

  #item1_pc{
       text-align: center;
       font-size: 14px;
       line-height: 22px;
       margin-top: 30px;
       margin-bottom: 120px;
       font-weight: bold;
       letter-spacing: 0.1em;
  }

  #item1_ph_1{
       display: none;
  }

  .item1_ph_2{
       display: none;
  }

  .hakuji01{
       font-family: "Roboto","arial";
  }

  #item2{
       text-align: center;
  }

  #item3{
       text-align: center;
       font-size: 14px;
       line-height: 22px;
       margin-top: 120px;
       margin-bottom: 120px;
       font-weight: bold;
       letter-spacing: 0.1em;
  }

  .item4{
       text-align: center;
       margin-bottom: 120px;
  }

  .item401{
       text-align: center;
       font-size: 14px;
       line-height: 22px;
       margin-bottom: 20px;
       font-weight: bold;
       letter-spacing: 0.1em;
  }

  .item402{
       text-align: center;
       margin-bottom: 60px;
  }

  .item402_1{
       display: inline-block;
       margin-left: 30px;
       margin-right: 30px;
  }

  .item402_1 p{
       text-align: center;
       font-size: 14px;
       line-height: 22px;
       margin-bottom: 3px;
       font-weight: bold;
       letter-spacing: 0.1em;
  }

  .item402_2{
       display: inline-block;
       margin-left: 15px;
       margin-right: 15px;
  }

  .item402_2 p{
       text-align: center;
       font-size: 14px;
       line-height: 22px;
       margin-bottom: 3px;
       font-weight: bold;
       letter-spacing: 0.1em;
  }

  .visual_ph{
       display: none;
  }

  .company103_1{
       color: #575757;
  }
}



/*  スマホ用CSS  */
@media screen and (max-width:600px) {
  main{
       width: 390px;
       margin-right: auto;
       margin-left: auto;
       padding-top: 100px;
       text-align: center;
       color: #575757;
  }

  #mainvisual{
       text-align: center;
  }

  #item1_pc{
       display: none;
  }

  #item1_ph_1{
       display: inline-block;
       width: 300px;
       text-align: left;
       margin-top: 32px;
       font-size: 17px;
       line-height: 40px;
       font-weight: bold;
       letter-spacing: 0.1em;
  }

  .item1_ph_2{
       display: inline-block;
       width: 300px;
       text-align: justify;
       text-justify: inter-ideograph;
       font-size: 12px;
       font-weight: bold;
       line-height: 22px;
       letter-spacing: 0.2em;
       margin-top: 32px;
  }

  #item2{
       text-align: center;
       margin-top: 45px;
       margin-bottom: 25px;
  }

  #item3{
       display: none;
  }

  .item4{
       text-align: center;
       margin-top: 70px;
  }

  .item401{
       text-align: center;
       font-size: 12px;
       line-height: 22px;
       margin-bottom: 20px;
       font-weight: bold;
       letter-spacing: 0.1em;
  }

  .item402{
       text-align: center;
       margin-bottom: 30px;
  }

  .item402_1{
       display: inline-block;
       margin-left: 7px;
       margin-right: 7px;
  }

  .item402_1 p{
       text-align: center;
       font-size: 11px;
       line-height: 22px;
       margin-bottom: 3px;
       font-weight: bold;
       letter-spacing: 0.1em;
  }

  .item402_2{
       display: inline-block;
       margin-left: 10px;
       margin-right: 10px;
  }

  .item402_2 p{
       text-align: center;
       font-size: 10px;
       line-height: 22px;
       margin-bottom: 3px;
       font-weight: bold;
       letter-spacing: 0.05em;
  }

  .company103_1{
       color: #575757;
  }

  .visual_pc{
       display: none;
  }
}
