@charset "UTF-8";
/* ---------------------------------------------------------------- */
/* .p-housing-hero */
/* ---------------------------------------------------------------- */
.p-housing-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-housing-hero:before {
    content: "";
    display: block;
    background: url(/assets/image/personal/loan/housing/img_housing_01_01_pc.jpg) center/cover no-repeat;

    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
  }
}

.p-housing-hero__in {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-housing-hero__in {
    width: 57.10102%;
    min-width: 780px;
    background: url(/assets/image/personal/loan/housing/img_housing_01_02_pc.jpg) center/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-hero__in {
    width: 100%;
    background: url(/assets/image/personal/loan/housing/img_housing_01_02_sp.jpg) center/cover no-repeat;
  }
}

.p-housing-hero--refinance:before {
  background: url(/assets/image/personal/loan/housing/refinance/img_refinance_01_01_pc.jpg) center/cover no-repeat;
}

@media screen and (min-width: 768px), print {
  .p-housing-hero--refinance .p-housing-hero__in {
    background: url(/assets/image/personal/loan/housing/refinance/img_refinance_01_02_pc.jpg) center/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-hero--refinance .p-housing-hero__in {
    background: url(/assets/image/personal/loan/housing/refinance/img_refinance_01_02_sp@2x.jpg) center/cover no-repeat;
  }
}

/* ---------------------------------------------------------------- */
/* .p-housing-slider-01 */
/* - swiper js */
/* ---------------------------------------------------------------- */
@media screen and (min-width: 768px), print {
  .p-housing-slider-01 {
    width: 780px;
    margin: 0 auto;
    padding: 60px 30px 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01 {
    width: 100%;
    padding: 20px 15px 21px;
  }
}

.p-housing-slider-01__container.swiper-container {
  overflow: hidden;
}

.p-housing-slider-01__list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__list-card {
    padding: 0 20px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__list-card.is-03 .p-housing-slider-01__list-card-in {
    padding: 47px 20px 48px;
  }
}

.p-housing-slider-01__list-card-in {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__list-card-in {
    display: block;
    max-width: 620px;
    padding: 47px 20px 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__list-card-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 39px 20px 18px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-housing-slider-01__list-card-in:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 220px;
    pointer-events: none;
  }
}

.p-housing-slider-01__list-card-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  background: #329f6f;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__list-card-label {
    height: 60px;
    margin: 0 0 -30px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__list-card-label {
    height: 40px;
    margin: 0 0 -19px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
  }
}

.p-housing-slider-01__list-card-label-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #fff;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__list-card-label-icon {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__list-card-label-icon {
    width: 40px;
    padding: 6px;
  }
}

