@charset "UTF-8";
/*
::::::::::::::::::::
 共通
::::::::::::::::::::
*/
html {
	background-color: #fff;
	color: #000;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
}

h1 {
	display: none;
}
h2 {
	font-weight: bold;
	line-height: 1;
	text-align: center;
	font-size: 36px;/*230%*/
}
h3 {
	font-weight: nomal;
	line-height: 1;
	text-align: center;
	font-size: 40px;
}
h4 {
	font-weight: bold;
	line-height: 1;
	font-size: 28px;
}

img {
	vertical-align: bottom;
	max-width: 100%; /*add*/
}

.cnt {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.mc {
	margin-left: auto;
	margin-right: auto;
}

.b30 {
	margin-bottom: 30px;
}


/* ヘッダ情報 */

header {
	background-color: #c2d8d8;
	height: 80px;
	max-width: 1400px;
	width: 100%;
	left: 0;
	position: relative;
	top: 0;
}
header .header-logo {
	left: 40px;
	position: absolute;
	top: 16px;
}
header .header-logo img {
	height: 50px;
}
header .header-button {
	margin: 0 40px 0 auto;
	padding-top: 20px;
	height: 60px;
	width: auto;
	text-align:right;
}
header .header-button .header-note ,
header .header-button img {
	display: inline-block;
}
header .header-button img {
	height: 43px;
}
header .header-note {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	height: 45px;
	margin: 0 15px;
	padding-top: 5px;
	vertical-align: top;
}
header .header-note:nth-of-type(2) {
	border-left: solid 2px #fff;
	padding-left: 20px;
}
header .header-button::after {
	content: "";
	display: block;
	clear: both;
}

/* フッタ情報 */

footer {
	height: 100px;
	position: relative;
}
footer .footer_logo {
	display: block;
	position: absolute;
	width: 116px;
	height: auto;
	left: 10%;
	bottom: 10px;
}
footer .policy {
	position: absolute;
	left: 35%;
	bottom: 50px;
}
footer .copy span {
	font-size: 12px;
	position: absolute;
	right: 20px;
	bottom: 30px;
}
