
/* serviceWrap */

.serviceWrap{
	width: 100%;
	padding-left: 30px;
}

.serviceBox {
	width: 100%;
	margin-bottom: 50px;
}

.serviceBox .lBox {
	width: 60%;
}

.serviceBox .rBox {
	width: 40%;
	padding: 0 20px;
}

.serviceBox .rBox .heading {
	background: #006E52;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 10px;
	line-height: 1.3em;
}


.serviceBox .rBox .green{
	font-size: 20px;
	font-weight: bold;
	color: #006E52;
	padding-left: 10px;
}

.serviceBox .bBox {
	width: 40%;
	padding: 0 20px;
}

.serviceBox .bBox p {
	font-size: 14px;
	padding: 0 1em;
	margin-bottom: 1em;
}

.serviceBox .bBox p.caption {
	font-weight: bold;
	color: #FFF;
	background: #EF8337;
	border-radius: 5px;
	padding: 2px 1em;
}

.serviceBox .bBox p.caption>span{
	font-size: 14px;
	padding-right: 5px;
}

.serviceBox .bBox p>span{
	font-size: 12px;
}

/* flowWrap */

.flowWrap {
	width: 100%;
	margin: 0 auto 60px;
	padding: 0 50px;
}

.flowWrap h2.mincho {
	color: #42210B;
	font-size: 38px;
	font-weight: bold;
	padding-top: 77px;
	border-top: 1px dotted #000;
	margin-bottom: 25px;
}

.flowWrap>p.heading{
	font-size: 20px;
	font-weight: bold;
	color: #C00;
	margin-bottom: 40px;
}

.acWrap {
	width: 100%;
	margin-bottom: 50px;
}

.acWrap .acTitle {
	width: 100%;
	cursor: pointer;
	-webkit-box-align:center;
	align-items:center;
	border: 1px solid #999;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
}

.acWrap .acTitle p.mincho {
	font-size: 38px;
	font-weight: bold;
	color: #42210B;
}

.acWrap .acTitle p {
	font-size: 18px;
}

.acWrap .acTitle span {
	font-size: 34px;
	color: #D1C1B4;
	padding: 0 1.5em;
}

.acWrap .acBody{
	display: none;
}

.acWrap .acBody>dl{
	padding: 10px 25px;
}

.acWrap .acBody>dl dt,
.acWrap .acBody>dl dd{
	font-size: 14px;
	padding: 10px;
}

.acWrap .acBody>dl dt{
	width: 22%;
}

.acWrap .acBody>dl dt p{
	background: #367330;
	border-radius: 5px;
	color: #FFF;
	padding: 5px 10px;
}

.acWrap .acBody>dl dd{
	width: 78%;
}

.acWrap .acBody>dl dd ul{
	list-style: disc;
}

.acWrap .acBody>dl dd ul li{
	list-style-position: inside;
}

/* tableWrap */

.tableWrap {
	width: 91%;
	margin: 20px auto 0;
}

.tableWrap .title {
	font-size: 18px;
}

.tableWrap .table {
	width: 100%;
	border: solid #999;
	border-width: 1px;
}

.tableWrap .lBox,
.tableWrap .lBox2{
	width: 25%;
}

.tableWrap .lBox li,
.tableWrap .lBox2 li{
	background: #E6E6E6;
	border-bottom: 1px dotted #999;
}

.tableWrap .lBox li:last-child,
.tableWrap .lBox2 li:last-child{
	border-bottom: none;
}

.tableWrap .lBox li p,
.tableWrap .lBox2 li p{
	padding: 5px;
	text-align: center;
}

.tableWrap .rBox,
.tableWrap .rBox2{
	width: 75%;
}

.tableWrap .rBox li:last-child p,
.tableWrap .rBox2 li:last-child p{
	border-bottom: none;
}

.tableWrap .rBox div:first-child{
	text-align: center;
	width: 30%;
}

.tableWrap .rBox2 div:nth-child(1){
	text-align: center;
	width: 25%;
}

.tableWrap .rBox2 div:nth-child(2){
	text-align: center;
	width: 25%;
}

.tableWrap .rBox2 div:nth-child(3){
	text-align: center;
	width: 25%;
}

.tableWrap .rBox2 div:nth-child(4){
	text-align: center;
	width: 25%;
}

.tableWrap .rBox div:last-child{
	text-align: center;
	width: 70%;
}

.tableWrap .rBox div p,
.tableWrap .rBox2 div p{
	border-left: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 5px;
}

.tableWrap .rBox div p.bNone,
.tableWrap .rBox2 div p.bNone{
	border-bottom: none;
}

.tableWrap .cution {
	font-size: 14px;
}

