<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
progress, sub, sup {
  vertical-align: baseline;
}

button, input, label {
  cursor: pointer;
}

button, hr, input {
  overflow: visible;
}

[type=checkbox], [type=radio], legend {
  padding: 0;
}

[aria-disabled], html {
  cursor: default;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

*, ::after, ::before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small, sub, sup {
  font-size: 83.3333%;
}

hr {
  height: 0;
}

nav ol, nav ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

::-moz-selection, ::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

:hover {
  outline-width: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button, ::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[tabindex], a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/* line-Box */
.line_box, .btn-wrapper {
  letter-spacing: -.40em;
}

/* img-Replace */
.img_replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* img-Replace none */
.img_replace_none {
  text-indent: inherit;
  white-space: normal;
  overflow: auto;
}

/* img-Fit */
.img_fit {
  width: 100%;
  height: auto;
}

/* img-Baseline */
.img_baseline {
  vertical-align: top;
  vertical-align: bottom;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}

body {
  color: #666;
  font-family: "Helvetica neue", helvetica, YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  box-sizing: border-box;
  line-height: 1.8;
  font-size: 1.6rem;
  background-color: #66bae3;
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
  overflow: hidden;
}

a {
  color: #008cd0;
}

@media screen and (max-width: 768px) {
  .break_pc {
    display: none;
  }
}

.container {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    border-radius: 0;
    margin-top: 1.5rem;
  }
}

.container-thankyou {
  padding: 5rem 5rem 4rem 5rem;
}
@media screen and (max-width: 768px) {
  .container-thankyou {
    padding: 4rem 1rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .container-thankyou .main {
    padding: 0;
  }
}
.container-thankyou .thankyou-title {
  text-transform: uppercase;
  font-size: 3.8 rem;
  color: #66bae3;
  font-family: Helvetica-neue, Helvetica, Arial, " sans-serif";
  margin: 0 auto 3rem auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .container-thankyou .thankyou-title {
    font-size: 2.5rem;
  }
}
.container-thankyou .thankyou-subtitle {
  margin: auto;
  display: block;
  font-weight: bold;
  text-align: left;
  font-size: 1.1rem;
  margin-bottom: 1.0rem;
}
@media screen and (max-width: 768px) {
  .container-thankyou .thankyou-subtitle {
    font-size: 1.7rem;
    margin-bottom: 4rem;
  }
}
.container-thankyou .thankyou-info {
  margin: 0 auto 0 auto;
  padding-bottom: 4rem;
  text-align: center;
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .container-thankyou .thankyou-info {
    font-size: 1.3rem;
  }
}
.container-thankyou .thankyou-banner {
  display: block;
}
@media screen and (max-width: 768px) {
  .container-thankyou .thankyou-banner {
    width: 100%;
    height: 100%;
    padding: 14.9% 0 0;
    background-image: url(../img/banner_sp@2x.jpg);
    background-size: contain;
  }
}
.container-thankyou .thankyou-banner img {
  margin: 0 auto 0 auto;
  width: 70rem;
  height: 7.5rem;
  display: flex;
  justify-content: center;
}
.container-thankyou .thankyou-banner img:hover {
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .container-thankyou .thankyou-banner img {
    /*display: none;*/
  }
}
.container-thankyou .thankyou-logo {
  padding: 4rem 0 1rem 0;
  width: 7.7rem;
  background-image: url(../img/logo.png);
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin: 3rem auto -1rem auto;
}
.container-thankyou .thankyou-footer-link {
  margin: 0 auto 0 auto;
  display: block;
  text-align: center;
  font-size: 1.2rem;
}

/* Navigation */
.header-wrapper {
  margin: auto;
  width: 100%;
  min-height: 6rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header-wrapper {
    min-height: 6rem;
    height: auto;
    background-color: #66bae3;
  }
}

.header-inner {
  width: 800px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .header-inner {
    width: 100%;
  }
}

.header {
  width: 100%;
  min-height: 6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header {
    background-color: #fff;
    display: flex;
    align-items: center;
  }
}

.header-logo {
  width: 520px;
  margin: 0 0 0 1rem;
  padding: 10px 0 10px 60px;
  font-size: 2.2rem;
  color: #008cd0;
}
@media screen and (max-width: 768px) {
  .header-logo {
    display: flex;
    text-indent: 0;
    font-size: 1.9rem;
    margin-left: 1rem;
    min-height: 5rem;
    height: 100%;
    padding: 1rem 0;
    align-items: center;
    line-height: 1.3;
    position: relative;
    left: 7rem;
    width: calc(100% - 8rem);
  }
}
.header-logo a {
  position: absolute;
  left: 0;
  top: 10px;
  width: 50px;
  background-image: url(../img/logo.png);
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header-logo a {
    display: inline-flex;
    height: 4rem;
    position: absolute;
    left: -7rem;
    top: 1rem;
    bottom: 1rem;
    margin: auto;
  }
}

.nav-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 440px;
}
@media screen and (max-width: 768px) {
  .nav-wrapper {
    position: relative;
    width: 100%;
  }
}

.nav {
  text-align: center;
  top: 0;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .nav {
    position: relative;
    padding-top: 10px;
    right: 0;
    margin-top: 15px;
    margin-bottom: -15px;
    background-color: #fff;
  }
}

/** pagination **/
#paginate {
  position: relative;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  #paginate {
    width: 245px;
    left: 50%;
    margin-left: -120px;
    padding-top: 5px;
    padding-bottom: 30px;
  }
}
#paginate dt {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 13px;
  color: #66bae3;
}
#paginate dt em {
  font-style: normal;
}
#paginate dt strong {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #paginate dt {
    top: -5px;
  }
}
#paginate dd {
  position: relative;
  width: 200px;
  height: 5px;
  border: 1px solid #66bae3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#paginate dd span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 3px;
  background-color: #66bae3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.notice-wrapper {
  padding: 3.6rem 6rem;
  background: #eee;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .notice-wrapper {
    padding: 1.4rem 1rem;
  }
}

