section {
  padding: 40px 0;
}
.bg_color1 {
  background-color: #f7f7f7;
}
.bg_color2 {
  background-color: #fff!important;
}

.container.shisan {
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  main {
    min-width: 1240px;
  }

  section {
    padding: 50px 0 56px;
  }

  .container.shisan {
    overflow: visible;
  }
}
/* ------------------------------------------
  page_title_wrapper
------------------------------------------ */
.component .page_title_wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  margin-top: 0;
  padding-top: 80%;
  position: relative;
}

.component .page_title_wrapper.hoken {
  background-image: url(../img/column/page_title_bg_hoken_sp.jpg);
}

.component .page_title_wrapper.kakei {
  background-image: url(../img/column/page_title_bg_kakei_sp.jpg);
}

.component .page_title_wrapper.homeloan {
  background-image: url(../img/column/page_title_bg_homeloan_sp.jpg);
}

.component .page_title_wrapper.shisan {
  background-image: url(../img/column/page_title_bg_shisan_sp.jpg);
}

.component .page_title_content {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.component .page_title_icon {
  margin: 0 auto;
  width: 66px;
}

.component .page_title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-top: 16px;
}

.component .page_title_link {
  background-color: #eb5505;
  border-radius: 32px;
  color: #fff;
  display: block;
  margin-top: 48px;
  padding: 9px 0;
  width: 300px;
}

.component .page_title_link_textl {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.component .page_title_link_textl.au {
  line-height: 1.1;
}

.component .page_title_link_texts {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-top: 6px;
}

@media screen and (min-width: 767px) {
  .component .page_title_wrapper {
    padding-top: 32.9%;
  }

  .component .page_title_wrapper.hoken {
    background-image: url(../img/column/page_title_bg_hoken_pc.jpg);
  }

  .component .page_title_wrapper.kakei {
    background-image: url(../img/column/page_title_bg_kakei_pc.jpg);
  }

  .component .page_title_wrapper.homeloan {
    background-image: url(../img/column/page_title_bg_homeloan_pc.jpg);
  }

  .component .page_title_wrapper.shisan {
    background-image: url(../img/column/page_title_bg_shisan_pc.jpg);
  }

  .component .page_title_icon {
    width: 130px;
  }

  .component .page_title {
    font-size: 4.2rem;
    margin-top: 20px;
  }

  .component .page_title_link {
    border-radius: 40px;
    margin-top: 44px;
    padding: 17px 0;
    width: 410px;
  }

  .component .page_title_link_textl {
    font-size: 2.4rem;
  }

  .component .page_title_link_texts {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .05em;
    margin-top: 10px;
  }
}

/* ------------------------------------------
  sec_title
------------------------------------------ */
.component .sec_title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 20px;
  position: relative;
  text-align: center;
}