.p-housing-slider-01__list-card-label-icon img {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__list-card-label-in {
    padding: 0 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__list-card-label-in {
    padding: 0 10px 0;
  }
}

.p-housing-slider-01__list-card-tips {
  width: 100%;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__list-card-tips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-housing-slider-01__list-card-tips-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__list-card-tips-item {
    padding: 9px 0 9px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__list-card-tips-item {
    margin: 7px 0 0;
    padding: 10px 0 0;
  }
}

.p-housing-slider-01__list-card-tips-item:before {
  content: "";
  position: absolute;
  margin: auto;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__list-card-tips-item:before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 114px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__list-card-tips-item:before {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__list-card-tips-item:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}

.p-housing-slider-01__list-card-tips-item:first-child:before {
  display: none;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__list-card-tips-item.is-01 {
    width: 180px;
  }
  .p-housing-slider-01__list-card-tips-item.is-02 {
    width: 233px;
  }
  .p-housing-slider-01__list-card-tips-item.is-03 {
    width: 162px;
  }
}

.p-housing-slider-01__list-card-tips-item-title {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__list-card-tips-item-title {
    font-size: 16px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__list-card-tips-item-title {
    font-size: 14px;
    line-height: 22px;
  }
}

.p-housing-slider-01__list-card-tips-item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__list-card-tips-item-detail {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__list-card-tips-item-detail {
    margin: 7px 0 0;
  }
}

.p-housing-slider-01__list-card-tips-item-text {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__list-card-tips-item-text {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__list-card-tips-item-text {
    margin: -6px 0 0;
    font-size: 14px;
    line-height: 32px;
  }
}

.p-housing-slider-01__list-card-tips-item-text b {
  color: #e66a6a;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__list-card-tips-item-text b {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__list-card-tips-item-text b {
    font-size: 26px;
  }
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__list-card-tips-item-text span {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__list-card-tips-item-text span {
    font-size: 20px;
  }
}

.p-housing-slider-01__list-card-tips-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__list-card-tips-item-list {
    padding: 2px 0 2px;
  }
}

.p-housing-slider-01__list-card-tips-item-list-item {
  display: block;
  width: 59px;
  margin: 0 5px 0;
  padding: 3px 0 1px;
  border-radius: 19.5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #329f6f;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__list-card-tips-item-list-item {
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__list-card-tips-item-list-item {
    line-height: 28px;
  }
}

.p-housing-slider-01__list-card-tips-item-list-item b {
  font-size: 24px;
}

.p-housing-slider-01__list-card.is-01 .p-housing-slider-01__list-card-label {
  background: #329f6f;
}

.p-housing-slider-01__list-card.is-01 .p-housing-slider-01__list-card-label-icon img {
  width: 42px;
}

.p-housing-slider-01__list-card.is-01 .p-housing-slider-01__list-card-tips-item-list-item {
  background: #329f6f;
}

.p-housing-slider-01__list-card.is-02 .p-housing-slider-01__list-card-label {
  background: #305cbf;
}

.p-housing-slider-01__list-card.is-02 .p-housing-slider-01__list-card-label-icon img {
  width: 40px;
}

.p-housing-slider-01__list-card.is-02 .p-housing-slider-01__list-card-tips-item-list-item {
  background: #305cbf;
}

.p-housing-slider-01__list-card.is-03 .p-housing-slider-01__list-card-label {
  background: #b23939;
}

.p-housing-slider-01__list-card.is-03 .p-housing-slider-01__list-card-label-icon img {
  width: 43px;
}

.p-housing-slider-01__list-card.is-03 .p-housing-slider-01__list-card-tips-item-list-item {
  background: #b23939;
}

.p-housing-slider-01__navigation {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__navigation {
    padding: 0 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__navigation {
    padding: 0 53px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  }
}

.p-housing-slider-01__navigation .swiper-button-prev,
.p-housing-slider-01__navigation .swiper-button-next {
  top: auto;
  outline: none;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__navigation .swiper-button-prev,
  .p-housing-slider-01__navigation .swiper-button-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    bottom: 16px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-image: url(/assets/image/common/icon_arrow_08_negative.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px auto;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  .p-housing-slider-01__navigation .swiper-button-prev:hover,
  .p-housing-slider-01__navigation .swiper-button-next:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__navigation .swiper-button-prev,
  .p-housing-slider-01__navigation .swiper-button-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    bottom: 10px;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background-image: url(/assets/image/common/icon_arrow_08_negative.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px auto;
  }
}

.p-housing-slider-01__navigation .swiper-button-prev:after,
.p-housing-slider-01__navigation .swiper-button-next:after {
  opacity: 0;
  font-size: 0;
}

.p-housing-slider-01__navigation .swiper-button-prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.p-housing-slider-01__navigation .swiper-button-next {
  right: 0;
}

.p-housing-slider-01__navigation .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  counter-reset: slideIndex;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__navigation .swiper-pagination {
    margin: 0 -10px 0;
    padding: 23px 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__navigation .swiper-pagination {
    margin: 0 0 0;
    padding: 12px 0 10px;
  }
}

.p-housing-slider-01__navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  height: auto;
  color: #fff;
  background: none;
  counter-increment: slideIndex;
  outline: none;

  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__navigation .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.3;
    margin: 0 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__navigation .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px 0;
  }
}

.p-housing-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.p-housing-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.p-housing-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:before {
  content: counter(slideIndex, decimal-leading-zero);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 8px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:before {
    color: transparent;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.42857;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:before {
    color: transparent;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.45;
    text-align: center;
  }
}

.p-housing-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 100%;
  background: currentColor;
}

@media screen and (min-width: 768px), print {
  .p-housing-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:after {
    height: 4px;
    border-radius: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:after {
    height: 6px;
    border-radius: 3px;
  }
}

.p-housing-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
  color: #fff;
}

.p-housing-slider-01__navigation .swiper-pagination .swiper-pagination-bullet:hover:before {
  color: inherit;
}

.p-housing-slider-01__navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  color: #fff;
}

.p-housing-slider-01__navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  color: inherit;
}

/* ---------------------------------------------------------------- */
/* .p-housing-menu */
/* ---------------------------------------------------------------- */
.p-housing-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-housing-menu {
    padding: 83px calc((100% - 1000px)/2) 61px;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .p-housing-menu {
    padding: 83px calc((100vw - 1000px)/2) 61px;
  }
  .c-area-01 .p-housing-menu {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-menu {
    padding: 31px 0 18px;
  }
}

.p-housing-menu__index {
  display: block;
  color: #2a2a2a;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
}

.p-housing-menu__list {
  overflow: hidden;
}

.p-housing-menu__list-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-housing-menu__list-in {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-menu__list-in {
    margin: 25px 0 0;
  }
}

.p-housing-menu__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-housing-menu__list-item {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-menu__list-item {
    width: 50%;
  }
}

.p-housing-menu__list-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 1px;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .p-housing-menu__list-item:before {
    height: 110px;
    background-color: #a2b3d8;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-menu__list-item:before {
    height: 56px;
    background-color: #dedede;
  }
}

.p-housing-menu__list-item:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .p-housing-menu__list-item:after {
    width: 110px;
    background-color: #a2b3d8;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-menu__list-item:after {
    width: 120px;
    background-color: #dedede;
  }
}

.p-housing-menu__list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-housing-menu__list-item-link {
    height: 160px;
    padding: 100px 0 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print {
  .p-housing-menu__list-item-link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-housing-menu__list-item-link:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-menu__list-item-link {
    height: 101px;
    padding: 61px 0 4px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-housing-menu__list-item-icon {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .p-housing-menu__list-item-icon {
    top: 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-menu__list-item-icon {
    top: 5px;
  }
}

.p-housing-menu__list-item-text {
  display: block;
  color: #32327f;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-housing-menu__list-item-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-menu__list-item-text {
    font-size: 12px;
    line-height: 16px;
  }
}

.p-housing-menu--01 {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-housing-menu--01 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-menu--01 {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-menu--01 .p-housing-menu__list {
    width: 100%;
  }
}

.p-housing-menu--01 .p-housing-menu__list-in {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-housing-menu--01 .p-housing-menu__list-item {
    width: 33.33333%;
  }
  .p-housing-menu--01 .p-housing-menu__list-item:before {
    height: 76px;
  }
}

/* ---------------------------------------------------------------- */
/* .p-housing-btn */
/* ---------------------------------------------------------------- */
.p-housing-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-housing-btn {
    margin: 15px 0 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-btn {
    margin: 15px 0 15px;
  }
}

.p-housing-btn__01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #32357d;
  background-image: url(/assets/image/common/icon_arrow_02_negative.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
  -webkit-box-shadow: 0 2px 4px rgba(50, 53, 125, 0.16);
  box-shadow: 0 2px 4px rgba(50, 53, 125, 0.16);

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px), print {
  .p-housing-btn__01 {
    width: 475px;
    height: 54px;
    padding: 0 16px 0;
    background-position: right 20px center;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print {
  .p-housing-btn__01 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-housing-btn__01:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-btn__01 {
    width: 55%;
    padding: 12px 36px 12px 0;
    background-position: right 10px center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-housing-btn__01-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-housing-btn__01-sub {
    width: 84px;
    height: 24px;
    border: 1px solid #ffed67;
    color: #ffed67;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
    background: transparent;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-btn__01-sub {
    display: none;
  }
}

.p-housing-btn__01-main {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-housing-btn__01-main {
    margin: 0 0 0 7px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-btn__01-main {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
  }
}

.p-housing-btn__02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffed67;
  background-image: url(/assets/image/common/icon_arrow_02_blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
  -webkit-box-shadow: 0 2px 4px rgba(50, 53, 125, 0.16);
  box-shadow: 0 2px 4px rgba(50, 53, 125, 0.16);
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-housing-btn__02 {
    width: 392px;
    height: 54px;
    margin: 0 0 0 40px;
    background-position: right 20px center;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print {
  .p-housing-btn__02 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-housing-btn__02:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-btn__02 {
    width: 45%;
    margin-left: 10px;
    padding: 12px 36px 12px 0;
    background-position: right 10px center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-housing-btn__02-sub {
  display: block;
  color: #32357d;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
}

.p-housing-btn__02-main {
  display: block;
  color: #32357d;
}

@media screen and (min-width: 768px), print {
  .p-housing-btn__02-main {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-btn__02-main {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
  }
}

/* ---------------------------------------------------------------- */
/* .p-housing-ttl-01 */
/* ---------------------------------------------------------------- */
.p-housing-ttl-01 {
  display: block;
  color: #fff;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-housing-ttl-01 {
    margin: 24px 0 0;
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-ttl-01 {
    margin: 35px 0 0;
    font-size: 18px;
    line-height: 30px;
  }
}

.p-housing-ttl-01 b {
  font-weight: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(71%, transparent), color-stop(0, #68be98));
  background-image: linear-gradient(transparent 71%, #68be98 0);
}

/* ---------------------------------------------------------------- */
/* .p-housing-simulation */
/* ---------------------------------------------------------------- */
.p-housing-simulation {
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation {
    margin: 43px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation {
    margin: 31px 0 0;
  }
}

.p-housing-simulation__title {
  display: block;
  border-bottom: 4px solid #32327f;
  color: #32327f;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__title {
    padding: 0 0 8px;
    font-size: 28px;
    line-height: 41px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__title {
    padding: 0 0 11px;
    font-size: 20px;
    line-height: 29px;
  }
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__text + .p-housing-simulation__form {
    margin-top: 31px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__text + .p-housing-simulation__form {
    margin-top: 31px;
  }
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__form + .p-housing-simulation__form {
    margin-top: 53px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__form + .p-housing-simulation__form {
    margin-top: 33px;
  }
}

.p-housing-simulation__form {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 23px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__form {
    display: block;
    margin: 23px 0 0;
  }
}

.p-housing-simulation__form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #32327f;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__form-head {
    width: 320px;
    padding: 28px 0 25px 32px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__form-head {
    width: 100%;
    padding: 28px 0 25px 32px;
  }
}

.p-housing-simulation__form-head-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: left;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-housing-simulation__form-head-index b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 14px;
  padding: 2px 9px 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 19px;
  text-align: left;
  background-color: #e83636;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-housing-simulation__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 23px 0 0;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-housing-simulation__form-label input {
  display: block;
  height: 53px;
  padding: 0 23px 0;
  color: #333;
  font-size: 32px;
  font-weight: normal;
  text-align: left;
  outline: none;
}

.p-housing-simulation__form-label select {
  display: block;
  height: 53px;
  margin: 0 0 0 30px;
  padding: 0 0 0 23px;
  color: #333;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  outline: none;
}

.p-housing-simulation__form-label select:first-child {
  margin-left: 0;
}

.p-housing-simulation__form-label span {
  display: block;
  margin: 6px 0 0 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

.p-housing-simulation__form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__form-body {
    padding: 0 58px 0 35px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__form-body {
    padding: 0 35px 22px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-housing-simulation__form-slider {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__form-slider {
    padding: 56px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__form-slider {
    padding: 57px 0 0;
  }
}

.p-housing-simulation__form-slider .slider-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #32327f;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__form-slider .slider-label {
    margin: 22px -22px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__form-slider .slider-label {
    margin: 38px -18px 0;
  }
}

.p-housing-simulation__form-slider .slider-label small {
  font-size: 16px;
}

.p-housing-simulation__form-slider .handle-label_wrap {
  position: absolute;
  top: -79px;
  margin-left: 50%;
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__form-slider .handle-label_wrap {
    display: none;
  }
}

.p-housing-simulation__form-slider .handle-label_wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 17.3px 10px 0 10px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.p-housing-simulation__form-slider .handle-label {
  padding: 15px 15px 14px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  background-color: #333;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.p-housing-simulation__form-slider .handle-label small {
  font-size: 16px;
}

.p-housing-simulation__form-slider .ui-widget.ui-widget-content {
  position: relative;
  height: 3px;
  border: none;
  background-color: #32327f;
}

.p-housing-simulation__form-slider .ui-widget.ui-widget-content:before,
.p-housing-simulation__form-slider .ui-widget.ui-widget-content:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  bottom: -10px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background: #32327f;
}

.p-housing-simulation__form-slider .ui-widget.ui-widget-content:before {
  left: -4px;
}

.p-housing-simulation__form-slider .ui-widget.ui-widget-content:after {
  right: -4px;
}

.p-housing-simulation__form-slider .ui-slider-horizontal .ui-slider-handle {
  width: 31px;
  height: 31px;
  margin: -9px 0 0 -15px;
  border: 4px solid #32327f;
  border-radius: 50%;
  background: #fff;
  outline: none;
  -webkit-box-shadow: 0 3px 6px rgba(37, 80, 178, 0.16);
  box-shadow: 0 3px 6px rgba(37, 80, 178, 0.16);
}

.p-housing-simulation__form.is-amount .p-housing-simulation__form-label input {
  width: 224px;
}

.p-housing-simulation__form.is-amount .p-housing-simulation__form-slider .handle-label {
  min-width: 164px;
}

.p-housing-simulation__form.is-repay_bonus .p-housing-simulation__form-label input {
  width: 224px;
}

.p-housing-simulation__form.is-repay_bonus .p-housing-simulation__form-slider .handle-label {
  min-width: 164px;
}

.p-housing-simulation__form.is-term .p-housing-simulation__form-label select {
  width: 80px;
}

.p-housing-simulation__form.is-term .p-housing-simulation__form-slider .handle-label {
  min-width: 135px;
}

.p-housing-simulation__form.is-interest .p-housing-simulation__form-label input {
  width: 150px;
}

.p-housing-simulation__form.is-interest .p-housing-simulation__form-slider .handle-label {
  min-width: 108px;
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__form.is-nextbonus {
    height: 128px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__form.is-nextbonus .p-housing-simulation__form-head {
    height: 128px;
  }
  .p-housing-simulation__form.is-nextbonus .p-housing-simulation__form-body {
    height: 128px;
    padding: 0;
  }
}

.p-housing-simulation__text {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__text {
    margin: 12px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__text {
    margin: 22px 0 0;
  }
}

.p-housing-simulation__text a {
  color: #32327f;
  text-decoration: underline;
}

.p-housing-simulation__text a:hover {
  text-decoration: none;
}

.p-housing-simulation__result {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__result {
    margin: 155px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__result {
    margin: 106px 0 0;
  }
}

.p-housing-simulation__result:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: solid transparent;
  border-width: 26px 50px 0;
  border-top-color: #e55251;
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__result:before {
    top: -99px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__result:before {
    top: -66px;
  }
}

.p-housing-simulation__result-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  color: #32327f;
  font-size: 28px;
  font-weight: bold;
  line-height: 25px;
  background: #ffed67;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-housing-simulation__result-list {
  background-color: #fffce3;
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__result-list {
    padding: 0 46px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__result-list {
    padding: 0 8px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__result-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-housing-simulation__result-list-item:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 144px;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__result-list-item {
    padding: 23px 0 10px;
  }
}

.p-housing-simulation__result-list-item:not(:last-child) {
  border-bottom: 2px solid #ffed67;
}

.p-housing-simulation__result-list-item-title {
  display: block;
  color: #32327f;
  font-size: 28px;
  font-weight: bold;
  line-height: 41px;
  text-align: left;
}

.p-housing-simulation__result-list-item-value {
  display: block;
  color: #32327f;
  font-size: 42px;
  font-weight: bold;
  line-height: 62px;
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__result-list-item-value {
    margin: 0 0 0 auto;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__result-list-item-value {
    margin: 12px 0 0;
  }
}

.p-housing-simulation__result-list-item-value small {
  font-size: 26px;
}

.p-housing-simulation__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__button {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__button {
    margin: 78px 0 0;
  }
}

.p-housing-simulation__button-in {
  display: block;
  padding: 12px 0 10px;
  border: 2px solid #32327f;
  color: #32327f;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  text-align: center;
  background: transparent;
  outline: none;
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__button-in {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-housing-simulation__button-in:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-housing-simulation__button-in {
    width: 194px;
  }
}

@media screen and (max-width: 767px) {
  .p-housing-simulation__button-in {
    width: 100%;
    background-color: #fff;
  }
}

/* ---------------------------------------------------------------- */
/* .c-ttl-callout-01 */
/* ---------------------------------------------------------------- */
.c-ttl-callout-01.c-ttl-callout-01--p-housing .c-ttl-callout-01__callout:after {
  border-left-color: #32357d;
}

.c-ttl-callout-01.c-ttl-callout-01--p-housing .c-ttl-callout-01__callout-main {
  border-color: #32357d;
  color: #32357d;
}

.c-ttl-callout-01.c-ttl-callout-01--p-housing .c-ttl-callout-01__callout-sub {
  border-color: #32357d;
  background-color: #32357d;
}

@media screen and (min-width: 768px), print {
  .c-fig + .c-ttl-callout-01.c-ttl-callout-01--p-housing {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .c-fig + .c-ttl-callout-01.c-ttl-callout-01--p-housing {
    margin-top: 40px;
  }
}

.c-ttl-callout-01.c-ttl-callout-01--p-housing-01 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .c-ttl-callout-01.c-ttl-callout-01--p-housing-01 {
    border-bottom-color: #d7e1f7;
  }
}

.c-ttl-callout-01.c-ttl-callout-01--p-housing-01 .c-ttl-callout-01__callout:after {
  border-left-color: #329f6f;
}

.c-ttl-callout-01.c-ttl-callout-01--p-housing-01 .c-ttl-callout-01__callout-main {
  border-color: #329f6f;
}

.c-ttl-callout-01.c-ttl-callout-01--p-housing-01 .c-ttl-callout-01__callout-sub {
  border-color: #329f6f;
  background-color: #329f6f;
}

.c-ttl-callout-01.c-ttl-callout-01--p-housing-01 .c-ttl-callout-01__callout-sub:before {
  content: "";
  display: block;
  background: url(/assets/image/personal/loan/housing/refinance/img_refinance_03_01.png) 0 0/contain no-repeat;
}

@media screen and (min-width: 768px), print {
  .c-ttl-callout-01.c-ttl-callout-01--p-housing-01 .c-ttl-callout-01__callout-sub:before {
    width: 50px;
    height: 50px;
    margin: -4px auto -5px;
  }
}

@media screen and (max-width: 767px) {
  .c-ttl-callout-01.c-ttl-callout-01--p-housing-01 .c-ttl-callout-01__callout-sub:before {
    width: 30px;
    height: 30px;
    margin: 0 auto 0;
  }
}

.c-ttl-callout-01.c-ttl-callout-01--p-housing-02 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .c-ttl-callout-01.c-ttl-callout-01--p-housing-02 {
    border-bottom-color: #d7e1f7;
  }
}

.c-ttl-callout-01.c-ttl-callout-01--p-housing-02 .c-ttl-callout-01__callout:after {
  border-left-color: #32327f;
}

.c-ttl-callout-01.c-ttl-callout-01--p-housing-02 .c-ttl-callout-01__callout-main {
  border-color: #32327f;
}

.c-ttl-callout-01.c-ttl-callout-01--p-housing-02 .c-ttl-callout-01__callout-sub {
  border-color: #32327f;
  background-color: #32327f;
}

.c-ttl-callout-01.c-ttl-callout-01--p-housing-02 .c-ttl-callout-01__callout-sub:before {
  content: "";
  display: block;
  background: url(/assets/image/personal/loan/housing/refinance/img_refinance_03_02.png) 0 0/contain no-repeat;
}

@media screen and (min-width: 768px), print {
  .c-ttl-callout-01.c-ttl-callout-01--p-housing-02 .c-ttl-callout-01__callout-sub:before {
    width: 36px;
    height: 36px;
    margin: 3px auto 2px;
  }
}

@media screen and (max-width: 767px) {
  .c-ttl-callout-01.c-ttl-callout-01--p-housing-02 .c-ttl-callout-01__callout-sub:before {
    width: 30px;
    height: 30px;
    margin: 0 auto 0;
  }
}

/* ---------------------------------------------------------------- */
/* .c-fig */
/* ---------------------------------------------------------------- */
@media screen and (min-width: 768px), print {
  .c-fig.c-fig--p-housing {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-fig.c-fig--p-housing {
    margin-top: 17px;
  }
}

@media screen and (min-width: 768px), print {
  .c-fig.c-fig--p-housing + .c-fig.c-fig--p-housing {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-fig.c-fig--p-housing + .c-fig.c-fig--p-housing {
    margin-top: 10px;
  }
}

.c-ttl-callout-01 + .c-fig.c-fig--p-housing {
  margin-top: 20px;
}

/* ---------------------------------------------------------------- */
/* .c-btn */
/* ---------------------------------------------------------------- */
@media screen and (min-width: 768px), print {
  .c-btn.c-btn--p-housing {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .c-btn.c-btn--p-housing .c-btn__button {
    padding-top: 6px;
    padding-bottom: 4px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn.c-btn--p-housing .c-btn__button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .c-btn.c-btn--p-housing .c-btn__button:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 62px;
    pointer-events: none;
  }
}

.c-btn.c-btn--p-housing .c-btn__button-in {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .c-btn.c-btn--p-housing .c-btn__button-in {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn.c-btn--p-housing .c-btn__button-in {
    font-size: 18px;
  }
}

.c-btn.c-btn--p-housing .c-btn__button-in small {
  display: block;
}

@media screen and (min-width: 768px), print {
  .c-btn.c-btn--p-housing .c-btn__button-in small {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn.c-btn--p-housing .c-btn__button-in small {
    font-size: 14px;
  }
}

/* ---------------------------------------------------------------- */
/* .c-btn-anchor */
/* ---------------------------------------------------------------- */
.c-btn-anchor.c-btn-anchor--p-housing .c-btn-anchor__list-item-button {
  padding-right: 0;
  padding-left: 0;
}

/* ---------------------------------------------------------------- */
/* .c-grid */
/* ---------------------------------------------------------------- */
.c-grid.c-grid--p-housing-panel {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (min-width: 768px), print {
  .c-grid.c-grid--p-housing-panel {
    margin-right: -14px;
    margin-left: -14px;
  }
}

@media screen and (max-width: 767px) {
  .c-grid.c-grid--p-housing-panel {
    margin-bottom: -20px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.c-grid.c-grid--p-housing-panel .c-grid__col {
  flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}

@media screen and (min-width: 768px), print {
  .c-grid.c-grid--p-housing-panel .c-grid__col {
    padding-right: 14px;
    padding-left: 14px;
  }
  .c-grid.c-grid--p-housing-panel .c-grid__col:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 324px;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .c-grid.c-grid--p-housing-panel .c-grid__col {
    padding-bottom: 20px;
  }
  .c-grid.c-grid--p-housing-panel .c-grid__col:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 324px;
    pointer-events: none;
  }
}

@media screen and (min-width: 768px), print {
  .c-grid.c-grid--p-housing-panel-01 .c-grid__col:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 240px;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .c-grid.c-grid--p-housing-panel-01 .c-grid__col:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 240px;
    pointer-events: none;
  }
}

.c-grid.c-grid--p-housing-panel-02 .c-grid__col:nth-child(2n+1) {
  margin-left: 2px;
}

.c-grid.c-grid--p-housing-panel-02 .c-grid__col:nth-child(2n+2) {
  margin-right: 2px;
}

/* ---------------------------------------------------------------- */
/* .c-panel */
/* ---------------------------------------------------------------- */
.c-panel.c-panel--p-housing {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
  .c-panel.c-panel--p-housing .c-panel__head:before {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 80px;
    pointer-events: none;
  }
}

.c-panel.c-panel--p-housing .c-panel__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.c-panel.c-panel--p-housing .c-panel__batch {
  position: absolute;
  top: -10px;
  right: -12px;
}

.c-panel.c-panel--p-housing .c-panel__sub {
  display: block;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0.02em;
}

.c-panel.c-panel--p-housing .c-panel__title {
  margin: 8px 0 0;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.02em;
}

.c-panel.c-panel--p-housing .c-panel__title02 {
  display: block;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0.02em;
}

.c-panel.c-panel--p-housing .c-panel__detail {
  margin-top: 15px;
  margin-bottom: auto;
}

@media screen and (max-width: 767px) {
  .c-panel.c-panel--p-housing .c-panel__detail {
    font-size: 16px;
    line-height: 30px;
  }
}

.c-panel.c-panel--p-housing .c-panel__title02 + .c-panel__detail {
  margin-top: 20px;
}

/* ---------------------------------------------------------------- */
/* .c-contact */
/* ---------------------------------------------------------------- */
@media screen and (min-width: 768px), print {
  .c-contact.c-contact--p-housing .c-contact__button-link-in {
    text-align: left;
  }
}