.contentBaseTxt {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
}
.under_mainimage {
    background: url(/wp-content/uploads/contents_bg.jpg) no-repeat center center/auto 100%;
    padding: 0px 15px 0px 15px;
	    margin-bottom: 20px;
}
.under_mainimage h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4 !important;
    padding: 7px 0 4px 0px;
    position: relative;
}

.under_mainimage h3:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    left: 0;
    background: #aac514;
    height: 1px;
    bottom: -2px;
}
.under_h4 {
    background: #d0e03f;
    padding: 6px 7px 5px 7px;
    margin-bottom: 15px;
}
.under_h4 h4 {
    background: #aac514;
    color: #fff;
    font-weight: normal;
    line-height: 1.4 !important;
    padding: 4px 10px 3px 10px;
}
.under_h5 h5 {
    color: #abc617;
    border-bottom: solid 2px #abc617;
    line-height: 1.3 !important;
	margin-bottom: 15px;
}
.under_h6 h6 {
    border: 1px dashed #cccccc;
    border-radius: 3px;
    padding: 13px 10px 12px 16px;
    font-weight: normal;
}
.point_txt {
    color: #3b7f00;
    font-size: 18px;
    padding-left: 27px;
    position: relative;
    background: url(/wp-content/uploads/green_txt_point.jpg) repeat no-repeat center center;
	    margin-bottom: 10px;
}

.point_txt:before {
position: absolute;
    content: "";
    display: block;
    width: 27px;
    height: 25px;
    background: #fff url(/wp-content/uploads/green_txt_icon.jpg) no-repeat;
    left: 0;
    top: 0px;
}

.point_txt .elementor-heading-title {
    line-height: 1.4 !important;
    display: inline-block !important;
    background: #fff;
    padding: 0 10px 0 0;
    letter-spacing: 0.1em !important;
}
.point_txt .elementor-heading-title .s_txt {
    font-size: 13px;
}

ul.point_list li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 5px;
}

ul.point_list li:before {
	position: absolute;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #000;
	left: 6px;
	top: 7px;
	border-radius: 50%;
}

ul.point_list li .green {
    color: #abc617;
    padding-left: 5px;
    display: inline-block;
    margin-bottom: 5px;
}
.border_box {
    border: dotted 1px #abc617;
    padding: 10px;
}
.green {
    color: #abc617;
}
.border_img img {
    border: 1px solid #ccc;
    padding: 5px;
}
/*--------------------------------------
flow_step
--------------------------------------*/

.flow_step .elementor-col-50:after {
    display: block;
    content: "";
    border-left: 20px solid #aac514;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 7px;
    margin-top: -20px;
}

.flow_step .point_txt:before {
	display:none;
}
.flow_step .point_txt {
    padding-left: 0;
}
.flow_step.last .elementor-col-50:last-child:after{
	display:none;
}
@media screen and (max-width:767px) {
.flow_step .elementor-col-50:after{
    border-left: 20px solid transparent;
    border-top: 15px solid #aac514;
    border-right: 20px solid transparent;
    margin-top: -7px;
    margin-right: -20px;
    right: 50%;
    top: auto;
    bottom: 0;
	}
}

/*--------------------------------------
before after
--------------------------------------*/
.before_after{
	position:relative;
}
.before_after:after {
display: block;
    content: "";
    border-left: 20px solid #aac514;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -20px;
}


@media screen and (max-width:767px) {
	
.before_after:after {
    border-left: 20px solid transparent;
    border-top: 15px solid #aac514;
    border-right: 20px solid transparent;
    margin-top: -7px;
    margin-left: -20px;
}

}

/*============================
診療時間テーブルclass
============================*/

table.list {
	width:100%;
}
table.list th, table.list td {
	border: 1px solid #CCCCCC;
}
table.list th {
	background-color:#f9fde7;
	font-weight:normal;
	padding:5px;
	text-align:left;
}
table.list td {
	background-color:#FFFFFF;
	padding:5px;
}
.center {
	text-align: center !important;
}
.center th {
	text-align: center !important;
}
.center td {
	text-align: center !important;
}
table.borderTable {
    border-collapse: separate;
    border-spacing: 2px;
}
table.borderTable td,
table.borderTable th {
	padding: 5px;
}

@media screen and (max-width: 767px) {
	.elementor-image-box-img {
		width:100% !important;
	}
}