@charset "utf-8";

/*共通
----------------------------------------------------------------*/

#conbox .right_box {float:right;}
#conbox .left_box  {float:left;}

.pc {display:block;}
.sp {display:none;}

#globalnav_inner ul li.sp {display:none !important;}


.left_box  {float:left;}
.right_box {float:right;}

.left_box:after,
.right_box:after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

#faq #conbox #faq01,
#faq #conbox #faq02,
#faq #conbox #faq03,
#faq #conbox #faq04,
#faq #conbox #faq05,
#faq #conbox #faq06,
#faq #conbox #faq07{
	margin-top:-150px;
  padding-top:150px;
	}

.photo {}

#conbox ul.list_item {}

#conbox ul.list_item:after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

#conbox ul.list_item li {
	float:left;
	width:inherit;
	margin:0 20px 0 0;
	padding:0;
	}

@media screen and (max-width: 640px) {
	
	#conbox ul.list_item li {
	float:none;
	margin:0;
	}

}

@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#conbox ul.list_item li {
	float:none;
	margin:0;
	}

}

/*UIkit
----------------------------------------------------------------*/
.uk-grid {}

.uk-grid img {
    width: 100%;
    height: auto;
}

.uk-panel {
	padding:30px 30px 20px;
	background-color: rgba( 75, 158, 218, 0.1 )
	}

.uk-modal-dialog {
	width:800px !important;
	}

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

	.uk-panel {
	padding:10px ;
	}
	
}

@media only screen and (max-width:736px) and (orientation:landscape) {

	.uk-panel {
	padding:10px ;
	}
	
}



/*css3 ボタン
----------------------------------------------------------------*/

.button {
	cursor: pointer;
	line-height: 1;
	text-align: center;
	display: inline-block;
	padding:20px 40px;
	font-size: 1.46em;
	background-color:#4b9eda;
	color:#FFF !important;
	text-decoration:none !important;
	
	/*アニメーションの設定*/
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
	
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;

}

button:hover, button:focus,.button:hover,.button:focus {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/*トップページ
----------------------------------------------------------------*/

#home #conbox h2 {
	color:#4b9eda;
	margin:0 0 30px;
	line-height:1;
	}

#home #conbox .top_rice_info {
	background: #F2F8FC url(../img/top-btn-rice.png) no-repeat right center;
	border:1px solid #CCC;
	padding:20px 40px;
	margin:0 0 60px;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	}

#home #conbox .top_rice_info:after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

#home #conbox .top_rice_info h2 {
	float:left;
	width:26%;
	color:#646464;
	border-right:1px dotted #CCC;
	margin:0 23px 0 0;
	padding:6px 0 0;
	}

#home #conbox .top_rice_info p {
	float:left;
	margin:0;
	}


@media screen and (max-width: 640px) {
	
#home #conbox .top_rice_info {
	background: #F2F8FC url(../img/top-btn-rice.png) no-repeat right -220px top 30px;
	border:1px solid #CCC;
	padding:10px;
	margin:0 0 60px;
	}

#home #conbox .top_rice_info h2 {
	float:none;
	width:100%;
	border:none;
	border-bottom:1px dotted #CCC;
	margin:0 0 10px;
	padding:0 0 10px;
	}

#home #conbox .top_rice_info p {
	float:none;
	width:55%;
	}
	
}


@media only screen and (max-width:736px) and (orientation:landscape) {
	
#home #conbox .top_rice_info {
	background: #F2F8FC url(../img/top-btn-rice.png) no-repeat right -220px top 30px;
	border:1px solid #CCC;
	padding:10px;
	margin:0 0 60px;
	}

#home #conbox .top_rice_info h2 {
	float:none;
	width:100%;
	border:none;
	border-bottom:1px dotted #CCC;
	margin:0 0 10px;
	padding:0 0 10px;
	}

#home #conbox .top_rice_info p {
	float:none;
	width:55%;
	}
	
}

#home #conbox #medical_time,
#home #conbox #attendance,
#home #conbox #reservation,
#obstetrics #conbox #cuisine,
#obstetrics #conbox #s4d{
	margin-top:-160px;
	padding-top:160px;
	}

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

#home #conbox #medical_time,
#home #conbox #attendance,
#home #conbox #reservation,
#obstetrics #conbox #cuisine,
#obstetrics #conbox #s4d{
	margin-top:-30px;
	padding-top:30px;
	}
}

@media only screen and (max-width:736px) and (orientation:landscape) {

#home #conbox #medical_time,
#home #conbox #attendance,
#home #conbox #reservation,
#obstetrics #conbox #cuisine,
#obstetrics #conbox #s4d{
	margin-top:-30px;
	padding-top:30px;
	}
}

#home #conbox .top_time_table {
	padding:0;
}

#home #conbox .top_time_table h2 {
	margin:0 0 15px;
	}

#home #conbox .top_time_table table th {
    position: relative;
}

#home #conbox .top_time_table table th,
#home #conbox .top_time_table table td {
	vertical-align:top;
	}

#home #conbox .top_time_table table th::after {
    content: "" ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
	margin-bottom:2px;
    border-bottom: 1px solid #CCC;
}

#home #conbox .top_time_table table th.item {
	width:130px;
	}
#home #conbox .top_time_table table th.hour {
	width:20%;
	}

#home #conbox .top_time_table table td span,
#home #medical_time p span {
	color:#FF8989;
	font-size:1em;
	}

@media screen and (max-width: 640px) {
	
#home #conbox .top_time_table_sp h2 {
	margin:0 0 20px;
	padding:0;
	}
	
#home #conbox .top_time_table_sp table {
	margin:0 0 10px;
	}

#home #conbox .top_time_table_sp table th {
    position: relative;
}

#home #conbox .top_time_table_sp table th::after {
    content: "" ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
	margin-bottom:2px;
    border-bottom: 1px solid #CCC;
}

#home #conbox .top_time_table_sp table td {
	padding:10px 0;
	}

#home #conbox .top_time_table_sp table th.item {
	white-space:nowrap;
	}

}

@media only screen and (max-width:736px) and (orientation:landscape) {
	
#home #conbox .top_time_table_sp h2 {
	margin:0 0 20px;
	padding:0;
	}
	
#home #conbox .top_time_table_sp table {
	margin:0 0 10px;
	}

#home #conbox .top_time_table_sp table th {
    position: relative;
}

#home #conbox .top_time_table_sp table th::after {
    content: "" ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
	margin-bottom:2px;
    border-bottom: 1px solid #CCC;
}

#home #conbox .top_time_table_sp table td {
	padding:10px 0;
	}

#home #conbox .top_time_table_sp table th.item {
	white-space:nowrap;
	}

}





#home #conbox .top_news_area {
	padding:40px 0 0;
}

@media screen and (max-width: 960px) {
	#home #conbox .top_news_area {
        padding: 0;
    }
	#home #conbox .top_news_area h3 {
	padding:0 0 10px;
	letter-spacing:0;
	}
	
}

@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#home #conbox .top_news_area h3 {
	padding:0 0 10px;
	letter-spacing:0;
	font-size:1em;
	}
	
	#home #conbox .top_news_area.sp h3 {
	padding:0 0 10px;
	letter-spacing:0;
	font-size:1.46em;
	text-align:center;
	}
	
}


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

#home #conbox .top_news_area {
	margin:0 0 40px;
	}

#home #conbox .top_news_area h2 {
	background-color:#F4F4F4;
	margin:0 -20px 20px;
	padding:10px 0;
	}
	
	#home #conbox .top_news_area.sp h3 {
	padding:0 0 10px;
	letter-spacing:0;
	font-size:1.46em;
	color:#FF8989;
	text-align:center;
	}

}

@media only screen and (max-width:736px) and (orientation:landscape) {

#home #conbox .top_news_area {
	margin:0 0 40px;
	}

