@charset "UTF-8";
/* common setting
------------------------------------*/
.phc_ttl {
	height: 70px;
	font-size: 16px;
	line-height: 72px;
	vertical-align: middle;
	color: #FFF;
}
.phc_ttl img {
	vertical-align: middle;
	padding-right: 35px;
}
@media screen and (max-width: 739px) {
	header .phc_ttl {
		height: 13vw;
		font-size: 3vw;
		line-height: 13vw;
		vertical-align: middle;
		color: #FFF;
	}
	header .phc_ttl img {
		width: 20%;
		vertical-align: middle;
		padding-right: 3vw;
	}
}
strong {
	font-weight: bold;
}
main.container {
	overflow-x: auto;
}
.main {
	margin: 0 auto;
	background: #fff;
	width: 100%;
	min-width: 1200px;
	padding: 0 0 40px 0;
}
/* contents header */
.contents_header {
	position: relative;
	z-index: 1;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 100px;
	width: 100%;
}
.contents_header.detail {
	position: relative;
	z-index: 1;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #d0e6ec;
	margin: 0;
}
.contents_header.detail .bg_img {
	position: absolute;
	z-index: 0;
	left: 50%;
	margin: 0 0 0 -600px;
	height: 300px;
	overflow: hidden;
}
.contents_inner {
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}
.contents_header .contents_inner {
	position: relative;
	/*padding-top: 82px;
	height: 400px;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #d0e6ec url(/jp/~/Media/Images/company/phcmnc/service2/case-studies/page_header_bg.png) no-repeat;
}
.contents_header.detail .contents_inner {
	background: none;
}
.contents_header .contents_inner:before {
	content: "";
	display: block;
	background: url("/jp/~/Media/Images/company/phcmnc/service2/case-studies/page_header_dot.png") no-repeat 0 0;
	width: 640px;
	height: 193px;
	position: absolute;
	top: 53px;
	left: calc(50% - 320px);
	z-index: 0;
}
.contents_header .page_header_title {
	position: relative;
	z-index: 1;
	padding-top: 82px;
	box-sizing: border-box;
	height: 300px;
}
.contents_header .page_header_title .category {
	box-sizing: border-box;
	display: inline-block;
	background: #2dcc70;
	color: #fff;
	border-radius: 15px;
	padding: 0 15px;
	min-width: 156px;
	max-width: 300px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	overflow: hidden;
}
.contents_header .page_header_title .title {
	display: block;
	margin: 28px auto 0;
	max-width: 600px;
	height: 67px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	overflow: hidden;
}
.contents_header > p {
	    width: 1100px;
    margin: 50px auto 0 auto;
    text-align: left;
    font-size: 18px;
    color: #333;
}
.caution_box {
	border: 2px solid #cc2d2d;
	padding: 43px 48px 42px;
}
/* list panal */
.list-panel-wrap {
	max-width: 1150px;
	min-width: 1150px;
	margin: 70px auto 0 auto;
}
.list-panel-wrap h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
	margin: 0 0 50px 0;
}
.list-case {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.list-panel-wrap.detail .list-case {
	justify-content: center;
}
.list-case > li {
	max-width: 350px;
	margin: 0 0 70px 0;
}
.list-case > li:nth-child(3n-1) {
	margin: 0 50px 70px;
}
.list-case > li .panel {
	border-radius: 10px;
	display: block;
	height: 100%;
	color: #000;
	box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.list-case > li .panel .thumb img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: block;
	width: 100%;
	height: auto;
}
.inner-panel {
	padding: 30px 25px 15px;
}
.inner-panel h3 {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 15px 0;
	line-height: 1.4;
}
.inner-panel .list-subject {
	font-size: 0;
	margin: 0 0 15px 0;
}
.inner-panel .list-subject li {
	color: #2dcc70;
	font-weight: bold;
	font-size: 1rem;
	display: inline-block;
	margin: 0 0 10px 0;
	line-height: 1;
}
.inner-panel .list-subject li::after {
	content: ",";
}
.inner-panel .list-subject li:last-child::after {
	content: "";
}
.prefectures-used-wrap {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
	margin: 0 0 20px 0;
	line-height: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prefectures-used-wrap .prefectures {
	font-size: 0.9rem;
}
.prefectures-used-wrap .used {
	font-size: 0.9rem;
	padding: 0 0 3px 0;
}
.prefectures-used-wrap .used .green {
	font-size: 1.2rem;
	color: #2dcc70;
}
.medium {
	display: flex;
	flex-wrap: wrap;
	max-width: 300px;
}
.medium .color-dark-blue {
	background: #4b566a;
	color: #fff;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1;
	padding: 9px 15px 8px;
	margin: 0 10px 10px 0;
	border-radius: 15px;
}
.tag {
	display: flex;
	flex-wrap: wrap;
	max-width: 300px;
}
.tag .tag-item {
	color: #4b566a;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1;
	padding: 9px 15px 8px;
	margin: 0 10px 10px 0;
	border-radius: 15px;
}
.tag .tag-item.color-light-blue {
	background: #c0d4ec;
}
.tag .tag-item.color-light-green {
	background: #c8dcdb;
}
.tag .tag-item.color-light-yellow {
	background: #f1ecd1;
}
.tag .tag-item.color-blue {
	background: #9EC9DE;
}
.tag .tag-item.color-green {
	background: #d1e3c0;
}
.tag .tag-item.color-yellow {
	background: #F3E59C;
}
/* detail page setting
------------------------------------*/
.contents_body1.detail {
	position: relative;
	z-index: 10;
	background: #fff;
	max-width: 1280px;
	margin: 0 auto 0;
	padding: 70px 0 0;
}
.contents_body1.detail .inner {
	width: 1000px;
	margin: 0 auto;
}
.contents_body1.detail .clinic-name {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1;
	margin: 0 0 30px 0;
}
.contents_body1.detail .doctor-name {
	font-size: 1.12rem;
}
.contents_body1.detail .doctor-name::before {
	content: "-";
	display: inline-block;
	margin: 0 20px 0 10px;
}
.contents_body1.detail .inner {
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 50px 0;
	margin: 0 auto 60px auto;
}
.contents_body1.detail .clinic-info {
	display: flex;
	line-height: 1;
	margin: 0 0 30px 0;
	align-items: center;
}
.contents_body1.detail .prefectures-used-wrap {
	border: none;
	padding: 0;
	margin: 0;
}
.contents_body1.detail .prefectures {
	font-size: 1.12rem;
	margin: 0 25px;
	padding: 0 25px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.contents_body1.detail .list-subject {
	font-size: 1.12rem;
	color: #2dcc70;
	font-weight: bold;
	display: flex;
	margin: 0;
	padding: 0;
}
.contents_body1.detail .list-subject li::after {
	content: ",";
}
.contents_body1.detail .list-subject li:last-child::after {
	content: "";
}
.contents_body1.detail .medium-tag-wrap {
	display: flex;
	flex-wrap: wrap;
}
.contents_body1.detail .medium-tag-wrap .medium, .contents_body1.detail .medium-tag-wrap .tag {
	max-width: 100%;
}
.contents_body1.detail .used {
	font-size: 1.12rem;
}
.contents_body1.detail .green {
	color: #2dcc70;
}
.case-txt-area {
	width: 1000px;
	margin: 0 auto;
}
.case-txt-area .inner {
	width: 1000px;
}
.case-txt-area .read-txt {
	font-size: 1.87rem;
	font-weight: bold;
	margin: 0 0 70px 0;
	line-height: 1.6;
}
.case-txt-area .txt-box {
	zoom: 1;
}
.case-txt-area .txt-box::before, .case-txt-area .txt-box::after {
	content: "";
	display: table;
}
.case-txt-area .txt-box:after {
	clear: both;
}
.case-txt-area .img-full {
	margin: 0 0 50px 0;
}
.case-txt-area .img-left {
	float: left;
	margin: 0 50px 70px 0;
	width: 400px;
}
.case-txt-area .img-right {
	float: right;
	margin: 0 0 70px 50px;
	width: 400px;
}
.case-txt-area .img-left img, .case-txt-area .img-right img {
	width: 100%;
}
.case-txt-area .txt-box .ttl {
	font-weight: bold;
	font-size: 1rem;
	color: #2dcc70;
	display: flex;
	margin: 0 0 25px 0;
	line-height: 1.7;
}
.case-txt-area .txt-box .ttl::before {
	content: "ー";
	display: block;
	margin: 0 15px 0 0;
}
.case-txt-area .txt-box .txt {
	margin: 0 0 60px 0;
	line-height: 1.9;
}
.case-txt-area .column-3 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 70px 0;
}
.case-txt-area .column-3 > div {
	width: 300px;
}
.case-txt-area .column-ttl {
	font-weight: bold;
	margin: 0 0 30px 0;
	line-height: 1.9;
}
.case-txt-area .column-txt {
	margin: 0 0 30px 0;
	line-height: 1.9;
}
.case-txt-area .column-2 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 70px 0;
}
.case-txt-area .column-2 > div {
	width: 475px;
}
.case-txt-area .column-3 .column-img img, .case-txt-area .column-2 .column-img img {
	width: 100%;
}
.profile-box {
	background: #d0e6ec;
	padding: 50px;
	display: flex;
	margin: 0 0 100px;
}
.profile-box .ttl {
	font-weight: bold;
	font-size: 1.12rem;
	margin: 0 0 15px 0;
}
.profile-box .txt-adress {
	font-size: 0.8rem;
	margin: 0 0 35px 0;
}
.profile-box .txt {
	line-height: 1.9;
}
.profile-txt {
	max-width: 500px;
}
.profile-txt a:link, .profile-txt a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #2dcc70;
}
.profile-img {
	width: 300px;
	margin: 0 0 0 100px;
}
.list-panel-wrap.detail {
	max-width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 50px 0 0 0;
	background: #f5f5f5;
}
.list-panel-wrap.detail .list-panel-inner {
	max-width: 1150px;
	min-width: 1150px;
	margin: 0 auto;
}

