@charset "UTF-8";
/* @import "frame"; */
/*                reset
======================================================= */
html, body {
  height: 100%; }

body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%; }

body {
  color: #2e2e2e;
  background-color: #ffffff;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height: 1.42;
  font-size: 14px;
  -webkit-text-size-adjust: none; }
  @media only screen and (max-width: 640px) {
    body {
      font-size: 12px;
      line-height: 1.91; } }

/* for IE6 */
* html body {
  font-size: 100%; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  width: 100%; }

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none; }

input, textArea, select, button {
  background: none;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

p + p {
  margin-top: 1.5em; }

/*                link
  ======================================================= */
a:link {
  color: #2e2e2e;
  text-decoration: none; }

a:visited {
  color: #2e2e2e;
  text-decoration: none; }

a:hover {
  color: #2e2e2e;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s; }

/*                common
  ======================================================= */
.clear {
  overflow: hidden;
  *zoom: 1; }

.clearBoth {
  clear: both; }

.hidden {
  overflow: hidden; }

body { }

/*                leyout
======================================================= */
#wrapper {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative; }

#main_area {
  padding-bottom: 67px; }
  @media only screen and (max-width: 768px) {
    #main_area {
      padding-bottom: 57px; } }

@media only screen and (min-width: 769px) {
  .pc_width {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1024px; } }

@media only screen and (max-width: 768px) {
  .sp_width {
    padding: 0 25px; } }

/*                表示切り替え
======================================================= */
@media only screen and (min-width: 769px) {
  .pcNone {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .tabNone {
    display: none !important; } }

@media only screen and (max-width: 640px) {
  .spNone {
    display: none !important; } }

/*                ヘッダー・フッター
======================================================= */
@media only screen and (max-width: 768px) {
  #header {
    background-color: #ffffff; } }

#header #hd_logo {
  padding: 30px 40px; }
  @media only screen and (min-width: 769px) {
    #header #hd_logo {
      min-width: 1024px; } }
  @media only screen and (max-width: 768px) {
    #header #hd_logo {
      padding: 25px 20px; } }
  #header #hd_logo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      #header #hd_logo ul li {
        width: 50%; } }
    #header #hd_logo ul li a {
      display: block; }
      @media only screen and (max-width: 768px) {
        #header #hd_logo ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    @media only screen and (max-width: 768px) {
      #header #hd_logo ul li:nth-child(2) {
        padding-left: 15vw; } }
    @media only screen and (max-width: 640px) {
      #header #hd_logo ul li:nth-child(2) {
        padding-left: 10vw; } }

#footer {
  background-color: #f0f0f0;
  bottom: 0;
  height: 67px;
  position: absolute;
  width: 100%;
  padding: 27px 0 26px; }
  @media only screen and (max-width: 768px) {
    #footer {
      height: 57px;
      text-align: center;
      padding: 23px 0 0; } }
  @media only screen and (min-width: 769px) {
    #footer .pc_width {
      padding-left: 20px; } }
  #footer .pc_width p#copyright {
    font-size: 10px;
    text-align: center; }