#home #conbox .top_news_area h2 {
	background-color:#F4F4F4;
	margin:0 -20px 20px;
	padding:10px 0;
	}

}

#home #conbox .top_news_colom {
	position:relative;
	}

#home #conbox .top_news_colom .rss {
	background-color:#4b9eda;
	color:#FFF;
	position:absolute;
	right:0px;
	top:2px;
	padding:2px 5px;
	font-size:0.769em;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	}
	
#home #conbox .top_news_colom .rss a:link, #home #conbox .top_news_colom .rss a:visited, #home #conbox .top_news_colom .rss a:active {color:#FFF;}

@media screen and (max-width: 960px) {
	
	#home #conbox .top_news_colom .rss {
	right:0px;
	top:0px;
	}
	
}

@media screen and (max-width: 640px) {
	
	#home #conbox .top_news_colom.sp .rss {
		right:0px;
		top:8px;
	}
	
}

#home #conbox .top_news_colom dl {
	border-bottom:1px dotted #CCC;
	padding:0 0 10px;
	margin:0 0 10px;
	line-height:1.4;
	}

#home #conbox .top_news_colom dl:after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

#home #conbox .top_news_colom dl dt {
	float:left;
	width:130px;
	padding:7px;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#home #conbox .top_news_colom dl dd {
	float:right;
	width:155px;
	}

@media screen and (max-width: 960px) {
	
	#home #conbox .top_news_colom dl dt {
	float:left;
	width:40%;
	margin:0 10px 0 0;
	padding:2px;
}

#home #conbox .top_news_colom dl dd {
	float:none;
	width:auto;
	}

}

#home #conbox .top_news_colom h4 a:link, #home #conbox .top_news_colom h4 a:visited, #home #conbox .top_news_colom h4 a:active {
	text-decoration:underline;
	}
#home #conbox .top_news_colom h4 a {
	font-weight: bold;
}

#home #conbox .top_news_colom h4 a:hover {
	text-decoration:none;
	}

#home #conbox .top_news_colom p.date {
	color:#4b9eda;
	margin:0;
	}
	
#home #conbox .top_news_colom p.border {
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px dotted #CCC;
	}

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

#home #conbox .top_news_colom:not(:first-child) {
	margin:40px 0 0;
	}
	
#home #conbox .top_news_area_btm_sp .top_news_colom h3 {
	color:#333 !important;
	text-align:left;
	}

#home #conbox .top_news_colom dl dt {
	float:left;
	width:130px;
	margin:0;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#home #conbox .top_news_colom dl dd {
	float:none;
	width: inherit;
	margin:0 0 0 140px;
	}

}

@media only screen and (max-width:736px) and (orientation:landscape) {

#home #conbox .top_news_colom:not(:first-child) {
	margin:0 0 40px;
	}

#home #conbox .top_news_colom dl dt {
	float:left;
	width:130px;
	margin:0;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}


#home #conbox .top_news_colom dl dd {
	float:none;
	width: inherit;
	margin:0 0 0 140px;
	}
	
}

@media screen and (max-width: 320px) {
	
#home #conbox .top_news_colom dl dt {
	width:80px;
	margin:0;
}

#home #conbox .top_news_colom dl dd {
	margin:0 0 0 90px;
}

}



#home #conbox table td span.blue {color:#3366ff;}
#home #conbox table td span.green {color:#008080;}
#home #conbox table td span.pink {color:#ff6699;}



#home #conbox h2.btn_medical {
	position:relative;
	background-color:#FFF3F3;
	border:1px solid #FF8785;
	margin:0 0 50px;
	padding:20px;
	text-align:center;
	cursor: pointer;
	
	border-radius:         8px;
	-webkit-border-radius: 8px;
	-moz-border-radius:    8px;
	}


#home #conbox h2.btn_medical:before {
    content: "\f0da" ;
    position: absolute;
	font-family: 'FontAwesome';
    top: 50% ;
    right: 20px;
	line-height: 1;
	margin-top:-0.5em;
}

#home #conbox h2.btn_medical.uk-active:before {
	content: "\f0d7";
}

#home #conbox h2.btn_medical {
	margin-top: 40px;
	padding: 15px;
	font-weight: bold;
}
#home #conbox h2.btn_medical .small {
	display: block;
	font-size: 12px;
	line-height: 1em;
	margin-top: 5px;
}
#home #conbox h2.btn_medical:before {
	display: none;
}


/*SNSボタン*/
#home #snslink figure{
	width: 100%;
	position: relative;
}
#home #snslink figure a{
	position: absolute;
	width:10.3%;
	height: 70%;
	top: 50%;
	text-indent: -9999px;
	transform: translate(0, -50%);
	background-repeat: no-repeat;
	background-size: contain;
	transition: .5s;
}
#home #snslink figure a:hover{opacity: 0.6;}
#home #snslink figure a#insta{
	left: 2%;
	background-image: url(../img/instagram_icon.png);
}
#home #snslink figure a#fb{
	left: inherit;
	left: 87%;
	background-image: url(../img/facebook_icon.png);
}





/* 当院のご案内
-------------------------------------------------------------------------*/
#guide {}

#guide #conbox #doctor h3 span {
	font-size:0.7em;
	margin:0 10px 0 0;
	}

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

.doctor_photo {
	width:80% !important;
	margin:0 auto 10px !important;
	}

}

@media only screen and (max-width:736px) and (orientation:landscape) {

.doctor_photo {
	width:80% !important;
	margin:0 auto 10px !important;
	}

}



/* 施設のご案内*/
.ms-slide-info {
	position: absolute;
	bottom: 90px !important;
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	padding: 10px 0;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
 	box-sizing:border-box;
}

.ms-slide-info p {
	margin: 0 !important;
	padding: 0 20px !important;
}

@media screen and (max-width: 640px) {
	
	#guide.facility #conbox h1 {
		font-size: 2em;
	}
	
}


/*南草津野村病院の特長*/

#guide.feature #conbox #system,
#guide.feature #conbox #space,
#guide.feature #conbox #cooperation,
#guide.feature #conbox #meals,
#guide.feature #conbox #medical_institution {
	margin-top:-150px;
  padding-top:150px;
	}

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

#guide.feature #conbox .guide_feature_ttl {
	width: 42% !important;	
}

}


/* 産科
-------------------------------------------------------------------------*/

/*当院でのお産*/
#obstetrics.childbirth #conbox .box {
	border: 1px solid #FF8887;
	padding: 40px;
}

#obstetrics.childbirth #conbox .box h2 {
	position: relative;
	margin: 0 0 30px;
	padding:0 0 0 65px;
	color: #FF8887;
}

#obstetrics.childbirth #conbox .box h2 span {
	position: absolute;
	font-size: 2.6em;
	line-height: 1;
	top:5px;
	left: -10px;
	padding: 0 15px 0 0;
	border-right: 1px solid #FF8887;
}

#obstetrics.childbirth #conbox .box p {
	margin: 0 0 0 65px;
}

@media screen and (max-width: 640px) {
	
	#obstetrics.childbirth #conbox .box {
	padding: 10px;
}

#obstetrics.childbirth #conbox .box h2 {
	margin: 0 0 20px;
	padding:60px 0 0;
}

#obstetrics.childbirth #conbox .box h2 span {
	position: absolute;
	font-size: 2.6em;
	line-height: 1;
	top:0px;
	left:50%;
	margin-left:-0.3em;
	padding: 0;
	border: none;
	border-bottom: 1px solid #FF8887;
}

#obstetrics.childbirth #conbox .box p {
	margin: 0 0 10px;
}
	
	
}


#obstetrics.support #conbox .uk-panel table td {
	padding: 0 5px 10px 30px;
}

@media screen and (max-width: 640px) {
	
	#obstetrics.support #conbox .uk-panel table td {
		padding: 0 5px;
	}
	
	
}