.recommend-service {
	margin: 0 auto 90px;
	width: 1000px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}

.recommend-service .ttl {
	font-size: 1.375rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 0 0 30px 0;
}

.recommend-service .list-recommend {
	display: flex;
	flex-wrap: wrap;
}

.recommend-service .list-recommend li {
	width: 490px;
	background: #f5f5f5;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 5px 10px;
	font-size: 1.125rem;
	font-weight: bold;
	color: #504c59;
	display: flex;
	align-items: center;
}

.recommend-service .list-recommend li .ico {
	background: #fff;
	width: 80px;
	height: 80px;
	border-radius: 6px;
	margin: 0 20px 0 0;
	flex-shrink: 0;
}

.recommend-service .list-recommend li .ico img {
	width: 100%;
}

.recommend-service .list-recommend li .link {
	display: block;
	width: 100%;
	text-decoration: underline;
	position: relative;
	color: #504c59;
}

.recommend-service .list-recommend li .link::after {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(/jp/~/Media/Images/company/phcmnc/service2/case-studies/ico_arrow-green.png);
	background-size: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	border-radius: 10px;
}

.sp-block {
	display: none;
}
.pc-block {
	display: block;
}
/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
@media (max-width: 1279px) {
	.contents_header {
		width: 100%;
	}
}
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media (max-width: 739px) {
	/* common setting
	------------------------------------*/
	.sp-block {
		display: block;
	}
	.pc-block {
		display: none;
	}
	main.container {
    padding: 0;
	}
	main, .main {
		min-width: 100%;
		width: 100%;
	}
	/* contents header */
	.contents_header {
		background: none;
		margin: 0 0 6vw;
		width: 100%;
		min-width: 0;
	}
	.contents_header .contents_inner {
    padding-top: 10.667vw;
		width: 100%;
		height: 53.333vw;
    background: url("/jp/~/Media/Images/company/phcmnc/service2/case-studies/page_header_bg_sp.png") no-repeat 0 0;
		background-size: 100% auto;
	}
	.contents_header.detail .bg_img {
		position: absolute;
    z-index: 0;
    margin: 0;
    width: 100%;
    left: 0;
    top: 0;
	}
	.contents_header .contents_inner:before {
		background: url("/jp/~/Media/Images/company/phcmnc/service2/case-studies/page_header_dot_sp.png") no-repeat 0 0;
		width: 89.33333vw;
		height: 45.333vw;
		background-size: 100% 100%;
		left: 0;
		right: 0;
		top: 23px;
		margin: auto;
	}
	.contents_header .page_header_title {
		padding: 0;
		height: auto;
	}
	.contents_header .page_header_title .category {
		line-height: 24px;
		height: 24px;
		font-size: 12px;
		max-width: 400px;
		min-width: 148px;
		border-radius: 12px;
	}
	.contents_header .page_header_title .title {
		max-width: 95vw;
		margin: 15px auto;
		height: 67px;
		font-size: 18px;
		line-height: 1.44444;
	}
	.contents_header .page_header_title .title.txt-large {
		font-size: 24px;
	}
	.contents_header > p {
		width: 92.000vw;
    margin: 6.000vw auto 0;
	}
	/* list panel */
	.list-panel-wrap {
		width: 100%;
		min-width: 100%;
		margin: 8vw auto 0;
	}
	.list-panel-wrap .ttl {
		margin: 0 0 30px 0;
	}
	.list-case {
		justify-content: center;
	}
	.list-case > li {
		width: 92%;
		max-width: 92%;
		margin: 0 auto 12.000vw auto;
	}
	.list-case > li:nth-child(3n-1) {
		margin: 0 auto 12.000vw auto;
	}
	/* detail page setting
	------------------------------------*/
	.contents_body1.detail {
		max-width: 100%;
		margin: 0 4vw;
		padding: 6vw 0 0;
	}
	.contents_body1.detail .inner {
		width: 100%;
	}
	.contents_body1.detail .clinic-name {
		line-height: 1.6;
	}
	.contents_body1.detail .doctor-name {
		display: block;
	}
	.contents_body1.detail .doctor-name::before {
		margin: 0 20px 0 0;
	}
	.case-txt-area {
		width: 100%;
	}
	.case-txt-area .inner {
		width: 89%;
		padding: 0;
	}
	.case-txt-area .read-txt {
		margin: 0 0 30px 0;
		font-size: 6.000vw;
	}
	.case-txt-area .img-full {
		margin: 0 0 30px 0;
	}
	.case-txt-area .img-left {
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}
	.case-txt-area .img-right {
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}
	.case-txt-area .img-full img, .case-txt-area .img-left img, .case-txt-area .img-right img {
		width: 100%;
	}
	.case-txt-area .column-3 {
		display: flex;
		justify-content: space-between;
		margin: 0 0 70px 0;
	}
	.case-txt-area .column-3 > div {
		width: 300px;
	}
	.case-txt-area .column-3 {
		display: block;
	}
	.case-txt-area .column-3 > div {
		width: 100%;
		margin: 0 0 50px 0;
	}
	.case-txt-area .column-2 {
		display: block;
	}
	.case-txt-area .column-2 > div {
		width: 100%;
		margin: 0 0 50px 0;
	}
	.profile-box {
		display: block;
		padding: 30px 25px;
		margin: 0 0 50px 0;
	}
	.profile-box .txt {
		margin: 0 0 30px 0;
	}
	.profile-img {
		width: 100%;
		margin: 0;
	}
	.list-panel-wrap.detail {
		background: #fff;
	}
	.list-panel-wrap.detail .list-panel-inner {
		max-width: 100%;
		min-width: 100%;
	}
	.list-panel-wrap .ttl {
		line-height: 1.6;
	}
	.contents_body1.detail .clinic-info {
		display: block;
	}
	.contents_body1.detail .prefectures-used-wrap {
		border-top: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
		padding: 15px 0;
		margin: 15px 0 20px 0;
	}
	.contents_body1.detail .prefectures {
		font-size: 0.9rem;
		border: none;
		padding: 0;
		margin: 0;
	}
	.contents_body1.detail .used {
		font-size: 0.9rem;
	}

	.recommend-service {
		margin: 0 auto;
		width: 100%;
		border-top: none;
		border-bottom: 1px solid #ddd;
		padding: 0 0 5.333vw 0;
	}

	.recommend-service .ttl {
		font-size: 4.800vw;
		margin: 0 0 5.333vw 0;
	}

	.recommend-service .list-recommend {
		display: block;
	}

	.recommend-service .list-recommend li {
		width: 92.000vw;
		background: #f5f5f5;
		padding: 1.333vw;
		box-sizing: border-box;
		margin: 0 auto 1.333vw;
		font-size: 4.267vw;
		font-weight: bold;
		color: #504c59;
		display: flex;
		align-items: center;
	}

	.recommend-service .list-recommend li .ico {
		width: 16.000vw;
		height: 16.000vw;
		margin: 0 2.667vw 0 0;
		flex-shrink: 0;
		border-radius: 0.800vw;
	}

	.recommend-service .list-recommend li .link {
		display: block;
		width: 100%;
		text-decoration: underline;
		position: relative;
		color: #504c59;
		padding: 0 8.000vw 0 0;
	}

	.recommend-service .list-recommend li .link::after {
		display: block;
		content: "";
		width: 4.000vw;
		height: 4.000vw;
		background: url(/jp/~/Media/Images/company/phcmnc/service2/case-studies/ico_arrow-green.png);
		background-size: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 1.333vw;
		margin: auto;
		border-radius: 2vw;
	}
}