.notice {
  font-size: 1.4rem;
  margin: 0;
}

.main {
  padding-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
    padding-top: 3.6rem;
  }
}

.question {
  padding: 0 7.5rem;
  display: inline-block;
  margin-top: 0px;
  padding-bottom: 2.8rem;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .question {
    width: 100%;
    padding: 0 1rem;
  }
}
.question .question-header {
  display: inline-block;
}
.question .question-header .question-header-subtitle {
  color: #66bae3;
  font-weight: bold;
  margin-left: -1.5rem;
}
@media screen and (max-width: 768px) {
  .question .question-header .question-header-subtitle {
    margin-left: 0;
    font-size: 1.5rem;
  }
}
.question .question-header .question-header-title {
  font-size: 1.8rem;
  color: #333;
  border-left: 6px solid #66bae3;
  margin-left: -1.4rem;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .question .question-header .question-header-title {
    font-size: 1.7rem;
    padding-left: 1rem;
    margin-left: 0;
  }
}
.question .question-header .required {
  font-size: 1.1rem;
  display: inline;
  color: #ff0000;
  margin-left: 1rem;
  vertical-align: text-bottom;
}

.question .question-footer {
  font-size: 1.1rem;
}
.input-group {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .input-group {
    width: 100%;
    margin-bottom: 3.8rem;
    padding-left: 0;
  }
}

.input-group-virtical label {
  display: block;
  margin-bottom: .8rem;
}
@media screen and (max-width: 768px) {
  .input-group-virtical label {
    font-size: 1.5rem;
    line-height: 1.9;
    border: solid 2px #eee;
    border-collapse: collapse;
    margin-bottom: -2px;
    padding: 1.1rem 1.8rem;
  }
}

textarea, input[type="text"] {
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 3px;
  padding: 1rem;
}
textarea:focus, input[type="text"]:focus {
  background-color: #f1faff;
}

textarea {
  resize: vertical;
  height: 11.8rem;
  margin-bottom: -1rem;
}

.copyright {
  text-align: center;
  padding: 2rem 0 11rem 0;
  background-color: #66bae3;
  color: #FFFFFF;
  font-size: 1.2rem;
  border-top-width: 2px;
}
@media screen and (max-width: 768px) {
  .copyright {
    padding: 2rem 0;
  }
}

.ruler {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0.6rem solid #eee;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .ruler {
    display: none;
  }
}

