/*------------------------------------------

	アクセス

------------------------------------------*/
.pad {
	padding-right: 30px;
	padding-left: 30px;
}
.pad-l {
	padding-left: 30px;
}

.fb .midashi {
	width: 100%;
}

.box1 .img-box {
	width: 500px;
}

.box1 .fb .txt-box {
	width: calc(100% - 550px);
}

.box2 .img-box {
	width: 200px;
}

.box2 .fb .txt-box {
	width: calc(100% - 230px);
}

.box3 .img-box {
	width: 100%;
	text-align: center;
}

.box3 .fb .txt-box {
	width: 100%;
}



.box-inr {
	background-color: #f5fcff;
	padding: 30px;
}
.box-inr ul.pc-fb {
    padding-right: 0;
    padding-left: 1.3em;
}
.box-inr li {
	list-style: disc;
}

.bg-tf {
	padding-top: 50px;
	position: relative;
	overflow: hidden;
}

.bg-tf::after {
    content: "";
    width: 100%;
    height: 450px;
    background-color: #f8f8f8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: skew(0deg, -2deg);
    -webkit-transform: skew(0deg, 8deg);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}


.sec1-box .flow-box {
	counter-increment: section;
}
.sec1-box .flow-box .midashi::before {
    color: #fff;
    background-color: #3f9aeb;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    content: counter(section);
    padding: 0px 12.06px;
    margin-right: .7em;
}
.sec1-box .flow-box .midashi .sub {
    color: #fff;
    background-color: #17204c;
    border-radius: 0;
    margin-left: .7em;
}
.sec1-box .flow-box .img-box {
	width: 200px;
}
.sec1-box .flow-box .txt-box {
	width: calc(100% - 230px);
}

.flow-wrap {
	background-color: #f5fcff;
	padding: 20px 0;
}
.flow-wrap ul {
	background-color: #f5fcff;
	padding: 0 45px;
}
.flow-wrap ul li {
	width: 30.4494382022%;
	position: relative;
}

.flow-wrap ul li .flow_tit {
	font-size: 2.6rem;
	color: #d70d56;
	font-weight: normal;
}

.flow-wrap ul li .txt {
	font-size: 1.8rem;
    color: #4b3930;
    font-weight: normal;
    line-height: 1.3;
}

/*PC*/
@media screen and (min-width: 768px) {
	.box-inr li {
		width: 50%;
	}
	.flow-wrap ul {
		margin-top: -20px;
	}

	.flow-wrap ul li::after {
		content: "";
		width: 33px;
		height: 31px;
		background-image: url(../images/stem-cell-therapy/list_awwoe.png);
		background-size: contain;
		position: absolute;
		top: calc(50% - 5px);
		right: -40px;
		transform: translateY(-50%);
	}
	.flow-wrap ul li:nth-of-type(3n)::after {
		display: none;
	}
	.flow-wrap ul li:nth-of-type(4)::before {
		content: "";
		width: 33px;
		height: 31px;
		background-image: url(../images/stem-cell-therapy/list_awwoe.png);
		background-size: contain;
		position: absolute;
		top: calc(50% - 5px);
		left: -10px;
		transform: translateY(-50%);
	}
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.box1 .img-box {
		width: 100%;
	}

	.box1 .fb .txt-box {
		width: 100%;
	}
	.pad {
		padding-right: 2%;
		padding-left: 2%;
	}
	.pad-l {
		padding-right: 2%;
		padding-left: 2%;
	}

	.box2 .img-box {
		width: 100%;
	}

	.box2 .fb .txt-box {
		width: 100%;
	}

	.box3 .img-box {
		width: 100%;
	}

	.box3 .fb .txt-box {
		width: 100%;
	}
	
	.box-inr {
		padding: 2%;
	}

	.sec1-box .flow-box .midashi::before {
		padding: 0px 9px;
	}

	.sec1-box .flow-box .img-box {
		width: 100%;
	}
	.sec1-box .flow-box .txt-box {
		width: 100%;
	}

/*-----流れ----*/
	
	.flow-wrap {
		background-color: #f5fcff;
		padding: 10px 0;
	}
	.flow-wrap ul {
		background-color: #f5fcff;
		padding: 0 5px;
	}
	.flow-wrap ul li {
		width: 94%;
		margin: 0.7em 3%;
		position: relative;
	}

	.flow-wrap ul li img {
		width: 30%;
		float: left;
		background-color: #fff;
	}	
	.flow-wrap ul li h5 {
		padding-left: 35%;
		text-align: left;
	}
	.flow-wrap ul li p {
		padding-left: 35%;
		text-align: left;
	}	
	

	.flow-wrap ul li::after {
		content: "";
		width: 13px;
		height: 12px;
		background-image: url(../images/stem-cell-therapy/list_awwoe2.png);
		background-size: contain;
		position: absolute;
		bottom: -15px;
		left: 15%;
		transform: rotate(90deg);
		z-index: 1;
	}
	.flow-wrap ul li:last-child::after {
		display: none;
	}


	.flow-wrap ul li .flow_tit {
		font-size: 2.0rem;
		color: #d70d56;
	}

	.flow-wrap ul li .txt {
		font-size: 1.4rem;
	}
}/*END*/

