@charset "UTF-8";
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */

*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

option[selected], option::-moz-selection, option:active, option:focus {
  color: inherit;
  outline: 0;
}

option[selected], option::selection, option:active, option:focus {
  color: inherit;
  outline: 0;
}

*:active,
*:focus {
  background-color: transparent;
}

select:focus::-ms-value {
  background: 0 0;
  color: inherit;
}

tbody {
  border: none;
}

.clearfix:before, .news-list-item:before, .mparea ul.movie-list li:before,
.clearfix:after,
.news-list-item:after,
.mparea ul.movie-list li:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}


.clearfix:after,
.news-list-item:after,
.mparea ul.movie-list li:after {
  clear: both;
}

.clearfix, .news-list-item, .mparea ul.movie-list li {
  zoom: 1;
}

html,
body {
  color: #464646;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

html .with_grayBackground,
body .with_grayBackground {
  color: #111111;
}

html {
  cursor: auto;
  font-size: 62.5%;
}

@media screen and (min-width: 750px), print {
  html {
    min-width: 1160px;
  }
}

body {
  padding-top: 68px;
  font-size: 14px;
}

@media screen and (min-width: 750px), print {
  body {
    padding-top: 187px;
    font-size: 16px;
    min-width: 1040px;
  }
  body.is_front {
    padding-top: 151px;
  }
}

@media screen and (min-width: 750px), print {
  p {
    line-height: 1.6;
  }
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  -webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  color: #004ecc;
  text-decoration: none;
}

@media screen and (min-width: 750px), print {
  a:hover {
    text-decoration: underline;
  }
}

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

button {
  cursor: pointer;
}

.article a {
  color: inherit;
  text-decoration: underline;
}

@media screen and (min-width: 750px), print {
  .article a {
    -webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  }
}

@media screen and (min-width: 750px), print {
  .article a:hover {
    color: #dd0000;
    text-decoration: none;
  }
}

.header {
  background-color: #fff;
  border-top: 3px solid #adadad;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1000;
}

@media screen and (min-width: 750px), print {
  .header {
    border-bottom: 1px solid #d8d8d8;
    border-top: 5px solid #adadad;
    height: 88px;
    position: relative;
  }
}

.header:before {
  background-color: #ff0000;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 20px;
}

@media screen and (min-width: 750px), print {
  .header:before {
    height: 5px;
    top: -5px;
    width: 30px;
  }
}

.header-logo {
  padding: 17px 0 0 17px;
}

@media screen and (min-width: 750px), print {
  .header-logo {
    padding: 21px 0 0 30px;
  }
}

.header-logo-image.forMobile {
  height: auto;
  width: 140px;
}

@media screen and (min-width: 750px), print {
  .header-logo-image.forMobile {
    display: none;
  }
}

.header-logo-image.forPc {
  display: none;
  height: auto;
  width: 172px;
}

@media screen and (min-width: 750px), print {
  .header-logo-image.forPc {
    display: inline;
  }
}

.header-copy-image.forPc {
  display: none;
}

@media screen and (min-width: 750px), print {
  .header-copy-image.forPc {
    display: inline-block;
    margin-left: 27px;
    padding-top: 6px;
  }
}

@media screen and (min-width: 750px), print {
  .is_shrink .header {
    height: 74px;
  }
  .is_shrink .header-utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 0;
  }
  .is_shrink .header-link {
    margin-right: 30px;
  }
  .is_shrink .header-logo {
    padding-top: 20px;
  }
  .is_shrink .header-form {
    width: 212px;
  }
}

.header-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  display: block;
  height: 68px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

@media screen and (min-width: 750px), print {
  .header-wrapper {
    border-bottom: none;
    height: auto;
    width: 100%;
    z-index: 1000;
  }
}

@media screen and (min-width: 750px), print {
  .header-logo-image.forPc.at_shrinked {
    display: none;
  }
  .is_shrink .header-logo-image.forPc.at_normal {
    display: none;
  }
  .is_shrink .header-logo-image.forPc.at_shrinked {
    display: inline;
  }
  .is_shrink .header-copy-image.forPc {
    display: none;
  }
}