.btn-wrapper {
  position: relative;
  width: 100%;
  height: 11rem;
  justify-content: center;
  margin-bottom: 2.4rem;
  padding-top: 30px;
  background-color: #66bae3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn-wrapper {
    height: 15rem;
    background-color: #fff;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
    padding-top: 0;
  }
}
.btn-wrapper .btn {
  margin: 0 1rem;
  color: #008cd0;
  background-color: #fff;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  width: 20rem;
  border-radius: 3rem;
  height: 6rem;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  width: 20rem;
  letter-spacing: normal;
  vertical-align: top;
  *zoom: 1;
}
@media screen and (max-width: 768px) {
  .btn-wrapper .btn {
    color: #fff;
    background-color: #66bae3;
    width: 12rem;
  }
}
.btn-wrapper .btn:hover {
  opacity: .8;
}
.btn-wrapper .btn:disabled {
  background-color: #ddd;
  border-color: #ddd;
  color: #fff;
  cursor: default;
}
.btn-wrapper .btn:disabled:hover {
  opacity: 1;
}
.btn-wrapper .btn:disabled .btn-prev:after, .btn-wrapper .btn:disabled .btn-next:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (max-width: 768px) {
  .btn-wrapper .btn:disabled .btn-prev:after, .btn-wrapper .btn:disabled .btn-next:after {
    display: none;
  }
}
.btn-wrapper .btn-prev, .btn-wrapper .btn-next {
  margin: auto;
}
.btn-wrapper .btn-prev:after {
  position: absolute;
  top: 2.3rem;
  left: 3rem;
  content: "";
  vertical-align: middle;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 2px solid #008cd0;
  border-right: 2px solid #008cd0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .btn-wrapper .btn-prev:after {
    display: none;
  }
}
.btn-wrapper .btn-next:after {
  position: absolute;
  top: 2.3rem;
  right: 3rem;
  content: "";
  vertical-align: middle;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 2px solid #008cd0;
  border-right: 2px solid #008cd0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .btn-wrapper .btn-next:after {
    display: none;
  }
}

@keyframes hover-color {
  from {
    border-color: #ccc;
  }
  to {
    border-color: #66bae3;
  }
}
input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  display: none;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 3rem;
  cursor: pointer;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    padding-left: 5rem;
  }
}
input[type="radio"] + label:hover:before,
input[type="checkbox"] + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  border: 2px solid #ccc;
}
input[type="radio"] + label:after,
input[type="checkbox"] + label:after {
  position: absolute;
  display: none;
  content: '';
}

input[type="radio"]:disabled + label,
input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
  color: white;
}
input[type="radio"]:disabled + label:hover, input[type="radio"]:disabled + label:before, input[type="radio"]:disabled + label:after,
input[type="checkbox"]:disabled + label:hover,
input[type="checkbox"]:disabled + label:before,
input[type="checkbox"]:disabled + label:after {
  cursor: not-allowed;
}
input[type="radio"]:disabled + label:hover:before,
input[type="checkbox"]:disabled + label:hover:before {
  border: 2px solid white;
  animation-name: none;
}
input[type="radio"]:disabled + label:before,
input[type="checkbox"]:disabled + label:before {
  border-color: white;
}

input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
  animation-name: none;
}
input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after {
  display: block;
}

input[type="radio"] + label:before {
  top: .5rem;
  left: 0;
  border-radius: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  input[type="radio"] + label:before {
    top: 1.4rem;
    left: 2rem;
  }
}
input[type="radio"] + label:after {
  top: 10px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #008cd0;
}
@media screen and (max-width: 768px) {
  input[type="radio"] + label:after {
    top: 1.9rem;
    left: 2.5rem;
  }
}

input[type="radio"]:checked + label:before {
  border: 2px solid #66bae3;
}

input[type="radio"]:checked[disabled] + label:before {
  border: 2px solid #6aceff;
}
input[type="radio"]:checked[disabled] + label:after {
  background: #6aceff;
}

input[type="checkbox"] + label:before {
  border-radius: 3px;
  top: .5rem;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  input[type="checkbox"] + label:before {
    top: 1.4rem;
    left: 2rem;
  }
}
input[type="checkbox"] + label:after {
  top: .7rem;
  left: .7rem;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}
@media screen and (max-width: 768px) {
  input[type="checkbox"] + label:after {
    top: 1.6rem;
    left: 2.7rem;
  }
}

input[type="checkbox"]:checked + label:before {
  border: #008cd0;
  background: #008cd0;
}

input[type="checkbox"]:checked[disabled] + label:before {
  border: #6aceff;
  background: #6aceff;
}
</pre></body></html>