/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

/* トップページ用の見出し */
.content h2.home-section-title {
  font-size: 22px;
  font-weight: 700;
  color: #1f2a44;
  background: transparent;
  text-align: left;
  border-radius: 0;
  margin: 32px 0 24px;
  padding: 0 0 14px;
  border-bottom: 1px solid #d8d8d8;
  line-height: 1.4;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0 0 40px;
}

.home-category-card {
  position: relative;
  display: block;
  padding: 18px 10px;
  background: #fff;
  border: 1px solid #eef1f4;
  color: #1f2a44;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(31, 42, 68, .06);
}

.home-category-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #6bb6d8 transparent;
}