/* dlTable */

.dlTable{
	width: 100%;
	border: 1px solid #999;
}

.dlTable>dl{
	border-bottom: 1px dotted #999;
}

.dlTable>dl:last-child{
	border-bottom: none;
}

.dlTable>dl>dt{
	width: 25%;
	background: #E6E6E6;
}

.dlTable>dl.end>dt{
	width: 59%;
	background: #FFF;
}

.dlTable>dl.end>dd{
	width: 41%;
}

.dlTable>dl>dt>p,
.dlTable>dl>dd>p{
	text-align: center;
	padding: 5px;
}

.dlTable>dl>dd{
	width: 75%;
}

.dlTable>dl>dd>p{
	width: 50%;
	border-left: 1px dotted #999;
}

.dlTable.type2>dl>dd>p:nth-child(1){
	width: 25%;
	border-left: 1px dotted #999;
}

.dlTable.type2>dl>dd>p:nth-child(2){
	width: 25%;
	border-left: 1px dotted #999;
}

.dlTable.type2>dl>dd>p:nth-child(3){
	width: 25%;
	border-left: 1px dotted #999;
}

.dlTable.type2>dl>dd>p:last-child{
	width: 25%;
	border-left: 1px dotted #999;
}

.dlTable.type2>dl.end>dd>p{
	width: 100%;
}

.dlTable>dl>dd.double>p{
	width: 100%;
}

