@charset "UTF-8";
/*
font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Roboto', sans-serif;
*/
#notrent {
  overflow-x: hidden;
}
#notrent * {
  transition: 0.3s;
}
#notrent *::before, #notrent *::after {
  pointer-events: none;
}
#notrent .pc_only {
  display: block;
}
@media only screen and (max-width: 750px) {
  #notrent .pc_only {
    display: none;
  }
}
#notrent .sp_only {
  display: none;
}
@media only screen and (max-width: 750px) {
  #notrent .sp_only {
    display: block;
  }
}
#notrent img {
  width: auto;
  max-width: 100%;
}
#notrent sup {
  font-size: 86%;
  display: inline-block;
  transform: translateY(-0.25em);
}
#notrent .relative {
  position: relative;
}
#notrent .relative #breadlist {
  top: 10px;
}
#notrent .cautionUl.center {
  display: inline-block;
  text-align: center;
}
#notrent .cautionUl li {
  display: block;
  text-align: left;
  margin-left: 1em;
  text-indent: -1em;
}
#notrent .caption {
  position: relative;
  display: inline-block;
}
#notrent .caption::before, #notrent .caption::after {
  color: #000;
  text-shadow: -1px 0 5px #FFF, 1px 0 5px #FFF, 0 -1px 5px #FFF, 0 1px 5px #FFF, -1px 0 5px #FFF, 1px 0 5px #FFF, 0 -1px 5px #FFF, 0 1px 5px #FFF;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  bottom: 3px;
  letter-spacing: -0.015em;
}
#notrent .caption::before {
  content: attr(data-left);
  left: 3px;
}
#notrent .caption::after {
  content: attr(data-right);
  right: 3px;
}
#notrent .caption.blackshadow::before, #notrent .caption.blackshadow::after {
  color: #FFF;
  text-shadow: -1px 0 5px #000, 1px 0 5px #000, 0 -1px 5px #000, 0 1px 5px #000;
}
#notrent .caption.nonshadow::before, #notrent .caption.nonshadow::after {
  text-shadow: none !important;
}
#notrent .caption.nonshadowwhite::before, #notrent .caption.nonshadowwhite::after {
  color: #FFF;
  text-shadow: none !important;
}
@media only screen and (max-width: 750px) {
  #notrent p {
    line-height: 1.5;
  }
  #notrent ul li,
  #notrent ol li {
    line-height: 1.8;
  }
}
#notrent #mv {
  position: relative;
  background: url(../img/mv_image.jpg) 100% 100% no-repeat;
  background-size: contain;
  height: 35.3645833333vw;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#notrent #mv::before, #notrent #mv::after {
  position: absolute;
  bottom: 0.5em;
  font-size: 10px;
  font-weight: bold;
}
#notrent #mv::after {
  content: "image";
  right: 0.5em;
}
#notrent #mv h1.title {
  position: absolute;
  left: 6.40625vw;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
