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


/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

body {
  font: 14px/1.5 sans-serif;
  color: #181818;
  background: #fff;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0;
		-webkit-text-size-adjust: 100%;
		color: #333;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

form {
  margin: 0 auto 0;
  padding: 0 20px;
}

@media (max-width: 599px) {
  form {
   padding: 0 20px;
  }
}

input[type="text"], input[type="tel"],
input[pattern*="d"],
input[type="email"] {
  padding: 5px 10px;
  width: 100%;
  height: 40px;
  font-family: inherit;
  font-size: 100%;
  background: #fff;
  outline: 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="text"]:-webkit-autofill, input:-webkit-autofill[type="tel"],
input:-webkit-autofill[pattern*="d"],
input[type="email"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
          box-shadow: 0 0 0px 1000px #fff inset;
}

input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder,
input[pattern*="d"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #bbb;
}

input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder,
input[pattern*="d"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #bbb;
}

input[type="text"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder,
input[pattern*="d"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder {
  color: #bbb;
}

input[type="text"]::placeholder, input[type="tel"]::placeholder,
input[pattern*="d"]::placeholder,
input[type="email"]::placeholder {
  color: #bbb;
}

input[type="text"]:focus, input:focus[type="tel"],
input:focus[pattern*="d"],
input[type="email"]:focus {
  background: #fff;
  -webkit-box-shadow: 0 0 3px #4eacff;
          box-shadow: 0 0 3px #4eacff;
}

input[type="tel"],
input[pattern*="d"] {
  width: 70px;
}

label + input[type="text"], label + input[type="tel"],
label + input[pattern*="d"] {
  margin: 5px auto 10px;
}

.fm-selectWrapper + input {
  margin-top: 10px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.fm-btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 70px;
}

input[type="submit"] {
  display: block;
  width: 80%;
  max-width: 400px;
  height: 60px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  background-color: #0084ff;
  border: none;
  border-radius: 5px;
  outline: 0;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}

input[type="submit"]:hover {
  opacity: 0.8;
}

input[type="submit"]:focus {
  -webkit-box-shadow: 0 0 8px #4eacff;
          box-shadow: 0 0 8px #4eacff;
}
input[type="image"]{
	width: 450px;
}
@media (max-width: 599px) {
input[type="image"]{
	width: 100%;
}
}

input[type="text"].corner,
input[type="text"].corner:focus{
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	color: #0966a1;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fm-selectWrapper {
  position: relative;
}

.fm-selectWrapper:after {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 0;
  height: 0;
  border-width: 8px 4px 0 4px;
  border-style: solid;
  border-color: #aaa transparent transparent transparent;
  content: '';
}

select {
  position: relative;
  padding: 5px 10px;
  width: 100%;
  height: 40px;
  font-family: inherit;
  font-size: 100%;
  background: #fff;
  outline: 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select:focus {
  -webkit-box-shadow: 0 0 3px #4eacff;
          box-shadow: 0 0 3px #4eacff;
}

select:-moz-focus-inner {
  border: none;
}

select::-ms-expand {
  display: none;
}

/*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;
}

textarea {
  padding: 10px;
  width: 100%;
  height: 150px;
  font-family: inherit;
  font-size: 100%;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  outline: 0;
  border: 1px solid #bbb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea:focus {
  background: #fff;
  -webkit-box-shadow: 0 0 4px #4eacff;
          box-shadow: 0 0 4px #4eacff;
}

.error {
  color: #e73d5c;
  background: #ffe8ec;
}

input[type="text"].error, input.error[type="tel"],
input.error[pattern*="d"],
input[type="number"].error,
input[type="tel"].error,
input[type="email"].error {
  border: 1px solid #e73d5c;
  background: #ffe8ec;
}

input[type="text"].error:-webkit-autofill, input.error:-webkit-autofill[type="tel"],
input.error:-webkit-autofill[pattern*="d"],
input[type="number"].error:-webkit-autofill,
input[type="tel"].error:-webkit-autofill,
input[type="email"].error:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffe8ec inset;
          box-shadow: 0 0 0px 1000px #ffe8ec inset;
}

input[type="file"].error {
  padding: 10px;
  background: #ffe8ec;
}

input[type="file"].error:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffe8ec inset;
          box-shadow: 0 0 0px 1000px #ffe8ec inset;
}

select.error,
textarea.error {
  border: 1px solid #e73d5c;
  background: #ffe8ec;
}

input[type="radio"].error + label {
  background: #ffe8ec;
}

input[type="radio"].error + label:before {
  border-color: #e73d5c;
}

input[type="checkbox"].error + label {
  background: #ffe8ec;
}

input[type="checkbox"].error + label:before {
  border-color: #e73d5c;
}

.none {
    display: none;
}

.othertxt{
    margin: 10px 0 0 0;
}
/* ----- form ERROR ここまで ----- */
/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 599px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}


/* =========================================================
formarea
========================================================= */
#formarea {
 max-width: 850px;
	margin: 0 auto 0;
}
@media (max-width: 599px) {
	#formarea {
		width: auto;
		margin: 0 auto 0;
	}
}

.form_contents{
		margin: 30px auto 0;
}
.form_contents img {
	margin: 0 0 0 5px;
}
.form_contents li {
	clear: both;
	display: block;
	margin: 15px 0 0 0;
	padding: 0 10px 15px 10px;
	border-bottom: dotted 1px #999999;

}

.form_contents li strong{
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	color: #0966a1;
}

.form_contents li span:first-child{
	display: block;
	text-align: left;
	padding: 0 0 10px 0;
	line-height: 1.7;
	font-weight: bold;
}
.form_contents li span:last-child{
		display: block;
	text-align: left;

}
@media (max-width: 599px) {
	.form_contents li {
			display: block;
			padding: 0 0 15px 0;
	}
	.form_contents li span:first-child{
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
	}
	.form_contents li span:last-child{
			display: block;
			width: 100%;
	}
}

#formarea strong {
    flex: 0 0 33px;
    display: inline-block;
    margin-left: 7px;
				margin-right: 7px;
    color: #fff;
    width: 33px;
    height: 18px;
    text-align: center;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 18px;
    background: #ff9aac;
}
#formarea .text strong{
    margin-left: 0;
				margin-right: 7px;
}