/* 一般整形
-------------------------------------------------------------------------*/
#general-plastic-surgery {}

#general-plastic-surgery #conbox .case h3 {
	border:none;
	margin:0;
	}

#general-plastic-surgery #conbox .case h3 span {
	border-right: 1px dotted #999;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	color:#4b9eda;
	}

#general-plastic-surgery #conbox .case h3::after {
    content: "" ;
    position: static ;
	margin-bottom:0;
    border:none;
}

/* リハビリテーション
-------------------------------------------------------------------------*/
#rehabilitation {}

#rehabilitation  #conbox .rehabilitation_room_slider_area ul.rehabilitation_room_slider {
	overflow:hidden;
	}

#rehabilitation  #conbox .rehabilitation_room_slider_area ul.rehabilitation_room_slider li {margin:0 5px;}


/* 自宅でできる運動療法
-------------------------------------------------------------------------*/
#functional-therapy {}

#functional-therapy #conbox .pdf_download_area .uk-panel {
	background:none;
	margin:0 0 10px;
	padding:0;
	}


#functional-therapy #conbox .pdf_download_area .pdf_thumbnail {
	border:1px solid #CCC;
	background:none;
	margin:0 0 10px;
	padding:10px;
	
	border-radius:         5px;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
	}

#functional-therapy #conbox .pdf_download_area h3 {
	margin:0 0 10px;
	padding:0;
	font-size:1.23em;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing:0;
	border:none;
	}

#functional-therapy #conbox .pdf_download_area h3::after {
    content: "" ;
    position: static ;
	margin-bottom:0;
    border:none;
}

#functional-therapy #conbox .pdf_download_area .btn_pdf a {
	background-color:#4b9eda;
	color:#FFF;
	padding:8px 15px;
	
	border-radius:         5px;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
	
	/*アニメーションの設定*/
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
	}

#functional-therapy #conbox .pdf_download_area .btn_pdf a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}

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

#functional-therapy #conbox .pdf_download_area .uk-panel {
	border-bottom:1px dotted #CCC;
	}

#functional-therapy #conbox .pdf_download_area .pdf_thumbnail {
	display:none;
     }

#functional-therapy #conbox .pdf_download_area h3 {
	float:left;
	width:50%;
	}

#functional-therapy #conbox .pdf_download_area .btn_pdf {
	float:right;
	}

}

@media only screen and (max-width:736px) and (orientation:landscape) {

#functional-therapy #conbox .pdf_download_area .uk-panel {
	border-bottom:1px dotted #CCC;
	}

#functional-therapy #conbox .pdf_download_area .pdf_thumbnail {
	display:none;
     }

#functional-therapy #conbox .pdf_download_area h3 {
	float:left;
	width:50%;
	}

#functional-therapy #conbox .pdf_download_area .btn_pdf {
	float:right;
	}

}

/*インフォメーション
-------------------------------------------------------------------------*/

#information #conbox dl {
	border-bottom:1px dotted #CCC;
	padding:0 0 20px;
	margin:0 0 20px;
	line-height:1.4;
	}

#information #conbox dl:after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

#information #conbox dl dt {
	float:left;
	width:130px;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#information #conbox dl dd {
	float:right;
	width:480px;
	}

#information #conbox h2 {
	font-size:1.357em;
	margin:0 0 20px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}

#information #conbox .more {
	margin:10px 0 0;
	text-align:right;
	}

#information #conbox .more a {
	background-color:#BFBFBF;
	color:#FFF;
	padding:3px 10px;
	}

#information #conbox hr {
	margin-top:20px;
	margin-bottom:20px;
	}

@media screen and (max-width: 640px) {
	
	#information #conbox dl dt {
	float:left;
	width:130px;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#information #conbox dl dd {
	float:none;
	width: inherit;
	margin:0 0 0 140px;
	}
	
}

@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#information #conbox dl dt {
	float:left;
	width:130px;
	
	border-radius:         3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#information #conbox dl dd {
	float:none;
	width: inherit;
	margin:0 0 0 140px;
	}
	
}


@media screen and (max-width: 320px) {
	
#information #conbox dl dt {
	width:80px;
	margin:0;
}

#information #conbox dl dd {
	margin:0 0 0 90px;
}

}


/*漢方外来
-------------------------------------------------------------------------*/

.chinese-medicine #conbox .uk-panel {
	padding: 30px !important;
}

.chinese-medicine #conbox .uk-panel p {
	margin: 0;
}

.chinese-medicine #conbox #doctor h2 {
	font-size: 2.30em;
}

@media screen and (max-width: 640px) {
	
.chinese-medicine #conbox #doctor h2 {
	font-size: 1.8em;
}
	
}

.chinese-medicine #conbox #doctor .doctor_info p {
	margin: 0 0 10px;
	line-height: 1.5;
}

.chinese-medicine #conbox #doctor .doctor_info p {
	margin: 0 0 10px;
	line-height: 1.5;
}

.chinese-medicine #conbox #information_area p {
	font-size: 1.385em;
}



/*アクセスマップ
-------------------------------------------------------------------------*/
#access {}

#access #conbox #parking {
	margin-top:-140px;
	padding-top:140px;
}



/*お問い合わせ
-------------------------------------------------------------------------*/
#contact {}

#conbox #trust-form .contact-form {
  height: auto;
}


#conbox p#message-container-input {
	color:#F00;
	}

#conbox #trust-form table {
	width:100%;
	margin:0 0 30px;
	}

#conbox #trust-form table th {
	background:none;
	text-align:left;
	padding:20px 0;
	border:none;
	width:30%;
	border-bottom:1px dashed #999;
	}

#conbox #trust-form table td {
	padding:20px 0;
	border:none;
	border-bottom:1px dashed #999;
	}

#conbox #trust-form table td ul {
	margin:0;
	}

#conbox #trust-form table td ul li {
	display: inline-block;
	background:none;
	margin:0 30px 10px 0;
	padding:0;
	list-style:none;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	}

#conbox #trust-form table td ul li input {
	width:auto;
	
	border-radius:         5px;
  -webkit-border-radius: 5px;
  -moz-border-radius:    5px;
	}

#conbox #trust-form table td ul li label {
	background-color:#FDFDFD;
	display:block;
	padding:5px;
	border:1px solid #CCC;
	cursor:pointer;
	
	border-radius:         5px;
  -webkit-border-radius: 5px;
  -moz-border-radius:    5px;

	}

#conbox #trust-form input,
#conbox #trust-form textarea {
	border:1px solid #CCC;
	width:100%;
	
	padding:5px;

	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

	
	}


#conbox #trust-form .field {width:100%;}


#conbox #trust-form .field_s {width:20%;}


#conbox #trust-form .zipcode {width:20%;}


#conbox #trust-form .e_mail {}

#conbox #trust-form .inquiry {
	width:100%;
	height:200px;
	}
	
#conbox #trust-form .submit-container {
	margin:0px 0px 50px;
	text-align:center;
	}

#conbox div#trust-form.contact-form table tr:hover{
	background:none;
	}

#conbox #confirm-button input {
	width:30%;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-family: inherit;
	font-weight: bold;
	line-height: 1;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding:20px 10px;
	font-size: 1em;
	background-color: #646464;
	border-color: #666;
	color: #FFF;
	
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	
}

.fb-like-box {
	background-color:#FFF;
	}
	




/*追記*/

#conbox .top_menu dl {}

#conbox .top_menu dl:after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

#conbox .top_menu dl dt {
	float:left;
	width:200px;
	}

#conbox .top_menu dl dd {
	float:right;
	width:245px;
	}

#home #conbox .top_menu dl {
	border: 1px solid #C9C9C9;
	padding: 20px;
}

#home #conbox .top_menu dl dt {
	float:left;
	width:180px;
	}

#home #conbox .top_menu dl dd {
	float:right;
	width:225px;
	}

