@charset "UTF-8";

input{
  font-size: 3rem;

}

/*係数a*/
#frequency{
  font-size: 1.5rem;
  vertical-align: bottom;
  width: 5rem;
}

/*係数b（初期位相）*/
#theta{
  font-size: 1.5rem;
  vertical-align: bottom;
  width: 5rem;
}


/*表示色*/
#color{
  font-size: 1.5rem;
  vertical-align: bottom;
  width: 5rem;
}


/*一般角をセレクトボックスより入力*/
#phase3{
  font-size: 1.5rem;
  vertical-align: bottom;
  width: 5rem;
}

/*横長に対応するサイズ設定*/
canvas{
  width: 95vw;
  max-width: 306vh; /*90/500*1700*/
}

  .display_function{
    display: inline-block;
    text-align: center;
/*      border: 1px solid black;*/
    padding: 10px 0 10px;
    margin: 10px auto 10px;
    width: 20rem;
    border-radius: 10px;
    font-size: 2rem;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  }

  .center{
    text-align: center;
}


  #sin1{
    display: inline-block;
    padding-left: 5rem;
  }

  #function2_2, #cos4{
    color: blue;
  }

  #function2_3, #R_alpha4{
    color: red;
  }

  #sin_coef, #cos_coef, #sintheta, #costheta{
    font-size: 1.5rem;
    width: 10rem;
  }
