@charset "utf-8";


img {
  pointer-events: none;
  /*===== 画像抜き取り禁止指示==========*/
}



/* エリア指定 */
.category-area-01,
.category-area-02 {
  width: 1300px;
  max-width: 97%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.category-area-01 {
  position: relative;
}


.category-area-01-2 {
  display: flex;
  align-items: flex-start;
}

.lifeplan-title h1 {
  font-size: 30px;
  margin-top: 15px;
  margin-left: 25px;
  margin-right: 40px;
  color: #333333;
}

.lifeplan-text p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 12px;
  margin-left: 15px;
}


.category-area-02 {
  display: flex;
}

.arrow {
  margin-top: 130px;
  margin-right: 15px;
  width: 40px;
  height: 15px;
  border: 3px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
}


.unit-1 {
  width: 30%;
  margin-top: 15px;
  margin-left: 5px;
  position: relative;

}

.unit-2 {
  width: 70%;
  margin-top: 10px;
  margin-left: 15px;
}


.top-image img {
  margin-top: 20px;
}


.shisan,
.shuushi {
  display: flex;
}

.shisan img,
.shuushi img {
  width: 95%;
}

.image1 {
  padding: 10px;
  text-align: center;

}

.image1 h2 {
  font-size: 21px;
  margin-bottom: 10px;
}


/* ボタン */

.area-button {
  display: flex;
  margin-top: 10px;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 26px;
  border-radius: 4px;
  background-color: #e6e6e6;
  color: #333333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 10px;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
}

.button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #555555;
}

.button:hover {
  background-color: #bed6e3;
  color: #333333;
}

.osaka-button {
  margin-left: 10px;
}

.hyougo-button {
  margin-left: 10px;
}

.wakayama-button {
  margin-left: 10px;
}



/* 下段の資金計画 */

.shikin-plan {
  display: flex;
  width: 800px;
  margin-left: 20px;
  background-color: #efefef;
}

.shikin-hyou {
  width: 270px;
  padding: 10px;
}

.shikin-coment {
  width: 500px;
  margin-left: 15px;
}

.shikin-coment h3 {
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.5;
}


.shikin-text {
  display: flex;
}

.point {
  width: 50%;
  margin-top: 10px;
}

.point-text {
  width: 50%;
}

.point h3 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 7px;
  margin-right: 15px;
  background: linear-gradient(transparent 70%, #e2eec7 0%);
  width: fit-content;
}

.point-text p {
  font-size: 13px;
  margin-top: 20px;
  margin-right: 10px;
  line-height: 1.4;
}


.pdfbtn {
  position: absolute;

  left: 0;
  bottom: 0;
}



/* PDFボタン */

.pdf-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 27px;
  border-radius: 4px;
  background-color: #4b94b8;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  position: relative;
}

.pdf-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
}

.pdf-button:hover {
  background-color: #bed6e3;
  color: #333333;
}





/* 1300pxで一括変換 */

@media screen and (max-width: 1300px) {

  /* エリア指定 */
  .category-area-01,
  .category-area-02 {
    width: 100vw;
    max-width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.769vw;
  }

  .category-area-01 {
    position: relative;
  }


  .category-area-01-2 {
    display: flex;
    align-items: flex-start;
  }

  .lifeplan-title h1 {
    font-size: 2.308vw;
    margin-top: 1.154vw;
    margin-left: 1.923vw;
    margin-right: 3.077vw;
    color: #333333;
  }

  .lifeplan-text p {
    font-size: 1.231vw;
    line-height: 1.4;
    margin-top: 0.923vw;
    margin-left: 1.154vw;
  }


  .category-area-02 {
    display: flex;
  }

  .arrow {
    margin-top: 10vw;
    margin-right: 1.154vw;
    width: 3.077vw;
    height: 1.154vw;
    border: 3px solid;
    border-color: #565656 #565656 transparent transparent;
    transform: rotate(45deg);
  }


  .unit-1 {
    width: 30%;
    margin-top: 1.154vw;
    margin-left: 0.385vw;
  }

  .unit-2 {
    width: 70%;
    margin-top: 0.769vw;
    margin-left: 1.154vw;
  }


  .top-image img {
    margin-top: 1.538vw;
  }


  .shisan,
  .shuushi {
    display: flex;
  }

  .shisan img,
  .shuushi img {
    width: 95%;
  }

  .image1 {
    padding: 0.769vw;
    text-align: center;

  }

  .image1 h2 {
    font-size: 1.615vw;
    margin-bottom: 0.769vw;
  }


  /* ボタン */

  .area-button {
    display: flex;
    margin-top: 0.769vw;
  }

  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.385vw;
    height: 2vw;
    border-radius: 0.308vw;
    background-color: #e6e6e6;
    color: #333333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 0.769vw;
    position: relative;
    margin-top: 0.769vw;
    margin-left: 0.769vw;
  }

  .button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.769vw;
    transform: rotate(45deg) translateY(-50%);
    width: 0.462vw;
    height: 0.462vw;
    border-width: 0.077vw 0.077vw 0 0;
    border-style: solid;
    border-color: #555555;
  }

  .button:hover {
    background-color: #bed6e3;
    color: #333333;
  }

  .osaka-button {
    margin-left: 0.769vw;
  }

  .hyougo-button {
    margin-left: 0.769vw;
  }

  .wakayama-button {
    margin-left: 0.769vw;
  }



  /* 下段の資金計画 */

  .shikin-plan {
    display: flex;
    width: 61.538vw;
    margin-left: 1.538vw;
    background-color: #efefef;
  }

  .shikin-hyou {
    width: 20.769vw;
    padding: 0.769vw;
  }

  .shikin-coment {
    width: 38.462vw;
    margin-left: 1.154vw;
  }

  .shikin-coment h3 {
    font-size: 1.385vw;
    margin-top: 1.154vw;
    line-height: 1.5;
  }


  .shikin-text {
    display: flex;
  }

  .point {
    width: 50%;
    margin-top: 0.769vw;
  }

  .point-text {
    width: 50%;
  }

  .point h3 {
    font-size: 1.154vw;
    font-weight: 400;
    margin-top: 0.538vw;
    margin-right: 1.154vw;
    background: linear-gradient(transparent 70%, #e2eec7 0%);
    width: fit-content;
  }

  .point-text p {
    font-size: 1vw;
    margin-top: 1.538vw;
    margin-right: 0.769vw;
    line-height: 1.4;
  }

}