/* CSS初期化
------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas,a{
	margin: 0px;
	padding: 0px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
}

ul{
	list-style-type:none;
}

img{
	display:block;
	border-style:none;
}

body{
}

a{
	text-decoration: none;
}

.fix:after{
	display:block;
	width:100%;
	content:"";
	clear:both;
	visibility:hidden;
}

#loader-bg{
	width:100%;
	background:#fff;
	z-index:9999;
}

#loader-bg img{
	top:40%;
	left:50%;
	position:fixed;
}

#main-contents{
//	opacity:0;
	display:none;
	width:100%;
	overflow: hidden;
}

.at{
opacity: 0;
}

.fadebottom {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name: fadebottom;
  animation-name: fadebottom;
  visibility: visible !important; }
@-webkit-keyframes fadebottom {
  0% { opacity: 0; -webkit-transform: translateY(100px); }
  100% { opacity: 1; -webkit-transform: translateY(0); } }
@keyframes fadebottom {
  0% { opacity: 0; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); }
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

 .fadeOn {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeOn;
 animation-name: fadeOn;
 visibility: visible !important;
}
@-webkit-keyframes fadeOn {
 0% { opacity: 0; -webkit-transform: translateX(40px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeOn {
 0% { opacity: 0; -webkit-transform: translateX(40px); -ms-transform: translateX(40px); transform: translateX(40px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.pulseB {
  -webkit-animation-name: pulseB;
  animation-name: pulseB;
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:6s;
 -ms-animation-duration:6s;
 animation-duration:6s;
}
@-webkit-keyframes pulseB{
 0% {-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
 100% {-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05);}
}
@keyframes pulseB{
 0% {-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
 100% {-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05);}
}


.pulseS {
  -webkit-animation-name: pulseS;
  animation-name: pulseS;
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
}
@-webkit-keyframes pulseS{
 0% {-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05);}
 100% {-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
}
@keyframes pulseS{
 0% {-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05);}
 100% {-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
}


@media (min-width: 980px) {
.sp{
	display:none!important;
}



/* ヘッダー
------------------------------------------------- */
header{
	margin:20px auto;
	text-align:center;
}

header > div{
	position: relative;
	width: 90%;
}

.header_logo{
	margin:0 auto;
	margin-bottom:20px;
	width:80%;
	display:inline-block;
	text-align: left;
}

.header_logo img{
	width:80px;
	display:inline-block;
}

.headNav{
	font-size:0;
	position: absolute;
	top: 0;
	right: 0;
}

.headNav img{
	display:inline-block;
	vertical-align:top;
	height:18px;
	margin-right:10px;
}

.headNav_list{
	display:inline-block;
	font-size:12px;
	padding:5px 20px;
	transition:.5s;
}

.headNav_list:first-child{
	border-left:none;
}

.headNav_list:hover{
	border-bottom:2px solid #666;
}
.headNav_list-img{
	height:36px;
	margin:0 27.3px;
}

/* Index
------------------------------------------------- */
.index_button{
	width:250px;
}

.indexTop_main{
	width:80%;
	margin:0 auto;
}

.indexTop_hd{
	margin: 100px auto 50px auto;
	height: 35px;
}

.indexTop_hdTop{
	margin: 80px auto 40px auto;
	height: 80px;
}

.indexTop_checkWrapper{
	margin: 20px auto;
	width: max-content;
	width: -moz-max-content;
}

.indexTop_check{
	display:inline-block;
	vertical-align:middle;
	margin-right: 20px;
}

.indexTop_checkWrapper span{
	display:block;
	line-height: 300%;
}

.indexTop_textHd{
	text-align: center;
	font-size: 34px;
	letter-spacing: 5px;
	font-weight:bold;
	margin: 80px 0;
}

.indexTop_textHd2{
	text-align: center;
	font-size: 38px;
	letter-spacing: 5px;
	font-weight:bold;
	margin:200px 0 100px 0;
}

