/* CSS Document */



#container #fv{
	background: url(../img/fv.jpg)no-repeat center top;
	background-size: cover;
}
#container #fv h1{
	padding: 120px 0 20px;
	font-size: 2.8rem;
}
#container #fv h2{
	display: inline-block;
	border-bottom: 2px solid #FFF;
}

#container section {
    padding: 50px 0;
}

#container section article{
	margin: 40px auto;
}
#container section h1{
	font-size: 3.0rem;
}
#container section h1:after{
	content: '';
	border-bottom: 3px solid #05B6DD;
	width: 40px;
	display: block;
	margin: 20px auto;
}
#container section h2{
	font-size: 2.4rem;
	color: #182F79;
	margin: 40px auto;
}


.tb1{
	background-color: #F8F8F8;
	font-size: 160%;
}

.tb1 th {
    padding: 20px 0 20px 200px;
    border-left: none;
    width: 40%;
}

.tb1 td{
    padding: 20px 0 20px 45px;
    text-align: left;
}


.btn1 a{
	position: relative;
	display: inline-block;
	width: 240px;
	padding: 8px 0;
	color: #05B6DC;
	font-size: 1.6rem;
	text-decoration: none;
	border: 1px solid #05B6DC;
	background: #fff url(../../module/img/gnav_access.png) no-repeat 65px;	
}

.btn1  a:after {
	position: absolute;
	content: '';
	top: 15px;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #05B6DC;
	border-right: 2px solid #05B6DC;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn1 a:hover{
	color: #fff;
	background: #05B6DC url(../img/icon.png) no-repeat 65px;	
}
.btn1 a:hover:after {
  	border-color: #fff;
}




@media screen and (max-width: 480px) {
	
	#container #fv {
    height: 100px;
	}
	#container #fv h1 {
    padding: 25px 0 0;
    font-size: 2.0rem;
	}
	#container #fv h2 {
    font-size: 1.0rem;
	}
	
	#container #navBtn ul li a {
    width: auto;
		display: block;
		float: none;
		padding: 15px 0;
		margin: 10px;
		font-size: 1.8rem;
	}
	#container section h1 {
    font-size: 2.5rem;
		margin: 10px;
	}
	#container #navBtn ul li a:after {
    top: 20px;
	}
	
	#container section article {
    width: auto;
		text-align: left;
	}
	
	#container section h2 {
    font-size: 2.5rem;
    margin: 0 20px 40px;
    line-height: 1.6em;
	}
	
	.tb1 th,
	.tb1 td{
    display: block;
		padding: 5px 20px;
		
	}
	.tb1 th {
		font-size: 1.4rem;
		padding-bottom: 0;
	}
	.tb1 td {
		padding-left: 30px;
		padding-bottom: 20px;
	}
	.tb1 td img {
		width: 100%;
	}
	
}

