@charset "utf-8";


/*========= Category-ページ共通のCSS ===============*/




/* 各タイトル部分指定 */
.title {
  font-weight: normal;
  font-size: 23px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  background-color: #f1ecdb;
  width: fit-content;
  /* 要素の幅を合わせる */
}

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

h2 span {
  color: #116fa1;
  vertical-align: -3%;
}

/* 空き調整 */
h2 {
  margin-top: 0;
}

.category-area-01 p,
.category-area-02 p,
.category-area-03 p,
.category-area-04 p {
  line-height: 1.4;
}



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

.category-area-01,
.category-area-02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

}

h3 {
  display: inline-block;
  font-size: 26px;
  background-color: #dfeaf8;
  color: #0a5c87;
  padding: 4px 20px;
  border-left: 6px solid #0a5c87;
  margin-top: 30px;
}

/* ワークトップ */
.category-area-01-section-a {
  width: 37%;
}

.category-area-01-section-a img {
  width: 70%;
  margin-left: 15%;
  margin-top: 40px;
  margin-bottom: 10px;
}

/* ワークトライアングル */
.category-area-01-section-b {
  width: 60%;
}

.kichen-photo-1 {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 15px;
}

.kichen-photo-1 img {
  width: 96%;
}

/* シンク台のスペース */
.category-area-02-section-a {
  width: 60%;
}

.kichen-photo-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  align-items: flex-start;
}

.shink-zu-1 {
  width: 65%;
  margin-top: 15px;
  margin-left: 15px;
}

.shink-zu-2 {
  width: 40%;
  margin-top: 15px;
  margin-left: 15px;
}


/* シンク台のスペース文字のみ */
.category-area-02-section-b {
  width: 35%;
  margin-top: 110px;
  padding-left: 30px;
}