<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#submitã€€{
  text-align: center;
}
.form-main-text {
  color: #111111;
  margin: 30px 0 0 30px;
  width: 95%;
  padding-bottom: 70px;
}
.notice p {
	color: #ffab24;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 1.7;
}
.data1 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3em;
  border: 1px solid #ffab24;
  border-collapse: separate;
  border-spacing: 0;
}
.data1 th,
.data1 td {
  padding: 15px;
}
.data1 tr th {
  border-right: 1px solid;
}
.data1 tr:first-child th:first-child {
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.data1 tr:first-child td:last-child {
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
.data1 tr:last-child th:first-child {
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}
.data1 tr:last-child td:last-child {
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}
.data1 tr th, .data1 tr td {
  border-bottom: 1px solid;
  border-bottom: 1px solid;
}
.data1 tr:last-child th, .data1 tr:last-child td {
  border-bottom: none;
  }
.data1 caption {
  margin: 0;
  padding-bottom: .2em;
  text-align: left;
  font-weight: bold;
}
.data1, .data1 tr th, .data1 tr td {
  border-color: #ffab24!important;
  border-top-color: #ffab24!important;
  border-right-color: #ffab24!important;
  border-bottom-color: #ffab24!important;
  border-left-color: #ffab24!important;
}
.data1 th {
  background: #fffadc;
  font-weight: bold;
}

input#submit_button {
  border: 1px solid #8a1616;
  background: #d05f5f;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 24px;
  border-radius: 8px;
}

input[name="next"] {
  width: 22%;
  float: right;
  margin: 15px 25% 0 0;
  border: none;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  *zoom: 1;
  background-color: #b9e872;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b9e872), color-stop(100%, #85cf6e));
  background-image: -webkit-linear-gradient(#b9e872 0%, #85cf6e 100%);
  background-image: -moz-linear-gradient(#b9e872 0%, #85cf6e 100%);
  background-image: -o-linear-gradient(#b9e872 0%, #85cf6e 100%);
  background-image: linear-gradient(#b9e872 0%, #85cf6e 100%);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
input[name="next"]:hover {
  background-color: #85cf6e;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #85cf6e), color-stop(100%, #b9e872));
  background-image: -webkit-linear-gradient(#85cf6e 0%, #b9e872 100%);
  background-image: -moz-linear-gradient(#85cf6e 0%, #b9e872 100%);
  background-image: -o-linear-gradient(#85cf6e 0%, #b9e872 100%);
  background-image: linear-gradient(#85cf6e 0%, #b9e872 100%);
  color: #fff;
}

input[name="prev"] {
  width: 22%;
  float: left;
  margin: 15px 0 0 25%;
  border: none;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  *zoom: 1;
  background-color: #fac166;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fac166), color-stop(100%, #dca753));
  background-image: -webkit-linear-gradient(#fac166 0%, #dca753 100%);
  background-image: -moz-linear-gradient(#fac166 0%, #dca753 100%);
  background-image: -o-linear-gradient(#fac166 0%, #dca753 100%);
  background-image: linear-gradient(#fac166 0%, #dca753 100%);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
input[name="prev"]:hover {
  background-color: #dca753;
  *zoom: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dca753), color-stop(100%, #fac166));
  background-image: -webkit-linear-gradient(#dca753 0%, #fac166 100%);
  background-image: -moz-linear-gradient(#dca753 0%, #fac166 100%);
  background-image: -o-linear-gradient(#dca753 0%, #fac166 100%);
  background-image: linear-gradient(#dca753 0%, #fac166 100%);
  color: #fff;
}
/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆå‘ã‘ã®ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆã®æŒ‡å®šï¼šï½ž786px */
@media only screen and (max-width: 786px) {
  .form-main-text {
    width: 97%;
	margin: 30px 30px 30px 0px;
	padding: 15px;
  }
}

/* ã‚¹ãƒžãƒ›å‘ã‘ã®ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆã®æŒ‡å®šï¼šï½ž480px */
@media only screen and (max-width: 480px) {
  .form-main-text {
    width: 95%;
	margin: 30px 30px 30px 0px;
  }
}</pre></body></html>