<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
/* =====================================
reset
------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border: none;
}

.hdg-04::before, .list-blt &gt; li::before, .btn::before, .btn::after {
  position: absolute;
  display: block;
  content: '';
}

/* =====================================
base
------------------------------------- */
*, *:before, *:after {
  box-sizing: inherit;
}

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

html {
  position: relative;
  overflow-y: scroll;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  font-family: Meiryo, 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;

  text-size-adjust: 100%;
}

body {
  padding: 0 10px;
  word-wrap: break-word;
  font-size: 1.4em;
  line-height: 1.71;
}

footer, header, main, nav {
  display: block;
}

button, input, select, textarea {
  color: inherit;
  text-shadow: inherit;
  font: inherit;
}

input[type='submit'], input[type='button'], input[type='image'], input[type='reset'], input[type='radio'], input[type='checkbox'], button, select, option, label {
  cursor: pointer;
}

button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

strong, em, b, i {
  font-style: normal;
}

strong, b {
  font-weight: bold;
}

strong {
  color: #e00000;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
}

a {
  color: #06c;
  text-decoration: underline;
}

a:visited {
  color: #810081;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

/* ===========================
繝倥ャ繝繝ｼ
--------------------------- */
#header {
  margin: 0 auto;
  padding: 23px 0;
  max-width: 940px;
  border-bottom: 1px solid #ccc;
}

/* ===========================
繝輔ャ繧ｿ繝ｼ
--------------------------- */
#footer {
  margin: 0 auto;
  padding: 24px 0;
  max-width: 940px;
  border-top: 1px solid #ccc;
}

#footer .copyright {
  text-align: center;
  font-size: 1.2rem;
}

/* ===========================
繧ｳ繝ｳ繝�Φ繝�
--------------------------- */
#main {
  margin: 0 auto;
  padding: 40px 0 50px;
  max-width: 940px;
}

#main &gt; :first-child {
  margin-top: 0;
}

#main &gt; :last-child {
  margin-bottom: 0;
}

.js-enabled .question-contents {
  display: none;
}

.js-enabled .question-contents.is-current {
  display: block;
}

.js-enabled .question-contents .lyt-btn-01 {
  display: none;
}

.js-enabled .question-contents .lyt-btn-01.is-active {
  display: block;
}

.hdg-01 {
  color: #0861a7;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
}

.hdg-01 + * {
  margin-top: 30px;
}

.hdg-02 {
  margin: 40px 0 26px;
  padding: 6px 18px 5px;
  border-color: #0861a7;
  border-left: 3px solid #0861a7;
  border-radius: 3px;
  background: #e1f1fd;
  color: #333;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
}

.hdg-03 {
  margin: 30px 0 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0861a7;
  color: #333;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
}

.hdg-04 {
  position: relative;
  margin: 26px 0 18px;
  padding-left: 13px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.625;
}

.hdg-04::before {
  top: 2px;
  left: 0;
  width: 2px;
  height: calc(100% - 6px);
  background: #0861a7;
}

.list-blt {
  margin-top: 20px;
}

.list-blt &gt; li {
  position: relative;
  margin-top: 4px;
  padding-left: 16px;
}

.list-blt &gt; li::before {
  top: .55em;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
}

.list-blt &gt; li &gt; .list-blt {
  margin: 8px 0;
}

.list-blt &gt; li &gt; .list-blt li::before {
  background: #aaa;
}

.list-order &gt; li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}

.list-order &gt; li .mark {
  margin-right: .5em;
}

.list-note {
  margin-top: 25px;
}

.list-note &gt; li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  font-size: 1.3rem;
}

.list-note &gt; li .mark {
  margin-right: .5em;
}

.list-note.em {
  color: #e00000;
}

