@charset "UTF-8";
/* ----------------------------------------------

  PC設定

  ------------------------------------------------*/
@media all and (min-width: 769px) {
  #container #contents.building .wrapper section h2 {
    text-align: center;
    font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
    color: #fff;
    font-weight: 500;
    padding: 0rem 1rem;
    background-color: #008c3d;
    border-top-right-radius: 30px;
  }
  #container #contents.building .wrapper section .flex_box {
    justify-content: space-between;
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem;
    background: url(/images/rent/note_bg.svg) left top/1% repeat, linear-gradient(to bottom, #fff, #fff);
  }
  #container #contents.building .wrapper section .flex_box .text_area .br {
    font-size: clamp(0.875rem, 0.567rem + 0.64vw, 1rem);
  }
  #container #contents.building .wrapper section .flex_box .text_area ul {
    margin-top: 1rem;
  }
  #container #contents.building .wrapper section .flex_box .text_area ul li {
    font-size: clamp(0.875rem, 0.567rem + 0.64vw, 1rem);
    color: #008c3d;
  }
  #container #contents.building .wrapper section .flex_box figure {
    width: 30%;
    max-width: 300px;
    padding: 1rem;
    position: relative;
    background-color: #f9c403;
  }
  #container #contents.building .wrapper section .flex_box figure::before, #container #contents.building .wrapper section .flex_box figure::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
  }
  #container #contents.building .wrapper section .flex_box figure::before {
    top: 3px;
    left: 3px;
  }
  #container #contents.building .wrapper section .flex_box figure::after {
    bottom: 3px;
    right: 3px;
  }
  #container #contents.building .wrapper section .flex_box figure.double {
    display: flex;
    width: 50%;
    max-width: 600px;
  }
  #container #contents.building .wrapper section .flex_box figure.double img {
    width: 50%;
  }
  #container #contents.building .wrapper section:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  #container #contents.building .wrapper section:nth-of-type(even) h2 {
    color: #333;
    background-color: #f9c403;
  }
}
/* ----------------------------------------------

  PAD設定

  ------------------------------------------------*/
@media all and (min-width: 621px) and (max-width: 768px) {
  #container #contents.building .wrapper section h2 {
    text-align: center;
    font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
    color: #fff;
    font-weight: 500;
    padding: 0rem 1rem;
    background-color: #008c3d;
    border-top-right-radius: 30px;
  }
  #container #contents.building .wrapper section .flex_box {
    justify-content: space-between;
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem;
    background: url(/images/rent/note_bg.svg) left top/1% repeat, linear-gradient(to bottom, #fff, #fff);
  }
  #container #contents.building .wrapper section .flex_box .text_area .br {
    font-size: clamp(0.875rem, 0.567rem + 0.64vw, 1rem);
  }
  #container #contents.building .wrapper section .flex_box .text_area ul {
    margin-top: 1rem;
  }
  #container #contents.building .wrapper section .flex_box .text_area ul li {
    font-size: clamp(0.875rem, 0.567rem + 0.64vw, 1rem);
    color: #008c3d;
  }
  #container #contents.building .wrapper section .flex_box figure {
    width: 30%;
    max-width: 300px;
    min-width: 250px;
    padding: 1rem;
    position: relative;
    background-color: #f9c403;
  }
  #container #contents.building .wrapper section .flex_box figure::before, #container #contents.building .wrapper section .flex_box figure::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
  }
  #container #contents.building .wrapper section .flex_box figure::before {
    top: 3px;
    left: 3px;
  }
  #container #contents.building .wrapper section .flex_box figure::after {
    bottom: 3px;
    right: 3px;
  }
  #container #contents.building .wrapper section .flex_box figure.double {
    display: flex;
    width: 50%;
    max-width: 600px;
  }
  #container #contents.building .wrapper section .flex_box figure.double img {
    width: 50%;
  }
  #container #contents.building .wrapper section:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  #container #contents.building .wrapper section:nth-of-type(even) h2 {
    color: #333;
    background-color: #f9c403;
  }
}
/* ----------------------------------------------

  SP設定

  ------------------------------------------------*/
@media all and (max-width: 620px) {
  #container #contents.building .wrapper section h2 {
    text-align: center;
    font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
    color: #fff;
    font-weight: 500;
    padding: 0rem 1rem;
    background-color: #008c3d;
    border-top-right-radius: 30px;
  }
  #container #contents.building .wrapper section .flex_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem;
    background: url(/images/rent/note_bg.svg) left top/5% repeat, linear-gradient(to bottom, #fff, #fff);
  }
  #container #contents.building .wrapper section .flex_box .text_area {
    width: 100%;
  }
  #container #contents.building .wrapper section .flex_box .text_area .br {
    font-size: clamp(0.875rem, 0.567rem + 0.64vw, 1rem);
  }
  #container #contents.building .wrapper section .flex_box .text_area ul {
    margin-top: 1rem;
  }
  #container #contents.building .wrapper section .flex_box .text_area ul li {
    font-size: clamp(0.875rem, 0.567rem + 0.64vw, 1rem);
    color: #008c3d;
  }
  #container #contents.building .wrapper section .flex_box figure {
    width: 80%;
    padding: 1rem;
    position: relative;
    background-color: #f9c403;
  }
  #container #contents.building .wrapper section .flex_box figure::before, #container #contents.building .wrapper section .flex_box figure::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
  }
  #container #contents.building .wrapper section .flex_box figure::before {
    top: 3px;
    left: 3px;
  }
  #container #contents.building .wrapper section .flex_box figure::after {
    bottom: 3px;
    right: 3px;
  }
  #container #contents.building .wrapper section .flex_box figure.double {
    display: flex;
    width: 100%;
  }
  #container #contents.building .wrapper section .flex_box figure.double img {
    width: 50%;
  }
  #container #contents.building .wrapper section:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  #container #contents.building .wrapper section:nth-of-type(even) h2 {
    color: #333;
    background-color: #f9c403;
  }
}