
div#content {
  width: 700px;
  margin-right: 30px;
}

.center {
  padding: 15px;
  text-align: center;
}

h4 {
  margin: 1em;
  padding: 0;
  font-weight: bold;
  color: #347a89;
}

#pattentForm {
  
}

#pattentForm table {
  width: 100%;
}

#pattentForm table th,
#pattentForm table td {
  border: 1px solid #EE9144;
  font-size: 0.75rem;
  padding: 8px;
}
#pattentForm table thead th {
  text-align: center;
  background-color: #ff9900;
}
#pattentForm table th {
  background-color: #EDD99A;
}
#pattentForm table td {
  background-color: #F7F4E6;
}
#pattentForm table td input {
  font-size: 1rem;
}

#pattentForm input[type="button"],
#pattentForm input[type="submit"] {
  color: #fff;
  background-color: #EE9144;
  border: none;
  padding: 5px 15px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

.fukidashi {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #f1f5f6;
	border-radius: 15px;
}

.fukidashi:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #f1f5f6;
}

.fukidashi p {
	margin: 0;
	padding: 0;
}


@media screen and (max-width: 767px) {
  div#content {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
  }
  
  div#content h2.image {
    margin: 10px 0;
  }
  
  #pattentForm table {
    box-sizing: border-box;
    width: 100%;
  }

  #pattentForm table th,
  #pattentForm table td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  #pattentForm table thead th {
    display: none;
  }
  #pattentForm input {
    width: 100%;
    max-width: 90%;
  }
  #pattentForm textarea {
    width: 100%;
    max-width: 90%;
  }
  
}