@charset "UTF-8";
@font-face {
  font-family: "alterFont";
  src: url("alternategotno2d.eot?") format("eot"), url("alternategotno2d.woff") format("woff");
}
html, body {
  height: 100%;
}

body {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-family: "Noto Sans JP";
  font-feature-settings: "palt";
  color: #333;
  line-height: 1.5;
  word-wrap: break-word;
  min-width: 1200px;
}
body.step2, body.faq, body.voluntarysale {
  background: #EEF5FF;
}
@media (max-width: 1024px) {
  body.checked {
    height: 100vh;
    overflow: hidden;
    position: fixed;
  }
}
@media (max-width: 500px) {
  body {
    min-width: initial;
  }
}

a {
  color: #333;
  transition: 0.5s;
}
a:hover {
  color: #004097;
}
a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  background-repeat: no-repeat;
  margin-left: 0.25rem;
}
@media (min-width: 500px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 500px) {
  img {
    max-width: 100%;
  }
}

.sp {
  display: none;
}
@media (max-width: 1024px) {
  .sp {
    display: inline-block;
  }
  .sp.bl {
    display: none;
  }
}
@media (max-width: 500px) {
  .sp {
    display: inline-block;
  }
  .sp.bl {
    display: block;
  }
}

.pc {
  display: inline-block;
}
.pc.bl {
  display: block;
}
@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}
@media (max-width: 500px) {
  .pc {
    display: none;
  }
  .pc.bl {
    display: none;
  }
}

h3 {
  line-height: 1.5;
}

.alignRight {
  text-align: right;
}

.mgBottom20 {
  margin-bottom: 1.25vw;
}

.mgBottom30 {
  margin-bottom: 1.875vw;
}

.mgBottom40 {
  margin-bottom: 2.5vw;
}

.mgBottom60 {
  margin-bottom: 3.75vw;
}

.mgTopBottom60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.pdTopBottom60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.alterFont {
  font-family: "alterFont", "Noto Sans JP", sans-serif;
}

.alphanumericFont {
  font-family: "Libre Caslon Display", serif;
}

.contentsBox1600 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  background-color: #EEF5FF;
}
.contentsBox1600#trouble {
  padding: 10.625rem 0 5rem;
}

.shadowDraw {
  border-radius: 1.25rem;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
}

.voluntarysale main, .leaseback main, .property main {
  padding-top: 100px;
}
@media (max-width: 500px) {
  .voluntarysale main, .leaseback main, .property main {
    padding-top: 50px;
  }
}
#sellflow main, #faq main, #comparison main {
  padding-bottom: 80px;
}
@media (max-width: 500px) {
  #sellflow main, #faq main, #comparison main {
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  #comparison main {
    padding-bottom: 40px;
  }
}
.step2 main {
  padding-top: 70px;
}
@media (max-width: 500px) {
  .step2 main {
    padding-top: 50px;
  }
}
.send main {
  padding-top: 80px;
  background-color: #EEF5FF;
  overflow: hidden;
}

#companyAbout {
  padding-top: 100px;
}
@media (max-width: 500px) {
  #companyAbout {
    padding-top: 50px;
  }
}

