@charset "utf-8";
/* CSS Document */


/* ==========================
mainvisual
============================= */
main{
	padding: 0 0 0 0;
}
.top{
	/*width: 0;
	height: 0;
	border-top: 10vw solid #fff;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	display: block;*/
	margin-bottom: 80px;
}
.top.type2{
	/*border-top: 10vw solid #d7e6f9;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;*/
}

.top.type_contact{
	/*border-top: 10vw solid #d7e6f9;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;*/
}
.top-content{
	background:#d8e6fa url(../img/mainvisual_bg01.png) no-repeat bottom center;
	background-size: cover;
}
.bottom{
	margin-bottom: 60px;
}
.large{
	font-size: 143%;
}
/* ==========================
aisatu_box
============================= */
.aisatu_box{
	background-color: #fff;
	overflow: hidden;
	padding: 0 0 0 0;
}
.aisatu_box .container{
	width: 840px;
	margin: 0 auto;
}

.aisatu_box p{
	font-size: 143%;
}
/* ==========================
gaiyo_box
============================= */
.gaiyo_box{
	background-color:#d8e6fa;
	overflow: hidden;
	margin-top: 0%;
	padding-top: 50px;
}

.block{
	overflow: hidden;
	width:900px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 20px 20px 67px 20px;
	position: relative;
	background: url(../img/flow_bg01.png) no-repeat left center;
}
.block:last-of-type{
	background: #fff;
	border-bottom: 2px solid #2978e4;
	padding: 20px 20px 20px 20px;
	margin-bottom: 15px;
}

.point_txt{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 20;
	top: 20;
	padding: 35px 40px 45px 40px;
	line-height: 1.3;
	color: #fff;
	font-weight: bold;
	font-size: 200%;
	text-align: center;
	background: linear-gradient(to bottom, rgba(39,118,223,1) 0%,rgba(145,184,241,0.5) 100%);
}
.point_txt .small{
	font-size: 60%;
}
.block_title{
	font-size: 143%;
	margin-bottom: 10px;
}
.block_txt{
	width: 465px;
	float: left;
	line-height: 2;
	margin: 0 0 0 210px;
	    padding: 30px 0 0 0;
}
.right-img{
	float: right;
}
.right_txt{
	float: right;
}
@media screen and ( max-width: 767px ){
	.point_txt{
		
	}
	.block{
		width: 100%;
		padding: 5% 0;
		background: url(../img/flow_bg01.png) no-repeat center bottom;
	}
	.block:last-of-type{
		width: 100%;
		padding: 0 0 0 0;
		background-color: transparent;
	}
	
	.block:last-of-type .right-img {
    float: none;
    text-align: center;
    margin-bottom: 0px;
    background-color: #fff;
    padding-bottom: 30px;
	
	}
	.point_txt{
		position: static;
		width: 30px;
		height:30px;
		padding: 15px 30px 45px 30px;
		line-height: 1;
		margin-bottom: 20px;
	}
	.point_txt .small {
	font-size: 47%;
	}
	.block_txt {
	width:90%;
	float: none;
	line-height: 2;
	margin: 0 auto;
	padding: 30px 5%;
	background-color: #fff;
	}
	.right-img {
	float: none;
	text-align: center;
	margin-bottom: 30px;
	}
	.block_title{
		text-align: center;
	}
}


@media print {
.gaiyo_box {
	/*margin-top: -217px;*/
	}
main{
	background-color:#d8e6fa;
	padding: 30px 0 0 0;
	}
.top{
	width: 1200px;
	}
}