#home #conbox .top_menu dl dd h3 {
	letter-spacing: 0;
}

#conbox .top_menu img {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}

#conbox .top_menu h3 {
	text-align:center;
	}

#conbox .top_menu h3 span {
	display:block;
	font-size:0.579em;
	color:#FF8989 !important;
	}

#conbox .top_menu p {
	line-height:1.4 !important;
	margin:0;
	}

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

#conbox .top_menu dl dt {
	float:none;
	width:100%;
	margin:0 0 10px;
	}

#conbox .top_menu dl dd {
	float:none;
	width:100%;
	}

#home #conbox .top_menu.sp dl dt {
	float:none;
	width:100%;
	margin:0 0 10px;
	}

#home #conbox .top_menu.sp dl dd {
	float:none;
	width: inherit;
	margin:0;
	}

}

@media only screen and (max-width:736px) and (orientation:landscape) {

#conbox .top_menu dl dt {
	float:none !important;
	width:100% !important;
	margin:0 0 10px !important;
	}

#conbox .top_menu dl dd {
	float:none !important;
	width:100% !important;
	}

#home #conbox .top_menu.sp dl dt {
	float:none;
	width:100%;
	margin:0 0 10px;
	}

#home #conbox .top_menu.sp dl dd {
	float:none;
	width: inherit;
	margin:0;
	}

}



#conbox ul {
	margin:0 0 10px 1em;
	padding:0;
	}

#conbox ul li {
	margin:0;
	padding:0;
	list-style-type:disc;
	}



#conbox .table_spec {
	margin:0 0 10px;
	font-size:0.923em;
	}

#conbox .table_spec th {
	vertical-align:top;
	padding:0 5px;
	text-align:left;
	border:none;
	}

#conbox .table_spec td {
	vertical-align:top;
	padding:0 5px 10px 5px;
	text-align:left;
	border:none;
	}

/*共通*/

#conbox .guide_feature_slider_area ul.guide_feature_slider {
	overflow:hidden;
	margin:0 0 80px;
	}

#conbox .guide_feature_slider_area ul.guide_feature_slider li {margin:0 5px;}


/*野村産婦人科*/

#conbox h1 {color:#FF8989;}

.uk-panel {background-color: rgba(255,137,137,0.1) !important;}

#obstetrics.hospitalization #conbox #comfortable h3,
#first #conbox h3,
#infertility-treatment.page-child #conbox h3,
#gynecology.page-child #conbox h3,
#guide.page-child #conbox h3 {margin: 0 0 20px ;padding:0;border-bottom:none;}

#obstetrics.hospitalization #conbox #comfortable h3:after,
#first #conbox h3:after,
#infertility-treatment.page-child #conbox h3:after,
#gynecology.page-child #conbox h3:after,
#guide.page-child #conbox h3:after {margin-bottom:0px;border-bottom:none;}

#obstetrics.support #conbox #club .uk-panel,
#obstetrics.hospitalization #conbox #comfortable .uk-panel,
#first #conbox .uk-panel,
#infertility-treatment #conbox .uk-panel,
#guide #conbox .uk-panel,
#gynecology #conbox .uk-panel {
	padding:15px 15px 5px;
	}



#conbox .btm_tel_info {
	position: relative;
	margin:90px 0 0;
	padding:60px 0 40px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	}

#conbox .btm_tel_info:before {
    content: "" ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
	margin-top:2px;
    border-top: 1px solid #CCC;
}

#conbox .btm_tel_info:after {
    content: "" ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
	margin-bottom:2px;
    border-bottom: 1px solid #CCC;
}


#conbox .btm_tel_info h2 {
	font-size:1.46em;
	margin:0 0 20px;
	text-align:center;
	}

#conbox .btm_tel_info h3 {
	margin:0 !important;
	padding:0;
	font-size:3.077em;
	line-height:1.4;
	text-align:center;
	color:#FF8989;
	}

#conbox .btm_tel_info p {
	position:relative;
	z-index:2;
	}

@media screen and (max-width: 640px) {
	
	#conbox .btm_tel_info h3 {
	margin:0 !important;
	padding:0;
	font-size:2em;
	letter-spacing:0;
	line-height:1.4;
	text-align:center;
	}
	
}

@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#conbox .btm_tel_info h3 {
	margin:0 !important;
	padding:0;
	font-size:2em;
	letter-spacing:0;
	line-height:1.4;
	text-align:center;
	}
	
}


.button {
	background-color:rgba(255,137,137,0.7);
	padding:15px 0;
	font-size:1.154em;
	border:1px solid #FF8989;
	font-weight:bold;
	}

#conbox .button {
	width:290px;
	}

@media screen and (max-width: 640px) {
	
	#conbox .button {
	width:100%;
	}
	
}

@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#conbox .button {
	width:100%;
	}
	
}


/*トップページ
-------------------------------------------------------------------------*/
#home #conbox h2 {color:#FF8989;}

#home #conbox .top_news_colom .rss {background-color:#FF8989;}

#home #conbox .top_news_colom p.date {color:#FF8989;}

#home  #conbox .top_info_area h3 {color:#FF8989;}
#home  #conbox .top_info_area h3 {
	color:#777171;
	font-weight: bold;
}

#home  #conbox .top_info_area dl {
	border-bottom:1px dotted #CCC;
	margin:0 0 10px;
	padding:0 0 10px;
	}
	
.top_reservation_info_area {
	border:1px solid #E4E4E4;
	padding:30px;
	margin:0;
	font-size:1.3em;
	}

#reservation h2 {
	font-size:2.5em;
	line-height:1;
	margin:0 0 20px;
	letter-spacing:0.1em;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #FF8989;
	}

.top_reservation_info_area h3 {
	font-size:1em;
	border:none;
	padding:0;
	letter-spacing:0.1em;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    position: relative;
	margin: 0 0 10px;
	line-height: 1;
	}

.top_reservation_info_area h3:after {
	display:none;
	}

.top_reservation_info_area p {
	margin:0 0 1.8em !important;
}

.top_reservation_info_area .button {
	width:100% !important;
	padding:20px;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	letter-spacing:0.1em;
	font-size:1.3em;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
 	box-sizing:border-box;
	}

.top_reservation_info_area .qr_code img {
	width:auto;
	}


@media screen and (max-width: 640px) {
	
	.top_reservation_info_area {
	margin:0;
	}
	
	#home  #conbox .top_info_area dl {
	padding:0;
	}
}

@media only screen and (max-width:736px) and (orientation:landscape) {
	
	.top_reservation_info_area {
	margin:0;
	}
	
	#home  #conbox .top_info_area dl {
	padding:0;
	}
}



/* 院長のあいさつ
-------------------------------------------------------------------------*/
#hyousyou {
	float:left;
	width:164px;
	height:114px;
}

#h-text {
	float:right;
	font-size:11px;
	line-height:1.5em;
	width:120px;
	text-align: justify;
    text-justify: distribute-all-lines;
}


/*病院紹介
-------------------------------------------------------------------------*/
#guide {}

#guide.feature .uk-panel h4 {
	font-size:1em;
	font-weight:normal;
	margin:0 0 5px;
	padding:0 0 0 5px;
}

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

#guide.outline  #conbox table.results_table .border_r {
	border:none !important;
	}

}

@media only screen and (max-width:736px) and (orientation:landscape) {

#guide.outline  #conbox table.results_table .border_r {
	border:none !important;
	}

}




#guide.related-facility .related_facility_info_area {
	background-color:#000;
	}

#guide.related-facility #conbox .related_facility_info {
	color:#FFF;
	padding:40px 30px 0;
	}

#guide.related-facility #conbox .related_facility_info h2 {
	text-align:center;
	margin:0 0 20px;
	color:#FFF;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	}

#guide.related-facility #conbox hr {
	margin-top:10px;
	margin-bottom:10px;
	}

