@charset "utf-8";
		

#pointEx .title-wrapper{
	padding: 25px 0;
	margin-bottom: 40px;
	min-height: 290px;
	background-color: #eaf6fd;
}
#pointEx .title-wrapper-mini{
	padding: 25px 0 15px;
	min-height: 240px;
}
	#pointEx h1{
		font-size: 2.3rem;
		color: #57c2e9;

		position: relative;
		top: -3px;
		padding: 15px 0 0 20px;
		border-top: 1px solid #57c2e9;
	}
	#pointEx .title-icon,
	#pointEx .lead{
		padding-left: 20px;
	}
	#pointEx .lead{
		margin-bottom: 10px;
	}
	#pointEx figcaption{
		font-weight: bold;
		margin-top: 5px;
	}
	#pointEx .title-wrapper figure{
		text-align: center;
	}
	#pointEx figure{
		margin-bottom: 10px;
	}
	#pointEx figure.ex{
		margin-left: -8%;
		padding: 0 15px;
	}
@media screen and (max-width: 1090px) {
	#pointEx figure{
		text-align: center;
	}
	#pointEx figure.ex{
		margin-left: 0;
		padding: 0;
	}
}
/* ==========================================================================

   特長

========================================================================== */
.detail-block{
	margin-bottom: 40px;
}
	.detail-block-title{
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;

		padding: 11px;
		margin-bottom: 30px;
		color: #57c2e9;
		border-left: 5px solid #57c2e9;
		background-color: #eeeeef;
	}
.detail-point{
	color: #0068b6;
	font-weight: bold;
}
.gutter-0 .col-sm-61{
	float: left;
	width: 61%;
}
.gutter-0 .col-sm-39{
	float: left;
	width: 39%;
	padding: 0 15px;
}
.gutter-0 .col-sm-39 figure{
	padding-top: 5px;
}

.text-nowrap{
	white-space: nowrap;
}

@media screen and (max-width: 1020px) {
	
	.text-nowrap{
		white-space: normal;
	}
}
@media screen and (max-width: 767px) {
	.gutter-0 .col-sm-61{
		float: none;
		width: auto;
	}
	.gutter-0 .col-sm-39{
		float: none;
		width: auto;
		padding: 0;
	}
}
/* タイトル */
.pict-list-title{
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;

	padding-top: 5px;
	margin-bottom: 15px;
	color: #0068b6;
	border-top: 1px solid #0068b6;
}
.pict-list{
	padding-top: 10px;
	max-width: 470px;
}
.pict-list:after{
	content: '';
	display: block;
	clear: both;
}
	.pict-list li{
		float: left;
		width: 16.595%;
	}
	.pict-list li:not(:last-child){
		margin-right: 4.25531%;
	}
	.pict-list p,
	.pict-list + p{
		font-size: 1.2rem;
		line-height: 1;

		min-height: 2.5rem;
		margin: 10px 0 30px;
		padding-left: 5px;
		border-left: 1px solid #231815;
	}

	.pict-link{
		font-size: 1.0rem;
		text-align: right;
	}
@media screen and (max-width: 320px) {
	.pict-list p,
	.pict-list + p{
		font-size: 1.0rem;
	}
}

.step-block{
	max-width: 540px;
	margin: 0 auto 20px;
}
.step-block figure{
	padding: 0 10px;
}
.step-block .step-block-title{
	display: table;
	width: 100%;
	margin: 0 0 20px;
}
.step-block-title h3{
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.66;
	color: #57c2e9;

	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #57c2e9;
}
.step-block-title .num{
	content: '';
	display: table-cell;
	padding: 0 0 10px 0;
	width: 54px;
}
.step-block-title .num:before{
	content: '';
	display: block;
	width: 34px;
	height: 54px;
	background-image: url(../../function/images/num_step.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.step-block-title .num1:before{ background-position: 0 0; }
.step-block-title .num2:before{ background-position: 0 -54px; }
.step-block-title .num3:before{ background-position: 0 -108px; }
.step-block-title .num4:before{ background-position: 0 -162px; }

@media screen and (max-width: 767px) {
	.step-block-title .num{
		content: '';
		display: table-cell;
		padding: 0 0 10px 0;
		width: 44px;
	}
}