@charset "UTF-8";

article,
section,
nav,
aside,
header,
footer,
main,
figure {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5em;
}
address {
  font-style: normal;
}
p,
ol,
ul,
li,
dl,
dt,
dd,
figure,
form {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a:link, a[tabindex] {
  cursor: pointer;
}
a:visited {
}
a:link:hover, a:link:focus, a:visited:hover, a:visited:focus, a[tabindex]:hover, a[tabindex]:focus {
  text-decoration: none;
}
em,
strong {
  font-style: normal;
  font-weight: bold;
}
small {
  font-size: 100%;
}
dfn,
b {
  font-weight: bold;
}
rt,
rp {
  display: inline;
  font-size: 0.875rem;
}
rp:first-child {
  margin-left: .5em;
}
img {
  border: 0;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  font-weight: normal;
  text-align: left;
}
label {
  cursor: default;
}
input,
select,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
optgroup {
  font-style: inherit;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  color: inherit;
  background: transparent;
  line-height: 1;
  cursor: pointer;
}
button:focus {
  outline: 1px dotted #333;
}
button:active {
  position: relative;
}
button::-moz-focus-inner {
  padding: 0;
  border: none;
}
button[disabled] {
  cursor: auto;
}
html,
body {
  margin: 0;
  padding: 0;
  color: #333;
}
html {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 47.5em) {
  html {
    font-size: 87.5%;
  }
}

.font_noto {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 }


/* ---------------------------------------
ヘッダー
--------------------------------------- */
header {
  position: relative;
	width: 100%;
  min-width: 1340px;
  height: 600px;
  padding-top: 100px;
  box-sizing: border-box;
  background: url(/img/bg.png) no-repeat center;
  background-size: cover;
}
.header_logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.header_logo img {height: 40px;}

.header_manual {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.header_manual a {
  display: inline-block;
  padding: 0.2em 1em;
  box-sizing: border-box;
  text-decoration: none;
  color: #1b46b1;
  border-radius: 2em;
  border: 1px solid #286bce;
  background: #fff;
}
.header_manual a:hover {
  color: #fff;
  background: #286bce; 
}
.header_manual img {
  margin-left: 1em;
  height: 20px;
  vertical-align: middle;
}
.header_title {
	margin: 50px auto;
  width: 1340px;
  text-align: center;
}
.header_title h1 {
	display: inline-block;
  margin: 0 auto;
	padding: 0.2em 2em;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	background: #1b46b1;
}
.header_title p {
	margin-top: 1em;
  text-align: center;
  font-weight: bold;
}
.header_title .header_title_btn {
  margin-top: 2em;
  text-align: center;
}
.header_title .header_title_btn a {
  display: inline-block;
  padding: 0.5em 2em;
  box-sizing: border-box;
  text-decoration: none;
  color: #1b46b1;
  border-radius: 2em;
  border: 1px solid #286bce;
  background: #fff;
}
.header_title .header_title_btn a:hover {
  color: #fff;
  background: #286bce;
}

/* ---------------------------------------
フッター
--------------------------------------- */
footer {
  margin-top: 100px;
  width: 100%;
  min-width: 1340px;
  padding: 0.5em 0;
  box-sizing: border-box;
  text-align: center;
	background: #1b46b1;
}
footer figure {
  margin: 1em auto;
  width: 1340px;
}
footer figure img {
  height: 40px;
}
footer .copyright {
  margin: 0 auto;
  width: 1340px;
  text-align: center;
  color: #fff;
  font-size: 0.6em;
}


/* ---------------------------------------
プリント
--------------------------------------- */
@media print {
  .header_title,
  footer figure,
  footer .copyright {width: 1000px;}
}