/**************************/
/* css edgeendo_template */
/*************************/

/* 共通項目 */
.Cont_Wrapper {
	margin: 0 0 40px;
	width: 100%;
	max-width: 910px;
}

@media (max-width:600px) {

	/* 画面サイズ600px以下 */
	.Cont_Wrapper {
		margin: 10px auto 0;
	}
}

/*(1)CONT_HEADER START*************************************/
/*** 共通項目 ***/
.Cont_Head h2 {
	font-weight: bold;
	font-size: 2.4em;
	line-height: 1;
	color: #434343;
	vertical-align: baseline;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: solid 1px #434343;
}

.Cont_Head h2 span {
	vertical-align: baseline;
}

.Cont_Head h2 span.small {
	font-size: 95%;
}

.Cont_Head h2 span.blue {
	color: #0058a8;
}

.Cont_Head h2 span.vividblue {
	color: #38b7e0;
}

.Cont_Head h2 span.gold {
	color: #bfa301;
}

.Cont_Head h2 span.lgreen {
	color: #00ac7a;
}

.Cont_Head h2 span.darkred {
	color: #802358;
}

@media (max-width:600px) {

	/* 画面サイズ600px以下 */
	.Cont_Head h2 {
		font-size: 1.5em;
		line-height: 1.5;
	}
}

@media(min-width:601px) and (max-width:900px) {

	/* 画面サイズが601pxから900pxまで */
	.Cont_Head h2 {
		font-size: 1.8em;
	}
}

/*(2)CONT_BODY START*************************************/
/*** 共通項目 ***/
.Cont_Body {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.Cont_Body div.Left_Box,
.Cont_Body div.Right_Box {
	width: 440px;
}

.Cont_Body div.Bottom_Box {
	width: 100%;
	margin: 20px auto 0;
}

.Cont_Body div.Left_Box>div,
.Cont_Body div.Right_Box>div {
	margin-bottom: 20px;
}

.Cont_Body div.Left_Box>div:last-child,
.Cont_Body div.Right_Box>div:last-child {
	margin-bottom: 0;
}

@media (max-width:600px) {

	/* 画面サイズが600px以下 */
	.Cont_Body {
		display: flex;
		flex-basis: auto;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
	}

	.Cont_Body div.Left_Box,
	.Cont_Body div.Right_Box {
		margin: 0 auto 20px;
		width: 100%;
		max-width: 440px;
	}

	.Cont_Body div.Bottom_Box {
		margin: 0 auto 20px;
	}
}

@media(min-width:601px) and (max-width:909px) {

	/* 画面サイズが601pxから909pxまで */
	.Cont_Body>div {
		width: 49%;
		max-width: unset;
	}
}

/*** 分類表 共通項目***/
.bunrui {
	border: 5px solid #0058a7;
	box-sizing: border-box;
}

.bunrui div.bunruitext {
	background: #000000;
	padding: 12px 0px;
	text-align: center;
}

.bunrui div.bunruitext p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4em;
}

.bunrui table {
	width: 100%;
	height: auto;
	border-collapse: collapse;
	background: #ffffff;
}

.bunrui table tr th {
	width: 30%;
	padding: 6px 0;
	text-align: center;
	background: #eeeeee;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5;
	border-right: solid 1px #666666;
	border-bottom: dotted 1px #666666;
}

.bunrui table tr td {
	width: 70%;
	padding: 6px 10px;
	text-align: left;
	border-bottom: dotted 1px #666666;
	font-size: 1.3em;
	line-height: 1.5;
}

.bunrui table tr:last-child th {
	border-bottom: none;
}

.bunrui table tr:last-child td {
	border-bottom: none;
}

@media (max-width:900px) {

	/* 画面サイズが900px以下 */
	.bunrui {
		border: 1px solid #000;
	}

	.bunrui div.bunruitext {
		padding: 10px 5px;
	}

	.bunrui div.bunruitext p {
		font-size: 1.1em;
	}

	.bunrui table tr th {
		padding: 5px 0;
		font-size: 1.1em;
	}

	.bunrui table tr td {
		padding: 5px;
		font-size: 1.1em;
	}
}