#notrent #mv h1.title img {
  width: 39.0104166667vw;
  max-width: 749px;
}
@media only screen and (max-width: 750px) {
  #notrent #mv {
    background-image: url(../img/mv_image_sp.jpg);
    height: 74.0740740741vw;
  }
  #notrent #mv::before {
    content: "image";
    right: 60%;
  }
  #notrent #mv h1.title {
    display: none;
  }
}
#notrent .economical {
  margin-top: 8.3333333333vw;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #notrent .economical {
    margin-top: 14.5833333333vw;
  }
}
#notrent .economical h2 {
  margin-top: 3.6458333333vw;
  background: #002846;
  padding: 1em 0;
  color: #FFF;
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  #notrent .economical h2 {
    margin-top: 7.2916666667vw;
    padding: 1em 5%;
  }
}
#notrent .economical h3 {
  font-size: 35px;
  margin-bottom: 1em;
  /*
  @media only screen and (max-width: 750px){
  	margin-bottom: 0.5em;
  }
  */
}
#notrent .economical h4 {
  text-align: left;
  margin-left: 1em;
  text-indent: -1em;
}
#notrent .economical h4::before {
  content: "■";
}
@media only screen and (max-width: 750px) {
  #notrent .economical h4 {
    margin-top: 2em;
    margin-bottom: 0.75em;
    line-height: 1.5;
  }
}
#notrent .economical small,
#notrent .economical .small {
  font-size: 14px;
  line-height: 1.25;
  display: inline-block;
}
#notrent .economical .tiny {
  font-size: 12px;
  line-height: 1.25;
}
@media only screen and (max-width: 750px) {
  #notrent .economical .tiny {
    font-size: 10px;
  }
}
#notrent .economical .flex {
  display: flex;
  justify-content: space-between;
}
#notrent .economical .flex.c2 > * {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  #notrent .economical .flex.c2 {
    flex-wrap: wrap;
  }
  #notrent .economical .flex.c2 > * {
    width: 100%;
  }
  #notrent .economical .flex.c2 > *:not(:last-child) {
    margin-bottom: 1em;
  }
}
#notrent .economical .flex.c2.vs {
  position: relative;
}
#notrent .economical .flex.c2.vs::after {
  content: "VS";
  font-size: 1.8vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 750px) {
  #notrent .economical .flex.c2.vs::after {
    content: none;
  }
}
@media only screen and (max-width: 750px) {
  #notrent .economical .flex.c2.vs > *:not(:last-child) {
    margin-bottom: 0;
  }
  #notrent .economical .flex.c2.vs > *:not(:last-child)::after {
    content: "VS";
    font-weight: bold;
    font-size: 24px;
    padding: 0.25em 0;
    text-align: center;
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  #notrent .economical#rentorbuy .flex.c2 {
    margin-top: 6.25vw;
  }
}
#notrent .economical#rentorbuy .flex.c2 dl dt {
  font-size: 30px;
  text-align: center;
  color: #FFF;
  border: 1px solid #5A6E8C;
  border-bottom: none;
}
#notrent .economical#rentorbuy .flex.c2 dl dd {
  padding: 1em 0;
  text-align: center;
  border: 1px solid #5A6E8C;
}
#notrent .economical#rentorbuy .flex.c2 dl dd ul {
  display: inline-block;
}
#notrent .economical#rentorbuy .flex.c2 dl dd ul li {
  margin-left: 1em;
  text-indent: -1em;
  display: block;
  text-align: left;
}
#notrent .economical#rentorbuy .flex.c2 dl dd ul li::before {
  content: "●";
}
#notrent .economical#rentorbuy .flex.c2 dl:first-child dt {
  border-color: #5A6E8C;
  background: #5A6E8C;
}
#notrent .economical#rentorbuy .flex.c2 dl:first-child dd {
  border-color: #5A6E8C;
}
#notrent .economical#rentorbuy .flex.c2 dl:first-child dd ul li::before {
  color: rgba(90, 110, 140, 0.5);
}
#notrent .economical#rentorbuy .flex.c2 dl:last-child dt {
  border-color: #9B0012;
  background: #9B0012;
}
#notrent .economical#rentorbuy .flex.c2 dl:last-child dd {
  border-color: #9B0012;
}
#notrent .economical#rentorbuy .flex.c2 dl:last-child dd ul li::before {
  color: rgba(155, 0, 18, 0.5);
}
@media only screen and (max-width: 750px) {
  #notrent .economical#rentorbuy .flex.c2 dl dt {
    font-size: 22px;
  }
  #notrent .economical#rentorbuy .flex.c2 dl dd {
    padding: 1em;
  }
  #notrent .economical#rentorbuy .flex.c2 dl dd ul {
    display: block;
  }
}
#notrent .economical#rentorbuy table {
  border-top: 1px solid #5A6E8C;
  border-left: 1px solid #5A6E8C;
}
#notrent .economical#rentorbuy table thead th {
  background: #5A6E8C;
  color: #FFF;
  text-align: center;
  padding: 0.25em 0;
  border-right: 1px solid #FFF;
  /*
  &:not(:last-child) {
  	border-right: 1px solid #FFF;
  }
  */
}
#notrent .economical#rentorbuy table thead th:last-child {
  border-right-color: #5A6E8C;
}
#notrent .economical#rentorbuy table tbody tr {
  /*
  &:not(:last-child) {
  	td {
  		border-bottom: 1px solid $c_blue;
  	}
  }
  	*/
}
#notrent .economical#rentorbuy table tbody tr td {
  text-align: center;
  padding: 0.25em 0;
  border-right: 1px solid #5A6E8C;
  border-bottom: 1px solid #5A6E8C;
  /*
  &:not(:last-child) {
  	border-right: 1px solid $c_blue;
  }
  */
}
#notrent .economical#rentorbuy table tbody tr td:first-child {
  background: rgba(90, 110, 140, 0.3);
}
@media only screen and (max-width: 750px) {
  #notrent .economical {
    text-align: left;
  }
  #notrent .economical h3 {
    text-align: left;
    font-size: 30px;
    line-height: 1.5;
  }
  #notrent .economical .inner {
    padding: 0 5%;
  }
}
#notrent .economical#downpayment h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #notrent .economical#downpayment h3 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 750px) {
  #notrent .economical#downpayment .cautionUl {
    margin-top: 2em;
  }
}
#notrent .economical#downpayment h4 + p {
  margin-bottom: 1em;
}
#notrent .economical#immediate h3 {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  #notrent .economical#immediate h3 {
    font-size: 24px;
  }
}
#notrent .economical#immediate .flowbox {
  text-align: center;
}
#notrent .economical#immediate .flowbox img {
  width: 59.8958333333vw;
  max-width: 1150px;
  margin: 4.6875vw auto 2.6041666667vw;
}
@media only screen and (max-width: 750px) {
  #notrent .economical#immediate .flowbox img {
    width: 100%;
  }
}
#notrent .economical#immediate .moveinperiod tr {
  border-bottom: 1em solid #FFF;
}
#notrent .economical#immediate .moveinperiod tr th {
  color: #FFF;
  padding: 0.5em 0.75em;
}
#notrent .economical#immediate .moveinperiod tr td {
  padding: 0.5em 0 0.5em 1em;
  text-align: left;
}
#notrent .economical#immediate .moveinperiod tr:first-child th {
  background: #a08750;
}
#notrent .economical#immediate .moveinperiod tr:last-child {
  border-bottom: none;
}
#notrent .economical#immediate .moveinperiod tr:last-child th {
  background: #727171;
}
@media only screen and (max-width: 750px) {
  #notrent .economical#immediate .moveinperiod tr th {
    white-space: nowrap;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
  }
  #notrent .economical#immediate .moveinperiod tr td {
    letter-spacing: 0;
    line-height: 1.5;
  }
}
#notrent .economical#immediate .example {
  margin: 2em 0 1em;
  border-top: 1px solid #000;
  padding: 2em 0;
  border-bottom: 1px solid #000;
}
#notrent .economical#immediate .example img {
  width: 48.3333333333vw;
  max-width: 928px;
}
@media only screen and (max-width: 750px) {
  #notrent .economical#immediate .example p:first-child {
    margin-bottom: 0.5em;
  }
  #notrent .economical#immediate .example img {
    width: 100%;
  }
}
#notrent .economical#interestrate h2 .inner {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-right: calc(18.3854166667vw - -10em);
  
}