#formarea em{
	font-weight: normal;
	font-style: normal;
}

/* =========================================================
caution
========================================================= */
.caution {
	font-size: 95%;
	line-height: 1.5em;
	margin: 0 auto;
}
.caution .ttl {
	margin: 30px 0 20px 0px;
	color: #049b90;
	font-size: 120%;
	text-align: center;
}
.caution ul {
	padding: 0;
}
.caution ul li {
 list-style:none;
	padding: 0 0 10px 0px;
	padding-left:1em;
	text-indent:-1em;
}
.caution a {
	text-decoration: underline;
}
.caution em{
		color: #049b90;
}

/* =========================================================
btn
========================================================= */
#formarea #btn {
	margin: 20px auto 0;
	text-align: center;
}

/* フォント関係*/

object, a:focus {
	outline: none;
}
.text {
	color: #444;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
}
.text2 {
	color: #d21425;
}


.errMsg {
	height: 200px;
	text-align: center;
	margin: 0px auto;
	font-weight: bold;
	padding-top: 60px;
	color: #049b90;
  font-size: 140%;
  letter-spacing: 2px;
  line-height: 1.7;
}
.jumptop {
  margin: 0 0 100px 0;
	text-align: center;
}
.jumptop a:link, .jumptop a:hover, .jumptop a:visited, .jumptop a:active {
	color: #049b90;
	text-decoration: underline;
}
#sticker{
  line-height: 1.6;
}

/* 画像関係*/
img {
	border: none;
}
.leftbox {
	float: left;
	margin: 0 10px 0 0;
}
.rightbox {
	float: right;
	margin: 0 0 0 10px;
}
</pre></body></html>