/*医師のご紹介*/

#guide #conbox .doctor_thumbnail {
	margin:0 0 60px;
	}

#guide #conbox .doctor_thumbnail p {
	margin:0;
	line-height:1.4;
	}

#guide #conbox .doctor_thumbnail p span {
	font-size:1.2em;
	}

#guide #conbox .title_name {
	margin:0 0 20px;
	}

@media screen and (max-width: 640px) {
	
	#guide #conbox .title_name {
	margin:10px 0;

	text-align:center;
	}
	
}

@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#guide #conbox .title_name {
	margin:10px 0;
	text-align:center;
	}
	
}

#guide #conbox ul.doctor_list {
  text-align: center;
  margin:0;
} 

#guide #conbox ul.doctor_list li {
  margin:0 0 10px;
  padding:0 20px;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
} 

#guide #conbox ul.doctor_list li + li {
	border-left:none;
	}


/*産科
-------------------------------------------------------------------------*/
/*お産について*/

/*お産の費用*/
#obstetrics.cost #conbox #obstetrics_price .uk-panel {
	padding:15px 15px 5px;
	}
	
#obstetrics.cost #conbox #obstetrics_subsidy .uk-panel table.table_spec th {
	width:80px;
	}

/*お産の種類*/
#obstetrics.types #conbox .uk-panel .button {
	padding:5px 20px;
	width:auto;
	font-size:1em;
	}

#obstetrics.types #conbox #about_birth  {
	margin:0;
	}

#obstetrics.types #conbox #about_birth a {
	display:block;
	background-color: rgba(204,204,204,0.2);
	background-repeat:no-repeat;
	background-position:20px center;
	border:1px solid #CCC;
	padding:20px 20px 20px 100px;
	color:#FF8989;
	font-weight:bold;
	font-size:1.46em;
	line-height:1.4;
	
	border-radius:         5px;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
	
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
	}

#obstetrics.types #conbox #about_birth .type01 a {background-image:url(../img/obstetrics-types-icon01.png);}
#obstetrics.types #conbox #about_birth .type02 a {background-image:url(../img/obstetrics-types-icon02.png);}
#obstetrics.types #conbox #about_birth .type03 a {background-image:url(../img/obstetrics-types-icon03.png);}

#obstetrics.types #conbox #about_birth a:hover {
	background-color: rgba(204,204,204,0.1);
	}

/*入院生活*/

#obstetrics.hospitalization #conbox #comfortable .table_spec {}

#obstetrics.hospitalization #conbox #comfortable .table_spec th,
#obstetrics.hospitalization #conbox #comfortable .table_spec td {vertical-align:middle;}

#obstetrics.hospitalization #conbox .hospitalization_img {
	padding:0;
    margin:0 0 90px;
    width:100%;
	height:400px;
	}

@media screen and (max-width: 640px) {
	
	#obstetrics.hospitalization #conbox .hospitalization_img {
	height:250px;
	}
	
}

@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#obstetrics.hospitalization #conbox .hospitalization_img {
	height:250px;
	}
	
}



/*産後のサポート*/

#obstetrics.support #conbox #medical_examination table.table_spec thead {width:100%; float: left;}
#obstetrics.support #conbox #medical_examination table.table_spec tbody {width:30%; display: table-cell; padding-left: 10px;}

#obstetrics.support #conbox #medical_examination table.table_spec thead th {
	width:140px;
	font-size:1.46em;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	}

#obstetrics.support #conbox #recipe .recipe_menu a {
	display:block;
	background-color:rgba(249,176,74,0.7);
	padding:5px 10px 5px 5px;
	font-size:1.077em;
	line-height:1.4;
	border:1px solid #FF8989;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	
	border-radius:         5px;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
	
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
}

#obstetrics.support #conbox #recipe .recipe_menu a:hover {
	background-color:rgba(249,176,74,0.5);
}

	
@media screen and (max-width: 640px) {
	
	#obstetrics.support #conbox #medical_examination table.table_spec thead {width:100%; float: left;}
	#obstetrics.support #conbox #medical_examination table.table_spec tbody {width:50%; display: table-cell; padding-left: 10px;}
	
	#obstetrics.support #conbox #medical_examination table.table_spec thead th {width:100%;float: left;}
	#obstetrics.support #conbox #medical_examination table.table_spec thead td {width:100%;float: left;padding-top: 10px;}
	
	#obstetrics.support #conbox #medical_examination table.table_spec thead th.border_r {
		border: none !important;
		border-bottom: 1px dotted #CCC !important;
		padding-bottom: 10px;
	}

}

@media only screen and (max-width:736px) and (orientation:landscape) {
	

	
}



/*初診の方へ
-------------------------------------------------------------------------*/
#first {}

#first #conbox .first_img {
	padding:0;
    margin:0 0 90px;
    width:100%;
	height:400px;
	}

@media screen and (max-width: 640px) {
	
	#first #conbox .first_img {
	height:200px;
	}
	
}

@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#first #conbox .first_img {
	height:200px;
	}
	
}

/*小児科
-------------------------------------------------------------------------*/
#pediatrics #contents ul,#pediatrics ul li{list-style: none; margin: 0; padding: 0; box-sizing: border-box;}
#pediatrics #contents .bg_obox{background: #FDF0F0;}
#pediatrics #contents h3.obiwh{border: none; margin: 0; padding: 0;}
#pediatrics #contents h3.obiwh::after{content: none;}
#pediatrics #contents .nmlist li{margin-left: 1em; text-indent: -1em;}
#pediatrics #contents .nmlist li::before{content: "・";}
#pediatrics #contents .cl_orange{color: #EE8087;}
#pediatrics #contents .cl_red{color: #E50012;}

#pediatrics #pediatrics_cnt1 h2{margin-bottom: 10px;}
#pediatrics #pediatrics_cnt1 .flex_box{display: flex; justify-content: space-between; flex-wrap: wrap;}
#pediatrics #pediatrics_cnt1 .flex_box > li{background: #FDF0F0; padding: 20px; width: calc(100% / 2 - 10px); margin-bottom: 20px; box-sizing: border-box;}
#pediatrics #pediatrics_cnt1 h3.obiwh{color: #FFF; padding: 5px 20px; background: #EE8086; border-radius: 9999px; margin-bottom: 20px;}
#pediatrics #pediatrics_cnt1 p{margin-bottom: 10px;}
#pediatrics #pediatrics_cnt1 .flex_box_img{display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 15px;}
#pediatrics #pediatrics_cnt1 .flex_box_img div{width: 57%;}
#pediatrics #pediatrics_cnt1 .flex_box_img figure{width: 40%;}
#pediatrics #pediatrics_cnt1 li.bg_green{background: #F0F6DF;}
#pediatrics #pediatrics_cnt1 li.bg_green h3.obiwh{background: #AACF52;}

#pediatrics #pediatrics_cnt2 h2{margin-bottom: 10px;}
#pediatrics #pediatrics_cnt2 h3{margin-top: 40px; margin-bottom: 10px;}
#pediatrics #pediatrics_cnt2 .bg_obox{box-sizing: border-box; padding: 20px;}
#pediatrics #pediatrics_cnt2 h3.obiwh{margin-top: 0; color: #FFF; padding: 5px 20px; background: #EE8086; border-radius: 9999px; margin-bottom: 20px;}
#pediatrics #pediatrics_cnt2 .flex_box_img{display: flex; justify-content: space-between; align-items: center; padding: 0 15px;}
#pediatrics #pediatrics_cnt2 .flex_box_img > li:first-child{width: 75%;}
#pediatrics #pediatrics_cnt2 .flex_box_img > li:last-child{width: 22%;}
#pediatrics #pediatrics_cnt2 .flex_box{display: flex; justify-content: space-between; background: #fff; border: 2px solid #EE8086; border-radius: 10px; padding: 20px; box-sizing: border-box; align-items: center;}
#pediatrics #pediatrics_cnt2 .flex_box h3.obiwh{width: 60px; height: 60px; line-height: 60px; margin-right: 20px; font-size: 16px; padding: 0; text-align: center;}
#pediatrics #pediatrics_cnt2 .flex_box ul{flex: 1;}

