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

  .item1{
       margin-top: 90px;
       margin-bottom: 90px;
       padding: 0px;
       text-align: center;
       font-size: 32px;
       font-weight: bold;
  }

  .item2{
       width: 1080px;
       text-align: center;
       display: flex;
       flex-direction: row-reverse;
       align-items: center;
  }

  .item3{
       width: 1080px;
       text-align: center;
       display: flex;
       flex-direction: row;
       align-items: center;
  }

  .item201{
       width: 540px;
       text-align: center;
  }

  .item201_1{
       display: inline-block;
       width: 320px;
       text-align: center;
  }

  .item201_1_1{
       text-align: center;
       font-size: 23px;
       font-weight: bold;
       line-height: 24px;
       letter-spacing: 0.1em;
       margin-bottom: 30px;
  }

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


  #item201_1_1_kon{
       text-align: center;
       font-size: 22px;
       font-weight: bold;
       line-height: 24px;
       letter-spacing: 0.1em;
       margin-bottom: 20px;
  }

  .visual_ph{
       display: none;
  }

  .visual_ph_2{
       display: none;
  }
}



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

  .item1{
       margin-top: 30px;
       margin-bottom: 30px;
       text-align: center;
       font-size: 24px;
       font-weight: bold;
       letter-spacing: 0.1em;
  }

  .item201_1{
       display: inline-block;
       text-align: center;
       width: 300px;
       margin-top: 20px;
       margin-bottom: 30px;
  }

  .item201_1_1{
       text-align: center;
       font-size: 16px;
       font-weight: bold;
       letter-spacing: 0.1em;
       margin-bottom: 20px;
  }

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

  #item201_1_1_kon{
       text-align: center;
       font-size: 16px;
       font-weight: bold;
       letter-spacing: 0.1em;
       margin-bottom: 20px;
  }

  .visual_pc{
       display: none;
  }

  .visual_ph_2{
       margin-top: -1px;
  }
}
