@charset "UTF-8";
#chintai_top .s-step_row {
  position: relative;
  padding-top: 84px;
  padding-bottom: 84px; }

#chintai_top .s-step_row:last-child {
  padding-bottom: 0; }

#chintai_top .s-step_row:after {
  position: absolute;
  content: '';
  width: 42px;
  height: 42px;
  border: 1px solid;
  border-color: transparent transparent #565656 #565656;
  bottom: 46px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg); }

#chintai_top .s-step_row:last-child:after {
  content: normal; }

#chintai_top .s-step_row .s-step_row__cnt {
  position: relative;
  background: url("/assets/images/original/chintai-guide-top_steplink.png");
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
  background-size: auto 50px;
  background-color: #e7eff7;
  padding-top: 40px;
  padding-bottom: 40px;
  width: auto; }

#chintai_top .s-step_row__cnt_tit {
  position: relative;
  margin-bottom: 8px; }

#chintai_top .s-step_row__cnt_tit .s-page {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 20;
  font-size: 40px;
  color: #003d7c;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  line-height: 1; }

#chintai_top .s-step_row__cnt_tit .s-page:after {
  content: '';
  position: absolute;
  background: #003d7c;
  width: 1px;
  height: 30px;
  bottom: -36px;
  left: 50%; }

#chintai_top .s-step_row__cnt_tit .s-page .s-page-num {
  font-size: 60px; }

#chintai_top .s-step_row .s-step_row__img_wrap {
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#chintai_top .s-step_row .s-step_row__img_wrap:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/assets/images/original/chintai-guide-top_stepbg.png") center/cover no-repeat;
  width: calc(100% - 20px);
  height: calc(100% - 20px); }

#chintai_top .s-step_row .s-step_row__img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%; }

#chintai_top .s-step_row.s-step_left .s-step_row__img_wrap {
  padding: 0 0px 20px 20px; }

#chintai_top .s-step_row.s-step_left .s-step_row__img_wrap:after {
  left: 0; }

#chintai_top .s-step_row.s-step_right .s-step_row__img_wrap {
  padding: 0 20px 20px 0;
  margin-left: auto; }

#chintai_top .s-step_row.s-step_right .s-step_row__img_wrap:after {
  right: 0;
  transform: scaleX(-1); }

#chintai_top .s-step_row .s-btnwrap {
  margin-bottom: 8px; }

#chintai_top .s-step_row .s-btnwrap:last-child {
  margin-bottom: 0; }

#chintai_top .s-step_row .s-btnwrap .s-btn {
  position: relative;
  z-index: 3;
  border: solid 1px #00aeef;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 3px;
  display: inline-block;
  transition: 0.25s; }

#chintai_top .s-step_row .s-btnwrap .s-btn:hover {
  background: #00aeef;
  color: #fff; }

#chintai_top .s-step_row .s-baselink {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px; }

#chintai_top .s-step_row .s-baselink:hover {
  background: #fff;
  opacity: 0.4;
  transition: 0.25s; }

#chintai_top .s-text {
  margin-bottom: 30px; }

#chintai_top .s-blue--text {
  color: #003d7c; }

/*-- PC --*/
@media only screen and (min-width: 769px) {
  #chintai_top .s-step_row {
    width: 1044px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 120px; }

  #chintai_top .s-step_row:after {
    width: 48px;
    height: 48px;
    bottom: 60px; }

  #chintai_top .s-step_row .s-step_row__cnt {
    width: 748px;
    background-size: auto 60px;
    min-height: 368px; }

  #chintai_top .s-step_row.s-step_left .s-step_row__cnt {
    padding-left: 98px;
    padding-right: 52px;
    margin-left: auto; }

  #chintai_top .s-step_row.s-step_right .s-step_row__cnt {
    padding-left: 52px;
    padding-right: 98px; }

  #chintai_top .s-step_row__cnt_tit .s-page {
    font-size: 56px;
    top: -150px; }

  #chintai_top .s-step_row__cnt_tit .s-page:after {
    height: 46px;
    bottom: -50px; }

  #chintai_top .s-step_row__cnt_tit .s-page .s-page-num {
    font-size: 82px; }

  /* STEPの位置調整 */
  #chintai_top .s-step_row.s-step_left .s-step_row__cnt_tit .s-page {
    left: calc(50% - 171px); }

  #chintai_top .s-step_row.s-step_right .s-step_row__cnt_tit .s-page {
    left: calc(50% + 171px); }

  #chintai_top .s-step_row .s-step_row__img_wrap {
    position: absolute;
    width: 340px;
    z-index: 3; }

  #chintai_top .s-step_row .s-step_row__img_wrap:after {
    width: calc(100% - 24px);
    height: calc(100% - 24px); }

  #chintai_top .s-step_row.s-step_left .s-step_row__img_wrap {
    padding: 0 0px 24px 24px;
    left: -296px;
    top: 32px; }

  #chintai_top .s-step_row.s-step_right .s-step_row__img_wrap {
    padding: 0 24px 24px 0;
    right: -296px;
    top: 32px; }

  #chintai_top .s-flownav-list .s-flownav__item {
    width: 17%; }

  #chintai_top .s-flownav-list .s-flownav__item.s-active .s-flownav__item-page:after {
    width: 155px; }

  #chintai_top .s-two-nutton_narrow__wraper {
    display: flex;
    justify-content: space-between; }

  #chintai_top .a-button--size_normal {
    margin-bottom: 0; }

  #chintai_top .s-two-nutton_narrow__wraper .active {
    color: #fff !important;
    background: #e34563 !important; }

  #chintai_top .s-two-nutton_narrow__wraper .a-button--type_cv {
    background: #fff;
    color: #e34563;
    border: solid 1px #e34563; }

  #chintai_top .s-step_row .s-btnwrap .s-btn {
    padding: 8px 16px; } }