/*------------------------------------------

	再生医療治療計画　審議経過

------------------------------------------*/
.sec2-box {
	padding-top: 50px;
}
.sec2-box .txt-box {
	width: 52.3560209424%;
}
.sec2-box .img-box {
	width: 47.6439790576%;
}
.sec2-box .img-box img {
}

/*PC*/
@media screen and (min-width: 768px) {
	.sec2-box .box {
		padding-left: 45px;
	}
	.sec2-box .img-box {
		padding-right: 55px;
	}
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.sec2-box {
		padding-top: 30px;
	}
	.sec2-box .txt-box {
		width: 100%;
	}
	.sec2-box .img-box {
		width: 100%;
	}
}/*END*/


/*------------------------------------------

	特徴

------------------------------------------*/
.sec1-box {
	padding-bottom: 80px;
	position: relative;
	overflow: hidden;
}
.sec1-box::before{
	content: "";
	width: 100%;
	height: 500px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: -280px;
	left: 0;
    transform: skew(0deg, -2deg);
    -webkit-transform: skew(0deg, 8deg);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    z-index: 0;
}
.graybg {
    background-color: #f8f8f8;
}

.graybg .hx-typ4.line .wrap {
    background-color: #f8f8f8;
}


.sec1-box .inr {
	position: relative;
}

.box .tit {
	font-size: 2.2rem;
	color: #03004c;
}


.box2 {
	padding-right: 40px;
	padding-left: 40px;
}
.box2 .cap {
	font-size: 2.4rem;
	font-weight: bold;
	color: #03004c;
}

.box3 table {
	width: 100%;
	font-weight: bold;
	background-color: #fff;
	color: #03004c;
	border-collapse: collapse ;
}
.box3 td {
	border-right: #b4e2ee 1px solid;
	border-bottom: #b4e2ee 1px solid;
}
.box3 tr.tit td:nth-of-type(2) {
	background-color: #eefafd;
}
.box3 tr.tit td:last-of-type {
	background-color: #fff6d0;
}
.box3 tr.tit td:nth-of-type(2),
.box3 tr.tit td:last-of-type {
	box-shadow:0px 0px 0px 4px #fff inset;
}
.box3 td:nth-of-type(3n) {
	border-right: 0;
}
.box3 tr:last-of-type td {
	border-bottom: 0;
}
.box3 .t-ico {
	font-size: 4.5rem;
}
.box3 .ico1 {
	color: #ff126b;
}
.box3 .ico2 {
	color: #ffa800;
}
.box3 .ico3 {
	color: #3f9aeb;
}

.inr-box2 {
	border-color: #d2f0ee;
}

