.accordion {
  cursor: pointer;
  border: none;
  transition: 0.4s;
  padding: 0px 0px;
  display: inline-block;
}

.panel {
  padding: 0px 0px;
  /*background-color: white;*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}	

	
.button {
  font-family: 'KittithadaLight45Regular';
  background-color:#FF3F42;
  border: none;
  color: white;
  padding: 2px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  border-radius: 10px;
  cursor: pointer;
}	

div.title_form {

	font-family: 'KittithadaLight45Regular';
	font-size: 35px;
	line-height: 1.0em;
	letter-spacing: 0.01em;	
	overflow: hidden;
	color:#000;
	font-weight: bold;
text-shadow: 1px 0px 1px #FFF, 0px 1px 1px #EEEEEE, 2px 1px 1px #FFF, 1px 2px 1px #EEEEEE, 3px 2px 1px #FFF;

}
	
div.title_form_head {

	font-family: 'KittithadaLight45Regular';
	font-size: 45px;
	/*line-height: 1.0em;
	letter-spacing: 0.01em;*/
	overflow: hidden;
	color:#000;
	font-weight: bold;
text-shadow: 1px 0px 1px #FFF, 0px 1px 1px #EEEEEE, 2px 1px 1px #FFF, 1px 2px 1px #EEEEEE, 3px 2px 1px #FFF;

}	
	
div.title_form_head02 {

	font-family: 'KittithadaLight45Regular';
	font-size: 50px;
	line-height: 1.0em;
	letter-spacing: 0.01em;
	overflow: hidden;
	color:#000;
	font-weight: bold;
text-shadow: 1px 0px 1px #FFF, 0px 1px 1px #EEEEEE, 2px 1px 1px #FFF, 1px 2px 1px #EEEEEE, 3px 2px 1px #FFF;

}

.radio_choice {
  font: inherit;
  color: currentColor;
  width: 1.35em;
  height: 1.35em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
}


.fade img {
  transition: all .8s;
}
.fade:hover img:nth-child(2) { 
	opacity: 0;
}
.fade img:first-child { 
  position: absolute;
	z-index: -1;
}



