@charset "utf-8";

#bcp h3 p{
	width: 470px;
}
#bcp .box{
	font-size:16px;
	line-height:1.6;
	margin: 0 auto;
}

#bcp .inner {
	padding: 0 20px;
	line-height: 1.6;
	width: 100%;max-width: 100%;
}
#bcp .text{
	overflow:hidden;
	margin-bottom:20px;
}

#bcp .text02{
	margin-bottom:70px;
}

#bcp h4 {
  color: #186735;
  font-size: 20px;
  padding: 10px;
  line-height: 1;
  background-color: #f1f1f1;
  margin-bottom: 10px;
}
#bcp .guide_notice{
  font-size: 12px;
}
#bcp .point{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

#bcp .point dt, #bcp .point dd{
  padding: 10px;
  border-top: 1px solid white;
  border-left: 1px solid white;
}

#bcp .point dt {
  width: 20%;
  background-color: #e0e0e0;
  font-weight: bold;
}

#bcp .point dd {
  background-color: #f1f1f1;
  width: 80%;
}

#bcp .pdf_dl {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  text-align: center;
  padding-bottom: 20px;
}
#bcp .pdf_dl a{
  text-decoration: underline;
}
#bcp .pdf_dl .pdf_dl_row {
  display: contents; /* 子要素をグリッドのセルとして扱う */
}

#bcp .pdf_dl .cell {
  padding: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* ヘッダー行の背景を少し濃く */

#bcp .pdf_dl_row:nth-child(odd) .cell {
  background-color: #f7f7f7; /* 奇数行の背景色 */
}

#bcp .pdf_dl_row:nth-child(even) .cell {
  background-color: #ddd;    /* 偶数行の背景色 */
}
#bcp .pdf_dl_row:first-child .cell {
  background-color: #155f82;
  color:#FFF;
}

#bcp .member_title {
	font-size: 15px;
	font-weight: bold;
}

#bcp .member_text{
	overflow:hidden;
	
	padding: 0 20px;
	margin-bottom:10px;
}
@media screen and (max-width: 768px) {
  #contents h3 p {
    font-size: 18px;
    color: #186735;
    display: inline-block;
    position: relative;
    width: 90%;
  }
  #bcp .point dt,
  #bcp .point dd {
    width: 100%;
    border-left: none; /* 横並び用の境界線を解除 */
  }
}

/* ここまで */