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

html {
  font-feature-settings: "palt";
}

@media screen and (min-width:751px){
  html{
    font-size : 62.5%;
  }
}
@media screen and (max-width:750px){
  html{
    font-size : 1.33vw;
  }
}

.body{
  margin: 0;
}
.main_content {
    max-width: 750px;
    margin: auto;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    line-height: 1.5;
}



.main_content img,
.main_content video {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.section{
  margin: 0;
  padding: 0;
}

.logo {
  width: 20%;
  margin-top: 2rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
}

.enq_title {
    font-size: 3.2rem;
    line-height: 1.6;
    background-color: #1794c7;
    padding: 4rem 2rem;
    margin-bottom: 4rem;
    color: #FFF;
    text-align: center;
}

.question {
  margin-top: 8rem;
  padding-bottom: 4rem;
  border-bottom: solid 1px #d7d7d7;
}

.q_title_container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.q_title_container.q6 {
  align-items: flex-start;
}

.q_title_number {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 1rem;
  width: 5rem;
  height: 7rem;
  font-size: 3rem;
  margin-right: 3rem;
  background-color: #1794c7;
}

.q_title_text {
  font-size: 2.8rem;
  width: 75%;
}

.question__yesno {
  display: flex;
  justify-content: left;
  font-size: 2.8rem;
  padding-top: 1rem;
  padding-left: 14rem;
}


.q_img_a {
  padding: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media screen and (min-width:751px){
  .question__form__checkbox__label:before{
    border:3px solid #1794c7;
    height:48px;
    margin:0 20px 0 0;
    width:48px;
  }
}

.question__form__checkbox:checked + .question__form__checkbox__label:before{
  border : 1px solid #fff;
  background-color: #1794c7;
}

@media screen and (min-width:751px){
  .question__form__checkbox:checked + .question__form__checkbox__label:before{
    border : 2px solid #fff;
    background-color: #1794c7;
  }
}

.footer_a {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  padding: 2rem;
  align-items: center;
}

.footer_a_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}


.footer_a_link a {
  width: 42%;
  text-decoration: none;
}

.footer_b {
  color: #fff;
  padding: 4rem;
  display: flex;
  justify-content: center;
  background-color: #1794c7;
}

@media screen and (min-width:751px){

  .logo {
    width: 15%;
  }

  .footer_a {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    padding: 0;
    align-items: center;
  }
  .footer_a_link{
    flex-wrap: nowrap;
    align-items: flex-start;
    font-size: 1.3rem;
    width: 80%;
  }

  .footer_a_link a {
    width: 25%;
    text-decoration: none;
    text-align: center;
  }

  .footer_b {
    font-size: 1.3rem;
  }
}
</pre></body></html>