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


/* パターンQA
/* ---------------------------------- */

#detail .htmlbox .patternQA .box_title {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #00aaad;
}
#detail .htmlbox .patternQA .box_title > .title {
	width: 200px;
	font-family: 'arial';
	text-align: right;
	line-height: 1;
}
#detail .htmlbox .patternQA .box_title .title .office {
	padding: 3px 5px 3px 3px;
	background: #00aaad;
	color: #fff;
	font-size: 13px;
	letter-spacing: .09em;
}
#detail .htmlbox .patternQA .box_title .title .bm_title {
	margin: 10px 0 0;
	font-size: 28px;
	letter-spacing: .03em;
}
#detail .htmlbox .patternQA .box_title .title_num {
	width: 557px;
	text-align: left;
}
#detail .htmlbox .patternQA .box_title .title_num .title {
	font-size: 36px;
	line-height: 0.8;
	letter-spacing: -.02em;
}
#detail .htmlbox .patternQA .box_title .title_num .title span {
	padding: 0 0 0 12px;
}
#detail .htmlbox .patternQA .box_title .title_num p {
	margin: 37px 0 0;
	font-size: 18px;
	font-feature-settings: "palt";
	letter-spacing: -.01em;
}

#detail .htmlbox .patternQA .box_qa {
	margin: 97px 0 0;
	padding: 0 0 55px 50px;
	border-bottom: 1px solid #77ccd0;
}
#detail .htmlbox .patternQA dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#detail .htmlbox .patternQA dt {
	width: 150px;
	font-size: 30px;
	font-family: 'arial';
	text-align: right;
	letter-spacing: .05em;
}
#detail .htmlbox .patternQA dd {
	width: 560px;
	line-height: 2;
	letter-spacing: 0;
	padding: 0 10px 0 0;
}
#detail .htmlbox .patternQA dt.question {
	color: #00aaad;
}
#detail .htmlbox .patternQA dd.question {
	color: #666;
}
#detail .htmlbox .patternQA .answer {
	margin: 35px 0 0;
}
#detail .htmlbox .patternQA dt.answer,
#detail .htmlbox .patternQA dt.advice {
	color: #222;
}
#detail .htmlbox .patternQA dd.answer,
#detail .htmlbox .patternQA dd.advice {
	color: #666;
}

#detail .htmlbox .patternQA .qa_section {
	margin: 43px 0 0;
}
#detail .htmlbox .patternQA .qa_section + .qa_section {
	margin: 50px 0 0;
}
#detail .htmlbox .patternQA .qa_section .img {
	width: 350px;
	margin: 0 0 1em 1em;
	float: right;
}
#detail .htmlbox .patternQA .qa_section .img img {
	width: 100%;
}
#detail .htmlbox .patternQA .qa_section .title {
	font-size: 24px;
	color: #00aaad;
}
#detail .htmlbox .patternQA .qa_section p {
	margin: 13px 0 0;
	line-height: 2;
	letter-spacing: 0;
}

#detail .htmlbox .patternQA .box_qa.advice {
	margin: 50px 0 0;
	padding: 40px 50px 35px;
	background: #aedee0;
	border: none;
}
#detail .htmlbox .patternQA dd.advice {
	width: 510px;
	margin: 5px 0 0;
}
