.wp-block-image :where(figcaption) {
	margin:0 !important;
}
.wp-block-table td, .wp-block-table th {
	border: none !important;
	padding: .5em;
}
.wp-block-table {
	width:100% !important;
}
.blue strong {
	color:#3DAAD3;
}


.form_send {
  display: block;
  width: 360px;
  width: 22.5rem;
  max-width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background: #3DAAD3;
  border-radius: 0.25rem;
  padding: 23px;
  padding: 1.4375rem;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form_send {
    font-size: 1.125rem;
    margin-top: 2.5rem;
  }
}
.form_send::after {
  position: absolute;
  content: "";
  width: 7px;
  width: 0.4375rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  right: 1.5rem;
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
}


























