@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;
}


::placeholder{ /* Others */
    color: #a5a8ad;
    font-size: 16px;
    font-weight: normal;
   }


.content{
    
    width: 100%;
    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(170, 172, 177);
}

#radiocheck {
    text-align: center;
    display: block;

}


h1 {
    font-size: 20px;
    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;
}

div.parsent {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
    }

    object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        }    

/* エラーメッセージのスタイル */
div.error-msg p {
    color: #d00;
    margin: 0 0 0 8rem;
}        

  /* 入力欄 */
input[type="email"] {
    line-height: 2em;
}

  /* 入力エラーがあった時のスタイル */
.input-error {
    border: 1px solid #d00;
    border-radius: 3px;
    background-color: #FCC;
}