@charset "utf-8";

/* ボタン指定 */
.kaiin-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 35px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #333333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  position: relative;
}

.btn-01 {
  margin-left: 60px;
  margin-top: 20px;
}

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

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


/* エリア指定 */
.category-area-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-area-01 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.title {
  display: flex;
}

.title h1 {
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 15px;

}

.title p {
  margin-top: 36px;
  margin-left: 60px;
}

/* 2段目 */

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

.unit-1 {
  width: 46%;
  margin-left: 20px;
}

.revel-high {
  display: flex;
  margin-top: 25px;
}

.unit-1 p,
.unit-2 p {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 10px;
}

.revel-high h2 {
  font-size: 33px;
  font-weight: 700;
  color: #002e5d;
}


.revel-high h2 span,
.revel-standard h2 span {
  color: #333333;
  font-weight: 500;
}

.btn-03 {
  margin-top: 20px;
  margin-left: 80px
}

.contents-hikaku {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  border-radius: 4px;
  background-color: #22a7aa;
  ;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-top: 40px;
  font-size: 18px;
  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;
}


.unit-2 {
  width: 46%;
  margin-right: 20px;
}

.revel-standard {
  display: flex;
  margin-top: 25px;
}

.revel-standard h2 {
  font-size: 33px;
  font-weight: 700;
  color: #0054a7;
}


.yuryou-class {
  display: flex;
}

.revel-photo img {
  width: 100%;
  margin-top: 25px;
}

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

h4 {
  font-size: 16px;
  color: #fff;
  background-color: #0054a7;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  padding: 7px 15px 7px;
}

.high-photo h2 {
  font-size: 23px;
  line-height: 1.5;
  margin-top: 15px;
}

.high-photo img {
  width: 95%;
  margin-top: 10px;

}

.high-photo h2 {
  font-size: 25px;
  font-weight: bolder;
  line-height: 1.5;
  margin-top: 10px;
}


.example span {
  color: #002e5d;
  vertical-align: 5%;
}

.example {
  position: relative;
}