@charset "utf-8";

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
/*	font-weight: normal;*/
	font-size: 100%;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
	display:block;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

br.sp {
	display:none;
}

html,body {
	height : 100%;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color:#333;
	line-height:1.4;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}

a {
	color:#fff;
}
a:hover {
	color:#cc0;
}


header,
section,
footer {
	width:100%;
	margin:0 auto;
	clear:both;
}



header {
	width:100%;
	height:80%;
	background:url(../images/mainimg2.jpg) no-repeat center center;
	background-size:cover;
	background-color:rgba(0,138,124,1.0);
	background-blend-mode: multiply;
/*	background-color: #008a7b;
	background-blend-mode: multiply;*/
	display: flex;
	align-items: center;
	text-align:center;
}

h1  {
	width:800px;
	margin:0 auto 0 auto;
}

h1 img {
	width:350px;
	margin:0 0 0 0;
	opacity: 0.9;
}


#about {
	background-color:rgba(0,138,124,1.0);
}


h2 {
	width:800px;
	margin:0 auto 0 auto;
	padding:60px 0 25px 0;
	color:#fff;
	font-size:22px;
	text-align:center;
}

table.normal{
	width:800px;
	margin:0 auto 0 auto;
	border-collapse:collapse;
	color:#fff;
}

table.normal th{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:20px 10px;
	font-size:14px;
	text-align:left;
	width:20%;
}

table.normal td{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:25px 10px;
	vertical-align:top;
}

ol li {
	list-style-type: decimal;
	margin-left:20px;
	padding-left:0;
}
ul li {
	list-style-type: disc;
	margin-left:20px;
	padding-left:0;
}
li {
	margin-bottom: 20px;
}
li:last-child {
	margin-bottom: 0;
}

p.caption {
	font-size:12px; 
	width:800px; 
	margin:10px auto 0 auto; 
	padding-left:175px; 
	color:#ccc;
}

p.contact{
	width:350px;
	margin:0 auto;
	padding:100px 0 80px 0;
}
p.contact a {
	display:block;
	padding:15px;
	border:1px solid #fff;
	text-align:center;
	border-radius:10px;
	color:#008a7b;
	background-color:#fff;
/*	color:#008a7b;*/
	text-decoration:none;
}
p.contact a:hover {
	border:1px solid #cc0;
	color:#cc0;
	background-color:#008a7b;
}

footer {
}
footer p {
	text-align:center;
	padding:50px 0;
	font-size:12px;
	color:#999;
}




@media screen and (max-width: 767px) {

br.sp {
	display:block;
}

header {
	height:90%;
}

h1 img {
	width:60%;
}

h2 {
	width:90%;
	font-size:18px;
	padding-bottom:15px;
}

table.normal{
	width:90%;
}
table.normal th{
	padding:27px 0 20px 0;
	width:25%;
}
table.normal td{
	padding:25px 0;
}

p.caption {
	width:90%;
	padding-left:0; 
}

p.contact{
	width:50%;
	padding:80px 0 70px 0;
	font-weight:bold;
}

footer p {
	padding:30px 0;
}



}

