<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Index ------------------------------------------------*/
                                                           /*

	00.contents


	*/
/* ------------------------------------------------------ */
/*00..contents
=========================================================== */
.contents section p#kaijo a {
  color: #2196F3;
}

.contents p.text {
  line-height: 1.4;
  margin: 10px auto;
}

.contents section form dt {
  font-size: 100%;
}

.contents section form {
  margin-top: 30px;
}

.contents input[type="submit"] {
  color: #fff;
  background: #ed5565;
  box-shadow: 0px 3px 0px 1px #da4453;
  border-radius: 2px;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  width: 96%;
  border: none;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
}

.contents input[type="text"],
.contents input[type="tel"],
.contents input[type="email"],
.contents textarea {
  border: 1px solid #ccc;
  background: #fbfbfb;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 100%;
  border-radius: 4px;
}

.contents select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #6d6d6d url(/theme/basic/img/sp/icn_formArrow.svg) no-repeat 96% center;
  background-size: 14px auto;
  color: #ffffff;
  padding: 15px;
  box-sizing: border-box;
  width: 48%;
  display: inline-block;
  border: none;
  border-radius: 4px;
  margin-bottom: 10px;
}

.contents section form dt span {
  color: #ff0000;
  font-size: 84%;
}

.contents section form dd {
  margin: 0 0 20px;
}

.contents section form dd div {
  margin: 0 0 5px;
}

.contents section form dd span {
  font-size: 84%;
}

.contents .form_check dl dd {
  background: #fbfbfb;
  padding: 5px;
  border-radius: 4px;
}

.error-message {
  color: #ff0000;
  font-size: 84%;
  padding: 5px 0;
}

.mobile_domain h1.ttl_1st {
  margin-top: 80px;
}

.mobile_domain article &gt; h1.ttl_2nd {
  margin: 30px 0 10px;
  font-size: 110%;
}

.mobile_domain article section &gt; h1.ttl_3rd {
  margin: 20px 0 10px;
  font-size: 80%;
}

.mobile_domain ol {
  counter-reset: flownum;
  width: 96%;
  margin: 0 auto;
}

.mobile_domain ol li {
  display: list-item;
  padding: 3px 0 0 10px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.mobile_domain ol li:before {
  color: #ff5c5c;
  font-size: 1.1em;
  content: counter(flownum,decimal);
  counter-increment: flownum;
  display: block;
  font-weight: bold;
  height: 20px;
  left: 0;
  line-height: 20px;
  margin-right: 8px;
  position: absolute;
  text-align: center;
  width: 20px;
}

.mobile_domain article:last-child {
  margin-bottom: 1.5em;
}

.contents select.visit_year {
  width: calc(96% + .4em);
}
</pre></body></html>