#pediatrics #pediatrics_cnt3 .flex_box{display: flex; justify-content: space-between; align-items: center;}
#pediatrics #pediatrics_cnt3 .flex_box > li:first-child{width: 52%;}
#pediatrics #pediatrics_cnt3 .flex_box > li:last-child{width: 47%;}
#pediatrics #pediatrics_cnt3 .bg_obox{margin-top: 10px; box-sizing: border-box; padding: 20px; position: relative;}
#pediatrics #pediatrics_cnt3 .bg_obox::before{content: ""; width: 200px; height: 213px; position: absolute; top: 70px; right: 35px; background-image:url(../img/pediatrics-mg08.png); background-size: cover; z-index: +1;}
#pediatrics #pediatrics_cnt3 h3.obiwh{margin-top: 0; color: #FFF; padding: 5px 20px; background: #EE8086; border-radius: 9999px; margin-bottom: 20px;}
#pediatrics #pediatrics_cnt3 .flex_box_img{display: flex; justify-content: space-between; align-items:flex-end; padding:0 15px 15px;}
#pediatrics #pediatrics_cnt3 .flex_box_img > li:first-child{width: 60%;}
#pediatrics #pediatrics_cnt3 .flex_box_img > li:last-child{width: 33%;}
#pediatrics #pediatrics_cnt3 .chack_list{margin-bottom: 30px; margin-left: 10px;}
#pediatrics #pediatrics_cnt3 .chack_list li{margin-left: 1em; text-indent: -1em;}
#pediatrics #pediatrics_cnt3 .chack_list li::before{content: "□"; margin-right: 5px;}
#pediatrics #pediatrics_cnt3 .maru_list{margin-bottom: 30px; margin-left: 10px; display: flex; justify-content: space-between; flex-wrap: wrap;}
#pediatrics #pediatrics_cnt3 .maru_list li{margin-left: 1em; text-indent: -1em; width: calc(100% / 2 - 10%);}
#pediatrics #pediatrics_cnt3 .maru_list li::before{content: "〇"; margin-right: 5px;}
#pediatrics #pediatrics_cnt3 .flex_box2{display: flex; justify-content: space-between; margin-top: 30px; margin-bottom: 10px;}
#pediatrics #pediatrics_cnt3 .flex_box2 > li{width: calc(100% / 3 - 8px); box-sizing: border-box; background: #fff; border: 2px solid #EE8086; border-radius: 10px; padding: 10px;}
#pediatrics #pediatrics_cnt3 .flex_box2 > li h3.obiwh{border-radius: 5px; text-align: center;}

@media screen and (max-width: 640px) {
	
	#pediatrics #contents h2{font-size: 14.5px;}
	#pediatrics #contents h3{font-size: 13px;}
	
	#pediatrics #pediatrics_cnt1 .flex_box > li{width: 100%; padding: 15px;}
	#pediatrics #pediatrics_cnt1 .flex_box_img div{width: 100%;}
	#pediatrics #pediatrics_cnt1 .flex_box_img figure{width: 100%; text-align: center;}
	#pediatrics #pediatrics_cnt1 .flex_box_img figure img{max-width: 50%;}
	#pediatrics #pediatrics_cnt1 h3.obiwh{padding: 5px 15px; font-size: 12.5px; font-weight: bold;}

	#pediatrics #pediatrics_cnt2 .bg_obox{padding: 15px;}
	#pediatrics #pediatrics_cnt2 h3.obiwh{padding: 5px 15px; font-size: 12.5px; font-weight: bold;}
	#pediatrics #pediatrics_cnt2 .flex_box_img{display: block;}
	#pediatrics #pediatrics_cnt2 .flex_box_img > li:first-child{width: 100%;}
	#pediatrics #pediatrics_cnt2 .flex_box_img > li:last-child{width: 100%; text-align: center; margin-top: 20px;}
	#pediatrics #pediatrics_cnt2 .flex_box_img > li:last-child img{max-width: 50%;}
	#pediatrics #pediatrics_cnt2 .flex_box{padding: 15px;}
	#pediatrics #pediatrics_cnt2 .flex_box h3.obiwh{font-size: 15px;}
	#pediatrics #pediatrics_cnt2 .flex_box{display: block;}
	#pediatrics #pediatrics_cnt2 .flex_box h3.obiwh{margin: 0 auto 20px;}

	#pediatrics #pediatrics_cnt3 .flex_box{display: block;}
	#pediatrics #pediatrics_cnt3 .flex_box > li h2{margin-bottom: 15px;}
	#pediatrics #pediatrics_cnt3 .flex_box > li:first-child{width: 100%;}
	#pediatrics #pediatrics_cnt3 .flex_box > li:last-child{width: 100%; text-align: center;}
	#pediatrics #pediatrics_cnt3 .flex_box > li:last-child img{max-width: 70%;}	
	#pediatrics #pediatrics_cnt3 .bg_obox::before{content: none;}
	#pediatrics #pediatrics_cnt3 h3.obiwh{font-size: 12.5px; font-weight: bold;}
	#pediatrics #pediatrics_cnt3 .flex_box_img{display: block;}
	#pediatrics #pediatrics_cnt3 .flex_box_img > li:first-child{width: 100%;}
	#pediatrics #pediatrics_cnt3 .flex_box_img > li:last-child{width: 100%;}
	#pediatrics #pediatrics_cnt3 .flex_box_img > li img{display: block; margin: 10px auto 0; max-width: 70%;}
	#pediatrics #pediatrics_cnt3 .maru_list{display: block;}
	#pediatrics #pediatrics_cnt3 .maru_list li{width: 100%;}
	#pediatrics #pediatrics_cnt3 .flex_box2{display: block; margin-bottom: 0;}
	#pediatrics #pediatrics_cnt3 .flex_box2 > li{width:100%; margin-bottom: 10px;}
	#pediatrics #pediatrics_cnt3 .flex_box2 > li h3.obiwh{margin-bottom: 10px; font-size: 12.5px; font-weight: bold;}

}


/*婦人科
-------------------------------------------------------------------------*/

/*こんな異常を感じたら*/
#gynecology.feel-bad #conbox table.table_spec th {
	width:110px;
	}

/*がん検診について*/
#gynecology.cancer-screening #conbox table.table_spec th {
	width:140px;
	font-size:1.46em;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	}
	
/*乳腺外来*/
#gynecology.mammary-gland-foreign #conbox table.table_spec th {
	width:140px;
	font-size:1.46em;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	}


#gynecology.laparoscopic-operation #conbox table.table_sp_w600 th {
	border:1px solid #DCDCDC;
	text-align:left;
}

#gynecology.laparoscopic-operation #conbox table.table_sp_w600 td {
	border:1px solid #DCDCDC;
}

@media screen and (max-width: 640px) {
	
	#gynecology.laparoscopic-operation #conbox table.table_sp_w600 {
	width:600px;
	}
		
	#gynecology.laparoscopic-operation #conbox table.table_sp_w600 th {
	width:200px;
	}
	
}

@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#gynecology.laparoscopic-operation #conbox table.table_sp_w600 {
	width:600px;
	}
		
	#gynecology.laparoscopic-operation #conbox table.table_sp_w600 th {
	width:200px;
	}
	
	
}




/*不妊治療
-------------------------------------------------------------------------*/

/*不妊治療について*/
#infertility-treatment.about #conbox table.table_spec th {
	width:140px;
	font-size:1.46em;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	}



/*腹腔鏡下手術
-------------------------------------------------------------------------*/

ul#Performance {
	margin:0px;
	width:960px;
	height:auto;
	border:1px #dcdcdc solid;
	list-style:none;
	float:left;
}

#Performance li.white {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:13px;
	width:416px;
	border-right:1px #dcdcdc solid;
	border-bottom:1px #dcdcdc solid;
	list-style:none;
	text-align:left;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	float:left;
}

#Performance li.title {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:13px;
	width:416px;
	border-right:1px #dcdcdc solid;
	border-bottom:1px #dcdcdc solid;
	list-style:none;
	text-align:left;
	float:left;
}

#Performance li.title2 {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:13px;
	width:416px;
	border-right:1px #dcdcdc solid;
	list-style:none;
	text-align:left;
	float:left;
}


#Performance li.item {
	padding-top:5px;
	padding-bottom:5px;
	width:105px;
	border-right:1px #dcdcdc solid;
	border-bottom:1px #dcdcdc solid;
	list-style:none;
	text-align:center;
	float:left;
}

#Performance li.item2 {
	padding-top:5px;
	padding-bottom:5px;
	width:105px;
	border-right:1px #dcdcdc solid;
	list-style:none;
	text-align:center;
	float:left;
}


#Performance li.item_last {
	padding-top:5px;
	padding-bottom:5px;
	width:106px;
	list-style:none;
	border-bottom:1px #dcdcdc solid;
	text-align:center;
	float:left;
}

#Performance li.item_last2 {
	padding-top:5px;
	padding-bottom:5px;
	width:106px;
	list-style:none;
	text-align:center;
	float:left;
}

/*よくあるご質問
-------------------------------------------------------------------------*/
#faq #conbox h2 {
	color:#FF8989;
	text-align:center;
	}
	
#faq #conbox h3.uk-accordion-title {
	background:none;
	border:none;
	border-bottom: 1px solid #CCC;
	font-size:1.1em;
	}

#faq #conbox .faq_menu {
	margin:0 0 60px;
	}

#faq #conbox .faq_menu:after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

#faq #conbox .faq_menu li {
	float:left;
	margin:0 0 10px;
	padding:0 20px;
	list-style:none;
	font-size:1.2em;
	line-height:1.2;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}

#faq #conbox .faq_menu li + li {
	border-left:none;
	}

#faq #conbox h2 {
	text-align:center;
	margin: 0 0 10px;
	}

#faq #conbox .coution {
    text-align: center;
    color: #999;
    margin: 0 0 40px;
}

@media screen and (max-width: 640px) {
	
	#faq #conbox .faq_menu li {
		border-left:none;
	}
	
}

@media only screen and (max-width:736px) and (orientation:landscape) {
	
	#faq #conbox .faq_menu li {
		border-left:none;
	}
	
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#error {
 padding: 20px 0;
 color: #000;
 background: #fc3;
}
 
#error p {
 font: bold 16px/30px Meiryo,sans-serif;
}
 
#error a {
 color: #f00;
 text-decoration: underline;
}
 
#error a:hover {
 color: #fff;
 background: #f00;
}

/*お産費用テーブル用*/
#obstbl{background-color: #FFF !important;}
#obstetrics.cost #conbox #obstetrics_price #obstbl{padding: 0;}
#obstetrics.cost #conbox #obstetrics_price #obstbl table.table_spec{background-color: #fff; border-collapse:inherit; border-spacing: 2px; margin-bottom: 0;}
#obstetrics.cost #conbox #obstetrics_price #obstbl table.table_spec th{background-color: #F9D3D0; padding: 5px;}
#obstetrics.cost #conbox #obstetrics_price #obstbl table.table_spec td{background-color: #FDEEED; padding: 5px 10px; vertical-align: middle; white-space: nowrap;}
#conbox #obstbl table.table_spec td span{font-size:0.923em; color: #EC6D65; margin:0;}
#conbox #obstbl table.table_spec td strong{font-weight: bold; color: #EC6D65;}


/* 病院概要 改修 2025-11-13
-------------------------------------------------------------------------*/
.sec--information dl {
  border-bottom: 1px dotted #CCC;
  padding: 0 0 20px;
  margin: 0 0 20px;
  line-height: 1.4;
}
.sec--information dl:last-of-type {
  border: none;
  margin-bottom: 0;
}
.sec--information dl:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
.sec--information dl dt {
  float: left;
  width: 130px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sec--information dl dd {
  float: right;
  width: calc(100% - 150px);
}
.sec--information dl dd ._ttl {
  margin: 0 0 20px;
}
.sec--information dl dd ._ttl a {
  font-size: 1.357em;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.sec--information .more {
  margin: 10px 0 0 !important;
  text-align: right;
}
.sec--information .more a {
  display: inline;
  background-color: #BFBFBF;
  color: #FFF;
  padding: 3px 10px;
}
.related-facility hr {
  margin-top: 10px;
  margin-bottom: 10px;
}


/* 定期健診ページ改修 2021-11-20 */
#content-health-check * {
  color: #727171;
}

.phc-ttl-center {
  font-size: 22px !important;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #CCC;
  position: relative;
}
.phc-ttl-center:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 2px;
  border-bottom: 1px solid #CCC;
}

.mv--health-check {
  width: 100%;
  height: 69.6vw;
  background-image: url("/common/img/health-check/img_mv.jpg");
  background-position: center;
  background-size: cover;
}
.page-title-health-check {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ed7987 !important;
  font-size: 52px !important;
  font-weight: 600;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 36px !important;
}

.local-link a {
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 29px;
  font-weight: 600;
  color: #ed7987 !important;

  width: 676px;
  height: 65px;
  margin: 0 auto 20px;
  border-radius: 33px;
  border: 2px solid #ed7987;
}
.local-link a:last-of-type {
  margin-bottom: 0;
}

.sec-health-check {
/*  padding-top: 80px; */
	padding-top: 200px;
  margin-top: -120px;
}
.sec-health-check--01 .phc-ttl-center {
  font-size: 35px !important;
}
.sec-health-check--01 h3 {
  font-size: 22px !important;
  font-weight: 600;
  letter-spacing: -0.01em !important;
}
.sec-health-check--01 .flex .caption {
  margin-bottom: 0 !important;
}
.sec-health-check--01 .flex-video {
  background-color: rgba(255, 137, 137, 0.1) !important; /*#fceae9; */
}
.sec-health-check--01 video {
	width: 100%;
	height: auto;
}

.sec-health-check--02 pre {
  padding: 15px;
  background-color: #fff;
}
.sec-health-check--03 .uk-panel h3 {
  font-weight: 600;
}
.sec-health-check--03 .uk-panel p {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 641px) {
  .mv {
    min-width: 960px;
    max-height: 100vh;
  }
  .mv--health-check {
    min-height: 667px;
  }
  .local-link a:hover {
    color: #fff !important;
    background-color: #ed7987;
  }
  .sec-health-check--01 .flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .sec-health-check--01 .flex-video {
    width: 66%;
    padding: 20px 20px 10px;
  }
  .sec-health-check--01 .flex-img {
    width: 30%;
  }
  .sec-health-check--01 h3 {
    text-align: center;
  }
  .sec-health-check--02 .uk-panel {
    margin-top: 50px;
    padding-bottom: 30px;
  }
  .sec-health-check--03 .uk-panel h3 {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .mv--health-check {
    height: 83vw;
  }
  .page-title-health-check {
    font-size: 28px !important;
    padding-top: 0;
    margin-bottom: 16px !important;
  }
  .local-link {
    padding-bottom: 0;
  }
  .local-link a {
    font-size: 18px;
    width: 100%;
    max-width: 340px;
    height: 36px;
    margin-bottom: 12px;
    border-radius: 18px;
    border: 1px solid #ed7987;
  }

  .sec-health-check {
/*    padding-top: 60px; */
		padding-top: 120px;
		margin-top: -60px;
  }

  .phc-ttl-center {
    font-size: 22px !important;
    margin-bottom: 20px !important;
  }
  .sec-health-check--01 .phc-ttl-center {
    font-size: 22px !important;
  }
  .sec-health-check--01 h3 {
    font-size: 15px !important;
  }
  .sec-health-check--01 .flex-video {
    padding: 16px 16px 10px;
    margin-bottom: 20px;
  }
  .sec-health-check--01 .flex-img {
    display: flex;
    align-items: stretch;
  }
  .sec-health-check--01 .flex-img div {
    width: 50%;
  }
  .sec-health-check--01 .flex-img div.-imgwrap {
    background-color: #fff;
  }
  .sec-health-check--01 .flex-img .uk-panel {
    padding: 20px 16px;
  }
  .sec-health-check--02 .uk-panel {
    margin-top: 40px;
    padding: 24px 20px;
  }
  .sec-health-check--02 pre {
    padding: 10px 8px;
  }
  .sec-health-check--03 .uk-width-small-1-2 {
    width: 100%;
    margin-top: 12px;
  }
  .sec-health-check--03 .uk-panel {
    padding: 24px 20px;
  }
  .sec-health-check--03 .uk-panel h3 {
    font-size: 18px !important;
  }
}

/* 無痛分娩ページ改修 2021-11-20 */
#content-labor-analgesia * {
  color: #727171;
}

