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


/* ==========================
mainvisual
============================= */
main{
	padding: 50px 0 0;
}
.top{
	/*width: 0;
	height: 0;
	border-top: 10vw solid #fff;
	border-left: 49.5vw solid transparent;
	border-right: 49.5vw solid transparent;
	display: block;
	margin-bottom: 80px;
	box-sizing: border-box;*/
	text-align: center;
}
.top img{
	width: 100%;
	height: auto;
}
/*.top.type2{
	border-top: 10vw solid #d7e6f9;
	border-left: 49.5vw solid transparent;
	border-right: 49.5vw solid transparent;
}
.top.type3{
	border-top: 10vw solid #c8dcf7;
	border-left: 49.5vw solid transparent;
	border-right: 49.5vw solid transparent;
}
.top.type4{
	border-top: 10vw solid #b0cdef;
	border-left: 49.5vw solid transparent;
	border-right: 49.5vw solid transparent;
}
.top.type_contact{
	border-top: 10vw solid #b0cdef;
	border-left: 49.5vw solid transparent;
	border-right: 49.5vw solid transparent;
}*/
.top-content{
	background: url(../img/mainvisual_bg01.png) no-repeat bottom center;
	background-size: cover;
}
.top.type_contact img.all_bg{
	display: none;
}
.top.type_contact img.company_bg{
	display: block;
}
/* ==========================
aisatu_box
============================= */
.aisatu_box{
	background-color: #fff;
	overflow: hidden;
}
.aisatu_box .container{
	width: 840px;
	margin: 0 auto;
}
.left-box{
	float: left;
	width: 620px;
	line-height: 1.7;
}
.bottom{
	margin-bottom: 30px;
}
.large{
	font-size: 143%;
}
.right-img{
	float: right;
}
/* ==========================
gaiyo_box
============================= */
.gaiyo_box{
	background-color:#d8e6fa;
	overflow: hidden;
}
/* ==========================
access_box
============================= */
.access_box{
	background-color:#c8dcf8;
}
.access_box .left-box{
	width: 500px;
}
.access_box .left-box img{
	margin-bottom: 40px;
}
.block-title{
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px dotted #2e4cbe;
	padding:20px 0 20px 70px;
	background: url(../img/icon_img01.png) no-repeat left center;
}
.block-title.type2{
	background: url(../img/icon_img02.png) no-repeat left center;
}
.left-img{
	text-align: center;
}

/* ==========================
history
============================= */
.history_box{
	background-color:#b0ccef;
}
.block_wrap{
	width: 580px;
	margin: 0 auto;

}
.block_wrap dl{
	border-left: 1px solid #d0e1f5;
	border-right: 1px solid #d0e1f5;
	margin-bottom: 2px;
	overflow: hidden;
	padding: 0 20px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}
.block_wrap dt{
	float: left;
	width: 140px;
	background:#2576e2 url(../img/arrow_bg01.png) no-repeat center bottom;
	padding:20px 0 35px 0;
	background-color:#2576e2;
	margin-top: -1px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}


.block_wrap dd{
	float: right;
	width: 385px;
	padding: 20px 0;
	line-height: 2;
}
.catalog{
	overflow: hidden;
	text-align: right;
	width: 720px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.catalog a{
	text-decoration: underline;
}

@media screen and ( max-width: 767px ){
	.aisatu_box .container{
		width: 90%;
	}
.left-box {
	float: none;
	width: 100%;
	line-height: 1.7;
	margin-bottom: 30px;
	}
.right-img {
	float: none;
	text-align: center;
	}
.access_box .left-box{
	width: 100%;
	}
.access_box img{
	max-width: 100%;
	height: auto;
	}
.block_wrap dd {
	float: none;
	width:90%;
	padding: 5%;
	}
.block_wrap {
	width: 100%;
	}
.block_wrap dl{
	padding:0 0 0 5%;
	}
.block_wrap dt {
	float: left;
	max-width: 50px;
	}
.catalog {
	text-align: -webkit-center;
	width: 100%;
	}
}

@media print {
	
.top{
	width: 1200px;
	}
}