<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contents__wrap,
.contents__wrap--large {
  max-width: 940px;
  margin: 0 auto;
}
.contents__wrap a:hover,
.contents__wrap--large a:hover {
  text-decoration: none;
}
.contents__wrap li,
.contents__wrap--large li {
  list-style: none;
}

section#n00 {
  width: 100%;
  padding-top: 70px;
}
section#n00 h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  color: #333333;
}
section#n00 form {
  background-color: #EDFAFF;
  padding: 30px 0;
  margin-top: 50px;
  text-align: center;
  display: flex;
    justify-content: center;
}
section#n00 form input#sbox1 {
  min-width: 500px;
  padding: 12px 0 12px 18px;
  font-size: 16px;
  border: solid 1px #CCCCCC;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 0!important;
  -webkit-border-radius: 0 !important;
  appearance: none;
}
section#n00 form input#sbox1:focus-visible{
  outline: none;
}
section#n00 form input#sbtn1 {
  min-width: 140px;
  padding: 13px 55px 13px;
  background-color: #17BEF5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: solid 1px #17BEF5;
  transition: 0.5s;
  line-height: 1.5;
}
section#n00 form input#sbtn1:hover {
  transition: 0.5s;
  opacity: 0.5;
}
section#n00 .btn_1 {
  max-width: 500px;
  margin: 40px auto 0;
}
section#n00 .btn_1 a {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #F5B117;
  color: #000;
  border-radius: 10px;
  padding: 14px 0 11px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.5s;
}
section#n00 .btn_1 a::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f138";
  font-size: 25px;
  top: 50%;
  right: 60px;
  transform: translate(0, -50%);
  color: #fff;
}
section#n00 .btn_1 a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

section h2 {
  position: relative;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: normal;
  padding-left: 20px;
}
section h2::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 30px;
  background-color: #17BEF5;
  left: 0;
  top: 4px;
}

section#n01 {
  margin-top: 60px;
}
section#n01 ul {
  max-width: 940px;
  margin: 40px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#n01 ul li {
  list-style: none;
  margin-top: 20px;
  width: calc((100% - 40px) / 2);
}
section#n01 ul li:nth-child(-n+2) {
  margin-top: 0;
}
section#n01 ul li a {
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 25px;
  transition: 0.5s;
}
section#n01 ul li a::before {
  position: absolute;
  content: "";
  background-image: url(../../images/support/icon-Q.png);
  background-repeat: no-repeat;
  background-size: 21px;
  width: 20px;
  height: 26px;
  top: -3px;
  left: 0;
}
section#n01 ul li a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

section#n02 {
  margin-top: 80px;
}
section#n02 .wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#n02 .wrap .wrap--list {
  width: calc((100% - 40px) / 2);
  background-color: #EDFAFF;
}
section#n02 .wrap .wrap--list .wrap--list__item h3.wrap--list__ttl {
  margin: 0;
  padding: 17px 0 16px 20px;
  background-color: #17BEF5;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
section#n02 .wrap .wrap--list ul {
  padding: 0 0 50px 0;
  margin: 0;
}
section#n02 .wrap .wrap--list ul li {
  border-bottom: dashed 1px #17BEF5;
}
section#n02 .wrap .wrap--list ul li a {
  display: inline-block;
  width: 100%;
  padding: 15px 70px 14px 35px;
  position: relative;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  transition: 0.5s;
}
section#n02 .wrap .wrap--list ul li a::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f138";
  font-size: 25px;
  top: 50%;
  right: 9%;
  transform: translate(-9%, -50%);
  color: #17BEF5;
}
section#n02 .wrap .wrap--list ul li a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