.component .sec_title::before {
  background-image: url(../img/column/sec_title_deco_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 11px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 31px;
}

.component .sec_title_color {
  color: #eb5505;
}

@media screen and (min-width: 767px) {
  .component .sec_title {
    font-size: 3.5rem;
    line-height: 1.2;
    padding-top: 45px;
  }

  .component .sec_title::before {
    background-image: url(../img/column/sec_title_deco_pc.png);
    height: 30px;
    width: 79px;
  }
}

/* ------------------------------------------
  text
------------------------------------------ */
.text_center {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 10px;
}

@media screen and (min-width: 767px) {
  .text_center {
    font-size: 2rem;
    line-height: 1.7;
    margin-top: 50px;
    text-align: center;
  }

  .text_center.timing {
    line-height: 1.4;
  }
}

/* ------------------------------------------
  speak_bubble
------------------------------------------ */
.bubble_wrapper {
  margin-top: 23px;
}

.bubble_left {
  background-color: #eb5505;
  border-radius: 12px;
  color: #fff;
  display: table;
  margin-left: 20px;
  margin-top: 10px;
  padding: 12px 10px;
  position: relative;
}

.bubble_left::before {
  background-image: url(../img/column/bubble_arrow1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 23px;
  left: -17px;
  position: absolute;
  top: -2px;
  width: 27px;
}

.bubble_left:first-child {
  margin-top: 0;
}

.bubble_left_inner {
  font-family: 'ヒラギノ角ゴ Pro W3';
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.4;
}

.bubble_right {
  background-color: #ffede3;
  border-radius: 12px;
  color: #2d2d2d;
  display: table;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 10px;
  padding: 12px 10px;
  position: relative;
}

.bubble_right::before {
  background-image: url(../img/column/bubble_arrow2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 23px;
  position: absolute;
  right: -17px;
  top: -2px;
  width: 27px;
}

.bubble_right_inner {
  font-family: 'ヒラギノ角ゴ Pro W3';
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.4;
}

@media screen and (min-width: 767px) {
  .bubble_wrapper {
    margin: 55px auto 0;
    max-width: 840px;
  }

  .bubble_left {
    padding: 21px 18px;
  }

  .bubble_left::before {
    background-image: url(../img/column/bubble_arrow1.png);
    height: 42px;
    left: -26px;
    top: -1px;
    width: 50px;
  }

  .bubble_left:first-child {
    margin-top: 0;
  }

  .bubble_left_inner {
    font-size: 2rem;
  }

  .bubble_right {
    padding: 21px 18px;
  }

  .bubble_right::before {
    background-image: url(../img/column/bubble_arrow2.png);
    height: 42px;
    right: -26px;
    top: -1px;
    width: 50px;
  }

  .bubble_right_inner {
    font-size: 2rem;
  }
}

/* ------------------------------------------
  component1
------------------------------------------ */
.text_center.component1 {
  margin-top: 33px;
}

.sub_title_simple {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-top: 35px;
  text-align: center;
}

.sub_title_simple + .component4_item_img_left.component10 {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  .text_center.component1 {
    margin-top: 49px;
  }

  .sub_title_simple {
    font-size: 3rem;
    letter-spacing: 0;
    margin-top: 48px;
  }

  .sub_title_simple + .component4_item_img_left.component10 {
    margin-top: 55px;
  }
}
/* ------------------------------------------
  component2
------------------------------------------ */
.component2 {
  background-color: #f7f7f7;
}

.component2_item_wrapper {
  margin-top: 33px;
}

.component2_item {
  margin-top: 45px;
}

.component2_item:first-child {
  margin-top: 0;
}

.sub_title {
  align-items: center;
  display: flex;
}

.sub_title_heading_box {
  display: table;
  text-align: center;
  width: 61px;
}

.sub_title_heading {
  background-color: #eb5505;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 6px 0;
}

.sub_title_num {
  background-color: #fff;
  border: 1px solid #eb5505;
  color: #eb5505;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 6px 0;
}

.sub_title_text {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-left: 14px;
}

.img_left {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.img_left_text_wrapper {
  margin-top: 24px;
}

.img_left_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 36px;
}

.img_left_text:first-child {
  margin-top: 0;
}

@media screen and (min-width: 767px) {
  .component2_item_wrapper {
    margin-top: 43px;
  }

  .component2_item {
    margin-top: 64px;
  }

  .sub_title_text {
    font-size: 2.8rem;
    margin-left: 16px;
  }

  .img_left {
    flex-direction: row;
    margin-top: 20px;
  }

  .img_left_img_wrapper {
    flex-shrink: 0;
    width: 50%;
  }

  .img_left_text_wrapper {
    margin-left: 20px;
    margin-top: 0;
  }

  .img_left_text:first-child {
    margin-top: 0;
  }
}

/* ------------------------------------------
  links
------------------------------------------ */
.links_wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 51px;
}

.links_link1 {
  background-color: #eb5505;
  border-radius: 32px;
  box-shadow: 6px 6px 8px rgba(0, 0, 0, .08);
  display: flex;
  flex-direction: column;
  height: 56px;
  justify-content: center;
  text-align: center;
  width: 300px;
}


.links_link1_textl {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.links_link1_texts {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-top: 7px;
}

.links_link2 {
  background-color: #fff;
  border: 2px solid #707070;
  border-radius: 32px;
  box-shadow: 6px 6px 8px rgba(0, 0, 0, .08);
  display: flex;
  flex-direction: column;
  height: 56px;
  justify-content: center;
  margin-top: 10px;
  text-align: center;
  width: 300px;
}

.links_link2_text {
  color: #707070;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .05em;
}

@media screen and (min-width: 767px) {
  .links_wrapper {
    flex-direction: row;
    justify-content: center;
    margin-top: 115px;
  }

  .links_link1 {
    border-radius: 45px;
    height: 85px;
    width: 410px;
  }


  .links_link1_textl {
    font-size: 2.4rem;
  }

  .links_link1_texts {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .links_link2 {
    border-radius: 45px;
    height: 85px;
    margin-left: 30px;
    margin-top: 0;
    width: 410px;
  }

  .links_link2_text {
    font-size: 2rem;
  }
}

/* ------------------------------------------
  component3
------------------------------------------ */
.sec_title_bubble {
  background-color: #eb5505;
  border-radius: 4px;
  color: #fff;
  display: table;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto 30px;
  padding: 9px 31px;
  position: relative;
}

.sec_title_bubble::after {
  background-image: url(../img/column/sec_title_bubble_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -7px;
  content: '';
  display: block;
  height: 16px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 38px;
}

.accordion_wrapper {
  margin-top: 33px;
}

.accordion {
  border: 1px solid #eb5505;
  margin-top: 8px;
  padding: 19px 16px;
}

.accordion:first-child {
  margin-top: 0;
}

.accordion_heading {
  cursor: pointer;
  padding-right: 40px;
  pointer-events: none;
  position: relative;
}

.accordion_heading_text {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
}

.sec_title_text_color {
  color: #eb5505;
}

.accordion_icon {
  background-color: #fef2e8;
  border-radius: 50%;
  content: '';
  display: block;
  display: none;
  height: 28px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 28px;
}

.accordion_icon::before {
  background-color: #da5f29;
  content: '';
  display: block;
  height: 11px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1px;
}

.accordion_icon::after {
  background-color: #da5f29;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 11px;
}

.accordion_heading.open .accordion_icon::before {
  opacity: 0;
}

.accordion_desc {
  display: none;
  margin-top: 30px;
}

.accordion_desc.open {
  display: block;
}

.accordion_desc_img {
  width: 100%;
}

.accordion_desc_text {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 10px;
}

.accordion_desc_text > p + p {
  margin-top: 1em;
}

.sub_title_center {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 13px;
  margin-top: 40px;
  padding: 17px 0;
  text-align: center;
}

.accordion.color2 {
  border: 1px solid #dedede;
}

@media screen and (min-width: 767px) {
  .sec_title_bubble {
    margin: 0 auto 20px;
  }

  .accordion {
    padding: 20px 16px;
  }

  .accordion_heading_text {
    font-size: 1.6rem;
    line-height: 1;
  }

  .accordion_desc {
    margin-top: 25px;
  }

  .accordion_desc_inner {
    align-items: flex-start;
    display: flex;
  }

  .accordion_desc_img {
    flex-shrink: 0;
    width: 34.3%;
  }

  .accordion_desc_text {
    margin-left: 22px;
    margin-top: 0;
  }

  .sub_title_center {
    font-size: 1.8rem;
    margin-bottom: 0;
    padding: 15px 0;
  }

  .sub_title_center + .text_center {
    font-size: 1.6rem;
    margin-top: 30px;
  }

  .text_center + .accordion {
    margin-top: 30px;
  }
}

/* ------------------------------------------
  component4
------------------------------------------ */
/* point */
.component4 {
  background-color: #f7f7f7;
}

.component4_item_wrapper {
  margin-top: 25px;
}

.component4_item {
  margin-top: 33px;
}

.component4_item:first-child {
  margin-top: 0;
}

.component4_item_heading {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 48px 64px;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
  padding-top: 85px;
  text-align: center;
}

.component4_item_heading.point1 {
  background-image: url(../img/column/point_icon1.png);
}

.component4_item_heading.point2 {
  background-image: url(../img/column/point_icon2.png);
}

.component4_item_heading.point3 {
  background-image: url(../img/column/point_icon3.png);
}

.component4_item_heading.point4 {
  background-image: url(../img/column/point_icon4.png);
}

.component4_item_heading.point5 {
  background-image: url(../img/column/point_icon5.png);
}

.component4_item_heading.point6 {
  background-image: url(../img/column/point_icon6.png);
}

.component4_item_heading.merit1 {
  background-image: url(../img/column/merit_icon1.png);
  background-size: 123px 27px;
  padding-top: 50px;
}

.component4_item_heading.merit2 {
  background-image: url(../img/column/merit_icon2.png);
  background-size: 123px 27px;
  padding-top: 50px;
}

.component4_item_heading.merit3 {
  background-image: url(../img/column/merit_icon3.png);
  background-size: 123px 27px;
  padding-top: 50px;
}


.component4_item_img_left {
  display: flex;
  flex-direction: column;
  margin-top: 22px;
}

.component4_item_img_left.reverse {
  flex-direction: column-reverse;
}

.component4_item_img_left_text_wrap {
  margin-top: 17px;
}

.component4_item_img_left_text_wrap_text {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 32px;
}

.component4_item_img_left_text_wrap_text:first-child {
  margin-top: 0;
}

/* check */
.component4.bgcolor {
  background-color: #fff;
}

.component4_item_heading.check1 {
  background-image: url(../img/column/check_icon1.png);
}

.component4_item_heading.check2 {
  background-image: url(../img/column/check_icon2.png);
}

.component4_item_heading.check3 {
  background-image: url(../img/column/check_icon3.png);
}

.component .page_title_link.au {
  margin: 48px auto 0;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .component4_item_wrapper {
    margin-top: 45px;
  }

  .component4_item_wrapper.merit {
    margin-top: 65px;
  }

  .component4_item {
    margin-top: 80px;
  }

  .component4_item_heading {
    font-size: 2.8rem;
    line-height: 1;
    padding-top: 90px;
  }

  .component4_item_img_left {
    flex-direction: row;
    margin-top: 45px;
  }

  .component4_item_img_left.reverse2 {
    flex-direction: row-reverse;
  }

  .component4_item_img_left_img_wrap {
    flex-shrink: 0;
    width: 44.5%;
  }

  .component4_item_img_left_text_wrap {
    margin-left: 16px;
    margin-top: 0;
  }

  .component4_item_img_left.reverse2 .component4_item_img_left_text_wrap {
    margin-left: 0;
    margin-right: 16px;
  }

  .component4_item_img_left.reverse {
    flex-direction: row;
  }

  .component4_item_img_left.reverse .component4_item_img_left_text_wrap {
    margin-left: 0;
    margin-right: 16px;
  }
  .component4_item_img_left_text_wrap_text {
    margin-top: 30px;
  }

  .component .page_title_link.au {
    margin: 110px auto 0;
  }
}

/* ------------------------------------------
  component5
------------------------------------------ */
.component5 {
  background-color: #f5f5f5;
  padding-top: 0;
}

.component .sec_title.component5 {
  font-size: 2.1rem;
}

.component5_inner {
  background-image: url(../img/column/consultation_bnr_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 62px 16px 20px;
  position: relative;
}

.component5_text_wrapper {
  border-left: 3px solid #eb5505;
  padding-left: 7px;
  position: relative;
}

.component5_text {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 9px;
}

.component5_text_wrapper:first-child::before {
  background-image: url(../img/column/consultation_bnr_bubble.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 40px;
  left: 154px;
  position: absolute;
  top: -14px;
  width: 142px;
}

.component5_text:first-child {
  margin-top: 0;
}

.component5_text_color {
  color: #fedc00;
}

.text_center.component5 {
  margin-top: 8px;
}

.sec_title.component5 {
  margin-top: 20px;
}

.text_left {
  color: #171717;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 25px;
  text-align: left;
}

.component6_list_wrapper {
  margin: 0 auto;
  max-width: 335px;
}

.component6_list {
  margin-top: 15px;
}

.component6_list_item {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  color: #eb5505;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 35px;
  margin-top: 8px;
  padding-left: 41px;
}

.component6_list_item.rows {
  line-height: 1.3;
}

.component6_list_item:first-child {
  margin-top: 0;
}

.component6_list_item:first-child {
  background-image: url(../img/column/consultation_heading_icon1.png);
}

.component6_list_item:nth-child(2) {
  background-image: url(../img/column/consultation_heading_icon2.png);
}

.component6_list_item:nth-child(3) {
  background-image: url(../img/column/consultation_heading_icon3.png);
}

.text_center.component5_2 {
  margin-top: 23px;
  text-align: center;
}

.sec_title.small {
  margin-top: 23px;
}

.component6_bubble {
  margin: 20px auto 0;
  max-width: 335px;
}

.component6_bubble .bubble_right {
  background-color: #fff;
  color: #eb5505;
}

.component6_bubble .bubble_right::before {
  background-image: url(../img/column/bubble_arrow3.png);
}

@media screen and (min-width: 767px) {
  .component5_inner {
    margin: 0 auto;
    max-width: 1100px;
    padding: 256px 70px 40px;
    width: 100%;
  }

  .component5_text_wrapper {
    border-left: 10px solid #eb5505;
    padding-left: 15px;
  }

  .component5_text_wrapper:first-child::before {
    height: 114px;
    left: 209px;
    top: -100px;
    width: 302px;
  }

  .component5_text {
    font-size: 3rem;
  }

  .text_center.component5 {
    margin-top: 33px;
  }

  .component .sec_title.component5 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-top: 40px;
  }

  .text_left {
    font-size: 2rem;
    margin-top: 37px;
  }

  .component6_list_wrapper {
    max-width: 860px;
  }

  .component6_list_item {
    background-size: 56px 56px;
    font-size: 3.5rem;
    line-height: 56px;
    margin-top: 13px;
    padding-left: 62px;
  }

  .component6_list_item.rows {
    line-height: 56px;
  }

  .text_center.component5_2 {
    margin-top: 13px;
  }

  .sec_title.small {
    margin-top: 50px;
  }

  .component6_bubble {
    margin: 50px auto 0;
    max-width: 650px;
  }
}

/* ------------------------------------------
  component7
------------------------------------------ */
.sec_title.component7 {
  font-size: 2.1rem;
}

.component7_item_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

.component7_item {
  width: calc((100% - 5px) / 2);
}

.component7_item:nth-child(even) {
  margin-left: 5px;
}

.component7_item:nth-child(n+3) {
  margin-top: 5px;
}

.component7_bnr_wrapper {
  margin: 17px auto 0;
  width: 336px;
}

.component7_link_wrapper {
  margin-top: 20px;
}

.component7_link_wrapper.component9 {
  margin-top: 25px;
}

.component7_link_toptext {
  color: #eb5505;
  display: table;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 3px 20px 0;
  position: relative;
}

.component7_link_toptext::before {
  background-image: url(../img/column/component7_link_toptext_deco_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 9px;
}

.component7_link_toptext::after {
  background-image: url(../img/column/component7_link_toptext_deco_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
}

.component7_link {
  align-items: center;
  background-color: #eb5505;
  background-image: url(../img/column/application_link_arrow.png);
  background-position: right 13px center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  height: 56px;
  justify-content: center;
  margin: 7px auto 0;
  width: 300px;
}

.component7_link_inner {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.3;
  text-align: center;
}

.component7_link_bottomtext {
  color: #333;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}

.component7_remark {
  align-items: center;
  display: flex;
  margin-top: 23px;
}

.component7_remark_img_wrapper {
  flex-shrink: 0;
  width: 96px;
}

.component7_remark_text_wrapper {
  margin-left: 8PX;
}

.component7_remark_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.2;
}

.component7_link.bgcolor {
  background-color: #0e0d6a;
  background-image: url(../img/column/application_link_arrow2.png);
}

@media screen and (min-width: 767px) {
  .component7 {
    padding-bottom: 35px;
  }

  .sec_title.component7 {
    font-size: 3.5rem;
  }

  .component7_item_wrapper {
    margin: 40px auto 0;
    max-width: 900px;
  }

  .component7_item {
    margin-left: 10px;
    width: calc((100% - 20px) / 3);
  }
  .component7_item:nth-child(even) {
    margin-left: 10px;
  }

  .component7_item:first-child {
    margin-left: 0;
  }

  .component7_item:nth-child(n+3) {
    margin-top: 0;
  }





  .component7_bnr_wrapper {
    margin-top: 30px;
    width: 614px;
  }

  .component7_link_wrapper {
    margin-top: 50px;
  }

  .component7_link_toptext {
    font-size: 2rem;
    padding: 0 15px 5px;
  }

  .component7_link_toptext::before {
    background-image: url(../img/column/component7_link_toptext_deco_left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 9px;
  }

  .component7_link {
    align-items: center;
    background-color: #eb5505;
    background-image: url(../img/column/application_link_arrow.png);
    background-position: right 17px center;
    background-repeat: no-repeat;
    background-size: 44px 44px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    height: 85px;
    justify-content: center;
    margin: 7px auto 0;
    width: 410px;
  }

  .component7_link_inner {
    font-size: 2.4rem;
  }

  .component7_remark {
    justify-content: center;
    margin: 65px auto 0;
    max-width: 820px;
  }

  .component7_remark_img_wrapper {
    width: 170px;
  }

  .component7_remark_text_wrapper {
    margin-left: 30px;
  }

  .component7_link.bgcolor {
    background-color: #0e0d6a;
    background-image: url(../img/column/application_link_arrow2.png);
  }
}

/* ------------------------------------------
  component8
------------------------------------------ */
.component8 {
  padding-top: 0;
}

.sec_title.component8 {
  font-size: 2.1rem;
}

@media screen and (min-width: 767px) {
  .component8 {
    padding-top: 0;
  }

  .sec_title.component8 {
    font-size: 3.5rem;
  }
}

/* ------------------------------------------
  component9
------------------------------------------ */
.component9 {
  padding: 0 0 10px;
}

.sec_title.component9 {
  font-size: 2.1rem;
}

.component9_item_list {
  margin-top: 10px;
}

.component9_item {
  border: 4px solid #eb5505;
  border-radius: 16px;
  display: flex;
  margin: 20px auto 0;
  max-width: 900px;
}

.component9_item:first-child {
  margin-top: 0;
}

.component9_item_img_wrapper {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  padding: 0 10px;
  width: 38.8%;
}

.component9_item_img {
  margin: 0 auto;
  width: 107px;
}

.component9_item_text_wrapper {
  background-color: #ffede3;
  border-radius: 0 16px 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 17px 15px;
}

.component9_item_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.3;
}

@media screen and (min-width: 767px) {
  .component9 {
    padding: 0;
  }

  .sec_title.component9 {
    font-size: 3.5rem;
  }

  .component7_link_inner.small {
    font-size: 2rem;
  }

  .component9_item_list {
    margin-top: 24px;
  }

  .component9_item {
    margin-top: 10px;
  }

  .component9_item_img_wrapper {
    padding: 22px 0 0;
    width: 18.9%;
  }

  .component9_item_img {
    margin: 0 auto;
    width: 95px;
  }

  .component9_item_text_wrapper {
    border-radius: 0 12px 12px 0;
    padding: 0 21px;
  }

  .component7_link_wrapper.component9 {
    margin-top: 30px;
  }
}

/* ------------------------------------------
  component10
------------------------------------------ */
.component10_list {
  background-color: #fcf4ec;
  margin-top: 17px;
  padding: 13px 20px;
}

.component10_list + .component4_item_img_left_text_wrap_text {
  margin-top: 13px;
}

.component10_list_item {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 3px;
  padding-left: 20px;
  position: relative;
}

.component10_list_item::before {
  color: #eb5505;
  content: '・';
  font-size: 3rem;
  left: -12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.component4_item_img_left + .component4_item_img_left_text_wrap_text {
  margin-top: 17px;
}

@media screen and (min-width: 767px) {
  .component4_item_img_left_img_wrap.component10 {
    width: 48.6%;
  }

  .component4_item_img_left.component10 {
    margin-top: 57px;
  }

  .component4_item_img_left + .component4_item_img_left_text_wrap_text {
    margin-top: 13px;
  }
}

/* ------------------------------------------
  component11
------------------------------------------ */
.component .sec_title.component11::before {
  display: none;
}

.sec_title_bubble.component11 {
  background-color: #eb5505;
  border-radius: 4px;
  color: #fff;
  display: table;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 20px;
  padding: 6px 34px;
  position: relative;
}

.text_center.component11 + .text_center.component11 {
  margin-top: 26px;
}

.list_3columns {
  margin-top: 13px;
}

.list_3columns_item {
  background-color: #fff;
  border: 1px solid #707070;
  margin-top: 8px;
}

.list_3columns_item :first-child {
  margin-top: 0;
}

.list_3columns_heading {
  background-color: #eb5505;
  border-bottom: 1px solid #707070;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 13px 0;
  text-align: center;
}

.list_3columns_list {
  padding: 9px 10px;
}

.list_3columns_list_item {
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 15px;
  position: relative;
}

.list_3columns_list_item::before {
  background-color: #eb5505;
  border-radius: 50%;
  content: '';
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 7px;
}

.list_3columns + .component4_item_img_left_text_wrap_text {
  margin-top: 25px;
}

.text_left.component11 {
  line-height: 1.8;
}

@media screen and (min-width: 767px) {
  .sec_title_bubble.component11 {
    margin: 0 auto 20px;
  }

  .component4_item_wrapper.component11 {
    margin-top: 56px;
  }

  .component4_item_wrapper.timing {
    margin-top: 65px;
  }

  .component .sec_title.component11 {
    padding-top: 0;
  }

  .sec_title_text.component11 {
    font-size: 2.8rem;
    padding-top: 0;
  }

  .component4_item.component10 {
    margin-top: 80px;
  }

  .component4_item.homeloan {
    margin-top: 50px;
  }

  .component4_item.component10:first-child {
    margin-top: 0;
  }

  .list_3columns {
    display: flex;
    margin-top: 24px;
  }

  .list_3columns_list {
    padding: 9px 12px;
  }

  .list_3columns_item {
    border-left: none;
    margin-top: 0;
    width: 33.3333%;
  }

  .list_3columns_item:first-child {
    border-left: 1px solid #707070;
  }

  .list_3columns_list_item {
    font-size: 1.6rem;
    padding-left: 20px;
  }

  .list_3columns_list_item::before {
    background-color: #eb5505;
    border-radius: 50%;
    content: '';
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 7px;
  }
}

/* ------------------------------------------
  component12
------------------------------------------ */
.text_center.component12 {
  margin-top: 35px;
}

/* ------------------------------------------
  table
------------------------------------------ */
.table_wrapper {
  margin-top: 27px;
  overflow-x: scroll;
  padding-right: 20px;
  width: calc(100vw + 20px);
}

.table {
  background-color: #f7f7f7;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 20px;
  min-width: 480px;
  white-space: nowrap;
  width: 100%;
}

.table_arrow.arrow1 {
  position: relative;
}

.table_arrow.arrow1::after {
  background-image: url(../img/column/table_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  top: -166px;
  width: 15px;
  z-index: 2;
}

.table_arrow.arrow2 {
  position: relative;
}

.table_arrow.arrow2::after {
  background-image: url(../img/column/table_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  top: -173px;
  width: 15px;
  z-index: 2;
}

.table tr {
  border-bottom: 1px solid #e6e6e6;
}

.table tr:first-child {
  border-bottom: 1px solid #333;
}

.table tr:last-child {
  border-bottom: none;
}

.table th, .table td {
  font-weight: normal;
  padding: 14px 19px;
  vertical-align: middle;
}


.table th.center {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.table2 th.center {
  padding: 12px 16px;
}

.table2 td {
  padding: 16px 16px;
}

.ref {
  color: #888;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 20px;
}

.ref_link {
  color: #888;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: underline;
}

.ref + .component4_item_img_left_text_wrap_text {
  margin-top: 12px;
}

.ref + .ref {
  margin-top: 0;
}

.table_wrapper + .ref {
  margin-top: 16px;
}

.table_small {
  display: block;
  font-size: 1.3rem;
  line-height: 1.2;
}

.nisa_small {
  display: block;
  font-size: 1.3rem;
  line-height: 1.2;
}

@media screen and (min-width: 767px) {
  .table_wrapper {
    margin-top: 40px;
    overflow-x: auto;
    padding-right: 0;
    width: 100%;
  }

  .table {
    margin-right: 0;
    width: 100%;
  }

  .table_arrow.arrow2::after, .table_arrow.arrow1::after {
    display: none;
  }

  .ref + .component4_item_img_left_text_wrap_text {
    margin-top: 28px;
  }

  .table_small {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------
  simulation
------------------------------------------ */
.simulation_area {
  background-color: #fcf2e9;
  margin-top: 13px;
  padding: 24px 20px;
}

.simulation_area_heading {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 32px;
  padding-left: 40px;
}

.sub_title_simple.simulation + .component4_item_img_left.simulation {
  margin-top: 20px;
}

.component4_item_img_left.simulation + .component4_item_img_left_img_wrap.simulation {
  margin-top: 13px;
}

.simulation_area_heading.icon1 {
  background-image: url(../img/column/simulation_icona.png);
}

.simulation_area_heading.icon2 {
  background-image: url(../img/column/simulation_iconb.png);
  margin-top: 17px;
}

.simulation_area_heading.icon3 {
  background-image: url(../img/column/simulation_iconc.png);
  margin-top: 17px;
}

.rotate {
  display: block;
  transform: rotate(90deg);
}

.simulation_area_desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 9px;
  padding-left: 20px;
  position: relative;
}

.simulation_area_desc::before {
  color: #eb5505;
  content: '・';
  font-size: 3rem;
  left: -12px;
  position: absolute;
  top: -12px;
}

.simulation_area_desc + .ref {
  margin-top: 4px;
}

.sub_title_simple.simulation {
  font-size: 2.2rem;
  line-height: 1;
}

.simulation_calc {
  margin-top: 17px;
  text-align: center;
}

.simulation_calc_heading {
  background-color: #eb5505;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 13px 0;
}

.simulation_calc_desc {
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  padding: 9px;
}

.page_title_link.au.simulation {
  margin: 72px auto 0;
}

@media screen and (min-width: 767px) {
  .sec_title.simulation + .text_center {
    margin-top: 68px;
  }

  .text_center.simulation + .text_center.simulation {
    margin-top: 33px;
  }

  .simulation_area {
    margin-top: 27px;
    padding: 24px;
  }

  .simulation_area_item_wrapper {
    display: flex;
    justify-content: space-between;
  }

  .simulation_area_item {
    width: calc((100% - 30px) / 3);
  }

  .simulation_area_heading.icon2 {
    margin-top: 0;
  }

  .simulation_area_heading.icon3 {
    margin-top: 0;
  }


  .simulation_area_desc {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 9px;
    padding-left: 20px;
    position: relative;
  }

  .simulation_area_desc::before {
    color: #eb5505;
    content: '・';
    font-size: 3rem;
    left: -12px;
    position: absolute;
    top: -12px;
  }

  .simulation_area_desc + .ref {
    margin-top: 4px;
  }

  .sub_title_simple.simulation {
    font-size: 2.8rem;
    margin-top: 68px;
  }

  .sub_title_simple.simulation + .component4_item_img_left.simulation {
    margin-top: 40px;
  }

  /* .component4_item_img_left.simulation + .component4_item_img_left_img_wrap.simulation {
    margin-top: 35px;
  } */

  .simulation_calc {
    margin-top: 17px;
    text-align: center;
  }

  .simulation_calc_heading {
    background-color: #eb5505;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 13px 0;
  }

  .simulation_calc_desc {
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    padding: 9px;
  }

  .component2_item_wrapper.simulation {
    margin-top: 73px;
  }

  .component2_item.simulation {
    margin-top: 56px;
  }

  .page_title_link.au.simulation {
    border-radius: 45px;
    margin-top: 60px;
  }
}

/* ------------------------------------------
  下部共通部分
------------------------------------------ */
.go_to_list_link_wrapper.column {
  margin-top: 32px;
}

.go_to_list_link.column {
  background: #fff;
  border: 1px solid #eb5505;
  color: #333;
}

.new_posts_list1_img_wrapper {
  flex-shrink: 0;
  width: 38.8%;
}

.new_posts_list1_img_wrapper img {
  width: 100%;
}

.new_posts_list2.column .new_posts_list2 {
  display: flex;
  flex-wrap: wrap;
}

.new_posts_list2.column .new_posts_list2_item_link_inner {
  display: block!important;
}

.new_posts_list2.column .new_posts_list2_item {
  margin-left: 20px;
  width: calc((100% - 20px) / 2);
}

.new_posts_list2.column .new_posts_list2_item:nth-child(odd) {
  margin-left: 0;
}

.new_posts_list2.column .new_posts_list2_img {
  width: 100%!important;
}

.new_posts_list2.column .new_posts_list2_text_wrapper {
  margin-left: 0!important;
}

.new_posts_list2.column .new_posts_list2_item:nth-child(2) {
  margin-top: 0;
}

.new_posts_list2.column2 .new_posts_list2_item_link_inner {
  position: relative;
}

.new_posts_list2.column2 .ranking_item_list_item_img_label {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 46px;
  left: 0;
  position: absolute;
  top: 0;
  width: 46px;
}

/*  */
.new_posts_list2.column2 .new_posts_list2_item:nth-child(1) .ranking_item_list_item_img_label {
  background-image: url(../img/ranking_item_list_item_img_label_back5.png);
}

.new_posts_list2.column2 .new_posts_list2_item:nth-child(2) .ranking_item_list_item_img_label {
  background-image: url(../img/ranking_item_list_item_img_label_back6.png);
}

.new_posts_list2.column2 .new_posts_list2_item:nth-child(3) .ranking_item_list_item_img_label {
  background-image: url(../img/ranking_item_list_item_img_label_back7.png);
}

.new_posts_list2.column2 .new_posts_list2_item:nth-child(4) .ranking_item_list_item_img_label {
  background-image: url(../img/ranking_item_list_item_img_label_back8.png);
}

.new_posts_list2.column2 .new_posts_list2_item:nth-child(5) .ranking_item_list_item_img_label {
  background-image: url(../img/ranking_item_list_item_img_label_back9.png);
}

.new_posts_list2.column2 .new_posts_list2_item:nth-child(6) .ranking_item_list_item_img_label {
  background-image: url(../img/ranking_item_list_item_img_label_back10.png);
}
/*  */

.ranking_item_list2 .ranking_item_list_item:first-child .ranking_item_list_item_title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 6px;
}

.ranking_item_list_item:nth-child(2) {
  width: auto;
}

.ranking_item_list_item:nth-child(2) .ranking_item_list_item_label_date {
  display: inline-block;
  margin: 0 0 0 10px;
}

.ranking_item_list_item:nth-child(odd) {
  margin-left: 0;
}

.ranking_item_list_item:nth-child(4), .ranking_item_list_item:nth-child(6) {
  margin-left: 20px;
}

.ranking_item_list2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}

.ranking_item_list2 .ranking_item_list_item {
  width: calc((100% - 20px) / 2);
}

.ranking_item_list2 .ranking_item_list_item:nth-child(2) {
  margin: 0 0 0 20px;
}

.ranking_item_list2 .ranking_item_list_item:first-child .ranking_item_list_item_label_date, .ranking_item_list2 .ranking_item_list_item:nth-child(2) .ranking_item_list_item_label_date {
  display: block;
  margin: 10px 0 0;
}

.ranking_item_list2 .ranking_item_list_item:nth-child(1) .ranking_item_list_item_img_label {
  background-image: url(../img/ranking_item_list_item_img_label_back5.png);
}

.ranking_item_list2 .ranking_item_list_item:nth-child(2) .ranking_item_list_item_img_label {
  background-image: url(../img/ranking_item_list_item_img_label_back6.png);
}

.ranking_item_list2 .ranking_item_list_item:nth-child(3) .ranking_item_list_item_img_label {
  background-image: url(../img/ranking_item_list_item_img_label_back7.png);
}

.ranking_item_list2 .ranking_item_list_item:nth-child(4) .ranking_item_list_item_img_label {
  background-image: url(../img/ranking_item_list_item_img_label_back8.png);
}

.ranking_item_list2 .ranking_item_list_item:nth-child(5) .ranking_item_list_item_img_label {
  background-image: url(../img/ranking_item_list_item_img_label_back9.png);
}

.ranking_item_list2 .ranking_item_list_item:nth-child(6) .ranking_item_list_item_img_label {
  background-image: url(../img/ranking_item_list_item_img_label_back10.png);
}

.category_title.column {
  line-height: 1.1;
}

@media screen and (min-width: 767px) {
  .ranking_item.active {
    border: none;
    display: block;
    margin-top: 50px;
    padding: 0;
  }

  .ranking_item_list {
    margin-top: 35px;
    position: relative;
  }

  .ranking_item_list_item:first-child {
    float: left;
  }
  .ranking_item_list_item:first-child {
    left: 0;
    position: relative;
    top: 0;
    width: 45.5%;
  }

  .ranking_item_list_item:nth-child(2) {
    margin-left: auto;
    width: 46.4%;
  }

  .ranking_item_list_item:nth-child(3) {
    margin-left: auto;
    width: 46.4%;
  }

  .ranking_item_list_item:nth-child(4) {
    margin-left: auto;
    width: 46.4%;
  }

  .new_posts_list1_img_wrapper {
    width: auto;
  }

  .new_posts_list1_img_wrapper img {
    flex-shrink: 0;
    width: 54.1%;
  }

  .new_posts_list2.column .new_posts_list2 {
    display: flex;
    flex-wrap: wrap;
  }

  .new_posts_list2.column .new_posts_list2_item_link_inner {
    display: block!important;
  }

  .new_posts_list2.column .new_posts_list2_item {
    margin-left: 20px;
    width: calc((100% - 20px) / 2);
  }

  .new_posts_list2.column .new_posts_list2_item:nth-child(odd) {
    margin-left: 0;
  }

  .new_posts_list2.column .new_posts_list2_img {
    width: 100%!important;
  }

  .new_posts_list2.column .new_posts_list2_text_wrapper {
    margin-left: 0!important;
  }

  .new_posts_list2.column .new_posts_list2_item:nth-child(2) {
    margin-top: 0;
  }

  /*  */
  .new_posts_list2.column2 .new_posts_list2_item_link_inner {
    position: relative;
  }

  .new_posts_list2.column2 .ranking_item_list_item_img_label {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 46px;
    left: 0;
    position: absolute;
    top: 0;
    width: 46px;
  }
  /*  */

  .ranking_item_list2 {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 35px;
  }

  .ranking_item_list2 .ranking_item_list_item {
    margin-top: 25px;
    width: 46.4%;
  }

  .ranking_item_list2 .ranking_item_list_item:first-child {
    margin-top: 0;
    position: static;
    width: 46.4%;
  }

  .ranking_item_list2 .ranking_item_list_item:nth-child(2) {
    margin-left: auto;
  }

  .ranking_item_list2 .ranking_item_list_item:nth-child(3) {
    margin-left: 0;
  }

  .ranking_item_list_item:nth-child(4), .ranking_item_list_item:nth-child(6) {
    margin-left: auto;
  }

  .ranking_item_list2 .ranking_item_list_item:first-child .ranking_item_list_item_link_inner {
    display: flex;
  }

  .ranking_item_list2 .ranking_item_list_item:first-child .ranking_item_list_item_img_wrapper {
    flex-shrink: 0;
    width: 35.1%;
  }

  .ranking_item_list2 .ranking_item_list_item:first-child .ranking_item_list_item_text_wrapper {
    margin-left: 16px;
    margin-top: 0;
  }

  .ranking_item_list2 .ranking_item_list_item:first-child .ranking_item_list_item_label {
    margin: 0;
  }

  .ranking_item_list2 .ranking_item_list_item_link_inner {
    position: relative;
  }

  .ranking_item_list2 .ranking_item_list_item_img_label {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 46px;
    left: 0;
    position: absolute;
    top: 0;
    width: 46px;
  }

  footer {
    min-width: 1240px;
  }
}
