@charset "utf-8";

/* --------------------------------------------------- */
/* 歯科医院経営講座
/* --------------------------------------------------- */

#detail #html_pdf .pdfbox {
	border: none;
}
#detail #html_pdf .pdfbox.htmlbox {
	height: initial !important;
}

#detail .htmlbox p {
	margin: 0;
}

#detail .htmlbox {
	font-size: 14px
}
#detail #pdf .pdfbox.htmlbox img {
	width: 100%;
}

#detail .htmlbox .txt_detail,
#detail .htmlbox .ul_note {
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 2;
	position: relative;
}
#detail .htmlbox .ul_note {
	line-height: 1.8;
}
#detail .htmlbox .txt_detail .right {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
}
#detail .htmlbox .inner {
	padding-top: 10px;
}

#detail .htmlbox .pc_display {
	display: block;
}
#detail .htmlbox .sp_display {
	display: none;
}


/* パターンシンプル 2
/* ---------------------------------- */

#detail .htmlbox .patternSimple2 .box_section {
	margin: 28px 0 0;
}
#detail .htmlbox .patternSimple .box_lead {
	margin: 64px 0 0;
}
#detail .htmlbox .patternSimple2 .box_section .title {
	color: #f1945d;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.3px;
}
#detail .htmlbox .patternSimple2 .box_section .text {
	margin: 5px 0 0;
	line-height: 2;
	letter-spacing: 0;
}

#detail .htmlbox .patternSimple2 .title_ber {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#detail .htmlbox .patternSimple2 .title_ber .box_num {
	width: 100px;
	height: 70px;
	background: #3391b6;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	letter-spacing: -.1em;
}
#detail .htmlbox .patternSimple2 .title_ber .box_title {
	width: 708px;
	padding: 14px 20px 8px;
	background: #d6e8f0;
	box-sizing: border-box;
	line-height: 1;
}
#detail .htmlbox .patternSimple2 .title_ber .box_title .title {
	font-size: 30px;
	color: #184562;
	letter-spacing: 0;
}
#detail .htmlbox .patternSimple2 .title_ber .bm_title {
	margin: 7px 0 0;
	color: #3391b6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .025em;
}
#detail .htmlbox .patternSimple2 .tit_main {
	margin: 22px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#detail .htmlbox .patternSimple2 .tit_main .tit_conte {
	color: #555;
	font-size: 36px;
	font-feature-settings : "palt";
	letter-spacing: -.03em;
}
#detail .htmlbox .patternSimple2 .tit_main .tit_conte span {
	font-size: 18px;
	display: block;
	letter-spacing: 0;
}
#detail .htmlbox .patternSimple2 .tit_main p {
	margin: 10px 0 0;
	text-align: right;
	letter-spacing: -.16em;
}
#detail .htmlbox .patternSimple2 .tit_main .name {
	font-size: 18px;
	line-height: 2.2;
	letter-spacing: -.03em;
}

#detail .htmlbox .patternSimple2 .box_lead,
#detail .htmlbox .patternSimple2 .box_title + .box_section {
	margin: 60px 0 0;
}
#detail .htmlbox .patternSimple2 .box_img img {
	width: auto !important;
}
#detail .htmlbox .patternSimple2 .box_img img + img {
	margin: 20px 0 0;
}
#detail .htmlbox .patternSimple2 .box_img img + a + img {
	margin: 20px 0 0;
}
#detail .htmlbox .patternSimple2 .box_section .title {
	color: #3391b6;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.3px;
}
#detail .htmlbox .patternSimple2 .top50 {
	margin-top: 50px;
}
#detail .htmlbox .patternSimple2 .box_section ul {
	line-height: 2;
}
#detail .htmlbox .patternSimple2 .text em {
	font-style: normal;
	font-weight: bold;
}
#detail .htmlbox .patternSimple2 .box_img {
	margin: 20px 0 0;
}
#detail .htmlbox .patternSimple2 .box_img + .text{
	margin: 20px 0 0;
}
#detail .htmlbox .patternSimple2 .txt_detail.top {
	margin: 0;
}

#detail .htmlbox .patternSimple2 .box_table table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#detail .htmlbox .patternSimple2 .box_table th,
#detail .htmlbox .patternSimple2 .box_table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 12px;
	color: #666;
}
#detail .htmlbox .patternSimple2 .box_table th {
	font-weight: normal;
}
#detail .htmlbox .patternSimple2 .box_table thead th {
	padding: 10px 0;
	text-align: center;
}
#detail .htmlbox .patternSimple2 .box_table thead th:first-child,
#detail .htmlbox .patternSimple2 .box_table tbody th {
	background: #f5f5f5;
	border-right: 3px double #ccc;
}
#detail .htmlbox .patternSimple2 .box_table tbody td {
	padding: 10px 14px 10px 14px;
	text-align: center;
}
#detail .htmlbox .patternSimple2 .box_table tbody th {
	padding: 10px 0 10px 14px;
}