section#n03 {
  margin-top: 80px;
}
section#n03 p {
  margin: 40px auto 0;
  font-size: 16px;
  line-height: 1.5;
}
section#n03 .wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
section#n03 .wrap .wrap--unit {
  width: calc((100% - 40px) / 2);
  border: solid 1px #17BEF5;
  padding: 30px;
}
section#n03 .wrap .wrap--unit h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
}
section#n03 .btn_blue a {
    font-weight: 700;
    font-size: 16px;
}
section#n03 .wrap .wrap--unit a.blue__btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  border-radius: 30px;
  padding: 12px 0 11px;
  margin-top: 20px;
  transition: 0.5s;
  background-color: #17BEF5;
  color: #fff;
}
section#n03 .wrap .wrap--unit a.blue__btn::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f138";
  font-size: 23px;
  top: 50%;
  right: 20px;
  color: #fff;
  transform: translate(0, -50%);
}
section#n03 .wrap .wrap--unit a.blue__btn:hover {
  opacity: 0.5;
  transition: 0.5s;
}
section#n03 .wrap .wrap--unit p {
  max-width: 330px;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
}
section#n03 .wrap .wrap--unit p span.tel--img {
  padding-left: 0;
}
section#n03 .wrap .wrap--unit p span.tel--img img {
  width: 58px;
}
section#n03 .wrap .wrap--unit p a.visible_sp {
  display: none;
}
section#n03 .wrap .wrap--unit p span {
  padding-left: 80px;
  font-size: 16px;
}
section#n03 .wrap .wrap--unit p span.visible_pc {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 3px 20px;
  color: #333333;
}
section#n03 .content {
  margin-top: 40px;
  padding: 60px 150px 70px;
  background-color: #FDEBC4;
}
section#n03 .content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 0;
}
section#n03 .content p {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.7;
  color: #333333;
}
section#n03 .content .content--inner {
  margin-top: 40px;
  padding: 10px 0 30px;
  width: 100%;
  background-color: #FFF6E2;
}
section#n03 .content .content--inner p {
  max-width: 340px;
  margin: 20px auto 0;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
section#n03 .content .content--inner p.ttl {
  text-align: center;
}
section#n03 .content .content--inner p span.tel--img {
  padding-left: 0;
}
section#n03 .content .content--inner p span.tel--img img {
  width: 58px;
}
section#n03 .content .content--inner p a.visible_sp {
  display: none;
}
section#n03 .content .content--inner p span {
  padding-left: 80px;
  font-size: 18px;
  font-weight: normal;
}
section#n03 .content .content--inner p span.visible_pc {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 3px 20px;
  color: #333333;
}
section#n03 .content .content--link {
  margin: 20px auto 0;
  text-align: center;
}
section#n03 .content .content--link a.yellow__btn {
  width: 100%;
  max-width: 480px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  border-radius: 30px;
  padding: 12px 0 11px;
  transition: 0.5s;
  background-color: #F5B117;
  color: #000;
  transition: 0.5s;
}
section#n03 .content .content--link a.yellow__btn::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f138";
  font-size: 23px;
  top: 50%;
  right: 20px;
  color: #fff;
  transform: translate(0, -50%);
}
section#n03 .content .content--link a.yellow__btn:hover {
  transition: 0.5s;
  opacity: 0.5;
}
section#n03 .foot {
  margin: 40px 0 100px;
}
section#n03 .foot p {
  max-width: 640px;
  font-size: 15px;
  line-height: 1.4;
}
section#n03 .foot .fl_r {
  text-align: right;
}
section#n03 .foot .fl_r a {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  color: #333333;
  font-size: 15px;
  padding-right: 40px;
}
section#n03 .foot .fl_r a::after {
  position: absolute;
  content: "";
  background-image: url(../../images/support/icon-window.png);
  background-repeat: no-repeat;
  background-size: 22px;
  width: 23px;
  height: 20px;
  top: 0;
  right: 5px;
}

br.tab {
  display: none;
}

br.sp {
  display: none;
}

