@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;
}


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

#detail .htmlbox .patternSimple .box_img {
	margin: 20px 0 0;
}
#detail .htmlbox .patternSimple .box_img.nomargin {
	margin: 0px 0 0;
}
#detail .htmlbox .patternSimple img {
	width: auto !important;
}
#detail .htmlbox .patternSimple .bm_title {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: 0.02em;
}
#detail .htmlbox .patternSimple .title_ber .title {
	font-size: 30px;
	line-height: 1.45;
	letter-spacing: 0;
	margin: 4px 0 0;
}
#detail .htmlbox .patternSimple .title_ber .title .color1 {
	color: #e5651a;
}
#detail .htmlbox .patternSimple .title_ber .title .color2 {
	color: #f1945d;
}
#detail .htmlbox .patternSimple .title_ber .title .color3 {
	color: #f4c395;
	padding: 0 0 0 10px;
	letter-spacing: -.03em;
}
#detail .htmlbox .patternSimple .title_ber {
	border-bottom: 10px solid #fce9de;
	position: relative;
}
#detail .htmlbox .patternSimple .title_ber::before,
#detail .htmlbox .patternSimple .title_ber::after {
	content: '';
	display: block;
	width: 120px;
	height: 10px;
	background: #f1945d;
	position: absolute;
	bottom: -10px;
	left: 0;
}
#detail .htmlbox .patternSimple .title_ber::after {
	background: #f8cbb1;
	left: 120px;
}

#detail .htmlbox .patternSimple .tit_main {
	margin: 24px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#detail .htmlbox .patternSimple .tit_main .tit_conte {
	font-size: 36px;
	color: #555;
	font-feature-settings : "palt";
	line-height: 1.4;
	letter-spacing: -1px;
}
#detail .htmlbox .patternSimple .tit_main .tit_conte span {
	display: block;
	font-size: 18px;
	letter-spacing: -0.06px;
}
#detail .htmlbox .patternSimple .tit_main p {
	margin: 7px 0 0;
	text-align: right;
	font-feature-settings: "palt";
	letter-spacing: 0;
}
#detail .htmlbox .patternSimple .tit_main .name{
	margin: 8px 0 0;
	font-size: 18px;
	display: block;
}

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


/*-- 125〜　blue --*/

#detail .htmlbox .patternSimple.blue .title_ber .title .color1,
#detail .htmlbox .patternSimple.blue .box_section .title {
	color: #4d709c;
}
#detail .htmlbox .patternSimple.blue .title_ber .title .color2 {
	color: #a9bacf;
}
#detail .htmlbox .patternSimple.blue .title_ber::before {
	background: #4d709c;
}
#detail .htmlbox .patternSimple.blue .title_ber .title .color3 {
	color: #dbe2ea;
}
#detail .htmlbox .patternSimple.blue .title_ber::after {
	background: #a9bacf;
}
#detail .htmlbox .patternSimple.blue .title_ber {
	border-bottom: 10px solid #dbe2ea;
}
.patternSimple.blue .box_section .text em {
	font-style: normal;
	font-weight: bold;
}
#detail .htmlbox .patternSimple .box_section .box_img + .text {
	margin: 20px 0 0;
}
#detail .htmlbox .patternSimple.no011 .txt_detail,
#detail .htmlbox .patternSimple.no011 .ul_note {
	color: #666;
}