.headerWrap {
  height: 600px;
  background: url("/images/img_topBg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 11;
}
#contact .headerWrap, #privacy .headerWrap, .sell .headerWrap, .step2 .headerWrap, .voluntarysale .headerWrap, .company .headerWrap, .leaseback .headerWrap, .property .headerWrap, .flow .headerWrap, .comparison .headerWrap, .faq .headerWrap, .send .headerWrap {
  height: 70px;
  background: none;
}
@media (max-width: 500px) {
  #contact .headerWrap, #privacy .headerWrap, .sell .headerWrap, .step2 .headerWrap, .voluntarysale .headerWrap, .company .headerWrap, .leaseback .headerWrap, .property .headerWrap, .flow .headerWrap, .comparison .headerWrap, .faq .headerWrap, .send .headerWrap {
    height: 50px;
    padding-bottom: 0;
  }
}
.step2 .headerWrap {
  display: none;
}
.headerWrap .headerItemMessage {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 500px) {
  .headerWrap .headerItemMessage {
    margin-top: 50px;
  }
}
.headerWrap .headerItemMessage .topHeaderMessageTxt {
  padding-top: 4.8rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
}
@media (max-width: 500px) {
  .headerWrap .headerItemMessage .topHeaderMessageTxt {
    font-size: 6vw;
    padding-top: 3rem;
  }
}
.headerWrap .headerItemMessage .topHeaderMessageTxt .largeTxt {
  font-size: 3.75rem;
}
@media (max-width: 500px) {
  .headerWrap .headerItemMessage .topHeaderMessageTxt .largeTxt {
    font-size: 9vw;
  }
}
.headerWrap .headerItemMessage .topHeaderMessageTxt .topHeaderMessageTxtSpSmall {
  font-size: 2.5rem;
}
@media (max-width: 500px) {
  .headerWrap .headerItemMessage .topHeaderMessageTxt .topHeaderMessageTxtSpSmall {
    font-size: 4vw;
  }
}
.headerWrap .headerItemMessage .topHeaderMessageTxt .topHeaderMessageTxtSpSmall .largeTxt {
  font-size: 3.2rem;
}
@media (max-width: 500px) {
  .headerWrap .headerItemMessage .topHeaderMessageTxt .topHeaderMessageTxtSpSmall .largeTxt {
    font-size: 5vw;
  }
}
.headerWrap .headerItemMessage .topHeaderMessageTxt .sp {
  display: none;
}
@media (max-width: 500px) {
  .headerWrap .headerItemMessage .topHeaderMessageTxt .sp {
    display: inline-block;
  }
}
.headerWrap .headerItemMessage .topHeaderMessageTxtSub {
  font-size: 1.4375rem;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 5rem;
}
@media (max-width: 500px) {
  .headerWrap .headerItemMessage .topHeaderMessageTxtSub {
    font-size: 3vw;
    margin-bottom: 2.5rem;
  }
}
.headerWrap .headerItemMessage .messageImg {
  margin: 8.125rem 0 6.25rem;
}
.headerWrap .headerItemMessage .messageText {
  text-align: center;
}
.headerWrap .headerItemMessage .messageText .strongText {
  font-size: 2.25rem;
  font-weight: 600;
}
.headerWrap .headerItemMessage .messageText .strongText:not(:last-child) {
  margin-right: 0.5rem;
}
#contact .headerWrap .headerItemMessage, #privacy .headerWrap .headerItemMessage {
  display: none;
}
.headerWrap .headerItemMessage .headerItemMessageNavi {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .headerWrap .headerItemMessage .headerItemMessageNavi {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .headerWrap .headerItemMessage .headerItemMessageNavi {
    display: block;
  }
}

.headerItemMessageNaviItem {
  width: 480px;
}
@media (max-width: 500px) {
  .headerItemMessageNaviItem {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .headerItemMessageNaviItem.sell {
    margin-bottom: 2rem;
  }
}

.headerItemMessageNaviItemTitle {
  background: #004097;
  border-radius: 15px 15px 0 0;
  font-size: 1.375rem;
  color: #fff;
  font-weight: 700;
  padding: 13px 0;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 500px) {
  .headerItemMessageNaviItemTitle {
    font-size: 1.2rem;
  }
}
.nini .headerItemMessageNaviItemTitle {
  background: #3284F6;
}

.headerItemMessageNaviContent {
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center center;
}
@media (max-width: 500px) {
  .headerItemMessageNaviContent {
    background-position: right center;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    background-position: center center;
  }
}
.sell .headerItemMessageNaviContent {
  background-image: url("/images/img_topSagaProf.png");
}
.nini .headerItemMessageNaviContent {
  background-image: url("/images/img_topnini.png");
}

.headerItemMessageNaviContentItem {
  background: rgba(255, 255, 255, 0.9);
  padding: 26px 15px 30px;
  border-radius: 0 0 15px 15px;
}

.headerItemMessageNaviSection {
  margin-bottom: 26px;
}
@media (max-width: 500px) {
  .headerItemMessageNaviSection {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .headerItemMessageNaviSection ul {
    text-align: left;
    display: inline-block;
    font-size: 4.5vw;
  }
}
@media (max-width: 500px) {
  .headerItemMessageNaviSection ul li {
    text-indent: -0.5em;
    padding-left: 0.5em;
  }
}

.headerItemMessageNaviSectionTitle {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .headerItemMessageNaviSectionTitle {
    text-align: center;
    font-size: 5vw;
  }
}

.headerItemMessageNaviLink {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 17px 60px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  border-width: 2px;
  border-style: solid;
}
@media (max-width: 500px) {
  .headerItemMessageNaviLink {
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
  }
}
.headerItemMessageNaviLink::after {
  font-family: "Material Icons";
  content: "east";
  position: absolute;
  top: 1.125rem;
  right: 2.4rem;
}
@media (max-width: 500px) {
  .headerItemMessageNaviLink::after {
    top: 16px;
    right: 1rem;
  }
}
.sell .headerItemMessageNaviLink {
  background: #fff000;
  border-color: #fff000;
}
.sell .headerItemMessageNaviLink:hover {
  background: #fff;
  opacity: 1;
  color: #333;
}
.nini .headerItemMessageNaviLink {
  background: #f29600;
  border-color: #f29600;
  color: #fff;
}
.nini .headerItemMessageNaviLink:hover {
  background: #fff;
  opacity: 1;
  color: #333;
}

.headerItemGroup {
  display: none !important;
  display: flex;
  height: 60px;
  background: linear-gradient(#004097, #002F7B);
  color: #FFF;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.headerItemGroup a {
  height: 100%;
  display: flex;
  align-items: center;
}
.headerItemGroup a[target=_blank]::after {
  display: none;
}
.headerItemGroup p {
  font-size: 0.875rem;
  font-weight: 600;
}
.headerItemGroup img {
  width: 224px;
  height: 29px;
  position: relative;
  top: 4%;
}

.headerMenu {
  background-color: #EEF5FF;
}
.headerMenu.fixBar {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}
.headerMenuWrap {
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .checked .headerMenuWrap {
    background: #fff;
  }
}
.headerMenu .logo {
  width: 251px;
  margin-left: 1.875rem;
  font-size: 1.25rem;
}
.headerMenu .headerMenuLink {
  margin: 0 0.875rem 0 auto;
}
.headerMenu .headerMenuLink ul {
  display: flex;
}
.headerMenu .headerMenuLink ul li {
  margin: 0 1rem;
  font-size: 1rem;
  font-weight: bold;
}
.headerMenu .headerMenuLink ul li a:hover {
  color: #004097;
}
.headerMenu ul.floatLink {
  display: flex;
  flex-flow: column;
  position: fixed;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  text-align: right;
  z-index: 10;
  display: none;
}
.headerMenu ul.floatLink li {
  margin: 1rem 0;
}
.headerMenu ul.floatLink li :hover .floatLinkText {
  display: block;
  margin-right: 0.5rem;
}
.headerMenu ul.floatLink a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
}
.headerMenu ul.floatLink .floatLinkText {
  display: none;
  color: rgba(165, 165, 165, 0.8);
  letter-spacing: 0;
}
.headerMenu ul.floatLink .floatLinkDot {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.5rem;
  background: rgba(165, 165, 165, 0.8);
  border-radius: 100%;
  display: block;
}
.headerMenu ul.floatLink .is-show .floatLinkText {
  color: #004097;
}
.headerMenu ul.floatLink .is-show .floatLinkDot {
  background: #004097;
}
.headerMenuPhone {
  margin-right: 1.875rem;
  display: flex;
  align-items: center;
}
.headerMenuPhoneImg {
  width: 38px;
  height: 38px;
  margin-right: 0.5rem;
}
.headerMenuPhoneImg svg {
  width: 100%;
  height: 100%;
  fill: #004097;
}
.headerMenuPhoneNumber {
  text-align: center;
  line-height: 1;
}
.headerMenuPhoneNumber .infoTel {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 5px;
  top: -5px;
}
.headerMenuPhoneNumber .infoTime {
  font-size: 0.75rem;
  font-weight: 300;
}
.headerMenuButton {
  height: 100%;
  padding: 0 1.875rem 0 3.75rem;
  display: flex;
  color: #FFF;
  background: #004097;
  font-size: 1rem;
  font-weight: 500;
  align-items: center;
  position: relative;
}
.headerMenuButtonFree {
  margin-right: 0.5rem;
  padding: 0.25rem;
  color: #FFF000;
  border: 1px solid #FFF000;
  line-height: 1;
}
.headerMenuButton:hover {
  color: #FFF;
  opacity: 0.8;
}
.headerMenuButton[target=_blank]::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE5IDE5SDVWNWg3VjNINWMtMS4xMSAwLTIgLjktMiAydjE0YzAgMS4xLjg5IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0ydi03aC0ydjd6TTE0IDN2MmgzLjU5bC05LjgzIDkuODMgMS40MSAxLjQxTDE5IDYuNDFWMTBoMlYzaC03eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==");
}
.headerMenuButton::before {
  font-family: "Material Icons";
  content: "mail";
  position: absolute;
  top: 36%;
  left: 1.875rem;
  font-size: 1.5rem;
  line-height: 1;
}
@media (max-width: 500px) {
  .headerMenuButton::before {
    font-size: 18px;
    left: 16px;
    top: 10px;
  }
}
.headerMenuButton .txtMini .txtMiniSp {
  display: none;
}

.innerBox1200 {
  max-width: 1200px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .innerBox1200 {
    width: 96%;
  }
}
@media (max-width: 500px) {
  .innerBox1200 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.innerBox1000 {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  padding: 80px 0;
}
@media (max-width: 500px) {
  .innerBox1000 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.innerBox900 {
  max-width: 900px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  padding: 80px 0;
}
@media (max-width: 500px) {
  .innerBox900 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.sectionBox {
  margin-top: 5rem;
  padding: 4rem;
  background-color: #FFF;
  position: relative;
}
.sell .sectionBox {
  padding: 0 4rem;
}
@media (max-width: 1200px) {
  .sell .sectionBox.system {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .sell .sectionBox.system {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .sell .sectionBox {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .sell .sectionBox.voice {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
  }
}

.contentsHeader {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
.trouble .contentsHeader {
  margin-bottom: 3.75rem;
}
@media (max-width: 500px) {
  .trouble .contentsHeader {
    margin-bottom: 30px;
    font-size: 6vw;
  }
}

.troubleInnerBox, .topcatchInnerBox {
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .troubleInnerBox, .topcatchInnerBox {
    padding: 2.5rem 0;
  }
}

.troubleImgWrap .troubleContentsTop, .troubleImgWrap .topcatchContentsTop, .topcatchImgWrap .troubleContentsTop, .topcatchImgWrap .topcatchContentsTop {
  width: 100%;
  padding: 0 7.5rem;
  border-radius: 20px;
  position: relative;
}
.troubleImgWrap .troubleContentsTopImg, .troubleImgWrap .topcatchContentsTopImg, .topcatchImgWrap .troubleContentsTopImg, .topcatchImgWrap .topcatchContentsTopImg {
  width: 800px;
  height: auto;
  margin-left: auto;
  border-radius: 20px;
  overflow: hidden;
}
.troubleImgWrap .troubleContentsTopText, .troubleImgWrap .topcatchContentsTopText, .topcatchImgWrap .troubleContentsTopText, .topcatchImgWrap .topcatchContentsTopText {
  width: 608px;
  padding: 3.75rem;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
}
.troubleImgWrap .troubleContentsTopText h4, .troubleImgWrap .topcatchContentsTopText h4, .topcatchImgWrap .troubleContentsTopText h4, .topcatchImgWrap .topcatchContentsTopText h4 {
  margin-top: -1rem;
  font-size: 1.75rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
  margin-bottom: 1.75rem;
  color: #004097;
  position: relative;
}
.troubleImgWrap .troubleContentsTopText h4.topcatchContentsTopTitle, .troubleImgWrap .topcatchContentsTopText h4.topcatchContentsTopTitle, .topcatchImgWrap .troubleContentsTopText h4.topcatchContentsTopTitle, .topcatchImgWrap .topcatchContentsTopText h4.topcatchContentsTopTitle {
  color: #333;
}
.troubleImgWrap .troubleContentsTopText h4 span, .troubleImgWrap .topcatchContentsTopText h4 span, .topcatchImgWrap .troubleContentsTopText h4 span, .topcatchImgWrap .topcatchContentsTopText h4 span {
  width: 30px;
  height: 1px;
  margin-right: 0.5rem;
  background-color: #004097;
  display: inline-block;
  vertical-align: middle;
  display: none;
}
.troubleImgWrap .troubleContentsTopText h4::after, .troubleImgWrap .topcatchContentsTopText h4::after, .topcatchImgWrap .troubleContentsTopText h4::after, .topcatchImgWrap .topcatchContentsTopText h4::after {
  content: "";
  width: 30px;
  bottom: 0;
  position: absolute;
  height: 1px;
  background-color: #004097;
  left: 0;
}
@media (max-width: 500px) {
  .troubleImgWrap .troubleContentsTopText h4::after, .troubleImgWrap .topcatchContentsTopText h4::after, .topcatchImgWrap .troubleContentsTopText h4::after, .topcatchImgWrap .topcatchContentsTopText h4::after {
    content: none;
  }
}
.troubleImgWrap .troubleContentsTopText p, .troubleImgWrap .topcatchContentsTopText p, .topcatchImgWrap .troubleContentsTopText p, .topcatchImgWrap .topcatchContentsTopText p {
  margin-top: -0.5rem;
  font-size: 1.1rem;
}
.troubleImgWrap .troubleContentsTopText p.topcatchContentsTopSummary, .troubleImgWrap .topcatchContentsTopText p.topcatchContentsTopSummary, .topcatchImgWrap .troubleContentsTopText p.topcatchContentsTopSummary, .topcatchImgWrap .topcatchContentsTopText p.topcatchContentsTopSummary {
  color: #004097;
  font-weight: 700;
  margin-bottom: 1.75rem;
}

.topcatchImgWrap {
  margin-bottom: 80px;
}
@media (max-width: 500px) {
  .topcatchImgWrap {
    margin-bottom: 0;
  }
}
.topcatchImgWrap .topcatchContentsTopText {
  padding: 3rem 3.75rem;
  width: 700px;
}
.topcatchImgWrap .topcatchContentsTopText h4 {
  margin-top: 0;
  line-height: 1em;
  font-size: 2rem;
  padding-bottom: 0;
}
.topcatchImgWrap .topcatchContentsTopText h4::after {
  content: none;
}
.topcatchImgWrap .topcatchContentsTopText h4.sub {
  font-size: 1.1rem;
  display: inline-block;
  border: 1px solid;
  padding: 8px 16px;
  margin-bottom: 10px;
}
.topcatchImgWrap .topcatchContentsTopText h4.sub::after {
  content: none;
}
@media (max-width: 500px) {
  .topcatchImgWrap .topcatchContentsTopText h4.topcatchContentsTopTitle {
    margin-bottom: 20px;
  }
}
.topcatchImgWrap .topcatchContentsTopText p {
  margin-top: 0;
  margin-bottom: 20px;
}
.topcatchImgWrap .topcatchContentsTopText p.sub {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.topcatchImgWrap .topcatchContentsTopImg {
  width: 700px;
}
@media (max-width: 500px) {
  .topcatchImgWrap .subCatchWrap {
    text-align: center;
  }
}

.troubleballoon {
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.troubleBg .sectionBox {
  margin-top: 0;
  margin-bottom: 1.75rem;
  padding: 3rem;
  border-radius: 24px;
}
.troubleBg .sectionBox::after {
  content: "";
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #EEF5FF;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  transform: rotate(-45deg);
}

.troubleballoon {
  font-size: 1.1rem;
}
@media (max-width: 500px) {
  .troubleballoon {
    font-size: 1rem;
  }
}
.troubleballoonSubTitle {
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 500px) {
  .troubleballoonSubTitle {
    font-size: 1.2rem;
  }
}
.troubleballoonTitle {
  font-size: 2.625rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.225rem;
}
@media (max-width: 500px) {
  .troubleballoonTitle {
    font-size: 7.5vw;
    margin-bottom: 1.5rem;
  }
}

.consultation.full {
  width: 100%;
  background-color: #004097;
  color: #FFF;
}
.consultation .innerBox1200 {
  text-align: center;
  padding: 60px 0;
}
.consultation h3 {
  font-size: 2.5rem;
  font-weight: 800;
}
.consultation h3 .topDot {
  position: relative;
}
.consultation h3 .topDot::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 auto;
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  background: #FFF000;
  border-radius: 100%;
}
.consultation .consultationLink {
  width: 100%;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
}
.consultation .consultationLink a {
  max-width: 400px;
  width: 100%;
  margin: 0 0.75rem;
  padding: 1.0625rem 0;
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 40px;
}
.consultation .consultationLinkLeft {
  background-color: #FFF000;
}
.consultation .consultationLinkLeft::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE5IDE5SDVWNWg3VjNINWMtMS4xMSAwLTIgLjktMiAydjE0YzAgMS4xLjg5IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0ydi03aC0ydjd6TTE0IDN2MmgzLjU5bC05LjgzIDkuODMgMS40MSAxLjQxTDE5IDYuNDFWMTBoMlYzaC03eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==");
}
.consultation .consultationLinkRight {
  background-color: #FFF;
}

.threePoints h3 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3.75rem;
}
.threePoints h3 span {
  color: #004097;
  font-size: 3.75rem;
}
.threePointsWrap {
  display: flex;
}
.threePointsContents {
  width: 380px;
  height: 380px;
  margin-right: 1.875rem;
  background-color: #FFF;
  position: relative;
}
.threePointsContents:last-child {
  margin-right: 0;
}
.threePointsContentsImg {
  width: 380px;
  height: 190px;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.threePointsContentsImg img {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.threePointsContentsImg span {
  width: 5rem;
  position: absolute;
  bottom: -1.3rem;
  left: 0.8rem;
  font-size: 8rem;
  font-style: normal;
  line-height: 1;
  color: #004097;
  opacity: 0.5;
  z-index: 2;
}
.threePointsContents .threePointsNo {
  width: 5rem;
  position: absolute;
  left: 0.8rem;
  font-size: 8rem;
  font-style: normal;
  line-height: 1;
  color: #004097;
  opacity: 0.5;
  z-index: 2;
  top: 82px;
}
@media (max-width: 1024px) {
  .threePointsContents .threePointsNo {
    top: 0.7em;
  }
}
.threePointsContentsText {
  padding: 1.75rem;
}
.threePointsContentsText h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.threePointsContentsText p {
  font-size: 1.1rem;
  font-weight: 300;
}
@media (max-width: 500px) {
  .threePointsContentsText p {
    font-size: 1rem;
  }
}

.aboutPurchase > div {
  padding: 60px 0;
  /*&:first-child{
      padding-top: 80px;
  }*/
}
.aboutPurchase > div:last-child {
  padding-bottom: 80px;
}
.aboutPurchase > div.propertyPurchase {
  padding-bottom: 0;
}

.propertyPurchase h3 {
  margin-bottom: 3.75rem;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.propertyPurchaseWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .propertyPurchaseWrap {
    margin-bottom: 20px;
  }
}
.propertyPurchaseContents {
  width: calc(100% / 4 - 1rem);
  margin-bottom: 1.5rem;
  overflow: hidden;
  background-color: #FFF;
}
.propertyPurchaseContents:nth-of-type(4n) {
  margin-right: 0;
}
.propertyPurchaseContentsImg {
  height: 180px;
  overflow: hidden;
  position: relative;
}
.propertyPurchaseContentsImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 115%;
}
.propertyPurchaseContentsText {
  padding: 0.5rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}
.propertyPurchase .moreLink {
  width: 400px;
  height: 70px;
  margin: 0 auto;
  border: 2px solid #004097;
  border-radius: 40px;
  color: #004097;
  font-size: 1.5rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .propertyPurchase .moreLink {
    width: 100%;
    height: 50px;
    font-size: 1.125rem;
  }
}
.propertyPurchase .moreLink:hover {
  background: #fff;
}

.purchaseArea h3 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
.purchaseAreaWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.purchaseAreaWrap p {
  font-size: 1.1rem;
}
@media (max-width: 500px) {
  .purchaseAreaWrap p {
    font-size: 1rem;
  }
}
.purchaseAreaContents {
  max-width: 625px;
  width: 100%;
  padding: 60px;
  background-color: #FFF;
}
.purchaseAreaContents h4 {
  font-size: 1.5rem;
  font-weight: 600;
}
.purchaseAreaContents .cityList {
  margin: 1rem 0;
  font-size: 1.18rem;
  word-break: keep-all;
}
@media (max-width: 500px) {
  .purchaseAreaContents .cityList {
    font-size: 1.2rem;
  }
}
.purchaseArea .sagaProfImg {
  max-width: 575px;
  width: 100%;
  height: auto;
}

.flowStep {
  width: 100%;
  background: url("/images/img_flowStepBg.jpg") no-repeat center;
  background-size: 100% auto;
  text-align: center;
}
.flowStep .bg {
  width: 100%;
  height: 100%;
  padding: 40px 0;
  background-color: rgba(0, 64, 151, 0.2);
}
.flowStep h3 {
  margin-bottom: 3.75rem;
  font-size: 2rem;
  font-weight: 600;
}
.flowStepWrap {
  display: flex;
  justify-content: center;
  border: 2px solid #004097;
  border-radius: 14px;
}
.flowStepWrap .flowStepContents:not(:last-child) .flowStepContentsTitle {
  border-right: 2px solid #FFF;
}
.flowStepWrap .flowStepContents:not(:last-child) .flowStepContentsItem {
  border-right: 2px solid #004097;
}
.flowStepWrap .flowStepContents:first-child .flowStepContentsItem {
  border-bottom-left-radius: 13px;
}
.flowStepWrap .flowStepContents:last-child .flowStepContentsItem {
  border-bottom-right-radius: 13px;
}
.flowStepContents {
  width: 240px;
}
.flowStepContents:first-child .flowStepContentsTitle {
  border-top-left-radius: 10px;
}
.flowStepContents:last-child .flowStepContentsTitle {
  border-top-right-radius: 10px;
}
.flowStepContentsTitle {
  background-color: #004097;
  color: #FFF;
  font-size: 1.875rem;
}
.flowStepContentsTitle span {
  font-size: 2.5625rem;
  line-height: 1;
}
.flowStepContentsItem {
  padding: 40px 0;
  background-color: #FFF;
}
.flowStepContentsItem .contentsItemTitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.leaseback {
  text-align: center;
}
.leaseback h3 {
  font-size: 2rem;
  font-weight: 600;
}
.leasebackPopup {
  width: 400px;
  height: 70px;
  margin: 60px auto 40px;
  background-color: #004097;
  border-radius: 10px;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leasebackPopup::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0;
  border-color: #004097 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.leasebackText {
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 600;
}
.leasebackImg {
  width: 700px;
  height: 354px;
  margin: 0 auto 60px;
}
.leasebackTextBottom {
  text-align: left;
  margin-bottom: 60px;
  font-size: 1.1rem;
}
.leasebackMoreLink {
  width: 400px;
  height: 70px;
  margin: 0 auto;
  background-color: #FFF;
  border: 2px solid #004097;
  border-radius: 40px;
  color: #004097;
  font-size: 1.5rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leaseback a[target=_blank]::after {
  display: none;
}

.topLeasebackBox {
  background-color: #EEF5FF;
}
.topLeasebackBoxWrap {
  background-color: #004097;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
}
@media (max-width: 500px) {
  .topLeasebackBoxWrap {
    flex-direction: column-reverse;
  }
}
.topLeasebackBoxImg {
  width: 500px;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
@media (max-width: 500px) {
  .topLeasebackBoxImg {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
}
.topLeasebackBoxText {
  width: 500px;
  padding: 40px;
  color: #FFF;
  text-align: center;
}
@media (max-width: 500px) {
  .topLeasebackBoxText {
    width: 100%;
    padding: 1.875rem;
  }
}
.topLeasebackBoxTextTop {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 500px) {
  .topLeasebackBoxTextTop {
    font-size: 3.5vw;
  }
}
.topLeasebackBoxTextTop::before {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  margin-left: 0.75rem;
  margin-right: 0.5rem;
  background-color: #FFF;
  vertical-align: middle;
}
@media (max-width: 500px) {
  .topLeasebackBoxTextTop::before {
    margin-left: 0;
  }
}
.topLeasebackBoxTextTop::after {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  margin-left: 0.5rem;
  background-color: #FFF;
  vertical-align: middle;
}
.topLeasebackBoxTextTitle {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .topLeasebackBoxTextTitle {
    display: block;
  }
}
.topLeasebackBoxTextTitle .titleLeft {
  margin-top: 0.5rem;
}
@media (max-width: 500px) {
  .topLeasebackBoxTextTitle .titleLeft {
    display: block;
    text-align: center;
    font-size: 5.5vw;
  }
}
.topLeasebackBoxTextTitle .titleRight {
  font-size: 2.25rem;
  font-weight: 800;
  color: #FFF000;
}
@media (max-width: 500px) {
  .topLeasebackBoxTextTitle .titleRight {
    display: block;
    text-align: center;
    font-size: 9vw;
  }
}
.topLeasebackBoxTextBottom {
  margin-bottom: 1.25rem;
  font-size: 1.1rem;
  font-weight: 600;
}
@media (max-width: 500px) {
  .topLeasebackBoxTextBottom {
    font-size: 3.2vw;
  }
}
.topLeasebackBoxTextBottom::before {
  content: "";
  display: block;
  margin-bottom: 0.25rem;
  border-top: 1px solid #FFF;
}
.topLeasebackBoxTextBottom::after {
  content: "";
  display: block;
  margin-top: 0.25rem;
  border-bottom: 1px solid #FFF;
}
.topLeasebackBoxText .topLeasebackBoxLink {
  width: 348px;
  height: 50px;
  margin: 0 auto;
  font-size: 1.25rem;
  font-weight: 800;
  border: 1px solid #004097;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004097;
  background: #fff;
}
.topLeasebackBoxText .topLeasebackBoxLink:hover {
  opacity: 0.8;
}
@media (max-width: 500px) {
  .topLeasebackBoxText .topLeasebackBoxLink {
    width: 100%;
    font-size: 1.125rem;
  }
}

.voluntarySale {
  width: 100%;
  margin: 0 auto;
  background-image: url("/images/img_flowStepBg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 500px) {
  .voluntarySale .innerBox1200 {
    padding-bottom: 40px;
  }
}
.voluntarySale h3 {
  margin-bottom: 3.75rem;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 500px) {
  .voluntarySale h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.voluntarySale .voluntaryHeadSection {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  font-size: 1.1rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 500px) {
  .voluntarySale .voluntaryHeadSection {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.voluntarySalePopupW {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .voluntarySalePopupW {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.voluntarySalePopupW .voluntarySalePopupWTitle {
  font-size: 1.2rem;
  max-width: 480px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
@media (max-width: 500px) {
  .voluntarySalePopupW .voluntarySalePopupWTitle {
    font-size: 1.1rem;
    padding: 1.875rem;
  }
}
.voluntarySalePopupW .voluntarySalePopupWTitle .voluntarySalePopupWPoint {
  font-weight: 700;
  color: #004097;
}
.voluntarySaleText {
  margin-bottom: 60px;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
}
.voluntarySaleText .voluntarySaleTextMain {
  font-size: 2.625rem;
  display: block;
}
@media (max-width: 500px) {
  .voluntarySaleText .voluntarySaleTextMain {
    font-size: 8vw;
  }
}
.voluntarySalePopupB {
  width: 240px;
  margin: 0 auto 30px;
  padding: 15px;
  position: relative;
  border-top: 1px solid #004097;
  border-bottom: 1px solid #004097;
  color: #004097;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
.voluntarySaleTextSmall {
  max-width: 1000px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
.voluntarySaleThreeMerit {
  margin: 60px auto 0;
}
.voluntarySaleThreeMerit h3 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
.voluntarySaleThreeMerit h3 span {
  font-size: 3.125rem;
  color: #004097;
}
.voluntarySaleThreeMeritWrap {
  display: flex;
  justify-content: space-between;
}
.voluntarySaleThreeMeritContents {
  width: 380px;
  padding: 30px;
  background-color: #FFF;
}
.voluntarySaleThreeMeritContents li:first-child {
  margin-bottom: 1rem;
}
.voluntarySaleListWrap {
  display: flex;
}
.voluntarySaleListWrapNumber {
  width: 20%;
  font-size: 5rem;
  font-style: italic;
  color: #004097;
  line-height: 1;
}
.voluntarySaleListWrapText {
  margin-left: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.voluntarySaleListWrapText p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.voluntarySaleMoreLink {
  width: 400px;
  height: 70px;
  margin: 0 auto;
  border: 2px solid #004097;
  border-radius: 40px;
  color: #004097;
  font-size: 1.5rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voluntarySaleMoreLink:hover {
  background: #fff;
}
.voluntarySale a[target=_blank]::after {
  display: none;
}

.broker {
  background-color: #EEF5FF;
}
.brokerWrap h3 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.brokerContentsPopup {
  width: 200px;
  padding: 0.75rem;
  margin: 0 auto 1.25rem;
  color: #FFF;
  background-color: #004097;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 30px;
}
.brokerContentsText {
  font-size: 1.1rem;
  text-align: center;
}

.brokerBox {
  text-align: center;
}
.brokerBox h3 {
  width: 266px;
  height: 50px;
  margin: 0 auto 1.75rem;
  font-size: 1.75rem;
  font-weight: 800;
  border: 1px solid #FFF;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .brokerBox h3 {
    border: 3px solid #004097;
    background: #fff;
    color: #004097;
  }
}
.brokerBox .yellowColorTitle {
  margin-bottom: 1rem;
  color: #FFF000;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 500px) {
  .brokerBox .yellowColorTitle {
    font-size: 1.3rem;
  }
}
.brokerBoxText {
  font-size: 1.1rem;
}
@media (max-width: 500px) {
  .brokerBoxText {
    font-size: 1rem;
  }
}

.companyAbout {
  background-color: #EEF5FF;
}
.companyAbout .innerBox1000 {
  padding-top: 0;
}
.companyAbout h2.pageHeader {
  margin-bottom: 100px;
}
@media (max-width: 500px) {
  .companyAbout h2.pageHeader {
    margin-bottom: 50px;
    font-size: 8vw;
  }
}
.companyAboutList ul {
  display: flex;
}
.companyAboutList ul:last-child li:first-child {
  border-bottom: 3px solid #004097;
}
.companyAboutList ul:last-child li:last-child {
  border-bottom: 1px solid #888;
}
.companyAboutList li:first-child {
  width: 300px;
  padding: 1rem 1.875rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-top: 3px solid #004097;
}
.companyAboutList li:last-child {
  width: 100%;
  padding: 1rem 1.875rem;
  margin: 1px 0;
  font-size: 1.125rem;
  border-top: 1px solid #888;
}
.companyAbout .groupLink ul {
  display: block;
}
.companyAbout .groupLink ul:last-child li:first-child {
  border-bottom: none;
}
.companyAbout .groupLink ul:last-child li:last-child {
  border-bottom: none;
}
.companyAbout .groupLink li:first-child {
  width: auto;
  padding: 0;
  font-size: normal;
  font-weight: normal;
  border-top: none;
}
.companyAbout .groupLink li:last-child {
  width: auto;
  padding: 0;
  margin: auto;
  font-size: normal;
  border-top: none;
}
.companyAbout .groupLink li a[target=_blank]::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE5IDE5SDVWNWg3VjNINWMtMS4xMSAwLTIgLjktMiAydjE0YzAgMS4xLjg5IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0ydi03aC0ydjd6TTE0IDN2MmgzLjU5bC05LjgzIDkuODMgMS40MSAxLjQxTDE5IDYuNDFWMTBoMlYzaC03eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==");
  background-size: 90%;
  position: relative;
  top: 4px;
}
.companyAbout .groupLink .KAITORI {
  display: none !important;
}

.acceseMap {
  background-color: #EEF5FF;
}
.acceseMap h3 {
  font-size: 3.125rem;
  text-align: center;
  margin-bottom: 60px;
}
.acceseMap #companyMap {
  width: 100%;
  height: 500px;
}

.footerLink {
  background-color: #EEF5FF;
}
.footerLink .innerBox1000 {
  padding: 40px 0;
}
.footerLink ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: 600;
}

.footer {
  height: 140px;
  background-color: #FFF;
  color: #333;
}
.footer .copyright {
  font-size: 0.875rem;
  font-weight: normal;
}
.footer .footerLogoMHG {
  width: 250px;
  height: auto;
}
.footer .footerLogoMHG a[target=_blank]::after {
  display: none;
}

.footerContentsGroup {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  padding: 0;
}
.footerContentsText {
  font-weight: normal;
}
@media (max-width: 500px) {
  .footerContentsText {
    display: flex;
    align-items: center;
    margin: 0 auto 12px;
    flex-flow: column;
  }
}
.footerContentsLink {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .footerContentsLink {
    margin: 0 auto;
    flex-flow: unset;
    justify-content: space-between;
  }
}
.footerContentsLink a {
  margin-left: 2rem;
}
@media (max-width: 500px) {
  .footerContentsLink a {
    margin-left: 0;
  }
}
.footerContentsLink a::after {
  display: none;
}
.footerContentsLink img {
  width: 165px;
  height: auto;
}
@media (max-width: 500px) {
  .footerContentsLink img {
    width: 80%;
    min-width: 150px;
  }
}

.contactPageTel {
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}
.contactPageTelText {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.contactPageTel a {
  width: 300px;
  margin: 0 auto;
  padding: 0.625rem;
  display: block;
  background-color: #EEF5FF;
  border-radius: 40px;
  line-height: 1;
}
.contactPageTelNo {
  font-size: 1.875rem;
  font-weight: 600;
}
.contactPageTel .businessHours {
  margin-top: 0.25rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
}

.contactPageSubText {
  width: 100%;
  margin: 1.5rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}

.formInput, .formConfirm, .formSend {
  display: none;
}
.formInput.active, .formConfirm.active, .formSend.active {
  display: block;
}

.contactPage {
  background-color: #EEF5FF;
}
#contact .contactPage {
  background-color: #FFF;
}
.contactPage .innerBox {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0;
}
.contactPage .formInput .inputListContentWrap .inputListContentItem {
  width: 500px;
  display: flex;
  flex-flow: column;
}
.contactPage .formInput .inputListContentWrap .inputListContentItem .inputListContent input {
  width: 100%;
}
@media (max-width: 500px) {
  .contactPage .formInput .inputListContentWrap .inputListContentItem {
    width: 100%;
  }
}
.contactPage .formInput .inputListContent.bottomLeftContent {
  padding: 0 0 20px 0;
  width: 41%;
}
.contactPage .formInput .inputListContent.bottomRightContent {
  padding: 0 0 20px 0;
}
.contactPage .formInput .inputListContent input:read-only {
  background-color: #e6e6e6;
}

h1.pageTitle {
  margin-bottom: 30px;
  font-size: 3.125rem;
  font-weight: 600;
  text-align: center;
}

.formInput .contactHeaderCaution {
  margin-bottom: 60px;
}
.formInput li {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.formInput li.hideList, .formInput li.houhouOption {
  display: none;
}
.formInput li.hideList.active, .formInput li.houhouOption.active {
  display: flex;
}
.formInput li.noMargin {
  margin-bottom: 0;
}
.formInput .inputListTitle {
  width: 250px;
  min-width: 250px;
  padding: 1rem 0;
  display: inline-block;
  font-weight: 600;
  vertical-align: top;
}
.formInput .inputListTitle .must {
  margin-left: 1rem;
  padding: 0 10px;
  background: #FFF000;
  color: #333;
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.8em;
}
@media (max-width: 500px) {
  .formInput .inputListTitle .must {
    margin-left: 15px;
  }
}
.formInput .inputListTitle .must.ok {
  background: #004097;
  color: #FFF;
}
.formInput .inputListContent {
  margin: auto 0;
}
.formInput .inputListContent select, .formInput .inputListContent textarea, .formInput .inputListContent input {
  width: 500px;
  height: 50px;
  padding: 0 1.5rem;
  background-color: #FFF;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 26px;
}
.formInput .inputListContent .selectWrap {
  position: relative;
}
.formInput .inputListContent .selectWrap::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 45%;
  right: 1.5rem;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #333333 transparent transparent transparent;
}
.formInput .inputListContent.zipCode {
  width: auto;
}
.formInput .inputListContent textarea#content {
  height: 180px;
  padding: 1rem 1.5rem;
}
.formInput .inputListContent #radiobtn input {
  width: auto;
}
.formInput .inputContentItem {
  display: flex;
}
.formInput .inputContentItem label:first-child {
  margin-right: 3rem;
}
.formInput .inputContentItem.multiBtns {
  display: block;
}
.formInput .inputContentItem.multiBtns label {
  display: block;
}
.formInput .inputContentItem.multiBtns label:first-child {
  margin-right: 0;
}
.formConfirm li.hideList, .formConfirm li.houhouOption {
  display: none;
}
.formConfirm li.hideList.active, .formConfirm li.houhouOption.active {
  display: flex;
}

.agreementWrap,
.confirmHeaderCautionWrap {
  padding: 1rem;
  background-color: #FFF;
  border: 1px solid #333;
  border-radius: 20px;
  text-align: center;
}
.agreementWrap .pleaseInputTitle, .agreementWrap .confirmHeaderCautionTitle,
.confirmHeaderCautionWrap .pleaseInputTitle,
.confirmHeaderCautionWrap .confirmHeaderCautionTitle {
  font-weight: 600;
  font-size: 1.125rem;
}
.agreementWrap .acceptPolicy,
.confirmHeaderCautionWrap .acceptPolicy {
  margin: 0.5rem 0;
}
.agreementWrap .acceptPolicy a,
.confirmHeaderCautionWrap .acceptPolicy a {
  text-decoration: underline;
}
.agreementWrap .acceptPolicy a[target=_blank]::after,
.confirmHeaderCautionWrap .acceptPolicy a[target=_blank]::after {
  display: none;
}

.btnCover {
  width: 330px;
  margin: 60px auto 0;
  text-align: center;
}
.btnCover a, .btnCover #submit_button, .btnCover #content_fix_button {
  width: 100%;
  background-color: #004097;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.contactPage .btnCover a, .contactPage .btnCover #submit_button, .contactPage .btnCover #content_fix_button {
  padding-top: 15px;
  padding-bottom: 15px;
}
.btnCover #content_fix_button {
  background-color: #888;
}
.btnCover.submit_btnCover {
  width: 450px;
}
@media (max-width: 500px) {
  .btnCover.submit_btnCover {
    width: 330px;
  }
}
.btnCover a.disabled {
  background: #d1d1d1;
  cursor: default;
}
@media (max-width: 500px) {
  .btnCover {
    margin-top: 40px;
  }
}

.confirmList li {
  display: flex;
}
.confirmListTitle {
  width: 240px;
  padding: 60px 0 1rem;
  border-bottom: 2px solid #004097;
  display: block;
  font-weight: 600;
}
.confirmListTitle.connect {
  padding: 0;
}
.confirmListContent {
  width: 100%;
  padding: 60px 0 1rem;
  border-bottom: 1px solid #004097;
}
.confirmList .confirmTextareaVal {
  display: block;
}
.confirmList .connectTop span {
  padding-bottom: 0;
  border: none;
}
.confirmList .connectBottom span {
  padding-top: 0;
}
.confirmList .toReply .confirmListTitle {
  border-color: #333;
}

.confirmButton {
  display: flex;
}

.formSend {
  text-align: center;
}
.formSendTitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

/* ---------- 買取ナビから流入
/* privacy */
#privacy h2 {
  font-size: 3.125rem;
  font-weight: 600;
  text-align: center;
  margin: 5rem 0;
}
@media (max-width: 500px) {
  #privacy h2 {
    font-size: 1.5em;
    margin: 2.5rem 0;
  }
}

.privacy .privacyInner {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
}
@media (max-width: 500px) {
  .privacy .privacyInner {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.privacy .privacyInner .privacyItem {
  margin-bottom: 60px;
}

h4.ItemTitle {
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  width: 1000px;
  margin: 30px 0;
  padding: 18px 0;
}
@media (max-width: 1024px) {
  h4.ItemTitle {
    width: 100%;
    max-width: 1000px;
  }
}
@media (max-width: 500px) {
  h4.ItemTitle {
    width: 100%;
    font-size: 1.1375em;
    margin: 0 0 30px;
    padding: 0 0 18px;
  }
}
h4.ItemTitle::before {
  content: "";
  position: absolute;
  left: 220px;
  bottom: 0;
  width: 780px;
  height: 2px;
  background: #004097;
}
@media (max-width: 1024px) {
  h4.ItemTitle::before {
    width: 78%;
    left: 22%;
  }
}
@media (max-width: 500px) {
  h4.ItemTitle::before {
    left: 22%;
    width: 78%;
  }
}
h4.ItemTitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  height: 2px;
  background: #DEDEDE;
}
@media (max-width: 500px) {
  h4.ItemTitle::after {
    width: 22%;
  }
}

h4.ItemTitle_NoB {
  font-size: 1.5em;
  font-weight: bold;
  width: 1000px;
  margin: 60px 0 30px;
}
@media (max-width: 1024px) {
  h4.ItemTitle_NoB {
    width: 100%;
  }
}
@media (max-width: 500px) {
  h4.ItemTitle_NoB {
    width: 100%;
    font-size: 1.1375em;
  }
}

/* ul li list-style "・" */
ul.list-dot li {
  position: relative;
  padding-left: 16px;
}
ul.list-dot li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  width: 12px;
  height: 12px;
}

/* ul li list-style "decimal(数字)" */
ul.listnum {
  list-style-type: decimal;
  list-style-position: inside;
}

/* ul li list-style "decimal(数字)" 文字を引っ込める方 */
ul.listnum_block {
  counter-reset: Number;
}
ul.listnum_block > li {
  margin-bottom: 30px;
  padding-left: 1em;
}
ul.listnum_block > li::before {
  content: counter(Number) ".";
  counter-increment: Number;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* ul li list-style "(数字)" */
ul.listnum_block_In {
  counter-reset: InNumber;
}
ul.listnum_block_In > li {
  padding-left: 2.5em;
}
ul.listnum_block_In > li::before {
  content: "（" counter(InNumber) "）";
  counter-increment: InNumber;
  width: 2em;
  margin-left: -2.5em;
}

/* ----- チェックボックス、ラジオボタン 置き換え ----- */
input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.inputListContentWrap .checkbox_label {
  position: relative;
}
.inputListContentWrap .checkbox_label::before {
  font-family: "Material Icons";
  content: "check_box_outline_blank";
  font-size: 24px;
  vertical-align: middle;
  color: #004097;
}
.inputListContentWrap .checkbox_label.checked {
  background-position: left top;
}
.inputListContentWrap .checkbox_label.checked::before {
  font-family: "Material Icons";
  content: "check_box";
  font-size: 24px;
  vertical-align: middle;
}

.inputListContent #radiobtn {
  position: relative;
}
.inputListContent #radiobtn:first-child {
  margin-right: 18px;
}
.inputListContent #radiobtn::before {
  font-family: "Material Icons";
  content: "radio_button_unchecked";
  font-size: 23px;
  vertical-align: middle;
  color: #004097;
  margin-right: 5px;
}
.inputListContent #radiobtn.checked {
  background-position: left top;
}
.inputListContent #radiobtn.checked::before {
  font-family: "Material Icons";
  content: "radio_button_checked";
  font-size: 23px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .contentsBox1600 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .headerWrap {
    background-size: auto 100%;
  }

  .headerMenu ul.floatLink {
    display: none;
  }

  .troubleImg {
    width: 100%;
  }

  .troubleBg {
    width: 100%;
    background-size: cover;
  }

  .threePointsContents {
    width: 33%;
  }
  .threePointsContentsImg {
    width: 100%;
  }
  .threePointsContentsImg span {
    font-size: 5rem;
    bottom: 1rem;
  }

  .aboutPurchase > div {
    padding-left: 5%;
    padding-right: 5%;
  }

  .propertyPurchaseContents {
    width: calc(100% / 3 - 1rem);
  }

  .purchaseArea .sagaProfImg {
    height: auto;
  }

  .voluntarySaleThreeMeritContents {
    width: 33%;
  }
  .voluntarySaleThreeMeritWrap br {
    display: none;
  }

  .contactPage .innerBox {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .headerWrap .messageImg {
    padding: 0 5%;
  }

  .troubleImg {
    height: auto;
  }

  .troubleImgWrap .troubleContentsTop, .troubleImgWrap .topcatchContentsTop, .topcatchImgWrap .troubleContentsTop, .topcatchImgWrap .topcatchContentsTop {
    padding: 0;
    position: static;
    display: flex;
    flex-flow: column;
  }
  .troubleImgWrap .troubleContentsTopImg, .troubleImgWrap .topcatchContentsTopImg, .topcatchImgWrap .troubleContentsTopImg, .topcatchImgWrap .topcatchContentsTopImg {
    width: 100%;
  }
  .troubleImgWrap .troubleContentsTopText, .troubleImgWrap .topcatchContentsTopText, .topcatchImgWrap .troubleContentsTopText, .topcatchImgWrap .topcatchContentsTopText {
    height: auto;
    margin: 0 auto;
    position: static;
    transform: translateY(-5%);
  }

  .consultation .consultationLink {
    padding: 0 5%;
  }

  .troubleBg {
    height: auto;
  }
  .troubleBg .sectionBox {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

  .threePointsWrap {
    flex-flow: column;
  }
  .threePointsContents {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .threePointsContentsImg span {
    font-size: 7rem;
    bottom: -0.45rem;
  }

  .propertyPurchaseContentsImg {
    height: 140px;
  }

  .purchaseAreaWrap {
    flex-flow: column-reverse;
    position: relative;
    margin-bottom: 7rem;
  }
  .purchaseAreaContents {
    position: absolute;
    bottom: -7rem;
  }

  .flowStep {
    background-size: auto 100%;
  }
  .flowStepWrap {
    overflow: hidden;
  }
  .flowStepContentsItem {
    height: 100%;
  }
  .flowStepContentsItem .contentsItemText {
    font-size: 0.9375rem;
  }
  .flowStepContentsItem .contentsItemText br {
    display: none;
  }

  .voluntarySaleThreeMeritContents {
    width: 100%;
    margin-bottom: 1rem;
  }
  .voluntarySaleThreeMeritWrap {
    flex-flow: column;
  }
  .voluntarySaleThreeMeritWrap br {
    display: none;
  }

  .formInput li {
    flex-flow: column;
  }

  h4.ItemTItle {
    max-width: 1000px;
    width: auto;
  }
  h4.ItemTItle::before {
    width: 78%;
  }
  h4.ItemTItle::after {
    width: 22%;
  }
}
@media (max-width: 500px) {
  .contentsBox1600 {
    padding: 0;
  }
  .contentsBox1600#trouble {
    padding: 2.5rem 5% 0;
  }

  .innerBox1200,
.innerBox1000,
.innerBox900 {
    padding: 40px 5%;
  }

  .headerWrap {
    height: auto;
    background-size: auto 100%;
    position: relative;
    padding-bottom: 40px;
  }
  .headerWrap .headerItemMessage .messageImg {
    margin: -4rem 0 3rem;
  }
  .headerWrap .headerItemMessage .messageText {
    text-align: center;
    display: flex;
    flex-flow: column;
  }
  .headerWrap .headerItemMessage .messageText .strongText {
    font-size: 1.25rem;
  }
  .headerWrap .headerItemMessage .messageText .strongText:not(:last-child) {
    margin-right: 0;
  }

  .headerItemGroup {
    height: 40px;
    padding: 0 15px;
  }
  .headerItemGroup p {
    font-size: 0.75rem;
  }
  .headerItemGroup img {
    width: auto;
    height: 16px;
  }

  .headerMenuWrap {
    height: 3.125rem;
  }
  .headerMenu .logo {
    width: 160px;
    margin-left: 0.9375rem;
    font-size: 0;
  }
  .headerMenuPhone {
    display: none;
  }
  .headerMenuButton {
    font-size: 10px;
    padding: 10px;
    display: block;
    width: 51px;
  }
  .headerMenuButton .txtMini {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    display: block;
    width: 100px;
    text-align: center;
    margin-left: -34px;
    margin-top: 10px;
  }
  .headerMenuButton .txtMini .txtMiniSp {
    display: block;
  }
  .headerMenuButton span {
    margin-right: 0;
    padding: 0;
    border: none;
  }
  .headerMenuButton[target=_blank]::after {
    background-size: 90%;
  }

  .sectionBox {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding: 2rem;
  }
  .troubleBg .sectionBox {
    top: 0;
    padding-bottom: 1.75rem;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .troubleBg .sectionBox {
    padding: 2.875rem 1.875rem 1.875rem;
    margin-bottom: 0;
    border-radius: 20px;
  }
}
@media (max-width: 500px) {
  .sell .sectionBox {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .sectionBox.troubleballoon {
    top: 0;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .sectionBox.troubleballoon {
    padding: 15px 0 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .contentsHeader {
    font-size: 1.5rem;
  }
}
@media (max-width: 500px) {
  .troubleImgText {
    font-size: 0.75rem;
  }
}
@media (max-width: 500px) {
  .troubleImgWrap .troubleContentsTop, .troubleImgWrap .topcatchContentsTop, .topcatchImgWrap .troubleContentsTop, .topcatchImgWrap .topcatchContentsTop {
    width: 100%;
    padding: 0;
  }
  .troubleImgWrap .troubleContentsTopText, .troubleImgWrap .topcatchContentsTopText, .topcatchImgWrap .troubleContentsTopText, .topcatchImgWrap .topcatchContentsTopText {
    max-width: 608px;
    width: 96%;
    padding: 1.875rem;
  }
  .troubleImgWrap .troubleContentsTopText h4, .troubleImgWrap .topcatchContentsTopText h4, .topcatchImgWrap .troubleContentsTopText h4, .topcatchImgWrap .topcatchContentsTopText h4 {
    margin-top: 0;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .troubleImgWrap .troubleContentsTopText h4, .troubleImgWrap .topcatchContentsTopText h4, .topcatchImgWrap .troubleContentsTopText h4, .topcatchImgWrap .topcatchContentsTopText h4 {
    font-size: 5.4vw;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .troubleImgWrap .troubleContentsTopText h4 span, .troubleImgWrap .topcatchContentsTopText h4 span, .topcatchImgWrap .troubleContentsTopText h4 span, .topcatchImgWrap .topcatchContentsTopText h4 span {
    display: none;
  }
}
@media (max-width: 500px) {
  .troubleImgWrap .troubleContentsTopText p, .troubleImgWrap .topcatchContentsTopText p, .topcatchImgWrap .troubleContentsTopText p, .topcatchImgWrap .topcatchContentsTopText p {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .consultation .innerBox1200 {
    padding: 40px 5%;
  }
  .consultation.first_Consultation .innerBox1200 {
    padding: 60px 5% 40px;
  }
  .consultation h3 {
    font-size: 1.5rem;
  }
  .consultation h3 .topDot::before {
    width: 0.5rem;
    height: 0.5rem;
    top: -0.75rem;
  }
  .consultation h3 .consultationTitleInline {
    font-size: calc(19px + ((1vw - 3.2px) * (21 / 4.47)));
  }
  .consultation h3 .consultationTitleInlineC {
    font-size: calc(16.5px + ((1vw - 3.2px) * (23.5 / 4.47)));
  }
  .consultation .consultationLink {
    flex-flow: column;
    padding: 0;
  }
  .consultation .consultationLink a {
    max-width: 80%;
    margin: 0.5rem auto;
    font-size: 1.125rem;
  }
  .consultation .consultationLinkLeft {
    max-width: 100% !important;
  }
  .consultation .consultationLinkLeft::after {
    vertical-align: text-top;
  }
}
@media (max-width: 500px) {
  .threePoints h3 {
    font-size: 1.4375rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .threePoints h3 {
    font-size: 6vw;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .threePoints h3 span {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .threePointsContents {
    margin-right: 0;
  }
  .threePointsContents:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .aboutPurchase > div {
    padding: 20px 5% 10px;
  }
  .aboutPurchase > div:first-child {
    padding-top: 40px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .aboutPurchase > div:last-child {
    padding-bottom: 40px;
  }
  .aboutPurchase > div.purchaseArea {
    padding-top: 40px;
  }
}
@media (max-width: 500px) {
  .propertyPurchase h3 {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .propertyPurchase h3 {
    font-size: 6vw;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .propertyPurchaseContents {
    width: calc(100% / 2 - 2.5%);
    margin-bottom: 5%;
  }
  .propertyPurchaseContentsImg {
    height: 100px;
  }
  .propertyPurchaseContentsText {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .purchaseArea h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .purchaseArea h3 {
    font-size: 6vw;
  }
}
@media (max-width: 500px) {
  .purchaseAreaWrap {
    margin-bottom: 19rem;
  }
}
@media (max-width: 500px) {
  .purchaseAreaContents {
    margin-bottom: 5px;
    padding: 1.875rem;
    bottom: -17rem;
  }
  .purchaseAreaContents h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 500px) {
  .purchaseArea .sagaProfImg {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .flowStep .bg {
    padding: 0;
  }
  .flowStep h3 {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .flowStepWrap {
    flex-flow: column;
    /*
    .flowStepContents:last-child .flowStepContentsItem{
        border-bottom-right-radius: 14px;
    }*/
  }
  .flowStepWrap .flowStepContents:not(:last-child) .flowStepContentsTitle {
    border-right: none;
    border-bottom: 2px solid #FFF;
  }
  .flowStepWrap .flowStepContents:not(:last-child) .flowStepContentsItem {
    border-right: none;
    border-bottom: 2px solid #004097;
  }
  .flowStepWrap .flowStepContents:first-child .flowStepContentsItem {
    border-bottom-left-radius: 0;
    border-top-right-radius: 13px;
  }
  .flowStepContents {
    width: auto;
    display: flex;
    /*&:first-child{
        .flowStepContentsTitle{
            border-top-left-radius: 12px;
        }
    }*/
  }
  .flowStepContentsTitle {
    min-width: 80px;
    width: 80px;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flowStepContentsTitle p {
    display: flex;
    align-items: center;
  }
  .flowStepContents:last-child .flowStepContentsTitle {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
  .flowStepContentsItem {
    width: 100%;
    padding: 3% 5%;
    text-align: left;
  }
  .flowStepContentsItem .contentsItemTitle {
    margin-bottom: 0;
    font-size: 1.125rem;
  }
  .flowStepContentsItem .contentsItemText {
    font-size: 0.8125rem;
  }
}
@media (max-width: 500px) {
  .leaseback h3 {
    font-size: 1.34375rem;
  }
  .leasebackPopup {
    max-width: 100%;
    height: 50px;
    margin: 40px auto;
    font-size: 1.25rem;
  }
  .leasebackText {
    font-size: 1.125rem;
    margin-bottom: 40px;
  }
  .leasebackImg {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .leasebackMoreLink {
    max-width: 100%;
    height: 50px;
    font-size: 1.125rem;
  }
}
@media (max-width: 500px) {
  .voluntarySalePopupW {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .voluntarySalePopupWTitle {
    width: 100%;
  }
  .voluntarySalePopupWTitle::before {
    top: -4px;
  }
  .voluntarySaleText {
    font-size: 4.5vw;
    margin-bottom: 30px;
  }
  .voluntarySalePopupB {
    max-width: 100%;
    font-size: 1.5rem;
  }
  .voluntarySaleTextSmall br {
    display: none;
  }
  .voluntarySaleThreeMerit {
    margin: 40px 0 0;
  }
  .voluntarySaleThreeMerit h3 {
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
  .voluntarySaleMoreLink {
    max-width: 100%;
    height: 50px;
    font-size: 1.125rem;
  }
}
@media (max-width: 500px) {
  .brokerWrap h3 {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
  .brokerContentsText {
    font-size: 1.1rem;
  }
}
@media (max-width: 500px) {
  .companyAbout h3 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .companyAboutList ul {
    flex-flow: column;
  }
  .companyAboutList ul:last-child li:first-child {
    border-bottom: none;
  }
  .companyAboutList ul:last-child li:last-child {
    border-bottom: 3px solid #004097;
  }
  .companyAboutList li:first-child {
    width: 100%;
    padding: 1rem 0.5rem;
  }
  .companyAboutList li:last-child {
    padding: 1rem 0.5rem;
    font-size: 1.05rem;
  }
  .companyAbout .groupLink li {
    font-size: 1.05rem;
    line-height: 1.8;
  }
  .companyAbout .groupLink a[target=_blank]::after {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 500px) {
  .acceseMap #companyMap {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    overflow: hidden;
  }
}
@media (max-width: 500px) {
  .footer {
    height: auto;
    position: relative;
  }
  .footerContentsGroup {
    font-size: 2.8vw;
    text-align: center;
    flex-flow: column;
    justify-content: space-around;
    align-items: baseline;
  }
  .footer .copyright {
    font-size: 2.3vw;
    text-align: left;
  }
  .footer .footerLogoMHG {
    width: 50%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 500px) {
  .contactPage .innerBox {
    padding: 40px 5%;
  }
}
@media (max-width: 500px) {
  .contactPageTel a {
    width: 250px;
  }
  .contactPageTelNo {
    font-size: 1.5rem;
  }
  .contactPageTel .businessHours {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 500px) {
  h1.pageTitle {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .formInput ul.inputList {
    margin-bottom: 3.75rem;
  }
  .formInput ul.inputList.lastInputList {
    margin-bottom: 1rem;
  }
  .formInput li {
    margin-bottom: 1.5rem;
  }
  .formInput .inputListTitle {
    font-size: 1.125rem;
  }
  .formInput .inputListTitle .must {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .formInput .inputListContent {
    width: 100%;
  }
  .formInput .inputListContent select, .formInput .inputListContent textarea, .formInput .inputListContent input {
    width: 100%;
  }
  .formInput .inputListContent .selectWrap select {
    padding: 0 2.5rem 0 1.5rem;
  }
  .formInput .inputListContent .selectWrap::after {
    right: 1rem;
  }
}
@media (max-width: 500px) {
  .confirmHeaderCautionWrap .confirmHeaderCautionTitle {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 500px) {
  .confirmList li {
    flex-flow: column;
  }
  .confirmListTitle {
    width: 100%;
  }
  .confirmListContent {
    padding: 1rem 0 2rem;
  }
  .confirmList .confirmTextareaVal {
    height: auto;
    max-height: none;
  }
  .confirmList .connectTop span {
    padding-bottom: 1rem;
  }
  .confirmList .connectTop .confirmListTitle {
    padding-bottom: 1rem;
    border-bottom: 2px solid #004097;
  }
  .confirmList .connectTop .confirmListContent {
    padding: 1rem 0 2rem;
    border-bottom: 1px solid #333;
  }
  .confirmList .connectBottom span {
    padding-top: 60px;
  }
  .confirmList .connectBottom .confirmListContent {
    padding: 1rem 0 2rem;
  }
}
@media (max-width: 500px) {
  .confirmButton {
    flex-flow: column;
    margin: 30px 0;
  }
  .confirmButton .btnCover {
    margin: 1rem auto;
  }
}
@media (max-width: 1024px) {
  .footer {
    position: relative;
  }
}
/* saga-fudousankaitoriから移植 */
.sell .contentsHeader {
  font-size: 32px;
  font-weight: 600;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .sell .contentsHeader {
    font-size: 6vw;
  }
}
.sell .contentsHeader.haveSection {
  margin-bottom: 10px;
}
.sell .contentsHeaderSection {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1rem;
}
@media (max-width: 500px) {
  .sell .contentsHeaderSection {
    font-size: 4.2vw;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 20px;
    line-height: 1.5em;
  }
}
.sell .sectionBox.system {
  margin-top: 0;
  padding-bottom: 92px;
}
@media (max-width: 500px) {
  .sell .sectionBox.system {
    padding-bottom: 45px;
  }
}
.sell .sectionBox.greenBack {
  background: #EEF5FF;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 500px) {
  .sell .sectionBox.greenBack {
    padding: 40px 0;
  }
}
.sell .startForm {
  background: #fff;
}
@media (max-width: 500px) {
  .sell .startForm {
    padding-top: 60px;
    margin-top: -60px;
  }
}
.sell .startForm .startFormItem {
  background: #004097;
  color: #fff;
  padding: 40px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .sell .startForm .startFormItem {
    padding: 30px 0;
  }
}
.sell .startForm .startFormItem::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-color: #004097 transparent transparent;
  border-style: solid;
  border-width: 20px 18px 0px 18px;
}
.sell .startForm .startFormItem .firstChoice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
}
@media (max-width: 500px) {
  .sell .startForm .startFormItem .firstChoice {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1024px) {
  .sell .startForm .startFormItem .firstChoice {
    display: block;
  }
}
.sell .startForm .startFormItem .firstChoice .firstChoiceItem {
  width: 32.5%;
  position: relative;
}
@media (max-width: 1024px) {
  .sell .startForm .startFormItem .firstChoice .firstChoiceItem {
    width: 80%;
    margin: 0 auto 5%;
  }
}
@media (max-width: 500px) {
  .sell .startForm .startFormItem .firstChoice .firstChoiceItem {
    width: 100%;
  }
}
.sell .startForm .startFormItem .firstChoice .firstChoiceItem.prefHidden {
  display: none;
}
.sell .startForm .startFormItem .firstChoice .firstChoiceItem .selectWrap {
  position: relative;
}
.sell .startForm .startFormItem .firstChoice .firstChoiceItem .selectWrap::after {
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #333333 transparent;
  content: " ";
  top: 13px;
  right: 15px;
  position: absolute;
  background-color: transparent;
}
@media (max-width: 500px) {
  .sell .startForm .startFormItem .firstChoice .firstChoiceItem .selectWrap::before {
    content: "STEP";
    background: #fff000;
    padding: 6px 12px;
    border-radius: 26px 0 0 26px;
    font-size: 18px;
    margin-right: 15px;
    color: #333;
    position: absolute;
    line-height: 1.8;
    font-family: "alterFont", "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
}
.sell .startForm .startFormItem .firstChoice .firstChoiceItem .errorBox {
  position: absolute;
  border-width: 2px;
  border-style: solid;
  color: #c11111;
  font-weight: 700;
  border-radius: 3px;
  background: #fff;
  padding: 4px 10px;
  font-size: 14px;
  bottom: -50px;
  display: none;
  z-index: 3;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}
.sell .startForm .startFormItem .firstChoice .firstChoiceItem .errorBox::before {
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #c11111 transparent;
  content: " ";
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  position: absolute;
  background-color: transparent;
}
.sell .startForm .startFormItem .firstChoice .firstChoiceItem .errorBox::after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0 10px 10px;
  content: " ";
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  position: absolute;
  background-color: transparent;
}
.sell .startForm .startFormItem .firstChoice .firstChoiceItem .errorBox.active {
  display: inline-block;
}
.sell .startForm .startFormItem .firstChoice .firstChoiceItem select {
  background: #fff;
  width: 100%;
  border-radius: 26px;
  padding: 10px 10px 10px 20px;
  color: #333;
  font-weight: 600;
}
@media (max-width: 500px) {
  .sell .startForm .startFormItem .firstChoice .firstChoiceItem select {
    padding: 6px 10px 6px 74px;
    line-height: 2;
  }
}
.sell .startForm .startFormItem .firstChoice .firstChoiceItem select:disabled {
  opacity: 1;
  background: #ddd;
}
.sell .startForm .startFormItem .firstChoice .firstChoiceItem select.inputEnd {
  background: #ffffb8;
}
@media (max-width: 500px) {
  .sell .startForm .startFormItem .firstChoice .firstChoiceItem:nth-of-type(1) .selectWrap::before {
    content: "STEP1";
  }
}
@media (max-width: 500px) {
  .sell .startForm .startFormItem .firstChoice .firstChoiceItem:nth-of-type(3) .selectWrap::before {
    content: "STEP2";
  }
}
@media (max-width: 500px) {
  .sell .startForm .startFormItem .firstChoice .firstChoiceItem:nth-of-type(4) .selectWrap::before {
    content: "STEP3";
  }
}
.sell .startForm .startFormItem .firstStep {
  font-size: 14px;
}
@media (max-width: 500px) {
  .sell .startForm .startFormItem .firstStep {
    display: none;
  }
}
.sell .startForm .startFormItem .firstStep span {
  background: #FFF000;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 18px;
  margin-right: 15px;
  color: #333;
}
@media (max-width: 1024px) {
  .sell .startForm .startFormItem .firstStep span {
    border-radius: 20px;
  }
}
.sell .startForm .topCatch {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .sell .startForm .topCatch {
    font-size: 4.5vw;
  }
}
@media (max-width: 500px) {
  .sell .startForm .topCatch {
    font-size: 6vw;
  }
}
.sell .startForm .topCatch .topSubcatch {
  display: inline-block;
  font-size: 20px;
  border-bottom: 4px solid #fff;
}
@media (max-width: 1024px) {
  .sell .startForm .topCatch .topSubcatch {
    font-size: 2.1vw;
  }
}
@media (max-width: 500px) {
  .sell .startForm .topCatch .topSubcatch {
    font-size: 3.4vw;
  }
}
.sell .startForm .startFormLinkWrap {
  text-align: center;
}
.sell .startForm .startFormLink {
  font-size: 30px;
  font-weight: 900;
  border: 2px solid #FFF000;
  background: #FFF000;
  border-radius: 40px;
  padding: 18px 50px 22px;
  display: inline-block;
  line-height: 1em;
  margin-bottom: 60px;
}
@media (max-width: 500px) {
  .sell .startForm .startFormLink {
    font-size: 5vw;
  }
}
.sell .startForm .startFormLink:hover {
  background: #fff;
  color: #333;
}
@media (max-width: 500px) {
  .sell#sellflow .startForm, .sell#faq .startForm, .sell#comparison .startForm {
    padding-top: 0;
    margin-top: 0;
  }
}

.sell .moreLinkWrap, #comparison .moreLinkWrap {
  text-align: center;
}
.sell .moreLinkWrap .moreLink, #comparison .moreLinkWrap .moreLink {
  display: inline-block;
  background: #fff;
  padding: 14px 80px 16px;
  border-radius: 40px;
  color: #004097;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #004097;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 500px) {
  .sell .moreLinkWrap .moreLink, #comparison .moreLinkWrap .moreLink {
    font-size: 4vw;
    padding: 9px 40px 11px;
  }
}
.sell .moreLinkWrap .moreLink::after, #comparison .moreLinkWrap .moreLink::after {
  font-family: "Material Icons";
  content: "arrow_forward";
  position: absolute;
  top: 24%;
  right: 2em;
  margin: auto;
  padding: 0;
}
@media (max-width: 500px) {
  .sell .moreLinkWrap .moreLink::after, #comparison .moreLinkWrap .moreLink::after {
    top: 22%;
    right: 1em;
  }
}
.sell .moreLinkWrap .moreLink:hover, #comparison .moreLinkWrap .moreLink:hover {
  background: #004097;
  color: #fff;
}
.sell .moreLinkWrap .moreLink.turncolor, #comparison .moreLinkWrap .moreLink.turncolor {
  background: #004097;
  color: #fff;
}
.sell .moreLinkWrap .moreLink.turncolor:hover, #comparison .moreLinkWrap .moreLink.turncolor:hover {
  background: #fff;
  color: #004097;
}

.troubleItem {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .troubleItem {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .troubleItem {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.troubleItem .troubleContents {
  font-size: 1.2rem;
  max-width: 480px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #A1A1A1;
  padding-left: 2em;
  position: relative;
}
@media (max-width: 1024px) {
  .troubleItem .troubleContents {
    width: 48%;
  }
}
@media (max-width: 500px) {
  .troubleItem .troubleContents {
    width: 100%;
    font-size: 4vw;
    margin-bottom: 18px;
    padding-bottom: 15px;
  }
}
.troubleItem .troubleContents::before {
  font-family: "Material Icons";
  content: "done_outline";
  color: #004097;
  font-size: 26px;
  position: absolute;
  left: 0;
}
.troubleItem .troubleContents span {
  color: #004097;
  font-weight: 600;
}

.point {
  width: 1212px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.point:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1200px) {
  .point {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .point {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .point {
    display: block;
    margin: 0 auto 40px;
  }
}
.point.leftImg {
  margin-bottom: 92px;
}
@media (max-width: 500px) {
  .point.leftImg {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .point.leftImg .pointItem {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 500px) {
  .point.leftImg .pointItem {
    padding: 8%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.point::before, .point::after {
  content: "";
  position: absolute;
  width: 1200px;
  height: 400px;
  border: 1px solid #e1e1e1;
}
@media (max-width: 1200px) {
  .point::before, .point::after {
    width: 98.5%;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .point::before, .point::after {
    width: 98.5%;
    height: 100%;
  }
}
@media (max-width: 500px) {
  .point::before, .point::after {
    content: none;
  }
}
.point::before {
  top: 0;
  right: 0;
}
.point::after {
  bottom: -12px;
  left: 0;
}
.point.rightImg {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .point.rightImg .pointItem {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 500px) {
  .point.rightImg .pointItem {
    padding: 8%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.point.rightImg::before {
  top: -12px;
}
.point.rightImg::after {
  bottom: 0;
}
.point img {
  max-width: 700px;
}
@media (max-width: 1024px) {
  .point img {
    max-width: 60%;
  }
}
@media (max-width: 500px) {
  .point img {
    max-width: 100%;
  }
}
.point .pointItem {
  padding: 0 80px;
  z-index: 5;
}
@media (max-width: 1200px) {
  .point .pointItem {
    padding: 0 40px;
  }
}
@media (max-width: 500px) {
  .point .pointItem {
    background: #fff;
    border-radius: 15px;
    margin-top: -5%;
    position: relative;
    padding: 3%;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  }
}
.point .pointHeader {
  font-size: 24px;
  font-weight: 600;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .point .pointHeader {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .point .pointHeader {
    font-size: 1.9vw;
  }
}
@media (max-width: 500px) {
  .point .pointHeader {
    font-size: 4.6vw;
  }
}
.point .pointHeader span {
  font-size: 22px;
  display: block;
  color: #004097;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .point .pointHeader span {
    font-size: 1.6vw;
    line-height: 1.2em;
  }
}
@media (max-width: 500px) {
  .point .pointHeader span {
    font-size: 4.2vw;
  }
}
.point .pointContents {
  font-size: 1.1rem;
}
@media (max-width: 1024px) {
  .point .pointContents {
    font-size: 1.4vw;
    line-height: 1.6em;
  }
}
@media (max-width: 500px) {
  .point .pointContents {
    font-size: 4.2vw;
    line-height: 1.6em;
  }
}
.point .pointCaution {
  font-size: 12px;
  line-height: 1.5em;
  display: inline-block;
}
@media (max-width: 1024px) {
  .point .pointCaution {
    font-size: 1.2vw;
    display: none;
  }
}
.point .flowLeasebackLink {
  text-decoration: underline;
  margin-left: 10px;
}
.point .flowLeasebackLink .material-icons {
  font-size: 12px;
  text-decoration: underline;
}

.flowItemWrap {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .flowItemWrap {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .flowItemWrap {
    margin-bottom: 30px;
    display: block;
  }
}
.flowItemWrap .flowItem {
  flex: 1;
}
@media (max-width: 500px) {
  .flowItemWrap .flowItem {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.flowItemWrap .flowItem:first-child .flowStep {
  border-radius: 8px 0 0 0;
  border-left: 2px solid #004097;
}
@media (max-width: 500px) {
  .flowItemWrap .flowItem:first-child .flowStep {
    border-radius: 15px 0 0 0;
    border-left: none;
  }
}
.flowItemWrap .flowItem:first-child .flowSubItem {
  border-radius: 0 0 0 8px;
  border-left: 2px solid #004097;
}
@media (max-width: 500px) {
  .flowItemWrap .flowItem:first-child .flowSubItem {
    border-radius: 0 15px 0 0;
    border-top: 2px solid #004097;
    border-left: none;
  }
}
.flowItemWrap .flowItem:last-child .flowStep {
  border-radius: 0 8px 0 0;
  border-right-color: #004097;
}
@media (max-width: 500px) {
  .flowItemWrap .flowItem:last-child .flowStep {
    border-radius: 0 0 0 15px;
    border-bottom: 2px solid #004097;
  }
}
.flowItemWrap .flowItem:last-child .flowStep::before, .flowItemWrap .flowItem:last-child .flowStep::after {
  content: none;
}
.flowItemWrap .flowItem:last-child .flowSubItem {
  border-radius: 0 0 8px 0;
}
@media (max-width: 500px) {
  .flowItemWrap .flowItem:last-child .flowSubItem {
    border-radius: 0 0 15px 0;
  }
}
.flowItemWrap .flowStep {
  background: #004097;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-right: 2px solid #004097;
  border-right-color: #fff;
  line-height: 1.8em;
  font-size: 20px;
}
@media (max-width: 500px) {
  .flowItemWrap .flowStep {
    width: 80px;
    min-width: 80px;
    border-radius: 0;
    display: flex;
    border-right: none;
    border-bottom: 2px solid #fff;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}
.flowItemWrap .flowStep span {
  font-size: 1.4em;
}
.flowItemWrap .flowSubItem {
  border-right: 2px solid #004097;
  border-bottom: 2px solid #004097;
  background: #fff;
}
@media (max-width: 500px) {
  .flowItemWrap .flowSubItem {
    width: 100%;
    border-radius: 0;
  }
}
.flowItemWrap .flowItemTitle {
  text-align: center;
  font-weight: 600;
  padding: 10px 0 8px;
  font-size: 20px;
}
@media (max-width: 500px) {
  .flowItemWrap .flowItemTitle {
    text-align: left;
    font-size: 4.4vw;
    padding: 3% 0 0 5%;
  }
}
.flowItemWrap .flowItemSection {
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.5em;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .flowItemWrap .flowItemSection {
    font-size: 1.5vw;
  }
}
@media (max-width: 500px) {
  .flowItemWrap .flowItemSection {
    text-align: left;
    font-size: 3.6vw;
    padding: 0 3% 5% 5%;
  }
}

.comparisonItemWrap {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  margin-bottom: 70px;
  font-size: 1.1rem;
}
@media (max-width: 500px) {
  .comparisonItemWrap {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1024px) {
  .comparisonItemWrap {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .comparisonItemWrap {
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .comparisonItemWrap .comparisonItem.purchase {
    margin-bottom: 5%;
  }
}

.comparisonItem {
  width: 48%;
}
@media (max-width: 1024px) {
  .comparisonItem {
    font-size: 1.5vw;
  }
}
@media (max-width: 500px) {
  .comparisonItem {
    width: 100%;
    font-size: 3.8vw;
  }
}
.comparisonItemTitle {
  background: #004097;
  text-align: center;
  padding: 2px 5px 5px 5px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  border-top: 3px solid #004097;
  border-left: 3px solid #004097;
  border-right: 3px solid #004097;
  border-radius: 15px 15px 0 0;
}
.purchase .comparisonItemTitle {
  color: #FFF000;
}
.mediation .comparisonItemTitle {
  background: #84b3f4;
  border-color: #84b3f4;
}

.meritBox {
  padding: 14px 20px 20px 20px;
  background: #EEF5FF;
  border-left: 3px solid #004097;
  border-right: 3px solid #004097;
}
.mediation .meritBox {
  border-color: #84b3f4;
}
.meritBox .meritHeader {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 500px) {
  .meritBox .meritHeader {
    font-size: 5vw;
  }
}
.meritBox .meritHeader::before {
  font-family: "Material Icons";
  content: "check_circle";
  color: #004097;
  vertical-align: top;
  margin-right: 5px;
}
.meritBox ul li {
  line-height: 2em;
  text-decoration: underline;
  text-indent: 0.1em;
}
@media (max-width: 500px) {
  .meritBox ul li {
    text-indent: 0;
  }
}
.purchase .meritBox ul li {
  font-weight: 600;
}
.meritBox ul li::before {
  font-family: "Material Icons";
  content: "east";
  color: #004097;
  vertical-align: top;
  margin-right: 5px;
  display: inline-block;
  text-decoration: none;
}
.meritBox ul li.notIcon {
  text-decoration: none;
}
@media (max-width: 500px) {
  .meritBox ul li.notIcon {
    display: none;
  }
}
.meritBox ul li.notIcon::before {
  content: none;
}

.demeritBox {
  padding: 14px 20px 20px 20px;
  border-left: 3px solid #004097;
  border-right: 3px solid #004097;
}
.mediation .demeritBox {
  border-color: #84b3f4;
}
.demeritBox .demeritHeader {
  font-size: 20px;
  font-weight: 600;
  color: #5E5E5E;
}
@media (max-width: 500px) {
  .demeritBox .demeritHeader {
    font-size: 5vw;
  }
}
.demeritBox .demeritHeader::before {
  font-family: "Material Icons";
  content: "error_outline";
  color: #8E8E8E;
  vertical-align: top;
  margin-right: 5px;
}
.demeritBox ul li {
  line-height: 2em;
  text-indent: 0.1em;
}
@media (max-width: 500px) {
  .demeritBox ul li {
    text-indent: 0;
  }
}
.demeritBox ul li::before {
  font-family: "Material Icons";
  content: "east";
  color: #8e8e8e;
  vertical-align: top;
  margin-right: 5px;
  display: inline-block;
  text-decoration: none;
}
.demeritBox ul li.notIcon {
  text-decoration: none;
}
@media (max-width: 500px) {
  .demeritBox ul li.notIcon {
    display: none;
  }
}
.demeritBox ul li.notIcon::before {
  content: none;
}

.comparisonDetailBox {
  padding: 14px 20px 20px 20px;
  background: #EEF5FF;
  border-radius: 0 0 8px 8px;
  border-left: 3px solid #004097;
  border-right: 3px solid #004097;
  border-bottom: 3px solid #004097;
  border-radius: 0 0 15px 15px;
}
.mediation .comparisonDetailBox {
  background: #f3f3f3;
  border-color: #84b3f4;
}
.comparisonDetailBox table {
  width: 100%;
}
.comparisonDetailBox table th, .comparisonDetailBox table td {
  border-bottom: 1px solid #E9E9E9;
}
.purchase .comparisonDetailBox table td {
  font-weight: 600;
  color: #004097;
}

.comparisonLinkButton {
  width: 1000px;
  margin: 30px auto 60px;
}
@media (max-width: 500px) {
  .comparisonLinkButton {
    width: 100%;
    margin: 20px auto 40px;
    text-align: center;
  }
}
.comparisonLinkButton a {
  width: 370px;
  margin: 0 auto;
  padding: 1rem 0;
  display: block;
  border: 2px solid #004097;
  border-radius: 40px;
  text-align: center;
  color: #004097;
  background-color: #FFF;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all 0.5s;
}
.comparisonLinkButton a:hover {
  background-color: #004097;
  color: #FFF;
}
@media (max-width: 500px) {
  .comparisonLinkButton a {
    display: inline-block;
    background: #fff;
    border-radius: 40px;
    color: #004097;
    font-weight: 600;
    border: 2px solid #004097;
    transition: all 0.5s;
    position: relative;
    font-size: 4vw;
    padding: 9px 40px 11px;
    width: auto;
  }
  .comparisonLinkButton a::after {
    font-family: "Material Icons";
    content: "arrow_forward";
    position: absolute;
    margin: auto;
    padding: 0;
    top: 22%;
    right: 1em;
  }
  .comparisonLinkButton a:hover {
    background: #004097;
    color: #fff;
  }
}

.howLeaseBack {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  padding: 20px 20px 28px;
  border: 2px solid #004097;
  border-radius: 15px;
  text-align: right;
  font-size: 13px;
  background: #fff;
}
@media (max-width: 500px) {
  .howLeaseBack {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1024px) {
  .howLeaseBack {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.howLeaseBack p {
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .howLeaseBack p {
    font-size: 1.4vw;
  }
}
@media (max-width: 500px) {
  .howLeaseBack p {
    font-size: 2.8vw;
    text-align: left;
    line-height: 1.6em;
  }
}
.howLeaseBack span {
  color: #004097;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .howLeaseBack span {
    font-size: 1.8vw;
    line-height: 1.7em;
  }
}
@media (max-width: 500px) {
  .howLeaseBack span {
    font-size: 4vw;
    line-height: 1.6em;
    margin-bottom: 8px;
  }
}
.howLeaseBack span .pchide {
  display: none;
}
@media (max-width: 1024px) {
  .howLeaseBack span .pchide {
    display: block;
  }
}
@media (max-width: 500px) {
  .howLeaseBack span .pchide {
    display: none;
  }
}
.howLeaseBack .moreLink {
  padding: 9px 60px 11px;
}
@media (max-width: 500px) {
  .howLeaseBack .moreLink {
    padding: 9px 30px 11px;
  }
}
.howLeaseBack .moreLink::after {
  top: 26% !important;
  right: 1.5em;
}
@media (max-width: 500px) {
  .howLeaseBack .moreLink::after {
    right: 0.6em;
  }
}

.faqItemWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
}
@media (max-width: 500px) {
  .faqItemWrap {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .faqItemWrap {
    display: block;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}
.faqItemWrap .faqItem {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  width: 48%;
  margin-bottom: 4%;
  padding: 30px;
  font-size: 1.1rem;
}
@media (max-width: 500px) {
  .faqItemWrap .faqItem {
    width: 100%;
    padding: 5%;
    font-size: 1rem;
  }
}
.faqItemWrap .faqItem .question {
  font-weight: 600;
  color: #004097;
  padding-left: 2em;
  position: relative;
  margin-bottom: 1em;
}
.faqItemWrap .faqItem .question::before {
  content: "Q";
  width: 1.5em;
  height: 1.5em;
  /* line-height: 2em; */
  text-align: center;
  border-radius: 1em;
  background: #004097;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 0.25em;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}
.faqItemWrap .faqItem .answer {
  padding-left: 2em;
  position: relative;
}
.faqItemWrap .faqItem .answer::before {
  content: "A";
  width: 1.5em;
  height: 1.5em;
  /* line-height: 2em; */
  text-align: center;
  border-radius: 1em;
  background: #F29600;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 0.3em;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  transition-property: top;
  padding-bottom: 4px;
}

.voice {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  margin: 80px auto;
}
@media (max-width: 500px) {
  .voice {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .voice {
    margin: 20px auto;
  }
}

.voiceItem {
  margin-bottom: 60px;
}
@media (max-width: 500px) {
  .voiceItem {
    margin-bottom: 30px;
  }
  .voiceItem:last-child {
    margin-bottom: 0;
  }
}

.voiceItemHeader {
  background: #004097;
  padding: 5px 10px 5px 25px;
  color: #fff;
  border-radius: 24px;
  margin-bottom: 20px;
}
.voiceItemHeader .voiceItemSubHeader {
  display: flex;
  align-items: center;
}
.voiceItemHeader .voiceItemSubHeader .voiceItemSubItem {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .voiceItemHeader .voiceItemSubHeader .voiceItemSubItem {
    display: block;
  }
}
@media (max-width: 500px) {
  .voiceItemHeader .voiceItemSubHeader .voiceItemSubItem span {
    display: block;
  }
}
@media (max-width: 500px) {
  .voiceItemHeader .voiceItemSubHeader .voiceItemSubItem span.alterFont {
    line-height: 1em;
    margin-bottom: 5px;
  }
}
.voiceItemHeader .voiceItemSubHeader .alterFont {
  margin-right: 10px;
}
.voiceItemHeader .voiceKind {
  font-weight: 600;
  background: #fff;
  color: #004097;
  font-size: 12px;
  line-height: 1em;
  padding: 3px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  width: 80px;
}
@media (max-width: 500px) {
  .voiceItemHeader .voiceKind {
    font-weight: 600;
    background: #fff;
    color: #004097;
    font-size: 12px;
    line-height: 1em;
    padding: 3px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    width: 70px;
  }
}
.voiceItemHeader .subHeaderTitle {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 500px) {
  .voiceItemHeader .subHeaderTitle {
    font-size: 3.7vw;
  }
}

.voiceSubItem {
  display: flex;
}
.voiceSubItem figure {
  width: 150px;
  padding-left: 20px;
  flex-shrink: 0;
}
@media (max-width: 500px) {
  .voiceSubItem figure {
    display: none;
  }
}
.voiceSubItem .voicesubsubTitle {
  padding: 0 20px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .voiceSubItem .voicesubsubTitle {
    font-size: 3.7vw;
    padding: 0;
    line-height: 1.6em;
  }
}
.voiceSubItem .voiceSubItemSection {
  font-size: 14px;
  padding: 0 20px;
}
@media (max-width: 500px) {
  .voiceSubItem .voiceSubItemSection {
    padding: 0;
    line-height: 1.5em;
  }
}

.headerMenuGlobalWrap {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap {
    margin-right: 10px;
  }
}
@media (max-width: 500px) {
  .headerMenuGlobalWrap {
    margin-right: 10px;
  }
}
.headerMenuGlobalWrap .headerGlobalMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerMenuGlobalWrap .headerGlobalMenu ul.globalSubMenu {
  display: none;
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu ul.globalSubMenu {
    border-top: none;
    display: block;
  }
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu ul.globalSubMenu li:last-child {
    margin-right: 25px;
  }
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu ul.globalSubMenu a {
    padding-left: 10%;
    border-bottom: none !important;
  }
}
@media (max-width: 500px) {
  .headerMenuGlobalWrap .headerGlobalMenu ul.globalSubMenu a {
    font-size: 4.6vw;
  }
}
.headerMenuGlobalWrap .headerGlobalMenu li {
  position: relative;
}
@media (min-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li:hover a {
    background: #d9e9fe;
  }
}
@media (min-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li:hover ul.globalSubMenu {
    display: block;
    position: absolute;
    width: 250px;
    background: #fff;
  }
}
@media (min-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li:hover ul.globalSubMenu li a {
    display: block;
    padding: 18px 20px;
    font-weight: 100;
    background: none;
  }
}
@media (min-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li:hover ul.globalSubMenu li a:hover {
    background: #f2fbfe;
  }
}
.headerMenuGlobalWrap .headerGlobalMenu li.notLine {
  display: none;
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li.notLine {
    display: block;
    border-top: none;
  }
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li.notLine .notLineSection {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
.headerMenuGlobalWrap .headerGlobalMenu li.globalSpMenu {
  display: none;
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li.globalSpMenu {
    display: block;
    background: #EEF5FF;
    border-top: none;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li.globalSpMenu .globalFormLinkSection {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li.globalSpMenu .globalFormLinkSection.top {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li.globalSpMenu .globalFormLinkSection.bottom {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li.noBorder {
    border-bottom: none;
  }
}
.headerMenuGlobalWrap .headerGlobalMenu li a {
  display: inline-block;
  padding: 24px 20px;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li a {
    display: block;
    margin: 0;
    padding: 15px 0 15px 0;
    text-align: left;
    position: relative;
    font-weight: 400;
    margin: 0 25px;
    border-top: 1px solid #ddd;
  }
  .headerMenuGlobalWrap .headerGlobalMenu li a::before, .headerMenuGlobalWrap .headerGlobalMenu li a::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 9;
    border-style: solid;
    border-width: 0.6em 0 0.6em 0.4em;
    top: 50%;
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
  .headerMenuGlobalWrap .headerGlobalMenu li a::before {
    border-color: transparent transparent transparent #004097;
    right: 31px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li a::before {
    right: 15px;
  }
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li a::after {
    border-color: transparent transparent transparent #FFF;
    right: 32px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li a::after {
    right: 16px;
  }
}
@media (max-width: 500px) {
  .headerMenuGlobalWrap .headerGlobalMenu li a {
    font-size: 5vw;
  }
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li a:first-child {
    border-top: none;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li a.globalFormLink {
    width: calc(100% - 50px);
    margin: 0 auto;
    text-align: center;
    background: #fff000;
    border-radius: 30px;
    padding: 12px 5% 14px;
    font-weight: 700;
    font-size: 6vw;
    color: #333;
    border: none;
  }
  .headerMenuGlobalWrap .headerGlobalMenu li a.globalFormLink::before, .headerMenuGlobalWrap .headerGlobalMenu li a.globalFormLink::after {
    content: none;
  }
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li a.headerMenuBtn {
    padding: 13px 0 11px;
    border-radius: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 6vw;
  }
  .headerMenuGlobalWrap .headerGlobalMenu li a.headerMenuBtn::before, .headerMenuGlobalWrap .headerGlobalMenu li a.headerMenuBtn::after {
    content: none;
  }
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li a.headerTelBtn {
    border: 1px solid #ddd;
    width: 80%;
    margin: 0 auto !important;
    font-size: 5vw;
  }
  .headerMenuGlobalWrap .headerGlobalMenu li a.headerTelBtn::before {
    position: relative;
    font-family: "Material Icons";
    content: "phone_in_talk";
    right: 10px;
    border: none;
    vertical-align: middle;
    top: -2px;
  }
}
.headerMenuGlobalWrap .headerGlobalMenu li a.headerMailBtn {
  background: #fff000;
  border: 1px solid #fff000;
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li a.headerMailBtn::before {
    position: relative;
    font-family: "Material Icons";
    content: "mail_outline";
    right: 10px;
    border: none;
    vertical-align: middle;
    top: -2px;
  }
}
.headerMenuGlobalWrap .headerGlobalMenu li:last-child a {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .headerMenuGlobalWrap .headerGlobalMenu li .headerMenuCaution {
    margin-top: 5px;
    display: block;
    text-align: center;
  }
}
.headerMenuGlobalWrap input[id=toggleMenuId] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.pageHeader {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1024px) {
  .pageHeader {
    font-size: 5vw;
  }
}
@media (max-width: 500px) {
  .pageHeader {
    font-size: 8vw;
  }
}
.privacy .pageHeader {
  margin-bottom: 80px;
}
.voluntarysale .pageHeader {
  margin-bottom: 100px;
}
@media (max-width: 500px) {
  .voluntarysale .pageHeader {
    margin-bottom: 50px;
  }
}
.sell .pageHeader {
  padding: 100px 0;
  background-color: #EEF5FF;
}
#sellflow .pageHeader, #faq .pageHeader, #comparison .pageHeader {
  padding: 100px 0 20px;
}
@media (max-width: 500px) {
  #sellflow .pageHeader, #faq .pageHeader, #comparison .pageHeader {
    padding-top: 50px;
  }
}

.pageSection {
  text-align: center;
  margin-bottom: 80px;
  font-size: 18px;
}
.step2 .pageSection {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .pageSection {
    font-size: 1.9vw;
  }
}
@media (max-width: 500px) {
  .pageSection {
    font-size: 4.2vw;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 30px;
    line-height: 1.5em;
  }
}

.telLinkSection {
  color: #004097;
  font-weight: 400;
  font-size: 0.8em;
  display: inline-block;
  padding: 25px 0 8px;
}
@media (max-width: 500px) {
  .telLinkSection {
    display: inline-block;
  }
}

.formTelLink {
  display: inline-block;
  background: #fff000;
  padding: 10px 40px 15px;
  border-radius: 38px;
  font-size: 1.7em;
  line-height: 1em;
  font-weight: 700;
}
@media (max-width: 500px) {
  .formTelLink {
    font-weight: 700;
  }
}
.formTelLink .telWorkTime {
  display: block;
  font-size: 0.45em;
  line-height: 1em;
  padding-top: 5px;
}

.formStep2Wrap .formBgWrap {
  background: #fff;
  border-radius: 10px;
  padding: 60px 80px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  margin-bottom: 60px;
}
@media (max-width: 500px) {
  .formStep2Wrap .formBgWrap {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1024px) {
  .formStep2Wrap .formBgWrap {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 500px) {
  .formStep2Wrap .formBgWrap {
    margin-bottom: 5%;
    padding-bottom: 5%;
    padding-top: 5%;
  }
}
.formStep2Wrap .formInput, .formStep2Wrap .formConfirm, .formStep2Wrap .formSend {
  display: none;
}
.formStep2Wrap .formInput.active, .formStep2Wrap .formConfirm.active, .formStep2Wrap .formSend.active {
  display: block;
}
.formStep2Wrap .alreadyInput {
  margin-right: 10px;
}
.formStep2Wrap .inputUnit {
  margin-left: 8px;
}
.formStep2Wrap .formCaution {
  color: #f00;
  display: block;
}
.formStep2Wrap .formSendCautionWrap {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  padding-bottom: 70px;
  line-height: 1.4em;
}
@media (max-width: 500px) {
  .formStep2Wrap .formSendCautionWrap {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1024px) {
  .formStep2Wrap .formSendCautionWrap {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
@media (max-width: 500px) {
  .formStep2Wrap .formSendCautionWrap {
    line-height: 1.6em;
    font-size: 12px;
    margin-bottom: 0;
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
.formStep2Wrap .formSendCautionWrap .formSendCaution {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
.formStep2Wrap .formSectionHeader {
  color: #004097;
  font-weight: 600;
  font-size: 30px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .formStep2Wrap .formSectionHeader {
    font-size: 5.5vw;
  }
}
.formStep2Wrap .formSectionHeader::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #004097;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.formStep2Wrap .formSectionHeader span {
  background: #fff;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 500px) {
  .formStep2Wrap .formSectionHeader span {
    padding-left: 0;
  }
}
.formStep2Wrap .baseInfoWrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #F3F3F3;
  padding: 20px;
  margin-bottom: 20px;
  /*        .baseInfo{
          }*/
}
@media (max-width: 500px) {
  .formStep2Wrap .baseInfoWrap {
    display: block;
    margin-bottom: 0;
  }
}
.formStep2Wrap .baseInfoWrap .baseInfoImg {
  width: 180px;
  margin-right: 30px;
}
.formStep2Wrap .baseInfoWrap .baseInfoImg img {
  max-width: 100%;
}
@media (max-width: 500px) {
  .formStep2Wrap .baseInfoWrap .baseInfoImg {
    margin: 0 auto 20px;
  }
}
.formStep2Wrap .baseInfoWrap .baseInfoSection {
  margin-right: auto;
}
.formStep2Wrap .baseInfoWrap .baseInfoTitle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  color: #004098;
  font-size: 1.3em;
  font-weight: 600;
}
.formStep2Wrap .baseInfoWrap .baseInfoTitle .baseTitle {
  font-size: 1rem;
  font-weight: normal;
}
@media (max-width: 500px) {
  .formStep2Wrap .baseInfoWrap .baseInfoTitle {
    margin-bottom: 4px;
    font-size: 1em;
  }
}
@media (max-width: 500px) {
  .formStep2Wrap .baseInfoWrap input[name=baseno] {
    width: 100%;
  }
}
.formStep2Wrap .baseInfoWrap .baseTitle {
  padding: 5px 15px;
  background: #FFF;
  border: 1px solid #CBCBCB;
  margin-right: 10px;
  text-align: center;
  min-width: 120px;
}
@media (max-width: 500px) {
  .formStep2Wrap .baseInfoWrap .baseTitle {
    width: auto;
    min-width: 120px;
  }
}
.formStep2Wrap .baseInfoWrap .baseInfoItemWrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-bottom: 10px;
}
.formStep2Wrap .baseInfoWrap .baseInfoItemWrap .baseInfoItem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 350px;
}
.formStep2Wrap .baseInfoWrap .baseInfoItemWrap .baseInfoItem .moneyWrap {
  font-family: "Jost", sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  color: #004098;
  margin-right: 5px;
}
@media (max-width: 500px) {
  .formStep2Wrap .baseInfoWrap .baseInfoItemWrap {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) and (max-width: 500px) {
  .formStep2Wrap .baseInfoWrap .baseInfoItemWrap .baseInfoItem {
    width: 100%;
    margin-bottom: 4px;
  }
}
.formStep2Wrap .inputList, .formStep2Wrap .confirmList, .formStep2Wrap .notInputList {
  margin-bottom: 80px;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputList, .formStep2Wrap .confirmList, .formStep2Wrap .notInputList {
    margin-bottom: 5%;
  }
}
.formStep2Wrap .inputList li, .formStep2Wrap .confirmList li, .formStep2Wrap .notInputList li {
  display: flex;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputList li, .formStep2Wrap .confirmList li, .formStep2Wrap .notInputList li {
    display: block;
  }
}
.formStep2Wrap .inputList li .inputContentItem, .formStep2Wrap .confirmList li .inputContentItem, .formStep2Wrap .notInputList li .inputContentItem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.formStep2Wrap .inputList li .inputContentItem.mb20, .formStep2Wrap .confirmList li .inputContentItem.mb20, .formStep2Wrap .notInputList li .inputContentItem.mb20 {
  margin-bottom: 20px;
}
.formStep2Wrap .inputList li .inputContentItem.nowLiving, .formStep2Wrap .confirmList li .inputContentItem.nowLiving, .formStep2Wrap .notInputList li .inputContentItem.nowLiving {
  margin-bottom: 8px;
}
.formStep2Wrap .inputList li .inputContentItem label, .formStep2Wrap .confirmList li .inputContentItem label, .formStep2Wrap .notInputList li .inputContentItem label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 40px;
  position: relative;
}
.formStep2Wrap .inputList li .inputContentItem label input[type=checkbox], .formStep2Wrap .inputList li .inputContentItem label input[type=radio], .formStep2Wrap .confirmList li .inputContentItem label input[type=checkbox], .formStep2Wrap .confirmList li .inputContentItem label input[type=radio], .formStep2Wrap .notInputList li .inputContentItem label input[type=checkbox], .formStep2Wrap .notInputList li .inputContentItem label input[type=radio] {
  margin-right: 10px;
  transform: scale(1.5);
}
.formStep2Wrap .inputList li .inputContentItem input[type=checkbox], .formStep2Wrap .confirmList li .inputContentItem input[type=checkbox], .formStep2Wrap .notInputList li .inputContentItem input[type=checkbox] {
  display: none;
}
.formStep2Wrap .inputList li .inputContentItem input[type=checkbox] + label, .formStep2Wrap .confirmList li .inputContentItem input[type=checkbox] + label, .formStep2Wrap .notInputList li .inputContentItem input[type=checkbox] + label {
  padding-left: 1.5em;
}
@media (max-width: 1024px) {
  .formStep2Wrap .inputList li .inputContentItem input[type=checkbox] + label, .formStep2Wrap .confirmList li .inputContentItem input[type=checkbox] + label, .formStep2Wrap .notInputList li .inputContentItem input[type=checkbox] + label {
    font-size: 1.4vw;
  }
}
@media (max-width: 500px) {
  .formStep2Wrap .inputList li .inputContentItem input[type=checkbox] + label, .formStep2Wrap .confirmList li .inputContentItem input[type=checkbox] + label, .formStep2Wrap .notInputList li .inputContentItem input[type=checkbox] + label {
    font-size: 4.2vw;
    padding-left: 1.6em;
  }
}
.formStep2Wrap .inputList li .inputContentItem input[type=checkbox] + label::before, .formStep2Wrap .confirmList li .inputContentItem input[type=checkbox] + label::before, .formStep2Wrap .notInputList li .inputContentItem input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  margin-top: -0.4em;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #C8C8C8;
  /* 枠の色変更 お好きな色を */
  background-color: #FFF;
  /* 背景の色変更 お好きな色を */
  border-radius: 1em;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputList li .inputContentItem input[type=checkbox] + label::before, .formStep2Wrap .confirmList li .inputContentItem input[type=checkbox] + label::before, .formStep2Wrap .notInputList li .inputContentItem input[type=checkbox] + label::before {
    width: 1.5em;
    height: 1.5em;
    margin-top: -0.7em;
  }
}
.formStep2Wrap .inputList li .inputContentItem input[type=checkbox]:checked + label::after, .formStep2Wrap .confirmList li .inputContentItem input[type=checkbox]:checked + label::after, .formStep2Wrap .notInputList li .inputContentItem input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 0.7em;
  height: 0.7em;
  margin-top: -0.23em;
  top: 50%;
  left: 0.15em;
  background: #004097;
  border-radius: 1em;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputList li .inputContentItem input[type=checkbox]:checked + label::after, .formStep2Wrap .confirmList li .inputContentItem input[type=checkbox]:checked + label::after, .formStep2Wrap .notInputList li .inputContentItem input[type=checkbox]:checked + label::after {
    width: 1.2em;
    height: 1.2em;
    margin-top: -0.54em;
  }
}
@media (max-width: 500px) {
  .formStep2Wrap .inputList li .inputContentItem, .formStep2Wrap .confirmList li .inputContentItem, .formStep2Wrap .notInputList li .inputContentItem {
    display: block;
  }
  .formStep2Wrap .inputList li .inputContentItem label, .formStep2Wrap .confirmList li .inputContentItem label, .formStep2Wrap .notInputList li .inputContentItem label {
    margin: 0;
  }
}
.formStep2Wrap .inputList li textarea, .formStep2Wrap .confirmList li textarea, .formStep2Wrap .notInputList li textarea {
  min-height: 150px;
}
.formStep2Wrap .inputList li input[type=text], .formStep2Wrap .inputList li input[type=tel], .formStep2Wrap .inputList li input[type=email], .formStep2Wrap .inputList li textarea, .formStep2Wrap .inputList li select, .formStep2Wrap .confirmList li input[type=text], .formStep2Wrap .confirmList li input[type=tel], .formStep2Wrap .confirmList li input[type=email], .formStep2Wrap .confirmList li textarea, .formStep2Wrap .confirmList li select, .formStep2Wrap .notInputList li input[type=text], .formStep2Wrap .notInputList li input[type=tel], .formStep2Wrap .notInputList li input[type=email], .formStep2Wrap .notInputList li textarea, .formStep2Wrap .notInputList li select {
  width: 100%;
  border: 1px solid #C8C8C8;
  padding: 10px 20px;
  line-height: 1.5em;
  border-radius: 26px;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputList li input[type=text], .formStep2Wrap .inputList li input[type=tel], .formStep2Wrap .inputList li input[type=email], .formStep2Wrap .inputList li textarea, .formStep2Wrap .inputList li select, .formStep2Wrap .confirmList li input[type=text], .formStep2Wrap .confirmList li input[type=tel], .formStep2Wrap .confirmList li input[type=email], .formStep2Wrap .confirmList li textarea, .formStep2Wrap .confirmList li select, .formStep2Wrap .notInputList li input[type=text], .formStep2Wrap .notInputList li input[type=tel], .formStep2Wrap .notInputList li input[type=email], .formStep2Wrap .notInputList li textarea, .formStep2Wrap .notInputList li select {
    line-height: 1em;
  }
}
.formStep2Wrap .inputList li input[type=text].halfInput, .formStep2Wrap .inputList li input[type=tel].halfInput, .formStep2Wrap .inputList li input[type=email].halfInput, .formStep2Wrap .inputList li textarea.halfInput, .formStep2Wrap .inputList li select.halfInput, .formStep2Wrap .confirmList li input[type=text].halfInput, .formStep2Wrap .confirmList li input[type=tel].halfInput, .formStep2Wrap .confirmList li input[type=email].halfInput, .formStep2Wrap .confirmList li textarea.halfInput, .formStep2Wrap .confirmList li select.halfInput, .formStep2Wrap .notInputList li input[type=text].halfInput, .formStep2Wrap .notInputList li input[type=tel].halfInput, .formStep2Wrap .notInputList li input[type=email].halfInput, .formStep2Wrap .notInputList li textarea.halfInput, .formStep2Wrap .notInputList li select.halfInput {
  width: 50%;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputList li input[type=text].halfInput, .formStep2Wrap .inputList li input[type=tel].halfInput, .formStep2Wrap .inputList li input[type=email].halfInput, .formStep2Wrap .inputList li textarea.halfInput, .formStep2Wrap .inputList li select.halfInput, .formStep2Wrap .confirmList li input[type=text].halfInput, .formStep2Wrap .confirmList li input[type=tel].halfInput, .formStep2Wrap .confirmList li input[type=email].halfInput, .formStep2Wrap .confirmList li textarea.halfInput, .formStep2Wrap .confirmList li select.halfInput, .formStep2Wrap .notInputList li input[type=text].halfInput, .formStep2Wrap .notInputList li input[type=tel].halfInput, .formStep2Wrap .notInputList li input[type=email].halfInput, .formStep2Wrap .notInputList li textarea.halfInput, .formStep2Wrap .notInputList li select.halfInput {
    width: 100%;
  }
}
.formStep2Wrap .inputList li input[type=text].halfspnanaInput, .formStep2Wrap .inputList li input[type=tel].halfspnanaInput, .formStep2Wrap .inputList li input[type=email].halfspnanaInput, .formStep2Wrap .inputList li textarea.halfspnanaInput, .formStep2Wrap .inputList li select.halfspnanaInput, .formStep2Wrap .confirmList li input[type=text].halfspnanaInput, .formStep2Wrap .confirmList li input[type=tel].halfspnanaInput, .formStep2Wrap .confirmList li input[type=email].halfspnanaInput, .formStep2Wrap .confirmList li textarea.halfspnanaInput, .formStep2Wrap .confirmList li select.halfspnanaInput, .formStep2Wrap .notInputList li input[type=text].halfspnanaInput, .formStep2Wrap .notInputList li input[type=tel].halfspnanaInput, .formStep2Wrap .notInputList li input[type=email].halfspnanaInput, .formStep2Wrap .notInputList li textarea.halfspnanaInput, .formStep2Wrap .notInputList li select.halfspnanaInput {
  width: 50%;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputList li input[type=text].halfspnanaInput, .formStep2Wrap .inputList li input[type=tel].halfspnanaInput, .formStep2Wrap .inputList li input[type=email].halfspnanaInput, .formStep2Wrap .inputList li textarea.halfspnanaInput, .formStep2Wrap .inputList li select.halfspnanaInput, .formStep2Wrap .confirmList li input[type=text].halfspnanaInput, .formStep2Wrap .confirmList li input[type=tel].halfspnanaInput, .formStep2Wrap .confirmList li input[type=email].halfspnanaInput, .formStep2Wrap .confirmList li textarea.halfspnanaInput, .formStep2Wrap .confirmList li select.halfspnanaInput, .formStep2Wrap .notInputList li input[type=text].halfspnanaInput, .formStep2Wrap .notInputList li input[type=tel].halfspnanaInput, .formStep2Wrap .notInputList li input[type=email].halfspnanaInput, .formStep2Wrap .notInputList li textarea.halfspnanaInput, .formStep2Wrap .notInputList li select.halfspnanaInput {
    width: 70%;
  }
}
.formStep2Wrap .inputList li input[type=text].quarterInput, .formStep2Wrap .inputList li input[type=tel].quarterInput, .formStep2Wrap .inputList li input[type=email].quarterInput, .formStep2Wrap .inputList li textarea.quarterInput, .formStep2Wrap .inputList li select.quarterInput, .formStep2Wrap .confirmList li input[type=text].quarterInput, .formStep2Wrap .confirmList li input[type=tel].quarterInput, .formStep2Wrap .confirmList li input[type=email].quarterInput, .formStep2Wrap .confirmList li textarea.quarterInput, .formStep2Wrap .confirmList li select.quarterInput, .formStep2Wrap .notInputList li input[type=text].quarterInput, .formStep2Wrap .notInputList li input[type=tel].quarterInput, .formStep2Wrap .notInputList li input[type=email].quarterInput, .formStep2Wrap .notInputList li textarea.quarterInput, .formStep2Wrap .notInputList li select.quarterInput {
  width: 25%;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputList li input[type=text].quarterInput, .formStep2Wrap .inputList li input[type=tel].quarterInput, .formStep2Wrap .inputList li input[type=email].quarterInput, .formStep2Wrap .inputList li textarea.quarterInput, .formStep2Wrap .inputList li select.quarterInput, .formStep2Wrap .confirmList li input[type=text].quarterInput, .formStep2Wrap .confirmList li input[type=tel].quarterInput, .formStep2Wrap .confirmList li input[type=email].quarterInput, .formStep2Wrap .confirmList li textarea.quarterInput, .formStep2Wrap .confirmList li select.quarterInput, .formStep2Wrap .notInputList li input[type=text].quarterInput, .formStep2Wrap .notInputList li input[type=tel].quarterInput, .formStep2Wrap .notInputList li input[type=email].quarterInput, .formStep2Wrap .notInputList li textarea.quarterInput, .formStep2Wrap .notInputList li select.quarterInput {
    width: 100%;
  }
}
.formStep2Wrap .inputList li input[type=text].nanawariInput, .formStep2Wrap .inputList li input[type=tel].nanawariInput, .formStep2Wrap .inputList li input[type=email].nanawariInput, .formStep2Wrap .inputList li textarea.nanawariInput, .formStep2Wrap .inputList li select.nanawariInput, .formStep2Wrap .confirmList li input[type=text].nanawariInput, .formStep2Wrap .confirmList li input[type=tel].nanawariInput, .formStep2Wrap .confirmList li input[type=email].nanawariInput, .formStep2Wrap .confirmList li textarea.nanawariInput, .formStep2Wrap .confirmList li select.nanawariInput, .formStep2Wrap .notInputList li input[type=text].nanawariInput, .formStep2Wrap .notInputList li input[type=tel].nanawariInput, .formStep2Wrap .notInputList li input[type=email].nanawariInput, .formStep2Wrap .notInputList li textarea.nanawariInput, .formStep2Wrap .notInputList li select.nanawariInput {
  width: 70%;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputList li input[type=text].nanawariInput.areaNo, .formStep2Wrap .inputList li input[type=tel].nanawariInput.areaNo, .formStep2Wrap .inputList li input[type=email].nanawariInput.areaNo, .formStep2Wrap .inputList li textarea.nanawariInput.areaNo, .formStep2Wrap .inputList li select.nanawariInput.areaNo, .formStep2Wrap .confirmList li input[type=text].nanawariInput.areaNo, .formStep2Wrap .confirmList li input[type=tel].nanawariInput.areaNo, .formStep2Wrap .confirmList li input[type=email].nanawariInput.areaNo, .formStep2Wrap .confirmList li textarea.nanawariInput.areaNo, .formStep2Wrap .confirmList li select.nanawariInput.areaNo, .formStep2Wrap .notInputList li input[type=text].nanawariInput.areaNo, .formStep2Wrap .notInputList li input[type=tel].nanawariInput.areaNo, .formStep2Wrap .notInputList li input[type=email].nanawariInput.areaNo, .formStep2Wrap .notInputList li textarea.nanawariInput.areaNo, .formStep2Wrap .notInputList li select.nanawariInput.areaNo {
    width: 60%;
  }
}
.formStep2Wrap .inputList li input[type=text].kyuwariInput, .formStep2Wrap .inputList li input[type=tel].kyuwariInput, .formStep2Wrap .inputList li input[type=email].kyuwariInput, .formStep2Wrap .inputList li textarea.kyuwariInput, .formStep2Wrap .inputList li select.kyuwariInput, .formStep2Wrap .confirmList li input[type=text].kyuwariInput, .formStep2Wrap .confirmList li input[type=tel].kyuwariInput, .formStep2Wrap .confirmList li input[type=email].kyuwariInput, .formStep2Wrap .confirmList li textarea.kyuwariInput, .formStep2Wrap .confirmList li select.kyuwariInput, .formStep2Wrap .notInputList li input[type=text].kyuwariInput, .formStep2Wrap .notInputList li input[type=tel].kyuwariInput, .formStep2Wrap .notInputList li input[type=email].kyuwariInput, .formStep2Wrap .notInputList li textarea.kyuwariInput, .formStep2Wrap .notInputList li select.kyuwariInput {
  width: 90%;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputList li input[type=text], .formStep2Wrap .inputList li input[type=tel], .formStep2Wrap .inputList li input[type=email], .formStep2Wrap .confirmList li input[type=text], .formStep2Wrap .confirmList li input[type=tel], .formStep2Wrap .confirmList li input[type=email], .formStep2Wrap .notInputList li input[type=text], .formStep2Wrap .notInputList li input[type=tel], .formStep2Wrap .notInputList li input[type=email] {
    padding: 6px 20px;
  }
}
.formStep2Wrap .inputList li input[type=text]:read-only, .formStep2Wrap .inputList li input[type=tel]:read-only, .formStep2Wrap .inputList li input[type=email]:read-only, .formStep2Wrap .confirmList li input[type=text]:read-only, .formStep2Wrap .confirmList li input[type=tel]:read-only, .formStep2Wrap .confirmList li input[type=email]:read-only, .formStep2Wrap .notInputList li input[type=text]:read-only, .formStep2Wrap .notInputList li input[type=tel]:read-only, .formStep2Wrap .notInputList li input[type=email]:read-only {
  background: #e6e6e6;
}
.formStep2Wrap .inputList li input:-webkit-calendar-picker-indicator, .formStep2Wrap .confirmList li input:-webkit-calendar-picker-indicator, .formStep2Wrap .notInputList li input:-webkit-calendar-picker-indicator {
  display: none;
}
.formStep2Wrap .inputList li .selectWrap, .formStep2Wrap .confirmList li .selectWrap, .formStep2Wrap .notInputList li .selectWrap {
  position: relative;
}
.formStep2Wrap .inputList li .selectWrap::after, .formStep2Wrap .confirmList li .selectWrap::after, .formStep2Wrap .notInputList li .selectWrap::after {
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #333333 transparent;
  content: " ";
  top: 13px;
  right: 15px;
  position: absolute;
  background-color: transparent;
}
.formStep2Wrap .inputList .inputListContentWrap .topContent, .formStep2Wrap .confirmList .inputListContentWrap .topContent, .formStep2Wrap .notInputList .inputListContentWrap .topContent {
  display: inline-block;
  padding: 20px 20px 0 25px;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputList .inputListContentWrap .topContent, .formStep2Wrap .confirmList .inputListContentWrap .topContent, .formStep2Wrap .notInputList .inputListContentWrap .topContent {
    padding: 10px 0 0;
  }
}
.formStep2Wrap .inputList .inputListContentWrap .bottomLeftContent, .formStep2Wrap .confirmList .inputListContentWrap .bottomLeftContent, .formStep2Wrap .notInputList .inputListContentWrap .bottomLeftContent {
  padding: 0 0 20px 20px;
  width: 30%;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputList .inputListContentWrap .bottomLeftContent, .formStep2Wrap .confirmList .inputListContentWrap .bottomLeftContent, .formStep2Wrap .notInputList .inputListContentWrap .bottomLeftContent {
    padding: 10px 0 0;
    display: block;
    width: 50%;
  }
}
.formStep2Wrap .inputList .inputListContentWrap .bottomRightContent, .formStep2Wrap .confirmList .inputListContentWrap .bottomRightContent, .formStep2Wrap .notInputList .inputListContentWrap .bottomRightContent {
  padding: 0 20px 20px;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputList .inputListContentWrap .bottomRightContent, .formStep2Wrap .confirmList .inputListContentWrap .bottomRightContent, .formStep2Wrap .notInputList .inputListContentWrap .bottomRightContent {
    padding: 10px 0 0;
  }
}
.formStep2Wrap .inputList .inputListContentWrap .inputListContentItem, .formStep2Wrap .confirmList .inputListContentWrap .inputListContentItem, .formStep2Wrap .notInputList .inputListContentWrap .inputListContentItem {
  display: flex;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputList .inputListContentWrap .inputListContentItem, .formStep2Wrap .confirmList .inputListContentWrap .inputListContentItem, .formStep2Wrap .notInputList .inputListContentWrap .inputListContentItem {
    display: block;
  }
}
.formStep2Wrap .inputListTitle, .formStep2Wrap .confirmListTitle, .formStep2Wrap .notInputListTitle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px;
  min-width: 250px;
  font-weight: 600;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputListTitle, .formStep2Wrap .confirmListTitle, .formStep2Wrap .notInputListTitle {
    width: 100%;
    padding: 20px 0 0 0;
    justify-content: left;
  }
}
.formStep2Wrap .inputListTitle .must, .formStep2Wrap .inputListTitle .any, .formStep2Wrap .confirmListTitle .must, .formStep2Wrap .confirmListTitle .any, .formStep2Wrap .notInputListTitle .must, .formStep2Wrap .notInputListTitle .any {
  color: #fff;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 0.9em;
  line-height: 1.8em;
  font-weight: 500;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputListTitle .must, .formStep2Wrap .inputListTitle .any, .formStep2Wrap .confirmListTitle .must, .formStep2Wrap .confirmListTitle .any, .formStep2Wrap .notInputListTitle .must, .formStep2Wrap .notInputListTitle .any {
    margin-left: 15px;
  }
}
.formStep2Wrap .inputListTitle .must.ok, .formStep2Wrap .inputListTitle .any.ok, .formStep2Wrap .confirmListTitle .must.ok, .formStep2Wrap .confirmListTitle .any.ok, .formStep2Wrap .notInputListTitle .must.ok, .formStep2Wrap .notInputListTitle .any.ok {
  background: #004097;
  color: #FFF;
}
.formStep2Wrap .inputListTitle .must, .formStep2Wrap .confirmListTitle .must, .formStep2Wrap .notInputListTitle .must {
  background: #Fff000;
  color: #333;
}
.formStep2Wrap .inputListTitle .any, .formStep2Wrap .confirmListTitle .any, .formStep2Wrap .notInputListTitle .any {
  background: #707070;
}
.formStep2Wrap .inputListContent, .formStep2Wrap .confirmListContent, .formStep2Wrap .notInputListContent {
  width: 100%;
  padding: 20px;
  position: relative;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputListContent, .formStep2Wrap .confirmListContent, .formStep2Wrap .notInputListContent {
    display: inline-block;
    padding: 10px 0 0 0;
  }
}
.formStep2Wrap .inputListContent .confirmTextareaVal, .formStep2Wrap .confirmListContent .confirmTextareaVal, .formStep2Wrap .notInputListContent .confirmTextareaVal {
  display: block;
}
.formStep2Wrap .notInputListTitle {
  padding: 0;
}
.formStep2Wrap .formExplain {
  margin-top: 10px;
  font-size: 1em;
}
.formStep2Wrap .formstand {
  font-weight: 600;
  font-size: 1.1em;
}
.formStep2Wrap .acceptPolicy {
  text-align: center;
}
@media (max-width: 500px) {
  .formStep2Wrap .acceptPolicy {
    font-size: 3.6vw;
  }
}
.formStep2Wrap .acceptPolicy a {
  color: #333;
  text-decoration: underline;
}
.formStep2Wrap .acceptPolicy a::after {
  content: none;
}
@media (max-width: 500px) {
  .formStep2Wrap .acceptPolicy a::after {
    width: 3vw;
    margin-bottom: -1.2vw;
  }
}
.formStep2Wrap .pleaseInput {
  border: 2px solid #333333;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  line-height: 1.6em;
}
@media (max-width: 500px) {
  .formStep2Wrap .pleaseInput {
    margin-bottom: 0;
    padding: 10% 0;
    border: none;
    line-height: 1.6em;
  }
}
.formStep2Wrap .pleaseInput p {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .formStep2Wrap .pleaseInput p {
    font-size: 0.8em;
  }
}
.formStep2Wrap .pleaseInput .pleaseInputTitle {
  font-size: 1.3em;
  margin-bottom: 10px;
  font-weight: 600;
}
.formStep2Wrap .pleaseInput .pleaseInputTitle i {
  margin-right: 0.5em;
}
@media (max-width: 500px) {
  .formStep2Wrap .pleaseInput .pleaseInputTitle {
    font-size: 4.4vw;
  }
}
@media (max-width: 500px) {
  .formStep2Wrap .pleaseInput .pleaseInputContent {
    font-size: 3.8vw;
  }
}
@media (max-width: 500px) {
  .formStep2Wrap .pleaseInput .pleaseInputContent br {
    display: none;
  }
}
.formStep2Wrap .btnCover {
  text-align: center;
}
@media (max-width: 500px) {
  .formStep2Wrap .btnCover {
    font-size: 4.6vw;
  }
}
.formStep2Wrap .btnCover .formBtn {
  position: relative;
  display: inline-block;
  background: #004097;
  color: #fff;
  padding: 15px 40px;
  font-weight: 600;
  border-radius: 30px;
  margin-bottom: 70px;
  font-size: 1.3rem;
}
@media (max-width: 500px) {
  .formStep2Wrap .btnCover .formBtn {
    margin: 5% 0;
  }
}
.formStep2Wrap .btnCover .formBtn.disabled {
  background: #d1d1d1;
  pointer-events: none;
  cursor: default;
}
.formStep2Wrap .btnCover .formBtn:hover {
  opacity: 0.8;
}
.formStep2Wrap .btnCover .formBtn.content_fix {
  background: #d1d1d1;
  color: #333;
}
@media (max-width: 500px) {
  .formStep2Wrap .btnCover .formBtn.content_fix {
    width: 80%;
    background: #d1d1d1;
    color: #333;
    font-size: 3.8vw;
  }
}
.formStep2Wrap .btnCover input.formBtn {
  width: 400px;
  height: 60px;
  cursor: pointer;
}
@media (max-width: 500px) {
  .formStep2Wrap .btnCover input.formBtn {
    width: 100%;
  }
}
.formStep2Wrap .ComfirmButton {
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  .formStep2Wrap .ComfirmButton {
    flex-direction: column;
    padding: 5% 0 10% 0;
  }
}
.formStep2Wrap .ComfirmButton .btnCover {
  margin: 15px;
  position: relative;
}
@media (max-width: 500px) {
  .formStep2Wrap .ComfirmButton .btnCover {
    margin: 0 5%;
  }
}
.formStep2Wrap .formSendTitle {
  font-size: 1.5em;
  font-weight: 600;
  width: 800px;
  margin: 0 auto 40px;
}
.formStep2Wrap .formSendContent {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .formStep2Wrap .formSendTitle {
    font-size: 5vw;
    width: 100%;
  }
  .formStep2Wrap .formSendContent {
    width: 100%;
  }
}

.inputListContent {
  position: relative;
}

.inputError {
  position: absolute;
  padding: 5px;
  font-size: 0.8em;
  background: #ffa18c;
  bottom: -30px;
  left: 20px;
  z-index: 2;
}
.inputError.active {
  display: block;
}
.inputError:after {
  content: "";
  position: absolute;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #ffa18c transparent;
  width: 0;
  height: 0;
  top: -6px;
  left: 10px;
}

@media (max-width: 500px) {
  .nowLiving .sp_hide {
    display: none;
  }
}

.formStep2Wrap .inputListContent {
  padding: 7px 20px 8px;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputListContent {
    padding-left: 0;
    padding-right: 0;
  }
}
.formStep2Wrap .inputListContent.already {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .formStep2Wrap .inputListContent.already {
    display: block;
  }
}

@media (max-width: 500px) {
  .voluntarysaleTop .topcatchImgWrap {
    margin-bottom: 0;
    padding-top: 0;
  }
}
.topNowBox {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  height: 282px;
  margin-bottom: 70px;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 500px) {
  .topNowBox {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.topNowBox .topNowBoxText {
  padding: 40px;
}
.topNowBox .topNowBoxTextTitle {
  width: 169px;
  height: 47px;
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  font-weight: 600;
  background-color: #004097;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topNowBox .topNowBoxTextCheckmark li {
  margin-bottom: 0.5rem;
  padding-left: 2rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
}
.topNowBox .topNowBoxTextCheckmark li::before {
  font-family: "Material Icons";
  content: "done_outline";
  color: #004097;
  font-size: 1.625rem;
  position: absolute;
  left: 0;
}
.topNowBox .topNowBoxImg {
  width: 500px;
}
@media (max-width: 500px) {
  .topNowBox {
    width: 90%;
    height: auto;
    margin-bottom: 40px;
    padding: 0;
    flex-flow: column-reverse;
  }
  .topNowBox .topNowBoxText {
    padding: 30px;
  }
  .topNowBox .topNowBoxTextTitle {
    width: 45.0667vw;
    height: auto;
    font-size: 5.8667vw;
  }
  .topNowBox .topNowBoxTextCheckmark li {
    font-size: 4.75vw;
    padding-left: 6.4vw;
  }
  .topNowBox .topNowBoxTextCheckmark li::before {
    font-size: 4.5333vw;
    top: 2px;
  }
  .topNowBox .topNowBoxImg {
    max-width: 100%;
  }
  .topNowBox .topcatchImgWrap {
    margin-bottom: 0;
  }
  .topNowBox .topcatchInnerBox {
    padding: 0 5% 2rem;
  }
}

.voluntaryComparison {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  margin-bottom: 70px;
}
@media (max-width: 500px) {
  .voluntaryComparison {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .voluntaryComparison {
    margin-bottom: 40px;
  }
}

.voluntaryComparisonImgItem {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .voluntaryComparisonImgItem {
    position: relative;
    padding-top: 60%;
  }
}
@media (max-width: 500px) {
  .voluntaryComparisonImgItem img {
    max-width: 155%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
}

@media (max-width: 500px) {
  .voluntaryComparisonBalloonWrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 500px) {
  .whatAuction {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .whatAuction .topcatchInnerBox {
    padding-bottom: 30px;
  }
}

.voluntaryComparisonBalloon {
  position: absolute;
  background: #fff;
  padding: 20px 40px;
  border-radius: 20px;
  top: -50px;
  text-align: center;
}
@media (max-width: 500px) {
  .voluntaryComparisonBalloon {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
}
.voluntaryComparisonBalloon::before, .voluntaryComparisonBalloon::after {
  content: "";
  position: absolute;
  background: #fff;
}
.voluntaryComparisonBalloon::before {
  width: 20px;
  height: 20px;
  bottom: -25px;
  border-radius: 20px;
}
.voluntaryComparisonBalloon::after {
  width: 10px;
  height: 10px;
  bottom: -30px;
  border-radius: 10px;
}
.voluntaryComparisonBalloon.voluntaryBalloon {
  left: -100px;
}
@media (max-width: 500px) {
  .voluntaryComparisonBalloon.voluntaryBalloon {
    left: auto;
  }
}
.voluntaryComparisonBalloon.voluntaryBalloon .voluntaryComparisonBalloonTitle {
  color: #cb0000;
}
.voluntaryComparisonBalloon.voluntaryBalloon::before {
  right: 25px;
}
@media (max-width: 500px) {
  .voluntaryComparisonBalloon.voluntaryBalloon::before {
    right: auto;
    left: 25px;
  }
}
.voluntaryComparisonBalloon.voluntaryBalloon::after {
  right: 10px;
}
@media (max-width: 500px) {
  .voluntaryComparisonBalloon.voluntaryBalloon::after {
    right: auto;
    left: 45px;
  }
}
.voluntaryComparisonBalloon.auctionBalloon {
  right: -100px;
}
@media (max-width: 500px) {
  .voluntaryComparisonBalloon.auctionBalloon {
    right: auto;
  }
}
.voluntaryComparisonBalloon.auctionBalloon .voluntaryComparisonBalloonTitle {
  color: #004097;
}
.voluntaryComparisonBalloon.auctionBalloon::before {
  left: 25px;
}
@media (max-width: 500px) {
  .voluntaryComparisonBalloon.auctionBalloon::before {
    left: auto;
    right: 25px;
  }
}
.voluntaryComparisonBalloon.auctionBalloon::after {
  left: 10px;
}
@media (max-width: 500px) {
  .voluntaryComparisonBalloon.auctionBalloon::after {
    left: auto;
    right: 45px;
  }
}
.voluntaryComparisonBalloon .voluntaryComparisonBalloonTitle {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .voluntaryComparisonBalloon .voluntaryComparisonBalloonTitle {
    font-size: 6vw;
  }
}
.voluntaryComparisonBalloon .voluntaryComparisonBalloonSection {
  font-size: 1.1rem;
}
@media (max-width: 500px) {
  .voluntaryComparisonBalloon .voluntaryComparisonBalloonSection {
    display: none;
  }
}

.voluntaryComparisonSection {
  font-size: 1.1rem;
}

.topVoluntarysaleMerit .topVoluntarysaleInner {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .topVoluntarysaleMerit .topVoluntarysaleInner {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.topVoluntarysaleMerit .topVoluntarysaleInner.sp {
  display: none;
}
@media (max-width: 500px) {
  .topVoluntarysaleMerit .topVoluntarysaleInner.sp {
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .topVoluntarysaleMerit .topVoluntarysaleInner.sp.demeritWrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .topVoluntarysaleMerit .topVoluntarysaleInner.pc {
    display: none;
  }
}
.topVoluntarysaleMerit .topVoluntarysaleMeritContent {
  width: 48%;
}
.topVoluntarysaleMeritPopup {
  width: 480px;
  padding: 1rem;
  margin-bottom: 3.75rem;
  font-size: 1.75rem;
  font-weight: 800;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  position: relative;
}
.contentMerit .topVoluntarysaleMeritPopup {
  background-color: #004097;
}
.contentDemerit .topVoluntarysaleMeritPopup {
  background-color: #676767;
}
.contentMerit .topVoluntarysaleMeritPopup::after {
  border-color: #004097 transparent transparent transparent;
}
.contentDemerit .topVoluntarysaleMeritPopup::after {
  border-color: #676767 transparent transparent transparent;
}
.topVoluntarysaleMeritPopup::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 16px 0 16px;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.topVoluntarysaleMeritImgbox .topVoluntarysaleMeritImg {
  width: 100%;
  height: 300px;
  margin-bottom: 1rem;
  border-radius: 20px;
  overflow: hidden;
}
.topVoluntarysaleMeritImgbox .topVoluntarysaleMeritText {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 800;
  text-decoration: underline;
  text-align: center;
  text-decoration-thickness: 4px;
}
.contentMerit .topVoluntarysaleMeritImgbox .topVoluntarysaleMeritText {
  text-decoration-color: #2E85FE;
}
.contentDemerit .topVoluntarysaleMeritImgbox .topVoluntarysaleMeritText {
  text-decoration-color: #CB0000;
}
.topVoluntarysaleMerit .comparisonItemWrap {
  width: 100%;
  max-width: 480px;
  margin-left: 0;
  margin-right: 0;
}
.topVoluntarysaleMerit .comparisonItem {
  width: 100%;
}
.topVoluntarysaleMerit .comparisonItemTitle {
  padding: 0.5rem;
}
.topVoluntarysaleMerit .meritBox {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #004097;
  background-color: #FFF;
}
.topVoluntarysaleMerit .meritBox ul li {
  font-size: 1rem;
  text-decoration: none;
}
.topVoluntarysaleMerit .meritBox ul li::before {
  vertical-align: middle;
}
.topVoluntarysaleMerit .mediation .demeritBox {
  border-color: #676767;
}
.topVoluntarysaleMerit .demeritBox {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #676767;
  background-color: #FFF;
}
.topVoluntarysaleMerit .demeritBox ul li {
  font-size: 1rem;
}
.topVoluntarysaleMerit .demeritBox ul li::before {
  vertical-align: middle;
}
.topVoluntarysaleMerit .mediation .comparisonItemTitle {
  background: #676767;
  border-color: #676767;
}
@media (max-width: 500px) {
  .topVoluntarysaleMerit {
    margin-bottom: 40px;
  }
  .topVoluntarysaleMerit .topVoluntarysaleInner {
    flex-flow: column;
  }
  .topVoluntarysaleMerit .topVoluntarysaleMeritContent {
    width: 100%;
  }
  .topVoluntarysaleMeritPopup {
    width: 100%;
    margin-bottom: 1.5rem;
    font-size: 5.8667vw;
  }
  .topVoluntarysaleMeritPopup::after {
    display: none;
  }
  .topVoluntarysaleMeritImgbox .topVoluntarysaleMeritImg {
    height: auto;
    text-align: center;
  }
  .topVoluntarysaleMeritImgbox .topVoluntarysaleMeritText {
    font-size: 5.8667vw;
    margin-bottom: 1.5rem;
  }
  .topVoluntarysaleMerit .comparisonItemWrap {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .topVoluntarysaleMerit .meritBox ul li {
    font-size: 1rem;
    text-indent: -0.7em;
    padding-left: 1em;
  }
  .topVoluntarysaleMerit .demeritBox ul li {
    font-size: 1rem;
    text-indent: -0.7em;
    padding-left: 1em;
  }
}

.topVoluntarysaleMeritWrap {
  padding-top: 50px;
}
@media (max-width: 500px) {
  .topVoluntarysaleMeritWrap {
    padding-top: 60px;
  }
}

.topRedBox {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  border: 1px solid #CB0000;
  border-radius: 15px;
  padding: 35px 40px;
  background: #fff;
  margin-bottom: 100px;
}
@media (max-width: 500px) {
  .topRedBox {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.topRedBox .topRedBoxTitle {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.topRedBox .topRedBoxSummary {
  color: #CB0000;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 10px;
}
.topRedBox .topRedBoxSection {
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.topRedBox .topRedBoxCaution {
  background: rgba(203, 0, 0, 0.15);
  padding: 24px 50px;
}
.topRedBox .topRedBoxCautionSection {
  color: #CB0000;
  font-size: 1.25rem;
  font-weight: 700;
}
.topRedBox .topRedBoxCautionSummary {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.topRedBoxSectionCaution {
  color: #CB0000;
}

@media (max-width: 500px) {
  .topRedBox {
    width: 90%;
    margin: 0 5% 40px;
    padding: 5%;
  }
  .topRedBox .topRedBoxTitle {
    font-size: 5.4vw;
  }
  .topRedBox .topRedBoxSummary {
    font-size: 4.4vw;
  }
  .topRedBox .topRedBoxSection {
    font-size: 1rem;
  }
  .topRedBox .topRedBoxCaution {
    padding: 1rem;
  }
  .topRedBox .topRedBoxCautionSection {
    font-size: 1rem;
  }
  .topRedBox .topRedBoxCautionSummary {
    font-size: 4.2667vw;
  }
}
.subpageHeaderTitle {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .subpageHeaderTitle {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 5.8667vw;
    margin-bottom: 1.25rem;
  }
}

.subpageHeaderSection {
  margin-bottom: 40px;
  font-size: 1.1rem;
  text-align: center;
}
@media (max-width: 500px) {
  .subpageHeaderSection {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 4.2667vw;
  }
}

.voluntarysaleComparisonItem, .voluntarysaleTimeItem, .reversemortgageComparisonItem {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  background: #fff;
  padding: 80px 100px;
  margin-bottom: 100px;
}
@media (max-width: 500px) {
  .voluntarysaleComparisonItem, .voluntarysaleTimeItem, .reversemortgageComparisonItem {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .voluntarysaleComparisonItem, .voluntarysaleTimeItem, .reversemortgageComparisonItem {
    width: 90%;
    margin: 0 5% 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.reversemortgageComparisonItem {
  margin-bottom: 50px;
}

.voluntarysaleComparisonItemHeader, .voluntarysaleTimeItemHeader, .reversemortgageComparisonItemHeader {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .voluntarysaleComparisonItemHeader, .voluntarysaleTimeItemHeader, .reversemortgageComparisonItemHeader {
    margin-bottom: 30px;
    font-size: 5vw;
  }
}

.voluntarysaleComparisonTable {
  box-sizing: border-box;
}
.voluntarysaleComparisonTable .tableHeaderTitle {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
  display: inline-block;
}
@media (max-width: 500px) {
  .voluntarysaleComparisonTable .tableHeaderTitle {
    display: none;
  }
}
.voluntarysaleComparisonTable .tableHeaderTitle.one {
  border-left: 1px solid #DEDEDE;
  width: 200px;
}
.voluntarysaleComparisonTable .tableHeaderTitle.two {
  width: 300px;
  background: #EEF5FF;
  border-top: 3px solid #004097;
  border-left: 3px solid #004097;
  border-right: 3px solid #004097;
}
.voluntarysaleComparisonTable .tableHeaderTitle.three {
  width: 300px;
  background: #f6f6f6;
  border-right: 1px solid #DEDEDE;
}
.voluntarysaleComparisonTable .tableContents {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 500px) {
  .voluntarysaleComparisonTable .tableContents {
    display: block;
    margin-bottom: 15px;
    border-top: 1px solid #DEDEDE;
  }
}
.voluntarysaleComparisonTable .tableContents.end .tableContentsDetailLeft {
  border-bottom: 3px solid #004097;
}
@media (max-width: 500px) {
  .voluntarysaleComparisonTable .tableContents.end .tableContentsDetailLeft {
    border-bottom: none;
  }
}
.voluntarysaleComparisonTable .sptitle {
  display: none;
}
@media (max-width: 500px) {
  .voluntarysaleComparisonTable .sptitle {
    display: flex;
    align-items: center;
    border-right: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    padding: 0 10px;
    width: 27%;
    font-size: 0.9rem;
  }
}
.voluntarysaleComparisonTable .tableContentsItem {
  width: 200px;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 700;
}
@media (max-width: 500px) {
  .voluntarysaleComparisonTable .tableContentsItem {
    width: 100%;
    border-bottom: none;
    border-right: 1px solid #DEDEDE;
  }
}
.voluntarysaleComparisonTable .tableContentsDetail {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 600px;
}
@media (max-width: 500px) {
  .voluntarysaleComparisonTable .tableContentsDetail {
    display: block;
    width: 100%;
  }
}
.voluntarysaleComparisonTable .tableContentsDetailLeft {
  width: 300px;
  padding: 15px;
  border-left: 3px solid #004097;
  border-right: 3px solid #004097;
  border-bottom: 1px solid #DEDEDE;
  font-size: 1.1rem;
  font-weight: 700;
  background: #EEF5FF;
}
@media (max-width: 500px) {
  .voluntarysaleComparisonTable .tableContentsDetailLeft {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
  }
}
.voluntarysaleComparisonTable .tableContentsDetailRight {
  width: 300px;
  padding: 15px;
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background: #f6f6f6;
  font-size: 1.1rem;
}
@media (max-width: 500px) {
  .voluntarysaleComparisonTable .tableContentsDetailRight {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border-left: 1px solid #DEDEDE;
  }
}
@media (max-width: 500px) {
  .voluntarysaleComparisonTable .tableContentsDetailSection {
    padding: 10px;
    width: 73%;
    font-size: 1rem;
    border-top: 1px solid #DEDEDE;
  }
}

.voluntarysaleTimeTable {
  box-sizing: border-box;
  margin-bottom: 30px;
}
.voluntarysaleTimeTable .tableHeaderTitle {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
  display: inline-block;
}
@media (max-width: 500px) {
  .voluntarysaleTimeTable .tableHeaderTitle {
    display: none;
  }
}
.voluntarysaleTimeTable .tableHeaderTitle.one {
  width: 200px;
}
.voluntarysaleTimeTable .tableHeaderTitle.two {
  width: 300px;
  background: #f6f6f6;
}
.voluntarysaleTimeTable .tableHeaderTitle.three {
  width: 300px;
  border-right: 1px solid #DEDEDE;
  background: #EEF5FF;
}
.voluntarysaleTimeTable .tableContentsWrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .voluntarysaleTimeTable .tableContentsWrap {
    flex-direction: column-reverse;
    border: 1px solid #DEDEDE;
  }
}
.voluntarysaleTimeTable .tableContentsWrap.bluewaku {
  border: 3px solid #004097;
}
@media (max-width: 500px) {
  .voluntarysaleTimeTable .tableContentsWrap.bluewaku {
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .voluntarysaleTimeTable .tableContents.first .tableContentsDetail, .voluntarysaleTimeTable .tableContents.first .tableContentsItem {
    border-top: 1px solid #DEDEDE;
  }
}
.voluntarysaleTimeTable .tableContents.end .tableContentsDetailLeft {
  border-bottom: 3px solid #004097;
}
.voluntarysaleTimeTable .sptitle {
  display: none;
}
@media (max-width: 500px) {
  .voluntarysaleTimeTable .sptitle {
    display: flex;
    align-items: center;
    border-right: 1px solid #DEDEDE;
    padding: 0 15px;
    width: 25%;
  }
}
.voluntarysaleTimeTable .tableContents.selltime {
  width: 300px;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media (max-width: 500px) {
  .voluntarysaleTimeTable .tableContents.selltime {
    width: 100%;
    padding: 15px 0;
    border: none;
    font-size: 5vw;
    background: #cbcbcb;
  }
}
.voluntarysaleTimeTable .tableContentsItem {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .voluntarysaleTimeTable .tableContentsItem {
    width: 100%;
  }
}
.voluntarysaleTimeTable .tableContentsDetail {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 500px) {
  .voluntarysaleTimeTable .tableContentsDetail {
    display: block;
    width: 100%;
  }
}
.voluntarysaleTimeTable .tableContentsDetailLeft {
  width: 200px;
  padding: 15px;
  border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .voluntarysaleTimeTable .tableContentsDetailLeft {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border: none;
  }
}
.voluntarysaleTimeTable .bluewaku .tableContentsDetailLeft {
  width: 197px;
}
@media (max-width: 500px) {
  .voluntarysaleTimeTable .bluewaku .tableContentsDetailLeft {
    width: 100%;
  }
}
.voluntarysaleTimeTable .bluewaku .selltime {
  background: #EEF5FF;
  font-size: 1.25rem;
  color: #004097;
}
@media (max-width: 500px) {
  .voluntarysaleTimeTable .bluewaku .selltime {
    font-size: 5vw;
    padding: 15px 0;
  }
}
.voluntarysaleTimeTable .tableContentsDetailRight {
  width: 300px;
  padding: 15px;
  border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background: #f6f6f6;
  font-size: 1.1rem;
}
@media (max-width: 500px) {
  .voluntarysaleTimeTable .tableContentsDetailRight {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border-left: none;
  }
}
.voluntarysaleTimeTable:last-child .tableContentsDetailRight {
  border-bottom: none;
}
@media (max-width: 500px) {
  .voluntarysaleTimeTable .tableContentsDetailSection {
    padding: 10px;
    width: 100%;
    font-size: 1rem;
  }
}

.voluntarysaleTimeCaution .voluntarysaleTimeCautionTitle {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  background: #004097;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 3px;
}
.voluntarysaleTimeCaution p {
  font-weight: 700;
  text-align: center;
  font-size: 1.25rem;
  border-bottom: 4px solid #2E85FE;
  padding-bottom: 10px;
}
.voluntarysaleTimeCaution p .large {
  font-size: 1.4rem;
}
@media (max-width: 500px) {
  .voluntarysaleTimeCaution .voluntarysaleTimeCautionTitle {
    font-size: 4.8vw;
    padding: 15px;
  }
  .voluntarysaleTimeCaution p {
    font-size: 3.8vw;
  }
  .voluntarysaleTimeCaution p .large {
    font-size: 4.6vw;
  }
}

.saleSupport {
  padding: 70px 40px;
  background-color: #FFF;
}
.saleSupportInner {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .saleSupportInner {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.saleSupportImg {
  width: 470px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.saleSupportText {
  font-size: 1.1rem;
}
.saleSupportText h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.saleSupport h2 {
  font-size: 2.2em;
  color: #004097;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.saleSupport h2 br {
  display: none;
}
@media (max-width: 500px) {
  .saleSupport h2 {
    font-size: 1.8em;
  }
  .saleSupport h2 br {
    display: inline-block;
  }
}
.saleSupport h2::before, .saleSupport h2::after {
  content: "";
  width: 750px;
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background: #004097;
}
@media (max-width: 500px) {
  .saleSupport h2::before, .saleSupport h2::after {
    content: none;
  }
}
.saleSupport h2 span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.saleSupport h3 {
  font-size: 1.2em;
  color: #fff;
  background: #004097;
  padding: 10px;
  margin-bottom: 10px;
}
.saleSupport h3 br {
  display: none;
}
@media (max-width: 500px) {
  .saleSupport h3 {
    text-align: center;
  }
  .saleSupport h3 br {
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .saleSupport {
    padding: 40px 5%;
  }
  .saleSupportInner {
    padding: 0;
    flex-flow: column;
  }
  .saleSupportImg {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 1rem;
    text-align: center;
  }
  .saleSupportText {
    font-size: 1rem;
  }
  .saleSupportText h4 {
    font-size: 5vw;
    margin-top: 0.5rem;
    text-align: center;
  }
}

.flowStepBoxInner {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  padding: 80px 0;
}
@media (max-width: 500px) {
  .flowStepBoxInner {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.flowStepBoxInner.auctionFlowItem {
  padding-top: 0;
  padding-bottom: 0;
}
.flowStepBox .flowItemWrap .flowItemTitle {
  height: 100px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .flowStepBoxInner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .flowStepBox .flowItemWrap {
    padding-left: 0;
    padding-right: 0;
  }
  .flowStepBox .flowItemWrap .flowItemTitle {
    height: 70px;
  }
  .flowStepBox .flowItemWrap .flowItemTitle br {
    display: none;
  }
}

.auctionFlow {
  background: #fff;
  padding-top: 70px;
  margin-bottom: 70px;
}
@media (max-width: 500px) {
  .auctionFlow {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.auctionFlow .subpageHeaderSection {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.auctionFlowItem .flowItemStepBox {
  position: relative;
  margin: 0;
}
.auctionFlowItem .flowItemStepBox::before {
  content: "";
  width: 1px;
  height: 125%;
  background: #333;
  position: absolute;
  top: 30px;
  left: 100px;
}
@media (max-width: 500px) {
  .auctionFlowItem .flowItemStepBox::before {
    left: calc(50% - 70px );
    width: 140px;
    height: calc(100% - 40px );
    background: #F2F2F2;
    top: 40px;
  }
}
.auctionFlowItem .flowItemStepBox::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 9px 0 9px;
  border-color: #CB0000 transparent transparent transparent;
  margin: 15px auto 45px;
  position: absolute;
  display: block;
  top: 57%;
  left: 91px;
}
@media (max-width: 500px) {
  .auctionFlowItem .flowItemStepBox::after {
    border-width: 20px 70px 0 70px;
    border-color: #F2F2F2 transparent transparent transparent;
    margin: 0;
    left: calc(50% - 70px );
    top: auto;
    bottom: -20px;
  }
}
.auctionFlowItem .flowItemStepBox:first-child .flowItemStepWrap {
  margin-top: 70px;
}
.auctionFlowItem .flowItemStepBox:last-of-type::before {
  height: 100%;
}
@media (max-width: 500px) {
  .auctionFlowItem .flowItemStepBox:last-of-type::before {
    height: calc(100% - 90px );
  }
}
.auctionFlowItem .flowItemStepBox:last-of-type::after {
  top: 37%;
}
@media (max-width: 500px) {
  .auctionFlowItem .flowItemStepBox:last-of-type::after {
    top: auto;
    bottom: 30px;
  }
}
.auctionFlowItem .flowItemStepBox:last-of-type .flowItemStepWrap {
  padding-bottom: 20px;
}
.voluntarysaleFlowInner .flowItemStepBox:nth-of-type(2)::after {
  top: 150px;
}
@media (max-width: 500px) {
  .voluntarysaleFlowInner .flowItemStepBox:nth-of-type(2)::after {
    top: auto;
  }
}
.voluntarysaleFlowInner .flowItemStepBox:nth-of-type(2) .flowItemStepWrap::after {
  top: 150px;
}
@media (max-width: 500px) {
  .voluntarysaleFlowInner .flowItemStepBox:nth-of-type(2) .flowItemStepWrap::after {
    top: auto;
  }
}
.voluntarysaleFlowInner .flowItemStepBox:nth-of-type(3)::after {
  top: 498px;
}
@media (max-width: 500px) {
  .voluntarysaleFlowInner .flowItemStepBox:nth-of-type(3)::after {
    top: auto;
  }
}
.voluntarysaleFlowInner .flowItemStepBox:nth-of-type(3) .flowItemStepWrap::after {
  top: 498px;
}
@media (max-width: 500px) {
  .voluntarysaleFlowInner .flowItemStepBox:nth-of-type(3) .flowItemStepWrap::after {
    top: auto;
  }
}
.voluntarysaleFlowInner .flowItemStepBox:nth-of-type(4)::before {
  height: 100%;
}
@media (max-width: 500px) {
  .voluntarysaleFlowInner .flowItemStepBox:nth-of-type(4)::before {
    height: calc(100% - 90px );
  }
}
.voluntarysaleFlowInner .flowItemStepBox:nth-of-type(4)::after {
  top: 86px;
}
@media (max-width: 500px) {
  .voluntarysaleFlowInner .flowItemStepBox:nth-of-type(4)::after {
    top: auto;
    display: none;
  }
}
.voluntarysaleFlowInner .flowItemStepBox:nth-of-type(4) .flowItemStepWrap::before {
  height: 100%;
}
@media (max-width: 500px) {
  .voluntarysaleFlowInner .flowItemStepBox:nth-of-type(4) .flowItemStepWrap::before {
    height: calc(100% - 90px );
    top: 44px;
  }
}
.voluntarysaleFlowInner .flowItemStepBox:nth-of-type(4) .flowItemStepWrap::after {
  top: 86px;
}
@media (max-width: 500px) {
  .voluntarysaleFlowInner .flowItemStepBox:nth-of-type(4) .flowItemStepWrap::after {
    top: auto;
    bottom: 26px;
  }
}
.flowItemStepBox .flowItemStepWrap {
  margin: 90px 0;
}
.flowStepBox .flowItemStepBox .flowItemStepWrap {
  padding: 80px;
  padding-top: 0;
  background-color: #FFF;
}
.auctionFlowItem .flowItemStepBox .flowItemStepWrap {
  box-shadow: none;
}
.auctionFlowItem .flowItemStepBox .flowItemStepWrap {
  margin-top: 0;
}
@media (max-width: 500px) {
  .auctionFlowItem .flowItemStepBox .flowItemStepWrap {
    margin-top: 50px;
  }
}
.flowStepBox .flowItemStepBox .flowItemStepWrap:last-of-type {
  margin-bottom: 0;
}
.flowItemStepBox .flowItemStepWrap h5 {
  font-size: 1.5rem;
  font-weight: 800;
}
.auctionFlowItem .flowItemStepBox .flowItemStepWrap h5 {
  white-space: nowrap;
  min-width: 9rem;
}
@media (max-width: 500px) {
  .auctionFlowItem .flowItemStepBox .flowItemStepWrap h5 {
    min-width: 6rem;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
  }
}
.flowStepBox .flowItemStepBox .flowItemStepWrap h5 {
  margin-bottom: 1.5rem;
  text-decoration: underline;
  text-decoration-color: #2E85FE;
  text-decoration-thickness: 4px;
  text-align: center;
}
.flowItemStepBoxTitle {
  width: 200px;
  height: 60px;
  color: #FFF;
  background-color: #2E85FE;
  font-size: 2.125rem;
  position: relative;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
.flowStepBox .flowItemStepBoxTitle {
  margin: 0 auto;
}
.auctionFlowItem .flowItemStepBoxTitle {
  background-color: #f7d9d9;
  color: #CB0000;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 500px) {
  .auctionFlowItem .flowItemStepBoxTitle {
    font-size: 5.6vw;
    margin: 0 auto;
    width: 180px;
  }
}
.flowItemStepBoxTitle.last {
  top: auto;
  bottom: -50px;
}
@media (max-width: 500px) {
  .flowItemStepBoxTitle {
    width: 120px;
    height: 44px;
    font-size: 1.8rem;
    top: -24px;
    line-height: 0;
  }
}
.flowItemStepBoxText {
  font-size: 1.1rem;
}
.flowItemStepBoxText p:not(:last-child) {
  margin-bottom: 1rem;
}
.flowItemStepBoxButton {
  width: 340px;
  height: 65px;
  margin: 3.125rem auto 0;
  background-color: #FFF000;
  font-size: 1.125rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
@media (max-width: 500px) {
  .flowItemStepBox .flowItemStepWrap {
    margin: 70px 0;
  }
  .flowStepBox .flowItemStepBox .flowItemStepWrap {
    padding: 0 2rem 2rem;
  }
  .flowItemStepBox .flowItemStepWrap h5 {
    font-size: 4.8vw;
  }
  .flowItemStepBoxText {
    font-size: 1rem;
    position: relative;
  }
  .flowItemStepBoxButton {
    width: 100%;
    max-width: 280px;
    margin-top: 20px;
  }
}
.flowItemStepBox .sectionCaution {
  color: #CB0000;
}

.flowItemStepBoxTextWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 8rem;
}
@media (max-width: 500px) {
  .flowItemStepBoxTextWrap {
    margin-left: 0;
    display: block;
    position: relative;
  }
}

.auctionFlowItemCaution {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  padding-bottom: 70px;
}
@media (max-width: 500px) {
  .auctionFlowItemCaution {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .auctionFlowItemCaution {
    padding-bottom: 40px;
  }
}
.auctionFlowItemCaution p {
  border: 1px solid #CB0000;
  border-radius: 15px;
  padding: 15px 25px 15px 40px;
  text-indent: -1em;
}

.contactVoluntarysale {
  background: url("/images/img_contactVoluntarysale.png") center center no-repeat;
  background-size: cover;
}
.contactVoluntarysale .colorBg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  content: "";
  position: relative;
  top: 0;
  left: 0;
}
.contactVoluntarysaleinner {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  padding: 60px 0;
}
@media (max-width: 500px) {
  .contactVoluntarysaleinner {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.contactVoluntarysale h4 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-align: center;
}
.contactVoluntarysale .contactVoluntarysaleButton {
  display: flex;
  justify-content: space-between;
}
.contactVoluntarysale .contactVoluntarysaleButton a {
  width: 480px;
  height: 70px;
  font-size: 1.5rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
.contactVoluntarysale .contactVoluntarysaleButtonLeft {
  background-color: #FFF000;
}
.contactVoluntarysale .contactVoluntarysaleButtonRight {
  background-color: #FFF;
}
.contactVoluntarysale .contactVoluntarysaleButtonRight::before {
  font-family: "Material Icons";
  content: "phone_in_talk";
  position: relative;
  top: 3px;
  right: 0.5rem;
  border: none;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1;
  color: #004097;
}
.contactVoluntarysaleTime {
  font-size: 1.1rem;
  text-align: center;
  position: relative;
  top: 1rem;
  color: #FFF;
}
@media (max-width: 500px) {
  .contactVoluntarysaleinner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contactVoluntarysale h4 {
    font-size: 5vw;
  }
  .contactVoluntarysale .contactVoluntarysaleButton {
    flex-flow: column;
  }
  .contactVoluntarysale .contactVoluntarysaleButton a {
    width: 100%;
    max-width: 480px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .contactVoluntarysale .contactVoluntarysaleButton a.contactVoluntarysaleButtonRight {
    margin-bottom: 0;
  }
  .contactVoluntarysaleTime {
    font-size: 1rem;
    top: 0;
  }
}

body.leaseback {
  text-align: unset;
}
body.leaseback .sectionBox {
  background-color: unset;
}

.aboutLeaseback.sectionBox {
  margin-top: 0;
  padding-top: 0;
}
.aboutLeaseback .aboutLeasebackItemTop {
  display: flex;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}
.aboutLeaseback .aboutLeasebackItemTop.innerBox1000 {
  padding: 0;
}
.aboutLeaseback .aboutLeasebackItemTopText {
  width: 500px;
  padding: 30px;
  background-color: #FFF;
}
.aboutLeaseback .aboutLeasebackItemTopText p {
  padding-left: 2.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}
.aboutLeaseback .aboutLeasebackItemTopText p::before {
  font-family: "Material Icons";
  content: "done_outline";
  color: #004097;
  font-size: 1.5625rem;
  position: absolute;
  left: 0;
}
.aboutLeaseback .aboutLeasebackItemTopText p:not(:last-child) {
  margin-bottom: 1rem;
}
.aboutLeaseback .aboutLeasebackItemTopImg {
  width: 500px;
  overflow: hidden;
}
.aboutLeaseback .aboutLeasebackItemTopImg img {
  height: 100%;
  max-width: none;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutLeaseback .aboutLeasebackTriangle {
  width: 370px;
  height: 80px;
  margin: 60px auto 0;
  position: relative;
}
.aboutLeaseback .aboutLeasebackTriangle .triangleBox {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 185px 0 185px;
  border-color: #004097 transparent transparent transparent;
}
.aboutLeaseback .aboutLeasebackTriangle p {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 600;
}
@media (max-width: 500px) {
  .aboutLeaseback .aboutLeasebackItemTopText p:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .aboutLeaseback .aboutLeasebackItemTopImg img {
    max-width: 100%;
    height: auto;
    position: static;
    transform: translate(0);
  }
  .aboutLeaseback .aboutLeasebackTriangle {
    width: 100%;
    margin-top: 40px;
  }
  .aboutLeaseback .aboutLeasebackTriangle .triangleBox {
    border-width: 16.334vw 30vw 0 30vw;
    margin: 0 auto;
  }
  .aboutLeaseback .aboutLeasebackTriangle p {
    top: 0.5rem;
    font-size: 4vw;
  }
}

.aboutLeasebackafter {
  width: 100%;
  padding: 4rem 0;
  background-color: #FFF;
}
.aboutLeasebackafter .aboutLeasebackItemBottom {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.aboutLeasebackafter .aboutLeasebackItemBottomTextTop {
  color: #004097;
  font-size: 2.75rem;
  font-weight: 600;
}
.aboutLeasebackafter .aboutLeasebackItemBottomTextTop::before {
  content: "";
  width: 38px;
  height: 1px;
  display: inline-block;
  margin-left: 0.75rem;
  margin-right: 0.5rem;
  background-color: #004097;
  vertical-align: middle;
}
.aboutLeasebackafter .aboutLeasebackItemBottomTextTop::after {
  content: "";
  width: 38px;
  height: 1px;
  display: inline-block;
  margin-left: 0.5rem;
  background-color: #004097;
  vertical-align: middle;
}
.aboutLeasebackafter .aboutLeasebackItemBottomTextMiddle {
  color: #004097;
  font-size: 2.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutLeasebackafter .aboutLeasebackItemBottomTextMiddle .strongRight {
  font-size: 4.625rem;
  font-weight: 800;
}
.aboutLeasebackafter .aboutLeasebackItemBottomTextBottom {
  font-size: 2.5rem;
  font-weight: 800;
}
@media (max-width: 500px) {
  .aboutLeasebackafter .aboutLeasebackItemBottom {
    width: 100%;
    padding: 0 5%;
  }
  .aboutLeasebackafter .aboutLeasebackItemBottomTextTop {
    font-size: 4.5333vw;
  }
  .aboutLeasebackafter .aboutLeasebackItemBottomTextTop::before, .aboutLeasebackafter .aboutLeasebackItemBottomTextTop::after {
    width: 3vw;
  }
  .aboutLeasebackafter .aboutLeasebackItemBottomTextTop::before {
    margin-left: 0;
  }
  .aboutLeasebackafter .aboutLeasebackItemBottomTextMiddle {
    margin: 0.5rem 0;
    flex-flow: column;
    font-size: 7.4667vw;
  }
  .aboutLeasebackafter .aboutLeasebackItemBottomTextMiddle br {
    display: none;
  }
  .aboutLeasebackafter .aboutLeasebackItemBottomTextMiddle .strongRight {
    margin-bottom: 0.5rem;
    font-size: 13.8667vw;
    line-height: 1;
  }
  .aboutLeasebackafter .aboutLeasebackItemBottomTextBottom {
    font-size: 4.5vw;
    font-weight: 800;
  }
}

.leaseback {
  background-color: #EEF5FF;
}
.leaseback .topPageHeader {
  margin-bottom: 100px;
}
@media (max-width: 500px) {
  .leaseback .pageHeader {
    font-size: 8vw;
  }
  .leaseback .topPageHeader {
    margin-bottom: 50px;
  }
  .leaseback .sectionBox {
    padding-left: 5%;
    padding-right: 5%;
  }
  .leaseback .aboutLeasebackItemTop {
    flex-flow: column-reverse;
  }
  .leaseback .aboutLeasebackItemTopText {
    padding: 30px;
    width: 100%;
  }
  .leaseback .aboutLeasebackItemTopText p {
    height: auto;
    font-size: 5.8667vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.75vw;
    padding-left: 6.4vw;
  }
  .leaseback .aboutLeasebackItemTopText p::before {
    font-size: 4.5333vw;
    top: 2px;
  }
  .leaseback .aboutLeasebackItemTopImg {
    width: 100%;
  }
}
.leaseback .topSection {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  font-weight: 100;
}
@media (max-width: 1200px) {
  .leaseback .topSection {
    width: 96%;
  }
}
@media (max-width: 500px) {
  .leaseback .topSection {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .leaseback .topSection {
    font-size: 1rem;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.6em;
  }
}
.leaseback .leasebackPicture {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .leaseback .leasebackPicture {
    width: 96%;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackPicture {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackPicture {
    margin-bottom: 0;
  }
}
.leaseback .leasebackPicture .leasebackPictureTitle {
  width: 500px;
  background: #004097;
  padding: 5px 0;
  border-radius: 20px;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  margin: 0 auto 40px;
}
@media (max-width: 500px) {
  .leaseback .leasebackPicture .leasebackPictureTitle {
    width: 100%;
    font-size: 5vw;
    border-radius: 10px;
    margin: 0 auto 30px;
  }
}
.leaseback .leasebackPicture .leasebackPictureTitle::before {
  content: "";
  border-width: 20px 20px 0 20px;
  border-style: solid;
  border-color: #004097 transparent transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  margin: auto;
  bottom: -20px;
  left: 0;
  right: 0;
}
@media (max-width: 500px) {
  .leaseback .leasebackPicture .leasebackPictureTitle::before {
    border-width: 12px 12px 0 12px;
    bottom: -12px;
  }
}
.leaseback .leasebackPicture .leasebackPictureSection {
  line-height: 1.5em;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .leaseback .leasebackPicture .leasebackPictureSection {
    font-size: 2vw;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackPicture .leasebackPictureSection {
    font-size: 4.5333vw;
  }
}
.leaseback .leasebackPicture img {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .leaseback .leasebackPicture img {
    width: 100%;
    margin: 0 auto 10%;
  }
}
.leaseback .leasebackMerit .pageHeader, .leaseback .leasebackFlow .pageHeader {
  line-height: 1.8em;
  font-size: 2rem;
}
@media (max-width: 500px) {
  .leaseback .leasebackMerit .pageHeader, .leaseback .leasebackFlow .pageHeader {
    line-height: 1.8em;
    font-size: 5.8667vw;
  }
}
.leaseback .leasebackMerit .pageHeader span, .leaseback .leasebackFlow .pageHeader span {
  color: #004097;
  font-size: 1.5em;
  margin-right: 10px;
}
@media (max-width: 500px) {
  .leaseback .leasebackMerit .pageHeader span, .leaseback .leasebackFlow .pageHeader span {
    margin-right: 0;
  }
}
.leaseback .leasebackMerit {
  padding-bottom: 70px;
  max-width: 1200px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .leaseback .leasebackMerit {
    width: 96%;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackMerit {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.leaseback .leasebackMerit.sectionBox {
  padding: 0;
}
@media (max-width: 500px) {
  .leaseback .leasebackMerit {
    margin-bottom: 45px;
  }
  .leaseback .leasebackMerit .pageHeader span {
    font-size: 2.8125rem;
  }
}
.leaseback .leasebackMeritWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .leaseback .leasebackMeritWrap {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }
}
.leaseback .leasebackMeritWrap .leasebackMeritNo {
  line-height: 0.8em;
  margin-top: 1em;
  font-size: 106px;
  color: rgba(0, 64, 152, 0.8);
  padding-left: 18px;
  display: block;
  font-family: "alterFont", "Noto Sans JP", sans-serif;
}
@media (max-width: 500px) {
  .leaseback .leasebackMeritWrap .leasebackMeritNo {
    margin-top: 0.8em;
    font-size: 28vw;
  }
}
.leaseback .leasebackMeritWrap .leasebackMeritItem {
  width: 380px;
  background: #ccc;
  border-radius: 20px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .leaseback .leasebackMeritWrap .leasebackMeritItem {
    width: 32%;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackMeritWrap .leasebackMeritItem {
    width: 100%;
    overflow: hidden;
  }
}
.leaseback .leasebackMeritWrap .leasebackMeritItem:first-child {
  background-image: url("/images/bgmerit01.png");
}
.leaseback .leasebackMeritWrap .leasebackMeritItem:nth-of-type(2) {
  background-image: url("/images/bgmerit02.png");
}
.leaseback .leasebackMeritWrap .leasebackMeritItem:nth-of-type(3) {
  background-image: url("/images/bgmerit03.png");
}
.leaseback .leasebackMeritWrap .leasebackMeritItem:nth-of-type(4) {
  background-image: url("/images/bgmerit04.png");
}
.leaseback .leasebackMeritWrap .leasebackMeritItem:nth-of-type(5) {
  background-image: url("/images/bgmerit05.png");
}
.leaseback .leasebackMeritWrap .leasebackMeritItem:nth-of-type(6) {
  background-image: url("/images/bgmerit06.png");
}
.leaseback .leasebackMeritWrap .leasebackMeritContent {
  background: #fff;
  padding: 35px;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 500px) {
  .leaseback .leasebackMeritWrap .leasebackMeritContent {
    padding: 9%;
  }
}
.leaseback .leasebackMeritWrap .leasebackMeritContent p {
  line-height: 1.6em;
  font-size: 1.1rem;
}
@media (max-width: 1024px) {
  .leaseback .leasebackMeritWrap .leasebackMeritContent p {
    font-size: 1.8vw;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackMeritWrap .leasebackMeritContent p {
    font-size: 4vw;
  }
}
.leaseback .leasebackMeritWrap .leasebackMeritTitle {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.2em;
}
@media (max-width: 1024px) {
  .leaseback .leasebackMeritWrap .leasebackMeritTitle {
    font-size: 2.5vw;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackMeritWrap .leasebackMeritTitle {
    font-size: 4.5vw;
  }
}
.leaseback .leasebackFlow {
  background: url("/images/leasebacklastbg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 1050px;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 500px) {
  .leaseback .leasebackFlow {
    height: auto;
    padding-top: 35px;
    padding-bottom: 45px;
  }
}
.leaseback .leasebackFlowWrap {
  max-width: 1200px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  position: relative;
}
@media (max-width: 1200px) {
  .leaseback .leasebackFlowWrap {
    width: 96%;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackFlowWrap {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.leaseback .leasebackFlowWrap .leasebackFlowItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 630px;
  position: absolute;
}
@media (max-width: 1200px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem {
    width: 570px;
  }
}
@media (max-width: 1024px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem {
    width: 49%;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 1.95em;
  }
}
.leaseback .leasebackFlowWrap .leasebackFlowItem:first-child {
  top: 0;
}
.leaseback .leasebackFlowWrap .leasebackFlowItem:nth-of-type(2) {
  top: 150px;
}
@media (max-width: 500px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem:nth-of-type(2) {
    top: 0;
  }
}
.leaseback .leasebackFlowWrap .leasebackFlowItem:nth-of-type(3) {
  top: 300px;
}
@media (max-width: 500px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem:nth-of-type(3) {
    top: 0;
  }
}
.leaseback .leasebackFlowWrap .leasebackFlowItem:nth-of-type(4) {
  top: 450px;
}
@media (max-width: 500px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem:nth-of-type(4) {
    top: 0;
  }
}
.leaseback .leasebackFlowWrap .leasebackFlowItem:nth-of-type(4) .leasebackFlowNo::after {
  content: none;
}
.leaseback .leasebackFlowWrap .leasebackFlowItem.leftBalloon {
  left: 0;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem.leftBalloon {
    left: 5%;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem.leftBalloon {
    left: 0;
  }
}
.leaseback .leasebackFlowWrap .leasebackFlowItem.leftBalloon .leasebackFlowNo::before {
  right: 0;
}
.leaseback .leasebackFlowWrap .leasebackFlowItem.leftBalloon .leasebackFlowContent::before {
  border-width: 20px 0 20px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  right: -20px;
}
.leaseback .leasebackFlowWrap .leasebackFlowItem.rightBalloon {
  right: 0;
}
@media (max-width: 1024px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem.rightBalloon {
    right: 5%;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem.rightBalloon {
    right: 0;
  }
}
.leaseback .leasebackFlowWrap .leasebackFlowItem.rightBalloon .leasebackFlowNo::before {
  left: 0;
}
.leaseback .leasebackFlowWrap .leasebackFlowItem.rightBalloon .leasebackFlowContent::before {
  border-width: 20px 20px 20px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  left: -20px;
}
.leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowContent {
  background: #fff;
  padding: 40px 30px;
  width: 525px;
  border-radius: 20px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  line-height: 1.6em;
}
@media (max-width: 1200px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowContent {
    width: 480px;
  }
}
@media (max-width: 1024px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowContent {
    width: 77%;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowContent {
    width: 100%;
    margin-bottom: 10%;
    padding: 8%;
    line-height: 1.6em;
  }
}
.leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowContent::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
}
@media (max-width: 500px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowContent::before {
    content: none;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem:last-child .leasebackFlowContent {
    margin-bottom: 0;
  }
}
.leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowNo {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  line-height: 1em;
}
@media (max-width: 1024px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowNo {
    width: 7.9vw;
    height: 7.9vw;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowNo {
    width: 1.2em;
    height: 1.2em;
    margin-bottom: -1.95em;
    left: 8%;
    z-index: 4;
  }
}
.leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowNo::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  /* line-height: 2em; */
  text-align: center;
  border-radius: 1em;
  background: #004097;
  font-weight: 600;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowNo::before {
    width: 7.9vw;
    height: 7.9vw;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowNo::before {
    width: 1.2em;
    height: 1.2em;
  }
}
.leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowNo::after {
  font-family: "Material Icons";
  content: "expand_more";
  position: absolute;
  color: #004097;
  bottom: -64px;
  font-size: 1.5em;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowNo::after {
    font-size: 7.9vw;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowNo::after {
    content: none;
  }
}
.leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowNo .leasebackFlowNoItem {
  position: relative;
  display: block;
}
@media (max-width: 500px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowNo .leasebackFlowNoItem {
    width: 1.2em;
    height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 1px;
  }
}
.leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowTitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowTitle {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowTitle {
    font-size: 1.4vw;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowTitle {
    font-size: 4.5vw;
    padding-left: 3.5em;
    height: 2.8em;
    display: flex;
    align-items: center;
  }
}
.leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowSection {
  font-size: 1.1rem;
}
@media (max-width: 1200px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowSection {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowSection {
    font-size: 1.3vw;
  }
}
@media (max-width: 500px) {
  .leaseback .leasebackFlowWrap .leasebackFlowItem .leasebackFlowSection {
    font-size: 1rem;
  }
}

.jumpLink {
  padding-bottom: 70px;
  background: #EEF5FF;
}
@media (max-width: 500px) {
  .jumpLink {
    padding-bottom: 30px;
  }
}
.jumpLink.sectionBox {
  margin-top: 0;
}
@media (max-width: 500px) {
  .jumpLink.sectionBox {
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .jumpLink.active .jumpLinkTriggerSp {
    border-radius: 15px 15px 0 0;
    border-bottom: none;
    background-color: #FFF;
  }
}
.jumpLink.active .jumpLinkTriggerSp::before {
  transform: translate(-3px, 0) rotate(-45deg);
}
.jumpLink.active .jumpLinkTriggerSp::after {
  transform: translate(1px, 2px) rotate(-45deg);
}
.jumpLink .jumpLinkTriggerSp {
  display: none;
}
@media (max-width: 500px) {
  .jumpLink .jumpLinkTriggerSp {
    display: block;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 5%;
    padding-right: 5%;
    border: 3px solid #004097;
    border-radius: 15px;
    padding: 15px 0;
    text-align: center;
    position: relative;
    font-size: 4.2vw;
    line-height: 2;
    background-color: #FFF;
  }
}
@media (max-width: 500px) {
  .jumpLink .jumpLinkTriggerSp::before, .jumpLink .jumpLinkTriggerSp::after {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
  }
}
@media (max-width: 500px) {
  .jumpLink .jumpLinkTriggerSp:before {
    top: 24px;
    right: 24px;
    border-bottom: 1px solid #004097;
  }
}
@media (max-width: 500px) {
  .jumpLink .jumpLinkTriggerSp::after {
    top: 28px;
    right: 28px;
    border-right: 1px solid #004097;
  }
}
@media (max-width: 500px) {
  .jumpLink ul {
    display: block;
    border-radius: 0 0 15px 15px;
    border-right: 3px solid #004097;
    border-left: 3px solid #004097;
    border-bottom: 3px solid #004097;
    border-top: none;
    padding: 0;
    width: 90%;
    position: relative;
    margin: 0 auto;
    background-color: #FFF;
  }
}
.jumpLink ul li {
  flex: 1;
  position: relative;
  text-align: center;
}
@media (max-width: 500px) {
  .jumpLink ul li {
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
  }
}
.jumpLink ul li.nowHere {
  background: #EEF5FF;
}
@media (max-width: 500px) {
  .jumpLink ul li.nowHere a::after {
    border-color: transparent transparent transparent #EEF5FF;
  }
}
.jumpLink ul li .jumpSubLink {
  display: none;
}
@media (max-width: 500px) {
  .jumpLink ul li .jumpSubLink {
    display: block;
  }
}
@media (max-width: 500px) {
  .jumpLink ul li .jumpSubLink a {
    padding-left: 10%;
  }
}
.jumpLink ul li .jumpSubLink a.jumpSubLinkFormBtn {
  width: 80%;
  margin: 20px auto;
  text-align: center;
  background: #fff000;
  border-radius: 30px;
  padding: 12px 5% 14px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .jumpLink ul li .jumpSubLink a.jumpSubLinkFormBtn::before, .jumpLink ul li .jumpSubLink a.jumpSubLinkFormBtn::after {
    content: none;
  }
}
@media (max-width: 500px) {
  .jumpLink ul li a {
    display: block;
    width: 100%;
    position: relative;
    font-weight: normal;
    font-size: 4.2vw;
    padding: 15px 0 15px 10px;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .jumpLink ul li a::before, .jumpLink ul li a::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    z-index: 9;
    border-style: solid;
    border-width: 0.6em 0 0.6em 0.4em;
    top: 50%;
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
  .jumpLink ul li a::before {
    border-color: transparent transparent transparent #004097;
    right: 31px;
  }
  .jumpLink ul li a::after {
    border-color: transparent transparent transparent #FFF;
    right: 32px;
  }
}
.jumpLink ul li a:hover {
  background: #EEF5FF;
}
@media (max-width: 500px) {
  .jumpLink ul li a:hover::after {
    border-color: transparent transparent transparent #EEF5FF;
  }
}
@media (max-width: 500px) {
  .jumpLink ul li a.jumpSubLinkTriggerSp::before, .jumpLink ul li a.jumpSubLinkTriggerSp::after {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    border: none;
    transform: none;
  }
}
@media (max-width: 500px) {
  .jumpLink ul li a.jumpSubLinkTriggerSp::before {
    top: 21px;
    right: 24px;
    border-bottom: 1px solid #004097;
  }
}
@media (max-width: 500px) {
  .jumpLink ul li a.jumpSubLinkTriggerSp::after {
    top: 25px;
    right: 28px;
    border-right: 1px solid #004097;
  }
}
@media (max-width: 500px) {
  .jumpLink ul li.active a.jumpSubLinkTriggerSp::before {
    transform: translate(-3px, 0) rotate(-45deg);
  }
}
@media (max-width: 500px) {
  .jumpLink ul li.active a.jumpSubLinkTriggerSp::after {
    transform: translate(1px, 2px) rotate(-45deg);
  }
}
@media (max-width: 500px) {
  .jumpLink ul li:first-child {
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 500px) {
  .jumpLink ul li:last-child {
    border-bottom: none;
  }
}

.startForm {
  background-color: #fff;
}
@media (max-width: 500px) {
  .startForm {
    padding-top: 60px;
    margin-top: -60px;
  }
}
.startForm .startFormItem {
  background: #004097;
  color: #fff;
  padding: 40px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .startForm .startFormItem {
    padding: 30px 0;
  }
}
.startForm .startFormItem::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-color: #004097 transparent transparent;
  border-style: solid;
  border-width: 20px 18px 0px 18px;
}
.startForm .startFormItem .firstChoice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
}
@media (max-width: 500px) {
  .startForm .startFormItem .firstChoice {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1024px) {
  .startForm .startFormItem .firstChoice {
    display: block;
  }
}
.startForm .startFormItem .firstChoice .firstChoiceItem {
  width: 32.5%;
  position: relative;
}
@media (max-width: 1024px) {
  .startForm .startFormItem .firstChoice .firstChoiceItem {
    width: 80%;
    margin: 0 auto 5%;
  }
}
@media (max-width: 500px) {
  .startForm .startFormItem .firstChoice .firstChoiceItem {
    width: 100%;
  }
}
.startForm .startFormItem .firstChoice .firstChoiceItem.prefHidden {
  display: none;
}
.startForm .startFormItem .firstChoice .firstChoiceItem .selectWrap {
  position: relative;
}
.startForm .startFormItem .firstChoice .firstChoiceItem .selectWrap::after {
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #333333 transparent;
  content: " ";
  top: 13px;
  right: 15px;
  position: absolute;
  background-color: transparent;
}
@media (max-width: 500px) {
  .startForm .startFormItem .firstChoice .firstChoiceItem .selectWrap::before {
    content: "STEP";
    background: #fff000;
    padding: 6px 12px;
    border-radius: 26px 0 0 26px;
    font-size: 18px;
    margin-right: 15px;
    color: #333;
    position: absolute;
    line-height: 1.8;
    font-family: "alterFont", "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
}
.startForm .startFormItem .firstChoice .firstChoiceItem .errorBox {
  position: absolute;
  border-width: 2px;
  border-style: solid;
  color: #c11111;
  font-weight: 700;
  border-radius: 3px;
  background: #fff;
  padding: 4px 10px;
  font-size: 14px;
  bottom: -50px;
  display: none;
  z-index: 3;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}
.startForm .startFormItem .firstChoice .firstChoiceItem .errorBox::before {
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #c11111 transparent;
  content: " ";
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  position: absolute;
  background-color: transparent;
}
.startForm .startFormItem .firstChoice .firstChoiceItem .errorBox::after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0 10px 10px;
  content: " ";
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  position: absolute;
  background-color: transparent;
}
.startForm .startFormItem .firstChoice .firstChoiceItem .errorBox.active {
  display: inline-block;
}
.startForm .startFormItem .firstChoice .firstChoiceItem select {
  background: #fff;
  width: 100%;
  border-radius: 26px;
  padding: 10px 10px 10px 20px;
  color: #333;
  font-weight: 600;
}
@media (max-width: 500px) {
  .startForm .startFormItem .firstChoice .firstChoiceItem select {
    padding: 6px 10px 6px 74px;
    line-height: 2;
  }
}
.startForm .startFormItem .firstChoice .firstChoiceItem select:disabled {
  opacity: 1;
  background: #ddd;
}
.startForm .startFormItem .firstChoice .firstChoiceItem select.inputEnd {
  background: #ffffb8;
}
@media (max-width: 500px) {
  .startForm .startFormItem .firstChoice .firstChoiceItem:nth-of-type(1) .selectWrap::before {
    content: "STEP1";
  }
}
@media (max-width: 500px) {
  .startForm .startFormItem .firstChoice .firstChoiceItem:nth-of-type(3) .selectWrap::before {
    content: "STEP2";
  }
}
@media (max-width: 500px) {
  .startForm .startFormItem .firstChoice .firstChoiceItem:nth-of-type(4) .selectWrap::before {
    content: "STEP3";
  }
}
.startForm .startFormItem .firstStep {
  font-size: 14px;
}
@media (max-width: 500px) {
  .startForm .startFormItem .firstStep {
    display: none;
  }
}
.startForm .startFormItem .firstStep span {
  background: #FFF000;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 18px;
  margin-right: 15px;
  color: #333;
}
@media (max-width: 1024px) {
  .startForm .startFormItem .firstStep span {
    border-radius: 20px;
  }
}
.startForm .topCatch {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .startForm .topCatch {
    font-size: 4.5vw;
  }
}
@media (max-width: 500px) {
  .startForm .topCatch {
    font-size: 6vw;
  }
}
.startForm .topCatch .topSubcatch {
  display: inline-block;
  font-size: 20px;
  border-bottom: 4px solid #fff;
}
@media (max-width: 1024px) {
  .startForm .topCatch .topSubcatch {
    font-size: 2.1vw;
  }
}
@media (max-width: 500px) {
  .startForm .topCatch .topSubcatch {
    font-size: 3.4vw;
  }
}
.startForm .startFormLinkWrap {
  text-align: center;
}
.startForm .startFormLink {
  font-size: 30px;
  font-weight: 900;
  border: 2px solid #FFF000;
  background: #FFF000;
  border-radius: 40px;
  padding: 18px 50px 22px;
  display: inline-block;
  line-height: 1em;
  margin-bottom: 60px;
}
@media (max-width: 500px) {
  .startForm .startFormLink {
    font-size: 5vw;
  }
}
.startForm .startFormLink:hover {
  background: #fff;
  color: #333;
}

.thanksWrap {
  background: #fff;
  border-radius: 10px;
  padding: 60px 80px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  margin-bottom: 60px;
}
@media (max-width: 500px) {
  .thanksWrap {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .thanksWrap {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 5%;
  }
}
.thanksWrap .thanksHeader {
  font-weight: 600;
  color: #004097;
  margin-bottom: 60px;
  font-size: 30px;
}
@media (max-width: 500px) {
  .thanksWrap .thanksHeader {
    line-height: 1.6em;
    margin-bottom: 30px;
    font-size: 5vw;
  }
}
.thanksWrap .thanksSection {
  margin-bottom: 60px;
}
@media (max-width: 500px) {
  .thanksWrap .thanksSection {
    margin-bottom: 60px;
    line-height: 1.6em;
  }
}
.thanksWrap .sendbackWrap {
  text-align: center;
}
.thanksWrap .sendbackWrap .sendbackBtn {
  display: inline-block;
  background: #004097;
  padding: 10px 100px;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #004097;
}
@media (max-width: 500px) {
  .thanksWrap .sendbackWrap .sendbackBtn {
    padding: 10px 30px;
  }
}

.reversemortgageComparison {
  padding-top: 80px;
}
@media (max-width: 500px) {
  .reversemortgageComparison {
    padding-top: 40px;
  }
  .reversemortgageComparison .subpageHeaderSection br {
    display: none !important;
  }
}
.reversemortgageComparison .reversemortgageComparisonTable {
  box-sizing: border-box;
}
.reversemortgageComparison .reversemortgageComparisonTable .tableHeaderTitle {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
  display: inline-block;
}
@media (max-width: 500px) {
  .reversemortgageComparison .reversemortgageComparisonTable .tableHeaderTitle {
    display: none;
  }
}
.reversemortgageComparison .reversemortgageComparisonTable .tableHeaderTitle.one {
  border-left: 1px solid #DEDEDE;
  width: 200px;
}
.reversemortgageComparison .reversemortgageComparisonTable .tableHeaderTitle.two {
  width: 300px;
  background: #EEF5FF;
  border-top: 3px solid #004097;
  border-left: 3px solid #004097;
  border-right: 3px solid #004097;
}
.reversemortgageComparison .reversemortgageComparisonTable .tableHeaderTitle.three {
  width: 300px;
  background: #f6f6f6;
  border-right: 1px solid #DEDEDE;
}
.reversemortgageComparison .reversemortgageComparisonTable .tableContents {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.reversemortgageComparison .reversemortgageComparisonTable .tableContents.end .tableContentsDetailLeft {
  border-bottom: 3px solid #004097;
}
@media (max-width: 500px) {
  .reversemortgageComparison .reversemortgageComparisonTable .tableContents.end .tableContentsDetailLeft {
    border-bottom: 1px solid #DEDEDE;
  }
}
@media (max-width: 500px) {
  .reversemortgageComparison .reversemortgageComparisonTable .tableContents {
    display: block;
    margin-bottom: 1rem;
  }
}
.reversemortgageComparison .reversemortgageComparisonTable .sptitle {
  display: none;
}
@media (max-width: 500px) {
  .reversemortgageComparison .reversemortgageComparisonTable .sptitle {
    width: 100%;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    border-right: 1px solid #DEDEDE;
    width: 200px;
    font-size: 0.9rem;
  }
}
.reversemortgageComparison .reversemortgageComparisonTable .tableContentsItem {
  width: 200px;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 700;
}
@media (max-width: 500px) {
  .reversemortgageComparison .reversemortgageComparisonTable .tableContentsItem {
    width: 100%;
    border: 1px solid #DEDEDE;
  }
}
.reversemortgageComparison .reversemortgageComparisonTable .tableContentsDetail {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 600px;
}
@media (max-width: 500px) {
  .reversemortgageComparison .reversemortgageComparisonTable .tableContentsDetail {
    display: block;
    width: 100%;
    border-right: 1px solid #DEDEDE;
  }
}
.reversemortgageComparison .reversemortgageComparisonTable .tableContentsDetailLeft {
  width: 300px;
  padding: 15px;
  border-left: 3px solid #004097;
  border-right: 3px solid #004097;
  border-bottom: 1px solid #DEDEDE;
  font-size: 1.1rem;
  font-weight: 700;
  background: #EEF5FF;
}
@media (max-width: 500px) {
  .reversemortgageComparison .reversemortgageComparisonTable .tableContentsDetailLeft {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #DEDEDE;
    border-top: none;
    border-left: 1px solid #DEDEDE;
    border-right: none;
  }
}
.reversemortgageComparison .reversemortgageComparisonTable .tableContentsDetailRight {
  width: 300px;
  padding: 15px;
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background: #f6f6f6;
  font-size: 1.1rem;
}
@media (max-width: 500px) {
  .reversemortgageComparison .reversemortgageComparisonTable .tableContentsDetailRight {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border-left: 1px solid #DEDEDE;
    border-right: none;
  }
}
@media (max-width: 500px) {
  .reversemortgageComparison .reversemortgageComparisonTable .tableContentsDetailSection {
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
  }
}
.reversemortgageComparison .reversemortgageComparisonItemAnnotation {
  margin-top: 1rem;
  font-size: 0.75rem;
}

.reversemortgageComparisonComplement {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  background: #fff;
  padding: 60px 80px;
  margin-bottom: 100px;
}
@media (max-width: 500px) {
  .reversemortgageComparisonComplement {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.reversemortgageComparisonComplement h4 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.reversemortgageComparisonComplement div:not(:last-child) {
  margin-bottom: 3.75rem;
}
.reversemortgageComparisonComplement p {
  font-size: 1.1rem;
  margin-bottom: 40px;
}
.reversemortgageComparisonComplement p:last-child {
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .reversemortgageComparisonComplement {
    width: 90%;
    padding: 5px 5% 40px;
    margin-bottom: 45px;
  }
  .reversemortgageComparisonComplement h4 {
    font-size: 5vw;
    font-weight: 700;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .reversemortgageComparisonComplement div:not(:last-child) {
    margin-bottom: 2.75rem;
  }
  .reversemortgageComparisonComplement p {
    font-size: 1rem;
  }
}

.topSellTitle {
  width: 100%;
  height: 500px;
  background: url("/images/top.jpg") bottom center no-repeat;
  background-size: cover;
  text-align: center;
}
@media (max-width: 500px) {
  .topSellTitle {
    height: auto;
    position: relative;
  }
}
.topSellTitle .inner {
  width: 800px;
  margin: 0 auto;
  padding-top: 60px;
}
@media (max-width: 500px) {
  .topSellTitle .inner {
    width: 90%;
    padding-bottom: 60px;
  }
}
.topSellTitle .textShadowDraw {
  text-shadow: #FFF 5px 0px, #FFF -5px 0px, #FFF 0px -5px, #FFF 0px 5px, #FFF 5px 5px, #FFF -5px 5px, #FFF 5px -5px, #FFF -5px -5px, #FFF 2.5px 5px, #FFF -2.5px 5px, #FFF 2.5px -5px, #FFF -2.5px -5px, #FFF 5px 2.5px, #FFF -5px 2.5px, #FFF 5px -2.5px, #FFF -5px -2.5px, #FFF 1.25px 5px, #FFF -1.25px 5px, #FFF 1.25px -5px, #FFF -1.25px -5px, #FFF 5px 1.25px, #FFF -5px 1.25px, #FFF 5px -1.25px, #FFF -5px -1.25px, #333 6px 9px 12px;
}
@media (max-width: 500px) {
  .topSellTitle .textShadowDraw {
    text-shadow: #FFF 0.5vw 0px, #FFF -0.5vw 0px, #FFF 0px -0.5vw, #FFF 0px 0.5vw, #FFF 0.5vw 0.5vw, #FFF -0.5vw 0.5vw, #FFF 0.5vw -0.5vw, #FFF -0.5vw -0.5vw, #FFF 0.25vw 0.5vw, #FFF -0.25vw 0.5vw, #FFF 0.25vw -0.5vw, #FFF -0.25vw -0.5vw, #FFF 0.5vw 0.25vw, #FFF -0.5vw 0.25vw, #FFF 0.5vw -0.25vw, #FFF -0.5vw -0.25vw, #FFF 0.125vw 0.5vw, #FFF -0.125vw 0.5vw, #FFF 0.125vw -0.5vw, #FFF -0.125vw -0.5vw, #FFF 0.5vw 0.125vw, #FFF -0.5vw 0.125vw, #FFF 0.5vw -0.125vw, #FFF -0.5vw -0.125vw, #333 0.6vw 0.9vw 1.2vw;
  }
}
.topSellTitle .topSellTextTop {
  font-size: 2.625rem;
  font-weight: 800;
}
@media (max-width: 500px) {
  .topSellTitle .topSellTextTop {
    font-size: 4.5vw;
  }
}
.topSellTitle .topSellTextTop .blueStrong {
  color: #004097;
  font-size: 3.9375rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
@media (max-width: 500px) {
  .topSellTitle .topSellTextTop .blueStrong {
    font-size: 6.5vw;
  }
}
.topSellTitle .topSellTextBottom {
  margin-bottom: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .topSellTitle .topSellTextBottom {
    margin-bottom: 5vw;
  }
}
.topSellTitle .topSellTextBottomLeft {
  font-size: 2.9375rem;
  width: 134px;
  height: 134px;
  background-color: #FF0;
  border-radius: 100%;
  position: relative;
  top: 0.5rem;
  left: 0.5rem;
}
@media (max-width: 500px) {
  .topSellTitle .topSellTextBottomLeft {
    width: 15vw;
    height: 15vw;
  }
}
.topSellTitle .topSellTextBottomLeft::after {
  content: "";
  width: 10px;
  height: 30px;
  display: block;
  position: absolute;
  right: -9px;
  bottom: 19px;
  border-style: solid;
  border-width: 30px 10px 0 10px;
  border-color: #FF0 transparent transparent transparent;
  transform: rotate(-65deg);
}
@media (max-width: 500px) {
  .topSellTitle .topSellTextBottomLeft::after {
    bottom: 1vw;
    width: 1vw;
    height: 3vw;
    border-width: 3vw 1vw 0 1vw;
    right: 0vw;
  }
}
.topSellTitle .topSellTextBottomLeft .top {
  font-size: 1.625rem;
  position: absolute;
  top: 21%;
  left: 12%;
  transform: rotate(-10deg);
}
@media (max-width: 500px) {
  .topSellTitle .topSellTextBottomLeft .top {
    font-size: 2.8vw;
  }
}
.topSellTitle .topSellTextBottomLeft .bottom {
  color: #B40202;
  font-size: 2rem;
  position: absolute;
  top: 43%;
  left: 8%;
  transform: rotate(-10deg);
}
@media (max-width: 500px) {
  .topSellTitle .topSellTextBottomLeft .bottom {
    font-size: 3.2vw;
  }
}
.topSellTitle .topSellTextBottomRight {
  font-size: 7.75rem;
  color: #004097;
}
@media (max-width: 500px) {
  .topSellTitle .topSellTextBottomRight {
    font-size: 13.6vw;
  }
}
.topSellTitleBox {
  display: flex;
  justify-content: space-around;
}
.topSellTitleBox p {
  width: 240px;
  padding: 1rem;
  font-size: 1.875rem;
  font-weight: 800;
  border: 1px solid #333;
  border-radius: 14px;
}
@media (max-width: 500px) {
  .topSellTitleBox p {
    width: 32%;
    font-size: 3.5vw;
    padding: 2vw 0;
    border-radius: 8px;
  }
}

@media (max-width: 1024px) {
  .headerGlobalMenuWrap {
    position: absolute;
    display: block !important;
    transform: translateX(100%);
    background: #fff;
    transition: transform 250ms ease-in-out;
    padding-top: 70px !important;
    width: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: scroll;
  }
}
@media (max-width: 500px) {
  .headerGlobalMenuWrap {
    padding-top: 52px !important;
  }
}
@media (max-width: 1024px) {
  .checked .headerGlobalMenuWrap {
    transform: translateX(0);
  }
}

@media (max-width: 1024px) {
  .headerGlobalMenu {
    display: block !important;
    padding-bottom: 120px;
  }
}

.menu-trigger {
  position: relative;
  width: 28px;
  height: 32px;
  display: none;
}
.menu-trigger .triggerBar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.4s;
}
.subpage .menu-trigger .triggerBar {
  background-color: #fff;
}
.menu-trigger .triggerBar:nth-of-type(1) {
  top: 0;
}
.menu-trigger .triggerBar:nth-of-type(2) {
  top: 8px;
}
.menu-trigger .triggerBar:nth-of-type(3) {
  bottom: 14px;
}
.menu-trigger .triggerSec {
  font-size: 9px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
.checked .menu-trigger .triggerBar:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.checked .menu-trigger .triggerBar:nth-of-type(2) {
  opacity: 0;
}
.checked .menu-trigger .triggerBar:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

@media (max-width: 1024px) {
  .menu-trigger {
    display: block;
    height: 30px;
  }
  .menu-trigger .triggerBar:nth-of-type(1) {
    top: 8px;
  }
  .menu-trigger .triggerBar:nth-of-type(2) {
    top: 10px;
    display: none;
  }
  .menu-trigger .triggerBar:nth-of-type(3) {
    bottom: 8px;
  }
  .menu-trigger .triggerSec {
    bottom: -2px;
    font-weight: bold;
    right: 1px;
  }
}
.property {
  background-color: #EEF5FF;
}
.property .propertyBox .innerBox1200 {
  padding: 0;
}
.property .pageHeader {
  margin-bottom: 100px;
}
.property .propertyPurchaseWrap {
  margin-bottom: 100px;
}
.property .achievement {
  margin-bottom: 60px;
}
.property .achievement .innerBox1000 {
  padding: 0;
}
.property .troubleList {
  background-color: #2E85FE;
  border-radius: 20px;
  padding: 50px;
}
.property .troubleList ul {
  display: flex;
  flex-flow: wrap;
}
.property .troubleList .grid {
  height: 60px;
  margin: 0.25rem;
  padding: 1.5rem;
  background-color: #FFF;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
}
.property .troubleList .grid4 {
  width: calc(25% - .5rem);
}
.property .troubleList .grid2 {
  width: calc(50% - .5rem);
}
.property .troubleListComplement {
  text-align: right;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 300;
}
@media (max-width: 500px) {
  .property .propertyBox .innerBox1200 {
    width: 90%;
  }
  .property .pageHeader {
    margin-bottom: 50px;
  }
  .property .propertyPurchaseWrap {
    margin-bottom: 50px;
  }
  .property .troubleList {
    padding: 10px;
  }
  .property .troubleList .grid {
    font-size: 4.2667vw;
  }
  .property .troubleList .grid4 {
    width: calc(50% - .5rem);
    font-size: 3.6vw;
  }
  .property .troubleList .grid2 {
    width: calc(100% - .5rem);
    font-size: 3.6vw;
  }
  .property .troubleListComplement {
    text-align: center;
    font-size: 2.5vw;
  }
}

.flowWrap.sectionBox, .comparisonWrap.sectionBox {
  padding-top: 0;
}
@media (max-width: 500px) {
  .flowWrap.sectionBox, .comparisonWrap.sectionBox {
    width: 100%;
  }
}
.flowWrap .pointItem, .comparisonWrap .pointItem {
  padding: 0 60px;
}
@media (max-width: 500px) {
  .flowWrap .pointItem, .comparisonWrap .pointItem {
    padding: 3%;
  }
}
.flowWrap .pointTitle, .comparisonWrap .pointTitle {
  font-size: 32px;
  color: #004097;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .flowWrap .pointTitle, .comparisonWrap .pointTitle {
    font-size: 1.8vw;
  }
}
@media (max-width: 500px) {
  .flowWrap .pointTitle, .comparisonWrap .pointTitle {
    font-size: 5.3vw;
    line-height: 1.4;
    padding-bottom: 15px;
  }
}
.flowWrap .stepno, .comparisonWrap .stepno {
  position: absolute;
  top: 0;
  color: #fff;
  padding: 9px;
}
@media (max-width: 500px) {
  .flowWrap .stepno, .comparisonWrap .stepno {
    position: relative;
    color: #004097;
    font-weight: 700;
    padding: 0;
  }
}
.flowWrap .stepno::before, .comparisonWrap .stepno::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  border-top: 80px solid #004097;
  /* 三角を白にする */
}
@media (max-width: 500px) {
  .flowWrap .stepno::before, .comparisonWrap .stepno::before {
    content: none;
  }
}
.flowWrap .demeritItem .stepno::before, .comparisonWrap .demeritItem .stepno::before {
  border-top: 80px solid #ddd;
  /* 三角を白にする */
}
.flowWrap .rightImg .stepno, .comparisonWrap .rightImg .stepno {
  left: 12px;
}
@media (max-width: 500px) {
  .flowWrap .rightImg .stepno, .comparisonWrap .rightImg .stepno {
    left: 0;
  }
}
.flowWrap .rightImg .stepno::before, .comparisonWrap .rightImg .stepno::before {
  left: 0;
  border-right: 80px solid transparent;
}
.flowWrap .leftImg .stepno, .comparisonWrap .leftImg .stepno {
  top: 12px;
  right: 12px;
}
@media (max-width: 500px) {
  .flowWrap .leftImg .stepno, .comparisonWrap .leftImg .stepno {
    top: 0;
    right: auto;
    left: 0;
  }
}
.flowWrap .leftImg .stepno::before, .comparisonWrap .leftImg .stepno::before {
  right: 0;
  border-left: 80px solid transparent;
}
.flowWrap .pointHeader, .comparisonWrap .pointHeader {
  margin-bottom: 20px;
}
.flowWrap .pointContents, .comparisonWrap .pointContents {
  line-height: 2em;
}
@media (max-width: 500px) {
  .flowWrap .pointContents, .comparisonWrap .pointContents {
    line-height: 1.6em;
  }
}
.flowWrap .contentSubHeader, .comparisonWrap .contentSubHeader {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2em;
}
@media (max-width: 1024px) {
  .flowWrap .flowImgWrap, .comparisonWrap .flowImgWrap {
    position: relative;
    padding-top: 50%;
    min-width: 50%;
    overflow: hidden;
  }
}
.flowWrap .flowImgWrap img, .comparisonWrap .flowImgWrap img {
  max-width: 536px;
}
@media (max-width: 1024px) {
  .flowWrap .flowImgWrap img, .comparisonWrap .flowImgWrap img {
    position: absolute;
    width: 135%;
    max-width: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 500px) {
  .flowWrap.sectionBox {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding-top: 0;
  }
}

.comparisonWrap .stepno {
  padding: 6px;
}

.comparison.sectionBox {
  margin: 0;
  padding: 80px 4rem;
}
@media (max-width: 500px) {
  .comparison.sectionBox {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.comparison.sectionBox .demeritBox {
  background-color: #FFF;
}
#comparison .comparison.sectionBox {
  padding: 0;
}

.faqWrap {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  padding-bottom: 80px;
  background-color: #EEF5FF;
  padding-top: 0;
}
@media (max-width: 500px) {
  .faqWrap {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .faqWrap {
    width: 100%;
    padding-left: 5% !important;
    padding-right: 5% !important;
    padding-top: 0;
  }
}
.faqWrap .faqItem {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 40px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.faqWrap .faqItem:last-child {
  margin-bottom: 0;
}
.faqWrap .faqItem .questionItem {
  font-weight: 600;
  padding-left: 2em;
  position: relative;
  line-height: 1.6em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .faqWrap .faqItem .questionItem {
    align-items: baseline;
  }
}
.faqWrap .faqItem .questionItem::before {
  content: "Q";
  width: 1.5em;
  height: 1.5em;
  /* line-height: 2em; */
  text-align: center;
  border-radius: 1em;
  background: #004097;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 2px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}
.faqWrap .faqItem .questionItem .faqIcon {
  position: relative;
  width: 22px;
  height: 22px;
  display: inline-block;
}
@media (max-width: 500px) {
  .faqWrap .faqItem .questionItem .faqIcon {
    margin-left: 10px;
  }
}
.faqWrap .faqItem .questionItem .faqIcon .spancircle {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: #004097;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.faqWrap .faqItem .questionItem .faqIcon .spansquare {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 4px;
  right: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.faqWrap .faqItem .questionItem .faqIcon.active .spansquare {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.faqWrap .faqItem .answerItem {
  padding-left: 2em;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s, 0.3s;
  transition-property: max-height, padding;
  margin-top: 1em;
  line-height: 1.6em;
}
.faqWrap .faqItem .answerItem::before {
  content: "A";
  width: 1.5em;
  height: 1.5em;
  /* line-height: 2em; */
  text-align: center;
  border-radius: 1em;
  background: #F29600;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 1px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  transition-property: top;
  padding-bottom: 4px;
}
.faqWrap .faqItem .answerItem a {
  text-decoration: underline;
  color: #004097;
}
.faqWrap .faqItem .answerItem a:hover {
  opacity: 0.8;
}

.backtotop {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #004097;
  box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.3), 0 2px 6px 2px rgba(255, 255, 255, 0.15);
  right: 60px;
  bottom: -100px;
  position: fixed;
}
.backtotop:hover {
  color: #fff;
  background: #245aa3;
}
@media (max-width: 1024px) {
  .backtotop {
    background: #004097;
    right: 10px;
    bottom: 115px;
    position: absolute;
    box-shadow: none;
  }
  .backtotop:hover {
    background: none;
  }
}

.voluntarysaleFlowBox {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 70px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .voluntarysaleFlowBox {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.voluntarysaleFlowBox .subpageHeaderSection {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.voluntarysaleFlowBox .flowItemStepBox .flowItemStepWrap h5 {
  min-width: 14rem;
}
.voluntarysaleFlowBox .flowItemStepBox .flowItemStepWrap h5.circleBlock {
  background: #004097;
  color: #fff;
  width: 200px;
  height: 60px;
  font-size: 2.125rem;
  position: relative;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
@media (max-width: 500px) {
  .voluntarysaleFlowBox .flowItemStepBox .flowItemStepWrap h5.circleBlock {
    width: 120px;
    height: 44px;
    font-size: 1.8rem;
    top: -24px;
    line-height: 0;
  }
}
.voluntarysaleFlowBox .flowItemStepBox .flowItemStepWrap::before {
  content: "";
  width: 1px;
  height: 125%;
  background: #333;
  position: absolute;
  top: 30px;
  left: 330px;
}
@media (max-width: 500px) {
  .voluntarysaleFlowBox .flowItemStepBox .flowItemStepWrap::before {
    left: calc(50% - 70px );
    width: 140px;
    height: calc(100% - 40px );
    background: #F2F2F2;
    top: 40px;
  }
}
.voluntarysaleFlowBox .flowItemStepBox .flowItemStepWrap::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 9px 0 9px;
  border-color: #004097 transparent transparent transparent;
  margin: 15px auto 45px;
  position: absolute;
  display: block;
  top: 57%;
  left: 321px;
}
@media (max-width: 500px) {
  .voluntarysaleFlowBox .flowItemStepBox .flowItemStepWrap::after {
    border-width: 20px 70px 0 70px;
    border-color: #F2F2F2 transparent transparent transparent;
    margin: 0;
    left: calc(50% - 70px );
    top: auto;
    bottom: -20px;
  }
}
.voluntarysaleFlowBox .flowItemStepBox .flowItemStepWrap.branch::before {
  top: 126px;
  height: 150px;
}
@media (max-width: 500px) {
  .voluntarysaleFlowBox .flowItemStepBox .flowItemStepWrap.branch::before {
    display: none;
  }
}
.voluntarysaleFlowBox .flowItemStepBox .flowItemStepWrap.branch::after {
  border: none;
  width: 110px;
  height: 1px;
  background: #333;
  margin: 0;
  top: 126px;
  left: 220px;
}
@media (max-width: 500px) {
  .voluntarysaleFlowBox .flowItemStepBox .flowItemStepWrap.branch::after {
    display: none;
  }
}
.voluntarysaleFlowBox .flowItemStepBox:last-child .flowItemStepWrap {
  margin-bottom: 30px;
}
.voluntarysaleFlowBox .flowItemStepBox:last-child .flowItemStepWrap::before {
  height: 100%;
}
@media (max-width: 500px) {
  .voluntarysaleFlowBox .flowItemStepBox:last-child .flowItemStepWrap::before {
    height: calc(100% - 90px );
  }
}
.voluntarysaleFlowBox .flowItemStepBox:last-child .flowItemStepWrap::after {
  top: 37%;
}
@media (max-width: 500px) {
  .voluntarysaleFlowBox .flowItemStepBox:last-child .flowItemStepWrap::after {
    top: auto;
    bottom: 30px;
  }
}
.voluntarysaleFlowBox .flowItemStepBoxTitle.doubleWidth {
  width: 430px;
}
@media (max-width: 500px) {
  .voluntarysaleFlowBox .flowItemStepBoxTitle.doubleWidth {
    width: 100%;
  }
}
.voluntarysaleFlowBox .flowItemStepBoxTitle.minifont {
  font-size: 1rem;
}
@media (max-width: 500px) {
  .voluntarysaleFlowBox .flowItemStepBoxTitle.minifont {
    line-height: 1rem;
  }
}
.voluntarysaleFlowBox .flowItemStepBoxTitle.mainroot {
  background: #004097;
  color: #fff;
}
.voluntarysaleFlowBox .flowItemStepBoxTitleWrap {
  display: flex;
  justify-content: space-between;
  width: 430px;
}
@media (max-width: 500px) {
  .voluntarysaleFlowBox .flowItemStepBoxTitleWrap {
    width: 100%;
  }
}
.voluntarysaleFlowBox .flowItemStepCrossBox {
  position: relative;
}
.voluntarysaleFlowBox .flowItemStepCrossBox::before, .voluntarysaleFlowBox .flowItemStepCrossBox::after {
  content: "";
  width: 4px;
  height: 140%;
  position: absolute;
  background: #CB0000;
  top: -50px;
  z-index: 10;
  left: 100px;
}
@media (max-width: 500px) {
  .voluntarysaleFlowBox .flowItemStepCrossBox::before, .voluntarysaleFlowBox .flowItemStepCrossBox::after {
    content: none;
  }
}
.voluntarysaleFlowBox .flowItemStepCrossBox::before {
  transform: rotate(30deg);
}
.voluntarysaleFlowBox .flowItemStepCrossBox::after {
  transform: rotate(-30deg);
}
.voluntarysaleFlowBox .flowItemStepBoxText h6, .voluntarysaleFlowBox .flowItemStepTextOnly h6 {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  margin-bottom: 10px;
}
.voluntarysaleFlowBox .flowItemStepBoxText p, .voluntarysaleFlowBox .flowItemStepTextOnly p {
  padding-left: 34px;
  font-size: 17px;
}
.voluntarysaleFlowBox .flowItemStepTextOnly p {
  margin-bottom: 30px;
}
.voluntarysaleFlowBox .flowItemStepTextOnly .sectionCaution {
  color: #CB0000;
}
@media (max-width: 500px) {
  .voluntarysaleFlowBox .spnone {
    display: none;
  }
}
.voluntarysaleFlowBox .voluntarysaleFlowNo {
  position: relative;
  padding: 0 5px;
  width: 28px;
  height: 28px;
  min-width: 28px;
  left: 0;
  background: #004097;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}
.voluntarysaleFlowBox .voluntarysaleFlowNoInner {
  display: block;
  color: #fff;
  font-size: 0.9m;
}
.voluntarysaleFlowBox .voluntarysaleFlowAdvaiceBox {
  border: 1px solid #004097;
  border-radius: 10px;
  padding: 10px;
}
.voluntarysaleFlowBox .voluntarysaleFlowAdvaiceBox p {
  padding-left: 1em;
  text-indent: -1em;
}
.voluntarysaleFlowBox .sectionCaution {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.leave {
  background: #fff;
  padding: 70px 0;
  margin-bottom: 70px;
}
@media (max-width: 500px) {
  .leave {
    padding: 40px 0;
    margin-bottom: 0;
  }
}
.leave .leaveInner {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  text-align: center;
}
@media (max-width: 500px) {
  .leave .leaveInner {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.leave .leaveInner p {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 500px) {
  .leave .leaveInner p {
    font-size: 1.3rem;
  }
}
@media (max-width: 500px) {
  .leave .leaveInner br.pc {
    display: none;
  }
}
.leave .leaveSection {
  color: #004097;
  text-decoration: underline;
}

.voluntarysaleMeritDemeritBox {
  background: #fff;
  padding-top: 70px;
}
@media (max-width: 500px) {
  .voluntarysaleMeritDemeritBox {
    overflow: hidden;
    padding-top: 40px;
  }
}

.whatVoluntarysale {
  padding-top: 70px;
}
@media (max-width: 500px) {
  .whatVoluntarysale {
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.whatVoluntarysale .topcatchInnerBox {
  padding-bottom: 30px;
}

.soudanItem {
  width: 100%;
  margin: 0 auto;
  background-image: url("/images/img_soudanbg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.soudanItem .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 500px) {
  .soudanItem .innerBox1200 {
    padding-top: 40px;
  }
}
.soudanItem h3 {
  margin-bottom: 3.75rem;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.soudanItem h3 br {
  display: none;
}
.soudanItem h3 span {
  font-size: 0.8em;
  display: block;
}
@media (max-width: 500px) {
  .soudanItem h3 {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 376px) {
  .soudanItem h3 br {
    display: inline-block;
  }
}
.soudanItem .voluntaryHeadSection {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  font-size: 1.1rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 500px) {
  .soudanItem .voluntaryHeadSection {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.soudanItem .soudanList {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .soudanItem .soudanList {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .soudanItem .soudanList {
    padding-left: 0;
    padding-right: 0;
  }
}
.soudanItem .soudanList .soudanListTitle {
  font-size: 1.2rem;
  max-width: 480px;
  min-width: 480px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  font-weight: 600;
}
@media (max-width: 500px) {
  .soudanItem .soudanList .soudanListTitle {
    font-size: 1.1rem;
    padding: 1.875rem;
    min-width: auto;
  }
}
.soudanItem .soudanSolve {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
}
@media (max-width: 500px) {
  .soudanItem .soudanSolve {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 500px) {
  .soudanItem .soudanSolve {
    padding-left: 0;
    padding-right: 0;
  }
}
.soudanItem h4 {
  background: #004097;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.soudanItem h4::before {
  content: "";
  border-width: 20px 60px 0 60px;
  border-style: solid;
  border-color: #004097 transparent transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 500px) {
  .soudanItem h4 {
    font-size: 1.3em;
  }
}
.soudanItem .soudanSolveSection {
  margin-bottom: 60px;
}
.soudanItem .soudanSolveConclusion {
  font-weight: 600;
  font-size: 1.2rem;
}
.soudanItem a[target=_blank]::after {
  display: none;
}

.qandaBox {
  max-width: 1000px;
  margin: 0 auto;
  /*
  @include sp {
      width: 100%;
      padding: 10% 5%;
  }*/
}
@media (max-width: 500px) {
  .qandaBox {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.questionBox {
  display: flex;
  background: #fff;
  overflow: hidden;
  margin-bottom: 60px;
}
@media (max-width: 500px) {
  .questionBox {
    display: block;
  }
}

.questionSection {
  padding: 50px;
}
@media (max-width: 500px) {
  .questionSection {
    padding: 30px;
    text-align: center;
  }
}

.questionOption {
  font-size: 28px;
  font-weight: 600;
  background: #004098;
  color: #fff;
  padding: 7px 29px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .questionOption {
    font-size: 5.8667vw;
  }
}

.questionHeader {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}
@media (max-width: 500px) {
  .questionHeader {
    font-size: 26px;
  }
}

.answerBox {
  margin-bottom: 90px;
}

.answerHeader {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 500px) {
  .answerHeader {
    font-size: 5.6667vw;
  }
}
.answerHeader::before {
  content: "";
  width: 620px;
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}
.demerit .answerHeader::before {
  background: #CB0000;
}
.merit .answerHeader::before {
  background: #004097;
}
@media (max-width: 500px) {
  .answerHeader::before {
    content: none;
  }
}
.answerHeader span {
  background: #EEF5FF;
  padding: 0 15px;
  position: relative;
}
.demerit .answerHeader {
  color: #CB0000;
}
.merit .answerHeader {
  color: #004097;
}

.answerSection {
  text-align: center;
  margin-bottom: 20px;
}

.answerList li {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  position: relative;
}
@media (max-width: 500px) {
  .answerList li {
    display: block;
  }
}
.answerList li:first-child {
  padding-top: 0;
}
.answerList li::after {
  content: "";
  width: 800px;
  height: 1px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 500px) {
  .answerList li::after {
    width: 90%;
  }
}
.demerit .answerList li::after {
  background: #CB0000;
}
.merit .answerList li::after {
  background: #004097;
}

.answerListTitle {
  color: #fff;
  font-weight: 600;
  padding: 10px;
  margin-right: 30px;
  font-size: 28px;
  width: 170px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .answerListTitle {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: 5.8667vw;
    width: 130px;
    padding: 5px;
  }
}
.demerit .answerListTitle {
  background: #CB0000;
}
.merit .answerListTitle {
  background: #004097;
}

.answerListSection {
  width: 800px;
}
@media (max-width: 500px) {
  .answerListSection {
    width: 100%;
  }
}
.answerListSection h6 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .answerListSection h6 {
    font-size: 5vw;
  }
}

.answerSummary {
  text-align: center;
  margin-bottom: 90px;
  position: relative;
}
.answerSummary::after {
  content: "";
  border-width: 20px 60px 0 60px;
  border-style: solid;
  border-color: #004097 transparent transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.answerSummary span {
  border: solid 3px #004097;
  border-radius: 15px;
  padding: 10px 30px;
  font-size: 36px;
  color: #004097;
  font-weight: 600;
  display: inline-block;
  background: #fff;
}
@media (max-width: 500px) {
  .answerSummary span {
    font-size: 24px;
    padding: 10px;
    display: block;
  }
}/*# sourceMappingURL=style.css.map */