@charset "UTF-8";
/* contact__index__lnav */
.contact__index__lnav {
  padding: 50px 0 80px;
}
.contact__index__lnav__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  max-width: 960px;
}
.contact__index__lnav__inner > li {
  flex: 0 0 calc(1 / 2 * 100% - 20px);
}
.contact__index__lnav__inner a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  height: 80px;
  background: #434D83;
  border-radius: 5px;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
}
.contact__index__lnav__inner a > i {
  flex: 0 0 34px;
}
.contact__index__lnav__inner a > span {
  flex: 1 0 0;
}
.contact__index__lnav__inner a path,
.contact__index__lnav__inner a circle {
  fill: #fff;
}
.contact__index__lnav__inner a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.contact__index__lnav__inner a:hover, .contact__index__lnav__inner a.is-active {
  background: #F2F3F5;
  color: #434D83;
}
.contact__index__lnav__inner a:hover path,
.contact__index__lnav__inner a:hover circle, .contact__index__lnav__inner a.is-active path,
.contact__index__lnav__inner a.is-active circle {
  fill: #434D83;
}
.contact__index__lnav__inner a:hover::before, .contact__index__lnav__inner a.is-active::before {
  border-color: #434D83;
}
.contact__index__lnav__inner a.is-active {
  pointer-events: none;
}
@media (min-width: 768px) {
  .contact__index__lnav__inner a br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .contact__index__lnav {
    padding: 30px 15px 50px;
  }
  .contact__index__lnav__inner {
    flex-direction: column;
    gap: 10px;
  }
  .contact__index__lnav__inner > li {
    flex: 1 0 0;
  }
  .contact__index__lnav__inner a {
    padding-right: 30px;
    height: 18.13333vw;
    font-size: 4.26667vw;
    line-height: 1.32;
  }
}

