.eq a {
    color: #fff;
}

.single .main-content h3 {
    font-weight: bold;
    font-size: 1.3em;
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #7eaabb;
    margin: 30px 0 20px;
}

.single .main-content h4 {
    font-size: 1.2em;
    font-weight: 400;
    color: #626262;
    margin: 20px 0 10px;
}

.single .main-content ul {
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 3px gray;/*線の種類 太さ 色*/
	margin: 20px 0;
}

.single .main-content li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
	list-style-type: disclosure-closed;
}

/* 必須フィールドのラベルスタイル */
.wpcf7-form .required {
    background-color: #e11414;
    color: white;
    padding: 2px 10px;
    border-radius: 3px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

/* 送信ボタンのスタイル */
.wpcf7-form input[type="submit"] {
    background-color: #84a9ba;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    width: 120px;
    padding: 10px;
    border-radius: 25px;
    font-weight: bold;
}

.wpcf7-form input[type="submit"]:hover {
background-color: #587b8d;
}

.contact_form label {
	width:50%;
}

.contact_form textarea,.contact_form input {
	width:100%;
}






.wp-pagenavi {
	margin: 40px auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #77a0d1;
}
.wp-pagenavi a {
    color: #77a0d1;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 10px 0 0;
	border: solid 1px #eee;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
	font-size: 1.3em;
  font-weight: bold;
}
.wp-pagenavi span.current {
    border: none;
    background: #77a0d1;
    color: #fff;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
    background: #77a0d1;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: none;
}

.wp-pagenavi span.pages {
    line-height: 40px;
    font-size: 1.3em;
    font-weight: bold;
    margin-right: 20px;
}

.recruit {
	margin-top:50px;
}

.recruit .bold {
	font-size:inherit;
}

.recruit .col-sm-4 {
	font-weight: bold;
    text-align: center;
}

.recruit input,.recruit label,.recruit textarea {
	width:100%;
}

.recruit form {
	display:block;
	margin: 0 auto;
	width:50%;
}

.recruit .price-table td:nth-child(1) {
    background: #e4cfd1;
}

.recruit .hospital-table td:last-child, .recruit .price-table td:last-child {
  border-bottom:inherit;
}

.recruit table{
	border-right:1px solid #dee2e6;
	border-left:1px solid #dee2e6;
	border-bottom:1px solid #dee2e6;
}

.gr_eq {
    background-color: #1c9107 !important;
}

.gr_ncov span {
    color: #1c9107 ;
}

figure:has(> img.image500)  {
	text-align: center;
    width: 500px;
    margin: 0 auto;
}

.add2area {
	position: absolute;
	width: 95%;"
}

@media (min-width: 768px) {
.online_ka {
	margin-bottom:30px;
	margin-top: 30px;
}
 .online_katx{
    margin: 30px auto;
}
	
.online_ls
 {
        margin-bottom: 30px;
    }
	
}

@media (max-width: 767px) {
.contact_form label {
    width: 100%;
}
	
.wpcf7-form input[type="submit"] {
    margin: 0 auto;
    display: block;
}
	
	.wp-pagenavi span.current, .wp-pagenavi a.page {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
}
	
	.recruit .table {
		white-space: inherit;
	}
	
	.recruit form {
    width: 100%;
}
	
	.recruit input, .recruit label, .recruit textarea{
    margin-top: 5px;
}
	
	figure:has(> img.image500) {
	width:100%;
}
	
.add2area {
	position: inherit;
	width: 100%;
	margin-bottom: 30px;
}
}