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


body{
	border-top: 5px #00a9b2 solid;
	font-family: Noto, Hiragino Sans,Helvetica,Arial,sans-serif;
    text-rendering: optimizeLegibility;
    background: transparent;
    -webkit-font-smoothing: antialiased;
	color: #555;
}

h2{
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	color: #555;
	letter-spacing: 1px;
	
	
}


h3{
	color: #00a9b2;
	font-weight: bold;
	font-size: 18px;
	line-height: 170%;
}

h2 span{
	color: #00a9b2;
	font-size: 90%;
	
}

footer{
	background-color: #00a9b2;
	color: #FFF;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 40px;
}

.logo{
	text-align: center;
	padding-top: 80px;
	padding-bottom: 100px;
}

.logo_footer{
	padding-bottom: 80px;
}

p{
	font-size: 16px;
	line-height: 180%;
}

section{
	padding-bottom: 80px;
}

#company table{
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
	color: #666;
		}
	
#company table th{
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	font-weight: normal;
	text-align: left;
		}
	
#company table td{
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #fff;
		}

.donwload{
	margin-top: 40px;
	background-color: #ECECEC;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}


.dl_img{
	padding-bottom: 20px;
}
.dl_link a,
.dl_link a:link,
.dl_link a:visited{
	color: #00a9b2;
	font-weight: bold;
	
}

.dl_link a:hover{
	text-decoration: none;
}

footer .footer_copy{
	line-height: 180%;
}

.dl_img img {
    width: 30%;
}

.pro img{
		width: 100%;
	}

@media screen and (min-width:768px){
	.container{
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 100px;
	}
	
	.box_img{
		display: flex;
		justify-content: space-between;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.pro{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 30px;
	}
	
	.pro div {
    width: 48%;
    padding-bottom: 30px;
}
	
	
	
}

@media screen and (max-width:768px){
	
	header{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	footer .footer_copy{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		font-size: 3vw;
	}
	
	
	header img{
		width: 80%;
	}
	
	
	.container{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: inherit;
		
	}
	
	#news .box_img{
		padding-top: 30px;
	}
	
	#news .box_img img{
		width: 100%;
		margin-bottom: 20px;
	}
	
	
	.pro{
		
		padding-top: 30px;
	}
	
	.pro div {
    padding-bottom: 20px;
}
	
	.dl_img img {
    width: 60vw;
}
	
}