@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 .patternCircle .box_title .title_ber {
	background: #f29767;
	line-height: 1;
}

#detail .htmlbox .patternCircle .box_title .title_ber .bm_title {
	padding: 2px 5px 2px 0;
	display: inline-block;
	background: #fff;
	color: #f29767;
	line-height: 1;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}

#detail .htmlbox .patternCircle .title_num {
	margin: 13px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
#detail .htmlbox .patternCircle .title_num .title {
	font-size: 36px;
	color: #f29767;
	line-height: 1.35;
	letter-spacing: -0.01em;
}
#detail .htmlbox .patternCircle .title_num .title span {
	color: #555;
	padding: 0 0 0 10px;
}

#detail .htmlbox .patternCircle .title_num p {
	text-align: right;
	line-height: 2;
	letter-spacing: 0;
	font-feature-settings: "palt";
}
#detail .htmlbox .patternCircle .title_num p .name {
	font-size: 18px;
}

#detail .htmlbox .patternCircle .box_qa {
	margin: 90px auto 0;
}
#detail .htmlbox .patternCircle .box_qa div > span {
	width: 60px;
	height: 60px;
	border-radius: 40px;
	display: block;
	text-align: center;
	padding: 0 0;
	box-sizing: border-box;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 30px;
	left: 30px;
}
#detail .htmlbox .patternCircle .box_qa > div {
	position: relative;
	padding: 42px 40px 38px 115px;
	line-height: 2;
	letter-spacing: .06em;
	font-feature-settings: "palt";
}

#detail .htmlbox .patternCircle .box_question {
	padding: 30px;
	background: #f29767;
	color: #fff;
}
#detail .htmlbox .patternCircle .question::after {
	content: '';
	display: block;
	width: 38px;
	height: 22px;
	background: url(../img/cm/no037_bubble_a.png) no-repeat top center;
	position: absolute;
	left: 50px;
	bottom: -12px;
}

#detail .htmlbox .patternCircle .box_question span {
	background: #fff;
	color: #f29767;
}
#detail .htmlbox .patternCircle .box_qa > div.box_answer {
	padding-bottom: 0;
	color: #666;
}

#detail .htmlbox .patternCircle .box_answer > span {
	background: #f29767;
	color: #fff;
}
#detail .htmlbox .patternCircle .box_answer p {
	margin: 10px 0 0;
}

#detail .htmlbox .patternCircle .box_section {
	margin: 30px 0 0;
	padding: 30px 44px 36px;
	background: #fff3ee;
}
#detail .htmlbox .patternCircle .box_section .title {
	padding: 3px 0 0 42px;
	color: #ec6834;
	position: relative;
	font-size: 24px;
}
#detail .htmlbox .patternCircle .box_section .title span {
	width: 40px;
	height: 40px;
	padding: 2px 0 0 2px;
	display: block;
	background: #ec6834;
	color: #fff;
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: -14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	box-sizing: border-box;
}
#detail .htmlbox .patternCircle .box_section .text {
	margin: 20px auto 0;
	line-height: 2;
	letter-spacing: 0;
}
#detail .htmlbox .patternCircle .box_section .img {
	width: auto;
	margin: 20px auto 0;
}
#detail .htmlbox .patternCircle .box_section .img img {
	width: auto !important;
}

#detail .htmlbox .patternCircle .txt_att,
#detail .htmlbox .patternCircle .ul_introduction {
	margin: 13px 0 0;
	color: #666;
	font-size: 12px;
	line-height: 1.7;
}
#detail .htmlbox .patternCircle .ul_introduction li {
	margin-left: 3em;
	text-indent: -3em;
}

#detail .htmlbox .patternCircle .box_section + .box_section {
	margin: 30px 0 0;
}

#detail .htmlbox .patternCircle .box_advice {
	margin: 40px 0 0;
	position: relative;
}
#detail .htmlbox .patternCircle .box_question.advice {
	padding: 32px 44px 38px;
	background: #f29767;
	color: #fff;
	line-height: 2;
}
#detail .htmlbox .patternCircle .advice::after {
	content: '';
	display: block;
	width: 38px;
	height: 22px;
	background: url(../img/cm/no037_bubble_b.png) no-repeat top center;
	position: absolute;
	right: 50px;
	top: -10px;
}


/*-- no135 --*/
#detail .htmlbox .patternCircle.no022 .box_title .title_ber,
#detail .htmlbox .patternCircle.no022 .box_question,
#detail .htmlbox .patternCircle.no022 .box_answer span,
#detail .htmlbox .patternCircle.no022 .box_question.advice {
	background: #bca1cb;
}
#detail .htmlbox .patternCircle.no022 .box_title .title_ber .bm_title,
#detail .htmlbox .patternCircle.no022 .title_num .title ,
#detail .htmlbox .patternCircle.no022 .box_question span {
	color: #bca1cb;
}
#detail .htmlbox .patternCircle.no022 .box_section {
	background: #f4f2f8;
}
#detail .htmlbox .patternCircle.no022 .box_section .title {
	color: #9070af;
}
#detail .htmlbox .patternCircle.no022 .box_section .title span {
	background: #9070af;
}
#detail .htmlbox .patternCircle.no022 .question::after {
	background: url(../img/cm/no022_bubble_a.png) no-repeat top center;
}
#detail .htmlbox .patternCircle.no022 .advice::after {
	background: url(../img/cm/no022_bubble_b.png) no-repeat top center;
}
#detail .htmlbox .patternCircle .dl_staff {
	line-height: 2;
}
#detail .htmlbox .patternCircle .dl_staff dt {
	font-weight: bold;
	color: #9070af;
}