/*** 特長解説 共通項目 ***/
.kaisetsu {
	border: 5px solid #000000;
	box-sizing: border-box;
	padding: 10px 10px 15px 10px;
	max-width: 100%
}

.kaisetsu h6 {
	background: url("/contents/common/img/goods/content/18PF0007A1/edgeend_content_icon01.gif") no-repeat;
	padding: 0 0 5px 30px;
	line-height: 30px;
	border-bottom: 2px solid #000000;
	margin-bottom: 10px;
	font-size: 1.8em;
	font-weight: bold;
}

.kaisetsu p {
	font-size: 1.1em;
	line-height: 1.8 !important;
	vertical-align: unset !important;
	text-align: justify;
}

.kaisetsu p span {
	background-color: #FDF400;
	/*vertical-align: unset !important;*/
	vertical-align: baseline;
}

@media (max-width:900px) {

	/* 画面サイズが900px以下 */
	.kaisetsu {
		border: 1px solid #000000;
		padding: 10px;
	}

	.kaisetsu h6 {
		font-size: 1.6em;
	}

	.kaisetsu p {
		font-size: 1em;
		line-height: 1.5;
	}
}

/*** 特定商品のみ 臨床例 ***/
.clinical_wrapper {
	background: #000000;
	padding: 20px;
	color: #ffffff;
	margin-bottom: 40px;
	width: 100%;
	box-sizing: border-box;
}

ul.clinical_case {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	border: solid 2px #ffffff;
	margin-bottom: 10px
}

ul.clinical_case li {
	padding: 5px;
}

ul.clinical_case li:first-child {
	flex: 0 1 420px;
	align-self: center;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

ul.clinical_case li:first-child span {
	color: #ffd524;
	vertical-align: baseline;
}

ul.clinical_case li:last-child {
	flex: 1 1 auto;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5;
	border-left: solid 2px #ffffff;
}

.case {
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}

.case div p {
	font-size: 1em;
	line-height: 1.5;
	margin-top: 2px;
	padding: 0;
}

.case div.box1 {
	flex-basis: 280px;
	height: auto;
	order: 1;
	position: relative;
}

.case div.box1::before {
	content: '';
	height: 10px;
	width: 15px;
	background-color: #ffffff;
	position: absolute;
	top: calc(50% - 15px);
	left: 100%;
}

.case div.box1::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 15px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: calc(50% - 22px);
	left: calc(100% + 15px);
}

.case div.box2 {
	flex-basis: 264px;
	height: auto;
	order: 2;
	position: relative;
}

.case div.box2::before {
	content: '';
	height: 10px;
	width: 15px;
	background-color: #ffffff;
	position: absolute;
	top: calc(50% - 15px);
	left: 100%;
}

.case div.box2::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 15px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: calc(50% - 22px);
	left: calc(100% + 15px);
}

.case div.box3 {
	flex-basis: 264px;
	height: auto;
	order: 3;
	position: relative;
}

.case div.box3::before {
	content: '';
	height: 15px;
	width: 10px;
	background-color: #ffffff;
	position: absolute;
	top: 100%;
	left: calc(50% - 5px);
}

.case div.box3::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 12px 0 12px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	top: calc(100% + 15px);
	left: calc(50% - 12px);
}

.case div.box4 {
	flex-basis: 320px;
	height: auto;
	order: 5;
	align-self: flex-end;
}

.case div.box5 {
	flex-basis: auto;
	order: 4;
	margin-top: 36px;
}

