@charset "UTF-8";
body {
  line-height: 1.7;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  padding: 0;
  margin: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

input, textarea, select, button {
  font-family: inherit;
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

button {
  overflow: visible;
  border: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  background: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none;
}

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ==========================================================
 base Link
========================================================== */
a, area {
  display: block;
  text-decoration: none;
  border: 0;
  outline: none;
}
a:hover, area:hover, a:active, area:active {
  outline: none;
}
a:focus, area:focus, a:visited, area:visited, a:link, area:link {
  outline: none;
  border: 0;
}

/* ==========================================================
 header
========================================================== */
.header-in {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 30px 0;
}
.header-in-title {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 1.053em;
}
.header-links ul {
  display: flex;
  margin-bottom: 24px;
}
.header-links ul li:nth-child(1) {
  margin-right: 51px;
  margin-left: 3px;
}
.header-links ul li:nth-child(2) {
  margin-top: 10px;
  margin-right: 14px;
}
.header-links ul li:nth-child(3) {
  margin-top: 10px;
}
.header-links ul li a:hover, .header-links ul li area:hover {
  opacity: .8;
}

/* ==========================================================
 wrapper
========================================================== */
/* ==========================================================
 contents
========================================================== */
.contents {
  width: 1000px;
  padding: 30px;
  margin: 0 auto;
}
.contents::before, .contents::after {
  content: "";
  display: table;
}
.contents::after {
  clear: both;
}
.contents-main {
  float: left;
  width: 660px;
}
.contents-sub {
  float: right;
  width: 260px;
}

/* ==========================================================
  footer
  ========================================================== */
.footer {
  width: 100%;
  /* pagetop
  ---------------------------------------------------------- */
}
.footer-in {
  width: 1000px;
  margin: 0 auto 50px;
}
.footer-inner {
  margin-left: 30px;
  margin-right: 100px;
}
.footer .btn-cmn-pagetop {
  display: inline-block;
}
.footer .btn-cmn-pagetop a:hover, .footer .btn-cmn-pagetop area:hover {
  opacity: .8;
}
.footer-logo {
  margin-bottom: 7px;
}
.footer-logo a:hover, .footer-logo area:hover {
  opacity: .8;
}
.footer-copyright {
  font-size: 8px;
}
