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

/* import
---------------------------------------- */
@import url("/sky/shared/css2014/reset.css");

/* body
---------------------------------------- */
body {
  background: #ffffff;
  color: #444;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}
select,option,textarea,input{
  color: #444;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

a {
  outline: none;
}
a:link, a:visited {
  color: #0084d8;
  text-decoration: underline;
}
a:hover, a:active {
  color: #47aced;
  text-decoration: none;
}

/* input
---------------------------------------- */
.inputA {
  ime-mode: active;
}

.inputB {
  ime-mode: inactive;
}

.inputC {
  ime-mode: disabled;
}

.inputD {
  ime-mode: auto;
}

.sizeXL {
  width: 360px;
}

.sizeL {
  width: 280px;
}

.sizeM {
  width: 165px;
}

.sizeS {
  width: 45px;
}


/* form-outer
---------------------------------------- */
.form-outer {
  width: 620px;
  margin: 30px 30px 0px 30px;
  padding-bottom: 0px;

}
.form-outer-reset {
  background: none;
}
.form-outer .desc {
  width: 620px;
  margin: 20px auto 0;
}
.form-outer .desc p {
  margin-bottom: 3px;
}
.form-outer .desc p em {
  color: #FFFF00;
  font-weight: bold;
}
.form-outer .notice {
  width: 620px;
  margin: 20px auto 20px;
  font-size:14px;
}
.form-outer .notice p {
  margin-bottom: 3px;
}
.form-outer .notice p em {
  color: #cc000c;
  font-weight: bold;
  font-size:14px;
}
.form-outer .notice p em em {
	text-decoration:underline;
}
.form-outer .notice p.success {
  margin-top: 10px;
 /* margin-bottom: 10px;*/
}
.form-outer .form-item {
  width: 620px;
  margin: 15px auto 0;
}
.form-outer .form-item .explain {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  /*border-bottom: 1px dotted #cac7c4;*/
  background-color: #fce366;
}
.form-outer .form-item .explain p {
	font-size:16px;
  text-align: center;
}
.form-outer .form-item dl.req {
  margin-bottom: 14px;
  padding-bottom: 17px;
  border-bottom: 1px dotted #cac7c4;
}
.form-outer .form-item dl.reset {
  border-bottom: none;
}
.form-outer .form-item dl.reset {
  background: none;
}
.form-outer .form-item dl.req:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.form-outer .form-item dl.req {display:inline-block;}
.form-outer .form-item dl.req {display:block;}
.form-outer .form-item dl.req dt {
  float: left;
  width: 210px;
  margin-top: 1px;
  /*padding-left: 8px;*/
  /*border-left: 5px solid #588040;*/
  line-height: 1.7;
}
.form-outer .form-item dl.req dt em {
  color: #cc000c;
  font-size:14px;
}
.form-outer .form-item dl.req dd {
  float: left;
  width: 380px;
}
.form-outer .form-item dl.req dd input {
  height: 19px;
}
.form-outer .form-item dl.req dd select {
  height: 25px;
}
.form-outer .form-item dl.req dd select optgroup {
  font-style: normal;
}
.form-outer .form-item dl.req dd textarea {
  height: 150px;
  font-size: 14px;
}
.form-outer .form-item dl.req dd input.deco, .form-outer .form-item dl.req dd select,
.form-outer .form-item dl.req dd textarea {
  padding: 3px;
  background-color: #f5fbec;
  border: 1px solid  #9d9d9d;
}
.form-outer .form-item dl.req dd input.deco:focus, .form-outer .form-item dl.req dd select:focus, .form-outer .form-item dl.req dd textarea:focus {
  background-color: #ffffff;
}
.form-outer .form-item dl.req dd input.file {
  background-color: #f6f1ca;
}
.form-outer .form-item dl.arb {
  margin-bottom: 14px;
  padding-bottom: 17px;
  border-bottom: 1px dotted #cac7c4;
}
.form-outer .form-item dl.arb:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.form-outer .form-item dl.arb {display:inline-block;}
.form-outer .form-item dl.arb {display:block;}
.form-outer .form-item dl.arb dt {
  float: left;
  width: 210px;
  margin-top: 1px;
  /*padding-left: 8px;*/
  /*border-left: 5px solid #588040;*/
  line-height: 1.7;
}
.form-outer .form-item dl.arb dt em {
  color: #cc000c;
  font-size:14px;
}
.form-outer .form-item dl.arb dd {
  float: left;
  width: 380px;
}
.form-outer .form-item dl.arb dd input {
  height: 19px;
}
.form-outer .form-item dl.arb dd select {
  height: 25px;
}
.form-outer .form-item dl.req dd select optgroup {
  font-style: normal;
}
.form-outer .form-item dl.arb dd textarea {
  height: 150px;
  font-size: 14px;
}
.form-outer .form-item dl.arb dd input.deco, .form-outer .form-item dl.arb dd select,
.form-outer .form-item dl.arb dd textarea {
  padding: 3px;
  background-color: #f5fbec;
  border: 1px solid  #9d9d9d;
}
.form-outer .form-item dl.arb dd input.deco:focus, .form-outer .form-item dl.arb dd select:focus, .form-outer .form-item dl.arb dd textarea:focus {
  background-color: #ffffff;
}
.form-outer .form-item dl.arb dd input.file {
  background-color: #fff;
}
.form-outer .form-item dl.sel dt {
  _margin-top: 3px;
}
.form-outer .form-item dl.sel dd {
  height: 23px;
  _height: 15px;
  _padding-top: 3px;
}
.form-outer .form-item dl.rb {
  margin-bottom: 15px;
}
.form-outer .form-item dl.rb dd {
  height: 18px;
  _height: 15px;
  padding-top: 5px;
}
.form-outer .form-item dl.rb dd input {
  vertical-align: middle;
}
.form-outer .form-item dl.rb dd label {
  margin-right: 5px;
  margin-left: 3px;
}
.form-outer .form-item dl.chk dt {
  width: 180px;
  padding-right: 10px;
}
.form-outer .form-item dl.chk dd {
  height: 32px;
  padding-top: 10px;
}
.form-outer .form-item dl.chk dd input {
  vertical-align: middle;
}
.form-outer .form-item dl.chk dd label {
  margin-top: 8px;
  margin-right: 5px;
  margin-left: 3px;
}
.form-outer .form-item dl.reset {
  background: none;
}
.form-outer .form-item dl.campaign dt {
  width: 100%;
}
.form-outer .form-item dl.campaign dd {
  clear: both;
  width: 100%;
  height: 40px;
  _height: 38px;
  margin-top: 7px;
  text-align: center;
}
.form-outer .form-item dl.campaign dd strong {
  display: block;
  margin-top: 7px;
  color: #cc000c;
  font-size: 10px;
  line-height: 1.5;
}
.form-outer .form-item dl.email dt strong {
  display: block;
  margin-top: 5px;
  color: #cc000c;
  font-size: 10px;
  line-height: 1.5;
}
.form-outer .error {
  margin-top: 40px;
  padding-bottom: 60px;
}
.form-outer .error p {
  color: #cc000c;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.form-outer .thanks {
  margin-top: 80px;
  padding-bottom: 60px;
}
.form-outer .thanks p {
  color: #cc000c;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.form-outer .thanks p:first-child{
	margin-bottom:6px;
}
.form-outer .att {
  width: 620px;
	margin-top:20px;
  /*padding: 10px;*/
}
.form-outer .att dl {
  overflow: hidden;
}
.form-outer .att dl dt {
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1.3;
}
.form-outer .att dl dd {
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1.3;
}
.form-outer .att dl dd a {
  text-decoration: none;
}
.form-outer .subbox {
  width: 258px;
/*  height: 31px;*/
  margin: 30px auto 20px auto;
}
.form-outer .checkblk {
  width: 468px;
  height: 31px;
  margin: 30px auto 0;
}
.form-outer .checkblk:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.form-outer .checkblk {display:inline-block;}
.form-outer .checkblk {display:block;}
.form-outer .checkblk p.back {
  float: left;
  width: 178px;
  height: 31px;
  padding-right: 12px;
}
.form-outer .checkblk p.send {
  float: left;
  width: 258px;
  height: 31px;
}
</pre></body></html>