.btn {
  position: relative;
  display: block;
  padding: 21px 34px 17px 10px;
  border: 1px solid #dadada;
  border-radius: 4px;
  background: linear-gradient(#fff, #f4f4f4);
  box-shadow: inset 0 -3px 0 0 #dcdcdc;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.4rem;
}

.btn:hover, .btn:active, .btn:focus {
  background: linear-gradient(#f4f4f4, #fff);
  text-decoration: none;
}

.btn::before {
  top: 50%;
  right: 17px;
  margin-top: -3px;
  border-width: 3px 0 3px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #0861a7;
}

.btn::after {
  top: 50%;
  right: 12px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #0861a7;
  border-radius: 50%;
}

.btn.agree {
  padding: 21px 34px 18px 10px;
  border: 0;
  background: linear-gradient(#ff762b, #ea5504);
  box-shadow: inset 0 -4px 0 0 #df3402;
  color: #fff;
}

.btn.agree::before {
  border-color: transparent transparent transparent #fff;
}

.btn.agree::after {
  border: 1px solid #fff;
}

.btn.agree:hover, .btn.agree:active, .btn.agree:focus {
  background: linear-gradient(#ea5504, #ff762b);
}

.btn.disagree, .btn.prev {
  padding: 21px 10px 18px 34px;
}

.btn.disagree::before, .btn.prev::before {
  right: auto;
  left: 17px;
  border-width: 3px 4px 3px 0;
  border-color: transparent #0861a7 transparent transparent;
}

.btn.disagree::after, .btn.prev::after {
  right: auto;
  left: 12px;
}

.btn.prev {
  display: inline-block;
  padding: 11px 18px 10px 42px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 1.6rem;
  }
}

.list-btn-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.list-btn-01 &gt; li {
  margin: 0 10px;
  width: 280px;
}

.list-btn-02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 27px;
}

.list-btn-02 &gt; li {
  margin: 10px 10px 0;
  width: 200px;
}

.list-btn-02 &gt; li .btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100%;
}

.list-btn-02.col4 &gt; li .btn {
  padding: 14px 34px 14px 10px;
  font-size: 1.8rem;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .list-btn-02.col4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-btn-02.col4 &gt; li {
    width: calc((100% - 40px)/2);
  }
}

@media only screen and (max-width: 480px) {
  .list-btn-02.col4 &gt; li {
    width: 100%;
  }
}

.list-btn-03 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-btn-03 &gt; li {
  margin-top: 20px;
  width: calc((100% - 20px) / 2);
}

.list-btn-03 &gt; li .btn {
  padding: 26px 50px 26px 28px;
  height: 100%;
  color: #333;
  text-align: left;
  font-weight: normal;
}

.list-btn-03 &gt; li .lyt-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 16px;
}

.list-btn-03 &gt; li .lyt-wrap .img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 10.25%;

  -ms-flex-negative: 0;
}

.list-btn-03 &gt; li .lyt-wrap .img img:last-child {
  margin-left: 12px;
}

.list-btn-03 &gt; li .list &gt; li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.3rem;
}

.list-btn-03 &gt; li .list &gt; li .hdg {
  width: 5.5em;
}

.list-btn-03 &gt; li .list &gt; li .text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-btn-03 &gt; li .text {
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .list-btn-03 {
    display: block;
  }
  .list-btn-03 &gt; li {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .list-btn-03 &gt; li .btn {
    padding: 20px 30px 15px 20px;
  }
  .list-btn-03 &gt; li .lyt-wrap {
    display: block;
    margin-bottom: 10px;
  }
  .list-btn-03 &gt; li .lyt-wrap .img {
    margin: 0 0 16px;
    text-align: center;
  }
}

.lyt-btn-01 {
  margin-top: 30px;
}

.box-01 {
  margin: 30px 0;
  padding: 28px 40px 30px;
  border: 2px solid #98cffa;
  border-radius: 4px;
}

.box-01 .hdg {
  margin-bottom: 10px;
  color: #4c4c4c;
  font-weight: bold;
  font-size: 1.6rem;
}

.box-01 .text-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-01 .text-tel {
  margin-right: 28px;
  color: #0861a7;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1;
}

.box-01 .text-tel &gt; img {
  margin-right: 10px;
}

.box-01 .text-time {
  color: #4c4c4c;
  font-size: 1.2rem;
}

.box-01.ver-01 {
  border-color: #ffad7a;
}

.box-01.ver-01 .text-tel {
  color: #ff6e14;
}

@media only screen and (max-width: 767px) {
  .box-01 {
    padding: 22px 20px 20px;
  }
  .box-01 .text-tel {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .box-01 .text-tel img {
    width: 32px;
  }
}

.box-02 {
  margin: 30px 0;
  padding: 22px 22px 20px;
  border-radius: 4px;
  background: #eee;
}

.box-02 .hdg {
  margin: 10px 0 5px;
  color: #4c4c4c;
  font-weight: bold;
  font-size: 1.6rem;
}

.box-02 .hdg + .list-blt {
  margin-top: 0;
}

.box-02 .text-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-02 .text-tel {
  margin-right: 28px;
  font-weight: bold;
  line-height: 1;
}

.box-02 .text-time {
  color: #4c4c4c;
  font-size: 1.2rem;
}

.box-02 &gt; :first-child {
  margin-top: 0;
}

.box-02.ver-01 {
  margin: 15px 0 25px;
  padding: 30px 10px;
}

.alc {
  text-align: center;
}

.fsl {
  font-size: 1.8rem;
}
</pre></body></html>