#notrent .economical#interestrate h2 .inner .deductionbox_02 {
  position: relative;
}
#notrent .economical#interestrate h2 .inner .deductionbox_02 img {
  position: absolute;
  width: 27.4vw;
  max-width: 450px;
  top: calc(50% - -0.5em);
  right: -30.4vw;
  transform: translateY(-50%);
}

@media only screen and (max-width: 750px) {
   #notrent .economical#interestrate h2 .inner .deductionbox_02 {
    text-align: center;
  }
  #notrent .economical#interestrate h2 .inner .deductionbox_02 img {
    width: 100%;
    max-width: 250px;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 0.5em auto;
  }
}
@media only screen and (max-width: 750px) {
  #notrent .economical#interestrate h2 .inner {
    padding: 0;
  }
}
#notrent .economical#interestrate h3 {
  margin-bottom: 0.5em;
}
#notrent .economical#insurance .insurancebox {
  text-align: center;
}
#notrent .economical#insurance .insurancebox img {
  width: 41.6145833333vw;
  max-width: 799px;
  margin: 4.6875vw auto 0.5208333333vw;
}
@media only screen and (max-width: 750px) {
  #notrent .economical#insurance .insurancebox img {
    margin-top: 6.25vw;
    width: 100%;
  }
}

@keyframes iconanime01 {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */