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

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

@media screen and (min-width:320px) and (max-width:1023px) {

	/* 画面サイズ600px以下 */
	.Cont_Wrapper {
		margin: -80px 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;
	font-weight: bold;
}

.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/19PF0016A1/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;
	font-weight: bold;
}

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-direction: 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用臨床例ここまで*/

/************ サファイア 臨床例 ***************/

div.clinical_wrapper02 {
	background: #0058a8;
	padding: 20px;
	color: #454545;
	margin-bottom: 40px;
	width: 100%;
	box-sizing: border-box;
}

div.clinical_wrapper02 p.headline {
	display: block;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	background: #0058a8;
	border: solid 2px #ffffff;
	padding: 0.8rem;
	margin-bottom: 10px;
	font-weight: bold;
}

div.clinical_wrapper02 p.headline span {
	color: #ffd524;
	vertical-align: baseline;
	font-weight: bold;
}

div.Dr_yasuoka_Case {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

div.Dr_yasuoka_Case div.Case_box {
	width: 300px;
	height: auto;
	background: #dbeff9;
}

div.Dr_yasuoka_Case div.Case_box p.Case_headline {
	display: block;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
	padding: 0.8rem 0.6rem 0.6rem;
	background: #000000;
}

div.Dr_yasuoka_Case div.Case_box ul {
	list-style: none;
	padding: 10px;
}

div.Dr_yasuoka_Case div.Case_box ul li {
	max-width: 280px;
	height: 165px;
	margin: 10px auto;
}

div.Dr_yasuoka_Case div.Case_box ul li:last-child {
	margin-top: 25px;
}

div.Dr_yasuoka_Case div.Case_box ul li.height160 {
	height: 160px;
}

div.Dr_yasuoka_Case div.Case_box ul li img {
	display: block;
	font-size: 1em;
	width: 100%;
	max-width: 280px;
	margin: 0 auto 2px;
}

div.Dr_yasuoka_Case div.Case_box ul li div.text140 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
}

div.Dr_yasuoka_Case div.Case_box ul li div.text140 p {
	font-size: 0.9em;
	line-height: 1.3;
	width: 50%;
	padding: 2px;
}

div.Dr_yasuoka_Case div.Case_box ul li div.text280 {
	display: inline-block;
	width: 100%;
	padding: 2px;
}

div.Dr_yasuoka_Case div.Case_box ul li div.text280 p {
	font-size: 1em;
	line-height: 1.3;
	width: 100%;
}

div.Dr_yasuoka_Case div.Doctor_box {
	width: 250px;
	height: auto;
	background: #000000;
	color: #FFFFFF;
	padding: 10px;
}

div.Dr_yasuoka_Case div.Doctor_box img {
	display: block;
	width: 160px;
	height: 188px;
	margin: 10px auto;
}

div.Dr_yasuoka_Case div.Doctor_box .Dr_yasuoka p {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
}

div.Dr_yasuoka_Case div.Doctor_box .Dr_yasuoka h3 {
	font-size: 2.5em;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding-bottom: 10px;
}

div.Dr_yasuoka_Case div.Doctor_box .Dr_yasuoka h3 span {
	font-size: 0.8em;
	vertical-align: baseline;
}

div.Dr_yasuoka_Case div.Doctor_box .Dr_yasuoka p.profile {
	display: block;
	background: linear-gradient(to right, #444 50%, #000);
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 6px;
	margin-bottom: 10px;
}

div.Dr_yasuoka_Case div.Doctor_box .Dr_yasuoka ul.profile_text {
	list-style: none;
}

div.Dr_yasuoka_Case div.Doctor_box .Dr_yasuoka ul.profile_text li {
	font-size: 1em;
	line-height: 1.5;
	text-align: justify;
	word-break: break-all;
}

div.Dr_yasuoka_Case div.Doctor_box .Dr_yasuoka ul.profile_text li a {
	color: #ffffff;
	text-decoration: underline;
	margin-bottom: 10px;
	cursor: pointer;
}

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

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

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

	div.clinical_wrapper02 p.headline {
		border: solid 1px #ffffff;
		line-height: 1.5;
	}

	div.Dr_yasuoka_Case div.Case_box {
		width: 100%;
		padding: 10px 2% 20px;

	}

	div.Dr_yasuoka_Case div.Doctor_box {
		width: 100%;
		padding: 10px 2% 20px;
	}

	div.Dr_yasuoka_Case div.Doctor_box img {
		display: block;
		width: 100px;
		height: auto;
	}

	div.Dr_yasuoka_Case div.Doctor_box .Dr_yasuoka ul.profile_text li {
		font-size: 0.8em;
		line-height: 1.5;
		text-align: justify;
		word-break: break-all;
	}
}



/*マスクド*/
div.youtube_rink {
	width: 100%;
	max-width: 910px;
	height: auto;
	background: #fff;
	color: #434343;
	padding: 10px;
	margin-top: 10px;
	display: flex;
	align-items: center;
}

div.youtube_rink div.left_text {
	width: calc(100% - 240px);
	margin: 0 10px;
}

div.youtube_rink div.left_text p.bigtext01 {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

div.youtube_rink div.left_text p.bigtext02 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
}

div.youtube_rink div.left_text p.bigtext02 span.pink_big {
	color: #e01783;
	font-size: 22px;
	vertical-align: baseline;
	font-weight: 700;
}

div.youtube_rink div.left_text p.bigtext02 span.bl_big {
	color: #0058a8;
	font-size: 22px;
	vertical-align: baseline;
	font-weight: 700;
}

div.youtube_rink div.img_btn a {
	width: 240px;
	background: #e01783;
	border: 2px solid #e01783;
	display: flex;
	align-items: center;
	text-decoration: none;
	border-radius: 10px;
	padding: 10px;
}

div.youtube_rink div.img_btn a p.img {
	max-width: 80px;
	height: auto;
	margin: 0 auto;
}

div.youtube_rink div.img_btn a div.button {
	width: calc(100% - 80px);
	height: 80px;
	background: #e01783;
	position: relative;
}

div.youtube_rink div.img_btn a div.button p {
	width: 100%;
	position: absolute;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 120%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

div.youtube_rink div.img_btn a div.button:after {
	position: absolute;
	top: calc(50% - 10px);
	right: -5px;
	content: "\025b6";
	display: block;
	width: 15px;
	height: 15px;
	line-height: 16px;
	background: #fff;
	color: #e01783 !important;
	font-size: 12px;
	text-align: center;
	text-indent: 1px;
	border-radius: 50%;
}

@media (max-width:900px) {

	/* 画面サイズ900px以下 */
	div.youtube_rink {
		padding: 10px 2% 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	div.youtube_rink div.left_text {
		width: 100%;
	}

	div.youtube_rink div.left_text p.bigtext01 {
		display: inline-block;
		font-size: 1em;
	}

	div.youtube_rink div.left_text p.bigtext02 {
		font-size: 1em;
	}

	div.youtube_rink div.left_text p.bigtext02 span.pink_big {
		font-size: 1.2em;
	}

	div.youtube_rink div.left_text p.bigtext02 span.bl_big {
		font-size: 1.2em;
	}
}



/*フロー図見出し*/
.flow_heading {
	margin-top: 40px;
	box-sizing: border-box;
}

/*ふきだしここから*/
.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;
}

.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%;
	}
}