@media screen and (max-width: 940px) {
  br.tab {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
  br.tab {
    display: none;
  }
  .contents__wrap {
    margin: 0 auto;
    width: 96%;
  }
  section#n00 {
    padding-top: 50px;
  }
  section#n00 h1 {
    font-size: 22px;
  }
  section#n00 h1 a{
    color: #333;
  }
  section#n00 form {
    margin-top: 30px;
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  section#n00 form input#sbox1 {
    width: 70%;
    min-width: 15em;
    font-size: 16px;
    padding: 13px 2px 13px 10px;
    border-radius: 0!important;
    -webkit-border-radius: 0 !important;
    appearance: none;
  }
  section#n00 form input#sbox1:focus-visible{
    outline: none;
  }
  section#n00 form input#sbtn1 {
    width: 17%;
    min-width: 55px;
    font-size: 15px;
    font-weight: normal;
    padding: 15px 12px 14px;
  }
  section#n00 .btn_1 {
    width: 88%;
    margin: 30px auto 0;
  }
  section#n00 .btn_1 a {
    font-size: 17px;
    line-height: 1.4;
    padding: 11px 0 10px;
  }
  section#n00 .btn_1 a::after {
    font-size: 25.7px;
    right: 20px;
    transform: translate();
  }
  section h2 {
    font-size: 20px;
  }
  section h2::before {
    top: 2px;
  }
  section#n01 {
    margin-top: 50px;
  }
  section#n01 ul {
    margin: 30px auto 0;
    width: 90%;
    display: block;
  }
  section#n01 ul li {
    width: 100%;
  }
  section#n01 ul li:first-child {
    margin-top: 0;
  }
  section#n01 ul li:nth-child(n+2) {
    margin-top: 20px;
  }
  section#n01 ul li a {
    width: 100%;
  }
  section#n02 {
    margin-top: 70px;
  }
  section#n02 .wrap {
    margin-top: 30px;
    display: block;
  }
  section#n02 .wrap .wrap--list {
    width: 100%;
    background-color: #fff;
  }
  section#n02 .wrap .wrap--list .wrap--list__item {
    background-color: #EDFAFF;
  }
  section#n02 .wrap .wrap--list .wrap--list__item h3.wrap--list__ttl {
    font-size: 18px;
  }
  section#n02 .wrap .wrap--list ul li a {
    width: 100%;
    padding: 15px 62px 14px 20px;
  }
  section#n02 .wrap .wrap--list ul li a::after {
    right: 5%;
    transform: translate(-5%, -50%);
  }
  section#n03 {
    margin-top: 70px;
  }
  section#n03 p {
    width: 90%;
    margin: 30px auto 0;
    font-size: 15px;
    line-height: 1.7;
  }
  section#n03 .btn_blue a {
    font-weight: 700;
    font-size: 15px;
}
  section#n03 p.note {
    width: 100%;
  }
  section#n03 .wrap {
    margin-top: 30px;
    display: block;
  }
  section#n03 .wrap .wrap--unit {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
  }
  section#n03 .wrap .wrap--unit h3 {
    font-size: 17px;
    padding: 0;
  }
  section#n03 .wrap .wrap--unit a.blue__btn {
    font-size: 15px;
    letter-spacing: 0;
    font-feature-settings: "palt";
    padding: 14px 0 13px;
  }
  section#n03 .wrap .wrap--unit a.blue__btn::after {
    font-size: 24px;
    top: 50%;
    right: 15px;
  }
  section#n03 .wrap .wrap--unit p {
    letter-spacing: 0;
    font-feature-settings: "palt";
    width: -moz-max-content;
    width: max-content;
  }
  section#n03 .wrap .wrap--unit p span.tel--img img {
    width: 50px;
  }
  section#n03 .wrap .wrap--unit p a.visible_sp {
    font-size: 17px;
    display: inline-block;
    font-weight: bold;
    padding: 0 0 3px 12px;
    color: #333333;
  }
  section#n03 .wrap .wrap--unit p span {
    padding-left: 65px;
    font-size: 15px;
  }
  section#n03 .wrap .wrap--unit p span.visible_pc {
    display: none;
  }
  section#n03 .wrap .wrap--unit p.note {
    text-align: left;
  }
  section#n03 .content {
    margin-top: 30px;
    padding: 50px 20px 40px;
  }
  section#n03 .content h3 {
    font-size: 17px;
  }
  section#n03 .content p {
    margin-top: 20px;
  }
  section#n03 .content .content--inner {
    margin-top: 30px;
    padding: 20px;
    width: 100%;
  }
  section#n03 .content .content--inner p {
    width: -moz-max-content;
    width: max-content;
    margin: 10px auto 0;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
  section#n03 .content .content--inner p.ttl {
    font-size: 15px;
    margin: 0;
    max-width: 100%;
    text-align: left;
  }
  section#n03 .content .content--inner p span.tel--img img {
    width: 50px;
  }
  section#n03 .content .content--inner p a.visible_sp {
    font-size: 17px;
    display: inline-block;
    font-weight: bold;
    padding: 0 0 3px 12px;
    color: #333333;
  }
  section#n03 .content .content--inner p span {
    font-size: 15px;
    padding-left: 65px;
  }
  section#n03 .content .content--inner p span.visible_pc {
    display: none;
  }
  section#n03 .content .content--link {
    width: 87%;
  }
  section#n03 .content .content--link a.yellow__btn {
    font-size: 15px;
    padding: 14px 0 13px;
  }
  section#n03 .content .content--link a.yellow__btn::after {
    font-size: 24px;
    top: 50%;
    right: 15px;
  }
  section#n03 .foot {
    margin: 30px 0 100px;
  }
  section#n03 .foot p {
    font-size: 13px;
    line-height: 1.7;
  }
  section#n03 .foot a {
    font-size: 13px;
    padding-right: 35px;
  }
  section#n03 .foot a::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .pagination.sp {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .pagination.sp strong {
    font-size: 18px;
  }
}
.contents__wrap--large {
  max-width: 1020px;
  margin: 0 auto;
}
.contents__wrap--large a:hover {
  text-decoration: none;
}
.contents__wrap--large .container {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 80px;
}
.contents__wrap--large h2 {
  margin: 0;
}
.contents__wrap--large section#main {
  max-width: 680px;
  width: 67%;
}
.contents__wrap--large section#main h2.ttl_keyword {
  position: relative;
}
.contents__wrap--large section#main h2.ttl_keyword::before {
  position: absolute;
  content: none;
}
.contents__wrap--large section#main ul {
  margin: 40px 0 0 0;
}
.contents__wrap--large section#main ul li {
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: dashed 1px #17BEF5;
}
.contents__wrap--large section#main ul li:first-child {
  margin-top: 0;
}
.contents__wrap--large section#main ul li a {
  color: #333333;
  max-width: 680px;
  transition: 0.5s;
}
.contents__wrap--large section#main ul li a:hover {
  transition: 0.5s;
}
.contents__wrap--large section#main ul li a:hover .qanda__link {
  text-decoration: underline;
}
.contents__wrap--large section#main ul li a .qanda {
  padding: 0 20px;
}
.contents__wrap--large section#main ul li a .qanda__tag1,
.contents__wrap--large section#main ul li a .qanda__tag2,
.contents__wrap--large section#main ul li a .qanda__link {
  position: relative;
  padding-left: 25px;
}
.contents__wrap--large section#main ul li a .qanda__tag2,
.contents__wrap--large section#main ul li a .qanda__link {
  margin-top: 15px;
}
.contents__wrap--large section#main ul li a .qanda__tag1,
.contents__wrap--large section#main ul li a .qanda__tag2 {
  line-height: 1.7;
  font-size: 16px;
}
.contents__wrap--large section#main ul li a .qanda__tag1::before,
.contents__wrap--large section#main ul li a .qanda__tag2::before {
  position: absolute;
  content: "";
  color: #17BEF5;
  top: -3px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 21px;
  width: 20px;
  height: 26px;
}
.contents__wrap--large section#main ul li a .qanda__tag1::before {
  background-image: url(../../images/support/icon-Q.png);
}
.contents__wrap--large section#main ul li a .qanda__tag2::before {
  background-image: url(../../images/support/icon-A.png);
}
.contents__wrap--large section#main ul li a .qanda__tag2 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  opacity: 0.7;
}
.contents__wrap--large section#main ul li a .qanda__tag2 p {
  display: inline;
}
.contents__wrap--large section#main ul li a .qanda__tag2 p br {
  display: none;
}
.contents__wrap--large section#main ul li a .qanda__tag2 p span br {
  display: none;
}
.contents__wrap--large section#main ul li a .qanda__link {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  padding-right: 17px;
}
.contents__wrap--large section#main ul li a .qanda__link::before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 22px;
  top: 50%;
  right: 0;
  transform: translate(0px, -55%);
}
.contents__wrap--large section#main .pagination.pc {
  margin-top: 60px;
  align-items: flex-start;
}
.contents__wrap--large section#main .pagination.pc a {
  line-height: 1;
  display: inline-block;
  padding: 13px 17px 13px 16.15px;
}
.contents__wrap--large section#main .pagination.pc .first a,
.contents__wrap--large section#main .pagination.pc .prev a,
.contents__wrap--large section#main .pagination.pc .next a,
.contents__wrap--large section#main .pagination.pc .last a {
  padding: 21px 23px 22px 20px;
}
.contents__wrap--large section#main .pagination.pc strong {
  padding: 13px 16px 13px 17px;
  line-height: 1;
}
.contents__wrap--large section#side {
  max-width: 320px;
  width: 32%;
}
.contents__wrap--large section#side .wrap {
  margin-top: 10px;
  display: block;
}
.contents__wrap--large section#side .wrap .wrap--list__link {
  margin-bottom: 10px;
}
.contents__wrap--large section#side .wrap .wrap--list__link a {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 17px 0 16px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: 0.5s;
  background-color: #06A2DC;
}
.contents__wrap--large section#side .wrap .wrap--list__link a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.contents__wrap--large section#side .wrap .wrap--list__link a::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f138";
  font-size: 27px;
  top: 50%;
  right: 6%;
  transform: translate(0%, -50%);
  color: #fff;
}
.contents__wrap--large section#side .wrap .wrap--list {
  width: 100%;
  background-color: #fff;
}
.contents__wrap--large section#side .wrap .wrap--list .wrap--list__item {
  background-color: #EDFAFF;
}
.contents__wrap--large section#side .wrap .wrap--list .wrap--list__item h3.wrap--list__ttl {
  margin: 0;
  padding: 17px 20px 16px;
  background-color: #17BEF5;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.contents__wrap--large section#side .wrap .wrap--list .wrap--list__item ul {
  padding: 0 0 45px 0;
  margin: 0;
}
.contents__wrap--large section#side .wrap .wrap--list .wrap--list__item ul li {
  border-bottom: dashed 1px #17BEF5;
}
.contents__wrap--large section#side .wrap .wrap--list .wrap--list__item ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px 60px 14px 20px;
  position: relative;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  transition: 0.5s;
}
.contents__wrap--large section#side .wrap .wrap--list .wrap--list__item ul li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.contents__wrap--large section#side .wrap .wrap--list .wrap--list__item ul li a::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f138";
  font-size: 25px;
  top: 50%;
  right: 6%;
  transform: translate(-6%, -50%);
  color: #17BEF5;
}

