@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

body {
    font-family: 'Noto Sans JP', sans-serif;
  }

a{
    text-decoration: none;
}


.vw1 {
    font-size:min(3.2vw,22px);
  }

  .vw2 {
    font-size:min(3.2vw,18px);
  }

::placeholder{ /* Others */
    color: #a5a8ad;
    font-size: 16px;
    font-weight: normal;
   }


.content{
    
    width: 80%;
    margin: 20px auto;
}

.box-number{
    width: 100%;
    font-size: 18px;
    font-weight: bold;

}

.box-type{
    width: 100%;
    font-size: 18px;
    font-weight: bold;

}

.form-check-label {
    font-size: 17px;
    font-weight: bold;
}

.form-check-input {
    width: 25px;
    height: 25px;
    top: 0px;
    vertical-align:middle;
    position:relative;
    top:0;
    bottom:0;
    left:2em;
}

.btn-secondary {
background-color: rgb(183, 183, 188);

}

#radiocheck {
    text-align: center;
    display: block;

}


h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0%;
    color: rgb(14, 33, 87);
}

h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0%;
    color: rgb(14, 33, 87);
}

h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: rgb(255, 0, 0);
}

h4 {
    font-size: 14px;
    font-weight:normal;
    margin-bottom: 50px;
    color: rgb(95, 92, 92);
}

h5 {
    font-size: 14px;
    font-weight:normal;
    margin-bottom: 20px;
    text-align: center;
    color: rgb(34, 33, 33);
}

h6 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    color: rgb(255, 0, 0);
    border: 3px solid;
    border-color: red;
    text-align: center;
}

