#body{
	background-color:rgba(232,163,60,0.05);
}
.tac {text-align:center;}
.tar {text-align:right;}
/* header */
#header {
	position:relative;
	z-index:100;
}
#header:before {
	content:"";
	position:absolute;
	top:-7px;;
	left:0;
	width:100%;
	height:7px;
	background: rgb(232,163,60);
background: -moz-linear-gradient(left, rgba(232,163,60,1) 0%, rgba(255,225,145,1) 64%, rgba(232,163,60,1) 100%);
background: -webkit-linear-gradient(left, rgba(232,163,60,1) 0%,rgba(255,225,145,1) 64%,rgba(232,163,60,1) 100%);
background: linear-gradient(to right, rgba(232,163,60,1) 0%,rgba(255,225,145,1) 64%,rgba(232,163,60,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8a33c', endColorstr='#e8a33c',GradientType=1 );
}
.headline_bg_l {
	text-shadow: 0 -1px 1px #ba7e24;
}
@media screen and (max-width:480px) {
	#main_col {
		padding:0 5px;
	}
}
/* top page */
.clinic_info {
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	padding:20px 20px 40px;
	background:rgba(120,80,90,.7);
	z-index:1;
	line-height:1.5em;
	font-size:16px;
	color:#fff;
}
.info_address {
	width:50%;
}
.info_tel {
	width:50%;
	text-align:right;
}
.info_tel .tel_num {
	padding-top:10px;
	font-size:36px;
	font-weight:700;
}
.info_tel .tel_num i {
	display:inline-block;
	margin-right:10px;
	padding:5px;
	background:#fff;
	border-radius:50%;
	vertical-align:-2px;
}
.info_tel .tel_num img {
	display:block;
	width:20px;
	height:auto;
}
.clinic_info a {
	color:#fff;
}
.slick-dots {
	z-index:20;
}
#index_content1 .image .caption{
	width:100%;
	top:auto;
	bottom:0;
	left:0;
	height:inherit;
}
#index_content1 .box .caption .headline {
	margin-bottom:0;
	font-weight:500;
	color:#bd832c;
}
#index_course li .caption {
	padding:12px 10px 12px 20px;
	font-size:18px;
	font-weight:500;
}
#index_course li a.image {
	position:relative;
}
.index_news ol,
#index_voice ol,
#index_blog {
	background:#fff;
}
@media screen and (max-width:767px) {
	#header_slider_wrap {
		margin-bottom:-40px;
	}
	.clinic_info {
		position: static;
		bottom: auto;
		left: auto;
		width: auto;
		margin: 0 22px;
		padding:15px;
		transform: translate(0,-40px);
		font-size:14px;
	}
	.info_address,
	.info_tel {
		width:100%;
		text-align:center;
		
	}
	.info_address {
		margin-bottom:10px;
		padding: 20px 0 10px;
		border-bottom:1px solid rgba(255,255,255,.4);
	}
	.info_tel .tel_num {
		font-size:32px;
	}
	.info_tel .tel_num img {
		width:14px;
	}
	#index_content2 {
		margin:30px 15px;
		text-align:left;
	}
	#index_course ol {
		display:flex;
		flex-wrap:wrap;
	}
	#index_course ol li {
		box-sizing:border-box;
		width:50%;
		padding:0 2px 4px;
	}
	#index_course li .caption {
		position:relative;
		padding:10px 15px 10px 10px;
		font-size:14px;
		font-weight:600;
		color:#7c614e;
	}
	#index_course li .caption:before {
		content:"";
		position:absolute;
		top:50%;
		right:10px;
		width:0;
		height:0;
		margin-top:-4px;
		border-left:4px solid #e8a33c;
		border-top:4px solid transparent;
		border-bottom:4px solid transparent;
	}
	#index_voice .headline_bg_l span {
		display:none;
	}
}
@media screen and (max-width:480px) {
	#index_course li .caption {
		font-size:12px;
	}
}
/* lower page */
@media screen and (max-width:480px) {
.post_content img.alignright,
.post_content img.alignleft {
	float:none;
	display:block;
	max-width:100%;
	margin:0 auto 20px;
}
}
#header_image .caption {
	display:none;
}
.post_content {
	background:#fff;
	padding:20px;
	box-shadow:0 4px 15px rgba(0,0,0,.1);
}
.post_content#voice_content,
.post_content.course_content {
	padding:40px;
}
.post_content section {
	margin:0 0 40px;
}
.post_content h2 {
	position:relative;
	margin:0 0 20px;
	padding:0 0 15px;
	border-bottom:3px solid #ccc;
	font-size:24px;
	font-weight:600;
}
.post_content h2:before {
	content:"";
	position:absolute;
	bottom:-3px;
	left:0;
	width:30%;
	height:3px;
	background:#E8A33C;
}
.post_content h3 {
	margin:0 0 20px;
	padding:10px 15px;
	line-height:1.5em;
	border-bottom:4px double #d7c7af;
	background:#f4ede2;
	font-size:18px;
	font-weight:600;
}
.post_content h4 {
	margin:0 0 15px;
	padding:0 0 10px;
	border-bottom:1px dotted #ccc;
	font-size:16px;
	font-weight:600;
}
.post_content h4 strong {
	display:inline-block;
	margin:0 10px 0 0;
	padding:5px 10px;
	border-radius:4px;
	background:#E8A33C;
	line-height:1.2em;
	vertical-align:baseline;
	color:#fff;
}
.post_content p {
	margin:0 0 1em;
	padding:0;
	font-size:16px;
}
.post_content ol.check {
	background:#ffffef;
	margin:0 0 20px;
	padding:20px;
	list-style:none;
	box-shadow:0 4px 10px rgba(0,0,0,.1);
}
.post_content ol.check li {
	position:relative;
	margin:0 0 0 30px;
	padding: 5px 0;
	border-bottom:2px dotted #eee;
	line-height:1.8em;
}
.post_content ol.check li:last-child {
	border-bottom:none;
}
.post_content ol.check li:before,
.post_content ol.check li:after {
	content:"";
	position:absolute;
}
.post_content ol.check li:before {
	top:12px;
	left:-24px;
	width:12px;
	height:12px;
	border:1px solid #ccc;
	border-radius:2px;
	background:#fff;
}
.post_content ol.check li:after {
	top:12px;
	left:-20px;
	width:4px;
	height:8px;
	border-right:2px solid #e54e35;
	border-bottom:2px solid #e54e35;
	transform:rotate(45deg);
}
.post_content td, .post_content th {
	padding:15px 5px;
}
.post_content th {
	background:#f8f8f8;
}
.post_clinc_cnt {
	display:inline-block;
	padding:20px 40px;
	background:#f8f8f8;
	border:4px double #ddd;
	line-height:2em;
}
.post_clinc_cnt strong a {
	font-size:24px;
}
.relation_page_link {
	margin:0 0 80px;
}
a.index_blog_button.headline_bg,
.relation_page_link a {
	background: rgb(232,163,60);
background: -moz-linear-gradient(top, rgba(232,163,60,1) 0%, rgba(214,132,38,1) 50%, rgba(214,132,38,1) 50%, rgba(201,107,14,1) 100%);
background: -webkit-linear-gradient(top, rgba(232,163,60,1) 0%,rgba(214,132,38,1) 50%,rgba(214,132,38,1) 50%,rgba(201,107,14,1) 100%);
background: linear-gradient(to bottom, rgba(232,163,60,1) 0%,rgba(214,132,38,1) 50%,rgba(214,132,38,1) 50%,rgba(201,107,14,1) 100%);
	background-size:100% 200%;
	background-position:0 0;
	border-radius:4px;
	color:#fff;
	text-shadow:0 -1px 0 #E8A33C;
	font-size:16px;
	transition:all .3s ease-in-out;
}
a.index_blog_button.headline_bg:hover,
.relation_page_link a:hover {
	background-position:0 100%;
	text-decoration:none;
	box-shadow:0 4px 10px rgba(0,0,0,.1);
}
.relation_page_link a {
	position:relative;
	display:inline-block;
	padding:15px 40px 15px 20px;
	line-height:1.2em;
}
.relation_page_link a:after {
	content: '\e910';
	font-family: 'design_plus';
	color: #fff;
	font-size: 16px;
	margin: -0.45em 0 0 0;
	position: absolute;
	top: 48%;
	right: 10px;
	-webkit-font-smoothing: antialiased;
}
.post_content strong.mark {
	background: linear-gradient(transparent 70%, rgba(250,240,50,.3) 70%);
}
.post_content strong.under {
	background: linear-gradient(transparent 70%, rgba(250,50,50,.3) 70%);
	font-weight:400;
}
@media screen and (max-width:767px) {
	.post_content {
		padding:0;
	}
	.post_content#voice_content,
	.post_content.course_content {
		padding:20px;
	}
	.post_content h2 {
		font-size:22px;
	}
	.post_content h3 {
		font-size:18px;
	}
	.post_clinc_cnt {
		display:block;
	}
	.relation_page_link {
		text-align:center;
	}
}
/* course page */
.post_content .box2 {
	position:relative;
	margin:20px 0 40px;
	padding: 20px;
	border:1px solid #ccc;
	border-radius:4px;
}
.post_content .box2 h3,
.post_content h4.bdh4 {
	position:relative;
	padding:10px 20px;
	background:#fff9f1;
	border-bottom:none;
	border-left:4px solid #E8A33C;
	border-bottom:1px solid #E8A33C;
}
/*
.post_content .box2 h3 {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	margin:0 20px;
	width:80%;
	padding:5px 20px;
	background-color:transparent;
	border:none;
	transform:translatey(-50%);
	z-index:2;
	font-size:16px;
}
.post_content .box2 h3:before {
	content:"";
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,250,240,1);
	transform:skew(-15deg);
	border-radius:2px;
	z-index:-1;
	border:1px solid #ccc;
	box-shadow:10px 5px 0 rgba(0,0,0,.05);
}
*/
.post_content .box2 h5 {
	font-weight:600;
}
.post_content .box2 h5 a {
	position:relative;
	display:block;
	padding-left:20px;
	color:#333333;
}
.post_content .box2 h5 a:before {
	content:"";
	position:absolute;
	top:4px;
	left:4px;
	width:0;
	height:0;
	border-left:6px solid #E8A33C;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
}
.post_content .box2 h5 a:hover {
	text-decoration:underline;
}

ul.course_categories {
	display:none;
}
.lr_box {
	display:flex;
}
.lr_box .item {
	box-sizing:border-box;
	margin:0;
	padding:0;
}
.lr_box .item table th,
.lr_box .item table td {
	line-height:1.5em;
}
.lr_box .item table th {
	white-space:nowrap;
	padding:10px;
}
.lr_box .item table td {
	padding:10px;
}
.lr_box .item span:after{
	content:"：";
}
.emphasisstress {
	padding:40px;
	background:#ffffee;
	border:4px double #d7c7af;
	display:flex;
	flex-wrap:wrap;
}
.emphasisstress .ph {
	width:40%;
	margin-right:5%;
}
.emphasisstress p {
	width:55%;
}
@media screen and (max-width:767px) {
	.emphasisstress {
		padding:20px;
	}
	.emphasisstress .ph {
		width:100%;
		max-width:300px;
		margin:0 auto 20px;
	}
	.emphasisstress p {
		width:100%;
	}
}

.emphasisstress2 {
	padding:40px;
	background:#ffffee;
	border:4px double #d7c7af;
	display:flex;
	flex-wrap:wrap;
}
.emphasisstress2 .ph {
	width:40%;
	margin-right:5%;
}
.emphasisstress2 .ph.flr {
	float:left;
}
.emphasisstress2 p {
	font-weight:900;
}
.emphasisstress2 p.ttxt {
	float:right;
	width:55%;
}
@media screen and (max-width:767px) {
	.emphasisstress2 {
		padding:20px;
	}
	.emphasisstress2 .ph {
		width:100%;
		max-width:300px;
		margin:0 auto 20px;
	}
	.emphasisstress2 p,
	.emphasisstress2 p.ttxt {
		width:100%;
	}
}

ol.course_flow {
	margin:0 0 40px;
	list-style:none;
}
ol.course_flow li {
	position:relative;
	margin:0 0 20px;
	padding:20px;
	text-align:center;
	border:1px solid #d7c7af;
	border-radius:4px;
	line-height:1.5em;
}
ol.course_flow.tal li {
	text-align:left;
}
ol.course_flow li:before {
	content:"";
	position:absolute;
	bottom:-16px;
	left:50%;
	width:0;
	height:0;
	border-top:10px solid #d7c7af;
	border-right:14px solid transparent;
	border-left:14px solid transparent;
	transform:translatex(-50%);
}
ol.course_flow.tal li:after {
	content:"";
	display:table;
	clear:both;
}
ol.course_flow li:last-child:before {
	display:none;
}
ol.course_flow.tal li img.flr {
	float:right;
	margin-left:20px;
}
ol.course_flow.tal li img.fll {
	float:left;
	margin-right:20px;
}
ol.course_flow li .about {
	padding:20px;
	background:#fffff6;
	border:1px solid #eeeee6;
	border-radius:2px;
}
ol.course_flow li .about:before,
ol.course_flow li .about:after {
	content:"";
	display:table;
}
ol.course_flow li .about:after {clear:both;}
ol.course_flow li .about em {
	display:block;
	font-style:normal;
	font-weight:600;
}
ol.course_flow li .about img {
	display:block;
	float:right;
	width:240px;
	margin-left:20px;
}

@media screen and (min-width:768px) {
	.lr_box {
		flex-wrap:nowrap;
	}
	.lr_box .item:nth-child(odd) {
		width:60%;
		margin-right:20px;
	}
	.lr_box .item:nth-child(even) {
		width:40%;
		margin-left:20px;
	}
}
@media screen and (max-width:767px) {
	.lr_box {
		flex-wrap:wrap;
	}
	.lr_box .item {
		width:100%;
	}
	.lr_box .item.item_img {
		text-align:center;
	}
}
ol.periodontal_disease_flow {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.periodontal_disease_flow li {
	position: relative;
	width: 23%;
	margin: 0 1%;
}
ol.periodontal_disease_flow li:before {
	content: "";
	position: absolute;
	top: 25%;
	right: -10px;
	width: 0;
	height: 0;
	border-left: 8px solid #498b32;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
ol.periodontal_disease_flow li:last-child:before {
	display:none;
} 
ol.periodontal_disease_flow li em,
ol.periodontal_disease_flow li img,
ol.periodontal_disease_flow li span {
	display: block;
}
ol.periodontal_disease_flow li em {
	margin: 0 0 10px;
	text-align: center;
	font-style: normal;
	font-weight: 600;
}
ol.periodontal_disease_flow li img {
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}
ol.periodontal_disease_flow li span {
	line-height: 1.5em;
}
@media screen and (max-width:767px) {
	ol.periodontal_disease_flow {
	flex-wrap: wrap;
	}
	ol.periodontal_disease_flow li {
		box-sizing:border-box;
		width: 90%;
		margin: 0 5% 20px;
		padding:15px;
		border:1px solid #ddd;
		border-radius:4px;
	}
	ol.periodontal_disease_flow li:before {
		top: auto;
		bottom:-12px;
		right: auto;
		left:50%;
		margin-left:-8px;
		border-left: 8px solid transparent;
		border-top: 8px solid #498b32;
		border-bottom: 8px solid transparent;
		border-right: 8px solid transparent;
	}
}
#whitening-text dl,
.periodontal_disease_treatment dl {
	margin:0 0 40px;
	padding:0;
	display:flex;
	flex-wrap:nowrap;
	align-items:stretch;
}
#whitening-text dl dt,
.periodontal_disease_treatment dl dt {
	box-sizing:border-box;
	width:20%;
	padding:20px;
	text-align:center;
	background:#f8f8f3;
}
#whitening-text dl dd,
.periodontal_disease_treatment dl dd {
	box-sizing:border-box;
	width:80%;
	padding:20px;
}
#whitening-text dl dt.c2,
.periodontal_disease_treatment dl dt.c2 {
	background-color:#f8f6d6;
}
@media screen and (max-width:767px) {
	#whitening-text dl,
	.periodontal_disease_treatment dl {
		flex-wrap:wrap;
		margin-bottom:0;
	}
	#whitening-text dl dt,
	#whitening-text dl dd,
	.periodontal_disease_treatment dl dt,
	.periodontal_disease_treatment dl dd {
		width:100%;
		padding:10px;
		text-align:left;
	}
	#whitening-text dl dd,
	.periodontal_disease_treatment dl dd {
		padding:10px 0;
	}
}
.merit,
.demerit {
	margin:0 0 40px;
	padding:20px;
	background:#ff0000;
}
.merit {
	background:#eefbe0;
	border:1px solid #ddf5c6;
	box-shadow:1px 1px 0 #fff inset;
}
.demerit {
	background:#fbf1ef;
	border:1px solid #fbe4e0;
	box-shadow:1px 1px 0 #fff inset;
}
.merit ul,
.demerit ul {
	margin:0;
	list-style:none;
}
.merit ul li,
.demerit ul li {
	position:relative;
	margin:0;
	padding:0 0 10px 20px;
	line-height:1.5em;
}
.merit ul li:before,
.demerit ul li:before {
	content:"";
	position:absolute;
	top:8px;
	left:2px;
	width:5px;
	height:5px;
	border-radius:50%;
	border:1px solid #999;
}
/*
.merit ul li:before {
	background-color: #80b54d;
}
.demerit ul li:before {
	background-color: #dc6a56;
}
*/
.cosmetic_dentistry table td {
	text-align:center;
	width: 14%;
}
.reason_why {
	margin-bottom:40px;
}
.reason_why .inner {
	display:flex;
	flex-wrap:wrap;
}
.reason_why .inner .txt {
	width:50%;
}
.reason_why .inner .txt dl dt {
	margin-bottom:10px;
	padding:2px 10px;
	background:#E8A33C;
	border-radius:4px;
	color:#fff;
}
.reason_why .inner .txt dl dd {
	margin-bottom:20px;
	line-height:1.5em;
}
.reason_why .inner .ph {
	width:46%;
	margin-left:4%;
}
.reason_why .ph_comment {
	position:relative;
	border:1px solid #ccc;
	border-radius:4px;
	padding:10px 10px 0;
	background:#ffffef;
}
.reason_why .ph_comment:before,
.reason_why .ph_comment:after {
	content:"";
	position: absolute;
	left:50%;
	margin-left:-10px;
	width:0;
	height:0;
	border-bottom:10px solid #ccc;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
}
.reason_why .ph_comment:before {
	top:-10px;
}
.reason_why .ph_comment:after {
	top:-9px;
	border-bottom-color:#ffffef;
}
@media screen and (max-width:767px) {
	.reason_why .inner .txt {
		width:100%;
	}
	.reason_why .inner .ph {
		width:100%;
		max-width:320px;
		margin:0 auto 20px;
	}
}
.occlusal_ptn {
	display:flex;
	flex-wrap:wrap;
	align-items:strech;
	justify-content:space-between;
}
.occlusal_ptn .item {
	box-sizing:border-box;
	position:relative;
	width:49%;
	min-height:124px;
	margin-bottom:2%;
	padding:10px;
	border:4px solid #eee;
}
.occlusal_ptn .item img {
	position:absolute;
	top:10px;
	display:block;
	width:150px;
}
.occlusal_ptn .item .ttl,
.occlusal_ptn .item .txt {
	margin-left:170px;
}
.occlusal_ptn .item .ttl {
	margin-bottom: 10px;
	font-weight:600;
}
@media screen and (max-width:767px) {
	.occlusal_ptn .item {
		width:100%;
		min-height:1px;
		margin-bottom:20px;
	}
	.occlusal_ptn .item img {
		width:100px;
	}
	.occlusal_ptn .item .ttl,
	.occlusal_ptn .item .txt {
		margin-left:120px;
	}
}
.pc_faq dl {
	margin-bottom:40px;
}
.pc_faq dl dt {
	position:relative;
	margin:0 0 10px;
	padding:5px 10px 5px 60px;
	background:#b68d4c;
	border-radius:4px;
	color:#fff;
}
.pc_faq dl dt:before {
	content:"";
	position:absolute;
	bottom:-8px;
	left:20px;
	width:0;
	height:0;
	border-top:10px solid #b68d4c;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
}
.pc_faq dl dt i {
	position:absolute;
	top:50%;
	left:-27px;
	line-height:1;
	font-style:normal;
	font-weight:400;
	font-size:1.8em;
	transform:translatey(-50%);
	color:#fff;
	width:3em;
	text-align:right;
}
.pc_faq dl dd {
	margin:0 0 30px;
	line-height:1.5em;
}

/* access page */
.access_step ol {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	margin: 0 0 20px 0;
	padding:0;
	list-style:none;
}
.access_step ol li {
	position: relative;
	width:30%;
	line-height:1.5em;
}
.access_step ol li:before {
	content:"";
	position:absolute;
	top:40%;
	right:-9%;
	width:0;
	height:0;
	border-left:6px solid #E8A33C;
	border-bottom:6px solid transparent;
	border-top:6px solid transparent;
}
.access_step ol li:last-child:before {
	display:none;
}
.access_step ol li:nth-child(3n-1) {
	margin:0 5%;
}
.access_step img {
	display:block;
	width:100%;
	height:auto;
	margin:0 0 10px;
}
@media screen and (max-width:767px) {
	.access_step ol li {
		width:100%;
		margin:0 0 40px;
	}
	.access_step ol li:nth-child(3n-1) {
		margin: 0 0 40px;
	}
	.access_step ol li:before {
		border-top:6px solid #E8A33C;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid transparent;
		margin-left:-6px;
		top:auto;
		left:50%;
		right:auto;
		bottom:-22px;
	}
}
/* voice page */
#voice_list {
	background:#fff;
}
.voice_header {
	border:none;
}
/* clinic page */
.medical_guide_list ol {
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 0 20px;
}
.medical_guide_list ol li {
	width:32%;
	text-align:center;
	margin-bottom:2%;
}
.medical_guide_list ol li a {
	display:block;
	padding:15px 0;
	border-radius:4px;
	/*
	background: rgb(95,178,26);
background: -moz-linear-gradient(top, rgba(95,178,26,1) 0%, rgba(41,154,11,1) 100%);
background: -webkit-linear-gradient(top, rgba(95,178,26,1) 0%,rgba(41,154,11,1) 100%);
background: linear-gradient(to bottom, rgba(95,178,26,1) 0%,rgba(41,154,11,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb21a', endColorstr='#299a0b',GradientType=0 );
	*/
	background: #d1ab77;
background: -moz-linear-gradient(top, #d1ab77 0%, #b68d4c 100%);
background: -webkit-linear-gradient(top, #d1ab77 0%,#b68d4c 100%);
background: linear-gradient(to bottom, #d1ab77 0%,#b68d4c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ab77', endColorstr='#b68d4c',GradientType=0 );

	color:#fff;
}
.medical_guide_list ol li a:hover {
	text-decoration:none;
}
@media screen and (max-width:767px) {
	.medical_guide_list ol li {
		width:49%;
	}
}
/* article page */
#archive_wrapper {
	background:#fff;
}
@media screen and (max-width:767px) {
	#archive_wrapper {
		margin:0;
		padding:0 20px 25px;
	}
	#post_list > li {
		margin:20px 0;
	}
}

@media only screen and (max-width: 767px){	
	#archive_headline{
		margin:0px;
	}
}
/* entry page */
@media only screen and (max-width: 767px) {
	#related_post {
		margin:0 0 30px;
	}
}

/* side bar */
.tcdw_course_list_widget .course_list li .caption {
	padding:10px 10px 10px 20px;
	line-height:1.2em;
	font-size:18px;
	font-weight:500;
}

.tcdw_course_list_widget .course_list li .caption span,
#index_course li .caption span {
	position:relative;
}
.tcdw_course_list_widget .course_list li .caption span:after,
#index_course li .caption span:after {
	content:"";
	position:relative;
	display:inline-block;
	margin-left:1em;
	color:#BD832C;
	font-size:75%;
	font-weight:400;
	font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing:.1em;
}
.tcdw_course_list_widget .course_list li.cid61 .caption span:after,
#index_course li.cid61 .caption span:after {
	content:"Correct";
}
.tcdw_course_list_widget .course_list li.cid53 .caption span:after,
#index_course li.cid53 .caption span:after {
	content:"Caries";
}
.tcdw_course_list_widget .course_list li.cid54 .caption span:after,
#index_course li.cid54 .caption span:after {
	content:"Perio";
}
.tcdw_course_list_widget .course_list li.cid59 .caption span:after,
#index_course li.cid59 .caption span:after {
	content:"Prevent";
}
.tcdw_course_list_widget .course_list li.cid58 .caption span:after,
#index_course li.cid58 .caption span:after {
	content:"Denture";
}
.tcdw_course_list_widget .course_list li.cid55 .caption span:after,
#index_course li.cid55 .caption span:after {
	content:"Laser";
}
.tcdw_course_list_widget .course_list li.cid60 .caption span:after,
#index_course li.cid60 .caption span:after {
	content:"Esthetics";
}
.tcdw_course_list_widget .course_list li.cid56 .caption span:after,
#index_course li.cid56  .caption span:after {
	content:"Whitening";
}
.tcdw_course_list_widget .course_list li.cid57 .caption span:after,
#index_course li.cid57 .caption span:after {
	content:"Non Extraction";
}
@media screen and (max-width:480px) {
	.tcdw_course_list_widget .course_list li .caption {
		font-size:12px;
	}
	.tcdw_course_list_widget .course_list li .caption span:after,
	#index_course li .caption span:after {
		display:block;
		margin-left:0;
		font-size:90%;
	}
}

/* footer */
.clinic_info_block {
	padding-bottom:80px;
}
.clinic_info_block .inner {
	display:flex;
	width:100%;
	flex-wrap:wrap;
}
.practice_time {
	box-sizing:border-box;
	width:60%;
	padding-right:40px;
}
.practice_time table {
	margin-bottom:20px;
}
.practice_time table,
.practice_time table th,
.practice_time table td {
	border-collapse:collapse;
	border:1px solid #ccc;
}
.practice_time table th,
.practice_time table td {
	padding:20px 2px;
	text-align:center;
}
.practice_time table th {
	font-weight:400;
	font-size:12px;
	background:#e5b135;
	color:#fff;
}
.practice_time table td {
	background:#fff;
}
.practice_time table th.date {
	width:11%;
}
.clinic_info_block .googlemap {
	width:40%;
}
#footer_address span.ml10 {
	margin-left:0;
	font-size:24px;
	font-weight:700;
}
#footer_bottom {
	background:#715e51;
}
@media screen and (max-width:767px) {
	.practice_time {
		width:100%;
		padding-right:0;
		margin-bottom:40px;
	}
	.clinic_info_block .googlemap {
		width:100%;
	}
	.practice_time table th.date {
		width:14%;
	}
}
.at_cnt {
	display:flex;
	flex-wrap:wrap;
}
.at_cnt .txt {
	box-sizing:border-box;
	padding-right:40px;
	width:75%;
}
.at_cnt .ph {
	width:25%;
}
.post_content h2 small,
.post_content h3 small {
	font-size:75%;
}
@media screen and (max-width:767px) {
	.at_cnt .txt {
		width:100%;
		padding-right:0;
	}
	.at_cnt .ph {
		width:100%;
		max-width:250px;
		margin: 0 auto;
	}
	
}
.content_header .headline.headline_bg_l span {
	font-size:18px;
	font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing:.1em;
}
.course_category li a {
	background:#fff;
}
.course_category .info .headline span {
	display:block;
	margin:15px 0 0;
	padding:10px 0 0 0;
	border-top:1px dotted #dcb986;
	font-weight:600;
	letter-spacing:0.1em;
}
a.tdu {
	text-decoration:underline;
}
ul.movie {
	margin:0 0 40px;
	list-style:none;
}
ul.movie li {
	position:relative;
	margin:0;
	padding:0 0 1em 24px;
	line-height:1.5em;
	background:url(/wp-content/uploads/2018/12/icn_movie.png) left 4px no-repeat;
	background-size:14px;
}

#footer_widget{
	display:none;
}