.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}



.botan_box p {
  display: contents;
  margin: 0;
}

.heading-6 {
    position: relative;
  color: #333;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
	margin-bottom: 5%;
	letter-spacing: 0.1em;
	margin-top: 4rem !important;
}

.heading-6:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #4da6ac;
}

/* トップページ：ブログ一覧 */
.top-blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 横3記事 */
  gap: 24px;
  margin: 40px 0;
}

/* カード */
.top-blog-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.top-blog-item:hover {
  transform: translateY(-5px);
}

/* アイキャッチ */
.top-blog-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* タイトル */
.top-blog-title {
  font-size: 16px;
  font-weight: bold;
  padding: 12px 16px 0;
}

/* 日付 */
.top-blog-date {
  display: block;
  font-size: 13px;
  color: #888;
  padding: 8px 16px 16px;
}

.text01 {
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.05em;
}
.text02 {
  text-align: center;
  letter-spacing: 0.05em;
}



.content table.table_design05 {
border-collapse: collapse;
width: 100%;
max-width: 700px;
	border: none;
	color: #4d4d4d;
}
.content table.table_design05 th, .table_design05 td {
padding: 1em;
	background: none;
}
.content table.table_design05 th {
color: #4d9bc1;
font-weight: boldt;
text-align: left;
width: 20%;
min-width: 4em;
position: relative;
}
.content table.table_design05 th::after {
content: ”;
background-color: #c1c7c6;
position: absolute;
top: 50%;
left: 100%;
transform: translateY(-50%);
width: 1px;
height: 60%;
}



.content table.table_design06 {
  width: 100%;
	border: none;
}

.content table.table_design06 th{
  position: relative;
  text-align: left;
  width: 15%;
background: none;
	border: none;
	color: #4d9bc1;
}

.content table.table_design06 th:after{
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top:calc(50% - 1px);
  right:-15px;
	background: #4d9bc1;
}

.content table.table_design06 td{
  text-align: left;
  padding:7px 0 7px 30px;
  width: 85%;
	border: none;
	background: #f2f2f2;
	line-height: 300%;
}

.content table tr:nth-child(2n+1) th {
  background-color: #fff;
}

.content table.table_design06 tr:nth-child(2n+1) td {
  background-color: #fff;
}
.rogo_box{text-align: center;}
.rogo_box img{width: 20%;}


.sab_title {
  font-size: 18px;
  padding: 8px 16px;
  position: relative;
  color: #0c192b;
  border-bottom: 2px solid #bbdcdd;
  font-weight: bold;
}
.sab_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
  height: 2px;
  background-color: #00b2b8;
}


.botan_box{width: 100%;}
.botan01 {
  width: 48%;
  float: left;
  text-align: center;
  background-color: #00b2b8;
  margin-left: 1%;
  padding-top: 2%;
  padding-bottom: 2%;
  color: #fff;
	margin-top: 0 !important;
}
.botan01:hover {
  background-color: #90dddf;
  transition: 0.1s;
}

/* attendanceボタン */
.attendance-btn {
  display: inline-block;
  background: #00b2b8;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
	color: #fff !important;
}
.attendance-btn:hover {
  opacity: 0.85;
}


/* 問い合わせ */

.wpcf7 .wpcf7-submit:disabled {
    cursor: auto;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 2%;
    background-color: #81b8ff;
    border: navajowhite;
    color: #fff;
    font-size: 18px;
}
.wpcf7-submit {
  cursor: auto;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-top: 2%;
  background-color: #81b8ff;
  border: navajowhite;
  color: #fff;
  font-size: 18px;
}

.wpcf7-validates-as-required {
    border: 2px solid #ddd;
    width: 100%;
    padding: 2%;
    font-size: 17px;
    letter-spacing: 0.1em;
}
.wpcf7-textarea {
    border: 2px solid #ddd;
    width: 100%;
    padding: 2%;
    font-size: 17px;
    letter-spacing: 0.1em;
}
.wpcf7-validates-as-tel{
	border: 2px solid #ddd;
width: 100%;
padding: 2%;
font-size: 17px;
letter-spacing: 0.1em;
}

.form_title {
    font-size: 18px;
    color: #575757;
    letter-spacing: 0.03em;
    font-weight: bold;
}
.form_sab_title {
    font-size: 80%;
}

.wpcf7-validates-as-date{
	border: 2px solid #ddd;
    width: 100%;
    padding: 2%;
    font-size: 17px;
    letter-spacing: 0.1em;
}

.link_bt{
	text-align: center;
  text-decoration: underline;
}


@media (max-width: 768px) {
  .top-blog-list {
    grid-template-columns: 1fr;
  }
	.content table.table_design06 th {
  width: 35%;
}
	.botan01 {
  width: 49%;
  float: left;
  text-align: center;
  background-color: #00b2b8;
  margin-left: 1%;
  padding-top: 2%;
  padding-bottom: 2%;
  color: #fff;
	margin-top: 2% !important;
}
	.heading-6 {
  position: relative;
  color: #333;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15%;
  letter-spacing: 0.1em;
  margin-top: 4rem !important;
}
	.rogo_box img {
  width: 40%;
}
	.text01 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
}
}


.botan_box {
  display: flex;
  gap: 2%;
}

.botan01 {
  width: 48%;
  background: #00b2b8;
  text-align: center;
  padding: 30px 0;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: 0.3s;
	color: #fff !important;
}

.botan01:hover {
  opacity: 0.8;
}
.botan01 a{
	color:#fff!important;
}