.affirmation-input-are {
    margin-right: 10px;
}
.my-affirmation-notice-area {
    padding-right: 1px;
}
.my-affirmation-notice {
    color: red;
    font-family: "メイリオ" ;
    font-size: 3vh; /* viewport height。ビューポートの高さに対する割合 */
    font-weight: bold;
    margin-left: 5px;
    color: white;
    padding: 5px 10px;
    border-radius:10px 10px 10px 10px;
    margin-left: 0px;
    background: linear-gradient(#e30ce3, #f27ca7);
    text-shadow: 1px 2px 3px gray;
    height: 100%;
    margin-right: 5px;
    margin-top: 40px!important;
}
.my-affirmation-notice-setting-area {
    color: red;
    font-family: "メイリオ" ;
    font-size: 3vh; /* viewport height。ビューポートの高さに対する割合 */
    font-weight: bold;
    margin-left: 5px;
    color: white;
    padding: 5px 10px;
    border-radius:10px 10px 10px 10px;
    margin-left: 0px;
    background: linear-gradient(#e30ce3, #f27ca7);
    text-shadow: 1px 2px 3px gray;
    height: 100%;
    margin-right: 5px;
    margin-top: 0!important;
    margin-bottom: 10px!important;
}
.message-area {
    margin-right: 630px;
    width: 100%;
    margin-bottom: 10px;
}
.message-text{
    font-family: "メイリオ";
    font-size: 20px;
    color: #0099FF;
    padding: 5px;
    padding-left: 0!important;
}
.textarea-affirmation {
    width:100%; 
    height:120px;
    border: solid 5px ;
    font-family: "メイリオ" ;
    font-size: large;
}
.button-common {
    border-radius:10px 10px 10px 10px!important;
    width: 80px;
    background: linear-gradient(#0c25e3, #2566f2)!important;
    font-family: "メイリオ"!important; ;
    font-size: 15px!important;
}
.button-common:hover {
    background-color:rebeccapurple!important;
}
a.button-menu {
    color: rgb(236, 17, 104)!important;
    font-size: 12px;
}
.affirmation-table-area {
    margin-top: 0px;
}
.affirmation-table {
    border-spacing: 0;
}
.affirmation-table-color-style-header {
  height: 40px;
  color: white;
  background-color: rgb(137, 133, 241);
  font-family: "メイリオ"!important; ;
  font-size: 15px!important;
  background: linear-gradient( #129628, #49e30c)!important;
}
.affirmation-table-color-style {
    background-color: white;
    font-family: "メイリオ"!important; ;
    font-size: 13px!important;
}

.affirmation-table-tr {
    height: 30px;
}
.affirmation-table-td{
    padding-left: 10px!important;
    padding-right: 10px!important;
    border: 1px #12dc58 solid;
    width:80%;
}
.affirmation-table-menu {
    font-size: 5px!important;
    border: 1px #12dc58 solid;
    border-left: 0!important;
    width:20%;
    text-align: center;
}
div.submit{
    margin-top: 4px!important;
    margin-bottom: 5px!important;
    padding-top: 0;
    padding-bottom: 0px;
}