/*-- SP --*/
@media only screen and (max-width: 768px) {
  #chintai_top .s-step_row.s-step_left .s-step_row__cnt,
  #chintai_top .s-step_row.s-step_right .s-step_row__cnt {
    padding: 20px 16px 60px;
    margin-left: auto; }

  #chintai_top .s-step_row__cnt_tit {
    text-align: center;
    margin-bottom: 40px; }

  #chintai_top .s-step_row__cnt_tit:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 52px;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: center/contain no-repeat url("/assets/images/original/chintai-guide-top_cnt-tit_icon.png"); }

  #chintai_top .s-step_row__cnt_tit .s-page_t {
    font-size: 24px; }

  #chintai_top .s-step_row .s-step_row__img_wrap {
    margin-bottom: 24px; }
  #chintai_top .s-step_row .s-btnwrap .s-btn {
    /* width: 100%; */
    padding: 8px 12px 8px 0;
    text-align: center; } }
.s-faq__title {
  font-size: 16px;
  color: #003d7c;
  font-weight: 700;
  padding-bottom: 45px; }
  @media only screen and (min-width: 769px) {
    .s-faq__title {
      font-size: 20px; } }
.s-faq__question {
  margin-bottom: 15px; }
  @media only screen and (min-width: 769px) {
    .s-faq__question {
      margin-bottom: 20px; } }
.s-faq__icon {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #1e50a2;
  text-align: center;
  margin-right: 10px; }
  @media only screen and (min-width: 769px) {
    .s-faq__icon {
      font-size: 24px;
      margin-right: 30px;
      line-height: 1; } }
.s-faq__heading {
  display: flex;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  cursor: pointer;
  position: relative;
  margin: 0;
  background-color: #f2f8fe;
  padding: 20px 15px; }
  .s-faq__heading:hover {
    opacity: 0.7; }
  @media only screen and (min-width: 769px) {
    .s-faq__heading {
      align-items: center;
      font-size: 16px;
      color: #1e50a2;
      padding: 20px 45px; } }
  .s-faq__heading:after {
    content: '-';
    position: absolute;
    right: -2px;
    top: 30px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #f2f8fe;
    background: #1e50a2;
    display: flex;
    justify-content: center;
    transform: translate(-50%, -50%);
    align-items: center;
    padding: 0 0 2px 0;
    box-sizing: border-box; }
    @media only screen and (min-width: 769px) {
      .s-faq__heading:after {
        top: 50%;
        right: 25px;
        width: 25px;
        height: 25px; } }
  .s-faq__heading.is-opened:after {
    content: '+';
    padding: 0 0 1px 0; }
  .s-faq__heading > span:last-child {
    flex-basis: 90%; }
.s-faq__answer {
  display: flex;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
  padding: 0 0 0 15px;
  margin-top: 20px; }
  @media only screen and (min-width: 769px) {
    .s-faq__answer {
      padding: 0 0 0 45px;
      margin-top: 20px;
      margin-bottom: 45px; } }
.s-faq .is-shown {
  margin-bottom: 20px;
  margin-top: 20px; }
  @media only screen and (min-width: 769px) {
    .s-faq .is-shown {
      margin-bottom: 90px;
      margin-top: 35px; } }
.s-faq__text {
  flex-basis: 95%;
  line-height: 1.8;
  font-size: 14px; }
  @media only screen and (min-width: 769px) {
    .s-faq__text {
      font-size: 16px; } }
.s-faq .s-right_icon {
  margin-top: 15px; }
  @media only screen and (min-width: 769px) {
    .s-faq .s-right_icon {
      margin-top: 40px; } }
.s-faq .s-cl-blue {
  color: #00aeef; }

/*# sourceMappingURL=static_original-chintai-guide-top.css.map */