/* contact__index__section */
.contact__index__section {
  position: relative;
  margin-bottom: 120px;
}
.contact__index__section .iPop01 {
  display: inline;
}
.contact__index__section__anchor-tagrget {
  position: absolute;
  left: 0;
  top: -140px;
}
ul.contact__index__section__anchor {
  margin-left: 0;
}
.contact__index__section__anchor {
  margin-left: 1.5em;
  font-size: 20px;
}
.contact__index__section__anchor > li + li {
  margin-top: .1em;
}
.contact__index__section__anchor > li ul > li, .contact__index__section__anchor > li ol > li {
  margin-top: .1em;
}
.contact__index__section__anchor > li ul > li {
  position: relative;
  padding-left: 1em;
}
.contact__index__section__anchor > li ul > li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "・";
}
.contact__index__section__anchor > li ol {
  list-style: none;
}
.contact__index__section__anchor > li sup {
  display: inline-block;
  vertical-align: super;
  font-size: 14px;
}
.contact__index__section__sub {
  position: relative;
  margin-top: 80px;
}
.contact__index__section__h2 {
  margin-bottom: .75em;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
}
.contact__index__section__h3 {
  margin-bottom: 1.25em;
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
}
.contact__index__section__h4 {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 1.25em;
  font-size: 24px;
  line-height: 1.3;
}
.contact__index__section__h5 {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1.3;
}
.contact__index__section__p {
  font-size: 20px;
}
.contact__index__section__p sup {
  display: inline-block;
  vertical-align: super;
  font-size: 14px !important;
}
.contact__index__section__ul {
  font-size: 20px;
}
.contact__index__section__ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.contact__index__section__p + .contact__index__section__p, .contact__index__section__p + .contact__index__section__ul, .contact__index__section__ul + p {
  margin-top: 1em;
}
.contact__index__section__notes {
  margin-top: .25em;
  font-size: 14px;
}
.contact__index__section__notes > li {
  display: table-row;
}
.contact__index__section__notes > li > span {
  display: table-cell;
  vertical-align: top;
}
.contact__index__section__notes > li > span:nth-child(1) {
  white-space: nowrap;
}
.contact__index__section__group {
  display: flex;
  gap: 30px;
  margin: 30px 0 60px;
}
.contact__index__section__group__image {
  flex: 0 0 566px;
}
.contact__index__section__group__text {
  flex: 1 0 0%;
}
.contact__index__section__group__text dl {
  padding: 1.25em;
  background: #F5F5F5;
}
.contact__index__section__group__text dl + dl {
  margin-top: 1em;
}
.contact__index__section__group__text dl dt, .contact__index__section__group__text dl dd {
  font-size: 18px;
  line-height: 1.35;
}
.contact__index__section__figure {
  margin: 0;
}
.contact__index__section__figure img {
  border: solid 2px #b2b2b2;
}
.contact__index__section__figure img.no-border {
  border: none;
}
.contact__index__section__figure--center {
  display: table;
  margin: 30px auto 60px;
  text-align: center;
}
.contact__index__section__figure--center figcaption {
  margin-top: .5em;
  font-size: 14px;
  text-align: right;
}
.contact__index__section__contact {
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 2em;
  border: solid 1px #707070;
}
.contact__index__section__contact h3 {
  margin-bottom: .25em;
  font-size: 24px;
}
.contact__index__section__contact dt {
  font-size: 20px;
}
.contact__index__section__contact dd p {
  margin-bottom: 1em;
  font-size: 20px;
}
.contact__index__section__vimeo {
  max-width: 650px;
  margin: 0 auto;
}
.contact__index__section__vimeo-attr > ol {
  margin-left: 1.5em;
}
.contact__index__section .imp {
  color: #f00;
}
.contact__index__section .mt-1em {
  margin-top: 1em !important;
}
.contact__index__section .mt-2em {
  margin-top: 2em !important;
}
.contact__index__section .mt-05em {
  margin-top: .5em !important;
}
.contact__index__section .indent > li {
  padding-left: 1em;
  text-indent: -1em;
}
.contact__index__section .indent-circle > li {
  position: relative;
  padding-left: 1em;
}
.contact__index__section .indent-circle > li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "○";
}
.contact__index__section .indent-dot > li {
  position: relative;
  padding-left: 1em;
}
.contact__index__section .indent-dot > li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "・";
}
@media only screen and (max-width: 767px) {
  .contact__index__section {
    margin-bottom: 80px;
  }
  .contact__index__section__anchor-tagrget {
    top: -80px;
  }
  .contact__index__section__anchor {
    font-size: 4.26667vw;
  }
  .contact__index__section__sub {
    margin-top: 13.33333vw;
  }
  .contact__index__section__h2 {
    font-size: 6.93333vw;
  }
  .contact__index__section__h3 {
    margin-bottom: 1em;
    font-size: 6.4vw;
  }
  .contact__index__section__h4 {
    margin-bottom: .75em;
    font-size: 5.33333vw;
  }
  .contact__index__section__h5 {
    margin-bottom: .75em;
    font-size: 4.8vw;
  }
  .contact__index__section__p, .contact__index__section__ul {
    font-size: 4.26667vw;
  }
  .contact__index__section__notes {
    margin-top: .25em;
    font-size: 3.2vw;
  }
  .contact__index__section__group {
    flex-direction: column;
  }
  .contact__index__section__group__image {
    flex: 0 0 auto;
  }
  .contact__index__section__group__text dl dt, .contact__index__section__group__text dl dd {
    font-size: 4.26667vw;
  }
  .contact__index__section__figure img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .contact__index__section__contact {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 1.5em;
  }
  .contact__index__section__contact h3 {
    font-size: 5.33333vw;
  }
  .contact__index__section__contact dt {
    font-size: 4.8vw;
  }
  .contact__index__section__contact dd p {
    font-size: 4.26667vw;
  }
}