@media screen and (max-width: 768px) {
  .contents__wrap--large {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
  .contents__wrap--large .container {
    display: block;
    width: 96%;
    margin: 50px auto 0;
  }
  .contents__wrap--large .container section#main {
    width: 100%;
    max-width: 100%;
  }
  .contents__wrap--large .container section#main h2.ttl_keyword {
    font-size: 17px;
    text-align: center;
    padding-left: 0;
  }
  .contents__wrap--large .container section#main ul {
    width: 88.8%;
    margin: 30px auto 0;
    padding: 0;
  }
  .contents__wrap--large .container section#main ul li {
    margin-top: 30px;
  }
  .contents__wrap--large .container section#main ul li a {
    width: 100%;
    max-width: 100%;
    font-size: 15px;
  }
  .contents__wrap--large .container section#main ul li a .qanda {
    padding: 0;
  }
  .contents__wrap--large .container section#main ul li a .qanda__tag2 {
    opacity: 0.7;
    -webkit-line-clamp: 2;
  }
  .contents__wrap--large .container section#side {
    display: none;
  }
}
h2.ttl_category {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  padding-left: 25px;
}
h2.ttl_category span {
  font-size: 15px;
  font-weight: bold;
  opacity: 0.5;
}
h2.ttl_category::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 60px;
  background-color: #17BEF5;
  left: 0;
  top: 0px;
}

