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

  #main_2{
       width: 1050px;
       margin-right: auto;
       margin-left: auto;
       text-align: center;
  }

  #item1{
       margin-top: 60px;
       margin-bottom: 60px;
       text-align: center;
  }

  #item101{
       font-size: 24px;
       font-weight: bold;
       letter-spacing: 0.2em;
       margin-bottom: 30px;
  }

  #item102_pc{
       font-size: 12px;
       font-weight: bold;
       line-height: 22px;
       letter-spacing: 0.1em;
  }

  #item102_ph{
       display: none;
  }

  .item2{
       display: flex;
       flex-direction: row-reverse;
       align-items: center;
       width: 1050px;
       text-align: center;
       margin-top: 0px;
       margin-left: 0px;
       margin-right: 0px;
       margin-bottom: 30px;
       padding: 0px;
       border: none;
  }

  .item2 img{
       margin: 0px;
       padding: 0px;
       border: none;
  }

  .item201{
       display: flex;
       justify-content: center;
       align-items: center;
       width: 450px;
       margin: 0px;
       padding: 0px;
       border: none;
  }

  .item201_1{
       width: 300px;
  }

  .item201_1_1{
       text-align: justify;
       text-justify: inter-ideograph;
       font-size: 13px;
       font-weight: bold;
       line-height: 24px;
       letter-spacing: 0.1em;
  }

  #copy_ise{
       text-align: left;
       font-size: 12px;
       font-weight: bold;
       letter-spacing: 0.1em;
  }

  #copy_ise_d{
       font-family: "Roboto","arial";
  }

  .subvisual_pc{
       text-align: center;
       margin-top: 0px;
       margin-bottom: 30px;
  }

  .subvisual_ph{
       display: none;
  }

  .visual_ph{
       display: none;
  }
}


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

  #mainvisual{
       text-align: center;
  }

  #item1{
       display: inline-block;
       text-align: center;
       width: 270px;
       margin-top: 30px;
       margin-bottom: 30px;
  }

  #item101{
       text-align: center;
       font-size: 24px;
       font-weight: bold;
       letter-spacing: 0.05em;
       margin-bottom: 30px;
  }

  #item102_pc{
       display: none;
  }

  #item102_ph{
       font-size: 12px;
       font-weight: bold;
       letter-spacing: 0.1em;
       line-height: 19px;
       text-align: justify;
       text-justify: inter-ideograph;
       margin-top: 10px;
  }

  .item201{
       display: inline-block;
       text-align: center;
       width: 270px;
       margin-top: 30px;
       margin-bottom: 30px;
  }

  .item201_1_1{
       font-size: 12px;
       font-weight: bold;
       letter-spacing: 0.1em;
       line-height: 19px;
       text-align: justify;
       text-justify: inter-ideograph;
  }

  .subvisual_pc{
       display: none;
  }

  .subvisual_ph{
       text-align: center;
       margin-top: 0px;
       margin-bottom: 30px;
  }

  #copy_ise{
       text-align: left;
       font-size: 12px;
       font-weight: bold;
       letter-spacing: 0.1em;
       margin-left: 15px;
  }

  #copy_ise_d{
       font-family: "Roboto","arial";
  }

  .visual_pc{
       display: none;
  }
}
