@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: 46px;
  margin-bottom: 46px;
}

h1 {
  font-size: 35;
  font-weight: 400;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* 2段目 */

.category-area-02 {
  display: flex;
  justify-content: space-between;
}

.unit-1 {
  width: 50%;
  margin-left: 65px;
  margin-right: 50px;
}

.main-photo img {
  width: 100%;
  margin-top: 35px;
}

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

.title h2 {
  font-size: 27px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
  border-bottom: 1px solid #222222;
  padding-bottom: 5px;
}



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

.example {
  position: relative;
}

.nado {
  position: absolute;
  bottom: 0;
  right: 0;
}




.tyushaku-01 p {
  font-size: 11px;
  margin-top: 15px;
}


.info-text {
  background-color: #eef4f7;
  padding: 15px;
  margin-top: 40px;
}

.info-text h3 {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
  border-bottom: 1px solid #222222;
  padding-bottom: 5px;
  margin-bottom: 20px;
}


.justus h4 {
  font-size: 21px;
  font-weight: 200px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 5px;

}

.justus p {
  font-size: 15px;
  margin-top: 15px;
}

.justus-address {
  display: flex;
}

.justus h5 {
  font-size: 23px;
  font-weight: 400px;
  color: #1a74d5;
  margin-top: 10px;
  margin-bottom: 5px;
}

.justus h5 span {
  text-decoration: underline;
}

.justus h6 {
  font-size: 17px;
  font-weight: 400;
  padding-top: 18px;
  padding-left: 20px;
}