@charset "UTF-8";
/*================================================================================

media query mixin

================================================================================*/
/* common color
----------------------------------------------------------------------------*/
@media screen and (max-width: 1260px) {
  /* 1260px以上*/ }
@media screen and (max-width: 1024px) {
  /* 1024px以下*/ }
@media screen and (max-width: 768px) {
  /* 768px以下*/ }
@media screen and (max-width: 480px) {
  /* 480px以下*/ }
@media screen and (max-width: 320px) {
  /* 320px以下*/ }
/*================================================================================

reset & default & font

================================================================================*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/*======================================================================

Defaults Styles

======================================================================*/
html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "MS PGothic", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 14px; } }

* {
  margin: 0;
  padding: 0; }

/*selection*/
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

/*placeholder*/
::placeholder-shown {
  color: #cccccc; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #cccccc; }

/* Firefox 18- */
::-moz-placeholder {
  color: #cccccc;
  opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
  color: #cccccc;
  opacity: 1; }

/* IE 10+ */
::-ms-input-placeholder {
  color: #cccccc; }

img, svg {
  border: 0;
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

ul, dl, ol {
  list-style-type: none; }

/*    Link
--------------------------------------------------------------------------------*/
a:link {
  color: #000;
  text-decoration: none; }

a:visited {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #000;
  text-decoration: none; }

a:active {
  color: #000;
  text-decoration: none; }

*:focus {
  outline: none; }

/*    Base Styles
--------------------------------------------------------------------------------*/
/*  margin */
.mg0a {
  margin: 0 auto; }

.mgt0 {
  margin-top: 0 !important; }

.mgt1 {
  margin-top: 1px !important; }

.mgt2 {
  margin-top: 2px !important; }

.mgt3 {
  margin-top: 3px !important; }

.mgt4 {
  margin-top: 4px !important; }

.mgt5 {
  margin-top: 5px !important; }

.mgt6 {
  margin-top: 6px !important; }

.mgt7 {
  margin-top: 7px !important; }

.mgt8 {
  margin-top: 8px !important; }

.mgt9 {
  margin-top: 9px !important; }

.mgt10 {
  margin-top: 10px !important; }

.mgt15 {
  margin-top: 15px !important; }

.mgt20 {
  margin-top: 20px !important; }

.mgt25 {
  margin-top: 25px !important; }

.mgt30 {
  margin-top: 30px !important; }

.mgt35 {
  margin-top: 35px !important; }

.mgt40 {
  margin-top: 40px !important; }

.mgt45 {
  margin-top: 45px !important; }

.mgt50 {
  margin-top: 50px !important; }

.mgt55 {
  margin-top: 55px !important; }

.mgt60 {
  margin-top: 60px !important; }

.mgl0 {
  margin-left: 0 !important; }

.mgl5 {
  margin-left: 5px !important; }

.mgl10 {
  margin-left: 10px !important; }

.mgl15 {
  margin-left: 15px !important; }

.mgl20 {
  margin-left: 20px !important; }

.mgl25 {
  margin-left: 25px !important; }

.mgl30 {
  margin-left: 30px !important; }

.mgl35 {
  margin-left: 35px !important; }

.mgl40 {
  margin-left: 40px !important; }

.mgl45 {
  margin-left: 45px !important; }

.mgl50 {
  margin-left: 50px !important; }

.mgl55 {
  margin-left: 55px !important; }

.mgl60 {
  margin-left: 60px !important; }

.mgr0 {
  margin-right: 0 !important; }

.mgr5 {
  margin-right: 5px !important; }

.mgr10 {
  margin-right: 10px !important; }

.mgr15 {
  margin-right: 15px !important; }

.mgr20 {
  margin-right: 20px !important; }

.mgr25 {
  margin-right: 25px !important; }

.mgr30 {
  margin-right: 30px !important; }

.mgr35 {
  margin-right: 35px !important; }

.mgr40 {
  margin-right: 40px !important; }

.mgr45 {
  margin-right: 45px !important; }

.mgr50 {
  margin-right: 50px !important; }

.mgr55 {
  margin-right: 55px !important; }

.mgr60 {
  margin-right: 60px !important; }

/* padding */
.pdt0 {
  padding-top: 0 !important; }

.pdt1 {
  padding-top: 1px !important; }

.pdt2 {
  padding-top: 2px !important; }

.pdt3 {
  padding-top: 3px !important; }

.pdt4 {
  padding-top: 4px !important; }

.pdt5 {
  padding-top: 5px !important; }

.pdt6 {
  padding-top: 6px !important; }

.pdt7 {
  padding-top: 7px !important; }

.pdt8 {
  padding-top: 8px !important; }

.pdt9 {
  padding-top: 9px !important; }

.pdt10 {
  padding-top: 10px !important; }

.pdt15 {
  padding-top: 15px !important; }

.pdt20 {
  padding-top: 20px !important; }

.pdt25 {
  padding-top: 25px !important; }

.pdt30 {
  padding-top: 30px !important; }

.pdt35 {
  padding-top: 35px !important; }

.pdt40 {
  padding-top: 40px !important; }

.pdt45 {
  padding-top: 45px !important; }

.pdt50 {
  padding-top: 50px !important; }

.pdt55 {
  padding-top: 55px !important; }

.pdt60 {
  padding-top: 60px !important; }

.pdl0 {
  padding-left: 0 !important; }

.pdl5 {
  padding-left: 5px !important; }

.pdl10 {
  padding-left: 10px !important; }

.pdl15 {
  padding-left: 15px !important; }

.pdl20 {
  padding-left: 20px !important; }

.pdl25 {
  padding-left: 25px !important; }

.pdl30 {
  padding-left: 30px !important; }

.pdl35 {
  padding-left: 35px !important; }

.pdl40 {
  padding-left: 40px !important; }

.pdl45 {
  padding-left: 45px !important; }

.pdl50 {
  padding-left: 50px !important; }

.pdl55 {
  padding-left: 55px !important; }

.pdl60 {
  padding-left: 60px !important; }

.pdr0 {
  padding-right: 0 !important; }

.pdr5 {
  padding-right: 5px !important; }

.pdr10 {
  padding-right: 10px !important; }

.pdr15 {
  padding-right: 15px !important; }

.pdr20 {
  padding-right: 20px !important; }

.pdr25 {
  padding-right: 25px !important; }

.pdr30 {
  padding-right: 30px !important; }

.pdr35 {
  padding-right: 35px !important; }

.pdr40 {
  padding-right: 40px !important; }

.pdr45 {
  padding-right: 45px !important; }

.pdr50 {
  padding-right: 50px !important; }

.pdr55 {
  padding-right: 55px !important; }

.pdr60 {
  padding-right: 60px !important; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.alL {
  text-align: left; }

.alC {
  text-align: center; }

.alR {
  text-align: right; }

.vaT {
  vertical-align: top; }

.vaM {
  vertical-align: middle; }

.vaB {
  vertical-align: bottom; }

.disnon {
  display: none; }

.nowrap {
  white-space: nowrap; }

.w100per {
  width: 100%;
  height: auto; }

/*clear*/
.clearfix {
  clear: both;
  background: transparent;
  height: 1px;
  font-size: 1px; }

/* clearfix micro */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom: 1; }

/*================================================================================

container

================================================================================*/
/*    main
--------------------------------------------------------------------------------*/
.container {
  width: 100%; }

.container .contents {
  overflow: hidden; }

.mvArea {
  width: 100%; }

.secInner {
  width: 1040px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .secInner {
      width: 100%;
      padding: 0 30px; } }

/*    article & section
----------------------------------------------------------------------------*/
/*    footer
----------------------------------------------------------------------------*/
footer {
  background: #fff;
  padding: 30px 0 40px;
  overflow: hidden;
  clear: both; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 20px 0 30px; } }
  footer .secInner {
    position: relative; }
    footer .secInner .copyright {
      position: absolute;
      width: 345px;
      height: 25px;
      font-size: 14px;
      top: 30px;
      left: 0; }
      @media screen and (max-width: 768px) {
        footer .secInner .copyright {
          position: relative;
          width: 100%;
          height: auto;
          font-size: 11px;
          top: inherit;
          left: inherit;
          clear: both;
          padding-top: 15px; } }
  footer .ftBlock01, footer .ftBlock02 {
    float: left; }
  footer .ftBlock01 {
    width: 915px; }
    @media screen and (max-width: 768px) {
      footer .ftBlock01 {
        width: 190px;
        padding-right: 5px; } }
    footer .ftBlock01 .ft_link ul {
      font-size: 0; }
      footer .ftBlock01 .ft_link ul li {
        display: inline-block;
        font-size: 18px;
        position: relative; }
        @media screen and (max-width: 768px) {
          footer .ftBlock01 .ft_link ul li {
            display: block;
            font-size: 13px; } }
        footer .ftBlock01 .ft_link ul li::before {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          width: 1px;
          height: 18px;
          background: #000;
          transform: translateY(-50%); }
          @media screen and (max-width: 768px) {
            footer .ftBlock01 .ft_link ul li::before {
              display: none; } }
        footer .ftBlock01 .ft_link ul li a {
          padding: 0 20px; }
          @media screen and (max-width: 768px) {
            footer .ftBlock01 .ft_link ul li a {
              padding: 0 0 0 12px;
              position: relative; }
              footer .ftBlock01 .ft_link ul li a::before {
                content: "▼";
                position: absolute;
                font-size: 10px;
                top: -3px;
                left: 0;
                transform: rotate(-90deg); } }
        footer .ftBlock01 .ft_link ul li:first-child a {
          padding-left: 0; }
          @media screen and (max-width: 768px) {
            footer .ftBlock01 .ft_link ul li:first-child a {
              padding: 0 0 0 12px; } }
        footer .ftBlock01 .ft_link ul li:last-child::before {
          display: none; }
  footer .ftBlock02 {
    width: 125px; }
    @media screen and (max-width: 768px) {
      footer .ftBlock02 {
        width: 120px; } }

/*# sourceMappingURL=style.css.map */
