input.active{
ime-mode:active;
}

input.inactive{
ime-mode:inactive;
}

optgroup {
font-style: normal; /* フォントスタイル */
}



.ondes {color: #999;}



.mini{
	font-size: 1.2em;
}


.mailform{
    width: 80%;
    margin: 0 auto 30px auto;
    max-width: var(--main-width);
background: white;
border:1px solid #aaa;
padding: 30px;
box-sizing:border-box;
box-shadow: 5px 5px 5px -6px rgba(0,0,0,0.3);
}


.mailform>dt{
	font-size: var(--kihon-font);
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
  font-weight: bold;
}

.mailform>dd{
width: 100%;
margin-bottom: 30px;
}

.mailform>dd>select,.mailform>dd>input{
width: 100%;
box-sizing:border-box;
font-size: var(--kihon-font);
padding: 5px;
border: 1px solid #ddd;
}


.mailform>dd>textarea{
width: 100%;
box-sizing:border-box;
font-size: var(--kihon-font);

min-height: 300px;
border: 1px solid #ddd;
}

.submit_reset{
  text-align: center;
  margin-bottom: 30px;
}


.submit_reset>input{


   box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
  border-top: 0;
  border-left:0;
  border-right:0;

  font-size: 1rem;
  position: relative;
  display: inline-block;
  padding: 8px 10px 3px 10px;
  cursor: pointer;
  user-select: none;
  transition: all 0.1s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border-radius: 0.5rem;
  margin-bottom:1px;
  line-height: 100%;
  text-align: center;
  min-width: 120px;
}




.submit_reset>input:hover{
  margin-top: 3px;
  margin-bottom:2px;


}



.submit_reset>input:nth-child(1){
  color: #fff;
  background-color: #000;
  border-bottom: 5px solid #333;
margin-right:10px;
}




.submit_reset>input:nth-child(1):hover{
  color: #fff;
  background: #222;
  border-bottom: 2px solid #333;

}



.submit_reset>input:nth-child(2){
  color: #fff;
  background-color: #222;
  border-bottom: 5px solid #333;

}




.submit_reset>input:nth-child(2):hover{
  color: #fff;
  background: #444;
  border-bottom: 2px solid #333;

}
