@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(../../images/main_image.jpg) center -150px;
	background-size: cover;
}

/* read */

#main-contents #read figure {
	margin-bottom: 20px;
}

/* doctor */

#main-contents #doctor li figure {
	width: 200px;
	margin: 0 auto 30px;
}

#main-contents #doctor li dt {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

#main-contents #doctor li dt strong {
	font-size: 1.4rem;
}

.feature-list {
}

.feature-list__item + .feature-list__item {
	margin-top: 30px;
}

.feature-list__item figure {
	margin-bottom: 20px;
}

.feature-list__item p {
	line-height: 1.6 !important;
}

.feature-list__ttl {
}



.flow {
	
}

.flow li {
	position: relative;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 20px 0;
}

.flow li:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 32px;
	height: 32px;
	margin: auto;
	padding: 10px;
	z-index: 1;
	background: #fff url(/common/images/flow_arrow.png) center no-repeat;
	background-size: 50%;
	transform: translateY(50%);
}

.flow > *:last-child:after {
	display: none !important;
}

.flow .ttl {
	color: rgb(0, 0, 0) !important;
	font-weight: normal !important;
}

.flow .flow-num {
	display: inline-block;
	width: 20px;
	margin-right: 10px;
	padding: 0 !important;
	text-align: left;
	font-weight: bold !important;
	color: var(--color-link) !important;
}

.flow .txt {
	padding-left: 30px;
}



@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

.performance .performance__fsec__child {
	margin-bottom: 30px;
}

.performance .performance__fsec__child:last-child {
	margin-bottom: 0;
}

.performance .performance__fsec__child img {
	width: 70% !important;
}

.performance figure {
	margin: auto;
}

.performance figure img {
	display: block;
	width: 100%;
	margin: auto;
}

.performance figcaption {
	font-size: 1.4rem;
	font-weight: bold !important;
	color: #000 !important;
	margin-top: 0 !important;
	margin-bottom: 10px;
}

.performance .performance__section-container {
	display: block;
}

.performance .performance__section {
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}

.performance .performance__section:before {
	position: absolute;
	right: -30px;
	height: 100%;
	width: 1px;
	display: block;
	border-right: 1px solid rgba(0,0,0,0.4);
	content: "";
}

.performance .performance__section:nth-child(even):before {
	display: none;
}

.performance .performance__fsec {
	margin-bottom: 30px;
}

.performance .performance__fsec:last-child {
	margin-bottom: 0;
}



.performance .ttl {
	color: #000 !important;
	margin-bottom: 30px !important;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px dashed !important;
	border-color: rgba(0,0,0,0.4) !important;
	padding: 30px 0 !important;
}

.performance .ttl small {
	font-size: 1.2rem !important;
	font-weight: normal !important;
	display: inline-block;
}

.performance .subttl {
	color: #000 !important;
	margin-bottom: 15px !important;
	font-weight: bold;
}

.performance .subttl small {
	font-size: 1.2rem !important;
	font-weight: normal !important;
	display: inline-block;
}

.performance .small {
	font-size: 1.2rem !important;
	font-weight: normal !important;
}



.pknum {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.pknum__child {
	position: relative;
	width: calc(50% - 10px);
}

.slash .pknum__child {
	position: relative;
	margin-right: 70px;
}

.slash .pknum__child:before {
	position: absolute;
	right: -35px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 1px;
	height: 125%;
	background-color: currentColor;
	transform: rotate(30deg);
}

.pknum__child:last-child {
	margin-right: 0;
}

.pknum__child:last-child:before {
	display: none;
}

.pknum__t {
	font-size: 1.3rem !important;
	font-weight: bold !important;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 15px;
}

.pknum__n {
	font-size: 5rem;
	font-weight: bold !important;
	line-height: 1;
	text-align: center;
}

.pknum__n .num {
	font-family: "Roboto", sans-serif;
}

.pknum small {
	font-size: 1.6rem;
}


.performance__data-table {
	/* font-size: 1.3rem; */
}

.performance__data-table__child {
	display: flex;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.6;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.performance__data-table__child dt {
	width: calc(100% - 4em);
	margin-bottom: 0 !important;
}

.performance__data-table__child dd {
	white-space: nowrap;
	width: 4em;
	text-align: right;
}


#contents-area .performance hr {
	background-color: rgba(0,0,0,0.1);
}

#lower-contents #main-contents .performance p {
	line-height: 1.6;
	margin-bottom: 15px;
}


@media screen and (min-width: 768px) {

	/* read */
	#main-contents #read figure {
		float: right;
		width: calc(50% - 15px);
		margin-bottom: 0;
	}

	#main-contents #read div {
		float: left;
		width: calc(50% - 20px);
	}

	/* doctor */

	#main-contents #doctor li {
		display: flex;
		justify-content: space-between;
	}

	#main-contents #doctor li figure {
		width: calc(30% - 15px);
		margin: 0;
	}

	#main-contents #doctor li dl {
		width: calc(70% - 20px);
	}

	.feature-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.feature-list__item {
		width: calc(50% - 20px);
	}

	.feature-list__item + .feature-list__item {
		margin-top: 0;
	}

	.feature-list__item:nth-of-type(n + 3) {
		margin-top: 30px;
	}

	/* .feature-list__item > figure {
		margin-bottom: 20px !important;
	} */

	.pknum {
		justify-content: flex-start;
	}

	.pknum__child {
		width: auto;
		margin-right: 40px;
	}

	.pknum__n {
		font-size: 8rem;
	}

	.pknum small {
		font-size: 2.5rem;
	}

	.performance .performance__fsec {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.performance .performance__fsec + .performance__fsec {
		margin-top: 40px;
	}

	.performance .performance__fsec__child {
		width: 50%;
	}

	.performance .performance__fsec__child + .performance__fsec__child {
		margin-top: 0;
	}
	
}

@media screen and (min-width: 1280px) {
	#main-contents #doctor li {
		align-items: center;
	}

	#main-contents #doctor li figure {
		width: calc(25% - 20px);
	}

	#main-contents #doctor li dl {
		width: calc(75% - 20px);
	}

	#main-contents #doctor li dt,
	#main-contents #doctor li dt strong {
		font-size: 1.6rem;
	}

	.feature-list__item {
		width: calc(25% - 25px);
	}

	.feature-list__item:nth-of-type(n + 3) {
		margin-top: 0;
	}

	.flow li {
		display: flex;
		justify-content: space-between;
		padding: 2.5em 20px;
	}

	.flow .ttl {
		width: calc(33.333% - 10px);
		margin-bottom: 0 !important;
	}

	.flow .txt {
		width: calc(66.666% - 10px);
		padding-left: 0;
	}

	.performance .performance__fsec + .performance__fsec {
		margin-top: 60px;
	}

	.performance figure {
		width: 70%;
	}

	.performance figcaption {
		font-size: 1.6rem !important;
	}
}