@charset "UTF-8";

.category-tree ul {
    margin-left: 1em;
    padding-left: 0;
    list-style: none;
}
.parent-name {
    font-weight: bold;
}
.parent-name a {
    text-decoration: none;
}


/* 目次全体 */
.list-mokuji {
  background: #f9f9f9;
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 1.5em;
  margin: 2em 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* 見出しタイトル */
.list-mokuji .mokuji-ttl {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 0.5em;
  border-left: 4px solid #0073aa;
}

/* リスト全体 */
.list-mokuji ol {
  margin: 0;
  padding-left: 1.2em;
  list-style: decimal;
}

/* 子リスト（h3部分） */
.list-mokuji ol ol {
  margin-top: 0.5em;
  padding-left: 1.5em;
  list-style: disc;
}

/* 各リンク */
.list-mokuji a {
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
}

/* hover時 */
.list-mokuji a:hover {
  color: #0073aa;
  text-decoration: underline;
}


.wpcf7 form .wpcf7-response-output {
	display:none;
}



.hl-visual.bg-hl-visual-contact-confirm,
.hl-visual.bg-hl-visual-contact-thanks	{ background: url(../images/bg-hl-visual-reserve.jpg) no-repeat center center ; background-size: cover; }

.bg-hl-visual-contact-thanks .page-name,
.bg-hl-visual-contact-confirm .page-name {
    display: none !important;
}




/**/
.cf7-ms-message {
    text-align: center !important;
    padding: 10px 20px;
    margin: 20px auto !important;
}


/**/
.case-example-2 dl{
  display:flex;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: .9em;
}
.case-example-2 dt{
	width: 30%;
	padding: 8px 20px;
	box-sizing: border-box;
	color: #0D4EAB;
	font-weight: bold;
}
.case-example-2 dd{
  padding: 8px;
  margin: 0;
  width: 70%;
  box-sizing: border-box;
}
.case-example-2 dt:nth-of-type(2n+1){
	background-color: #E9F2FF;
}

.case-example-2 dd:nth-of-type(2n+1){
	background-color: #E9F2FF;
}