.doctor {
	width: 480px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.doctor img {
	display: block;
	width: 160px;
	height: 188px;
}

.doctor .doc_profile {
	padding-left: 10px;
	width: calc(100% - 160px);
}

.doctor .doc_profile h3 {
	border-bottom: solid 2px #ffffff;
	font-size: 2.5em;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding-bottom: 10px;
}

.doctor .doc_profile h3 span {
	font-size: 0.8em;
	vertical-align: baseline;
}

.doctor .doc_profile p {
	border-bottom: solid 1px #ffffff;
	font-size: 1em;
	line-height: 1.4;
	padding: 10px 0;
}

/*SP用臨床例ここから*/
@media (max-width:900px) {

	/* 画面サイズ900px以下 */
	.clinical_wrapper {
		padding: 10px 2% 20px;
		max-width: 100%;
		margin: 0 auto;
	}

	ul.clinical_case {
		flex-diretion: column;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: stretch;
		border: solid 1px #ffffff;
		margin-bottom: 10px;
	}

	ul.clinical_case li:first-child {
		flex: auto;
		align-self: stretch;
		text-align: left;
		line-height: 1.5;
		border-bottom: solid 1px #ffffff;
	}

	ul.clinical_case li:last-child {
		flex: auto;
		text-align: left;
		font-size: 1.1em;
		line-height: 1.5;
		border-left: none;
	}

	.case {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 100%;
	}

	.case div.box1,
	.case div.box2,
	.case div.box3 {
		margin-bottom: 36px;
		flex-basis: auto;
	}

	.case div.box3 {
		max-width: 264px;
	}

	.case div.box1::before,
	.case div.box2::before {
		content: '';
		height: 15px;
		width: 10px;
		background-color: #ffffff;
		position: absolute;
		top: 100%;
		left: calc(50% - 5px);
	}

	.case div.box1::after,
	.case div.box2::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 12px 0 12px;
		border-color: #ffffff transparent transparent transparent;
		position: absolute;
		top: calc(100% + 15px);
		left: calc(50% - 12px);
	}

	.case div.box4 {
		order: 4;
		flex-basis: auto;
		align-self: center;
	}

	.case div.box5 {
		order: 5;
		flex-basis: auto;
	}

	.doctor {
		width: 100%;
	}

	.doctor img {
		width: 100px;
		height: auto;
	}

	.doctor .doc_profile {
		padding-left: 10px;
		width: calc(100% - 100px);
		height: auto;
	}

	.doctor .doc_profile h3 {
		border-bottom: solid 1px #ffffff;
		font-size: 1.8em;
	}

	.doctor .doc_profile p {
		font-size: 0.8em;
	}
}

/*SP用臨床例ここまで*/
/*フロー図見出し*/
.flow_heading {
	margin-top: 40px;
}

/*ふきだしここから*/
.flow_heading h4.bubble {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.5em;
	font-weight: bold;
	vertical-align: baseline;
	color: #ffffff;
	background: #333333;
	margin-bottom: 18px;
	border-radius: 20px;
}

.flow_heading h4.bubble:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -16px;
	left: 25%;
	border: 8px solid transparent;
	border-top: 8px solid #333333;
	border-left: 8px solid #333333;
	/*三角に角度をつける*/
}

.flow_heading h4.bubble span {
	color: #ebcb70;
}

/*ふきだしここまで*/
.flow_heading h2 {
	width: 100%;
	padding: 15px 10px 10px;
	font-size: 1.8em;
	font-weight: bold;
	vertical-align: baseline;
	color: #454545;
	border: solid 1px #454545;
	background: #efefef;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.flow_heading h2 span {
	display: block;
	margin-top: 5px;
	font-size: 0.7em;
	color: #454545;
	font-weight: normal;
}

@media (max-width:900px) {

	/* 画面サイズ900px以下 */
	.flow_heading h2 {
		padding: 8px 5px;
		font-size: 1.4em;
		line-height: 1.5;
	}
}

/*(3)CONT_BOTTOM START***************************************/
/* 関連リンク */
div.edgeendo_link {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 0px;
	line-height: 0px;
}

div.edgeendo_link ul li {
	display: inline-block;
	margin-bottom: 10px;
}

div.edgeendo_link ul li:nth-child(2n+1) {
	margin-right: 10px;
}

div.edgeendo_link ul li:nth-child(2n) {
	margin-right: 0px;
}

@media (max-width:900px) {

	/* 画面サイズ900px以下 */
	div.edgeendo_link ul li:nth-child(2n+1) {
		margin-right: 0px;
	}

	div.edgeendo_link ul li:nth-child(2n) {
		margin-right: 0px;
	}
}

@media(min-width:600px) and (max-width:900px) {

	/* 画面サイズが600から900pxまで */
	div.edgeendo_link ul li {
		width: 49%;
	}

	div.edgeendo_link ul li:nth-child(2n+1) {
		margin-right: 2%;
	}
}