@media screen and (max-width: 768px) {
  h2.ttl_category {
    font-size: 20px;
    padding-left: 25px;
  }
  h2.ttl_category::before {
    width: 15px;
    height: 50px;
    top: 2px;
  }
}
.container section#main .qanda__large {
  width: 100%;
  padding: 0 20px 50px 0;
  border-bottom: dashed 1px #17BEF5;
}
.container section#main .qanda__large .qanda__tag1,
.container section#main .qanda__large .qanda__tag2 {
  position: relative;
  padding-left: 60px;
}
.container section#main .qanda__large .qanda__tag1::before,
.container section#main .qanda__large .qanda__tag2::before {
  position: absolute;
  content: "";
  background-size: 31px;
  background-repeat: no-repeat;
  width: 30px;
  height: 39px;
  left: 20px;
  top: -6px;
}
.container section#main .qanda__large .qanda__tag1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}
.container section#main .qanda__large .qanda__tag1::before {
  background-image: url(../../images/support/icon-Q.png);
}
.container section#main .qanda__large .qanda__tag2 {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.7;
}
.container section#main .qanda__large .qanda__tag2::before {
  background-image: url(../../images/support/icon-A.png);
}
.container section#main .form {
  max-width: 640px;
  margin: 60px auto 0;
  padding: 30px;
  background-color: #FBFBFB;
  text-align: center;
}
.container section#main .form p {
  font-size: 15px;
}
.container section#main .form form {
  margin-top: 30px;
}
.container section#main .form form input[type=button] {
  font-size: 17px;
  padding: 10px;
  width: 150px;
  background-color: #fff;
  border: solid 1px #17BEF5;
  border-radius: 5px;
  margin: 0 20px;
}
.container section#main section#content_1,
.container section#main section#content_2,
.container section#main section#content_3 {
  margin-top: 60px;
  padding-left: 20px;
}
.container section#main section#content_1 h2,
.container section#main section#content_2 h2,
.container section#main section#content_3 h2 {
  font-size: 20px;
}
.container section#main section#content_1 h2::before,
.container section#main section#content_2 h2::before,
.container section#main section#content_3 h2::before {
  top: 2px;
}
.container section#main section#content_1 ul {
  margin-top: 40px;
  padding-right: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.container section#main section#content_1 ul li {
  border-bottom: none;
  max-width: 280px;
  margin: 0;
  padding: 0;
}
.container section#main section#content_1 ul li:nth-child(n+3) {
  padding-top: 20px;
}
.container section#main section#content_1 ul li a {
  width: 280px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-right: 45px;
  transition: 0.5s;
}
.container section#main section#content_1 ul li a:hover {
  transition: 0.5s;
  opacity: 0.5;
}
.container section#main section#content_1 ul li a::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f138";
  font-size: 25px;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  color: #17BEF5;
}
.container section#main section#content_2 form#form2 {
  max-width: 640px;
  width: 100%;
  margin: 40px 0 0;
  padding: 30px 20px 32px;
  background-color: #EDFAFF;
  display: flex;
  justify-content: center;

}
.container section#main section#content_2 form#form2 input#sbox1 {
  max-width: 440px;
  width: 68%;
  padding: 12px 0 12px 18px;
  font-size: 16px;
  border: solid 1px #CCCCCC;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 0%;
  border-radius: 0!important;
  -webkit-border-radius: 0 !important;
  appearance: none;
}
.container section#main section#content_2 form#form2 input#sbox1:focus-visible{
  outline: none;
}
.container section#main section#content_2 form#form2 input#sbtn1 {
  max-width: 140px;
  width: 32%;
  padding: 13px 50px 13px;
  background-color: #17BEF5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: solid 1px #17BEF5;
  transition: 0.5s;
  line-height: 1.5;
  transition: 0.5s;
}
.container section#main section#content_2 form#form2 input#sbtn1:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.container section#main section#content_3 p {
  margin-top: 40px;
  padding-bottom: 10px;
}
.container section#main section#content_3 a.blue__btn {
  width: 100%;
  max-width: 370px;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  border-radius: 30px;
  padding: 12px 0 11px;
  margin: 30px auto 0;
  transition: 0.5s;
  background-color: #17BEF5;
  color: #fff;
  transition: 0.5s;
}
.container section#main section#content_3 a.blue__btn:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.container section#main section#content_3 a.blue__btn::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f138";
  font-size: 23px;
  top: 50%;
  right: 20px;
  color: #fff;
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) {
.visible_sp{display: none!important}
.visible_pc{display: inline-block!important}
#maincantents .inner {width: 100%;max-width: 1020px;margin: 0 auto;}
section#n03 .box .d-flex .txt p {margin: 0;}
.box{width:100%;border-radius:5px;padding:15px 20px 20px;box-sizing:border-box;background: #ffffff;border: solid 1px #eee;box-shadow:0 3px 6px 0 rgba(183,183,183,.35);font-size:16px}
.box+.box{margin-top:40px}
.box .ttl{font-size:20px;margin-bottom:20px;padding:0 15px 10px;border-bottom:solid 1px #B7B7B7}
.box .d-flex{display:flex;justify-content:space-between;padding:0;letter-spacing: 0;}
.box .d-flex .txt{width:calc(100% - 430px);padding-left: 15px;}
.box .d-flex .btn_wrap{width:400px}
.box .d-flex .btn_blue{width:100%;max-width:400px;margin:0}
.box .d-flex .btn_blue+.btn_blue{margin-top:20px}
.box .box_yellow{background:#fffff5;border:solid 1px #e2e2e2;margin-top:40px;padding:15px 15px 15px}
.box .box_yellow .ttl{border:none;margin-bottom:15px;padding:0}
.box .box_yellow .d-flex&gt;*{width:460px;padding: 0;}
.box .box_yellow .tell_wrap{display:flex;width: 320px;justify-content: flex-start;gap: 20px;}
.box .box_yellow .tell_wrap .img{display:inline-block;max-width:60px}
.box .box_yellow .tell_wrap .img img{width:100%}
.box .box_yellow .tell_wrap .txt{display:inline-block;width:calc(100% - 100px);margin-top:-.5em}
section#n03 .box_yellow .d-flex &gt; .txt p {font-size: 15px;}
section#n03 h2 + p + .box {margin-top: 40px;}
	
section#n03 .box .box_yellow .tel{font-weight:700;font-size:20px}
.box .box_yellow .visible_sp{display:none}
.box .box_yellow .time{font-size:18px}
.box .box_yellow .note {font-size: 13px;margin-top: 10px;}
}


@media screen and (max-width: 768px) {
  .container section#main .qanda__large {
    padding: 5px 0 30px 0;
  }
  .container section#main .qanda__large .qanda__tag1,
  .container section#main .qanda__large .qanda__tag2 {
    padding: 0 20px 0 55px;
  }
  .container section#main .qanda__large .qanda__tag1::before,
  .container section#main .qanda__large .qanda__tag2::before {
    background-size: 27px;
    width: 26px;
    height: 34px;
    top: -3px;
  }
  .container section#main .qanda__large .qanda__tag1 {
    font-size: 18px;
  }
  .container section#main .form {
    margin: 50px auto 0;
    padding: 30px 20px;
  }
  .container section#main .form form {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .container section#main .form form input[type=button] {
    min-width: 150px;
    width: 100%;
    padding: 10px;
    margin: 0;
  }
  .container section#main .form form input[type=button]:first-child {
    margin-right: 20px;
  }
  .container section#main section#content_1,
  .container section#main section#content_2,
  .container section#main section#content_3 {
    margin-top: 50px;
    padding-left: 0;
  }
  .container section#main section#content_1 {
    width: 100%;
  }
  .container section#main section#content_1 ul {
    width: calc(100% - 40px);
    margin-top: 30px;
    display: block;
    padding-right: 0;
  }
  .container section#main section#content_1 ul li {
    padding-top: 20px;
    width: 100%;
    max-width: 100%;
  }
  .container section#main section#content_1 ul li:first-child {
    padding-top: 0;
  }
  .container section#main section#content_1 ul li a {
    width: 100%;
    padding-right: 43px;
  }
  .container section#main section#content_2 form#form2 {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 20px;
    text-align: center;
  }
  .container section#main section#content_2 form#form2 input#sbox1 {
    width: 70%;
    min-width: 15em;
    padding: 12px 2px 12px 12px;
    border-radius: 0!important;
    -webkit-border-radius: 0 !important;
    appearance: none;
  }
  .container section#main section#content_2 form#form2 input#sbox1:focus-visible{
    outline: none;
  }
  .container section#main section#content_2 form#form2 input#sbtn1 {
    font-size: 15px;
    width: 17%;
    min-width: 55px;
    padding: 13px 10px 12px;
  }
  .container section#main section#content_3 {
    padding-bottom: 50px;
  }
  .container section#main section#content_3 p {
    margin-top: 30px;
    padding: 0 20px 10px;
  }
  .container section#main section#content_3 a.blue__btn {
    width: 77%;
    min-width: 280px;
    font-size: 15px;
    font-feature-settings: "palt";
    letter-spacing: 0;
  }
  .container section#main section#content_3 a.blue__btn::after {
    right: 15px;
  }
	