/*PC*/
@media screen and (min-width: 768px) {
	.box3 tr {
		height: 80px;
	}
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.sec1-box {
		background-color: #f8f8f8;
		padding-bottom: 40px;
	}


	.box2 .cap {
		font-size: 1.8rem;
	}

	.box3 table {
		width: 100%;
		font-weight: bold;
		background-color: #fff;
		color: #03004c;
		border-collapse: collapse ;
	}
	.box3 td {
		border-right: #b4e2ee 1px solid;
		border-bottom: #b4e2ee 1px solid;
	}
	.box3 tr {
		font-size: 1.8rem;
		line-height: 1.3;
		display: flex;
		flex-wrap: wrap;
	}
	.box3 td {
		width: 50%;
	}
	.box3 td:first-of-type {
		width: 100%;
		background-color: #fbfeff;
		padding-top: .5em;
		padding-bottom: .5em;
	}
	.box3 tr.tit td {
		height: 65px;
	}
	.box3 td:nth-of-type(2),
	.box3 td:nth-of-type(3) {
		height: 40px;
	}

	.box3 td:first-of-type,
	.box3 td:nth-of-type(3n) {
		border-right: 0;
	}
	.box3 tr:last-of-type td {
		border-bottom: 0;
	}
	.box3 .t-ico {
		font-size: 3.0rem;
	}
	.box3 tr.tit td {
		font-size: 1.6rem;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.box3 tr.tit td:nth-of-type(2) {
		background-color: #eefafd;
	}
	.box3 tr.tit td:last-of-type {
		background-color: #fff6d0;
	}
	.box3 tr.tit td:nth-of-type(2),
	.box3 tr.tit td:last-of-type {
		box-shadow:0px 0px 0px 4px #fff inset;
	}
	.box3 tr:last-of-type td:first-of-type {
		border-bottom: #b4e2ee 1px solid;
	}

	.sm-pos {
		font-size: 1.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}

}/*END*/


/*------------------------------------------

	まとめ

------------------------------------------*/
.case-box .img-box {
	width: 230px;
	padding-left: 30px;
}
.case-box .txt-box {
	width: calc(100% - 230px);
	padding-left: 30px;
}
.case .tit {
	font-size: 2.2rem;
	color: #03004c;
}
.case .txt {
	color: #333;
}
.case-box li {
	width: 100%;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.case-box .img-box {
		width: 100%;
		padding-left: 0;
	}
	.case-box .txt-box {
		width: 100%;
		padding-right: 2%;
		padding-left: 2%;
	}
	.case .tit {
		font-size: 1.5rem;
	}
	.case-box li {
		width: 100%;
	}
	.case-box li:nth-of-type(even) {
		width: 100%;
	}
}/*END*/

/*------------------------------------------

	治療費について

------------------------------------------*/
.box {
	padding-right: 30px;
	padding-left: 30px;
}

.txt-price {
	font-size: 2rem;
	font-weight: bold;
	color: #03004c;
}

.ble {color: #3f9aeb;}

.conv-tit {
	font-size: 2.6rem;
	color: #2f2f2f;
}
.conv-tit .clr {
	font-size: 1.19em;
	color: #ff4e00;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {
	.box {
		padding-right: 2%;
		padding-left: 2%;
	}

	.txt-price {
		font-size: 1.6rem;
	}

	.conv-tit {
		font-size: 1.6rem;
	}
}/*END*/


/*------------------------------------------

	病院概要

------------------------------------------*/
.sec3-box {
}

.sec3-box .about-box::after {
	content: "";
	width: 48%;
	max-width: 480px;
	display: block;
}
.sec3-box .about {
	width: 48%;
	max-width: 480px;
}
.sec3-box .about .tit {
	font-size: 2.0rem;
	color: #3f9aeb;
}

.sec3-box .clinic {
	width: 100%;
}
.sec3-box .clinic .thum {
	width: 500px;
}
.sec3-box .clinic .txt-box {
	width: calc(100% - 500px);
	padding-left: 40px;
}
.sec3-box .clinic .tit {
	font-size: 3.2rem;
	color: #03004c;
	line-height: 1.2;
}
.sec3-box .clinic .tit .sub {
	font-size: .565em;
	color: #fff;
	background-color: #03004c;
	padding: 10px;
	margin-bottom: 15px;
	text-align: center;
    display: block;
}
.sec3-box .clinic .cat {
	color: #3f9aeb;
	font-weight: bold;
}
.sec3-box .clinic .txt {
	font-size: 1.8rem;
	line-height: 1.77;
}
.sec3-box .clinic .txt a {
	color: #00b7e1;
	text-decoration: underline;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/


/*Smartphone*/
@media screen and (max-width: 767px) {

	.sec3-box .about {
		width: 100%;
		max-width: none;
	}
	.sec3-box .about .thum {
		width: 96%;
		margin-right: auto;
		margin-left: auto;
	}
	.sec3-box .about .txt-box {
		width: 96%;
		margin-bottom: 30px;
		margin-right: auto;
		margin-left: auto;
	}
	.sec3-box .about .tit {
		font-size: 1.7rem;
	}
	.sec3-box .about .txt {
		font-size: 1.5rem;
	}

	.sec3-box .clinic .thum {
		width: 100%;
	}
	.sec3-box .clinic .txt-box {
		width: 96%;
		padding-left: 0;
		margin-right: auto;
		margin-left: auto;
	}
	.sec3-box .clinic .tit {
		font-size: 2.1rem;
		line-height: 2;
	}
	.sec3-box .clinic .txt {
		font-size: 1.5rem;
	}
}/*END*/