@charset "UTF-8";
/**/
/* RESET
--------------------------------------------------*/
html {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

form, input, textarea {
  margin: 0;
  padding: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

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

img {
  width: 100%;
  border: 0;
  vertical-align: bottom;
}

main a {
  color: #0068b7 !important;
  text-decoration: none;
}

/**/
p, li, a {
  line-height: 1;
}

body {
  width: 100%;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, p, span, small, li, a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div.kiiReg {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
div.kiiReg .spOnly {
  display: none;
}
div.kiiReg h1 {
  width: 100%;
}
div.kiiReg section.aboutReg {
  color: #7a5247;
  background: url("bg_reg01.png") no-repeat center top;
  background-size: contain;
  padding: 35px 0;
}
div.kiiReg section.aboutReg h2 {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  text-align: center;
}
div.kiiReg section.aboutReg p {
  width: 580px;
  margin: 0 auto 25px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: left;
}
div.kiiReg section.aboutReg ul {
  width: 580px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  padding: 0;
  justify-content: space-between;
}
div.kiiReg section.aboutReg ul li {
  text-align: center;
}
div.kiiReg section.aboutReg ul li a {
  display: block;
  background: #b6a5a1;
  color: #fff !important;
  padding: 18px 15px;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
}
div.kiiReg section.specialBenefit h2 {
  background: #e5ac81;
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  padding: 18px 0;
  margin-bottom: 30px;
}
div.kiiReg section.specialBenefit h2 span {
  font-size: 13px;
  display: block;
}
div.kiiReg section.specialBenefit ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
  width: 660px;
  margin: 0 auto 15px;
  padding: 0;
}
div.kiiReg section.specialBenefit ul li {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 125px;
  display: flex;
  flex-direction: column;
}
div.kiiReg section.specialBenefit ul li p {
  font-size: 16px;
  text-align: center;
}
div.kiiReg section.specialBenefit ul li p.beH {
  background: #b6a5a1;
  padding: 8px;
  color: #fff;
  margin: 0 0 15px 0;
}
div.kiiReg section.specialBenefit ul li p.beIcon {
  width: 60px;
  margin: 0 auto 20px;
}
div.kiiReg section.specialBenefit ul li p.beIcon img {
  width: 100%;
}
div.kiiReg section.specialBenefit ul li p.beTxt {
  margin-top: auto;
}
div.kiiReg section.specialBenefit small {
  display: block;
  width: 660px;
  margin: 0 auto;
  text-align: left;
  font-size: 13px;
  margin-bottom: 35px;
}
div.kiiReg section.specialBenefit h3 {
  background: #615551;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 0;
}
div.kiiReg section.specialBenefit h3 span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
}
div.kiiReg section.specialBenefit div.benP {
  box-shadow: 2px 5px 15px 0px rgba(0, 0, 0, 0.35);
  margin-bottom: 25px;
  padding-bottom: 10px;
}
div.kiiReg section.specialBenefit div.benP div.flexWrap {
  display: flex;
  justify-content: space-between;
  padding: 25px 25px 0 25px;
  gap: 25px;
}
div.kiiReg section.specialBenefit div.benP div.flexWrap h4 {
  background: #b6a5a1;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.01em;
  padding: 5px 0;
}
div.kiiReg section.specialBenefit div.benP div.flexWrap div {
  margin-bottom: 10px;
  width: 100%;
}
div.kiiReg section.specialBenefit div.benP div.flexWrap div div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.kiiReg section.specialBenefit div.benP div.flexWrap div div figure {
  display: block;
  width: 25%;
  margin: 0;
}
div.kiiReg section.specialBenefit div.benP div.flexWrap div div figure.ico02 {
  width: 22%;
}
div.kiiReg section.specialBenefit div.benP div.flexWrap div div figure img {
  width: 100%;
}
div.kiiReg section.specialBenefit div.benP div.flexWrap div div p {
  width: 68%;
  font-size: 14px;
  line-height: 1.5;
}
div.kiiReg section.specialBenefit div.benP.p2 > div figure {
  margin-top: 0;
}
div.kiiReg section.specialBenefit div.benP.p2 small {
  margin-top: 5px;
}
div.kiiReg section.specialBenefit div.benP small {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
}
div.kiiReg section.voiceReg {
  margin-bottom: 50px;
}
div.kiiReg section.voiceReg h2 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #e5ac81;
  text-align: center;
  padding: 6px 0;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
div.kiiReg section.voiceReg > div {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto;
}
div.kiiReg section.voiceReg > div article {
  width: 45%;
}
div.kiiReg section.voiceReg > div article blockquote {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
div.kiiReg section.voiceReg > div article blockquote p {
  font-size: 18px;
  margin: 10px 0;
}
div.kiiReg section.voiceReg > div article figure {
  margin: 0;
}
div.kiiReg section.voiceReg > div article figure img {
  width: 100%;
  margin-bottom: 15px;
}
div.kiiReg section.voiceReg > div article figure figcaption {
  font-size: 15px;
  text-align: left;
  margin: 0;
}
div.kiiReg section.qaReg {
  margin-bottom: 50px;
}
div.kiiReg section.qaReg h3 {
  font-size: 24px;
  font-weight: bold;
  color: #7a5247;
  text-align: center;
  margin-bottom: 25px;
}
div.kiiReg section.qaReg dl.faqAcco:last-of-type {
  border-bottom: 1px solid #000;
}
div.kiiReg section.qaReg dl.faqAcco dt {
  cursor: pointer;
  border-top: 1px solid #000;
  display: block !important;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 20px 60px 20px 10px;
  position: relative;
}
div.kiiReg section.qaReg dl.faqAcco dt::before, div.kiiReg section.qaReg dl.faqAcco dt::after {
  position: absolute;
  content: "";
  top: 32px;
  right: 20px;
  width: 20px;
  height: 1px;
  margin: auto;
  background: #151E2F;
}
div.kiiReg section.qaReg dl.faqAcco dt::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
div.kiiReg section.qaReg dl.faqAcco dt.active::after {
  transform: rotate(0deg);
}
div.kiiReg section.qaReg dl.faqAcco dd {
  display: none;
  border-top: 1px solid #ccc;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 20px 20px 0 20px;
  margin: 0 0 30px 0;
  line-height: 1.75;
}
div.kiiReg section.listReg h2 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #e5ac81;
  text-align: center;
  padding: 6px 0;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
div.kiiReg section.listReg ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
div.kiiReg section.listReg ul li {
  width: 48%;
  margin-bottom: 50px;
}
div.kiiReg section.listReg ul li a {
  transition: 0.3s;
}
div.kiiReg section.listReg ul li a:hover {
  opacity: 0.7;
}
div.kiiReg section.listReg ul li a:first-of-type {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 25px;
  text-align: center;
}
div.kiiReg section.listReg ul li a:first-of-type img {
  width: 100%;
}
div.kiiReg section.listReg ul li a:last-of-type {
  display: block;
  background: #b39d87;
  border-radius: 20px;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
  color: #fff !important;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 720px) {
  div.kiiReg .spOnly {
    display: block;
  }
  div.kiiReg h1 {
    width: 100%;
  }
  div.kiiReg section.aboutReg {
    background: url("bg_reg01.png") no-repeat center top;
    background-size: cover;
    padding: 4.8611111111vw 5.5555555556vw;
  }
  div.kiiReg section.aboutReg h2 {
    font-size: 3.3333333333vw;
    margin-bottom: 2.7777777778vw;
  }
  div.kiiReg section.aboutReg p {
    width: 100%;
    margin: 0 auto 3.4722222222vw;
    font-size: 2.5vw;
  }
  div.kiiReg section.aboutReg ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6666666667vw;
    padding: 0;
    justify-content: space-between;
  }
  div.kiiReg section.aboutReg ul li {
    text-align: center;
  }
  div.kiiReg section.aboutReg ul li a {
    padding: 2.5vw 2.0833333333vw;
    font-size: 2.7777777778vw;
  }
  div.kiiReg section.specialBenefit {
    margin-bottom: 9.7222222222vw;
  }
  div.kiiReg section.specialBenefit h2 {
    font-size: 3.6111111111vw;
    padding: 2.0833333333vw 0;
    margin-bottom: 4.1666666667vw;
  }
  div.kiiReg section.specialBenefit h2 span {
    font-size: 1.9444444444vw;
  }
  div.kiiReg section.specialBenefit ul {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
    margin: 0 auto 3.4722222222vw;
    padding: 0;
  }
  div.kiiReg section.specialBenefit ul li {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    padding: 2.0833333333vw;
    width: 22.2222222222vw;
  }
  div.kiiReg section.specialBenefit ul li p {
    font-size: 2.9333333333vw;
  }
  div.kiiReg section.specialBenefit ul li p.beH {
    padding: 1.25vw 0.9722222222vw;
    margin: 0 0 2.7777777778vw 0;
  }
  div.kiiReg section.specialBenefit ul li p.beIcon {
    width: 10.6666666667vw;
    margin: 0 auto 2.7777777778vw;
  }
  div.kiiReg section.specialBenefit small {
    display: block;
    width: 85%;
    margin: 0 auto;
    text-align: left;
    font-size: 2.2222222222vw;
    margin-bottom: 4.8611111111vw;
  }
  div.kiiReg section.specialBenefit div.spBenWrap {
    width: 86%;
    margin: 0 auto;
  }
  div.kiiReg section.specialBenefit h3 {
    font-size: 3.3333333333vw;
    padding: 2.0833333333vw 3.4722222222vw;
    line-height: 1.3;
  }
  div.kiiReg section.specialBenefit h3 span {
    font-size: 2.2222222222vw;
    margin-top: 2.0833333333vw;
  }
  div.kiiReg section.specialBenefit div.benP {
    width: 100%;
    margin: 0 auto 4.1666666667vw;
    padding-bottom: 2.0833333333vw;
  }
  div.kiiReg section.specialBenefit div.benP div.flexWrap {
    display: block;
    padding: 5.5555555556vw 5.5555555556vw 0 5.5555555556vw;
  }
  div.kiiReg section.specialBenefit div.benP div.flexWrap h4 {
    font-size: 2.7777777778vw;
    padding: 0.6944444444vw 0;
  }
  div.kiiReg section.specialBenefit div.benP div.flexWrap div {
    margin-bottom: 2.7777777778vw;
  }
  div.kiiReg section.specialBenefit div.benP div.flexWrap div div figure {
    width: 16.6666666667vw;
  }
  div.kiiReg section.specialBenefit div.benP div.flexWrap div div figure.ico02 {
    width: 13.8888888889vw;
    padding-left: 1.6666666667vw;
  }
  div.kiiReg section.specialBenefit div.benP div.flexWrap div div p {
    width: 50vw;
    font-size: 2.7777777778vw;
    line-height: 1.5;
  }
  div.kiiReg section.specialBenefit div.benP.p2 small {
    margin-top: -2.7777777778vw;
  }
  div.kiiReg section.specialBenefit div.benP small {
    font-size: 2.2222222222vw;
    margin-bottom: 2.7777777778vw;
  }
  div.kiiReg section.voiceReg {
    margin-bottom: 9.7222222222vw;
  }
  div.kiiReg section.voiceReg h2 {
    font-size: 3.6111111111vw;
    padding: 2.0833333333vw 0;
    margin-bottom: 6.9444444444vw;
  }
  div.kiiReg section.voiceReg > div {
    display: block;
    width: 86%;
    margin: 0 auto;
  }
  div.kiiReg section.voiceReg > div article {
    width: 100%;
    margin-bottom: 9.7222222222vw;
  }
  div.kiiReg section.voiceReg > div article blockquote {
    font-size: 3.8888888889vw;
  }
  div.kiiReg section.voiceReg > div article figure img {
    width: 100%;
    margin-bottom: 4.1666666667vw;
  }
  div.kiiReg section.voiceReg > div article figure figcaption {
    font-size: 3.0555555556vw;
    line-height: 1.5;
  }
  div.kiiReg section.qaReg {
    margin-bottom: 9.7222222222vw;
  }
  div.kiiReg section.qaReg h3 {
    font-size: 4.4444444444vw;
    font-weight: bold;
    color: #7a5247;
    text-align: center;
    margin-bottom: 4.1666666667vw;
  }
  div.kiiReg section.qaReg dl.faqAcco {
    width: 86%;
    margin: 0 auto;
  }
  div.kiiReg section.qaReg dl.faqAcco:last-of-type {
    border-bottom: 1px solid #000;
  }
  div.kiiReg section.qaReg dl.faqAcco dt {
    font-size: 3.3333333333vw;
    padding: 2.7777777778vw 9.7222222222vw 2.0833333333vw 1.3888888889vw;
  }
  div.kiiReg section.qaReg dl.faqAcco dt::before, div.kiiReg section.qaReg dl.faqAcco dt::after {
    top: 50%;
    right: 2.7777777778vw;
    width: 2.7777777778vw;
  }
  div.kiiReg section.qaReg dl.faqAcco dd {
    font-size: 2.7777777778vw;
    padding: 2.7777777778vw 1.3888888889vw 2.0833333333vw 1.3888888889vw;
    margin: 0 0 1.3888888889vw 0;
    line-height: 1.5;
  }
  div.kiiReg section.listReg h2 {
    font-size: 3.6111111111vw;
    padding: 2.0833333333vw 0;
    margin-bottom: 6.9444444444vw;
  }
  div.kiiReg section.listReg ul li {
    width: 48%;
    margin-bottom: 5.5555555556vw;
  }
  div.kiiReg section.listReg ul li a:first-of-type {
    margin: 0 auto 4.1666666667vw;
  }
  div.kiiReg section.listReg ul li a:last-of-type {
    padding: 2.0833333333vw 0;
    font-size: 3.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */