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

.container {
  background: url(../../img/star_bg.png) repeat-y top center;
}

.cp {
  width: 1000px;
  margin: 0 auto 60px;
}
.drop2 {
  width: 100%;
  height: 20px;
}
@media screen and (max-width: 899px) {
  .cp {
    width: auto;
    margin: 0 auto 7%;
  }
}

h3.subtt {
  margin: 0 0 5px;
  padding: 8px 0 20px;
  background: 4f86c6;
  text-align: center;
  background: #4f86c6;
  color: #fff;
  font-size: 140%;
}
@media screen and (max-width: 899px) {
  h3.subtt {
    background: #d5e3f3;
    padding: 3% 0 4%;
    text-align: center;
  }
}
h3.subtt img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  h3.subtt img {
    width: 55%;
    height: auto;
  }
}
.title {
  margin: 0 0;
  border-bottom: 3px solid #4f86c6;
}
/* =========================================================
form
========================================================= */

.subtt2 {
  margin: 50px 0 30px 10px;
  text-align: center;
  font-weight: normal;
  color: #4f86c6;
}

@media screen and (max-width: 899px) {
  .subtt2 {
    margin: 5% 0 5% 0;
    text-align: left;
  }
}

form {
  width: 100%;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin: 0 auto 70px;
}

@media screen and (max-width: 899px) {
  form {
    width: 90%;
    margin: 0 auto 0;
  }
}

form ul li {
  clear: both;
  margin: 20px 0 0 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  list-style: none;
}
form ul li span {
  float: left;
  text-align: left;
  font-weight: bold;
  display: block;
}
form ul li span:first-child {
  text-align: left;
  width: 100%;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
}
form ul li span:last-child {
  text-align: left;
  width: 100%;
  padding: 0 0 10px 0;
}

form ul li span:last-child img {
  padding: 0 0 0 5px;
}
form p {
  text-align: center;
}

form ul li em {
  font-size: 80%;
  background-color: #ad71ad;
  color: #fff;
  padding: 2px 5px;
  margin: 0 5px 0 0;
  border-radius: 5px;
  -webkit-border-radius: 2px;
  font-style: normal;
}

form .caution {
  line-height: 1.2em;
  margin: 20px auto 40px;
  padding: 0 10px;
}

@media screen and (max-width: 899px) {
  form .caution {
    margin: 7% auto 5%;
    padding: 0 10px;
  }
}
form .caution dt {
  margin: 20px 0 20px 0;
  color: #000;
  font-size: 90%;
  font-weight: bold;
}
form .caution dd {
  padding: 0 0 10px 15px;
  font-size: 85%;
  background: url(../img/icon-list.gif) no-repeat 0 5px;
}
form .caution dd.red {
  color: #4f86c6;
}
form .caution a {
  color: #000;
  text-decoration: underline;
}
.mesBox {
  padding: 60px 0 0 0;
  min-height: 150px;
  text-align: center;
  line-height: 1.5em;
}

/* =========================================================
link設定
========================================================= */
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:active {
  color: #000;
  text-decoration: underline;
}
object,
a:focus {
  outline: none;
}
/* =========================================================
clearfix
========================================================= */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
ul li:after {
  content: " ";
  display: block;
  clear: both;
}
/* =========================================================
form整形
========================================================= */
/*RadioとText*/
label.radio-text {
  cursor: pointer;
  position: relative;
  padding-top: 3px;
  padding-left: 5px;
  margin-right: 5px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio-text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  border-radius: 50%;
  left: 0px;
  top: 4px;
  content: "";
  z-index: 3;
}
label.error:before {
  border: 1px solid #f03;
}
label.radio-text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 7px;
  background-color: #444;
  z-index: 1;
}
label.radio-text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 1px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}
label.radio-text input[type="radio"]:checked {
  box-shadow: none;
}
label.radio-text input[type="radio"]:focus {
  opacity: 0;
  box-shadow: 20px -1px #fff;
}
/*CheckBoxとText */
label.checkbox-text {
  cursor: pointer;
  position: relative;
  padding: 2px 5px 2px 27px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
label.error {
  background: #f8e2e2;
}
label.checkbox-text:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
label.error:before {
  border: 1px solid #f03;
}
label.checkbox-text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 6px;
  display: block;
  margin-top: -8px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #444;
  border-bottom: 3px solid #444;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}
label.checkbox-text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 22px;
  height: 22px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox-text input[type="checkbox"]:checked {
  box-shadow: none;
}
label.checkbox-text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0;
}
label.checkbox-text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #fff;
}
/*input*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
textarea {
  width: 95%;
  border: 0;
  padding: 5px;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  outline: none;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type="text"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="number"].error,
input[type="url"].error,
textarea.error {
  border: 1px solid #f03;
  background: #f8e2e2;
}
input:focus,
textarea:focus {
  border: solid 1px #8a8a8a;
  background: #eee;
}

input.error:focus,
textarea.error:focus {
  border: 1px solid #f03;
  background: #ad71ad;
}
input[type="text"],
textarea {
  ime-mode: active;
}
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"] {
  ime-mode: inactive;
}
input.zip,
input.tel {
  width: 70px;
}
input.cord {
  width: 170px;
  ime-mode: disabled;
}

#form-btn {
  margin: 40px 0;
  text-align: center;
}
#form-btn input {
  max-width: 400px;
  width: 80%;
  margin-bottom: 20px;
  text-align: center;
}
input[type="button"],
,
input[type="text"]input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="submit"] {
  width: 490px;
  background-color: #ad71ad;
  color: #fff;
  border-style: none;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 120%;
  padding: 15px 0;
}

@media screen and (max-width: 899px) {
  input[type="submit"] {
    width: 80%;
    padding: 3% 0;
  }
}

input[type="submit"]:hover {
  background: #4f86c6;
  color: #fff;
  transition: all 0.5s;
}

textarea {
  height: 150px;
}

@media screen and (max-width: 480px) {
  input[type="submit"] {
    width: 80%;
    background-color: #ad71ad;
    color: #fff;
    border-style: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 100%;
    -webkit-appearance: none;
    padding: 15px 0;
  }
}
/*select*/
select {
  width: 96%;
  padding: 5px;
  margin: 0 5px 0px 0px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
}
select.error {
  background: #f8e2e2;
  border: 1px solid #f03;
}
select:focus {
  background: #eee;
  border: solid 1px #8a8a8a;
}
select.error:focus {
  background: #f8e2e2;
  border: 1px solid #f03;
}
input[type="file"].error {
  background: #f8e2e2;
}
</pre></body></html>