@charset "utf-8";
.mt-4{
    margin-top: 4em;
}



.btn {
	text-align: center;
}

.box p {
	margin-bottom: 10px;
}
.box .check{
	padding: 20px 20px 19px;
	background: #fff url(../img/c_bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.box .check li{
	list-style: none;
	font-weight: bold;
	color: #6EACEB;
	padding: 4px 0 17px 43px;
}
.box .check li:last-child{
	padding-bottom: 0;
}
.box .check li span{
	font-weight: normal;
	color: #666666;
	font-size: 0.84em;
}
.box .check li.n1{
	background: url('../img/icon_n1.png') 0 0 no-repeat;
}
.box .check li.n2{
	background: url('../img/icon_n2.png') 0 0 no-repeat;
}
.box .check li.n3{
	background: url('../img/icon_n3.png') 0 0 no-repeat;
}
.box .check li.n4{
	background: url('../img/icon_n4.png') 0 0 no-repeat;
}
.box .check li.n5{
	background: url('../img/icon_n5.png') 0 0 no-repeat;
}
.box .check li.n6{
	background: url('../img/icon_n6.png') 0 0 no-repeat;
}
.color-blue{
	color: #6EACEB;
	font-weight: bold;
}
.color-blue.-big{
	font-size: 16px;
}
.area-box>p {
	margin-bottom: 20px;
}
.area {
	overflow: hidden;
}
.area-title {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif, 'メイリオ', 'Meiryo', sans-serif;
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #2B4C6D;
}
.area .image {
	float: left;
	width: 45.45%;
	margin-right: 20px;
}
.area .text {
	overflow: hidden;
}
.area .text .top {
	margin-bottom: 40px;
}
.container02{
	max-width:1000px;
	margin:0 auto;
}
	
.Menu{
	width:100%;
	margin-top:30px;
}
ul,li{
	list-style:none;
	margin:0;
	padding:0;
}
.Menu li{
	float:left;
	width:123px;
	position:relative;
}
			
.Menu li a{
	background:#ccc;
	text-align:center;
	font-size:14px;
	display:block;
	text-decoration:none;
	font-family: "游明朝体", "Yu Mincho", YuMincho,
		serif, 'メイリオ', 'Meiryo', sans-serif;
	background: url(../img/bg_contact.jpg) repeat; 
	padding:10px 0;
	position:relative;
	z-index:100;
    color: #003366;
}
				
.Menu li:last-child a{
	border-right:none;
}
.Menu li ul.subMenu li:last-child a{
	border:none;
}
.Menu li ul.subMenu li a{
	float:none;
	font-family: "游明朝体", "Yu Mincho", YuMincho,
		serif, 'メイリオ', 'Meiryo', sans-serif;
	background: url(../img/bg_contact.jpg) repeat; 
	display:block;
    color: #003366;    
}
					
.Menu li ul.subMenu{
	position:absolute;
	z-index:10;
	top:39px;
	display:none;
}
					
.Menu li:hover ul.subMenu{
	display:block;
}
/*===============================================
  画面の横幅が480px以下に適用
===============================================*/
@media screen and (max-width: 480px){
	.box .check {
		padding: 20px 10px;
	}
	.box .check li {
		padding-bottom: 10px;
	}
	.area .image {
		float: none;
		width: 200px;
		margin: 0 auto 10px;
	}
	.area .text .top {
		margin-bottom: 20px;
		text-align: center;
	}
}