/* contact__index-qa */
.contact__index-qa {
  font-size: 20px;
}
.contact__index-qa .iPop01 {
  display: inline;
}
.contact__index-qa + .contact__index-qa {
  margin-top: 60px;
}
.contact__index-qa__title, .contact__index-qa__body {
  display: flex;
}
.contact__index-qa__title > i, .contact__index-qa__body > i {
  flex: 0 0 2em;
  font-style: normal;
}
.contact__index-qa__title {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: .25em;
}
.contact__index-qa__title > i {
  color: #006CFF;
}
.contact__index-qa__body > i {
  color: #FF0000;
}
.contact__index-qa__body > div .notes {
  font-size: 14px;
}
.contact__index-qa__body > div .notes > li {
  display: table-row;
}
.contact__index-qa__body > div .notes > li > span {
  display: table-cell;
  vertical-align: top;
}
.contact__index-qa__body > div .notes > li > span:nth-child(1) {
  white-space: nowrap;
}
.contact__index-qa__body > div .indent-circle > li {
  position: relative;
  padding-left: 1em;
}
.contact__index-qa__body > div .indent-circle > li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "○";
}
.contact__index-qa__body > div .indent-dot > li {
  position: relative;
  padding-left: 1em;
}
.contact__index-qa__body > div .indent-dot > li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "・";
}
.contact__index-qa__body > div .tbl1 {
  margin-left: auto;
  margin-right: auto;
}
.contact__index-qa__body > div .tbl2 th {
  white-space: nowrap;
}
.contact__index-qa__body > div .tbl3 th, .contact__index-qa__body > div .tbl3 td {
  padding: .5em 1em;
  border: solid 1px #ccc;
  font-size: 18px;
}
.contact__index-qa__body > div .tbl3 thead th {
  padding: .25em;
  background: #f7f7f7;
  text-align: center;
}
.contact__index-qa__body > div .step {
  display: flex;
}
.contact__index-qa__body > div .step + .step {
  margin-top: 2em;
}
.contact__index-qa__body > div .step > dt {
  flex: 0 0 3.5em;
}
.contact__index-qa__body > div .step > dd {
  flex: 1 0 0%;
}
.contact__index-qa__body > div .figure {
  margin: 0;
}
.contact__index-qa__body > div .figure img {
  border: solid 2px #b2b2b2;
}
.contact__index-qa__body > div .figure img.no-border {
  border: none;
}
.contact__index-qa__body > div .figure .center {
  display: table;
  margin: 30px auto 60px;
  text-align: center;
}
.contact__index-qa__body > div .figure .center figcaption {
  margin-top: .5em;
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .contact__index-qa {
    font-size: 4.26667vw;
  }
  .contact__index-qa + .contact__index-qa {
    margin-top: 40px;
  }
  .contact__index-qa__body > div .tbl2 table,
  .contact__index-qa__body > div .tbl2 tbody,
  .contact__index-qa__body > div .tbl2 tr, .contact__index-qa__body > div .tbl2 th, .contact__index-qa__body > div .tbl2 td {
    display: block;
  }
  .contact__index-qa__body > div .tbl2 tr + tr {
    margin-top: 1em;
  }
  .contact__index-qa__body > div .tbl3 th, .contact__index-qa__body > div .tbl3 td {
    font-size: 3.73333vw;
  }
  .contact__index-qa__body > div .step {
    flex-direction: column;
  }
  .contact__index-qa__body > div .step > dt {
    flex: 0 0 auto;
  }
  .contact__index-qa__body > div .step > dd img {
    width: 100%;
    height: auto;
  }
  .contact__index-qa__body > div .notes {
    font-size: 3.2vw;
  }
}

/* contact__index-kiyaku */
.contact__index-kiyaku {
  font-size: 20px;
}
.contact__index-kiyaku h3 {
  margin: 2em 0 .25em;
}
.contact__index-kiyaku h4 {
  margin: 1em 0 0 0;
}
.contact__index-kiyaku .notes {
  font-size: 14px;
}
.contact__index-kiyaku .notes > li {
  display: table-row;
}
.contact__index-kiyaku .notes > li > span {
  display: table-cell;
  vertical-align: top;
}
.contact__index-kiyaku .notes > li > span:nth-child(1) {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .contact__index-kiyaku {
    font-size: 4.26667vw;
  }
  .contact__index-kiyaku .notes {
    font-size: 3.2vw;
  }
}

@media (min-width: 768px) {
  .u-forsp {
    display: none !important;
  }
}
@media print {
  .u-forsp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-forpc {
    display: none !important;
  }
  /*6月26日追記*/
  .contact__index-qa__body > div .figure img {
    width: 100%;
    height: auto;
  }
}

/* contact__index__list */
.contact__index__list__wrap + .contact__index__list__wrap {
  margin-top: 20px;
}
.contact__index__list li {
  font-size: 20px;
  padding-left: 30px;
  display: block;
  background: url(/common/img/ico_img_01.svg) no-repeat left .2em;
}
.contact__index__list li + li {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .contact__index__list__wrap + .contact__index__list__wrap {
    margin-top: 15px;
  }
  .contact__index__list li {
    font-size: 16px;
    padding-left: 20px;
    display: block;
    background: url(/common/img/ico_img_01.svg) no-repeat left .35em;
    background-size: 15px 15px;
  }
}