.article {
  padding-top: 25px;
}

@media screen and (min-width: 750px), print {
  .article {
    padding: 60px 0 0;
    position: relative;
  }
}

@media screen and (min-width: 750px), print {
  .article.is_top {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 750px), print {
  .heading_level1 + .article {
    margin-top: -30px;
    padding-top: 0;
  }
}

.section {
  border-bottom: 1px solid #d8d8d8;
  padding: 25px 20px;
}

@media screen and (min-width: 750px), print {
  .section {
    padding: 30px 0;
  }
}

.section:first-child {
  padding-top: 0;
}

.section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.footer {
  border-top: 5px solid #adadad;
  padding-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 750px), print {
  .footer {
    background-color: #ebebeb;
    margin-top: 195px;
    padding-bottom: 9px;
    padding-top: 5px;
  }
}

.footer:before {
  background-color: #ff0000;
  content: "";
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 30px;
}

@media screen and (min-width: 750px), print {
  .footer .container {
    position: relative;
  }
}

.footer-link {
  margin-bottom: 10px;
}

@media screen and (min-width: 750px), print {
  .footer-link {
    margin-bottom: 0;
  }
}

.footer-link-list {
  margin: 0;
  padding: 0;
}

.footer-link-list-item {
  background-color: #d8d8d8;
  border-bottom: 1px solid #adadad;
}

@media screen and (min-width: 750px), print {
  .footer-link-list-item {
    background-color: transparent;
    border-bottom: none;
    display: inline-block;
  }
}

.footer-link-list-item-link {
  color: inherit;
  display: block;
  padding: 25px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}

.footer-link-list-item-link:before {
  border: 0;
  content: "";
  display: inline-block;
  height: 8px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  border-right: solid 1px #dd0000;
  border-top: solid 1px #dd0000;
  transform: rotate(45deg);
}

@media screen and (min-width: 750px), print {
  .footer-link-list-item-link {
    border-right: 1px solid #080808;
    color: #004ecc;
    display: inline-block;
    line-height: 1;
    padding: 0 15px;
    font-size: 13px;
  }
}

@media screen and (min-width: 750px), print {
  .footer-link-list-item-link:hover {
    text-decoration: underline;
  }
}

.footer-link-list-item-link:before {
  position: absolute;
  right: 20px;
  top: 45%;
}

@media screen and (min-width: 750px), print {
  .footer-link-list-item-link:before {
    display: none;
  }
}

@media screen and (min-width: 750px), print {
  .footer-link-list-item:first-child .footer-link-list-item-link {
    border-left: 1px solid #080808;
  }
}

.footer-link-sns {
  margin: 0;
  padding: 25px 20px;
  text-align: center;
}

@media screen and (min-width: 750px), print {
  .footer-link-sns {
    padding: 0;
    position: absolute;
    right: 0;
    top: -60px;
  }
}

.footer-link-sns-header, .footer-link-sns-item {
  display: inline-block;
}

.footer-link-sns-header {
  font-size: 12px;
  font-weight: 700;
}

@media screen and (min-width: 750px), print {
  .footer-link-sns-header {
    font-size: 13px;
  }
}

.footer-link-sns-header .icon {
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.footer-link-sns-item {
  margin-left: 10px;
}

.footer-link-sns-item.is_facebook img, .footer-link-sns-item.is_linkedin img, .footer-link-sns-item.is_youtube img {
  height: 37px;
  width: auto;
}

@media screen and (min-width: 750px), print {
  .footer-link-sns-item.is_facebook, .footer-link-sns-item.is_linkedin {
    width: 37px;
  }
}

@media screen and (min-width: 750px), print {
  .footer-link-sns-item.is_youtube {
    width: 52px;
  }
}

.footer-copyright {
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (min-width: 750px), print {
  .footer-copyright {
    float: right;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.footer-copyright img {
  height: auto;
  width: 280px;
}

@media screen and (min-width: 750px), print {
  .footer-copyright img {
    width: 383px;
  }
}

.footer-pageTop {
  text-align: center;
}

@media screen and (min-width: 750px), print {
  .footer-pageTop {
    display: none;
  }
}

.footer-pageTop-button {
  display: block;
}

.footer-pageTop-button:before {
  border: 0;
  content: "";
  display: inline-block;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 22px;
  border-right: solid 1px #080808;
  border-top: solid 1px #080808;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 750px), print {
  .container {
    margin: 0 auto;
    width: 1040px;
  }
}

@media screen and (min-width: 750px), print {
  .container.is_narrow {
    width: 780px;
  }
}

.footerLink {
  margin-top: 25px;
  margin-bottom: 30px;
}

.footerLink-list {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}

@media screen and (min-width: 750px), print {
  .footerLink-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 20px;
    width: 1040px;
  }
}

.footerLink-list-item {
  margin-bottom: 10px;
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item {
    width: 32%;
    margin-right: 2%;
  }
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item:nth-child(3n) {
    margin-right: 0;
  }
}

.footerLink-list-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #bababa;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 900;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
  letter-spacing: 1px;
  padding: 30px 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item a {
    font-size: 20px;
    padding: 30px 10px;
  }
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item a:hover {
    text-decoration: underline;
  }
}

.footerLink-list-item a .icon-normalArrow {
  color: #dd0000;
  font-size: 10px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}

.footerLink-list-item-inner {
  display: block;
}

.footerLink-list-item.with_icon a {
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  padding: 10px 20px;
}

.footerLink-list-item.with_icon a .footerLink-list-item-inner {
  display: inline-block;
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item.with_icon a {
    font-size: 16px;
    padding: 30px 20px;
  }
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item.with_icon a:hover {
    color: #dd0000;
    text-decoration: none;
  }
}

.footerLink-list-item.with_icon .icon {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item.with_icon .icon {
    margin-right: 20px;
  }
}

.footerLink-list-item.with_icon .icon-file {
  font-size: 18px;
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item.with_icon .icon-file:before {
    font-size: 35px;
  }
}

.footerLink-list-item.with_icon .icon-message_thin {
  font-size: 13px;
}

@media screen and (min-width: 750px), print {
  .footerLink-list-item.with_icon .icon-message_thin {
    font-size: 27px;
  }
}

.footerLink-list-item:nth-child(2n+1):last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footerLink-list.for_twoColumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footerLink-list.for_twoColumns .footerLink-list-item {
  margin-right: 2%;
  width: 49%;
}

.footerLink-list.for_twoColumns .footerLink-list-item:nth-child(2n) {
  margin-right: 0;
}


.text_small {
  font-size: 12px;
}

@media screen and (min-width: 750px), print {
  .text_small {
    font-size: 14px;
  }
}

.text_mobileSmall {
  font-size: 12px;
}

@media screen and (min-width: 750px), print {
  .text_mobileSmall {
    font-size: 16px;
  }
}

.text_normal {
  font-size: 14px;
}

@media screen and (min-width: 750px), print {
  .text_normal {
    font-size: 16px;
  }
}

.pageTop {
  display: none;
}

@media screen and (min-width: 750px), print {
  .pageTop {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 1040px;
    z-index: 20;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .pageTop.on {
    opacity: 1;
  }
}

@media screen and (min-width: 750px), print {
  .pageTop-button {
    background-image: url("../images/pagetop.png");
    background-repeat: no-repeat;
    background-size: 55px 54px;
    bottom: 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    height: 54px;
    position: fixed;
    left: 50%;
    margin-left: 570px;
    width: 55px;
  }
  .pageTop-button:hover {
    opacity: .7;
  }
}


.hidden-mobile {
  display: none;
}

@media screen and (min-width: 750px), print {
  .hidden-mobile {
    display: block;
  }
}

.hidden-pc {
  display: block;
}

@media screen and (min-width: 750px), print {
  .hidden-pc {
    display: none;
  }
}

.textAlign_left {
  text-align: left;
}

.textAlign_center {
  text-align: center;
}

.textAlign_right {
  text-align: right;
}
