@charset "utf-8";
/*====================================================================================
■01.Banner
■02.TOP PAGE 
====================================================================================*/
/*====================================================================================
■01.Banner
====================================================================================*/
.mainvisual {
    background: url(../images/main_visual.png) no-repeat top center;
    height: 500px;
}
.mainvisual h2 {
	text-align: right;
	padding: 90px 60px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*====================================================================================
■02.TOP PAGE 
====================================================================================*/
.top_01 {
	padding: 65px 0;
}
.top_01 h3 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	line-height: 40px;
}
.top_01 h3 span {
	color: #0465b0;
}
.top01_service {
	margin: 50px 0;
}
.top01_service .service_img {
	float: left;
	width: 664px;
	margin-right: 45px;
}
.top01_service .service_txt span {
	margin-left: 20px;
}
.top01_service .service_txt h5 {
	font-size: 18px;
	margin: 20px 0 30px;
	font-weight: normal;
}
.top01_support {
	margin-top: 50px;
}
.top01_support ul li {
	float: left;
	margin: 25px 37px 0 0;
}
.top01_support ul li:last-child {
	margin-right: 0;
}
.top_02 {
	background: #f3f4f5;
}
.top_02 .container {
	padding: 60px 0 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_02 h3, 
.top_02 h4,
.top_03 h3, 
.top_03 h4 {
	text-align: center;
}
.top_02 h4 {
	font-size: 18px;
	margin: 20px 0 50px;
}
.top02_list li {
	float: left;
	width: 320px;
	text-align: center;
	margin-right:60px;
}

.top02_list li:last-child {
	margin-right:0
}

.top02_list li h5 {
	font-size: 22px;
	font-weight: normal;
	color: #0465b0;
	margin: 25px 0 15px;
}
.top02_list li .top02_btn {
	margin-top: 35px;
}
.top_03 {
	background: url("../images/top03_bg.png") no-repeat center center;
	padding: 70px 0;
}
.top_03 h4 {
	font-size: 18px;
	color: #fff;
	margin: 18px 0 45px;
}
.top03_list li {
	float: left;
	width: 342px;
	background: #fff;
	margin-right: 37px;
}
.top03_list li:last-child {
	margin-right: 0;
}
.top03_list li .list_ttl {
	position: relative;
	text-align: center;
	padding: 25px 0;
}
.top03_list li .list_ttl h5 {
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
}
.top03_list li .list_ttl .top03_arrow {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 159px;
}
.top03_list li:first-child .list_ttl {
	background: #71a1d7;
}
.top03_list li:nth-child(2) .list_ttl {
	background: #add446;
}
.top03_list li:nth-child(3) .list_ttl {
	background: #fbaf5d;
}
.top03_list li .list_txt {
	padding: 30px 50px 40px;
	text-align: center;
	font-size: 14px;
}
.top03_list li .list_txt .txt {
	display: table;
	width: 100%;
}
.top03_list li .list_txt p {
	display: table-cell;
	vertical-align: middle;
}
.top_news {
	padding: 70px 0 80px;
}
.ttl_news {
	position: relative;
	float: left;
	width: 210px;
	background: #0465b0;
	text-align: center;
	padding: 50px 0;
	color: #fff;
	margin-right: 40px;
}
.ttl_news:before {
	position: absolute;
	content: "";
	background: url("../images/news_arrow.jpg") no-repeat;
    width: 10px;
    height: 200px;
	top: 0;
	right: -10px;
}
.ttl_news h3 {
	font-size: 20px;
}
.ttl_news h4 {
	font-size: 16px;
	margin: 10px 0px 20px;
}
.cont_news {
	float: right;
	width: 850px;
	height: 140px;
	overflow: auto;
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cont_news dl {
	margin-bottom: 15px;
	width: 790px;
}
.cont_news dt {
	float: left;
	width: 110px;
	font-weight: bold;
	color: #0465b0;
}
.cont_news dd {
	float: right;
	width: 680px;
	line-height: 25px;
}
/* Hollow */
.hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #fff799, 0 0 1px rgba(0, 0, 0, 0);
    cursor: pointer;
    background: #fff799;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-top: 60px;
	text-align: center;
	padding: 15px 0;
	width: 200px;
}
.hvr-hollow:hover,
.hvr-hollow:focus,
.hvr-hollow:active {
  background: none;
}
.top_02 .hvr-hollow {
	margin-top: 35px !important;
}
.top_03 .hvr-hollow {
	margin-top: 25px !important;
	width: 238px;
}