<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

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

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse; }

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

a img {
  border: none; }

strong {
  font-weight: normal; }

i {
  font-style: normal; }

select {
  max-width: 100%; }

@font-face {
  font-family: "NotoSansJP-Light";
  font-style: normal;
  font-weight: normal;
  src: url("../font/Noto_Sans_JP/NotoSansJP-Light.otf") format("opentype"); }
@font-face {
  font-family: "NotoSansJP-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype"); }
@font-face {
  font-family: "NotoSansJP-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../font/Noto_Sans_JP/NotoSansJP-Bold.otf") format("opentype"); }
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  font-family: 'NotoSansJP-Light';
  font-size: 1.125rem;
  color: #2C2C2C;
  line-height: 1.4em; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 4.2666666667vw;
      line-height: 1.4em; } }

header {
  padding: 30px;
  margin-bottom: 60px;
  line-height: 0;
  border-bottom: solid 1px #CDCDCD; }
  @media screen and (max-width: 768px) {
    header {
      padding: 4%;
      margin-bottom: 40px; } }
  header h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
    width: 20%; }
    @media screen and (max-width: 768px) {
      header h1 {
        width: 40%; } }

footer {
  margin-top: 60px;
  padding: 40px;
  border-top: solid 1px #CDCDCD;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.2;
  background-color: #2C2C2C;
  color: #CDCDCD; }
  @media screen and (max-width: 768px) {
    footer {
      font-size: 2.6666666667vw; } }
  footer .copy {
    font-size: 0.75rem; }
    @media screen and (max-width: 768px) {
      footer .copy {
        font-size: 2.4vw; } }
  footer .title {
    display: block;
    font-family: 'NotoSansJP-Bold';
    font-size: 1.25rem; }

.container {
  flex: 1 auto; }

div.section {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    div.section {
      margin-bottom: 40px; } }

.hide {
  display: none; }
  .hide.active {
    display: block;
    animation: appear 1s ease; }
@keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.pc_only {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc_only {
      display: none; } }

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

.coution {
  color: #d23024; }

.bold {
  font-family: 'NotoSansJP-Bold'; }

.small {
  font-family: 'NotoSansJP-Regular';
  font-size: 0.8125rem;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .small {
      font-size: 2.6666666667vw; } }

a {
  color: #418dce;
  text-decoration: none; }
  a:hover {
    opacity: 0.7;
    text-decoration: underline; }

.linkicon {
  position: relative;
  display: inline-block; }
  .linkicon::after {
    position: absolute;
    top: 0;
    right: -40px;
    content: url("../images/pub_mark_link.svg");
    width: 30px;
    height: auto; }

button {
  width: 100%; }
  button:hover {
    opacity: 0.7; }

.placeholder:before {
  content: attr(placeholder);
  color: #757575; }
.placeholder:-webkit-datetime-edit-fields-wrapper {
  display: none; }
.placeholder:-webkit-calendar-picker-indicator {
  display: none; }

.bottom_button {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .bottom_button {
      flex-direction: column;
      width: 100%; } }
  .bottom_button li {
    width: 200px;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .bottom_button li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .bottom_button li:last-child {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .bottom_button li:last-child {
          margin-bottom: 0; } }

.openinfo {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .openinfo {
      margin-bottom: 40px; } }
  .openinfo h2 {
    font-family: 'NotoSansJP-Bold';
    font-size: 1.25rem;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .openinfo h2 {
        font-size: 4.8vw; } }

.stepnav {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .stepnav {
      margin-bottom: 40px; } }
  .stepnav li {
    display: block;
    position: relative;
    width: 33.3333%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #f0f0f0;
    color: #8C8C8C;
    font-family: 'NotoSansJP-Bold'; }
    @media screen and (max-width: 768px) {
      .stepnav li {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0; } }
    .stepnav li:not(:last-child)::before, .stepnav li:not(:last-child)::after {
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 100%;
      content: '';
      border: 25px solid transparent;
      border-left: 20px solid #f0f0f0;
      margin: auto; }
      @media screen and (max-width: 768px) {
        .stepnav li:not(:last-child)::before, .stepnav li:not(:last-child)::after {
          border-width: 25px;
          border-left-width: 12px; } }
    .stepnav li:not(:last-child)::before {
      margin-left: 1px;
      border-left-color: #FFF; }
    .stepnav li.is-current {
      z-index: 1;
      background: #418dce;
      color: #FFF; }
      .stepnav li.is-current:not(:last-child)::after {
        border-left-color: #418dce; }
      .stepnav li.is-current:not(:last-child)::before {
        border-left: none; }

.error, .feedback {
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: #f8d7da;
  border: solid 1px #d23024;
  color: #d23024;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .error, .feedback {
      margin-bottom: 40px; } }

.feedback {
  margin-top: 20px;
  text-align: left; }

.question {
  display: flex;
  align-items: center;
  font-family: 'NotoSansJP-Bold';
  margin-bottom: 20px; }
  .question dt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 1em;
    color: #FFF;
    background-color: #418dce;
    font-size: 1rem; }
    .question dt.required:before {
      position: absolute;
      content: url(../images/pub_mark_required.svg);
      top: -20%;
      right: -40%;
      width: 100%;
      height: auto; }
  .question dd {
    margin-top: 0.5em; }
    .question dd span {
      font-size: 0.875rem;
      color: #FFF;
      background-color: #d23024;
      padding: 1px 10px;
      margin-right: 5px; }

#InputConfirm .answer_area {
  padding-left: 4%; }
#InputConfirm .answer_area_sub {
  padding-left: 4%; }
  #InputConfirm .answer_area_sub p {
    font-family: 'NotoSansJP-Bold';
    margin: 20px 0; }
    #InputConfirm .answer_area_sub p span {
      padding: 2px 10px;
      color: #FFF;
      background-color: #2C2C2C;
      margin-right: 10px;
      font-size: 0.625rem; }

#InputForm .question_area {
  padding-left: 4%; }
  #InputForm .question_area label {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer; }
    #InputForm .question_area label input {
      margin-right: 10px; }
    #InputForm .question_area label select {
      margin-right: 20px; }
  #InputForm .question_area.reason {
    padding-left: 0; }
