/* =======================
column mobile
UPD:2025-12-25
======================= */
#pageTitle {
  margin: 0 auto 20px;
  text-align: center;
}
#pageTitle img {
  max-width: 100%;
  height: auto;
}

#readBox {
  text-align: left;
  margin: 0 20px;
}
#readBox p {
  color: #452d11;
  font-size: 16px;
  letter-spacing: 0.05em;
}

#columnArticle {
  margin: 40px 20px;
}
#columnTitle {
  position: relative;
  display: block;
  margin: 0 0 20px;
  padding: 10px 16px;
  color: #555;
  font-size: 16px;
  background: #f2f2ea;
}
#columnTitle::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 15px solid #f2f2ea;
}
.imgIllust {
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
}

#columnBody {
  background-color: #fff; /* 背景色 */
  line-height: 32px;
  padding-bottom: 1px;
}
#columnBody p {
  font-size: 14px;
  letter-spacing: 0.1em;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 8px 100%, 100% 32px;
  line-height: 32px;
  margin: 0 0 0;
  padding: 2px 0 30px;
  word-break: break-all;
}
#columnBody p:first-child {
  margin-top: 0;
}
#columnBody p.imgBox {
  background: #fff;
}
#columnBody p.imgBox img {
  max-width: 100%;
  height: auto;
}

/* 箇条書き点なし */
#columnBody ul.noNum {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 8px 100%, 100% 32px;
	list-style: none;
	margin: 0 0 28px;
	padding: 0 0 2px;
}
#columnBody ul.noNum li {
  font-size: 14px;
  letter-spacing: 0.1em;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 8px 100%, 100% 32px;
  line-height: 30px;
  margin: 0 0 0;
  padding: 2px 0 0;
  word-break: break-all;
}

/* 箇条書きチェックマーク */
#columnBody ul.checkmark {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 8px 100%, 100% 32px;
	list-style: none;
	margin: 0 0 28px;
	padding: 0 0 2px;
}
#columnBody ul.checkmark li {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 30px;
  margin: 0 0 0;
  padding: 2px 0 0 25px;
  word-break: break-all;
}
#columnBody ul.checkmark li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #9c9c9c;
  border-radius: 2px;
}
#columnBody ul.checkmark li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  top: 0.48em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 2px solid #c00;
  border-bottom: 2px solid #c00;
}

/* コラム一覧 */
#backnumber {
  margin: 40px 20px;
}
#backnumber h2 {
  position: relative;
  margin: 0 0 25px;
  padding: 0;
  color: #333;
  font-size: 16px;
  height: 1em;
  letter-spacing: 0.05em;
}
#backnumber h2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background:repeating-linear-gradient(-45deg,#ccc,#ccc 1px,#fff 0,#fff 9px);
}
#backnumber h2 .text {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #fff;
  border-left: 3px solid #333;
  padding: 0 15px 0 5px;
}
#backnumber h2 .fEng {
  font-size: 13px;
  font-weight: normal;
  color: #a09696;
}
#backnumber ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#backnumber li {
	list-style: none;
  margin: 10px 0;
  padding: 0 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-left: 2px solid #ccc;
}
#backnumber li a {
  color: #630;
}
#backnumber li a:hover {
  color: #c00;
}

/* tblType */
table.tblType1 {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
table.tblType1 th,
table.tblType1 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
  padding: 5px;
}
table.tblType1 thead th {
  background-color: rgba(188,178,168,1.00);
}
table.tblType1 tbody th {
  background-color: rgba(231,231,231,1.00);
  font-weight: normal;
  min-width: 4em;
}
table.tblType1 .cap {
  font-size: 0.9em;
}
