/*
Facility
-------------------------------------------*/
ul.facilist{
	padding: 10px;
	margin-bottom: 20px;
}


/*
FAQ
-------------------------------------------*/

.content dl.faq {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.content dl.faq dt {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #F6F6F6;
	color: #111;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.content dl.faq dt span {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #0085B2;
	text-align: center;
	display: block;
	width: 50px;
	padding-top: 10px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -10px;
	z-index: 10;
}
.content dl.faq dt span::before{
	content: "";
	position: absolute;
	bottom: -5px;
	right: -3px;
 	margin-left: -12px;
  border-right: 12px solid transparent;
  border-top: 20px solid #0085B2;
  border-left: 12px solid transparent;
 	z-index: 0;
	transform: rotate(-40deg);
}
.content dl.faq dd {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/*
グーグルマップ
-------------------------------------------*/

.g_map_base {
	background-color: #FFF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.g_map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.g_map iframe,
.g_map object,
.g_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*
flow
-------------------------------------------*/
.flowUl {
	margin-bottom: 50px;
	padding: 10px;
}

.flowUl li {
	margin-bottom: 37px;
	display: table;
	width: 100%;
}

.flowUl li:last-child {
	margin-bottom: 0;
}

.flowUl li span {
	padding: 17px 0 17px 40px;
	display: table-cell;
	vertical-align: middle;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	box-sizing: border-box;
	letter-spacing: 0.8px;
}

.flowUl li .txt {
	padding: 28px 5px;
	width: 31.2%;
	position: relative;
	font-weight: 700;
	text-align: center;
	background-color: #E1EBF5;
}
.flowUl li.fuka .txt {
	background-color:#eeeeee;
}
.flowUl li .txt:before {
	margin-left: -7px;
	width: 14px;
	height: 7px;
	background:url("../img/arrow_under.png") no-repeat left top;
	background-size: 14px 7px;
	position: absolute;
	left: 50%;
	bottom: -22px;	
	content: "";
}
.flowUl li.no .txt:before {
	margin-left: -7px;
	width: 14px;
	height: 7px;
	background:none;	
	position: absolute;
	left: 50%;
	bottom: -22px;	
	content: "";
}
.flowUl li p{
	margin-bottom: 0.5em;
}
.flowbox{

}




@media screen and (min-width:960px){
}
/*(/960～)*/
@media screen and (max-width:480px){
}
@media screen and (min-width:1200px){
}
/*(/1200～)*/

@media screen and (max-width:960px){
}
/*(/～960)*/


@media screen and (max-width:640px){
.flowUl {
		margin-bottom: 6px;
	}
.flowUl li {
		margin-bottom: 25px;
		display: block;
		position: relative;
	}	
	.flowUl li:before {
		margin-left: -7px;
		width: 14px;
		height: 7px;
		background: url(../img/arrow_under.png) no-repeat left top;
		background-size: 14px 7px;
		position: absolute;
		left: 50%;
		bottom: 0;		
		content: "";
	}
	.flowUl li.no:before {
		margin-left: -7px;
		width: 14px;
		height: 7px;
		background: none;
		background-size: 14px 7px;
		position: absolute;
		left: 50%;
		bottom: 0;		
		content: "";
	}	
	.flowUl li:last-child:before {
		background: none;
	}
	
	.flowUl li span {
		padding: 14px 0 28px;
		display: block;		
		line-height: 1.61;
	}
	
	.flowUl li .txt {
		padding: 24px 5px 25px;
		width: auto;
	}
	.flowUl li .txt:before {
		background: none;
	}

}
/*(/～640)*/

@media screen and (max-width:460px){

}
/*(/～460)*/

