.title-down {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.title-down:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-image: url("../img/common/balloon_line.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1377px 10px;
}

.pageBox {
  margin-top: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

.pageBox p + p {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .pageBox p + p {
    margin-top: 10px;
  }
}

.pageBox ol {
  padding-left: 1em;
  margin: 20px 0;
}

@media only screen and (max-width: 768px) {
  .pageBox ol {
    margin: 10px 0;
  }
}

.faqMv {
  background-image: url("../img/about/about-mv.jpg");
}

.faqList + .faqList {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .faqList + .faqList {
    margin-top: 10px;
  }
}

.faqList dt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 768px) {
  .faqList dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.faqList dt:before {
  content: "Q";
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 900;
  color: #193050;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
}

.faqList dd {
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  display: -webkit-box;
  display: flex;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .faqList dd {
    padding-bottom: 10px;
    font-size: 14px;
  }
}

.faqList dd:before {
  content: "A";
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 900;
  color: #ff7e0f;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
}

.policyBox table {
  margin-top: 20px 0;
  width: 300px;
}

@media only screen and (max-width: 768px) {
  .policyBox table {
    margin-top: 10px 0;
  }
}

.policyBox table th, .policyBox table td {
  border: #d6d6d6 solid 1px;
  padding: 10px;
}

.policyBox table th {
  text-align: left;
  font-weight: normal;
  background: #f4f4f4;
}

.page-contact .Dpage_contentsBox .inner {
  width: 700px;
}

@media only screen and (max-width: 768px) {
  .page-contact .Dpage_contentsBox .inner {
    width: 92%;
  }
}

.formTable {
  width: 100%;
  max-width: 700px;
  margin: 20px auto 0;
}

.formTable input::-webkit-input-placeholder {
  color: #878787;
}

.formTable input::-moz-placeholder {
  color: #878787;
}

.formTable input:-ms-input-placeholder {
  color: #878787;
}

.formTable input::-ms-input-placeholder {
  color: #878787;
}

.formTable input::placeholder {
  color: #878787;
}

.formTable th, .formTable td {
  padding: 15px;
  line-height: 1.8;
  border: 1px solid #d6d6d6;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .formTable th, .formTable td {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .formTable th,
  .formTable tr:not(:last-child) td {
    border-bottom: none;
  }
}

.formTable th {
  font-size: 16px;
  width: 200px;
  text-align: left;
  font-weight: normal;
  background: #f4f4f4;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .formTable th {
    font-size: 14px;
    width: 100%;
  }
}

.formTable th span {
  background: #a50101;
  padding: 2px 5px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.formTable td {
  width: calc(100% - 200px);
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .formTable td {
    width: 100%;
    font-size: 13px;
  }
}

.formTable td > span + span {
  display: block;
  margin-top: 10px;
}

.page-contact input[type="submit"] {
  background: #ff7e0f;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  width: calc(100% - 40px);
  max-width: 260px;
  border-radius: 35px;
  margin: 25px auto 0;
  font-size: 18px;
  border: none;
}

.page-contact input[type="submit"] a {
  color: #fff;
  display: block;
}

.page-contact input[type="submit"]:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 768px) {
  .page-contact input[type="submit"] {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    margin: 15px auto 0;
  }
}

@media only screen and (max-width: 768px) {
  .page-contact .footer__fixBox {
    display: none;
  }
  .page-contact .footer {
    padding-bottom: 0;
  }
}

.page-thankyou .Dpage_contentsBox .inner {
  width: 700px;
}

@media only screen and (max-width: 768px) {
  .page-thankyou .Dpage_contentsBox .inner {
    width: 92%;
  }
}

.thankyouBox {
  display: table;
  margin: 80px auto 20px;
}

.thankyouBox dt, .thankyouBox dd {
  display: block;
  text-align: center;
  padding: 15px 60px;
}

.thankyouBox dt {
  background: #e8e8e8;
  font-size: 18px;
  font-weight: 500;
}

.thankyouBox dd {
  background: #f4f4f4;
}

.thankyouBox dd span {
  font-family: sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

.thankyouBox dd span:before {
  content: " ";
  background-image: url(../img/common/icon-free_dial-bk.png);
  width: 18px;
  height: 12px;
  margin-top: -2px;
  vertical-align: middle;
  display: inline-block;
  content: "";
  background-size: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .page-thankyou .footer__fixBox {
    display: none;
  }
  .page-thankyou .footer {
    padding-bottom: 0;
  }
}

.page-choice-form .Dpage_contentsBox .inner {
  width: 700px;
}

@media only screen and (max-width: 768px) {
  .page-choice-form .Dpage_contentsBox .inner {
    width: 92%;
  }
}

.page-choice-form .Dpage_contentsBox .inner .choiceBox {
  margin-top: 20px;
}

.page-choice-form .Dpage_contentsBox .inner .choiceBox__ttl {
  background: #193050;
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

.page-choice-form .Dpage_contentsBox .inner .pointBox__list {
  padding: 15px;
}

.page-choice-form .Dpage_contentsBox .inner .pointBox__list li {
  font-size: 16px;
  position: relative;
  padding-left: 28px;
}

@media only screen and (max-width: 768px) {
  .page-choice-form .Dpage_contentsBox .inner .pointBox__list li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .page-choice-form .Dpage_contentsBox .inner .pointBox__list li {
    padding-left: 20px;
    font-weight: 500;
  }
}

.page-choice-form .Dpage_contentsBox .inner .pointBox__list li:before {
  background: url("../img/search/icon-point.png");
  background-size: 100%;
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .page-choice-form .Dpage_contentsBox .inner .pointBox__list li:before {
    width: 16px;
    height: 16px;
  }
}

.page-choice-form .Dpage_contentsBox .inner .pointBox__list li + li {
  margin-top: 10px;
}

.page-choice-form .Dpage_contentsBox .inner .pointBox__list {
  padding: 0;
  font-size: 14px;
  background-color: #EEE;
  padding: 10px;
}

.page-choice-form .Dpage_contentsBox .inner .pointBox__list li {
  font-weight: 700;
}

.page-choice-form .Dpage_contentsBox .inner .pointBox__list li:before {
  top: 13px;
  left: 0px;
}

@media only screen and (max-width: 768px) {
  .page-choice-form .Dpage_contentsBox .inner .pointBox__list li:before {
    left: -2px;
    top: 12px;
  }
}

.choiceItem {
  border: 1px solid #d6d6d6;
  border-top: none;
}

.choiceItem__inner {
  display: -webkit-box;
  display: flex;
}

.choiceItem__innerWrap {
  display: -webkit-box;
  display: flex;
  width: calc(100% - 55px);
  border-right: 1px solid #d6d6d6;
}

@media only screen and (max-width: 768px) {
  .choiceItem__innerWrap {
    display: block;
  }
}

.choiceItem__pic {
  width: 195px;
  padding: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 768px) {
  .choiceItem__pic {
    width: 100%;
    padding: 20px 20px 10px;
  }
}

.choiceItem__pic .choiceItem__pic_in {
  width: 100%;
  padding: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #DDD;
}

@media print, screen and (min-width: 769px) {
  .choiceItem__pic .choiceItem__pic_in {
    padding: 10px;
    height: 155px;
  }
}

.choiceItem__pic img {
  max-width: 100%;
  height: auto;
}

.choiceItem__txt {
  width: calc(100% - 195px);
  padding: 20px 20px 20px 0;
}

@media only screen and (max-width: 768px) {
  .choiceItem__txt {
    width: 100%;
    padding: 0 20px 20px;
  }
}

.choiceItem__ttl {
  font-size: 18px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .choiceItem__ttl {
    font-size: 15px;
  }
}

.choiceItem__txt--dl {
  display: table;
  width: 100%;
  word-break: break-all;
}

.choiceItem__txt--dl:first-child {
  margin-top: 5px;
}

.choiceItem__txt--dl dt,
.choiceItem__txt--dl dd {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.05em;
}

.choiceItem__txt--dl dt {
  width: 30px;
  text-align: center;
}

.choiceItem__txt--dl dt i {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}

.choiceItem__txt--dl dt i img {
  height: auto;
  width: 100%;
}

.choiceItem__txt--dl:first-child dt i {
  width: 10px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}

.choiceItem__txt--dl:first-child dt i img {
  height: auto;
  width: 100%;
}

.choiceItem__txt--dl dd {
  width: calc(100% - 30px);
}

.choiceItem__txt--dl dd span {
  margin-right: 5px;
}

.choiceItem__check {
  font-size: 12px;
  width: 55px;
  height: 100%;
  text-align: center;
  align-self: center;
}

.choiceItem__check span {
  color: #a62a22;
  font-size: 24px;
  font-family: sans-serif;
  font-weight: 900;
  display: block;
  cursor: pointer;
}

.choiceForm {
  margin-top: 32px;
}

.choiceForm .formTable {
  margin-top: 0;
}

.formTable__cat th, .formTable__cat td {
  border-bottom: none;
}

.formTable__cat td {
  font-size: 16px;
}

.choiceForm__btn input[type="submit"] {
  /*display: -webkit-box;*/
  /*display: flex;*/
  /*-webkit-box-pack: center;*/
  /*        justify-content: center;*/
  /*-webkit-box-align: center;*/
  /*        align-items: center;*/
  text-align: center;
  box-sizing: border-box;
  font-family: inherit;
  text-decoration: none;
  background-color: #fff;
  border: none;
  padding: 0;
  /*margin: 0;*/
  outline: none;
  cursor: pointer;
  border-radius: 8px;
  color: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb001), to(#fe8400));
  background: linear-gradient(to bottom, #ffb001 0%, #fe8400 100%);
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  /*margin-top: 20px;*/
  height: 50px;
  max-width: 280px;
}

@media print, screen and (min-width: 769px) {
  .choiceForm__btn input[type="submit"] {
    /*max-width: 380px;*/
    /*height: 60px;*/
    /*margin-top: 20px;*/
  }
}

.choiceForm__btn input[type="submit"]:hover {
  opacity: 0.9;
}

.page-sitemap .Dpage_contentsBox .inner ul > li {
  border-bottom: 1px solid #d6d6d6;
  padding: 15px 0;
}

.page-sitemap .Dpage_contentsBox .inner ul > li dl {
  display: -webkit-box;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.page-sitemap .Dpage_contentsBox .inner ul > li dl dt {
  width: 20em;
}

@media only screen and (max-width: 768px) {
  .page-sitemap .Dpage_contentsBox .inner ul > li dl dt {
    width: 8em;
  }
}

.page-sitemap .Dpage_contentsBox .inner ul > li dl dd {
  width: calc(100% - 20em);
}

@media only screen and (max-width: 768px) {
  .page-sitemap .Dpage_contentsBox .inner ul > li dl dd {
    width: calc(100% - 8em);
  }
}

.page-sitemap .Dpage_contentsBox .inner ul > li dl ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.page-sitemap .Dpage_contentsBox .inner ul > li a {
  position: relative;
  padding-left: 20px;
}

.page-sitemap .Dpage_contentsBox .inner ul > li a:before {
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}

.contentsBox-catLink__list {
  margin-top: 80px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .contentsBox-catLink__list {
    margin-top: 40px;
  }
}

.contentsBox-catLink__list a {
  display: block;
  height: 86px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px;
  border: 3px solid #d6d6d6;
}

@media only screen and (max-width: 768px) {
  .contentsBox-catLink__list a {
    height: 80px;
    line-height: 1.2;
    font-size: 14px;
  }
}

.contentsBox-catLink__list a img {
  width: 28px;
  height: auto;
  max-width: inherit;
}

.contentsBox-catLink__list span {
  margin-right: 5px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.contentsBox-catLink__list li {
  width: calc(25% - 3px / 4);
  background: #f4f4f4;
  position: relative;
  height: 86px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-catLink__list li {
    width: calc(50% - 0.5px);
    font-size: 14px;
    height: 80px;
  }
}

.contentsBox-catLink__list li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #d6d6d6 transparent;
  position: absolute;
  bottom: 2px;
  right: 2px;
}

.contentsBox-catLink__list li:not(:nth-child(4n)) {
  margin-right: 1px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-catLink__list li:not(:nth-child(4n)) {
    margin-right: 0px;
  }
}

.contentsBox-catLink__list li:nth-child(n + 5) {
  margin-top: 1px;
}

@media only screen and (max-width: 768px) {
  .contentsBox-catLink__list li:nth-child(n + 5) {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .contentsBox-catLink__list li:not(:nth-child(2n)) {
    margin-right: 1px;
  }
  .contentsBox-catLink__list li:nth-child(n + 3) {
    margin-top: 1px;
  }
}
/*# sourceMappingURL=maps/page.css.map */
