@charset "UTF-8";

h2.key_input{
/* margin:0 -20px 0 0; */
padding:5px 0 5px 0;
font-size:16px;
font-weight:bold;
color:#fff;
text-align: center;
background:linear-gradient(to top, #330099 0%, #7f7fff 100%);
}

input.link_button{
display:block;
font-size:20px;
width:98%;
text-align:center;
background:#d3ccd6;
border-radius: 10px;

}

input.rfc_field{
width:98%;
font-size:16px;
}

textarea.rfc_field{
width:98%;
font-size:16px;
}

div#box_message{
margin:0 0 5px 0;
font-size:14px;
color:#ff0000;
}

div#contents h2{
margin:10px 0 5px 0;
}

h2#r_message{
margin:10px 0 12px 10px;
font-size:18px;
font-weight:normal;
text-indent:-1.0em;
}

h2#r_message span.error_msg{
color:red;
}

label{
padding:0 0 0 2px;
font-size:17px;
}

input[type="checkbox"] {
  transform:scale(1.5);
}
