@charset "utf-8";

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


.category-area-02,
.category-area-03,
.category-area-04 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

.riyou h1 {
  font-size: 23px;
  margin-top: 30px;
  margin-left: 10px;
  margin-bottom: 15px;

}

.touroku {
  position: relative;
}

.category-area-02-a {
  width: 49%;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 30px;
}


.touroku-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

/* 登録ボタン */

.touroku-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 40px;
  border-radius: 8px;
  background-color: #22a7aa;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  line-height: 1.2;
  position: relative;
}

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

.touroku-button:hover {
  background-color: #69b8ba;
  color: #fff;
}

/*hoverをしたらボックスに影がつき、上に上がる*/
.touroku-btn:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 20px;
  bottom: 20px;
}


/* ご利用規約ボタン */

.btn-1 {
  position: absolute;
  left: 130px;
  bottom: 41px;
}

.btn-2 {
  position: absolute;
  left: 130px;
  bottom: 15px;
}

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

.kaiin-button-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 40px;
  border-radius: 4px;
  background-color: #157da2;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 10px;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.2;
}

.kaiin-button-1::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;
}

.kaiin-button-1:hover,
.kaiin-button-3:hover {
  background-color: #e0a87c;
  color: #fff;
}





.category-area-02-b {
  width: 51%;
  margin-left: 30px;
  margin-right: 20px;
  margin-top: 30px;
  position: relative;
}

.btn-03 {
  position: absolute;
  left: 40px;
  bottom: 20px;
}


.category-area-02-a img {
  width: 100%;
}

.category-area-02-b img {
  width: 95%;
  margin-left: 20px;
}

.category-area-03 img {
  margin-top: 15px;
}

.category-area-03-a {
  width: 31.3%;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 15px;
}

.category-area-03-b {
  width: 68.6%;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 20px;

}

.category-area-03-a img {
  margin-top: 15px;
  width: 95%;
}



.category-area-03-b img {
  margin-top: 15px;
}

.category-area-04 {
  margin-top: 30px;
  margin-bottom: 50px;
}

.category-area-04-a,
.category-area-04-b,
.category-area-04-c {
  width: 33.3%;
  margin-left: 20px;
  margin-right: 20px;
}


.category-area-04-a img {
  width: 100%;
  margin-top: 20px;
}

.category-area-04-c p {
  font-size: 13px;
  margin-top: 30px;
  line-height: 1.4;
}


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

  /* ボタン部分のみpxからvwに一括で変換（1300px）ここから========================================================= */

  .touroku-btn {
    position: absolute;
    left: 1.538vw;
    bottom: 1.538vw;
  }

  /* 登録ボタン */

  .touroku-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.462vw;
    height: 3.077vw;
    border-radius: 0.615vw;
    background-color: #22a7aa;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 0.923vw;
    line-height: 1.1;
    position: relative;
  }

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

  .touroku-button:hover {
    background-color: #69b8ba;
    color: #fff;
  }

  /*hoverをしたらボックスに影がつき、上に上がる*/
  .touroku-btn:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 1.538vw;
    bottom: 1.538vw;
  }


  /* ご利用規約ボタン */

  .btn-1 {
    position: absolute;
    left: 10vw;
    bottom: 3.154vw;
  }

  .btn-2 {
    position: absolute;
    left: 10vw;
    bottom: 1.154vw;
  }

  .kaiin-button-1::after,
  .kaiin-button-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.308vw;
    height: 1.538vw;
    border-radius: 0.308vw;
    background-color: #ffffff;
    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;
  }

  .kaiin-button-3 {
    font-size: 0.923vw;
    width: 15.385vw;
    height: 3.077vw;
  }

  .kaiin-button-1::after,
  .kaiin-button-3::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;
  }

  .kaiin-button-1:hover,
  .kaiin-button-3:hover {
    background-color: #e0a87c;
    color: #fff;
  }


}