@charset "UTF-8";
.wrapper {
		max-width: 750px;
		margin: 0 auto;
}
#form_wrapper{
    width: 860px;
    margin: 0 auto;
}
#form_wrapper img{
    width: auto;
}

.henkin_area{
  margin-bottom: 0.8em;
}
.henkin_area{
  margin-bottom: 0;
  margin-top: 1em;
  padding-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
}
.henkin_toggle{
  border: none;
}
.henkin_toggle h3{
  border-bottom: #b71549 solid 1px;
  line-height: 1.5;
  position: relative;
}
.henkin_toggle h3 {
  font-weight: bold;
  position: relative;
  padding: 0 1em 0.5em 1em;
  color: #b71549;
  font-size: 120%;
  margin: 0;
  border-bottom: none;
}
.henkin_toggle > h3 + div {
  border: none;
  display: none;
}
.henkin_toggle > div ul.ast {
  margin-top: 1em;
  margin-bottom: 1em;
}
.henkin_toggle > div ul li {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-size: 110%;
  text-align: left;
  line-height: 1.7;
}
.henkin_toggle h3:after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0 0 0 0.5em;
  border-bottom: 2px solid #b71549;
  border-right: 2px solid #b71549;
  -webkit-transform: rotate(45deg) translateY(-0.2em);
  transform: rotate(45deg) translateY(-0.2em);
  -webkit-transition: .3s;
  transition: .3s;
}
.henkin_toggle > h3 + div{
  border: none;
}
.henkin_toggle > div h4{
	padding: 1em 0 0.5em;
	font-size: 1.1em;
	color: #b71549;
}
.henkinWrap {
  position: relative;
}
.henkin_toggle {
  font-size: 88%;
  display: block;
  padding: 0.8em 1em 0 1em;
  cursor: pointer;
  text-align: center;
  border: #b71549 solid 2px;
  border-radius: 5px;
  margin-bottom: 1em;
  margin-left: 3%;
  margin-right: 3%;
}
.henkin_toggle h3.open:after {
  -webkit-transform: rotate(-135deg) translateY(-0.2em);
  transform: rotate(-135deg) translateY(-0.2em);
}

.henkin_toggle .tel{
	width: 60%;
	padding-bottom: 2em;
}

@media screen and (max-width: 640px) {
  .henkin_area{
    font-size: 12px;
  }
  .henkin_toggle .tel{
    width: 80%;
  }
}