#InputForm .child_select_group {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  #InputForm .child_select_group p {
    margin: 0; }
#InputForm .child_select_group_other {
  margin-left: 3em; }
#InputForm .subgroup_title {
  margin: 40px 0 20px 0;
  font-family: 'NotoSansJP-Bold'; }
  #InputForm .subgroup_title span {
    padding: 2px 10px;
    color: #FFF;
    background-color: #2C2C2C;
    margin-right: 10px;
    font-size: 0.625rem; }
#InputForm .exp_box {
  display: flex;
  margin-top: 2em;
  margin-left: 4%;
  box-sizing: border-box;
  border: 4px dotted #CDCDCD;
  padding: 2em; }
  #InputForm .exp_box .exp_img {
    width: 20%; }
  #InputForm .exp_box .exp_text {
    padding-left: 2em;
    width: 80%; }

#InputComplete .thanks {
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: #f0f0f0;
  border: solid 1px #CDCDCD;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    #InputComplete .thanks {
      margin-bottom: 40px; } }
  #InputComplete .thanks dt {
    margin-bottom: 20px;
    font-size: 1.25rem; }
    @media screen and (max-width: 768px) {
      #InputComplete .thanks dt {
        font-size: 4.8vw; } }

#InputError .errormsg {
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: #f8d7da;
  border: solid 1px #d23024;
  color: #d23024;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    #InputError .errormsg {
      margin-bottom: 40px; } }
  #InputError .errormsg dt {
    margin-bottom: 20px;
    font-size: 1.25rem; }
    @media screen and (max-width: 768px) {
      #InputError .errormsg dt {
        font-size: 4.8vw; } }
</pre></body></html>