
.womanconnect .notice-table table tbody {
	text-align: left;
}

.womanconnect .notice-table td:first-child {
	width: 20%;
}

.womanconnect .notice-table td:last-child {
	width: 75%;
}

.womanconnect .notice-table th {
	vertical-align: top;
	background-color: transparent;
}

.womanconnect .notice-table table {
	border-collapse: unset;
}

.notice-table p {
  font-size: 1.1rem;
}

@media screen and (min-width: 750.1px){
  .notice-table p {
    font-size: 16px;
    text-align: right;
  }  
}

/* フォーム */
.bl-contact td input.childcare-num{width:50%}

.woman-form {
  max-width: 850px;
}


@media screen and (max-width: 750px){

.woman-form th,
.woman-form td {
  width: 100%;
  display: block;
}
}