.visible_sp{display: inline-block!important}
.visible_pc{display: none!important}
section#n03 .box .d-flex{letter-spacing: 0;}
section#n03 .box .d-flex .txt p {width: 100%;margin: 0;}

section#n03 p{letter-spacing: 0;}
section#n03 p + .box {margin-top: 35px;padding-bottom: 30px;}
	
.box{padding:25px 20px 40px;background: #ffffff;border: solid 1px #eee;box-shadow:0 3px 6px 0 rgba(183,183,183,.35);font-size:15px;        border-radius: 5px;}
.box+.box{margin-top:30px}
.box .ttl{margin-bottom:12px;padding-bottom:12px;font-size:18px;border-bottom:solid 1px #B7B7B7;line-height: 1.4;}
.box .d-flex .btn_wrap{margin-top:25px}
.box .d-flex .btn_blue {width: 100%;max-width: 280px;margin: auto;font-size: 15px;}
.box .d-flex .btn_blue+.btn_blue{margin-top:20px}
.box .box_yellow{background:#fffff5;border:solid 1px #e2e2e2;margin-top:25px;padding:20px}
.box .box_yellow .ttl{border:none;margin-bottom:15px;padding:0}
.box .box_yellow .tell_wrap{display:flex;width:100%;max-width: 320px;justify-content: flex-start;gap: 20px;}
.box .box_yellow .tell_wrap .img{display:inline-block;max-width:60px}
.box .box_yellow .tell_wrap .img img{width:100%}
.box .box_yellow .tell_wrap .txt{display:inline-block;width:calc(100% - 80px);margin-top:-.5em}
section#n03 .box .box_yellow .tel{font-weight:700;font-size:15px}
section#n03 .box .d-flex .txt .time {font-size: 13px;}
.box .box_yellow .note {font-size: 13px;margin-top: 10px;}
	
}/*# sourceMappingURL=faq.css.map */</pre></body></html>