@charset "UTF-8";

.toyoweb{

  border-radius : 24%;          /* �p��       */
  font-size     : 9pt;        /* �����T�C�Y */
  text-align    : center;      /* �����ʒu   */
  cursor        : pointer;     /* �J�[�\��   */
  padding       : 12px 12px;   /* �]��       */
  color         : #ff66ff;     /* �����F     */
  line-height   : 1em;         /* 1�s�̍���  */
  opacity       : 1;           /* �����x     */
  transition    : .3s;         /* �Ȃ߂炩�ω� */
  box-shadow    : 6px 6px 3px #666666;  /* �e�̐ݒ� */
}
.toyoweb:hover {
  box-shadow    : none;        /* �J�[�\�����̉e���� */
  opacity       : 0.8;         /* �J�[�\���������x */
}

/*form-style*/
.form {
  background-color: #ECE9E6;
  padding: 30px 60px;
  margin-top: 30px;
}
.form dl dt {
  width: 165px;
  padding: 15px 0;
  float: left;
  clear: both;
  font-weight: 600;
  line-height: 2;
}
.form dl dd {
  padding: 15px 0;
  margin-left: 180px;
}
.form .name {
  width: 240px;
  height: 20px;
}
.form .email {
  width: 300px;
  height: 20px;
}
.form .tel {
  width: 240px;
  height: 20px;
}
.form .message {
  width: 360px;
  height: 150px;
}
.form_button {
  background-color: #645746 !important;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}
.form_button:hover {
  cursor: pointer;
  opacity: 0.8;
}
input, button, textarea, select {
  margin: 2px;
  padding: 5px;
  background: #fff !important;
  border-radius: 0;
  outline: none;
  border: none !important;
}

@media screen and (max-width: 768px) {

/*ios reset*/

input[type="text"], button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


input[type="submit"], input[type="button"], input[type="reset"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="reset"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, input[type="reset"]::focus {
 outline-offset: -2px;
}
	
	
.form {
  background-color: #ECE9E6;
  padding: 20px 4%;/*change*/
  margin-top: 30px;
}
.form dl dt {
  width: 100%;
  padding: 15px 0 5px;/*change*/
  float: none;
  clear: both;
  font-weight: 600;
  line-height: 2;
  font-size: 16px;
}
.form dl dd {
  padding: 15px 0;
  margin-left: 0px;
    width: 100%;
}

.form_button {
  background-color: #645746 !important;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}
.form_button:hover {
  cursor: pointer;
  opacity: 0.8;
}
input, button, textarea, select {
  margin: 2px;
  padding: 5px;
  background: #fff !important;
  border-radius: 0;
  outline: none;
  border: none !important;
} 
/*add*/
.form input[type="text"], .form textarea {
	max-width: 100%;
	margin-bottom: 5px;
}
	
.form input[type="text"] {
	width: 100%;
}

.form input[type="checkbox"], .form input[type="radio"] {
	border: 1px solid #ccc!important;
	vertical-align: middle;
}

.form input[type="radio"] {
border-radius: 10px!important;
}
	
.form select {
	background: #fff url("../img/common/common_subnav_bg_arrow_v.svg") no-repeat 95% center!important;
}
	.form select.ipt {
		min-width: 40px;
	}
	
.form dt + dd {
	padding-top: 0;
}
#idBG, #doko {
	min-width: 100px;
	display: block;
	margin-bottom: 10px;
}
#idBY, #idBY1, #idBY2, #idBY3 {
	width: auto;
}
	.form input.form_button {
		border-radius: 10px;
	}

}