.indexTopText{
	width: 50%;
	margin: 0 auto;
	font-size: 14px;
	text-align: justify;
	line-height: 200%;
	letter-spacing: 0.5px;
}

.indexTopText span{
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 200%;
	display: inline-block;
}

.indexMain_reason{
	width: 100%;
	padding: 30px 0;
	background: linear-gradient(to bottom, #fff 0%, #fff 50%, #ffe8d7 50%, #ffe8d7 100%);
}

.indexMain_reason .index_button{
	margin:0 auto;
}

.indexMain_reasonWrapper{
	margin: 0 auto 50px auto;
	display: flex;
	width:80%;
	justify-content: space-around;
}

.indexMain_reasonWrapper div{
	width: 25%;
	font-size: 14px;
}

.indexMain_reason div img{
	width: 100%;
}

.indexBlock{
	margin-top:40px;
}

.indexBlock_Wrapper{
	margin:0 auto;
	display: flex;
	width:80%;
	justify-content: space-between;
}

.indexBlock_Wrapper div{
	width: 45%;
	font-size: 14px;
	text-align:right;
}

.indexBlock_Wrapper div span{
	display:block;
	text-align:left;
	font-size:22px;
}

.indexBlock_Wrapper .index_button{
	margin-top: 20%;
	display: inline-block;
}

.indexBlock_img{
	width: 100%;
}

.indexBlockProf{
	margin-top:40px;
}

.indexBlockProf_Wrapper{
	margin:0 auto;
	display: flex;
	width:70%;
	justify-content: space-between;
}

.indexBlockProf_left{
	width: 30%;
	font-size: 11px;
}

.indexBlockProf_right{
	width: 65%;
	font-size: 11px;
}

.indexBlock_prof1{
	font-size: 18px;
	margin: 0 20px;
	letter-spacing: 4px;
}

.indexBlock_prof2{
	display: block;
	font-size: 16px;
	margin: 20px 0;
	letter-spacing: 1px;
}

.indexBlock_prof3{
	font-size: 14px;
	letter-spacing: 1px;
}

.indexBlockMap{
	margin-top: 50px;
}

.indexBlockMap_Wrapper{
	margin:0 auto;
	display: flex;
	width:80%;
	justify-content: space-between;
}

.indexBlock_map{
	width: 45%;
	font-size: 14px;
	text-align:right;
}

.indexBlockMap_Wrapper iframe{
	width: 100%;
}

.indexBlock_mapInfo{
	width: 50%;
}

.indexBlock_mapInfo span{
	display:block;
	text-align:left;
	font-size:22px;
	margin-bottom: 20px;

}

.indexBlock_mapInfo div{
	text-align: left;
	line-height: 300%;
	font-size: 14px;
}

.indexBlock_mapInfoLeft{
	display: inline-block;
	width: 25%;
	vertical-align: top;
}

.indexBlock_mapInfoRight{
	display: inline-block;
	width: 75%;
}



/* Reason
------------------------------------------------- */
.reason_top{
	width: 100%;
}

.reason_topHd{
	margin: 180px auto 100px auto;
	height: 65px;
}

.reasonTopBlock{
	margin-top:80px;
}

.reasonTopBlock_Wrapper{
	margin:0 auto;
	display: flex;
	width:90%;
	justify-content: space-around;
}

.reasonTopBlock_text{
	width: 45%;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.reasonTopBlock_text > span{
	margin:0 10%;
	text-align: justify;
}

.reasonTopBlock_pic{
	width: 45%;
	font-size: 14px;
	text-align:right;
}

.reasonTopBlock_hd{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.reasonTopBlock_hd img{
	height: 50px;
}

.reasonTopBlock_Wrapper iframe{
	width: 100%;
}

.reasonTopBlock_hd span{
	display:block;
	text-align:left;
	font-size:24px;
	letter-spacing:4px;
}

.reasonTopBlock_Wrapper .index_button{
	margin-top: 20%;
	display: inline-block;
}

.reasonTopBlock_img{
	width: 100%;
}

.reasonMidBlock_text{
	width: 45%;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.reasonMidBlock_text h1{
	text-align:center;
	margin-bottom:20px;
}

.reasonMidBlock_text span{
	text-align: justify;
}

.reasonWrapper{
	display: flex;
	width: 70%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.reasonBlock{
	width: 45%;
	margin-bottom:40px;
}

.reasonBlock_img{
	width: 100%;
	margin: 40px 0 20px 0;
}

.reasonBlock_text{
	width: 100%;
	min-height:200px;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: baseline;
}

.reasonBlock_text h1{
	text-align:center;
}

.reasonBlock_text span{
	text-align: justify;
}

.reasonBanner{
	width: 80%;
	margin: 100px auto 0 auto;
}



/* Patient
------------------------------------------------- */
.patientTopHd{
	margin:50px auto 100px auto;
	height: 50px;
}

.patientWrapper{
	display: flex;
	width: 50%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 60px auto;
	min-width: 500px;
}

.patientHd img{
	width:100%;
	height:auto;
	margin-bottom: 100px;
}

.patientBlock{
	width: 45%;
	margin-bottom: 40px;
	min-width: 250px;
}

.patientBlock_text{
	margin: 2px;
	font-size: 14px;
	height: 300px;
	text-align: justify;
}

.patientBlock_text span{
	margin:0 15px;
	display: block;
	padding-top: 60px;
}

.patientBlock:nth-child(2){
	background-color:#dee9e9;
}

.patientBlock:nth-child(2) .patientBlock_text{
	background-color:#eff4f4;
}

.patientBlock:nth-child(3){
	background-color:#ffdedb;
}

.patientBlock:nth-child(3) .patientBlock_text{
	background-color:#ffefed;
}

.patientBlock:nth-child(4){
	background-color:#f2f2f2;
}

.patientBlock:nth-child(4) .patientBlock_text{
	background-color:#f9f9f9;
}

.patientBlock:nth-child(5){
	background-color:#ffeedd;
}

.patientBlock:nth-child(5) .patientBlock_text{
	background-color:#fff7ee;
}

.patientBlock:nth-child(6){
	background-color:#e7efc4;
}

.patientBlock:nth-child(6) .patientBlock_text{
	background-color:#f3f7e2;
}

.patientBlock_img{
	width: 100%;
	margin: 40px 0 20px 0;
}

.patientBlock_hd{
	position: absolute;
	top: 10px;
}

.patientBlock_hdText{
	font-size: 22px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: justify;
	flex-direction: column;
	text-align:center;
}

.patientThree{
	width: 100%;
	background-color:#f2f2f2;
	padding-top:40px;
}

.patientThree_hd{
	width:50%;
	margin:0 auto 40px auto;
	height:auto;
}

.patientThree_hd img{
	width:100%;
	margin-bottom: 100px;
}

.patientThreeWrapper{
	display: flex;
	width: 60%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	min-width:800px;
}

.patientBlockThree{
	width: 32.5%;
	margin-bottom: 40px;
}

.patientBlockThree_hd{
	font-size: 14px;
	height: 300px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: justify;
	flex-direction: column;
	text-align:center;
}

.patientBlockThree_hdTop{
	position: absolute;
	top: 10px;
}

.patientBlockThree_hdPic{
	width:60%;
	margin-top:40px;
}

.patientBlockThree_text{
	margin: 2px;
	font-size: 11px;
	text-align: justify;
	height:900px;
}

.patientBlockThree_text span{
	margin: 0 15px;
	display: block;
	padding-top: 30px;
	font-size:14px;
}

.patientBlockThree:nth-child(1){
	background-color:#dee9e9;
}

.patientBlockThree:nth-child(1) .patientBlockThree_text{
	background-color:#eff4f4;
}

.patientBlockThree:nth-child(2){
	background-color:#ffdedb;
}

.patientBlockThree:nth-child(2) .patientBlockThree_text{
	background-color:#ffefed;
}

.patientBlockThree:nth-child(3){
	background-color:#ffeedd;
}

.patientBlockThree:nth-child(3) .patientBlockThree_text{
	background-color:#fff7ee;
}



/* Flow
------------------------------------------------- */
.flowTop_main{
	width:100%;
	margin:0 auto;
}

.flowTopBlock_hd{
	display: flex;
	margin-bottom: 20px;
}

.reasonTopBlock_text-Flow{
	width: 45%;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.flowTopBlock_hd img{
	height: 50px;
	margin-right:30px;
}

.flowTopBlock_hd span{
	display:block;
	text-align:left;
	font-size:24px;
	letter-spacing:4px;
}

.flowThree{
	width: 100%;
	padding-top:150px;
}

.flowBlockThree_hd{
	width:50%;
	margin:0 auto 40px auto;
	height:auto;
}

.flowThreeWrapper{
	display: flex;
	width: 60%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.flowBlockThree{
	width: 32%;
	margin-bottom: 140px;
}

.flowBlockThree_img{
	width: 100%;
}

.flowBlockThree_text{
	font-size:14px;
}

.flowBlockThree_text span{
	display:block;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	margin:20px 0;
}

.flowBlockThree_text h1{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin:20px 0 10px 0;
}

.flowBlockThree_text span:last-child{
	margin:0;
}



/* Contact
------------------------------------------------- */
.indexMain-contact{
	margin-top:100px;
}

.contactMain{
	text-align: center;
	font-size: 20px;
}

.contact_topHd{
	margin:80px auto 100px auto;
	height: 65px;
}

.contactMain span{
	display: block;
	margin: 60px auto;
	background: linear-gradient(to bottom, #fff 0%, #fff 70%, #ffdedb 70%, #ffdedb 100%);
	width: max-content;
	line-height: 100%;
	font-size: 30px;
	padding: 0 20px;
	letter-spacing: 2px;
}



/* フッター
------------------------------------------------- */
footer{
	margin-top:40px;
	background-color:#ffe8d7;
	padding: 40px 0;
}

.footer_wrapper{
	display: flex;
	width: 75%;
	margin: 0 auto;
	justify-content: space-around;
	align-items: center;
}

.footerLeft{
	padding-left:20px;
	font-size:14px;
}

.footerLeft span{
	padding-left:-20px;
	font-size: 25px;
	letter-spacing: 2px;
}

.footerRight{
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
}

.footer_tel1{
	font-size: 22px;
	letter-spacing: 2px;
}

.footer_tel2{
	font-size: 38px;
	letter-spacing: 4px;
}

.footer_bottom{
	font-size:12px;
	text-align:center;
	margin-bottom:20px;
	text-align: center;
}

.footer_bottom img{
	height: 30px;
	margin: 15px auto;
}

}

@media screen and (max-width: 979px) {
#headerArea,.pc{
	display:none!important;
 }

/* ヘッダー
------------------------------------------------- */
header{
	text-align:center;
}


.spHead{
	width:100%;
	padding: 10px 0;
	text-align: left;
 }

.spHead img{
	margin-left:20px;
	height:32px;
	display:inline-block;
 }

.spHeadMenubar{
	width: 30px;
	height: 2px;
	position: absolute;
	right: 20px;
	top: 14px;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	padding: 10px 0;
	z-index: 1;
 }

.spHeadMenubar div{
	background-color: #000;
	width: 30px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 10px;
 }

.spHeadMenu{
	position: fixed;
	top:0;
	width: 100%;
	background-color: #ff807f;
	display:none;
	z-index: 2;
	height:1000px;
	overflow: hidden;
	padding-top:70px;
 }

.spHeadMenu-close:first-child{
	background-color: #fff;
	width: 30px;
	height: 2px;
	position: absolute;
	right: 20px;
	top: 30px;
	transform: rotate(45deg);
	margin:0;
 }

.spHeadMenu-close:nth-child(2){
	background-color: #fff;
	width: 30px;
	height: 2px;
	position: absolute;
	right: 20px;
	top: 30px;
	transform: rotate(-45deg);
	margin:0;
 }

.spHeadMenu img{
	display:block;
	margin: 30px auto;
	height: 18px;
 }

.spHeadMenu div{
	margin:20px 0;
 }

.spHeadMenu div a{
	color: #fff;
 }


/* Index
------------------------------------------------- */
.index_button{
	width:175px;
}

.indexTop_main{
	width:100%;
}

.indexTop_hd{
	margin: 100px auto 50px auto;
	height: 35px;
}

.indexTop_hdTop{
	margin: 80px auto 40px auto;
	height: 80px;
}

.indexTop_checkWrapper{
	margin: 20px auto;
	width: max-content;
	width: -moz-max-content;
	font-size:10px;
}

.indexTop_check{
	display:inline-block;
	vertical-align:middle;
	margin-right: 10px;
	height: 20px;
}

.indexTop_checkWrapper span{
	display:block;
	line-height: 300%;
}

.indexTop_textHd{
	text-align: center;
	font-size:19px;
	letter-spacing: 5px;
	font-weight:bold;
	margin: 40px 0;
}

.indexTop_textHd2{
	text-align: center;
	font-size: 19px;
	letter-spacing: 5px;
	font-weight:bold;
	margin: 60px 0 30px 0;
}

.indexTopText{
	width: 90%;
	margin: 0 auto;
	font-size: 12px;
	text-align: justify;
	line-height: 200%;
	letter-spacing: 0.5px;
}

.indexTopText span{
	font-size: 12px;
	line-height: 200%;
	display: block;
	text-align: center;
}

.indexMain_reason{
	width: 100%;
	padding: 30px 0;
}

.indexMain_reason .index_button{
	margin:0 auto;
}

.indexMain_reasonWrapper{
	margin: 0 auto 50px auto;
//	display: flex;
	width:90%;
	justify-content: space-around;
}

.indexMain_reasonWrapper div{
	width: 100%;
	font-size: 12px;
	margin-bottom: 25px;
}

.indexMain_reason div img{
	width: 100%;
}

.indexBlock{
	margin-top:40px;
}

.indexBlock_Wrapper{
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	width:90%;
	flex-direction: column-reverse;
}

.indexBlock:nth-child(3) >.indexBlock_Wrapper{
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	width:90%;
	flex-direction: column;
}

.indexBlock_Wrapper div{
	width: 100%;
	font-size: 12px;
	text-align:center;
}

.indexBlock_Wrapper div span{
	display:block;
	text-align:center;
	font-size:17px;
}

.indexBlock_Wrapper .index_button{
	margin-top: 20%;
	display: inline-block;
}

.indexBlock_img{
	width: 100%;
}

.indexBlockProf{
	margin-top:40px;
}

.indexBlockProf_Wrapper{
	margin:0 auto;
	display: flex;
	width:90%;
	justify-content: space-around;
	flex-direction: column;
}

.indexBlockProf_left{
	font-size: 11px;
}

.indexBlockProf_right{
	font-size: 11px;
}

.indexBlock_prof1{
	font-size: 16px;
	margin: 0 20px;
	letter-spacing: 4px;
}

.indexBlock_prof2{
	display: block;
	font-size: 14px;
	margin: 20px auto;
	letter-spacing: 1px;
	width:90%;
}

.indexBlock_prof3{
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 200%;
}

.indexBlockMap{
	margin-top: 50px;
}

.indexBlockMap_Wrapper{
	margin:0 auto;
	display: flex;
	width:90%;
	justify-content: space-between;
	flex-direction: column;
}

.indexBlock_map{
	font-size: 12px;
	text-align:right;
}

.indexBlockMap_Wrapper iframe{
	width: 100%;
}

.indexBlock_mapInfo{
}

.indexBlock_mapInfo span{
	display:block;
	text-align:left;
	font-size:22px;
	margin-bottom: 20px;

}

.indexBlock_mapInfo div{
	text-align: left;
	line-height: 300%;
	font-size: 12px;
}

.indexBlock_mapInfoLeft{
	display: inline-block;
	width: 25%;
	vertical-align: top;
}

.indexBlock_mapInfoRight{
	display: inline-block;
	width: 75%;
}



/* Reason
------------------------------------------------- */
.reason_top{
	width: 100%;
}

.reason_topHd{
	margin: 80px auto 40px auto;
	height: 26px;
}

.reasonTopBlock{
	margin-top:80px;
}

.reasonTopBlock_Wrapper{
	margin:0 auto;
	display: flex;
	width:90%;
	justify-content: space-around;
}

.reasonTopBlock:nth-child(2n) > .reasonTopBlock_Wrapper{
	flex-direction: column;
}

.reasonTopBlock:nth-child(2n+1) > .reasonTopBlock_Wrapper{
	flex-direction: column-reverse;
}

.reasonTopBlock_text{
	width: 100%;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.reasonTopBlock_text > span{
	margin:0 10%;
	text-align: justify;
}

.reasonTopBlock_pic{
	width: 100%;
	font-size: 12px;
	text-align:right;
}

.reasonTopBlock_hd{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin:20px 0;
}

.reasonTopBlock_hd img{
	height: 50px;
}

.reasonTopBlock_Wrapper iframe{
	width: 100%;
}

.reasonTopBlock_hd span{
	display:block;
	text-align:left;
	font-size:14px;
	letter-spacing:4px;
	margin-left: 30px;
}

.reasonTopBlock_Wrapper .index_button{
	margin-top: 20%;
	display: inline-block;
}

.reasonTopBlock_img{
	width: 100%;
}

.reasonMidBlock_text{
	width: 100%;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.reasonMidBlock_text h1{
	text-align:center;
	font-size:17px;
	margin:20px 0;
}

.reasonMidBlock_text span{
	text-align: justify;
}

.reasonWrapper{
	display: flex;
	width: 90%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	flex-direction: column;
}

.reasonBlock{
	width: 100%;
	margin-bottom:40px;
}

.reasonBlock_img{
	width: 100%;
	margin: 40px 0 20px 0;
}

.reasonBlock_text{
	width: 100%;
	min-height:200px;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.reasonBlock_text h1{
	text-align:center;
	font-size:22px;
}

.reasonBlock_text span{
	text-align: justify;
}

.reasonBanner{
	width: 100%;
	margin: 100px auto 0 auto;
}



/* Patient
------------------------------------------------- */
.patientTopHd{
	margin: 30px auto 30px auto;
	height: 35px;
}

.patientWrapper{
	flex-direction: column;
	display: flex;
	width: 90%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 60px auto;
}

.patientHd{
	text-align: center;
	margin-bottom: 30px;
}

.patientBlock{
	width: 100%;
	margin-bottom: 40px;
	min-width: 250px;
}

.patientBlock_text{
	margin: 2px;
	font-size: 12px;
	height: 300px;
	text-align: justify;
}

.patientBlock_text span{
	margin:0 15px;
	display: block;
	padding-top: 60px;
}

.patientBlock:nth-child(2){
	background-color:#dee9e9;
}

.patientBlock:nth-child(2) .patientBlock_text{
	background-color:#eff4f4;
}

.patientBlock:nth-child(3){
	background-color:#ffdedb;
}

.patientBlock:nth-child(3) .patientBlock_text{
	background-color:#ffefed;
}

.patientBlock:nth-child(4){
	background-color:#f2f2f2;
}

.patientBlock:nth-child(4) .patientBlock_text{
	background-color:#f9f9f9;
}

.patientBlock:nth-child(5){
	background-color:#ffeedd;
}

.patientBlock:nth-child(5) .patientBlock_text{
	background-color:#fff7ee;
}

.patientBlock:nth-child(6){
	background-color:#e7efc4;
}

.patientBlock:nth-child(6) .patientBlock_text{
	background-color:#f3f7e2;
}

.patientBlock_img{
	width: 100%;
	margin: 40px 0 20px 0;
}

.patientBlock_hd{
	position: absolute;
	top: 10px;
}

.patientBlock_hdText{
	font-size: 22px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: justify;
	flex-direction: column;
	text-align:center;
}

.patientThree{
	width: 100%;
	margin: 0 auto;
}

.patientThree_hd{
	text-align: center;
	margin-bottom: 30px;
}

.patientThreeWrapper{
	display: flex;
	width: 90%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	flex-direction: column;
}

.patientBlockThree{
	margin-bottom: 40px;
}

.patientBlockThree_hd{
	font-size: 12px;
	height: 350px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: justify;
	flex-direction: column;
	text-align:center;
}

.patientBlockThree_hdTop{
	position: absolute;
	top: 10px;
}

.patientBlockThree_hdPic{
	width: 202px;
	margin-top:40px;
}

.patientBlockThree_text{
	margin: 2px;
	font-size: 11px;
	text-align: justify;
	padding-bottom: 40px;
}

.patientBlockThree_text span{
	margin: 0 15px;
	display: block;
	padding-top: 30px;
}

.patientBlockThree:nth-child(1){
	background-color:#dee9e9;
}

.patientBlockThree:nth-child(1) .patientBlockThree_text{
	background-color:#eff4f4;
}

.patientBlockThree:nth-child(2){
	background-color:#ffdedb;
}

.patientBlockThree:nth-child(2) .patientBlockThree_text{
	background-color:#ffefed;
}

.patientBlockThree:nth-child(3){
	background-color:#ffeedd;
}

.patientBlockThree:nth-child(3) .patientBlockThree_text{
	background-color:#fff7ee;
}



/* Flow
------------------------------------------------- */
.flowTop_main{
	width:100%;
	margin:0 auto;
}

.reasonTopBlock_text-Flow{
	font-size: 12px;
}

.flowTopBlock_hd{
	display: flex;
	margin: 20px 0;
	align-items: center;
}

.flowTopBlock_hd img{
	height: 50px;
	margin-right:30px;
}

.flowTopBlock_hd span{
	display:block;
	text-align:left;
	font-size:18px;
	letter-spacing:4px;
}

.flowThree{
	width: 100%;
	padding-top:80px;
}

.flowBlockThree_hd{
	width:50%;
	margin:0 auto 40px auto;
	height:auto;
}

.flowThreeWrapper{
	display: flex;
	width: 90%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	flex-direction: column;
}

.flowBlockThree{
	margin-bottom: 40px;
}

.flowBlockThree_img{
	width: 80%;
	margin: 0 auto;
}

.flowBlockThree_text{
	font-size:12px;
}

.flowBlockThree_text span{
	display:block;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	margin:20px 0;
}

.flowBlockThree_text h1{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin:20px 0 10px 0;
}

.flowBlockThree_text span:last-child{
	margin:0;
}



/* Contact
------------------------------------------------- */
.contactMain{
	margin-top:40px;
	background-color:#ffe8d7;
	padding: 40px 0;
}

.contactMain span{
}


.contact_topHd{
	margin: 80px auto 40px auto;
	height: 26px;
}


/* フッター
------------------------------------------------- */
footer{
	margin-top:40px;
	background-color:#ffe8d7;
	padding: 40px 0;
}

.footer_wrapper{
	display: flex;
	width: 90%;
	margin: 0 auto;
	justify-content: center;
	flex-direction: column;
	text-align:center;
}

.footerLeft{
	font-size:12px;
	margin-bottom:20px;
}

.footerLeft span{
	font-size: 20px;
	letter-spacing: 2px;
	display:block;
}

.footerRight{
	font-size: 12px;
	font-weight: bold;
}

.footer_tel1{
	font-size: 22px;
	letter-spacing: 2px;
	display: inline-block;
	margin-bottom:20px;
}

.footer_tel2{
	font-size: 30px;
	letter-spacing: 4px;
	display: inline-block;
	margin-bottom:20px;
}

.footer_bottom-contact{
	margin-top:20px;
}

.footer_bottom{
	font-size:10px;
	text-align:center;
}

.footer_bottom img{
	width:60%;
	margin:0 auto;
	margin-top:20px;
}

}