.ttl-center {
  font-size: 29px !important;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #CCC;
  position: relative;
}
.ttl-center:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 2px;
  border-bottom: 1px solid #CCC;
}

.mv--labor-analgesia {
  width: 100%;
  height: 41vw;
  background-image: url("/common/img/labor-analgesia/img_mv.jpg");
  background-position: center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}
.mv--labor-analgesia .mv-inner {
  width: 100%;
  max-width: 960px;
}
.mv--labor-analgesia .mv-inner .page-title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ed7987 !important;
  font-size: 52px !important;
  font-weight: 600;
  margin-bottom: 50px;
}
.mv--labor-analgesia .mv-inner p {
  color: #ed7987;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.56;
}

.sec-labor-analgesia--01 .box-p {
  background-color: #fceae9;
}
.sec-labor-analgesia--01 .box-p:last-of-type {
  margin-bottom: 0 !important;
}
.sec-labor-analgesia--01 .box-p h3 {
  color: #ed7987 !important;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #727171 !important;
}
.sec-labor-analgesia--01 .box-p h3::after {
  content: none !important;
}
.sec-labor-analgesia--01 .box-p p {
  margin-bottom: 0 !important;
}

.sec-labor-analgesia--01 .flow-box {
  position: relative;
  background-color: #fff;
  border: 1px solid #ed7987;
}
.sec-labor-analgesia--01 .flow-box::after {
  content: "";
  position: absolute;
  background-image: url("/common/img/labor-analgesia/arrow_flow.png");
  background-size: cover;
}
.sec-labor-analgesia--01 .flow-box:last-of-type::after {
  content: none !important;
}
.sec-labor-analgesia--01 .flow-box h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  color: #ed7987 !important;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
}
.sec-labor-analgesia--01 .flow-box ul { 
  margin: 0 !important;
}
.sec-labor-analgesia--01 .flow-box ul li { 
  text-indent: -1em !important;
  padding-left: 1em !important;
  list-style: none !important; 
  list-style-position: outside !important;
}

.flex-02 .flex-02--box  {
  border: 2px solid #ed7987;
}
.flex-02 .flex-02--box h3 {
  color: #ed7987 !important;
  font-weight: 600;
  letter-spacing: -0.02em !important;
  text-align: center;
}
.flex-02 .flex-02--box p {
  margin-bottom: 0 !important;
}
.flex-02 .uk-panel h3 {
  font-weight: 600;
  letter-spacing: -0.02em !important;
  text-align: center !important;
}
.sec-labor-analgesia--05 h2 {
  color: #ed7987;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .pc-i { display: none; }
  .sp-i { display: inline;}

	.mv--labor-analgesia .mv-inner .page-title {
    font-size: 25px !important;
    margin-bottom: 10px;
  }
  .mv--labor-analgesia .mv-inner p {
    font-size: 15px;
  }

  .ttl-center {
    font-size: 22px !important;
    margin-bottom: 20px !important;
  }

  .sec-labor-analgesia {
    padding-top: 40px;
  }
  .sec-labor-analgesia--01 {
    padding-top: 0;
  }
  .sec-labor-analgesia--01 h2.ttl-center {
    font-size: 22px !important;
  }

  .sec-labor-analgesia--01 .box-p {
    padding: 24px 20px;
    margin-bottom: 24px;
  }
  .sec-labor-analgesia--01 .box-p h3 {
    font-size: 22px !important;
  }

  .sec-labor-analgesia--01 .flow {
    margin-top: 20px;
  }
  .sec-labor-analgesia--01 .flow-box {
    padding: 15px;
    margin-bottom: 30px;
  }
  .sec-labor-analgesia--01 .flow-box::after {
    bottom: -22px;
    left: calc(50% - 10px);
    width: 24px;
    height: 12px;
  }
  .sec-labor-analgesia--01 .flow-box:last-of-type {
    margin-bottom: 10px;
  }
  .sec-labor-analgesia--01 .flow-box h4 {
    font-size: 18px !important;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #ed7987;
  }

  .flex-02 .flex-02--box  {
    padding: 24px 20px;
    margin-bottom: 24px;
  }
  .flex-02 .flex-02--box h3 {
    font-size: 22px !important;
  }
  .flex-02 .uk-panel {
    padding: 20px 20px;
    margin-bottom: 24px;
  }
  .flex-02 .uk-panel h3 {
    font-size: 17px !important;
  }

  .sec-labor-analgesia--05 h2 {
    font-size: 22px !important;
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-i { display: none; }
  .pc-i { display: inline;}

	.mv--labor-analgesia {
    min-height: 392px;
  }

  .sec-labor-analgesia {
    padding-top: 70px;
  }
  .sec-labor-analgesia--01 {
    padding-top: 80px;
  }
  .sec-labor-analgesia--01 h2.ttl-center {
    font-size: 35px !important;
    letter-spacing: 0 !important;
  }

  .sec-labor-analgesia--01 .box-p {
    padding: 30px 40px;
    margin-bottom: 36px;
  }
  .sec-labor-analgesia--01 .box-p h3 {
    font-size: 29px !important;
  }

  .sec-labor-analgesia--01 .flow {
    margin-top: 30px;
  }
  .sec-labor-analgesia--01 .flow-box {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px;
    margin-bottom: 30px;
  }
  .sec-labor-analgesia--01 .flow-box::after {
    bottom: -25px;
    left: calc(50% - 16px);
    width: 32px;
    height: 16px;
  }
  .sec-labor-analgesia--01 .flow-box:last-of-type {
    margin-bottom: 10px;
  }
  .sec-labor-analgesia--01 .flow-box h4 {
    font-size: 20px !important;
    width: 170px;
    height: 60px;
    padding-right: 20px;
    border-right: 1px solid #ed7987;
  }
  .sec-labor-analgesia--01 .flow-box ul,
  .sec-labor-analgesia--01 .flow-box p {
    width: calc(100% - 170px);
    padding-left: 20px !important;
    margin-bottom: 0 !important;
  }

  .flex-02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex-02 .flex-02--box  {
    width: 49%;
    padding: 36px 30px;
  }
  .flex-02 .flex-02--box h3 {
    font-size: 26px !important;
  }
  .flex-02 .uk-panel {
    width: 49% !important;
    margin-bottom: 20px;
  }
  .flex-02 .uk-panel h3 {
    font-size: 21px !important;
  }
  .sec-labor-analgesia--05 h2 {
    font-size: 29px !important;
  }
}