@media screen and (min-width: 980px) {
	/* serviceWrap */

	.serviceBox{
		position: relative;
	}
	
	.serviceBox .rBox .heading{
		position: relative;
	}
	.serviceBox .rBox .heading.cross,
	.serviceBox .rBox .heading.doctor {padding: 30px 15px;}
	
	.serviceBox .rBox .heading:after{
		position: absolute;
		content: '';
		width: 80px;
		height: 80px;
		top: 5px;
		right: 5px;
		background-repeat: no-repeat;
		background-position: 50%;
		-webkit-background-size: contain;
		background-size: contain;
	}
	
	.serviceBox .rBox .heading.cross:after{
		background-image: url(../img/service/cross.png);
	}
	
	.serviceBox .rBox .heading.doctor:after{
		background-image: url(../img/service/doctor.png);
	}
	
	.serviceBox .rBox .heading.people:after{
		width: 107px;
		background-image: url(../img/service/people.png);
	}
	
	.serviceBox .rBox .heading.meal:after{
		background-image: url(../img/service/meal.png);
	}
	
	.serviceBox .rBox .heading.heart:after{
		background-image: url(../img/service/heart.png);
	}
	
	.serviceBox .bBox {
		position: absolute;
		left: 60%;
		top: 50%;
	}
	
	.serviceBox .bBox.top2 {
		top: 25%;
		height: 354px;
	}
	
	.serviceBox .bBox.top3 {
		top: 35%;
	}
	
	.serviceBox .bBox.top2>.fxwa {
		position: absolute;
		width: 100%;
		left: 7px;
		bottom: 0;
	}
	
	.serviceBox .bBox.top2>.fxwa.h165 {
		height: 165px;
	}
	
	.serviceBox .bBox.top2>.fxwa.h155 {
		height: 155px;
		padding-right: 10px;
	}

	/* flowWrap */
	
	a[href^="tel:"] {color: #00f;}
	
}

@media screen and (max-width: 980px) {
	/* serviceWrap */
	
	.serviceWrap{
		padding-left: 5px;
	}
	
	.serviceBox .lBox {
		width: 50%;
	}

	.serviceBox .rBox {
		width: 50%;
		padding: 0 0 0 10px;
	}
	
	.serviceBox .rBox .heading {
		font-size: 12px;
		padding: 8px;
		margin-bottom: 7px;
		border-radius: 5px;
	}
	
	.serviceBox .rBox .green{
		font-size: 10px;
		padding-left: 5px;
	}
	
	.serviceBox .bBox {
		width: 100%;
		padding: 10px 10px;
	}
	
	.serviceBox .bBox p {
		padding: 0 0;
		margin-bottom: 1em;
	}
	
	.serviceBox .bBox p>span{
		font-size: 10px;
	}
	
	.serviceBox .bBox.top2>.fxwa {
		width: 80%;
		margin: 0 auto;
	}
	
	.serviceBox .bBox.top2>.fxwa>div{
		width: 48%;
	}
	
	.serviceBox .bBox.top2>.fxwa>div img{
		max-height: 100%;
		margin: 0 auto;
	}

	/* flowWrap */
	
	.flowWrap {
		margin: 0 auto 50px;
		padding: 0 10px;
	}
	
	.flowWrap h2.mincho {
		font-size: 19px;
		padding-top: 90px;
		padding-left: 25px;
		border-top: none;
		margin-bottom: .5em;
		position: relative;
		width: 100%;
	}

	.flowWrap h2:before{
		content: '';
		position: absolute;
		background-image: url(../img/logo.png);
		background-repeat: no-repeat;
		left: 1em;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.flowWrap h2:after{
		content: '';
		position: absolute;
		background-image: url(../img/bg_mark.png);
		background-repeat: no-repeat;
		right: 0;
		background-position: 100% 0;
		-webkit-background-size: contain;
		background-size: contain;
	}
	
	.flowWrap>p.heading{
		font-size: 14px;
		padding: 0;
		margin-bottom: 1em;
	}
	
	.acWrap .acTitle p.mincho {
		font-size: 19px;
	}

	.acWrap .acTitle p.pc {
		display: none;
	}

	.acWrap .acTitle span {
		font-size: 18px;
	}
	
	.acWrap .acBody>dl{
		padding: 10px 0;
	}

	.acWrap .acBody>dl dt,
	.acWrap .acBody>dl dd{
		font-size: 14px;
		padding: 0;
	}

	.acWrap .acBody>dl dt{
		width: 100%;
		margin-bottom: 5px;
	}

	.acWrap .acBody>dl dt p{
		padding: 0 10px;
	}

	.acWrap .acBody>dl dd{
		width: 100%;
	}
	
	/* tableWrap */
	
	.tableWrap .title {
		font-size: 14px;
	}
	
	.tableWrap .rBox,
	.tableWrap .rBox2 {
		width: 75%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.tableWrap .table{
		position: relative;
	}
	
	.tableWrap .table:after{
		font-family:'FontAwesome';
		content: '\f054';
		position: absolute;
		width: 1em;
		height: 1.5em;
		top: 50%;
		right: 0;
		font-size: 25px;
		margin-top: -.5em;
		color: rgba(51,51,51,.5);
	}
}

/* 縦長の場合 */
@media only screen and (max-width: 980px) and (orientation : portrait) {
	/* serviceWrap */
	
	.serviceBox .bBox.top2>.fxwa>div{
		max-height: 15vh;
	}

	/* flowWrap */
	
	.flowWrap h2:before{
		top: -0;
		width: 45%;
		height: 15vh;
	}

	.flowWrap h2:after{
		top: -0;
		width: 55%;
		height: 19vh;
	}
	
	/* tableWrap */
	
	.tableWrap .lBox,
	.tableWrap .lBox2 {
		width: 35%;
	}
	
	.tableWrap .rBox,
	.tableWrap .rBox2 {
		width: 65%;
	}
	
	.tableWrap .rBox>li {
		width: 330%;
	}

	.tableWrap .rBox div:first-child{
		width: 20%;
	}

	.tableWrap .rBox div:last-child{
		width: 80%;
	}
	
	.tableWrap .rBox2>li {
		width: 330%;
	}
	
	.tableWrap .rBox2 div:nth-child(1){
		width: 25%;
	}
	
	.tableWrap .rBox2 div:nth-child(2){
		width: 25%;
	}
	
	.tableWrap .rBox2 div:nth-child(3){
		width: 25%;
	}
	
	.tableWrap .rBox2 div:nth-child(4){
		width: 25%;
	}
	
	.dlTable.type2>dl.end>dd>p{
		height: 8em;
	}
}

/* 横長の場合 */
@media only screen and (max-width: 980px) and (orientation : landscape) {
	/* serviceWrap */
	
	.serviceBox .bBox.top2>.fxwa>div{
		max-height: 45vh;
	}

	/* flowWrap */

	.flowWrap h2:before{
		top: 5vh;
		width: 45%;
		height: 15vh;
	}

	.flowWrap h2:after{
		top: 5vh;
		width: 55%;
		height: 20vh;
	}
	
	/* tableWrap */

	.tableWrap .rBox {
		width: 75%;
	}
	
	.tableWrap .rBox>li {
		width: 170%;
	}
	
	.tableWrap .rBox div:first-child{
		width: 30%;
	}
	
	.tableWrap .rBox div:last-child{
		width: 70%;
	}
	
	.tableWrap .rBox2>li {
		width: 150%;
	}

	.tableWrap .rBox2 div:nth-child(1){
		width: 25%;
	}

	.tableWrap .rBox2 div:nth-child(2){
		width: 25%;
	}

	.tableWrap .rBox2 div:nth-child(3){
		width: 25%;
	}

	.tableWrap .rBox2 div:nth-child(4){
		width: 25%;
	}
	
	.dlTable.type2>dl.end>dd>p{
		height: 4em;
	}
}