@charset "utf-8";

/* 後で消す */
.contents-01,
.contents-02,
.contents-03 {
  background-color: #ebebeb;
  width: fit-content;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px;
}


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

/* 1段目 */
.category-01-a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.touroku-title img {
  width: 650px;
  margin-top: 15px;
}


/* 2段目 */

.category-area-02 {
  display: flex;
  margin-bottom: 20px;
}

.unit-1 {
  width: 50%;
  display: flex;
  background-color: #22a7aa;

}

.touroku1-2 h4 {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  padding: 20px;
}

.touroku1-2 p {
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
  padding: 0 20px;
}

.unit-2 {
  width: 50%;
  margin-top: 10px;
  margin-left: 30px;
}

.unit-2-1 {
  display: flex;
  justify-content: space-between;
}

.touroku2-2 {
  margin-left: 15px;
  margin-right: 15px;
}


.touroku2-2 p {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 210x;
  margin-bottom: 15px;
}



/* 登録ボタン */

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

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


/* 3段目 */

.category-area-03 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}


.unit-3 {
  width: 48%;
}

.unit-4 {
  width: 48%;
}

h2 {
  font-size: 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #222222;
  padding-bottom: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}


.btn-03 {
  margin-top: 10px;
}

.contents-hikaku {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  border-radius: 4px;
  background-color: #22a7aa;
  ;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-top: 40px;
  font-size: 17px;
  line-height: 1.5;
  position: relative;
}


.contents-hikaku::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: #ffffff;
}

.contents-hikaku:hover {
  background-color: #e0a87c;
  color: #fff;
}


/* 利用できるコンテンツ */

.riyouritu {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.touroku3-2 h5 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}

.touroku3-2 p {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 10px;
}

.touroku3-2 {
  margin-left: 10px;
  margin-right: 10px;
}


/* ご登録方法 */

.touroku-annai {
  display: flex;
  margin-top: 40px;
}



/* サブスク */
.subusuku {
  display: flex;
  margin-top: 20px;
}

.btn-02-ab {
  display: flex;
}


.subusuku-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 63px;
  border-radius: 4px;
  background-color: #157da2;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  margin-top: 15px;
}


.subusuku-button::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: #ffffff;
}


.subusuku-button:hover {
  background-color: #2f96bc;
  color: #fff;
}

.sub-text {
  margin-top: 10px;
}

/* サブスク解約 */
.taikai-annai {
  display: flex;
  margin-top: 30px;
}

.taikai-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 50px;
  border-radius: 8px;
  background-color: #f2f2f3;
  color: #222222;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  line-height: 1.3;
  position: relative;
}

.taikai-button::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: #222222;
}

.annai p {
  font-size: 13.5px;
  line-height: 1.4;
  margin-top: 5px;
  padding: 0 15px;
}



/* 利用範囲などのボタン */

.touroku2-btn {
  display: flex;
  margin-top: 30px;
}

.touroku2-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 50px;
  border-radius: 8px;
  background-color: #f2f2f3;
  color: #222222;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  line-height: 1.2;
  margin-right: 25px;
  position: relative;
}

.touroku2-button::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: #222222;
}

.annai p {
  line-height: 1.3;
  padding: 0 20px;
}


/* 4段目justus */

.category-area-04 {
  background-color: #f5f3f2;
  margin-bottom: 60px;
  margin-top: 50px;
}

.justus-annai {
  display: flex;
  align-items: flex-start;

}

.seisaku {
  width: 50%;
  margin-left: 20px;
}

.seisaku p {
  font-size: 10px;
  margin-top: -5px;
  margin-left: 15px;
}

.unit-5 {
  display: flex;
}

.unit-5 img {
  width: 320px;
  padding: 10px;
}


.unit-6 {
  display: flex;
  margin-bottom: 20px;
  margin-top: 15px;
}

.unit-6 img {
  width: 320px;
  padding: 10px;
}

.justus {
  width: 45%;
  margin-left: 20px;
}


.unit-7 h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.unit-7 p {
  font-size: 12px;
  line-height: 1.3;
  padding-right: 20px;
}

.justus-about {
  display: flex;
  align-items: flex-start;
  background-color: #f5f3f2;
  margin-top: 55px;

}

.justus-about1 img {
  width: 170px;
}

.justus-about2 {
  width: 60%;
  margin-top: 10px;
}

.justus-about2 h3 {
  font-size: 14px;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.justus-about2 p {
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #222222;
  margin-left: 25px;
}


.justus-about2 p span {
  text-decoration: underline;
  color: #1a74d5;
}